OpenShot Audio Library | OpenShotAudio  0.6.0
juce::MidiMessage::VariableLengthValue Struct Reference

#include <juce_MidiMessage.h>

Public Member Functions

 VariableLengthValue (int valueIn, int bytesUsedIn)
 
bool isValid () const noexcept
 

Public Attributes

int value = 0
 
int bytesUsed = 0
 

Detailed Description

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.


The documentation for this struct was generated from the following file: