Hallo,
Atte André Jensen hat gesagt: // Atte André Jensen wrote:

> What can I do then about audio rate inlets? 

Inlets (sig and control) and arguments aren't related in any
predefined way. Obviously you cannot pass signals itself as arguments,
only symbols and numbers are possible, so any conversion to signals
has to happen using some dsp object. 

> As far as I understand they supply continious streams thus
> overriding and creation arguments I might supply. Is there something
> like [sel~] that'll only send the signal on should it be different
> from 0?

Is [sig~ $1] of any help? It will take the signal to generate from the
first argument. If that is missing, it would be the same as [sig~ 0].
The same of course is possible with any dsp-object that accepts
arguments, like [hip~ $1] etc.

Ciao
-- 
 Frank Barknecht                                     _ ______footils.org__

_______________________________________________
PD-list@iem.at mailing list
UNSUBSCRIBE and account-management -> 
http://lists.puredata.info/listinfo/pd-list

Reply via email to