Skip to content

Commit

Permalink
fixed but that made external instruments not work
Browse files Browse the repository at this point in the history
  • Loading branch information
tmhglnd committed Nov 6, 2023
1 parent 845bd72 commit fb0b364
Showing 1 changed file with 20 additions and 13 deletions.
33 changes: 20 additions & 13 deletions mercury_ide/patchers/soundObject.maxpat
Original file line number Diff line number Diff line change
Expand Up @@ -899,7 +899,6 @@
"boxes" : [ {
"box" : {
"id" : "obj-1",
"linecount" : 2,
"maxclass" : "newobj",
"numinlets" : 0,
"numoutlets" : 1,
Expand Down Expand Up @@ -8543,7 +8542,6 @@
, {
"box" : {
"id" : "obj-15",
"linecount" : 2,
"maxclass" : "newobj",
"numinlets" : 0,
"numoutlets" : 1,
Expand All @@ -8556,7 +8554,6 @@
, {
"box" : {
"id" : "obj-14",
"linecount" : 2,
"maxclass" : "newobj",
"numinlets" : 0,
"numoutlets" : 1,
Expand Down Expand Up @@ -19491,7 +19488,6 @@
, {
"box" : {
"id" : "obj-15",
"linecount" : 2,
"maxclass" : "newobj",
"numinlets" : 0,
"numoutlets" : 1,
Expand All @@ -19504,7 +19500,6 @@
, {
"box" : {
"id" : "obj-14",
"linecount" : 2,
"maxclass" : "newobj",
"numinlets" : 0,
"numoutlets" : 1,
Expand Down Expand Up @@ -21565,7 +21560,7 @@
, {
"box" : {
"id" : "obj-37",
"linecount" : 3,
"linecount" : 2,
"maxclass" : "newobj",
"numinlets" : 0,
"numoutlets" : 1,
Expand Down Expand Up @@ -21693,7 +21688,7 @@
, {
"box" : {
"id" : "obj-8",
"linecount" : 3,
"linecount" : 2,
"maxclass" : "newobj",
"numinlets" : 1,
"numoutlets" : 1,
Expand Down Expand Up @@ -22358,9 +22353,9 @@
"maxclass" : "newobj",
"numinlets" : 1,
"numoutlets" : 2,
"outlettype" : [ "int", "" ],
"outlettype" : [ "", "int" ],
"patching_rect" : [ 270.166672000000005, 226.0, 29.5, 22.0 ],
"text" : "t 0 l"
"text" : "t l 0"
}

}
Expand Down Expand Up @@ -23074,7 +23069,7 @@
"maxclass" : "newobj",
"numinlets" : 1,
"numoutlets" : 2,
"outlettype" : [ "36523_", "" ],
"outlettype" : [ "8683_", "" ],
"patching_rect" : [ 237.499985000000038, 480.0, 71.0, 22.0 ],
"text" : "t #0_ l"
}
Expand Down Expand Up @@ -30427,6 +30422,10 @@
"numinlets" : 1,
"numoutlets" : 0,
"patching_rect" : [ 240.0, 1380.0, 44.0, 22.0 ],
"saved_object_attributes" : {
"attr_comment" : ""
}
,
"text" : "out~ 2"
}

Expand All @@ -30438,6 +30437,10 @@
"numinlets" : 1,
"numoutlets" : 0,
"patching_rect" : [ 189.0, 1380.0, 44.0, 22.0 ],
"saved_object_attributes" : {
"attr_comment" : ""
}
,
"text" : "out~ 1"
}

Expand All @@ -30450,6 +30453,10 @@
"numoutlets" : 1,
"outlettype" : [ "" ],
"patching_rect" : [ 169.666672000000005, 30.0, 30.0, 22.0 ],
"saved_object_attributes" : {
"attr_comment" : ""
}
,
"text" : "in 1"
}

Expand Down Expand Up @@ -30980,15 +30987,15 @@
, {
"patchline" : {
"destination" : [ "obj-321", 0 ],
"source" : [ "obj-269", 1 ]
"source" : [ "obj-269", 0 ]
}

}
, {
"patchline" : {
"destination" : [ "obj-9", 0 ],
"midpoints" : [ 279.666672000000005, 309.0, 196.666672000000005, 309.0, 196.666672000000005, 205.0, 89.166672000000005, 205.0 ],
"source" : [ "obj-269", 0 ]
"midpoints" : [ 290.166672000000005, 309.0, 196.666672000000005, 309.0, 196.666672000000005, 205.0, 89.166672000000005, 205.0 ],
"source" : [ "obj-269", 1 ]
}

}
Expand Down

0 comments on commit fb0b364

Please sign in to comment.