Files
awesome-awesomeness/terminal/osc
2024-04-23 15:17:38 +02:00

35 lines
4.5 KiB
Plaintext
Raw Blame History

This file contains invisible Unicode characters
This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
 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