Package | Description |
---|---|
heronarts.lx |
Core LX engine and component functionality.
|
Modifier and Type | Field and Description |
---|---|
Tempo |
LXEngine.tempo |
Modifier and Type | Method and Description |
---|---|
Tempo |
Tempo.addListener(Tempo.Listener listener) |
Tempo |
Tempo.adjustBpm(double amount)
Adjust the BPM by the given amount
|
Tempo |
Tempo.removeListener(Tempo.Listener listener) |
Tempo |
Tempo.setBpm(double bpm)
Sets the BPM to the given value
|
Tempo |
Tempo.setPeriod(double beatMillis)
Sets the period of one beat
|
Modifier and Type | Method and Description |
---|---|
default void |
Tempo.Listener.onBeat(Tempo tempo,
int beat) |
default void |
Tempo.Listener.onMeasure(Tempo tempo) |
LX library by Mark C. Slee. © 2012-2020