the name of the unit generator, as seen by the server
a set of attributes which characterize the UGen, such as resource usage or uniqueness
at which calculation rates the UGen runs, and whether the rate is implied
the constructor arguments of the UGen representation. This is the interface for the client-side
instantiation and may include types other than GE
, for example integers for fixed
number of channels, etc., as well as definitions for default values.
the inputs as passed to the underlying UGen (server-side object). Inputs are things which
expand to UGenInLike
elements. Typically they correspond to client-side args
arguments.
The order of this sequence must be correctly reflecting the UGen plugin interface, whereas
the order of the args
sequence may diverge for an improved user interface.
a list of output specifications
optional text documentation
A convenience field which maps from argument names to arguments.
the constructor arguments of the UGen representation.
the constructor arguments of the UGen representation. This is the interface for the client-side
instantiation and may include types other than GE
, for example integers for fixed
number of channels, etc., as well as definitions for default values.
a set of attributes which characterize the UGen, such as resource usage or uniqueness
optional text documentation
A convenience field which maps from input argument names to inputs.
the inputs as passed to the underlying UGen (server-side object).
the inputs as passed to the underlying UGen (server-side object). Inputs are things which
expand to UGenInLike
elements. Typically they correspond to client-side args
arguments.
The order of this sequence must be correctly reflecting the UGen plugin interface, whereas
the order of the args
sequence may diverge for an improved user interface.
the name of the unit generator, as seen by the server
a list of output specifications
at which calculation rates the UGen runs, and whether the rate is implied
Specification of a Unit Generator.
the name of the unit generator, as seen by the server
a set of attributes which characterize the UGen, such as resource usage or uniqueness
at which calculation rates the UGen runs, and whether the rate is implied
the constructor arguments of the UGen representation. This is the interface for the client-side instantiation and may include types other than
GE
, for example integers for fixed number of channels, etc., as well as definitions for default values.the inputs as passed to the underlying UGen (server-side object). Inputs are things which expand to
UGenInLike
elements. Typically they correspond to client-sideargs
arguments. The order of this sequence must be correctly reflecting the UGen plugin interface, whereas the order of theargs
sequence may diverge for an improved user interface.a list of output specifications
optional text documentation