summaryrefslogtreecommitdiff
path: root/gtk2_ardour/mixer_ui.h
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2019-07-17 22:57:30 +0200
committerRobin Gareus <robin@gareus.org>2019-07-17 22:57:30 +0200
commit9cd1fd9e4aba0aeebb2271156be36890b4274eaf (patch)
tree281bb54318a79c631aa63dc53fdd5e3464b246b4 /gtk2_ardour/mixer_ui.h
parent90cf829f67e954548957aca54102619c66890050 (diff)
Prepare screenshot of all mixer-strips
This will allow to create a PNG of all mixer-strips, even those currently off-screen due to scrolling. It currently shows the main scroll-pane page only (master-bus, VCAs are not included). This method is not yet exposed.
Diffstat (limited to 'gtk2_ardour/mixer_ui.h')
-rw-r--r--gtk2_ardour/mixer_ui.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/gtk2_ardour/mixer_ui.h b/gtk2_ardour/mixer_ui.h
index 5e0a25e925..85197b991d 100644
--- a/gtk2_ardour/mixer_ui.h
+++ b/gtk2_ardour/mixer_ui.h
@@ -147,6 +147,8 @@ public:
void showhide_mixbusses (bool on);
#endif
+ void screenshot (std::string const&);
+
protected:
void set_axis_targets_for_operation ();
ARDOUR::AutomationControlSet selected_gaincontrols ();