hsc3-0.13: Haskell SuperCollider

Safe HaskellSafe-Inferred

Sound.SC3.UGen.Rate

Description

Operating rate definitions and utilities.

Synopsis

Documentation

data Rate Source

Operating rate of unit generator.

Constructors

IR 
KR 
AR 
DR 

rateId :: Rate -> IntSource

Integer rate identifier, as required for scsynth bytecode.

rate_ord :: Rate -> IntSource

Rates as ordered for filter rate selection.

rate_color :: Rate -> StringSource

Color identifiers for each Rate.

all_rates :: [Rate]Source

Set of all Rate values.