Implication Organ

Hi all. Here is my O-S-C project, a GUI frontend for a Csound instrument I made called the Implication Organ. It runs on a Raspberry Pi, both Csound and O-S-C. Previous version used Lemur for the UI, and it worked well, but I am much happier with O-S-C, especially because I can run the on any device with a compliant browser. I also very much like being able to use Javascript & JSON for everything instead of a proprietary language and XML.

Project is here: https://github.com/DaveSeidel/music-src/tree/master/implication-organ
O-S-C project file: https://github.com/DaveSeidel/music-src/blob/master/implication-organ/open-stage-control/implication_organ.json

Thanks a lot for sharing !