Skip to content
Permalink

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
Choose a base ref
...
head repository: agraef/pd-lua
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 0.12.18
Choose a head ref
  • 15 commits
  • 10 files changed
  • 2 contributors

Commits on Sep 21, 2024

  1. Configuration menu
    Copy the full SHA
    48aae52 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a461bd7 View commit details
    Browse the repository at this point in the history

Commits on Sep 22, 2024

  1. Configuration menu
    Copy the full SHA
    d56335e View commit details
    Browse the repository at this point in the history
  2. Merge pull request #55 from ben-wes/docs/setargs

    document canvas_realizedollar()
    agraef authored Sep 22, 2024
    Configuration menu
    Copy the full SHA
    ec139b5 View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2024

  1. Configuration menu
    Copy the full SHA
    fe4f9ed View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f421de1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4f92bcb View commit details
    Browse the repository at this point in the history
  4. 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.
    agraef committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    b175970 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3e713da View commit details
    Browse the repository at this point in the history
  6. Tutorial update.

    agraef committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    f712456 View commit details
    Browse the repository at this point in the history

Commits on Sep 24, 2024

  1. 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.
    agraef committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    e3927bd View commit details
    Browse the repository at this point in the history
  2. Fix editing blunder.

    agraef committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    d26d0e2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    859679e View commit details
    Browse the repository at this point in the history
  4. Tutorial updates.

    agraef committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    fe13455 View commit details
    Browse the repository at this point in the history
  5. Version bump (0.12.18).

    agraef committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    75ed82c View commit details
    Browse the repository at this point in the history
Loading