|
| | CarlaPluginNative (CarlaEngine *const engine, const uint id) |
| | ~CarlaPluginNative () override |
| PluginType | getType () const noexcept override |
| PluginCategory | getCategory () const noexcept override |
| uint32_t | getMidiInCount () const noexcept override |
| uint32_t | getMidiOutCount () const noexcept override |
| uint32_t | getParameterScalePointCount (const uint32_t parameterId) const 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 | getParameterComment (const uint32_t parameterId, char *const strBuf) const noexcept override |
| bool | getParameterGroupName (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 | prepareForSave (bool) override |
| void | setName (const char *const newName) override |
| void | setCtrlChannel (const int8_t channel, const bool sendOsc, const bool sendCallback) noexcept override |
| void | setWindowTitle (const char *const title) noexcept |
| 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 | setMidiProgram (const int32_t index, const bool sendGui, const bool sendOsc, const bool sendCallback, const bool doingInit) noexcept override |
| void | setMidiProgramRT (const uint32_t index, const bool sendCallbackLater) noexcept override |
| void | setCustomUITitle (const char *const title) noexcept override |
| void | showCustomUI (const bool yesNo) override |
| void | idle () override |
| void | uiIdle () override |
| void | reload () override |
| void | reloadParameters (bool *const needsCtrlIn, bool *const needsCtrlOut) |
| void | reloadPrograms (const bool doInit) override |
| void | activate () noexcept override |
| void | deactivate () noexcept override |
| EngineEvent & | findNextEvent () |
| void | process (const float *const *const audioIn, float **const audioOut, const float *const *const cvIn, float **const cvOut, const uint32_t frames) override |
| bool | processSingle (const float *const *const audioIn, float **const audioOut, const float *const *const cvIn, float **const cvOut, const uint32_t frames, const uint32_t timeOffset) |
| void | bufferSizeChanged (const uint32_t newBufferSize) override |
| void | sampleRateChanged (const double newSampleRate) override |
| void | offlineModeChanged (const bool isOffline) override |
| void | initBuffers () const noexcept override |
| void | clearBuffers () noexcept override |
| void | uiParameterChange (const uint32_t index, const float value) noexcept override |
| void | uiMidiProgramChange (const uint32_t index) noexcept override |
| void | uiNoteOn (const uint8_t channel, const uint8_t note, const uint8_t velo) noexcept override |
| void | uiNoteOff (const uint8_t channel, const uint8_t note) noexcept override |
| const NativeInlineDisplayImageSurface * | renderInlineDisplay (const uint32_t width, const uint32_t height) const |
| void * | getNativeHandle () const noexcept override |
| const void * | getNativeDescriptor () const noexcept override |
| bool | init (const CarlaPluginPtr plugin, const char *const name, const char *const label, const uint options) |