[PD-dev] canvas class polymorphism

2011-03-14 Thread Charles Henry
I've been working through my CUDA Pd project, and I ran into the problem of making externals that copy the canvas class. My first idea was that I wanted a completely separate class with different methods using glist. Calls from Pd looking for t_canvas work just fine, but functions like

[PD-dev] [ pure-data-Bugs-3212041 ] multiple pd~ can freeze pd when sending stop

2011-03-14 Thread SourceForge.net
Bugs item #3212041, was opened at 2011-03-14 21:31 Message generated for change (Tracker Item Submitted) made by nusmuk You can respond by visiting: https://sourceforge.net/tracker/?func=detailatid=478070aid=3212041group_id=55736 Please note that this message will contain a full copy of the

[PD-dev] recentfiles_list explanation

2011-03-14 Thread Yvan Volochine
hello sorry if this is obvious but I'm looking into pd source for the 1st time today... I'm trying to get recentfiles written to ~/.pdsettings and I think I'm missing something obvious. (see my patch attached or here: http://pastebin.com/3apUXLzs ). so far I can read from .pdsettings and get

Re: [PD-dev] recentfiles_list explanation

2011-03-14 Thread Yvan Volochine
I'm trying to get recentfiles written to ~/.pdsettings and I think I'm missing something obvious. (see my patch attached or here: http://pastebin.com/3apUXLzs ). so far I can read from .pdsettings and get the recentfiles in the File menu (when I wrote them in theremanually) but, in