|
Tabula Sonora 0.1.0
A native C++20 implementation of the Roland Sound Canvas VA synth voice
|
One parameter set by one message. More...
#include <tabulasonora/control_decode.hpp>
Public Member Functions | |
| constexpr bool | is_global () const noexcept |
Public Attributes | |
| ControlTarget | target = ControlTarget::volume |
| int | channel = -1 |
| The part's channel, or -1 for the global targets. | |
| int | value = 0 |
One parameter set by one message.
|
inlinenodiscardconstexprnoexcept |
| ControlTarget ts::ControlUpdate::target = ControlTarget::volume |
| int ts::ControlUpdate::channel = -1 |
The part's channel, or -1 for the global targets.
| int ts::ControlUpdate::value = 0 |