JUCE
|
Helper class for constructing a packet for sending to a BLOCKS device. More...
Helper class for constructing a packet for sending to a BLOCKS device.
|
noexcept |
|
delete |
|
default |
|
noexcept |
References BlocksProtocol::Packed7BitArrayBuilder< allocatedBytes >::getData().
Referenced by BlockConfigManager::handleConfigSetMessage().
|
noexcept |
|
noexcept |
References jassert, and BlocksProtocol::Packed7BitArrayBuilder< allocatedBytes >::writeHeaderSysexBytes().
Referenced by BlockConfigManager::handleConfigSetMessage().
|
noexcept |
|
noexcept |
|
noexcept |
|
noexcept |
|
noexcept |
References BlocksProtocol::IntegerWithBitSize< numBits >::bits, BlocksProtocol::IntegerWithBitSize< 8 >::bits, BlocksProtocol::Packed7BitArrayBuilder< allocatedBytes >::getState(), BlocksProtocol::Packed7BitArrayBuilder< allocatedBytes >::hasCapacity(), BlocksProtocol::IntegerWithBitSize< numBits >::maxValue, BlocksProtocol::IntegerWithBitSize< 8 >::maxValue, BlocksProtocol::Packed7BitArrayBuilder< allocatedBytes >::restore(), BlocksProtocol::skipBytesFew, and BlocksProtocol::skipBytesMany.
|
noexcept |
|
noexcept |
References BlocksProtocol::IntegerWithBitSize< numBits >::bits, BlocksProtocol::IntegerWithBitSize< 8 >::bits, BlocksProtocol::Packed7BitArrayBuilder< allocatedBytes >::getState(), BlocksProtocol::Packed7BitArrayBuilder< allocatedBytes >::hasCapacity(), BlocksProtocol::IntegerWithBitSize< numBits >::maxValue, BlocksProtocol::IntegerWithBitSize< 8 >::maxValue, BlocksProtocol::Packed7BitArrayBuilder< allocatedBytes >::restore(), BlocksProtocol::setFewBytesWithLastValue, BlocksProtocol::setFewBytesWithValue, BlocksProtocol::setManyBytesWithValue, and BlocksProtocol::HostPacketBuilder< maxPacketBytes >::setMultipleBytes().
bool BlocksProtocol::HostPacketBuilder< maxPacketBytes >::addProgramEventMessage | ( | const int32 * | messageData | ) |
bool BlocksProtocol::HostPacketBuilder< maxPacketBytes >::addFirmwareUpdatePacket | ( | const uint8 * | packetData, |
uint8 | size | ||
) |
bool BlocksProtocol::HostPacketBuilder< maxPacketBytes >::addConfigSetMessage | ( | int32 | item, |
int32 | value | ||
) |
bool BlocksProtocol::HostPacketBuilder< maxPacketBytes >::addRequestMessage | ( | int32 | item | ) |
bool BlocksProtocol::HostPacketBuilder< maxPacketBytes >::addRequestFactorySyncMessage | ( | ) |
bool BlocksProtocol::HostPacketBuilder< maxPacketBytes >::addRequestUserSyncMessage | ( | ) |
bool BlocksProtocol::HostPacketBuilder< maxPacketBytes >::addFactoryReset | ( | ) |
bool BlocksProtocol::HostPacketBuilder< maxPacketBytes >::addBlockReset | ( | ) |
bool BlocksProtocol::HostPacketBuilder< maxPacketBytes >::addSetBlockName | ( | const String & | name | ) |