You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a strange behavior with the UI.
Whenever a bundle is loaded using the /pedalboard/load_bundle web API, the UI do not refresh properly, the pedalboard name stays the same, only the snapshot name changes according to what's in the new bundle. Also, using the API /pedalboard/info doesn't get updated, but it reports the previous bundle info.
If I do a refresh hitting F5 within the browser then everything is refreshed properly.
I had a look at the callback "loading_end" called by host.py and defined in the host.js, and it seems it just loads the snapshot name, but nothing else.
Could you please have a look or point me in the right direction to properly refresh the page with the new bundle?
Thanks a lot in advance.
Regards,
Alessio.
The text was updated successfully, but these errors were encountered:
raidolo
changed the title
Ui do not refresh properly when load_bundle is called.
Ui does not refresh properly when load_bundle is called.
Jul 31, 2023
Hi,
I have a strange behavior with the UI.
Whenever a bundle is loaded using the /pedalboard/load_bundle web API, the UI do not refresh properly, the pedalboard name stays the same, only the snapshot name changes according to what's in the new bundle. Also, using the API /pedalboard/info doesn't get updated, but it reports the previous bundle info.
If I do a refresh hitting F5 within the browser then everything is refreshed properly.
I had a look at the callback "loading_end" called by host.py and defined in the host.js, and it seems it just loads the snapshot name, but nothing else.
Could you please have a look or point me in the right direction to properly refresh the page with the new bundle?
Thanks a lot in advance.
Regards,
Alessio.
The text was updated successfully, but these errors were encountered: