Ardour
9.0-pre0-582-g084a23a80d
|
#include <port_matrix_types.h>
Public Types | |
enum | State { ASSOCIATED , NOT_ASSOCIATED , PARTIAL } |
Public Member Functions | |
PortMatrixNode () | |
PortMatrixNode (ARDOUR::BundleChannel r, ARDOUR::BundleChannel c) | |
bool | operator== (PortMatrixNode const &other) const |
bool | operator!= (PortMatrixNode const &other) const |
Public Attributes | |
ARDOUR::BundleChannel | row |
ARDOUR::BundleChannel | column |
Definition at line 24 of file port_matrix_types.h.
Enumerator | |
---|---|
ASSOCIATED | the ports are associated |
NOT_ASSOCIATED | the ports are not associated |
PARTIAL | used when we are examining bundles; the bundles are partially associated |
Definition at line 40 of file port_matrix_types.h.
|
inline |
Definition at line 27 of file port_matrix_types.h.
|
inline |
Definition at line 28 of file port_matrix_types.h.
|
inline |
Definition at line 33 of file port_matrix_types.h.
|
inline |
Definition at line 30 of file port_matrix_types.h.
ARDOUR::BundleChannel PortMatrixNode::column |
Definition at line 38 of file port_matrix_types.h.
ARDOUR::BundleChannel PortMatrixNode::row |
Definition at line 37 of file port_matrix_types.h.