edroza
>> Gesendet: Mittwoch, 17. September 2014 02:12
>> An: pd-list@lists.iem.at
>> Betreff: [PD] How can more than one input trigger an operation?
>>
>> I need an operation to be performed whenever a change in a control is
>> performed. Operations are only pe
> -Ursprüngliche Nachricht-
> Von: Pd-list [mailto:pd-list-boun...@lists.iem.at] Im Auftrag von JC
> Pedroza
> Gesendet: Mittwoch, 17. September 2014 02:12
> An: pd-list@lists.iem.at
> Betreff: [PD] How can more than one input trigger an operation?
>
> I need an operation to
I need an operation to be performed whenever a change in a control is
performed. Operations are only performed when the left input is changed or it
receives a bang.
Right now I'm achieving this by using a `[t b f]` object, like this:
http://i.imgur.com/9S0LZun.png
This works for two inputs (I