Documentation
Composing with Conchordal
Composition in Conchordal is scenario scripting. You write Rhai scripts that define when and how sound agents spawn into the cognitive landscape. Instead of placing notes directly, you configure agent parameters and let them find consonance through emergent interaction on the landscape.
Overview
Conchordal at a glance:
- Harmony as a perceptual terrain: Consonance Field, Density, Movement, and Viability, closed into an ecology by respawn.
- Rhythm as one coupling continuum on an emergent meter the population itself drives (
metric/entrained/flow), shaped by director-level soft priors. - A listener-side model (
ListenerTwin) that observes only the presented sound, with optional weak DCC coupling. - A tiered Rhai scripting surface (Core / Experimental / Tuning / Research) with a generated, drift-proof API reference.
See the Technical Notes for the underlying model.