- caseAt(String, IPhrase, Object...) - Method in class provided.music.APhraseVisitor
-
Runs the command associated with the given id, passing along the given host and vararg parameters.
- caseAt(String, IPhrase, Object...) - Method in interface provided.music.IPhraseVisitor
-
Called by the host to run the appropriate processing for that host.
- caseAt(String, Token, Object...) - Method in class provided.token.ATokVisitor
-
Delegates to the ITokVisitorCmd associated with the given host id (name),
or if nothing is associated with the id, use the default cmd.
- caseAt(String, Token, Object...) - Method in interface provided.token.ITokVisitor
-
Host Token calls this method with its ID to run its associated processing.
- checkAccidentals(Note) - Method in class provided.abcParser.ABCParser
-
Checks to see if the given Note is in the set of accidentals Checks name
and octave but not duration or accidental
- checkNextNoteAlgo - Variable in class provided.abcParser.ABCParser
-
Checks for dotted notes.
- Chord - Class in provided.music
-
A collection of notes that make up a Chord.
- Chord(Note...) - Constructor for class provided.music.Chord
-
Create a Chord out of a collection of notes.
- cmds - Variable in class provided.music.APhraseVisitor
-
The dictionary of commands, implemented using a hash table.
- cmds - Variable in class provided.token.ATokVisitor
-
The dictionary mapping token id's (names) to associated commands.
- convertflat(char) - Method in class provided.util.KeySignature
-
Helper method to convert a note to its equivalent flat version.