Zrythm
a highly automated and intuitive digital audio workstation
Loading...
Searching...
No Matches
carla_native_plugin.h File Reference

Code related to Carla plugins. More...

#include "zrythm-config.h"
Include dependency graph for carla_native_plugin.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  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...
 

Detailed Description

Code related to Carla plugins.

Definition in file carla_native_plugin.h.

Typedef Documentation

◆ CarlaPluginHandle

typedef void* CarlaPluginHandle

Definition at line 21 of file carla_native_plugin.h.