[PD] compiling external in pd

2013-08-18 Thread Olivier Baudry
Dear Pd team It will be better to have some, visual c++ project with example of compilation and xcode project included in Pd-sdk. I think for beginner it's difficult to choose GCC or LLVM on xcode 4.63 on mac os Lion for example. Maybe one day it will be possible to write .c external directly in

Re: [PD] [PD-announce] pd 0.45 test release

2013-08-18 Thread Jonghyun Kim
Thanks so much! On Sun, Aug 18, 2013 at 10:51 AM, Miller Puckette m...@ucsd.edu wrote: Hi all, Pd 0.45-0test1 is now up on http://crca.ucsd.edu/~msp/software.htm or via git from sourceforge: git clone git:// pure-data.git.sourceforge.net/gitroot/pure-data/pure-data git checkout

[PD] csoundapi~ external question

2013-08-18 Thread peiman khosravi
Dear all, When trying to load the csoundapi~ object I get this error: Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/PD/csoundapi~.pd_darwin: dlopen(/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/PD/ csoundapi~.pd_darwin, 10): no suitable image found. Did

Re: [PD] [PD-announce] pd 0.45 test release

2013-08-18 Thread Funs Seelen
Hi Miller, Thanks for the new features! On Sun, Aug 18, 2013 at 3:51 AM, Miller Puckette m...@ucsd.edu wrote: Hi all, Pd 0.45-0test1 is now up on http://crca.ucsd.edu/~msp/software.htm or via git from sourceforge: git clone git://

Re: [PD] [PD-announce] pd 0.45 test release

2013-08-18 Thread Nicolas Montgermont
hello, Thanks or this new version! I have a problem here. Pd crashes when opening the help patch of the new delay object osx 10.6.8 Here is the gdb log: (gdb) run Starting program: /Users/nix/pd_installer/Pd-0.45-0test1.app/Contents/Resources/bin/pd Reading symbols for shared libraries .

Re: [PD] [PD-announce] pd 0.45 test release

2013-08-18 Thread Jack
Le 18/08/2013 03:51, Miller Puckette a écrit : Hi all, Pd 0.45-0test1 is now up on http://crca.ucsd.edu/~msp/software.htm or via git from sourceforge: git clone git://pure-data.git.sourceforge.net/gitroot/pure-data/pure-data git checkout 0.45-0test1 Some new features: binary

Re: [PD] [PD-announce] pd 0.45 test release

2013-08-18 Thread Jack
Le 18/08/2013 03:51, Miller Puckette a écrit : Hi all, Pd 0.45-0test1 is now up on http://crca.ucsd.edu/~msp/software.htm or via git from sourceforge: git clone git://pure-data.git.sourceforge.net/gitroot/pure-data/pure-data git checkout 0.45-0test1 Some new features: binary

Re: [PD] [PD-announce] pd 0.45 test release

2013-08-18 Thread katja
Hi Miller, That's a lot of new, very useful features! It is really cool to have a decent text editor within Pd. I like how methods on named [text] and [array] objects can be called from any place (depending on scope), since you can get output where you want it instead of everything coming from

Re: [PD] [PD-announce] pd 0.45 test release

2013-08-18 Thread Colet Patrice
Le 18/08/2013 03:51, Miller Puckette a écrit : Hi all, Pd 0.45-0test1 is now up on http://crca.ucsd.edu/~msp/software.htm or via git from sourceforge: git clone git://pure-data.git.sourceforge.net/gitroot/pure-data/pure-data git checkout 0.45-0test1 Got ASIO working again on PC (it was

Re: [PD] [PD-announce] pd 0.45 test release

2013-08-18 Thread J Oliver
When testing the text and data structures example, when clicking on the 0 message, Pd freezes in OSX 10.7.5. With -sterr it doesn't freeze but it prints: type: 0 print: list a b c d

Re: [PD] [PD-announce] pd 0.45 test release

2013-08-18 Thread J Oliver
Hi Miller, The array and text stuff is great! Another small bug: Changing the size of an array with a number box sending to [array size array-name], changes the size of the array, but doesn't change/refresh the x axis' label, but rather moves them around that same axis. best, J On Aug 18,

Re: [PD] [PD-announce] pd 0.45 test release

2013-08-18 Thread Miller Puckette
Thanks - it looks like my attempts to 'git push' somehow stopped working June 1. I don't know where my new 'push' attempts are going but had better try to g3figure this one out. Meanwhile just grab from webpage. cheers Miller On Sun, Aug 18, 2013 at 10:49:06AM +0200, Funs Seelen wrote: Hi

Re: [PD] [PD-announce] pd 0.45 test release

2013-08-18 Thread Miller Puckette
OK... attempted fix in place. I don't understand the automake system so this might take an iteration or 2. thanks M On Sun, Aug 18, 2013 at 11:58:33AM +0200, Jack wrote: Le 18/08/2013 03:51, Miller Puckette a écrit : Hi all, Pd 0.45-0test1 is now up on

Re: [PD] [PD-announce] pd 0.45 test release

2013-08-18 Thread Miller Puckette
right you are... fixed. chanks M On Sun, Aug 18, 2013 at 12:08:36PM +0200, Jack wrote: Le 18/08/2013 03:51, Miller Puckette a écrit : Hi all, Pd 0.45-0test1 is now up on http://crca.ucsd.edu/~msp/software.htm or via git from sourceforge: git clone

Re: [PD] [PD-announce] pd 0.45 test release

2013-08-18 Thread Miller Puckette
Hi Katya - Most likely the 'list' trouble is it has a 'del' object - here's the fix: --- a/src/x_time.c +++ b/src/x_time.c @@ -127,8 +127,7 @@ static void delay_setup(void) delay_class = class_new(gensym(delay), (t_newmethod)delay_new, (t_method)delay_free, sizeof(t_delay), 0,

Re: [PD] [PD-announce] pd 0.45 test release

2013-08-18 Thread Miller Puckette
Can you remind me what OS and audio hardware you're on? (I tested this on Windows XP / ASIO4ALL but clearly I need to figure out how to test other configurations somehow.) cheers Miller On Sun, Aug 18, 2013 at 03:25:09PM +0200, Colet Patrice wrote: Le 18/08/2013 03:51, Miller Puckette a écrit

Re: [PD] [PD-announce] pd 0.45 test release

2013-08-18 Thread João Pais
When testing the text and data structures example, when clicking on the 0 message, Pd freezes in OSX 10.7.5. same in W7 ___ Pd-list@iem.at mailing list UNSUBSCRIBE and account-management - http://lists.puredata.info/listinfo/pd-list

Re: [PD] [PD-announce] pd 0.45 test release

2013-08-18 Thread João Pais
multi-purpose array and text objects. Array is a more general replacement for the table, tabread and tabwrite obejcts. text is sort of like Max's coll but simpler and hopefully more powerful. great, that's really nice. texts are also avaioable as fields in data structures. is it possible

Re: [PD] [PD-announce] pd 0.45 test release

2013-08-18 Thread Colet Patrice
RME fireface is plugged on my Dell Studio 1557 laptop, on Windows Vista, there are also ASIO from cubase and ASIO4ALL. If I start pd -asio and turn DSP on without selecting ASIO drivers, it freezes, at the same time I wonder why other devices than ASIO are appearing in listdev, the freeze

Re: [PD] [PD-announce] pd 0.45 test release

2013-08-18 Thread Miller Puckette
Yep - I need to update pointer's help file to mention text items in scalars - meanwhile the magic is described in the [text] help file. But there's a bug report out already (don't hit the '0' message :) I'm planning to make a way for the 'pointer' object to delete individual scalars but can't

Re: [PD] [PD-announce] pd 0.45 test release

2013-08-18 Thread Miller Puckette
It's confusing -- portaudio is configured to allow either MMIO or ASIO. I'm thinking about taking the MMIO stuff out since it's already covered in the other API option. But I can't help worrying that PA's MMIO implementation will work for some cases that mine won't. Meanwhile I'll put in a

Re: [PD] [PD-announce] pd 0.45 test release

2013-08-18 Thread Jonathan Wilkes
On 08/18/2013 03:47 PM, João Pais wrote: multi-purpose array and text objects. Array is a more general replacement for the table, tabread and tabwrite obejcts. text is sort of like Max's coll but simpler and hopefully more powerful. great, that's really nice. How are they more powerful than

Re: [PD] [PD-announce] pd 0.45 test release

2013-08-18 Thread Miller Puckette
OK... looks like you can git-clone it as follows: git clone git://pure-data.git.sourceforge.net/gitroot/pure-data/pure-data \ pure-data-pure-data cd pure-data-pure-data git checkout HEAD I don't know why it's now called 'pure-data-pure-data' nor how to give it a simpler name.

Re: [PD] Error: invalid command name pd

2013-08-18 Thread Ed Kelly
Hi Jonathan, OK, here is a rundown of what I did to get tot working. Remember that I added elements FROM the svn version TO the downloadable verision from Krzystof's site. in the miXed/shared/hammer directory: gui.c needed all pd [concat etc] statements changed to pdsend [concat etc] as was

Re: [PD] [PD-announce] pd 0.45 test release

2013-08-18 Thread Miller Puckette
OK .. this and Jaime's other report (x labels not updating when resize table using [array size] should now be fixed in git (to appear in 'test 2 later - first I want to look at ASIO some more) cheers Miller On Sun, Aug 18, 2013 at 08:47:34PM +0100, João Pais wrote: When testing the text and

Re: [PD] [PD-announce] pd 0.45 test release

2013-08-18 Thread Alexandre Torres Porres
hi there, looks like awesome updates!!! how is the max version of pd~ coming up by the way? cheers 2013/8/18, Miller Puckette m...@ucsd.edu: OK .. this and Jaime's other report (x labels not updating when resize table using [array size] should now be fixed in git (to appear in 'test 2 later

Re: [PD] puredata extended future request

2013-08-18 Thread zmoelnig
Quoting Olivier Baudry olivierbaudry@hotmail.fr: Puredata-extended version 0.44 Some objects like : thispatcher, iemguts jit.cellblock, Gem, gridflow (i'm not sure whether the latter is included in PdX) matrixcontrol~, see joao's original reply textedit, that's

Re: [PD] [PD-announce] pd 0.45 test release

2013-08-18 Thread IOhannes m zmölnig
On 08/18/13 03:51, Miller Puckette wrote: Hi all, Pd 0.45-0test1 is now up on http://crca.ucsd.edu/~msp/software.htm or via git from sourceforge: git clone git://pure-data.git.sourceforge.net/gitroot/pure-data/pure-data git checkout 0.45-0test1 great news. i'm currently more or less

Re: [PD] [PD-announce] pd 0.45 test release

2013-08-18 Thread Miller Puckette
I'll check - if they look safe I'l lthrow them in. cheers M On Mon, Aug 19, 2013 at 04:45:48AM +0200, IOhannes m zmölnig wrote: great news. i'm currently more or less offline, so i couldn't really have a closer look yet. in the meantime, would it be possible to do a quick check on the

Re: [PD] [PD-announce] pd 0.45 test release

2013-08-18 Thread Miller Puckette
OK... I left these ones out: pd2puredata.patch usrlibpd_path.patch fixmanpage.patch helpbrowser_puredata-doc.patch since I think they're debian-specific; took the other 11. Thanks - they look helpful! On Sun, Aug 18, 2013 at 08:21:21PM -0700, Miller Puckette wrote: I'll check - if they look