Class SelfModifyingScore

java.lang.Object
jmslexamples.simple.SelfModifyingScore

public class SelfModifyingScore
extends java.lang.Object
One measure repeats 1000 times, changing its own tempo and the pitches of its notes each repeat. Upgrade to JSyn2 API Dec 6, 2016
Author:
Nick Didkovsky, (c) 2009 All rights reserved, Email: nick@didkovsky.com
  • Constructor Summary

    Constructors
    Constructor Description
    SelfModifyingScore()  
  • Method Summary

    Modifier and Type Method Description
    static void main​(java.lang.String[] args)  
    void start()  

    Methods inherited from class java.lang.Object

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

    • SelfModifyingScore

      public SelfModifyingScore()
  • Method Details

    • start

      public void start()
    • main

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