Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create unique id for each synthesizer #1902

Closed
amontanez24 opened this issue Apr 8, 2024 · 0 comments · Fixed by #1905
Closed

Create unique id for each synthesizer #1902

amontanez24 opened this issue Apr 8, 2024 · 0 comments · Fixed by #1905
Assignees
Labels
feature request Request for a new feature
Milestone

Comments

@amontanez24
Copy link
Contributor

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

  • Store a private attribute, _synthesizer_id on each synthesizer during its initialization.
  • Make sure this attribute is stored and reloaded when saving and loading
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature request Request for a new feature
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants