From 21182dd6b58040e395d7b3bd9e7c60229c7ed419 Mon Sep 17 00:00:00 2001 From: Charney Kaye Date: Thu, 17 Mar 2016 00:55:26 -0400 Subject: [PATCH 1/2] add github.com/go-music-theory/music-theory --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index e392f1a3..6fe5d632 100644 --- a/README.md +++ b/README.md @@ -92,6 +92,7 @@ Please take a quick gander at the [contribution guidelines](https://github.com/a * [go-sox](https://github.com/krig/go-sox) - libsox bindings for go. * [go_mediainfo](https://github.com/zhulik/go_mediainfo) - libmediainfo bindings for go. * [mp3](https://github.com/tcolgate/mp3) - A native Go MP# decoder. +* [music-theory](https://github.com/go-music-theory/music-theory) - Music theory models in Go. * [ontomix](https://github.com/go-ontomix/ontomix) - Sequence-based Go-native audio mixer for Music apps. * [PortAudio](https://github.com/gordonklaus/portaudio) - Go bindings for the PortAudio audio I/O library. * [portmidi](https://github.com/rakyll/portmidi) - Go bindings for PortMidi. From 79cc8dc126c3f4fa3f764e351dfb32fe662f64d3 Mon Sep 17 00:00:00 2001 From: Charney Kaye Date: Wed, 30 Mar 2016 21:27:56 -0400 Subject: [PATCH 2/2] go-ontomix/ontomix is now go-mix/mix --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 6fe5d632..55d24339 100644 --- a/README.md +++ b/README.md @@ -91,9 +91,8 @@ Please take a quick gander at the [contribution guidelines](https://github.com/a * [flac](https://github.com/mewkiz/flac) - A native Go FLAC decoder. * [go-sox](https://github.com/krig/go-sox) - libsox bindings for go. * [go_mediainfo](https://github.com/zhulik/go_mediainfo) - libmediainfo bindings for go. +* [mix](https://github.com/go-mix/mix) - Sequence-based Go-native audio mixer for music apps. * [mp3](https://github.com/tcolgate/mp3) - A native Go MP# decoder. -* [music-theory](https://github.com/go-music-theory/music-theory) - Music theory models in Go. -* [ontomix](https://github.com/go-ontomix/ontomix) - Sequence-based Go-native audio mixer for Music apps. * [PortAudio](https://github.com/gordonklaus/portaudio) - Go bindings for the PortAudio audio I/O library. * [portmidi](https://github.com/rakyll/portmidi) - Go bindings for PortMidi. * [taglib](https://github.com/wtolson/go-taglib) - Go bindings for taglib.