AudioProcessorUndoAttachment

Hi, I made an AudioProcessorUndoAttachment class to connect an AudioProcessor with an UndoManager:

https://gist.github.com/yairchu/0a70e553af6176b2f6af

Everyone's welcome to use it, review it, report bugs, or even incorporate it into JUCE :)

It's intended for plugins that do not use AudioProcessorValueTreeState (which already has UndoManager support).

Cheers, Yair

3 Likes

Man, just wanted to say thank you!
Your solution works perfectly out of the box!
If you go to ADC this year (and I hope I will :slight_smile: ) I’ll make sure to pay you a beer!

1 Like

Many thanks for this! Dropped it straight into our plug-in and works perfectly. :smiley::sunglasses:

1 Like