EnglishFrenchSpanish

OnWorks favicon

osc-send - Online in the Cloud

Run osc-send in OnWorks free hosting provider over Ubuntu Online, Fedora Online, Windows online emulator or MAC OS online emulator

This is the command osc-send that can be run in the OnWorks free hosting provider using one of our multiple free online workstations such as Ubuntu Online, Fedora Online, Windows online emulator or MAC OS online emulator

PROGRAM:

NAME


Traceback - sends an OSC message

SYNOPSIS


osc-send [options] [url] osc-address [,typetags] [osc arguments]

DESCRIPTION


Traceback (most recent call last):
File "./scripts/osc-send", line 11, in <module>

import txosc # for __version__

ImportError: No module named txosc

File "./scripts/osc-send", line 11, in <module>

import txosc # for __version__

ImportError: No module named txosc

OSC MESSAGES


An OSC message consists of an OSC Address Pattern followed by an OSC Type Tag String
followed by zero or more OSC Arguments.

OSC ADDRESSES


An OSC Address Pattern is a string beginning with the character '/' (forward slash). It is
mandatory to provide one.

OSC TYPE TAGS


An OSC Type Tag String is a string (beginning with the character ',' (comma)) followed by
a sequence of characters corresponding exactly to the sequence of OSC Arguments in the
given message. Each character after the comma is called an OSC Type Tag and represents the
type of the corresponding OSC Argument.

Here is the list of supported type tags:

i - 32bit integer
h - 64bit integer
f - 32bit floating point number
d - 64bit (double) floating point number
s - string
S - symbol
c - char
m - 4 byte midi packet (8 digits hexadecimal)
T - TRUE
F - FALSE
N - NIL
I - INFINITUM

VALUES


Values are space separated. Quoting strings might be handy.

The full Open Sound Control specification can be found at
http://opensoundcontrol.org/specification

HISTORY


Written by Arjan Scherpenisse and Alexandre Quessy in 2010.

EXAMPLES


The following examples are equivalent:

osc-send osc.tcp://127.0.0.1:17779 /ham/spam ,sif egg 2 3.14159

osc-send --tcp --host=127.0.0.1 --port=17779 --type-tags=sif /ham/spam egg 2 3.14159

osc-send -T -P 17779 /ham/spam egg 2 3.14159

Use osc-send online using onworks.net services


Free Servers & Workstations

Download Windows & Linux apps

  • 1
    Free Pascal Compiler
    Free Pascal Compiler
    A 32/64/16-bit Pascal compiler for
    Win32/64/CE, Linux, Mac OS X/iOS,
    Android, FreeBSD, OS/2, Game Boy
    Advance, Nintendo NDS and DOS;
    semantically compatible wi...
    Download Free Pascal Compiler
  • 2
    Canon EOS DIGITAL Info
    Canon EOS DIGITAL Info
    Canon doesn�t have shutter count
    included on the EXIF information of an
    image file, as opposed to Nikon and
    Pentax. There�s no official Canon based
    application ...
    Download Canon EOS DIGITAL Info
  • 3
    rEFInd
    rEFInd
    rEFInd is a fork of the rEFIt boot
    manager. Like rEFIt, rEFInd can
    auto-detect your installed EFI boot
    loaders and it presents a pretty GUI
    menu of boot option...
    Download rEFInd
  • 4
    ExpressLuke GSI
    ExpressLuke GSI
    This SourceForge download page was to
    grant users to download my source built
    GSIs, based upon phhusson's great
    work. I build both Android Pie and
    Android 1...
    Download ExpressLuke GSI
  • 5
    Music Caster
    Music Caster
    Music Caster is a tray music player
    that lets you cast your local music to a
    Google Cast device. On the first run,
    you will need to click the arrow in your
    tas...
    Download Music Caster
  • 6
    PyQt
    PyQt
    PyQt is the Python bindings for
    Digia's Qt cross-platform
    application development framework. It
    supports Python v2 and v3 and Qt v4 and
    Qt v5. PyQt is avail...
    Download PyQt
  • More »

Linux commands

Ad