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