On Donnerstag, 12. September 2019 09:18:17 CEST Scott wrote:
> a new user here attempting to use linuxsampler with qsampler --
> 
> -- I noticed my linux distro debian doesn't stock linuxsampler probably due
> to licensing --- um so I tried a .deb from upstream and I connected it with
> qsampler and there is no option for jack. I can see the audio setup and i
> click on the pull-down list but there's nothing but alsa and osc.. i
> thought linuxsampler provides support for jack no?

Yes, of course JACK audio and JACK MIDI is supported for many years already.

That means your .debs were compiled without JACK support. Probably because our
original debian/control file currently has an "or" build-dependency for
either libasound2-dev or libjack-dev:

http://svn.linuxsampler.org/cgi-bin/viewvc.cgi/linuxsampler/trunk/debian/control?revision=3537&view=markup

I will probably change to force both libs must be present when rolling a .deb
file to prevent what you encountered.

I recommend you to just roll your own debs for now, which is as easy as
grabbing the latest source files and running

        dpkg-buildpackage -b

from the toplevel source directory.

CU
Christian




_______________________________________________
Linuxsampler-devel mailing list
Linuxsampler-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/linuxsampler-devel

Reply via email to