plugins/carla_native_plugin.h file

Code related to Carla plugins.

Contents

Enums

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.

Typedefs

using CarlaPluginType = enum CarlaPluginType
The type of the Carla plugin.