sonolus.py 0.12.0__tar.gz → 0.12.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.12.0 → sonolus_py-0.12.1}/PKG-INFO +1 -1
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/doc_stubs/builtins.pyi +56 -10
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/docs/changelog/index.md +4 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/docs/concepts/builtins.md +4 -1
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/pyproject.toml +1 -1
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/sonolus/backend/visitor.py +2 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/sonolus/script/archetype.py +4 -4
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/sonolus/script/internal/builtin_impls.py +78 -2
- sonolus_py-0.12.1/tests/script/test_reflection.py +227 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/script/test_var_array.py +14 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/uv.lock +1 -1
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/.gitattributes +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/.github/workflows/publish.yaml +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/.gitignore +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/.python-version +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/.run/Python tests in tests.run.xml +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/LICENSE +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/README.md +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/doc_stubs/__init__.py +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/doc_stubs/math.pyi +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/doc_stubs/num.pyi +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/doc_stubs/random.pyi +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/doc_stubs/typing.pyi +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/docs/CNAME +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/docs/concepts/cli.md +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/docs/concepts/constructs.md +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/docs/concepts/index.md +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/docs/concepts/overview.md +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/docs/concepts/project.md +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/docs/concepts/resources.md +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/docs/concepts/types.md +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/docs/guides/bucket.md +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/docs/guides/coming-soon.md +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/docs/guides/effect.md +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/docs/guides/index.md +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/docs/guides/particle.md +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/docs/guides/play.md +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/docs/guides/project-structure.md +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/docs/guides/screen.md +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/docs/guides/setup.md +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/docs/guides/skin.md +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/docs/guides/ui.md +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/docs/guides/usage.md +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/docs/index.md +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/docs/reference/builtins.md +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/docs/reference/index.md +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/docs/reference/math.md +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/docs/reference/random.md +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/docs/reference/sonolus.script.archetype.md +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/docs/reference/sonolus.script.array.md +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/docs/reference/sonolus.script.array_like.md +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/docs/reference/sonolus.script.bucket.md +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/docs/reference/sonolus.script.containers.md +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/docs/reference/sonolus.script.debug.md +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/docs/reference/sonolus.script.easing.md +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/docs/reference/sonolus.script.effect.md +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/docs/reference/sonolus.script.engine.md +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/docs/reference/sonolus.script.globals.md +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/docs/reference/sonolus.script.instruction.md +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/docs/reference/sonolus.script.interval.md +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/docs/reference/sonolus.script.iterator.md +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/docs/reference/sonolus.script.level.md +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/docs/reference/sonolus.script.maybe.md +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/docs/reference/sonolus.script.metadata.md +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/docs/reference/sonolus.script.num.md +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/docs/reference/sonolus.script.options.md +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/docs/reference/sonolus.script.particle.md +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/docs/reference/sonolus.script.printing.md +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/docs/reference/sonolus.script.project.md +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/docs/reference/sonolus.script.quad.md +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/docs/reference/sonolus.script.record.md +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/docs/reference/sonolus.script.runtime.md +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/docs/reference/sonolus.script.sprite.md +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/docs/reference/sonolus.script.stream.md +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/docs/reference/sonolus.script.text.md +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/docs/reference/sonolus.script.timing.md +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/docs/reference/sonolus.script.transform.md +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/docs/reference/sonolus.script.ui.md +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/docs/reference/sonolus.script.values.md +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/docs/reference/sonolus.script.vec.md +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/docs/reference/typing.md +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/mkdocs.yml +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/sonolus/__init__.py +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/sonolus/backend/__init__.py +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/sonolus/backend/blocks.py +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/sonolus/backend/excepthook.py +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/sonolus/backend/finalize.py +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/sonolus/backend/interpret.py +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/sonolus/backend/ir.py +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/sonolus/backend/mode.py +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/sonolus/backend/node.py +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/sonolus/backend/ops.py +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/sonolus/backend/optimize/__init__.py +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/sonolus/backend/optimize/allocate.py +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/sonolus/backend/optimize/constant_evaluation.py +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/sonolus/backend/optimize/copy_coalesce.py +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/sonolus/backend/optimize/dead_code.py +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/sonolus/backend/optimize/dominance.py +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/sonolus/backend/optimize/flow.py +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/sonolus/backend/optimize/inlining.py +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/sonolus/backend/optimize/liveness.py +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/sonolus/backend/optimize/optimize.py +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/sonolus/backend/optimize/passes.py +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/sonolus/backend/optimize/simplify.py +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/sonolus/backend/optimize/ssa.py +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/sonolus/backend/place.py +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/sonolus/backend/utils.py +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/sonolus/build/__init__.py +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/sonolus/build/cli.py +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/sonolus/build/collection.py +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/sonolus/build/compile.py +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/sonolus/build/dev_server.py +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/sonolus/build/engine.py +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/sonolus/build/level.py +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/sonolus/build/node.py +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/sonolus/build/project.py +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/sonolus/py.typed +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/sonolus/script/__init__.py +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/sonolus/script/array.py +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/sonolus/script/array_like.py +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/sonolus/script/bucket.py +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/sonolus/script/containers.py +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/sonolus/script/debug.py +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/sonolus/script/easing.py +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/sonolus/script/effect.py +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/sonolus/script/engine.py +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/sonolus/script/globals.py +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/sonolus/script/instruction.py +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/sonolus/script/internal/__init__.py +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/sonolus/script/internal/callbacks.py +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/sonolus/script/internal/constant.py +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/sonolus/script/internal/context.py +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/sonolus/script/internal/descriptor.py +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/sonolus/script/internal/dict_impl.py +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/sonolus/script/internal/error.py +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/sonolus/script/internal/generic.py +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/sonolus/script/internal/impl.py +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/sonolus/script/internal/introspection.py +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/sonolus/script/internal/math_impls.py +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/sonolus/script/internal/native.py +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/sonolus/script/internal/random.py +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/sonolus/script/internal/range.py +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/sonolus/script/internal/simulation_context.py +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/sonolus/script/internal/transient.py +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/sonolus/script/internal/tuple_impl.py +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/sonolus/script/internal/value.py +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/sonolus/script/interval.py +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/sonolus/script/iterator.py +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/sonolus/script/level.py +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/sonolus/script/maybe.py +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/sonolus/script/metadata.py +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/sonolus/script/num.py +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/sonolus/script/options.py +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/sonolus/script/particle.py +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/sonolus/script/pointer.py +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/sonolus/script/printing.py +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/sonolus/script/project.py +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/sonolus/script/quad.py +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/sonolus/script/record.py +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/sonolus/script/runtime.py +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/sonolus/script/sprite.py +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/sonolus/script/stream.py +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/sonolus/script/text.py +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/sonolus/script/timing.py +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/sonolus/script/transform.py +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/sonolus/script/ui.py +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/sonolus/script/values.py +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/sonolus/script/vec.py +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/test_projects/pydori/__init__.py +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/test_projects/pydori/level.py +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/test_projects/pydori/lib/__init__.py +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/test_projects/pydori/lib/buckets.py +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/test_projects/pydori/lib/connector.py +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/test_projects/pydori/lib/effect.py +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/test_projects/pydori/lib/layer.py +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/test_projects/pydori/lib/layout.py +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/test_projects/pydori/lib/note.py +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/test_projects/pydori/lib/options.py +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/test_projects/pydori/lib/particle.py +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/test_projects/pydori/lib/skin.py +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/test_projects/pydori/lib/stage.py +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/test_projects/pydori/lib/streams.py +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/test_projects/pydori/lib/ui.py +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/test_projects/pydori/play/__init__.py +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/test_projects/pydori/play/connector.py +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/test_projects/pydori/play/event.py +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/test_projects/pydori/play/input.py +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/test_projects/pydori/play/mode.py +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/test_projects/pydori/play/note.py +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/test_projects/pydori/play/stage.py +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/test_projects/pydori/preview/__init__.py +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/test_projects/pydori/preview/connector.py +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/test_projects/pydori/preview/event.py +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/test_projects/pydori/preview/layout.py +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/test_projects/pydori/preview/mode.py +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/test_projects/pydori/preview/note.py +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/test_projects/pydori/preview/stage.py +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/test_projects/pydori/project.py +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/test_projects/pydori/tutorial/__init__.py +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/test_projects/pydori/tutorial/framework.py +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/test_projects/pydori/tutorial/instructions.py +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/test_projects/pydori/tutorial/intro.py +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/test_projects/pydori/tutorial/mode.py +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/test_projects/pydori/tutorial/navigate.py +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/test_projects/pydori/tutorial/painting.py +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/test_projects/pydori/tutorial/phases.py +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/test_projects/pydori/tutorial/preprocess.py +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/test_projects/pydori/tutorial/update.py +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/test_projects/pydori/watch/__init__.py +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/test_projects/pydori/watch/connector.py +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/test_projects/pydori/watch/event.py +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/test_projects/pydori/watch/mode.py +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/test_projects/pydori/watch/note.py +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/test_projects/pydori/watch/stage.py +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/test_projects/pydori/watch/update_spawn.py +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/__init__.py +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/build/__init__.py +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/build/test_dev_server.py +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/__init__.py +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/conftest.py +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_directional_flick_initialize_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_directional_flick_initialize_dev_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_directional_flick_initialize_fast_dev_nodes +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_directional_flick_initialize_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_directional_flick_initialize_fast_nodes +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_directional_flick_initialize_fast_optimized_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_directional_flick_initialize_standard_dev_nodes +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_directional_flick_initialize_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_directional_flick_initialize_standard_nodes +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_directional_flick_initialize_standard_optimized_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_directional_flick_preprocess_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_directional_flick_preprocess_dev_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_directional_flick_preprocess_fast_dev_nodes +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_directional_flick_preprocess_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_directional_flick_preprocess_fast_nodes +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_directional_flick_preprocess_fast_optimized_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_directional_flick_preprocess_standard_dev_nodes +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_directional_flick_preprocess_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_directional_flick_preprocess_standard_nodes +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_directional_flick_preprocess_standard_optimized_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_directional_flick_should_spawn_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_directional_flick_should_spawn_dev_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_directional_flick_should_spawn_fast_dev_nodes +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_directional_flick_should_spawn_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_directional_flick_should_spawn_fast_nodes +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_directional_flick_should_spawn_fast_optimized_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_directional_flick_should_spawn_standard_dev_nodes +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_directional_flick_should_spawn_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_directional_flick_should_spawn_standard_nodes +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_directional_flick_should_spawn_standard_optimized_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_directional_flick_spawn_order_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_directional_flick_spawn_order_dev_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_directional_flick_spawn_order_fast_dev_nodes +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_directional_flick_spawn_order_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_directional_flick_spawn_order_fast_nodes +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_directional_flick_spawn_order_fast_optimized_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_directional_flick_spawn_order_standard_dev_nodes +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_directional_flick_spawn_order_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_directional_flick_spawn_order_standard_nodes +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_directional_flick_spawn_order_standard_optimized_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_directional_flick_terminate_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_directional_flick_terminate_dev_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_directional_flick_terminate_fast_dev_nodes +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_directional_flick_terminate_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_directional_flick_terminate_fast_nodes +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_directional_flick_terminate_fast_optimized_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_directional_flick_terminate_standard_dev_nodes +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_directional_flick_terminate_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_directional_flick_terminate_standard_nodes +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_directional_flick_terminate_standard_optimized_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_directional_flick_touch_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_directional_flick_touch_dev_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_directional_flick_touch_fast_dev_nodes +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_directional_flick_touch_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_directional_flick_touch_fast_nodes +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_directional_flick_touch_fast_optimized_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_directional_flick_touch_standard_dev_nodes +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_directional_flick_touch_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_directional_flick_touch_standard_nodes +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_directional_flick_touch_standard_optimized_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_directional_flick_update_parallel_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_directional_flick_update_parallel_dev_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_directional_flick_update_parallel_fast_dev_nodes +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_directional_flick_update_parallel_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_directional_flick_update_parallel_fast_nodes +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_directional_flick_update_parallel_fast_optimized_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_directional_flick_update_parallel_standard_dev_nodes +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_directional_flick_update_parallel_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_directional_flick_update_parallel_standard_nodes +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_directional_flick_update_parallel_standard_optimized_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_directional_flick_update_sequential_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_directional_flick_update_sequential_dev_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_directional_flick_update_sequential_fast_dev_nodes +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_directional_flick_update_sequential_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_directional_flick_update_sequential_fast_nodes +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_directional_flick_update_sequential_fast_optimized_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_directional_flick_update_sequential_standard_dev_nodes +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_directional_flick_update_sequential_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_directional_flick_update_sequential_standard_nodes +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_directional_flick_update_sequential_standard_optimized_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_flick_initialize_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_flick_initialize_dev_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_flick_initialize_fast_dev_nodes +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_flick_initialize_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_flick_initialize_fast_nodes +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_flick_initialize_fast_optimized_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_flick_initialize_standard_dev_nodes +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_flick_initialize_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_flick_initialize_standard_nodes +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_flick_initialize_standard_optimized_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_flick_preprocess_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_flick_preprocess_dev_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_flick_preprocess_fast_dev_nodes +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_flick_preprocess_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_flick_preprocess_fast_nodes +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_flick_preprocess_fast_optimized_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_flick_preprocess_standard_dev_nodes +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_flick_preprocess_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_flick_preprocess_standard_nodes +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_flick_preprocess_standard_optimized_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_flick_should_spawn_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_flick_should_spawn_dev_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_flick_should_spawn_fast_dev_nodes +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_flick_should_spawn_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_flick_should_spawn_fast_nodes +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_flick_should_spawn_fast_optimized_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_flick_should_spawn_standard_dev_nodes +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_flick_should_spawn_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_flick_should_spawn_standard_nodes +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_flick_should_spawn_standard_optimized_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_flick_spawn_order_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_flick_spawn_order_dev_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_flick_spawn_order_fast_dev_nodes +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_flick_spawn_order_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_flick_spawn_order_fast_nodes +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_flick_spawn_order_fast_optimized_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_flick_spawn_order_standard_dev_nodes +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_flick_spawn_order_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_flick_spawn_order_standard_nodes +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_flick_spawn_order_standard_optimized_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_flick_terminate_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_flick_terminate_dev_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_flick_terminate_fast_dev_nodes +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_flick_terminate_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_flick_terminate_fast_nodes +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_flick_terminate_fast_optimized_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_flick_terminate_standard_dev_nodes +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_flick_terminate_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_flick_terminate_standard_nodes +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_flick_terminate_standard_optimized_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_flick_touch_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_flick_touch_dev_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_flick_touch_fast_dev_nodes +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_flick_touch_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_flick_touch_fast_nodes +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_flick_touch_fast_optimized_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_flick_touch_standard_dev_nodes +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_flick_touch_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_flick_touch_standard_nodes +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_flick_touch_standard_optimized_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_flick_update_parallel_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_flick_update_parallel_dev_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_flick_update_parallel_fast_dev_nodes +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_flick_update_parallel_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_flick_update_parallel_fast_nodes +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_flick_update_parallel_fast_optimized_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_flick_update_parallel_standard_dev_nodes +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_flick_update_parallel_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_flick_update_parallel_standard_nodes +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_flick_update_parallel_standard_optimized_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_flick_update_sequential_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_flick_update_sequential_dev_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_flick_update_sequential_fast_dev_nodes +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_flick_update_sequential_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_flick_update_sequential_fast_nodes +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_flick_update_sequential_fast_optimized_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_flick_update_sequential_standard_dev_nodes +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_flick_update_sequential_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_flick_update_sequential_standard_nodes +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_flick_update_sequential_standard_optimized_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_hold_anchor_initialize_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_hold_anchor_initialize_dev_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_hold_anchor_initialize_fast_dev_nodes +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_hold_anchor_initialize_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_hold_anchor_initialize_fast_nodes +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_hold_anchor_initialize_fast_optimized_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_hold_anchor_initialize_standard_dev_nodes +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_hold_anchor_initialize_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_hold_anchor_initialize_standard_nodes +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_hold_anchor_initialize_standard_optimized_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_hold_anchor_preprocess_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_hold_anchor_preprocess_dev_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_hold_anchor_preprocess_fast_dev_nodes +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_hold_anchor_preprocess_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_hold_anchor_preprocess_fast_nodes +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_hold_anchor_preprocess_fast_optimized_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_hold_anchor_preprocess_standard_dev_nodes +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_hold_anchor_preprocess_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_hold_anchor_preprocess_standard_nodes +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_hold_anchor_preprocess_standard_optimized_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_hold_anchor_should_spawn_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_hold_anchor_should_spawn_dev_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_hold_anchor_should_spawn_fast_dev_nodes +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_hold_anchor_should_spawn_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_hold_anchor_should_spawn_fast_nodes +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_hold_anchor_should_spawn_fast_optimized_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_hold_anchor_should_spawn_standard_dev_nodes +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_hold_anchor_should_spawn_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_hold_anchor_should_spawn_standard_nodes +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_hold_anchor_should_spawn_standard_optimized_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_hold_anchor_spawn_order_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_hold_anchor_spawn_order_dev_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_hold_anchor_spawn_order_fast_dev_nodes +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_hold_anchor_spawn_order_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_hold_anchor_spawn_order_fast_nodes +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_hold_anchor_spawn_order_fast_optimized_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_hold_anchor_spawn_order_standard_dev_nodes +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_hold_anchor_spawn_order_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_hold_anchor_spawn_order_standard_nodes +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_hold_anchor_spawn_order_standard_optimized_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_hold_anchor_terminate_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_hold_anchor_terminate_dev_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_hold_anchor_terminate_fast_dev_nodes +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_hold_anchor_terminate_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_hold_anchor_terminate_fast_nodes +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_hold_anchor_terminate_fast_optimized_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_hold_anchor_terminate_standard_dev_nodes +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_hold_anchor_terminate_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_hold_anchor_terminate_standard_nodes +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_hold_anchor_terminate_standard_optimized_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_hold_anchor_touch_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_hold_anchor_touch_dev_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_hold_anchor_touch_fast_dev_nodes +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_hold_anchor_touch_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_hold_anchor_touch_fast_nodes +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_hold_anchor_touch_fast_optimized_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_hold_anchor_touch_standard_dev_nodes +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_hold_anchor_touch_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_hold_anchor_touch_standard_nodes +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_hold_anchor_touch_standard_optimized_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_hold_anchor_update_parallel_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_hold_anchor_update_parallel_dev_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_hold_anchor_update_parallel_fast_dev_nodes +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_hold_anchor_update_parallel_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_hold_anchor_update_parallel_fast_nodes +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_hold_anchor_update_parallel_fast_optimized_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_hold_anchor_update_parallel_standard_dev_nodes +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_hold_anchor_update_parallel_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_hold_anchor_update_parallel_standard_nodes +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_hold_anchor_update_parallel_standard_optimized_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_hold_anchor_update_sequential_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_hold_anchor_update_sequential_dev_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_hold_anchor_update_sequential_fast_dev_nodes +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_hold_anchor_update_sequential_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_hold_anchor_update_sequential_fast_nodes +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_hold_anchor_update_sequential_fast_optimized_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_hold_anchor_update_sequential_standard_dev_nodes +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_hold_anchor_update_sequential_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_hold_anchor_update_sequential_standard_nodes +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_hold_anchor_update_sequential_standard_optimized_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_hold_connector_should_spawn_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_hold_connector_should_spawn_dev_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_hold_connector_should_spawn_fast_dev_nodes +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_hold_connector_should_spawn_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_hold_connector_should_spawn_fast_nodes +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_hold_connector_should_spawn_fast_optimized_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_hold_connector_should_spawn_standard_dev_nodes +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_hold_connector_should_spawn_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_hold_connector_should_spawn_standard_nodes +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_hold_connector_should_spawn_standard_optimized_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_hold_connector_spawn_order_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_hold_connector_spawn_order_dev_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_hold_connector_spawn_order_fast_dev_nodes +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_hold_connector_spawn_order_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_hold_connector_spawn_order_fast_nodes +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_hold_connector_spawn_order_fast_optimized_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_hold_connector_spawn_order_standard_dev_nodes +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_hold_connector_spawn_order_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_hold_connector_spawn_order_standard_nodes +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_hold_connector_spawn_order_standard_optimized_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_hold_connector_update_parallel_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_hold_connector_update_parallel_dev_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_hold_connector_update_parallel_fast_dev_nodes +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_hold_connector_update_parallel_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_hold_connector_update_parallel_fast_nodes +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_hold_connector_update_parallel_fast_optimized_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_hold_connector_update_parallel_standard_dev_nodes +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_hold_connector_update_parallel_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_hold_connector_update_parallel_standard_nodes +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_hold_connector_update_parallel_standard_optimized_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_hold_connector_update_sequential_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_hold_connector_update_sequential_dev_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_hold_connector_update_sequential_fast_dev_nodes +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_hold_connector_update_sequential_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_hold_connector_update_sequential_fast_nodes +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_hold_connector_update_sequential_fast_optimized_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_hold_connector_update_sequential_standard_dev_nodes +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_hold_connector_update_sequential_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_hold_connector_update_sequential_standard_nodes +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_hold_connector_update_sequential_standard_optimized_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_hold_end_initialize_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_hold_end_initialize_dev_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_hold_end_initialize_fast_dev_nodes +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_hold_end_initialize_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_hold_end_initialize_fast_nodes +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_hold_end_initialize_fast_optimized_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_hold_end_initialize_standard_dev_nodes +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_hold_end_initialize_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_hold_end_initialize_standard_nodes +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_hold_end_initialize_standard_optimized_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_hold_end_preprocess_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_hold_end_preprocess_dev_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_hold_end_preprocess_fast_dev_nodes +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_hold_end_preprocess_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_hold_end_preprocess_fast_nodes +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_hold_end_preprocess_fast_optimized_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_hold_end_preprocess_standard_dev_nodes +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_hold_end_preprocess_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_hold_end_preprocess_standard_nodes +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_hold_end_preprocess_standard_optimized_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_hold_end_should_spawn_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_hold_end_should_spawn_dev_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_hold_end_should_spawn_fast_dev_nodes +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_hold_end_should_spawn_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_hold_end_should_spawn_fast_nodes +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_hold_end_should_spawn_fast_optimized_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_hold_end_should_spawn_standard_dev_nodes +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_hold_end_should_spawn_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_hold_end_should_spawn_standard_nodes +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_hold_end_should_spawn_standard_optimized_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_hold_end_spawn_order_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_hold_end_spawn_order_dev_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_hold_end_spawn_order_fast_dev_nodes +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_hold_end_spawn_order_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_hold_end_spawn_order_fast_nodes +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_hold_end_spawn_order_fast_optimized_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_hold_end_spawn_order_standard_dev_nodes +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_hold_end_spawn_order_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_hold_end_spawn_order_standard_nodes +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_hold_end_spawn_order_standard_optimized_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_hold_end_terminate_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_hold_end_terminate_dev_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_hold_end_terminate_fast_dev_nodes +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_hold_end_terminate_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_hold_end_terminate_fast_nodes +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_hold_end_terminate_fast_optimized_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_hold_end_terminate_standard_dev_nodes +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_hold_end_terminate_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_hold_end_terminate_standard_nodes +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_hold_end_terminate_standard_optimized_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_hold_end_touch_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_hold_end_touch_dev_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_hold_end_touch_fast_dev_nodes +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_hold_end_touch_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_hold_end_touch_fast_nodes +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_hold_end_touch_fast_optimized_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_hold_end_touch_standard_dev_nodes +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_hold_end_touch_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_hold_end_touch_standard_nodes +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_hold_end_touch_standard_optimized_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_hold_end_update_parallel_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_hold_end_update_parallel_dev_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_hold_end_update_parallel_fast_dev_nodes +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_hold_end_update_parallel_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_hold_end_update_parallel_fast_nodes +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_hold_end_update_parallel_fast_optimized_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_hold_end_update_parallel_standard_dev_nodes +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_hold_end_update_parallel_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_hold_end_update_parallel_standard_nodes +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_hold_end_update_parallel_standard_optimized_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_hold_end_update_sequential_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_hold_end_update_sequential_dev_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_hold_end_update_sequential_fast_dev_nodes +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_hold_end_update_sequential_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_hold_end_update_sequential_fast_nodes +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_hold_end_update_sequential_fast_optimized_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_hold_end_update_sequential_standard_dev_nodes +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_hold_end_update_sequential_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_hold_end_update_sequential_standard_nodes +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_hold_end_update_sequential_standard_optimized_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_hold_head_initialize_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_hold_head_initialize_dev_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_hold_head_initialize_fast_dev_nodes +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_hold_head_initialize_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_hold_head_initialize_fast_nodes +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_hold_head_initialize_fast_optimized_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_hold_head_initialize_standard_dev_nodes +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_hold_head_initialize_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_hold_head_initialize_standard_nodes +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_hold_head_initialize_standard_optimized_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_hold_head_preprocess_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_hold_head_preprocess_dev_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_hold_head_preprocess_fast_dev_nodes +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_hold_head_preprocess_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_hold_head_preprocess_fast_nodes +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_hold_head_preprocess_fast_optimized_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_hold_head_preprocess_standard_dev_nodes +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_hold_head_preprocess_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_hold_head_preprocess_standard_nodes +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_hold_head_preprocess_standard_optimized_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_hold_head_should_spawn_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_hold_head_should_spawn_dev_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_hold_head_should_spawn_fast_dev_nodes +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_hold_head_should_spawn_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_hold_head_should_spawn_fast_nodes +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_hold_head_should_spawn_fast_optimized_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_hold_head_should_spawn_standard_dev_nodes +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_hold_head_should_spawn_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_hold_head_should_spawn_standard_nodes +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_hold_head_should_spawn_standard_optimized_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_hold_head_spawn_order_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_hold_head_spawn_order_dev_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_hold_head_spawn_order_fast_dev_nodes +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_hold_head_spawn_order_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_hold_head_spawn_order_fast_nodes +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_hold_head_spawn_order_fast_optimized_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_hold_head_spawn_order_standard_dev_nodes +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_hold_head_spawn_order_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_hold_head_spawn_order_standard_nodes +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_hold_head_spawn_order_standard_optimized_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_hold_head_terminate_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_hold_head_terminate_dev_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_hold_head_terminate_fast_dev_nodes +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_hold_head_terminate_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_hold_head_terminate_fast_nodes +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_hold_head_terminate_fast_optimized_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_hold_head_terminate_standard_dev_nodes +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_hold_head_terminate_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_hold_head_terminate_standard_nodes +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_hold_head_terminate_standard_optimized_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_hold_head_touch_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_hold_head_touch_dev_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_hold_head_touch_fast_dev_nodes +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_hold_head_touch_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_hold_head_touch_fast_nodes +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_hold_head_touch_fast_optimized_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_hold_head_touch_standard_dev_nodes +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_hold_head_touch_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_hold_head_touch_standard_nodes +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_hold_head_touch_standard_optimized_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_hold_head_update_parallel_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_hold_head_update_parallel_dev_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_hold_head_update_parallel_fast_dev_nodes +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_hold_head_update_parallel_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_hold_head_update_parallel_fast_nodes +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_hold_head_update_parallel_fast_optimized_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_hold_head_update_parallel_standard_dev_nodes +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_hold_head_update_parallel_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_hold_head_update_parallel_standard_nodes +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_hold_head_update_parallel_standard_optimized_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_hold_head_update_sequential_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_hold_head_update_sequential_dev_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_hold_head_update_sequential_fast_dev_nodes +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_hold_head_update_sequential_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_hold_head_update_sequential_fast_nodes +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_hold_head_update_sequential_fast_optimized_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_hold_head_update_sequential_standard_dev_nodes +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_hold_head_update_sequential_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_hold_head_update_sequential_standard_nodes +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_hold_head_update_sequential_standard_optimized_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_hold_manager_touch_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_hold_manager_touch_dev_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_hold_manager_touch_fast_dev_nodes +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_hold_manager_touch_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_hold_manager_touch_fast_nodes +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_hold_manager_touch_fast_optimized_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_hold_manager_touch_standard_dev_nodes +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_hold_manager_touch_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_hold_manager_touch_standard_nodes +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_hold_manager_touch_standard_optimized_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_hold_manager_update_parallel_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_hold_manager_update_parallel_dev_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_hold_manager_update_parallel_fast_dev_nodes +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_hold_manager_update_parallel_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_hold_manager_update_parallel_fast_nodes +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_hold_manager_update_parallel_fast_optimized_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_hold_manager_update_parallel_standard_dev_nodes +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_hold_manager_update_parallel_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_hold_manager_update_parallel_standard_nodes +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_hold_manager_update_parallel_standard_optimized_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_hold_tick_initialize_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_hold_tick_initialize_dev_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_hold_tick_initialize_fast_dev_nodes +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_hold_tick_initialize_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_hold_tick_initialize_fast_nodes +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_hold_tick_initialize_fast_optimized_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_hold_tick_initialize_standard_dev_nodes +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_hold_tick_initialize_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_hold_tick_initialize_standard_nodes +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_hold_tick_initialize_standard_optimized_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_hold_tick_preprocess_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_hold_tick_preprocess_dev_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_hold_tick_preprocess_fast_dev_nodes +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_hold_tick_preprocess_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_hold_tick_preprocess_fast_nodes +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_hold_tick_preprocess_fast_optimized_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_hold_tick_preprocess_standard_dev_nodes +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_hold_tick_preprocess_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_hold_tick_preprocess_standard_nodes +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_hold_tick_preprocess_standard_optimized_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_hold_tick_should_spawn_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_hold_tick_should_spawn_dev_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_hold_tick_should_spawn_fast_dev_nodes +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_hold_tick_should_spawn_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_hold_tick_should_spawn_fast_nodes +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_hold_tick_should_spawn_fast_optimized_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_hold_tick_should_spawn_standard_dev_nodes +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_hold_tick_should_spawn_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_hold_tick_should_spawn_standard_nodes +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_hold_tick_should_spawn_standard_optimized_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_hold_tick_spawn_order_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_hold_tick_spawn_order_dev_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_hold_tick_spawn_order_fast_dev_nodes +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_hold_tick_spawn_order_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_hold_tick_spawn_order_fast_nodes +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_hold_tick_spawn_order_fast_optimized_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_hold_tick_spawn_order_standard_dev_nodes +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_hold_tick_spawn_order_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_hold_tick_spawn_order_standard_nodes +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_hold_tick_spawn_order_standard_optimized_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_hold_tick_terminate_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_hold_tick_terminate_dev_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_hold_tick_terminate_fast_dev_nodes +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_hold_tick_terminate_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_hold_tick_terminate_fast_nodes +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_hold_tick_terminate_fast_optimized_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_hold_tick_terminate_standard_dev_nodes +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_hold_tick_terminate_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_hold_tick_terminate_standard_nodes +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_hold_tick_terminate_standard_optimized_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_hold_tick_touch_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_hold_tick_touch_dev_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_hold_tick_touch_fast_dev_nodes +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_hold_tick_touch_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_hold_tick_touch_fast_nodes +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_hold_tick_touch_fast_optimized_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_hold_tick_touch_standard_dev_nodes +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_hold_tick_touch_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_hold_tick_touch_standard_nodes +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_hold_tick_touch_standard_optimized_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_hold_tick_update_parallel_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_hold_tick_update_parallel_dev_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_hold_tick_update_parallel_fast_dev_nodes +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_hold_tick_update_parallel_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_hold_tick_update_parallel_fast_nodes +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_hold_tick_update_parallel_fast_optimized_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_hold_tick_update_parallel_standard_dev_nodes +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_hold_tick_update_parallel_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_hold_tick_update_parallel_standard_nodes +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_hold_tick_update_parallel_standard_optimized_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_hold_tick_update_sequential_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_hold_tick_update_sequential_dev_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_hold_tick_update_sequential_fast_dev_nodes +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_hold_tick_update_sequential_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_hold_tick_update_sequential_fast_nodes +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_hold_tick_update_sequential_fast_optimized_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_hold_tick_update_sequential_standard_dev_nodes +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_hold_tick_update_sequential_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_hold_tick_update_sequential_standard_nodes +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_hold_tick_update_sequential_standard_optimized_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_note_initialize_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_note_initialize_fast_nodes +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_note_initialize_fast_optimized_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_note_initialize_standard_nodes +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_note_initialize_standard_optimized_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_note_preprocess_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_note_preprocess_fast_nodes +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_note_preprocess_fast_optimized_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_note_preprocess_standard_nodes +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_note_preprocess_standard_optimized_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_note_should_spawn_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_note_should_spawn_fast_nodes +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_note_should_spawn_fast_optimized_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_note_should_spawn_standard_nodes +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_note_should_spawn_standard_optimized_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_note_spawn_order_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_note_spawn_order_fast_nodes +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_note_spawn_order_fast_optimized_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_note_spawn_order_standard_nodes +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_note_spawn_order_standard_optimized_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_note_terminate_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_note_terminate_fast_nodes +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_note_terminate_fast_optimized_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_note_terminate_standard_nodes +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_note_terminate_standard_optimized_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_note_touch_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_note_touch_fast_nodes +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_note_touch_fast_optimized_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_note_touch_standard_nodes +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_note_touch_standard_optimized_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_note_update_parallel_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_note_update_parallel_fast_nodes +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_note_update_parallel_fast_optimized_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_note_update_parallel_standard_nodes +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_note_update_parallel_standard_optimized_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_note_update_sequential_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_note_update_sequential_fast_nodes +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_note_update_sequential_fast_optimized_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_note_update_sequential_standard_nodes +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_note_update_sequential_standard_optimized_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_sim_line_should_spawn_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_sim_line_should_spawn_dev_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_sim_line_should_spawn_fast_dev_nodes +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_sim_line_should_spawn_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_sim_line_should_spawn_fast_nodes +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_sim_line_should_spawn_fast_optimized_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_sim_line_should_spawn_standard_dev_nodes +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_sim_line_should_spawn_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_sim_line_should_spawn_standard_nodes +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_sim_line_should_spawn_standard_optimized_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_sim_line_spawn_order_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_sim_line_spawn_order_dev_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_sim_line_spawn_order_fast_dev_nodes +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_sim_line_spawn_order_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_sim_line_spawn_order_fast_nodes +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_sim_line_spawn_order_fast_optimized_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_sim_line_spawn_order_standard_dev_nodes +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_sim_line_spawn_order_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_sim_line_spawn_order_standard_nodes +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_sim_line_spawn_order_standard_optimized_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_sim_line_update_parallel_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_sim_line_update_parallel_dev_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_sim_line_update_parallel_fast_dev_nodes +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_sim_line_update_parallel_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_sim_line_update_parallel_fast_nodes +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_sim_line_update_parallel_fast_optimized_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_sim_line_update_parallel_standard_dev_nodes +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_sim_line_update_parallel_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_sim_line_update_parallel_standard_nodes +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_sim_line_update_parallel_standard_optimized_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_stage_preprocess_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_stage_preprocess_dev_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_stage_preprocess_fast_dev_nodes +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_stage_preprocess_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_stage_preprocess_fast_nodes +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_stage_preprocess_fast_optimized_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_stage_preprocess_standard_dev_nodes +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_stage_preprocess_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_stage_preprocess_standard_nodes +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_stage_preprocess_standard_optimized_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_stage_should_spawn_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_stage_should_spawn_dev_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_stage_should_spawn_fast_dev_nodes +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_stage_should_spawn_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_stage_should_spawn_fast_nodes +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_stage_should_spawn_fast_optimized_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_stage_should_spawn_standard_dev_nodes +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_stage_should_spawn_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_stage_should_spawn_standard_nodes +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_stage_should_spawn_standard_optimized_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_stage_spawn_order_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_stage_spawn_order_dev_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_stage_spawn_order_fast_dev_nodes +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_stage_spawn_order_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_stage_spawn_order_fast_nodes +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_stage_spawn_order_fast_optimized_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_stage_spawn_order_standard_dev_nodes +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_stage_spawn_order_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_stage_spawn_order_standard_nodes +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_stage_spawn_order_standard_optimized_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_stage_touch_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_stage_touch_dev_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_stage_touch_fast_dev_nodes +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_stage_touch_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_stage_touch_fast_nodes +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_stage_touch_fast_optimized_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_stage_touch_standard_dev_nodes +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_stage_touch_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_stage_touch_standard_nodes +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_stage_touch_standard_optimized_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_stage_update_parallel_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_stage_update_parallel_dev_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_stage_update_parallel_fast_dev_nodes +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_stage_update_parallel_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_stage_update_parallel_fast_nodes +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_stage_update_parallel_fast_optimized_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_stage_update_parallel_standard_dev_nodes +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_stage_update_parallel_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_stage_update_parallel_standard_nodes +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_stage_update_parallel_standard_optimized_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_stage_update_sequential_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_stage_update_sequential_dev_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_stage_update_sequential_fast_dev_nodes +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_stage_update_sequential_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_stage_update_sequential_fast_nodes +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_stage_update_sequential_fast_optimized_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_stage_update_sequential_standard_dev_nodes +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_stage_update_sequential_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_stage_update_sequential_standard_nodes +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_stage_update_sequential_standard_optimized_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_tap_initialize_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_tap_initialize_dev_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_tap_initialize_fast_dev_nodes +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_tap_initialize_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_tap_initialize_fast_nodes +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_tap_initialize_fast_optimized_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_tap_initialize_standard_dev_nodes +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_tap_initialize_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_tap_initialize_standard_nodes +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_tap_initialize_standard_optimized_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_tap_preprocess_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_tap_preprocess_dev_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_tap_preprocess_fast_dev_nodes +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_tap_preprocess_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_tap_preprocess_fast_nodes +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_tap_preprocess_fast_optimized_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_tap_preprocess_standard_dev_nodes +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_tap_preprocess_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_tap_preprocess_standard_nodes +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_tap_preprocess_standard_optimized_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_tap_should_spawn_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_tap_should_spawn_dev_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_tap_should_spawn_fast_dev_nodes +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_tap_should_spawn_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_tap_should_spawn_fast_nodes +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_tap_should_spawn_fast_optimized_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_tap_should_spawn_standard_dev_nodes +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_tap_should_spawn_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_tap_should_spawn_standard_nodes +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_tap_should_spawn_standard_optimized_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_tap_spawn_order_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_tap_spawn_order_dev_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_tap_spawn_order_fast_dev_nodes +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_tap_spawn_order_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_tap_spawn_order_fast_nodes +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_tap_spawn_order_fast_optimized_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_tap_spawn_order_standard_dev_nodes +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_tap_spawn_order_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_tap_spawn_order_standard_nodes +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_tap_spawn_order_standard_optimized_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_tap_terminate_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_tap_terminate_dev_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_tap_terminate_fast_dev_nodes +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_tap_terminate_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_tap_terminate_fast_nodes +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_tap_terminate_fast_optimized_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_tap_terminate_standard_dev_nodes +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_tap_terminate_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_tap_terminate_standard_nodes +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_tap_terminate_standard_optimized_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_tap_touch_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_tap_touch_dev_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_tap_touch_fast_dev_nodes +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_tap_touch_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_tap_touch_fast_nodes +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_tap_touch_fast_optimized_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_tap_touch_standard_dev_nodes +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_tap_touch_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_tap_touch_standard_nodes +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_tap_touch_standard_optimized_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_tap_update_parallel_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_tap_update_parallel_dev_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_tap_update_parallel_fast_dev_nodes +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_tap_update_parallel_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_tap_update_parallel_fast_nodes +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_tap_update_parallel_fast_optimized_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_tap_update_parallel_standard_dev_nodes +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_tap_update_parallel_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_tap_update_parallel_standard_nodes +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_tap_update_parallel_standard_optimized_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_tap_update_sequential_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_tap_update_sequential_dev_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_tap_update_sequential_fast_dev_nodes +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_tap_update_sequential_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_tap_update_sequential_fast_nodes +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_tap_update_sequential_fast_optimized_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_tap_update_sequential_standard_dev_nodes +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_tap_update_sequential_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_tap_update_sequential_standard_nodes +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_tap_update_sequential_standard_optimized_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_unscored_note_initialize_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_unscored_note_initialize_fast_nodes +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_unscored_note_initialize_fast_optimized_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_unscored_note_initialize_standard_nodes +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_unscored_note_initialize_standard_optimized_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_unscored_note_preprocess_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_unscored_note_preprocess_fast_nodes +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_unscored_note_preprocess_fast_optimized_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_unscored_note_preprocess_standard_nodes +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_unscored_note_preprocess_standard_optimized_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_unscored_note_should_spawn_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_unscored_note_should_spawn_fast_nodes +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_unscored_note_should_spawn_fast_optimized_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_unscored_note_should_spawn_standard_nodes +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_unscored_note_should_spawn_standard_optimized_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_unscored_note_spawn_order_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_unscored_note_spawn_order_fast_nodes +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_unscored_note_spawn_order_fast_optimized_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_unscored_note_spawn_order_standard_nodes +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_unscored_note_spawn_order_standard_optimized_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_unscored_note_terminate_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_unscored_note_terminate_fast_nodes +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_unscored_note_terminate_fast_optimized_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_unscored_note_terminate_standard_nodes +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_unscored_note_terminate_standard_optimized_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_unscored_note_touch_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_unscored_note_touch_fast_nodes +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_unscored_note_touch_fast_optimized_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_unscored_note_touch_standard_nodes +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_unscored_note_touch_standard_optimized_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_unscored_note_update_parallel_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_unscored_note_update_parallel_fast_nodes +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_unscored_note_update_parallel_fast_optimized_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_unscored_note_update_parallel_standard_nodes +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_unscored_note_update_parallel_standard_optimized_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_unscored_note_update_sequential_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_unscored_note_update_sequential_fast_nodes +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_unscored_note_update_sequential_fast_optimized_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_unscored_note_update_sequential_standard_nodes +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_play_unscored_note_update_sequential_standard_optimized_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_preview_directional_flick_preprocess_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_preview_directional_flick_preprocess_dev_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_preview_directional_flick_preprocess_fast_dev_nodes +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_preview_directional_flick_preprocess_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_preview_directional_flick_preprocess_fast_nodes +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_preview_directional_flick_preprocess_fast_optimized_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_preview_directional_flick_preprocess_standard_dev_nodes +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_preview_directional_flick_preprocess_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_preview_directional_flick_preprocess_standard_nodes +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_preview_directional_flick_preprocess_standard_optimized_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_preview_directional_flick_render_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_preview_directional_flick_render_dev_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_preview_directional_flick_render_fast_dev_nodes +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_preview_directional_flick_render_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_preview_directional_flick_render_fast_nodes +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_preview_directional_flick_render_fast_optimized_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_preview_directional_flick_render_standard_dev_nodes +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_preview_directional_flick_render_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_preview_directional_flick_render_standard_nodes +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_preview_directional_flick_render_standard_optimized_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_preview_flick_preprocess_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_preview_flick_preprocess_dev_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_preview_flick_preprocess_fast_dev_nodes +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_preview_flick_preprocess_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_preview_flick_preprocess_fast_nodes +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_preview_flick_preprocess_fast_optimized_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_preview_flick_preprocess_standard_dev_nodes +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_preview_flick_preprocess_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_preview_flick_preprocess_standard_nodes +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_preview_flick_preprocess_standard_optimized_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_preview_flick_render_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_preview_flick_render_dev_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_preview_flick_render_fast_dev_nodes +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_preview_flick_render_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_preview_flick_render_fast_nodes +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_preview_flick_render_fast_optimized_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_preview_flick_render_standard_dev_nodes +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_preview_flick_render_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_preview_flick_render_standard_nodes +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_preview_flick_render_standard_optimized_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_preview_hold_anchor_preprocess_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_preview_hold_anchor_preprocess_dev_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_preview_hold_anchor_preprocess_fast_dev_nodes +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_preview_hold_anchor_preprocess_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_preview_hold_anchor_preprocess_fast_nodes +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_preview_hold_anchor_preprocess_fast_optimized_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_preview_hold_anchor_preprocess_standard_dev_nodes +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_preview_hold_anchor_preprocess_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_preview_hold_anchor_preprocess_standard_nodes +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_preview_hold_anchor_preprocess_standard_optimized_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_preview_hold_anchor_render_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_preview_hold_anchor_render_dev_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_preview_hold_anchor_render_fast_dev_nodes +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_preview_hold_anchor_render_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_preview_hold_anchor_render_fast_nodes +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_preview_hold_anchor_render_fast_optimized_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_preview_hold_anchor_render_standard_dev_nodes +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_preview_hold_anchor_render_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_preview_hold_anchor_render_standard_nodes +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_preview_hold_anchor_render_standard_optimized_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_preview_hold_end_preprocess_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_preview_hold_end_preprocess_dev_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_preview_hold_end_preprocess_fast_dev_nodes +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_preview_hold_end_preprocess_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_preview_hold_end_preprocess_fast_nodes +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_preview_hold_end_preprocess_fast_optimized_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_preview_hold_end_preprocess_standard_dev_nodes +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_preview_hold_end_preprocess_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_preview_hold_end_preprocess_standard_nodes +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_preview_hold_end_preprocess_standard_optimized_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_preview_hold_end_render_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_preview_hold_end_render_dev_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_preview_hold_end_render_fast_dev_nodes +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_preview_hold_end_render_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_preview_hold_end_render_fast_nodes +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_preview_hold_end_render_fast_optimized_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_preview_hold_end_render_standard_dev_nodes +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_preview_hold_end_render_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_preview_hold_end_render_standard_nodes +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_preview_hold_end_render_standard_optimized_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_preview_hold_head_preprocess_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_preview_hold_head_preprocess_dev_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_preview_hold_head_preprocess_fast_dev_nodes +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_preview_hold_head_preprocess_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_preview_hold_head_preprocess_fast_nodes +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_preview_hold_head_preprocess_fast_optimized_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_preview_hold_head_preprocess_standard_dev_nodes +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_preview_hold_head_preprocess_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_preview_hold_head_preprocess_standard_nodes +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_preview_hold_head_preprocess_standard_optimized_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_preview_hold_head_render_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_preview_hold_head_render_dev_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_preview_hold_head_render_fast_dev_nodes +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_preview_hold_head_render_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_preview_hold_head_render_fast_nodes +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_preview_hold_head_render_fast_optimized_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_preview_hold_head_render_standard_dev_nodes +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_preview_hold_head_render_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_preview_hold_head_render_standard_nodes +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_preview_hold_head_render_standard_optimized_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_preview_hold_tick_preprocess_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_preview_hold_tick_preprocess_dev_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_preview_hold_tick_preprocess_fast_dev_nodes +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_preview_hold_tick_preprocess_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_preview_hold_tick_preprocess_fast_nodes +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_preview_hold_tick_preprocess_fast_optimized_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_preview_hold_tick_preprocess_standard_dev_nodes +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_preview_hold_tick_preprocess_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_preview_hold_tick_preprocess_standard_nodes +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_preview_hold_tick_preprocess_standard_optimized_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_preview_hold_tick_render_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_preview_hold_tick_render_dev_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_preview_hold_tick_render_fast_dev_nodes +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_preview_hold_tick_render_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_preview_hold_tick_render_fast_nodes +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_preview_hold_tick_render_fast_optimized_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_preview_hold_tick_render_standard_dev_nodes +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_preview_hold_tick_render_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_preview_hold_tick_render_standard_nodes +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_preview_hold_tick_render_standard_optimized_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_preview_preview_bpm_change_preprocess_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_preview_preview_bpm_change_preprocess_dev_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_preview_preview_bpm_change_preprocess_fast_dev_nodes +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_preview_preview_bpm_change_preprocess_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_preview_preview_bpm_change_preprocess_fast_nodes +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_preview_preview_bpm_change_preprocess_fast_optimized_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_preview_preview_bpm_change_preprocess_standard_dev_nodes +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_preview_preview_bpm_change_preprocess_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_preview_preview_bpm_change_preprocess_standard_nodes +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_preview_preview_bpm_change_preprocess_standard_optimized_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_preview_preview_bpm_change_render_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_preview_preview_bpm_change_render_dev_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_preview_preview_bpm_change_render_fast_dev_nodes +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_preview_preview_bpm_change_render_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_preview_preview_bpm_change_render_fast_nodes +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_preview_preview_bpm_change_render_fast_optimized_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_preview_preview_bpm_change_render_standard_dev_nodes +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_preview_preview_bpm_change_render_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_preview_preview_bpm_change_render_standard_nodes +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_preview_preview_bpm_change_render_standard_optimized_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_preview_preview_hold_connector_render_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_preview_preview_hold_connector_render_dev_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_preview_preview_hold_connector_render_fast_dev_nodes +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_preview_preview_hold_connector_render_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_preview_preview_hold_connector_render_fast_nodes +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_preview_preview_hold_connector_render_fast_optimized_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_preview_preview_hold_connector_render_standard_dev_nodes +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_preview_preview_hold_connector_render_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_preview_preview_hold_connector_render_standard_nodes +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_preview_preview_hold_connector_render_standard_optimized_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_preview_preview_note_preprocess_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_preview_preview_note_preprocess_fast_nodes +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_preview_preview_note_preprocess_fast_optimized_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_preview_preview_note_preprocess_standard_nodes +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_preview_preview_note_preprocess_standard_optimized_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_preview_preview_note_render_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_preview_preview_note_render_fast_nodes +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_preview_preview_note_render_fast_optimized_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_preview_preview_note_render_standard_nodes +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_preview_preview_note_render_standard_optimized_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_preview_preview_sim_line_render_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_preview_preview_sim_line_render_dev_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_preview_preview_sim_line_render_fast_dev_nodes +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_preview_preview_sim_line_render_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_preview_preview_sim_line_render_fast_nodes +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_preview_preview_sim_line_render_fast_optimized_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_preview_preview_sim_line_render_standard_dev_nodes +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_preview_preview_sim_line_render_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_preview_preview_sim_line_render_standard_nodes +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_preview_preview_sim_line_render_standard_optimized_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_preview_preview_stage_preprocess_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_preview_preview_stage_preprocess_dev_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_preview_preview_stage_preprocess_fast_dev_nodes +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_preview_preview_stage_preprocess_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_preview_preview_stage_preprocess_fast_nodes +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_preview_preview_stage_preprocess_fast_optimized_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_preview_preview_stage_preprocess_standard_dev_nodes +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_preview_preview_stage_preprocess_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_preview_preview_stage_preprocess_standard_nodes +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_preview_preview_stage_preprocess_standard_optimized_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_preview_preview_stage_render_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_preview_preview_stage_render_dev_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_preview_preview_stage_render_fast_dev_nodes +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_preview_preview_stage_render_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_preview_preview_stage_render_fast_nodes +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_preview_preview_stage_render_fast_optimized_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_preview_preview_stage_render_standard_dev_nodes +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_preview_preview_stage_render_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_preview_preview_stage_render_standard_nodes +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_preview_preview_stage_render_standard_optimized_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_preview_preview_timescale_change_preprocess_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_preview_preview_timescale_change_preprocess_dev_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_preview_preview_timescale_change_preprocess_fast_dev_nodes +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_preview_preview_timescale_change_preprocess_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_preview_preview_timescale_change_preprocess_fast_nodes +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_preview_preview_timescale_change_preprocess_fast_optimized_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_preview_preview_timescale_change_preprocess_standard_dev_nodes +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_preview_preview_timescale_change_preprocess_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_preview_preview_timescale_change_preprocess_standard_nodes +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_preview_preview_timescale_change_preprocess_standard_optimized_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_preview_preview_timescale_change_render_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_preview_preview_timescale_change_render_dev_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_preview_preview_timescale_change_render_fast_dev_nodes +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_preview_preview_timescale_change_render_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_preview_preview_timescale_change_render_fast_nodes +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_preview_preview_timescale_change_render_fast_optimized_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_preview_preview_timescale_change_render_standard_dev_nodes +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_preview_preview_timescale_change_render_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_preview_preview_timescale_change_render_standard_nodes +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_preview_preview_timescale_change_render_standard_optimized_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_preview_preview_unscored_note_preprocess_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_preview_preview_unscored_note_preprocess_fast_nodes +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_preview_preview_unscored_note_preprocess_fast_optimized_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_preview_preview_unscored_note_preprocess_standard_nodes +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_preview_preview_unscored_note_preprocess_standard_optimized_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_preview_preview_unscored_note_render_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_preview_preview_unscored_note_render_fast_nodes +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_preview_preview_unscored_note_render_fast_optimized_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_preview_preview_unscored_note_render_standard_nodes +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_preview_preview_unscored_note_render_standard_optimized_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_preview_tap_preprocess_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_preview_tap_preprocess_dev_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_preview_tap_preprocess_fast_dev_nodes +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_preview_tap_preprocess_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_preview_tap_preprocess_fast_nodes +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_preview_tap_preprocess_fast_optimized_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_preview_tap_preprocess_standard_dev_nodes +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_preview_tap_preprocess_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_preview_tap_preprocess_standard_nodes +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_preview_tap_preprocess_standard_optimized_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_preview_tap_render_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_preview_tap_render_dev_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_preview_tap_render_fast_dev_nodes +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_preview_tap_render_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_preview_tap_render_fast_nodes +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_preview_tap_render_fast_optimized_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_preview_tap_render_standard_dev_nodes +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_preview_tap_render_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_preview_tap_render_standard_nodes +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_preview_tap_render_standard_optimized_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_tutorial_global_navigate_fast_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_tutorial_global_navigate_fast_dev_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_tutorial_global_navigate_fast_dev_nodes +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_tutorial_global_navigate_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_tutorial_global_navigate_fast_nodes +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_tutorial_global_navigate_fast_optimized_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_tutorial_global_navigate_standard_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_tutorial_global_navigate_standard_dev_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_tutorial_global_navigate_standard_dev_nodes +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_tutorial_global_navigate_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_tutorial_global_navigate_standard_nodes +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_tutorial_global_navigate_standard_optimized_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_tutorial_global_preprocess_fast_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_tutorial_global_preprocess_fast_dev_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_tutorial_global_preprocess_fast_dev_nodes +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_tutorial_global_preprocess_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_tutorial_global_preprocess_fast_nodes +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_tutorial_global_preprocess_fast_optimized_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_tutorial_global_preprocess_standard_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_tutorial_global_preprocess_standard_dev_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_tutorial_global_preprocess_standard_dev_nodes +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_tutorial_global_preprocess_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_tutorial_global_preprocess_standard_nodes +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_tutorial_global_preprocess_standard_optimized_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_tutorial_global_update_fast_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_tutorial_global_update_fast_dev_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_tutorial_global_update_fast_dev_nodes +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_tutorial_global_update_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_tutorial_global_update_fast_nodes +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_tutorial_global_update_fast_optimized_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_tutorial_global_update_standard_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_tutorial_global_update_standard_dev_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_tutorial_global_update_standard_dev_nodes +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_tutorial_global_update_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_tutorial_global_update_standard_nodes +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_tutorial_global_update_standard_optimized_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_watch_directional_flick_despawn_time_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_watch_directional_flick_despawn_time_dev_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_watch_directional_flick_despawn_time_fast_dev_nodes +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_watch_directional_flick_despawn_time_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_watch_directional_flick_despawn_time_fast_nodes +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_watch_directional_flick_despawn_time_fast_optimized_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_watch_directional_flick_despawn_time_standard_dev_nodes +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_watch_directional_flick_despawn_time_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_watch_directional_flick_despawn_time_standard_nodes +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_watch_directional_flick_despawn_time_standard_optimized_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_watch_directional_flick_preprocess_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_watch_directional_flick_preprocess_dev_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_watch_directional_flick_preprocess_fast_dev_nodes +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_watch_directional_flick_preprocess_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_watch_directional_flick_preprocess_fast_nodes +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_watch_directional_flick_preprocess_fast_optimized_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_watch_directional_flick_preprocess_standard_dev_nodes +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_watch_directional_flick_preprocess_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_watch_directional_flick_preprocess_standard_nodes +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_watch_directional_flick_preprocess_standard_optimized_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_watch_directional_flick_spawn_time_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_watch_directional_flick_spawn_time_dev_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_watch_directional_flick_spawn_time_fast_dev_nodes +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_watch_directional_flick_spawn_time_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_watch_directional_flick_spawn_time_fast_nodes +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_watch_directional_flick_spawn_time_fast_optimized_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_watch_directional_flick_spawn_time_standard_dev_nodes +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_watch_directional_flick_spawn_time_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_watch_directional_flick_spawn_time_standard_nodes +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_watch_directional_flick_spawn_time_standard_optimized_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_watch_directional_flick_terminate_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_watch_directional_flick_terminate_dev_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_watch_directional_flick_terminate_fast_dev_nodes +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_watch_directional_flick_terminate_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_watch_directional_flick_terminate_fast_nodes +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_watch_directional_flick_terminate_fast_optimized_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_watch_directional_flick_terminate_standard_dev_nodes +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_watch_directional_flick_terminate_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_watch_directional_flick_terminate_standard_nodes +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_watch_directional_flick_terminate_standard_optimized_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_watch_directional_flick_update_parallel_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_watch_directional_flick_update_parallel_dev_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_watch_directional_flick_update_parallel_fast_dev_nodes +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_watch_directional_flick_update_parallel_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_watch_directional_flick_update_parallel_fast_nodes +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_watch_directional_flick_update_parallel_fast_optimized_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_watch_directional_flick_update_parallel_standard_dev_nodes +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_watch_directional_flick_update_parallel_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_watch_directional_flick_update_parallel_standard_nodes +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_watch_directional_flick_update_parallel_standard_optimized_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_watch_flick_despawn_time_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_watch_flick_despawn_time_dev_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_watch_flick_despawn_time_fast_dev_nodes +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_watch_flick_despawn_time_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_watch_flick_despawn_time_fast_nodes +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_watch_flick_despawn_time_fast_optimized_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_watch_flick_despawn_time_standard_dev_nodes +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_watch_flick_despawn_time_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_watch_flick_despawn_time_standard_nodes +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_watch_flick_despawn_time_standard_optimized_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_watch_flick_preprocess_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_watch_flick_preprocess_dev_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_watch_flick_preprocess_fast_dev_nodes +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_watch_flick_preprocess_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_watch_flick_preprocess_fast_nodes +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_watch_flick_preprocess_fast_optimized_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_watch_flick_preprocess_standard_dev_nodes +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_watch_flick_preprocess_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_watch_flick_preprocess_standard_nodes +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_watch_flick_preprocess_standard_optimized_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_watch_flick_spawn_time_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_watch_flick_spawn_time_dev_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_watch_flick_spawn_time_fast_dev_nodes +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_watch_flick_spawn_time_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_watch_flick_spawn_time_fast_nodes +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_watch_flick_spawn_time_fast_optimized_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_watch_flick_spawn_time_standard_dev_nodes +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_watch_flick_spawn_time_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_watch_flick_spawn_time_standard_nodes +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_watch_flick_spawn_time_standard_optimized_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_watch_flick_terminate_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_watch_flick_terminate_dev_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_watch_flick_terminate_fast_dev_nodes +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_watch_flick_terminate_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_watch_flick_terminate_fast_nodes +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_watch_flick_terminate_fast_optimized_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_watch_flick_terminate_standard_dev_nodes +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_watch_flick_terminate_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_watch_flick_terminate_standard_nodes +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_watch_flick_terminate_standard_optimized_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_watch_flick_update_parallel_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_watch_flick_update_parallel_dev_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_watch_flick_update_parallel_fast_dev_nodes +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_watch_flick_update_parallel_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_watch_flick_update_parallel_fast_nodes +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_watch_flick_update_parallel_fast_optimized_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_watch_flick_update_parallel_standard_dev_nodes +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_watch_flick_update_parallel_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_watch_flick_update_parallel_standard_nodes +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_watch_flick_update_parallel_standard_optimized_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_watch_global_update_spawn_fast_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_watch_global_update_spawn_fast_dev_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_watch_global_update_spawn_fast_dev_nodes +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_watch_global_update_spawn_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_watch_global_update_spawn_fast_nodes +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_watch_global_update_spawn_fast_optimized_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_watch_global_update_spawn_standard_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_watch_global_update_spawn_standard_dev_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_watch_global_update_spawn_standard_dev_nodes +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_watch_global_update_spawn_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_watch_global_update_spawn_standard_nodes +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_watch_global_update_spawn_standard_optimized_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_watch_hold_anchor_despawn_time_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_watch_hold_anchor_despawn_time_dev_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_watch_hold_anchor_despawn_time_fast_dev_nodes +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_watch_hold_anchor_despawn_time_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_watch_hold_anchor_despawn_time_fast_nodes +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_watch_hold_anchor_despawn_time_fast_optimized_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_watch_hold_anchor_despawn_time_standard_dev_nodes +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_watch_hold_anchor_despawn_time_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_watch_hold_anchor_despawn_time_standard_nodes +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_watch_hold_anchor_despawn_time_standard_optimized_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_watch_hold_anchor_preprocess_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_watch_hold_anchor_preprocess_dev_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_watch_hold_anchor_preprocess_fast_dev_nodes +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_watch_hold_anchor_preprocess_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_watch_hold_anchor_preprocess_fast_nodes +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_watch_hold_anchor_preprocess_fast_optimized_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_watch_hold_anchor_preprocess_standard_dev_nodes +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_watch_hold_anchor_preprocess_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_watch_hold_anchor_preprocess_standard_nodes +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_watch_hold_anchor_preprocess_standard_optimized_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_watch_hold_anchor_spawn_time_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_watch_hold_anchor_spawn_time_dev_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_watch_hold_anchor_spawn_time_fast_dev_nodes +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_watch_hold_anchor_spawn_time_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_watch_hold_anchor_spawn_time_fast_nodes +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_watch_hold_anchor_spawn_time_fast_optimized_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_watch_hold_anchor_spawn_time_standard_dev_nodes +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_watch_hold_anchor_spawn_time_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_watch_hold_anchor_spawn_time_standard_nodes +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_watch_hold_anchor_spawn_time_standard_optimized_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_watch_hold_anchor_terminate_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_watch_hold_anchor_terminate_dev_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_watch_hold_anchor_terminate_fast_dev_nodes +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_watch_hold_anchor_terminate_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_watch_hold_anchor_terminate_fast_nodes +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_watch_hold_anchor_terminate_fast_optimized_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_watch_hold_anchor_terminate_standard_dev_nodes +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_watch_hold_anchor_terminate_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_watch_hold_anchor_terminate_standard_nodes +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_watch_hold_anchor_terminate_standard_optimized_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_watch_hold_anchor_update_parallel_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_watch_hold_anchor_update_parallel_dev_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_watch_hold_anchor_update_parallel_fast_dev_nodes +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_watch_hold_anchor_update_parallel_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_watch_hold_anchor_update_parallel_fast_nodes +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_watch_hold_anchor_update_parallel_fast_optimized_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_watch_hold_anchor_update_parallel_standard_dev_nodes +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_watch_hold_anchor_update_parallel_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_watch_hold_anchor_update_parallel_standard_nodes +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_watch_hold_anchor_update_parallel_standard_optimized_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_watch_hold_end_despawn_time_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_watch_hold_end_despawn_time_dev_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_watch_hold_end_despawn_time_fast_dev_nodes +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_watch_hold_end_despawn_time_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_watch_hold_end_despawn_time_fast_nodes +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_watch_hold_end_despawn_time_fast_optimized_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_watch_hold_end_despawn_time_standard_dev_nodes +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_watch_hold_end_despawn_time_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_watch_hold_end_despawn_time_standard_nodes +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_watch_hold_end_despawn_time_standard_optimized_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_watch_hold_end_preprocess_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_watch_hold_end_preprocess_dev_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_watch_hold_end_preprocess_fast_dev_nodes +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_watch_hold_end_preprocess_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_watch_hold_end_preprocess_fast_nodes +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_watch_hold_end_preprocess_fast_optimized_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_watch_hold_end_preprocess_standard_dev_nodes +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_watch_hold_end_preprocess_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_watch_hold_end_preprocess_standard_nodes +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_watch_hold_end_preprocess_standard_optimized_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_watch_hold_end_spawn_time_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_watch_hold_end_spawn_time_dev_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_watch_hold_end_spawn_time_fast_dev_nodes +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_watch_hold_end_spawn_time_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_watch_hold_end_spawn_time_fast_nodes +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_watch_hold_end_spawn_time_fast_optimized_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_watch_hold_end_spawn_time_standard_dev_nodes +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_watch_hold_end_spawn_time_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_watch_hold_end_spawn_time_standard_nodes +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_watch_hold_end_spawn_time_standard_optimized_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_watch_hold_end_terminate_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_watch_hold_end_terminate_dev_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_watch_hold_end_terminate_fast_dev_nodes +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_watch_hold_end_terminate_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_watch_hold_end_terminate_fast_nodes +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_watch_hold_end_terminate_fast_optimized_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_watch_hold_end_terminate_standard_dev_nodes +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_watch_hold_end_terminate_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_watch_hold_end_terminate_standard_nodes +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_watch_hold_end_terminate_standard_optimized_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_watch_hold_end_update_parallel_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_watch_hold_end_update_parallel_dev_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_watch_hold_end_update_parallel_fast_dev_nodes +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_watch_hold_end_update_parallel_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_watch_hold_end_update_parallel_fast_nodes +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_watch_hold_end_update_parallel_fast_optimized_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_watch_hold_end_update_parallel_standard_dev_nodes +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_watch_hold_end_update_parallel_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_watch_hold_end_update_parallel_standard_nodes +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_watch_hold_end_update_parallel_standard_optimized_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_watch_hold_head_despawn_time_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_watch_hold_head_despawn_time_dev_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_watch_hold_head_despawn_time_fast_dev_nodes +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_watch_hold_head_despawn_time_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_watch_hold_head_despawn_time_fast_nodes +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_watch_hold_head_despawn_time_fast_optimized_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_watch_hold_head_despawn_time_standard_dev_nodes +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_watch_hold_head_despawn_time_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_watch_hold_head_despawn_time_standard_nodes +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_watch_hold_head_despawn_time_standard_optimized_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_watch_hold_head_preprocess_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_watch_hold_head_preprocess_dev_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_watch_hold_head_preprocess_fast_dev_nodes +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_watch_hold_head_preprocess_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_watch_hold_head_preprocess_fast_nodes +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_watch_hold_head_preprocess_fast_optimized_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_watch_hold_head_preprocess_standard_dev_nodes +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_watch_hold_head_preprocess_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_watch_hold_head_preprocess_standard_nodes +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_watch_hold_head_preprocess_standard_optimized_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_watch_hold_head_spawn_time_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_watch_hold_head_spawn_time_dev_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_watch_hold_head_spawn_time_fast_dev_nodes +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_watch_hold_head_spawn_time_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_watch_hold_head_spawn_time_fast_nodes +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_watch_hold_head_spawn_time_fast_optimized_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_watch_hold_head_spawn_time_standard_dev_nodes +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_watch_hold_head_spawn_time_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_watch_hold_head_spawn_time_standard_nodes +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_watch_hold_head_spawn_time_standard_optimized_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_watch_hold_head_terminate_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_watch_hold_head_terminate_dev_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_watch_hold_head_terminate_fast_dev_nodes +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_watch_hold_head_terminate_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_watch_hold_head_terminate_fast_nodes +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_watch_hold_head_terminate_fast_optimized_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_watch_hold_head_terminate_standard_dev_nodes +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_watch_hold_head_terminate_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_watch_hold_head_terminate_standard_nodes +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_watch_hold_head_terminate_standard_optimized_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_watch_hold_head_update_parallel_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_watch_hold_head_update_parallel_dev_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_watch_hold_head_update_parallel_fast_dev_nodes +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_watch_hold_head_update_parallel_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_watch_hold_head_update_parallel_fast_nodes +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_watch_hold_head_update_parallel_fast_optimized_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_watch_hold_head_update_parallel_standard_dev_nodes +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_watch_hold_head_update_parallel_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_watch_hold_head_update_parallel_standard_nodes +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_watch_hold_head_update_parallel_standard_optimized_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_watch_hold_tick_despawn_time_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_watch_hold_tick_despawn_time_dev_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_watch_hold_tick_despawn_time_fast_dev_nodes +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_watch_hold_tick_despawn_time_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_watch_hold_tick_despawn_time_fast_nodes +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_watch_hold_tick_despawn_time_fast_optimized_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_watch_hold_tick_despawn_time_standard_dev_nodes +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_watch_hold_tick_despawn_time_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_watch_hold_tick_despawn_time_standard_nodes +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_watch_hold_tick_despawn_time_standard_optimized_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_watch_hold_tick_preprocess_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_watch_hold_tick_preprocess_dev_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_watch_hold_tick_preprocess_fast_dev_nodes +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_watch_hold_tick_preprocess_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_watch_hold_tick_preprocess_fast_nodes +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_watch_hold_tick_preprocess_fast_optimized_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_watch_hold_tick_preprocess_standard_dev_nodes +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_watch_hold_tick_preprocess_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_watch_hold_tick_preprocess_standard_nodes +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_watch_hold_tick_preprocess_standard_optimized_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_watch_hold_tick_spawn_time_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_watch_hold_tick_spawn_time_dev_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_watch_hold_tick_spawn_time_fast_dev_nodes +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_watch_hold_tick_spawn_time_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_watch_hold_tick_spawn_time_fast_nodes +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_watch_hold_tick_spawn_time_fast_optimized_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_watch_hold_tick_spawn_time_standard_dev_nodes +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_watch_hold_tick_spawn_time_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_watch_hold_tick_spawn_time_standard_nodes +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_watch_hold_tick_spawn_time_standard_optimized_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_watch_hold_tick_terminate_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_watch_hold_tick_terminate_dev_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_watch_hold_tick_terminate_fast_dev_nodes +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_watch_hold_tick_terminate_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_watch_hold_tick_terminate_fast_nodes +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_watch_hold_tick_terminate_fast_optimized_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_watch_hold_tick_terminate_standard_dev_nodes +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_watch_hold_tick_terminate_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_watch_hold_tick_terminate_standard_nodes +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_watch_hold_tick_terminate_standard_optimized_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_watch_hold_tick_update_parallel_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_watch_hold_tick_update_parallel_dev_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_watch_hold_tick_update_parallel_fast_dev_nodes +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_watch_hold_tick_update_parallel_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_watch_hold_tick_update_parallel_fast_nodes +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_watch_hold_tick_update_parallel_fast_optimized_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_watch_hold_tick_update_parallel_standard_dev_nodes +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_watch_hold_tick_update_parallel_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_watch_hold_tick_update_parallel_standard_nodes +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_watch_hold_tick_update_parallel_standard_optimized_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_watch_tap_despawn_time_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_watch_tap_despawn_time_dev_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_watch_tap_despawn_time_fast_dev_nodes +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_watch_tap_despawn_time_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_watch_tap_despawn_time_fast_nodes +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_watch_tap_despawn_time_fast_optimized_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_watch_tap_despawn_time_standard_dev_nodes +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_watch_tap_despawn_time_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_watch_tap_despawn_time_standard_nodes +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_watch_tap_despawn_time_standard_optimized_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_watch_tap_preprocess_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_watch_tap_preprocess_dev_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_watch_tap_preprocess_fast_dev_nodes +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_watch_tap_preprocess_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_watch_tap_preprocess_fast_nodes +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_watch_tap_preprocess_fast_optimized_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_watch_tap_preprocess_standard_dev_nodes +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_watch_tap_preprocess_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_watch_tap_preprocess_standard_nodes +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_watch_tap_preprocess_standard_optimized_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_watch_tap_spawn_time_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_watch_tap_spawn_time_dev_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_watch_tap_spawn_time_fast_dev_nodes +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_watch_tap_spawn_time_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_watch_tap_spawn_time_fast_nodes +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_watch_tap_spawn_time_fast_optimized_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_watch_tap_spawn_time_standard_dev_nodes +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_watch_tap_spawn_time_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_watch_tap_spawn_time_standard_nodes +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_watch_tap_spawn_time_standard_optimized_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_watch_tap_terminate_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_watch_tap_terminate_dev_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_watch_tap_terminate_fast_dev_nodes +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_watch_tap_terminate_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_watch_tap_terminate_fast_nodes +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_watch_tap_terminate_fast_optimized_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_watch_tap_terminate_standard_dev_nodes +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_watch_tap_terminate_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_watch_tap_terminate_standard_nodes +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_watch_tap_terminate_standard_optimized_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_watch_tap_update_parallel_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_watch_tap_update_parallel_dev_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_watch_tap_update_parallel_fast_dev_nodes +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_watch_tap_update_parallel_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_watch_tap_update_parallel_fast_nodes +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_watch_tap_update_parallel_fast_optimized_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_watch_tap_update_parallel_standard_dev_nodes +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_watch_tap_update_parallel_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_watch_tap_update_parallel_standard_nodes +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_watch_tap_update_parallel_standard_optimized_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_watch_watch_hold_connector_despawn_time_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_watch_watch_hold_connector_despawn_time_dev_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_watch_watch_hold_connector_despawn_time_fast_dev_nodes +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_watch_watch_hold_connector_despawn_time_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_watch_watch_hold_connector_despawn_time_fast_nodes +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_watch_watch_hold_connector_despawn_time_fast_optimized_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_watch_watch_hold_connector_despawn_time_standard_dev_nodes +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_watch_watch_hold_connector_despawn_time_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_watch_watch_hold_connector_despawn_time_standard_nodes +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_watch_watch_hold_connector_despawn_time_standard_optimized_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_watch_watch_hold_connector_spawn_time_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_watch_watch_hold_connector_spawn_time_dev_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_watch_watch_hold_connector_spawn_time_fast_dev_nodes +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_watch_watch_hold_connector_spawn_time_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_watch_watch_hold_connector_spawn_time_fast_nodes +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_watch_watch_hold_connector_spawn_time_fast_optimized_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_watch_watch_hold_connector_spawn_time_standard_dev_nodes +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_watch_watch_hold_connector_spawn_time_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_watch_watch_hold_connector_spawn_time_standard_nodes +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_watch_watch_hold_connector_spawn_time_standard_optimized_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_watch_watch_hold_connector_update_parallel_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_watch_watch_hold_connector_update_parallel_dev_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_watch_watch_hold_connector_update_parallel_fast_dev_nodes +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_watch_watch_hold_connector_update_parallel_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_watch_watch_hold_connector_update_parallel_fast_nodes +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_watch_watch_hold_connector_update_parallel_fast_optimized_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_watch_watch_hold_connector_update_parallel_standard_dev_nodes +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_watch_watch_hold_connector_update_parallel_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_watch_watch_hold_connector_update_parallel_standard_nodes +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_watch_watch_hold_connector_update_parallel_standard_optimized_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_watch_watch_hold_connector_update_sequential_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_watch_watch_hold_connector_update_sequential_dev_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_watch_watch_hold_connector_update_sequential_fast_dev_nodes +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_watch_watch_hold_connector_update_sequential_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_watch_watch_hold_connector_update_sequential_fast_nodes +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_watch_watch_hold_connector_update_sequential_fast_optimized_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_watch_watch_hold_connector_update_sequential_standard_dev_nodes +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_watch_watch_hold_connector_update_sequential_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_watch_watch_hold_connector_update_sequential_standard_nodes +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_watch_watch_hold_connector_update_sequential_standard_optimized_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_watch_watch_hold_manager_despawn_time_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_watch_watch_hold_manager_despawn_time_dev_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_watch_watch_hold_manager_despawn_time_fast_dev_nodes +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_watch_watch_hold_manager_despawn_time_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_watch_watch_hold_manager_despawn_time_fast_nodes +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_watch_watch_hold_manager_despawn_time_fast_optimized_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_watch_watch_hold_manager_despawn_time_standard_dev_nodes +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_watch_watch_hold_manager_despawn_time_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_watch_watch_hold_manager_despawn_time_standard_nodes +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_watch_watch_hold_manager_despawn_time_standard_optimized_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_watch_watch_hold_manager_spawn_time_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_watch_watch_hold_manager_spawn_time_dev_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_watch_watch_hold_manager_spawn_time_fast_dev_nodes +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_watch_watch_hold_manager_spawn_time_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_watch_watch_hold_manager_spawn_time_fast_nodes +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_watch_watch_hold_manager_spawn_time_fast_optimized_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_watch_watch_hold_manager_spawn_time_standard_dev_nodes +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_watch_watch_hold_manager_spawn_time_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_watch_watch_hold_manager_spawn_time_standard_nodes +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_watch_watch_hold_manager_spawn_time_standard_optimized_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_watch_watch_hold_manager_terminate_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_watch_watch_hold_manager_terminate_dev_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_watch_watch_hold_manager_terminate_fast_dev_nodes +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_watch_watch_hold_manager_terminate_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_watch_watch_hold_manager_terminate_fast_nodes +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_watch_watch_hold_manager_terminate_fast_optimized_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_watch_watch_hold_manager_terminate_standard_dev_nodes +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_watch_watch_hold_manager_terminate_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_watch_watch_hold_manager_terminate_standard_nodes +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_watch_watch_hold_manager_terminate_standard_optimized_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_watch_watch_hold_manager_update_parallel_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_watch_watch_hold_manager_update_parallel_dev_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_watch_watch_hold_manager_update_parallel_fast_dev_nodes +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_watch_watch_hold_manager_update_parallel_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_watch_watch_hold_manager_update_parallel_fast_nodes +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_watch_watch_hold_manager_update_parallel_fast_optimized_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_watch_watch_hold_manager_update_parallel_standard_dev_nodes +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_watch_watch_hold_manager_update_parallel_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_watch_watch_hold_manager_update_parallel_standard_nodes +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_watch_watch_hold_manager_update_parallel_standard_optimized_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_watch_watch_note_despawn_time_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_watch_watch_note_despawn_time_fast_nodes +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_watch_watch_note_despawn_time_fast_optimized_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_watch_watch_note_despawn_time_standard_nodes +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_watch_watch_note_despawn_time_standard_optimized_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_watch_watch_note_preprocess_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_watch_watch_note_preprocess_fast_nodes +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_watch_watch_note_preprocess_fast_optimized_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_watch_watch_note_preprocess_standard_nodes +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_watch_watch_note_preprocess_standard_optimized_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_watch_watch_note_spawn_time_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_watch_watch_note_spawn_time_fast_nodes +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_watch_watch_note_spawn_time_fast_optimized_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_watch_watch_note_spawn_time_standard_nodes +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_watch_watch_note_spawn_time_standard_optimized_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_watch_watch_note_terminate_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_watch_watch_note_terminate_fast_nodes +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_watch_watch_note_terminate_fast_optimized_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_watch_watch_note_terminate_standard_nodes +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_watch_watch_note_terminate_standard_optimized_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_watch_watch_note_update_parallel_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_watch_watch_note_update_parallel_fast_nodes +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_watch_watch_note_update_parallel_fast_optimized_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_watch_watch_note_update_parallel_standard_nodes +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_watch_watch_note_update_parallel_standard_optimized_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_watch_watch_scheduled_lane_effect_despawn_time_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_watch_watch_scheduled_lane_effect_despawn_time_dev_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_watch_watch_scheduled_lane_effect_despawn_time_fast_dev_nodes +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_watch_watch_scheduled_lane_effect_despawn_time_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_watch_watch_scheduled_lane_effect_despawn_time_fast_nodes +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_watch_watch_scheduled_lane_effect_despawn_time_fast_optimized_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_watch_watch_scheduled_lane_effect_despawn_time_standard_dev_nodes +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_watch_watch_scheduled_lane_effect_despawn_time_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_watch_watch_scheduled_lane_effect_despawn_time_standard_nodes +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_watch_watch_scheduled_lane_effect_despawn_time_standard_optimized_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_watch_watch_scheduled_lane_effect_spawn_time_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_watch_watch_scheduled_lane_effect_spawn_time_dev_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_watch_watch_scheduled_lane_effect_spawn_time_fast_dev_nodes +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_watch_watch_scheduled_lane_effect_spawn_time_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_watch_watch_scheduled_lane_effect_spawn_time_fast_nodes +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_watch_watch_scheduled_lane_effect_spawn_time_fast_optimized_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_watch_watch_scheduled_lane_effect_spawn_time_standard_dev_nodes +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_watch_watch_scheduled_lane_effect_spawn_time_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_watch_watch_scheduled_lane_effect_spawn_time_standard_nodes +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_watch_watch_scheduled_lane_effect_spawn_time_standard_optimized_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_watch_watch_scheduled_lane_effect_update_parallel_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_watch_watch_scheduled_lane_effect_update_parallel_dev_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_watch_watch_scheduled_lane_effect_update_parallel_fast_dev_nodes +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_watch_watch_scheduled_lane_effect_update_parallel_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_watch_watch_scheduled_lane_effect_update_parallel_fast_nodes +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_watch_watch_scheduled_lane_effect_update_parallel_fast_optimized_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_watch_watch_scheduled_lane_effect_update_parallel_standard_dev_nodes +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_watch_watch_scheduled_lane_effect_update_parallel_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_watch_watch_scheduled_lane_effect_update_parallel_standard_nodes +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_watch_watch_scheduled_lane_effect_update_parallel_standard_optimized_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_watch_watch_sim_line_despawn_time_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_watch_watch_sim_line_despawn_time_dev_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_watch_watch_sim_line_despawn_time_fast_dev_nodes +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_watch_watch_sim_line_despawn_time_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_watch_watch_sim_line_despawn_time_fast_nodes +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_watch_watch_sim_line_despawn_time_fast_optimized_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_watch_watch_sim_line_despawn_time_standard_dev_nodes +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_watch_watch_sim_line_despawn_time_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_watch_watch_sim_line_despawn_time_standard_nodes +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_watch_watch_sim_line_despawn_time_standard_optimized_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_watch_watch_sim_line_spawn_time_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_watch_watch_sim_line_spawn_time_dev_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_watch_watch_sim_line_spawn_time_fast_dev_nodes +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_watch_watch_sim_line_spawn_time_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_watch_watch_sim_line_spawn_time_fast_nodes +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_watch_watch_sim_line_spawn_time_fast_optimized_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_watch_watch_sim_line_spawn_time_standard_dev_nodes +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_watch_watch_sim_line_spawn_time_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_watch_watch_sim_line_spawn_time_standard_nodes +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_watch_watch_sim_line_spawn_time_standard_optimized_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_watch_watch_sim_line_update_parallel_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_watch_watch_sim_line_update_parallel_dev_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_watch_watch_sim_line_update_parallel_fast_dev_nodes +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_watch_watch_sim_line_update_parallel_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_watch_watch_sim_line_update_parallel_fast_nodes +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_watch_watch_sim_line_update_parallel_fast_optimized_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_watch_watch_sim_line_update_parallel_standard_dev_nodes +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_watch_watch_sim_line_update_parallel_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_watch_watch_sim_line_update_parallel_standard_nodes +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_watch_watch_sim_line_update_parallel_standard_optimized_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_watch_watch_stage_despawn_time_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_watch_watch_stage_despawn_time_dev_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_watch_watch_stage_despawn_time_fast_dev_nodes +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_watch_watch_stage_despawn_time_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_watch_watch_stage_despawn_time_fast_nodes +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_watch_watch_stage_despawn_time_fast_optimized_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_watch_watch_stage_despawn_time_standard_dev_nodes +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_watch_watch_stage_despawn_time_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_watch_watch_stage_despawn_time_standard_nodes +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_watch_watch_stage_despawn_time_standard_optimized_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_watch_watch_stage_preprocess_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_watch_watch_stage_preprocess_dev_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_watch_watch_stage_preprocess_fast_dev_nodes +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_watch_watch_stage_preprocess_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_watch_watch_stage_preprocess_fast_nodes +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_watch_watch_stage_preprocess_fast_optimized_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_watch_watch_stage_preprocess_standard_dev_nodes +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_watch_watch_stage_preprocess_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_watch_watch_stage_preprocess_standard_nodes +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_watch_watch_stage_preprocess_standard_optimized_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_watch_watch_stage_spawn_time_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_watch_watch_stage_spawn_time_dev_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_watch_watch_stage_spawn_time_fast_dev_nodes +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_watch_watch_stage_spawn_time_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_watch_watch_stage_spawn_time_fast_nodes +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_watch_watch_stage_spawn_time_fast_optimized_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_watch_watch_stage_spawn_time_standard_dev_nodes +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_watch_watch_stage_spawn_time_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_watch_watch_stage_spawn_time_standard_nodes +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_watch_watch_stage_spawn_time_standard_optimized_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_watch_watch_stage_update_parallel_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_watch_watch_stage_update_parallel_dev_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_watch_watch_stage_update_parallel_fast_dev_nodes +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_watch_watch_stage_update_parallel_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_watch_watch_stage_update_parallel_fast_nodes +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_watch_watch_stage_update_parallel_fast_optimized_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_watch_watch_stage_update_parallel_standard_dev_nodes +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_watch_watch_stage_update_parallel_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_watch_watch_stage_update_parallel_standard_nodes +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_watch_watch_stage_update_parallel_standard_optimized_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_watch_watch_unscored_note_despawn_time_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_watch_watch_unscored_note_despawn_time_fast_nodes +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_watch_watch_unscored_note_despawn_time_fast_optimized_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_watch_watch_unscored_note_despawn_time_standard_nodes +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_watch_watch_unscored_note_despawn_time_standard_optimized_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_watch_watch_unscored_note_preprocess_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_watch_watch_unscored_note_preprocess_fast_nodes +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_watch_watch_unscored_note_preprocess_fast_optimized_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_watch_watch_unscored_note_preprocess_standard_nodes +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_watch_watch_unscored_note_preprocess_standard_optimized_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_watch_watch_unscored_note_spawn_time_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_watch_watch_unscored_note_spawn_time_fast_nodes +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_watch_watch_unscored_note_spawn_time_fast_optimized_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_watch_watch_unscored_note_spawn_time_standard_nodes +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_watch_watch_unscored_note_spawn_time_standard_optimized_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_watch_watch_unscored_note_terminate_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_watch_watch_unscored_note_terminate_fast_nodes +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_watch_watch_unscored_note_terminate_fast_optimized_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_watch_watch_unscored_note_terminate_standard_nodes +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_watch_watch_unscored_note_terminate_standard_optimized_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_watch_watch_unscored_note_update_parallel_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_watch_watch_unscored_note_update_parallel_fast_nodes +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_watch_watch_unscored_note_update_parallel_fast_optimized_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_watch_watch_unscored_note_update_parallel_standard_nodes +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/data/pydori_watch_watch_unscored_note_update_parallel_standard_optimized_cfg +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/regressions/test_project.py +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/script/__init__.py +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/script/conftest.py +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/script/test_array.py +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/script/test_array_map.py +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/script/test_array_set.py +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/script/test_assert.py +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/script/test_dict.py +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/script/test_flow.py +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/script/test_frozen_num_set.py +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/script/test_functions.py +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/script/test_generator.py +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/script/test_genexpr.py +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/script/test_helpers.py +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/script/test_interval.py +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/script/test_linked_sort.py +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/script/test_match.py +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/script/test_maybe.py +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/script/test_num.py +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/script/test_operator.py +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/script/test_quad.py +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/script/test_random.py +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/script/test_range.py +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/script/test_record.py +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/script/test_super.py +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/script/test_transform.py +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/script/test_tuple.py +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/script/test_values.py +0 -0
- {sonolus_py-0.12.0 → sonolus_py-0.12.1}/tests/script/test_vec.py +0 -0
|
@@ -113,6 +113,38 @@ def float(x: builtins.int | builtins.float) -> builtins.float:
|
|
|
113
113
|
"""
|
|
114
114
|
...
|
|
115
115
|
|
|
116
|
+
@overload
|
|
117
|
+
def getattr(obj: object, name: builtins.str) -> Any: ...
|
|
118
|
+
@overload
|
|
119
|
+
def getattr[T](obj: object, name: builtins.str, default: T) -> Any | T: ...
|
|
120
|
+
def getattr(obj: object, name: builtins.str, default: Any = ...) -> Any:
|
|
121
|
+
"""Get a named attribute from an object.
|
|
122
|
+
|
|
123
|
+
Args:
|
|
124
|
+
obj: The object to get the attribute from.
|
|
125
|
+
name: The name of the attribute.
|
|
126
|
+
default: The value to return if the attribute does not exist.
|
|
127
|
+
|
|
128
|
+
Returns:
|
|
129
|
+
The value of the attribute, or default if it does not exist.
|
|
130
|
+
"""
|
|
131
|
+
...
|
|
132
|
+
|
|
133
|
+
def hasattr(obj: object, name: builtins.str) -> builtins.bool:
|
|
134
|
+
"""Check if an object has a named attribute.
|
|
135
|
+
|
|
136
|
+
Can result in a compile-time error if an unsupported property is checked,
|
|
137
|
+
since later trying to access it would also fail.
|
|
138
|
+
|
|
139
|
+
Args:
|
|
140
|
+
obj: The object to check.
|
|
141
|
+
name: The name of the attribute.
|
|
142
|
+
|
|
143
|
+
Returns:
|
|
144
|
+
True if the object has the attribute, False otherwise.
|
|
145
|
+
"""
|
|
146
|
+
...
|
|
147
|
+
|
|
116
148
|
def int(x: builtins.int | builtins.float) -> builtins.int:
|
|
117
149
|
"""Convert a number to an integer.
|
|
118
150
|
|
|
@@ -277,6 +309,30 @@ def round(number: builtins.int | builtins.float, ndigits: builtins.int = ...) ->
|
|
|
277
309
|
"""
|
|
278
310
|
...
|
|
279
311
|
|
|
312
|
+
def setattr(obj: object, name: builtins.str, value: Any) -> None:
|
|
313
|
+
"""Set a named attribute on an object.
|
|
314
|
+
|
|
315
|
+
Args:
|
|
316
|
+
obj: The object to set the attribute on.
|
|
317
|
+
name: The name of the attribute.
|
|
318
|
+
value: The value to set.
|
|
319
|
+
|
|
320
|
+
Returns:
|
|
321
|
+
None.
|
|
322
|
+
"""
|
|
323
|
+
...
|
|
324
|
+
|
|
325
|
+
def super(cls: type = ..., instance: Any = ...) -> Any:
|
|
326
|
+
"""Return a proxy object that delegates method calls to a parent or sibling class.
|
|
327
|
+
|
|
328
|
+
Args:
|
|
329
|
+
cls: The class to delegate.
|
|
330
|
+
instance: The instance to delegate to.
|
|
331
|
+
Returns:
|
|
332
|
+
A proxy object that can be used to call methods from the parent or sibling class.
|
|
333
|
+
"""
|
|
334
|
+
...
|
|
335
|
+
|
|
280
336
|
def type(obj: object) -> builtins.type:
|
|
281
337
|
"""Return the type of an object.
|
|
282
338
|
|
|
@@ -298,13 +354,3 @@ def zip[T](*iterables: Iterable[T]) -> Iterator[tuple[T, ...]]:
|
|
|
298
354
|
An iterator of aggregated tuples.
|
|
299
355
|
"""
|
|
300
356
|
...
|
|
301
|
-
|
|
302
|
-
def super(cls: type = ..., instance: Any = ...) -> Any:
|
|
303
|
-
"""Return a proxy object that delegates method calls to a parent or sibling class.
|
|
304
|
-
|
|
305
|
-
Args:
|
|
306
|
-
cls: The class to delegate
|
|
307
|
-
instance: The instance to delegate to.
|
|
308
|
-
Returns:
|
|
309
|
-
A proxy object that can be used to call methods from the parent or sibling class.
|
|
310
|
-
"""
|
|
@@ -8,6 +8,8 @@ The supported functions and parameters are listed below.
|
|
|
8
8
|
- `enumerate(iterable, start=0)`
|
|
9
9
|
- `filter(function, iterable)`
|
|
10
10
|
- `float(x)` (for a num argument)
|
|
11
|
+
- `getattr(object, name[, default])`
|
|
12
|
+
- `hasattr(object, name)`
|
|
11
13
|
- `int(x)` (for a num argument)
|
|
12
14
|
- `isinstance(object, classinfo)`
|
|
13
15
|
- `issubclass(class, classinfo)`
|
|
@@ -17,10 +19,11 @@ The supported functions and parameters are listed below.
|
|
|
17
19
|
- `max(iterable, *, default=..., key=None)`, `max(arg1, arg2, *args, key=None)`
|
|
18
20
|
- `min(iterable, *, default=..., key=None)`, `min(arg1, arg2, *args, key=None)`
|
|
19
21
|
- `next(iterator)`
|
|
20
|
-
- `sum(iterable, start=0)`
|
|
21
22
|
- `range(stop)`, `range(start, stop[, step])`
|
|
22
23
|
- `reversed(seq)`
|
|
23
24
|
- `round(number[, ndigits])`
|
|
25
|
+
- `setattr(object, name, value)`
|
|
26
|
+
- `sum(iterable, start=0)`
|
|
24
27
|
- `super(type[, object-or-type])`
|
|
25
28
|
- `zip(*iterables)`
|
|
26
29
|
|
|
@@ -1308,6 +1308,7 @@ class Visitor(ast.NodeVisitor):
|
|
|
1308
1308
|
raise NotImplementedError(f"Unsupported syntax: {type(node).__name__}")
|
|
1309
1309
|
|
|
1310
1310
|
def handle_getattr(self, node: ast.stmt | ast.expr, target: Value, key: str) -> Value:
|
|
1311
|
+
# If this is changed, remember to update the getattr impl too
|
|
1311
1312
|
with self.reporting_errors_at_node(node):
|
|
1312
1313
|
if isinstance(target, ConstantValue):
|
|
1313
1314
|
# Unwrap so we can access fields
|
|
@@ -1328,6 +1329,7 @@ class Visitor(ast.NodeVisitor):
|
|
|
1328
1329
|
raise TypeError(f"Unsupported field or descriptor {key}")
|
|
1329
1330
|
|
|
1330
1331
|
def handle_setattr(self, node: ast.stmt | ast.expr, target: Value, key: str, value: Value):
|
|
1332
|
+
# If this is changed, remember to update the setattr impl too
|
|
1331
1333
|
with self.reporting_errors_at_node(node):
|
|
1332
1334
|
if target._is_py_():
|
|
1333
1335
|
target = target._as_py_()
|
|
@@ -509,7 +509,7 @@ class _BaseArchetype:
|
|
|
509
509
|
Args:
|
|
510
510
|
index: The index of the entity to reference.
|
|
511
511
|
check: If true, raises an error if the entity at the index is not of this archetype or of a subclass of
|
|
512
|
-
|
|
512
|
+
this archetype. If false, no validation is performed.
|
|
513
513
|
|
|
514
514
|
Returns:
|
|
515
515
|
The entity at the given index.
|
|
@@ -528,7 +528,7 @@ class _BaseArchetype:
|
|
|
528
528
|
Args:
|
|
529
529
|
index: The index of the entity to check.
|
|
530
530
|
strict: If true, only returns true if the entity is exactly of this archetype. If false, also returns true
|
|
531
|
-
|
|
531
|
+
if the entity is of a subclass of this archetype.
|
|
532
532
|
|
|
533
533
|
Returns:
|
|
534
534
|
Whether the entity at the given index is of this archetype.
|
|
@@ -1349,7 +1349,7 @@ class EntityRef[A: _BaseArchetype](Record):
|
|
|
1349
1349
|
|
|
1350
1350
|
Args:
|
|
1351
1351
|
check: If true, raises an error if the referenced entity is not of this archetype or of a subclass of
|
|
1352
|
-
|
|
1352
|
+
this archetype. If false, no validation is performed.
|
|
1353
1353
|
|
|
1354
1354
|
Returns:
|
|
1355
1355
|
The entity this reference points to.
|
|
@@ -1370,7 +1370,7 @@ class EntityRef[A: _BaseArchetype](Record):
|
|
|
1370
1370
|
|
|
1371
1371
|
Args:
|
|
1372
1372
|
strict: If true, only returns true if the entity is exactly of this archetype. If false, also returns true
|
|
1373
|
-
|
|
1373
|
+
if the entity is of a subclass of this archetype.
|
|
1374
1374
|
|
|
1375
1375
|
Returns:
|
|
1376
1376
|
Whether the entity at the given index is of this archetype.
|
|
@@ -1,4 +1,5 @@
|
|
|
1
|
-
from
|
|
1
|
+
from types import FunctionType
|
|
2
|
+
from typing import Any, Never, assert_never
|
|
2
3
|
|
|
3
4
|
from sonolus.backend.ops import Op
|
|
4
5
|
from sonolus.script.array import Array
|
|
@@ -389,6 +390,78 @@ def _super(*args):
|
|
|
389
390
|
return super(*(arg._as_py_() if arg._is_py_() else arg for arg in args))
|
|
390
391
|
|
|
391
392
|
|
|
393
|
+
@meta_fn
|
|
394
|
+
def _hasattr(obj: Any, name: str) -> bool:
|
|
395
|
+
from sonolus.script.internal.constant import ConstantValue
|
|
396
|
+
from sonolus.script.internal.descriptor import SonolusDescriptor
|
|
397
|
+
|
|
398
|
+
name = validate_value(name)._as_py_()
|
|
399
|
+
if isinstance(obj, ConstantValue):
|
|
400
|
+
# Unwrap so we can access fields
|
|
401
|
+
obj = obj._as_py_()
|
|
402
|
+
descriptor = None
|
|
403
|
+
for cls in type.mro(type(obj)):
|
|
404
|
+
descriptor = cls.__dict__.get(name, None)
|
|
405
|
+
if descriptor is not None:
|
|
406
|
+
break
|
|
407
|
+
# We want to mirror what getattr supports and fail fast if a future getattr would fail.
|
|
408
|
+
match descriptor:
|
|
409
|
+
case None:
|
|
410
|
+
return hasattr(obj, name)
|
|
411
|
+
case property() | SonolusDescriptor() | FunctionType() | classmethod() | staticmethod():
|
|
412
|
+
return True
|
|
413
|
+
case non_descriptor if not hasattr(non_descriptor, "__get__"):
|
|
414
|
+
return True
|
|
415
|
+
case _:
|
|
416
|
+
raise TypeError(f"Unsupported field or descriptor {name}")
|
|
417
|
+
|
|
418
|
+
|
|
419
|
+
@meta_fn
|
|
420
|
+
def _getattr(obj: Any, name: str, default=_empty) -> Any:
|
|
421
|
+
from sonolus.backend.visitor import compile_and_call
|
|
422
|
+
from sonolus.script.internal.constant import ConstantValue
|
|
423
|
+
from sonolus.script.internal.descriptor import SonolusDescriptor
|
|
424
|
+
|
|
425
|
+
name = validate_value(name)._as_py_()
|
|
426
|
+
if isinstance(obj, ConstantValue):
|
|
427
|
+
# Unwrap so we can access fields
|
|
428
|
+
obj = obj._as_py_()
|
|
429
|
+
descriptor = None
|
|
430
|
+
for cls in type.mro(type(obj)):
|
|
431
|
+
descriptor = cls.__dict__.get(name, None)
|
|
432
|
+
if descriptor is not None:
|
|
433
|
+
break
|
|
434
|
+
match descriptor:
|
|
435
|
+
case property(fget=getter):
|
|
436
|
+
return compile_and_call(getter, obj)
|
|
437
|
+
case SonolusDescriptor() | FunctionType() | classmethod() | staticmethod() | None:
|
|
438
|
+
return validate_value(getattr(obj, name) if default is _empty else getattr(obj, name, default))
|
|
439
|
+
case non_descriptor if not hasattr(non_descriptor, "__get__"):
|
|
440
|
+
return validate_value(getattr(obj, name) if default is _empty else getattr(obj, name, default))
|
|
441
|
+
case _:
|
|
442
|
+
raise TypeError(f"Unsupported field or descriptor {name}")
|
|
443
|
+
|
|
444
|
+
|
|
445
|
+
@meta_fn
|
|
446
|
+
def _setattr(obj: Any, name: str, value: Any):
|
|
447
|
+
from sonolus.backend.visitor import compile_and_call
|
|
448
|
+
from sonolus.script.internal.descriptor import SonolusDescriptor
|
|
449
|
+
|
|
450
|
+
name = validate_value(name)._as_py_()
|
|
451
|
+
if obj._is_py_():
|
|
452
|
+
obj = obj._as_py_()
|
|
453
|
+
descriptor = getattr(type(obj), name, None)
|
|
454
|
+
match descriptor:
|
|
455
|
+
case property(fset=setter):
|
|
456
|
+
if setter is None:
|
|
457
|
+
raise AttributeError(f"Cannot set attribute {name} because property has no setter")
|
|
458
|
+
compile_and_call(setter, obj, value)
|
|
459
|
+
case SonolusDescriptor():
|
|
460
|
+
setattr(obj, name, value)
|
|
461
|
+
case _:
|
|
462
|
+
raise TypeError(f"Unsupported field or descriptor {name}")
|
|
463
|
+
|
|
464
|
+
|
|
392
465
|
class _Type(Record):
|
|
393
466
|
@meta_fn
|
|
394
467
|
def __call__(self, value, /):
|
|
@@ -412,12 +485,13 @@ BUILTIN_IMPLS = {
|
|
|
412
485
|
id(abs): _abs,
|
|
413
486
|
id(all): _all,
|
|
414
487
|
id(any): _any,
|
|
415
|
-
id(sum): _sum,
|
|
416
488
|
id(bool): _bool,
|
|
417
489
|
id(callable): _callable,
|
|
418
490
|
id(enumerate): _enumerate,
|
|
419
491
|
id(filter): _filter,
|
|
420
492
|
id(float): _float,
|
|
493
|
+
id(getattr): _getattr,
|
|
494
|
+
id(hasattr): _hasattr,
|
|
421
495
|
id(int): _int,
|
|
422
496
|
id(isinstance): _isinstance,
|
|
423
497
|
id(iter): _iter,
|
|
@@ -428,6 +502,8 @@ BUILTIN_IMPLS = {
|
|
|
428
502
|
id(next): _next,
|
|
429
503
|
id(range): Range,
|
|
430
504
|
id(reversed): _reversed,
|
|
505
|
+
id(setattr): _setattr,
|
|
506
|
+
id(sum): _sum,
|
|
431
507
|
id(super): _super,
|
|
432
508
|
id(type): _type,
|
|
433
509
|
id(zip): _zip,
|
|
@@ -0,0 +1,227 @@
|
|
|
1
|
+
import pytest
|
|
2
|
+
|
|
3
|
+
from sonolus.script.array import Array
|
|
4
|
+
from sonolus.script.debug import debug_log
|
|
5
|
+
from sonolus.script.internal.error import CompilationError
|
|
6
|
+
from sonolus.script.record import Record
|
|
7
|
+
from tests.script.conftest import run_and_validate, run_compiled
|
|
8
|
+
|
|
9
|
+
|
|
10
|
+
class UnsupportedDescriptor:
|
|
11
|
+
def __get__(self, instance, owner):
|
|
12
|
+
return -1
|
|
13
|
+
|
|
14
|
+
def __set__(self, instance, value):
|
|
15
|
+
pass
|
|
16
|
+
|
|
17
|
+
|
|
18
|
+
class MyBox[T](Record):
|
|
19
|
+
value: T
|
|
20
|
+
|
|
21
|
+
@classmethod
|
|
22
|
+
def my_classmethod(cls):
|
|
23
|
+
return 123
|
|
24
|
+
|
|
25
|
+
def my_method(self):
|
|
26
|
+
return 456
|
|
27
|
+
|
|
28
|
+
@property
|
|
29
|
+
def my_property(self):
|
|
30
|
+
return 789
|
|
31
|
+
|
|
32
|
+
@my_property.setter
|
|
33
|
+
def my_property(self, value):
|
|
34
|
+
debug_log(value)
|
|
35
|
+
|
|
36
|
+
|
|
37
|
+
MyBox.unsupported_descriptor = UnsupportedDescriptor()
|
|
38
|
+
|
|
39
|
+
|
|
40
|
+
def test_hasattr_record_field():
|
|
41
|
+
def fn():
|
|
42
|
+
return hasattr(MyBox(1), "value")
|
|
43
|
+
|
|
44
|
+
assert run_and_validate(fn) == 1
|
|
45
|
+
|
|
46
|
+
|
|
47
|
+
def test_hasattr_record_method():
|
|
48
|
+
def fn():
|
|
49
|
+
return hasattr(MyBox(1), "my_method")
|
|
50
|
+
|
|
51
|
+
assert run_and_validate(fn) == 1
|
|
52
|
+
|
|
53
|
+
|
|
54
|
+
def test_hasattr_record_classmethod():
|
|
55
|
+
def fn():
|
|
56
|
+
return hasattr(MyBox(1), "my_classmethod")
|
|
57
|
+
|
|
58
|
+
assert run_and_validate(fn) == 1
|
|
59
|
+
|
|
60
|
+
|
|
61
|
+
def test_hasattr_record_property():
|
|
62
|
+
def fn():
|
|
63
|
+
return hasattr(MyBox(1), "my_property")
|
|
64
|
+
|
|
65
|
+
assert run_and_validate(fn) == 1
|
|
66
|
+
|
|
67
|
+
|
|
68
|
+
def test_hasattr_record_not_present():
|
|
69
|
+
def fn():
|
|
70
|
+
return hasattr(MyBox(1), "does_not_exist")
|
|
71
|
+
|
|
72
|
+
assert run_and_validate(fn) == 0
|
|
73
|
+
|
|
74
|
+
|
|
75
|
+
def test_hasattr_record_unsupported():
|
|
76
|
+
def fn():
|
|
77
|
+
return hasattr(MyBox(1), "unsupported_descriptor")
|
|
78
|
+
|
|
79
|
+
with pytest.raises(CompilationError, match="Unsupported field"):
|
|
80
|
+
run_compiled(fn)
|
|
81
|
+
|
|
82
|
+
|
|
83
|
+
def test_hasattr_array_method():
|
|
84
|
+
def fn():
|
|
85
|
+
return hasattr(Array(1), "__getitem__")
|
|
86
|
+
|
|
87
|
+
assert run_and_validate(fn) == 1
|
|
88
|
+
|
|
89
|
+
|
|
90
|
+
def test_hasattr_array_not_present():
|
|
91
|
+
def fn():
|
|
92
|
+
return hasattr(Array(1), "does_not_exist")
|
|
93
|
+
|
|
94
|
+
assert run_and_validate(fn) == 0
|
|
95
|
+
|
|
96
|
+
|
|
97
|
+
def test_hasattr_type_classmethod():
|
|
98
|
+
def fn():
|
|
99
|
+
return hasattr(MyBox, "my_classmethod")
|
|
100
|
+
|
|
101
|
+
assert run_and_validate(fn) == 1
|
|
102
|
+
|
|
103
|
+
|
|
104
|
+
def test_hasattr_type_method():
|
|
105
|
+
def fn():
|
|
106
|
+
return hasattr(MyBox, "my_method")
|
|
107
|
+
|
|
108
|
+
assert run_and_validate(fn) == 1
|
|
109
|
+
|
|
110
|
+
|
|
111
|
+
def test_hasattr_type_not_present():
|
|
112
|
+
def fn():
|
|
113
|
+
return hasattr(MyBox, "does_not_exist")
|
|
114
|
+
|
|
115
|
+
assert run_and_validate(fn) == 0
|
|
116
|
+
|
|
117
|
+
|
|
118
|
+
def test_getattr_record_field():
|
|
119
|
+
def fn():
|
|
120
|
+
box = MyBox(100)
|
|
121
|
+
return box.value
|
|
122
|
+
|
|
123
|
+
assert run_and_validate(fn) == 100
|
|
124
|
+
|
|
125
|
+
|
|
126
|
+
def test_getattr_record_method():
|
|
127
|
+
def fn():
|
|
128
|
+
box = MyBox(100)
|
|
129
|
+
method = box.my_method
|
|
130
|
+
return method()
|
|
131
|
+
|
|
132
|
+
assert run_and_validate(fn) == 456
|
|
133
|
+
|
|
134
|
+
|
|
135
|
+
def test_getattr_record_classmethod():
|
|
136
|
+
def fn():
|
|
137
|
+
method = MyBox.my_classmethod
|
|
138
|
+
return method()
|
|
139
|
+
|
|
140
|
+
assert run_and_validate(fn) == 123
|
|
141
|
+
|
|
142
|
+
|
|
143
|
+
def test_getattr_record_property():
|
|
144
|
+
def fn():
|
|
145
|
+
box = MyBox(100)
|
|
146
|
+
return box.my_property
|
|
147
|
+
|
|
148
|
+
assert run_and_validate(fn) == 789
|
|
149
|
+
|
|
150
|
+
|
|
151
|
+
def test_getattr_record_unsupported():
|
|
152
|
+
def fn():
|
|
153
|
+
box = MyBox(100)
|
|
154
|
+
return box.unsupported_descriptor
|
|
155
|
+
|
|
156
|
+
with pytest.raises(CompilationError, match="Unsupported field"):
|
|
157
|
+
run_compiled(fn)
|
|
158
|
+
|
|
159
|
+
|
|
160
|
+
def test_getattr_array_method():
|
|
161
|
+
def fn():
|
|
162
|
+
arr = Array(10, 20, 30)
|
|
163
|
+
method = arr.__getitem__
|
|
164
|
+
return method(1)
|
|
165
|
+
|
|
166
|
+
assert run_and_validate(fn) == 20
|
|
167
|
+
|
|
168
|
+
|
|
169
|
+
def test_getattr_type_classmethod():
|
|
170
|
+
def fn():
|
|
171
|
+
method = MyBox.my_classmethod
|
|
172
|
+
return method()
|
|
173
|
+
|
|
174
|
+
assert run_and_validate(fn) == 123
|
|
175
|
+
|
|
176
|
+
|
|
177
|
+
def test_getattr_type_method():
|
|
178
|
+
def fn():
|
|
179
|
+
method = MyBox.my_method
|
|
180
|
+
return method(MyBox(0))
|
|
181
|
+
|
|
182
|
+
assert run_and_validate(fn) == 456
|
|
183
|
+
|
|
184
|
+
|
|
185
|
+
def test_getattr_type_not_present():
|
|
186
|
+
def fn():
|
|
187
|
+
return MyBox.does_not_exist
|
|
188
|
+
|
|
189
|
+
with pytest.raises(CompilationError, match="has no attribute 'does_not_exist'"):
|
|
190
|
+
run_compiled(fn)
|
|
191
|
+
|
|
192
|
+
|
|
193
|
+
def test_setattr_record_field():
|
|
194
|
+
def fn():
|
|
195
|
+
box = MyBox(0)
|
|
196
|
+
box.value = 100
|
|
197
|
+
return box.value
|
|
198
|
+
|
|
199
|
+
assert run_and_validate(fn) == 100
|
|
200
|
+
|
|
201
|
+
|
|
202
|
+
def test_setattr_record_property():
|
|
203
|
+
def fn():
|
|
204
|
+
box = MyBox(0)
|
|
205
|
+
box.my_property = 100
|
|
206
|
+
return 1
|
|
207
|
+
|
|
208
|
+
assert run_and_validate(fn) == 1
|
|
209
|
+
|
|
210
|
+
|
|
211
|
+
def test_setattr_record_unsupported():
|
|
212
|
+
def fn():
|
|
213
|
+
box = MyBox(0)
|
|
214
|
+
box.unsupported_descriptor = 100
|
|
215
|
+
return 1
|
|
216
|
+
|
|
217
|
+
with pytest.raises(CompilationError, match="Unsupported field"):
|
|
218
|
+
run_compiled(fn)
|
|
219
|
+
|
|
220
|
+
|
|
221
|
+
def test_setattr_type_not_supported():
|
|
222
|
+
def fn():
|
|
223
|
+
MyBox.my_classmethod = 100
|
|
224
|
+
return 1
|
|
225
|
+
|
|
226
|
+
with pytest.raises(CompilationError, match="Unsupported field"):
|
|
227
|
+
run_compiled(fn)
|
|
@@ -734,6 +734,20 @@ def test_all_empty():
|
|
|
734
734
|
assert run_and_validate(fn)
|
|
735
735
|
|
|
736
736
|
|
|
737
|
+
@given(lists)
|
|
738
|
+
def test_sum(values_list):
|
|
739
|
+
values = Array(*values_list)
|
|
740
|
+
value_count = len(values_list)
|
|
741
|
+
expected_sum = sum(values_list)
|
|
742
|
+
|
|
743
|
+
def fn():
|
|
744
|
+
va = VarArray[int, value_count].new()
|
|
745
|
+
va.extend(values)
|
|
746
|
+
return sum(va)
|
|
747
|
+
|
|
748
|
+
assert run_and_validate(fn) == expected_sum
|
|
749
|
+
|
|
750
|
+
|
|
737
751
|
def test_var_array_truthiness_empty():
|
|
738
752
|
def fn():
|
|
739
753
|
x = VarArray[int, 1].new()
|
|
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
|
|
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
|
|
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
|
|
File without changes
|
|
File without changes
|
|
File without changes
|