ChannelProxy

final case class ChannelProxy[A](elem: GE[A], index: Int) extends Lazy[A]

Straight outta ScalaCollider.

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 makeUGens(implicit b: Builder): UGenInLike[A]
override def toString: String
Definition Classes
Any

Inherited methods

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