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

Safe HaskellNone
LanguageHaskell98

Synthesizer.LLVM.Server.CausalPacked.InstrumentPlug

Description

The Instruments in this module have the same causal arrow interface as the ones in Synthesizer.LLVM.Server.CausalPacked.Instrument, but here we use the higher level interface of the Synthesizer.LLVM.CausalParameterized.FunctionalPlug module.

Documentation

type FuncP pp pl = T pp (SampleRate Real, pl) Source

helixOsci :: T pp pl inp VectorValue -> T pp pl inp VectorValue -> T pp pl inp VectorValue Source