mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-07 07:14:56 +01:00
tempo mapping: MappingTwist drag should differentiate between ramped and constant twist
TODO: probably break these into separate ::Drag classes
This commit is contained in:
parent
c452a4816c
commit
ca5e56f98c
3 changed files with 12 additions and 7 deletions
|
|
@ -957,7 +957,8 @@ public:
|
|||
Temporal::TempoPoint& prev,
|
||||
Temporal::TempoPoint& focus,
|
||||
Temporal::TempoPoint& next,
|
||||
XMLNode&);
|
||||
XMLNode&,
|
||||
bool ramped);
|
||||
|
||||
void start_grab (GdkEvent *, Gdk::Cursor* c = 0);
|
||||
void motion (GdkEvent *, bool);
|
||||
|
|
@ -992,6 +993,7 @@ private:
|
|||
|
||||
XMLNode* _before_state;
|
||||
bool _drag_valid;
|
||||
bool _do_ramp;
|
||||
};
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue