Hi
I am building a component for a midi controller, My issue is that on reopening the patch, the select node that picks out the midi note is not yet populated and the export throws an error. If I touch every knob and button the error is resolved.
Thanks for any ideas
I would append a Null CHOP to the fully populated channels, then lock it. These will be your stand-in channels.
Then use a Replace CHOP to replace any of those locked channels with the actual channels coming from the MIDI CHOP.
Here’s some more info:
Cheers
Hi Rob
thats great, thanks!