Skip to main content

generate_with_options

Function generate_with_options 

Source
pub fn generate_with_options(
    graph: &PatchGraph,
    opts: &GenerateOptions,
) -> Result<String, CodegenError>
Expand description

Generate a .maxpat JSON string from a PatchGraph (with options).