Safe Haskell | None |
---|
Synthesizer.Dimensional.Rate
Description
This module contains types that may be used as sample rate type in a dimensional signal.
Documentation
This type does not store a sample rate. It just provides a phantom type parameter which asserts a common sample rate among several signals.
Constructors
Phantom |
Instances
Applicable (Core s) (Phantom s) |
Store the sample rate that a signal is sampled with.
Constructors
Actual rate |
type Dimensional u t = Actual (T (Recip u) t)Source