JUCE
|
Provides an operator()
which can create an input handler for a given MidiInput.
More...
Public Member Functions | |
Factory (MidiInputCallback *c) | |
std::unique_ptr< BytestreamToBytestreamHandler > | operator() (MidiInput &i) 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.
|
explicit |
std::unique_ptr<BytestreamToBytestreamHandler> universal_midi_packets::BytestreamToBytestreamHandler::Factory::operator() | ( | MidiInput & | i | ) | const |
References jassertfalse.