220 if (Utils::getMessageType (
firstWord) != 0x4)
226 const auto status = Utils::getStatus (
firstWord);
227 const auto typeAndGroup = ((std::byte { 0x2 } << 0x4) | std::byte { Utils::getGroup (
firstWord) });
237 const auto byte2 = std::byte ((
firstWord >> 0x08) & 0xff);
277 const auto byte2 = std::byte {
scaleTo7 (v[1]) };
290 const auto ccX = status == 0x2 ? std::byte { 101 } : std::byte { 99 };
291 const auto ccY = status == 0x2 ? std::byte { 100 } : std::byte { 98 };
329 std::byte ((v[1] >> 0x18) & 0x7f),
341 std::byte (data & 0x7f),
342 std::byte ((data >> 7) & 0x7f)) };