repo.or.cz
/
cinelerra_cv
/
mob.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
r123: Merged HEAD and TEST. New stuff shall be committed to HEAD from now on.
[cinelerra_cv/mob.git]
/
plugins
/
synthesizer
/
synthwindow.inc
blob
ff62ef22cd84ac8582341471c59d4832828885a3
1
#ifndef SYNTHWINDOW_INC
2
#define SYNTHWINDOW_INC
3
4
5
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;
21
22
#define OSCILLATORHEIGHT 40
23
24
25
#endif