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

SourceForge.net noreply at sourceforge.net
Wed May 18 11:17:59 CEST 2005


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

Category: puredata-dev
Group: None
>Status: Closed
>Resolution: Accepted
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: IOhannes m zmölnig (zmoelnig)
Date: 2005-05-18 11:17

Message:
Logged In: YES 
user_id=564396

accepted by millerpuckette

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

Comment By: Miller Puckette (millerpuckette)
Date: 2005-05-18 06: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&group_id=55736




More information about the Pd-dev mailing list