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
Fixed initialisation of tf in file_open(). Without setting the memory to 0,
[cinelerra_cv/mob.git]
/
plugins
/
synthesizer
/
synthesizer.inc
blob
eecc2bdec174d81690e2297af4e89b74fb3023ea
1
#ifndef SYNTHESIZER_INC
2
#define SYNTHESIZER_INC
3
4
5
6
class Synth;
7
class SynthOscillator;
8
9
10
11
#endif