Me and my son were looking at the history .nml files that Traktor saves. Are there any interesting re-use of this information in case there was a browser that scanned this information and saved it into a database for further manipulations and export formats? Let us know as it would be a fun SW project do to.
they’re just xml but not sure what you’d want the info for. you could extract the gain info and cuepoints i guess. just not sure what use they would be?
Thanks, good info. What about showing all the tracks played, play a of the song with an internal audio player and make a new nml playlist from selected earlier played tracks?
could do i guess - the audoid’s are kind of munged but not needed for the playlist elements.
i’d be interested to see what tunes i tend to play before and after a chosen track.
would only need 2 tables for that, one for id,name and one that links 2 track id’s together.
easily done in C+sqlite if a desktop app or probably php+mysql if web based.
i’ve been experimenting with lua as a small+lightweight embedded scripting language in C++ recently and has bindings for an xml parser and sqlite - would be simpler than coding in raw C etc probably.
funny… as today i’m hoping to release a version of my midimasher app here that is for pc only (but only as i dont have a mac to compile/test on)
i know nothing about those technologies but if starting from scratch you should at least try to make it mac and pc friendly if its something you’d want to release.
i’m hoping i could use a vbox and run osx that way or something for my app. if not it will remain pc only i guess - a shame as in theory it should compile and run under either.
edit: i didnt even know about lua until a few months ago but its quite amazing…
Oh yes I forgot WoW. I know cross-platform is important but I’m not that interested in the Windows platform myself just now. The Mac/iPad market is nice and enough.
sure - which is fine if it’s just an app for you - but would be much better if u considered windows too if you wanted to release the app to the traktor community etc. not sure what % are on mac but it must be less than half as a guess?
there again the xtreme mapping app is mac only but i suspect thats more due to how they have to decode the tsi’s - tho i could be wrong.