Stream

final case
class Stream(source: NodeRef, bus: AudioBus) extends Value

Value for which a Synth is required that writes its signal to a bus, and the bus is then somehow mapped to the target node's control.

trait Serializable
trait Product
trait Equals
trait Value
class Object
trait Matchable
class Any

Value members

Concrete methods

def isScalar: Boolean

Inherited methods

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