Uses of Class
org.jfugue.Tempo

Packages that use Tempo
org.jfugue   
org.jfugue.demo   
 

Uses of Tempo in org.jfugue
 

Methods in org.jfugue with parameters of type Tempo
 void ParserListenerAdapter.tempoEvent(Tempo tempo)
          Called when the parser encounters a tempo event.
 void PatternTransformer.tempoEvent(Tempo tempo)
          Extend this method to make your transformer modify the tempo.
 void ParserListener.tempoEvent(Tempo tempo)
          Called when the parser encounters a tempo event.
 void Renderer.tempoEvent(Tempo tempo)
           
 

Uses of Tempo in org.jfugue.demo
 

Methods in org.jfugue.demo with parameters of type Tempo
 void ReversePatternTransformer.tempoEvent(Tempo tempo)