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

Xnor/more notification #6

Open
wants to merge 6 commits into
base: main
Choose a base branch
from
Open

Xnor/more notification #6

wants to merge 6 commits into from

Conversation

x37v
Copy link
Contributor

@x37v x37v commented Jan 8, 2024

RE https://app.assembla.com/spaces/max/tickets/realtime_cardwall?tickets_report_id=milestone:13092026&ticket=18921

I don't think we need this extra parameter/event interface.

A key element here is that I changed the state restore to use the async method so it happens in the correct order relative to startup events and any parameter events that came before it.

finally, now the output parameter events simply notify the host that a value has changed instead of actually setting the value and filtering out feedback (removed the filtering)

always send param values in no matter what the prev value is

re #18921
re #18921

It seems that the issue was that presets were being loaded out of order,
if we always use the async interface we maintain order
also, we simply notify the host when params so we don't need to manage
feedback
@x37v x37v requested a review from cccstbccc January 8, 2024 22:43
NOTE: using NotThreadSafe.. need to resolve this
this does fix our issues with initial value AND it doesn't create an
undo event
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.

1 participant