maxtab — returns the maximum value in a vector.
Here is an example of the maxtab opcode. It uses the file maxtab.csd.
Example 435. Example of the maxtab opcode.
See the sections Real-time Audio and Command Line Flags for more information on using command line flags.
<CsoundSynthesizer> <CsInstruments> instr 1 t1 init 10 t1[3] = 42 k1 maxtab t1 printk2 k1 endin </CsInstruments> <CsScore> i1 0 0.1 e </CsScore> </CsoundSynthesizer>