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