routing in pd (was: [PD] pd if-then-else)

Frank Barknecht fbar at footils.org
Wed Jul 19 13:04:41 CEST 2006


Hallo,
Tas Pas hat gesagt: // Tas Pas wrote:

> Thanks for your immediate answer.
> The problem which occurs with [select] is that, when a match value reaches [select's] inlet, [select] sends a [bang] to the corresponding outlet and not the value it received and triggered the [bang].

Yes, [select] just starts another action through a bang, depending on
input conditions. If you want to reuse the incoming value, you need to
store it temporarily, for example in a [list] object's right inlet.
Then bang the [list] with the [select]. Use [t a a] on top to get
execution order right.

Ciao
-- 
 Frank Barknecht                 _ ______footils.org_ __goto10.org__




More information about the Pd-list mailing list