JUCE
|
Helper functions for setting/getting 8-bit ranges inside a 32-bit word. More...
#include <juce_UMPUtils.h>
Static Public Member Functions | |
static constexpr uint32_t | set (uint32_t word, uint8_t value) |
static constexpr uint8_t | get (uint32_t word) |
Static Public Attributes | |
static constexpr uint32_t | shift = (uint32_t) 0x18 - Index * 8 |
Helper functions for setting/getting 8-bit ranges inside a 32-bit word.
|
staticconstexpr |
References shift.
Referenced by universal_midi_packets::Packet< 1 >::withU8().
|
staticconstexpr |
References shift.
Referenced by universal_midi_packets::Packet< 1 >::getU8().
|
staticconstexpr |