|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use MidiNote.Note | |
---|---|
sky.monome.util.scale | Package of various utilities around musical scales and notes. |
Uses of MidiNote.Note in sky.monome.util.scale |
---|
Methods in sky.monome.util.scale that return MidiNote.Note | |
---|---|
MidiNote.Note |
MidiNote.Note.getNextSemitone()
Returns the octave note which represents the next semitone after this octave note. |
MidiNote.Note |
MidiNote.Note.getNextTone()
Returns the octave note which represents the next tone after this octave note. |
MidiNote.Note |
MidiNote.getNote()
Returns the octave note of this Midi note. |
MidiNote.Note |
MidiNote.Note.getOffsettedNote(int offset)
Returns the octave note which is the result of the specified offset applied on this octave note. |
MidiNote.Note |
MidiNote.Note.getPreviousSemitone()
Returns the octave note which represents the previous semitone before this octave note. |
MidiNote.Note |
MidiNote.Note.getPreviousTone()
Returns the octave note which represents the previous tone before this octave note. |
static MidiNote.Note |
MidiNote.Note.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static MidiNote.Note[] |
MidiNote.Note.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Constructors in sky.monome.util.scale with parameters of type MidiNote.Note | |
---|---|
MidiNote(MidiNote.Note note,
int octave)
Constructs a Midi note with the specified octave note and the specified octave number. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |