Hi everyone. I looked this up everywhere. And read the source code for hours. However, I failed to come to a verdict about this.
I have a custom node that I bound to a subsystem. I can’t hold a list in the subsystem to later trigger the inputs of a node because it’s dynamic. So, I don’t know when and how long a Metasound Source would live. In constructor I bound it to the subsystem with a GUID. Using this GUID it can get the registered data that I need for my system.
However I horibbly failed to trigger an output (WriteRef) without first using an Input (ReadRef). I tried to handle the frames myself but got confused after I got completely tired.
I believe I can solve this myself. However, I don’t want to waste time and it would benefit our community. So, If you know how to do that please let me know.
I esspecially tried to find how the input triggers work. But got lost on the way. So, maybe you can take the flag from there.