Re: [PD] How can more than one input trigger an operation?

2014-09-17 Thread Py Fave
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

Re: [PD] How can more than one input trigger an operation?

2014-09-16 Thread Ingo
> -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

[PD] How can more than one input trigger an operation?

2014-09-16 Thread JC Pedroza
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