jmslexamples.jsyn
Class SimpleSynthNoteSupport

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

public class SimpleSynthNoteSupport
extends PVFrameAdapter

Simple example of using JSyn SynthNote to play in JMSL. Create a JMSL Instrument that allocates and plays JSyn SynthNotes. Pass in the SynthNote class name, play with a MusicShape

Author:
Nick Didkovsky, email: didkovn@mail.rockefeller.edu, (c) 2003 Nick Didkovsky, all rights reserved.

Constructor Summary
SimpleSynthNoteSupport()
           
 
Method Summary
static void main(java.lang.String[] args)
           
 
Methods inherited from class com.softsynth.jmsl.view.PVFrameAdapter
add, add, addKeyListener, addWindowListener, dispose, equals, getBackground, getBounds, getComponent, getFont, getFontMetrics, getParent, getPVMenuBar, hashCode, isEnabled, isShowing, pack, removeAll, removeKeyListener, setBackground, setEnabled, setFont, setFrameLayout, setLocation, setPVMenuBar, setResizable, setSize, setSize, setTitle, setVisible, toBack, toFront, toString, validate
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SimpleSynthNoteSupport

public SimpleSynthNoteSupport()
Method Detail

main

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