nashaudio / manhattan-issues

Issue tracking for Manhattan (http://nash.audio/manhattan).
1 stars 0 forks source link

Error highlights stay red until playback. #57

Closed nashnet closed 1 year ago

nashnet commented 1 year ago

@esaruoho - let’s say i use ".volume +1 mod 64" to a cell on the .volume. this gives an error, because i don’t understand the syntax. but i remove the "mod 64" from the end of it, and the row where the volume is being set, stays red, until i stop and start playback. is it possible to update the "error state" to "oh, now it works" instead of keeping it red until stop-start playback?

nashnet commented 1 year ago

Agreed, I'm already planning such an update, though its a little more complicated to implement, due to the way the error logging works. I'll spend a little time investigating and experimenting and hopefully get it in for the next release.

nashnet commented 1 year ago

This only happens for errors created during the active playback. I have made it so that editing a formula clears the error bit.