Emute-Lab-Instruments / uSEQ

20 stars 0 forks source link

expression evaluation bug #87

Closed chriskiefer closed 4 months ago

chriskiefer commented 4 months ago

the fix we did earlier broke the sequencer

if you do this if (evaled_arg.is_error()) { evalError = true; error("Arg number " + String(i) + " is error:\n" + expr.display()); break; } Serial.println(evaled_arg.as_string()); // else{ // args[i] = evaled_arg;

                // }

you get a bunch or error message:

:nullopt str: cannot cast std::nullopt str: cannot cast std::nullopt