Package jmsltestsuite
Class TranscribeScore19
java.lang.Object
jmsltestsuite.TranscribeScore19
public class TranscribeScore19
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 examines minute differences in timestamp
There was a bug that happened when the transcriber exited but there was still carriedOverMusicShape of notes
from the previous measure that should get bumped up into the next measure.
SEE_BUG true used to show this (dyad would bnot show up). Fixed now 2012-07-23
- Author:
- Nick Didkovsky, (c) 2002 Nick Didkovsky, All Rights reserved.
-
Constructor Summary
Constructors Constructor Description TranscribeScore19()
-
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
-
TranscribeScore19
public TranscribeScore19()
-
-
Method Details
-
main
public static void main(java.lang.String[] args)
-