back to index

SamplePlayer

Inheritance

Object -> SamplePlayer

Properties

pan
polyphony
sample
volume

Methods

float       getPan         ()
int         getPolyphony   ()   
AudioSample getSample      ()
float       getVolume      ()
            noteOn         (int _note, float _velo)
            noteOff        (int _note)
            processSamples (FloatArray _outbuf)
            setPan         (float _p)
            setPolyphony   (int _numvoices)
            setSample      (AudioSample _s)
            setVolume      (float _f)

back to index