Re: [PD] Pd-Dom for abstraction chaining

2010-03-14 Thread Enrique Erne
On 13/03/2010 11:15, Marco Donnarumma wrote: The focus of Pd-Dom is very different though, it does dynamically chain abstractions that send and receive audio. It handles also loadbang to the freshly created instances. This should all be error free and within 0 latency (using subpatches). Hi

Re: [PD] Using Pd to play drums in a band

2010-03-14 Thread Carlo Trimarchi
On 14 March 2010 13:42, James Dunn ja...@4thharmonic.com wrote: Quoth Carlo Trimarchi, on 14/03/10 11:30: Not sure if this is the best way but it might help you. It uses [demux] from the zexy library. Hit the spacebar to tap out a tempo. Thanks for your interest (and also thanks to Andrew

[PD] Image in a patch?

2010-03-14 Thread Pierre Massat
Hi all! I'd like to make a simple audio program for very young kids, something to train them at identitying sounds (like meow! -- cat). The audio part won't be a problem, but i not sure what i can do graphically with Pd (i ve used it for sounds only). For now i just need a way to embed images in

Re: [PD] Image in a patch?

2010-03-14 Thread info
Hi all! I'd like to make a simple audio program for very young kids, something to train them at identitying sounds (like meow! -- cat). The audio part won't be a problem, but i not sure what i can do graphically with Pd (i ve used it for sounds only). For now i just need a way to embed

Re: [PD] Image in a patch?

2010-03-14 Thread Roman Haefeli
On Sun, 2010-03-14 at 14:32 +0100, Pierre Massat wrote: Hi all! I'd like to make a simple audio program for very young kids, something to train them at identitying sounds (like meow! -- cat). The audio part won't be a problem, but i not sure what i can do graphically with Pd (i ve used it

Re: [PD] From pd file color to cnv message

2010-03-14 Thread Jonathan Wilkes
Thanks, Roman. For a quick solution: I noticed that if you click compose color in the Properties dialogue for cnv, it gives the RGB values, so I can just plug those into the converter subpatch in cnv's help patch. -Jonathan --- On Sun, 3/14/10, Roman Haefeli reduzie...@yahoo.de wrote: From:

Re: [PD] Image in a patch?

2010-03-14 Thread Pierre Massat
Thank you both for your replies. I didn't know about the [image] object, it's pretty handy. @Roman : I understand that GEM would be a good idea, but i know nothing about it. For now I think i'll just develop something very simple, sample being played randomly and a very simple GUI (bangs behind

Re: [PD] Compiling pdvjtools - cannot find lswscale

2010-03-14 Thread slario
Hello Markus, check if you have the development files for libswscale installed libswscale-dev hope that helps, Sergi. pdvjtools site: http://hangar.org/pdvjtools nbsp; Message: 3 Date: Fri, 12 Mar 2010 15:55:29 +0100 From: Markus Demmel lt;a...@zankapfel.orggt; Subject: [PD] Compiling

Re: [PD] Using Pd to play drums in a band

2010-03-14 Thread Andrew Faraday
Any tap tempo device is tricky, simply put you probably won't be able to tap consistently enough to keep the figure consistent. Which is why a lot of commercial tap tempos have some form of averaging algorithm. With a bit of practice you can get close enough to match existing music for maybe 4

Re: [PD] Using Pd to play drums in a band

2010-03-14 Thread Derek Holzer
Hi Carlo, experiment with this patch, I use it in my workshops. You can click the red tap_tempo_here bang button four times and get a tempo...a bit like the original four-stick-clicks-and-go beginning of almost every punk song ever played. The Ramones, for example

[PD] dynamic gui masking problem

2010-03-14 Thread Roman Haefeli
Hi all I'm trying to create a GOP abstraction for selecting an item from a list. The cool thing about GOP is, that iemguis are still visible, even if they are moved outside the GOP area. However, the problem I'm facing is that they are masked by other objects in the patch, when they are moved to

Re: [PD] dynamic gui masking problem

2010-03-14 Thread Jonathan Wilkes
That's a nice object. As for z order: The last object you create will be in front. I don't think there's a way to tweak this. -Jonathan --- On Mon, 3/15/10, Roman Haefeli reduzie...@yahoo.de wrote: From: Roman Haefeli reduzie...@yahoo.de Subject: [PD] dynamic gui masking problem To:

Re: [PD] Using Pd to play drums in a band

2010-03-14 Thread Carlo Trimarchi
Andrew Faraday: Have you had any luck in building a step sequencer, by the way? I haven't tried anything yet. I'm a real newbie with Pd. I think I still need a lot of studying before programming such a thing as a sequencer. Derek Holzer: Below that is an Old-Skool 16-step elektro style

Re: [PD] Using Pd to play drums in a band

2010-03-14 Thread
2010/3/14 Carlo Trimarchi mr.spoo...@gmail.com: On 14 March 2010 13:42, James Dunn ja...@4thharmonic.com wrote: Quoth Carlo Trimarchi, on 14/03/10 11:30: Not sure if this is the best way but it might help you. It uses [demux] from the zexy library. Hit the spacebar to tap out a tempo.

[PD] data structures: variable array element + variable resolution?

2010-03-14 Thread João Pais
Hi, I had a couple of questions about data structures: - I have an array based on template X. I wanted to make variations on the drawing of that array, by changing a variable in template X. The thing is, I can't access X when it's inside an array. Is there a way to get a pointer to the X

[PD] Monome emulation using Novation Launchpad in PD

2010-03-14 Thread Adityo Pratomo
Hi Everyone, I've just acquired a Novation Launchpad MIDI controller. Been playing it for a while using Live, and I love it, kinda makes my workflow easier while giving me a room for improvising if I want to use it on a live performance. Then I do a little bit googling, and founded out that

[PD] Check out my photos on Facebook

2010-03-14 Thread Matt Davey
Hi Pd, I set up a Facebook profile where I can post my pictures, videos and events and I want to add you as a friend so you can see it. First, you need to join Facebook! Once you join, you can also create your own profile. Thanks, Matt To sign up for Facebook, follow the link below:

Re: [PD] Using Pd to play drums in a band

2010-03-14 Thread ydego...@gmail.com
Derek Holzer wrote: Hi Carlo, experiment with this patch, I use it in my workshops. You can click the red tap_tempo_here bang button four times and get a tempo...a bit like the original four-stick-clicks-and-go beginning of almost every punk song ever played. The Ramones, for example