JUCE
|
Namespaces | |
namespace | juce |
namespace | juce::midi_ci |
namespace | juce::midi_ci::Message |
Namespace containing structs representing different kinds of MIDI-CI message. | |
Typedefs | |
using | juce::midi_ci::Profile = std::array< std::byte, 5 > |
Enumerations | |
enum class | juce::midi_ci::ChannelInGroup : uint8_t { juce::midi_ci::channel0 = 0x0 , juce::midi_ci::channel1 = 0x1 , juce::midi_ci::channel2 = 0x2 , juce::midi_ci::channel3 = 0x3 , juce::midi_ci::channel4 = 0x4 , juce::midi_ci::channel5 = 0x5 , juce::midi_ci::channel6 = 0x6 , juce::midi_ci::channel7 = 0x7 , juce::midi_ci::channel8 = 0x8 , juce::midi_ci::channel9 = 0x9 , juce::midi_ci::channelA = 0xA , juce::midi_ci::channelB = 0xB , juce::midi_ci::channelC = 0xC , juce::midi_ci::channelD = 0xD , juce::midi_ci::channelE = 0xE , juce::midi_ci::channelF = 0xF , juce::midi_ci::wholeGroup = 0x7e , juce::midi_ci::wholeBlock = 0x7f } |
Byte values representing different addresses within a group. More... | |