Re: [PD] high level beat detection

2007-04-26 Thread ronny vanden bempt
2007/4/25, Kyle Klipowicz [EMAIL PROTECTED]: Just a quick additional comment: aubio requires some other libraries. Mainly, fftw, libsamplerate, and libsndfile1. So be sure to compile these libraries first! Glad that you say it: do you know where to put these, where I get these,... I really

Re: [PD] high level beat detection

2007-04-26 Thread Frank Barknecht
Hallo, ronny vanden bempt hat gesagt: // ronny vanden bempt wrote: Yes, I already did. But that is just a low level onset detector. I need the beat matching level after this onset detector, to result in a high level bpm value. [beat] from maxlib would be a quick beat tracker. You could use

Re: [PD] high level beat detection

2007-04-26 Thread Kyle Klipowicz
Not sure with Windows. On OS X and GNU/Linux, these things usually install to /usr/local/lib. I think you can just compile the library's and put them in your environment path, but I've been having some trouble lately with pkg-config on my attempt at this external. ~Kyle On 4/26/07, ronny vanden

Re: [PD] high level beat detection

2007-04-25 Thread Jamie Bullock
Hi Ronny, I've cc'd this in to the list because it might be of general interest. I managed to get the aubio library, and the PD examples working on Linux and OS X. I think this is fairly straightforward. First you need to ensure that you have the aubio library installed, probably by compiling

Re: [PD] high level beat detection

2007-04-25 Thread ronny vanden bempt
Hi, From the fact that you are talking about .dll files, I assume you are on the Windows platform. I'm not sure if it is possible to run aubio on Windows. If you have trouble with this, I recommend you ask on the aubio mailing list. I know that there are two ways to make it work on windows.

Re: [PD] high level beat detection

2007-04-25 Thread Olivier Heinry
Le mercredi 25 avril 2007 à 10:45 +0200, ronny vanden bempt a écrit : Hi, From the fact that you are talking about .dll files, I assume you are on the Windows platform. I'm not sure if it is possible to run aubio on Windows. If you have trouble

Re: [PD] high level beat detection

2007-04-25 Thread Kyle Klipowicz
Just a quick additional comment: aubio requires some other libraries. Mainly, fftw, libsamplerate, and libsndfile1. So be sure to compile these libraries first! ~Kyle On 4/25/07, Olivier Heinry [EMAIL PROTECTED] wrote: Le mercredi 25 avril 2007 à 10:45 +0200, ronny vanden bempt a écrit :

Re: [PD] high level beat detection

2007-04-24 Thread Jamie Bullock
On Mon, 2007-04-23 at 10:21 +0200, ronny vanden bempt wrote: Hey, We're busy with making a beat detector in Pd, Are you already aware of aubio, which does this pretty well, and provides PD externals that wrap the functionality? (http://aubio.piem.org/). Just might save you some time. best,

[PD] high level beat detection

2007-04-23 Thread ronny vanden bempt
Hey, We're busy with making a beat detector in Pd, but we're stuck in such a way that we want stopped trying to implement it as a patch. We're now skinning our matlab code to make it as fast and small as possible. After that we'll translate it to C code (hopefully the matlab-to-C compiiler helps

Re: [PD] high level beat detection

2007-04-23 Thread IOhannes m zmoelnig
ronny vanden bempt wrote: Hey, We're busy with making a beat detector in Pd, but we're stuck in such a way that we want stopped trying to implement it as a patch. We're now skinning our matlab code to make it as fast and small as possible. After that we'll translate it to C code (hopefully