#include <SndFileInstrument.h>
Inheritance diagram for csl::SndFileInstrument:

Public Member Functions | |
| SndFileInstrument (string path="", int start=-1, int stop=-1) | |
| ~SndFileInstrument () | |
| void | setParameter (unsigned selector, void *value) |
| Plug functions. | |
| void | play () |
| play note | |
| void | playOSC (const char *types, void *args) |
| void | playNote (float ampl=1, float pos=0, float rate=1, int start=-1, int stop=-1, float attack=0.0, float decay=0.0) |
| These are the UGens of the DSP graph (i.e., the sndfile player instrument). | |
Public Attributes | |
| SoundFile | mPlayer |
| sample player | |
| AR | mEnvelope |
| AR envelope. | |
| Panner | mPanner |
| stereo panner | |
| StaticVariable | mRate |
| plugs playback rate (ignored for now) | |
| int | mStart |
| int | mStop |
| start/stop sample indices | |
|
||||||||||||||||
|
|
|
|
|
|
||||||||||||
|
Plug functions.
Reimplemented from csl::Instrument. |
|
|
play note
Reimplemented from csl::Instrument. |
|
||||||||||||
|
Reimplemented from csl::Instrument. |
|
||||||||||||||||||||||||||||||||
|
These are the UGens of the DSP graph (i.e., the sndfile player instrument).
|
|
|
sample player
|
|
|
AR envelope.
|
|
|
stereo panner
|
|
|
plugs playback rate (ignored for now)
|
|
|
|
|
|
start/stop sample indices
|
1.4.5-20051010