Package jmsltestsuite

Class ScoreWithPlayables

java.lang.Object
jmsltestsuite.ScoreWithPlayables

public class ScoreWithPlayables
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

    Constructors
    Constructor Description
    ScoreWithPlayables()  
  • 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

    • ScoreWithPlayables

      public ScoreWithPlayables()
  • Method Details

    • main

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