jmsltestsuite
Class ScoreTest

java.lang.Object
  extended by jmsltestsuite.ScoreTest

public class ScoreTest
extends java.lang.Object

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
ScoreTest()
           
 
Method Summary
 void build()
           
 PVPanel getPanel()
           
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

ScoreTest

public ScoreTest()
Method Detail

getPanel

public PVPanel getPanel()

build

public void build()

main

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