sonolus.py 0.9.0__tar.gz → 0.9.2__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of sonolus.py might be problematic. Click here for more details.
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/PKG-INFO +5 -1
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/docs/changelog/index.md +8 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/docs/guides/bucket.md +7 -7
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/pyproject.toml +7 -1
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/sonolus/build/dev_server.py +3 -10
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/uv.lock +1 -1
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/.gitattributes +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/.github/workflows/publish.yaml +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/.gitignore +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/.python-version +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/.run/Python tests in tests.run.xml +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/LICENSE +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/README.md +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/doc_stubs/__init__.py +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/doc_stubs/builtins.pyi +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/doc_stubs/math.pyi +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/doc_stubs/num.pyi +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/doc_stubs/random.pyi +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/doc_stubs/typing.pyi +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/docs/CNAME +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/docs/concepts/builtins.md +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/docs/concepts/cli.md +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/docs/concepts/constructs.md +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/docs/concepts/index.md +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/docs/concepts/overview.md +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/docs/concepts/project.md +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/docs/concepts/resources.md +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/docs/concepts/types.md +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/docs/guides/coming-soon.md +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/docs/guides/effect.md +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/docs/guides/index.md +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/docs/guides/particle.md +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/docs/guides/play.md +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/docs/guides/project-structure.md +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/docs/guides/screen.md +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/docs/guides/setup.md +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/docs/guides/skin.md +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/docs/guides/ui.md +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/docs/guides/usage.md +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/docs/index.md +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/docs/reference/builtins.md +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/docs/reference/index.md +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/docs/reference/math.md +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/docs/reference/random.md +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/docs/reference/sonolus.script.archetype.md +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/docs/reference/sonolus.script.array.md +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/docs/reference/sonolus.script.array_like.md +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/docs/reference/sonolus.script.bucket.md +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/docs/reference/sonolus.script.containers.md +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/docs/reference/sonolus.script.debug.md +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/docs/reference/sonolus.script.easing.md +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/docs/reference/sonolus.script.effect.md +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/docs/reference/sonolus.script.engine.md +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/docs/reference/sonolus.script.globals.md +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/docs/reference/sonolus.script.instruction.md +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/docs/reference/sonolus.script.interval.md +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/docs/reference/sonolus.script.iterator.md +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/docs/reference/sonolus.script.level.md +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/docs/reference/sonolus.script.maybe.md +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/docs/reference/sonolus.script.metadata.md +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/docs/reference/sonolus.script.num.md +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/docs/reference/sonolus.script.options.md +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/docs/reference/sonolus.script.particle.md +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/docs/reference/sonolus.script.printing.md +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/docs/reference/sonolus.script.project.md +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/docs/reference/sonolus.script.quad.md +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/docs/reference/sonolus.script.record.md +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/docs/reference/sonolus.script.runtime.md +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/docs/reference/sonolus.script.sprite.md +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/docs/reference/sonolus.script.stream.md +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/docs/reference/sonolus.script.text.md +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/docs/reference/sonolus.script.timing.md +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/docs/reference/sonolus.script.transform.md +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/docs/reference/sonolus.script.ui.md +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/docs/reference/sonolus.script.values.md +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/docs/reference/sonolus.script.vec.md +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/docs/reference/typing.md +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/mkdocs.yml +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/scripts/generate.py +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/scripts/runtimes/Engine/Tutorial/Blocks.json +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/scripts/runtimes/Functions.json +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/scripts/runtimes/Level/Play/Blocks.json +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/scripts/runtimes/Level/Preview/Blocks.json +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/scripts/runtimes/Level/Watch/Blocks.json +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/sonolus/__init__.py +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/sonolus/backend/__init__.py +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/sonolus/backend/blocks.py +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/sonolus/backend/excepthook.py +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/sonolus/backend/finalize.py +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/sonolus/backend/interpret.py +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/sonolus/backend/ir.py +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/sonolus/backend/mode.py +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/sonolus/backend/node.py +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/sonolus/backend/ops.py +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/sonolus/backend/optimize/__init__.py +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/sonolus/backend/optimize/allocate.py +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/sonolus/backend/optimize/constant_evaluation.py +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/sonolus/backend/optimize/copy_coalesce.py +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/sonolus/backend/optimize/dead_code.py +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/sonolus/backend/optimize/dominance.py +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/sonolus/backend/optimize/flow.py +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/sonolus/backend/optimize/inlining.py +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/sonolus/backend/optimize/liveness.py +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/sonolus/backend/optimize/optimize.py +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/sonolus/backend/optimize/passes.py +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/sonolus/backend/optimize/simplify.py +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/sonolus/backend/optimize/ssa.py +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/sonolus/backend/place.py +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/sonolus/backend/utils.py +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/sonolus/backend/visitor.py +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/sonolus/build/__init__.py +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/sonolus/build/cli.py +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/sonolus/build/collection.py +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/sonolus/build/compile.py +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/sonolus/build/engine.py +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/sonolus/build/level.py +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/sonolus/build/node.py +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/sonolus/build/project.py +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/sonolus/py.typed +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/sonolus/script/__init__.py +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/sonolus/script/archetype.py +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/sonolus/script/array.py +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/sonolus/script/array_like.py +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/sonolus/script/bucket.py +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/sonolus/script/containers.py +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/sonolus/script/debug.py +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/sonolus/script/easing.py +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/sonolus/script/effect.py +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/sonolus/script/engine.py +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/sonolus/script/globals.py +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/sonolus/script/instruction.py +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/sonolus/script/internal/__init__.py +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/sonolus/script/internal/builtin_impls.py +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/sonolus/script/internal/callbacks.py +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/sonolus/script/internal/constant.py +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/sonolus/script/internal/context.py +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/sonolus/script/internal/descriptor.py +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/sonolus/script/internal/dict_impl.py +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/sonolus/script/internal/error.py +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/sonolus/script/internal/generic.py +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/sonolus/script/internal/impl.py +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/sonolus/script/internal/introspection.py +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/sonolus/script/internal/math_impls.py +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/sonolus/script/internal/native.py +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/sonolus/script/internal/random.py +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/sonolus/script/internal/range.py +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/sonolus/script/internal/simulation_context.py +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/sonolus/script/internal/transient.py +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/sonolus/script/internal/tuple_impl.py +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/sonolus/script/internal/value.py +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/sonolus/script/interval.py +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/sonolus/script/iterator.py +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/sonolus/script/level.py +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/sonolus/script/maybe.py +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/sonolus/script/metadata.py +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/sonolus/script/num.py +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/sonolus/script/options.py +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/sonolus/script/particle.py +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/sonolus/script/pointer.py +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/sonolus/script/printing.py +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/sonolus/script/project.py +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/sonolus/script/quad.py +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/sonolus/script/record.py +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/sonolus/script/runtime.py +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/sonolus/script/sprite.py +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/sonolus/script/stream.py +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/sonolus/script/text.py +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/sonolus/script/timing.py +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/sonolus/script/transform.py +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/sonolus/script/ui.py +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/sonolus/script/values.py +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/sonolus/script/vec.py +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/test_projects/pydori/__init__.py +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/test_projects/pydori/level.py +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/test_projects/pydori/lib/__init__.py +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/test_projects/pydori/lib/buckets.py +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/test_projects/pydori/lib/connector.py +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/test_projects/pydori/lib/effect.py +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/test_projects/pydori/lib/layer.py +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/test_projects/pydori/lib/layout.py +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/test_projects/pydori/lib/note.py +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/test_projects/pydori/lib/options.py +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/test_projects/pydori/lib/particle.py +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/test_projects/pydori/lib/skin.py +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/test_projects/pydori/lib/stage.py +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/test_projects/pydori/lib/streams.py +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/test_projects/pydori/lib/ui.py +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/test_projects/pydori/play/__init__.py +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/test_projects/pydori/play/connector.py +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/test_projects/pydori/play/event.py +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/test_projects/pydori/play/input.py +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/test_projects/pydori/play/mode.py +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/test_projects/pydori/play/note.py +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/test_projects/pydori/play/stage.py +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/test_projects/pydori/preview/__init__.py +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/test_projects/pydori/preview/connector.py +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/test_projects/pydori/preview/event.py +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/test_projects/pydori/preview/layout.py +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/test_projects/pydori/preview/mode.py +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/test_projects/pydori/preview/note.py +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/test_projects/pydori/preview/stage.py +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/test_projects/pydori/project.py +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/test_projects/pydori/tutorial/__init__.py +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/test_projects/pydori/tutorial/framework.py +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/test_projects/pydori/tutorial/instructions.py +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/test_projects/pydori/tutorial/intro.py +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/test_projects/pydori/tutorial/mode.py +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/test_projects/pydori/tutorial/navigate.py +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/test_projects/pydori/tutorial/painting.py +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/test_projects/pydori/tutorial/phases.py +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/test_projects/pydori/tutorial/preprocess.py +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/test_projects/pydori/tutorial/update.py +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/test_projects/pydori/watch/__init__.py +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/test_projects/pydori/watch/connector.py +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/test_projects/pydori/watch/event.py +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/test_projects/pydori/watch/mode.py +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/test_projects/pydori/watch/note.py +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/test_projects/pydori/watch/stage.py +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/test_projects/pydori/watch/update_spawn.py +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/__init__.py +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/__init__.py +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/conftest.py +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_play_directional_flick_initialize_cfg +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_play_directional_flick_initialize_fast_nodes +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_play_directional_flick_initialize_fast_optimized_cfg +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_play_directional_flick_initialize_standard_nodes +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_play_directional_flick_initialize_standard_optimized_cfg +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_play_directional_flick_preprocess_cfg +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_play_directional_flick_preprocess_fast_nodes +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_play_directional_flick_preprocess_fast_optimized_cfg +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_play_directional_flick_preprocess_standard_nodes +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_play_directional_flick_preprocess_standard_optimized_cfg +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_play_directional_flick_should_spawn_cfg +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_play_directional_flick_should_spawn_fast_nodes +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_play_directional_flick_should_spawn_fast_optimized_cfg +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_play_directional_flick_should_spawn_standard_nodes +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_play_directional_flick_should_spawn_standard_optimized_cfg +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_play_directional_flick_spawn_order_cfg +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_play_directional_flick_spawn_order_fast_nodes +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_play_directional_flick_spawn_order_fast_optimized_cfg +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_play_directional_flick_spawn_order_standard_nodes +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_play_directional_flick_spawn_order_standard_optimized_cfg +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_play_directional_flick_terminate_cfg +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_play_directional_flick_terminate_fast_nodes +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_play_directional_flick_terminate_fast_optimized_cfg +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_play_directional_flick_terminate_standard_nodes +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_play_directional_flick_terminate_standard_optimized_cfg +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_play_directional_flick_touch_cfg +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_play_directional_flick_touch_fast_nodes +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_play_directional_flick_touch_fast_optimized_cfg +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_play_directional_flick_touch_standard_nodes +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_play_directional_flick_touch_standard_optimized_cfg +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_play_directional_flick_update_parallel_cfg +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_play_directional_flick_update_parallel_fast_nodes +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_play_directional_flick_update_parallel_fast_optimized_cfg +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_play_directional_flick_update_parallel_standard_nodes +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_play_directional_flick_update_parallel_standard_optimized_cfg +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_play_directional_flick_update_sequential_cfg +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_play_directional_flick_update_sequential_fast_nodes +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_play_directional_flick_update_sequential_fast_optimized_cfg +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_play_directional_flick_update_sequential_standard_nodes +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_play_directional_flick_update_sequential_standard_optimized_cfg +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_play_flick_initialize_cfg +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_play_flick_initialize_fast_nodes +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_play_flick_initialize_fast_optimized_cfg +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_play_flick_initialize_standard_nodes +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_play_flick_initialize_standard_optimized_cfg +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_play_flick_preprocess_cfg +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_play_flick_preprocess_fast_nodes +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_play_flick_preprocess_fast_optimized_cfg +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_play_flick_preprocess_standard_nodes +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_play_flick_preprocess_standard_optimized_cfg +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_play_flick_should_spawn_cfg +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_play_flick_should_spawn_fast_nodes +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_play_flick_should_spawn_fast_optimized_cfg +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_play_flick_should_spawn_standard_nodes +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_play_flick_should_spawn_standard_optimized_cfg +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_play_flick_spawn_order_cfg +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_play_flick_spawn_order_fast_nodes +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_play_flick_spawn_order_fast_optimized_cfg +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_play_flick_spawn_order_standard_nodes +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_play_flick_spawn_order_standard_optimized_cfg +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_play_flick_terminate_cfg +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_play_flick_terminate_fast_nodes +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_play_flick_terminate_fast_optimized_cfg +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_play_flick_terminate_standard_nodes +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_play_flick_terminate_standard_optimized_cfg +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_play_flick_touch_cfg +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_play_flick_touch_fast_nodes +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_play_flick_touch_fast_optimized_cfg +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_play_flick_touch_standard_nodes +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_play_flick_touch_standard_optimized_cfg +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_play_flick_update_parallel_cfg +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_play_flick_update_parallel_fast_nodes +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_play_flick_update_parallel_fast_optimized_cfg +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_play_flick_update_parallel_standard_nodes +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_play_flick_update_parallel_standard_optimized_cfg +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_play_flick_update_sequential_cfg +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_play_flick_update_sequential_fast_nodes +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_play_flick_update_sequential_fast_optimized_cfg +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_play_flick_update_sequential_standard_nodes +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_play_flick_update_sequential_standard_optimized_cfg +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_play_hold_anchor_initialize_cfg +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_play_hold_anchor_initialize_fast_nodes +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_play_hold_anchor_initialize_fast_optimized_cfg +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_play_hold_anchor_initialize_standard_nodes +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_play_hold_anchor_initialize_standard_optimized_cfg +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_play_hold_anchor_preprocess_cfg +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_play_hold_anchor_preprocess_fast_nodes +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_play_hold_anchor_preprocess_fast_optimized_cfg +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_play_hold_anchor_preprocess_standard_nodes +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_play_hold_anchor_preprocess_standard_optimized_cfg +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_play_hold_anchor_should_spawn_cfg +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_play_hold_anchor_should_spawn_fast_nodes +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_play_hold_anchor_should_spawn_fast_optimized_cfg +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_play_hold_anchor_should_spawn_standard_nodes +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_play_hold_anchor_should_spawn_standard_optimized_cfg +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_play_hold_anchor_spawn_order_cfg +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_play_hold_anchor_spawn_order_fast_nodes +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_play_hold_anchor_spawn_order_fast_optimized_cfg +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_play_hold_anchor_spawn_order_standard_nodes +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_play_hold_anchor_spawn_order_standard_optimized_cfg +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_play_hold_anchor_terminate_cfg +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_play_hold_anchor_terminate_fast_nodes +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_play_hold_anchor_terminate_fast_optimized_cfg +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_play_hold_anchor_terminate_standard_nodes +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_play_hold_anchor_terminate_standard_optimized_cfg +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_play_hold_anchor_touch_cfg +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_play_hold_anchor_touch_fast_nodes +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_play_hold_anchor_touch_fast_optimized_cfg +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_play_hold_anchor_touch_standard_nodes +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_play_hold_anchor_touch_standard_optimized_cfg +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_play_hold_anchor_update_parallel_cfg +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_play_hold_anchor_update_parallel_fast_nodes +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_play_hold_anchor_update_parallel_fast_optimized_cfg +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_play_hold_anchor_update_parallel_standard_nodes +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_play_hold_anchor_update_parallel_standard_optimized_cfg +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_play_hold_anchor_update_sequential_cfg +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_play_hold_anchor_update_sequential_fast_nodes +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_play_hold_anchor_update_sequential_fast_optimized_cfg +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_play_hold_anchor_update_sequential_standard_nodes +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_play_hold_anchor_update_sequential_standard_optimized_cfg +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_play_hold_connector_should_spawn_cfg +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_play_hold_connector_should_spawn_fast_nodes +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_play_hold_connector_should_spawn_fast_optimized_cfg +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_play_hold_connector_should_spawn_standard_nodes +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_play_hold_connector_should_spawn_standard_optimized_cfg +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_play_hold_connector_spawn_order_cfg +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_play_hold_connector_spawn_order_fast_nodes +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_play_hold_connector_spawn_order_fast_optimized_cfg +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_play_hold_connector_spawn_order_standard_nodes +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_play_hold_connector_spawn_order_standard_optimized_cfg +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_play_hold_connector_update_parallel_cfg +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_play_hold_connector_update_parallel_fast_nodes +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_play_hold_connector_update_parallel_fast_optimized_cfg +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_play_hold_connector_update_parallel_standard_nodes +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_play_hold_connector_update_parallel_standard_optimized_cfg +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_play_hold_connector_update_sequential_cfg +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_play_hold_connector_update_sequential_fast_nodes +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_play_hold_connector_update_sequential_fast_optimized_cfg +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_play_hold_connector_update_sequential_standard_nodes +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_play_hold_connector_update_sequential_standard_optimized_cfg +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_play_hold_end_initialize_cfg +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_play_hold_end_initialize_fast_nodes +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_play_hold_end_initialize_fast_optimized_cfg +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_play_hold_end_initialize_standard_nodes +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_play_hold_end_initialize_standard_optimized_cfg +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_play_hold_end_preprocess_cfg +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_play_hold_end_preprocess_fast_nodes +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_play_hold_end_preprocess_fast_optimized_cfg +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_play_hold_end_preprocess_standard_nodes +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_play_hold_end_preprocess_standard_optimized_cfg +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_play_hold_end_should_spawn_cfg +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_play_hold_end_should_spawn_fast_nodes +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_play_hold_end_should_spawn_fast_optimized_cfg +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_play_hold_end_should_spawn_standard_nodes +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_play_hold_end_should_spawn_standard_optimized_cfg +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_play_hold_end_spawn_order_cfg +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_play_hold_end_spawn_order_fast_nodes +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_play_hold_end_spawn_order_fast_optimized_cfg +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_play_hold_end_spawn_order_standard_nodes +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_play_hold_end_spawn_order_standard_optimized_cfg +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_play_hold_end_terminate_cfg +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_play_hold_end_terminate_fast_nodes +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_play_hold_end_terminate_fast_optimized_cfg +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_play_hold_end_terminate_standard_nodes +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_play_hold_end_terminate_standard_optimized_cfg +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_play_hold_end_touch_cfg +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_play_hold_end_touch_fast_nodes +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_play_hold_end_touch_fast_optimized_cfg +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_play_hold_end_touch_standard_nodes +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_play_hold_end_touch_standard_optimized_cfg +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_play_hold_end_update_parallel_cfg +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_play_hold_end_update_parallel_fast_nodes +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_play_hold_end_update_parallel_fast_optimized_cfg +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_play_hold_end_update_parallel_standard_nodes +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_play_hold_end_update_parallel_standard_optimized_cfg +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_play_hold_end_update_sequential_cfg +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_play_hold_end_update_sequential_fast_nodes +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_play_hold_end_update_sequential_fast_optimized_cfg +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_play_hold_end_update_sequential_standard_nodes +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_play_hold_end_update_sequential_standard_optimized_cfg +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_play_hold_head_initialize_cfg +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_play_hold_head_initialize_fast_nodes +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_play_hold_head_initialize_fast_optimized_cfg +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_play_hold_head_initialize_standard_nodes +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_play_hold_head_initialize_standard_optimized_cfg +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_play_hold_head_preprocess_cfg +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_play_hold_head_preprocess_fast_nodes +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_play_hold_head_preprocess_fast_optimized_cfg +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_play_hold_head_preprocess_standard_nodes +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_play_hold_head_preprocess_standard_optimized_cfg +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_play_hold_head_should_spawn_cfg +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_play_hold_head_should_spawn_fast_nodes +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_play_hold_head_should_spawn_fast_optimized_cfg +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_play_hold_head_should_spawn_standard_nodes +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_play_hold_head_should_spawn_standard_optimized_cfg +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_play_hold_head_spawn_order_cfg +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_play_hold_head_spawn_order_fast_nodes +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_play_hold_head_spawn_order_fast_optimized_cfg +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_play_hold_head_spawn_order_standard_nodes +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_play_hold_head_spawn_order_standard_optimized_cfg +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_play_hold_head_terminate_cfg +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_play_hold_head_terminate_fast_nodes +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_play_hold_head_terminate_fast_optimized_cfg +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_play_hold_head_terminate_standard_nodes +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_play_hold_head_terminate_standard_optimized_cfg +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_play_hold_head_touch_cfg +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_play_hold_head_touch_fast_nodes +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_play_hold_head_touch_fast_optimized_cfg +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_play_hold_head_touch_standard_nodes +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_play_hold_head_touch_standard_optimized_cfg +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_play_hold_head_update_parallel_cfg +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_play_hold_head_update_parallel_fast_nodes +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_play_hold_head_update_parallel_fast_optimized_cfg +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_play_hold_head_update_parallel_standard_nodes +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_play_hold_head_update_parallel_standard_optimized_cfg +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_play_hold_head_update_sequential_cfg +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_play_hold_head_update_sequential_fast_nodes +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_play_hold_head_update_sequential_fast_optimized_cfg +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_play_hold_head_update_sequential_standard_nodes +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_play_hold_head_update_sequential_standard_optimized_cfg +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_play_hold_manager_touch_cfg +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_play_hold_manager_touch_fast_nodes +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_play_hold_manager_touch_fast_optimized_cfg +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_play_hold_manager_touch_standard_nodes +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_play_hold_manager_touch_standard_optimized_cfg +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_play_hold_manager_update_parallel_cfg +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_play_hold_manager_update_parallel_fast_nodes +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_play_hold_manager_update_parallel_fast_optimized_cfg +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_play_hold_manager_update_parallel_standard_nodes +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_play_hold_manager_update_parallel_standard_optimized_cfg +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_play_hold_tick_initialize_cfg +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_play_hold_tick_initialize_fast_nodes +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_play_hold_tick_initialize_fast_optimized_cfg +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_play_hold_tick_initialize_standard_nodes +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_play_hold_tick_initialize_standard_optimized_cfg +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_play_hold_tick_preprocess_cfg +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_play_hold_tick_preprocess_fast_nodes +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_play_hold_tick_preprocess_fast_optimized_cfg +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_play_hold_tick_preprocess_standard_nodes +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_play_hold_tick_preprocess_standard_optimized_cfg +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_play_hold_tick_should_spawn_cfg +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_play_hold_tick_should_spawn_fast_nodes +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_play_hold_tick_should_spawn_fast_optimized_cfg +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_play_hold_tick_should_spawn_standard_nodes +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_play_hold_tick_should_spawn_standard_optimized_cfg +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_play_hold_tick_spawn_order_cfg +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_play_hold_tick_spawn_order_fast_nodes +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_play_hold_tick_spawn_order_fast_optimized_cfg +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_play_hold_tick_spawn_order_standard_nodes +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_play_hold_tick_spawn_order_standard_optimized_cfg +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_play_hold_tick_terminate_cfg +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_play_hold_tick_terminate_fast_nodes +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_play_hold_tick_terminate_fast_optimized_cfg +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_play_hold_tick_terminate_standard_nodes +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_play_hold_tick_terminate_standard_optimized_cfg +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_play_hold_tick_touch_cfg +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_play_hold_tick_touch_fast_nodes +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_play_hold_tick_touch_fast_optimized_cfg +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_play_hold_tick_touch_standard_nodes +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_play_hold_tick_touch_standard_optimized_cfg +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_play_hold_tick_update_parallel_cfg +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_play_hold_tick_update_parallel_fast_nodes +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_play_hold_tick_update_parallel_fast_optimized_cfg +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_play_hold_tick_update_parallel_standard_nodes +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_play_hold_tick_update_parallel_standard_optimized_cfg +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_play_hold_tick_update_sequential_cfg +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_play_hold_tick_update_sequential_fast_nodes +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_play_hold_tick_update_sequential_fast_optimized_cfg +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_play_hold_tick_update_sequential_standard_nodes +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_play_hold_tick_update_sequential_standard_optimized_cfg +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_play_note_initialize_cfg +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_play_note_initialize_fast_nodes +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_play_note_initialize_fast_optimized_cfg +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_play_note_initialize_standard_nodes +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_play_note_initialize_standard_optimized_cfg +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_play_note_preprocess_cfg +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_play_note_preprocess_fast_nodes +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_play_note_preprocess_fast_optimized_cfg +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_play_note_preprocess_standard_nodes +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_play_note_preprocess_standard_optimized_cfg +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_play_note_should_spawn_cfg +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_play_note_should_spawn_fast_nodes +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_play_note_should_spawn_fast_optimized_cfg +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_play_note_should_spawn_standard_nodes +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_play_note_should_spawn_standard_optimized_cfg +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_play_note_spawn_order_cfg +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_play_note_spawn_order_fast_nodes +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_play_note_spawn_order_fast_optimized_cfg +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_play_note_spawn_order_standard_nodes +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_play_note_spawn_order_standard_optimized_cfg +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_play_note_terminate_cfg +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_play_note_terminate_fast_nodes +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_play_note_terminate_fast_optimized_cfg +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_play_note_terminate_standard_nodes +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_play_note_terminate_standard_optimized_cfg +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_play_note_touch_cfg +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_play_note_touch_fast_nodes +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_play_note_touch_fast_optimized_cfg +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_play_note_touch_standard_nodes +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_play_note_touch_standard_optimized_cfg +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_play_note_update_parallel_cfg +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_play_note_update_parallel_fast_nodes +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_play_note_update_parallel_fast_optimized_cfg +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_play_note_update_parallel_standard_nodes +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_play_note_update_parallel_standard_optimized_cfg +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_play_note_update_sequential_cfg +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_play_note_update_sequential_fast_nodes +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_play_note_update_sequential_fast_optimized_cfg +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_play_note_update_sequential_standard_nodes +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_play_note_update_sequential_standard_optimized_cfg +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_play_sim_line_should_spawn_cfg +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_play_sim_line_should_spawn_fast_nodes +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_play_sim_line_should_spawn_fast_optimized_cfg +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_play_sim_line_should_spawn_standard_nodes +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_play_sim_line_should_spawn_standard_optimized_cfg +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_play_sim_line_spawn_order_cfg +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_play_sim_line_spawn_order_fast_nodes +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_play_sim_line_spawn_order_fast_optimized_cfg +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_play_sim_line_spawn_order_standard_nodes +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_play_sim_line_spawn_order_standard_optimized_cfg +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_play_sim_line_update_parallel_cfg +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_play_sim_line_update_parallel_fast_nodes +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_play_sim_line_update_parallel_fast_optimized_cfg +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_play_sim_line_update_parallel_standard_nodes +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_play_sim_line_update_parallel_standard_optimized_cfg +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_play_stage_preprocess_cfg +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_play_stage_preprocess_fast_nodes +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_play_stage_preprocess_fast_optimized_cfg +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_play_stage_preprocess_standard_nodes +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_play_stage_preprocess_standard_optimized_cfg +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_play_stage_should_spawn_cfg +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_play_stage_should_spawn_fast_nodes +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_play_stage_should_spawn_fast_optimized_cfg +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_play_stage_should_spawn_standard_nodes +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_play_stage_should_spawn_standard_optimized_cfg +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_play_stage_spawn_order_cfg +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_play_stage_spawn_order_fast_nodes +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_play_stage_spawn_order_fast_optimized_cfg +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_play_stage_spawn_order_standard_nodes +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_play_stage_spawn_order_standard_optimized_cfg +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_play_stage_touch_cfg +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_play_stage_touch_fast_nodes +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_play_stage_touch_fast_optimized_cfg +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_play_stage_touch_standard_nodes +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_play_stage_touch_standard_optimized_cfg +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_play_stage_update_parallel_cfg +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_play_stage_update_parallel_fast_nodes +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_play_stage_update_parallel_fast_optimized_cfg +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_play_stage_update_parallel_standard_nodes +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_play_stage_update_parallel_standard_optimized_cfg +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_play_stage_update_sequential_cfg +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_play_stage_update_sequential_fast_nodes +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_play_stage_update_sequential_fast_optimized_cfg +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_play_stage_update_sequential_standard_nodes +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_play_stage_update_sequential_standard_optimized_cfg +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_play_tap_initialize_cfg +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_play_tap_initialize_fast_nodes +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_play_tap_initialize_fast_optimized_cfg +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_play_tap_initialize_standard_nodes +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_play_tap_initialize_standard_optimized_cfg +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_play_tap_preprocess_cfg +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_play_tap_preprocess_fast_nodes +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_play_tap_preprocess_fast_optimized_cfg +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_play_tap_preprocess_standard_nodes +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_play_tap_preprocess_standard_optimized_cfg +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_play_tap_should_spawn_cfg +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_play_tap_should_spawn_fast_nodes +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_play_tap_should_spawn_fast_optimized_cfg +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_play_tap_should_spawn_standard_nodes +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_play_tap_should_spawn_standard_optimized_cfg +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_play_tap_spawn_order_cfg +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_play_tap_spawn_order_fast_nodes +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_play_tap_spawn_order_fast_optimized_cfg +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_play_tap_spawn_order_standard_nodes +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_play_tap_spawn_order_standard_optimized_cfg +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_play_tap_terminate_cfg +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_play_tap_terminate_fast_nodes +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_play_tap_terminate_fast_optimized_cfg +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_play_tap_terminate_standard_nodes +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_play_tap_terminate_standard_optimized_cfg +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_play_tap_touch_cfg +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_play_tap_touch_fast_nodes +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_play_tap_touch_fast_optimized_cfg +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_play_tap_touch_standard_nodes +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_play_tap_touch_standard_optimized_cfg +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_play_tap_update_parallel_cfg +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_play_tap_update_parallel_fast_nodes +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_play_tap_update_parallel_fast_optimized_cfg +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_play_tap_update_parallel_standard_nodes +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_play_tap_update_parallel_standard_optimized_cfg +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_play_tap_update_sequential_cfg +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_play_tap_update_sequential_fast_nodes +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_play_tap_update_sequential_fast_optimized_cfg +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_play_tap_update_sequential_standard_nodes +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_play_tap_update_sequential_standard_optimized_cfg +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_play_unscored_note_initialize_cfg +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_play_unscored_note_initialize_fast_nodes +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_play_unscored_note_initialize_fast_optimized_cfg +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_play_unscored_note_initialize_standard_nodes +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_play_unscored_note_initialize_standard_optimized_cfg +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_play_unscored_note_preprocess_cfg +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_play_unscored_note_preprocess_fast_nodes +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_play_unscored_note_preprocess_fast_optimized_cfg +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_play_unscored_note_preprocess_standard_nodes +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_play_unscored_note_preprocess_standard_optimized_cfg +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_play_unscored_note_should_spawn_cfg +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_play_unscored_note_should_spawn_fast_nodes +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_play_unscored_note_should_spawn_fast_optimized_cfg +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_play_unscored_note_should_spawn_standard_nodes +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_play_unscored_note_should_spawn_standard_optimized_cfg +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_play_unscored_note_spawn_order_cfg +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_play_unscored_note_spawn_order_fast_nodes +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_play_unscored_note_spawn_order_fast_optimized_cfg +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_play_unscored_note_spawn_order_standard_nodes +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_play_unscored_note_spawn_order_standard_optimized_cfg +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_play_unscored_note_terminate_cfg +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_play_unscored_note_terminate_fast_nodes +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_play_unscored_note_terminate_fast_optimized_cfg +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_play_unscored_note_terminate_standard_nodes +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_play_unscored_note_terminate_standard_optimized_cfg +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_play_unscored_note_touch_cfg +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_play_unscored_note_touch_fast_nodes +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_play_unscored_note_touch_fast_optimized_cfg +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_play_unscored_note_touch_standard_nodes +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_play_unscored_note_touch_standard_optimized_cfg +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_play_unscored_note_update_parallel_cfg +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_play_unscored_note_update_parallel_fast_nodes +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_play_unscored_note_update_parallel_fast_optimized_cfg +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_play_unscored_note_update_parallel_standard_nodes +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_play_unscored_note_update_parallel_standard_optimized_cfg +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_play_unscored_note_update_sequential_cfg +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_play_unscored_note_update_sequential_fast_nodes +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_play_unscored_note_update_sequential_fast_optimized_cfg +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_play_unscored_note_update_sequential_standard_nodes +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_play_unscored_note_update_sequential_standard_optimized_cfg +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_preview_directional_flick_preprocess_cfg +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_preview_directional_flick_preprocess_fast_nodes +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_preview_directional_flick_preprocess_fast_optimized_cfg +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_preview_directional_flick_preprocess_standard_nodes +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_preview_directional_flick_preprocess_standard_optimized_cfg +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_preview_directional_flick_render_cfg +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_preview_directional_flick_render_fast_nodes +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_preview_directional_flick_render_fast_optimized_cfg +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_preview_directional_flick_render_standard_nodes +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_preview_directional_flick_render_standard_optimized_cfg +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_preview_flick_preprocess_cfg +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_preview_flick_preprocess_fast_nodes +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_preview_flick_preprocess_fast_optimized_cfg +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_preview_flick_preprocess_standard_nodes +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_preview_flick_preprocess_standard_optimized_cfg +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_preview_flick_render_cfg +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_preview_flick_render_fast_nodes +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_preview_flick_render_fast_optimized_cfg +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_preview_flick_render_standard_nodes +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_preview_flick_render_standard_optimized_cfg +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_preview_hold_anchor_preprocess_cfg +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_preview_hold_anchor_preprocess_fast_nodes +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_preview_hold_anchor_preprocess_fast_optimized_cfg +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_preview_hold_anchor_preprocess_standard_nodes +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_preview_hold_anchor_preprocess_standard_optimized_cfg +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_preview_hold_anchor_render_cfg +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_preview_hold_anchor_render_fast_nodes +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_preview_hold_anchor_render_fast_optimized_cfg +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_preview_hold_anchor_render_standard_nodes +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_preview_hold_anchor_render_standard_optimized_cfg +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_preview_hold_end_preprocess_cfg +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_preview_hold_end_preprocess_fast_nodes +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_preview_hold_end_preprocess_fast_optimized_cfg +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_preview_hold_end_preprocess_standard_nodes +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_preview_hold_end_preprocess_standard_optimized_cfg +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_preview_hold_end_render_cfg +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_preview_hold_end_render_fast_nodes +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_preview_hold_end_render_fast_optimized_cfg +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_preview_hold_end_render_standard_nodes +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_preview_hold_end_render_standard_optimized_cfg +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_preview_hold_head_preprocess_cfg +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_preview_hold_head_preprocess_fast_nodes +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_preview_hold_head_preprocess_fast_optimized_cfg +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_preview_hold_head_preprocess_standard_nodes +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_preview_hold_head_preprocess_standard_optimized_cfg +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_preview_hold_head_render_cfg +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_preview_hold_head_render_fast_nodes +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_preview_hold_head_render_fast_optimized_cfg +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_preview_hold_head_render_standard_nodes +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_preview_hold_head_render_standard_optimized_cfg +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_preview_hold_tick_preprocess_cfg +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_preview_hold_tick_preprocess_fast_nodes +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_preview_hold_tick_preprocess_fast_optimized_cfg +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_preview_hold_tick_preprocess_standard_nodes +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_preview_hold_tick_preprocess_standard_optimized_cfg +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_preview_hold_tick_render_cfg +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_preview_hold_tick_render_fast_nodes +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_preview_hold_tick_render_fast_optimized_cfg +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_preview_hold_tick_render_standard_nodes +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_preview_hold_tick_render_standard_optimized_cfg +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_preview_preview_bpm_change_preprocess_cfg +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_preview_preview_bpm_change_preprocess_fast_nodes +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_preview_preview_bpm_change_preprocess_fast_optimized_cfg +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_preview_preview_bpm_change_preprocess_standard_nodes +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_preview_preview_bpm_change_preprocess_standard_optimized_cfg +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_preview_preview_bpm_change_render_cfg +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_preview_preview_bpm_change_render_fast_nodes +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_preview_preview_bpm_change_render_fast_optimized_cfg +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_preview_preview_bpm_change_render_standard_nodes +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_preview_preview_bpm_change_render_standard_optimized_cfg +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_preview_preview_hold_connector_render_cfg +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_preview_preview_hold_connector_render_fast_nodes +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_preview_preview_hold_connector_render_fast_optimized_cfg +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_preview_preview_hold_connector_render_standard_nodes +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_preview_preview_hold_connector_render_standard_optimized_cfg +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_preview_preview_note_preprocess_cfg +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_preview_preview_note_preprocess_fast_nodes +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_preview_preview_note_preprocess_fast_optimized_cfg +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_preview_preview_note_preprocess_standard_nodes +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_preview_preview_note_preprocess_standard_optimized_cfg +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_preview_preview_note_render_cfg +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_preview_preview_note_render_fast_nodes +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_preview_preview_note_render_fast_optimized_cfg +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_preview_preview_note_render_standard_nodes +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_preview_preview_note_render_standard_optimized_cfg +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_preview_preview_sim_line_render_cfg +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_preview_preview_sim_line_render_fast_nodes +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_preview_preview_sim_line_render_fast_optimized_cfg +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_preview_preview_sim_line_render_standard_nodes +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_preview_preview_sim_line_render_standard_optimized_cfg +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_preview_preview_stage_preprocess_cfg +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_preview_preview_stage_preprocess_fast_nodes +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_preview_preview_stage_preprocess_fast_optimized_cfg +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_preview_preview_stage_preprocess_standard_nodes +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_preview_preview_stage_preprocess_standard_optimized_cfg +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_preview_preview_stage_render_cfg +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_preview_preview_stage_render_fast_nodes +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_preview_preview_stage_render_fast_optimized_cfg +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_preview_preview_stage_render_standard_nodes +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_preview_preview_stage_render_standard_optimized_cfg +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_preview_preview_timescale_change_preprocess_cfg +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_preview_preview_timescale_change_preprocess_fast_nodes +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_preview_preview_timescale_change_preprocess_fast_optimized_cfg +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_preview_preview_timescale_change_preprocess_standard_nodes +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_preview_preview_timescale_change_preprocess_standard_optimized_cfg +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_preview_preview_timescale_change_render_cfg +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_preview_preview_timescale_change_render_fast_nodes +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_preview_preview_timescale_change_render_fast_optimized_cfg +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_preview_preview_timescale_change_render_standard_nodes +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_preview_preview_timescale_change_render_standard_optimized_cfg +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_preview_preview_unscored_note_preprocess_cfg +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_preview_preview_unscored_note_preprocess_fast_nodes +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_preview_preview_unscored_note_preprocess_fast_optimized_cfg +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_preview_preview_unscored_note_preprocess_standard_nodes +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_preview_preview_unscored_note_preprocess_standard_optimized_cfg +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_preview_preview_unscored_note_render_cfg +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_preview_preview_unscored_note_render_fast_nodes +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_preview_preview_unscored_note_render_fast_optimized_cfg +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_preview_preview_unscored_note_render_standard_nodes +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_preview_preview_unscored_note_render_standard_optimized_cfg +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_preview_tap_preprocess_cfg +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_preview_tap_preprocess_fast_nodes +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_preview_tap_preprocess_fast_optimized_cfg +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_preview_tap_preprocess_standard_nodes +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_preview_tap_preprocess_standard_optimized_cfg +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_preview_tap_render_cfg +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_preview_tap_render_fast_nodes +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_preview_tap_render_fast_optimized_cfg +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_preview_tap_render_standard_nodes +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_preview_tap_render_standard_optimized_cfg +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_tutorial_global_navigate_fast_cfg +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_tutorial_global_navigate_fast_nodes +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_tutorial_global_navigate_fast_optimized_cfg +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_tutorial_global_navigate_standard_cfg +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_tutorial_global_navigate_standard_nodes +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_tutorial_global_navigate_standard_optimized_cfg +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_tutorial_global_preprocess_fast_cfg +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_tutorial_global_preprocess_fast_nodes +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_tutorial_global_preprocess_fast_optimized_cfg +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_tutorial_global_preprocess_standard_cfg +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_tutorial_global_preprocess_standard_nodes +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_tutorial_global_preprocess_standard_optimized_cfg +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_tutorial_global_update_fast_cfg +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_tutorial_global_update_fast_nodes +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_tutorial_global_update_fast_optimized_cfg +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_tutorial_global_update_standard_cfg +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_tutorial_global_update_standard_nodes +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_tutorial_global_update_standard_optimized_cfg +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_watch_directional_flick_despawn_time_cfg +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_watch_directional_flick_despawn_time_fast_nodes +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_watch_directional_flick_despawn_time_fast_optimized_cfg +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_watch_directional_flick_despawn_time_standard_nodes +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_watch_directional_flick_despawn_time_standard_optimized_cfg +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_watch_directional_flick_preprocess_cfg +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_watch_directional_flick_preprocess_fast_nodes +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_watch_directional_flick_preprocess_fast_optimized_cfg +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_watch_directional_flick_preprocess_standard_nodes +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_watch_directional_flick_preprocess_standard_optimized_cfg +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_watch_directional_flick_spawn_time_cfg +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_watch_directional_flick_spawn_time_fast_nodes +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_watch_directional_flick_spawn_time_fast_optimized_cfg +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_watch_directional_flick_spawn_time_standard_nodes +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_watch_directional_flick_spawn_time_standard_optimized_cfg +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_watch_directional_flick_terminate_cfg +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_watch_directional_flick_terminate_fast_nodes +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_watch_directional_flick_terminate_fast_optimized_cfg +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_watch_directional_flick_terminate_standard_nodes +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_watch_directional_flick_terminate_standard_optimized_cfg +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_watch_directional_flick_update_parallel_cfg +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_watch_directional_flick_update_parallel_fast_nodes +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_watch_directional_flick_update_parallel_fast_optimized_cfg +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_watch_directional_flick_update_parallel_standard_nodes +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_watch_directional_flick_update_parallel_standard_optimized_cfg +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_watch_flick_despawn_time_cfg +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_watch_flick_despawn_time_fast_nodes +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_watch_flick_despawn_time_fast_optimized_cfg +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_watch_flick_despawn_time_standard_nodes +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_watch_flick_despawn_time_standard_optimized_cfg +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_watch_flick_preprocess_cfg +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_watch_flick_preprocess_fast_nodes +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_watch_flick_preprocess_fast_optimized_cfg +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_watch_flick_preprocess_standard_nodes +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_watch_flick_preprocess_standard_optimized_cfg +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_watch_flick_spawn_time_cfg +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_watch_flick_spawn_time_fast_nodes +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_watch_flick_spawn_time_fast_optimized_cfg +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_watch_flick_spawn_time_standard_nodes +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_watch_flick_spawn_time_standard_optimized_cfg +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_watch_flick_terminate_cfg +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_watch_flick_terminate_fast_nodes +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_watch_flick_terminate_fast_optimized_cfg +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_watch_flick_terminate_standard_nodes +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_watch_flick_terminate_standard_optimized_cfg +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_watch_flick_update_parallel_cfg +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_watch_flick_update_parallel_fast_nodes +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_watch_flick_update_parallel_fast_optimized_cfg +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_watch_flick_update_parallel_standard_nodes +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_watch_flick_update_parallel_standard_optimized_cfg +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_watch_global_update_spawn_fast_cfg +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_watch_global_update_spawn_fast_nodes +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_watch_global_update_spawn_fast_optimized_cfg +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_watch_global_update_spawn_standard_cfg +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_watch_global_update_spawn_standard_nodes +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_watch_global_update_spawn_standard_optimized_cfg +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_watch_hold_anchor_despawn_time_cfg +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_watch_hold_anchor_despawn_time_fast_nodes +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_watch_hold_anchor_despawn_time_fast_optimized_cfg +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_watch_hold_anchor_despawn_time_standard_nodes +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_watch_hold_anchor_despawn_time_standard_optimized_cfg +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_watch_hold_anchor_preprocess_cfg +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_watch_hold_anchor_preprocess_fast_nodes +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_watch_hold_anchor_preprocess_fast_optimized_cfg +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_watch_hold_anchor_preprocess_standard_nodes +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_watch_hold_anchor_preprocess_standard_optimized_cfg +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_watch_hold_anchor_spawn_time_cfg +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_watch_hold_anchor_spawn_time_fast_nodes +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_watch_hold_anchor_spawn_time_fast_optimized_cfg +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_watch_hold_anchor_spawn_time_standard_nodes +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_watch_hold_anchor_spawn_time_standard_optimized_cfg +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_watch_hold_anchor_terminate_cfg +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_watch_hold_anchor_terminate_fast_nodes +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_watch_hold_anchor_terminate_fast_optimized_cfg +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_watch_hold_anchor_terminate_standard_nodes +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_watch_hold_anchor_terminate_standard_optimized_cfg +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_watch_hold_anchor_update_parallel_cfg +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_watch_hold_anchor_update_parallel_fast_nodes +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_watch_hold_anchor_update_parallel_fast_optimized_cfg +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_watch_hold_anchor_update_parallel_standard_nodes +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_watch_hold_anchor_update_parallel_standard_optimized_cfg +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_watch_hold_end_despawn_time_cfg +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_watch_hold_end_despawn_time_fast_nodes +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_watch_hold_end_despawn_time_fast_optimized_cfg +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_watch_hold_end_despawn_time_standard_nodes +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_watch_hold_end_despawn_time_standard_optimized_cfg +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_watch_hold_end_preprocess_cfg +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_watch_hold_end_preprocess_fast_nodes +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_watch_hold_end_preprocess_fast_optimized_cfg +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_watch_hold_end_preprocess_standard_nodes +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_watch_hold_end_preprocess_standard_optimized_cfg +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_watch_hold_end_spawn_time_cfg +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_watch_hold_end_spawn_time_fast_nodes +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_watch_hold_end_spawn_time_fast_optimized_cfg +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_watch_hold_end_spawn_time_standard_nodes +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_watch_hold_end_spawn_time_standard_optimized_cfg +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_watch_hold_end_terminate_cfg +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_watch_hold_end_terminate_fast_nodes +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_watch_hold_end_terminate_fast_optimized_cfg +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_watch_hold_end_terminate_standard_nodes +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_watch_hold_end_terminate_standard_optimized_cfg +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_watch_hold_end_update_parallel_cfg +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_watch_hold_end_update_parallel_fast_nodes +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_watch_hold_end_update_parallel_fast_optimized_cfg +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_watch_hold_end_update_parallel_standard_nodes +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_watch_hold_end_update_parallel_standard_optimized_cfg +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_watch_hold_head_despawn_time_cfg +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_watch_hold_head_despawn_time_fast_nodes +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_watch_hold_head_despawn_time_fast_optimized_cfg +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_watch_hold_head_despawn_time_standard_nodes +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_watch_hold_head_despawn_time_standard_optimized_cfg +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_watch_hold_head_preprocess_cfg +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_watch_hold_head_preprocess_fast_nodes +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_watch_hold_head_preprocess_fast_optimized_cfg +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_watch_hold_head_preprocess_standard_nodes +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_watch_hold_head_preprocess_standard_optimized_cfg +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_watch_hold_head_spawn_time_cfg +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_watch_hold_head_spawn_time_fast_nodes +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_watch_hold_head_spawn_time_fast_optimized_cfg +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_watch_hold_head_spawn_time_standard_nodes +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_watch_hold_head_spawn_time_standard_optimized_cfg +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_watch_hold_head_terminate_cfg +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_watch_hold_head_terminate_fast_nodes +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_watch_hold_head_terminate_fast_optimized_cfg +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_watch_hold_head_terminate_standard_nodes +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_watch_hold_head_terminate_standard_optimized_cfg +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_watch_hold_head_update_parallel_cfg +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_watch_hold_head_update_parallel_fast_nodes +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_watch_hold_head_update_parallel_fast_optimized_cfg +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_watch_hold_head_update_parallel_standard_nodes +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_watch_hold_head_update_parallel_standard_optimized_cfg +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_watch_hold_tick_despawn_time_cfg +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_watch_hold_tick_despawn_time_fast_nodes +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_watch_hold_tick_despawn_time_fast_optimized_cfg +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_watch_hold_tick_despawn_time_standard_nodes +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_watch_hold_tick_despawn_time_standard_optimized_cfg +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_watch_hold_tick_preprocess_cfg +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_watch_hold_tick_preprocess_fast_nodes +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_watch_hold_tick_preprocess_fast_optimized_cfg +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_watch_hold_tick_preprocess_standard_nodes +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_watch_hold_tick_preprocess_standard_optimized_cfg +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_watch_hold_tick_spawn_time_cfg +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_watch_hold_tick_spawn_time_fast_nodes +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_watch_hold_tick_spawn_time_fast_optimized_cfg +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_watch_hold_tick_spawn_time_standard_nodes +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_watch_hold_tick_spawn_time_standard_optimized_cfg +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_watch_hold_tick_terminate_cfg +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_watch_hold_tick_terminate_fast_nodes +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_watch_hold_tick_terminate_fast_optimized_cfg +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_watch_hold_tick_terminate_standard_nodes +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_watch_hold_tick_terminate_standard_optimized_cfg +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_watch_hold_tick_update_parallel_cfg +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_watch_hold_tick_update_parallel_fast_nodes +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_watch_hold_tick_update_parallel_fast_optimized_cfg +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_watch_hold_tick_update_parallel_standard_nodes +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_watch_hold_tick_update_parallel_standard_optimized_cfg +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_watch_tap_despawn_time_cfg +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_watch_tap_despawn_time_fast_nodes +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_watch_tap_despawn_time_fast_optimized_cfg +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_watch_tap_despawn_time_standard_nodes +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_watch_tap_despawn_time_standard_optimized_cfg +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_watch_tap_preprocess_cfg +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_watch_tap_preprocess_fast_nodes +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_watch_tap_preprocess_fast_optimized_cfg +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_watch_tap_preprocess_standard_nodes +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_watch_tap_preprocess_standard_optimized_cfg +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_watch_tap_spawn_time_cfg +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_watch_tap_spawn_time_fast_nodes +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_watch_tap_spawn_time_fast_optimized_cfg +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_watch_tap_spawn_time_standard_nodes +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_watch_tap_spawn_time_standard_optimized_cfg +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_watch_tap_terminate_cfg +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_watch_tap_terminate_fast_nodes +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_watch_tap_terminate_fast_optimized_cfg +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_watch_tap_terminate_standard_nodes +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_watch_tap_terminate_standard_optimized_cfg +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_watch_tap_update_parallel_cfg +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_watch_tap_update_parallel_fast_nodes +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_watch_tap_update_parallel_fast_optimized_cfg +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_watch_tap_update_parallel_standard_nodes +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_watch_tap_update_parallel_standard_optimized_cfg +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_watch_watch_hold_connector_despawn_time_cfg +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_watch_watch_hold_connector_despawn_time_fast_nodes +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_watch_watch_hold_connector_despawn_time_fast_optimized_cfg +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_watch_watch_hold_connector_despawn_time_standard_nodes +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_watch_watch_hold_connector_despawn_time_standard_optimized_cfg +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_watch_watch_hold_connector_spawn_time_cfg +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_watch_watch_hold_connector_spawn_time_fast_nodes +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_watch_watch_hold_connector_spawn_time_fast_optimized_cfg +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_watch_watch_hold_connector_spawn_time_standard_nodes +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_watch_watch_hold_connector_spawn_time_standard_optimized_cfg +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_watch_watch_hold_connector_update_parallel_cfg +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_watch_watch_hold_connector_update_parallel_fast_nodes +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_watch_watch_hold_connector_update_parallel_fast_optimized_cfg +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_watch_watch_hold_connector_update_parallel_standard_nodes +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_watch_watch_hold_connector_update_parallel_standard_optimized_cfg +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_watch_watch_hold_connector_update_sequential_cfg +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_watch_watch_hold_connector_update_sequential_fast_nodes +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_watch_watch_hold_connector_update_sequential_fast_optimized_cfg +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_watch_watch_hold_connector_update_sequential_standard_nodes +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_watch_watch_hold_connector_update_sequential_standard_optimized_cfg +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_watch_watch_hold_manager_despawn_time_cfg +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_watch_watch_hold_manager_despawn_time_fast_nodes +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_watch_watch_hold_manager_despawn_time_fast_optimized_cfg +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_watch_watch_hold_manager_despawn_time_standard_nodes +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_watch_watch_hold_manager_despawn_time_standard_optimized_cfg +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_watch_watch_hold_manager_spawn_time_cfg +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_watch_watch_hold_manager_spawn_time_fast_nodes +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_watch_watch_hold_manager_spawn_time_fast_optimized_cfg +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_watch_watch_hold_manager_spawn_time_standard_nodes +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_watch_watch_hold_manager_spawn_time_standard_optimized_cfg +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_watch_watch_hold_manager_terminate_cfg +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_watch_watch_hold_manager_terminate_fast_nodes +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_watch_watch_hold_manager_terminate_fast_optimized_cfg +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_watch_watch_hold_manager_terminate_standard_nodes +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_watch_watch_hold_manager_terminate_standard_optimized_cfg +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_watch_watch_hold_manager_update_parallel_cfg +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_watch_watch_hold_manager_update_parallel_fast_nodes +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_watch_watch_hold_manager_update_parallel_fast_optimized_cfg +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_watch_watch_hold_manager_update_parallel_standard_nodes +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_watch_watch_hold_manager_update_parallel_standard_optimized_cfg +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_watch_watch_note_despawn_time_cfg +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_watch_watch_note_despawn_time_fast_nodes +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_watch_watch_note_despawn_time_fast_optimized_cfg +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_watch_watch_note_despawn_time_standard_nodes +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_watch_watch_note_despawn_time_standard_optimized_cfg +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_watch_watch_note_preprocess_cfg +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_watch_watch_note_preprocess_fast_nodes +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_watch_watch_note_preprocess_fast_optimized_cfg +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_watch_watch_note_preprocess_standard_nodes +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_watch_watch_note_preprocess_standard_optimized_cfg +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_watch_watch_note_spawn_time_cfg +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_watch_watch_note_spawn_time_fast_nodes +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_watch_watch_note_spawn_time_fast_optimized_cfg +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_watch_watch_note_spawn_time_standard_nodes +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_watch_watch_note_spawn_time_standard_optimized_cfg +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_watch_watch_note_terminate_cfg +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_watch_watch_note_terminate_fast_nodes +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_watch_watch_note_terminate_fast_optimized_cfg +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_watch_watch_note_terminate_standard_nodes +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_watch_watch_note_terminate_standard_optimized_cfg +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_watch_watch_note_update_parallel_cfg +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_watch_watch_note_update_parallel_fast_nodes +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_watch_watch_note_update_parallel_fast_optimized_cfg +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_watch_watch_note_update_parallel_standard_nodes +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_watch_watch_note_update_parallel_standard_optimized_cfg +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_watch_watch_scheduled_lane_effect_despawn_time_cfg +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_watch_watch_scheduled_lane_effect_despawn_time_fast_nodes +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_watch_watch_scheduled_lane_effect_despawn_time_fast_optimized_cfg +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_watch_watch_scheduled_lane_effect_despawn_time_standard_nodes +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_watch_watch_scheduled_lane_effect_despawn_time_standard_optimized_cfg +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_watch_watch_scheduled_lane_effect_spawn_time_cfg +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_watch_watch_scheduled_lane_effect_spawn_time_fast_nodes +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_watch_watch_scheduled_lane_effect_spawn_time_fast_optimized_cfg +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_watch_watch_scheduled_lane_effect_spawn_time_standard_nodes +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_watch_watch_scheduled_lane_effect_spawn_time_standard_optimized_cfg +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_watch_watch_scheduled_lane_effect_update_parallel_cfg +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_watch_watch_scheduled_lane_effect_update_parallel_fast_nodes +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_watch_watch_scheduled_lane_effect_update_parallel_fast_optimized_cfg +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_watch_watch_scheduled_lane_effect_update_parallel_standard_nodes +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_watch_watch_scheduled_lane_effect_update_parallel_standard_optimized_cfg +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_watch_watch_sim_line_despawn_time_cfg +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_watch_watch_sim_line_despawn_time_fast_nodes +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_watch_watch_sim_line_despawn_time_fast_optimized_cfg +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_watch_watch_sim_line_despawn_time_standard_nodes +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_watch_watch_sim_line_despawn_time_standard_optimized_cfg +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_watch_watch_sim_line_spawn_time_cfg +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_watch_watch_sim_line_spawn_time_fast_nodes +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_watch_watch_sim_line_spawn_time_fast_optimized_cfg +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_watch_watch_sim_line_spawn_time_standard_nodes +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_watch_watch_sim_line_spawn_time_standard_optimized_cfg +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_watch_watch_sim_line_update_parallel_cfg +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_watch_watch_sim_line_update_parallel_fast_nodes +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_watch_watch_sim_line_update_parallel_fast_optimized_cfg +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_watch_watch_sim_line_update_parallel_standard_nodes +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_watch_watch_sim_line_update_parallel_standard_optimized_cfg +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_watch_watch_stage_despawn_time_cfg +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_watch_watch_stage_despawn_time_fast_nodes +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_watch_watch_stage_despawn_time_fast_optimized_cfg +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_watch_watch_stage_despawn_time_standard_nodes +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_watch_watch_stage_despawn_time_standard_optimized_cfg +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_watch_watch_stage_preprocess_cfg +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_watch_watch_stage_preprocess_fast_nodes +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_watch_watch_stage_preprocess_fast_optimized_cfg +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_watch_watch_stage_preprocess_standard_nodes +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_watch_watch_stage_preprocess_standard_optimized_cfg +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_watch_watch_stage_spawn_time_cfg +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_watch_watch_stage_spawn_time_fast_nodes +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_watch_watch_stage_spawn_time_fast_optimized_cfg +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_watch_watch_stage_spawn_time_standard_nodes +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_watch_watch_stage_spawn_time_standard_optimized_cfg +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_watch_watch_stage_update_parallel_cfg +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_watch_watch_stage_update_parallel_fast_nodes +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_watch_watch_stage_update_parallel_fast_optimized_cfg +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_watch_watch_stage_update_parallel_standard_nodes +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_watch_watch_stage_update_parallel_standard_optimized_cfg +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_watch_watch_unscored_note_despawn_time_cfg +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_watch_watch_unscored_note_despawn_time_fast_nodes +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_watch_watch_unscored_note_despawn_time_fast_optimized_cfg +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_watch_watch_unscored_note_despawn_time_standard_nodes +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_watch_watch_unscored_note_despawn_time_standard_optimized_cfg +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_watch_watch_unscored_note_preprocess_cfg +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_watch_watch_unscored_note_preprocess_fast_nodes +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_watch_watch_unscored_note_preprocess_fast_optimized_cfg +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_watch_watch_unscored_note_preprocess_standard_nodes +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_watch_watch_unscored_note_preprocess_standard_optimized_cfg +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_watch_watch_unscored_note_spawn_time_cfg +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_watch_watch_unscored_note_spawn_time_fast_nodes +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_watch_watch_unscored_note_spawn_time_fast_optimized_cfg +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_watch_watch_unscored_note_spawn_time_standard_nodes +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_watch_watch_unscored_note_spawn_time_standard_optimized_cfg +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_watch_watch_unscored_note_terminate_cfg +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_watch_watch_unscored_note_terminate_fast_nodes +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_watch_watch_unscored_note_terminate_fast_optimized_cfg +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_watch_watch_unscored_note_terminate_standard_nodes +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_watch_watch_unscored_note_terminate_standard_optimized_cfg +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_watch_watch_unscored_note_update_parallel_cfg +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_watch_watch_unscored_note_update_parallel_fast_nodes +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_watch_watch_unscored_note_update_parallel_fast_optimized_cfg +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_watch_watch_unscored_note_update_parallel_standard_nodes +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/data/pydori_watch_watch_unscored_note_update_parallel_standard_optimized_cfg +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/regressions/test_project.py +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/script/__init__.py +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/script/conftest.py +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/script/test_array.py +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/script/test_array_map.py +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/script/test_array_set.py +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/script/test_assert.py +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/script/test_dict.py +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/script/test_flow.py +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/script/test_functions.py +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/script/test_generator.py +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/script/test_genexpr.py +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/script/test_helpers.py +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/script/test_interval.py +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/script/test_match.py +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/script/test_maybe.py +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/script/test_num.py +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/script/test_operator.py +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/script/test_quad.py +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/script/test_random.py +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/script/test_range.py +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/script/test_record.py +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/script/test_super.py +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/script/test_transform.py +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/script/test_tuple.py +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/script/test_values.py +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/script/test_var_array.py +0 -0
- {sonolus_py-0.9.0 → sonolus_py-0.9.2}/tests/script/test_vec.py +0 -0
|
@@ -1,7 +1,11 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: sonolus.py
|
|
3
|
-
Version: 0.9.
|
|
3
|
+
Version: 0.9.2
|
|
4
4
|
Summary: Sonolus engine development in Python
|
|
5
|
+
Project-URL: Documentation, https://sonolus.py.qwewqa.xyz/
|
|
6
|
+
Project-URL: Repository, https://github.com/qwewqa/sonolus.py
|
|
7
|
+
Project-URL: Issues, https://github.com/qwewqa/sonolus.py/issues
|
|
8
|
+
Project-URL: Changelog, https://sonolus.py.qwewqa.xyz/changelog/
|
|
5
9
|
License-File: LICENSE
|
|
6
10
|
Requires-Python: >=3.12
|
|
7
11
|
Description-Content-Type: text/markdown
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
# Buckets &
|
|
1
|
+
# Buckets & Judgment
|
|
2
2
|
|
|
3
3
|
## Declaring Buckets
|
|
4
4
|
|
|
@@ -36,16 +36,16 @@ most engines should be set to
|
|
|
36
36
|
[`StandardText.MILLISECOND_UNIT`][sonolus.script.text.StandardText] to indicate that the bucket is
|
|
37
37
|
measured in milliseconds.
|
|
38
38
|
|
|
39
|
-
##
|
|
39
|
+
## Judgment Windows
|
|
40
40
|
|
|
41
41
|
Sonolus notes are judged on a scale from best to worst of:
|
|
42
42
|
|
|
43
|
-
- [`
|
|
44
|
-
- [`
|
|
45
|
-
- [`
|
|
46
|
-
- [`
|
|
43
|
+
- [`Judgment.PERFECT`][sonolus.script.bucket.Judgment.PERFECT]
|
|
44
|
+
- [`Judgment.GREAT`][sonolus.script.bucket.Judgment.GREAT]
|
|
45
|
+
- [`Judgment.GOOD`][sonolus.script.bucket.Judgment.GOOD]
|
|
46
|
+
- [`Judgment.MISS`][sonolus.script.bucket.Judgment.MISS]
|
|
47
47
|
|
|
48
|
-
The [`JudgmentWindow`][sonolus.script.bucket.JudgmentWindow] class is useful for defining the
|
|
48
|
+
The [`JudgmentWindow`][sonolus.script.bucket.JudgmentWindow] class is useful for defining the judgment windows of a
|
|
49
49
|
note in seconds, and judging a note based on the actual and expected (target) hit times:
|
|
50
50
|
|
|
51
51
|
```python
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
[project]
|
|
2
2
|
name = "sonolus.py"
|
|
3
|
-
version = "0.9.
|
|
3
|
+
version = "0.9.2"
|
|
4
4
|
description = "Sonolus engine development in Python"
|
|
5
5
|
readme = "README.md"
|
|
6
6
|
requires-python = ">=3.12"
|
|
@@ -8,6 +8,12 @@ requires-python = ">=3.12"
|
|
|
8
8
|
[project.scripts]
|
|
9
9
|
sonolus-py = "sonolus.build.cli:main"
|
|
10
10
|
|
|
11
|
+
[project.urls]
|
|
12
|
+
Documentation = "https://sonolus.py.qwewqa.xyz/"
|
|
13
|
+
Repository = "https://github.com/qwewqa/sonolus.py"
|
|
14
|
+
Issues = "https://github.com/qwewqa/sonolus.py/issues"
|
|
15
|
+
Changelog = "https://sonolus.py.qwewqa.xyz/changelog/"
|
|
16
|
+
|
|
11
17
|
[tool.uv]
|
|
12
18
|
default-groups = ["dev", "docs"]
|
|
13
19
|
|
|
@@ -112,17 +112,14 @@ def parse_dev_command(command_line: str) -> Command | None:
|
|
|
112
112
|
return None
|
|
113
113
|
|
|
114
114
|
|
|
115
|
-
def command_input_thread(command_queue: queue.Queue,
|
|
115
|
+
def command_input_thread(command_queue: queue.Queue, prompt_event: threading.Event):
|
|
116
116
|
print(f"\nAvailable commands:\n{HELP_TEXT}")
|
|
117
117
|
|
|
118
|
-
while
|
|
118
|
+
while True:
|
|
119
119
|
try:
|
|
120
120
|
prompt_event.wait()
|
|
121
121
|
prompt_event.clear()
|
|
122
122
|
|
|
123
|
-
if stop_event.is_set():
|
|
124
|
-
break
|
|
125
|
-
|
|
126
123
|
print("\n> ", end="", flush=True)
|
|
127
124
|
command_line = input()
|
|
128
125
|
if command_line.strip():
|
|
@@ -193,10 +190,9 @@ def run_server(
|
|
|
193
190
|
threading.Thread(target=httpd.serve_forever, daemon=True).start()
|
|
194
191
|
|
|
195
192
|
command_queue = queue.Queue()
|
|
196
|
-
stop_event = threading.Event()
|
|
197
193
|
prompt_event = threading.Event()
|
|
198
194
|
input_thread = threading.Thread(
|
|
199
|
-
target=command_input_thread, args=(command_queue,
|
|
195
|
+
target=command_input_thread, args=(command_queue, prompt_event), daemon=True
|
|
200
196
|
)
|
|
201
197
|
input_thread.start()
|
|
202
198
|
|
|
@@ -215,8 +211,5 @@ def run_server(
|
|
|
215
211
|
sys.exit(0)
|
|
216
212
|
finally:
|
|
217
213
|
httpd.shutdown()
|
|
218
|
-
stop_event.set()
|
|
219
|
-
prompt_event.set()
|
|
220
|
-
input_thread.join()
|
|
221
214
|
else:
|
|
222
215
|
httpd.serve_forever()
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|