qsampler

Description

Qsampler - A LinuxSampler Qt GUI Interface

Qsampler does not save instruments to a .lscp file, when used for plugins.

Forums

I started testing Qsampler as a Linuxsampler lv2 plugin UI.

When i'd set up 5 lv2 plugin instances in a DAW (and I tried 3 of them), and loaded all the instrument channels in Qsampler, and then saved the file, all i got was RESET, and two blocks of text about midi maps. No other text at all.

Any clues to help me understand what I did wrong here?

qsampler from git fails to build

Forums

when attempting to build qsampler from git, i get the following error message:

-- Checking for module 'gig>=3.3.0'
-- Found gig, version 4.3.0.svn34
-- Looking for C++ include libgig/SF.h
-- Looking for C++ include libgig/SF.h - found
CMake Error at src/CMakeLists.txt:86 (qt_add_translation):
Unknown CMake command "qt_add_translation".

qsampler-0.9.6-50.2.x86_64.AppImage missing libgig.so.10?

Forums

Greetings. When I try to run qsampler-0.9.6-50.2.x86_64.AppImage, it tells me:

qsampler: error while loading shared libraries: libgig.so.10: cannot open shared object file: No such file or directory

I'm running Mint 20.3. On my system, I can install package libgig9, but I don't suppose that would work. Is it supposed to be bundled inside the appimage?

---scott

[fixed]qsampler: libgig v9 x v8

Forums

I added the repository https://launchpad.net/~rncbc/+archive/ubuntu/bionic (Ubuntu 18.04 LTS) and installed your "qstuff" from it. The qsampler (0.5.6.23git.acc1cd-31 version) have libgig9 as dependency that is available in the same repository. However, the app asks for libgig8 (see message below) that conflicts with that dependency.

qsampler: error while loading shared libraries: libgig.so.8: cannot open shared object file: No such file or directory

Quitting qsampler and linuxsampler causes process to hang

Forums

Hello there Mr Capela

So this is a strange problem, I'm not sure whether it's just me who has encountered it.
In qsampler, when I load a channel and add an instrument in it, then use it and quit qsampler everything shuts down as expected.

However, when I save a loaded channel + instrument as a lscp file, then open that lscp in qsampler, use it and then try to shut down qsampler, the processes for qsampler & linuxsampler just hang and I have to kill them.

Qsampler and Qt5.7

Forums

Hi there Mr Capela

I've compiled qsampler with Qt5.7 and there were a few minor niggles, amongst others the same Qt issue which was encountered before with Qtractor where
it complains about missing Qt until one exports this:

export CXXFLAGS="${CXXFLAGS} -std=c++11"

With that, Qsampler compiles and installs fine but it fails to run, complaining about missing xcb.
I've tried making a custom qt.conf file with the path to the libqxcb.so but this doesn't seem to help and gives an error: