JUCE
|
This is the complete list of members for SynthesiserVoice, including all inherited members.
aftertouchChanged(int newAftertouchValue) | SynthesiserVoice | virtual |
canPlaySound(SynthesiserSound *)=0 | SynthesiserVoice | pure virtual |
channelPressureChanged(int newChannelPressureValue) | SynthesiserVoice | virtual |
clearCurrentNote() | SynthesiserVoice | protected |
controllerMoved(int controllerNumber, int newControllerValue)=0 | SynthesiserVoice | pure virtual |
getCurrentlyPlayingNote() const noexcept | SynthesiserVoice | |
getCurrentlyPlayingSound() const noexcept | SynthesiserVoice | |
getSampleRate() const noexcept | SynthesiserVoice | |
isKeyDown() const noexcept | SynthesiserVoice | |
isPlayingButReleased() const noexcept | SynthesiserVoice | |
isPlayingChannel(int midiChannel) const | SynthesiserVoice | virtual |
isSostenutoPedalDown() const noexcept | SynthesiserVoice | |
isSustainPedalDown() const noexcept | SynthesiserVoice | |
isVoiceActive() const | SynthesiserVoice | virtual |
pitchWheelMoved(int newPitchWheelValue)=0 | SynthesiserVoice | pure virtual |
renderNextBlock(AudioBuffer< float > &outputBuffer, int startSample, int numSamples)=0 | SynthesiserVoice | pure virtual |
renderNextBlock(AudioBuffer< double > &outputBuffer, int startSample, int numSamples) | SynthesiserVoice | virtual |
setCurrentPlaybackSampleRate(double newRate) | SynthesiserVoice | virtual |
setKeyDown(bool isNowDown) noexcept | SynthesiserVoice | |
setSostenutoPedalDown(bool isNowDown) noexcept | SynthesiserVoice | |
setSustainPedalDown(bool isNowDown) noexcept | SynthesiserVoice | |
startNote(int midiNoteNumber, float velocity, SynthesiserSound *sound, int currentPitchWheelPosition)=0 | SynthesiserVoice | pure virtual |
stopNote(float velocity, bool allowTailOff)=0 | SynthesiserVoice | pure virtual |
SynthesiserVoice() | SynthesiserVoice | |
wasStartedBefore(const SynthesiserVoice &other) const noexcept | SynthesiserVoice | |
~SynthesiserVoice() | SynthesiserVoice | virtual |