-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
648 lines (582 loc) · 41.1 KB
/
index.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
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
<!DOCTYPE html>
<html>
<head>
<title>SBLBL</title>
<link rel="stylesheet" type="text/css" href="style.css">
<link rel="stylesheet" type="text/css" href="lib/codemirror.css">
<link rel="stylesheet" type="text/css" href="lib/monokai.css">
<script type="text/javascript" src="tone.min.js"></script>
<script type="text/javascript" src="tone.unmute.js"></script>
<script src="jquery.js"></script>
</head>
<body>
<svg version="1.1" id="Livello_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="-32 -68 1040 740" xml:space="preserve">
<font>
<font-face font-family="overpass-mono-regular" />
</font>
<font>
<font-face font-family="overpass-mono-bold" />
</font>
<defs>
<pattern id="pattern-0" class="pattern" width="100" height="210" patternUnits="userSpaceOnUse" viewBox="0 0 100 210" style="overflow:visible;">
<rect width="100" height="210" x="0" y="0" fill="white"/>
<line class="horizontal-line current" data-id="Cplus" stroke="#1D1D1D" x1="0" y1="0.5" x2="100" y2="0.5"/>
<line class="main-line horizontal-line current" data-id="C" stroke="#1D1D1D" x1="0" y1="17.5" x2="100" y2="17.5"/>
<line class="horizontal-line current" data-id="B" stroke="#1D1D1D" x1="0" y1="35" x2="100" y2="35"/>
<line class="horizontal-line current" data-id="Aplus" stroke="#1D1D1D" x1="0" y1="52.5" x2="100" y2="52.5"/>
<line class="horizontal-line current" data-id="A" stroke="#1D1D1D" x1="0" y1="70" x2="100" y2="70"/>
<line class="horizontal-line current" data-id="Gplus" stroke="#1D1D1D" x1="0" y1="87.5" x2="100" y2="87.5"/>
<line class="horizontal-line current" data-id="G" stroke="#1D1D1D" x1="0" y1="105" x2="100" y2="105"/>
<line class="horizontal-line current" data-id="Fplus" stroke="#1D1D1D" x1="0" y1="122.5" x2="100" y2="122.5"/>
<line class="horizontal-line current" data-id="F" stroke="#1D1D1D" x1="0" y1="140" x2="100" y2="140"/>
<line class="horizontal-line current" data-id="E" stroke="#1D1D1D" x1="0" y1="157.5" x2="100" y2="157.5"/>
<line class="horizontal-line current" data-id="Dplus" stroke="#1D1D1D" x1="0" y1="175" x2="100" y2="175"/>
<line class="horizontal-line current" data-id="D" stroke="#1D1D1D" x1="0" y1="192.5" x2="100" y2="192.5"/>
<line class="main-line vertical-line" stroke="#1D1D1D" x1="100" y1="0" x2="100" y2="210"/>
</pattern>
<!--battuta-->
<pattern id="pattern-1" class="pattern" width="100" height="210" patternUnits="userSpaceOnUse" viewBox="0 0 100 210" style="overflow:visible;">
<rect width="100" height="210" x="0" y="0" fill="white"/>
<line class="main-line horizontal-line current" data-id="C" stroke="#1D1D1D" x1="0" y1="17.5" x2="100" y2="17.5"/>
<line class="horizontal-line current" data-id="Cplus" stroke="#1D1D1D" x1="0" y1="0.5" x2="100" y2="0.5"/>
<line class="horizontal-line current" data-id="B" stroke="#1D1D1D" x1="0" y1="35" x2="100" y2="35"/>
<line class="horizontal-line current" data-id="Aplus" stroke="#1D1D1D" x1="0" y1="52.5" x2="100" y2="52.5"/>
<line class="horizontal-line current" data-id="A" stroke="#1D1D1D" x1="0" y1="70" x2="100" y2="70"/>
<line class="horizontal-line current" data-id="Gplus" stroke="#1D1D1D" x1="0" y1="87.5" x2="100" y2="87.5"/>
<line class="horizontal-line current" data-id="G" stroke="#1D1D1D" x1="0" y1="105" x2="100" y2="105"/>
<line class="horizontal-line current" data-id="Fplus" stroke="#1D1D1D" x1="0" y1="122.5" x2="100" y2="122.5"/>
<line class="horizontal-line current" data-id="F" stroke="#1D1D1D" x1="0" y1="140" x2="100" y2="140"/>
<line class="horizontal-line current" data-id="E" stroke="#1D1D1D" x1="0" y1="157.5" x2="100" y2="157.5"/>
<line class="horizontal-line current" data-id="Dplus" stroke="#1D1D1D" x1="0" y1="175" x2="100" y2="175"/>
<line class="horizontal-line current" data-id="D" stroke="#1D1D1D" x1="0" y1="192.5" x2="100" y2="192.5"/>
<line class="vertical-line" stroke="#1D1D1D" x1="50" y1="0" x2="50" y2="210"/>
<line class="main-line vertical-line" stroke="#1D1D1D" x1="100" y1="0" x2="100" y2="210"/>
</pattern>
<!--mezzi-->
<pattern id="pattern-2" class="pattern" width="100" height="210" patternUnits="userSpaceOnUse" viewBox="0 0 100 210" style="overflow:visible;">
<rect width="100" height="210" x="0" y="0" fill="white"/>
<line class="horizontal-line current" data-id="Cplus" stroke="#1D1D1D" x1="0" y1="0.5" x2="100" y2="0.5"/>
<line class="main-line horizontal-line current" data-id="C" stroke="#1D1D1D" x1="0" y1="17.5" x2="100" y2="17.5"/>
<line class="horizontal-line current" data-id="B" stroke="#1D1D1D" x1="0" y1="35" x2="100" y2="35"/>
<line class="horizontal-line current" data-id="Aplus" stroke="#1D1D1D" x1="0" y1="52.5" x2="100" y2="52.5"/>
<line class="horizontal-line current" data-id="A" stroke="#1D1D1D" x1="0" y1="70" x2="100" y2="70"/>
<line class="horizontal-line current" data-id="Gplus" stroke="#1D1D1D" x1="0" y1="87.5" x2="100" y2="87.5"/>
<line class="horizontal-line current" data-id="G" stroke="#1D1D1D" x1="0" y1="105" x2="100" y2="105"/>
<line class="horizontal-line current" data-id="Fplus" stroke="#1D1D1D" x1="0" y1="122.5" x2="100" y2="122.5"/>
<line class="horizontal-line current" data-id="F" stroke="#1D1D1D" x1="0" y1="140" x2="100" y2="140"/>
<line class="horizontal-line current" data-id="E" stroke="#1D1D1D" x1="0" y1="157.5" x2="100" y2="157.5"/>
<line class="horizontal-line current" data-id="Dplus" stroke="#1D1D1D" x1="0" y1="175" x2="100" y2="175"/>
<line class="horizontal-line current" data-id="D" stroke="#1D1D1D" x1="0" y1="192.5" x2="100" y2="192.5"/>
<line class="vertical-line" stroke="#1D1D1D" x1="50" y1="0" x2="50" y2="210"/>
<line class="vertical-line" stroke="#1D1D1D" x1="25" y1="0" x2="25" y2="210"/>
<line class="vertical-line" stroke="#1D1D1D" x1="75" y1="0" x2="75" y2="210"/>
<line class="main-line vertical-line" stroke="#1D1D1D" x1="100" y1="0" x2="100" y2="210"/>
</pattern>
<!--quarti-->
<pattern id="pattern-3" class="pattern" width="100" height="210" patternUnits="userSpaceOnUse" viewBox="0 0 100 210" style="overflow:visible;">
<rect width="100" height="210" x="0" y="0" fill="white"/>
<line class="horizontal-line current" data-id="Cplus" stroke="#1D1D1D" x1="0" y1="0.5" x2="100" y2="0.5"/>
<line class="main-line horizontal-line current" data-id="C" stroke="#1D1D1D" x1="0" y1="17.5" x2="100" y2="17.5"/>
<line class="horizontal-line current" data-id="B" stroke="#1D1D1D" x1="0" y1="35" x2="100" y2="35"/>
<line class="horizontal-line current" data-id="Aplus" stroke="#1D1D1D" x1="0" y1="52.5" x2="100" y2="52.5"/>
<line class="horizontal-line current" data-id="A" stroke="#1D1D1D" x1="0" y1="70" x2="100" y2="70"/>
<line class="horizontal-line current" data-id="Gplus" stroke="#1D1D1D" x1="0" y1="87.5" x2="100" y2="87.5"/>
<line class="horizontal-line current" data-id="G" stroke="#1D1D1D" x1="0" y1="105" x2="100" y2="105"/>
<line class="horizontal-line current" data-id="Fplus" stroke="#1D1D1D" x1="0" y1="122.5" x2="100" y2="122.5"/>
<line class="horizontal-line current" data-id="F" stroke="#1D1D1D" x1="0" y1="140" x2="100" y2="140"/>
<line class="horizontal-line current" data-id="E" stroke="#1D1D1D" x1="0" y1="157.5" x2="100" y2="157.5"/>
<line class="horizontal-line current" data-id="Dplus" stroke="#1D1D1D" x1="0" y1="175" x2="100" y2="175"/>
<line class="horizontal-line current" data-id="D" stroke="#1D1D1D" x1="0" y1="192.5" x2="100" y2="192.5"/>
<line class="vertical-line" stroke="#1D1D1D" x1="12.5" y1="0" x2="12.5" y2="210"/>
<line class="vertical-line" stroke="#1D1D1D" x1="25" y1="0" x2="25" y2="210"/>
<line class="vertical-line" stroke="#1D1D1D" x1="37.5" y1="0" x2="37.5" y2="210"/>
<line class="vertical-line" stroke="#1D1D1D" x1="50" y1="0" x2="50" y2="210"/>
<line class="vertical-line" stroke="#1D1D1D" x1="62.5" y1="0" x2="62.5" y2="210"/>
<line class="vertical-line" stroke="#1D1D1D" x1="75" y1="0" x2="75" y2="210"/>
<line class="vertical-line" stroke="#1D1D1D" x1="87.5" y1="0" x2="87.5" y2="210"/>
<line class="main-line vertical-line" stroke="#1D1D1D" x1="100" y1="0" x2="100" y2="210"/>
</pattern>
<!--ottavi-->
<pattern id="pattern-4" class="pattern" width="100" height="210" patternUnits="userSpaceOnUse" viewBox="0 0 100 210" style="overflow:visible;">
<rect width="100" height="210" x="0" y="0" fill="white"/>
<line class="horizontal-line current" data-id="Cplus" stroke="#1D1D1D" x1="0" y1="0.5" x2="100" y2="0.5"/>
<line class="main-line horizontal-line current" data-id="C" stroke="#1D1D1D" x1="0" y1="17.5" x2="100" y2="17.5"/>
<line class="horizontal-line current" data-id="B" stroke="#1D1D1D" x1="0" y1="35" x2="100" y2="35"/>
<line class="horizontal-line current" data-id="Aplus" stroke="#1D1D1D" x1="0" y1="52.5" x2="100" y2="52.5"/>
<line class="horizontal-line current" data-id="A" stroke="#1D1D1D" x1="0" y1="70" x2="100" y2="70"/>
<line class="horizontal-line current" data-id="Gplus" stroke="#1D1D1D" x1="0" y1="87.5" x2="100" y2="87.5"/>
<line class="horizontal-line current" data-id="G" stroke="#1D1D1D" x1="0" y1="105" x2="100" y2="105"/>
<line class="horizontal-line current" data-id="Fplus" stroke="#1D1D1D" x1="0" y1="122.5" x2="100" y2="122.5"/>
<line class="horizontal-line current" data-id="F" stroke="#1D1D1D" x1="0" y1="140" x2="100" y2="140"/>
<line class="horizontal-line current" data-id="E" stroke="#1D1D1D" x1="0" y1="157.5" x2="100" y2="157.5"/>
<line class="horizontal-line current" data-id="Dplus" stroke="#1D1D1D" x1="0" y1="175" x2="100" y2="175"/>
<line class="horizontal-line current" data-id="D" stroke="#1D1D1D" x1="0" y1="192.5" x2="100" y2="192.5"/>
<line class="vertical-line" stroke="#1D1D1D" x1="6.25" y1="0" x2="6.25" y2="210"/>
<line class="vertical-line" stroke="#1D1D1D" x1="12.5" y1="0" x2="12.5" y2="210"/>
<line class="vertical-line" stroke="#1D1D1D" x1="18.75" y1="0" x2="18.75" y2="210"/>
<line class="vertical-line" stroke="#1D1D1D" x1="25" y1="0" x2="25" y2="210"/>
<line class="vertical-line" stroke="#1D1D1D" x1="31.25" y1="0" x2="31.25" y2="210"/>
<line class="vertical-line" stroke="#1D1D1D" x1="37.5" y1="0" x2="37.5" y2="210"/>
<line class="vertical-line" stroke="#1D1D1D" x1="43.75" y1="0" x2="43.75" y2="210"/>
<line class="vertical-line" stroke="#1D1D1D" x1="50" y1="0" x2="50" y2="210"/>
<line class="vertical-line" stroke="#1D1D1D" x1="56.25" y1="0" x2="56.25" y2="210"/>
<line class="vertical-line" stroke="#1D1D1D" x1="62.5" y1="0" x2="62.5" y2="210"/>
<line class="vertical-line" stroke="#1D1D1D" x1="68.75" y1="0" x2="68.75" y2="210"/>
<line class="vertical-line" stroke="#1D1D1D" x1="75" y1="0" x2="75" y2="210"/>
<line class="vertical-line" stroke="#1D1D1D" x1="81.25" y1="0" x2="81.25" y2="210"/>
<line class="vertical-line" stroke="#1D1D1D" x1="87.5" y1="0" x2="87.5" y2="210"/>
<line class="vertical-line" stroke="#1D1D1D" x1="93.75" y1="0" x2="93.75" y2="210"/>
<line class="main-line vertical-line" stroke="#1D1D1D" x1="100" y1="0" x2="100" y2="210"/>
</pattern>
<pattern id="tone-pattern" class="pattern" y="15" width="30" height="210" patternUnits="userSpaceOnUse" viewBox="0 -5 30 210">
<path d="m20,-2 h10m-10,17.5h10m-10,17.5h10m-10,17.5h10m-10,17.5h10m-10,17.5h10m-10,17.5h10m-10,17.5h10m-10,17.5h10m-10,17.5h10m-10,17.5h10m-10,17.5h10" stroke="white" fill="none"/>
<g transform="translate(5,-3)" fill="white">
<text y="0"><tspan dy="5">C</tspan></text>
<text y="17.5"><tspan dy="5">B</tspan></text>
<text y="35"><tspan dy="5">A+</tspan></text>
<text y="52.5"><tspan dy="5">A</tspan></text>
<text y="70"><tspan dy="5">G+</tspan></text>
<text y="87.5"><tspan dy="5">G</tspan></text>
<text y="105"><tspan dy="5">F+</tspan></text>
<text y="122.5"><tspan dy="5">F</tspan></text>
<text y="140"><tspan dy="5">E</tspan></text>
<text y="157.5"><tspan dy="5">D+</tspan></text>
<text y="175"><tspan dy="5">D</tspan></text>
<text y="192.5"><tspan dy="5">C+</tspan></text>
<text y="210"><tspan dy="5">C</tspan></text>
</g>
</pattern>
<clipPath id="octave-cursor-mask" transform="translate(0, 6)">
<path d="M77.6,12H5.8C2.6,12,0,9.4,0,6.2V5.8C0,2.6,2.6,0,5.8,0h71.8c3.2,0,5.8,2.6,5.8,5.8v0.3C83.4,9.4,80.8,12,77.6,12z"/>
</clipPath>
</defs>
<!-- ENVIRONMENT AND INTERFACE -->
<g class="editing-area-interface" >
<rect id="note-gridI" fill="url(#tone-pattern)" x="-30" y="-5" width="30" height="680"/>
<rect id="note-gridII" fill="url(#tone-pattern)" x="800" y="-5" width="30" height="680"/>
<g class="button" id="new-sheet-button" transform="translate(834,0)" >
<rect fill="white" width="24" height="24"/>
<path fill="#FFD600" d="M20.88,21.36H5.28V6.2h15.6V21.36z M8.16,18.48H18v-9.4H8.16V18.48z"/>
<polygon fill="#1D1D1D" points="11.92,5.95 8.41,5.95 8.41,2.44 5.05,2.44 5.05,5.95 1.54,5.95 1.54,9.31 5.05,9.31 5.05,12.82 8.41,12.82 8.41,9.31 11.92,9.31"/>
</g>
<g class="button" id="clear-all-button" transform="translate(834,128)" >
<rect fill="white" width="24" height="24"/>
<circle fill="#FFD600" cx="12.11" cy="13.66" r="1.7"/>
<circle fill="#FFD600" cx="14.47" cy="8.5" r="1.7"/>
<circle fill="#FFD600" cx="9.74" cy="5.79" r="1.7"/>
<polygon fill="#1D1D1D" points="18.5,6.07 16.09,17.5 8.58,17.5 6.17,6.07 2.97,6.75 5.94,20.76 18.73,20.76 21.7,6.75"/>
</g>
<g class="cursor" id="change-octave" transform="translate(300, -42)" data-x="300">
<g id="octave-cursor" clip-path="url(#octave-cursor-mask)" >
<g id="octave-cursor-content" transform="translate(-66, 0)" data-x="6">
<rect x="-24" fill="#FFD600" width="240" height="24"/>
<rect x="192" fill="white" width="24" height="24"/>
<g id="octave-1">
<rect fill="white" width="24" height="24"/>
<path fill="#1D1D1D" d="M5.4,12c0-2.2,0.9-4.3,3.2-4.3c1.3,0,1.9,0.7,2.3,1.5L10,9.6c-0.3-0.6-0.7-1-1.4-1c-1.5,0-2.1,1.8-2.1,3.4
c0,1.7,0.6,3.4,2.1,3.4c0.7,0,1.2-0.4,1.5-1.1l0.9,0.3c-0.4,0.9-1.1,1.7-2.4,1.7C6.3,16.3,5.4,14.2,5.4,12z"/>
<path fill="#1D1D1D" d="M18.3,15.2v1h-5.2v-1h2.1v-6l-1.8,0.6v-1l2.9-1v7.4H18.3z"/>
</g>
<g id="octave-2">
<rect x="24" fill="#FFD600" width="24" height="24"/>
<path fill="#1D1D1D" d="M29.4,12c0-2.2,0.9-4.3,3.2-4.3c1.3,0,1.9,0.7,2.3,1.5L34,9.6c-0.3-0.6-0.7-1-1.4-1c-1.5,0-2.1,1.8-2.1,3.4
c0,1.7,0.6,3.4,2.1,3.4c0.7,0,1.2-0.4,1.5-1.1l0.9,0.3c-0.4,0.9-1.1,1.7-2.4,1.7C30.3,16.3,29.4,14.2,29.4,12z"/>
<path fill="#1D1D1D" d="M39.5,12.2c0.8-0.6,1.6-1.2,1.6-2.2c0-0.8-0.5-1.5-1.4-1.5c-0.9,0-1.5,0.5-1.7,1.3l-0.9-0.4c0.3-1,1.3-1.8,2.6-1.8
c1.6,0,2.5,1,2.5,2.4c0,1.5-1.1,2.3-2.2,3c-0.9,0.6-1.7,1.3-1.8,2.1h4.1v1h-5.2C37.1,13.9,38.3,13,39.5,12.2z"/>
</g>
<g id="octave-3">
<rect x="48" fill="white" width="24" height="24"/>
<path fill="#1D1D1D" d="M53.4,12c0-2.2,0.9-4.3,3.2-4.3c1.3,0,1.9,0.7,2.3,1.5L58,9.6c-0.3-0.6-0.7-1-1.4-1c-1.5,0-2.1,1.8-2.1,3.4
c0,1.7,0.6,3.4,2.1,3.4c0.7,0,1.2-0.4,1.5-1.1l0.9,0.3c-0.4,0.9-1.1,1.7-2.4,1.7C54.3,16.3,53.4,14.2,53.4,12z"/>
<path fill="#1D1D1D" d="M61,14.4l0.9-0.4c0.4,1,0.9,1.4,1.8,1.4c0.9,0,1.7-0.5,1.7-1.5c0-0.9-0.6-1.6-1.7-1.6H63v-1h0.5c0.9,0,1.5-0.5,1.5-1.4
c0-0.8-0.6-1.3-1.3-1.3c-0.9,0-1.3,0.6-1.5,1.2l-0.9-0.4c0.3-0.9,1.2-1.8,2.4-1.8c1.4,0,2.4,0.9,2.4,2.2c0,0.8-0.4,1.5-1.1,1.8
c0.8,0.3,1.4,1.1,1.4,2.2c0,1.5-1.2,2.5-2.7,2.5C62.2,16.3,61.4,15.5,61,14.4z"/>
</g>
<g id="octave-4">
<rect x="72" fill="#FFD600" width="24" height="24"/>
<path fill="#1D1D1D" d="M77.4,12c0-2.2,0.9-4.3,3.2-4.3c1.3,0,1.9,0.7,2.3,1.5L82,9.6c-0.3-0.6-0.7-1-1.4-1c-1.5,0-2.1,1.8-2.1,3.4
c0,1.7,0.6,3.4,2.1,3.4c0.7,0,1.2-0.4,1.5-1.1l0.9,0.3c-0.4,0.9-1.1,1.7-2.4,1.7C78.3,16.3,77.4,14.2,77.4,12z"/>
<path fill="#1D1D1D" d="M88.5,14.1h-3.9v-0.6l4.1-5.7h0.8v5.4h1.2v0.9h-1.2v2.1h-1V14.1z M88.5,9.5L86,13.2h2.5V9.5z"/>
</g>
<g id="octave-5">
<rect x="96" fill="white" width="24" height="24"/>
<path fill="#1D1D1D" d="M101.4,12c0-2.2,0.9-4.3,3.2-4.3c1.3,0,1.9,0.7,2.3,1.5L106,9.6c-0.3-0.6-0.7-1-1.4-1c-1.5,0-2.1,1.8-2.1,3.4
c0,1.7,0.6,3.4,2.1,3.4c0.7,0,1.2-0.4,1.5-1.1l0.9,0.3c-0.4,0.9-1.1,1.7-2.4,1.7C102.3,16.3,101.4,14.2,101.4,12z"/>
<path fill="#1D1D1D" d="M109,15.3l0.6-0.8c0.5,0.4,1,0.8,1.9,0.8c1.1,0,1.8-0.8,1.8-1.9c0-1-0.6-1.8-1.5-1.8c-0.7,0-1.3,0.4-1.6,0.7l-0.9-0.3
l0.6-4.3h4.1v1h-3.2l-0.4,2.6c0.4-0.4,0.9-0.6,1.6-0.6c1.5,0,2.4,1.2,2.4,2.7c0,1.5-1.1,2.9-2.9,2.9
C110.3,16.3,109.4,15.8,109,15.3z"/>
</g>
<g id="octave-6">
<rect x="120" fill="#FFD600" width="24" height="24"/>
<path fill="#1d1d1d" d="M125.4,12c0-2.2,0.9-4.3,3.2-4.3c1.3,0,1.9,0.7,2.3,1.5L130,9.6c-0.3-0.6-0.7-1-1.4-1c-1.5,0-2.1,1.8-2.1,3.4
c0,1.7,0.6,3.4,2.1,3.4c0.7,0,1.2-0.4,1.5-1.1l0.9,0.3c-0.4,0.9-1.1,1.7-2.4,1.7C126.3,16.3,125.4,14.2,125.4,12z"/>
<path fill="#1d1d1d" d="M133,13.1c0-2.5,1.7-4.8,4.4-5.4v0.9c-1.5,0.4-2.8,1.7-3.1,3.1c0.4-0.4,1-0.7,1.7-0.7c1.5,0,2.5,1.2,2.5,2.6
c0,1.6-1.2,2.8-2.7,2.8C133.9,16.3,133,14.9,133,13.1z M137.4,13.7c0-1-0.7-1.8-1.7-1.8c-1,0-1.7,0.7-1.7,1.8c0,1,0.7,1.7,1.7,1.7
C136.7,15.4,137.4,14.7,137.4,13.7z"/>
</g>
<g id="octave-7">
<rect x="144" fill="white" width="24" height="24"/>
<path fill="#1d1d1d" d="M149.4,12c0-2.2,0.9-4.3,3.2-4.3c1.3,0,1.9,0.7,2.3,1.5L154,9.6c-0.3-0.6-0.7-1-1.4-1c-1.5,0-2.1,1.8-2.1,3.4
c0,1.7,0.6,3.4,2.1,3.4c0.7,0,1.2-0.4,1.5-1.1l0.9,0.3c-0.4,0.9-1.1,1.7-2.4,1.7C150.3,16.3,149.4,14.2,149.4,12z"/>
<path fill="#1d1d1d" d="M162.2,7.8v0.8c-2.1,2.5-2.6,5.6-2.6,7.6h-1c0-2.7,0.6-5,2.4-7.5h-3.9V7.8H162.2z"/>
</g>
<g id="octave-8">
<rect x="168" fill="#FFD600" width="24" height="24"/>
<path fill="#1D1D1D" d="M173.4,12c0-2.2,0.9-4.3,3.2-4.3c1.3,0,1.9,0.7,2.3,1.5L178,9.6c-0.3-0.6-0.7-1-1.4-1c-1.5,0-2.1,1.8-2.1,3.4
c0,1.7,0.6,3.4,2.1,3.4c0.7,0,1.2-0.4,1.5-1.1l0.9,0.3c-0.4,0.9-1.1,1.7-2.4,1.7C174.3,16.3,173.4,14.2,173.4,12z"/>
<path fill="#1D1D1D" d="M180.9,13.8c0-1,0.6-1.9,1.5-2.2c-0.7-0.3-1.1-1-1.1-1.7c0-1.2,1-2.2,2.5-2.2s2.5,1,2.5,2.2c0,0.7-0.4,1.4-1.1,1.7
c0.9,0.3,1.5,1.2,1.5,2.2c0,1.5-1.2,2.6-2.8,2.6C182,16.3,180.9,15.3,180.9,13.8z M185.5,13.7c0-0.9-0.7-1.7-1.8-1.7
c-1.1,0-1.8,0.8-1.8,1.7c0,1.1,0.8,1.7,1.8,1.7C184.7,15.4,185.5,14.8,185.5,13.7z M185.1,9.9c0-0.8-0.6-1.4-1.4-1.4
c-0.8,0-1.4,0.5-1.4,1.4c0,0.7,0.6,1.3,1.4,1.3C184.6,11.2,185.1,10.7,185.1,9.9z"/>
</g>
</g>
</g>
<text fill="white" x="2" y="-2">octave</text>
</g>
<g class="cursor" id="change-bpm" transform="translate(400, -36)" data-x="400">
<path fill="white" d="M94.17,12H5.83C2.62,12,0,9.38,0,6.17V5.83C0,2.62,2.62,0,5.83,0l88.35,0c3.2,0,5.83,2.62,5.83,5.83v0.35C100,9.38,97.38,12,94.17,12z"/>
<circle id="change-bpm-cursor" fill="#FFD600" cx="10" cy="6" r="5" data-x="36" transform="translate(36,0)"/>
<text fill="white" x="0" y="-8">bpm</text>
<text id="bpm-value" fill="white" x="30" y="-8">120</text>
</g>
<g class="cursor" id="view-mode" transform="translate(700, -36)" data-x="700" >
<text fill="white" x="0" y="-8">view-mode</text>
<rect id="view-mode-background" fill="#1D1D1D" width="100" height="20"/>
<path fill="white" d="M94.17,12H5.83C2.62,12,0,9.38,0,6.17V5.83C0,2.62,2.62,0,5.83,0l88.35,0c3.2,0,5.83,2.62,5.83,5.83v0.35C100,9.38,97.38,12,94.17,12z"/>
<circle fill="#1D1D1D" cx="10" cy="6" r="4"/>
<circle fill="#1D1D1D" cx="30" cy="6" r="4"/>
<circle fill="#1D1D1D" cx="50" cy="6" r="4"/>
<circle fill="#1D1D1D" cx="70" cy="6" r="4"/>
<circle fill="#1D1D1D" cx="90" cy="6" r="4"/>
<rect id="view-mode-cursor-rect" data-x="3" x="3" y="3" fill="white" fill-opacity="0" width="25" height="14"/>
<path id="view-mode-cursor" transform="translate(-2.5, -4)" data-x="-2" fill="#FFD600" d="M12.5,20C5.61,20,0,15.51,0,10C0,4.49,5.61,0,12.5,0S25,4.49,25,10C25,15.51,19.39,20,12.5,20z M12.5,5C8.43,5,5,7.29,5,10c0,2.71,3.43,5,7.5,5s7.5-2.29,7.5-5C20,7.29,16.57,5,12.5,5z"/>
</g>
<g id="levels-container" transform="translate(866, 0)">
<rect id="levels-container-background" width="128" height="665"/>
<g id="levels-group" >
</g>
</g>
<g id="editing-area">
<rect id="background" fill="url(#pattern-0)"/>
</g>
<!-- SHEET COMPONENTS -->
<g id="sheet-frame" display="none">
<rect id="sheet-frame-bar" x="0" y="0" fill="#FFD600"/>
<text id="sheet-frame-text" x="4" y="16"></text>
<g class='button' id="sheet-delete-button" transform="translate(110, 5)">
<rect x="0" y="0" width="18" height="18" fill="#FFD600"/>
<line x1="0" y1="0" x2="12" y2="12" stroke="white" stroke-width="3"/>
<line x1="0" y1="12" x2="12" y2="0" stroke="white" stroke-width="3"/>
</g>
</g>
<g class="button" id="sheet-transform-button" display="none">
<rect x="0" y="0" width="10" height="10" fill="black"/>
</g>
<g id="sound-draw-group" display="none">
<g id="sound-draw-menu" display="none">
<rect x="0" y="0" width="128" height="90" fill="#FFD600"/>
</g>
<g class="button" id="sound-free-draw" x="0" y="0">
<rect fill="#FFD600" width="24" height="24"/>
<path fill="#1D1D1D" d="M15.31,19.06c-3.37,0-5.1-2.36-5.16-7.01c0-0.35-0.08-3.41-1.52-3.41c-1.74,0-2.52,3.45-2.52,6.88H2.76c0-6.41,2.2-10.24,5.88-10.24c2.96,0,4.83,2.58,4.88,6.73c0.04,3.69,1.06,3.69,1.8,3.69c1.24,0,1.87-2.64,2.14-4.22l3.31,0.56C20.47,13.78,19.58,19.06,15.31,19.06z"/>
<circle fill="white" cx="4.43" cy="15.77" r="1.7"/>
<circle fill="white" cx="19.18" cy="11.45" r="1.7"/>
</g>
<g class="button" id="sound-straight-draw" transform="translate(0, 24)">
<rect fill="#FFD600" width="24" height="24"/>
<path fill="none" d="M14.09,13.07"/>
<polygon fill="#1D1D1D" points="14.7,17.57 9.17,10.89 5.2,17.35 2.34,15.59 8.76,5.14 14.38,11.91 18.29,5.92 21.11,7.75 "/>
<circle fill="white" cx="19.66" cy="6.92" r="1.7"/>
<circle fill="white" cx="3.77" cy="16.42" r="1.7"/>
</g>
<g class="button" id="sound-delete-line" transform="translate(0, 48)">
<rect fill="#FFD600" width="24" height="24"/>
<path fill="white" d="M13.25,16.9l-1.1,1.7c-0.7,1-2,1.2-2.9,0.5l-3.9-2.7c-1-0.7-1.2-2-0.5-2.9l1.2-1.7"/>
<path fill="1D1D1D" d="M6.1,11.7l4.7-6.8c0.7-1,2-1.2,2.9-0.5l3.9,2.7c1,0.7,1.2,2,0.5,2.9l-4.8,6.9"/>
</g>
<g class="button" id="code-editor-button" transform="translate(0, 72)">
<rect fill="#FFD600" width="24" height="24"/>
<polygon fill="#1D1D1D" points="6.8,16.6 2,11.9 6.8,7.3 8.5,9 5.7,11.9 8.5,14.9 "/>
<polygon fill="#1D1D1D" points="17.2,16.7 15.4,14.9 18.2,12 15.4,9.1 17.2,7.3 21.9,12 "/>
<rect x="6" y="10.7" transform="matrix(0.158 -0.9874 0.9874 0.158 -1.7345 21.8932)" fill="#1D1D1D" width="11.9" height="2.6"/>
</g>
<g id="sheet-settings" transform="translate(-25, -24)" data-x="175">
<g class="button" id="sheet-duplicate-button" transform="translate(-24, 2)" >
<rect width="24" height="24" fill="#FFD600"/>
<g>
<path fill="#1D1D1D" d="M15.3,15.1h-12V3.9h12V15.1z M6.2,12.1h6.1V6.9H6.2V12.1z"/>
<rect x="8.8" y="11.2" fill="#FFD600" width="9" height="8.2"/>
<path fill="white" d="M19.3,20.9h-12V9.7h12V20.9z M10.3,18h6.1v-5.3h-6.1V18z"/>
</g>
</g>
<g class="button" id="sheet-settings-button" transform="translate(0, 2)">
<rect width="24" height="24" fill="#FFD600"/>
<path fill="#1D1D1D" d="M4,4.6H20v3H4V4.6z"/>
<path fill="#1D1D1D" d="M4,10.5H20v3H4V10.5z"/>
<path fill="#1D1D1D" d="M4,16.4H20v3H4V16.4z"/>
</g>
<g id="sheet-settings-menu" display="none" transform="translate(0, 24)">
<rect width="136" height="148" fill="#FFD600"/>
<text class="text-title" x="8" y="16" fill="white">sound settings</text>
<g class="menu" id="sheet-instrument-settings" transform="translate(8,32)">
<text class="text-subtitle" x="0" y="0" fill="#1D1D1D">oscillator </text>
<g class="button current" id="sine-button" transform="translate(0, 8)">
<rect width="24" height="24" fill="white"/>
<path fill="#1D1D1D" d="M14.8,11c-0.8,3-1.5,5.3-2.8,5.4c-1.3-0.1-2-2.4-2.8-5.4c-0.9-3.3-2-7.5-5.8-7.5v4c0.7,0,1.5,3.1,1.9,4.5c0.9,3.5,2.2,8.3,6.6,8.4v0c0,0,0,0,0.1,0c0,0,0,0,0.1,0v0c4.4-0.1,5.7-4.9,6.6-8.4c0.4-1.5,1.2-4.5,1.9-4.5v-4C16.8,3.5,15.7,7.7,14.8,11z"/>
</g>
<g class="button" id="square-button" transform="translate(32, 8)" >
<rect width="24" height="24" fill="white"/>
<polygon fill="#1D1D1D" points="20,20 9.9,20 9.9,8 4,8 4,4 13.9,4 13.9,16 20,16 "/>
</g>
<g class="button" id="triangle-button" transform="translate(64, 8)">
<rect width="24" height="24" fill="white"/>
<polygon fill="#1D1D1D" points="18.1,10.7 14.9,15.1 14,11.5 14,11.5 12,3.8 8.5,3.1 2.8,11 6,13.3 9.2,8.9 10.1,12.5 10.1,12.5 12.1,20.2
15.6,20.9 21.3,13 "/>
</g>
<g class="button" id="sawtooth-button" transform="translate(96, 8)">
<rect width="24" height="24" fill="white"/>
<polygon fill="#1D1D1D" points="17.8,3.5 10.8,10.5 10.8,10.5 6.8,14.5 6.8,5.4 2.8,5.4 2.8,19.4 6.2,20.8 13.2,13.8 13.2,13.8 17.2,9.7 17.2,18.8
21.2,18.8 21.2,4.9 "/>
</g>
</g>
<g class="menu" id="sheet-partials-settings" transform="translate(8,80)">
<text class="text-subtitle" x="0" y="0" fill="#1D1D1D">partials: </text>
<text id="partials-value" x="70" y="0" fill="#1D1D1D">2</text>
<path id="partials-slider" transform="translate(8,8)" fill="white" d="M94.17,12H5.83C2.62,12,0,9.38,0,6.17V5.83C0,2.62,2.62,0,5.83,0l88.35,0c3.2,0,5.83,2.62,5.83,5.83v0.35C100,9.38,97.38,12,94.17,12z"/>
<circle id="change-partials-cursor" transform="translate(15,14)" fill="#FFD600" cx="10" cy="0" r="5"/>
</g>
<g class="menu" id="sheet-volume-settings" transform="translate(8,114)">
<text class="text-subtitle" x="0" y="0" fill="#1D1D1D">volume </text>
<text id="volume-value" x="70" y="0" fill="#1D1D1D">50</text>
<path id="volume-slider" transform="translate(8,8)" fill="white" d="M94.17,12H5.83C2.62,12,0,9.38,0,6.17V5.83C0,2.62,2.62,0,5.83,0l88.35,0c3.2,0,5.83,2.62,5.83,5.83v0.35C100,9.38,97.38,12,94.17,12z"/>
<circle id="change-volume-cursor" transform="translate(48,14)" fill="#FFD600" cx="10" cy="0" r="5"/>
</g>
</g>
</g>
</g>
<g id="play-bar" data-x="0" >
<line x1="-5" x2="-5" y1="0" y2="665" stroke="#FFD600" stroke-width="5"/>
<rect x="-10" y="0" width="10" height="10" fill="#FFD600" stroke="none"/>
</g>
<g id="top-bar" transform="translate(0, -48)" >
<foreignObject x="0" y="-8" width="32" height="32" id="unmute-button-holder">
</foreignObject>
<g class="button" id="stop-button" transform="translate(32 ,0)">
<rect width="24" height="24" fill="white" stroke="none"/>
<rect x="6" y="6" width="12" height="12" fill="#1D1D1D" stroke="none"/>
</g>
<g id="scale-settings-menu" display="none" transform="translate(100 ,24)">
<rect x="0" y="0" width="176" height="260" fill="#FFD600"/>
<text class="text-title" x="8" y="16">set scale</text>
<g id="tone-scale-choice" transform="translate(8, 32)">
<rect class="scale-key white current" id="C-key" x="1.7" y="19.9" width="22.5" height="45.1"/>
<rect class="scale-key white" id="D-key" x="24.2" y="19.9" width="22.5" height="45.1"/>
<rect class="scale-key white" id="E-key" x="47.1" y="19.9" width="22.5" height="45.1"/>
<rect class="scale-key white" id="F-key" x="69.7" y="19.9" width="22.5" height="45.1"/>
<rect class="scale-key white" id="G-key" x="92.1" y="19.9" width="22.5" height="45.1"/>
<rect class="scale-key white" id="A-key" x="114.7" y="19.9" width="22.5" height="45.1"/>
<rect class="scale-key white" id="B-key" x="137.2" y="19.9" width="22.5" height="45.1"/>
<rect class="scale-key black" id="Cplus-key"x="18.6" y="19.9" width="11.6" height="28"/>
<rect class="scale-key black" id="Dplus-key" x="41.4" y="19.9" width="11.6" height="28"/>
<rect class="scale-key black" id="Fplus-key" x="86.7" y="19.9" width="11.6" height="28"/>
<rect class="scale-key black" id="Gplus-key" x="109.4" y="19.9" width="11.6" height="28"/>
<rect class="scale-key black" id="Aplus-key" x="131.6" y="19.9" width="11.6" height="28"/>
<circle class="scale-led" id="Cplus-led" cx="24.3" cy="5.8" r="5.6"/>
<circle class="scale-led" id="Dplus-led" cx="47.2" cy="5.8" r="5.6"/>
<circle class="scale-led" id="Fplus-led" cx="92.4" cy="5.8" r="5.6"/>
<circle class="scale-led" id="Gplus-led" cx="115.2" cy="5.8" r="5.6"/>
<circle class="scale-led" id="Aplus-led" cx="136.2" cy="5.8" r="5.6"/>
<circle class="scale-led current" id="C-led" cx="13" cy="79" r="5.6"/>
<circle class="scale-led current" id="D-led" cx="35.8" cy="79" r="5.6"/>
<circle class="scale-led current" id="E-led" cx="58.4" cy="79" r="5.6"/>
<circle class="scale-led current" id="F-led" cx="80.9" cy="79" r="5.6"/>
<circle class="scale-led current" id="G-led" cx="103.4" cy="79" r="5.6"/>
<circle class="scale-led current" id="A-led" cx="125.9" cy="79" r="5.6"/>
<circle class="scale-led current" id="B-led" cx="148.4" cy="79" r="5.6"/>
</g>
<g id="scale-choice-menu" display="none" transform="translate(0,132)">
<g class="scale-options-menu" id="first-col">
<g class="scale-option" id="major">
<rect width="88" height="16" fill="white"/>
<text x="8" y="11" >major</text>
</g>
<g class="scale-option" id="minor" transform="translate(0,16)">
<rect width="88" height="16" fill="white"/>
<text x="8" y="11" >minor</text>
</g>
<g class="scale-option" id="dorian" transform="translate(0,32)">
<rect width="88" height="16" fill="white"/>
<text x="8" y="11" >dorian</text>
</g>
<g class="scale-option" id="phrygian" transform="translate(0,48)">
<rect width="88" height="16" fill="white"/>
<text x="8" y="11" >phrygian</text>
</g>
<g class="scale-option" id="gypsy" transform="translate(0,64)">
<rect width="88" height="16" fill="white"/>
<text x="8" y="11" >gypsy</text>
</g>
<g class="scale-option" id="lydian" transform="translate(0,80)">
<rect width="88" height="16" fill="white"/>
<text x="8" y="11" >lydian</text>
</g>
<g class="scale-option" id="mixolydian" transform="translate(0,96)">
<rect width="88" height="16" fill="white"/>
<text x="8" y="11" >mixolydian</text>
</g>
</g>
<g class="scale-options-menu" id="second-col" transform="translate(88,0)">
<g class="scale-option current" id="chromatic" transform="translate(0,0)">
<rect width="88" height="16" fill="white"/>
<text x="8" y="11" >chromatic</text>
</g>
<g class="scale-option" id="locrian" transform="translate(0,16)">
<rect width="88" height="16" fill="white"/>
<text x="8" y="11" >locrian</text>
</g>
<g class="scale-option" id="arabian" transform="translate(0,32)">
<rect width="88" height="16" fill="white"/>
<text x="8" y="11" >arabian</text>
</g>
<g class="scale-option" id="oriental" transform="translate(0,48)">
<rect width="88" height="16" fill="white"/>
<text x="8" y="11" >oriental</text>
</g>
<g class="scale-option" id="enigmatic" transform="translate(0,64)">
<rect width="88" height="16" fill="white"/>
<text x="8" y="11" >enigmatic</text>
</g>
<g class="scale-option" id="bebop" transform="translate(0,80)">
<rect width="88" height="16" fill="white"/>
<text x="8" y="11" >bebop</text>
</g>
<g class="scale-option" id="pentatonic" transform="translate(0,96)">
<rect width="88" height="16" fill="white"/>
<text x="8" y="11" >pentatonic</text>
</g>
</g>
</g>
</g>
<g class="button" id="scale-settings-button" transform="translate(100 ,0)">
<g id="chosen-scale" >
<rect width="176" height="24" fill="white"/>
<text id="chosen-scale-text" x="8" y="15" fill="#1D1D1D">C - chromatic</text>
<polygon points="4,6.93 0,0 8,0 " transform="translate(160, 9)"/>
</g>
</g>
<g id="anchor-settings-menu" display="none" transform="translate(600 ,24)">
<rect x="0" y="0" width="152" height="102" fill="#FFD600"/>
<text class="text-title" x="8" y="18" fill="#1D1D1D">anchors settings</text>
<text class="text-subtitle" x="62" y="38" fill="#1D1D1D">time </text>
<text class="text-subtitle" x="108" y="38" fill="#1D1D1D">tone</text>
<text class="text-subtitle" x="8" y="56" fill="whi#1D1D1Dte">sheet</text>
<text class="text-subtitle" x="8" y="82" fill="#1D1D1D">drawing</text>
<g class="menu" id="anchor-sheet-settings" transform="translate(0,48)">
<g class="switch anchor-toggler" id="anchor-sheet-x-switch" transform="translate(64, 0)" data-x="64">
<path fill="white" d="M17.1,12H6c-3.2,0-5.8-2.6-5.8-5.8V5.8C0.2,2.6,2.8,0,6,0h11.2c3.2,0,5.8,2.6,5.8,5.8v0.3
C22.9,9.4,20.3,12,17.1,12z"/>
<circle fill="#1D1D1D" cx="6.4" transform="translate(10, 0)" cy="6" r="5"/>
</g>
<g class="switch anchor-toggler" id="anchor-sheet-y-switch" transform="translate(112, 0)" data-x="112">
<path fill="white" d="M17.1,12H6c-3.2,0-5.8-2.6-5.8-5.8V5.8C0.2,2.6,2.8,0,6,0h11.2c3.2,0,5.8,2.6,5.8,5.8v0.3
C22.9,9.4,20.3,12,17.1,12z"/>
<circle fill="#1D1D1D" cx="6.4" transform="translate(10, 0)" cy="6" r="5"/>
</g>
</g>
<g class="menu" id="anchor-drawing-settings" transform="translate(0,72)">
<g class="switch anchor-toggler" id="anchor-drawing-x-switch" transform="translate(64, 0)" data-x="64">
<path fill="#1D1D1D" d="M17.1,12H6c-3.2,0-5.8-2.6-5.8-5.8V5.8C0.2,2.6,2.8,0,6,0h11.2c3.2,0,5.8,2.6,5.8,5.8v0.3
C22.9,9.4,20.3,12,17.1,12z"/>
<circle fill="white" cx="6.4" cy="6" r="5"/>
</g>
<g class="switch anchor-toggler" id="anchor-drawing-y-switch" transform="translate(112, 0)" data-x="112">
<path fill="#1D1D1D" d="M17.1,12H6c-3.2,0-5.8-2.6-5.8-5.8V5.8C0.2,2.6,2.8,0,6,0h11.2c3.2,0,5.8,2.6,5.8,5.8v0.3
C22.9,9.4,20.3,12,17.1,12z"/>
<circle fill="white" cx="6.4" cy="6" r="5"/>
</g>
</g>
</g>
<g class="button" id="anchor-settings-button" transform="translate(600,0)" >
<rect fill="white" width="24" height="24"/>
<rect class="magnet" x="9.92" y="2.81" transform="matrix(0.6474 -0.7622 0.7622 0.6474 0.6214 10.415)" fill="#FFD600" width="3.3" height="3.46"/>
<path fill="#1D1D1D" d="M17.14,11.41l-3.28,3.86c-1.28,1.5-2.6,2.12-4.85,0.32c-2.14-1.92-1.74-3.34-0.47-4.84l3.28-3.86L9.2,4.66
L5.92,8.52c-2.7,3.18-2.44,6.62,0.65,9.51l-0.01,0.01c0.07,0.06,0.15,0.12,0.22,0.18c0.07,0.06,0.13,0.13,0.21,0.19L7,18.4c3.36,2.59,6.8,2.28,9.49-0.89l3.28-3.86L17.14,11.41z"/>
<rect class="magnet" x="17.87" y="9.56" transform="matrix(0.6474 -0.7622 0.7622 0.6474 -1.7218 18.8577)" fill="#FFD600" width="3.3" height="3.46"/>
</g>
<g class="logo" transform="translate( 918, -8)" >
<path fill="#FFD600"
d="M71.23,25.59c-0.35-0.34-0.55-0.99-0.72-1.64c-0.47-1.83-0.76-3.51-0.92-5.11c2.69-1.18,4.8-3.44,6.3-6.78
c0.83-1.85,1.13-4.45,1.06-6.09c-0.09-2.1-1.17-4.49-3.35-5.12c-1.3-0.37-2.73-0.17-3.92,0.58c-1.2,0.75-2,1.93-2.25,3.32
c-0.78,4.39-1.34,7.95-1.28,11.64c-1.24,0.18-2.61,0.12-4.14-0.16l-1.75-0.33l-0.19,1.77c-0.15,1.38-0.25,2.77-0.35,4.12l-0.1,1.38
c-0.15,1.84-0.39,3.03-1.21,3.68c-0.44,0.34-1.1,0.5-1.67,0.4c-0.26-0.04-0.6-0.16-0.79-0.45c-0.29-0.45-0.28-1.29-0.28-1.97
c0.01-1.65,0.05-3.33,0.11-4.99c0.27-0.27,0.52-0.53,0.75-0.77c0.28-0.29,0.56-0.57,0.84-0.86c2.79-2.83,5.68-5.77,5.68-10.78
c0-2.72-1.51-6.09-4.31-6.98c-1.94-0.61-3.92,0.38-5.05,2.54c-0.84,1.61-0.85,3.37-0.86,4.79c-0.02,2.81-0.13,5.68-0.23,8.46
c-0.03,0.72-0.05,1.46-0.08,2.19c-1.64,1.64-3.6,3.55-5.14,4.98l0,0c-0.13,0.12-0.24,0.22-0.36,0.33c-0.05,0.05-0.11,0.1-0.16,0.15
l0,0c-2.39,2.23-3.57,2.61-4.05,2.62c-0.24-0.49-0.53-1.85-0.55-3.61c-0.01-0.92-0.01-1.77,0.01-2.56c2.9-1.12,5.15-3.44,6.73-6.95
c0.83-1.85,1.13-5.83,1.06-7.45c-0.09-2.1-1.17-4.49-3.35-5.12c-1.01-0.29-2.09-0.09-3.13,0.59c-1.54,1-2.79,2.94-3.04,4.74
c-0.19,1.35-0.37,2.53-0.55,3.63c-0.41,2.63-0.77,4.89-0.94,7.97c-1.19,0.14-2.5,0.08-3.94-0.19l-1.75-0.33l-0.19,1.77
c-0.15,1.37-0.25,2.77-0.35,4.11l-0.11,1.39c-0.14,1.84-0.39,3.03-1.21,3.68c-0.44,0.34-1.1,0.5-1.67,0.4
c-0.26-0.04-0.6-0.16-0.79-0.45c-0.29-0.45-0.28-1.29-0.28-1.97l0.05-6.41c3.59-2.63,6.97-6.29,7.32-10.87
c0.21-2.71-1.47-6.21-4.3-7.1c-2.26-0.72-4.46,0.77-5.38,2.54c-0.84,1.6-0.85,3.37-0.86,4.79l-0.07,8.89
c-1.71,1.13-3.55,2.11-5.32,2.89c-0.11-0.15-0.23-0.29-0.35-0.44c-2.57-3.14-6.16-5.43-10.11-6.44l-1.92-0.49l-0.14,1.97
c-0.27,3.86-3.49,7.47-7.34,8.22l0.63,3.24c4.64-0.9,8.5-4.69,9.67-9.2c2.46,0.94,4.67,2.49,6.39,4.47
c-0.72,0.35-1.43,0.77-2.07,1.34c-1.63,1.46-2.6,4.15-1.18,6.25c0.84,1.25,2.31,1.85,3.94,1.64c1.95-0.26,3.64-1.61,4.22-3.34
c0.45-1.35,0.39-2.82-0.14-4.33c1-0.45,2.29-1.08,3.69-1.89l-0.03,4.23c-0.01,1.05-0.02,2.5,0.79,3.77c0.65,1.02,1.72,1.7,3.01,1.92
c0.3,0.05,0.6,0.08,0.91,0.08c1.21,0,2.42-0.4,3.36-1.13c2.12-1.66,2.34-4.39,2.46-6.02l0.11-1.4c0.06-0.76,0.11-1.53,0.18-2.31
c0.93,0.09,1.82,0.1,2.67,0.03c0,0.59,0,1.21,0,1.86c0.05,3.99,0.99,6.26,2.79,6.74c2.67,0.72,5.54-1.6,7.78-3.76
c0.87-0.81,1.86-1.74,2.85-2.71c-0.01,0.53-0.02,1.06-0.02,1.6c-0.01,1.05-0.02,2.5,0.8,3.77c0.65,1.02,1.72,1.7,3.01,1.92
c0.3,0.05,0.6,0.08,0.91,0.08c1.21,0,2.42-0.4,3.35-1.13c2.12-1.66,2.34-4.39,2.46-6.02l0.11-1.4c0.06-0.76,0.12-1.54,0.18-2.31
c1.12,0.1,2.18,0.1,3.18-0.02c0.18,1.59,0.49,3.26,0.95,5.06c0.29,1.12,0.68,2.28,1.61,3.19c1.71,1.66,4.45,1.76,7.52,0.28
l-1.43-2.97C73.74,25.88,71.99,26.33,71.23,25.59z M56.12,7.83c0.01-1.12,0.02-2.39,0.49-3.29c0.05-0.1,0.51-0.94,1-0.94
c0.04,0,0.08,0.01,0.13,0.02c1.15,0.36,2,2.32,2,3.83c0,3.2-1.68,5.31-3.79,7.51C56.02,12.61,56.1,10.2,56.12,7.83z M43.25,10.3
c0.18-1.12,0.37-2.32,0.56-3.69C43.99,5.25,45.34,4,45.77,4c0,0,0.01,0,0.01,0c0.42,0.12,0.92,1.05,0.97,2.1
c0.07,1.64-0.3,4.88-0.78,5.95c-0.92,2.05-2.09,3.54-3.54,4.5C42.62,14.32,42.91,12.48,43.25,10.3z M28.88,9.16
c0.01-1.18,0.02-2.39,0.49-3.29c0.28-0.54,0.86-0.95,1.29-0.95c0.06,0,0.12,0.01,0.17,0.02c1.11,0.35,2.12,2.22,2.01,3.71
c-0.19,2.44-1.77,4.77-4,6.81L28.88,9.16z M18.81,27.09c-0.18,0.53-0.85,1.02-1.54,1.11c-0.26,0.03-0.6,0.03-0.76-0.21 c-0.3-0.45,0.01-1.38,0.65-1.95c0.43-0.39,0.98-0.69,1.58-0.96C18.96,25.74,19.03,26.44,18.81,27.09z M70.68,5.34
c0.11-0.59,0.46-0.93,0.75-1.1c0.27-0.17,0.59-0.26,0.88-0.26c0.13,0,0.26,0.02,0.38,0.05c0.42,0.12,0.92,1.05,0.97,2.1 c0.07,1.48-0.27,3.46-0.78,4.59c-0.9,2-2.03,3.46-3.43,4.42C69.52,12.08,70.02,9.04,70.68,5.34z"
/>
</g>
</g>
</g>
<rect id="ghost-sheet" class="ghost" width="200" height="120" data-x="0" data-y="0" display="none"/>
<circle id="sound-delete-cursor" r="10" fill="#FFD600" fill-opacity="0.5" display="none"/>
<g class="lock-level-button" display="none" transform="translate(24, 4)">
<rect fill="#FFD600" width="16" height="16"/>
<rect class="black-rect" x="1.8" y="6.8" fill="#1D1D1D" width="12.3" height="8.3"/>
<circle id="yellow-circle" fill="#FFD600" cx="8" cy="11" r="1.3"/>
<path id="lock-level-icon" fill="#1D1D1D" d="M14.1,7.7h-3V6.4c0-1.6-1.4-3-3.2-3c-1.7,0-3.2,1.3-3.2,3v1h-3v-1c0-3.3,2.8-6,6.2-6s6.2,2.7,6.2,6V7.7z"/>
<path fill="#1D1D1D" d="M4.8,7.4h-3v-1c0-3.3,2.8-6,6.2-6c1.5,0,3,0.5,4.1,1.5l-2,2.3C9.5,3.7,8.8,3.4,8,3.4c-1.7,0-3.2,1.3-3.2,3V7.4z"/>
</g>
<g class="hide-level-button" display="none" transform="translate(4, 4)">
<rect fill="#FFD600" width="16" height="16"/>
<g class="visible-level-icon">
<path fill="#1D1D1D" d="M8,14c-4.5,0-8.1-2.6-8.1-6S3.5,2,8,2s8.1,2.6,8.1,6S12.5,14,8,14z M8,5C5,5,2.9,6.6,2.9,8S5,11,8,11c3,0,5.1-1.6,5.1-3S11,5,8,5z"/>
<circle fill="#1D1D1D" cx="8" cy="8" r="2.1"/>
</g>
<g class="hidden-level-icon" display="none">
<path stroke="#1D1D1D" stroke-width="3" fill="none" d="M14.6,4.5c0,3.1-3,5.5-6.6,5.5S1.4,7.6,1.4,4.5"/>
<rect class="black-rect" x="6.5" y="10" width="3" height="4"/>
<rect class="black-rect" x="12.1" y="8.3" transform="matrix(0.7556 -0.655 0.655 0.7556 -3.4229 11.4254)" width="3" height="4"/>
<rect class="black-rect" x="0.4" y="8.8" transform="matrix(0.655 -0.7556 0.7556 0.655 -6.9547 5.3668)" width="4" height="3"/>
</g>
</g>
</svg>
<div id="code-editor-container" data-x="0" data-y="0">
<div id="code-editor-frame">code-editor</div>
<div id="close-editor-button" class="button">
<img src="delete-button.svg">
</div>
<div id="run-code-button" class="button">
<img src="run-code-button.svg">
</div>
<br class="clear">
<div id="code-text-area"></div>
<div id="code-editor-transform-button" class="button"></div>
</div>
<script type="text/javascript" src="lib/codemirror.js"></script>
<script type="text/javascript" src="lib/javascript/javascript.js"></script>
<script type="text/javascript" src="lib/autorefresh.js"></script>
<script type="text/javascript" src="lib/closebrackets.js"></script>
<script type="text/javascript" src="script.js"></script>
</body>
</html>