Package jmsltestsuite

Class ScoreTest

java.lang.Object
jmsltestsuite.ScoreTest
All Implemented Interfaces:
SelectionBufferListener

public class ScoreTest
extends java.lang.Object
implements SelectionBufferListener
Exercise Score. Generate a variety of melodies from simple algorithms and notate them.
Top Staff uses a 1/F generator
Middle Staff uses a white noise generator
Bottom Staff uses a HailstoneSequence generator
Write out a file readable by San Andreas Press's SCORE Music Typography System JMSL Notation Project
Author:
Nick Didkovsky and Phil Burk, copyright 2000 Nick Didkovsky and Phil Burk
  • Constructor Summary

    Constructors
    Constructor Description
    ScoreTest()  
  • Method Summary

    Modifier and Type Method Description
    void build()  
    PVPanel getPanel()  
    static void main​(java.lang.String[] args)  
    void selectionBufferNotify​(Score score)  

    Methods inherited from class java.lang.Object

    equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • ScoreTest

      public ScoreTest()
  • Method Details