-M0 ;midi input 0 (iac internal midi bus)
;-odac0 ;audio output 0
-m0 ;messages level 1
;--m-amps=0 ; no note amplitude messages
-b256 ;256 bytes software buffer
-B512
-o outputtest.wav
; Initialize the global variables.
sr = 44100
kr = 4410
ksmps = 10
nchnls = 1
; Instrument #1.
instr 1
a1 sleighbells 7000, 0.5, 100, 1, 0.5
out a1
endin
; Play Instrument #1 for one second.
i 1 0 4
e