Overview Clamps Packages CM Dictionary Clamps Dictionary Fomus
Next: make-ref , Previous: make-oasr , Up: M , Home: Overview

Clamps Dictionary

make-quantlist

Function

(make-quantlist vals)

Return the sorted list of quantization points in fractions of a beat [0..1] for a list of the beat division numbers to be considered, supplied in vals.

Arguments

vals List of integer beat-divisions to be collected.

Examples

(make-quantlist '(4)) ; => (0 1/4 1/2 3/4 1)

(make-quantlist '(3 4)) ; => (0 1/4 1/3 1/2 2/3 3/4 1)

(make-quantlist '(3 4 5)) ; => (0 1/5 1/4 1/3 2/5 1/2 3/5 2/3 3/4 4/5 1)

See also

Author: Orm Finnendahl

Created: 2025-02-18 Di 12:58

Validate