Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Uses of Interface
com.virtuosotechnologies.asaph.model.notation.Note

Uses of Note in com.virtuosotechnologies.asaph.model.notation
 

Methods in com.virtuosotechnologies.asaph.model.notation that return Note
 Note Note.getBaseNote()
          Get the base of this note (that is, the note with the default modifier).
 Note Note.getNoteWithModifier(NoteModifier modifier)
          Create a Note whose base is the same as this one, but with the given modifier.
 Note Note.getRaised(Interval interval)
          Create a note raised by an interval
 Note Note.getLowered(Interval interval)
          Create a note lowered by an interval
 Note[] NotationFactory.getBaseNotes()
          Get an array of the base notes-- that is, with a default modifier (usually natural).
 Note NotationFactory.parseNote(java.lang.String str)
          Parse a Note from a String
 Note[] NotationFactory.parseNoteArray(java.lang.String str)
          Parse a Note array from a String
 Note NotationFactory.getDefaultNote()
          Construct a default Note
 Note Chord.getNote()
          Get the primary Note
 Note Chord.getBass()
          Get the bass Note.
 

Methods in com.virtuosotechnologies.asaph.model.notation with parameters of type Note
 Interval Note.getIntervalTo(Note note)
          Create an interval from this note to the given note
 NoteModifier[] NotationFactory.getCommonModifiersForNote(Note note)
          Get an array of common modifiers for the given base note.
 NoteModifier NotationFactory.getDefaultNoteModifierFor(Note n)
          Get the default NoteModifier (typically natural) for the given note.