Search found 1 match

by noctombule
Mon Dec 02, 2013 2:51 pm
Forum: Algorithm development
Topic: My Tremolo alforithm doesn't work...why??
Replies: 1
Views: 4471

My Tremolo alforithm doesn't work...why??

Hello, I'm a beginner with programming DSP. I try simply to make a tremelo effect. So I began to use an external LFO and plug it in the VC-P1 input an multiply this signal by the left input signal. The code is: equ POT0fil reg0 ldax POT0 ;read pot0 rdfx POT0fil,0.01 ;filter the values wrax POT0fil,0...