#Printer Control Codes
08-Nov-90 22:34:34
Sb: #2358-#Printer Control Codes
Fm: David Art 72017,1130
To: Lee DeWitt 73577,2202
Lee,
If you want something other than a sine wave, you have to load the sample
data into an array. The array must be an integer array having at least 256
elements. Each data element must be in the range of -128 to +127. Check
out the WAVE section in the AmigaBasic manual. The only things missing from
the example given are the corresponding DATA statements with the values for
loading into the array. It's probably easier to get the data with an audio
sampler than to try to guess at it, although one could try various
mathematical functions and see what comes out.
Hope this helps. 8)
David