|
Ardour
9.0-pre0-1950-g391fe97693
|
#include <vst_plugin.h>
Public Member Functions | |
| VSTPluginInfo (VST2Info const &) | |
| bool | is_instrument () const |
Public Member Functions inherited from ARDOUR::PluginInfo | |
| PluginInfo () | |
| virtual | ~PluginInfo () |
| virtual PluginPtr | load (Session &session)=0 |
| virtual bool | is_effect () const |
| virtual bool | is_utility () const |
| virtual bool | is_analyzer () const |
| virtual bool | needs_midi_input () const |
| virtual std::vector< Plugin::PresetRecord > | get_presets (bool user_only) const =0 |
| virtual bool | reconfigurable_io () const |
| virtual uint32_t | max_configurable_outputs () const |
| virtual bool | is_internal () const |
Protected Attributes | |
| bool | _is_instrument |
Protected Attributes inherited from ARDOUR::PluginInfo | |
| bool | internal |
| uint32_t | index |
Additional Inherited Members | |
Public Attributes inherited from ARDOUR::PluginInfo | |
| std::string | name |
| std::string | category |
| std::string | creator |
| std::string | path |
| ChanCount | n_inputs |
| ChanCount | n_outputs |
| ARDOUR::PluginType | type |
| bool | multichannel_name_ambiguity |
| bool | plugintype_name_ambiguity |
| std::string | unique_id |
Definition at line 134 of file vst_plugin.h.
| ARDOUR::VSTPluginInfo::VSTPluginInfo | ( | VST2Info const & | ) |
|
virtual |
Reimplemented from ARDOUR::PluginInfo.
|
protected |
Definition at line 140 of file vst_plugin.h.