No description
Compiler changes: - emit_handler: DOM events (keydown/keyup/etc) route to document.addEventListener - emit_handler: handler params (ev) pushed into scope to prevent .value suffix - play_tone(freq, dur, type) and play_noise(dur, vol) builtins - Web Audio runtime: _playTone (oscillator) and _playNoise (filtered noise) - Reactive textContent: signal-dependent If expressions wrapped in DS.effect Example updates: - game-pong.ds: Arrow Up/Down for paddle, Space for pause/resume, paddle-hit sounds - step-sequencer.ds: 4 audio trigger timers (kick=60Hz, snare=noise, hihat=noise, bass=110Hz) Verification: - All 136 tests pass, 45 examples compile - Relay connects successfully, multiplayer sync confirmed - Keyboard controls and pause toggle verified in browser |
||
|---|---|---|
| bench | ||
| compiler | ||
| engine | ||
| examples | ||
| registry | ||
| .gitignore | ||
| BITSTREAM_INTEGRATION.md | ||
| Cargo.toml | ||
| DREAMSTACK.md | ||
| IMPLEMENTATION_PLAN.md | ||
| STREAM_COMPOSITION.md | ||
| USE_CASES.md | ||