[Linuxsampler-devel] Building Database support into Windows Build of LinuxSampler

2009-01-06 Thread ggoode . sa
Hi, I know that in Linux one needs to have sqlite installed in order to compile linuxsampler with database support. What are the requirements in Windows? Sqlite installed and in the $PATH variable or compile sqlite from source within msys? Thanks GrahamG --

Re: [Linuxsampler-devel] Problem when using a second MIDI device in Qsampler (Win32)

2008-12-24 Thread ggoode . sa
Hi again, I now have the latest Fantasia and everything seems to work fine with it. Second MIDI ports works, reloading the lscp script works. So it would seem that the build of LinuxSampler is fine and Qsampler/liblscp has an issue somewhere... I also ran a test using the old release of Qsampler

Re: [Linuxsampler-devel] Problem when using a second MIDI device in Qsampler (Win32)

2008-12-24 Thread ggoode . sa
Hi, I have played around a little more and have a deeper problem. When I save an lscp and then reload it - no audio at all. 1. Start LinuxSampler & Qsampler 2. Create ASIO audio device and MME Midi device configured to MIDI Yoke In: 2 3. Load Concert_Flute.GIG 4. Play keyboard - Notes heard perf

[Linuxsampler-devel] Problem when using a second MIDI device in Qsampler (Win32)

2008-12-23 Thread ggoode . sa
Hi, Configuring 1 MIDI device works fine (configured to MIDI Yoke In: 5), but when I create a second MIDI device (Configured to MIDI Yoke In: 6) and then load an instrument - that instrument does not play (Port 0 Channel 1). Saving and re-opening the lscp causes all the instruments to not play (th

Re: [Linuxsampler-devel] Maximum of 99 for max voices and max streams? was Re: Qsampler for Windows

2008-12-23 Thread ggoode . sa
Thanks Christian! I can now set my max voices to the 400 I need for the project that I'm working on. Another possible issue: I have now recompiled, etc, and created a test lscp. I don't see the "GET VOICES", "SET VOICES", "GET STREAMS", "SET STREAMS" in the saved file. Are they being stored somewhe

[Linuxsampler-devel] Maximum of 99 for max voices and max streams? was Re: Qsampler for Windows

2008-12-22 Thread ggoode . sa
Hi, In windows build of Qsampler we're limited to a max of 99 voices and 99 disk streams. Bug? For the Freedom Special Virtual Pipe Organ project I need at least 400 voices, so will need greater max voice options. Thanks, Graham --

Re: [Linuxsampler-devel] Qsampler for Windows

2008-12-22 Thread ggoode . sa
Thanks Rui, I have updated and re-built. Version 0.2.1.21 showing in the About screen :-) Now off to test the polyphony limits of this computer. Cheers, GrahamG -- ___ Linuxsamp

[Linuxsampler-devel] Qsampler for Windows

2008-12-21 Thread ggoode . sa
Hi, Thanks to the help of Rui and Andreas I now have libgig, Linuxsamper, liblscp, and Qsampler build from CVS and running in Windows. I find that Qsampler is still in version 0.2.1.19 in the win32 build as opposed to 0.2.1.20 in the linux build. I was hoping to have the max voices options in Wind

Re: [Linuxsampler-devel] Compiling liblscp for Windows

2008-12-21 Thread ggoode . sa
On 12/21/08, Benno Senoner wrote: > strange, I compiled liblscp in the msys shell without problems > ./configure ; make ; make install > are you using the DOS shell oder the msys shell ? > I've followed Andreas' Windows Build Instructions to setup the compile environment (http://cvs.linuxsample

[Linuxsampler-devel] Support for runtime max. voices / disk streams setting in Fantasia

2008-12-20 Thread ggoode . sa
Hi, I had a quick look at the latest CVS commits and see the Qsampler has the support for runtime max. voices / disk streams setting added but Jsampler/ Fantasia does not. Will support for runtime max. voices / disk streams setting be available for Jsampler soon or is it still in early testing? Tha

Re: [Linuxsampler-devel] Compiling liblscp for Windows

2008-12-20 Thread ggoode . sa
Hi Rui, Thanks for the reply. I'm a newby when it comes to MinGW/msys. I'm used to make -f Makefile.cvs | ./configure | make | make install. Now the Makefile.mingw is in the win32 folder, and running 'make -f Makefile.mingw' doesn't produce a configure file like the .cvs one does, it makes some ob

[Linuxsampler-devel] Compiling liblscp for Windows

2008-12-20 Thread ggoode . sa
Hi, Andreas' Windows Build Instructions covers libgig, linuxsampler, and gigedit. I have successfully compiled the cvs versions of libgig and linuxsampler (thank you Andreas!) and would now like to compile liblscp and qsampler from cvs. The ./configure for liblscp seems to go through fine, but whe

[Linuxsampler-devel] Setting Up Compile Environment for Windows Build Fails

2008-12-20 Thread ggoode . sa
Hi, I have followed the Windows Build Instructions and am stuck on attempting the first compile : libsndfile. On running ./configure I get a "checking for C compiler default output file name... configure: error: C compiler cannot create executables" error. I have attached the config.log so that A