[Mixxx-devel] Just saying hello and GSoC 2012

2012-03-22 Thread Guang Rong Goh
Hello Mixxx development team! I'm Guang Rong, a computer engineering student from the National University of Singapore. I was browsing through the GSoC's list of participating organizations and had chanced upon Mixxx's entry. Being a Traktor user myself for 2yrs, I was intrigued with an

Re: [Mixxx-devel] Just saying hello and GSoC 2012

2012-03-22 Thread Albert Santoni
Hi Guang, Thanks for getting in touch, and I'm always happy to see more Traktor users getting interested in Mixxx. A good understanding of Qt is not required for the library preview project, as you can learn it on the fly as part of GSoC with Mixxx. Looking forward to your application, Albert

[Mixxx-devel] New sql table for waveform data

2012-03-22 Thread thomas vincent
Hi guys, Following the plan for the waveform-2.0 I am now trying to create a new database table to store waveform and waveform summary pre-computed data. I noticed that a lot of nice work have been done regarding database storing/caching in mixxx. Before going further with this I am wondering I

Re: [Mixxx-devel] Just saying hello and GSoC 2012

2012-03-22 Thread Qifan Xi
The library previous feature sounds like a great thing to add. Glade you're interested in coming on board! Qifan. On Thu, Mar 22, 2012 at 6:08 AM, Guang Rong Goh guangrong@gmail.comwrote: Hello Mixxx development team! I'm Guang Rong, a computer engineering student from the National

Re: [Mixxx-devel] Active Library Filter

2012-03-22 Thread Daniel Schürmann
Hey Keith, Hey Ryan, for my feeling we are talking about two different features or use cases looking at the high end solutions when finished: 1.) DJs best friend who answers the question which song suites best as next track 2.) Advanced Search for I now a fitting song but ... what was its

[Mixxx-devel] GSoC Project

2012-03-22 Thread Max Linke
Hello I'd like to work on Mixxx for this years GSoC I'm interested in the Library Preview Player and Harmonic Mixing. I have looked at these a bit already and would like your opinion to it. -Libary Preview Player For this I have found a way to include it in the bugtracker (#366091) and

Re: [Mixxx-devel] Active Library Filter

2012-03-22 Thread keithsalisb...@gmail.com
Hey Daniel, Thanks for some great feedback!! Right now I'm just going to focus on maturing the feature to include Rating, and finally Key. 1. Do you know how I can create a rating selector with stars like in the track table view? 2. Do you know if people have A1, A2, B1 etc in their files for

Re: [Mixxx-devel] Active Library Filter

2012-03-22 Thread keithsalisb...@gmail.com
Anyone know how D ♯ minor is saved in most people's ID3 tags? What are the plans for the harmonic keys code when running the analyser? 2012/3/22 keithsalisb...@gmail.com keithsalisb...@gmail.com: Hey Daniel, Thanks for some great feedback!! Right now I'm just going to focus on maturing the

Re: [Mixxx-devel] Active Library Filter - Active BPM filtering

2012-03-22 Thread keithsalisb...@gmail.com
Currently the BPM filter simply looks at the track info to determine the BPM. I would like the filter to be a little smarter and use the actual bpm of the track - and so include the track pitch into the calculation. Does anyone have this calculation already, or is there code I can call to get

Re: [Mixxx-devel] Active Library Filter - Active BPM filtering

2012-03-22 Thread keithsalisb...@gmail.com
I think I need to get EngineBuffer-getRate() void SelectorLibraryTableModel::slotPlayingDeckChanged(int deck) { TrackPointer loaded_track = PlayerInfo::Instance( ).getTrackInfo(QString([Channel%1]).arg(deck)); } I'm using this to get the current track info - so can I get to the