Package jmslexamples.simple
Class TranscribeAndNotate
java.lang.Object
jmslexamples.simple.TranscribeAndNotate
public class TranscribeAndNotate
extends java.lang.Object
Transcribe two MusicShapes and generate a Score.
Dim 0 of MusicShapes must be absolute time. Use musicShape.integrate(0) to convert durations to
abs time
Melody 2 uses quarter tones
- Author:
- Nick Didkovsky, (c) 2002 Nick Didkovsky, All Rights reserved.
-
Constructor Summary
Constructors Constructor Description TranscribeAndNotate()
-
Method Summary
Modifier and Type Method Description Score
generateScore()
static void
main(java.lang.String[] args)
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
TranscribeAndNotate
public TranscribeAndNotate()
-
-
Method Details
-
generateScore
- Returns:
- Returns the score.
- Throws:
ElementMissedException
SearchPathListExpansionException
-
main
public static void main(java.lang.String[] args)
-