Search found 366 matches

by cuse
Fri May 19, 2023 12:18 pm
Forum: Newbies & Support
Topic: nilfs-utils in conflict with lscp linuxsampler file?
Replies: 2
Views: 13358

Re: nilfs-utils in conflict with lscp linuxsampler file?

Yeah, looks like that nilfs-utils package, whatever it is used for, also contains a binary (and man page) called "lscp". That's why.
by cuse
Fri Oct 21, 2022 5:51 pm
Forum: Newbies & Support
Topic: Linux Sampler Install on Fedora 35 with Pipewire
Replies: 1
Views: 12665

Re: Linux Sampler Install on Fedora 35 with Pipewire

You need to install the required dev package of either ALSA, Pipewire or whatever you want to use then you can compile it.
by cuse
Fri Oct 21, 2022 5:19 pm
Forum: Newbies & Support
Topic: Bug (?): Windows Installer/Uninstaller behaviors
Replies: 1
Views: 10729

Re: Bug (?): Windows Installer/Uninstaller behaviors

If you still have the installer's log file then please send it to the linuxsampler developer mailing list.
by cuse
Fri Oct 21, 2022 5:17 pm
Forum: Newbies & Support
Topic: Problem with Controller Trigger iMIDI Rule
Replies: 4
Views: 12065

Re: Problem with Controller Trigger iMIDI Rule

That version 2.2.0 is already a bit old. I can't say for sure, but I think this has already been fixed. So please try latest version of libgig and linuxsampler from the linuxsampler.org Subversion server.
by cuse
Fri Nov 26, 2021 4:12 pm
Forum: Newbies & Support
Topic: More LS blues
Replies: 7
Views: 17767

Re: More LS blues

You might consider trying QSampler as frontend. I can't remember what Fantasia/JSampler is doing, but QSampler automatically creates audio/MIDI device automatically when you add a "sampler channel" (a.k.a. "sampler part"). Once you have your desired setup that you might use frequently, you can save ...
by cuse
Tue Nov 23, 2021 2:08 pm
Forum: Newbies & Support
Topic: More LS blues
Replies: 7
Views: 17767

Re: More LS blues

Ok, looks like gigedit's configure script did not detect LS as installed, which you can verify by looking at gigedit's generated value for HAVE_LINUXSAMPLER in config.h. If that macro's value is 0 then gigedit's configure did not find the LS header files installed on the system.
by cuse
Mon Nov 22, 2021 9:28 pm
Forum: Newbies & Support
Topic: More LS blues
Replies: 7
Views: 17767

Re: More LS blues

That's a very uncommon compiler error that you got there. That more looks like a follow-up compiler error, not the very first one. Please check if you see any compiler error before that. About the ALSA issue: the error message shows that you already get an error on ALSA level, which is inside libaso...
by cuse
Mon Nov 22, 2021 9:21 pm
Forum: Newbies & Support
Topic: Compilation fails with undeclared identifier 'yyrhs'
Replies: 3
Views: 12426

Re: Compilation fails with undeclared identifier 'yyrhs'

The LS release tarballs always come with pregenerated parser .cpp/.h files, so Flex and Bison are usually only required for the developer version of LS from Subversion. However there was indeed a preprocessor statement bug in src/network/lscp.y which falsely caused some compatibility code for ancien...
by cuse
Tue Nov 09, 2021 4:44 pm
Forum: Newbies & Support
Topic: Linuxsampler work with pipewire?
Replies: 8
Views: 24406

Re: Linuxsampler work with pipewire?

Just for the records: this discussions seems to have moved to the mailing list.
by cuse
Thu Sep 23, 2021 3:28 pm
Forum: Newbies & Support
Topic: Linuxsampler work with pipewire?
Replies: 8
Views: 24406

Re: Linuxsampler work with pipewire?

No sound if I kill pipewire process. Not suprising, because pipewire is the sound server. If you kill it then there is nothing to transfer audio betweens apps and hardware. And LS can be started but no sound. Does LS show up in the QJackCtl graph? If yes, connect its audio output channels with QJac...