Files
awesome-awesomeness/html/osc.html
2024-04-20 19:22:54 +02:00

65 lines
2.9 KiB
HTML
Raw Blame History

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