-
Notifications
You must be signed in to change notification settings - Fork 16
Open
Description
modgui.js:357:28
A trigger port throw this error when pressed in the mod-sdk, could be fixed by define mod_port in
this.setPortWidgetsValue = function (symbol, value, source, only_gui) {
diff --git a/html/js/modgui.js b/html/js/modgui.js
index 5fa88aa..eab7f0b 100644
--- a/html/js/modgui.js
+++ b/html/js/modgui.js
@@ -325,6 +325,7 @@ function GUI(effect, options) {
var label, valueField, widget,
port = self.controls[symbol]
+ var mod_port = source ? source.attr("mod-port") : (self.instance ? self.instance+'/'+symbol : symbol)
port.value = value
for (var i in port.widgets) {
Metadata
Metadata
Assignees
Labels
No labels