[PD] unix laptop studio with PD

2011-01-17 Thread dom kun
Hi all, just have some trouble finding the right software. currently running the puredyne distribution (a derivative of ubuntu) which means rosegarden doesn't work, i also tried qtracker to trigger PD. However, the problem i am facing is that i have difficulties using PD as an input into the sequ

Re: [PD] Music Made with Pd

2011-01-17 Thread Pierre Massat
Well, what does any word mean musically? 2011/1/16 Tedb0t > Like "metal" but with more "feet"? > > Sad trombone, > —t3db0t > > On Jan 16, 2011, at 8:51 AM, Mathieu Bouchard wrote: > > > On Sun, 16 Jan 2011, Pierre Massat wrote: > > > >> I like it a lot, i think it's fresh and almost fetal, so i

Re: [PD] zero crossing

2011-01-17 Thread IOhannes m zmoelnig
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 2011-01-17 02:01, Dietrich Pank wrote: > But..well, one block later may be accourate theoretically but not > real(time). you should re-think your definition of "realtime". fmaer IOhannes -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.10 (GNU/L

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 > Hi all, > > just have some trouble finding the right software. > currently running the puredyne distribution (a d

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 r

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 "Activ

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

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 > 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 l

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 deter

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 UNSUBSCRI

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

[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 edges

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 > 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

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 > Hi Pierre, > > would it be possible to see your script? > > J > > 2011/1/17 Pierre Massat > >

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] >>>

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

[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
Can't you make this feather on the actual image? You could use a black and white image as alpha using pix_takealpha to do this. But my english is not that good, i may not be anderstanding what you're trying to do. On Mon, Jan 17, 2011 at 9:04 AM, Michael Karr wrote: > Hello, > > I am working on a

Re: [PD] Music Made with Pd

2011-01-17 Thread Mathieu Bouchard
On Mon, 17 Jan 2011, Pierre Massat wrote: Well, what does any word mean musically? There are various glossaries for many terms ; don't you know ? However, fetal is probably not in any such glossary. (Is it ?) ___ | Mathieu

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

2011-01-17 Thread Marco Donnarumma
Hi Pierre, also the -p argument is quite useful if you use multiple soundcard (like travel setup, studio, etc...), as it allows to choose which profiles you want jack to load. Using many applications for one project, I found useful the following script. First, I have one folder where to save all

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 wrote: > Yes! You have answered my question, thank you. I did not know about this > object. -- *Gustavo ¨Guz

[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 have

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 j'éc

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 w

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 a écrit : > On Mon, 17 Jan 2011, Pierre Massat wrote: > > Et oui, je sais encore à peu près ce que les mots que j'utilis

Re: [PD] Music Made with Pd

2011-01-17 Thread Mathieu Bouchard
On Mon, 17 Jan 2011, Pierre Massat wrote: fe·tal  (f[emacr.gif] t[prime.gif] l)adj. Of, relating to, characteristic of, or being a fetus. Would this do? That's the obvious part. The part I want to know is stuff like whether it's like listening to a fetus in a belly, or whether it's like bei

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

2011-01-17 Thread Athos Bacchiocchi
hello list, i was making some searches about tweaking pd-extended's gui to make it "fancier" and not easily editable by casual users (planning some labs with children... but also my band's guitarist can be dangerous!). I have come across various things, but most of them seem to be very outdated

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 > Thank you Marco, but I don't need to run many apps. What does the "exit"

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 pd-