From e677dd1808246462b67efd6ba000efc0de59dc4e Mon Sep 17 00:00:00 2001 From: Pim Kunis Date: Mon, 12 Oct 2020 21:07:28 +0200 Subject: [PATCH] Update readme with acknowledgements. --- README.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index b3e7bdd..cc99741 100644 --- a/README.md +++ b/README.md @@ -54,4 +54,12 @@ Then load the events, and play them! ```elixir iex> MIDIPlayer.generate_schedule([piano, change, violin1, violin2], 3000) iex> MIDIPlayer.play() -``` \ No newline at end of file +``` + +## Thanks + +This project uses [MIDISynth](https://github.com/fhunleth/midi_synth) +for generating MIDI commands and operating the FluidSynth synthesizer. +It also uses [Timex](https://github.com/bitwalker/timex) +for timing related functionality. +Inspiration from [Beats](https://github.com/mtrudel/beats). \ No newline at end of file