Search found 2 matches

by curt
Sat Nov 17, 2012 7:48 am
Forum: Algorithm development
Topic: Reading from the middle of a delay
Replies: 6
Views: 8207

veqtor wrote:I can do rdax delL,1 but when I try delR I get
<0000>[ Pass 2] [ 1006] Line: 37 "rdax delR,1 " - ERROR:Address register out of range - REG

It only works when i set the delays to really small like 40.
rdax reads from registers. You want to use rda for delay lines.
by curt
Sat Jan 02, 2010 9:21 pm
Forum: Algorithm development
Topic: Lowpass with resonance
Replies: 16
Views: 23082

The filter works by itself but when I add the feedback code it just acts like a volume control. I thought I would just need to multiply the output of the last pole by a negative, then add it to ADCR and put into the first pole input. In the analog Moog filter the feedback creates a delay-free loop,...