Re: [PD] pd-extended-0.43.1 win32

2011-05-15 Thread Hans-Christoph Steiner
On May 14, 2011, at 2:34 PM, Mathieu Bouchard wrote: On Fri, 13 May 2011, Hans-Christoph Steiner wrote: You might want to swap in a version of the 'vanilla' lib that has been optimized for SSE3 that gives you much, much faster audio, for example. Does that exist ? AFAIR this is still

Re: [PD] pd-extended-0.43.1 win32

2011-05-14 Thread Mathieu Bouchard
On Fri, 13 May 2011, Hans-Christoph Steiner wrote: You might want to swap in a version of the 'vanilla' lib that has been optimized for SSE3 that gives you much, much faster audio, for example. Does that exist ? AFAIR this is still only available in devel_0_39.

[PD] pd-extended-0.43.1 win32

2011-05-13 Thread Patrice Colet
hello, the latest build doesn't start, some changes in 0.43.1 seems to brake everything, I have to terminate pd from task manager, this happens on windows vista, I haven't tried to build this release yet. the 2011-04-30 release is still 0.43.0 and working good. -- Patrice Colet

Re: [PD] pd-extended-0.43.1 win32

2011-05-13 Thread Patrice Colet
- Patrice Colet colet.patr...@free.fr a écrit : the 2011-04-30 release is still 0.43.0 and working good. oopse, all iem gui are broken in 0.43.0 release. -- Patrice Colet ___ Pd-list@iem.at mailing list UNSUBSCRIBE and account-management

Re: [PD] pd-extended-0.43.1 win32

2011-05-13 Thread Patrice Colet
oopse, all iem gui are broken in 0.43.0 release. dac~ ... couldn't create anyone has tried 0.43 on windows?^^ ___ Pd-list@iem.at mailing list UNSUBSCRIBE and account-management - http://lists.puredata.info/listinfo/pd-list

Re: [PD] pd-extended-0.43.1 win32

2011-05-13 Thread João Pais
this also happens on windows XP. I tried to go back the release days to see the last good one, but after too much pd-installing I quit. hello, the latest build doesn't start, some changes in 0.43.1 seems to brake everything, I have to terminate pd from task manager, this happens on windows

Re: [PD] pd-extended-0.43.1 win32

2011-05-13 Thread Patrice Colet
ok, thank you for paying attention, I'm trying now to build trunk on mingw, and I have some questions to ask about that: 1° how pd-extended is built on win32? 2° why using -DMSW flag while _WIN32 definition works without adding it in CFLAGS? I'm replacing all lines #define MSW with #define

Re: [PD] pd-extended-0.43.1 win32

2011-05-13 Thread Charles Goyard
Patrice Colet wrote: why using -DMSW flag while _WIN32 definition works without adding it in CFLAGS? Maybe for 64 bits platforms or a future change ? Just an thought, I don't have windows. ___ Pd-list@iem.at mailing list UNSUBSCRIBE and

Re: [PD] pd-extended-0.43.1 win32

2011-05-13 Thread IOhannes m zmölnig
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 05/13/2011 10:21 AM, Patrice Colet wrote: 2° why using -DMSW flag while _WIN32 definition works without adding it in CFLAGS? because it has been like that forever, it was unclear at some point that there are indeed automatic defines on w32

Re: [PD] pd-extended-0.43.1 win32

2011-05-13 Thread IOhannes m zmölnig
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 05/13/2011 08:54 AM, Patrice Colet wrote: oopse, all iem gui are broken in 0.43.0 release. dac~ ... couldn't create anyone has tried 0.43 on windows?^^ pd-extended removed all objects from Pd-core, so you have to load the stdlib

Re: [PD] pd-extended-0.43.1 win32

2011-05-13 Thread Derek Holzer
And this is because you might want to use Pd without using any of the objects? One gets the feeling things have become unnecessarily complex... D. On 5/13/11 3:15 PM, IOhannes m zmölnig wrote: pd-extended removed all objects from Pd-core, so you have to load the stdlib explicitely (forgot

Re: [PD] pd-extended-0.43.1 win32

2011-05-13 Thread Martin Peach
On 2011-05-13 09:15, IOhannes m zmölnig wrote: pd-extended removed all objects from Pd-core, so you have to load the stdlib explicitely (forgot it's exact name but you should find it in the list archives or wait till hans replies to this email) Yes it's called vanilla and it has to be

Re: [PD] pd-extended-0.43.1 win32

2011-05-13 Thread Hans-Christoph Steiner
On May 13, 2011, at 4:21 AM, Patrice Colet wrote: ok, thank you for paying attention, I'm trying now to build trunk on mingw, and I have some questions to ask about that: 1° how pd-extended is built on win32? Here's the setup: http://puredata.info/docs/developer/WindowsMinGW Here's the

Re: [PD] pd-extended-0.43.1 win32

2011-05-13 Thread Hans-Christoph Steiner
On May 13, 2011, at 5:28 AM, Charles Goyard wrote: Patrice Colet wrote: why using -DMSW flag while _WIN32 definition works without adding it in CFLAGS? Maybe for 64 bits platforms or a future change ? Just an thought, I don't have windows. The funny thing is that 64-bit Windows

Re: [PD] pd-extended-0.43.1 win32

2011-05-13 Thread Hans-Christoph Steiner
On May 13, 2011, at 9:20 AM, IOhannes m zmölnig wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 05/13/2011 10:21 AM, Patrice Colet wrote: 2° why using -DMSW flag while _WIN32 definition works without adding it in CFLAGS? because it has been like that forever, it was unclear at

Re: [PD] pd-extended-0.43.1 win32

2011-05-13 Thread Hans-Christoph Steiner
On May 13, 2011, at 10:09 AM, Martin Peach wrote: On 2011-05-13 09:15, IOhannes m zmölnig wrote: pd-extended removed all objects from Pd-core, so you have to load the stdlib explicitely (forgot it's exact name but you should find it in the list archives or wait till hans replies to this

Re: [PD] pd-extended-0.43.1 win32

2011-05-13 Thread Hans-Christoph Steiner
You might want to swap in a version of the 'vanilla' lib that has been optimized for SSE3 that gives you much, much faster audio, for example. Or you might want to work on a patch that needs to be compatible with 0.42 but use all the nice, new editing features. Then you could instead

Re: [PD] pd-extended-0.43.1 win32

2011-05-13 Thread Patrice Colet
if you want pd-extended working you have to follow those steps: get 2011-04-30 win32 release of pd-extended install launch cmd, the dos console cd C:\Program Files (x86)\pd\bin replace Program Files (x86) with folder where it has been installed start pd with the following command: pd -lib

Re: [PD] pd-extended-0.43.1 win32

2011-05-13 Thread Hans-Christoph Steiner
Thanks for posting that, patko. Those 'pd -lib' steps should happen automatically in newer builds... once they work again. .hc On May 13, 2011, at 1:25 PM, Patrice Colet wrote: if you want pd-extended working you have to follow those steps: get 2011-04-30 win32 release of pd-extended