Uses of Class
uk.org.toot.music.tonality.Chord.PitchedVoicing

Packages that use Chord.PitchedVoicing
uk.org.toot.music.tonality This package provides complete support for tonality, part of the Music Theory problem domain. 
uk.org.toot.swingui.tonalityui   
 

Uses of Chord.PitchedVoicing in uk.org.toot.music.tonality
 

Methods in uk.org.toot.music.tonality that return types with arguments of type Chord.PitchedVoicing
static java.util.List<Chord.PitchedVoicing> Chords.withNotes(int[] notes)
          Return the List of Chord.PitchedVoicings with the specified notes
 java.util.List<Chord.PitchedVoicing> Chords.Identifier.withNotes(int[] notes)
           
 java.util.List<Chord.PitchedVoicing> Chords.DefaultIdentifier.withNotes(int[] notes)
           
 

Uses of Chord.PitchedVoicing in uk.org.toot.swingui.tonalityui
 

Method parameters in uk.org.toot.swingui.tonalityui with type arguments of type Chord.PitchedVoicing
 void ChordList.setChordsPitchedVoicings(java.util.List<Chord.PitchedVoicing> pitchedVoicings)
           
 



Copyright © 2004, 2005, 2006, 2007 Steve Taylor. All Rights Reserved.