Package | Description |
---|---|
heronarts.lx |
Core LX engine and component functionality.
|
heronarts.lx.effect |
Layer components that mutate existing buffers with standardized enable/disable.
|
heronarts.lx.modulator |
Utility abstraction for values that vary over time.
|
Modifier and Type | Method and Description |
---|---|
static Tempo.Division |
Tempo.Division.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Tempo.Division[] |
Tempo.Division.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
double |
Tempo.getBasis(Tempo.Division division)
Gets the basis of the tempo, relative to a tempo division.
|
double |
Tempo.getBasis(Tempo.Division division,
boolean mod)
Gets the basis of the tempo, relative to a division.
|
Modifier and Type | Field and Description |
---|---|
EnumParameter<Tempo.Division> |
StrobeEffect.tempoDivision |
Modifier and Type | Field and Description |
---|---|
EnumParameter<Tempo.Division> |
LXPeriodicModulator.tempoDivision |
LX library by Mark C. Slee. © 2012-2020