jmslexamples.jsyn
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 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.
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 |
SimpleSynthNoteSupport
public SimpleSynthNoteSupport()
main
public static void main(java.lang.String[] args)