final case class Dpoll(in: GE, label: String = "poll", run: GE = 1, trigId: GE = -1) extends SingleOut with DemandRated with HasSideEffect with IsIndividual with Product with Serializable
A demand rate UGen printing the current output value of its input to the console when polled.
- in
the signal you want to poll
- label
a string or symbol to be printed with the polled value (init-time only)
- run
if 1 the polling is active, if 0 it is inactive.
- trigId
if greater then 0, a
"/tr"
OSC message is sent back to the client (similar toSendTrig
)
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Dpoll
- Serializable
- IsIndividual
- HasSideEffect
- DemandRated
- SingleOut
- SomeOut
- Lazy
- GE
- UGenSource
- Expander
- Lazy
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new Dpoll(in: GE, label: String = "poll", run: GE = 1, trigId: GE = -1)
- in
the signal you want to poll
- label
a string or symbol to be printed with the polled value (init-time only)
- run
if 1 the polling is active, if 0 it is inactive.
- trigId
if greater then 0, a
"/tr"
OSC message is sent back to the client (similar toSendTrig
)
Value Members
- lazy val hashCode: Int
- Definition Classes
- UGenSource → AnyRef → Any
- val in: GE
- val label: String
- final def name: String
- Definition Classes
- UGenSource
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- final def rate: Rate
- Definition Classes
- DemandRated
- val run: GE
- val trigId: GE