Skip to content

Commit

Permalink
#106: proper reset for test, use mubu track for period change
Browse files Browse the repository at this point in the history
  • Loading branch information
diemoschwarz committed Nov 17, 2023
1 parent 6489b38 commit fcbd4d0
Show file tree
Hide file tree
Showing 2 changed files with 277 additions and 35 deletions.
56 changes: 43 additions & 13 deletions patchers/lib/camu.syncmetro.maxpat
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
}
,
"classnamespace" : "box",
"rect" : [ 1092.0, 79.0, 1201.0, 859.0 ],
"rect" : [ 1267.0, 79.0, 1201.0, 859.0 ],
"bglocked" : 0,
"openinpresentation" : 0,
"default_fontsize" : 12.0,
Expand Down Expand Up @@ -39,6 +39,19 @@
"subpatcher_template" : "",
"assistshowspatchername" : 0,
"boxes" : [ {
"box" : {
"hidden" : 1,
"id" : "obj-26",
"maxclass" : "newobj",
"numinlets" : 1,
"numoutlets" : 3,
"outlettype" : [ "int", "int", "int" ],
"patching_rect" : [ 600.0, 301.0, 100.0, 22.0 ],
"text" : "t i i i"
}

}
, {
"box" : {
"id" : "obj-22",
"maxclass" : "message",
Expand Down Expand Up @@ -682,7 +695,7 @@
"numoutlets" : 1,
"outlettype" : [ "int" ],
"parameter_enable" : 0,
"patching_rect" : [ 424.5, 232.0, 45.0, 45.0 ]
"patching_rect" : [ 424.5, 223.0, 45.0, 45.0 ]
}

}
Expand All @@ -693,7 +706,7 @@
"maxclass" : "comment",
"numinlets" : 1,
"numoutlets" : 0,
"patching_rect" : [ 472.0, 232.0, 78.0, 47.0 ],
"patching_rect" : [ 472.0, 223.0, 78.0, 47.0 ],
"text" : "start at next quantized period"
}

Expand Down Expand Up @@ -1762,7 +1775,7 @@
"numinlets" : 2,
"numoutlets" : 1,
"outlettype" : [ "" ],
"patching_rect" : [ 333.0, 248.5, 39.0, 22.0 ],
"patching_rect" : [ 332.0, 270.0, 39.0, 22.0 ],
"text" : "round"
}

Expand Down Expand Up @@ -2002,6 +2015,7 @@
, {
"patchline" : {
"destination" : [ "obj-135", 0 ],
"hidden" : 1,
"source" : [ "obj-115", 0 ]
}

Expand Down Expand Up @@ -2180,31 +2194,47 @@
}
, {
"patchline" : {
"destination" : [ "obj-106", 0 ],
"order" : 1,
"destination" : [ "obj-26", 0 ],
"hidden" : 1,
"source" : [ "obj-22", 0 ]
}

}
, {
"patchline" : {
"destination" : [ "obj-138", 0 ],
"order" : 0,
"source" : [ "obj-22", 0 ]
"destination" : [ "obj-6", 0 ],
"source" : [ "obj-23", 0 ]
}

}
, {
"patchline" : {
"destination" : [ "obj-6", 0 ],
"source" : [ "obj-23", 0 ]
"destination" : [ "obj-40", 0 ],
"source" : [ "obj-25", 0 ]
}

}
, {
"patchline" : {
"destination" : [ "obj-40", 0 ],
"source" : [ "obj-25", 0 ]
"destination" : [ "obj-106", 0 ],
"hidden" : 1,
"source" : [ "obj-26", 0 ]
}

}
, {
"patchline" : {
"destination" : [ "obj-130", 0 ],
"hidden" : 1,
"source" : [ "obj-26", 2 ]
}

}
, {
"patchline" : {
"destination" : [ "obj-138", 0 ],
"hidden" : 1,
"source" : [ "obj-26", 1 ]
}

}
Expand Down
Loading

0 comments on commit fcbd4d0

Please sign in to comment.