|
JUCE
|
Allows conversion from bytestream- or Universal MIDI Packet-formatted messages to MIDI 1.0 messages in UMP format. More...
#include <juce_UMPConverters.h>
Public Member Functions | |
| template<typename Fn > | |
| void | convert (const MidiMessage &m, Fn &&fn) |
| template<typename Fn > | |
| void | convert (const View &v, Fn &&fn) |
Allows conversion from bytestream- or Universal MIDI Packet-formatted messages to MIDI 1.0 messages in UMP format.
| void universal_midi_packets::ToUMP1Converter::convert | ( | const MidiMessage & | m, |
| Fn && | fn | ||
| ) |
References gl::m, and universal_midi_packets::Conversion::toMidi1().
| void universal_midi_packets::ToUMP1Converter::convert | ( | const View & | v, |
| Fn && | fn | ||
| ) |