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
As anyone debugging logs, it would be useful to know which operations were executed by the same synthesizer. To do this, we need a way of identifying synthesizers.
Expected behavior
Store a private attribute, _synthesizer_id on each synthesizer during its initialization.
Make sure this attribute is stored and reloaded when saving and loading
The text was updated successfully, but these errors were encountered:
Problem Description
As anyone debugging logs, it would be useful to know which operations were executed by the same synthesizer. To do this, we need a way of identifying synthesizers.
Expected behavior
_synthesizer_id
on each synthesizer during its initialization.The text was updated successfully, but these errors were encountered: