nysthi / nysthi

158 stars 23 forks source link

slow slope generator #137

Open joopvdl opened 5 years ago

joopvdl commented 5 years ago

I was making a patch today, and I wanted my filters to gradually open during the patch. I tried seriously slow lfo by frozen wasteland, but that goes up, and then down again, and then into negative, so that wasn't really what I wanted. Then I wanted different slopes (gradually the first minute, then a bit more, etc) So I was thinking, what about a thing that can be really slow. We need a few stages (let's say 8), we need time, and we need slope shape per stage (log, exp, lin). And end value, per slope. Maybe start value for the first one. And trigger in, of course. Maybe reset. It will function and/or (maybe) a bit like the DX7 env. To me, only positive values (0-10V) would be fine. But maybe someone wants negative vibrations (yeah) (that's a Bob Marley quote) (sort of)

nysthi commented 5 years ago

there is something similare already in PHASOR what do you want is a KeyFramer module able to do any number of keyframes with any number of voltages, with any time to travel from a KF to another and you want no interpolation, LINEAR interpolation, squared interpolation or biquadratic interpolation between steps

nysthi commented 5 years ago

a monster multi segmented Envelope

joopvdl commented 5 years ago

sounds great to me!

On Fri, 25 Jan 2019, 17:07 nysthi <notifications@github.com wrote:

a monster multi segmented Enveloper

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/nysthi/nysthi/issues/137#issuecomment-457623331, or mute the thread https://github.com/notifications/unsubscribe-auth/AfyGGXv11i6gZ4enxe1NErKIy_AqAjyuks5vGyuygaJpZM4aOxxF .

nysthi commented 5 years ago

I like it too! I have to investigate