mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-24 07:27:44 +01:00
First draft of the EQ visualization system. Now force fed to all plugin UIs.
git-svn-id: svn://localhost/ardour2/branches/3.0@3958 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
b3634a723d
commit
d9106e99a4
10 changed files with 905 additions and 35 deletions
|
|
@ -107,9 +107,7 @@ class AudioStreamView;
|
|||
class ControlPoint;
|
||||
class SoundFileOmega;
|
||||
class RhythmFerret;
|
||||
#ifdef FFT_ANALYSIS
|
||||
class AnalysisWindow;
|
||||
#endif
|
||||
|
||||
/* <CMT Additions> */
|
||||
class ImageFrameView;
|
||||
|
|
@ -261,11 +259,9 @@ 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 */
|
||||
|
||||
|
|
@ -1284,9 +1280,7 @@ class Editor : public PublicEditor
|
|||
void build_interthread_progress_window ();
|
||||
ARDOUR::InterThreadInfo* current_interthread_info;
|
||||
|
||||
#ifdef FFT_ANALYSIS
|
||||
AnalysisWindow* analysis_window;
|
||||
#endif
|
||||
|
||||
/* import specific info */
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue