From 9e7f27c60a425e2baa67cd459d8509a43b1d123d Mon Sep 17 00:00:00 2001 From: Sébastien Dailly Date: Tue, 8 Aug 2023 10:40:52 +0200 Subject: Update to brr 0.0.6 --- lib/elements/timer.mli | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) (limited to 'lib/elements/timer.mli') diff --git a/lib/elements/timer.mli b/lib/elements/timer.mli index 0509ad0..384243c 100755 --- a/lib/elements/timer.mli +++ b/lib/elements/timer.mli @@ -1,11 +1,8 @@ -open Brr_note_kit +open Note_brr_kit type t val create : unit -> t * Time.span Note.E.t - -val start: t -> float -> unit - -val stop: t -> unit - +val start : t -> float -> unit +val stop : t -> unit val delay : t -> float -- cgit v1.2.3