|
Ardour
9.0-pre0-1950-g391fe97693
|
#include <plug_insert_base.h>
Public Member Functions | |
| Match () | |
| Match (MatchingMethod m, int32_t p, bool strict=false, bool custom=false, ChanCount h=ChanCount()) | |
Public Attributes | |
| MatchingMethod | method |
| method to employ More... | |
| int32_t | plugins |
| number of copies of the plugin that we need More... | |
| ChanCount | hide |
| number of channels to hide More... | |
| bool | strict_io |
| force in == out More... | |
| bool | custom_cfg |
| custom config (if not strict) More... | |
Description of how we can match our plugin's IO to our own insert IO
Definition at line 126 of file plug_insert_base.h.
|
inline |
Definition at line 127 of file plug_insert_base.h.
|
inline |
Definition at line 128 of file plug_insert_base.h.
| bool ARDOUR::PlugInsertBase::Match::custom_cfg |
custom config (if not strict)
Definition at line 136 of file plug_insert_base.h.
| ChanCount ARDOUR::PlugInsertBase::Match::hide |
number of channels to hide
Definition at line 134 of file plug_insert_base.h.
| MatchingMethod ARDOUR::PlugInsertBase::Match::method |
method to employ
Definition at line 132 of file plug_insert_base.h.
| int32_t ARDOUR::PlugInsertBase::Match::plugins |
number of copies of the plugin that we need
Definition at line 133 of file plug_insert_base.h.
| bool ARDOUR::PlugInsertBase::Match::strict_io |
force in == out
Definition at line 135 of file plug_insert_base.h.