ohmtech-rdi / eurorack-blocks

Software to Hardware Prototyping for Eurorack using C++, Max/Gen~ or Faust
Other
296 stars 19 forks source link

Max: bad warning formating #554

Open eliottparis opened 1 year ago

eliottparis commented 1 year ago

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

node.script:warning: non mapped LedBi state_led_r
warning: non mapped LedBi state_led_g
warning: 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);