vivid-0.3.0.1: Sound synthesis with SuperCollider

Safe HaskellNone
LanguageHaskell98

Vivid.UGens.UserInteraction

Synopsis

Documentation

mouseX :: Args '[] '["min", "max", "warp", "lagSecs"] a => a -> SDBody a Signal Source #

Only runs at KR

Args: - warp -- "Mapping curve. 0 is linear, 1 is exponential (e. g. for freq or times)" - lag -- "Lag factor to dezpipper cursor movement"

mouseY :: Args '[] '["min", "max", "warp", "lagSecs"] a => a -> SDBody a Signal Source #

Only runs at KR

Args: - warp -- "Mapping curve. 0 is linear, 1 is exponential (e. g. for freq or times)" - lag -- "Lag factor to dezpipper cursor movement"