Lib.numbers.floats.process¶
Operators¶
- AmplifyValues — A helper that smooths or amplifies a value list over time. This can be used to extract beats in an audio spectrum.
- AnalyzeFloatList
- ColorListToInts — Converts a color list into to a list of integer values.
- CombineFloatLists
- CompareFloatLists — Compares two float lists and returns the difference as normalized value.
- DampFloatList — Damps (i.e., smoothens or filters) every value in an incoming float list.
- DampPeakDecay — Compares the current input value to the current damped value. If the input value is great, it is immediately used and no damping applied.
- DefineIqGradient — A simple procedural method to define a gradient established by Inigo Quelez.
- DeltaSinceLastFrame — Returns the change of the value during the last frame (or a given smoothing average).
- KeepFloatValues — Builds a list of float values (e.g., a cycle buffer) but collects float values at the beginning of the list.
- MergeFloatLists — Merges multiple lists of floats into a single list.
- RemapFloatList — Remaps a list of float values from an input range to an output range.
- SmoothValues — Smooths a list of values by applying a smoothing window.
- SumRange — Takes a
and sums up the values of the given index range limits. - ValuesToTexture — Converts a list of values into pixels of a texture in real time.
- ValuesToTexture2 — An upgrade version to convert a list of float value lists to a texture.
Auto-generated from the operator library.