[PD-dev] float format in tclpd

2011-11-11 Thread Hans-Christoph Steiner
Just playing around with tclpd, pd::strip_selector makes working with the lists nice and easy in Tcl. One thing though: floats are rendered with trailing zeros, so [float 1( is rendered as {float 1.0} in tclpd. tclpd should really use [format %g $arg] to format the floats so that they are

Re: [PD-dev] getting double fixes into extra/

2011-11-10 Thread Hans-Christoph Steiner
On Nov 10, 2011, at 11:05 AM, IOhannes m zmoelnig wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 2011-11-10 16:26, Hans-Christoph Steiner wrote: Even better would be to fix the new build system. One of the reasons I removed extra/ from Pd-extended and made it a separate

Re: [PD-dev] getting double fixes into extra/

2011-11-10 Thread Hans-Christoph Steiner
On Nov 10, 2011, at 12:16 PM, IOhannes m zmoelnig wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 2011-11-10 17:57, Hans-Christoph Steiner wrote: That is 'make install' doing that, not 'make'. 'make install' is only supposed to install the files, not generate them. indeed

Re: [PD-dev] getting double fixes into extra/

2011-11-09 Thread Hans-Christoph Steiner
On Nov 9, 2011, at 11:14 AM, katja wrote: On Wed, Nov 9, 2011 at 4:58 AM, Hans-Christoph Steiner h...@at.or.at wrote: Ah these typedefs are nonsense indeed, t_float and t_floatarg are defined in msp's zdsp.h as well, at least since Max/Msp5, earlier versions I don't know. Ah I see

Re: [PD-dev] Fink package: pd-extended-dev for simplified setup

2011-11-09 Thread Hans-Christoph Steiner
. Failed: no package found for specification 'pd-extended-dev'! megrimm-mbp:~ megrimm$ On Thu, Nov 3, 2011 at 10:19 AM, Hans-Christoph Steiner h...@at.or.at wrote: Thanks for that. It turns out there are still two deps in unstable: libdca and cdio. I'm going to try to get them moved

Re: [PD-dev] nightly builds broken

2011-11-08 Thread Hans-Christoph Steiner
can not solve this today, I will undo my changes to creb for the moment, to no longer block the builds. Katja On Mon, Nov 7, 2011 at 5:08 PM, Hans-Christoph Steiner h...@at.or.at wrote: No big thing, we all break the build sometimes :) Thanks for the quick fix. As long as you

Re: [PD-dev] nightly builds broken

2011-11-08 Thread Hans-Christoph Steiner
implement-PD_BIGORSMALL-with-unions.patch Description: Binary data On Nov 8, 2011, at 10:37 AM, Hans-Christoph Steiner wrote: I think the solution is quite easy, PD_FLOATSIZE was introduced in a patch from IOhannes implement PD_BIGORSMALL() with unions. This patch is not yet included by Miller

Re: [PD-dev] buildbot/jenkins: q about hosts

2011-11-08 Thread Hans-Christoph Steiner
On Nov 8, 2011, at 5:32 AM, IOhannes m zmoelnig wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 ola! since i don't know any better place to ask, i'll ask here... debian-testing-amd64.pdlab.hfbk.net - --- for whatever reasons, this machine has

Re: [PD-dev] nightly builds broken

2011-11-08 Thread Hans-Christoph Steiner
On Nov 8, 2011, at 11:17 AM, katja wrote: On Tue, Nov 8, 2011 at 1:18 PM, katja katjavet...@gmail.com wrote: There is a small but crucial difference in the API between Pd-extended and Pd-double. In Pd-extended, float precision is defined with PD_FLOATSIZE and in Pd-double it is

Re: [PD-dev] buildbot/jenkins: q about hosts

2011-11-08 Thread Hans-Christoph Steiner
On Nov 8, 2011, at 5:32 AM, IOhannes m zmoelnig wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 ola! since i don't know any better place to ask, i'll ask here... debian-testing-amd64.pdlab.hfbk.net - --- for whatever reasons, this machine has

[PD-dev] getting double fixes into extra/

2011-11-08 Thread Hans-Christoph Steiner
Hey Katja, I was just reviewing the double precision patches for the extra/ section of pure-data. I think we should try to get Miller to accept the 'extra/' fixes into pure-data.git now. It seems to me that almost all of these changes are just float -- t_float, which are really no-brainers

Re: [PD-dev] getting double fixes into extra/

2011-11-08 Thread Hans-Christoph Steiner
On Nov 8, 2011, at 8:32 PM, katja wrote: On Tue, Nov 8, 2011 at 9:04 PM, Hans-Christoph Steiner h...@at.or.at wrote: Hey Katja, I was just reviewing the double precision patches for the extra/ section of pure-data. I think we should try to get Miller to accept the 'extra/' fixes

Re: [PD-dev] nightly builds broken

2011-11-07 Thread Hans-Christoph Steiner
No big thing, we all break the build sometimes :) Thanks for the quick fix. As long as you follow up the next day, don't worry too much about breaking the build. Its only really a problem when we go more than a couple days without builds. But yes, it is better to not break the build ;)

[PD-dev] some tclpd questions/comments

2011-11-07 Thread Hans-Christoph Steiner
I'm just trying my hand at writing my first tclpd library, 'tclfile', which is basically all of the individual subcommands of Tcl's 'file' command broken out as separate objects. This has given rise to a couple questions/comments: - do I need to use proc+ or can I just use proc? - it seems

Re: [PD-dev] Fink package: pd-extended-dev for simplified setup

2011-11-03 Thread Hans-Christoph Steiner
install pd-extended-dev Password: Information about 5337 packages read in 1 seconds. Can't resolve dependency libdca-shlibs for package gmerlin-avdecoder1-1.1.0-5 (no matching packages/versions found) Exiting with failure. Mac OSX 10.6.8 n Le 02/11/11 06:32, Hans-Christoph Steiner a écrit

Re: [PD-dev] svn commit access request, related to double precision pd

2011-11-03 Thread Hans-Christoph Steiner
is for another thread. Katja On Thu, Nov 3, 2011 at 3:57 AM, Hans-Christoph Steiner h...@at.or.at wrote: I'm ready to add you, but I couldn't find your sourceforge account name. Can you send it? ___ Pd-dev mailing list Pd-dev@iem.at

[PD-dev] managing unit tests in SVN

2011-11-03 Thread Hans-Christoph Steiner
So now that Katja has a nice testing patch and has written a bunch of tests, I think we need to nail down a standard naming and location for the tests. I think that 'unittest' should be the standard name for them. Then the patches will be called 'osc~-unittest.pd', the library subfolder will

Re: [PD-dev] managing unit tests in SVN

2011-11-03 Thread Hans-Christoph Steiner
, at 10:27 AM, Hans-Christoph Steiner wrote: So now that Katja has a nice testing patch and has written a bunch of tests, I think we need to nail down a standard naming and location for the tests. I think that 'unittest' should be the standard name for them. Then the patches

Re: [PD-dev] managing unit tests in SVN

2011-11-03 Thread Hans-Christoph Steiner
On Nov 3, 2011, at 3:56 PM, katja wrote: On Thu, Nov 3, 2011 at 3:28 PM, Hans-Christoph Steiner h...@at.or.at wrote: - each library would have a 'unittests' folder for the tests that are specific to that library. Ideally each object would have a test patch in the 'unittests' subfolder

Re: [PD-dev] managing unit tests in SVN

2011-11-03 Thread Hans-Christoph Steiner
On Nov 3, 2011, at 7:48 PM, katja wrote: On Thu, Nov 3, 2011 at 10:06 PM, Hans-Christoph Steiner h...@at.or.at wrote: I think the test abstractions should probably be distributed as a regular library, and included in Pd-extended. That is easier to manage indeed. So you would have

Re: [PD-dev] readanysf~ 0.43 release?

2011-11-03 Thread Hans-Christoph Steiner
On Oct 31, 2011, at 12:05 PM, august wrote: The Windows build server in the PdLab now has gmerlin-avdecoder and ffmpeg installed, but not will all of the codecs. I think patko has made a windows build of readanysf~ in the past, hopefully he can help again. hmm. Interesting. I'll

Re: [PD-dev] help with PdLab:w32

2011-11-02 Thread Hans-Christoph Steiner
On Nov 2, 2011, at 9:12 AM, IOhannes m zmoelnig wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 while i have access to the w32 build machine in the PdLab i have a hard time getting anything useful to compile. this is mainly, because i cannot access the binaries built by the

Re: [PD-dev] help with PdLab:w32

2011-11-02 Thread Hans-Christoph Steiner
On Nov 2, 2011, at 10:05 AM, IOhannes m zmoelnig wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 2011-11-02 14:43, Hans-Christoph Steiner wrote: I assume you need access to the binaries for the linking. You can point your PD_PATH to /home/pd/auto-build/pd-extended/pd

Re: [PD-dev] help with PdLab:w32

2011-11-02 Thread Hans-Christoph Steiner
On Nov 2, 2011, at 11:58 AM, IOhannes m zmoelnig wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 2011-11-02 16:30, Hans-Christoph Steiner wrote: I forced everything in the 'pd' account to be read everyone, hope that helps. thanks. i guess this will only become active after

Re: [PD-dev] help with PdLab:w32

2011-11-02 Thread Hans-Christoph Steiner
On Nov 2, 2011, at 12:03 PM, IOhannes m zmoelnig wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 2011-11-02 16:59, Hans-Christoph Steiner wrote: On Nov 2, 2011, at 11:58 AM, IOhannes m zmoelnig wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 2011-11-02 16:30, Hans

Re: [PD-dev] svn commit access request, related to double precision pd

2011-11-02 Thread Hans-Christoph Steiner
I'm ready to add you, but I couldn't find your sourceforge account name. Can you send it? .hc On Oct 31, 2011, at 9:44 PM, katja wrote: Hello dev list, In recent months I changed some lines in Pd core code to make it double-precision-compilable. I'd like to help a bit with making

Re: [PD-dev] svn commit access request, related to double precision pd

2011-11-01 Thread Hans-Christoph Steiner
Hey Katja, Nice introduction, I am looking forward to your commits. I'll just let this sit a little bit for our lazy consensus then add you. .hc On Oct 31, 2011, at 9:44 PM, katja wrote: Hello dev list, In recent months I changed some lines in Pd core code to make it

Re: [PD-dev] gem, pdp, gridflow, pidip

2011-11-01 Thread Hans-Christoph Steiner
Gem has both OpenGL and pixel/video operations and is well maintained. PDP is a different, perhaps complementary, approach to video than Gem's pix. Its not really currently maintained beyond little fixes, but its up for grabs really, if you wanted to take it on. There is 3dp as well, which

Re: [PD-dev] how to load shared code for libraries

2011-10-31 Thread Hans-Christoph Steiner
On Oct 31, 2011, at 4:53 AM, IOhannes m zmoelnig wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 2011-10-30 22:41, Hans-Christoph Steiner wrote: Having the name SHARED_SOURCE singular highlights that its a single file, which I think it should be. But since its an internal

Re: [PD-dev] building iemnet on Windows and OS X

2011-10-31 Thread Hans-Christoph Steiner
On Oct 31, 2011, at 4:59 AM, IOhannes m zmoelnig wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 2011-10-30 20:03, Roman Haefeli wrote: Building iemnet on the Windows build machine still failed:

Re: [PD-dev] building iemnet on Windows and OS X

2011-10-31 Thread Hans-Christoph Steiner
On Oct 31, 2011, at 10:46 AM, IOhannes m zmoelnig wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 2011-10-31 15:39, Hans-Christoph Steiner wrote: On Oct 31, 2011, at 4:59 AM, IOhannes m zmoelnig wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 2011-10-30 20:03

Re: [PD-dev] readanysf~ 0.43 release?

2011-10-31 Thread Hans-Christoph Steiner
On Oct 31, 2011, at 12:05 PM, august wrote: The Windows build server in the PdLab now has gmerlin-avdecoder and ffmpeg installed, but not will all of the codecs. I think patko has made a windows build of readanysf~ in the past, hopefully he can help again. hmm. Interesting. I'll

[PD-dev] readanysf~ on Windows WAS: readanysf~ 0.43 release?

2011-10-31 Thread Hans-Christoph Steiner
On Oct 31, 2011, at 2:27 PM, august wrote: The Windows build server in the PdLab now has gmerlin-avdecoder and ffmpeg installed, but not will all of the codecs. I think patko has made a windows build of readanysf~ in the past, hopefully he can help again. hmm. Interesting. I'll check

Re: [PD-dev] readanysf~ on Windows WAS: readanysf~ 0.43 release?

2011-10-31 Thread Hans-Christoph Steiner
On Oct 31, 2011, at 2:47 PM, august wrote: Okay, I just tried the windows pdlab machine. readanysf~ compiles just fine. The linking is broken however. I get a bunch of libgmerlin_avdec.a undefined references to ffmpeg : 'avcodec_find_decoder', 'avcodec_flush_buffers', etc. any ideas

[PD-dev] readanysf~ 0.43 release?

2011-10-30 Thread Hans-Christoph Steiner
Hey August, Hope your happy hacking or dissertation writing or whatever it is occupying you these days. There have been some gmerlin-avdecoder updates, and we are nailing down 64-bit releases, so I wanted to make some new builds for readanysf~ for Mac OS X. Do you have any particular plans

Re: [PD-dev] how to load shared code for libraries

2011-10-30 Thread Hans-Christoph Steiner
On Oct 30, 2011, at 4:23 PM, IOhannes m zmölnig wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 10/30/2011 09:13 PM, IOhannes m zmölnig wrote: it is exactly my suggestion to standardize it to lib$(LIBNAME).$(EXT). to be more precise, my suggestion basically contains exactly

Re: [PD-dev] readanysf~ 0.43 release?

2011-10-30 Thread Hans-Christoph Steiner
On Oct 30, 2011, at 12:39 PM, august wrote: Hey August, Hope your happy hacking or dissertation writing or whatever it is occupying you these days. The dissertating is done, man! Now on to greener pastures. Congratulations! I see you have a new addition to your family.

Re: [PD-dev] how to load shared code for libraries

2011-10-29 Thread Hans-Christoph Steiner
On Oct 29, 2011, at 10:26 AM, IOhannes m zmölnig wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 10/19/2011 01:29 AM, Hans-Christoph Steiner wrote: I committed the change to tkwidgets and the template/Makefile. i tried to use the new template/Makefile for this feature

Re: [PD-dev] building iemnet on Windows and OS X

2011-10-29 Thread Hans-Christoph Steiner
On Oct 29, 2011, at 4:08 AM, Roman Haefeli wrote: On Sat, 2011-10-29 at 09:05 +0200, IOhannes m zmölnig wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 10/28/2011 09:58 PM, Roman Haefeli wrote: Hi Hans, IOhannes I don't have a clue what MSG_DONTWAIT is. I think I need some help

[PD-dev] updating the Externals HOWTO

2011-10-29 Thread Hans-Christoph Steiner
I'd like to update the Externals HOWTO to document the pd_error() and logpost() functions. I can't seem to find the source. Any pointers? .hc Programs should be written for people to read, and only incidentally for

Re: [PD-dev] building iemnet on Windows and OS X

2011-10-29 Thread Hans-Christoph Steiner
On Oct 29, 2011, at 1:40 PM, Roman Haefeli wrote: On Sat, 2011-10-29 at 10:37 -0400, Hans-Christoph Steiner wrote: On Oct 29, 2011, at 4:08 AM, Roman Haefeli wrote: On Sat, 2011-10-29 at 09:05 +0200, IOhannes m zmölnig wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 10/28/2011

[PD-dev] adding an inlet and outlet to [table]

2011-10-29 Thread Hans-Christoph Steiner
I just saw that Max's [table] object has an inlet and outlet on it. You can send the position to the [table] object and it'll output the value. Then it also has a second inlet for setting the value at that position. I think this interface is really nice and simple. I looked around to find

Re: [PD-dev] building iemnet on Windows and OS X

2011-10-28 Thread Hans-Christoph Steiner
Martin's 'net' library builds on all platforms, so you could check there for differences. On Ubuntu, 'meld' is an awesome GUI tool for seeing the differences between versions of a file. 'opendiff' aka FileMerge is a similarly awesome tool on Mac OS X. .hc On Oct 28, 2011, at 3:58 PM, Roman

Re: [PD-dev] Pd-extended-0.43 appearance

2011-10-27 Thread Hans-Christoph Steiner
On Oct 27, 2011, at 8:43 AM, Roman Haefeli wrote: On Wed, 2011-10-26 at 13:12 -0400, Hans-Christoph Steiner wrote: On Oct 26, 2011, at 4:39 AM, Roman Haefeli wrote: * The symbol and number boxes are 2 px taller in Pd-extended than in Pd-vanilla. I think it is not possible to adjust one

Re: [PD-dev] signal object test template for automated unit testing

2011-10-27 Thread Hans-Christoph Steiner
On Oct 27, 2011, at 3:49 AM, IOhannes m zmoelnig wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 2011-10-26 19:29, katja wrote: Hello, Here is a .zip with an improved method for unit-testing of signal before the list gets flooded with updates of updates of zip archives with the

Re: [PD-dev] adding an Open method to pdlua and tclpd

2011-10-27 Thread Hans-Christoph Steiner
On Thursday, October 27, 2011 4:43 PM, Martin Peach martin.pe...@sympatico.ca wrote: On 2011-10-12 12:43, Hans-Christoph Steiner wrote: Now that pdlua and tclpd are officially part of Pd-extended, I just had a little thought/feature request to make working with those objects easier

Re: [PD-dev] Pd-extended-0.43 appearance

2011-10-26 Thread Hans-Christoph Steiner
On Oct 26, 2011, at 4:39 AM, Roman Haefeli wrote: On Wed, 2011-10-26 at 01:15 -0400, Hans-Christoph Steiner wrote: On Oct 25, 2011, at 9:47 AM, Roman Haefeli wrote: On Fri, 2011-10-21 at 18:36 -0400, Hans-Christoph Steiner wrote: Pd vanilla still has different box sizes on different

Re: [PD-dev] signal object test template for automated unit testing

2011-10-26 Thread Hans-Christoph Steiner
Its looking really good, hope the bug doesn't drive you nuts. The only thing I object to is the -utest.pd name. Perhaps I have a really bad memory, but I never remember what stuff like that means. That why I am a big fan of using full words. Typing really doesn't take very long, but

Re: [PD-dev] Pd-extended-0.43 appearance

2011-10-25 Thread Hans-Christoph Steiner
On Oct 25, 2011, at 9:47 AM, Roman Haefeli wrote: On Fri, 2011-10-21 at 18:36 -0400, Hans-Christoph Steiner wrote: Pd vanilla still has different box sizes on different platforms, if I remember correctly, therefore the sizes will have to change somewhere. I made a little test patch

Re: [PD-dev] Pd-extended: re-organizing libraries

2011-10-25 Thread Hans-Christoph Steiner
The 'mrpeach' library will remain in Pd-extended for as long as its useful. I don't think 'mrpeach' should be packaged and included in Debian tho. As for libraries included in Pd-extended, this is the central location. Anything without a maintainer will be dropped from Pd- extended if

Re: [PD-dev] signal object test template for automated unit testing

2011-10-25 Thread Hans-Christoph Steiner
On Oct 25, 2011, at 11:44 AM, F.J. Kraan wrote: On Mon, Oct 24, 2011 at 7:35 PM, Hans-Christoph Steinerh...@at.or.at wrote: Ah, course, makes sense. The third item there, the IIR filters, it should be not too hard to reproduce the exact same operation with them too. With the tests,

Re: [PD-dev] signal object test template for automated unit testing

2011-10-25 Thread Hans-Christoph Steiner
On Oct 25, 2011, at 10:23 AM, Roman Haefeli wrote: On Mon, 2011-10-24 at 22:11 +0200, katja wrote: Hans, thanks for your comments On Mon, Oct 24, 2011 at 7:35 PM, Hans-Christoph Steiner h...@at.or.at wrote: That looks really good on many levels. :) I like the layout, I hadn't thought

Re: [PD-dev] signal object test template for automated unit testing

2011-10-25 Thread Hans-Christoph Steiner
On Oct 25, 2011, at 1:26 PM, F.J. Kraan wrote: On 2011-10-25 19:01, Hans-Christoph Steiner wrote: On Oct 25, 2011, at 11:44 AM, F.J. Kraan wrote: On Mon, Oct 24, 2011 at 7:35 PM, Hans-Christoph Steinerh...@at.or.at wrote: Ah, course, makes sense. The third item there, the IIR

Re: [PD-dev] permission for comitting simple fixes

2011-10-25 Thread Hans-Christoph Steiner
Hey Ricardo, It really needs to be on a library-by-library basis, since there are so many different libraries maintained by many different people. There are two good ways for finding who the maintainer is of a given library: Check who has committed to the library: cd externals/iemlib

Re: [PD-dev] permission for comitting simple fixes

2011-10-25 Thread Hans-Christoph Steiner
% of the commits there. .hc On Oct 25, 2011, at 6:58 PM, Ricardo Fabbri wrote: Thanks. So how about the 'doc' subdir? Ricardo Fabbri -- Linux registered user #175401 labmacambira.sf.net On Tue, Oct 25, 2011 at 8:53 PM, Hans-Christoph Steiner h...@at.or.at wrote: Hey Ricardo, It really

Re: [PD-dev] Pd-extended-0.43 appearance

2011-10-25 Thread Hans-Christoph Steiner
On Oct 25, 2011, at 9:47 AM, Roman Haefeli wrote: On Fri, 2011-10-21 at 18:36 -0400, Hans-Christoph Steiner wrote: Pd vanilla still has different box sizes on different platforms, if I remember correctly, therefore the sizes will have to change somewhere. I made a little test patch

Re: [PD-dev] Pd-extended-0.43 appearance

2011-10-25 Thread Hans-Christoph Steiner
On Oct 25, 2011, at 9:47 AM, Roman Haefeli wrote: On Fri, 2011-10-21 at 18:36 -0400, Hans-Christoph Steiner wrote: Pd vanilla still has different box sizes on different platforms, if I remember correctly, therefore the sizes will have to change somewhere. I made a little test patch

Re: [PD-dev] signal object test template for automated unit testing

2011-10-24 Thread Hans-Christoph Steiner
That looks really good on many levels. :) I like the layout, I hadn't thought of standard deviation, that makes sense as long as we can specify exact as a possibility. My guess is that some of this stuff should produce the same bit sequence every time, but I could be wrong there.

[PD-dev] 'tests' section of pure-data/trunk svn?

2011-10-24 Thread Hans-Christoph Steiner
I've been thinking now that we are starting to get some testing infrastructure in place, we need a place to organize them in the pure- data SVN. I propose we add a tests/ section to trunk in SVN next to externals/ scripts/ etc. This section would be for the testing scripts, and for any

Re: [PD-dev] signal object test template for automated unit testing

2011-10-24 Thread Hans-Christoph Steiner
On Monday, October 24, 2011 10:11 PM, katja katjavet...@gmail.com wrote: Hans, thanks for your comments On Mon, Oct 24, 2011 at 7:35 PM, Hans-Christoph Steiner h...@at.or.at wrote: That looks really good on many levels. :)  I like the layout, I hadn't thought of standard deviation

Re: [PD-dev] 'tests' section of pure-data/trunk svn?

2011-10-24 Thread Hans-Christoph Steiner
On Monday, October 24, 2011 10:27 PM, IOhannes m zmoelnig zmoel...@iem.at wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 2011-10-24 22:10, Marvin Humphrey wrote: I propose we use the suffix -regressiontest.pd for tests, then we can have a script that crawls the whole

Re: [PD-dev] 'tests' section of pure-data/trunk svn?

2011-10-24 Thread Hans-Christoph Steiner
On Monday, October 24, 2011 1:10 PM, Marvin Humphrey mar...@rectangular.com wrote: On Mon, Oct 24, 2011 at 03:26:18PM -0400, Hans-Christoph Steiner wrote: I've been thinking now that we are starting to get some testing infrastructure in place, we need a place to organize them

Re: [PD-dev] More objects in pd-double-auto-build package (Debian amd64)

2011-10-22 Thread Hans-Christoph Steiner
Hey Fred Jan, That is a good process, I do it a lot, thanks for writing it up. I think the next step is getting everything compiling so that we have complete builds each night. That makes testing much easier since a) the build process is automated, and b) all of the libraries are easily

Re: [PD-dev] Pd-extended-0.43 appearance

2011-10-22 Thread Hans-Christoph Steiner
On Oct 22, 2011, at 12:34 PM, Jonathan Wilkes wrote: - Original Message - From: Hans-Christoph Steiner h...@at.or.at To: Jonathan Wilkes jancs...@yahoo.com Cc: Miller Puckette m...@ucsd.edu; pd-dev@iem.at pd-dev@iem.at Sent: Saturday, October 22, 2011 12:49 AM Subject: Re: [PD-dev

Re: [PD-dev] More objects in pd-double-auto-build package (Debian amd64)

2011-10-22 Thread Hans-Christoph Steiner
On Oct 22, 2011, at 5:11 PM, F.J. Kraan wrote: On 2011-10-22 22:12, Hans-Christoph Steiner wrote: Hey Fred Jan, That is a good process, I do it a lot, thanks for writing it up. I think the next step is getting everything compiling so that we have complete builds each night. That makes

Re: [PD-dev] Pd-extended-0.43 appearance

2011-10-21 Thread Hans-Christoph Steiner
On Oct 21, 2011, at 5:49 AM, Roman Haefeli wrote: Hi Hans I noticed a significant difference between Pd-extended-0.43 and Pd-vanilla-0.43 appearance. Symbol- and Numberboxes are 2 px higher in Extended than in Vanilla. This is especially problematic in cases where a GOP-patch in Vanilla

Re: [PD-dev] pd-double builds are actually double now

2011-10-21 Thread Hans-Christoph Steiner
On Oct 21, 2011, at 7:43 AM, katja wrote: Starting on October 20, nightly builds tagged as pd-double are really built in double precision. All earlier builds were single precision or a mix of single and double. In double precision, only Linux builds succeed, partly. From the logs, you can see

Re: [PD-dev] Pd-extended-0.43 appearance

2011-10-21 Thread Hans-Christoph Steiner
On Oct 21, 2011, at 4:31 PM, Roman Haefeli wrote: On Fri, 2011-10-21 at 22:24 +0200, Roman Haefeli wrote: On Fri, 2011-10-21 at 12:33 -0400, Hans-Christoph Steiner wrote: On Oct 21, 2011, at 5:49 AM, Roman Haefeli wrote: I also noticed that Pd-extended-0.43 on OS X does not use anti

Re: [PD-dev] Pd-extended-0.43 appearance

2011-10-21 Thread Hans-Christoph Steiner
On Oct 21, 2011, at 4:24 PM, Roman Haefeli wrote: On Fri, 2011-10-21 at 12:33 -0400, Hans-Christoph Steiner wrote: On Oct 21, 2011, at 5:49 AM, Roman Haefeli wrote: Hi Hans I noticed a significant difference between Pd-extended-0.43 and Pd-vanilla-0.43 appearance. Symbol- and Numberboxes

Re: [PD-dev] Pd-extended-0.43 appearance

2011-10-21 Thread Hans-Christoph Steiner
On Oct 21, 2011, at 6:29 PM, Roman Haefeli wrote: On Fri, 2011-10-21 at 17:15 -0400, Hans-Christoph Steiner wrote: On Oct 21, 2011, at 4:24 PM, Roman Haefeli wrote: On Fri, 2011-10-21 at 12:33 -0400, Hans-Christoph Steiner wrote: On Oct 21, 2011, at 5:49 AM, Roman Haefeli wrote: Hi Hans

Re: [PD-dev] Pd-extended-0.43 appearance

2011-10-21 Thread Hans-Christoph Steiner
I think we're talking about the box sizes rather than the font sizes. Those can just be hard-coded to a certain size in pixels, then the font can be measured to fit into those boxes. That's the approach that Pd-extended has been doing since 0.41 or 0.40, I forget which. That's how it

Re: [PD-dev] Pd-extended-0.43 appearance

2011-10-21 Thread Hans-Christoph Steiner
, 2011, at 7:48 PM, Miller Puckette wrote: Oh -- I misunderstood. I like the idea of making this an option (eitehr growing to the standard box size or huggung the actual size of the font we're getting). cheers Miller On Fri, Oct 21, 2011 at 07:43:17PM -0400, Hans-Christoph Steiner wrote: I

Re: [PD-dev] Pd-extended-0.43 appearance

2011-10-21 Thread Hans-Christoph Steiner
On Oct 21, 2011, at 11:56 PM, Jonathan Wilkes wrote: - Original Message - From: Hans-Christoph Steiner h...@at.or.at To: Miller Puckette m...@ucsd.edu Cc: pd-dev@iem.at Sent: Friday, October 21, 2011 11:33 PM Subject: Re: [PD-dev] Pd-extended-0.43 appearance That would be great

Re: [PD-dev] how to load shared code for libraries

2011-10-20 Thread Hans-Christoph Steiner
On Oct 20, 2011, at 9:32 AM, IOhannes m zmoelnig wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 2011-10-19 18:33, Hans-Christoph Steiner wrote: Does it work for you? it seems to work ok. at least the objects are loading (though i get a lot of tcl/tk errors with some

Re: [PD-dev] pd-double: how to selectively build external libs for development?

2011-10-20 Thread Hans-Christoph Steiner
On Oct 20, 2011, at 6:32 AM, katja wrote: On Thu, Oct 20, 2011 at 12:05 AM, Hans-Christoph Steiner h...@at.or.at wrote: AH, right, you need to include a symlink to src/ called bin/ then it should all work. I do this a lot, so I know it works once it setup. But I might not always remember

Re: [PD-dev] how to load shared code for libraries

2011-10-19 Thread Hans-Christoph Steiner
On Oct 19, 2011, at 3:30 AM, IOhannes m zmoelnig wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 2011-10-19 01:29, Hans-Christoph Steiner wrote: Yes! I got it working. I see the way to use it for this situation, this looks like great news! Does it work for you? .hc

Re: [PD-dev] pd-double: how to selectively build external libs for development?

2011-10-19 Thread Hans-Christoph Steiner
On Oct 19, 2011, at 3:29 AM, IOhannes m zmoelnig wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 2011-10-18 22:16, katja wrote: On Tue, Oct 18, 2011 at 8:33 PM, Hans-Christoph Steiner h...@at.or.at wrote: Another idea for handling this is to use the ./configure --enable-double

Re: [PD-dev] pd-double: how to selectively build external libs for development?

2011-10-19 Thread Hans-Christoph Steiner
On Oct 19, 2011, at 2:14 PM, IOhannes m zmölnig wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 10/19/2011 06:31 PM, Hans-Christoph Steiner wrote: If pd/src/m_pd.h is the only thing that loads pd/src/config.h and m_pd.h does #include config.h, this is not a problem. GCC looks

Re: [PD-dev] pd-double: how to selectively build external libs for development?

2011-10-19 Thread Hans-Christoph Steiner
On Oct 19, 2011, at 3:15 PM, IOhannes m zmoelnig wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 2011-10-19 21:07, Hans-Christoph Steiner wrote: I don't really understand what you're saying here. it seems so. Yes, it is actually true. I do not understand. Care to explain

Re: [PD-dev] pd-double: how to selectively build external libs for development?

2011-10-19 Thread Hans-Christoph Steiner
On Oct 18, 2011, at 7:37 PM, katja wrote: Tried all day to build some of pd-double in pd-svn, but what worked yesterday stopped working today, after svn update. Well update, it was a fresh checkout for compelling reasons. Here is an updated version of how to build things selectively: - clone

Re: [PD-dev] pd-double: how to selectively build external libs for development?

2011-10-19 Thread Hans-Christoph Steiner
On Wednesday, October 19, 2011 11:56 PM, katja katjavet...@gmail.com wrote: On Wed, Oct 19, 2011 at 9:32 PM, Hans-Christoph Steiner h...@at.or.at wrote: I think skipping 'make install' alltogether and just running things directly is much easier for dev work.  Something like this: cd

Re: [PD-dev] makefile template

2011-10-18 Thread Hans-Christoph Steiner
On Oct 18, 2011, at 1:23 PM, Patrice Colet wrote: - Mail original - De: IOhannes m zmoelnig zmoel...@iem.at À: pd-dev@iem.at Envoyé: Mardi 18 Octobre 2011 08:49:12 Objet: Re: [PD-dev] makefile template -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 2011-10-18 05:01, Patrice Colet

Re: [PD-dev] pd-double: how to selectively build external libs for development?

2011-10-18 Thread Hans-Christoph Steiner
On Oct 18, 2011, at 2:54 AM, IOhannes m zmoelnig wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 2011-10-17 22:27, katja wrote: There's however a small issue to reckon with: at the moment, the only way to force double precision compilation upon the external libs, is to hardcode

Re: [PD-dev] how to load shared code for libraries

2011-10-18 Thread Hans-Christoph Steiner
On Thursday, September 29, 2011 8:49 AM, IOhannes m zmölnig zmoel...@iem.at wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 09/28/2011 03:07 PM, Hans-Christoph Steiner wrote: Ah, ok, that changes things. So you are sure there isn't a way to make this work? on, i'm

Re: [PD-dev] how to load shared code for libraries

2011-10-18 Thread Hans-Christoph Steiner
On Tuesday, October 18, 2011 6:50 PM, Hans-Christoph Steiner h...@at.or.at wrote: On Thursday, September 29, 2011 8:49 AM, IOhannes m zmölnig zmoel...@iem.at wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 09/28/2011 03:07 PM, Hans-Christoph Steiner wrote: Ah, ok

Re: [PD-dev] pd-double: how to selectively build external libs for development?

2011-10-17 Thread Hans-Christoph Steiner
On Oct 17, 2011, at 8:29 AM, katja wrote: On Wed, Oct 12, 2011 at 4:27 AM, Hans-Christoph Steiner h...@at.or.at wrote: I recommend removing the pd from svn and replacing it with the pd- double.git folder named as 'pd'. THen its all the same tree. That'll save you a lot of headaches

Re: [PD-dev] makefile template

2011-10-17 Thread Hans-Christoph Steiner
On Oct 17, 2011, at 12:08 PM, IOhannes m zmoelnig wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 2011-10-17 17:11, Patrice Colet wrote: Hello IOhannes, all I could say is this: $ make -p -n | grep CXX make: *** No targets specified and no makefile found. Stop. LINK.cc = $(CXX)

Re: [PD-dev] commit access + intro

2011-10-17 Thread Hans-Christoph Steiner
the situation. Sincerely, Ricardo -- Linux registered user #175401 www.lems.brown.edu/~rfabbri On Sat, Oct 1, 2011 at 7:25 PM, Hans-Christoph Steiner h...@at.or.at wrote: That's a good idea, try looking in the bug tracker and starting there with any bug that you are interested in. .hc On Sat

Re: [PD-dev] commit access + intro

2011-10-17 Thread Hans-Christoph Steiner
:18, En/na Hans-Christoph Steiner ha escrit: Just have Lluis or Yves email pd-dev to ask commit access for you, and I'll add you. .hc On Oct 17, 2011, at 1:33 PM, Ricardo Fabbri wrote: Hello, Hans, Thanks for your remarks. I really think the patch tracker is a great and important tool

Re: [PD-dev] pd-double: how to selectively build external libs for development?

2011-10-17 Thread Hans-Christoph Steiner
On Oct 17, 2011, at 4:27 PM, katja wrote: On Mon, Oct 17, 2011 at 6:09 PM, Hans-Christoph Steiner h...@at.or.at wrote: If you want to have default preferences loaded, which load libraries, etc. at startup, you should be able to copy the Pd-extended prefs file and stick it into two

Re: [PD-dev] external libs that refuse double precision compilation

2011-10-14 Thread Hans-Christoph Steiner
On Friday, October 14, 2011 2:48 PM, katja katjavet...@gmail.com wrote: On Fri, Oct 14, 2011 at 5:27 AM, Hans-Christoph Steiner h...@at.or.at wrote: On Oct 13, 2011, at 8:37 PM, katja wrote: Indeed I stumbled upon that extra extra when trying to find the puzzling cause of errors

[PD-dev] CLR loader in Pd-extended?

2011-10-13 Thread Hans-Christoph Steiner
Now that Martin has nailed now pdlua and its loaded by default in Pd- extended 0.43, and Federico is fixing the last bugs in tclpd and it'll be loaded by default soon, I also remember that Thomas Grill wrote the CLR loader for languages like C#. Thomas, or anyone, what's the status of

Re: [PD-dev] pd-double build still having single externals

2011-10-13 Thread Hans-Christoph Steiner
On Oct 13, 2011, at 10:59 AM, katja wrote: On Mon, Oct 10, 2011 at 6:35 PM, Hans-Christoph Steiner h...@at.or.at wrote: Indeed, its true. That's a tricky problem. I think I got it right this time, I just pushed my commit to github. Basically, I made it so PD_FLOAT_PRECISION is set

Re: [PD-dev] makefile template

2011-10-13 Thread Hans-Christoph Steiner
The current template is setup for only C, but it should be easy enough to adapt it. Mostly just change references to .c to .cpp (or .cc or .cxx or one of the far too many C++ file extensions). Then change references from CC to CXX and CFLAGS to CXXFLAGS. But you might not even need to

Re: [PD-dev] external libs that refuse double precision compilation

2011-10-13 Thread Hans-Christoph Steiner
On Oct 13, 2011, at 8:37 PM, katja wrote: On Thu, Oct 13, 2011 at 11:53 PM, Hans-Christoph Steiner h...@at.or.at wrote: what's the easiest way to force double on 10.5 or other 32-bit platform? Another way would be to add -DPD_FLOAT_PRECISION=64 to the CFLAGS in packages/darwin_app

Re: [PD-dev] recent pd-double nightly builds crash at start up

2011-10-12 Thread Hans-Christoph Steiner
On Oct 12, 2011, at 8:49 AM, katja wrote: On Wed, Oct 12, 2011 at 4:32 AM, Hans-Christoph Steiner h...@at.or.at wrote: That's the 10.6 compatibilily issue I was talking about. Try searching for that error message, and you should find what I mean. apparently 10.6 loads dynamic

[PD-dev] adding an Open method to pdlua and tclpd

2011-10-12 Thread Hans-Christoph Steiner
Now that pdlua and tclpd are officially part of Pd-extended, I just had a little thought/feature request to make working with those objects easier. It would be very nice if you could right-click on the object, and click Open and have Pd open the script file in the associated editor.

Re: [PD-dev] pd-double: how to selectively build external libs for development?

2011-10-11 Thread Hans-Christoph Steiner
On Oct 11, 2011, at 8:14 PM, katja wrote: On Tue, Oct 11, 2011 at 12:29 AM, Hans-Christoph Steiner h...@at.or.at wrote: Cyclone has its own layout and build system that is pretty elaborate, and is different when its installed. For Pd-extended I've actually wrapped the build system

Re: [PD-dev] pd-double build still having single externals

2011-10-10 Thread Hans-Christoph Steiner
Indeed, its true. That's a tricky problem. I think I got it right this time, I just pushed my commit to github. Basically, I made it so PD_FLOAT_PRECISION is set in m_pd.h based on the bitness of the build, but can be overridden by externally setting PD_FLOAT_PRECISION. So the

Re: [PD-dev] pd-double builds are actually double now

2011-10-10 Thread Hans-Christoph Steiner
On Oct 9, 2011, at 5:14 PM, katja wrote: On Sun, Oct 9, 2011 at 9:43 PM, Hans-Christoph Steiner h...@at.or.at wrote: Ok, I just tested the Mac OS X 64-bit build of Pd-double and it is indeed double precision. I say we start announcing it and spreading the word to get people testing

<    1   2   3   4   5   6   7   8   9   10   >