sonolus.py 0.10.5__tar.gz → 0.10.7__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/.gitignore +1 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/PKG-INFO +1 -1
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/doc_stubs/builtins.pyi +11 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/docs/changelog/index.md +12 -1
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/pyproject.toml +1 -1
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/sonolus/build/dev_server.py +12 -3
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/sonolus/script/containers.py +255 -1
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/sonolus/script/internal/builtin_impls.py +6 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/sonolus/script/vec.py +21 -0
- sonolus_py-0.10.7/tests/build/test_dev_server.py +151 -0
- sonolus_py-0.10.7/tests/script/__init__.py +0 -0
- sonolus_py-0.10.7/tests/script/test_linked_sort.py +72 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/script/test_record.py +9 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/script/test_vec.py +75 -5
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/uv.lock +1 -1
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/.gitattributes +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/.github/workflows/publish.yaml +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/.python-version +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/.run/Python tests in tests.run.xml +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/LICENSE +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/README.md +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/doc_stubs/__init__.py +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/doc_stubs/math.pyi +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/doc_stubs/num.pyi +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/doc_stubs/random.pyi +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/doc_stubs/typing.pyi +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/docs/CNAME +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/docs/concepts/builtins.md +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/docs/concepts/cli.md +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/docs/concepts/constructs.md +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/docs/concepts/index.md +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/docs/concepts/overview.md +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/docs/concepts/project.md +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/docs/concepts/resources.md +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/docs/concepts/types.md +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/docs/guides/bucket.md +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/docs/guides/coming-soon.md +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/docs/guides/effect.md +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/docs/guides/index.md +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/docs/guides/particle.md +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/docs/guides/play.md +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/docs/guides/project-structure.md +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/docs/guides/screen.md +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/docs/guides/setup.md +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/docs/guides/skin.md +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/docs/guides/ui.md +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/docs/guides/usage.md +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/docs/index.md +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/docs/reference/builtins.md +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/docs/reference/index.md +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/docs/reference/math.md +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/docs/reference/random.md +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/docs/reference/sonolus.script.archetype.md +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/docs/reference/sonolus.script.array.md +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/docs/reference/sonolus.script.array_like.md +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/docs/reference/sonolus.script.bucket.md +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/docs/reference/sonolus.script.containers.md +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/docs/reference/sonolus.script.debug.md +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/docs/reference/sonolus.script.easing.md +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/docs/reference/sonolus.script.effect.md +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/docs/reference/sonolus.script.engine.md +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/docs/reference/sonolus.script.globals.md +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/docs/reference/sonolus.script.instruction.md +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/docs/reference/sonolus.script.interval.md +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/docs/reference/sonolus.script.iterator.md +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/docs/reference/sonolus.script.level.md +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/docs/reference/sonolus.script.maybe.md +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/docs/reference/sonolus.script.metadata.md +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/docs/reference/sonolus.script.num.md +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/docs/reference/sonolus.script.options.md +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/docs/reference/sonolus.script.particle.md +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/docs/reference/sonolus.script.printing.md +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/docs/reference/sonolus.script.project.md +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/docs/reference/sonolus.script.quad.md +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/docs/reference/sonolus.script.record.md +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/docs/reference/sonolus.script.runtime.md +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/docs/reference/sonolus.script.sprite.md +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/docs/reference/sonolus.script.stream.md +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/docs/reference/sonolus.script.text.md +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/docs/reference/sonolus.script.timing.md +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/docs/reference/sonolus.script.transform.md +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/docs/reference/sonolus.script.ui.md +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/docs/reference/sonolus.script.values.md +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/docs/reference/sonolus.script.vec.md +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/docs/reference/typing.md +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/mkdocs.yml +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/sonolus/__init__.py +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/sonolus/backend/__init__.py +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/sonolus/backend/blocks.py +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/sonolus/backend/excepthook.py +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/sonolus/backend/finalize.py +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/sonolus/backend/interpret.py +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/sonolus/backend/ir.py +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/sonolus/backend/mode.py +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/sonolus/backend/node.py +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/sonolus/backend/ops.py +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/sonolus/backend/optimize/__init__.py +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/sonolus/backend/optimize/allocate.py +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/sonolus/backend/optimize/constant_evaluation.py +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/sonolus/backend/optimize/copy_coalesce.py +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/sonolus/backend/optimize/dead_code.py +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/sonolus/backend/optimize/dominance.py +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/sonolus/backend/optimize/flow.py +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/sonolus/backend/optimize/inlining.py +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/sonolus/backend/optimize/liveness.py +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/sonolus/backend/optimize/optimize.py +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/sonolus/backend/optimize/passes.py +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/sonolus/backend/optimize/simplify.py +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/sonolus/backend/optimize/ssa.py +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/sonolus/backend/place.py +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/sonolus/backend/utils.py +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/sonolus/backend/visitor.py +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/sonolus/build/__init__.py +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/sonolus/build/cli.py +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/sonolus/build/collection.py +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/sonolus/build/compile.py +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/sonolus/build/engine.py +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/sonolus/build/level.py +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/sonolus/build/node.py +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/sonolus/build/project.py +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/sonolus/py.typed +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/sonolus/script/__init__.py +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/sonolus/script/archetype.py +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/sonolus/script/array.py +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/sonolus/script/array_like.py +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/sonolus/script/bucket.py +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/sonolus/script/debug.py +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/sonolus/script/easing.py +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/sonolus/script/effect.py +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/sonolus/script/engine.py +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/sonolus/script/globals.py +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/sonolus/script/instruction.py +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/sonolus/script/internal/__init__.py +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/sonolus/script/internal/callbacks.py +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/sonolus/script/internal/constant.py +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/sonolus/script/internal/context.py +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/sonolus/script/internal/descriptor.py +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/sonolus/script/internal/dict_impl.py +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/sonolus/script/internal/error.py +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/sonolus/script/internal/generic.py +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/sonolus/script/internal/impl.py +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/sonolus/script/internal/introspection.py +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/sonolus/script/internal/math_impls.py +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/sonolus/script/internal/native.py +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/sonolus/script/internal/random.py +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/sonolus/script/internal/range.py +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/sonolus/script/internal/simulation_context.py +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/sonolus/script/internal/transient.py +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/sonolus/script/internal/tuple_impl.py +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/sonolus/script/internal/value.py +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/sonolus/script/interval.py +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/sonolus/script/iterator.py +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/sonolus/script/level.py +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/sonolus/script/maybe.py +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/sonolus/script/metadata.py +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/sonolus/script/num.py +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/sonolus/script/options.py +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/sonolus/script/particle.py +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/sonolus/script/pointer.py +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/sonolus/script/printing.py +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/sonolus/script/project.py +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/sonolus/script/quad.py +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/sonolus/script/record.py +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/sonolus/script/runtime.py +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/sonolus/script/sprite.py +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/sonolus/script/stream.py +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/sonolus/script/text.py +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/sonolus/script/timing.py +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/sonolus/script/transform.py +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/sonolus/script/ui.py +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/sonolus/script/values.py +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/test_projects/pydori/__init__.py +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/test_projects/pydori/level.py +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/test_projects/pydori/lib/__init__.py +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/test_projects/pydori/lib/buckets.py +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/test_projects/pydori/lib/connector.py +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/test_projects/pydori/lib/effect.py +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/test_projects/pydori/lib/layer.py +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/test_projects/pydori/lib/layout.py +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/test_projects/pydori/lib/note.py +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/test_projects/pydori/lib/options.py +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/test_projects/pydori/lib/particle.py +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/test_projects/pydori/lib/skin.py +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/test_projects/pydori/lib/stage.py +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/test_projects/pydori/lib/streams.py +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/test_projects/pydori/lib/ui.py +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/test_projects/pydori/play/__init__.py +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/test_projects/pydori/play/connector.py +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/test_projects/pydori/play/event.py +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/test_projects/pydori/play/input.py +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/test_projects/pydori/play/mode.py +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/test_projects/pydori/play/note.py +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/test_projects/pydori/play/stage.py +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/test_projects/pydori/preview/__init__.py +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/test_projects/pydori/preview/connector.py +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/test_projects/pydori/preview/event.py +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/test_projects/pydori/preview/layout.py +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/test_projects/pydori/preview/mode.py +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/test_projects/pydori/preview/note.py +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/test_projects/pydori/preview/stage.py +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/test_projects/pydori/project.py +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/test_projects/pydori/tutorial/__init__.py +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/test_projects/pydori/tutorial/framework.py +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/test_projects/pydori/tutorial/instructions.py +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/test_projects/pydori/tutorial/intro.py +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/test_projects/pydori/tutorial/mode.py +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/test_projects/pydori/tutorial/navigate.py +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/test_projects/pydori/tutorial/painting.py +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/test_projects/pydori/tutorial/phases.py +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/test_projects/pydori/tutorial/preprocess.py +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/test_projects/pydori/tutorial/update.py +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/test_projects/pydori/watch/__init__.py +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/test_projects/pydori/watch/connector.py +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/test_projects/pydori/watch/event.py +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/test_projects/pydori/watch/mode.py +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/test_projects/pydori/watch/note.py +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/test_projects/pydori/watch/stage.py +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/test_projects/pydori/watch/update_spawn.py +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/__init__.py +0 -0
- {sonolus_py-0.10.5/tests/script → sonolus_py-0.10.7/tests/build}/__init__.py +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/__init__.py +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/conftest.py +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_directional_flick_initialize_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_directional_flick_initialize_dev_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_directional_flick_initialize_fast_dev_nodes +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_directional_flick_initialize_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_directional_flick_initialize_fast_nodes +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_directional_flick_initialize_fast_optimized_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_directional_flick_initialize_standard_dev_nodes +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_directional_flick_initialize_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_directional_flick_initialize_standard_nodes +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_directional_flick_initialize_standard_optimized_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_directional_flick_preprocess_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_directional_flick_preprocess_dev_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_directional_flick_preprocess_fast_dev_nodes +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_directional_flick_preprocess_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_directional_flick_preprocess_fast_nodes +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_directional_flick_preprocess_fast_optimized_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_directional_flick_preprocess_standard_dev_nodes +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_directional_flick_preprocess_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_directional_flick_preprocess_standard_nodes +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_directional_flick_preprocess_standard_optimized_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_directional_flick_should_spawn_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_directional_flick_should_spawn_dev_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_directional_flick_should_spawn_fast_dev_nodes +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_directional_flick_should_spawn_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_directional_flick_should_spawn_fast_nodes +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_directional_flick_should_spawn_fast_optimized_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_directional_flick_should_spawn_standard_dev_nodes +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_directional_flick_should_spawn_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_directional_flick_should_spawn_standard_nodes +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_directional_flick_should_spawn_standard_optimized_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_directional_flick_spawn_order_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_directional_flick_spawn_order_dev_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_directional_flick_spawn_order_fast_dev_nodes +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_directional_flick_spawn_order_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_directional_flick_spawn_order_fast_nodes +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_directional_flick_spawn_order_fast_optimized_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_directional_flick_spawn_order_standard_dev_nodes +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_directional_flick_spawn_order_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_directional_flick_spawn_order_standard_nodes +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_directional_flick_spawn_order_standard_optimized_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_directional_flick_terminate_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_directional_flick_terminate_dev_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_directional_flick_terminate_fast_dev_nodes +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_directional_flick_terminate_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_directional_flick_terminate_fast_nodes +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_directional_flick_terminate_fast_optimized_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_directional_flick_terminate_standard_dev_nodes +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_directional_flick_terminate_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_directional_flick_terminate_standard_nodes +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_directional_flick_terminate_standard_optimized_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_directional_flick_touch_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_directional_flick_touch_dev_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_directional_flick_touch_fast_dev_nodes +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_directional_flick_touch_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_directional_flick_touch_fast_nodes +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_directional_flick_touch_fast_optimized_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_directional_flick_touch_standard_dev_nodes +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_directional_flick_touch_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_directional_flick_touch_standard_nodes +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_directional_flick_touch_standard_optimized_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_directional_flick_update_parallel_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_directional_flick_update_parallel_dev_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_directional_flick_update_parallel_fast_dev_nodes +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_directional_flick_update_parallel_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_directional_flick_update_parallel_fast_nodes +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_directional_flick_update_parallel_fast_optimized_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_directional_flick_update_parallel_standard_dev_nodes +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_directional_flick_update_parallel_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_directional_flick_update_parallel_standard_nodes +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_directional_flick_update_parallel_standard_optimized_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_directional_flick_update_sequential_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_directional_flick_update_sequential_dev_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_directional_flick_update_sequential_fast_dev_nodes +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_directional_flick_update_sequential_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_directional_flick_update_sequential_fast_nodes +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_directional_flick_update_sequential_fast_optimized_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_directional_flick_update_sequential_standard_dev_nodes +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_directional_flick_update_sequential_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_directional_flick_update_sequential_standard_nodes +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_directional_flick_update_sequential_standard_optimized_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_flick_initialize_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_flick_initialize_dev_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_flick_initialize_fast_dev_nodes +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_flick_initialize_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_flick_initialize_fast_nodes +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_flick_initialize_fast_optimized_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_flick_initialize_standard_dev_nodes +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_flick_initialize_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_flick_initialize_standard_nodes +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_flick_initialize_standard_optimized_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_flick_preprocess_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_flick_preprocess_dev_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_flick_preprocess_fast_dev_nodes +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_flick_preprocess_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_flick_preprocess_fast_nodes +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_flick_preprocess_fast_optimized_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_flick_preprocess_standard_dev_nodes +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_flick_preprocess_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_flick_preprocess_standard_nodes +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_flick_preprocess_standard_optimized_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_flick_should_spawn_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_flick_should_spawn_dev_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_flick_should_spawn_fast_dev_nodes +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_flick_should_spawn_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_flick_should_spawn_fast_nodes +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_flick_should_spawn_fast_optimized_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_flick_should_spawn_standard_dev_nodes +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_flick_should_spawn_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_flick_should_spawn_standard_nodes +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_flick_should_spawn_standard_optimized_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_flick_spawn_order_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_flick_spawn_order_dev_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_flick_spawn_order_fast_dev_nodes +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_flick_spawn_order_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_flick_spawn_order_fast_nodes +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_flick_spawn_order_fast_optimized_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_flick_spawn_order_standard_dev_nodes +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_flick_spawn_order_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_flick_spawn_order_standard_nodes +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_flick_spawn_order_standard_optimized_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_flick_terminate_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_flick_terminate_dev_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_flick_terminate_fast_dev_nodes +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_flick_terminate_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_flick_terminate_fast_nodes +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_flick_terminate_fast_optimized_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_flick_terminate_standard_dev_nodes +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_flick_terminate_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_flick_terminate_standard_nodes +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_flick_terminate_standard_optimized_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_flick_touch_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_flick_touch_dev_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_flick_touch_fast_dev_nodes +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_flick_touch_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_flick_touch_fast_nodes +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_flick_touch_fast_optimized_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_flick_touch_standard_dev_nodes +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_flick_touch_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_flick_touch_standard_nodes +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_flick_touch_standard_optimized_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_flick_update_parallel_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_flick_update_parallel_dev_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_flick_update_parallel_fast_dev_nodes +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_flick_update_parallel_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_flick_update_parallel_fast_nodes +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_flick_update_parallel_fast_optimized_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_flick_update_parallel_standard_dev_nodes +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_flick_update_parallel_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_flick_update_parallel_standard_nodes +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_flick_update_parallel_standard_optimized_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_flick_update_sequential_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_flick_update_sequential_dev_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_flick_update_sequential_fast_dev_nodes +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_flick_update_sequential_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_flick_update_sequential_fast_nodes +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_flick_update_sequential_fast_optimized_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_flick_update_sequential_standard_dev_nodes +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_flick_update_sequential_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_flick_update_sequential_standard_nodes +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_flick_update_sequential_standard_optimized_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_hold_anchor_initialize_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_hold_anchor_initialize_dev_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_hold_anchor_initialize_fast_dev_nodes +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_hold_anchor_initialize_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_hold_anchor_initialize_fast_nodes +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_hold_anchor_initialize_fast_optimized_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_hold_anchor_initialize_standard_dev_nodes +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_hold_anchor_initialize_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_hold_anchor_initialize_standard_nodes +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_hold_anchor_initialize_standard_optimized_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_hold_anchor_preprocess_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_hold_anchor_preprocess_dev_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_hold_anchor_preprocess_fast_dev_nodes +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_hold_anchor_preprocess_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_hold_anchor_preprocess_fast_nodes +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_hold_anchor_preprocess_fast_optimized_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_hold_anchor_preprocess_standard_dev_nodes +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_hold_anchor_preprocess_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_hold_anchor_preprocess_standard_nodes +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_hold_anchor_preprocess_standard_optimized_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_hold_anchor_should_spawn_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_hold_anchor_should_spawn_dev_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_hold_anchor_should_spawn_fast_dev_nodes +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_hold_anchor_should_spawn_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_hold_anchor_should_spawn_fast_nodes +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_hold_anchor_should_spawn_fast_optimized_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_hold_anchor_should_spawn_standard_dev_nodes +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_hold_anchor_should_spawn_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_hold_anchor_should_spawn_standard_nodes +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_hold_anchor_should_spawn_standard_optimized_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_hold_anchor_spawn_order_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_hold_anchor_spawn_order_dev_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_hold_anchor_spawn_order_fast_dev_nodes +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_hold_anchor_spawn_order_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_hold_anchor_spawn_order_fast_nodes +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_hold_anchor_spawn_order_fast_optimized_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_hold_anchor_spawn_order_standard_dev_nodes +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_hold_anchor_spawn_order_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_hold_anchor_spawn_order_standard_nodes +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_hold_anchor_spawn_order_standard_optimized_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_hold_anchor_terminate_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_hold_anchor_terminate_dev_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_hold_anchor_terminate_fast_dev_nodes +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_hold_anchor_terminate_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_hold_anchor_terminate_fast_nodes +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_hold_anchor_terminate_fast_optimized_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_hold_anchor_terminate_standard_dev_nodes +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_hold_anchor_terminate_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_hold_anchor_terminate_standard_nodes +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_hold_anchor_terminate_standard_optimized_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_hold_anchor_touch_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_hold_anchor_touch_dev_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_hold_anchor_touch_fast_dev_nodes +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_hold_anchor_touch_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_hold_anchor_touch_fast_nodes +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_hold_anchor_touch_fast_optimized_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_hold_anchor_touch_standard_dev_nodes +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_hold_anchor_touch_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_hold_anchor_touch_standard_nodes +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_hold_anchor_touch_standard_optimized_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_hold_anchor_update_parallel_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_hold_anchor_update_parallel_dev_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_hold_anchor_update_parallel_fast_dev_nodes +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_hold_anchor_update_parallel_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_hold_anchor_update_parallel_fast_nodes +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_hold_anchor_update_parallel_fast_optimized_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_hold_anchor_update_parallel_standard_dev_nodes +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_hold_anchor_update_parallel_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_hold_anchor_update_parallel_standard_nodes +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_hold_anchor_update_parallel_standard_optimized_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_hold_anchor_update_sequential_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_hold_anchor_update_sequential_dev_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_hold_anchor_update_sequential_fast_dev_nodes +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_hold_anchor_update_sequential_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_hold_anchor_update_sequential_fast_nodes +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_hold_anchor_update_sequential_fast_optimized_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_hold_anchor_update_sequential_standard_dev_nodes +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_hold_anchor_update_sequential_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_hold_anchor_update_sequential_standard_nodes +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_hold_anchor_update_sequential_standard_optimized_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_hold_connector_should_spawn_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_hold_connector_should_spawn_dev_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_hold_connector_should_spawn_fast_dev_nodes +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_hold_connector_should_spawn_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_hold_connector_should_spawn_fast_nodes +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_hold_connector_should_spawn_fast_optimized_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_hold_connector_should_spawn_standard_dev_nodes +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_hold_connector_should_spawn_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_hold_connector_should_spawn_standard_nodes +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_hold_connector_should_spawn_standard_optimized_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_hold_connector_spawn_order_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_hold_connector_spawn_order_dev_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_hold_connector_spawn_order_fast_dev_nodes +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_hold_connector_spawn_order_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_hold_connector_spawn_order_fast_nodes +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_hold_connector_spawn_order_fast_optimized_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_hold_connector_spawn_order_standard_dev_nodes +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_hold_connector_spawn_order_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_hold_connector_spawn_order_standard_nodes +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_hold_connector_spawn_order_standard_optimized_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_hold_connector_update_parallel_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_hold_connector_update_parallel_dev_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_hold_connector_update_parallel_fast_dev_nodes +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_hold_connector_update_parallel_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_hold_connector_update_parallel_fast_nodes +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_hold_connector_update_parallel_fast_optimized_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_hold_connector_update_parallel_standard_dev_nodes +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_hold_connector_update_parallel_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_hold_connector_update_parallel_standard_nodes +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_hold_connector_update_parallel_standard_optimized_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_hold_connector_update_sequential_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_hold_connector_update_sequential_dev_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_hold_connector_update_sequential_fast_dev_nodes +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_hold_connector_update_sequential_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_hold_connector_update_sequential_fast_nodes +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_hold_connector_update_sequential_fast_optimized_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_hold_connector_update_sequential_standard_dev_nodes +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_hold_connector_update_sequential_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_hold_connector_update_sequential_standard_nodes +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_hold_connector_update_sequential_standard_optimized_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_hold_end_initialize_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_hold_end_initialize_dev_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_hold_end_initialize_fast_dev_nodes +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_hold_end_initialize_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_hold_end_initialize_fast_nodes +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_hold_end_initialize_fast_optimized_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_hold_end_initialize_standard_dev_nodes +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_hold_end_initialize_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_hold_end_initialize_standard_nodes +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_hold_end_initialize_standard_optimized_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_hold_end_preprocess_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_hold_end_preprocess_dev_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_hold_end_preprocess_fast_dev_nodes +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_hold_end_preprocess_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_hold_end_preprocess_fast_nodes +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_hold_end_preprocess_fast_optimized_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_hold_end_preprocess_standard_dev_nodes +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_hold_end_preprocess_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_hold_end_preprocess_standard_nodes +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_hold_end_preprocess_standard_optimized_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_hold_end_should_spawn_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_hold_end_should_spawn_dev_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_hold_end_should_spawn_fast_dev_nodes +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_hold_end_should_spawn_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_hold_end_should_spawn_fast_nodes +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_hold_end_should_spawn_fast_optimized_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_hold_end_should_spawn_standard_dev_nodes +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_hold_end_should_spawn_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_hold_end_should_spawn_standard_nodes +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_hold_end_should_spawn_standard_optimized_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_hold_end_spawn_order_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_hold_end_spawn_order_dev_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_hold_end_spawn_order_fast_dev_nodes +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_hold_end_spawn_order_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_hold_end_spawn_order_fast_nodes +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_hold_end_spawn_order_fast_optimized_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_hold_end_spawn_order_standard_dev_nodes +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_hold_end_spawn_order_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_hold_end_spawn_order_standard_nodes +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_hold_end_spawn_order_standard_optimized_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_hold_end_terminate_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_hold_end_terminate_dev_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_hold_end_terminate_fast_dev_nodes +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_hold_end_terminate_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_hold_end_terminate_fast_nodes +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_hold_end_terminate_fast_optimized_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_hold_end_terminate_standard_dev_nodes +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_hold_end_terminate_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_hold_end_terminate_standard_nodes +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_hold_end_terminate_standard_optimized_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_hold_end_touch_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_hold_end_touch_dev_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_hold_end_touch_fast_dev_nodes +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_hold_end_touch_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_hold_end_touch_fast_nodes +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_hold_end_touch_fast_optimized_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_hold_end_touch_standard_dev_nodes +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_hold_end_touch_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_hold_end_touch_standard_nodes +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_hold_end_touch_standard_optimized_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_hold_end_update_parallel_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_hold_end_update_parallel_dev_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_hold_end_update_parallel_fast_dev_nodes +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_hold_end_update_parallel_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_hold_end_update_parallel_fast_nodes +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_hold_end_update_parallel_fast_optimized_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_hold_end_update_parallel_standard_dev_nodes +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_hold_end_update_parallel_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_hold_end_update_parallel_standard_nodes +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_hold_end_update_parallel_standard_optimized_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_hold_end_update_sequential_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_hold_end_update_sequential_dev_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_hold_end_update_sequential_fast_dev_nodes +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_hold_end_update_sequential_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_hold_end_update_sequential_fast_nodes +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_hold_end_update_sequential_fast_optimized_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_hold_end_update_sequential_standard_dev_nodes +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_hold_end_update_sequential_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_hold_end_update_sequential_standard_nodes +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_hold_end_update_sequential_standard_optimized_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_hold_head_initialize_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_hold_head_initialize_dev_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_hold_head_initialize_fast_dev_nodes +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_hold_head_initialize_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_hold_head_initialize_fast_nodes +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_hold_head_initialize_fast_optimized_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_hold_head_initialize_standard_dev_nodes +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_hold_head_initialize_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_hold_head_initialize_standard_nodes +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_hold_head_initialize_standard_optimized_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_hold_head_preprocess_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_hold_head_preprocess_dev_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_hold_head_preprocess_fast_dev_nodes +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_hold_head_preprocess_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_hold_head_preprocess_fast_nodes +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_hold_head_preprocess_fast_optimized_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_hold_head_preprocess_standard_dev_nodes +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_hold_head_preprocess_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_hold_head_preprocess_standard_nodes +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_hold_head_preprocess_standard_optimized_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_hold_head_should_spawn_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_hold_head_should_spawn_dev_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_hold_head_should_spawn_fast_dev_nodes +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_hold_head_should_spawn_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_hold_head_should_spawn_fast_nodes +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_hold_head_should_spawn_fast_optimized_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_hold_head_should_spawn_standard_dev_nodes +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_hold_head_should_spawn_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_hold_head_should_spawn_standard_nodes +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_hold_head_should_spawn_standard_optimized_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_hold_head_spawn_order_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_hold_head_spawn_order_dev_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_hold_head_spawn_order_fast_dev_nodes +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_hold_head_spawn_order_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_hold_head_spawn_order_fast_nodes +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_hold_head_spawn_order_fast_optimized_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_hold_head_spawn_order_standard_dev_nodes +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_hold_head_spawn_order_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_hold_head_spawn_order_standard_nodes +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_hold_head_spawn_order_standard_optimized_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_hold_head_terminate_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_hold_head_terminate_dev_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_hold_head_terminate_fast_dev_nodes +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_hold_head_terminate_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_hold_head_terminate_fast_nodes +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_hold_head_terminate_fast_optimized_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_hold_head_terminate_standard_dev_nodes +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_hold_head_terminate_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_hold_head_terminate_standard_nodes +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_hold_head_terminate_standard_optimized_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_hold_head_touch_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_hold_head_touch_dev_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_hold_head_touch_fast_dev_nodes +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_hold_head_touch_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_hold_head_touch_fast_nodes +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_hold_head_touch_fast_optimized_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_hold_head_touch_standard_dev_nodes +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_hold_head_touch_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_hold_head_touch_standard_nodes +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_hold_head_touch_standard_optimized_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_hold_head_update_parallel_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_hold_head_update_parallel_dev_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_hold_head_update_parallel_fast_dev_nodes +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_hold_head_update_parallel_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_hold_head_update_parallel_fast_nodes +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_hold_head_update_parallel_fast_optimized_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_hold_head_update_parallel_standard_dev_nodes +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_hold_head_update_parallel_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_hold_head_update_parallel_standard_nodes +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_hold_head_update_parallel_standard_optimized_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_hold_head_update_sequential_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_hold_head_update_sequential_dev_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_hold_head_update_sequential_fast_dev_nodes +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_hold_head_update_sequential_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_hold_head_update_sequential_fast_nodes +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_hold_head_update_sequential_fast_optimized_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_hold_head_update_sequential_standard_dev_nodes +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_hold_head_update_sequential_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_hold_head_update_sequential_standard_nodes +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_hold_head_update_sequential_standard_optimized_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_hold_manager_touch_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_hold_manager_touch_dev_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_hold_manager_touch_fast_dev_nodes +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_hold_manager_touch_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_hold_manager_touch_fast_nodes +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_hold_manager_touch_fast_optimized_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_hold_manager_touch_standard_dev_nodes +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_hold_manager_touch_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_hold_manager_touch_standard_nodes +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_hold_manager_touch_standard_optimized_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_hold_manager_update_parallel_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_hold_manager_update_parallel_dev_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_hold_manager_update_parallel_fast_dev_nodes +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_hold_manager_update_parallel_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_hold_manager_update_parallel_fast_nodes +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_hold_manager_update_parallel_fast_optimized_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_hold_manager_update_parallel_standard_dev_nodes +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_hold_manager_update_parallel_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_hold_manager_update_parallel_standard_nodes +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_hold_manager_update_parallel_standard_optimized_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_hold_tick_initialize_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_hold_tick_initialize_dev_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_hold_tick_initialize_fast_dev_nodes +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_hold_tick_initialize_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_hold_tick_initialize_fast_nodes +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_hold_tick_initialize_fast_optimized_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_hold_tick_initialize_standard_dev_nodes +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_hold_tick_initialize_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_hold_tick_initialize_standard_nodes +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_hold_tick_initialize_standard_optimized_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_hold_tick_preprocess_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_hold_tick_preprocess_dev_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_hold_tick_preprocess_fast_dev_nodes +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_hold_tick_preprocess_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_hold_tick_preprocess_fast_nodes +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_hold_tick_preprocess_fast_optimized_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_hold_tick_preprocess_standard_dev_nodes +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_hold_tick_preprocess_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_hold_tick_preprocess_standard_nodes +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_hold_tick_preprocess_standard_optimized_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_hold_tick_should_spawn_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_hold_tick_should_spawn_dev_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_hold_tick_should_spawn_fast_dev_nodes +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_hold_tick_should_spawn_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_hold_tick_should_spawn_fast_nodes +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_hold_tick_should_spawn_fast_optimized_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_hold_tick_should_spawn_standard_dev_nodes +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_hold_tick_should_spawn_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_hold_tick_should_spawn_standard_nodes +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_hold_tick_should_spawn_standard_optimized_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_hold_tick_spawn_order_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_hold_tick_spawn_order_dev_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_hold_tick_spawn_order_fast_dev_nodes +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_hold_tick_spawn_order_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_hold_tick_spawn_order_fast_nodes +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_hold_tick_spawn_order_fast_optimized_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_hold_tick_spawn_order_standard_dev_nodes +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_hold_tick_spawn_order_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_hold_tick_spawn_order_standard_nodes +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_hold_tick_spawn_order_standard_optimized_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_hold_tick_terminate_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_hold_tick_terminate_dev_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_hold_tick_terminate_fast_dev_nodes +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_hold_tick_terminate_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_hold_tick_terminate_fast_nodes +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_hold_tick_terminate_fast_optimized_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_hold_tick_terminate_standard_dev_nodes +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_hold_tick_terminate_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_hold_tick_terminate_standard_nodes +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_hold_tick_terminate_standard_optimized_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_hold_tick_touch_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_hold_tick_touch_dev_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_hold_tick_touch_fast_dev_nodes +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_hold_tick_touch_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_hold_tick_touch_fast_nodes +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_hold_tick_touch_fast_optimized_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_hold_tick_touch_standard_dev_nodes +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_hold_tick_touch_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_hold_tick_touch_standard_nodes +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_hold_tick_touch_standard_optimized_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_hold_tick_update_parallel_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_hold_tick_update_parallel_dev_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_hold_tick_update_parallel_fast_dev_nodes +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_hold_tick_update_parallel_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_hold_tick_update_parallel_fast_nodes +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_hold_tick_update_parallel_fast_optimized_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_hold_tick_update_parallel_standard_dev_nodes +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_hold_tick_update_parallel_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_hold_tick_update_parallel_standard_nodes +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_hold_tick_update_parallel_standard_optimized_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_hold_tick_update_sequential_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_hold_tick_update_sequential_dev_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_hold_tick_update_sequential_fast_dev_nodes +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_hold_tick_update_sequential_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_hold_tick_update_sequential_fast_nodes +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_hold_tick_update_sequential_fast_optimized_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_hold_tick_update_sequential_standard_dev_nodes +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_hold_tick_update_sequential_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_hold_tick_update_sequential_standard_nodes +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_hold_tick_update_sequential_standard_optimized_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_note_initialize_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_note_initialize_fast_nodes +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_note_initialize_fast_optimized_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_note_initialize_standard_nodes +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_note_initialize_standard_optimized_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_note_preprocess_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_note_preprocess_fast_nodes +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_note_preprocess_fast_optimized_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_note_preprocess_standard_nodes +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_note_preprocess_standard_optimized_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_note_should_spawn_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_note_should_spawn_fast_nodes +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_note_should_spawn_fast_optimized_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_note_should_spawn_standard_nodes +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_note_should_spawn_standard_optimized_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_note_spawn_order_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_note_spawn_order_fast_nodes +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_note_spawn_order_fast_optimized_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_note_spawn_order_standard_nodes +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_note_spawn_order_standard_optimized_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_note_terminate_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_note_terminate_fast_nodes +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_note_terminate_fast_optimized_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_note_terminate_standard_nodes +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_note_terminate_standard_optimized_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_note_touch_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_note_touch_fast_nodes +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_note_touch_fast_optimized_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_note_touch_standard_nodes +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_note_touch_standard_optimized_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_note_update_parallel_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_note_update_parallel_fast_nodes +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_note_update_parallel_fast_optimized_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_note_update_parallel_standard_nodes +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_note_update_parallel_standard_optimized_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_note_update_sequential_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_note_update_sequential_fast_nodes +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_note_update_sequential_fast_optimized_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_note_update_sequential_standard_nodes +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_note_update_sequential_standard_optimized_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_sim_line_should_spawn_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_sim_line_should_spawn_dev_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_sim_line_should_spawn_fast_dev_nodes +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_sim_line_should_spawn_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_sim_line_should_spawn_fast_nodes +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_sim_line_should_spawn_fast_optimized_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_sim_line_should_spawn_standard_dev_nodes +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_sim_line_should_spawn_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_sim_line_should_spawn_standard_nodes +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_sim_line_should_spawn_standard_optimized_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_sim_line_spawn_order_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_sim_line_spawn_order_dev_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_sim_line_spawn_order_fast_dev_nodes +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_sim_line_spawn_order_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_sim_line_spawn_order_fast_nodes +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_sim_line_spawn_order_fast_optimized_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_sim_line_spawn_order_standard_dev_nodes +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_sim_line_spawn_order_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_sim_line_spawn_order_standard_nodes +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_sim_line_spawn_order_standard_optimized_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_sim_line_update_parallel_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_sim_line_update_parallel_dev_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_sim_line_update_parallel_fast_dev_nodes +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_sim_line_update_parallel_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_sim_line_update_parallel_fast_nodes +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_sim_line_update_parallel_fast_optimized_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_sim_line_update_parallel_standard_dev_nodes +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_sim_line_update_parallel_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_sim_line_update_parallel_standard_nodes +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_sim_line_update_parallel_standard_optimized_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_stage_preprocess_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_stage_preprocess_dev_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_stage_preprocess_fast_dev_nodes +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_stage_preprocess_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_stage_preprocess_fast_nodes +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_stage_preprocess_fast_optimized_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_stage_preprocess_standard_dev_nodes +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_stage_preprocess_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_stage_preprocess_standard_nodes +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_stage_preprocess_standard_optimized_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_stage_should_spawn_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_stage_should_spawn_dev_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_stage_should_spawn_fast_dev_nodes +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_stage_should_spawn_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_stage_should_spawn_fast_nodes +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_stage_should_spawn_fast_optimized_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_stage_should_spawn_standard_dev_nodes +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_stage_should_spawn_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_stage_should_spawn_standard_nodes +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_stage_should_spawn_standard_optimized_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_stage_spawn_order_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_stage_spawn_order_dev_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_stage_spawn_order_fast_dev_nodes +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_stage_spawn_order_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_stage_spawn_order_fast_nodes +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_stage_spawn_order_fast_optimized_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_stage_spawn_order_standard_dev_nodes +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_stage_spawn_order_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_stage_spawn_order_standard_nodes +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_stage_spawn_order_standard_optimized_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_stage_touch_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_stage_touch_dev_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_stage_touch_fast_dev_nodes +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_stage_touch_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_stage_touch_fast_nodes +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_stage_touch_fast_optimized_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_stage_touch_standard_dev_nodes +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_stage_touch_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_stage_touch_standard_nodes +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_stage_touch_standard_optimized_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_stage_update_parallel_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_stage_update_parallel_dev_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_stage_update_parallel_fast_dev_nodes +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_stage_update_parallel_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_stage_update_parallel_fast_nodes +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_stage_update_parallel_fast_optimized_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_stage_update_parallel_standard_dev_nodes +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_stage_update_parallel_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_stage_update_parallel_standard_nodes +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_stage_update_parallel_standard_optimized_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_stage_update_sequential_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_stage_update_sequential_dev_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_stage_update_sequential_fast_dev_nodes +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_stage_update_sequential_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_stage_update_sequential_fast_nodes +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_stage_update_sequential_fast_optimized_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_stage_update_sequential_standard_dev_nodes +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_stage_update_sequential_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_stage_update_sequential_standard_nodes +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_stage_update_sequential_standard_optimized_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_tap_initialize_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_tap_initialize_dev_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_tap_initialize_fast_dev_nodes +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_tap_initialize_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_tap_initialize_fast_nodes +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_tap_initialize_fast_optimized_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_tap_initialize_standard_dev_nodes +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_tap_initialize_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_tap_initialize_standard_nodes +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_tap_initialize_standard_optimized_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_tap_preprocess_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_tap_preprocess_dev_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_tap_preprocess_fast_dev_nodes +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_tap_preprocess_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_tap_preprocess_fast_nodes +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_tap_preprocess_fast_optimized_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_tap_preprocess_standard_dev_nodes +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_tap_preprocess_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_tap_preprocess_standard_nodes +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_tap_preprocess_standard_optimized_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_tap_should_spawn_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_tap_should_spawn_dev_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_tap_should_spawn_fast_dev_nodes +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_tap_should_spawn_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_tap_should_spawn_fast_nodes +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_tap_should_spawn_fast_optimized_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_tap_should_spawn_standard_dev_nodes +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_tap_should_spawn_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_tap_should_spawn_standard_nodes +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_tap_should_spawn_standard_optimized_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_tap_spawn_order_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_tap_spawn_order_dev_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_tap_spawn_order_fast_dev_nodes +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_tap_spawn_order_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_tap_spawn_order_fast_nodes +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_tap_spawn_order_fast_optimized_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_tap_spawn_order_standard_dev_nodes +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_tap_spawn_order_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_tap_spawn_order_standard_nodes +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_tap_spawn_order_standard_optimized_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_tap_terminate_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_tap_terminate_dev_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_tap_terminate_fast_dev_nodes +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_tap_terminate_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_tap_terminate_fast_nodes +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_tap_terminate_fast_optimized_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_tap_terminate_standard_dev_nodes +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_tap_terminate_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_tap_terminate_standard_nodes +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_tap_terminate_standard_optimized_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_tap_touch_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_tap_touch_dev_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_tap_touch_fast_dev_nodes +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_tap_touch_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_tap_touch_fast_nodes +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_tap_touch_fast_optimized_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_tap_touch_standard_dev_nodes +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_tap_touch_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_tap_touch_standard_nodes +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_tap_touch_standard_optimized_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_tap_update_parallel_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_tap_update_parallel_dev_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_tap_update_parallel_fast_dev_nodes +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_tap_update_parallel_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_tap_update_parallel_fast_nodes +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_tap_update_parallel_fast_optimized_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_tap_update_parallel_standard_dev_nodes +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_tap_update_parallel_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_tap_update_parallel_standard_nodes +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_tap_update_parallel_standard_optimized_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_tap_update_sequential_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_tap_update_sequential_dev_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_tap_update_sequential_fast_dev_nodes +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_tap_update_sequential_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_tap_update_sequential_fast_nodes +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_tap_update_sequential_fast_optimized_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_tap_update_sequential_standard_dev_nodes +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_tap_update_sequential_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_tap_update_sequential_standard_nodes +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_tap_update_sequential_standard_optimized_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_unscored_note_initialize_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_unscored_note_initialize_fast_nodes +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_unscored_note_initialize_fast_optimized_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_unscored_note_initialize_standard_nodes +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_unscored_note_initialize_standard_optimized_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_unscored_note_preprocess_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_unscored_note_preprocess_fast_nodes +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_unscored_note_preprocess_fast_optimized_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_unscored_note_preprocess_standard_nodes +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_unscored_note_preprocess_standard_optimized_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_unscored_note_should_spawn_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_unscored_note_should_spawn_fast_nodes +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_unscored_note_should_spawn_fast_optimized_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_unscored_note_should_spawn_standard_nodes +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_unscored_note_should_spawn_standard_optimized_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_unscored_note_spawn_order_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_unscored_note_spawn_order_fast_nodes +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_unscored_note_spawn_order_fast_optimized_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_unscored_note_spawn_order_standard_nodes +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_unscored_note_spawn_order_standard_optimized_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_unscored_note_terminate_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_unscored_note_terminate_fast_nodes +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_unscored_note_terminate_fast_optimized_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_unscored_note_terminate_standard_nodes +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_unscored_note_terminate_standard_optimized_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_unscored_note_touch_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_unscored_note_touch_fast_nodes +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_unscored_note_touch_fast_optimized_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_unscored_note_touch_standard_nodes +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_unscored_note_touch_standard_optimized_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_unscored_note_update_parallel_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_unscored_note_update_parallel_fast_nodes +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_unscored_note_update_parallel_fast_optimized_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_unscored_note_update_parallel_standard_nodes +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_unscored_note_update_parallel_standard_optimized_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_unscored_note_update_sequential_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_unscored_note_update_sequential_fast_nodes +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_unscored_note_update_sequential_fast_optimized_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_unscored_note_update_sequential_standard_nodes +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_play_unscored_note_update_sequential_standard_optimized_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_preview_directional_flick_preprocess_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_preview_directional_flick_preprocess_dev_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_preview_directional_flick_preprocess_fast_dev_nodes +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_preview_directional_flick_preprocess_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_preview_directional_flick_preprocess_fast_nodes +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_preview_directional_flick_preprocess_fast_optimized_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_preview_directional_flick_preprocess_standard_dev_nodes +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_preview_directional_flick_preprocess_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_preview_directional_flick_preprocess_standard_nodes +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_preview_directional_flick_preprocess_standard_optimized_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_preview_directional_flick_render_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_preview_directional_flick_render_dev_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_preview_directional_flick_render_fast_dev_nodes +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_preview_directional_flick_render_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_preview_directional_flick_render_fast_nodes +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_preview_directional_flick_render_fast_optimized_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_preview_directional_flick_render_standard_dev_nodes +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_preview_directional_flick_render_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_preview_directional_flick_render_standard_nodes +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_preview_directional_flick_render_standard_optimized_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_preview_flick_preprocess_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_preview_flick_preprocess_dev_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_preview_flick_preprocess_fast_dev_nodes +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_preview_flick_preprocess_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_preview_flick_preprocess_fast_nodes +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_preview_flick_preprocess_fast_optimized_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_preview_flick_preprocess_standard_dev_nodes +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_preview_flick_preprocess_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_preview_flick_preprocess_standard_nodes +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_preview_flick_preprocess_standard_optimized_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_preview_flick_render_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_preview_flick_render_dev_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_preview_flick_render_fast_dev_nodes +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_preview_flick_render_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_preview_flick_render_fast_nodes +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_preview_flick_render_fast_optimized_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_preview_flick_render_standard_dev_nodes +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_preview_flick_render_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_preview_flick_render_standard_nodes +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_preview_flick_render_standard_optimized_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_preview_hold_anchor_preprocess_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_preview_hold_anchor_preprocess_dev_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_preview_hold_anchor_preprocess_fast_dev_nodes +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_preview_hold_anchor_preprocess_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_preview_hold_anchor_preprocess_fast_nodes +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_preview_hold_anchor_preprocess_fast_optimized_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_preview_hold_anchor_preprocess_standard_dev_nodes +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_preview_hold_anchor_preprocess_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_preview_hold_anchor_preprocess_standard_nodes +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_preview_hold_anchor_preprocess_standard_optimized_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_preview_hold_anchor_render_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_preview_hold_anchor_render_dev_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_preview_hold_anchor_render_fast_dev_nodes +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_preview_hold_anchor_render_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_preview_hold_anchor_render_fast_nodes +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_preview_hold_anchor_render_fast_optimized_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_preview_hold_anchor_render_standard_dev_nodes +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_preview_hold_anchor_render_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_preview_hold_anchor_render_standard_nodes +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_preview_hold_anchor_render_standard_optimized_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_preview_hold_end_preprocess_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_preview_hold_end_preprocess_dev_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_preview_hold_end_preprocess_fast_dev_nodes +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_preview_hold_end_preprocess_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_preview_hold_end_preprocess_fast_nodes +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_preview_hold_end_preprocess_fast_optimized_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_preview_hold_end_preprocess_standard_dev_nodes +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_preview_hold_end_preprocess_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_preview_hold_end_preprocess_standard_nodes +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_preview_hold_end_preprocess_standard_optimized_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_preview_hold_end_render_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_preview_hold_end_render_dev_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_preview_hold_end_render_fast_dev_nodes +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_preview_hold_end_render_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_preview_hold_end_render_fast_nodes +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_preview_hold_end_render_fast_optimized_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_preview_hold_end_render_standard_dev_nodes +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_preview_hold_end_render_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_preview_hold_end_render_standard_nodes +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_preview_hold_end_render_standard_optimized_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_preview_hold_head_preprocess_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_preview_hold_head_preprocess_dev_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_preview_hold_head_preprocess_fast_dev_nodes +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_preview_hold_head_preprocess_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_preview_hold_head_preprocess_fast_nodes +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_preview_hold_head_preprocess_fast_optimized_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_preview_hold_head_preprocess_standard_dev_nodes +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_preview_hold_head_preprocess_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_preview_hold_head_preprocess_standard_nodes +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_preview_hold_head_preprocess_standard_optimized_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_preview_hold_head_render_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_preview_hold_head_render_dev_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_preview_hold_head_render_fast_dev_nodes +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_preview_hold_head_render_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_preview_hold_head_render_fast_nodes +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_preview_hold_head_render_fast_optimized_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_preview_hold_head_render_standard_dev_nodes +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_preview_hold_head_render_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_preview_hold_head_render_standard_nodes +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_preview_hold_head_render_standard_optimized_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_preview_hold_tick_preprocess_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_preview_hold_tick_preprocess_dev_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_preview_hold_tick_preprocess_fast_dev_nodes +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_preview_hold_tick_preprocess_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_preview_hold_tick_preprocess_fast_nodes +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_preview_hold_tick_preprocess_fast_optimized_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_preview_hold_tick_preprocess_standard_dev_nodes +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_preview_hold_tick_preprocess_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_preview_hold_tick_preprocess_standard_nodes +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_preview_hold_tick_preprocess_standard_optimized_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_preview_hold_tick_render_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_preview_hold_tick_render_dev_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_preview_hold_tick_render_fast_dev_nodes +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_preview_hold_tick_render_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_preview_hold_tick_render_fast_nodes +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_preview_hold_tick_render_fast_optimized_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_preview_hold_tick_render_standard_dev_nodes +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_preview_hold_tick_render_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_preview_hold_tick_render_standard_nodes +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_preview_hold_tick_render_standard_optimized_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_preview_preview_bpm_change_preprocess_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_preview_preview_bpm_change_preprocess_dev_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_preview_preview_bpm_change_preprocess_fast_dev_nodes +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_preview_preview_bpm_change_preprocess_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_preview_preview_bpm_change_preprocess_fast_nodes +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_preview_preview_bpm_change_preprocess_fast_optimized_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_preview_preview_bpm_change_preprocess_standard_dev_nodes +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_preview_preview_bpm_change_preprocess_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_preview_preview_bpm_change_preprocess_standard_nodes +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_preview_preview_bpm_change_preprocess_standard_optimized_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_preview_preview_bpm_change_render_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_preview_preview_bpm_change_render_dev_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_preview_preview_bpm_change_render_fast_dev_nodes +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_preview_preview_bpm_change_render_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_preview_preview_bpm_change_render_fast_nodes +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_preview_preview_bpm_change_render_fast_optimized_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_preview_preview_bpm_change_render_standard_dev_nodes +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_preview_preview_bpm_change_render_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_preview_preview_bpm_change_render_standard_nodes +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_preview_preview_bpm_change_render_standard_optimized_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_preview_preview_hold_connector_render_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_preview_preview_hold_connector_render_dev_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_preview_preview_hold_connector_render_fast_dev_nodes +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_preview_preview_hold_connector_render_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_preview_preview_hold_connector_render_fast_nodes +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_preview_preview_hold_connector_render_fast_optimized_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_preview_preview_hold_connector_render_standard_dev_nodes +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_preview_preview_hold_connector_render_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_preview_preview_hold_connector_render_standard_nodes +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_preview_preview_hold_connector_render_standard_optimized_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_preview_preview_note_preprocess_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_preview_preview_note_preprocess_fast_nodes +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_preview_preview_note_preprocess_fast_optimized_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_preview_preview_note_preprocess_standard_nodes +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_preview_preview_note_preprocess_standard_optimized_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_preview_preview_note_render_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_preview_preview_note_render_fast_nodes +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_preview_preview_note_render_fast_optimized_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_preview_preview_note_render_standard_nodes +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_preview_preview_note_render_standard_optimized_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_preview_preview_sim_line_render_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_preview_preview_sim_line_render_dev_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_preview_preview_sim_line_render_fast_dev_nodes +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_preview_preview_sim_line_render_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_preview_preview_sim_line_render_fast_nodes +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_preview_preview_sim_line_render_fast_optimized_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_preview_preview_sim_line_render_standard_dev_nodes +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_preview_preview_sim_line_render_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_preview_preview_sim_line_render_standard_nodes +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_preview_preview_sim_line_render_standard_optimized_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_preview_preview_stage_preprocess_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_preview_preview_stage_preprocess_dev_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_preview_preview_stage_preprocess_fast_dev_nodes +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_preview_preview_stage_preprocess_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_preview_preview_stage_preprocess_fast_nodes +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_preview_preview_stage_preprocess_fast_optimized_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_preview_preview_stage_preprocess_standard_dev_nodes +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_preview_preview_stage_preprocess_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_preview_preview_stage_preprocess_standard_nodes +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_preview_preview_stage_preprocess_standard_optimized_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_preview_preview_stage_render_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_preview_preview_stage_render_dev_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_preview_preview_stage_render_fast_dev_nodes +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_preview_preview_stage_render_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_preview_preview_stage_render_fast_nodes +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_preview_preview_stage_render_fast_optimized_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_preview_preview_stage_render_standard_dev_nodes +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_preview_preview_stage_render_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_preview_preview_stage_render_standard_nodes +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_preview_preview_stage_render_standard_optimized_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_preview_preview_timescale_change_preprocess_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_preview_preview_timescale_change_preprocess_dev_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_preview_preview_timescale_change_preprocess_fast_dev_nodes +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_preview_preview_timescale_change_preprocess_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_preview_preview_timescale_change_preprocess_fast_nodes +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_preview_preview_timescale_change_preprocess_fast_optimized_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_preview_preview_timescale_change_preprocess_standard_dev_nodes +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_preview_preview_timescale_change_preprocess_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_preview_preview_timescale_change_preprocess_standard_nodes +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_preview_preview_timescale_change_preprocess_standard_optimized_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_preview_preview_timescale_change_render_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_preview_preview_timescale_change_render_dev_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_preview_preview_timescale_change_render_fast_dev_nodes +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_preview_preview_timescale_change_render_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_preview_preview_timescale_change_render_fast_nodes +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_preview_preview_timescale_change_render_fast_optimized_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_preview_preview_timescale_change_render_standard_dev_nodes +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_preview_preview_timescale_change_render_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_preview_preview_timescale_change_render_standard_nodes +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_preview_preview_timescale_change_render_standard_optimized_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_preview_preview_unscored_note_preprocess_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_preview_preview_unscored_note_preprocess_fast_nodes +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_preview_preview_unscored_note_preprocess_fast_optimized_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_preview_preview_unscored_note_preprocess_standard_nodes +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_preview_preview_unscored_note_preprocess_standard_optimized_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_preview_preview_unscored_note_render_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_preview_preview_unscored_note_render_fast_nodes +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_preview_preview_unscored_note_render_fast_optimized_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_preview_preview_unscored_note_render_standard_nodes +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_preview_preview_unscored_note_render_standard_optimized_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_preview_tap_preprocess_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_preview_tap_preprocess_dev_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_preview_tap_preprocess_fast_dev_nodes +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_preview_tap_preprocess_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_preview_tap_preprocess_fast_nodes +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_preview_tap_preprocess_fast_optimized_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_preview_tap_preprocess_standard_dev_nodes +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_preview_tap_preprocess_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_preview_tap_preprocess_standard_nodes +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_preview_tap_preprocess_standard_optimized_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_preview_tap_render_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_preview_tap_render_dev_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_preview_tap_render_fast_dev_nodes +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_preview_tap_render_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_preview_tap_render_fast_nodes +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_preview_tap_render_fast_optimized_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_preview_tap_render_standard_dev_nodes +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_preview_tap_render_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_preview_tap_render_standard_nodes +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_preview_tap_render_standard_optimized_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_tutorial_global_navigate_fast_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_tutorial_global_navigate_fast_dev_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_tutorial_global_navigate_fast_dev_nodes +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_tutorial_global_navigate_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_tutorial_global_navigate_fast_nodes +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_tutorial_global_navigate_fast_optimized_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_tutorial_global_navigate_standard_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_tutorial_global_navigate_standard_dev_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_tutorial_global_navigate_standard_dev_nodes +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_tutorial_global_navigate_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_tutorial_global_navigate_standard_nodes +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_tutorial_global_navigate_standard_optimized_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_tutorial_global_preprocess_fast_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_tutorial_global_preprocess_fast_dev_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_tutorial_global_preprocess_fast_dev_nodes +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_tutorial_global_preprocess_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_tutorial_global_preprocess_fast_nodes +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_tutorial_global_preprocess_fast_optimized_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_tutorial_global_preprocess_standard_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_tutorial_global_preprocess_standard_dev_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_tutorial_global_preprocess_standard_dev_nodes +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_tutorial_global_preprocess_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_tutorial_global_preprocess_standard_nodes +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_tutorial_global_preprocess_standard_optimized_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_tutorial_global_update_fast_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_tutorial_global_update_fast_dev_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_tutorial_global_update_fast_dev_nodes +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_tutorial_global_update_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_tutorial_global_update_fast_nodes +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_tutorial_global_update_fast_optimized_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_tutorial_global_update_standard_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_tutorial_global_update_standard_dev_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_tutorial_global_update_standard_dev_nodes +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_tutorial_global_update_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_tutorial_global_update_standard_nodes +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_tutorial_global_update_standard_optimized_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_watch_directional_flick_despawn_time_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_watch_directional_flick_despawn_time_dev_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_watch_directional_flick_despawn_time_fast_dev_nodes +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_watch_directional_flick_despawn_time_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_watch_directional_flick_despawn_time_fast_nodes +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_watch_directional_flick_despawn_time_fast_optimized_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_watch_directional_flick_despawn_time_standard_dev_nodes +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_watch_directional_flick_despawn_time_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_watch_directional_flick_despawn_time_standard_nodes +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_watch_directional_flick_despawn_time_standard_optimized_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_watch_directional_flick_preprocess_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_watch_directional_flick_preprocess_dev_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_watch_directional_flick_preprocess_fast_dev_nodes +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_watch_directional_flick_preprocess_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_watch_directional_flick_preprocess_fast_nodes +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_watch_directional_flick_preprocess_fast_optimized_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_watch_directional_flick_preprocess_standard_dev_nodes +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_watch_directional_flick_preprocess_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_watch_directional_flick_preprocess_standard_nodes +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_watch_directional_flick_preprocess_standard_optimized_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_watch_directional_flick_spawn_time_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_watch_directional_flick_spawn_time_dev_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_watch_directional_flick_spawn_time_fast_dev_nodes +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_watch_directional_flick_spawn_time_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_watch_directional_flick_spawn_time_fast_nodes +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_watch_directional_flick_spawn_time_fast_optimized_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_watch_directional_flick_spawn_time_standard_dev_nodes +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_watch_directional_flick_spawn_time_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_watch_directional_flick_spawn_time_standard_nodes +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_watch_directional_flick_spawn_time_standard_optimized_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_watch_directional_flick_terminate_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_watch_directional_flick_terminate_dev_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_watch_directional_flick_terminate_fast_dev_nodes +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_watch_directional_flick_terminate_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_watch_directional_flick_terminate_fast_nodes +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_watch_directional_flick_terminate_fast_optimized_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_watch_directional_flick_terminate_standard_dev_nodes +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_watch_directional_flick_terminate_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_watch_directional_flick_terminate_standard_nodes +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_watch_directional_flick_terminate_standard_optimized_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_watch_directional_flick_update_parallel_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_watch_directional_flick_update_parallel_dev_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_watch_directional_flick_update_parallel_fast_dev_nodes +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_watch_directional_flick_update_parallel_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_watch_directional_flick_update_parallel_fast_nodes +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_watch_directional_flick_update_parallel_fast_optimized_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_watch_directional_flick_update_parallel_standard_dev_nodes +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_watch_directional_flick_update_parallel_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_watch_directional_flick_update_parallel_standard_nodes +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_watch_directional_flick_update_parallel_standard_optimized_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_watch_flick_despawn_time_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_watch_flick_despawn_time_dev_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_watch_flick_despawn_time_fast_dev_nodes +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_watch_flick_despawn_time_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_watch_flick_despawn_time_fast_nodes +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_watch_flick_despawn_time_fast_optimized_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_watch_flick_despawn_time_standard_dev_nodes +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_watch_flick_despawn_time_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_watch_flick_despawn_time_standard_nodes +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_watch_flick_despawn_time_standard_optimized_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_watch_flick_preprocess_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_watch_flick_preprocess_dev_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_watch_flick_preprocess_fast_dev_nodes +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_watch_flick_preprocess_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_watch_flick_preprocess_fast_nodes +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_watch_flick_preprocess_fast_optimized_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_watch_flick_preprocess_standard_dev_nodes +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_watch_flick_preprocess_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_watch_flick_preprocess_standard_nodes +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_watch_flick_preprocess_standard_optimized_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_watch_flick_spawn_time_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_watch_flick_spawn_time_dev_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_watch_flick_spawn_time_fast_dev_nodes +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_watch_flick_spawn_time_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_watch_flick_spawn_time_fast_nodes +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_watch_flick_spawn_time_fast_optimized_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_watch_flick_spawn_time_standard_dev_nodes +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_watch_flick_spawn_time_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_watch_flick_spawn_time_standard_nodes +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_watch_flick_spawn_time_standard_optimized_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_watch_flick_terminate_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_watch_flick_terminate_dev_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_watch_flick_terminate_fast_dev_nodes +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_watch_flick_terminate_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_watch_flick_terminate_fast_nodes +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_watch_flick_terminate_fast_optimized_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_watch_flick_terminate_standard_dev_nodes +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_watch_flick_terminate_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_watch_flick_terminate_standard_nodes +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_watch_flick_terminate_standard_optimized_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_watch_flick_update_parallel_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_watch_flick_update_parallel_dev_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_watch_flick_update_parallel_fast_dev_nodes +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_watch_flick_update_parallel_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_watch_flick_update_parallel_fast_nodes +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_watch_flick_update_parallel_fast_optimized_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_watch_flick_update_parallel_standard_dev_nodes +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_watch_flick_update_parallel_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_watch_flick_update_parallel_standard_nodes +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_watch_flick_update_parallel_standard_optimized_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_watch_global_update_spawn_fast_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_watch_global_update_spawn_fast_dev_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_watch_global_update_spawn_fast_dev_nodes +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_watch_global_update_spawn_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_watch_global_update_spawn_fast_nodes +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_watch_global_update_spawn_fast_optimized_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_watch_global_update_spawn_standard_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_watch_global_update_spawn_standard_dev_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_watch_global_update_spawn_standard_dev_nodes +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_watch_global_update_spawn_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_watch_global_update_spawn_standard_nodes +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_watch_global_update_spawn_standard_optimized_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_watch_hold_anchor_despawn_time_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_watch_hold_anchor_despawn_time_dev_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_watch_hold_anchor_despawn_time_fast_dev_nodes +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_watch_hold_anchor_despawn_time_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_watch_hold_anchor_despawn_time_fast_nodes +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_watch_hold_anchor_despawn_time_fast_optimized_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_watch_hold_anchor_despawn_time_standard_dev_nodes +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_watch_hold_anchor_despawn_time_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_watch_hold_anchor_despawn_time_standard_nodes +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_watch_hold_anchor_despawn_time_standard_optimized_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_watch_hold_anchor_preprocess_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_watch_hold_anchor_preprocess_dev_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_watch_hold_anchor_preprocess_fast_dev_nodes +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_watch_hold_anchor_preprocess_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_watch_hold_anchor_preprocess_fast_nodes +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_watch_hold_anchor_preprocess_fast_optimized_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_watch_hold_anchor_preprocess_standard_dev_nodes +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_watch_hold_anchor_preprocess_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_watch_hold_anchor_preprocess_standard_nodes +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_watch_hold_anchor_preprocess_standard_optimized_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_watch_hold_anchor_spawn_time_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_watch_hold_anchor_spawn_time_dev_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_watch_hold_anchor_spawn_time_fast_dev_nodes +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_watch_hold_anchor_spawn_time_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_watch_hold_anchor_spawn_time_fast_nodes +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_watch_hold_anchor_spawn_time_fast_optimized_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_watch_hold_anchor_spawn_time_standard_dev_nodes +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_watch_hold_anchor_spawn_time_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_watch_hold_anchor_spawn_time_standard_nodes +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_watch_hold_anchor_spawn_time_standard_optimized_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_watch_hold_anchor_terminate_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_watch_hold_anchor_terminate_dev_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_watch_hold_anchor_terminate_fast_dev_nodes +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_watch_hold_anchor_terminate_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_watch_hold_anchor_terminate_fast_nodes +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_watch_hold_anchor_terminate_fast_optimized_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_watch_hold_anchor_terminate_standard_dev_nodes +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_watch_hold_anchor_terminate_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_watch_hold_anchor_terminate_standard_nodes +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_watch_hold_anchor_terminate_standard_optimized_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_watch_hold_anchor_update_parallel_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_watch_hold_anchor_update_parallel_dev_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_watch_hold_anchor_update_parallel_fast_dev_nodes +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_watch_hold_anchor_update_parallel_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_watch_hold_anchor_update_parallel_fast_nodes +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_watch_hold_anchor_update_parallel_fast_optimized_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_watch_hold_anchor_update_parallel_standard_dev_nodes +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_watch_hold_anchor_update_parallel_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_watch_hold_anchor_update_parallel_standard_nodes +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_watch_hold_anchor_update_parallel_standard_optimized_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_watch_hold_end_despawn_time_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_watch_hold_end_despawn_time_dev_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_watch_hold_end_despawn_time_fast_dev_nodes +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_watch_hold_end_despawn_time_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_watch_hold_end_despawn_time_fast_nodes +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_watch_hold_end_despawn_time_fast_optimized_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_watch_hold_end_despawn_time_standard_dev_nodes +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_watch_hold_end_despawn_time_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_watch_hold_end_despawn_time_standard_nodes +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_watch_hold_end_despawn_time_standard_optimized_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_watch_hold_end_preprocess_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_watch_hold_end_preprocess_dev_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_watch_hold_end_preprocess_fast_dev_nodes +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_watch_hold_end_preprocess_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_watch_hold_end_preprocess_fast_nodes +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_watch_hold_end_preprocess_fast_optimized_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_watch_hold_end_preprocess_standard_dev_nodes +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_watch_hold_end_preprocess_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_watch_hold_end_preprocess_standard_nodes +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_watch_hold_end_preprocess_standard_optimized_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_watch_hold_end_spawn_time_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_watch_hold_end_spawn_time_dev_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_watch_hold_end_spawn_time_fast_dev_nodes +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_watch_hold_end_spawn_time_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_watch_hold_end_spawn_time_fast_nodes +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_watch_hold_end_spawn_time_fast_optimized_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_watch_hold_end_spawn_time_standard_dev_nodes +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_watch_hold_end_spawn_time_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_watch_hold_end_spawn_time_standard_nodes +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_watch_hold_end_spawn_time_standard_optimized_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_watch_hold_end_terminate_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_watch_hold_end_terminate_dev_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_watch_hold_end_terminate_fast_dev_nodes +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_watch_hold_end_terminate_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_watch_hold_end_terminate_fast_nodes +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_watch_hold_end_terminate_fast_optimized_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_watch_hold_end_terminate_standard_dev_nodes +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_watch_hold_end_terminate_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_watch_hold_end_terminate_standard_nodes +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_watch_hold_end_terminate_standard_optimized_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_watch_hold_end_update_parallel_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_watch_hold_end_update_parallel_dev_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_watch_hold_end_update_parallel_fast_dev_nodes +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_watch_hold_end_update_parallel_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_watch_hold_end_update_parallel_fast_nodes +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_watch_hold_end_update_parallel_fast_optimized_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_watch_hold_end_update_parallel_standard_dev_nodes +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_watch_hold_end_update_parallel_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_watch_hold_end_update_parallel_standard_nodes +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_watch_hold_end_update_parallel_standard_optimized_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_watch_hold_head_despawn_time_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_watch_hold_head_despawn_time_dev_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_watch_hold_head_despawn_time_fast_dev_nodes +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_watch_hold_head_despawn_time_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_watch_hold_head_despawn_time_fast_nodes +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_watch_hold_head_despawn_time_fast_optimized_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_watch_hold_head_despawn_time_standard_dev_nodes +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_watch_hold_head_despawn_time_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_watch_hold_head_despawn_time_standard_nodes +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_watch_hold_head_despawn_time_standard_optimized_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_watch_hold_head_preprocess_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_watch_hold_head_preprocess_dev_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_watch_hold_head_preprocess_fast_dev_nodes +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_watch_hold_head_preprocess_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_watch_hold_head_preprocess_fast_nodes +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_watch_hold_head_preprocess_fast_optimized_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_watch_hold_head_preprocess_standard_dev_nodes +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_watch_hold_head_preprocess_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_watch_hold_head_preprocess_standard_nodes +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_watch_hold_head_preprocess_standard_optimized_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_watch_hold_head_spawn_time_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_watch_hold_head_spawn_time_dev_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_watch_hold_head_spawn_time_fast_dev_nodes +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_watch_hold_head_spawn_time_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_watch_hold_head_spawn_time_fast_nodes +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_watch_hold_head_spawn_time_fast_optimized_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_watch_hold_head_spawn_time_standard_dev_nodes +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_watch_hold_head_spawn_time_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_watch_hold_head_spawn_time_standard_nodes +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_watch_hold_head_spawn_time_standard_optimized_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_watch_hold_head_terminate_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_watch_hold_head_terminate_dev_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_watch_hold_head_terminate_fast_dev_nodes +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_watch_hold_head_terminate_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_watch_hold_head_terminate_fast_nodes +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_watch_hold_head_terminate_fast_optimized_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_watch_hold_head_terminate_standard_dev_nodes +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_watch_hold_head_terminate_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_watch_hold_head_terminate_standard_nodes +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_watch_hold_head_terminate_standard_optimized_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_watch_hold_head_update_parallel_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_watch_hold_head_update_parallel_dev_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_watch_hold_head_update_parallel_fast_dev_nodes +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_watch_hold_head_update_parallel_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_watch_hold_head_update_parallel_fast_nodes +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_watch_hold_head_update_parallel_fast_optimized_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_watch_hold_head_update_parallel_standard_dev_nodes +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_watch_hold_head_update_parallel_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_watch_hold_head_update_parallel_standard_nodes +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_watch_hold_head_update_parallel_standard_optimized_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_watch_hold_tick_despawn_time_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_watch_hold_tick_despawn_time_dev_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_watch_hold_tick_despawn_time_fast_dev_nodes +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_watch_hold_tick_despawn_time_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_watch_hold_tick_despawn_time_fast_nodes +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_watch_hold_tick_despawn_time_fast_optimized_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_watch_hold_tick_despawn_time_standard_dev_nodes +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_watch_hold_tick_despawn_time_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_watch_hold_tick_despawn_time_standard_nodes +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_watch_hold_tick_despawn_time_standard_optimized_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_watch_hold_tick_preprocess_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_watch_hold_tick_preprocess_dev_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_watch_hold_tick_preprocess_fast_dev_nodes +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_watch_hold_tick_preprocess_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_watch_hold_tick_preprocess_fast_nodes +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_watch_hold_tick_preprocess_fast_optimized_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_watch_hold_tick_preprocess_standard_dev_nodes +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_watch_hold_tick_preprocess_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_watch_hold_tick_preprocess_standard_nodes +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_watch_hold_tick_preprocess_standard_optimized_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_watch_hold_tick_spawn_time_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_watch_hold_tick_spawn_time_dev_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_watch_hold_tick_spawn_time_fast_dev_nodes +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_watch_hold_tick_spawn_time_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_watch_hold_tick_spawn_time_fast_nodes +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_watch_hold_tick_spawn_time_fast_optimized_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_watch_hold_tick_spawn_time_standard_dev_nodes +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_watch_hold_tick_spawn_time_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_watch_hold_tick_spawn_time_standard_nodes +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_watch_hold_tick_spawn_time_standard_optimized_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_watch_hold_tick_terminate_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_watch_hold_tick_terminate_dev_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_watch_hold_tick_terminate_fast_dev_nodes +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_watch_hold_tick_terminate_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_watch_hold_tick_terminate_fast_nodes +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_watch_hold_tick_terminate_fast_optimized_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_watch_hold_tick_terminate_standard_dev_nodes +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_watch_hold_tick_terminate_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_watch_hold_tick_terminate_standard_nodes +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_watch_hold_tick_terminate_standard_optimized_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_watch_hold_tick_update_parallel_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_watch_hold_tick_update_parallel_dev_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_watch_hold_tick_update_parallel_fast_dev_nodes +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_watch_hold_tick_update_parallel_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_watch_hold_tick_update_parallel_fast_nodes +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_watch_hold_tick_update_parallel_fast_optimized_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_watch_hold_tick_update_parallel_standard_dev_nodes +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_watch_hold_tick_update_parallel_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_watch_hold_tick_update_parallel_standard_nodes +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_watch_hold_tick_update_parallel_standard_optimized_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_watch_tap_despawn_time_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_watch_tap_despawn_time_dev_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_watch_tap_despawn_time_fast_dev_nodes +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_watch_tap_despawn_time_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_watch_tap_despawn_time_fast_nodes +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_watch_tap_despawn_time_fast_optimized_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_watch_tap_despawn_time_standard_dev_nodes +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_watch_tap_despawn_time_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_watch_tap_despawn_time_standard_nodes +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_watch_tap_despawn_time_standard_optimized_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_watch_tap_preprocess_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_watch_tap_preprocess_dev_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_watch_tap_preprocess_fast_dev_nodes +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_watch_tap_preprocess_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_watch_tap_preprocess_fast_nodes +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_watch_tap_preprocess_fast_optimized_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_watch_tap_preprocess_standard_dev_nodes +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_watch_tap_preprocess_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_watch_tap_preprocess_standard_nodes +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_watch_tap_preprocess_standard_optimized_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_watch_tap_spawn_time_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_watch_tap_spawn_time_dev_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_watch_tap_spawn_time_fast_dev_nodes +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_watch_tap_spawn_time_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_watch_tap_spawn_time_fast_nodes +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_watch_tap_spawn_time_fast_optimized_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_watch_tap_spawn_time_standard_dev_nodes +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_watch_tap_spawn_time_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_watch_tap_spawn_time_standard_nodes +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_watch_tap_spawn_time_standard_optimized_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_watch_tap_terminate_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_watch_tap_terminate_dev_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_watch_tap_terminate_fast_dev_nodes +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_watch_tap_terminate_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_watch_tap_terminate_fast_nodes +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_watch_tap_terminate_fast_optimized_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_watch_tap_terminate_standard_dev_nodes +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_watch_tap_terminate_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_watch_tap_terminate_standard_nodes +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_watch_tap_terminate_standard_optimized_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_watch_tap_update_parallel_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_watch_tap_update_parallel_dev_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_watch_tap_update_parallel_fast_dev_nodes +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_watch_tap_update_parallel_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_watch_tap_update_parallel_fast_nodes +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_watch_tap_update_parallel_fast_optimized_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_watch_tap_update_parallel_standard_dev_nodes +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_watch_tap_update_parallel_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_watch_tap_update_parallel_standard_nodes +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_watch_tap_update_parallel_standard_optimized_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_watch_watch_hold_connector_despawn_time_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_watch_watch_hold_connector_despawn_time_dev_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_watch_watch_hold_connector_despawn_time_fast_dev_nodes +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_watch_watch_hold_connector_despawn_time_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_watch_watch_hold_connector_despawn_time_fast_nodes +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_watch_watch_hold_connector_despawn_time_fast_optimized_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_watch_watch_hold_connector_despawn_time_standard_dev_nodes +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_watch_watch_hold_connector_despawn_time_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_watch_watch_hold_connector_despawn_time_standard_nodes +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_watch_watch_hold_connector_despawn_time_standard_optimized_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_watch_watch_hold_connector_spawn_time_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_watch_watch_hold_connector_spawn_time_dev_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_watch_watch_hold_connector_spawn_time_fast_dev_nodes +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_watch_watch_hold_connector_spawn_time_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_watch_watch_hold_connector_spawn_time_fast_nodes +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_watch_watch_hold_connector_spawn_time_fast_optimized_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_watch_watch_hold_connector_spawn_time_standard_dev_nodes +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_watch_watch_hold_connector_spawn_time_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_watch_watch_hold_connector_spawn_time_standard_nodes +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_watch_watch_hold_connector_spawn_time_standard_optimized_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_watch_watch_hold_connector_update_parallel_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_watch_watch_hold_connector_update_parallel_dev_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_watch_watch_hold_connector_update_parallel_fast_dev_nodes +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_watch_watch_hold_connector_update_parallel_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_watch_watch_hold_connector_update_parallel_fast_nodes +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_watch_watch_hold_connector_update_parallel_fast_optimized_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_watch_watch_hold_connector_update_parallel_standard_dev_nodes +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_watch_watch_hold_connector_update_parallel_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_watch_watch_hold_connector_update_parallel_standard_nodes +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_watch_watch_hold_connector_update_parallel_standard_optimized_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_watch_watch_hold_connector_update_sequential_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_watch_watch_hold_connector_update_sequential_dev_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_watch_watch_hold_connector_update_sequential_fast_dev_nodes +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_watch_watch_hold_connector_update_sequential_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_watch_watch_hold_connector_update_sequential_fast_nodes +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_watch_watch_hold_connector_update_sequential_fast_optimized_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_watch_watch_hold_connector_update_sequential_standard_dev_nodes +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_watch_watch_hold_connector_update_sequential_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_watch_watch_hold_connector_update_sequential_standard_nodes +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_watch_watch_hold_connector_update_sequential_standard_optimized_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_watch_watch_hold_manager_despawn_time_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_watch_watch_hold_manager_despawn_time_dev_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_watch_watch_hold_manager_despawn_time_fast_dev_nodes +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_watch_watch_hold_manager_despawn_time_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_watch_watch_hold_manager_despawn_time_fast_nodes +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_watch_watch_hold_manager_despawn_time_fast_optimized_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_watch_watch_hold_manager_despawn_time_standard_dev_nodes +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_watch_watch_hold_manager_despawn_time_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_watch_watch_hold_manager_despawn_time_standard_nodes +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_watch_watch_hold_manager_despawn_time_standard_optimized_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_watch_watch_hold_manager_spawn_time_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_watch_watch_hold_manager_spawn_time_dev_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_watch_watch_hold_manager_spawn_time_fast_dev_nodes +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_watch_watch_hold_manager_spawn_time_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_watch_watch_hold_manager_spawn_time_fast_nodes +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_watch_watch_hold_manager_spawn_time_fast_optimized_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_watch_watch_hold_manager_spawn_time_standard_dev_nodes +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_watch_watch_hold_manager_spawn_time_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_watch_watch_hold_manager_spawn_time_standard_nodes +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_watch_watch_hold_manager_spawn_time_standard_optimized_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_watch_watch_hold_manager_terminate_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_watch_watch_hold_manager_terminate_dev_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_watch_watch_hold_manager_terminate_fast_dev_nodes +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_watch_watch_hold_manager_terminate_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_watch_watch_hold_manager_terminate_fast_nodes +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_watch_watch_hold_manager_terminate_fast_optimized_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_watch_watch_hold_manager_terminate_standard_dev_nodes +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_watch_watch_hold_manager_terminate_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_watch_watch_hold_manager_terminate_standard_nodes +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_watch_watch_hold_manager_terminate_standard_optimized_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_watch_watch_hold_manager_update_parallel_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_watch_watch_hold_manager_update_parallel_dev_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_watch_watch_hold_manager_update_parallel_fast_dev_nodes +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_watch_watch_hold_manager_update_parallel_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_watch_watch_hold_manager_update_parallel_fast_nodes +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_watch_watch_hold_manager_update_parallel_fast_optimized_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_watch_watch_hold_manager_update_parallel_standard_dev_nodes +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_watch_watch_hold_manager_update_parallel_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_watch_watch_hold_manager_update_parallel_standard_nodes +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_watch_watch_hold_manager_update_parallel_standard_optimized_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_watch_watch_note_despawn_time_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_watch_watch_note_despawn_time_fast_nodes +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_watch_watch_note_despawn_time_fast_optimized_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_watch_watch_note_despawn_time_standard_nodes +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_watch_watch_note_despawn_time_standard_optimized_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_watch_watch_note_preprocess_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_watch_watch_note_preprocess_fast_nodes +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_watch_watch_note_preprocess_fast_optimized_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_watch_watch_note_preprocess_standard_nodes +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_watch_watch_note_preprocess_standard_optimized_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_watch_watch_note_spawn_time_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_watch_watch_note_spawn_time_fast_nodes +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_watch_watch_note_spawn_time_fast_optimized_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_watch_watch_note_spawn_time_standard_nodes +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_watch_watch_note_spawn_time_standard_optimized_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_watch_watch_note_terminate_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_watch_watch_note_terminate_fast_nodes +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_watch_watch_note_terminate_fast_optimized_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_watch_watch_note_terminate_standard_nodes +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_watch_watch_note_terminate_standard_optimized_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_watch_watch_note_update_parallel_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_watch_watch_note_update_parallel_fast_nodes +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_watch_watch_note_update_parallel_fast_optimized_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_watch_watch_note_update_parallel_standard_nodes +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_watch_watch_note_update_parallel_standard_optimized_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_watch_watch_scheduled_lane_effect_despawn_time_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_watch_watch_scheduled_lane_effect_despawn_time_dev_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_watch_watch_scheduled_lane_effect_despawn_time_fast_dev_nodes +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_watch_watch_scheduled_lane_effect_despawn_time_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_watch_watch_scheduled_lane_effect_despawn_time_fast_nodes +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_watch_watch_scheduled_lane_effect_despawn_time_fast_optimized_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_watch_watch_scheduled_lane_effect_despawn_time_standard_dev_nodes +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_watch_watch_scheduled_lane_effect_despawn_time_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_watch_watch_scheduled_lane_effect_despawn_time_standard_nodes +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_watch_watch_scheduled_lane_effect_despawn_time_standard_optimized_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_watch_watch_scheduled_lane_effect_spawn_time_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_watch_watch_scheduled_lane_effect_spawn_time_dev_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_watch_watch_scheduled_lane_effect_spawn_time_fast_dev_nodes +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_watch_watch_scheduled_lane_effect_spawn_time_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_watch_watch_scheduled_lane_effect_spawn_time_fast_nodes +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_watch_watch_scheduled_lane_effect_spawn_time_fast_optimized_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_watch_watch_scheduled_lane_effect_spawn_time_standard_dev_nodes +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_watch_watch_scheduled_lane_effect_spawn_time_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_watch_watch_scheduled_lane_effect_spawn_time_standard_nodes +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_watch_watch_scheduled_lane_effect_spawn_time_standard_optimized_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_watch_watch_scheduled_lane_effect_update_parallel_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_watch_watch_scheduled_lane_effect_update_parallel_dev_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_watch_watch_scheduled_lane_effect_update_parallel_fast_dev_nodes +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_watch_watch_scheduled_lane_effect_update_parallel_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_watch_watch_scheduled_lane_effect_update_parallel_fast_nodes +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_watch_watch_scheduled_lane_effect_update_parallel_fast_optimized_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_watch_watch_scheduled_lane_effect_update_parallel_standard_dev_nodes +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_watch_watch_scheduled_lane_effect_update_parallel_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_watch_watch_scheduled_lane_effect_update_parallel_standard_nodes +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_watch_watch_scheduled_lane_effect_update_parallel_standard_optimized_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_watch_watch_sim_line_despawn_time_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_watch_watch_sim_line_despawn_time_dev_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_watch_watch_sim_line_despawn_time_fast_dev_nodes +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_watch_watch_sim_line_despawn_time_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_watch_watch_sim_line_despawn_time_fast_nodes +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_watch_watch_sim_line_despawn_time_fast_optimized_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_watch_watch_sim_line_despawn_time_standard_dev_nodes +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_watch_watch_sim_line_despawn_time_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_watch_watch_sim_line_despawn_time_standard_nodes +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_watch_watch_sim_line_despawn_time_standard_optimized_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_watch_watch_sim_line_spawn_time_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_watch_watch_sim_line_spawn_time_dev_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_watch_watch_sim_line_spawn_time_fast_dev_nodes +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_watch_watch_sim_line_spawn_time_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_watch_watch_sim_line_spawn_time_fast_nodes +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_watch_watch_sim_line_spawn_time_fast_optimized_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_watch_watch_sim_line_spawn_time_standard_dev_nodes +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_watch_watch_sim_line_spawn_time_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_watch_watch_sim_line_spawn_time_standard_nodes +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_watch_watch_sim_line_spawn_time_standard_optimized_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_watch_watch_sim_line_update_parallel_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_watch_watch_sim_line_update_parallel_dev_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_watch_watch_sim_line_update_parallel_fast_dev_nodes +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_watch_watch_sim_line_update_parallel_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_watch_watch_sim_line_update_parallel_fast_nodes +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_watch_watch_sim_line_update_parallel_fast_optimized_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_watch_watch_sim_line_update_parallel_standard_dev_nodes +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_watch_watch_sim_line_update_parallel_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_watch_watch_sim_line_update_parallel_standard_nodes +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_watch_watch_sim_line_update_parallel_standard_optimized_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_watch_watch_stage_despawn_time_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_watch_watch_stage_despawn_time_dev_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_watch_watch_stage_despawn_time_fast_dev_nodes +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_watch_watch_stage_despawn_time_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_watch_watch_stage_despawn_time_fast_nodes +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_watch_watch_stage_despawn_time_fast_optimized_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_watch_watch_stage_despawn_time_standard_dev_nodes +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_watch_watch_stage_despawn_time_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_watch_watch_stage_despawn_time_standard_nodes +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_watch_watch_stage_despawn_time_standard_optimized_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_watch_watch_stage_preprocess_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_watch_watch_stage_preprocess_dev_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_watch_watch_stage_preprocess_fast_dev_nodes +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_watch_watch_stage_preprocess_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_watch_watch_stage_preprocess_fast_nodes +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_watch_watch_stage_preprocess_fast_optimized_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_watch_watch_stage_preprocess_standard_dev_nodes +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_watch_watch_stage_preprocess_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_watch_watch_stage_preprocess_standard_nodes +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_watch_watch_stage_preprocess_standard_optimized_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_watch_watch_stage_spawn_time_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_watch_watch_stage_spawn_time_dev_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_watch_watch_stage_spawn_time_fast_dev_nodes +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_watch_watch_stage_spawn_time_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_watch_watch_stage_spawn_time_fast_nodes +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_watch_watch_stage_spawn_time_fast_optimized_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_watch_watch_stage_spawn_time_standard_dev_nodes +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_watch_watch_stage_spawn_time_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_watch_watch_stage_spawn_time_standard_nodes +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_watch_watch_stage_spawn_time_standard_optimized_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_watch_watch_stage_update_parallel_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_watch_watch_stage_update_parallel_dev_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_watch_watch_stage_update_parallel_fast_dev_nodes +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_watch_watch_stage_update_parallel_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_watch_watch_stage_update_parallel_fast_nodes +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_watch_watch_stage_update_parallel_fast_optimized_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_watch_watch_stage_update_parallel_standard_dev_nodes +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_watch_watch_stage_update_parallel_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_watch_watch_stage_update_parallel_standard_nodes +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_watch_watch_stage_update_parallel_standard_optimized_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_watch_watch_unscored_note_despawn_time_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_watch_watch_unscored_note_despawn_time_fast_nodes +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_watch_watch_unscored_note_despawn_time_fast_optimized_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_watch_watch_unscored_note_despawn_time_standard_nodes +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_watch_watch_unscored_note_despawn_time_standard_optimized_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_watch_watch_unscored_note_preprocess_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_watch_watch_unscored_note_preprocess_fast_nodes +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_watch_watch_unscored_note_preprocess_fast_optimized_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_watch_watch_unscored_note_preprocess_standard_nodes +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_watch_watch_unscored_note_preprocess_standard_optimized_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_watch_watch_unscored_note_spawn_time_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_watch_watch_unscored_note_spawn_time_fast_nodes +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_watch_watch_unscored_note_spawn_time_fast_optimized_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_watch_watch_unscored_note_spawn_time_standard_nodes +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_watch_watch_unscored_note_spawn_time_standard_optimized_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_watch_watch_unscored_note_terminate_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_watch_watch_unscored_note_terminate_fast_nodes +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_watch_watch_unscored_note_terminate_fast_optimized_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_watch_watch_unscored_note_terminate_standard_nodes +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_watch_watch_unscored_note_terminate_standard_optimized_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_watch_watch_unscored_note_update_parallel_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_watch_watch_unscored_note_update_parallel_fast_nodes +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_watch_watch_unscored_note_update_parallel_fast_optimized_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_watch_watch_unscored_note_update_parallel_standard_nodes +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/data/pydori_watch_watch_unscored_note_update_parallel_standard_optimized_cfg +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/regressions/test_project.py +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/script/conftest.py +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/script/test_array.py +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/script/test_array_map.py +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/script/test_array_set.py +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/script/test_assert.py +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/script/test_dict.py +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/script/test_flow.py +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/script/test_functions.py +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/script/test_generator.py +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/script/test_genexpr.py +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/script/test_helpers.py +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/script/test_interval.py +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/script/test_match.py +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/script/test_maybe.py +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/script/test_num.py +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/script/test_operator.py +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/script/test_quad.py +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/script/test_random.py +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/script/test_range.py +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/script/test_super.py +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/script/test_transform.py +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/script/test_tuple.py +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/script/test_values.py +0 -0
- {sonolus_py-0.10.5 → sonolus_py-0.10.7}/tests/script/test_var_array.py +0 -0
|
@@ -277,6 +277,17 @@ def round(number: builtins.int | builtins.float, ndigits: builtins.int = ...) ->
|
|
|
277
277
|
"""
|
|
278
278
|
...
|
|
279
279
|
|
|
280
|
+
def type(obj: object) -> builtins.type:
|
|
281
|
+
"""Return the type of an object.
|
|
282
|
+
|
|
283
|
+
Args:
|
|
284
|
+
obj: The object to get the type of.
|
|
285
|
+
|
|
286
|
+
Returns:
|
|
287
|
+
The type of the object.
|
|
288
|
+
"""
|
|
289
|
+
...
|
|
290
|
+
|
|
280
291
|
def zip[T](*iterables: Iterable[T]) -> Iterator[tuple[T, ...]]:
|
|
281
292
|
"""Return an iterator of tuples, where the i-th tuple contains the i-th element from each of the argument sequences.
|
|
282
293
|
|
|
@@ -1,3 +1,14 @@
|
|
|
1
|
+
### 0.10.7
|
|
2
|
+
|
|
3
|
+
- Added support for the `type()` built-in function
|
|
4
|
+
- Added the [`angle_diff()`][sonolus.script.vec.angle_diff] and
|
|
5
|
+
[`signed_angle_diff()`][sonolus.script.vec.signed_angle_diff] functions
|
|
6
|
+
- Added the [`sort_linked_entities()`][sonolus.script.containers.sort_linked_entities] function
|
|
7
|
+
|
|
8
|
+
### 0.10.6
|
|
9
|
+
|
|
10
|
+
- Fixed the dev server becoming unresponsive after invalid command arguments
|
|
11
|
+
|
|
1
12
|
### 0.10.5
|
|
2
13
|
|
|
3
14
|
- Fixed the dev server becoming unresponsive after a blank command
|
|
@@ -48,7 +59,7 @@
|
|
|
48
59
|
|
|
49
60
|
- Changelog introduced
|
|
50
61
|
- Fixed some errors when iterating over iterators that are statically determined to be empty
|
|
51
|
-
- Added [`Rect.from_margin(
|
|
62
|
+
- Added [`Rect.from_margin()`][sonolus.script.quad.Rect.from_margin]
|
|
52
63
|
- Added [`SpriteGroup`][sonolus.script.sprite.SpriteGroup], [`EffectGroup`][sonolus.script.effect.EffectGroup], and
|
|
53
64
|
[`ParticleGroup`][sonolus.script.particle.ParticleGroup] for array-like access to sprites, effects, and particles
|
|
54
65
|
- Added mid-edge properties like [`Quad.mt`][sonolus.script.quad.Quad.mt] and [`Rect.mb`][sonolus.script.quad.Rect.mb]
|
|
@@ -205,8 +205,16 @@ def parse_dev_command(command_line: str) -> Command | None:
|
|
|
205
205
|
return HelpCommand()
|
|
206
206
|
elif args.cmd in {"quit", "q"}:
|
|
207
207
|
return ExitCommand()
|
|
208
|
+
else:
|
|
209
|
+
# Really, we should not reach here, since argparse would have errored out earlier
|
|
210
|
+
print("Unknown command.\n")
|
|
211
|
+
return None
|
|
212
|
+
except (argparse.ArgumentError, argparse.ArgumentTypeError) as e:
|
|
213
|
+
print(f"Error parsing command: {e}\n")
|
|
208
214
|
return None
|
|
209
|
-
except
|
|
215
|
+
except SystemExit:
|
|
216
|
+
# argparse throws this on some errors, and will print out help automatically
|
|
217
|
+
print()
|
|
210
218
|
return None
|
|
211
219
|
|
|
212
220
|
|
|
@@ -227,7 +235,7 @@ def command_input_thread(command_queue: queue.Queue, prompt_event: threading.Eve
|
|
|
227
235
|
if isinstance(cmd, ExitCommand):
|
|
228
236
|
break
|
|
229
237
|
else:
|
|
230
|
-
print(f"
|
|
238
|
+
print(f"Available commands:\n{HELP_TEXT}")
|
|
231
239
|
# Show prompt again
|
|
232
240
|
prompt_event.set()
|
|
233
241
|
else:
|
|
@@ -236,6 +244,7 @@ def command_input_thread(command_queue: queue.Queue, prompt_event: threading.Eve
|
|
|
236
244
|
break
|
|
237
245
|
except Exception as e:
|
|
238
246
|
print(f"Error reading command: {e}\n")
|
|
247
|
+
prompt_event.set()
|
|
239
248
|
|
|
240
249
|
|
|
241
250
|
def get_local_ips():
|
|
@@ -283,7 +292,7 @@ def run_server(
|
|
|
283
292
|
|
|
284
293
|
def log_message(self, fmt, *args):
|
|
285
294
|
sys.stdout.write("\r\033[K") # Clear line
|
|
286
|
-
sys.stdout.write(f"{self.address_string()}
|
|
295
|
+
sys.stdout.write(f"{self.address_string()} [{self.log_date_time_string()}] {fmt % args}\n")
|
|
287
296
|
if interactive:
|
|
288
297
|
sys.stdout.write("> ")
|
|
289
298
|
sys.stdout.flush()
|
|
@@ -1,7 +1,9 @@
|
|
|
1
1
|
from __future__ import annotations
|
|
2
2
|
|
|
3
|
-
from
|
|
3
|
+
from collections.abc import Callable
|
|
4
|
+
from typing import Any, Protocol, Self
|
|
4
5
|
|
|
6
|
+
from sonolus.script.archetype import AnyArchetype, EntityRef
|
|
5
7
|
from sonolus.script.array import Array
|
|
6
8
|
from sonolus.script.array_like import ArrayLike, get_positive_index
|
|
7
9
|
from sonolus.script.debug import error
|
|
@@ -643,3 +645,255 @@ class _ArrayMapEntryIterator[K, V, Capacity](Record, SonolusIterator):
|
|
|
643
645
|
self._index += 1
|
|
644
646
|
return Some(result)
|
|
645
647
|
return Nothing
|
|
648
|
+
|
|
649
|
+
|
|
650
|
+
class _LinkedListNodeRef[TKey, TValue](Protocol):
|
|
651
|
+
def get_value(self) -> TValue: ...
|
|
652
|
+
|
|
653
|
+
def get_next(self) -> Self: ...
|
|
654
|
+
|
|
655
|
+
def set_next(self, next_node: Self): ...
|
|
656
|
+
|
|
657
|
+
def set_prev(self, prev_node: Self):
|
|
658
|
+
# No-op for singly linked lists
|
|
659
|
+
return
|
|
660
|
+
|
|
661
|
+
def is_present(self) -> bool: ...
|
|
662
|
+
|
|
663
|
+
def set(self, other: Self): ...
|
|
664
|
+
|
|
665
|
+
def copy(self) -> Self: ...
|
|
666
|
+
|
|
667
|
+
def empty(self) -> Self: ...
|
|
668
|
+
|
|
669
|
+
|
|
670
|
+
def _merge_linked_list_nodes[TNode: _LinkedListNodeRef](
|
|
671
|
+
a: TNode,
|
|
672
|
+
b: TNode,
|
|
673
|
+
) -> TNode:
|
|
674
|
+
head = a.empty()
|
|
675
|
+
tail = a.empty()
|
|
676
|
+
left = a.copy()
|
|
677
|
+
right = b.copy()
|
|
678
|
+
|
|
679
|
+
while left.is_present() and right.is_present():
|
|
680
|
+
if left.get_value() <= right.get_value():
|
|
681
|
+
if not head.is_present():
|
|
682
|
+
head.set(left)
|
|
683
|
+
tail.set(left)
|
|
684
|
+
else:
|
|
685
|
+
tail.set_next(left)
|
|
686
|
+
tail.set(left)
|
|
687
|
+
left.set(left.get_next())
|
|
688
|
+
else:
|
|
689
|
+
if not head.is_present():
|
|
690
|
+
head.set(right)
|
|
691
|
+
tail.set(right)
|
|
692
|
+
else:
|
|
693
|
+
tail.set_next(right)
|
|
694
|
+
tail.set(right)
|
|
695
|
+
right.set(right.get_next())
|
|
696
|
+
|
|
697
|
+
while left.is_present():
|
|
698
|
+
if not head.is_present():
|
|
699
|
+
head.set(left)
|
|
700
|
+
tail.set(left)
|
|
701
|
+
else:
|
|
702
|
+
tail.set_next(left)
|
|
703
|
+
tail.set(left)
|
|
704
|
+
left.set(left.get_next())
|
|
705
|
+
|
|
706
|
+
while right.is_present():
|
|
707
|
+
if not head.is_present():
|
|
708
|
+
head.set(right)
|
|
709
|
+
tail.set(right)
|
|
710
|
+
else:
|
|
711
|
+
tail.set_next(right)
|
|
712
|
+
tail.set(right)
|
|
713
|
+
right.set(right.get_next())
|
|
714
|
+
|
|
715
|
+
if tail.is_present():
|
|
716
|
+
tail.set_next(a.empty())
|
|
717
|
+
|
|
718
|
+
return head
|
|
719
|
+
|
|
720
|
+
|
|
721
|
+
def _merge_sort_linked_list_nodes[TNode: _LinkedListNodeRef](
|
|
722
|
+
head: TNode,
|
|
723
|
+
) -> TNode:
|
|
724
|
+
# Calculate length
|
|
725
|
+
length = 0
|
|
726
|
+
node = head.copy()
|
|
727
|
+
while node.is_present():
|
|
728
|
+
length += 1
|
|
729
|
+
node.set(node.get_next())
|
|
730
|
+
|
|
731
|
+
# Trivial case
|
|
732
|
+
if length <= 1:
|
|
733
|
+
return head
|
|
734
|
+
|
|
735
|
+
# Bottom-up merge sort: start with sublists of size 1, then 2, 4, 8, etc.
|
|
736
|
+
size = 1
|
|
737
|
+
while size < length:
|
|
738
|
+
current = head.copy()
|
|
739
|
+
new_head = head.empty()
|
|
740
|
+
new_tail = head.empty()
|
|
741
|
+
|
|
742
|
+
# Process all pairs of sublists of the current size
|
|
743
|
+
while current.is_present():
|
|
744
|
+
# Extract the first sublist
|
|
745
|
+
left = current.copy()
|
|
746
|
+
prev = current.empty()
|
|
747
|
+
i = 0
|
|
748
|
+
while i < size and current.is_present():
|
|
749
|
+
prev.set(current)
|
|
750
|
+
current.set(current.get_next())
|
|
751
|
+
i += 1
|
|
752
|
+
if prev.is_present():
|
|
753
|
+
prev.set_next(prev.empty())
|
|
754
|
+
|
|
755
|
+
# We've made it to the end without a second sublist to merge, so just attach it to the end
|
|
756
|
+
if not current.is_present():
|
|
757
|
+
# Since size < length, we know a full iteration must have happened already, so new_tail is valid
|
|
758
|
+
new_tail.set_next(left)
|
|
759
|
+
break
|
|
760
|
+
|
|
761
|
+
# Extract the second sublist
|
|
762
|
+
right = current.copy()
|
|
763
|
+
prev = current.empty()
|
|
764
|
+
i = 0
|
|
765
|
+
while i < size and current.is_present():
|
|
766
|
+
prev.set(current)
|
|
767
|
+
current.set(current.get_next())
|
|
768
|
+
i += 1
|
|
769
|
+
if prev.is_present():
|
|
770
|
+
prev.set_next(prev.empty())
|
|
771
|
+
|
|
772
|
+
merged = _merge_linked_list_nodes(left, right)
|
|
773
|
+
|
|
774
|
+
# Append the merged result
|
|
775
|
+
if not new_head.is_present():
|
|
776
|
+
new_head.set(merged)
|
|
777
|
+
new_tail.set(merged)
|
|
778
|
+
else:
|
|
779
|
+
new_tail.set_next(merged)
|
|
780
|
+
|
|
781
|
+
# Move tail to the end of the merged section
|
|
782
|
+
while new_tail.get_next().is_present():
|
|
783
|
+
new_tail.set(new_tail.get_next())
|
|
784
|
+
|
|
785
|
+
# Update head for the next iteration
|
|
786
|
+
head.set(new_head)
|
|
787
|
+
size *= 2
|
|
788
|
+
|
|
789
|
+
return head
|
|
790
|
+
|
|
791
|
+
|
|
792
|
+
class _EntityNodeRef[Archetype, GetValue, GetNextRef, GetPrevRef](Record):
|
|
793
|
+
index: int
|
|
794
|
+
|
|
795
|
+
def get_value(self) -> Any:
|
|
796
|
+
return self.get_value_fn(self.archetype.at(self.index))
|
|
797
|
+
|
|
798
|
+
def get_next(self) -> _EntityNodeRef:
|
|
799
|
+
next_ref = self.get_next_ref_fn(self.archetype.at(self.index))
|
|
800
|
+
return self.with_index(next_ref.index)
|
|
801
|
+
|
|
802
|
+
def set_next(self, next_node: _EntityNodeRef):
|
|
803
|
+
entity = self.archetype.at(self.index)
|
|
804
|
+
next_ref = self.get_next_ref_fn(entity)
|
|
805
|
+
next_ref.index = next_node.index
|
|
806
|
+
|
|
807
|
+
def set_prev(self, prev_node: _EntityNodeRef):
|
|
808
|
+
if self.get_prev_ref_fn is not None:
|
|
809
|
+
entity = self.archetype.at(self.index)
|
|
810
|
+
prev_ref = self.get_prev_ref_fn(entity)
|
|
811
|
+
prev_ref.index = prev_node.index
|
|
812
|
+
|
|
813
|
+
def is_present(self) -> bool:
|
|
814
|
+
return self.index > 0
|
|
815
|
+
|
|
816
|
+
def set(self, other: _EntityNodeRef):
|
|
817
|
+
self.index = other.index
|
|
818
|
+
|
|
819
|
+
def copy(self) -> _EntityNodeRef:
|
|
820
|
+
return self.with_index(self.index)
|
|
821
|
+
|
|
822
|
+
def empty(self) -> _EntityNodeRef:
|
|
823
|
+
return self.with_index(0)
|
|
824
|
+
|
|
825
|
+
def with_index(self, index: int) -> _EntityNodeRef:
|
|
826
|
+
return _EntityNodeRef[
|
|
827
|
+
self.archetype,
|
|
828
|
+
self.get_value_fn,
|
|
829
|
+
self.get_next_ref_fn,
|
|
830
|
+
self.get_prev_ref_fn,
|
|
831
|
+
](index)
|
|
832
|
+
|
|
833
|
+
@property
|
|
834
|
+
def archetype(self):
|
|
835
|
+
return self.type_var_value(Archetype)
|
|
836
|
+
|
|
837
|
+
@property
|
|
838
|
+
def get_value_fn(self):
|
|
839
|
+
return self.type_var_value(GetValue)
|
|
840
|
+
|
|
841
|
+
@property
|
|
842
|
+
def get_next_ref_fn(self):
|
|
843
|
+
return self.type_var_value(GetNextRef)
|
|
844
|
+
|
|
845
|
+
@property
|
|
846
|
+
def get_prev_ref_fn(self):
|
|
847
|
+
return self.type_var_value(GetPrevRef)
|
|
848
|
+
|
|
849
|
+
|
|
850
|
+
def sort_linked_entities[T: AnyArchetype](
|
|
851
|
+
head_ref: EntityRef[T],
|
|
852
|
+
/,
|
|
853
|
+
*,
|
|
854
|
+
get_value: Callable[[T], Any],
|
|
855
|
+
get_next_ref: Callable[[T], EntityRef[T]],
|
|
856
|
+
get_prev_ref: Callable[[T], EntityRef[T]] | None = None,
|
|
857
|
+
) -> EntityRef[T]:
|
|
858
|
+
"""Sort a linked list of entities using merge sort.
|
|
859
|
+
|
|
860
|
+
If get_prev_ref is provided, the backward links will be updated as well.
|
|
861
|
+
|
|
862
|
+
Usage:
|
|
863
|
+
```python
|
|
864
|
+
class MyArchetype(PlayArchetype):
|
|
865
|
+
sort_key: int
|
|
866
|
+
next: EntityRef[MyArchetype]
|
|
867
|
+
|
|
868
|
+
def sort_my_archetype(head: EntityRef[MyArchetype]) -> EntityRef[MyArchetype]:
|
|
869
|
+
return sort_linked_entities(
|
|
870
|
+
head,
|
|
871
|
+
get_value=lambda e: e.sort_key,
|
|
872
|
+
get_next_ref=lambda e: e.next,
|
|
873
|
+
)
|
|
874
|
+
```
|
|
875
|
+
|
|
876
|
+
Args:
|
|
877
|
+
head_ref: A reference to the head of the linked list.
|
|
878
|
+
get_value: A function that takes an entity and returns the value to sort by.
|
|
879
|
+
get_next_ref: A function that takes an entity and returns a reference to the next entity.
|
|
880
|
+
get_prev_ref: An optional function that takes an entity and returns a reference to the previous entity.
|
|
881
|
+
|
|
882
|
+
Returns:
|
|
883
|
+
A reference to the head of the sorted linked list.
|
|
884
|
+
"""
|
|
885
|
+
archetype = head_ref.archetype()
|
|
886
|
+
|
|
887
|
+
sorted_head_index = _merge_sort_linked_list_nodes(
|
|
888
|
+
_EntityNodeRef[archetype, get_value, get_next_ref, get_prev_ref](head_ref.index)
|
|
889
|
+
).index
|
|
890
|
+
|
|
891
|
+
if get_prev_ref is not None:
|
|
892
|
+
current_ref = _EntityNodeRef[archetype, get_value, get_next_ref, get_prev_ref](sorted_head_index)
|
|
893
|
+
prev_ref = current_ref.empty()
|
|
894
|
+
while current_ref.is_present():
|
|
895
|
+
current_ref.set_prev(prev_ref)
|
|
896
|
+
prev_ref.set(current_ref)
|
|
897
|
+
current_ref.set(current_ref.get_next())
|
|
898
|
+
|
|
899
|
+
return EntityRef[archetype](sorted_head_index)
|
|
@@ -388,6 +388,11 @@ def _super(*args):
|
|
|
388
388
|
return super(*(arg._as_py_() if arg._is_py_() else arg for arg in args))
|
|
389
389
|
|
|
390
390
|
|
|
391
|
+
@meta_fn
|
|
392
|
+
def _type(value):
|
|
393
|
+
return type(value)
|
|
394
|
+
|
|
395
|
+
|
|
391
396
|
@meta_fn
|
|
392
397
|
def _assert_never(arg: Never, /):
|
|
393
398
|
error("Expected code to be unreachable")
|
|
@@ -416,6 +421,7 @@ BUILTIN_IMPLS = {
|
|
|
416
421
|
id(range): Range,
|
|
417
422
|
id(reversed): _reversed,
|
|
418
423
|
id(super): _super,
|
|
424
|
+
id(type): _type,
|
|
419
425
|
id(zip): _zip,
|
|
420
426
|
id(assert_never): _assert_never,
|
|
421
427
|
**MATH_BUILTIN_IMPLS, # Includes round
|
|
@@ -1,5 +1,7 @@
|
|
|
1
1
|
from __future__ import annotations
|
|
2
2
|
|
|
3
|
+
from math import pi
|
|
4
|
+
|
|
3
5
|
from sonolus.script.array import Array
|
|
4
6
|
from sonolus.script.array_like import ArrayLike
|
|
5
7
|
from sonolus.script.debug import assert_true
|
|
@@ -285,3 +287,22 @@ def pnpoly(vertices: ArrayLike[Vec2] | tuple[Vec2, ...], test: Vec2) -> bool:
|
|
|
285
287
|
j = i
|
|
286
288
|
i += 1
|
|
287
289
|
return c
|
|
290
|
+
|
|
291
|
+
|
|
292
|
+
def angle_diff(a: float, b: float, /) -> float:
|
|
293
|
+
"""Return the smallest absolute difference between two angles in radians.
|
|
294
|
+
|
|
295
|
+
The result is in the range [0, π].
|
|
296
|
+
"""
|
|
297
|
+
return abs((a - b + pi) % (2 * pi) - pi)
|
|
298
|
+
|
|
299
|
+
|
|
300
|
+
def signed_angle_diff(a: float, b: float, /) -> float:
|
|
301
|
+
"""Return the signed smallest difference between two angles in radians.
|
|
302
|
+
|
|
303
|
+
The result is in the range [-π, π). A positive result means a is counter-clockwise from b.
|
|
304
|
+
A negative result means a is clockwise from b.
|
|
305
|
+
|
|
306
|
+
If the two angles are exactly opposite, the result will be -π, but this should not be relied upon.
|
|
307
|
+
"""
|
|
308
|
+
return (a - b + pi) % (2 * pi) - pi
|
|
@@ -0,0 +1,151 @@
|
|
|
1
|
+
from hypothesis import given
|
|
2
|
+
from hypothesis import strategies as st
|
|
3
|
+
|
|
4
|
+
from sonolus.build.dev_server import (
|
|
5
|
+
DecodeCommand,
|
|
6
|
+
ExitCommand,
|
|
7
|
+
HelpCommand,
|
|
8
|
+
RebuildCommand,
|
|
9
|
+
parse_dev_command,
|
|
10
|
+
)
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
def test_parse_rebuild_command_full():
|
|
14
|
+
result = parse_dev_command("rebuild")
|
|
15
|
+
assert isinstance(result, RebuildCommand)
|
|
16
|
+
|
|
17
|
+
|
|
18
|
+
def test_parse_rebuild_command_alias():
|
|
19
|
+
result = parse_dev_command("r")
|
|
20
|
+
assert isinstance(result, RebuildCommand)
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
def test_parse_rebuild_command_with_extra_args_invalid():
|
|
24
|
+
result = parse_dev_command("rebuild extra")
|
|
25
|
+
assert result is None
|
|
26
|
+
|
|
27
|
+
|
|
28
|
+
def test_parse_rebuild_command_with_extra_args_invalid_alias():
|
|
29
|
+
result = parse_dev_command("r extra")
|
|
30
|
+
assert result is None
|
|
31
|
+
|
|
32
|
+
|
|
33
|
+
def test_parse_decode_command_full():
|
|
34
|
+
result = parse_dev_command("decode 42")
|
|
35
|
+
assert isinstance(result, DecodeCommand)
|
|
36
|
+
assert result.message_code == 42
|
|
37
|
+
|
|
38
|
+
|
|
39
|
+
def test_parse_decode_command_alias():
|
|
40
|
+
result = parse_dev_command("d 123")
|
|
41
|
+
assert isinstance(result, DecodeCommand)
|
|
42
|
+
assert result.message_code == 123
|
|
43
|
+
|
|
44
|
+
|
|
45
|
+
def test_parse_decode_command_zero():
|
|
46
|
+
result = parse_dev_command("decode 0")
|
|
47
|
+
assert isinstance(result, DecodeCommand)
|
|
48
|
+
assert result.message_code == 0
|
|
49
|
+
|
|
50
|
+
|
|
51
|
+
def test_parse_decode_command_negative():
|
|
52
|
+
result = parse_dev_command("decode -5")
|
|
53
|
+
assert isinstance(result, DecodeCommand)
|
|
54
|
+
assert result.message_code == -5
|
|
55
|
+
|
|
56
|
+
|
|
57
|
+
def test_parse_decode_command_missing_arg():
|
|
58
|
+
result = parse_dev_command("decode")
|
|
59
|
+
assert result is None
|
|
60
|
+
|
|
61
|
+
|
|
62
|
+
def test_parse_decode_command_missing_arg_alias():
|
|
63
|
+
result = parse_dev_command("d")
|
|
64
|
+
assert result is None
|
|
65
|
+
|
|
66
|
+
|
|
67
|
+
def test_parse_decode_command_non_int_arg():
|
|
68
|
+
result = parse_dev_command("decode abc")
|
|
69
|
+
assert result is None
|
|
70
|
+
|
|
71
|
+
|
|
72
|
+
def test_parse_decode_command_non_int_arg_alias():
|
|
73
|
+
result = parse_dev_command("d xyz")
|
|
74
|
+
assert result is None
|
|
75
|
+
|
|
76
|
+
|
|
77
|
+
def test_parse_decode_command_extra_args():
|
|
78
|
+
result = parse_dev_command("decode 42 extra")
|
|
79
|
+
assert result is None
|
|
80
|
+
|
|
81
|
+
|
|
82
|
+
def test_parse_help_command_full():
|
|
83
|
+
result = parse_dev_command("help")
|
|
84
|
+
assert isinstance(result, HelpCommand)
|
|
85
|
+
|
|
86
|
+
|
|
87
|
+
def test_parse_help_command_alias():
|
|
88
|
+
result = parse_dev_command("h")
|
|
89
|
+
assert isinstance(result, HelpCommand)
|
|
90
|
+
|
|
91
|
+
|
|
92
|
+
def test_parse_help_command_with_extra_args_invalid():
|
|
93
|
+
result = parse_dev_command("help extra")
|
|
94
|
+
assert result is None
|
|
95
|
+
|
|
96
|
+
|
|
97
|
+
def test_parse_help_command_with_extra_args_invalid_alias():
|
|
98
|
+
result = parse_dev_command("h extra")
|
|
99
|
+
assert result is None
|
|
100
|
+
|
|
101
|
+
|
|
102
|
+
def test_parse_quit_command_full():
|
|
103
|
+
result = parse_dev_command("quit")
|
|
104
|
+
assert isinstance(result, ExitCommand)
|
|
105
|
+
|
|
106
|
+
|
|
107
|
+
def test_parse_quit_command_alias():
|
|
108
|
+
result = parse_dev_command("q")
|
|
109
|
+
assert isinstance(result, ExitCommand)
|
|
110
|
+
|
|
111
|
+
|
|
112
|
+
def test_parse_quit_command_with_extra_args_invalid():
|
|
113
|
+
result = parse_dev_command("quit extra")
|
|
114
|
+
assert result is None
|
|
115
|
+
|
|
116
|
+
|
|
117
|
+
def test_parse_quit_command_with_extra_args_invalid_alias():
|
|
118
|
+
result = parse_dev_command("q extra")
|
|
119
|
+
assert result is None
|
|
120
|
+
|
|
121
|
+
|
|
122
|
+
def test_parse_unknown_command():
|
|
123
|
+
result = parse_dev_command("unknown")
|
|
124
|
+
assert result is None
|
|
125
|
+
|
|
126
|
+
|
|
127
|
+
def test_parse_empty_command():
|
|
128
|
+
result = parse_dev_command("")
|
|
129
|
+
assert result is None
|
|
130
|
+
|
|
131
|
+
|
|
132
|
+
def test_parse_whitespace_only():
|
|
133
|
+
result = parse_dev_command(" ")
|
|
134
|
+
assert result is None
|
|
135
|
+
|
|
136
|
+
|
|
137
|
+
def test_parse_invalid_shell_syntax_unclosed_quote():
|
|
138
|
+
result = parse_dev_command('decode "unclosed')
|
|
139
|
+
assert result is None
|
|
140
|
+
|
|
141
|
+
|
|
142
|
+
def test_parse_invalid_shell_syntax_unclosed_single_quote():
|
|
143
|
+
result = parse_dev_command("decode 'unclosed")
|
|
144
|
+
assert result is None
|
|
145
|
+
|
|
146
|
+
|
|
147
|
+
@given(st.text())
|
|
148
|
+
def test_parse_dev_command_arbitrary_strings(command_line):
|
|
149
|
+
# Should never throw
|
|
150
|
+
result = parse_dev_command(command_line)
|
|
151
|
+
assert result is None or hasattr(result, "execute")
|
|
File without changes
|
|
@@ -0,0 +1,72 @@
|
|
|
1
|
+
from __future__ import annotations
|
|
2
|
+
|
|
3
|
+
from hypothesis import given
|
|
4
|
+
from hypothesis import strategies as st
|
|
5
|
+
|
|
6
|
+
from sonolus.script.array import Array
|
|
7
|
+
from sonolus.script.containers import _merge_sort_linked_list_nodes # noqa: PLC2701
|
|
8
|
+
from sonolus.script.record import Record
|
|
9
|
+
from tests.script.conftest import run_and_validate
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
class Node[T](Record):
|
|
13
|
+
value: T
|
|
14
|
+
next_index: int
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
class NodeRef[T, Size](Record):
|
|
18
|
+
arr: Array[Node[T], Size]
|
|
19
|
+
index: int
|
|
20
|
+
|
|
21
|
+
def get_value(self) -> T:
|
|
22
|
+
return self.arr[self.index].value
|
|
23
|
+
|
|
24
|
+
def get_next(self) -> NodeRef:
|
|
25
|
+
next_index = self.arr[self.index].next_index
|
|
26
|
+
return NodeRef(self.arr, next_index)
|
|
27
|
+
|
|
28
|
+
def set_next(self, next_node: NodeRef) -> None:
|
|
29
|
+
self.arr[self.index].next_index = next_node.index
|
|
30
|
+
|
|
31
|
+
def set_prev(self, prev_node: NodeRef) -> None:
|
|
32
|
+
pass # Not needed
|
|
33
|
+
|
|
34
|
+
def is_present(self) -> bool:
|
|
35
|
+
return self.index != -1
|
|
36
|
+
|
|
37
|
+
def set(self, other: NodeRef) -> None:
|
|
38
|
+
self.index = other.index
|
|
39
|
+
|
|
40
|
+
def copy(self) -> NodeRef:
|
|
41
|
+
return NodeRef(self.arr, self.index)
|
|
42
|
+
|
|
43
|
+
def empty(self) -> NodeRef:
|
|
44
|
+
return NodeRef(self.arr, -1)
|
|
45
|
+
|
|
46
|
+
|
|
47
|
+
@given(
|
|
48
|
+
elts=st.lists(st.integers(min_value=-9999, max_value=9999), min_size=0, max_size=100),
|
|
49
|
+
)
|
|
50
|
+
def test_merge_sort_linked_list_nodes(elts: list[int]):
|
|
51
|
+
orig_values = Array[Node[int], len(elts)](
|
|
52
|
+
*(Node(value=elt, next_index=i + 1 if i + 1 < len(elts) else -1) for i, elt in enumerate(elts))
|
|
53
|
+
)
|
|
54
|
+
|
|
55
|
+
size = len(elts)
|
|
56
|
+
|
|
57
|
+
def fn():
|
|
58
|
+
values = +orig_values
|
|
59
|
+
head_ref = NodeRef(values, 0 if size > 0 else -1)
|
|
60
|
+
|
|
61
|
+
sorted_head_ref = _merge_sort_linked_list_nodes(head_ref)
|
|
62
|
+
|
|
63
|
+
results = +Array[int, size]
|
|
64
|
+
current_ref = sorted_head_ref.copy()
|
|
65
|
+
idx = 0
|
|
66
|
+
while current_ref.is_present():
|
|
67
|
+
results[idx] = current_ref.get_value()
|
|
68
|
+
current_ref.set(current_ref.get_next())
|
|
69
|
+
idx += 1
|
|
70
|
+
return results
|
|
71
|
+
|
|
72
|
+
assert list(run_and_validate(fn)) == sorted(elts)
|
|
@@ -265,3 +265,12 @@ def test_record_augmented_property_setter_with_explicit_implementation():
|
|
|
265
265
|
return r.value.value
|
|
266
266
|
|
|
267
267
|
assert run_and_validate(fn) == 3
|
|
268
|
+
|
|
269
|
+
|
|
270
|
+
def test_type_of_generic_record():
|
|
271
|
+
def fn():
|
|
272
|
+
r = Generic(Pair(1, 2))
|
|
273
|
+
t = type(r)
|
|
274
|
+
return t(Pair(3, 4))
|
|
275
|
+
|
|
276
|
+
assert run_and_validate(fn) == Generic(Pair(3, 4))
|