summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/inputprocessor.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/inputprocessor.cc b/src/inputprocessor.cc
index 285daaa..c7ec4b4 100644
--- a/src/inputprocessor.cc
+++ b/src/inputprocessor.cc
@@ -369,7 +369,7 @@ if(event.offset >= 1000000) // quick hack: added 1000000 to offset to transport
}
else
{
- applyChoke(settings, event_sample, 68, event.offset);
+ applyChoke(settings, event_sample, 450, event.offset);
}
}
}