Class SimpleSynthNoteSupport

java.lang.Object
com.softsynth.jmsl.view.PVFrameAdapter
jmslexamples.jsyn.SimpleSynthNoteSupport
All Implemented Interfaces:
PVComponent, PVFrame

public class SimpleSynthNoteSupport
extends PVFrameAdapter
Simple example of using JSyn SynthNote (old API!) to play in JMSL. Create a JMSL Instrument that allocates and plays JSyn SynthNotes. Pass in the SynthNote class name, play with a MusicShape This uses the old JSyn API.
Author:
Nick Didkovsky, email: nick@didkovsky.com, (c) 2003 Nick Didkovsky, all rights reserved.
  • Constructor Details

    • SimpleSynthNoteSupport

      public SimpleSynthNoteSupport()
  • Method Details

    • main

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