Classes
The following classes are available globally.
-
Generic container
See moreDeclaration
Swift
public class Box<T> where T : Initializable
-
Dynamically dispatching Max object
See moreDeclaration
Swift
public class MaxDispatcher
-
Declaration
Swift
public class MaxLogger
-
Undocumented
See moreDeclaration
Swift
public class CompositeMaxIO : MaxIOComponent
-
Declaration
Swift
public class CustomWindow<Content> where Content : View
-
ObservableObject wrapper for MaxBinding
See moreDeclaration
Swift
public final class MaxStateObserver<T> : ObservableObject where T : Equatable
-
Max Attribute wrapper (R/W)
See moreDeclaration
Swift
@propertyWrapper public class Attribute<T> : MaxIOComponent where T : MaxAttributeValue
Parameters
style
display style in Inspector
label
label in Inspector, optional
name
name to be used within object & Inspector
transitional
if true, value is not stored within Max patch
-
Declaration
Swift
public class Outlet<T> : MaxIOComponent
-
Declaration
Swift
@propertyWrapper public class MaxState<T> : MaxIOComponent where T : Equatable