Next version for Linux ?

Having trouble with LMMS? Ask about it here.
Hello friends.. sorry for the question, but...

when will there be a new version for linux?


thanks !
hi execute,

which linux distribution do you use? the current pre-release or testing version is 1.2.0-RC4.
zeroc wrote:
Wed Nov 22, 2017 1:49 am
(don't hesitate to present your tracks, The Sad Nut is great)
zeroc wrote:
Wed Nov 22, 2017 1:49 am
hi execute,

which linux distribution do you use? the current pre-release or testing version is 1.2.0-RC4.
Debian Jessie !!
execute_ wrote:
Tue Nov 21, 2017 8:35 pm
when will there be a new version for linux?
No scheduled release date -every day work is being done on 1.2. It will come when its ready. There are still many bugs.
execute_ wrote:
Wed Nov 22, 2017 11:38 am
zeroc wrote:
Wed Nov 22, 2017 1:49 am
hi execute,

which linux distribution do you use? the current pre-release or testing version is 1.2.0-RC4.
Debian Jessie !!
that's a problem. all LMMS versions older than 2015 bring inconsistency into your system! :)

i think there is no problem for a jessie user, to compile the git branch by yourself. it's stable enough to work with.
I am on openSUSE and RC 3.

There is an issue with zynaddsubFX, but I also have a work around for that.

To select a preset of zynaddsybfx, don't use synaddsubfx it self, but use the menu on the left, were the zynaddsubfx presets are listed.

RC 4 is the latest though.

I am not saying that 1.1.3 was unstable, but rc,3 is even more stable, and works better with vst.

One small minor weird issue, is that on the first pass of the bbe, the fist drum sound is louder.
The second time I play it, its normal.

I also cant copy some automation patterns, but just dragging the original knob into the automation track again, works fine.
zeroc wrote:
Wed Nov 22, 2017 4:09 pm
execute_ wrote:
Wed Nov 22, 2017 11:38 am
zeroc wrote:
Wed Nov 22, 2017 1:49 am
hi execute,

which linux distribution do you use? the current pre-release or testing version is 1.2.0-RC4.
Debian Jessie !!
that's a problem. all LMMS versions older than 2015 bring inconsistency into your system! :)

i think there is no problem for a jessie user, to compile the git branch by yourself. it's stable enough to work with.
can i install RC4 in Jessie?
it's possible.
try to start here: https://github.com/LMMS/lmms/wiki/depen ... debian#qt4

after installing the dependencies from the link above, you can follow these lines:

Code: Select all

mkdir git &&cd git&&git clone -b master https://github.com/lmms/lmms&&mkdir lmms/build01&&cd lmms/build01&&cmake ../
check the output. if everything looks fine:

Code: Select all

make -j2
if it compiled without error, remove the lmms distribution packages and install the new version with "sudo make install".
well. i have error with the dependencies


exe@bunsen:~$ sudo apt-get install cmake ladspa-sdk libsamplerate0-dev libsdl1.2-dev \
> libsndfile1-dev libvorbis-dev libmp3lame-dev libjack-dev libstk0-dev libfltk1.3-dev \
> fluid libasound2-dev git libpulse-dev libfluidsynth-dev libfftw3-dev \
> portaudio19-dev libgig-dev libwine-dev qt4-qmake libqt4-dev
[sudo] password for exe:
Leyendo lista de paquetes... Hecho
Creando árbol de dependencias
Leyendo la información de estado... Hecho
cmake ya está en su versión más reciente.
git ya está en su versión más reciente.
No se pudieron instalar algunos paquetes. Esto puede significar que
usted pidió una situación imposible o, si está usando la distribución
inestable, que algunos paquetes necesarios aún no se han creado o se
han sacado de «Incoming».
La siguiente información puede ayudar a resolver la situación:

Los siguientes paquetes tienen dependencias incumplidas:
libfluidsynth-dev : Depende: libglib2.0-dev (>= 2.6.5) pero no va a instalarse
libjack-dev : Depende: libjack0 (= 2:0.124.2~20151211-2~kxstudio1) pero no va a instalarse
libmp3lame-dev : Depende: libmp3lame0 (= 3.99.5+repack1-7+deb8u1) pero 1:3.99.5-dmo6 va a ser instalado
libpulse-dev : Depende: libglib2.0-dev pero no va a instalarse
libsndfile1-dev : Depende: libflac-dev (>= 1.1.4-3) pero no va a instalarse
E: No se pudieron corregir los problemas, usted ha retenido paquetes rotos.
exe@bunsen:~$