Re: [Mixxx-devel] Adding a new TrackModel capability of TRACKMODELCAPS_RESETPLAYED how does it work?

2012-02-19 Thread Daniel Schürmann
Hi Akash, I am impressed that you are using vim. Are you using any other GUI based IDE as well? I am using eclipse indigo cdt http://www.eclipse.org/cdt/ and it works perfectly well. You might add http://pydev.org/ for editing the scons scripts and http://wiki.bazaar.canonical.com/BzrEclipse

Re: [Mixxx-devel] A bit confused about my first bug fix

2012-03-01 Thread Daniel Schürmann
Hi Maxime, you have branched lp:mixxx/1.10 and proposed for merging to lp:mixxx so your changes are displayed and the difference between lp:mixxx/1.10 and lp:mixxx. Please propose merging back to lp:mixxx/1.10. For me it is too time-consuming to make a branch for a bug that effects only a

Re: [Mixxx-devel] Advanced song similarity analysis using MFCC

2012-03-05 Thread Daniel Schürmann
Hello Philip, we have discussed this topic at https://bugs.launchpad.net/mixxx/+bug/889898 You may add your Ideas there if you like. Cheers Daniel Original-Nachricht Datum: Mon, 5 Mar 2012 01:54:45 -0800 Von: Philip Whelan pwhe...@mixxx.org An: Too Many DJs

[Mixxx-devel] Active Library Filter

2012-03-21 Thread Daniel Schürmann
Hi Keith, it is great, you are working on that feature! In my opinion b) is better than a) because Mixxx don't know how long the DJ will play the track actually. An additional option might be c) Library displays track suitable for mix to the current playing deck.

Re: [Mixxx-devel] Active Library Filter

2012-03-21 Thread Daniel Schürmann
Hi Keith, how do you like this: QSringList list; if(m_bFilterGenre) list.append(m_pFilterGenre); if(m_bFilterBpm) list.append(m_pFilterBpm); if(m_bFilterYear) list.append(m_pFilterYear); filterText = list.join( AND ); Kind regards Daniel Original-Nachricht Datum:

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

Re: [Mixxx-devel] Launchpad upload

2012-03-26 Thread Daniel Schürmann
Hi Varun it looks like you have a checkout of https://code.launchpad.net/~mixxxcontributors/mixxx/features_vamp https://code.launchpad.net/%7Emixxxcontributors/mixxx/features_vamp. If so, you can covert it to a branch with bzr unbind If you don't have one, you can create a launchpad userid

Re: [Mixxx-devel] Mixxx online Doxygen

2012-03-28 Thread Daniel Schürmann
Hi Sean, Hi Maxime, I like the idea having a doxygen integrated in Scons. We should consider to add doxygen comments to each new function header. It may look like this: //! \brief writes a Human readable text file, useful for pubishing the //! playlists on the web //! \param file_str path

Re: [Mixxx-devel] Mixxx online Doxygen

2012-03-28 Thread Daniel Schürmann
of Mixxx. Regards, Maxime PS: currently, I use doxywizard (available in Ubunutu) to generate the documentation through a GUI. 2012/3/28 Daniel Schürmann dasch...@gmx.de: Hi Sean, Hi Maxime, I like the idea having a doxygen integrated in Scons. We should consider

Re: [Mixxx-devel] Mixxx online Doxygen

2012-03-29 Thread Daniel Schürmann
in a JUG that here is a war between Hudson and its fork Jenksin) Le 28 mars 2012 14:52, Daniel Schürmann dasch...@gmx.de a écrit : Hello Sean, Maxime and Keith, here is a proposal based on your ideas: Let us track the doxyfile within the mixxx sources, as well as additional

Re: [Mixxx-devel] GSoC 2012 Student Application Period Open!

2012-03-29 Thread Daniel Schürmann
Hey Ryan, He Keith Qt on Android: http://sourceforge.net/p/necessitas/home/necessitas/ An interesting Question to the same theme is: It is possible to port Mixxx entirely to Android? Kind regards, Daniel Original-Nachricht Datum: Wed, 28 Mar 2012 16:41:03 -0800 Von:

Re: [Mixxx-devel] Mixxx pissed me off today!

2012-03-31 Thread Daniel Schürmann
Hi Keith, Mixxx does not write the metadata back to the files. Here are the bugs that may explain why: Bug #728197 Bug #667849 This behavior of Mixxx is puzzling me to. I think some other players like banshee have the same problems. Clementine-Player has its tag read and write managed

Re: [Mixxx-devel] Mixxx pissed me off today!

2012-04-01 Thread Daniel Schürmann
Hi, I have just ask the Clementine developers about our problem: http://groups.google.com/group/clementine-player/browse_thread/thread/4e49fe3ddf0a71fe/8754d2fce8fccddf?show_docid=8754d2fce8fccddf# For my feeling we should take a similar way of writing tags back to the files. If this is

Re: [Mixxx-devel] Mixxx pissed me off today!

2012-04-01 Thread Daniel Schürmann
, schrieb Owen Williams: On Sun, 2012-04-01 at 15:36 +0200, Daniel Schürmann wrote: Hi, I have just ask the Clementine developers about our problem: http://groups.google.com/group/clementine-player/browse_thread/thread/4e49fe3ddf0a71fe/8754d2fce8fccddf?show_docid=8754d2fce8fccddf# For my

Re: [Mixxx-devel] Mixxx pissed me off today!

2012-04-01 Thread Daniel Schürmann
Hi, I have made some investigations about file locks and mmap. On Linux file locks are useless for our alleged problem because all applications have to be cooperative. There is a paper on kernel.org which describes a mandatory locking, but I have not managed to get it working with ubuntu.

Re: [Mixxx-devel] Mixxx pissed me off today!

2012-04-02 Thread Daniel Schürmann
Hi I have just tested QFile::map() on Windows XP. On Windows the file is automatically locked against writes from other processes when it is mapped by one process. - I agree with Ilkka that we should pick a solid solution that covers also the rear use cases when a user uses Mixxx

Re: [Mixxx-devel] GSoC 2012 Proposal

2012-04-07 Thread Daniel Schürmann
Hi Roman, thank very much you for your proposal. I like your Idea for having Mixing algorithms like skins most. What about extending the build-in Mix algorithms by personal logarithms using an interface like used for Midi scripts? You have offered a lot of work. For my feeling these Mixing

[Mixxx-devel] library layout redesign

2012-04-22 Thread Daniel Schürmann
Hello Mixxx, I think it is time, to think about a library layout redesign for the future versions of Mixxx. Every time, we think about new library features it is always an issue where to place the controls. The current practice, to put them on top of the track table is limited to a thin bar,

Re: [Mixxx-devel] Library view - activate/deactivate

2012-04-22 Thread Daniel Schürmann
Hi Keith, there is actual no onHide() callback function. But you may create it: * Add the virtual fuvtion onHide() to the abstract LibraryView. * Add onHide() to all classes which implements LibraryView. * Extend WLibrary::switchToView that it calls onHide() of the current stacked widget just

Re: [Mixxx-devel] library layout redesign

2012-04-26 Thread Daniel Schürmann
Hello Mixxx, thank you Keith and Max for your comments. I think Max's mock-up includes very good ideas and is a good starting point for checking against our requirements. Here are my main library-use-cases. (Please correct me, if you have different ideas) 1.) Browse the library and crates for

Re: [Mixxx-devel] Problems in trunk

2012-05-17 Thread Daniel Schürmann
Hi JP, the EQ kill buttons should work again if you update your skins from source. Please try to rename /usr/local/share/mixxx and install again. sudo scons install Please leave a comment in https://bugs.launchpad.net/mixxx/+bug/998450 if this works successful. Thank you, Daniel Am

Re: [Mixxx-devel] Problems in trunk

2012-05-17 Thread Daniel Schürmann
Hi Sean, I think you are looking for this one: https://bugs.launchpad.net/mixxx/+bug/990992 Cheers Daniel Am 17.05.2012 18:08, schrieb Sean M. Pappalardo - D.J. Pegasus: On 05/17/2012 06:03 PM, Juan Pedro Bolívar Puente wrote: - Midi controllers do not work. Whatever script I choose CPU

Re: [Mixxx-devel] Option Parser for Mixxx

2012-05-19 Thread Daniel Schürmann
Hi Max, will this drew boost dependency to Mixxx? Googling a little bit I have just found http://code.google.com/p/qgetopts/ and http://api.kde.org/4.x-api/kdelibs-apidocs/kdecore/html/classKCmdLineArgs.html Any experience? Kind regards, Daniel 2012/5/19 Max Linke max_li...@gmx.de Hi

Re: [Mixxx-devel] library layout redesign

2012-05-28 Thread Daniel Schürmann
Hi Albert, Ilkka and Keith Thank you for you positive criticism. I am happy that you are pleased with Max and my ideas! The vertical buttons can be easily replaced with the icons we have already. Maybe we can reuse the clementine side bar with different configuration options. Kind regards,

Re: [Mixxx-devel] Auto DJ patches for 1.10.1

2012-05-30 Thread Daniel Schürmann
that :). I know that we will end up with bug reports like these for years but thankfully at least on Ubuntu we can direct them towards the PPA. I would rather you spent time fixing 1.11 bugs than 1.10 since after 1.10.1 that code will be dead. thanks, RJ On Sat, May 26, 2012 at 5:49 AM, Daniel

Re: [Mixxx-devel] I want to add MPD library support

2012-06-06 Thread Daniel Schürmann
Hi JP, I am happy, that you will pick up that job, Thank you! Mixxx is somehow extensible by library features. We currently support Traktor, iTunes and Rhysmbox library by temporary import their library’s to Tables in the Mixxx library. This approach will have some performance Issues but once

[Mixxx-devel] Fwd: m4a support

2012-06-07 Thread Daniel Schürmann
://bugs.launchpad.net/mixxx/+bug/998907 2012/6/7 Steve M fezzys...@gmail.com Mp4 and some are M4a. Anyway to convert and make sure all are Mp4 or compatible? Sent from my iPhone On Jun 7, 2012, at 6:58, Daniel Schürmann dasch...@mixxx.org wrote: How are your files encoded? Standard Mixxx is not able

Re: [Mixxx-devel] Auto Analyze while Idle

2012-07-02 Thread Daniel Schürmann
Hi Keith, yes, there is the need of optimisation for the analysis queue. At least it should work reliable. I am not sure about the use cases for your proposal. I can see three use cases. 1. A complete reanalysis, because of new library or new analysis features or settings 2. A analysis of fresh

Re: [Mixxx-devel] Auto Analyze while Idle

2012-07-03 Thread Daniel Schürmann
. On 2 July 2012 19:59, Daniel Schürmann dasch...@mixxx.org wrote: Hi Keith, yes, there is the need of optimisation for the analysis queue. At least it should work reliable. I am not sure about the use cases for your proposal. I can see three use cases. 1. A complete reanalysis, because

Re: [Mixxx-devel] Auto Analyze while Idle

2012-07-03 Thread Daniel Schürmann
by Max? Analyze shouldn't show tracks that are already analyzed https://bugs.launchpad.net/mixxx/+bug/1011312 On Jul 3, 2012, at 8:42 AM, Daniel Schürmann wrote: I like your Idea to have a visible and persistent queue for analysis. De-cluttering the track context menu it a separate theme

Re: [Mixxx-devel] Compression Implementation Proposal

2012-07-15 Thread Daniel Schürmann
Hi Matthew, it is hard to follow your thoughts without studding the source code. Is it possible that you provide a drawing? I would also be happy if you can give some use cases for the compressor positions. Thank you, Daniel 2012/7/15 Matthew Mikolay mikol...@yahoo.com Hello, all! So as

Re: [Mixxx-devel] Fwd: Introduction

2012-07-17 Thread Daniel Schürmann
Hi Ferran, Here is an old post of mine, that may help. http://permalink.gmane.org/gmane.comp.multimedia.mixxx.devel/3839 Kind regards, Daniel 2012/7/17 RJ Ryan russelljr...@gmail.com Hi Ferran, There is very little in the way of code documentation other than the code itself and comments.

Re: [Mixxx-devel] Ffmpeg sound source

2012-08-30 Thread Daniel Schürmann
Hi Tuukka, I am glad someone picks up this task, Thank you! I am not an expert in details of sound source, but here are some hints from Bill: https://bugs.launchpad.net/mixxx/+bug/998907 For my feeling the solution could be a well sized Buffer around the current play position. But doing a seek

Re: [Mixxx-devel] Willing to contribute with some code.

2012-10-26 Thread Daniel Schürmann
Hi Manuel, a worm welcome to Mixxx, I am happy that you pick up this bug. Here are some hints: * Assign the bug to yourselves in launchpad, so no one else tries to fix it. * When you think you are ready attach a patch to the bug report. Then someone from the Mixxx team can review it and then

Re: [Mixxx-devel] windows build attempt 9999999999 lol

2012-11-27 Thread Daniel Schürmann
Hi Reilly, One addition: I think you have to replace path_to_mixxx-win32lib-msvc90-release_directory with the path where you have checked out mixxx-win32lib-msvc90-release In my WinXP moc.exe is here: C:\QtSDK\Desktop\Qt\4.8.0\msvc2008\bin\moc.exe so my qtdir would be

Re: [Mixxx-devel] QPixamp Vs. QImage

2012-12-08 Thread Daniel Schürmann
2012/12/4 Daniel Schürmann dasch...@mixxx.org Hello, Please do not use the attached Project from my last Post. Max found out that the results are not reliable. I have prepared a improved version attached to https://bugs.launchpad.net/mixxx/+bug/981210, Thank you, Daniel 2012/12/4

Re: [Mixxx-devel] GitHub

2012-12-17 Thread Daniel Schürmann
2012/12/16 Neale Pickett ne...@woozle.org +1 I'm a fan of git; bzr confuses me. Consider gitorious instead of GitHub, though. Gitorious releases 100% of the source code used to run the site, and is very FOSS oriented, while GitHub uses proprietary software and is interested in you paying

Re: [Mixxx-devel] GitHub

2012-12-17 Thread Daniel Schürmann
:29, Daniel Schürmann dasch...@mixxx.org (mailto:dasch...@mixxx.org) wrote: Hi RJ, Hi All bzr vs. git if you ask Google you find a lot of pros and cons for both. I personal like the IMO easy commit / update scheme from SVN. Every time I use git it is hard for me to understand what

Re: [Mixxx-devel] GitHub

2012-12-17 Thread Daniel Schürmann
git branches in bzr. Am 17.12.2012 23:15, schrieb RJ Ryan: On Mon, Dec 17, 2012 at 5:10 PM, Daniel Schürmann dasch...@mixxx.org mailto:dasch...@mixxx.org wrote: Cool, point-and-click native app for Github! But not for Linux :-( Which one would you recommend for Linux? gitk

Re: [Mixxx-devel] Recording Transitions for Auto-DJ

2012-12-18 Thread Daniel Schürmann
Hi, This looks like a very challenging project. Thanks for working on it. Maybe you should also have a look at lp:~smstewart91/mixxx/advanced_autodjhttps://code.launchpad.net/%7Esmstewart91/mixxx/advanced_autodjand http://mixxx.org/wiki/doku.php/gsoc2012_autodj_features?s[]=autodj. You may adopt

Re: [Mixxx-devel] Patch to remove compile warnings

2013-01-12 Thread Daniel Schürmann
Hi Max Thank you for your diligence work! Can you please file a bug and attach you patch there? It better to track it there. Can you explain you changes to mixxx/src/controllers/controllerlearningeventfilter.cpp? Else the patch looks good to me. I agree to Owen, this is a candidate for

Re: [Mixxx-devel] Recording Transitions for Auto-DJ

2013-02-14 Thread Daniel Schürmann
Hi Nathan, I think you are looking for this: The latest revision with Adams ScriptStudio was 2957 You can get it with bzr checkout lp:mixxx --revision=2957 or browse it online at http://bazaar.launchpad.net/~mixxxdevelopers/mixxx/trunk/files/2957/ kind regards, Daniel 2013/2/14 Nathan

Re: [Mixxx-devel] Testers for FFMPEG version

2013-02-19 Thread Daniel Schürmann
Hi Tuukka, thank you for your great work! I have just tried to compile your branch on Ubuntu Precise but I am not able to solve the missing dependency: libswresample Any hints? Thank you, Daniel 2013/2/19 Tuukka Pasanen pasanen.tuu...@gmail.com Hello, Many months has passed. I've

Re: [Mixxx-devel] Testers for FFMPEG version

2013-02-20 Thread Daniel Schürmann
2013 23:06:28 +0100 Daniel Schürmann dasch...@mixxx.org wrote: Hi Tuukka, thank you for your great work! I have just tried to compile your branch on Ubuntu Precise but I am not able to solve the missing dependency: libswresample Any hints? Thank you, Daniel

Re: [Mixxx-devel] Testers for FFMPEG version

2013-02-20 Thread Daniel Schürmann
up to 1.0 and then hippy hippy shake. Hope this compiles on real libav not just my devel one. Sincerly, Tuukka On 20.02.2013 14:35, Daniel Schürmann wrote: Hi Tuukka Ubuntu Precise: libavcodec53 4:0.8.5-0ubuntu0.12.04.1 (precise-updates) or libavcodec-extra-53 4

Re: [Mixxx-devel] How to load mixxx project in Qt

2013-02-25 Thread Daniel Schürmann
Hi Sidharth, Hi All. I am afraid no one is using Qt Creator. Please correct, me if there is one out there! We have an outdated Qt Project file at mixxx/build/qtcreator/mixxx.promixxx/build/qtcreator/mixxx.pro Currently the project is maintained by Scons files which is independent from any

Re: [Mixxx-devel] How to load mixxx project in Qt

2013-02-28 Thread Daniel Schürmann
Arguments = --resourcePath res --developer Setup debugging is an other story for my next Mail. Good Luck Daniel Am 28.02.2013 18:13, schrieb Sidharth Bansal: On Tue, Feb 26, 2013 at 1:15 PM, Daniel Schürmann dasch...@mixxx.org mailto:dasch...@mixxx.org wrote: Hi Sidharth, Hi All

[Mixxx-devel] Fwd: Guidance required

2013-03-01 Thread Daniel Schürmann
and ssh. If not, only to get started soon you can download the current 1.11 pre tarball, http://builds.mixxx.org/builds/release-1.11.x/r3767/mixxx_1.11.0-pre.orig.tar.gz Kind regards, Daniel -- Forwarded message -- From: Daniel Schürmann dasch...@mixxx.org Date: 2013/2/28

Re: [Mixxx-devel] Guidance required

2013-03-01 Thread Daniel Schürmann
. On Tue, Feb 26, 2013 at 7:52 PM, Daniel Schürmann dasch...@mixxx.orgwrote: Hi Rachit, Up to now we have no git repository, but maybe we have one in future. I am not sure what you want to do exactly, checkout a working copy to your workstation or publish your branch at launchpad? Do you

Re: [Mixxx-devel] Getting Involved: Guidance Required

2013-03-04 Thread Daniel Schürmann
Hi Uma, currently we build Mixxx against Qt 4.8.3 for our Windows release build. QTDIR=C:\Qt\4.8.3\x86 We need to set the PATH in a way that moc.exe and the other Qt helpers are found. It should also build fine against Qt 4.7.4 I am afraid no one has tested qt 5.0.1 up to now and there might

Re: [Mixxx-devel] Getting file name of an audio file in a channel, and loading an audio file into a channel by file name

2013-03-06 Thread Daniel Schürmann
Hi Nathan, your works sound amazing! I think you can follow the same track as if on is dropping a track on the waveform. mixxx/src/widgets/wwaveformviewer.cpp WWaveformViewer::dropEvent() it emmits trackDropped(name, m_pGroup) this is connected to mixxx/src/playermanager.cpp

[Mixxx-devel] Fwd: Mixxx-devel Digest, Vol 82, Issue 12

2013-03-12 Thread Daniel Schürmann
Hi Uma, fine, I am happy that you are ready to work! One place in code to start is here: http://bazaar.launchpad.net/~mixxxdevelopers/mixxx/trunk/view/head:/mixxx/src/soundsourcemp3.cpp#L558 int SoundSourceMp3::parseHeader() Or at any other SoundSource??::parseHeader() function. I don't know

[Mixxx-devel] Control System Redesign / MIDI Auto DJ

2013-03-19 Thread Daniel Schürmann
Hi Mixxx Developer, Hi Nathan, Hi Kane, I am currently thinking about the Control System Redesign http://mixxx.org/wiki/doku.php/revamped_control_system I know you are working on advanced Auto DJ functions. So what do we have to consider to meet all requirements? I have just filed a possible

Re: [Mixxx-devel] Controller mapping

2013-03-25 Thread Daniel Schürmann
Hi Gabriel, Thank you for your work supporting Mixxx! Just noticed you are still waiting for a response, so I will answer although I am not a controller expert. The right place to publish the community supported mappings is here http://www.mixxx.org/forums/viewforum.php?f=7. If you want to

Re: [Mixxx-devel] Hello, and some patches

2013-04-09 Thread Daniel Schürmann
Hi Steven, welcome to to the Mixxx community! It is nice to here that you had an successful gig using Mixxx. And thank you very much for your patch. I am impressed that you are so familiar with the Mixxx code without any help! I had not the chance to test it, but from the code it looks very

Re: [Mixxx-devel] New feature for Auto DJ

2013-04-10 Thread Daniel Schürmann
Hi Steven, I would be wonderful if you can share your experience in real time audio processing and play list generation with us and join us to make Mixxx even better. We have a some contributions and ideas to auto play list generations. But currently nothing has managed to sneak into the trunk.

Re: [Mixxx-devel] New feature for Auto DJ

2013-04-11 Thread Daniel Schürmann
Hi Steven, I can do that once my ideas get a bit more cooked, i.e. once I understand the target audience better. It seems that Auto DJ isn't the sort of thing that professional DJs make a lot of use of; they're too busy being ultra-hip with record scratching and whatnot. So who knows how

Re: [Mixxx-devel] Trouble using Auto DJ

2013-04-11 Thread Daniel Schürmann
Hi Steven, about which version of Mixxx you are talking? Removing the track from the Auto DJ playlist when the track starts to play and not when it is loaded is an intended behavior. This gives you most control over the play list if you try to manually interact with the auto DJ. For example:

[Mixxx-devel] Fwd: New feature for Auto DJ

2013-04-11 Thread Daniel Schürmann
Hi Steven, This sounds promising! So we will have a AutoDJ play list for the hottest tracks and a crate for backup in case the play list runs out of tracks. Some thoughts: * We should ensure that the Auto DJ has always a n amount of tracks 4 in its play list when connected to a crate so the

Re: [Mixxx-devel] New feature for Auto DJ

2013-04-11 Thread Daniel Schürmann
The merge request from: lp:~keithsalisbury/mixxx/track_selector_featurehttps://code.launchpad.net/%7Ekeithsalisbury/mixxx/track_selector_feature looks really not nice without any comment. We had a discussion here on the list, but no one has actually commented the merge request. When I remember

Re: [Mixxx-devel] Reg. the mixxx developer guide

2013-04-11 Thread Daniel Schürmann
Hi Prashanth, The developer_guide was last edited 2012/07/11 and I don't know anyone who his currently working on that part. Do you plan to complete and update the guide? I am afraid that is one of the difficult part of contributions. If you just need informations how to start and other help,

Re: [Mixxx-devel] Trouble using Auto DJ

2013-04-12 Thread Daniel Schürmann
Hi Steven, all of the options for fixing track one in AutoDJ are difficult to maintain and change the behavior of the track table in the way the user might not expect. After playing around with it IMHO current state is fine. The only drawback is that a song currently loaded is possible played

Re: [Mixxx-devel] gsoc

2013-04-13 Thread Daniel Schürmann
Hi siddharth, you will find everything you need for start on our wiki. Especially here: http://www.mixxx.org/wiki/doku.php/gsocadvice and here: http://www.mixxx.org/wiki/doku.php/getting_involved If you have a specific question, it is fine to ask here. Kind regards, Daniel Am 13.04.2013

Re: [Mixxx-devel] GSOC 2013 ideas

2013-04-18 Thread Daniel Schürmann
Hi Sunanda, welcome to Mixxx! Thank you for your Ideas. I personally like them, though they are not hitting the main use case of Mixxx. Maybe we could do them as parts of one of the proposed projects. http://www.mixxx.org/wiki/doku.php/gsoc2013ideas Kind regards, Daniel 2013/4/18

Re: [Mixxx-devel] Introducing myself

2013-04-18 Thread Daniel Schürmann
Hi João, in general all bugs that are unassigned are candidates for you. If you decided to fix one, please assign it to your self. If you make progress, set the status to In progress Kind regards, Daniel 2013/4/19 João Santos l29...@alunos.uevora.pt Hi again, I successfully obtained

Re: [Mixxx-devel] GSOC - 2013 Aspirant ( Library layout redesign )

2013-04-19 Thread Daniel Schürmann
Hi Abhimanyu, Welcome to mixxx-devel! You are right, if finally both projects will get accepted they will be overlapping. But thats no problem if we exactly define the focus. For example like this: One big task in the cover art project will be is managing the cover arts data. The library

Re: [Mixxx-devel] redesigning the library layout...

2013-04-19 Thread Daniel Schürmann
Hi Rachit, Yes, Now I can see it. http://www.imageshack.com/photo/my-images/198/newlibrarylayoutcopy.jpg/ Your Ideas are good, but they might be too ambitious especially if you want to implement a global search and filter function. Kind regards, Daniel

Re: [Mixxx-devel] Proposal idea

2013-04-19 Thread Daniel Schürmann
Hi James, Thank you for your ideas, We had already a brief discussion to your ideas on Launchpad: * https://bugs.launchpad.net/mixxx/+bug/890421 * https://bugs.launchpad.net/mixxx/+bug/1015894 Kind regards, Daniel Am 19.04.2013 19:40, schrieb James J Fagan: Hey Everyone, I

Re: [Mixxx-devel] GSoC - Advanced Tagging

2013-04-21 Thread Daniel Schürmann
Hi Uma, Sorry for the late response. You investigation results are correct. You find more details in the bug report: https://bugs.launchpad.net/mixxx/+bug/728197 I hope I can finish a basic version just before GSoC so your would continue it. Have you read the updated page:

Re: [Mixxx-devel] Bug fixes for Mixxx

2013-04-21 Thread Daniel Schürmann
Hi Steven, Thank you for your patches. I did not test them until now but they look fine after a short look and I will test it later if I find time. We need a bug report to track those changes. So please file one, assign it to you and add your patch. The status should be In Progress @RJ: What

Re: [Mixxx-devel] Bug fixes for Mixxx

2013-04-21 Thread Daniel Schürmann
Hi Steven @RJ: What is the state of the 1.11.0 branch. It is still open for patches like this? I sure hope it is...I'm still finding bugs :-) Yes, in such a big software like Mixxx you will always find bugs. But we have already agreed to a list of bugs that should be included and this work is

[Mixxx-devel] Fwd: Bug #1156569 Change Soundsource API to reading float samples

2013-04-22 Thread Daniel Schürmann
-- Forwarded message -- From: Daniel Schürmann dasch...@mixxx.org Date: 2013/4/22 Subject: Re: [Mixxx-devel] Bug #1156569 Change Soundsource API to reading float samples To: James J Fagan jfag...@binghamton.edu Hi James, Thank you for the patch, you heading in the right

Re: [Mixxx-devel] GSoC - Advanced Tagging

2013-04-22 Thread Daniel Schürmann
the crux of the bug right. Believe the bug resolution should be part of the project. I have some submissions in college, will revert to advance tagging and the bug report shared, shortly. Cheers Uma Priyadarsi On Sun, Apr 21, 2013 at 6:14 PM, Daniel Schürmann dasch...@mixxx.org mailto:dasch

Re: [Mixxx-devel] GSoC '13 - Hi!

2013-04-27 Thread Daniel Schürmann
Hi Eric, I think you hit a sore point of Mixxx you can focus on if you like. MIxxx internal supports unlimited Cue points. But only 4 hotcues and the main cue are exposed to the user. These 5 cue points are very volatile and you can easy mess up proper set cue points during a gig. I am personal

Re: [Mixxx-devel] GSoC 2013 - Interested in Non-Blocking Database Access

2013-04-27 Thread Daniel Schürmann
Hi Lihang, welcome to Mixxx! I am afraid you have to dig into the Mixxx code yourselves. You should find everything for a start on our wiki. For this experienced project, it is important to understand our problem well. This can be achieved by solving a library related easy bug on Launchpad.

Re: [Mixxx-devel] Fwd: GSOC 13

2013-04-27 Thread Daniel Schürmann
Hi Diluka, sorry for our late answer. Welcome to Mixxx. Just introducing the jump list is not enough for a GSoC project. The examples listed on the Idea page are only rough topics to guide you in the right directions. If you have an first overview of Mixxx you should make the proposal to your

Re: [Mixxx-devel] GSoC 2013 proposal (Nazar Gerasymchuk, \Non-Blocking Database Access\)

2013-04-28 Thread Daniel Schürmann
Hi Nazar, First of all: fine :-) that the right direction. Hier my comments: * I don't like the way you use Lambdas. I think the key benefit is that they are nameless in the code flow. like this: mQuery = query; QFuturevoid f = QtConcurrent::run( [this] () { // here (in

Re: [Mixxx-devel] Best practices for database queries?

2013-05-01 Thread Daniel Schürmann
Hi Steven, Yes, we should solve this issue and use the const values in any case. This allows to rely on IDE features like display call tree. But I am not sure if the use of const QString is performance neutral to const char* and #define because the heavy QSting constructor is called. So IMHO we

Re: [Mixxx-devel] Best practices for database queries?

2013-05-01 Thread Daniel Schürmann
the other side of the argument is. owen On Wed, 2013-05-01 at 14:42 -0400, RJ Ryan wrote: On Wed, May 1, 2013 at 2:15 PM, Daniel Schürmann dasch...@mixxx.org wrote: Hi Steven, Yes, we should solve this issue and use the const values in any case

Re: [Mixxx-devel] Best practices for database queries?

2013-05-01 Thread Daniel Schürmann
Cool RJ :-) It was always there but I never noticed: http://qt-project.org/doc/qt-4.8/qstring.html#more-efficient-string-construction Let us use this! 2013/5/1 RJ Ryan rr...@mixxx.org On Wed, May 1, 2013 at 4:03 PM, Daniel Schürmann dasch...@mixxx.orgwrote: Hi, the typo resistance

[Mixxx-devel] Nature of Version 1.11.1

2013-05-11 Thread Daniel Schürmann
Hallo, Fist of all, THANK YOU for your work on great 1.11.0 :-) -- I wander, what will be the nature of 1.11.1? Currently we have 75 bugs from different kind scheduled: https://launchpad.net/mixxx/+milestone/1.11.1 For me, a possible nature of 1.11.1 is a kind of hot-fix release. We may

[Mixxx-devel] fast and simple waveform

2013-05-14 Thread Daniel Schürmann
Hi Ewan, thank you for your valuable comments, Can you please describe your waveform issues in a new launchpad bug. Please include a description of your setup including Hardware Os and display driver. What is the desired latency? And what is achievable with and without waveforms? I am

[Mixxx-devel] auto-dj-crates

2013-05-15 Thread Daniel Schürmann
Hi Steven, I had some time to try out your branch. It looks quite good. Hers some GUI comments. * I would like a context menu on the Auto DJ crate root, with add crate * For a first version the crate tree is ok, but it is somehow redundant. * I am not sure if a crate table is better? * If we

Re: [Mixxx-devel] Load files from extern into decks

2013-05-16 Thread Daniel Schürmann
Hi Bernhard, Thank you very much for contribute to Mixxx! It was a long last wish from me to have a D-Bus interface for Mixxx. We use Launchpad bugs to discuss patches. So please file a new bug and attach you patch there. I have not actually test it, but is it much effort to implement your

Re: [Mixxx-devel] Building Mixxx with MinGW on a Linux machine

2013-05-20 Thread Daniel Schürmann
Hi Tuukka, my vote is for cmake, The KDE guys have made good experience with it. But I think this is a lot of work to migrate to cmake. I would be happy if someone picks up that task. Scons is so slow. Kind regards, Daniel 2013/5/20 Tuukka Pasanen pasanen.tuu...@gmail.com Hello, openSUSE

Re: [Mixxx-devel] Compiling mixxx on linux

2013-05-21 Thread Daniel Schürmann
Hi James, I think you can solve this by installing Mixxx sudo scons install or starting mixxx with a different resource path ./mixxx --resourcePath res Kind regards, Daniel 2013/5/21 Max Linke max_li...@gmx.de Could you please attach the complete output of scons as well as what 'uname

Re: [Mixxx-devel] Mixxx 1.11.0 submitted to RPMFusion

2013-05-23 Thread Daniel Schürmann
There seems to be a path missmatch: Install file: lin64_build/vamp-plugins/libmixxxminimal.so as /builddir/build/BUILDROOT/mixxx-1.11.0-1.fc18.x86_64/usr/lib/mixxx/plugins/vamp/libmixxxminimal.so .. error: File not found:

Re: [Mixxx-devel] Hate JavaScript and XML? ...then keep reading!

2013-05-24 Thread Daniel Schürmann
Hi Juan, Thank you very much for contributing Mixxx. I think you hit a place in Mixxx where definitely is much room for improvements. You will find here some other ideas http://www.mixxx.org/wiki/doku.php/gsoc2013ideas https://bugs.launchpad.net/mixxx/+bugs?field.tag=midi

Re: [Mixxx-devel] Hate JavaScript and XML? ...then keep reading!

2013-05-27 Thread Daniel Schürmann
Hi RJ, I fully agree with your thoughts! But let me explain my get rid of XML idea. Almost All Midi mappings have an *.xml and a *js file. It is a pain to maintain them. The coffee script approach is (correct me if I am wrong) to generate them both in a single process. Advantage: * single

Re: [Mixxx-devel] OSC = RIP ?

2013-06-10 Thread Daniel Schürmann
At least the mailing list is alive: http://blog.gmane.org/gmane.comp.audio.osc.devel 2013/6/10 RJ Ryan russelljr...@gmail.com OSC is still alive (not sure about well) but Mixxx doesn't support it. We'd love for someone to add OSC support to Mixxx but it's low-priority due to lack of industry

[Mixxx-devel] need help with Baazar merging advanced_autodj

2013-06-11 Thread Daniel Schürmann
Hi Yesterday I had a fight with bzr and finally bzr has won :-( I hope someone can help: I want to merge lp:~smstewart91/mixxx/advanced_autodjhttps://code.launchpad.net/%7Esmstewart91/mixxx/advanced_autodjfrom lp:mixxx. So I have branched

Re: [Mixxx-devel] need help with Baazar merging advanced_autodj

2013-06-12 Thread Daniel Schürmann
of the mixxx.moved folder was preserved. 2013/6/12 Neale Pickett ne...@woozle.org On Tue, 11 Jun 2013 08:57:29 +0200 Daniel Schürmann dasch...@mixxx.org wrote: Yesterday I had a fight with bzr and finally bzr has won :-( This happens to me all the time, and even when I get it to do what I wanted, I

Re: [Mixxx-devel] Git / GitHub migration nearing completion

2013-06-12 Thread Daniel Schürmann
Hi RJ, Fine news! Mixxx has 122 active Launchpad branches. Does it really make sense to convert all of them to git? In which condition is the Owens converter? Is it possible to provide it, so that we can convert branches when required by ourselves? The normal git workflow is to clone the

Re: [Mixxx-devel] Git / GitHub migration nearing completion

2013-06-12 Thread Daniel Schürmann
actually lose track, if we just use git-bzr-ng? Kind regards, Daniel 2013/6/13 RJ Ryan rr...@mixxx.org On Wed, Jun 12, 2013 at 6:45 PM, Daniel Schürmann dasch...@mixxx.orgwrote: Hi RJ, Fine news! Mixxx has 122 active Launchpad branches. Does it really make sense to convert all of them

Re: [Mixxx-devel] Legacy git Mixxx repositories

2013-06-13 Thread Daniel Schürmann
, RJ Ryan (rr...@mixxx.org) wrote: I'll reach out to the owners and ask them to take them down. Not much else to do there I think... On Thu, Jun 13, 2013 at 2:09 AM, Daniel Schürmann dasch...@mixxx.orgwrote: Hi Owen, Are previously mad git clones in track of our new repository

Re: [Mixxx-devel] Git / GitHub migration nearing completion

2013-06-14 Thread Daniel Schürmann
git-bzr-ng due to a bug. It's much easier if you let me do the conversion :). Owen On Thu, 2013-06-13 at 15:21 -0400, RJ Ryan wrote: On Thu, Jun 13, 2013 at 1:50 AM, Daniel Schürmann dasch...@mixxx.org wrote: Hi RJ If I understand it right, git has user

Re: [Mixxx-devel] Git / GitHub migration nearing completion

2013-06-14 Thread Daniel Schürmann
bzr branch into a private write and public read git repository. What do you think? Kind regards, Daniel 2013/6/13 RJ Ryan rr...@mixxx.org On Thu, Jun 13, 2013 at 1:50 AM, Daniel Schürmann dasch...@mixxx.orgwrote: Hi RJ If I understand it right, git has user credentials per

Re: [Mixxx-devel] need help with Baazar merging advanced_autodj

2013-06-14 Thread Daniel Schürmann
Now it is really solved in my bzr solution there was finaly still a mixxx.moved folder. within the original mixxx folder. So bzr move was no good idea. I solved the problem finally with migration to git I have first tryed cherry-pick a range of revisions, but with this I have lost all the

Re: [Mixxx-devel] Git / GitHub migration nearing completion

2013-06-14 Thread Daniel Schürmann
Hi RJ, thank you for clarifications. I fully agree to your work flow ideas. I also like the idea to have mixxxcommunity/mixxx only as a slowly cluttered sanbox without a a fork of the offical branches. Kind regads, Daniel

Re: [Mixxx-devel] Git / GitHub migration nearing completion

2013-06-14 Thread Daniel Schürmann
, Daniel Schürmann wrote: Arrg .. :-/ What is the bug about? I have yesterday cleaned up Scotts branch. @Owen: It looks like a success, But can you have a look? https://github.com/daschuer/mixxx/tree/advanced_autodj_2 Thank you Daniel 2013/6/13 Owen Williams owilli...@mixxx.org

  1   2   3   4   5   >