nodeskini 1.0.0

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 (215) hide show
  1. package/README.md +31 -0
  2. package/client/archive/bundle.js +11528 -0
  3. package/client/archive/golem.html +60 -0
  4. package/client/archive/golemClient.js +595 -0
  5. package/client/archive/golembundle.js +11634 -0
  6. package/client/archive/sequencer.html +43 -0
  7. package/client/archive/sequenceurClient.js +815 -0
  8. package/client/archive/stylegolem.css +158 -0
  9. package/client/archive/stylesequenceur.css +204 -0
  10. package/client/clientListe/Sortable-master/.circleci/config.yml +33 -0
  11. package/client/clientListe/Sortable-master/.editorconfig +15 -0
  12. package/client/clientListe/Sortable-master/.github/ISSUE_TEMPLATE/bug-report.md +73 -0
  13. package/client/clientListe/Sortable-master/.github/ISSUE_TEMPLATE/custom-template.md +48 -0
  14. package/client/clientListe/Sortable-master/.github/ISSUE_TEMPLATE/feature-request.md +41 -0
  15. package/client/clientListe/Sortable-master/.jshintrc +25 -0
  16. package/client/clientListe/Sortable-master/.testcaferc.json +7 -0
  17. package/client/clientListe/Sortable-master/CONTRIBUTING.md +26 -0
  18. package/client/clientListe/Sortable-master/LICENSE +21 -0
  19. package/client/clientListe/Sortable-master/README.md +813 -0
  20. package/client/clientListe/Sortable-master/Sortable.js +3709 -0
  21. package/client/clientListe/Sortable-master/Sortable.min.js +2 -0
  22. package/client/clientListe/Sortable-master/Sortable.min.old.js +2 -0
  23. package/client/clientListe/Sortable-master/Sortable.min.old.old.js +2 -0
  24. package/client/clientListe/Sortable-master/babel.config.js +27 -0
  25. package/client/clientListe/Sortable-master/bower.json +30 -0
  26. package/client/clientListe/Sortable-master/entry/entry-complete.js +8 -0
  27. package/client/clientListe/Sortable-master/entry/entry-core.js +19 -0
  28. package/client/clientListe/Sortable-master/entry/entry-defaults.js +19 -0
  29. package/client/clientListe/Sortable-master/index.html +460 -0
  30. package/client/clientListe/Sortable-master/modular/sortable.complete.esm.js +3701 -0
  31. package/client/clientListe/Sortable-master/modular/sortable.core.esm.js +3698 -0
  32. package/client/clientListe/Sortable-master/modular/sortable.esm.js +3699 -0
  33. package/client/clientListe/Sortable-master/package-lock.json +5704 -0
  34. package/client/clientListe/Sortable-master/package.json +56 -0
  35. package/client/clientListe/Sortable-master/plugins/AutoScroll/AutoScroll.js +270 -0
  36. package/client/clientListe/Sortable-master/plugins/AutoScroll/README.md +80 -0
  37. package/client/clientListe/Sortable-master/plugins/AutoScroll/index.js +1 -0
  38. package/client/clientListe/Sortable-master/plugins/MultiDrag/MultiDrag.js +617 -0
  39. package/client/clientListe/Sortable-master/plugins/MultiDrag/README.md +96 -0
  40. package/client/clientListe/Sortable-master/plugins/MultiDrag/index.js +1 -0
  41. package/client/clientListe/Sortable-master/plugins/OnSpill/OnSpill.js +79 -0
  42. package/client/clientListe/Sortable-master/plugins/OnSpill/README.md +60 -0
  43. package/client/clientListe/Sortable-master/plugins/OnSpill/index.js +1 -0
  44. package/client/clientListe/Sortable-master/plugins/README.md +178 -0
  45. package/client/clientListe/Sortable-master/plugins/Swap/README.md +55 -0
  46. package/client/clientListe/Sortable-master/plugins/Swap/Swap.js +90 -0
  47. package/client/clientListe/Sortable-master/plugins/Swap/index.js +1 -0
  48. package/client/clientListe/Sortable-master/scripts/banner.js +8 -0
  49. package/client/clientListe/Sortable-master/scripts/build.js +17 -0
  50. package/client/clientListe/Sortable-master/scripts/esm-build.js +28 -0
  51. package/client/clientListe/Sortable-master/scripts/minify.js +11 -0
  52. package/client/clientListe/Sortable-master/scripts/test-compat.js +30 -0
  53. package/client/clientListe/Sortable-master/scripts/test.js +21 -0
  54. package/client/clientListe/Sortable-master/scripts/umd-build.js +15 -0
  55. package/client/clientListe/Sortable-master/src/Animation.js +175 -0
  56. package/client/clientListe/Sortable-master/src/BrowserInfo.js +12 -0
  57. package/client/clientListe/Sortable-master/src/EventDispatcher.js +57 -0
  58. package/client/clientListe/Sortable-master/src/PluginManager.js +87 -0
  59. package/client/clientListe/Sortable-master/src/Sortable.js +1971 -0
  60. package/client/clientListe/Sortable-master/src/utils.js +556 -0
  61. package/client/clientListe/Sortable-master/st/app.js +224 -0
  62. package/client/clientListe/Sortable-master/st/iframe/frame.html +32 -0
  63. package/client/clientListe/Sortable-master/st/iframe/index.html +49 -0
  64. package/client/clientListe/Sortable-master/st/logo.png +0 -0
  65. package/client/clientListe/Sortable-master/st/og-image.png +0 -0
  66. package/client/clientListe/Sortable-master/st/prettify/prettify.css +1 -0
  67. package/client/clientListe/Sortable-master/st/prettify/prettify.js +46 -0
  68. package/client/clientListe/Sortable-master/st/prettify/run_prettify.js +64 -0
  69. package/client/clientListe/Sortable-master/st/saucelabs.svg +1 -0
  70. package/client/clientListe/Sortable-master/st/theme.css +254 -0
  71. package/client/clientListe/Sortable-master/tests/Sortable.compat.test.js +39 -0
  72. package/client/clientListe/Sortable-master/tests/Sortable.test.js +386 -0
  73. package/client/clientListe/Sortable-master/tests/dual-list.html +34 -0
  74. package/client/clientListe/Sortable-master/tests/empty-list.html +30 -0
  75. package/client/clientListe/Sortable-master/tests/filter.html +27 -0
  76. package/client/clientListe/Sortable-master/tests/handles.html +27 -0
  77. package/client/clientListe/Sortable-master/tests/nested.html +67 -0
  78. package/client/clientListe/Sortable-master/tests/single-list.html +25 -0
  79. package/client/clientListe/Sortable-master/tests/style.css +18 -0
  80. package/client/clientListe/clientListe.html +148 -0
  81. package/client/clientListe/clientListe.js +1508 -0
  82. package/client/clientListe/clientListebundle.js +13164 -0
  83. package/client/clientListe/images/poubelle.png +0 -0
  84. package/client/clientListe/images/start.png +0 -0
  85. package/client/clientListe/images/stop.png +0 -0
  86. package/client/clientListe/images/submit.png +0 -0
  87. package/client/clientListe/sortable-theme-bootstrap.css +90 -0
  88. package/client/configurateur/configReact.js +273 -0
  89. package/client/configurateur/configReactbundle.js +295 -0
  90. package/client/configurateur/configurateur.css +95 -0
  91. package/client/configurateur/configurateur.html +48 -0
  92. package/client/configurateur/lib/jexcel.css +755 -0
  93. package/client/configurateur/lib/jexcel.js +14970 -0
  94. package/client/configurateur/lib/jsuites.css +2801 -0
  95. package/client/configurateur/lib/jsuites.js +11822 -0
  96. package/client/configurateur/lib/react-dom.production.min.js +239 -0
  97. package/client/configurateur/lib/react.production.min.js +32 -0
  98. package/client/configurateur/src/configReact.js +247 -0
  99. package/client/controleur/clientcontroleur.js +536 -0
  100. package/client/controleur/clientcontroleur.test.js +282 -0
  101. package/client/controleur/controleur.html +51 -0
  102. package/client/controleur/controleurbundle.js +565 -0
  103. package/client/controleur/stylecontroleur.css +236 -0
  104. package/client/controleurHH/controleurHH.html +71 -0
  105. package/client/controleurHH/controleurHH.js +252 -0
  106. package/client/controleurHH/styles/index.css +320 -0
  107. package/client/controleurHH/styles/material.css +11552 -0
  108. package/client/parametrage/paramReact.js +473 -0
  109. package/client/parametrage/paramReactbundle.js +500 -0
  110. package/client/parametrage/parametrage.css +111 -0
  111. package/client/parametrage/parametrage.html +163 -0
  112. package/client/parametrage/src/paramReact.js +459 -0
  113. package/client/score/hash.js +83 -0
  114. package/client/score/p5.min.js +3 -0
  115. package/client/score/parto1.js +1171 -0
  116. package/client/score/parto1bundle.js +1181 -0
  117. package/client/score/processing.min.js +431 -0
  118. package/client/score/score.html +15 -0
  119. package/client/score/score.js +34 -0
  120. package/client/simulateurListe/simulateurFork.js +750 -0
  121. package/client/simulateurListe/simulateurFork.mjs +681 -0
  122. package/client/simulateurListe/simulateurForkSansReorg.js +569 -0
  123. package/client/simulateurListe/simulateurListe.js +628 -0
  124. package/myReact/archive/Nodeemitvaluedlocal1.hh.js +52 -0
  125. package/myReact/archive/abort-parNode.js +79 -0
  126. package/myReact/archive/abroNode.js +169 -0
  127. package/myReact/archive/abroNode2.js +80 -0
  128. package/myReact/archive/atom.compile.hh.js +51 -0
  129. package/myReact/archive/await-countNode.js +67 -0
  130. package/myReact/archive/await-nowvalNode.js +44 -0
  131. package/myReact/archive/callHH.js +96 -0
  132. package/myReact/archive/emit-if2.hh.compiled.js +113 -0
  133. package/myReact/archive/every1Node.js +35 -0
  134. package/myReact/archive/if-runNode.js +74 -0
  135. package/myReact/archive/if1Node.js +43 -0
  136. package/myReact/archive/makeawait.js +0 -0
  137. package/myReact/archive/myReact.old.js +684 -0
  138. package/myReact/archive/orchestration.js +281 -0
  139. package/myReact/archive/orchestration1.js +132 -0
  140. package/myReact/archive/orchestration1.xml +465 -0
  141. package/myReact/archive/orchestration2.js +161 -0
  142. package/myReact/archive/orchestrationHH.mano.js +280 -0
  143. package/myReact/archive/orchestrationHHTest.js +428 -0
  144. package/myReact/archive/orchestrationHHTest.xml +234 -0
  145. package/myReact/archive/orchestrationHHTestRun.js +104 -0
  146. package/myReact/archive/orchestrationHHTestRun.xml +34 -0
  147. package/myReact/archive/orchestrationTest0.js +178 -0
  148. package/myReact/archive/orchestrationTest1.js +181 -0
  149. package/myReact/archive/orchestrationTest2.js +281 -0
  150. package/myReact/archive/run3pointsNode.js +59 -0
  151. package/myReact/archive/runNode.js +123 -0
  152. package/myReact/archive/runNode2.js +91 -0
  153. package/myReact/archive/testAwait1.js +141 -0
  154. package/myReact/archive/testAwait1.xml +86 -0
  155. package/myReact/archive/testEvery1.js +122 -0
  156. package/myReact/archive/testEvery1.xml +79 -0
  157. package/myReact/archive/testHH1.js +135 -0
  158. package/myReact/archive/testHH1.xml +86 -0
  159. package/myReact/archive/testHH1revu.js +104 -0
  160. package/myReact/archive/testHH2.js +122 -0
  161. package/myReact/archive/testHH2.xml +79 -0
  162. package/myReact/archive/testHH3.js +130 -0
  163. package/myReact/archive/testHH3.xml +86 -0
  164. package/myReact/archive/testHHabort.js +121 -0
  165. package/myReact/archive/testHHabort.xml +83 -0
  166. package/myReact/archive/testMakeawait.js +202 -0
  167. package/myReact/archive/testRun1.js +168 -0
  168. package/myReact/archive/testRun1.xml +142 -0
  169. package/myReact/archive/titi.js +28 -0
  170. package/myReact/archive/titi.xml +110 -0
  171. package/myReact/archive/toto.js +73 -0
  172. package/myReact/archive/toto.xml +198 -0
  173. package/myReact/archive/trap-await-parallelNode.js +123 -0
  174. package/myReact/inutiles/hiver2022.xml +804 -0
  175. package/myReact/inutiles/hopeNode.xml +459 -0
  176. package/myReact/inutiles/mars2022.xml +871 -0
  177. package/myReact/inutiles/mystique1.xml +318 -0
  178. package/myReact/inutiles/mystiqueOSC.xml +277 -0
  179. package/myReact/inutiles/opus5Node.xml +1271 -0
  180. package/myReact/inutiles/opus5NodeLinux.xml +1241 -0
  181. package/myReact/inutiles/orchestrationHH.xml +541 -0
  182. package/myReact/inutiles/orchestrationHH2.xml +547 -0
  183. package/myReact/inutiles/testHH.xml +95 -0
  184. package/myReact/inutiles/trouveLaPercuTenor.xml +349 -0
  185. package/myReact/myReact.js +744 -0
  186. package/myReact/myReact.min.js +1 -0
  187. package/myReact/orchestrationHH.js +311 -0
  188. package/myReact/orchestrationHH.mjs +436 -0
  189. package/myReact/orchestrationHH.mjs.map +1 -0
  190. package/package.json +46 -0
  191. package/serveur/OSCandMidi.mjs +361 -0
  192. package/serveur/computeScore.mjs +415 -0
  193. package/serveur/controleDAW.mjs +1149 -0
  194. package/serveur/defaultSession.csv +2 -0
  195. package/serveur/defaultSkiniParametres.js +119 -0
  196. package/serveur/gameOSC.mjs +96 -0
  197. package/serveur/groupeClientsSons.mjs +1014 -0
  198. package/serveur/ipConfig.json +24 -0
  199. package/serveur/ipConfig127.json +19 -0
  200. package/serveur/ipConfig75.json +17 -0
  201. package/serveur/ipConfigBH.json +19 -0
  202. package/serveur/ipConfigLocal.json +19 -0
  203. package/serveur/midiConfig.json +26 -0
  204. package/serveur/midiConfigBH.json +26 -0
  205. package/serveur/midiConfigVoid.json +3 -0
  206. package/serveur/midimix.mjs +570 -0
  207. package/serveur/saveParam.mjs +159 -0
  208. package/serveur/skiniParametres.good.js +132 -0
  209. package/serveur/skiniParametres.js +106 -0
  210. package/serveur/utilsHHSkini.hh.js +64 -0
  211. package/serveur/utilsSkini.mjs +137 -0
  212. package/serveur/websocketServer.mjs +2052 -0
  213. package/serveur/workerInterfaceZ.mjs +327 -0
  214. package/serveur/workerSynchro.mjs +49 -0
  215. package/skini.mjs +141 -0
@@ -0,0 +1,2 @@
1
+ 11,10,0,piano1,piano1,0,0,0,0,0,4
2
+ 12,10,0,piano2,piano2,0,0,0,0,0,4
@@ -0,0 +1,119 @@
1
+ "use strict"
2
+
3
+ // Default parameter file
4
+
5
+ // Indexation des bus Midi dans OSCmidi de processing, pas utile avec Bitwig
6
+ // Il s'agit de l'index correspondant à l'élément du tableau midiConfig.json
7
+ // qui crée le bus midi pour ces commandes.
8
+ var midiConfig = require("../serveur/midiConfig.json");
9
+ var countBusOUT = 0;
10
+ for (var i = 0; i < midiConfig.length; i++) {
11
+ if (midiConfig[i].type === "OUT") {
12
+ if (midiConfig[i].spec === "clipToDAW") {
13
+ exports.busMidiDAW = countBusOUT;
14
+ }
15
+ countBusOUT++;
16
+ }
17
+ }
18
+
19
+ // Piece Bitwig en OSC si la paramètre est false
20
+ // Sinon Skini parle MIDI
21
+ exports.directMidiON = true;
22
+
23
+ // Pour charger les fonctions et modules de scenes de type GOLEM
24
+ exports.scenesON = false;
25
+
26
+ exports.english = true;
27
+
28
+ /***********************************
29
+ Paramètres du simulateur
30
+ Si ces valeurs ne sont pas données c'est celle qui
31
+ sont dans le simulateur qui sont utilisées
32
+ ************************************/
33
+ exports.tempoMax = 500; // En ms
34
+ exports.tempoMin = 500; // En ms
35
+ exports.limiteDureeAttente = 33; // En pulsations
36
+
37
+ /********************************************************
38
+
39
+ AUTOMATE
40
+
41
+ *********************************************************/
42
+ // Pour un automate conforme à un rechargement selon les déclarations de module HipHop
43
+ exports.reactOnPlay = false;
44
+
45
+ // Pour une réaction à chaque pulsation
46
+ exports.pulsationON = false;
47
+
48
+ /*************************************
49
+ CHEMIN DES FICHIERS SONS MP3 pour les clients
50
+ Nom du sous répartoire ./sounds/xxxx
51
+ *************************************/
52
+ exports.soundFilesPath1 = "";
53
+
54
+ /***************************************
55
+ CHEMIN DES PARTITIONS DES PATTERNS ET CONFIG AVEC MUSICIENS
56
+ ****************************************/
57
+ exports.avecMusicien = false; // Pour mettre en place les spécificités au jeu avec des musiciens.
58
+ exports.decalageFIFOavecMusicien = 4; // Décalage de la FIFO vide avant le premier pattern dans une FIFO.
59
+ exports.patternScorePath1 = "";
60
+
61
+ /****************************************
62
+ ACTIVATION D'ALGORITHME D'ORGANISATION DES FIFOs
63
+ Si 0 ou undefined pas d'algorithme.
64
+ Si 1 algorithme de réorganisation Début, Milieu, Fin, Neutre (DFMN)
65
+ Dans le csv, D -> 1, M -> 2, F->3, N->4 (c'est fixé dans controleAbleton.js)
66
+ Si autre ... à créer...
67
+ ATTENTION: NE JAMAIS UTILISER EN SITUATION D'INTERACTION SI L'ALGORITHME
68
+ PEUT SUPPRIMER DES PATTERNS DES FIFOs
69
+ *****************************************/
70
+ exports.algoGestionFifo = 0;
71
+ exports.shufflePatterns = false;
72
+ /*****************************************************************************
73
+
74
+ Gestion de la Matrice des possibles
75
+ Automate de gestion de la matrice des possibles
76
+
77
+ ******************************************************************************/
78
+ exports.nbeDeGroupesClients = 3;
79
+ exports.simulatorInAseperateGroup = false; // Si true, le dernier groupe client est réservé au simulateur.
80
+
81
+ // Pour un contrôle des Raspberries
82
+ exports.useRaspberries = false;
83
+ exports.playBufferMessage = 'test';
84
+ exports.raspOSCPort = 4000;
85
+
86
+ function setnbeDeGroupesClients(num) {
87
+ this.nbeDeGroupesClients = num;
88
+ }
89
+ exports.setnbeDeGroupesClients = setnbeDeGroupesClients;
90
+
91
+ // La synchro Midi, Link. Synchro Bitwig OSC par défaut si Midi et Link false.
92
+ exports.synchoOnMidiClock = false;
93
+ exports.synchroLink = true;
94
+ exports.synchroSkini = false;
95
+ exports.timer = 500; // Pour une tempo de 110
96
+ exports.gamesOSCSignals = false;
97
+
98
+ exports.sensorOSC = false;
99
+ exports.tempoSensorsInit = [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0];
100
+ exports.sensorsSensibilities = [5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5];
101
+
102
+ const bleu = "#008CBA";
103
+ const rouge = '#CF1919';
104
+ const vert = "#4CAF50";
105
+ const marron = '#666633';
106
+ const violet = '#797bbf';
107
+ const orange = '#b3712d';
108
+ const rose = '#E0095F';
109
+ const gris = '#5F6262';
110
+ const ocre = '#BCA104';
111
+ const terre = '#A76611';
112
+ const grisvert = '#039879';
113
+ const grisbleu = '#315A93';
114
+
115
+ var groupesDesSons = [
116
+ // Pour group: nom du groupe (0), index du groupe (1), type (2), x(3), y(4), nbe d'éléments(5), color(6), prédécesseurs(7), n° de scène graphique
117
+ ];
118
+ exports.groupesDesSons = groupesDesSons;
119
+
@@ -0,0 +1,96 @@
1
+ /**
2
+ * @fileOverview Control by video game or sensors using OSC.
3
+ * @author Bertrand Petit-Hédelin <bertrand@hedelin.fr>
4
+ * @copyright (C) 2022 Bertrand Petit-Hédelin
5
+ *
6
+ * This program is free software: you can redistribute it and/or modify
7
+ * it under the terms of the GNU General Public License as published by
8
+ * the Free Software Foundation, either version 3 of the License, or
9
+ * any later version.
10
+ *
11
+ * This program is distributed in the hope that it will be useful,
12
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
13
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14
+ * GNU General Public License for more details.
15
+ *
16
+ * You should have received a copy of the GNU General Public License
17
+ * along with this program. If not, see <https://www.gnu.org/licenses/>.
18
+ * @version 1.2
19
+ */
20
+
21
+ 'use strict'
22
+ import { createRequire } from 'module';
23
+ const require = createRequire(import.meta.url);
24
+
25
+ var dgram = require("dgram");
26
+ var osc = require('osc-min');
27
+ var sock = dgram.createSocket('udp4');
28
+ var ipConfig = require('./ipConfig');
29
+
30
+ var debug = false;
31
+ var debug1 = true;
32
+
33
+ var orchestration;
34
+ var message;
35
+ /**
36
+ * Set the orchestration for the dialog with a game engine.
37
+ * @param {machine} orch - the orchestration
38
+ */
39
+ export function setOrchestration(orch) {
40
+ orchestration = orch;
41
+ }
42
+
43
+ /**
44
+ * Launch the communication with the video game
45
+ */
46
+ export function init() {
47
+
48
+ // Sécurité si reprise de l'orchestration
49
+ sock.close(ipConfig.portOSCFromGame);
50
+
51
+ sock = dgram.createSocket("udp4", function (msg, rinfo) {
52
+ try {
53
+ message = osc.fromBuffer(msg);
54
+ // Voir pour plus de paramètres reçus du jeu ou du controleur OSC !!
55
+
56
+ var signal = message.address.slice(1); // pour enlever le slash du début message
57
+ signal = signal.replace(/\//g, "_"); // On n'aime pas les slashs dans des signaux on met des _ à la place.
58
+
59
+ if (debug) console.log("gameOSC.js: init :", signal, ":", message);
60
+ orchestration.react({ [signal]: message.args[0].value });
61
+ return;
62
+ } catch (error) {
63
+ return console.log("ERR: gameOSC.js:invalid OSC packet", error);
64
+ }
65
+ });
66
+
67
+ sock.on('listening', function () {
68
+ var address = sock.address();
69
+ if(debug) console.log('GameOSC.js: 1 : UDP Server listening on ' + address.address + ":" + address.port);
70
+ });
71
+
72
+ try {
73
+ var readyState = sock.readyState;
74
+ if (readyState !== 1) {
75
+ sock.bind(ipConfig.portOSCFromGame, ipConfig.serverIPAddress);
76
+ if(debug1) console.log('GameOSC.js: 2 : UDP Server listening on ' + ipConfig.portOSCFromGame + ":" + ipConfig.serverIPAddress);
77
+ }
78
+ } catch (err) {
79
+ console.log("ERR: gameOSC: socket ready:", err);
80
+ }
81
+ }
82
+
83
+ /**
84
+ * Close the socket. Use when we move from a piece with gameOSC
85
+ * to one without gameOSC. It is not necessary to receive the
86
+ * InterfaceZ messages. Hence, websocketServer can close the socket.
87
+ */
88
+ export function closeSocket() {
89
+ try {
90
+ if (sock.readyState === 1) {
91
+ sock.close(ipConfig.portOSCFromGame);
92
+ }
93
+ } catch (err) {
94
+ console.log("No socket to close for OSCgame:", err);
95
+ }
96
+ }