Package dguitar.adaptors.song

Provides classes for handling Songs.

See:
          Description

Interface Summary
AlternativeSongPhrase An alternative song phrase defines different alternatives for each repetition of a containing repeated song phrase
RepeatedSongPhrase A RepeatedSongPhrase defines an underlying phrase and a repeat count.
Song A Song is a particular kind of SongPhraseList that defines an entire Song
SongChannelEvent A SongChannelEvent is an event to be sent on a particular channel.
SongDevice A SongDevice is a description of a destination for a particular song track.
SongEvent A SongEvent is a generic event in a song
SongMeasure A SongMeasure is a single measure in a song.
SongMeasureTrack A collection of one or more SongVirtualTrack objects listing the events on a given guitar string.
SongMessage A SongMessage is a single event in a song.
SongPhrase A SongPhrase is a section of a song consisting of multiple SongPhraseTracks
SongPhraseList A SongPhraseList is a list of separate SongPhrases that are played one after the other.
SongTrack A SongTrack defines the initialization events of a track (such as program change, controller settings)
SongVirtualTrack A virtual track contains all the events on a specific slice of a parent SongMeasureTrack.
 

Class Summary
Tempo A tempo is commonly expressed in two notations 'beats per minute' (which requires definition of the size of a beat) 'microseconds per quarter note' (which does not) This class handles the conversions between the two.
TimeSignature  
 

Package dguitar.adaptors.song Description

Provides classes for handling Songs.

PARAGRAPH 2

PARAGRAPH 3.

Related Documentation

None at this moment.