Packages

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 to SendTrig )

See also

SendTrig

Poll

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Dpoll
  2. Serializable
  3. IsIndividual
  4. HasSideEffect
  5. DemandRated
  6. SingleOut
  7. SomeOut
  8. Lazy
  9. GE
  10. UGenSource
  11. Expander
  12. Lazy
  13. Product
  14. Equals
  15. AnyRef
  16. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. 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 to SendTrig )

Value Members

  1. lazy val hashCode: Int
    Definition Classes
    UGenSource → AnyRef → Any
  2. val in: GE
  3. val label: String
  4. final def name: String
    Definition Classes
    UGenSource
  5. def productElementNames: Iterator[String]
    Definition Classes
    Product
  6. final def rate: Rate
    Definition Classes
    DemandRated
  7. val run: GE
  8. val trigId: GE