Package jmsltestsuite
Class TranscribeScore3
java.lang.Object
jmsltestsuite.TranscribeScore3
public class TranscribeScore3
extends java.lang.Object
JMSL's com.softsynth.jmsl.score.transcribe package enables the transcription of arbitrary MusicShape data into common music notation.
This test changes tempo in measure 2 and then changes it back in measure 3. So note events that would normally get transcribed as eighths are
transcribed as quarters, with a tempo change.
- Author:
- Nick Didkovsky, (c) 2002 Nick Didkovsky, All Rights reserved.
-
Constructor Summary
Constructors Constructor Description TranscribeScore3()
-
Method Summary
Modifier and Type Method Description 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
-
TranscribeScore3
public TranscribeScore3()
-
-
Method Details
-
main
public static void main(java.lang.String[] args)
-