Skip to content

Commit

Permalink
silence now resets instrument counters
Browse files Browse the repository at this point in the history
  • Loading branch information
tmhglnd committed Jul 23, 2020
1 parent 59f1dbe commit 28ea862
Show file tree
Hide file tree
Showing 2 changed files with 232 additions and 177 deletions.
34 changes: 27 additions & 7 deletions mercury_ide/patchers/_mercury_main.maxpat
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,17 @@
"style" : "",
"subpatcher_template" : "",
"boxes" : [ {
"box" : {
"id" : "obj-45",
"maxclass" : "newobj",
"numinlets" : 1,
"numoutlets" : 0,
"patching_rect" : [ 111.5, 1485.0, 79.0, 22.0 ],
"text" : "s countReset"
}

}
, {
"box" : {
"id" : "obj-262",
"maxclass" : "message",
Expand Down Expand Up @@ -4901,7 +4912,7 @@
]
}
,
"patching_rect" : [ 68.5, 1414.0, 92.0, 22.0 ],
"patching_rect" : [ 50.0, 1414.0, 92.0, 22.0 ],
"saved_object_attributes" : {
"description" : "",
"digest" : "",
Expand Down Expand Up @@ -42820,6 +42831,8 @@
"saved_object_attributes" : {
"autostart" : 1,
"defer" : 0,
"node_bin_path" : "",
"npm_bin_path" : "",
"watch" : 1
}
,
Expand Down Expand Up @@ -48665,8 +48678,6 @@
"saved_object_attributes" : {
"autostart" : 1,
"defer" : 1,
"node_bin_path" : "",
"npm_bin_path" : "",
"watch" : 1
}
,
Expand Down Expand Up @@ -63496,13 +63507,13 @@
"presentation_rect" : [ 210.0, 255.0, 135.0, 36.0 ],
"saved_attribute_attributes" : {
"valueof" : {
"parameter_shortname" : "volume",
"parameter_type" : 0,
"parameter_unitstyle" : 4,
"parameter_mmin" : -70.0,
"parameter_longname" : "volume",
"parameter_mmax" : 6.0,
"parameter_initial" : [ 0.0 ],
"parameter_shortname" : "volume",
"parameter_type" : 0,
"parameter_unitstyle" : 4
"parameter_initial" : [ 0.0 ]
}

}
Expand Down Expand Up @@ -65187,6 +65198,7 @@
, {
"patchline" : {
"destination" : [ "obj-148", 0 ],
"order" : 0,
"source" : [ "obj-304", 1 ]
}

Expand All @@ -65204,6 +65216,14 @@
"source" : [ "obj-304", 0 ]
}

}
, {
"patchline" : {
"destination" : [ "obj-45", 0 ],
"order" : 1,
"source" : [ "obj-304", 1 ]
}

}
, {
"patchline" : {
Expand Down

0 comments on commit 28ea862

Please sign in to comment.