From: Paul Davis Date: Fri, 7 Mar 2014 16:24:06 +0000 (-0500) Subject: third part of the logic fix for percussive note trimming X-Git-Tag: 1.0.0~619 X-Git-Url: https://main.carlh.net/gitweb/?a=commitdiff_plain;h=170aee13ebc48a8b47733e189d11ad7e29cdc426;p=ardour.git third part of the logic fix for percussive note trimming --- diff --git a/gtk2_ardour/hit.h b/gtk2_ardour/hit.h index 0ce1c93634..0a02501606 100644 --- a/gtk2_ardour/hit.h +++ b/gtk2_ardour/hit.h @@ -56,6 +56,9 @@ public: void move_event (double, double); + /* no trimming of percussive hits */ + bool big_enough_to_trim() const { return false; } + private: ArdourCanvas::Polygon* _polygon; };