12#ifndef __PLUGINS_CARLA_DISCOVERY_H__
13#define __PLUGINS_CARLA_DISCOVERY_H__
15#include "zrythm-config.h"
23# include <CarlaUtils.h>
34typedef struct ZCarlaDiscovery
42 GArray * handles_done;
51z_carla_discovery_free (ZCarlaDiscovery * self);
54z_carla_discovery_start (
55 ZCarlaDiscovery * self,
63z_carla_discovery_idle (ZCarlaDiscovery * self);
69z_carla_discovery_create_au_descriptor_from_info (
70 const CarlaCachedPluginInfo * info);
ZPluginProtocol
Plugin protocol.
The PluginManager is responsible for scanning and keeping track of available Plugin's.