Package 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 (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 Summary
Constructors Constructor Description SimpleSynthNoteSupport()
-
Method Summary
Modifier and Type Method Description 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, getLocation, 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 Details
-
SimpleSynthNoteSupport
public SimpleSynthNoteSupport()
-
-
Method Details
-
main
public static void main(java.lang.String[] args)
-