Uses of Class
net.charlesames.music.midi.MidiNote

Packages that use MidiNote
net.charlesames.music.midi The classes in this package have two missions: (1) to build a MIDI sequence from scratch and (2) to take an existing MIDI sequence and explain its contents. 
 

Uses of MidiNote in net.charlesames.music.midi
 

Methods in net.charlesames.music.midi that return MidiNote
 MidiNote MidiNote.copy(MidiTrack midiTrack)
          Create a new note in the specified MIDI track and copy this note's attributes to the new note.
 MidiNote MidiChannel.getMidiNote()
          Get the MidiNote instance that currently occupies this channel.
 

Methods in net.charlesames.music.midi with parameters of type MidiNote
 void MidiChannel.setMidiNote(MidiNote note)
          Set the MidiNote instance that currently occupies this channel.