Class:            OSCMessage

Environment:      Siren
Superclass:         Siren.AbstractOSCPacket
Category:         MusicIO-OSC
Instance variables:   address arguments

OSCMessages are concrete old-format (untyped) OSC messages

Instance Variables:
   address    my OSC cmomand address
   arguments    the arguments

osc

addressToOSCBytes: convertor
   Convert the address to the OSC format

argumentsToOSCBytes: convertor
   Add the type tags, then the arguments

toOSCBytes: converter
   Convert myself to OSC format

typesToOSC: converter
   

printing

printOn: aStream
   

initialize-release

initAddress: t1 arguments: t2
   

MetaClass:         OSCMessage class

instance-creation

for: addr
   

for: addr with: args
   Answer a TOM with the given address and arguments

examples

example1
   OSCMessage example1

example2
   OSCMessage example2

example3
   OSCMessage example3