aboutsummaryrefslogtreecommitdiff
path: root/events/timer.mli
diff options
context:
space:
mode:
authorSébastien Dailly <sebastien@chimrod.com>2020-12-23 19:11:31 +0100
committerSébastien Dailly <sebastien@chimrod.com>2020-12-23 19:11:31 +0100
commitec812521b31471ce9ac3d9bdf1288b1569defbc8 (patch)
treed384c959b9e9bb2a04141ab56077026fe6e7c7f3 /events/timer.mli
parent6354358caa1dfbf2fe1d481f6ac5fba3775938fc (diff)
Add svg output
Diffstat (limited to 'events/timer.mli')
-rwxr-xr-xevents/timer.mli11
1 files changed, 0 insertions, 11 deletions
diff --git a/events/timer.mli b/events/timer.mli
deleted file mode 100755
index 0509ad0..0000000
--- a/events/timer.mli
+++ /dev/null
@@ -1,11 +0,0 @@
-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