sonolus.py 0.11.0__tar.gz → 0.11.1__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.11.0 → sonolus_py-0.11.1}/PKG-INFO +1 -1
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/docs/changelog/index.md +5 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/pyproject.toml +1 -1
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/sonolus/backend/finalize.py +30 -32
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/sonolus/backend/interpret.py +3 -3
- sonolus_py-0.11.1/sonolus/backend/node.py +26 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/sonolus/build/compile.py +13 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/sonolus/build/dev_server.py +2 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/sonolus/build/node.py +6 -8
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/sonolus/script/archetype.py +9 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/sonolus/script/containers.py +6 -5
- sonolus_py-0.11.1/tests/script/test_frozen_num_set.py +226 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/script/test_tuple.py +3 -3
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/uv.lock +1 -1
- sonolus_py-0.11.0/sonolus/backend/node.py +0 -48
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/.gitattributes +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/.github/workflows/publish.yaml +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/.gitignore +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/.python-version +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/.run/Python tests in tests.run.xml +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/LICENSE +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/README.md +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/doc_stubs/__init__.py +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/doc_stubs/builtins.pyi +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/doc_stubs/math.pyi +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/doc_stubs/num.pyi +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/doc_stubs/random.pyi +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/doc_stubs/typing.pyi +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/docs/CNAME +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/docs/concepts/builtins.md +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/docs/concepts/cli.md +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/docs/concepts/constructs.md +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/docs/concepts/index.md +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/docs/concepts/overview.md +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/docs/concepts/project.md +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/docs/concepts/resources.md +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/docs/concepts/types.md +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/docs/guides/bucket.md +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/docs/guides/coming-soon.md +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/docs/guides/effect.md +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/docs/guides/index.md +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/docs/guides/particle.md +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/docs/guides/play.md +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/docs/guides/project-structure.md +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/docs/guides/screen.md +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/docs/guides/setup.md +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/docs/guides/skin.md +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/docs/guides/ui.md +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/docs/guides/usage.md +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/docs/index.md +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/docs/reference/builtins.md +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/docs/reference/index.md +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/docs/reference/math.md +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/docs/reference/random.md +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/docs/reference/sonolus.script.archetype.md +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/docs/reference/sonolus.script.array.md +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/docs/reference/sonolus.script.array_like.md +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/docs/reference/sonolus.script.bucket.md +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/docs/reference/sonolus.script.containers.md +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/docs/reference/sonolus.script.debug.md +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/docs/reference/sonolus.script.easing.md +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/docs/reference/sonolus.script.effect.md +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/docs/reference/sonolus.script.engine.md +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/docs/reference/sonolus.script.globals.md +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/docs/reference/sonolus.script.instruction.md +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/docs/reference/sonolus.script.interval.md +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/docs/reference/sonolus.script.iterator.md +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/docs/reference/sonolus.script.level.md +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/docs/reference/sonolus.script.maybe.md +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/docs/reference/sonolus.script.metadata.md +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/docs/reference/sonolus.script.num.md +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/docs/reference/sonolus.script.options.md +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/docs/reference/sonolus.script.particle.md +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/docs/reference/sonolus.script.printing.md +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/docs/reference/sonolus.script.project.md +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/docs/reference/sonolus.script.quad.md +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/docs/reference/sonolus.script.record.md +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/docs/reference/sonolus.script.runtime.md +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/docs/reference/sonolus.script.sprite.md +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/docs/reference/sonolus.script.stream.md +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/docs/reference/sonolus.script.text.md +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/docs/reference/sonolus.script.timing.md +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/docs/reference/sonolus.script.transform.md +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/docs/reference/sonolus.script.ui.md +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/docs/reference/sonolus.script.values.md +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/docs/reference/sonolus.script.vec.md +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/docs/reference/typing.md +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/mkdocs.yml +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/sonolus/__init__.py +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/sonolus/backend/__init__.py +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/sonolus/backend/blocks.py +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/sonolus/backend/excepthook.py +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/sonolus/backend/ir.py +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/sonolus/backend/mode.py +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/sonolus/backend/ops.py +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/sonolus/backend/optimize/__init__.py +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/sonolus/backend/optimize/allocate.py +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/sonolus/backend/optimize/constant_evaluation.py +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/sonolus/backend/optimize/copy_coalesce.py +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/sonolus/backend/optimize/dead_code.py +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/sonolus/backend/optimize/dominance.py +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/sonolus/backend/optimize/flow.py +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/sonolus/backend/optimize/inlining.py +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/sonolus/backend/optimize/liveness.py +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/sonolus/backend/optimize/optimize.py +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/sonolus/backend/optimize/passes.py +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/sonolus/backend/optimize/simplify.py +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/sonolus/backend/optimize/ssa.py +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/sonolus/backend/place.py +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/sonolus/backend/utils.py +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/sonolus/backend/visitor.py +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/sonolus/build/__init__.py +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/sonolus/build/cli.py +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/sonolus/build/collection.py +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/sonolus/build/engine.py +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/sonolus/build/level.py +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/sonolus/build/project.py +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/sonolus/py.typed +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/sonolus/script/__init__.py +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/sonolus/script/array.py +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/sonolus/script/array_like.py +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/sonolus/script/bucket.py +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/sonolus/script/debug.py +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/sonolus/script/easing.py +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/sonolus/script/effect.py +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/sonolus/script/engine.py +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/sonolus/script/globals.py +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/sonolus/script/instruction.py +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/sonolus/script/internal/__init__.py +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/sonolus/script/internal/builtin_impls.py +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/sonolus/script/internal/callbacks.py +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/sonolus/script/internal/constant.py +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/sonolus/script/internal/context.py +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/sonolus/script/internal/descriptor.py +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/sonolus/script/internal/dict_impl.py +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/sonolus/script/internal/error.py +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/sonolus/script/internal/generic.py +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/sonolus/script/internal/impl.py +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/sonolus/script/internal/introspection.py +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/sonolus/script/internal/math_impls.py +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/sonolus/script/internal/native.py +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/sonolus/script/internal/random.py +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/sonolus/script/internal/range.py +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/sonolus/script/internal/simulation_context.py +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/sonolus/script/internal/transient.py +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/sonolus/script/internal/tuple_impl.py +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/sonolus/script/internal/value.py +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/sonolus/script/interval.py +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/sonolus/script/iterator.py +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/sonolus/script/level.py +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/sonolus/script/maybe.py +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/sonolus/script/metadata.py +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/sonolus/script/num.py +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/sonolus/script/options.py +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/sonolus/script/particle.py +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/sonolus/script/pointer.py +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/sonolus/script/printing.py +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/sonolus/script/project.py +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/sonolus/script/quad.py +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/sonolus/script/record.py +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/sonolus/script/runtime.py +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/sonolus/script/sprite.py +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/sonolus/script/stream.py +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/sonolus/script/text.py +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/sonolus/script/timing.py +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/sonolus/script/transform.py +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/sonolus/script/ui.py +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/sonolus/script/values.py +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/sonolus/script/vec.py +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/test_projects/pydori/__init__.py +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/test_projects/pydori/level.py +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/test_projects/pydori/lib/__init__.py +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/test_projects/pydori/lib/buckets.py +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/test_projects/pydori/lib/connector.py +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/test_projects/pydori/lib/effect.py +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/test_projects/pydori/lib/layer.py +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/test_projects/pydori/lib/layout.py +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/test_projects/pydori/lib/note.py +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/test_projects/pydori/lib/options.py +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/test_projects/pydori/lib/particle.py +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/test_projects/pydori/lib/skin.py +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/test_projects/pydori/lib/stage.py +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/test_projects/pydori/lib/streams.py +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/test_projects/pydori/lib/ui.py +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/test_projects/pydori/play/__init__.py +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/test_projects/pydori/play/connector.py +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/test_projects/pydori/play/event.py +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/test_projects/pydori/play/input.py +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/test_projects/pydori/play/mode.py +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/test_projects/pydori/play/note.py +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/test_projects/pydori/play/stage.py +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/test_projects/pydori/preview/__init__.py +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/test_projects/pydori/preview/connector.py +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/test_projects/pydori/preview/event.py +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/test_projects/pydori/preview/layout.py +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/test_projects/pydori/preview/mode.py +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/test_projects/pydori/preview/note.py +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/test_projects/pydori/preview/stage.py +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/test_projects/pydori/project.py +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/test_projects/pydori/tutorial/__init__.py +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/test_projects/pydori/tutorial/framework.py +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/test_projects/pydori/tutorial/instructions.py +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/test_projects/pydori/tutorial/intro.py +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/test_projects/pydori/tutorial/mode.py +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/test_projects/pydori/tutorial/navigate.py +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/test_projects/pydori/tutorial/painting.py +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/test_projects/pydori/tutorial/phases.py +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/test_projects/pydori/tutorial/preprocess.py +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/test_projects/pydori/tutorial/update.py +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/test_projects/pydori/watch/__init__.py +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/test_projects/pydori/watch/connector.py +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/test_projects/pydori/watch/event.py +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/test_projects/pydori/watch/mode.py +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/test_projects/pydori/watch/note.py +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/test_projects/pydori/watch/stage.py +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/test_projects/pydori/watch/update_spawn.py +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/__init__.py +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/build/__init__.py +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/build/test_dev_server.py +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/__init__.py +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/conftest.py +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_directional_flick_initialize_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_directional_flick_initialize_dev_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_directional_flick_initialize_fast_dev_nodes +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_directional_flick_initialize_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_directional_flick_initialize_fast_nodes +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_directional_flick_initialize_fast_optimized_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_directional_flick_initialize_standard_dev_nodes +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_directional_flick_initialize_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_directional_flick_initialize_standard_nodes +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_directional_flick_initialize_standard_optimized_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_directional_flick_preprocess_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_directional_flick_preprocess_dev_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_directional_flick_preprocess_fast_dev_nodes +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_directional_flick_preprocess_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_directional_flick_preprocess_fast_nodes +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_directional_flick_preprocess_fast_optimized_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_directional_flick_preprocess_standard_dev_nodes +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_directional_flick_preprocess_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_directional_flick_preprocess_standard_nodes +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_directional_flick_preprocess_standard_optimized_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_directional_flick_should_spawn_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_directional_flick_should_spawn_dev_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_directional_flick_should_spawn_fast_dev_nodes +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_directional_flick_should_spawn_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_directional_flick_should_spawn_fast_nodes +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_directional_flick_should_spawn_fast_optimized_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_directional_flick_should_spawn_standard_dev_nodes +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_directional_flick_should_spawn_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_directional_flick_should_spawn_standard_nodes +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_directional_flick_should_spawn_standard_optimized_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_directional_flick_spawn_order_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_directional_flick_spawn_order_dev_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_directional_flick_spawn_order_fast_dev_nodes +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_directional_flick_spawn_order_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_directional_flick_spawn_order_fast_nodes +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_directional_flick_spawn_order_fast_optimized_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_directional_flick_spawn_order_standard_dev_nodes +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_directional_flick_spawn_order_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_directional_flick_spawn_order_standard_nodes +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_directional_flick_spawn_order_standard_optimized_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_directional_flick_terminate_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_directional_flick_terminate_dev_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_directional_flick_terminate_fast_dev_nodes +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_directional_flick_terminate_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_directional_flick_terminate_fast_nodes +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_directional_flick_terminate_fast_optimized_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_directional_flick_terminate_standard_dev_nodes +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_directional_flick_terminate_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_directional_flick_terminate_standard_nodes +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_directional_flick_terminate_standard_optimized_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_directional_flick_touch_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_directional_flick_touch_dev_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_directional_flick_touch_fast_dev_nodes +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_directional_flick_touch_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_directional_flick_touch_fast_nodes +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_directional_flick_touch_fast_optimized_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_directional_flick_touch_standard_dev_nodes +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_directional_flick_touch_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_directional_flick_touch_standard_nodes +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_directional_flick_touch_standard_optimized_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_directional_flick_update_parallel_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_directional_flick_update_parallel_dev_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_directional_flick_update_parallel_fast_dev_nodes +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_directional_flick_update_parallel_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_directional_flick_update_parallel_fast_nodes +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_directional_flick_update_parallel_fast_optimized_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_directional_flick_update_parallel_standard_dev_nodes +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_directional_flick_update_parallel_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_directional_flick_update_parallel_standard_nodes +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_directional_flick_update_parallel_standard_optimized_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_directional_flick_update_sequential_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_directional_flick_update_sequential_dev_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_directional_flick_update_sequential_fast_dev_nodes +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_directional_flick_update_sequential_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_directional_flick_update_sequential_fast_nodes +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_directional_flick_update_sequential_fast_optimized_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_directional_flick_update_sequential_standard_dev_nodes +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_directional_flick_update_sequential_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_directional_flick_update_sequential_standard_nodes +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_directional_flick_update_sequential_standard_optimized_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_flick_initialize_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_flick_initialize_dev_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_flick_initialize_fast_dev_nodes +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_flick_initialize_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_flick_initialize_fast_nodes +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_flick_initialize_fast_optimized_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_flick_initialize_standard_dev_nodes +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_flick_initialize_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_flick_initialize_standard_nodes +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_flick_initialize_standard_optimized_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_flick_preprocess_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_flick_preprocess_dev_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_flick_preprocess_fast_dev_nodes +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_flick_preprocess_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_flick_preprocess_fast_nodes +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_flick_preprocess_fast_optimized_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_flick_preprocess_standard_dev_nodes +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_flick_preprocess_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_flick_preprocess_standard_nodes +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_flick_preprocess_standard_optimized_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_flick_should_spawn_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_flick_should_spawn_dev_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_flick_should_spawn_fast_dev_nodes +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_flick_should_spawn_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_flick_should_spawn_fast_nodes +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_flick_should_spawn_fast_optimized_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_flick_should_spawn_standard_dev_nodes +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_flick_should_spawn_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_flick_should_spawn_standard_nodes +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_flick_should_spawn_standard_optimized_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_flick_spawn_order_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_flick_spawn_order_dev_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_flick_spawn_order_fast_dev_nodes +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_flick_spawn_order_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_flick_spawn_order_fast_nodes +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_flick_spawn_order_fast_optimized_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_flick_spawn_order_standard_dev_nodes +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_flick_spawn_order_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_flick_spawn_order_standard_nodes +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_flick_spawn_order_standard_optimized_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_flick_terminate_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_flick_terminate_dev_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_flick_terminate_fast_dev_nodes +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_flick_terminate_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_flick_terminate_fast_nodes +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_flick_terminate_fast_optimized_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_flick_terminate_standard_dev_nodes +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_flick_terminate_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_flick_terminate_standard_nodes +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_flick_terminate_standard_optimized_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_flick_touch_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_flick_touch_dev_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_flick_touch_fast_dev_nodes +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_flick_touch_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_flick_touch_fast_nodes +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_flick_touch_fast_optimized_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_flick_touch_standard_dev_nodes +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_flick_touch_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_flick_touch_standard_nodes +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_flick_touch_standard_optimized_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_flick_update_parallel_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_flick_update_parallel_dev_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_flick_update_parallel_fast_dev_nodes +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_flick_update_parallel_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_flick_update_parallel_fast_nodes +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_flick_update_parallel_fast_optimized_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_flick_update_parallel_standard_dev_nodes +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_flick_update_parallel_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_flick_update_parallel_standard_nodes +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_flick_update_parallel_standard_optimized_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_flick_update_sequential_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_flick_update_sequential_dev_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_flick_update_sequential_fast_dev_nodes +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_flick_update_sequential_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_flick_update_sequential_fast_nodes +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_flick_update_sequential_fast_optimized_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_flick_update_sequential_standard_dev_nodes +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_flick_update_sequential_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_flick_update_sequential_standard_nodes +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_flick_update_sequential_standard_optimized_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_anchor_initialize_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_anchor_initialize_dev_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_anchor_initialize_fast_dev_nodes +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_anchor_initialize_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_anchor_initialize_fast_nodes +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_anchor_initialize_fast_optimized_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_anchor_initialize_standard_dev_nodes +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_anchor_initialize_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_anchor_initialize_standard_nodes +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_anchor_initialize_standard_optimized_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_anchor_preprocess_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_anchor_preprocess_dev_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_anchor_preprocess_fast_dev_nodes +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_anchor_preprocess_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_anchor_preprocess_fast_nodes +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_anchor_preprocess_fast_optimized_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_anchor_preprocess_standard_dev_nodes +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_anchor_preprocess_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_anchor_preprocess_standard_nodes +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_anchor_preprocess_standard_optimized_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_anchor_should_spawn_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_anchor_should_spawn_dev_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_anchor_should_spawn_fast_dev_nodes +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_anchor_should_spawn_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_anchor_should_spawn_fast_nodes +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_anchor_should_spawn_fast_optimized_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_anchor_should_spawn_standard_dev_nodes +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_anchor_should_spawn_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_anchor_should_spawn_standard_nodes +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_anchor_should_spawn_standard_optimized_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_anchor_spawn_order_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_anchor_spawn_order_dev_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_anchor_spawn_order_fast_dev_nodes +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_anchor_spawn_order_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_anchor_spawn_order_fast_nodes +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_anchor_spawn_order_fast_optimized_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_anchor_spawn_order_standard_dev_nodes +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_anchor_spawn_order_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_anchor_spawn_order_standard_nodes +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_anchor_spawn_order_standard_optimized_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_anchor_terminate_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_anchor_terminate_dev_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_anchor_terminate_fast_dev_nodes +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_anchor_terminate_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_anchor_terminate_fast_nodes +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_anchor_terminate_fast_optimized_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_anchor_terminate_standard_dev_nodes +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_anchor_terminate_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_anchor_terminate_standard_nodes +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_anchor_terminate_standard_optimized_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_anchor_touch_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_anchor_touch_dev_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_anchor_touch_fast_dev_nodes +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_anchor_touch_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_anchor_touch_fast_nodes +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_anchor_touch_fast_optimized_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_anchor_touch_standard_dev_nodes +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_anchor_touch_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_anchor_touch_standard_nodes +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_anchor_touch_standard_optimized_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_anchor_update_parallel_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_anchor_update_parallel_dev_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_anchor_update_parallel_fast_dev_nodes +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_anchor_update_parallel_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_anchor_update_parallel_fast_nodes +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_anchor_update_parallel_fast_optimized_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_anchor_update_parallel_standard_dev_nodes +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_anchor_update_parallel_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_anchor_update_parallel_standard_nodes +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_anchor_update_parallel_standard_optimized_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_anchor_update_sequential_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_anchor_update_sequential_dev_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_anchor_update_sequential_fast_dev_nodes +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_anchor_update_sequential_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_anchor_update_sequential_fast_nodes +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_anchor_update_sequential_fast_optimized_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_anchor_update_sequential_standard_dev_nodes +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_anchor_update_sequential_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_anchor_update_sequential_standard_nodes +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_anchor_update_sequential_standard_optimized_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_connector_should_spawn_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_connector_should_spawn_dev_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_connector_should_spawn_fast_dev_nodes +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_connector_should_spawn_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_connector_should_spawn_fast_nodes +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_connector_should_spawn_fast_optimized_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_connector_should_spawn_standard_dev_nodes +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_connector_should_spawn_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_connector_should_spawn_standard_nodes +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_connector_should_spawn_standard_optimized_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_connector_spawn_order_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_connector_spawn_order_dev_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_connector_spawn_order_fast_dev_nodes +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_connector_spawn_order_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_connector_spawn_order_fast_nodes +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_connector_spawn_order_fast_optimized_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_connector_spawn_order_standard_dev_nodes +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_connector_spawn_order_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_connector_spawn_order_standard_nodes +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_connector_spawn_order_standard_optimized_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_connector_update_parallel_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_connector_update_parallel_dev_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_connector_update_parallel_fast_dev_nodes +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_connector_update_parallel_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_connector_update_parallel_fast_nodes +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_connector_update_parallel_fast_optimized_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_connector_update_parallel_standard_dev_nodes +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_connector_update_parallel_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_connector_update_parallel_standard_nodes +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_connector_update_parallel_standard_optimized_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_connector_update_sequential_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_connector_update_sequential_dev_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_connector_update_sequential_fast_dev_nodes +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_connector_update_sequential_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_connector_update_sequential_fast_nodes +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_connector_update_sequential_fast_optimized_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_connector_update_sequential_standard_dev_nodes +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_connector_update_sequential_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_connector_update_sequential_standard_nodes +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_connector_update_sequential_standard_optimized_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_end_initialize_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_end_initialize_dev_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_end_initialize_fast_dev_nodes +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_end_initialize_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_end_initialize_fast_nodes +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_end_initialize_fast_optimized_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_end_initialize_standard_dev_nodes +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_end_initialize_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_end_initialize_standard_nodes +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_end_initialize_standard_optimized_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_end_preprocess_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_end_preprocess_dev_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_end_preprocess_fast_dev_nodes +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_end_preprocess_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_end_preprocess_fast_nodes +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_end_preprocess_fast_optimized_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_end_preprocess_standard_dev_nodes +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_end_preprocess_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_end_preprocess_standard_nodes +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_end_preprocess_standard_optimized_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_end_should_spawn_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_end_should_spawn_dev_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_end_should_spawn_fast_dev_nodes +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_end_should_spawn_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_end_should_spawn_fast_nodes +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_end_should_spawn_fast_optimized_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_end_should_spawn_standard_dev_nodes +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_end_should_spawn_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_end_should_spawn_standard_nodes +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_end_should_spawn_standard_optimized_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_end_spawn_order_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_end_spawn_order_dev_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_end_spawn_order_fast_dev_nodes +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_end_spawn_order_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_end_spawn_order_fast_nodes +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_end_spawn_order_fast_optimized_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_end_spawn_order_standard_dev_nodes +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_end_spawn_order_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_end_spawn_order_standard_nodes +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_end_spawn_order_standard_optimized_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_end_terminate_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_end_terminate_dev_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_end_terminate_fast_dev_nodes +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_end_terminate_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_end_terminate_fast_nodes +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_end_terminate_fast_optimized_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_end_terminate_standard_dev_nodes +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_end_terminate_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_end_terminate_standard_nodes +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_end_terminate_standard_optimized_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_end_touch_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_end_touch_dev_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_end_touch_fast_dev_nodes +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_end_touch_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_end_touch_fast_nodes +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_end_touch_fast_optimized_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_end_touch_standard_dev_nodes +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_end_touch_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_end_touch_standard_nodes +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_end_touch_standard_optimized_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_end_update_parallel_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_end_update_parallel_dev_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_end_update_parallel_fast_dev_nodes +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_end_update_parallel_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_end_update_parallel_fast_nodes +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_end_update_parallel_fast_optimized_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_end_update_parallel_standard_dev_nodes +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_end_update_parallel_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_end_update_parallel_standard_nodes +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_end_update_parallel_standard_optimized_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_end_update_sequential_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_end_update_sequential_dev_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_end_update_sequential_fast_dev_nodes +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_end_update_sequential_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_end_update_sequential_fast_nodes +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_end_update_sequential_fast_optimized_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_end_update_sequential_standard_dev_nodes +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_end_update_sequential_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_end_update_sequential_standard_nodes +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_end_update_sequential_standard_optimized_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_head_initialize_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_head_initialize_dev_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_head_initialize_fast_dev_nodes +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_head_initialize_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_head_initialize_fast_nodes +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_head_initialize_fast_optimized_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_head_initialize_standard_dev_nodes +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_head_initialize_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_head_initialize_standard_nodes +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_head_initialize_standard_optimized_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_head_preprocess_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_head_preprocess_dev_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_head_preprocess_fast_dev_nodes +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_head_preprocess_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_head_preprocess_fast_nodes +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_head_preprocess_fast_optimized_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_head_preprocess_standard_dev_nodes +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_head_preprocess_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_head_preprocess_standard_nodes +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_head_preprocess_standard_optimized_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_head_should_spawn_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_head_should_spawn_dev_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_head_should_spawn_fast_dev_nodes +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_head_should_spawn_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_head_should_spawn_fast_nodes +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_head_should_spawn_fast_optimized_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_head_should_spawn_standard_dev_nodes +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_head_should_spawn_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_head_should_spawn_standard_nodes +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_head_should_spawn_standard_optimized_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_head_spawn_order_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_head_spawn_order_dev_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_head_spawn_order_fast_dev_nodes +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_head_spawn_order_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_head_spawn_order_fast_nodes +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_head_spawn_order_fast_optimized_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_head_spawn_order_standard_dev_nodes +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_head_spawn_order_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_head_spawn_order_standard_nodes +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_head_spawn_order_standard_optimized_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_head_terminate_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_head_terminate_dev_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_head_terminate_fast_dev_nodes +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_head_terminate_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_head_terminate_fast_nodes +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_head_terminate_fast_optimized_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_head_terminate_standard_dev_nodes +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_head_terminate_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_head_terminate_standard_nodes +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_head_terminate_standard_optimized_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_head_touch_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_head_touch_dev_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_head_touch_fast_dev_nodes +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_head_touch_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_head_touch_fast_nodes +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_head_touch_fast_optimized_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_head_touch_standard_dev_nodes +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_head_touch_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_head_touch_standard_nodes +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_head_touch_standard_optimized_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_head_update_parallel_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_head_update_parallel_dev_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_head_update_parallel_fast_dev_nodes +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_head_update_parallel_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_head_update_parallel_fast_nodes +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_head_update_parallel_fast_optimized_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_head_update_parallel_standard_dev_nodes +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_head_update_parallel_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_head_update_parallel_standard_nodes +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_head_update_parallel_standard_optimized_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_head_update_sequential_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_head_update_sequential_dev_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_head_update_sequential_fast_dev_nodes +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_head_update_sequential_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_head_update_sequential_fast_nodes +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_head_update_sequential_fast_optimized_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_head_update_sequential_standard_dev_nodes +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_head_update_sequential_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_head_update_sequential_standard_nodes +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_head_update_sequential_standard_optimized_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_manager_touch_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_manager_touch_dev_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_manager_touch_fast_dev_nodes +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_manager_touch_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_manager_touch_fast_nodes +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_manager_touch_fast_optimized_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_manager_touch_standard_dev_nodes +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_manager_touch_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_manager_touch_standard_nodes +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_manager_touch_standard_optimized_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_manager_update_parallel_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_manager_update_parallel_dev_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_manager_update_parallel_fast_dev_nodes +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_manager_update_parallel_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_manager_update_parallel_fast_nodes +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_manager_update_parallel_fast_optimized_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_manager_update_parallel_standard_dev_nodes +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_manager_update_parallel_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_manager_update_parallel_standard_nodes +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_manager_update_parallel_standard_optimized_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_tick_initialize_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_tick_initialize_dev_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_tick_initialize_fast_dev_nodes +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_tick_initialize_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_tick_initialize_fast_nodes +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_tick_initialize_fast_optimized_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_tick_initialize_standard_dev_nodes +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_tick_initialize_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_tick_initialize_standard_nodes +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_tick_initialize_standard_optimized_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_tick_preprocess_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_tick_preprocess_dev_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_tick_preprocess_fast_dev_nodes +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_tick_preprocess_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_tick_preprocess_fast_nodes +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_tick_preprocess_fast_optimized_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_tick_preprocess_standard_dev_nodes +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_tick_preprocess_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_tick_preprocess_standard_nodes +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_tick_preprocess_standard_optimized_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_tick_should_spawn_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_tick_should_spawn_dev_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_tick_should_spawn_fast_dev_nodes +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_tick_should_spawn_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_tick_should_spawn_fast_nodes +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_tick_should_spawn_fast_optimized_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_tick_should_spawn_standard_dev_nodes +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_tick_should_spawn_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_tick_should_spawn_standard_nodes +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_tick_should_spawn_standard_optimized_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_tick_spawn_order_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_tick_spawn_order_dev_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_tick_spawn_order_fast_dev_nodes +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_tick_spawn_order_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_tick_spawn_order_fast_nodes +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_tick_spawn_order_fast_optimized_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_tick_spawn_order_standard_dev_nodes +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_tick_spawn_order_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_tick_spawn_order_standard_nodes +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_tick_spawn_order_standard_optimized_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_tick_terminate_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_tick_terminate_dev_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_tick_terminate_fast_dev_nodes +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_tick_terminate_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_tick_terminate_fast_nodes +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_tick_terminate_fast_optimized_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_tick_terminate_standard_dev_nodes +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_tick_terminate_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_tick_terminate_standard_nodes +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_tick_terminate_standard_optimized_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_tick_touch_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_tick_touch_dev_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_tick_touch_fast_dev_nodes +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_tick_touch_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_tick_touch_fast_nodes +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_tick_touch_fast_optimized_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_tick_touch_standard_dev_nodes +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_tick_touch_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_tick_touch_standard_nodes +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_tick_touch_standard_optimized_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_tick_update_parallel_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_tick_update_parallel_dev_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_tick_update_parallel_fast_dev_nodes +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_tick_update_parallel_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_tick_update_parallel_fast_nodes +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_tick_update_parallel_fast_optimized_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_tick_update_parallel_standard_dev_nodes +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_tick_update_parallel_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_tick_update_parallel_standard_nodes +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_tick_update_parallel_standard_optimized_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_tick_update_sequential_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_tick_update_sequential_dev_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_tick_update_sequential_fast_dev_nodes +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_tick_update_sequential_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_tick_update_sequential_fast_nodes +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_tick_update_sequential_fast_optimized_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_tick_update_sequential_standard_dev_nodes +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_tick_update_sequential_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_tick_update_sequential_standard_nodes +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_tick_update_sequential_standard_optimized_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_note_initialize_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_note_initialize_fast_nodes +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_note_initialize_fast_optimized_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_note_initialize_standard_nodes +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_note_initialize_standard_optimized_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_note_preprocess_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_note_preprocess_fast_nodes +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_note_preprocess_fast_optimized_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_note_preprocess_standard_nodes +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_note_preprocess_standard_optimized_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_note_should_spawn_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_note_should_spawn_fast_nodes +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_note_should_spawn_fast_optimized_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_note_should_spawn_standard_nodes +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_note_should_spawn_standard_optimized_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_note_spawn_order_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_note_spawn_order_fast_nodes +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_note_spawn_order_fast_optimized_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_note_spawn_order_standard_nodes +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_note_spawn_order_standard_optimized_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_note_terminate_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_note_terminate_fast_nodes +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_note_terminate_fast_optimized_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_note_terminate_standard_nodes +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_note_terminate_standard_optimized_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_note_touch_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_note_touch_fast_nodes +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_note_touch_fast_optimized_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_note_touch_standard_nodes +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_note_touch_standard_optimized_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_note_update_parallel_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_note_update_parallel_fast_nodes +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_note_update_parallel_fast_optimized_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_note_update_parallel_standard_nodes +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_note_update_parallel_standard_optimized_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_note_update_sequential_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_note_update_sequential_fast_nodes +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_note_update_sequential_fast_optimized_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_note_update_sequential_standard_nodes +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_note_update_sequential_standard_optimized_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_sim_line_should_spawn_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_sim_line_should_spawn_dev_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_sim_line_should_spawn_fast_dev_nodes +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_sim_line_should_spawn_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_sim_line_should_spawn_fast_nodes +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_sim_line_should_spawn_fast_optimized_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_sim_line_should_spawn_standard_dev_nodes +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_sim_line_should_spawn_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_sim_line_should_spawn_standard_nodes +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_sim_line_should_spawn_standard_optimized_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_sim_line_spawn_order_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_sim_line_spawn_order_dev_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_sim_line_spawn_order_fast_dev_nodes +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_sim_line_spawn_order_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_sim_line_spawn_order_fast_nodes +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_sim_line_spawn_order_fast_optimized_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_sim_line_spawn_order_standard_dev_nodes +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_sim_line_spawn_order_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_sim_line_spawn_order_standard_nodes +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_sim_line_spawn_order_standard_optimized_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_sim_line_update_parallel_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_sim_line_update_parallel_dev_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_sim_line_update_parallel_fast_dev_nodes +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_sim_line_update_parallel_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_sim_line_update_parallel_fast_nodes +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_sim_line_update_parallel_fast_optimized_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_sim_line_update_parallel_standard_dev_nodes +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_sim_line_update_parallel_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_sim_line_update_parallel_standard_nodes +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_sim_line_update_parallel_standard_optimized_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_stage_preprocess_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_stage_preprocess_dev_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_stage_preprocess_fast_dev_nodes +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_stage_preprocess_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_stage_preprocess_fast_nodes +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_stage_preprocess_fast_optimized_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_stage_preprocess_standard_dev_nodes +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_stage_preprocess_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_stage_preprocess_standard_nodes +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_stage_preprocess_standard_optimized_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_stage_should_spawn_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_stage_should_spawn_dev_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_stage_should_spawn_fast_dev_nodes +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_stage_should_spawn_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_stage_should_spawn_fast_nodes +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_stage_should_spawn_fast_optimized_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_stage_should_spawn_standard_dev_nodes +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_stage_should_spawn_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_stage_should_spawn_standard_nodes +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_stage_should_spawn_standard_optimized_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_stage_spawn_order_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_stage_spawn_order_dev_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_stage_spawn_order_fast_dev_nodes +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_stage_spawn_order_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_stage_spawn_order_fast_nodes +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_stage_spawn_order_fast_optimized_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_stage_spawn_order_standard_dev_nodes +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_stage_spawn_order_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_stage_spawn_order_standard_nodes +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_stage_spawn_order_standard_optimized_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_stage_touch_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_stage_touch_dev_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_stage_touch_fast_dev_nodes +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_stage_touch_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_stage_touch_fast_nodes +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_stage_touch_fast_optimized_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_stage_touch_standard_dev_nodes +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_stage_touch_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_stage_touch_standard_nodes +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_stage_touch_standard_optimized_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_stage_update_parallel_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_stage_update_parallel_dev_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_stage_update_parallel_fast_dev_nodes +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_stage_update_parallel_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_stage_update_parallel_fast_nodes +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_stage_update_parallel_fast_optimized_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_stage_update_parallel_standard_dev_nodes +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_stage_update_parallel_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_stage_update_parallel_standard_nodes +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_stage_update_parallel_standard_optimized_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_stage_update_sequential_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_stage_update_sequential_dev_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_stage_update_sequential_fast_dev_nodes +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_stage_update_sequential_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_stage_update_sequential_fast_nodes +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_stage_update_sequential_fast_optimized_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_stage_update_sequential_standard_dev_nodes +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_stage_update_sequential_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_stage_update_sequential_standard_nodes +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_stage_update_sequential_standard_optimized_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_tap_initialize_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_tap_initialize_dev_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_tap_initialize_fast_dev_nodes +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_tap_initialize_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_tap_initialize_fast_nodes +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_tap_initialize_fast_optimized_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_tap_initialize_standard_dev_nodes +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_tap_initialize_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_tap_initialize_standard_nodes +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_tap_initialize_standard_optimized_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_tap_preprocess_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_tap_preprocess_dev_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_tap_preprocess_fast_dev_nodes +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_tap_preprocess_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_tap_preprocess_fast_nodes +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_tap_preprocess_fast_optimized_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_tap_preprocess_standard_dev_nodes +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_tap_preprocess_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_tap_preprocess_standard_nodes +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_tap_preprocess_standard_optimized_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_tap_should_spawn_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_tap_should_spawn_dev_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_tap_should_spawn_fast_dev_nodes +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_tap_should_spawn_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_tap_should_spawn_fast_nodes +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_tap_should_spawn_fast_optimized_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_tap_should_spawn_standard_dev_nodes +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_tap_should_spawn_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_tap_should_spawn_standard_nodes +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_tap_should_spawn_standard_optimized_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_tap_spawn_order_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_tap_spawn_order_dev_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_tap_spawn_order_fast_dev_nodes +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_tap_spawn_order_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_tap_spawn_order_fast_nodes +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_tap_spawn_order_fast_optimized_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_tap_spawn_order_standard_dev_nodes +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_tap_spawn_order_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_tap_spawn_order_standard_nodes +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_tap_spawn_order_standard_optimized_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_tap_terminate_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_tap_terminate_dev_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_tap_terminate_fast_dev_nodes +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_tap_terminate_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_tap_terminate_fast_nodes +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_tap_terminate_fast_optimized_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_tap_terminate_standard_dev_nodes +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_tap_terminate_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_tap_terminate_standard_nodes +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_tap_terminate_standard_optimized_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_tap_touch_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_tap_touch_dev_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_tap_touch_fast_dev_nodes +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_tap_touch_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_tap_touch_fast_nodes +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_tap_touch_fast_optimized_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_tap_touch_standard_dev_nodes +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_tap_touch_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_tap_touch_standard_nodes +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_tap_touch_standard_optimized_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_tap_update_parallel_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_tap_update_parallel_dev_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_tap_update_parallel_fast_dev_nodes +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_tap_update_parallel_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_tap_update_parallel_fast_nodes +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_tap_update_parallel_fast_optimized_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_tap_update_parallel_standard_dev_nodes +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_tap_update_parallel_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_tap_update_parallel_standard_nodes +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_tap_update_parallel_standard_optimized_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_tap_update_sequential_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_tap_update_sequential_dev_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_tap_update_sequential_fast_dev_nodes +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_tap_update_sequential_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_tap_update_sequential_fast_nodes +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_tap_update_sequential_fast_optimized_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_tap_update_sequential_standard_dev_nodes +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_tap_update_sequential_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_tap_update_sequential_standard_nodes +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_tap_update_sequential_standard_optimized_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_unscored_note_initialize_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_unscored_note_initialize_fast_nodes +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_unscored_note_initialize_fast_optimized_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_unscored_note_initialize_standard_nodes +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_unscored_note_initialize_standard_optimized_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_unscored_note_preprocess_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_unscored_note_preprocess_fast_nodes +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_unscored_note_preprocess_fast_optimized_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_unscored_note_preprocess_standard_nodes +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_unscored_note_preprocess_standard_optimized_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_unscored_note_should_spawn_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_unscored_note_should_spawn_fast_nodes +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_unscored_note_should_spawn_fast_optimized_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_unscored_note_should_spawn_standard_nodes +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_unscored_note_should_spawn_standard_optimized_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_unscored_note_spawn_order_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_unscored_note_spawn_order_fast_nodes +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_unscored_note_spawn_order_fast_optimized_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_unscored_note_spawn_order_standard_nodes +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_unscored_note_spawn_order_standard_optimized_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_unscored_note_terminate_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_unscored_note_terminate_fast_nodes +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_unscored_note_terminate_fast_optimized_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_unscored_note_terminate_standard_nodes +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_unscored_note_terminate_standard_optimized_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_unscored_note_touch_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_unscored_note_touch_fast_nodes +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_unscored_note_touch_fast_optimized_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_unscored_note_touch_standard_nodes +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_unscored_note_touch_standard_optimized_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_unscored_note_update_parallel_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_unscored_note_update_parallel_fast_nodes +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_unscored_note_update_parallel_fast_optimized_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_unscored_note_update_parallel_standard_nodes +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_unscored_note_update_parallel_standard_optimized_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_unscored_note_update_sequential_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_unscored_note_update_sequential_fast_nodes +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_unscored_note_update_sequential_fast_optimized_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_unscored_note_update_sequential_standard_nodes +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_unscored_note_update_sequential_standard_optimized_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_preview_directional_flick_preprocess_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_preview_directional_flick_preprocess_dev_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_preview_directional_flick_preprocess_fast_dev_nodes +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_preview_directional_flick_preprocess_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_preview_directional_flick_preprocess_fast_nodes +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_preview_directional_flick_preprocess_fast_optimized_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_preview_directional_flick_preprocess_standard_dev_nodes +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_preview_directional_flick_preprocess_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_preview_directional_flick_preprocess_standard_nodes +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_preview_directional_flick_preprocess_standard_optimized_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_preview_directional_flick_render_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_preview_directional_flick_render_dev_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_preview_directional_flick_render_fast_dev_nodes +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_preview_directional_flick_render_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_preview_directional_flick_render_fast_nodes +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_preview_directional_flick_render_fast_optimized_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_preview_directional_flick_render_standard_dev_nodes +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_preview_directional_flick_render_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_preview_directional_flick_render_standard_nodes +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_preview_directional_flick_render_standard_optimized_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_preview_flick_preprocess_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_preview_flick_preprocess_dev_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_preview_flick_preprocess_fast_dev_nodes +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_preview_flick_preprocess_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_preview_flick_preprocess_fast_nodes +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_preview_flick_preprocess_fast_optimized_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_preview_flick_preprocess_standard_dev_nodes +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_preview_flick_preprocess_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_preview_flick_preprocess_standard_nodes +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_preview_flick_preprocess_standard_optimized_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_preview_flick_render_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_preview_flick_render_dev_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_preview_flick_render_fast_dev_nodes +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_preview_flick_render_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_preview_flick_render_fast_nodes +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_preview_flick_render_fast_optimized_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_preview_flick_render_standard_dev_nodes +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_preview_flick_render_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_preview_flick_render_standard_nodes +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_preview_flick_render_standard_optimized_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_preview_hold_anchor_preprocess_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_preview_hold_anchor_preprocess_dev_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_preview_hold_anchor_preprocess_fast_dev_nodes +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_preview_hold_anchor_preprocess_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_preview_hold_anchor_preprocess_fast_nodes +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_preview_hold_anchor_preprocess_fast_optimized_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_preview_hold_anchor_preprocess_standard_dev_nodes +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_preview_hold_anchor_preprocess_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_preview_hold_anchor_preprocess_standard_nodes +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_preview_hold_anchor_preprocess_standard_optimized_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_preview_hold_anchor_render_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_preview_hold_anchor_render_dev_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_preview_hold_anchor_render_fast_dev_nodes +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_preview_hold_anchor_render_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_preview_hold_anchor_render_fast_nodes +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_preview_hold_anchor_render_fast_optimized_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_preview_hold_anchor_render_standard_dev_nodes +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_preview_hold_anchor_render_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_preview_hold_anchor_render_standard_nodes +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_preview_hold_anchor_render_standard_optimized_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_preview_hold_end_preprocess_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_preview_hold_end_preprocess_dev_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_preview_hold_end_preprocess_fast_dev_nodes +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_preview_hold_end_preprocess_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_preview_hold_end_preprocess_fast_nodes +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_preview_hold_end_preprocess_fast_optimized_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_preview_hold_end_preprocess_standard_dev_nodes +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_preview_hold_end_preprocess_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_preview_hold_end_preprocess_standard_nodes +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_preview_hold_end_preprocess_standard_optimized_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_preview_hold_end_render_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_preview_hold_end_render_dev_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_preview_hold_end_render_fast_dev_nodes +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_preview_hold_end_render_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_preview_hold_end_render_fast_nodes +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_preview_hold_end_render_fast_optimized_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_preview_hold_end_render_standard_dev_nodes +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_preview_hold_end_render_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_preview_hold_end_render_standard_nodes +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_preview_hold_end_render_standard_optimized_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_preview_hold_head_preprocess_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_preview_hold_head_preprocess_dev_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_preview_hold_head_preprocess_fast_dev_nodes +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_preview_hold_head_preprocess_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_preview_hold_head_preprocess_fast_nodes +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_preview_hold_head_preprocess_fast_optimized_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_preview_hold_head_preprocess_standard_dev_nodes +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_preview_hold_head_preprocess_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_preview_hold_head_preprocess_standard_nodes +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_preview_hold_head_preprocess_standard_optimized_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_preview_hold_head_render_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_preview_hold_head_render_dev_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_preview_hold_head_render_fast_dev_nodes +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_preview_hold_head_render_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_preview_hold_head_render_fast_nodes +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_preview_hold_head_render_fast_optimized_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_preview_hold_head_render_standard_dev_nodes +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_preview_hold_head_render_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_preview_hold_head_render_standard_nodes +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_preview_hold_head_render_standard_optimized_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_preview_hold_tick_preprocess_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_preview_hold_tick_preprocess_dev_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_preview_hold_tick_preprocess_fast_dev_nodes +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_preview_hold_tick_preprocess_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_preview_hold_tick_preprocess_fast_nodes +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_preview_hold_tick_preprocess_fast_optimized_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_preview_hold_tick_preprocess_standard_dev_nodes +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_preview_hold_tick_preprocess_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_preview_hold_tick_preprocess_standard_nodes +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_preview_hold_tick_preprocess_standard_optimized_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_preview_hold_tick_render_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_preview_hold_tick_render_dev_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_preview_hold_tick_render_fast_dev_nodes +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_preview_hold_tick_render_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_preview_hold_tick_render_fast_nodes +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_preview_hold_tick_render_fast_optimized_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_preview_hold_tick_render_standard_dev_nodes +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_preview_hold_tick_render_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_preview_hold_tick_render_standard_nodes +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_preview_hold_tick_render_standard_optimized_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_preview_preview_bpm_change_preprocess_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_preview_preview_bpm_change_preprocess_dev_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_preview_preview_bpm_change_preprocess_fast_dev_nodes +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_preview_preview_bpm_change_preprocess_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_preview_preview_bpm_change_preprocess_fast_nodes +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_preview_preview_bpm_change_preprocess_fast_optimized_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_preview_preview_bpm_change_preprocess_standard_dev_nodes +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_preview_preview_bpm_change_preprocess_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_preview_preview_bpm_change_preprocess_standard_nodes +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_preview_preview_bpm_change_preprocess_standard_optimized_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_preview_preview_bpm_change_render_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_preview_preview_bpm_change_render_dev_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_preview_preview_bpm_change_render_fast_dev_nodes +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_preview_preview_bpm_change_render_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_preview_preview_bpm_change_render_fast_nodes +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_preview_preview_bpm_change_render_fast_optimized_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_preview_preview_bpm_change_render_standard_dev_nodes +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_preview_preview_bpm_change_render_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_preview_preview_bpm_change_render_standard_nodes +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_preview_preview_bpm_change_render_standard_optimized_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_preview_preview_hold_connector_render_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_preview_preview_hold_connector_render_dev_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_preview_preview_hold_connector_render_fast_dev_nodes +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_preview_preview_hold_connector_render_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_preview_preview_hold_connector_render_fast_nodes +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_preview_preview_hold_connector_render_fast_optimized_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_preview_preview_hold_connector_render_standard_dev_nodes +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_preview_preview_hold_connector_render_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_preview_preview_hold_connector_render_standard_nodes +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_preview_preview_hold_connector_render_standard_optimized_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_preview_preview_note_preprocess_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_preview_preview_note_preprocess_fast_nodes +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_preview_preview_note_preprocess_fast_optimized_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_preview_preview_note_preprocess_standard_nodes +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_preview_preview_note_preprocess_standard_optimized_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_preview_preview_note_render_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_preview_preview_note_render_fast_nodes +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_preview_preview_note_render_fast_optimized_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_preview_preview_note_render_standard_nodes +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_preview_preview_note_render_standard_optimized_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_preview_preview_sim_line_render_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_preview_preview_sim_line_render_dev_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_preview_preview_sim_line_render_fast_dev_nodes +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_preview_preview_sim_line_render_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_preview_preview_sim_line_render_fast_nodes +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_preview_preview_sim_line_render_fast_optimized_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_preview_preview_sim_line_render_standard_dev_nodes +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_preview_preview_sim_line_render_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_preview_preview_sim_line_render_standard_nodes +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_preview_preview_sim_line_render_standard_optimized_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_preview_preview_stage_preprocess_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_preview_preview_stage_preprocess_dev_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_preview_preview_stage_preprocess_fast_dev_nodes +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_preview_preview_stage_preprocess_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_preview_preview_stage_preprocess_fast_nodes +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_preview_preview_stage_preprocess_fast_optimized_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_preview_preview_stage_preprocess_standard_dev_nodes +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_preview_preview_stage_preprocess_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_preview_preview_stage_preprocess_standard_nodes +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_preview_preview_stage_preprocess_standard_optimized_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_preview_preview_stage_render_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_preview_preview_stage_render_dev_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_preview_preview_stage_render_fast_dev_nodes +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_preview_preview_stage_render_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_preview_preview_stage_render_fast_nodes +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_preview_preview_stage_render_fast_optimized_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_preview_preview_stage_render_standard_dev_nodes +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_preview_preview_stage_render_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_preview_preview_stage_render_standard_nodes +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_preview_preview_stage_render_standard_optimized_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_preview_preview_timescale_change_preprocess_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_preview_preview_timescale_change_preprocess_dev_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_preview_preview_timescale_change_preprocess_fast_dev_nodes +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_preview_preview_timescale_change_preprocess_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_preview_preview_timescale_change_preprocess_fast_nodes +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_preview_preview_timescale_change_preprocess_fast_optimized_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_preview_preview_timescale_change_preprocess_standard_dev_nodes +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_preview_preview_timescale_change_preprocess_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_preview_preview_timescale_change_preprocess_standard_nodes +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_preview_preview_timescale_change_preprocess_standard_optimized_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_preview_preview_timescale_change_render_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_preview_preview_timescale_change_render_dev_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_preview_preview_timescale_change_render_fast_dev_nodes +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_preview_preview_timescale_change_render_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_preview_preview_timescale_change_render_fast_nodes +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_preview_preview_timescale_change_render_fast_optimized_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_preview_preview_timescale_change_render_standard_dev_nodes +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_preview_preview_timescale_change_render_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_preview_preview_timescale_change_render_standard_nodes +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_preview_preview_timescale_change_render_standard_optimized_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_preview_preview_unscored_note_preprocess_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_preview_preview_unscored_note_preprocess_fast_nodes +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_preview_preview_unscored_note_preprocess_fast_optimized_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_preview_preview_unscored_note_preprocess_standard_nodes +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_preview_preview_unscored_note_preprocess_standard_optimized_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_preview_preview_unscored_note_render_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_preview_preview_unscored_note_render_fast_nodes +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_preview_preview_unscored_note_render_fast_optimized_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_preview_preview_unscored_note_render_standard_nodes +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_preview_preview_unscored_note_render_standard_optimized_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_preview_tap_preprocess_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_preview_tap_preprocess_dev_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_preview_tap_preprocess_fast_dev_nodes +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_preview_tap_preprocess_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_preview_tap_preprocess_fast_nodes +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_preview_tap_preprocess_fast_optimized_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_preview_tap_preprocess_standard_dev_nodes +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_preview_tap_preprocess_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_preview_tap_preprocess_standard_nodes +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_preview_tap_preprocess_standard_optimized_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_preview_tap_render_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_preview_tap_render_dev_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_preview_tap_render_fast_dev_nodes +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_preview_tap_render_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_preview_tap_render_fast_nodes +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_preview_tap_render_fast_optimized_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_preview_tap_render_standard_dev_nodes +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_preview_tap_render_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_preview_tap_render_standard_nodes +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_preview_tap_render_standard_optimized_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_tutorial_global_navigate_fast_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_tutorial_global_navigate_fast_dev_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_tutorial_global_navigate_fast_dev_nodes +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_tutorial_global_navigate_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_tutorial_global_navigate_fast_nodes +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_tutorial_global_navigate_fast_optimized_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_tutorial_global_navigate_standard_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_tutorial_global_navigate_standard_dev_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_tutorial_global_navigate_standard_dev_nodes +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_tutorial_global_navigate_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_tutorial_global_navigate_standard_nodes +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_tutorial_global_navigate_standard_optimized_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_tutorial_global_preprocess_fast_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_tutorial_global_preprocess_fast_dev_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_tutorial_global_preprocess_fast_dev_nodes +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_tutorial_global_preprocess_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_tutorial_global_preprocess_fast_nodes +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_tutorial_global_preprocess_fast_optimized_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_tutorial_global_preprocess_standard_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_tutorial_global_preprocess_standard_dev_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_tutorial_global_preprocess_standard_dev_nodes +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_tutorial_global_preprocess_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_tutorial_global_preprocess_standard_nodes +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_tutorial_global_preprocess_standard_optimized_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_tutorial_global_update_fast_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_tutorial_global_update_fast_dev_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_tutorial_global_update_fast_dev_nodes +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_tutorial_global_update_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_tutorial_global_update_fast_nodes +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_tutorial_global_update_fast_optimized_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_tutorial_global_update_standard_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_tutorial_global_update_standard_dev_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_tutorial_global_update_standard_dev_nodes +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_tutorial_global_update_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_tutorial_global_update_standard_nodes +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_tutorial_global_update_standard_optimized_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_directional_flick_despawn_time_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_directional_flick_despawn_time_dev_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_directional_flick_despawn_time_fast_dev_nodes +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_directional_flick_despawn_time_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_directional_flick_despawn_time_fast_nodes +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_directional_flick_despawn_time_fast_optimized_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_directional_flick_despawn_time_standard_dev_nodes +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_directional_flick_despawn_time_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_directional_flick_despawn_time_standard_nodes +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_directional_flick_despawn_time_standard_optimized_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_directional_flick_preprocess_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_directional_flick_preprocess_dev_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_directional_flick_preprocess_fast_dev_nodes +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_directional_flick_preprocess_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_directional_flick_preprocess_fast_nodes +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_directional_flick_preprocess_fast_optimized_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_directional_flick_preprocess_standard_dev_nodes +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_directional_flick_preprocess_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_directional_flick_preprocess_standard_nodes +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_directional_flick_preprocess_standard_optimized_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_directional_flick_spawn_time_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_directional_flick_spawn_time_dev_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_directional_flick_spawn_time_fast_dev_nodes +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_directional_flick_spawn_time_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_directional_flick_spawn_time_fast_nodes +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_directional_flick_spawn_time_fast_optimized_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_directional_flick_spawn_time_standard_dev_nodes +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_directional_flick_spawn_time_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_directional_flick_spawn_time_standard_nodes +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_directional_flick_spawn_time_standard_optimized_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_directional_flick_terminate_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_directional_flick_terminate_dev_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_directional_flick_terminate_fast_dev_nodes +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_directional_flick_terminate_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_directional_flick_terminate_fast_nodes +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_directional_flick_terminate_fast_optimized_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_directional_flick_terminate_standard_dev_nodes +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_directional_flick_terminate_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_directional_flick_terminate_standard_nodes +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_directional_flick_terminate_standard_optimized_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_directional_flick_update_parallel_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_directional_flick_update_parallel_dev_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_directional_flick_update_parallel_fast_dev_nodes +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_directional_flick_update_parallel_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_directional_flick_update_parallel_fast_nodes +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_directional_flick_update_parallel_fast_optimized_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_directional_flick_update_parallel_standard_dev_nodes +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_directional_flick_update_parallel_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_directional_flick_update_parallel_standard_nodes +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_directional_flick_update_parallel_standard_optimized_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_flick_despawn_time_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_flick_despawn_time_dev_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_flick_despawn_time_fast_dev_nodes +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_flick_despawn_time_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_flick_despawn_time_fast_nodes +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_flick_despawn_time_fast_optimized_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_flick_despawn_time_standard_dev_nodes +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_flick_despawn_time_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_flick_despawn_time_standard_nodes +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_flick_despawn_time_standard_optimized_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_flick_preprocess_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_flick_preprocess_dev_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_flick_preprocess_fast_dev_nodes +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_flick_preprocess_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_flick_preprocess_fast_nodes +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_flick_preprocess_fast_optimized_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_flick_preprocess_standard_dev_nodes +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_flick_preprocess_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_flick_preprocess_standard_nodes +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_flick_preprocess_standard_optimized_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_flick_spawn_time_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_flick_spawn_time_dev_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_flick_spawn_time_fast_dev_nodes +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_flick_spawn_time_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_flick_spawn_time_fast_nodes +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_flick_spawn_time_fast_optimized_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_flick_spawn_time_standard_dev_nodes +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_flick_spawn_time_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_flick_spawn_time_standard_nodes +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_flick_spawn_time_standard_optimized_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_flick_terminate_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_flick_terminate_dev_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_flick_terminate_fast_dev_nodes +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_flick_terminate_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_flick_terminate_fast_nodes +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_flick_terminate_fast_optimized_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_flick_terminate_standard_dev_nodes +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_flick_terminate_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_flick_terminate_standard_nodes +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_flick_terminate_standard_optimized_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_flick_update_parallel_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_flick_update_parallel_dev_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_flick_update_parallel_fast_dev_nodes +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_flick_update_parallel_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_flick_update_parallel_fast_nodes +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_flick_update_parallel_fast_optimized_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_flick_update_parallel_standard_dev_nodes +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_flick_update_parallel_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_flick_update_parallel_standard_nodes +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_flick_update_parallel_standard_optimized_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_global_update_spawn_fast_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_global_update_spawn_fast_dev_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_global_update_spawn_fast_dev_nodes +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_global_update_spawn_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_global_update_spawn_fast_nodes +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_global_update_spawn_fast_optimized_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_global_update_spawn_standard_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_global_update_spawn_standard_dev_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_global_update_spawn_standard_dev_nodes +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_global_update_spawn_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_global_update_spawn_standard_nodes +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_global_update_spawn_standard_optimized_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_hold_anchor_despawn_time_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_hold_anchor_despawn_time_dev_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_hold_anchor_despawn_time_fast_dev_nodes +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_hold_anchor_despawn_time_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_hold_anchor_despawn_time_fast_nodes +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_hold_anchor_despawn_time_fast_optimized_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_hold_anchor_despawn_time_standard_dev_nodes +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_hold_anchor_despawn_time_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_hold_anchor_despawn_time_standard_nodes +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_hold_anchor_despawn_time_standard_optimized_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_hold_anchor_preprocess_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_hold_anchor_preprocess_dev_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_hold_anchor_preprocess_fast_dev_nodes +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_hold_anchor_preprocess_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_hold_anchor_preprocess_fast_nodes +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_hold_anchor_preprocess_fast_optimized_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_hold_anchor_preprocess_standard_dev_nodes +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_hold_anchor_preprocess_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_hold_anchor_preprocess_standard_nodes +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_hold_anchor_preprocess_standard_optimized_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_hold_anchor_spawn_time_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_hold_anchor_spawn_time_dev_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_hold_anchor_spawn_time_fast_dev_nodes +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_hold_anchor_spawn_time_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_hold_anchor_spawn_time_fast_nodes +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_hold_anchor_spawn_time_fast_optimized_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_hold_anchor_spawn_time_standard_dev_nodes +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_hold_anchor_spawn_time_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_hold_anchor_spawn_time_standard_nodes +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_hold_anchor_spawn_time_standard_optimized_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_hold_anchor_terminate_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_hold_anchor_terminate_dev_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_hold_anchor_terminate_fast_dev_nodes +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_hold_anchor_terminate_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_hold_anchor_terminate_fast_nodes +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_hold_anchor_terminate_fast_optimized_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_hold_anchor_terminate_standard_dev_nodes +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_hold_anchor_terminate_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_hold_anchor_terminate_standard_nodes +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_hold_anchor_terminate_standard_optimized_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_hold_anchor_update_parallel_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_hold_anchor_update_parallel_dev_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_hold_anchor_update_parallel_fast_dev_nodes +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_hold_anchor_update_parallel_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_hold_anchor_update_parallel_fast_nodes +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_hold_anchor_update_parallel_fast_optimized_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_hold_anchor_update_parallel_standard_dev_nodes +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_hold_anchor_update_parallel_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_hold_anchor_update_parallel_standard_nodes +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_hold_anchor_update_parallel_standard_optimized_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_hold_end_despawn_time_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_hold_end_despawn_time_dev_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_hold_end_despawn_time_fast_dev_nodes +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_hold_end_despawn_time_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_hold_end_despawn_time_fast_nodes +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_hold_end_despawn_time_fast_optimized_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_hold_end_despawn_time_standard_dev_nodes +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_hold_end_despawn_time_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_hold_end_despawn_time_standard_nodes +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_hold_end_despawn_time_standard_optimized_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_hold_end_preprocess_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_hold_end_preprocess_dev_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_hold_end_preprocess_fast_dev_nodes +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_hold_end_preprocess_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_hold_end_preprocess_fast_nodes +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_hold_end_preprocess_fast_optimized_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_hold_end_preprocess_standard_dev_nodes +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_hold_end_preprocess_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_hold_end_preprocess_standard_nodes +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_hold_end_preprocess_standard_optimized_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_hold_end_spawn_time_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_hold_end_spawn_time_dev_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_hold_end_spawn_time_fast_dev_nodes +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_hold_end_spawn_time_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_hold_end_spawn_time_fast_nodes +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_hold_end_spawn_time_fast_optimized_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_hold_end_spawn_time_standard_dev_nodes +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_hold_end_spawn_time_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_hold_end_spawn_time_standard_nodes +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_hold_end_spawn_time_standard_optimized_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_hold_end_terminate_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_hold_end_terminate_dev_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_hold_end_terminate_fast_dev_nodes +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_hold_end_terminate_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_hold_end_terminate_fast_nodes +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_hold_end_terminate_fast_optimized_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_hold_end_terminate_standard_dev_nodes +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_hold_end_terminate_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_hold_end_terminate_standard_nodes +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_hold_end_terminate_standard_optimized_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_hold_end_update_parallel_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_hold_end_update_parallel_dev_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_hold_end_update_parallel_fast_dev_nodes +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_hold_end_update_parallel_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_hold_end_update_parallel_fast_nodes +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_hold_end_update_parallel_fast_optimized_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_hold_end_update_parallel_standard_dev_nodes +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_hold_end_update_parallel_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_hold_end_update_parallel_standard_nodes +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_hold_end_update_parallel_standard_optimized_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_hold_head_despawn_time_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_hold_head_despawn_time_dev_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_hold_head_despawn_time_fast_dev_nodes +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_hold_head_despawn_time_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_hold_head_despawn_time_fast_nodes +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_hold_head_despawn_time_fast_optimized_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_hold_head_despawn_time_standard_dev_nodes +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_hold_head_despawn_time_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_hold_head_despawn_time_standard_nodes +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_hold_head_despawn_time_standard_optimized_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_hold_head_preprocess_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_hold_head_preprocess_dev_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_hold_head_preprocess_fast_dev_nodes +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_hold_head_preprocess_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_hold_head_preprocess_fast_nodes +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_hold_head_preprocess_fast_optimized_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_hold_head_preprocess_standard_dev_nodes +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_hold_head_preprocess_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_hold_head_preprocess_standard_nodes +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_hold_head_preprocess_standard_optimized_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_hold_head_spawn_time_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_hold_head_spawn_time_dev_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_hold_head_spawn_time_fast_dev_nodes +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_hold_head_spawn_time_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_hold_head_spawn_time_fast_nodes +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_hold_head_spawn_time_fast_optimized_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_hold_head_spawn_time_standard_dev_nodes +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_hold_head_spawn_time_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_hold_head_spawn_time_standard_nodes +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_hold_head_spawn_time_standard_optimized_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_hold_head_terminate_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_hold_head_terminate_dev_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_hold_head_terminate_fast_dev_nodes +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_hold_head_terminate_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_hold_head_terminate_fast_nodes +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_hold_head_terminate_fast_optimized_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_hold_head_terminate_standard_dev_nodes +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_hold_head_terminate_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_hold_head_terminate_standard_nodes +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_hold_head_terminate_standard_optimized_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_hold_head_update_parallel_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_hold_head_update_parallel_dev_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_hold_head_update_parallel_fast_dev_nodes +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_hold_head_update_parallel_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_hold_head_update_parallel_fast_nodes +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_hold_head_update_parallel_fast_optimized_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_hold_head_update_parallel_standard_dev_nodes +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_hold_head_update_parallel_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_hold_head_update_parallel_standard_nodes +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_hold_head_update_parallel_standard_optimized_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_hold_tick_despawn_time_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_hold_tick_despawn_time_dev_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_hold_tick_despawn_time_fast_dev_nodes +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_hold_tick_despawn_time_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_hold_tick_despawn_time_fast_nodes +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_hold_tick_despawn_time_fast_optimized_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_hold_tick_despawn_time_standard_dev_nodes +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_hold_tick_despawn_time_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_hold_tick_despawn_time_standard_nodes +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_hold_tick_despawn_time_standard_optimized_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_hold_tick_preprocess_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_hold_tick_preprocess_dev_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_hold_tick_preprocess_fast_dev_nodes +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_hold_tick_preprocess_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_hold_tick_preprocess_fast_nodes +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_hold_tick_preprocess_fast_optimized_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_hold_tick_preprocess_standard_dev_nodes +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_hold_tick_preprocess_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_hold_tick_preprocess_standard_nodes +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_hold_tick_preprocess_standard_optimized_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_hold_tick_spawn_time_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_hold_tick_spawn_time_dev_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_hold_tick_spawn_time_fast_dev_nodes +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_hold_tick_spawn_time_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_hold_tick_spawn_time_fast_nodes +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_hold_tick_spawn_time_fast_optimized_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_hold_tick_spawn_time_standard_dev_nodes +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_hold_tick_spawn_time_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_hold_tick_spawn_time_standard_nodes +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_hold_tick_spawn_time_standard_optimized_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_hold_tick_terminate_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_hold_tick_terminate_dev_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_hold_tick_terminate_fast_dev_nodes +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_hold_tick_terminate_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_hold_tick_terminate_fast_nodes +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_hold_tick_terminate_fast_optimized_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_hold_tick_terminate_standard_dev_nodes +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_hold_tick_terminate_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_hold_tick_terminate_standard_nodes +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_hold_tick_terminate_standard_optimized_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_hold_tick_update_parallel_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_hold_tick_update_parallel_dev_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_hold_tick_update_parallel_fast_dev_nodes +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_hold_tick_update_parallel_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_hold_tick_update_parallel_fast_nodes +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_hold_tick_update_parallel_fast_optimized_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_hold_tick_update_parallel_standard_dev_nodes +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_hold_tick_update_parallel_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_hold_tick_update_parallel_standard_nodes +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_hold_tick_update_parallel_standard_optimized_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_tap_despawn_time_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_tap_despawn_time_dev_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_tap_despawn_time_fast_dev_nodes +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_tap_despawn_time_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_tap_despawn_time_fast_nodes +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_tap_despawn_time_fast_optimized_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_tap_despawn_time_standard_dev_nodes +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_tap_despawn_time_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_tap_despawn_time_standard_nodes +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_tap_despawn_time_standard_optimized_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_tap_preprocess_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_tap_preprocess_dev_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_tap_preprocess_fast_dev_nodes +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_tap_preprocess_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_tap_preprocess_fast_nodes +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_tap_preprocess_fast_optimized_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_tap_preprocess_standard_dev_nodes +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_tap_preprocess_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_tap_preprocess_standard_nodes +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_tap_preprocess_standard_optimized_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_tap_spawn_time_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_tap_spawn_time_dev_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_tap_spawn_time_fast_dev_nodes +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_tap_spawn_time_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_tap_spawn_time_fast_nodes +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_tap_spawn_time_fast_optimized_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_tap_spawn_time_standard_dev_nodes +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_tap_spawn_time_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_tap_spawn_time_standard_nodes +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_tap_spawn_time_standard_optimized_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_tap_terminate_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_tap_terminate_dev_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_tap_terminate_fast_dev_nodes +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_tap_terminate_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_tap_terminate_fast_nodes +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_tap_terminate_fast_optimized_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_tap_terminate_standard_dev_nodes +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_tap_terminate_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_tap_terminate_standard_nodes +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_tap_terminate_standard_optimized_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_tap_update_parallel_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_tap_update_parallel_dev_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_tap_update_parallel_fast_dev_nodes +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_tap_update_parallel_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_tap_update_parallel_fast_nodes +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_tap_update_parallel_fast_optimized_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_tap_update_parallel_standard_dev_nodes +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_tap_update_parallel_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_tap_update_parallel_standard_nodes +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_tap_update_parallel_standard_optimized_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_watch_hold_connector_despawn_time_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_watch_hold_connector_despawn_time_dev_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_watch_hold_connector_despawn_time_fast_dev_nodes +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_watch_hold_connector_despawn_time_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_watch_hold_connector_despawn_time_fast_nodes +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_watch_hold_connector_despawn_time_fast_optimized_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_watch_hold_connector_despawn_time_standard_dev_nodes +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_watch_hold_connector_despawn_time_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_watch_hold_connector_despawn_time_standard_nodes +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_watch_hold_connector_despawn_time_standard_optimized_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_watch_hold_connector_spawn_time_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_watch_hold_connector_spawn_time_dev_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_watch_hold_connector_spawn_time_fast_dev_nodes +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_watch_hold_connector_spawn_time_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_watch_hold_connector_spawn_time_fast_nodes +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_watch_hold_connector_spawn_time_fast_optimized_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_watch_hold_connector_spawn_time_standard_dev_nodes +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_watch_hold_connector_spawn_time_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_watch_hold_connector_spawn_time_standard_nodes +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_watch_hold_connector_spawn_time_standard_optimized_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_watch_hold_connector_update_parallel_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_watch_hold_connector_update_parallel_dev_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_watch_hold_connector_update_parallel_fast_dev_nodes +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_watch_hold_connector_update_parallel_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_watch_hold_connector_update_parallel_fast_nodes +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_watch_hold_connector_update_parallel_fast_optimized_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_watch_hold_connector_update_parallel_standard_dev_nodes +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_watch_hold_connector_update_parallel_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_watch_hold_connector_update_parallel_standard_nodes +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_watch_hold_connector_update_parallel_standard_optimized_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_watch_hold_connector_update_sequential_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_watch_hold_connector_update_sequential_dev_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_watch_hold_connector_update_sequential_fast_dev_nodes +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_watch_hold_connector_update_sequential_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_watch_hold_connector_update_sequential_fast_nodes +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_watch_hold_connector_update_sequential_fast_optimized_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_watch_hold_connector_update_sequential_standard_dev_nodes +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_watch_hold_connector_update_sequential_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_watch_hold_connector_update_sequential_standard_nodes +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_watch_hold_connector_update_sequential_standard_optimized_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_watch_hold_manager_despawn_time_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_watch_hold_manager_despawn_time_dev_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_watch_hold_manager_despawn_time_fast_dev_nodes +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_watch_hold_manager_despawn_time_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_watch_hold_manager_despawn_time_fast_nodes +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_watch_hold_manager_despawn_time_fast_optimized_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_watch_hold_manager_despawn_time_standard_dev_nodes +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_watch_hold_manager_despawn_time_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_watch_hold_manager_despawn_time_standard_nodes +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_watch_hold_manager_despawn_time_standard_optimized_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_watch_hold_manager_spawn_time_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_watch_hold_manager_spawn_time_dev_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_watch_hold_manager_spawn_time_fast_dev_nodes +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_watch_hold_manager_spawn_time_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_watch_hold_manager_spawn_time_fast_nodes +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_watch_hold_manager_spawn_time_fast_optimized_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_watch_hold_manager_spawn_time_standard_dev_nodes +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_watch_hold_manager_spawn_time_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_watch_hold_manager_spawn_time_standard_nodes +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_watch_hold_manager_spawn_time_standard_optimized_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_watch_hold_manager_terminate_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_watch_hold_manager_terminate_dev_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_watch_hold_manager_terminate_fast_dev_nodes +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_watch_hold_manager_terminate_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_watch_hold_manager_terminate_fast_nodes +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_watch_hold_manager_terminate_fast_optimized_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_watch_hold_manager_terminate_standard_dev_nodes +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_watch_hold_manager_terminate_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_watch_hold_manager_terminate_standard_nodes +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_watch_hold_manager_terminate_standard_optimized_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_watch_hold_manager_update_parallel_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_watch_hold_manager_update_parallel_dev_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_watch_hold_manager_update_parallel_fast_dev_nodes +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_watch_hold_manager_update_parallel_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_watch_hold_manager_update_parallel_fast_nodes +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_watch_hold_manager_update_parallel_fast_optimized_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_watch_hold_manager_update_parallel_standard_dev_nodes +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_watch_hold_manager_update_parallel_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_watch_hold_manager_update_parallel_standard_nodes +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_watch_hold_manager_update_parallel_standard_optimized_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_watch_note_despawn_time_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_watch_note_despawn_time_fast_nodes +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_watch_note_despawn_time_fast_optimized_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_watch_note_despawn_time_standard_nodes +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_watch_note_despawn_time_standard_optimized_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_watch_note_preprocess_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_watch_note_preprocess_fast_nodes +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_watch_note_preprocess_fast_optimized_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_watch_note_preprocess_standard_nodes +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_watch_note_preprocess_standard_optimized_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_watch_note_spawn_time_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_watch_note_spawn_time_fast_nodes +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_watch_note_spawn_time_fast_optimized_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_watch_note_spawn_time_standard_nodes +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_watch_note_spawn_time_standard_optimized_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_watch_note_terminate_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_watch_note_terminate_fast_nodes +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_watch_note_terminate_fast_optimized_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_watch_note_terminate_standard_nodes +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_watch_note_terminate_standard_optimized_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_watch_note_update_parallel_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_watch_note_update_parallel_fast_nodes +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_watch_note_update_parallel_fast_optimized_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_watch_note_update_parallel_standard_nodes +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_watch_note_update_parallel_standard_optimized_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_watch_scheduled_lane_effect_despawn_time_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_watch_scheduled_lane_effect_despawn_time_dev_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_watch_scheduled_lane_effect_despawn_time_fast_dev_nodes +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_watch_scheduled_lane_effect_despawn_time_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_watch_scheduled_lane_effect_despawn_time_fast_nodes +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_watch_scheduled_lane_effect_despawn_time_fast_optimized_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_watch_scheduled_lane_effect_despawn_time_standard_dev_nodes +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_watch_scheduled_lane_effect_despawn_time_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_watch_scheduled_lane_effect_despawn_time_standard_nodes +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_watch_scheduled_lane_effect_despawn_time_standard_optimized_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_watch_scheduled_lane_effect_spawn_time_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_watch_scheduled_lane_effect_spawn_time_dev_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_watch_scheduled_lane_effect_spawn_time_fast_dev_nodes +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_watch_scheduled_lane_effect_spawn_time_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_watch_scheduled_lane_effect_spawn_time_fast_nodes +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_watch_scheduled_lane_effect_spawn_time_fast_optimized_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_watch_scheduled_lane_effect_spawn_time_standard_dev_nodes +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_watch_scheduled_lane_effect_spawn_time_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_watch_scheduled_lane_effect_spawn_time_standard_nodes +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_watch_scheduled_lane_effect_spawn_time_standard_optimized_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_watch_scheduled_lane_effect_update_parallel_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_watch_scheduled_lane_effect_update_parallel_dev_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_watch_scheduled_lane_effect_update_parallel_fast_dev_nodes +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_watch_scheduled_lane_effect_update_parallel_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_watch_scheduled_lane_effect_update_parallel_fast_nodes +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_watch_scheduled_lane_effect_update_parallel_fast_optimized_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_watch_scheduled_lane_effect_update_parallel_standard_dev_nodes +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_watch_scheduled_lane_effect_update_parallel_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_watch_scheduled_lane_effect_update_parallel_standard_nodes +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_watch_scheduled_lane_effect_update_parallel_standard_optimized_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_watch_sim_line_despawn_time_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_watch_sim_line_despawn_time_dev_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_watch_sim_line_despawn_time_fast_dev_nodes +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_watch_sim_line_despawn_time_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_watch_sim_line_despawn_time_fast_nodes +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_watch_sim_line_despawn_time_fast_optimized_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_watch_sim_line_despawn_time_standard_dev_nodes +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_watch_sim_line_despawn_time_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_watch_sim_line_despawn_time_standard_nodes +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_watch_sim_line_despawn_time_standard_optimized_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_watch_sim_line_spawn_time_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_watch_sim_line_spawn_time_dev_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_watch_sim_line_spawn_time_fast_dev_nodes +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_watch_sim_line_spawn_time_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_watch_sim_line_spawn_time_fast_nodes +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_watch_sim_line_spawn_time_fast_optimized_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_watch_sim_line_spawn_time_standard_dev_nodes +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_watch_sim_line_spawn_time_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_watch_sim_line_spawn_time_standard_nodes +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_watch_sim_line_spawn_time_standard_optimized_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_watch_sim_line_update_parallel_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_watch_sim_line_update_parallel_dev_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_watch_sim_line_update_parallel_fast_dev_nodes +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_watch_sim_line_update_parallel_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_watch_sim_line_update_parallel_fast_nodes +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_watch_sim_line_update_parallel_fast_optimized_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_watch_sim_line_update_parallel_standard_dev_nodes +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_watch_sim_line_update_parallel_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_watch_sim_line_update_parallel_standard_nodes +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_watch_sim_line_update_parallel_standard_optimized_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_watch_stage_despawn_time_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_watch_stage_despawn_time_dev_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_watch_stage_despawn_time_fast_dev_nodes +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_watch_stage_despawn_time_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_watch_stage_despawn_time_fast_nodes +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_watch_stage_despawn_time_fast_optimized_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_watch_stage_despawn_time_standard_dev_nodes +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_watch_stage_despawn_time_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_watch_stage_despawn_time_standard_nodes +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_watch_stage_despawn_time_standard_optimized_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_watch_stage_preprocess_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_watch_stage_preprocess_dev_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_watch_stage_preprocess_fast_dev_nodes +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_watch_stage_preprocess_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_watch_stage_preprocess_fast_nodes +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_watch_stage_preprocess_fast_optimized_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_watch_stage_preprocess_standard_dev_nodes +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_watch_stage_preprocess_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_watch_stage_preprocess_standard_nodes +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_watch_stage_preprocess_standard_optimized_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_watch_stage_spawn_time_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_watch_stage_spawn_time_dev_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_watch_stage_spawn_time_fast_dev_nodes +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_watch_stage_spawn_time_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_watch_stage_spawn_time_fast_nodes +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_watch_stage_spawn_time_fast_optimized_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_watch_stage_spawn_time_standard_dev_nodes +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_watch_stage_spawn_time_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_watch_stage_spawn_time_standard_nodes +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_watch_stage_spawn_time_standard_optimized_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_watch_stage_update_parallel_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_watch_stage_update_parallel_dev_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_watch_stage_update_parallel_fast_dev_nodes +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_watch_stage_update_parallel_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_watch_stage_update_parallel_fast_nodes +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_watch_stage_update_parallel_fast_optimized_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_watch_stage_update_parallel_standard_dev_nodes +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_watch_stage_update_parallel_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_watch_stage_update_parallel_standard_nodes +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_watch_stage_update_parallel_standard_optimized_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_watch_unscored_note_despawn_time_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_watch_unscored_note_despawn_time_fast_nodes +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_watch_unscored_note_despawn_time_fast_optimized_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_watch_unscored_note_despawn_time_standard_nodes +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_watch_unscored_note_despawn_time_standard_optimized_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_watch_unscored_note_preprocess_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_watch_unscored_note_preprocess_fast_nodes +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_watch_unscored_note_preprocess_fast_optimized_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_watch_unscored_note_preprocess_standard_nodes +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_watch_unscored_note_preprocess_standard_optimized_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_watch_unscored_note_spawn_time_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_watch_unscored_note_spawn_time_fast_nodes +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_watch_unscored_note_spawn_time_fast_optimized_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_watch_unscored_note_spawn_time_standard_nodes +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_watch_unscored_note_spawn_time_standard_optimized_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_watch_unscored_note_terminate_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_watch_unscored_note_terminate_fast_nodes +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_watch_unscored_note_terminate_fast_optimized_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_watch_unscored_note_terminate_standard_nodes +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_watch_unscored_note_terminate_standard_optimized_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_watch_unscored_note_update_parallel_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_watch_unscored_note_update_parallel_fast_nodes +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_watch_unscored_note_update_parallel_fast_optimized_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_watch_unscored_note_update_parallel_standard_nodes +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_watch_unscored_note_update_parallel_standard_optimized_cfg +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/test_project.py +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/script/__init__.py +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/script/conftest.py +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/script/test_array.py +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/script/test_array_map.py +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/script/test_array_set.py +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/script/test_assert.py +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/script/test_dict.py +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/script/test_flow.py +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/script/test_functions.py +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/script/test_generator.py +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/script/test_genexpr.py +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/script/test_helpers.py +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/script/test_interval.py +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/script/test_linked_sort.py +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/script/test_match.py +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/script/test_maybe.py +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/script/test_num.py +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/script/test_operator.py +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/script/test_quad.py +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/script/test_random.py +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/script/test_range.py +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/script/test_record.py +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/script/test_super.py +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/script/test_transform.py +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/script/test_values.py +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/script/test_var_array.py +0 -0
- {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/script/test_vec.py +0 -0
|
@@ -1,3 +1,8 @@
|
|
|
1
|
+
### 0.11.1
|
|
2
|
+
|
|
3
|
+
- Memory usage no longer increases indefinitely when rebuilding with changes in the dev server
|
|
4
|
+
- [`EntityRef`][sonolus.script.archetype.EntityRef] now throws an error when converted to a boolean
|
|
5
|
+
|
|
1
6
|
### 0.11.0
|
|
2
7
|
|
|
3
8
|
- Added basic support for set literals of numbers, with support for membership checks (`in`, `not in`) and iteration
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
from math import isfinite, isinf, isnan
|
|
2
2
|
|
|
3
3
|
from sonolus.backend.ir import IRConst, IRGet, IRInstr, IRPureInstr, IRSet
|
|
4
|
-
from sonolus.backend.node import
|
|
4
|
+
from sonolus.backend.node import EngineNode, FunctionNode
|
|
5
5
|
from sonolus.backend.ops import Op
|
|
6
6
|
from sonolus.backend.optimize.flow import BasicBlock, traverse_cfg_reverse_postorder
|
|
7
7
|
from sonolus.backend.place import BlockPlace
|
|
@@ -18,18 +18,18 @@ def cfg_to_engine_node(entry: BasicBlock):
|
|
|
18
18
|
}
|
|
19
19
|
match outgoing:
|
|
20
20
|
case {**other} if not other:
|
|
21
|
-
statements.append(
|
|
21
|
+
statements.append(len(block_indexes))
|
|
22
22
|
case {None: target, **other} if not other:
|
|
23
|
-
statements.append(
|
|
23
|
+
statements.append(block_indexes[target])
|
|
24
24
|
case {0: f_branch, None: t_branch, **other} if not other:
|
|
25
25
|
statements.append(
|
|
26
26
|
FunctionNode(
|
|
27
27
|
func=Op.If,
|
|
28
|
-
args=
|
|
28
|
+
args=(
|
|
29
29
|
ir_to_engine_node(block.test),
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
30
|
+
block_indexes[t_branch],
|
|
31
|
+
block_indexes[f_branch],
|
|
32
|
+
),
|
|
33
33
|
)
|
|
34
34
|
)
|
|
35
35
|
case {None: default_branch, **other} if len(other) == 1:
|
|
@@ -37,11 +37,11 @@ def cfg_to_engine_node(entry: BasicBlock):
|
|
|
37
37
|
statements.append(
|
|
38
38
|
FunctionNode(
|
|
39
39
|
func=Op.If,
|
|
40
|
-
args=
|
|
40
|
+
args=(
|
|
41
41
|
ir_to_engine_node(IRPureInstr(Op.Equal, args=[block.test, IRConst(cond)])),
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
42
|
+
block_indexes[cond_branch],
|
|
43
|
+
block_indexes[default_branch],
|
|
44
|
+
),
|
|
45
45
|
)
|
|
46
46
|
)
|
|
47
47
|
case dict() as targets:
|
|
@@ -49,23 +49,23 @@ def cfg_to_engine_node(entry: BasicBlock):
|
|
|
49
49
|
default = len(block_indexes)
|
|
50
50
|
conds = [cond for cond in targets if cond is not None]
|
|
51
51
|
if min(conds) == 0 and max(conds) == len(conds) - 1 and all(int(cond) == cond for cond in conds):
|
|
52
|
-
args.extend(
|
|
52
|
+
args.extend(block_indexes[targets[cond]] for cond in range(len(conds)))
|
|
53
53
|
if None in targets:
|
|
54
54
|
default = block_indexes[targets[None]]
|
|
55
|
-
args.append(
|
|
56
|
-
statements.append(FunctionNode(Op.SwitchIntegerWithDefault, args))
|
|
55
|
+
args.append(default)
|
|
56
|
+
statements.append(FunctionNode(Op.SwitchIntegerWithDefault, tuple(args)))
|
|
57
57
|
else:
|
|
58
58
|
for cond, target in targets.items():
|
|
59
59
|
if cond is None:
|
|
60
60
|
default = block_indexes[target]
|
|
61
61
|
continue
|
|
62
|
-
args.append(
|
|
63
|
-
args.append(
|
|
64
|
-
args.append(
|
|
65
|
-
statements.append(FunctionNode(Op.SwitchWithDefault, args))
|
|
66
|
-
block_statements.append(FunctionNode(Op.Execute, statements))
|
|
67
|
-
block_statements.append(
|
|
68
|
-
result = FunctionNode(Op.Block,
|
|
62
|
+
args.append(cond)
|
|
63
|
+
args.append(block_indexes[target])
|
|
64
|
+
args.append(default)
|
|
65
|
+
statements.append(FunctionNode(Op.SwitchWithDefault, tuple(args)))
|
|
66
|
+
block_statements.append(FunctionNode(Op.Execute, tuple(statements)))
|
|
67
|
+
block_statements.append(0)
|
|
68
|
+
result = FunctionNode(Op.Block, (FunctionNode(Op.JumpLoop, tuple(block_statements)),))
|
|
69
69
|
for block in block_indexes:
|
|
70
70
|
# Clean up without relying on gc
|
|
71
71
|
del block.incoming
|
|
@@ -81,32 +81,30 @@ def ir_to_engine_node(stmt) -> EngineNode:
|
|
|
81
81
|
case int(value) | float(value) | IRConst(value=int(value) | float(value)):
|
|
82
82
|
value = float(value)
|
|
83
83
|
if value.is_integer():
|
|
84
|
-
return
|
|
84
|
+
return int(value)
|
|
85
85
|
elif isfinite(value):
|
|
86
|
-
return
|
|
86
|
+
return value
|
|
87
87
|
elif isinf(value):
|
|
88
88
|
# Read values from ROM
|
|
89
|
-
return FunctionNode(Op.Get, args=
|
|
89
|
+
return FunctionNode(Op.Get, args=(3000, 1 if value > 0 else 2))
|
|
90
90
|
elif isnan(value):
|
|
91
91
|
# Read value from ROM
|
|
92
|
-
return FunctionNode(Op.Get, args=
|
|
92
|
+
return FunctionNode(Op.Get, args=(3000, 0))
|
|
93
93
|
else:
|
|
94
94
|
raise ValueError(f"Invalid constant value: {value}")
|
|
95
95
|
case IRPureInstr(op=op, args=args) | IRInstr(op=op, args=args):
|
|
96
|
-
return FunctionNode(func=op, args=
|
|
96
|
+
return FunctionNode(func=op, args=tuple(ir_to_engine_node(arg) for arg in args))
|
|
97
97
|
case IRGet(place=place):
|
|
98
98
|
return ir_to_engine_node(place)
|
|
99
99
|
case BlockPlace() as place:
|
|
100
100
|
if place.offset == 0:
|
|
101
101
|
index = ir_to_engine_node(place.index)
|
|
102
102
|
elif place.index == 0:
|
|
103
|
-
index =
|
|
103
|
+
index = place.offset
|
|
104
104
|
else:
|
|
105
|
-
index = FunctionNode(
|
|
106
|
-
|
|
107
|
-
)
|
|
108
|
-
return FunctionNode(func=Op.Get, args=[ir_to_engine_node(place.block), index])
|
|
105
|
+
index = FunctionNode(func=Op.Add, args=(ir_to_engine_node(place.index), place.offset))
|
|
106
|
+
return FunctionNode(func=Op.Get, args=(ir_to_engine_node(place.block), index))
|
|
109
107
|
case IRSet(place=place, value=value):
|
|
110
|
-
return FunctionNode(func=Op.Set, args=
|
|
108
|
+
return FunctionNode(func=Op.Set, args=(*ir_to_engine_node(place).args, ir_to_engine_node(value)))
|
|
111
109
|
case _:
|
|
112
110
|
raise TypeError(f"Unsupported IR statement: {stmt}")
|
|
@@ -2,7 +2,7 @@ import math
|
|
|
2
2
|
import operator
|
|
3
3
|
import random
|
|
4
4
|
|
|
5
|
-
from sonolus.backend.node import
|
|
5
|
+
from sonolus.backend.node import EngineNode, FunctionNode
|
|
6
6
|
from sonolus.backend.ops import Op
|
|
7
7
|
|
|
8
8
|
|
|
@@ -24,8 +24,8 @@ class Interpreter:
|
|
|
24
24
|
self.log = []
|
|
25
25
|
|
|
26
26
|
def run(self, node: EngineNode) -> float:
|
|
27
|
-
if isinstance(node,
|
|
28
|
-
return node
|
|
27
|
+
if not isinstance(node, FunctionNode):
|
|
28
|
+
return node
|
|
29
29
|
func = node.func
|
|
30
30
|
args = node.args
|
|
31
31
|
match func:
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
import textwrap
|
|
2
|
+
from typing import NamedTuple
|
|
3
|
+
|
|
4
|
+
from sonolus.backend.ops import Op
|
|
5
|
+
|
|
6
|
+
type EngineNode = int | float | FunctionNode
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
class FunctionNode(NamedTuple):
|
|
10
|
+
func: Op
|
|
11
|
+
args: tuple[EngineNode, ...]
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
def format_engine_node(node: EngineNode) -> str:
|
|
15
|
+
if isinstance(node, FunctionNode):
|
|
16
|
+
match len(node.args):
|
|
17
|
+
case 0:
|
|
18
|
+
return f"{node.func.name}()"
|
|
19
|
+
case 1:
|
|
20
|
+
return f"{node.func.name}({format_engine_node(node.args[0])})"
|
|
21
|
+
case _:
|
|
22
|
+
return f"{node.func.name}(\n{
|
|
23
|
+
textwrap.indent('\n'.join(format_engine_node(arg) for arg in node.args), ' ')
|
|
24
|
+
}\n)"
|
|
25
|
+
else:
|
|
26
|
+
return str(node)
|
|
@@ -32,9 +32,11 @@ class CompileCache:
|
|
|
32
32
|
self._cache = {}
|
|
33
33
|
self._lock = Lock()
|
|
34
34
|
self._event = Event()
|
|
35
|
+
self._accessed_hashes = set()
|
|
35
36
|
|
|
36
37
|
def get(self, entry_hash: int) -> EngineNode | None:
|
|
37
38
|
with self._lock:
|
|
39
|
+
self._accessed_hashes.add(entry_hash)
|
|
38
40
|
if entry_hash not in self._cache:
|
|
39
41
|
self._cache[entry_hash] = None # Mark as being compiled
|
|
40
42
|
return None
|
|
@@ -47,10 +49,21 @@ class CompileCache:
|
|
|
47
49
|
|
|
48
50
|
def set(self, entry_hash: int, node: EngineNode) -> None:
|
|
49
51
|
with self._lock:
|
|
52
|
+
self._accessed_hashes.add(entry_hash)
|
|
50
53
|
self._cache[entry_hash] = node
|
|
51
54
|
self._event.set()
|
|
52
55
|
self._event.clear()
|
|
53
56
|
|
|
57
|
+
def reset_accessed(self) -> None:
|
|
58
|
+
with self._lock:
|
|
59
|
+
self._accessed_hashes.clear()
|
|
60
|
+
|
|
61
|
+
def prune_unaccessed(self) -> None:
|
|
62
|
+
with self._lock:
|
|
63
|
+
unaccessed_hashes = set(self._cache.keys()) - self._accessed_hashes
|
|
64
|
+
for h in unaccessed_hashes:
|
|
65
|
+
del self._cache[h]
|
|
66
|
+
|
|
54
67
|
|
|
55
68
|
def compile_mode(
|
|
56
69
|
mode: Mode,
|
|
@@ -119,6 +119,7 @@ class RebuildCommand:
|
|
|
119
119
|
print("Rebuilding...")
|
|
120
120
|
try:
|
|
121
121
|
start_time = perf_counter()
|
|
122
|
+
server_state.cache.reset_accessed()
|
|
122
123
|
server_state.project_state = ProjectContextState.from_build_config(server_state.config)
|
|
123
124
|
server_state.project = project_module.project
|
|
124
125
|
build_collection(
|
|
@@ -128,6 +129,7 @@ class RebuildCommand:
|
|
|
128
129
|
cache=server_state.cache,
|
|
129
130
|
project_state=server_state.project_state,
|
|
130
131
|
)
|
|
132
|
+
server_state.cache.prune_unaccessed()
|
|
131
133
|
end_time = perf_counter()
|
|
132
134
|
print(f"Rebuild completed in {end_time - start_time:.2f} seconds")
|
|
133
135
|
except CompilationError:
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
from threading import Lock
|
|
2
2
|
from typing import TypedDict
|
|
3
3
|
|
|
4
|
-
from sonolus.backend.node import
|
|
4
|
+
from sonolus.backend.node import EngineNode, FunctionNode
|
|
5
5
|
|
|
6
6
|
|
|
7
7
|
class ValueOutputNode(TypedDict):
|
|
@@ -32,19 +32,17 @@ class OutputNodeGenerator:
|
|
|
32
32
|
return self.indexes[node]
|
|
33
33
|
|
|
34
34
|
match node:
|
|
35
|
-
case ConstantNode(value):
|
|
36
|
-
index = len(self.nodes)
|
|
37
|
-
self.nodes.append({"value": value})
|
|
38
|
-
self.indexes[node] = index
|
|
39
|
-
return index
|
|
40
35
|
case FunctionNode(func, args):
|
|
41
36
|
arg_indexes = [self._add(arg) for arg in args]
|
|
42
37
|
index = len(self.nodes)
|
|
43
38
|
self.nodes.append({"func": func.value, "args": arg_indexes})
|
|
44
39
|
self.indexes[node] = index
|
|
45
40
|
return index
|
|
46
|
-
case
|
|
47
|
-
|
|
41
|
+
case constant:
|
|
42
|
+
index = len(self.nodes)
|
|
43
|
+
self.nodes.append({"value": constant})
|
|
44
|
+
self.indexes[node] = index
|
|
45
|
+
return index
|
|
48
46
|
|
|
49
47
|
def get(self):
|
|
50
48
|
return self.nodes
|
|
@@ -12,6 +12,7 @@ from sonolus.backend.ir import IRConst, IRExpr, IRInstr, IRPureInstr, IRStmt
|
|
|
12
12
|
from sonolus.backend.mode import Mode
|
|
13
13
|
from sonolus.backend.ops import Op
|
|
14
14
|
from sonolus.script.bucket import Bucket, Judgment
|
|
15
|
+
from sonolus.script.debug import static_error
|
|
15
16
|
from sonolus.script.internal.callbacks import PLAY_CALLBACKS, PREVIEW_CALLBACKS, WATCH_ARCHETYPE_CALLBACKS, CallbackInfo
|
|
16
17
|
from sonolus.script.internal.context import ctx
|
|
17
18
|
from sonolus.script.internal.descriptor import SonolusDescriptor
|
|
@@ -1210,6 +1211,8 @@ class EntityRef[A: _BaseArchetype](Record):
|
|
|
1210
1211
|
|
|
1211
1212
|
Usage:
|
|
1212
1213
|
```python
|
|
1214
|
+
ref = EntityRef[MyArchetype](index=123)
|
|
1215
|
+
|
|
1213
1216
|
class MyArchetype(PlayArchetype):
|
|
1214
1217
|
ref_1: EntityRef[OtherArchetype] = imported()
|
|
1215
1218
|
ref_2: EntityRef[Any] = imported()
|
|
@@ -1238,6 +1241,12 @@ class EntityRef[A: _BaseArchetype](Record):
|
|
|
1238
1241
|
return hash(id(self._ref_))
|
|
1239
1242
|
return super().__hash__()
|
|
1240
1243
|
|
|
1244
|
+
@meta_fn
|
|
1245
|
+
def __bool__(self):
|
|
1246
|
+
if ctx():
|
|
1247
|
+
static_error("EntityRef cannot be used in a boolean context. Check index directly instead.")
|
|
1248
|
+
return True
|
|
1249
|
+
|
|
1241
1250
|
@meta_fn
|
|
1242
1251
|
def get(self) -> A:
|
|
1243
1252
|
"""Get the entity."""
|
|
@@ -468,11 +468,8 @@ class FrozenNumSet[Size](Record):
|
|
|
468
468
|
return len(self._values)
|
|
469
469
|
|
|
470
470
|
def __contains__(self, value: Num) -> bool:
|
|
471
|
-
if len(self) <
|
|
472
|
-
|
|
473
|
-
if self._values.get_unchecked(i) == value:
|
|
474
|
-
return True
|
|
475
|
-
return False
|
|
471
|
+
if len(self) < 8:
|
|
472
|
+
return value in self._as_tuple()
|
|
476
473
|
else:
|
|
477
474
|
left = 0
|
|
478
475
|
right = len(self) - 1
|
|
@@ -490,6 +487,10 @@ class FrozenNumSet[Size](Record):
|
|
|
490
487
|
def __iter__(self) -> SonolusIterator[Num]:
|
|
491
488
|
return self._values.__iter__()
|
|
492
489
|
|
|
490
|
+
@meta_fn
|
|
491
|
+
def _as_tuple(self) -> tuple[Num, ...]:
|
|
492
|
+
return tuple(self._values.get_unchecked(i) for i in range(Num._accept_(len(self))._as_py_()))
|
|
493
|
+
|
|
493
494
|
|
|
494
495
|
class _ArrayMapEntry[K, V](Record):
|
|
495
496
|
key: K
|
|
@@ -0,0 +1,226 @@
|
|
|
1
|
+
# ruff: noqa: FURB171
|
|
2
|
+
import random
|
|
3
|
+
|
|
4
|
+
from hypothesis import given
|
|
5
|
+
from hypothesis import strategies as st
|
|
6
|
+
|
|
7
|
+
from sonolus.script.array import Array
|
|
8
|
+
from sonolus.script.debug import assert_true
|
|
9
|
+
from tests.script.conftest import run_and_validate
|
|
10
|
+
|
|
11
|
+
nums = st.one_of(
|
|
12
|
+
st.integers(min_value=-999, max_value=999),
|
|
13
|
+
st.floats(min_value=-999.0, max_value=999.0, allow_nan=False, allow_infinity=False),
|
|
14
|
+
)
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
@st.composite
|
|
18
|
+
def set_and_present_value(draw, fixed_size: int | None = None):
|
|
19
|
+
values = draw(
|
|
20
|
+
st.sets(
|
|
21
|
+
nums, min_size=1 if fixed_size is None else fixed_size, max_size=20 if fixed_size is None else fixed_size
|
|
22
|
+
)
|
|
23
|
+
)
|
|
24
|
+
value = draw(st.sampled_from(list(values)))
|
|
25
|
+
return values, value
|
|
26
|
+
|
|
27
|
+
|
|
28
|
+
@st.composite
|
|
29
|
+
def set_and_missing_value(draw, fixed_size: int | None = None):
|
|
30
|
+
values = draw(
|
|
31
|
+
st.sets(
|
|
32
|
+
nums, min_size=1 if fixed_size is None else fixed_size, max_size=20 if fixed_size is None else fixed_size
|
|
33
|
+
)
|
|
34
|
+
)
|
|
35
|
+
missing = draw(nums.filter(lambda x: x not in values))
|
|
36
|
+
return values, missing
|
|
37
|
+
|
|
38
|
+
|
|
39
|
+
def test_contains_basic():
|
|
40
|
+
def fn():
|
|
41
|
+
assert_true(2 in {1, 2, 3, 4, 5})
|
|
42
|
+
assert_true(5 in {1, 2, 3, 4, 5})
|
|
43
|
+
assert_true(6 not in {1, 2, 3, 4, 5})
|
|
44
|
+
assert_true(0 not in {1, 2, 3, 4, 5})
|
|
45
|
+
return 1
|
|
46
|
+
|
|
47
|
+
assert run_and_validate(fn) == 1
|
|
48
|
+
|
|
49
|
+
|
|
50
|
+
def test_contains_out_of_order():
|
|
51
|
+
def fn():
|
|
52
|
+
assert_true(3 in {5, 1, 4, 2, 3})
|
|
53
|
+
assert_true(1 in {5, 1, 4, 2, 3})
|
|
54
|
+
assert_true(6 not in {5, 1, 4, 2, 3})
|
|
55
|
+
assert_true(0 not in {5, 1, 4, 2, 3})
|
|
56
|
+
return 1
|
|
57
|
+
|
|
58
|
+
assert run_and_validate(fn) == 1
|
|
59
|
+
|
|
60
|
+
|
|
61
|
+
def test_contains_non_literal_contents():
|
|
62
|
+
def fn():
|
|
63
|
+
a = 5 * (random.random() != -1)
|
|
64
|
+
b = 4 * (random.random() != -1)
|
|
65
|
+
c = 3 * (random.random() != -1)
|
|
66
|
+
d = 2 * (random.random() != -1)
|
|
67
|
+
e = 1 * (random.random() != -1)
|
|
68
|
+
test_set = {a, b, c, d, e}
|
|
69
|
+
assert_true(2 in test_set)
|
|
70
|
+
assert_true(5 in test_set)
|
|
71
|
+
assert_true(6 not in test_set)
|
|
72
|
+
assert_true(0 not in test_set)
|
|
73
|
+
return 1
|
|
74
|
+
|
|
75
|
+
assert run_and_validate(fn) == 1
|
|
76
|
+
|
|
77
|
+
|
|
78
|
+
def test_defined_outside():
|
|
79
|
+
test_set = {10, 20, 30, 40, 50}
|
|
80
|
+
|
|
81
|
+
def fn():
|
|
82
|
+
assert_true(10 in test_set)
|
|
83
|
+
assert_true(30 in test_set)
|
|
84
|
+
assert_true(50 in test_set)
|
|
85
|
+
assert_true(5 not in test_set)
|
|
86
|
+
assert_true(60 not in test_set)
|
|
87
|
+
return 1
|
|
88
|
+
|
|
89
|
+
assert run_and_validate(fn) == 1
|
|
90
|
+
|
|
91
|
+
|
|
92
|
+
def test_defined_outside_frozenset():
|
|
93
|
+
test_set = frozenset({10, 20, 30, 40, 50})
|
|
94
|
+
|
|
95
|
+
def fn():
|
|
96
|
+
assert_true(10 in test_set)
|
|
97
|
+
assert_true(30 in test_set)
|
|
98
|
+
assert_true(50 in test_set)
|
|
99
|
+
assert_true(5 not in test_set)
|
|
100
|
+
assert_true(60 not in test_set)
|
|
101
|
+
return 1
|
|
102
|
+
|
|
103
|
+
assert run_and_validate(fn) == 1
|
|
104
|
+
|
|
105
|
+
|
|
106
|
+
def test_empty():
|
|
107
|
+
empty_set = set()
|
|
108
|
+
|
|
109
|
+
def fn():
|
|
110
|
+
assert_true(0 not in empty_set)
|
|
111
|
+
assert_true(1 not in empty_set)
|
|
112
|
+
assert_true(0.0 not in empty_set)
|
|
113
|
+
return 1
|
|
114
|
+
|
|
115
|
+
assert run_and_validate(fn) == 1
|
|
116
|
+
|
|
117
|
+
|
|
118
|
+
def test_single_element_set():
|
|
119
|
+
def fn():
|
|
120
|
+
assert_true(42 in {42})
|
|
121
|
+
assert_true(0 not in {42})
|
|
122
|
+
assert_true(41 not in {42})
|
|
123
|
+
assert_true(43 not in {42})
|
|
124
|
+
return 1
|
|
125
|
+
|
|
126
|
+
assert run_and_validate(fn) == 1
|
|
127
|
+
|
|
128
|
+
|
|
129
|
+
def test_negative_numbers():
|
|
130
|
+
def fn():
|
|
131
|
+
assert_true(-5 in {-10, -5, 0, 5, 10})
|
|
132
|
+
assert_true(-10 in {-10, -5, 0, 5, 10})
|
|
133
|
+
assert_true(0 in {-10, -5, 0, 5, 10})
|
|
134
|
+
assert_true(-3 not in {-10, -5, 0, 5, 10})
|
|
135
|
+
assert_true(-15 not in {-10, -5, 0, 5, 10})
|
|
136
|
+
return 1
|
|
137
|
+
|
|
138
|
+
assert run_and_validate(fn) == 1
|
|
139
|
+
|
|
140
|
+
|
|
141
|
+
@given(set_and_present_value())
|
|
142
|
+
def test_set_contains_present(args):
|
|
143
|
+
value_set, value = args
|
|
144
|
+
|
|
145
|
+
def fn():
|
|
146
|
+
return value in value_set
|
|
147
|
+
|
|
148
|
+
assert run_and_validate(fn)
|
|
149
|
+
|
|
150
|
+
|
|
151
|
+
@given(set_and_missing_value())
|
|
152
|
+
def test_set_contains_missing(args):
|
|
153
|
+
value_set, missing = args
|
|
154
|
+
|
|
155
|
+
def fn():
|
|
156
|
+
return missing in value_set
|
|
157
|
+
|
|
158
|
+
assert not run_and_validate(fn)
|
|
159
|
+
|
|
160
|
+
|
|
161
|
+
@given(set_and_present_value(fixed_size=20))
|
|
162
|
+
def test_dyn_set_contains_present(args):
|
|
163
|
+
value_set, value = args
|
|
164
|
+
|
|
165
|
+
def fn():
|
|
166
|
+
values = +Array[float, 20]
|
|
167
|
+
for i, v in enumerate(value_set):
|
|
168
|
+
values[i] = v * (random.random() != -1)
|
|
169
|
+
return value in {
|
|
170
|
+
values[0],
|
|
171
|
+
values[1],
|
|
172
|
+
values[2],
|
|
173
|
+
values[3],
|
|
174
|
+
values[4],
|
|
175
|
+
values[5],
|
|
176
|
+
values[6],
|
|
177
|
+
values[7],
|
|
178
|
+
values[8],
|
|
179
|
+
values[9],
|
|
180
|
+
values[10],
|
|
181
|
+
values[11],
|
|
182
|
+
values[12],
|
|
183
|
+
values[13],
|
|
184
|
+
values[14],
|
|
185
|
+
values[15],
|
|
186
|
+
values[16],
|
|
187
|
+
values[17],
|
|
188
|
+
values[18],
|
|
189
|
+
values[19],
|
|
190
|
+
}
|
|
191
|
+
|
|
192
|
+
assert run_and_validate(fn)
|
|
193
|
+
|
|
194
|
+
|
|
195
|
+
@given(set_and_missing_value(fixed_size=20))
|
|
196
|
+
def test_dyn_set_contains_missing(args):
|
|
197
|
+
value_set, missing = args
|
|
198
|
+
|
|
199
|
+
def fn():
|
|
200
|
+
values = +Array[float, 20]
|
|
201
|
+
for i, v in enumerate(value_set):
|
|
202
|
+
values[i] = v * (random.random() != -1)
|
|
203
|
+
return missing in {
|
|
204
|
+
values[0],
|
|
205
|
+
values[1],
|
|
206
|
+
values[2],
|
|
207
|
+
values[3],
|
|
208
|
+
values[4],
|
|
209
|
+
values[5],
|
|
210
|
+
values[6],
|
|
211
|
+
values[7],
|
|
212
|
+
values[8],
|
|
213
|
+
values[9],
|
|
214
|
+
values[10],
|
|
215
|
+
values[11],
|
|
216
|
+
values[12],
|
|
217
|
+
values[13],
|
|
218
|
+
values[14],
|
|
219
|
+
values[15],
|
|
220
|
+
values[16],
|
|
221
|
+
values[17],
|
|
222
|
+
values[18],
|
|
223
|
+
values[19],
|
|
224
|
+
}
|
|
225
|
+
|
|
226
|
+
assert not run_and_validate(fn)
|
|
@@ -199,9 +199,9 @@ def test_tuple_contains_heterogeneous():
|
|
|
199
199
|
return Array(
|
|
200
200
|
5 in t,
|
|
201
201
|
0 in t,
|
|
202
|
-
inner1
|
|
203
|
-
inner2
|
|
204
|
-
inner3
|
|
202
|
+
inner1 in t,
|
|
203
|
+
inner2 in t,
|
|
204
|
+
inner3 in t,
|
|
205
205
|
)
|
|
206
206
|
|
|
207
207
|
assert tuple(run_and_validate(fn)) == (True, False, True, True, False)
|
|
@@ -1,48 +0,0 @@
|
|
|
1
|
-
import textwrap
|
|
2
|
-
from dataclasses import dataclass, field
|
|
3
|
-
|
|
4
|
-
from sonolus.backend.ops import Op
|
|
5
|
-
|
|
6
|
-
type EngineNode = ConstantNode | FunctionNode
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
@dataclass(slots=True)
|
|
10
|
-
class ConstantNode:
|
|
11
|
-
value: float
|
|
12
|
-
_hash: int = field(init=False, repr=False)
|
|
13
|
-
|
|
14
|
-
def __post_init__(self):
|
|
15
|
-
self._hash = hash(self.value)
|
|
16
|
-
|
|
17
|
-
def __hash__(self):
|
|
18
|
-
return hash(self.value)
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
@dataclass(slots=True)
|
|
22
|
-
class FunctionNode:
|
|
23
|
-
func: Op
|
|
24
|
-
args: list[EngineNode]
|
|
25
|
-
_hash: int = field(init=False, repr=False)
|
|
26
|
-
|
|
27
|
-
def __post_init__(self):
|
|
28
|
-
self._hash = hash((self.func, tuple(self.args)))
|
|
29
|
-
|
|
30
|
-
def __hash__(self):
|
|
31
|
-
return self._hash
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
def format_engine_node(node: EngineNode) -> str:
|
|
35
|
-
if isinstance(node, ConstantNode):
|
|
36
|
-
return str(node.value)
|
|
37
|
-
elif isinstance(node, FunctionNode):
|
|
38
|
-
match len(node.args):
|
|
39
|
-
case 0:
|
|
40
|
-
return f"{node.func.name}()"
|
|
41
|
-
case 1:
|
|
42
|
-
return f"{node.func.name}({format_engine_node(node.args[0])})"
|
|
43
|
-
case _:
|
|
44
|
-
return f"{node.func.name}(\n{
|
|
45
|
-
textwrap.indent('\n'.join(format_engine_node(arg) for arg in node.args), ' ')
|
|
46
|
-
}\n)"
|
|
47
|
-
else:
|
|
48
|
-
raise ValueError(f"Invalid engine node: {node}")
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|