enum Biamp::Nexia::Mutes
Defined in:
Enum Members
-
Fader =
0
-
MatrixIn =
1
-
MatrixOut =
2
-
AutoIn =
3
-
AutoOut =
4
-
StdmatrixIn =
5
-
StdmatrixOut =
6
-
IoIn =
7
-
IoOut =
8
Macro Summary
-
[](mapped_value)
Provides compile-time resolution from a statically known mapped value to a member of
self
.
Instance Method Summary
- #auto_in?
- #auto_out?
- #fader?
- #io_in?
- #io_out?
- #matrix_in?
- #matrix_out?
- #stdmatrix_in?
- #stdmatrix_out?
Macro Detail
macro [](mapped_value)
#
Provides compile-time resolution from a statically known mapped value
to a member of self
.