uk.org.toot.music.tonality
Interface Chords.Identifier

All Known Implementing Classes:
Chords.DefaultIdentifier
Enclosing class:
Chords

public static interface Chords.Identifier

The Identifier inner interface specified the contract for the class that implements withNotes(int[] notes) for Chord identification.

Author:
st

Method Summary
 java.util.List<Chord.PitchedVoicing> withNotes(int[] notes)
           
 

Method Detail

withNotes

java.util.List<Chord.PitchedVoicing> withNotes(int[] notes)


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