Re: [PD-dev] [ANN] new external: tracker

2007-09-29 Thread federico
for target: Linux MacOS (thanks Steffen) Win32 (thanks tof) (plus some bugfixes) you can find as usual in /externals/ffext/tracker or here: http://www.puredata.org/Members/federico/externals thanks to everyone that gave (and will give) feedback! -- Federico Ferri

Re: [PD-dev] [PD] [ANN] new external: tracker

2007-09-22 Thread federico
it looked. Looks nice. I think the editing features are interesting. Attached is also a screenshot of the help file for anyone in a similar position. Best, Steffen thank you for your fieedback! -- Federico Ferri ___ PD-dev mailing list PD-dev@iem.at http

Re: [PD-dev] more on the 12 point font mystery

2007-09-22 Thread federico
be interested to see how it compares. Also, if you want to do the measurements that would be also good to have. .hc On Sep 22, 2007, at 6:27 AM, federico wrote: which is your version of Tk? please note that when I switched to Tk-8.5 with xft support (anti-aliased fonts) I found even bigger fonts

[PD-dev] [ANN] mostly for devs and tcl'ers: tclpd

2007-09-21 Thread federico
it, hacking it, giving feedback (beware: alpha release!) -- Federico Ferri ___ PD-dev mailing list PD-dev@iem.at http://lists.puredata.info/listinfo/pd-dev

[PD-dev] [ANN] new external: tracker

2007-09-21 Thread federico
the externals/ffext/tracker directory. http://www.puredata.org/Members/federico/externals/tracker-0.2.tar.gz please report feedback about use, bugs, and possible improvements -- Federico Ferri ___ PD-dev mailing list PD-dev@iem.at http://lists.puredata.info

Re: [PD-dev] I am really confused by this C problem - help?

2007-09-16 Thread federico
float (t_float) and int (wich you specified with %d) have an incompatible bit arrangement. so it is wrong doing: t_float x = 8.0; post(%d, x); you surely will get an inconsistent result. better you do an explicit cast: post(%d, (int)x); -- Federico On 9/16/07, Ed Kelly [EMAIL

Re: [PD-dev] copybytes - partial array?

2007-09-16 Thread federico
what is an array? is a C array? you may want to read: http://www.mkssoftware.com/docs/man3/memcpy.3.asp and more generally a good C book -- Federico On 9/16/07, Ed Kelly [EMAIL PROTECTED] wrote: Hi again to all devs, Is there any way to use copybytes to take a chunk out of an array? Say

Re: [PD-dev] ask for cvs access

2007-09-16 Thread federico
so, what about my request? is going to be silently ignored? -- Federico ___ PD-dev mailing list PD-dev@iem.at http://lists.puredata.info/listinfo/pd-dev

[PD-dev] ask for cvs access

2007-09-07 Thread federico
something more about mepd on my pd member page: http://www.puredata.org/Members/federico I am also the maintainer of pd-overlay - http://pd-overlay.sf.net - an effort about providing updated pd externals related software packages (really: ebuilds) on Gentoo Linux OS externs I'm going to commit

Re: [PD-dev] glist_grab not grabbing arrows

2007-09-05 Thread federico
*embarrassment* -_- nevermind the discussion about strcmp(), De Morgan's laws, and such I got confused about strcmp() the function returns a comparison result. In order to interpret it as the boolean strings are equal should be inverted... so my discussion actually is pointless :) (the

[PD-dev] glist_grab not grabbing arrows

2007-09-03 Thread federico
; t_canvas* canvas = glist_getcanvas(glist); if(doit) { glist_grab(glist, x-x_obj.te_g, (t_glistmotionfn)grid_motion, grid_key, xpix, ypix); ... ty Federico ___ PD-dev mailing list PD-dev@iem.at http://lists.puredata.info/listinfo

[PD-dev] glist font vs. default font - how to measure?

2007-09-02 Thread federico
is that one in glist measured by sys_font*() ? I've checked out other externals, but I see every one picks an arbitrary font and arbitrary sizes :S I hope there's a better way... best regards, Federico ___ PD-dev mailing list PD-dev@iem.at http

Re: [PD-dev] glist font vs. default font - how to measure?

2007-09-02 Thread federico
I reply to myself. it seems that using: -font -*-courier-bold--normal--%d-* with %d = glist_getfont(glist) gives a coherent measure. anyone can confirm that? On 9/2/07, federico [EMAIL PROTECTED] wrote: hi all, I re-subscribed today to this list, and now I'm learning the gui part of pd

[PD-dev] [miXed/toxy] consistency check failed: widget_anything

2006-11-16 Thread Federico
at. Now I discovered that along with this error, I am not able to receive messages with [tow] anymore. what could be the source of problem? thanks -- ciao Federico ___ PD-dev mailing list PD-dev@iem.at http://lists.puredata.info/listinfo/pd-dev

Re: [PD] Re: [PD-dev] launching tcl/tk scripts from pd

2006-11-06 Thread Federico
Mathieu Bouchard ha scritto: On Sun, 5 Nov 2006, Federico wrote: Mathieu Bouchard ha scritto: i discovered delays of toxy when dealing with messages that needs to be timing-accurate Do you want to give me a hand making/designing this? yes! (as I said you on IRC) let me know some newz

Re: [PD] Re: [PD-dev] launching tcl/tk scripts from pd

2006-11-06 Thread Federico
Federico ha scritto: Mathieu Bouchard ha scritto: On Sun, 5 Nov 2006, Federico wrote: Mathieu Bouchard ha scritto: i discovered delays of toxy when dealing with messages that needs to be timing-accurate Do you want to give me a hand making/designing this? yes! (as I said you on IRC) let me

Re: [PD] Re: [PD-dev] launching tcl/tk scripts from pd

2006-11-05 Thread Federico
Mathieu Bouchard ha scritto: On Sun, 29 Oct 2006, Federico wrote: ah! I already seen that, and forgotten about that. In the last hour I read all available docs at: http://suita.chopin.edu.pl/~czaja/miXed/externs/ but still something isn't clear to me, also looking at the example widfiles