(scriptout) object?

yerpzs's icon

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 : )

Floating Point's icon

the closest thing to that idea is the pattr system, but only works for UI objects

yerpzs's icon

Thank you Floating Point for your reply : )

i.m.klif's icon

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

yerpzs's icon

Thanks, I shall give it a try. :P