Awesome JUCE: A list of open source libraries, modules, plugins, utilities

It definitely does!! Pretty interesting sounding effect. I’m into the colors too. Added!

I’ll see what I can do! I decided on space-separated to make it easy on human parsing / pull requesting. For now you could use cut:

for i in `grep https sites.md | cut -d' ' -f1`; do echo $i; done
1 Like