vivid-0.5.1.0: Sound synthesis with SuperCollider
Safe HaskellNone
LanguageHaskell2010

Vivid.UGens.Info

Synopsis

Documentation

checkBadValues :: Args '["in"] '["id", "post"] a => a -> SDBody a Signal Source #

controlDur :: SDBody' a Signal Source #

The (current) duration of a control block on the server in seconds

Equal to 1 ~/ controlRate

controlRate :: SDBody' a Signal Source #

The current control rate of the server

Equal to 1 ~/ controlDur

numAudioBuses :: SDBody' a Signal Source #

The number of audio buses

numBuffers :: SDBody' a Signal Source #

The number of open buffers

poll :: Float -> String -> SDBody' a Signal -> SDBody' a Signal Source #

This is CPU-intensive: only use for debugging!

First argument is frequency of polling: the number of times per second to poll

Returns the UGen it's polling so you can add "poll" to an existing signal chain without altering it