Uses of Interface
com.softsynth.jmsl.score.TempoResultProcessor
Package | Description |
---|---|
com.softsynth.jmsl.score | |
com.softsynth.jmsl.score.view |
-
Uses of TempoResultProcessor in com.softsynth.jmsl.score
Classes in com.softsynth.jmsl.score that implement TempoResultProcessor 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 TempoResultProcessor in com.softsynth.jmsl.score.view
Constructors in com.softsynth.jmsl.score.view with parameters of type TempoResultProcessor Constructor Description TempoDialog(java.awt.Frame frame, TempoResultProcessor tempoResultProcessor, Tempo t, java.lang.String title, java.lang.String msg)