[PD] is rsynced stuff equal to svn'ed stuff?

2010-02-20 Thread meino . cramer
Hi, Here:http://puredata.info/docs/developer/GettingPdSource I found this: svn checkout --ignore-externals https://pure-data.svn.sourceforge.net/svnroot/pure-data/trunk pd-extended cd pd-extended rm -rf pd svn checkout --ignore-externals

[PD] [gem] perspective rendering

2010-02-20 Thread colet . patrice
Hello, is it possible to increase depth like in 3D games? I'm working with very large structures and would like to have a very deep perspective, but couldn't handle fair dimensions for scaling it into the z view. Is there an explanation or a patch somewhere that use the Depth Buffer ? only

Re: [PD] [gem] perspective rendering

2010-02-20 Thread cyrille henry
look at gemwin help file : it is possible to change the default perspective... c colet.patr...@free.fr a écrit : Hello, is it possible to increase depth like in 3D games? I'm working with very large structures and would like to have a very deep perspective, but couldn't handle fair

Re: [PD] [gem] perspective rendering

2010-02-20 Thread colet . patrice
ah thanks a lot, I didn't see it and was starting to mess with gluPerspective - Mail Original - De: cyrille henry c...@chnry.net À: colet patrice colet.patr...@free.fr Cc: pd-list pd-list@iem.at Envoyé: Samedi 20 Février 2010 15h21:29 GMT +01:00 Amsterdam / Berlin / Berne / Rome /

Re: [PD] is rsynced stuff equal to svn'ed stuff?

2010-02-20 Thread Hans-Christoph Steiner
On Feb 20, 2010, at 7:50 AM, meino.cra...@gmx.de wrote: Hi, Here:http://puredata.info/docs/developer/GettingPdSource I found this: svn checkout --ignore-externals https://pure-data.svn.sourceforge.net/svnroot/pure-data/trunk pd-extended cd pd-extended rm -rf pd svn checkout

Re: [PD] is rsynced stuff equal to svn'ed stuff?

2010-02-20 Thread Hans-Christoph Steiner
On Feb 20, 2010, at 11:51 AM, meino.cra...@gmx.de wrote: Hans-Christoph Steiner h...@at.or.at [10-02-20 17:36]: On Feb 20, 2010, at 7:50 AM, meino.cra...@gmx.de wrote: Hi, Here:http://puredata.info/docs/developer/GettingPdSource I found this: svn checkout --ignore-externals

Re: [PD] is rsynced stuff equal to svn'ed stuff?

2010-02-20 Thread meino . cramer
Please use Reply All to keep this on the list. This is a test mail. I am using mutt as mailer. I pressed r to reply and answered Yes to reply to mailing-list as I did in previous answers to the puredata mailing list. If this mail again is not posted to the list...I have to search for a bug

Re: [PD] is rsynced stuff equal to svn'ed stuff?

2010-02-20 Thread meino . cramer
Hans-Christoph Steiner h...@at.or.at [10-02-20 17:36]: On Feb 20, 2010, at 7:50 AM, meino.cra...@gmx.de wrote: Hi, Here:http://puredata.info/docs/developer/GettingPdSource I found this: svn checkout --ignore-externals https://pure-data.svn.sourceforge.net/svnroot/pure-data/trunk

[PD] jack on through console?

2010-02-20 Thread João Pais
Hi, do you know if there's a way to turn qjackctl on through the console? That is, the program is already open, but instead of clicking start or stopp, I wanted to do it with bash commands. Thanks (again), João -- Friedenstr. 58 10249 Berlin (Deutschland) Tel +49 30 42020091 | Mob +49

Re: [PD] turn a symbol to a message

2010-02-20 Thread Hans-Christoph Steiner
Then the patch. Perhaps a space is being added somewhere with the [makefilename]. .hcD On Feb 20, 2010, at 2:01 PM, Ignacio Lois wrote: Hello everyone. I've been pulling my hair out for a while with an inexplicable problem. I'm trying to build an [open file.wav( message to feed a

Re: [PD] turn a symbol to a message

2010-02-20 Thread tim vets
Hello Ignacio, see attached example, hope it helps... gr, Tim 2010/2/20 Ignacio Lois ignaciol...@gmail.com Hello everyone. I've been pulling my hair out for a while with an inexplicable problem. I'm trying to build an [open file.wav( message to feed a [readsf~] object. A [makefilename]

Re: [PD] jack on through console?

2010-02-20 Thread Derek Holzer
Hi João, Qjackctl will also simply report if JACK has been started or not, and with which settings. I'm not sure why you would need to start and stop JACK many times during a session, but if you wanted to do all this from the command line then wouldn't it be easier to simply use the jackd

Re: [PD] jack on through console?

2010-02-20 Thread Robin Gareus
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Justin Glenn Smith wrote: João Pais wrote: Hi, do you know if there's a way to turn qjackctl on through the console? That is, the program is already open, but instead of clicking start or stopp, I wanted to do it with bash commands. qjackctl

Re: [PD] jack on through console?

2010-02-20 Thread João Pais
Hi, actually I don't want to start/stop many times. I just have a complex setup now (jack+jackrack+pd+ardour), and wanted to start them all with one bash command. the gui of qjackctl would be necessary, for when I have to create/remove connections (although I can already make jack

Re: [PD] jack on through console?

2010-02-20 Thread João Pais
dbus-send --system /org/rncbc/qjackctl org.rncbc.qjackctl.start dbus-send --system /org/rncbc/qjackctl org.rncbc.qjackctl.stop is equivalent to pressing qjackctl's startstop buttons. hmm, this would be what I want, but it didn't work here (jaunty). any permissions missing?

Re: [PD] jack on through console?

2010-02-20 Thread Robin Gareus
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 João Pais wrote: dbus-send --system /org/rncbc/qjackctl org.rncbc.qjackctl.start dbus-send --system /org/rncbc/qjackctl org.rncbc.qjackctl.stop is equivalent to pressing qjackctl's startstop buttons. hmm, this would be what I want, but it