]> git.dabkitsch.com - sonogarden_maxproj.git/commitdiff
adding patcher traverse
authorequilet <2237372+equilet@users.noreply.github.com>
Tue, 1 Jul 2025 06:57:51 +0000 (23:57 -0700)
committerequilet <2237372+equilet@users.noreply.github.com>
Tue, 1 Jul 2025 06:57:51 +0000 (23:57 -0700)
misc/patcher_traverse.js [new file with mode: 0644]

diff --git a/misc/patcher_traverse.js b/misc/patcher_traverse.js
new file mode 100644 (file)
index 0000000..e2cfa8b
--- /dev/null
@@ -0,0 +1,6 @@
+let thisp = this.patcher;
+
+function loadbang(){
+       outlet(0, thisp.parentpatcher.name);    
+}
+