nodeskini 1.0.5 → 1.0.6

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 (164) hide show
  1. package/client/clientListe/clientListe.js +11 -0
  2. package/client/clientListe/clientListebundle.js +1755 -1909
  3. package/client/score/parto1.js +4 -1
  4. package/client/score/parto1bundle.js +45 -23
  5. package/doc/Doc Skini Node english.pdf +0 -0
  6. package/doc/Mode d'emploi Skini Node.pdf +0 -0
  7. package/doc/Tuto Skini.pdf +0 -0
  8. package/doc/quickstart.pdf +0 -0
  9. package/myReact/orchestrationHH.hh.js +27 -12
  10. package/myReact/orchestrationHH.mjs +170 -170
  11. package/myReact/orchestrationHH.mjs.map +1 -1
  12. package/package.json +11 -8
  13. package/pieces/tutos/demoAbleton.csv +21 -0
  14. package/pieces/tutos/demoAbleton.js +100 -0
  15. package/pieces/tutos/demoAbleton.xml +180 -0
  16. package/pieces/tutos/demoHH.js +99 -0
  17. package/pieces/tutos/demoHH.xml +184 -0
  18. package/pieces/tutos/demoHHwait.js +100 -0
  19. package/pieces/tutos/demoHHwait.xml +175 -0
  20. package/pieces/tutos/tuto.csv +10 -0
  21. package/pieces/tutos/tuto.csv.good +1 -0
  22. package/pieces/tutos/tuto1.js +105 -0
  23. package/pieces/tutos/tuto1.xml +147 -0
  24. package/pieces/tutos/tuto10.back.js +106 -0
  25. package/pieces/tutos/tuto10.js +107 -0
  26. package/pieces/tutos/tuto10.xml +199 -0
  27. package/pieces/tutos/tuto11.js +111 -0
  28. package/pieces/tutos/tuto11.xml +124 -0
  29. package/pieces/tutos/tuto12.js +91 -0
  30. package/pieces/tutos/tuto12.xml +258 -0
  31. package/pieces/tutos/tuto2.back.js +106 -0
  32. package/pieces/tutos/tuto2.js +95 -0
  33. package/pieces/tutos/tuto2.xml +94 -0
  34. package/pieces/tutos/tuto3-2.js +105 -0
  35. package/pieces/tutos/tuto3-2.xml +96 -0
  36. package/pieces/tutos/tuto3.js +97 -0
  37. package/pieces/tutos/tuto3.xml +49 -0
  38. package/pieces/tutos/tuto4.js +107 -0
  39. package/pieces/tutos/tuto4.xml +106 -0
  40. package/pieces/tutos/tuto5.js +109 -0
  41. package/pieces/tutos/tuto5.xml +42 -0
  42. package/pieces/tutos/tuto6.js +105 -0
  43. package/pieces/tutos/tuto6.xml +26 -0
  44. package/pieces/tutos/tuto7.js +107 -0
  45. package/pieces/tutos/tuto7.xml +65 -0
  46. package/pieces/tutos/tuto8.js +105 -0
  47. package/pieces/tutos/tuto8.xml +76 -0
  48. package/pieces/tutos/tuto9.js +107 -0
  49. package/pieces/tutos/tuto9.xml +90 -0
  50. package/pieces/tutos/tutoAwait.js +111 -0
  51. package/pieces/tutos/tutoAwait.xml +171 -0
  52. package/pieces/tutos/tutoDoubleEmission.js +93 -0
  53. package/pieces/tutos/tutoDoubleEmission.xml +65 -0
  54. package/pieces/tutos/tutoESP32.js +104 -0
  55. package/pieces/tutos/tutoESP32.xml +246 -0
  56. package/pieces/tutos/tutoGame.js +126 -0
  57. package/pieces/tutos/tutoGame.xml +109 -0
  58. package/pieces/tutos/tutoGroups1.js +111 -0
  59. package/pieces/tutos/tutoGroups1.xml +137 -0
  60. package/pieces/tutos/tutoGroups2.js +97 -0
  61. package/pieces/tutos/tutoGroups2.xml +103 -0
  62. package/pieces/tutos/tutoGroups3.js +111 -0
  63. package/pieces/tutos/tutoGroups3.xml +128 -0
  64. package/pieces/tutos/tutoGroups4.js +111 -0
  65. package/pieces/tutos/tutoGroups4.xml +84 -0
  66. package/pieces/tutos/tutoIZ.js +95 -0
  67. package/pieces/tutos/tutoIZ.xml +135 -0
  68. package/pieces/tutos/tutoIf.js +111 -0
  69. package/pieces/tutos/tutoIf.xml +126 -0
  70. package/pieces/tutos/tutoMidi.js +126 -0
  71. package/pieces/tutos/tutoMidi.xml +62 -0
  72. package/pieces/tutos/tutoOS.js +121 -0
  73. package/pieces/tutos/tutoOSC.js +109 -0
  74. package/pieces/tutos/tutoOSC.xml +223 -0
  75. package/pieces/tutos/tutoOSCJonathan.js +94 -0
  76. package/pieces/tutos/tutoOSCJonathan.xml +312 -0
  77. package/pieces/tutos/tutoPatternInGroup.js +109 -0
  78. package/pieces/tutos/tutoPatternInGroup.xml +116 -0
  79. package/pieces/tutos/tutoRandomBlock.js +129 -0
  80. package/pieces/tutos/tutoRandomBlock.xml +194 -0
  81. package/pieces/tutos/tutoSuspend.js +107 -0
  82. package/pieces/tutos/tutoSuspend.xml +139 -0
  83. package/pieces/tutos/tutoSustain.js +107 -0
  84. package/pieces/tutos/tutoSustain.xml +109 -0
  85. package/pieces/tutos/tutoTank.csv +9 -0
  86. package/pieces/tutos/tutoTank.js +100 -0
  87. package/pieces/tutos/tutoTank.xml +326 -0
  88. package/pieces/tutos/tutoTestAll.csv +11 -0
  89. package/pieces/tutos/tutoTestAll.js +101 -0
  90. package/pieces/tutos/tutoTestAll.xml +859 -0
  91. package/serveur/skiniParametres.js +104 -11
  92. package/blocklySkini/archive/blocklyControleur.js +0 -87
  93. package/blocklySkini/archive/blocklySkini.js +0 -84
  94. package/blocklySkini/archive/blocklyhop.js +0 -75
  95. package/blocklySkini/archive/clientControleurBlocly.js +0 -170
  96. package/blocklySkini/archive/index.html +0 -76
  97. package/blocklySkini/archive/testHHsuspend.txt +0 -89
  98. package/blocklySkini/archive/testHHtrap.txt +0 -262
  99. package/blocklySkini/archive/testOrchestration.txt +0 -177
  100. package/blocklySkini/archive/testOrchestration.xml +0 -447
  101. package/blocklySkini/archive/testOrchestration2.xml +0 -456
  102. package/blocklySkini/scripts/hiphop_blocks.old.js +0 -3010
  103. package/blocklySkini/scripts/hiphop_blocks11-2025.js +0 -6104
  104. package/myReact/archive/Nodeemitvaluedlocal1.hh.js +0 -52
  105. package/myReact/archive/abort-parNode.js +0 -79
  106. package/myReact/archive/abroNode.js +0 -169
  107. package/myReact/archive/abroNode2.js +0 -80
  108. package/myReact/archive/atom.compile.hh.js +0 -52
  109. package/myReact/archive/await-countNode.js +0 -67
  110. package/myReact/archive/await-nowvalNode.js +0 -44
  111. package/myReact/archive/callHH.js +0 -96
  112. package/myReact/archive/emit-if2.hh.compiled.js +0 -113
  113. package/myReact/archive/every1Node.js +0 -35
  114. package/myReact/archive/if-runNode.js +0 -74
  115. package/myReact/archive/if1Node.js +0 -43
  116. package/myReact/archive/makeawait.js +0 -0
  117. package/myReact/archive/myReact.old.js +0 -684
  118. package/myReact/archive/orchestration.js +0 -281
  119. package/myReact/archive/orchestration1.js +0 -132
  120. package/myReact/archive/orchestration1.xml +0 -465
  121. package/myReact/archive/orchestration2.js +0 -161
  122. package/myReact/archive/orchestrationHH.mano.js +0 -280
  123. package/myReact/archive/orchestrationHHTest.js +0 -428
  124. package/myReact/archive/orchestrationHHTest.xml +0 -234
  125. package/myReact/archive/orchestrationHHTestRun.js +0 -104
  126. package/myReact/archive/orchestrationHHTestRun.xml +0 -34
  127. package/myReact/archive/orchestrationTest0.js +0 -178
  128. package/myReact/archive/orchestrationTest1.js +0 -181
  129. package/myReact/archive/orchestrationTest2.js +0 -281
  130. package/myReact/archive/run3pointsNode.js +0 -59
  131. package/myReact/archive/runNode.js +0 -123
  132. package/myReact/archive/runNode2.js +0 -91
  133. package/myReact/archive/testAwait1.js +0 -141
  134. package/myReact/archive/testAwait1.xml +0 -86
  135. package/myReact/archive/testEvery1.js +0 -122
  136. package/myReact/archive/testEvery1.xml +0 -79
  137. package/myReact/archive/testHH1.js +0 -135
  138. package/myReact/archive/testHH1.xml +0 -86
  139. package/myReact/archive/testHH1revu.js +0 -104
  140. package/myReact/archive/testHH2.js +0 -122
  141. package/myReact/archive/testHH2.xml +0 -79
  142. package/myReact/archive/testHH3.js +0 -130
  143. package/myReact/archive/testHH3.xml +0 -86
  144. package/myReact/archive/testHHabort.js +0 -121
  145. package/myReact/archive/testHHabort.xml +0 -83
  146. package/myReact/archive/testMakeawait.js +0 -202
  147. package/myReact/archive/testRun1.js +0 -168
  148. package/myReact/archive/testRun1.xml +0 -142
  149. package/myReact/archive/titi.js +0 -28
  150. package/myReact/archive/titi.xml +0 -110
  151. package/myReact/archive/toto.js +0 -73
  152. package/myReact/archive/toto.xml +0 -198
  153. package/myReact/archive/trap-await-parallelNode.js +0 -123
  154. package/myReact/inutiles/hiver2022.xml +0 -804
  155. package/myReact/inutiles/hopeNode.xml +0 -459
  156. package/myReact/inutiles/mars2022.xml +0 -871
  157. package/myReact/inutiles/mystique1.xml +0 -318
  158. package/myReact/inutiles/mystiqueOSC.xml +0 -277
  159. package/myReact/inutiles/opus5Node.xml +0 -1271
  160. package/myReact/inutiles/opus5NodeLinux.xml +0 -1241
  161. package/myReact/inutiles/orchestrationHH.xml +0 -541
  162. package/myReact/inutiles/orchestrationHH2.xml +0 -547
  163. package/myReact/inutiles/testHH.xml +0 -95
  164. package/myReact/inutiles/trouveLaPercuTenor.xml +0 -349
@@ -1,871 +0,0 @@
1
- <xml xmlns="https://developers.google.com/blockly/xml">
2
- <variables>
3
- <variable id="iV3yT-Lmc`KU=p+sLopI">loopCello1</variable>
4
- <variable id="hchBnoEv(z!xIgDRVuzY">tick</variable>
5
- <variable id="*n4}8%e:kZQ;_Ey?xWJw">transposition</variable>
6
- <variable id="WUT;K|L6]cR}*uBdtP^#">groupe3</variable>
7
- <variable id="0xTjR,ZU%i?HgU/%+Emz">groupe4</variable>
8
- <variable id="OY,IdMJIn)[kMgJCJ.Ho">groupe5</variable>
9
- <variable id="~v-U?0Aw-~LO~K(l}_OK">groupe0</variable>
10
- <variable id="-V0!mkHZVfLb:/i64^:.">groupe2</variable>
11
- <variable id="NRd.r{X8K{5ou;XOjCHf">groupe1</variable>
12
- </variables>
13
- <block type="hh_ORCHESTRATION" id="M)ZKyxG8S)|LJFqE+^ty" x="134" y="-764">
14
- <statement name="MODULES">
15
- <block type="hh_module" id="$.S|.O{|AJ1*,JvfE8HE">
16
- <value name="NAME">
17
- <block type="variables_get" id="PrD+3WSsKkdayD%p1`Uw">
18
- <field name="VAR" id="iV3yT-Lmc`KU=p+sLopI">loopCello1</field>
19
- </block>
20
- </value>
21
- <statement name="SIGNALS">
22
- <block type="hh_declare_signal" id="v]vbQ;,ZrWu[UA`5a|;h">
23
- <field name="TYPE">IN</field>
24
- <value name="signal">
25
- <block type="variables_get" id=",JFG4V{+L}WuxaU@$BD6">
26
- <field name="VAR" id="hchBnoEv(z!xIgDRVuzY">tick</field>
27
- </block>
28
- </value>
29
- </block>
30
- </statement>
31
- <statement name="BODY">
32
- <block type="hh_abort" id="O2}AD+FT2qzbC{(aZSwZ">
33
- <field name="TIMES">32</field>
34
- <value name="SIGNAL">
35
- <block type="variables_get" id="F`u#6y?,B1L_f[eAGh=N">
36
- <field name="VAR" id="hchBnoEv(z!xIgDRVuzY">tick</field>
37
- </block>
38
- </value>
39
- <statement name="BODY">
40
- <block type="hh_loopeach" id="||Qht@n[wJI*7Sx}tEw*">
41
- <field name="TIMES">8</field>
42
- <value name="SIGNAL">
43
- <block type="variables_get" id=";7M~;Ao[a}MLRx}%mvV2">
44
- <field name="VAR" id="hchBnoEv(z!xIgDRVuzY">tick</field>
45
- </block>
46
- </value>
47
- <statement name="BODY">
48
- <block type="putPatternInQueue" id="J]uvcf4HF@TxN+a+#[LB">
49
- <value name="message">
50
- <block type="text" id="J%]5W%+y1]@7fA5NcMwK">
51
- <field name="TEXT">Cello1</field>
52
- </block>
53
- </value>
54
- </block>
55
- </statement>
56
- </block>
57
- </statement>
58
- </block>
59
- </statement>
60
- <next>
61
- <block type="hh_module" id="Y9}?w616LTz{t{SQd%6b">
62
- <value name="NAME">
63
- <block type="variables_get" id="X!z@fX)h!sku}r([7R9u">
64
- <field name="VAR" id="*n4}8%e:kZQ;_Ey?xWJw">transposition</field>
65
- </block>
66
- </value>
67
- <statement name="SIGNALS">
68
- <block type="hh_declare_signal" id="|qBx8aT|gf#=/8FHrO%N">
69
- <field name="TYPE">IN</field>
70
- <value name="signal">
71
- <block type="variables_get" id="C4J*4kyZL4{/ehX70QY$">
72
- <field name="VAR" id="hchBnoEv(z!xIgDRVuzY">tick</field>
73
- </block>
74
- </value>
75
- </block>
76
- </statement>
77
- <statement name="BODY">
78
- <block type="hh_loop" id="aQZ;tSu_y:uOjri9M6k3">
79
- <statement name="BODY">
80
- <block type="send_midi_cc" id="huMdY-BmEnVUhlwc02}1">
81
- <field name="channelMidi">1</field>
82
- <field name="CCMidi">16</field>
83
- <field name="valueMidi">64</field>
84
- <comment pinned="false" h="80" w="160">Transposition
85
- 64 -&gt; 0
86
- 70 -&gt; +1
87
- 75 -&gt; +2
88
-
89
-
90
-
91
-
92
-
93
-
94
-
95
-
96
-
97
-
98
-
99
-
100
-
101
-
102
-
103
-
104
-
105
-
106
-
107
-
108
-
109
-
110
-
111
-
112
-
113
-
114
-
115
-
116
-
117
- </comment>
118
- <next>
119
- <block type="hh_wait_for" id="ZI(PXqyt/NjAPP!oek]p">
120
- <field name="TIMES">4</field>
121
- <value name="SIGNAL">
122
- <block type="variables_get" id="x:5G7g]tv7;E=@[}vcR~">
123
- <field name="VAR" id="hchBnoEv(z!xIgDRVuzY">tick</field>
124
- </block>
125
- </value>
126
- <next>
127
- <block type="send_midi_cc" id="u1n;J`:+ltLV5{P{`!LZ">
128
- <field name="channelMidi">1</field>
129
- <field name="CCMidi">16</field>
130
- <field name="valueMidi">70</field>
131
- <comment pinned="false" h="80" w="160">Transposition
132
- 64 -&gt; 0
133
- 70 -&gt; +1
134
- 75 -&gt; +2
135
-
136
-
137
-
138
-
139
-
140
-
141
-
142
-
143
-
144
-
145
-
146
-
147
-
148
-
149
-
150
-
151
-
152
-
153
-
154
-
155
-
156
-
157
-
158
-
159
-
160
-
161
-
162
-
163
-
164
- </comment>
165
- <next>
166
- <block type="hh_wait_for" id="X[(/MVDkV$*Ku*%n@TZ=">
167
- <field name="TIMES">4</field>
168
- <value name="SIGNAL">
169
- <block type="variables_get" id="GB]7)zG|l1atmnxkl?!m">
170
- <field name="VAR" id="hchBnoEv(z!xIgDRVuzY">tick</field>
171
- </block>
172
- </value>
173
- <next>
174
- <block type="send_midi_cc" id="r~]vpv0-uAKf1Ev6vizB">
175
- <field name="channelMidi">1</field>
176
- <field name="CCMidi">16</field>
177
- <field name="valueMidi">75</field>
178
- <comment pinned="false" h="80" w="160">Transposition
179
- 64 -&gt; 0
180
- 70 -&gt; +1
181
- 75 -&gt; +2
182
-
183
-
184
-
185
-
186
-
187
-
188
-
189
-
190
-
191
-
192
-
193
-
194
-
195
-
196
-
197
-
198
-
199
-
200
-
201
-
202
-
203
-
204
-
205
-
206
-
207
-
208
-
209
-
210
-
211
- </comment>
212
- <next>
213
- <block type="hh_wait_for" id="d8h}H9vIPN^O`-`2%FC~">
214
- <field name="TIMES">4</field>
215
- <value name="SIGNAL">
216
- <block type="variables_get" id="[xbG8@Qh!B@CxI^tu04r">
217
- <field name="VAR" id="hchBnoEv(z!xIgDRVuzY">tick</field>
218
- </block>
219
- </value>
220
- <next>
221
- <block type="send_midi_cc" id="8Hq5uZF~FXz^t!6CZ^u.">
222
- <field name="channelMidi">1</field>
223
- <field name="CCMidi">16</field>
224
- <field name="valueMidi">70</field>
225
- <comment pinned="false" h="80" w="160">Transposition
226
- 64 -&gt; 0
227
- 70 -&gt; +1
228
- 75 -&gt; +2
229
-
230
-
231
-
232
-
233
-
234
-
235
-
236
-
237
-
238
-
239
-
240
-
241
-
242
-
243
-
244
-
245
-
246
-
247
-
248
-
249
-
250
-
251
-
252
-
253
-
254
-
255
-
256
-
257
-
258
- </comment>
259
- <next>
260
- <block type="hh_wait_for" id="*Z{_+U;3~H!;G`KFa(mM">
261
- <field name="TIMES">4</field>
262
- <value name="SIGNAL">
263
- <block type="variables_get" id="$WNO+$P]$o:Zb{kxdSDu">
264
- <field name="VAR" id="hchBnoEv(z!xIgDRVuzY">tick</field>
265
- </block>
266
- </value>
267
- <next>
268
- <block type="send_midi_cc" id="3qQ-1oAeyqy0:HZ+#:~~">
269
- <field name="channelMidi">1</field>
270
- <field name="CCMidi">16</field>
271
- <field name="valueMidi">64</field>
272
- <comment pinned="false" h="80" w="160">Transposition
273
- 64 -&gt; 0
274
- 70 -&gt; +1
275
- 75 -&gt; +2
276
-
277
-
278
-
279
-
280
-
281
-
282
-
283
-
284
-
285
-
286
-
287
-
288
-
289
-
290
-
291
-
292
-
293
-
294
-
295
-
296
-
297
-
298
-
299
-
300
-
301
-
302
-
303
-
304
-
305
- </comment>
306
- <next>
307
- <block type="hh_wait_for" id="DO[?:xL%kI]l6]=Y$me!">
308
- <field name="TIMES">4</field>
309
- <value name="SIGNAL">
310
- <block type="variables_get" id="i_J(#}|-CT6,R9?D-hVq">
311
- <field name="VAR" id="hchBnoEv(z!xIgDRVuzY">tick</field>
312
- </block>
313
- </value>
314
- <next>
315
- <block type="send_midi_cc" id="CYHO%k=i~?(Y3IN7b[8?">
316
- <field name="channelMidi">1</field>
317
- <field name="CCMidi">16</field>
318
- <field name="valueMidi">58</field>
319
- <comment pinned="false" h="80" w="160">Transposition
320
- 64 -&gt; 0
321
- 70 -&gt; +1
322
- 75 -&gt; +2
323
-
324
-
325
-
326
-
327
-
328
-
329
-
330
-
331
-
332
-
333
-
334
-
335
-
336
-
337
-
338
-
339
-
340
-
341
-
342
-
343
-
344
-
345
-
346
-
347
-
348
-
349
-
350
-
351
-
352
- </comment>
353
- <next>
354
- <block type="hh_wait_for" id="_T_-ZGIC_%2U^.n;Y+iT">
355
- <field name="TIMES">4</field>
356
- <value name="SIGNAL">
357
- <block type="variables_get" id="mf5QgK1=ddU]09aAYtD]">
358
- <field name="VAR" id="hchBnoEv(z!xIgDRVuzY">tick</field>
359
- </block>
360
- </value>
361
- <next>
362
- <block type="send_midi_cc" id=",UzUOSlsU-,.^Wmd-vL8">
363
- <field name="channelMidi">1</field>
364
- <field name="CCMidi">16</field>
365
- <field name="valueMidi">53</field>
366
- <comment pinned="false" h="80" w="160">Transposition
367
- 64 -&gt; 0
368
- 70 -&gt; +1
369
- 75 -&gt; +2
370
-
371
-
372
-
373
-
374
-
375
-
376
-
377
-
378
-
379
-
380
-
381
-
382
-
383
-
384
-
385
-
386
-
387
-
388
-
389
-
390
-
391
-
392
-
393
-
394
-
395
-
396
-
397
-
398
-
399
- </comment>
400
- <next>
401
- <block type="hh_wait_for" id="e1AJu2%k*:H2$kc^$ZMT">
402
- <field name="TIMES">4</field>
403
- <value name="SIGNAL">
404
- <block type="variables_get" id="jW:g]W-fb]gX*BBZ6PJx">
405
- <field name="VAR" id="hchBnoEv(z!xIgDRVuzY">tick</field>
406
- </block>
407
- </value>
408
- <next>
409
- <block type="send_midi_cc" id="Y369v^3X2;]V7VT1:C=}">
410
- <field name="channelMidi">1</field>
411
- <field name="CCMidi">16</field>
412
- <field name="valueMidi">58</field>
413
- <comment pinned="false" h="80" w="160">Transposition
414
- 64 -&gt; 0
415
- 70 -&gt; +1
416
- 75 -&gt; +2
417
-
418
-
419
-
420
-
421
-
422
-
423
-
424
-
425
-
426
-
427
-
428
-
429
-
430
-
431
-
432
-
433
-
434
-
435
-
436
-
437
-
438
-
439
-
440
-
441
-
442
-
443
-
444
-
445
-
446
- </comment>
447
- <next>
448
- <block type="hh_wait_for" id="tHLW{+-67(gv]bUBh%(G">
449
- <field name="TIMES">4</field>
450
- <value name="SIGNAL">
451
- <block type="variables_get" id="Z[J(@N*1!;]n]wL2~za%">
452
- <field name="VAR" id="hchBnoEv(z!xIgDRVuzY">tick</field>
453
- </block>
454
- </value>
455
- </block>
456
- </next>
457
- </block>
458
- </next>
459
- </block>
460
- </next>
461
- </block>
462
- </next>
463
- </block>
464
- </next>
465
- </block>
466
- </next>
467
- </block>
468
- </next>
469
- </block>
470
- </next>
471
- </block>
472
- </next>
473
- </block>
474
- </next>
475
- </block>
476
- </next>
477
- </block>
478
- </next>
479
- </block>
480
- </next>
481
- </block>
482
- </next>
483
- </block>
484
- </next>
485
- </block>
486
- </statement>
487
- </block>
488
- </statement>
489
- </block>
490
- </next>
491
- </block>
492
- </statement>
493
- <statement name="BODY">
494
- <block type="set_timer_division" id="q`^q.uCd}W2Y]!1O)7{e">
495
- <field name="timer">2</field>
496
- <next>
497
- <block type="tempo_parameters" id="-?%,n:S,bOjuK_u$$GG^">
498
- <field name="channelTempo">1</field>
499
- <field name="CCTempo">100</field>
500
- <field name="MaxTempo">160</field>
501
- <field name="MinTempo">40</field>
502
- <next>
503
- <block type="set_tempo" id="lGMuKLb6p#H3,PV:BHn]">
504
- <field name="tempo">60</field>
505
- <next>
506
- <block type="addSceneScore" id="Y8d};Ic6L]3`I5Z6hbvA">
507
- <field name="number">1</field>
508
- <next>
509
- <block type="alertInfoScoreON" id="jqYf%(0q83VvIpSo.[ec">
510
- <value name="message">
511
- <block type="text" id="x|C[Rub)rFkS_2(^nec1">
512
- <field name="TEXT">Mars 2022</field>
513
- </block>
514
- </value>
515
- <next>
516
- <block type="patternListLength" id="T}VK*K3mq=;9dSf_c@i]">
517
- <field name="valeur">1</field>
518
- <field name="groupe">255</field>
519
- <comment pinned="false" h="80" w="160">Pour limiter le travail du simulateur à une liste de 1 pattern</comment>
520
- <next>
521
- <block type="hh_fork" id="V:tO5.i1JqCn.)h^$ajP">
522
- <statement name="BODY">
523
- <block type="set_group_during_ticks" id="4+ZW86WhAfme$tX^iad.">
524
- <field name="user_group">255</field>
525
- <field name="number_of_ticks">40</field>
526
- <value name="GROUPS">
527
- <block type="lists_create_with" id="po_Q(Tcnj~JHR(yxfwr6">
528
- <mutation items="3"></mutation>
529
- <value name="ADD0">
530
- <block type="variables_get" id="Qr=FA%f^Zv}JWdqHyAz?">
531
- <field name="VAR" id="WUT;K|L6]cR}*uBdtP^#">groupe3</field>
532
- </block>
533
- </value>
534
- <value name="ADD1">
535
- <block type="variables_get" id="NaZ-c.ESg40W_jbJ()`[">
536
- <field name="VAR" id="0xTjR,ZU%i?HgU/%+Emz">groupe4</field>
537
- </block>
538
- </value>
539
- <value name="ADD2">
540
- <block type="variables_get" id="HR*kHsmhT#d)dd3cyBep">
541
- <field name="VAR" id="OY,IdMJIn)[kMgJCJ.Ho">groupe5</field>
542
- </block>
543
- </value>
544
- </block>
545
- </value>
546
- <next>
547
- <block type="hh_abort" id="va4r}2*j0dOT)qz!=~f!">
548
- <field name="TIMES">40</field>
549
- <value name="SIGNAL">
550
- <block type="variables_get" id="mQ-OewDt6sm)2k/_Q;6J">
551
- <field name="VAR" id="hchBnoEv(z!xIgDRVuzY">tick</field>
552
- </block>
553
- </value>
554
- <statement name="BODY">
555
- <block type="hh_run" id="R%hTA/3`%kz3-L$C@}c[">
556
- <value name="MODULE">
557
- <block type="variables_get" id="T$WkeX3[nvTg6Ooqgd*b">
558
- <field name="VAR" id="*n4}8%e:kZQ;_Ey?xWJw">transposition</field>
559
- </block>
560
- </value>
561
- <value name="SIGNALS">
562
- <block type="variables_get" id="jEb/`op@;Yi#W+~O#!=j">
563
- <field name="VAR" id="hchBnoEv(z!xIgDRVuzY">tick</field>
564
- </block>
565
- </value>
566
- </block>
567
- </statement>
568
- </block>
569
- </next>
570
- </block>
571
- </statement>
572
- <next>
573
- <block type="cleanqueues" id="L%b^*0eQ1+|PECfesG#8">
574
- <next>
575
- <block type="hh_abort" id="}-8R@g*mB[pEzybjZSS|">
576
- <field name="TIMES">24</field>
577
- <value name="SIGNAL">
578
- <block type="variables_get" id="..d)q#|0|1i,O/:J9z[$">
579
- <field name="VAR" id="hchBnoEv(z!xIgDRVuzY">tick</field>
580
- </block>
581
- </value>
582
- <statement name="BODY">
583
- <block type="hh_fork" id="-i)2,[^8ne^}f9Pe%~pA">
584
- <statement name="BODY">
585
- <block type="move_tempo" id="e5%4Bn2M{H12AQ;^]Q`k">
586
- <field name="VALUE">3</field>
587
- <field name="LIMIT">5</field>
588
- <field name="EVERY">4</field>
589
- <value name="SIGNAL">
590
- <block type="variables_get" id=";Kqfc44#`X!LEwZCixDy">
591
- <field name="VAR" id="hchBnoEv(z!xIgDRVuzY">tick</field>
592
- </block>
593
- </value>
594
- <next>
595
- <block type="hh_sequence" id="Fa`KdTCfxeHSlM@^k86A">
596
- <statement name="BODY">
597
- <block type="set_group_during_ticks" id="FX,W)H#*dyA`^yn)rGT:">
598
- <field name="user_group">255</field>
599
- <field name="number_of_ticks">23</field>
600
- <value name="GROUPS">
601
- <block type="lists_create_with" id="G6vsAUf[RqzpO}sMmmUf">
602
- <mutation items="2"></mutation>
603
- <value name="ADD0">
604
- <block type="variables_get" id="meMmv4R:SXJLMX-_5~95">
605
- <field name="VAR" id="~v-U?0Aw-~LO~K(l}_OK">groupe0</field>
606
- </block>
607
- </value>
608
- <value name="ADD1">
609
- <block type="variables_get" id="C~@KRS2a@#SaR%sb^;9O">
610
- <field name="VAR" id="-V0!mkHZVfLb:/i64^:.">groupe2</field>
611
- </block>
612
- </value>
613
- </block>
614
- </value>
615
- </block>
616
- </statement>
617
- <next>
618
- <block type="hh_run" id="^CT@jX,.h6}%D$(%NMc^">
619
- <value name="MODULE">
620
- <block type="variables_get" id="Gr`-a;aAin}*i+!X(w(F">
621
- <field name="VAR" id="*n4}8%e:kZQ;_Ey?xWJw">transposition</field>
622
- </block>
623
- </value>
624
- <value name="SIGNALS">
625
- <block type="variables_get" id="chG)0ESuWl,W]|lKn#HP">
626
- <field name="VAR" id="hchBnoEv(z!xIgDRVuzY">tick</field>
627
- </block>
628
- </value>
629
- </block>
630
- </next>
631
- </block>
632
- </next>
633
- </block>
634
- </statement>
635
- </block>
636
- </statement>
637
- <next>
638
- <block type="alertInfoScoreOFF" id="[]gp,KEz%,_UrpcnZD+u">
639
- <next>
640
- <block type="cleanqueues" id="Y|;wU.}jwMz[1FDo#eUB">
641
- <next>
642
- <block type="hh_sequence" id="fo[^|HZ0~?yPO=wH-Ci^">
643
- <statement name="BODY">
644
- <block type="hh_fork" id="}l*}~!3F26.0yDo.4_ph">
645
- <statement name="BODY">
646
- <block type="hh_sequence" id="Qc`kf2v4{w]3gIn%gD5C">
647
- <statement name="BODY">
648
- <block type="set_tempo" id="?vHFxxnk9N0gQTaz4ypG">
649
- <field name="tempo">100</field>
650
- <next>
651
- <block type="putPatternInQueue" id="^;+!%~#3y[p4:TGUD1Ob">
652
- <value name="message">
653
- <block type="text" id="RKh8W/:ty)yMcf$LC~lY">
654
- <field name="TEXT">Cello1</field>
655
- </block>
656
- </value>
657
- <next>
658
- <block type="putPatternInQueue" id="5,=cV?r}vst:W7v-SLJE">
659
- <value name="message">
660
- <block type="text" id=",D:sN^||co,;4nE_iB6.">
661
- <field name="TEXT">Cello1</field>
662
- </block>
663
- </value>
664
- <next>
665
- <block type="hh_wait_for" id="t/96^Y~yI!.f+TJlnz)i">
666
- <field name="TIMES">7</field>
667
- <value name="SIGNAL">
668
- <block type="variables_get" id="_VfRsE`SpVcLQ(l;My8O">
669
- <field name="VAR" id="hchBnoEv(z!xIgDRVuzY">tick</field>
670
- </block>
671
- </value>
672
- <next>
673
- <block type="set_group_during_ticks" id="n+#n+]f.D;QX*fNH2,}A">
674
- <field name="user_group">255</field>
675
- <field name="number_of_ticks">24</field>
676
- <value name="GROUPS">
677
- <block type="lists_create_with" id="Rw5_HOx0JP!}$R/mADM}">
678
- <mutation items="2"></mutation>
679
- <value name="ADD0">
680
- <block type="variables_get" id="UhPPyG6zN^bvc-KTQ8KD">
681
- <field name="VAR" id="NRd.r{X8K{5ou;XOjCHf">groupe1</field>
682
- </block>
683
- </value>
684
- <value name="ADD1">
685
- <block type="variables_get" id="9n8tG./t{G|sy#PzxGd@">
686
- <field name="VAR" id="-V0!mkHZVfLb:/i64^:.">groupe2</field>
687
- </block>
688
- </value>
689
- </block>
690
- </value>
691
- </block>
692
- </next>
693
- </block>
694
- </next>
695
- </block>
696
- </next>
697
- </block>
698
- </next>
699
- </block>
700
- </statement>
701
- <next>
702
- <block type="hh_abort" id="^_BQ5r7528,A13_pisRO">
703
- <field name="TIMES">47</field>
704
- <value name="SIGNAL">
705
- <block type="variables_get" id="NX_XXEHGFo^e=s;J#sGX">
706
- <field name="VAR" id="hchBnoEv(z!xIgDRVuzY">tick</field>
707
- </block>
708
- </value>
709
- <statement name="BODY">
710
- <block type="hh_run" id="v^tyV^Flnr5Hnh*[f@!!">
711
- <value name="MODULE">
712
- <block type="variables_get" id="h_l*i[y)[q]0zKjq1?Z=">
713
- <field name="VAR" id="*n4}8%e:kZQ;_Ey?xWJw">transposition</field>
714
- </block>
715
- </value>
716
- <value name="SIGNALS">
717
- <block type="variables_get" id="PORtjI,Z*D{P%oeyCmGb">
718
- <field name="VAR" id="hchBnoEv(z!xIgDRVuzY">tick</field>
719
- </block>
720
- </value>
721
- </block>
722
- </statement>
723
- </block>
724
- </next>
725
- </block>
726
- </statement>
727
- <next>
728
- <block type="cleanqueues" id="Z~4PHMInZwy^Cp-Uj^O/">
729
- <next>
730
- <block type="set_tempo" id="hS.Vt=.1Jn89,Af}56iE">
731
- <field name="tempo">50</field>
732
- <next>
733
- <block type="hh_fork" id="5=n9TO]8.QRhp[m$NlkC">
734
- <statement name="BODY">
735
- <block type="set_group_during_ticks" id="V9g_CiL1DnevGv|?z%vm">
736
- <field name="user_group">255</field>
737
- <field name="number_of_ticks">32</field>
738
- <value name="GROUPS">
739
- <block type="lists_create_with" id="7SdjE@{%nOeJNBtaw`;y">
740
- <mutation items="3"></mutation>
741
- <value name="ADD0">
742
- <block type="variables_get" id="b0ORmv{1{?~zdwglFr!P">
743
- <field name="VAR" id="WUT;K|L6]cR}*uBdtP^#">groupe3</field>
744
- </block>
745
- </value>
746
- <value name="ADD1">
747
- <block type="variables_get" id="OKa=+Bs4/o|l0R~VB2ai">
748
- <field name="VAR" id="0xTjR,ZU%i?HgU/%+Emz">groupe4</field>
749
- </block>
750
- </value>
751
- <value name="ADD2">
752
- <block type="variables_get" id="Jih-h-,/,p~xN--V#%/h">
753
- <field name="VAR" id="OY,IdMJIn)[kMgJCJ.Ho">groupe5</field>
754
- </block>
755
- </value>
756
- </block>
757
- </value>
758
- <next>
759
- <block type="hh_abort" id="b0=;`ZT#u67~]~Db6];L">
760
- <field name="TIMES">32</field>
761
- <value name="SIGNAL">
762
- <block type="variables_get" id="Jen4;pWTK?j|6DT|g^v1">
763
- <field name="VAR" id="hchBnoEv(z!xIgDRVuzY">tick</field>
764
- </block>
765
- </value>
766
- <statement name="BODY">
767
- <block type="hh_run" id="uxtDLf(-A)i|!i0k=,lU">
768
- <value name="MODULE">
769
- <block type="variables_get" id=",{w@wmJjj+3UB(Tjlv,^">
770
- <field name="VAR" id="*n4}8%e:kZQ;_Ey?xWJw">transposition</field>
771
- </block>
772
- </value>
773
- <value name="SIGNALS">
774
- <block type="variables_get" id="5Bb(MruG0R`KV:xn7[zg">
775
- <field name="VAR" id="hchBnoEv(z!xIgDRVuzY">tick</field>
776
- </block>
777
- </value>
778
- </block>
779
- </statement>
780
- </block>
781
- </next>
782
- </block>
783
- </statement>
784
- <next>
785
- <block type="cleanqueues" id="E~o48w}ok_0KDNWKGbNK">
786
- <next>
787
- <block type="set_tempo" id="Iz],;~sOne[ZL%3u?xRD">
788
- <field name="tempo">40</field>
789
- <next>
790
- <block type="putPatternInQueue" id="[MBg?]mS,hrwq8UVmI@$">
791
- <value name="message">
792
- <block type="text" id="ZwtP@I*J|Z(SH``zK;SH">
793
- <field name="TEXT">Violon8</field>
794
- </block>
795
- </value>
796
- <next>
797
- <block type="putPatternInQueue" id="R7,]GN#EsjWnxEXSKT|^">
798
- <value name="message">
799
- <block type="text" id="iE:KVdD~rvXD,0Np~s!!">
800
- <field name="TEXT">Alto10</field>
801
- </block>
802
- </value>
803
- <next>
804
- <block type="putPatternInQueue" id="J@m|cLB!RSXzc}x_C@IQ">
805
- <value name="message">
806
- <block type="text" id="{/MCDSkiGr_B8UgEE}Zp">
807
- <field name="TEXT">Cello8</field>
808
- </block>
809
- </value>
810
- <next>
811
- <block type="alertInfoScoreON" id="0:oUkP445:)CkWkN~Rm!">
812
- <value name="message">
813
- <block type="text" id="y`J*2?gwH?4RGXc?)TL~">
814
- <field name="TEXT">Fin Mars 2022</field>
815
- </block>
816
- </value>
817
- <next>
818
- <block type="hh_print_serveur" id="4w@Y7Qd)PNoI)1SVbNMc">
819
- <value name="TEXT">
820
- <block type="text" id="3)Wc6AajgRl#CIHVR7Nl">
821
- <field name="TEXT">Fin Mars 2022</field>
822
- </block>
823
- </value>
824
- </block>
825
- </next>
826
- </block>
827
- </next>
828
- </block>
829
- </next>
830
- </block>
831
- </next>
832
- </block>
833
- </next>
834
- </block>
835
- </next>
836
- </block>
837
- </next>
838
- </block>
839
- </next>
840
- </block>
841
- </next>
842
- </block>
843
- </next>
844
- </block>
845
- </statement>
846
- </block>
847
- </next>
848
- </block>
849
- </next>
850
- </block>
851
- </next>
852
- </block>
853
- </next>
854
- </block>
855
- </next>
856
- </block>
857
- </next>
858
- </block>
859
- </next>
860
- </block>
861
- </next>
862
- </block>
863
- </next>
864
- </block>
865
- </next>
866
- </block>
867
- </next>
868
- </block>
869
- </statement>
870
- </block>
871
- </xml>