Re: [Mixxx-devel] Small World...

2009-08-07 Thread Nick Guenther
On Fri, Aug 7, 2009 at 2:33 AM, Russell Ryan wrote: > > Cool -- now that we'll have sqlite it would be a nice place we can keep > track of random data like this. It could even be simple as a transitive > clusterer. If we kept pairs of songs that were ever playing in the 2 decks > concurrently, then

Re: [Mixxx-devel] Small World...

2009-08-08 Thread Ben Wheeler
2009/8/7 Nick Guenther : > On Fri, Aug 7, 2009 at 2:33 AM, Russell Ryan wrote: >> >> Cool -- now that we'll have sqlite it would be a nice place we can keep >> track of random data like this. It could even be simple as a transitive >> clusterer. If we kept pairs of songs that were ever playing in t

Re: [Mixxx-devel] Small World...

2009-08-08 Thread Brian Jackson
On Saturday 08 August 2009 10:54:26 Ben Wheeler wrote: > 2009/8/7 Nick Guenther : > > On Fri, Aug 7, 2009 at 2:33 AM, Russell Ryan wrote: > >> Cool -- now that we'll have sqlite it would be a nice place we can keep > >> track of random data like this. It could even be simple as a transitive > >> cl

Re: [Mixxx-devel] Small World...

2009-08-08 Thread Owen Williams
On Sat, 2009-08-08 at 13:00 -0500, Brian Jackson wrote: > But if someone can write the magical code to do it, why not let them try? I can only speak for myself, but I think if someone has the ability to write magical code, it should be put to use in the more basic (boring) features that we really

Re: [Mixxx-devel] Small World...

2009-08-08 Thread Ben Wheeler
2009/8/8 Owen Williams : > On Sat, 2009-08-08 at 13:00 -0500, Brian Jackson wrote: > >> But if someone can write the magical code to do it, why not let them try? > > I can only speak for myself, but I think if someone has the ability to > write magical code, it should be put to use in the more basi

Re: [Mixxx-devel] Small World...

2009-08-08 Thread Nick Guenther
On Sat, Aug 8, 2009 at 11:54 AM, Ben Wheeler wrote: > 2009/8/7 Nick Guenther : >> >> Something else that would be really useful for the library would be to >> record the low/mid/hi envelopes of each track, and give column for >> each so that if the DJ wants is being really dubsteppy they can find >

Re: [Mixxx-devel] Small World...

2009-09-06 Thread reilly davis
how hard would it be to make it so there was a plugin interface for mixxx then anyone could make a plugin and the user could choose to install it or not optionally just somthing ive been thinking a while is to have a stock mixxx and anything extra be a plugin but i dont know how much work that woul

Re: [Mixxx-devel] Small World...

2009-09-06 Thread Nick Guenther
Well we have QtScript running the midi controllers now extending that API to just be generic plugins shouldn't be too hard, though we'll have to be smart about how the plugin presents a GUI. On Sun, Sep 6, 2009 at 11:23 AM, reilly davis wrote: > how hard would it be to make it so there was a p

Re: [Mixxx-devel] Small World...

2009-09-08 Thread Russell Ryan
reilly davis wrote: > how hard would it be to make it so there was a plugin interface for > mixxx then anyone could make a plugin and the user could choose to > install it or not optionally just somthing ive been thinking a while > is to have a stock mixxx and anything extra be a plugin but i do

Re: [Mixxx-devel] Small World...

2009-09-08 Thread Sean M. Pappalardo
Along the same lines, there is the MixxxScript Studio code that Adam & Albert worked on that's been hanging around in trunk for quite awhile which aims to offer this sort of functionality (build with script=1,) but it hasn't been looked at in a long time. Feel free to take a look, and I'm sure Adam