mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-15 19:16:40 +01:00
prototyping mouse-drag-paint velocity
This commit is contained in:
parent
31de7e93bf
commit
6d4bbae48c
4 changed files with 110 additions and 0 deletions
|
|
@ -46,8 +46,14 @@ public:
|
|||
int y_position_to_velocity (double y) const;
|
||||
|
||||
private:
|
||||
bool dragging;
|
||||
|
||||
bool base_event (GdkEvent*);
|
||||
bool lollevent (GdkEvent*, MidiGhostRegion::GhostEvent*);
|
||||
void set_size_and_position (MidiGhostRegion::GhostEvent&);
|
||||
void lollis_close_to_x (int x, double distance, std::vector<NoteBase*>& events);
|
||||
void desensitize_lollis ();
|
||||
void sensitize_lollis ();
|
||||
};
|
||||
|
||||
#endif /* __gtk_ardour_velocity_region_view_h__ */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue