- makeNextStringToken() - Method in class provided.token.tokenizer.StringTokenizer
-
Returns the next string in the stream.
- makeNextToken() - Method in class provided.token.tokenizer.ABCTokenizer
-
Parse the strings down from the getNextStringToken further, separating
out the abc keywords into tokens.
- makeNote(Token) - Method in class provided.abcParser.ABCParser
-
Parse a Note from the given Token
- makePlayable(ISequencePlayerStatus) - Method in class provided.player.SequencePlayer2
-
Factory method for an IPlayable object that can play the currently programmed music sequence.
- makeSeqListAlgo - Variable in class provided.abcParser.ABCParser
-
Main algo used to create a list of IPhrases from the stream of tokens that represents the progression of the song (phrase).
- makeToken(String, String) - Method in interface provided.token.ITokenFactory
-
Creates an instance of an Token from the given name and lexeme values
- makeToken(String, String) - Method in class provided.token.TokenFactory
-
Creates Tokens from the given name and lexeme.
- map(Character) - Method in class provided.util.KeySignature
-
Takes a note (with no accidentals) and returns the accidental for this
key signature.
- MTSeqList - Class in provided.music
-
An empty sequence list.
- MTSeqList() - Constructor for class provided.music.MTSeqList
-
private constructor