[PD-dev] [ pure-data-Patches-3494768 ] verbose() leaves blank lines when filtered out in Pd window

IOhannes m zmölnig zmoelnig at iem.at
Mon Feb 27 22:30:54 CET 2012


On 02/27/12 19:34, Hans-Christoph Steiner wrote:
>
> If post(), error(), etc. are your examples, then verbose() should have no level argument, just the fmt, then it could post at level 4.  That makes sense to me. If verbose() is meant to post messages at varying levels, then it should use the same numbering scheme as everything else, i.e.
>

it's the other way round.
if you insist on that, then logpost() should have the same numbering 
scheme as everything else:
  logpost(0)==post()
  logpost(1)==verbose(1)
  logpost(-1)==error()

fgmadsr
IOhannes



More information about the Pd-dev mailing list