awesome-osc !Awesome (https://cdn.rawgit.com/sindresorhus/awesome/d7305f38d29fed78fa85652e3a63e154dd8e8829/media/badge.svg) (https://github.com/sindresorhus/awesome) A curated list of useful open-sound-control applications, libraries, resources and shiny things, just a starting point for your explorations. Inspired by awesome-python (https://github.com/vinta/awesome-python). Other amazingly awesome  lists can be found in the awesome-awesomeness (https://github.com/bayandin/awesome-awesomeness) list. WIP Specifications  - Official site (http://opensoundcontrol.org/) - where specs and other resources live  - SynOsc (https://github.com/fabb/SynOSCopy/wiki) - a proposal for a standardized namespace within OSC Bridge between osc and another domain / API   - osculator (https://osculator.net/) - physical controller (wiimote, mouse/keyboard, wacom tablets etc.)  - andOSC (https://play.google.com/store/apps/details?id=cc.primevision.andosc) - android touch, accelerometer and orientation  - HID (https://github.com/enrike/hid_to_osc) - python script that captures HID devices' (joysticks, gamepads) events and broadcasts them on OSC Control surface and dashboard  - touchosc (https://hexler.net/software/touchosc-android)  - Open Stage Control (http://osc.ammd.net/)  - lemur (https://liine.net/en/products/lemur/)  - oscillation (http://www.workprolighting.com/products/oscillation)  - myosc (https://play.google.com/store/apps/details?id=com.widget.myosc)  - Control (https://play.google.com/store/apps/details?id=com.charlieroberts.Control)  - osc-commander (http://osc-commander.com/) Other Projects  - ixi audio (http://www.ixi-software.net/content/software.html) - creating musical instruments / environments Code libraries  - libido (https://github.com/radarsat1/liblo) - Lightweight OSC implementation in C, C++  - oscpack (https://code.google.com/archive/p/oscpack/) - C++ packet manipulation library  - osc.js (https://github.com/colinbdclark/osc.js) - javascript  - Net::OpenSoundControl (http://search.cpan.org/dist/Net-OpenSoundControl/) - Perl client/server implementations  - pyOSC (https://github.com/ptone/pyosc) - Python  - simpleOSC (https://github.com/enrike/simpleOSC) - Basic interface for pyOSC  - javaosc (https://github.com/hoijui/JavaOSC) - Java