tempo mapping: MappingTwist drag should differentiate between ramped and constant twist

TODO:  probably break these into separate ::Drag classes
This commit is contained in:
Ben Loftis 2023-05-17 09:35:24 -05:00
parent c452a4816c
commit ca5e56f98c
3 changed files with 12 additions and 7 deletions

View file

@ -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;
};