nodeskini 1.0.5 → 1.0.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (164) hide show
  1. package/client/clientListe/clientListe.js +11 -0
  2. package/client/clientListe/clientListebundle.js +1755 -1909
  3. package/client/score/parto1.js +4 -1
  4. package/client/score/parto1bundle.js +45 -23
  5. package/doc/Doc Skini Node english.pdf +0 -0
  6. package/doc/Mode d'emploi Skini Node.pdf +0 -0
  7. package/doc/Tuto Skini.pdf +0 -0
  8. package/doc/quickstart.pdf +0 -0
  9. package/myReact/orchestrationHH.hh.js +27 -12
  10. package/myReact/orchestrationHH.mjs +170 -170
  11. package/myReact/orchestrationHH.mjs.map +1 -1
  12. package/package.json +11 -8
  13. package/pieces/tutos/demoAbleton.csv +21 -0
  14. package/pieces/tutos/demoAbleton.js +100 -0
  15. package/pieces/tutos/demoAbleton.xml +180 -0
  16. package/pieces/tutos/demoHH.js +99 -0
  17. package/pieces/tutos/demoHH.xml +184 -0
  18. package/pieces/tutos/demoHHwait.js +100 -0
  19. package/pieces/tutos/demoHHwait.xml +175 -0
  20. package/pieces/tutos/tuto.csv +10 -0
  21. package/pieces/tutos/tuto.csv.good +1 -0
  22. package/pieces/tutos/tuto1.js +105 -0
  23. package/pieces/tutos/tuto1.xml +147 -0
  24. package/pieces/tutos/tuto10.back.js +106 -0
  25. package/pieces/tutos/tuto10.js +107 -0
  26. package/pieces/tutos/tuto10.xml +199 -0
  27. package/pieces/tutos/tuto11.js +111 -0
  28. package/pieces/tutos/tuto11.xml +124 -0
  29. package/pieces/tutos/tuto12.js +91 -0
  30. package/pieces/tutos/tuto12.xml +258 -0
  31. package/pieces/tutos/tuto2.back.js +106 -0
  32. package/pieces/tutos/tuto2.js +95 -0
  33. package/pieces/tutos/tuto2.xml +94 -0
  34. package/pieces/tutos/tuto3-2.js +105 -0
  35. package/pieces/tutos/tuto3-2.xml +96 -0
  36. package/pieces/tutos/tuto3.js +97 -0
  37. package/pieces/tutos/tuto3.xml +49 -0
  38. package/pieces/tutos/tuto4.js +107 -0
  39. package/pieces/tutos/tuto4.xml +106 -0
  40. package/pieces/tutos/tuto5.js +109 -0
  41. package/pieces/tutos/tuto5.xml +42 -0
  42. package/pieces/tutos/tuto6.js +105 -0
  43. package/pieces/tutos/tuto6.xml +26 -0
  44. package/pieces/tutos/tuto7.js +107 -0
  45. package/pieces/tutos/tuto7.xml +65 -0
  46. package/pieces/tutos/tuto8.js +105 -0
  47. package/pieces/tutos/tuto8.xml +76 -0
  48. package/pieces/tutos/tuto9.js +107 -0
  49. package/pieces/tutos/tuto9.xml +90 -0
  50. package/pieces/tutos/tutoAwait.js +111 -0
  51. package/pieces/tutos/tutoAwait.xml +171 -0
  52. package/pieces/tutos/tutoDoubleEmission.js +93 -0
  53. package/pieces/tutos/tutoDoubleEmission.xml +65 -0
  54. package/pieces/tutos/tutoESP32.js +104 -0
  55. package/pieces/tutos/tutoESP32.xml +246 -0
  56. package/pieces/tutos/tutoGame.js +126 -0
  57. package/pieces/tutos/tutoGame.xml +109 -0
  58. package/pieces/tutos/tutoGroups1.js +111 -0
  59. package/pieces/tutos/tutoGroups1.xml +137 -0
  60. package/pieces/tutos/tutoGroups2.js +97 -0
  61. package/pieces/tutos/tutoGroups2.xml +103 -0
  62. package/pieces/tutos/tutoGroups3.js +111 -0
  63. package/pieces/tutos/tutoGroups3.xml +128 -0
  64. package/pieces/tutos/tutoGroups4.js +111 -0
  65. package/pieces/tutos/tutoGroups4.xml +84 -0
  66. package/pieces/tutos/tutoIZ.js +95 -0
  67. package/pieces/tutos/tutoIZ.xml +135 -0
  68. package/pieces/tutos/tutoIf.js +111 -0
  69. package/pieces/tutos/tutoIf.xml +126 -0
  70. package/pieces/tutos/tutoMidi.js +126 -0
  71. package/pieces/tutos/tutoMidi.xml +62 -0
  72. package/pieces/tutos/tutoOS.js +121 -0
  73. package/pieces/tutos/tutoOSC.js +109 -0
  74. package/pieces/tutos/tutoOSC.xml +223 -0
  75. package/pieces/tutos/tutoOSCJonathan.js +94 -0
  76. package/pieces/tutos/tutoOSCJonathan.xml +312 -0
  77. package/pieces/tutos/tutoPatternInGroup.js +109 -0
  78. package/pieces/tutos/tutoPatternInGroup.xml +116 -0
  79. package/pieces/tutos/tutoRandomBlock.js +129 -0
  80. package/pieces/tutos/tutoRandomBlock.xml +194 -0
  81. package/pieces/tutos/tutoSuspend.js +107 -0
  82. package/pieces/tutos/tutoSuspend.xml +139 -0
  83. package/pieces/tutos/tutoSustain.js +107 -0
  84. package/pieces/tutos/tutoSustain.xml +109 -0
  85. package/pieces/tutos/tutoTank.csv +9 -0
  86. package/pieces/tutos/tutoTank.js +100 -0
  87. package/pieces/tutos/tutoTank.xml +326 -0
  88. package/pieces/tutos/tutoTestAll.csv +11 -0
  89. package/pieces/tutos/tutoTestAll.js +101 -0
  90. package/pieces/tutos/tutoTestAll.xml +859 -0
  91. package/serveur/skiniParametres.js +104 -11
  92. package/blocklySkini/archive/blocklyControleur.js +0 -87
  93. package/blocklySkini/archive/blocklySkini.js +0 -84
  94. package/blocklySkini/archive/blocklyhop.js +0 -75
  95. package/blocklySkini/archive/clientControleurBlocly.js +0 -170
  96. package/blocklySkini/archive/index.html +0 -76
  97. package/blocklySkini/archive/testHHsuspend.txt +0 -89
  98. package/blocklySkini/archive/testHHtrap.txt +0 -262
  99. package/blocklySkini/archive/testOrchestration.txt +0 -177
  100. package/blocklySkini/archive/testOrchestration.xml +0 -447
  101. package/blocklySkini/archive/testOrchestration2.xml +0 -456
  102. package/blocklySkini/scripts/hiphop_blocks.old.js +0 -3010
  103. package/blocklySkini/scripts/hiphop_blocks11-2025.js +0 -6104
  104. package/myReact/archive/Nodeemitvaluedlocal1.hh.js +0 -52
  105. package/myReact/archive/abort-parNode.js +0 -79
  106. package/myReact/archive/abroNode.js +0 -169
  107. package/myReact/archive/abroNode2.js +0 -80
  108. package/myReact/archive/atom.compile.hh.js +0 -52
  109. package/myReact/archive/await-countNode.js +0 -67
  110. package/myReact/archive/await-nowvalNode.js +0 -44
  111. package/myReact/archive/callHH.js +0 -96
  112. package/myReact/archive/emit-if2.hh.compiled.js +0 -113
  113. package/myReact/archive/every1Node.js +0 -35
  114. package/myReact/archive/if-runNode.js +0 -74
  115. package/myReact/archive/if1Node.js +0 -43
  116. package/myReact/archive/makeawait.js +0 -0
  117. package/myReact/archive/myReact.old.js +0 -684
  118. package/myReact/archive/orchestration.js +0 -281
  119. package/myReact/archive/orchestration1.js +0 -132
  120. package/myReact/archive/orchestration1.xml +0 -465
  121. package/myReact/archive/orchestration2.js +0 -161
  122. package/myReact/archive/orchestrationHH.mano.js +0 -280
  123. package/myReact/archive/orchestrationHHTest.js +0 -428
  124. package/myReact/archive/orchestrationHHTest.xml +0 -234
  125. package/myReact/archive/orchestrationHHTestRun.js +0 -104
  126. package/myReact/archive/orchestrationHHTestRun.xml +0 -34
  127. package/myReact/archive/orchestrationTest0.js +0 -178
  128. package/myReact/archive/orchestrationTest1.js +0 -181
  129. package/myReact/archive/orchestrationTest2.js +0 -281
  130. package/myReact/archive/run3pointsNode.js +0 -59
  131. package/myReact/archive/runNode.js +0 -123
  132. package/myReact/archive/runNode2.js +0 -91
  133. package/myReact/archive/testAwait1.js +0 -141
  134. package/myReact/archive/testAwait1.xml +0 -86
  135. package/myReact/archive/testEvery1.js +0 -122
  136. package/myReact/archive/testEvery1.xml +0 -79
  137. package/myReact/archive/testHH1.js +0 -135
  138. package/myReact/archive/testHH1.xml +0 -86
  139. package/myReact/archive/testHH1revu.js +0 -104
  140. package/myReact/archive/testHH2.js +0 -122
  141. package/myReact/archive/testHH2.xml +0 -79
  142. package/myReact/archive/testHH3.js +0 -130
  143. package/myReact/archive/testHH3.xml +0 -86
  144. package/myReact/archive/testHHabort.js +0 -121
  145. package/myReact/archive/testHHabort.xml +0 -83
  146. package/myReact/archive/testMakeawait.js +0 -202
  147. package/myReact/archive/testRun1.js +0 -168
  148. package/myReact/archive/testRun1.xml +0 -142
  149. package/myReact/archive/titi.js +0 -28
  150. package/myReact/archive/titi.xml +0 -110
  151. package/myReact/archive/toto.js +0 -73
  152. package/myReact/archive/toto.xml +0 -198
  153. package/myReact/archive/trap-await-parallelNode.js +0 -123
  154. package/myReact/inutiles/hiver2022.xml +0 -804
  155. package/myReact/inutiles/hopeNode.xml +0 -459
  156. package/myReact/inutiles/mars2022.xml +0 -871
  157. package/myReact/inutiles/mystique1.xml +0 -318
  158. package/myReact/inutiles/mystiqueOSC.xml +0 -277
  159. package/myReact/inutiles/opus5Node.xml +0 -1271
  160. package/myReact/inutiles/opus5NodeLinux.xml +0 -1241
  161. package/myReact/inutiles/orchestrationHH.xml +0 -541
  162. package/myReact/inutiles/orchestrationHH2.xml +0 -547
  163. package/myReact/inutiles/testHH.xml +0 -95
  164. package/myReact/inutiles/trouveLaPercuTenor.xml +0 -349
@@ -1,113 +0,0 @@
1
- /*"use hiphop"
2
- "use hopscript"
3
-
4
- var hh = require( "hiphop" );
5
-
6
- hiphop module prg( A, B, C ) {
7
- fork {
8
- loop {
9
- if( B.nowval > 3 ) emit A();
10
- yield;
11
- }
12
- } par {
13
- loop {
14
- if( C.now ) {
15
- emit B( 4 );
16
- } else {
17
- emit B( 3 );
18
- }
19
- yield;
20
- }
21
- }
22
- }
23
-
24
- var m = new hh.ReactiveMachine( prg, "awaitvalued" );
25
-
26
- m.debug_emitted_func = console.log
27
-
28
- m.react()
29
- m.react()
30
- m.inputAndReact( "C" )
31
- m.react()
32
- m.inputAndReact( "C" )
33
- m.inputAndReact( "C" )
34
- */
35
-
36
- "use strict";
37
- var hh;var __hh_module;
38
- var m;
39
- let prg;
40
-
41
-
42
- __hh_module= require("../hiphop/hiphop.js");
43
-
44
- prg=__hh_module.MODULE({"id":"prg","%location":{"filename":"emit-if2.hh.js","pos":68},"%tag":"module"},__hh_module.SIGNAL({"%location":{"filename":"emit-if2.hh.js","pos":80},"direction":"INOUT","name":"A"}),
45
- __hh_module.SIGNAL({"%location":{"filename":"emit-if2.hh.js","pos":83},"direction":"INOUT","name":"B"}),__hh_module.SIGNAL({"%location":{"filename":"emit-if2.hh.js","pos":86},"direction":"INOUT","name":"C"}),
46
- __hh_module.FORK(
47
- {"%location":{"filename":"emit-if2.hh.js","pos":95},"%tag":"fork"},
48
- __hh_module.SEQUENCE(
49
- {"%location":{"filename":"emit-if2.hh.js","pos":95},"%tag":"fork"},
50
- __hh_module.LOOP(
51
- {"%location":{"filename":"emit-if2.hh.js","pos":108}},
52
- __hh_module.IF(
53
- {
54
- "%location":{"filename":"emit-if2.hh.js","pos":117},
55
- "%tag":"if",
56
- "apply":function (){return ((() => {const B=this["B"];return B.nowval > 3;})());}
57
- },
58
- __hh_module.SIGACCESS(
59
- {"signame":"B","pre":false,"val":true,"cnt":false}
60
- ),
61
- /* __hh_module.EMIT(
62
- {"%location":{"filename":"emit-if2.hh.js","pos":141},"%tag":"emit","A":"A"}
63
- )),*/
64
- __hh_module.PAUSE(
65
- {
66
- "%location":{"filename":"emit-if2.hh.js","pos":148},
67
- "%tag":"yield"
68
- }
69
- )
70
- )
71
- ),
72
- __hh_module.SEQUENCE(
73
- {"%location":{"filename":"emit-if2.hh.js","pos":168},"%tag":"par"},
74
- __hh_module.LOOP(
75
- {"%location":{"filename":"emit-if2.hh.js","pos":180}},
76
- __hh_module.IF(
77
- {
78
- "%location":{"filename":"emit-if2.hh.js","pos":189},
79
- "%tag":"if",
80
- "apply":function (){return ((() => {const C=this["C"];return C.now;})());}
81
- },
82
-
83
- __hh_module.SIGACCESS(
84
- {"signame":"C","pre":false,"val":false,"cnt":false}
85
- ),
86
- __hh_module.SEQUENCE(
87
- {"%location":{"filename":"emit-if2.hh.js","pos":201},"%tag":"sequence"},
88
- __hh_module.EMIT(
89
- {"%location":{"filename":"emit-if2.hh.js","pos":213},"%tag":"emit","B":"B","apply":function (){return 4;}
90
- })
91
- ),
92
- __hh_module.SEQUENCE(
93
- {"%location":{"filename":"emit-if2.hh.js","pos":230},"%tag":"sequence"},
94
- __hh_module.EMIT({"%location":{"filename":"emit-if2.hh.js","pos":242},"%tag":"emit","B":"B","apply":function (){return 3;}
95
- })
96
- )
97
- ),
98
- __hh_module.PAUSE({"%location":{"filename":"emit-if2.hh.js","pos":256},"%tag":"yield"}))
99
- )
100
-
101
- )
102
- );
103
-
104
- m = new hh.ReactiveMachine(prg,"awaitvalued");
105
-
106
- m.debug_emitted_func=console.log;
107
-
108
- m.react();
109
- m.react();
110
- m.inputAndReact("C");
111
- m.react();
112
- m.inputAndReact("C");
113
- m.inputAndReact("C");
@@ -1,35 +0,0 @@
1
- /*"use hiphop";
2
- "use hopscript";
3
-
4
- const hh = require( "hiphop" );
5
-
6
- hiphop module prg( in I, O ) {
7
- every( I.now ) {
8
- emit O();
9
- }
10
- }
11
-
12
- exports.prg = new hh.ReactiveMachine( prg, "every1" );
13
- */
14
-
15
- var __hh_module;
16
-
17
- const hh=require("hiphop");
18
-
19
- let prg;__hh_module=require("hiphop");
20
- prg=__hh_module.MODULE({"id":"prg","%location":{"filename":"every1.hh.js","pos":72},"%tag":"module"},
21
- __hh_module.SIGNAL({"%location":{"filename":"every1.hh.js","pos":84},"direction":"IN","name":"I"}),
22
- __hh_module.SIGNAL({"%location":{"filename":"every1.hh.js","pos":90},"direction":"INOUT","name":"O"}),
23
- __hh_module.EVERY(
24
- {
25
- "%location":{"filename":"every1.hh.js","pos":99},
26
- "%tag":"every","immediate":false,
27
- "apply":function (){return ((() => {const I=this["I"];return I.now;})());
28
- }
29
- },
30
- __hh_module.SIGACCESS({"signame":"I","pre":false,"val":false,"cnt":false}),
31
- __hh_module.EMIT({"%location":{"filename":"every1.hh.js","pos":127},"%tag":"emit","O":"O"})
32
- )
33
- );
34
-
35
- exports.prg=new hh.ReactiveMachine(prg,"every1");
@@ -1,74 +0,0 @@
1
- "use hopscript"
2
- "use hiphop"
3
-
4
- const hh = require( "hiphop" );
5
-
6
- const pauseModule = hiphop module() {
7
- yield;
8
- }
9
-
10
- const m = new hh.ReactiveMachine(
11
- hiphop module() {
12
- loop {
13
- hop { console.log( ">>> start" ) };
14
- if( 1 ) {
15
- run ${pauseModule}();
16
- } else {
17
- yield;
18
- }
19
- hop { console.log( ">>> end" ) }
20
- }
21
- }
22
- );
23
-
24
- m.react();
25
- setTimeout( () => m.react(), 200 );
26
-
27
-
28
- "use strict";
29
- const hh=require("hiphop");
30
- const pauseModule=(function (__hh_module){return
31
- __hh_module.MODULE({"%location":{"filename":"if-run.hh.js","pos":90},"%tag":"module"},
32
- __hh_module.PAUSE({"%location":{"filename":"if-run.hh.js","pos":104},"%tag":"yield"}));}
33
- )(require("hiphop"));
34
-
35
- const m=new hh.ReactiveMachine((function (__hh_module){
36
- return __hh_module.MODULE({"%location":{"filename":"if-run.hh.js","pos":158},"%tag":"module"},
37
- __hh_module.LOOP({"%location":{"filename":"if-run.hh.js","pos":175}},
38
- __hh_module.ATOM({"%location":{"filename":"if-run.hh.js","pos":184},"%tag":"hop",
39
- "apply":function (){console.log(">>> start");
40
- }
41
- }),
42
-
43
- __hh_module.IF(
44
- {
45
- "%location":{"filename":"if-run.hh.js","pos":222},
46
- "%tag":"if",
47
- "apply":function (){
48
- return 1;
49
- },
50
- },
51
- __hh_module.SEQUENCE({"%location":{"filename":"if-run.hh.js","pos":230},"%tag":"sequence"},
52
- __hh_module.RUN({"%location":{"filename":"if-run.hh.js","pos":237},"%tag":"run","module":pauseModule})
53
- ),
54
- __hh_module.SEQUENCE({"%location":{"filename":"if-run.hh.js","pos":268},"%tag":"sequence"},
55
- __hh_module.PAUSE({"%location":{"filename":"if-run.hh.js","pos":275},"%tag":"yield"})
56
- )
57
- ),
58
-
59
- __hh_module.ATOM(
60
- {
61
- "%location":{"filename":"if-run.hh.js","pos":288},
62
- "%tag":"hop",
63
- "apply":function (){
64
- console.log(">>> end");
65
- }
66
- }
67
- )
68
- )
69
- );
70
- }
71
- )(require("hiphop")));
72
-
73
- m.react();
74
- setTimeout((() => {return m.react();}),200);
@@ -1,43 +0,0 @@
1
- /*"use hopscript"
2
- "use hiphop"
3
-
4
- var hh = require( "hiphop" );
5
-
6
- hiphop module prg( in I1, O1, in I2, O2 ) {
7
- loop {
8
- if( I1.now ) emit O1();
9
- if( I2.nowval > 2 ) emit O2();
10
- yield;
11
- }
12
- }
13
-
14
- exports.prg = new hh.ReactiveMachine( prg, "if1" );*/
15
-
16
- "use strict";
17
- var hh;
18
-
19
- var __hh_module;
20
- let prg;
21
- hh=require("hiphop")
22
- ;__hh_module=require("hiphop");
23
-
24
- prg=__hh_module.MODULE({"id":"prg","%location":{"filename":"if1.hh.js","pos":68},"%tag":"module"},
25
- __hh_module.SIGNAL({"%location":{"filename":"if1.hh.js","pos":80},"direction":"IN","name":"I1"}),
26
- __hh_module.SIGNAL({"%location":{"filename":"if1.hh.js","pos":87},"direction":"INOUT","name":"O1"}),
27
- __hh_module.SIGNAL({"%location":{"filename":"if1.hh.js","pos":91},"direction":"IN","name":"I2"}),
28
- __hh_module.SIGNAL({"%location":{"filename":"if1.hh.js","pos":98},"direction":"INOUT","name":"O2"}),__hh_module.LOOP({"%location":{"filename":"if1.hh.js","pos":108}},__hh_module.IF({"%location":{"filename":"if1.hh.js","pos":121},"%tag":"if","apply":function (){return ((() => {const I1=this.I1;return I1.now;})());}
29
- },
30
- __hh_module.SIGACCESS({"signame":"I1","pre":false,"val":false,"cnt":false}),
31
- __hh_module.EMIT({"%location":{"filename":"if1.hh.js","pos":139},"%tag":"emit","O1":"O1"})),
32
- __hh_module.IF(
33
- {"%location":{"filename":"if1.hh.js","pos":151},
34
- "%tag":"if",
35
- "apply":function (){
36
- return ((() => {const I2=this.I2;return I2.nowval > 2;})());
37
- }
38
- },
39
- __hh_module.SIGACCESS({"signame":"I2","pre":false,"val":true,"cnt":false}),
40
- __hh_module.EMIT({"%location":{"filename":"if1.hh.js","pos":176},"%tag":"emit","O2":"O2"})),
41
- __hh_module.PAUSE({"%location":{"filename":"if1.hh.js","pos":188},"%tag":"yield"})));
42
-
43
- exports.prg=new hh.ReactiveMachine(prg,"if1");
Binary file