addInstrument(Instrmnt *instrument, int channel=0) | Voicer | |
controlChange(int number, MY_FLOAT value, int channel=0) | Voicer | |
controlChange(long tag, int number, MY_FLOAT value) | Voicer | |
handleError(const char *message, StkError::TYPE type) | Stk | [protected, static] |
lastOut() const | Voicer | |
lastOutLeft() const | Voicer | |
lastOutRight() const | Voicer | |
MY_FLOAT32 | Stk | [static] |
MY_FLOAT64 | Stk | [static] |
noteOff(MY_FLOAT noteNumber, MY_FLOAT amplitude, int channel=0) | Voicer | |
noteOff(long tag, MY_FLOAT amplitude) | Voicer | |
noteOn(MY_FLOAT noteNumber, MY_FLOAT amplitude, int channel=0) | Voicer | |
pitchBend(MY_FLOAT value, int channel=0) | Voicer | |
pitchBend(long tag, MY_FLOAT value) | Voicer | |
rawwavePath(void) | Stk | [static] |
removeInstrument(Instrmnt *instrument) | Voicer | |
sampleRate(void) | Stk | [static] |
setFrequency(MY_FLOAT noteNumber, int channel=0) | Voicer | |
setFrequency(long tag, MY_FLOAT noteNumber) | Voicer | |
setRawwavePath(std::string newPath) | Stk | [static] |
setSampleRate(MY_FLOAT newRate) | Stk | [static] |
silence(void) | Voicer | |
sleep(unsigned long milliseconds) | Stk | [static] |
Stk(void) | Stk | [protected] |
STK_SINT16 | Stk | [static] |
STK_SINT32 | Stk | [static] |
STK_SINT8 | Stk | [static] |
swap16(unsigned char *ptr) | Stk | [static] |
swap32(unsigned char *ptr) | Stk | [static] |
swap64(unsigned char *ptr) | Stk | [static] |
tick() | Voicer | |
tick(MY_FLOAT *vector, unsigned int vectorSize) | Voicer | |
Voicer(int maxInstruments, MY_FLOAT decayTime=0.2) | Voicer | |
~Stk(void) | Stk | [protected, virtual] |
~Voicer() | Voicer | |