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

Safe HaskellNone

Synthesizer.LLVM.Server.SampledSound

Contents

Synopsis

Documentation

data T Source

Constructors

Cons 

Fields

body :: T Real
 
positions :: Positions
 
period :: Real
 

data Positions Source

Constructors

Positions 

Fields

start :: Int
 
length :: Int
 
loopStart :: Int
 
loopLength :: Int
 

examples