Skip to content

Commit

Permalink
added emit() to prevent osc from sending
Browse files Browse the repository at this point in the history
  • Loading branch information
tmhglnd committed Dec 14, 2020
1 parent a536b87 commit a977c61
Show file tree
Hide file tree
Showing 3 changed files with 321 additions and 66 deletions.
1 change: 1 addition & 0 deletions mercury_ide/data/initials.json
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@
"beat" : 1,
"time" : "1/16",
"name" : "null",
"emit" : 1,
"group" : "no_group",
"sendOSC" : 1,
"clock" : 0
Expand Down
6 changes: 3 additions & 3 deletions mercury_ide/patchers/_mercury_main.maxpat
Original file line number Diff line number Diff line change
Expand Up @@ -45095,6 +45095,8 @@
"saved_object_attributes" : {
"autostart" : 1,
"defer" : 0,
"node_bin_path" : "",
"npm_bin_path" : "",
"watch" : 1
}
,
Expand Down Expand Up @@ -48390,7 +48392,7 @@
, {
"box" : {
"id" : "obj-284",
"items" : [ "AU DLS Synth 1", ",", "IAC-besturingsbestand Bus 1", ",", "from Max 1", ",", "from Max 2" ],
"items" : [ "AU DLS Synth 1", ",", "IAC-besturingsbestand Bus 1", ",", "Liquid56 MIDI", ",", "from Max 1", ",", "from Max 2" ],
"maxclass" : "umenu",
"numinlets" : 1,
"numoutlets" : 3,
Expand Down Expand Up @@ -51896,8 +51898,6 @@
"saved_object_attributes" : {
"autostart" : 0,
"defer" : 1,
"node_bin_path" : "",
"npm_bin_path" : "",
"watch" : 1
}
,
Expand Down

0 comments on commit a977c61

Please sign in to comment.