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

Safe HaskellNone
LanguageHaskell98

Csound.Catalog.Drum.Tr808

Contents

Description

Drums of the Korg TR-808 drum machine (recoded from Iain McCurdy).

Synopsis

Documentation

data TrSpec Source

Constructors

TrSpec 

Fields

trDur :: D
 
trTune :: D
 
trCps :: D
 
trRnd :: Maybe D
 

Generic

Sampler

bd :: Sam Source

Bass drum

sn :: Sam Source

Snare

ohh :: Sam Source

Open hi-hat

chh :: Sam Source

Closed hi-hat

htom :: Sam Source

High tom

mtom :: Sam Source

Middle tom

ltom :: Sam Source

Low tom

cym :: Sam Source

Cymbal

cl :: Sam Source

Claves

rim :: Sam Source

Rim shot

mar :: Sam Source

Maracas

hcon :: Sam Source

High conga

mcon :: Sam Source

Middle conga

lcon :: Sam Source

Low conga

Generic

bd' :: TrSpec -> Sam Source

Bass drum

sn' :: TrSpec -> Sam Source

Snare

ohh' :: TrSpec -> Sam Source

Open hi-hat

chh' :: TrSpec -> Sam Source

Closed hi-hat

htom' :: TrSpec -> Sam Source

High tom

mtom' :: TrSpec -> Sam Source

Middle tom

ltom' :: TrSpec -> Sam Source

Low tom

cym' :: TrSpec -> Sam Source

Cymbal

cl' :: TrSpec -> Sam Source

Claves

rim' :: TrSpec -> Sam Source

Rim shot

mar' :: TrSpec -> Sam Source

Maracas

hcon' :: TrSpec -> Sam Source

High conga

mcon' :: TrSpec -> Sam Source

Middle conga

lcon' :: TrSpec -> Sam Source

Low conga