Reaction

final case
class Reaction(trig: GE, in: GE, key: String) extends Expander[Unit] with HasSideEffect

A graph element that executes an action upon receiving a trigger, sampling the values at that moment and making them available in the action through the values method.

Value Params
in

the input signal to sample and pass on to the action

key

a key into the process' attribute map. the value peer stored at that location should be of type proc.Action

trig

the trigger input signal

Companion
object
trait Serializable
trait HasSideEffect
trait Expander[Unit]
trait Lazy
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Inherited methods

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