mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-30 08:53:08 +01:00
third part of the logic fix for percussive note trimming
This commit is contained in:
parent
3cfc873914
commit
170aee13eb
1 changed files with 3 additions and 0 deletions
|
|
@ -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;
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue