From ffad70eb772a1e4d5e83c643a630ef714cdfb11c Mon Sep 17 00:00:00 2001
From: "M. H. Golkar" <1233337+mhgolkar@users.noreply.github.com>
Date: Sat, 26 Aug 2023 16:42:06 +0330
Subject: [PATCH] v2.2.0 with new Tag-Match node and few fixes
---
index.html | 4 +--
v2/index.audio.worklet.js | 58 ++++++++++++++++++-------------------
v2/index.html | 2 +-
v2/index.js | 2 +-
v2/index.pck | Bin 3844416 -> 3898800 bytes
v2/index.service.worker.js | 2 +-
v2/index.wasm | Bin 13789463 -> 13793958 bytes
7 files changed, 34 insertions(+), 34 deletions(-)
diff --git a/index.html b/index.html
index cfc457a..e6ad763 100644
--- a/index.html
+++ b/index.html
@@ -129,7 +129,7 @@
}
footer {
text-align: center;
- margin: 3rem 0 0 1rem;
+ margin: 4rem 0 0 1rem;
opacity: 0.5;
}
@media screen and (orientation:landscape) {
@@ -257,7 +257,7 @@
Continuum Safety
diff --git a/v2/index.audio.worklet.js b/v2/index.audio.worklet.js
index ea4d8cb..d9330c7 100644
--- a/v2/index.audio.worklet.js
+++ b/v2/index.audio.worklet.js
@@ -1,32 +1,32 @@
-/*************************************************************************/
-/* audio.worklet.js */
-/*************************************************************************/
-/* This file is part of: */
-/* GODOT ENGINE */
-/* https://godotengine.org */
-/*************************************************************************/
-/* Copyright (c) 2007-2022 Juan Linietsky, Ariel Manzur. */
-/* Copyright (c) 2014-2022 Godot Engine contributors (cf. AUTHORS.md). */
-/* */
-/* Permission is hereby granted, free of charge, to any person obtaining */
-/* a copy of this software and associated documentation files (the */
-/* "Software"), to deal in the Software without restriction, including */
-/* without limitation the rights to use, copy, modify, merge, publish, */
-/* distribute, sublicense, and/or sell copies of the Software, and to */
-/* permit persons to whom the Software is furnished to do so, subject to */
-/* the following conditions: */
-/* */
-/* The above copyright notice and this permission notice shall be */
-/* included in all copies or substantial portions of the Software. */
-/* */
-/* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, */
-/* EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF */
-/* MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.*/
-/* IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY */
-/* CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, */
-/* TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE */
-/* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */
-/*************************************************************************/
+/**************************************************************************/
+/* audio.worklet.js */
+/**************************************************************************/
+/* This file is part of: */
+/* GODOT ENGINE */
+/* https://godotengine.org */
+/**************************************************************************/
+/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */
+/* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */
+/* */
+/* Permission is hereby granted, free of charge, to any person obtaining */
+/* a copy of this software and associated documentation files (the */
+/* "Software"), to deal in the Software without restriction, including */
+/* without limitation the rights to use, copy, modify, merge, publish, */
+/* distribute, sublicense, and/or sell copies of the Software, and to */
+/* permit persons to whom the Software is furnished to do so, subject to */
+/* the following conditions: */
+/* */
+/* The above copyright notice and this permission notice shall be */
+/* included in all copies or substantial portions of the Software. */
+/* */
+/* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, */
+/* EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF */
+/* MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. */
+/* IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY */
+/* CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, */
+/* TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE */
+/* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */
+/**************************************************************************/
class RingBuffer {
constructor(p_buffer, p_state, p_threads) {
diff --git a/v2/index.html b/v2/index.html
index 2d2d0aa..c766c22 100644
--- a/v2/index.html
+++ b/v2/index.html
@@ -227,7 +227,7 @@