memlnaut-nisps/playground/js/shapeseq
w1n5t0n 4cea170795 refactor(projection): simplify to 3 global knobs
Replace the composable transform chain (VelocityCurve, GateThreshold,
RangeMap, OctaveFolder, StutterMap, presets) with 3 straightforward
post-chain knobs: velocityCurve, gateThreshold, and pitchRange. The
old system was over-engineered for a research prototype — the new API
is easier to wire to UI controls and reason about.
2026-04-06 23:41:30 +01:00
..
tests refactor(projection): simplify to 3 global knobs 2026-04-06 23:41:30 +01:00
chain-ui.js feat(shapeseq): implement Layer 3 — chain builder UI and sequencer core 2026-03-24 02:10:04 +02:00
chain.js refactor(PitchWalker): redesign as processor, add reEvalOnLoop 2026-04-06 23:37:32 +01:00
clock.js feat(pattern): add midiNote field + trigger-aware merge 2026-04-06 23:28:01 +01:00
event-bus.js refactor(event-bus): extract to shared module 2026-04-06 23:18:47 +01:00
param-map.js feat(shapeseq): implement Layer 0 foundation modules 2026-03-24 01:57:59 +02:00
pattern.js feat(shapeseq): polyrhythm — per-generator step counts with LCM tiling 2026-04-06 23:31:45 +01:00
primitive.js refactor(PitchWalker): redesign as processor, add reEvalOnLoop 2026-04-06 23:37:32 +01:00
primitives.js refactor(PitchWalker): redesign as processor, add reEvalOnLoop 2026-04-06 23:37:32 +01:00
prng.js feat(shapeseq): implement Layer 0 foundation modules 2026-03-24 01:57:59 +02:00
projection.js refactor(projection): simplify to 3 global knobs 2026-04-06 23:41:30 +01:00
seq-iml.js feat(shapeseq): implement Layer 0 foundation modules 2026-03-24 01:57:59 +02:00
sequencer.js refactor(projection): simplify to 3 global knobs 2026-04-06 23:41:30 +01:00
step-viz.js feat(shapeseq): implement Layer 1 modules 2026-03-24 02:02:01 +02:00