projects
/
Faustine.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Adding new source file faustio.ml, including class waveio and class csvio.
[Faustine.git]
/
interpretor
/
main.ml
diff --git
a/interpretor/main.ml
b/interpretor/main.ml
index
b703a72
..
54b7265
100644
(file)
--- a/
interpretor/main.ml
+++ b/
interpretor/main.ml
@@
-28,7
+28,7
@@
let io_macro_to_string m = match m with
| Input_Route_string -> ""
| Output_Route_string -> "../output_sounds/"
| Dsp_Route_string -> "";;
-
+
(** val set_GC : unit -> unit *)
let set_GC () =