Home
last modified time | relevance | path

Searched refs:BlocksProtocol (Results 1 – 14 of 14) sorted by relevance

/dports/devel/juce/JUCE-f37e9a1/modules/juce_blocks_basics/topology/internal/
H A Djuce_DeviceInfo.cpp29 DeviceInfo (Block::UID buid, BlocksProtocol::TopologyIndex tidx, in DeviceInfo()
30 BlocksProtocol::BlockSerialNumber s, BlocksProtocol::VersionNumber v, in DeviceInfo()
31 BlocksProtocol::BlockName n, BlocksProtocol::BatteryLevel level, in DeviceInfo()
32 BlocksProtocol::BatteryCharging charging, Block::UID master) in DeviceInfo()
40 BlocksProtocol::TopologyIndex index;
41 BlocksProtocol::BlockSerialNumber serial;
42 BlocksProtocol::VersionNumber version;
43 BlocksProtocol::BlockName name;
44 BlocksProtocol::BatteryLevel batteryLevel;
45 BlocksProtocol::BatteryCharging batteryCharging;
H A Djuce_ConnectedDeviceGroup.cpp95 void handleTopologyDevice (BlocksProtocol::DeviceStatus status) in handleTopologyDevice()
125 void handleVersion (BlocksProtocol::DeviceVersion version) in handleVersion()
130 void handleName (BlocksProtocol::DeviceName name) in handleName()
160 BlocksProtocol::TouchIndex touchIndex, in handleTouchChange()
161 BlocksProtocol::TouchPosition position, in handleTouchChange()
162 BlocksProtocol::TouchVelocity velocity, in handleTouchChange()
198 void handlePacketACK (BlocksProtocol::TopologyIndex deviceIndex, in handlePacketACK()
199 BlocksProtocol::PacketCounter counter) in handlePacketACK()
290 Array<BlocksProtocol::DeviceStatus> incomingTopologyDevices;
369 BlocksProtocol::HostPacketBuilder<64> p; in sendCommandMessage()
[all …]
H A Djuce_BlockImplementation.cpp409 sendCommandMessage (BlocksProtocol::endAPIMode); in resetProgramToDefault()
410 sendCommandMessage (BlocksProtocol::beginAPIMode); in resetProgramToDefault()
540 sendCommandMessage (BlocksProtocol::ping); in handleTimerTick()
592 return uint32 (BlocksProtocol::maxConfigIndex); in getMaxConfigIndex()
671 BlocksProtocol::BlockDataSheet modelData;
702 BlocksProtocol::BatteryLevel batteryLevel {};
703 BlocksProtocol::BatteryCharging batteryCharging {};
705 BlocksProtocol::TopologyIndex topologyIndex {};
782 BlocksProtocol::HostPacketBuilder<packetBytes> p; in buildAndSendPacket()
966 BlocksProtocol::BlockDataSheet::ButtonInfo buttonInfo;
[all …]
H A Djuce_MidiDeviceConnection.cpp70 jassert (dataSize > sizeof (BlocksProtocol::roliSysexHeader) + 1); in sendMessageToDevice()
71 …jassert (memcmp (data, BlocksProtocol::roliSysexHeader, sizeof (BlocksProtocol::roliSysexHeader) -… in sendMessageToDevice()
91 const int bodySize = dataSize - (int) (sizeof (BlocksProtocol::roliSysexHeader) + 1); in handleIncomingMidiMessage()
93 …if (bodySize > 0 && memcmp (data, BlocksProtocol::roliSysexHeader, sizeof (BlocksProtocol::roliSys… in handleIncomingMidiMessage()
95 … handleMessageFromDevice (data + sizeof (BlocksProtocol::roliSysexHeader), (size_t) bodySize); in handleIncomingMidiMessage()
H A Djuce_DepreciatedVersionReader.cpp49 BlocksProtocol::VersionNumber getVersionNumber() in getVersionNumber()
71 BlocksProtocol::VersionNumber result[numFirmwareApps];
H A Djuce_Detector.cpp75 bi->sendCommandMessage (BlocksProtocol::endAPIMode); in detach()
217 …void handleBatteryChargingChanged (Block::UID deviceID, const BlocksProtocol::BatteryCharging isCh… in handleBatteryChargingChanged()
224 …void handleBatteryLevelChanged (Block::UID deviceID, const BlocksProtocol::BatteryLevel batteryLev… in handleBatteryLevelChanged()
231 void handleIndexChanged (Block::UID deviceID, const BlocksProtocol::TopologyIndex index) in handleIndexChanged()
/dports/devel/juce/JUCE-f37e9a1/modules/juce_blocks_basics/protocol/
H A Djuce_BlockModels.h25 namespace BlocksProtocol
34 BlockDataSheet (const BlocksProtocol::BlockSerialNumber& serial) : serialNumber (serial) in BlockDataSheet()
45 …Block::ConnectionPort convertPortIndexToConnectorPort (BlocksProtocol::ConnectorPort port) const n… in convertPortIndexToConnectorPort()
50 const BlocksProtocol::BlockSerialNumber serialNumber;
101 programAndHeapSize = BlocksProtocol::padBlockProgramAndHeapSize; in initialiseForPadBlock2x2()
180 programAndHeapSize = BlocksProtocol::controlBlockProgramAndHeapSize; in initialiseControlBlock()
224 programAndHeapSize = BlocksProtocol::padBlockProgramAndHeapSize; in initialiseForSeaboardBlock()
251 programAndHeapSize = BlocksProtocol::padBlockProgramAndHeapSize; in initialiseForLumiKeysBlock()
H A Djuce_BitPackingUtilities.h25 namespace BlocksProtocol
H A Djuce_HostPacketBuilder.h25 namespace BlocksProtocol
H A Djuce_BlocksProtocolDefinitions.h25 namespace BlocksProtocol
H A Djuce_HostPacketDecoder.h25 namespace BlocksProtocol
/dports/devel/juce/JUCE-f37e9a1/modules/juce_blocks_basics/blocks/
H A Djuce_Block.cpp30 for (int i = 0; i < int (BlocksProtocol::BlockSerialNumber::maxLength); ++i) in getBlockUIDFromSerialNumber()
36 static Block::UID getBlockUIDFromSerialNumber (const BlocksProtocol::BlockSerialNumber& serial) noe… in getBlockUIDFromSerialNumber()
43 if (serial.length() < int (BlocksProtocol::BlockSerialNumber::maxLength)) in getBlockUIDFromSerialNumber()
46 …return getBlockUIDFromSerialNumber (serial.paddedRight ('0', BlocksProtocol::BlockSerialNumber::ma… in getBlockUIDFromSerialNumber()
H A Djuce_BlockConfigManager.h29 using namespace BlocksProtocol; variable
/dports/devel/juce/JUCE-f37e9a1/modules/juce_blocks_basics/topology/
H A Djuce_PhysicalTopologySource.cpp163 return BlocksProtocol::ledProgramLittleFootFunctions; in getStandardLittleFootFunctions()