Feed

final case class Feed[A](init: GE[A]) extends Lazy[A]

First stage of a feedback process. This UGen outputs the signal eventually fed to it via .back.

Companion:
object
trait Serializable
trait Lazy[A]
trait GE[A]
trait Lazy
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Concrete methods

def back(in: GE[A]): Unit

Inherited methods

def productElementNames: Iterator[String]
Inherited from:
Product
def productIterator: Iterator[Any]
Inherited from:
Product