Search found 15 matches

by browny_amiga
Thu Jan 11, 2024 12:54 am
Forum: Newbies & Support
Topic: How to create instruments database?!??!!!?
Replies: 3
Views: 3763

Re: How to create instruments database?!??!!!?

So this is still massively broken: Why doesn't it create that directory? Any other tool will happily create any . directory. Then formating it works, BUT when I add an instrument to it, then it hangs forever with the message "Updating database directories" I just added one single instrument to it. I...
by browny_amiga
Mon Sep 24, 2012 10:10 pm
Forum: General LinuxSampler Discussion
Topic: Reduce / identify latency in Linux sampler
Replies: 8
Views: 23936

Re: Reduce / identify latency in Linux sampler

Hi,

I use
jackd version 0.118.0

via
qjackctl, which is the GUI that you mention.

the parameters that jackd is started are these:
/usr/bin/jackd -r -dalsa -dhw:0 -r44100 -p1024 -n2

Kernel is:
2.6.32-5-686-bigmem #1 SMP Sun May 6 04:39:05 UTC 2012 i686 GNU/Linux
by browny_amiga
Tue Sep 11, 2012 8:16 pm
Forum: General LinuxSampler Discussion
Topic: Tutorial Video in German Speech
Replies: 6
Views: 28273

Re: Tutorial Video in German Speech

Thanks for doing that. I am always surprised how little people know about linuxsampler. I also had gigastudio before and I got sick and tired of it, with all its endless limitations, having to buy a special soundcard just for that, the encryption layer (DRM) that was bugging me every fourth run and ...
by browny_amiga
Tue Sep 11, 2012 7:43 pm
Forum: General LinuxSampler Discussion
Topic: Reduce / identify latency in Linux sampler
Replies: 8
Views: 23936

Reduce / identify latency in Linux sampler

Hi, I have a M-Audio Keystation Pro 88 hooked up to a Linux system (Debian Squeeze) via USB and run Linux Sampler with a Bösendorfer B290 instrument. A friend played on the piano and told me that there is murderous high latency when playing. I have not noticed it, but problaby got used to it. I have...
by browny_amiga
Thu Apr 15, 2010 6:22 am
Forum: General LinuxSampler Discussion
Topic: jsampler gets stuck loading instruments
Replies: 2
Views: 4827

Re: jsampler gets stuck loading instruments

java version "1.6.0_0"
OpenJDK Runtime Environment (build 1.6.0_0-b11)
OpenJDK Server VM (build 1.6.0_0-b11, mixed mode)
by browny_amiga
Mon Apr 12, 2010 3:00 am
Forum: General LinuxSampler Discussion
Topic: jsampler gets stuck loading instruments
Replies: 2
Views: 4827

jsampler gets stuck loading instruments

Hi I am having this issue that Jsampler just freezes while loading instruments, sometimes at 20%, sometimes a 0% or 75% or whatever, there seems to be no rule. here is the output from CLI: :~$ linuxsampler/Fantasia-0.9.jar linuxsampler/standard.lscp Apr 12, 2010 3:46:20 AM org.jsampler.CC loadOrches...
by browny_amiga
Thu Apr 01, 2010 6:15 am
Forum: Tips & Tricks
Topic: Load GSP and GSI Giga 3 Performance Files in Linuxsampler
Replies: 3
Views: 26098

Re: Load GSP and GSI Giga 3 Performance Files in Linuxsampler

Hmm, do we talk about the same thing? I just checked out jconvolver. Command line utitily. With parameters that you need to understand the math involved behind it (I don't). If this is easy, I wonder what is difficult in your book ;-) Are there any convolvers that take mortal man parameters like roo...
by browny_amiga
Tue Jun 17, 2008 1:18 am
Forum: Newbies & Support
Topic: Illegal instruction (SIGILL) occured!
Replies: 7
Views: 6702

Re: Illegal instruction (SIGILL) occured!

I just don't get it really! the manual on the linuxsampler webpage does not work (the one for debian): This is the line where you'll place all your optimization options. Remove the arguments --host and --build which are only meant for cross compilation and prefix the line with your preferred optimiz...
by browny_amiga
Tue Jun 17, 2008 12:52 am
Forum: Newbies & Support
Topic: Illegal instruction (SIGILL) occured!
Replies: 7
Views: 6702

Re: Illegal instruction (SIGILL) occured!

Still stumped. Even do a ./configure and make will end up compiling with options that my CPU cannot tolerate. Isn't it Debian policy that packages should be done on i486 and nothing higher, too be compatible with everything upwards? i know that it won't perform good, but right now I would just like ...
by browny_amiga
Tue Jun 03, 2008 12:14 am
Forum: Newbies & Support
Topic: Illegal instruction (SIGILL) occured!
Replies: 7
Views: 6702

Re: Illegal instruction (SIGILL) occured!

Now I catched a glimpse of /bin/bash ../../libtool --mode=link g++ -Wreturn-type -ffast-math -march=i686 -g -O2 -pthread -msse -o liblinuxsamplerdb.la in the make script being executed. Somewhere in the debian rules files it is defining which architecture (i686 and -msse) and that is of course wrong...