I’m currently working on a project where I need to integrate a Metasound node, specifically an oscillator node, into a custom node I’m creating in C++. I have a basic understanding of creating simple Metasound nodes in C++, but I’m not sure how to properly instantiate and use an existing Metasound node within another.
I’m interested in knowing how to:
- Instantiate an existing Metasound node (like an oscillator node) within my custom node.
- Properly connect the inputs and outputs of the instantiated node to my custom node.
- Handle the execution and lifecycle management of the instantiated node within my custom node.
Any insights, code examples, or references to relevant documentation would be greatly appreciated.