Skip to main content

Module modular

Module modular 

Source
Expand description

Modular component builder scenes for synth, patch, and poly workflows.

Structs§

BuilderValidation
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.