Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
R
S
T
V
_
S
SequencePlayer
- Class in
provided.player
Sequence Player to create and play MIDI music sequences.
SequencePlayer(int, int)
- Constructor for class provided.player.
SequencePlayer
Create a new SequencePlayer to create and play music.
setAccidental(int)
- Method in class provided.music.
Note
Accessor to set the accidental value
setDecoree(ISeqList)
- Method in class provided.music.
DecoratorSeqList
Setter methods used to set the decoree.
setDecoree(int, ISeqList)
- Method in class provided.music.
ToggleDecoratorSeqList
Setter methods used to set the decoree.
setDecorees(ISeqList...)
- Method in class provided.music.
ToggleDecoratorSeqList
setDuration(double)
- Method in class provided.music.
Note
Accessor to set the note duration
setFine()
- Method in class provided.music.
FineToggleDecoratorSeqList
setIsNatural(boolean)
- Method in class provided.music.
Note
Settor for isNatural flag.
setName(char)
- Method in class provided.music.
Note
Accessor to set the name of the note
setOctave(int)
- Method in class provided.music.
Note
Accessor to set the octave of the note
setTargetToDecoree(int)
- Method in class provided.music.
ToggleDecoratorSeqList
Used to explicitly set the target (active) decoree if needed.
setTempo(int)
- Method in class provided.player.
SequencePlayer
Set the tempo - can't change the tempo in the middle of a sequence, the last tempo set will be used for the whole sequence.
setTicksPerDefaultNote(int)
- Method in class provided.player.
SequencePlayer
Accessor to set the current ticks per default note
setToStringAlgo(IPhraseVisitor)
- Static method in class provided.music.
NESeqList
Setter for the _toStringAlgo helper.
Singleton
- Static variable in class provided.music.
MTSeqList
Singleton instance of the class
Singleton
- Static variable in class provided.token.
TokenFactory
Singleton instance of this class
Singleton
- Static variable in class provided.util.
ABCUtil
Singleton instance of the class
stack
- Variable in class provided.token.tokenizer.
ABCTokenizer
Push-back stack for tokens.
stack
- Variable in class provided.token.tokenizer.
StringTokenizer
Stack used for token push-back
stop()
- Method in class provided.player.
SequencePlayer
Stop playing music and close resources.
StringTokenizer
- Class in
provided.token.tokenizer
Special tokenizer that converts a stream of various types of tokens from StreamTokenizer and converts them into a stream of strings.
StringTokenizer(String)
- Constructor for class provided.token.tokenizer.
StringTokenizer
Initialize _st to read from a input Reader file with the given input file name.
swapToken(Token)
- Method in class provided.abcParser.
ABCParser
Swap the given token for the next token in the tokenizer, returning the next token.
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
R
S
T
V
_