temporal-music-notation-0.1.3: music notation

Temporal.Music.Notation.Scales

Contents

Description

specific scales

Synopsis

just scales

ji3 :: (Int, Int) -> FrequencySource

3-limit basis (2, 3/2)

ji5 :: (Int, Int, Int) -> FrequencySource

5-limit basis (2, 3/2, 5/4)

ji7 :: (Int, Int, Int, Int) -> DoubleSource

7-limit basis (2, 3/2, 5/4, 7/6)

pyth :: Int -> Frequency -> ScaleSource

pythagorean scale

hindGb :: Int -> Frequency -> ScaleSource

hindemithean scale with gb for tritone

hindFs :: Int -> Frequency -> ScaleSource

hindemithean scale with fs for tritone

justBP :: Int -> Frequency -> ScaleSource

just Bohlen-Pierce scale

partchean :: Int -> Frequency -> ScaleSource

Harry Partch's 43-tone scale

luScale :: Int -> Frequency -> ScaleSource

Chinese Lu 12-tone scale

superJust :: Int -> Frequency -> ScaleSource

Wendy Carlos super just 12-tone scale

harmonicJust :: Int -> Frequency -> ScaleSource

Wendy Carlos harmonic 12-tone scale

sruti :: Int -> Frequency -> ScaleSource

Indian Sruti 22-tone scale

Irregular scales

eqt :: Int -> Frequency -> ScaleSource

12 tone equal temperament scale

eqts :: Int -> Frequency -> ScaleSource

general equal temperament scale

eqBP :: Int -> Frequency -> ScaleSource

equal Bohlen-Pierce scale

hind :: Int -> Frequency -> ScaleSource

hindemithean scale with mean of fs and gb for tritone

Subscales

extracting 5-tone scales out of 12-tone scales

extracting 7-tone scales out of 12-tone scales