|
LMMS
|
Go to the source code of this file.
Namespaces | |
| namespace | juce |
| namespace | juce::MidiBufferHelpers |
Functions | |
| int | juce::MidiBufferHelpers::getEventTime (const void *d) noexcept |
| uint16 | juce::MidiBufferHelpers::getEventDataSize (const void *d) noexcept |
| uint16 | juce::MidiBufferHelpers::getEventTotalSize (const void *d) noexcept |
| static int | juce::MidiBufferHelpers::findActualEventLength (const uint8 *data, int maxBytes) noexcept |
| static uint8 * | juce::MidiBufferHelpers::findEventAfter (uint8 *d, uint8 *endData, int samplePosition) noexcept |