JUCE
|
Provides an operator()
which can create an input handler for a given MidiInput.
More...
#include <juce_UMPBytestreamInputHandler.h>
Public Member Functions | |
Factory (PacketProtocol p, Receiver &c) | |
std::unique_ptr< BytestreamToUMPHandler > | operator() (MidiInput &) const |
Provides an operator()
which can create an input handler for a given MidiInput.
All handler classes should have a similar Factory to facilitate creation of handlers in generic contexts.
universal_midi_packets::BytestreamToUMPHandler::Factory::Factory | ( | PacketProtocol | p, |
Receiver & | c | ||
) |
std::unique_ptr< BytestreamToUMPHandler > universal_midi_packets::BytestreamToUMPHandler::Factory::operator() | ( | MidiInput & | ) | const |