Re: [PD] unix laptop studio with PD

2011-01-17 Thread Pierre Massat
Well, JACK should be able to do just that, as far as i know. You can view all the connections between apps by clicking on the Connect button in QJackCtl. Pierre q2011/1/17 dom kun main.p...@googlemail.com Hi all, just have some trouble finding the right software. currently running the

Re: [PD] Linux script to launch JACK and Pd at once

2011-01-17 Thread Pierre Massat
Thank you all for your help. I made a simple script than i launch via a GNOME (or whatever, i'm in ubuntu) launcher and it works just fine. That's the kind of very simple tricks that make life easier. That made my day. @IOhannes : yes, i know that there should be a way of using HID without being

Re: [PD] unix laptop studio with PD

2011-01-17 Thread ailo
You choose the amount of inputs and outputs in the Media-Jack menu item. You can choose as many as you want for jack, I think. Then use qjackctl to connect inputs and outputs with other software. You can also make qjackctl remember your connections in Patchbay. I think you need to enable Activate

Re: [PD] zero crossing

2011-01-17 Thread Roman Haefeli
On Mon, 2011-01-17 at 02:01 +0100, Dietrich Pank wrote: Thank you Roman, I do think it is possible to get sample correct bangs from analyzed audio: http://lists.puredata.info/pipermail/pd-list/2010-12/085681.html Ok! After reading this tip again I

Re: [PD] zero crossing

2011-01-17 Thread Pierre Massat
Seems to me like nothing is ever realtime in DSP anyway... Pierre 2011/1/17 Roman Haefeli reduz...@gmail.com On Mon, 2011-01-17 at 02:01 +0100, Dietrich Pank wrote: Thank you Roman, I do think it is possible to get sample correct bangs from analyzed audio:

Re: [PD] Linux script to launch JACK and Pd at once

2011-01-17 Thread IOhannes m zmoelnig
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 2011-01-17 09:19, Pierre Massat wrote: @IOhannes : yes, i know that there should be a way of using HID without being root, i need to take some time to figure it out. it's a good investment, and you should do it. What's pd-ot? Off-topic?

Re: [PD] zero crossing

2011-01-17 Thread Roman Haefeli
On Mon, 2011-01-17 at 09:39 +0100, Pierre Massat wrote: Seems to me like nothing is ever realtime in DSP anyway... I guess that is what IOhannes meant when he suggested to re-think the definition of 'real-time'. Roman ___ Pd-list@iem.at mailing

Re: [PD] position of object with rotation

2011-01-17 Thread cyrille henry
gemlist_info Le 17/01/2011 06:40, philippe boisnard a écrit : Hello I work to create a sceleton and I ahave problem with arm and legs When we use a .obj, we have only 1 entry to détermine the position [translate or rotate], and not 2. The position is the base of the objetct. I search to

Re: [PD] zero crossing

2011-01-17 Thread Jamie Bullock
On 16 Jan 2011, at 14:15, ronni montoya wrote: Hi, how can i calculate zero crossing in pd? is there any librery or something? Do you want the zero-crossing locations, or the zero-crossing rate? Jamie ___ Pd-list@iem.at mailing list UNSUBSCRIBE

Re: [PD] zero crossing

2011-01-17 Thread Dietrich Pank
Thank you for explanation, guys. I'm still stuck in thinking like Reaktor (esp. A to E trigger) and have to learn to go other ways. The block system makes me crazy. I'm still don't have any idea how to make e.g. granular-like playbacks (fast retriggered granulats) syncronized to any other audio.

Re: [PD] zero crossing

2011-01-17 Thread Frank Barknecht
On Mon, Jan 17, 2011 at 10:20:51AM +, Jamie Bullock wrote: On 16 Jan 2011, at 14:15, ronni montoya wrote: Hi, how can i calculate zero crossing in pd? is there any librery or something? Do you want the zero-crossing locations, or the zero-crossing rate? zero crossing rate is

[PD] Cross-blending rectangles

2011-01-17 Thread Michael Karr
Hello, I am working on a patch with five rectangles in GEM with live video input. These rectangles are long and horizontal, stacked on top of each other. I would like to feather the horizontal edges of these rectangles, is there a way to do this with pix_convolve? I do not need to detect any

Re: [PD] Linux script to launch JACK and Pd at once

2011-01-17 Thread Jaime Oliver
Hi Pierre, would it be possible to see your script? J 2011/1/17 Pierre Massat pimas...@gmail.com Thank you all for your help. I made a simple script than i launch via a GNOME (or whatever, i'm in ubuntu) launcher and it works just fine. That's the kind of very simple tricks that make life

Re: [PD] Linux script to launch JACK and Pd at once

2011-01-17 Thread Pierre Massat
I used the one published by Joao Pais, that is: #!/bin/bash qjackctl -s sleep 5 pdextended I'd be grateful if someone could tell me what -s means, by the way. Pierre 2011/1/17 Jaime Oliver jaime.oliv...@gmail.com Hi Pierre, would it be possible to see your script? J 2011/1/17

Re: [PD] position of object with rotation

2011-01-17 Thread philippe boisnard
Hello I know that, and I have no orientation variable in my second object. I' try this, and it's not good for the problem : I explain with the 2 chains : 1rst [gemhead] l l __ [variables in real time l l [translateXYZ] l l l [model toto.obj] for

Re: [PD] Linux script to launch JACK and Pd at once

2011-01-17 Thread Frank Barknecht
On Mon, Jan 17, 2011 at 03:03:34PM +0100, Pierre Massat wrote: I used the one published by Joao Pais, that is: #!/bin/bash qjackctl -s sleep 5 pdextended I'd be grateful if someone could tell me what -s means, by the way. $ man qjackctl [...] -s, --start Start JACK audio

[PD] theora stream in/out PD - any working version of pdp_icedthe~ ?

2011-01-17 Thread Olm-e
hello, trying to get some video stream into pd for the art's birthday, we find that the help patch for pdp_icedthe~ both in pure:dyne 9.11 and pd extended 42.5 are throwing errors instead of images ... when connecting to a stream, it send back connection status framerate etc ok but the pdp_glx cry

Re: [PD] position of object with rotation

2011-01-17 Thread cyrille henry
hello philippe, it's very hard to understand what you want, and why you have no success with gemlist_info. if it's only because you are (in your word) not very good in geometry, then i can't help. about your problem, it's probably easier to use only 1 gemhead : gemhead | translate | rotate |

Re: [PD] Cross-blending rectangles

2011-01-17 Thread Gustavo Junqueira
I attached a patch where instead of a rectangle object you have a 4 sided poly and you can move and resize all vertex, hope it helps you. On Mon, Jan 17, 2011 at 1:27 PM, Michael Karr michael.karr...@gmail.comwrote: Yes! You have answered my question, thank you. I did not know about this

[PD] Flossmanual is down

2011-01-17 Thread Nic Freed
I mentioned it on #dataflow, and they said to put it here, so, here we are :) I was going back to the (very useful) pd flossmanual, but now it seems to be down. The people at the chat said its probably a sysadmin error or something, idunno. http://en.flossmanuals.net/PureData/ Thanks! --Nic

Re: [PD] Music Made with Pd

2011-01-17 Thread Pierre Massat
Ok, so what's the plan? Are we going to keep on discussing the relevance of the choices i've made to talk about this music forever? What difference does it make anyway? The point is that i like this music and i thought i should share it with the list. My words don't really matter here. I could

Re: [PD] Music Made with Pd

2011-01-17 Thread Mathieu Bouchard
On Mon, 17 Jan 2011, Pierre Massat wrote: Et oui, je sais encore à peu près ce que les mots que j'utilise veulent dire, merci. Dis-moi que tu rigoles et que tu ne vois pas d'inconvénient à ce que je m'autorise un tant soit peu de liberté lorsqu'il s'agit d'exprimer ce que je ressens quand

Re: [PD] Linux script to launch JACK and Pd at once

2011-01-17 Thread Pierre Massat
Thank you Marco, but I don't need to run many apps. What does the exit do though? I'd be interested in a command that would turn the audio on at startup, i don't know whether this is possible. Just to satisfy my curiosity, how far can we go using scripts? Would it be possible to launch Pd and

Re: [PD] Music Made with Pd

2011-01-17 Thread Pierre Massat
fe·tal (ftl) *adj.* Of, relating to, characteristic of, or being a fetus. Would this do? It's just the way i hear this music. P Le 17 janvier 2011 22:53, Mathieu Bouchard ma...@artengine.ca a écrit : On Mon, 17 Jan 2011, Pierre Massat wrote: Et oui, je sais encore à peu près ce que les

Re: [PD] Linux script to launch JACK and Pd at once

2011-01-17 Thread Ricardo Lameiro
doesnt Ladish does that? (http://ladish.org/) What do you mean with turn audio on at startup? on Pd? you can send a loadbang to a message to turn the dsp on... but maybe that isnt what you want... 2011/1/17 Pierre Massat pimas...@gmail.com Thank you Marco, but I don't need to run many apps.

Re: [PD] About external gui-s (and kiosk mode)

2011-01-17 Thread Ivica Ico Bukvic
I also tought about looking into the pd-l2ork project (currently i'm trying to make it load Gem library), and trying to install pd-extended 0.43 to see if there was some change that could be helpful, but the autobuild for maverick doesn't seem to work. Regarding pd-l2ork, did you install