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

Safe HaskellNone

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 -> ResonSource

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