Uses of Class
com.softsynth.jmsl.view.PVFrameAdapter
Package | Description |
---|---|
com.softsynth.jmsl.score | |
com.softsynth.jmsl.score.util | |
com.softsynth.jmsl.score.view | |
com.softsynth.jmsl.view | |
jmslexamples | |
jmslexamples.jsyn2 | |
jmsltestsuite |
-
Uses of PVFrameAdapter in com.softsynth.jmsl.score
Subclasses of PVFrameAdapter in com.softsynth.jmsl.score Modifier and Type Class Description class
ScoreFrame
A PVFrame (ie dual purpose Swing or AWT frame), which hosts numerous Scores, and provides Menus for interaction.class
ScoreFrameJavaSound
ScoreFrame subclass whose Midi Device is JavaSound. -
Uses of PVFrameAdapter in com.softsynth.jmsl.score.util
Subclasses of PVFrameAdapter in com.softsynth.jmsl.score.util Modifier and Type Class Description class
AboutFrame
Display a frame containing a textarea with info on keystroke shortcutsclass
ScoreRenderDelayFrame
Set render delay > 0 if inserting a note by hand sometime fails to redraw.class
ScoreShortcutsFrame
Display a frame containing a textarea with info on keystroke shortcuts -
Uses of PVFrameAdapter in com.softsynth.jmsl.score.view
Subclasses of PVFrameAdapter in com.softsynth.jmsl.score.view Modifier and Type Class Description class
JustifierBaseControlFrame
Oclass
NoteDimensionNameSpaceEditor
Frame with DimensionNameSpaceEditPanel. -
Uses of PVFrameAdapter in com.softsynth.jmsl.view
Subclasses of PVFrameAdapter in com.softsynth.jmsl.view Modifier and Type Class Description class
AppletAlert
A Dialog-like class for applet 11/9/2000 3:49PMclass
JMSLClockAdvanceFrame
A Frame with a scrollbar to let user set JMSL.clock.advanceclass
TextDisplayFrame
-
Uses of PVFrameAdapter in jmslexamples
Subclasses of PVFrameAdapter in jmslexamples Modifier and Type Class Description class
PluginScannerExample
Scans a folder named "jmsl_plugins" which must be in the CLASSPATH. -
Uses of PVFrameAdapter in jmslexamples.jsyn2
Subclasses of PVFrameAdapter in jmslexamples.jsyn2 Modifier and Type Class Description class
AlgorithmicTimbreDemo
VERY IMPORTANT EXAMPLE FOR JMSL/JSyn2 interaction!!!! Create a MusicShape with an Instrument that controls the various input ports on some JSyn UnitVoice.class
FullFeaturedJSynUnitVoiceSupport
Full featured example of using JSyn UnitVoice to play in JMSL. -
Uses of PVFrameAdapter in jmsltestsuite
Subclasses of PVFrameAdapter in jmsltestsuite Modifier and Type Class Description class
MusicShapeEditorFrame
A convenience Frame with a MusicShapeEditor panel.