Skip to content
Snippets Groups Projects
Commit 056ea580 authored by balandinodidonato's avatar balandinodidonato
Browse files

fixes bug in player - player did not update timer

parent a35c7803
Branches
No related merge requests found
......@@ -38,6 +38,18 @@
"style" : "",
"subpatcher_template" : "",
"boxes" : [ {
"box" : {
"id" : "obj-20",
"maxclass" : "newobj",
"numinlets" : 0,
"numoutlets" : 1,
"outlettype" : [ "" ],
"patching_rect" : [ 366.0, 205.0, 139.0, 22.0 ],
"text" : "r global_envelope_index"
}
}
, {
"box" : {
"id" : "obj-29",
"maxclass" : "newobj",
......@@ -103,7 +115,7 @@
"numinlets" : 0,
"numoutlets" : 1,
"outlettype" : [ "" ],
"patching_rect" : [ 204.5, 486.0, 98.0, 22.0 ],
"patching_rect" : [ 376.5, 258.0, 98.0, 22.0 ],
"text" : "r global_duration"
}
......@@ -359,7 +371,7 @@
"numinlets" : 2,
"numoutlets" : 1,
"outlettype" : [ "float" ],
"patching_rect" : [ 194.0, 547.0, 47.0, 22.0 ],
"patching_rect" : [ 366.0, 319.0, 47.0, 22.0 ],
"text" : "* 0.001"
}
......@@ -371,7 +383,7 @@
"numinlets" : 2,
"numoutlets" : 1,
"outlettype" : [ "" ],
"patching_rect" : [ 194.0, 585.0, 69.0, 22.0 ],
"patching_rect" : [ 366.0, 357.0, 69.0, 22.0 ],
"text" : "set $1 Sec."
}
......@@ -382,7 +394,7 @@
"maxclass" : "comment",
"numinlets" : 1,
"numoutlets" : 0,
"patching_rect" : [ 194.0, 613.0, 69.0, 20.0 ],
"patching_rect" : [ 366.0, 385.0, 69.0, 20.0 ],
"presentation" : 1,
"presentation_rect" : [ 212.0, 77.0, 61.0, 20.0 ],
"text" : "0.00 Sec.",
......@@ -397,7 +409,7 @@
"numinlets" : 2,
"numoutlets" : 1,
"outlettype" : [ "float" ],
"patching_rect" : [ 194.0, 516.0, 29.5, 22.0 ],
"patching_rect" : [ 366.0, 288.0, 29.5, 22.0 ],
"text" : "* 0."
}
......@@ -409,7 +421,7 @@
"numinlets" : 2,
"numoutlets" : 1,
"outlettype" : [ "float" ],
"patching_rect" : [ 194.0, 460.0, 45.0, 22.0 ],
"patching_rect" : [ 366.0, 232.0, 45.0, 22.0 ],
"text" : "/ 3000."
}
......@@ -505,7 +517,7 @@
"maxclass" : "newobj",
"numinlets" : 1,
"numoutlets" : 0,
"patching_rect" : [ 35.0, 456.0, 141.0, 22.0 ],
"patching_rect" : [ 35.0, 441.0, 141.0, 22.0 ],
"text" : "s global_envelope_index"
}
......@@ -584,6 +596,13 @@
"source" : [ "obj-13", 0 ]
}
}
, {
"patchline" : {
"destination" : [ "obj-64", 0 ],
"source" : [ "obj-20", 0 ]
}
}
, {
"patchline" : {
......@@ -658,15 +677,6 @@
, {
"patchline" : {
"destination" : [ "obj-3", 0 ],
"order" : 1,
"source" : [ "obj-63", 0 ]
}
}
, {
"patchline" : {
"destination" : [ "obj-64", 0 ],
"order" : 0,
"source" : [ "obj-63", 0 ]
}
......@@ -735,8 +745,6 @@
}
],
"dependency_cache" : [ ],
"autosave" : 0,
"styles" : [ {
"name" : "black in white",
"default" : {
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment