jmsltestsuite
Class ScoreDurationsTest
java.lang.Object
jmsltestsuite.ScoreDurationsTest
public class ScoreDurationsTest
- extends java.lang.Object
Torture Score's ability to match arbitrary duration.
This simply uses addNote(dur)
It is *not* a test of the more sophisticated transcriber
Add notes with increasing Myhill ratio ... adds rhythmic jitter.
Don't expect measures to have the correct total durations in them. addNote() just adds a note with
the closest duration to the one specified and if overflow, goes to next measure
- Author:
- Nick Didkovsky and Phil Burk, copyright 2000 Nick Didkovsky and Phil Burk
Method Summary |
static void |
main(java.lang.String[] args)
|
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ScoreDurationsTest
public ScoreDurationsTest()
main
public static void main(java.lang.String[] args)