Search found 2 matches

by DamianGr
Wed Jun 12, 2019 3:33 pm
Forum: FV-1 software questions
Topic: Can a triangle LFO be used in chorus?
Replies: 8
Views: 12175

Re: Can a triangle LFO be used in chorus?

Here is my code : mem chordel 4096 equ temp REG16 equ RRR REG17 equ triangle REG18 equ inv_triangle REG19 equ mod_depth REG20 equ in_signal REG0 equ dly1_out REG1 equ dly2_out REG6 equ rate_pot POT0 ;------ Input ;------ Mixer 2:1 RDAX ADCL,1.0000000000 ;read left RDAX ADCR,1.0000000000 ;read right ...
by DamianGr
Wed Jun 12, 2019 2:09 pm
Forum: FV-1 software questions
Topic: Can a triangle LFO be used in chorus?
Replies: 8
Views: 12175

Re: Can a triangle LFO be used in chorus?

Servo uses RMP to get precise data addressed by any address source. Triangle DDS can be used too. You may use RMP1 if RMP0 is used. Or write own DDS and do not use hardware RMPs. DDS LFO example is below. Pot_char - your rate pot, RRR = DDS register. ; some Astronaut-3 snippets or 0x600 ; [Scale] П...