aboutsummaryrefslogtreecommitdiff
path: root/lib/elements/timer.mli
diff options
context:
space:
mode:
Diffstat (limited to 'lib/elements/timer.mli')
-rwxr-xr-xlib/elements/timer.mli11
1 files changed, 11 insertions, 0 deletions
diff --git a/lib/elements/timer.mli b/lib/elements/timer.mli
new file mode 100755
index 0000000..0509ad0
--- /dev/null
+++ b/lib/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