OSC-Util


OSC-Util is a set of utilities to manipulate OSC data on Linux  Systems.
    (See http://www.cnmat.berkeley.edu/OpenSoundControl/)

osc2txt : an OSC server which display on stdout all received message
    (it can be useful to convert messages with programs like gawk...)
   
txt2osc : an OSC client which converts osc text messages received on its
    standard input to real OSC messages

osc2amidi : an OSC server which converts OSC data to Midi data (use alsa sequencer)

amidi2osc : an OSC client which converts Midi data to OSC data (use alsa sequencer)


Usage

These utilities can be used with other program like gawk in order to process OSC Data.

Ex:

    ./osc2txt -p 7770 | gawk ' /\/foo/ { print "/bar"; fflush(); next }{ print ; fflush() } ' | ./txt2osc -p 7771

will replace each '/foo' osc message by  '/bar'  message

Requirement

+liblo >= 0.18
+libalsa  >= 1.0

Download


Bugs Report


Samuel  DUFOUR-KOWALSKI <dufourko@free.fr>



SourceForge.net Logo