Classes | |
class | ClapAudioProcessor |
union | ClapEventUnion |
class | ClapFileHandle |
struct | ClapParamInfoImpl |
class | ClapPluginHandleImpl |
struct | ClapPluginHandleImpl::FdPoll |
Namespaces | |
namespace | Ase |
Macros | |
#define | CDEBUG(...) |
#define | CDEBUG_ENABLED() |
#define | CLAPEVENT_ENABLED() |
#define | PDEBUG(...) |
#define | PDEBUG_ENABLED() |
Typedefs | |
using | ClapEventParamS = std::vector< clap_event_param_value > |
using | ClapEventUnionS = std::vector< ClapEventUnion > |
using | ClapParamIdValue = std::tuple< clap_id, double > |
using | ClapParamIdValueS = std::vector< ClapParamIdValue > |
using | ClapParamInfoMap = std::unordered_map< clap_id, ClapParamInfoImpl * > |
using | ClapResourceHash = std::tuple< clap_id, String > |
using | ClapResourceHashS = std::vector< ClapResourceHash > |
Functions | |
DeviceInfo | clap_device_info (const ClapPluginDescriptor &descriptor) |
String | clap_event_to_string (const clap_event_note_t *enote) |
const char * | clap_event_type_string (int etype) |
StringS | list_clap_files () |
#define CDEBUG | ( | ... | ) |
#define CDEBUG_ENABLED | ( | ) |
#define PDEBUG | ( | ... | ) |
#define PDEBUG_ENABLED | ( | ) |
#define CLAPEVENT_ENABLED | ( | ) |