~mendomusic/lmms/+git/lmms-github:softrabbit-patch-1

Last commit made on 2021-09-10
Get this branch:
git clone -b softrabbit-patch-1 https://git.launchpad.net/~mendomusic/lmms/+git/lmms-github

Branch merges

Branch information

Name:
softrabbit-patch-1
Repository:
lp:~mendomusic/lmms/+git/lmms-github

Recent commits

05f1e2c... by Raine M. Ekman

Update CPU to Pentium 4 for win32 builds

The CPU feature requirements for any currently supported 32-bit version of Windows (8.1 and 10) are PAE, NX and SSE2. That should mean a green light for bumping the CPU we build for to the minimum one with SSE2, and what better time for this than the release of 1.3?

e07861c... by Martin Pavelek <email address hidden>

Support for alternative tunings and keyboard mappings (#5522)

Co-authored-by: Kevin Zander <email address hidden>
Co-authored-by: Dominic Clark <email address hidden>
Co-authored-by: Martin <email address hidden>

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

Eliminate deprecated register keyword (#6133)

46c246a... by Hyunjin Song

CreateTempFile: fix wrong variable name

Fix CMake errors with MSVC + CMake < 3.14

da54109... by Levin Oehlmann <email address hidden>

Update exprtk submodule to 93a9f44

3a39008... by Hussam al-Homsi <email address hidden>

Fix CMake check for SFC_SET_COMPRESSION_LEVEL (#6054)

5d7692f... by Hyunjin Song

Fix wrong VST pitch after starting LMMS with non-default sampling rate (#6068)

0abbd6c... by Levin Oehlmann <email address hidden>

Remove 'using namespace std;' from some headers (#6076)

6600560... by =?utf-8?b?SXN0dsOhbiBTemFiw7M=?= <email address hidden>

Fix cloning of B/B tracks (#6077)

Co-authored-by: Spekular <email address hidden>

6f8c6db... by Martin Pavelek <email address hidden>

Alias-free oscillators (#5826)

Add a band-limited, alias-free wavetable oscillator option to the
`Oscillator` class. Use it by default for Triple Oscillator.

Savefiles which do not have this feature enabled (e.g. old
savefiles) will be loaded without this feature to keep the sound
consistent.

Original author: @curlymorphic.
Fixed: @he29-net.