[PD] tempo from qlist

2010-10-10 Thread mark edward grimm
sorry i asked this before but didn't get a reply.. how can i get the tempo from a qlist? i generate a text file from a midi file. i load in qlist. I want to be able to synchronize to a metro. ideas? Thanks! mark -- mark edward grimm | m.f.a IT macintosh engineer | adjunct

Re: [PD] tempo from qlist

2010-10-10 Thread patko
hello, you can set delay between messages, and set a ratio in qlist inlet, for example you write 1/4 notes at 500ms your piece would be about 120bpm, then if you send 0.5 to qlist inlet it will play at 60bpm patko - "mark edward grimm" a écrit : > sorry i asked this before but didn't get

Re: [PD] tempo from qlist

2010-10-10 Thread patko
You might be interested by this project: http://megalego.free.fr/pd/patko/list-sequence/list-sequence.zip - "patko" a écrit : > hello, > > you can set delay between messages, and set a ratio in qlist inlet, > for example you write 1/4 notes at 500ms your piece would be about > 120bpm, >

Re: [PD] tempo from qlist

2010-10-10 Thread mark edward grimm
awesome!! yeah i think your project will be very helpful! Thanks! mark On Sun, Oct 10, 2010 at 11:01 AM, patko wrote: >  You might be interested by this project: > > http://megalego.free.fr/pd/patko/list-sequence/list-sequence.zip > > > - "patko" a écrit : > >> hello, >> >> you can set dela

Re: [PD] pix_opencv for Mac OS X

2010-10-10 Thread Hans-Christoph Steiner
On Oct 9, 2010, at 11:08 PM, ydego...@gmail.com wrote: ola, this doesn't really answer to the 2 main questions : * will pure:dyne and pd-extended debian packages will be compatible ? ( i doubt it ), if so why make the work twice? I hope they will be compatible, but that's up to the pure:dy

[PD] web update of pd-extended

2010-10-10 Thread patrick
hi hans & all, i am working on a small software with wxwidgets and came across a solution for updating the package, the software or the updater via http. it's cross platform and very flexible to my eyes. i am just proposing this solution for pd-extended, that way people who wants to upgrade,

[PD] Loop point : a way to make it smooth?

2010-10-10 Thread Pierre Massat
Hi all! I've made a looping patch for a friend who needs to create a musical piece for her school. She's complaining about the fact that she hears when the sample loops back to it's beginning. I tried to envelop it using a table to control the volume which just ramps up from 0 to 1 during X ms (X

Re: [PD] Loop point : a way to make it smooth?

2010-10-10 Thread Andy Farnell
There's a simple way to put this. There is an art to looping. It should be possible in a simple sound editor. You might find the best way (to save time) rather than spending dozens of hours to improve the technicalities of your looping code, is to give it to someone who is great at making lo

Re: [PD] Loop point : a way to make it smooth?

2010-10-10 Thread Pierre Massat
I think i know what you mean. The problem here is that it has to be live somehow. I don't how they do it in live loopers like the ones some singers use on stage. Thanks for your reply anway! 2010/10/10 Andy Farnell > > > There's a simple way to put this. > > There is an art to looping. > > It sh

[PD] Music made with Pd

2010-10-10 Thread Pierre Massat
Hi everyone, I just wanted to share some music i've made with my band, because i've used Pd with my guitar and a rt setup and i'm very happy with the results. I remember when i started experimenting with this a year ago, i had hope but i did not expect it to work so well. So here it is : http://pi

Re: [PD] Loop point : a way to make it smooth?

2010-10-10 Thread Andy Farnell
Ah yes, I see the constraint, well, what kind of source material is it? There's the zigzag (forward and back) method that always seems to work well with textures and pad like sounds. Have you tried that? Andy On Sun, 10 Oct 2010 21:32:21 +0200 Pierre Massat wrote: > I think i know what you me

[PD] Re : Music made with Pd

2010-10-10 Thread Achim Bloch
Nice tracks! Very interesting to hear pd used in a somehow "traditional" rock song format. Do you use pd live? What is your set-up, do you use a foot controller or something like that? Cyrill --- En date de : Dim 10.10.10, Pierre Massat a écrit : De: Pierre Massat Objet: [PD] Music made with

[PD] Vline~ subsample accuracy clarification

2010-10-10 Thread Oliver Larkin
Hi, Can someone explain to me how vline~ can "align the endpoints of the envelope, accurate to a fraction of a sample" I don't really see how that's possible. my guess is that it's somehow similar to the way interpolation is used in fractional delay lines, but I can't quite translate that idea to

Re: [PD] Re : Music made with Pd

2010-10-10 Thread Hans-Christoph Steiner
Yeah, I agree. I'd also be interested to hear more about how to you worked, plus its always fun to see people's packages. .hc On Oct 10, 2010, at 11:16 PM, Achim Bloch wrote: Nice tracks! Very interesting to hear pd used in a somehow "traditional" rock song format. Do you use pd live? Wh

Re: [PD] [PD-dev] odd key object behavior under Linux

2010-10-10 Thread Hans-Christoph Steiner
One thing that would make a lot of sense is to make the [key] object only output keydown and keyup events, and not output the auto- generated repeats. .hc On Sep 28, 2010, at 1:51 AM, tim vets wrote: 2010/9/28 Ivica Ico Bukvic What is the range of the graph? How many hits is your graph

Re: [PD] Vline~ subsample accuracy clarification

2010-10-10 Thread Roman Haefeli
On Sun, 2010-10-10 at 23:20 +0100, Oliver Larkin wrote: > Hi, > > Can someone explain to me how vline~ can "align the endpoints of the > envelope, accurate to a fraction of a sample" It simply means that the ramp also can start and end _between_ sample boundaries (contrary to [line~] which only s

Re: [PD] Vline~ subsample accuracy clarification

2010-10-10 Thread Claude Heiland-Allen
On 10/10/10 23:20, Oliver Larkin wrote: Hi, Can someone explain to me how vline~ can "align the endpoints of the envelope, accurate to a fraction of a sample" You need to know some background about pd's scheduler for the following to make sense, here are some reasonable places to start readin

Re: [PD] [PD-dev] odd key object behavior under Linux

2010-10-10 Thread Ivica Ico Bukvic
Indeed. However, does Linux's API allow for this? _ From: Hans-Christoph Steiner [mailto:h...@at.or.at] Sent: Sunday, October 10, 2010 6:26 PM To: tim vets Cc: Ivica Ico Bukvic; pd-list@iem.at; martin.pe...@sympatico.ca; pd-...@iem.at Subject: Re: [PD] [PD-dev] odd key object behavio

Re: [PD] [PD-dev] odd key object behavior under Linux

2010-10-10 Thread Jonathan Wilkes
http://linux.die.net/man/3/xkbsetdetectableautorepeat -Jonathan --- On Mon, 10/11/10, Ivica Ico Bukvic wrote: From: Ivica Ico Bukvic Subject: Re: [PD] [PD-dev] odd key object behavior under Linux To: "'Hans-Christoph Steiner'" , "'tim vets'" Cc: pd-list@iem.at, martin.pe...@sympatico.ca, pd-