- ID - Static variable in class provided.music.Chord
-
The ID value of this class
- ID - Static variable in class provided.music.MTSeqList
-
The ID value of this class
- ID - Static variable in class provided.music.NESeqList
-
The ID value of this class
- ID - Static variable in class provided.music.Note
-
The ID value of this class
- ID - Static variable in class provided.music.Triplet
-
The ID value of this class
- ID - Static variable in class provided.music.Tuplet
-
The ID value of this class
- init(int, int) - Method in class provided.player.SequencePlayer
-
Initialize the SequencePlayer as per the supplied ticksPerQuarterNote and instrument
this SequencePlayer was instantiated with.
- init(int, int) - Method in class provided.player.SequencePlayer2
-
Initialize the SequencePlayer as per the supplied ticksPerQuarterNote and instrument
this SequencePlayer was instantiated with.
- INote - Interface in provided.music
-
Note interface for Notes and collections of Notes.
- insert(KeySignature.KeyNote) - Method in class provided.util.KeySignature
-
Helper method to insert the given note into the keymap.
- IPhrase - Interface in provided.music
-
Top level of a piece of abc music.
- IPhraseVisitor - Interface in provided.music
-
Interface for a Phrase visitor.
- IPhraseVisitorCmd - Interface in provided.music
-
The command used by APhraseVisitor that is associated with a host or hosts.
- ISeqList - Interface in provided.music
-
Interface for sequential lists of IPhrases.
- ISequencePlayerStatus - Interface in provided.player
-
Command that is used to notify a user that a track has stopped playing.
- isFine - Variable in class provided.music.FineToggleDecoratorSeqList
-
Flag that tells the system that the "fine" decoree is to be used
next.
- isGrace - Variable in class provided.abcParser.ABCParser
-
Current notes to be parsed are grace notes
- isNatural - Variable in class provided.music.Note
-
Flag to override key signature
- IStringTokenizer - Interface in provided.token.tokenizer
-
Tokenizer that only returns string tokens.
- ITokenFactory - Interface in provided.token
-
Abstract factory to produce tokens
- ITokenizer - Interface in provided.token.tokenizer
-
Extract and return an appropriate Token from some given source.
- ITokVisitor - Interface in provided.token
-
Interface for a token visitor.
- ITokVisitorCmd - Interface in provided.token
-
A command for use in ATokVisitors