-
Notifications
You must be signed in to change notification settings - Fork 16
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
Comparing changes
Choose two branches to see what’s changed or to start a new pull request.
If you need to, you can also or
learn more about diff comparisons.
Open a pull request
Create a new pull request by comparing changes across two branches. If you need to, you can also .
Learn more about diff comparisons here.
base repository: agraef/pd-lua
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 0.12.17
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: agraef/pd-lua
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 0.12.18
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 15 commits
- 10 files changed
- 2 contributors
Commits on Sep 21, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 48aae52 - Browse repository at this point
Copy the full SHA 48aae52View commit details -
Configuration menu - View commit details
-
Copy full SHA for a461bd7 - Browse repository at this point
Copy the full SHA a461bd7View commit details
Commits on Sep 22, 2024
-
Configuration menu - View commit details
-
Copy full SHA for d56335e - Browse repository at this point
Copy the full SHA d56335eView commit details -
Merge pull request #55 from ben-wes/docs/setargs
document canvas_realizedollar()
Configuration menu - View commit details
-
Copy full SHA for ec139b5 - Browse repository at this point
Copy the full SHA ec139b5View commit details
Commits on Sep 23, 2024
-
Configuration menu - View commit details
-
Copy full SHA for fe4f9ed - Browse repository at this point
Copy the full SHA fe4f9edView commit details -
Configuration menu - View commit details
-
Copy full SHA for f421de1 - Browse repository at this point
Copy the full SHA f421de1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4f92bcb - Browse repository at this point
Copy the full SHA 4f92bcbView commit details -
set_args: Update the text in the object box.
This makes sure that the object text on the canvas reflects what's been set with set_args(). Previously the object text was never updated, which caused a lot of confusion because of the mismatch between visual representation and internal state. Note that the object text is invisible for graphical objects, so there are no visible changes for those, but the object text gets updated in either case.
Configuration menu - View commit details
-
Copy full SHA for b175970 - Browse repository at this point
Copy the full SHA b175970View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3e713da - Browse repository at this point
Copy the full SHA 3e713daView commit details -
Configuration menu - View commit details
-
Copy full SHA for f712456 - Browse repository at this point
Copy the full SHA f712456View commit details
Commits on Sep 24, 2024
-
At Ben's request, added a get_args method.
self:get_args() returns an object's arguments in a Lua table. float atoms are returned as numbers, other types of atoms as a string using their print representation in Pd syntax (including escapes of special symbols according to Pd's quoting rules). Note that there are some special kinds of Pd atoms such as pointers which don't have a serializable string representation. But as long as all arguments are float and symbol atoms, the resulting table can be passed to self:set_table() to re-create the same object arguments.
Configuration menu - View commit details
-
Copy full SHA for e3927bd - Browse repository at this point
Copy the full SHA e3927bdView commit details -
Configuration menu - View commit details
-
Copy full SHA for d26d0e2 - Browse repository at this point
Copy the full SHA d26d0e2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 859679e - Browse repository at this point
Copy the full SHA 859679eView commit details -
Configuration menu - View commit details
-
Copy full SHA for fe13455 - Browse repository at this point
Copy the full SHA fe13455View commit details -
Configuration menu - View commit details
-
Copy full SHA for 75ed82c - Browse repository at this point
Copy the full SHA 75ed82cView commit details
Loading
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff 0.12.17...0.12.18