select — Select sample value based on audio-rate comparisons.
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.
Here is an example of the select opcode. Play select.csd
Example 949. Example of the select opcode.
See the sections Real-time Audio and Command Line Flags for more information on using command line flags.