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

Topic net responders #234

Merged
merged 8 commits into from
Apr 24, 2021
Merged

Topic net responders #234

merged 8 commits into from
Apr 24, 2021

Conversation

yaxu
Copy link
Collaborator

@yaxu yaxu commented Feb 27, 2021

No description provided.

@yaxu yaxu requested a review from telephon February 27, 2021 16:47
classes/SuperDirt.sc Outdated Show resolved Hide resolved
classes/SuperDirt.sc Outdated Show resolved Hide resolved
var controls = synth.controls;
var controlNames = msg[1];
controls.do{|control| controlNames = controlNames ++ " " ++ control.name};
tidalAddr.sendMsg("/dirt/synth-info/reply", controlNames);
Copy link
Contributor

Choose a reason for hiding this comment

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

One thing: don't you also want to send the default values over? Or is that not useful on the tidal side ...

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

That might be useful for the human user to know. There could be more info, like the normal range of the parameter, whether it can be controlled via a bus and so on.. So maybe we should think a bit ahead and flesh out #199 a bit first.

(This PR came from a question on the forum)

Copy link
Contributor

Choose a reason for hiding this comment

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

OK, I'm going over there …

@yaxu
Copy link
Collaborator Author

yaxu commented Apr 23, 2021

Maybe it's OK to merge this as-is?

@telephon telephon merged commit 1340688 into develop Apr 24, 2021
ndr-brt pushed a commit to ndr-brt/SuperDirt that referenced this pull request Jan 3, 2022
* reply to the tidal who most recently said hello

* net responder to return information about a synth

* clean up

Co-authored-by: Julian Rohrhuber <rohrhuber@protonmail.com>
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