We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent abafe88 commit cf0ededCopy full SHA for cf0eded
1 file changed
Source/Heavy/CompatibleObjects.h
@@ -33,6 +33,7 @@ class HeavyCompatibleObjects {
33
"bang",
34
"bendin",
35
"bendout",
36
+ "block~", // ignored
37
"bng",
38
"canvas",
39
"change",
@@ -48,6 +49,7 @@ class HeavyCompatibleObjects {
48
49
"delay",
50
"div",
51
"exp",
52
+ "expr",
53
"f",
54
"float",
55
"ftom",
@@ -138,6 +140,7 @@ class HeavyCompatibleObjects {
138
140
"delread4~",
139
141
"env~",
142
"exp~",
143
+ "expr~",
144
"ftom~",
145
"hip~",
146
"inlet~",
0 commit comments