Question about pot skip routines

Software questions and issues with the FV-1

Moderator: frank

Post Reply
stephen21
Posts: 2
Joined: Sun Jun 14, 2015 1:54 pm

Question about pot skip routines

Post by stephen21 »

can I use pot skip routines to change the amplitude of an LFO from one set value to another? for example I want to be able to switch from

wldr rmp0,freq,amp1

to

wldr rmp0,freq,amp2
Digital Larry
Posts: 338
Joined: Mon Nov 12, 2012 1:12 pm
Contact:

Post by Digital Larry »

I think a better way would be to

WRAX RMP0_RANGE, x1
...
WRAX RMP0_RANGE, x2
Last edited by Digital Larry on Sun Jun 14, 2015 6:16 pm, edited 1 time in total.
stephen21
Posts: 2
Joined: Sun Jun 14, 2015 1:54 pm

Post by stephen21 »

Digital Larry wrote:I think a better way would be to

WRAX SIN0_RANGE, x1
...
WRAX SIN0_RANGE, x2
would that be done with pot skip routines?
Digital Larry
Posts: 338
Joined: Mon Nov 12, 2012 1:12 pm
Contact:

Post by Digital Larry »

Well if what you want is to suddenly change the LFO amplitude, yes. I was just suggesting that you write a value directly to the RAMP RANGE (width) register rather than initializing the whole oscillator.
Post Reply