Module Waves.Config
type t={mutable wave_width : Import.int;mutable wave_height : Import.int;mutable start_cycle : Import.int;mutable start_signal : Import.int;mutable wave_cursor : Import.int;mutable signal_cursor : Import.int;mutable signal_scroll : Import.int;mutable value_scroll : Import.int;}
val sexp_of_t : t -> Ppx_sexp_conv_lib.Sexp.t
val default : t