Needed to find an unzexy replacement for [>~] -- this is the best I could do.
Is there a non-expr~ way to do floor()
? For performance.
hjh
unzexy signal comparators
Needed to find an unzexy replacement for [>~] -- this is the best I could do.
Is there a non-expr~ way to do floor()
? For performance.
hjh
@ddw_music In Vanilla you could try [max~] which sets a floor.....
Followed by a multiplier to get faster rise and fall times...... then [clip~] it to get a square wave and then shift it [-~] to sit it where you want should give close to [>~].
David.
@whale-av Ok, I think I see it. Probably would have to subtract the operand, max~ against 0, multiply and clip.
I'm a bit curious what was the reason why signal comparators didn't make the cut (not a fundamental enough operation to be included in vanilla)... but I guess it's not really that important a question.
hjh
Oops! Looks like something went wrong!