|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Note | |
---|---|
music | |
player | |
util |
Uses of Note in music |
---|
Fields in music declared as Note | |
---|---|
protected Note[] |
NoteCollection.notes
|
Methods in music that return Note | |
---|---|
Note[] |
NoteCollection.getNotes()
|
Constructors in music with parameters of type Note | |
---|---|
Chord(Note... notes)
Create a Chord out of a collection of notes. |
|
NoteCollection(Note... notes)
|
|
Triplet(Note n1,
Note n2,
Note n3)
Create a new Note out of three notes |
|
Tuplet(Note... notes)
|
Uses of Note in player |
---|
Methods in 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 util |
---|
Methods in util that return Note | |
---|---|
Note |
KeySignature.adjust(Note n)
Takes a note and returns the properly transposed note in this key signature |
Methods in 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 |