Classes | |
struct | juce::BlocksProtocol::IntegerWithBitSize< numBits > |
Helper class to define an integer with a specific bit size. More... | |
struct | juce::BlocksProtocol::Packed7BitArrayBuilder< allocatedBytes > |
This helper class allocates a block of 7-bit bytes and can push sequences of bits into it. More... | |
struct | juce::BlocksProtocol::Packed7BitArrayBuilder< allocatedBytes >::State |
Describes the current building state. More... | |
struct | juce::BlocksProtocol::Packed7BitArrayReader |
This helper class reads from a block of 7-bit bytes as sequences of bits. More... | |
Namespaces | |
juce | |
juce::BlocksProtocol | |
Functions | |
static uint8 | juce::BlocksProtocol::calculatePacketChecksum (const uint8 *data, uint32 size) noexcept |
Variables | |
static const uint8 | juce::BlocksProtocol::roliSysexHeader [] = { 0xf0, 0x00, 0x21, 0x10, 0x77 } |
All sysex messages to or from a BLOCKS device begin with these header bytes. More... | |