Classes | |
struct | FdPoll |
Public Member Functions | |
AudioProcessorP | audio_processor () override |
bool | clap_activate () override |
bool | clap_activated () const override |
void | clap_deactivate () override |
String | clapid () const |
ClapPluginHandleImpl (const ClapPluginDescriptor &descriptor_, AudioProcessorP aproc) | |
ClapEventParamS * | convert_param_updates (const ClapParamUpdateS &updates) |
void | destroy () override |
void | destroy_gui () override |
bool | enqueue_updates (const ClapParamUpdateS &updates) |
ClapParamInfoImpl * | find_param_info (clap_id clapid) |
void | flush_event_params (const ClapEventParamS &events, ClapEventUnionS &output_events) |
double | get_param_value_double (clap_id param_id, const String &text) |
String | get_param_value_text (clap_id param_id, double value) |
void | get_port_infos () |
bool | gui_visible () override |
void | hide_gui () override |
bool | init_plugin () |
void | load_state (WritNode &xs) override |
PropertyP | param_get_property (clap_id param_id) override |
double | param_get_value (clap_id param_id, String *text) override |
ClapParamInfoS | param_infos () override |
bool | param_set_property (clap_id param_id, PropertyP prop) override |
bool | param_set_value (clap_id param_id, const String &stringvalue) override |
bool | param_set_value (clap_id param_id, double v) override |
void | params_changed () override |
void | resolve_file_references (ClapResourceHashS loader_hashes) |
void | save_state (WritNode &xs, const String &device_path) override |
void | scan_params () |
void | show_gui () override |
bool | supports_gui () override |
~ClapPluginHandleImpl () | |
![]() | |
String | clapid () const |
![]() | |
GadgetImpl * | _parent () const override |
template<class O , class M > | |
void | _register_parameter (O *, M *, const Param::ExtraVals &) const |
void | _set_parent (GadgetImpl *parent) override |
PropertyS | access_properties () override |
Value | get_data (const String &key) const override |
bool | set_data (const String &key, const Value &v) override |
String | type_nick () const override |
![]() | |
void | emit_event (const String &type, const String &detail, const ValueR fields={}) override |
void | emit_notify (const String &detail) override |
ASE_USE_RESULT Connection | on_event (const String &eventselector, const EventHandler &eventhandler) override |
![]() | |
void | js_trigger (const String &eventselector, JsTrigger callback) |
![]() | |
template<class T > | |
bool | del_custom_data (CustomDataKey< T > *key) |
template<class T > | |
T | get_custom_data (CustomDataKey< T > *key) const |
template<class T > | |
bool | has_custom_data (CustomDataKey< T > *key) const |
template<class T > | |
void | set_custom_data (CustomDataKey< T > *key, T data) |
![]() | |
ProjectImpl * | _project () const |
virtual PropertyP | access_property (String ident) |
Value | get_value (String ident) |
virtual StringS | list_properties () |
bool | set_value (String ident, const Value &v) |
Static Public Member Functions | |
static String | clapid (const clap_host *host) |
![]() | |
static CString | audio_processor_type () |
static ClapPluginHandleP | make_clap_handle (const ClapPluginDescriptor &descriptor, AudioProcessorP audio_processor) |
Public Attributes | |
std::vector< FdPoll > | fd_polls_ |
bool | gui_canresize |
bool | gui_visible_ |
ulong | gui_windowid |
ClapParamUpdateS * | loader_updates_ |
ClapParamInfoMap | param_ids_ |
std::vector< ClapParamInfoImpl > | param_infos_ |
clap_host_t | phost |
const clap_plugin_t * | plugin_ |
bool | plugin_activated |
const clap_plugin_audio_ports * | plugin_audio_ports |
const clap_plugin_audio_ports_config * | plugin_audio_ports_config |
const clap_plugin_file_reference * | plugin_file_reference |
const clap_plugin_gui * | plugin_gui |
const clap_plugin_note_ports * | plugin_note_ports |
const clap_plugin_params * | plugin_params |
const clap_plugin_posix_fd_support * | plugin_posix_fd_support |
bool | plugin_processing |
const clap_plugin_state * | plugin_state |
const clap_plugin_timer_support * | plugin_timer_support |
ClapAudioProcessorP | proc_ |
std::vector< uint > | timers_ |
![]() | |
const std::vector< clap_audio_port_info_t > & | audio_iport_infos |
const std::vector< clap_audio_port_info_t > & | audio_oport_infos |
const std::vector< clap_audio_ports_config_t > & | audio_ports_configs |
const ClapPluginDescriptor & | descriptor |
const std::vector< clap_note_port_info_t > & | note_iport_infos |
const std::vector< clap_note_port_info_t > & | note_oport_infos |
![]() | |
Member<&Gadget::name_ > | name |
Additional Inherited Members | |
![]() | |
using | MemberAccessF = std::function< bool(GadgetImpl *, const Value *, Value *)> |
using | MemberClassT = bool(*)(const SharedBase &) |
using | MemberInfosP = const StringS &(*)() |
![]() | |
enum | : uint64_t { GADGET_DESTROYED , DEVICE_ACTIVE , MASTER_TRACK } |
![]() | |
ClapPluginHandle (const ClapPluginDescriptor &descriptor) | |
virtual | ~ClapPluginHandle () |
![]() | |
virtual void | create_properties () |
virtual String | fallback_name () const |
uint64_t | gadget_flags () const |
uint64_t | gadget_flags (uint64_t setbits, uint64_t mask=~uint64_t(0)) |
virtual bool | name_ (const std::string *n, std::string *q) override |
void | serialize (WritNode &xs) override |
virtual | ~GadgetImpl () |
![]() | |
virtual | ~ObjectImpl ()=0 |
![]() | |
virtual | ~EmittableImpl () |
![]() | |
virtual | ~VirtualBase () noexcept=0 |
![]() | |
virtual | ~Object ()=0 |
![]() | |
void | custom_data_destroy () |
~CustomDataContainer () | |
![]() | |
Gadget () | |
![]() | |
static String | canonify_key (const String &input) |
![]() | |
std::vector< clap_audio_buffer_t > | audio_inputs_ |
std::vector< clap_audio_port_info_t > | audio_iport_infos_ |
std::vector< clap_audio_port_info_t > | audio_oport_infos_ |
std::vector< clap_audio_buffer_t > | audio_outputs_ |
std::vector< clap_audio_ports_config_t > | audio_ports_configs_ |
std::vector< float * > | data32ptrs_ |
std::vector< clap_note_port_info_t > | note_iport_infos_ |
std::vector< clap_note_port_info_t > | note_oport_infos_ |
![]() | |
PropertyImplS | props_ |
ClapPluginHandleImpl | ( | const ClapPluginDescriptor & | descriptor_, |
AudioProcessorP | aproc | ||
) |
~ClapPluginHandleImpl | ( | ) |
|
static |
String clapid | ( | ) | const |
bool init_plugin | ( | ) |
void get_port_infos | ( | ) |
String get_param_value_text | ( | clap_id | param_id, |
double | value | ||
) |
double get_param_value_double | ( | clap_id | param_id, |
const String & | text | ||
) |
ClapEventParamS * convert_param_updates | ( | const ClapParamUpdateS & | updates | ) |
void flush_event_params | ( | const ClapEventParamS & | events, |
ClapEventUnionS & | output_events | ||
) |
|
overridevirtual |
Implements ClapPluginHandle.
void scan_params | ( | ) |
void resolve_file_references | ( | ClapResourceHashS | loader_hashes | ) |
ClapParamInfoImpl * find_param_info | ( | clap_id | clapid | ) |
|
overridevirtual |
Implements ClapPluginHandle.
|
overridevirtual |
Implements ClapPluginHandle.
|
overridevirtual |
Implements ClapPluginHandle.
|
overridevirtual |
Implements ClapPluginHandle.
|
overridevirtual |
Implements ClapPluginHandle.
|
overridevirtual |
Implements ClapPluginHandle.
|
overridevirtual |
Implements ClapPluginHandle.
Implements ClapPluginHandle.
|
overridevirtual |
Implements ClapPluginHandle.
bool enqueue_updates | ( | const ClapParamUpdateS & | updates | ) |
|
overridevirtual |
Implements ClapPluginHandle.
|
overridevirtual |
Implements ClapPluginHandle.
|
overridevirtual |
Implements ClapPluginHandle.
|
overridevirtual |
Implements ClapPluginHandle.
|
overridevirtual |
Implements ClapPluginHandle.
|
overridevirtual |
Implements ClapPluginHandle.
|
overridevirtual |
Implements ClapPluginHandle.
|
overridevirtual |
Implements ClapPluginHandle.
|
overridevirtual |
Implements ClapPluginHandle.
clap_host_t phost |
ClapAudioProcessorP proc_ |
const clap_plugin_t* plugin_ |
const clap_plugin_gui* plugin_gui |
const clap_plugin_state* plugin_state |
const clap_plugin_file_reference* plugin_file_reference |
const clap_plugin_params* plugin_params |
const clap_plugin_timer_support* plugin_timer_support |
const clap_plugin_audio_ports_config* plugin_audio_ports_config |
const clap_plugin_audio_ports* plugin_audio_ports |
const clap_plugin_note_ports* plugin_note_ports |
const clap_plugin_posix_fd_support* plugin_posix_fd_support |
bool plugin_activated |
bool plugin_processing |
bool gui_visible_ |
bool gui_canresize |
ulong gui_windowid |
std::vector<uint> timers_ |
std::vector<FdPoll> fd_polls_ |
std::vector<ClapParamInfoImpl> param_infos_ |
ClapParamInfoMap param_ids_ |
ClapParamUpdateS* loader_updates_ |