mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-15 19:16:40 +01:00
When creating notes with the pencil tool, make them 1 frame shorter than the grid subdivision to prevent overlaps. Fixes #3237.
git-svn-id: svn://localhost/ardour2/branches/3.0@7281 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
6c19e1c7ea
commit
c4e6b368ae
2 changed files with 11 additions and 5 deletions
|
|
@ -169,7 +169,7 @@ class MidiRegionView : public RegionView
|
|||
void end_write();
|
||||
void extend_active_notes();
|
||||
|
||||
void create_note_at(double x, double y, double length);
|
||||
void create_note_at(double x, double y, double length, bool);
|
||||
|
||||
void display_model(boost::shared_ptr<ARDOUR::MidiModel> model);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue