validate_pattern_runtime
Validate a Strudel music pattern by executing it and monitoring the console for runtime errors, catching issues not found by static analysis.
Instructions
Validate pattern with runtime error checking (monitors Strudel console for errors)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| pattern | Yes | Pattern code to validate | |
| waitMs | No | How long to wait for errors (default 500ms) |