sonolus.py 0.10.3__tar.gz → 0.10.4__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.
Potentially problematic release.
This version of sonolus.py might be problematic. Click here for more details.
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/PKG-INFO +1 -1
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/docs/changelog/index.md +5 -1
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/pyproject.toml +1 -1
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/sonolus/build/dev_server.py +14 -8
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/sonolus/script/array.py +2 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/sonolus/script/containers.py +6 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/sonolus/script/debug.py +3 -4
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/sonolus/script/effect.py +2 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/sonolus/script/particle.py +2 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/sonolus/script/sprite.py +2 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/sonolus/script/stream.py +6 -1
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/uv.lock +1 -1
- sonolus_py-0.10.3/scripts/generate.py +0 -89
- sonolus_py-0.10.3/scripts/runtimes/Engine/Tutorial/Blocks.json +0 -315
- sonolus_py-0.10.3/scripts/runtimes/Functions.json +0 -3232
- sonolus_py-0.10.3/scripts/runtimes/Level/Play/Blocks.json +0 -926
- sonolus_py-0.10.3/scripts/runtimes/Level/Preview/Blocks.json +0 -347
- sonolus_py-0.10.3/scripts/runtimes/Level/Watch/Blocks.json +0 -792
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/.gitattributes +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/.github/workflows/publish.yaml +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/.gitignore +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/.python-version +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/.run/Python tests in tests.run.xml +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/LICENSE +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/README.md +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/doc_stubs/__init__.py +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/doc_stubs/builtins.pyi +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/doc_stubs/math.pyi +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/doc_stubs/num.pyi +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/doc_stubs/random.pyi +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/doc_stubs/typing.pyi +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/docs/CNAME +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/docs/concepts/builtins.md +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/docs/concepts/cli.md +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/docs/concepts/constructs.md +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/docs/concepts/index.md +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/docs/concepts/overview.md +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/docs/concepts/project.md +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/docs/concepts/resources.md +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/docs/concepts/types.md +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/docs/guides/bucket.md +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/docs/guides/coming-soon.md +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/docs/guides/effect.md +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/docs/guides/index.md +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/docs/guides/particle.md +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/docs/guides/play.md +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/docs/guides/project-structure.md +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/docs/guides/screen.md +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/docs/guides/setup.md +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/docs/guides/skin.md +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/docs/guides/ui.md +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/docs/guides/usage.md +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/docs/index.md +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/docs/reference/builtins.md +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/docs/reference/index.md +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/docs/reference/math.md +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/docs/reference/random.md +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/docs/reference/sonolus.script.archetype.md +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/docs/reference/sonolus.script.array.md +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/docs/reference/sonolus.script.array_like.md +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/docs/reference/sonolus.script.bucket.md +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/docs/reference/sonolus.script.containers.md +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/docs/reference/sonolus.script.debug.md +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/docs/reference/sonolus.script.easing.md +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/docs/reference/sonolus.script.effect.md +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/docs/reference/sonolus.script.engine.md +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/docs/reference/sonolus.script.globals.md +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/docs/reference/sonolus.script.instruction.md +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/docs/reference/sonolus.script.interval.md +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/docs/reference/sonolus.script.iterator.md +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/docs/reference/sonolus.script.level.md +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/docs/reference/sonolus.script.maybe.md +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/docs/reference/sonolus.script.metadata.md +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/docs/reference/sonolus.script.num.md +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/docs/reference/sonolus.script.options.md +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/docs/reference/sonolus.script.particle.md +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/docs/reference/sonolus.script.printing.md +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/docs/reference/sonolus.script.project.md +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/docs/reference/sonolus.script.quad.md +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/docs/reference/sonolus.script.record.md +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/docs/reference/sonolus.script.runtime.md +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/docs/reference/sonolus.script.sprite.md +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/docs/reference/sonolus.script.stream.md +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/docs/reference/sonolus.script.text.md +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/docs/reference/sonolus.script.timing.md +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/docs/reference/sonolus.script.transform.md +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/docs/reference/sonolus.script.ui.md +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/docs/reference/sonolus.script.values.md +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/docs/reference/sonolus.script.vec.md +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/docs/reference/typing.md +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/mkdocs.yml +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/sonolus/__init__.py +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/sonolus/backend/__init__.py +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/sonolus/backend/blocks.py +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/sonolus/backend/excepthook.py +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/sonolus/backend/finalize.py +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/sonolus/backend/interpret.py +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/sonolus/backend/ir.py +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/sonolus/backend/mode.py +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/sonolus/backend/node.py +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/sonolus/backend/ops.py +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/sonolus/backend/optimize/__init__.py +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/sonolus/backend/optimize/allocate.py +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/sonolus/backend/optimize/constant_evaluation.py +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/sonolus/backend/optimize/copy_coalesce.py +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/sonolus/backend/optimize/dead_code.py +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/sonolus/backend/optimize/dominance.py +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/sonolus/backend/optimize/flow.py +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/sonolus/backend/optimize/inlining.py +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/sonolus/backend/optimize/liveness.py +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/sonolus/backend/optimize/optimize.py +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/sonolus/backend/optimize/passes.py +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/sonolus/backend/optimize/simplify.py +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/sonolus/backend/optimize/ssa.py +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/sonolus/backend/place.py +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/sonolus/backend/utils.py +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/sonolus/backend/visitor.py +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/sonolus/build/__init__.py +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/sonolus/build/cli.py +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/sonolus/build/collection.py +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/sonolus/build/compile.py +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/sonolus/build/engine.py +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/sonolus/build/level.py +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/sonolus/build/node.py +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/sonolus/build/project.py +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/sonolus/py.typed +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/sonolus/script/__init__.py +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/sonolus/script/archetype.py +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/sonolus/script/array_like.py +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/sonolus/script/bucket.py +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/sonolus/script/easing.py +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/sonolus/script/engine.py +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/sonolus/script/globals.py +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/sonolus/script/instruction.py +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/sonolus/script/internal/__init__.py +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/sonolus/script/internal/builtin_impls.py +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/sonolus/script/internal/callbacks.py +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/sonolus/script/internal/constant.py +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/sonolus/script/internal/context.py +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/sonolus/script/internal/descriptor.py +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/sonolus/script/internal/dict_impl.py +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/sonolus/script/internal/error.py +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/sonolus/script/internal/generic.py +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/sonolus/script/internal/impl.py +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/sonolus/script/internal/introspection.py +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/sonolus/script/internal/math_impls.py +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/sonolus/script/internal/native.py +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/sonolus/script/internal/random.py +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/sonolus/script/internal/range.py +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/sonolus/script/internal/simulation_context.py +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/sonolus/script/internal/transient.py +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/sonolus/script/internal/tuple_impl.py +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/sonolus/script/internal/value.py +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/sonolus/script/interval.py +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/sonolus/script/iterator.py +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/sonolus/script/level.py +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/sonolus/script/maybe.py +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/sonolus/script/metadata.py +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/sonolus/script/num.py +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/sonolus/script/options.py +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/sonolus/script/pointer.py +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/sonolus/script/printing.py +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/sonolus/script/project.py +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/sonolus/script/quad.py +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/sonolus/script/record.py +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/sonolus/script/runtime.py +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/sonolus/script/text.py +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/sonolus/script/timing.py +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/sonolus/script/transform.py +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/sonolus/script/ui.py +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/sonolus/script/values.py +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/sonolus/script/vec.py +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/test_projects/pydori/__init__.py +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/test_projects/pydori/level.py +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/test_projects/pydori/lib/__init__.py +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/test_projects/pydori/lib/buckets.py +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/test_projects/pydori/lib/connector.py +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/test_projects/pydori/lib/effect.py +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/test_projects/pydori/lib/layer.py +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/test_projects/pydori/lib/layout.py +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/test_projects/pydori/lib/note.py +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/test_projects/pydori/lib/options.py +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/test_projects/pydori/lib/particle.py +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/test_projects/pydori/lib/skin.py +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/test_projects/pydori/lib/stage.py +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/test_projects/pydori/lib/streams.py +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/test_projects/pydori/lib/ui.py +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/test_projects/pydori/play/__init__.py +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/test_projects/pydori/play/connector.py +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/test_projects/pydori/play/event.py +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/test_projects/pydori/play/input.py +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/test_projects/pydori/play/mode.py +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/test_projects/pydori/play/note.py +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/test_projects/pydori/play/stage.py +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/test_projects/pydori/preview/__init__.py +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/test_projects/pydori/preview/connector.py +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/test_projects/pydori/preview/event.py +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/test_projects/pydori/preview/layout.py +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/test_projects/pydori/preview/mode.py +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/test_projects/pydori/preview/note.py +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/test_projects/pydori/preview/stage.py +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/test_projects/pydori/project.py +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/test_projects/pydori/tutorial/__init__.py +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/test_projects/pydori/tutorial/framework.py +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/test_projects/pydori/tutorial/instructions.py +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/test_projects/pydori/tutorial/intro.py +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/test_projects/pydori/tutorial/mode.py +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/test_projects/pydori/tutorial/navigate.py +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/test_projects/pydori/tutorial/painting.py +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/test_projects/pydori/tutorial/phases.py +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/test_projects/pydori/tutorial/preprocess.py +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/test_projects/pydori/tutorial/update.py +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/test_projects/pydori/watch/__init__.py +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/test_projects/pydori/watch/connector.py +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/test_projects/pydori/watch/event.py +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/test_projects/pydori/watch/mode.py +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/test_projects/pydori/watch/note.py +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/test_projects/pydori/watch/stage.py +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/test_projects/pydori/watch/update_spawn.py +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/__init__.py +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/__init__.py +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/conftest.py +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_directional_flick_initialize_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_directional_flick_initialize_dev_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_directional_flick_initialize_fast_dev_nodes +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_directional_flick_initialize_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_directional_flick_initialize_fast_nodes +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_directional_flick_initialize_fast_optimized_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_directional_flick_initialize_standard_dev_nodes +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_directional_flick_initialize_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_directional_flick_initialize_standard_nodes +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_directional_flick_initialize_standard_optimized_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_directional_flick_preprocess_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_directional_flick_preprocess_dev_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_directional_flick_preprocess_fast_dev_nodes +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_directional_flick_preprocess_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_directional_flick_preprocess_fast_nodes +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_directional_flick_preprocess_fast_optimized_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_directional_flick_preprocess_standard_dev_nodes +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_directional_flick_preprocess_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_directional_flick_preprocess_standard_nodes +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_directional_flick_preprocess_standard_optimized_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_directional_flick_should_spawn_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_directional_flick_should_spawn_dev_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_directional_flick_should_spawn_fast_dev_nodes +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_directional_flick_should_spawn_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_directional_flick_should_spawn_fast_nodes +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_directional_flick_should_spawn_fast_optimized_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_directional_flick_should_spawn_standard_dev_nodes +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_directional_flick_should_spawn_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_directional_flick_should_spawn_standard_nodes +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_directional_flick_should_spawn_standard_optimized_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_directional_flick_spawn_order_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_directional_flick_spawn_order_dev_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_directional_flick_spawn_order_fast_dev_nodes +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_directional_flick_spawn_order_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_directional_flick_spawn_order_fast_nodes +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_directional_flick_spawn_order_fast_optimized_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_directional_flick_spawn_order_standard_dev_nodes +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_directional_flick_spawn_order_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_directional_flick_spawn_order_standard_nodes +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_directional_flick_spawn_order_standard_optimized_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_directional_flick_terminate_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_directional_flick_terminate_dev_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_directional_flick_terminate_fast_dev_nodes +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_directional_flick_terminate_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_directional_flick_terminate_fast_nodes +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_directional_flick_terminate_fast_optimized_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_directional_flick_terminate_standard_dev_nodes +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_directional_flick_terminate_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_directional_flick_terminate_standard_nodes +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_directional_flick_terminate_standard_optimized_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_directional_flick_touch_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_directional_flick_touch_dev_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_directional_flick_touch_fast_dev_nodes +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_directional_flick_touch_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_directional_flick_touch_fast_nodes +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_directional_flick_touch_fast_optimized_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_directional_flick_touch_standard_dev_nodes +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_directional_flick_touch_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_directional_flick_touch_standard_nodes +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_directional_flick_touch_standard_optimized_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_directional_flick_update_parallel_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_directional_flick_update_parallel_dev_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_directional_flick_update_parallel_fast_dev_nodes +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_directional_flick_update_parallel_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_directional_flick_update_parallel_fast_nodes +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_directional_flick_update_parallel_fast_optimized_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_directional_flick_update_parallel_standard_dev_nodes +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_directional_flick_update_parallel_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_directional_flick_update_parallel_standard_nodes +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_directional_flick_update_parallel_standard_optimized_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_directional_flick_update_sequential_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_directional_flick_update_sequential_dev_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_directional_flick_update_sequential_fast_dev_nodes +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_directional_flick_update_sequential_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_directional_flick_update_sequential_fast_nodes +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_directional_flick_update_sequential_fast_optimized_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_directional_flick_update_sequential_standard_dev_nodes +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_directional_flick_update_sequential_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_directional_flick_update_sequential_standard_nodes +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_directional_flick_update_sequential_standard_optimized_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_flick_initialize_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_flick_initialize_dev_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_flick_initialize_fast_dev_nodes +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_flick_initialize_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_flick_initialize_fast_nodes +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_flick_initialize_fast_optimized_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_flick_initialize_standard_dev_nodes +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_flick_initialize_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_flick_initialize_standard_nodes +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_flick_initialize_standard_optimized_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_flick_preprocess_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_flick_preprocess_dev_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_flick_preprocess_fast_dev_nodes +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_flick_preprocess_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_flick_preprocess_fast_nodes +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_flick_preprocess_fast_optimized_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_flick_preprocess_standard_dev_nodes +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_flick_preprocess_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_flick_preprocess_standard_nodes +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_flick_preprocess_standard_optimized_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_flick_should_spawn_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_flick_should_spawn_dev_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_flick_should_spawn_fast_dev_nodes +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_flick_should_spawn_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_flick_should_spawn_fast_nodes +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_flick_should_spawn_fast_optimized_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_flick_should_spawn_standard_dev_nodes +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_flick_should_spawn_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_flick_should_spawn_standard_nodes +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_flick_should_spawn_standard_optimized_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_flick_spawn_order_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_flick_spawn_order_dev_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_flick_spawn_order_fast_dev_nodes +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_flick_spawn_order_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_flick_spawn_order_fast_nodes +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_flick_spawn_order_fast_optimized_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_flick_spawn_order_standard_dev_nodes +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_flick_spawn_order_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_flick_spawn_order_standard_nodes +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_flick_spawn_order_standard_optimized_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_flick_terminate_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_flick_terminate_dev_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_flick_terminate_fast_dev_nodes +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_flick_terminate_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_flick_terminate_fast_nodes +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_flick_terminate_fast_optimized_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_flick_terminate_standard_dev_nodes +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_flick_terminate_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_flick_terminate_standard_nodes +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_flick_terminate_standard_optimized_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_flick_touch_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_flick_touch_dev_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_flick_touch_fast_dev_nodes +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_flick_touch_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_flick_touch_fast_nodes +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_flick_touch_fast_optimized_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_flick_touch_standard_dev_nodes +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_flick_touch_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_flick_touch_standard_nodes +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_flick_touch_standard_optimized_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_flick_update_parallel_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_flick_update_parallel_dev_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_flick_update_parallel_fast_dev_nodes +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_flick_update_parallel_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_flick_update_parallel_fast_nodes +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_flick_update_parallel_fast_optimized_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_flick_update_parallel_standard_dev_nodes +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_flick_update_parallel_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_flick_update_parallel_standard_nodes +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_flick_update_parallel_standard_optimized_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_flick_update_sequential_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_flick_update_sequential_dev_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_flick_update_sequential_fast_dev_nodes +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_flick_update_sequential_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_flick_update_sequential_fast_nodes +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_flick_update_sequential_fast_optimized_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_flick_update_sequential_standard_dev_nodes +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_flick_update_sequential_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_flick_update_sequential_standard_nodes +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_flick_update_sequential_standard_optimized_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_hold_anchor_initialize_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_hold_anchor_initialize_dev_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_hold_anchor_initialize_fast_dev_nodes +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_hold_anchor_initialize_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_hold_anchor_initialize_fast_nodes +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_hold_anchor_initialize_fast_optimized_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_hold_anchor_initialize_standard_dev_nodes +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_hold_anchor_initialize_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_hold_anchor_initialize_standard_nodes +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_hold_anchor_initialize_standard_optimized_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_hold_anchor_preprocess_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_hold_anchor_preprocess_dev_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_hold_anchor_preprocess_fast_dev_nodes +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_hold_anchor_preprocess_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_hold_anchor_preprocess_fast_nodes +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_hold_anchor_preprocess_fast_optimized_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_hold_anchor_preprocess_standard_dev_nodes +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_hold_anchor_preprocess_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_hold_anchor_preprocess_standard_nodes +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_hold_anchor_preprocess_standard_optimized_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_hold_anchor_should_spawn_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_hold_anchor_should_spawn_dev_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_hold_anchor_should_spawn_fast_dev_nodes +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_hold_anchor_should_spawn_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_hold_anchor_should_spawn_fast_nodes +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_hold_anchor_should_spawn_fast_optimized_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_hold_anchor_should_spawn_standard_dev_nodes +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_hold_anchor_should_spawn_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_hold_anchor_should_spawn_standard_nodes +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_hold_anchor_should_spawn_standard_optimized_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_hold_anchor_spawn_order_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_hold_anchor_spawn_order_dev_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_hold_anchor_spawn_order_fast_dev_nodes +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_hold_anchor_spawn_order_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_hold_anchor_spawn_order_fast_nodes +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_hold_anchor_spawn_order_fast_optimized_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_hold_anchor_spawn_order_standard_dev_nodes +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_hold_anchor_spawn_order_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_hold_anchor_spawn_order_standard_nodes +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_hold_anchor_spawn_order_standard_optimized_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_hold_anchor_terminate_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_hold_anchor_terminate_dev_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_hold_anchor_terminate_fast_dev_nodes +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_hold_anchor_terminate_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_hold_anchor_terminate_fast_nodes +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_hold_anchor_terminate_fast_optimized_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_hold_anchor_terminate_standard_dev_nodes +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_hold_anchor_terminate_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_hold_anchor_terminate_standard_nodes +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_hold_anchor_terminate_standard_optimized_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_hold_anchor_touch_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_hold_anchor_touch_dev_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_hold_anchor_touch_fast_dev_nodes +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_hold_anchor_touch_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_hold_anchor_touch_fast_nodes +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_hold_anchor_touch_fast_optimized_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_hold_anchor_touch_standard_dev_nodes +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_hold_anchor_touch_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_hold_anchor_touch_standard_nodes +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_hold_anchor_touch_standard_optimized_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_hold_anchor_update_parallel_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_hold_anchor_update_parallel_dev_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_hold_anchor_update_parallel_fast_dev_nodes +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_hold_anchor_update_parallel_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_hold_anchor_update_parallel_fast_nodes +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_hold_anchor_update_parallel_fast_optimized_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_hold_anchor_update_parallel_standard_dev_nodes +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_hold_anchor_update_parallel_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_hold_anchor_update_parallel_standard_nodes +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_hold_anchor_update_parallel_standard_optimized_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_hold_anchor_update_sequential_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_hold_anchor_update_sequential_dev_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_hold_anchor_update_sequential_fast_dev_nodes +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_hold_anchor_update_sequential_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_hold_anchor_update_sequential_fast_nodes +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_hold_anchor_update_sequential_fast_optimized_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_hold_anchor_update_sequential_standard_dev_nodes +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_hold_anchor_update_sequential_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_hold_anchor_update_sequential_standard_nodes +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_hold_anchor_update_sequential_standard_optimized_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_hold_connector_should_spawn_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_hold_connector_should_spawn_dev_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_hold_connector_should_spawn_fast_dev_nodes +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_hold_connector_should_spawn_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_hold_connector_should_spawn_fast_nodes +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_hold_connector_should_spawn_fast_optimized_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_hold_connector_should_spawn_standard_dev_nodes +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_hold_connector_should_spawn_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_hold_connector_should_spawn_standard_nodes +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_hold_connector_should_spawn_standard_optimized_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_hold_connector_spawn_order_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_hold_connector_spawn_order_dev_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_hold_connector_spawn_order_fast_dev_nodes +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_hold_connector_spawn_order_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_hold_connector_spawn_order_fast_nodes +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_hold_connector_spawn_order_fast_optimized_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_hold_connector_spawn_order_standard_dev_nodes +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_hold_connector_spawn_order_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_hold_connector_spawn_order_standard_nodes +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_hold_connector_spawn_order_standard_optimized_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_hold_connector_update_parallel_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_hold_connector_update_parallel_dev_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_hold_connector_update_parallel_fast_dev_nodes +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_hold_connector_update_parallel_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_hold_connector_update_parallel_fast_nodes +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_hold_connector_update_parallel_fast_optimized_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_hold_connector_update_parallel_standard_dev_nodes +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_hold_connector_update_parallel_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_hold_connector_update_parallel_standard_nodes +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_hold_connector_update_parallel_standard_optimized_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_hold_connector_update_sequential_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_hold_connector_update_sequential_dev_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_hold_connector_update_sequential_fast_dev_nodes +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_hold_connector_update_sequential_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_hold_connector_update_sequential_fast_nodes +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_hold_connector_update_sequential_fast_optimized_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_hold_connector_update_sequential_standard_dev_nodes +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_hold_connector_update_sequential_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_hold_connector_update_sequential_standard_nodes +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_hold_connector_update_sequential_standard_optimized_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_hold_end_initialize_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_hold_end_initialize_dev_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_hold_end_initialize_fast_dev_nodes +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_hold_end_initialize_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_hold_end_initialize_fast_nodes +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_hold_end_initialize_fast_optimized_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_hold_end_initialize_standard_dev_nodes +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_hold_end_initialize_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_hold_end_initialize_standard_nodes +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_hold_end_initialize_standard_optimized_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_hold_end_preprocess_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_hold_end_preprocess_dev_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_hold_end_preprocess_fast_dev_nodes +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_hold_end_preprocess_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_hold_end_preprocess_fast_nodes +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_hold_end_preprocess_fast_optimized_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_hold_end_preprocess_standard_dev_nodes +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_hold_end_preprocess_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_hold_end_preprocess_standard_nodes +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_hold_end_preprocess_standard_optimized_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_hold_end_should_spawn_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_hold_end_should_spawn_dev_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_hold_end_should_spawn_fast_dev_nodes +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_hold_end_should_spawn_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_hold_end_should_spawn_fast_nodes +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_hold_end_should_spawn_fast_optimized_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_hold_end_should_spawn_standard_dev_nodes +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_hold_end_should_spawn_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_hold_end_should_spawn_standard_nodes +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_hold_end_should_spawn_standard_optimized_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_hold_end_spawn_order_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_hold_end_spawn_order_dev_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_hold_end_spawn_order_fast_dev_nodes +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_hold_end_spawn_order_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_hold_end_spawn_order_fast_nodes +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_hold_end_spawn_order_fast_optimized_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_hold_end_spawn_order_standard_dev_nodes +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_hold_end_spawn_order_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_hold_end_spawn_order_standard_nodes +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_hold_end_spawn_order_standard_optimized_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_hold_end_terminate_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_hold_end_terminate_dev_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_hold_end_terminate_fast_dev_nodes +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_hold_end_terminate_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_hold_end_terminate_fast_nodes +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_hold_end_terminate_fast_optimized_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_hold_end_terminate_standard_dev_nodes +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_hold_end_terminate_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_hold_end_terminate_standard_nodes +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_hold_end_terminate_standard_optimized_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_hold_end_touch_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_hold_end_touch_dev_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_hold_end_touch_fast_dev_nodes +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_hold_end_touch_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_hold_end_touch_fast_nodes +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_hold_end_touch_fast_optimized_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_hold_end_touch_standard_dev_nodes +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_hold_end_touch_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_hold_end_touch_standard_nodes +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_hold_end_touch_standard_optimized_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_hold_end_update_parallel_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_hold_end_update_parallel_dev_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_hold_end_update_parallel_fast_dev_nodes +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_hold_end_update_parallel_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_hold_end_update_parallel_fast_nodes +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_hold_end_update_parallel_fast_optimized_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_hold_end_update_parallel_standard_dev_nodes +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_hold_end_update_parallel_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_hold_end_update_parallel_standard_nodes +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_hold_end_update_parallel_standard_optimized_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_hold_end_update_sequential_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_hold_end_update_sequential_dev_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_hold_end_update_sequential_fast_dev_nodes +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_hold_end_update_sequential_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_hold_end_update_sequential_fast_nodes +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_hold_end_update_sequential_fast_optimized_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_hold_end_update_sequential_standard_dev_nodes +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_hold_end_update_sequential_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_hold_end_update_sequential_standard_nodes +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_hold_end_update_sequential_standard_optimized_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_hold_head_initialize_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_hold_head_initialize_dev_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_hold_head_initialize_fast_dev_nodes +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_hold_head_initialize_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_hold_head_initialize_fast_nodes +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_hold_head_initialize_fast_optimized_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_hold_head_initialize_standard_dev_nodes +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_hold_head_initialize_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_hold_head_initialize_standard_nodes +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_hold_head_initialize_standard_optimized_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_hold_head_preprocess_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_hold_head_preprocess_dev_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_hold_head_preprocess_fast_dev_nodes +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_hold_head_preprocess_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_hold_head_preprocess_fast_nodes +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_hold_head_preprocess_fast_optimized_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_hold_head_preprocess_standard_dev_nodes +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_hold_head_preprocess_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_hold_head_preprocess_standard_nodes +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_hold_head_preprocess_standard_optimized_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_hold_head_should_spawn_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_hold_head_should_spawn_dev_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_hold_head_should_spawn_fast_dev_nodes +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_hold_head_should_spawn_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_hold_head_should_spawn_fast_nodes +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_hold_head_should_spawn_fast_optimized_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_hold_head_should_spawn_standard_dev_nodes +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_hold_head_should_spawn_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_hold_head_should_spawn_standard_nodes +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_hold_head_should_spawn_standard_optimized_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_hold_head_spawn_order_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_hold_head_spawn_order_dev_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_hold_head_spawn_order_fast_dev_nodes +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_hold_head_spawn_order_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_hold_head_spawn_order_fast_nodes +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_hold_head_spawn_order_fast_optimized_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_hold_head_spawn_order_standard_dev_nodes +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_hold_head_spawn_order_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_hold_head_spawn_order_standard_nodes +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_hold_head_spawn_order_standard_optimized_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_hold_head_terminate_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_hold_head_terminate_dev_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_hold_head_terminate_fast_dev_nodes +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_hold_head_terminate_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_hold_head_terminate_fast_nodes +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_hold_head_terminate_fast_optimized_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_hold_head_terminate_standard_dev_nodes +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_hold_head_terminate_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_hold_head_terminate_standard_nodes +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_hold_head_terminate_standard_optimized_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_hold_head_touch_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_hold_head_touch_dev_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_hold_head_touch_fast_dev_nodes +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_hold_head_touch_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_hold_head_touch_fast_nodes +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_hold_head_touch_fast_optimized_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_hold_head_touch_standard_dev_nodes +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_hold_head_touch_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_hold_head_touch_standard_nodes +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_hold_head_touch_standard_optimized_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_hold_head_update_parallel_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_hold_head_update_parallel_dev_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_hold_head_update_parallel_fast_dev_nodes +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_hold_head_update_parallel_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_hold_head_update_parallel_fast_nodes +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_hold_head_update_parallel_fast_optimized_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_hold_head_update_parallel_standard_dev_nodes +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_hold_head_update_parallel_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_hold_head_update_parallel_standard_nodes +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_hold_head_update_parallel_standard_optimized_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_hold_head_update_sequential_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_hold_head_update_sequential_dev_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_hold_head_update_sequential_fast_dev_nodes +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_hold_head_update_sequential_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_hold_head_update_sequential_fast_nodes +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_hold_head_update_sequential_fast_optimized_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_hold_head_update_sequential_standard_dev_nodes +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_hold_head_update_sequential_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_hold_head_update_sequential_standard_nodes +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_hold_head_update_sequential_standard_optimized_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_hold_manager_touch_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_hold_manager_touch_dev_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_hold_manager_touch_fast_dev_nodes +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_hold_manager_touch_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_hold_manager_touch_fast_nodes +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_hold_manager_touch_fast_optimized_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_hold_manager_touch_standard_dev_nodes +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_hold_manager_touch_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_hold_manager_touch_standard_nodes +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_hold_manager_touch_standard_optimized_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_hold_manager_update_parallel_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_hold_manager_update_parallel_dev_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_hold_manager_update_parallel_fast_dev_nodes +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_hold_manager_update_parallel_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_hold_manager_update_parallel_fast_nodes +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_hold_manager_update_parallel_fast_optimized_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_hold_manager_update_parallel_standard_dev_nodes +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_hold_manager_update_parallel_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_hold_manager_update_parallel_standard_nodes +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_hold_manager_update_parallel_standard_optimized_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_hold_tick_initialize_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_hold_tick_initialize_dev_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_hold_tick_initialize_fast_dev_nodes +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_hold_tick_initialize_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_hold_tick_initialize_fast_nodes +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_hold_tick_initialize_fast_optimized_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_hold_tick_initialize_standard_dev_nodes +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_hold_tick_initialize_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_hold_tick_initialize_standard_nodes +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_hold_tick_initialize_standard_optimized_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_hold_tick_preprocess_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_hold_tick_preprocess_dev_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_hold_tick_preprocess_fast_dev_nodes +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_hold_tick_preprocess_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_hold_tick_preprocess_fast_nodes +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_hold_tick_preprocess_fast_optimized_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_hold_tick_preprocess_standard_dev_nodes +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_hold_tick_preprocess_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_hold_tick_preprocess_standard_nodes +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_hold_tick_preprocess_standard_optimized_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_hold_tick_should_spawn_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_hold_tick_should_spawn_dev_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_hold_tick_should_spawn_fast_dev_nodes +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_hold_tick_should_spawn_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_hold_tick_should_spawn_fast_nodes +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_hold_tick_should_spawn_fast_optimized_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_hold_tick_should_spawn_standard_dev_nodes +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_hold_tick_should_spawn_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_hold_tick_should_spawn_standard_nodes +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_hold_tick_should_spawn_standard_optimized_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_hold_tick_spawn_order_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_hold_tick_spawn_order_dev_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_hold_tick_spawn_order_fast_dev_nodes +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_hold_tick_spawn_order_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_hold_tick_spawn_order_fast_nodes +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_hold_tick_spawn_order_fast_optimized_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_hold_tick_spawn_order_standard_dev_nodes +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_hold_tick_spawn_order_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_hold_tick_spawn_order_standard_nodes +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_hold_tick_spawn_order_standard_optimized_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_hold_tick_terminate_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_hold_tick_terminate_dev_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_hold_tick_terminate_fast_dev_nodes +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_hold_tick_terminate_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_hold_tick_terminate_fast_nodes +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_hold_tick_terminate_fast_optimized_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_hold_tick_terminate_standard_dev_nodes +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_hold_tick_terminate_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_hold_tick_terminate_standard_nodes +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_hold_tick_terminate_standard_optimized_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_hold_tick_touch_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_hold_tick_touch_dev_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_hold_tick_touch_fast_dev_nodes +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_hold_tick_touch_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_hold_tick_touch_fast_nodes +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_hold_tick_touch_fast_optimized_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_hold_tick_touch_standard_dev_nodes +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_hold_tick_touch_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_hold_tick_touch_standard_nodes +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_hold_tick_touch_standard_optimized_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_hold_tick_update_parallel_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_hold_tick_update_parallel_dev_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_hold_tick_update_parallel_fast_dev_nodes +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_hold_tick_update_parallel_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_hold_tick_update_parallel_fast_nodes +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_hold_tick_update_parallel_fast_optimized_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_hold_tick_update_parallel_standard_dev_nodes +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_hold_tick_update_parallel_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_hold_tick_update_parallel_standard_nodes +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_hold_tick_update_parallel_standard_optimized_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_hold_tick_update_sequential_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_hold_tick_update_sequential_dev_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_hold_tick_update_sequential_fast_dev_nodes +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_hold_tick_update_sequential_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_hold_tick_update_sequential_fast_nodes +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_hold_tick_update_sequential_fast_optimized_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_hold_tick_update_sequential_standard_dev_nodes +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_hold_tick_update_sequential_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_hold_tick_update_sequential_standard_nodes +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_hold_tick_update_sequential_standard_optimized_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_note_initialize_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_note_initialize_fast_nodes +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_note_initialize_fast_optimized_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_note_initialize_standard_nodes +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_note_initialize_standard_optimized_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_note_preprocess_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_note_preprocess_fast_nodes +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_note_preprocess_fast_optimized_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_note_preprocess_standard_nodes +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_note_preprocess_standard_optimized_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_note_should_spawn_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_note_should_spawn_fast_nodes +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_note_should_spawn_fast_optimized_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_note_should_spawn_standard_nodes +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_note_should_spawn_standard_optimized_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_note_spawn_order_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_note_spawn_order_fast_nodes +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_note_spawn_order_fast_optimized_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_note_spawn_order_standard_nodes +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_note_spawn_order_standard_optimized_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_note_terminate_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_note_terminate_fast_nodes +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_note_terminate_fast_optimized_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_note_terminate_standard_nodes +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_note_terminate_standard_optimized_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_note_touch_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_note_touch_fast_nodes +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_note_touch_fast_optimized_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_note_touch_standard_nodes +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_note_touch_standard_optimized_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_note_update_parallel_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_note_update_parallel_fast_nodes +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_note_update_parallel_fast_optimized_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_note_update_parallel_standard_nodes +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_note_update_parallel_standard_optimized_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_note_update_sequential_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_note_update_sequential_fast_nodes +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_note_update_sequential_fast_optimized_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_note_update_sequential_standard_nodes +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_note_update_sequential_standard_optimized_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_sim_line_should_spawn_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_sim_line_should_spawn_dev_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_sim_line_should_spawn_fast_dev_nodes +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_sim_line_should_spawn_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_sim_line_should_spawn_fast_nodes +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_sim_line_should_spawn_fast_optimized_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_sim_line_should_spawn_standard_dev_nodes +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_sim_line_should_spawn_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_sim_line_should_spawn_standard_nodes +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_sim_line_should_spawn_standard_optimized_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_sim_line_spawn_order_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_sim_line_spawn_order_dev_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_sim_line_spawn_order_fast_dev_nodes +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_sim_line_spawn_order_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_sim_line_spawn_order_fast_nodes +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_sim_line_spawn_order_fast_optimized_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_sim_line_spawn_order_standard_dev_nodes +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_sim_line_spawn_order_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_sim_line_spawn_order_standard_nodes +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_sim_line_spawn_order_standard_optimized_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_sim_line_update_parallel_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_sim_line_update_parallel_dev_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_sim_line_update_parallel_fast_dev_nodes +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_sim_line_update_parallel_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_sim_line_update_parallel_fast_nodes +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_sim_line_update_parallel_fast_optimized_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_sim_line_update_parallel_standard_dev_nodes +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_sim_line_update_parallel_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_sim_line_update_parallel_standard_nodes +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_sim_line_update_parallel_standard_optimized_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_stage_preprocess_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_stage_preprocess_dev_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_stage_preprocess_fast_dev_nodes +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_stage_preprocess_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_stage_preprocess_fast_nodes +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_stage_preprocess_fast_optimized_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_stage_preprocess_standard_dev_nodes +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_stage_preprocess_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_stage_preprocess_standard_nodes +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_stage_preprocess_standard_optimized_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_stage_should_spawn_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_stage_should_spawn_dev_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_stage_should_spawn_fast_dev_nodes +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_stage_should_spawn_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_stage_should_spawn_fast_nodes +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_stage_should_spawn_fast_optimized_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_stage_should_spawn_standard_dev_nodes +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_stage_should_spawn_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_stage_should_spawn_standard_nodes +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_stage_should_spawn_standard_optimized_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_stage_spawn_order_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_stage_spawn_order_dev_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_stage_spawn_order_fast_dev_nodes +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_stage_spawn_order_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_stage_spawn_order_fast_nodes +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_stage_spawn_order_fast_optimized_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_stage_spawn_order_standard_dev_nodes +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_stage_spawn_order_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_stage_spawn_order_standard_nodes +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_stage_spawn_order_standard_optimized_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_stage_touch_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_stage_touch_dev_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_stage_touch_fast_dev_nodes +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_stage_touch_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_stage_touch_fast_nodes +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_stage_touch_fast_optimized_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_stage_touch_standard_dev_nodes +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_stage_touch_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_stage_touch_standard_nodes +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_stage_touch_standard_optimized_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_stage_update_parallel_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_stage_update_parallel_dev_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_stage_update_parallel_fast_dev_nodes +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_stage_update_parallel_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_stage_update_parallel_fast_nodes +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_stage_update_parallel_fast_optimized_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_stage_update_parallel_standard_dev_nodes +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_stage_update_parallel_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_stage_update_parallel_standard_nodes +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_stage_update_parallel_standard_optimized_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_stage_update_sequential_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_stage_update_sequential_dev_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_stage_update_sequential_fast_dev_nodes +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_stage_update_sequential_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_stage_update_sequential_fast_nodes +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_stage_update_sequential_fast_optimized_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_stage_update_sequential_standard_dev_nodes +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_stage_update_sequential_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_stage_update_sequential_standard_nodes +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_stage_update_sequential_standard_optimized_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_tap_initialize_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_tap_initialize_dev_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_tap_initialize_fast_dev_nodes +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_tap_initialize_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_tap_initialize_fast_nodes +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_tap_initialize_fast_optimized_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_tap_initialize_standard_dev_nodes +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_tap_initialize_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_tap_initialize_standard_nodes +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_tap_initialize_standard_optimized_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_tap_preprocess_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_tap_preprocess_dev_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_tap_preprocess_fast_dev_nodes +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_tap_preprocess_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_tap_preprocess_fast_nodes +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_tap_preprocess_fast_optimized_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_tap_preprocess_standard_dev_nodes +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_tap_preprocess_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_tap_preprocess_standard_nodes +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_tap_preprocess_standard_optimized_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_tap_should_spawn_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_tap_should_spawn_dev_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_tap_should_spawn_fast_dev_nodes +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_tap_should_spawn_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_tap_should_spawn_fast_nodes +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_tap_should_spawn_fast_optimized_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_tap_should_spawn_standard_dev_nodes +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_tap_should_spawn_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_tap_should_spawn_standard_nodes +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_tap_should_spawn_standard_optimized_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_tap_spawn_order_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_tap_spawn_order_dev_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_tap_spawn_order_fast_dev_nodes +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_tap_spawn_order_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_tap_spawn_order_fast_nodes +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_tap_spawn_order_fast_optimized_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_tap_spawn_order_standard_dev_nodes +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_tap_spawn_order_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_tap_spawn_order_standard_nodes +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_tap_spawn_order_standard_optimized_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_tap_terminate_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_tap_terminate_dev_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_tap_terminate_fast_dev_nodes +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_tap_terminate_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_tap_terminate_fast_nodes +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_tap_terminate_fast_optimized_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_tap_terminate_standard_dev_nodes +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_tap_terminate_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_tap_terminate_standard_nodes +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_tap_terminate_standard_optimized_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_tap_touch_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_tap_touch_dev_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_tap_touch_fast_dev_nodes +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_tap_touch_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_tap_touch_fast_nodes +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_tap_touch_fast_optimized_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_tap_touch_standard_dev_nodes +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_tap_touch_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_tap_touch_standard_nodes +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_tap_touch_standard_optimized_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_tap_update_parallel_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_tap_update_parallel_dev_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_tap_update_parallel_fast_dev_nodes +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_tap_update_parallel_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_tap_update_parallel_fast_nodes +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_tap_update_parallel_fast_optimized_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_tap_update_parallel_standard_dev_nodes +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_tap_update_parallel_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_tap_update_parallel_standard_nodes +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_tap_update_parallel_standard_optimized_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_tap_update_sequential_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_tap_update_sequential_dev_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_tap_update_sequential_fast_dev_nodes +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_tap_update_sequential_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_tap_update_sequential_fast_nodes +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_tap_update_sequential_fast_optimized_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_tap_update_sequential_standard_dev_nodes +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_tap_update_sequential_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_tap_update_sequential_standard_nodes +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_tap_update_sequential_standard_optimized_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_unscored_note_initialize_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_unscored_note_initialize_fast_nodes +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_unscored_note_initialize_fast_optimized_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_unscored_note_initialize_standard_nodes +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_unscored_note_initialize_standard_optimized_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_unscored_note_preprocess_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_unscored_note_preprocess_fast_nodes +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_unscored_note_preprocess_fast_optimized_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_unscored_note_preprocess_standard_nodes +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_unscored_note_preprocess_standard_optimized_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_unscored_note_should_spawn_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_unscored_note_should_spawn_fast_nodes +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_unscored_note_should_spawn_fast_optimized_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_unscored_note_should_spawn_standard_nodes +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_unscored_note_should_spawn_standard_optimized_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_unscored_note_spawn_order_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_unscored_note_spawn_order_fast_nodes +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_unscored_note_spawn_order_fast_optimized_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_unscored_note_spawn_order_standard_nodes +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_unscored_note_spawn_order_standard_optimized_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_unscored_note_terminate_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_unscored_note_terminate_fast_nodes +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_unscored_note_terminate_fast_optimized_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_unscored_note_terminate_standard_nodes +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_unscored_note_terminate_standard_optimized_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_unscored_note_touch_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_unscored_note_touch_fast_nodes +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_unscored_note_touch_fast_optimized_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_unscored_note_touch_standard_nodes +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_unscored_note_touch_standard_optimized_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_unscored_note_update_parallel_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_unscored_note_update_parallel_fast_nodes +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_unscored_note_update_parallel_fast_optimized_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_unscored_note_update_parallel_standard_nodes +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_unscored_note_update_parallel_standard_optimized_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_unscored_note_update_sequential_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_unscored_note_update_sequential_fast_nodes +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_unscored_note_update_sequential_fast_optimized_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_unscored_note_update_sequential_standard_nodes +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_play_unscored_note_update_sequential_standard_optimized_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_preview_directional_flick_preprocess_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_preview_directional_flick_preprocess_dev_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_preview_directional_flick_preprocess_fast_dev_nodes +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_preview_directional_flick_preprocess_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_preview_directional_flick_preprocess_fast_nodes +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_preview_directional_flick_preprocess_fast_optimized_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_preview_directional_flick_preprocess_standard_dev_nodes +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_preview_directional_flick_preprocess_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_preview_directional_flick_preprocess_standard_nodes +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_preview_directional_flick_preprocess_standard_optimized_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_preview_directional_flick_render_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_preview_directional_flick_render_dev_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_preview_directional_flick_render_fast_dev_nodes +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_preview_directional_flick_render_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_preview_directional_flick_render_fast_nodes +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_preview_directional_flick_render_fast_optimized_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_preview_directional_flick_render_standard_dev_nodes +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_preview_directional_flick_render_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_preview_directional_flick_render_standard_nodes +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_preview_directional_flick_render_standard_optimized_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_preview_flick_preprocess_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_preview_flick_preprocess_dev_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_preview_flick_preprocess_fast_dev_nodes +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_preview_flick_preprocess_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_preview_flick_preprocess_fast_nodes +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_preview_flick_preprocess_fast_optimized_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_preview_flick_preprocess_standard_dev_nodes +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_preview_flick_preprocess_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_preview_flick_preprocess_standard_nodes +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_preview_flick_preprocess_standard_optimized_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_preview_flick_render_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_preview_flick_render_dev_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_preview_flick_render_fast_dev_nodes +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_preview_flick_render_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_preview_flick_render_fast_nodes +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_preview_flick_render_fast_optimized_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_preview_flick_render_standard_dev_nodes +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_preview_flick_render_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_preview_flick_render_standard_nodes +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_preview_flick_render_standard_optimized_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_preview_hold_anchor_preprocess_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_preview_hold_anchor_preprocess_dev_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_preview_hold_anchor_preprocess_fast_dev_nodes +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_preview_hold_anchor_preprocess_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_preview_hold_anchor_preprocess_fast_nodes +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_preview_hold_anchor_preprocess_fast_optimized_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_preview_hold_anchor_preprocess_standard_dev_nodes +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_preview_hold_anchor_preprocess_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_preview_hold_anchor_preprocess_standard_nodes +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_preview_hold_anchor_preprocess_standard_optimized_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_preview_hold_anchor_render_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_preview_hold_anchor_render_dev_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_preview_hold_anchor_render_fast_dev_nodes +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_preview_hold_anchor_render_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_preview_hold_anchor_render_fast_nodes +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_preview_hold_anchor_render_fast_optimized_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_preview_hold_anchor_render_standard_dev_nodes +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_preview_hold_anchor_render_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_preview_hold_anchor_render_standard_nodes +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_preview_hold_anchor_render_standard_optimized_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_preview_hold_end_preprocess_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_preview_hold_end_preprocess_dev_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_preview_hold_end_preprocess_fast_dev_nodes +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_preview_hold_end_preprocess_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_preview_hold_end_preprocess_fast_nodes +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_preview_hold_end_preprocess_fast_optimized_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_preview_hold_end_preprocess_standard_dev_nodes +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_preview_hold_end_preprocess_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_preview_hold_end_preprocess_standard_nodes +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_preview_hold_end_preprocess_standard_optimized_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_preview_hold_end_render_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_preview_hold_end_render_dev_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_preview_hold_end_render_fast_dev_nodes +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_preview_hold_end_render_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_preview_hold_end_render_fast_nodes +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_preview_hold_end_render_fast_optimized_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_preview_hold_end_render_standard_dev_nodes +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_preview_hold_end_render_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_preview_hold_end_render_standard_nodes +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_preview_hold_end_render_standard_optimized_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_preview_hold_head_preprocess_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_preview_hold_head_preprocess_dev_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_preview_hold_head_preprocess_fast_dev_nodes +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_preview_hold_head_preprocess_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_preview_hold_head_preprocess_fast_nodes +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_preview_hold_head_preprocess_fast_optimized_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_preview_hold_head_preprocess_standard_dev_nodes +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_preview_hold_head_preprocess_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_preview_hold_head_preprocess_standard_nodes +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_preview_hold_head_preprocess_standard_optimized_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_preview_hold_head_render_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_preview_hold_head_render_dev_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_preview_hold_head_render_fast_dev_nodes +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_preview_hold_head_render_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_preview_hold_head_render_fast_nodes +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_preview_hold_head_render_fast_optimized_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_preview_hold_head_render_standard_dev_nodes +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_preview_hold_head_render_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_preview_hold_head_render_standard_nodes +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_preview_hold_head_render_standard_optimized_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_preview_hold_tick_preprocess_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_preview_hold_tick_preprocess_dev_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_preview_hold_tick_preprocess_fast_dev_nodes +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_preview_hold_tick_preprocess_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_preview_hold_tick_preprocess_fast_nodes +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_preview_hold_tick_preprocess_fast_optimized_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_preview_hold_tick_preprocess_standard_dev_nodes +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_preview_hold_tick_preprocess_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_preview_hold_tick_preprocess_standard_nodes +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_preview_hold_tick_preprocess_standard_optimized_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_preview_hold_tick_render_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_preview_hold_tick_render_dev_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_preview_hold_tick_render_fast_dev_nodes +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_preview_hold_tick_render_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_preview_hold_tick_render_fast_nodes +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_preview_hold_tick_render_fast_optimized_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_preview_hold_tick_render_standard_dev_nodes +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_preview_hold_tick_render_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_preview_hold_tick_render_standard_nodes +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_preview_hold_tick_render_standard_optimized_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_preview_preview_bpm_change_preprocess_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_preview_preview_bpm_change_preprocess_dev_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_preview_preview_bpm_change_preprocess_fast_dev_nodes +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_preview_preview_bpm_change_preprocess_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_preview_preview_bpm_change_preprocess_fast_nodes +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_preview_preview_bpm_change_preprocess_fast_optimized_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_preview_preview_bpm_change_preprocess_standard_dev_nodes +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_preview_preview_bpm_change_preprocess_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_preview_preview_bpm_change_preprocess_standard_nodes +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_preview_preview_bpm_change_preprocess_standard_optimized_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_preview_preview_bpm_change_render_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_preview_preview_bpm_change_render_dev_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_preview_preview_bpm_change_render_fast_dev_nodes +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_preview_preview_bpm_change_render_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_preview_preview_bpm_change_render_fast_nodes +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_preview_preview_bpm_change_render_fast_optimized_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_preview_preview_bpm_change_render_standard_dev_nodes +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_preview_preview_bpm_change_render_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_preview_preview_bpm_change_render_standard_nodes +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_preview_preview_bpm_change_render_standard_optimized_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_preview_preview_hold_connector_render_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_preview_preview_hold_connector_render_dev_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_preview_preview_hold_connector_render_fast_dev_nodes +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_preview_preview_hold_connector_render_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_preview_preview_hold_connector_render_fast_nodes +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_preview_preview_hold_connector_render_fast_optimized_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_preview_preview_hold_connector_render_standard_dev_nodes +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_preview_preview_hold_connector_render_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_preview_preview_hold_connector_render_standard_nodes +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_preview_preview_hold_connector_render_standard_optimized_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_preview_preview_note_preprocess_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_preview_preview_note_preprocess_fast_nodes +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_preview_preview_note_preprocess_fast_optimized_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_preview_preview_note_preprocess_standard_nodes +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_preview_preview_note_preprocess_standard_optimized_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_preview_preview_note_render_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_preview_preview_note_render_fast_nodes +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_preview_preview_note_render_fast_optimized_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_preview_preview_note_render_standard_nodes +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_preview_preview_note_render_standard_optimized_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_preview_preview_sim_line_render_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_preview_preview_sim_line_render_dev_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_preview_preview_sim_line_render_fast_dev_nodes +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_preview_preview_sim_line_render_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_preview_preview_sim_line_render_fast_nodes +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_preview_preview_sim_line_render_fast_optimized_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_preview_preview_sim_line_render_standard_dev_nodes +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_preview_preview_sim_line_render_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_preview_preview_sim_line_render_standard_nodes +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_preview_preview_sim_line_render_standard_optimized_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_preview_preview_stage_preprocess_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_preview_preview_stage_preprocess_dev_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_preview_preview_stage_preprocess_fast_dev_nodes +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_preview_preview_stage_preprocess_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_preview_preview_stage_preprocess_fast_nodes +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_preview_preview_stage_preprocess_fast_optimized_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_preview_preview_stage_preprocess_standard_dev_nodes +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_preview_preview_stage_preprocess_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_preview_preview_stage_preprocess_standard_nodes +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_preview_preview_stage_preprocess_standard_optimized_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_preview_preview_stage_render_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_preview_preview_stage_render_dev_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_preview_preview_stage_render_fast_dev_nodes +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_preview_preview_stage_render_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_preview_preview_stage_render_fast_nodes +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_preview_preview_stage_render_fast_optimized_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_preview_preview_stage_render_standard_dev_nodes +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_preview_preview_stage_render_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_preview_preview_stage_render_standard_nodes +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_preview_preview_stage_render_standard_optimized_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_preview_preview_timescale_change_preprocess_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_preview_preview_timescale_change_preprocess_dev_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_preview_preview_timescale_change_preprocess_fast_dev_nodes +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_preview_preview_timescale_change_preprocess_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_preview_preview_timescale_change_preprocess_fast_nodes +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_preview_preview_timescale_change_preprocess_fast_optimized_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_preview_preview_timescale_change_preprocess_standard_dev_nodes +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_preview_preview_timescale_change_preprocess_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_preview_preview_timescale_change_preprocess_standard_nodes +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_preview_preview_timescale_change_preprocess_standard_optimized_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_preview_preview_timescale_change_render_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_preview_preview_timescale_change_render_dev_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_preview_preview_timescale_change_render_fast_dev_nodes +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_preview_preview_timescale_change_render_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_preview_preview_timescale_change_render_fast_nodes +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_preview_preview_timescale_change_render_fast_optimized_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_preview_preview_timescale_change_render_standard_dev_nodes +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_preview_preview_timescale_change_render_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_preview_preview_timescale_change_render_standard_nodes +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_preview_preview_timescale_change_render_standard_optimized_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_preview_preview_unscored_note_preprocess_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_preview_preview_unscored_note_preprocess_fast_nodes +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_preview_preview_unscored_note_preprocess_fast_optimized_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_preview_preview_unscored_note_preprocess_standard_nodes +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_preview_preview_unscored_note_preprocess_standard_optimized_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_preview_preview_unscored_note_render_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_preview_preview_unscored_note_render_fast_nodes +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_preview_preview_unscored_note_render_fast_optimized_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_preview_preview_unscored_note_render_standard_nodes +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_preview_preview_unscored_note_render_standard_optimized_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_preview_tap_preprocess_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_preview_tap_preprocess_dev_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_preview_tap_preprocess_fast_dev_nodes +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_preview_tap_preprocess_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_preview_tap_preprocess_fast_nodes +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_preview_tap_preprocess_fast_optimized_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_preview_tap_preprocess_standard_dev_nodes +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_preview_tap_preprocess_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_preview_tap_preprocess_standard_nodes +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_preview_tap_preprocess_standard_optimized_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_preview_tap_render_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_preview_tap_render_dev_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_preview_tap_render_fast_dev_nodes +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_preview_tap_render_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_preview_tap_render_fast_nodes +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_preview_tap_render_fast_optimized_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_preview_tap_render_standard_dev_nodes +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_preview_tap_render_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_preview_tap_render_standard_nodes +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_preview_tap_render_standard_optimized_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_tutorial_global_navigate_fast_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_tutorial_global_navigate_fast_dev_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_tutorial_global_navigate_fast_dev_nodes +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_tutorial_global_navigate_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_tutorial_global_navigate_fast_nodes +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_tutorial_global_navigate_fast_optimized_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_tutorial_global_navigate_standard_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_tutorial_global_navigate_standard_dev_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_tutorial_global_navigate_standard_dev_nodes +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_tutorial_global_navigate_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_tutorial_global_navigate_standard_nodes +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_tutorial_global_navigate_standard_optimized_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_tutorial_global_preprocess_fast_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_tutorial_global_preprocess_fast_dev_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_tutorial_global_preprocess_fast_dev_nodes +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_tutorial_global_preprocess_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_tutorial_global_preprocess_fast_nodes +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_tutorial_global_preprocess_fast_optimized_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_tutorial_global_preprocess_standard_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_tutorial_global_preprocess_standard_dev_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_tutorial_global_preprocess_standard_dev_nodes +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_tutorial_global_preprocess_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_tutorial_global_preprocess_standard_nodes +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_tutorial_global_preprocess_standard_optimized_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_tutorial_global_update_fast_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_tutorial_global_update_fast_dev_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_tutorial_global_update_fast_dev_nodes +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_tutorial_global_update_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_tutorial_global_update_fast_nodes +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_tutorial_global_update_fast_optimized_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_tutorial_global_update_standard_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_tutorial_global_update_standard_dev_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_tutorial_global_update_standard_dev_nodes +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_tutorial_global_update_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_tutorial_global_update_standard_nodes +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_tutorial_global_update_standard_optimized_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_watch_directional_flick_despawn_time_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_watch_directional_flick_despawn_time_dev_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_watch_directional_flick_despawn_time_fast_dev_nodes +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_watch_directional_flick_despawn_time_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_watch_directional_flick_despawn_time_fast_nodes +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_watch_directional_flick_despawn_time_fast_optimized_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_watch_directional_flick_despawn_time_standard_dev_nodes +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_watch_directional_flick_despawn_time_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_watch_directional_flick_despawn_time_standard_nodes +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_watch_directional_flick_despawn_time_standard_optimized_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_watch_directional_flick_preprocess_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_watch_directional_flick_preprocess_dev_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_watch_directional_flick_preprocess_fast_dev_nodes +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_watch_directional_flick_preprocess_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_watch_directional_flick_preprocess_fast_nodes +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_watch_directional_flick_preprocess_fast_optimized_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_watch_directional_flick_preprocess_standard_dev_nodes +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_watch_directional_flick_preprocess_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_watch_directional_flick_preprocess_standard_nodes +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_watch_directional_flick_preprocess_standard_optimized_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_watch_directional_flick_spawn_time_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_watch_directional_flick_spawn_time_dev_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_watch_directional_flick_spawn_time_fast_dev_nodes +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_watch_directional_flick_spawn_time_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_watch_directional_flick_spawn_time_fast_nodes +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_watch_directional_flick_spawn_time_fast_optimized_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_watch_directional_flick_spawn_time_standard_dev_nodes +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_watch_directional_flick_spawn_time_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_watch_directional_flick_spawn_time_standard_nodes +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_watch_directional_flick_spawn_time_standard_optimized_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_watch_directional_flick_terminate_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_watch_directional_flick_terminate_dev_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_watch_directional_flick_terminate_fast_dev_nodes +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_watch_directional_flick_terminate_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_watch_directional_flick_terminate_fast_nodes +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_watch_directional_flick_terminate_fast_optimized_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_watch_directional_flick_terminate_standard_dev_nodes +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_watch_directional_flick_terminate_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_watch_directional_flick_terminate_standard_nodes +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_watch_directional_flick_terminate_standard_optimized_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_watch_directional_flick_update_parallel_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_watch_directional_flick_update_parallel_dev_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_watch_directional_flick_update_parallel_fast_dev_nodes +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_watch_directional_flick_update_parallel_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_watch_directional_flick_update_parallel_fast_nodes +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_watch_directional_flick_update_parallel_fast_optimized_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_watch_directional_flick_update_parallel_standard_dev_nodes +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_watch_directional_flick_update_parallel_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_watch_directional_flick_update_parallel_standard_nodes +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_watch_directional_flick_update_parallel_standard_optimized_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_watch_flick_despawn_time_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_watch_flick_despawn_time_dev_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_watch_flick_despawn_time_fast_dev_nodes +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_watch_flick_despawn_time_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_watch_flick_despawn_time_fast_nodes +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_watch_flick_despawn_time_fast_optimized_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_watch_flick_despawn_time_standard_dev_nodes +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_watch_flick_despawn_time_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_watch_flick_despawn_time_standard_nodes +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_watch_flick_despawn_time_standard_optimized_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_watch_flick_preprocess_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_watch_flick_preprocess_dev_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_watch_flick_preprocess_fast_dev_nodes +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_watch_flick_preprocess_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_watch_flick_preprocess_fast_nodes +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_watch_flick_preprocess_fast_optimized_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_watch_flick_preprocess_standard_dev_nodes +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_watch_flick_preprocess_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_watch_flick_preprocess_standard_nodes +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_watch_flick_preprocess_standard_optimized_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_watch_flick_spawn_time_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_watch_flick_spawn_time_dev_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_watch_flick_spawn_time_fast_dev_nodes +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_watch_flick_spawn_time_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_watch_flick_spawn_time_fast_nodes +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_watch_flick_spawn_time_fast_optimized_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_watch_flick_spawn_time_standard_dev_nodes +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_watch_flick_spawn_time_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_watch_flick_spawn_time_standard_nodes +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_watch_flick_spawn_time_standard_optimized_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_watch_flick_terminate_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_watch_flick_terminate_dev_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_watch_flick_terminate_fast_dev_nodes +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_watch_flick_terminate_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_watch_flick_terminate_fast_nodes +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_watch_flick_terminate_fast_optimized_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_watch_flick_terminate_standard_dev_nodes +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_watch_flick_terminate_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_watch_flick_terminate_standard_nodes +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_watch_flick_terminate_standard_optimized_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_watch_flick_update_parallel_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_watch_flick_update_parallel_dev_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_watch_flick_update_parallel_fast_dev_nodes +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_watch_flick_update_parallel_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_watch_flick_update_parallel_fast_nodes +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_watch_flick_update_parallel_fast_optimized_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_watch_flick_update_parallel_standard_dev_nodes +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_watch_flick_update_parallel_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_watch_flick_update_parallel_standard_nodes +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_watch_flick_update_parallel_standard_optimized_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_watch_global_update_spawn_fast_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_watch_global_update_spawn_fast_dev_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_watch_global_update_spawn_fast_dev_nodes +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_watch_global_update_spawn_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_watch_global_update_spawn_fast_nodes +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_watch_global_update_spawn_fast_optimized_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_watch_global_update_spawn_standard_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_watch_global_update_spawn_standard_dev_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_watch_global_update_spawn_standard_dev_nodes +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_watch_global_update_spawn_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_watch_global_update_spawn_standard_nodes +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_watch_global_update_spawn_standard_optimized_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_watch_hold_anchor_despawn_time_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_watch_hold_anchor_despawn_time_dev_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_watch_hold_anchor_despawn_time_fast_dev_nodes +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_watch_hold_anchor_despawn_time_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_watch_hold_anchor_despawn_time_fast_nodes +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_watch_hold_anchor_despawn_time_fast_optimized_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_watch_hold_anchor_despawn_time_standard_dev_nodes +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_watch_hold_anchor_despawn_time_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_watch_hold_anchor_despawn_time_standard_nodes +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_watch_hold_anchor_despawn_time_standard_optimized_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_watch_hold_anchor_preprocess_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_watch_hold_anchor_preprocess_dev_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_watch_hold_anchor_preprocess_fast_dev_nodes +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_watch_hold_anchor_preprocess_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_watch_hold_anchor_preprocess_fast_nodes +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_watch_hold_anchor_preprocess_fast_optimized_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_watch_hold_anchor_preprocess_standard_dev_nodes +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_watch_hold_anchor_preprocess_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_watch_hold_anchor_preprocess_standard_nodes +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_watch_hold_anchor_preprocess_standard_optimized_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_watch_hold_anchor_spawn_time_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_watch_hold_anchor_spawn_time_dev_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_watch_hold_anchor_spawn_time_fast_dev_nodes +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_watch_hold_anchor_spawn_time_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_watch_hold_anchor_spawn_time_fast_nodes +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_watch_hold_anchor_spawn_time_fast_optimized_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_watch_hold_anchor_spawn_time_standard_dev_nodes +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_watch_hold_anchor_spawn_time_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_watch_hold_anchor_spawn_time_standard_nodes +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_watch_hold_anchor_spawn_time_standard_optimized_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_watch_hold_anchor_terminate_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_watch_hold_anchor_terminate_dev_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_watch_hold_anchor_terminate_fast_dev_nodes +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_watch_hold_anchor_terminate_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_watch_hold_anchor_terminate_fast_nodes +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_watch_hold_anchor_terminate_fast_optimized_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_watch_hold_anchor_terminate_standard_dev_nodes +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_watch_hold_anchor_terminate_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_watch_hold_anchor_terminate_standard_nodes +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_watch_hold_anchor_terminate_standard_optimized_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_watch_hold_anchor_update_parallel_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_watch_hold_anchor_update_parallel_dev_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_watch_hold_anchor_update_parallel_fast_dev_nodes +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_watch_hold_anchor_update_parallel_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_watch_hold_anchor_update_parallel_fast_nodes +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_watch_hold_anchor_update_parallel_fast_optimized_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_watch_hold_anchor_update_parallel_standard_dev_nodes +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_watch_hold_anchor_update_parallel_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_watch_hold_anchor_update_parallel_standard_nodes +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_watch_hold_anchor_update_parallel_standard_optimized_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_watch_hold_end_despawn_time_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_watch_hold_end_despawn_time_dev_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_watch_hold_end_despawn_time_fast_dev_nodes +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_watch_hold_end_despawn_time_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_watch_hold_end_despawn_time_fast_nodes +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_watch_hold_end_despawn_time_fast_optimized_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_watch_hold_end_despawn_time_standard_dev_nodes +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_watch_hold_end_despawn_time_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_watch_hold_end_despawn_time_standard_nodes +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_watch_hold_end_despawn_time_standard_optimized_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_watch_hold_end_preprocess_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_watch_hold_end_preprocess_dev_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_watch_hold_end_preprocess_fast_dev_nodes +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_watch_hold_end_preprocess_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_watch_hold_end_preprocess_fast_nodes +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_watch_hold_end_preprocess_fast_optimized_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_watch_hold_end_preprocess_standard_dev_nodes +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_watch_hold_end_preprocess_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_watch_hold_end_preprocess_standard_nodes +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_watch_hold_end_preprocess_standard_optimized_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_watch_hold_end_spawn_time_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_watch_hold_end_spawn_time_dev_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_watch_hold_end_spawn_time_fast_dev_nodes +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_watch_hold_end_spawn_time_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_watch_hold_end_spawn_time_fast_nodes +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_watch_hold_end_spawn_time_fast_optimized_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_watch_hold_end_spawn_time_standard_dev_nodes +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_watch_hold_end_spawn_time_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_watch_hold_end_spawn_time_standard_nodes +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_watch_hold_end_spawn_time_standard_optimized_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_watch_hold_end_terminate_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_watch_hold_end_terminate_dev_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_watch_hold_end_terminate_fast_dev_nodes +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_watch_hold_end_terminate_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_watch_hold_end_terminate_fast_nodes +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_watch_hold_end_terminate_fast_optimized_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_watch_hold_end_terminate_standard_dev_nodes +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_watch_hold_end_terminate_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_watch_hold_end_terminate_standard_nodes +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_watch_hold_end_terminate_standard_optimized_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_watch_hold_end_update_parallel_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_watch_hold_end_update_parallel_dev_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_watch_hold_end_update_parallel_fast_dev_nodes +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_watch_hold_end_update_parallel_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_watch_hold_end_update_parallel_fast_nodes +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_watch_hold_end_update_parallel_fast_optimized_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_watch_hold_end_update_parallel_standard_dev_nodes +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_watch_hold_end_update_parallel_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_watch_hold_end_update_parallel_standard_nodes +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_watch_hold_end_update_parallel_standard_optimized_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_watch_hold_head_despawn_time_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_watch_hold_head_despawn_time_dev_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_watch_hold_head_despawn_time_fast_dev_nodes +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_watch_hold_head_despawn_time_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_watch_hold_head_despawn_time_fast_nodes +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_watch_hold_head_despawn_time_fast_optimized_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_watch_hold_head_despawn_time_standard_dev_nodes +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_watch_hold_head_despawn_time_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_watch_hold_head_despawn_time_standard_nodes +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_watch_hold_head_despawn_time_standard_optimized_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_watch_hold_head_preprocess_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_watch_hold_head_preprocess_dev_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_watch_hold_head_preprocess_fast_dev_nodes +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_watch_hold_head_preprocess_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_watch_hold_head_preprocess_fast_nodes +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_watch_hold_head_preprocess_fast_optimized_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_watch_hold_head_preprocess_standard_dev_nodes +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_watch_hold_head_preprocess_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_watch_hold_head_preprocess_standard_nodes +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_watch_hold_head_preprocess_standard_optimized_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_watch_hold_head_spawn_time_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_watch_hold_head_spawn_time_dev_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_watch_hold_head_spawn_time_fast_dev_nodes +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_watch_hold_head_spawn_time_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_watch_hold_head_spawn_time_fast_nodes +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_watch_hold_head_spawn_time_fast_optimized_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_watch_hold_head_spawn_time_standard_dev_nodes +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_watch_hold_head_spawn_time_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_watch_hold_head_spawn_time_standard_nodes +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_watch_hold_head_spawn_time_standard_optimized_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_watch_hold_head_terminate_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_watch_hold_head_terminate_dev_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_watch_hold_head_terminate_fast_dev_nodes +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_watch_hold_head_terminate_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_watch_hold_head_terminate_fast_nodes +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_watch_hold_head_terminate_fast_optimized_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_watch_hold_head_terminate_standard_dev_nodes +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_watch_hold_head_terminate_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_watch_hold_head_terminate_standard_nodes +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_watch_hold_head_terminate_standard_optimized_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_watch_hold_head_update_parallel_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_watch_hold_head_update_parallel_dev_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_watch_hold_head_update_parallel_fast_dev_nodes +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_watch_hold_head_update_parallel_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_watch_hold_head_update_parallel_fast_nodes +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_watch_hold_head_update_parallel_fast_optimized_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_watch_hold_head_update_parallel_standard_dev_nodes +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_watch_hold_head_update_parallel_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_watch_hold_head_update_parallel_standard_nodes +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_watch_hold_head_update_parallel_standard_optimized_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_watch_hold_tick_despawn_time_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_watch_hold_tick_despawn_time_dev_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_watch_hold_tick_despawn_time_fast_dev_nodes +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_watch_hold_tick_despawn_time_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_watch_hold_tick_despawn_time_fast_nodes +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_watch_hold_tick_despawn_time_fast_optimized_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_watch_hold_tick_despawn_time_standard_dev_nodes +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_watch_hold_tick_despawn_time_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_watch_hold_tick_despawn_time_standard_nodes +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_watch_hold_tick_despawn_time_standard_optimized_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_watch_hold_tick_preprocess_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_watch_hold_tick_preprocess_dev_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_watch_hold_tick_preprocess_fast_dev_nodes +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_watch_hold_tick_preprocess_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_watch_hold_tick_preprocess_fast_nodes +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_watch_hold_tick_preprocess_fast_optimized_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_watch_hold_tick_preprocess_standard_dev_nodes +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_watch_hold_tick_preprocess_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_watch_hold_tick_preprocess_standard_nodes +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_watch_hold_tick_preprocess_standard_optimized_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_watch_hold_tick_spawn_time_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_watch_hold_tick_spawn_time_dev_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_watch_hold_tick_spawn_time_fast_dev_nodes +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_watch_hold_tick_spawn_time_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_watch_hold_tick_spawn_time_fast_nodes +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_watch_hold_tick_spawn_time_fast_optimized_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_watch_hold_tick_spawn_time_standard_dev_nodes +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_watch_hold_tick_spawn_time_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_watch_hold_tick_spawn_time_standard_nodes +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_watch_hold_tick_spawn_time_standard_optimized_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_watch_hold_tick_terminate_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_watch_hold_tick_terminate_dev_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_watch_hold_tick_terminate_fast_dev_nodes +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_watch_hold_tick_terminate_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_watch_hold_tick_terminate_fast_nodes +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_watch_hold_tick_terminate_fast_optimized_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_watch_hold_tick_terminate_standard_dev_nodes +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_watch_hold_tick_terminate_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_watch_hold_tick_terminate_standard_nodes +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_watch_hold_tick_terminate_standard_optimized_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_watch_hold_tick_update_parallel_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_watch_hold_tick_update_parallel_dev_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_watch_hold_tick_update_parallel_fast_dev_nodes +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_watch_hold_tick_update_parallel_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_watch_hold_tick_update_parallel_fast_nodes +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_watch_hold_tick_update_parallel_fast_optimized_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_watch_hold_tick_update_parallel_standard_dev_nodes +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_watch_hold_tick_update_parallel_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_watch_hold_tick_update_parallel_standard_nodes +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_watch_hold_tick_update_parallel_standard_optimized_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_watch_tap_despawn_time_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_watch_tap_despawn_time_dev_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_watch_tap_despawn_time_fast_dev_nodes +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_watch_tap_despawn_time_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_watch_tap_despawn_time_fast_nodes +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_watch_tap_despawn_time_fast_optimized_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_watch_tap_despawn_time_standard_dev_nodes +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_watch_tap_despawn_time_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_watch_tap_despawn_time_standard_nodes +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_watch_tap_despawn_time_standard_optimized_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_watch_tap_preprocess_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_watch_tap_preprocess_dev_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_watch_tap_preprocess_fast_dev_nodes +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_watch_tap_preprocess_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_watch_tap_preprocess_fast_nodes +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_watch_tap_preprocess_fast_optimized_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_watch_tap_preprocess_standard_dev_nodes +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_watch_tap_preprocess_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_watch_tap_preprocess_standard_nodes +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_watch_tap_preprocess_standard_optimized_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_watch_tap_spawn_time_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_watch_tap_spawn_time_dev_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_watch_tap_spawn_time_fast_dev_nodes +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_watch_tap_spawn_time_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_watch_tap_spawn_time_fast_nodes +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_watch_tap_spawn_time_fast_optimized_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_watch_tap_spawn_time_standard_dev_nodes +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_watch_tap_spawn_time_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_watch_tap_spawn_time_standard_nodes +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_watch_tap_spawn_time_standard_optimized_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_watch_tap_terminate_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_watch_tap_terminate_dev_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_watch_tap_terminate_fast_dev_nodes +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_watch_tap_terminate_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_watch_tap_terminate_fast_nodes +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_watch_tap_terminate_fast_optimized_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_watch_tap_terminate_standard_dev_nodes +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_watch_tap_terminate_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_watch_tap_terminate_standard_nodes +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_watch_tap_terminate_standard_optimized_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_watch_tap_update_parallel_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_watch_tap_update_parallel_dev_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_watch_tap_update_parallel_fast_dev_nodes +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_watch_tap_update_parallel_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_watch_tap_update_parallel_fast_nodes +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_watch_tap_update_parallel_fast_optimized_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_watch_tap_update_parallel_standard_dev_nodes +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_watch_tap_update_parallel_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_watch_tap_update_parallel_standard_nodes +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_watch_tap_update_parallel_standard_optimized_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_watch_watch_hold_connector_despawn_time_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_watch_watch_hold_connector_despawn_time_dev_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_watch_watch_hold_connector_despawn_time_fast_dev_nodes +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_watch_watch_hold_connector_despawn_time_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_watch_watch_hold_connector_despawn_time_fast_nodes +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_watch_watch_hold_connector_despawn_time_fast_optimized_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_watch_watch_hold_connector_despawn_time_standard_dev_nodes +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_watch_watch_hold_connector_despawn_time_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_watch_watch_hold_connector_despawn_time_standard_nodes +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_watch_watch_hold_connector_despawn_time_standard_optimized_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_watch_watch_hold_connector_spawn_time_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_watch_watch_hold_connector_spawn_time_dev_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_watch_watch_hold_connector_spawn_time_fast_dev_nodes +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_watch_watch_hold_connector_spawn_time_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_watch_watch_hold_connector_spawn_time_fast_nodes +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_watch_watch_hold_connector_spawn_time_fast_optimized_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_watch_watch_hold_connector_spawn_time_standard_dev_nodes +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_watch_watch_hold_connector_spawn_time_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_watch_watch_hold_connector_spawn_time_standard_nodes +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_watch_watch_hold_connector_spawn_time_standard_optimized_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_watch_watch_hold_connector_update_parallel_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_watch_watch_hold_connector_update_parallel_dev_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_watch_watch_hold_connector_update_parallel_fast_dev_nodes +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_watch_watch_hold_connector_update_parallel_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_watch_watch_hold_connector_update_parallel_fast_nodes +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_watch_watch_hold_connector_update_parallel_fast_optimized_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_watch_watch_hold_connector_update_parallel_standard_dev_nodes +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_watch_watch_hold_connector_update_parallel_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_watch_watch_hold_connector_update_parallel_standard_nodes +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_watch_watch_hold_connector_update_parallel_standard_optimized_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_watch_watch_hold_connector_update_sequential_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_watch_watch_hold_connector_update_sequential_dev_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_watch_watch_hold_connector_update_sequential_fast_dev_nodes +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_watch_watch_hold_connector_update_sequential_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_watch_watch_hold_connector_update_sequential_fast_nodes +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_watch_watch_hold_connector_update_sequential_fast_optimized_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_watch_watch_hold_connector_update_sequential_standard_dev_nodes +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_watch_watch_hold_connector_update_sequential_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_watch_watch_hold_connector_update_sequential_standard_nodes +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_watch_watch_hold_connector_update_sequential_standard_optimized_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_watch_watch_hold_manager_despawn_time_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_watch_watch_hold_manager_despawn_time_dev_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_watch_watch_hold_manager_despawn_time_fast_dev_nodes +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_watch_watch_hold_manager_despawn_time_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_watch_watch_hold_manager_despawn_time_fast_nodes +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_watch_watch_hold_manager_despawn_time_fast_optimized_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_watch_watch_hold_manager_despawn_time_standard_dev_nodes +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_watch_watch_hold_manager_despawn_time_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_watch_watch_hold_manager_despawn_time_standard_nodes +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_watch_watch_hold_manager_despawn_time_standard_optimized_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_watch_watch_hold_manager_spawn_time_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_watch_watch_hold_manager_spawn_time_dev_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_watch_watch_hold_manager_spawn_time_fast_dev_nodes +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_watch_watch_hold_manager_spawn_time_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_watch_watch_hold_manager_spawn_time_fast_nodes +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_watch_watch_hold_manager_spawn_time_fast_optimized_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_watch_watch_hold_manager_spawn_time_standard_dev_nodes +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_watch_watch_hold_manager_spawn_time_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_watch_watch_hold_manager_spawn_time_standard_nodes +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_watch_watch_hold_manager_spawn_time_standard_optimized_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_watch_watch_hold_manager_terminate_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_watch_watch_hold_manager_terminate_dev_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_watch_watch_hold_manager_terminate_fast_dev_nodes +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_watch_watch_hold_manager_terminate_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_watch_watch_hold_manager_terminate_fast_nodes +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_watch_watch_hold_manager_terminate_fast_optimized_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_watch_watch_hold_manager_terminate_standard_dev_nodes +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_watch_watch_hold_manager_terminate_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_watch_watch_hold_manager_terminate_standard_nodes +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_watch_watch_hold_manager_terminate_standard_optimized_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_watch_watch_hold_manager_update_parallel_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_watch_watch_hold_manager_update_parallel_dev_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_watch_watch_hold_manager_update_parallel_fast_dev_nodes +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_watch_watch_hold_manager_update_parallel_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_watch_watch_hold_manager_update_parallel_fast_nodes +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_watch_watch_hold_manager_update_parallel_fast_optimized_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_watch_watch_hold_manager_update_parallel_standard_dev_nodes +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_watch_watch_hold_manager_update_parallel_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_watch_watch_hold_manager_update_parallel_standard_nodes +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_watch_watch_hold_manager_update_parallel_standard_optimized_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_watch_watch_note_despawn_time_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_watch_watch_note_despawn_time_fast_nodes +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_watch_watch_note_despawn_time_fast_optimized_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_watch_watch_note_despawn_time_standard_nodes +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_watch_watch_note_despawn_time_standard_optimized_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_watch_watch_note_preprocess_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_watch_watch_note_preprocess_fast_nodes +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_watch_watch_note_preprocess_fast_optimized_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_watch_watch_note_preprocess_standard_nodes +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_watch_watch_note_preprocess_standard_optimized_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_watch_watch_note_spawn_time_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_watch_watch_note_spawn_time_fast_nodes +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_watch_watch_note_spawn_time_fast_optimized_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_watch_watch_note_spawn_time_standard_nodes +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_watch_watch_note_spawn_time_standard_optimized_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_watch_watch_note_terminate_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_watch_watch_note_terminate_fast_nodes +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_watch_watch_note_terminate_fast_optimized_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_watch_watch_note_terminate_standard_nodes +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_watch_watch_note_terminate_standard_optimized_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_watch_watch_note_update_parallel_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_watch_watch_note_update_parallel_fast_nodes +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_watch_watch_note_update_parallel_fast_optimized_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_watch_watch_note_update_parallel_standard_nodes +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_watch_watch_note_update_parallel_standard_optimized_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_watch_watch_scheduled_lane_effect_despawn_time_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_watch_watch_scheduled_lane_effect_despawn_time_dev_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_watch_watch_scheduled_lane_effect_despawn_time_fast_dev_nodes +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_watch_watch_scheduled_lane_effect_despawn_time_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_watch_watch_scheduled_lane_effect_despawn_time_fast_nodes +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_watch_watch_scheduled_lane_effect_despawn_time_fast_optimized_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_watch_watch_scheduled_lane_effect_despawn_time_standard_dev_nodes +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_watch_watch_scheduled_lane_effect_despawn_time_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_watch_watch_scheduled_lane_effect_despawn_time_standard_nodes +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_watch_watch_scheduled_lane_effect_despawn_time_standard_optimized_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_watch_watch_scheduled_lane_effect_spawn_time_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_watch_watch_scheduled_lane_effect_spawn_time_dev_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_watch_watch_scheduled_lane_effect_spawn_time_fast_dev_nodes +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_watch_watch_scheduled_lane_effect_spawn_time_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_watch_watch_scheduled_lane_effect_spawn_time_fast_nodes +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_watch_watch_scheduled_lane_effect_spawn_time_fast_optimized_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_watch_watch_scheduled_lane_effect_spawn_time_standard_dev_nodes +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_watch_watch_scheduled_lane_effect_spawn_time_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_watch_watch_scheduled_lane_effect_spawn_time_standard_nodes +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_watch_watch_scheduled_lane_effect_spawn_time_standard_optimized_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_watch_watch_scheduled_lane_effect_update_parallel_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_watch_watch_scheduled_lane_effect_update_parallel_dev_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_watch_watch_scheduled_lane_effect_update_parallel_fast_dev_nodes +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_watch_watch_scheduled_lane_effect_update_parallel_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_watch_watch_scheduled_lane_effect_update_parallel_fast_nodes +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_watch_watch_scheduled_lane_effect_update_parallel_fast_optimized_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_watch_watch_scheduled_lane_effect_update_parallel_standard_dev_nodes +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_watch_watch_scheduled_lane_effect_update_parallel_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_watch_watch_scheduled_lane_effect_update_parallel_standard_nodes +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_watch_watch_scheduled_lane_effect_update_parallel_standard_optimized_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_watch_watch_sim_line_despawn_time_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_watch_watch_sim_line_despawn_time_dev_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_watch_watch_sim_line_despawn_time_fast_dev_nodes +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_watch_watch_sim_line_despawn_time_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_watch_watch_sim_line_despawn_time_fast_nodes +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_watch_watch_sim_line_despawn_time_fast_optimized_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_watch_watch_sim_line_despawn_time_standard_dev_nodes +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_watch_watch_sim_line_despawn_time_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_watch_watch_sim_line_despawn_time_standard_nodes +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_watch_watch_sim_line_despawn_time_standard_optimized_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_watch_watch_sim_line_spawn_time_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_watch_watch_sim_line_spawn_time_dev_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_watch_watch_sim_line_spawn_time_fast_dev_nodes +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_watch_watch_sim_line_spawn_time_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_watch_watch_sim_line_spawn_time_fast_nodes +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_watch_watch_sim_line_spawn_time_fast_optimized_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_watch_watch_sim_line_spawn_time_standard_dev_nodes +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_watch_watch_sim_line_spawn_time_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_watch_watch_sim_line_spawn_time_standard_nodes +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_watch_watch_sim_line_spawn_time_standard_optimized_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_watch_watch_sim_line_update_parallel_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_watch_watch_sim_line_update_parallel_dev_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_watch_watch_sim_line_update_parallel_fast_dev_nodes +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_watch_watch_sim_line_update_parallel_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_watch_watch_sim_line_update_parallel_fast_nodes +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_watch_watch_sim_line_update_parallel_fast_optimized_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_watch_watch_sim_line_update_parallel_standard_dev_nodes +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_watch_watch_sim_line_update_parallel_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_watch_watch_sim_line_update_parallel_standard_nodes +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_watch_watch_sim_line_update_parallel_standard_optimized_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_watch_watch_stage_despawn_time_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_watch_watch_stage_despawn_time_dev_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_watch_watch_stage_despawn_time_fast_dev_nodes +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_watch_watch_stage_despawn_time_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_watch_watch_stage_despawn_time_fast_nodes +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_watch_watch_stage_despawn_time_fast_optimized_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_watch_watch_stage_despawn_time_standard_dev_nodes +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_watch_watch_stage_despawn_time_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_watch_watch_stage_despawn_time_standard_nodes +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_watch_watch_stage_despawn_time_standard_optimized_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_watch_watch_stage_preprocess_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_watch_watch_stage_preprocess_dev_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_watch_watch_stage_preprocess_fast_dev_nodes +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_watch_watch_stage_preprocess_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_watch_watch_stage_preprocess_fast_nodes +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_watch_watch_stage_preprocess_fast_optimized_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_watch_watch_stage_preprocess_standard_dev_nodes +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_watch_watch_stage_preprocess_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_watch_watch_stage_preprocess_standard_nodes +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_watch_watch_stage_preprocess_standard_optimized_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_watch_watch_stage_spawn_time_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_watch_watch_stage_spawn_time_dev_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_watch_watch_stage_spawn_time_fast_dev_nodes +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_watch_watch_stage_spawn_time_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_watch_watch_stage_spawn_time_fast_nodes +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_watch_watch_stage_spawn_time_fast_optimized_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_watch_watch_stage_spawn_time_standard_dev_nodes +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_watch_watch_stage_spawn_time_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_watch_watch_stage_spawn_time_standard_nodes +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_watch_watch_stage_spawn_time_standard_optimized_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_watch_watch_stage_update_parallel_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_watch_watch_stage_update_parallel_dev_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_watch_watch_stage_update_parallel_fast_dev_nodes +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_watch_watch_stage_update_parallel_fast_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_watch_watch_stage_update_parallel_fast_nodes +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_watch_watch_stage_update_parallel_fast_optimized_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_watch_watch_stage_update_parallel_standard_dev_nodes +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_watch_watch_stage_update_parallel_standard_dev_optimized_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_watch_watch_stage_update_parallel_standard_nodes +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_watch_watch_stage_update_parallel_standard_optimized_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_watch_watch_unscored_note_despawn_time_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_watch_watch_unscored_note_despawn_time_fast_nodes +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_watch_watch_unscored_note_despawn_time_fast_optimized_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_watch_watch_unscored_note_despawn_time_standard_nodes +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_watch_watch_unscored_note_despawn_time_standard_optimized_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_watch_watch_unscored_note_preprocess_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_watch_watch_unscored_note_preprocess_fast_nodes +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_watch_watch_unscored_note_preprocess_fast_optimized_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_watch_watch_unscored_note_preprocess_standard_nodes +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_watch_watch_unscored_note_preprocess_standard_optimized_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_watch_watch_unscored_note_spawn_time_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_watch_watch_unscored_note_spawn_time_fast_nodes +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_watch_watch_unscored_note_spawn_time_fast_optimized_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_watch_watch_unscored_note_spawn_time_standard_nodes +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_watch_watch_unscored_note_spawn_time_standard_optimized_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_watch_watch_unscored_note_terminate_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_watch_watch_unscored_note_terminate_fast_nodes +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_watch_watch_unscored_note_terminate_fast_optimized_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_watch_watch_unscored_note_terminate_standard_nodes +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_watch_watch_unscored_note_terminate_standard_optimized_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_watch_watch_unscored_note_update_parallel_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_watch_watch_unscored_note_update_parallel_fast_nodes +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_watch_watch_unscored_note_update_parallel_fast_optimized_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_watch_watch_unscored_note_update_parallel_standard_nodes +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/data/pydori_watch_watch_unscored_note_update_parallel_standard_optimized_cfg +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/regressions/test_project.py +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/script/__init__.py +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/script/conftest.py +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/script/test_array.py +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/script/test_array_map.py +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/script/test_array_set.py +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/script/test_assert.py +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/script/test_dict.py +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/script/test_flow.py +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/script/test_functions.py +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/script/test_generator.py +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/script/test_genexpr.py +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/script/test_helpers.py +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/script/test_interval.py +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/script/test_match.py +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/script/test_maybe.py +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/script/test_num.py +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/script/test_operator.py +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/script/test_quad.py +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/script/test_random.py +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/script/test_range.py +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/script/test_record.py +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/script/test_super.py +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/script/test_transform.py +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/script/test_tuple.py +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/script/test_values.py +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/script/test_var_array.py +0 -0
- {sonolus_py-0.10.3 → sonolus_py-0.10.4}/tests/script/test_vec.py +0 -0
|
@@ -1,6 +1,10 @@
|
|
|
1
|
+
### 0.10.4
|
|
2
|
+
|
|
3
|
+
- Fixed the dev server becoming unresponsive after a command syntax error
|
|
4
|
+
|
|
1
5
|
### 0.10.3
|
|
2
6
|
|
|
3
|
-
-
|
|
7
|
+
- Added `--runtime-checks {none,terminate,notify}` to the `dev` and `build` commands to override runtime check
|
|
4
8
|
(e.g. assertion) behavior
|
|
5
9
|
|
|
6
10
|
### 0.10.2
|
|
@@ -57,7 +57,8 @@ DETAILED_HELP_TEXT = [
|
|
|
57
57
|
description=[
|
|
58
58
|
(
|
|
59
59
|
"Decode a debug message code to its original text with a stack trace. "
|
|
60
|
-
"Message codes are generated by assert statements
|
|
60
|
+
"Message codes are generated by assert statements and certain debug-related functions such as "
|
|
61
|
+
"debug.error() and debug.notify(). "
|
|
61
62
|
"The game is automatically paused when these are triggered in debug mode and the message code "
|
|
62
63
|
"can be found in the debug log."
|
|
63
64
|
),
|
|
@@ -189,7 +190,13 @@ def parse_dev_command(command_line: str) -> Command | None:
|
|
|
189
190
|
subparsers.add_parser("quit", aliases=["q"])
|
|
190
191
|
|
|
191
192
|
try:
|
|
192
|
-
|
|
193
|
+
split_args = shlex.split(command_line)
|
|
194
|
+
except ValueError as e:
|
|
195
|
+
print(f"Error parsing command: {e}\n")
|
|
196
|
+
return None
|
|
197
|
+
|
|
198
|
+
try:
|
|
199
|
+
args = parser.parse_args(split_args)
|
|
193
200
|
if args.cmd in {"rebuild", "r"}:
|
|
194
201
|
return RebuildCommand()
|
|
195
202
|
elif args.cmd in {"decode", "d"}:
|
|
@@ -226,8 +233,7 @@ def command_input_thread(command_queue: queue.Queue, prompt_event: threading.Eve
|
|
|
226
233
|
except EOFError:
|
|
227
234
|
break
|
|
228
235
|
except Exception as e:
|
|
229
|
-
print(f"Error reading command: {e}")
|
|
230
|
-
break
|
|
236
|
+
print(f"Error reading command: {e}\n")
|
|
231
237
|
|
|
232
238
|
|
|
233
239
|
def get_local_ips():
|
|
@@ -311,12 +317,12 @@ def run_server(
|
|
|
311
317
|
|
|
312
318
|
try:
|
|
313
319
|
while True:
|
|
320
|
+
cmd = command_queue.get()
|
|
314
321
|
try:
|
|
315
|
-
cmd = command_queue.get(timeout=0.5)
|
|
316
322
|
cmd.execute(server_state)
|
|
317
|
-
|
|
318
|
-
|
|
319
|
-
|
|
323
|
+
except Exception:
|
|
324
|
+
print(f"{traceback.format_exc()}\n")
|
|
325
|
+
prompt_event.set()
|
|
320
326
|
except KeyboardInterrupt:
|
|
321
327
|
print("Exiting...")
|
|
322
328
|
sys.exit(0)
|
|
@@ -87,6 +87,8 @@ class Pair[T, U](Record):
|
|
|
87
87
|
class VarArray[T, Capacity](Record, ArrayLike[T]):
|
|
88
88
|
"""An array with a variable size and fixed maximum capacity.
|
|
89
89
|
|
|
90
|
+
Supports negative indexes.
|
|
91
|
+
|
|
90
92
|
Usage:
|
|
91
93
|
```python
|
|
92
94
|
VarArray[T, Capacity].new() # Create a new empty array
|
|
@@ -125,6 +127,8 @@ class VarArray[T, Capacity](Record, ArrayLike[T]):
|
|
|
125
127
|
def __getitem__(self, item) -> T:
|
|
126
128
|
"""Return the element at the given index.
|
|
127
129
|
|
|
130
|
+
Supports negative indexes.
|
|
131
|
+
|
|
128
132
|
The returned value continues to be part of the array.
|
|
129
133
|
Future modifications to the array will affect the returned value.
|
|
130
134
|
|
|
@@ -310,6 +314,8 @@ class VarArray[T, Capacity](Record, ArrayLike[T]):
|
|
|
310
314
|
class ArrayPointer[T](Record, ArrayLike[T]):
|
|
311
315
|
"""An array defined by a size and pointer to the first element.
|
|
312
316
|
|
|
317
|
+
Supports negative indexes.
|
|
318
|
+
|
|
313
319
|
This is intended to be created internally and improper use may result in hard to debug issues.
|
|
314
320
|
|
|
315
321
|
Usage:
|
|
@@ -106,11 +106,10 @@ def notify(message: str):
|
|
|
106
106
|
def require(value: int | float | bool, message: str | None = None):
|
|
107
107
|
"""Require a condition to be true, or raise an error.
|
|
108
108
|
|
|
109
|
-
Similar to assert, but
|
|
109
|
+
Similar to assert, but will terminate the current callback even if runtime checks are set to none.
|
|
110
110
|
|
|
111
|
-
If in
|
|
112
|
-
|
|
113
|
-
In non-dev builds, this function will terminate the current callback silently if the condition is false.
|
|
111
|
+
If runtime checks are set to notify (default in dev), this function will log a message and pause the game
|
|
112
|
+
before terminating.
|
|
114
113
|
|
|
115
114
|
Args:
|
|
116
115
|
value: The condition to check.
|
|
@@ -470,6 +470,8 @@ class Stream[T](Record):
|
|
|
470
470
|
class StreamGroup[T, Size](Record):
|
|
471
471
|
"""Represents a group of streams.
|
|
472
472
|
|
|
473
|
+
Does not support negative indexes.
|
|
474
|
+
|
|
473
475
|
Most users should use [`@streams`][sonolus.script.stream.streams] to declare stream groups rather than using this
|
|
474
476
|
class directly.
|
|
475
477
|
|
|
@@ -507,7 +509,10 @@ class StreamGroup[T, Size](Record):
|
|
|
507
509
|
return 0 <= item < self.size()
|
|
508
510
|
|
|
509
511
|
def __getitem__(self, index: int) -> Stream[T]:
|
|
510
|
-
"""Get the stream at the given index.
|
|
512
|
+
"""Get the stream at the given index.
|
|
513
|
+
|
|
514
|
+
Does not support negative indexes.
|
|
515
|
+
"""
|
|
511
516
|
_check_can_read_or_write_stream()
|
|
512
517
|
check_positive_index(index, self.size())
|
|
513
518
|
# Size 0 elements still need 1 stream to preserve the key.
|
|
@@ -1,89 +0,0 @@
|
|
|
1
|
-
import json
|
|
2
|
-
from pathlib import Path
|
|
3
|
-
from typing import TextIO
|
|
4
|
-
|
|
5
|
-
functions_file = "Functions.json"
|
|
6
|
-
block_files = {
|
|
7
|
-
"Tutorial": "Engine/Tutorial/Blocks.json",
|
|
8
|
-
"Play": "Level/Play/Blocks.json",
|
|
9
|
-
"Preview": "Level/Preview/Blocks.json",
|
|
10
|
-
"Watch": "Level/Watch/Blocks.json",
|
|
11
|
-
}
|
|
12
|
-
base_dir = Path(__file__).parent
|
|
13
|
-
out_dir = base_dir / "out"
|
|
14
|
-
runtimes_dir = base_dir / "runtimes"
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
def functions():
|
|
18
|
-
with (
|
|
19
|
-
(runtimes_dir / functions_file).open("r", encoding="utf-8") as f,
|
|
20
|
-
(out_dir / "ops.py").open("w", encoding="utf-8") as out,
|
|
21
|
-
):
|
|
22
|
-
data = json.load(f)
|
|
23
|
-
out.write(
|
|
24
|
-
"from enum import Enum\n"
|
|
25
|
-
"\n"
|
|
26
|
-
"\n"
|
|
27
|
-
"class Op(str, Enum):\n"
|
|
28
|
-
" def __new__(cls, name: str, side_effects: bool, pure: bool, control_flow: bool):\n"
|
|
29
|
-
" obj = str.__new__(cls, name)\n"
|
|
30
|
-
" obj._value_ = name\n"
|
|
31
|
-
" obj.side_effects = side_effects\n"
|
|
32
|
-
" obj.pure = pure\n"
|
|
33
|
-
" obj.control_flow = control_flow\n"
|
|
34
|
-
" return obj\n"
|
|
35
|
-
"\n"
|
|
36
|
-
)
|
|
37
|
-
for function in data:
|
|
38
|
-
name = function["name"]
|
|
39
|
-
side_effects = function["sideEffects"]
|
|
40
|
-
pure = function["pure"]
|
|
41
|
-
control_flow = function["controlFlow"]
|
|
42
|
-
out.write(f' {name} = ("{name}", {side_effects}, {pure}, {control_flow})\n')
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
def block(name: str, f: TextIO, out: TextIO):
|
|
46
|
-
data = json.load(f)
|
|
47
|
-
out.write(f"class {name}Block(_Block, Enum):\n")
|
|
48
|
-
for block in data:
|
|
49
|
-
name = block["name"]
|
|
50
|
-
id_ = block["id"]
|
|
51
|
-
readable = block["readable"]
|
|
52
|
-
writable = block["writable"]
|
|
53
|
-
out.write(
|
|
54
|
-
f" {name} = ({id_}, {{{', '.join(f'"{e}"' for e in readable)}}}, {{{
|
|
55
|
-
', '.join(f'"{e}"' for e in writable)
|
|
56
|
-
}}})\n"
|
|
57
|
-
)
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
def blocks():
|
|
61
|
-
with (out_dir / "blocks.py").open("w", encoding="utf-8") as out:
|
|
62
|
-
out.write(
|
|
63
|
-
"from enum import Enum\n"
|
|
64
|
-
"\n"
|
|
65
|
-
"\n"
|
|
66
|
-
"class _Block(int):\n"
|
|
67
|
-
" def __new__(cls, id_: int, readable: set[str], writable: set[str]):\n"
|
|
68
|
-
" obj = int.__new__(cls, id_)\n"
|
|
69
|
-
" obj.readable = readable\n"
|
|
70
|
-
" obj.writable = writable\n"
|
|
71
|
-
" return obj\n"
|
|
72
|
-
)
|
|
73
|
-
for name, file in block_files.items():
|
|
74
|
-
out.write("\n\n")
|
|
75
|
-
with (
|
|
76
|
-
(runtimes_dir / file).open("r", encoding="utf-8") as f,
|
|
77
|
-
):
|
|
78
|
-
block(name, f, out)
|
|
79
|
-
out.write(f"\n\ntype Block = {' | '.join(f'{name}Block' for name in block_files)}\n")
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
def main():
|
|
83
|
-
out_dir.mkdir(exist_ok=True)
|
|
84
|
-
functions()
|
|
85
|
-
blocks()
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
if __name__ == "__main__":
|
|
89
|
-
main()
|
|
@@ -1,315 +0,0 @@
|
|
|
1
|
-
[
|
|
2
|
-
{
|
|
3
|
-
"name": "RuntimeEnvironment",
|
|
4
|
-
"id": 1000,
|
|
5
|
-
"readable": [
|
|
6
|
-
"preprocess",
|
|
7
|
-
"navigate",
|
|
8
|
-
"update"
|
|
9
|
-
],
|
|
10
|
-
"writable": [
|
|
11
|
-
"preprocess"
|
|
12
|
-
],
|
|
13
|
-
"values": [
|
|
14
|
-
{
|
|
15
|
-
"type": "item",
|
|
16
|
-
"name": "debugMode"
|
|
17
|
-
},
|
|
18
|
-
{
|
|
19
|
-
"type": "item",
|
|
20
|
-
"name": "screenAspectRatio"
|
|
21
|
-
},
|
|
22
|
-
{
|
|
23
|
-
"type": "item",
|
|
24
|
-
"name": "audioOffset"
|
|
25
|
-
}
|
|
26
|
-
]
|
|
27
|
-
},
|
|
28
|
-
{
|
|
29
|
-
"name": "RuntimeUpdate",
|
|
30
|
-
"id": 1001,
|
|
31
|
-
"readable": [
|
|
32
|
-
"preprocess",
|
|
33
|
-
"navigate",
|
|
34
|
-
"update"
|
|
35
|
-
],
|
|
36
|
-
"writable": [],
|
|
37
|
-
"values": [
|
|
38
|
-
{
|
|
39
|
-
"type": "item",
|
|
40
|
-
"name": "time"
|
|
41
|
-
},
|
|
42
|
-
{
|
|
43
|
-
"type": "item",
|
|
44
|
-
"name": "deltaTime"
|
|
45
|
-
},
|
|
46
|
-
{
|
|
47
|
-
"type": "item",
|
|
48
|
-
"name": "navigationDirection"
|
|
49
|
-
}
|
|
50
|
-
]
|
|
51
|
-
},
|
|
52
|
-
{
|
|
53
|
-
"name": "RuntimeSkinTransform",
|
|
54
|
-
"id": 1002,
|
|
55
|
-
"readable": [
|
|
56
|
-
"preprocess",
|
|
57
|
-
"navigate",
|
|
58
|
-
"update"
|
|
59
|
-
],
|
|
60
|
-
"writable": [
|
|
61
|
-
"preprocess",
|
|
62
|
-
"navigate",
|
|
63
|
-
"update"
|
|
64
|
-
],
|
|
65
|
-
"values": [
|
|
66
|
-
{
|
|
67
|
-
"type": "item",
|
|
68
|
-
"name": "m",
|
|
69
|
-
"count": 16
|
|
70
|
-
}
|
|
71
|
-
]
|
|
72
|
-
},
|
|
73
|
-
{
|
|
74
|
-
"name": "RuntimeParticleTransform",
|
|
75
|
-
"id": 1003,
|
|
76
|
-
"readable": [
|
|
77
|
-
"preprocess",
|
|
78
|
-
"navigate",
|
|
79
|
-
"update"
|
|
80
|
-
],
|
|
81
|
-
"writable": [
|
|
82
|
-
"preprocess",
|
|
83
|
-
"navigate",
|
|
84
|
-
"update"
|
|
85
|
-
],
|
|
86
|
-
"values": [
|
|
87
|
-
{
|
|
88
|
-
"type": "item",
|
|
89
|
-
"name": "m",
|
|
90
|
-
"count": 16
|
|
91
|
-
}
|
|
92
|
-
]
|
|
93
|
-
},
|
|
94
|
-
{
|
|
95
|
-
"name": "RuntimeBackground",
|
|
96
|
-
"id": 1004,
|
|
97
|
-
"readable": [
|
|
98
|
-
"preprocess",
|
|
99
|
-
"navigate",
|
|
100
|
-
"update"
|
|
101
|
-
],
|
|
102
|
-
"writable": [
|
|
103
|
-
"preprocess",
|
|
104
|
-
"navigate",
|
|
105
|
-
"update"
|
|
106
|
-
],
|
|
107
|
-
"values": [
|
|
108
|
-
{
|
|
109
|
-
"type": "group",
|
|
110
|
-
"items": [
|
|
111
|
-
{
|
|
112
|
-
"type": "item",
|
|
113
|
-
"name": "x"
|
|
114
|
-
},
|
|
115
|
-
{
|
|
116
|
-
"type": "item",
|
|
117
|
-
"name": "y"
|
|
118
|
-
}
|
|
119
|
-
],
|
|
120
|
-
"count": 4
|
|
121
|
-
}
|
|
122
|
-
]
|
|
123
|
-
},
|
|
124
|
-
{
|
|
125
|
-
"name": "RuntimeUI",
|
|
126
|
-
"id": 1005,
|
|
127
|
-
"readable": [
|
|
128
|
-
"preprocess",
|
|
129
|
-
"navigate",
|
|
130
|
-
"update"
|
|
131
|
-
],
|
|
132
|
-
"writable": [
|
|
133
|
-
"preprocess"
|
|
134
|
-
],
|
|
135
|
-
"values": [
|
|
136
|
-
{
|
|
137
|
-
"type": "group",
|
|
138
|
-
"items": [
|
|
139
|
-
{
|
|
140
|
-
"type": "item",
|
|
141
|
-
"name": "anchorX"
|
|
142
|
-
},
|
|
143
|
-
{
|
|
144
|
-
"type": "item",
|
|
145
|
-
"name": "anchorY"
|
|
146
|
-
},
|
|
147
|
-
{
|
|
148
|
-
"type": "item",
|
|
149
|
-
"name": "pivotX"
|
|
150
|
-
},
|
|
151
|
-
{
|
|
152
|
-
"type": "item",
|
|
153
|
-
"name": "pivotY"
|
|
154
|
-
},
|
|
155
|
-
{
|
|
156
|
-
"type": "item",
|
|
157
|
-
"name": "width"
|
|
158
|
-
},
|
|
159
|
-
{
|
|
160
|
-
"type": "item",
|
|
161
|
-
"name": "height"
|
|
162
|
-
},
|
|
163
|
-
{
|
|
164
|
-
"type": "item",
|
|
165
|
-
"name": "rotation"
|
|
166
|
-
},
|
|
167
|
-
{
|
|
168
|
-
"type": "item",
|
|
169
|
-
"name": "alpha"
|
|
170
|
-
},
|
|
171
|
-
{
|
|
172
|
-
"type": "item",
|
|
173
|
-
"name": "background"
|
|
174
|
-
}
|
|
175
|
-
],
|
|
176
|
-
"forEach": [
|
|
177
|
-
"menu",
|
|
178
|
-
"navigationPrevious",
|
|
179
|
-
"navigationNext",
|
|
180
|
-
"instruction"
|
|
181
|
-
]
|
|
182
|
-
}
|
|
183
|
-
]
|
|
184
|
-
},
|
|
185
|
-
{
|
|
186
|
-
"name": "RuntimeUIConfiguration",
|
|
187
|
-
"id": 1006,
|
|
188
|
-
"readable": [
|
|
189
|
-
"preprocess",
|
|
190
|
-
"navigate",
|
|
191
|
-
"update"
|
|
192
|
-
],
|
|
193
|
-
"writable": [
|
|
194
|
-
"preprocess"
|
|
195
|
-
],
|
|
196
|
-
"values": [
|
|
197
|
-
{
|
|
198
|
-
"type": "group",
|
|
199
|
-
"items": [
|
|
200
|
-
{
|
|
201
|
-
"type": "item",
|
|
202
|
-
"name": "scale"
|
|
203
|
-
},
|
|
204
|
-
{
|
|
205
|
-
"type": "item",
|
|
206
|
-
"name": "alpha"
|
|
207
|
-
}
|
|
208
|
-
],
|
|
209
|
-
"forEach": [
|
|
210
|
-
"menu",
|
|
211
|
-
"navigation",
|
|
212
|
-
"instruction"
|
|
213
|
-
]
|
|
214
|
-
}
|
|
215
|
-
]
|
|
216
|
-
},
|
|
217
|
-
{
|
|
218
|
-
"name": "TutorialMemory",
|
|
219
|
-
"id": 2000,
|
|
220
|
-
"readable": [
|
|
221
|
-
"preprocess",
|
|
222
|
-
"navigate",
|
|
223
|
-
"update"
|
|
224
|
-
],
|
|
225
|
-
"writable": [
|
|
226
|
-
"preprocess",
|
|
227
|
-
"navigate",
|
|
228
|
-
"update"
|
|
229
|
-
],
|
|
230
|
-
"values": [
|
|
231
|
-
{
|
|
232
|
-
"type": "item",
|
|
233
|
-
"name": "generic",
|
|
234
|
-
"count": 4096
|
|
235
|
-
}
|
|
236
|
-
]
|
|
237
|
-
},
|
|
238
|
-
{
|
|
239
|
-
"name": "TutorialData",
|
|
240
|
-
"id": 2001,
|
|
241
|
-
"readable": [
|
|
242
|
-
"preprocess",
|
|
243
|
-
"navigate",
|
|
244
|
-
"update"
|
|
245
|
-
],
|
|
246
|
-
"writable": [
|
|
247
|
-
"preprocess"
|
|
248
|
-
],
|
|
249
|
-
"values": [
|
|
250
|
-
{
|
|
251
|
-
"type": "item",
|
|
252
|
-
"name": "generic",
|
|
253
|
-
"count": 4096
|
|
254
|
-
}
|
|
255
|
-
]
|
|
256
|
-
},
|
|
257
|
-
{
|
|
258
|
-
"name": "TutorialInstruction",
|
|
259
|
-
"id": 2002,
|
|
260
|
-
"readable": [
|
|
261
|
-
"preprocess",
|
|
262
|
-
"navigate",
|
|
263
|
-
"update"
|
|
264
|
-
],
|
|
265
|
-
"writable": [
|
|
266
|
-
"preprocess",
|
|
267
|
-
"navigate",
|
|
268
|
-
"update"
|
|
269
|
-
],
|
|
270
|
-
"values": [
|
|
271
|
-
{
|
|
272
|
-
"type": "item",
|
|
273
|
-
"name": "text"
|
|
274
|
-
}
|
|
275
|
-
]
|
|
276
|
-
},
|
|
277
|
-
{
|
|
278
|
-
"name": "EngineRom",
|
|
279
|
-
"id": 3000,
|
|
280
|
-
"readable": [
|
|
281
|
-
"preprocess",
|
|
282
|
-
"navigate",
|
|
283
|
-
"update"
|
|
284
|
-
],
|
|
285
|
-
"writable": [],
|
|
286
|
-
"values": [
|
|
287
|
-
{
|
|
288
|
-
"type": "item",
|
|
289
|
-
"name": "rom",
|
|
290
|
-
"minCount": 0
|
|
291
|
-
}
|
|
292
|
-
]
|
|
293
|
-
},
|
|
294
|
-
{
|
|
295
|
-
"name": "TemporaryMemory",
|
|
296
|
-
"id": 10000,
|
|
297
|
-
"readable": [
|
|
298
|
-
"preprocess",
|
|
299
|
-
"navigate",
|
|
300
|
-
"update"
|
|
301
|
-
],
|
|
302
|
-
"writable": [
|
|
303
|
-
"preprocess",
|
|
304
|
-
"navigate",
|
|
305
|
-
"update"
|
|
306
|
-
],
|
|
307
|
-
"values": [
|
|
308
|
-
{
|
|
309
|
-
"type": "item",
|
|
310
|
-
"name": "generic",
|
|
311
|
-
"count": 4096
|
|
312
|
-
}
|
|
313
|
-
]
|
|
314
|
-
}
|
|
315
|
-
]
|