|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectmusiccreator.ChordArrayFactory
public class ChordArrayFactory
Takes a BeatArray and ChordDefs as raw material and generates a ChordArray.
Constructor Summary | |
---|---|
ChordArrayFactory()
Creates a new instance of ChordArrayFactory. |
Method Summary | |
---|---|
ChordArray |
createChordArray(int measures,
TimeSignature ts,
boolean useOnlyDiatonic,
DefinitionArray da)
Creates a new instance of a ChordArray object. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ChordArrayFactory()
Method Detail |
---|
public final ChordArray createChordArray(int measures, TimeSignature ts, boolean useOnlyDiatonic, DefinitionArray da)
measures
- Number of measures to generatets
- Time signature to use.useOnlyDiatonic
- True=use only diatonic chordsda
- The definition array to use
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |