Environment: Siren
OSCBundle represents a bundle of OSC messages
Instance Variables:
Shared Variables:
osc
messages
time
MillisecScale
MillisecToNTP
SecsInAYear
toOSCBytes: aConvertor
^self
initialize-release
init: aCollection time: aTime
Initialize the receiver.
MetaClass: OSCBundle class
instance creation
with: aCollection at: aTimestamp
support
Convert aTimestamp to the OSC representation of the same
asSecondsSince1900: aTimestamp
Convert aTimestamp to seconds since 1900
timestampToOSC: aTimestamp
Convert aTimestamp to the OSC representation of the same
class initialization
Initialize the values of the shared variables.
examples
Simple example
example2