Uses of Interface
jcaas.midi.Staff

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

Uses of Staff in jcaas
 

Methods in jcaas that return Staff
 Staff AuralizationGlobals.getSong()
           
 

Methods in jcaas with parameters of type Staff
 void AuralizationGlobals.setSong(Staff song)
           
 

Uses of Staff in jcaas.midi
 

Classes in jcaas.midi that implement Staff
 class GeneralizedStaff
           
 class GeneratedStaff
          A Class to provide one channel of generated music
 class GeneratedStaffOct
           
 

Methods in jcaas.midi that return Staff
 Staff Score.getStaff(int i)
          A method to get teh ith staff in this Score
 

Methods in jcaas.midi with parameters of type Staff
 boolean Score.changeStaff(int i, Staff s)
          A method to replace one of the staves in this score
 

Constructors in jcaas.midi with parameters of type Staff
Score(Staff s)
          Standard Constructor
Score(Staff[] s)
          Standard Constructor
 

Uses of Staff in jcaas.midi.messages
 

Constructors in jcaas.midi.messages with parameters of type Staff
StaffChangeMessage(Staff s)
          Standard Constructor
 

Uses of Staff in jcaas.midi.staticStaff
 

Classes in jcaas.midi.staticStaff that implement Staff
 class GKWHarmony
          A simple implementation of the hamrony of Good King Wenceslas.
 class GKWMelody
          A simple implementation of one line of the melody of Good King Wenceslas.
 class Imperial
          A simple implementation of The Imperial March from Star Wars.
 class JingleBells
          A simple implementation of Jingle Bells.
 class Mary
          A simple implementation of Mary Had a Little Lamb.
 class StupidSong
          A simple Song implementation.