mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-15 19:16:40 +01:00
automation drawing: thinning does not work well with snapped-drawn lines
Also, adding points to a ControlList can fail and that's OK
This commit is contained in:
parent
caa278ae55
commit
c584bfd374
4 changed files with 16 additions and 14 deletions
|
|
@ -154,7 +154,7 @@ public:
|
|||
};
|
||||
|
||||
typedef std::vector<DrawnPoint> DrawnPoints;
|
||||
void merge_drawn_line (DrawnPoints const &);
|
||||
void merge_drawn_line (DrawnPoints const &, bool thin);
|
||||
|
||||
protected:
|
||||
/* Note that for MIDI controller "automation" (in regions), all of these
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue