|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Note | |
---|---|
provided.abcParser | |
provided.music | |
provided.player | |
provided.util |
Uses of Note in provided.abcParser |
---|
Fields in provided.abcParser with type parameters of type Note | |
---|---|
private java.util.Set<Note> |
ABCParser.accidentalNotes
Set of accidental notes in the current measure. |
Methods in provided.abcParser that return Note | |
---|---|
private Note |
ABCParser.makeNote(Token host)
Parse a Note from the given Token |
Methods in provided.abcParser with parameters of type Note | |
---|---|
private void |
ABCParser.addAccidental(Note note)
Adds a note to the set of accidentals replaces any note with the same name and octave. |
private void |
ABCParser.checkAccidentals(Note note)
Checks to see if the given Note is in the set of accidentals Checks name and octave but not duration or accidental |
private void |
ABCParser.removeAccidental(Note note)
Removes a note from the set of accidentals Removes any note with the same name and octave. |
Uses of Note in provided.music |
---|
Fields in provided.music declared as Note | |
---|---|
protected Note[] |
NoteCollection.notes
An array of the notes that comprise this collection. |
Methods in provided.music that return Note | |
---|---|
Note[] |
NoteCollection.getNotes()
Accessor for the array of notes in this collection |
Constructors in provided.music with parameters of type Note | |
---|---|
Chord(Note... notes)
Create a Chord out of a collection of notes. |
|
NoteCollection(Note... notes)
Constructor that takes notes that form this collection |
|
Triplet(Note n1,
Note n2,
Note n3)
Create a new Note out of three notes |
|
Tuplet(Note... notes)
Constructor for a tuplet |
Uses of Note in provided.player |
---|
Methods in provided.player with parameters of type Note | |
---|---|
int |
SequencePlayer.addNote(Note note,
int start)
Add a note to the MIDI sequence with a default velocity of 64 for middle volume |
int |
SequencePlayer.addNote(Note note,
int start,
int velocity)
Add a note to the MIDI sequence. |
Uses of Note in provided.util |
---|
Methods in provided.util that return Note | |
---|---|
Note |
KeySignature.adjust(Note n)
Takes a note and returns the properly transposed note in this key signature |
Methods in provided.util with parameters of type Note | |
---|---|
Note |
KeySignature.adjust(Note n)
Takes a note and returns the properly transposed note in this key signature |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |