nodeskini 1.0.5 → 1.0.7

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 (179) hide show
  1. package/blocklySkini/blocklySkini.html +5 -1
  2. package/blocklySkini/scripts/hiphop_blocks.js +5 -6
  3. package/client/clientListe/clientListe.js +11 -0
  4. package/client/clientListe/clientListebundle.js +1755 -1909
  5. package/client/controleurHH/controleurHH.html +4 -0
  6. package/client/queueViewer/queue.html +34 -0
  7. package/client/queueViewer/queue.js +187 -0
  8. package/client/queueViewer/style.css +26 -0
  9. package/client/score/parto1.js +14 -11
  10. package/client/score/parto1bundle.js +55 -33
  11. package/client/score/score.html +8 -7
  12. package/doc/Doc Skini Node english.pdf +0 -0
  13. package/doc/Mode d'emploi Skini Node.pdf +0 -0
  14. package/doc/Tuto Skini.pdf +0 -0
  15. package/doc/quickstart.pdf +0 -0
  16. package/myReact/orchestrationHH.hh.js +147 -1843
  17. package/myReact/orchestrationHH.mjs +50 -231
  18. package/myReact/orchestrationHH.mjs.map +1 -1
  19. package/package.json +11 -8
  20. package/pieces/tutos/demoAbleton.csv +21 -0
  21. package/pieces/tutos/demoAbleton.js +100 -0
  22. package/pieces/tutos/demoAbleton.xml +180 -0
  23. package/pieces/tutos/demoHH.js +99 -0
  24. package/pieces/tutos/demoHH.xml +184 -0
  25. package/pieces/tutos/demoHHwait.js +100 -0
  26. package/pieces/tutos/demoHHwait.xml +175 -0
  27. package/pieces/tutos/tuto.csv +10 -0
  28. package/pieces/tutos/tuto.csv.good +1 -0
  29. package/pieces/tutos/tuto1.js +105 -0
  30. package/pieces/tutos/tuto1.xml +147 -0
  31. package/pieces/tutos/tuto10.back.js +106 -0
  32. package/pieces/tutos/tuto10.js +107 -0
  33. package/pieces/tutos/tuto10.xml +199 -0
  34. package/pieces/tutos/tuto11.js +111 -0
  35. package/pieces/tutos/tuto11.xml +124 -0
  36. package/pieces/tutos/tuto12.js +91 -0
  37. package/pieces/tutos/tuto12.xml +258 -0
  38. package/pieces/tutos/tuto2.back.js +106 -0
  39. package/pieces/tutos/tuto2.js +95 -0
  40. package/pieces/tutos/tuto2.xml +94 -0
  41. package/pieces/tutos/tuto3-2.js +105 -0
  42. package/pieces/tutos/tuto3-2.xml +96 -0
  43. package/pieces/tutos/tuto3.js +97 -0
  44. package/pieces/tutos/tuto3.xml +49 -0
  45. package/pieces/tutos/tuto4.js +107 -0
  46. package/pieces/tutos/tuto4.xml +106 -0
  47. package/pieces/tutos/tuto5.js +109 -0
  48. package/pieces/tutos/tuto5.xml +42 -0
  49. package/pieces/tutos/tuto6.js +105 -0
  50. package/pieces/tutos/tuto6.xml +26 -0
  51. package/pieces/tutos/tuto7.js +107 -0
  52. package/pieces/tutos/tuto7.xml +65 -0
  53. package/pieces/tutos/tuto8.js +105 -0
  54. package/pieces/tutos/tuto8.xml +76 -0
  55. package/pieces/tutos/tuto9.js +107 -0
  56. package/pieces/tutos/tuto9.xml +90 -0
  57. package/pieces/tutos/tutoAwait.js +111 -0
  58. package/pieces/tutos/tutoAwait.xml +171 -0
  59. package/pieces/tutos/tutoDoubleEmission.js +93 -0
  60. package/pieces/tutos/tutoDoubleEmission.xml +65 -0
  61. package/pieces/tutos/tutoESP32.js +104 -0
  62. package/pieces/tutos/tutoESP32.xml +246 -0
  63. package/pieces/tutos/tutoGame.js +126 -0
  64. package/pieces/tutos/tutoGame.xml +109 -0
  65. package/pieces/tutos/tutoGroups1.js +111 -0
  66. package/pieces/tutos/tutoGroups1.xml +137 -0
  67. package/pieces/tutos/tutoGroups2.js +97 -0
  68. package/pieces/tutos/tutoGroups2.xml +103 -0
  69. package/pieces/tutos/tutoGroups3.js +111 -0
  70. package/pieces/tutos/tutoGroups3.xml +128 -0
  71. package/pieces/tutos/tutoGroups4.js +111 -0
  72. package/pieces/tutos/tutoGroups4.xml +84 -0
  73. package/pieces/tutos/tutoIZ.js +95 -0
  74. package/pieces/tutos/tutoIZ.xml +135 -0
  75. package/pieces/tutos/tutoIf.js +111 -0
  76. package/pieces/tutos/tutoIf.xml +126 -0
  77. package/pieces/tutos/tutoMidi.js +126 -0
  78. package/pieces/tutos/tutoMidi.xml +62 -0
  79. package/pieces/tutos/tutoOS.js +121 -0
  80. package/pieces/tutos/tutoOSC.js +109 -0
  81. package/pieces/tutos/tutoOSC.xml +223 -0
  82. package/pieces/tutos/tutoOSCJonathan.js +94 -0
  83. package/pieces/tutos/tutoOSCJonathan.xml +312 -0
  84. package/pieces/tutos/tutoPatternInGroup.js +109 -0
  85. package/pieces/tutos/tutoPatternInGroup.xml +116 -0
  86. package/pieces/tutos/tutoRandomBlock.js +129 -0
  87. package/pieces/tutos/tutoRandomBlock.xml +194 -0
  88. package/pieces/tutos/tutoSuspend.js +107 -0
  89. package/pieces/tutos/tutoSuspend.xml +139 -0
  90. package/pieces/tutos/tutoSustain.js +107 -0
  91. package/pieces/tutos/tutoSustain.xml +109 -0
  92. package/pieces/tutos/tutoTank.csv +9 -0
  93. package/pieces/tutos/tutoTank.js +100 -0
  94. package/pieces/tutos/tutoTank.xml +326 -0
  95. package/pieces/tutos/tutoTestAll.csv +11 -0
  96. package/pieces/tutos/tutoTestAll.hh.js +401 -0
  97. package/pieces/tutos/tutoTestAll.js +101 -0
  98. package/pieces/tutos/tutoTestAll.xml +866 -0
  99. package/serveur/OSCandMidi.mjs +27 -3
  100. package/serveur/controleDAW.mjs +2 -1
  101. package/serveur/groupeClientsSons.mjs +27 -3
  102. package/serveur/ipConfig.json +2 -2
  103. package/serveur/skiniParametres.js +55 -10
  104. package/serveur/utilsSkini.mjs +1 -1
  105. package/serveur/websocketServer.mjs +14 -4
  106. package/skini.mjs +4 -0
  107. package/blocklySkini/archive/blocklyControleur.js +0 -87
  108. package/blocklySkini/archive/blocklySkini.js +0 -84
  109. package/blocklySkini/archive/blocklyhop.js +0 -75
  110. package/blocklySkini/archive/clientControleurBlocly.js +0 -170
  111. package/blocklySkini/archive/index.html +0 -76
  112. package/blocklySkini/archive/testHHsuspend.txt +0 -89
  113. package/blocklySkini/archive/testHHtrap.txt +0 -262
  114. package/blocklySkini/archive/testOrchestration.txt +0 -177
  115. package/blocklySkini/archive/testOrchestration.xml +0 -447
  116. package/blocklySkini/archive/testOrchestration2.xml +0 -456
  117. package/blocklySkini/scripts/hiphop_blocks.old.js +0 -3010
  118. package/blocklySkini/scripts/hiphop_blocks11-2025.js +0 -6104
  119. package/myReact/archive/Nodeemitvaluedlocal1.hh.js +0 -52
  120. package/myReact/archive/abort-parNode.js +0 -79
  121. package/myReact/archive/abroNode.js +0 -169
  122. package/myReact/archive/abroNode2.js +0 -80
  123. package/myReact/archive/atom.compile.hh.js +0 -52
  124. package/myReact/archive/await-countNode.js +0 -67
  125. package/myReact/archive/await-nowvalNode.js +0 -44
  126. package/myReact/archive/callHH.js +0 -96
  127. package/myReact/archive/emit-if2.hh.compiled.js +0 -113
  128. package/myReact/archive/every1Node.js +0 -35
  129. package/myReact/archive/if-runNode.js +0 -74
  130. package/myReact/archive/if1Node.js +0 -43
  131. package/myReact/archive/makeawait.js +0 -0
  132. package/myReact/archive/myReact.old.js +0 -684
  133. package/myReact/archive/orchestration.js +0 -281
  134. package/myReact/archive/orchestration1.js +0 -132
  135. package/myReact/archive/orchestration1.xml +0 -465
  136. package/myReact/archive/orchestration2.js +0 -161
  137. package/myReact/archive/orchestrationHH.mano.js +0 -280
  138. package/myReact/archive/orchestrationHHTest.js +0 -428
  139. package/myReact/archive/orchestrationHHTest.xml +0 -234
  140. package/myReact/archive/orchestrationHHTestRun.js +0 -104
  141. package/myReact/archive/orchestrationHHTestRun.xml +0 -34
  142. package/myReact/archive/orchestrationTest0.js +0 -178
  143. package/myReact/archive/orchestrationTest1.js +0 -181
  144. package/myReact/archive/orchestrationTest2.js +0 -281
  145. package/myReact/archive/run3pointsNode.js +0 -59
  146. package/myReact/archive/runNode.js +0 -123
  147. package/myReact/archive/runNode2.js +0 -91
  148. package/myReact/archive/testAwait1.js +0 -141
  149. package/myReact/archive/testAwait1.xml +0 -86
  150. package/myReact/archive/testEvery1.js +0 -122
  151. package/myReact/archive/testEvery1.xml +0 -79
  152. package/myReact/archive/testHH1.js +0 -135
  153. package/myReact/archive/testHH1.xml +0 -86
  154. package/myReact/archive/testHH1revu.js +0 -104
  155. package/myReact/archive/testHH2.js +0 -122
  156. package/myReact/archive/testHH2.xml +0 -79
  157. package/myReact/archive/testHH3.js +0 -130
  158. package/myReact/archive/testHH3.xml +0 -86
  159. package/myReact/archive/testHHabort.js +0 -121
  160. package/myReact/archive/testHHabort.xml +0 -83
  161. package/myReact/archive/testMakeawait.js +0 -202
  162. package/myReact/archive/testRun1.js +0 -168
  163. package/myReact/archive/testRun1.xml +0 -142
  164. package/myReact/archive/titi.js +0 -28
  165. package/myReact/archive/titi.xml +0 -110
  166. package/myReact/archive/toto.js +0 -73
  167. package/myReact/archive/toto.xml +0 -198
  168. package/myReact/archive/trap-await-parallelNode.js +0 -123
  169. package/myReact/inutiles/hiver2022.xml +0 -804
  170. package/myReact/inutiles/hopeNode.xml +0 -459
  171. package/myReact/inutiles/mars2022.xml +0 -871
  172. package/myReact/inutiles/mystique1.xml +0 -318
  173. package/myReact/inutiles/mystiqueOSC.xml +0 -277
  174. package/myReact/inutiles/opus5Node.xml +0 -1271
  175. package/myReact/inutiles/opus5NodeLinux.xml +0 -1241
  176. package/myReact/inutiles/orchestrationHH.xml +0 -541
  177. package/myReact/inutiles/orchestrationHH2.xml +0 -547
  178. package/myReact/inutiles/testHH.xml +0 -95
  179. package/myReact/inutiles/trouveLaPercuTenor.xml +0 -349
@@ -1,1241 +0,0 @@
1
- <xml xmlns="https://developers.google.com/blockly/xml">
2
- <variables>
3
- <variable id="RS_P2yd%BqoVF1;:=ex5">Violons</variable>
4
- <variable id="OHt_yz*O+`KDZ0MS0H@b">stopTransTrompette</variable>
5
- <variable id="VoQXg8nz0~x{3v/WuJE]">Piano</variable>
6
- <variable id="/sImT~F4q#fX`y=Y{[ly">ViolonsIntro1</variable>
7
- <variable id="a$NB.qgj10a;V%JuX(Im">ViolonsIntro2</variable>
8
- <variable id="0Sj(X3e9wq5va.M8+JF$">ViolonsIntro3</variable>
9
- <variable id="XJ4-)aW;.YP,P+El}1l#">ViolonsIntro4</variable>
10
- <variable id="}eb1EWc/)|!}fQJ?8+bj">ViolonsIntro5</variable>
11
- <variable id="izX~.BUG)3./u9if5NT+">ViolonsIntro6</variable>
12
- <variable id="T:(D7Ej~eL*r@8Tj,oC?">ViolonsMilieu1</variable>
13
- <variable id="1P]B$dm7m*qYHZ?rK88V">ViolonsMilieu2</variable>
14
- <variable id="=PPcQ|%p5UmLvuo@@MgS">ViolonsMilieu3</variable>
15
- <variable id="_g~q=+K3p:u0LJ*[TOJB">ViolonsMilieu4</variable>
16
- <variable id="k*9@+jN/nO7k.7V*)})4">ViolonsFin1</variable>
17
- <variable id="ZsQKC3$o-^Xin?};Uq@y">ViolonsFin2</variable>
18
- <variable id="a^p~;zsB%$wzm$y~^vzD">ViolonsFin3</variable>
19
- <variable id="`@et/:LzNOZPMwiluGvP">ViolonsFin4</variable>
20
- <variable id="N=Z:5?Atp;aFHb3;:Cj4">ViolonsFin5</variable>
21
- <variable id="7ti$gaBSN7%EMS451Ck4">Trompette</variable>
22
- <variable id="aT^Y|SS?T!,-#x1_~A(q">Piano1Intro1</variable>
23
- <variable id="Aw6qM%NgSBPknDQ+3`lc">Piano1Intro2</variable>
24
- <variable id="s(!v()T-mT8G=F]9eH9,">Piano1Intro3</variable>
25
- <variable id="3.k9:ZVnEG/f9s/lx.d#">Piano1Intro4</variable>
26
- <variable id="3K=4NzP)]6uypF;sfm0l">Piano1Intro5</variable>
27
- <variable id="4D:XB1cHoSITw%;A^hcw">Piano1Milieu1</variable>
28
- <variable id="8[9ws$^hjsT2Gq0Ncoyd">Piano1Milieu2</variable>
29
- <variable id="}PexX[l#x[_ZSxDbtt0Q">Piano1Milieu3</variable>
30
- <variable id="P@+co5^5=_oi/Y#5(~0J">Piano1Milieu4</variable>
31
- <variable id=":IQe]eMm~3#o|Zy4JS/H">Piano1Milieu5</variable>
32
- <variable id="uY_]n#Z`@gtQh#GqH%kh">Piano1Milieu6</variable>
33
- <variable id="ZQy}kpY^TtI5j.j2AIap">Piano1Fin1</variable>
34
- <variable id=";TBP`1n:KR5kSUQ$Y]hJ">Piano1Fin2</variable>
35
- <variable id="okjwEPPWc%P^c%m$UhIb">Piano1Fin3</variable>
36
- <variable id="JpSPedha|Hnd6)~H1BzV">Piano1Fin4</variable>
37
- <variable id="fNdSfQGfSkYPf:$bhfln">Piano1Fin5</variable>
38
- <variable id="X_CIX#YO:CnbjQJz/6^v">Piano1Milieu7</variable>
39
- <variable id="#AJMd1Fw@|D~I)m`H%=o">Cors</variable>
40
- <variable id="HBqM7[~w46g$7V^8[dtB">Trompette1</variable>
41
- <variable id="jcv}0cg?suc.n6J{_H5W">Trompette2</variable>
42
- <variable id="^JwBLm-4Re%rZWZ,_5[Y">Trompette3</variable>
43
- <variable id="kL#q9]4^C*G[91MM%fTC">Trompette4</variable>
44
- <variable id="uc3+)$odk(,`_ryVe-=/">Trompette5</variable>
45
- <variable id="1{jFt{*:+[Ia3w]%08QR">Trompette6</variable>
46
- <variable id="*eP=AUivNeDxW=vh#Afc">Trompette7</variable>
47
- <variable id="LxwlsM9;K#TEXkIJ?-[5">Trompette8</variable>
48
- <variable id=";,e4lcT^d{*2jn*luJPp">Trompette9</variable>
49
- <variable id="i{JElI[l7Au]=lI6IT5r">Flute</variable>
50
- <variable id="#7Dx3L0Tfq)]Ujm^Dl.S">Cors1</variable>
51
- <variable id="A!mss}Og%Q;2@KXW*7Yw">Cors2</variable>
52
- <variable id="*y%E?7an*D*Y/df8)Def">Cors3</variable>
53
- <variable id=")w9FUSh+gIz-.utdXDui">Cors4</variable>
54
- <variable id="s;O+(5KSdR+Z:*9t[8v=">Clarinette</variable>
55
- <variable id="1xwzxmYF1C;SOHZu[^TN">FluteDebut1</variable>
56
- <variable id="~AX1yy5ew(gGU9)?b8]#">FluteDebut2</variable>
57
- <variable id="vun!0#[}8R6,l?fn-;ZO">FluteDebut3</variable>
58
- <variable id="dERXxAbLFE{SWX8UJr}(">FluteDebut4</variable>
59
- <variable id="oL;{8Tnyzq~me5hwR+TZ">FluteMilieu1</variable>
60
- <variable id="YsmU}6^3bE.B3dL@W]Pn">FluteMilieu2</variable>
61
- <variable id="UGLR%)7szRU(oMDiL5;w">FluteMilieu3</variable>
62
- <variable id="E=Da4!A~}H=~!]{i[7zR">FluteFin1</variable>
63
- <variable id="eYv~X4CTM[ghE^{qJ^X9">FluteFin2</variable>
64
- <variable id="K0Z#7SkI7#hCOi^QctN=">FluteFin3</variable>
65
- <variable id="+W(:%f]vMQd}5F#en!I*">FluteFin4</variable>
66
- <variable id="rd/ef_`yUoP?r!O[=]V8">FluteFin5</variable>
67
- <variable id="~J}FjKMh!!u_F|hJ504n">FluteFin6</variable>
68
- <variable id="d;9:i/X-/l{Nv4-mTxij">FluteNeutre1</variable>
69
- <variable id=";bwr^U=8`;D,uSxW}pAQ">FluteNeutre2</variable>
70
- <variable id="rGqGmDTT5Az/47/9pNGV">FluteNeutre3</variable>
71
- <variable id="pl@csTzrb%TdKdGpF29$">Basson</variable>
72
- <variable id="uOAtz}l~pj)fs0qY/M^}">ClarinetteDebut1</variable>
73
- <variable id="9Dk35l]-2Bj-({nn@ni*">ClarinetteDebut2</variable>
74
- <variable id="/f2MOq@U%8w8m$?p=UcM">ClarinetteDebut3</variable>
75
- <variable id="(bW.3O#|[YuOIf2]N0+h">ClarinetteMilieu1</variable>
76
- <variable id="mErur%1Ye@3@:+;5#y,s">ClarinetteMilieu2</variable>
77
- <variable id="f2H_}0pcDDcl(YlacH=s">ClarinetteMilieu3</variable>
78
- <variable id="8`/*,8KEI1*/hsG%Rj;d">ClarinetteMilieu4</variable>
79
- <variable id="(_1%8X?)cB3_oWKMxvVt">ClarinetteMilieu5</variable>
80
- <variable id="1^]fS-:ftt(ji5b.V5VD">ClarinetteFin1</variable>
81
- <variable id="eX7qfj6qssdLDuV6I;T:">ClarinetteFin2</variable>
82
- <variable id="p}iu:[$4EWfEQx789?{a">ClarinetteFin3</variable>
83
- <variable id="pCQt81ri/CiX0Gp4gr9l">Percu</variable>
84
- <variable id="sUNrfx!0Y]WSO.68lhvq">BassonDebut1</variable>
85
- <variable id="#1vex1f9WD!RXNY[ZGKi">BassonDebut2</variable>
86
- <variable id="C$(r.%i}{|-e~=f(Xcgc">BassonDebut3</variable>
87
- <variable id="s%K;T(^5C[s|2U=b{iZQ">BassonDebut4</variable>
88
- <variable id="]-W_~ZENrdQ8IF4xa,s8">BassonMilieu1</variable>
89
- <variable id="U87r=MZohAks1q?j)n(y">BassonMilieu2</variable>
90
- <variable id="ZlvBiWBezam_41}R_W[s">BassonMilieu3</variable>
91
- <variable id="BAJbZd!1KauUF-^05Ut`">BassonMilieu4</variable>
92
- <variable id="#~%D`koq@`5W=AiVlIPe">BassonMilieu5</variable>
93
- <variable id="|rA!)8/$=[YxSka_wlBR">BassonNeutre1</variable>
94
- <variable id="=IcEQh;slx0m}o/g,HFT">BassonNeutre2</variable>
95
- <variable id=")0[[S8793#XYCIwK+ijP">transTrompette</variable>
96
- <variable id="U8Kmd,7Zhm/OReUyS(PS">Percu1</variable>
97
- <variable id="+zFed-%PBxRXaEXmJP,5">Percu2</variable>
98
- <variable id="fJ-:3A`_wk,)_wh=xqq[">Percu3</variable>
99
- <variable id="){-Aet=A7)37b?-w;/GG">Percu4</variable>
100
- <variable id="G,0/1lNF8I4xHQQqiyd9">Percu5</variable>
101
- <variable id="}JiyHwaQTZKWjB.HPGN0">Percu6</variable>
102
- <variable id="zzvjKlpUOm[n[xeD+v1N">Percu7</variable>
103
- <variable id="z-Qa1KuI7?0B#:xGU*pt">tick</variable>
104
- <variable id="?HLc?q_LCnpY{8qtMa|7">NappeCello</variable>
105
- <variable id="vHB5H%_JFC.fs9rfDv,|">NappeCTB</variable>
106
- <variable id="Sq35I7Y75to,Z/07mO-.">NappeAlto</variable>
107
- <variable id="y-H.g/3kR6()SkOa/^bz">NappeViolons</variable>
108
- <variable id="C-,RWqd,?8ZTw;4W.by(">S1Action</variable>
109
- <variable id="XH(zUZV~,(^}gsE~pZKg">S2Action</variable>
110
- </variables>
111
- <block type="hh_ORCHESTRATION" id="0@BafVfo7#851nU7dEdR" x="71" y="50">
112
- <statement name="MODULES">
113
- <block type="tank" id="/U[0es|BSlh|@;^NYat%" collapsed="true">
114
- <field name="groupeClient">255</field>
115
- <statement name="SIGNAL">
116
- <block type="variables_set" id="iWhXTgjII4d;{=5M6/d}">
117
- <field name="VAR" id="RS_P2yd%BqoVF1;:=ex5">Violons</field>
118
- <value name="VALUE">
119
- <block type="lists_create_with" id="{]s4qs;7ndEO,+%.B9?l">
120
- <mutation items="15"></mutation>
121
- <value name="ADD0">
122
- <block type="variables_get" id="LE7,g:;0]SEk5lP:_O9R">
123
- <field name="VAR" id="/sImT~F4q#fX`y=Y{[ly">ViolonsIntro1</field>
124
- </block>
125
- </value>
126
- <value name="ADD1">
127
- <block type="variables_get" id="inLSvrQ#xvh:B$;K!.jN">
128
- <field name="VAR" id="a$NB.qgj10a;V%JuX(Im">ViolonsIntro2</field>
129
- </block>
130
- </value>
131
- <value name="ADD2">
132
- <block type="variables_get" id="%,QYpm%IfUm6ch?QRqSp">
133
- <field name="VAR" id="0Sj(X3e9wq5va.M8+JF$">ViolonsIntro3</field>
134
- </block>
135
- </value>
136
- <value name="ADD3">
137
- <block type="variables_get" id="Jl1+U3Ux$F0g^%Eb[}10">
138
- <field name="VAR" id="XJ4-)aW;.YP,P+El}1l#">ViolonsIntro4</field>
139
- </block>
140
- </value>
141
- <value name="ADD4">
142
- <block type="variables_get" id="8d-T@zfX0|!j!cV6_:ZL">
143
- <field name="VAR" id="}eb1EWc/)|!}fQJ?8+bj">ViolonsIntro5</field>
144
- </block>
145
- </value>
146
- <value name="ADD5">
147
- <block type="variables_get" id=",9ywPnC*365;sn-43{zb">
148
- <field name="VAR" id="izX~.BUG)3./u9if5NT+">ViolonsIntro6</field>
149
- </block>
150
- </value>
151
- <value name="ADD6">
152
- <block type="variables_get" id="ynbxLkjCK=ff3;YRh,%*">
153
- <field name="VAR" id="T:(D7Ej~eL*r@8Tj,oC?">ViolonsMilieu1</field>
154
- </block>
155
- </value>
156
- <value name="ADD7">
157
- <block type="variables_get" id="E)mt-SvAj$VL(Uq^]^1^">
158
- <field name="VAR" id="1P]B$dm7m*qYHZ?rK88V">ViolonsMilieu2</field>
159
- </block>
160
- </value>
161
- <value name="ADD8">
162
- <block type="variables_get" id="DIoW#!7@Y$D]aU$;F$c7">
163
- <field name="VAR" id="=PPcQ|%p5UmLvuo@@MgS">ViolonsMilieu3</field>
164
- </block>
165
- </value>
166
- <value name="ADD9">
167
- <block type="variables_get" id="%E$e7-IEYB)r^CwrH:Fi">
168
- <field name="VAR" id="_g~q=+K3p:u0LJ*[TOJB">ViolonsMilieu4</field>
169
- </block>
170
- </value>
171
- <value name="ADD10">
172
- <block type="variables_get" id="s:iWf3GHgB%.P.:tN1oU">
173
- <field name="VAR" id="k*9@+jN/nO7k.7V*)})4">ViolonsFin1</field>
174
- </block>
175
- </value>
176
- <value name="ADD11">
177
- <block type="variables_get" id="8rAB[g}:j?067SXNnU/.">
178
- <field name="VAR" id="ZsQKC3$o-^Xin?};Uq@y">ViolonsFin2</field>
179
- </block>
180
- </value>
181
- <value name="ADD12">
182
- <block type="variables_get" id="`#[GZ9a;HT(oOj*QAEg2">
183
- <field name="VAR" id="a^p~;zsB%$wzm$y~^vzD">ViolonsFin3</field>
184
- </block>
185
- </value>
186
- <value name="ADD13">
187
- <block type="variables_get" id="N7r%RpO!7V[3(R*yGvo=">
188
- <field name="VAR" id="`@et/:LzNOZPMwiluGvP">ViolonsFin4</field>
189
- </block>
190
- </value>
191
- <value name="ADD14">
192
- <block type="variables_get" id="u4=#AGG%GdGi49zD;h*:">
193
- <field name="VAR" id="N=Z:5?Atp;aFHb3;:Cj4">ViolonsFin5</field>
194
- </block>
195
- </value>
196
- </block>
197
- </value>
198
- </block>
199
- </statement>
200
- <next>
201
- <block type="tank" id="@s2q=/5L%ibUQvv+9-os" collapsed="true">
202
- <field name="groupeClient">255</field>
203
- <statement name="SIGNAL">
204
- <block type="variables_set" id="8!vl*)KdvilxyrB;c+b}">
205
- <field name="VAR" id="VoQXg8nz0~x{3v/WuJE]">Piano</field>
206
- <value name="VALUE">
207
- <block type="lists_create_with" id="NqL$1LleT[gtEiwNzXpZ">
208
- <mutation items="17"></mutation>
209
- <value name="ADD0">
210
- <block type="variables_get" id="e$G)=`^Y`%A0Cc}l]NJ~">
211
- <field name="VAR" id="aT^Y|SS?T!,-#x1_~A(q">Piano1Intro1</field>
212
- </block>
213
- </value>
214
- <value name="ADD1">
215
- <block type="variables_get" id="Wo:e#34{6sLfRIjCt)Xr">
216
- <field name="VAR" id="Aw6qM%NgSBPknDQ+3`lc">Piano1Intro2</field>
217
- </block>
218
- </value>
219
- <value name="ADD2">
220
- <block type="variables_get" id="s_ibS]O~smy[/WKIrpAd">
221
- <field name="VAR" id="s(!v()T-mT8G=F]9eH9,">Piano1Intro3</field>
222
- </block>
223
- </value>
224
- <value name="ADD3">
225
- <block type="variables_get" id="YkEBR=wOFII0h|]wAwkp">
226
- <field name="VAR" id="3.k9:ZVnEG/f9s/lx.d#">Piano1Intro4</field>
227
- </block>
228
- </value>
229
- <value name="ADD4">
230
- <block type="variables_get" id="S:66/wNbaIdvQ5K7n^fB">
231
- <field name="VAR" id="3K=4NzP)]6uypF;sfm0l">Piano1Intro5</field>
232
- </block>
233
- </value>
234
- <value name="ADD5">
235
- <block type="variables_get" id="e(tDkAlnil.GyTJ:Ua4V">
236
- <field name="VAR" id="4D:XB1cHoSITw%;A^hcw">Piano1Milieu1</field>
237
- </block>
238
- </value>
239
- <value name="ADD6">
240
- <block type="variables_get" id="|5v9N0(lV#+5!IxotLXd">
241
- <field name="VAR" id="8[9ws$^hjsT2Gq0Ncoyd">Piano1Milieu2</field>
242
- </block>
243
- </value>
244
- <value name="ADD7">
245
- <block type="variables_get" id="i_Cvy%rNBpADy#g[NW,1">
246
- <field name="VAR" id="}PexX[l#x[_ZSxDbtt0Q">Piano1Milieu3</field>
247
- </block>
248
- </value>
249
- <value name="ADD8">
250
- <block type="variables_get" id="@#${*2HK@s[C%6`5!E{p">
251
- <field name="VAR" id="P@+co5^5=_oi/Y#5(~0J">Piano1Milieu4</field>
252
- </block>
253
- </value>
254
- <value name="ADD9">
255
- <block type="variables_get" id="Ag+@r:L?PX=k!|S4{`](">
256
- <field name="VAR" id=":IQe]eMm~3#o|Zy4JS/H">Piano1Milieu5</field>
257
- </block>
258
- </value>
259
- <value name="ADD10">
260
- <block type="variables_get" id="F_jAYyS*-M/8FiWzg5bL">
261
- <field name="VAR" id="uY_]n#Z`@gtQh#GqH%kh">Piano1Milieu6</field>
262
- </block>
263
- </value>
264
- <value name="ADD11">
265
- <block type="variables_get" id="yTy49m3kn-I(Up9h/9y,">
266
- <field name="VAR" id="ZQy}kpY^TtI5j.j2AIap">Piano1Fin1</field>
267
- </block>
268
- </value>
269
- <value name="ADD12">
270
- <block type="variables_get" id="7yoYpwwHtt,{lmY8D(x/">
271
- <field name="VAR" id=";TBP`1n:KR5kSUQ$Y]hJ">Piano1Fin2</field>
272
- </block>
273
- </value>
274
- <value name="ADD13">
275
- <block type="variables_get" id="36V7$AADQSo%SiUK!6#R">
276
- <field name="VAR" id="okjwEPPWc%P^c%m$UhIb">Piano1Fin3</field>
277
- </block>
278
- </value>
279
- <value name="ADD14">
280
- <block type="variables_get" id="gtDC}8=bGEB?Ja#[O/cC">
281
- <field name="VAR" id="JpSPedha|Hnd6)~H1BzV">Piano1Fin4</field>
282
- </block>
283
- </value>
284
- <value name="ADD15">
285
- <block type="variables_get" id="pu{25wQua33,44T3t~Gn">
286
- <field name="VAR" id="fNdSfQGfSkYPf:$bhfln">Piano1Fin5</field>
287
- </block>
288
- </value>
289
- <value name="ADD16">
290
- <block type="variables_get" id="!@B?}7~i.,2kBQCf=.}W">
291
- <field name="VAR" id="X_CIX#YO:CnbjQJz/6^v">Piano1Milieu7</field>
292
- </block>
293
- </value>
294
- </block>
295
- </value>
296
- </block>
297
- </statement>
298
- <next>
299
- <block type="tank" id="M`TmK5;I0CW_z1eJ#[|p" collapsed="true">
300
- <field name="groupeClient">255</field>
301
- <statement name="SIGNAL">
302
- <block type="variables_set" id="{zbUC#l+{ADqd:tG2B%2">
303
- <field name="VAR" id="7ti$gaBSN7%EMS451Ck4">Trompette</field>
304
- <value name="VALUE">
305
- <block type="lists_create_with" id="|8arL?{}4@j0boJt!YVN">
306
- <mutation items="9"></mutation>
307
- <value name="ADD0">
308
- <block type="variables_get" id="0Ib*tq7q{d`PPE+i#M!$">
309
- <field name="VAR" id="HBqM7[~w46g$7V^8[dtB">Trompette1</field>
310
- </block>
311
- </value>
312
- <value name="ADD1">
313
- <block type="variables_get" id=")~IgMiy;8OTYn0s+v6o=">
314
- <field name="VAR" id="jcv}0cg?suc.n6J{_H5W">Trompette2</field>
315
- </block>
316
- </value>
317
- <value name="ADD2">
318
- <block type="variables_get" id="!.oejQQ4)as+f{Dx%.FP">
319
- <field name="VAR" id="^JwBLm-4Re%rZWZ,_5[Y">Trompette3</field>
320
- </block>
321
- </value>
322
- <value name="ADD3">
323
- <block type="variables_get" id="jZixX6xQy=[dSrW6_ovR">
324
- <field name="VAR" id="kL#q9]4^C*G[91MM%fTC">Trompette4</field>
325
- </block>
326
- </value>
327
- <value name="ADD4">
328
- <block type="variables_get" id="a,[K;WdFH/u(q8e(MyNd">
329
- <field name="VAR" id="uc3+)$odk(,`_ryVe-=/">Trompette5</field>
330
- </block>
331
- </value>
332
- <value name="ADD5">
333
- <block type="variables_get" id="15]26?=g1?hhSF+Dei,#">
334
- <field name="VAR" id="1{jFt{*:+[Ia3w]%08QR">Trompette6</field>
335
- </block>
336
- </value>
337
- <value name="ADD6">
338
- <block type="variables_get" id="{~*X]|,efj]0*Q)e@d3X">
339
- <field name="VAR" id="*eP=AUivNeDxW=vh#Afc">Trompette7</field>
340
- </block>
341
- </value>
342
- <value name="ADD7">
343
- <block type="variables_get" id="R,u6ml$fkM_P^y_)}.*+">
344
- <field name="VAR" id="LxwlsM9;K#TEXkIJ?-[5">Trompette8</field>
345
- </block>
346
- </value>
347
- <value name="ADD8">
348
- <block type="variables_get" id=":z_$j~~pYwB:B|mvUzWY">
349
- <field name="VAR" id=";,e4lcT^d{*2jn*luJPp">Trompette9</field>
350
- </block>
351
- </value>
352
- </block>
353
- </value>
354
- </block>
355
- </statement>
356
- <next>
357
- <block type="tank" id="fh1`~q8BQ?M`ur?UpDoI" collapsed="true">
358
- <field name="groupeClient">255</field>
359
- <statement name="SIGNAL">
360
- <block type="variables_set" id="a=kt3du)GY/xvFcK1_s~">
361
- <field name="VAR" id="#AJMd1Fw@|D~I)m`H%=o">Cors</field>
362
- <value name="VALUE">
363
- <block type="lists_create_with" id="eHs1G$_d4#?5a@2Es}RJ">
364
- <mutation items="4"></mutation>
365
- <value name="ADD0">
366
- <block type="variables_get" id="s=G.C=7Q8hWU2oRS}yMq">
367
- <field name="VAR" id="#7Dx3L0Tfq)]Ujm^Dl.S">Cors1</field>
368
- </block>
369
- </value>
370
- <value name="ADD1">
371
- <block type="variables_get" id="w)NHG+h|@nu[(ysff4eb">
372
- <field name="VAR" id="A!mss}Og%Q;2@KXW*7Yw">Cors2</field>
373
- </block>
374
- </value>
375
- <value name="ADD2">
376
- <block type="variables_get" id="e9I98*WXcE:P[0ypWgh]">
377
- <field name="VAR" id="*y%E?7an*D*Y/df8)Def">Cors3</field>
378
- </block>
379
- </value>
380
- <value name="ADD3">
381
- <block type="variables_get" id="RPBVF]KS:)_$AUpsf/lD">
382
- <field name="VAR" id=")w9FUSh+gIz-.utdXDui">Cors4</field>
383
- </block>
384
- </value>
385
- </block>
386
- </value>
387
- </block>
388
- </statement>
389
- <next>
390
- <block type="tank" id="2x2V^QaF8U4uTPrQPN`F" collapsed="true">
391
- <field name="groupeClient">255</field>
392
- <statement name="SIGNAL">
393
- <block type="variables_set" id="^RJt@jzi/apn5P3_8i!f">
394
- <field name="VAR" id="i{JElI[l7Au]=lI6IT5r">Flute</field>
395
- <value name="VALUE">
396
- <block type="lists_create_with" id="E}qW:43V9%FC^TlgS!$C">
397
- <mutation items="16"></mutation>
398
- <value name="ADD0">
399
- <block type="variables_get" id="G7Mf(r%iv0G=F/{3-;!]">
400
- <field name="VAR" id="1xwzxmYF1C;SOHZu[^TN">FluteDebut1</field>
401
- </block>
402
- </value>
403
- <value name="ADD1">
404
- <block type="variables_get" id="=IXK+Jpt^~{[Z:,`Lz|%">
405
- <field name="VAR" id="~AX1yy5ew(gGU9)?b8]#">FluteDebut2</field>
406
- </block>
407
- </value>
408
- <value name="ADD2">
409
- <block type="variables_get" id="l?)}w{7Buu:o(,VYCv9q">
410
- <field name="VAR" id="vun!0#[}8R6,l?fn-;ZO">FluteDebut3</field>
411
- </block>
412
- </value>
413
- <value name="ADD3">
414
- <block type="variables_get" id="gD,W1SIQOs(~XA-BwQJK">
415
- <field name="VAR" id="dERXxAbLFE{SWX8UJr}(">FluteDebut4</field>
416
- </block>
417
- </value>
418
- <value name="ADD4">
419
- <block type="variables_get" id="z@U+ETxOM},AkM61Qo3u">
420
- <field name="VAR" id="oL;{8Tnyzq~me5hwR+TZ">FluteMilieu1</field>
421
- </block>
422
- </value>
423
- <value name="ADD5">
424
- <block type="variables_get" id="lh15TB%/7q:@EOypVF.T">
425
- <field name="VAR" id="YsmU}6^3bE.B3dL@W]Pn">FluteMilieu2</field>
426
- </block>
427
- </value>
428
- <value name="ADD6">
429
- <block type="variables_get" id="d@4N=EhZXZgjq|r*iTY)">
430
- <field name="VAR" id="UGLR%)7szRU(oMDiL5;w">FluteMilieu3</field>
431
- </block>
432
- </value>
433
- <value name="ADD7">
434
- <block type="variables_get" id="P.Eq$o:iAaThEOMP5c+/">
435
- <field name="VAR" id="E=Da4!A~}H=~!]{i[7zR">FluteFin1</field>
436
- </block>
437
- </value>
438
- <value name="ADD8">
439
- <block type="variables_get" id="R_eg445(*}`+)CY(fHH}">
440
- <field name="VAR" id="eYv~X4CTM[ghE^{qJ^X9">FluteFin2</field>
441
- </block>
442
- </value>
443
- <value name="ADD9">
444
- <block type="variables_get" id="GWO?ebVvSXct)x9Z40C+">
445
- <field name="VAR" id="K0Z#7SkI7#hCOi^QctN=">FluteFin3</field>
446
- </block>
447
- </value>
448
- <value name="ADD10">
449
- <block type="variables_get" id="p`BUX]j|ND=A:~:_;4L0">
450
- <field name="VAR" id="+W(:%f]vMQd}5F#en!I*">FluteFin4</field>
451
- </block>
452
- </value>
453
- <value name="ADD11">
454
- <block type="variables_get" id=";^l_qgH))A{^VAuV$_wB">
455
- <field name="VAR" id="rd/ef_`yUoP?r!O[=]V8">FluteFin5</field>
456
- </block>
457
- </value>
458
- <value name="ADD12">
459
- <block type="variables_get" id="gPAu6/Aep3Cih12rEEnh">
460
- <field name="VAR" id="~J}FjKMh!!u_F|hJ504n">FluteFin6</field>
461
- </block>
462
- </value>
463
- <value name="ADD13">
464
- <block type="variables_get" id="RE+E7YH7[z*`)f^F)Are">
465
- <field name="VAR" id="d;9:i/X-/l{Nv4-mTxij">FluteNeutre1</field>
466
- </block>
467
- </value>
468
- <value name="ADD14">
469
- <block type="variables_get" id="HOY)G#]#Gw6vIlrf%([B">
470
- <field name="VAR" id=";bwr^U=8`;D,uSxW}pAQ">FluteNeutre2</field>
471
- </block>
472
- </value>
473
- <value name="ADD15">
474
- <block type="variables_get" id="N%B{jikB]vk7BSU7z^I-">
475
- <field name="VAR" id="rGqGmDTT5Az/47/9pNGV">FluteNeutre3</field>
476
- </block>
477
- </value>
478
- </block>
479
- </value>
480
- </block>
481
- </statement>
482
- <next>
483
- <block type="tank" id="q5Qixa=5%)~wlcDzpmLB" collapsed="true">
484
- <field name="groupeClient">255</field>
485
- <statement name="SIGNAL">
486
- <block type="variables_set" id="u2$y{,wAyw=zRBW6)eU:">
487
- <field name="VAR" id="s;O+(5KSdR+Z:*9t[8v=">Clarinette</field>
488
- <value name="VALUE">
489
- <block type="lists_create_with" id="PR@wOoT03./}Z~s_$K)`">
490
- <mutation items="11"></mutation>
491
- <value name="ADD0">
492
- <block type="variables_get" id="B~,1x-1Qtdize9sF%O%F">
493
- <field name="VAR" id="uOAtz}l~pj)fs0qY/M^}">ClarinetteDebut1</field>
494
- </block>
495
- </value>
496
- <value name="ADD1">
497
- <block type="variables_get" id="#r,,Y$fLHV0s{jYq=vW`">
498
- <field name="VAR" id="9Dk35l]-2Bj-({nn@ni*">ClarinetteDebut2</field>
499
- </block>
500
- </value>
501
- <value name="ADD2">
502
- <block type="variables_get" id="Ik_@CxT!(zr:6(b]a-so">
503
- <field name="VAR" id="/f2MOq@U%8w8m$?p=UcM">ClarinetteDebut3</field>
504
- </block>
505
- </value>
506
- <value name="ADD3">
507
- <block type="variables_get" id="LSu3],eho~5jPiKi3JJ0">
508
- <field name="VAR" id="(bW.3O#|[YuOIf2]N0+h">ClarinetteMilieu1</field>
509
- </block>
510
- </value>
511
- <value name="ADD4">
512
- <block type="variables_get" id="r)}V|822VW9ApSV|T{Of">
513
- <field name="VAR" id="mErur%1Ye@3@:+;5#y,s">ClarinetteMilieu2</field>
514
- </block>
515
- </value>
516
- <value name="ADD5">
517
- <block type="variables_get" id="h3m*9OJ/5R_4]ie?K)_4">
518
- <field name="VAR" id="f2H_}0pcDDcl(YlacH=s">ClarinetteMilieu3</field>
519
- </block>
520
- </value>
521
- <value name="ADD6">
522
- <block type="variables_get" id="iY,EgU%mT|jHeOTX@6@{">
523
- <field name="VAR" id="8`/*,8KEI1*/hsG%Rj;d">ClarinetteMilieu4</field>
524
- </block>
525
- </value>
526
- <value name="ADD7">
527
- <block type="variables_get" id="TrrMgH/=o(HI.V}d?UW~">
528
- <field name="VAR" id="(_1%8X?)cB3_oWKMxvVt">ClarinetteMilieu5</field>
529
- </block>
530
- </value>
531
- <value name="ADD8">
532
- <block type="variables_get" id="W[`)Ws8A.1WQxVkdd{#s">
533
- <field name="VAR" id="1^]fS-:ftt(ji5b.V5VD">ClarinetteFin1</field>
534
- </block>
535
- </value>
536
- <value name="ADD9">
537
- <block type="variables_get" id="/W!KxU7_57${xSHx7PY]">
538
- <field name="VAR" id="eX7qfj6qssdLDuV6I;T:">ClarinetteFin2</field>
539
- </block>
540
- </value>
541
- <value name="ADD10">
542
- <block type="variables_get" id="Lc-}Foqo~I1C19~rM,1d">
543
- <field name="VAR" id="p}iu:[$4EWfEQx789?{a">ClarinetteFin3</field>
544
- </block>
545
- </value>
546
- </block>
547
- </value>
548
- </block>
549
- </statement>
550
- <next>
551
- <block type="tank" id="Y)2v5lVD#uB%y/Z)PXJy" collapsed="true">
552
- <field name="groupeClient">255</field>
553
- <statement name="SIGNAL">
554
- <block type="variables_set" id="j:?zF4gYPot(cUG(Q345">
555
- <field name="VAR" id="pl@csTzrb%TdKdGpF29$">Basson</field>
556
- <value name="VALUE">
557
- <block type="lists_create_with" id="3Y!wd:K;u2JK?,uOQcw=">
558
- <mutation items="11"></mutation>
559
- <value name="ADD0">
560
- <block type="variables_get" id="sI8l(AvcP6)(z6Qq/lCz">
561
- <field name="VAR" id="sUNrfx!0Y]WSO.68lhvq">BassonDebut1</field>
562
- </block>
563
- </value>
564
- <value name="ADD1">
565
- <block type="variables_get" id="|^20z;GJt:}N-FT69KdY">
566
- <field name="VAR" id="#1vex1f9WD!RXNY[ZGKi">BassonDebut2</field>
567
- </block>
568
- </value>
569
- <value name="ADD2">
570
- <block type="variables_get" id="?}|(ZzS$zx6i5J%Y5-Us">
571
- <field name="VAR" id="C$(r.%i}{|-e~=f(Xcgc">BassonDebut3</field>
572
- </block>
573
- </value>
574
- <value name="ADD3">
575
- <block type="variables_get" id="|g1g]?sJ#sOX}Ju{sVPi">
576
- <field name="VAR" id="s%K;T(^5C[s|2U=b{iZQ">BassonDebut4</field>
577
- </block>
578
- </value>
579
- <value name="ADD4">
580
- <block type="variables_get" id="^O;1N3,%DCw(_fGym5g|">
581
- <field name="VAR" id="]-W_~ZENrdQ8IF4xa,s8">BassonMilieu1</field>
582
- </block>
583
- </value>
584
- <value name="ADD5">
585
- <block type="variables_get" id=",ZS--IYu}}HFOCu7JS~N">
586
- <field name="VAR" id="U87r=MZohAks1q?j)n(y">BassonMilieu2</field>
587
- </block>
588
- </value>
589
- <value name="ADD6">
590
- <block type="variables_get" id="w!vzO+$eA_U!KGuJl!9R">
591
- <field name="VAR" id="ZlvBiWBezam_41}R_W[s">BassonMilieu3</field>
592
- </block>
593
- </value>
594
- <value name="ADD7">
595
- <block type="variables_get" id="=?(?MuIJO}hCnpLBxD.~">
596
- <field name="VAR" id="BAJbZd!1KauUF-^05Ut`">BassonMilieu4</field>
597
- </block>
598
- </value>
599
- <value name="ADD8">
600
- <block type="variables_get" id="!@O.v|2F7LiUX`3%C{Er">
601
- <field name="VAR" id="#~%D`koq@`5W=AiVlIPe">BassonMilieu5</field>
602
- </block>
603
- </value>
604
- <value name="ADD9">
605
- <block type="variables_get" id="nyd5{Kp:@O:yN%[i4CI!">
606
- <field name="VAR" id="|rA!)8/$=[YxSka_wlBR">BassonNeutre1</field>
607
- </block>
608
- </value>
609
- <value name="ADD10">
610
- <block type="variables_get" id="(]r=m]Ue%a,CLkU7lfK_">
611
- <field name="VAR" id="=IcEQh;slx0m}o/g,HFT">BassonNeutre2</field>
612
- </block>
613
- </value>
614
- </block>
615
- </value>
616
- </block>
617
- </statement>
618
- <next>
619
- <block type="tank" id="p3x`%0]wmeR:Lb+BMSiw" collapsed="true">
620
- <field name="groupeClient">255</field>
621
- <statement name="SIGNAL">
622
- <block type="variables_set" id="x*1Ua~_gqA.9?g:$C=o[">
623
- <field name="VAR" id="pCQt81ri/CiX0Gp4gr9l">Percu</field>
624
- <value name="VALUE">
625
- <block type="lists_create_with" id=";;.tR.eK_oouQ_d_N7I@">
626
- <mutation items="7"></mutation>
627
- <value name="ADD0">
628
- <block type="variables_get" id="]KzbY1T;oM+DIp[[]0He">
629
- <field name="VAR" id="U8Kmd,7Zhm/OReUyS(PS">Percu1</field>
630
- </block>
631
- </value>
632
- <value name="ADD1">
633
- <block type="variables_get" id="xP?LIzF@yH~DOJgFB_QN">
634
- <field name="VAR" id="+zFed-%PBxRXaEXmJP,5">Percu2</field>
635
- </block>
636
- </value>
637
- <value name="ADD2">
638
- <block type="variables_get" id="*g:+9jAR:b@9.=:)vyd+">
639
- <field name="VAR" id="fJ-:3A`_wk,)_wh=xqq[">Percu3</field>
640
- </block>
641
- </value>
642
- <value name="ADD3">
643
- <block type="variables_get" id="5R=[%_[aiwMcUY-!pq]-">
644
- <field name="VAR" id="){-Aet=A7)37b?-w;/GG">Percu4</field>
645
- </block>
646
- </value>
647
- <value name="ADD4">
648
- <block type="variables_get" id="_XHRU|9c/Y{lIsnyJ%#$">
649
- <field name="VAR" id="G,0/1lNF8I4xHQQqiyd9">Percu5</field>
650
- </block>
651
- </value>
652
- <value name="ADD5">
653
- <block type="variables_get" id="I4{/ZMbFF71F1o)nL|m/">
654
- <field name="VAR" id="}JiyHwaQTZKWjB.HPGN0">Percu6</field>
655
- </block>
656
- </value>
657
- <value name="ADD6">
658
- <block type="variables_get" id="b5GC8Io=m6]^/d=Xt|9k">
659
- <field name="VAR" id="zzvjKlpUOm[n[xeD+v1N">Percu7</field>
660
- </block>
661
- </value>
662
- </block>
663
- </value>
664
- </block>
665
- </statement>
666
- <next>
667
- <block type="hh_module" id="hcv3.BnP5QWOyhgIK`Y@">
668
- <value name="NAME">
669
- <block type="variables_get" id="ZF8dO8?avH~hpUZa/%[Q">
670
- <field name="VAR" id=")0[[S8793#XYCIwK+ijP">transTrompette</field>
671
- </block>
672
- </value>
673
- <statement name="SIGNALS">
674
- <block type="hh_declare_signal" id="5Fa@xXk%KC!:sVzu60:x">
675
- <field name="TYPE">IN</field>
676
- <value name="signal">
677
- <block type="variables_get" id="k$?I8gx(|QrM4sYucE*+">
678
- <field name="VAR" id="OHt_yz*O+`KDZ0MS0H@b">stopTransTrompette</field>
679
- </block>
680
- </value>
681
- <next>
682
- <block type="hh_declare_signal" id="(XMU_or{ORh2(-=x|Buz">
683
- <field name="TYPE">IN</field>
684
- <value name="signal">
685
- <block type="variables_get" id="$p%PZ_P(TH+9w~heq_qS">
686
- <field name="VAR" id="z-Qa1KuI7?0B#:xGU*pt">tick</field>
687
- </block>
688
- </value>
689
- </block>
690
- </next>
691
- </block>
692
- </statement>
693
- <statement name="BODY">
694
- <block type="hh_abort" id="cIj58s0j!Z]8|XDAp;#v">
695
- <field name="TIMES">1</field>
696
- <value name="SIGNAL">
697
- <block type="variables_get" id="ib(b/B)N,OpweryTSe1[">
698
- <field name="VAR" id="OHt_yz*O+`KDZ0MS0H@b">stopTransTrompette</field>
699
- </block>
700
- </value>
701
- <statement name="BODY">
702
- <block type="hh_loop" id="cQQg-M(8%`UlxDPs+6a]">
703
- <statement name="BODY">
704
- <block type="reset_transpose" id=")G,(s_Y^Bn4B{NC^=/m|">
705
- <field name="channelMidi">1</field>
706
- <field name="CCInstr">65</field>
707
- <next>
708
- <block type="hh_wait_for" id="89Xc;,i5cKO8sKW+jkC*">
709
- <field name="TIMES">2</field>
710
- <value name="SIGNAL">
711
- <block type="variables_get" id="M1oVbsO9od2agijCdGM}">
712
- <field name="VAR" id="z-Qa1KuI7?0B#:xGU*pt">tick</field>
713
- </block>
714
- </value>
715
- <next>
716
- <block type="transpose" id="9RNpQbYW48Ru1k*na$!g">
717
- <field name="channelMidi">1</field>
718
- <field name="CCInstr">65</field>
719
- <field name="valeur">1</field>
720
- <next>
721
- <block type="hh_wait_for" id="A3}!QA6-L!]#R[%-vnJ2">
722
- <field name="TIMES">2</field>
723
- <value name="SIGNAL">
724
- <block type="variables_get" id="?bJL4OL4kddz~j%*}9di">
725
- <field name="VAR" id="z-Qa1KuI7?0B#:xGU*pt">tick</field>
726
- </block>
727
- </value>
728
- <next>
729
- <block type="transpose" id="seGURgD[tBI+S({37(i0">
730
- <field name="channelMidi">1</field>
731
- <field name="CCInstr">65</field>
732
- <field name="valeur">1</field>
733
- <next>
734
- <block type="hh_wait_for" id="XP2%fjZw35n%dyLds)dH">
735
- <field name="TIMES">2</field>
736
- <value name="SIGNAL">
737
- <block type="variables_get" id="$/A1yi~Z#.~IP8:kEjaL">
738
- <field name="VAR" id="z-Qa1KuI7?0B#:xGU*pt">tick</field>
739
- </block>
740
- </value>
741
- <next>
742
- <block type="transpose" id="D^P2DAXP$.=bRMez^f=f">
743
- <field name="channelMidi">1</field>
744
- <field name="CCInstr">65</field>
745
- <field name="valeur">-1</field>
746
- <next>
747
- <block type="hh_wait_for" id="?0k9GAMU=,HMix-GRzZ.">
748
- <field name="TIMES">2</field>
749
- <value name="SIGNAL">
750
- <block type="variables_get" id="U%`_yOjMpD}NHbgKI0wB">
751
- <field name="VAR" id="z-Qa1KuI7?0B#:xGU*pt">tick</field>
752
- </block>
753
- </value>
754
- <next>
755
- <block type="transpose" id="QcrzD8RMGQ}/=@9K:H+C">
756
- <field name="channelMidi">1</field>
757
- <field name="CCInstr">65</field>
758
- <field name="valeur">-1</field>
759
- </block>
760
- </next>
761
- </block>
762
- </next>
763
- </block>
764
- </next>
765
- </block>
766
- </next>
767
- </block>
768
- </next>
769
- </block>
770
- </next>
771
- </block>
772
- </next>
773
- </block>
774
- </next>
775
- </block>
776
- </statement>
777
- </block>
778
- </statement>
779
- </block>
780
- </statement>
781
- </block>
782
- </next>
783
- </block>
784
- </next>
785
- </block>
786
- </next>
787
- </block>
788
- </next>
789
- </block>
790
- </next>
791
- </block>
792
- </next>
793
- </block>
794
- </next>
795
- </block>
796
- </next>
797
- </block>
798
- </statement>
799
- <statement name="SIGNALS">
800
- <block type="hh_declare_signal" id="e`sF;Z@$JH|=+^`}B99h">
801
- <field name="TYPE">INOUT</field>
802
- <value name="signal">
803
- <block type="variables_get" id="(f31o?t**w#s`|SV4,#H">
804
- <field name="VAR" id="OHt_yz*O+`KDZ0MS0H@b">stopTransTrompette</field>
805
- </block>
806
- </value>
807
- </block>
808
- </statement>
809
- <statement name="BODY">
810
- <block type="addSceneScore" id="MSBkvDbi9blXOMvpOZEa">
811
- <field name="number">1</field>
812
- <next>
813
- <block type="set_timer_division" id="_cXVh!w}:#fpxhKY|~)F">
814
- <field name="timer">1</field>
815
- <next>
816
- <block type="set_score_policy" id="=)6xFOv*,L*Bm-~+Aee|">
817
- <field name="policy">1</field>
818
- <next>
819
- <block type="tempo_parameters" id="R5E,TP/eC|aQ!O3*:tWR">
820
- <field name="channelTempo">1</field>
821
- <field name="CCTempo">100</field>
822
- <field name="MaxTempo">160</field>
823
- <field name="MinTempo">40</field>
824
- <next>
825
- <block type="set_tempo" id="sJE|zx1Dgw;yv?KQMKA9">
826
- <field name="tempo">90</field>
827
- <next>
828
- <block type="run_tank_waiting_for_patterns" id="R}fAVce7EKbA{xh,hkT3">
829
- <value name="TANKS">
830
- <block type="variables_get" id="Eo#j2}9.za@)h+]C|KFd">
831
- <field name="VAR" id="VoQXg8nz0~x{3v/WuJE]">Piano</field>
832
- </block>
833
- </value>
834
- <value name="IN_PATTERNS_LIST">
835
- <block type="text" id=")h,CCjDPAT6Y+YWoz.L@">
836
- <field name="TEXT">Rubinstein</field>
837
- </block>
838
- </value>
839
- <next>
840
- <block type="addSceneScore" id="_ds#iFX^cOc`7Nhd.(wB">
841
- <field name="number">1</field>
842
- <next>
843
- <block type="send_midi_cc" id="s$]t,cl2),9WHEyNGJ|v" disabled="true">
844
- <field name="channelMidi">1</field>
845
- <field name="CCMidi">80</field>
846
- <field name="valueMidi">0</field>
847
- <next>
848
- <block type="hh_fork" id="t`Cxnx+@BL__]*Lgk]3f">
849
- <statement name="BODY">
850
- <block type="hh_sequence" id="5AF-tSEWn44,hFMob|-7">
851
- <statement name="BODY">
852
- <block type="move_tempo" id="[=Ul.zaPjkv+~R8`6apf">
853
- <field name="VALUE">1</field>
854
- <field name="LIMIT">5</field>
855
- <field name="EVERY">1</field>
856
- <value name="SIGNAL">
857
- <block type="variables_get" id="iF)i#_J!Le@_E9.Q$a_a">
858
- <field name="VAR" id="z-Qa1KuI7?0B#:xGU*pt">tick</field>
859
- </block>
860
- </value>
861
- </block>
862
- </statement>
863
- <next>
864
- <block type="hh_sequence" id="K3C:jm;9f(v!^dXU)=TW">
865
- <statement name="BODY">
866
- <block type="hh_fork" id="dM%ZF6|,YFpxR(4d$u$X">
867
- <statement name="BODY">
868
- <block type="hh_print_serveur" id="UOa0BzVPFu}S@-L3d)v%">
869
- <value name="TEXT">
870
- <block type="text" id="?tOya9R1Yk*FNj@C/?8!">
871
- <field name="TEXT">---- Sequence Piano Violon</field>
872
- </block>
873
- </value>
874
- <next>
875
- <block type="open_tank" id=")Bbzd:VaQ=oPmgjgvT$w">
876
- <field name="TIMES">30</field>
877
- <value name="TANKS">
878
- <block type="variables_get" id=";:F1L8v[~^1_xHUZ:L*X">
879
- <field name="VAR" id="VoQXg8nz0~x{3v/WuJE]">Piano</field>
880
- </block>
881
- </value>
882
- <next>
883
- <block type="open_tank" id="9^;rMKGSu_k5hm(g~/xj">
884
- <field name="TIMES">30</field>
885
- <value name="TANKS">
886
- <block type="variables_get" id="}vJHi=/fF%?yesUQ=HS5">
887
- <field name="VAR" id="RS_P2yd%BqoVF1;:=ex5">Violons</field>
888
- </block>
889
- </value>
890
- <next>
891
- <block type="set_group_during_ticks" id="S)3X^b,b%[i/R~b[=!Hf">
892
- <field name="user_group">255</field>
893
- <field name="number_of_ticks">15</field>
894
- <value name="GROUPS">
895
- <block type="variables_get" id="#*[sgndDc|/K,,FJq|E8">
896
- <field name="VAR" id="?HLc?q_LCnpY{8qtMa|7">NappeCello</field>
897
- </block>
898
- </value>
899
- </block>
900
- </next>
901
- </block>
902
- </next>
903
- </block>
904
- </next>
905
- </block>
906
- </statement>
907
- <next>
908
- <block type="cleanqueues" id="mq;PuAe6**hDtax[;+#}">
909
- <next>
910
- <block type="putPatternInQueue" id="Nj(D3Fo^X~iYhq7:r;-E">
911
- <value name="message">
912
- <block type="text" id="G1;T+aP.FWPcE|1l!5u.">
913
- <field name="TEXT">RiseHit2</field>
914
- </block>
915
- </value>
916
- <next>
917
- <block type="hh_print_serveur" id="-4=9OI,HxF(`Rs~c}{3C">
918
- <value name="TEXT">
919
- <block type="text" id="@F]zr,r1V7J.eP~cqUqk">
920
- <field name="TEXT">---- Sequence Bois</field>
921
- </block>
922
- </value>
923
- <next>
924
- <block type="set_tempo" id="Vk0-SH(UNu;gI,HzA4TV">
925
- <field name="tempo">70</field>
926
- <next>
927
- <block type="random_tank" id="Sc=rBm`Zw(cnaD9g6TB!">
928
- <field name="number_of_tanks">2</field>
929
- <field name="number_of_ticks">20</field>
930
- <value name="TANKS">
931
- <block type="lists_create_with" id="zCK7^sEX~AA^4T4El2L!">
932
- <mutation items="3"></mutation>
933
- <value name="ADD0">
934
- <block type="variables_get" id="ZT:`!hu@=Y=lP9Y8Anxy">
935
- <field name="VAR" id="i{JElI[l7Au]=lI6IT5r">Flute</field>
936
- </block>
937
- </value>
938
- <value name="ADD1">
939
- <block type="variables_get" id="2=)7~,/{9jX.O~.Ey}_:">
940
- <field name="VAR" id="s;O+(5KSdR+Z:*9t[8v=">Clarinette</field>
941
- </block>
942
- </value>
943
- <value name="ADD2">
944
- <block type="variables_get" id="OW5)VyGczMAlTxVP^iK2">
945
- <field name="VAR" id="pl@csTzrb%TdKdGpF29$">Basson</field>
946
- </block>
947
- </value>
948
- </block>
949
- </value>
950
- <next>
951
- <block type="cleanqueues" id="$xyd,_?(qeTziPDYvl/t">
952
- <next>
953
- <block type="hh_print_serveur" id="M-$.f51N^!w2i;/cy-Oo">
954
- <value name="TEXT">
955
- <block type="text" id="O9bHa~X:T`sloR{B1JM[">
956
- <field name="TEXT">---- Sequence Trompette</field>
957
- </block>
958
- </value>
959
- <next>
960
- <block type="set_tempo" id="$Qic2.+8%STO$J_yTLNl">
961
- <field name="tempo">80</field>
962
- <next>
963
- <block type="hh_fork" id="$/?ap|+@Ff#r!V~S3PrV">
964
- <statement name="BODY">
965
- <block type="hh_sequence" id="v}iQrjZTcE-8MlPxli.)">
966
- <statement name="BODY">
967
- <block type="open_tank" id="7f@b?IP}exLb5n:Rdv{2">
968
- <field name="TIMES">10</field>
969
- <value name="TANKS">
970
- <block type="variables_get" id="Z4+9xT-g9^]Lc!}AZRZ5">
971
- <field name="VAR" id="7ti$gaBSN7%EMS451Ck4">Trompette</field>
972
- </block>
973
- </value>
974
- <next>
975
- <block type="hh_wait_for" id="mpbW_ModTFD~}FJ!V;8@">
976
- <field name="TIMES">5</field>
977
- <value name="SIGNAL">
978
- <block type="variables_get" id="FeJe^x(w_H_!cSOk+7vK">
979
- <field name="VAR" id="z-Qa1KuI7?0B#:xGU*pt">tick</field>
980
- </block>
981
- </value>
982
- <next>
983
- <block type="open_tank" id="[lU}$o[.9:#QF79AXjAI">
984
- <field name="TIMES">10</field>
985
- <value name="TANKS">
986
- <block type="variables_get" id="Bv#MbiN2/dv}$=7Oy?T-">
987
- <field name="VAR" id="7ti$gaBSN7%EMS451Ck4">Trompette</field>
988
- </block>
989
- </value>
990
- <next>
991
- <block type="hh_emit_value" id="1(fTGr5xjX$qYBg_.**j">
992
- <field name="Signal_Value">0</field>
993
- <value name="SIGNAL">
994
- <block type="variables_get" id="i]5o2Ke^r|kf1OwyO%!a">
995
- <field name="VAR" id="OHt_yz*O+`KDZ0MS0H@b">stopTransTrompette</field>
996
- </block>
997
- </value>
998
- </block>
999
- </next>
1000
- </block>
1001
- </next>
1002
- </block>
1003
- </next>
1004
- </block>
1005
- </statement>
1006
- <next>
1007
- <block type="hh_sequence" id="5wSDVsZh1*`@v!Z6OL(u">
1008
- <statement name="BODY">
1009
- <block type="hh_wait_for" id="Xsg0CGc1Y2LrvJ=/6}f~">
1010
- <field name="TIMES">15</field>
1011
- <value name="SIGNAL">
1012
- <block type="variables_get" id="y^p!2L/z;%wBveY?be+d">
1013
- <field name="VAR" id="z-Qa1KuI7?0B#:xGU*pt">tick</field>
1014
- </block>
1015
- </value>
1016
- <next>
1017
- <block type="hh_run" id="VtO3T.TFi0Ydl|gdm?=X">
1018
- <value name="MODULE">
1019
- <block type="variables_get" id="d3554k|L2`x$lf#tPtC}">
1020
- <field name="VAR" id=")0[[S8793#XYCIwK+ijP">transTrompette</field>
1021
- </block>
1022
- </value>
1023
- <value name="SIGNALS">
1024
- <block type="lists_create_with" id="T-15$Z5jTfM(55I;YkdT">
1025
- <mutation items="2"></mutation>
1026
- <value name="ADD0">
1027
- <block type="variables_get" id="Gp7Wo#%|[/4fqqa/^86U">
1028
- <field name="VAR" id="OHt_yz*O+`KDZ0MS0H@b">stopTransTrompette</field>
1029
- </block>
1030
- </value>
1031
- <value name="ADD1">
1032
- <block type="variables_get" id="FIWp-I{3k|hzjl2hDCov">
1033
- <field name="VAR" id="z-Qa1KuI7?0B#:xGU*pt">tick</field>
1034
- </block>
1035
- </value>
1036
- </block>
1037
- </value>
1038
- </block>
1039
- </next>
1040
- </block>
1041
- </statement>
1042
- <next>
1043
- <block type="hh_sequence" id="r2ZdImQ:k*=@932Yjuf8">
1044
- <statement name="BODY">
1045
- <block type="hh_wait_for" id="v/[sSA~]uI,j+RU$mdI3">
1046
- <field name="TIMES">5</field>
1047
- <value name="SIGNAL">
1048
- <block type="variables_get" id="y2r{i=t[l|$$g]5N(__a">
1049
- <field name="VAR" id="z-Qa1KuI7?0B#:xGU*pt">tick</field>
1050
- </block>
1051
- </value>
1052
- <next>
1053
- <block type="random_body" id="Q6U?.FM+Y3GXIat;;bm0">
1054
- <statement name="sequence1">
1055
- <block type="set_group_during_ticks" id="~;:BmM)45IUMyD-@+90O">
1056
- <field name="user_group">255</field>
1057
- <field name="number_of_ticks">10</field>
1058
- <value name="GROUPS">
1059
- <block type="variables_get" id="zy@)fn-T-`OT^wUoIZA#">
1060
- <field name="VAR" id="?HLc?q_LCnpY{8qtMa|7">NappeCello</field>
1061
- </block>
1062
- </value>
1063
- </block>
1064
- </statement>
1065
- <statement name="sequence2">
1066
- <block type="set_group_during_ticks" id="2uq.c@)WbfJFZ?r_;@VU">
1067
- <field name="user_group">255</field>
1068
- <field name="number_of_ticks">10</field>
1069
- <value name="GROUPS">
1070
- <block type="variables_get" id="=c2c_bn}.YlfCp?AuIm%">
1071
- <field name="VAR" id="vHB5H%_JFC.fs9rfDv,|">NappeCTB</field>
1072
- </block>
1073
- </value>
1074
- </block>
1075
- </statement>
1076
- </block>
1077
- </next>
1078
- </block>
1079
- </statement>
1080
- <next>
1081
- <block type="hh_sequence" id="9anR)4D|~[v~j*A[OY6J">
1082
- <statement name="BODY">
1083
- <block type="hh_wait_for" id="$Ql.,r7-wyB?[B?Y)H;[">
1084
- <field name="TIMES">10</field>
1085
- <value name="SIGNAL">
1086
- <block type="variables_get" id="K6[KqO(:a|0ybH}8)Jy1">
1087
- <field name="VAR" id="z-Qa1KuI7?0B#:xGU*pt">tick</field>
1088
- </block>
1089
- </value>
1090
- <next>
1091
- <block type="run_tank" id="@9AG+Ex`gqtAyXm}z#^4">
1092
- <value name="TANKS">
1093
- <block type="variables_get" id=")KdrS3G].+S.KDrYFoJp">
1094
- <field name="VAR" id="#AJMd1Fw@|D~I)m`H%=o">Cors</field>
1095
- </block>
1096
- </value>
1097
- </block>
1098
- </next>
1099
- </block>
1100
- </statement>
1101
- <next>
1102
- <block type="putPatternInQueue" id="9l/cDvqp*ebld6i56T2X">
1103
- <value name="message">
1104
- <block type="text" id="?+=S!*1O/0BI86l~?Ffl">
1105
- <field name="TEXT">RiseHit1</field>
1106
- </block>
1107
- </value>
1108
- <next>
1109
- <block type="cleanqueues" id="6BX|e9N6BCqRX:Sap.J+">
1110
- <next>
1111
- <block type="set_group_during_ticks" id="C}p|wk/.%22YnIHr)p`m" disabled="true">
1112
- <field name="user_group">255</field>
1113
- <field name="number_of_ticks">10</field>
1114
- <value name="GROUPS">
1115
- <block type="variables_get" id="4}bTrAgzu+1J93mQAAJ3">
1116
- <field name="VAR" id="Sq35I7Y75to,Z/07mO-.">NappeAlto</field>
1117
- </block>
1118
- </value>
1119
- <next>
1120
- <block type="set_group_during_ticks" id="zINlLk1W~sq3Titr9ZY-" disabled="true">
1121
- <field name="user_group">255</field>
1122
- <field name="number_of_ticks">10</field>
1123
- <value name="GROUPS">
1124
- <block type="variables_get" id="sH76keW]GNplsya].Qn:">
1125
- <field name="VAR" id="?HLc?q_LCnpY{8qtMa|7">NappeCello</field>
1126
- </block>
1127
- </value>
1128
- <next>
1129
- <block type="set_group_during_ticks" id="mLR{U9T53c%Y-|rHS`f9" disabled="true">
1130
- <field name="user_group">255</field>
1131
- <field name="number_of_ticks">10</field>
1132
- <value name="GROUPS">
1133
- <block type="variables_get" id="0hZtH,I-V7O^w2U_GWHB">
1134
- <field name="VAR" id="y-H.g/3kR6()SkOa/^bz">NappeViolons</field>
1135
- </block>
1136
- </value>
1137
- <next>
1138
- <block type="set_group_during_ticks" id="QhXr{EDmGTp-(;IqoA;}" disabled="true">
1139
- <field name="user_group">255</field>
1140
- <field name="number_of_ticks">10</field>
1141
- <value name="GROUPS">
1142
- <block type="variables_get" id="^P4Xxfee^KAJIgap;;*C">
1143
- <field name="VAR" id="C-,RWqd,?8ZTw;4W.by(">S1Action</field>
1144
- </block>
1145
- </value>
1146
- <next>
1147
- <block type="set_group_during_ticks" id="fX`(:;hZ6%6WzCPY1tj^" disabled="true">
1148
- <field name="user_group">255</field>
1149
- <field name="number_of_ticks">10</field>
1150
- <value name="GROUPS">
1151
- <block type="variables_get" id="dX)%g=!K(WM-,7i@`XYU">
1152
- <field name="VAR" id="XH(zUZV~,(^}gsE~pZKg">S2Action</field>
1153
- </block>
1154
- </value>
1155
- <next>
1156
- <block type="hh_print_serveur" id="~lUZr~aEI9NQl.e|IR{1">
1157
- <value name="TEXT">
1158
- <block type="text" id="(y[mIPJr[.IQ=-S2PUQD">
1159
- <field name="TEXT">---- Apres Abort transTrompette</field>
1160
- </block>
1161
- </value>
1162
- <next>
1163
- <block type="hh_print_serveur" id="#Y@r[W,Q!R^^nb,5R,r|">
1164
- <value name="TEXT">
1165
- <block type="text" id="vBtM]u|(1QF:ySbFJ@l$">
1166
- <field name="TEXT">---- Fin Opus5</field>
1167
- </block>
1168
- </value>
1169
- <next>
1170
- <block type="abort_move_tempo" id="sugq_{trKw9d,oI:ga@+" disabled="true"></block>
1171
- </next>
1172
- </block>
1173
- </next>
1174
- </block>
1175
- </next>
1176
- </block>
1177
- </next>
1178
- </block>
1179
- </next>
1180
- </block>
1181
- </next>
1182
- </block>
1183
- </next>
1184
- </block>
1185
- </next>
1186
- </block>
1187
- </next>
1188
- </block>
1189
- </next>
1190
- </block>
1191
- </next>
1192
- </block>
1193
- </next>
1194
- </block>
1195
- </next>
1196
- </block>
1197
- </statement>
1198
- </block>
1199
- </next>
1200
- </block>
1201
- </next>
1202
- </block>
1203
- </next>
1204
- </block>
1205
- </next>
1206
- </block>
1207
- </next>
1208
- </block>
1209
- </next>
1210
- </block>
1211
- </next>
1212
- </block>
1213
- </next>
1214
- </block>
1215
- </next>
1216
- </block>
1217
- </statement>
1218
- </block>
1219
- </next>
1220
- </block>
1221
- </statement>
1222
- </block>
1223
- </next>
1224
- </block>
1225
- </next>
1226
- </block>
1227
- </next>
1228
- </block>
1229
- </next>
1230
- </block>
1231
- </next>
1232
- </block>
1233
- </next>
1234
- </block>
1235
- </next>
1236
- </block>
1237
- </next>
1238
- </block>
1239
- </statement>
1240
- </block>
1241
- </xml>