NiCMidi 1.1.0
A MIDI library derived from J.D.Koftinoff jdksmidi
|
Contains the definition of the classes MIDISequencerGUIEvent, MIDISequencerGUINotifier (abstract), MIDISequencerGUINotifierText and MIDISequencerGUINotifierWin32. More...
Go to the source code of this file.
Classes | |
class | MIDISequencerGUIEvent |
Holds data for a message that the sequencer can send to the GUI to warn it when something happens. More... | |
class | MIDISequencerGUINotifier |
A pure virtual class implementing a device that can send MIDISequencerGUIEvent messages to a GUI. More... | |
class | MIDISequencerGUINotifierText |
A MIDISequencerGUINotifier which sends text messages to a std::ostream (std::cout as default). More... | |
class | MIDISequencerGUINotifierWin32 |
A MIDISequencerGUINotifier which sends messages to a Win32 window using the Windows PostMessage() function. More... | |
Contains the definition of the classes MIDISequencerGUIEvent, MIDISequencerGUINotifier (abstract), MIDISequencerGUINotifierText and MIDISequencerGUINotifierWin32.