'wavetable definiton file
'------------------------
'format: filename, wavetable position
'up to 256 waves can be used
'
'the first & last positions HAVE to be filled.
'(it can be the same waveform)
'all other positions will be interpolated
'
'the WAV files must have exactly 256 samples
'also they must be in the wavetables dir

w1 = sawp1.wav, 0
w2 = sawp7.wav, 31
w3 = sawp3.wav, 63
w4 = sawp4.wav, 95
w5 = sawp2.wav, 127
w6 = sawp6.wav, 159
w7 = sawp3.wav, 191
w8 = sawp8.wav, 223
w9 = sawp1.wav, 255
