Zrythm
a highly automated and intuitive digital audio workstation
|
Code related to Carla plugins. More...
#include "zrythm-config.h"
Go to the source code of this file.
Data Structures | |
struct | CarlaPatchbayPortInfo |
struct | CarlaNativePlugin |
Macros | |
#define | CARLA_STATE_FILENAME "state.carla" |
Typedefs | |
typedef void * | CarlaPluginHandle |
Enumerations | |
enum class | CarlaPluginType { CARLA_PLUGIN_NONE , CARLA_PLUGIN_RACK , CARLA_PLUGIN_PATCHBAY , CARLA_PLUGIN_PATCHBAY16 , CARLA_PLUGIN_PATCHBAY32 , CARLA_PLUGIN_PATCHBAY64 } |
The type of the Carla plugin. More... | |
Code related to Carla plugins.
Definition in file carla_native_plugin.h.
typedef void* CarlaPluginHandle |
Definition at line 21 of file carla_native_plugin.h.