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
Search found 4 matches
- Mon Nov 22, 2010 9:18 am
- Forum: FV-1 software questions
- Topic: ramp questions
- Replies: 1
- Views: 6134
- Mon Mar 08, 2010 3:54 pm
- Forum: Algorithm development
- Topic: slow gear
- Replies: 11
- Views: 26142
- 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
- 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
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