synthesizer-llvm-0.2.0.1: Efficient signal processing using runtime compilation

Synthesizer.LLVM.Server.Common

Documentation

($/) :: Functor f => f (a -> b) -> a -> f bSource

play :: (C t, C y, SampleFmt y) => t -> t -> T y -> IO ()Source

playAndRecord :: (C t, C y, SampleFmt y, C y) => FilePath -> t -> t -> T y -> IO ()Source

piecewiseConstant :: (Storable a, MakeValueTuple a al, Memory al am, IsSized am as) => T p (T a) -> T p alSource