r123: Merged HEAD and TEST. New stuff shall be committed to HEAD from now on.
[cinelerra_cv/mob.git] / plugins / synthesizer / synthwindow.inc
blobff62ef22cd84ac8582341471c59d4832828885a3
1 #ifndef SYNTHWINDOW_INC
2 #define SYNTHWINDOW_INC
6 class SynthThread;
7 class SynthOscGUI;
8 class SynthOscGUILevel;
9 class SynthOscGUIPhase;
10 class SynthOscGUIFreq;
11 class SynthWindow;
12 class SynthFreqPot;
13 class SynthCanvas;
14 class SynthWaveForm;
15 class SynthBaseFreq;
16 class SynthMenu;
17 class SynthClear;
18 class SynthSubWindow;
19 class SynthScroll;
20 class SynthClear;
22 #define OSCILLATORHEIGHT 40
25 #endif