Presets in ArmoniaPlus can be protected with a password. While this feature could be used to stop someone modifying presets in a workspace accidentially, it seems to most commonly be used by speaker manafacturers wanting to "protect" their EQ/DSP settings for their speakers (ie. EAW greybox files).
Fortunately, it's easy enough to bypass the password protection in Armnonia by editing the DLL's using dnSpy. This can also be useful if you forget a preset password you previously set.
- Ensure Armonia is closed
- Open
PowersoftSDK.Entities.dll
in dnSpy(Ex) (must be running as admin) - Browse to the
PowersoftSDK.Entities.Components.Base
namespace and open theLockerComponent<T>
class - Edit the
IsCodeValid
function and simply replace the contents with areturn true
statement