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
@@ -37,239 +37,239 @@ let setSignals = function (param) {
37
37
  par=param;let interTextOUT=utilsSkini.creationInterfacesOUT(param.groupesDesSons);
38
38
  let interTextIN=utilsSkini.creationInterfacesIN(param.groupesDesSons);
39
39
  const IZsignals=['INTERFACEZ_RC','INTERFACEZ_RC0','INTERFACEZ_RC1','INTERFACEZ_RC2','INTERFACEZ_RC3','INTERFACEZ_RC4','INTERFACEZ_RC5','INTERFACEZ_RC6','INTERFACEZ_RC7','INTERFACEZ_RC8','INTERFACEZ_RC9','INTERFACEZ_RC10','INTERFACEZ_RC11'];
40
- const Piano=$$hiphop.MODULE({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':4931},'%tag':'module'},$$hiphop.SIGNAL({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':4947},'direction':'IN','name':'stopReservoir'}),$$hiphop.SIGNAL({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':4969},'direction':'IN','name':'Piano1Intro1IN'}),$$hiphop.SIGNAL({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':4994},'direction':'IN','name':'Piano1Intro2IN'}),$$hiphop.SIGNAL({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':5019},'direction':'IN','name':'Piano1Intro3IN'}),$$hiphop.SIGNAL({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':5044},'direction':'IN','name':'Piano1Intro4IN'}),$$hiphop.SIGNAL({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':5069},'direction':'IN','name':'Piano1Intro5IN'}),$$hiphop.SIGNAL({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':5094},'direction':'IN','name':'Piano1Intro6IN'}),$$hiphop.SIGNAL({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':5119},'direction':'IN','name':'Piano1Intro7IN'}),$$hiphop.SIGNAL({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':5144},'direction':'IN','name':'Piano1Milieu1IN'}),$$hiphop.SIGNAL({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':5170},'direction':'IN','name':'Piano1Milieu2IN'}),$$hiphop.SIGNAL({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':5196},'direction':'IN','name':'Piano1Milieu3IN'}),$$hiphop.SIGNAL({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':5222},'direction':'IN','name':'Piano1Milieu4IN'}),$$hiphop.SIGNAL({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':5248},'direction':'IN','name':'Piano1Milieu5IN'}),$$hiphop.SIGNAL({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':5274},'direction':'IN','name':'Piano1Milieu6IN'}),$$hiphop.SIGNAL({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':5300},'direction':'IN','name':'Piano1Milieu7IN'}),$$hiphop.SIGNAL({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':5326},'direction':'IN','name':'Piano1Fin1IN'}),$$hiphop.SIGNAL({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':5349},'direction':'IN','name':'Piano1Fin2IN'}),$$hiphop.SIGNAL({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':5372},'direction':'IN','name':'Piano1Fin3IN'}),$$hiphop.SIGNAL({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':5395},'direction':'IN','name':'Piano1Fin4IN'}),$$hiphop.SIGNAL({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':5418},'direction':'IN','name':'Piano1Fin5IN'}),$$hiphop.SIGNAL({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':5441},'direction':'IN','name':'Piano1Fin6IN'}),$$hiphop.SIGNAL({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':5464},'direction':'IN','name':'Piano1Fin7IN'}),$$hiphop.SIGNAL({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':5487},'direction':'OUT','name':'Piano1Intro1OUT'}),$$hiphop.SIGNAL({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':5514},'direction':'OUT','name':'Piano1Intro2OUT'}),$$hiphop.SIGNAL({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':5541},'direction':'OUT','name':'Piano1Intro3OUT'}),$$hiphop.SIGNAL({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':5568},'direction':'OUT','name':'Piano1Intro4OUT'}),$$hiphop.SIGNAL({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':5595},'direction':'OUT','name':'Piano1Intro5OUT'}),$$hiphop.SIGNAL({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':5622},'direction':'OUT','name':'Piano1Intro6OUT'}),$$hiphop.SIGNAL({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':5649},'direction':'OUT','name':'Piano1Intro7OUT'}),$$hiphop.SIGNAL({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':5676},'direction':'OUT','name':'Piano1Milieu1OUT'}),$$hiphop.SIGNAL({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':5704},'direction':'OUT','name':'Piano1Milieu2OUT'}),$$hiphop.SIGNAL({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':5732},'direction':'OUT','name':'Piano1Milieu3OUT'}),$$hiphop.SIGNAL({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':5760},'direction':'OUT','name':'Piano1Milieu4OUT'}),$$hiphop.SIGNAL({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':5788},'direction':'OUT','name':'Piano1Milieu5OUT'}),$$hiphop.SIGNAL({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':5816},'direction':'OUT','name':'Piano1Milieu6OUT'}),$$hiphop.SIGNAL({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':5844},'direction':'OUT','name':'Piano1Milieu7OUT'}),$$hiphop.SIGNAL({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':5872},'direction':'OUT','name':'Piano1Fin1OUT'}),$$hiphop.SIGNAL({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':5897},'direction':'OUT','name':'Piano1Fin2OUT'}),$$hiphop.SIGNAL({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':5922},'direction':'OUT','name':'Piano1Fin3OUT'}),$$hiphop.SIGNAL({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':5947},'direction':'OUT','name':'Piano1Fin4OUT'}),$$hiphop.SIGNAL({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':5972},'direction':'OUT','name':'Piano1Fin5OUT'}),$$hiphop.SIGNAL({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':5997},'direction':'OUT','name':'Piano1Fin6OUT'}),$$hiphop.SIGNAL({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':6022},'direction':'OUT','name':'Piano1Fin7OUT'}),$$hiphop.SEQUENCE({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':6045},'%tag':'dollar'},tank.makeReservoir(0,['Piano1Intro1','Piano1Intro2','Piano1Intro3','Piano1Intro4','Piano1Intro5','Piano1Intro6','Piano1Intro7','Piano1Milieu1','Piano1Milieu2','Piano1Milieu3','Piano1Milieu4','Piano1Milieu5','Piano1Milieu6','Piano1Milieu7','Piano1Fin1','Piano1Fin2','Piano1Fin3','Piano1Fin4','Piano1Fin5','Piano1Fin6','Piano1Fin7'])));
41
- const Saxo=$$hiphop.MODULE({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':6413},'%tag':'module'},$$hiphop.SIGNAL({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':6429},'direction':'IN','name':'stopReservoir'}),$$hiphop.SIGNAL({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':6451},'direction':'IN','name':'SaxIntro1IN'}),$$hiphop.SIGNAL({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':6473},'direction':'IN','name':'SaxIntro2IN'}),$$hiphop.SIGNAL({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':6495},'direction':'IN','name':'SaxIntro3IN'}),$$hiphop.SIGNAL({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':6517},'direction':'IN','name':'SaxIntro4IN'}),$$hiphop.SIGNAL({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':6539},'direction':'IN','name':'SaxIntro5IN'}),$$hiphop.SIGNAL({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':6561},'direction':'IN','name':'SaxIntro6IN'}),$$hiphop.SIGNAL({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':6583},'direction':'IN','name':'SaxIntro7IN'}),$$hiphop.SIGNAL({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':6605},'direction':'IN','name':'SaxMilieu1IN'}),$$hiphop.SIGNAL({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':6628},'direction':'IN','name':'SaxMilieu2IN'}),$$hiphop.SIGNAL({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':6651},'direction':'IN','name':'SaxMilieu3IN'}),$$hiphop.SIGNAL({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':6674},'direction':'IN','name':'SaxMilieu4IN'}),$$hiphop.SIGNAL({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':6697},'direction':'IN','name':'SaxMilieu5IN'}),$$hiphop.SIGNAL({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':6720},'direction':'IN','name':'SaxMilieu6IN'}),$$hiphop.SIGNAL({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':6743},'direction':'IN','name':'SaxMilieu7IN'}),$$hiphop.SIGNAL({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':6766},'direction':'IN','name':'SaxFin1IN'}),$$hiphop.SIGNAL({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':6786},'direction':'IN','name':'SaxFin2IN'}),$$hiphop.SIGNAL({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':6806},'direction':'IN','name':'SaxFin3IN'}),$$hiphop.SIGNAL({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':6826},'direction':'IN','name':'SaxFin4IN'}),$$hiphop.SIGNAL({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':6846},'direction':'IN','name':'SaxFin5IN'}),$$hiphop.SIGNAL({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':6866},'direction':'IN','name':'SaxFin6IN'}),$$hiphop.SIGNAL({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':6886},'direction':'IN','name':'SaxFin7IN'}),$$hiphop.SIGNAL({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':6906},'direction':'OUT','name':'SaxIntro1OUT'}),$$hiphop.SIGNAL({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':6930},'direction':'OUT','name':'SaxIntro2OUT'}),$$hiphop.SIGNAL({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':6954},'direction':'OUT','name':'SaxIntro3OUT'}),$$hiphop.SIGNAL({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':6978},'direction':'OUT','name':'SaxIntro4OUT'}),$$hiphop.SIGNAL({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':7002},'direction':'OUT','name':'SaxIntro5OUT'}),$$hiphop.SIGNAL({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':7026},'direction':'OUT','name':'SaxIntro6OUT'}),$$hiphop.SIGNAL({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':7050},'direction':'OUT','name':'SaxIntro7OUT'}),$$hiphop.SIGNAL({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':7074},'direction':'OUT','name':'SaxMilieu1OUT'}),$$hiphop.SIGNAL({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':7099},'direction':'OUT','name':'SaxMilieu2OUT'}),$$hiphop.SIGNAL({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':7124},'direction':'OUT','name':'SaxMilieu3OUT'}),$$hiphop.SIGNAL({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':7149},'direction':'OUT','name':'SaxMilieu4OUT'}),$$hiphop.SIGNAL({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':7174},'direction':'OUT','name':'SaxMilieu5OUT'}),$$hiphop.SIGNAL({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':7199},'direction':'OUT','name':'SaxMilieu6OUT'}),$$hiphop.SIGNAL({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':7224},'direction':'OUT','name':'SaxMilieu7OUT'}),$$hiphop.SIGNAL({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':7249},'direction':'OUT','name':'SaxFin1OUT'}),$$hiphop.SIGNAL({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':7271},'direction':'OUT','name':'SaxFin2OUT'}),$$hiphop.SIGNAL({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':7293},'direction':'OUT','name':'SaxFin3OUT'}),$$hiphop.SIGNAL({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':7315},'direction':'OUT','name':'SaxFin4OUT'}),$$hiphop.SIGNAL({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':7337},'direction':'OUT','name':'SaxFin5OUT'}),$$hiphop.SIGNAL({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':7359},'direction':'OUT','name':'SaxFin6OUT'}),$$hiphop.SIGNAL({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':7381},'direction':'OUT','name':'SaxFin7OUT'}),$$hiphop.SEQUENCE({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':7401},'%tag':'dollar'},tank.makeReservoir(0,['SaxIntro1','SaxIntro2','SaxIntro3','SaxIntro4','SaxIntro5','SaxIntro6','SaxIntro7','SaxMilieu1','SaxMilieu2','SaxMilieu3','SaxMilieu4','SaxMilieu5','SaxMilieu6','SaxMilieu7','SaxFin1','SaxFin2','SaxFin3','SaxFin4','SaxFin5','SaxFin6','SaxFin7'])));
42
- const Brass=$$hiphop.MODULE({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':7707},'%tag':'module'},$$hiphop.SIGNAL({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':7723},'direction':'IN','name':'stopReservoir'}),$$hiphop.SIGNAL({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':7745},'direction':'IN','name':'BrassIntro1IN'}),$$hiphop.SIGNAL({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':7769},'direction':'IN','name':'BrassIntro2IN'}),$$hiphop.SIGNAL({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':7793},'direction':'IN','name':'BrassIntro3IN'}),$$hiphop.SIGNAL({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':7817},'direction':'IN','name':'BrassIntro4IN'}),$$hiphop.SIGNAL({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':7841},'direction':'IN','name':'BrassIntro5IN'}),$$hiphop.SIGNAL({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':7865},'direction':'IN','name':'BrassIntro6IN'}),$$hiphop.SIGNAL({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':7889},'direction':'IN','name':'BrassIntro7IN'}),$$hiphop.SIGNAL({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':7913},'direction':'IN','name':'BrassMilieu1IN'}),$$hiphop.SIGNAL({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':7938},'direction':'IN','name':'BrassMilieu2IN'}),$$hiphop.SIGNAL({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':7963},'direction':'IN','name':'BrassMilieu3IN'}),$$hiphop.SIGNAL({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':7988},'direction':'IN','name':'BrassMilieu4IN'}),$$hiphop.SIGNAL({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':8013},'direction':'IN','name':'BrassMilieu5IN'}),$$hiphop.SIGNAL({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':8038},'direction':'IN','name':'BrassMilieu6IN'}),$$hiphop.SIGNAL({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':8063},'direction':'IN','name':'BrassMilieu7IN'}),$$hiphop.SIGNAL({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':8088},'direction':'IN','name':'BrassFin1IN'}),$$hiphop.SIGNAL({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':8110},'direction':'IN','name':'BrassFin2IN'}),$$hiphop.SIGNAL({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':8132},'direction':'IN','name':'BrassFin3IN'}),$$hiphop.SIGNAL({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':8154},'direction':'IN','name':'BrassFin4IN'}),$$hiphop.SIGNAL({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':8176},'direction':'IN','name':'BrassFin5IN'}),$$hiphop.SIGNAL({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':8198},'direction':'IN','name':'BrassFin6IN'}),$$hiphop.SIGNAL({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':8220},'direction':'IN','name':'BrassFin7IN'}),$$hiphop.SIGNAL({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':8242},'direction':'OUT','name':'BrassIntro1OUT'}),$$hiphop.SIGNAL({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':8268},'direction':'OUT','name':'BrassIntro2OUT'}),$$hiphop.SIGNAL({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':8294},'direction':'OUT','name':'BrassIntro3OUT'}),$$hiphop.SIGNAL({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':8320},'direction':'OUT','name':'BrassIntro4OUT'}),$$hiphop.SIGNAL({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':8346},'direction':'OUT','name':'BrassIntro5OUT'}),$$hiphop.SIGNAL({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':8372},'direction':'OUT','name':'BrassIntro6OUT'}),$$hiphop.SIGNAL({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':8398},'direction':'OUT','name':'BrassIntro7OUT'}),$$hiphop.SIGNAL({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':8424},'direction':'OUT','name':'BrassMilieu1OUT'}),$$hiphop.SIGNAL({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':8451},'direction':'OUT','name':'BrassMilieu2OUT'}),$$hiphop.SIGNAL({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':8478},'direction':'OUT','name':'BrassMilieu3OUT'}),$$hiphop.SIGNAL({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':8505},'direction':'OUT','name':'BrassMilieu4OUT'}),$$hiphop.SIGNAL({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':8532},'direction':'OUT','name':'BrassMilieu5OUT'}),$$hiphop.SIGNAL({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':8559},'direction':'OUT','name':'BrassMilieu6OUT'}),$$hiphop.SIGNAL({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':8586},'direction':'OUT','name':'BrassMilieu7OUT'}),$$hiphop.SIGNAL({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':8613},'direction':'OUT','name':'BrassFin1OUT'}),$$hiphop.SIGNAL({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':8637},'direction':'OUT','name':'BrassFin2OUT'}),$$hiphop.SIGNAL({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':8661},'direction':'OUT','name':'BrassFin3OUT'}),$$hiphop.SIGNAL({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':8685},'direction':'OUT','name':'BrassFin4OUT'}),$$hiphop.SIGNAL({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':8709},'direction':'OUT','name':'BrassFin5OUT'}),$$hiphop.SIGNAL({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':8733},'direction':'OUT','name':'BrassFin6OUT'}),$$hiphop.SIGNAL({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':8757},'direction':'OUT','name':'BrassFin7OUT'}),$$hiphop.SEQUENCE({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':8779},'%tag':'dollar'},tank.makeReservoir(0,['BrassIntro1','BrassIntro2','BrassIntro3','BrassIntro4','BrassIntro5','BrassIntro6','BrassIntro7','BrassMilieu1','BrassMilieu2','BrassMilieu3','BrassMilieu4','BrassMilieu5','BrassMilieu6','BrassMilieu7','BrassFin1','BrassFin2','BrassFin3','BrassFin4','BrassFin5','BrassFin6','BrassFin7'])));
43
- const Flute=$$hiphop.MODULE({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':9127},'%tag':'module'},$$hiphop.SIGNAL({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':9143},'direction':'IN','name':'stopReservoir'}),$$hiphop.SIGNAL({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':9165},'direction':'IN','name':'FluteIntro1IN'}),$$hiphop.SIGNAL({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':9189},'direction':'IN','name':'FluteIntro2IN'}),$$hiphop.SIGNAL({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':9213},'direction':'IN','name':'FluteIntro3IN'}),$$hiphop.SIGNAL({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':9237},'direction':'IN','name':'FluteIntro4IN'}),$$hiphop.SIGNAL({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':9261},'direction':'IN','name':'FluteIntro5IN'}),$$hiphop.SIGNAL({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':9285},'direction':'IN','name':'FluteIntro6IN'}),$$hiphop.SIGNAL({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':9309},'direction':'IN','name':'FluteIntro7IN'}),$$hiphop.SIGNAL({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':9333},'direction':'IN','name':'FluteMilieu1IN'}),$$hiphop.SIGNAL({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':9358},'direction':'IN','name':'FluteMilieu2IN'}),$$hiphop.SIGNAL({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':9383},'direction':'IN','name':'FluteMilieu3IN'}),$$hiphop.SIGNAL({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':9408},'direction':'IN','name':'FluteMilieu4IN'}),$$hiphop.SIGNAL({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':9433},'direction':'IN','name':'FluteMilieu5IN'}),$$hiphop.SIGNAL({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':9458},'direction':'IN','name':'FluteMilieu6IN'}),$$hiphop.SIGNAL({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':9483},'direction':'IN','name':'FluteMilieu7IN'}),$$hiphop.SIGNAL({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':9508},'direction':'IN','name':'FluteFin1IN'}),$$hiphop.SIGNAL({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':9530},'direction':'IN','name':'FluteFin2IN'}),$$hiphop.SIGNAL({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':9552},'direction':'IN','name':'FluteFin3IN'}),$$hiphop.SIGNAL({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':9574},'direction':'IN','name':'FluteFin4IN'}),$$hiphop.SIGNAL({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':9596},'direction':'IN','name':'FluteFin5IN'}),$$hiphop.SIGNAL({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':9618},'direction':'IN','name':'FluteFin6IN'}),$$hiphop.SIGNAL({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':9640},'direction':'IN','name':'FluteFin7IN'}),$$hiphop.SIGNAL({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':9662},'direction':'OUT','name':'FluteIntro1OUT'}),$$hiphop.SIGNAL({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':9688},'direction':'OUT','name':'FluteIntro2OUT'}),$$hiphop.SIGNAL({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':9714},'direction':'OUT','name':'FluteIntro3OUT'}),$$hiphop.SIGNAL({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':9740},'direction':'OUT','name':'FluteIntro4OUT'}),$$hiphop.SIGNAL({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':9766},'direction':'OUT','name':'FluteIntro5OUT'}),$$hiphop.SIGNAL({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':9792},'direction':'OUT','name':'FluteIntro6OUT'}),$$hiphop.SIGNAL({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':9818},'direction':'OUT','name':'FluteIntro7OUT'}),$$hiphop.SIGNAL({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':9844},'direction':'OUT','name':'FluteMilieu1OUT'}),$$hiphop.SIGNAL({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':9871},'direction':'OUT','name':'FluteMilieu2OUT'}),$$hiphop.SIGNAL({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':9898},'direction':'OUT','name':'FluteMilieu3OUT'}),$$hiphop.SIGNAL({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':9925},'direction':'OUT','name':'FluteMilieu4OUT'}),$$hiphop.SIGNAL({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':9952},'direction':'OUT','name':'FluteMilieu5OUT'}),$$hiphop.SIGNAL({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':9979},'direction':'OUT','name':'FluteMilieu6OUT'}),$$hiphop.SIGNAL({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':10006},'direction':'OUT','name':'FluteMilieu7OUT'}),$$hiphop.SIGNAL({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':10033},'direction':'OUT','name':'FluteFin1OUT'}),$$hiphop.SIGNAL({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':10057},'direction':'OUT','name':'FluteFin2OUT'}),$$hiphop.SIGNAL({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':10081},'direction':'OUT','name':'FluteFin3OUT'}),$$hiphop.SIGNAL({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':10105},'direction':'OUT','name':'FluteFin4OUT'}),$$hiphop.SIGNAL({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':10129},'direction':'OUT','name':'FluteFin5OUT'}),$$hiphop.SIGNAL({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':10153},'direction':'OUT','name':'FluteFin6OUT'}),$$hiphop.SIGNAL({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':10177},'direction':'OUT','name':'FluteFin7OUT'}),$$hiphop.SEQUENCE({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':10199},'%tag':'dollar'},tank.makeReservoir(0,['FluteIntro1','FluteIntro2','FluteIntro3','FluteIntro4','FluteIntro5','FluteIntro6','FluteIntro7','FluteMilieu1','FluteMilieu2','FluteMilieu3','FluteMilieu4','FluteMilieu5','FluteMilieu6','FluteMilieu7','FluteFin1','FluteFin2','FluteFin3','FluteFin4','FluteFin5','FluteFin6','FluteFin7'])));
44
- const Percu=$$hiphop.MODULE({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':10547},'%tag':'module'},$$hiphop.SIGNAL({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':10563},'direction':'IN','name':'stopReservoir'}),$$hiphop.SIGNAL({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':10585},'direction':'IN','name':'Percu1IN'}),$$hiphop.SIGNAL({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':10604},'direction':'IN','name':'Percu2IN'}),$$hiphop.SIGNAL({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':10623},'direction':'IN','name':'Percu3IN'}),$$hiphop.SIGNAL({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':10642},'direction':'IN','name':'Percu4IN'}),$$hiphop.SIGNAL({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':10661},'direction':'IN','name':'Percu5IN'}),$$hiphop.SIGNAL({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':10680},'direction':'IN','name':'Percu6IN'}),$$hiphop.SIGNAL({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':10699},'direction':'IN','name':'Percu7IN'}),$$hiphop.SIGNAL({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':10718},'direction':'OUT','name':'Percu1OUT'}),$$hiphop.SIGNAL({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':10739},'direction':'OUT','name':'Percu2OUT'}),$$hiphop.SIGNAL({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':10760},'direction':'OUT','name':'Percu3OUT'}),$$hiphop.SIGNAL({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':10781},'direction':'OUT','name':'Percu4OUT'}),$$hiphop.SIGNAL({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':10802},'direction':'OUT','name':'Percu5OUT'}),$$hiphop.SIGNAL({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':10823},'direction':'OUT','name':'Percu6OUT'}),$$hiphop.SIGNAL({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':10844},'direction':'OUT','name':'Percu7OUT'}),$$hiphop.SEQUENCE({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':10863},'%tag':'dollar'},tank.makeReservoir(0,['Percu1','Percu2','Percu3','Percu4','Percu5','Percu6','Percu7'])));
45
- const TransPianoEtNappe=$$hiphop.MODULE({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':12162},'%tag':'module'},$$hiphop.SIGNAL({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':12180},'direction':'INOUT','name':'tick'}),$$hiphop.LOOP({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':12200}},$$hiphop.ATOM({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':12215},'%tag':'pragma','apply':function () {
46
- transposeValue=0;oscMidiLocal.sendControlChange(param.busMidiDAW,1,74,Math.round(ratioTranspose * transposeValue + offsetTranspose));}}),$$hiphop.AWAIT({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':12560},'%tag':'await','immediate':false,'apply':new $$hiphop.DelaySig('tick','now'),'countapply':function () {
40
+ const Piano=$$hiphop.MODULE({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':4940},'%tag':'module'},$$hiphop.SIGNAL({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':4956},'direction':'IN','name':'stopReservoir'}),$$hiphop.SIGNAL({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':4978},'direction':'IN','name':'Piano1Intro1IN'}),$$hiphop.SIGNAL({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':5003},'direction':'IN','name':'Piano1Intro2IN'}),$$hiphop.SIGNAL({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':5028},'direction':'IN','name':'Piano1Intro3IN'}),$$hiphop.SIGNAL({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':5053},'direction':'IN','name':'Piano1Intro4IN'}),$$hiphop.SIGNAL({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':5078},'direction':'IN','name':'Piano1Intro5IN'}),$$hiphop.SIGNAL({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':5103},'direction':'IN','name':'Piano1Intro6IN'}),$$hiphop.SIGNAL({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':5128},'direction':'IN','name':'Piano1Intro7IN'}),$$hiphop.SIGNAL({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':5153},'direction':'IN','name':'Piano1Milieu1IN'}),$$hiphop.SIGNAL({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':5179},'direction':'IN','name':'Piano1Milieu2IN'}),$$hiphop.SIGNAL({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':5205},'direction':'IN','name':'Piano1Milieu3IN'}),$$hiphop.SIGNAL({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':5231},'direction':'IN','name':'Piano1Milieu4IN'}),$$hiphop.SIGNAL({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':5257},'direction':'IN','name':'Piano1Milieu5IN'}),$$hiphop.SIGNAL({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':5283},'direction':'IN','name':'Piano1Milieu6IN'}),$$hiphop.SIGNAL({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':5309},'direction':'IN','name':'Piano1Milieu7IN'}),$$hiphop.SIGNAL({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':5335},'direction':'IN','name':'Piano1Fin1IN'}),$$hiphop.SIGNAL({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':5358},'direction':'IN','name':'Piano1Fin2IN'}),$$hiphop.SIGNAL({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':5381},'direction':'IN','name':'Piano1Fin3IN'}),$$hiphop.SIGNAL({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':5404},'direction':'IN','name':'Piano1Fin4IN'}),$$hiphop.SIGNAL({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':5427},'direction':'IN','name':'Piano1Fin5IN'}),$$hiphop.SIGNAL({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':5450},'direction':'IN','name':'Piano1Fin6IN'}),$$hiphop.SIGNAL({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':5473},'direction':'IN','name':'Piano1Fin7IN'}),$$hiphop.SIGNAL({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':5496},'direction':'OUT','name':'Piano1Intro1OUT'}),$$hiphop.SIGNAL({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':5523},'direction':'OUT','name':'Piano1Intro2OUT'}),$$hiphop.SIGNAL({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':5550},'direction':'OUT','name':'Piano1Intro3OUT'}),$$hiphop.SIGNAL({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':5577},'direction':'OUT','name':'Piano1Intro4OUT'}),$$hiphop.SIGNAL({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':5604},'direction':'OUT','name':'Piano1Intro5OUT'}),$$hiphop.SIGNAL({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':5631},'direction':'OUT','name':'Piano1Intro6OUT'}),$$hiphop.SIGNAL({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':5658},'direction':'OUT','name':'Piano1Intro7OUT'}),$$hiphop.SIGNAL({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':5685},'direction':'OUT','name':'Piano1Milieu1OUT'}),$$hiphop.SIGNAL({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':5713},'direction':'OUT','name':'Piano1Milieu2OUT'}),$$hiphop.SIGNAL({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':5741},'direction':'OUT','name':'Piano1Milieu3OUT'}),$$hiphop.SIGNAL({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':5769},'direction':'OUT','name':'Piano1Milieu4OUT'}),$$hiphop.SIGNAL({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':5797},'direction':'OUT','name':'Piano1Milieu5OUT'}),$$hiphop.SIGNAL({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':5825},'direction':'OUT','name':'Piano1Milieu6OUT'}),$$hiphop.SIGNAL({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':5853},'direction':'OUT','name':'Piano1Milieu7OUT'}),$$hiphop.SIGNAL({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':5881},'direction':'OUT','name':'Piano1Fin1OUT'}),$$hiphop.SIGNAL({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':5906},'direction':'OUT','name':'Piano1Fin2OUT'}),$$hiphop.SIGNAL({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':5931},'direction':'OUT','name':'Piano1Fin3OUT'}),$$hiphop.SIGNAL({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':5956},'direction':'OUT','name':'Piano1Fin4OUT'}),$$hiphop.SIGNAL({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':5981},'direction':'OUT','name':'Piano1Fin5OUT'}),$$hiphop.SIGNAL({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':6006},'direction':'OUT','name':'Piano1Fin6OUT'}),$$hiphop.SIGNAL({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':6031},'direction':'OUT','name':'Piano1Fin7OUT'}),$$hiphop.SEQUENCE({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':6054},'%tag':'dollar'},tank.makeReservoir(0,['Piano1Intro1','Piano1Intro2','Piano1Intro3','Piano1Intro4','Piano1Intro5','Piano1Intro6','Piano1Intro7','Piano1Milieu1','Piano1Milieu2','Piano1Milieu3','Piano1Milieu4','Piano1Milieu5','Piano1Milieu6','Piano1Milieu7','Piano1Fin1','Piano1Fin2','Piano1Fin3','Piano1Fin4','Piano1Fin5','Piano1Fin6','Piano1Fin7'])));
41
+ const Saxo=$$hiphop.MODULE({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':6422},'%tag':'module'},$$hiphop.SIGNAL({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':6438},'direction':'IN','name':'stopReservoir'}),$$hiphop.SIGNAL({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':6460},'direction':'IN','name':'SaxIntro1IN'}),$$hiphop.SIGNAL({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':6482},'direction':'IN','name':'SaxIntro2IN'}),$$hiphop.SIGNAL({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':6504},'direction':'IN','name':'SaxIntro3IN'}),$$hiphop.SIGNAL({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':6526},'direction':'IN','name':'SaxIntro4IN'}),$$hiphop.SIGNAL({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':6548},'direction':'IN','name':'SaxIntro5IN'}),$$hiphop.SIGNAL({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':6570},'direction':'IN','name':'SaxIntro6IN'}),$$hiphop.SIGNAL({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':6592},'direction':'IN','name':'SaxIntro7IN'}),$$hiphop.SIGNAL({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':6614},'direction':'IN','name':'SaxMilieu1IN'}),$$hiphop.SIGNAL({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':6637},'direction':'IN','name':'SaxMilieu2IN'}),$$hiphop.SIGNAL({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':6660},'direction':'IN','name':'SaxMilieu3IN'}),$$hiphop.SIGNAL({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':6683},'direction':'IN','name':'SaxMilieu4IN'}),$$hiphop.SIGNAL({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':6706},'direction':'IN','name':'SaxMilieu5IN'}),$$hiphop.SIGNAL({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':6729},'direction':'IN','name':'SaxMilieu6IN'}),$$hiphop.SIGNAL({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':6752},'direction':'IN','name':'SaxMilieu7IN'}),$$hiphop.SIGNAL({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':6775},'direction':'IN','name':'SaxFin1IN'}),$$hiphop.SIGNAL({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':6795},'direction':'IN','name':'SaxFin2IN'}),$$hiphop.SIGNAL({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':6815},'direction':'IN','name':'SaxFin3IN'}),$$hiphop.SIGNAL({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':6835},'direction':'IN','name':'SaxFin4IN'}),$$hiphop.SIGNAL({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':6855},'direction':'IN','name':'SaxFin5IN'}),$$hiphop.SIGNAL({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':6875},'direction':'IN','name':'SaxFin6IN'}),$$hiphop.SIGNAL({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':6895},'direction':'IN','name':'SaxFin7IN'}),$$hiphop.SIGNAL({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':6915},'direction':'OUT','name':'SaxIntro1OUT'}),$$hiphop.SIGNAL({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':6939},'direction':'OUT','name':'SaxIntro2OUT'}),$$hiphop.SIGNAL({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':6963},'direction':'OUT','name':'SaxIntro3OUT'}),$$hiphop.SIGNAL({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':6987},'direction':'OUT','name':'SaxIntro4OUT'}),$$hiphop.SIGNAL({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':7011},'direction':'OUT','name':'SaxIntro5OUT'}),$$hiphop.SIGNAL({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':7035},'direction':'OUT','name':'SaxIntro6OUT'}),$$hiphop.SIGNAL({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':7059},'direction':'OUT','name':'SaxIntro7OUT'}),$$hiphop.SIGNAL({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':7083},'direction':'OUT','name':'SaxMilieu1OUT'}),$$hiphop.SIGNAL({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':7108},'direction':'OUT','name':'SaxMilieu2OUT'}),$$hiphop.SIGNAL({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':7133},'direction':'OUT','name':'SaxMilieu3OUT'}),$$hiphop.SIGNAL({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':7158},'direction':'OUT','name':'SaxMilieu4OUT'}),$$hiphop.SIGNAL({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':7183},'direction':'OUT','name':'SaxMilieu5OUT'}),$$hiphop.SIGNAL({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':7208},'direction':'OUT','name':'SaxMilieu6OUT'}),$$hiphop.SIGNAL({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':7233},'direction':'OUT','name':'SaxMilieu7OUT'}),$$hiphop.SIGNAL({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':7258},'direction':'OUT','name':'SaxFin1OUT'}),$$hiphop.SIGNAL({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':7280},'direction':'OUT','name':'SaxFin2OUT'}),$$hiphop.SIGNAL({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':7302},'direction':'OUT','name':'SaxFin3OUT'}),$$hiphop.SIGNAL({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':7324},'direction':'OUT','name':'SaxFin4OUT'}),$$hiphop.SIGNAL({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':7346},'direction':'OUT','name':'SaxFin5OUT'}),$$hiphop.SIGNAL({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':7368},'direction':'OUT','name':'SaxFin6OUT'}),$$hiphop.SIGNAL({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':7390},'direction':'OUT','name':'SaxFin7OUT'}),$$hiphop.SEQUENCE({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':7410},'%tag':'dollar'},tank.makeReservoir(0,['SaxIntro1','SaxIntro2','SaxIntro3','SaxIntro4','SaxIntro5','SaxIntro6','SaxIntro7','SaxMilieu1','SaxMilieu2','SaxMilieu3','SaxMilieu4','SaxMilieu5','SaxMilieu6','SaxMilieu7','SaxFin1','SaxFin2','SaxFin3','SaxFin4','SaxFin5','SaxFin6','SaxFin7'])));
42
+ const Brass=$$hiphop.MODULE({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':7716},'%tag':'module'},$$hiphop.SIGNAL({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':7732},'direction':'IN','name':'stopReservoir'}),$$hiphop.SIGNAL({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':7754},'direction':'IN','name':'BrassIntro1IN'}),$$hiphop.SIGNAL({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':7778},'direction':'IN','name':'BrassIntro2IN'}),$$hiphop.SIGNAL({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':7802},'direction':'IN','name':'BrassIntro3IN'}),$$hiphop.SIGNAL({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':7826},'direction':'IN','name':'BrassIntro4IN'}),$$hiphop.SIGNAL({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':7850},'direction':'IN','name':'BrassIntro5IN'}),$$hiphop.SIGNAL({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':7874},'direction':'IN','name':'BrassIntro6IN'}),$$hiphop.SIGNAL({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':7898},'direction':'IN','name':'BrassIntro7IN'}),$$hiphop.SIGNAL({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':7922},'direction':'IN','name':'BrassMilieu1IN'}),$$hiphop.SIGNAL({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':7947},'direction':'IN','name':'BrassMilieu2IN'}),$$hiphop.SIGNAL({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':7972},'direction':'IN','name':'BrassMilieu3IN'}),$$hiphop.SIGNAL({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':7997},'direction':'IN','name':'BrassMilieu4IN'}),$$hiphop.SIGNAL({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':8022},'direction':'IN','name':'BrassMilieu5IN'}),$$hiphop.SIGNAL({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':8047},'direction':'IN','name':'BrassMilieu6IN'}),$$hiphop.SIGNAL({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':8072},'direction':'IN','name':'BrassMilieu7IN'}),$$hiphop.SIGNAL({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':8097},'direction':'IN','name':'BrassFin1IN'}),$$hiphop.SIGNAL({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':8119},'direction':'IN','name':'BrassFin2IN'}),$$hiphop.SIGNAL({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':8141},'direction':'IN','name':'BrassFin3IN'}),$$hiphop.SIGNAL({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':8163},'direction':'IN','name':'BrassFin4IN'}),$$hiphop.SIGNAL({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':8185},'direction':'IN','name':'BrassFin5IN'}),$$hiphop.SIGNAL({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':8207},'direction':'IN','name':'BrassFin6IN'}),$$hiphop.SIGNAL({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':8229},'direction':'IN','name':'BrassFin7IN'}),$$hiphop.SIGNAL({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':8251},'direction':'OUT','name':'BrassIntro1OUT'}),$$hiphop.SIGNAL({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':8277},'direction':'OUT','name':'BrassIntro2OUT'}),$$hiphop.SIGNAL({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':8303},'direction':'OUT','name':'BrassIntro3OUT'}),$$hiphop.SIGNAL({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':8329},'direction':'OUT','name':'BrassIntro4OUT'}),$$hiphop.SIGNAL({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':8355},'direction':'OUT','name':'BrassIntro5OUT'}),$$hiphop.SIGNAL({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':8381},'direction':'OUT','name':'BrassIntro6OUT'}),$$hiphop.SIGNAL({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':8407},'direction':'OUT','name':'BrassIntro7OUT'}),$$hiphop.SIGNAL({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':8433},'direction':'OUT','name':'BrassMilieu1OUT'}),$$hiphop.SIGNAL({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':8460},'direction':'OUT','name':'BrassMilieu2OUT'}),$$hiphop.SIGNAL({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':8487},'direction':'OUT','name':'BrassMilieu3OUT'}),$$hiphop.SIGNAL({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':8514},'direction':'OUT','name':'BrassMilieu4OUT'}),$$hiphop.SIGNAL({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':8541},'direction':'OUT','name':'BrassMilieu5OUT'}),$$hiphop.SIGNAL({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':8568},'direction':'OUT','name':'BrassMilieu6OUT'}),$$hiphop.SIGNAL({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':8595},'direction':'OUT','name':'BrassMilieu7OUT'}),$$hiphop.SIGNAL({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':8622},'direction':'OUT','name':'BrassFin1OUT'}),$$hiphop.SIGNAL({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':8646},'direction':'OUT','name':'BrassFin2OUT'}),$$hiphop.SIGNAL({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':8670},'direction':'OUT','name':'BrassFin3OUT'}),$$hiphop.SIGNAL({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':8694},'direction':'OUT','name':'BrassFin4OUT'}),$$hiphop.SIGNAL({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':8718},'direction':'OUT','name':'BrassFin5OUT'}),$$hiphop.SIGNAL({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':8742},'direction':'OUT','name':'BrassFin6OUT'}),$$hiphop.SIGNAL({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':8766},'direction':'OUT','name':'BrassFin7OUT'}),$$hiphop.SEQUENCE({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':8788},'%tag':'dollar'},tank.makeReservoir(0,['BrassIntro1','BrassIntro2','BrassIntro3','BrassIntro4','BrassIntro5','BrassIntro6','BrassIntro7','BrassMilieu1','BrassMilieu2','BrassMilieu3','BrassMilieu4','BrassMilieu5','BrassMilieu6','BrassMilieu7','BrassFin1','BrassFin2','BrassFin3','BrassFin4','BrassFin5','BrassFin6','BrassFin7'])));
43
+ const Flute=$$hiphop.MODULE({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':9136},'%tag':'module'},$$hiphop.SIGNAL({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':9152},'direction':'IN','name':'stopReservoir'}),$$hiphop.SIGNAL({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':9174},'direction':'IN','name':'FluteIntro1IN'}),$$hiphop.SIGNAL({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':9198},'direction':'IN','name':'FluteIntro2IN'}),$$hiphop.SIGNAL({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':9222},'direction':'IN','name':'FluteIntro3IN'}),$$hiphop.SIGNAL({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':9246},'direction':'IN','name':'FluteIntro4IN'}),$$hiphop.SIGNAL({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':9270},'direction':'IN','name':'FluteIntro5IN'}),$$hiphop.SIGNAL({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':9294},'direction':'IN','name':'FluteIntro6IN'}),$$hiphop.SIGNAL({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':9318},'direction':'IN','name':'FluteIntro7IN'}),$$hiphop.SIGNAL({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':9342},'direction':'IN','name':'FluteMilieu1IN'}),$$hiphop.SIGNAL({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':9367},'direction':'IN','name':'FluteMilieu2IN'}),$$hiphop.SIGNAL({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':9392},'direction':'IN','name':'FluteMilieu3IN'}),$$hiphop.SIGNAL({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':9417},'direction':'IN','name':'FluteMilieu4IN'}),$$hiphop.SIGNAL({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':9442},'direction':'IN','name':'FluteMilieu5IN'}),$$hiphop.SIGNAL({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':9467},'direction':'IN','name':'FluteMilieu6IN'}),$$hiphop.SIGNAL({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':9492},'direction':'IN','name':'FluteMilieu7IN'}),$$hiphop.SIGNAL({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':9517},'direction':'IN','name':'FluteFin1IN'}),$$hiphop.SIGNAL({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':9539},'direction':'IN','name':'FluteFin2IN'}),$$hiphop.SIGNAL({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':9561},'direction':'IN','name':'FluteFin3IN'}),$$hiphop.SIGNAL({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':9583},'direction':'IN','name':'FluteFin4IN'}),$$hiphop.SIGNAL({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':9605},'direction':'IN','name':'FluteFin5IN'}),$$hiphop.SIGNAL({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':9627},'direction':'IN','name':'FluteFin6IN'}),$$hiphop.SIGNAL({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':9649},'direction':'IN','name':'FluteFin7IN'}),$$hiphop.SIGNAL({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':9671},'direction':'OUT','name':'FluteIntro1OUT'}),$$hiphop.SIGNAL({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':9697},'direction':'OUT','name':'FluteIntro2OUT'}),$$hiphop.SIGNAL({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':9723},'direction':'OUT','name':'FluteIntro3OUT'}),$$hiphop.SIGNAL({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':9749},'direction':'OUT','name':'FluteIntro4OUT'}),$$hiphop.SIGNAL({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':9775},'direction':'OUT','name':'FluteIntro5OUT'}),$$hiphop.SIGNAL({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':9801},'direction':'OUT','name':'FluteIntro6OUT'}),$$hiphop.SIGNAL({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':9827},'direction':'OUT','name':'FluteIntro7OUT'}),$$hiphop.SIGNAL({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':9853},'direction':'OUT','name':'FluteMilieu1OUT'}),$$hiphop.SIGNAL({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':9880},'direction':'OUT','name':'FluteMilieu2OUT'}),$$hiphop.SIGNAL({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':9907},'direction':'OUT','name':'FluteMilieu3OUT'}),$$hiphop.SIGNAL({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':9934},'direction':'OUT','name':'FluteMilieu4OUT'}),$$hiphop.SIGNAL({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':9961},'direction':'OUT','name':'FluteMilieu5OUT'}),$$hiphop.SIGNAL({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':9988},'direction':'OUT','name':'FluteMilieu6OUT'}),$$hiphop.SIGNAL({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':10015},'direction':'OUT','name':'FluteMilieu7OUT'}),$$hiphop.SIGNAL({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':10042},'direction':'OUT','name':'FluteFin1OUT'}),$$hiphop.SIGNAL({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':10066},'direction':'OUT','name':'FluteFin2OUT'}),$$hiphop.SIGNAL({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':10090},'direction':'OUT','name':'FluteFin3OUT'}),$$hiphop.SIGNAL({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':10114},'direction':'OUT','name':'FluteFin4OUT'}),$$hiphop.SIGNAL({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':10138},'direction':'OUT','name':'FluteFin5OUT'}),$$hiphop.SIGNAL({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':10162},'direction':'OUT','name':'FluteFin6OUT'}),$$hiphop.SIGNAL({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':10186},'direction':'OUT','name':'FluteFin7OUT'}),$$hiphop.SEQUENCE({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':10208},'%tag':'dollar'},tank.makeReservoir(0,['FluteIntro1','FluteIntro2','FluteIntro3','FluteIntro4','FluteIntro5','FluteIntro6','FluteIntro7','FluteMilieu1','FluteMilieu2','FluteMilieu3','FluteMilieu4','FluteMilieu5','FluteMilieu6','FluteMilieu7','FluteFin1','FluteFin2','FluteFin3','FluteFin4','FluteFin5','FluteFin6','FluteFin7'])));
44
+ const Percu=$$hiphop.MODULE({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':10556},'%tag':'module'},$$hiphop.SIGNAL({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':10572},'direction':'IN','name':'stopReservoir'}),$$hiphop.SIGNAL({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':10594},'direction':'IN','name':'Percu1IN'}),$$hiphop.SIGNAL({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':10613},'direction':'IN','name':'Percu2IN'}),$$hiphop.SIGNAL({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':10632},'direction':'IN','name':'Percu3IN'}),$$hiphop.SIGNAL({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':10651},'direction':'IN','name':'Percu4IN'}),$$hiphop.SIGNAL({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':10670},'direction':'IN','name':'Percu5IN'}),$$hiphop.SIGNAL({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':10689},'direction':'IN','name':'Percu6IN'}),$$hiphop.SIGNAL({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':10708},'direction':'IN','name':'Percu7IN'}),$$hiphop.SIGNAL({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':10727},'direction':'OUT','name':'Percu1OUT'}),$$hiphop.SIGNAL({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':10748},'direction':'OUT','name':'Percu2OUT'}),$$hiphop.SIGNAL({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':10769},'direction':'OUT','name':'Percu3OUT'}),$$hiphop.SIGNAL({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':10790},'direction':'OUT','name':'Percu4OUT'}),$$hiphop.SIGNAL({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':10811},'direction':'OUT','name':'Percu5OUT'}),$$hiphop.SIGNAL({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':10832},'direction':'OUT','name':'Percu6OUT'}),$$hiphop.SIGNAL({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':10853},'direction':'OUT','name':'Percu7OUT'}),$$hiphop.SEQUENCE({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':10872},'%tag':'dollar'},tank.makeReservoir(0,['Percu1','Percu2','Percu3','Percu4','Percu5','Percu6','Percu7'])));
45
+ const TransPianoEtNappe=$$hiphop.MODULE({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':12186},'%tag':'module'},$$hiphop.SIGNAL({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':12204},'direction':'INOUT','name':'tick'}),$$hiphop.LOOP({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':12224}},$$hiphop.ATOM({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':12239},'%tag':'pragma','apply':function () {
46
+ transposeValue=0;oscMidiLocal.sendControlChange(param.busMidiDAW,1,74,Math.round(ratioTranspose * transposeValue + offsetTranspose));}}),$$hiphop.AWAIT({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':12584},'%tag':'await','immediate':false,'apply':new $$hiphop.DelaySig('tick','now'),'countapply':function () {
47
47
  return 1;
48
- }}),$$hiphop.ATOM({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':12594},'%tag':'pragma','apply':function () {
49
- transposeValue=-2;oscMidiLocal.sendControlChange(param.busMidiDAW,1,74,Math.round(ratioTranspose * transposeValue + offsetTranspose));}}),$$hiphop.AWAIT({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':12940},'%tag':'await','immediate':false,'apply':new $$hiphop.DelaySig('tick','now'),'countapply':function () {
48
+ }}),$$hiphop.ATOM({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':12618},'%tag':'pragma','apply':function () {
49
+ transposeValue=-2;oscMidiLocal.sendControlChange(param.busMidiDAW,1,74,Math.round(ratioTranspose * transposeValue + offsetTranspose));}}),$$hiphop.AWAIT({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':12964},'%tag':'await','immediate':false,'apply':new $$hiphop.DelaySig('tick','now'),'countapply':function () {
50
50
  return 1;
51
- }}),$$hiphop.ATOM({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':12974},'%tag':'pragma','apply':function () {
52
- transposeValue=2;oscMidiLocal.sendControlChange(param.busMidiDAW,1,74,Math.round(ratioTranspose * transposeValue + offsetTranspose));}}),$$hiphop.AWAIT({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':13319},'%tag':'await','immediate':false,'apply':new $$hiphop.DelaySig('tick','now'),'countapply':function () {
51
+ }}),$$hiphop.ATOM({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':12998},'%tag':'pragma','apply':function () {
52
+ transposeValue=2;oscMidiLocal.sendControlChange(param.busMidiDAW,1,74,Math.round(ratioTranspose * transposeValue + offsetTranspose));}}),$$hiphop.AWAIT({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':13343},'%tag':'await','immediate':false,'apply':new $$hiphop.DelaySig('tick','now'),'countapply':function () {
53
53
  return 1;
54
54
  }})));
55
- const TransPianoEtNappe2=$$hiphop.MODULE({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':14562},'%tag':'module'},$$hiphop.SIGNAL({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':14580},'direction':'INOUT','name':'tick'}),$$hiphop.LOOP({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':14600}},$$hiphop.ATOM({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':14615},'%tag':'pragma','apply':function () {
56
- transposeValue=0;oscMidiLocal.sendControlChange(param.busMidiDAW,1,74,Math.round(ratioTranspose * transposeValue + offsetTranspose));}}),$$hiphop.AWAIT({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':14960},'%tag':'await','immediate':false,'apply':new $$hiphop.DelaySig('tick','now'),'countapply':function () {
55
+ const TransPianoEtNappe2=$$hiphop.MODULE({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':14601},'%tag':'module'},$$hiphop.SIGNAL({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':14619},'direction':'INOUT','name':'tick'}),$$hiphop.LOOP({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':14639}},$$hiphop.ATOM({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':14654},'%tag':'pragma','apply':function () {
56
+ transposeValue=0;oscMidiLocal.sendControlChange(param.busMidiDAW,1,74,Math.round(ratioTranspose * transposeValue + offsetTranspose));}}),$$hiphop.AWAIT({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':14999},'%tag':'await','immediate':false,'apply':new $$hiphop.DelaySig('tick','now'),'countapply':function () {
57
57
  return 2;
58
- }}),$$hiphop.ATOM({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':14994},'%tag':'pragma','apply':function () {
59
- transposeValue=-2;oscMidiLocal.sendControlChange(param.busMidiDAW,1,74,Math.round(ratioTranspose * transposeValue + offsetTranspose));}}),$$hiphop.AWAIT({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':15340},'%tag':'await','immediate':false,'apply':new $$hiphop.DelaySig('tick','now'),'countapply':function () {
58
+ }}),$$hiphop.ATOM({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':15033},'%tag':'pragma','apply':function () {
59
+ transposeValue=-2;oscMidiLocal.sendControlChange(param.busMidiDAW,1,74,Math.round(ratioTranspose * transposeValue + offsetTranspose));}}),$$hiphop.AWAIT({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':15379},'%tag':'await','immediate':false,'apply':new $$hiphop.DelaySig('tick','now'),'countapply':function () {
60
60
  return 2;
61
- }}),$$hiphop.ATOM({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':15374},'%tag':'pragma','apply':function () {
62
- transposeValue=2;oscMidiLocal.sendControlChange(param.busMidiDAW,1,74,Math.round(ratioTranspose * transposeValue + offsetTranspose));}}),$$hiphop.AWAIT({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':15719},'%tag':'await','immediate':false,'apply':new $$hiphop.DelaySig('tick','now'),'countapply':function () {
61
+ }}),$$hiphop.ATOM({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':15413},'%tag':'pragma','apply':function () {
62
+ transposeValue=2;oscMidiLocal.sendControlChange(param.busMidiDAW,1,74,Math.round(ratioTranspose * transposeValue + offsetTranspose));}}),$$hiphop.AWAIT({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':15758},'%tag':'await','immediate':false,'apply':new $$hiphop.DelaySig('tick','now'),'countapply':function () {
63
63
  return 2;
64
64
  }})));
65
- const TransPianoEtNappe3=$$hiphop.MODULE({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':16962},'%tag':'module'},$$hiphop.SIGNAL({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':16980},'direction':'INOUT','name':'tick'}),$$hiphop.LOOP({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':17000}},$$hiphop.ATOM({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':17015},'%tag':'pragma','apply':function () {
66
- transposeValue=0;oscMidiLocal.sendControlChange(param.busMidiDAW,1,74,Math.round(ratioTranspose * transposeValue + offsetTranspose));}}),$$hiphop.AWAIT({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':17360},'%tag':'await','immediate':false,'apply':new $$hiphop.DelaySig('tick','now'),'countapply':function () {
65
+ const TransPianoEtNappe3=$$hiphop.MODULE({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':17016},'%tag':'module'},$$hiphop.SIGNAL({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':17034},'direction':'INOUT','name':'tick'}),$$hiphop.LOOP({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':17054}},$$hiphop.ATOM({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':17069},'%tag':'pragma','apply':function () {
66
+ transposeValue=0;oscMidiLocal.sendControlChange(param.busMidiDAW,1,74,Math.round(ratioTranspose * transposeValue + offsetTranspose));}}),$$hiphop.AWAIT({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':17414},'%tag':'await','immediate':false,'apply':new $$hiphop.DelaySig('tick','now'),'countapply':function () {
67
67
  return 1;
68
- }}),$$hiphop.ATOM({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':17394},'%tag':'pragma','apply':function () {
69
- transposeValue=-2;oscMidiLocal.sendControlChange(param.busMidiDAW,1,74,Math.round(ratioTranspose * transposeValue + offsetTranspose));}}),$$hiphop.AWAIT({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':17740},'%tag':'await','immediate':false,'apply':new $$hiphop.DelaySig('tick','now'),'countapply':function () {
68
+ }}),$$hiphop.ATOM({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':17448},'%tag':'pragma','apply':function () {
69
+ transposeValue=-2;oscMidiLocal.sendControlChange(param.busMidiDAW,1,74,Math.round(ratioTranspose * transposeValue + offsetTranspose));}}),$$hiphop.AWAIT({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':17794},'%tag':'await','immediate':false,'apply':new $$hiphop.DelaySig('tick','now'),'countapply':function () {
70
70
  return 1;
71
- }}),$$hiphop.ATOM({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':17774},'%tag':'pragma','apply':function () {
72
- transposeValue=2;oscMidiLocal.sendControlChange(param.busMidiDAW,1,74,Math.round(ratioTranspose * transposeValue + offsetTranspose));}}),$$hiphop.AWAIT({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':18119},'%tag':'await','immediate':false,'apply':new $$hiphop.DelaySig('tick','now'),'countapply':function () {
71
+ }}),$$hiphop.ATOM({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':17828},'%tag':'pragma','apply':function () {
72
+ transposeValue=2;oscMidiLocal.sendControlChange(param.busMidiDAW,1,74,Math.round(ratioTranspose * transposeValue + offsetTranspose));}}),$$hiphop.AWAIT({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':18173},'%tag':'await','immediate':false,'apply':new $$hiphop.DelaySig('tick','now'),'countapply':function () {
73
73
  return 1;
74
- }}),$$hiphop.ATOM({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':18153},'%tag':'pragma','apply':function () {
75
- transposeValue=-1;oscMidiLocal.sendControlChange(param.busMidiDAW,1,74,Math.round(ratioTranspose * transposeValue + offsetTranspose));}}),$$hiphop.AWAIT({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':18499},'%tag':'await','immediate':false,'apply':new $$hiphop.DelaySig('tick','now'),'countapply':function () {
74
+ }}),$$hiphop.ATOM({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':18207},'%tag':'pragma','apply':function () {
75
+ transposeValue=-1;oscMidiLocal.sendControlChange(param.busMidiDAW,1,74,Math.round(ratioTranspose * transposeValue + offsetTranspose));}}),$$hiphop.AWAIT({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':18553},'%tag':'await','immediate':false,'apply':new $$hiphop.DelaySig('tick','now'),'countapply':function () {
76
76
  return 1;
77
- }}),$$hiphop.ATOM({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':18533},'%tag':'pragma','apply':function () {
78
- transposeValue=1;oscMidiLocal.sendControlChange(param.busMidiDAW,1,74,Math.round(ratioTranspose * transposeValue + offsetTranspose));}}),$$hiphop.AWAIT({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':18878},'%tag':'await','immediate':false,'apply':new $$hiphop.DelaySig('tick','now'),'countapply':function () {
77
+ }}),$$hiphop.ATOM({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':18587},'%tag':'pragma','apply':function () {
78
+ transposeValue=1;oscMidiLocal.sendControlChange(param.busMidiDAW,1,74,Math.round(ratioTranspose * transposeValue + offsetTranspose));}}),$$hiphop.AWAIT({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':18932},'%tag':'await','immediate':false,'apply':new $$hiphop.DelaySig('tick','now'),'countapply':function () {
79
79
  return 1;
80
80
  }})));
81
- const TransSaxo=$$hiphop.MODULE({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':20112},'%tag':'module'},$$hiphop.SIGNAL({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':20130},'direction':'INOUT','name':'tick'}),$$hiphop.SIGNAL({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':20149},'direction':'INOUT','name':'StartTransSaxo'}),$$hiphop.AWAIT({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':20179},'%tag':'await','immediate':true,'apply':new $$hiphop.DelaySig('StartTransSaxo','now')}),$$hiphop.AWAIT({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':20224},'%tag':'await','immediate':false,'apply':new $$hiphop.DelaySig('tick','now'),'countapply':function () {
81
+ const TransSaxo=$$hiphop.MODULE({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':20181},'%tag':'module'},$$hiphop.SIGNAL({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':20199},'direction':'INOUT','name':'tick'}),$$hiphop.SIGNAL({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':20218},'direction':'INOUT','name':'StartTransSaxo'}),$$hiphop.AWAIT({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':20248},'%tag':'await','immediate':true,'apply':new $$hiphop.DelaySig('StartTransSaxo','now')}),$$hiphop.AWAIT({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':20293},'%tag':'await','immediate':false,'apply':new $$hiphop.DelaySig('tick','now'),'countapply':function () {
82
82
  return 2;
83
- }}),$$hiphop.LOOP({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':20256}},$$hiphop.ATOM({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':20271},'%tag':'pragma','apply':function () {
84
- transposeValue=0;oscMidiLocal.sendControlChange(param.busMidiDAW,1,72,Math.round(ratioTranspose * transposeValue + offsetTranspose));}}),$$hiphop.AWAIT({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':20616},'%tag':'await','immediate':false,'apply':new $$hiphop.DelaySig('tick','now'),'countapply':function () {
83
+ }}),$$hiphop.LOOP({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':20325}},$$hiphop.ATOM({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':20340},'%tag':'pragma','apply':function () {
84
+ transposeValue=0;oscMidiLocal.sendControlChange(param.busMidiDAW,1,72,Math.round(ratioTranspose * transposeValue + offsetTranspose));}}),$$hiphop.AWAIT({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':20685},'%tag':'await','immediate':false,'apply':new $$hiphop.DelaySig('tick','now'),'countapply':function () {
85
85
  return 4;
86
- }}),$$hiphop.ATOM({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':20650},'%tag':'pragma','apply':function () {
87
- transposeValue=-5;oscMidiLocal.sendControlChange(param.busMidiDAW,1,72,Math.round(ratioTranspose * transposeValue + offsetTranspose));}}),$$hiphop.AWAIT({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':20996},'%tag':'await','immediate':false,'apply':new $$hiphop.DelaySig('tick','now'),'countapply':function () {
86
+ }}),$$hiphop.ATOM({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':20719},'%tag':'pragma','apply':function () {
87
+ transposeValue=-5;oscMidiLocal.sendControlChange(param.busMidiDAW,1,72,Math.round(ratioTranspose * transposeValue + offsetTranspose));}}),$$hiphop.AWAIT({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':21065},'%tag':'await','immediate':false,'apply':new $$hiphop.DelaySig('tick','now'),'countapply':function () {
88
88
  return 4;
89
- }}),$$hiphop.ATOM({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':21030},'%tag':'pragma','apply':function () {
90
- transposeValue=-7;oscMidiLocal.sendControlChange(param.busMidiDAW,1,72,Math.round(ratioTranspose * transposeValue + offsetTranspose));}}),$$hiphop.AWAIT({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':21376},'%tag':'await','immediate':false,'apply':new $$hiphop.DelaySig('tick','now'),'countapply':function () {
89
+ }}),$$hiphop.ATOM({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':21099},'%tag':'pragma','apply':function () {
90
+ transposeValue=-7;oscMidiLocal.sendControlChange(param.busMidiDAW,1,72,Math.round(ratioTranspose * transposeValue + offsetTranspose));}}),$$hiphop.AWAIT({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':21445},'%tag':'await','immediate':false,'apply':new $$hiphop.DelaySig('tick','now'),'countapply':function () {
91
91
  return 4;
92
- }}),$$hiphop.AWAIT({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':21410},'%tag':'await','immediate':false,'apply':new $$hiphop.DelaySig('tick','now'),'countapply':function () {
92
+ }}),$$hiphop.AWAIT({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':21479},'%tag':'await','immediate':false,'apply':new $$hiphop.DelaySig('tick','now'),'countapply':function () {
93
93
  return 1;
94
- }}),$$hiphop.ATOM({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':21444},'%tag':'pragma','apply':function () {
95
- transposeValue=0;oscMidiLocal.sendControlChange(param.busMidiDAW,1,72,Math.round(ratioTranspose * transposeValue + offsetTranspose));}}),$$hiphop.AWAIT({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':21789},'%tag':'await','immediate':false,'apply':new $$hiphop.DelaySig('tick','now'),'countapply':function () {
94
+ }}),$$hiphop.ATOM({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':21513},'%tag':'pragma','apply':function () {
95
+ transposeValue=0;oscMidiLocal.sendControlChange(param.busMidiDAW,1,72,Math.round(ratioTranspose * transposeValue + offsetTranspose));}}),$$hiphop.AWAIT({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':21858},'%tag':'await','immediate':false,'apply':new $$hiphop.DelaySig('tick','now'),'countapply':function () {
96
96
  return 4;
97
- }}),$$hiphop.ATOM({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':21823},'%tag':'pragma','apply':function () {
97
+ }}),$$hiphop.ATOM({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':21892},'%tag':'pragma','apply':function () {
98
98
  transposeValue=-1;oscMidiLocal.sendControlChange(param.busMidiDAW,1,72,Math.round(ratioTranspose * transposeValue + offsetTranspose));}})));
99
- const Program=$$hiphop.MODULE({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':22203},'%tag':'module'},$$hiphop.SIGNAL({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':22218},'direction':'IN','name':'start'}),$$hiphop.SIGNAL({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':22218},'direction':'IN','name':'halt'}),$$hiphop.SIGNAL({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':22218},'direction':'IN','name':'tick'}),$$hiphop.SIGNAL({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':22218},'direction':'IN','name':'DAWON'}),$$hiphop.SIGNAL({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':22218},'direction':'IN','name':'patternSignal'}),$$hiphop.SIGNAL({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':22218},'direction':'IN','name':'pulsation'}),$$hiphop.SIGNAL({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':22218},'direction':'IN','name':'midiSignal'}),$$hiphop.SIGNAL({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':22218},'direction':'IN','name':'emptyQueueSignal'}),$$hiphop.SIGNAL({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':22307},'direction':'INOUT','name':'stopReservoir'}),$$hiphop.SIGNAL({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':22307},'direction':'INOUT','name':'stopMoveTempo'}),$$hiphop.SIGNAL({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':22307},'direction':'INOUT','name':'stopSolo'}),$$hiphop.SIGNAL({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':22307},'direction':'INOUT','name':'stopTransposition'}),IZsignals.map((n) => {
100
- return $$hiphop.SIGNAL({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':22379},'direction':'IN','name':n});
99
+ const Program=$$hiphop.MODULE({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':22272},'%tag':'module'},$$hiphop.SIGNAL({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':22287},'direction':'IN','name':'start'}),$$hiphop.SIGNAL({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':22287},'direction':'IN','name':'halt'}),$$hiphop.SIGNAL({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':22287},'direction':'IN','name':'tick'}),$$hiphop.SIGNAL({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':22287},'direction':'IN','name':'DAWON'}),$$hiphop.SIGNAL({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':22287},'direction':'IN','name':'patternSignal'}),$$hiphop.SIGNAL({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':22287},'direction':'IN','name':'pulsation'}),$$hiphop.SIGNAL({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':22287},'direction':'IN','name':'midiSignal'}),$$hiphop.SIGNAL({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':22287},'direction':'IN','name':'emptyQueueSignal'}),$$hiphop.SIGNAL({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':22376},'direction':'INOUT','name':'stopReservoir'}),$$hiphop.SIGNAL({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':22376},'direction':'INOUT','name':'stopMoveTempo'}),$$hiphop.SIGNAL({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':22376},'direction':'INOUT','name':'stopSolo'}),$$hiphop.SIGNAL({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':22376},'direction':'INOUT','name':'stopTransposition'}),IZsignals.map((n) => {
100
+ return $$hiphop.SIGNAL({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':22448},'direction':'IN','name':n});
101
101
  }),interTextOUT.map((n) => {
102
- return $$hiphop.SIGNAL({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':22407},'direction':'OUT','name':n});
102
+ return $$hiphop.SIGNAL({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':22476},'direction':'OUT','name':n});
103
103
  }),interTextIN.map((n) => {
104
- return $$hiphop.SIGNAL({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':22437},'direction':'IN','name':n});
105
- }),$$hiphop.SIGNAL({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':22465},'direction':'INOUT','name':'StartTransSaxo'}),$$hiphop.LOOP({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':22493}},$$hiphop.AWAIT({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':22505},'%tag':'await','immediate':false,'apply':new $$hiphop.DelaySig('start','now')}),$$hiphop.ABORT({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':22529},'%tag':'ABORT','immediate':false,'apply':new $$hiphop.DelaySig('halt','now')},$$hiphop.FORK({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':22544},'%tag':'FORK'},$$hiphop.EVERY({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':22561},'%tag':'EVERY','immediate':false,'apply':new $$hiphop.DelaySig('tick','now')},$$hiphop.ATOM({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':22590},'%tag':'pragma','apply':function () {
106
- gcs.setTickOnControler(tickCounter++);}})),$$hiphop.SEQUENCE({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':22744},'%tag':'par'},$$hiphop.ATOM({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':22756},'%tag':'pragma','apply':function () {
107
- console.log('-- Opus4 Blockly');}}),$$hiphop.SEQUENCE({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':22803},'%tag':'sequence'},$$hiphop.ATOM({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':22814},'%tag':'pragma','apply':function () {
108
- serveur.broadcast(JSON.stringify({'type':'setListeDesTypes'}));}}),$$hiphop.ATOM({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':22935},'%tag':'pragma','apply':function () {
109
- serveur.broadcast(JSON.stringify({'type':'listeDesTypes','text':'1, 2, 3, 4, 5, 5, 6, 7, 8, 9, 10, 11'}));}}),$$hiphop.ATOM({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':23111},'%tag':'pragma','apply':function () {
110
- gcs.setpatternListLength([12,255]);}})),$$hiphop.SEQUENCE({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':23185},'%tag':'sequence'},$$hiphop.ATOM({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':23194},'%tag':'pragma','apply':function () {
111
- CCChannel=1;CCTempo=100;tempoMax=160;tempoMin=40;}}),$$hiphop.ATOM({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':23308},'%tag':'pragma','apply':function () {
112
- setTempo(62,param);}}),$$hiphop.ATOM({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':23339},'%tag':'pragma','apply':function () {
113
- gcs.setTimerDivision(1);}}),$$hiphop.ATOM({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':23376},'%tag':'pragma','apply':function () {
114
- serveur.broadcast(JSON.stringify({'type':'addSceneScore','value':1}));}}),$$hiphop.PAUSE({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':23515},'%tag':'yield'}),$$hiphop.ATOM({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':23529},'%tag':'pragma','apply':function () {
104
+ return $$hiphop.SIGNAL({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':22506},'direction':'IN','name':n});
105
+ }),$$hiphop.SIGNAL({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':22534},'direction':'INOUT','name':'StartTransSaxo'}),$$hiphop.LOOP({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':22562}},$$hiphop.AWAIT({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':22574},'%tag':'await','immediate':false,'apply':new $$hiphop.DelaySig('start','now')}),$$hiphop.ABORT({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':22598},'%tag':'ABORT','immediate':false,'apply':new $$hiphop.DelaySig('halt','now')},$$hiphop.FORK({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':22613},'%tag':'FORK'},$$hiphop.EVERY({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':22630},'%tag':'EVERY','immediate':false,'apply':new $$hiphop.DelaySig('tick','now')},$$hiphop.ATOM({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':22659},'%tag':'pragma','apply':function () {
106
+ gcs.setTickOnControler(tickCounter++);}})),$$hiphop.SEQUENCE({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':22813},'%tag':'par'},$$hiphop.ATOM({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':22825},'%tag':'pragma','apply':function () {
107
+ console.log('-- Opus4 Blockly');}}),$$hiphop.SEQUENCE({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':22872},'%tag':'sequence'},$$hiphop.ATOM({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':22883},'%tag':'pragma','apply':function () {
108
+ serveur.broadcast(JSON.stringify({'type':'setListeDesTypes'}));}}),$$hiphop.ATOM({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':23004},'%tag':'pragma','apply':function () {
109
+ serveur.broadcast(JSON.stringify({'type':'listeDesTypes','text':'1, 2, 3, 4, 5, 5, 6, 7, 8, 9, 10, 11'}));}}),$$hiphop.ATOM({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':23180},'%tag':'pragma','apply':function () {
110
+ gcs.setpatternListLength([12,255]);}})),$$hiphop.SEQUENCE({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':23254},'%tag':'sequence'},$$hiphop.ATOM({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':23263},'%tag':'pragma','apply':function () {
111
+ CCChannel=1;CCTempo=100;tempoMax=160;tempoMin=40;}}),$$hiphop.ATOM({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':23377},'%tag':'pragma','apply':function () {
112
+ setTempo(62,param);}}),$$hiphop.ATOM({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':23408},'%tag':'pragma','apply':function () {
113
+ gcs.setTimerDivision(1);}}),$$hiphop.ATOM({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':23445},'%tag':'pragma','apply':function () {
114
+ serveur.broadcast(JSON.stringify({'type':'addSceneScore','value':1}));}}),$$hiphop.PAUSE({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':23584},'%tag':'yield'}),$$hiphop.ATOM({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':23598},'%tag':'pragma','apply':function () {
115
115
  ratioTranspose=1.763;offsetTranspose=63.5;if (debug) console.log('hiphop block transpose Parameters:',ratioTranspose,offsetTranspose);
116
- }}),$$hiphop.ATOM({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':23716},'%tag':'pragma','apply':function () {
117
- transposeValue=0;oscMidiLocal.sendControlChange(param.busMidiDAW,1,74,Math.round(ratioTranspose * transposeValue + offsetTranspose));}})),$$hiphop.TRAP({'M533953':'M533953','%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':24058},'%tag':'TRAP'},$$hiphop.FORK({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':24074},'%tag':'FORK'},(function (__frame) {
118
- return $$hiphop.SEQUENCE({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':24088},'%tag':'run'},$$hiphop.ATOM({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':24088},'%tag':'hop','apply':function () {
119
- }}),$$hiphop.RUN({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':24088},'%tag':'run','autocomplete':true,'module':Percu,'%frame':__frame}));
120
- })([]),$$hiphop.SEQUENCE({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':24118},'%tag':'par'},$$hiphop.AWAIT({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':24131},'%tag':'await','immediate':false,'apply':new $$hiphop.DelaySig('tick','now'),'countapply':function () {
116
+ }}),$$hiphop.ATOM({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':23785},'%tag':'pragma','apply':function () {
117
+ transposeValue=0;oscMidiLocal.sendControlChange(param.busMidiDAW,1,74,Math.round(ratioTranspose * transposeValue + offsetTranspose));}})),$$hiphop.TRAP({'M370292':'M370292','%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':24127},'%tag':'TRAP'},$$hiphop.FORK({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':24143},'%tag':'FORK'},(function (__frame) {
118
+ return $$hiphop.SEQUENCE({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':24157},'%tag':'run'},$$hiphop.ATOM({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':24157},'%tag':'hop','apply':function () {
119
+ }}),$$hiphop.RUN({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':24157},'%tag':'run','autocomplete':true,'module':Percu,'%frame':__frame}));
120
+ })([]),$$hiphop.SEQUENCE({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':24187},'%tag':'par'},$$hiphop.AWAIT({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':24200},'%tag':'await','immediate':false,'apply':new $$hiphop.DelaySig('tick','now'),'countapply':function () {
121
121
  return 5;
122
- }}),$$hiphop.EMIT({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':24170},'%tag':'EMIT','signame':'stopReservoir'}),$$hiphop.EXIT({'M533953':'M533953','%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':24201},'%tag':'EXIT'})))),$$hiphop.ATOM({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':24229},'%tag':'pragma','apply':function () {
123
- DAW.cleanQueues();gcs.cleanChoiceList(255);}}),$$hiphop.ATOM({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':24303},'%tag':'pragma','apply':function () {
124
- DAW.cleanQueue(5);}}),$$hiphop.SEQUENCE({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':24347},'%tag':'sequence'},$$hiphop.ATOM({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':24356},'%tag':'pragma','apply':function () {
125
- serveur.broadcast(JSON.stringify({'type':'alertInfoScoreON','value':'Transposition-1 tick'}));}}),$$hiphop.FORK({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':24520},'%tag':'FORK'},$$hiphop.TRAP({'M642770':'M642770','%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':24536},'%tag':'TRAP'},$$hiphop.FORK({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':24556},'%tag':'FORK'},(function (__frame) {
126
- return $$hiphop.SEQUENCE({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':24574},'%tag':'run'},$$hiphop.ATOM({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':24574},'%tag':'hop','apply':function () {
127
- }}),$$hiphop.RUN({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':24574},'%tag':'run','autocomplete':true,'module':Piano,'%frame':__frame}));
128
- })([]),$$hiphop.SEQUENCE({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':24608},'%tag':'par'},$$hiphop.AWAIT({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':24625},'%tag':'await','immediate':false,'apply':new $$hiphop.DelaySig('tick','now'),'countapply':function () {
122
+ }}),$$hiphop.EMIT({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':24239},'%tag':'EMIT','signame':'stopReservoir'}),$$hiphop.EXIT({'M370292':'M370292','%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':24270},'%tag':'EXIT'})))),$$hiphop.ATOM({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':24298},'%tag':'pragma','apply':function () {
123
+ DAW.cleanQueues();gcs.cleanChoiceList(255);}}),$$hiphop.ATOM({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':24372},'%tag':'pragma','apply':function () {
124
+ DAW.cleanQueue(5);}}),$$hiphop.SEQUENCE({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':24416},'%tag':'sequence'},$$hiphop.ATOM({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':24425},'%tag':'pragma','apply':function () {
125
+ serveur.broadcast(JSON.stringify({'type':'alertInfoScoreON','value':'Transposition-1 tick'}));}}),$$hiphop.FORK({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':24589},'%tag':'FORK'},$$hiphop.TRAP({'M914075':'M914075','%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':24605},'%tag':'TRAP'},$$hiphop.FORK({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':24625},'%tag':'FORK'},(function (__frame) {
126
+ return $$hiphop.SEQUENCE({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':24643},'%tag':'run'},$$hiphop.ATOM({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':24643},'%tag':'hop','apply':function () {
127
+ }}),$$hiphop.RUN({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':24643},'%tag':'run','autocomplete':true,'module':Piano,'%frame':__frame}));
128
+ })([]),$$hiphop.SEQUENCE({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':24677},'%tag':'par'},$$hiphop.AWAIT({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':24694},'%tag':'await','immediate':false,'apply':new $$hiphop.DelaySig('tick','now'),'countapply':function () {
129
129
  return 5;
130
- }}),$$hiphop.EMIT({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':24668},'%tag':'EMIT','signame':'stopReservoir'}),$$hiphop.EXIT({'M642770':'M642770','%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':24703},'%tag':'EXIT'})))),$$hiphop.ABORT({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':24765},'%tag':'ABORT','immediate':false,'apply':new $$hiphop.DelaySig('tick','now'),'countapply':function () {
130
+ }}),$$hiphop.EMIT({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':24737},'%tag':'EMIT','signame':'stopReservoir'}),$$hiphop.EXIT({'M914075':'M914075','%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':24772},'%tag':'EXIT'})))),$$hiphop.ABORT({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':24834},'%tag':'ABORT','immediate':false,'apply':new $$hiphop.DelaySig('tick','now'),'countapply':function () {
131
131
  return 30;
132
- }},$$hiphop.FORK({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':24783},'%tag':'FORK'},(function (__frame) {
133
- return $$hiphop.SEQUENCE({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':24803},'%tag':'run'},$$hiphop.ATOM({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':24803},'%tag':'hop','apply':function () {
134
- }}),$$hiphop.RUN({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':24803},'%tag':'run','autocomplete':true,'module':TransPianoEtNappe,'%frame':__frame}));
135
- })([]),$$hiphop.LOCAL({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':24882},'%tag':'LOCAL'},$$hiphop.SIGNAL({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':24889},'name':'inverseTempo'}),$$hiphop.ATOM({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':24917},'%tag':'pragma','apply':function () {
136
- console.log('-- Start move tempo');}}),$$hiphop.ABORT({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':24973},'%tag':'ABORT','immediate':true,'apply':new $$hiphop.DelaySig('stopMoveTempo','now')},$$hiphop.LOOP({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':24997}},$$hiphop.FORK({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':25021},'%tag':'FORK'},$$hiphop.EVERY({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':25048},'%tag':'EVERY','immediate':false,'apply':new $$hiphop.DelaySig('tick','now'),'countapply':function () {
132
+ }},$$hiphop.FORK({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':24852},'%tag':'FORK'},(function (__frame) {
133
+ return $$hiphop.SEQUENCE({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':24872},'%tag':'run'},$$hiphop.ATOM({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':24872},'%tag':'hop','apply':function () {
134
+ }}),$$hiphop.RUN({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':24872},'%tag':'run','autocomplete':true,'module':TransPianoEtNappe,'%frame':__frame}));
135
+ })([]),$$hiphop.LOCAL({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':24951},'%tag':'LOCAL'},$$hiphop.SIGNAL({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':24958},'name':'inverseTempo'}),$$hiphop.ATOM({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':24986},'%tag':'pragma','apply':function () {
136
+ console.log('-- Start move tempo');}}),$$hiphop.ABORT({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':25042},'%tag':'ABORT','immediate':true,'apply':new $$hiphop.DelaySig('stopMoveTempo','now')},$$hiphop.LOOP({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':25066}},$$hiphop.FORK({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':25090},'%tag':'FORK'},$$hiphop.EVERY({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':25117},'%tag':'EVERY','immediate':false,'apply':new $$hiphop.DelaySig('tick','now'),'countapply':function () {
137
137
  return 8;
138
- }},$$hiphop.EMIT({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':25103},'%tag':'EMIT','signame':'inverseTempo'})),$$hiphop.LOOP({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':25185}},$$hiphop.ABORT({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':25213},'%tag':'ABORT','immediate':false,'apply':new $$hiphop.DelaySig('inverseTempo','now')},$$hiphop.EVERY({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':25246},'%tag':'EVERY','immediate':false,'apply':new $$hiphop.DelaySig('tick','now'),'countapply':function () {
138
+ }},$$hiphop.EMIT({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':25172},'%tag':'EMIT','signame':'inverseTempo'})),$$hiphop.LOOP({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':25254}},$$hiphop.ABORT({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':25282},'%tag':'ABORT','immediate':false,'apply':new $$hiphop.DelaySig('inverseTempo','now')},$$hiphop.EVERY({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':25315},'%tag':'EVERY','immediate':false,'apply':new $$hiphop.DelaySig('tick','now'),'countapply':function () {
139
139
  return 1;
140
- }},$$hiphop.ATOM({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':25301},'%tag':'pragma','apply':function () {
141
- tempoGlobal+=5;setTempo(tempoGlobal,param);}}))),$$hiphop.ABORT({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':25536},'%tag':'ABORT','immediate':false,'apply':new $$hiphop.DelaySig('inverseTempo','now')},$$hiphop.EVERY({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':25568},'%tag':'EVERY','immediate':false,'apply':new $$hiphop.DelaySig('tick','now'),'countapply':function () {
140
+ }},$$hiphop.ATOM({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':25370},'%tag':'pragma','apply':function () {
141
+ tempoGlobal+=5;setTempo(tempoGlobal,param);}}))),$$hiphop.ABORT({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':25605},'%tag':'ABORT','immediate':false,'apply':new $$hiphop.DelaySig('inverseTempo','now')},$$hiphop.EVERY({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':25637},'%tag':'EVERY','immediate':false,'apply':new $$hiphop.DelaySig('tick','now'),'countapply':function () {
142
142
  return 1;
143
- }},$$hiphop.ATOM({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':25621},'%tag':'pragma','apply':function () {
144
- tempoGlobal-=5;setTempo(tempoGlobal,param);}}))))))),$$hiphop.ATOM({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':25959},'%tag':'pragma','apply':function () {
145
- console.log('-- Stop move tempo');}})))),$$hiphop.SEQUENCE({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':26066},'%tag':'par'},$$hiphop.EMIT({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':26092},'%tag':'EMIT','signame':'nappeViolonsOUT','apply':function () {
143
+ }},$$hiphop.ATOM({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':25690},'%tag':'pragma','apply':function () {
144
+ tempoGlobal-=5;setTempo(tempoGlobal,param);}}))))))),$$hiphop.ATOM({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':26028},'%tag':'pragma','apply':function () {
145
+ console.log('-- Stop move tempo');}})))),$$hiphop.SEQUENCE({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':26135},'%tag':'par'},$$hiphop.EMIT({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':26161},'%tag':'EMIT','signame':'nappeViolonsOUT','apply':function () {
146
146
  return [true,255];
147
- }}),$$hiphop.ATOM({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':26135},'%tag':'pragma','apply':function () {
148
- gcs.informSelecteurOnMenuChange(255,' nappeViolons',true);}}),$$hiphop.AWAIT({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':26211},'%tag':'await','immediate':false,'apply':new $$hiphop.DelaySig('tick','now'),'countapply':function () {
147
+ }}),$$hiphop.ATOM({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':26204},'%tag':'pragma','apply':function () {
148
+ gcs.informSelecteurOnMenuChange(255,' nappeViolons',true);}}),$$hiphop.AWAIT({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':26280},'%tag':'await','immediate':false,'apply':new $$hiphop.DelaySig('tick','now'),'countapply':function () {
149
149
  return 30;
150
- }}),$$hiphop.EMIT({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':26258},'%tag':'EMIT','signame':'nappeViolonsOUT','apply':function () {
150
+ }}),$$hiphop.EMIT({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':26327},'%tag':'EMIT','signame':'nappeViolonsOUT','apply':function () {
151
151
  return [false,255];
152
- }}),$$hiphop.ATOM({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':26302},'%tag':'pragma','apply':function () {
153
- gcs.informSelecteurOnMenuChange(255,' nappeViolons',false);}}),$$hiphop.PAUSE({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':26379},'%tag':'yield'}))),$$hiphop.ATOM({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':26402},'%tag':'pragma','apply':function () {
154
- DAW.cleanQueues();gcs.cleanChoiceList(255);}}),$$hiphop.ATOM({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':26484},'%tag':'pragma','apply':function () {
155
- serveur.broadcast(JSON.stringify({'type':'alertInfoScoreON','value':'Transposition3-1 tick'}));}}),$$hiphop.FORK({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':26649},'%tag':'FORK'},$$hiphop.TRAP({'M346707':'M346707','%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':26665},'%tag':'TRAP'},$$hiphop.FORK({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':26685},'%tag':'FORK'},(function (__frame) {
156
- return $$hiphop.SEQUENCE({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':26703},'%tag':'run'},$$hiphop.ATOM({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':26703},'%tag':'hop','apply':function () {
157
- }}),$$hiphop.RUN({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':26703},'%tag':'run','autocomplete':true,'module':Piano,'%frame':__frame}));
158
- })([]),$$hiphop.SEQUENCE({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':26737},'%tag':'par'},$$hiphop.AWAIT({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':26754},'%tag':'await','immediate':false,'apply':new $$hiphop.DelaySig('tick','now'),'countapply':function () {
152
+ }}),$$hiphop.ATOM({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':26371},'%tag':'pragma','apply':function () {
153
+ gcs.informSelecteurOnMenuChange(255,' nappeViolons',false);}}),$$hiphop.PAUSE({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':26448},'%tag':'yield'}))),$$hiphop.ATOM({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':26471},'%tag':'pragma','apply':function () {
154
+ DAW.cleanQueues();gcs.cleanChoiceList(255);}}),$$hiphop.ATOM({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':26553},'%tag':'pragma','apply':function () {
155
+ serveur.broadcast(JSON.stringify({'type':'alertInfoScoreON','value':'Transposition3-1 tick'}));}}),$$hiphop.FORK({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':26718},'%tag':'FORK'},$$hiphop.TRAP({'M712993':'M712993','%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':26734},'%tag':'TRAP'},$$hiphop.FORK({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':26754},'%tag':'FORK'},(function (__frame) {
156
+ return $$hiphop.SEQUENCE({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':26772},'%tag':'run'},$$hiphop.ATOM({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':26772},'%tag':'hop','apply':function () {
157
+ }}),$$hiphop.RUN({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':26772},'%tag':'run','autocomplete':true,'module':Piano,'%frame':__frame}));
158
+ })([]),$$hiphop.SEQUENCE({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':26806},'%tag':'par'},$$hiphop.AWAIT({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':26823},'%tag':'await','immediate':false,'apply':new $$hiphop.DelaySig('tick','now'),'countapply':function () {
159
159
  return 30;
160
- }}),$$hiphop.EMIT({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':26798},'%tag':'EMIT','signame':'stopReservoir'}),$$hiphop.EXIT({'M346707':'M346707','%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':26833},'%tag':'EXIT'})))),$$hiphop.SEQUENCE({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':26880},'%tag':'par'},$$hiphop.EMIT({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':26906},'%tag':'EMIT','signame':'nappeViolonsOUT','apply':function () {
160
+ }}),$$hiphop.EMIT({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':26867},'%tag':'EMIT','signame':'stopReservoir'}),$$hiphop.EXIT({'M712993':'M712993','%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':26902},'%tag':'EXIT'})))),$$hiphop.SEQUENCE({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':26949},'%tag':'par'},$$hiphop.EMIT({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':26975},'%tag':'EMIT','signame':'nappeViolonsOUT','apply':function () {
161
161
  return [true,1];
162
- }}),$$hiphop.ATOM({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':26947},'%tag':'pragma','apply':function () {
163
- gcs.informSelecteurOnMenuChange(1,' nappeViolons',true);}}),$$hiphop.AWAIT({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':27021},'%tag':'await','immediate':false,'apply':new $$hiphop.DelaySig('tick','now'),'countapply':function () {
162
+ }}),$$hiphop.ATOM({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':27016},'%tag':'pragma','apply':function () {
163
+ gcs.informSelecteurOnMenuChange(1,' nappeViolons',true);}}),$$hiphop.AWAIT({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':27090},'%tag':'await','immediate':false,'apply':new $$hiphop.DelaySig('tick','now'),'countapply':function () {
164
164
  return 30;
165
- }}),$$hiphop.EMIT({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':27068},'%tag':'EMIT','signame':'nappeViolonsOUT','apply':function () {
165
+ }}),$$hiphop.EMIT({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':27137},'%tag':'EMIT','signame':'nappeViolonsOUT','apply':function () {
166
166
  return [false,1];
167
- }}),$$hiphop.ATOM({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':27110},'%tag':'pragma','apply':function () {
168
- gcs.informSelecteurOnMenuChange(1,' nappeViolons',false);}}),$$hiphop.PAUSE({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':27185},'%tag':'yield'})),$$hiphop.ABORT({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':27223},'%tag':'ABORT','immediate':false,'apply':new $$hiphop.DelaySig('tick','now'),'countapply':function () {
167
+ }}),$$hiphop.ATOM({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':27179},'%tag':'pragma','apply':function () {
168
+ gcs.informSelecteurOnMenuChange(1,' nappeViolons',false);}}),$$hiphop.PAUSE({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':27254},'%tag':'yield'})),$$hiphop.ABORT({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':27292},'%tag':'ABORT','immediate':false,'apply':new $$hiphop.DelaySig('tick','now'),'countapply':function () {
169
169
  return 30;
170
- }},$$hiphop.FORK({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':27241},'%tag':'FORK'},(function (__frame) {
171
- return $$hiphop.SEQUENCE({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':27261},'%tag':'run'},$$hiphop.ATOM({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':27261},'%tag':'hop','apply':function () {
172
- }}),$$hiphop.RUN({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':27261},'%tag':'run','autocomplete':true,'module':TransPianoEtNappe3,'%frame':__frame}));
173
- })([]),$$hiphop.LOCAL({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':27341},'%tag':'LOCAL'},$$hiphop.SIGNAL({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':27348},'name':'inverseTempo'}),$$hiphop.ATOM({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':27376},'%tag':'pragma','apply':function () {
174
- console.log('-- Start move tempo');}}),$$hiphop.ABORT({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':27432},'%tag':'ABORT','immediate':true,'apply':new $$hiphop.DelaySig('stopMoveTempo','now')},$$hiphop.LOOP({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':27456}},$$hiphop.FORK({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':27480},'%tag':'FORK'},$$hiphop.EVERY({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':27507},'%tag':'EVERY','immediate':false,'apply':new $$hiphop.DelaySig('tick','now'),'countapply':function () {
170
+ }},$$hiphop.FORK({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':27310},'%tag':'FORK'},(function (__frame) {
171
+ return $$hiphop.SEQUENCE({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':27330},'%tag':'run'},$$hiphop.ATOM({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':27330},'%tag':'hop','apply':function () {
172
+ }}),$$hiphop.RUN({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':27330},'%tag':'run','autocomplete':true,'module':TransPianoEtNappe3,'%frame':__frame}));
173
+ })([]),$$hiphop.LOCAL({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':27410},'%tag':'LOCAL'},$$hiphop.SIGNAL({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':27417},'name':'inverseTempo'}),$$hiphop.ATOM({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':27445},'%tag':'pragma','apply':function () {
174
+ console.log('-- Start move tempo');}}),$$hiphop.ABORT({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':27501},'%tag':'ABORT','immediate':true,'apply':new $$hiphop.DelaySig('stopMoveTempo','now')},$$hiphop.LOOP({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':27525}},$$hiphop.FORK({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':27549},'%tag':'FORK'},$$hiphop.EVERY({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':27576},'%tag':'EVERY','immediate':false,'apply':new $$hiphop.DelaySig('tick','now'),'countapply':function () {
175
175
  return 8;
176
- }},$$hiphop.EMIT({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':27562},'%tag':'EMIT','signame':'inverseTempo'})),$$hiphop.LOOP({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':27644}},$$hiphop.ABORT({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':27672},'%tag':'ABORT','immediate':false,'apply':new $$hiphop.DelaySig('inverseTempo','now')},$$hiphop.EVERY({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':27705},'%tag':'EVERY','immediate':false,'apply':new $$hiphop.DelaySig('tick','now'),'countapply':function () {
176
+ }},$$hiphop.EMIT({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':27631},'%tag':'EMIT','signame':'inverseTempo'})),$$hiphop.LOOP({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':27713}},$$hiphop.ABORT({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':27741},'%tag':'ABORT','immediate':false,'apply':new $$hiphop.DelaySig('inverseTempo','now')},$$hiphop.EVERY({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':27774},'%tag':'EVERY','immediate':false,'apply':new $$hiphop.DelaySig('tick','now'),'countapply':function () {
177
177
  return 1;
178
- }},$$hiphop.ATOM({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':27760},'%tag':'pragma','apply':function () {
179
- tempoGlobal+=5;setTempo(tempoGlobal,param);}}))),$$hiphop.ABORT({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':27995},'%tag':'ABORT','immediate':false,'apply':new $$hiphop.DelaySig('inverseTempo','now')},$$hiphop.EVERY({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':28027},'%tag':'EVERY','immediate':false,'apply':new $$hiphop.DelaySig('tick','now'),'countapply':function () {
178
+ }},$$hiphop.ATOM({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':27829},'%tag':'pragma','apply':function () {
179
+ tempoGlobal+=5;setTempo(tempoGlobal,param);}}))),$$hiphop.ABORT({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':28064},'%tag':'ABORT','immediate':false,'apply':new $$hiphop.DelaySig('inverseTempo','now')},$$hiphop.EVERY({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':28096},'%tag':'EVERY','immediate':false,'apply':new $$hiphop.DelaySig('tick','now'),'countapply':function () {
180
180
  return 1;
181
- }},$$hiphop.ATOM({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':28080},'%tag':'pragma','apply':function () {
182
- tempoGlobal-=5;setTempo(tempoGlobal,param);}}))))))),$$hiphop.ATOM({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':28418},'%tag':'pragma','apply':function () {
183
- console.log('-- Stop move tempo');}}))))),$$hiphop.ATOM({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':28525},'%tag':'pragma','apply':function () {
184
- DAW.cleanQueues();gcs.cleanChoiceList(255);}}),$$hiphop.ATOM({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':28607},'%tag':'pragma','apply':function () {
185
- serveur.broadcast(JSON.stringify({'type':'alertInfoScoreON','value':'Transposition2-2 ticks'}));}}),$$hiphop.FORK({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':28773},'%tag':'FORK'},$$hiphop.TRAP({'M607778':'M607778','%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':28789},'%tag':'TRAP'},$$hiphop.FORK({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':28809},'%tag':'FORK'},(function (__frame) {
186
- return $$hiphop.SEQUENCE({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':28827},'%tag':'run'},$$hiphop.ATOM({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':28827},'%tag':'hop','apply':function () {
187
- }}),$$hiphop.RUN({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':28827},'%tag':'run','autocomplete':true,'module':Piano,'%frame':__frame}));
188
- })([]),$$hiphop.SEQUENCE({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':28861},'%tag':'par'},$$hiphop.AWAIT({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':28878},'%tag':'await','immediate':false,'apply':new $$hiphop.DelaySig('tick','now'),'countapply':function () {
181
+ }},$$hiphop.ATOM({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':28149},'%tag':'pragma','apply':function () {
182
+ tempoGlobal-=5;setTempo(tempoGlobal,param);}}))))))),$$hiphop.ATOM({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':28487},'%tag':'pragma','apply':function () {
183
+ console.log('-- Stop move tempo');}}))))),$$hiphop.ATOM({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':28594},'%tag':'pragma','apply':function () {
184
+ DAW.cleanQueues();gcs.cleanChoiceList(255);}}),$$hiphop.ATOM({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':28676},'%tag':'pragma','apply':function () {
185
+ serveur.broadcast(JSON.stringify({'type':'alertInfoScoreON','value':'Transposition2-2 ticks'}));}}),$$hiphop.FORK({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':28842},'%tag':'FORK'},$$hiphop.TRAP({'M591004':'M591004','%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':28858},'%tag':'TRAP'},$$hiphop.FORK({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':28878},'%tag':'FORK'},(function (__frame) {
186
+ return $$hiphop.SEQUENCE({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':28896},'%tag':'run'},$$hiphop.ATOM({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':28896},'%tag':'hop','apply':function () {
187
+ }}),$$hiphop.RUN({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':28896},'%tag':'run','autocomplete':true,'module':Piano,'%frame':__frame}));
188
+ })([]),$$hiphop.SEQUENCE({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':28930},'%tag':'par'},$$hiphop.AWAIT({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':28947},'%tag':'await','immediate':false,'apply':new $$hiphop.DelaySig('tick','now'),'countapply':function () {
189
189
  return 30;
190
- }}),$$hiphop.EMIT({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':28922},'%tag':'EMIT','signame':'stopReservoir'}),$$hiphop.EXIT({'M607778':'M607778','%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':28957},'%tag':'EXIT'})))),$$hiphop.SEQUENCE({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':29004},'%tag':'par'},$$hiphop.EMIT({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':29030},'%tag':'EMIT','signame':'nappeViolonsOUT','apply':function () {
190
+ }}),$$hiphop.EMIT({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':28991},'%tag':'EMIT','signame':'stopReservoir'}),$$hiphop.EXIT({'M591004':'M591004','%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':29026},'%tag':'EXIT'})))),$$hiphop.SEQUENCE({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':29073},'%tag':'par'},$$hiphop.EMIT({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':29099},'%tag':'EMIT','signame':'nappeViolonsOUT','apply':function () {
191
191
  return [true,1];
192
- }}),$$hiphop.ATOM({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':29071},'%tag':'pragma','apply':function () {
193
- gcs.informSelecteurOnMenuChange(1,' nappeViolons',true);}}),$$hiphop.AWAIT({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':29145},'%tag':'await','immediate':false,'apply':new $$hiphop.DelaySig('tick','now'),'countapply':function () {
192
+ }}),$$hiphop.ATOM({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':29140},'%tag':'pragma','apply':function () {
193
+ gcs.informSelecteurOnMenuChange(1,' nappeViolons',true);}}),$$hiphop.AWAIT({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':29214},'%tag':'await','immediate':false,'apply':new $$hiphop.DelaySig('tick','now'),'countapply':function () {
194
194
  return 30;
195
- }}),$$hiphop.EMIT({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':29192},'%tag':'EMIT','signame':'nappeViolonsOUT','apply':function () {
195
+ }}),$$hiphop.EMIT({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':29261},'%tag':'EMIT','signame':'nappeViolonsOUT','apply':function () {
196
196
  return [false,1];
197
- }}),$$hiphop.ATOM({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':29234},'%tag':'pragma','apply':function () {
198
- gcs.informSelecteurOnMenuChange(1,' nappeViolons',false);}}),$$hiphop.PAUSE({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':29309},'%tag':'yield'})),$$hiphop.ABORT({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':29347},'%tag':'ABORT','immediate':false,'apply':new $$hiphop.DelaySig('tick','now'),'countapply':function () {
197
+ }}),$$hiphop.ATOM({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':29303},'%tag':'pragma','apply':function () {
198
+ gcs.informSelecteurOnMenuChange(1,' nappeViolons',false);}}),$$hiphop.PAUSE({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':29378},'%tag':'yield'})),$$hiphop.ABORT({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':29416},'%tag':'ABORT','immediate':false,'apply':new $$hiphop.DelaySig('tick','now'),'countapply':function () {
199
199
  return 30;
200
- }},$$hiphop.FORK({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':29365},'%tag':'FORK'},(function (__frame) {
201
- return $$hiphop.SEQUENCE({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':29385},'%tag':'run'},$$hiphop.ATOM({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':29385},'%tag':'hop','apply':function () {
202
- }}),$$hiphop.RUN({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':29385},'%tag':'run','autocomplete':true,'module':TransPianoEtNappe2,'%frame':__frame}));
203
- })([]),$$hiphop.LOCAL({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':29465},'%tag':'LOCAL'},$$hiphop.SIGNAL({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':29472},'name':'inverseTempo'}),$$hiphop.ATOM({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':29500},'%tag':'pragma','apply':function () {
204
- console.log('-- Start move tempo');}}),$$hiphop.ABORT({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':29556},'%tag':'ABORT','immediate':true,'apply':new $$hiphop.DelaySig('stopMoveTempo','now')},$$hiphop.LOOP({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':29580}},$$hiphop.FORK({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':29604},'%tag':'FORK'},$$hiphop.EVERY({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':29631},'%tag':'EVERY','immediate':false,'apply':new $$hiphop.DelaySig('tick','now'),'countapply':function () {
200
+ }},$$hiphop.FORK({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':29434},'%tag':'FORK'},(function (__frame) {
201
+ return $$hiphop.SEQUENCE({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':29454},'%tag':'run'},$$hiphop.ATOM({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':29454},'%tag':'hop','apply':function () {
202
+ }}),$$hiphop.RUN({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':29454},'%tag':'run','autocomplete':true,'module':TransPianoEtNappe2,'%frame':__frame}));
203
+ })([]),$$hiphop.LOCAL({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':29534},'%tag':'LOCAL'},$$hiphop.SIGNAL({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':29541},'name':'inverseTempo'}),$$hiphop.ATOM({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':29569},'%tag':'pragma','apply':function () {
204
+ console.log('-- Start move tempo');}}),$$hiphop.ABORT({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':29625},'%tag':'ABORT','immediate':true,'apply':new $$hiphop.DelaySig('stopMoveTempo','now')},$$hiphop.LOOP({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':29649}},$$hiphop.FORK({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':29673},'%tag':'FORK'},$$hiphop.EVERY({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':29700},'%tag':'EVERY','immediate':false,'apply':new $$hiphop.DelaySig('tick','now'),'countapply':function () {
205
205
  return 8;
206
- }},$$hiphop.EMIT({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':29686},'%tag':'EMIT','signame':'inverseTempo'})),$$hiphop.LOOP({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':29768}},$$hiphop.ABORT({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':29796},'%tag':'ABORT','immediate':false,'apply':new $$hiphop.DelaySig('inverseTempo','now')},$$hiphop.EVERY({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':29829},'%tag':'EVERY','immediate':false,'apply':new $$hiphop.DelaySig('tick','now'),'countapply':function () {
206
+ }},$$hiphop.EMIT({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':29755},'%tag':'EMIT','signame':'inverseTempo'})),$$hiphop.LOOP({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':29837}},$$hiphop.ABORT({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':29865},'%tag':'ABORT','immediate':false,'apply':new $$hiphop.DelaySig('inverseTempo','now')},$$hiphop.EVERY({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':29898},'%tag':'EVERY','immediate':false,'apply':new $$hiphop.DelaySig('tick','now'),'countapply':function () {
207
207
  return 1;
208
- }},$$hiphop.ATOM({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':29884},'%tag':'pragma','apply':function () {
209
- tempoGlobal+=5;setTempo(tempoGlobal,param);}}))),$$hiphop.ABORT({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':30119},'%tag':'ABORT','immediate':false,'apply':new $$hiphop.DelaySig('inverseTempo','now')},$$hiphop.EVERY({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':30151},'%tag':'EVERY','immediate':false,'apply':new $$hiphop.DelaySig('tick','now'),'countapply':function () {
208
+ }},$$hiphop.ATOM({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':29953},'%tag':'pragma','apply':function () {
209
+ tempoGlobal+=5;setTempo(tempoGlobal,param);}}))),$$hiphop.ABORT({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':30188},'%tag':'ABORT','immediate':false,'apply':new $$hiphop.DelaySig('inverseTempo','now')},$$hiphop.EVERY({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':30220},'%tag':'EVERY','immediate':false,'apply':new $$hiphop.DelaySig('tick','now'),'countapply':function () {
210
210
  return 1;
211
- }},$$hiphop.ATOM({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':30204},'%tag':'pragma','apply':function () {
212
- tempoGlobal-=5;setTempo(tempoGlobal,param);}}))))))),$$hiphop.ATOM({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':30542},'%tag':'pragma','apply':function () {
213
- console.log('-- Stop move tempo');}}))))),$$hiphop.EMIT({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':30656},'%tag':'EMIT','signame':'nappeViolonsOUT','apply':function () {
211
+ }},$$hiphop.ATOM({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':30273},'%tag':'pragma','apply':function () {
212
+ tempoGlobal-=5;setTempo(tempoGlobal,param);}}))))))),$$hiphop.ATOM({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':30611},'%tag':'pragma','apply':function () {
213
+ console.log('-- Stop move tempo');}}))))),$$hiphop.EMIT({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':30725},'%tag':'EMIT','signame':'nappeViolonsOUT','apply':function () {
214
214
  return [false,1];
215
- }}),$$hiphop.ATOM({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':30692},'%tag':'pragma','apply':function () {
216
- gcs.informSelecteurOnMenuChange(1,' nappeViolons',false);}}),$$hiphop.ATOM({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':30764},'%tag':'pragma','apply':function () {
217
- DAW.cleanQueue(1);}}),$$hiphop.ATOM({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':30812},'%tag':'pragma','apply':function () {
218
- DAW.cleanQueue(2);}}),$$hiphop.ATOM({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':30860},'%tag':'pragma','apply':function () {
219
- DAW.cleanQueue(3);}})),$$hiphop.ATOM({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':30915},'%tag':'pragma','apply':function () {
220
- setTempo(70,param);}}),$$hiphop.ATOM({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':30947},'%tag':'pragma','apply':function () {
221
- serveur.broadcast(JSON.stringify({'type':'alertInfoScoreOFF'}));}}),$$hiphop.ATOM({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':31058},'%tag':'pragma','apply':function () {
222
- DAW.cleanQueue(5);}}),$$hiphop.ATOM({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':31100},'%tag':'pragma','apply':function () {
223
- serveur.broadcast(JSON.stringify({'type':'alertInfoScoreON','value':'Clarinette (Saxo)'}));}}),$$hiphop.EMIT({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':31256},'%tag':'EMIT','signame':'StartTransSaxo','apply':function () {
215
+ }}),$$hiphop.ATOM({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':30761},'%tag':'pragma','apply':function () {
216
+ gcs.informSelecteurOnMenuChange(1,' nappeViolons',false);}}),$$hiphop.ATOM({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':30833},'%tag':'pragma','apply':function () {
217
+ DAW.cleanQueue(1);}}),$$hiphop.ATOM({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':30881},'%tag':'pragma','apply':function () {
218
+ DAW.cleanQueue(2);}}),$$hiphop.ATOM({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':30929},'%tag':'pragma','apply':function () {
219
+ DAW.cleanQueue(3);}})),$$hiphop.ATOM({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':30984},'%tag':'pragma','apply':function () {
220
+ setTempo(70,param);}}),$$hiphop.ATOM({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':31016},'%tag':'pragma','apply':function () {
221
+ serveur.broadcast(JSON.stringify({'type':'alertInfoScoreOFF'}));}}),$$hiphop.ATOM({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':31127},'%tag':'pragma','apply':function () {
222
+ DAW.cleanQueue(5);}}),$$hiphop.ATOM({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':31169},'%tag':'pragma','apply':function () {
223
+ serveur.broadcast(JSON.stringify({'type':'alertInfoScoreON','value':'Clarinette (Saxo)'}));}}),$$hiphop.EMIT({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':31325},'%tag':'EMIT','signame':'StartTransSaxo','apply':function () {
224
224
  return 0;
225
- }}),$$hiphop.FORK({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':31280},'%tag':'FORK'},$$hiphop.TRAP({'M138663':'M138663','%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':31294},'%tag':'TRAP'},$$hiphop.FORK({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':31312},'%tag':'FORK'},(function (__frame) {
226
- return $$hiphop.SEQUENCE({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':31328},'%tag':'run'},$$hiphop.ATOM({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':31328},'%tag':'hop','apply':function () {
227
- }}),$$hiphop.RUN({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':31328},'%tag':'run','autocomplete':true,'module':Saxo,'%frame':__frame}));
228
- })([]),$$hiphop.SEQUENCE({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':31359},'%tag':'par'},$$hiphop.AWAIT({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':31374},'%tag':'await','immediate':false,'apply':new $$hiphop.DelaySig('tick','now'),'countapply':function () {
225
+ }}),$$hiphop.FORK({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':31349},'%tag':'FORK'},$$hiphop.TRAP({'M396667':'M396667','%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':31363},'%tag':'TRAP'},$$hiphop.FORK({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':31381},'%tag':'FORK'},(function (__frame) {
226
+ return $$hiphop.SEQUENCE({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':31397},'%tag':'run'},$$hiphop.ATOM({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':31397},'%tag':'hop','apply':function () {
227
+ }}),$$hiphop.RUN({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':31397},'%tag':'run','autocomplete':true,'module':Saxo,'%frame':__frame}));
228
+ })([]),$$hiphop.SEQUENCE({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':31428},'%tag':'par'},$$hiphop.AWAIT({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':31443},'%tag':'await','immediate':false,'apply':new $$hiphop.DelaySig('tick','now'),'countapply':function () {
229
229
  return 50;
230
- }}),$$hiphop.EMIT({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':31416},'%tag':'EMIT','signame':'stopReservoir'}),$$hiphop.EXIT({'M138663':'M138663','%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':31449},'%tag':'EXIT'})))),$$hiphop.ABORT({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':31501},'%tag':'ABORT','immediate':false,'apply':new $$hiphop.DelaySig('tick','now'),'countapply':function () {
230
+ }}),$$hiphop.EMIT({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':31485},'%tag':'EMIT','signame':'stopReservoir'}),$$hiphop.EXIT({'M396667':'M396667','%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':31518},'%tag':'EXIT'})))),$$hiphop.ABORT({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':31570},'%tag':'ABORT','immediate':false,'apply':new $$hiphop.DelaySig('tick','now'),'countapply':function () {
231
231
  return 50;
232
232
  }},(function (__frame) {
233
- return $$hiphop.SEQUENCE({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':31517},'%tag':'run'},$$hiphop.ATOM({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':31517},'%tag':'hop','apply':function () {
234
- }}),$$hiphop.RUN({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':31517},'%tag':'run','autocomplete':true,'module':TransSaxo,'%frame':__frame}));
235
- })([]))),$$hiphop.ATOM({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':31590},'%tag':'pragma','apply':function () {
236
- DAW.cleanQueue(2);}}),$$hiphop.ATOM({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':31632},'%tag':'pragma','apply':function () {
237
- serveur.broadcast(JSON.stringify({'type':'alertInfoScoreON','value':'Brass Percu'}));}}),$$hiphop.FORK({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':31775},'%tag':'FORK'},(function (__frame) {
238
- return $$hiphop.SEQUENCE({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':31788},'%tag':'run'},$$hiphop.ATOM({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':31788},'%tag':'hop','apply':function () {
239
- }}),$$hiphop.RUN({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':31788},'%tag':'run','autocomplete':true,'module':Brass,'%frame':__frame}));
233
+ return $$hiphop.SEQUENCE({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':31586},'%tag':'run'},$$hiphop.ATOM({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':31586},'%tag':'hop','apply':function () {
234
+ }}),$$hiphop.RUN({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':31586},'%tag':'run','autocomplete':true,'module':TransSaxo,'%frame':__frame}));
235
+ })([]))),$$hiphop.ATOM({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':31659},'%tag':'pragma','apply':function () {
236
+ DAW.cleanQueue(2);}}),$$hiphop.ATOM({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':31701},'%tag':'pragma','apply':function () {
237
+ serveur.broadcast(JSON.stringify({'type':'alertInfoScoreON','value':'Brass Percu'}));}}),$$hiphop.FORK({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':31844},'%tag':'FORK'},(function (__frame) {
238
+ return $$hiphop.SEQUENCE({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':31857},'%tag':'run'},$$hiphop.ATOM({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':31857},'%tag':'hop','apply':function () {
239
+ }}),$$hiphop.RUN({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':31857},'%tag':'run','autocomplete':true,'module':Brass,'%frame':__frame}));
240
240
  })([]),(function (__frame) {
241
- return $$hiphop.SEQUENCE({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':31834},'%tag':'run'},$$hiphop.ATOM({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':31834},'%tag':'hop','apply':function () {
242
- }}),$$hiphop.RUN({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':31834},'%tag':'run','autocomplete':true,'module':Percu,'%frame':__frame}));
243
- })([])),$$hiphop.ATOM({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':31869},'%tag':'pragma','apply':function () {
244
- DAW.cleanQueue(5);}}),$$hiphop.ATOM({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':31911},'%tag':'pragma','apply':function () {
245
- serveur.broadcast(JSON.stringify({'type':'alertInfoScoreON','value':'Flute'}));}}),$$hiphop.FORK({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':32048},'%tag':'FORK'},$$hiphop.TRAP({'M475594':'M475594','%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':32062},'%tag':'TRAP'},$$hiphop.FORK({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':32080},'%tag':'FORK'},(function (__frame) {
246
- return $$hiphop.SEQUENCE({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':32096},'%tag':'run'},$$hiphop.ATOM({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':32096},'%tag':'hop','apply':function () {
247
- }}),$$hiphop.RUN({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':32096},'%tag':'run','autocomplete':true,'module':Flute,'%frame':__frame}));
248
- })([]),$$hiphop.SEQUENCE({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':32128},'%tag':'par'},$$hiphop.AWAIT({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':32143},'%tag':'await','immediate':false,'apply':new $$hiphop.DelaySig('tick','now'),'countapply':function () {
241
+ return $$hiphop.SEQUENCE({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':31903},'%tag':'run'},$$hiphop.ATOM({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':31903},'%tag':'hop','apply':function () {
242
+ }}),$$hiphop.RUN({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':31903},'%tag':'run','autocomplete':true,'module':Percu,'%frame':__frame}));
243
+ })([])),$$hiphop.ATOM({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':31938},'%tag':'pragma','apply':function () {
244
+ DAW.cleanQueue(5);}}),$$hiphop.ATOM({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':31980},'%tag':'pragma','apply':function () {
245
+ serveur.broadcast(JSON.stringify({'type':'alertInfoScoreON','value':'Flute'}));}}),$$hiphop.FORK({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':32117},'%tag':'FORK'},$$hiphop.TRAP({'M62248':'M62248','%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':32131},'%tag':'TRAP'},$$hiphop.FORK({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':32148},'%tag':'FORK'},(function (__frame) {
246
+ return $$hiphop.SEQUENCE({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':32164},'%tag':'run'},$$hiphop.ATOM({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':32164},'%tag':'hop','apply':function () {
247
+ }}),$$hiphop.RUN({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':32164},'%tag':'run','autocomplete':true,'module':Flute,'%frame':__frame}));
248
+ })([]),$$hiphop.SEQUENCE({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':32196},'%tag':'par'},$$hiphop.AWAIT({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':32211},'%tag':'await','immediate':false,'apply':new $$hiphop.DelaySig('tick','now'),'countapply':function () {
249
249
  return 40;
250
- }}),$$hiphop.EMIT({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':32185},'%tag':'EMIT','signame':'stopReservoir'}),$$hiphop.EXIT({'M475594':'M475594','%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':32218},'%tag':'EXIT'})))),$$hiphop.ABORT({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':32270},'%tag':'ABORT','immediate':false,'apply':new $$hiphop.DelaySig('tick','now'),'countapply':function () {
250
+ }}),$$hiphop.EMIT({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':32253},'%tag':'EMIT','signame':'stopReservoir'}),$$hiphop.EXIT({'M62248':'M62248','%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':32286},'%tag':'EXIT'})))),$$hiphop.ABORT({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':32337},'%tag':'ABORT','immediate':false,'apply':new $$hiphop.DelaySig('tick','now'),'countapply':function () {
251
251
  return 40;
252
- }},$$hiphop.LOCAL({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':32288},'%tag':'LOCAL'},$$hiphop.SIGNAL({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':32295},'name':'inverseTempo'}),$$hiphop.ATOM({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':32319},'%tag':'pragma','apply':function () {
253
- console.log('-- Start move tempo');}}),$$hiphop.ABORT({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':32371},'%tag':'ABORT','immediate':true,'apply':new $$hiphop.DelaySig('stopMoveTempo','now')},$$hiphop.LOOP({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':32391}},$$hiphop.FORK({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':32411},'%tag':'FORK'},$$hiphop.EVERY({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':32434},'%tag':'EVERY','immediate':false,'apply':new $$hiphop.DelaySig('tick','now'),'countapply':function () {
252
+ }},$$hiphop.LOCAL({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':32355},'%tag':'LOCAL'},$$hiphop.SIGNAL({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':32362},'name':'inverseTempo'}),$$hiphop.ATOM({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':32386},'%tag':'pragma','apply':function () {
253
+ console.log('-- Start move tempo');}}),$$hiphop.ABORT({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':32438},'%tag':'ABORT','immediate':true,'apply':new $$hiphop.DelaySig('stopMoveTempo','now')},$$hiphop.LOOP({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':32458}},$$hiphop.FORK({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':32478},'%tag':'FORK'},$$hiphop.EVERY({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':32501},'%tag':'EVERY','immediate':false,'apply':new $$hiphop.DelaySig('tick','now'),'countapply':function () {
254
254
  return 5;
255
- }},$$hiphop.EMIT({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':32485},'%tag':'EMIT','signame':'inverseTempo'})),$$hiphop.LOOP({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':32555}},$$hiphop.ABORT({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':32579},'%tag':'ABORT','immediate':false,'apply':new $$hiphop.DelaySig('inverseTempo','now')},$$hiphop.EVERY({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':32608},'%tag':'EVERY','immediate':false,'apply':new $$hiphop.DelaySig('tick','now'),'countapply':function () {
255
+ }},$$hiphop.EMIT({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':32552},'%tag':'EMIT','signame':'inverseTempo'})),$$hiphop.LOOP({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':32622}},$$hiphop.ABORT({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':32646},'%tag':'ABORT','immediate':false,'apply':new $$hiphop.DelaySig('inverseTempo','now')},$$hiphop.EVERY({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':32675},'%tag':'EVERY','immediate':false,'apply':new $$hiphop.DelaySig('tick','now'),'countapply':function () {
256
256
  return 1;
257
- }},$$hiphop.ATOM({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':32659},'%tag':'pragma','apply':function () {
258
- tempoGlobal+=2;setTempo(tempoGlobal,param);}}))),$$hiphop.ABORT({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':32870},'%tag':'ABORT','immediate':false,'apply':new $$hiphop.DelaySig('inverseTempo','now')},$$hiphop.EVERY({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':32898},'%tag':'EVERY','immediate':false,'apply':new $$hiphop.DelaySig('tick','now'),'countapply':function () {
257
+ }},$$hiphop.ATOM({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':32726},'%tag':'pragma','apply':function () {
258
+ tempoGlobal+=2;setTempo(tempoGlobal,param);}}))),$$hiphop.ABORT({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':32937},'%tag':'ABORT','immediate':false,'apply':new $$hiphop.DelaySig('inverseTempo','now')},$$hiphop.EVERY({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':32965},'%tag':'EVERY','immediate':false,'apply':new $$hiphop.DelaySig('tick','now'),'countapply':function () {
259
259
  return 1;
260
- }},$$hiphop.ATOM({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':32947},'%tag':'pragma','apply':function () {
261
- tempoGlobal-=2;setTempo(tempoGlobal,param);}}))))))),$$hiphop.ATOM({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':33245},'%tag':'pragma','apply':function () {
262
- console.log('-- Stop move tempo');}}))),$$hiphop.SEQUENCE({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':33333},'%tag':'par'},$$hiphop.EMIT({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':33357},'%tag':'EMIT','signame':'MassiveOUT','apply':function () {
260
+ }},$$hiphop.ATOM({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':33014},'%tag':'pragma','apply':function () {
261
+ tempoGlobal-=2;setTempo(tempoGlobal,param);}}))))))),$$hiphop.ATOM({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':33312},'%tag':'pragma','apply':function () {
262
+ console.log('-- Stop move tempo');}}))),$$hiphop.SEQUENCE({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':33400},'%tag':'par'},$$hiphop.EMIT({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':33424},'%tag':'EMIT','signame':'MassiveOUT','apply':function () {
263
263
  return [true,255];
264
- }}),$$hiphop.ATOM({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':33393},'%tag':'pragma','apply':function () {
265
- gcs.informSelecteurOnMenuChange(255,' Massive',true);}}),$$hiphop.AWAIT({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':33462},'%tag':'await','immediate':false,'apply':new $$hiphop.DelaySig('tick','now'),'countapply':function () {
264
+ }}),$$hiphop.ATOM({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':33460},'%tag':'pragma','apply':function () {
265
+ gcs.informSelecteurOnMenuChange(255,' Massive',true);}}),$$hiphop.AWAIT({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':33529},'%tag':'await','immediate':false,'apply':new $$hiphop.DelaySig('tick','now'),'countapply':function () {
266
266
  return 10;
267
- }}),$$hiphop.EMIT({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':33507},'%tag':'EMIT','signame':'MassiveOUT','apply':function () {
267
+ }}),$$hiphop.EMIT({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':33574},'%tag':'EMIT','signame':'MassiveOUT','apply':function () {
268
268
  return [false,255];
269
- }}),$$hiphop.ATOM({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':33544},'%tag':'pragma','apply':function () {
270
- gcs.informSelecteurOnMenuChange(255,' Massive',false);}}),$$hiphop.PAUSE({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':33614},'%tag':'yield'}))),$$hiphop.ATOM({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':33633},'%tag':'pragma','apply':function () {
271
- DAW.putPatternInQueue('Percu4');}}),$$hiphop.ATOM({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':33679},'%tag':'pragma','apply':function () {
272
- serveur.broadcast(JSON.stringify({'type':'alertInfoScoreON','value':'FIN'}));}}),$$hiphop.ATOM({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':33814},'%tag':'pragma','apply':function () {
269
+ }}),$$hiphop.ATOM({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':33611},'%tag':'pragma','apply':function () {
270
+ gcs.informSelecteurOnMenuChange(255,' Massive',false);}}),$$hiphop.PAUSE({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':33681},'%tag':'yield'}))),$$hiphop.ATOM({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':33700},'%tag':'pragma','apply':function () {
271
+ DAW.putPatternInQueue('Percu4');}}),$$hiphop.ATOM({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':33746},'%tag':'pragma','apply':function () {
272
+ serveur.broadcast(JSON.stringify({'type':'alertInfoScoreON','value':'FIN'}));}}),$$hiphop.ATOM({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':33881},'%tag':'pragma','apply':function () {
273
273
  DAW.cleanQueues();gcs.cleanChoiceList(255);}}))))));
274
274
  if (debug) console.log('orchestrationHH.mjs: setSignals',param.groupesDesSons);
275
275
  var machine=new hh.ReactiveMachine(Program,{'sweep':true,'tracePropagation':false,'traceReactDuration':false});