Uses of Package
jcaas.midi

Packages that use jcaas.midi
jcaas   
jcaas.midi   
jcaas.midi.messages   
jcaas.midi.staticStaff   
jmusic.midi   
 

Classes in jcaas.midi used by jcaas
Chord
           
MIDIPlayer
          MIDIPlayer is the main class for the sub-system that is responsible for playing midi sound during program execution.
Score
           
Staff
          Staff represents a staff of musical score.
Tempo
          Tempo represents the tempo, or speed of a song.
 

Classes in jcaas.midi used by jcaas.midi
GeneratedScore
           
GeneratedStaff
          A Class to provide one channel of generated music
KeySignature
          KeySignature represents a Key Signature for a Song.
MIDIPlayer
          MIDIPlayer is the main class for the sub-system that is responsible for playing midi sound during program execution.
Note
          Note represents a note that may be played by MIDIPlayer Extends StaffProperty.
NoteVector
           
Score
           
Staff
          Staff represents a staff of musical score.
StaffProperty
          StaffProperty is a generic superclass for everything that might be considered an intrinsic property of a musical staff.
 

Classes in jcaas.midi used by jcaas.midi.messages
Chord
           
KeySignature
          KeySignature represents a Key Signature for a Song.
NoteVector
           
Rythm
          Rythm is an abstract representation of a rythm-pattern for a song.
Staff
          Staff represents a staff of musical score.
StaffProperty
          StaffProperty is a generic superclass for everything that might be considered an intrinsic property of a musical staff.
Tempo
          Tempo represents the tempo, or speed of a song.
TimeSignature
          TimeSignature represents the Time Signature of a staff.
Volume
          Volume represents the master volume of a staff.
 

Classes in jcaas.midi used by jcaas.midi.staticStaff
NoteVector
           
Staff
          Staff represents a staff of musical score.
StaffProperty
          StaffProperty is a generic superclass for everything that might be considered an intrinsic property of a musical staff.
 

Classes in jcaas.midi used by jmusic.midi
MIDIPlayer
          MIDIPlayer is the main class for the sub-system that is responsible for playing midi sound during program execution.