Holds information about a variable-length value which was parsed from a stream of bytes.
More...
#include <juce_MidiMessage.h>
Holds information about a variable-length value which was parsed from a stream of bytes.
A valid value requires that bytesUsed
is greater than 0.
◆ VariableLengthValue() [1/2]
MidiMessage::VariableLengthValue::VariableLengthValue |
( |
| ) |
|
|
default |
◆ VariableLengthValue() [2/2]
MidiMessage::VariableLengthValue::VariableLengthValue |
( |
int | valueIn, |
|
|
int | bytesUsedIn ) |
◆ isValid()
bool MidiMessage::VariableLengthValue::isValid |
( |
| ) |
const |
|
noexcept |
◆ value
int MidiMessage::VariableLengthValue::value = 0 |
◆ bytesUsed
int MidiMessage::VariableLengthValue::bytesUsed = 0 |
The documentation for this struct was generated from the following file: