| Gin
    | 
FIFO - stuff midi in one end and it pops out the other. More...
#include <gin_midififo.h>
| Public Member Functions | |
| MidiFifo ()=default | |
| void | clear () | 
| int | getSamplesUsed () | 
| void | write (const juce::MidiBuffer &midiSrc, int numSamples) | 
| void | read (juce::MidiBuffer &midiDst, int numSamples) | 
FIFO - stuff midi in one end and it pops out the other.
| 
 | default | 
| void MidiFifo::clear | ( | ) | 
| int MidiFifo::getSamplesUsed | ( | ) | 
| void MidiFifo::write | ( | const juce::MidiBuffer & | midiSrc, | 
| int | numSamples | ||
| ) | 
| void MidiFifo::read | ( | juce::MidiBuffer & | midiDst, | 
| int | numSamples | ||
| ) |