addChangeListener(SafeChangeListener *listener) | SafeChangeBroadcaster | |
addControlledParameter(int macroControllerIndex, const String &processorId, int parameterId, const String ¶meterName, NormalisableRange< double > range, bool readOnly=true) | MacroControlBroadcaster | |
Balance enum value | ModulatorSynth | |
clearData(int macroIndex) | MacroControlBroadcaster | |
collectSoundsToBeStarted(const HiseEvent &m) | ModulatorSynth | virtual |
compileAllScripts() | ModulatorSynthChain | |
ControlledObject(MainController *m) | ControlledObject | |
editRouting(Component *childComponent) | RoutableProcessor | |
enableConsoleOutput(bool shouldBeEnabled) | Processor | inline |
findProcessor(Processor *p, const String &idToSearch) | MacroControlBroadcaster | static |
Gain enum value | ModulatorSynth | |
getBalance(bool getRightChannelGain) const | ModulatorSynth | inline |
getChildProcessor(int processorIndex) const override | ModulatorSynthChain | 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 |
getMacroControlData(int index) | MacroControlBroadcaster | inline |
getMacroControlData(int index) const | MacroControlBroadcaster | inline |
getMacroControlIndexForProcessorParameter(const Processor *p, int parameter) const | MacroControlBroadcaster | inline |
getMainController() const noexcept | ControlledObject | inline |
getMainController() noexcept | ControlledObject | inline |
getName() const | Processor | inlinevirtual |
getNumChildProcessors() const override | ModulatorSynthChain | 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 |
getVoiceIndex(const SynthesiserVoice *v) const | ModulatorSynth | |
handleHiseEvent(const HiseEvent &e) | ModulatorSynth | |
handleRetriggeredNote(ModulatorSynthVoice *voice) | ModulatorSynth | virtual |
hasActiveParameters(int macroIndex) | MacroControlBroadcaster | inline |
initRenderCallback() | ModulatorSynth | inlinevirtual |
InternalChains enum name | ModulatorSynth | |
isBypassed() const noexcept | Processor | inline |
isInGroup() const | ModulatorSynth | inline |
killAllVoicesWithNoteNumber(int noteNumber) | ModulatorSynth | |
KillFadeTime enum value | ModulatorSynth | |
killLastVoice(bool allowTailOff=true) | ModulatorSynth | |
loadMacroValuesFromValueTree(const ValueTree &v) | MacroControlBroadcaster | |
MacroControlBroadcaster(ModulatorSynthChain *chain) | MacroControlBroadcaster | |
noteOn(const HiseEvent &m) | ModulatorSynth | |
Parameters enum name | ModulatorSynth | |
postVoiceRendering(int startSample, int numThisTime) | ModulatorSynth | |
prepareToPlay(double newSampleRate, int samplesPerBlock) override | ModulatorSynthChain | virtual |
preVoiceRendering(int startSample, int numThisTime) | ModulatorSynth | virtual |
Processor(MainController *m, const String &id_, int numVoices) | Processor | |
removeAllChangeListeners() | SafeChangeBroadcaster | |
removeChangeListener(SafeChangeListener *listener) | SafeChangeBroadcaster | |
renderNextBlockWithModulators(AudioSampleBuffer &buffer, const HiseEventBuffer &inputMidiBuffer) override | ModulatorSynthChain | virtual |
renderVoice(int startSample, int numThisTime) | ModulatorSynth | |
replaceMacroControlData(int index, MacroControlData *newData, ModulatorSynthChain *parentChain) | MacroControlBroadcaster | |
restoreChain(const ValueTree &v) | Chain | |
restoreCompleteEditorState(const XmlElement *storedState) | Processor | inline |
restoreFromValueTree(const ValueTree &v) override | ModulatorSynthChain | virtual |
sendAllocationFreeChangeMessage() | SafeChangeBroadcaster | |
sendChangeMessage(const String &=String()) | SafeChangeBroadcaster | |
sendSynchronousChangeMessage() | SafeChangeBroadcaster | |
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 | |
setMacroControl(int macroIndex, float newValue, NotificationType notifyEditor=dontSendNotification) | MacroControlBroadcaster | |
setOutputValue(float newValue) | Processor | inlineprotected |
setSymbol(Path newSymbol) | Processor | inline |
soundCanBePlayed(ModulatorSynthSound *sound, int midiChannel, int midiNoteNumber, float velocity) | ModulatorSynth | virtual |
SpecialParameters enum name | Processor | |
VoiceLimit enum value | ModulatorSynth | |
~Processor() | Processor | virtual |