Skip to content

OSC (Open Sound Control) libraries and tools written in Java. The design principle of these components is to adopt a 'pooled' approach to message handling and hence are ideal for Android as well as the desktop

License

Notifications You must be signed in to change notification settings

alistairrutherford/osc-tools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

47 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

osc-tools

OSC (Open Sound Control) libraries and tools written in Java.

The design principle of these components is to adopt a 'pooled' approach to message handling and hence are ideal for Android as well as the desktop.

osc-common

Domain Model of OSC objects with Unit tests based on samples from the source site.

osc-network

NETTY based client and server components.

osc-router

(JavaFX based UI tool which allows you to route OSC messages from endpoint to endpoint [OSC to MIDI currently only supported].

This is a work in progress. It uses the java-fx-maven plugin from here https://github.com/zonski/javafx-maven-plugin/wiki

User interface

Other Examples

Tonome is a tone-matrix style instrument which uses these components.

Menu

You can find it here: https://github.com/alistairrutherford/tonome

License

[Copyright - Alistair Rutherford 2013 - www.netthreads.co.uk]

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

   http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

About

OSC (Open Sound Control) libraries and tools written in Java. The design principle of these components is to adopt a 'pooled' approach to message handling and hence are ideal for Android as well as the desktop

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages