Skip to content

Commit

Permalink
update mvc.clip~ cf. #1
Browse files Browse the repository at this point in the history
  • Loading branch information
vincentgoudard committed Jan 26, 2024
1 parent 7942f46 commit fa9a586
Show file tree
Hide file tree
Showing 3 changed files with 116 additions and 167 deletions.
42 changes: 12 additions & 30 deletions help/mvc.clip~.maxhelp
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@
"patcher" : {
"fileversion" : 1,
"appversion" : {
"major" : 9,
"minor" : 0,
"major" : 8,
"minor" : 6,
"revision" : 0,
"architecture" : "x64",
"modernui" : 1
}
,
"classnamespace" : "box",
"rect" : [ 412.0, 239.0, 764.0, 497.0 ],
"rect" : [ 258.0, 354.0, 764.0, 497.0 ],
"bglocked" : 0,
"openinpresentation" : 0,
"default_fontsize" : 12.0,
Expand Down Expand Up @@ -104,8 +104,8 @@
"patcher" : {
"fileversion" : 1,
"appversion" : {
"major" : 9,
"minor" : 0,
"major" : 8,
"minor" : 6,
"revision" : 0,
"architecture" : "x64",
"modernui" : 1
Expand Down Expand Up @@ -166,15 +166,15 @@
"patcher" : {
"fileversion" : 1,
"appversion" : {
"major" : 9,
"minor" : 0,
"major" : 8,
"minor" : 6,
"revision" : 0,
"architecture" : "x64",
"modernui" : 1
}
,
"classnamespace" : "box",
"rect" : [ 412.0, 265.0, 764.0, 471.0 ],
"rect" : [ 258.0, 380.0, 764.0, 471.0 ],
"bglocked" : 0,
"openinpresentation" : 0,
"default_fontsize" : 12.0,
Expand Down Expand Up @@ -279,8 +279,8 @@
"patcher" : {
"fileversion" : 1,
"appversion" : {
"major" : 9,
"minor" : 0,
"major" : 8,
"minor" : 6,
"revision" : 0,
"architecture" : "x64",
"modernui" : 1
Expand Down Expand Up @@ -625,17 +625,6 @@
"varname" : "presets"
}

}
, {
"box" : {
"id" : "obj-15",
"maxclass" : "newobj",
"numinlets" : 1,
"numoutlets" : 0,
"patching_rect" : [ 706.5, 255.5, 32.0, 22.0 ],
"text" : "print"
}

}
, {
"box" : {
Expand Down Expand Up @@ -695,7 +684,7 @@
}
, {
"box" : {
"color" : [ 0.23921568627451, 0.345098039215686, 0.505882352941176, 1.0 ],
"color" : [ 0.0, 0.082352941176471, 0.545098039215686, 1.0 ],
"fontsize" : 18.0,
"id" : "obj-37",
"maxclass" : "newobj",
Expand Down Expand Up @@ -750,7 +739,7 @@
"maxclass" : "newobj",
"numinlets" : 2,
"numoutlets" : 3,
"outlettype" : [ "", "int", "initialized" ],
"outlettype" : [ "", "int", "" ],
"patching_rect" : [ 386.950000000000045, 349.0, 232.0, 22.0 ],
"text" : "mvc.remote clipHelper/myFunkyclip/range"
}
Expand Down Expand Up @@ -904,13 +893,6 @@
"source" : [ "obj-31", 0 ]
}

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

}
, {
"patchline" : {
Expand Down
126 changes: 88 additions & 38 deletions patchers/components/mvc.clip~.gui.maxpat
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
}
,
"classnamespace" : "box",
"rect" : [ 150.0, 50.0, 1002.0, 746.0 ],
"rect" : [ 150.0, 150.0, 300.0, 142.0 ],
"bglocked" : 0,
"openinpresentation" : 1,
"default_fontsize" : 12.0,
Expand All @@ -29,17 +29,64 @@
"toolbars_unpinned_last_save" : 0,
"tallnewobj" : 0,
"boxanimatetime" : 200,
"enablehscroll" : 1,
"enablevscroll" : 1,
"enablehscroll" : 0,
"enablevscroll" : 0,
"devicewidth" : 0.0,
"description" : "",
"digest" : "",
"tags" : "",
"style" : "",
"subpatcher_template" : "",
"assistshowspatchername" : 0,
"title" : "channel.1",
"title" : "myFunkyclip",
"boxes" : [ {
"box" : {
"id" : "obj-2",
"maxclass" : "newobj",
"numinlets" : 1,
"numoutlets" : 1,
"outlettype" : [ "wclose" ],
"patching_rect" : [ 71.0, 408.0, 52.0, 22.0 ],
"text" : "t wclose"
}

}
, {
"box" : {
"id" : "obj-4",
"maxclass" : "newobj",
"numinlets" : 1,
"numoutlets" : 1,
"outlettype" : [ "bang" ],
"patching_rect" : [ 71.0, 377.0, 63.0, 22.0 ],
"text" : "closebang"
}

}
, {
"box" : {
"id" : "obj-19",
"maxclass" : "newobj",
"numinlets" : 1,
"numoutlets" : 0,
"patching_rect" : [ 117.0, 459.0, 35.0, 22.0 ],
"text" : "out 1"
}

}
, {
"box" : {
"comment" : "",
"id" : "obj-20",
"index" : 0,
"maxclass" : "outlet",
"numinlets" : 1,
"numoutlets" : 0,
"patching_rect" : [ 71.0, 455.0, 30.0, 30.0 ]
}

}
, {
"box" : {
"alpha" : 0.3,
"hidden" : 1,
Expand Down Expand Up @@ -224,6 +271,7 @@
, {
"box" : {
"id" : "obj-25",
"linecount" : 2,
"maxclass" : "newobj",
"numinlets" : 1,
"numoutlets" : 1,
Expand Down Expand Up @@ -1308,7 +1356,7 @@
"numinlets" : 2,
"numoutlets" : 3,
"outlettype" : [ "", "int", "" ],
"patching_rect" : [ 146.0, 119.0, 211.0, 22.0 ],
"patching_rect" : [ 146.0, 119.0, 219.0, 22.0 ],
"text" : "mvc.remote range @parent #0.view"
}

Expand Down Expand Up @@ -1635,15 +1683,15 @@
, {
"patchline" : {
"destination" : [ "obj-14", 1 ],
"midpoints" : [ 595.0, 286.25, 696.5, 286.25, 696.5, 104.0, 347.5, 104.0 ],
"midpoints" : [ 595.0, 286.25, 696.5, 286.25, 696.5, 104.0, 355.5, 104.0 ],
"source" : [ "obj-6", 0 ]
}

}
, {
"patchline" : {
"destination" : [ "obj-14", 1 ],
"midpoints" : [ 583.5, 321.5, 707.0, 321.5, 707.0, 96.0, 347.5, 96.0 ],
"midpoints" : [ 583.5, 321.5, 707.0, 321.5, 707.0, 96.0, 355.5, 96.0 ],
"source" : [ "obj-8", 0 ]
}

Expand Down Expand Up @@ -1714,10 +1762,9 @@
, {
"box" : {
"bgcolor" : [ 1.0, 1.0, 1.0, 0.0 ],
"fontface" : 2,
"fontface" : 0,
"format" : 6,
"id" : "obj-13",
"ignoreclick" : 1,
"maxclass" : "flonum",
"numinlets" : 1,
"numoutlets" : 2,
Expand All @@ -1726,7 +1773,7 @@
"patching_rect" : [ 221.75, 182.5, 108.0, 22.0 ],
"presentation" : 1,
"presentation_rect" : [ 47.25, 28.5, 60.0, 22.0 ],
"textcolor" : [ 0.5, 0.5, 0.5, 1.0 ],
"textcolor" : [ 0.0, 0.0, 0.0, 1.0 ],
"tricolor" : [ 0.349019607843137, 0.349019607843137, 0.349019607843137, 1.0 ]
}

Expand All @@ -1753,19 +1800,18 @@
, {
"box" : {
"bgcolor" : [ 1.0, 1.0, 1.0, 0.0 ],
"fontface" : 2,
"fontface" : 0,
"format" : 6,
"id" : "obj-73",
"ignoreclick" : 1,
"maxclass" : "flonum",
"numinlets" : 1,
"numoutlets" : 2,
"outlettype" : [ "", "bang" ],
"parameter_enable" : 0,
"patching_rect" : [ 172.5, 212.5, 114.0, 22.0 ],
"patching_rect" : [ 172.5, 212.5, 117.0, 22.0 ],
"presentation" : 1,
"presentation_rect" : [ 47.25, 77.0, 60.0, 22.0 ],
"textcolor" : [ 0.5, 0.5, 0.5, 1.0 ],
"textcolor" : [ 0.0, 0.0, 0.0, 1.0 ],
"tricolor" : [ 0.349019607843137, 0.349019607843137, 0.349019607843137, 1.0 ]
}

Expand Down Expand Up @@ -2313,15 +2359,15 @@
]
}
,
"patching_rect" : [ 381.0, 112.5, 61.0, 22.0 ],
"patching_rect" : [ 381.0, 112.5, 50.0, 22.0 ],
"saved_object_attributes" : {
"description" : "",
"digest" : "",
"globalpatchername" : "",
"tags" : ""
}
,
"text" : "p address"
"text" : "p active"
}

}
Expand Down Expand Up @@ -2643,7 +2689,7 @@
"numoutlets" : 2,
"outlettype" : [ "", "" ],
"patching_rect" : [ 100.0, 112.5, 69.0, 22.0 ],
"save" : [ "#N", "thispatcher", ";", "#Q", "window", "flags", "grow", "close", "zoom", "nofloat", "menu", "minimize", ";", "#Q", "window", "constrain", 50, 50, 32768, 32768, ";", "#Q", "window", "size", 150, 50, 1152, 796, ";", "#Q", "window", "title", ";", "#Q", "window", "exec", ";", "#Q", "savewindow", 1, ";", "#Q", "end", ";" ],
"save" : [ "#N", "thispatcher", ";", "#Q", "window", "flags", "nogrow", "close", "nozoom", "nofloat", "menu", "minimize", ";", "#Q", "window", "constrain", 50, 50, 32768, 32768, ";", "#Q", "window", "size", 150, 150, 450, 292, ";", "#Q", "window", "title", ";", "#Q", "window", "exec", ";", "#Q", "savewindow", 1, ";", "#Q", "end", ";" ],
"text" : "thispatcher"
}

Expand Down Expand Up @@ -2681,10 +2727,6 @@
"numoutlets" : 1,
"outlettype" : [ "" ],
"patching_rect" : [ 349.0, 35.0, 28.0, 22.0 ],
"saved_object_attributes" : {
"attr_comment" : ""
}
,
"text" : "in 1"
}

Expand Down Expand Up @@ -2733,7 +2775,7 @@
"presentation_rect" : [ 0.0, 0.0, 300.0, 142.0 ],
"proportion" : 0.5,
"rounded" : 2,
"varname" : "10676-bgpanel"
"varname" : "14937-bgpanel"
}

}
Expand Down Expand Up @@ -2772,6 +2814,22 @@
"source" : [ "obj-13", 0 ]
}

}
, {
"patchline" : {
"destination" : [ "obj-19", 0 ],
"order" : 0,
"source" : [ "obj-2", 0 ]
}

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

}
, {
"patchline" : {
Expand Down Expand Up @@ -2868,6 +2926,13 @@
"source" : [ "obj-36", 0 ]
}

}
, {
"patchline" : {
"destination" : [ "obj-2", 0 ],
"source" : [ "obj-4", 0 ]
}

}
, {
"patchline" : {
Expand Down Expand Up @@ -2913,22 +2978,7 @@
}

}
],
"parameters" : {
"obj-12::obj-8::obj-7" : [ "live.toggle[4]", "live.toggle", 0 ],
"parameterbanks" : {
"0" : {
"index" : 0,
"name" : "",
"parameters" : [ "-", "-", "-", "-", "-", "-", "-", "-" ]
}

}
,
"inherited_shortname" : 1
}
,
"autosave" : 0
]
}

}
Loading

0 comments on commit fa9a586

Please sign in to comment.