This is the complete list of members for SampleRaster, including all inherited members.
addChangeListener(SafeChangeListener *listener) | SafeChangeBroadcaster | |
ControlledObject(MainController *m) | ControlledObject | |
createEditor(ProcessorEditor *parentEditor) override | MidiProcessor | virtual |
enableConsoleOutput(bool shouldBeEnabled) | Processor | inline |
exportAsValueTree() const override | Processor | virtual |
getChildProcessor(int) override | MidiProcessor | inlinevirtual |
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 override | MidiProcessor | inlinevirtual |
getNumInternalChains() const | Processor | inlinevirtual |
getNumParameters() const | Processor | |
getOutputValue() const | Processor | inline |
getSampleRate() const | Processor | inline |
getSymbol() const | Processor | inline |
getType() const =0 | Processor | pure virtual |
getVoiceAmount() const noexcept | Processor | inline |
ignoreEvent() | MidiProcessor | inline |
InternalChains enum name | Processor | |
isBypassed() const noexcept | Processor | inline |
MidiProcessor(MainController *m, const String &id) | MidiProcessor | |
prepareToPlay(double sampleRate_, int samplesPerBlock_) | Processor | inlinevirtual |
processHiseEvent(HiseEvent &m) override | SampleRaster | inlineprotectedvirtual |
Processor(MainController *m, const String &id_, int numVoices) | Processor | |
removeAllChangeListeners() | SafeChangeBroadcaster | |
removeChangeListener(SafeChangeListener *listener) | SafeChangeBroadcaster | |
restoreCompleteEditorState(const XmlElement *storedState) | Processor | inline |
restoreFromValueTree(const ValueTree &previouslyExportedProcessorState) override | Processor | virtual |
samplePos | MidiProcessor | protected |
SampleRaster(MainController *mc, const String &id) | SampleRaster | inline |
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 |
setIsOnAir(bool isBeingProcessedInAudioThread) | Processor | |
setOutputValue(float newValue) | Processor | inlineprotected |
setRaster(int newStepSize) noexcept | SampleRaster | inline |
setSymbol(Path newSymbol) | Processor | inline |
SpecialParameters enum name | Processor | |
~Processor() | Processor | virtual |