Re: [PD] call for testers for L2Ork iteration of pd-extended (based on 0.42.x branch)

2010-11-21 Thread ALAN BROOKER
Hi Ico, I'm on Ubuntu and have tried to ./configure but the terminal reports no tk library found : checking for tcl8.4/tcl.h... yes checking for main in -ltcl85... no checking for main in -ltcl8.5... no checking for main in -ltcl84... no checking for main in -ltcl8.4... yes checking

Re: [PD] call for testers for L2Ork iteration of pd-extended (based on 0.42.x branch)

2010-11-21 Thread Spencer Russell
On Sat, Nov 20, 2010 at 9:20 PM, Ivica Ico Bukvic i...@vt.edu wrote: The source tarball also includes prebuilt binaries, so assuming you have an intel machine with Ubuntu 9.10, it should just run. (cd pd/bin/ followed by ./pd). Otherwise, you may have to rebuild it (standard pd-extended

Re: [PD] call for testers for L2Ork iteration of pd-extended (based on 0.42.x branch)

2010-11-21 Thread Ivica Ico Bukvic
Since there are prebuilt binaries and therefore platform-specific configs, probably the safest thing you need to do to rebuild on your platform from scratch is to do the following: cd pd/src make distclean aclocal autoconf ./configure (with flags you wish to use, typically --prefix=/usr

Re: [PD] call for testers for L2Ork iteration of pd-extended (based on 0.42.x branch)

2010-11-21 Thread Ivica Ico Bukvic
Also, forgot to mention in my original email this version AFAIK fixes all graph-on-parent bugs. Just remembered a few more that some of you might find useful: *send to back/bring to front right-click menu for those of you interested in building more complex UIs *auto-update of scrollbars when

Re: [PD] call for testers for L2Ork iteration of pd-extended (based on 0.42.x branch)

2010-11-21 Thread Ivica Ico Bukvic
I also had trouble with the tk dependency. When I tried to run the pre-built binary in the tarball it said it couldn't find libtk8.5.so.0, even though it is present in /usr/lib. I'm running Ubuntu Maverick. -spencer Could you please try rebuilding using steps I sent out in reply to Alan's

Re: [PD] call for testers for L2Ork iteration of pd-extended (based on 0.42.x branch)

2010-11-21 Thread Ivica Ico Bukvic
But I wish to say the improvements to the gui on Ubuntu are really nice! Really want to use this from now on- the larger “cord/wire connect” icon is really useful- and appreciate any feedback regarding the above Just to clarify, this appearance is not our addition but this is already a part

Re: [PD] Trying to track a ghost pdtk_canvas_getscroll call

2010-11-21 Thread Ivica Ico Bukvic
Hi Mathieu, This is a great advice! However, when adding blargh() function from the gridflow.c inside the sys_vgui (s_inter.c) so that when the debug is on it outptus a trace for each call, it appears it only manages to do one level which is obviously the sys_vgui call itself. Why is it not able

Re: [PD] [midiin] doesn't recognize SYSTEM COMMON or SYSTEM REAL TIME messages

2010-11-21 Thread András Murányi
On Fri, Nov 19, 2010 at 5:43 PM, Ingo Scherzinger i...@miamiwave.comwrote: Does anybody know how to receive SYSTEM COMMON or SYSTEM REAL TIME messages? The [midiin] object only outputs 0xF0 (sysex start), 0xF7 (sysex end) and 0xF6 (tune request). Anything else between 0xF0 and 0xFF is being

[PD] Invitation à se connecter sur LinkedIn

2010-11-21 Thread Thomas Thiery via LinkedIn
LinkedIn Thomas Thiery requested to add you as a connection on LinkedIn: -- Barry, J'aimerais vous inviter à rejoindre mon réseau professionnel en ligne, sur le site LinkedIn. Thomas Accept invitation from Thomas Thiery

[PD] rvbap.pd_linux: wrong ELF class: ELFCLASS32 Error

2010-11-21 Thread Christoph Kuhr
I suppose its because the lib is compiled in 32bit, but im using 64bit arch... do you know where i can get the sources for recompilation?greetzCk ___ Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -

Re: [PD] rvbap.pd_linux: wrong ELF class: ELFCLASS32 Error

2010-11-21 Thread Hans-Christoph Steiner
Try SVN: svn co https://pure-data.svn.sourceforge.net/svnroot/pure-data/trunk/externals/vbap I just redid the build system, so it should be quite easy to build. .hc On Nov 21, 2010, at 2:21 PM, Christoph Kuhr wrote: I suppose its because the lib is compiled in 32bit, but im using 64bit

Re: [PD] call for testers for L2Ork iteration of pd-extended (based on 0.42.x branch)

2010-11-21 Thread Ivica Ico Bukvic
Ugh, forgot to mention another critical thing--this version requires tcl/tl 8.5 or higher. Best wishes, Ico Ivica Ico Bukvic i...@vt.edu wrote: Also, forgot to mention in my original email this version AFAIK fixes all graph-on-parent bugs. Just remembered a few more that some of you might

Re: [PD] call for testers for L2Ork iteration of pd-extended (based on 0.42.x branch)

2010-11-21 Thread Menno van der Woude
To solve the problem with the tk library, I had to install package tk-dev. Same for tcl, installed package tcl8.5-dev. After installing these packages I I was able to complete the build process specified in the email (not as is written in the INSTALL text file in the tarball). Now this pd version

Re: [PD] call for testers for L2Ork iteration of pd-extended (based on 0.42.x branch)

2010-11-21 Thread Jonathan Wilkes
One comment about bring to front/send to back: * I think I'd rather see this as Edit menu options that work on all selected objects, rather than per object. This would be more useful for those situations where people are building complex GUIs. (And if necessary it could have a keyboard

Re: [PD] Trying to track a ghost pdtk_canvas_getscroll call

2010-11-21 Thread Hans-Christoph Steiner
Before you invest too much time in that, you should know that that stuff has changed a lot in 0.43, so its likely anything you did in 0.42 would not apply to 0.43 .hc On Nov 21, 2010, at 10:40 AM, Ivica Ico Bukvic wrote: Hi Mathieu, This is a great advice! However, when adding blargh()

Re: [PD] Numpad decimal outputs wrong character

2010-11-21 Thread Hans-Christoph Steiner
Sounds like a bug, try running this line in the Tcl prompt in 0.43: bind all KeyPress {+pdtk_post keypressed: %K %A\n} Then hit that key and reply with the results. .hc On Nov 9, 2010, at 2:46 AM, Jonathan Wilkes wrote: Hi, I'm setting up a new machine running Hardy. It has a Dell

Re: [PD] Pd-extended Armel

2010-11-21 Thread Hans-Christoph Steiner
This is great. You can upload files to puredata.info, that would be a good place for them. .hc On Oct 29, 2010, at 6:07 AM, cosmin O_O wrote: Hi, Here two armel debian versions of pd-extended to download (see README_pdextended_armel):

Re: [PD] Numpad decimal outputs wrong character

2010-11-21 Thread Jonathan Wilkes
--- On Mon, 11/22/10, Hans-Christoph Steiner h...@at.or.at wrote: From: Hans-Christoph Steiner h...@at.or.at Subject: Re: [PD] Numpad decimal outputs wrong character To: Jonathan Wilkes jancs...@yahoo.com Cc: pd-list@iem.at Date: Monday, November 22, 2010, 1:30 AM I can't find a version

Re: [PD] Numpad decimal outputs wrong character

2010-11-21 Thread Hans-Christoph Steiner
You have to build it from source. The Tcl prompt is under the Help menu. .hc On Nov 21, 2010, at 7:47 PM, Jonathan Wilkes wrote: --- On Mon, 11/22/10, Hans-Christoph Steiner h...@at.or.at wrote: From: Hans-Christoph Steiner h...@at.or.at Subject: Re: [PD] Numpad decimal outputs wrong

Re: [PD] Trying to track a ghost pdtk_canvas_getscroll call

2010-11-21 Thread Ivica Ico Bukvic
Unfortunately I do not see myself migrating to the new version until it is as stable as the one we currently use. Hans-Christoph Steiner h...@at.or.at wrote: Before you invest too much time in that, you should know that that stuff has changed a lot in 0.43, so its likely anything you did in

Re: [PD] call for testers for L2Ork iteration of pd-extended (based on 0.42.x branch)

2010-11-21 Thread Ivica Ico Bukvic
The front/back option works on as many selected objects as you like. Simply select objects you wish to be moved, right click, and then select the desired action. That said I do agree that it would be probably a good idea to also have a keyboard shortcut and place them in the menu. Jonathan

Re: [PD] Numpad decimal outputs wrong character

2010-11-21 Thread Jonathan Wilkes
Got it. When I click the numpad decimal I get: keypressed: KP_Delete . Numpad enter: keypressed: KP_Enter (Note: after the word KP_Enter there's one of those little rectangle characters) Non-numpad Enter: keypressed: KP_Enter (Note: same as above) Non-numpad Period: keypressed: period .