You are not logged in.
Pages: 1
Ahoy
I'm running an x86_64 system and have installed LMMS and tried to load Synth1, a VST that should work flawlessly under LMMS. It shows a little message box saying "Please wait while loading VST-plugin" until LMMS is killed.
I have tried installing lmms-vst (which is deprecated) from the AUR, however the compilation fails and prints:
[ 42%] Building CXX object CMakeFiles/lmms.dir/src/core/AutomatableModel.o
/tmp/yaourt-tmp-ayy/aur-lmms-vst/src/lmms-1.1.0/src/core/AutomatableModel.cpp: In member function ‘void AutomatableModel::setAutomatedValue(float)’:
/tmp/yaourt-tmp-ayy/aur-lmms-vst/src/lmms-1.1.0/src/core/AutomatableModel.cpp:315:36: error: logical not is only applied to the left hand side of comparison [-Werror=logical-not-parentheses]
!(*it)->fittedValue( m_value ) !=
^
cc1plus: all warnings being treated as errors
CMakeFiles/lmms.dir/build.make:4774: recipe for target 'CMakeFiles/lmms.dir/src/core/AutomatableModel.o' failed
make[2]: *** [CMakeFiles/lmms.dir/src/core/AutomatableModel.o] Error 1
CMakeFiles/Makefile2:886: recipe for target 'CMakeFiles/lmms.dir/all' failed
make[1]: *** [CMakeFiles/lmms.dir/all] Error 2
Makefile:136: recipe for target 'all' failed
make: *** [all] Error 2
==> ERROR: A failure occurred in build().
Aborting...I have also tried building lmms from git with no success (startup fails:
Notice: could not set realtime priority.
VST sync support disabled in your configuration
No audio-driver working - falling back to dummy-audio-driver
You can render your songs and listen to the output files...
Couldn't create MIDI-client, neither with ALSA nor with OSS. Will use dummy-MIDI-client.
ALSA lib pcm_dmix.c:1024:(snd_pcm_dmix_open) unable to open slave
ALSA lib pcm.c:2267:(snd_pcm_open_noupdate) Unknown PCM cards.pcm.rear
ALSA lib pcm.c:2267:(snd_pcm_open_noupdate) Unknown PCM cards.pcm.center_lfe
ALSA lib pcm.c:2267:(snd_pcm_open_noupdate) Unknown PCM cards.pcm.side
ALSA lib pcm_route.c:867:(find_matching_chmap) Found no matching channel map
ALSA lib pcm_dmix.c:1024:(snd_pcm_dmix_open) unable to open slave
ALSA lib pcm_dmix.c:1024:(snd_pcm_dmix_open) unable to open slave
Cannot connect to server socket err = No such file or directory
Cannot connect to server request channel
jack server is not running or cannot be started
ALSA lib pcm_dmix.c:1024:(snd_pcm_dmix_open) unable to open slave
ALSA lib pcm.c:2267:(snd_pcm_open_noupdate) Unknown PCM cards.pcm.rear
ALSA lib pcm.c:2267:(snd_pcm_open_noupdate) Unknown PCM cards.pcm.center_lfe
ALSA lib pcm.c:2267:(snd_pcm_open_noupdate) Unknown PCM cards.pcm.side
ALSA lib pcm_route.c:867:(find_matching_chmap) Found no matching channel map
ALSA lib pcm_dmix.c:1024:(snd_pcm_dmix_open) unable to open slave
ALSA lib pcm_dmix.c:1024:(snd_pcm_dmix_open) unable to open slave
Cannot connect to server socket err = No such file or directory
Cannot connect to server request channel
jack server is not running or cannot be started
Segmentation fault (core dumped)Any help or guidance would be much appreciated, thanks ![]()
Offline
Don't know where you got your VST but try using VST's from this list...
Tested VSTs
Offline
Don't know where you got your VST but try using VST's from this list...
Tested VSTs
Synth1 should always work. I checked a few other (Fnequalizer, Subfreak, VSTSpeek) and they all also freeze the window.
Offline
I'm having the same issue.
See the relevant GitHub Issue Report Supposedly someone named Narfinger has come up with a fix, but it breaks another portion of the code:
Although #2304 potentially fixes this issue, it was never merged into our source code due to it breaking backwards compatibility for the old VST behavior
I tried his Narfinger's "vestige-fix" branch and was able to get it to compile and run, but still not able to get it to load a VST file (Synth1 32bit a.k.a. their "standard" for VST testing). You might give it a shot though, you may have better luck than me.
Offline
Pages: 1