- Type
- Audio Effect
- Author
- mganss
- Version
- 1.2.2
- License
- None
- Live version
- 10.0.5
- Max version
- 8.0.0
- Downloads
- 6,837
- Updated
- 2020-06-18
Description
LFOi is another fork of Live's LFO device. It adds more options to the random mode:
- Interpolation modes: Linear, Cosine, Cubic, Spline, Hermite (courtesy of the wave~ object)
- Random walk mode with configurable step size
- Fold modes clip, wrap, and fold for random walk (pong~ object)
- Configurable output rate (downsampling) for lower CPU usage
- Additional steps for beat-synced rate (stolen from LFO10 by Lokua ;)
The bias and tension parameters are only relevant when the Hermite interpolation mode is selected.
The step size parameter is only relevant when random walk mode is selected.
In random walk mode, successive random values are either a step up or down from the previous value or stay the same, e.g. if the current value is 0.5 and step size is 0.1, the next value will be either 0.4, 0.5, or 0.6.
Fold mode selects what happens in random walk mode if the value exceeds the range: In clip mode the value will be set to either the max or min value (e.g. if the next value would be 1.1, it will be set to 1.0). In fold mode, the value will be "folded back" into the range of valid values (e.g. if the next value would be 1.1, it will be set to 0.9). In wrap mode, the value will wrap around (e.g. if the next value would be 1.1, it will be set to 0.1).
Comments (18)
Did it moved every max patch to my download folder ?
Did it copied them ?
cool random feature on this LFO...would be even cooler if the setup for the random LFO was on a "flip-out" page so that we could still see the oscilloscope when changing modes and interpolation.
And no, there's no way to put it all back UGH. What a mess.
Could you also explain the different parameters in random mode?
@hatyn I can't repro. Which version of Live are you using? Can you provide steps to repro (preferably based on a fresh set)?
But it does indeed copy files it uses (to the downloads folder in this case), being the icons it uses, MapButton.maxpat, multimap, Advanced Settings.maxpat... Not sure to install the device to my MaxForLive folder, afraid of the trouble it might bring.
I'm using Max 8.1.3, and the latest Ableton, 10.1.14. How can I help with a repro?
I have a feeling some of the subcurves seem to be misbehaving. For example, there seems to be an excess of sharp "v shaped" blips on the otherwise smooth spline curve. It feels like it may be a bug in your code. Perhaps one of your spline points has a incorrect +/-?