in
Examples
Arguments
index [number]
Each inport object where the tag takes the form , where refers to the inlet and is the index of that inlet.
object requires an index number, beginning with , that creates a corresponding inlet on the rnbo~ object in Max. In the exported code, this creates a message tag like theOutlets
out1 [bang, number, list]
A bang, number, or list sent to an inlet is sent out the outlet of the corresponding
object.A RNBO patcher can have multiple
objects with the same index. The same message will be received on all instances of such objects.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 inlet of the rnbo~ object in Max.
index [number]
Each inport object where the tag takes the form , where refers to the inlet and is the index of that inlet.
object requires an index number, beginning with , that creates a corresponding inlet 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.
See Also
Name | Description |
---|---|
inport | input tagged messages |
in~ | signal inlet |
out | event outlet |
out~ | signal outlet |
outport | output tagged messages |