diff options
author | Florian Jung <flo@thinkpad.(none)> | 2010-12-29 16:55:25 +0100 |
---|---|---|
committer | Florian Jung <flo@thinkpad.(none)> | 2010-12-29 16:55:25 +0100 |
commit | 7113f02ae87482211aec5046f9ac46c3cc9ad017 (patch) | |
tree | b6484b45317e7e80567d9902cf94843d227ce30e /synth/defines.cpp |
Initial commit
Diffstat (limited to 'synth/defines.cpp')
-rw-r--r-- | synth/defines.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/synth/defines.cpp b/synth/defines.cpp new file mode 100644 index 0000000..5b94954 --- /dev/null +++ b/synth/defines.cpp @@ -0,0 +1,3 @@ +#include "defines.h" + +float LFO_FREQ_HZ[]=__LFO_FREQ_HZ; |