Re: [PD] pduino test patch: old analog/digital controls

2011-06-17 Thread olsen
On 06/17/2011 12:24 AM, Matteo Sisti Sette wrote: On 06/16/2011 05:44 PM, olsen wrote: it's all in the arduino-help.pd by Gerda Strobl and Georg Holzmann! Which one??? Not the one that is distributed together with [arduino] and [arduino-test] at http://at.or.at/hans/pd/objects.html,

[PD] d-scale abstraction with rjdj

2011-06-17 Thread Pagano, Patrick
Hi I did not hear back yesterday and I am wondering Can I use the d-scale abstraction David Mccallum wrote in rjdj? pp ___ Pd-list@iem.at mailing list UNSUBSCRIBE and account-management - http://lists.puredata.info/listinfo/pd-list

[PD] Piezo, trigger, Arduino

2011-06-17 Thread Pierre Massat
Dear List, This is yet another question about Arduino. Sorry about that. I want to use piezos to trigger samples using my arduino board. I want the trigger to be sensitive, and a quick google search seems to show that piezo is the way to go. Does anybody have any experience with piezo triggers

[PD] [PD-announce] Pd-berlin meeting next tuesday, 21st June

2011-06-17 Thread João Pais
Hello, next tuesday, 21st June, will be the next meeting of Pure Data users in Berlin at NK (http://www.nkprojekt.de/) - Elsenstr. 52, 2HH 2Etage. For more information, look up http://puredata.info/community/organization/pd-berlin/pd-berlin-users-group. We also encourage you to take an active

Re: [PD] Piezo, trigger, Arduino

2011-06-17 Thread Roman Haefeli
Hi Pierre Actually, I wouldn't connect the piezos to an arduino, but to a sound card, because the piezos will likely give very very short spikes and the sampling rate of the analogIns of the arduino is quite low (don't know the exact value) compared to the sampling rate of a common sound card.

Re: [PD] Piezo, trigger, Arduino

2011-06-17 Thread Pierre Massat
Hi Roman, thanks for your reply. I'm afraid i can't use a soundcard to capture the input from the piezo (I don't want to buy one just for three little triggers). If what you're saying is true i guess i will just use three switches and forget about the sensitivity. Pierre 2011/6/17 Roman Haefeli

Re: [PD] Piezo, trigger, Arduino

2011-06-17 Thread olsen
ej pierre regarding sensitivity a FSR = force sensitive resistor might be interesting as well?! salutis ø On 06/17/2011 03:15 PM, Pierre Massat wrote: Hi Roman, thanks for your reply. I'm afraid i can't use a soundcard to capture the input from the piezo (I don't want to buy one just for

[PD] shell

2011-06-17 Thread philippe boisnard
Hello I work with shell and I have a problem with the out of [shell] when I send a message as [wc -l $File.txt( I have no problem to have number of the line but when I send this message [sed -n '$=' $File.txt( I have no message in out. With the Terminal I have no problem, I have the number

Re: [PD] export from gem

2011-06-17 Thread Jack
Hello Max, Open this .zip and tell me if it is working now. I just added the message [color $1 $2 $3( in the abstraction to have the background white with [absCaptureHD myPicture 6000 6000 1 1 1]. Be aware that your saved picture is not anti aliased (maybe use another application - like photoshop

Re: [PD] Sort and init objects

2011-06-17 Thread Frank Barknecht
On Wed, Jun 15, 2011 at 02:11:20PM -0400, Mathieu Bouchard wrote: On Wed, 15 Jun 2011, Pagano, Patrick wrote: It seems to want a list-drip? Get the whole list-abs library. Recent versions (since about two years) include my accelerated [list-drip] (formerly known as [list-drip-quick]).

Re: [PD] Piezo, trigger, Arduino

2011-06-17 Thread Martin Peach
I found that it works better if you put some kind of peak detector op-amp circuit between the piezo and the arduino. See the peak detector circuit in here: http://www.st-andrews.ac.uk/~www_pa/Scots_Guide/audio/part8/Page3.html The diode rectifies the signal and the capacitor stretches it out

Re: [PD] converting accelerometer gyro to positive values

2011-06-17 Thread Frank Barknecht
On Thu, Jun 16, 2011 at 09:21:53AM -0400, Pagano, Patrick wrote: I am still fooling around with rjdj and I was wondering what way people are using to turn r #acceleromter r #gyro to positive values. I usually use a mccallum abstraction d-scale for stuff like this but I am not sure it will

[PD] Launching puredata -nogui from a terminal

2011-06-17 Thread Matteo Sisti Sette
Hi, If I launch Pd from a terminal (without ), when the terminal is closed Pd dies, which is fine for me. However, if from the terminal I launch Pd with the -nogui option, then it survives and keeps running even if the terminal is closed. Is there a way to launch Pd from a script with

Re: [PD] d-scale abstraction with rjdj

2011-06-17 Thread Frank Barknecht
Hi, On Fri, Jun 17, 2011 at 07:37:00AM -0400, Pagano, Patrick wrote: I did not hear back yesterday and I am wondering Can I use the d-scale abstraction David Mccallum wrote in rjdj? I answered now, but to answer in more general terms: If an abstraction uses only the objects and features that

Re: [PD] converting accelerometer gyro to positive values

2011-06-17 Thread Pagano, Patrick
Thanks frank, you rule pp On 6/17/11 10:37 AM, Frank Barknecht f...@footils.org wrote: On Thu, Jun 16, 2011 at 09:21:53AM -0400, Pagano, Patrick wrote: I am still fooling around with rjdj and I was wondering what way people are using to turn r #acceleromter r #gyro to positive values. I

Re: [PD] Launching puredata -nogui from a terminal

2011-06-17 Thread Bernardo Barros
2011/6/17 Matteo Sisti Sette matteosistise...@gmail.com: Is there a way to launch Pd from a script with -nogui in such a way that when the terminal in which it was launched is closed, the Pd process is also killed? That's what already happen with all jobs running on one particular terminal.

Re: [PD] Launching puredata -nogui from a terminal

2011-06-17 Thread Matteo Sisti Sette
On 06/17/2011 04:58 PM, Bernardo Barros wrote: That's what already happen with all jobs running on one particular terminal. If you open a text editor from terminal, you can't close that terminal until you save your text.. etc.. But strangely, that doesn't happen with the puredata process

Re: [PD] Launching puredata -nogui from a terminal

2011-06-17 Thread Bernardo Barros
strange indeed.. :/ ___ Pd-list@iem.at mailing list UNSUBSCRIBE and account-management - http://lists.puredata.info/listinfo/pd-list

Re: [PD] Another arduino weirdness

2011-06-17 Thread Martin Peach
On 2011-06-14 19:22, Matteo Sisti Sette wrote: I've found out that if I send the arduino the version message, then these messages _are_ received (also in Windows), while when the Arduino send them just after connecting, they are lost in Windows. So I think there must be an issue either in the

[PD] room reflections: cart2del_damp_2d

2011-06-17 Thread Iain Mott
Hi List, I'm experimenting with Thomas Musil's externals ambi_encode and room_sim_3d (the GUI object, set up in 2d) to spatialise mono sources. I'm using these presently with ambdec as an external decoder and it seems to be working well. I'd like to try simulating early room reflections with

[PD] room reflections: cart2del_damp_2d

2011-06-17 Thread Iain Mott
Hi List, I'm experimenting with Thomas Musil's externals ambi_encode and room_sim_3d (the GUI object, set up in 2d) to spatialise mono sources. I'm using these presently with ambdec as an external decoder and it seems to be working well. I'd like to try simulating early room reflections with

Re: [PD] Another arduino weirdness

2011-06-17 Thread Matteo Sisti Sette
On 06/17/2011 05:29 PM, Martin Peach wrote: O, it may be relevant (though I don't directly see how) that when I test on Windows I do it through a virtual machine (on a linux host which is the one on which i test it in Linux). Yes I think that is relevant. I just tried it on WinXP and

Re: [PD] room reflections: cart2del_damp_2d

2011-06-17 Thread Iain Mott
sorry - i think i worked it out - will email back if i get stuck. Iain On Fri, 2011-06-17 at 12:49 -0300, Iain Mott wrote: Hi List, I'm experimenting with Thomas Musil's externals ambi_encode and room_sim_3d (the GUI object, set up in 2d) to spatialise mono sources. I'm using these

Re: [PD] Another arduino weirdness

2011-06-17 Thread Martin Peach
On 2011-06-17 12:04, Matteo Sisti Sette wrote: On 06/17/2011 05:29 PM, Martin Peach wrote: O, it may be relevant (though I don't directly see how) that when I test on Windows I do it through a virtual machine (on a linux host which is the one on which i test it in Linux). Yes I think

[PD] pd crashed

2011-06-17 Thread Cody Loyd
pd crashed while I was saving a large patch. now, when I open that patch, about a third of the objects are gone, and ALL of the connections. what the heck happened.. and am I totally screwed or can I fix it. ___ Pd-list@iem.at mailing list

Re: [PD] Launching puredata -nogui from a terminal

2011-06-17 Thread Roman Haefeli
On Fri, 2011-06-17 at 16:39 +0200, Matteo Sisti Sette wrote: Hi, If I launch Pd from a terminal (without ), when the terminal is closed Pd dies, which is fine for me. However, if from the terminal I launch Pd with the -nogui option, then it survives and keeps running even if the

Re: [PD] Launching puredata -nogui from a terminal

2011-06-17 Thread Matteo Sisti Sette
On 06/17/2011 08:30 PM, Roman Haefeli wrote: Hm.. don't know why it shows this behaviour with -nogui. Perhaps the pd process is a child process of the pd-gui process, and probably pd-gui immediately stops running after launch when -nogui is set, thus pd is not a child process of the terminal

Re: [PD] shell

2011-06-17 Thread Charles Goyard
Hi, I guess you're on osx since you mention 'Terminal'. Try with escaping the quotes : sed -n \'$=\' $File.txt and eventually the dollar too : sed -n \'\$=\' $File.txt On archlinux it works without escaping. see you, Charlot ___ Pd-list@iem.at

Re: [PD] pd crashed

2011-06-17 Thread Matteo Sisti Sette
On 06/17/2011 07:37 PM, Cody Loyd wrote: pd crashed while I was saving a large patch. now, when I open that patch, about a third of the objects are gone, and ALL of the connections. what the heck happened.. In my experience Pd crashes quite often when I save. In some cases, it crashes

Re: [PD] kinect external

2011-06-17 Thread philippe boisnard
Yop I try to built, and I don't ? I have changed all directory in the makefile. but I have error when I make ??? THX p Le 17 juin 2011 à 18:56, Budi Prakosa a écrit : hi all, i want to share simple kinect external based on libfreenect glview.c and some examples from gem mailing list

Re: [PD] kinect external

2011-06-17 Thread Budi Prakosa
What is ur platform? Its only works on mac right now On Saturday, June 18, 2011, philippe boisnard philem...@mac.com wrote: Yop I try to built, and I don't ? I have changed all directory in the makefile. but I have error when I make ??? THX p Le 17 juin 2011 à 18:56, Budi Prakosa a

Re: [PD] shell

2011-06-17 Thread Mathieu Bouchard
On Fri, 17 Jun 2011, Charles Goyard wrote: I guess you're on osx since you mention 'Terminal'. Try with escaping the quotes : sed -n \'$=\' $File.txt and eventually the dollar too : sed -n \'\$=\' $File.txt On archlinux it works without escaping. Those don't sound like actual OSX/Linux

Re: [PD] pd crashed

2011-06-17 Thread Cody Loyd
The problem is not that is just didn't save... So dang. Pd has been crashing more often for me lately, with no more terminal output than Segmentation fault... Is there a log somewhere where I can try to see what's causing these? On Linux. Sent from my iPad On Jun 17, 2011, at 4:06 PM, Matteo

Re: [PD] shell

2011-06-17 Thread philippe boisnard
Hi I can't type \ in my pd-extended. thus no result with this. THX p Le 17 juin 2011 à 21:52, Charles Goyard a écrit : Hi, I guess you're on osx since you mention 'Terminal'. Try with escaping the quotes : sed -n \'$=\' $File.txt and eventually the dollar too : sed -n

Re: [PD] kinect external

2011-06-17 Thread Budi Prakosa
could u try the precompiled binary? it need libfreenect to be installed first On Sat, Jun 18, 2011 at 10:41 AM, philippe boisnard philem...@mac.com wrote: I Have tested with a make and make clean ??? and no result Le 18 juin 2011 à 00:45, Budi Prakosa a écrit : What is ur platform?

Re: [PD] shell

2011-06-17 Thread Simon Wise
On 18/06/11 11:45, philippe boisnard wrote: Hi I can't type \ in my pd-extended. thus no result with this. try saving the script as an executable file, and call that with [shell] instead. Simon ___ Pd-list@iem.at mailing list UNSUBSCRIBE and