JUCE
|
This is the complete list of members for Synthesiser, including all inherited members.
addSound(const SynthesiserSound::Ptr &newSound) | Synthesiser | |
addVoice(SynthesiserVoice *newVoice) | Synthesiser | |
allNotesOff(int midiChannel, bool allowTailOff) | Synthesiser | virtual |
clearSounds() | Synthesiser | |
clearVoices() | Synthesiser | |
findFreeVoice(SynthesiserSound *soundToPlay, int midiChannel, int midiNoteNumber, bool stealIfNoneAvailable) const | Synthesiser | protectedvirtual |
findVoiceToSteal(SynthesiserSound *soundToPlay, int midiChannel, int midiNoteNumber) const | Synthesiser | protectedvirtual |
getNumSounds() const noexcept | Synthesiser | |
getNumVoices() const noexcept | Synthesiser | |
getSampleRate() const noexcept | Synthesiser | |
getSound(int index) const noexcept | Synthesiser | |
getVoice(int index) const | Synthesiser | |
handleAftertouch(int midiChannel, int midiNoteNumber, int aftertouchValue) | Synthesiser | virtual |
handleChannelPressure(int midiChannel, int channelPressureValue) | Synthesiser | virtual |
handleController(int midiChannel, int controllerNumber, int controllerValue) | Synthesiser | virtual |
handleMidiEvent(const MidiMessage &) | Synthesiser | protectedvirtual |
handlePitchWheel(int midiChannel, int wheelValue) | Synthesiser | virtual |
handleProgramChange(int midiChannel, int programNumber) | Synthesiser | virtual |
handleSoftPedal(int midiChannel, bool isDown) | Synthesiser | virtual |
handleSostenutoPedal(int midiChannel, bool isDown) | Synthesiser | virtual |
handleSustainPedal(int midiChannel, bool isDown) | Synthesiser | virtual |
isNoteStealingEnabled() const noexcept | Synthesiser | |
lastPitchWheelValues | Synthesiser | protected |
lock | Synthesiser | protected |
noteOff(int midiChannel, int midiNoteNumber, float velocity, bool allowTailOff) | Synthesiser | virtual |
noteOn(int midiChannel, int midiNoteNumber, float velocity) | Synthesiser | virtual |
removeSound(int index) | Synthesiser | |
removeVoice(int index) | Synthesiser | |
renderNextBlock(AudioBuffer< float > &outputAudio, const MidiBuffer &inputMidi, int startSample, int numSamples) | Synthesiser | |
renderNextBlock(AudioBuffer< double > &outputAudio, const MidiBuffer &inputMidi, int startSample, int numSamples) | Synthesiser | |
renderVoices(AudioBuffer< float > &outputAudio, int startSample, int numSamples) | Synthesiser | protectedvirtual |
renderVoices(AudioBuffer< double > &outputAudio, int startSample, int numSamples) | Synthesiser | protectedvirtual |
setCurrentPlaybackSampleRate(double sampleRate) | Synthesiser | virtual |
setMinimumRenderingSubdivisionSize(int numSamples, bool shouldBeStrict=false) noexcept | Synthesiser | |
setNoteStealingEnabled(bool shouldStealNotes) | Synthesiser | |
sounds | Synthesiser | protected |
startVoice(SynthesiserVoice *voice, SynthesiserSound *sound, int midiChannel, int midiNoteNumber, float velocity) | Synthesiser | protected |
stopVoice(SynthesiserVoice *, float velocity, bool allowTailOff) | Synthesiser | protected |
Synthesiser() | Synthesiser | |
voices | Synthesiser | protected |
~Synthesiser() | Synthesiser | virtual |