Contains profile states for each group and channel in a function block, along with the state of profiles that apply to the function block itself. More...
#include <juce_CIProfileStates.h>
Public Member Functions | |
auto * | getStateForDestination (ChannelAddress address) |
Returns the profile state for the function block, group, or channel as appropriate. | |
auto * | getStateForDestination (ChannelAddress address) const |
Returns the profile state for the function block, group, or channel as appropriate. | |
Public Attributes | |
std::array< GroupProfileStates, 16 > | groupStates |
Profile states for each group in the function block. | |
ChannelProfileStates | blockState |
Profile states for the whole function block. | |
Contains profile states for each group and channel in a function block, along with the state of profiles that apply to the function block itself.
auto * midi_ci::BlockProfileStates::getStateForDestination | ( | ChannelAddress | address | ) |
Returns the profile state for the function block, group, or channel as appropriate.
Returns nullptr if the address refers to a non-existent channel or group.
Referenced by midi_ci::ProfileHost::getState().
auto * midi_ci::BlockProfileStates::getStateForDestination | ( | ChannelAddress | address | ) | const |
Returns the profile state for the function block, group, or channel as appropriate.
Returns nullptr if the address refers to a non-existent channel or group.
std::array<GroupProfileStates, 16> midi_ci::BlockProfileStates::groupStates |
Profile states for each group in the function block.
ChannelProfileStates midi_ci::BlockProfileStates::blockState |
Profile states for the whole function block.