CLAM::MIDIOutControl Class Reference

#include <MIDIOutControl.hxx>

Inheritance diagram for CLAM::MIDIOutControl:

CLAM::MIDIOut CLAM::Processing

List of all members.


Detailed Description

Definition at line 32 of file MIDIOutControl.hxx.


Public Member Functions

 MIDIOutControl ()
 MIDIOutControl (const MIDIIOConfig &c)
const char * GetClassName () const
 Override it in every subclass and retur the name of that class.
bool ConcreteConfigure (const ProcessingConfig &c) throw (ErrProcessingObj)
 Configuration method interface.

Constructor & Destructor Documentation

CLAM::MIDIOutControl::MIDIOutControl (  ) 

Definition at line 28 of file MIDIOutControl.cxx.

References CLAM::Processing::Configure(), and CLAM::MIDIOut::mpDevice.

CLAM::MIDIOutControl::MIDIOutControl ( const MIDIIOConfig c  ) 

Definition at line 35 of file MIDIOutControl.cxx.

References CLAM::Processing::Configure(), and CLAM::MIDIOut::mpDevice.


Member Function Documentation

const char* CLAM::MIDIOutControl::GetClassName (  )  const [inline, virtual]

Override it in every subclass and retur the name of that class.

Reimplemented from CLAM::MIDIOut.

Definition at line 73 of file MIDIOutControl.hxx.

bool CLAM::MIDIOutControl::ConcreteConfigure ( const ProcessingConfig c  )  throw (ErrProcessingObj) [virtual]

Configuration method interface.

The Processing base class forces all the concrete classes derived from it to implement this method, which must actually perform the specific configuration tasks. Note that the user can not call this method directly. He will use Configure instead. The argument is expected to be an object of the necesary concrete configuration class.

Returns:
true if the object has been configured correctly; true otherwise
Parameters:
The related ProcessingConfig object
Exceptions:
ErrProcessingObj when there is an error on device adquisition

Unregistering a possible device already associated with this MIDIOut object

Getting the MIDIManager object

Registering the MIDIOut object through the MIDIManager object

Reimplemented from CLAM::MIDIOut.

Definition at line 56 of file MIDIOutControl.cxx.

References CLAM::MIDIOut::ConcreteConfigure(), CLAM::MIDI::eNoteOn, CLAM::MIDI::eNoteOnOff, CLAM::MIDI::GetMessageInfo(), and CLAM::MIDIOut::mConfig.


The documentation for this class was generated from the following files:

Generated on Tue Aug 12 22:33:49 2008 for CLAM by  doxygen 1.5.5