1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-10 23:44:24 +00:00

APVTS: Fixed some issues using an UndoManager with an AudioProcessorValueTreeState

This commit is contained in:
Tom Poole 2018-05-04 13:47:38 +01:00
parent 9dfaca4035
commit 2e51654958
2 changed files with 57 additions and 10 deletions

View file

@ -4,6 +4,27 @@ JUCE breaking changes
Develop
=======
Change
------
The behaviour of an UndoManager used by an AudioProcessorValueTreeState has
been improved.
Possible Issues
---------------
If your plug-in contains an UndoManager used by an AudioProcessorValueTreeState
and relies upon the old behaviour of the UndoManager then it is possible that
the new behaviour is no longer appropriate for your use case.
Workaround
----------
Use an external UndoManager to reproduce the old behaviour manually.
Rationale
---------
This change fixes a few bugs in the behaviour of an UndoManager used by an
AudioProcessorValueTreeState.
Change
------
JUCE no longer supports OS X deployment targets earlier than 10.7.