NumChannels

final case class NumChannels[A](in: GE[A]) extends SingleOut[Int]

A graph element that produces an integer with number-of-channels of the input element.

Companion:
object
trait Serializable
trait SingleOut[Int]
trait Lazy[Int]
trait GE[Int]
trait Expander[UGenInLike[Int]]
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