Uses of Class
heronarts.lx.Tempo
Packages that use Tempo
-
Uses of Tempo in heronarts.lx
Fields in heronarts.lx declared as TempoMethods in heronarts.lx that return TempoModifier and TypeMethodDescriptionTempo.addListener
(Tempo.Listener listener) Tempo.adjustBpm
(double amount) Adjust the BPM by the given amountTempo.removeListener
(Tempo.Listener listener) Tempo.resetOnNextBeat()
When in internal clock mode, the next beat will reset the beat count to 0.Tempo.setBpm
(double bpm) Sets the BPM to the given valueTempo.setOscBpmRange
(double min, double max) Tempo.setPeriod
(double beatMillis) Sets the period of one beatMethods in heronarts.lx with parameters of type Tempo