diff --git a/README.md b/README.md index 4ebedd3..a6d54c7 100644 --- a/README.md +++ b/README.md @@ -144,6 +144,7 @@ Audio Plugins Collections ----------- +* [Awesome JUCE](https://github.com/sudara/awesome-juce) — list of JUCE libraries, plugins and utilities * [Linux Synths](http://linuxsynths.com/) — list of linux based synths, some of which are open-source * [OpenAV](http://openavproductions.com/) — collection of instruments, effects, and development tool kits for Linux. * [SFZ Instruments](https://sfzinstruments.github.io/) — list of SFZ instruments, most of which are free diff --git a/data/collections.json b/data/collections.json index e1618dc..c2fc672 100644 --- a/data/collections.json +++ b/data/collections.json @@ -1,4 +1,9 @@ [ + { + "name": "Awesome JUCE", + "url": "https://github.com/sudara/awesome-juce", + "description": "list of JUCE libraries, plugins and utilities" + }, { "name": "Linux Synths", "url": "http://linuxsynths.com/",