~mendomusic/lmms/+git/lmms-github:revert-6553-hiir

Last commit made on 2023-01-26
Get this branch:
git clone -b revert-6553-hiir https://git.launchpad.net/~mendomusic/lmms/+git/lmms-github

Branch merges

Branch information

Name:
revert-6553-hiir
Repository:
lp:~mendomusic/lmms/+git/lmms-github

Recent commits

ebcc0c6... by Lost Robot <email address hidden>

Revert "Add HIIR library to LMMS (#6553)"

This reverts commit 4d1d8871cd0bca162787d55473b94a0454085cc5.

4d1d887... by Lost Robot <email address hidden>

Add HIIR library to LMMS (#6553)

c8a9d45... by Hyunjin Song

[ci skip] Remove the reorganization disclaimer

50a4297... by Johannes Lorenz <email address hidden>

[ci skip] Update .clang-format

This adds previously applied checks to the `.clang-format` file and also
reorders the checks alphabetically.

22eb7a1... by Johannes Lorenz <email address hidden>

clang-tidy: Apply readability-const-return-type

f89d52f... by Hyunjin Song

Fix more Qt deprecation warnings (#6615)

* Add <QHash> to PluginFactory.h

* Handle one more deprecated QTextStream::endl

* Replace QLayout::setMargin with setContentsMargins

* Replace Qt::MidButton with Qt::MiddleButton

* Replace QPalette::Background with QPalette::Window

* Fix deprecation warnings in LcdFloatSpinBox

158bb50... by Hyunjin Song

Fix recent files menu on old KDE in a different way (#6612)

e8e54a7... by Hyunjin Song

Remove more global automation from MidiImport (#6605)

679d632... by saker <email address hidden>

Resample SampleBuffer only once when loading from SampleClip (#6594)

The SampleBuffer's sample rate in SampleClip was altered twice during
SampleClip::loadSettings: first when setSampleFile was called,
which set the sample rate of the SampleBuffer to the AudioEngine's
sample rate (good), and a second time when calling setSampleRate,
which set it to the sample rate specified within the project file (bad).
This led to the sample rate of the buffer being different than that of
the project, resulting in it being pitched incorrectly on playback.

d95c897... by Dominic Clark <email address hidden>

Support ZynAddSubFx with MSVC (#6561)