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

TSE3::TempoTrack Class Reference

A list of Tempo events. More...

#include <TempoTrack.h>

Inheritance diagram for TSE3::TempoTrack:

Inheritance graph
[legend]
Collaboration diagram for TSE3::TempoTrack:

Collaboration graph
[legend]
List of all members.

Public Member Functions

 TempoTrack ()
virtual ~TempoTrack ()
bool status () const
void setStatus (bool s)
virtual PlayableIteratoriterator (Clock index)
virtual Clock lastClock () const
virtual void save (std::ostream &o, int i) const
virtual void load (std::istream &i, SerializableLoadInfo &info)

Detailed Description

A list of Tempo events.

The TempoTrack provides a simple time ordered list of tempo changes in the Song.

There is one TempoTrack per Song.

Author:
Pete Goodliffe
Version:
3.00
See also:
Event

Tempo


Constructor & Destructor Documentation

TSE3::TempoTrack::TempoTrack  ) 
 

Creates an empty TempoTrack.

virtual TSE3::TempoTrack::~TempoTrack  )  [virtual]
 


Member Function Documentation

bool TSE3::TempoTrack::status  )  const [inline]
 

Returns the status of the TempoTrack.

A value of true means tempo events are generated, a value of false means no tempo events are generated

Returns:
TempoTrack status
See also:
setStatus

void TSE3::TempoTrack::setStatus bool  s  )  [inline]
 

Set the TempoTrack status value.

Parameters:
s New status
See also:
status

virtual PlayableIterator* TSE3::TempoTrack::iterator Clock  index  )  [virtual]
 

Implements TSE3::Playable.

virtual Clock TSE3::TempoTrack::lastClock  )  const [virtual]
 

Implements TSE3::Playable.

virtual void TSE3::TempoTrack::save std::ostream &  o,
int  i
const [virtual]
 

Reimplemented from TSE3::Serializable.

virtual void TSE3::TempoTrack::load std::istream &  i,
SerializableLoadInfo info
[virtual]
 

Reimplemented from TSE3::Serializable.


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