remove debugging output; properly handle cases in Curve::_get_vector() where the...
authorPaul Davis <paul@linuxaudiosystems.com>
Sun, 2 Dec 2012 00:23:03 +0000 (00:23 +0000)
committerPaul Davis <paul@linuxaudiosystems.com>
Sun, 2 Dec 2012 00:23:03 +0000 (00:23 +0000)
commit8ecabd0d37c7a70c83211e304282f3b39a054b35
tree31f79eef505424ab98ce00901c5ac87184eca60c
parent9e84a2f931e2fb221ddd0ef39ceb3f06923b91f8
remove debugging output; properly handle cases in Curve::_get_vector() where the entire requested range for the vector is either before the first point in the curve (unlikely to happen because we typically add a guard point at zero) or entire after the last point in the curve

git-svn-id: svn://localhost/ardour2/branches/3.0@13582 d708f5d6-7413-0410-9779-e7cbd77b26cf
libs/evoral/src/Curve.cpp