Uses of Class
com.softsynth.jmsl.score.Tempo

Packages that use Tempo
com.softsynth.jmsl.score   
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
 Tempo Measure.getTempo()
           
 

Methods in com.softsynth.jmsl.score with parameters of type Tempo
 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.transcribe
 

Methods in com.softsynth.jmsl.score.transcribe that return Tempo
 Tempo TempoTimeSignatureHolder.getTempo()
           
 

Methods in com.softsynth.jmsl.score.transcribe with parameters of type Tempo
 void TempoTimeSignatureHolder.setTempo(Tempo tempo)
           
 void MeasureExtractor.setTempo(Tempo tempo)
          Used to scale the calculate time span within which elements are extracted
 

Constructors in com.softsynth.jmsl.score.transcribe with parameters of type Tempo
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
TempoDialog(java.awt.Frame frame, TempoResultProcessor tempoResultProcessor, Tempo t, java.lang.String title, java.lang.String msg)