IAC driver as default
Hi Everyone,
I'm currently working on a patch that has about 15 different noteout objects. The notes are sent to Ableton, which generates the sounds.
Each noteout needs to be set the IAC driver. The problem is when I close the patch and re open it all the noteout's have been reset to the AU DLS Synth and I have to go through 15 noteout objects changing it back to IAC.
Is there a way to set the default noteout to the IAC Driver.
Thanks for any help
Add an argument, along the lines of:
[noteout "IAC Driver PortName"]
To avoid typing, wrap this into an abstraction.
Works like a charm. Cheers Nick