From 465f647f6b495ed66389e878a2c3dff3c1055e9d Mon Sep 17 00:00:00 2001 From: iqhater Date: Thu, 15 Mar 2018 19:50:58 +0300 Subject: [PATCH] added EasyMIDI library to awesome-go list (#1834) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index fbbb31d5..ae31fa09 100644 --- a/README.md +++ b/README.md @@ -93,6 +93,7 @@ Please take a quick gander at the [contribution guidelines](https://github.com/a *Libraries for manipulating audio.* +* [EasyMIDI](https://github.com/algoGuy/EasyMIDI) - EasyMidi is a simple and reliable library for working with standard midi file (SMF). * [flac](https://github.com/eaburns/flac) - Native Go FLAC decoder. * [flac](https://github.com/mewkiz/flac) - Native Go FLAC decoder. * [gaad](https://github.com/Comcast/gaad) - Native Go AAC bitstream parser.