Search found 214 matches

by Andreas
Sun Aug 18, 2013 3:24 pm
Forum: Newbies & Support
Topic: Package for openSUSE?
Replies: 1
Views: 3767

Re: Package for openSUSE?

A reference to the ChangeFlagRelaxed.h file was missing in the Makefile.am file. I just committed a fix. Thanks for the report.
by Andreas
Wed Feb 20, 2013 7:34 pm
Forum: General LinuxSampler Discussion
Topic: FL Studio plugin bridge compatibility - feature request?
Replies: 8
Views: 27918

Re: FL Studio plugin bridge compatibility - feature request?

Any updates on your discussions with the FL Studio devs? The test plugin I made confirmed that the current ilbridge couldn't handle more than 2048 programs in a VST. But it also confirmed that this bug was already solved in the next version of ilbridge, so I guess we were content with that. The dev...
by Andreas
Fri Feb 08, 2013 8:46 am
Forum: General LinuxSampler Discussion
Topic: FL Studio plugin bridge compatibility - feature request?
Replies: 8
Views: 27918

Re: FL Studio plugin bridge compatibility - feature request?

As a test, I compiled a minimal VST instrument (the vstxsynth example from vstsdk 2.4) with a single change: kNumPrograms=3000. The plugin doesn't work with ilbridge. ilbridge does seem to crash: "Plugin has closed. VstXSynth (bridged)". When compiled with the default value, kNumPrograms=128, the pl...
by Andreas
Sun Feb 03, 2013 9:42 am
Forum: General LinuxSampler Discussion
Topic: FL Studio plugin bridge compatibility - feature request?
Replies: 8
Views: 27918

Re: FL Studio plugin bridge compatibility - feature request?

When I saw the other FL Studio post in the forum a while ago, I tried the FL Studio 10 demo (v10.0.9), and yes, I get a crash when I load the 64 bit linuxsampler vst. The 32 bit version loads OK. FL Studio seems to be a 32 bit program, so I guess the bridge (ilbridge.exe) is a solution to use 64 bit...
by Andreas
Sat Feb 02, 2013 9:36 am
Forum: General LinuxSampler Discussion
Topic: GIG modwheel attack behavior
Replies: 5
Views: 19754

Re: GIG modwheel attack behavior

Would you like to examine the GIG in question? Or do you want me to look at any parameters in the GIG file? Maybe that's not necessary. I've done some measurements now, and I fixed a case when modulation didn't work when attack or release is zero in the gig. Please test if the latest commit solves ...
by Andreas
Sun Jan 27, 2013 7:31 pm
Forum: General LinuxSampler Discussion
Topic: GIG modwheel attack behavior
Replies: 5
Views: 19754

Re: GIG modwheel attack behavior

Yes, it seems that the EG modulation fine tuning (that I did in 2005) isn't quite correct. When the initial attack = 0, the modulation doesn't have any effect. I need to do some measurements to try to figure out the right formula.
by Andreas
Sat Jan 19, 2013 9:23 am
Forum: General LinuxSampler Discussion
Topic: GIG incorrect playback behavior
Replies: 3
Views: 14464

Re: GIG incorrect playback behavior

Thanks for the report. I found a bug in libgig that could possibly be the cause for this (at least the attack part). I've just committed a fix, please test if it solves the problem.
by Andreas
Tue Jan 15, 2013 6:52 pm
Forum: General LinuxSampler Discussion
Topic: Installation issues Ubuntu studio.
Replies: 6
Views: 19976

Re: Installation issues Ubuntu studio.

It looks like the libtool package is missing.
by Andreas
Mon Jan 07, 2013 9:51 pm
Forum: General LinuxSampler Discussion
Topic: Qsampler does not start on win7 in 64bit or 32bit
Replies: 9
Views: 27729

Re: Qsampler does not start on win7 in 64bit or 32bit

I could reproduce this error now. Only on 64 bit Windows. It happened when I answered no to the "Shall a 32 bit version of the LinuxSampler VST be installed as well?" question. The reason was that the installer then didn't install the 32 bit libgig dll, which is needed by QSampler. This is now fixed...
by Andreas
Tue Jul 17, 2012 4:04 pm
Forum: General LinuxSampler Discussion
Topic: Qsampler does not start on win7 in 64bit or 32bit
Replies: 9
Views: 27729

Re: Qsampler does not start on win7 in 64bit or 32bit

what if I would copy the above mentioned set of files directly in the directory of Qsampler. I don't think that would lead to anything. The files are all either from linuxsampler installer or standard Windows files. My guess is that the environments where QSampler doesn't work have some files that ...