enum Biamp::Nexia::Faders
Defined in:
Enum Members
-
Fader =
0
-
MatrixIn =
1
-
MatrixOut =
2
-
MatrixCrosspoint =
3
-
StdmatrixIn =
4
-
StdmatrixOut =
5
-
AutoIn =
6
-
AutoOut =
7
-
IoIn =
8
-
IoOut =
9
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_crosspoint?
- #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
.