Object -> SamplePlayer
pan polyphony sample volume
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)