ardour
Public Member Functions | Public Attributes | List of all members
ARDOUR::PluginInsert::Match Struct Reference

Public Member Functions

 Match ()
 
 Match (MatchingMethod m, int32_t p, 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...
 

Detailed Description

Description of how we can match our plugin's IO to our own insert IO

Definition at line 188 of file plugin_insert.h.

Constructor & Destructor Documentation

ARDOUR::PluginInsert::Match::Match ( )
inline

Definition at line 189 of file plugin_insert.h.

ARDOUR::PluginInsert::Match::Match ( MatchingMethod  m,
int32_t  p,
ChanCount  h = ChanCount () 
)
inline

Definition at line 190 of file plugin_insert.h.

Member Data Documentation

ChanCount ARDOUR::PluginInsert::Match::hide

number of channels to hide

Definition at line 194 of file plugin_insert.h.

MatchingMethod ARDOUR::PluginInsert::Match::method

method to employ

Definition at line 192 of file plugin_insert.h.

int32_t ARDOUR::PluginInsert::Match::plugins

number of copies of the plugin that we need

Definition at line 193 of file plugin_insert.h.


The documentation for this struct was generated from the following file: