class TransportCallback

MIDI activity callback for Transport. More...

Contains pure virtuals
Full nameTSE3::TransportCallback
Definition#include <Transport.h>
Inherited byMixer
List of all Methods
Annotated List
Files
Globals
Hierarchy
Index

Public Methods


Detailed Description

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.

See also: Transport

 TransportCallback ()

TransportCallback

 ~TransportCallback ()

~TransportCallback

[pure virtual]

void  Transport_MidiIn (MidiCommand c)

Transport_MidiIn

[pure virtual]

Called when some MIDI input has been recieved by the Transport object.

void  Transport_MidiOut (MidiCommand c)

Transport_MidiOut

[pure virtual]

Called when some MIDI output has been sent by the Transport object.