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

SourceForge.net noreply at sourceforge.net
Sun Feb 26 17:10:16 CET 2012


Bugs item #3494768, was opened at 2012-02-26 08:10
Message generated for change (Tracker Item Submitted) made by eighthave
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=478070&aid=3494768&group_id=55736

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: puredata
Group: v0.43
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Hans-Christoph Steiner (eighthave)
Assigned to: IOhannes m zmölnig (zmoelnig)
Summary: verbose() leaves blank lines when filtered out in Pd window

Initial Comment:
When lines are posted to the Pd window using verbose() and then the Pd window is set to display at a lower level than the verbose() posted at, the lines that were posted using verbose() will be filtered, but will leave a blank line in their place.  lines posted with logpost() do not do this.  For example, if I post three lines using verbose() like this:

    verbose(3, "three");
    verbose(4, "four");
    verbose(3, "three");

Setting the log level to four will show:

 three
 four
 three

Setting the log level to 3 will show:

three

three

When it should show:

three
three

I'm assigning this to IOhannes because I think he wrote the current verbose() function.

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=478070&aid=3494768&group_id=55736



More information about the Pd-dev mailing list