Structures
The following structures are available globally.
-
Builder class for MaxObject components
See moreDeclaration
Swift
@resultBuilder public struct MaxIOBuilder
-
NB: Stub for composite object builder
See moreDeclaration
Swift
@resultBuilder public struct MaxObjectBuilder
-
Declaration
Swift
@propertyWrapper public struct MaxBinding<T> : MaxIOComponent
-
Read-only Max Argument wrapper
NB should support only 1 atom & should later include type check
See moreDeclaration
Swift
public struct Argument<T> : MaxIOComponent where T : MaxValueConvertible
-
Declaration
Swift
public struct Inlet : MaxIOComponent
-
Max Outlet property wrapper
NB: this is a stateless shortcut for each outlet to output data directly TODO: currently N/A
See moreDeclaration
Swift
@propertyWrapper public struct MaxOutput : MaxIOComponent