uk.org.toot.music.tonality
Class Chords.DefaultIdentifier

java.lang.Object
  extended by uk.org.toot.music.tonality.Chords.DefaultIdentifier
All Implemented Interfaces:
Chords.Identifier
Enclosing class:
Chords

public static class Chords.DefaultIdentifier
extends java.lang.Object
implements Chords.Identifier

The DefaultIdentifier class provides the default implementation of withNotes(int[] notes) for Chord identification.

Author:
st

Constructor Summary
Chords.DefaultIdentifier()
           
 
Method Summary
 java.util.List<Chord.PitchedVoicing> withNotes(int[] notes)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Chords.DefaultIdentifier

public Chords.DefaultIdentifier()
Method Detail

withNotes

public java.util.List<Chord.PitchedVoicing> withNotes(int[] notes)
Specified by:
withNotes in interface Chords.Identifier


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