Uses of Interface
com.softsynth.jmsl.FileLoaderListener
Package | Description |
---|---|
com.softsynth.jmsl | |
com.softsynth.jmsl.score | |
com.softsynth.jmsl.score.util |
-
Uses of FileLoaderListener in com.softsynth.jmsl
Methods in com.softsynth.jmsl with parameters of type FileLoaderListener Modifier and Type Method Description static void
JMSL. addFileLoaderListener(FileLoaderListener listener)
static void
JMSL. removeFileLoaderListener(FileLoaderListener listener)
-
Uses of FileLoaderListener in com.softsynth.jmsl.score
Classes in com.softsynth.jmsl.score that implement FileLoaderListener 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 FileLoaderListener in com.softsynth.jmsl.score.util
Classes in com.softsynth.jmsl.score.util that implement FileLoaderListener Modifier and Type Class Description class
JMSLScoreApplet
Load a JMSL Score from a URL into an Applet.