summaryrefslogtreecommitdiff
path: root/gtk2_ardour/hit.h
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2014-03-07 11:24:06 -0500
committerPaul Davis <paul@linuxaudiosystems.com>2014-03-07 11:24:06 -0500
commit170aee13ebc48a8b47733e189d11ad7e29cdc426 (patch)
tree35ef9b179a1719d130f697b4e72a4a3cb5210563 /gtk2_ardour/hit.h
parent3cfc873914615df4d1aed002ec6120a336123ba3 (diff)
third part of the logic fix for percussive note trimming
Diffstat (limited to 'gtk2_ardour/hit.h')
-rw-r--r--gtk2_ardour/hit.h3
1 files changed, 3 insertions, 0 deletions
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;
};