Uses of Class
sky.monome.util.scale.MidiNote

Packages that use MidiNote
sky.monome.event.sequencer Package of all classes relative to sequencer events. 
sky.monome.util.scale Package of various utilities around musical scales and notes. 
 

Uses of MidiNote in sky.monome.event.sequencer
 

Methods in sky.monome.event.sequencer that return MidiNote
 MidiNote NotePlayerListener.getBaseNote()
          Returns the base note of the played scale.
 

Methods in sky.monome.event.sequencer with parameters of type MidiNote
abstract  void NotePlayerListener.playNote(MidiNote midiNote)
          Plays the specified note.
 void NotePlayerListener.setBaseNote(MidiNote baseNote)
          Sets the base note of the played scale.
 

Constructors in sky.monome.event.sequencer with parameters of type MidiNote
NotePlayerListener(Scale scale, MidiNote baseNote, S sequencer, NotePlayerListener.PlayerMode playerMode, java.lang.Object... arguments)
          Constructs a note player listener with the specified scale, the specified base note, the specified sequencer, the specified player mode, and specified arguments.
 

Uses of MidiNote in sky.monome.util.scale
 

Fields in sky.monome.util.scale declared as MidiNote
static MidiNote MidiNote.C_1
          Constant for the minimum possible note with the Midi protocol.
static MidiNote MidiNote.C4
          Constant for the default note with the Midi protocol.
static MidiNote MidiNote.G9
          Constant for the maximum possible note with the Midi protocol.
 

Methods in sky.monome.util.scale that return MidiNote
 MidiNote MidiNote.getOffsettedNote(int offset)
          Returns the Midi note which is the result of the specified offset applied on this Midi note.
 MidiNote[] Scale.getScale(MidiNote baseNote, int size)
          Returns an array of Midi notes that represent this scale.
 

Methods in sky.monome.util.scale with parameters of type MidiNote
 int MidiNote.compareTo(MidiNote o)
          Compares this Midi note to the specified Midi note.
 MidiNote[] Scale.getScale(MidiNote baseNote, int size)
          Returns an array of Midi notes that represent this scale.