hsc3-0.15: Haskell SuperCollider

Safe HaskellSafe-Inferred
LanguageHaskell98

Sound.SC3.UGen.PP

Synopsis

Documentation

double_pp :: Int -> Double -> String Source

The default show is odd, 0.05 shows as 5.0e-2.

real_pp :: Double -> String Source

Print as integer if integral, else as real.

bracketed :: (a, a) -> [a] -> [a] Source

ugen_concise_pp :: UGen -> String Source

Print constants and labels directly, primitives as un-adorned names, mce as [p,q], mrg as p&q, contols as nm=def and proxies as u@n.