(scriptout) object?
Hi, this might be a daft question. it is 4am.
(thispatcher) can send script data to objects with the correct script name.
I wonder, is there an object that will do the same but in reverse, so to receive information from objects around the patch.
like a (scriptout) object?
for example, if i have an LED called 'LED' and I click it 'on' and 'off'
(scriptout) would then output LED 1, LED 0 as messages as I click the led?
thanks for info : )
the closest thing to that idea is the pattr system, but only works for UI objects
Thank you Floating Point for your reply : )
pattr (or pattrstorage) can send data both ways.
i use it to map controllers and send parameterts to all UI objects in my patches and subpatches. it is very handy
Thanks, I shall give it a try. :P