Gin
|
A voice with glide info and fast kill support. More...
Inherits juce::MPESynthesiserVoice.
Public Member Functions | |
void | setFastKill () |
bool | isFastKill () |
virtual void | noteRetriggered () |
virtual float | getCurrentNote ()=0 |
void | setCurrentlyPlayingNote (juce::MPENote note) |
void | setGlideInfo (const GlideInfo &gi) |
Protected Attributes | |
GlideInfo | glideInfo |
bool | fastKill = false |
A voice with glide info and fast kill support.
void SynthesiserVoice::setFastKill | ( | ) |
References fastKill.
bool SynthesiserVoice::isFastKill | ( | ) |
References fastKill.
|
virtual |
Referenced by Synthesiser::retriggerVoice().
|
pure virtual |
void SynthesiserVoice::setCurrentlyPlayingNote | ( | juce::MPENote | note | ) |
Referenced by Synthesiser::retriggerVoice().
|
protected |
Referenced by setGlideInfo().
|
protected |
Referenced by isFastKill(), and setFastKill().