memlnaut-nisps/playground/src
monkey-w1n5t0n f2562176fc fix(playground/audio): compile AudioWorklet via ?worker&url
addModule() was handed new URL('./nisps-processor.ts', import.meta.url), which
Vite copies as raw TypeScript (served as video/mp2t) instead of compiling it —
that pattern only bundles for new Worker(). Import the worklet with
?worker&url so Vite emits compiled, hashed .js. Fixes the synth engine failing
to load on meml.lnfinitemonkeys.org.
2026-06-16 22:19:24 +02:00
..
audio fix(playground/audio): compile AudioWorklet via ?worker&url 2026-06-16 22:19:24 +02:00
debug playground/stream-10: wire phase 1-4 features into modes (meml-5wg) 2026-04-29 17:33:01 +03:00
dev playground/stream-10: wire phase 1-4 features into modes (meml-5wg) 2026-04-29 17:33:01 +03:00
features playground/stream-10: wire phase 1-4 features into modes (meml-5wg) 2026-04-29 17:33:01 +03:00
input feat(playground): input/output pipelines + curve catalog 2026-04-29 15:37:46 +03:00
ml feat(playground/wasm): WASM bridge between C++ core and SolidJS playground (meml-tgm) 2026-04-29 16:36:29 +03:00
modes playground/stream-10: wire phase 1-4 features into modes (meml-5wg) 2026-04-29 17:33:01 +03:00
output feat(playground): input/output pipelines + curve catalog 2026-04-29 15:37:46 +03:00
primitives feat(playground): UI primitive library + /dev/primitives showcase 2026-04-29 15:38:55 +03:00
stores playground/stream-10: wire phase 1-4 features into modes (meml-5wg) 2026-04-29 17:33:01 +03:00
styles feat(playground): scaffold vite + solid + ts 2026-04-29 15:37:23 +03:00
App.module.css feat(playground): scaffold vite + solid + ts 2026-04-29 15:37:23 +03:00
App.tsx feat(playground/modes): all 9 mode bindings + /modes route (meml-yt7) 2026-04-29 17:00:56 +03:00
main.tsx playground/stream-10: wire phase 1-4 features into modes (meml-5wg) 2026-04-29 17:33:01 +03:00
types.d.ts feat(playground): scaffold vite + solid + ts 2026-04-29 15:37:23 +03:00