nodeskini 1.0.3 → 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 (182) hide show
  1. package/blocklySkini/scripts/hiphop_blocks.js +3991 -6104
  2. package/blocklySkini/scripts/main2.js +4 -4
  3. package/client/clientListe/clientListe.js +11 -0
  4. package/client/clientListe/clientListebundle.js +1755 -1909
  5. package/client/configurateur/configReact.js +1 -1
  6. package/client/configurateur/configReactbundle.js +16 -10
  7. package/client/configurateur/src/configReact.js +1 -1
  8. package/client/parametrage/paramReact.js +1 -1
  9. package/client/parametrage/paramReactbundle.js +6 -5
  10. package/client/parametrage/src/paramReact.js +2 -2
  11. package/client/score/parto1.js +4 -1
  12. package/client/score/parto1bundle.js +45 -23
  13. package/client/simulateurListe/simulateurFork.mjs +1 -1
  14. package/client/simulateurListe/simulateurListe.js +3 -3
  15. package/doc/Doc Skini Node english.pdf +0 -0
  16. package/doc/Mode d'emploi Skini Node.pdf +0 -0
  17. package/doc/Tuto Skini.pdf +0 -0
  18. package/doc/quickstart.pdf +0 -0
  19. package/myReact/orchestrationHH.hh.js +2024 -0
  20. package/myReact/orchestrationHH.mjs +262 -420
  21. package/myReact/orchestrationHH.mjs.map +1 -1
  22. package/package.json +19 -11
  23. package/pieces/tutos/demoAbleton.csv +21 -0
  24. package/pieces/tutos/demoAbleton.js +100 -0
  25. package/pieces/tutos/demoAbleton.xml +180 -0
  26. package/pieces/tutos/demoHH.js +99 -0
  27. package/pieces/tutos/demoHH.xml +184 -0
  28. package/pieces/tutos/demoHHwait.js +100 -0
  29. package/pieces/tutos/demoHHwait.xml +175 -0
  30. package/pieces/tutos/tuto.csv +10 -0
  31. package/pieces/tutos/tuto.csv.good +1 -0
  32. package/pieces/tutos/tuto1.js +105 -0
  33. package/pieces/tutos/tuto1.xml +147 -0
  34. package/pieces/tutos/tuto10.back.js +106 -0
  35. package/pieces/tutos/tuto10.js +107 -0
  36. package/pieces/tutos/tuto10.xml +199 -0
  37. package/pieces/tutos/tuto11.js +111 -0
  38. package/pieces/tutos/tuto11.xml +124 -0
  39. package/pieces/tutos/tuto12.js +91 -0
  40. package/pieces/tutos/tuto12.xml +258 -0
  41. package/pieces/tutos/tuto2.back.js +106 -0
  42. package/pieces/tutos/tuto2.js +95 -0
  43. package/pieces/tutos/tuto2.xml +94 -0
  44. package/pieces/tutos/tuto3-2.js +105 -0
  45. package/pieces/tutos/tuto3-2.xml +96 -0
  46. package/pieces/tutos/tuto3.js +97 -0
  47. package/pieces/tutos/tuto3.xml +49 -0
  48. package/pieces/tutos/tuto4.js +107 -0
  49. package/pieces/tutos/tuto4.xml +106 -0
  50. package/pieces/tutos/tuto5.js +109 -0
  51. package/pieces/tutos/tuto5.xml +42 -0
  52. package/pieces/tutos/tuto6.js +105 -0
  53. package/pieces/tutos/tuto6.xml +26 -0
  54. package/pieces/tutos/tuto7.js +107 -0
  55. package/pieces/tutos/tuto7.xml +65 -0
  56. package/pieces/tutos/tuto8.js +105 -0
  57. package/pieces/tutos/tuto8.xml +76 -0
  58. package/pieces/tutos/tuto9.js +107 -0
  59. package/pieces/tutos/tuto9.xml +90 -0
  60. package/pieces/tutos/tutoAwait.js +111 -0
  61. package/pieces/tutos/tutoAwait.xml +171 -0
  62. package/pieces/tutos/tutoDoubleEmission.js +93 -0
  63. package/pieces/tutos/tutoDoubleEmission.xml +65 -0
  64. package/pieces/tutos/tutoESP32.js +104 -0
  65. package/pieces/tutos/tutoESP32.xml +246 -0
  66. package/pieces/tutos/tutoGame.js +126 -0
  67. package/pieces/tutos/tutoGame.xml +109 -0
  68. package/pieces/tutos/tutoGroups1.js +111 -0
  69. package/pieces/tutos/tutoGroups1.xml +137 -0
  70. package/pieces/tutos/tutoGroups2.js +97 -0
  71. package/pieces/tutos/tutoGroups2.xml +103 -0
  72. package/pieces/tutos/tutoGroups3.js +111 -0
  73. package/pieces/tutos/tutoGroups3.xml +128 -0
  74. package/pieces/tutos/tutoGroups4.js +111 -0
  75. package/pieces/tutos/tutoGroups4.xml +84 -0
  76. package/pieces/tutos/tutoIZ.js +95 -0
  77. package/pieces/tutos/tutoIZ.xml +135 -0
  78. package/pieces/tutos/tutoIf.js +111 -0
  79. package/pieces/tutos/tutoIf.xml +126 -0
  80. package/pieces/tutos/tutoMidi.js +126 -0
  81. package/pieces/tutos/tutoMidi.xml +62 -0
  82. package/pieces/tutos/tutoOS.js +121 -0
  83. package/pieces/tutos/tutoOSC.js +109 -0
  84. package/pieces/tutos/tutoOSC.xml +223 -0
  85. package/pieces/tutos/tutoOSCJonathan.js +94 -0
  86. package/pieces/tutos/tutoOSCJonathan.xml +312 -0
  87. package/pieces/tutos/tutoPatternInGroup.js +109 -0
  88. package/pieces/tutos/tutoPatternInGroup.xml +116 -0
  89. package/pieces/tutos/tutoRandomBlock.js +129 -0
  90. package/pieces/tutos/tutoRandomBlock.xml +194 -0
  91. package/pieces/tutos/tutoSuspend.js +107 -0
  92. package/pieces/tutos/tutoSuspend.xml +139 -0
  93. package/pieces/tutos/tutoSustain.js +107 -0
  94. package/pieces/tutos/tutoSustain.xml +109 -0
  95. package/pieces/tutos/tutoTank.csv +9 -0
  96. package/pieces/tutos/tutoTank.js +100 -0
  97. package/pieces/tutos/tutoTank.xml +326 -0
  98. package/pieces/tutos/tutoTestAll.csv +11 -0
  99. package/pieces/tutos/tutoTestAll.js +101 -0
  100. package/pieces/tutos/tutoTestAll.xml +859 -0
  101. package/serveur/OSCandMidi.mjs +7 -5
  102. package/serveur/controleDAW.mjs +3 -2
  103. package/serveur/defaultSkiniParametres.js +20 -13
  104. package/serveur/groupeClientsSons.mjs +10 -5
  105. package/serveur/ipConfig.json +2 -2
  106. package/serveur/midimix.mjs +13 -13
  107. package/serveur/saveParam.mjs +4 -15
  108. package/serveur/skiniParametres.js +108 -26
  109. package/serveur/utilsHHSkini.hh.js +64 -64
  110. package/serveur/websocketServer.mjs +2090 -2052
  111. package/serveur/workerInterfaceZ.mjs +4 -7
  112. package/blocklySkini/archive/blocklyControleur.js +0 -87
  113. package/blocklySkini/archive/blocklySkini.js +0 -84
  114. package/blocklySkini/archive/blocklyhop.js +0 -75
  115. package/blocklySkini/archive/clientControleurBlocly.js +0 -170
  116. package/blocklySkini/archive/index.html +0 -76
  117. package/blocklySkini/archive/testHHsuspend.txt +0 -89
  118. package/blocklySkini/archive/testHHtrap.txt +0 -262
  119. package/blocklySkini/archive/testOrchestration.txt +0 -177
  120. package/blocklySkini/archive/testOrchestration.xml +0 -447
  121. package/blocklySkini/archive/testOrchestration2.xml +0 -456
  122. package/myReact/archive/Nodeemitvaluedlocal1.hh.js +0 -52
  123. package/myReact/archive/abort-parNode.js +0 -79
  124. package/myReact/archive/abroNode.js +0 -169
  125. package/myReact/archive/abroNode2.js +0 -80
  126. package/myReact/archive/atom.compile.hh.js +0 -51
  127. package/myReact/archive/await-countNode.js +0 -67
  128. package/myReact/archive/await-nowvalNode.js +0 -44
  129. package/myReact/archive/callHH.js +0 -96
  130. package/myReact/archive/emit-if2.hh.compiled.js +0 -113
  131. package/myReact/archive/every1Node.js +0 -35
  132. package/myReact/archive/if-runNode.js +0 -74
  133. package/myReact/archive/if1Node.js +0 -43
  134. package/myReact/archive/makeawait.js +0 -0
  135. package/myReact/archive/myReact.old.js +0 -684
  136. package/myReact/archive/orchestration.js +0 -281
  137. package/myReact/archive/orchestration1.js +0 -132
  138. package/myReact/archive/orchestration1.xml +0 -465
  139. package/myReact/archive/orchestration2.js +0 -161
  140. package/myReact/archive/orchestrationHH.mano.js +0 -280
  141. package/myReact/archive/orchestrationHHTest.js +0 -428
  142. package/myReact/archive/orchestrationHHTest.xml +0 -234
  143. package/myReact/archive/orchestrationHHTestRun.js +0 -104
  144. package/myReact/archive/orchestrationHHTestRun.xml +0 -34
  145. package/myReact/archive/orchestrationTest0.js +0 -178
  146. package/myReact/archive/orchestrationTest1.js +0 -181
  147. package/myReact/archive/orchestrationTest2.js +0 -281
  148. package/myReact/archive/run3pointsNode.js +0 -59
  149. package/myReact/archive/runNode.js +0 -123
  150. package/myReact/archive/runNode2.js +0 -91
  151. package/myReact/archive/testAwait1.js +0 -141
  152. package/myReact/archive/testAwait1.xml +0 -86
  153. package/myReact/archive/testEvery1.js +0 -122
  154. package/myReact/archive/testEvery1.xml +0 -79
  155. package/myReact/archive/testHH1.js +0 -135
  156. package/myReact/archive/testHH1.xml +0 -86
  157. package/myReact/archive/testHH1revu.js +0 -104
  158. package/myReact/archive/testHH2.js +0 -122
  159. package/myReact/archive/testHH2.xml +0 -79
  160. package/myReact/archive/testHH3.js +0 -130
  161. package/myReact/archive/testHH3.xml +0 -86
  162. package/myReact/archive/testHHabort.js +0 -121
  163. package/myReact/archive/testHHabort.xml +0 -83
  164. package/myReact/archive/testMakeawait.js +0 -202
  165. package/myReact/archive/testRun1.js +0 -168
  166. package/myReact/archive/testRun1.xml +0 -142
  167. package/myReact/archive/titi.js +0 -28
  168. package/myReact/archive/titi.xml +0 -110
  169. package/myReact/archive/toto.js +0 -73
  170. package/myReact/archive/toto.xml +0 -198
  171. package/myReact/archive/trap-await-parallelNode.js +0 -123
  172. package/myReact/inutiles/hiver2022.xml +0 -804
  173. package/myReact/inutiles/hopeNode.xml +0 -459
  174. package/myReact/inutiles/mars2022.xml +0 -871
  175. package/myReact/inutiles/mystique1.xml +0 -318
  176. package/myReact/inutiles/mystiqueOSC.xml +0 -277
  177. package/myReact/inutiles/opus5Node.xml +0 -1271
  178. package/myReact/inutiles/opus5NodeLinux.xml +0 -1241
  179. package/myReact/inutiles/orchestrationHH.xml +0 -541
  180. package/myReact/inutiles/orchestrationHH2.xml +0 -547
  181. package/myReact/inutiles/testHH.xml +0 -95
  182. package/myReact/inutiles/trouveLaPercuTenor.xml +0 -349
@@ -1,541 +0,0 @@
1
- <xml xmlns="https://developers.google.com/blockly/xml">
2
- <variables>
3
- <variable id="uYtY/7giK^Y2q2#O7o2F">tankTest</variable>
4
- <variable id="+Q[B3L08aPSTtM!4;-Ah">tankTest2</variable>
5
- <variable id="E}[@+UnfN1KQ^+Vibn;i">groupe1</variable>
6
- <variable id="hf3zEJan`ym~0qeoJKi|">groupe2</variable>
7
- <variable id="I}2]wS/Z,BVunE@4Ey/S">groupe3</variable>
8
- <variable id="Sk=)C%r}uS^6M}fR]Hxt">moduleTest</variable>
9
- <variable id="-ziT~jyCdpaH^SQ3TEQ7">groupe4</variable>
10
- <variable id="3#10#zr!)$-a#iD`EOEe">groupe5</variable>
11
- <variable id="BiFLvsj9^|flX0+uWY]j">trap1</variable>
12
- <variable id="hchBnoEv(z!xIgDRVuzY">tick</variable>
13
- <variable id="sb}A$C7o:e{?;@zw/sYN">stopReservoir</variable>
14
- <variable id="H_(##Ze;MkJvq1@A/i2k">halt</variable>
15
- <variable id="~YxadVt:@N-|nQbbUt5Y">djembe</variable>
16
- </variables>
17
- <block type="hh_ORCHESTRATION" id="M)ZKyxG8S)|LJFqE+^ty" x="173" y="110">
18
- <statement name="MODULES">
19
- <block type="tank" id="1St5GLB8}~`|0:%,eLgO">
20
- <field name="groupeClient">255</field>
21
- <statement name="SIGNAL">
22
- <block type="variables_set" id=",3jAB~1qS]wHZL6kgM8w">
23
- <field name="VAR" id="uYtY/7giK^Y2q2#O7o2F">tankTest</field>
24
- <value name="VALUE">
25
- <block type="lists_create_with" id="^^f*q8$~k`u+oJB:l^]l">
26
- <mutation items="3"></mutation>
27
- <value name="ADD0">
28
- <block type="variables_get" id="a`M.Ag)]0b9~kS1V;5X+">
29
- <field name="VAR" id="E}[@+UnfN1KQ^+Vibn;i">groupe1</field>
30
- </block>
31
- </value>
32
- <value name="ADD1">
33
- <block type="variables_get" id="D8$lSNOCQFxSURaQ4HzN">
34
- <field name="VAR" id="hf3zEJan`ym~0qeoJKi|">groupe2</field>
35
- </block>
36
- </value>
37
- <value name="ADD2">
38
- <block type="variables_get" id="4:1Y;?{,_/iEVk}p-HTm">
39
- <field name="VAR" id="I}2]wS/Z,BVunE@4Ey/S">groupe3</field>
40
- </block>
41
- </value>
42
- </block>
43
- </value>
44
- </block>
45
- </statement>
46
- <next>
47
- <block type="tank" id="D1KiUiGN%Rvnem`SwuzC">
48
- <field name="groupeClient">255</field>
49
- <statement name="SIGNAL">
50
- <block type="variables_set" id="b~ajD#3C_wvD8vLQ9Z.s">
51
- <field name="VAR" id="+Q[B3L08aPSTtM!4;-Ah">tankTest2</field>
52
- <value name="VALUE">
53
- <block type="lists_create_with" id="bc{@-#1FceFp3,gSy,q=">
54
- <mutation items="2"></mutation>
55
- <value name="ADD0">
56
- <block type="variables_get" id="IxPQvg-,k62Qm3KY)}dI">
57
- <field name="VAR" id="-ziT~jyCdpaH^SQ3TEQ7">groupe4</field>
58
- </block>
59
- </value>
60
- <value name="ADD1">
61
- <block type="variables_get" id="7wA@eJ^dq.6m_Q``h)te">
62
- <field name="VAR" id="3#10#zr!)$-a#iD`EOEe">groupe5</field>
63
- </block>
64
- </value>
65
- </block>
66
- </value>
67
- </block>
68
- </statement>
69
- <next>
70
- <block type="hh_module" id="FC`id43ZS`y9:Nmz?Z_z" disabled="true">
71
- <value name="NAME">
72
- <block type="variables_get" id="qW(:C.GVHWLLDPyb?vsQ">
73
- <field name="VAR" id="Sk=)C%r}uS^6M}fR]Hxt">moduleTest</field>
74
- </block>
75
- </value>
76
- <statement name="BODY">
77
- <block type="hh_print_serveur" id="/4K,h;|CPVMxN[@]x03I">
78
- <value name="TEXT">
79
- <block type="text" id="N~ybzf%=lfn%$,TEXK;/">
80
- <field name="TEXT">Module de Test</field>
81
- </block>
82
- </value>
83
- </block>
84
- </statement>
85
- </block>
86
- </next>
87
- </block>
88
- </next>
89
- </block>
90
- </statement>
91
- <statement name="BODY">
92
- <block type="set_timer_division" id="q`^q.uCd}W2Y]!1O)7{e">
93
- <field name="timer">1</field>
94
- <next>
95
- <block type="addSceneScore" id="Y8d};Ic6L]3`I5Z6hbvA">
96
- <field name="number">1</field>
97
- <next>
98
- <block type="putPatternInQueue" id=":f)2n$=^Jgt$=!/R%:pM">
99
- <value name="message">
100
- <block type="text" id="[y*[8d|4+6H_f%*5bTbU">
101
- <field name="TEXT">Percu4</field>
102
- </block>
103
- </value>
104
- <next>
105
- <block type="hh_print_serveur" id="mLz|24F/q}B!^L}1|w)T">
106
- <value name="TEXT">
107
- <block type="text" id="5x-edQJ7MRhPa]t}/i7Y">
108
- <field name="TEXT">Début Orchestration</field>
109
- </block>
110
- </value>
111
- <next>
112
- <block type="random_tank" id="`mrN4?E/3,UMW-RB0w},">
113
- <field name="number_of_tanks">1</field>
114
- <field name="number_of_ticks">10</field>
115
- <value name="TANKS">
116
- <block type="lists_create_with" id="}tE5V:/VJP^hMR]C_]e4">
117
- <mutation items="2"></mutation>
118
- <value name="ADD0">
119
- <block type="variables_get" id="Si*X4jDPJq]{%^w(?PRq">
120
- <field name="VAR" id="uYtY/7giK^Y2q2#O7o2F">tankTest</field>
121
- </block>
122
- </value>
123
- <value name="ADD1">
124
- <block type="variables_get" id="t[,bVCsz)X;Na@J)ZN?d">
125
- <field name="VAR" id="+Q[B3L08aPSTtM!4;-Ah">tankTest2</field>
126
- </block>
127
- </value>
128
- </block>
129
- </value>
130
- <next>
131
- <block type="run_tank_waiting_for_patterns" id="7{#cHtXnFSAcK1t;f]]*">
132
- <value name="TANKS">
133
- <block type="lists_create_with" id="bYo|-M$rcjLAIvs5oL@V">
134
- <mutation items="2"></mutation>
135
- <value name="ADD0">
136
- <block type="variables_get" id="Crw|F=]/Qn`=a(b?bPf[">
137
- <field name="VAR" id="uYtY/7giK^Y2q2#O7o2F">tankTest</field>
138
- </block>
139
- </value>
140
- <value name="ADD1">
141
- <block type="variables_get" id="H:!2:Y`}f=h^D]ww.9y0">
142
- <field name="VAR" id="+Q[B3L08aPSTtM!4;-Ah">tankTest2</field>
143
- </block>
144
- </value>
145
- </block>
146
- </value>
147
- <value name="IN_PATTERNS_LIST">
148
- <block type="lists_create_with" id="gR/0W1w`JiycPH|4Pn}O">
149
- <mutation items="3"></mutation>
150
- <value name="ADD0">
151
- <block type="text" id="W[u+Tmy{Q53Zrqv%P^%}">
152
- <field name="TEXT">Percu1</field>
153
- </block>
154
- </value>
155
- <value name="ADD1">
156
- <block type="text" id="ojJ]m85(mC8{e:g^V}/{">
157
- <field name="TEXT">Percu2</field>
158
- </block>
159
- </value>
160
- <value name="ADD2">
161
- <block type="text" id="fn7OPOszS!P6bS!VL,!x">
162
- <field name="TEXT">Percu3</field>
163
- </block>
164
- </value>
165
- </block>
166
- </value>
167
- <next>
168
- <block type="open_tank" id="%U]68v/~evRKf/*WJ~qR">
169
- <field name="TIMES">10</field>
170
- <value name="TANKS">
171
- <block type="lists_create_with" id="BiGKE[[V,q6A(21@6t!l">
172
- <mutation items="2"></mutation>
173
- <value name="ADD0">
174
- <block type="variables_get" id="NKmtBLU?n7NI-@_HdBKn">
175
- <field name="VAR" id="uYtY/7giK^Y2q2#O7o2F">tankTest</field>
176
- </block>
177
- </value>
178
- <value name="ADD1">
179
- <block type="variables_get" id="G].?PBQ.d+I$9t6fWLxk">
180
- <field name="VAR" id="+Q[B3L08aPSTtM!4;-Ah">tankTest2</field>
181
- </block>
182
- </value>
183
- </block>
184
- </value>
185
- <next>
186
- <block type="run_tank_during_patterns_in_groups" id="J0.JhfD0gEBCF1wm~{I~">
187
- <field name="number_of_patterns">10</field>
188
- <value name="TANKS">
189
- <block type="variables_get" id="#VC=sub2HCVdL{?G}HcQ">
190
- <field name="VAR" id="uYtY/7giK^Y2q2#O7o2F">tankTest</field>
191
- </block>
192
- </value>
193
- <value name="IN_GROUPS">
194
- <block type="lists_create_with" id="wIPc$=Iv#JJi2s|(D1*4">
195
- <mutation items="3"></mutation>
196
- <value name="ADD0">
197
- <block type="variables_get" id="WES[f528VQUi[7$=T+Cs">
198
- <field name="VAR" id="E}[@+UnfN1KQ^+Vibn;i">groupe1</field>
199
- </block>
200
- </value>
201
- <value name="ADD1">
202
- <block type="variables_get" id="*7QwZCqSTAit{vFbtIPm">
203
- <field name="VAR" id="hf3zEJan`ym~0qeoJKi|">groupe2</field>
204
- </block>
205
- </value>
206
- <value name="ADD2">
207
- <block type="variables_get" id="h53qZa)z[iCwMCAoIz.V">
208
- <field name="VAR" id="I}2]wS/Z,BVunE@4Ey/S">groupe3</field>
209
- </block>
210
- </value>
211
- </block>
212
- </value>
213
- <next>
214
- <block type="hh_trap" id="90QeS]-7KG2)?rsWPO*T">
215
- <value name="TRAP">
216
- <block type="variables_get" id="w1!FfP+fcZ0/,_-qyuMS">
217
- <field name="VAR" id="BiFLvsj9^|flX0+uWY]j">trap1</field>
218
- </block>
219
- </value>
220
- <statement name="BODY">
221
- <block type="hh_fork" id="!0I]B7/iacseJ)1Kd%Eh">
222
- <statement name="BODY">
223
- <block type="hh_sequence" id=")AhaFC{[TumZj{8;Z*lG">
224
- <statement name="BODY">
225
- <block type="every" id="tY:xrDL^`F7iB`v?,mLs">
226
- <field name="TIMES">1</field>
227
- <value name="SIGNAL">
228
- <block type="variables_get" id="T:`nl)e1M^1~puT|D]ck">
229
- <field name="VAR" id="hchBnoEv(z!xIgDRVuzY">tick</field>
230
- </block>
231
- </value>
232
- <statement name="BODY">
233
- <block type="hh_print_serveur" id="q|f!POD^xD:!1/*]-5ma">
234
- <value name="TEXT">
235
- <block type="text" id="C7P-DF5+,V2u^E.6XWDI">
236
- <field name="TEXT">Every tick</field>
237
- </block>
238
- </value>
239
- </block>
240
- </statement>
241
- </block>
242
- </statement>
243
- <next>
244
- <block type="hh_sequence" id="D%u=^gy[@Qqq9uRJ[)$h">
245
- <statement name="BODY">
246
- <block type="hh_wait_for" id="CXI,O[T:B@[!2*3#kw,H">
247
- <field name="TIMES">5</field>
248
- <value name="SIGNAL">
249
- <block type="variables_get" id="]Hn`L^Gx!2x2VAZ5@`0E">
250
- <field name="VAR" id="hchBnoEv(z!xIgDRVuzY">tick</field>
251
- </block>
252
- </value>
253
- <next>
254
- <block type="hh_break" id="V+@?t]F/C*Vxma[8!.It">
255
- <value name="TRAP">
256
- <block type="variables_get" id="r]ki*q;kDAl=([bs{@}_">
257
- <field name="VAR" id="BiFLvsj9^|flX0+uWY]j">trap1</field>
258
- </block>
259
- </value>
260
- </block>
261
- </next>
262
- </block>
263
- </statement>
264
- </block>
265
- </next>
266
- </block>
267
- </statement>
268
- </block>
269
- </statement>
270
- <next>
271
- <block type="hh_print_serveur" id="RROaGZe2N)tx6Y*uxd%}">
272
- <value name="TEXT">
273
- <block type="text" id="`eycKi.-JND$vIc=EDb/">
274
- <field name="TEXT">Fin trap</field>
275
- </block>
276
- </value>
277
- <next>
278
- <block type="hh_pause" id="I{[K*+i*q-)m;!;j*(CX" disabled="true">
279
- <next>
280
- <block type="hh_emit_value" id="{,S@S3/J2},@Js$SM5XN" disabled="true">
281
- <field name="Signal_Value">0</field>
282
- <value name="SIGNAL">
283
- <block type="variables_get" id="iri9qyPDZS)@ymWy-;Hf">
284
- <field name="VAR" id="sb}A$C7o:e{?;@zw/sYN">stopReservoir</field>
285
- </block>
286
- </value>
287
- <next>
288
- <block type="set_group" id="-7Y8q8rE@eo=vGVcN:Ss" disabled="true">
289
- <field name="groupe">255</field>
290
- <value name="GROUPS">
291
- <block type="variables_get" id="l)iDOl=Eh$xzNz;(Oc:)">
292
- <field name="VAR" id="E}[@+UnfN1KQ^+Vibn;i">groupe1</field>
293
- </block>
294
- </value>
295
- <next>
296
- <block type="wait_for_signal_in_group" id="T/wJ.-M0~a(L!2MyvZV@" disabled="true">
297
- <field name="TIMES">1</field>
298
- <value name="SIGNAL">
299
- <block type="variables_get" id="E:Ne,iKzL_m3QR*sF-2%">
300
- <field name="VAR" id="E}[@+UnfN1KQ^+Vibn;i">groupe1</field>
301
- </block>
302
- </value>
303
- <next>
304
- <block type="await_pattern" id="/*XqH@K#I~I3P)S/4OM*" disabled="true">
305
- <value name="message">
306
- <block type="text" id="7%4d_||m1BMUJ0B:Yxx2">
307
- <field name="TEXT">Percu1</field>
308
- </block>
309
- </value>
310
- <next>
311
- <block type="hh_pause" id="I(xin5@l:Kp||o$=%KIW" disabled="true">
312
- <next>
313
- <block type="waitForEmptyQueue" id="a1Q5sA8]fq@N]@=iVIy$" disabled="true">
314
- <field name="number">1</field>
315
- <next>
316
- <block type="hh_fork" id="7KNr)5IuGP])sCU[dK}a">
317
- <statement name="BODY">
318
- <block type="hh_sequence" id="E!y933U7dHVmN]BUUTv5">
319
- <statement name="BODY">
320
- <block type="run_tank" id="A(}7b0;;{VO#Uu!z0Vtm">
321
- <value name="TANKS">
322
- <block type="variables_get" id="B|(nnPNdd3x3ho/cJC9X">
323
- <field name="VAR" id="uYtY/7giK^Y2q2#O7o2F">tankTest</field>
324
- </block>
325
- </value>
326
- </block>
327
- </statement>
328
- <next>
329
- <block type="hh_sequence" id="=d-}JZ3=T^*2j)tRBAU`">
330
- <statement name="BODY">
331
- <block type="hh_wait_for" id="lm|.bZ_[d;S=lT4pgZ8h">
332
- <field name="TIMES">20</field>
333
- <value name="SIGNAL">
334
- <block type="variables_get" id="szpt-hF]E^f8+W9d@=L3">
335
- <field name="VAR" id="hchBnoEv(z!xIgDRVuzY">tick</field>
336
- </block>
337
- </value>
338
- <next>
339
- <block type="stopTanks" id="3KESd:QYUnZbyUF.X|*P"></block>
340
- </next>
341
- </block>
342
- </statement>
343
- </block>
344
- </next>
345
- </block>
346
- </statement>
347
- <next>
348
- <block type="every" id="4_W)/_bLDG2#lf8e)C)H" disabled="true">
349
- <field name="TIMES">1</field>
350
- <value name="SIGNAL">
351
- <block type="variables_get" id="X2dmUhn^p1Qq@:,rX7;M">
352
- <field name="VAR" id="hchBnoEv(z!xIgDRVuzY">tick</field>
353
- </block>
354
- </value>
355
- <statement name="BODY">
356
- <block type="hh_print_serveur" id="S*Mcgw6-(EizSeNE3UtQ">
357
- <value name="TEXT">
358
- <block type="text" id="fecIlIG1wbUs-f:#z@?=">
359
- <field name="TEXT">Every tick</field>
360
- </block>
361
- </value>
362
- </block>
363
- </statement>
364
- <next>
365
- <block type="hh_abort" id=";D$Z.HXOK0dB[1x_hEQk" disabled="true">
366
- <field name="TIMES">1</field>
367
- <value name="SIGNAL">
368
- <block type="variables_get" id="[b0y1?V[?iDEgqZel6:B">
369
- <field name="VAR" id="H_(##Ze;MkJvq1@A/i2k">halt</field>
370
- </block>
371
- </value>
372
- <statement name="BODY">
373
- <block type="every" id="!lS;oV-`K#@#B7Y%BwbC">
374
- <field name="TIMES">1</field>
375
- <value name="SIGNAL">
376
- <block type="variables_get" id="z$!j}nfstZ+S`BZ8QXHS">
377
- <field name="VAR" id="hchBnoEv(z!xIgDRVuzY">tick</field>
378
- </block>
379
- </value>
380
- <statement name="BODY">
381
- <block type="hh_print_serveur" id="~vT||=Rc(T/ekLeUgaep">
382
- <value name="TEXT">
383
- <block type="text" id="(80NH%|dDCtx4X,ne~bB">
384
- <field name="TEXT">Every tick</field>
385
- </block>
386
- </value>
387
- </block>
388
- </statement>
389
- <next>
390
- <block type="reset_orchestration" id="%$42($kr:Uc`mCsvKPg+"></block>
391
- </next>
392
- </block>
393
- </statement>
394
- <next>
395
- <block type="patternListLength" id="6L0=%-l-]jphKZd!;.Fe">
396
- <field name="valeur">5</field>
397
- <field name="groupe">255</field>
398
- <next>
399
- <block type="set_score_policy" id="xs1bH6,YmX}f(]GgGQRH">
400
- <field name="policy">1</field>
401
- <next>
402
- <block type="set_score_class" id="C9Pbswgx}`U0gjprYC-o">
403
- <field name="class">1</field>
404
- <next>
405
- <block type="cleanqueues" id="GWMf/2zqP{BM``z)cNeW">
406
- <next>
407
- <block type="cleanOneQueue" id="G()cn-}N2a|^p-5Cxr^V">
408
- <field name="number">1</field>
409
- <next>
410
- <block type="pauseQueues" id=",5JMb:~(3hAtUs3qFxme">
411
- <next>
412
- <block type="resumeQueues" id="U7K.6GyZFHH@FR^SxpYA">
413
- <next>
414
- <block type="pauseOneQueue" id="-V_d)XI}EV]G#t3$N]j3">
415
- <field name="number">1</field>
416
- <next>
417
- <block type="resumeOneQueue" id="Iz!*r*`P!a=mBtMVDHHm">
418
- <field name="number">1</field>
419
- <next>
420
- <block type="hh_pause" id="prQ(f,rZm|IDWg,`WQ[v">
421
- <next>
422
- <block type="set_group" id="ZBe*zWkQO%-p;cLSSTb-">
423
- <field name="groupe">255</field>
424
- <value name="GROUPS">
425
- <block type="variables_get" id=".-Ns|r/UA7s%[(.y{%Uo">
426
- <field name="VAR" id="~YxadVt:@N-|nQbbUt5Y">djembe</field>
427
- </block>
428
- </value>
429
- <next>
430
- <block type="set_group" id="Yl}G%L_C@NeybSJAX/|=">
431
- <field name="groupe">255</field>
432
- <value name="GROUPS">
433
- <block type="variables_get" id="(s4Yyw7{*+]uI9`~AFz:">
434
- <field name="VAR" id="E}[@+UnfN1KQ^+Vibn;i">groupe1</field>
435
- </block>
436
- </value>
437
- <next>
438
- <block type="hh_wait_for" id="tXdI*~Alz%@sxxBql%~!">
439
- <field name="TIMES">10</field>
440
- <value name="SIGNAL">
441
- <block type="variables_get" id="9oZ*Rc1za_GR|@27W*ej">
442
- <field name="VAR" id="hchBnoEv(z!xIgDRVuzY">tick</field>
443
- </block>
444
- </value>
445
- <next>
446
- <block type="unset_group" id="zqHD$86t_?/d+[SwlPvj">
447
- <field name="groupe">255</field>
448
- <value name="GROUPS">
449
- <block type="variables_get" id="H]RKM}c+2(#P]AiMS6oI">
450
- <field name="VAR" id="~YxadVt:@N-|nQbbUt5Y">djembe</field>
451
- </block>
452
- </value>
453
- <next>
454
- <block type="unset_group" id="9e)6#Zh}3(x({KmTZzuN">
455
- <field name="groupe">255</field>
456
- <value name="GROUPS">
457
- <block type="variables_get" id="h#U}/(a|GN0jF@F5)xxo">
458
- <field name="VAR" id="E}[@+UnfN1KQ^+Vibn;i">groupe1</field>
459
- </block>
460
- </value>
461
- <next>
462
- <block type="refreshSceneScore" id="#aV|^BxMFj*h;PG/EA_M">
463
- <next>
464
- <block type="cleanChoiceList" id="|~l+Qdv/x!a,(+JWu;hD">
465
- <field name="groupe">255</field>
466
- </block>
467
- </next>
468
- </block>
469
- </next>
470
- </block>
471
- </next>
472
- </block>
473
- </next>
474
- </block>
475
- </next>
476
- </block>
477
- </next>
478
- </block>
479
- </next>
480
- </block>
481
- </next>
482
- </block>
483
- </next>
484
- </block>
485
- </next>
486
- </block>
487
- </next>
488
- </block>
489
- </next>
490
- </block>
491
- </next>
492
- </block>
493
- </next>
494
- </block>
495
- </next>
496
- </block>
497
- </next>
498
- </block>
499
- </next>
500
- </block>
501
- </next>
502
- </block>
503
- </next>
504
- </block>
505
- </next>
506
- </block>
507
- </next>
508
- </block>
509
- </next>
510
- </block>
511
- </next>
512
- </block>
513
- </next>
514
- </block>
515
- </next>
516
- </block>
517
- </next>
518
- </block>
519
- </next>
520
- </block>
521
- </next>
522
- </block>
523
- </next>
524
- </block>
525
- </next>
526
- </block>
527
- </next>
528
- </block>
529
- </next>
530
- </block>
531
- </next>
532
- </block>
533
- </next>
534
- </block>
535
- </next>
536
- </block>
537
- </next>
538
- </block>
539
- </statement>
540
- </block>
541
- </xml>