defines how to generate, analyze, and curate sets of sequences using combinatorial enumeration and deterministic statistical grouping. enables structured exploration of pattern space and mapping of chosen sequences to control domains.
the selection domain constructs and filters sets of candidate sequences based on combinatorial logic and quantitative properties. as part of the structure layer, it supports the generation of pattern sets, the extraction of statistical features, and the deterministic selection or sorting of material for further projection into pitch, onset, density, or structural domains. all operations are fully deterministic, with no runtime randomness or adaptive behavior. this domain provides a principled way to explore large spaces of variation and control structures without sacrificing transparency or reproducibility.
each form uses parameters a
and b
∈ [0,1], remapped to meaningful musical controls. forms are irreducible, additive, and operate purely on data generation and filtering:
enumerate subsets
rank by feature
cluster by similarity
project set
behavior: maps the selected set of sequences into another control domain (e.g. pitch, density).
analogy: casting abstract patterns into physical shape
a: target domain (pitch, timing, amplitude, etc.)
b: value scaling or quantization mode
enumerate subsets
a
: sets maximum length of each pattern (e.g. 1 to full-length)b
: controls breadth of enumeration (sparse to exhaustive)rank by feature
a
: selects scoring metric (e.g. entropy = 0.0, smoothness = 0.5, repetition = 1.0)b
: sets ranking threshold or percentilecluster by similarity
a
: resolution of clustering (number of groups)b
: selects which cluster to useproject set
a
: selects target control domain
b
: transforms value range or domain-specific mapping
generative pitch
or pattern
domains.mutation
domain.the selection
domain introduces a new layer of control over combinatorial and statistical pattern space. by enumerating, scoring, grouping, and projecting candidate sequences, it enables precise and expressive use of pattern complexity - without sacrificing determinism. as both a generator and curator of structure, selection
forms a crucial link between raw material and musically relevant control data across the 声音 system.