Update readme with acknowledgements.

This commit is contained in:
Pim Kunis 2020-10-12 21:07:28 +02:00
parent 4ca35fa411
commit e677dd1808

View file

@ -54,4 +54,12 @@ Then load the events, and play them!
```elixir
iex> MIDIPlayer.generate_schedule([piano, change, violin1, violin2], 3000)
iex> MIDIPlayer.play()
```
```
## 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).