@LMMS

3 Followers
2 Following
31 Posts
unofficial LMMS news
Official Websitehttps://lmms.io/
Official Repositoryhttps://github.com/LMMS/lmms/
I'm about to move from here to @LMMS - just a heads up so you guys won't get confused which one is the correct account :)

Longtime contributor Johannes Lorenz pushed Lv2 support further along!

When the sample rate changes in LMMS (e.g. when exporting at a different sample rate than in playback), Lv2 plugins now get reinitialized.
There's some serious complexity to this, since it's always a doozy getting programs to talk with each other, especially when it's as complex as audio plugins.

https://github.com/LMMS/lmms/pull/6419

Fixes #6401: Reinit Lv2ControlBase on SR change by JohannesLorenz · Pull Request #6419 · LMMS/lmms

This implements the previous stub Lv2ControlBase::reloadPlugin, which is required if the LMMS sample rate changes. Additionally, this removes two unused pure virtual functions of Lv2ControlBase, ma...

GitHub

Madisonsilver, a new contributor, fixed two issues at once with thier recent pull request!

When pausing, notes do no longer finish playing, which means no more pressing stop to kill off pads or really long bass notes.

When selecting some notes, playing then pausing, selecting other notes in a different pattern, and then playing again, the first selection of notes would play. This very convoluted bug is easier to comprehend with the images on github.

https://github.com/LMMS/lmms/pull/6590

Fix issues #6383 and #4410 (pause issues). by madisonsilver · Pull Request #6590 · LMMS/lmms

The change to Song.cpp fixes issue #6383. The change to PianoRoll.cpp fixes issue #4410.

GitHub

stop state behaviour now gets saved in project files. This eliminates one more headache for people who need lots of shorter sessions to make a song.

https://github.com/LMMS/lmms/pull/5942

Save Piano Roll's behavior at stop state by ryuukumar · Pull Request #5942 · LMMS/lmms

Fixes #5938. For some reason this seems to affect only the behavior at stop state, and not the loop points. My workaround was to save the state as an element in the piano roll, however suggestions ...

GitHub

A small PR got merged lightning-fast today. Effects in the mixer can now be rearranged via drag+drop instead of having to open context menus again and again.

https://github.com/LMMS/lmms/pull/6648

Draggable effects by LostRobotMusic · Pull Request #6648 · LMMS/lmms

This PR allows users to rearrange effects in the mixer by dragging them up or down, instead of needing to go into the context menu over and over and over again. The effect's opacity is decreased w...

GitHub

They fixed the segfault with kwidgetaddons>=5.101.0 - I can finally stop downgrading again!

https://github.com/LMMS/lmms/pull/6612

Fix recent files menu on old KDE in a different way by PhysSong · Pull Request #6612 · LMMS/lmms

Fixes #6587. This PR reverts #3872 and applies an alternative fix for #3741. In the previous approach, KAcceleratorManager::setNoAccel was called with the MainWindow instance. This, however, leads ...

GitHub

It's officially been closed 5 days ago! The PR flood gates are open, guys!

In all seriousness though, thanks to the whole LMMS team for volunteering and cleaning up the project. It took a lot of time, but I'm positive that the future looks bright!

Our manual just received a few updates to get it started. Two new pages were added: a WIP Basics page (containing nothing for now) and an FFmpeg page (containing some decent info. about FFmpeg in Tenacity). Also, our installation page was updated to include the latest 1.3 beta developments.

Our manual is written in reStructuredText and uses Sphinx. If you're interested in helping us get a decent (or better) manual by 1.3 stable, you can help us over at https://codeberg.org/tenacityteam/tenacity-manual

tenacity-manual

The home of the Tenacity Manual.

Codeberg.org

The sf2Player now properly supports microtonality

https://github.com/LMMS/lmms/pull/6580

Microtonality for SF2Player by LostRobotMusic · Pull Request #6580 · LMMS/lmms

SF2Player in its current state rounds microtuned notes to the closest 12EDO note, which obviously isn't desired behavior. This PR makes use of fluid_synth_activate_key_tuning in order to adjust th...

GitHub

the AM pitchshifter from 1.2.2 now loads correctly again

https://github.com/LMMS/lmms/pull/6554

AM pitchshifter compatibility by allejok96 · Pull Request #6554 · LMMS/lmms

Extend the 1.3 upgrade routine to fix #6312 and shorten some of the code in there

GitHub