pub fn compile_gen(source: &str) -> Result<String, Box<dyn Error>>Expand description
Compile a .flutmax source as a gen~ patcher (classnamespace: “dsp.gen”).
Inside gen~, all objects operate at signal rate, so E001 (Signal->Control connection) and E005 (output type mismatch) are suppressed. E002 (undefined reference) and E003 (duplicate definition) are still detected.