OpenShot Audio Library | OpenShotAudio  0.6.0
juce::MidiDataConcatenator Class Reference

#include <juce_MidiDataConcatenator.h>

Public Member Functions

 MidiDataConcatenator (int initialBufferSize)
 
void reset ()
 
template<typename UserDataType , typename CallbackType >
void pushMidiData (const void *inputData, int numBytes, double time, UserDataType *input, CallbackType &callback)
 

Detailed Description

Helper class that takes chunks of incoming midi bytes, packages them into messages, and dispatches them to a midi callback.

Definition at line 33 of file juce_MidiDataConcatenator.h.


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