mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-15 19:16:40 +01:00
implement copy-drag for MIDI notes.
Probably some corner cases to be fixed, but pretty functional and largely modelled on existing code (paste, drag, step add note etc.)
This commit is contained in:
parent
4a03572cd9
commit
8dedea5ffa
4 changed files with 196 additions and 53 deletions
|
|
@ -567,6 +567,7 @@ class NoteDrag : public Drag
|
|||
double _cumulative_dy;
|
||||
bool _was_selected;
|
||||
double _note_height;
|
||||
bool _copy;
|
||||
};
|
||||
|
||||
class NoteCreateDrag : public Drag
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue