[Mixxx-devel] OSC = RIP ?

2013-06-09 Thread petah
I'm dusting off my CDJ2MIDI code which at the time sent out either MIDI or OSC messages because NI Ableton had press releases galore about supporting it. I know OSC is still used for touch interfaces but is it still relevant for audio? if not I'd rather cull it. thx, -- p

Re: [Mixxx-devel] Directory-hash calculation during library-rescan

2013-06-09 Thread petah
On Wed, 5 Jun 2013 22:46:57 -0700 (PDT) Steven Boswell II ulatekh-/e1597as9lqavxtiumw...@public.gmane.org wrote: Right now I'm rescanning my track collection on my laptop, and I expected it to be a short operation, but it's taking forever.  I'm guessing it's because I moved a large part of my

Re: [Mixxx-devel] Directory-hash calculation during library-rescan

2013-06-09 Thread RJ Ryan
We don't hash the file contents during library scanning. For context, the hash Steven is referring to is a per-directory hash that is used to determine whether the directory should be rescanned. The way it works today is that it concatenates all the names of files/dirs in the directory and hashes

Re: [Mixxx-devel] Directory-hash calculation during library-rescan

2013-06-09 Thread petah
On Sun, 9 Jun 2013 09:03:12 -0400 RJ Ryan russelljryan-re5jqeeqqe8avxtiumw...@public.gmane.org wrote: We don't hash the file contents during library scanning. For context, the hash Steven is referring to is a per-directory hash that is used to determine whether the directory should be

[Mixxx-devel] Create XML file from Javascript automatically

2013-06-09 Thread tom
Hello, inspired by the 'hate Javascript and XML' thread i updated a control script so there is no need to manually create the XML file anymore. Basic idea is to define and collect controls in an array in the control script and let it have a method that will output the mixxx compatible XML.