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