Skip to content

OSC-Listener that displays recieved OSC-messages to a canvas. For debugging or setting up a OSC-connection.

Notifications You must be signed in to change notification settings

dcts/oscListener

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 

Repository files navigation

OSC Listener

With this simple processing scetch you can display any messages recieved by OSC to a canvas. This repository has the following structure:

├── oscListener.pde 
├── README.md 
└── executables
    ├── application.linux32:       executable for Linux 32bit
    ├── application.linux64:       executable for Linux 64bit
    ├── application.linux-arm64:   executable for Linux ARM
    ├── application.linux-armv6hf: executable for Linux ARMv6h (raspberryPi)
    ├── application.windows302:    executable for Windows 32bit
    └── application.windows64:     executable for Windows 64bit

Installation

To get this to work, you can either run the executable of your operating system (you will need to have Java installed) or run the oscListener.pde with processing. If you run the processing scetch you will additionaly have to install the oscP5 library (find the installation instructions here). Once the program runs, be sure that the sending device (e.g. your phone) is connected to the same wifi network as the recieving device (your computer)! OSC only works when both devices are connected to the same network.

TouchOSC

You can for example use the TouchOSC iPhone app (also availible on android). Heres a short demo of the setup and usage

Setup

When the program runs, you can see the recieving IP address and port displayed in the canvas. You then need to insert these information in your TouchOSC app like shown here:

Usage

This screencapture demonstration was recorded using the Windows 64bit executable and TouchOSC v1.9.10:

About

OSC-Listener that displays recieved OSC-messages to a canvas. For debugging or setting up a OSC-connection.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published