A big chunk of the fun patching with axoloti for a hardware box, is trying to minimise the amount of controls and fine tuning them. While trying to make a "one knob to many knobs", I found it quite frustrating to calculate the right offset and scale for my signal conversions. So this is my dreamed object :
something like @DrJustice math/offset_scale object but with a kind of limiter too (like @janvantomme math/constrain )
you have one inlet, for your signal : x
and one outlet : X
2 dials for the input limits : a and b
and 2 dials for the output limits : A and B
if x =< a then X=A
if x => b then X=B
it would save a lot of time and allow just a fraction of a value to control a certain range of an other value
So if anyone has the time / envy for such an object, I'll be very thankful
Otherwise, my other dream would be to have an adaptation of the BBcut live algorithmic breakbeats module.
Mdsp @ Smartelectronix did a great vst adaptation for it some years ago : livecut .
I really don't know if it's feasible, difficult or too power demanding, but it would be a great addition to the glitchy module list (and finaly be quite close to @JeromeB sample/beatslicer object)