We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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"?
The text was updated successfully, but these errors were encountered:
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.
Sorry, something went wrong.
No branches or pull requests
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"?
The text was updated successfully, but these errors were encountered: