Package com.softsynth.jmsl.score
Interface TempoResultProcessor
- All Known Implementing Classes:
ScoreFrame
,ScoreFrameJavaSound
public interface TempoResultProcessor
interface to get new tempo and go-ahead flag from a TempoDialog
- Author:
- Nick Didkovsky, copyright 2000 Nick Didkovsky, all rights reserved
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
copyright
-
Method Summary
Modifier and Type Method Description void
processTempoResult(double bpm, boolean b)
-
Field Details
-
copyright
static final java.lang.String copyright- See Also:
- Constant Field Values
-
-
Method Details
-
processTempoResult
void processTempoResult(double bpm, boolean b)
-