Main Page | Namespace List | Class Hierarchy | Alphabetical List | Compound List | File List | Namespace Members | Compound Members | File Members

TSE3::TransportCallback Class Reference

MIDI activity callback for Transport. More...

#include <Transport.h>

Inheritance diagram for TSE3::TransportCallback:

Inheritance graph
[legend]
List of all members.

Public Member Functions

 TransportCallback ()
virtual ~TransportCallback ()=0
virtual void Transport_MidiIn (MidiCommand c)=0
virtual void Transport_MidiOut (MidiCommand c)=0

Detailed Description

MIDI activity callback for Transport.

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.

Author:
Pete Goodliffe
Version:
3.00
See also:
Transport


Constructor & Destructor Documentation

TSE3::TransportCallback::TransportCallback  )  [inline]
 

virtual TSE3::TransportCallback::~TransportCallback  )  [pure virtual]
 


Member Function Documentation

virtual void TSE3::TransportCallback::Transport_MidiIn MidiCommand  c  )  [pure virtual]
 

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

Implemented in TSE3::Mixer.

virtual void TSE3::TransportCallback::Transport_MidiOut MidiCommand  c  )  [pure virtual]
 

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

Implemented in TSE3::Mixer.


The documentation for this class was generated from the following file:
Generated on Wed May 25 14:46:22 2005 for TSE3 by doxygen 1.3.2