JUCE
|
A base class for classes which receive Universal MIDI Packets from an input. More...
#include <juce_UMPReceiver.h>
Public Member Functions | |
virtual | ~Receiver () noexcept=default |
virtual void | packetReceived (const View &packet, double time)=0 |
This will be called each time a new packet is ready for processing. | |
A base class for classes which receive Universal MIDI Packets from an input.
|
virtualdefaultnoexcept |
|
pure virtual |
This will be called each time a new packet is ready for processing.
References packetReceived().
Referenced by packetReceived().