sonolus.py 0.11.0__tar.gz → 0.11.1__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1907) hide show
  1. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/PKG-INFO +1 -1
  2. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/docs/changelog/index.md +5 -0
  3. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/pyproject.toml +1 -1
  4. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/sonolus/backend/finalize.py +30 -32
  5. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/sonolus/backend/interpret.py +3 -3
  6. sonolus_py-0.11.1/sonolus/backend/node.py +26 -0
  7. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/sonolus/build/compile.py +13 -0
  8. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/sonolus/build/dev_server.py +2 -0
  9. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/sonolus/build/node.py +6 -8
  10. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/sonolus/script/archetype.py +9 -0
  11. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/sonolus/script/containers.py +6 -5
  12. sonolus_py-0.11.1/tests/script/test_frozen_num_set.py +226 -0
  13. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/script/test_tuple.py +3 -3
  14. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/uv.lock +1 -1
  15. sonolus_py-0.11.0/sonolus/backend/node.py +0 -48
  16. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/.gitattributes +0 -0
  17. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/.github/workflows/publish.yaml +0 -0
  18. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/.gitignore +0 -0
  19. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/.python-version +0 -0
  20. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/.run/Python tests in tests.run.xml +0 -0
  21. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/LICENSE +0 -0
  22. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/README.md +0 -0
  23. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/doc_stubs/__init__.py +0 -0
  24. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/doc_stubs/builtins.pyi +0 -0
  25. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/doc_stubs/math.pyi +0 -0
  26. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/doc_stubs/num.pyi +0 -0
  27. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/doc_stubs/random.pyi +0 -0
  28. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/doc_stubs/typing.pyi +0 -0
  29. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/docs/CNAME +0 -0
  30. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/docs/concepts/builtins.md +0 -0
  31. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/docs/concepts/cli.md +0 -0
  32. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/docs/concepts/constructs.md +0 -0
  33. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/docs/concepts/index.md +0 -0
  34. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/docs/concepts/overview.md +0 -0
  35. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/docs/concepts/project.md +0 -0
  36. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/docs/concepts/resources.md +0 -0
  37. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/docs/concepts/types.md +0 -0
  38. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/docs/guides/bucket.md +0 -0
  39. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/docs/guides/coming-soon.md +0 -0
  40. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/docs/guides/effect.md +0 -0
  41. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/docs/guides/index.md +0 -0
  42. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/docs/guides/particle.md +0 -0
  43. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/docs/guides/play.md +0 -0
  44. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/docs/guides/project-structure.md +0 -0
  45. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/docs/guides/screen.md +0 -0
  46. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/docs/guides/setup.md +0 -0
  47. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/docs/guides/skin.md +0 -0
  48. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/docs/guides/ui.md +0 -0
  49. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/docs/guides/usage.md +0 -0
  50. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/docs/index.md +0 -0
  51. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/docs/reference/builtins.md +0 -0
  52. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/docs/reference/index.md +0 -0
  53. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/docs/reference/math.md +0 -0
  54. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/docs/reference/random.md +0 -0
  55. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/docs/reference/sonolus.script.archetype.md +0 -0
  56. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/docs/reference/sonolus.script.array.md +0 -0
  57. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/docs/reference/sonolus.script.array_like.md +0 -0
  58. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/docs/reference/sonolus.script.bucket.md +0 -0
  59. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/docs/reference/sonolus.script.containers.md +0 -0
  60. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/docs/reference/sonolus.script.debug.md +0 -0
  61. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/docs/reference/sonolus.script.easing.md +0 -0
  62. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/docs/reference/sonolus.script.effect.md +0 -0
  63. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/docs/reference/sonolus.script.engine.md +0 -0
  64. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/docs/reference/sonolus.script.globals.md +0 -0
  65. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/docs/reference/sonolus.script.instruction.md +0 -0
  66. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/docs/reference/sonolus.script.interval.md +0 -0
  67. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/docs/reference/sonolus.script.iterator.md +0 -0
  68. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/docs/reference/sonolus.script.level.md +0 -0
  69. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/docs/reference/sonolus.script.maybe.md +0 -0
  70. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/docs/reference/sonolus.script.metadata.md +0 -0
  71. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/docs/reference/sonolus.script.num.md +0 -0
  72. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/docs/reference/sonolus.script.options.md +0 -0
  73. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/docs/reference/sonolus.script.particle.md +0 -0
  74. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/docs/reference/sonolus.script.printing.md +0 -0
  75. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/docs/reference/sonolus.script.project.md +0 -0
  76. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/docs/reference/sonolus.script.quad.md +0 -0
  77. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/docs/reference/sonolus.script.record.md +0 -0
  78. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/docs/reference/sonolus.script.runtime.md +0 -0
  79. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/docs/reference/sonolus.script.sprite.md +0 -0
  80. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/docs/reference/sonolus.script.stream.md +0 -0
  81. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/docs/reference/sonolus.script.text.md +0 -0
  82. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/docs/reference/sonolus.script.timing.md +0 -0
  83. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/docs/reference/sonolus.script.transform.md +0 -0
  84. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/docs/reference/sonolus.script.ui.md +0 -0
  85. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/docs/reference/sonolus.script.values.md +0 -0
  86. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/docs/reference/sonolus.script.vec.md +0 -0
  87. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/docs/reference/typing.md +0 -0
  88. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/mkdocs.yml +0 -0
  89. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/sonolus/__init__.py +0 -0
  90. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/sonolus/backend/__init__.py +0 -0
  91. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/sonolus/backend/blocks.py +0 -0
  92. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/sonolus/backend/excepthook.py +0 -0
  93. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/sonolus/backend/ir.py +0 -0
  94. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/sonolus/backend/mode.py +0 -0
  95. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/sonolus/backend/ops.py +0 -0
  96. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/sonolus/backend/optimize/__init__.py +0 -0
  97. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/sonolus/backend/optimize/allocate.py +0 -0
  98. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/sonolus/backend/optimize/constant_evaluation.py +0 -0
  99. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/sonolus/backend/optimize/copy_coalesce.py +0 -0
  100. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/sonolus/backend/optimize/dead_code.py +0 -0
  101. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/sonolus/backend/optimize/dominance.py +0 -0
  102. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/sonolus/backend/optimize/flow.py +0 -0
  103. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/sonolus/backend/optimize/inlining.py +0 -0
  104. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/sonolus/backend/optimize/liveness.py +0 -0
  105. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/sonolus/backend/optimize/optimize.py +0 -0
  106. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/sonolus/backend/optimize/passes.py +0 -0
  107. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/sonolus/backend/optimize/simplify.py +0 -0
  108. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/sonolus/backend/optimize/ssa.py +0 -0
  109. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/sonolus/backend/place.py +0 -0
  110. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/sonolus/backend/utils.py +0 -0
  111. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/sonolus/backend/visitor.py +0 -0
  112. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/sonolus/build/__init__.py +0 -0
  113. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/sonolus/build/cli.py +0 -0
  114. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/sonolus/build/collection.py +0 -0
  115. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/sonolus/build/engine.py +0 -0
  116. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/sonolus/build/level.py +0 -0
  117. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/sonolus/build/project.py +0 -0
  118. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/sonolus/py.typed +0 -0
  119. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/sonolus/script/__init__.py +0 -0
  120. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/sonolus/script/array.py +0 -0
  121. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/sonolus/script/array_like.py +0 -0
  122. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/sonolus/script/bucket.py +0 -0
  123. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/sonolus/script/debug.py +0 -0
  124. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/sonolus/script/easing.py +0 -0
  125. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/sonolus/script/effect.py +0 -0
  126. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/sonolus/script/engine.py +0 -0
  127. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/sonolus/script/globals.py +0 -0
  128. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/sonolus/script/instruction.py +0 -0
  129. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/sonolus/script/internal/__init__.py +0 -0
  130. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/sonolus/script/internal/builtin_impls.py +0 -0
  131. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/sonolus/script/internal/callbacks.py +0 -0
  132. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/sonolus/script/internal/constant.py +0 -0
  133. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/sonolus/script/internal/context.py +0 -0
  134. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/sonolus/script/internal/descriptor.py +0 -0
  135. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/sonolus/script/internal/dict_impl.py +0 -0
  136. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/sonolus/script/internal/error.py +0 -0
  137. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/sonolus/script/internal/generic.py +0 -0
  138. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/sonolus/script/internal/impl.py +0 -0
  139. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/sonolus/script/internal/introspection.py +0 -0
  140. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/sonolus/script/internal/math_impls.py +0 -0
  141. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/sonolus/script/internal/native.py +0 -0
  142. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/sonolus/script/internal/random.py +0 -0
  143. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/sonolus/script/internal/range.py +0 -0
  144. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/sonolus/script/internal/simulation_context.py +0 -0
  145. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/sonolus/script/internal/transient.py +0 -0
  146. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/sonolus/script/internal/tuple_impl.py +0 -0
  147. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/sonolus/script/internal/value.py +0 -0
  148. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/sonolus/script/interval.py +0 -0
  149. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/sonolus/script/iterator.py +0 -0
  150. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/sonolus/script/level.py +0 -0
  151. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/sonolus/script/maybe.py +0 -0
  152. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/sonolus/script/metadata.py +0 -0
  153. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/sonolus/script/num.py +0 -0
  154. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/sonolus/script/options.py +0 -0
  155. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/sonolus/script/particle.py +0 -0
  156. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/sonolus/script/pointer.py +0 -0
  157. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/sonolus/script/printing.py +0 -0
  158. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/sonolus/script/project.py +0 -0
  159. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/sonolus/script/quad.py +0 -0
  160. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/sonolus/script/record.py +0 -0
  161. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/sonolus/script/runtime.py +0 -0
  162. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/sonolus/script/sprite.py +0 -0
  163. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/sonolus/script/stream.py +0 -0
  164. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/sonolus/script/text.py +0 -0
  165. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/sonolus/script/timing.py +0 -0
  166. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/sonolus/script/transform.py +0 -0
  167. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/sonolus/script/ui.py +0 -0
  168. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/sonolus/script/values.py +0 -0
  169. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/sonolus/script/vec.py +0 -0
  170. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/test_projects/pydori/__init__.py +0 -0
  171. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/test_projects/pydori/level.py +0 -0
  172. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/test_projects/pydori/lib/__init__.py +0 -0
  173. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/test_projects/pydori/lib/buckets.py +0 -0
  174. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/test_projects/pydori/lib/connector.py +0 -0
  175. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/test_projects/pydori/lib/effect.py +0 -0
  176. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/test_projects/pydori/lib/layer.py +0 -0
  177. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/test_projects/pydori/lib/layout.py +0 -0
  178. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/test_projects/pydori/lib/note.py +0 -0
  179. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/test_projects/pydori/lib/options.py +0 -0
  180. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/test_projects/pydori/lib/particle.py +0 -0
  181. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/test_projects/pydori/lib/skin.py +0 -0
  182. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/test_projects/pydori/lib/stage.py +0 -0
  183. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/test_projects/pydori/lib/streams.py +0 -0
  184. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/test_projects/pydori/lib/ui.py +0 -0
  185. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/test_projects/pydori/play/__init__.py +0 -0
  186. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/test_projects/pydori/play/connector.py +0 -0
  187. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/test_projects/pydori/play/event.py +0 -0
  188. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/test_projects/pydori/play/input.py +0 -0
  189. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/test_projects/pydori/play/mode.py +0 -0
  190. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/test_projects/pydori/play/note.py +0 -0
  191. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/test_projects/pydori/play/stage.py +0 -0
  192. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/test_projects/pydori/preview/__init__.py +0 -0
  193. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/test_projects/pydori/preview/connector.py +0 -0
  194. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/test_projects/pydori/preview/event.py +0 -0
  195. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/test_projects/pydori/preview/layout.py +0 -0
  196. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/test_projects/pydori/preview/mode.py +0 -0
  197. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/test_projects/pydori/preview/note.py +0 -0
  198. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/test_projects/pydori/preview/stage.py +0 -0
  199. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/test_projects/pydori/project.py +0 -0
  200. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/test_projects/pydori/tutorial/__init__.py +0 -0
  201. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/test_projects/pydori/tutorial/framework.py +0 -0
  202. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/test_projects/pydori/tutorial/instructions.py +0 -0
  203. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/test_projects/pydori/tutorial/intro.py +0 -0
  204. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/test_projects/pydori/tutorial/mode.py +0 -0
  205. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/test_projects/pydori/tutorial/navigate.py +0 -0
  206. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/test_projects/pydori/tutorial/painting.py +0 -0
  207. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/test_projects/pydori/tutorial/phases.py +0 -0
  208. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/test_projects/pydori/tutorial/preprocess.py +0 -0
  209. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/test_projects/pydori/tutorial/update.py +0 -0
  210. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/test_projects/pydori/watch/__init__.py +0 -0
  211. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/test_projects/pydori/watch/connector.py +0 -0
  212. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/test_projects/pydori/watch/event.py +0 -0
  213. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/test_projects/pydori/watch/mode.py +0 -0
  214. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/test_projects/pydori/watch/note.py +0 -0
  215. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/test_projects/pydori/watch/stage.py +0 -0
  216. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/test_projects/pydori/watch/update_spawn.py +0 -0
  217. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/__init__.py +0 -0
  218. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/build/__init__.py +0 -0
  219. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/build/test_dev_server.py +0 -0
  220. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/__init__.py +0 -0
  221. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/conftest.py +0 -0
  222. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_directional_flick_initialize_cfg +0 -0
  223. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_directional_flick_initialize_dev_cfg +0 -0
  224. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_directional_flick_initialize_fast_dev_nodes +0 -0
  225. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_directional_flick_initialize_fast_dev_optimized_cfg +0 -0
  226. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_directional_flick_initialize_fast_nodes +0 -0
  227. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_directional_flick_initialize_fast_optimized_cfg +0 -0
  228. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_directional_flick_initialize_standard_dev_nodes +0 -0
  229. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_directional_flick_initialize_standard_dev_optimized_cfg +0 -0
  230. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_directional_flick_initialize_standard_nodes +0 -0
  231. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_directional_flick_initialize_standard_optimized_cfg +0 -0
  232. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_directional_flick_preprocess_cfg +0 -0
  233. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_directional_flick_preprocess_dev_cfg +0 -0
  234. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_directional_flick_preprocess_fast_dev_nodes +0 -0
  235. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_directional_flick_preprocess_fast_dev_optimized_cfg +0 -0
  236. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_directional_flick_preprocess_fast_nodes +0 -0
  237. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_directional_flick_preprocess_fast_optimized_cfg +0 -0
  238. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_directional_flick_preprocess_standard_dev_nodes +0 -0
  239. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_directional_flick_preprocess_standard_dev_optimized_cfg +0 -0
  240. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_directional_flick_preprocess_standard_nodes +0 -0
  241. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_directional_flick_preprocess_standard_optimized_cfg +0 -0
  242. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_directional_flick_should_spawn_cfg +0 -0
  243. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_directional_flick_should_spawn_dev_cfg +0 -0
  244. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_directional_flick_should_spawn_fast_dev_nodes +0 -0
  245. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_directional_flick_should_spawn_fast_dev_optimized_cfg +0 -0
  246. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_directional_flick_should_spawn_fast_nodes +0 -0
  247. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_directional_flick_should_spawn_fast_optimized_cfg +0 -0
  248. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_directional_flick_should_spawn_standard_dev_nodes +0 -0
  249. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_directional_flick_should_spawn_standard_dev_optimized_cfg +0 -0
  250. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_directional_flick_should_spawn_standard_nodes +0 -0
  251. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_directional_flick_should_spawn_standard_optimized_cfg +0 -0
  252. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_directional_flick_spawn_order_cfg +0 -0
  253. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_directional_flick_spawn_order_dev_cfg +0 -0
  254. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_directional_flick_spawn_order_fast_dev_nodes +0 -0
  255. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_directional_flick_spawn_order_fast_dev_optimized_cfg +0 -0
  256. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_directional_flick_spawn_order_fast_nodes +0 -0
  257. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_directional_flick_spawn_order_fast_optimized_cfg +0 -0
  258. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_directional_flick_spawn_order_standard_dev_nodes +0 -0
  259. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_directional_flick_spawn_order_standard_dev_optimized_cfg +0 -0
  260. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_directional_flick_spawn_order_standard_nodes +0 -0
  261. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_directional_flick_spawn_order_standard_optimized_cfg +0 -0
  262. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_directional_flick_terminate_cfg +0 -0
  263. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_directional_flick_terminate_dev_cfg +0 -0
  264. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_directional_flick_terminate_fast_dev_nodes +0 -0
  265. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_directional_flick_terminate_fast_dev_optimized_cfg +0 -0
  266. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_directional_flick_terminate_fast_nodes +0 -0
  267. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_directional_flick_terminate_fast_optimized_cfg +0 -0
  268. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_directional_flick_terminate_standard_dev_nodes +0 -0
  269. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_directional_flick_terminate_standard_dev_optimized_cfg +0 -0
  270. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_directional_flick_terminate_standard_nodes +0 -0
  271. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_directional_flick_terminate_standard_optimized_cfg +0 -0
  272. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_directional_flick_touch_cfg +0 -0
  273. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_directional_flick_touch_dev_cfg +0 -0
  274. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_directional_flick_touch_fast_dev_nodes +0 -0
  275. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_directional_flick_touch_fast_dev_optimized_cfg +0 -0
  276. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_directional_flick_touch_fast_nodes +0 -0
  277. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_directional_flick_touch_fast_optimized_cfg +0 -0
  278. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_directional_flick_touch_standard_dev_nodes +0 -0
  279. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_directional_flick_touch_standard_dev_optimized_cfg +0 -0
  280. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_directional_flick_touch_standard_nodes +0 -0
  281. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_directional_flick_touch_standard_optimized_cfg +0 -0
  282. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_directional_flick_update_parallel_cfg +0 -0
  283. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_directional_flick_update_parallel_dev_cfg +0 -0
  284. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_directional_flick_update_parallel_fast_dev_nodes +0 -0
  285. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_directional_flick_update_parallel_fast_dev_optimized_cfg +0 -0
  286. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_directional_flick_update_parallel_fast_nodes +0 -0
  287. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_directional_flick_update_parallel_fast_optimized_cfg +0 -0
  288. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_directional_flick_update_parallel_standard_dev_nodes +0 -0
  289. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_directional_flick_update_parallel_standard_dev_optimized_cfg +0 -0
  290. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_directional_flick_update_parallel_standard_nodes +0 -0
  291. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_directional_flick_update_parallel_standard_optimized_cfg +0 -0
  292. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_directional_flick_update_sequential_cfg +0 -0
  293. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_directional_flick_update_sequential_dev_cfg +0 -0
  294. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_directional_flick_update_sequential_fast_dev_nodes +0 -0
  295. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_directional_flick_update_sequential_fast_dev_optimized_cfg +0 -0
  296. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_directional_flick_update_sequential_fast_nodes +0 -0
  297. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_directional_flick_update_sequential_fast_optimized_cfg +0 -0
  298. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_directional_flick_update_sequential_standard_dev_nodes +0 -0
  299. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_directional_flick_update_sequential_standard_dev_optimized_cfg +0 -0
  300. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_directional_flick_update_sequential_standard_nodes +0 -0
  301. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_directional_flick_update_sequential_standard_optimized_cfg +0 -0
  302. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_flick_initialize_cfg +0 -0
  303. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_flick_initialize_dev_cfg +0 -0
  304. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_flick_initialize_fast_dev_nodes +0 -0
  305. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_flick_initialize_fast_dev_optimized_cfg +0 -0
  306. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_flick_initialize_fast_nodes +0 -0
  307. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_flick_initialize_fast_optimized_cfg +0 -0
  308. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_flick_initialize_standard_dev_nodes +0 -0
  309. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_flick_initialize_standard_dev_optimized_cfg +0 -0
  310. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_flick_initialize_standard_nodes +0 -0
  311. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_flick_initialize_standard_optimized_cfg +0 -0
  312. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_flick_preprocess_cfg +0 -0
  313. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_flick_preprocess_dev_cfg +0 -0
  314. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_flick_preprocess_fast_dev_nodes +0 -0
  315. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_flick_preprocess_fast_dev_optimized_cfg +0 -0
  316. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_flick_preprocess_fast_nodes +0 -0
  317. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_flick_preprocess_fast_optimized_cfg +0 -0
  318. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_flick_preprocess_standard_dev_nodes +0 -0
  319. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_flick_preprocess_standard_dev_optimized_cfg +0 -0
  320. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_flick_preprocess_standard_nodes +0 -0
  321. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_flick_preprocess_standard_optimized_cfg +0 -0
  322. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_flick_should_spawn_cfg +0 -0
  323. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_flick_should_spawn_dev_cfg +0 -0
  324. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_flick_should_spawn_fast_dev_nodes +0 -0
  325. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_flick_should_spawn_fast_dev_optimized_cfg +0 -0
  326. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_flick_should_spawn_fast_nodes +0 -0
  327. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_flick_should_spawn_fast_optimized_cfg +0 -0
  328. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_flick_should_spawn_standard_dev_nodes +0 -0
  329. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_flick_should_spawn_standard_dev_optimized_cfg +0 -0
  330. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_flick_should_spawn_standard_nodes +0 -0
  331. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_flick_should_spawn_standard_optimized_cfg +0 -0
  332. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_flick_spawn_order_cfg +0 -0
  333. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_flick_spawn_order_dev_cfg +0 -0
  334. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_flick_spawn_order_fast_dev_nodes +0 -0
  335. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_flick_spawn_order_fast_dev_optimized_cfg +0 -0
  336. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_flick_spawn_order_fast_nodes +0 -0
  337. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_flick_spawn_order_fast_optimized_cfg +0 -0
  338. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_flick_spawn_order_standard_dev_nodes +0 -0
  339. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_flick_spawn_order_standard_dev_optimized_cfg +0 -0
  340. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_flick_spawn_order_standard_nodes +0 -0
  341. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_flick_spawn_order_standard_optimized_cfg +0 -0
  342. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_flick_terminate_cfg +0 -0
  343. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_flick_terminate_dev_cfg +0 -0
  344. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_flick_terminate_fast_dev_nodes +0 -0
  345. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_flick_terminate_fast_dev_optimized_cfg +0 -0
  346. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_flick_terminate_fast_nodes +0 -0
  347. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_flick_terminate_fast_optimized_cfg +0 -0
  348. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_flick_terminate_standard_dev_nodes +0 -0
  349. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_flick_terminate_standard_dev_optimized_cfg +0 -0
  350. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_flick_terminate_standard_nodes +0 -0
  351. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_flick_terminate_standard_optimized_cfg +0 -0
  352. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_flick_touch_cfg +0 -0
  353. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_flick_touch_dev_cfg +0 -0
  354. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_flick_touch_fast_dev_nodes +0 -0
  355. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_flick_touch_fast_dev_optimized_cfg +0 -0
  356. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_flick_touch_fast_nodes +0 -0
  357. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_flick_touch_fast_optimized_cfg +0 -0
  358. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_flick_touch_standard_dev_nodes +0 -0
  359. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_flick_touch_standard_dev_optimized_cfg +0 -0
  360. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_flick_touch_standard_nodes +0 -0
  361. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_flick_touch_standard_optimized_cfg +0 -0
  362. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_flick_update_parallel_cfg +0 -0
  363. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_flick_update_parallel_dev_cfg +0 -0
  364. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_flick_update_parallel_fast_dev_nodes +0 -0
  365. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_flick_update_parallel_fast_dev_optimized_cfg +0 -0
  366. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_flick_update_parallel_fast_nodes +0 -0
  367. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_flick_update_parallel_fast_optimized_cfg +0 -0
  368. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_flick_update_parallel_standard_dev_nodes +0 -0
  369. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_flick_update_parallel_standard_dev_optimized_cfg +0 -0
  370. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_flick_update_parallel_standard_nodes +0 -0
  371. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_flick_update_parallel_standard_optimized_cfg +0 -0
  372. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_flick_update_sequential_cfg +0 -0
  373. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_flick_update_sequential_dev_cfg +0 -0
  374. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_flick_update_sequential_fast_dev_nodes +0 -0
  375. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_flick_update_sequential_fast_dev_optimized_cfg +0 -0
  376. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_flick_update_sequential_fast_nodes +0 -0
  377. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_flick_update_sequential_fast_optimized_cfg +0 -0
  378. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_flick_update_sequential_standard_dev_nodes +0 -0
  379. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_flick_update_sequential_standard_dev_optimized_cfg +0 -0
  380. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_flick_update_sequential_standard_nodes +0 -0
  381. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_flick_update_sequential_standard_optimized_cfg +0 -0
  382. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_anchor_initialize_cfg +0 -0
  383. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_anchor_initialize_dev_cfg +0 -0
  384. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_anchor_initialize_fast_dev_nodes +0 -0
  385. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_anchor_initialize_fast_dev_optimized_cfg +0 -0
  386. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_anchor_initialize_fast_nodes +0 -0
  387. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_anchor_initialize_fast_optimized_cfg +0 -0
  388. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_anchor_initialize_standard_dev_nodes +0 -0
  389. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_anchor_initialize_standard_dev_optimized_cfg +0 -0
  390. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_anchor_initialize_standard_nodes +0 -0
  391. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_anchor_initialize_standard_optimized_cfg +0 -0
  392. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_anchor_preprocess_cfg +0 -0
  393. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_anchor_preprocess_dev_cfg +0 -0
  394. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_anchor_preprocess_fast_dev_nodes +0 -0
  395. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_anchor_preprocess_fast_dev_optimized_cfg +0 -0
  396. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_anchor_preprocess_fast_nodes +0 -0
  397. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_anchor_preprocess_fast_optimized_cfg +0 -0
  398. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_anchor_preprocess_standard_dev_nodes +0 -0
  399. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_anchor_preprocess_standard_dev_optimized_cfg +0 -0
  400. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_anchor_preprocess_standard_nodes +0 -0
  401. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_anchor_preprocess_standard_optimized_cfg +0 -0
  402. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_anchor_should_spawn_cfg +0 -0
  403. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_anchor_should_spawn_dev_cfg +0 -0
  404. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_anchor_should_spawn_fast_dev_nodes +0 -0
  405. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_anchor_should_spawn_fast_dev_optimized_cfg +0 -0
  406. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_anchor_should_spawn_fast_nodes +0 -0
  407. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_anchor_should_spawn_fast_optimized_cfg +0 -0
  408. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_anchor_should_spawn_standard_dev_nodes +0 -0
  409. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_anchor_should_spawn_standard_dev_optimized_cfg +0 -0
  410. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_anchor_should_spawn_standard_nodes +0 -0
  411. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_anchor_should_spawn_standard_optimized_cfg +0 -0
  412. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_anchor_spawn_order_cfg +0 -0
  413. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_anchor_spawn_order_dev_cfg +0 -0
  414. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_anchor_spawn_order_fast_dev_nodes +0 -0
  415. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_anchor_spawn_order_fast_dev_optimized_cfg +0 -0
  416. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_anchor_spawn_order_fast_nodes +0 -0
  417. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_anchor_spawn_order_fast_optimized_cfg +0 -0
  418. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_anchor_spawn_order_standard_dev_nodes +0 -0
  419. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_anchor_spawn_order_standard_dev_optimized_cfg +0 -0
  420. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_anchor_spawn_order_standard_nodes +0 -0
  421. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_anchor_spawn_order_standard_optimized_cfg +0 -0
  422. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_anchor_terminate_cfg +0 -0
  423. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_anchor_terminate_dev_cfg +0 -0
  424. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_anchor_terminate_fast_dev_nodes +0 -0
  425. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_anchor_terminate_fast_dev_optimized_cfg +0 -0
  426. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_anchor_terminate_fast_nodes +0 -0
  427. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_anchor_terminate_fast_optimized_cfg +0 -0
  428. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_anchor_terminate_standard_dev_nodes +0 -0
  429. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_anchor_terminate_standard_dev_optimized_cfg +0 -0
  430. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_anchor_terminate_standard_nodes +0 -0
  431. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_anchor_terminate_standard_optimized_cfg +0 -0
  432. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_anchor_touch_cfg +0 -0
  433. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_anchor_touch_dev_cfg +0 -0
  434. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_anchor_touch_fast_dev_nodes +0 -0
  435. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_anchor_touch_fast_dev_optimized_cfg +0 -0
  436. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_anchor_touch_fast_nodes +0 -0
  437. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_anchor_touch_fast_optimized_cfg +0 -0
  438. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_anchor_touch_standard_dev_nodes +0 -0
  439. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_anchor_touch_standard_dev_optimized_cfg +0 -0
  440. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_anchor_touch_standard_nodes +0 -0
  441. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_anchor_touch_standard_optimized_cfg +0 -0
  442. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_anchor_update_parallel_cfg +0 -0
  443. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_anchor_update_parallel_dev_cfg +0 -0
  444. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_anchor_update_parallel_fast_dev_nodes +0 -0
  445. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_anchor_update_parallel_fast_dev_optimized_cfg +0 -0
  446. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_anchor_update_parallel_fast_nodes +0 -0
  447. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_anchor_update_parallel_fast_optimized_cfg +0 -0
  448. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_anchor_update_parallel_standard_dev_nodes +0 -0
  449. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_anchor_update_parallel_standard_dev_optimized_cfg +0 -0
  450. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_anchor_update_parallel_standard_nodes +0 -0
  451. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_anchor_update_parallel_standard_optimized_cfg +0 -0
  452. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_anchor_update_sequential_cfg +0 -0
  453. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_anchor_update_sequential_dev_cfg +0 -0
  454. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_anchor_update_sequential_fast_dev_nodes +0 -0
  455. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_anchor_update_sequential_fast_dev_optimized_cfg +0 -0
  456. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_anchor_update_sequential_fast_nodes +0 -0
  457. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_anchor_update_sequential_fast_optimized_cfg +0 -0
  458. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_anchor_update_sequential_standard_dev_nodes +0 -0
  459. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_anchor_update_sequential_standard_dev_optimized_cfg +0 -0
  460. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_anchor_update_sequential_standard_nodes +0 -0
  461. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_anchor_update_sequential_standard_optimized_cfg +0 -0
  462. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_connector_should_spawn_cfg +0 -0
  463. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_connector_should_spawn_dev_cfg +0 -0
  464. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_connector_should_spawn_fast_dev_nodes +0 -0
  465. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_connector_should_spawn_fast_dev_optimized_cfg +0 -0
  466. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_connector_should_spawn_fast_nodes +0 -0
  467. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_connector_should_spawn_fast_optimized_cfg +0 -0
  468. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_connector_should_spawn_standard_dev_nodes +0 -0
  469. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_connector_should_spawn_standard_dev_optimized_cfg +0 -0
  470. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_connector_should_spawn_standard_nodes +0 -0
  471. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_connector_should_spawn_standard_optimized_cfg +0 -0
  472. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_connector_spawn_order_cfg +0 -0
  473. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_connector_spawn_order_dev_cfg +0 -0
  474. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_connector_spawn_order_fast_dev_nodes +0 -0
  475. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_connector_spawn_order_fast_dev_optimized_cfg +0 -0
  476. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_connector_spawn_order_fast_nodes +0 -0
  477. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_connector_spawn_order_fast_optimized_cfg +0 -0
  478. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_connector_spawn_order_standard_dev_nodes +0 -0
  479. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_connector_spawn_order_standard_dev_optimized_cfg +0 -0
  480. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_connector_spawn_order_standard_nodes +0 -0
  481. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_connector_spawn_order_standard_optimized_cfg +0 -0
  482. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_connector_update_parallel_cfg +0 -0
  483. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_connector_update_parallel_dev_cfg +0 -0
  484. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_connector_update_parallel_fast_dev_nodes +0 -0
  485. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_connector_update_parallel_fast_dev_optimized_cfg +0 -0
  486. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_connector_update_parallel_fast_nodes +0 -0
  487. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_connector_update_parallel_fast_optimized_cfg +0 -0
  488. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_connector_update_parallel_standard_dev_nodes +0 -0
  489. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_connector_update_parallel_standard_dev_optimized_cfg +0 -0
  490. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_connector_update_parallel_standard_nodes +0 -0
  491. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_connector_update_parallel_standard_optimized_cfg +0 -0
  492. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_connector_update_sequential_cfg +0 -0
  493. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_connector_update_sequential_dev_cfg +0 -0
  494. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_connector_update_sequential_fast_dev_nodes +0 -0
  495. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_connector_update_sequential_fast_dev_optimized_cfg +0 -0
  496. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_connector_update_sequential_fast_nodes +0 -0
  497. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_connector_update_sequential_fast_optimized_cfg +0 -0
  498. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_connector_update_sequential_standard_dev_nodes +0 -0
  499. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_connector_update_sequential_standard_dev_optimized_cfg +0 -0
  500. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_connector_update_sequential_standard_nodes +0 -0
  501. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_connector_update_sequential_standard_optimized_cfg +0 -0
  502. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_end_initialize_cfg +0 -0
  503. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_end_initialize_dev_cfg +0 -0
  504. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_end_initialize_fast_dev_nodes +0 -0
  505. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_end_initialize_fast_dev_optimized_cfg +0 -0
  506. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_end_initialize_fast_nodes +0 -0
  507. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_end_initialize_fast_optimized_cfg +0 -0
  508. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_end_initialize_standard_dev_nodes +0 -0
  509. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_end_initialize_standard_dev_optimized_cfg +0 -0
  510. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_end_initialize_standard_nodes +0 -0
  511. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_end_initialize_standard_optimized_cfg +0 -0
  512. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_end_preprocess_cfg +0 -0
  513. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_end_preprocess_dev_cfg +0 -0
  514. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_end_preprocess_fast_dev_nodes +0 -0
  515. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_end_preprocess_fast_dev_optimized_cfg +0 -0
  516. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_end_preprocess_fast_nodes +0 -0
  517. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_end_preprocess_fast_optimized_cfg +0 -0
  518. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_end_preprocess_standard_dev_nodes +0 -0
  519. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_end_preprocess_standard_dev_optimized_cfg +0 -0
  520. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_end_preprocess_standard_nodes +0 -0
  521. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_end_preprocess_standard_optimized_cfg +0 -0
  522. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_end_should_spawn_cfg +0 -0
  523. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_end_should_spawn_dev_cfg +0 -0
  524. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_end_should_spawn_fast_dev_nodes +0 -0
  525. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_end_should_spawn_fast_dev_optimized_cfg +0 -0
  526. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_end_should_spawn_fast_nodes +0 -0
  527. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_end_should_spawn_fast_optimized_cfg +0 -0
  528. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_end_should_spawn_standard_dev_nodes +0 -0
  529. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_end_should_spawn_standard_dev_optimized_cfg +0 -0
  530. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_end_should_spawn_standard_nodes +0 -0
  531. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_end_should_spawn_standard_optimized_cfg +0 -0
  532. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_end_spawn_order_cfg +0 -0
  533. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_end_spawn_order_dev_cfg +0 -0
  534. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_end_spawn_order_fast_dev_nodes +0 -0
  535. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_end_spawn_order_fast_dev_optimized_cfg +0 -0
  536. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_end_spawn_order_fast_nodes +0 -0
  537. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_end_spawn_order_fast_optimized_cfg +0 -0
  538. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_end_spawn_order_standard_dev_nodes +0 -0
  539. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_end_spawn_order_standard_dev_optimized_cfg +0 -0
  540. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_end_spawn_order_standard_nodes +0 -0
  541. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_end_spawn_order_standard_optimized_cfg +0 -0
  542. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_end_terminate_cfg +0 -0
  543. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_end_terminate_dev_cfg +0 -0
  544. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_end_terminate_fast_dev_nodes +0 -0
  545. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_end_terminate_fast_dev_optimized_cfg +0 -0
  546. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_end_terminate_fast_nodes +0 -0
  547. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_end_terminate_fast_optimized_cfg +0 -0
  548. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_end_terminate_standard_dev_nodes +0 -0
  549. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_end_terminate_standard_dev_optimized_cfg +0 -0
  550. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_end_terminate_standard_nodes +0 -0
  551. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_end_terminate_standard_optimized_cfg +0 -0
  552. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_end_touch_cfg +0 -0
  553. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_end_touch_dev_cfg +0 -0
  554. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_end_touch_fast_dev_nodes +0 -0
  555. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_end_touch_fast_dev_optimized_cfg +0 -0
  556. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_end_touch_fast_nodes +0 -0
  557. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_end_touch_fast_optimized_cfg +0 -0
  558. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_end_touch_standard_dev_nodes +0 -0
  559. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_end_touch_standard_dev_optimized_cfg +0 -0
  560. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_end_touch_standard_nodes +0 -0
  561. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_end_touch_standard_optimized_cfg +0 -0
  562. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_end_update_parallel_cfg +0 -0
  563. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_end_update_parallel_dev_cfg +0 -0
  564. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_end_update_parallel_fast_dev_nodes +0 -0
  565. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_end_update_parallel_fast_dev_optimized_cfg +0 -0
  566. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_end_update_parallel_fast_nodes +0 -0
  567. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_end_update_parallel_fast_optimized_cfg +0 -0
  568. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_end_update_parallel_standard_dev_nodes +0 -0
  569. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_end_update_parallel_standard_dev_optimized_cfg +0 -0
  570. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_end_update_parallel_standard_nodes +0 -0
  571. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_end_update_parallel_standard_optimized_cfg +0 -0
  572. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_end_update_sequential_cfg +0 -0
  573. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_end_update_sequential_dev_cfg +0 -0
  574. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_end_update_sequential_fast_dev_nodes +0 -0
  575. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_end_update_sequential_fast_dev_optimized_cfg +0 -0
  576. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_end_update_sequential_fast_nodes +0 -0
  577. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_end_update_sequential_fast_optimized_cfg +0 -0
  578. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_end_update_sequential_standard_dev_nodes +0 -0
  579. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_end_update_sequential_standard_dev_optimized_cfg +0 -0
  580. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_end_update_sequential_standard_nodes +0 -0
  581. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_end_update_sequential_standard_optimized_cfg +0 -0
  582. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_head_initialize_cfg +0 -0
  583. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_head_initialize_dev_cfg +0 -0
  584. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_head_initialize_fast_dev_nodes +0 -0
  585. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_head_initialize_fast_dev_optimized_cfg +0 -0
  586. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_head_initialize_fast_nodes +0 -0
  587. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_head_initialize_fast_optimized_cfg +0 -0
  588. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_head_initialize_standard_dev_nodes +0 -0
  589. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_head_initialize_standard_dev_optimized_cfg +0 -0
  590. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_head_initialize_standard_nodes +0 -0
  591. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_head_initialize_standard_optimized_cfg +0 -0
  592. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_head_preprocess_cfg +0 -0
  593. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_head_preprocess_dev_cfg +0 -0
  594. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_head_preprocess_fast_dev_nodes +0 -0
  595. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_head_preprocess_fast_dev_optimized_cfg +0 -0
  596. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_head_preprocess_fast_nodes +0 -0
  597. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_head_preprocess_fast_optimized_cfg +0 -0
  598. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_head_preprocess_standard_dev_nodes +0 -0
  599. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_head_preprocess_standard_dev_optimized_cfg +0 -0
  600. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_head_preprocess_standard_nodes +0 -0
  601. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_head_preprocess_standard_optimized_cfg +0 -0
  602. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_head_should_spawn_cfg +0 -0
  603. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_head_should_spawn_dev_cfg +0 -0
  604. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_head_should_spawn_fast_dev_nodes +0 -0
  605. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_head_should_spawn_fast_dev_optimized_cfg +0 -0
  606. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_head_should_spawn_fast_nodes +0 -0
  607. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_head_should_spawn_fast_optimized_cfg +0 -0
  608. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_head_should_spawn_standard_dev_nodes +0 -0
  609. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_head_should_spawn_standard_dev_optimized_cfg +0 -0
  610. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_head_should_spawn_standard_nodes +0 -0
  611. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_head_should_spawn_standard_optimized_cfg +0 -0
  612. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_head_spawn_order_cfg +0 -0
  613. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_head_spawn_order_dev_cfg +0 -0
  614. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_head_spawn_order_fast_dev_nodes +0 -0
  615. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_head_spawn_order_fast_dev_optimized_cfg +0 -0
  616. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_head_spawn_order_fast_nodes +0 -0
  617. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_head_spawn_order_fast_optimized_cfg +0 -0
  618. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_head_spawn_order_standard_dev_nodes +0 -0
  619. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_head_spawn_order_standard_dev_optimized_cfg +0 -0
  620. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_head_spawn_order_standard_nodes +0 -0
  621. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_head_spawn_order_standard_optimized_cfg +0 -0
  622. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_head_terminate_cfg +0 -0
  623. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_head_terminate_dev_cfg +0 -0
  624. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_head_terminate_fast_dev_nodes +0 -0
  625. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_head_terminate_fast_dev_optimized_cfg +0 -0
  626. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_head_terminate_fast_nodes +0 -0
  627. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_head_terminate_fast_optimized_cfg +0 -0
  628. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_head_terminate_standard_dev_nodes +0 -0
  629. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_head_terminate_standard_dev_optimized_cfg +0 -0
  630. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_head_terminate_standard_nodes +0 -0
  631. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_head_terminate_standard_optimized_cfg +0 -0
  632. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_head_touch_cfg +0 -0
  633. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_head_touch_dev_cfg +0 -0
  634. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_head_touch_fast_dev_nodes +0 -0
  635. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_head_touch_fast_dev_optimized_cfg +0 -0
  636. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_head_touch_fast_nodes +0 -0
  637. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_head_touch_fast_optimized_cfg +0 -0
  638. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_head_touch_standard_dev_nodes +0 -0
  639. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_head_touch_standard_dev_optimized_cfg +0 -0
  640. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_head_touch_standard_nodes +0 -0
  641. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_head_touch_standard_optimized_cfg +0 -0
  642. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_head_update_parallel_cfg +0 -0
  643. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_head_update_parallel_dev_cfg +0 -0
  644. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_head_update_parallel_fast_dev_nodes +0 -0
  645. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_head_update_parallel_fast_dev_optimized_cfg +0 -0
  646. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_head_update_parallel_fast_nodes +0 -0
  647. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_head_update_parallel_fast_optimized_cfg +0 -0
  648. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_head_update_parallel_standard_dev_nodes +0 -0
  649. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_head_update_parallel_standard_dev_optimized_cfg +0 -0
  650. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_head_update_parallel_standard_nodes +0 -0
  651. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_head_update_parallel_standard_optimized_cfg +0 -0
  652. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_head_update_sequential_cfg +0 -0
  653. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_head_update_sequential_dev_cfg +0 -0
  654. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_head_update_sequential_fast_dev_nodes +0 -0
  655. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_head_update_sequential_fast_dev_optimized_cfg +0 -0
  656. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_head_update_sequential_fast_nodes +0 -0
  657. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_head_update_sequential_fast_optimized_cfg +0 -0
  658. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_head_update_sequential_standard_dev_nodes +0 -0
  659. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_head_update_sequential_standard_dev_optimized_cfg +0 -0
  660. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_head_update_sequential_standard_nodes +0 -0
  661. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_head_update_sequential_standard_optimized_cfg +0 -0
  662. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_manager_touch_cfg +0 -0
  663. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_manager_touch_dev_cfg +0 -0
  664. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_manager_touch_fast_dev_nodes +0 -0
  665. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_manager_touch_fast_dev_optimized_cfg +0 -0
  666. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_manager_touch_fast_nodes +0 -0
  667. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_manager_touch_fast_optimized_cfg +0 -0
  668. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_manager_touch_standard_dev_nodes +0 -0
  669. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_manager_touch_standard_dev_optimized_cfg +0 -0
  670. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_manager_touch_standard_nodes +0 -0
  671. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_manager_touch_standard_optimized_cfg +0 -0
  672. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_manager_update_parallel_cfg +0 -0
  673. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_manager_update_parallel_dev_cfg +0 -0
  674. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_manager_update_parallel_fast_dev_nodes +0 -0
  675. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_manager_update_parallel_fast_dev_optimized_cfg +0 -0
  676. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_manager_update_parallel_fast_nodes +0 -0
  677. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_manager_update_parallel_fast_optimized_cfg +0 -0
  678. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_manager_update_parallel_standard_dev_nodes +0 -0
  679. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_manager_update_parallel_standard_dev_optimized_cfg +0 -0
  680. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_manager_update_parallel_standard_nodes +0 -0
  681. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_manager_update_parallel_standard_optimized_cfg +0 -0
  682. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_tick_initialize_cfg +0 -0
  683. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_tick_initialize_dev_cfg +0 -0
  684. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_tick_initialize_fast_dev_nodes +0 -0
  685. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_tick_initialize_fast_dev_optimized_cfg +0 -0
  686. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_tick_initialize_fast_nodes +0 -0
  687. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_tick_initialize_fast_optimized_cfg +0 -0
  688. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_tick_initialize_standard_dev_nodes +0 -0
  689. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_tick_initialize_standard_dev_optimized_cfg +0 -0
  690. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_tick_initialize_standard_nodes +0 -0
  691. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_tick_initialize_standard_optimized_cfg +0 -0
  692. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_tick_preprocess_cfg +0 -0
  693. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_tick_preprocess_dev_cfg +0 -0
  694. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_tick_preprocess_fast_dev_nodes +0 -0
  695. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_tick_preprocess_fast_dev_optimized_cfg +0 -0
  696. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_tick_preprocess_fast_nodes +0 -0
  697. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_tick_preprocess_fast_optimized_cfg +0 -0
  698. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_tick_preprocess_standard_dev_nodes +0 -0
  699. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_tick_preprocess_standard_dev_optimized_cfg +0 -0
  700. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_tick_preprocess_standard_nodes +0 -0
  701. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_tick_preprocess_standard_optimized_cfg +0 -0
  702. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_tick_should_spawn_cfg +0 -0
  703. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_tick_should_spawn_dev_cfg +0 -0
  704. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_tick_should_spawn_fast_dev_nodes +0 -0
  705. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_tick_should_spawn_fast_dev_optimized_cfg +0 -0
  706. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_tick_should_spawn_fast_nodes +0 -0
  707. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_tick_should_spawn_fast_optimized_cfg +0 -0
  708. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_tick_should_spawn_standard_dev_nodes +0 -0
  709. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_tick_should_spawn_standard_dev_optimized_cfg +0 -0
  710. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_tick_should_spawn_standard_nodes +0 -0
  711. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_tick_should_spawn_standard_optimized_cfg +0 -0
  712. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_tick_spawn_order_cfg +0 -0
  713. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_tick_spawn_order_dev_cfg +0 -0
  714. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_tick_spawn_order_fast_dev_nodes +0 -0
  715. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_tick_spawn_order_fast_dev_optimized_cfg +0 -0
  716. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_tick_spawn_order_fast_nodes +0 -0
  717. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_tick_spawn_order_fast_optimized_cfg +0 -0
  718. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_tick_spawn_order_standard_dev_nodes +0 -0
  719. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_tick_spawn_order_standard_dev_optimized_cfg +0 -0
  720. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_tick_spawn_order_standard_nodes +0 -0
  721. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_tick_spawn_order_standard_optimized_cfg +0 -0
  722. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_tick_terminate_cfg +0 -0
  723. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_tick_terminate_dev_cfg +0 -0
  724. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_tick_terminate_fast_dev_nodes +0 -0
  725. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_tick_terminate_fast_dev_optimized_cfg +0 -0
  726. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_tick_terminate_fast_nodes +0 -0
  727. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_tick_terminate_fast_optimized_cfg +0 -0
  728. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_tick_terminate_standard_dev_nodes +0 -0
  729. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_tick_terminate_standard_dev_optimized_cfg +0 -0
  730. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_tick_terminate_standard_nodes +0 -0
  731. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_tick_terminate_standard_optimized_cfg +0 -0
  732. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_tick_touch_cfg +0 -0
  733. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_tick_touch_dev_cfg +0 -0
  734. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_tick_touch_fast_dev_nodes +0 -0
  735. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_tick_touch_fast_dev_optimized_cfg +0 -0
  736. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_tick_touch_fast_nodes +0 -0
  737. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_tick_touch_fast_optimized_cfg +0 -0
  738. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_tick_touch_standard_dev_nodes +0 -0
  739. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_tick_touch_standard_dev_optimized_cfg +0 -0
  740. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_tick_touch_standard_nodes +0 -0
  741. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_tick_touch_standard_optimized_cfg +0 -0
  742. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_tick_update_parallel_cfg +0 -0
  743. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_tick_update_parallel_dev_cfg +0 -0
  744. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_tick_update_parallel_fast_dev_nodes +0 -0
  745. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_tick_update_parallel_fast_dev_optimized_cfg +0 -0
  746. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_tick_update_parallel_fast_nodes +0 -0
  747. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_tick_update_parallel_fast_optimized_cfg +0 -0
  748. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_tick_update_parallel_standard_dev_nodes +0 -0
  749. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_tick_update_parallel_standard_dev_optimized_cfg +0 -0
  750. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_tick_update_parallel_standard_nodes +0 -0
  751. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_tick_update_parallel_standard_optimized_cfg +0 -0
  752. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_tick_update_sequential_cfg +0 -0
  753. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_tick_update_sequential_dev_cfg +0 -0
  754. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_tick_update_sequential_fast_dev_nodes +0 -0
  755. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_tick_update_sequential_fast_dev_optimized_cfg +0 -0
  756. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_tick_update_sequential_fast_nodes +0 -0
  757. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_tick_update_sequential_fast_optimized_cfg +0 -0
  758. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_tick_update_sequential_standard_dev_nodes +0 -0
  759. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_tick_update_sequential_standard_dev_optimized_cfg +0 -0
  760. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_tick_update_sequential_standard_nodes +0 -0
  761. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_hold_tick_update_sequential_standard_optimized_cfg +0 -0
  762. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_note_initialize_cfg +0 -0
  763. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_note_initialize_fast_nodes +0 -0
  764. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_note_initialize_fast_optimized_cfg +0 -0
  765. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_note_initialize_standard_nodes +0 -0
  766. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_note_initialize_standard_optimized_cfg +0 -0
  767. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_note_preprocess_cfg +0 -0
  768. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_note_preprocess_fast_nodes +0 -0
  769. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_note_preprocess_fast_optimized_cfg +0 -0
  770. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_note_preprocess_standard_nodes +0 -0
  771. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_note_preprocess_standard_optimized_cfg +0 -0
  772. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_note_should_spawn_cfg +0 -0
  773. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_note_should_spawn_fast_nodes +0 -0
  774. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_note_should_spawn_fast_optimized_cfg +0 -0
  775. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_note_should_spawn_standard_nodes +0 -0
  776. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_note_should_spawn_standard_optimized_cfg +0 -0
  777. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_note_spawn_order_cfg +0 -0
  778. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_note_spawn_order_fast_nodes +0 -0
  779. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_note_spawn_order_fast_optimized_cfg +0 -0
  780. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_note_spawn_order_standard_nodes +0 -0
  781. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_note_spawn_order_standard_optimized_cfg +0 -0
  782. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_note_terminate_cfg +0 -0
  783. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_note_terminate_fast_nodes +0 -0
  784. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_note_terminate_fast_optimized_cfg +0 -0
  785. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_note_terminate_standard_nodes +0 -0
  786. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_note_terminate_standard_optimized_cfg +0 -0
  787. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_note_touch_cfg +0 -0
  788. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_note_touch_fast_nodes +0 -0
  789. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_note_touch_fast_optimized_cfg +0 -0
  790. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_note_touch_standard_nodes +0 -0
  791. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_note_touch_standard_optimized_cfg +0 -0
  792. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_note_update_parallel_cfg +0 -0
  793. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_note_update_parallel_fast_nodes +0 -0
  794. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_note_update_parallel_fast_optimized_cfg +0 -0
  795. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_note_update_parallel_standard_nodes +0 -0
  796. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_note_update_parallel_standard_optimized_cfg +0 -0
  797. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_note_update_sequential_cfg +0 -0
  798. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_note_update_sequential_fast_nodes +0 -0
  799. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_note_update_sequential_fast_optimized_cfg +0 -0
  800. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_note_update_sequential_standard_nodes +0 -0
  801. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_note_update_sequential_standard_optimized_cfg +0 -0
  802. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_sim_line_should_spawn_cfg +0 -0
  803. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_sim_line_should_spawn_dev_cfg +0 -0
  804. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_sim_line_should_spawn_fast_dev_nodes +0 -0
  805. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_sim_line_should_spawn_fast_dev_optimized_cfg +0 -0
  806. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_sim_line_should_spawn_fast_nodes +0 -0
  807. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_sim_line_should_spawn_fast_optimized_cfg +0 -0
  808. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_sim_line_should_spawn_standard_dev_nodes +0 -0
  809. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_sim_line_should_spawn_standard_dev_optimized_cfg +0 -0
  810. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_sim_line_should_spawn_standard_nodes +0 -0
  811. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_sim_line_should_spawn_standard_optimized_cfg +0 -0
  812. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_sim_line_spawn_order_cfg +0 -0
  813. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_sim_line_spawn_order_dev_cfg +0 -0
  814. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_sim_line_spawn_order_fast_dev_nodes +0 -0
  815. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_sim_line_spawn_order_fast_dev_optimized_cfg +0 -0
  816. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_sim_line_spawn_order_fast_nodes +0 -0
  817. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_sim_line_spawn_order_fast_optimized_cfg +0 -0
  818. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_sim_line_spawn_order_standard_dev_nodes +0 -0
  819. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_sim_line_spawn_order_standard_dev_optimized_cfg +0 -0
  820. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_sim_line_spawn_order_standard_nodes +0 -0
  821. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_sim_line_spawn_order_standard_optimized_cfg +0 -0
  822. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_sim_line_update_parallel_cfg +0 -0
  823. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_sim_line_update_parallel_dev_cfg +0 -0
  824. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_sim_line_update_parallel_fast_dev_nodes +0 -0
  825. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_sim_line_update_parallel_fast_dev_optimized_cfg +0 -0
  826. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_sim_line_update_parallel_fast_nodes +0 -0
  827. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_sim_line_update_parallel_fast_optimized_cfg +0 -0
  828. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_sim_line_update_parallel_standard_dev_nodes +0 -0
  829. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_sim_line_update_parallel_standard_dev_optimized_cfg +0 -0
  830. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_sim_line_update_parallel_standard_nodes +0 -0
  831. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_sim_line_update_parallel_standard_optimized_cfg +0 -0
  832. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_stage_preprocess_cfg +0 -0
  833. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_stage_preprocess_dev_cfg +0 -0
  834. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_stage_preprocess_fast_dev_nodes +0 -0
  835. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_stage_preprocess_fast_dev_optimized_cfg +0 -0
  836. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_stage_preprocess_fast_nodes +0 -0
  837. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_stage_preprocess_fast_optimized_cfg +0 -0
  838. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_stage_preprocess_standard_dev_nodes +0 -0
  839. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_stage_preprocess_standard_dev_optimized_cfg +0 -0
  840. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_stage_preprocess_standard_nodes +0 -0
  841. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_stage_preprocess_standard_optimized_cfg +0 -0
  842. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_stage_should_spawn_cfg +0 -0
  843. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_stage_should_spawn_dev_cfg +0 -0
  844. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_stage_should_spawn_fast_dev_nodes +0 -0
  845. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_stage_should_spawn_fast_dev_optimized_cfg +0 -0
  846. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_stage_should_spawn_fast_nodes +0 -0
  847. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_stage_should_spawn_fast_optimized_cfg +0 -0
  848. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_stage_should_spawn_standard_dev_nodes +0 -0
  849. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_stage_should_spawn_standard_dev_optimized_cfg +0 -0
  850. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_stage_should_spawn_standard_nodes +0 -0
  851. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_stage_should_spawn_standard_optimized_cfg +0 -0
  852. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_stage_spawn_order_cfg +0 -0
  853. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_stage_spawn_order_dev_cfg +0 -0
  854. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_stage_spawn_order_fast_dev_nodes +0 -0
  855. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_stage_spawn_order_fast_dev_optimized_cfg +0 -0
  856. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_stage_spawn_order_fast_nodes +0 -0
  857. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_stage_spawn_order_fast_optimized_cfg +0 -0
  858. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_stage_spawn_order_standard_dev_nodes +0 -0
  859. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_stage_spawn_order_standard_dev_optimized_cfg +0 -0
  860. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_stage_spawn_order_standard_nodes +0 -0
  861. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_stage_spawn_order_standard_optimized_cfg +0 -0
  862. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_stage_touch_cfg +0 -0
  863. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_stage_touch_dev_cfg +0 -0
  864. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_stage_touch_fast_dev_nodes +0 -0
  865. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_stage_touch_fast_dev_optimized_cfg +0 -0
  866. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_stage_touch_fast_nodes +0 -0
  867. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_stage_touch_fast_optimized_cfg +0 -0
  868. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_stage_touch_standard_dev_nodes +0 -0
  869. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_stage_touch_standard_dev_optimized_cfg +0 -0
  870. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_stage_touch_standard_nodes +0 -0
  871. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_stage_touch_standard_optimized_cfg +0 -0
  872. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_stage_update_parallel_cfg +0 -0
  873. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_stage_update_parallel_dev_cfg +0 -0
  874. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_stage_update_parallel_fast_dev_nodes +0 -0
  875. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_stage_update_parallel_fast_dev_optimized_cfg +0 -0
  876. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_stage_update_parallel_fast_nodes +0 -0
  877. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_stage_update_parallel_fast_optimized_cfg +0 -0
  878. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_stage_update_parallel_standard_dev_nodes +0 -0
  879. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_stage_update_parallel_standard_dev_optimized_cfg +0 -0
  880. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_stage_update_parallel_standard_nodes +0 -0
  881. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_stage_update_parallel_standard_optimized_cfg +0 -0
  882. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_stage_update_sequential_cfg +0 -0
  883. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_stage_update_sequential_dev_cfg +0 -0
  884. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_stage_update_sequential_fast_dev_nodes +0 -0
  885. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_stage_update_sequential_fast_dev_optimized_cfg +0 -0
  886. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_stage_update_sequential_fast_nodes +0 -0
  887. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_stage_update_sequential_fast_optimized_cfg +0 -0
  888. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_stage_update_sequential_standard_dev_nodes +0 -0
  889. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_stage_update_sequential_standard_dev_optimized_cfg +0 -0
  890. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_stage_update_sequential_standard_nodes +0 -0
  891. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_stage_update_sequential_standard_optimized_cfg +0 -0
  892. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_tap_initialize_cfg +0 -0
  893. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_tap_initialize_dev_cfg +0 -0
  894. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_tap_initialize_fast_dev_nodes +0 -0
  895. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_tap_initialize_fast_dev_optimized_cfg +0 -0
  896. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_tap_initialize_fast_nodes +0 -0
  897. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_tap_initialize_fast_optimized_cfg +0 -0
  898. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_tap_initialize_standard_dev_nodes +0 -0
  899. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_tap_initialize_standard_dev_optimized_cfg +0 -0
  900. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_tap_initialize_standard_nodes +0 -0
  901. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_tap_initialize_standard_optimized_cfg +0 -0
  902. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_tap_preprocess_cfg +0 -0
  903. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_tap_preprocess_dev_cfg +0 -0
  904. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_tap_preprocess_fast_dev_nodes +0 -0
  905. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_tap_preprocess_fast_dev_optimized_cfg +0 -0
  906. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_tap_preprocess_fast_nodes +0 -0
  907. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_tap_preprocess_fast_optimized_cfg +0 -0
  908. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_tap_preprocess_standard_dev_nodes +0 -0
  909. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_tap_preprocess_standard_dev_optimized_cfg +0 -0
  910. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_tap_preprocess_standard_nodes +0 -0
  911. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_tap_preprocess_standard_optimized_cfg +0 -0
  912. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_tap_should_spawn_cfg +0 -0
  913. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_tap_should_spawn_dev_cfg +0 -0
  914. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_tap_should_spawn_fast_dev_nodes +0 -0
  915. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_tap_should_spawn_fast_dev_optimized_cfg +0 -0
  916. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_tap_should_spawn_fast_nodes +0 -0
  917. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_tap_should_spawn_fast_optimized_cfg +0 -0
  918. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_tap_should_spawn_standard_dev_nodes +0 -0
  919. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_tap_should_spawn_standard_dev_optimized_cfg +0 -0
  920. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_tap_should_spawn_standard_nodes +0 -0
  921. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_tap_should_spawn_standard_optimized_cfg +0 -0
  922. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_tap_spawn_order_cfg +0 -0
  923. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_tap_spawn_order_dev_cfg +0 -0
  924. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_tap_spawn_order_fast_dev_nodes +0 -0
  925. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_tap_spawn_order_fast_dev_optimized_cfg +0 -0
  926. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_tap_spawn_order_fast_nodes +0 -0
  927. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_tap_spawn_order_fast_optimized_cfg +0 -0
  928. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_tap_spawn_order_standard_dev_nodes +0 -0
  929. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_tap_spawn_order_standard_dev_optimized_cfg +0 -0
  930. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_tap_spawn_order_standard_nodes +0 -0
  931. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_tap_spawn_order_standard_optimized_cfg +0 -0
  932. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_tap_terminate_cfg +0 -0
  933. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_tap_terminate_dev_cfg +0 -0
  934. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_tap_terminate_fast_dev_nodes +0 -0
  935. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_tap_terminate_fast_dev_optimized_cfg +0 -0
  936. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_tap_terminate_fast_nodes +0 -0
  937. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_tap_terminate_fast_optimized_cfg +0 -0
  938. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_tap_terminate_standard_dev_nodes +0 -0
  939. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_tap_terminate_standard_dev_optimized_cfg +0 -0
  940. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_tap_terminate_standard_nodes +0 -0
  941. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_tap_terminate_standard_optimized_cfg +0 -0
  942. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_tap_touch_cfg +0 -0
  943. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_tap_touch_dev_cfg +0 -0
  944. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_tap_touch_fast_dev_nodes +0 -0
  945. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_tap_touch_fast_dev_optimized_cfg +0 -0
  946. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_tap_touch_fast_nodes +0 -0
  947. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_tap_touch_fast_optimized_cfg +0 -0
  948. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_tap_touch_standard_dev_nodes +0 -0
  949. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_tap_touch_standard_dev_optimized_cfg +0 -0
  950. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_tap_touch_standard_nodes +0 -0
  951. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_tap_touch_standard_optimized_cfg +0 -0
  952. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_tap_update_parallel_cfg +0 -0
  953. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_tap_update_parallel_dev_cfg +0 -0
  954. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_tap_update_parallel_fast_dev_nodes +0 -0
  955. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_tap_update_parallel_fast_dev_optimized_cfg +0 -0
  956. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_tap_update_parallel_fast_nodes +0 -0
  957. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_tap_update_parallel_fast_optimized_cfg +0 -0
  958. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_tap_update_parallel_standard_dev_nodes +0 -0
  959. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_tap_update_parallel_standard_dev_optimized_cfg +0 -0
  960. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_tap_update_parallel_standard_nodes +0 -0
  961. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_tap_update_parallel_standard_optimized_cfg +0 -0
  962. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_tap_update_sequential_cfg +0 -0
  963. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_tap_update_sequential_dev_cfg +0 -0
  964. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_tap_update_sequential_fast_dev_nodes +0 -0
  965. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_tap_update_sequential_fast_dev_optimized_cfg +0 -0
  966. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_tap_update_sequential_fast_nodes +0 -0
  967. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_tap_update_sequential_fast_optimized_cfg +0 -0
  968. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_tap_update_sequential_standard_dev_nodes +0 -0
  969. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_tap_update_sequential_standard_dev_optimized_cfg +0 -0
  970. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_tap_update_sequential_standard_nodes +0 -0
  971. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_tap_update_sequential_standard_optimized_cfg +0 -0
  972. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_unscored_note_initialize_cfg +0 -0
  973. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_unscored_note_initialize_fast_nodes +0 -0
  974. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_unscored_note_initialize_fast_optimized_cfg +0 -0
  975. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_unscored_note_initialize_standard_nodes +0 -0
  976. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_unscored_note_initialize_standard_optimized_cfg +0 -0
  977. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_unscored_note_preprocess_cfg +0 -0
  978. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_unscored_note_preprocess_fast_nodes +0 -0
  979. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_unscored_note_preprocess_fast_optimized_cfg +0 -0
  980. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_unscored_note_preprocess_standard_nodes +0 -0
  981. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_unscored_note_preprocess_standard_optimized_cfg +0 -0
  982. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_unscored_note_should_spawn_cfg +0 -0
  983. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_unscored_note_should_spawn_fast_nodes +0 -0
  984. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_unscored_note_should_spawn_fast_optimized_cfg +0 -0
  985. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_unscored_note_should_spawn_standard_nodes +0 -0
  986. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_unscored_note_should_spawn_standard_optimized_cfg +0 -0
  987. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_unscored_note_spawn_order_cfg +0 -0
  988. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_unscored_note_spawn_order_fast_nodes +0 -0
  989. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_unscored_note_spawn_order_fast_optimized_cfg +0 -0
  990. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_unscored_note_spawn_order_standard_nodes +0 -0
  991. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_unscored_note_spawn_order_standard_optimized_cfg +0 -0
  992. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_unscored_note_terminate_cfg +0 -0
  993. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_unscored_note_terminate_fast_nodes +0 -0
  994. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_unscored_note_terminate_fast_optimized_cfg +0 -0
  995. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_unscored_note_terminate_standard_nodes +0 -0
  996. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_unscored_note_terminate_standard_optimized_cfg +0 -0
  997. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_unscored_note_touch_cfg +0 -0
  998. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_unscored_note_touch_fast_nodes +0 -0
  999. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_unscored_note_touch_fast_optimized_cfg +0 -0
  1000. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_unscored_note_touch_standard_nodes +0 -0
  1001. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_unscored_note_touch_standard_optimized_cfg +0 -0
  1002. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_unscored_note_update_parallel_cfg +0 -0
  1003. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_unscored_note_update_parallel_fast_nodes +0 -0
  1004. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_unscored_note_update_parallel_fast_optimized_cfg +0 -0
  1005. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_unscored_note_update_parallel_standard_nodes +0 -0
  1006. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_unscored_note_update_parallel_standard_optimized_cfg +0 -0
  1007. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_unscored_note_update_sequential_cfg +0 -0
  1008. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_unscored_note_update_sequential_fast_nodes +0 -0
  1009. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_unscored_note_update_sequential_fast_optimized_cfg +0 -0
  1010. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_unscored_note_update_sequential_standard_nodes +0 -0
  1011. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_play_unscored_note_update_sequential_standard_optimized_cfg +0 -0
  1012. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_preview_directional_flick_preprocess_cfg +0 -0
  1013. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_preview_directional_flick_preprocess_dev_cfg +0 -0
  1014. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_preview_directional_flick_preprocess_fast_dev_nodes +0 -0
  1015. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_preview_directional_flick_preprocess_fast_dev_optimized_cfg +0 -0
  1016. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_preview_directional_flick_preprocess_fast_nodes +0 -0
  1017. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_preview_directional_flick_preprocess_fast_optimized_cfg +0 -0
  1018. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_preview_directional_flick_preprocess_standard_dev_nodes +0 -0
  1019. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_preview_directional_flick_preprocess_standard_dev_optimized_cfg +0 -0
  1020. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_preview_directional_flick_preprocess_standard_nodes +0 -0
  1021. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_preview_directional_flick_preprocess_standard_optimized_cfg +0 -0
  1022. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_preview_directional_flick_render_cfg +0 -0
  1023. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_preview_directional_flick_render_dev_cfg +0 -0
  1024. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_preview_directional_flick_render_fast_dev_nodes +0 -0
  1025. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_preview_directional_flick_render_fast_dev_optimized_cfg +0 -0
  1026. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_preview_directional_flick_render_fast_nodes +0 -0
  1027. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_preview_directional_flick_render_fast_optimized_cfg +0 -0
  1028. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_preview_directional_flick_render_standard_dev_nodes +0 -0
  1029. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_preview_directional_flick_render_standard_dev_optimized_cfg +0 -0
  1030. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_preview_directional_flick_render_standard_nodes +0 -0
  1031. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_preview_directional_flick_render_standard_optimized_cfg +0 -0
  1032. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_preview_flick_preprocess_cfg +0 -0
  1033. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_preview_flick_preprocess_dev_cfg +0 -0
  1034. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_preview_flick_preprocess_fast_dev_nodes +0 -0
  1035. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_preview_flick_preprocess_fast_dev_optimized_cfg +0 -0
  1036. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_preview_flick_preprocess_fast_nodes +0 -0
  1037. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_preview_flick_preprocess_fast_optimized_cfg +0 -0
  1038. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_preview_flick_preprocess_standard_dev_nodes +0 -0
  1039. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_preview_flick_preprocess_standard_dev_optimized_cfg +0 -0
  1040. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_preview_flick_preprocess_standard_nodes +0 -0
  1041. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_preview_flick_preprocess_standard_optimized_cfg +0 -0
  1042. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_preview_flick_render_cfg +0 -0
  1043. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_preview_flick_render_dev_cfg +0 -0
  1044. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_preview_flick_render_fast_dev_nodes +0 -0
  1045. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_preview_flick_render_fast_dev_optimized_cfg +0 -0
  1046. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_preview_flick_render_fast_nodes +0 -0
  1047. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_preview_flick_render_fast_optimized_cfg +0 -0
  1048. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_preview_flick_render_standard_dev_nodes +0 -0
  1049. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_preview_flick_render_standard_dev_optimized_cfg +0 -0
  1050. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_preview_flick_render_standard_nodes +0 -0
  1051. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_preview_flick_render_standard_optimized_cfg +0 -0
  1052. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_preview_hold_anchor_preprocess_cfg +0 -0
  1053. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_preview_hold_anchor_preprocess_dev_cfg +0 -0
  1054. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_preview_hold_anchor_preprocess_fast_dev_nodes +0 -0
  1055. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_preview_hold_anchor_preprocess_fast_dev_optimized_cfg +0 -0
  1056. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_preview_hold_anchor_preprocess_fast_nodes +0 -0
  1057. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_preview_hold_anchor_preprocess_fast_optimized_cfg +0 -0
  1058. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_preview_hold_anchor_preprocess_standard_dev_nodes +0 -0
  1059. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_preview_hold_anchor_preprocess_standard_dev_optimized_cfg +0 -0
  1060. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_preview_hold_anchor_preprocess_standard_nodes +0 -0
  1061. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_preview_hold_anchor_preprocess_standard_optimized_cfg +0 -0
  1062. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_preview_hold_anchor_render_cfg +0 -0
  1063. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_preview_hold_anchor_render_dev_cfg +0 -0
  1064. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_preview_hold_anchor_render_fast_dev_nodes +0 -0
  1065. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_preview_hold_anchor_render_fast_dev_optimized_cfg +0 -0
  1066. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_preview_hold_anchor_render_fast_nodes +0 -0
  1067. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_preview_hold_anchor_render_fast_optimized_cfg +0 -0
  1068. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_preview_hold_anchor_render_standard_dev_nodes +0 -0
  1069. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_preview_hold_anchor_render_standard_dev_optimized_cfg +0 -0
  1070. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_preview_hold_anchor_render_standard_nodes +0 -0
  1071. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_preview_hold_anchor_render_standard_optimized_cfg +0 -0
  1072. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_preview_hold_end_preprocess_cfg +0 -0
  1073. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_preview_hold_end_preprocess_dev_cfg +0 -0
  1074. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_preview_hold_end_preprocess_fast_dev_nodes +0 -0
  1075. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_preview_hold_end_preprocess_fast_dev_optimized_cfg +0 -0
  1076. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_preview_hold_end_preprocess_fast_nodes +0 -0
  1077. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_preview_hold_end_preprocess_fast_optimized_cfg +0 -0
  1078. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_preview_hold_end_preprocess_standard_dev_nodes +0 -0
  1079. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_preview_hold_end_preprocess_standard_dev_optimized_cfg +0 -0
  1080. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_preview_hold_end_preprocess_standard_nodes +0 -0
  1081. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_preview_hold_end_preprocess_standard_optimized_cfg +0 -0
  1082. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_preview_hold_end_render_cfg +0 -0
  1083. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_preview_hold_end_render_dev_cfg +0 -0
  1084. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_preview_hold_end_render_fast_dev_nodes +0 -0
  1085. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_preview_hold_end_render_fast_dev_optimized_cfg +0 -0
  1086. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_preview_hold_end_render_fast_nodes +0 -0
  1087. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_preview_hold_end_render_fast_optimized_cfg +0 -0
  1088. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_preview_hold_end_render_standard_dev_nodes +0 -0
  1089. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_preview_hold_end_render_standard_dev_optimized_cfg +0 -0
  1090. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_preview_hold_end_render_standard_nodes +0 -0
  1091. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_preview_hold_end_render_standard_optimized_cfg +0 -0
  1092. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_preview_hold_head_preprocess_cfg +0 -0
  1093. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_preview_hold_head_preprocess_dev_cfg +0 -0
  1094. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_preview_hold_head_preprocess_fast_dev_nodes +0 -0
  1095. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_preview_hold_head_preprocess_fast_dev_optimized_cfg +0 -0
  1096. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_preview_hold_head_preprocess_fast_nodes +0 -0
  1097. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_preview_hold_head_preprocess_fast_optimized_cfg +0 -0
  1098. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_preview_hold_head_preprocess_standard_dev_nodes +0 -0
  1099. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_preview_hold_head_preprocess_standard_dev_optimized_cfg +0 -0
  1100. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_preview_hold_head_preprocess_standard_nodes +0 -0
  1101. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_preview_hold_head_preprocess_standard_optimized_cfg +0 -0
  1102. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_preview_hold_head_render_cfg +0 -0
  1103. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_preview_hold_head_render_dev_cfg +0 -0
  1104. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_preview_hold_head_render_fast_dev_nodes +0 -0
  1105. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_preview_hold_head_render_fast_dev_optimized_cfg +0 -0
  1106. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_preview_hold_head_render_fast_nodes +0 -0
  1107. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_preview_hold_head_render_fast_optimized_cfg +0 -0
  1108. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_preview_hold_head_render_standard_dev_nodes +0 -0
  1109. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_preview_hold_head_render_standard_dev_optimized_cfg +0 -0
  1110. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_preview_hold_head_render_standard_nodes +0 -0
  1111. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_preview_hold_head_render_standard_optimized_cfg +0 -0
  1112. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_preview_hold_tick_preprocess_cfg +0 -0
  1113. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_preview_hold_tick_preprocess_dev_cfg +0 -0
  1114. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_preview_hold_tick_preprocess_fast_dev_nodes +0 -0
  1115. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_preview_hold_tick_preprocess_fast_dev_optimized_cfg +0 -0
  1116. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_preview_hold_tick_preprocess_fast_nodes +0 -0
  1117. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_preview_hold_tick_preprocess_fast_optimized_cfg +0 -0
  1118. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_preview_hold_tick_preprocess_standard_dev_nodes +0 -0
  1119. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_preview_hold_tick_preprocess_standard_dev_optimized_cfg +0 -0
  1120. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_preview_hold_tick_preprocess_standard_nodes +0 -0
  1121. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_preview_hold_tick_preprocess_standard_optimized_cfg +0 -0
  1122. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_preview_hold_tick_render_cfg +0 -0
  1123. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_preview_hold_tick_render_dev_cfg +0 -0
  1124. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_preview_hold_tick_render_fast_dev_nodes +0 -0
  1125. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_preview_hold_tick_render_fast_dev_optimized_cfg +0 -0
  1126. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_preview_hold_tick_render_fast_nodes +0 -0
  1127. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_preview_hold_tick_render_fast_optimized_cfg +0 -0
  1128. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_preview_hold_tick_render_standard_dev_nodes +0 -0
  1129. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_preview_hold_tick_render_standard_dev_optimized_cfg +0 -0
  1130. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_preview_hold_tick_render_standard_nodes +0 -0
  1131. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_preview_hold_tick_render_standard_optimized_cfg +0 -0
  1132. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_preview_preview_bpm_change_preprocess_cfg +0 -0
  1133. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_preview_preview_bpm_change_preprocess_dev_cfg +0 -0
  1134. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_preview_preview_bpm_change_preprocess_fast_dev_nodes +0 -0
  1135. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_preview_preview_bpm_change_preprocess_fast_dev_optimized_cfg +0 -0
  1136. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_preview_preview_bpm_change_preprocess_fast_nodes +0 -0
  1137. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_preview_preview_bpm_change_preprocess_fast_optimized_cfg +0 -0
  1138. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_preview_preview_bpm_change_preprocess_standard_dev_nodes +0 -0
  1139. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_preview_preview_bpm_change_preprocess_standard_dev_optimized_cfg +0 -0
  1140. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_preview_preview_bpm_change_preprocess_standard_nodes +0 -0
  1141. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_preview_preview_bpm_change_preprocess_standard_optimized_cfg +0 -0
  1142. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_preview_preview_bpm_change_render_cfg +0 -0
  1143. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_preview_preview_bpm_change_render_dev_cfg +0 -0
  1144. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_preview_preview_bpm_change_render_fast_dev_nodes +0 -0
  1145. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_preview_preview_bpm_change_render_fast_dev_optimized_cfg +0 -0
  1146. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_preview_preview_bpm_change_render_fast_nodes +0 -0
  1147. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_preview_preview_bpm_change_render_fast_optimized_cfg +0 -0
  1148. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_preview_preview_bpm_change_render_standard_dev_nodes +0 -0
  1149. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_preview_preview_bpm_change_render_standard_dev_optimized_cfg +0 -0
  1150. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_preview_preview_bpm_change_render_standard_nodes +0 -0
  1151. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_preview_preview_bpm_change_render_standard_optimized_cfg +0 -0
  1152. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_preview_preview_hold_connector_render_cfg +0 -0
  1153. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_preview_preview_hold_connector_render_dev_cfg +0 -0
  1154. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_preview_preview_hold_connector_render_fast_dev_nodes +0 -0
  1155. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_preview_preview_hold_connector_render_fast_dev_optimized_cfg +0 -0
  1156. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_preview_preview_hold_connector_render_fast_nodes +0 -0
  1157. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_preview_preview_hold_connector_render_fast_optimized_cfg +0 -0
  1158. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_preview_preview_hold_connector_render_standard_dev_nodes +0 -0
  1159. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_preview_preview_hold_connector_render_standard_dev_optimized_cfg +0 -0
  1160. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_preview_preview_hold_connector_render_standard_nodes +0 -0
  1161. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_preview_preview_hold_connector_render_standard_optimized_cfg +0 -0
  1162. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_preview_preview_note_preprocess_cfg +0 -0
  1163. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_preview_preview_note_preprocess_fast_nodes +0 -0
  1164. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_preview_preview_note_preprocess_fast_optimized_cfg +0 -0
  1165. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_preview_preview_note_preprocess_standard_nodes +0 -0
  1166. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_preview_preview_note_preprocess_standard_optimized_cfg +0 -0
  1167. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_preview_preview_note_render_cfg +0 -0
  1168. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_preview_preview_note_render_fast_nodes +0 -0
  1169. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_preview_preview_note_render_fast_optimized_cfg +0 -0
  1170. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_preview_preview_note_render_standard_nodes +0 -0
  1171. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_preview_preview_note_render_standard_optimized_cfg +0 -0
  1172. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_preview_preview_sim_line_render_cfg +0 -0
  1173. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_preview_preview_sim_line_render_dev_cfg +0 -0
  1174. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_preview_preview_sim_line_render_fast_dev_nodes +0 -0
  1175. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_preview_preview_sim_line_render_fast_dev_optimized_cfg +0 -0
  1176. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_preview_preview_sim_line_render_fast_nodes +0 -0
  1177. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_preview_preview_sim_line_render_fast_optimized_cfg +0 -0
  1178. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_preview_preview_sim_line_render_standard_dev_nodes +0 -0
  1179. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_preview_preview_sim_line_render_standard_dev_optimized_cfg +0 -0
  1180. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_preview_preview_sim_line_render_standard_nodes +0 -0
  1181. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_preview_preview_sim_line_render_standard_optimized_cfg +0 -0
  1182. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_preview_preview_stage_preprocess_cfg +0 -0
  1183. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_preview_preview_stage_preprocess_dev_cfg +0 -0
  1184. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_preview_preview_stage_preprocess_fast_dev_nodes +0 -0
  1185. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_preview_preview_stage_preprocess_fast_dev_optimized_cfg +0 -0
  1186. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_preview_preview_stage_preprocess_fast_nodes +0 -0
  1187. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_preview_preview_stage_preprocess_fast_optimized_cfg +0 -0
  1188. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_preview_preview_stage_preprocess_standard_dev_nodes +0 -0
  1189. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_preview_preview_stage_preprocess_standard_dev_optimized_cfg +0 -0
  1190. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_preview_preview_stage_preprocess_standard_nodes +0 -0
  1191. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_preview_preview_stage_preprocess_standard_optimized_cfg +0 -0
  1192. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_preview_preview_stage_render_cfg +0 -0
  1193. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_preview_preview_stage_render_dev_cfg +0 -0
  1194. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_preview_preview_stage_render_fast_dev_nodes +0 -0
  1195. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_preview_preview_stage_render_fast_dev_optimized_cfg +0 -0
  1196. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_preview_preview_stage_render_fast_nodes +0 -0
  1197. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_preview_preview_stage_render_fast_optimized_cfg +0 -0
  1198. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_preview_preview_stage_render_standard_dev_nodes +0 -0
  1199. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_preview_preview_stage_render_standard_dev_optimized_cfg +0 -0
  1200. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_preview_preview_stage_render_standard_nodes +0 -0
  1201. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_preview_preview_stage_render_standard_optimized_cfg +0 -0
  1202. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_preview_preview_timescale_change_preprocess_cfg +0 -0
  1203. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_preview_preview_timescale_change_preprocess_dev_cfg +0 -0
  1204. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_preview_preview_timescale_change_preprocess_fast_dev_nodes +0 -0
  1205. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_preview_preview_timescale_change_preprocess_fast_dev_optimized_cfg +0 -0
  1206. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_preview_preview_timescale_change_preprocess_fast_nodes +0 -0
  1207. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_preview_preview_timescale_change_preprocess_fast_optimized_cfg +0 -0
  1208. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_preview_preview_timescale_change_preprocess_standard_dev_nodes +0 -0
  1209. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_preview_preview_timescale_change_preprocess_standard_dev_optimized_cfg +0 -0
  1210. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_preview_preview_timescale_change_preprocess_standard_nodes +0 -0
  1211. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_preview_preview_timescale_change_preprocess_standard_optimized_cfg +0 -0
  1212. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_preview_preview_timescale_change_render_cfg +0 -0
  1213. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_preview_preview_timescale_change_render_dev_cfg +0 -0
  1214. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_preview_preview_timescale_change_render_fast_dev_nodes +0 -0
  1215. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_preview_preview_timescale_change_render_fast_dev_optimized_cfg +0 -0
  1216. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_preview_preview_timescale_change_render_fast_nodes +0 -0
  1217. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_preview_preview_timescale_change_render_fast_optimized_cfg +0 -0
  1218. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_preview_preview_timescale_change_render_standard_dev_nodes +0 -0
  1219. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_preview_preview_timescale_change_render_standard_dev_optimized_cfg +0 -0
  1220. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_preview_preview_timescale_change_render_standard_nodes +0 -0
  1221. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_preview_preview_timescale_change_render_standard_optimized_cfg +0 -0
  1222. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_preview_preview_unscored_note_preprocess_cfg +0 -0
  1223. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_preview_preview_unscored_note_preprocess_fast_nodes +0 -0
  1224. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_preview_preview_unscored_note_preprocess_fast_optimized_cfg +0 -0
  1225. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_preview_preview_unscored_note_preprocess_standard_nodes +0 -0
  1226. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_preview_preview_unscored_note_preprocess_standard_optimized_cfg +0 -0
  1227. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_preview_preview_unscored_note_render_cfg +0 -0
  1228. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_preview_preview_unscored_note_render_fast_nodes +0 -0
  1229. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_preview_preview_unscored_note_render_fast_optimized_cfg +0 -0
  1230. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_preview_preview_unscored_note_render_standard_nodes +0 -0
  1231. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_preview_preview_unscored_note_render_standard_optimized_cfg +0 -0
  1232. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_preview_tap_preprocess_cfg +0 -0
  1233. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_preview_tap_preprocess_dev_cfg +0 -0
  1234. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_preview_tap_preprocess_fast_dev_nodes +0 -0
  1235. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_preview_tap_preprocess_fast_dev_optimized_cfg +0 -0
  1236. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_preview_tap_preprocess_fast_nodes +0 -0
  1237. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_preview_tap_preprocess_fast_optimized_cfg +0 -0
  1238. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_preview_tap_preprocess_standard_dev_nodes +0 -0
  1239. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_preview_tap_preprocess_standard_dev_optimized_cfg +0 -0
  1240. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_preview_tap_preprocess_standard_nodes +0 -0
  1241. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_preview_tap_preprocess_standard_optimized_cfg +0 -0
  1242. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_preview_tap_render_cfg +0 -0
  1243. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_preview_tap_render_dev_cfg +0 -0
  1244. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_preview_tap_render_fast_dev_nodes +0 -0
  1245. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_preview_tap_render_fast_dev_optimized_cfg +0 -0
  1246. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_preview_tap_render_fast_nodes +0 -0
  1247. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_preview_tap_render_fast_optimized_cfg +0 -0
  1248. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_preview_tap_render_standard_dev_nodes +0 -0
  1249. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_preview_tap_render_standard_dev_optimized_cfg +0 -0
  1250. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_preview_tap_render_standard_nodes +0 -0
  1251. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_preview_tap_render_standard_optimized_cfg +0 -0
  1252. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_tutorial_global_navigate_fast_cfg +0 -0
  1253. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_tutorial_global_navigate_fast_dev_cfg +0 -0
  1254. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_tutorial_global_navigate_fast_dev_nodes +0 -0
  1255. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_tutorial_global_navigate_fast_dev_optimized_cfg +0 -0
  1256. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_tutorial_global_navigate_fast_nodes +0 -0
  1257. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_tutorial_global_navigate_fast_optimized_cfg +0 -0
  1258. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_tutorial_global_navigate_standard_cfg +0 -0
  1259. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_tutorial_global_navigate_standard_dev_cfg +0 -0
  1260. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_tutorial_global_navigate_standard_dev_nodes +0 -0
  1261. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_tutorial_global_navigate_standard_dev_optimized_cfg +0 -0
  1262. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_tutorial_global_navigate_standard_nodes +0 -0
  1263. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_tutorial_global_navigate_standard_optimized_cfg +0 -0
  1264. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_tutorial_global_preprocess_fast_cfg +0 -0
  1265. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_tutorial_global_preprocess_fast_dev_cfg +0 -0
  1266. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_tutorial_global_preprocess_fast_dev_nodes +0 -0
  1267. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_tutorial_global_preprocess_fast_dev_optimized_cfg +0 -0
  1268. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_tutorial_global_preprocess_fast_nodes +0 -0
  1269. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_tutorial_global_preprocess_fast_optimized_cfg +0 -0
  1270. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_tutorial_global_preprocess_standard_cfg +0 -0
  1271. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_tutorial_global_preprocess_standard_dev_cfg +0 -0
  1272. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_tutorial_global_preprocess_standard_dev_nodes +0 -0
  1273. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_tutorial_global_preprocess_standard_dev_optimized_cfg +0 -0
  1274. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_tutorial_global_preprocess_standard_nodes +0 -0
  1275. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_tutorial_global_preprocess_standard_optimized_cfg +0 -0
  1276. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_tutorial_global_update_fast_cfg +0 -0
  1277. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_tutorial_global_update_fast_dev_cfg +0 -0
  1278. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_tutorial_global_update_fast_dev_nodes +0 -0
  1279. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_tutorial_global_update_fast_dev_optimized_cfg +0 -0
  1280. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_tutorial_global_update_fast_nodes +0 -0
  1281. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_tutorial_global_update_fast_optimized_cfg +0 -0
  1282. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_tutorial_global_update_standard_cfg +0 -0
  1283. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_tutorial_global_update_standard_dev_cfg +0 -0
  1284. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_tutorial_global_update_standard_dev_nodes +0 -0
  1285. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_tutorial_global_update_standard_dev_optimized_cfg +0 -0
  1286. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_tutorial_global_update_standard_nodes +0 -0
  1287. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_tutorial_global_update_standard_optimized_cfg +0 -0
  1288. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_directional_flick_despawn_time_cfg +0 -0
  1289. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_directional_flick_despawn_time_dev_cfg +0 -0
  1290. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_directional_flick_despawn_time_fast_dev_nodes +0 -0
  1291. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_directional_flick_despawn_time_fast_dev_optimized_cfg +0 -0
  1292. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_directional_flick_despawn_time_fast_nodes +0 -0
  1293. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_directional_flick_despawn_time_fast_optimized_cfg +0 -0
  1294. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_directional_flick_despawn_time_standard_dev_nodes +0 -0
  1295. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_directional_flick_despawn_time_standard_dev_optimized_cfg +0 -0
  1296. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_directional_flick_despawn_time_standard_nodes +0 -0
  1297. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_directional_flick_despawn_time_standard_optimized_cfg +0 -0
  1298. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_directional_flick_preprocess_cfg +0 -0
  1299. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_directional_flick_preprocess_dev_cfg +0 -0
  1300. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_directional_flick_preprocess_fast_dev_nodes +0 -0
  1301. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_directional_flick_preprocess_fast_dev_optimized_cfg +0 -0
  1302. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_directional_flick_preprocess_fast_nodes +0 -0
  1303. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_directional_flick_preprocess_fast_optimized_cfg +0 -0
  1304. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_directional_flick_preprocess_standard_dev_nodes +0 -0
  1305. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_directional_flick_preprocess_standard_dev_optimized_cfg +0 -0
  1306. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_directional_flick_preprocess_standard_nodes +0 -0
  1307. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_directional_flick_preprocess_standard_optimized_cfg +0 -0
  1308. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_directional_flick_spawn_time_cfg +0 -0
  1309. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_directional_flick_spawn_time_dev_cfg +0 -0
  1310. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_directional_flick_spawn_time_fast_dev_nodes +0 -0
  1311. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_directional_flick_spawn_time_fast_dev_optimized_cfg +0 -0
  1312. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_directional_flick_spawn_time_fast_nodes +0 -0
  1313. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_directional_flick_spawn_time_fast_optimized_cfg +0 -0
  1314. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_directional_flick_spawn_time_standard_dev_nodes +0 -0
  1315. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_directional_flick_spawn_time_standard_dev_optimized_cfg +0 -0
  1316. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_directional_flick_spawn_time_standard_nodes +0 -0
  1317. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_directional_flick_spawn_time_standard_optimized_cfg +0 -0
  1318. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_directional_flick_terminate_cfg +0 -0
  1319. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_directional_flick_terminate_dev_cfg +0 -0
  1320. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_directional_flick_terminate_fast_dev_nodes +0 -0
  1321. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_directional_flick_terminate_fast_dev_optimized_cfg +0 -0
  1322. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_directional_flick_terminate_fast_nodes +0 -0
  1323. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_directional_flick_terminate_fast_optimized_cfg +0 -0
  1324. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_directional_flick_terminate_standard_dev_nodes +0 -0
  1325. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_directional_flick_terminate_standard_dev_optimized_cfg +0 -0
  1326. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_directional_flick_terminate_standard_nodes +0 -0
  1327. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_directional_flick_terminate_standard_optimized_cfg +0 -0
  1328. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_directional_flick_update_parallel_cfg +0 -0
  1329. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_directional_flick_update_parallel_dev_cfg +0 -0
  1330. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_directional_flick_update_parallel_fast_dev_nodes +0 -0
  1331. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_directional_flick_update_parallel_fast_dev_optimized_cfg +0 -0
  1332. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_directional_flick_update_parallel_fast_nodes +0 -0
  1333. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_directional_flick_update_parallel_fast_optimized_cfg +0 -0
  1334. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_directional_flick_update_parallel_standard_dev_nodes +0 -0
  1335. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_directional_flick_update_parallel_standard_dev_optimized_cfg +0 -0
  1336. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_directional_flick_update_parallel_standard_nodes +0 -0
  1337. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_directional_flick_update_parallel_standard_optimized_cfg +0 -0
  1338. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_flick_despawn_time_cfg +0 -0
  1339. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_flick_despawn_time_dev_cfg +0 -0
  1340. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_flick_despawn_time_fast_dev_nodes +0 -0
  1341. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_flick_despawn_time_fast_dev_optimized_cfg +0 -0
  1342. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_flick_despawn_time_fast_nodes +0 -0
  1343. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_flick_despawn_time_fast_optimized_cfg +0 -0
  1344. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_flick_despawn_time_standard_dev_nodes +0 -0
  1345. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_flick_despawn_time_standard_dev_optimized_cfg +0 -0
  1346. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_flick_despawn_time_standard_nodes +0 -0
  1347. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_flick_despawn_time_standard_optimized_cfg +0 -0
  1348. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_flick_preprocess_cfg +0 -0
  1349. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_flick_preprocess_dev_cfg +0 -0
  1350. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_flick_preprocess_fast_dev_nodes +0 -0
  1351. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_flick_preprocess_fast_dev_optimized_cfg +0 -0
  1352. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_flick_preprocess_fast_nodes +0 -0
  1353. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_flick_preprocess_fast_optimized_cfg +0 -0
  1354. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_flick_preprocess_standard_dev_nodes +0 -0
  1355. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_flick_preprocess_standard_dev_optimized_cfg +0 -0
  1356. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_flick_preprocess_standard_nodes +0 -0
  1357. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_flick_preprocess_standard_optimized_cfg +0 -0
  1358. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_flick_spawn_time_cfg +0 -0
  1359. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_flick_spawn_time_dev_cfg +0 -0
  1360. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_flick_spawn_time_fast_dev_nodes +0 -0
  1361. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_flick_spawn_time_fast_dev_optimized_cfg +0 -0
  1362. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_flick_spawn_time_fast_nodes +0 -0
  1363. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_flick_spawn_time_fast_optimized_cfg +0 -0
  1364. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_flick_spawn_time_standard_dev_nodes +0 -0
  1365. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_flick_spawn_time_standard_dev_optimized_cfg +0 -0
  1366. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_flick_spawn_time_standard_nodes +0 -0
  1367. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_flick_spawn_time_standard_optimized_cfg +0 -0
  1368. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_flick_terminate_cfg +0 -0
  1369. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_flick_terminate_dev_cfg +0 -0
  1370. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_flick_terminate_fast_dev_nodes +0 -0
  1371. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_flick_terminate_fast_dev_optimized_cfg +0 -0
  1372. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_flick_terminate_fast_nodes +0 -0
  1373. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_flick_terminate_fast_optimized_cfg +0 -0
  1374. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_flick_terminate_standard_dev_nodes +0 -0
  1375. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_flick_terminate_standard_dev_optimized_cfg +0 -0
  1376. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_flick_terminate_standard_nodes +0 -0
  1377. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_flick_terminate_standard_optimized_cfg +0 -0
  1378. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_flick_update_parallel_cfg +0 -0
  1379. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_flick_update_parallel_dev_cfg +0 -0
  1380. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_flick_update_parallel_fast_dev_nodes +0 -0
  1381. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_flick_update_parallel_fast_dev_optimized_cfg +0 -0
  1382. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_flick_update_parallel_fast_nodes +0 -0
  1383. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_flick_update_parallel_fast_optimized_cfg +0 -0
  1384. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_flick_update_parallel_standard_dev_nodes +0 -0
  1385. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_flick_update_parallel_standard_dev_optimized_cfg +0 -0
  1386. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_flick_update_parallel_standard_nodes +0 -0
  1387. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_flick_update_parallel_standard_optimized_cfg +0 -0
  1388. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_global_update_spawn_fast_cfg +0 -0
  1389. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_global_update_spawn_fast_dev_cfg +0 -0
  1390. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_global_update_spawn_fast_dev_nodes +0 -0
  1391. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_global_update_spawn_fast_dev_optimized_cfg +0 -0
  1392. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_global_update_spawn_fast_nodes +0 -0
  1393. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_global_update_spawn_fast_optimized_cfg +0 -0
  1394. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_global_update_spawn_standard_cfg +0 -0
  1395. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_global_update_spawn_standard_dev_cfg +0 -0
  1396. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_global_update_spawn_standard_dev_nodes +0 -0
  1397. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_global_update_spawn_standard_dev_optimized_cfg +0 -0
  1398. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_global_update_spawn_standard_nodes +0 -0
  1399. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_global_update_spawn_standard_optimized_cfg +0 -0
  1400. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_hold_anchor_despawn_time_cfg +0 -0
  1401. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_hold_anchor_despawn_time_dev_cfg +0 -0
  1402. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_hold_anchor_despawn_time_fast_dev_nodes +0 -0
  1403. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_hold_anchor_despawn_time_fast_dev_optimized_cfg +0 -0
  1404. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_hold_anchor_despawn_time_fast_nodes +0 -0
  1405. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_hold_anchor_despawn_time_fast_optimized_cfg +0 -0
  1406. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_hold_anchor_despawn_time_standard_dev_nodes +0 -0
  1407. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_hold_anchor_despawn_time_standard_dev_optimized_cfg +0 -0
  1408. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_hold_anchor_despawn_time_standard_nodes +0 -0
  1409. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_hold_anchor_despawn_time_standard_optimized_cfg +0 -0
  1410. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_hold_anchor_preprocess_cfg +0 -0
  1411. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_hold_anchor_preprocess_dev_cfg +0 -0
  1412. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_hold_anchor_preprocess_fast_dev_nodes +0 -0
  1413. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_hold_anchor_preprocess_fast_dev_optimized_cfg +0 -0
  1414. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_hold_anchor_preprocess_fast_nodes +0 -0
  1415. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_hold_anchor_preprocess_fast_optimized_cfg +0 -0
  1416. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_hold_anchor_preprocess_standard_dev_nodes +0 -0
  1417. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_hold_anchor_preprocess_standard_dev_optimized_cfg +0 -0
  1418. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_hold_anchor_preprocess_standard_nodes +0 -0
  1419. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_hold_anchor_preprocess_standard_optimized_cfg +0 -0
  1420. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_hold_anchor_spawn_time_cfg +0 -0
  1421. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_hold_anchor_spawn_time_dev_cfg +0 -0
  1422. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_hold_anchor_spawn_time_fast_dev_nodes +0 -0
  1423. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_hold_anchor_spawn_time_fast_dev_optimized_cfg +0 -0
  1424. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_hold_anchor_spawn_time_fast_nodes +0 -0
  1425. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_hold_anchor_spawn_time_fast_optimized_cfg +0 -0
  1426. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_hold_anchor_spawn_time_standard_dev_nodes +0 -0
  1427. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_hold_anchor_spawn_time_standard_dev_optimized_cfg +0 -0
  1428. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_hold_anchor_spawn_time_standard_nodes +0 -0
  1429. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_hold_anchor_spawn_time_standard_optimized_cfg +0 -0
  1430. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_hold_anchor_terminate_cfg +0 -0
  1431. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_hold_anchor_terminate_dev_cfg +0 -0
  1432. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_hold_anchor_terminate_fast_dev_nodes +0 -0
  1433. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_hold_anchor_terminate_fast_dev_optimized_cfg +0 -0
  1434. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_hold_anchor_terminate_fast_nodes +0 -0
  1435. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_hold_anchor_terminate_fast_optimized_cfg +0 -0
  1436. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_hold_anchor_terminate_standard_dev_nodes +0 -0
  1437. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_hold_anchor_terminate_standard_dev_optimized_cfg +0 -0
  1438. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_hold_anchor_terminate_standard_nodes +0 -0
  1439. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_hold_anchor_terminate_standard_optimized_cfg +0 -0
  1440. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_hold_anchor_update_parallel_cfg +0 -0
  1441. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_hold_anchor_update_parallel_dev_cfg +0 -0
  1442. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_hold_anchor_update_parallel_fast_dev_nodes +0 -0
  1443. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_hold_anchor_update_parallel_fast_dev_optimized_cfg +0 -0
  1444. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_hold_anchor_update_parallel_fast_nodes +0 -0
  1445. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_hold_anchor_update_parallel_fast_optimized_cfg +0 -0
  1446. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_hold_anchor_update_parallel_standard_dev_nodes +0 -0
  1447. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_hold_anchor_update_parallel_standard_dev_optimized_cfg +0 -0
  1448. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_hold_anchor_update_parallel_standard_nodes +0 -0
  1449. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_hold_anchor_update_parallel_standard_optimized_cfg +0 -0
  1450. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_hold_end_despawn_time_cfg +0 -0
  1451. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_hold_end_despawn_time_dev_cfg +0 -0
  1452. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_hold_end_despawn_time_fast_dev_nodes +0 -0
  1453. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_hold_end_despawn_time_fast_dev_optimized_cfg +0 -0
  1454. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_hold_end_despawn_time_fast_nodes +0 -0
  1455. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_hold_end_despawn_time_fast_optimized_cfg +0 -0
  1456. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_hold_end_despawn_time_standard_dev_nodes +0 -0
  1457. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_hold_end_despawn_time_standard_dev_optimized_cfg +0 -0
  1458. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_hold_end_despawn_time_standard_nodes +0 -0
  1459. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_hold_end_despawn_time_standard_optimized_cfg +0 -0
  1460. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_hold_end_preprocess_cfg +0 -0
  1461. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_hold_end_preprocess_dev_cfg +0 -0
  1462. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_hold_end_preprocess_fast_dev_nodes +0 -0
  1463. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_hold_end_preprocess_fast_dev_optimized_cfg +0 -0
  1464. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_hold_end_preprocess_fast_nodes +0 -0
  1465. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_hold_end_preprocess_fast_optimized_cfg +0 -0
  1466. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_hold_end_preprocess_standard_dev_nodes +0 -0
  1467. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_hold_end_preprocess_standard_dev_optimized_cfg +0 -0
  1468. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_hold_end_preprocess_standard_nodes +0 -0
  1469. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_hold_end_preprocess_standard_optimized_cfg +0 -0
  1470. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_hold_end_spawn_time_cfg +0 -0
  1471. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_hold_end_spawn_time_dev_cfg +0 -0
  1472. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_hold_end_spawn_time_fast_dev_nodes +0 -0
  1473. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_hold_end_spawn_time_fast_dev_optimized_cfg +0 -0
  1474. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_hold_end_spawn_time_fast_nodes +0 -0
  1475. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_hold_end_spawn_time_fast_optimized_cfg +0 -0
  1476. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_hold_end_spawn_time_standard_dev_nodes +0 -0
  1477. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_hold_end_spawn_time_standard_dev_optimized_cfg +0 -0
  1478. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_hold_end_spawn_time_standard_nodes +0 -0
  1479. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_hold_end_spawn_time_standard_optimized_cfg +0 -0
  1480. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_hold_end_terminate_cfg +0 -0
  1481. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_hold_end_terminate_dev_cfg +0 -0
  1482. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_hold_end_terminate_fast_dev_nodes +0 -0
  1483. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_hold_end_terminate_fast_dev_optimized_cfg +0 -0
  1484. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_hold_end_terminate_fast_nodes +0 -0
  1485. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_hold_end_terminate_fast_optimized_cfg +0 -0
  1486. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_hold_end_terminate_standard_dev_nodes +0 -0
  1487. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_hold_end_terminate_standard_dev_optimized_cfg +0 -0
  1488. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_hold_end_terminate_standard_nodes +0 -0
  1489. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_hold_end_terminate_standard_optimized_cfg +0 -0
  1490. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_hold_end_update_parallel_cfg +0 -0
  1491. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_hold_end_update_parallel_dev_cfg +0 -0
  1492. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_hold_end_update_parallel_fast_dev_nodes +0 -0
  1493. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_hold_end_update_parallel_fast_dev_optimized_cfg +0 -0
  1494. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_hold_end_update_parallel_fast_nodes +0 -0
  1495. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_hold_end_update_parallel_fast_optimized_cfg +0 -0
  1496. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_hold_end_update_parallel_standard_dev_nodes +0 -0
  1497. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_hold_end_update_parallel_standard_dev_optimized_cfg +0 -0
  1498. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_hold_end_update_parallel_standard_nodes +0 -0
  1499. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_hold_end_update_parallel_standard_optimized_cfg +0 -0
  1500. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_hold_head_despawn_time_cfg +0 -0
  1501. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_hold_head_despawn_time_dev_cfg +0 -0
  1502. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_hold_head_despawn_time_fast_dev_nodes +0 -0
  1503. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_hold_head_despawn_time_fast_dev_optimized_cfg +0 -0
  1504. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_hold_head_despawn_time_fast_nodes +0 -0
  1505. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_hold_head_despawn_time_fast_optimized_cfg +0 -0
  1506. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_hold_head_despawn_time_standard_dev_nodes +0 -0
  1507. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_hold_head_despawn_time_standard_dev_optimized_cfg +0 -0
  1508. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_hold_head_despawn_time_standard_nodes +0 -0
  1509. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_hold_head_despawn_time_standard_optimized_cfg +0 -0
  1510. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_hold_head_preprocess_cfg +0 -0
  1511. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_hold_head_preprocess_dev_cfg +0 -0
  1512. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_hold_head_preprocess_fast_dev_nodes +0 -0
  1513. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_hold_head_preprocess_fast_dev_optimized_cfg +0 -0
  1514. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_hold_head_preprocess_fast_nodes +0 -0
  1515. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_hold_head_preprocess_fast_optimized_cfg +0 -0
  1516. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_hold_head_preprocess_standard_dev_nodes +0 -0
  1517. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_hold_head_preprocess_standard_dev_optimized_cfg +0 -0
  1518. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_hold_head_preprocess_standard_nodes +0 -0
  1519. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_hold_head_preprocess_standard_optimized_cfg +0 -0
  1520. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_hold_head_spawn_time_cfg +0 -0
  1521. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_hold_head_spawn_time_dev_cfg +0 -0
  1522. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_hold_head_spawn_time_fast_dev_nodes +0 -0
  1523. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_hold_head_spawn_time_fast_dev_optimized_cfg +0 -0
  1524. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_hold_head_spawn_time_fast_nodes +0 -0
  1525. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_hold_head_spawn_time_fast_optimized_cfg +0 -0
  1526. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_hold_head_spawn_time_standard_dev_nodes +0 -0
  1527. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_hold_head_spawn_time_standard_dev_optimized_cfg +0 -0
  1528. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_hold_head_spawn_time_standard_nodes +0 -0
  1529. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_hold_head_spawn_time_standard_optimized_cfg +0 -0
  1530. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_hold_head_terminate_cfg +0 -0
  1531. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_hold_head_terminate_dev_cfg +0 -0
  1532. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_hold_head_terminate_fast_dev_nodes +0 -0
  1533. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_hold_head_terminate_fast_dev_optimized_cfg +0 -0
  1534. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_hold_head_terminate_fast_nodes +0 -0
  1535. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_hold_head_terminate_fast_optimized_cfg +0 -0
  1536. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_hold_head_terminate_standard_dev_nodes +0 -0
  1537. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_hold_head_terminate_standard_dev_optimized_cfg +0 -0
  1538. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_hold_head_terminate_standard_nodes +0 -0
  1539. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_hold_head_terminate_standard_optimized_cfg +0 -0
  1540. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_hold_head_update_parallel_cfg +0 -0
  1541. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_hold_head_update_parallel_dev_cfg +0 -0
  1542. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_hold_head_update_parallel_fast_dev_nodes +0 -0
  1543. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_hold_head_update_parallel_fast_dev_optimized_cfg +0 -0
  1544. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_hold_head_update_parallel_fast_nodes +0 -0
  1545. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_hold_head_update_parallel_fast_optimized_cfg +0 -0
  1546. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_hold_head_update_parallel_standard_dev_nodes +0 -0
  1547. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_hold_head_update_parallel_standard_dev_optimized_cfg +0 -0
  1548. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_hold_head_update_parallel_standard_nodes +0 -0
  1549. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_hold_head_update_parallel_standard_optimized_cfg +0 -0
  1550. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_hold_tick_despawn_time_cfg +0 -0
  1551. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_hold_tick_despawn_time_dev_cfg +0 -0
  1552. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_hold_tick_despawn_time_fast_dev_nodes +0 -0
  1553. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_hold_tick_despawn_time_fast_dev_optimized_cfg +0 -0
  1554. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_hold_tick_despawn_time_fast_nodes +0 -0
  1555. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_hold_tick_despawn_time_fast_optimized_cfg +0 -0
  1556. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_hold_tick_despawn_time_standard_dev_nodes +0 -0
  1557. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_hold_tick_despawn_time_standard_dev_optimized_cfg +0 -0
  1558. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_hold_tick_despawn_time_standard_nodes +0 -0
  1559. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_hold_tick_despawn_time_standard_optimized_cfg +0 -0
  1560. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_hold_tick_preprocess_cfg +0 -0
  1561. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_hold_tick_preprocess_dev_cfg +0 -0
  1562. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_hold_tick_preprocess_fast_dev_nodes +0 -0
  1563. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_hold_tick_preprocess_fast_dev_optimized_cfg +0 -0
  1564. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_hold_tick_preprocess_fast_nodes +0 -0
  1565. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_hold_tick_preprocess_fast_optimized_cfg +0 -0
  1566. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_hold_tick_preprocess_standard_dev_nodes +0 -0
  1567. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_hold_tick_preprocess_standard_dev_optimized_cfg +0 -0
  1568. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_hold_tick_preprocess_standard_nodes +0 -0
  1569. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_hold_tick_preprocess_standard_optimized_cfg +0 -0
  1570. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_hold_tick_spawn_time_cfg +0 -0
  1571. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_hold_tick_spawn_time_dev_cfg +0 -0
  1572. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_hold_tick_spawn_time_fast_dev_nodes +0 -0
  1573. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_hold_tick_spawn_time_fast_dev_optimized_cfg +0 -0
  1574. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_hold_tick_spawn_time_fast_nodes +0 -0
  1575. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_hold_tick_spawn_time_fast_optimized_cfg +0 -0
  1576. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_hold_tick_spawn_time_standard_dev_nodes +0 -0
  1577. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_hold_tick_spawn_time_standard_dev_optimized_cfg +0 -0
  1578. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_hold_tick_spawn_time_standard_nodes +0 -0
  1579. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_hold_tick_spawn_time_standard_optimized_cfg +0 -0
  1580. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_hold_tick_terminate_cfg +0 -0
  1581. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_hold_tick_terminate_dev_cfg +0 -0
  1582. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_hold_tick_terminate_fast_dev_nodes +0 -0
  1583. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_hold_tick_terminate_fast_dev_optimized_cfg +0 -0
  1584. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_hold_tick_terminate_fast_nodes +0 -0
  1585. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_hold_tick_terminate_fast_optimized_cfg +0 -0
  1586. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_hold_tick_terminate_standard_dev_nodes +0 -0
  1587. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_hold_tick_terminate_standard_dev_optimized_cfg +0 -0
  1588. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_hold_tick_terminate_standard_nodes +0 -0
  1589. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_hold_tick_terminate_standard_optimized_cfg +0 -0
  1590. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_hold_tick_update_parallel_cfg +0 -0
  1591. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_hold_tick_update_parallel_dev_cfg +0 -0
  1592. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_hold_tick_update_parallel_fast_dev_nodes +0 -0
  1593. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_hold_tick_update_parallel_fast_dev_optimized_cfg +0 -0
  1594. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_hold_tick_update_parallel_fast_nodes +0 -0
  1595. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_hold_tick_update_parallel_fast_optimized_cfg +0 -0
  1596. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_hold_tick_update_parallel_standard_dev_nodes +0 -0
  1597. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_hold_tick_update_parallel_standard_dev_optimized_cfg +0 -0
  1598. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_hold_tick_update_parallel_standard_nodes +0 -0
  1599. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_hold_tick_update_parallel_standard_optimized_cfg +0 -0
  1600. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_tap_despawn_time_cfg +0 -0
  1601. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_tap_despawn_time_dev_cfg +0 -0
  1602. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_tap_despawn_time_fast_dev_nodes +0 -0
  1603. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_tap_despawn_time_fast_dev_optimized_cfg +0 -0
  1604. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_tap_despawn_time_fast_nodes +0 -0
  1605. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_tap_despawn_time_fast_optimized_cfg +0 -0
  1606. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_tap_despawn_time_standard_dev_nodes +0 -0
  1607. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_tap_despawn_time_standard_dev_optimized_cfg +0 -0
  1608. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_tap_despawn_time_standard_nodes +0 -0
  1609. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_tap_despawn_time_standard_optimized_cfg +0 -0
  1610. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_tap_preprocess_cfg +0 -0
  1611. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_tap_preprocess_dev_cfg +0 -0
  1612. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_tap_preprocess_fast_dev_nodes +0 -0
  1613. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_tap_preprocess_fast_dev_optimized_cfg +0 -0
  1614. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_tap_preprocess_fast_nodes +0 -0
  1615. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_tap_preprocess_fast_optimized_cfg +0 -0
  1616. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_tap_preprocess_standard_dev_nodes +0 -0
  1617. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_tap_preprocess_standard_dev_optimized_cfg +0 -0
  1618. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_tap_preprocess_standard_nodes +0 -0
  1619. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_tap_preprocess_standard_optimized_cfg +0 -0
  1620. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_tap_spawn_time_cfg +0 -0
  1621. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_tap_spawn_time_dev_cfg +0 -0
  1622. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_tap_spawn_time_fast_dev_nodes +0 -0
  1623. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_tap_spawn_time_fast_dev_optimized_cfg +0 -0
  1624. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_tap_spawn_time_fast_nodes +0 -0
  1625. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_tap_spawn_time_fast_optimized_cfg +0 -0
  1626. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_tap_spawn_time_standard_dev_nodes +0 -0
  1627. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_tap_spawn_time_standard_dev_optimized_cfg +0 -0
  1628. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_tap_spawn_time_standard_nodes +0 -0
  1629. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_tap_spawn_time_standard_optimized_cfg +0 -0
  1630. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_tap_terminate_cfg +0 -0
  1631. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_tap_terminate_dev_cfg +0 -0
  1632. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_tap_terminate_fast_dev_nodes +0 -0
  1633. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_tap_terminate_fast_dev_optimized_cfg +0 -0
  1634. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_tap_terminate_fast_nodes +0 -0
  1635. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_tap_terminate_fast_optimized_cfg +0 -0
  1636. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_tap_terminate_standard_dev_nodes +0 -0
  1637. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_tap_terminate_standard_dev_optimized_cfg +0 -0
  1638. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_tap_terminate_standard_nodes +0 -0
  1639. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_tap_terminate_standard_optimized_cfg +0 -0
  1640. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_tap_update_parallel_cfg +0 -0
  1641. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_tap_update_parallel_dev_cfg +0 -0
  1642. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_tap_update_parallel_fast_dev_nodes +0 -0
  1643. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_tap_update_parallel_fast_dev_optimized_cfg +0 -0
  1644. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_tap_update_parallel_fast_nodes +0 -0
  1645. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_tap_update_parallel_fast_optimized_cfg +0 -0
  1646. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_tap_update_parallel_standard_dev_nodes +0 -0
  1647. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_tap_update_parallel_standard_dev_optimized_cfg +0 -0
  1648. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_tap_update_parallel_standard_nodes +0 -0
  1649. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_tap_update_parallel_standard_optimized_cfg +0 -0
  1650. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_watch_hold_connector_despawn_time_cfg +0 -0
  1651. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_watch_hold_connector_despawn_time_dev_cfg +0 -0
  1652. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_watch_hold_connector_despawn_time_fast_dev_nodes +0 -0
  1653. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_watch_hold_connector_despawn_time_fast_dev_optimized_cfg +0 -0
  1654. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_watch_hold_connector_despawn_time_fast_nodes +0 -0
  1655. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_watch_hold_connector_despawn_time_fast_optimized_cfg +0 -0
  1656. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_watch_hold_connector_despawn_time_standard_dev_nodes +0 -0
  1657. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_watch_hold_connector_despawn_time_standard_dev_optimized_cfg +0 -0
  1658. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_watch_hold_connector_despawn_time_standard_nodes +0 -0
  1659. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_watch_hold_connector_despawn_time_standard_optimized_cfg +0 -0
  1660. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_watch_hold_connector_spawn_time_cfg +0 -0
  1661. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_watch_hold_connector_spawn_time_dev_cfg +0 -0
  1662. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_watch_hold_connector_spawn_time_fast_dev_nodes +0 -0
  1663. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_watch_hold_connector_spawn_time_fast_dev_optimized_cfg +0 -0
  1664. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_watch_hold_connector_spawn_time_fast_nodes +0 -0
  1665. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_watch_hold_connector_spawn_time_fast_optimized_cfg +0 -0
  1666. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_watch_hold_connector_spawn_time_standard_dev_nodes +0 -0
  1667. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_watch_hold_connector_spawn_time_standard_dev_optimized_cfg +0 -0
  1668. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_watch_hold_connector_spawn_time_standard_nodes +0 -0
  1669. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_watch_hold_connector_spawn_time_standard_optimized_cfg +0 -0
  1670. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_watch_hold_connector_update_parallel_cfg +0 -0
  1671. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_watch_hold_connector_update_parallel_dev_cfg +0 -0
  1672. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_watch_hold_connector_update_parallel_fast_dev_nodes +0 -0
  1673. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_watch_hold_connector_update_parallel_fast_dev_optimized_cfg +0 -0
  1674. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_watch_hold_connector_update_parallel_fast_nodes +0 -0
  1675. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_watch_hold_connector_update_parallel_fast_optimized_cfg +0 -0
  1676. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_watch_hold_connector_update_parallel_standard_dev_nodes +0 -0
  1677. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_watch_hold_connector_update_parallel_standard_dev_optimized_cfg +0 -0
  1678. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_watch_hold_connector_update_parallel_standard_nodes +0 -0
  1679. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_watch_hold_connector_update_parallel_standard_optimized_cfg +0 -0
  1680. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_watch_hold_connector_update_sequential_cfg +0 -0
  1681. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_watch_hold_connector_update_sequential_dev_cfg +0 -0
  1682. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_watch_hold_connector_update_sequential_fast_dev_nodes +0 -0
  1683. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_watch_hold_connector_update_sequential_fast_dev_optimized_cfg +0 -0
  1684. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_watch_hold_connector_update_sequential_fast_nodes +0 -0
  1685. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_watch_hold_connector_update_sequential_fast_optimized_cfg +0 -0
  1686. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_watch_hold_connector_update_sequential_standard_dev_nodes +0 -0
  1687. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_watch_hold_connector_update_sequential_standard_dev_optimized_cfg +0 -0
  1688. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_watch_hold_connector_update_sequential_standard_nodes +0 -0
  1689. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_watch_hold_connector_update_sequential_standard_optimized_cfg +0 -0
  1690. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_watch_hold_manager_despawn_time_cfg +0 -0
  1691. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_watch_hold_manager_despawn_time_dev_cfg +0 -0
  1692. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_watch_hold_manager_despawn_time_fast_dev_nodes +0 -0
  1693. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_watch_hold_manager_despawn_time_fast_dev_optimized_cfg +0 -0
  1694. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_watch_hold_manager_despawn_time_fast_nodes +0 -0
  1695. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_watch_hold_manager_despawn_time_fast_optimized_cfg +0 -0
  1696. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_watch_hold_manager_despawn_time_standard_dev_nodes +0 -0
  1697. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_watch_hold_manager_despawn_time_standard_dev_optimized_cfg +0 -0
  1698. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_watch_hold_manager_despawn_time_standard_nodes +0 -0
  1699. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_watch_hold_manager_despawn_time_standard_optimized_cfg +0 -0
  1700. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_watch_hold_manager_spawn_time_cfg +0 -0
  1701. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_watch_hold_manager_spawn_time_dev_cfg +0 -0
  1702. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_watch_hold_manager_spawn_time_fast_dev_nodes +0 -0
  1703. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_watch_hold_manager_spawn_time_fast_dev_optimized_cfg +0 -0
  1704. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_watch_hold_manager_spawn_time_fast_nodes +0 -0
  1705. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_watch_hold_manager_spawn_time_fast_optimized_cfg +0 -0
  1706. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_watch_hold_manager_spawn_time_standard_dev_nodes +0 -0
  1707. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_watch_hold_manager_spawn_time_standard_dev_optimized_cfg +0 -0
  1708. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_watch_hold_manager_spawn_time_standard_nodes +0 -0
  1709. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_watch_hold_manager_spawn_time_standard_optimized_cfg +0 -0
  1710. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_watch_hold_manager_terminate_cfg +0 -0
  1711. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_watch_hold_manager_terminate_dev_cfg +0 -0
  1712. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_watch_hold_manager_terminate_fast_dev_nodes +0 -0
  1713. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_watch_hold_manager_terminate_fast_dev_optimized_cfg +0 -0
  1714. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_watch_hold_manager_terminate_fast_nodes +0 -0
  1715. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_watch_hold_manager_terminate_fast_optimized_cfg +0 -0
  1716. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_watch_hold_manager_terminate_standard_dev_nodes +0 -0
  1717. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_watch_hold_manager_terminate_standard_dev_optimized_cfg +0 -0
  1718. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_watch_hold_manager_terminate_standard_nodes +0 -0
  1719. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_watch_hold_manager_terminate_standard_optimized_cfg +0 -0
  1720. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_watch_hold_manager_update_parallel_cfg +0 -0
  1721. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_watch_hold_manager_update_parallel_dev_cfg +0 -0
  1722. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_watch_hold_manager_update_parallel_fast_dev_nodes +0 -0
  1723. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_watch_hold_manager_update_parallel_fast_dev_optimized_cfg +0 -0
  1724. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_watch_hold_manager_update_parallel_fast_nodes +0 -0
  1725. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_watch_hold_manager_update_parallel_fast_optimized_cfg +0 -0
  1726. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_watch_hold_manager_update_parallel_standard_dev_nodes +0 -0
  1727. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_watch_hold_manager_update_parallel_standard_dev_optimized_cfg +0 -0
  1728. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_watch_hold_manager_update_parallel_standard_nodes +0 -0
  1729. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_watch_hold_manager_update_parallel_standard_optimized_cfg +0 -0
  1730. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_watch_note_despawn_time_cfg +0 -0
  1731. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_watch_note_despawn_time_fast_nodes +0 -0
  1732. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_watch_note_despawn_time_fast_optimized_cfg +0 -0
  1733. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_watch_note_despawn_time_standard_nodes +0 -0
  1734. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_watch_note_despawn_time_standard_optimized_cfg +0 -0
  1735. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_watch_note_preprocess_cfg +0 -0
  1736. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_watch_note_preprocess_fast_nodes +0 -0
  1737. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_watch_note_preprocess_fast_optimized_cfg +0 -0
  1738. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_watch_note_preprocess_standard_nodes +0 -0
  1739. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_watch_note_preprocess_standard_optimized_cfg +0 -0
  1740. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_watch_note_spawn_time_cfg +0 -0
  1741. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_watch_note_spawn_time_fast_nodes +0 -0
  1742. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_watch_note_spawn_time_fast_optimized_cfg +0 -0
  1743. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_watch_note_spawn_time_standard_nodes +0 -0
  1744. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_watch_note_spawn_time_standard_optimized_cfg +0 -0
  1745. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_watch_note_terminate_cfg +0 -0
  1746. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_watch_note_terminate_fast_nodes +0 -0
  1747. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_watch_note_terminate_fast_optimized_cfg +0 -0
  1748. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_watch_note_terminate_standard_nodes +0 -0
  1749. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_watch_note_terminate_standard_optimized_cfg +0 -0
  1750. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_watch_note_update_parallel_cfg +0 -0
  1751. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_watch_note_update_parallel_fast_nodes +0 -0
  1752. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_watch_note_update_parallel_fast_optimized_cfg +0 -0
  1753. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_watch_note_update_parallel_standard_nodes +0 -0
  1754. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_watch_note_update_parallel_standard_optimized_cfg +0 -0
  1755. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_watch_scheduled_lane_effect_despawn_time_cfg +0 -0
  1756. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_watch_scheduled_lane_effect_despawn_time_dev_cfg +0 -0
  1757. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_watch_scheduled_lane_effect_despawn_time_fast_dev_nodes +0 -0
  1758. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_watch_scheduled_lane_effect_despawn_time_fast_dev_optimized_cfg +0 -0
  1759. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_watch_scheduled_lane_effect_despawn_time_fast_nodes +0 -0
  1760. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_watch_scheduled_lane_effect_despawn_time_fast_optimized_cfg +0 -0
  1761. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_watch_scheduled_lane_effect_despawn_time_standard_dev_nodes +0 -0
  1762. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_watch_scheduled_lane_effect_despawn_time_standard_dev_optimized_cfg +0 -0
  1763. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_watch_scheduled_lane_effect_despawn_time_standard_nodes +0 -0
  1764. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_watch_scheduled_lane_effect_despawn_time_standard_optimized_cfg +0 -0
  1765. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_watch_scheduled_lane_effect_spawn_time_cfg +0 -0
  1766. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_watch_scheduled_lane_effect_spawn_time_dev_cfg +0 -0
  1767. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_watch_scheduled_lane_effect_spawn_time_fast_dev_nodes +0 -0
  1768. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_watch_scheduled_lane_effect_spawn_time_fast_dev_optimized_cfg +0 -0
  1769. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_watch_scheduled_lane_effect_spawn_time_fast_nodes +0 -0
  1770. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_watch_scheduled_lane_effect_spawn_time_fast_optimized_cfg +0 -0
  1771. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_watch_scheduled_lane_effect_spawn_time_standard_dev_nodes +0 -0
  1772. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_watch_scheduled_lane_effect_spawn_time_standard_dev_optimized_cfg +0 -0
  1773. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_watch_scheduled_lane_effect_spawn_time_standard_nodes +0 -0
  1774. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_watch_scheduled_lane_effect_spawn_time_standard_optimized_cfg +0 -0
  1775. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_watch_scheduled_lane_effect_update_parallel_cfg +0 -0
  1776. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_watch_scheduled_lane_effect_update_parallel_dev_cfg +0 -0
  1777. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_watch_scheduled_lane_effect_update_parallel_fast_dev_nodes +0 -0
  1778. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_watch_scheduled_lane_effect_update_parallel_fast_dev_optimized_cfg +0 -0
  1779. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_watch_scheduled_lane_effect_update_parallel_fast_nodes +0 -0
  1780. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_watch_scheduled_lane_effect_update_parallel_fast_optimized_cfg +0 -0
  1781. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_watch_scheduled_lane_effect_update_parallel_standard_dev_nodes +0 -0
  1782. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_watch_scheduled_lane_effect_update_parallel_standard_dev_optimized_cfg +0 -0
  1783. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_watch_scheduled_lane_effect_update_parallel_standard_nodes +0 -0
  1784. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_watch_scheduled_lane_effect_update_parallel_standard_optimized_cfg +0 -0
  1785. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_watch_sim_line_despawn_time_cfg +0 -0
  1786. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_watch_sim_line_despawn_time_dev_cfg +0 -0
  1787. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_watch_sim_line_despawn_time_fast_dev_nodes +0 -0
  1788. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_watch_sim_line_despawn_time_fast_dev_optimized_cfg +0 -0
  1789. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_watch_sim_line_despawn_time_fast_nodes +0 -0
  1790. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_watch_sim_line_despawn_time_fast_optimized_cfg +0 -0
  1791. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_watch_sim_line_despawn_time_standard_dev_nodes +0 -0
  1792. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_watch_sim_line_despawn_time_standard_dev_optimized_cfg +0 -0
  1793. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_watch_sim_line_despawn_time_standard_nodes +0 -0
  1794. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_watch_sim_line_despawn_time_standard_optimized_cfg +0 -0
  1795. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_watch_sim_line_spawn_time_cfg +0 -0
  1796. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_watch_sim_line_spawn_time_dev_cfg +0 -0
  1797. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_watch_sim_line_spawn_time_fast_dev_nodes +0 -0
  1798. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_watch_sim_line_spawn_time_fast_dev_optimized_cfg +0 -0
  1799. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_watch_sim_line_spawn_time_fast_nodes +0 -0
  1800. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_watch_sim_line_spawn_time_fast_optimized_cfg +0 -0
  1801. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_watch_sim_line_spawn_time_standard_dev_nodes +0 -0
  1802. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_watch_sim_line_spawn_time_standard_dev_optimized_cfg +0 -0
  1803. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_watch_sim_line_spawn_time_standard_nodes +0 -0
  1804. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_watch_sim_line_spawn_time_standard_optimized_cfg +0 -0
  1805. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_watch_sim_line_update_parallel_cfg +0 -0
  1806. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_watch_sim_line_update_parallel_dev_cfg +0 -0
  1807. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_watch_sim_line_update_parallel_fast_dev_nodes +0 -0
  1808. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_watch_sim_line_update_parallel_fast_dev_optimized_cfg +0 -0
  1809. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_watch_sim_line_update_parallel_fast_nodes +0 -0
  1810. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_watch_sim_line_update_parallel_fast_optimized_cfg +0 -0
  1811. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_watch_sim_line_update_parallel_standard_dev_nodes +0 -0
  1812. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_watch_sim_line_update_parallel_standard_dev_optimized_cfg +0 -0
  1813. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_watch_sim_line_update_parallel_standard_nodes +0 -0
  1814. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_watch_sim_line_update_parallel_standard_optimized_cfg +0 -0
  1815. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_watch_stage_despawn_time_cfg +0 -0
  1816. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_watch_stage_despawn_time_dev_cfg +0 -0
  1817. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_watch_stage_despawn_time_fast_dev_nodes +0 -0
  1818. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_watch_stage_despawn_time_fast_dev_optimized_cfg +0 -0
  1819. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_watch_stage_despawn_time_fast_nodes +0 -0
  1820. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_watch_stage_despawn_time_fast_optimized_cfg +0 -0
  1821. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_watch_stage_despawn_time_standard_dev_nodes +0 -0
  1822. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_watch_stage_despawn_time_standard_dev_optimized_cfg +0 -0
  1823. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_watch_stage_despawn_time_standard_nodes +0 -0
  1824. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_watch_stage_despawn_time_standard_optimized_cfg +0 -0
  1825. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_watch_stage_preprocess_cfg +0 -0
  1826. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_watch_stage_preprocess_dev_cfg +0 -0
  1827. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_watch_stage_preprocess_fast_dev_nodes +0 -0
  1828. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_watch_stage_preprocess_fast_dev_optimized_cfg +0 -0
  1829. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_watch_stage_preprocess_fast_nodes +0 -0
  1830. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_watch_stage_preprocess_fast_optimized_cfg +0 -0
  1831. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_watch_stage_preprocess_standard_dev_nodes +0 -0
  1832. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_watch_stage_preprocess_standard_dev_optimized_cfg +0 -0
  1833. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_watch_stage_preprocess_standard_nodes +0 -0
  1834. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_watch_stage_preprocess_standard_optimized_cfg +0 -0
  1835. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_watch_stage_spawn_time_cfg +0 -0
  1836. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_watch_stage_spawn_time_dev_cfg +0 -0
  1837. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_watch_stage_spawn_time_fast_dev_nodes +0 -0
  1838. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_watch_stage_spawn_time_fast_dev_optimized_cfg +0 -0
  1839. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_watch_stage_spawn_time_fast_nodes +0 -0
  1840. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_watch_stage_spawn_time_fast_optimized_cfg +0 -0
  1841. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_watch_stage_spawn_time_standard_dev_nodes +0 -0
  1842. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_watch_stage_spawn_time_standard_dev_optimized_cfg +0 -0
  1843. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_watch_stage_spawn_time_standard_nodes +0 -0
  1844. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_watch_stage_spawn_time_standard_optimized_cfg +0 -0
  1845. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_watch_stage_update_parallel_cfg +0 -0
  1846. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_watch_stage_update_parallel_dev_cfg +0 -0
  1847. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_watch_stage_update_parallel_fast_dev_nodes +0 -0
  1848. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_watch_stage_update_parallel_fast_dev_optimized_cfg +0 -0
  1849. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_watch_stage_update_parallel_fast_nodes +0 -0
  1850. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_watch_stage_update_parallel_fast_optimized_cfg +0 -0
  1851. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_watch_stage_update_parallel_standard_dev_nodes +0 -0
  1852. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_watch_stage_update_parallel_standard_dev_optimized_cfg +0 -0
  1853. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_watch_stage_update_parallel_standard_nodes +0 -0
  1854. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_watch_stage_update_parallel_standard_optimized_cfg +0 -0
  1855. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_watch_unscored_note_despawn_time_cfg +0 -0
  1856. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_watch_unscored_note_despawn_time_fast_nodes +0 -0
  1857. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_watch_unscored_note_despawn_time_fast_optimized_cfg +0 -0
  1858. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_watch_unscored_note_despawn_time_standard_nodes +0 -0
  1859. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_watch_unscored_note_despawn_time_standard_optimized_cfg +0 -0
  1860. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_watch_unscored_note_preprocess_cfg +0 -0
  1861. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_watch_unscored_note_preprocess_fast_nodes +0 -0
  1862. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_watch_unscored_note_preprocess_fast_optimized_cfg +0 -0
  1863. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_watch_unscored_note_preprocess_standard_nodes +0 -0
  1864. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_watch_unscored_note_preprocess_standard_optimized_cfg +0 -0
  1865. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_watch_unscored_note_spawn_time_cfg +0 -0
  1866. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_watch_unscored_note_spawn_time_fast_nodes +0 -0
  1867. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_watch_unscored_note_spawn_time_fast_optimized_cfg +0 -0
  1868. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_watch_unscored_note_spawn_time_standard_nodes +0 -0
  1869. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_watch_unscored_note_spawn_time_standard_optimized_cfg +0 -0
  1870. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_watch_unscored_note_terminate_cfg +0 -0
  1871. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_watch_unscored_note_terminate_fast_nodes +0 -0
  1872. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_watch_unscored_note_terminate_fast_optimized_cfg +0 -0
  1873. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_watch_unscored_note_terminate_standard_nodes +0 -0
  1874. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_watch_unscored_note_terminate_standard_optimized_cfg +0 -0
  1875. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_watch_unscored_note_update_parallel_cfg +0 -0
  1876. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_watch_unscored_note_update_parallel_fast_nodes +0 -0
  1877. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_watch_unscored_note_update_parallel_fast_optimized_cfg +0 -0
  1878. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_watch_unscored_note_update_parallel_standard_nodes +0 -0
  1879. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/data/pydori_watch_watch_unscored_note_update_parallel_standard_optimized_cfg +0 -0
  1880. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/regressions/test_project.py +0 -0
  1881. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/script/__init__.py +0 -0
  1882. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/script/conftest.py +0 -0
  1883. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/script/test_array.py +0 -0
  1884. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/script/test_array_map.py +0 -0
  1885. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/script/test_array_set.py +0 -0
  1886. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/script/test_assert.py +0 -0
  1887. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/script/test_dict.py +0 -0
  1888. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/script/test_flow.py +0 -0
  1889. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/script/test_functions.py +0 -0
  1890. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/script/test_generator.py +0 -0
  1891. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/script/test_genexpr.py +0 -0
  1892. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/script/test_helpers.py +0 -0
  1893. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/script/test_interval.py +0 -0
  1894. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/script/test_linked_sort.py +0 -0
  1895. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/script/test_match.py +0 -0
  1896. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/script/test_maybe.py +0 -0
  1897. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/script/test_num.py +0 -0
  1898. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/script/test_operator.py +0 -0
  1899. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/script/test_quad.py +0 -0
  1900. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/script/test_random.py +0 -0
  1901. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/script/test_range.py +0 -0
  1902. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/script/test_record.py +0 -0
  1903. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/script/test_super.py +0 -0
  1904. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/script/test_transform.py +0 -0
  1905. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/script/test_values.py +0 -0
  1906. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/script/test_var_array.py +0 -0
  1907. {sonolus_py-0.11.0 → sonolus_py-0.11.1}/tests/script/test_vec.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: sonolus.py
3
- Version: 0.11.0
3
+ Version: 0.11.1
4
4
  Summary: Sonolus engine development in Python
5
5
  Project-URL: Documentation, https://sonolus.py.qwewqa.xyz/
6
6
  Project-URL: Repository, https://github.com/qwewqa/sonolus.py
@@ -1,3 +1,8 @@
1
+ ### 0.11.1
2
+
3
+ - Memory usage no longer increases indefinitely when rebuilding with changes in the dev server
4
+ - [`EntityRef`][sonolus.script.archetype.EntityRef] now throws an error when converted to a boolean
5
+
1
6
  ### 0.11.0
2
7
 
3
8
  - Added basic support for set literals of numbers, with support for membership checks (`in`, `not in`) and iteration
@@ -1,6 +1,6 @@
1
1
  [project]
2
2
  name = "sonolus.py"
3
- version = "0.11.0"
3
+ version = "0.11.1"
4
4
  description = "Sonolus engine development in Python"
5
5
  readme = "README.md"
6
6
  requires-python = ">=3.12"
@@ -1,7 +1,7 @@
1
1
  from math import isfinite, isinf, isnan
2
2
 
3
3
  from sonolus.backend.ir import IRConst, IRGet, IRInstr, IRPureInstr, IRSet
4
- from sonolus.backend.node import ConstantNode, EngineNode, FunctionNode
4
+ from sonolus.backend.node import EngineNode, FunctionNode
5
5
  from sonolus.backend.ops import Op
6
6
  from sonolus.backend.optimize.flow import BasicBlock, traverse_cfg_reverse_postorder
7
7
  from sonolus.backend.place import BlockPlace
@@ -18,18 +18,18 @@ def cfg_to_engine_node(entry: BasicBlock):
18
18
  }
19
19
  match outgoing:
20
20
  case {**other} if not other:
21
- statements.append(ConstantNode(value=len(block_indexes)))
21
+ statements.append(len(block_indexes))
22
22
  case {None: target, **other} if not other:
23
- statements.append(ConstantNode(value=block_indexes[target]))
23
+ statements.append(block_indexes[target])
24
24
  case {0: f_branch, None: t_branch, **other} if not other:
25
25
  statements.append(
26
26
  FunctionNode(
27
27
  func=Op.If,
28
- args=[
28
+ args=(
29
29
  ir_to_engine_node(block.test),
30
- ConstantNode(value=block_indexes[t_branch]),
31
- ConstantNode(value=block_indexes[f_branch]),
32
- ],
30
+ block_indexes[t_branch],
31
+ block_indexes[f_branch],
32
+ ),
33
33
  )
34
34
  )
35
35
  case {None: default_branch, **other} if len(other) == 1:
@@ -37,11 +37,11 @@ def cfg_to_engine_node(entry: BasicBlock):
37
37
  statements.append(
38
38
  FunctionNode(
39
39
  func=Op.If,
40
- args=[
40
+ args=(
41
41
  ir_to_engine_node(IRPureInstr(Op.Equal, args=[block.test, IRConst(cond)])),
42
- ConstantNode(value=block_indexes[cond_branch]),
43
- ConstantNode(value=block_indexes[default_branch]),
44
- ],
42
+ block_indexes[cond_branch],
43
+ block_indexes[default_branch],
44
+ ),
45
45
  )
46
46
  )
47
47
  case dict() as targets:
@@ -49,23 +49,23 @@ def cfg_to_engine_node(entry: BasicBlock):
49
49
  default = len(block_indexes)
50
50
  conds = [cond for cond in targets if cond is not None]
51
51
  if min(conds) == 0 and max(conds) == len(conds) - 1 and all(int(cond) == cond for cond in conds):
52
- args.extend(ConstantNode(value=block_indexes[targets[cond]]) for cond in range(len(conds)))
52
+ args.extend(block_indexes[targets[cond]] for cond in range(len(conds)))
53
53
  if None in targets:
54
54
  default = block_indexes[targets[None]]
55
- args.append(ConstantNode(value=default))
56
- statements.append(FunctionNode(Op.SwitchIntegerWithDefault, args))
55
+ args.append(default)
56
+ statements.append(FunctionNode(Op.SwitchIntegerWithDefault, tuple(args)))
57
57
  else:
58
58
  for cond, target in targets.items():
59
59
  if cond is None:
60
60
  default = block_indexes[target]
61
61
  continue
62
- args.append(ConstantNode(value=cond))
63
- args.append(ConstantNode(value=block_indexes[target]))
64
- args.append(ConstantNode(value=default))
65
- statements.append(FunctionNode(Op.SwitchWithDefault, args))
66
- block_statements.append(FunctionNode(Op.Execute, statements))
67
- block_statements.append(ConstantNode(value=0))
68
- result = FunctionNode(Op.Block, [FunctionNode(Op.JumpLoop, block_statements)])
62
+ args.append(cond)
63
+ args.append(block_indexes[target])
64
+ args.append(default)
65
+ statements.append(FunctionNode(Op.SwitchWithDefault, tuple(args)))
66
+ block_statements.append(FunctionNode(Op.Execute, tuple(statements)))
67
+ block_statements.append(0)
68
+ result = FunctionNode(Op.Block, (FunctionNode(Op.JumpLoop, tuple(block_statements)),))
69
69
  for block in block_indexes:
70
70
  # Clean up without relying on gc
71
71
  del block.incoming
@@ -81,32 +81,30 @@ def ir_to_engine_node(stmt) -> EngineNode:
81
81
  case int(value) | float(value) | IRConst(value=int(value) | float(value)):
82
82
  value = float(value)
83
83
  if value.is_integer():
84
- return ConstantNode(value=int(value))
84
+ return int(value)
85
85
  elif isfinite(value):
86
- return ConstantNode(value=value)
86
+ return value
87
87
  elif isinf(value):
88
88
  # Read values from ROM
89
- return FunctionNode(Op.Get, args=[ConstantNode(value=3000), ConstantNode(value=1 if value > 0 else 2)])
89
+ return FunctionNode(Op.Get, args=(3000, 1 if value > 0 else 2))
90
90
  elif isnan(value):
91
91
  # Read value from ROM
92
- return FunctionNode(Op.Get, args=[ConstantNode(value=3000), ConstantNode(value=0)])
92
+ return FunctionNode(Op.Get, args=(3000, 0))
93
93
  else:
94
94
  raise ValueError(f"Invalid constant value: {value}")
95
95
  case IRPureInstr(op=op, args=args) | IRInstr(op=op, args=args):
96
- return FunctionNode(func=op, args=[ir_to_engine_node(arg) for arg in args])
96
+ return FunctionNode(func=op, args=tuple(ir_to_engine_node(arg) for arg in args))
97
97
  case IRGet(place=place):
98
98
  return ir_to_engine_node(place)
99
99
  case BlockPlace() as place:
100
100
  if place.offset == 0:
101
101
  index = ir_to_engine_node(place.index)
102
102
  elif place.index == 0:
103
- index = ConstantNode(value=place.offset)
103
+ index = place.offset
104
104
  else:
105
- index = FunctionNode(
106
- func=Op.Add, args=[ir_to_engine_node(place.index), ConstantNode(value=place.offset)]
107
- )
108
- return FunctionNode(func=Op.Get, args=[ir_to_engine_node(place.block), index])
105
+ index = FunctionNode(func=Op.Add, args=(ir_to_engine_node(place.index), place.offset))
106
+ return FunctionNode(func=Op.Get, args=(ir_to_engine_node(place.block), index))
109
107
  case IRSet(place=place, value=value):
110
- return FunctionNode(func=Op.Set, args=[*ir_to_engine_node(place).args, ir_to_engine_node(value)])
108
+ return FunctionNode(func=Op.Set, args=(*ir_to_engine_node(place).args, ir_to_engine_node(value)))
111
109
  case _:
112
110
  raise TypeError(f"Unsupported IR statement: {stmt}")
@@ -2,7 +2,7 @@ import math
2
2
  import operator
3
3
  import random
4
4
 
5
- from sonolus.backend.node import ConstantNode, EngineNode
5
+ from sonolus.backend.node import EngineNode, FunctionNode
6
6
  from sonolus.backend.ops import Op
7
7
 
8
8
 
@@ -24,8 +24,8 @@ class Interpreter:
24
24
  self.log = []
25
25
 
26
26
  def run(self, node: EngineNode) -> float:
27
- if isinstance(node, ConstantNode):
28
- return node.value
27
+ if not isinstance(node, FunctionNode):
28
+ return node
29
29
  func = node.func
30
30
  args = node.args
31
31
  match func:
@@ -0,0 +1,26 @@
1
+ import textwrap
2
+ from typing import NamedTuple
3
+
4
+ from sonolus.backend.ops import Op
5
+
6
+ type EngineNode = int | float | FunctionNode
7
+
8
+
9
+ class FunctionNode(NamedTuple):
10
+ func: Op
11
+ args: tuple[EngineNode, ...]
12
+
13
+
14
+ def format_engine_node(node: EngineNode) -> str:
15
+ if isinstance(node, FunctionNode):
16
+ match len(node.args):
17
+ case 0:
18
+ return f"{node.func.name}()"
19
+ case 1:
20
+ return f"{node.func.name}({format_engine_node(node.args[0])})"
21
+ case _:
22
+ return f"{node.func.name}(\n{
23
+ textwrap.indent('\n'.join(format_engine_node(arg) for arg in node.args), ' ')
24
+ }\n)"
25
+ else:
26
+ return str(node)
@@ -32,9 +32,11 @@ class CompileCache:
32
32
  self._cache = {}
33
33
  self._lock = Lock()
34
34
  self._event = Event()
35
+ self._accessed_hashes = set()
35
36
 
36
37
  def get(self, entry_hash: int) -> EngineNode | None:
37
38
  with self._lock:
39
+ self._accessed_hashes.add(entry_hash)
38
40
  if entry_hash not in self._cache:
39
41
  self._cache[entry_hash] = None # Mark as being compiled
40
42
  return None
@@ -47,10 +49,21 @@ class CompileCache:
47
49
 
48
50
  def set(self, entry_hash: int, node: EngineNode) -> None:
49
51
  with self._lock:
52
+ self._accessed_hashes.add(entry_hash)
50
53
  self._cache[entry_hash] = node
51
54
  self._event.set()
52
55
  self._event.clear()
53
56
 
57
+ def reset_accessed(self) -> None:
58
+ with self._lock:
59
+ self._accessed_hashes.clear()
60
+
61
+ def prune_unaccessed(self) -> None:
62
+ with self._lock:
63
+ unaccessed_hashes = set(self._cache.keys()) - self._accessed_hashes
64
+ for h in unaccessed_hashes:
65
+ del self._cache[h]
66
+
54
67
 
55
68
  def compile_mode(
56
69
  mode: Mode,
@@ -119,6 +119,7 @@ class RebuildCommand:
119
119
  print("Rebuilding...")
120
120
  try:
121
121
  start_time = perf_counter()
122
+ server_state.cache.reset_accessed()
122
123
  server_state.project_state = ProjectContextState.from_build_config(server_state.config)
123
124
  server_state.project = project_module.project
124
125
  build_collection(
@@ -128,6 +129,7 @@ class RebuildCommand:
128
129
  cache=server_state.cache,
129
130
  project_state=server_state.project_state,
130
131
  )
132
+ server_state.cache.prune_unaccessed()
131
133
  end_time = perf_counter()
132
134
  print(f"Rebuild completed in {end_time - start_time:.2f} seconds")
133
135
  except CompilationError:
@@ -1,7 +1,7 @@
1
1
  from threading import Lock
2
2
  from typing import TypedDict
3
3
 
4
- from sonolus.backend.node import ConstantNode, EngineNode, FunctionNode
4
+ from sonolus.backend.node import EngineNode, FunctionNode
5
5
 
6
6
 
7
7
  class ValueOutputNode(TypedDict):
@@ -32,19 +32,17 @@ class OutputNodeGenerator:
32
32
  return self.indexes[node]
33
33
 
34
34
  match node:
35
- case ConstantNode(value):
36
- index = len(self.nodes)
37
- self.nodes.append({"value": value})
38
- self.indexes[node] = index
39
- return index
40
35
  case FunctionNode(func, args):
41
36
  arg_indexes = [self._add(arg) for arg in args]
42
37
  index = len(self.nodes)
43
38
  self.nodes.append({"func": func.value, "args": arg_indexes})
44
39
  self.indexes[node] = index
45
40
  return index
46
- case _:
47
- raise ValueError("Invalid node")
41
+ case constant:
42
+ index = len(self.nodes)
43
+ self.nodes.append({"value": constant})
44
+ self.indexes[node] = index
45
+ return index
48
46
 
49
47
  def get(self):
50
48
  return self.nodes
@@ -12,6 +12,7 @@ from sonolus.backend.ir import IRConst, IRExpr, IRInstr, IRPureInstr, IRStmt
12
12
  from sonolus.backend.mode import Mode
13
13
  from sonolus.backend.ops import Op
14
14
  from sonolus.script.bucket import Bucket, Judgment
15
+ from sonolus.script.debug import static_error
15
16
  from sonolus.script.internal.callbacks import PLAY_CALLBACKS, PREVIEW_CALLBACKS, WATCH_ARCHETYPE_CALLBACKS, CallbackInfo
16
17
  from sonolus.script.internal.context import ctx
17
18
  from sonolus.script.internal.descriptor import SonolusDescriptor
@@ -1210,6 +1211,8 @@ class EntityRef[A: _BaseArchetype](Record):
1210
1211
 
1211
1212
  Usage:
1212
1213
  ```python
1214
+ ref = EntityRef[MyArchetype](index=123)
1215
+
1213
1216
  class MyArchetype(PlayArchetype):
1214
1217
  ref_1: EntityRef[OtherArchetype] = imported()
1215
1218
  ref_2: EntityRef[Any] = imported()
@@ -1238,6 +1241,12 @@ class EntityRef[A: _BaseArchetype](Record):
1238
1241
  return hash(id(self._ref_))
1239
1242
  return super().__hash__()
1240
1243
 
1244
+ @meta_fn
1245
+ def __bool__(self):
1246
+ if ctx():
1247
+ static_error("EntityRef cannot be used in a boolean context. Check index directly instead.")
1248
+ return True
1249
+
1241
1250
  @meta_fn
1242
1251
  def get(self) -> A:
1243
1252
  """Get the entity."""
@@ -468,11 +468,8 @@ class FrozenNumSet[Size](Record):
468
468
  return len(self._values)
469
469
 
470
470
  def __contains__(self, value: Num) -> bool:
471
- if len(self) < 15:
472
- for i in range(len(self)): # noqa: SIM110
473
- if self._values.get_unchecked(i) == value:
474
- return True
475
- return False
471
+ if len(self) < 8:
472
+ return value in self._as_tuple()
476
473
  else:
477
474
  left = 0
478
475
  right = len(self) - 1
@@ -490,6 +487,10 @@ class FrozenNumSet[Size](Record):
490
487
  def __iter__(self) -> SonolusIterator[Num]:
491
488
  return self._values.__iter__()
492
489
 
490
+ @meta_fn
491
+ def _as_tuple(self) -> tuple[Num, ...]:
492
+ return tuple(self._values.get_unchecked(i) for i in range(Num._accept_(len(self))._as_py_()))
493
+
493
494
 
494
495
  class _ArrayMapEntry[K, V](Record):
495
496
  key: K
@@ -0,0 +1,226 @@
1
+ # ruff: noqa: FURB171
2
+ import random
3
+
4
+ from hypothesis import given
5
+ from hypothesis import strategies as st
6
+
7
+ from sonolus.script.array import Array
8
+ from sonolus.script.debug import assert_true
9
+ from tests.script.conftest import run_and_validate
10
+
11
+ nums = st.one_of(
12
+ st.integers(min_value=-999, max_value=999),
13
+ st.floats(min_value=-999.0, max_value=999.0, allow_nan=False, allow_infinity=False),
14
+ )
15
+
16
+
17
+ @st.composite
18
+ def set_and_present_value(draw, fixed_size: int | None = None):
19
+ values = draw(
20
+ st.sets(
21
+ nums, min_size=1 if fixed_size is None else fixed_size, max_size=20 if fixed_size is None else fixed_size
22
+ )
23
+ )
24
+ value = draw(st.sampled_from(list(values)))
25
+ return values, value
26
+
27
+
28
+ @st.composite
29
+ def set_and_missing_value(draw, fixed_size: int | None = None):
30
+ values = draw(
31
+ st.sets(
32
+ nums, min_size=1 if fixed_size is None else fixed_size, max_size=20 if fixed_size is None else fixed_size
33
+ )
34
+ )
35
+ missing = draw(nums.filter(lambda x: x not in values))
36
+ return values, missing
37
+
38
+
39
+ def test_contains_basic():
40
+ def fn():
41
+ assert_true(2 in {1, 2, 3, 4, 5})
42
+ assert_true(5 in {1, 2, 3, 4, 5})
43
+ assert_true(6 not in {1, 2, 3, 4, 5})
44
+ assert_true(0 not in {1, 2, 3, 4, 5})
45
+ return 1
46
+
47
+ assert run_and_validate(fn) == 1
48
+
49
+
50
+ def test_contains_out_of_order():
51
+ def fn():
52
+ assert_true(3 in {5, 1, 4, 2, 3})
53
+ assert_true(1 in {5, 1, 4, 2, 3})
54
+ assert_true(6 not in {5, 1, 4, 2, 3})
55
+ assert_true(0 not in {5, 1, 4, 2, 3})
56
+ return 1
57
+
58
+ assert run_and_validate(fn) == 1
59
+
60
+
61
+ def test_contains_non_literal_contents():
62
+ def fn():
63
+ a = 5 * (random.random() != -1)
64
+ b = 4 * (random.random() != -1)
65
+ c = 3 * (random.random() != -1)
66
+ d = 2 * (random.random() != -1)
67
+ e = 1 * (random.random() != -1)
68
+ test_set = {a, b, c, d, e}
69
+ assert_true(2 in test_set)
70
+ assert_true(5 in test_set)
71
+ assert_true(6 not in test_set)
72
+ assert_true(0 not in test_set)
73
+ return 1
74
+
75
+ assert run_and_validate(fn) == 1
76
+
77
+
78
+ def test_defined_outside():
79
+ test_set = {10, 20, 30, 40, 50}
80
+
81
+ def fn():
82
+ assert_true(10 in test_set)
83
+ assert_true(30 in test_set)
84
+ assert_true(50 in test_set)
85
+ assert_true(5 not in test_set)
86
+ assert_true(60 not in test_set)
87
+ return 1
88
+
89
+ assert run_and_validate(fn) == 1
90
+
91
+
92
+ def test_defined_outside_frozenset():
93
+ test_set = frozenset({10, 20, 30, 40, 50})
94
+
95
+ def fn():
96
+ assert_true(10 in test_set)
97
+ assert_true(30 in test_set)
98
+ assert_true(50 in test_set)
99
+ assert_true(5 not in test_set)
100
+ assert_true(60 not in test_set)
101
+ return 1
102
+
103
+ assert run_and_validate(fn) == 1
104
+
105
+
106
+ def test_empty():
107
+ empty_set = set()
108
+
109
+ def fn():
110
+ assert_true(0 not in empty_set)
111
+ assert_true(1 not in empty_set)
112
+ assert_true(0.0 not in empty_set)
113
+ return 1
114
+
115
+ assert run_and_validate(fn) == 1
116
+
117
+
118
+ def test_single_element_set():
119
+ def fn():
120
+ assert_true(42 in {42})
121
+ assert_true(0 not in {42})
122
+ assert_true(41 not in {42})
123
+ assert_true(43 not in {42})
124
+ return 1
125
+
126
+ assert run_and_validate(fn) == 1
127
+
128
+
129
+ def test_negative_numbers():
130
+ def fn():
131
+ assert_true(-5 in {-10, -5, 0, 5, 10})
132
+ assert_true(-10 in {-10, -5, 0, 5, 10})
133
+ assert_true(0 in {-10, -5, 0, 5, 10})
134
+ assert_true(-3 not in {-10, -5, 0, 5, 10})
135
+ assert_true(-15 not in {-10, -5, 0, 5, 10})
136
+ return 1
137
+
138
+ assert run_and_validate(fn) == 1
139
+
140
+
141
+ @given(set_and_present_value())
142
+ def test_set_contains_present(args):
143
+ value_set, value = args
144
+
145
+ def fn():
146
+ return value in value_set
147
+
148
+ assert run_and_validate(fn)
149
+
150
+
151
+ @given(set_and_missing_value())
152
+ def test_set_contains_missing(args):
153
+ value_set, missing = args
154
+
155
+ def fn():
156
+ return missing in value_set
157
+
158
+ assert not run_and_validate(fn)
159
+
160
+
161
+ @given(set_and_present_value(fixed_size=20))
162
+ def test_dyn_set_contains_present(args):
163
+ value_set, value = args
164
+
165
+ def fn():
166
+ values = +Array[float, 20]
167
+ for i, v in enumerate(value_set):
168
+ values[i] = v * (random.random() != -1)
169
+ return value in {
170
+ values[0],
171
+ values[1],
172
+ values[2],
173
+ values[3],
174
+ values[4],
175
+ values[5],
176
+ values[6],
177
+ values[7],
178
+ values[8],
179
+ values[9],
180
+ values[10],
181
+ values[11],
182
+ values[12],
183
+ values[13],
184
+ values[14],
185
+ values[15],
186
+ values[16],
187
+ values[17],
188
+ values[18],
189
+ values[19],
190
+ }
191
+
192
+ assert run_and_validate(fn)
193
+
194
+
195
+ @given(set_and_missing_value(fixed_size=20))
196
+ def test_dyn_set_contains_missing(args):
197
+ value_set, missing = args
198
+
199
+ def fn():
200
+ values = +Array[float, 20]
201
+ for i, v in enumerate(value_set):
202
+ values[i] = v * (random.random() != -1)
203
+ return missing in {
204
+ values[0],
205
+ values[1],
206
+ values[2],
207
+ values[3],
208
+ values[4],
209
+ values[5],
210
+ values[6],
211
+ values[7],
212
+ values[8],
213
+ values[9],
214
+ values[10],
215
+ values[11],
216
+ values[12],
217
+ values[13],
218
+ values[14],
219
+ values[15],
220
+ values[16],
221
+ values[17],
222
+ values[18],
223
+ values[19],
224
+ }
225
+
226
+ assert not run_and_validate(fn)
@@ -199,9 +199,9 @@ def test_tuple_contains_heterogeneous():
199
199
  return Array(
200
200
  5 in t,
201
201
  0 in t,
202
- inner1 == t[0],
203
- inner2 == t[1],
204
- inner3 == t[0],
202
+ inner1 in t,
203
+ inner2 in t,
204
+ inner3 in t,
205
205
  )
206
206
 
207
207
  assert tuple(run_and_validate(fn)) == (True, False, True, True, False)
@@ -727,7 +727,7 @@ wheels = [
727
727
 
728
728
  [[package]]
729
729
  name = "sonolus-py"
730
- version = "0.11.0"
730
+ version = "0.11.1"
731
731
  source = { editable = "." }
732
732
 
733
733
  [package.dev-dependencies]
@@ -1,48 +0,0 @@
1
- import textwrap
2
- from dataclasses import dataclass, field
3
-
4
- from sonolus.backend.ops import Op
5
-
6
- type EngineNode = ConstantNode | FunctionNode
7
-
8
-
9
- @dataclass(slots=True)
10
- class ConstantNode:
11
- value: float
12
- _hash: int = field(init=False, repr=False)
13
-
14
- def __post_init__(self):
15
- self._hash = hash(self.value)
16
-
17
- def __hash__(self):
18
- return hash(self.value)
19
-
20
-
21
- @dataclass(slots=True)
22
- class FunctionNode:
23
- func: Op
24
- args: list[EngineNode]
25
- _hash: int = field(init=False, repr=False)
26
-
27
- def __post_init__(self):
28
- self._hash = hash((self.func, tuple(self.args)))
29
-
30
- def __hash__(self):
31
- return self._hash
32
-
33
-
34
- def format_engine_node(node: EngineNode) -> str:
35
- if isinstance(node, ConstantNode):
36
- return str(node.value)
37
- elif isinstance(node, FunctionNode):
38
- match len(node.args):
39
- case 0:
40
- return f"{node.func.name}()"
41
- case 1:
42
- return f"{node.func.name}({format_engine_node(node.args[0])})"
43
- case _:
44
- return f"{node.func.name}(\n{
45
- textwrap.indent('\n'.join(format_engine_node(arg) for arg in node.args), ' ')
46
- }\n)"
47
- else:
48
- raise ValueError(f"Invalid engine node: {node}")
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes