- END_OF_TRACK - Static variable in class provided.player.SequencePlayer
-
End of track marker
- END_OF_TRACK - Static variable in class provided.player.SequencePlayer2
-
End of track marker
- execute(IPhraseVisitor, Object...) - Method in class provided.music.Chord
-
Calls the "Chord" case of the given algo.
- execute(IPhraseVisitor, Object...) - Method in class provided.music.DecoratorSeqList
-
Simply delegates the call to the decoree.
- execute(IPhraseVisitor, Object...) - Method in class provided.music.FineToggleDecoratorSeqList
-
Delegates the call to the designated ISeqList decoree.
- execute(IPhraseVisitor, Object...) - Method in class provided.music.Header
-
Calls the header id'th case of the visitor algo.
- execute(IPhraseVisitor, Object...) - Method in interface provided.music.IPhrase
-
Executes (accepts) the visitor, calling the case associated with this host's index value.
- execute(IPhraseVisitor, Object...) - Method in class provided.music.MTSeqList
-
Calls the "MTSeqList" case of the visitor.
- execute(IPhraseVisitor, Object...) - Method in class provided.music.NESeqList
-
Calls the "NESeqList" case of the visitor.
- execute(IPhraseVisitor, Object...) - Method in class provided.music.Note
-
Calls the "Note" case of the visitor.
- execute(IPhraseVisitor, Object...) - Method in class provided.music.ToggleDecoratorSeqList
-
Simply delegates the call to the decoree.
- execute(IPhraseVisitor, Object...) - Method in class provided.music.Triplet
-
Calls the "Triplet" case of the visitor
- execute(IPhraseVisitor, Object...) - Method in class provided.music.Tuplet
-
Calls the "Tuplet" case of the visitor.
- execute(ITokVisitor, Object...) - Method in class provided.token.Token
-
Executes (accepts) the visitor, calling the case associated with this host's name value.