Search found 369 matches

by cuse
Sun Jul 11, 2021 2:51 pm
Forum: General LinuxSampler Discussion
Topic: Creating & scanning databases
Replies: 1
Views: 69241

Re: Creating & scanning databases

So you are assuming that a corrupt sf2/sfz file is causing the instruments DB scan to abort. What is the precise error message that you get (i.e. check the console)?

You did a recursive directory scan, right?
by cuse
Sat Jun 12, 2021 1:06 pm
Forum: General LinuxSampler Discussion
Topic: SFZ Release Trigger
Replies: 8
Views: 92794

Re: SFZ Release Trigger

To efficiently find the exact SVN revision that broke that feature for you, I recommend to use svn-bisect . On .deb based distros you find that tool inside the subversion-tools package. As this tool uses a bisection algorithm you only need to try out max. 10 SVN revisions to find the exact SVN revis...
by cuse
Sat Jun 12, 2021 12:44 pm
Forum: General LinuxSampler Discussion
Topic: SFZ Release Trigger
Replies: 8
Views: 92794

Re: SFZ Release Trigger

Please note that it is not likely that someone will look into this and fix it unless somebody (e.g. you) proactively provides more details. One way would be providing a stripped down SFZ (few lines) demonstrating the issue, another way would be finding out the SVN revision that broke that feature fo...
by cuse
Sat Jun 05, 2021 1:17 pm
Forum: General LinuxSampler Discussion
Topic: SFZ Release Trigger
Replies: 8
Views: 92794

Re: SFZ Release Trigger

Also, I was going to send in a donation, but even if I select English most of the info remains in Latvian, so may I just send it to donate@linuxsampler.org via PayPal? Is that correct? It is possible that Benno did set the primary language to Latvian there. And yes, you can just send directly to th...
by cuse
Sat Jun 05, 2021 1:14 pm
Forum: General LinuxSampler Discussion
Topic: SFZ Release Trigger
Replies: 8
Views: 92794

Re: SFZ Release Trigger

Well, do you have any idea why it wouldn't be working? I'm using 2.1.1 in the KXStudio repo on Debian stable, so I'm getting a bit frustrated on this not working. Legatos I have working fine, but the releases just aren't happening. Any help would be appreciated. Well, you know the drill; updating t...
by cuse
Fri Jun 04, 2021 11:53 am
Forum: General LinuxSampler Discussion
Topic: SFZ Release Trigger
Replies: 8
Views: 92794

Re: SFZ Release Trigger

Is trigger=release currently implemented in Linuxsampler's SFZ engine? Yes, trigger=atttack|release|first|legato are supported: https://svn.linuxsampler.org/cgi-bin/viewvc.cgi/linuxsampler/trunk/src/engines/sfz/sfz.cpp?revision=3819&view=markup#l1582 List of current SFZ support state: http://linuxs...
by cuse
Sat May 29, 2021 4:39 pm
Forum: Newbies & Support
Topic: Cannot build LinuxSampler .deb files
Replies: 5
Views: 78397

Re: Cannot build LinuxSampler .deb files

I actually linked the wrong VST discussion. The one about finding a valid VST2 SDK download link was this one here on the mailing list:

https://sourceforge.net/p/linuxsampler/ ... sg37231337
by cuse
Sat May 29, 2021 4:29 pm
Forum: Newbies & Support
Topic: JACK device no longer an option in spring 2021 update
Replies: 1
Views: 62475

Re: JACK device no longer an option in spring 2021 update

I assume you built the packages by yourself. Check the configure summary of LinuxSampler. It seems like you built LinuxSampler without JACK support. After "configure" executation completed it always shows you a summary text block on the console of what features and drivers were enabled and whicn not...
by cuse
Sat May 29, 2021 4:25 pm
Forum: Newbies & Support
Topic: Cannot build LinuxSampler .deb files
Replies: 5
Views: 78397

Re: Cannot build LinuxSampler .deb files

Also, I was running the command: dpkg-buildpackage -rfakeroot -b as root before, but I guess that should be run as ordinary user, so I did that too but it made no difference. However, I did manage to enable the VST plugin using: --enable-vstsdk-dir as a param to ./configure. Still can't build the L...
by cuse
Sat May 29, 2021 4:18 pm
Forum: Newbies & Support
Topic: Cannot build LinuxSampler .deb files
Replies: 5
Views: 78397

Re: Cannot build LinuxSampler .deb files

In file included from parser_shared.h:24:0, from parser.y:14: ../common/global_private.h:99:40: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] inline int ToInt(const std::string& s) throw(LinuxSampler::Exception) { ^~~~~ ../common/global_private.h:106:44: warning: ...