[PD-dev] [ pure-data-Patches-1193650 ] exposing verbose() in m_pd.h

SourceForge.net noreply at sourceforge.net
Mon May 2 10:10:59 CEST 2005


Patches item #1193650, was opened at 2005-05-02 10:10
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=478072&aid=1193650&group_id=55736

Category: None
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: IOhannes m zmölnig (zmoelnig)
Assigned to: Nobody/Anonymous (nobody)
Summary: exposing verbose() in m_pd.h

Initial Comment:
(i have moved this from RFE to patches)

this patch gives the authors of externals the
possibility to give some user-defined verbosity to
their externals.

"void verbose(int level, const char*fmt, ...);" will
output the formatted string only if the given level is
lower than the user-settable "sys_verbose"-level.

the user can set the verbosity by adding "-verbose" to
the startup flags. each "-verbose" increments the
sys_verbose by 1.

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

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




More information about the Pd-dev mailing list