Hello,
I'm wondering how verbose() work.
I guess it should print some info in Pd's console when Pd's log level is higher than verbose's first argument.
With the code [1] modified from examples/template/mycobject.c, I see messages from level 0, 1, 2 and 3 when sending [rats(.
Note the `i-3` in line 18.
Also I didn't find any documentation about this subtraction and many many occurrence of verbose in lots of externals doesn't seem to work (in Gem for example).
Did I miss something ?
Thanks
Antoine