|
Ardour
9.0-pre0-1950-g391fe97693
|
#include <windows_vst_plugin.h>
Public Member Functions | |
| WindowsVSTPluginInfo (VST2Info const &) | |
| ~WindowsVSTPluginInfo () | |
| PluginPtr | load (Session &session) |
| std::vector< Plugin::PresetRecord > | get_presets (bool user_only) const |
Public Member Functions inherited from ARDOUR::VSTPluginInfo | |
| VSTPluginInfo (VST2Info const &) | |
| bool | is_instrument () const |
Public Member Functions inherited from ARDOUR::PluginInfo | |
| PluginInfo () | |
| virtual | ~PluginInfo () |
| virtual bool | is_effect () const |
| virtual bool | is_utility () const |
| virtual bool | is_analyzer () const |
| virtual bool | needs_midi_input () const |
| virtual bool | reconfigurable_io () const |
| virtual uint32_t | max_configurable_outputs () const |
| virtual bool | is_internal () const |
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 |
Protected Attributes inherited from ARDOUR::VSTPluginInfo | |
| bool | _is_instrument |
Protected Attributes inherited from ARDOUR::PluginInfo | |
| bool | internal |
| uint32_t | index |
Definition at line 43 of file windows_vst_plugin.h.
| ARDOUR::WindowsVSTPluginInfo::WindowsVSTPluginInfo | ( | VST2Info const & | ) |
|
inline |
Definition at line 47 of file windows_vst_plugin.h.
|
virtual |
Implements ARDOUR::PluginInfo.
Implements ARDOUR::PluginInfo.