Classes | UGens > Generators > Single-value

DC : PureMultiOutUGen : MultiOutUGen : UGen : AbstractFunction : Object

Create a constant amplitude signal
Source: Line.sc

Description

This UGen simply outputs the initial value you give it.

Class Methods

DC.ar(in: 0.0)

DC.kr(in: 0.0)

Arguments:

in

constant value to output, cannot be modulated, set at initialisation time

Inherited class methods

1 methods from MultiOutUGen ► show
7 methods from UGen ► show
7 methods from Object ► show

Instance Methods

Inherited instance methods

1 methods from PureMultiOutUGen ► show
5 methods from MultiOutUGen ► show
92 methods from UGen ► show
159 methods from AbstractFunction ► show
260 methods from Object ► show

Examples