Displaying 1 result from an estimated 1 matches for "csndfouriertones".
2000 Dec 29
0
R sings
...The package as is is configured for windows,
a comment contains the command line for Linux.
At the moment, we have only 2 instruments,
instrument 1 is a sine wave,
and
instrument 11 is a simple plucked string.
currently, the library contains 4 functions
csndPlayMono
csndPlayStereo
csndCorrphone
csndFourierTones
all these function play sequences of notes with given frequencies,
starting times, durations, and volume levels.
Basic interface functions:
csndPlayMono (instr=NULL, start=NULL, dur=NULL, vol=NULL, freq=NULL,
file=NULL, debug.csound=FALSE)
csndPlayStereo(instr=NULL, start=NULL, dur=NULL, vol=...