From b6efb1fdd9efff6b2067c1abfb0621111b387022 Mon Sep 17 00:00:00 2001 From: Sampo Savolainen Date: Sun, 12 Mar 2006 22:35:39 +0000 Subject: Make FFT easier to use. right click on a range selection or a region and in the range/region submenu you should find a "Analyze range/region" entry. git-svn-id: svn://localhost/trunk/ardour2@385 d708f5d6-7413-0410-9779-e7cbd77b26cf --- gtk2_ardour/analysis_window.cc | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'gtk2_ardour/analysis_window.cc') diff --git a/gtk2_ardour/analysis_window.cc b/gtk2_ardour/analysis_window.cc index a26186ab42..6c8e569822 100644 --- a/gtk2_ardour/analysis_window.cc +++ b/gtk2_ardour/analysis_window.cc @@ -200,6 +200,12 @@ AnalysisWindow::clear_tracklist() tlmodel->clear(); } +void +AnalysisWindow::analyze() +{ + analyze_data(&refresh_button); +} + void AnalysisWindow::analyze_data (Gtk::Button *button) { -- cgit v1.2.3