This is the complete list of members for EffectProcessor, including all inherited members.
addChangeListener(SafeChangeListener *listener) | SafeChangeBroadcaster | |
ControlledObject(MainController *m) | ControlledObject | |
createEditor(ProcessorEditor *parentEditor)=0 | Processor | pure virtual |
enableConsoleOutput(bool shouldBeEnabled) | Processor | inline |
exportAsValueTree() const override | Processor | virtual |
getAttribute(int parameterIndex) const =0 | Processor | pure virtual |
getChildProcessor(int processorIndex)=0 | Processor | pure virtual |
getDefaultValue(int) const | Processor | inlinevirtual |
getEditorState(int state) const | Processor | inline |
getId() const | Processor | inline |
getIdentifierForParameterIndex(int parameterIndex) const | Processor | virtual |
getInputValue() const | Processor | inline |
getLargestBlockSize() const | Processor | inline |
getMainController() const noexcept | ControlledObject | inline |
getMainController() noexcept | ControlledObject | inline |
getName() const | Processor | inlinevirtual |
getNumChildProcessors() const =0 | Processor | pure virtual |
getNumInternalChains() const | Processor | inlinevirtual |
getNumParameters() const | Processor | |
getOutputValue() const | Processor | inline |
getSampleRate() const | Processor | inline |
getSpecialSymbol() const | Processor | inlineprotectedvirtual |
getSymbol() const | Processor | inline |
getType() const =0 | Processor | pure virtual |
getVoiceAmount() const noexcept | Processor | inline |
hasTail() const =0 | EffectProcessor | pure virtual |
InternalChains enum name | Processor | |
isBypassed() const noexcept | Processor | inline |
isTailingOff() const | EffectProcessor | inline |
prepareToPlay(double sampleRate, int samplesPerBlock) override | EffectProcessor | inlinevirtual |
Processor(MainController *m, const String &id_, int numVoices) | Processor | |
removeAllChangeListeners() | SafeChangeBroadcaster | |
removeChangeListener(SafeChangeListener *listener) | SafeChangeBroadcaster | |
renderAllChains(int startSample, int numSamples) | EffectProcessor | inline |
renderNextBlock(AudioSampleBuffer &buffer, int startSample, int numSamples)=0 | EffectProcessor | pure virtual |
restoreCompleteEditorState(const XmlElement *storedState) | Processor | inline |
restoreFromValueTree(const ValueTree &previouslyExportedProcessorState) override | Processor | virtual |
sendAllocationFreeChangeMessage() | SafeChangeBroadcaster | |
sendChangeMessage(const String &=String()) | SafeChangeBroadcaster | |
sendSynchronousChangeMessage() | SafeChangeBroadcaster | |
setAttribute(int parameterIndex, float newValue, juce::NotificationType notifyEditor) | Processor | inline |
setBypassed(bool shouldBeBypassed, NotificationType notifyChangeHandler=dontSendNotification) noexcept | Processor | inlinevirtual |
setEditorState(int state, bool isOn, NotificationType notifyView=sendNotification) | Processor | inline |
setInputValue(float newValue, NotificationType notify=sendNotification) | Processor | inlineprotected |
setInternalAttribute(int parameterIndex, float newValue)=0 | Processor | protectedpure virtual |
setIsOnAir(bool isBeingProcessedInAudioThread) | Processor | |
setOutputValue(float newValue) | Processor | inlineprotected |
setSymbol(Path newSymbol) | Processor | inline |
SpecialParameters enum name | Processor | |
~Processor() | Processor | virtual |