connectLiveInput()
|
|
Routs the Sample's signal into the LiveInput engine for frequency analysis
|
getCurrentFrame()
|
|
Returns the current frame of the Sample as it is playing.
|
getNumFrames()
|
|
Returns the number of total available frames in the Sample.
|
getPan()
|
|
Returns the Sample's pan.
|
getRate()
|
|
Returns the Sampling-Rate of the Sample.
|
getSpeed()
|
|
Returns the playback speed of the Sample.
|
getVolume()
|
|
Returns the Sample's volume.
|
isPlaying()
|
|
Returns TRUE if the Sample is playing and FALSE if it is not. .
|
play()
|
|
Plays the Sample one time.
|
read()
|
|
Reads the Sample's data (frames) into an array
|
readChannel()
|
|
Reads one channel of a Stereo Sample's data (frames) into an array
|
repeat()
|
|
Loops the Sample.
|
repeatNum()
|
|
Loops the Sample a specified number of times.
|
setPan()
|
|
Set the Sample's pan.
|
setRate()
|
|
Sets the Sample's rate.
|
setSpeed()
|
|
Sets the playback speed of the Sample
|
setVolume()
|
|
Set the Sample's volume.
|
stop()
|
|
Stops the Sample.
|
write()
|
|
Writes data from an array into a Sample object.
|
writeChannel()
|
|
Writes data from an array into the specified channel of a Sample object.
|