|
| | CarlaPluginVST2 (CarlaEngine *const engine, const uint id) |
| | ~CarlaPluginVST2 () override |
| PluginType | getType () const noexcept override |
| PluginCategory | getCategory () const noexcept override |
| int64_t | getUniqueId () const noexcept override |
| uint32_t | getLatencyInFrames () 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 |
| 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 | getParameterText (const uint32_t parameterId, char *const strBuf) noexcept override |
| bool | getParameterUnit (const uint32_t parameterId, char *const strBuf) const noexcept override |
| bool | getParameterGroupName (const uint32_t parameterId, char *const strBuf) const noexcept override |
| void | setName (const char *const newName) 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 | setChunkData (const void *const data, const std::size_t dataSize) override |
| void | setProgram (const int32_t index, const bool sendGui, const bool sendOsc, const bool sendCallback, const bool doingInit) noexcept override |
| void | setProgramRT (const uint32_t uindex, const bool sendCallbackLater) noexcept override |
| void | setCustomUITitle (const char *const title) noexcept override |
| void | showCustomUI (const bool yesNo) override |
| void * | embedCustomUI (void *const ptr) override |
| void | idle () override |
| void | uiIdle () override |
| void | reload () override |
| 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, const uint32_t frames) override |
| bool | processSingle (const float *const *const inBuffer, float **const outBuffer, const uint32_t frames, const uint32_t timeOffset) |
| void | bufferSizeChanged (const uint32_t newBufferSize) override |
| void | sampleRateChanged (const double newSampleRate) override |
| void | clearBuffers () noexcept override |
| bool | init (const CarlaPluginPtr plugin, const char *const filename, const char *const name, const int64_t uniqueId, const uint options) |