Hi everybody,

Here is a conclusion for my work in this week.

====What I have done

1.finish all the server API
2. write a script for export content in xml mapping preset file into server
database
3. Mixxx client can parse data into controllerpreset structure
4. adjust the database design according the xml preset file, try to not
import new items.

====Problems I have met

1. Pulling the content in xml mapping preset file into database is the only
method in my mind to fill my database, but some items not in xml mapping
preset file are still needed. I know adding new items into xml mapping
preset file is not a good choice, so I have an idea that write another xml
file to store these items, and export them into mixxx's database when Mixxx
builds its database during its initialization. But I don't know whether it
is the best solution.
2. I try to make use of the controllerpreset.h and midicontrollerpreset.h
files. I need to add some private variables into controllerpreset.h to
satisfy my requirement. I have added the private variables into
ControllerPreset calss and compiled it pass, and it also can run normally
without a controller, but it will run and exit immediately with a
controller. There exists a free pointer error. So far I haven't got a
solution.

====What I am going to do in next week.

1. To implent search function both from local and server.
2. To implent download function


-- 
Best Regards!
Xin Wei
------------------------------------------------------------------------------
This SF.net email is sponsored by Windows:

Build for Windows Store.

http://p.sf.net/sfu/windows-dev2dev
_______________________________________________
Get Mixxx, the #1 Free MP3 DJ Mixing software Today
http://mixxx.org


Mixxx-devel mailing list
Mixxx-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mixxx-devel

Reply via email to