Uses of Class
com.softsynth.jmsl.score.Tempo
Package | Description |
---|---|
com.softsynth.jmsl.score | |
com.softsynth.jmsl.score.midi | |
com.softsynth.jmsl.score.transcribe | |
com.softsynth.jmsl.score.view |
-
Uses of Tempo in com.softsynth.jmsl.score
Methods in com.softsynth.jmsl.score that return Tempo Modifier and Type Method Description Tempo
Measure. getTempo()
Methods in com.softsynth.jmsl.score with parameters of type Tempo Modifier and Type Method Description void
Measure. setTempo(Tempo tempo)
void
Measure. setTempo(Tempo tempo, boolean setByHand)
Set tempo and mark measure so it displays tempo graphically and blocks previous tempo changes made in GUI from clobbering it -
Uses of Tempo in com.softsynth.jmsl.score.midi
Methods in com.softsynth.jmsl.score.midi that return Tempo Modifier and Type Method Description Tempo
TempoTickHolder. getTempo()
Constructors in com.softsynth.jmsl.score.midi with parameters of type Tempo Constructor Description TempoTickHolder(Tempo tempo, long tick)
-
Uses of Tempo in com.softsynth.jmsl.score.transcribe
Methods in com.softsynth.jmsl.score.transcribe that return Tempo Modifier and Type Method Description Tempo
TempoTimeSignatureHolder. getTempo()
Methods in com.softsynth.jmsl.score.transcribe with parameters of type Tempo Modifier and Type Method Description void
MeasureExtractor. setTempo(Tempo tempo)
Used to scale the calculate time span within which elements are extractedvoid
TempoTimeSignatureHolder. setTempo(Tempo tempo)
Constructors in com.softsynth.jmsl.score.transcribe with parameters of type Tempo Constructor Description TempoTimeSignatureHolder(Tempo tempo, TimeSignature timeSignature)
-
Uses of Tempo in com.softsynth.jmsl.score.view
Constructors in com.softsynth.jmsl.score.view with parameters of type Tempo Constructor Description TempoDialog(java.awt.Frame frame, TempoResultProcessor tempoResultProcessor, Tempo t, java.lang.String title, java.lang.String msg)