nodeskini 1.0.5 → 1.0.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/blocklySkini/blocklySkini.html +5 -1
- package/blocklySkini/scripts/hiphop_blocks.js +5 -6
- package/client/clientListe/clientListe.js +11 -0
- package/client/clientListe/clientListebundle.js +1755 -1909
- package/client/controleurHH/controleurHH.html +4 -0
- package/client/queueViewer/queue.html +34 -0
- package/client/queueViewer/queue.js +187 -0
- package/client/queueViewer/style.css +26 -0
- package/client/score/parto1.js +14 -11
- package/client/score/parto1bundle.js +55 -33
- package/client/score/score.html +8 -7
- 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 +147 -1843
- package/myReact/orchestrationHH.mjs +50 -231
- package/myReact/orchestrationHH.mjs.map +1 -1
- package/package.json +11 -8
- 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.hh.js +401 -0
- package/pieces/tutos/tutoTestAll.js +101 -0
- package/pieces/tutos/tutoTestAll.xml +866 -0
- package/serveur/OSCandMidi.mjs +27 -3
- package/serveur/controleDAW.mjs +2 -1
- package/serveur/groupeClientsSons.mjs +27 -3
- package/serveur/ipConfig.json +2 -2
- package/serveur/skiniParametres.js +55 -10
- package/serveur/utilsSkini.mjs +1 -1
- package/serveur/websocketServer.mjs +14 -4
- package/skini.mjs +4 -0
- 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/blocklySkini/scripts/hiphop_blocks.old.js +0 -3010
- package/blocklySkini/scripts/hiphop_blocks11-2025.js +0 -6104
- 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 -52
- 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,4 +1,4 @@
|
|
|
1
|
-
import * as $$hiphop from '@hop/hiphop';var
|
|
1
|
+
import * as $$hiphop from '@hop/hiphop';var FluteC;var FluteEb;var FluteC1;var FluteC2;var FluteC3;var FluteC4;var FluteC5;var FluteC6;var FluteC7;var FluteC8;var FluteC9;var FluteC10;var FluteC11;var FluteC12;var FluteC13;var FluteC14;var FluteC15;var FluteFmin;var tick;var FluteEb1;var FluteEb2;var FluteEb3;var FluteEb4;var FluteEb5;var FluteEb6;var FluteEb7;var FluteEb8;var FluteEb9;var FluteEb10;var FluteEb11;var FluteEb12;var FluteEb13;var FluteEb14;var FluteEb15;var FluteFmin1;var FluteFmin2;var FluteFmin3;var FluteFmin4;var FluteFmin5;var FluteFmin6;var FluteFmin7;var FluteFmin8;var FluteFmin9;var FluteFmin10;var FluteFmin11;var FluteFmin12;var FluteFmin13;var FluteFmin14;var FluteFmin15;var PianoC;var PianoEb;var PianoFmin;
|
|
2
2
|
'use strict';import { createRequire } from 'module';const require=createRequire(import.meta.url);
|
|
3
3
|
const ipConfig=require('../serveur/ipConfig.json');
|
|
4
4
|
import * as hh from '@hop/hiphop';import * as utilsSkini from '../serveur/utilsSkini.mjs';import * as tank from '../pieces/util/makeReservoir.mjs';var par;
|
|
@@ -17,7 +17,11 @@ let tempoGlobal=60;
|
|
|
17
17
|
let setServ = function (ser,daw,groupeCS,oscMidi,mix) {
|
|
18
18
|
if (debug) console.log('hh_ORCHESTRATION: setServ');
|
|
19
19
|
DAW=daw;serveur=ser;gcs=groupeCS;oscMidiLocal=oscMidi;midimix=mix;tank.initMakeReservoir(gcs,serveur);};let setTempo = function (value,param) {
|
|
20
|
-
tempoGlobal=value;if (
|
|
20
|
+
tempoGlobal=value;if (midimix.getAbletonLinkStatus()) {
|
|
21
|
+
if (debug) console.log('ORCHESTRATION: set tempo Link:',value);
|
|
22
|
+
midimix.setTempoLink(value);return undefined;
|
|
23
|
+
}
|
|
24
|
+
if (value > tempoMax || value < tempoMin) {
|
|
21
25
|
console.log('ERR: Tempo set out of range:',value,'Should be between:',tempoMin,'and',tempoMax);return undefined;
|
|
22
26
|
}
|
|
23
27
|
var tempo=Math.round(127 / (tempoMax - tempoMin) * (value - tempoMin));
|
|
@@ -37,240 +41,55 @@ let setSignals = function (param) {
|
|
|
37
41
|
par=param;let interTextOUT=utilsSkini.creationInterfacesOUT(param.groupesDesSons);
|
|
38
42
|
let interTextIN=utilsSkini.creationInterfacesIN(param.groupesDesSons);
|
|
39
43
|
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
|
|
41
|
-
const
|
|
42
|
-
const
|
|
43
|
-
const
|
|
44
|
-
|
|
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 () {
|
|
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 () {
|
|
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 () {
|
|
53
|
-
return 1;
|
|
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 () {
|
|
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 () {
|
|
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 () {
|
|
63
|
-
return 2;
|
|
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 () {
|
|
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 () {
|
|
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 () {
|
|
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 () {
|
|
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 () {
|
|
79
|
-
return 1;
|
|
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 () {
|
|
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 () {
|
|
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 () {
|
|
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 () {
|
|
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 () {
|
|
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 () {
|
|
96
|
-
return 4;
|
|
97
|
-
}}),$$hiphop.ATOM({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':21823},'%tag':'pragma','apply':function () {
|
|
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});
|
|
44
|
+
const FluteC=$$hiphop.MODULE({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':3060},'%tag':'module'},$$hiphop.SIGNAL({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':3076},'direction':'IN','name':'stopReservoir'}),$$hiphop.SIGNAL({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':3098},'direction':'IN','name':'FluteC1IN'}),$$hiphop.SIGNAL({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':3118},'direction':'IN','name':'FluteC2IN'}),$$hiphop.SIGNAL({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':3138},'direction':'IN','name':'FluteC3IN'}),$$hiphop.SIGNAL({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':3158},'direction':'IN','name':'FluteC4IN'}),$$hiphop.SIGNAL({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':3178},'direction':'IN','name':'FluteC5IN'}),$$hiphop.SIGNAL({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':3198},'direction':'IN','name':'FluteC6IN'}),$$hiphop.SIGNAL({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':3218},'direction':'IN','name':'FluteC7IN'}),$$hiphop.SIGNAL({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':3238},'direction':'IN','name':'FluteC8IN'}),$$hiphop.SIGNAL({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':3258},'direction':'IN','name':'FluteC9IN'}),$$hiphop.SIGNAL({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':3278},'direction':'IN','name':'FluteC10IN'}),$$hiphop.SIGNAL({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':3299},'direction':'IN','name':'FluteC11IN'}),$$hiphop.SIGNAL({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':3320},'direction':'IN','name':'FluteC12IN'}),$$hiphop.SIGNAL({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':3341},'direction':'IN','name':'FluteC13IN'}),$$hiphop.SIGNAL({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':3362},'direction':'IN','name':'FluteC14IN'}),$$hiphop.SIGNAL({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':3383},'direction':'IN','name':'FluteC15IN'}),$$hiphop.SIGNAL({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':3404},'direction':'OUT','name':'FluteC1OUT'}),$$hiphop.SIGNAL({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':3426},'direction':'OUT','name':'FluteC2OUT'}),$$hiphop.SIGNAL({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':3448},'direction':'OUT','name':'FluteC3OUT'}),$$hiphop.SIGNAL({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':3470},'direction':'OUT','name':'FluteC4OUT'}),$$hiphop.SIGNAL({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':3492},'direction':'OUT','name':'FluteC5OUT'}),$$hiphop.SIGNAL({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':3514},'direction':'OUT','name':'FluteC6OUT'}),$$hiphop.SIGNAL({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':3536},'direction':'OUT','name':'FluteC7OUT'}),$$hiphop.SIGNAL({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':3558},'direction':'OUT','name':'FluteC8OUT'}),$$hiphop.SIGNAL({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':3580},'direction':'OUT','name':'FluteC9OUT'}),$$hiphop.SIGNAL({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':3602},'direction':'OUT','name':'FluteC10OUT'}),$$hiphop.SIGNAL({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':3625},'direction':'OUT','name':'FluteC11OUT'}),$$hiphop.SIGNAL({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':3648},'direction':'OUT','name':'FluteC12OUT'}),$$hiphop.SIGNAL({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':3671},'direction':'OUT','name':'FluteC13OUT'}),$$hiphop.SIGNAL({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':3694},'direction':'OUT','name':'FluteC14OUT'}),$$hiphop.SIGNAL({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':3717},'direction':'OUT','name':'FluteC15OUT'}),$$hiphop.SEQUENCE({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':3738},'%tag':'dollar'},tank.makeReservoir(255,['FluteC1','FluteC2','FluteC3','FluteC4','FluteC5','FluteC6','FluteC7','FluteC8','FluteC9','FluteC10','FluteC11','FluteC12','FluteC13','FluteC14','FluteC15'])));
|
|
45
|
+
const FluteEb=$$hiphop.MODULE({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':3959},'%tag':'module'},$$hiphop.SIGNAL({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':3975},'direction':'IN','name':'stopReservoir'}),$$hiphop.SIGNAL({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':3997},'direction':'IN','name':'FluteEb1IN'}),$$hiphop.SIGNAL({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':4018},'direction':'IN','name':'FluteEb2IN'}),$$hiphop.SIGNAL({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':4039},'direction':'IN','name':'FluteEb3IN'}),$$hiphop.SIGNAL({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':4060},'direction':'IN','name':'FluteEb4IN'}),$$hiphop.SIGNAL({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':4081},'direction':'IN','name':'FluteEb5IN'}),$$hiphop.SIGNAL({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':4102},'direction':'IN','name':'FluteEb6IN'}),$$hiphop.SIGNAL({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':4123},'direction':'IN','name':'FluteEb7IN'}),$$hiphop.SIGNAL({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':4144},'direction':'IN','name':'FluteEb8IN'}),$$hiphop.SIGNAL({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':4165},'direction':'IN','name':'FluteEb9IN'}),$$hiphop.SIGNAL({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':4186},'direction':'IN','name':'FluteEb10IN'}),$$hiphop.SIGNAL({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':4208},'direction':'IN','name':'FluteEb11IN'}),$$hiphop.SIGNAL({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':4230},'direction':'IN','name':'FluteEb12IN'}),$$hiphop.SIGNAL({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':4252},'direction':'IN','name':'FluteEb13IN'}),$$hiphop.SIGNAL({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':4274},'direction':'IN','name':'FluteEb14IN'}),$$hiphop.SIGNAL({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':4296},'direction':'IN','name':'FluteEb15IN'}),$$hiphop.SIGNAL({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':4318},'direction':'OUT','name':'FluteEb1OUT'}),$$hiphop.SIGNAL({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':4341},'direction':'OUT','name':'FluteEb2OUT'}),$$hiphop.SIGNAL({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':4364},'direction':'OUT','name':'FluteEb3OUT'}),$$hiphop.SIGNAL({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':4387},'direction':'OUT','name':'FluteEb4OUT'}),$$hiphop.SIGNAL({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':4410},'direction':'OUT','name':'FluteEb5OUT'}),$$hiphop.SIGNAL({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':4433},'direction':'OUT','name':'FluteEb6OUT'}),$$hiphop.SIGNAL({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':4456},'direction':'OUT','name':'FluteEb7OUT'}),$$hiphop.SIGNAL({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':4479},'direction':'OUT','name':'FluteEb8OUT'}),$$hiphop.SIGNAL({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':4502},'direction':'OUT','name':'FluteEb9OUT'}),$$hiphop.SIGNAL({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':4525},'direction':'OUT','name':'FluteEb10OUT'}),$$hiphop.SIGNAL({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':4549},'direction':'OUT','name':'FluteEb11OUT'}),$$hiphop.SIGNAL({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':4573},'direction':'OUT','name':'FluteEb12OUT'}),$$hiphop.SIGNAL({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':4597},'direction':'OUT','name':'FluteEb13OUT'}),$$hiphop.SIGNAL({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':4621},'direction':'OUT','name':'FluteEb14OUT'}),$$hiphop.SIGNAL({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':4645},'direction':'OUT','name':'FluteEb15OUT'}),$$hiphop.SEQUENCE({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':4667},'%tag':'dollar'},tank.makeReservoir(255,['FluteEb1','FluteEb2','FluteEb3','FluteEb4','FluteEb5','FluteEb6','FluteEb7','FluteEb8','FluteEb9','FluteEb10','FluteEb11','FluteEb12','FluteEb13','FluteEb14','FluteEb15'])));
|
|
46
|
+
const FluteFmin=$$hiphop.MODULE({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':4905},'%tag':'module'},$$hiphop.SIGNAL({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':4921},'direction':'IN','name':'stopReservoir'}),$$hiphop.SIGNAL({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':4943},'direction':'IN','name':'FluteFmin1IN'}),$$hiphop.SIGNAL({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':4966},'direction':'IN','name':'FluteFmin2IN'}),$$hiphop.SIGNAL({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':4989},'direction':'IN','name':'FluteFmin3IN'}),$$hiphop.SIGNAL({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':5012},'direction':'IN','name':'FluteFmin4IN'}),$$hiphop.SIGNAL({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':5035},'direction':'IN','name':'FluteFmin5IN'}),$$hiphop.SIGNAL({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':5058},'direction':'IN','name':'FluteFmin6IN'}),$$hiphop.SIGNAL({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':5081},'direction':'IN','name':'FluteFmin7IN'}),$$hiphop.SIGNAL({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':5104},'direction':'IN','name':'FluteFmin8IN'}),$$hiphop.SIGNAL({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':5127},'direction':'IN','name':'FluteFmin9IN'}),$$hiphop.SIGNAL({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':5150},'direction':'IN','name':'FluteFmin10IN'}),$$hiphop.SIGNAL({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':5174},'direction':'IN','name':'FluteFmin11IN'}),$$hiphop.SIGNAL({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':5198},'direction':'IN','name':'FluteFmin12IN'}),$$hiphop.SIGNAL({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':5222},'direction':'IN','name':'FluteFmin13IN'}),$$hiphop.SIGNAL({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':5246},'direction':'IN','name':'FluteFmin14IN'}),$$hiphop.SIGNAL({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':5270},'direction':'IN','name':'FluteFmin15IN'}),$$hiphop.SIGNAL({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':5294},'direction':'OUT','name':'FluteFmin1OUT'}),$$hiphop.SIGNAL({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':5319},'direction':'OUT','name':'FluteFmin2OUT'}),$$hiphop.SIGNAL({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':5344},'direction':'OUT','name':'FluteFmin3OUT'}),$$hiphop.SIGNAL({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':5369},'direction':'OUT','name':'FluteFmin4OUT'}),$$hiphop.SIGNAL({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':5394},'direction':'OUT','name':'FluteFmin5OUT'}),$$hiphop.SIGNAL({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':5419},'direction':'OUT','name':'FluteFmin6OUT'}),$$hiphop.SIGNAL({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':5444},'direction':'OUT','name':'FluteFmin7OUT'}),$$hiphop.SIGNAL({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':5469},'direction':'OUT','name':'FluteFmin8OUT'}),$$hiphop.SIGNAL({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':5494},'direction':'OUT','name':'FluteFmin9OUT'}),$$hiphop.SIGNAL({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':5519},'direction':'OUT','name':'FluteFmin10OUT'}),$$hiphop.SIGNAL({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':5545},'direction':'OUT','name':'FluteFmin11OUT'}),$$hiphop.SIGNAL({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':5571},'direction':'OUT','name':'FluteFmin12OUT'}),$$hiphop.SIGNAL({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':5597},'direction':'OUT','name':'FluteFmin13OUT'}),$$hiphop.SIGNAL({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':5623},'direction':'OUT','name':'FluteFmin14OUT'}),$$hiphop.SIGNAL({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':5649},'direction':'OUT','name':'FluteFmin15OUT'}),$$hiphop.SEQUENCE({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':5673},'%tag':'dollar'},tank.makeReservoir(255,['FluteFmin1','FluteFmin2','FluteFmin3','FluteFmin4','FluteFmin5','FluteFmin6','FluteFmin7','FluteFmin8','FluteFmin9','FluteFmin10','FluteFmin11','FluteFmin12','FluteFmin13','FluteFmin14','FluteFmin15'])));
|
|
47
|
+
const Program=$$hiphop.MODULE({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':5938},'%tag':'module'},$$hiphop.SIGNAL({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':5953},'direction':'IN','name':'start'}),$$hiphop.SIGNAL({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':5953},'direction':'IN','name':'halt'}),$$hiphop.SIGNAL({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':5953},'direction':'IN','name':'tick'}),$$hiphop.SIGNAL({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':5953},'direction':'IN','name':'DAWON'}),$$hiphop.SIGNAL({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':5953},'direction':'IN','name':'patternSignal'}),$$hiphop.SIGNAL({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':5953},'direction':'IN','name':'pulsation'}),$$hiphop.SIGNAL({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':5953},'direction':'IN','name':'midiSignal'}),$$hiphop.SIGNAL({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':5953},'direction':'IN','name':'emptyQueueSignal'}),$$hiphop.SIGNAL({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':6042},'direction':'INOUT','name':'stopReservoir'}),$$hiphop.SIGNAL({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':6042},'direction':'INOUT','name':'stopMoveTempo'}),$$hiphop.SIGNAL({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':6042},'direction':'INOUT','name':'stopSolo'}),$$hiphop.SIGNAL({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':6042},'direction':'INOUT','name':'stopTransposition'}),IZsignals.map((n) => {
|
|
48
|
+
return $$hiphop.SIGNAL({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':6114},'direction':'IN','name':n});
|
|
101
49
|
}),interTextOUT.map((n) => {
|
|
102
|
-
return $$hiphop.SIGNAL({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':
|
|
50
|
+
return $$hiphop.SIGNAL({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':6142},'direction':'OUT','name':n});
|
|
103
51
|
}),interTextIN.map((n) => {
|
|
104
|
-
return $$hiphop.SIGNAL({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':
|
|
105
|
-
}),$$hiphop.
|
|
106
|
-
gcs.setTickOnControler(tickCounter++);}})),$$hiphop.SEQUENCE({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
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 () {
|
|
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 () {
|
|
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 () {
|
|
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 () {
|
|
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 () {
|
|
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 () {
|
|
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 () {
|
|
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 () {
|
|
52
|
+
return $$hiphop.SIGNAL({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':6172},'direction':'IN','name':n});
|
|
53
|
+
}),$$hiphop.LOOP({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':6201}},$$hiphop.AWAIT({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':6213},'%tag':'await','immediate':false,'apply':new $$hiphop.DelaySig('start','now')}),$$hiphop.ABORT({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':6237},'%tag':'ABORT','immediate':false,'apply':new $$hiphop.DelaySig('halt','now')},$$hiphop.FORK({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':6252},'%tag':'FORK'},$$hiphop.EVERY({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':6269},'%tag':'EVERY','immediate':false,'apply':new $$hiphop.DelaySig('tick','now')},$$hiphop.ATOM({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':6298},'%tag':'pragma','apply':function () {
|
|
54
|
+
gcs.setTickOnControler(tickCounter++);}})),$$hiphop.SEQUENCE({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':6452},'%tag':'par'},$$hiphop.ATOM({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':6464},'%tag':'pragma','apply':function () {
|
|
55
|
+
serveur.broadcast(JSON.stringify({'type':'setListeDesTypes'}));}}),$$hiphop.ATOM({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':6575},'%tag':'pragma','apply':function () {
|
|
56
|
+
setTempo(80,param);}}),$$hiphop.AWAIT({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':6607},'%tag':'await','immediate':true,'apply':new $$hiphop.DelaySig('tick','now')}),$$hiphop.ATOM({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':6639},'%tag':'pragma','apply':function () {
|
|
57
|
+
gcs.setTimerDivision(1);}}),$$hiphop.ATOM({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':6674},'%tag':'pragma','apply':function () {
|
|
58
|
+
serveur.broadcast(JSON.stringify({'type':'addSceneScore','value':1}));}}),$$hiphop.PAUSE({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':6801},'%tag':'yield'}),$$hiphop.ATOM({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':6813},'%tag':'pragma','apply':function () {
|
|
59
|
+
serveur.broadcast(JSON.stringify({'type':'listeDesTypes','text':'0,1,2,3,4,5,6,7,8,9'}));}}),$$hiphop.ATOM({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':6960},'%tag':'pragma','apply':function () {
|
|
60
|
+
gcs.setpatternListLength([10,255]);}}),$$hiphop.ATOM({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':7021},'%tag':'pragma','apply':function () {
|
|
61
|
+
console.log('EtudeSkiniHarmonie5');}}),$$hiphop.FORK({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':7069},'%tag':'FORK'},$$hiphop.SEQUENCE({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':7069},'%tag':'SEQUENCE'},$$hiphop.EMIT({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':7094},'%tag':'EMIT','signame':'PianoCOUT','apply':function () {
|
|
146
62
|
return [true,255];
|
|
147
|
-
}}),$$hiphop.ATOM({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':
|
|
148
|
-
gcs.informSelecteurOnMenuChange(255,'
|
|
149
|
-
return
|
|
150
|
-
}}),$$hiphop.
|
|
151
|
-
|
|
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 () {
|
|
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 () {
|
|
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 () {
|
|
164
|
-
return 30;
|
|
165
|
-
}}),$$hiphop.EMIT({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':27068},'%tag':'EMIT','signame':'nappeViolonsOUT','apply':function () {
|
|
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 () {
|
|
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 () {
|
|
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 () {
|
|
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 () {
|
|
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 () {
|
|
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 () {
|
|
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 () {
|
|
194
|
-
return 30;
|
|
195
|
-
}}),$$hiphop.EMIT({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':29192},'%tag':'EMIT','signame':'nappeViolonsOUT','apply':function () {
|
|
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 () {
|
|
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 () {
|
|
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 () {
|
|
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 () {
|
|
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 () {
|
|
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 () {
|
|
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 () {
|
|
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 () {
|
|
231
|
-
return 50;
|
|
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}));
|
|
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 () {
|
|
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 () {
|
|
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 () {
|
|
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 () {
|
|
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 () {
|
|
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 () {
|
|
63
|
+
}}),$$hiphop.ATOM({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':7129},'%tag':'pragma','apply':function () {
|
|
64
|
+
gcs.informSelecteurOnMenuChange(255,' PianoC',true);}}),$$hiphop.EMIT({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':7206},'%tag':'EMIT','signame':'PianoEbOUT','apply':function () {
|
|
65
|
+
return [true,255];
|
|
66
|
+
}}),$$hiphop.ATOM({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':7242},'%tag':'pragma','apply':function () {
|
|
67
|
+
gcs.informSelecteurOnMenuChange(255,' PianoEb',true);}}),$$hiphop.EMIT({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':7320},'%tag':'EMIT','signame':'PianoFminOUT','apply':function () {
|
|
263
68
|
return [true,255];
|
|
264
|
-
}}),$$hiphop.ATOM({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':
|
|
265
|
-
gcs.informSelecteurOnMenuChange(255,'
|
|
266
|
-
return
|
|
267
|
-
}}),$$hiphop.EMIT({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':
|
|
69
|
+
}}),$$hiphop.ATOM({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':7358},'%tag':'pragma','apply':function () {
|
|
70
|
+
gcs.informSelecteurOnMenuChange(255,' PianoFmin',true);}}),$$hiphop.AWAIT({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':7429},'%tag':'await','immediate':false,'apply':new $$hiphop.DelaySig('tick','now'),'countapply':function () {
|
|
71
|
+
return 200;
|
|
72
|
+
}}),$$hiphop.EMIT({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':7475},'%tag':'EMIT','signame':'PianoCOUT','apply':function () {
|
|
268
73
|
return [false,255];
|
|
269
|
-
}}),$$hiphop.ATOM({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':
|
|
270
|
-
gcs.informSelecteurOnMenuChange(255,'
|
|
271
|
-
|
|
272
|
-
|
|
273
|
-
|
|
74
|
+
}}),$$hiphop.ATOM({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':7511},'%tag':'pragma','apply':function () {
|
|
75
|
+
gcs.informSelecteurOnMenuChange(255,' PianoC',false);}}),$$hiphop.EMIT({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':7589},'%tag':'EMIT','signame':'PianoEbOUT','apply':function () {
|
|
76
|
+
return [false,255];
|
|
77
|
+
}}),$$hiphop.ATOM({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':7626},'%tag':'pragma','apply':function () {
|
|
78
|
+
gcs.informSelecteurOnMenuChange(255,' PianoEb',false);}}),$$hiphop.EMIT({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':7705},'%tag':'EMIT','signame':'PianoFminOUT','apply':function () {
|
|
79
|
+
return [false,255];
|
|
80
|
+
}}),$$hiphop.ATOM({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':7744},'%tag':'pragma','apply':function () {
|
|
81
|
+
gcs.informSelecteurOnMenuChange(255,' PianoFmin',false);}}),$$hiphop.PAUSE({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':7816},'%tag':'yield'})),$$hiphop.FORK({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':7848},'%tag':'FORK'},(function (__frame) {
|
|
82
|
+
return $$hiphop.SEQUENCE({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':7863},'%tag':'run'},$$hiphop.ATOM({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':7863},'%tag':'hop','apply':function () {
|
|
83
|
+
}}),$$hiphop.RUN({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':7863},'%tag':'run','autocomplete':true,'module':FluteC,'%frame':__frame}));
|
|
84
|
+
})([]),(function (__frame) {
|
|
85
|
+
return $$hiphop.SEQUENCE({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':7916},'%tag':'run'},$$hiphop.ATOM({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':7916},'%tag':'hop','apply':function () {
|
|
86
|
+
}}),$$hiphop.RUN({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':7916},'%tag':'run','autocomplete':true,'module':FluteEb,'%frame':__frame}));
|
|
87
|
+
})([]),(function (__frame) {
|
|
88
|
+
return $$hiphop.SEQUENCE({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':7974},'%tag':'run'},$$hiphop.ATOM({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':7974},'%tag':'hop','apply':function () {
|
|
89
|
+
}}),$$hiphop.RUN({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':7974},'%tag':'run','autocomplete':true,'module':FluteFmin,'%frame':__frame}));
|
|
90
|
+
})([]))),$$hiphop.ATOM({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':8022},'%tag':'pragma','apply':function () {
|
|
91
|
+
DAW.cleanQueues();gcs.cleanChoiceList(255);}}),$$hiphop.ATOM({'%location':{'filename':'./myReact/orchestrationHH.hh.js','pos':8096},'%tag':'pragma','apply':function () {
|
|
92
|
+
serveur.broadcast(JSON.stringify({'type':'alertInfoScoreON','value':'Fin EtudeSkiniHarmonie5'}));}}))))));
|
|
274
93
|
if (debug) console.log('orchestrationHH.mjs: setSignals',param.groupesDesSons);
|
|
275
94
|
var machine=new hh.ReactiveMachine(Program,{'sweep':true,'tracePropagation':false,'traceReactDuration':false});
|
|
276
95
|
console.log('INFO: setSignals: Number of nets in Orchestration:',machine.nets.length);return machine;
|