OpenSoundControl.org:   /page-list   /toc   /spec/1.0   /spec/1.1   /implementations   /publications   /about
(contents of this file: links to each section)


Python - Simple OSC

status: Active/Legacy (as of 15-Mar-21)

Status details: Still kicking. One of at least 3 known python implementations: https://stackoverflow.com/questions/22135511/a-plethora-of-python-osc-modules-which-one-to-use

Project Type: Programming Language Library

Project URL: http://www.ixi-audio.net/content/body_backyard_python.html

Description

SimpleOSC provides a simple wrap around the OSC python implementation by Daniel Holth (http://wiretap.stetson.edu ). It tries to make OSC as easy to use as possible exposing a very simple API. For example sending a message can be as simple as this import osc osc.init() osc.sendMsg( ‘/test’, 999)

Implementation Details

Platform(s): Any / Platform Independent


Submitted to opensoundcontrol.org by Legacy at 2/24/21 12:33


This page of OpenSoundControl website updated Tue Aug 16 13:15:20 PDT 2022 by matt (license: CC BY).