Skip to content

Commit

Permalink
fix where sample only changes after note trigger
Browse files Browse the repository at this point in the history
  • Loading branch information
tmhglnd committed Oct 21, 2023
1 parent 850e148 commit 6cb8ec4
Showing 1 changed file with 63 additions and 13 deletions.
76 changes: 63 additions & 13 deletions mercury_ide/patchers/soundObject.maxpat
Original file line number Diff line number Diff line change
Expand Up @@ -1756,7 +1756,8 @@
}

}
]
],
"autosave" : 0
}
,
"patching_rect" : [ 45.0, 105.0, 99.0, 22.0 ],
Expand Down Expand Up @@ -2701,7 +2702,8 @@
}

}
]
],
"autosave" : 0
}
,
"patching_rect" : [ 1006.75, 452.0, 78.0, 22.0 ],
Expand Down Expand Up @@ -4047,7 +4049,8 @@
}

}
]
],
"autosave" : 0
}
,
"patching_rect" : [ 343.0, 707.0, 109.0, 22.0 ],
Expand Down Expand Up @@ -26671,7 +26674,8 @@
}

}
]
],
"autosave" : 0
}
,
"patching_rect" : [ 50.0, 405.0, 95.0, 22.0 ],
Expand Down Expand Up @@ -26889,7 +26893,8 @@
}

}
]
],
"autosave" : 0
}
,
"patching_rect" : [ 126.0, 305.0, 91.0, 22.0 ],
Expand Down Expand Up @@ -27940,6 +27945,30 @@
"subpatcher_template" : "",
"assistshowspatchername" : 0,
"boxes" : [ {
"box" : {
"id" : "obj-20",
"maxclass" : "newobj",
"numinlets" : 1,
"numoutlets" : 2,
"outlettype" : [ "bang", "int" ],
"patching_rect" : [ 101.0, 255.0, 29.5, 22.0 ],
"text" : "t b i"
}

}
, {
"box" : {
"id" : "obj-1",
"maxclass" : "newobj",
"numinlets" : 2,
"numoutlets" : 2,
"outlettype" : [ "", "" ],
"patching_rect" : [ 101.0, 372.0, 38.0, 22.0 ],
"text" : "zl.reg"
}

}
, {
"box" : {
"id" : "obj-17",
"maxclass" : "comment",
Expand All @@ -27957,7 +27986,7 @@
"numinlets" : 0,
"numoutlets" : 1,
"outlettype" : [ "" ],
"patching_rect" : [ 101.0, 300.0, 100.0, 22.0 ],
"patching_rect" : [ 120.0, 285.0, 100.0, 22.0 ],
"text" : "r #0_sampler"
}

Expand Down Expand Up @@ -28990,7 +29019,7 @@
"numinlets" : 1,
"numoutlets" : 1,
"outlettype" : [ "" ],
"patching_rect" : [ 101.0, 371.0, 51.0, 22.0 ],
"patching_rect" : [ 120.0, 345.0, 51.0, 22.0 ],
"text" : "probList"
}

Expand Down Expand Up @@ -29278,7 +29307,7 @@
"numinlets" : 2,
"numoutlets" : 1,
"outlettype" : [ "" ],
"patching_rect" : [ 101.0, 341.0, 86.0, 22.0 ],
"patching_rect" : [ 120.0, 315.0, 86.0, 22.0 ],
"text" : "argListLookup"
}

Expand Down Expand Up @@ -29478,6 +29507,13 @@
}
],
"lines" : [ {
"patchline" : {
"destination" : [ "obj-60", 0 ],
"source" : [ "obj-1", 0 ]
}

}
, {
"patchline" : {
"destination" : [ "obj-11", 0 ],
"source" : [ "obj-10", 0 ]
Expand Down Expand Up @@ -29602,6 +29638,20 @@
"source" : [ "obj-2", 0 ]
}

}
, {
"patchline" : {
"destination" : [ "obj-1", 0 ],
"source" : [ "obj-20", 0 ]
}

}
, {
"patchline" : {
"destination" : [ "obj-23", 1 ],
"source" : [ "obj-20", 1 ]
}

}
, {
"patchline" : {
Expand Down Expand Up @@ -29711,16 +29761,16 @@
}
, {
"patchline" : {
"destination" : [ "obj-21", 1 ],
"order" : 1,
"destination" : [ "obj-20", 0 ],
"order" : 2,
"source" : [ "obj-32", 0 ]
}

}
, {
"patchline" : {
"destination" : [ "obj-23", 1 ],
"order" : 2,
"destination" : [ "obj-21", 1 ],
"order" : 1,
"source" : [ "obj-32", 0 ]
}

Expand Down Expand Up @@ -29888,7 +29938,7 @@
}
, {
"patchline" : {
"destination" : [ "obj-60", 0 ],
"destination" : [ "obj-1", 1 ],
"source" : [ "obj-48", 0 ]
}

Expand Down

0 comments on commit 6cb8ec4

Please sign in to comment.