Expand description
Modular component builder scenes for synth, patch, and poly workflows.
Structs§
- Builder
Validation - A single validation finding reported by the component builder.
Constants§
- COMPONENT_
BUILDER_ ACTIONS - Action names the component builder accepts.
- COMPONENT_
BUILDER_ CORD_ EDIT_ FIXTURE - Fixture name for a cord-edit builder snapshot.
- COMPONENT_
BUILDER_ GRAPH_ EDIT_ FIXTURE - Fixture name for a graph-edit builder snapshot.
- COMPONENT_
BUILDER_ INVALID_ PATCH_ FIXTURE - Fixture name for an invalid-patch builder snapshot.
- COMPONENT_
BUILDER_ PATCH_ FORMAT - Patch serialization format tag emitted by the builder.
- COMPONENT_
BUILDER_ SECTION_ EDIT_ FIXTURE - Fixture name for a section-edit builder snapshot.
- COMPONENT_
BUILDER_ VALIDATION_ CODES - Validation codes the component builder can report.
- COMPONENT_
BUILDER_ VIEW_ ID - Stable lens id for the modular component builder.
- COMPONENT_
CORD_ VIEW_ ID - Stable lens id for the component cord editor.
- COMPONENT_
GRAPH_ VIEW_ ID - Stable lens id for the component graph panel.
- COMPONENT_
PALETTE_ VIEW_ ID - Stable lens id for the component palette panel.
Functions§
- component_
builder_ fixture_ names - Returns the names of the built-in component builder fixtures.
- component_
builder_ snapshot - Renders the named fixture into a component builder Scene snapshot.
- component_
builder_ view - Builds the full component builder Scene from a patch, palette, sections, and validation findings.
- component_
cord_ view - Builds the cord editor table Scene from a patch.
- component_
graph_ view - Builds the component graph Scene of modules and cords from a patch.
- component_
palette_ view - Builds the component palette table Scene, filtered by category and capability.
- validation_
display - Builds the validation display Scene from a set of builder findings.