[CM] Simple oscillator?

Heinrich Taube taube at uiuc.edu
Sat May 15 04:53:39 PDT 2010


or:

file "test.wav" ()
   with osc = make-oscil(440)
   loop for i below 44100
        outa(i, .1 * oscil(osc))
   end
end



More information about the Cmdist mailing list