JUCE
Loading...
Searching...
No Matches
universal_midi_packets::ToUMP1Converter Struct Reference

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)
 

Detailed Description

Allows conversion from bytestream- or Universal MIDI Packet-formatted messages to MIDI 1.0 messages in UMP format.

Member Function Documentation

◆ convert() [1/2]

template<typename Fn >
void universal_midi_packets::ToUMP1Converter::convert ( const MidiMessage & m,
Fn && fn )

◆ convert() [2/2]

template<typename Fn >
void universal_midi_packets::ToUMP1Converter::convert ( const View & v,
Fn && fn )

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