You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Refactored the audio interpreter driver to split collection, extraction, pattern execution, rendering, and graph rendering more clearly.
Improved routing rendering so events can resolve their graph node from explicit routing declarations, pattern sources, and fallback routing.
Improved effect-chain handling for structured parameter maps and trigger-specific processing.
Improved MIDI export and audio event collection with stronger validation of timings and values.
Improved parser robustness:
// comment lines are now accepted in addition to #.
UTF-8 BOM prefixes are stripped when parsing files.
Unknown statements with close keyword matches now carry structured suggestions.
else bodies are attached more reliably to their preceding if.
Updated examples to demonstrate the v0.2.0 synth chain, routing master normalization, and enhanced pattern symbols.
Updated package versions to 0.2.0 across Cargo, npm, and project-version.json.
🐛 Bug Fixes
Fixed the npm/TypeScript package build by keeping the TypeScript entrypoints required by package.json, tsconfig.json, the npm binary wrapper, and published type declarations.
Fixed npm run ts:build, which otherwise failed because the TypeScript source entrypoints were missing.
Fixed release-readiness checks for the documented npm flow by verifying TypeScript declarations and the combined npm build.