Credit Andrew - fix vorbis audio which was scratchy and ensure aging plugin does...
[goodguy/cinelerra.git] / cinelerra-5.1 / cinelerra / scopewindow.inc
index a23cb5cf9da2b0d0ff638ea018fde175026550df..dcd4e4e04d0df4cc757dfef7d662f45bc7b2df6f 100644 (file)
@@ -1,33 +1,23 @@
-/*
- * CINELERRA
- * Copyright (C) 1997-2011 Adam Williams <broadcast at earthling dot net>
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as published by
- * the Free Software Foundation; either version 2 of the License, or
- * (at your option) any later version.
- *
- * This program is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
- * GNU General Public License for more details.
- *
- * You should have received a copy of the GNU General Public License
- * along with this program; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
- *
- */
-
 #ifndef SCOPEWINDOW_INC
 #define SCOPEWINDOW_INC
 
-
-class ScopeGUI;
+class ScopePackage;
+class ScopeUnit;
 class ScopeEngine;
-
-
+class ScopePanel;
+class ScopeWaveform;
+class ScopeVectorscope;
+class ScopeHistogram;
+class ScopeScopesOn;
+class ScopeMenu;
+class ScopeGratPaths;
+class ScopeGratItem;
+class ScopeSettings;
+class ScopeGainReset;
+class ScopeGainSlider;
+class ScopeGain;
+class ScopeWaveSlider;
+class ScopeVectSlider;
+class ScopeGUI;
 
 #endif
-
-
-