From 5348a498f33cb0b446f8e7e0452e65ec465ec988 Mon Sep 17 00:00:00 2001 From: dreamer Date: Mon, 3 Aug 2026 09:18:18 +0200 Subject: [PATCH] add list and threshold~ to compatible objects --- Source/Heavy/CompatibleObjects.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Source/Heavy/CompatibleObjects.h b/Source/Heavy/CompatibleObjects.h index 4f9be6157..c48c1dc54 100644 --- a/Source/Heavy/CompatibleObjects.h +++ b/Source/Heavy/CompatibleObjects.h @@ -61,6 +61,7 @@ class HeavyCompatibleObjects { "inlet", "int", "line", + "list", "loadbang", "log", "makenote", @@ -176,6 +177,7 @@ class HeavyCompatibleObjects { "tabread4~", "tabread~", "tabwrite~", + "threshold~", "throw~", "vcf~", "vd~",