out
Examples
Arguments
index [number]
Each outport object where the tag takes the form , where refers to the outlet and is the index of that outlet.
object requires an index, beginning with , that creates a corresponding outlet on the rnbo~ object in Max. In the exported code, this creates a message tag like theInlets
in1 [bang, number, list]
A bang, number, or list sent to rnbo~ object.
will be sent out the corresponding outlet of theA RNBO patcher can have multiple
objects with the same index. All messages received by such objects will be output from the same outlet and given the same tag in the exported code.Fixed Attributes
These attributes must be set in the object box and determine the behavior of the object at runtime.
comment [symbol]
Defines the hint text shown when mousing over this outlet of the rnbo~ object in Max.
index [number]
Each outport object where the tag takes the form , where refers to the outlet and is the index of that outlet.
object requires an index, beginning with , that creates a corresponding outlet on the rnbo~ object in Max. In the exported code, this creates a message tag like themeta [symbol]
A JSON formatted string containing metadata for use by the exported code.
can be used to pass on any information for custom needs via the exported description.json file. This has potential use for hardware mappings/routings, UI generation, advanced toolchain integration, etc.
Dynamic Attributes
These attributes can be modified in the code during execution using the set object
in1 [bang, number, list]
A bang, number, or list sent to rnbo~ object.
will be sent out the corresponding outlet of theA RNBO patcher can have multiple
objects with the same index. All messages received by such objects will be output from the same outlet and given the same tag in the exported code.See Also
Name | Description |
---|---|
in | event inlet |
in~ | signal inlet |
out~ | signal outlet |
inport | input tagged messages |
outport | output tagged messages |