synthesizer-0.2.0.1: Audio signal processing coded in HaskellSource codeContentsIndex
Synthesizer.Basic.Binary
Documentation
class C a whereSource
Methods
outputFromCanonical :: (Bounded int, C int, Monoid out) => (int -> out) -> a -> outSource
numberOfChannels :: a -> IntSource
show/hide 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
numberOfSignalChannels :: C yv => sig yv -> IntSource
int16ToCanonical :: C a => Int16 -> aSource
int16FromCanonical :: C a => a -> Int16Source
int16FromFloat :: Float -> Int16Source
int16FromDouble :: Double -> Int16Source
Produced by Haddock version 2.4.2