|
LMMS
|
This is the complete list of members for NativePlugin, including all inherited members.
| cleanupLastProjectPath() | NativePlugin | inline |
| fAtomForge | NativePlugin | private |
| fBufferSize | NativePlugin | private |
| fDescriptor | NativePlugin | private |
| fEffect | NativePlugin | private |
| fHandle | NativePlugin | private |
| fHost | NativePlugin | private |
| fHostType | NativePlugin | private |
| fIsActive | NativePlugin | private |
| fLastProjectPath | NativePlugin | private |
| fLoadedFile | NativePlugin | private |
| fMidiEventCount | NativePlugin | private |
| fMidiEvents | NativePlugin | private |
| fMidiOutEvents | NativePlugin | private |
| fNeedsNotifyFileChanged | NativePlugin | private |
| fPluginNeedsIdle | NativePlugin | private |
| fPreviewData | NativePlugin | private |
| fProgramDesc | NativePlugin | private |
| fProgramName | NativePlugin | private |
| fSampleRate | NativePlugin | private |
| fStateChunk | NativePlugin | private |
| fTimeInfo | NativePlugin | private |
| fUiLauncher | NativePlugin | private |
| fVstRect | NativePlugin | private |
| fWorkerUISignal | NativePlugin | private |
| getDescriptor() const noexcept | NativePlugin | inline |
| handleBufferSizeChanged(const uint32_t bufferSize) override | NativePlugin | inlineprotected |
| handleDispatcher(const NativeHostDispatcherOpcode opcode, const int32_t index, const intptr_t value, void *const ptr, const float opt) | NativePlugin | inlineprotected |
| handleDispatcher(const NativeHostDispatcherOpcode opcode, const int32_t index, const intptr_t value, void *const ptr, const float opt) | NativePlugin | inlineprotected |
| handleParameterValueChanged(const uint32_t index, const float value) override | NativePlugin | inlineprotected |
| handlePreviewBufferData(const char type, const uint32_t size, const void *const buffer) noexcept | NativePlugin | inlineprotected |
| handleSampleRateChanged(const double sampleRate) override | NativePlugin | inlineprotected |
| handleUiClosed() | NativePlugin | inlineprotected |
| handleUiClosed() | NativePlugin | inlineprotected |
| handleUiCustomDataChanged(const char *const key, const char *const value) const | NativePlugin | inlineprotected |
| handleUiCustomDataChanged(const char *const, const char *const) const | NativePlugin | inlineprotected |
| handleUiHide() override | NativePlugin | inlineprotected |
| handleUiOpenFile(const bool, const char *const, const char *const) const | NativePlugin | inlineprotected |
| handleUiOpenFile(const bool, const char *const, const char *const) const | NativePlugin | inlineprotected |
| handleUiParameterChanged(const uint32_t index, const float value) const | NativePlugin | inlineprotected |
| handleUiParameterChanged(const uint32_t index, const float value) const | NativePlugin | inlineprotected |
| handleUiParameterTouch(const uint32_t index, const bool touch) const | NativePlugin | inlineprotected |
| handleUiParameterTouch(const uint32_t index, const bool touch) const | NativePlugin | inlineprotected |
| handleUiResize(const uint32_t, const uint32_t) const | NativePlugin | inlineprotected |
| handleUiResize(const int16_t width, const int16_t height) | NativePlugin | inlineprotected |
| handleUiRun() const override | NativePlugin | inlineprotected |
| handleUiSaveFile(const bool, const char *const, const char *const) const | NativePlugin | inlineprotected |
| handleUiSaveFile(const bool, const char *const, const char *const) const | NativePlugin | inlineprotected |
| handleUiShow() override | NativePlugin | inlineprotected |
| handleWriteMidiEvent(const NativeMidiEvent *const event) | NativePlugin | inlineprotected |
| handleWriteMidiEvent(const NativeMidiEvent *const event) | NativePlugin | inlineprotected |
| host_dispatcher(NativeHostHandle handle, NativeHostDispatcherOpcode opcode, int32_t index, intptr_t value, void *ptr, float opt) | NativePlugin | inlineprivatestatic |
| host_dispatcher(NativeHostHandle handle, NativeHostDispatcherOpcode opcode, int32_t index, intptr_t value, void *ptr, float opt) | NativePlugin | inlineprivatestatic |
| host_get_buffer_size(NativeHostHandle handle) | NativePlugin | inlineprivatestatic |
| host_get_buffer_size(NativeHostHandle handle) | NativePlugin | inlineprivatestatic |
| host_get_sample_rate(NativeHostHandle handle) | NativePlugin | inlineprivatestatic |
| host_get_sample_rate(NativeHostHandle handle) | NativePlugin | inlineprivatestatic |
| host_get_time_info(NativeHostHandle handle) | NativePlugin | inlineprivatestatic |
| host_get_time_info(NativeHostHandle handle) | NativePlugin | inlineprivatestatic |
| host_is_offline(NativeHostHandle handle) | NativePlugin | inlineprivatestatic |
| host_is_offline(NativeHostHandle) | NativePlugin | inlineprivatestatic |
| host_ui_closed(NativeHostHandle handle) | NativePlugin | inlineprivatestatic |
| host_ui_closed(NativeHostHandle handle) | NativePlugin | inlineprivatestatic |
| host_ui_custom_data_changed(NativeHostHandle handle, const char *key, const char *value) | NativePlugin | inlineprivatestatic |
| host_ui_custom_data_changed(NativeHostHandle handle, const char *key, const char *value) | NativePlugin | inlineprivatestatic |
| host_ui_open_file(NativeHostHandle handle, bool isDir, const char *title, const char *filter) | NativePlugin | inlineprivatestatic |
| host_ui_open_file(NativeHostHandle handle, bool isDir, const char *title, const char *filter) | NativePlugin | inlineprivatestatic |
| host_ui_parameter_changed(NativeHostHandle handle, uint32_t index, float value) | NativePlugin | inlineprivatestatic |
| host_ui_parameter_changed(NativeHostHandle handle, uint32_t index, float value) | NativePlugin | inlineprivatestatic |
| host_ui_parameter_touch(NativeHostHandle handle, uint32_t index, bool touch) | NativePlugin | inlineprivatestatic |
| host_ui_save_file(NativeHostHandle handle, bool isDir, const char *title, const char *filter) | NativePlugin | inlineprivatestatic |
| host_ui_save_file(NativeHostHandle handle, bool isDir, const char *title, const char *filter) | NativePlugin | inlineprivatestatic |
| host_write_midi_event(NativeHostHandle handle, const NativeMidiEvent *event) | NativePlugin | inlineprivatestatic |
| host_write_midi_event(NativeHostHandle handle, const NativeMidiEvent *event) | NativePlugin | inlineprivatestatic |
| hostCallback(const int32_t opcode, const int32_t index=0, const intptr_t value=0, void *const ptr=nullptr, const float opt=0.0f) const | NativePlugin | inlineprivate |
| HostType enum name | NativePlugin | private |
| init() | NativePlugin | inline |
| init() | NativePlugin | inline |
| kHostTypeArdour enum value | NativePlugin | private |
| kHostTypeBitwig enum value | NativePlugin | private |
| kHostTypeNull enum value | NativePlugin | private |
| kIgnoreParameters | NativePlugin | private |
| kMaxMidiEvents | NativePlugin | static |
| lv2_activate() | NativePlugin | inline |
| lv2_cleanup() | NativePlugin | inline |
| lv2_deactivate() | NativePlugin | inline |
| lv2_get_program(const uint32_t index) | NativePlugin | inline |
| lv2_idisp_render(const uint32_t width, const uint32_t height) | NativePlugin | inline |
| lv2_restore(const LV2_State_Retrieve_Function retrieve, const LV2_State_Handle handle, uint32_t flags, const LV2_Feature *const *const features) | NativePlugin | inline |
| lv2_run(const uint32_t frames) | NativePlugin | inline |
| lv2_save(const LV2_State_Store_Function store, const LV2_State_Handle handle, const uint32_t, const LV2_Feature *const *const features) | NativePlugin | inline |
| lv2_select_program(uint32_t bank, uint32_t program) | NativePlugin | inline |
| lv2_work(LV2_Worker_Respond_Function, LV2_Worker_Respond_Handle, uint32_t, const void *data) | NativePlugin | inline |
| lv2_work_resp(uint32_t, const void *) | NativePlugin | inline |
| lv2ui_instantiate(LV2UI_Write_Function writeFunction, LV2UI_Controller controller, LV2UI_Widget *widget, const LV2_Feature *const *features) | NativePlugin | inline |
| lv2ui_port_event(uint32_t portIndex, uint32_t bufferSize, uint32_t format, const void *buffer) const | NativePlugin | inline |
| lv2ui_select_program(uint32_t bank, uint32_t program) const | NativePlugin | inline |
| NativePlugin(const NativePluginDescriptor *const desc, const double sampleRate, const char *const bundlePath, const LV2_Feature *const *const features) | NativePlugin | inline |
| NativePlugin(AEffect *const effect, const NativePluginDescriptor *desc) | NativePlugin | inline |
| saveLastProjectPathIfPossible(const LV2_Feature *const *const features) | NativePlugin | inline |
| updateParameterOutputs() | NativePlugin | inlineprotected |
| vst_dispatcher(const int32_t opcode, const int32_t index, const intptr_t value, void *const ptr, const float opt) | NativePlugin | inline |
| vst_getParameter(const int32_t index) | NativePlugin | inline |
| vst_processReplacing(float **const inputs, float **const outputs, const int32_t sampleFrames) | NativePlugin | inline |
| vst_setParameter(const int32_t index, const float value) | NativePlugin | inline |
| ~NativePlugin() | NativePlugin | inline |
| ~NativePlugin() | NativePlugin | inline |