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

Packages that use Chord.Voicing
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.Voicing in uk.org.toot.music.tonality
 

Subclasses of Chord.Voicing in uk.org.toot.music.tonality
static class Chord.RelativeVoicing
           
 

Methods in uk.org.toot.music.tonality that return Chord.Voicing
 Chord.Voicing Chord.PitchedVoicing.getVoicing()
          Get the Voicing
 

Methods in uk.org.toot.music.tonality that return types with arguments of type Chord.Voicing
static java.util.List<Chord.Voicing> Chords.withIntervals(int[] someIntervals, int missing)
          Return the List of Chord.Voicings with the specified intervals but with exactly 'missing' missing intervals.
 

Constructors in uk.org.toot.music.tonality with parameters of type Chord.Voicing
Chord.PitchedVoicing(Chord.Voicing voicing, int root)
          Construct a new PitchedVoicing of the specified Voicing with the specified root pitch.
Chord.PitchedVoicing(Chord.Voicing voicing, int root, int slashBass)
          Construct a new PitchedVoicing of the specified Voicing with the specified root pitch and the specified bass pitch as applicable to slash chord notation.
 

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

Method parameters in uk.org.toot.swingui.tonalityui with type arguments of type Chord.Voicing
 void ChordList.setChordsVoicings(java.util.List<Chord.Voicing> voicings)
           
 



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