csound-expression-0.3.4: Csound combinator library

Safe HaskellNone

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.