Sending signals from sub patch to main patch
Hey everyone, is it possible to send sub patcher info (like bang messages) from a sub pacther to the main patcher? I am having trouble working out the inlet/outlet stuff.... I would ideally like to send specific bang messages (generated by an external device) from a sub-sub patch to the main patcher window to turn a g switch on and off.... any help!?
Bests
Nick
if you don't want to fight with inlets and outlets have a look at the [send] and [receive] objects. Use [send~] and [receive~] for signals.
Thats great, thanks so much for your help!
N