|
OpenShot Audio Library | OpenShotAudio
0.6.0
|
#include <juce_MidiMessage.h>
Public Member Functions | |
| VariableLengthValue (int valueIn, int bytesUsedIn) | |
| bool | isValid () const noexcept |
Public Attributes | |
| int | value = 0 |
| int | bytesUsed = 0 |
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.