Sequence::Measure Class Reference

#include <Sequence.h>

Description

A collection of chords. All chord start times are offset from the start of this measure.

Functions

ChordGetChord (int i)
 
int GetNumChords ()
 
void AddChord (const Chord &)
 
void RemoveChord (int i)
 

Member Function Documentation

Chord& GetChord ( int  i)

Returns the specified chord.

int GetNumChords ( )

Returns the number of chords part of this measure.

void AddChord ( const Chord )

Adds the specified chord to this Measure.

void RemoveChord ( int  i)

Removes the specified Chord.


The documentation for this class was generated from the following file:
  • /home/jc/git/Dynacoe/DynacoeSrc/includes/Dynacoe/Sequence.h