Create readme.

This commit is contained in:
Pim Kunis 2020-10-12 21:00:31 +02:00
parent db2a5c0676
commit 4ca35fa411
2 changed files with 52 additions and 13 deletions

View file

@ -5,6 +5,9 @@ defmodule MIDIPlayer do
A GenServer for playing a schedule of MIDI commands at predefined times.
"""
# TBD: I think cancelling the timer could introduce a race condition.
# Could maybe match timer's reference to saved one?
@type schedule :: [{non_neg_integer(), binary()}]
# Client API