select
Select sample value from three based on audio-rate comparisons of two signals.
Syntax
Performance
a1, a2 -- audio signals that are compared.
aless -- audio signal selected if a1[n]<a2[n]
aequal -- audio signal selected if a1[n]=a2[n]
asig -- audio signal selected if a1[n]>a2[n]
The comparison is made sample by sample.
Examples
Here is an example of the select opcode. It uses the file select.csd.
Example of the select opcode. | |
---|---|
See also
Credits
By: John ffitch 2016
New in vesion 6.09