@ircam/comote-helpers 0.3.1 → 1.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (204) hide show
  1. package/.babelrc +5 -0
  2. package/.github/workflows/main.yml +3 -3
  3. package/.history/.gitignore_20250415160643 +6 -0
  4. package/.history/.gitignore_20250415160723 +6 -0
  5. package/.history/examples/simple-webview/package-lock_20250415130242.json +5109 -0
  6. package/.history/examples/simple-webview/package-lock_20250416103557.json +5109 -0
  7. package/.history/examples/simple-webview/package_20250415130704.json +26 -0
  8. package/.history/examples/simple-webview/package_20250415184837.json +26 -0
  9. package/.history/examples/simple-webview/package_20250415190300.json +23 -0
  10. package/.history/examples/simple-webview/src/server_20250415105733.js +20 -0
  11. package/.history/examples/simple-webview/src/server_20250415184604.js +20 -0
  12. package/.history/examples/soundworks/package_20250415132431.json +35 -0
  13. package/.history/examples/soundworks/package_20250416105956.json +35 -0
  14. package/.history/max/CoMote/examples/simple-webview/package_20250415184836.json +26 -0
  15. package/.history/max/CoMote/examples/simple-webview/package_20250415185949.json +23 -0
  16. package/.history/max/CoMote/examples/simple-webview/package_20250415185950.json +23 -0
  17. package/.history/max/CoMote/package-info_20241018173608.json +41 -0
  18. package/.history/max/CoMote/package-info_20250416105743.json +27 -0
  19. package/.history/max/CoMote/package-info_20250416105826.json +27 -0
  20. package/.history/max/CoMote/source/comote-connect/package_20250415132759.json +19 -0
  21. package/.history/max/CoMote/source/comote-connect/package_20250416110158.json +19 -0
  22. package/.history/max/CoMote/source/comote-connect/server_20250414175059.js +193 -0
  23. package/.history/max/CoMote/source/comote-connect/server_20250415180549.js +193 -0
  24. package/.history/package_20250415143437.json +26 -0
  25. package/.history/package_20250416105907.json +26 -0
  26. package/LICENSE +2 -2
  27. package/examples/simple-webview/README.md +10 -0
  28. package/examples/simple-webview/build/comote-simple-webview-server.js +44 -0
  29. package/examples/simple-webview/package-lock.json +5109 -0
  30. package/examples/simple-webview/package.json +23 -0
  31. package/examples/simple-webview/public/favicon.ico +0 -0
  32. package/examples/simple-webview/public/index.html +13 -0
  33. package/examples/simple-webview/public/index.mjs +3623 -0
  34. package/examples/simple-webview/public/styles.css +99 -0
  35. package/examples/simple-webview/src/client.js +35 -0
  36. package/examples/simple-webview/src/server.js +20 -0
  37. package/examples/soundworks/.build/clients/components/sw-audit.js +64 -0
  38. package/examples/soundworks/.build/clients/components/sw-audit.js.map +1 -0
  39. package/examples/soundworks/.build/clients/components/sw-credits.js +73 -0
  40. package/examples/soundworks/.build/clients/components/sw-credits.js.map +1 -0
  41. package/examples/soundworks/.build/clients/player/.editorbackup/PlayerExperience.js~ +131 -0
  42. package/examples/soundworks/.build/clients/player/index.js +116 -0
  43. package/examples/soundworks/.build/clients/player/index.js.map +1 -0
  44. package/examples/soundworks/.build/clients/styles/app.scss +79 -0
  45. package/examples/soundworks/.build/clients/styles/normalize.scss +359 -0
  46. package/examples/soundworks/.build/clients/webview/index.js +72 -0
  47. package/examples/soundworks/.build/clients/webview/index.js.map +1 -0
  48. package/examples/soundworks/.build/public/css/app.css +76 -0
  49. package/examples/soundworks/.build/public/css/app.css.map +1 -0
  50. package/examples/soundworks/.build/public/css/normalize.css +321 -0
  51. package/examples/soundworks/.build/public/css/normalize.css.map +1 -0
  52. package/examples/soundworks/.build/public/player.js +98098 -0
  53. package/examples/soundworks/.build/public/player.js.map +1 -0
  54. package/examples/soundworks/.build/public/webview.js +50725 -0
  55. package/examples/soundworks/.build/public/webview.js.map +1 -0
  56. package/examples/soundworks/.build/server/index.js +57 -0
  57. package/examples/soundworks/.build/server/index.js.map +1 -0
  58. package/examples/soundworks/.build/server/schemas/.gitkeep +1 -0
  59. package/examples/soundworks/.build/server/schemas/global.js +19 -0
  60. package/examples/soundworks/.build/server/schemas/global.js.map +1 -0
  61. package/examples/soundworks/.build/server/tmpl/default.tmpl +27 -0
  62. package/examples/soundworks/.build/utils/catch-unhandled-errors.js +9 -0
  63. package/examples/soundworks/.build/utils/catch-unhandled-errors.js.map +1 -0
  64. package/examples/soundworks/.editorconfig +12 -0
  65. package/examples/soundworks/.eslintrc +3 -0
  66. package/examples/soundworks/.soundworks +7 -0
  67. package/examples/soundworks/.vendors/public/webcomponentsjs/CHANGELOG.md +76 -0
  68. package/examples/soundworks/.vendors/public/webcomponentsjs/LICENSE.md +19 -0
  69. package/examples/soundworks/.vendors/public/webcomponentsjs/README.md +259 -0
  70. package/examples/soundworks/.vendors/public/webcomponentsjs/bundles/webcomponents-ce.js +63 -0
  71. package/examples/soundworks/.vendors/public/webcomponentsjs/bundles/webcomponents-ce.js.map +1 -0
  72. package/examples/soundworks/.vendors/public/webcomponentsjs/bundles/webcomponents-pf_dom.js +62 -0
  73. package/examples/soundworks/.vendors/public/webcomponentsjs/bundles/webcomponents-pf_dom.js.map +1 -0
  74. package/examples/soundworks/.vendors/public/webcomponentsjs/bundles/webcomponents-pf_js.js +95 -0
  75. package/examples/soundworks/.vendors/public/webcomponentsjs/bundles/webcomponents-pf_js.js.map +1 -0
  76. package/examples/soundworks/.vendors/public/webcomponentsjs/bundles/webcomponents-sd-ce-pf.js +374 -0
  77. package/examples/soundworks/.vendors/public/webcomponentsjs/bundles/webcomponents-sd-ce-pf.js.map +1 -0
  78. package/examples/soundworks/.vendors/public/webcomponentsjs/bundles/webcomponents-sd-ce.js +240 -0
  79. package/examples/soundworks/.vendors/public/webcomponentsjs/bundles/webcomponents-sd-ce.js.map +1 -0
  80. package/examples/soundworks/.vendors/public/webcomponentsjs/bundles/webcomponents-sd.js +196 -0
  81. package/examples/soundworks/.vendors/public/webcomponentsjs/bundles/webcomponents-sd.js.map +1 -0
  82. package/examples/soundworks/.vendors/public/webcomponentsjs/custom-elements-es5-adapter.js +15 -0
  83. package/examples/soundworks/.vendors/public/webcomponentsjs/package.json +51 -0
  84. package/examples/soundworks/.vendors/public/webcomponentsjs/src/entrypoints/custom-elements-es5-adapter-index.js +16 -0
  85. package/examples/soundworks/.vendors/public/webcomponentsjs/src/entrypoints/webcomponents-bundle-index.js +55 -0
  86. package/examples/soundworks/.vendors/public/webcomponentsjs/src/entrypoints/webcomponents-ce-index.js +17 -0
  87. package/examples/soundworks/.vendors/public/webcomponentsjs/src/entrypoints/webcomponents-pf_dom-index.js +19 -0
  88. package/examples/soundworks/.vendors/public/webcomponentsjs/src/entrypoints/webcomponents-pf_js-index.js +13 -0
  89. package/examples/soundworks/.vendors/public/webcomponentsjs/src/entrypoints/webcomponents-sd-ce-index.js +19 -0
  90. package/examples/soundworks/.vendors/public/webcomponentsjs/src/entrypoints/webcomponents-sd-ce-pf-index.js +25 -0
  91. package/examples/soundworks/.vendors/public/webcomponentsjs/src/entrypoints/webcomponents-sd-index.js +18 -0
  92. package/examples/soundworks/.vendors/public/webcomponentsjs/src/flag-parser.js +69 -0
  93. package/examples/soundworks/.vendors/public/webcomponentsjs/src/platform/baseuri.js +28 -0
  94. package/examples/soundworks/.vendors/public/webcomponentsjs/src/platform/child-node/after.js +47 -0
  95. package/examples/soundworks/.vendors/public/webcomponentsjs/src/platform/child-node/before.js +40 -0
  96. package/examples/soundworks/.vendors/public/webcomponentsjs/src/platform/child-node/index.js +14 -0
  97. package/examples/soundworks/.vendors/public/webcomponentsjs/src/platform/child-node/remove.js +37 -0
  98. package/examples/soundworks/.vendors/public/webcomponentsjs/src/platform/child-node/replace-with.js +42 -0
  99. package/examples/soundworks/.vendors/public/webcomponentsjs/src/platform/custom-event.js +79 -0
  100. package/examples/soundworks/.vendors/public/webcomponentsjs/src/platform/es6-misc.js +38 -0
  101. package/examples/soundworks/.vendors/public/webcomponentsjs/src/platform/event-listener-options.js +122 -0
  102. package/examples/soundworks/.vendors/public/webcomponentsjs/src/platform/get-attribute-names.js +27 -0
  103. package/examples/soundworks/.vendors/public/webcomponentsjs/src/platform/matches.js +21 -0
  104. package/examples/soundworks/.vendors/public/webcomponentsjs/src/platform/parent-node/append.js +31 -0
  105. package/examples/soundworks/.vendors/public/webcomponentsjs/src/platform/parent-node/index.js +13 -0
  106. package/examples/soundworks/.vendors/public/webcomponentsjs/src/platform/parent-node/prepend.js +42 -0
  107. package/examples/soundworks/.vendors/public/webcomponentsjs/src/platform/parent-node/replace-children.js +45 -0
  108. package/examples/soundworks/.vendors/public/webcomponentsjs/src/platform/promise.js +50 -0
  109. package/examples/soundworks/.vendors/public/webcomponentsjs/src/platform/svg-element-class-list.js +28 -0
  110. package/examples/soundworks/.vendors/public/webcomponentsjs/src/platform/symbol.js +64 -0
  111. package/examples/soundworks/.vendors/public/webcomponentsjs/src/platform/toggle-attribute.js +39 -0
  112. package/examples/soundworks/.vendors/public/webcomponentsjs/src/unresolved.js +32 -0
  113. package/examples/soundworks/.vendors/public/webcomponentsjs/webcomponents-bundle.d.ts +175 -0
  114. package/examples/soundworks/.vendors/public/webcomponentsjs/webcomponents-bundle.js +384 -0
  115. package/examples/soundworks/.vendors/public/webcomponentsjs/webcomponents-bundle.js.map +1 -0
  116. package/examples/soundworks/.vendors/public/webcomponentsjs/webcomponents-loader.js +238 -0
  117. package/examples/soundworks/LICENSE +28 -0
  118. package/examples/soundworks/README.md +26 -0
  119. package/examples/soundworks/config/application.yaml +8 -0
  120. package/examples/soundworks/config/env-default.yaml +12 -0
  121. package/examples/soundworks/package.json +35 -0
  122. package/examples/soundworks/public/favicon.ico +0 -0
  123. package/examples/soundworks/public/images/loader.gif +0 -0
  124. package/examples/soundworks/src/clients/components/sw-audit.js +78 -0
  125. package/examples/soundworks/src/clients/components/sw-credits.js +80 -0
  126. package/examples/soundworks/src/clients/player/.editorbackup/PlayerExperience.js~ +131 -0
  127. package/examples/soundworks/src/clients/player/index.js +118 -0
  128. package/examples/soundworks/src/clients/styles/app.scss +79 -0
  129. package/examples/soundworks/src/clients/styles/normalize.scss +359 -0
  130. package/examples/soundworks/src/clients/webview/index.js +78 -0
  131. package/examples/soundworks/src/server/index.js +62 -0
  132. package/examples/soundworks/src/server/schemas/.gitkeep +1 -0
  133. package/examples/soundworks/src/server/schemas/global.js +18 -0
  134. package/examples/soundworks/src/server/tmpl/default.tmpl +27 -0
  135. package/examples/soundworks/src/utils/catch-unhandled-errors.js +9 -0
  136. package/index.html +51 -0
  137. package/max/CoMote/docs/sw.shared-state.maxref.xml +95 -0
  138. package/max/CoMote/examples/simple-webview/README.md +10 -0
  139. package/max/CoMote/examples/simple-webview/build/comote-simple-webview-server.js +44 -0
  140. package/max/CoMote/examples/simple-webview/comote-simple-webview-server.maxpat +186 -0
  141. package/max/CoMote/examples/simple-webview/package-lock.json +5109 -0
  142. package/max/CoMote/examples/simple-webview/package.json +23 -0
  143. package/max/CoMote/examples/simple-webview/public/favicon.ico +0 -0
  144. package/max/CoMote/examples/simple-webview/public/index.html +13 -0
  145. package/max/CoMote/examples/simple-webview/public/index.mjs +3623 -0
  146. package/max/CoMote/examples/simple-webview/public/styles.css +99 -0
  147. package/max/CoMote/examples/simple-webview/src/client.js +35 -0
  148. package/max/CoMote/examples/simple-webview/src/server.js +20 -0
  149. package/max/CoMote/examples/soundworks/.editorconfig +12 -0
  150. package/max/CoMote/examples/soundworks/.eslintrc +3 -0
  151. package/max/CoMote/examples/soundworks/.soundworks +7 -0
  152. package/max/CoMote/examples/soundworks/LICENSE +28 -0
  153. package/max/CoMote/examples/soundworks/README.md +26 -0
  154. package/max/CoMote/examples/soundworks/config/application.yaml +8 -0
  155. package/max/CoMote/examples/soundworks/config/env-default.yaml +12 -0
  156. package/max/CoMote/examples/soundworks/package.json +35 -0
  157. package/max/CoMote/examples/soundworks/public/favicon.ico +0 -0
  158. package/max/CoMote/examples/soundworks/public/images/loader.gif +0 -0
  159. package/max/CoMote/examples/soundworks/src/clients/components/sw-audit.js +78 -0
  160. package/max/CoMote/examples/soundworks/src/clients/components/sw-credits.js +80 -0
  161. package/max/CoMote/examples/soundworks/src/clients/player/.editorbackup/PlayerExperience.js~ +131 -0
  162. package/max/CoMote/examples/soundworks/src/clients/player/index.js +118 -0
  163. package/max/CoMote/examples/soundworks/src/clients/styles/app.scss +79 -0
  164. package/max/CoMote/examples/soundworks/src/clients/styles/normalize.scss +359 -0
  165. package/max/CoMote/examples/soundworks/src/clients/webview/index.js +78 -0
  166. package/max/CoMote/examples/soundworks/src/server/index.js +62 -0
  167. package/max/CoMote/examples/soundworks/src/server/schemas/.gitkeep +1 -0
  168. package/max/CoMote/examples/soundworks/src/server/schemas/global.js +18 -0
  169. package/max/CoMote/examples/soundworks/src/server/tmpl/default.tmpl +27 -0
  170. package/max/CoMote/examples/soundworks/src/utils/catch-unhandled-errors.js +9 -0
  171. package/max/CoMote/extras/CoMote.maxpat +1994 -0
  172. package/max/CoMote/help/comote_osc_receive.maxhelp +946 -0
  173. package/max/CoMote/icon.png +0 -0
  174. package/max/CoMote/init/objectmappings.txt +2 -0
  175. package/max/CoMote/media/comote-screenshot.png +0 -0
  176. package/max/CoMote/package-info.json +27 -0
  177. package/max/CoMote/patchers/comote-connect/comote-connect-public/comote-connect-client.mjs +2821 -0
  178. package/max/CoMote/patchers/comote-connect/comote-connect-public/favicon.ico +0 -0
  179. package/max/CoMote/patchers/comote-connect/comote-connect-public/index.html +22 -0
  180. package/max/CoMote/patchers/comote-connect/comote-connect-server.js +24775 -0
  181. package/max/CoMote/patchers/comote-connect/comote-connect.maxpat +1048 -0
  182. package/max/CoMote/patchers/comote-connect/package.json +4 -0
  183. package/max/CoMote/patchers/comote_format_from_comote_v2.maxpat +613 -0
  184. package/max/CoMote/patchers/comote_format_from_v3.maxpat +443 -0
  185. package/max/CoMote/patchers/comote_format_gyro_v2_to_v3.maxpat +240 -0
  186. package/max/CoMote/patchers/comote_format_gyro_v3_to_v2.maxpat +240 -0
  187. package/max/CoMote/patchers/comote_format_heading_v2_to_v3.maxpat +171 -0
  188. package/max/CoMote/patchers/comote_osc_receive.maxpat +440 -0
  189. package/max/CoMote/patchers/comote_osc_to_list.maxpat +161 -0
  190. package/max/CoMote/readme.md +22 -0
  191. package/max/CoMote/source/comote-connect/client.js +104 -0
  192. package/max/CoMote/source/comote-connect/package-lock.json +591 -0
  193. package/max/CoMote/source/comote-connect/package.json +19 -0
  194. package/max/CoMote/source/comote-connect/server.js +193 -0
  195. package/max-update.bash +44 -0
  196. package/package.json +10 -29
  197. package/src/.editorbackup/network-infos.js~ +60 -0
  198. package/src/.editorbackup/wifi-infos.js~ +33 -0
  199. package/src/network-infos.js +67 -0
  200. package/{qrcode.js → src/qrcode.js} +26 -40
  201. package/{server.js → src/server.js} +45 -69
  202. package/src/wifi-infos.js +33 -0
  203. package/README.md +0 -160
  204. package/wifi-infos.js +0 -41
@@ -0,0 +1,1048 @@
1
+ {
2
+ "patcher" : {
3
+ "fileversion" : 1,
4
+ "appversion" : {
5
+ "major" : 9,
6
+ "minor" : 0,
7
+ "revision" : 5,
8
+ "architecture" : "x64",
9
+ "modernui" : 1
10
+ }
11
+ ,
12
+ "classnamespace" : "box",
13
+ "openrect" : [ -547.0, -1605.0, 319.0, 487.0 ],
14
+ "openinpresentation" : 1,
15
+ "gridsize" : [ 15.0, 15.0 ],
16
+ "devicewidth" : 319.0,
17
+ "boxes" : [ {
18
+ "box" : {
19
+ "id" : "obj-40",
20
+ "maxclass" : "newobj",
21
+ "numinlets" : 2,
22
+ "numoutlets" : 2,
23
+ "outlettype" : [ "", "" ],
24
+ "patching_rect" : [ 788.0, 2.0, 38.0, 22.0 ],
25
+ "text" : "zl reg"
26
+ }
27
+
28
+ }
29
+ , {
30
+ "box" : {
31
+ "id" : "obj-45",
32
+ "maxclass" : "message",
33
+ "numinlets" : 2,
34
+ "numoutlets" : 1,
35
+ "outlettype" : [ "" ],
36
+ "patching_rect" : [ 856.0, 352.0, 63.0, 22.0 ],
37
+ "text" : "script stop"
38
+ }
39
+
40
+ }
41
+ , {
42
+ "box" : {
43
+ "id" : "obj-43",
44
+ "maxclass" : "message",
45
+ "numinlets" : 2,
46
+ "numoutlets" : 1,
47
+ "outlettype" : [ "" ],
48
+ "patching_rect" : [ 790.0, 380.0, 64.0, 22.0 ],
49
+ "text" : "script start"
50
+ }
51
+
52
+ }
53
+ , {
54
+ "box" : {
55
+ "id" : "obj-41",
56
+ "maxclass" : "newobj",
57
+ "numinlets" : 1,
58
+ "numoutlets" : 2,
59
+ "outlettype" : [ "bang", "bang" ],
60
+ "patching_rect" : [ 790.0, 325.0, 32.0, 22.0 ],
61
+ "text" : "t b b"
62
+ }
63
+
64
+ }
65
+ , {
66
+ "box" : {
67
+ "id" : "obj-37",
68
+ "maxclass" : "newobj",
69
+ "numinlets" : 2,
70
+ "numoutlets" : 1,
71
+ "outlettype" : [ "" ],
72
+ "patching_rect" : [ 681.0, 423.0, 32.0, 22.0 ],
73
+ "text" : "gate"
74
+ }
75
+
76
+ }
77
+ , {
78
+ "box" : {
79
+ "id" : "obj-36",
80
+ "maxclass" : "newobj",
81
+ "numinlets" : 1,
82
+ "numoutlets" : 1,
83
+ "outlettype" : [ "int" ],
84
+ "patching_rect" : [ 716.0, 374.0, 22.0, 22.0 ],
85
+ "text" : "t 1"
86
+ }
87
+
88
+ }
89
+ , {
90
+ "box" : {
91
+ "id" : "obj-35",
92
+ "maxclass" : "newobj",
93
+ "numinlets" : 1,
94
+ "numoutlets" : 1,
95
+ "outlettype" : [ "int" ],
96
+ "patching_rect" : [ 681.0, 374.0, 22.0, 22.0 ],
97
+ "text" : "t 0"
98
+ }
99
+
100
+ }
101
+ , {
102
+ "box" : {
103
+ "id" : "obj-28",
104
+ "maxclass" : "newobj",
105
+ "numinlets" : 3,
106
+ "numoutlets" : 3,
107
+ "outlettype" : [ "", "", "" ],
108
+ "patching_rect" : [ 681.0, 341.0, 89.0, 22.0 ],
109
+ "text" : "route stop start"
110
+ }
111
+
112
+ }
113
+ , {
114
+ "box" : {
115
+ "id" : "obj-23",
116
+ "maxclass" : "newobj",
117
+ "numinlets" : 2,
118
+ "numoutlets" : 2,
119
+ "outlettype" : [ "", "" ],
120
+ "patching_rect" : [ 681.0, 308.0, 68.0, 22.0 ],
121
+ "text" : "route script"
122
+ }
123
+
124
+ }
125
+ , {
126
+ "box" : {
127
+ "id" : "obj-22",
128
+ "maxclass" : "newobj",
129
+ "numinlets" : 1,
130
+ "numoutlets" : 2,
131
+ "outlettype" : [ "", "" ],
132
+ "patching_rect" : [ 104.0, 308.0, 29.5, 22.0 ],
133
+ "text" : "t l l"
134
+ }
135
+
136
+ }
137
+ , {
138
+ "box" : {
139
+ "color" : [ 0.960784, 0.827451, 0.156863, 1.0 ],
140
+ "id" : "obj-20",
141
+ "maxclass" : "newobj",
142
+ "numinlets" : 1,
143
+ "numoutlets" : 1,
144
+ "outlettype" : [ "bang" ],
145
+ "patching_rect" : [ 790.0, 287.0, 61.0, 22.0 ],
146
+ "text" : "savebang"
147
+ }
148
+
149
+ }
150
+ , {
151
+ "box" : {
152
+ "id" : "obj-18",
153
+ "maxclass" : "comment",
154
+ "numinlets" : 1,
155
+ "numoutlets" : 0,
156
+ "patching_rect" : [ 198.0, 264.0, 71.0, 20.0 ],
157
+ "text" : "script ready"
158
+ }
159
+
160
+ }
161
+ , {
162
+ "box" : {
163
+ "id" : "obj-14",
164
+ "maxclass" : "newobj",
165
+ "numinlets" : 2,
166
+ "numoutlets" : 1,
167
+ "outlettype" : [ "" ],
168
+ "patching_rect" : [ 157.0, 263.0, 32.0, 22.0 ],
169
+ "text" : "gate"
170
+ }
171
+
172
+ }
173
+ , {
174
+ "box" : {
175
+ "id" : "obj-21",
176
+ "maxclass" : "newobj",
177
+ "numinlets" : 4,
178
+ "numoutlets" : 0,
179
+ "patching_rect" : [ 130.0, 1009.0, 118.0, 22.0 ],
180
+ "text" : "bgcolor 255 255 255"
181
+ }
182
+
183
+ }
184
+ , {
185
+ "box" : {
186
+ "id" : "obj-51",
187
+ "linecount" : 2,
188
+ "maxclass" : "comment",
189
+ "numinlets" : 1,
190
+ "numoutlets" : 0,
191
+ "patching_rect" : [ 369.0, 475.0, 150.0, 33.0 ],
192
+ "text" : "hotfix: not ready for messages just after start"
193
+ }
194
+
195
+ }
196
+ , {
197
+ "box" : {
198
+ "id" : "obj-49",
199
+ "maxclass" : "toggle",
200
+ "numinlets" : 1,
201
+ "numoutlets" : 1,
202
+ "outlettype" : [ "int" ],
203
+ "parameter_enable" : 0,
204
+ "patching_rect" : [ 408.0, 437.0, 24.0, 24.0 ]
205
+ }
206
+
207
+ }
208
+ , {
209
+ "box" : {
210
+ "id" : "obj-47",
211
+ "maxclass" : "message",
212
+ "numinlets" : 2,
213
+ "numoutlets" : 1,
214
+ "outlettype" : [ "" ],
215
+ "patching_rect" : [ 357.0, 434.0, 29.5, 22.0 ],
216
+ "text" : "1"
217
+ }
218
+
219
+ }
220
+ , {
221
+ "box" : {
222
+ "id" : "obj-46",
223
+ "maxclass" : "message",
224
+ "numinlets" : 2,
225
+ "numoutlets" : 1,
226
+ "outlettype" : [ "" ],
227
+ "patching_rect" : [ 301.0, 434.0, 29.5, 22.0 ],
228
+ "text" : "0"
229
+ }
230
+
231
+ }
232
+ , {
233
+ "box" : {
234
+ "id" : "obj-44",
235
+ "maxclass" : "newobj",
236
+ "numinlets" : 3,
237
+ "numoutlets" : 3,
238
+ "outlettype" : [ "", "", "" ],
239
+ "patching_rect" : [ 301.0, 401.0, 131.0, 22.0 ],
240
+ "text" : "route loadstart loadend"
241
+ }
242
+
243
+ }
244
+ , {
245
+ "box" : {
246
+ "id" : "obj-33",
247
+ "maxclass" : "newobj",
248
+ "numinlets" : 2,
249
+ "numoutlets" : 1,
250
+ "outlettype" : [ "bang" ],
251
+ "patching_rect" : [ 301.0, 475.0, 69.0, 22.0 ],
252
+ "text" : "metro 1000"
253
+ }
254
+
255
+ }
256
+ , {
257
+ "box" : {
258
+ "comment" : "",
259
+ "id" : "obj-34",
260
+ "index" : 0,
261
+ "maxclass" : "outlet",
262
+ "numinlets" : 1,
263
+ "numoutlets" : 0,
264
+ "patching_rect" : [ 57.0, 524.0, 30.0, 30.0 ]
265
+ }
266
+
267
+ }
268
+ , {
269
+ "box" : {
270
+ "id" : "obj-24",
271
+ "maxclass" : "newobj",
272
+ "numinlets" : 1,
273
+ "numoutlets" : 1,
274
+ "outlettype" : [ "" ],
275
+ "patching_rect" : [ 787.0, 42.0, 132.0, 22.0 ],
276
+ "text" : "prepend webview_url"
277
+ }
278
+
279
+ }
280
+ , {
281
+ "box" : {
282
+ "id" : "obj-32",
283
+ "maxclass" : "newobj",
284
+ "numinlets" : 1,
285
+ "numoutlets" : 1,
286
+ "outlettype" : [ "bang" ],
287
+ "patching_rect" : [ 518.0, -54.0, 22.0, 22.0 ],
288
+ "text" : "t b"
289
+ }
290
+
291
+ }
292
+ , {
293
+ "box" : {
294
+ "id" : "obj-29",
295
+ "maxclass" : "newobj",
296
+ "numinlets" : 1,
297
+ "numoutlets" : 1,
298
+ "outlettype" : [ "" ],
299
+ "patching_rect" : [ 482.0, 42.0, 65.0, 22.0 ],
300
+ "text" : "prepend id"
301
+ }
302
+
303
+ }
304
+ , {
305
+ "box" : {
306
+ "id" : "obj-30",
307
+ "maxclass" : "newobj",
308
+ "numinlets" : 2,
309
+ "numoutlets" : 2,
310
+ "outlettype" : [ "", "" ],
311
+ "patching_rect" : [ 482.0, 8.0, 38.0, 22.0 ],
312
+ "text" : "zl reg"
313
+ }
314
+
315
+ }
316
+ , {
317
+ "box" : {
318
+ "id" : "obj-27",
319
+ "maxclass" : "newobj",
320
+ "numinlets" : 1,
321
+ "numoutlets" : 1,
322
+ "outlettype" : [ "" ],
323
+ "patching_rect" : [ 637.0, 42.0, 102.0, 22.0 ],
324
+ "text" : "prepend osc_port"
325
+ }
326
+
327
+ }
328
+ , {
329
+ "box" : {
330
+ "id" : "obj-26",
331
+ "maxclass" : "newobj",
332
+ "numinlets" : 2,
333
+ "numoutlets" : 2,
334
+ "outlettype" : [ "", "" ],
335
+ "patching_rect" : [ 637.0, 10.0, 38.0, 22.0 ],
336
+ "text" : "zl reg"
337
+ }
338
+
339
+ }
340
+ , {
341
+ "box" : {
342
+ "color" : [ 0.862745, 0.741176, 0.137255, 1.0 ],
343
+ "id" : "obj-4",
344
+ "maxclass" : "newobj",
345
+ "numinlets" : 1,
346
+ "numoutlets" : 1,
347
+ "outlettype" : [ "" ],
348
+ "patching_rect" : [ 209.0, -148.0, 90.0, 22.0 ],
349
+ "text" : "loadmess start"
350
+ }
351
+
352
+ }
353
+ , {
354
+ "box" : {
355
+ "id" : "obj-31",
356
+ "maxclass" : "comment",
357
+ "numinlets" : 1,
358
+ "numoutlets" : 0,
359
+ "patching_rect" : [ 104.0, 121.0, 146.0, 20.0 ],
360
+ "text" : "locate script in file-system"
361
+ }
362
+
363
+ }
364
+ , {
365
+ "box" : {
366
+ "id" : "obj-9",
367
+ "maxclass" : "message",
368
+ "numinlets" : 2,
369
+ "numoutlets" : 1,
370
+ "outlettype" : [ "" ],
371
+ "patching_rect" : [ 104.0, 143.0, 41.0, 22.0 ],
372
+ "text" : "reveal"
373
+ }
374
+
375
+ }
376
+ , {
377
+ "box" : {
378
+ "id" : "obj-17",
379
+ "maxclass" : "comment",
380
+ "numinlets" : 1,
381
+ "numoutlets" : 0,
382
+ "patching_rect" : [ 93.0, -147.0, 91.0, 20.0 ],
383
+ "text" : "get parameter"
384
+ }
385
+
386
+ }
387
+ , {
388
+ "box" : {
389
+ "id" : "obj-12",
390
+ "maxclass" : "button",
391
+ "numinlets" : 1,
392
+ "numoutlets" : 1,
393
+ "outlettype" : [ "bang" ],
394
+ "parameter_enable" : 0,
395
+ "patching_rect" : [ 67.0, -149.0, 24.0, 24.0 ]
396
+ }
397
+
398
+ }
399
+ , {
400
+ "box" : {
401
+ "id" : "obj-15",
402
+ "maxclass" : "comment",
403
+ "numinlets" : 1,
404
+ "numoutlets" : 0,
405
+ "patching_rect" : [ 196.0, -8.0, 101.0, 20.0 ],
406
+ "text" : "for development"
407
+ }
408
+
409
+ }
410
+ , {
411
+ "box" : {
412
+ "id" : "obj-10",
413
+ "maxclass" : "button",
414
+ "numinlets" : 1,
415
+ "numoutlets" : 1,
416
+ "outlettype" : [ "bang" ],
417
+ "parameter_enable" : 0,
418
+ "patching_rect" : [ 177.0, -12.0, 24.0, 24.0 ]
419
+ }
420
+
421
+ }
422
+ , {
423
+ "box" : {
424
+ "id" : "obj-19",
425
+ "maxclass" : "message",
426
+ "numinlets" : 2,
427
+ "numoutlets" : 1,
428
+ "outlettype" : [ "" ],
429
+ "patching_rect" : [ 177.0, 25.0, 113.0, 22.0 ],
430
+ "text" : "script npm run build"
431
+ }
432
+
433
+ }
434
+ , {
435
+ "box" : {
436
+ "id" : "obj-3",
437
+ "maxclass" : "newobj",
438
+ "numinlets" : 7,
439
+ "numoutlets" : 7,
440
+ "outlettype" : [ "", "", "", "", "", "", "" ],
441
+ "patching_rect" : [ 23.0, -93.0, 937.0, 22.0 ],
442
+ "text" : "route start dev bang id osc_port webview_url"
443
+ }
444
+
445
+ }
446
+ , {
447
+ "box" : {
448
+ "id" : "obj-16",
449
+ "maxclass" : "newobj",
450
+ "numinlets" : 1,
451
+ "numoutlets" : 1,
452
+ "outlettype" : [ "" ],
453
+ "patching_rect" : [ 115.0, 438.0, 69.0, 22.0 ],
454
+ "text" : "prepend url"
455
+ }
456
+
457
+ }
458
+ , {
459
+ "box" : {
460
+ "id" : "obj-8",
461
+ "maxclass" : "newobj",
462
+ "numinlets" : 4,
463
+ "numoutlets" : 4,
464
+ "outlettype" : [ "", "", "", "" ],
465
+ "patching_rect" : [ 115.0, 406.0, 150.0, 22.0 ],
466
+ "text" : "route url osc_port id"
467
+ }
468
+
469
+ }
470
+ , {
471
+ "box" : {
472
+ "id" : "obj-109",
473
+ "maxclass" : "message",
474
+ "numinlets" : 2,
475
+ "numoutlets" : 1,
476
+ "outlettype" : [ "" ],
477
+ "patching_rect" : [ 61.0, 42.0, 63.0, 22.0 ],
478
+ "text" : "script stop"
479
+ }
480
+
481
+ }
482
+ , {
483
+ "box" : {
484
+ "id" : "obj-39",
485
+ "maxclass" : "message",
486
+ "numinlets" : 2,
487
+ "numoutlets" : 1,
488
+ "outlettype" : [ "" ],
489
+ "patching_rect" : [ 84.0, 86.0, 162.0, 22.0 ],
490
+ "text" : "script npm install --only=prod"
491
+ }
492
+
493
+ }
494
+ , {
495
+ "box" : {
496
+ "id" : "obj-7",
497
+ "maxclass" : "newobj",
498
+ "numinlets" : 2,
499
+ "numoutlets" : 2,
500
+ "outlettype" : [ "", "" ],
501
+ "patching_rect" : [ 593.0, 516.0, 79.0, 22.0 ],
502
+ "text" : "route running"
503
+ }
504
+
505
+ }
506
+ , {
507
+ "box" : {
508
+ "id" : "obj-11",
509
+ "maxclass" : "message",
510
+ "numinlets" : 2,
511
+ "numoutlets" : 1,
512
+ "outlettype" : [ "" ],
513
+ "patching_rect" : [ 26.0, 8.0, 64.0, 22.0 ],
514
+ "text" : "script start"
515
+ }
516
+
517
+ }
518
+ , {
519
+ "box" : {
520
+ "bgmode" : 0,
521
+ "border" : 0,
522
+ "clickthrough" : 0,
523
+ "enablehscroll" : 0,
524
+ "enablevscroll" : 0,
525
+ "id" : "obj-6",
526
+ "lockeddragscroll" : 0,
527
+ "lockedsize" : 0,
528
+ "maxclass" : "bpatcher",
529
+ "name" : "n4m.monitor.maxpat",
530
+ "numinlets" : 1,
531
+ "numoutlets" : 1,
532
+ "offset" : [ 0.0, 0.0 ],
533
+ "outlettype" : [ "bang" ],
534
+ "patching_rect" : [ 653.0, 554.0, 400.0, 220.0 ],
535
+ "viewvisibility" : 1
536
+ }
537
+
538
+ }
539
+ , {
540
+ "box" : {
541
+ "id" : "obj-5",
542
+ "maxclass" : "newobj",
543
+ "numinlets" : 1,
544
+ "numoutlets" : 2,
545
+ "outlettype" : [ "", "" ],
546
+ "patching_rect" : [ 115.0, 364.0, 205.0, 22.0 ],
547
+ "saved_object_attributes" : {
548
+ "autostart" : 0,
549
+ "defer" : 0,
550
+ "node_bin_path" : "",
551
+ "npm_bin_path" : "",
552
+ "watch" : 0
553
+ }
554
+ ,
555
+ "text" : "node.script comote-connect-server.js",
556
+ "textfile" : {
557
+ "filename" : "comote-connect-server.js",
558
+ "flags" : 0,
559
+ "embed" : 0,
560
+ "autowatch" : 1
561
+ }
562
+
563
+ }
564
+
565
+ }
566
+ , {
567
+ "box" : {
568
+ "comment" : "",
569
+ "id" : "obj-1",
570
+ "index" : 0,
571
+ "maxclass" : "inlet",
572
+ "numinlets" : 0,
573
+ "numoutlets" : 1,
574
+ "outlettype" : [ "" ],
575
+ "patching_rect" : [ 23.0, -152.0, 30.0, 30.0 ]
576
+ }
577
+
578
+ }
579
+ , {
580
+ "box" : {
581
+ "disablefind" : 0,
582
+ "id" : "obj-2",
583
+ "maxclass" : "jweb",
584
+ "numinlets" : 1,
585
+ "numoutlets" : 1,
586
+ "outlettype" : [ "" ],
587
+ "patching_rect" : [ 115.0, 524.0, 337.0, 479.0 ],
588
+ "presentation" : 1,
589
+ "presentation_rect" : [ 0.0, 0.0, 319.0, 468.0 ],
590
+ "rendermode" : 2,
591
+ "url" : "http://127.0.0.1:8889"
592
+ }
593
+
594
+ }
595
+ ],
596
+ "lines" : [ {
597
+ "patchline" : {
598
+ "destination" : [ "obj-3", 0 ],
599
+ "source" : [ "obj-1", 0 ]
600
+ }
601
+
602
+ }
603
+ , {
604
+ "patchline" : {
605
+ "destination" : [ "obj-19", 0 ],
606
+ "source" : [ "obj-10", 0 ]
607
+ }
608
+
609
+ }
610
+ , {
611
+ "patchline" : {
612
+ "destination" : [ "obj-22", 0 ],
613
+ "midpoints" : [ 70.5, 202.890625, 113.5, 202.890625 ],
614
+ "source" : [ "obj-109", 0 ]
615
+ }
616
+
617
+ }
618
+ , {
619
+ "patchline" : {
620
+ "destination" : [ "obj-22", 0 ],
621
+ "midpoints" : [ 35.5, 201.96875, 113.5, 201.96875 ],
622
+ "source" : [ "obj-11", 0 ]
623
+ }
624
+
625
+ }
626
+ , {
627
+ "patchline" : {
628
+ "destination" : [ "obj-3", 0 ],
629
+ "source" : [ "obj-12", 0 ]
630
+ }
631
+
632
+ }
633
+ , {
634
+ "patchline" : {
635
+ "destination" : [ "obj-5", 0 ],
636
+ "source" : [ "obj-14", 0 ]
637
+ }
638
+
639
+ }
640
+ , {
641
+ "patchline" : {
642
+ "destination" : [ "obj-2", 0 ],
643
+ "source" : [ "obj-16", 0 ]
644
+ }
645
+
646
+ }
647
+ , {
648
+ "patchline" : {
649
+ "destination" : [ "obj-22", 0 ],
650
+ "midpoints" : [ 186.5, 200.36328125, 113.5, 200.36328125 ],
651
+ "source" : [ "obj-19", 0 ]
652
+ }
653
+
654
+ }
655
+ , {
656
+ "patchline" : {
657
+ "destination" : [ "obj-41", 0 ],
658
+ "source" : [ "obj-20", 0 ]
659
+ }
660
+
661
+ }
662
+ , {
663
+ "patchline" : {
664
+ "destination" : [ "obj-23", 0 ],
665
+ "source" : [ "obj-22", 1 ]
666
+ }
667
+
668
+ }
669
+ , {
670
+ "patchline" : {
671
+ "destination" : [ "obj-5", 0 ],
672
+ "source" : [ "obj-22", 0 ]
673
+ }
674
+
675
+ }
676
+ , {
677
+ "patchline" : {
678
+ "destination" : [ "obj-28", 0 ],
679
+ "source" : [ "obj-23", 0 ]
680
+ }
681
+
682
+ }
683
+ , {
684
+ "patchline" : {
685
+ "destination" : [ "obj-14", 1 ],
686
+ "midpoints" : [ 796.5, 206.9765625, 179.5, 206.9765625 ],
687
+ "source" : [ "obj-24", 0 ]
688
+ }
689
+
690
+ }
691
+ , {
692
+ "patchline" : {
693
+ "destination" : [ "obj-27", 0 ],
694
+ "source" : [ "obj-26", 0 ]
695
+ }
696
+
697
+ }
698
+ , {
699
+ "patchline" : {
700
+ "destination" : [ "obj-14", 1 ],
701
+ "midpoints" : [ 646.5, 206.74609375, 179.5, 206.74609375 ],
702
+ "source" : [ "obj-27", 0 ]
703
+ }
704
+
705
+ }
706
+ , {
707
+ "patchline" : {
708
+ "destination" : [ "obj-35", 0 ],
709
+ "source" : [ "obj-28", 0 ]
710
+ }
711
+
712
+ }
713
+ , {
714
+ "patchline" : {
715
+ "destination" : [ "obj-36", 0 ],
716
+ "source" : [ "obj-28", 1 ]
717
+ }
718
+
719
+ }
720
+ , {
721
+ "patchline" : {
722
+ "destination" : [ "obj-14", 1 ],
723
+ "midpoints" : [ 491.5, 206.734375, 179.5, 206.734375 ],
724
+ "source" : [ "obj-29", 0 ]
725
+ }
726
+
727
+ }
728
+ , {
729
+ "patchline" : {
730
+ "destination" : [ "obj-10", 0 ],
731
+ "source" : [ "obj-3", 1 ]
732
+ }
733
+
734
+ }
735
+ , {
736
+ "patchline" : {
737
+ "destination" : [ "obj-11", 0 ],
738
+ "source" : [ "obj-3", 0 ]
739
+ }
740
+
741
+ }
742
+ , {
743
+ "patchline" : {
744
+ "destination" : [ "obj-14", 1 ],
745
+ "midpoints" : [ 950.5, 229.0, 179.5, 229.0 ],
746
+ "source" : [ "obj-3", 6 ]
747
+ }
748
+
749
+ }
750
+ , {
751
+ "patchline" : {
752
+ "destination" : [ "obj-14", 1 ],
753
+ "midpoints" : [ 338.5, 228.0, 179.5, 228.0 ],
754
+ "source" : [ "obj-3", 2 ]
755
+ }
756
+
757
+ }
758
+ , {
759
+ "patchline" : {
760
+ "destination" : [ "obj-26", 0 ],
761
+ "source" : [ "obj-3", 4 ]
762
+ }
763
+
764
+ }
765
+ , {
766
+ "patchline" : {
767
+ "destination" : [ "obj-30", 0 ],
768
+ "source" : [ "obj-3", 3 ]
769
+ }
770
+
771
+ }
772
+ , {
773
+ "patchline" : {
774
+ "destination" : [ "obj-40", 0 ],
775
+ "source" : [ "obj-3", 5 ]
776
+ }
777
+
778
+ }
779
+ , {
780
+ "patchline" : {
781
+ "destination" : [ "obj-29", 0 ],
782
+ "source" : [ "obj-30", 0 ]
783
+ }
784
+
785
+ }
786
+ , {
787
+ "patchline" : {
788
+ "destination" : [ "obj-26", 0 ],
789
+ "midpoints" : [ 527.5, -0.75, 646.5, -0.75 ],
790
+ "order" : 1,
791
+ "source" : [ "obj-32", 0 ]
792
+ }
793
+
794
+ }
795
+ , {
796
+ "patchline" : {
797
+ "destination" : [ "obj-30", 0 ],
798
+ "midpoints" : [ 527.5, -9.75, 491.5, -9.75 ],
799
+ "order" : 2,
800
+ "source" : [ "obj-32", 0 ]
801
+ }
802
+
803
+ }
804
+ , {
805
+ "patchline" : {
806
+ "destination" : [ "obj-40", 0 ],
807
+ "order" : 0,
808
+ "source" : [ "obj-32", 0 ]
809
+ }
810
+
811
+ }
812
+ , {
813
+ "patchline" : {
814
+ "destination" : [ "obj-14", 1 ],
815
+ "order" : 1,
816
+ "source" : [ "obj-33", 0 ]
817
+ }
818
+
819
+ }
820
+ , {
821
+ "patchline" : {
822
+ "destination" : [ "obj-32", 0 ],
823
+ "order" : 0,
824
+ "source" : [ "obj-33", 0 ]
825
+ }
826
+
827
+ }
828
+ , {
829
+ "patchline" : {
830
+ "destination" : [ "obj-37", 0 ],
831
+ "source" : [ "obj-35", 0 ]
832
+ }
833
+
834
+ }
835
+ , {
836
+ "patchline" : {
837
+ "destination" : [ "obj-37", 0 ],
838
+ "source" : [ "obj-36", 0 ]
839
+ }
840
+
841
+ }
842
+ , {
843
+ "patchline" : {
844
+ "destination" : [ "obj-5", 0 ],
845
+ "source" : [ "obj-37", 0 ]
846
+ }
847
+
848
+ }
849
+ , {
850
+ "patchline" : {
851
+ "destination" : [ "obj-22", 0 ],
852
+ "midpoints" : [ 93.5, 201.703125, 113.5, 201.703125 ],
853
+ "source" : [ "obj-39", 0 ]
854
+ }
855
+
856
+ }
857
+ , {
858
+ "patchline" : {
859
+ "destination" : [ "obj-3", 0 ],
860
+ "source" : [ "obj-4", 0 ]
861
+ }
862
+
863
+ }
864
+ , {
865
+ "patchline" : {
866
+ "destination" : [ "obj-24", 0 ],
867
+ "source" : [ "obj-40", 0 ]
868
+ }
869
+
870
+ }
871
+ , {
872
+ "patchline" : {
873
+ "destination" : [ "obj-43", 0 ],
874
+ "source" : [ "obj-41", 0 ]
875
+ }
876
+
877
+ }
878
+ , {
879
+ "patchline" : {
880
+ "destination" : [ "obj-45", 0 ],
881
+ "source" : [ "obj-41", 1 ]
882
+ }
883
+
884
+ }
885
+ , {
886
+ "patchline" : {
887
+ "destination" : [ "obj-37", 1 ],
888
+ "source" : [ "obj-43", 0 ]
889
+ }
890
+
891
+ }
892
+ , {
893
+ "patchline" : {
894
+ "destination" : [ "obj-46", 0 ],
895
+ "source" : [ "obj-44", 0 ]
896
+ }
897
+
898
+ }
899
+ , {
900
+ "patchline" : {
901
+ "destination" : [ "obj-47", 0 ],
902
+ "source" : [ "obj-44", 1 ]
903
+ }
904
+
905
+ }
906
+ , {
907
+ "patchline" : {
908
+ "destination" : [ "obj-5", 0 ],
909
+ "source" : [ "obj-45", 0 ]
910
+ }
911
+
912
+ }
913
+ , {
914
+ "patchline" : {
915
+ "destination" : [ "obj-14", 0 ],
916
+ "order" : 2,
917
+ "source" : [ "obj-46", 0 ]
918
+ }
919
+
920
+ }
921
+ , {
922
+ "patchline" : {
923
+ "destination" : [ "obj-33", 0 ],
924
+ "order" : 1,
925
+ "source" : [ "obj-46", 0 ]
926
+ }
927
+
928
+ }
929
+ , {
930
+ "patchline" : {
931
+ "destination" : [ "obj-49", 0 ],
932
+ "order" : 0,
933
+ "source" : [ "obj-46", 0 ]
934
+ }
935
+
936
+ }
937
+ , {
938
+ "patchline" : {
939
+ "destination" : [ "obj-14", 0 ],
940
+ "order" : 2,
941
+ "source" : [ "obj-47", 0 ]
942
+ }
943
+
944
+ }
945
+ , {
946
+ "patchline" : {
947
+ "destination" : [ "obj-33", 0 ],
948
+ "order" : 1,
949
+ "source" : [ "obj-47", 0 ]
950
+ }
951
+
952
+ }
953
+ , {
954
+ "patchline" : {
955
+ "destination" : [ "obj-49", 0 ],
956
+ "order" : 0,
957
+ "source" : [ "obj-47", 0 ]
958
+ }
959
+
960
+ }
961
+ , {
962
+ "patchline" : {
963
+ "destination" : [ "obj-34", 0 ],
964
+ "order" : 1,
965
+ "source" : [ "obj-5", 0 ]
966
+ }
967
+
968
+ }
969
+ , {
970
+ "patchline" : {
971
+ "destination" : [ "obj-44", 0 ],
972
+ "order" : 1,
973
+ "source" : [ "obj-5", 1 ]
974
+ }
975
+
976
+ }
977
+ , {
978
+ "patchline" : {
979
+ "destination" : [ "obj-7", 0 ],
980
+ "midpoints" : [ 310.5, 393.0, 602.5, 393.0 ],
981
+ "order" : 0,
982
+ "source" : [ "obj-5", 1 ]
983
+ }
984
+
985
+ }
986
+ , {
987
+ "patchline" : {
988
+ "destination" : [ "obj-8", 0 ],
989
+ "order" : 0,
990
+ "source" : [ "obj-5", 0 ]
991
+ }
992
+
993
+ }
994
+ , {
995
+ "patchline" : {
996
+ "destination" : [ "obj-6", 0 ],
997
+ "source" : [ "obj-7", 1 ]
998
+ }
999
+
1000
+ }
1001
+ , {
1002
+ "patchline" : {
1003
+ "destination" : [ "obj-16", 0 ],
1004
+ "source" : [ "obj-8", 0 ]
1005
+ }
1006
+
1007
+ }
1008
+ , {
1009
+ "patchline" : {
1010
+ "destination" : [ "obj-22", 0 ],
1011
+ "midpoints" : [ 113.5, 202.39453125, 113.5, 202.39453125 ],
1012
+ "source" : [ "obj-9", 0 ]
1013
+ }
1014
+
1015
+ }
1016
+ ],
1017
+ "originid" : "pat-704",
1018
+ "dependency_cache" : [ {
1019
+ "name" : "comote-connect-server.js",
1020
+ "bootpath" : "~/Documents/src/ircam-ismm/comote-helpers/max/CoMote/patchers/comote-connect",
1021
+ "patcherrelativepath" : ".",
1022
+ "type" : "TEXT",
1023
+ "implicit" : 1
1024
+ }
1025
+ , {
1026
+ "name" : "fit_jweb_to_bounds.js",
1027
+ "bootpath" : "C74:/packages/Node for Max/patchers/debug-monitor",
1028
+ "type" : "TEXT",
1029
+ "implicit" : 1
1030
+ }
1031
+ , {
1032
+ "name" : "n4m.monitor.maxpat",
1033
+ "bootpath" : "C74:/packages/Node for Max/patchers/debug-monitor",
1034
+ "type" : "JSON",
1035
+ "implicit" : 1
1036
+ }
1037
+ , {
1038
+ "name" : "resize_n4m_monitor_patcher.js",
1039
+ "bootpath" : "C74:/packages/Node for Max/patchers/debug-monitor",
1040
+ "type" : "TEXT",
1041
+ "implicit" : 1
1042
+ }
1043
+ ],
1044
+ "autosave" : 0,
1045
+ "bgcolor" : [ 1.0, 1.0, 1.0, 1.0 ]
1046
+ }
1047
+
1048
+ }