jmslexamples.simple
Class TranscribeAndNotate

java.lang.Object
  extended by 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
TranscribeAndNotate()
           
 
Method Summary
 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 Detail

TranscribeAndNotate

public TranscribeAndNotate()
Method Detail

generateScore

public Score generateScore()
                    throws SearchPathListExpansionException,
                           ElementMissedException
Returns:
Returns the score.
Throws:
ElementMissedException
SearchPathListExpansionException

main

public static void main(java.lang.String[] args)