Uses of Class
com.softsynth.jmsl.view.PVFrameAdapter

Packages that use PVFrameAdapter
com.softsynth.jmsl.score   
com.softsynth.jmsl.score.util   
com.softsynth.jmsl.score.view   
com.softsynth.jmsl.view   
jmslexamples   
jmslexamples.jsyn   
jmsltestsuite   
 

Uses of PVFrameAdapter in com.softsynth.jmsl.score
 

Subclasses of PVFrameAdapter in com.softsynth.jmsl.score
 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
 class 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
 class JustifierBaseControlFrame
          O
 class NoteDimensionNameSpaceEditor
          Frame with DimensionNameSpaceEditPanel.
 

Uses of PVFrameAdapter in com.softsynth.jmsl.view
 

Subclasses of PVFrameAdapter in com.softsynth.jmsl.view
 class AppletAlert
          A Dialog-like class for applet 11/9/2000 3:49PM
 class JMSLClockAdvanceFrame
          A Frame with a scrollbar to let user set JMSL.clock.advance
 class TextDisplayFrame
           
 

Uses of PVFrameAdapter in jmslexamples
 

Subclasses of PVFrameAdapter in jmslexamples
 class PluginScannerExample
          Scans a folder named "jmsl_plugins" which must be in the CLASSPATH.
 

Uses of PVFrameAdapter in jmslexamples.jsyn
 

Subclasses of PVFrameAdapter in jmslexamples.jsyn
 class AlgorithmicTimbreDemo
          VERY IMPORTANT EXAMPLE FOR JMSL/JSyn interaction!!!! Create a MusicShape with an Instrument that controls the various input ports on some JSyn SynthNote.
 class FullFeaturedSynthNoteSupport
          Full featured example of using JSyn SynthNote to play in JMSL.
 class SimpleSynthNoteSupport
          Simple example of using JSyn SynthNote to play in JMSL.
 

Uses of PVFrameAdapter in jmsltestsuite
 

Subclasses of PVFrameAdapter in jmsltestsuite
 class MusicShapeEditorFrame
          A convenience Frame with a MusicShapeEditor panel.