Re: [Linuxsampler-devel] Implemented Instruments DB support on Windows

2009-06-06 Thread Benno Senoner
I made yet another CVS commit, now the Instruments DB on Windows gets automatically created. it checks for the existence of "%USERPROFILE%\.linuxsampler\instruments.db" if it does not exists then the .linuxsampler subdir is created and then a new empty Instruments DB is created ( calls InstrumentsD

Re: [Linuxsampler-devel] Implemented Instruments DB support on Windows

2009-06-06 Thread Benno Senoner
I forgot to say those compiling LS under Windows have to create an empty Instruments DB before running it. just do: mkdir "%USERPROFILE%\.linuxsampler" linuxsampler.exe --create-instruments-db "%USERPROFILE%\.linuxsampler\instruments.db" in the final release the installer will either do it for yo

Re: [Linuxsampler-devel] Implemented Instruments DB support on Windows

2009-06-06 Thread Benno Senoner
Hi all, thanks for the patch Andreas, I applied it. I commited some updates to Instruments DB support under Windows to CVS and now it works in both standalone and VST mode. Together with Andreas we decided to place the instruments DB file in %USERPROFILE%\.linuxsampler\instruments.db (USERPROFILE

Re: [Linuxsampler-devel] Implemented Instruments DB support on Windows

2009-06-06 Thread Andreas Persson
On 06/05/2009 05:58 PM, Benno Senoner wrote: With the help of Andreas and Grigor I was able to implement Instruments DB support on Windows I already commited the changes to CVS. I get some ugly warnings when I cross-compile. I did a patch to get rid of them, maybe you can test it so I didn't b