jmsltestsuite
Class AddNotesToScore

java.lang.Object
  extended by jmsltestsuite.AddNotesToScore

public class AddNotesToScore
extends java.lang.Object

This simply uses addNote(dur) to add notes to a Score. Use this if you know what the duration values of your events are. It is *not* a test of the more sophisticated transcriber

Author:
Nick Didkovsky and Phil Burk, copyright 2000 Nick Didkovsky and Phil Burk

Constructor Summary
AddNotesToScore()
           
 
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
 

Constructor Detail

AddNotesToScore

public AddNotesToScore()
Method Detail

main

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