summaryrefslogtreecommitdiff
path: root/libs
diff options
context:
space:
mode:
Diffstat (limited to 'libs')
-rw-r--r--libs/ardour/tempo.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/ardour/tempo.cc b/libs/ardour/tempo.cc
index 646a15b6f3..f7aebeb0bc 100644
--- a/libs/ardour/tempo.cc
+++ b/libs/ardour/tempo.cc
@@ -1941,7 +1941,7 @@ TempoMap::check_solved (const Metrics& metrics) const
/* gradient limit - who knows what it should be?
things are also ok (if a little chaotic) without this
*/
- if (fabs (prev_t->c_func()) > 200.0) {
+ if (fabs (prev_t->c_func()) > 1000.0) {
//std::cout << "c : " << prev_t->c_func() << std::endl;
return false;
}