richtamblyn/PGSparkLite

When saving a new Chain Preset and changing to an amp preset, the loading DIV is displayed, the amp changes to the requested preset but the web UI does not update any further.

Closed this issue · 2 comments

When saving a new Chain Preset and changing to an amp preset, the loading DIV is displayed, the amp changes to the requested preset but the web UI does not update any further.

Originally posted by @richtamblyn in #10 (comment)

This issue only occurs when saving changes to the database. You can load a chain preset on to the amp from the database and change back to an amp preset without issue. As soon as the chain preset is saved, then the problem occurs.

On save, the last_call variable was set to chain_preset. This meant that the resulting Preset update from the Amp was binned by the callback function.