eurorack-blocks icon indicating copy to clipboard operation
eurorack-blocks copied to clipboard

Max: bad warning formating

Open eliottparis opened this issue 1 year ago • 0 comments

On Max, warning like the following are not well formatted in the Max Console making it harder to understand what is wrong:

node.script:[33mwarning:[0m non mapped LedBi state_led_r
[33mwarning:[0m non mapped LedBi state_led_g
[33mwarning:[0m non mapped GateOut state_gate
image

I think it could also be posted as a warning instead of a regular post in the console using:

maxApi.post(..., maxApi.POST_LEVELS.WARN);

eliottparis avatar Jun 09 '23 15:06 eliottparis