projects
/
Faustine.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Add sinwave, fft and fft2d examples.
[Faustine.git]
/
interpretor
/
main.ml
diff --git
a/interpretor/main.ml
b/interpretor/main.ml
index
a99a7a5
..
8637875
100644
(file)
--- a/
interpretor/main.ml
+++ b/
interpretor/main.ml
@@
-32,7
+32,7
@@
let path_dsp = ref "";;
let size_input = ref 0;;
let inputs = ref [];;
let time_max = ref 0xFFFF;;
-let dir_output = ref "
../output_sounds/
";;
+let dir_output = ref "";;
let format_output = ref "wav";;
let basename_output = ref "output";;