expose Pd's canvas_realizedollar() and modify set_args() for dollar arguments #54
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
creating this PR here mainly to summarize the result of #52, which escalated a bit. these changes certainly require review, and it's obviously also no problem if this PR is declined or needs further modifications.
the primary goal was:
changes:
\$0-name
string to the pd file isn't possible withset_args()
as it also escapes the backslash to\\\$0-name
. this is addressed with 48f0053findings that may require further consideration:
"$1"
string then, for example)\$01
from pd in that case will also result in"$1"
on the lua side howeveri've tested these changes in my setup without encountering issues so far. to facilitate testing elsewhere, i'm attaching these files (pdlua object and patch): test_dollar.zip