Displaying 1 result from an estimated 1 matches for "fourcoeff".
Did you mean:
fourcoeffs
2000 Dec 29
0
R sings
..." sound functions
csndCorrphone(instr, freq1, freq2, dur, vol=8000,
file=NULL, debug.csound=FALSE)
instr instrument number
freq1,freq2
vector of frequencies to be played simultaneously on left and right
channel.
dur should be a single value, used for duraion of all notes
csndFourierTones(fourcoeffs, freq=264, dur=1, vol=8000,
file=NULL, debug.csound=FALSE)
fourcoeffs matrix, each row is interpreted as fourier coefficients,
and the correspronding tone is played for each row
freq frequency of the tones (should be equal for all tones)
dur duration in seconds
vol volume for tones
Her...