mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-15 19:16:40 +01:00
Add scroll-wheel support to RT Analyzer
This commit is contained in:
parent
24e8784719
commit
635fcdc206
2 changed files with 33 additions and 0 deletions
|
|
@ -56,6 +56,7 @@ private:
|
|||
bool darea_button_press_event (GdkEventButton*);
|
||||
bool darea_button_release_event (GdkEventButton*);
|
||||
bool darea_motion_notify_event (GdkEventMotion*);
|
||||
bool darea_scroll_event (GdkEventScroll*);
|
||||
bool darea_leave_notify_event (GdkEventCrossing*);
|
||||
|
||||
void set_rta_speed (ARDOUR::DSP::PerceptualAnalyzer::Speed);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue