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