DISTRHO Plugin Framework
|
This is the complete list of members for Plugin, including all inherited members.
activate() | Plugin | inlineprotectedvirtual |
bufferSizeChanged(uint32_t newBufferSize) | Plugin | protectedvirtual |
canRequestParameterValueChanges() const noexcept | Plugin | |
deactivate() | Plugin | inlineprotectedvirtual |
getBufferSize() const noexcept | Plugin | |
getBundlePath() const noexcept | Plugin | |
getDescription() const | Plugin | inlineprotectedvirtual |
getHomePage() const | Plugin | inlineprotectedvirtual |
getLabel() const =0 | Plugin | protectedpure virtual |
getLicense() const =0 | Plugin | protectedpure virtual |
getMaker() const =0 | Plugin | protectedpure virtual |
getName() const | Plugin | inlineprotectedvirtual |
getParameterValue(uint32_t index) const | Plugin | protectedvirtual |
getSampleRate() const noexcept | Plugin | |
getState(const char *key) const | Plugin | protectedvirtual |
getTimePosition() const noexcept | Plugin | |
getUniqueId() const =0 | Plugin | protectedpure virtual |
getVersion() const =0 | Plugin | protectedpure virtual |
initAudioPort(bool input, uint32_t index, AudioPort &port) | Plugin | protectedvirtual |
initParameter(uint32_t index, Parameter ¶meter) | Plugin | protectedvirtual |
initPortGroup(uint32_t groupId, PortGroup &portGroup) | Plugin | protectedvirtual |
initProgramName(uint32_t index, String &programName)=0 | Plugin | protectedpure virtual |
initState(uint32_t index, State &state) | Plugin | protectedvirtual |
initState(uint32_t, String &, String &) (defined in Plugin) | Plugin | inlineprotectedvirtual |
ioChanged(uint16_t numInputs, uint16_t numOutputs) | Plugin | protectedvirtual |
isDummyInstance() const noexcept | Plugin | |
isSelfTestInstance() const noexcept | Plugin | |
isStateFile(uint32_t) (defined in Plugin) | Plugin | inlineprotectedvirtual |
loadProgram(uint32_t index) | Plugin | protectedvirtual |
Plugin(uint32_t parameterCount, uint32_t programCount, uint32_t stateCount) | Plugin | |
PluginExporter (defined in Plugin) | Plugin | friend |
requestParameterValueChange(uint32_t index, float value) noexcept | Plugin | |
run(const float **inputs, float **outputs, uint32_t frames, const MidiEvent *midiEvents, uint32_t midiEventCount)=0 | Plugin | protectedpure virtual |
sampleRateChanged(double newSampleRate) | Plugin | protectedvirtual |
setLatency(uint32_t frames) noexcept | Plugin | |
setParameterValue(uint32_t index, float value) | Plugin | protectedvirtual |
setState(const char *key, const char *value) | Plugin | protectedvirtual |
updateStateValue(const char *key, const char *value) noexcept | Plugin | |
writeMidiEvent(const MidiEvent &midiEvent) noexcept | Plugin | |
~Plugin() | Plugin | virtual |