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. It uses the file select.csd.
Example 939. Example of the select opcode.
See the sections Real-time Audio and Command Line Flags for more information on using command line flags.