RNBO Objects & Operators in~
Open Help

in~

signal inlet

Description

Indexed signal inlet to RNBO. In the exported code, creates a logical input channel for an external audio source.

Arguments

index [number]

Each in~ object requires an index number, beginning with 1 , and creates an audio input channel in the RNBO patcher. In Max, this creates corresponding inlets to the rnbo~ object for signal input. In the exported code, this creates a logical input for an external audio source.

Outlets

out1 [signal]

Signal sent to the inlet with a given index is sent out the outlet.

A RNBO patcher can have multiple signal in~ objects with the same index. The same signal will be received on all instances of such in~ 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 in~ object requires an index number, beginning with 1 , and creates an audio input channel in the RNBO patcher. In Max, this creates corresponding inlets to the rnbo~ object for signal input. In the exported code, this creates a logical input for an external audio source.

meta [symbol]

A JSON formatted string containing metadata for use by the exported code.

@meta 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