Uses of Class
openpiano.midi.MidiNote

Packages that use MidiNote
openpiano.midi   
openpiano.notes   
 

Uses of MidiNote in openpiano.midi
 

Methods in openpiano.midi that return types with arguments of type MidiNote
 LinkedList<MidiNote> MidiTrack.getMidiNotes()
          Returns the list of MIDI notes
 

Methods in openpiano.midi with parameters of type MidiNote
 void MidiTrack.addMidiNote(MidiNote midiNote)
          Adds a new MIDI note to the track
 int MidiNote.compareTo(MidiNote midiNote)
          Compares the start ticks of MIDI notes
 

Uses of MidiNote in openpiano.notes
 

Methods in openpiano.notes with parameters of type MidiNote
 void Blocks.addNote(MidiNote midiNote, int key, int track, float refTicks, Boolean flatnote, float position)
          Adds a single note/block to the list