Om  1.0.0
A universal framework for multimedia simulation
Classes | Namespaces | Typedefs
omSoundMIDIDeviceDelegate.h File Reference
#include "omSoundDevicesConfig.h"

Classes

class  om::sound::devices::MIDIDeviceDelegate
 A class that contains function objects that recieve MIDIDevice events. More...
 

Namespaces

 om
 The enclosing namespace for the entire Om library.
 
 om::sound
 A namespace that handles sound input, output, and processing.
 
 om::sound::devices
 A namespace containing classes handling input and output from audio devices.
 

Typedefs

typedef Function< void(MIDIDevice &device, const MIDIBuffer &messages)> om::sound::devices::MIDIInputCallback
 Define a short name for the type of the function object that is used to recieve MIDI from MIDIDevice objects. More...