aboutsummaryrefslogtreecommitdiffhomepage
path: root/backends/maweb.c
diff options
context:
space:
mode:
Diffstat (limited to 'backends/maweb.c')
-rw-r--r--backends/maweb.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/backends/maweb.c b/backends/maweb.c
index 453dfa4..c495512 100644
--- a/backends/maweb.c
+++ b/backends/maweb.c
@@ -835,10 +835,10 @@ static int maweb_set(instance* inst, size_t num, channel** c, channel_value* v){
}
chan->out = v[n].normalised;
- //i/o value space separation
- chan->in = v[n].normalised;
+ //i/o value space separation & feedback filtering for faders
if(chan->type == exec_fader){
chan->input_blocked = 1;
+ chan->in = v[n].normalised;
}
switch(chan->type){