1. OSC

OSC is an implementation of the Open Sound Control protocol.

1.1. Keywords

transmission format sound

1.2. Implementation notes

It is composed of some keys classes:

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 )        

1.3. Main repository

The main repository is: http://smalltalkhub.com/mc/StephaneDucasse/OSC/main

MCHttpRepository
	location: http://smalltalkhub.com/mc/StephaneDucasse/OSC/main
	user: ''
	password: ''        

1.4. Main Versions

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

1.5. Catalog Card MetaData

Generated 15 July 2013 Here we will get the repository from which the information was gathered as well as the configuration file version