szeli1

Results 17 issues of szeli1

closes #6499 with this change the arpeggiator with sorted mode enabled will cycle through all of the active (currently playing) note's chords in order without skipping notes or randomly playing...

closes #1581 With this change the DynamicsProcessor plugin/effect will cause much less waveshaping. ![lmms_dynamics_test](https://github.com/LMMS/lmms/assets/143485814/9078acdd-2bb9-4d8f-96d3-2eb4af2d419f) This picture shows the difference in the output volume and the fft between the original (version...

this fixes #6829 Now when undeleting an automation clip, it's connections shouldn't be lost.

This pull request adds a new widget to LMMS called `VectorGraph`. This widget has been implemented in the `WaveShaper` effect. A new effect called "FFTFilter" was planned but removed from...

closes #3112 This PR adds new context menu options for `automatableModels` to improve the automation workflow. This PR aims to make quick edits to automation tracks easier and faster to...

This pull request adds a new button in the instrument sound shaping menu that makes the envelope apply on a chord instead of single notes. For example this can be...

potentially closes #7449 Project folder needs to export to its own audio and `AudioEngine` does not allow this. This pull request removes `AudioEngine` and `AudioDevice` from `AudioFileDevice` so the exporting...

closes #7313 Made constants in `TrackView` static, replaced the configmanager "compacttrackbuttons" with static functions in `TrackView`. Modified `TrackContainerView::scrollArea` to have the ability to scroll horizontally. Changed `TrackContainerView::realignTracks` to clamp at...

This pull request aims to add a way and a place to store sample files for projects. A new class is added called `SampleFolder`. It will store audio files in...

This PR contains multiple changes and overall it is focused on improving lmms functionality communication with the user and on immediate feedback to the user. These changes are the following:...