Search found 3 matches

by thegrinch
Tue Jan 16, 2018 2:43 pm
Forum: FV-1 hardware questions
Topic: Built-In Portamento on Pot Inputs?
Replies: 1
Views: 2780

Built-In Portamento on Pot Inputs?

Hi, I am wondering if there is some sort of built in portamento function on the potentiometer inputs. I am not doing any sort of filtering in code, but I notice a portamento type effect when turning the pots. Please let me know.

Thanks!
by thegrinch
Sun Sep 10, 2017 11:09 am
Forum: FV-1 software questions
Topic: Easy Hard Clip (Max Value) of Accumulator
Replies: 2
Views: 3309

Okay. I assume that is using the fact that the maximum range of the accumulator is +.9999389 to -1.0?
by thegrinch
Wed Sep 06, 2017 10:28 am
Forum: FV-1 software questions
Topic: Easy Hard Clip (Max Value) of Accumulator
Replies: 2
Views: 3309

Easy Hard Clip (Max Value) of Accumulator

Hi, I am looking for a way to easily clip the accumulator at a maximum value (e.g. if(accum > .5){accum = .5}; kind of thing). The MAXX instruction does this nicely for clipping the accumulator to a minimum value, but there is not an accompanying MINX instruction (would have been nice!). I'd imagine...