Uses of Class
jcaas.midi.NoteVector

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

Uses of NoteVector in jcaas.midi
 

Methods in jcaas.midi that return NoteVector
static NoteVector[] NoteListGenerator.GenerateNoteList(java.lang.String input)
          Translates a formatted string into a form useful to GeneralizedSong.
 NoteVector Staff.getNextNote()
          getNextNote returns the next NoteVector in the sqeuence of the Staff.
 NoteVector[] Score.getNextNote()
          A method to return the next note to be played in this score
 NoteVector GeneratedStaffOct.getNextNote()
           
 NoteVector GeneratedStaff.getNextNote()
           
 NoteVector[] GeneratedScore.getNextNote()
          A method to return the staves in this score
 NoteVector GeneralizedStaff.getNextNote()
          getNextNote returns the next NoteVector in the sqeuence of the Staff.
 NoteVector Chord.getNotes()
           
 

Methods in jcaas.midi with parameters of type NoteVector
 void GeneralizedStaff.replaceAllNotes(NoteVector[] newNotes)
          Replaces all the notes in the Staff.
 void GeneralizedStaff.replaceNote(int location, NoteVector newNote)
          Replaces a single note in the Staff
 

Constructors in jcaas.midi with parameters of type NoteVector
GeneratedStaff(NoteVector seedNote, java.lang.String[] propertyList, java.lang.Object[] properties)
          Constructor
GeneratedStaffOct(NoteVector seedNote, java.lang.String[] propertyList, java.lang.Object[] properties)
          Constructor
 

Uses of NoteVector in jcaas.midi.messages
 

Constructors in jcaas.midi.messages with parameters of type NoteVector
NoteChangeMessage(NoteVector nv)
          Standard Constructor
NoteListChangeMessage(NoteVector[] nv)
          Standard Constructor
 

Uses of NoteVector in jcaas.midi.staticStaff
 

Methods in jcaas.midi.staticStaff that return NoteVector
 NoteVector StupidSong.getNextNote()
          getNextNote returns the next note in the sqeuence of the Song.
 NoteVector Mary.getNextNote()
          getNextNote returns the next note in the sqeuence of the Song.
 NoteVector JingleBells.getNextNote()
          getNextNote returns the next note in the sqeuence of the Song.
 NoteVector Imperial.getNextNote()
          getNextNote returns the next note in the sqeuence of the Song.
 NoteVector GKWMelody.getNextNote()
          getNextNote returns the next note in the sqeuence of the Song.
 NoteVector GKWHarmony.getNextNote()
          getNextNote returns the next note in the sqeuence of the Staff.