summaryrefslogtreecommitdiff
path: root/gtk2_ardour/midi_region_view.h
diff options
context:
space:
mode:
authorCarl Hetherington <carl@carlh.net>2011-12-30 13:41:16 +0000
committerCarl Hetherington <carl@carlh.net>2011-12-30 13:41:16 +0000
commit42aea0b9fd7877420b58233c7c5979c04a02b1f1 (patch)
tree863d264d1d4a93465ea276b2ee2f75547120f5c8 /gtk2_ardour/midi_region_view.h
parent976e16340615caa446bf2d1987ced37118e249b3 (diff)
Clean up comments to create_note_at, since it no longers snaps its length parameter. Move the 1 tick shortening out of the method for the same reason. Make sure that create drags make notes with a minimum length of 1 tick (#4600).
git-svn-id: svn://localhost/ardour2/branches/3.0@11116 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/midi_region_view.h')
-rw-r--r--gtk2_ardour/midi_region_view.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk2_ardour/midi_region_view.h b/gtk2_ardour/midi_region_view.h
index b42b7e5a36..6e0a3b4a36 100644
--- a/gtk2_ardour/midi_region_view.h
+++ b/gtk2_ardour/midi_region_view.h
@@ -290,7 +290,7 @@ public:
void trim_front_starting ();
void trim_front_ending ();
- void create_note_at (framepos_t, double, double, bool, bool);
+ void create_note_at (framepos_t, double, double, bool);
protected:
/** Allows derived types to specify their visibility requirements