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

figure out sending to local patches #142

Open
iainctduncan opened this issue Apr 9, 2023 · 1 comment
Open

figure out sending to local patches #142

iainctduncan opened this issue Apr 9, 2023 · 1 comment

Comments

@iainctduncan
Copy link
Owner

need to figure out some way of sending to child patches where there are duplicates. something equivalent to send with #0_foo style names.

Is there and SDK function to allow sending similar to messages doing "; #0_foo bar"?

@iainctduncan
Copy link
Owner Author

A workaround does exist, but it isn't pretty: give a message box a scripting name such as dispatch and then do:

(send* 'dispatch '(set ";" "#0_foo" foobar))
(send 'dispatch 'bang)

Note that we have to enclose the semicolon and local scripting name in quotes.

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

No branches or pull requests

1 participant