third part of the logic fix for percussive note trimming
authorPaul Davis <paul@linuxaudiosystems.com>
Fri, 7 Mar 2014 16:24:06 +0000 (11:24 -0500)
committerPaul Davis <paul@linuxaudiosystems.com>
Fri, 7 Mar 2014 16:24:06 +0000 (11:24 -0500)
gtk2_ardour/hit.h

index 0ce1c93634397b13d268e8d1238c5111ae859567..0a02501606b0830f92749e9c1d790aea0cea14ab 100644 (file)
@@ -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;
 };