|
LMMS
|
Go to the source code of this file.
| CARLA_API_EXPORT CarlaHostHandle carla_create_native_plugin_host_handle | ( | const NativePluginDescriptor * | desc, |
| NativePluginHandle | handle ) |
Create a CarlaHostHandle suitable for CarlaHost API calls. Returned value must be freed by the caller when no longer needed.
| CARLA_API_EXPORT const NativePluginDescriptor * carla_get_native_patchbay16_plugin | ( | void | ) |
Get the native plugin descriptor for the carla-patchbay16 plugin.
| CARLA_API_EXPORT const NativePluginDescriptor * carla_get_native_patchbay32_plugin | ( | void | ) |
Get the native plugin descriptor for the carla-patchbay32 plugin.
| CARLA_API_EXPORT const NativePluginDescriptor * carla_get_native_patchbay64_plugin | ( | void | ) |
Get the native plugin descriptor for the carla-patchbay64 plugin.
| CARLA_API_EXPORT const NativePluginDescriptor * carla_get_native_patchbay_cv32_plugin | ( | void | ) |
Get the native plugin descriptor for the carla-patchbay-cv32 plugin.
| CARLA_API_EXPORT const NativePluginDescriptor * carla_get_native_patchbay_cv8_plugin | ( | void | ) |
Get the native plugin descriptor for the carla-patchbay-cv8 plugin.
| CARLA_API_EXPORT const NativePluginDescriptor * carla_get_native_patchbay_cv_plugin | ( | void | ) |
Get the native plugin descriptor for the carla-patchbay-cv plugin.
| CARLA_API_EXPORT const NativePluginDescriptor * carla_get_native_patchbay_obs_plugin | ( | void | ) |
Get the native plugin descriptor for the carla-patchbay OBS plugin.
| CARLA_API_EXPORT const NativePluginDescriptor * carla_get_native_patchbay_plugin | ( | void | ) |
Get the native plugin descriptor for the carla-patchbay plugin.
| CARLA_API_EXPORT const NativePluginDescriptor * carla_get_native_rack_plugin | ( | void | ) |
Get the native plugin descriptor for the carla-rack plugin.
| CARLA_API_EXPORT void carla_host_handle_free | ( | CarlaHostHandle | handle | ) |
Free memory created during carla_create_native_plugin_host_handle.