Nice one. 3Osc is the Triple Oscillator plugin. It can be configured to produce various kinds of sounds. You can add it by dragging it from the plugins tab (or presets tab if you wish to use a preset) to the song editor window.
Okay! I found the fix. Funny thing is I found it while dealing with another issue. ZynAddSubFX Show GUI hanged LMMS, output from terminal revealed that a shared library (libZynAddSubFxCore.so) couldn't be found. So I created this script: #!/bin/sh LD_LIBRARY_PATH=/usr/lib/lmms:$LD_LIBRARY_PATH lmms ...
Got it.
SonicSpeed wrote:Not bad.
But don't forget switching instruments a bit.
Do you mean to use a wide range of instruments or to use different sets of instruments at certain times?
Short, but better than everything else I composed.
https://soundcloud.com/user-257918447/life-original-mix

Comments?
Still stuck, I can't switch distros. I have wine installed (version 1,8) and it was installed before I built LMMS. Running LMMS from the terminal prints this: guest@porteus:~$ lmms Notice: could not set realtime priority. VST sync support disabled in your configuration OS: Porteus v3.1, kernel 3.17....
I downloaded lmms-1.1.90 and compiled it. There were no errors during the cmake prebuild stage (except for three missing, optional libraries: carla, libpulse and libgig) and actual building. Upon opening LMMS, Vestige was not present in the Instrument plugins tab. I checked /usr/lib/lmms and libvest...