#include <audio_unit.h>
|
std::shared_ptr< CAComponentDescription > | descriptor |
|
Definition at line 239 of file audio_unit.h.
◆ AUPluginInfo()
ARDOUR::AUPluginInfo::AUPluginInfo |
( |
std::shared_ptr< CAComponentDescription > |
| ) |
|
◆ ~AUPluginInfo()
ARDOUR::AUPluginInfo::~AUPluginInfo |
( |
| ) |
|
|
inline |
◆ convert_old_unique_id()
static std::string ARDOUR::AUPluginInfo::convert_old_unique_id |
( |
std::string const & |
| ) |
|
|
static |
◆ get_presets()
◆ is_effect()
bool ARDOUR::AUPluginInfo::is_effect |
( |
| ) |
const |
|
virtual |
◆ is_effect_with_midi_input()
bool ARDOUR::AUPluginInfo::is_effect_with_midi_input |
( |
| ) |
const |
◆ is_effect_without_midi_input()
bool ARDOUR::AUPluginInfo::is_effect_without_midi_input |
( |
| ) |
const |
◆ is_instrument()
bool ARDOUR::AUPluginInfo::is_instrument |
( |
| ) |
const |
|
virtual |
◆ is_utility()
bool ARDOUR::AUPluginInfo::is_utility |
( |
| ) |
const |
|
virtual |
◆ load()
◆ max_configurable_outputs()
uint32_t ARDOUR::AUPluginInfo::max_configurable_outputs |
( |
| ) |
const |
|
inlinevirtual |
◆ needs_midi_input()
bool ARDOUR::AUPluginInfo::needs_midi_input |
( |
| ) |
const |
|
virtual |
◆ reconfigurable_io()
bool ARDOUR::AUPluginInfo::reconfigurable_io |
( |
| ) |
const |
|
inlinevirtual |
◆ descriptor
std::shared_ptr<CAComponentDescription> ARDOUR::AUPluginInfo::descriptor |
|
private |
◆ io_configs
std::vector<std::pair<int,int> > ARDOUR::AUPluginInfo::io_configs |
◆ max_outputs
uint32_t ARDOUR::AUPluginInfo::max_outputs |
◆ version
UInt32 ARDOUR::AUPluginInfo::version |
The documentation for this class was generated from the following file: