csound-sampler-0.0.1: A musical sampler based on Csound

Safe HaskellNone

Csound.Sam.Chord

Description

Shortcuts for common chords.

Synopsis

Documentation

chRot :: Int -> Chord -> ChordSource

Rotates the chord.

chMin :: ChordSource

A minor chord

chMaj :: ChordSource

A major chord.

chLead :: ChordSource

A lead tone triad.

chMaj7 :: ChordSource

A major seventh chord.

chMin7 :: ChordSource

A minor seventh chord.

ch7 :: ChordSource

A dominant seventh chord.

chLead7 :: ChordSource

A lead tone seventh chord.

atMaj :: Int -> ChordSource

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

atMin :: Int -> ChordSource

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

atMaj7 :: Int -> ChordSource

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

atMin7 :: Int -> ChordSource

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