Uses of Package
net.charlesames.music.midi

Packages that use net.charlesames.music.midi
net.charlesames.music.ensemble Classes in package music.ensemble define the structure of scores. 
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. 
net.charlesames.music.score Classes in the {code net.charlesames.music.score} package represent musical scores and the components which comprise musical scores. 
net.charlesames.music.utility   
 

Classes in net.charlesames.music.midi used by net.charlesames.music.ensemble
GeneralMidiPercussionSound
          General MIDI percussion sound definitions.
MidiChannelMode
          Options for assigning notes to MIDI channels.
MidiTrack
          The MidiTrack class wraps the javax.sound.midi.Track class.
 

Classes in net.charlesames.music.midi used by net.charlesames.music.midi
GeneralMidiChannel
          A GeneralMidiChannel instance associates a unique MIDI channel (1-16) with a unique GeneralMidiProgram.
GeneralMidiPercussionSound
          General MIDI percussion sound definitions.
GeneralMidiProgram
          General MIDI Program Definitions
MidiChannel
          MidiChannel instances keep track of what is going on in a channel during a MIDI file export.
MidiChannelMode
          Options for assigning notes to MIDI channels.
MidiController
          MIDI Controller Definitions
MidiDevice
          A MidiDevice instance manages a collection of 16 MidiChannel objects.
MidiEntity
          Base class for MIDI entities.
MidiFile
          The MidiFile class wraps the javax.sound.midi.Sequence class.
MidiNote
           
MidiRegisteredParameter
          MIDI Registered Parameter Definitions
MidiTrack
          The MidiTrack class wraps the javax.sound.midi.Track class.
MidiTrackEvent
           
 

Classes in net.charlesames.music.midi used by net.charlesames.music.score
MidiFile
          The MidiFile class wraps the javax.sound.midi.Sequence class.
MidiTrack
          The MidiTrack class wraps the javax.sound.midi.Track class.
 

Classes in net.charlesames.music.midi used by net.charlesames.music.utility
GeneralMidiProgram
          General MIDI Program Definitions