synthesizer-core-0.8.2.1: Audio signal processing coded in Haskell: Low level part
Synthesizer.Format
class C sig where Source #
Minimal complete definition
format
Methods
format :: Show x => Int -> sig x -> ShowS Source #
Defined in Synthesizer.State.Signal
format :: Show x => Int -> T x -> ShowS Source #