synthesizer-0.2.0.1: Audio signal processing coded in HaskellSource codeContentsIndex
Synthesizer.Generic.Wave
Synopsis
sample :: (C a, Transform sig v) => T a v -> sig v -> T a v
sampledTone :: (C a, Transform sig v) => T a v -> T a v -> a -> sig v -> a -> T a v
Documentation
sample :: (C a, Transform sig v) => T a v -> sig v -> T a vSource
sampledTone :: (C a, Transform sig v) => T a v -> T a v -> a -> sig v -> a -> T a vSource
Interpolate first within waves and then across waves, which is simpler but maybe less efficient for lists. However for types with fast indexing/drop like StorableVector this is optimal.
Produced by Haddock version 2.4.2