Hi,
Once the AudioConnection has been set, is there a way to remove it or overwrite it by plugging something else in its socket ?
Lets say I declared this Audio connection :
How can I remove patchCord68 during runtime and plug something else in (DelayBusL, 1) ?Code:AudioConnection patchCord68(LineInPreAmpL, 0, DelayBusL, 1);
(I bet this has been answered sowehere else already but I haven't found it yet).
Cheers !