Package heronarts.lx.modulator
Class LinearEnvelope
- All Implemented Interfaces:
LXComponent.Renamable
,LXLoopTask
,LXPath
,LXSerializable
,LXNormalizedParameter
,LXParameter
,LXParameterListener
This modulator is a simple linear ramp from one value to another over a
specified number of milliseconds.
-
Nested Class Summary
Nested classes/interfaces inherited from class heronarts.lx.modulator.LXModulator
LXModulator.Device, LXModulator.Global, LXModulator.Placeholder
Nested classes/interfaces inherited from class heronarts.lx.LXComponent
LXComponent.Hidden, LXComponent.Renamable
Nested classes/interfaces inherited from interface heronarts.lx.parameter.LXNormalizedParameter
LXNormalizedParameter.OscMode
Nested classes/interfaces inherited from interface heronarts.lx.parameter.LXParameter
LXParameter.Collection, LXParameter.Formatter, LXParameter.Monitor, LXParameter.MultiMonitor, LXParameter.Polarity, LXParameter.Units
Nested classes/interfaces inherited from interface heronarts.lx.LXSerializable
LXSerializable.Utils
-
Field Summary
Fields inherited from class heronarts.lx.modulator.LXPeriodicModulator
looping, tempoDivision, tempoLock, tempoSync
Fields inherited from class heronarts.lx.modulator.LXModulator
crashed, midiFilter
Fields inherited from class heronarts.lx.LXRunnableComponent
runMs, running, trigger
Fields inherited from class heronarts.lx.LXComponent
children, internalParameters, KEY_CHILDREN, KEY_CLASS, KEY_COMPONENT_ID, KEY_ID, KEY_INTERNAL, KEY_PARAMETER_PATH, KEY_PARAMETERS, KEY_PATH, KEY_RESET, label, legacyInternalParameters, legacyParameters, lx, modulationColor, modulationControlsExpanded, modulationsExpanded, parameters, presetFile
Fields inherited from interface heronarts.lx.LXPath
ROOT, ROOT_PREFIX, ROOT_SLASH
-
Constructor Summary
ConstructorDescriptionLinearEnvelope
(double startValue) LinearEnvelope
(double startValue, double endValue, double periodMs) LinearEnvelope
(double startValue, double endValue, LXParameter periodMs) LinearEnvelope
(double startValue, LXParameter endValue, double periodMs) LinearEnvelope
(double startValue, LXParameter endValue, LXParameter periodMs) LinearEnvelope
(LXParameter startValue, double endValue, double periodMs) LinearEnvelope
(LXParameter startValue, double endValue, LXParameter periodMs) LinearEnvelope
(LXParameter startValue, LXParameter endValue, double periodMs) LinearEnvelope
(LXParameter startValue, LXParameter endValue, LXParameter periodMs) LinearEnvelope
(String label, double startValue, double endValue, double periodMs) LinearEnvelope
(String label, double startValue, double endValue, LXParameter periodMs) LinearEnvelope
(String label, double startValue, LXParameter endValue, double periodMs) LinearEnvelope
(String label, double startValue, LXParameter endValue, LXParameter periodMs) LinearEnvelope
(String label, LXParameter startValue, double endValue, double periodMs) LinearEnvelope
(String label, LXParameter startValue, double endValue, LXParameter periodMs) LinearEnvelope
(String label, LXParameter startValue, LXParameter endValue, double periodMs) LinearEnvelope
(String label, LXParameter startValue, LXParameter endValue, LXParameter periodMs) -
Method Summary
Methods inherited from class heronarts.lx.modulator.SawLFO
computeNormalizedBasis, computeNormalizedValue
Methods inherited from class heronarts.lx.modulator.LXRangeModulator
computeBasis, computeValue, getExponent, getNormalized, getNormalizedf, onSetValue, setEndValue, setEndValue, setExponent, setNormalized, setRange, setRange, setRangeFromHereTo, setRangeFromHereTo, setStartValue, setStartValue
Methods inherited from class heronarts.lx.modulator.LXPeriodicModulator
computeValue, disableAutoReset, finished, getBasis, getBasisf, getPeriod, getPeriodf, load, loop, loop, numLoops, onParameterChanged, onReset, randomBasis, save, setBasis, setLooping, setPeriod, setPeriod, updateBasis
Methods inherited from class heronarts.lx.modulator.LXModulator
autostart, disableAutoStart, getCrash, getCrashStackTrace, getFormatter, getIndex, getOscAddress, getOscPath, getPath, getPolarity, getUnits, getValue, isMappingSource, run, setComponent, setFormatter, setIndex, setMappingSource, setPolarity, setUnits, setValue, setValue, updateValue
Methods inherited from class heronarts.lx.LXRunnableComponent
isRunning, onStart, onStop, onTrigger, postRun, reset, start, stop, toggle, trigger
Methods inherited from class heronarts.lx.LXComponent
addArray, addChild, addInternalParameter, addLegacyInternalParameter, addLegacyParameter, addParameter, addParameter, addParameters, contains, copyParameters, dispose, getCategory, getChild, getComponentName, getComponentName, getComponentName, getDescription, getId, getLabel, getLX, getOscLabel, getParameter, getParameters, getParent, handleOscMessage, hasParameter, isValidOscParameter, loadParameters, loadPreset, removeParameter, removeParameter, removeParameter, removeParameter, savePreset, setDescription, setParent, toOscQuery, toOscQuery, toOscQuery, toString, toString
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface heronarts.lx.parameter.LXNormalizedParameter
getBaseNormalized, getBaseNormalizedf, getOscMode, getValueFromNormalized, isWrappable
Methods inherited from interface heronarts.lx.parameter.LXParameter
dispose, getBaseValue, getBaseValuef, getFormatter, getLabel, getParentParameter, getPolarity, getUnits, getValue, getValuef, isMappable, reset, setComponent, setFormatter, setMappable, setValue
Methods inherited from interface heronarts.lx.LXPath
getCanonicalLabel, getCanonicalLabel, getCanonicalPath, getCanonicalPath, getDescription, getParent, getPath, isDescendant
-
Constructor Details
-
LinearEnvelope
public LinearEnvelope(double startValue) -
LinearEnvelope
public LinearEnvelope(double startValue, double endValue, double periodMs) -
LinearEnvelope
-
LinearEnvelope
-
LinearEnvelope
-
LinearEnvelope
-
LinearEnvelope
-
LinearEnvelope
-
LinearEnvelope
-
LinearEnvelope
-
LinearEnvelope
-
LinearEnvelope
-
LinearEnvelope
-
LinearEnvelope
-
LinearEnvelope
-
LinearEnvelope
-
LinearEnvelope
public LinearEnvelope(String label, LXParameter startValue, LXParameter endValue, LXParameter periodMs)
-