Renames amxddiff to maxdiff, because it also diffs .maxpats and MIDI tools (which have a different extension than .amxd). And in the future there may be more max-related files.
Als adds some related tweaks:
Make the baseline for a zipped .als separate from
Remove most content from the .maxpat test, so we’re only testing that .maxpats work. This test does not have to test all of patch_printer.py.
Fix dependency_cache. It was not shown at all.
Make it clear that we only show parameter overrides in the parameter summary. Non-overridden parameter attributes are already shown with the parameter objects.
Add testing for having a parameter in a repeated abstraction.
Renames
amxddiff
tomaxdiff
, because it also diffs.maxpat
s and MIDI tools (which have a different extension than.amxd
). And in the future there may be more max-related files.Als adds some related tweaks:
.maxpat
test, so we’re only testing that.maxpat
s work. This test does not have to test all ofpatch_printer.py
.dependency_cache
. It was not shown at all.