addChangeListener(SafeChangeListener *listener) | SafeChangeBroadcaster | |
addProcessorsWhenEmpty() | ModulatorSynth | virtual |
areVoicesActive() const | ModulatorSynth | virtual |
Balance enum value | ModulatorSynth | |
ControlledObject(MainController *m) | ControlledObject | |
editRouting(Component *childComponent) | RoutableProcessor | |
enableConsoleOutput(bool shouldBeEnabled) | Processor | inline |
Gain enum value | ModulatorSynth | |
getBalance(bool getRightChannelGain) const | ModulatorSynth | inline |
getChildProcessor(int processorIndex) override | ModulatorSynthGroup | virtual |
getChildProcessor(int processorIndex) const override | ModulatorSynthGroup | virtual |
getConstantPitchValues() const | ModulatorSynth | inline |
getEditorState(int state) const | Processor | inline |
getFreeVoice(SynthesiserSound *s, int midiChannel, int midiNoteNumber) | ModulatorSynth | |
getGain() const | ModulatorSynth | inline |
getGroup() const | ModulatorSynth | inline |
getId() const | Processor | inline |
getIdentifierForParameterIndex(int parameterIndex) const | Processor | virtual |
getIndexInGroup() const | ModulatorSynth | |
getInputValue() const | Processor | inline |
getLargestBlockSize() const | Processor | inline |
getLeftDestinationChannel() const | RoutableProcessor | inline |
getLeftSourceChannel() const | RoutableProcessor | inline |
getMainController() const noexcept | ControlledObject | inline |
getMainController() noexcept | ControlledObject | inline |
getName() const | Processor | inlinevirtual |
getNumChildProcessors() const override | ModulatorSynthGroup | inlinevirtual |
getNumParameters() const | Processor | |
getOutputValue() const | Processor | inline |
getPitchValuesForVoice() const | ModulatorSynth | inline |
getPlayingSynth() | ModulatorSynth | |
getRightDestinationChannel() const | RoutableProcessor | inline |
getRightSourceChannel() const | RoutableProcessor | inline |
getSpecialSymbol() const | Processor | inlineprotectedvirtual |
getSymbol() const | Processor | inline |
getType() const =0 | Processor | pure virtual |
getVoiceAmount() const noexcept | Processor | inline |
getVoiceIndex(const SynthesiserVoice *v) const | ModulatorSynth | |
handleHiseEvent(const HiseEvent &e) | ModulatorSynth | |
initRenderCallback() override | ModulatorSynthGroup | virtual |
isBypassed() const noexcept | Processor | inline |
isInGroup() const | ModulatorSynth | inline |
killAllVoicesWithNoteNumber(int noteNumber) | ModulatorSynth | |
KillFadeTime enum value | ModulatorSynth | |
killLastVoice(bool allowTailOff=true) | ModulatorSynth | |
noteOn(const HiseEvent &m) | ModulatorSynth | |
Parameters enum name | ModulatorSynth | |
postVoiceRendering(int startSample, int numThisTime) | ModulatorSynth | |
preHiseEventCallback(const HiseEvent &m) override | ModulatorSynthGroup | virtual |
prepareToPlay(double newSampleRate, int samplesPerBlock) override | ModulatorSynthGroup | virtual |
Processor(MainController *m, const String &id_, int numVoices) | Processor | |
removeAllChangeListeners() | SafeChangeBroadcaster | |
removeChangeListener(SafeChangeListener *listener) | SafeChangeBroadcaster | |
renderNextBlockWithModulators(AudioSampleBuffer &outputAudio, const HiseEventBuffer &inputMidi) | ModulatorSynth | virtual |
renderVoice(int startSample, int numThisTime) | ModulatorSynth | |
restoreChain(const ValueTree &v) | Chain | |
restoreCompleteEditorState(const XmlElement *storedState) | Processor | inline |
sendAllocationFreeChangeMessage() | SafeChangeBroadcaster | |
sendChangeMessage(const String &=String()) | SafeChangeBroadcaster | |
sendSynchronousChangeMessage() | SafeChangeBroadcaster | |
setAllowStateForAllChildSynths(bool shouldBeEnabled) | ModulatorSynthGroup | |
setAttribute(int parameterIndex, float newValue, juce::NotificationType notifyEditor) | Processor | inline |
setBalance(float newBalance) | ModulatorSynth | inline |
setClockSpeed(ClockSpeed newClockSpeed) | ModulatorSynth | inline |
setEditorState(int state, bool isOn, NotificationType notifyView=sendNotification) | Processor | inline |
setGain(float newGain) | ModulatorSynth | inline |
setGroup(ModulatorSynthGroup *parent) | ModulatorSynth | inline |
setInputValue(float newValue, NotificationType notify=sendNotification) | Processor | inlineprotected |
setIsOnAir(bool isBeingProcessedInAudioThread) | Processor | |
setOutputValue(float newValue) | Processor | inlineprotected |
setSymbol(Path newSymbol) | Processor | inline |
soundCanBePlayed(ModulatorSynthSound *sound, int midiChannel, int midiNoteNumber, float velocity) | ModulatorSynth | virtual |
VoiceLimit enum value | ModulatorSynth | |
~Processor() | Processor | virtual |