This repository has been archived by the owner on Aug 29, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathassistantPerformer.html
480 lines (452 loc) · 33.4 KB
/
assistantPerformer.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
<!DOCTYPE html>
<html lang="en"
xml:lang="en" xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>Assistant Performer</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link href="assistantPerformerStyleSheet.css"
media="all"
rel="stylesheet"
type="text/css" />
<link href="sliderStyleSheet.css"
media="all"
rel="stylesheet"
type="text/css" />
<link rel="shortcut icon" href="https://james-ingram-act-two.de/open-source/assistantPerformer/AP3.ico" />
<!-- Javascript files are included at the end of the body element -->
</head>
<body style="text-align: center; font-family: Lucida Sans Unicode, Verdana, Arial, Geneva, Sans-Serif; padding: 0; margin: 0; overflow:hidden">
<div id="titleOptionsDiv" style="text-align: center; visibility: visible; margin:0;">
<div style="height:265px; font-size:12px; ">
<table style="width:766px; margin:10px auto 0 auto; padding:0;">
<colgroup>
<col style="width:200px;" />
<col style="width:370px;" />
<col style="width:200px;" />
</colgroup>
<tr>
<td class="helpText" style="padding:7px 0 0 0; text-align:left">
<a id="aboutAssistantPerformerLink"
target="_blank"
href="https://james-ingram-act-two.de/open-source/aboutAssistantPerformer.html">
about the Assistant Performer
</a>
</td>
<td style="padding:0; margin:0; font-size:22px;">Assistant Performer</td>
<td class="helpText" style="padding:7px 0 0 0; text-align:right">
<a id="assistantPerformerOnGitHubLink"
target="_blank"
href="https://github.com/notator/assistant-performer">
open source on GitHub
</a>
</td>
</tr>
</table>
<div id="options" class="options">
<div id="deviceAndScoreSelectors" style="margin: 0">
<select id="inputDeviceSelect"
class="deviceSelector" onchange="_AP.controls.doControl('inputDeviceSelect')"></select>
<select id="scoreSelect"
class="deviceSelector" style="width: 240px" onchange="_AP.controls.doControl('scoreSelect')">
<option>choose a score</option>
<option>Pianola Music (1967)</option>
<option>Pianola Music (1967) on 3 staves</option>
<option>Study 1 (2005)</option>
<option>Study 2 (2010-2011)</option>
<option>Study 2 (2010-2011) on 2 staves</option>
<option>Study 3 sketch 1 (2012-2014)</option>
<option>Study 3 sketch 1 (2012-2014) on 4 staves</option>
<option>Study 3 sketch 2.1 - with input (2015)</option>
<optgroup label="Erratum Musical">
<option value="Erratum Musical">Erratum Musical I-VIII</option>
<option value="Three Crashes">Three Crashes</option>
</optgroup>
<!--
<option>Tombeau 1 (scroll)</option>
<option>Study 4 (2019)</option>
-->
</select>
<select id="outputDeviceSelect"
class="deviceSelector" onchange="_AP.controls.doControl('outputDeviceSelect')"></select>
</div>
<div id="aboutLinkDiv" class="helpText" style="display:none;"></div>
<div id="waitingForSoundFontDiv" class="helpText" style="display:none;">Please wait, the soundFont is still loading...</div>
<div id="waitingForScoreDiv" class="helpText" style="display:none;">Please wait, the score is loading...</div>
<div id="needsMIDIAccessDiv" class="helpText" style="display:none;">This score can only be played on a browser that supports Web MIDI.</div>
<input id="startRuntimeButton" type="button" class="startRuntimeButton" value="Start"
onclick="_AP.controls.beginRuntime()"
style="display:none;" />
</div>
</div>
<div class="note">
This experimental Web MIDI application is normally tested in the latest version of Chrome on Windows 10.<br />
I will be testing it again on Firefox, when they have completed their implementation of the Web MIDI API.<br />
Note that:<br />
<ul style="margin-top:0px">
<li>
The <b>ResidentWAFSynth</b> (a <b>software MIDI <i>output</i> device</b>) can play all the scores in this application,<br />
so the Web MIDI API only really needs to be implemented by the browser in order to access a <b>hardware MIDI <i>input</i> device</b>.
This synthesizer is also used by three other applications:
<ul>
<li>
WebMIDISynthHost (<a id="WebMIDISynthHostGitHubLink" target="_blank" href="https://github.com/notator/WebMIDISynthHost">GitHub</a>, <a href="https://james-ingram-act-two.de/open-source/WebMIDISynthHost/host.html">application</a>)
</li>
<li>
SimpleWebAudioFontSynthHost (<a target="_blank" href="https://james-ingram-act-two.de/open-source/SimpleWebAudioFontSynthHost/host.html">application</a>)
</li>
<li>
ResidentWAFSynthHost (<a target="_blank" href="https://github.com/notator/ResidentWAFSynthHost">GitHub</a>, <a href="https://james-ingram-act-two.de/open-source/ResidentWAFSynthHost/host.html">application</a>)
</li>
</ul>
</li>
<li>
The <b>ResidentSf2Synth</b> uses a soundFont containing only a single GM Grand Piano preset (to save loading time). It can therefore only play the following scores:<br />
<i>Pianola Music</i> (1967), <i>Study 1</i> (2005), <i>Erratum Musical I-VIII</i> (2019) and the <i>Three Crashes</i> (2019).<br />
This synth is also used by two other applications:<br />
<ul>
<li>
WebMIDISynthHost (<a id="WebMIDISynthHostGitHubLink" target="_blank" href="https://github.com/notator/WebMIDISynthHost">GitHub</a>, <a href="https://james-ingram-act-two.de/open-source/WebMIDISynthHost/host.html">application</a>)
</li>
<li>
SimpleSoundFontSynthHost (<a target="_blank" href="https://james-ingram-act-two.de/open-source/SimpleSoundFontSynthHost/host.html">application</a>)
</li>
</ul>
</li>
<li>
On Windows, the free <a id="VirtualMIDISynthLink" target="_blank" href="http://coolsoft.altervista.org/en/virtualmidisynth"><b>Virtual MIDI Synth</b></a> plugin
can also be used to play any of the available scores.
</li>
</ul>
<span style="font-size:9px">ji www april 2020.</span>
</div>
</div>
<div id="svgRuntimeControls" class="runtimeDiv" style="top: 2px; width: 1028px; height: 41px;">
<div id="speedControlDiv"
style="position: absolute; top: 0; height:29px; width:279px; margin:0; font-size:12px;
border-color:#008000; border-width:1px; border-style:solid; background-color:#F5FFF5;">
<label id="speedControlLabel1" for="speedControlInput" style="position:absolute; top:5px; left:4px; margin:0;">
speed:
</label>
<input type="range" class="speedSlider" id="speedControlInput" value="90" min="0" max="180"
onmousemove="_AP.controls.doControl('speedControlMousemove')"
style="position:absolute; top:5px; left:45px;" />
<label id="speedControlLabel2" for="speedControlInput" style="position:absolute; top:5px; left:227px; margin:0;">
100%
</label>
<input type="checkbox" id="speedControlCheckbox" checked="checked" disabled="disabled"
onclick="_AP.controls.doControl('speedControlCheckboxClick')"
style="position:absolute; top:8px; left:261px; margin:0;" />
<div id="speedControlSmokeDiv" style="position: absolute; top: -1px; left:-142px; width:281px; height:31px; margin:0; padding:0">
<svg xmlns="http://www.w3.org/2000/svg" width="281" height="31" style="position: absolute; top: 0;">
<rect x="0" y="0" width="281" height="31" stroke="white" stroke-width="1" fill="white" opacity="0.7" />
</svg>
</div>
</div>
<svg xmlns="http://www.w3.org/2000/svg" id="performanceButtonsSVG" width="224" height="36" style="position: absolute; left: 417px; top: 0;">
<g id="performanceButtons" transform="translate(0.5, 0.5)">
<rect id="performanceButtonsFrame" x="0" y="0" width="223" height="30" stroke="#008000" stroke-width="1" fill="#F5FFF5" />
<rect id="performanceButtonsDisabled" x="0" y="0" width="196" height="30" stroke="white" stroke-width="1" fill="white" opacity="0" />
<g id="goControl" transform="translate(7,5)"
onmouseover="_AP.controls.showOverRect('overGoRect', 'goDisabled')"
onmouseout="_AP.controls.hideOverRect('overGoRect')"
onmousedown="_AP.controls.doControl('goControl')">
<rect id="overGoRect" x="-1.5" y="-1.5" width="23" height="23" stroke="#00CE00" stroke-width="2" opacity="0" />
<g>
<rect x="0" y="0" width="20" height="20" stroke="black" stroke-width="1" fill="white" />
<rect x="1.5" y="1.5" width="17" height="17" stroke="none" stroke-width="1" fill="#EEEEEE" />
<path d="M 2 19 L 19 19, 19 2" fill="none" stroke-width="1" stroke="#A5A5A5" />
<circle id="goButton" cx="10" cy="10" r="5" fill="#00CE00" opacity="1" />
</g>
<g id="pauseUnselected" opacity="0">
<rect x="0" y="0" width="20" height="20" stroke="black" stroke-width="1" fill="white" />
<rect x="1.5" y="1.5" width="17" height="17" stroke="none" stroke-width="1" fill="#EEEEEE" />
<path d="M 2 19 L 19 19, 19 2" fill="none" stroke-width="1" stroke="#A5A5A5" />
<line x1="7" y1="5" x2="7" y2="15" stroke="#ED1C24" stroke-width="3" />
<line x1="13" y1="5" x2="13" y2="15" stroke="#ED1C24" stroke-width="3" />
</g>
<g id="pauseSelected" opacity="0">
<rect x="0" y="0" width="20" height="20" stroke="black" stroke-width="1" fill="#BBBBBB" />
<rect x="2" y="2" width="16.5" height="16.5" stroke="none" stroke-width="1" fill="#EEEEEE" />
<path d="M 2 19 L 19 19, 19 2" fill="none" stroke-width="1" stroke="white" />
<line x1="8" y1="6" x2="8" y2="16" stroke="#ED1C24" stroke-width="3" />
<line x1="14" y1="6" x2="14" y2="16" stroke="#ED1C24" stroke-width="3" />
</g>
<rect id="goDisabled" x="0" y="0" width="20" height="20" stroke="white" stroke-width="1" fill="white" opacity="0" />
</g>
<g id="stopControl" transform="translate(34,5)"
onmouseover="_AP.controls.showOverRect('overStopRect', 'stopControlDisabled')"
onmouseout="_AP.controls.hideOverRect('overStopRect')"
onmousedown="_AP.controls.doControl('stopControl')">
<rect id="overStopRect" x="-1.5" y="-1.5" width="23" height="23" stroke="#00CE00" stroke-width="2" opacity="0" />
<g>
<rect id="Rect16" x="0" y="0" width="20" height="20" stroke="black" stroke-width="1" fill="white" />
<rect id="Rect17" x="1.5" y="1.5" width="17" height="17" stroke="none" stroke-width="1" fill="#EEEEEE" />
<path d="M 2 19 L 19 19, 19 2" fill="none" stroke-width="1" stroke="#A5A5A5" />
<rect id="Rect20" x="5" y="5" width="10" height="10" fill="#ED1C24" />
</g>
<g id="stopControlSelected" opacity="0">
<rect id="Rect18" x="0" y="0" width="20" height="20" stroke="black" stroke-width="1" fill="#BBBBBB" />
<rect id="Rect19" x="2" y="2" width="16.5" height="16.5" stroke="none" stroke-width="1" fill="#EEEEEE" />
<path d="M 2 19 L 19 19, 19 2" fill="none" stroke-width="1" stroke="white" />
<rect id="Rect21" x="6" y="6" width="10" height="10" fill="#ED1C24" />
</g>
<rect id="stopControlDisabled" x="0" y="0" width="20" height="20" stroke="white" stroke-width="1" fill="white" opacity="0" />
</g>
<g id="setStartControl" transform="translate(61,5)"
onmouseover="_AP.controls.showOverRect('overSetStartRect', 'setStartControlDisabled')"
onmouseout="_AP.controls.hideOverRect('overSetStartRect')"
onmousedown="_AP.controls.doControl('setStartControl')">
<rect id="overSetStartRect" x="-1.5" y="-1.5" width="23" height="23" stroke="#00CE00" stroke-width="2" opacity="0" />
<g>
<rect x="0" y="0" width="20" height="20" stroke="black" stroke-width="1" fill="white" />
<rect x="1.5" y="1.5" width="17" height="17" stroke="none" stroke-width="1" fill="#EEEEEE" />
<path d="M 2 19 L 19 19, 19 2" fill="none" stroke-width="1" stroke="#A5A5A5" />
<line id="setStartButton" x1="10" y1="4" x2="10" y2="16" stroke="#00CE00" stroke-width="3" />
</g>
<g id="setStartControlSelected" opacity="0">
<rect x="0" y="0" width="20" height="20" stroke="black" stroke-width="1" fill="#BBBBBB" />
<rect x="2" y="2" width="16.5" height="16.5" stroke="none" stroke-width="1" fill="#EEEEEE" />
<path d="M 2 19 L 19 19, 19 2" fill="none" stroke-width="1" stroke="white" />
<line id="Line1" x1="11" y1="5" x2="11" y2="17" stroke="#00CE00" stroke-width="3" />
</g>
<rect id="setStartControlDisabled" x="0" y="0" width="20" height="20" stroke="white" stroke-width="1" fill="white" opacity="0" />
</g>
<g id="setEndControl" transform="translate(88,5)"
onmouseover="_AP.controls.showOverRect('overSetEndRect', 'setEndControlDisabled')"
onmouseout="_AP.controls.hideOverRect('overSetEndRect')"
onmousedown="_AP.controls.doControl('setEndControl')">
<rect id="overSetEndRect" x="-1.5" y="-1.5" width="23" height="23" stroke="#00CE00" stroke-width="2" opacity="0" />
<g>
<rect x="0" y="0" width="20" height="20" stroke="black" stroke-width="1" fill="white" />
<rect x="1.5" y="1.5" width="17" height="17" stroke="none" stroke-width="1" fill="#EEEEEE" />
<path d="M 2 19 L 19 19, 19 2" fill="none" stroke-width="1" stroke="#A5A5A5" />
<line id="Line2" x1="10" y1="4" x2="10" y2="16" stroke="#ED1C24" stroke-width="3" />
</g>
<g id="setEndControlSelected" opacity="0">
<rect x="0" y="0" width="20" height="20" stroke="black" stroke-width="1" fill="#BBBBBB" />
<rect x="2" y="2" width="16.5" height="16.5" stroke="none" stroke-width="1" fill="#EEEEEE" />
<path d="M 2 19 L 19 19, 19 2" fill="none" stroke-width="1" stroke="white" />
<line x1="11" y1="5" x2="11" y2="17" stroke="#ED1C24" stroke-width="3" />
</g>
<rect id="setEndControlDisabled" x="0" y="0" width="20" height="20" stroke="white" stroke-width="1" fill="white" opacity="0" />
</g>
<g id="sendStartToBeginningControl" transform="translate(115,5)"
onmouseover="_AP.controls.showOverRect('overSendStartToBeginningRect', 'sendStartToBeginningControlDisabled')"
onmouseout="_AP.controls.hideOverRect('overSendStartToBeginningRect')"
onmousedown="_AP.controls.doControl('sendStartToBeginningControl')">
<rect id="overSendStartToBeginningRect" x="-1.5" y="-1.5" width="23" height="23" stroke="#00CE00" stroke-width="2" opacity="0" />
<g>
<rect x="0" y="0" width="20" height="20" stroke="black" stroke-width="1" fill="white" />
<rect x="1.5" y="1.5" width="17" height="17" stroke="none" stroke-width="1" fill="#EEEEEE" />
<path d="M 2 19 L 19 19, 19 2" fill="none" stroke-width="1" stroke="#A5A5A5" />
<g>
<line x1="3.8" y1="10" x2="14" y2="10" stroke="black" stroke-width="1.2" stroke-linecap="round" />
<line x1="4.2" y1="10" x2="7" y2="7" stroke="black" stroke-width="1.1" stroke-linecap="round" />
<line x1="4.2" y1="10" x2="7" y2="13" stroke="black" stroke-width="1.1" stroke-linecap="round" />
<line x1="14" y1="4" x2="14" y2="16" stroke="#00CE00" stroke-width="3" />
</g>
</g>
<g id="sendStartToBeginningControlSelected" opacity="0">
<rect x="0" y="0" width="20" height="20" stroke="black" stroke-width="1" fill="#BBBBBB" />
<rect x="2" y="2" width="16.5" height="16.5" stroke="none" stroke-width="1" fill="#EEEEEE" />
<path d="M 2 19 L 19 19, 19 2" fill="none" stroke-width="1" stroke="white" />
<g>
<line x1="4.8" y1="11" x2="15" y2="11" stroke="black" stroke-width="1.2" stroke-linecap="round" />
<line x1="5.2" y1="11" x2="8" y2="8" stroke="black" stroke-width="1.1" stroke-linecap="round" />
<line x1="5.2" y1="11" x2="8" y2="14" stroke="black" stroke-width="1.1" stroke-linecap="round" />
<line x1="15" y1="5" x2="15" y2="17" stroke="#00CE00" stroke-width="3" />
</g>
</g>
<rect id="sendStartToBeginningControlDisabled" x="0" y="0" width="20" height="20" stroke="white" stroke-width="1" fill="white" opacity="0" />
</g>
<g id="sendStopToEndControl" transform="translate(142,5)"
onmouseover="_AP.controls.showOverRect('overSendStopToEndRect', 'sendStopToEndControlDisabled')"
onmouseout="_AP.controls.hideOverRect('overSendStopToEndRect')"
onmousedown="_AP.controls.doControl('sendStopToEndControl')">
<rect id="overSendStopToEndRect" x="-1.5" y="-1.5" width="23" height="23" stroke="#00CE00" stroke-width="2" opacity="0" />
<g>
<rect x="0" y="0" width="20" height="20" stroke="black" stroke-width="1" fill="white" />
<rect x="1.5" y="1.5" width="17" height="17" stroke="none" stroke-width="1" fill="#EEEEEE" />
<path d="M 2 19 L 19 19, 19 2" fill="none" stroke-width="1" stroke="#A5A5A5" />
<g>
<line x1="6" y1="10" x2="16.2" y2="10" stroke="black" stroke-width="1.2" stroke-linecap="round" />
<line x1="15.8" y1="10" x2="13" y2="7" stroke="black" stroke-width="1.1" stroke-linecap="round" />
<line x1="15.8" y1="10" x2="13" y2="13" stroke="black" stroke-width="1.1" stroke-linecap="round" />
<line x1="6" y1="4" x2="6" y2="16" stroke="#ED1C24" stroke-width="3" />
</g>
</g>
<g id="sendStopToEndControlSelected" opacity="0">
<rect x="0" y="0" width="20" height="20" stroke="black" stroke-width="1" fill="#BBBBBB" />
<rect x="2" y="2" width="16.5" height="16.5" stroke="none" stroke-width="1" fill="#EEEEEE" />
<path d="M 2 19 L 19 19, 19 2" fill="none" stroke-width="1" stroke="white" />
<g>
<line x1="7" y1="11" x2="17.2" y2="11" stroke="black" stroke-width="1.2" stroke-linecap="round" />
<line x1="16.8" y1="11" x2="14" y2="8" stroke="black" stroke-width="1.1" stroke-linecap="round" />
<line x1="16.8" y1="11" x2="14" y2="14" stroke="black" stroke-width="1.1" stroke-linecap="round" />
<line x1="7" y1="5" x2="7" y2="17" stroke="#ED1C24" stroke-width="3" />
</g>
</g>
<rect id="sendStopToEndControlDisabled" x="0" y="0" width="20" height="20" stroke="white" stroke-width="1" fill="white" opacity="0" />
</g>
<g id="setConductTimerMode" transform="translate(169,5)"
onmouseover="_AP.controls.showOverRect('overSetConductTimerRect', 'setConductTimerControlDisabled')"
onmouseout="_AP.controls.hideOverRect('overSetConductTimerRect')"
onmousedown="_AP.controls.doControl('setConductTimerControl')">
<rect id="overSetConductTimerRect" x="-1.5" y="-1.5" width="23" height="23" stroke="#00CE00" stroke-width="2" opacity="0" />
<g opacity="1">
<rect x="0" y="0" width="20" height="20" stroke="black" stroke-width="1" fill="white" />
<rect x="1.5" y="1.5" width="17" height="17" stroke="none" stroke-width="1" fill="#EEE" />
<path d="M 2 19 L 19 19, 19 2" fill="none" stroke-width="1" stroke="#A5A5A5" />
<g>
<line x1="7.5" y1="4" x2="12.5" y2="4" stroke="#55F" stroke-width="1" />
<line x1="10" y1="4" x2="10" y2="16" stroke="#55F" stroke-width="1.5" />
<line x1="7.5" y1="16" x2="12.5" y2="16" stroke="#55F" stroke-width="1" />
</g>
</g>
<g id="conductTimerSelected" opacity="0">
<rect x="0" y="0" width="20" height="20" stroke="black" stroke-width="1" fill="#AAF" />
<rect x="2" y="2" width="16.5" height="16.5" stroke="none" stroke-width="1" fill="#EEE" />
<path d="M 2 19 L 19 19, 19 2" fill="none" stroke-width="1" stroke="white" />
<g>
<line x1="8.5" y1="5" x2="13.5" y2="5" stroke="#55F" stroke-width="1" />
<line x1="11" y1="5" x2="11" y2="17" stroke="#55F" stroke-width="1.5" />
<line x1="8.5" y1="17" x2="13.5" y2="17" stroke="#55F" stroke-width="1" />
</g>
</g>
<rect id="setConductTimerControlDisabled" x="0" y="0" width="20" height="20" stroke="white" stroke-width="1" fill="white" opacity="0" />
</g>
<g id="setConductCreepMode" transform="translate(196,5)"
onmouseover="_AP.controls.showOverRect('overSetConductCreepRect', 'setConductCreepControlDisabled')"
onmouseout="_AP.controls.hideOverRect('overSetConductCreepRect')"
onmousedown="_AP.controls.doControl('setConductCreepControl')">
<rect id="overSetConductCreepRect" x="-1.5" y="-1.5" width="23" height="23" stroke="#00CE00" stroke-width="2" opacity="0" />
<g opacity="1">
<rect x="0" y="0" width="20" height="20" stroke="black" stroke-width="1" fill="white" />
<rect x="1.5" y="1.5" width="17" height="17" stroke="none" stroke-width="1" fill="#EEE" />
<path d="M 2 19 L 19 19, 19 2" fill="none" stroke-width="1" stroke="#A5A5A5" />
<g>
<line x1="3" y1="10" x2="12.2" y2="10" stroke="#55F" stroke-width="1.5" />
<line x1="12.3" y1="10" x2="9.5" y2="7" stroke="#55F" stroke-width="1.5" stroke-linecap="square" />
<line x1="12.3" y1="10" x2="9.5" y2="13" stroke="#55F" stroke-width="1.5" stroke-linecap="square" />
<line x1="11.4" y1="4" x2="16.4" y2="4" stroke="#55F" stroke-width="1" />
<line x1="13.9" y1="4" x2="13.9" y2="16" stroke="#55F" stroke-width="1.5" />
<line x1="11.4" y1="16" x2="16.4" y2="16" stroke="#55F" stroke-width="1" />
</g>
</g>
<g id="conductCreepSelected" opacity="0">
<rect x="0" y="0" width="20" height="20" stroke="black" stroke-width="1" fill="#AAF" />
<rect x="2" y="2" width="16.5" height="16.5" stroke="none" stroke-width="1" fill="#EEE" />
<path d="M 2 19 L 19 19, 19 2" fill="none" stroke-width="1" stroke="white" />
<g>
<line x1="4" y1="11" x2="13.2" y2="11" stroke="#55F" stroke-width="1.5" />
<line x1="13.3" y1="11" x2="10.5" y2="8" stroke="#55F" stroke-width="1.5" stroke-linecap="square" />
<line x1="13.3" y1="11" x2="10.5" y2="14" stroke="#55F" stroke-width="1.5" stroke-linecap="square" />
<line x1="12.4" y1="5" x2="17.4" y2="5" stroke="#55F" stroke-width="1" />
<line x1="14.9" y1="5" x2="14.9" y2="17" stroke="#55F" stroke-width="1.5" />
<line x1="12.4" y1="17" x2="17.4" y2="17" stroke="#55F" stroke-width="1" />
</g>
</g>
<rect id="setConductCreepControlDisabled" x="0" y="0" width="20" height="20" stroke="white" stroke-width="1" fill="white" opacity="0" />
</g>
</g>
</svg>
<div id="downloadLinkDiv"
style="position: absolute; top: 0; left: 865px;">
</div>
<svg xmlns="http://www.w3.org/2000/svg" width="104" height="36" style="position: absolute; left: 925px; top: 0;">
<g id="gotoOptions" transform="translate(0.5, 0.5)"
onmouseover="_AP.controls.showOverRect('overGotoOptionsFrame', 'gotoOptionsDisabled')"
onmouseout="_AP.controls.hideOverRect('overGotoOptionsFrame')"
onclick="_AP.controls.doControl('gotoOptions')">
<rect id="gotoOptionsFrame" x="0" y="0" width="103" height="30" stroke="#008000" stroke-width="1" fill="#F5FFF5" />
<rect id="overGotoOptionsFrame" x="1.5" y="1.5" width="100" height="27" stroke="#00CE00" stroke-width="2" fill="#F5FFF5" opacity="0" />
<text x="16" y="19" font-size="13" font-family="Lucida Sans Unicode, Verdana, Arial, Geneva, Sans-Serif" fill="black">
set options
</text>
<rect id="gotoOptionsDisabled" x="0" y="0" width="103" height="30" stroke="white" stroke-width="1" fill="white" opacity="0.7" />
</g>
</svg>
</div>
<div id="svgPagesFrame" class="runtimeDiv"
style="position:absolute; top: 36px; width: 1028px; height: 600px; border: 1px solid #008000; overflow: auto; ">
<!--
<object>s like the following are written programmatically when the score has been selected.
<object
data="https://james-ingram-act-two.de/open-source/assistantPerformer/scores/Study%202c3.1/Study 2c3.1 page 1.svg"
type="image/svg+xml"
class="svgPage">
Browser does not support SVG!
</object>
<object
data="https://james-ingram-act-two.de/open-source/assistantPerformer/scores/Study%202c3.1/Study 2c3.1 page 2.svg"
type="image/svg+xml"
class="svgPage">
Browser does not support SVG!
</object>
<object
data="https://james-ingram-act-two.de/open-source/assistantPerformer/scores/Study%202c3.1/Study 2c3.1 page 3.svg"
type="image/svg+xml"
class="svgPage">
Browser does not support SVG!
</object>
-->
</div>
<div id="conductingLayer" class="runtimeDiv"
style="position:absolute; top: 36px; width: 100px; height: 100px; margin:0; padding:0; visibility:hidden;">
</div>
<script src="WebMIDI/namespace.js"></script>
<script src="WebMIDI/constants.js"></script>
<!-- The following scripts define all the presets used by the residentWAFSynth in this application -->
<script src="residentWAFSynth/webAudioFontFiles/0000_FluidR3_GM_sf2_file.js" type="text/javascript"></script>
<script src="residentWAFSynth/webAudioFontFiles/0080_FluidR3_GM_sf2_file.js" type="text/javascript"></script>
<script src="residentWAFSynth/webAudioFontFiles/0090_FluidR3_GM_sf2_file.js" type="text/javascript"></script>
<script src="residentWAFSynth/webAudioFontFiles/0100_FluidR3_GM_sf2_file.js" type="text/javascript"></script>
<script src="residentWAFSynth/webAudioFontFiles/0110_FluidR3_GM_sf2_file.js" type="text/javascript"></script>
<script src="residentWAFSynth/webAudioFontFiles/0120_FluidR3_GM_sf2_file.js" type="text/javascript"></script>
<script src="residentWAFSynth/webAudioFontFiles/0130_FluidR3_GM_sf2_file.js" type="text/javascript"></script>
<script src="residentWAFSynth/webAudioFontFiles/0140_FluidR3_GM_sf2_file.js" type="text/javascript"></script>
<script src="residentWAFSynth/webAudioFontFiles/0150_FluidR3_GM_sf2_file.js" type="text/javascript"></script>
<script src="residentWAFSynth/webAudioFontFiles/0240_FluidR3_GM_sf2_file.js" type="text/javascript"></script>
<script src="residentWAFSynth/webAudioFontFiles/0250_FluidR3_GM_sf2_file.js" type="text/javascript"></script>
<script src="residentWAFSynth/webAudioFontFiles/0260_FluidR3_GM_sf2_file.js" type="text/javascript"></script>
<script src="residentWAFSynth/webAudioFontFiles/0270_FluidR3_GM_sf2_file.js" type="text/javascript"></script>
<script src="residentWAFSynth/wafReverberator.js" type="text/javascript"></script>
<script src="residentWAFSynth/webAudioFont.js" type="text/javascript"></script>
<script src="residentWAFSynth/webAudioFontDefs.js" type="text/javascript"></script>
<script src="residentWAFSynth/residentWAFSynth.js" type="text/javascript"></script>
<script src="residentWAFSynth/residentWAFSynthNote.js" type="text/javascript"></script>
<script src="residentSf2Synth/riffParser.js"></script>
<script src="residentSf2Synth/soundFontParser.js"></script>
<script src="residentSf2Synth/soundFont.js"></script>
<script src="residentSf2Synth/soundFontSynthNote.js"></script>
<script src="residentSf2Synth/residentSf2Synth.js"></script>
<script src="es6/_AP.js"></script>
<script type="module" src="es6/Constants.js"></script>
<script type="module" src="es6/Utilities.js"></script>
<script type="module" src="es6/Message.js"></script>
<script type="module" src="es6/Moment.js"></script>
<script type="module" src="es6/MidiObject.js"></script>
<script type="module" src="es6/RegionDef.js"></script>
<script type="module" src="es6/RegionLink.js"></script>
<script type="module" src="es6/RegionControls.js"></script>
<script type="module" src="es6/Track.js"></script>
<script type="module" src="es6/Conductor.js"></script>
<script type="module" src="es6/Sequence.js"></script>
<script type="module" src="es6/Seq.js"></script>
<script type="module" src="es6/TrackRecording.js"></script>
<script type="module" src="es6/SequenceRecording.js"></script>
<script type="module" src="es6/StandardMidiFile.js"></script>
<script type="module" src="es6/TrkOptions.js"></script>
<script type="module" src="es6/InputObjectDef.js"></script>
<script type="module" src="es6/InputChord.js"></script>
<script type="module" src="es6/Markers.js"></script>
<script type="module" src="es6/Cursor.js"></script>
<script type="module" src="es6/TimeMarker.js"></script>
<script type="module" src="es6/Score.js"></script>
<script type="module" src="es6/TracksControl.js"></script>
<script type="module" src="es6/Controls.js"></script>
<script type="module" src="es6/Keyboard1.js"></script>
<!--<script type="module" src="es6/TestModule.js"></script>-->
<script type="module" src="es6/Main.js"></script>
</body>
</html>