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

Normalized Instance Ports and Parameter States #189

Merged
merged 7 commits into from
Dec 16, 2024

Conversation

fde31
Copy link
Member

@fde31 fde31 commented Dec 13, 2024

This flattens the global state / reducer and moves parameter and message port records out of the nested maps associated with the instance and instead makes the connection by instanceIndex

Additionally I added simple removal of ports and params in response to OSCQuery messages by path rather than updating the full list of ports or params associated with an instance how we did before, which was one of the reasons for the max listener warnings being logged

@fde31 fde31 marked this pull request as ready for review December 16, 2024 10:41
@fde31 fde31 force-pushed the fde/normalized_instance_state branch 2 times, most recently from cb802c4 to 681ce1f Compare December 16, 2024 12:11
@fde31
Copy link
Member Author

fde31 commented Dec 16, 2024

Made some further tweaks to consolidate the patchers and instances state by naming them PatcherExport and PatcherInstance

@fde31 fde31 requested a review from x37v December 16, 2024 13:57
Copy link
Contributor

@x37v x37v left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

looks good!

@fde31 fde31 force-pushed the fde/normalized_instance_state branch from 96193f6 to 67ad278 Compare December 16, 2024 19:18
@fde31 fde31 merged commit dd5b1e2 into develop Dec 16, 2024
1 check passed
@fde31 fde31 deleted the fde/normalized_instance_state branch December 16, 2024 19:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants