Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/amir-arad/awesome-osc
A curated list of useful open-sound-control applications, libraries, resources and shiny things
https://github.com/amir-arad/awesome-osc
List: awesome-osc
Last synced: 22 days ago
JSON representation
A curated list of useful open-sound-control applications, libraries, resources and shiny things
- Host: GitHub
- URL: https://github.com/amir-arad/awesome-osc
- Owner: amir-arad
- License: mit
- Created: 2017-10-25T07:15:56.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-01-30T11:47:52.000Z (almost 7 years ago)
- Last Synced: 2024-05-23T04:10:59.911Z (6 months ago)
- Size: 10.7 KB
- Stars: 22
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- fucking-awesome-awesomeness - OSC
- fucking-lists - awesome-osc
- awesomelist - awesome-osc
- more-awesome - Protocols: OSC - Useful open-sound-control applications, libraries, resources and shiny things. (To Sort)
- collection - awesome-osc
- lists - awesome-osc
- awesome-awesomeness - OSC
README
# 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