diff --git a/index.html b/index.html index 0e4213b..6df58b8 100644 --- a/index.html +++ b/index.html @@ -877,7 +877,6 @@
-
@@ -900,6 +899,7 @@
+
diff --git a/src/play.ts b/src/play.ts index 3f9fa77..4343ae9 100644 --- a/src/play.ts +++ b/src/play.ts @@ -114,8 +114,8 @@ async function main(): Promise { setUiPlaying(true); statusEl.textContent = 'Generating…'; - // Match main page output: passthrough → existing SynthesisEngine. - await motifEngine.generateFromMIDI(events, 'passthrough'); + // Match main page "Generate & Play": procedural role-mapping → existing SynthesisEngine. + await motifEngine.generateFromMIDI(events, 'procedural'); motifEngine.setVolume(Number.parseFloat(volumeEl.value)); statusEl.textContent = 'Playing…';