|
| | CarlaPluginLADSPADSSI (CarlaEngine *const engine, const uint id) noexcept |
| | ~CarlaPluginLADSPADSSI () noexcept override |
| PluginType | getType () const noexcept override |
| PluginCategory | getCategory () const noexcept override |
| int64_t | getUniqueId () const noexcept override |
| uint32_t | getLatencyInFrames () const noexcept override |
| uint32_t | getParameterScalePointCount (const uint32_t parameterId) const noexcept override |
| std::size_t | getChunkData (void **const dataPtr) noexcept override |
| uint | getOptionsAvailable () const noexcept override |
| float | getParameterValue (const uint32_t parameterId) const noexcept override |
| float | getParameterScalePointValue (const uint32_t parameterId, const uint32_t scalePointId) const noexcept override |
| bool | getLabel (char *const strBuf) const noexcept override |
| bool | getMaker (char *const strBuf) const noexcept override |
| bool | getCopyright (char *const strBuf) const noexcept override |
| bool | getRealName (char *const strBuf) const noexcept override |
| bool | getParameterName (const uint32_t parameterId, char *const strBuf) const noexcept override |
| bool | getParameterUnit (const uint32_t parameterId, char *const strBuf) const noexcept override |
| bool | getParameterSymbol (const uint32_t parameterId, char *const strBuf) const noexcept override |
| bool | getParameterScalePointLabel (const uint32_t parameterId, const uint32_t scalePointId, char *const strBuf) const noexcept override |
| void | setId (const uint newId) noexcept override |
| void | setParameterValue (const uint32_t parameterId, const float value, const bool sendGui, const bool sendOsc, const bool sendCallback) noexcept override |
| void | setParameterValueRT (const uint32_t parameterId, const float value, const uint32_t frameOffset, const bool sendCallbackLater) noexcept override |
| void | setCustomData (const char *const type, const char *const key, const char *const value, const bool sendGui) override |
| void | setChunkData (const void *const data, const std::size_t dataSize) override |
| void | setMidiProgram (const int32_t index, const bool sendGui, const bool sendOsc, const bool sendCallback, const bool doingInit) noexcept override |
| void | setMidiProgramRT (const uint32_t uindex, const bool sendCallbackLater) noexcept override |
| void | setMidiProgramInDSSI (const uint32_t uindex) noexcept |
| void | reload () override |
| void | findInitialLatencyValue (const uint32_t aIns, const uint32_t aOuts) const |
| void | reloadPrograms (const bool doInit) override |
| void | activate () noexcept override |
| void | deactivate () noexcept override |
| void | process (const float *const *const audioIn, float **const audioOut, const float *const *const cvIn, float **, const uint32_t frames) override |
| bool | processSingle (const float *const *const audioIn, float **const audioOut, const uint32_t frames, const uint32_t timeOffset, const ulong midiEventCount) |
| void | bufferSizeChanged (const uint32_t newBufferSize) override |
| void | sampleRateChanged (const double newSampleRate) override |
| void | reconnectAudioPorts () const noexcept |
| void | clearBuffers () noexcept override |
| const void * | getNativeDescriptor () const noexcept override |
| const void * | getExtraStuff () const noexcept override |
| bool | initLADSPA (const CarlaPluginPtr plugin, const char *const filename, const char *name, const char *const label, const uint options, const LADSPA_RDF_Descriptor *const rdfDescriptor) |
| bool | initDSSI (const CarlaPluginPtr plugin, const char *const filename, const char *name, const char *const label, const uint options) |
| bool | init2 (const CarlaPluginPtr plugin, const char *const filename, const char *name, const uint options, const LADSPA_RDF_Descriptor *const rdfDescriptor) |