csound-expression-0.3.3: Csound combinator library

Safe HaskellSafe-Infered

CsoundExpr.Base.Pitch

Contents

Description

Csound pitch constants for fast sketching. It's better to use functions from module Temporal.Music.

Synopsis

Documentation

low :: Score Pitch -> Score PitchSource

low shifts pitch one octave lower

high :: Score Pitch -> Score PitchSource

high shifts pitch one octave higher

lower :: Octave -> Score Pitch -> Score PitchSource

lower shifts pitch by n octaves lower

higher :: Octave -> Score Pitch -> Score PitchSource

higher shifts pitch by n octaves higher

Pitch constants

c is 8.00, cs is 8.01 etc.

c, bb, ab, gb, fb, eb, db, cb, bs, b, as, a, gs, g, fs, f, es, e, ds, d, cs :: Score PitchSource