Free

final case
class Free(trig: GE, node: GE) extends SingleOut with ControlRated with HasSideEffect

A UGen that, when triggered, frees a given node.

This UGen outputs its trig input signal for convenience.

Value Params
node

the id of the target node to free upon receiving the trigger

trig

the trigger to cause the action

See also
Companion
object
trait Serializable
trait HasSideEffect
trait ControlRated
class SingleOut
class SomeOut
trait Lazy
trait GE
class UGenSource[UGenInLike]
trait Expander[UGenInLike]
trait Lazy
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Inherited methods

final
def name: String
Inherited from
UGenSource
def productElementNames: Iterator[String]
Inherited from
Product
def productIterator: Iterator[Any]
Inherited from
Product
final
def rate: Rate
Inherited from
ControlRated

Inherited fields

lazy override
val hashCode: Int
Inherited from
UGenSource