synthesizer-0.0.3: Audio signal processing coded in HaskellSource codeContentsIndex
Synthesizer.Storable.Cut
Documentation
arrangeSource
:: (Storable v, C v)
=> ChunkSize
-> T Int (T v)A list of pairs: (relative start time, signal part), The start time is relative to the start time of the previous event.
-> T vThe mixed signal.
arrangeListSource
:: (Storable v, C v)
=> ChunkSize
-> T Int (T v)A list of pairs: (relative start time, signal part), The start time is relative to the start time of the previous event.
-> T vThe mixed signal.
addShiftedMany :: (Storable a, C a) => ChunkSize -> [Int] -> [T a] -> T aSource
addShifted :: (Storable a, C a) => ChunkSize -> Int -> T a -> T a -> T aSource
Produced by Haddock version 2.3.0