synthesizer-core-0.4.0.4: Audio signal processing coded in Haskell: Low level part

Synthesizer.Basic.Binary

Documentation

class C a whereSource

Methods

outputFromCanonical :: (Bounded int, C int, Monoid out) => (int -> out) -> a -> outSource

numberOfChannels :: a -> IntSource

Instances

C Double 
C Float 
C a => C (T a) 
(C a, C b) => C (a, b) 

toCanonical :: (C real, Bounded int, C int) => int -> realSource

fromCanonicalWith :: (C real, Bounded int, C int) => (real -> int) -> real -> intSource