Skip to main content

Crate synesthetic_fixtures

Crate synesthetic_fixtures 

Source
Expand description

Embedded Synesthetic fixtures for integration tests and examples.

Enums§

FixtureError
Error returned when fixtures cannot be loaded.

Functions§

graph
Deserialize a fixture graph into a Graph.
graph_json
Return the raw JSON for a fixture graph by ID (e.g., signal_chain).
iter_graph_json
Iterator over all (id, json) graph fixtures.
iter_operator_json
Iterator over all (id, json) operator fixtures.
operator
Deserialize a fixture operator into an OperatorDef.
operator_json
Return the raw JSON for a fixture operator by ID (e.g., test/source).