Hi there,
I am about to propose a patch for the "distort0r" effect
adding a new 'velocity' parameter controling ... the speed
of the sinus wave.
https://github.com/d-j-a-y/frei0r/commit/f122c70b94c47395d8a4c2eeee3ae699c3093a5a
Without a default value set, there is a kind of "visual
compatibility" break : new version of the effect is slower,
to reach the current (v1.5) visual effect of distort0r
(and no adding "visual compatibility" break) the new parameter
should be set to 80% (0.8).
1) Any idea about the default parameter value ?
Or maybe i can add a second (bool) parameter :
False - old behavior (based on time)
True - new behavior (based on velocity) .
2) What do you think/prefer?
See'ya!
--