Make the FFT Anaylsis optional and disabled by default until further discussion.

git-svn-id: svn://localhost/trunk/ardour2@386 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Tim Mayberry 2006-03-13 03:27:58 +00:00
parent b6efb1fdd9
commit 1dee60510a
4 changed files with 41 additions and 5 deletions

View file

@ -102,7 +102,9 @@ class AutomationSelection;
class MixerStrip;
class StreamView;
class ControlPoint;
#ifdef FFT_ANALYSIS
class AnalysisWindow;
#endif
/* <CMT Additions> */
class ImageFrameView;
@ -226,9 +228,11 @@ class Editor : public PublicEditor
void set_show_measures (bool yn);
bool show_measures () const { return _show_measures; }
#ifdef FFT_ANALYSIS
/* analysis window */
void analyze_region_selection();
void analyze_range_selection();
#endif
/* export */
@ -982,7 +986,10 @@ class Editor : public PublicEditor
void interthread_cancel_clicked ();
void build_interthread_progress_window ();
ARDOUR::InterThreadInfo* current_interthread_info;
#ifdef FFT_ANALYSIS
AnalysisWindow* analysis_window;
#endif
/* import specific info */