X-Git-Url: https://scm.cri.ensmp.fr/git/Faustine.git/blobdiff_plain/fc2ec49c325b99370170789886b4be4f43e16d68..b8e89a384896a4f8ce3e1990a10c88e7164af55c:/documentation/Main.html diff --git a/documentation/Main.html b/documentation/Main.html deleted file mode 100644 index 2dcc24f..0000000 --- a/documentation/Main.html +++ /dev/null @@ -1,85 +0,0 @@ - - -
- - - - - - - - - - - - - - - - - -module Main:Module: Interpreter - Description: Input wave -> interpretation -> output wavesig..end
exception Missing_Expression
-type io_macro =
-| |
-
-Input_Route_string |
-
-
-| |
-
-Output_Route_string |
-
-
-| |
-
-Dsp_Route_string |
-
-
val io_macro_to_string : io_macro -> stringval set_GC : unit -> unitval read_input_wave : string array -> int list * float array listread_input_wave argv gets information from command line,
- returns sample rate list and data (in form of float array) list.val write_output_wave : int list -> int list -> float array list -> unitwrite_output_wave channel_numbers sample_rates dataval write_output_txt : int list -> float array list -> unitval main : unit -> unit
\ No newline at end of file