Skip to content

Commit

Permalink
Faust updated to the latest version of py2max.
Browse files Browse the repository at this point in the history
  • Loading branch information
sletz committed Aug 11, 2023
1 parent 38513ae commit d5b8933
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion architecture/max-msp/py2max
Submodule py2max updated 52 files
+8 −2 CHANGELOG.md
+12 −17 README.md
+0 −7 TODO.md
+7 −0 py2max/common.py
+249 −251 py2max/core.py
+42 −39 py2max/maxclassdb.py
+2 −0 scripts/coverage.sh
+2 −2 scripts/dump_registry.py
+1 −1 scripts/gen_test.py
+0 −0 tests/__init__.py
+0 −0 tests/graphs/random/v30e33.tglf
+0 −0 tests/registry.py
+1 −1 tests/test_abstraction.py
+1 −1 tests/test_add.py
+2 −2 tests/test_attrui.py
+1 −1 tests/test_basic.py
+1 −1 tests/test_beap.py
+1 −1 tests/test_bpatcher.py
+1 −1 tests/test_coll.py
+1 −1 tests/test_colors.py
+1 −1 tests/test_comment.py
+1 −1 tests/test_defaults.py
+1 −1 tests/test_dict.py
+1 −1 tests/test_ezdac.py
+1 −1 tests/test_gen.py
+1 −1 tests/test_itable.py
+1 −1 tests/test_js.py
+0 −0 tests/test_kwds_filter.py
+1 −3 tests/test_layout.py
+4 −5 tests/test_layout_hola1.py
+6 −6 tests/test_layout_hola2.py
+6 −6 tests/test_layout_hola3.py
+1 −1 tests/test_layout_networkx1.py
+2 −2 tests/test_layout_networkx2.py
+2 −2 tests/test_layout_nx_graphviz.py
+2 −2 tests/test_layout_nx_orthogonal.py
+2 −2 tests/test_layout_nx_tsmpy.py
+6 −6 tests/test_layout_pyhola.py
+2 −2 tests/test_layout_vertical.py
+1 −1 tests/test_mc_cycle.py
+1 −1 tests/test_message.py
+1 −1 tests/test_number_tilde.py
+1 −1 tests/test_numbers.py
+1 −1 tests/test_param.py
+6 −6 tests/test_rnbo.py
+1 −1 tests/test_subpatch.py
+1 −1 tests/test_table.py
+0 −0 tests/test_tree_builder.py
+2 −2 tests/test_two_sines.py
+1 −1 tests/test_umenu.py
+1 −1 tests/test_varname.py
+1 −1 tests/test_zl_group.py

0 comments on commit d5b8933

Please sign in to comment.