gen~
Examples
Arguments
t [symbol]
Title of the Gen patcher.
title [symbol]
Title of the Gen patcher.
Inlets
in1 [auto]
Send signals to the Gen patcher.
Fixed Attributes
These attributes must be set in the object box and determine the behavior of the object at runtime.
exposeparams [bool] (default: false)
If enabled, Gen params will be exposed as params of the top-level RNBO patcher.
expr [symbol]
The attribute
, followed by a valid GenExpr expression, will describe the computation for this gen~ object. For example, will cause the object to output the value of 0.74 as a signal.file [symbol]
This attribute specifies the name of a .gendsp patcher to be loaded which already exists and is in the Max search path. If no Gen patcher is specified, an embedded Gen patcher is created instead.
title [symbol]
Title of the Gen patcher.
Dynamic Attributes
These attributes can be modified in the code during execution using the set object
in1 [auto]
Send signals to the Gen patcher.
reset [bang]
Sending a bang to a
object connected to gen~ will reset all param and history objects to their initial values.See Also
Name | Description |
---|---|
Gen Overview | Gen Overview |
Gen Common Operators | Gen Common Operators |
gen~ Operators | gen~ Operators |