|
LMMS
|
#include <CarlaNativePlugin.h>Macros | |
| #define | BUILDING_CARLA |
| #define | CARLA_PLUGIN_EXPORT CARLA_EXPORT |
| #define BUILDING_CARLA |
| #define CARLA_PLUGIN_EXPORT CARLA_EXPORT |
| CARLA_PLUGIN_EXPORT const NativePluginDescriptor * carla_get_native_patchbay16_plugin | ( | void | ) |
Get the native plugin descriptor for the carla-patchbay16 plugin.
| CARLA_PLUGIN_EXPORT const NativePluginDescriptor * carla_get_native_patchbay32_plugin | ( | void | ) |
Get the native plugin descriptor for the carla-patchbay32 plugin.
| CARLA_PLUGIN_EXPORT const NativePluginDescriptor * carla_get_native_patchbay64_plugin | ( | void | ) |
Get the native plugin descriptor for the carla-patchbay64 plugin.
| CARLA_PLUGIN_EXPORT const NativePluginDescriptor * carla_get_native_patchbay_cv_plugin | ( | void | ) |
Get the native plugin descriptor for the carla-patchbay-cv plugin.
| CARLA_PLUGIN_EXPORT const NativePluginDescriptor * carla_get_native_patchbay_plugin | ( | void | ) |
Get the native plugin descriptor for the carla-patchbay plugin.
| CARLA_PLUGIN_EXPORT CarlaBackend::CarlaEngine * carla_get_native_plugin_engine | ( | const NativePluginDescriptor * | desc, |
| NativePluginHandle | handle ) |
| CARLA_PLUGIN_EXPORT const NativePluginDescriptor * carla_get_native_rack_plugin | ( | void | ) |
Get the native plugin descriptor for the carla-rack plugin.