Uses of Class
jcaas.midi.Note

Packages that use Note
jcaas.midi   
 

Uses of Note in jcaas.midi
 

Methods in jcaas.midi that return Note
static Note KeySignature.convert(Note n, KeySignature inSig, KeySignature outSig)
          A method to convert a note from one key signature to another.
 Note NoteVector.getNote(int i)
          A Method to get the note at i
 

Methods in jcaas.midi with parameters of type Note
static Note KeySignature.convert(Note n, KeySignature inSig, KeySignature outSig)
          A method to convert a note from one key signature to another.