Patches item #1193650, was opened at 2005-05-02 10:10 Message generated for change (Settings changed) made by zmoelnig You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=478072&aid=1193650...
Category: puredata-dev
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...