sonolus.py 0.12.1__tar.gz → 0.12.2__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.1 → sonolus_py-0.12.2}/PKG-INFO +1 -1
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/docs/changelog/index.md +8 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/pyproject.toml +1 -1
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/sonolus/script/engine.py +48 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/sonolus/script/internal/introspection.py +2 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/sonolus/script/record.py +3 -2
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/uv.lock +1 -1
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/.gitattributes +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/.github/workflows/publish.yaml +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/.gitignore +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/.python-version +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/.run/Python tests in tests.run.xml +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/LICENSE +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/README.md +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/doc_stubs/__init__.py +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/doc_stubs/builtins.pyi +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/doc_stubs/math.pyi +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/doc_stubs/num.pyi +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/doc_stubs/random.pyi +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/doc_stubs/typing.pyi +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/docs/CNAME +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/docs/concepts/builtins.md +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/docs/concepts/cli.md +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/docs/concepts/constructs.md +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/docs/concepts/index.md +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/docs/concepts/overview.md +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/docs/concepts/project.md +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/docs/concepts/resources.md +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/docs/concepts/types.md +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/docs/guides/bucket.md +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/docs/guides/coming-soon.md +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/docs/guides/effect.md +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/docs/guides/index.md +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/docs/guides/particle.md +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/docs/guides/play.md +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/docs/guides/project-structure.md +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/docs/guides/screen.md +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/docs/guides/setup.md +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/docs/guides/skin.md +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/docs/guides/ui.md +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/docs/guides/usage.md +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/docs/index.md +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/docs/reference/builtins.md +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/docs/reference/index.md +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/docs/reference/math.md +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/docs/reference/random.md +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/docs/reference/sonolus.script.archetype.md +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/docs/reference/sonolus.script.array.md +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/docs/reference/sonolus.script.array_like.md +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/docs/reference/sonolus.script.bucket.md +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/docs/reference/sonolus.script.containers.md +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/docs/reference/sonolus.script.debug.md +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/docs/reference/sonolus.script.easing.md +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/docs/reference/sonolus.script.effect.md +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/docs/reference/sonolus.script.engine.md +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/docs/reference/sonolus.script.globals.md +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/docs/reference/sonolus.script.instruction.md +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/docs/reference/sonolus.script.interval.md +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/docs/reference/sonolus.script.iterator.md +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/docs/reference/sonolus.script.level.md +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/docs/reference/sonolus.script.maybe.md +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/docs/reference/sonolus.script.metadata.md +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/docs/reference/sonolus.script.num.md +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/docs/reference/sonolus.script.options.md +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/docs/reference/sonolus.script.particle.md +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/docs/reference/sonolus.script.printing.md +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/docs/reference/sonolus.script.project.md +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/docs/reference/sonolus.script.quad.md +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/docs/reference/sonolus.script.record.md +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/docs/reference/sonolus.script.runtime.md +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/docs/reference/sonolus.script.sprite.md +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/docs/reference/sonolus.script.stream.md +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/docs/reference/sonolus.script.text.md +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/docs/reference/sonolus.script.timing.md +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/docs/reference/sonolus.script.transform.md +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/docs/reference/sonolus.script.ui.md +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/docs/reference/sonolus.script.values.md +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/docs/reference/sonolus.script.vec.md +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/docs/reference/typing.md +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/mkdocs.yml +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/sonolus/__init__.py +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/sonolus/backend/__init__.py +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/sonolus/backend/blocks.py +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/sonolus/backend/excepthook.py +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/sonolus/backend/finalize.py +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/sonolus/backend/interpret.py +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/sonolus/backend/ir.py +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/sonolus/backend/mode.py +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/sonolus/backend/node.py +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/sonolus/backend/ops.py +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/sonolus/backend/optimize/__init__.py +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/sonolus/backend/optimize/allocate.py +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/sonolus/backend/optimize/constant_evaluation.py +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/sonolus/backend/optimize/copy_coalesce.py +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/sonolus/backend/optimize/dead_code.py +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/sonolus/backend/optimize/dominance.py +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/sonolus/backend/optimize/flow.py +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/sonolus/backend/optimize/inlining.py +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/sonolus/backend/optimize/liveness.py +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/sonolus/backend/optimize/optimize.py +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/sonolus/backend/optimize/passes.py +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/sonolus/backend/optimize/simplify.py +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/sonolus/backend/optimize/ssa.py +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/sonolus/backend/place.py +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/sonolus/backend/utils.py +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/sonolus/backend/visitor.py +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/sonolus/build/__init__.py +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/sonolus/build/cli.py +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/sonolus/build/collection.py +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/sonolus/build/compile.py +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/sonolus/build/dev_server.py +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/sonolus/build/engine.py +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/sonolus/build/level.py +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/sonolus/build/node.py +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/sonolus/build/project.py +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/sonolus/py.typed +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/sonolus/script/__init__.py +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/sonolus/script/archetype.py +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/sonolus/script/array.py +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/sonolus/script/array_like.py +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/sonolus/script/bucket.py +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/sonolus/script/containers.py +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/sonolus/script/debug.py +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/sonolus/script/easing.py +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/sonolus/script/effect.py +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/sonolus/script/globals.py +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/sonolus/script/instruction.py +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/sonolus/script/internal/__init__.py +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/sonolus/script/internal/builtin_impls.py +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/sonolus/script/internal/callbacks.py +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/sonolus/script/internal/constant.py +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/sonolus/script/internal/context.py +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/sonolus/script/internal/descriptor.py +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/sonolus/script/internal/dict_impl.py +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/sonolus/script/internal/error.py +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/sonolus/script/internal/generic.py +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/sonolus/script/internal/impl.py +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/sonolus/script/internal/math_impls.py +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/sonolus/script/internal/native.py +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/sonolus/script/internal/random.py +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/sonolus/script/internal/range.py +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/sonolus/script/internal/simulation_context.py +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/sonolus/script/internal/transient.py +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/sonolus/script/internal/tuple_impl.py +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/sonolus/script/internal/value.py +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/sonolus/script/interval.py +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/sonolus/script/iterator.py +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/sonolus/script/level.py +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/sonolus/script/maybe.py +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/sonolus/script/metadata.py +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/sonolus/script/num.py +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/sonolus/script/options.py +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/sonolus/script/particle.py +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/sonolus/script/pointer.py +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/sonolus/script/printing.py +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/sonolus/script/project.py +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/sonolus/script/quad.py +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/sonolus/script/runtime.py +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/sonolus/script/sprite.py +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/sonolus/script/stream.py +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/sonolus/script/text.py +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/sonolus/script/timing.py +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/sonolus/script/transform.py +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/sonolus/script/ui.py +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/sonolus/script/values.py +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/sonolus/script/vec.py +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/test_projects/pydori/__init__.py +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/test_projects/pydori/level.py +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/test_projects/pydori/lib/__init__.py +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/test_projects/pydori/lib/buckets.py +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/test_projects/pydori/lib/connector.py +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/test_projects/pydori/lib/effect.py +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/test_projects/pydori/lib/layer.py +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/test_projects/pydori/lib/layout.py +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/test_projects/pydori/lib/note.py +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/test_projects/pydori/lib/options.py +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/test_projects/pydori/lib/particle.py +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/test_projects/pydori/lib/skin.py +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/test_projects/pydori/lib/stage.py +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/test_projects/pydori/lib/streams.py +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/test_projects/pydori/lib/ui.py +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/test_projects/pydori/play/__init__.py +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/test_projects/pydori/play/connector.py +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/test_projects/pydori/play/event.py +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/test_projects/pydori/play/input.py +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/test_projects/pydori/play/mode.py +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/test_projects/pydori/play/note.py +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/test_projects/pydori/play/stage.py +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/test_projects/pydori/preview/__init__.py +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/test_projects/pydori/preview/connector.py +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/test_projects/pydori/preview/event.py +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/test_projects/pydori/preview/layout.py +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/test_projects/pydori/preview/mode.py +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/test_projects/pydori/preview/note.py +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/test_projects/pydori/preview/stage.py +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/test_projects/pydori/project.py +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/test_projects/pydori/tutorial/__init__.py +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/test_projects/pydori/tutorial/framework.py +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/test_projects/pydori/tutorial/instructions.py +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/test_projects/pydori/tutorial/intro.py +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/test_projects/pydori/tutorial/mode.py +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/test_projects/pydori/tutorial/navigate.py +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/test_projects/pydori/tutorial/painting.py +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/test_projects/pydori/tutorial/phases.py +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/test_projects/pydori/tutorial/preprocess.py +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/test_projects/pydori/tutorial/update.py +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/test_projects/pydori/watch/__init__.py +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/test_projects/pydori/watch/connector.py +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/test_projects/pydori/watch/event.py +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/test_projects/pydori/watch/mode.py +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/test_projects/pydori/watch/note.py +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/test_projects/pydori/watch/stage.py +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/test_projects/pydori/watch/update_spawn.py +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/__init__.py +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/build/__init__.py +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/build/test_dev_server.py +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/__init__.py +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/conftest.py +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_directional_flick_initialize_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_directional_flick_initialize_dev_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_directional_flick_initialize_fast_dev_nodes +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_directional_flick_initialize_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_directional_flick_initialize_fast_nodes +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_directional_flick_initialize_fast_optimized_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_directional_flick_initialize_standard_dev_nodes +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_directional_flick_initialize_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_directional_flick_initialize_standard_nodes +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_directional_flick_initialize_standard_optimized_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_directional_flick_preprocess_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_directional_flick_preprocess_dev_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_directional_flick_preprocess_fast_dev_nodes +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_directional_flick_preprocess_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_directional_flick_preprocess_fast_nodes +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_directional_flick_preprocess_fast_optimized_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_directional_flick_preprocess_standard_dev_nodes +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_directional_flick_preprocess_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_directional_flick_preprocess_standard_nodes +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_directional_flick_preprocess_standard_optimized_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_directional_flick_should_spawn_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_directional_flick_should_spawn_dev_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_directional_flick_should_spawn_fast_dev_nodes +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_directional_flick_should_spawn_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_directional_flick_should_spawn_fast_nodes +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_directional_flick_should_spawn_fast_optimized_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_directional_flick_should_spawn_standard_dev_nodes +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_directional_flick_should_spawn_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_directional_flick_should_spawn_standard_nodes +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_directional_flick_should_spawn_standard_optimized_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_directional_flick_spawn_order_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_directional_flick_spawn_order_dev_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_directional_flick_spawn_order_fast_dev_nodes +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_directional_flick_spawn_order_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_directional_flick_spawn_order_fast_nodes +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_directional_flick_spawn_order_fast_optimized_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_directional_flick_spawn_order_standard_dev_nodes +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_directional_flick_spawn_order_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_directional_flick_spawn_order_standard_nodes +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_directional_flick_spawn_order_standard_optimized_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_directional_flick_terminate_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_directional_flick_terminate_dev_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_directional_flick_terminate_fast_dev_nodes +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_directional_flick_terminate_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_directional_flick_terminate_fast_nodes +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_directional_flick_terminate_fast_optimized_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_directional_flick_terminate_standard_dev_nodes +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_directional_flick_terminate_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_directional_flick_terminate_standard_nodes +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_directional_flick_terminate_standard_optimized_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_directional_flick_touch_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_directional_flick_touch_dev_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_directional_flick_touch_fast_dev_nodes +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_directional_flick_touch_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_directional_flick_touch_fast_nodes +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_directional_flick_touch_fast_optimized_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_directional_flick_touch_standard_dev_nodes +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_directional_flick_touch_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_directional_flick_touch_standard_nodes +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_directional_flick_touch_standard_optimized_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_directional_flick_update_parallel_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_directional_flick_update_parallel_dev_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_directional_flick_update_parallel_fast_dev_nodes +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_directional_flick_update_parallel_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_directional_flick_update_parallel_fast_nodes +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_directional_flick_update_parallel_fast_optimized_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_directional_flick_update_parallel_standard_dev_nodes +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_directional_flick_update_parallel_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_directional_flick_update_parallel_standard_nodes +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_directional_flick_update_parallel_standard_optimized_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_directional_flick_update_sequential_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_directional_flick_update_sequential_dev_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_directional_flick_update_sequential_fast_dev_nodes +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_directional_flick_update_sequential_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_directional_flick_update_sequential_fast_nodes +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_directional_flick_update_sequential_fast_optimized_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_directional_flick_update_sequential_standard_dev_nodes +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_directional_flick_update_sequential_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_directional_flick_update_sequential_standard_nodes +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_directional_flick_update_sequential_standard_optimized_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_flick_initialize_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_flick_initialize_dev_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_flick_initialize_fast_dev_nodes +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_flick_initialize_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_flick_initialize_fast_nodes +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_flick_initialize_fast_optimized_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_flick_initialize_standard_dev_nodes +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_flick_initialize_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_flick_initialize_standard_nodes +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_flick_initialize_standard_optimized_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_flick_preprocess_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_flick_preprocess_dev_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_flick_preprocess_fast_dev_nodes +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_flick_preprocess_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_flick_preprocess_fast_nodes +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_flick_preprocess_fast_optimized_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_flick_preprocess_standard_dev_nodes +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_flick_preprocess_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_flick_preprocess_standard_nodes +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_flick_preprocess_standard_optimized_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_flick_should_spawn_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_flick_should_spawn_dev_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_flick_should_spawn_fast_dev_nodes +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_flick_should_spawn_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_flick_should_spawn_fast_nodes +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_flick_should_spawn_fast_optimized_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_flick_should_spawn_standard_dev_nodes +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_flick_should_spawn_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_flick_should_spawn_standard_nodes +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_flick_should_spawn_standard_optimized_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_flick_spawn_order_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_flick_spawn_order_dev_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_flick_spawn_order_fast_dev_nodes +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_flick_spawn_order_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_flick_spawn_order_fast_nodes +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_flick_spawn_order_fast_optimized_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_flick_spawn_order_standard_dev_nodes +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_flick_spawn_order_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_flick_spawn_order_standard_nodes +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_flick_spawn_order_standard_optimized_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_flick_terminate_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_flick_terminate_dev_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_flick_terminate_fast_dev_nodes +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_flick_terminate_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_flick_terminate_fast_nodes +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_flick_terminate_fast_optimized_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_flick_terminate_standard_dev_nodes +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_flick_terminate_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_flick_terminate_standard_nodes +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_flick_terminate_standard_optimized_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_flick_touch_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_flick_touch_dev_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_flick_touch_fast_dev_nodes +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_flick_touch_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_flick_touch_fast_nodes +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_flick_touch_fast_optimized_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_flick_touch_standard_dev_nodes +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_flick_touch_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_flick_touch_standard_nodes +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_flick_touch_standard_optimized_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_flick_update_parallel_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_flick_update_parallel_dev_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_flick_update_parallel_fast_dev_nodes +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_flick_update_parallel_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_flick_update_parallel_fast_nodes +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_flick_update_parallel_fast_optimized_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_flick_update_parallel_standard_dev_nodes +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_flick_update_parallel_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_flick_update_parallel_standard_nodes +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_flick_update_parallel_standard_optimized_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_flick_update_sequential_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_flick_update_sequential_dev_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_flick_update_sequential_fast_dev_nodes +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_flick_update_sequential_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_flick_update_sequential_fast_nodes +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_flick_update_sequential_fast_optimized_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_flick_update_sequential_standard_dev_nodes +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_flick_update_sequential_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_flick_update_sequential_standard_nodes +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_flick_update_sequential_standard_optimized_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_hold_anchor_initialize_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_hold_anchor_initialize_dev_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_hold_anchor_initialize_fast_dev_nodes +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_hold_anchor_initialize_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_hold_anchor_initialize_fast_nodes +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_hold_anchor_initialize_fast_optimized_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_hold_anchor_initialize_standard_dev_nodes +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_hold_anchor_initialize_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_hold_anchor_initialize_standard_nodes +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_hold_anchor_initialize_standard_optimized_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_hold_anchor_preprocess_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_hold_anchor_preprocess_dev_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_hold_anchor_preprocess_fast_dev_nodes +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_hold_anchor_preprocess_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_hold_anchor_preprocess_fast_nodes +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_hold_anchor_preprocess_fast_optimized_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_hold_anchor_preprocess_standard_dev_nodes +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_hold_anchor_preprocess_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_hold_anchor_preprocess_standard_nodes +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_hold_anchor_preprocess_standard_optimized_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_hold_anchor_should_spawn_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_hold_anchor_should_spawn_dev_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_hold_anchor_should_spawn_fast_dev_nodes +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_hold_anchor_should_spawn_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_hold_anchor_should_spawn_fast_nodes +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_hold_anchor_should_spawn_fast_optimized_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_hold_anchor_should_spawn_standard_dev_nodes +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_hold_anchor_should_spawn_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_hold_anchor_should_spawn_standard_nodes +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_hold_anchor_should_spawn_standard_optimized_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_hold_anchor_spawn_order_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_hold_anchor_spawn_order_dev_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_hold_anchor_spawn_order_fast_dev_nodes +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_hold_anchor_spawn_order_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_hold_anchor_spawn_order_fast_nodes +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_hold_anchor_spawn_order_fast_optimized_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_hold_anchor_spawn_order_standard_dev_nodes +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_hold_anchor_spawn_order_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_hold_anchor_spawn_order_standard_nodes +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_hold_anchor_spawn_order_standard_optimized_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_hold_anchor_terminate_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_hold_anchor_terminate_dev_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_hold_anchor_terminate_fast_dev_nodes +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_hold_anchor_terminate_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_hold_anchor_terminate_fast_nodes +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_hold_anchor_terminate_fast_optimized_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_hold_anchor_terminate_standard_dev_nodes +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_hold_anchor_terminate_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_hold_anchor_terminate_standard_nodes +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_hold_anchor_terminate_standard_optimized_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_hold_anchor_touch_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_hold_anchor_touch_dev_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_hold_anchor_touch_fast_dev_nodes +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_hold_anchor_touch_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_hold_anchor_touch_fast_nodes +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_hold_anchor_touch_fast_optimized_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_hold_anchor_touch_standard_dev_nodes +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_hold_anchor_touch_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_hold_anchor_touch_standard_nodes +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_hold_anchor_touch_standard_optimized_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_hold_anchor_update_parallel_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_hold_anchor_update_parallel_dev_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_hold_anchor_update_parallel_fast_dev_nodes +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_hold_anchor_update_parallel_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_hold_anchor_update_parallel_fast_nodes +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_hold_anchor_update_parallel_fast_optimized_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_hold_anchor_update_parallel_standard_dev_nodes +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_hold_anchor_update_parallel_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_hold_anchor_update_parallel_standard_nodes +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_hold_anchor_update_parallel_standard_optimized_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_hold_anchor_update_sequential_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_hold_anchor_update_sequential_dev_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_hold_anchor_update_sequential_fast_dev_nodes +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_hold_anchor_update_sequential_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_hold_anchor_update_sequential_fast_nodes +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_hold_anchor_update_sequential_fast_optimized_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_hold_anchor_update_sequential_standard_dev_nodes +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_hold_anchor_update_sequential_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_hold_anchor_update_sequential_standard_nodes +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_hold_anchor_update_sequential_standard_optimized_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_hold_connector_should_spawn_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_hold_connector_should_spawn_dev_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_hold_connector_should_spawn_fast_dev_nodes +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_hold_connector_should_spawn_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_hold_connector_should_spawn_fast_nodes +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_hold_connector_should_spawn_fast_optimized_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_hold_connector_should_spawn_standard_dev_nodes +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_hold_connector_should_spawn_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_hold_connector_should_spawn_standard_nodes +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_hold_connector_should_spawn_standard_optimized_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_hold_connector_spawn_order_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_hold_connector_spawn_order_dev_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_hold_connector_spawn_order_fast_dev_nodes +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_hold_connector_spawn_order_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_hold_connector_spawn_order_fast_nodes +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_hold_connector_spawn_order_fast_optimized_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_hold_connector_spawn_order_standard_dev_nodes +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_hold_connector_spawn_order_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_hold_connector_spawn_order_standard_nodes +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_hold_connector_spawn_order_standard_optimized_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_hold_connector_update_parallel_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_hold_connector_update_parallel_dev_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_hold_connector_update_parallel_fast_dev_nodes +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_hold_connector_update_parallel_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_hold_connector_update_parallel_fast_nodes +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_hold_connector_update_parallel_fast_optimized_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_hold_connector_update_parallel_standard_dev_nodes +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_hold_connector_update_parallel_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_hold_connector_update_parallel_standard_nodes +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_hold_connector_update_parallel_standard_optimized_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_hold_connector_update_sequential_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_hold_connector_update_sequential_dev_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_hold_connector_update_sequential_fast_dev_nodes +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_hold_connector_update_sequential_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_hold_connector_update_sequential_fast_nodes +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_hold_connector_update_sequential_fast_optimized_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_hold_connector_update_sequential_standard_dev_nodes +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_hold_connector_update_sequential_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_hold_connector_update_sequential_standard_nodes +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_hold_connector_update_sequential_standard_optimized_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_hold_end_initialize_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_hold_end_initialize_dev_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_hold_end_initialize_fast_dev_nodes +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_hold_end_initialize_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_hold_end_initialize_fast_nodes +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_hold_end_initialize_fast_optimized_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_hold_end_initialize_standard_dev_nodes +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_hold_end_initialize_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_hold_end_initialize_standard_nodes +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_hold_end_initialize_standard_optimized_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_hold_end_preprocess_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_hold_end_preprocess_dev_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_hold_end_preprocess_fast_dev_nodes +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_hold_end_preprocess_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_hold_end_preprocess_fast_nodes +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_hold_end_preprocess_fast_optimized_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_hold_end_preprocess_standard_dev_nodes +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_hold_end_preprocess_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_hold_end_preprocess_standard_nodes +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_hold_end_preprocess_standard_optimized_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_hold_end_should_spawn_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_hold_end_should_spawn_dev_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_hold_end_should_spawn_fast_dev_nodes +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_hold_end_should_spawn_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_hold_end_should_spawn_fast_nodes +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_hold_end_should_spawn_fast_optimized_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_hold_end_should_spawn_standard_dev_nodes +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_hold_end_should_spawn_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_hold_end_should_spawn_standard_nodes +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_hold_end_should_spawn_standard_optimized_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_hold_end_spawn_order_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_hold_end_spawn_order_dev_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_hold_end_spawn_order_fast_dev_nodes +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_hold_end_spawn_order_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_hold_end_spawn_order_fast_nodes +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_hold_end_spawn_order_fast_optimized_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_hold_end_spawn_order_standard_dev_nodes +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_hold_end_spawn_order_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_hold_end_spawn_order_standard_nodes +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_hold_end_spawn_order_standard_optimized_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_hold_end_terminate_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_hold_end_terminate_dev_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_hold_end_terminate_fast_dev_nodes +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_hold_end_terminate_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_hold_end_terminate_fast_nodes +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_hold_end_terminate_fast_optimized_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_hold_end_terminate_standard_dev_nodes +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_hold_end_terminate_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_hold_end_terminate_standard_nodes +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_hold_end_terminate_standard_optimized_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_hold_end_touch_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_hold_end_touch_dev_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_hold_end_touch_fast_dev_nodes +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_hold_end_touch_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_hold_end_touch_fast_nodes +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_hold_end_touch_fast_optimized_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_hold_end_touch_standard_dev_nodes +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_hold_end_touch_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_hold_end_touch_standard_nodes +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_hold_end_touch_standard_optimized_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_hold_end_update_parallel_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_hold_end_update_parallel_dev_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_hold_end_update_parallel_fast_dev_nodes +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_hold_end_update_parallel_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_hold_end_update_parallel_fast_nodes +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_hold_end_update_parallel_fast_optimized_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_hold_end_update_parallel_standard_dev_nodes +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_hold_end_update_parallel_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_hold_end_update_parallel_standard_nodes +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_hold_end_update_parallel_standard_optimized_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_hold_end_update_sequential_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_hold_end_update_sequential_dev_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_hold_end_update_sequential_fast_dev_nodes +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_hold_end_update_sequential_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_hold_end_update_sequential_fast_nodes +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_hold_end_update_sequential_fast_optimized_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_hold_end_update_sequential_standard_dev_nodes +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_hold_end_update_sequential_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_hold_end_update_sequential_standard_nodes +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_hold_end_update_sequential_standard_optimized_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_hold_head_initialize_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_hold_head_initialize_dev_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_hold_head_initialize_fast_dev_nodes +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_hold_head_initialize_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_hold_head_initialize_fast_nodes +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_hold_head_initialize_fast_optimized_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_hold_head_initialize_standard_dev_nodes +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_hold_head_initialize_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_hold_head_initialize_standard_nodes +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_hold_head_initialize_standard_optimized_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_hold_head_preprocess_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_hold_head_preprocess_dev_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_hold_head_preprocess_fast_dev_nodes +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_hold_head_preprocess_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_hold_head_preprocess_fast_nodes +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_hold_head_preprocess_fast_optimized_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_hold_head_preprocess_standard_dev_nodes +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_hold_head_preprocess_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_hold_head_preprocess_standard_nodes +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_hold_head_preprocess_standard_optimized_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_hold_head_should_spawn_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_hold_head_should_spawn_dev_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_hold_head_should_spawn_fast_dev_nodes +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_hold_head_should_spawn_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_hold_head_should_spawn_fast_nodes +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_hold_head_should_spawn_fast_optimized_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_hold_head_should_spawn_standard_dev_nodes +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_hold_head_should_spawn_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_hold_head_should_spawn_standard_nodes +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_hold_head_should_spawn_standard_optimized_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_hold_head_spawn_order_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_hold_head_spawn_order_dev_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_hold_head_spawn_order_fast_dev_nodes +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_hold_head_spawn_order_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_hold_head_spawn_order_fast_nodes +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_hold_head_spawn_order_fast_optimized_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_hold_head_spawn_order_standard_dev_nodes +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_hold_head_spawn_order_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_hold_head_spawn_order_standard_nodes +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_hold_head_spawn_order_standard_optimized_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_hold_head_terminate_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_hold_head_terminate_dev_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_hold_head_terminate_fast_dev_nodes +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_hold_head_terminate_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_hold_head_terminate_fast_nodes +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_hold_head_terminate_fast_optimized_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_hold_head_terminate_standard_dev_nodes +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_hold_head_terminate_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_hold_head_terminate_standard_nodes +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_hold_head_terminate_standard_optimized_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_hold_head_touch_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_hold_head_touch_dev_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_hold_head_touch_fast_dev_nodes +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_hold_head_touch_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_hold_head_touch_fast_nodes +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_hold_head_touch_fast_optimized_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_hold_head_touch_standard_dev_nodes +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_hold_head_touch_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_hold_head_touch_standard_nodes +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_hold_head_touch_standard_optimized_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_hold_head_update_parallel_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_hold_head_update_parallel_dev_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_hold_head_update_parallel_fast_dev_nodes +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_hold_head_update_parallel_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_hold_head_update_parallel_fast_nodes +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_hold_head_update_parallel_fast_optimized_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_hold_head_update_parallel_standard_dev_nodes +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_hold_head_update_parallel_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_hold_head_update_parallel_standard_nodes +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_hold_head_update_parallel_standard_optimized_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_hold_head_update_sequential_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_hold_head_update_sequential_dev_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_hold_head_update_sequential_fast_dev_nodes +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_hold_head_update_sequential_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_hold_head_update_sequential_fast_nodes +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_hold_head_update_sequential_fast_optimized_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_hold_head_update_sequential_standard_dev_nodes +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_hold_head_update_sequential_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_hold_head_update_sequential_standard_nodes +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_hold_head_update_sequential_standard_optimized_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_hold_manager_touch_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_hold_manager_touch_dev_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_hold_manager_touch_fast_dev_nodes +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_hold_manager_touch_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_hold_manager_touch_fast_nodes +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_hold_manager_touch_fast_optimized_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_hold_manager_touch_standard_dev_nodes +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_hold_manager_touch_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_hold_manager_touch_standard_nodes +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_hold_manager_touch_standard_optimized_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_hold_manager_update_parallel_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_hold_manager_update_parallel_dev_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_hold_manager_update_parallel_fast_dev_nodes +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_hold_manager_update_parallel_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_hold_manager_update_parallel_fast_nodes +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_hold_manager_update_parallel_fast_optimized_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_hold_manager_update_parallel_standard_dev_nodes +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_hold_manager_update_parallel_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_hold_manager_update_parallel_standard_nodes +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_hold_manager_update_parallel_standard_optimized_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_hold_tick_initialize_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_hold_tick_initialize_dev_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_hold_tick_initialize_fast_dev_nodes +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_hold_tick_initialize_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_hold_tick_initialize_fast_nodes +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_hold_tick_initialize_fast_optimized_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_hold_tick_initialize_standard_dev_nodes +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_hold_tick_initialize_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_hold_tick_initialize_standard_nodes +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_hold_tick_initialize_standard_optimized_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_hold_tick_preprocess_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_hold_tick_preprocess_dev_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_hold_tick_preprocess_fast_dev_nodes +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_hold_tick_preprocess_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_hold_tick_preprocess_fast_nodes +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_hold_tick_preprocess_fast_optimized_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_hold_tick_preprocess_standard_dev_nodes +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_hold_tick_preprocess_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_hold_tick_preprocess_standard_nodes +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_hold_tick_preprocess_standard_optimized_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_hold_tick_should_spawn_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_hold_tick_should_spawn_dev_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_hold_tick_should_spawn_fast_dev_nodes +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_hold_tick_should_spawn_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_hold_tick_should_spawn_fast_nodes +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_hold_tick_should_spawn_fast_optimized_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_hold_tick_should_spawn_standard_dev_nodes +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_hold_tick_should_spawn_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_hold_tick_should_spawn_standard_nodes +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_hold_tick_should_spawn_standard_optimized_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_hold_tick_spawn_order_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_hold_tick_spawn_order_dev_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_hold_tick_spawn_order_fast_dev_nodes +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_hold_tick_spawn_order_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_hold_tick_spawn_order_fast_nodes +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_hold_tick_spawn_order_fast_optimized_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_hold_tick_spawn_order_standard_dev_nodes +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_hold_tick_spawn_order_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_hold_tick_spawn_order_standard_nodes +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_hold_tick_spawn_order_standard_optimized_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_hold_tick_terminate_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_hold_tick_terminate_dev_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_hold_tick_terminate_fast_dev_nodes +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_hold_tick_terminate_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_hold_tick_terminate_fast_nodes +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_hold_tick_terminate_fast_optimized_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_hold_tick_terminate_standard_dev_nodes +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_hold_tick_terminate_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_hold_tick_terminate_standard_nodes +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_hold_tick_terminate_standard_optimized_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_hold_tick_touch_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_hold_tick_touch_dev_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_hold_tick_touch_fast_dev_nodes +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_hold_tick_touch_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_hold_tick_touch_fast_nodes +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_hold_tick_touch_fast_optimized_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_hold_tick_touch_standard_dev_nodes +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_hold_tick_touch_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_hold_tick_touch_standard_nodes +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_hold_tick_touch_standard_optimized_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_hold_tick_update_parallel_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_hold_tick_update_parallel_dev_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_hold_tick_update_parallel_fast_dev_nodes +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_hold_tick_update_parallel_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_hold_tick_update_parallel_fast_nodes +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_hold_tick_update_parallel_fast_optimized_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_hold_tick_update_parallel_standard_dev_nodes +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_hold_tick_update_parallel_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_hold_tick_update_parallel_standard_nodes +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_hold_tick_update_parallel_standard_optimized_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_hold_tick_update_sequential_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_hold_tick_update_sequential_dev_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_hold_tick_update_sequential_fast_dev_nodes +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_hold_tick_update_sequential_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_hold_tick_update_sequential_fast_nodes +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_hold_tick_update_sequential_fast_optimized_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_hold_tick_update_sequential_standard_dev_nodes +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_hold_tick_update_sequential_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_hold_tick_update_sequential_standard_nodes +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_hold_tick_update_sequential_standard_optimized_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_note_initialize_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_note_initialize_fast_nodes +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_note_initialize_fast_optimized_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_note_initialize_standard_nodes +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_note_initialize_standard_optimized_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_note_preprocess_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_note_preprocess_fast_nodes +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_note_preprocess_fast_optimized_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_note_preprocess_standard_nodes +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_note_preprocess_standard_optimized_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_note_should_spawn_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_note_should_spawn_fast_nodes +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_note_should_spawn_fast_optimized_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_note_should_spawn_standard_nodes +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_note_should_spawn_standard_optimized_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_note_spawn_order_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_note_spawn_order_fast_nodes +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_note_spawn_order_fast_optimized_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_note_spawn_order_standard_nodes +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_note_spawn_order_standard_optimized_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_note_terminate_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_note_terminate_fast_nodes +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_note_terminate_fast_optimized_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_note_terminate_standard_nodes +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_note_terminate_standard_optimized_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_note_touch_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_note_touch_fast_nodes +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_note_touch_fast_optimized_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_note_touch_standard_nodes +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_note_touch_standard_optimized_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_note_update_parallel_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_note_update_parallel_fast_nodes +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_note_update_parallel_fast_optimized_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_note_update_parallel_standard_nodes +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_note_update_parallel_standard_optimized_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_note_update_sequential_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_note_update_sequential_fast_nodes +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_note_update_sequential_fast_optimized_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_note_update_sequential_standard_nodes +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_note_update_sequential_standard_optimized_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_sim_line_should_spawn_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_sim_line_should_spawn_dev_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_sim_line_should_spawn_fast_dev_nodes +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_sim_line_should_spawn_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_sim_line_should_spawn_fast_nodes +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_sim_line_should_spawn_fast_optimized_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_sim_line_should_spawn_standard_dev_nodes +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_sim_line_should_spawn_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_sim_line_should_spawn_standard_nodes +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_sim_line_should_spawn_standard_optimized_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_sim_line_spawn_order_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_sim_line_spawn_order_dev_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_sim_line_spawn_order_fast_dev_nodes +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_sim_line_spawn_order_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_sim_line_spawn_order_fast_nodes +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_sim_line_spawn_order_fast_optimized_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_sim_line_spawn_order_standard_dev_nodes +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_sim_line_spawn_order_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_sim_line_spawn_order_standard_nodes +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_sim_line_spawn_order_standard_optimized_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_sim_line_update_parallel_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_sim_line_update_parallel_dev_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_sim_line_update_parallel_fast_dev_nodes +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_sim_line_update_parallel_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_sim_line_update_parallel_fast_nodes +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_sim_line_update_parallel_fast_optimized_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_sim_line_update_parallel_standard_dev_nodes +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_sim_line_update_parallel_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_sim_line_update_parallel_standard_nodes +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_sim_line_update_parallel_standard_optimized_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_stage_preprocess_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_stage_preprocess_dev_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_stage_preprocess_fast_dev_nodes +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_stage_preprocess_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_stage_preprocess_fast_nodes +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_stage_preprocess_fast_optimized_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_stage_preprocess_standard_dev_nodes +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_stage_preprocess_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_stage_preprocess_standard_nodes +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_stage_preprocess_standard_optimized_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_stage_should_spawn_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_stage_should_spawn_dev_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_stage_should_spawn_fast_dev_nodes +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_stage_should_spawn_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_stage_should_spawn_fast_nodes +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_stage_should_spawn_fast_optimized_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_stage_should_spawn_standard_dev_nodes +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_stage_should_spawn_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_stage_should_spawn_standard_nodes +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_stage_should_spawn_standard_optimized_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_stage_spawn_order_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_stage_spawn_order_dev_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_stage_spawn_order_fast_dev_nodes +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_stage_spawn_order_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_stage_spawn_order_fast_nodes +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_stage_spawn_order_fast_optimized_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_stage_spawn_order_standard_dev_nodes +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_stage_spawn_order_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_stage_spawn_order_standard_nodes +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_stage_spawn_order_standard_optimized_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_stage_touch_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_stage_touch_dev_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_stage_touch_fast_dev_nodes +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_stage_touch_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_stage_touch_fast_nodes +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_stage_touch_fast_optimized_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_stage_touch_standard_dev_nodes +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_stage_touch_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_stage_touch_standard_nodes +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_stage_touch_standard_optimized_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_stage_update_parallel_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_stage_update_parallel_dev_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_stage_update_parallel_fast_dev_nodes +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_stage_update_parallel_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_stage_update_parallel_fast_nodes +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_stage_update_parallel_fast_optimized_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_stage_update_parallel_standard_dev_nodes +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_stage_update_parallel_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_stage_update_parallel_standard_nodes +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_stage_update_parallel_standard_optimized_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_stage_update_sequential_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_stage_update_sequential_dev_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_stage_update_sequential_fast_dev_nodes +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_stage_update_sequential_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_stage_update_sequential_fast_nodes +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_stage_update_sequential_fast_optimized_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_stage_update_sequential_standard_dev_nodes +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_stage_update_sequential_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_stage_update_sequential_standard_nodes +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_stage_update_sequential_standard_optimized_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_tap_initialize_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_tap_initialize_dev_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_tap_initialize_fast_dev_nodes +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_tap_initialize_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_tap_initialize_fast_nodes +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_tap_initialize_fast_optimized_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_tap_initialize_standard_dev_nodes +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_tap_initialize_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_tap_initialize_standard_nodes +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_tap_initialize_standard_optimized_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_tap_preprocess_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_tap_preprocess_dev_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_tap_preprocess_fast_dev_nodes +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_tap_preprocess_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_tap_preprocess_fast_nodes +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_tap_preprocess_fast_optimized_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_tap_preprocess_standard_dev_nodes +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_tap_preprocess_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_tap_preprocess_standard_nodes +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_tap_preprocess_standard_optimized_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_tap_should_spawn_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_tap_should_spawn_dev_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_tap_should_spawn_fast_dev_nodes +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_tap_should_spawn_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_tap_should_spawn_fast_nodes +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_tap_should_spawn_fast_optimized_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_tap_should_spawn_standard_dev_nodes +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_tap_should_spawn_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_tap_should_spawn_standard_nodes +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_tap_should_spawn_standard_optimized_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_tap_spawn_order_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_tap_spawn_order_dev_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_tap_spawn_order_fast_dev_nodes +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_tap_spawn_order_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_tap_spawn_order_fast_nodes +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_tap_spawn_order_fast_optimized_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_tap_spawn_order_standard_dev_nodes +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_tap_spawn_order_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_tap_spawn_order_standard_nodes +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_tap_spawn_order_standard_optimized_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_tap_terminate_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_tap_terminate_dev_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_tap_terminate_fast_dev_nodes +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_tap_terminate_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_tap_terminate_fast_nodes +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_tap_terminate_fast_optimized_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_tap_terminate_standard_dev_nodes +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_tap_terminate_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_tap_terminate_standard_nodes +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_tap_terminate_standard_optimized_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_tap_touch_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_tap_touch_dev_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_tap_touch_fast_dev_nodes +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_tap_touch_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_tap_touch_fast_nodes +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_tap_touch_fast_optimized_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_tap_touch_standard_dev_nodes +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_tap_touch_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_tap_touch_standard_nodes +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_tap_touch_standard_optimized_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_tap_update_parallel_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_tap_update_parallel_dev_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_tap_update_parallel_fast_dev_nodes +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_tap_update_parallel_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_tap_update_parallel_fast_nodes +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_tap_update_parallel_fast_optimized_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_tap_update_parallel_standard_dev_nodes +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_tap_update_parallel_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_tap_update_parallel_standard_nodes +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_tap_update_parallel_standard_optimized_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_tap_update_sequential_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_tap_update_sequential_dev_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_tap_update_sequential_fast_dev_nodes +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_tap_update_sequential_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_tap_update_sequential_fast_nodes +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_tap_update_sequential_fast_optimized_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_tap_update_sequential_standard_dev_nodes +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_tap_update_sequential_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_tap_update_sequential_standard_nodes +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_tap_update_sequential_standard_optimized_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_unscored_note_initialize_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_unscored_note_initialize_fast_nodes +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_unscored_note_initialize_fast_optimized_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_unscored_note_initialize_standard_nodes +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_unscored_note_initialize_standard_optimized_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_unscored_note_preprocess_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_unscored_note_preprocess_fast_nodes +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_unscored_note_preprocess_fast_optimized_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_unscored_note_preprocess_standard_nodes +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_unscored_note_preprocess_standard_optimized_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_unscored_note_should_spawn_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_unscored_note_should_spawn_fast_nodes +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_unscored_note_should_spawn_fast_optimized_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_unscored_note_should_spawn_standard_nodes +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_unscored_note_should_spawn_standard_optimized_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_unscored_note_spawn_order_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_unscored_note_spawn_order_fast_nodes +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_unscored_note_spawn_order_fast_optimized_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_unscored_note_spawn_order_standard_nodes +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_unscored_note_spawn_order_standard_optimized_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_unscored_note_terminate_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_unscored_note_terminate_fast_nodes +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_unscored_note_terminate_fast_optimized_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_unscored_note_terminate_standard_nodes +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_unscored_note_terminate_standard_optimized_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_unscored_note_touch_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_unscored_note_touch_fast_nodes +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_unscored_note_touch_fast_optimized_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_unscored_note_touch_standard_nodes +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_unscored_note_touch_standard_optimized_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_unscored_note_update_parallel_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_unscored_note_update_parallel_fast_nodes +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_unscored_note_update_parallel_fast_optimized_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_unscored_note_update_parallel_standard_nodes +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_unscored_note_update_parallel_standard_optimized_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_unscored_note_update_sequential_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_unscored_note_update_sequential_fast_nodes +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_unscored_note_update_sequential_fast_optimized_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_unscored_note_update_sequential_standard_nodes +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_play_unscored_note_update_sequential_standard_optimized_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_preview_directional_flick_preprocess_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_preview_directional_flick_preprocess_dev_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_preview_directional_flick_preprocess_fast_dev_nodes +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_preview_directional_flick_preprocess_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_preview_directional_flick_preprocess_fast_nodes +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_preview_directional_flick_preprocess_fast_optimized_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_preview_directional_flick_preprocess_standard_dev_nodes +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_preview_directional_flick_preprocess_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_preview_directional_flick_preprocess_standard_nodes +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_preview_directional_flick_preprocess_standard_optimized_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_preview_directional_flick_render_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_preview_directional_flick_render_dev_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_preview_directional_flick_render_fast_dev_nodes +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_preview_directional_flick_render_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_preview_directional_flick_render_fast_nodes +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_preview_directional_flick_render_fast_optimized_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_preview_directional_flick_render_standard_dev_nodes +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_preview_directional_flick_render_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_preview_directional_flick_render_standard_nodes +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_preview_directional_flick_render_standard_optimized_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_preview_flick_preprocess_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_preview_flick_preprocess_dev_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_preview_flick_preprocess_fast_dev_nodes +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_preview_flick_preprocess_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_preview_flick_preprocess_fast_nodes +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_preview_flick_preprocess_fast_optimized_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_preview_flick_preprocess_standard_dev_nodes +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_preview_flick_preprocess_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_preview_flick_preprocess_standard_nodes +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_preview_flick_preprocess_standard_optimized_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_preview_flick_render_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_preview_flick_render_dev_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_preview_flick_render_fast_dev_nodes +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_preview_flick_render_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_preview_flick_render_fast_nodes +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_preview_flick_render_fast_optimized_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_preview_flick_render_standard_dev_nodes +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_preview_flick_render_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_preview_flick_render_standard_nodes +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_preview_flick_render_standard_optimized_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_preview_hold_anchor_preprocess_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_preview_hold_anchor_preprocess_dev_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_preview_hold_anchor_preprocess_fast_dev_nodes +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_preview_hold_anchor_preprocess_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_preview_hold_anchor_preprocess_fast_nodes +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_preview_hold_anchor_preprocess_fast_optimized_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_preview_hold_anchor_preprocess_standard_dev_nodes +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_preview_hold_anchor_preprocess_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_preview_hold_anchor_preprocess_standard_nodes +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_preview_hold_anchor_preprocess_standard_optimized_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_preview_hold_anchor_render_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_preview_hold_anchor_render_dev_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_preview_hold_anchor_render_fast_dev_nodes +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_preview_hold_anchor_render_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_preview_hold_anchor_render_fast_nodes +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_preview_hold_anchor_render_fast_optimized_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_preview_hold_anchor_render_standard_dev_nodes +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_preview_hold_anchor_render_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_preview_hold_anchor_render_standard_nodes +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_preview_hold_anchor_render_standard_optimized_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_preview_hold_end_preprocess_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_preview_hold_end_preprocess_dev_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_preview_hold_end_preprocess_fast_dev_nodes +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_preview_hold_end_preprocess_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_preview_hold_end_preprocess_fast_nodes +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_preview_hold_end_preprocess_fast_optimized_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_preview_hold_end_preprocess_standard_dev_nodes +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_preview_hold_end_preprocess_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_preview_hold_end_preprocess_standard_nodes +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_preview_hold_end_preprocess_standard_optimized_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_preview_hold_end_render_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_preview_hold_end_render_dev_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_preview_hold_end_render_fast_dev_nodes +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_preview_hold_end_render_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_preview_hold_end_render_fast_nodes +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_preview_hold_end_render_fast_optimized_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_preview_hold_end_render_standard_dev_nodes +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_preview_hold_end_render_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_preview_hold_end_render_standard_nodes +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_preview_hold_end_render_standard_optimized_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_preview_hold_head_preprocess_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_preview_hold_head_preprocess_dev_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_preview_hold_head_preprocess_fast_dev_nodes +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_preview_hold_head_preprocess_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_preview_hold_head_preprocess_fast_nodes +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_preview_hold_head_preprocess_fast_optimized_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_preview_hold_head_preprocess_standard_dev_nodes +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_preview_hold_head_preprocess_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_preview_hold_head_preprocess_standard_nodes +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_preview_hold_head_preprocess_standard_optimized_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_preview_hold_head_render_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_preview_hold_head_render_dev_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_preview_hold_head_render_fast_dev_nodes +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_preview_hold_head_render_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_preview_hold_head_render_fast_nodes +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_preview_hold_head_render_fast_optimized_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_preview_hold_head_render_standard_dev_nodes +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_preview_hold_head_render_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_preview_hold_head_render_standard_nodes +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_preview_hold_head_render_standard_optimized_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_preview_hold_tick_preprocess_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_preview_hold_tick_preprocess_dev_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_preview_hold_tick_preprocess_fast_dev_nodes +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_preview_hold_tick_preprocess_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_preview_hold_tick_preprocess_fast_nodes +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_preview_hold_tick_preprocess_fast_optimized_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_preview_hold_tick_preprocess_standard_dev_nodes +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_preview_hold_tick_preprocess_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_preview_hold_tick_preprocess_standard_nodes +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_preview_hold_tick_preprocess_standard_optimized_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_preview_hold_tick_render_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_preview_hold_tick_render_dev_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_preview_hold_tick_render_fast_dev_nodes +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_preview_hold_tick_render_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_preview_hold_tick_render_fast_nodes +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_preview_hold_tick_render_fast_optimized_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_preview_hold_tick_render_standard_dev_nodes +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_preview_hold_tick_render_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_preview_hold_tick_render_standard_nodes +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_preview_hold_tick_render_standard_optimized_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_preview_preview_bpm_change_preprocess_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_preview_preview_bpm_change_preprocess_dev_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_preview_preview_bpm_change_preprocess_fast_dev_nodes +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_preview_preview_bpm_change_preprocess_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_preview_preview_bpm_change_preprocess_fast_nodes +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_preview_preview_bpm_change_preprocess_fast_optimized_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_preview_preview_bpm_change_preprocess_standard_dev_nodes +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_preview_preview_bpm_change_preprocess_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_preview_preview_bpm_change_preprocess_standard_nodes +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_preview_preview_bpm_change_preprocess_standard_optimized_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_preview_preview_bpm_change_render_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_preview_preview_bpm_change_render_dev_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_preview_preview_bpm_change_render_fast_dev_nodes +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_preview_preview_bpm_change_render_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_preview_preview_bpm_change_render_fast_nodes +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_preview_preview_bpm_change_render_fast_optimized_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_preview_preview_bpm_change_render_standard_dev_nodes +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_preview_preview_bpm_change_render_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_preview_preview_bpm_change_render_standard_nodes +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_preview_preview_bpm_change_render_standard_optimized_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_preview_preview_hold_connector_render_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_preview_preview_hold_connector_render_dev_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_preview_preview_hold_connector_render_fast_dev_nodes +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_preview_preview_hold_connector_render_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_preview_preview_hold_connector_render_fast_nodes +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_preview_preview_hold_connector_render_fast_optimized_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_preview_preview_hold_connector_render_standard_dev_nodes +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_preview_preview_hold_connector_render_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_preview_preview_hold_connector_render_standard_nodes +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_preview_preview_hold_connector_render_standard_optimized_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_preview_preview_note_preprocess_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_preview_preview_note_preprocess_fast_nodes +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_preview_preview_note_preprocess_fast_optimized_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_preview_preview_note_preprocess_standard_nodes +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_preview_preview_note_preprocess_standard_optimized_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_preview_preview_note_render_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_preview_preview_note_render_fast_nodes +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_preview_preview_note_render_fast_optimized_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_preview_preview_note_render_standard_nodes +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_preview_preview_note_render_standard_optimized_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_preview_preview_sim_line_render_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_preview_preview_sim_line_render_dev_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_preview_preview_sim_line_render_fast_dev_nodes +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_preview_preview_sim_line_render_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_preview_preview_sim_line_render_fast_nodes +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_preview_preview_sim_line_render_fast_optimized_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_preview_preview_sim_line_render_standard_dev_nodes +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_preview_preview_sim_line_render_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_preview_preview_sim_line_render_standard_nodes +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_preview_preview_sim_line_render_standard_optimized_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_preview_preview_stage_preprocess_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_preview_preview_stage_preprocess_dev_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_preview_preview_stage_preprocess_fast_dev_nodes +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_preview_preview_stage_preprocess_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_preview_preview_stage_preprocess_fast_nodes +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_preview_preview_stage_preprocess_fast_optimized_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_preview_preview_stage_preprocess_standard_dev_nodes +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_preview_preview_stage_preprocess_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_preview_preview_stage_preprocess_standard_nodes +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_preview_preview_stage_preprocess_standard_optimized_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_preview_preview_stage_render_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_preview_preview_stage_render_dev_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_preview_preview_stage_render_fast_dev_nodes +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_preview_preview_stage_render_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_preview_preview_stage_render_fast_nodes +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_preview_preview_stage_render_fast_optimized_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_preview_preview_stage_render_standard_dev_nodes +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_preview_preview_stage_render_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_preview_preview_stage_render_standard_nodes +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_preview_preview_stage_render_standard_optimized_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_preview_preview_timescale_change_preprocess_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_preview_preview_timescale_change_preprocess_dev_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_preview_preview_timescale_change_preprocess_fast_dev_nodes +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_preview_preview_timescale_change_preprocess_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_preview_preview_timescale_change_preprocess_fast_nodes +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_preview_preview_timescale_change_preprocess_fast_optimized_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_preview_preview_timescale_change_preprocess_standard_dev_nodes +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_preview_preview_timescale_change_preprocess_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_preview_preview_timescale_change_preprocess_standard_nodes +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_preview_preview_timescale_change_preprocess_standard_optimized_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_preview_preview_timescale_change_render_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_preview_preview_timescale_change_render_dev_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_preview_preview_timescale_change_render_fast_dev_nodes +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_preview_preview_timescale_change_render_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_preview_preview_timescale_change_render_fast_nodes +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_preview_preview_timescale_change_render_fast_optimized_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_preview_preview_timescale_change_render_standard_dev_nodes +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_preview_preview_timescale_change_render_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_preview_preview_timescale_change_render_standard_nodes +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_preview_preview_timescale_change_render_standard_optimized_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_preview_preview_unscored_note_preprocess_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_preview_preview_unscored_note_preprocess_fast_nodes +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_preview_preview_unscored_note_preprocess_fast_optimized_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_preview_preview_unscored_note_preprocess_standard_nodes +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_preview_preview_unscored_note_preprocess_standard_optimized_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_preview_preview_unscored_note_render_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_preview_preview_unscored_note_render_fast_nodes +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_preview_preview_unscored_note_render_fast_optimized_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_preview_preview_unscored_note_render_standard_nodes +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_preview_preview_unscored_note_render_standard_optimized_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_preview_tap_preprocess_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_preview_tap_preprocess_dev_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_preview_tap_preprocess_fast_dev_nodes +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_preview_tap_preprocess_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_preview_tap_preprocess_fast_nodes +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_preview_tap_preprocess_fast_optimized_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_preview_tap_preprocess_standard_dev_nodes +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_preview_tap_preprocess_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_preview_tap_preprocess_standard_nodes +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_preview_tap_preprocess_standard_optimized_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_preview_tap_render_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_preview_tap_render_dev_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_preview_tap_render_fast_dev_nodes +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_preview_tap_render_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_preview_tap_render_fast_nodes +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_preview_tap_render_fast_optimized_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_preview_tap_render_standard_dev_nodes +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_preview_tap_render_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_preview_tap_render_standard_nodes +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_preview_tap_render_standard_optimized_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_tutorial_global_navigate_fast_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_tutorial_global_navigate_fast_dev_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_tutorial_global_navigate_fast_dev_nodes +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_tutorial_global_navigate_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_tutorial_global_navigate_fast_nodes +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_tutorial_global_navigate_fast_optimized_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_tutorial_global_navigate_standard_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_tutorial_global_navigate_standard_dev_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_tutorial_global_navigate_standard_dev_nodes +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_tutorial_global_navigate_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_tutorial_global_navigate_standard_nodes +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_tutorial_global_navigate_standard_optimized_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_tutorial_global_preprocess_fast_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_tutorial_global_preprocess_fast_dev_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_tutorial_global_preprocess_fast_dev_nodes +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_tutorial_global_preprocess_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_tutorial_global_preprocess_fast_nodes +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_tutorial_global_preprocess_fast_optimized_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_tutorial_global_preprocess_standard_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_tutorial_global_preprocess_standard_dev_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_tutorial_global_preprocess_standard_dev_nodes +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_tutorial_global_preprocess_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_tutorial_global_preprocess_standard_nodes +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_tutorial_global_preprocess_standard_optimized_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_tutorial_global_update_fast_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_tutorial_global_update_fast_dev_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_tutorial_global_update_fast_dev_nodes +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_tutorial_global_update_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_tutorial_global_update_fast_nodes +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_tutorial_global_update_fast_optimized_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_tutorial_global_update_standard_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_tutorial_global_update_standard_dev_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_tutorial_global_update_standard_dev_nodes +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_tutorial_global_update_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_tutorial_global_update_standard_nodes +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_tutorial_global_update_standard_optimized_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_watch_directional_flick_despawn_time_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_watch_directional_flick_despawn_time_dev_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_watch_directional_flick_despawn_time_fast_dev_nodes +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_watch_directional_flick_despawn_time_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_watch_directional_flick_despawn_time_fast_nodes +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_watch_directional_flick_despawn_time_fast_optimized_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_watch_directional_flick_despawn_time_standard_dev_nodes +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_watch_directional_flick_despawn_time_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_watch_directional_flick_despawn_time_standard_nodes +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_watch_directional_flick_despawn_time_standard_optimized_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_watch_directional_flick_preprocess_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_watch_directional_flick_preprocess_dev_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_watch_directional_flick_preprocess_fast_dev_nodes +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_watch_directional_flick_preprocess_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_watch_directional_flick_preprocess_fast_nodes +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_watch_directional_flick_preprocess_fast_optimized_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_watch_directional_flick_preprocess_standard_dev_nodes +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_watch_directional_flick_preprocess_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_watch_directional_flick_preprocess_standard_nodes +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_watch_directional_flick_preprocess_standard_optimized_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_watch_directional_flick_spawn_time_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_watch_directional_flick_spawn_time_dev_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_watch_directional_flick_spawn_time_fast_dev_nodes +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_watch_directional_flick_spawn_time_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_watch_directional_flick_spawn_time_fast_nodes +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_watch_directional_flick_spawn_time_fast_optimized_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_watch_directional_flick_spawn_time_standard_dev_nodes +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_watch_directional_flick_spawn_time_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_watch_directional_flick_spawn_time_standard_nodes +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_watch_directional_flick_spawn_time_standard_optimized_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_watch_directional_flick_terminate_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_watch_directional_flick_terminate_dev_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_watch_directional_flick_terminate_fast_dev_nodes +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_watch_directional_flick_terminate_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_watch_directional_flick_terminate_fast_nodes +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_watch_directional_flick_terminate_fast_optimized_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_watch_directional_flick_terminate_standard_dev_nodes +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_watch_directional_flick_terminate_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_watch_directional_flick_terminate_standard_nodes +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_watch_directional_flick_terminate_standard_optimized_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_watch_directional_flick_update_parallel_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_watch_directional_flick_update_parallel_dev_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_watch_directional_flick_update_parallel_fast_dev_nodes +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_watch_directional_flick_update_parallel_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_watch_directional_flick_update_parallel_fast_nodes +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_watch_directional_flick_update_parallel_fast_optimized_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_watch_directional_flick_update_parallel_standard_dev_nodes +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_watch_directional_flick_update_parallel_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_watch_directional_flick_update_parallel_standard_nodes +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_watch_directional_flick_update_parallel_standard_optimized_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_watch_flick_despawn_time_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_watch_flick_despawn_time_dev_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_watch_flick_despawn_time_fast_dev_nodes +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_watch_flick_despawn_time_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_watch_flick_despawn_time_fast_nodes +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_watch_flick_despawn_time_fast_optimized_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_watch_flick_despawn_time_standard_dev_nodes +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_watch_flick_despawn_time_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_watch_flick_despawn_time_standard_nodes +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_watch_flick_despawn_time_standard_optimized_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_watch_flick_preprocess_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_watch_flick_preprocess_dev_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_watch_flick_preprocess_fast_dev_nodes +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_watch_flick_preprocess_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_watch_flick_preprocess_fast_nodes +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_watch_flick_preprocess_fast_optimized_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_watch_flick_preprocess_standard_dev_nodes +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_watch_flick_preprocess_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_watch_flick_preprocess_standard_nodes +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_watch_flick_preprocess_standard_optimized_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_watch_flick_spawn_time_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_watch_flick_spawn_time_dev_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_watch_flick_spawn_time_fast_dev_nodes +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_watch_flick_spawn_time_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_watch_flick_spawn_time_fast_nodes +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_watch_flick_spawn_time_fast_optimized_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_watch_flick_spawn_time_standard_dev_nodes +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_watch_flick_spawn_time_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_watch_flick_spawn_time_standard_nodes +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_watch_flick_spawn_time_standard_optimized_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_watch_flick_terminate_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_watch_flick_terminate_dev_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_watch_flick_terminate_fast_dev_nodes +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_watch_flick_terminate_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_watch_flick_terminate_fast_nodes +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_watch_flick_terminate_fast_optimized_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_watch_flick_terminate_standard_dev_nodes +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_watch_flick_terminate_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_watch_flick_terminate_standard_nodes +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_watch_flick_terminate_standard_optimized_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_watch_flick_update_parallel_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_watch_flick_update_parallel_dev_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_watch_flick_update_parallel_fast_dev_nodes +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_watch_flick_update_parallel_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_watch_flick_update_parallel_fast_nodes +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_watch_flick_update_parallel_fast_optimized_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_watch_flick_update_parallel_standard_dev_nodes +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_watch_flick_update_parallel_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_watch_flick_update_parallel_standard_nodes +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_watch_flick_update_parallel_standard_optimized_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_watch_global_update_spawn_fast_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_watch_global_update_spawn_fast_dev_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_watch_global_update_spawn_fast_dev_nodes +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_watch_global_update_spawn_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_watch_global_update_spawn_fast_nodes +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_watch_global_update_spawn_fast_optimized_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_watch_global_update_spawn_standard_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_watch_global_update_spawn_standard_dev_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_watch_global_update_spawn_standard_dev_nodes +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_watch_global_update_spawn_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_watch_global_update_spawn_standard_nodes +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_watch_global_update_spawn_standard_optimized_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_watch_hold_anchor_despawn_time_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_watch_hold_anchor_despawn_time_dev_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_watch_hold_anchor_despawn_time_fast_dev_nodes +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_watch_hold_anchor_despawn_time_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_watch_hold_anchor_despawn_time_fast_nodes +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_watch_hold_anchor_despawn_time_fast_optimized_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_watch_hold_anchor_despawn_time_standard_dev_nodes +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_watch_hold_anchor_despawn_time_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_watch_hold_anchor_despawn_time_standard_nodes +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_watch_hold_anchor_despawn_time_standard_optimized_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_watch_hold_anchor_preprocess_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_watch_hold_anchor_preprocess_dev_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_watch_hold_anchor_preprocess_fast_dev_nodes +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_watch_hold_anchor_preprocess_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_watch_hold_anchor_preprocess_fast_nodes +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_watch_hold_anchor_preprocess_fast_optimized_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_watch_hold_anchor_preprocess_standard_dev_nodes +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_watch_hold_anchor_preprocess_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_watch_hold_anchor_preprocess_standard_nodes +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_watch_hold_anchor_preprocess_standard_optimized_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_watch_hold_anchor_spawn_time_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_watch_hold_anchor_spawn_time_dev_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_watch_hold_anchor_spawn_time_fast_dev_nodes +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_watch_hold_anchor_spawn_time_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_watch_hold_anchor_spawn_time_fast_nodes +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_watch_hold_anchor_spawn_time_fast_optimized_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_watch_hold_anchor_spawn_time_standard_dev_nodes +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_watch_hold_anchor_spawn_time_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_watch_hold_anchor_spawn_time_standard_nodes +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_watch_hold_anchor_spawn_time_standard_optimized_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_watch_hold_anchor_terminate_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_watch_hold_anchor_terminate_dev_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_watch_hold_anchor_terminate_fast_dev_nodes +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_watch_hold_anchor_terminate_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_watch_hold_anchor_terminate_fast_nodes +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_watch_hold_anchor_terminate_fast_optimized_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_watch_hold_anchor_terminate_standard_dev_nodes +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_watch_hold_anchor_terminate_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_watch_hold_anchor_terminate_standard_nodes +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_watch_hold_anchor_terminate_standard_optimized_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_watch_hold_anchor_update_parallel_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_watch_hold_anchor_update_parallel_dev_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_watch_hold_anchor_update_parallel_fast_dev_nodes +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_watch_hold_anchor_update_parallel_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_watch_hold_anchor_update_parallel_fast_nodes +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_watch_hold_anchor_update_parallel_fast_optimized_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_watch_hold_anchor_update_parallel_standard_dev_nodes +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_watch_hold_anchor_update_parallel_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_watch_hold_anchor_update_parallel_standard_nodes +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_watch_hold_anchor_update_parallel_standard_optimized_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_watch_hold_end_despawn_time_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_watch_hold_end_despawn_time_dev_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_watch_hold_end_despawn_time_fast_dev_nodes +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_watch_hold_end_despawn_time_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_watch_hold_end_despawn_time_fast_nodes +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_watch_hold_end_despawn_time_fast_optimized_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_watch_hold_end_despawn_time_standard_dev_nodes +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_watch_hold_end_despawn_time_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_watch_hold_end_despawn_time_standard_nodes +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_watch_hold_end_despawn_time_standard_optimized_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_watch_hold_end_preprocess_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_watch_hold_end_preprocess_dev_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_watch_hold_end_preprocess_fast_dev_nodes +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_watch_hold_end_preprocess_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_watch_hold_end_preprocess_fast_nodes +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_watch_hold_end_preprocess_fast_optimized_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_watch_hold_end_preprocess_standard_dev_nodes +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_watch_hold_end_preprocess_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_watch_hold_end_preprocess_standard_nodes +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_watch_hold_end_preprocess_standard_optimized_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_watch_hold_end_spawn_time_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_watch_hold_end_spawn_time_dev_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_watch_hold_end_spawn_time_fast_dev_nodes +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_watch_hold_end_spawn_time_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_watch_hold_end_spawn_time_fast_nodes +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_watch_hold_end_spawn_time_fast_optimized_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_watch_hold_end_spawn_time_standard_dev_nodes +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_watch_hold_end_spawn_time_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_watch_hold_end_spawn_time_standard_nodes +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_watch_hold_end_spawn_time_standard_optimized_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_watch_hold_end_terminate_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_watch_hold_end_terminate_dev_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_watch_hold_end_terminate_fast_dev_nodes +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_watch_hold_end_terminate_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_watch_hold_end_terminate_fast_nodes +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_watch_hold_end_terminate_fast_optimized_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_watch_hold_end_terminate_standard_dev_nodes +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_watch_hold_end_terminate_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_watch_hold_end_terminate_standard_nodes +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_watch_hold_end_terminate_standard_optimized_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_watch_hold_end_update_parallel_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_watch_hold_end_update_parallel_dev_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_watch_hold_end_update_parallel_fast_dev_nodes +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_watch_hold_end_update_parallel_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_watch_hold_end_update_parallel_fast_nodes +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_watch_hold_end_update_parallel_fast_optimized_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_watch_hold_end_update_parallel_standard_dev_nodes +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_watch_hold_end_update_parallel_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_watch_hold_end_update_parallel_standard_nodes +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_watch_hold_end_update_parallel_standard_optimized_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_watch_hold_head_despawn_time_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_watch_hold_head_despawn_time_dev_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_watch_hold_head_despawn_time_fast_dev_nodes +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_watch_hold_head_despawn_time_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_watch_hold_head_despawn_time_fast_nodes +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_watch_hold_head_despawn_time_fast_optimized_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_watch_hold_head_despawn_time_standard_dev_nodes +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_watch_hold_head_despawn_time_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_watch_hold_head_despawn_time_standard_nodes +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_watch_hold_head_despawn_time_standard_optimized_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_watch_hold_head_preprocess_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_watch_hold_head_preprocess_dev_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_watch_hold_head_preprocess_fast_dev_nodes +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_watch_hold_head_preprocess_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_watch_hold_head_preprocess_fast_nodes +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_watch_hold_head_preprocess_fast_optimized_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_watch_hold_head_preprocess_standard_dev_nodes +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_watch_hold_head_preprocess_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_watch_hold_head_preprocess_standard_nodes +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_watch_hold_head_preprocess_standard_optimized_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_watch_hold_head_spawn_time_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_watch_hold_head_spawn_time_dev_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_watch_hold_head_spawn_time_fast_dev_nodes +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_watch_hold_head_spawn_time_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_watch_hold_head_spawn_time_fast_nodes +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_watch_hold_head_spawn_time_fast_optimized_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_watch_hold_head_spawn_time_standard_dev_nodes +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_watch_hold_head_spawn_time_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_watch_hold_head_spawn_time_standard_nodes +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_watch_hold_head_spawn_time_standard_optimized_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_watch_hold_head_terminate_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_watch_hold_head_terminate_dev_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_watch_hold_head_terminate_fast_dev_nodes +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_watch_hold_head_terminate_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_watch_hold_head_terminate_fast_nodes +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_watch_hold_head_terminate_fast_optimized_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_watch_hold_head_terminate_standard_dev_nodes +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_watch_hold_head_terminate_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_watch_hold_head_terminate_standard_nodes +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_watch_hold_head_terminate_standard_optimized_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_watch_hold_head_update_parallel_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_watch_hold_head_update_parallel_dev_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_watch_hold_head_update_parallel_fast_dev_nodes +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_watch_hold_head_update_parallel_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_watch_hold_head_update_parallel_fast_nodes +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_watch_hold_head_update_parallel_fast_optimized_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_watch_hold_head_update_parallel_standard_dev_nodes +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_watch_hold_head_update_parallel_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_watch_hold_head_update_parallel_standard_nodes +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_watch_hold_head_update_parallel_standard_optimized_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_watch_hold_tick_despawn_time_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_watch_hold_tick_despawn_time_dev_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_watch_hold_tick_despawn_time_fast_dev_nodes +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_watch_hold_tick_despawn_time_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_watch_hold_tick_despawn_time_fast_nodes +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_watch_hold_tick_despawn_time_fast_optimized_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_watch_hold_tick_despawn_time_standard_dev_nodes +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_watch_hold_tick_despawn_time_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_watch_hold_tick_despawn_time_standard_nodes +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_watch_hold_tick_despawn_time_standard_optimized_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_watch_hold_tick_preprocess_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_watch_hold_tick_preprocess_dev_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_watch_hold_tick_preprocess_fast_dev_nodes +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_watch_hold_tick_preprocess_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_watch_hold_tick_preprocess_fast_nodes +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_watch_hold_tick_preprocess_fast_optimized_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_watch_hold_tick_preprocess_standard_dev_nodes +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_watch_hold_tick_preprocess_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_watch_hold_tick_preprocess_standard_nodes +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_watch_hold_tick_preprocess_standard_optimized_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_watch_hold_tick_spawn_time_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_watch_hold_tick_spawn_time_dev_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_watch_hold_tick_spawn_time_fast_dev_nodes +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_watch_hold_tick_spawn_time_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_watch_hold_tick_spawn_time_fast_nodes +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_watch_hold_tick_spawn_time_fast_optimized_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_watch_hold_tick_spawn_time_standard_dev_nodes +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_watch_hold_tick_spawn_time_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_watch_hold_tick_spawn_time_standard_nodes +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_watch_hold_tick_spawn_time_standard_optimized_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_watch_hold_tick_terminate_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_watch_hold_tick_terminate_dev_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_watch_hold_tick_terminate_fast_dev_nodes +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_watch_hold_tick_terminate_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_watch_hold_tick_terminate_fast_nodes +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_watch_hold_tick_terminate_fast_optimized_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_watch_hold_tick_terminate_standard_dev_nodes +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_watch_hold_tick_terminate_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_watch_hold_tick_terminate_standard_nodes +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_watch_hold_tick_terminate_standard_optimized_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_watch_hold_tick_update_parallel_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_watch_hold_tick_update_parallel_dev_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_watch_hold_tick_update_parallel_fast_dev_nodes +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_watch_hold_tick_update_parallel_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_watch_hold_tick_update_parallel_fast_nodes +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_watch_hold_tick_update_parallel_fast_optimized_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_watch_hold_tick_update_parallel_standard_dev_nodes +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_watch_hold_tick_update_parallel_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_watch_hold_tick_update_parallel_standard_nodes +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_watch_hold_tick_update_parallel_standard_optimized_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_watch_tap_despawn_time_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_watch_tap_despawn_time_dev_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_watch_tap_despawn_time_fast_dev_nodes +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_watch_tap_despawn_time_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_watch_tap_despawn_time_fast_nodes +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_watch_tap_despawn_time_fast_optimized_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_watch_tap_despawn_time_standard_dev_nodes +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_watch_tap_despawn_time_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_watch_tap_despawn_time_standard_nodes +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_watch_tap_despawn_time_standard_optimized_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_watch_tap_preprocess_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_watch_tap_preprocess_dev_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_watch_tap_preprocess_fast_dev_nodes +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_watch_tap_preprocess_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_watch_tap_preprocess_fast_nodes +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_watch_tap_preprocess_fast_optimized_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_watch_tap_preprocess_standard_dev_nodes +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_watch_tap_preprocess_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_watch_tap_preprocess_standard_nodes +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_watch_tap_preprocess_standard_optimized_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_watch_tap_spawn_time_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_watch_tap_spawn_time_dev_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_watch_tap_spawn_time_fast_dev_nodes +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_watch_tap_spawn_time_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_watch_tap_spawn_time_fast_nodes +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_watch_tap_spawn_time_fast_optimized_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_watch_tap_spawn_time_standard_dev_nodes +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_watch_tap_spawn_time_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_watch_tap_spawn_time_standard_nodes +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_watch_tap_spawn_time_standard_optimized_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_watch_tap_terminate_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_watch_tap_terminate_dev_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_watch_tap_terminate_fast_dev_nodes +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_watch_tap_terminate_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_watch_tap_terminate_fast_nodes +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_watch_tap_terminate_fast_optimized_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_watch_tap_terminate_standard_dev_nodes +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_watch_tap_terminate_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_watch_tap_terminate_standard_nodes +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_watch_tap_terminate_standard_optimized_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_watch_tap_update_parallel_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_watch_tap_update_parallel_dev_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_watch_tap_update_parallel_fast_dev_nodes +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_watch_tap_update_parallel_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_watch_tap_update_parallel_fast_nodes +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_watch_tap_update_parallel_fast_optimized_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_watch_tap_update_parallel_standard_dev_nodes +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_watch_tap_update_parallel_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_watch_tap_update_parallel_standard_nodes +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_watch_tap_update_parallel_standard_optimized_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_watch_watch_hold_connector_despawn_time_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_watch_watch_hold_connector_despawn_time_dev_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_watch_watch_hold_connector_despawn_time_fast_dev_nodes +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_watch_watch_hold_connector_despawn_time_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_watch_watch_hold_connector_despawn_time_fast_nodes +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_watch_watch_hold_connector_despawn_time_fast_optimized_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_watch_watch_hold_connector_despawn_time_standard_dev_nodes +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_watch_watch_hold_connector_despawn_time_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_watch_watch_hold_connector_despawn_time_standard_nodes +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_watch_watch_hold_connector_despawn_time_standard_optimized_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_watch_watch_hold_connector_spawn_time_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_watch_watch_hold_connector_spawn_time_dev_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_watch_watch_hold_connector_spawn_time_fast_dev_nodes +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_watch_watch_hold_connector_spawn_time_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_watch_watch_hold_connector_spawn_time_fast_nodes +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_watch_watch_hold_connector_spawn_time_fast_optimized_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_watch_watch_hold_connector_spawn_time_standard_dev_nodes +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_watch_watch_hold_connector_spawn_time_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_watch_watch_hold_connector_spawn_time_standard_nodes +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_watch_watch_hold_connector_spawn_time_standard_optimized_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_watch_watch_hold_connector_update_parallel_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_watch_watch_hold_connector_update_parallel_dev_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_watch_watch_hold_connector_update_parallel_fast_dev_nodes +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_watch_watch_hold_connector_update_parallel_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_watch_watch_hold_connector_update_parallel_fast_nodes +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_watch_watch_hold_connector_update_parallel_fast_optimized_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_watch_watch_hold_connector_update_parallel_standard_dev_nodes +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_watch_watch_hold_connector_update_parallel_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_watch_watch_hold_connector_update_parallel_standard_nodes +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_watch_watch_hold_connector_update_parallel_standard_optimized_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_watch_watch_hold_connector_update_sequential_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_watch_watch_hold_connector_update_sequential_dev_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_watch_watch_hold_connector_update_sequential_fast_dev_nodes +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_watch_watch_hold_connector_update_sequential_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_watch_watch_hold_connector_update_sequential_fast_nodes +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_watch_watch_hold_connector_update_sequential_fast_optimized_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_watch_watch_hold_connector_update_sequential_standard_dev_nodes +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_watch_watch_hold_connector_update_sequential_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_watch_watch_hold_connector_update_sequential_standard_nodes +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_watch_watch_hold_connector_update_sequential_standard_optimized_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_watch_watch_hold_manager_despawn_time_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_watch_watch_hold_manager_despawn_time_dev_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_watch_watch_hold_manager_despawn_time_fast_dev_nodes +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_watch_watch_hold_manager_despawn_time_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_watch_watch_hold_manager_despawn_time_fast_nodes +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_watch_watch_hold_manager_despawn_time_fast_optimized_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_watch_watch_hold_manager_despawn_time_standard_dev_nodes +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_watch_watch_hold_manager_despawn_time_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_watch_watch_hold_manager_despawn_time_standard_nodes +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_watch_watch_hold_manager_despawn_time_standard_optimized_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_watch_watch_hold_manager_spawn_time_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_watch_watch_hold_manager_spawn_time_dev_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_watch_watch_hold_manager_spawn_time_fast_dev_nodes +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_watch_watch_hold_manager_spawn_time_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_watch_watch_hold_manager_spawn_time_fast_nodes +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_watch_watch_hold_manager_spawn_time_fast_optimized_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_watch_watch_hold_manager_spawn_time_standard_dev_nodes +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_watch_watch_hold_manager_spawn_time_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_watch_watch_hold_manager_spawn_time_standard_nodes +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_watch_watch_hold_manager_spawn_time_standard_optimized_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_watch_watch_hold_manager_terminate_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_watch_watch_hold_manager_terminate_dev_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_watch_watch_hold_manager_terminate_fast_dev_nodes +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_watch_watch_hold_manager_terminate_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_watch_watch_hold_manager_terminate_fast_nodes +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_watch_watch_hold_manager_terminate_fast_optimized_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_watch_watch_hold_manager_terminate_standard_dev_nodes +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_watch_watch_hold_manager_terminate_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_watch_watch_hold_manager_terminate_standard_nodes +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_watch_watch_hold_manager_terminate_standard_optimized_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_watch_watch_hold_manager_update_parallel_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_watch_watch_hold_manager_update_parallel_dev_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_watch_watch_hold_manager_update_parallel_fast_dev_nodes +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_watch_watch_hold_manager_update_parallel_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_watch_watch_hold_manager_update_parallel_fast_nodes +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_watch_watch_hold_manager_update_parallel_fast_optimized_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_watch_watch_hold_manager_update_parallel_standard_dev_nodes +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_watch_watch_hold_manager_update_parallel_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_watch_watch_hold_manager_update_parallel_standard_nodes +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_watch_watch_hold_manager_update_parallel_standard_optimized_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_watch_watch_note_despawn_time_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_watch_watch_note_despawn_time_fast_nodes +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_watch_watch_note_despawn_time_fast_optimized_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_watch_watch_note_despawn_time_standard_nodes +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_watch_watch_note_despawn_time_standard_optimized_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_watch_watch_note_preprocess_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_watch_watch_note_preprocess_fast_nodes +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_watch_watch_note_preprocess_fast_optimized_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_watch_watch_note_preprocess_standard_nodes +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_watch_watch_note_preprocess_standard_optimized_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_watch_watch_note_spawn_time_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_watch_watch_note_spawn_time_fast_nodes +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_watch_watch_note_spawn_time_fast_optimized_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_watch_watch_note_spawn_time_standard_nodes +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_watch_watch_note_spawn_time_standard_optimized_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_watch_watch_note_terminate_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_watch_watch_note_terminate_fast_nodes +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_watch_watch_note_terminate_fast_optimized_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_watch_watch_note_terminate_standard_nodes +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_watch_watch_note_terminate_standard_optimized_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_watch_watch_note_update_parallel_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_watch_watch_note_update_parallel_fast_nodes +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_watch_watch_note_update_parallel_fast_optimized_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_watch_watch_note_update_parallel_standard_nodes +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_watch_watch_note_update_parallel_standard_optimized_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_watch_watch_scheduled_lane_effect_despawn_time_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_watch_watch_scheduled_lane_effect_despawn_time_dev_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_watch_watch_scheduled_lane_effect_despawn_time_fast_dev_nodes +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_watch_watch_scheduled_lane_effect_despawn_time_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_watch_watch_scheduled_lane_effect_despawn_time_fast_nodes +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_watch_watch_scheduled_lane_effect_despawn_time_fast_optimized_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_watch_watch_scheduled_lane_effect_despawn_time_standard_dev_nodes +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_watch_watch_scheduled_lane_effect_despawn_time_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_watch_watch_scheduled_lane_effect_despawn_time_standard_nodes +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_watch_watch_scheduled_lane_effect_despawn_time_standard_optimized_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_watch_watch_scheduled_lane_effect_spawn_time_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_watch_watch_scheduled_lane_effect_spawn_time_dev_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_watch_watch_scheduled_lane_effect_spawn_time_fast_dev_nodes +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_watch_watch_scheduled_lane_effect_spawn_time_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_watch_watch_scheduled_lane_effect_spawn_time_fast_nodes +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_watch_watch_scheduled_lane_effect_spawn_time_fast_optimized_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_watch_watch_scheduled_lane_effect_spawn_time_standard_dev_nodes +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_watch_watch_scheduled_lane_effect_spawn_time_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_watch_watch_scheduled_lane_effect_spawn_time_standard_nodes +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_watch_watch_scheduled_lane_effect_spawn_time_standard_optimized_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_watch_watch_scheduled_lane_effect_update_parallel_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_watch_watch_scheduled_lane_effect_update_parallel_dev_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_watch_watch_scheduled_lane_effect_update_parallel_fast_dev_nodes +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_watch_watch_scheduled_lane_effect_update_parallel_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_watch_watch_scheduled_lane_effect_update_parallel_fast_nodes +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_watch_watch_scheduled_lane_effect_update_parallel_fast_optimized_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_watch_watch_scheduled_lane_effect_update_parallel_standard_dev_nodes +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_watch_watch_scheduled_lane_effect_update_parallel_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_watch_watch_scheduled_lane_effect_update_parallel_standard_nodes +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_watch_watch_scheduled_lane_effect_update_parallel_standard_optimized_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_watch_watch_sim_line_despawn_time_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_watch_watch_sim_line_despawn_time_dev_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_watch_watch_sim_line_despawn_time_fast_dev_nodes +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_watch_watch_sim_line_despawn_time_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_watch_watch_sim_line_despawn_time_fast_nodes +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_watch_watch_sim_line_despawn_time_fast_optimized_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_watch_watch_sim_line_despawn_time_standard_dev_nodes +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_watch_watch_sim_line_despawn_time_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_watch_watch_sim_line_despawn_time_standard_nodes +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_watch_watch_sim_line_despawn_time_standard_optimized_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_watch_watch_sim_line_spawn_time_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_watch_watch_sim_line_spawn_time_dev_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_watch_watch_sim_line_spawn_time_fast_dev_nodes +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_watch_watch_sim_line_spawn_time_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_watch_watch_sim_line_spawn_time_fast_nodes +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_watch_watch_sim_line_spawn_time_fast_optimized_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_watch_watch_sim_line_spawn_time_standard_dev_nodes +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_watch_watch_sim_line_spawn_time_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_watch_watch_sim_line_spawn_time_standard_nodes +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_watch_watch_sim_line_spawn_time_standard_optimized_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_watch_watch_sim_line_update_parallel_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_watch_watch_sim_line_update_parallel_dev_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_watch_watch_sim_line_update_parallel_fast_dev_nodes +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_watch_watch_sim_line_update_parallel_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_watch_watch_sim_line_update_parallel_fast_nodes +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_watch_watch_sim_line_update_parallel_fast_optimized_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_watch_watch_sim_line_update_parallel_standard_dev_nodes +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_watch_watch_sim_line_update_parallel_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_watch_watch_sim_line_update_parallel_standard_nodes +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_watch_watch_sim_line_update_parallel_standard_optimized_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_watch_watch_stage_despawn_time_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_watch_watch_stage_despawn_time_dev_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_watch_watch_stage_despawn_time_fast_dev_nodes +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_watch_watch_stage_despawn_time_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_watch_watch_stage_despawn_time_fast_nodes +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_watch_watch_stage_despawn_time_fast_optimized_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_watch_watch_stage_despawn_time_standard_dev_nodes +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_watch_watch_stage_despawn_time_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_watch_watch_stage_despawn_time_standard_nodes +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_watch_watch_stage_despawn_time_standard_optimized_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_watch_watch_stage_preprocess_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_watch_watch_stage_preprocess_dev_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_watch_watch_stage_preprocess_fast_dev_nodes +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_watch_watch_stage_preprocess_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_watch_watch_stage_preprocess_fast_nodes +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_watch_watch_stage_preprocess_fast_optimized_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_watch_watch_stage_preprocess_standard_dev_nodes +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_watch_watch_stage_preprocess_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_watch_watch_stage_preprocess_standard_nodes +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_watch_watch_stage_preprocess_standard_optimized_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_watch_watch_stage_spawn_time_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_watch_watch_stage_spawn_time_dev_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_watch_watch_stage_spawn_time_fast_dev_nodes +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_watch_watch_stage_spawn_time_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_watch_watch_stage_spawn_time_fast_nodes +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_watch_watch_stage_spawn_time_fast_optimized_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_watch_watch_stage_spawn_time_standard_dev_nodes +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_watch_watch_stage_spawn_time_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_watch_watch_stage_spawn_time_standard_nodes +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_watch_watch_stage_spawn_time_standard_optimized_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_watch_watch_stage_update_parallel_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_watch_watch_stage_update_parallel_dev_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_watch_watch_stage_update_parallel_fast_dev_nodes +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_watch_watch_stage_update_parallel_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_watch_watch_stage_update_parallel_fast_nodes +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_watch_watch_stage_update_parallel_fast_optimized_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_watch_watch_stage_update_parallel_standard_dev_nodes +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_watch_watch_stage_update_parallel_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_watch_watch_stage_update_parallel_standard_nodes +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_watch_watch_stage_update_parallel_standard_optimized_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_watch_watch_unscored_note_despawn_time_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_watch_watch_unscored_note_despawn_time_fast_nodes +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_watch_watch_unscored_note_despawn_time_fast_optimized_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_watch_watch_unscored_note_despawn_time_standard_nodes +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_watch_watch_unscored_note_despawn_time_standard_optimized_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_watch_watch_unscored_note_preprocess_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_watch_watch_unscored_note_preprocess_fast_nodes +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_watch_watch_unscored_note_preprocess_fast_optimized_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_watch_watch_unscored_note_preprocess_standard_nodes +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_watch_watch_unscored_note_preprocess_standard_optimized_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_watch_watch_unscored_note_spawn_time_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_watch_watch_unscored_note_spawn_time_fast_nodes +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_watch_watch_unscored_note_spawn_time_fast_optimized_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_watch_watch_unscored_note_spawn_time_standard_nodes +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_watch_watch_unscored_note_spawn_time_standard_optimized_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_watch_watch_unscored_note_terminate_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_watch_watch_unscored_note_terminate_fast_nodes +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_watch_watch_unscored_note_terminate_fast_optimized_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_watch_watch_unscored_note_terminate_standard_nodes +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_watch_watch_unscored_note_terminate_standard_optimized_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_watch_watch_unscored_note_update_parallel_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_watch_watch_unscored_note_update_parallel_fast_nodes +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_watch_watch_unscored_note_update_parallel_fast_optimized_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_watch_watch_unscored_note_update_parallel_standard_nodes +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/data/pydori_watch_watch_unscored_note_update_parallel_standard_optimized_cfg +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/regressions/test_project.py +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/script/__init__.py +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/script/conftest.py +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/script/test_array.py +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/script/test_array_map.py +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/script/test_array_set.py +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/script/test_assert.py +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/script/test_dict.py +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/script/test_flow.py +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/script/test_frozen_num_set.py +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/script/test_functions.py +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/script/test_generator.py +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/script/test_genexpr.py +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/script/test_helpers.py +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/script/test_interval.py +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/script/test_linked_sort.py +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/script/test_match.py +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/script/test_maybe.py +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/script/test_num.py +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/script/test_operator.py +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/script/test_quad.py +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/script/test_random.py +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/script/test_range.py +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/script/test_record.py +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/script/test_reflection.py +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/script/test_super.py +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/script/test_transform.py +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/script/test_tuple.py +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/script/test_values.py +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/script/test_var_array.py +0 -0
- {sonolus_py-0.12.1 → sonolus_py-0.12.2}/tests/script/test_vec.py +0 -0
|
@@ -1,3 +1,11 @@
|
|
|
1
|
+
### 0.12.2
|
|
2
|
+
|
|
3
|
+
- Incorrectly declared resources such as Buckets missing an [`@buckets`][sonolus.script.bucket.buckets] decorator now
|
|
4
|
+
result in a helpful error message
|
|
5
|
+
- [`Record`][sonolus.script.record.Record] classes can now subclass `ABC` or `Protocol` from the Python standard
|
|
6
|
+
library
|
|
7
|
+
- Archetypes can now subclass `ABC` or `Protocol` from the Python standard library
|
|
8
|
+
|
|
1
9
|
### 0.12.1
|
|
2
10
|
|
|
3
11
|
- Added support for the `getattr()`, `setattr()`, `hasattr()`, and `sum()` built-in functions
|
|
@@ -155,6 +155,36 @@ def default_callback() -> Any:
|
|
|
155
155
|
return 0.0
|
|
156
156
|
|
|
157
157
|
|
|
158
|
+
def check_skin(skin: Any):
|
|
159
|
+
if not hasattr(skin, "_sprites_"):
|
|
160
|
+
raise ValueError(f"Invalid skin: {skin}. Missing an @skin decorator?")
|
|
161
|
+
|
|
162
|
+
|
|
163
|
+
def check_effects(effects: Any):
|
|
164
|
+
if not hasattr(effects, "_effects_"):
|
|
165
|
+
raise ValueError(f"Invalid effects: {effects}. Missing an @effects decorator?")
|
|
166
|
+
|
|
167
|
+
|
|
168
|
+
def check_particles(particles: Any):
|
|
169
|
+
if not hasattr(particles, "_particles_"):
|
|
170
|
+
raise ValueError(f"Invalid particles: {particles}. Missing an @particles decorator?")
|
|
171
|
+
|
|
172
|
+
|
|
173
|
+
def check_buckets(buckets: Any):
|
|
174
|
+
if not hasattr(buckets, "_buckets_"):
|
|
175
|
+
raise ValueError(f"Invalid buckets: {buckets}. Missing an @buckets decorator?")
|
|
176
|
+
|
|
177
|
+
|
|
178
|
+
def check_instructions(instructions: Any):
|
|
179
|
+
if not hasattr(instructions, "_instructions_"):
|
|
180
|
+
raise ValueError(f"Invalid instructions: {instructions}. Missing an @instructions decorator?")
|
|
181
|
+
|
|
182
|
+
|
|
183
|
+
def check_instruction_icons(instruction_icons: Any):
|
|
184
|
+
if not hasattr(instruction_icons, "_instruction_icons_"):
|
|
185
|
+
raise ValueError(f"Invalid instruction icons: {instruction_icons}. Missing an @instruction_icons decorator?")
|
|
186
|
+
|
|
187
|
+
|
|
158
188
|
class PlayMode:
|
|
159
189
|
"""A play mode definition.
|
|
160
190
|
|
|
@@ -185,6 +215,11 @@ class PlayMode:
|
|
|
185
215
|
if not issubclass(archetype, PlayArchetype):
|
|
186
216
|
raise ValueError(f"archetype {archetype} is not a PlayArchetype")
|
|
187
217
|
|
|
218
|
+
check_skin(skin)
|
|
219
|
+
check_effects(effects)
|
|
220
|
+
check_particles(particles)
|
|
221
|
+
check_buckets(buckets)
|
|
222
|
+
|
|
188
223
|
|
|
189
224
|
class WatchMode:
|
|
190
225
|
"""A watch mode definition.
|
|
@@ -219,6 +254,11 @@ class WatchMode:
|
|
|
219
254
|
if not issubclass(archetype, WatchArchetype):
|
|
220
255
|
raise ValueError(f"archetype {archetype} is not a WatchArchetype")
|
|
221
256
|
|
|
257
|
+
check_skin(skin)
|
|
258
|
+
check_effects(effects)
|
|
259
|
+
check_particles(particles)
|
|
260
|
+
check_buckets(buckets)
|
|
261
|
+
|
|
222
262
|
|
|
223
263
|
class PreviewMode:
|
|
224
264
|
"""A preview mode definition.
|
|
@@ -241,6 +281,8 @@ class PreviewMode:
|
|
|
241
281
|
if not issubclass(archetype, PreviewArchetype):
|
|
242
282
|
raise ValueError(f"archetype {archetype} is not a PreviewArchetype")
|
|
243
283
|
|
|
284
|
+
check_skin(skin)
|
|
285
|
+
|
|
244
286
|
|
|
245
287
|
class TutorialMode:
|
|
246
288
|
"""A tutorial mode definition.
|
|
@@ -277,6 +319,12 @@ class TutorialMode:
|
|
|
277
319
|
self.navigate = navigate
|
|
278
320
|
self.update = update
|
|
279
321
|
|
|
322
|
+
check_skin(skin)
|
|
323
|
+
check_effects(effects)
|
|
324
|
+
check_particles(particles)
|
|
325
|
+
check_instructions(instructions)
|
|
326
|
+
check_instruction_icons(instruction_icons)
|
|
327
|
+
|
|
280
328
|
|
|
281
329
|
def empty_play_mode() -> PlayMode:
|
|
282
330
|
"""Create an empty play mode."""
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import inspect
|
|
2
|
+
from abc import ABC
|
|
2
3
|
from collections.abc import Sequence
|
|
3
4
|
from typing import Annotated
|
|
4
5
|
|
|
@@ -33,6 +34,7 @@ def get_field_specifiers(
|
|
|
33
34
|
and not callable(value)
|
|
34
35
|
and not hasattr(value, "__func__")
|
|
35
36
|
and not isinstance(value, property)
|
|
37
|
+
and not (issubclass(cls, ABC) and (hasattr(ABC, key)))
|
|
36
38
|
):
|
|
37
39
|
raise ValueError(f"Missing annotation for {cls.__name__}.{key}")
|
|
38
40
|
for skipped_key in skip:
|
|
@@ -4,7 +4,7 @@ import inspect
|
|
|
4
4
|
from abc import ABCMeta
|
|
5
5
|
from collections.abc import Iterable
|
|
6
6
|
from inspect import getmro
|
|
7
|
-
from typing import Any, ClassVar, Self, TypeVar, dataclass_transform, get_origin
|
|
7
|
+
from typing import Any, ClassVar, Protocol, Self, TypeVar, dataclass_transform, get_origin
|
|
8
8
|
|
|
9
9
|
from sonolus.backend.place import BlockPlace
|
|
10
10
|
from sonolus.script.internal.context import ctx
|
|
@@ -21,7 +21,8 @@ from sonolus.script.internal.value import BackingSource, DataValue, Value
|
|
|
21
21
|
from sonolus.script.num import Num
|
|
22
22
|
|
|
23
23
|
|
|
24
|
-
|
|
24
|
+
# Protocol metaclass is a subclass of ABCMeta, but let's make ABCMeta explicit for clarity
|
|
25
|
+
class RecordMeta(type(Protocol), ABCMeta):
|
|
25
26
|
@meta_fn
|
|
26
27
|
def __pos__[T](cls: type[T]) -> T:
|
|
27
28
|
"""Create a zero-initialized record instance."""
|
|
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
|
|
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
|
|
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
|
|
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
|