|
JUCE-7.0.12-0-g4f43011b96 JUCE-7.0.12-0-g4f43011b96
JUCE — C++ application framework with suport for VST, VST3, LV2 audio plug-ins
« « « Anklang Documentation |
Holds information about a variable-length value which was parsed from a stream of bytes. More...
#include "juce_MidiMessage.h"
Public Member Functions | |
| VariableLengthValue (int valueIn, int bytesUsedIn) | |
| bool | isValid () const noexcept |
Public Attributes | |
| int | value |
| int | bytesUsed |
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.
Definition at line 887 of file juce_MidiMessage.h.
Definition at line 891 of file juce_MidiMessage.h.
|
noexcept |
Definition at line 894 of file juce_MidiMessage.h.
| int juce::MidiMessage::VariableLengthValue::bytesUsed |
Definition at line 897 of file juce_MidiMessage.h.
| int juce::MidiMessage::VariableLengthValue::value |
Definition at line 896 of file juce_MidiMessage.h.