[PD] more output channels problem

2013-03-14 Thread Fero Kiraly
Hi friends, I cant set up more than 2 audio channels outputs. Inputs are working correctly (I use 4 with no problems) When I'am trying it hangs with segfault. pd-extended 0.43-4 archlinux jack presonus 1818VSL ___ Pd-list@iem.at mailing list

Re: [PD] subnormal numbers explained

2013-03-14 Thread James Dunn
Quoth katja, on 13/03/2013 10:14: Subnormal numbers are a pain in the ass, they cause substantially increased CPU load without doing anything useful for audio DSP. Unfortunately it can happen in some Pd objects (notably [freeverb~]), and spoil the performance of a Pd patch. Yes I eventually

[PD] Syphonserver/client for pd

2013-03-14 Thread Pagano, Patrick
Helo Does anyne have a working syphonserver.pd_darwin? I had a version working with Gem92, but 93.x no worky i am hoping someone could share their lib I am on OSX obviously i would like to use the most recent pd-extendd release but i will roll back to 42-5 if someone has a working version i can

Re: [PD] Jack support on Windows

2013-03-14 Thread Esteban Viveros
People I made a very stupid mistake..! :/ hehehehehe Jack don't need a new pd-extended compilation to work together. Jack run over asio driver in windows. All software with asio support can see jackrouter in asio on driver settings. I have tested it with pd-extended 0.43.4 windows version

[PD] Pd-extended stopped working

2013-03-14 Thread Òscar Martínez Carmona
Yesterday I was doing some patch and pd got jammed, got to force quit and when I restarted it was still getting stuck. So I decided to remoce the application (with Appcleaner) and downloading/installing the package. So I did but the problem persists!! WTF?? What can I do?? (My computer is a late

Re: [PD] Pd-extended stopped working

2013-03-14 Thread Nicolas Montgermont
I think 10.7 make pd trying to reopen the last patch opened at launch. I don't know if applcleaner clean this. Try to erase the directory : ~/Library/Saved Application State/org.pdextended.something... To disable completely, see here for example:

[PD] can't load pdp

2013-03-14 Thread oscar santis
I can't load pdp in Pure Data 0.43.0-4 and Pure Data 0.43.4-extended. I work with Ubuntustudio 12.04 running in an Acer Aspire One. In vanilla I wrote pdp at startup setting and console says /usr/lib/pd/extra/pdp.pd_linux: /usr/lib/libgsl.so.0: undefined symbol: cblas_dasum pdp: can't load

Re: [PD] can't load pdp

2013-03-14 Thread Pagano, Patrick
get the working version from the pd-extended download pp From: pd-list-boun...@iem.at [pd-list-boun...@iem.at] on behalf of oscar santis [pelaosan...@gmail.com] Sent: Thursday, March 14, 2013 11:25 AM To: pd-list@iem.at Subject: [PD] can't load pdp I can't load

Re: [PD] Missing pdp objects in pd-extended

2013-03-14 Thread dreamer
On Thu, Mar 14, 2013 at 12:49 AM, dreamer drea...@puikheid.nl wrote: Odd, these are actually installed in /usr/lib/pd-extended/extra/pdp/ Strange that they are not found then. If I add this path it gets removed again after restarting pd. I now added this path in .pdextended and it shows up

[PD] More Sensor Questions inc libfreenect on the Rpi

2013-03-14 Thread Julian Brooks
Hi again, So after some more research I've come to the conclusion that the ultrasonics aren't going to do what I would like - not a wide enough beam and unnecessary accuracy. Perhaps if I say what I would like 'something' to do, someone may say oh, you want one, two, n of *these*. I have a

[PD] Send Key Commands to PD w/ -nogui without X (from console)

2013-03-14 Thread me.grimm
How can I best send key commands to pd when i do -nogui from console (no x windows) to be received with [key], for example? im on raspbian/linux my google searches have not ended so well on this subject m -- m.e.grimm | m.f.a | ed.m. megr...@gmail.com

Re: [PD] Send Key Commands to PD w/ -nogui without X (from console)

2013-03-14 Thread James Dunn
Quoth me.grimm, on 14/03/2013 16:57: How can I best send key commands to pd when i do -nogui from console (no x windows) to be received with [key], for example? im on raspbian/linux my google searches have not ended so well on this subject m use [hid] and read this:

Re: [PD] Pd-extended stopped working

2013-03-14 Thread Nicolas Montgermont
back on the list. tilde is your home. it must be /Users/yourname/Library/Saved Application State otherwise can you run pd in a terminal with -stderr: /Applications/Pd-extended.app/Contents/Resources/bin/pdextended -stderr and report here. which version of pd? good luck! n Le 14/03/13 18:09,

Re: [PD] Send Key Commands to PD w/ -nogui without X (from console)

2013-03-14 Thread me.grimm
hmmm... i forgot about that. I will try it... no way in vanilla i take it? m On Thu, Mar 14, 2013 at 1:17 PM, James Dunn ja...@4thharmonic.com wrote: Quoth me.grimm, on 14/03/2013 16:57: How can I best send key commands to pd when i do -nogui from console (no x windows) to be received with

Re: [PD] Send Key Commands to PD w/ -nogui without X (from console)

2013-03-14 Thread James Dunn
Quoth me.grimm, on 14/03/2013 17:21: hmmm... i forgot about that. I will try it... no way in vanilla i take it? m not that I'm aware of James ___ Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -

Re: [PD] TCP/IP communication from the unix server to the Pure Data

2013-03-14 Thread Petar Jercic
Martin , thank you for everything, I got it working now even with floating point numbers, here is the rundown of the method [solved] BUT BEFORE FOLLOWING THIS, NOTE THAT FLOATING POINT NUMBER IS SOMETHING THAT YOU DON'T WANT TO PARSE, IF YOU LIKE YOUR NERVES. The first problem is 1. Error

Re: [PD] Send Key Commands to PD w/ -nogui without X (from console)

2013-03-14 Thread Jonathan Wilkes
- Original Message - From: me.grimm megr...@gmail.com To: James Dunn ja...@4thharmonic.com Cc: pd_list Listserve pd-list@iem.at Sent: Thursday, March 14, 2013 1:21 PM Subject: Re: [PD] Send Key Commands to PD w/ -nogui without X (from console) hmmm... i forgot about that. I will

Re: [PD] Send Key Commands to PD w/ -nogui without X (from console)

2013-03-14 Thread me.grimm
3) the 'pdsend' program waits for FUDI input this might be the best solution for now until i take a look into the shell scripting you suggested. although, how to make it all on one line (one command). Variations in this: megrimm-mbp:~ megrimm$ (pd -open netreceive-help.pd ) ; (pdsend 3000)

Re: [PD] TCP/IP communication from the unix server to the Pure Data

2013-03-14 Thread Martin Peach
OK, I added two externals into svn at http://pure-data.svn.sourceforge.net/viewvc/pure-data/trunk/externals/mrpeach/serializer/ [b2f] will take four bytes and return a float, while [f2b] takes a float and outputs four bytes. (This is really easy in c...) Of course it only works if the

Re: [PD] Send Key Commands to PD w/ -nogui without X (from console)

2013-03-14 Thread Jonathan Wilkes
- Original Message - From: me.grimm megr...@gmail.com To: Jonathan Wilkes jancs...@yahoo.com Cc: James Dunn ja...@4thharmonic.com; pd_list Listserve pd-list@iem.at Sent: Thursday, March 14, 2013 3:47 PM Subject: Re: [PD] Send Key Commands to PD w/ -nogui without X (from console)

Re: [PD] Send Key Commands to PD w/ -nogui without X (from console)

2013-03-14 Thread me.grimm
hey! that was pretty brilliant! now w/ -stderr also prints to terminal: (pd -nogui -stderr -open netreceive-help.pd ); sleep 5 pdsend 3000 Maybe there's a shell guru here who can tell you how to wrap it up in a script that automatically sends messages on each keydown event. :) yes! m On

[PD] pdp_sdl on Raspberry Pi Fullscreen from Console (No X Win) Initial Findings / Working (Kind of)

2013-03-14 Thread me.grimm
From this post (SDL 1.2 with dispmanx backend): http://www.raspberrypi.org/phpBB3/viewtopic.php?t=25146 I was able to get pdp_sdl working in fullscreen with hardware acceleration. It is surprisingly fast. I was able to generate noise (pdp_noise-help.pd) and play video (pdp_qt-help.pd) without an

Re: [PD] Send Key Commands to PD w/ -nogui without X (from console)

2013-03-14 Thread Jack
Le 14/03/2013 21:38, me.grimm a écrit : hey! that was pretty brilliant! now w/ -stderr also prints to terminal: (pd -nogui -stderr -open netreceive-help.pd ); sleep 5 pdsend 3000 Maybe there's a shell guru here who can tell you how to wrap it up in a script that automatically sends

Re: [PD] More Sensor Questions inc libfreenect on the Rpi

2013-03-14 Thread Max
if you want it to work outside in sunlight, that's impossible with the kinect. the infrared from the sun is much stronger than the projector of the kinect and will turn the pattern invisible to the infrared camera on the kinect. Am 14.03.2013 um 17:18 schrieb Julian Brooks jbee...@gmail.com:

Re: [PD] SP-Brazil Meeting

2013-03-14 Thread Alexandre Torres Porres
another one next saturday :) Em 28 de fevereiro de 2013 17:46, Alexandre Torres Porres por...@gmail.comescreveu: Hi there, we're starting to organize some meetings on art software/hardware much like in the sense of the Patching Circles here announced, but not only devoted to patching like in

[PD] Fwd: SP-Brazil Meeting

2013-03-14 Thread Alexandre Torres Porres
another one next saturday :) -- Mensagem encaminhada -- De: Alexandre Torres Porres por...@gmail.com Data: 28 de fevereiro de 2013 17:46 Assunto: SP-Brazil Meeting Para: pd-lista puredata pd-list@iem.at, pd-annou...@iem.at Hi there, we're starting to organize some meetings on

Re: [PD] found how to reproduce Pd-ext 0.43.4 Tcl Invalid Command Name error

2013-03-14 Thread Hans-Christoph Steiner
That bug is not related, though I might look similar. Any time you see things like .x2415b0 those are the unique IDs that Pd uses for each Window in the GUI. .x2415b0: no such object basically means that Pd is trying to send a command to a window in the GUI, but that window does not

Re: [PD] readsf fails to read 32 bits float wav

2013-03-14 Thread Hans-Christoph Steiner
Sounds like it, especially if you can reproduce it everytime. File a bug report and include as simple a patch as possible to reproduce the issue, and the soundfile. I've definitely used lots of mono and stereo 32-bit float WAV files, so those work. .hc On Mar 11, 2013, at 3:52 PM, Charles

Re: [PD] found how to reproduce Pd-ext 0.43.4 Tcl Invalid Command Name error

2013-03-14 Thread Ivica Ico Bukvic
Just to further confirm, pd-l2ork is not affected with Benjamin’s example either. Hopefully this will help Hans and others hunt this thing down. Best wishes, Ico From: pd-list-boun...@iem.at [mailto:pd-list-boun...@iem.at] On Behalf Of Hans-Christoph Steiner Sent: Thursday, March 14,