variable xover
Posted: Sun Feb 07, 2010 2:44 pm
I try to vary the kfl values of act xover example ,but I got an error message like ;cofficient out of range
equ kfl reg26 ;XOVER low freq
equ kql 0.5 ;XOVER low q
equ kfh 0.6 ;XOVER high freq
equ kqh 0.85 ;XOVER high q
equ kflext 0.01 ;bass extension frequency
equ kshext -0.5 ;bass extension shelf[/quote]
;prepare pots for control:
rdax POT0, 1.0
sof 0.48, 0.01
wrax kfl, 0
I gave different numbers as a coifficient without pot control ,than it worked.I think there is a different way to vary freq.Does someone know...
I try to change;original;
equ kfl 0.48 ;XOVER low freq
equ kql 0.5 ;XOVER low q
equ kfh 0.6 ;XOVER high freq
equ kqh 0.85 ;XOVER high q
equ kflext 0.01 ;bass extension frequency
equ kshext -0.5 ;bass extension shelf
equ kfl reg26 ;XOVER low freq
equ kql 0.5 ;XOVER low q
equ kfh 0.6 ;XOVER high freq
equ kqh 0.85 ;XOVER high q
equ kflext 0.01 ;bass extension frequency
equ kshext -0.5 ;bass extension shelf[/quote]
;prepare pots for control:
rdax POT0, 1.0
sof 0.48, 0.01
wrax kfl, 0
I gave different numbers as a coifficient without pot control ,than it worked.I think there is a different way to vary freq.Does someone know...