Search found 4 matches

by Mel
Mon Nov 22, 2010 9:18 am
Forum: FV-1 software questions
Topic: ramp questions
Replies: 1
Views: 6134

ramp questions

Trying to get a ramp that rises for half a cycle and stays at maximum for
the second half, something like this:
__ __ __ __
/ | / | / | / |
/ |/ |/ |/ |

also, how do you offset a ramp by half a cycle?

thnx
by Mel
Mon Mar 08, 2010 3:54 pm
Forum: Algorithm development
Topic: slow gear
Replies: 11
Views: 26142

thnx guys(!!!),

livingston, tried using your coefficients but as far as can Tell what
i get is the regular instrument sound

donstavely, im afraid your code is beyond my level of understanding right now so sadly i plan to keep on struggling with something simpler :cry:
by Mel
Mon Mar 08, 2010 1:52 pm
Forum: Algorithm development
Topic: slow gear
Replies: 11
Views: 26142

not easy being a newbie

So, I tried something like this but I'm pretty stuck at this point since It really does nothing: ______________________________ fil equ reg0 inverse equ reg1 rdax adcl,1.0 ABSA RDFX fil,1 WRLX fil,1 SOF -1,0.999 wrax inverse ,0 rdax adcl,1.0 ; Read ADC left mulx inverse wrax dacl,0 ; write to DAC left
by Mel
Sat Mar 06, 2010 12:42 pm
Forum: Algorithm development
Topic: slow gear
Replies: 11
Views: 26142

slow gear

Hey, Just got into programming the FV-1 and I'm looking for advice
on how to implement a swell/slow gear effect

the general idea is to trigger a ramp envelope when a certain
input threshold is reached?

thnx