hsc3-0.19.1: Haskell SuperCollider
Safe HaskellSafe-Inferred
LanguageHaskell2010

Sound.SC3.UGen.PP

Description

UGen pretty-printer.

Synopsis

Documentation

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

Place x in (l,r) brackets.

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.