Re: [PD] building Pd vanilla with mingw

2013-07-26 Thread Jonathan Wilkes
Thanks. Somehow I had some weirdness left over from trying to /.autogen from a directory with spaces in it. I started over using the make -f makefile.mingw method and it worked fine. But I still can't get it to work using autogen. -Jonathan On 07/25/2013 10:43 PM, Colet Patrice wrote: I've

Re: [PD] building Pd vanilla with mingw

2013-07-26 Thread IOhannes m zmölnig
On 07/26/13 08:54, Jonathan Wilkes wrote: Thanks. Somehow I had some weirdness left over from trying to /.autogen from a directory with spaces in it. I started over using the make -f makefile.mingw method and it worked fine. But I still can't get it to work using autogen. for the

Re: [PD] building Pd vanilla with mingw

2013-07-26 Thread Antoine Villeret
hi, i'm also trying to build Pd vanilla under Windows 7 with MinGW since yesterday I follow all the things on http://puredata.info/docs/developer/WindowsMinGW until You can now build Pd vanilla note that I cannot find the ASIOSDK2.2 but only the 2.3 on Steinberg website with a fresh git clone :

Re: [PD] building Pd vanilla with mingw

2013-07-26 Thread yvan volochine
On 26/07/13 15:15, Antoine Villeret wrote: git reflog 5419183 HEAD@{0}: clone: from git:// pure-data.git.sourceforge.net/gitroot/pure-data/pure-data maybe I cloned the wrong repos ? sf.net changed their repos URL so you need the following if you wanna try to build latest master: $ git

[PD] Reverse Kickstarter Update

2013-07-26 Thread Jonathan Wilkes
Hi List, Update on the Preferences dialog window for Pd. * Now it has a Help button with a first stab at help patches for Audio, Midi, and GUI prefs * Works in OSX and Windows as well as GNU/Linux * On OSX, lives in Apple Preferences menu * Looks native on OSX and Windows and looks

Re: [PD] building Pd vanilla with mingw

2013-07-26 Thread Antoine Villeret
ho ! shame on me ! I've copy/paste the link from http://puredata.info/docs/developer/GettingPdSource ... so i've update the link... i'm not sure which link is the right one for SVN and pd-extended so I let who knows to update them... regards a -- do it yourself http://antoine.villeret.free.fr

[PD] pix_openni blocks pd gui

2013-07-26 Thread Antoine Villeret
hi, i'm working on pix_openni code and trying to figure out why pd is blocking 4 or 5 seconds when quitting after using [pix_openni] the gui stays alive and the command line shows watchdog: signaling pd... 4 or 5 times then the gui disappear how can I figure out what is blocking pd ? thanks a

Re: [PD] Reverse Kickstarter Update

2013-07-26 Thread Colet Patrice
Le 26/07/2013 19:11, Jonathan Wilkes a écrit : Hi List, Update on the Preferences dialog window for Pd. * Now it has a Help button with a first stab at help patches for Audio, Midi, and GUI prefs * Works in OSX and Windows as well as GNU/Linux I've tried it out, nice work, what would

Re: [PD] building Pd vanilla with mingw

2013-07-26 Thread Jonathan Wilkes
On 07/26/2013 03:44 AM, IOhannes m zmölnig wrote: On 07/26/13 08:54, Jonathan Wilkes wrote: Thanks. Somehow I had some weirdness left over from trying to /.autogen from a directory with spaces in it. I started over using the make -f makefile.mingw method and it worked fine. But I still can't

Re: [PD] building Pd vanilla with mingw

2013-07-26 Thread Colet Patrice
Hello, I think that we are facing windows specific errors with libtool that should be resolved under windows... Le 26/07/2013 15:15, Antoine Villeret a écrit : hi, i'm also trying to build Pd vanilla under Windows 7 with MinGW since yesterday I follow all the things on

Re: [PD] building Pd vanilla with mingw

2013-07-26 Thread yvan volochine
On 26/07/13 19:18, Antoine Villeret wrote: i'm not sure which link is the right one for SVN and pd-extended so I let who knows to update them... this is the one for pd-extended/svn: $ svn checkout svn://svn.code.sf.net/p/pure-data/svn/trunk pure-data-svn ciao y -- http://yvanvolochine.com

[PD] where can I find [udpsend] and [udpreceive]?

2013-07-26 Thread Alexandros Drymonitis
I've just compiled the osc library in Pd vanilla (wasn't it called mrpeach?) but [udpsend] and [udpreceive] are not included? Where can I find them? Can't seem to find them in Pd's website.. ___ Pd-list@iem.at mailing list UNSUBSCRIBE and

[PD] git and svn links update was:Re: building Pd vanilla with mingw

2013-07-26 Thread Antoine Villeret
hi, i've updated http://puredata.info/docs/developer/GettingPdSource please double check I didn't make any mistake and that all links point to an up-to-date repo regards a -- do it yourself http://antoine.villeret.free.fr 2013/7/26 yvan volochine yvan...@gmail.com On 26/07/13 19:18, Antoine

Re: [PD] Reverse Kickstarter Update

2013-07-26 Thread Jonathan Wilkes
On 07/26/2013 01:34 PM, Colet Patrice wrote: Le 26/07/2013 19:11, Jonathan Wilkes a écrit : Hi List, Update on the Preferences dialog window for Pd. * Now it has a Help button with a first stab at help patches for Audio, Midi, and GUI prefs * Works in OSX and Windows as well as

Re: [PD] Reverse Kickstarter Update

2013-07-26 Thread Colet Patrice
Le 26/07/2013 20:53, Jonathan Wilkes a écrit : I just tested my demo buid using asio via port audio with the Test Audio and MIDI patch and it seems to work. what system are you using? Mine is windows vista home premium SP2. ___ Pd-list@iem.at

Re: [PD] Reverse Kickstarter Update

2013-07-26 Thread Jonathan Wilkes
On 07/26/2013 04:39 PM, Colet Patrice wrote: Le 26/07/2013 20:53, Jonathan Wilkes a écrit : I just tested my demo buid using asio via port audio with the Test Audio and MIDI patch and it seems to work. what system are you using? Mine is windows vista home premium SP2. Mine is Windows

[PD] CPU usage of [mtx_*~]

2013-07-26 Thread Alexandros Drymonitis
If you want to increase the gain of a single connection, using [mtx_*~], is this more CPU friendly: [0\ | [element 1 1 $1( | |[osc~] || [mtx_*~] than this: [element 1 1 1( | |[osc~] || |[*~] || [mtx_*~] I mean, does [mtx_*~] calculates the gain for a given connection

[PD] Raspberry Pi Behringer UCA222 boot problems

2013-07-26 Thread John Canning
Hi Folks, I have been trying for quite a while to get my Raspberry Pi to work in full duplex with Pd. I have installed the OS on the PdPi site and updated it. I am using a Behringer UCA222 for audio. When I change the USB speed down to 1 (dwc_otg.speed=1) in /boot/cmdline.txt my Pi won't boot

Re: [PD] Raspberry Pi Behringer UCA222 boot problems

2013-07-26 Thread Dan Wilcox
Simply put, the RPI firmware does not work with USB audio correctly yet. See this thread: http://lists.puredata.info/pipermail/pd-list/2013-07/103261.html I keep looking for fixes, but the way USB is handled, the only way for it to work without dropouts is to have *nothing* else plugged into

Re: [PD] where can I find [udpsend] and [udpreceive]?

2013-07-26 Thread Dan Wilcox
The mrpeahc externals are separated into subfolders. See https://pure-data.svn.sourceforge.net/svnroot/pure-data/branches/pd-extended/0.44/externals/mrpeach/ You need mrpeach/net ... On Jul 26, 2013, at 5:41 PM, pd-list-requ...@iem.at wrote: From: Alexandros Drymonitis adr...@gmail.com

Re: [PD] Raspberry Pi Behringer UCA222 boot problems

2013-07-26 Thread John Canning
Hi Dan, Thanks for getting back to me. I'm still very new to the Pi but have found this post that seems to say that it can work. I'm confused. What do you reckon? On Fri, Jul 26, 2013 at 11:02 PM, Dan Wilcox danomat...@gmail.com wrote: Simply put, the RPI firmware does not work with USB audio

Re: [PD] Raspberry Pi Behringer UCA222 boot problems

2013-07-26 Thread John Canning
http://www.mail-archive.com/pd-list@iem.at/msg55753.html On Fri, Jul 26, 2013 at 11:02 PM, Dan Wilcox danomat...@gmail.com wrote: Simply put, the RPI firmware does not work with USB audio correctly yet. See this thread: http://lists.puredata.info/pipermail/pd-list/2013-07/103261.html I

Re: [PD] Raspberry Pi Behringer UCA222 boot problems

2013-07-26 Thread Dan Wilcox
Sure, but that's only for certain types of USB devices. Some are working and others aren't. More professional sound cards require lower-latency/burst mode over USB which the PI firmware currently doesn't allow and/or doesn't set the correct priority for. The issue AFAICT is that essentially the

[PD] PA_Terminate

2013-07-26 Thread Colet Patrice
Hello, I'm trying to find out why portaudio doesn't work with my windows machine. pd doesn't stuck anymore if I put Pa_Terminate() at the end of function static void pa_init(void) in s_audio_pa.c I don't understand why Pa_Terminate() is not used anymore, it's under comments in function int

Re: [PD] where can I find [udpsend] and [udpreceive]?

2013-07-26 Thread Alexandros Drymonitis
Thanks! On Sat, Jul 27, 2013 at 1:05 AM, Dan Wilcox danomat...@gmail.com wrote: The mrpeahc externals are separated into subfolders. See https://pure-data.svn.sourceforge.net/svnroot/pure-data/branches/pd-extended/0.44/externals/mrpeach/ You need mrpeach/net ... On Jul 26, 2013, at 5:41

Re: [PD] Raspberry Pi Behringer UCA222 boot problems

2013-07-26 Thread Dan Wilcox
Actually I miss-typed. The issue is with Isochronous usb mode: http://www.raspberrypi.org/phpBB3/viewtopic.php?f=28t=29226 Looks like things should be better for USB 2 audio devices, but still issues with USB 1.1 devices (aka mine :P): While Isoc has improved for pretty much everyone using

Re: [PD] Raspberry Pi Behringer UCA222 boot problems

2013-07-26 Thread John Canning
Thanks for getting back to me Dan On Fri, Jul 26, 2013 at 11:50 PM, Dan Wilcox danomat...@gmail.com wrote: Actually I miss-typed. The issue is with Isochronous usb mode: http://www.raspberrypi.org/phpBB3/viewtopic.php?f=28t=29226 Looks like things should be better for USB 2 audio devices,

Re: [PD] Raspberry Pi Behringer UCA222 boot problems

2013-07-26 Thread Dan Wilcox
For what it's worth, I tried force ing USB 1.1 mode on the pi with my UA-25 and that resulted in a hard lock as well. Disappointing at this point since I've worked with audio on slower embedded machines before ... On Jul 26, 2013, at 7:19 PM, John Canning johnnyboy7...@hotmail.co.uk wrote:

Re: [PD] building Pd vanilla with mingw

2013-07-26 Thread Jonathan Wilkes
On 07/26/2013 03:44 AM, IOhannes m zmölnig wrote: On 07/26/13 08:54, Jonathan Wilkes wrote: Thanks. Somehow I had some weirdness left over from trying to /.autogen from a directory with spaces in it. I started over using the make -f makefile.mingw method and it worked fine. But I still can't

[PD] portaudio callback problem [WAS:Re: PA_Terminate]

2013-07-26 Thread Colet Patrice
Le 27/07/2013 00:39, Colet Patrice a écrit : Hello, I'm trying to find out why portaudio doesn't work with my windows machine. pd doesn't stuck anymore if I put Pa_Terminate() at the end of function static void pa_init(void) in s_audio_pa.c I don't understand why Pa_Terminate() is not

Re: [PD] Building Pd App on OSX

2013-07-26 Thread Jonathan Wilkes
On 07/06/2013 06:18 PM, Miller Puckette wrote: Yeah... I originally assembled it by trial and error, starting from the Wish Shell app and changing stuff by trial and error. It might even be the case that the Wish Shell.app archive used by the script below can be replaced with your own local