Class JSyn2Score

java.lang.Object
jmslexamples.simple.JSyn2Score

public class JSyn2Score
extends java.lang.Object
Build a simple Score with an orchestra of pure Java JSyn instruments. Also shows quarter tones.
Author:
Nick Didkovsky, (c) 2012 All rights reserved, Email: nick@didkovsky.com
  • Constructor Summary

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

    • JSyn2Score

      public JSyn2Score()
  • Method Details

    • start

      public void start()
    • main

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