Class LineInInstrumentExample

java.lang.Object
jmslexamples.jsyn2.LineInInstrumentExample

public class LineInInstrumentExample
extends java.lang.Object
Send a LineIn wrapped up in an Instrument to the input of an Instrument that controls a polyphonic delay. Play the delay instrument with a MusicShape. Display MusicShape in an editor.
Author:
Nick Didkovsky, (c) 2014 Nick Didkovsky, nick@didkovsky.com
  • Constructor Summary

    Constructors
    Constructor Description
    LineInInstrumentExample()  
  • Method Summary

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

    Methods inherited from class java.lang.Object

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

    • LineInInstrumentExample

      public LineInInstrumentExample()
  • Method Details

    • build

      public void build()
    • close

      public void close()
    • launch

      public void launch()
    • main

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