Uses of Class
jcaas.midi.Score

Packages that use Score
jcaas   
jcaas.midi   
 

Uses of Score in jcaas
 

Methods in jcaas that return Score
 Score AuralizationGlobals.getScore()
           
 

Methods in jcaas with parameters of type Score
 void AuralizationGlobals.setScore(Score score)
           
 

Uses of Score in jcaas.midi
 

Subclasses of Score in jcaas.midi
 class GeneratedScore
           
 

Methods in jcaas.midi that return Score
 Score MIDIPlayer.getScore(int chan)
          getScore returns the Score currently being played on a given channel.
 

Methods in jcaas.midi with parameters of type Score
 boolean MIDIPlayer.setScore(int chan, Score stf)
          setScore changes the Score on a given channel.
 boolean MIDIPlayer.setScore(Score s)
          A method to change the score of the MidiPlayer.
 

Constructors in jcaas.midi with parameters of type Score
MIDIPlayer(Score s)
          Constructor, makes a player to play staff on channel 0, do not print notes and other information.
MIDIPlayer(Score s, boolean b)
          Constructor, makes a player to play Staff on channel 0, information may be printed.