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

Safe HaskellNone

Synthesizer.LLVM.Server.SampledSound

Contents

Synopsis

Documentation

data T Source

Constructors

Cons 

data Positions Source

Constructors

Positions 

Fields

start :: Int
 
length :: Int
 
loopStart :: Int
 
loopLength :: Int
 
period :: Real
 

load :: AbsRel ar => File ar -> IO (Vector Real)Source

loadRanges :: AbsRel ar => Dir ar -> Info -> IO [T]Source

data Info Source

Constructors

Info 

examples