MaxOutput
@propertyWrapper
public struct MaxOutput : MaxIOComponent
Max Outlet property wrapper
NB: this is a stateless shortcut for each outlet to output data directly TODO: currently N/A
-
Undocumented
Declaration
Swift
public var onChange: ((MaxList) -> Void)?
-
Declaration
Swift
public class Sender
-
Undocumented
Declaration
Swift
public let index: PortIndex
-
Undocumented
Declaration
Swift
public var wrappedValue: Sender
-
Undocumented
Declaration
Swift
public init(_ outlet: PortIndex = .index(0))
-
Undocumented
Declaration
Swift
public func accept<V>(visitor: V) where V : MaxIOVisitor