generate_pattern
Turn epistemic state vectors into playable Strudel patterns with selectable complexity modes, returning ready-to-paste code for strudel.cc.
Instructions
Generate a Strudel music pattern from epistemic vectors. Returns code that can be pasted into strudel.cc
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| mode | No | Pattern complexity mode | full |
| vectors | Yes | Epistemic state vectors (0-1 scale) | |
| includeComments | No | Include explanatory comments in output |