<CsoundSynthesizer><CsOptions>; Select audio/midi flags here according to platform-odac;;;realtime audio out;-iadc ;;;uncomment -iadc if realtime audio input is needed too; For Non-realtime ouput leave only the line below:; -o exprand.wav -W ;;; for file output any platform</CsOptions><CsInstruments>sr=44100ksmps=32nchnls=20dbfs=1instr1lambda:k=cauchyi(100,1,3)printk2(lambda); lookaout=oscili(0.8,440+lambda,1); & listenouts(aout,aout)endin</CsInstruments><CsScore>; sine wavef1016384101i104e</CsScore></CsoundSynthesizer>
Here is an example of the cauchy opcode. It uses the file cauchyi.csd.
<CsoundSynthesizer><CsOptions>; Select audio/midi flags here according to platform-odac;;;realtime audio out;-iadc ;;;uncomment -iadc if realtime audio input is needed too; For Non-realtime ouput leave only the line below:; -o exprand.wav -W ;;; for file output any platform</CsOptions><CsInstruments>sr=44100ksmps=32nchnls=20dbfs=1instr1klambdacauchyi100,1,3printk2klambda; lookaoutoscili0.8,440+klambda,1; & listenoutsaout,aoutendin</CsInstruments><CsScore>; sine wavef1016384101i104e</CsScore></CsoundSynthesizer>