haskore-synthesizer-0.0.2: Audio signal processing coded in HaskellSource codeContentsIndex
Haskore.Interface.Signal.Example.Guitar
Documentation
stringFreqs :: [Time]Source
sampleSong :: T () IntSource
synthSong :: TSource
type IMap instr = InstrumentTable Time Volume instrSource
guitarToSignal :: Time -> T Volume -> Instrument Time VolumeSource
sampleMap :: [T Volume] -> IMap IntSource
synthMap :: IMap InstrSource
computeSignal :: (Ord drum, Ord instr) => T drum instr -> IMap instr -> Time -> T (Volume, Volume)Source
readSamples :: IO [T Volume]Source
main :: IO ExitCodeSource
Produced by Haddock version 2.3.0