LMMS
Loading...
Searching...
No Matches
juce::MidiBufferHelpers Namespace Reference

Functions

int getEventTime (const void *d) noexcept
uint16 getEventDataSize (const void *d) noexcept
uint16 getEventTotalSize (const void *d) noexcept
static int findActualEventLength (const uint8 *data, int maxBytes) noexcept
static uint8findEventAfter (uint8 *d, uint8 *endData, int samplePosition) noexcept

Function Documentation

◆ findActualEventLength()

int juce::MidiBufferHelpers::findActualEventLength ( const uint8 * data,
int maxBytes )
staticnoexcept

◆ findEventAfter()

uint8 * juce::MidiBufferHelpers::findEventAfter ( uint8 * d,
uint8 * endData,
int samplePosition )
staticnoexcept

◆ getEventDataSize()

uint16 juce::MidiBufferHelpers::getEventDataSize ( const void * d)
inlinenoexcept

◆ getEventTime()

int juce::MidiBufferHelpers::getEventTime ( const void * d)
inlinenoexcept

◆ getEventTotalSize()

uint16 juce::MidiBufferHelpers::getEventTotalSize ( const void * d)
inlinenoexcept