audacity:release-3.2.0

Last commit made on 2022-09-22
Get this branch:
git clone -b release-3.2.0 https://git.launchpad.net/audacity

Branch merges

Branch information

Name:
release-3.2.0
Repository:
lp:audacity

Recent commits

135773c... by Vitaly Sverchinsky <email address hidden>

Plugin bundle validation fix (plugin contains multiple effects)

10156c3... by Dmitry Vedenko <email address hidden>

Fixes the mono channel configuration

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

VST3 bus configurartion constraints

Limits the number of input/output channels to two at most

a98ce24... by Paul Licameli <email address hidden>

RealtimeEffectStateUI intercepts the close box click, does autosave

f884cf2... by Paul Licameli <email address hidden>

Define and call RealtimeEffectStateUI::AutoSave...

... And send message for project window destruction earlier, so AutoSave is
called at a safe place before other project state is destroyed

64cfeff... by Paul Licameli <email address hidden>

Restore the stickiness of Ladspa, LV2, AU settings in sidebar...

... Regression was at 38a4ab39. This change still conserves the improvements
for the ESC key when effects are used destructively.

355dcb5... by Paul Licameli <email address hidden>

Revert "Auto save on EffectUIHost close"

This reverts commit e7887e375fdfa43c6e09983b10a5c61feba53248.

ccdf4cc... by Paul Licameli <email address hidden>

Allow effects to specify larger numbers of channels...

... Such as those in the IEM suite, which may report 64 channels in and 64 out.

They will work without crash if enough null pointers are supplied for the
buffers for the unused channels.

So it is at least with AIIRADecoder.

9c17c2a... by Dmitry Vedenko <email address hidden>

Changes ISS file encoding to utf8bom

ef3e0de... by Paul Licameli <email address hidden>

Fix freezing when replacing a VST3 effect during play