csound-sampler-0.0.10.0: A musical sampler based on Csound
Safe HaskellNone
LanguageHaskell2010

Csound.Sam.Chord

Description

Shortcuts for common chords.

Synopsis

Documentation

chRot :: Int -> Chord -> Chord Source #

Rotates the chord.

chMin :: Chord Source #

A minor chord

chMaj :: Chord Source #

A major chord.

chLead :: Chord Source #

A lead tone triad.

chMaj7 :: Chord Source #

A major seventh chord.

chMin7 :: Chord Source #

A minor seventh chord.

ch7 :: Chord Source #

A dominant seventh chord.

chLead7 :: Chord Source #

A lead tone seventh chord.

atMaj :: Int -> Chord Source #

Chord in major scale at the given note (if there are seven notes)

atMin :: Int -> Chord Source #

Chord in minor scale at the given note (if there are seven notes)

atMaj7 :: Int -> Chord Source #

Seventh chord in major scale at the given note (if there are seven notes)

atMin7 :: Int -> Chord Source #

Seventh chord in minor scale at the given note (if there are seven notes)