Re: [Mixxx-devel] Threading problems with SQLite

2009-11-23 Thread Lukas Smith
On 23.11.2009, at 11:27, Andreas Pflug wrote: > Lukas Smith wrote: >> On 20.11.2009, at 22:45, Albert Santoni wrote: >> >> >>> Hi guys, >>> >>> (Disclaimer: This is mostly me thinking out loud...) >>> >>> Apparently I didn't read the fine print that says SQLite doesn't >>> support concurrent

Re: [Mixxx-devel] Threading problems with SQLite

2009-11-23 Thread Andreas Pflug
Lukas Smith wrote: > On 20.11.2009, at 22:45, Albert Santoni wrote: > > >> Hi guys, >> >> (Disclaimer: This is mostly me thinking out loud...) >> >> Apparently I didn't read the fine print that says SQLite doesn't >> support concurrent multiple writer connections, and so the new library >> code

Re: [Mixxx-devel] Threading problems with SQLite

2009-11-23 Thread Garth Dahlstrom
The point of this is to replace something that is technologically simple (.xml file) with something that is slightly less simple but more powerful, the problem with using a full DB is it's heavy and it's complicated to support on 1 target platform (Windows, OSX, Linux). For lack a good option,

Re: [Mixxx-devel] Threading problems with SQLite

2009-11-23 Thread Owen Williams
On Fri, 2009-11-20 at 13:45 -0800, Albert Santoni wrote: > Apparently I didn't read the fine print that says SQLite doesn't > support concurrent multiple writer connections, and so the new library > code is semi-broken at the moment. To the best of my understanding, we > have two options for solvin

[Mixxx-devel] jog control in 1.8

2009-11-23 Thread James Evans
Hi Garth, I've only just had the time to try 1.8 and have a go at implementing loop functionality for the Hercules Mk2. I notice that, when a track is not playing, the jog wheel no longer moves the track forward or backwards when moved. I'm have both 1.7 & 1.8 using the same MIDI script (that fro

Re: [Mixxx-devel] jog control in 1.8

2009-11-23 Thread Russell Ryan
Hey Jim, The jog control is supposed to work the same in 1.8 as in 1.7, so if it isn't so, please file a bug and we'll fix it. I rewrote how rates are calculated and its totally possible I slipped up. Thanks, RJ James Evans wrote: > Hi Garth, > > I've only just had the time to try 1.8 and hav