music-score-1.8.1: Musical score and part representation.

Copyright(c) Hans Hoglund 2012-2014
LicenseBSD-style
Maintainerhans@hanshoglund.se
Stabilityexperimental
Portabilitynon-portable (TF,GNTD)
Safe HaskellNone
LanguageHaskell2010

Music.Score.Internal.Quantize

Contents

Description

Rhythmical quantization.

Synopsis

Rhythm type

mapWithDur :: (Duration -> a -> b) -> Rhythm a -> Rhythm b Source

Quantization

dotMod :: Int -> Duration Source

Return the scaling applied to a note with the given number of dots (i.e. 32, 74 etc).

Utility