OpenShot Audio Library | OpenShotAudio 0.4.0
Loading...
Searching...
No Matches
juce::universal_midi_packets::U32ToUMPHandler::Factory Class Reference

#include <juce_UMPU32InputHandler.h>

Public Member Functions

 Factory (PacketProtocol p, Receiver &c)
std::unique_ptr< U32ToUMPHandleroperator() (MidiInput &) const

Detailed Description

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.

Definition at line 112 of file juce_UMPU32InputHandler.h.

Constructor & Destructor Documentation

◆ Factory()

juce::universal_midi_packets::U32ToUMPHandler::Factory::Factory ( PacketProtocol p,
Receiver & c )
inline

Definition at line 115 of file juce_UMPU32InputHandler.h.

Member Function Documentation

◆ operator()()

std::unique_ptr< U32ToUMPHandler > juce::universal_midi_packets::U32ToUMPHandler::Factory::operator() ( MidiInput & ) const
inline

Definition at line 118 of file juce_UMPU32InputHandler.h.


The documentation for this class was generated from the following file: