Re: [Mixxx-devel] GSoC idea: beat tracking algorithm

2016-03-22 Thread Max Linke
On 03/22/2016 07:06 AM, Tuukka Pasanen wrote: > Hello, > Yes I know C++/Python works very well together but the problem is that > after we start using Python Mixxx have to start supporting that on Calling C/C++ from python programs works very well. The other way around not so much. I haven't do

Re: [Mixxx-devel] GSoC idea: beat tracking algorithm

2016-03-21 Thread Tuukka Pasanen
Hello, Yes I know C++/Python works very well together but the problem is that after we start using Python Mixxx have to start supporting that on Windows, Mac OS X and Linux (probably *BSD family also). Unix is easy but Windows is pain. So what I'm trying to say yes tempo estimation needs work

Re: [Mixxx-devel] GSoC idea: beat tracking algorithm

2016-03-21 Thread 梁哲源
Hi, The MIREX link is showing that the performance of madmom in beat tracing task QM, so it might be worth integrating to MIXXX. In fact there are several audio analysis algorithm in madmom performs very well in MIREX contest, such as tempo estimation (http://nema.lis.illinois.edu/nema_out/mi

Re: [Mixxx-devel] GSoC idea: beat tracking algorithm

2016-03-20 Thread Tuukka Pasanen
Hello, I didn't really get what MIREX would provide to Mixxx and madmom look great but it's written in Python and Mixxx in C++. So if you want to use that you should write some kind of wrapper/gateway to Mixxx and thing that would be one GSOC task by itself but there is again lot of space to i