nodeskini 1.0.3 → 1.0.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/blocklySkini/scripts/hiphop_blocks.js +3991 -6104
- package/blocklySkini/scripts/main2.js +4 -4
- package/client/clientListe/clientListe.js +11 -0
- package/client/clientListe/clientListebundle.js +1755 -1909
- package/client/configurateur/configReact.js +1 -1
- package/client/configurateur/configReactbundle.js +16 -10
- package/client/configurateur/src/configReact.js +1 -1
- package/client/parametrage/paramReact.js +1 -1
- package/client/parametrage/paramReactbundle.js +6 -5
- package/client/parametrage/src/paramReact.js +2 -2
- package/client/score/parto1.js +4 -1
- package/client/score/parto1bundle.js +45 -23
- package/client/simulateurListe/simulateurFork.mjs +1 -1
- package/client/simulateurListe/simulateurListe.js +3 -3
- package/doc/Doc Skini Node english.pdf +0 -0
- package/doc/Mode d'emploi Skini Node.pdf +0 -0
- package/doc/Tuto Skini.pdf +0 -0
- package/doc/quickstart.pdf +0 -0
- package/myReact/orchestrationHH.hh.js +2024 -0
- package/myReact/orchestrationHH.mjs +262 -420
- package/myReact/orchestrationHH.mjs.map +1 -1
- package/package.json +19 -11
- package/pieces/tutos/demoAbleton.csv +21 -0
- package/pieces/tutos/demoAbleton.js +100 -0
- package/pieces/tutos/demoAbleton.xml +180 -0
- package/pieces/tutos/demoHH.js +99 -0
- package/pieces/tutos/demoHH.xml +184 -0
- package/pieces/tutos/demoHHwait.js +100 -0
- package/pieces/tutos/demoHHwait.xml +175 -0
- package/pieces/tutos/tuto.csv +10 -0
- package/pieces/tutos/tuto.csv.good +1 -0
- package/pieces/tutos/tuto1.js +105 -0
- package/pieces/tutos/tuto1.xml +147 -0
- package/pieces/tutos/tuto10.back.js +106 -0
- package/pieces/tutos/tuto10.js +107 -0
- package/pieces/tutos/tuto10.xml +199 -0
- package/pieces/tutos/tuto11.js +111 -0
- package/pieces/tutos/tuto11.xml +124 -0
- package/pieces/tutos/tuto12.js +91 -0
- package/pieces/tutos/tuto12.xml +258 -0
- package/pieces/tutos/tuto2.back.js +106 -0
- package/pieces/tutos/tuto2.js +95 -0
- package/pieces/tutos/tuto2.xml +94 -0
- package/pieces/tutos/tuto3-2.js +105 -0
- package/pieces/tutos/tuto3-2.xml +96 -0
- package/pieces/tutos/tuto3.js +97 -0
- package/pieces/tutos/tuto3.xml +49 -0
- package/pieces/tutos/tuto4.js +107 -0
- package/pieces/tutos/tuto4.xml +106 -0
- package/pieces/tutos/tuto5.js +109 -0
- package/pieces/tutos/tuto5.xml +42 -0
- package/pieces/tutos/tuto6.js +105 -0
- package/pieces/tutos/tuto6.xml +26 -0
- package/pieces/tutos/tuto7.js +107 -0
- package/pieces/tutos/tuto7.xml +65 -0
- package/pieces/tutos/tuto8.js +105 -0
- package/pieces/tutos/tuto8.xml +76 -0
- package/pieces/tutos/tuto9.js +107 -0
- package/pieces/tutos/tuto9.xml +90 -0
- package/pieces/tutos/tutoAwait.js +111 -0
- package/pieces/tutos/tutoAwait.xml +171 -0
- package/pieces/tutos/tutoDoubleEmission.js +93 -0
- package/pieces/tutos/tutoDoubleEmission.xml +65 -0
- package/pieces/tutos/tutoESP32.js +104 -0
- package/pieces/tutos/tutoESP32.xml +246 -0
- package/pieces/tutos/tutoGame.js +126 -0
- package/pieces/tutos/tutoGame.xml +109 -0
- package/pieces/tutos/tutoGroups1.js +111 -0
- package/pieces/tutos/tutoGroups1.xml +137 -0
- package/pieces/tutos/tutoGroups2.js +97 -0
- package/pieces/tutos/tutoGroups2.xml +103 -0
- package/pieces/tutos/tutoGroups3.js +111 -0
- package/pieces/tutos/tutoGroups3.xml +128 -0
- package/pieces/tutos/tutoGroups4.js +111 -0
- package/pieces/tutos/tutoGroups4.xml +84 -0
- package/pieces/tutos/tutoIZ.js +95 -0
- package/pieces/tutos/tutoIZ.xml +135 -0
- package/pieces/tutos/tutoIf.js +111 -0
- package/pieces/tutos/tutoIf.xml +126 -0
- package/pieces/tutos/tutoMidi.js +126 -0
- package/pieces/tutos/tutoMidi.xml +62 -0
- package/pieces/tutos/tutoOS.js +121 -0
- package/pieces/tutos/tutoOSC.js +109 -0
- package/pieces/tutos/tutoOSC.xml +223 -0
- package/pieces/tutos/tutoOSCJonathan.js +94 -0
- package/pieces/tutos/tutoOSCJonathan.xml +312 -0
- package/pieces/tutos/tutoPatternInGroup.js +109 -0
- package/pieces/tutos/tutoPatternInGroup.xml +116 -0
- package/pieces/tutos/tutoRandomBlock.js +129 -0
- package/pieces/tutos/tutoRandomBlock.xml +194 -0
- package/pieces/tutos/tutoSuspend.js +107 -0
- package/pieces/tutos/tutoSuspend.xml +139 -0
- package/pieces/tutos/tutoSustain.js +107 -0
- package/pieces/tutos/tutoSustain.xml +109 -0
- package/pieces/tutos/tutoTank.csv +9 -0
- package/pieces/tutos/tutoTank.js +100 -0
- package/pieces/tutos/tutoTank.xml +326 -0
- package/pieces/tutos/tutoTestAll.csv +11 -0
- package/pieces/tutos/tutoTestAll.js +101 -0
- package/pieces/tutos/tutoTestAll.xml +859 -0
- package/serveur/OSCandMidi.mjs +7 -5
- package/serveur/controleDAW.mjs +3 -2
- package/serveur/defaultSkiniParametres.js +20 -13
- package/serveur/groupeClientsSons.mjs +10 -5
- package/serveur/ipConfig.json +2 -2
- package/serveur/midimix.mjs +13 -13
- package/serveur/saveParam.mjs +4 -15
- package/serveur/skiniParametres.js +108 -26
- package/serveur/utilsHHSkini.hh.js +64 -64
- package/serveur/websocketServer.mjs +2090 -2052
- package/serveur/workerInterfaceZ.mjs +4 -7
- package/blocklySkini/archive/blocklyControleur.js +0 -87
- package/blocklySkini/archive/blocklySkini.js +0 -84
- package/blocklySkini/archive/blocklyhop.js +0 -75
- package/blocklySkini/archive/clientControleurBlocly.js +0 -170
- package/blocklySkini/archive/index.html +0 -76
- package/blocklySkini/archive/testHHsuspend.txt +0 -89
- package/blocklySkini/archive/testHHtrap.txt +0 -262
- package/blocklySkini/archive/testOrchestration.txt +0 -177
- package/blocklySkini/archive/testOrchestration.xml +0 -447
- package/blocklySkini/archive/testOrchestration2.xml +0 -456
- package/myReact/archive/Nodeemitvaluedlocal1.hh.js +0 -52
- package/myReact/archive/abort-parNode.js +0 -79
- package/myReact/archive/abroNode.js +0 -169
- package/myReact/archive/abroNode2.js +0 -80
- package/myReact/archive/atom.compile.hh.js +0 -51
- package/myReact/archive/await-countNode.js +0 -67
- package/myReact/archive/await-nowvalNode.js +0 -44
- package/myReact/archive/callHH.js +0 -96
- package/myReact/archive/emit-if2.hh.compiled.js +0 -113
- package/myReact/archive/every1Node.js +0 -35
- package/myReact/archive/if-runNode.js +0 -74
- package/myReact/archive/if1Node.js +0 -43
- package/myReact/archive/makeawait.js +0 -0
- package/myReact/archive/myReact.old.js +0 -684
- package/myReact/archive/orchestration.js +0 -281
- package/myReact/archive/orchestration1.js +0 -132
- package/myReact/archive/orchestration1.xml +0 -465
- package/myReact/archive/orchestration2.js +0 -161
- package/myReact/archive/orchestrationHH.mano.js +0 -280
- package/myReact/archive/orchestrationHHTest.js +0 -428
- package/myReact/archive/orchestrationHHTest.xml +0 -234
- package/myReact/archive/orchestrationHHTestRun.js +0 -104
- package/myReact/archive/orchestrationHHTestRun.xml +0 -34
- package/myReact/archive/orchestrationTest0.js +0 -178
- package/myReact/archive/orchestrationTest1.js +0 -181
- package/myReact/archive/orchestrationTest2.js +0 -281
- package/myReact/archive/run3pointsNode.js +0 -59
- package/myReact/archive/runNode.js +0 -123
- package/myReact/archive/runNode2.js +0 -91
- package/myReact/archive/testAwait1.js +0 -141
- package/myReact/archive/testAwait1.xml +0 -86
- package/myReact/archive/testEvery1.js +0 -122
- package/myReact/archive/testEvery1.xml +0 -79
- package/myReact/archive/testHH1.js +0 -135
- package/myReact/archive/testHH1.xml +0 -86
- package/myReact/archive/testHH1revu.js +0 -104
- package/myReact/archive/testHH2.js +0 -122
- package/myReact/archive/testHH2.xml +0 -79
- package/myReact/archive/testHH3.js +0 -130
- package/myReact/archive/testHH3.xml +0 -86
- package/myReact/archive/testHHabort.js +0 -121
- package/myReact/archive/testHHabort.xml +0 -83
- package/myReact/archive/testMakeawait.js +0 -202
- package/myReact/archive/testRun1.js +0 -168
- package/myReact/archive/testRun1.xml +0 -142
- package/myReact/archive/titi.js +0 -28
- package/myReact/archive/titi.xml +0 -110
- package/myReact/archive/toto.js +0 -73
- package/myReact/archive/toto.xml +0 -198
- package/myReact/archive/trap-await-parallelNode.js +0 -123
- package/myReact/inutiles/hiver2022.xml +0 -804
- package/myReact/inutiles/hopeNode.xml +0 -459
- package/myReact/inutiles/mars2022.xml +0 -871
- package/myReact/inutiles/mystique1.xml +0 -318
- package/myReact/inutiles/mystiqueOSC.xml +0 -277
- package/myReact/inutiles/opus5Node.xml +0 -1271
- package/myReact/inutiles/opus5NodeLinux.xml +0 -1241
- package/myReact/inutiles/orchestrationHH.xml +0 -541
- package/myReact/inutiles/orchestrationHH2.xml +0 -547
- package/myReact/inutiles/testHH.xml +0 -95
- package/myReact/inutiles/trouveLaPercuTenor.xml +0 -349
|
@@ -1,123 +0,0 @@
|
|
|
1
|
-
"use hiphop"
|
|
2
|
-
"use hopscript"
|
|
3
|
-
|
|
4
|
-
const hh = require( "hiphop" );
|
|
5
|
-
hiphop module prg( A, B ) {
|
|
6
|
-
signal toto;
|
|
7
|
-
|
|
8
|
-
await count( 3, A.now || B.now );
|
|
9
|
-
/* TRAP1: fork {
|
|
10
|
-
await( A.now );
|
|
11
|
-
hop { console.log( "A" ) }
|
|
12
|
-
break TRAP1;
|
|
13
|
-
} par {
|
|
14
|
-
await( B.now );
|
|
15
|
-
hop { console.log( "B" ) }
|
|
16
|
-
break TRAP1;
|
|
17
|
-
}
|
|
18
|
-
*/
|
|
19
|
-
hop { console.log( "end" ) } ;
|
|
20
|
-
}
|
|
21
|
-
const m = new hh.ReactiveMachine( prg );
|
|
22
|
-
|
|
23
|
-
m.react();
|
|
24
|
-
m.inputAndReact( "B" );
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
/*"use strict";
|
|
28
|
-
var hh;
|
|
29
|
-
var m;
|
|
30
|
-
|
|
31
|
-
let prg;
|
|
32
|
-
hh=require("../hiphop/hiphop.js");
|
|
33
|
-
|
|
34
|
-
prg=hh.MODULE(
|
|
35
|
-
{"id":"prg","%location":{"filename":"trap-await-parallel.hh.js","pos":71},"%tag":"module"},
|
|
36
|
-
hh.SIGNAL(
|
|
37
|
-
{"%location":{"filename":"trap-await-parallel.hh.js","pos":83},"direction":"INOUT","name":"A"}),
|
|
38
|
-
hh.SIGNAL(
|
|
39
|
-
{"%location":{"filename":"trap-await-parallel.hh.js","pos":86},"direction":"INOUT","name":"B"}),
|
|
40
|
-
|
|
41
|
-
hh.TRAP(
|
|
42
|
-
{
|
|
43
|
-
"EXIT":"EXIT",
|
|
44
|
-
"%location":{"filename":"trap-await-parallel.hh.js","pos":95},
|
|
45
|
-
"%tag":"EXIT"
|
|
46
|
-
},
|
|
47
|
-
|
|
48
|
-
hh.FORK(
|
|
49
|
-
{"%location":{"filename":"trap-await-parallel.hh.js","pos":101},"%tag":"fork"},
|
|
50
|
-
hh.SEQUENCE(
|
|
51
|
-
{"%location":{"filename":"trap-await-parallel.hh.js","pos":101},"%tag":"fork"},
|
|
52
|
-
hh.AWAIT(
|
|
53
|
-
{"%location":{"filename":"trap-await-parallel.hh.js","pos":114},
|
|
54
|
-
"%tag":"await",
|
|
55
|
-
"immediate":false,
|
|
56
|
-
"apply":function (){
|
|
57
|
-
return ((() => {const A=this["A"];return A.now;})());
|
|
58
|
-
}
|
|
59
|
-
},
|
|
60
|
-
hh.SIGACCESS({"signame":"A","pre":false,"val":false,"cnt":false})),
|
|
61
|
-
hh.ATOM({"%location":{"filename":"trap-await-parallel.hh.js","pos":136},"%tag":"hop","apply":function (){console.log("A");}
|
|
62
|
-
}),
|
|
63
|
-
|
|
64
|
-
hh.EXIT(
|
|
65
|
-
{
|
|
66
|
-
"EXIT":"EXIT",
|
|
67
|
-
"%location":{"filename":"trap-await-parallel.hh.js","pos":175},
|
|
68
|
-
"%tag":"break"
|
|
69
|
-
})
|
|
70
|
-
),
|
|
71
|
-
|
|
72
|
-
hh.SEQUENCE({"%location":{"filename":"trap-await-parallel.hh.js","pos":186},"%tag":"par"},
|
|
73
|
-
hh.AWAIT({"%location":{"filename":"trap-await-parallel.hh.js","pos":198},"%tag":"await","immediate":false,"apply":function (){return ((() => {const B=this["B"];return B.now;})());}
|
|
74
|
-
},
|
|
75
|
-
hh.SIGACCESS({"signame":"B","pre":false,"val":false,"cnt":false})),
|
|
76
|
-
hh.ATOM({"%location":{"filename":"trap-await-parallel.hh.js","pos":220},"%tag":"hop","apply":function (){console.log("B");}
|
|
77
|
-
}),
|
|
78
|
-
|
|
79
|
-
hh.EXIT(
|
|
80
|
-
{
|
|
81
|
-
"EXIT":"EXIT",
|
|
82
|
-
"%location":{"filename":"trap-await-parallel.hh.js","pos":259},
|
|
83
|
-
"%tag":"break"
|
|
84
|
-
}
|
|
85
|
-
)
|
|
86
|
-
|
|
87
|
-
)
|
|
88
|
-
)
|
|
89
|
-
),
|
|
90
|
-
hh.ATOM({"%location":{"filename":"trap-await-parallel.hh.js","pos":274},"%tag":"hop","apply":function (){console.log("end");}
|
|
91
|
-
})
|
|
92
|
-
);
|
|
93
|
-
|
|
94
|
-
m=new hh.ReactiveMachine(prg,"atom");
|
|
95
|
-
m.react();
|
|
96
|
-
m.inputAndReact("B");*/
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
var __hh_module;const hh=require("hiphop");let prg;let m;__hh_module=require("hiphop");
|
|
100
|
-
|
|
101
|
-
prg=__hh_module.MODULE({"id":"prg","%location":{"filename":"trap-await-parallelNode.js","pos":69},"%tag":"module"},
|
|
102
|
-
__hh_module.SIGNAL({"%location":{"filename":"trap-await-parallelNode.js","pos":81},"direction":"INOUT","name":"A"}),
|
|
103
|
-
__hh_module.SIGNAL({"%location":{"filename":"trap-await-parallelNode.js","pos":84},"direction":"INOUT","name":"B"}),
|
|
104
|
-
__hh_module.LOCAL({"%location":{"filename":"trap-await-parallelNode.js","pos":93},"%tag":"signal"},
|
|
105
|
-
__hh_module.SIGNAL({"name":"toto"}),
|
|
106
|
-
|
|
107
|
-
__hh_module.AWAIT(
|
|
108
|
-
{
|
|
109
|
-
"%location":{"filename":"trap-await-parallelNode.js","pos":110},
|
|
110
|
-
"%tag":"await",
|
|
111
|
-
"immediate":false,
|
|
112
|
-
"apply":function (){
|
|
113
|
-
return ((() => {
|
|
114
|
-
const A=this["A"];
|
|
115
|
-
const B=this["B"];
|
|
116
|
-
return A.now || B.now;
|
|
117
|
-
})());
|
|
118
|
-
},
|
|
119
|
-
"countapply":function (){return 3;}
|
|
120
|
-
}
|
|
121
|
-
|
|
122
|
-
,__hh_module.SIGACCESS({"signame":"A","pre":false,"val":false,"cnt":false}),__hh_module.SIGACCESS({"signame":"B","pre":false,"val":false,"cnt":false})),__hh_module.ATOM({"%location":{"filename":"trap-await-parallelNode.js","pos":337},"%tag":"hop","apply":function (){console.log("end");}
|
|
123
|
-
})));m=new hh.ReactiveMachine(prg);m.react();m.inputAndReact("B");
|