hsc3-0.20: Haskell SuperCollider
Safe HaskellSafe-Inferred
LanguageHaskell2010

Sound.Sc3.Server.Nrt.Stat

Description

Nrt statistics.

Synopsis

Documentation

type Nrt_Stat = ((String, Time), (String, Int), (String, Int), (String, [(String, Int)])) Source #

Nrt statistics, see nrt_stat_param for meanings.

nrt_stat :: Nrt -> Nrt_Stat Source #

Trivial Nrt statistics.