dguitar.players.sound
Interface Arrangement

All Known Implementing Classes:
DefaultArrangement, SingleMeasureArrangement

public interface Arrangement

An Arrangement is just a section of a song and a tempo to perform it at.

Author:
crnash

Method Summary
 java.util.List getMeasureList()
          Gets the list of Integers which are zero-based measure numbers into the song.
 

Method Detail

getMeasureList

public java.util.List getMeasureList()
Gets the list of Integers which are zero-based measure numbers into the song.

Returns:
list, of Integer objects