prevent livelock on NaN, inf control parameters - fixes #6789
authorRobin Gareus <robin@gareus.org>
Fri, 26 Feb 2016 13:51:06 +0000 (14:51 +0100)
committerRobin Gareus <robin@gareus.org>
Fri, 26 Feb 2016 13:51:06 +0000 (14:51 +0100)
commit1bee17d3b9cb8effbe59518742b06dff3bc1a4f8
tree5887504c2c16c62866f5cd1c9bda590638c424d9
parent394e36522e5953b506841b682aa47da3f1e57945
prevent livelock on NaN, inf control parameters - fixes #6789

|: Gtk::Adjustment::value_changed  AutomationControl::set_value Controllable::Changed
GUI Event Loop  Gtk::Adjustment::set_value :|

TODO: check portability of `isfinite ()`
libs/ardour/automation_control.cc