A base class for classes which receive Universal MIDI Packets from an input.
More...
#include <juce_UMPReceiver.h>
|
| 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. More...
|
| |
A base class for classes which receive Universal MIDI Packets from an input.
◆ ~Receiver()
| virtual universal_midi_packets::Receiver::~Receiver |
( |
| ) |
|
|
virtualdefaultnoexcept |
◆ packetReceived()
| virtual void universal_midi_packets::Receiver::packetReceived |
( |
const View & |
packet, |
|
|
double |
time |
|
) |
| |
|
pure virtual |
This will be called each time a new packet is ready for processing.
The documentation for this struct was generated from the following file: