csound-catalog-0.7.2: a gallery of Csound instruments.

Safe HaskellNone
LanguageHaskell98

Csound.Catalog.Reson

Contents

Description

Resonators

Synopsis

Documentation

type Reson = [(Sig, Sig)] Source #

List of pairs of

[(centerFrequency, bandWidth)]

It's a list of parameters for a bunch of the band pass filters (like reson, or bp). Reson is intended to be used with functions resons and resonsBy.

Vowels

Resonators for the vowel sounds.

wow :: Sig -> Reson -> Reson Source #

Produces a wow-effect if modifier rises and then falls down.

y = wow modifierSig x

Modal synthesis

Instruments

Exciters

Parameters

Parameters for the function modes

data Modes a Source #

Constructors

Modes 

fromModes :: Num a => Modes a -> [(a, a)] Source #