Page 2 of 2

Re: Peculiar MIDI Keyboard Issue

Posted: Sat Feb 08, 2014 12:15 pm
by zorbama
No luck. It still does the same errors.

Re: Peculiar MIDI Keyboard Issue

Posted: Sat Feb 08, 2014 12:32 pm
by diiz
Do you have libx11-dev installed? If not, try installing that, then remove Cmakecache again, and try building again.

Re: Peculiar MIDI Keyboard Issue

Posted: Sat Feb 08, 2014 12:54 pm
by zorbama
I have installed it, and now there seem to be other errors:

Code: Select all

CMake Error: The following variables are used in this project, but they are set to NOTFOUND.
Please set them or make sure they are set and tested correctly in the CMake files:
X11_Xft_LIB (ADVANCED)
    linked by target "RemoteZynAddSubFx" in directory /home/amir/git/lmms/plugins/zynaddsubfx
X11_Xinerama_LIB (ADVANCED)
    linked by target "RemoteZynAddSubFx" in directory /home/amir/git/lmms/plugins/zynaddsubfx

-- Configuring incomplete, errors occurred!

Re: Peculiar MIDI Keyboard Issue

Posted: Sat Feb 08, 2014 12:59 pm
by diiz
Did you remember to remove CMakecache? The file should be deleted every time you update dependencies.

Re: Peculiar MIDI Keyboard Issue

Posted: Sat Feb 08, 2014 1:27 pm
by zorbama
After installing several X11 development packages, it seems like I've succeeded installing LMMS. However, I receive the following error messages whenever I launch it:

Code: Select all

The plugin "tripleoscillator" wasn't found or could not be loaded!
Reason: "Cannot load library /home/amir/git/lmms/build/../lib/lmms/tripleoscillator: (/home/amir/git/lmms/build/../lib/lmms/libtripleoscillator.so: cannot open shared object file: No such file or directory)"

Code: Select all

The plugin "kicker" wasn't found or could not be loaded!
Reason: "Cannot load library /home/amir/git/lmms/build/../lib/lmms/kicker: (/home/amir/git/lmms/build/../lib/lmms/libkicker.so: cannot open shared object file: No such file or directory)"
When LMMS opens, there are no plugins at all. Where do I direct LMMS so that it may use the plugins?

Re: Peculiar MIDI Keyboard Issue

Posted: Sat Feb 08, 2014 1:35 pm
by zorbama
Nevermind, following the instuctions on github led me to the right results. Now I'm going to check whether the original problem is solved and update you about it.

EDIT: It's working! The connection between the MIDI keyboard and the SF2 player plugin is now working. Now I need to figure out this latency issure. Perhaps change a system.

thanks a lot! :D

EDIT: My bad, not a latency thing. Just need some getting used to. :oops: