23namespace juce::universal_midi_packets
26uint32_t SysEx7::getNumPacketsRequiredForDataSize (uint32_t size)
28 constexpr auto denom = 6;
34 const auto numBytes = Utils::getChannel (
packet[0]);
constexpr Type jmin(Type a, Type b)
Returns the smaller of two values.
Type unalignedPointerCast(void *ptr) noexcept
Casts a pointer to another type via void*, which suppresses the cast-align warning which sometimes ar...