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

Safe HaskellNone
LanguageHaskell98

Synthesizer.LLVM.Storable.Process

Description

Functions on lazy storable vectors that are implemented using LLVM.

Synopsis

Documentation

makeArranger :: (Arrow arrow, C a, Additive a) => IO (arrow (T Int (Vector a)) (Vector a)) Source #

The element vectors in the event lists must fit into the length of the event list.

continuePacked :: (Transform a, Vector b, Positive n) => T a (Vector (T n b)) -> (b -> T a (Vector (T n b))) -> T a (Vector (T n b)) Source #