#include <Transport.h>
Inheritance diagram for TSE3::TransportCallback:
Public Member Functions | |
TransportCallback () | |
virtual | ~TransportCallback ()=0 |
virtual void | Transport_MidiIn (MidiCommand c)=0 |
virtual void | Transport_MidiOut (MidiCommand c)=0 |
This class is used as a base for objects that want to be called back from the Transport object to be informed when MIDI activity occurs. Uses of this may be a MIDI activity monitor, for example.
|
|
|
|
|
Called when some MIDI input has been recieved by the Transport object. Implemented in TSE3::Mixer. |
|
Called when some MIDI output has been sent by the Transport object. Implemented in TSE3::Mixer. |