audacity:release-3.1.1

Last commit made on 2021-11-10
Get this branch:
git clone -b release-3.1.1 https://git.launchpad.net/audacity

Branch merges

Branch information

Name:
release-3.1.1
Repository:
lp:audacity

Recent commits

58c416e... by Vitaly Sverchinsky <email address hidden>

Fixes WaveTrack::ClearAndPaste

ClearAndPaste now also is able to preserve trimmed data and old clip names at split points

1980505... by Vitaly Sverchinsky <email address hidden>

Small useful routines to manipulate clip data

b2c06a0... by Dmitry Vedenko <email address hidden>

Avoid unwanted memory copying when serializing a project

d969a1f... by Dmitry Vedenko <email address hidden>

Fixes the return value for TransactionScope::Commit

0ea9258... by Paul Licameli <email address hidden>

Fix ability to load custom theme, which was lost at commit b3cd7a57

84638c6... by Paul Licameli <email address hidden>

Update dapo submitted via email thanks to Thomas Breinstrup

6eea58c... by Vitaly Sverchinsky <email address hidden>

Fixes incorrect sample index calculation on disjoint

Previously indices were calculated relative to the origin of the underlying sequence,
and then shifted by the trimmed amount of samples inside the GetSamples function,
causing, sometimes, OOR state

f89b428... by Dmitry Vedenko <email address hidden>

Prevent wxString construction for constants

f1886cc... by Dmitry Vedenko <email address hidden>

Decode now serialized to UTF8 into MemoryStream

e96b6ec... by Dmitry Vedenko <email address hidden>

Adds support to read XML stream from MemoryStream