Re: [PD] respawn PD with gui in Debian

2010-02-17 Thread Bart Koppe
Hi Ben, I would like the script to be respawnd, in the rare case the script might crash. Afaik putting it in .xsessions only cares of starting the script, right? Chrs, bart On 02/17/2010 04:35 AM, B. Bogart wrote: Hey Bart, Put the PD startup stuff in your ~/.xsession, and configure your

Re: [PD] respawn PD with gui in Debian

2010-02-17 Thread Oli44
helllo, if your desktop supports the freedesktop spec (LXDE, Gnome...), you just have to add a *.desktop entry in the ~/.config/autostart folder. A .desktop looks like this (though you could refine/simplify it): [Desktop Entry] Name=mypdlauncher Exec=/bin/sh /home/pduser/pd-daemon.sh

Re: [PD] respawn PD with gui in Debian

2010-02-17 Thread Justin Glenn Smith
Or, you can use 'while true pd somefile.pd' as the last command in your .xsession or .xinitrc Oli44 wrote: helllo, if your desktop supports the freedesktop spec (LXDE, Gnome...), you just have to add a *.desktop entry in the ~/.config/autostart folder. A .desktop looks like this (though

Re: [PD] respawn PD with gui in Debian

2010-02-17 Thread Dan Wilcox
On Ubuntu, I call my startup script in ~/.bash_profile and my shutdown/cleanup script in ~/.bash_logout. Also, you will need to put . .bashrc at the beginning of the .bash_profile so all the default shell settings will be setup when it is called. On Feb 17, 2010, at 10:49 AM, Bart Koppe

Re: [PD] [PD-announce] Pd-announce Digest, Vol 59, Issue 8

2010-02-17 Thread Medialab-Prado comunicacion
Hi all, Regarding the FLOSS Manuals Book Sprint in Berlin we would like to announce that there will also be a Translation Sprint of 2 FLOSS Manuals here in Medialab-Prado in Madrid from March 2 through 6. We we'll be collaboratively translating into Spanish *Inkscape Manual* and

Re: [PD] Install pd-extended on Ubuntu Jaunty 9.04 i686

2010-02-17 Thread András Murányi
Thanks for getting back to me so quickly. Sorry, there was a typo in my initial message, it should say there is no i686 package available. When I tried to install the Jaunty package I got a wrong kernel type error. All the packages seem to be for i386 and lpia, while my

Re: [PD] respawn PD with gui in Debian

2010-02-17 Thread B. Bogart
Hey Bart, When the script running in xsession exits, it will restart X, so if you have autologin, and PD crashing does cause an exit, then it will restart automatically when it crashes. Note I don't find PD doing that on linux very often... Also if PD stalls without exiting you can get the

[PD] MusicumMachina

2010-02-17 Thread JKP
An Machine Sound Generator for Pure Data Made with Pd version 0.41.4-extended --- DOWNLOAD --- The Patches http://jkp.antisocial.be/musique/JKP-MusicumMachina.zip The Sound ( 1.5 Go ) http://jkp.antisocial.be/musique/JKP-audio.zip --- INSTALL --- Unpack the zip file called

Re: [PD] Install pd-extended on Ubuntu Jaunty 9.04 i686

2010-02-17 Thread Ben Baker-Smith
Problem solved! The final trick was to install gcc-snapshot using sudo apt-get gcc-snapshot rather than through getlibs. Thanks for all your help Andras. -Ben 2010/2/17 András Murányi muran...@gmail.com: Thanks for getting back to me so quickly. Sorry, there was a typo in my

Re: [PD] respawn PD with gui in Debian

2010-02-17 Thread Bart Koppe
Ok, solved! In the end I did the following (or one way to build a kiosk pd): I'm running a fresh install of Debian Lenny, I now disabled gdm. update-rc.d -f gdm remove Then I changed (thanks to the debian forums) the 1:2345:respawn:/sbin/getty 38400 tty1 entry in /etc/inittab to:

[PD] install iemguts in pd 0.4.14

2010-02-17 Thread Javier Tempesta
hello pd list, I have pd 0.4.14 extended running on ubuntu 9.10 and I want to install the iemguts https://pure-data.svn.sourceforge.net/svnroot/pure-data/trunk/externals/iem/iemguts/ when I try to download the folder iemguts with my browser from the above adress I get an archive extension

[PD] line~ and vline~ right inlets

2010-02-17 Thread Matteo Sisti Sette
Hi, The behaviour of the second inlet of line~, and of the second and third inlet of vline~, are not documented in the help patches. Only the all parameters in one message to the left inlet way of working is described in the help patches. The behaviour of the other two inlets is not entirely

Re: [PD] install iemguts in pd 0.4.14

2010-02-17 Thread András Murányi
Hello Javier, On Wed, Feb 17, 2010 at 11:12 PM, Javier Tempesta jtempe...@web.de wrote: hello pd list, I have pd 0.4.14 extended running on ubuntu 9.10 The latest version of pd-extended is 0.42.5. get it from http://autobuild.puredata.info/auto-build/latest/ and I want to install the

Re: [PD] triggering audio

2010-02-17 Thread Josh Lawrence
On Tue, Feb 16, 2010 at 2:06 PM, Derek Holzer de...@umatic.nl wrote: Hi Josh, looks like you haven't gotten to the later AUDIO TUTORIALS chapters: ha, you caught me! :) you're right, I'm trying to skip ahead. I'm a very poor student for this reason! thanks all for the useful replies - pd

Re: [PD] line~ and vline~ right inlets

2010-02-17 Thread Jonathan Wilkes
Hi Matteo, I think it's just an oversight. The middle inlet of [vline~], for example, is used in the [sampvoice] abstraction of audio tutorial D11.sampler.poly.pd so that a quartic envelope may be generated. The extra inlets are used in many other places as well. I guess the extra inlets

Re: [PD] triggering audio

2010-02-17 Thread Andrew Faraday
Hey, that's how you learn, and you learn better if you chase parts of PD that interest you more. The first few parts of the help files talk about data structures etc... which confuse the hell out of me, don't use 'em, don't plan to. I'd say if something interests you, go for it, if you don't

Re: [PD] [PD-announce] [reminder]Pure Data Workshop + FLOSS Manuals Book Sprint next week

2010-02-17 Thread Jeffrey Concepcion
do you plan ob changing anything from the current floss manual? or add to it? On Tue, Feb 16, 2010 at 2:58 PM, Derek Holzer de...@umatic.nl wrote: Pure Data Workshop + FLOSS Manuals Book Sprint Tusday 23 – Friday 26 February 2010, 17.00-22.00 [GMT +1] NK Elsenstr. 52 2HH 2 Etage 12059 Berlin,

Re: [PD] [PD-announce] [reminder]Pure Data Workshop + FLOSS Manuals Book Sprint next week

2010-02-17 Thread Derek Holzer
Both ;-) D. Jeffrey Concepcion wrote: do you plan ob changing anything from the current floss manual? or add to it? On Tue, Feb 16, 2010 at 2:58 PM, Derek Holzer de...@umatic.nl mailto:de...@umatic.nl wrote: Pure Data Workshop + FLOSS Manuals Book Sprint Tusday 23 – Friday 26

Re: [PD] line~ and vline~ right inlets

2010-02-17 Thread Matteo Sisti Sette
Jonathan Wilkes escribió: you could put a [pack] before the object or use message boxes as in the help patch, but the same could be said about virtually any object in Pd Except that most objects retain the last value received from the right inlets while [line~] and [vline~] forget it after

[PD] troubles with multichannel output

2010-02-17 Thread palmieri, ricardo
hi people. im working in an installation using 4 audio+video channels, running in a quadcore, 2 nvidia9600gt, 4gbram, under ubuntu 9.10 and pd 0.43. i built this installation last november in argentina. now, we bought a complete new setup (with some small differences) to replicate the work in a

Re: [PD] triggering audio

2010-02-17 Thread Josh Lawrence
On Tue, Feb 16, 2010 at 2:06 PM, Derek Holzer de...@umatic.nl wrote: Hi Josh, looks like you haven't gotten to the later AUDIO TUTORIALS chapters: if I can beg the forgiveness of the list and make another post: I've been reading over the answers presented to me and realize that I completely

Re: [PD] triggering audio

2010-02-17 Thread Martin Peach
Maybe try the attached patch and look up the help for the objects in it to see what they can do. Martin Josh Lawrence wrote: On Tue, Feb 16, 2010 at 2:06 PM, Derek Holzer de...@umatic.nl wrote: Hi Josh, looks like you haven't gotten to the later AUDIO TUTORIALS chapters: if I can beg the

Re: [PD] troubles with multichannel output

2010-02-17 Thread Jaime Oliver
Hey Ricardo, have you tried any of these cards in your old system? Are you already in Lima? I'm pretty sure I can find you a pci soundcard i know for sure works fine in fedora if things are not working out... best, J On Wed, Feb 17, 2010 at 7:30 PM, palmieri, ricardo ricardopalmi...@gmail.com

Re: [PD] Puredata on maemo

2010-02-17 Thread Hans-Christoph Steiner
Hey Umberto, welcome! You can run Pd on Maemo 4.1 so it should work on Maemo 5. We're working on updating the mobile version of Pd, so perhaps a Maemo 5 build will come out of that. Here's the current release: http://pd-anywhere.sourceforge.net/release/maemo/ .hc On Feb 15, 2010, at