Class AlgorithmicTimbreScoreDemo

java.lang.Object
jmslexamples.jsyn2.AlgorithmicTimbreScoreDemo

public class AlgorithmicTimbreScoreDemo
extends java.lang.Object
Generate a JMSL Score algorithmically. Timbre changes from note to note. Key idea: build a double array and call score.addNote(dimensionNameSpace, doubleArray); JSyn adaptation Dec 2016
Author:
Nick Didkovsky, copyright 2000 Nick Didkovsky
  • Constructor Summary

    Constructors
    Constructor Description
    AlgorithmicTimbreScoreDemo()  
  • Method Summary

    Modifier and Type Method Description
    ScoreFrame getScoreFrame()  
    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

    • AlgorithmicTimbreScoreDemo

      public AlgorithmicTimbreScoreDemo()
  • Method Details

    • start

      public void start()
    • getScoreFrame

      public ScoreFrame getScoreFrame()
    • main

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