We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
OSCBundle
timeTag
elements
1 parent 11f6a04 commit e764dd6Copy full SHA for e764dd6
Sources/OSCKitCore/OSCBundle/OSCBundle.swift
@@ -18,11 +18,11 @@ public struct OSCBundle: OSCObject {
18
19
/// Time tag.
20
/// Default value 1: means "immediate" in OSC spec.
21
- public let timeTag: OSCTimeTag
+ public var timeTag: OSCTimeTag
22
23
/// Elements contained within the bundle. These can be ``OSCBundle`` or ``OSCMessage``
24
/// instances.
25
- public let elements: [any OSCObject]
+ public var elements: [any OSCObject]
26
27
@usableFromInline
28
let _rawData: Data?
0 commit comments