Patches item #1193650, was opened at 2005-05-02 01:10 Message generated for change (Comment added) made by millerpuckette 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.
----------------------------------------------------------------------
Comment By: Miller Puckette (millerpuckette)
Date: 2005-05-17 21:22
Message: Logged In: YES user_id=313747
Took it
----------------------------------------------------------------------
You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=478072&aid=1193650...