summaryrefslogtreecommitdiff
path: root/js/Events
diff options
context:
space:
mode:
Diffstat (limited to 'js/Events')
-rw-r--r--js/Events/END_c.js1
-rw-r--r--js/Events/EVTDLY_c.js2
-rw-r--r--js/Events/EVTDLY_f.js2
-rw-r--r--js/Events/EVTGEN_f.js1
-rw-r--r--js/Events/EVTVARDLY.js1
-rw-r--r--js/Events/HALT_f.js1
-rw-r--r--js/Events/IFTHEL_f.js2
-rw-r--r--js/Events/MFCLCK_f.js2
-rw-r--r--js/Events/M_freq.js2
-rw-r--r--js/Events/freq_div.js2
10 files changed, 16 insertions, 0 deletions
diff --git a/js/Events/END_c.js b/js/Events/END_c.js
index d0ff0d9b..1dbf3c9c 100644
--- a/js/Events/END_c.js
+++ b/js/Events/END_c.js
@@ -20,6 +20,7 @@ function END_c() {
END_c.prototype.get = function END_c() {
}
END_c.prototype.set = function END_c() {
+ this.tf = parseFloat((arguments[0]["tf"]))
this.x = arg1;
graphics = arg1.graphics;
exprs = graphics.exprs;
diff --git a/js/Events/EVTDLY_c.js b/js/Events/EVTDLY_c.js
index 85707735..eda7037f 100644
--- a/js/Events/EVTDLY_c.js
+++ b/js/Events/EVTDLY_c.js
@@ -22,6 +22,8 @@ function EVTDLY_c() {
EVTDLY_c.prototype.get = function EVTDLY_c() {
}
EVTDLY_c.prototype.set = function EVTDLY_c() {
+ this.dt = parseFloat((arguments[0]["dt"]))
+ this.ff = parseFloat((arguments[0]["ff"]))
this.x = arg1;
graphics = arg1.graphics;
exprs = graphics.exprs;
diff --git a/js/Events/EVTDLY_f.js b/js/Events/EVTDLY_f.js
index aaeefd62..4d64f615 100644
--- a/js/Events/EVTDLY_f.js
+++ b/js/Events/EVTDLY_f.js
@@ -22,6 +22,8 @@ function EVTDLY_f() {
EVTDLY_f.prototype.get = function EVTDLY_f() {
}
EVTDLY_f.prototype.set = function EVTDLY_f() {
+ this.dt = parseFloat((arguments[0]["dt"]))
+ this.ff = parseFloat((arguments[0]["ff"]))
this.x = arg1;
graphics = arg1.graphics;
exprs = graphics.exprs;
diff --git a/js/Events/EVTGEN_f.js b/js/Events/EVTGEN_f.js
index 361a1529..935034b5 100644
--- a/js/Events/EVTGEN_f.js
+++ b/js/Events/EVTGEN_f.js
@@ -19,6 +19,7 @@ function EVTGEN_f() {
EVTGEN_f.prototype.get = function EVTGEN_f() {
}
EVTGEN_f.prototype.set = function EVTGEN_f() {
+ this.tt = parseFloat((arguments[0]["tt"]))
this.x = arg1;
graphics = arg1.graphics;
exprs = graphics.exprs;
diff --git a/js/Events/EVTVARDLY.js b/js/Events/EVTVARDLY.js
index a86b6ab2..3a6b2442 100644
--- a/js/Events/EVTVARDLY.js
+++ b/js/Events/EVTVARDLY.js
@@ -21,6 +21,7 @@ function EVTVARDLY() {
EVTVARDLY.prototype.get = function EVTVARDLY() {
}
EVTVARDLY.prototype.set = function EVTVARDLY() {
+ this.fir = parseFloat((arguments[0]["fir"]))
this.x = arg1;
graphics = arg1.graphics;
exprs = graphics.exprs;
diff --git a/js/Events/HALT_f.js b/js/Events/HALT_f.js
index d9e2d28d..d5ee03d8 100644
--- a/js/Events/HALT_f.js
+++ b/js/Events/HALT_f.js
@@ -20,6 +20,7 @@ function HALT_f() {
HALT_f.prototype.get = function HALT_f() {
}
HALT_f.prototype.set = function HALT_f() {
+ this.n = parseFloat((arguments[0]["n"]))
this.x = arg1;
graphics = arg1.graphics;
exprs = graphics.exprs;
diff --git a/js/Events/IFTHEL_f.js b/js/Events/IFTHEL_f.js
index d3af5ca8..362abccb 100644
--- a/js/Events/IFTHEL_f.js
+++ b/js/Events/IFTHEL_f.js
@@ -24,6 +24,8 @@ function IFTHEL_f() {
IFTHEL_f.prototype.get = function IFTHEL_f() {
}
IFTHEL_f.prototype.set = function IFTHEL_f() {
+ this.inh = parseFloat((arguments[0]["inh"]))
+ this.nmod = parseFloat((arguments[0]["nmod"]))
this.x = arg1;
graphics = arg1.graphics;
exprs = graphics.exprs;
diff --git a/js/Events/MFCLCK_f.js b/js/Events/MFCLCK_f.js
index d1aaa9d1..e352368c 100644
--- a/js/Events/MFCLCK_f.js
+++ b/js/Events/MFCLCK_f.js
@@ -24,6 +24,8 @@ function MFCLCK_f() {
MFCLCK_f.prototype.get = function MFCLCK_f() {
}
MFCLCK_f.prototype.set = function MFCLCK_f() {
+ this.dt = parseFloat((arguments[0]["dt"]))
+ this.nn = parseFloat((arguments[0]["nn"]))
this.x = arg1;
graphics = arg1.graphics;
exprs = graphics.exprs;
diff --git a/js/Events/M_freq.js b/js/Events/M_freq.js
index de26d35c..95388ba5 100644
--- a/js/Events/M_freq.js
+++ b/js/Events/M_freq.js
@@ -21,6 +21,8 @@ function M_freq() {
M_freq.prototype.get = function M_freq() {
}
M_freq.prototype.set = function M_freq() {
+ this.frequ = parseFloat((arguments[0]["frequ"]))
+ this.offset = parseFloat((arguments[0]["offset"]))
this.x = arg1;
graphics = arg1.graphics;
model = arg1.model;
diff --git a/js/Events/freq_div.js b/js/Events/freq_div.js
index 0a004b38..3aadb372 100644
--- a/js/Events/freq_div.js
+++ b/js/Events/freq_div.js
@@ -113,6 +113,8 @@ function freq_div() {
freq_div.prototype.get = function freq_div() {
}
freq_div.prototype.set = function freq_div() {
+ %ph = parseFloat((arguments[0]["%ph"]))
+ %df = parseFloat((arguments[0]["%df"]))
for (i=1;i<=length(arg1.model.rpar.objs);i+=1) {
o = arg1.model.rpar.objs[i-1];
if (typeof(o)=="Block"&&o.gui=="Modulo_Count") {