Search found 63 matches

by varpa
Tue May 01, 2012 11:28 pm
Forum: Newbies & Support
Topic: How to update linuxsampler to LV2 version?
Replies: 1
Views: 3935

Re: How to update linuxsampler to LV2 version?

Here is what I did (which might be overkill): Compiled and installed all of these from http://download.drobilla.net/ lv2-1.0.0.tar.bz2, serd-0.14.0.tar.bz2, sord-0.8.0.tar.bz2 sratom-0.2.0.tar.bz2, lilv-0.14.2.tar.bz2, suil-0.6.0.tar.bz2 Compiled SVN 2342 of libgig, liblscp, linuxsampler and SVN 120...
by varpa
Fri Apr 27, 2012 9:49 pm
Forum: Newbies & Support
Topic: Bad Audio Quality
Replies: 5
Views: 6925

Re: Bad Audio Quality

I know Ubuntu typically works poorly with Jack out of the box. I recommend using the kxstudio repository to add linux audio programs to Ubuntu (though I actually use linuxsampler on AVLinux and it works great). When you built linuxsampler did you install in /usr or /usr/local? If you are overwriting...
by varpa
Fri Apr 27, 2012 9:37 pm
Forum: Sample Libraries
Topic: bigfishaudio: Prosonus Orchestral Library
Replies: 1
Views: 16020

Re: bigfishaudio: Prosonus Orchestral Library

Yes, gigasampler3 is well supported by linuxsampler. Its too bad the gigasample format is on the way out, because I doubt that many high-quality SFZ files will ever be sold commercially since the format is open. As far as I can tell, there are very few sources of gig files left, free or not.
by varpa
Tue Apr 03, 2012 8:56 pm
Forum: General LinuxSampler Discussion
Topic: sharing lscp files (file path problem)
Replies: 1
Views: 4523

Re: sharing lscp files (file path problem)

You can use symbolic links to directories to samples so if that would be one way to write your lscp files. For example, on all systems have a directory called /samples which is a symbolic link to wherever your samples are. Anther solution is to re-write your lscp files with the script below: #!/bin/...
by varpa
Tue Apr 03, 2012 8:14 pm
Forum: Newbies & Support
Topic: Bad Audio Quality
Replies: 5
Views: 6925

Re: Bad Audio Quality

Latency is controlled with Jack. As far as I know there is no batch method of running linuxsampler. However, I doubt that is your problem. What kind of samples are you using? There was an important bug fix for "voice stealing" which affected SFZ and SF2 playback in mid-February so that could be an i...
by varpa
Tue Mar 06, 2012 8:48 pm
Forum: Newbies & Support
Topic: [SOLVED]Compiling Issues - libgig
Replies: 3
Views: 4659

Re: Compiling Issues - libgig

I just built libgig SVN 2325 with no problems on a Debian Squeeze (AVlinux 5.0.2) system so I do not think there is a problem with this release. Somehow your configure command is not making a valid build script (missing a ", according to the message). Maybe trying deleting the "configure" script and...
by varpa
Wed Feb 15, 2012 1:45 am
Forum: Newbies & Support
Topic: how to create a drumkit with multiple audio outs
Replies: 1
Views: 3330

Re: how to create a drumkit with multiple audio outs

You need to create separate sampler channels each with its own audio out (i.e. a separate audio device, using Jack). You could load the same gig (sfz/sf2) file to all channels, but use only channel only for snare, another for kick, etc.
by varpa
Wed Feb 15, 2012 1:40 am
Forum: Newbies & Support
Topic: fantasia and jack with ffado issue
Replies: 1
Views: 3584

Re: fantasia and jack with ffado issue

I do not quite understand you problem. If you are running Jack (with firewire/ffado or alsa soundcard), then you must run linuxsampler using Jack audio devices, otherwise linuxsampler will not be visible to Jack. Linuxsampler midi devices can be configured to use either Jack midi or alsa midi, thoug...
by varpa
Tue Jan 24, 2012 9:09 pm
Forum: New Sampler Engine
Topic: linuxsampler outdated
Replies: 3
Views: 21259

Re: linuxsampler outdated

I'm not a developer so I can't answer you question. However, your options are: checkout from SVN and compile it yourself (which is not actually that hard, but takes a while), or use a Linux distro with SVN source built by default such as AVLinux or Dreamlinux.