Minim
core | ugens | analysis
 

UGen.UGenInput

setIncomingUGen

Description

This method is called when a UGen is patched to this input. Typically you will not call this method directly, use UGen's patch method instead.

Signature

void setIncomingUGen(UGen in)

Parameters

in — the UGen being patched to this input

Returns

None

Related

Example

None available

Usage

Web & Application