mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 23:05:04 +01:00
reset individual route's peak display
This commit is contained in:
parent
d8477de0ab
commit
f1f84140e7
6 changed files with 24 additions and 3 deletions
|
|
@ -28,6 +28,7 @@
|
|||
|
||||
#include <sigc++/signal.h>
|
||||
extern sigc::signal<void> ResetAllPeakDisplays;
|
||||
extern sigc::signal<void,ARDOUR::Route*> ResetRoutePeakDisplays;
|
||||
extern sigc::signal<void,ARDOUR::RouteGroup*> ResetGroupPeakDisplays;
|
||||
|
||||
cairo_pattern_t* meter_render_ticks (Gtk::Widget& w, std::vector<ARDOUR::DataType> types);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue