From ec812521b31471ce9ac3d9bdf1288b1569defbc8 Mon Sep 17 00:00:00 2001 From: Sébastien Dailly Date: Wed, 23 Dec 2020 19:11:31 +0100 Subject: Add svg output --- elements/timer.mli | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100755 elements/timer.mli (limited to 'elements/timer.mli') diff --git a/elements/timer.mli b/elements/timer.mli new file mode 100755 index 0000000..0509ad0 --- /dev/null +++ b/elements/timer.mli @@ -0,0 +1,11 @@ +open Brr_note_kit + +type t + +val create : unit -> t * Time.span Note.E.t + +val start: t -> float -> unit + +val stop: t -> unit + +val delay : t -> float -- cgit v1.2.3