summaryrefslogtreecommitdiffhomepage
path: root/ftnoir_filter_accela
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2015-07-02 07:57:44 +0200
committerStanislaw Halik <sthalik@misaki.pl>2015-07-03 04:56:04 +0200
commit54dd13ffc6c16a149a55c75ce3dd3724fc8684b4 (patch)
tree3bf55b1383fda2512b17175a8c3259a817a5dcad /ftnoir_filter_accela
parent23c4bd03b66d8d49d1c7cf343dfe016506332b94 (diff)
accela: start with zero gain
Diffstat (limited to 'ftnoir_filter_accela')
-rw-r--r--ftnoir_filter_accela/ftnoir_filter_accela.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/ftnoir_filter_accela/ftnoir_filter_accela.cpp b/ftnoir_filter_accela/ftnoir_filter_accela.cpp
index 5a042f81..4546cd78 100644
--- a/ftnoir_filter_accela/ftnoir_filter_accela.cpp
+++ b/ftnoir_filter_accela/ftnoir_filter_accela.cpp
@@ -20,7 +20,7 @@ static constexpr double rot_gains[][2] = {
{ 3, 5 },
{ 2, 1.4 },
{ 1, .4 },
- { 0, .2 },
+ { 0, 0 },
{ -1, 0 }
};
static constexpr double trans_gains[][2] = {
@@ -29,7 +29,7 @@ static constexpr double trans_gains[][2] = {
{ 3, 20 },
{ 2, 5 },
{ 1, .7 },
- { 0, .1 },
+ { 0, 0 },
{ -1, 0 }
};