in~
Examples
Arguments
index [number]
Each rnbo~ object for signal input. In the exported code, this creates a logical input for an external audio source.
object requires an index number, beginning with , and creates an audio input channel in the RNBO patcher. In Max, this creates corresponding inlets to theOutlets
out1 [signal]
Signal sent to the inlet with a given index is sent out the outlet.
A RNBO patcher can have multiple signal
objects with the same index. The same signal 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 rnbo~ object for signal input. In the exported code, this creates a logical input for an external audio source.
object requires an index number, beginning with , and creates an audio input channel in the RNBO patcher. In Max, this creates corresponding inlets to 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 | event inlet |
out | event outlet |
out~ | signal outlet |
outport | output tagged messages |