OSC is an implementation of the Open Sound Control protocol.
transmission format sound
It is composed of some keys classes:
OSCServer is a simple server listening on a given port for messages (instance of OSCMessage). OSCParser is a message parser.
OSCMessage represents messages in the OSC protocol format.
The best way to get started is to get a soup of html elements using OSCMessage and OSCServer.
| server |
server := OSCServer listenOnPort: 5432.
[OSCMessage example1 sendTo: NetNameResolver localHostAddress port: 5432.
(Delay forDuration: (Duration milliSeconds: 30)) wait.
server hasMessage.
server nextMessage = #('/example1' 100 )
The main repository is: http://smalltalkhub.com/mc/StephaneDucasse/OSC/main
MCHttpRepository location: http://smalltalkhub.com/mc/StephaneDucasse/OSC/main user: '' password: ''
stable: spec <symbolicVersion: #stable> spec for: #'pharo1.4.x' version: '1.0'. spec for: #'pharo2.0.x' version: '1.0'.(ConfigurationOfOSC project version: #stable) load
Generated 15 July 2013 Here we will get the repository from which the information was gathered as well as the configuration file version