samplerate 44100 port-poll-freq 20 buffer-size 8 channels 2 udp-port 1770 # this track plays from the right channel (#1) # it can ONLY be triggered with spigtrig: # spigtrig -p 1770 0 track { trigger 200 channel 1 attenuation -10.0 file steely.sw } # this train-horn track plays every 4 seconds: track { channel 1 attenuation -15.0 file short-k5la.sw period 4.0 } # this percussive track plays from the left channel (0) randomly, # from 0.5 to 2.5 seconds apart: track { channel 0 attenuation -10.0 file beat.sw rand-min 0.5 rand-max 2.5 } # this beep is triggered from parallel port trigger 4 - # when pins 13 and 18 are connected track { channel 1 trigger 4 attenuation -10.0 file beep.sw }