Browse Source

Updates to kc/src/kc/data.

master
kevin 6 years ago
parent
commit
a6fdf3e96d

+ 25
- 1
src/kc/data/gen_mod/gen_mod.py View File

@@ -934,7 +934,7 @@ if __name__ == "__main__":
934 934
         mod_range( presetL, "expo",    1.0,  7.0,  1.0,  5.0 )
935 935
         mod_range( presetL, "mix",     0.0,  1.0,  0.0,  1.0 )
936 936
             
937
-    if 1: # 8/12/17 b -> g_1_d
937
+    if 0: # 8/12/17 b -> g_1_d
938 938
 
939 939
         seq1L =[ (1001,None) ]
940 940
 
@@ -946,6 +946,30 @@ if __name__ == "__main__":
946 946
         mod_range( presetL, "ceil",    0.0, 60.0,  0.0, 64.0 )
947 947
         mod_range( presetL, "expo",    1.0,  7.0,  1.0,  5.0 )
948 948
         mod_range( presetL, "mix",     0.0,  1.0,  0.0,  1.0 )
949
+
950
+    if 0: # 8/26/17  a -> c
951
+        
952
+        seq1L =[ (1,None) ]
953
+
954
+        presetL = dupl_preset( dfltPresetL, "a", dfltLabelsL)
955
+
956
+        mod_range( presetL, "thr",    60.0, 80.0, 60.0, 80.0 ) 
957
+        mod_range( presetL, "upr",    -1.1, -0.5,-0.99, -0.5 ) 
958
+        mod_range( presetL, "lwr",     2.0,  5.0,  2.0,  5.0 )
959
+        mod_range( presetL, "cigain",  6.0, 11.0,  6.0, 11.0 )
960
+
961
+
962
+    if 1: # 8/26/17  c -> c
963
+        
964
+        seq1L =[ (187,None) ]
965
+
966
+        presetL = dupl_preset( dfltPresetL, "c", dfltLabelsL)
967
+
968
+        mod_range( presetL, "thr",    80.0, 60.0, 80.0, 60.0 ) 
969
+        mod_range( presetL, "upr",    -0.5, -1.5, -0.5, -0.75 ) 
970
+        mod_range( presetL, "lwr",     5.0,  2.0,  5.0,  2.0 )
971
+        mod_range( presetL, "cigain", 11.0, 25.0, 11.0, 25.0 )
972
+        mod_range( presetL, "cmakeup", 5.0, 20.0,  5.0, 20.0 )
949 973
         
950 974
     # thr    upr  lwr   offs
951 975
     # 65   -0.05  1.5   0.0

+ 29
- 6
src/kc/data/mod_simple_0.js View File

@@ -9,20 +9,31 @@
9 9
    { loc:-1, mod:m1, var:hop0, type:set, rate:100, val:3 },
10 10
    { loc:-1, mod:m1, var:hop1, type:set, rate:100, val:3 },
11 11
 
12
-   { loc:-1, mod:m1, var:mod0, type:set, val:1   },
13
-   { loc:-1, mod:m1, var:mod1, type:set, val:1  },
12
+
13
+   { loc:-1, mod:m1, var:ceil0, type:set, val:30 },
14
+   { loc:-1, mod:m1, var:ceil1, type:set, val:30 },
15
+   { loc:-1, mod:m1, var:expo0, type:set, val:2.0 },
16
+   { loc:-1, mod:m1, var:expo1, type:set, val:2.0 },
17
+   { loc:-1, mod:m1, var:mix0,  type:set, val:0.0 },
18
+   { loc:-1, mod:m1, var:mix1,  type:set, val:0.0 },
14 19
 
15 20
    { loc:-1, mod:m1, var:thr0, type:set, val:65 },
16 21
    { loc:-1, mod:m1, var:thr1, type:set, val:65 },
17
-
18 22
    { loc:-1, mod:m1, var:upr0, type:set, val:0 },
19 23
    { loc:-1, mod:m1, var:upr1, type:set, val:0 },
20 24
    { loc:-1, mod:m1, var:lwr0, type:set, val:2.0 },
21 25
    { loc:-1, mod:m1, var:lwr1, type:set, val:2.0 },
22
-   
23
-   { loc:-1, mod:m1, var:off0, type:set, val:20 },
24
-   { loc:-1, mod:m1, var:off1, type:set, val:20 },
25 26
 
27
+   {                 var:wet0,           val:0.0 },
28
+   {                 var:wet1,           val:0.0 },
29
+
30
+   { loc:-1, mod:m1, var:minc0, type:set, val:10 },
31
+   { loc:-1, mod:m1, var:maxc0, type:set, val:50 },
32
+   { loc:-1, mod:m1, var:mine0, type:set, val:1.0 },
33
+   { loc:-1, mod:m1, var:maxe0, type:set, val:4.0 },
34
+   { loc:-1, mod:m1, var:minm0, type:set, val:0 },
35
+   { loc:-1, mod:m1, var:maxm0, type:set, val:1.0 },
36
+   
26 37
    { loc:-1, mod:m1, var:mint0, type:set, val:55 },
27 38
    { loc:-1, mod:m1, var:maxt0, type:set, val:85 },
28 39
    { loc:-1, mod:m1, var:minu0, type:set, val:0.0 },
@@ -33,6 +44,12 @@
33 44
    { loc:-1, mod:m1, var:maxo0, type:set, val:100.0 },
34 45
 
35 46
 
47
+   { loc:-1, mod:m1, var:minc1, type:set, val:10 },
48
+   { loc:-1, mod:m1, var:maxc1, type:set, val:50 },
49
+   { loc:-1, mod:m1, var:mine1, type:set, val:1.0 },
50
+   { loc:-1, mod:m1, var:maxe1, type:set, val:4.0 },
51
+   { loc:-1, mod:m1, var:minm1, type:set, val:0 },
52
+   { loc:-1, mod:m1, var:maxm1, type:set, val:1.0 },
36 53
    { loc:-1, mod:m1, var:mint1, type:set, val:55 },
37 54
    { loc:-1, mod:m1, var:maxt1, type:set, val:85 },
38 55
    { loc:-1, mod:m1, var:minu1, type:set, val:0.0 },
@@ -65,6 +82,12 @@
65 82
    { loc:-1, mod:m1, var:cmakeup1, type:set, val:1.0 },
66 83
    { loc:-1, mod:m1, var:cwndms1,  type:set, val:200 },
67 84
 
85
+
86
+   {                 var:dgain0,             val:1.0 },
87
+   {                 var:dgain1,             val:1.0 },
88
+   {                 var:wgain0,             val:1.0 },
89
+   {                 var:wgain1,             val:1.0 },
90
+
68 91
 /*
69 92
    { loc:10 mod:m1, var:mod0, type:set, val:1    },
70 93
    {                var:thr0, type:set, val: 80.0},

+ 88
- 53
src/kc/data/mod_simple_seq_2u.js View File

@@ -1,15 +1,15 @@
1 1
 {
2 2
  seq_a:
3 3
  [
4
- /*
4
+
5 5
    { loc: -1 type:exec val:init }
6 6
    { loc: -1           val:preset_dry }
7 7
 
8
-   { loc:  1           val:preset_a }      // meas:1 sect:1
9
-   { loc: 23           val:preset_c }
8
+   { loc:  0           val:preset_a }      // meas:1 sect:1
9
+   { loc: 23           val:preset_c }      // preset_c
10 10
    { loc: 52           val:preset_dry }
11 11
    { loc: 57           val:preset_g_1_a }
12
-   { loc: 85           val:preset_dry }
12
+   { loc: 85           val:preset_dry }    // preset_dry
13 13
    { loc: 95           val:preset_f_2 }
14 14
    { loc:103           val:preset_b }
15 15
    { loc:119           val:preset_g_1_d }
@@ -28,7 +28,7 @@
28 28
    { loc:423 type:set, var:xfad1, val:100.0 }      
29 29
    { loc:429 type:exec val:preset_f_2 }
30 30
    { loc:506           val:preset_c }
31
-   { loc:533           val:preset_g_1_d },
31
+   { loc:533           val:preset_a },
32 32
    { loc:636           val:preset_b }
33 33
    { loc:683           val:preset_f_4 }
34 34
    { loc:686           val:preset_dry }
@@ -63,14 +63,14 @@
63 63
    { loc:1411          val:preset_g }
64 64
    { loc:1427          val:preset_dry } 
65 65
    { loc:1447          val:preset_a }
66
-*/
67 66
 
67
+/*
68 68
    { loc: -1 type:exec val:init }
69
-   { loc: -1           val:preset_dry }
70
-   { loc: 1            val:preset_a }
71
-   { loc: 23           val:preset_c }    // meas 3
72
-   { loc: 52           val:preset_dry }  // 
73
-   { loc: 57           val:preset_g_1_a } // last beat of 3
69
+   { loc: -1           val:preset_dry }    // 
70
+   { loc: 1            val:preset_a }      //  
71
+   { loc: 23           val:preset_c }      // 3
72
+   { loc: 52           val:preset_dry }    // 
73
+   { loc: 57           val:preset_g_1_a }  // last beat of 3
74 74
    { loc: 85           val:preset_dry }
75 75
    { loc: 95           val:preset_f_2 }
76 76
    { loc:103           val:preset_b }
@@ -94,9 +94,9 @@
94 94
    { loc:423 type:set, var:xfad1, val:100.0 }  // 19, 6008    
95 95
    { loc:429 type:exec,val:preset_f_1 }        // 19 at pedal down
96 96
    { loc:506           val:preset_c }          // 6009 g,g_a equally good
97
-   { loc:533           val:preset_g_1_d }      // 23, 610
97
+   { loc:533           val:preset_g_1_d }      // 23, 6010  (g_1_a, or c)
98 98
    { loc:636           val:preset_b }          // end 25 sust. down (dry,f1,f4 equally good)
99
-   { loc:683           val:preset_f_4  }        // 27 at pedal up
99
+   { loc:683           val:preset_f_4  }       // 27 at pedal up
100 100
    { loc:686           val:preset_dry }        // 28 at pedal up
101 101
    { loc:715           val:preset_d }          // 29 just after last pedal down (dry equally good)
102 102
    { loc:730           val:preset_c }          // 30 (d,f4 equally good)
@@ -124,10 +124,10 @@
124 124
    { loc:1300          val:preset_f_1 }        // 61 (last chord) - consider increasing xfade time to smooth transition
125 125
    { loc:1302          val:preset_g_a }        // 62 (also g_1_d)
126 126
    { loc:1335          val:preset_g_1_a }      // 63 (or any g)
127
-   { loc:1395          val:preset_f_2 }
128
-   { loc:1404          val:preset_dry }
129
-   { loc:1411          val:preset_g }
130
-   { loc:1427          val:preset_dry }
127
+   { loc:1395          val:preset_f_2 }        // 
128
+   { loc:1404          val:preset_dry }        //
129
+   { loc:1411          val:preset_g }          //
130
+   { loc:1427          val:preset_dry }        //
131 131
    
132 132
    // TODO: propogate following to individual sequences 
133 133
    { loc:1447          val:preset_b }   
@@ -136,7 +136,7 @@
136 136
    { loc:1496          val:preset_dry }
137 137
    { loc:1503          val:preset_g_a }
138 138
    { loc:1526          val:preset_dry }
139
-
139
+*/
140 140
   
141 141
 ]
142 142
 
@@ -145,7 +145,7 @@
145 145
  
146 146
    { loc: -1 type:exec val:init }
147 147
    { loc: -1           val:preset_dry }
148
-   { loc:  1           val:preset_a }
148
+   { loc:  0           val:preset_a }
149 149
    { loc: 23           val:preset_b }
150 150
    { loc: 52           val:preset_dry }
151 151
    { loc: 57           val:preset_g_1_a }
@@ -167,7 +167,7 @@
167 167
    { loc:423 type:set, var:xfad1, val:100.0 }      
168 168
    { loc:429 type:exec  val:preset_f_2 }   
169 169
    { loc:506            val:preset_c }   
170
-   { loc:533           val:preset_g_1_d },
170
+   { loc:533           val:preset_b },
171 171
    { loc:636           val:preset_b }
172 172
    { loc:683           val:preset_f_4 }
173 173
    { loc:686           val:preset_dry }
@@ -216,7 +216,7 @@ seq_c :
216 216
  [
217 217
    { loc: -1 type:exec val:init }
218 218
    { loc: -1           val:preset_dry }
219
-   { loc:  1           val:preset_a }
219
+   { loc:  0           val:preset_a }
220 220
    { loc: 23           val:preset_c }
221 221
    { loc: 52           val:preset_dry }
222 222
    { loc: 57           val:preset_g_1_a }
@@ -238,7 +238,7 @@ seq_c :
238 238
    { loc:423 type:set, var:xfad1, val:100.0 }      
239 239
    { loc:429 type:exec val:preset_f_2 }   
240 240
    { loc:506           val:preset_c }   
241
-   { loc:533           val:preset_g_1_d },
241
+   { loc:533           val:preset_c },
242 242
    { loc:636           val:preset_b }
243 243
    { loc:683           val:preset_f_4 }
244 244
    { loc:686           val:preset_dry }
@@ -282,7 +282,7 @@ seq_c :
282 282
  [
283 283
    { loc: -1 type:exec val:init }
284 284
    { loc: -1           val:preset_dry }
285
-   { loc:  1           val:preset_a }
285
+   { loc:  0           val:preset_a }
286 286
    { loc: 23           val:preset_c }
287 287
    { loc: 52           val:preset_dry }
288 288
    { loc: 57           val:preset_g_1_a }
@@ -304,7 +304,7 @@ seq_c :
304 304
    { loc:423 type:set, var:xfad1, val:100.0 }      
305 305
    { loc:429 type:exec val:preset_f_2 }   
306 306
    { loc:506           val:preset_c }   
307
-   { loc:533           val:preset_g_1_d },
307
+   { loc:533           val:preset_d },
308 308
    { loc:636           val:preset_b }
309 309
    { loc:683           val:preset_f_4 }
310 310
    { loc:686           val:preset_dry }
@@ -348,7 +348,7 @@ seq_c :
348 348
  [
349 349
    { loc: -1 type:exec val:init }
350 350
    { loc: -1           val:preset_dry }
351
-   { loc:  1           val:preset_a }
351
+   { loc:  0           val:preset_a }
352 352
    { loc: 23           val:preset_c }
353 353
    { loc: 52           val:preset_dry }
354 354
    { loc: 57           val:preset_g_1_a }
@@ -370,7 +370,7 @@ seq_c :
370 370
    { loc:423 type:set, var:xfad1, val:100.0 }      
371 371
    { loc:429 type:exec val:preset_f_2 }   
372 372
    { loc:506           val:preset_c }   
373
-   { loc:533           val:preset_g_1_d },
373
+   { loc:533           val:preset_f_1 },
374 374
    { loc:636           val:preset_b }
375 375
    { loc:683           val:preset_f_4 }
376 376
    { loc:686           val:preset_dry }
@@ -412,7 +412,7 @@ seq_c :
412 412
  [
413 413
    { loc: -1 type:exec val:init }
414 414
    { loc: -1           val:preset_dry }
415
-   { loc:  1           val:preset_a }
415
+   { loc:  0           val:preset_a }
416 416
    { loc: 23           val:preset_c }
417 417
    { loc: 52           val:preset_dry }
418 418
    { loc: 57           val:preset_g_1_a }
@@ -434,7 +434,7 @@ seq_c :
434 434
    { loc:423 type:set, var:xfad1, val:100.0 }   
435 435
    { loc:429 type:exec val:preset_f_2 }   
436 436
    { loc:506           val:preset_c }   
437
-   { loc:533           val:preset_g_1_d },
437
+   { loc:533           val:preset_f_2 },
438 438
    { loc:636           val:preset_b }
439 439
    { loc:683           val:preset_f_4 }
440 440
    { loc:686           val:preset_dry }
@@ -476,7 +476,7 @@ seq_c :
476 476
  [
477 477
    { loc: -1 type:exec val:init }
478 478
    { loc: -1           val:preset_dry }
479
-   { loc:  1           val:preset_a }
479
+   { loc:  0           val:preset_a }
480 480
    { loc: 23           val:preset_c }
481 481
    { loc: 57           val:preset_g_1_a }
482 482
    { loc: 85           val:preset_dry }
@@ -496,7 +496,7 @@ seq_c :
496 496
    { loc:423 type:set, var:xfad1, val:100.0 }      
497 497
    { loc:429 type:exec val:preset_f_2 }   
498 498
    { loc:506           val:preset_c }   
499
-   { loc:533           val:preset_g_1_d },
499
+   { loc:533           val:preset_f_3 },
500 500
    { loc:636           val:preset_b }
501 501
    { loc:683           val:preset_f_4 }
502 502
    { loc:686           val:preset_dry }
@@ -539,7 +539,7 @@ seq_c :
539 539
  [
540 540
    { loc: -1 type:exec val:init }
541 541
    { loc: -1           val:preset_dry }
542
-   { loc:  1           val:preset_a }
542
+   { loc:  0           val:preset_a }
543 543
    { loc: 23           val:preset_c }
544 544
    { loc: 52           val:preset_dry }
545 545
    { loc: 57           val:preset_g_1_a }
@@ -561,7 +561,7 @@ seq_c :
561 561
    { loc:423 type:set, var:xfad1, val:100.0 }      
562 562
    { loc:429 type:exec val:preset_f_2 }   
563 563
    { loc:506           val:preset_c }   
564
-   { loc:533           val:preset_g_1_d },
564
+   { loc:533           val:preset_f_4 },
565 565
    { loc:636           val:preset_b }
566 566
    { loc:683           val:preset_f_4 }
567 567
    { loc:686           val:preset_dry }
@@ -604,7 +604,7 @@ seq_c :
604 604
  [
605 605
    { loc: -1 type:exec val:init }
606 606
    { loc: -1           val:preset_dry }
607
-   { loc:  1           val:preset_a }
607
+   { loc:  0           val:preset_a }
608 608
    { loc: 23           val:preset_c }
609 609
    { loc: 52           val:preset_dry }
610 610
    { loc: 57           val:preset_g_1_a }
@@ -626,7 +626,7 @@ seq_c :
626 626
    { loc:423 type:set, var:xfad1, val:100.0 }      
627 627
    { loc:429 type:exec val:preset_f_2 }   
628 628
    { loc:506           val:preset_c }   
629
-   { loc:533           val:preset_g_1_d },
629
+   { loc:533           val:preset_g },
630 630
    { loc:636           val:preset_b }
631 631
    { loc:683           val:preset_f_4 }
632 632
    { loc:686           val:preset_dry }
@@ -669,7 +669,7 @@ seq_c :
669 669
  [
670 670
    { loc: -1 type:exec val:init }
671 671
    { loc: -1           val:preset_dry }
672
-   { loc:  1           val:preset_a }
672
+   { loc:  0           val:preset_a }
673 673
    { loc: 23           val:preset_c }
674 674
    { loc: 52           val:preset_dry }
675 675
    { loc: 57           val:preset_g_1_a }
@@ -692,7 +692,7 @@ seq_c :
692 692
    { loc:423 type:set, var:xfad1, val:100.0 }      
693 693
    { loc:429 type:exec val:preset_f_2 }   
694 694
    { loc:506           val:preset_c }   
695
-   { loc:533           val:preset_g_1_d },
695
+   { loc:533           val:preset_g_a },
696 696
    { loc:636           val:preset_b }
697 697
    { loc:683           val:preset_f_4 }
698 698
    { loc:686           val:preset_dry }
@@ -735,7 +735,7 @@ seq_c :
735 735
  [
736 736
    { loc: -1 type:exec val:init }
737 737
    { loc: -1           val:preset_dry }
738
-   { loc:  1           val:preset_a }
738
+   { loc:  0           val:preset_a }
739 739
    { loc: 23           val:preset_c }
740 740
    { loc: 52           val:preset_dry }
741 741
    { loc: 57           val:preset_g_1_a }
@@ -801,7 +801,7 @@ seq_c :
801 801
  [
802 802
    { loc: -1 type:exec val:init }
803 803
    { loc: -1           val:preset_dry }
804
-   { loc:  1           val:preset_a }
804
+   { loc:  0           val:preset_a }
805 805
    { loc: 23           val:preset_c }
806 806
    { loc: 52           val:preset_dry }
807 807
    { loc: 57           val:preset_g_1_a }
@@ -823,7 +823,7 @@ seq_c :
823 823
    { loc:423 type:set, var:xfad1, val:100.0 }      
824 824
    { loc:429 type:exec val:preset_f_2 }   
825 825
    { loc:506           val:preset_c }   
826
-   { loc:533           val:preset_g_1_d },
826
+   { loc:533           val:preset_g_1_a },
827 827
    { loc:636           val:preset_b }
828 828
    { loc:683           val:preset_f_4 }
829 829
    { loc:686           val:preset_dry }
@@ -864,6 +864,11 @@ seq_c :
864 864
 
865 865
  init: 
866 866
  [
867
+   { loc:-1, mod:m1, var:dyn,   type:input, val:0.0, min:0.0 max:2.0 },
868
+   {                 var:even,              val:0.0, min:0.0 max:2.0 },
869
+   {                 var:tempo,             val:0.0, min:0.0 max:200.0 },
870
+   {                 var:cost,              val:0.0, min:0.0 max:2.0 },
871
+   
867 872
    // wnd len:1=512 2=1024 3=2048 4=4096 5=8192
868 873
    { loc:-1, mod:m1, var:win0, type:set, rate:100, val:3 },
869 874
    {                 var:win1,           rate:100, val:2 },
@@ -893,6 +898,12 @@ seq_c :
893 898
    {                 var:wet0,           val:0.0 },
894 899
    {                 var:wet1,           val:0.0 },
895 900
 
901
+   {                 var:minc0,           val:10 },
902
+   {                 var:maxc0,           val:50 },
903
+   {                 var:mine0,           val:1.0 },
904
+   {                 var:maxe0,           val:4.0 },
905
+   {                 var:minm0,           val:0 },
906
+   {                 var:maxm0,           val:1.0 },
896 907
    {                 var:mint0,           val:55 },
897 908
    {                 var:maxt0,           val:85 },
898 909
    {                 var:minu0,           val:0.0 },
@@ -903,6 +914,12 @@ seq_c :
903 914
    {                 var:maxo0,           val:100.0 },
904 915
 
905 916
 
917
+   {                 var:minc1,           val:10 },
918
+   {                 var:maxc1,           val:50 },
919
+   {                 var:mine1,           val:1.0 },
920
+   {                 var:maxe1,           val:4.0 },
921
+   {                 var:minm1,           val:0 },
922
+   {                 var:maxm1,           val:1.0 },
906 923
    {                 var:mint1,           val:55 },
907 924
    {                 var:maxt1,           val:85 },
908 925
    {                 var:minu1,           val:0.0 },
@@ -911,6 +928,7 @@ seq_c :
911 928
    {                 var:maxl1,           val:3 },
912 929
    {                 var:mino1,           val:-100.0 },
913 930
    {                 var:maxo1,           val:100.0 },
931
+  
914 932
    
915 933
    {                 var:xfad0,           val:100.0 },
916 934
    {                 var:xfad1,           val:100.0 },
@@ -954,7 +972,7 @@ seq_c :
954 972
    {                var:cbyp0,             val: 0.0 },
955 973
    {                var:cigain0,           val: 6.0  },
956 974
    {                var:wet0               val: 1.0}
957
-   {                var:wgain0,            val: 1.75 }
975
+   {                var:wgain0,            val: 1.25 }
958 976
    {                var:sw0,               val:0 },	
959 977
 
960 978
    {                var:mod1,              val: 1   },		 
@@ -965,7 +983,7 @@ seq_c :
965 983
    {                var:cbyp1,             val: 0.0 },
966 984
    {                var:cigain1,           val: 6.0  },
967 985
    {                var:wet1               val: 1.0}
968
-   {                var:wgain1,            val: 1.75  }
986
+   {                var:wgain1,            val: 1.25  }
969 987
    {                var:sw1,               val:0 },	
970 988
    ]
971 989
 
@@ -1000,7 +1018,7 @@ seq_c :
1000 1018
    {               var:mix0,              val:  0.0 },      
1001 1019
    {               var:cbyp0,             val: 0.0 },
1002 1020
    {               var:cigain0,           val:10.0 },
1003
-   {               var:wgain0             val: 1.75}
1021
+   {               var:wgain0             val: 1.25}
1004 1022
    {               var:wet0               val: 1.0 }
1005 1023
    {               var:sw0,               val:0 },	
1006 1024
 
@@ -1011,7 +1029,7 @@ seq_c :
1011 1029
    {               var:mix1,              val:  0.0 },      
1012 1030
    {               var:cbyp1,             val: 0.0 },
1013 1031
    {               var:cigain1,           val:10.0 },
1014
-   {               var:wgain1             val: 1.75}
1032
+   {               var:wgain1             val: 1.25}
1015 1033
    {               var:wet1               val: 1.0 }
1016 1034
    {               var:sw1,               val:0 },	
1017 1035
    ]
@@ -1029,7 +1047,7 @@ seq_c :
1029 1047
    {               var:mix0,              val:  1.0 },   
1030 1048
    {               var:cbyp0,             val:  0.0 },
1031 1049
    {               var:cigain0,           val: 10.0 },
1032
-   {               var:wgain0             val:  1.75}
1050
+   {               var:wgain0             val:  1.25}
1033 1051
    {               var:sw0,               val:0 },	
1034 1052
 
1035 1053
    {               var:mod1,	          val:1  },
@@ -1042,7 +1060,7 @@ seq_c :
1042 1060
    {               var:mix1,              val:  1.0 },      
1043 1061
    {               var:cbyp1,             val: 0.0 },
1044 1062
    {               var:cigain1,           val:10.0 },
1045
-   {               var:wgain1             val: 1.75}
1063
+   {               var:wgain1             val: 1.25}
1046 1064
    {               var:sw1,               val:0 },	
1047 1065
    ]
1048 1066
 
@@ -1079,7 +1097,7 @@ seq_c :
1079 1097
    {                  var:mix0,    type:set  val:  0.0 },      
1080 1098
    {                  var:cigain0, type:set, val: 6.0  },
1081 1099
    {                  var:wet0     type:set, val: 1.0 }
1082
-   {                  var:wgain0,             val:2.0 },
1100
+   {                  var:wgain0,            val:1.25 },
1083 1101
    {                  var:sw0,     type:set, val:0 },	
1084 1102
 
1085 1103
    {                  var:mod1,    type:set, val: 1 },
@@ -1089,7 +1107,7 @@ seq_c :
1089 1107
    {                  var:mix1,    type:set  val:  0.0 },      
1090 1108
    {                  var:cigain1, type:set, val: 6.0   },
1091 1109
    {                  var:wet1     type:set, val: 1.0 }
1092
-   {                  var:wgain1,             val:2.0 },
1110
+   {                  var:wgain1,             val:1.25 },
1093 1111
    {                  var:sw1,     type:set, val:0 },	
1094 1112
    ]
1095 1113
 
@@ -1104,7 +1122,7 @@ seq_c :
1104 1122
    {                  var:mix0,    type:set  val:  0.0 },      
1105 1123
    {                  var:cigain0, type:set, val: 6.0  },
1106 1124
    {                  var:wet0     type:set, val: 1.0 }
1107
-   {                  var:wgain0,             val:2.0 },
1125
+   {                  var:wgain0,            val:1.25 },
1108 1126
    {                  var:sw0,     type:set, val:0 },	
1109 1127
 
1110 1128
    {                  var:mod1,    type:set, val: 1 },
@@ -1114,7 +1132,7 @@ seq_c :
1114 1132
    {                  var:mix1,    type:set  val:  0.0 },         
1115 1133
    {                  var:cigain1, type:set, val: 6.0   },
1116 1134
    {                  var:wet1     type:set, val: 1.0 }
1117
-   {                  var:wgain1,             val:2.0 },
1135
+   {                  var:wgain1,            val: 1.25 },
1118 1136
    {                  var:sw1,     type:set, val:0 },	
1119 1137
    ]
1120 1138
 
@@ -1129,7 +1147,7 @@ seq_c :
1129 1147
    {                  var:mix0,    type:set  val:  0.0 },         
1130 1148
    {                  var:cigain0, type:set, val: 6.0  },
1131 1149
    {                  var:wet0     type:set, val: 1.0 }
1132
-   {                  var:wgain0,            val:2.0 },   
1150
+   {                  var:wgain0,            val:1.25 },   
1133 1151
    {                  var:sw0,     type:set, val:0 },	
1134 1152
 
1135 1153
    {                  var:mod1,    type:set, val: 1 },
@@ -1139,7 +1157,7 @@ seq_c :
1139 1157
    {                  var:mix1,    type:set  val:  0.0 },         
1140 1158
    {                  var:cigain1, type:set, val: 6.0   },
1141 1159
    {                  var:wet1     type:set, val: 1.0 }
1142
-   {                  var:wgain1,            val:2.0 },   
1160
+   {                  var:wgain1,            val: 1.25 },   
1143 1161
    {                  var:sw1,     type:set, val:0 },	
1144 1162
    ]
1145 1163
 
@@ -1154,7 +1172,7 @@ seq_c :
1154 1172
    {                  var:mix0,    type:set  val:  0.0 },         
1155 1173
    {                  var:cigain0, type:set, val: 6.0  },
1156 1174
    {                  var:wet0     type:set, val: 1.0 }
1157
-   {                  var:wgain0,             val:2.0 },   
1175
+   {                  var:wgain0,            val: 1.25 },   
1158 1176
    {                  var:sw0,     type:set, val:0 },	
1159 1177
 
1160 1178
    {                  var:mod1,    type:set, val: 1 },
@@ -1164,7 +1182,7 @@ seq_c :
1164 1182
    {                  var:mix1,    type:set  val:  0.0 },         
1165 1183
    {                  var:cigain1, type:set, val: 6.0   },
1166 1184
    {                  var:wet1     type:set, val: 1.0 }
1167
-   {                  var:wgain1,            val:2.0 },   
1185
+   {                  var:wgain1,            val: 1.25 },   
1168 1186
    {                  var:sw1,     type:set, val:0 },	
1169 1187
    ]
1170 1188
 
@@ -1300,5 +1318,22 @@ seq_c :
1300 1318
    ]
1301 1319
    
1302 1320
 
1321
+  preset_ab :
1322
+  [
1323
+    { loc:-1, mod:m1, type:cross, var:thr0, min:30.0, max:70.0,  arg:dyn  }
1324
+    {                             var:thr1, min:80.0, max:110.0, arg:dyn  }
1325
+
1326
+    {                             var:upr0, min: -0.5, max:5.0,  arg:even  }
1327
+    {                             var:upr1, min:  0.0, max:8.0,  arg:even  }
1328
+
1329
+    {                             var:lwr0, min: 0.0, max:10.0,  arg:tempo  }
1330
+    {                             var:lwr1, min: 0.0, max:11.0,  arg:tempo  }
1331
+
1332
+    {                  type:set,  var:sw0,  val:0 },	
1333
+    {                             var:sw1,  val:0 },	
1334
+    
1335
+
1336
+  ]
1337
+
1303 1338
 
1304 1339
 }

+ 94
- 0
src/kc/data/round1_a.js View File

@@ -0,0 +1,94 @@
1
+{
2
+  time_line:
3
+  {
4
+    srate: 96000.000000
5
+
6
+    onset:
7
+    {
8
+      wndMs:        42
9
+      hopFact:       4
10
+      audioChIdx:    0
11
+      wndFrmCnt:     3
12
+      preWndMult:    3
13
+      threshold:   0.6
14
+      maxFrqHz:  15000
15
+      filtCoeff:    -0.7
16
+      medFiltWndMs: 50
17
+      filterId:      0 // 0=none 1=smooth 2=median
18
+      preDelayMs:   20
19
+    }
20
+     
21
+    objArray: 
22
+    [
23
+      
24
+      {
25
+        label: "mf-0"         
26
+        type: "mf"         
27
+        ref: ""         
28
+        offset: 0         
29
+        smpCnt: 31680000         
30
+        trackId: 0         
31
+        textStr: "a8.mid"         
32
+      }
33
+
34
+{ label: "1" type: "mk" ref: "mf-0" offset:        0 smpCnt:31531648 trackId: 0 textStr: "Bar   1" bar:   1 sec:"  1" }
35
+{ label: "2" type: "mk" ref: "mf-0" offset:   554213 smpCnt:30977435 trackId: 0 textStr: "Bar   2" bar:   2 sec:"  2" }
36
+{ label: "3" type: "mk" ref: "mf-0" offset:  1144981 smpCnt:30386667 trackId: 0 textStr: "Bar   3" bar:   3 sec:"  3" }
37
+{ label: "4" type: "mk" ref: "mf-0" offset:  1712129 smpCnt:29819519 trackId: 0 textStr: "Bar   4" bar:   4 sec:"  4" }
38
+{ label: "5" type: "mk" ref: "mf-0" offset:  2287994 smpCnt:29243654 trackId: 0 textStr: "Bar   5" bar:   5 sec:"  5" }
39
+{ label: "6" type: "mk" ref: "mf-0" offset:  2872575 smpCnt:28659073 trackId: 0 textStr: "Bar   6" bar:   6 sec:"  6" }
40
+{ label: "7" type: "mk" ref: "mf-0" offset:  3448440 smpCnt:28083208 trackId: 0 textStr: "Bar   7" bar:   7 sec:"  7" }
41
+{ label: "8" type: "mk" ref: "mf-0" offset:  4024305 smpCnt:27507343 trackId: 0 textStr: "Bar   8" bar:   8 sec:"  8" }
42
+{ label: "9" type: "mk" ref: "mf-0" offset:  4600170 smpCnt:26931478 trackId: 0 textStr: "Bar   9" bar:   9 sec:"  9" }
43
+{ label: "10" type: "mk" ref: "mf-0" offset:  5320001 smpCnt:26211647 trackId: 0 textStr: "Bar  10" bar:  10 sec:" 10" }
44
+{ label: "11" type: "mk" ref: "mf-0" offset:  5744307 smpCnt:25787341 trackId: 0 textStr: "Bar  11" bar:  11 sec:" 11" }
45
+{ label: "12" type: "mk" ref: "mf-0" offset:  6327764 smpCnt:25203884 trackId: 0 textStr: "Bar  12" bar:  12 sec:" 12" }
46
+{ label: "13" type: "mk" ref: "mf-0" offset:  6903629 smpCnt:24628019 trackId: 0 textStr: "Bar  13" bar:  13 sec:" 13" }
47
+{ label: "14" type: "mk" ref: "mf-0" offset:  7479494 smpCnt:24052154 trackId: 0 textStr: "Bar  14" bar:  14 sec:" 14" }
48
+{ label: "15" type: "mk" ref: "mf-0" offset:  8055359 smpCnt:23476289 trackId: 0 textStr: "Bar  15" bar:  15 sec:" 15" }
49
+{ label: "16" type: "mk" ref: "mf-0" offset:  8631224 smpCnt:22900424 trackId: 0 textStr: "Bar  16" bar:  16 sec:" 16" }
50
+{ label: "17" type: "mk" ref: "mf-0" offset:  9207088 smpCnt:22324560 trackId: 0 textStr: "Bar  17" bar:  17 sec:" 17" }
51
+{ label: "18" type: "mk" ref: "mf-0" offset:  9782953 smpCnt:21748695 trackId: 0 textStr: "Bar  18" bar:  18 sec:" 18" }
52
+{ label: "19" type: "mk" ref: "mf-0" offset: 10358818 smpCnt:21172830 trackId: 0 textStr: "Bar  19" bar:  19 sec:" 19" }
53
+{ label: "20" type: "mk" ref: "mf-0" offset: 10934683 smpCnt:20596965 trackId: 0 textStr: "Bar  20" bar:  20 sec:" 20" }
54
+{ label: "21" type: "mk" ref: "mf-0" offset: 11510548 smpCnt:20021100 trackId: 0 textStr: "Bar  21" bar:  21 sec:" 21" }
55
+{ label: "22" type: "mk" ref: "mf-0" offset: 12086413 smpCnt:19445235 trackId: 0 textStr: "Bar  22" bar:  22 sec:" 22" }
56
+{ label: "23" type: "mk" ref: "mf-0" offset: 12854045 smpCnt:18677603 trackId: 0 textStr: "Bar  23" bar:  23 sec:" 23" }
57
+{ label: "24" type: "mk" ref: "mf-0" offset: 13238142 smpCnt:18293506 trackId: 0 textStr: "Bar  24" bar:  24 sec:" 24" }
58
+{ label: "25" type: "mk" ref: "mf-0" offset: 13814007 smpCnt:17717641 trackId: 0 textStr: "Bar  25" bar:  25 sec:" 25" }
59
+{ label: "26" type: "mk" ref: "mf-0" offset: 14533838 smpCnt:16997810 trackId: 0 textStr: "Bar  26" bar:  26 sec:" 26" }
60
+{ label: "27" type: "mk" ref: "mf-0" offset: 15253669 smpCnt:16277979 trackId: 0 textStr: "Bar  27" bar:  27 sec:" 27" }
61
+{ label: "28" type: "mk" ref: "mf-0" offset: 15541602 smpCnt:15990046 trackId: 0 textStr: "Bar  28" bar:  28 sec:" 28" }
62
+{ label: "29" type: "mk" ref: "mf-0" offset: 16141367 smpCnt:15390281 trackId: 0 textStr: "Bar  29" bar:  29 sec:" 29" }
63
+{ label: "30" type: "mk" ref: "mf-0" offset: 16693331 smpCnt:14838317 trackId: 0 textStr: "Bar  30" bar:  30 sec:" 30" }
64
+{ label: "31" type: "mk" ref: "mf-0" offset: 17209390 smpCnt:14322258 trackId: 0 textStr: "Bar  31" bar:  31 sec:" 31" }
65
+{ label: "32" type: "mk" ref: "mf-0" offset: 17517868 smpCnt:14013780 trackId: 0 textStr: "Bar  32" bar:  32 sec:" 32" }
66
+{ label: "33" type: "mk" ref: "mf-0" offset: 17929171 smpCnt:13602477 trackId: 0 textStr: "Bar  33" bar:  33 sec:" 33" }
67
+{ label: "34" type: "mk" ref: "mf-0" offset: 18618175 smpCnt:12913473 trackId: 0 textStr: "Bar  34" bar:  34 sec:" 34" }
68
+{ label: "35" type: "mk" ref: "mf-0" offset: 18795914 smpCnt:12735734 trackId: 0 textStr: "Bar  35" bar:  35 sec:" 35" }
69
+{ label: "36" type: "mk" ref: "mf-0" offset: 19290132 smpCnt:12241516 trackId: 0 textStr: "Bar  36" bar:  36 sec:" 36" }
70
+{ label: "37" type: "mk" ref: "mf-0" offset: 19962089 smpCnt:11569559 trackId: 0 textStr: "Bar  37" bar:  37 sec:" 37" }
71
+{ label: "38" type: "mk" ref: "mf-0" offset: 20346064 smpCnt:11185584 trackId: 0 textStr: "Bar  38" bar:  38 sec:" 38" }
72
+{ label: "40" type: "mk" ref: "mf-0" offset: 21673185 smpCnt: 9858463 trackId: 0 textStr: "Bar  40" bar:  40 sec:" 40" }
73
+{ label: "41" type: "mk" ref: "mf-0" offset: 21953212 smpCnt: 9578436 trackId: 0 textStr: "Bar  41" bar:  41 sec:" 41" }
74
+{ label: "42" type: "mk" ref: "mf-0" offset: 22490905 smpCnt: 9040743 trackId: 0 textStr: "Bar  42" bar:  42 sec:" 42" }
75
+{ label: "43" type: "mk" ref: "mf-0" offset: 22836468 smpCnt: 8695180 trackId: 0 textStr: "Bar  43" bar:  43 sec:" 43" }
76
+{ label: "44" type: "mk" ref: "mf-0" offset: 23527594 smpCnt: 8004054 trackId: 0 textStr: "Bar  44" bar:  44 sec:" 44" }
77
+{ label: "45" type: "mk" ref: "mf-0" offset: 23757970 smpCnt: 7773678 trackId: 0 textStr: "Bar  45" bar:  45 sec:" 45" }
78
+{ label: "46" type: "mk" ref: "mf-0" offset: 24209721 smpCnt: 7321927 trackId: 0 textStr: "Bar  46" bar:  46 sec:" 46" }
79
+{ label: "47" type: "mk" ref: "mf-0" offset: 24712434 smpCnt: 6819214 trackId: 0 textStr: "Bar  47" bar:  47 sec:" 47" }
80
+{ label: "48" type: "mk" ref: "mf-0" offset: 25318675 smpCnt: 6212973 trackId: 0 textStr: "Bar  48" bar:  48 sec:" 48" }
81
+{ label: "49" type: "mk" ref: "mf-0" offset: 25962806 smpCnt: 5568842 trackId: 0 textStr: "Bar  49" bar:  49 sec:" 49" }
82
+{ label: "50" type: "mk" ref: "mf-0" offset: 26537135 smpCnt: 4994513 trackId: 0 textStr: "Bar  50" bar:  50 sec:" 50" }
83
+{ label: "51" type: "mk" ref: "mf-0" offset: 27080816 smpCnt: 4450832 trackId: 0 textStr: "Bar  51" bar:  51 sec:" 51" }
84
+{ label: "52" type: "mk" ref: "mf-0" offset: 27633016 smpCnt: 3898632 trackId: 0 textStr: "Bar  52" bar:  52 sec:" 52" }
85
+{ label: "53" type: "mk" ref: "mf-0" offset: 28127950 smpCnt: 3403698 trackId: 0 textStr: "Bar  53" bar:  53 sec:" 53" }
86
+{ label: "55" type: "mk" ref: "mf-0" offset: 29262005 smpCnt: 2269643 trackId: 0 textStr: "Bar  55" bar:  55 sec:" 55" }
87
+{ label: "56" type: "mk" ref: "mf-0" offset: 29698652 smpCnt: 1832996 trackId: 0 textStr: "Bar  56" bar:  56 sec:" 56" }
88
+{ label: "57" type: "mk" ref: "mf-0" offset: 30222219 smpCnt: 1309429 trackId: 0 textStr: "Bar  57" bar:  57 sec:" 57" }
89
+{ label: "58" type: "mk" ref: "mf-0" offset: 30745786 smpCnt:  785862 trackId: 0 textStr: "Bar  58" bar:  58 sec:" 58" }
90
+{ label: "59" type: "mk" ref: "mf-0" offset: 31269353 smpCnt:  262295 trackId: 0 textStr: "Bar  59" bar:  59 sec:" 59" }
91
+
92
+    ]
93
+  }
94
+}

+ 4
- 4
src/kc/data/round2.csv View File

@@ -1254,7 +1254,7 @@ id,trk,evt,opcode,dticks,micros,status,meta,ch,d0,d1,arg0,arg1,bar,skip,even,gra
1254 1254
 1613,1,1616,non,0.869565,207.248412,,,,32,43,G#1,,,,"e",,"t",0.250000,"pp",,,
1255 1255
 1614,1,1617,non,0.000000,207.248412,,,,42,43,F#2,,,,"e",,"t",0.250000,"pp",,,
1256 1256
 1615,1,1618,non,0.000000,207.248412,,,,44,127,G#2,,,,"e",,"t",0.500000,"fff",,,
1257
-1616,1,1593,non,0.869565,208.117977,,,,88,99,E6,,,,"e",,"t 6018 ",0.031250,"f",,,
1257
+1616,1,1593,non,0.869565,208.117977,,,,88,99,E6,,,,"e 6018",,"t 6018 ",0.031250,"f",,,
1258 1258
 1619,1,1594,non,0.108696,208.226673,,,,62,99,D4,,,," ",," ",0.083333,"",,,
1259 1259
 1621,1,1622,non,0.181159,208.407832,,,,48,29,C3,,,," ",," ",0.062500,"ppp",,,
1260 1260
 1622,1,1623,non,0.144928,208.552760,,,,52,35,E3,,,,"e",," ",0.031250,"",,,
@@ -1262,7 +1262,7 @@ id,trk,evt,opcode,dticks,micros,status,meta,ch,d0,d1,arg0,arg1,bar,skip,even,gra
1262 1262
 1625,1,1626,non,0.072464,208.697688,,,,38,41,D2,,,,"e",," ",0.031250,"",,,
1263 1263
 1626,1,1627,non,0.072464,208.770151,,,,32,44,G#1,,,,"e",," ",0.031250,"",,,
1264 1264
 1627,1,1628,non,0.072464,208.842615,,,,48,47,C3,,,,"e",," ",0.031250,"",,,
1265
-1628,1,1629,non,0.072464,208.915079,,,,52,50,E3,,,,"e",," ",0.031250,"",,,
1265
+1628,1,1629,non,0.072464,208.915079,,,,52,50,E3,,,,"e 6018",," ",0.031250,"",,,
1266 1266
 1629,1,,ctl,0.072464,208.987543,,,,64,0,,,,,"",,"",,"",,,
1267 1267
 1631,1,1630,non,0.000000,208.987543,,,,32,78,G#1,,,," ",," ",0.041667,"",,,
1268 1268
 1632,1,1631,non,0.000000,208.987543,,,,38,78,D2,,,," ",," ",0.041667,"",,,
@@ -1281,12 +1281,12 @@ id,trk,evt,opcode,dticks,micros,status,meta,ch,d0,d1,arg0,arg1,bar,skip,even,gra
1281 1281
 1647,1,1598,non,0.072464,209.929572,,,,85,51,C#6,,,,"e",," ",0.031250,"",,,
1282 1282
 1648,1,1599,non,0.072464,210.002035,,,,72,54,C5,,,,"e",," ",0.031250,"",,,
1283 1283
 1649,1,1600,non,0.072464,210.074499,,,,62,56,D4,,,,"e",," ",0.031250,"",,,
1284
-1650,1,1601,non,0.072464,210.146963,,,,85,59,C#6,,,,"e",," ",0.020833,"",,,
1284
+1650,1,1601,non,0.072464,210.146963,,,,85,59,C#6,,,,"e 6018",," ",0.020833,"",,,
1285 1285
 1651,1,1602,non,0.108696,210.255659,,,,50,62,D3,,,," ",," ",0.020833,"",,,
1286 1286
 1652,1,1603,non,0.108696,210.364354,,,,44,66,G#2,,,,"e",," ",0.031250,"",,,
1287 1287
 1653,1,1604,non,0.072464,210.436818,,,,85,69,C#6,,,,"e",," ",0.031250,"",,,
1288 1288
 1654,1,1605,non,0.072464,210.509282,,,,72,71,C5,,,,"e",," ",0.031250,"mp",,,
1289
-1655,1,1606,non,0.072464,210.581746,,,,50,71,D3,,,,"e",," ",0.031250,"mp",,,
1289
+1655,1,1606,non,0.072464,210.581746,,,,50,71,D3,,,,"e 6018",," ",0.031250,"mp",,,
1290 1290
 1656,1,,ctl,0.070199,210.651945,,,,64,0,,,,,"",,"",,"",,,
1291 1291
 1657,1,1607,non,0.002264,210.654209,,,,44,99,G#2,,,,"e",," ",0.031250,"f",,,
1292 1292
 1658,1,1608,non,0.000000,210.654209,,,,50,99,D3,,,,"e",," ",0.031250,"f",,,

+ 974
- 0
src/kc/data/round3.csv View File

@@ -0,0 +1,974 @@
1
+id,trk,evt,opcode,dticks,micros,status,meta,ch,d0,d1,arg0,arg1,bar,skip,even,grace,tempo,t frac,dyn,section,play_recd,remark
2
+1,1,,bar,0.000000,0.000000,,,,0,0,,,68,,"",,"",,"",,,
3
+2,1,2854,non,0.000000,0.000000,,,,55,99,G3,,,," ",," ",0.166667,"f",,,
4
+5,1,2857,non,0.000000,0.000000,,,,81,99,A5,,,," ",," ",0.031250,"f",,,
5
+8,1,,ctl,0.001698,0.001698,,,,66,64,,,,,"",,"",,"",,,
6
+11,1,2858,non,0.161345,0.163043,,,,77,99,F5,,,," ",," ",0.083333,"f",,,
7
+13,1,2879,non,0.224185,0.387228,,,,36,29,C2,,,," ",," ",0.031250,"ppp",,,
8
+14,1,2881,non,0.130774,0.518003,,,,52,29,E3,,,," ",," ",0.031250,"ppp",,,
9
+15,1,,ctl,0.001698,0.519701,,,,64,64,,,,,"",,"",,"",,,
10
+16,1,2882,non,0.129076,0.648777,,,,58,29,A#3,,,," ",," ",0.031250,"ppp",,,
11
+17,1,2883,non,0.086617,0.735394,,,,52,29,E3,,,," ",," ",0.031250,"ppp",,,
12
+18,1,2884,non,0.086617,0.822011,,,,58,29,A#3,,,," ",," ",0.031250,"ppp",,,
13
+19,1,2885,non,0.086617,0.908628,,,,36,29,C2,,,," ",," ",0.031250,"ppp",,,
14
+20,1,2886,non,0.130774,1.039402,,,,58,33,A#3,,,," ",," ",0.031250,"",,,
15
+21,1,2888,non,0.130774,1.170177,,,,32,37,G#1,,,," ",," ",0.031250,"",,,
16
+23,1,2889,non,0.130774,1.300951,,,,41,41,F2,,,," ",," ",0.031250,"",,,
17
+27,1,2892,non,0.130774,1.431726,,,,52,45,E3,,,," ",," ",0.031250,"",,,
18
+28,1,2893,non,0.086617,1.518342,,,,32,47,G#1,,,," ",," ",0.031250,"",,,
19
+29,1,2894,non,0.086617,1.604959,,,,41,50,F2,,,," ",," ",0.031250,"",,,
20
+31,1,2896,non,0.217391,1.822351,,,,32,99,G#1,,,," ",," ",0.031250,"f",,,
21
+32,1,2897,non,0.000000,1.822351,,,,36,99,C2,,,," ",," ",0.031250,"f",,,
22
+33,1,2898,non,0.000000,1.822351,,,,41,99,F2,,,," ",," ",0.031250,"f",,,
23
+34,1,2899,non,0.000000,1.822351,,,,52,99,E3,,,," ",," ",0.031250,"f",,,
24
+35,1,2900,non,0.000000,1.822351,,,,58,99,A#3,,,," ",," ",0.031250,"f",,,
25
+36,1,,ctl,0.001698,1.824049,,,,64,0,,,,,"",,"",,"",,,
26
+38,1,2902,non,0.132473,1.956522,,,,30,29,F#1,,,," ",," ",0.031250,"",,,
27
+39,1,2903,non,0.108696,2.065217,,,,36,29,C2,,,," ",," ",0.031250,"",,,
28
+40,1,2904,non,0.108696,2.173913,,,,35,57,B1,,,," ",," ",0.031250,"",,,
29
+41,1,,ctl,0.106997,2.280910,,,,66,0,,,,,"",,"",,"",,,
30
+44,1,2905,non,0.001698,2.282609,,,,36,57,C2,,,," ",," ",0.031250,"",,,
31
+45,1,2906,non,0.108696,2.391304,,,,35,57,B1,,,," ",," ",0.031250,"",,,
32
+46,1,2907,non,0.108696,2.500000,,,,22,57,A#0,,,," ",," ",0.031250,"",,,
33
+47,1,,ctl,0.001698,2.501698,,,,66,64,,,,,"",,"",,"",,,
34
+48,1,2864,non,0.106997,2.608696,,,,70,57,A#4,,,," ",g," ",0.125000,"p",,,
35
+49,1,2865,non,0.066236,2.674932,,,,65,57,F4,,,," ",g," ",0.125000,"p",,,
36
+50,1,,ctl,0.066236,2.741168,,,,64,64,,,,,"",,"",,"",,,
37
+53,1,2909,non,0.000000,2.741168,,,,35,57,B1,,,," ",," ",0.031250,"",,,
38
+55,1,2911,non,0.142663,2.883832,,,,50,64,D3,,,," ",," ",0.031250,"",,,
39
+56,1,2912,non,0.144361,3.028193,,,,54,71,F#3,,,," ",," ",0.031250,"",,,
40
+57,1,2913,non,0.144361,3.172554,,,,35,78,B1,,,," ",," ",0.015625,"",,,
41
+58,1,2914,non,0.086617,3.259171,,,,50,82,D3,,,," ",," ",0.015625,"",,,
42
+59,1,2915,non,0.086617,3.345788,,,,53,86,F3,,,," ",," ",0.015625,"",,,
43
+60,1,2916,non,0.086617,3.432405,,,,54,91,F#3,,,," ",," ",0.015625,"",,,
44
+61,1,2917,non,0.086617,3.519022,,,,53,95,F3,,,," ",," ",0.015625,"",,,
45
+62,1,2918,non,0.086617,3.605639,,,,58,99,A#3,,,," ",," ",0.031250,"",,,
46
+63,1,2868,non,0.113791,3.719429,,,,86,57,D6,,,," ",," ",0.031250,"",,,
47
+64,1,2920,non,0.030571,3.750000,,,,65,99,F4,,,," ",g," ",0.125000,"",,,
48
+65,1,2921,non,0.066236,3.816236,,,,53,85,F3,,,," ",," ",0.031250,"",,,
49
+66,1,2922,non,0.000000,3.816236,,,,61,85,C#4,,,," ",," ",0.031250,"",,,
50
+68,1,2923,non,0.096807,3.913043,,,,58,71,A#3,,,," ",," ",0.031250,"",,,
51
+69,1,2869,non,0.035666,3.948709,,,,81,71,A5,,,," ",," ",0.015625,"",,,
52
+71,1,2924,non,0.061141,4.009851,,,,53,57,F3,,,," ",," ",0.031250,"",,,
53
+72,1,2871,non,0.020380,4.030231,,,,49,85,C#3,,,," ",," ",0.015625,"",,,
54
+73,1,2925,non,0.076427,4.106658,,,,70,43,A#4,,,,"e",,"t",0.031250,"",,,
55
+74,1,2926,non,0.000000,4.106658,,,,82,43,A#5,,,,"e",,"t",0.031250,"",,,
56
+75,1,2872,non,0.005095,4.111753,,,,67,99,G4,,,," ",," ",0.031250,"",,,
57
+77,1,2928,non,0.108696,4.220448,,,,41,43,F2,,,,"e",,"t",0.031250,"",,,
58
+78,1,2873,non,0.054348,4.274796,,,,77,113,F5,,,," ",," ",0.083333,"",,,
59
+80,1,2930,non,0.054348,4.329144,,,,36,39,C2,,,,"e",,"t",0.031250,"",,,
60
+81,1,2931,non,0.108696,4.437840,,,,70,35,A#4,,,,"e",,"t",0.031250,"",,,
61
+82,1,2932,non,0.108696,4.546535,,,,41,31,F2,,,,"e",,"t",0.031250,"",,,
62
+83,1,2933,non,0.108696,4.655231,,,,36,27,C2,,,,"e",,"t",0.031250,"",,,
63
+84,1,2934,non,0.108696,4.763927,,,,58,22,A#3,,,,"e",,"t",0.031250,"",,,
64
+85,1,2935,non,0.163043,4.926970,,,,41,16,F2,,,," ",," ",0.031250,"",,,
65
+86,1,2936,non,0.163043,5.090014,,,,36,10,C2,,,," ",," ",0.062500,"",,,
66
+89,1,,bar,1.630435,6.720448,,,,0,0,,,69,,"",,"",,"",,,
67
+93,1,2943,non,3.913043,10.633492,,,,57,43,A3,,,," ",," ",0.250000,"",,,
68
+94,1,,ctl,1.304348,11.937840,,,,64,0,,,,,"",,"",,"",,,
69
+97,1,,bar,1.299253,13.237092,,,,0,0,,,70,,"",,"",,"",,,
70
+98,1,,ctl,0.000000,13.237092,,,,66,0,,,,,"",,"",,"",,,
71
+99,1,2947,non,0.005095,13.242188,,,,56,43,G#3,,,," ",g," ",0.125000,"",6028,,
72
+100,1,2948,non,0.066236,13.308424,,,,84,64,C6,,,," ",g," ",0.125000,"",,,
73
+101,1,,ctl,0.066236,13.374660,,,,64,64,,,,,"",,"",,"",,,
74
+102,1,2949,non,0.000000,13.374660,,,,97,85,C#7,,,," ",," ",0.125000,"",,,
75
+103,1,2968,non,0.000000,13.374660,,,,41,29,F2,,,," ",," ",0.062500,"",,,
76
+104,1,2969,non,0.326087,13.700747,,,,36,20,C2,,,," ",," ",0.031250,"",,,
77
+105,1,2950,non,0.108696,13.809443,,,,74,71,D5,,,," ",," ",0.031250,"",,,
78
+106,1,2970,non,0.054348,13.863791,,,,41,15,F2,,,," ",," ",0.031250,"",,,
79
+107,1,2951,non,0.054348,13.918139,,,,88,64,E6,,,," ",," ",0.031250,"",,,
80
+108,1,2952,non,0.108696,14.026834,,,,62,57,D4,,,,"e",," ",0.031250,"",,,
81
+109,1,2972,non,0.000000,14.026834,,,,52,10,E3,,,," ",," ",0.125000,"",,,
82
+111,1,2953,non,0.163043,14.189878,,,,44,50,G#2,,,,"e",," ",0.031250,"",,,
83
+112,1,2954,non,0.163043,14.352921,,,,84,36,C6,,,,"e",," ",0.031250,"",,,
84
+113,1,2955,non,0.163043,14.515965,,,,88,29,E6,,,,"e",," ",0.031250,"",,,
85
+115,1,2973,non,0.163043,14.679008,,,,33,10,A1,,,,"e",,"t",0.250000,"",,,
86
+116,1,,ctl,0.422894,15.101902,,,,64,0,,,,,"",,"",,"",,,
87
+117,1,,ctl,0.346467,15.448370,,,,64,64,,,,,"",,"",,"",,,
88
+118,1,2957,non,0.402514,15.850883,,,,32,29,G#1,,,," ",g," ",0.125000,"",,,
89
+119,1,2958,non,0.066236,15.917120,,,,85,29,C#6,,,," ",g," ",0.125000,"",,,
90
+120,1,2959,non,0.066236,15.983356,,,,72,29,C5,,,," ",,"t",0.250000,"",,,
91
+122,1,2960,non,1.304348,17.287704,,,,76,51,E5,,,," ",,"t",0.041667,"",,,
92
+123,1,2961,non,0.434783,17.722486,,,,72,59,C5,,,," ",," ",0.031250,"",,,
93
+124,1,2962,non,0.144361,17.866848,,,,76,61,E5,,,," ",," ",0.031250,"",,,
94
+125,1,2963,non,0.144361,18.011209,,,,50,64,D3,,,," ",," ",0.062500,"",,,
95
+126,1,2964,non,0.290421,18.301630,,,,85,69,C#6,,,," ",," ",0.031250,"",,,
96
+127,1,2965,non,0.144361,18.445992,,,,50,71,D3,,,," ",," ",0.031250,"",,,
97
+128,1,,ctl,0.146060,18.592052,,,,64,0,,,,,"",,"",,"",,,
98
+129,1,,ctl,0.000000,18.592052,,,,64,64,,,,,"",,"",,"",,,
99
+131,1,2979,non,0.000000,18.592052,,,,44,71,G#2,,,," ",,"t",0.031250,"",,,
100
+132,1,2980,non,0.144361,18.736413,,,,73,71,C#5,,,," ",," ",0.031250,"",,,
101
+133,1,2981,non,0.144361,18.880774,,,,60,75,C4,,,," ",," ",0.125000,"",,,
102
+134,1,2982,non,0.579144,19.459918,,,,64,91,E4,,,," ",," ",0.062500,"",,,
103
+135,1,2983,non,0.290421,19.750340,,,,50,99,D3,,,," ",," ",0.031250,"",,,
104
+136,1,,ctl,0.140965,19.891304,,,,64,0,,,,,"",,"",,"",,,
105
+137,1,,bar,0.005095,19.896399,,,,0,0,,,71,,"",,"",,"",,,
106
+138,1,,ctl,0.000000,19.896399,,,,64,64,,,,,"",,"",,"",,,
107
+139,1,2986,non,0.000000,19.896399,,,,60,57,C4,,,," ",," ",0.250000,"p",6029,,
108
+140,1,2987,non,0.000000,19.896399,,,,64,57,E4,,,," ",," ",0.250000,"p",,,
109
+141,1,2988,non,0.000000,19.896399,,,,73,57,C#5,,,," ",," ",0.250000,"p",,,
110
+143,1,3003,non,0.000000,19.896399,,,,27,99,D#1,,,," ",," ",0.250000,"f",,,
111
+144,1,3004,non,0.000000,19.896399,,,,32,57,G#1,,,," ",," ",0.250000,"p",,,
112
+145,1,3005,non,0.000000,19.896399,,,,38,57,D2,,,," ",," ",0.250000,"p",,,
113
+147,1,2990,non,0.652174,20.548573,,,,56,113,G#3,,,," ",," ",0.125000,"ff",,,
114
+148,1,3008,non,0.217391,20.765965,,,,46,119,A#2,,,," ",," ",0.031250,"",,,
115
+149,1,3009,non,0.108696,20.874660,,,,37,122,C#2,,,," ",," ",0.031250,"",,,
116
+150,1,3010,non,0.108696,20.983356,,,,27,124,D#1,,,," ",," ",0.031250,"",,,
117
+151,1,,ctl,0.105299,21.088655,,,,64,0,,,,,"",,"",,"",,,
118
+152,1,3011,non,0.003397,21.092052,,,,46,127,A#2,,,," ",," ",0.031250,"",,,
119
+153,1,2991,non,0.108696,21.200747,,,,60,127,C4,,,," ",," ",0.062500,"",,,
120
+154,1,2992,non,0.000000,21.200747,,,,64,127,E4,,,," ",," ",0.062500,"",,,
121
+155,1,2993,non,0.000000,21.200747,,,,73,127,C#5,,,," ",," ",0.062500,"",,,
122
+158,1,3013,non,0.000000,21.200747,,,,32,127,G#1,,,," ",," ",0.062500,"",,,
123
+159,1,3014,non,0.000000,21.200747,,,,37,127,C#2,,,," ",," ",0.062500,"",,,
124
+160,1,,ctl,0.213995,21.414742,,,,64,64,,,,,"",,"",,"",,,
125
+161,1,2995,non,0.003397,21.418139,,,,56,85,G#3,,,," ",," ",0.125000,"",,,
126
+162,1,3016,non,0.000000,21.418139,,,,46,57,A#2,,,," ",," ",0.031250,"",,,
127
+164,1,3017,non,0.108696,21.526834,,,,37,50,C#2,,,," ",," ",0.031250,"",,,
128
+166,1,3019,non,0.108696,21.635530,,,,27,43,D#1,,,," ",," ",0.031250,"",,,
129
+167,1,3020,non,0.108696,21.744226,,,,46,36,A#2,,,," ",," ",0.031250,"",,,
130
+178,1,,ctl,7.277514,29.021739,,,,64,0,,,,,"",,"",,"",,,
131
+179,1,,bar,0.005095,29.026834,,,,0,0,,,72,,"",,"",,"",,,
132
+180,1,,ctl,0.000000,29.026834,,,,64,64,,,,,"",,"",,"",,,
133
+183,1,3038,non,0.000000,29.026834,,,,66,99,F#4,,,," ",," ",0.250000,"f",,,
134
+184,1,3039,non,0.869565,29.896399,,,,23,113,B0,,,," ",," ",0.500000,"",,,
135
+185,1,3040,non,0.000000,29.896399,,,,66,113,F#4,,,," ",," ",0.500000,"",,,
136
+187,1,3031,non,1.086957,30.983356,,,,56,57,G#3,,,," ",," ",0.125000,"p",,,
137
+188,1,3032,non,0.000000,30.983356,,,,72,57,C5,,,," ",," ",0.125000,"p",,,
138
+192,1,3041,non,0.652174,31.635530,,,,23,127,B0,,,," ",," ",0.500000,"fff",,,
139
+193,1,3042,non,0.000000,31.635530,,,,62,127,D4,,,," ",," ",0.500000,"fff",,,
140
+194,1,3043,non,0.000000,31.635530,,,,66,127,F#4,,,," ",," ",0.500000,"fff",,,
141
+195,1,3036,non,0.869565,32.505095,,,,53,43,F3,,,," ",," ",0.500000,"pp",,,
142
+196,1,,bar,1.739130,34.244226,,,,0,0,,,73,,"",,"",,"",,,
143
+198,1,3046,non,0.000000,34.244226,,,,89,71,F6,,,," ",," ",0.083333,"mp",,,
144
+202,1,3090,non,0.000000,34.244226,,,,53,29,F3,,,," ",," ",0.250000,"ppp",,,
145
+203,1,3048,non,0.652174,34.896399,,,,62,127,D4,,,," ",," ",0.031250,"fff",,,
146
+204,1,3049,non,0.000000,34.896399,,,,66,127,F#4,,,," ",," ",0.031250,"fff",,,
147
+206,1,,ctl,0.106997,35.003397,,,,64,0,,,,,"",,"",,"",,,
148
+207,1,3051,non,0.001698,35.005095,,,,65,127,F4,,,," ",," ",0.031250,"fff",,,
149
+208,1,,ctl,0.018682,35.023777,,,,64,64,,,,,"",,"",,"",,,
150
+210,1,,ctl,0.066236,35.090014,,,,64,0,,,,,"",,"",,"",,,
151
+211,1,,ctl,0.020380,35.110394,,,,64,64,,,,,"",,"",,"",,,
152
+212,1,3054,non,0.003397,35.113791,,,,47,127,B2,,,," ",g," ",0.125000,"",,,
153
+213,1,3055,non,0.066236,35.180027,,,,50,110,D3,,,," ",g," ",0.125000,"",,,
154
+214,1,3056,non,0.066236,35.246264,,,,54,92,F#3,,,," ",g," ",0.125000,"",,,
155
+215,1,3057,non,0.066236,35.312500,,,,53,75,F3,,,," ",g," ",0.125000,"",,,
156
+216,1,3058,non,0.066236,35.378736,,,,70,57,A#4,,,," ",g," ",0.125000,"",,,
157
+217,1,3059,non,0.066236,35.444973,,,,42,85,F#2,,,," ",," ",0.125000,"",,,
158
+219,1,3060,non,0.108696,35.553668,,,,89,71,F6,,,," ",," ",0.031250,"",,,
159
+220,1,3094,non,0.000000,35.553668,,,,43,29,G2,,,," ",," ",0.031250,"",,,
160
+221,1,3095,non,0.108696,35.662364,,,,53,22,F3,,,," ",," ",0.031250,"",,,
161
+222,1,3061,non,0.054348,35.716712,,,,76,75,E5,,,," ",," ",0.031250,"",,,
162
+223,1,3096,non,0.054348,35.771060,,,,43,10,G2,,,," ",," ",0.031250,"",,,
163
+225,1,3064,non,0.108696,35.879755,,,,76,78,E5,,,," ",," ",0.031250,"",,,
164
+228,1,3065,non,0.163043,36.042799,,,,70,82,A#4,,,," ",," ",0.031250,"",,,
165
+229,1,3066,non,0.163043,36.205842,,,,73,85,C#5,,,,"e",," ",0.031250,"",,,
166
+230,1,3067,non,0.108696,36.314538,,,,70,87,A#4,,,,"e",," ",0.031250,"",,,
167
+231,1,3099,non,0.000000,36.314538,,,,44,10,G#2,,,," ",," ",0.250000,"",,,
168
+232,1,3068,non,0.108696,36.423234,,,,73,90,C#5,,,,"e",," ",0.031250,"",,,
169
+233,1,3069,non,0.108696,36.531929,,,,76,92,E5,,,,"e",," ",0.031250,"",,,
170
+234,1,3100,non,0.000000,36.531929,,,,45,85,A2,,,," ",," ",0.125000,"mf",,,
171
+235,1,3101,non,0.000000,36.531929,,,,56,85,G#3,,,," ",," ",0.125000,"mf",,,
172
+236,1,3102,non,0.000000,36.531929,,,,72,85,C5,,,," ",," ",0.125000,"mf",,,
173
+237,1,3070,non,0.108696,36.640625,,,,73,94,C#5,,,,"e",," ",0.031250,"",,,
174
+238,1,3071,non,0.108696,36.749321,,,,58,97,A#3,,,,"e",," ",0.031250,"",,,
175
+239,1,3072,non,0.108696,36.858016,,,,73,99,C#5,,,,"e",," ",0.062500,"",,,
176
+240,1,,ctl,0.326087,37.184103,,,,64,0,,,,,"",,"",,"",,,
177
+241,1,,ctl,0.000000,37.184103,,,,64,64,,,,,"",,"",,"",,,
178
+247,1,3107,non,0.000000,37.184103,,,,42,71,F#2,,,," ",," ",0.031250,"mp",,,
179
+248,1,3109,non,0.108696,37.292799,,,,35,63,B1,,,," ",," ",0.041667,"",,,
180
+250,1,3110,non,0.326087,37.618886,,,,42,40,F#2,,,," ",," ",0.031250,"",,,
181
+251,1,3111,non,0.073030,37.691916,,,,23,34,B0,,,," ",," ",0.031250,"",,,
182
+252,1,3112,non,0.073030,37.764946,,,,41,29,F2,,,," ",," ",0.031250,"",,,
183
+254,1,3075,non,0.397418,38.162364,,,,101,57,F7,,,,"e",,"t",0.031250,"",,,
184
+255,1,3076,non,0.108696,38.271060,,,,76,65,E5,,,,"e",," ",0.031250,"",,,
185
+256,1,3077,non,0.108696,38.379755,,,,73,74,C#5,,,,"e",," ",0.031250,"",,,
186
+257,1,3078,non,0.108696,38.488451,,,,76,82,E5,,,,"e",,"t",0.031250,"",,,
187
+259,1,3079,non,0.108696,38.597147,,,,58,91,A#3,,,,"e",," ",0.031250,"",,,
188
+260,1,3080,non,0.108696,38.705842,,,,61,99,C#4,,,,"e",," ",0.031250,"",,,
189
+262,1,3082,non,0.434783,39.140625,,,,62,113,D4,,,," ",,"t",0.062500,"",,,
190
+263,1,3083,non,0.000000,39.140625,,,,72,113,C5,,,," ",,"t",0.062500,"",,,
191
+264,1,3115,non,0.000000,39.140625,,,,45,113,A2,,,," ",," ",0.062500,"",,,
192
+265,1,3116,non,0.000000,39.140625,,,,56,113,G#3,,,," ",," ",0.062500,"",,,
193
+267,1,3084,non,0.326087,39.466712,,,,62,113,D4,,,," ",,"t",0.062500,"",,,
194
+268,1,3085,non,0.000000,39.466712,,,,72,113,C5,,,," ",,"t",0.062500,"",,,
195
+269,1,3086,non,0.000000,39.466712,,,,76,113,E5,,,," ",,"t",0.062500,"",,,
196
+270,1,3118,non,0.000000,39.466712,,,,45,113,A2,,,," ",," ",0.062500,"",,,
197
+271,1,3119,non,0.000000,39.466712,,,,56,113,G#3,,,," ",," ",0.062500,"",,,
198
+272,1,,bar,0.163043,39.629755,,,,0,0,,,74,,"",,"",,"",,,
199
+273,1,3132,non,0.000000,39.629755,,,,68,113,G#4,,,," ",," ",0.031250,"",,,
200
+274,1,3133,non,0.108696,39.738451,,,,57,104,A3,,,," ",," ",0.031250,"",,,
201
+275,1,3122,non,0.054348,39.792799,,,,58,100,A#3,,,,"e",g," ",0.125000,"",,,
202
+276,1,3123,non,0.066236,39.859035,,,,88,95,E6,,,,"e",g," ",0.125000,"",,,
203
+277,1,3124,non,0.066236,39.925272,,,,101,89,F7,,,,"e",g," ",0.125000,"",,,
204
+280,1,3121,non,0.198709,40.123981,,,,85,74,C#6,,,,"e",," ",0.031250,"",,,
205
+281,1,3127,non,0.000000,40.123981,,,,70,113,A#4,,,," ",," ",0.031250,"",,,
206
+283,1,3135,non,0.054348,40.178329,,,,84,69,C6,,,," ",," ",0.031250,"",,,
207
+284,1,3136,non,0.073030,40.251359,,,,68,63,G#4,,,," ",," ",0.031250,"",,,
208
+286,1,3137,non,0.073030,40.324389,,,,84,58,C6,,,," ",," ",0.031250,"",,,
209
+287,1,3138,non,0.073030,40.397418,,,,88,52,E6,,,," ",," ",0.031250,"",,,
210
+288,1,3139,non,0.108696,40.506114,,,,74,43,D5,,,," ",," ",0.015625,"",,,
211
+289,1,3140,non,0.054348,40.560462,,,,88,43,E6,,,," ",," ",0.015625,"",,,
212
+290,1,,ctl,0.006793,40.567255,,,,64,0,,,,,"",,"",,"",,,
213
+291,1,,ctl,0.030571,40.597826,,,,64,64,,,,,"",,"",,"",,,
214
+292,1,3142,non,0.015285,40.613111,,,,33,99,A1,,,," ",g," ",0.125000,"",6030,,
215
+293,1,3143,non,0.066236,40.679348,,,,44,99,G#2,,,," ",," ",0.125000,"",,,
216
+295,1,3144,non,0.652174,41.331522,,,,60,80,C4,,,," ",," ",0.125000,"",,,
217
+297,1,3146,non,1.086957,42.418478,,,,33,49,A1,,,," ",," ",0.062500,"",,,
218
+299,1,3147,non,0.217391,42.635870,,,,44,43,G#2,,,," ",," ",0.031250,"",,,
219
+300,1,3148,non,0.108696,42.744565,,,,60,40,C4,,,," ",," ",0.031250,"",,,
220
+301,1,3149,non,0.108696,42.853261,,,,21,37,A0,,,," ",," ",0.031250,"",,,
221
+302,1,3150,non,0.108696,42.961957,,,,32,34,G#1,,,," ",," ",0.031250,"",,,
222
+303,1,3151,non,0.108696,43.070652,,,,48,31,C3,,,," ",," ",0.015625,"",,,
223
+304,1,3152,non,0.054348,43.125000,,,,21,29,A0,,,," ",," ",0.020833,"",,,
224
+306,1,,bar,2.119565,45.244565,,,,0,0,,,75,,"",,"",,"",,,
225
+311,1,3174,non,2.826087,48.070652,,,,48,85,C3,,,," ",," ",0.031250,"",,,
226
+312,1,3175,non,0.108696,48.179348,,,,38,82,D2,,,," ",," ",0.031250,"",,,
227
+313,1,3176,non,0.108696,48.288043,,,,52,80,E3,,,," ",," ",0.125000,"",,,
228
+316,1,3158,non,0.543478,48.831522,,,,92,66,G#6,,,,"e",," ",0.031250,"",,,
229
+317,1,3159,non,0.108696,48.940217,,,,81,63,A5,,,,"e",," ",0.031250,"",,,
230
+318,1,3160,non,0.108696,49.048913,,,,98,60,D7,,,,"e",," ",0.031250,"",,,
231
+319,1,3161,non,0.108696,49.157609,,,,108,58,C8,,,,"e",," ",0.031250,"",,,
232
+321,1,3162,non,0.108696,49.266304,,,,80,55,G#5,,,,"e",," ",0.020833,"",,,
233
+322,1,3163,non,0.163043,49.429348,,,,96,51,C7,,,,"e",," ",0.020833,"",,,
234
+323,1,3164,non,0.163043,49.592391,,,,80,47,G#5,,,,"e",," ",0.031250,"",,,
235
+324,1,3165,non,0.108696,49.701087,,,,69,44,A4,,,,"e",," ",0.031250,"",,,
236
+325,1,3166,non,0.108696,49.809783,,,,86,41,D6,,,,"e",," ",0.031250,"",,,
237
+326,1,3167,non,0.108696,49.918478,,,,96,39,C7,,,,"e",," ",0.031250,"",,,
238
+327,1,3168,non,0.108696,50.027174,,,,100,36,E7,,,,"e",," ",0.031250,"",,,
239
+328,1,3169,non,0.108696,50.135870,,,,86,33,D6,,,,"e",," ",0.020833,"",,,
240
+329,1,3170,non,0.163043,50.298913,,,,100,29,E7,,,,"e",," ",0.020833,"",,,
241
+330,1,,ctl,0.157948,50.456861,,,,64,0,,,,,"",,"",,"",,,
242
+331,1,,bar,0.003397,50.460258,,,,0,0,,,76,,"",,"",,"",,,
243
+335,1,,ctl,0.434783,50.895041,,,,64,64,,,,,"",,"",,"",,,
244
+336,1,3183,non,0.001698,50.896739,,,,38,85,D2,,,," ",," ",0.062500,"mf",6031,,
245
+337,1,3208,non,0.215693,51.112432,,,,44,43,G#2,,,," ",," ",0.125000,"pp",,,
246
+338,1,3184,non,0.001698,51.114130,,,,58,72,A#3,,,," ",," ",0.062500,"",,,
247
+339,1,3185,non,0.217391,51.331522,,,,53,60,F3,,,," ",," ",0.062500,"",,,
248
+340,1,3186,non,0.144361,51.475883,,,,50,51,D3,,,," ",," ",0.062500,"",,,
249
+341,1,3187,non,0.144361,51.620245,,,,58,43,A#3,,,," ",," ",0.062500,"pp",,,
250
+344,1,3189,non,0.730299,52.350543,,,,64,43,E4,,,," ",g," ",0.125000,"pp",,,
251
+345,1,3190,non,0.066236,52.416780,,,,33,43,A1,,,," ",," ",0.041667,"pp",,,
252
+347,1,3192,non,0.390625,52.807405,,,,65,69,F4,,,," ",," ",0.031250,"",,,
253
+348,1,3193,non,0.130774,52.938179,,,,52,77,E3,,,," ",," ",0.031250,"",,,
254
+349,1,3194,non,0.130774,53.068954,,,,45,86,A2,,,," ",," ",0.020833,"",,,
255
+350,1,3195,non,0.195312,53.264266,,,,77,99,F5,,,," ",," ",0.031250,"",,,
256
+351,1,3196,non,0.130774,53.395041,,,,46,99,A#2,,,," ",," ",0.020833,"f",,,
257
+352,1,3197,non,0.195312,53.590353,,,,49,99,C#3,,,," ",," ",0.031250,"f",,,
258
+353,1,3198,non,0.130774,53.721128,,,,46,86,A#2,,,," ",," ",0.031250,"",,,
259
+355,1,3200,non,0.130774,53.851902,,,,64,73,E4,,,," ",," ",0.015625,"",,,
260
+356,1,3201,non,0.064538,53.916440,,,,65,66,F4,,,," ",," ",0.015625,"",,,
261
+357,1,3202,non,0.064538,53.980978,,,,64,60,E4,,,," ",," ",0.031250,"",,,
262
+358,1,3203,non,0.130774,54.111753,,,,46,46,A#2,,,," ",," ",0.031250,"",,,
263
+359,1,3204,non,0.086617,54.198370,,,,61,38,C#4,,,," ",," ",0.031250,"pp",,,
264
+361,1,3205,non,0.086617,54.284986,,,,46,29,A#2,,,," ",," ",0.031250,"ppp",,,
265
+363,1,,bar,1.392663,55.677649,,,,0,0,,,77,,"",,"",,"",,,
266
+364,1,,ctl,0.000000,55.677649,,,,64,0,,,,,"",,"",,"",,,
267
+367,1,,ctl,1.304348,56.981997,,,,64,64,,,,,"",,"",,"",,,
268
+368,1,3214,non,0.000000,56.981997,,,,32,71,G#1,,,," ",," ",0.020833,"",,,
269
+370,1,3215,non,0.195312,57.177310,,,,72,76,C5,,,," ",," ",0.020833,"",,,
270
+371,1,3216,non,0.195312,57.372622,,,,50,81,D3,,,,"e",," ",0.031250,"",,,
271
+373,1,3218,non,0.130774,57.634171,,,,60,88,C4,,,,"e",," ",0.031250,"",,,
272
+374,1,3219,non,0.130774,57.764946,,,,50,92,D3,,,,"e",," ",0.031250,"",,,
273
+375,1,3220,non,0.130774,57.895720,,,,72,95,C5,,,,"e",," ",0.031250,"",,,
274
+376,1,3221,non,0.130774,58.026495,,,,76,99,E5,,,,"e",," ",0.020833,"f",,,
275
+377,1,3222,non,0.195312,58.221807,,,,50,78,D3,,,," ",," ",0.015625,"",,,
276
+380,1,3224,non,0.195312,58.417120,,,,76,57,E5,,,," ",," ",0.031250,"p",,,
277
+381,1,,ctl,0.011889,58.429008,,,,64,0,,,,,"",,"",,"",,,
278
+384,1,3238,non,0.219090,58.648098,,,,21,29,A0,,,," ",," ",0.020833,"ppp",,,
279
+385,1,3239,non,0.217391,58.865489,,,,28,32,E1,,,," ",," ",0.020833,"ppp",,,
280
+386,1,3226,non,0.073030,58.938519,,,,60,57,C4,,,," ",," ",0.125000,"p",,,
281
+387,1,3240,non,0.144361,59.082880,,,,22,35,A#0,,,," ",," ",0.020833,"",,,
282
+388,1,3242,non,0.217391,59.300272,,,,29,38,F1,,,," ",," ",0.031250,"",,,
283
+390,1,3243,non,0.144361,59.444633,,,,28,40,E1,,,," ",," ",0.031250,"",,,
284
+391,1,3244,non,0.144361,59.588995,,,,22,42,A#0,,,," ",," ",0.020833,"",,,
285
+392,1,3227,non,0.001698,59.590693,,,,33,43,A1,,,," ",," ",0.062500,"",,,
286
+393,1,,ctl,0.213995,59.804688,,,,64,64,,,,,"",,"",,"",,,
287
+394,1,3246,non,0.001698,59.806386,,,,29,44,F1,,,," ",," ",0.020833,"",,,
288
+395,1,3228,non,0.110394,59.916780,,,,64,36,E4,,,," ",," ",0.031250,"",,,
289
+396,1,3247,non,0.106997,60.023777,,,,25,47,C#1,,,," ",," ",0.020833,"",,,
290
+397,1,3229,non,0.001698,60.025476,,,,50,29,D3,,,," ",," ",0.031250,"",,,
291
+398,1,3230,non,0.108696,60.134171,,,,64,22,E4,,,," ",," ",0.031250,"",,,
292
+399,1,3248,non,0.106997,60.241168,,,,21,50,A0,,,," ",," ",0.031250,"",,,
293
+401,1,3249,non,0.144361,60.385530,,,,29,52,F1,,,," ",," ",0.031250,"",,,
294
+402,1,3250,non,0.144361,60.529891,,,,28,54,E1,,,," ",," ",0.020833,"",,,
295
+403,1,3251,non,0.217391,60.747283,,,,22,57,A#0,,,,"e",," ",0.031250,"",,,
296
+404,1,,bar,0.147758,60.895041,,,,0,0,,,78,,"",,"",,"",,,
297
+406,1,3259,non,0.000000,60.895041,,,,29,71,F1,,,,"e",," ",0.031250,"",,,
298
+407,1,3260,non,0.144361,61.039402,,,,25,79,C#1,,,,"e",," ",0.031250,"",,,
299
+408,1,3261,non,0.144361,61.183764,,,,22,88,A#0,,,,"e",," ",0.031250,"",,,
300
+410,1,3263,non,0.144361,61.328125,,,,29,96,F1,,,,"e",," ",0.031250,"",,,
301
+411,1,3264,non,0.096807,61.424932,,,,28,102,E1,,,," ",," ",0.031250,"",,,
302
+412,1,3265,non,0.096807,61.521739,,,,25,107,C#1,,,," ",," ",0.031250,"",,,
303
+413,1,3266,non,0.096807,61.618546,,,,22,113,A#0,,,," ",," ",0.031250,"",,,
304
+414,1,3267,non,0.096807,61.715353,,,,21,113,A0,,,," ",," ",0.062500,"",,,
305
+416,1,3269,non,0.193614,61.908967,,,,33,96,A1,,,," ",," ",0.031250,"",,,
306
+417,1,3270,non,0.144361,62.053329,,,,52,84,E3,,,," ",," ",0.031250,"",,,
307
+418,1,3271,non,0.144361,62.197690,,,,46,72,A#2,,,," ",," ",0.031250,"",,,
308
+419,1,3272,non,0.144361,62.342052,,,,77,60,F5,,,," ",," ",0.031250,"",,,
309
+420,1,3273,non,0.096807,62.438859,,,,64,51,E4,,,," ",," ",0.031250,"",,,
310
+421,1,,ctl,0.091712,62.530571,,,,64,0,,,,,"",,"",,"",,,
311
+422,1,3274,non,0.005095,62.535666,,,,61,43,C#4,,,," ",," ",0.031250,"",,,
312
+424,1,3255,non,0.315897,62.851562,,,,21,43,A0,,,," ",," ",0.062500,"",6032,,
313
+425,1,,ctl,0.326087,63.177649,,,,64,64,,,,,"",,"",,"",,,
314
+426,1,3256,non,0.000000,63.177649,,,,38,43,D2,,,," ",," ",0.062500,"",,,
315
+430,1,3278,non,1.630435,64.808084,,,,32,85,G#1,,,," ",," ",0.031250,"",,,
316
+431,1,3279,non,0.163043,64.971128,,,,48,101,C3,,,," ",," ",0.031250,"",,,
317
+432,1,3280,non,0.163043,65.134171,,,,32,117,G#1,,,," ",," ",0.031250,"",,,
318
+433,1,3281,non,0.108696,65.242867,,,,48,127,C3,,,," ",," ",0.031250,"",,,
319
+434,1,3282,non,0.108696,65.351562,,,,52,127,E3,,,," ",," ",0.031250,"",,,
320
+435,1,3283,non,0.108696,65.460258,,,,32,127,G#1,,,," ",," ",0.015625,"",,,
321
+436,1,3284,non,0.073030,65.533288,,,,21,127,A0,,,," ",," ",0.015625,"",,,
322
+437,1,3285,non,0.073030,65.606318,,,,38,115,D2,,,," ",," ",0.015625,"",,,
323
+438,1,3286,non,0.073030,65.679348,,,,32,104,G#1,,,," ",," ",0.020833,"",,,
324
+439,1,3287,non,0.217391,65.896739,,,,48,69,C3,,,," ",," ",0.015625,"",,,
325
+440,1,3288,non,0.073030,65.969769,,,,52,57,E3,,,," ",," ",0.031250,"p",,,
326
+441,1,,bar,0.142663,66.112432,,,,0,0,,,79,,"",,"",,"",,,
327
+446,1,,ctl,1.956522,68.068954,,,,64,0,,,,,"",,"",,"",,,
328
+448,1,3312,non,0.585938,68.654891,,,,74,43,D5,,,," ",g," ",0.125000,"pp",,,
329
+449,1,,ctl,0.066236,68.721128,,,,64,64,,,,,"",,"",,"",,,
330
+450,1,3293,non,0.000000,68.721128,,,,97,29,C#7,,,," ",," ",0.062500,"ppp",,,
331
+451,1,3294,non,0.000000,68.721128,,,,76,29,E5,,,,"e",," ",0.031250,"ppp",,,
332
+453,1,3313,non,0.000000,68.721128,,,,64,43,E4,,,," ",," ",0.500000,"pp",,,
333
+454,1,3295,non,0.108696,68.829823,,,,66,36,F#4,,,,"e",," ",0.031250,"",,,
334
+455,1,3296,non,0.108696,68.938519,,,,83,43,B5,,,,"e",," ",0.031250,"",,,
335
+456,1,3297,non,0.067935,69.006454,,,,78,29,F#5,,,," ",," ",0.062500,"",,,
336
+457,1,3298,non,0.040761,69.047215,,,,86,50,D6,,,,"e",," ",0.031250,"",,,
337
+458,1,3299,non,0.108696,69.155910,,,,83,57,B5,,,,"e",," ",0.031250,"",,,
338
+459,1,3300,non,0.108696,69.264606,,,,58,64,A#3,,,,"e",," ",0.031250,"",,,
339
+460,1,3301,non,0.032269,69.296875,,,,97,29,C#7,,,," ",," ",0.062500,"",,,
340
+461,1,3302,non,0.076427,69.373302,,,,83,71,B5,,,,"e",," ",0.083333,"",,,
341
+462,1,3303,non,0.213995,69.587296,,,,78,29,F#5,,,," ",," ",0.041667,"",,,
342
+465,1,3306,non,0.872962,70.460258,,,,107,29,B7,,,," ",," ",0.250000,"",,,
343
+466,1,,bar,0.869565,71.329823,,,,0,0,,,80,,"",,"",,"",,,
344
+467,1,3315,non,0.000000,71.329823,,,,81,29,A5,,,," ",," ",0.125000,"",,,
345
+470,1,3316,non,0.434783,71.764606,,,,89,29,F6,,,," ",," ",0.250000,"",,,
346
+472,1,3318,non,2.173913,73.938519,,,,108,29,C8,,,,"e",," ",0.015625,"ppp",,,
347
+473,1,3329,non,0.000000,73.938519,,,,101,29,F7,,,," ",," ",0.062500,"ppp",,,
348
+474,1,3330,non,0.000000,73.938519,,,,55,99,G3,,,," ",," ",0.166667,"f",,,
349
+475,1,3331,non,0.000000,73.938519,,,,61,43,C#4,,,," ",," ",0.166667,"pp",,,
350
+476,1,3332,non,0.000000,73.938519,,,,71,43,B4,,,," ",," ",0.166667,"pp",,,
351
+477,1,3319,non,0.081522,74.020041,,,,102,29,F#7,,,,"e",," ",0.015625,"ppp",,,
352
+478,1,3320,non,0.081522,74.101562,,,,99,29,D#7,,,,"e",," ",0.015625,"ppp",,,
353
+479,1,3321,non,0.081522,74.183084,,,,102,29,F#7,,,,"e",," ",0.015625,"ppp",,,
354
+480,1,3333,non,0.015285,74.198370,,,,85,29,C#6,,,," ",," ",0.031250,"ppp",,,
355
+481,1,3322,non,0.066236,74.264606,,,,107,29,B7,,,,"e",," ",0.020833,"ppp",,,
356
+482,1,3334,non,0.064538,74.329144,,,,81,29,A5,,,," ",," ",0.031250,"ppp",,,
357
+483,1,3335,non,0.130774,74.459918,,,,86,29,D6,,,,"e",," ",0.031250,"",,,
358
+484,1,3323,non,0.049253,74.509171,,,,103,29,G7,,,," ",," ",0.015625,"",,,
359
+485,1,3336,non,0.037364,74.546535,,,,85,29,C#6,,,,"e",," ",0.031250,"",,,
360
+487,1,3337,non,0.086617,74.633152,,,,69,29,A4,,,,"e",," ",0.031250,"",,,
361
+488,1,3338,non,0.086617,74.719769,,,,86,29,D6,,,,"e",," ",0.031250,"",,,
362
+489,1,3339,non,0.130774,74.850543,,,,104,29,G#7,,,," ",," ",0.041667,"",,,
363
+492,1,3341,non,1.044497,75.895041,,,,32,57,G#1,,,," ",," ",0.062500,"",,,
364
+495,1,3344,non,0.259851,76.154891,,,,43,46,G2,,,," ",," ",0.031250,"",,,
365
+496,1,3346,non,0.130774,76.285666,,,,32,40,G#1,,,," ",," ",0.062500,"",,,
366
+497,1,,ctl,0.057745,76.343410,,,,64,0,,,,,"",,"",,"",,,
367
+498,1,,ctl,0.066236,76.409647,,,,64,64,,,,,"",,"",,"",,,
368
+499,1,3364,non,0.071332,76.480978,,,,49,32,C#3,,,," ",g," ",0.125000,"",,,
369
+500,1,,bar,0.066236,76.547215,,,,0,0,,,81,,"",,"",,"",,,
370
+503,1,3365,non,0.000000,76.547215,,,,27,29,D#1,,,," ",," ",0.500000,"",,,
371
+506,1,3367,non,1.565897,78.113111,,,,65,29,F4,,,," ",," ",0.062500,"",,,
372
+507,1,3350,non,0.173234,78.286345,,,,95,29,B6,,,," ",," ",0.041667,"",,,
373
+508,1,3368,non,0.088315,78.374660,,,,62,29,D4,,,," ",," ",0.031250,"",,,
374
+509,1,3369,non,0.130774,78.505435,,,,61,29,C#4,,,," ",," ",0.031250,"",,,
375
+510,1,3351,non,0.106997,78.612432,,,,69,29,A4,,,," ",," ",0.031250,"",,,
376
+511,1,3370,non,0.023777,78.636209,,,,57,29,A3,,,,"e",," ",0.062500,"",,,
377
+512,1,3352,non,0.084918,78.721128,,,,77,29,F5,,,,"e",," ",0.031250,"",,,
378
+514,1,3354,non,0.073030,78.794158,,,,85,34,C#6,,,,"e",," ",0.031250,"",,,
379
+515,1,3371,non,0.015285,78.809443,,,,62,29,D4,,,,"e",," ",0.062500,"",,,
380
+516,1,3355,non,0.057745,78.867188,,,,77,37,F5,,,,"e",," ",0.031250,"",,,
381
+517,1,3356,non,0.073030,78.940217,,,,85,39,C#6,,,,"e",," ",0.031250,"",,,
382
+518,1,3372,non,0.042459,78.982677,,,,68,29,G#4,,,,"e",," ",0.062500,"",,,
383
+519,1,3357,non,0.030571,79.013247,,,,66,41,F#4,,,,"e",," ",0.062500,"",,,
384
+520,1,,ctl,0.050951,79.064198,,,,64,0,,,,,"",,"",,"",,,
385
+521,1,3360,non,0.157948,79.222147,,,,73,99,C#5,,,," ",," ",0.250000,"",,,
386
+522,1,3361,non,0.000000,79.222147,,,,86,99,D6,,,," ",," ",0.250000,"",,,
387
+523,1,3373,non,0.000000,79.222147,,,,56,57,G#3,,,,"e",," ",0.041667,"",,,
388
+525,1,3359,non,0.320992,79.543139,,,,83,57,B5,,,," ",g," ",0.125000,"",,,
389
+526,1,3375,non,0.066236,79.609375,,,,81,50,A5,,,," ",," ",0.062500,"",,,
390
+527,1,3376,non,0.264946,79.874321,,,,76,57,E5,,,," ",," ",0.125000,"",,,
391
+528,1,,ctl,0.652174,80.526495,,,,64,64,,,,,"",,"",,"",6033,,
392
+531,1,3379,non,0.000000,80.526495,,,,27,29,D#1,,,," ",," ",0.250000,"ppp",,,
393
+532,1,3380,non,0.000000,80.526495,,,,52,99,E3,,,," ",," ",0.250000,"f",,,
394
+533,1,3381,non,0.000000,80.526495,,,,54,71,F#3,,,," ",," ",0.250000,"mp",,,
395
+534,1,,bar,1.302649,81.829144,,,,0,0,,,82,,"",,"",,"",,,
396
+539,1,3383,non,0.001698,81.830842,,,,89,10,F6,,,," ",," ",0.031250,"pppp",,,
397
+540,1,3384,non,0.130774,81.961617,,,,61,10,C#4,,,," ",," ",0.031250,"pppp",,,
398
+541,1,3385,non,0.086617,82.048234,,,,74,10,D5,,,," ",," ",0.031250,"pppp",,,
399
+542,1,3386,non,0.086617,82.134851,,,,73,10,C#5,,,," ",," ",0.031250,"pppp",,,
400
+544,1,3388,non,0.130774,82.265625,,,,57,10,A3,,,," ",," ",0.015625,"",,,
401
+546,1,3390,non,0.130774,82.396399,,,,86,10,D6,,,," ",," ",0.031250,"",,,
402
+547,1,3424,non,0.084918,82.481318,,,,75,10,D#5,,,,"e",," ",0.015625,"pppp",,,
403
+548,1,3391,non,0.001698,82.483016,,,,89,10,F6,,,," ",," ",0.031250,"",,,
404
+549,1,3425,non,0.079823,82.562840,,,,83,10,B5,,,,"e",," ",0.015625,"pppp",,,
405
+550,1,3392,non,0.006793,82.569633,,,,86,10,D6,,,," ",," ",0.031250,"",,,
406
+551,1,3426,non,0.074728,82.644361,,,,84,10,C6,,,,"e",," ",0.015625,"pppp",,,
407
+552,1,3393,non,0.011889,82.656250,,,,92,10,G#6,,,," ",," ",0.031250,"",,,
408
+553,1,3427,non,0.069633,82.725883,,,,83,10,B5,,,,"e",," ",0.015625,"pppp",,,
409
+554,1,3394,non,0.016984,82.742867,,,,85,10,C#6,,,," ",," ",0.031250,"",,,
410
+555,1,3428,non,0.064538,82.807405,,,,79,10,G5,,,,"e",," ",0.020833,"pppp",,,
411
+556,1,3395,non,0.066236,82.873641,,,,81,10,A5,,,," ",," ",0.031250,"",,,
412
+557,1,3396,non,0.086617,82.960258,,,,86,10,D6,,,," ",," ",0.031250,"",,,
413
+558,1,3397,non,0.086617,83.046875,,,,92,10,G#6,,,," ",," ",0.031250,"",,,
414
+559,1,3429,non,0.005095,83.051970,,,,78,10,F#5,,,," ",," ",0.015625,"",,,
415
+563,1,3431,non,1.385870,84.437840,,,,87,10,D#6,,,," ",," ",0.031250,"",,,
416
+564,1,3400,non,0.086617,84.524457,,,,98,10,D7,,,," ",," ",0.031250,"",,,
417
+565,1,3432,non,0.076427,84.600883,,,,95,10,B6,,,," ",," ",0.031250,"",,,
418
+566,1,3401,non,0.010190,84.611073,,,,101,10,F7,,,," ",," ",0.031250,"",,,
419
+567,1,3402,non,0.086617,84.697690,,,,98,10,D7,,,," ",," ",0.031250,"",,,
420
+568,1,3433,non,0.066236,84.763927,,,,96,10,C7,,,,"e",," ",0.031250,"pppp",,,
421
+569,1,3403,non,0.020380,84.784307,,,,101,10,F7,,,," ",," ",0.031250,"",,,
422
+570,1,3404,non,0.086617,84.870924,,,,98,10,D7,,,," ",," ",0.031250,"",,,
423
+571,1,3434,non,0.001698,84.872622,,,,95,10,B6,,,,"e",," ",0.031250,"pppp",,,
424
+572,1,3405,non,0.084918,84.957541,,,,104,10,G#7,,,," ",," ",0.031250,"",,,
425
+573,1,3435,non,0.023777,84.981318,,,,96,10,C7,,,,"e",," ",0.031250,"pppp",,,
426
+574,1,3406,non,0.106997,85.088315,,,,97,10,C#7,,,," ",," ",0.031250,"",,,
427
+575,1,3436,non,0.001698,85.090014,,,,95,10,B6,,,,"e",," ",0.031250,"pppp",,,
428
+576,1,3407,non,0.084918,85.174932,,,,104,10,G#7,,,," ",," ",0.031250,"",,,
429
+577,1,3437,non,0.023777,85.198709,,,,96,10,C7,,,,"e",," ",0.031250,"pppp",,,
430
+578,1,3408,non,0.062840,85.261549,,,,97,10,C#7,,,," ",," ",0.031250,"",,,
431
+579,1,3438,non,0.045856,85.307405,,,,95,10,B6,,,,"e",," ",0.031250,"pppp",,,
432
+581,1,3410,non,0.084918,85.392323,,,,93,10,A6,,,," ",," ",0.015625,"",,,
433
+582,1,3439,non,0.023777,85.416101,,,,91,10,G6,,,,"e",," ",0.031250,"pppp",,,
434
+584,1,3412,non,0.106997,85.523098,,,,98,10,D7,,,," ",," ",0.031250,"",,,
435
+585,1,3440,non,0.056046,85.579144,,,,78,10,F#5,,,," ",," ",0.031250,"",,,
436
+586,1,3413,non,0.030571,85.609715,,,,104,10,G#7,,,," ",," ",0.031250,"",,,
437
+587,1,3414,non,0.130774,85.740489,,,,98,10,D7,,,," ",," ",0.031250,"",,,
438
+588,1,3441,non,0.001698,85.742188,,,,90,10,F#6,,,," ",," ",0.031250,"",,,
439
+590,1,3415,non,0.084918,85.827106,,,,97,10,C#7,,,," ",," ",0.062500,"",,,
440
+591,1,3443,non,0.023777,85.850883,,,,87,10,D#6,,,," ",," ",0.031250,"",,,
441
+592,1,3444,non,0.108696,85.959579,,,,90,10,F#6,,,," ",," ",0.031250,"",,,
442
+593,1,3416,non,0.040761,86.000340,,,,104,10,G#7,,,," ",," ",0.031250,"",,,
443
+595,1,3417,non,0.086617,86.086957,,,,93,10,A6,,,," ",," ",0.062500,"",,,
444
+597,1,,ctl,0.954484,87.041440,,,,64,0,,,,,"",,"",,"",,,
445
+598,1,,bar,0.005095,87.046535,,,,0,0,,,83,,"",,"",,"",,,
446
+599,1,,ctl,0.000000,87.046535,,,,64,64,,,,,"",,"",,"",,,
447
+601,1,3497,non,0.000000,87.046535,,,,86,10,D6,,,," ",," ",0.031250,"",,,
448
+603,1,3500,non,0.108696,87.155231,,,,89,10,F6,,,," ",," ",0.031250,"",,,
449
+604,1,3448,non,0.022079,87.177310,,,,99,10,D#7,,,," ",," ",0.031250,"",,,
450
+605,1,3501,non,0.086617,87.263927,,,,86,10,D6,,,,"e",," ",0.031250,"pppp",,,
451
+606,1,3449,non,0.044158,87.308084,,,,107,10,B7,,,," ",," ",0.031250,"",,,
452
+607,1,3502,non,0.028872,87.336957,,,,89,10,F6,,,,"e",," ",0.031250,"pppp",,,
453
+608,1,3503,non,0.073030,87.409986,,,,86,10,D6,,,,"e",," ",0.031250,"pppp",,,
454
+609,1,3450,non,0.028872,87.438859,,,,108,10,C8,,,," ",," ",0.031250,"",,,
455
+610,1,3504,non,0.044158,87.483016,,,,89,10,F6,,,,"e",," ",0.031250,"pppp",,,
456
+612,1,3452,non,0.086617,87.569633,,,,107,10,B7,,,,"e",," ",0.031250,"pppp",,,
457
+613,1,3505,non,0.022079,87.591712,,,,92,10,G#6,,,," ",," ",0.031250,"",,,
458
+614,1,3453,non,0.064538,87.656250,,,,108,10,C8,,,,"e",," ",0.031250,"pppp",,,
459
+615,1,3506,non,0.044158,87.700408,,,,85,10,C#6,,,," ",," ",0.031250,"",,,
460
+616,1,3454,non,0.042459,87.742867,,,,107,10,B7,,,,"e",," ",0.031250,"pppp",,,
461
+617,1,3507,non,0.066236,87.809103,,,,92,10,G#6,,,,"e",," ",0.031250,"pppp",,,
462
+618,1,3455,non,0.020380,87.829484,,,,108,10,C8,,,,"e",," ",0.031250,"pppp",,,
463
+619,1,3508,non,0.052649,87.882133,,,,85,10,C#6,,,,"e",," ",0.031250,"pppp",,,
464
+620,1,3456,non,0.033967,87.916101,,,,107,10,B7,,,,"e",," ",0.031250,"pppp",,,
465
+621,1,3509,non,0.039062,87.955163,,,,92,10,G#6,,,,"e",," ",0.031250,"pppp",,,
466
+622,1,3457,non,0.047554,88.002717,,,,108,10,C8,,,,"e",," ",0.031250,"pppp",,,
467
+624,1,3458,non,0.086617,88.089334,,,,107,10,B7,,,,"e",," ",0.031250,"pppp",,,
468
+625,1,3511,non,0.047554,88.136889,,,,73,10,C#5,,,," ",," ",0.062500,"",,,
469
+626,1,3459,non,0.039062,88.175951,,,,103,10,G7,,,,"e",," ",0.020833,"pppp",,,
470
+627,1,3460,non,0.130774,88.306726,,,,102,10,F#7,,,," ",," ",0.015625,"",,,
471
+629,1,3512,non,0.047554,88.354280,,,,69,10,A4,,,," ",," ",0.031250,"",,,
472
+630,1,3513,non,0.073030,88.427310,,,,101,10,F7,,,," ",," ",0.031250,"",,,
473
+631,1,3462,non,0.010190,88.437500,,,,107,10,B7,,,," ",," ",0.031250,"",,,
474
+632,1,3514,non,0.062840,88.500340,,,,98,10,D7,,,," ",," ",0.031250,"",,,
475
+633,1,3463,non,0.023777,88.524117,,,,103,10,G7,,,," ",," ",0.031250,"",,,
476
+634,1,3515,non,0.049253,88.573370,,,,101,10,F7,,,," ",," ",0.031250,"",,,
477
+636,1,3465,non,0.081522,88.654891,,,,90,10,F#6,,,," ",," ",0.015625,"",,,
478
+637,1,3516,non,0.027174,88.682065,,,,104,10,G#7,,,," ",," ",0.031250,"",,,
479
+639,1,3467,non,0.103601,88.785666,,,,87,10,D#6,,,," ",," ",0.031250,"",,,
480
+640,1,3517,non,0.005095,88.790761,,,,85,10,C#6,,,," ",," ",0.031250,"",,,
481
+641,1,3518,non,0.073030,88.863791,,,,104,10,G#7,,,," ",," ",0.031250,"",,,
482
+642,1,3468,non,0.008492,88.872283,,,,95,10,B6,,,," ",," ",0.031250,"",,,
483
+643,1,3519,non,0.064538,88.936821,,,,97,10,C#7,,,," ",," ",0.031250,"",,,
484
+644,1,3469,non,0.066236,89.003057,,,,91,10,G6,,,," ",," ",0.031250,"",,,
485
+646,1,,ctl,0.127378,89.130435,,,,64,0,,,,,"",,"",,"",,,
486
+648,1,,ctl,0.524796,89.655231,,,,64,64,,,,,"",,"",,"",,,
487
+649,1,3471,non,0.000000,89.655231,,,,87,29,D#6,,,," ",," ",0.031250,"ppp",,,
488
+650,1,3523,non,0.000000,89.655231,,,,52,57,E3,,,," ",," ",0.250000,"p",,,
489
+651,1,3524,non,0.000000,89.655231,,,,54,29,F#3,,,," ",," ",0.250000,"ppp",,,
490
+652,1,3525,non,0.000000,89.655231,,,,86,99,D6,,,," ",," ",0.250000,"f",6034,,
491
+654,1,3472,non,0.086617,89.741848,,,,90,29,F#6,,,," ",," ",0.031250,"ppp",,,
492
+655,1,3473,non,0.086617,89.828465,,,,95,29,B6,,,," ",," ",0.031250,"ppp",,,
493
+657,1,3475,non,0.151155,89.979620,,,,96,29,C7,,,," ",," ",0.015625,"ppp",,,
494
+658,1,3526,non,0.001698,89.981318,,,,85,29,C#6,,,,"e",," ",0.031250,"ppp",,,
495
+660,1,3477,non,0.106997,90.088315,,,,91,29,G6,,,," ",," ",0.015625,"",,,
496
+661,1,3527,non,0.001698,90.090014,,,,92,29,G#6,,,,"e",," ",0.031250,"ppp",,,
497
+663,1,3528,non,0.108696,90.198709,,,,85,29,C#6,,,,"e",," ",0.031250,"ppp",,,
498
+664,1,3479,non,0.020380,90.219090,,,,90,29,F#6,,,," ",," ",0.031250,"",,,
499
+665,1,3480,non,0.086617,90.305707,,,,96,29,C7,,,," ",," ",0.031250,"",,,
500
+666,1,3529,non,0.001698,90.307405,,,,69,29,A4,,,,"e",," ",0.062500,"ppp",,,
501
+667,1,3481,non,0.084918,90.392323,,,,87,29,D#6,,,," ",," ",0.031250,"",,,
502
+668,1,3482,non,0.086617,90.478940,,,,96,29,C7,,,," ",," ",0.031250,"",,,
503
+669,1,3530,non,0.045856,90.524796,,,,89,29,F6,,,,"e",," ",0.031250,"",,,
504
+670,1,3483,non,0.040761,90.565557,,,,91,29,G6,,,," ",," ",0.031250,"",,,
505
+671,1,3531,non,0.067935,90.633492,,,,74,29,D5,,,,"e",," ",0.031250,"",,,
506
+672,1,3484,non,0.062840,90.696332,,,,90,29,F#6,,,," ",," ",0.031250,"",,,
507
+673,1,3532,non,0.045856,90.742188,,,,89,29,F6,,,,"e",," ",0.031250,"",,,
508
+674,1,3485,non,0.040761,90.782948,,,,96,29,C7,,,," ",," ",0.031250,"",,,
509
+675,1,3533,non,0.067935,90.850883,,,,74,29,D5,,,,"e",," ",0.031250,"",,,
510
+676,1,3486,non,0.018682,90.869565,,,,87,29,D#6,,,," ",," ",0.031250,"",,,
511
+679,1,3535,non,0.090014,90.959579,,,,60,29,C4,,,,"e",," ",0.250000,"",,,
512
+680,1,3488,non,0.518003,91.477582,,,,75,29,D#5,,,,"e",," ",0.031250,"",,,
513
+681,1,3489,non,0.086617,91.564198,,,,95,29,B6,,,,"e",," ",0.031250,"",,,
514
+683,1,3490,non,0.086617,91.650815,,,,108,29,C8,,,,"e",," ",0.031250,"",,,
515
+684,1,3491,non,0.086617,91.737432,,,,95,29,B6,,,,"e",," ",0.031250,"",,,
516
+685,1,3537,non,0.037364,91.774796,,,,98,29,D7,,,,"e",," ",0.015625,"ppp",,,
517
+686,1,3492,non,0.049253,91.824049,,,,108,29,C8,,,,"e",," ",0.031250,"",,,
518
+687,1,3538,non,0.032269,91.856318,,,,101,29,F7,,,,"e",," ",0.015625,"ppp",,,
519
+688,1,3493,non,0.054348,91.910666,,,,95,29,B6,,,,"e",," ",0.031250,"",,,
520
+689,1,3539,non,0.027174,91.937840,,,,98,29,D7,,,,"e",," ",0.015625,"ppp",,,
521
+690,1,3494,non,0.059443,91.997283,,,,91,29,G6,,,,"e",," ",0.031250,"",,,
522
+691,1,3540,non,0.022079,92.019361,,,,101,29,F7,,,,"e",," ",0.015625,"ppp",,,
523
+692,1,3541,non,0.081522,92.100883,,,,98,29,D7,,,,"e",," ",0.015625,"ppp",,,
524
+693,1,3495,non,0.027174,92.128057,,,,96,29,C7,,,," ",," ",0.031250,"",,,
525
+694,1,3542,non,0.054348,92.182405,,,,104,29,G#7,,,,"e",," ",0.015625,"ppp",,,
526
+695,1,,bar,0.081522,92.263927,,,,0,0,,,84,,"",,"",,"",,,
527
+700,1,3576,non,0.326087,92.590014,,,,85,29,C#6,,,," ",," ",0.041667,"",,,
528
+701,1,3545,non,0.195312,92.785326,,,,79,29,G5,,,," ",," ",0.031250,"",,,
529
+702,1,3546,non,0.130774,92.916101,,,,66,29,F#4,,,," ",," ",0.031250,"",,,
530
+703,1,3547,non,0.130774,93.046875,,,,83,29,B5,,,,"e",," ",0.031250,"ppp",,,
531
+704,1,3577,non,0.032269,93.079144,,,,69,29,A4,,,," ",," ",0.041667,"",,,
532
+705,1,3548,non,0.054348,93.133492,,,,79,29,G5,,,,"e",," ",0.031250,"ppp",,,
533
+706,1,3549,non,0.086617,93.220109,,,,78,29,F#5,,,,"e",," ",0.031250,"ppp",,,
534
+707,1,3550,non,0.086617,93.306726,,,,83,29,B5,,,,"e",," ",0.031250,"ppp",,,
535
+708,1,3551,non,0.086617,93.393342,,,,96,29,C7,,,,"e",," ",0.031250,"ppp",,,
536
+709,1,3552,non,0.086617,93.479959,,,,83,29,B5,,,,"e",," ",0.031250,"ppp",,,
537
+710,1,3553,non,0.086617,93.566576,,,,79,29,G5,,,,"e",," ",0.031250,"ppp",,,
538
+711,1,3578,non,0.001698,93.568274,,,,73,29,C#5,,,," ",," ",0.125000,"",,,
539
+713,1,3554,non,0.084918,93.653193,,,,66,29,F#4,,,,"e",," ",0.031250,"ppp",,,
540
+714,1,3555,non,0.086617,93.739810,,,,79,29,G5,,,,"e",," ",0.031250,"ppp",,,
541
+715,1,3556,non,0.086617,93.826427,,,,66,29,F#4,,,,"e",," ",0.031250,"ppp",,,
542
+716,1,3557,non,0.130774,93.957201,,,,63,29,D#4,,,,"e",," ",0.031250,"ppp",,,
543
+717,1,3558,non,0.086617,94.043818,,,,71,29,B4,,,,"e",," ",0.031250,"ppp",,,
544
+718,1,3559,non,0.086617,94.130435,,,,84,29,C6,,,,"e",," ",0.031250,"ppp",,,
545
+719,1,3560,non,0.086617,94.217052,,,,67,29,G4,,,,"e",," ",0.031250,"ppp",,,
546
+720,1,3580,non,0.003397,94.220448,,,,69,29,A4,,,," ",," ",0.062500,"",,,
547
+721,1,3581,non,0.000000,94.220448,,,,54,43,F#3,,,," ",," ",0.062500,"",,,
548
+722,1,3561,non,0.127378,94.347826,,,,66,29,F#4,,,," ",," ",0.125000,"",,,
549
+723,1,3583,non,0.090014,94.437840,,,,57,113,A3,,,," ",," ",0.062500,"",,,
550
+725,1,3584,non,0.108696,94.546535,,,,45,50,A2,,,," ",," ",0.062500,"",,,
551
+726,1,3585,non,0.108696,94.655231,,,,65,57,F4,,,," ",," ",0.062500,"",,,
552
+727,1,,ctl,0.217391,94.872622,,,,64,0,,,,,"",,"",,"",,,
553
+728,1,,ctl,0.000000,94.872622,,,,64,64,,,,,"",,"",,"",,,
554
+731,1,3588,non,0.000000,94.872622,,,,60,29,C4,,,," ",," ",0.031250,"",,,
555
+733,1,3590,non,0.108696,94.981318,,,,76,29,E5,,,," ",," ",0.041667,"",,,
556
+738,1,3564,non,1.195652,96.176970,,,,96,10,C7,,,," ",," ",0.031250,"",,,
557
+740,1,3565,non,0.144361,96.321332,,,,87,10,D#6,,,," ",," ",0.020833,"",,,
558
+742,1,3598,non,0.203804,96.525136,,,,86,10,D6,,,," ",," ",0.031250,"",,,
559
+743,1,3566,non,0.013587,96.538723,,,,95,10,B6,,,," ",," ",0.020833,"",,,
560
+744,1,3599,non,0.073030,96.611753,,,,89,10,F6,,,," ",," ",0.031250,"",,,
561
+745,1,3600,non,0.086617,96.698370,,,,86,10,D6,,,," ",," ",0.031250,"",,,
562
+746,1,3567,non,0.057745,96.756114,,,,96,10,C7,,,," ",," ",0.031250,"",,,
563
+747,1,3601,non,0.028872,96.784986,,,,92,10,G#6,,,," ",," ",0.031250,"",,,
564
+748,1,3602,non,0.086617,96.871603,,,,85,10,C#6,,,," ",," ",0.031250,"",,,
565
+749,1,3568,non,0.028872,96.900476,,,,91,10,G6,,,," ",," ",0.031250,"",,,
566
+750,1,3603,non,0.057745,96.958220,,,,92,10,G#6,,,," ",," ",0.031250,"",,,
567
+751,1,3569,non,0.086617,97.044837,,,,90,10,F#6,,,," ",," ",0.031250,"",,,
568
+752,1,3604,non,0.044158,97.088995,,,,85,10,C#6,,,," ",," ",0.031250,"",,,
569
+753,1,3570,non,0.100204,97.189198,,,,91,10,G6,,,," ",," ",0.031250,"",,,
570
+754,1,3605,non,0.030571,97.219769,,,,81,10,A5,,,," ",," ",0.062500,"",,,
571
+755,1,3571,non,0.113791,97.333560,,,,90,10,F#6,,,," ",," ",0.031250,"",,,
572
+757,1,,ctl,0.142663,97.476223,,,,64,0,,,,,"",,"",,"",,,
573
+759,1,3608,non,0.005095,97.481318,,,,86,29,D6,,,," ",g," ",0.125000,"ppp",6035,,
574
+760,1,3629,non,0.000000,97.481318,,,,56,29,G#3,,,," ",g," ",0.125000,"ppp",,,
575
+761,1,,bar,0.066236,97.547554,,,,0,0,,,85,,"",,"",,"",,,
576
+762,1,,ctl,0.000000,97.547554,,,,64,64,,,,,"",,"",,"",,,
577
+763,1,3609,non,0.000000,97.547554,,,,81,113,A5,,,," ",," ",0.500000,"ff",,,
578
+765,1,3611,non,0.000000,97.547554,,,,85,29,C#6,,,," ",," ",0.083333,"ppp",,,
579
+767,1,3631,non,0.130774,97.678329,,,,62,34,D4,,,," ",," ",0.031250,"ppp",,,
580
+768,1,3632,non,0.130774,97.809103,,,,56,37,G#3,,,," ",," ",0.031250,"",,,
581
+769,1,3633,non,0.130774,97.939878,,,,62,41,D4,,,," ",," ",0.062500,"",,,
582
+770,1,3634,non,0.261549,98.201427,,,,56,47,G#3,,,," ",," ",0.062500,"",,,
583
+771,1,3612,non,0.129076,98.330503,,,,85,43,C#6,,,," ",," ",0.125000,"",,,
584
+772,1,3635,non,0.132473,98.462976,,,,62,54,D4,,,," ",," ",0.031250,"",,,
585
+773,1,3636,non,0.130774,98.593750,,,,56,57,G#3,,,," ",," ",0.031250,"",,,
586
+774,1,3637,non,0.130774,98.724524,,,,62,60,D4,,,," ",," ",0.031250,"",,,
587
+777,1,3614,non,0.779552,99.504076,,,,85,80,C#6,,,," ",," ",0.125000,"",,,
588
+778,1,3639,non,0.264946,99.769022,,,,56,87,G#3,,,," ",," ",0.031250,"",,,
589
+779,1,3640,non,0.130774,99.899796,,,,62,90,D4,,,," ",," ",0.062500,"",,,
590
+781,1,3616,non,0.256454,100.156250,,,,72,97,C5,,,," ",," ",0.031250,"",,,
591
+783,1,3617,non,0.130774,100.287024,,,,76,100,E5,,,," ",," ",0.062500,"",,,
592
+784,1,3618,non,0.261549,100.548573,,,,85,106,C#6,,,," ",," ",0.015625,"",,,
593
+785,1,3619,non,0.064538,100.613111,,,,44,108,G#2,,,," ",," ",0.015625,"",,,
594
+786,1,3620,non,0.064538,100.677649,,,,50,110,D3,,,," ",," ",0.015625,"",,,
595
+787,1,3621,non,0.064538,100.742188,,,,72,111,C5,,,," ",," ",0.015625,"",,,
596
+788,1,3622,non,0.064538,100.806726,,,,76,113,E5,,,," ",," ",0.041667,"",,,
597
+789,1,3623,non,0.327785,101.134511,,,,101,99,F7,,,," ",," ",0.062500,"",,,
598
+791,1,3642,non,0.163043,101.297554,,,,52,127,E3,,,," ",," ",0.031250,"",,,
599
+794,1,3643,non,0.163043,101.460598,,,,34,127,A#1,,,," ",," ",0.031250,"",,,
600
+795,1,3644,non,0.000000,101.460598,,,,52,127,E3,,,," ",," ",0.031250,"",,,
601
+796,1,3645,non,0.163043,101.623641,,,,34,127,A#1,,,," ",," ",0.041667,"",,,
602
+797,1,3646,non,0.000000,101.623641,,,,42,127,F#2,,,," ",," ",0.041667,"",,,
603
+798,1,3647,non,0.489130,102.112772,,,,42,113,F#2,,,," ",," ",0.125000,"",,,
604
+799,1,3627,non,0.489130,102.601902,,,,101,99,F7,,,," ",," ",0.031250,"f",,,
605
+800,1,,bar,0.154552,102.756454,,,,0,0,,,86,,"",,"",,"",,,
606
+802,1,,ctl,0.008492,102.764946,,,,64,0,,,,,"",,"",,"",,,
607
+803,1,,ctl,0.000000,102.764946,,,,64,64,,,,,"",,"",,"",,,
608
+804,1,3650,non,0.000000,102.764946,,,,76,113,E5,,,," ",," ",0.500000,"ff",,,
609
+805,1,3651,non,0.000000,102.764946,,,,101,113,F7,,,," ",," ",0.500000,"ff",,,
610
+806,1,3652,non,0.000000,102.764946,,,,88,29,E6,,,," ",," ",0.062500,"ppp",,,
611
+807,1,3653,non,0.290421,103.055367,,,,68,29,G#4,,,," ",," ",0.125000,"ppp",,,
612
+809,1,3655,non,0.723505,103.778872,,,,85,29,C#6,,,," ",," ",0.031250,"ppp",,,
613
+810,1,3656,non,0.144361,103.923234,,,,79,29,G5,,,," ",," ",0.031250,"ppp",,,
614
+811,1,3678,non,0.137568,104.060802,,,,27,43,D#1,,,," ",," ",0.166667,"pp",,,
615
+812,1,3657,non,0.006793,104.067595,,,,85,29,C#6,,,," ",," ",0.031250,"ppp",,,
616
+813,1,3658,non,0.144361,104.211957,,,,79,29,G5,,,," ",," ",0.031250,"",,,
617
+814,1,3659,non,0.144361,104.356318,,,,85,29,C#6,,,," ",," ",0.031250,"",,,
618
+815,1,3660,non,0.144361,104.500679,,,,88,29,E6,,,," ",," ",0.041667,"",,,
619
+816,1,3661,non,0.434783,104.935462,,,,67,29,G4,,,," ",," ",0.031250,"",,,
620
+817,1,3662,non,0.144361,105.079823,,,,88,29,E6,,,," ",," ",0.062500,"",,,
621
+819,1,3664,non,0.290421,105.370245,,,,85,29,C#6,,,," ",," ",0.031250,"",,,
622
+820,1,3665,non,0.144361,105.514606,,,,67,29,G4,,,," ",," ",0.031250,"",,,
623
+821,1,3666,non,0.144361,105.658967,,,,88,29,E6,,,," ",," ",0.031250,"",,,
624
+822,1,3667,non,0.144361,105.803329,,,,72,29,C5,,,," ",," ",0.041667,"",,,
625
+823,1,3668,non,0.219090,106.022418,,,,73,99,C#5,,,," ",," ",0.125000,"",,,
626
+824,1,3669,non,0.213995,106.236413,,,,67,29,G4,,,," ",," ",0.031250,"",,,
627
+825,1,3679,non,0.106997,106.343410,,,,46,57,A#2,,,," ",," ",0.062500,"",,,
628
+827,1,3671,non,0.144361,106.525136,,,,67,29,G4,,,," ",," ",0.031250,"",,,
629
+829,1,3673,non,0.144361,106.669497,,,,76,29,E5,,,," ",," ",0.083333,"",,,
630
+831,1,3681,non,0.326087,106.995584,,,,69,57,A4,,,,"e",," ",0.031250,"",,,
631
+832,1,3682,non,0.130774,107.126359,,,,41,50,F2,,,,"e",," ",0.031250,"",,,
632
+833,1,3683,non,0.130774,107.257133,,,,81,43,A5,,,,"e",," ",0.031250,"",,,
633
+834,1,3684,non,0.130774,107.387908,,,,41,36,F2,,,,"e",," ",0.031250,"",,,
634
+835,1,3685,non,0.130774,107.518682,,,,37,29,C#2,,,,"e",," ",0.031250,"",,,
635
+836,1,3674,non,0.020380,107.539062,,,,67,29,G4,,,," ",," ",0.062500,"",,,
636
+837,1,3675,non,0.108696,107.647758,,,,58,57,A#3,,,," ",," ",0.062500,"",,,
637
+839,1,3676,non,0.178329,107.826087,,,,88,29,E6,,,," ",," ",0.031250,"",,,
638
+840,1,,bar,0.147758,107.973845,,,,0,0,,,87,,"",,"",,"",,,
639
+845,1,3691,non,0.290421,108.264266,,,,55,29,G3,,,," ",," ",0.031250,"",,,
640
+846,1,3692,non,0.144361,108.408628,,,,76,29,E5,,,," ",," ",0.031250,"",,,
641
+847,1,3693,non,0.144361,108.552989,,,,60,29,C4,,,," ",," ",0.041667,"",,,
642
+848,1,3694,non,0.434783,108.987772,,,,56,29,G#3,,,,"e",," ",0.031250,"ppp",,,
643
+849,1,3695,non,0.144361,109.132133,,,,60,29,C4,,,,"e",," ",0.031250,"ppp",,,
644
+850,1,3728,non,0.146060,109.278193,,,,40,99,E2,,,," ",g," ",0.125000,"f",,,
645
+851,1,3729,non,0.066236,109.344429,,,,34,99,A#1,,,," ",g," ",0.125000,"f",,,
646
+852,1,,ctl,0.066236,109.410666,,,,64,0,,,,,"",,"",,"",,,
647
+853,1,,ctl,0.000000,109.410666,,,,64,64,,,,,"",,"",,"",,,
648
+854,1,3696,non,0.000000,109.410666,,,,56,29,G#3,,,,"e",," ",0.031250,"ppp",,,
649
+856,1,3730,non,0.000000,109.410666,,,,33,99,A1,,,," ",," ",0.031250,"f",,,
650
+858,1,3733,non,0.108696,109.519361,,,,41,71,F2,,,," ",," ",0.031250,"mp",,,
651
+859,1,3698,non,0.033967,109.553329,,,,60,31,C4,,,,"e",," ",0.031250,"",,,
652
+860,1,3734,non,0.074728,109.628057,,,,40,57,E2,,,," ",," ",0.031250,"",,,
653
+863,1,3700,non,0.069633,109.697690,,,,56,34,G#3,,,,"e",," ",0.031250,"",,,
654
+864,1,3736,non,0.039062,109.736753,,,,34,50,A#1,,,," ",," ",0.031250,"",,,
655
+865,1,3701,non,0.105299,109.842052,,,,43,36,G2,,,,"e",," ",0.031250,"",,,
656
+866,1,3737,non,0.003397,109.845448,,,,33,43,A1,,,," ",," ",0.031250,"",,,
657
+867,1,3702,non,0.083220,109.928668,,,,73,37,C#5,,,,"e",," ",0.031250,"",,,
658
+868,1,3738,non,0.025476,109.954144,,,,41,36,F2,,,," ",," ",0.031250,"",,,
659
+869,1,3703,non,0.061141,110.015285,,,,88,39,E6,,,,"e",," ",0.031250,"",,,
660
+870,1,3739,non,0.047554,110.062840,,,,37,29,C#2,,,," ",," ",0.083333,"ppp",,,
661
+871,1,3704,non,0.039062,110.101902,,,,72,40,C5,,,,"e",," ",0.031250,"",,,
662
+872,1,3705,non,0.086617,110.188519,,,,68,42,G#4,,,,"e",," ",0.031250,"",,,
663
+873,1,3706,non,0.086617,110.275136,,,,72,43,C5,,,,"e",," ",0.062500,"",,,
664
+874,1,3707,non,0.290421,110.565557,,,,56,48,G#3,,,,"e",," ",0.031250,"",,,
665
+875,1,3708,non,0.144361,110.709918,,,,43,50,G2,,,,"e",," ",0.031250,"",,,
666
+878,1,3710,non,0.147758,110.857677,,,,56,52,G#3,,,,"e",," ",0.031250,"",,,
667
+879,1,3711,non,0.144361,111.002038,,,,73,55,C#5,,,,"e",," ",0.031250,"",,,
668
+880,1,3712,non,0.144361,111.146399,,,,88,57,E6,,,,"e",," ",0.062500,"",,,
669
+883,1,,ctl,0.470448,111.616848,,,,64,0,,,,,"",,"",,"",,,
670
+884,1,,ctl,0.000000,111.616848,,,,64,64,,,,,"",,"",,"",,,
671
+885,1,3715,non,0.402514,112.019361,,,,71,99,B4,,,," ",," ",0.125000,"",,,
672
+886,1,3748,non,0.000000,112.019361,,,,60,29,C4,,,," ",," ",0.083333,"",,,
673
+888,1,3743,non,0.718410,112.737772,,,,52,57,E3,,,,"e",g," ",0.125000,"",,,
674
+889,1,3744,non,0.066236,112.804008,,,,42,57,F#2,,,,"e",g," ",0.125000,"",,,
675
+890,1,3745,non,0.066236,112.870245,,,,83,57,B5,,,,"e",g," ",0.125000,"",,,
676
+891,1,3746,non,0.066236,112.936481,,,,86,99,D6,,,,"e",g," ",0.125000,"",,,
677
+892,1,3747,non,0.066236,113.002717,,,,34,57,A#1,,,,"e",g," ",0.125000,"",,,
678
+893,1,3714,non,0.066236,113.068954,,,,64,99,E4,,,," ",g," ",0.125000,"",,,
679
+894,1,3716,non,0.066236,113.135190,,,,90,29,F#6,,,,"e",g," ",0.125000,"",,,
680
+895,1,3717,non,0.066236,113.201427,,,,80,29,G#5,,,,"e",g," ",0.125000,"",,,
681
+896,1,3718,non,0.066236,113.267663,,,,98,29,D7,,,,"e",g," ",0.125000,"",,,
682
+897,1,3719,non,0.066236,113.333899,,,,87,29,D#6,,,,"e",g," ",0.125000,"",,,
683
+898,1,3720,non,0.066236,113.400136,,,,106,29,A#7,,,,"e",g," ",0.125000,"",,,
684
+899,1,3721,non,0.066236,113.466372,,,,71,71,B4,,,," ",," ",0.031250,"",,,
685
+900,1,3722,non,0.186821,113.653193,,,,74,57,D5,,,," ",," ",0.031250,"",,,
686
+901,1,3749,non,0.030571,113.683764,,,,76,29,E5,,,,"e",," ",0.031250,"ppp",,,
687
+902,1,3750,non,0.086617,113.770380,,,,60,29,C4,,,,"e",," ",0.031250,"ppp",,,
688
+903,1,3723,non,0.069633,113.840014,,,,64,50,E4,,,," ",," ",0.015625,"",,,
689
+904,1,3751,non,0.016984,113.856997,,,,56,29,G#3,,,,"e",," ",0.031250,"ppp",,,
690
+905,1,3724,non,0.076427,113.933424,,,,71,43,B4,,,," ",," ",0.015625,"",,,
691
+906,1,3752,non,0.010190,113.943614,,,,60,29,C4,,,,"e",," ",0.031250,"ppp",,,
692
+907,1,3725,non,0.083220,114.026834,,,,74,36,D5,,,," ",," ",0.015625,"",,,
693
+908,1,3753,non,0.003397,114.030231,,,,56,29,G#3,,,,"e",," ",0.031250,"ppp",,,
694
+909,1,,bar,0.088315,114.118546,,,,0,0,,,88,,"",,"",,"",,,
695
+910,1,3755,non,0.000000,114.118546,,,,73,29,C#5,,,," ",," ",0.031250,"",,,
696
+912,1,3801,non,0.000000,114.118546,,,,55,113,G3,,,," ",," ",0.250000,"",,,
697
+914,1,,ctl,0.081522,114.200068,,,,64,0,,,,,"",,"",,"",,,
698
+915,1,,ctl,0.000000,114.200068,,,,64,64,,,,,"",,"",,"",,,
699
+917,1,3758,non,0.061141,114.261209,,,,67,32,G4,,,," ",," ",0.031250,"",,,
700
+918,1,3804,non,0.044158,114.305367,,,,54,43,F#3,,,," ",," ",0.031250,"",,,
701
+919,1,3759,non,0.100204,114.405571,,,,85,35,C#6,,,," ",," ",0.031250,"",,,
702
+920,1,3805,non,0.086617,114.492188,,,,46,36,A#2,,,," ",," ",0.031250,"",,,
703
+921,1,3760,non,0.057745,114.549932,,,,88,39,E6,,,," ",," ",0.062500,"",,,
704
+922,1,3806,non,0.129076,114.679008,,,,54,29,F#3,,,," ",," ",0.031250,"",,,
705
+923,1,3761,non,0.161345,114.840353,,,,72,45,C5,,,," ",," ",0.031250,"",,,
706
+924,1,3807,non,0.025476,114.865829,,,,46,22,A#2,,,," ",," ",0.041667,"",,,
707
+925,1,3762,non,0.118886,114.984715,,,,85,48,C#6,,,,"e",," ",0.031250,"",,,
708
+926,1,3763,non,0.086617,115.071332,,,,67,50,G4,,,,"e",," ",0.031250,"",,,
709
+927,1,3764,non,0.086617,115.157948,,,,100,52,E7,,,,"e",," ",0.031250,"",,,
710
+928,1,3765,non,0.086617,115.244565,,,,84,54,C6,,,,"e",," ",0.031250,"",,,
711
+929,1,3766,non,0.086617,115.331182,,,,68,56,G#4,,,,"e",," ",0.031250,"",,,
712
+930,1,3767,non,0.086617,115.417799,,,,73,58,C#5,,,,"e",," ",0.031250,"",,,
713
+933,1,3768,non,0.144361,115.562160,,,,43,61,G2,,,," ",," ",0.031250,"",,,
714
+934,1,3769,non,0.144361,115.706522,,,,88,64,E6,,,," ",," ",0.031250,"",,,
715
+935,1,3770,non,0.144361,115.850883,,,,31,67,G1,,,," ",," ",0.031250,"",,,
716
+936,1,3771,non,0.086617,115.937500,,,,73,69,C#5,,,," ",," ",0.031250,"",,,
717
+937,1,3772,non,0.086617,116.024117,,,,76,71,E5,,,," ",," ",0.041667,"mp",,,
718
+938,1,3810,non,0.050951,116.075068,,,,28,113,E1,,,,"e",," ",0.015625,"ff",,,
719
+941,1,3814,non,0.091712,116.166780,,,,22,99,A#0,,,,"e",," ",0.015625,"",,,
720
+942,1,3815,non,0.093410,116.260190,,,,21,85,A0,,,,"e",," ",0.015625,"",,,
721
+943,1,3773,non,0.025476,116.285666,,,,36,71,C2,,,,"e",," ",0.031250,"mp",,,
722
+944,1,3816,non,0.067935,116.353601,,,,29,71,F1,,,,"e",," ",0.015625,"",,,
723
+945,1,3774,non,0.018682,116.372283,,,,40,71,E2,,,,"e",," ",0.031250,"mp",,,
724
+946,1,3817,non,0.074728,116.447011,,,,25,57,C#1,,,,"e",," ",0.015625,"",,,
725
+947,1,3775,non,0.011889,116.458899,,,,32,71,G#1,,,,"e",," ",0.031250,"mp",,,
726
+948,1,3818,non,0.081522,116.540421,,,,29,43,F1,,,,"e",," ",0.015625,"",,,
727
+949,1,3776,non,0.005095,116.545516,,,,36,71,C2,,,,"e",," ",0.031250,"mp",,,
728
+950,1,3777,non,0.086617,116.632133,,,,32,71,G#1,,,,"e",," ",0.031250,"mp",,,
729
+951,1,3819,non,0.001698,116.633832,,,,25,29,C#1,,,,"e",," ",0.015625,"",,,
730
+952,1,,ctl,0.022079,116.655910,,,,64,0,,,,,"",,"",,"",,,
731
+954,1,,ctl,0.071332,116.727242,,,,64,64,,,,,"",,"",,"",,,
732
+955,1,3779,non,0.000000,116.727242,,,,84,113,C6,,,," ",," ",0.250000,"",6036,,
733
+957,1,3822,non,0.000000,116.727242,,,,77,113,F5,,,," ",," ",0.250000,"",,,
734
+958,1,3825,non,0.652174,117.379416,,,,66,57,F#4,,,," ",," ",0.166667,"",,,
735
+959,1,3823,non,0.652174,118.031590,,,,63,43,D#4,,,," ",g," ",0.125000,"",,,
736
+960,1,3824,non,0.066236,118.097826,,,,72,50,C5,,,," ",g," ",0.125000,"",,,
737
+961,1,3781,non,0.066236,118.164062,,,,90,29,F#6,,,,"e",g," ",0.125000,"",,,
738
+962,1,3782,non,0.066236,118.230299,,,,80,29,G#5,,,,"e",g," ",0.125000,"",,,
739
+963,1,3783,non,0.066236,118.296535,,,,98,29,D7,,,,"e",g," ",0.125000,"",,,
740
+966,1,3786,non,0.198709,118.495245,,,,87,29,D#6,,,,"e",g," ",0.125000,"",,,
741
+967,1,3787,non,0.066236,118.561481,,,,106,29,A#7,,,,"e",g," ",0.125000,"",,,
742
+969,1,3788,non,0.066236,118.627717,,,,84,99,C6,,,," ",," ",0.062500,"",,,
743
+970,1,3827,non,0.000000,118.627717,,,,77,99,F5,,,," ",," ",0.031250,"",,,
744
+971,1,3828,non,0.163043,118.790761,,,,77,113,F5,,,," ",," ",0.031250,"",,,
745
+972,1,3789,non,0.098505,118.889266,,,,84,113,C6,,,," ",," ",0.083333,"ff",,,
746
+974,1,3790,non,0.171535,119.060802,,,,85,57,C#6,,,,"e",," ",0.031250,"p",,,
747
+975,1,3791,non,0.086617,119.147418,,,,55,57,G3,,,,"e",," ",0.031250,"p",,,
748
+976,1,3792,non,0.086617,119.234035,,,,88,57,E6,,,,"e",," ",0.031250,"p",,,
749
+977,1,3793,non,0.086617,119.320652,,,,43,57,G2,,,,"e",," ",0.031250,"p",,,
750
+978,1,3794,non,0.086617,119.407269,,,,37,57,C#2,,,,"e",," ",0.031250,"p",,,
751
+979,1,3795,non,0.086617,119.493886,,,,100,57,E7,,,,"e",," ",0.031250,"p",,,
752
+980,1,3796,non,0.086617,119.580503,,,,48,57,C3,,,,"e",," ",0.031250,"p",,,
753
+981,1,3797,non,0.086617,119.667120,,,,44,57,G#2,,,,"e",," ",0.031250,"p",,,
754
+982,1,3798,non,0.000000,119.667120,,,,84,71,C6,,,," ",," ",0.062500,"mp",,,
755
+983,1,3799,non,0.086617,119.753736,,,,60,57,C4,,,,"e",," ",0.031250,"p",,,
756
+984,1,,ctl,0.086617,119.840353,,,,64,0,,,,,"",,"",,"",,,
757
+985,1,3800,non,0.000000,119.840353,,,,45,57,A2,,,,"e",," ",0.031250,"p",,,
758
+986,1,,bar,0.081522,119.921875,,,,0,0,,,89,,"",,"",,"",,,
759
+987,1,,ctl,0.000000,119.921875,,,,64,64,,,,,"",,"",,"",,,
760
+990,1,3871,non,0.000000,119.921875,,,,31,113,G1,,,," ",," ",0.333333,"ff",,,
761
+991,1,3831,non,0.010190,119.932065,,,,80,71,G#5,,,," ",," ",0.062500,"",,,
762
+992,1,3832,non,0.000000,119.932065,,,,83,71,B5,,,," ",," ",0.062500,"",,,
763
+993,1,3833,non,0.000000,119.932065,,,,84,71,C6,,,," ",," ",0.031250,"",,,
764
+994,1,3834,non,0.130774,120.062840,,,,84,99,C6,,,," ",," ",0.041667,"f",,,
765
+995,1,3835,non,0.241168,120.304008,,,,80,92,G#5,,,," ",," ",0.031250,"",,,
766
+996,1,3836,non,0.000000,120.304008,,,,83,92,B5,,,," ",," ",0.031250,"",,,
767
+998,1,3838,non,0.183424,120.487432,,,,77,113,F5,,,," ",," ",0.125000,"ff",,,
768
+999,1,3839,non,0.000000,120.487432,,,,83,113,B5,,,," ",," ",0.125000,"ff",,,
769
+1000,1,3840,non,0.000000,120.487432,,,,84,113,C6,,,," ",," ",0.125000,"ff",,,
770
+1001,1,3841,non,0.000000,120.487432,,,,88,113,E6,,,," ",," ",0.125000,"ff",,,
771
+1002,1,3872,non,0.738791,121.226223,,,,53,113,F3,,,," ",," ",0.500000,"ff",,,
772
+1003,1,3842,non,0.010190,121.236413,,,,77,85,F5,,,," ",," ",0.250000,"mf",,,
773
+1004,1,3843,non,0.000000,121.236413,,,,83,85,B5,,,," ",," ",0.250000,"mf",,,
774
+1005,1,3844,non,0.000000,121.236413,,,,88,85,E6,,,," ",," ",0.250000,"mf",,,
775
+1011,1,3850,non,1.487772,122.724185,,,,43,57,G2,,,," ",," ",0.062500,"p",,,
776
+1012,1,3851,non,0.336277,123.060462,,,,59,29,B3,,,," ",," ",0.020833,"ppp",,,
777
+1013,1,3852,non,0.035666,123.096128,,,,32,52,G#1,,,," ",," ",0.041667,"",,,
778
+1014,1,3853,non,0.157948,123.254076,,,,52,29,E3,,,," ",," ",0.020833,"ppp",,,
779
+1015,1,3854,non,0.195312,123.449389,,,,59,29,B3,,,," ",," ",0.031250,"ppp",,,
780
+1016,1,3855,non,0.130774,123.580163,,,,62,29,D4,,,," ",," ",0.031250,"ppp",,,
781
+1017,1,3856,non,0.076427,123.656590,,,,43,44,G2,,,," ",," ",0.031250,"",,,
782
+1018,1,3857,non,0.005095,123.661685,,,,52,29,E3,,,," ",," ",0.031250,"ppp",,,
783
+1019,1,3858,non,0.086617,123.748302,,,,62,29,D4,,,," ",," ",0.031250,"ppp",,,
784
+1021,1,3860,non,0.086617,123.834918,,,,34,29,A#1,,,," ",," ",0.125000,"ppp",,,
785
+1024,1,3861,non,0.183424,124.018342,,,,32,39,G#1,,,," ",," ",0.041667,"",,,
786
+1025,1,3862,non,0.336277,124.354620,,,,34,29,A#1,,,," ",," ",0.031250,"",,,
787
+1026,1,3863,non,0.130774,124.485394,,,,42,29,F#2,,,," ",," ",0.031250,"",,,
788
+1027,1,3864,non,0.093410,124.578804,,,,83,29,B5,,,," ",," ",0.031250,"",,,
789
+1028,1,3876,non,0.000000,124.578804,,,,80,29,G#5,,,," ",," ",0.041667,"",,,
790
+1030,1,3866,non,0.183424,124.762228,,,,43,29,G2,,,," ",," ",0.031250,"",,,
791
+1031,1,3867,non,0.186821,124.949049,,,,32,29,G#1,,,," ",," ",0.031250,"",,,
792
+1032,1,,ctl,0.001698,124.950747,,,,64,0,,,,,"",,"",,"",,,
793
+1033,1,,bar,0.188519,125.139266,,,,0,0,,,90,,"",,"",,"",,,
794
+1037,1,3901,non,0.869565,126.008832,,,,80,29,G#5,,,," ",," ",0.062500,"",,,
795
+1038,1,3902,non,0.290421,126.299253,,,,93,29,A6,,,," ",," ",0.031250,"",,,
796
+1039,1,3880,non,0.144361,126.443614,,,,65,29,F4,,,," ",," ",0.062500,"",,,
797
+1042,1,3882,non,0.285326,126.728940,,,,58,29,A#3,,,," ",," ",0.031250,"",,,
798
+1043,1,3883,non,0.144361,126.873302,,,,77,31,F5,,,," ",," ",0.020833,"",,,
799
+1044,1,3884,non,0.217391,127.090693,,,,60,34,C4,,,," ",," ",0.020833,"",,,
800
+1045,1,,ctl,0.005095,127.095788,,,,64,64,,,,,"",,"",,"",,,
801
+1047,1,3885,non,0.212296,127.308084,,,,70,37,A#4,,,," ",," ",0.031250,"",6037,,
802
+1048,1,3886,non,0.144361,127.452446,,,,60,40,C4,,,," ",," ",0.031250,"",,,
803
+1049,1,3887,non,0.144361,127.596807,,,,70,42,A#4,,,," ",," ",0.031250,"",,,
804
+1050,1,3888,non,0.144361,127.741168,,,,60,44,C4,,,," ",," ",0.031250,"",,,
805
+1052,1,3890,non,0.134171,127.875340,,,,70,46,A#4,,,," ",," ",0.031250,"",,,
806
+1053,1,3891,non,0.130774,128.006114,,,,80,48,G#5,,,," ",," ",0.031250,"",,,
807
+1054,1,3892,non,0.130774,128.136889,,,,88,49,E6,,,," ",," ",0.125000,"",,,
808
+1055,1,3893,non,0.521399,128.658288,,,,80,57,G#5,,,," ",," ",0.031250,"",,,
809
+1056,1,3894,non,0.130774,128.789062,,,,88,57,E6,,,," ",," ",0.062500,"",,,
810
+1057,1,3895,non,0.100204,128.889266,,,,53,85,F3,,,," ",," ",0.031250,"",,,
811
+1059,1,3897,non,0.163043,129.052310,,,,92,85,G#6,,,," ",," ",0.250000,"",,,
812
+1060,1,3906,non,0.000000,129.052310,,,,77,113,F5,,,," ",," ",0.031250,"",,,
813
+1061,1,3907,non,0.163043,129.215353,,,,62,113,D4,,,," ",," ",0.041667,"",,,
814
+1062,1,3908,non,0.000000,129.215353,,,,77,113,F5,,,," ",," ",0.041667,"",,,
815
+1063,1,3898,non,0.489130,129.704484,,,,80,43,G#5,,,," ",," ",0.031250,"",,,
816
+1066,1,3899,non,0.163043,129.867527,,,,88,43,E6,,,," ",," ",0.041667,"",,,
817
+1067,1,3911,non,0.163043,130.030571,,,,86,99,D6,,,," ",," ",0.062500,"",,,
818
+1068,1,,bar,0.326087,130.356658,,,,0,0,,,91,,"",,"",,"",,,
819
+1070,1,3914,non,0.000000,130.356658,,,,92,71,G#6,,,," ",," ",0.500000,"",,,
820
+1071,1,3937,non,0.000000,130.356658,,,,77,99,F5,,,," ",," ",0.062500,"",,,
821
+1072,1,3938,non,0.000000,130.356658,,,,86,99,D6,,,," ",," ",0.062500,"",,,
822
+1074,1,3916,non,0.326087,130.682745,,,,62,57,D4,,,," ",," ",0.083333,"",,,
823
+1075,1,3940,non,0.000000,130.682745,,,,25,92,C#1,,,," ",," ",0.083333,"",,,
824
+1080,1,3944,non,1.956522,132.639266,,,,77,50,F5,,,," ",," ",0.062500,"",,,
825
+1081,1,,ctl,0.326087,132.965353,,,,64,0,,,,,"",,"",,"",,,
826
+1084,1,3945,non,0.000000,132.965353,,,,28,43,E1,,,," ",," ",0.041667,"pp",,,
827
+1085,1,3946,non,0.000000,132.965353,,,,25,43,C#1,,,," ",," ",0.062500,"pp",,,
828
+1086,1,,ctl,0.326087,133.291440,,,,64,64,,,,,"",,"",,"",,,
829
+1088,1,3949,non,0.163043,133.454484,,,,47,29,B2,,,," ",," ",0.041667,"",,,
830
+1090,1,3950,non,0.489130,133.943614,,,,80,113,G#5,,,," ",," ",0.062500,"ff",,,
831
+1091,1,3922,non,0.326087,134.269701,,,,60,29,C4,,,,"e",g," ",0.125000,"ppp",,,
832
+1092,1,3923,non,0.066236,134.335938,,,,89,31,F6,,,,"e",g," ",0.125000,"ppp",,,
833
+1093,1,3924,non,0.066236,134.402174,,,,92,34,G#6,,,,"e",g," ",0.125000,"",,,
834
+1095,1,3926,non,0.132473,134.534647,,,,82,38,A#5,,,,"e",g," ",0.125000,"",,,
835
+1101,1,3932,non,0.397418,134.932065,,,,100,52,E7,,,,"e",g," ",0.125000,"",,,
836
+1104,1,3952,non,0.132473,135.064538,,,,77,57,F5,,,," ",g," ",0.125000,"",,,
837
+1107,1,3951,non,0.066236,135.130774,,,,40,92,E2,,,," ",," ",0.031250,"",,,
838
+1108,1,3954,non,0.000000,135.130774,,,,48,43,C3,,,," ",," ",0.250000,"pp",,,
839
+1110,1,3956,non,0.163043,135.293818,,,,80,113,G#5,,,," ",," ",0.031250,"",,,
840
+1111,1,3957,non,0.163043,135.456861,,,,40,71,E2,,,," ",," ",0.062500,"",,,
841
+1112,1,3958,non,0.326087,135.782948,,,,80,43,G#5,,,," ",," ",0.062500,"pp",,,
842
+1113,1,3936,non,0.326087,136.109035,,,,49,29,C#3,,,," ",," ",0.062500,"ppp",,,
843
+1114,1,,ctl,0.045856,136.154891,,,,64,0,,,,,"",,"",,"",,,
844
+1115,1,,ctl,0.000000,136.154891,,,,64,64,,,,,"",,"",,"",,,
845
+1116,1,3959,non,0.000000,136.154891,,,,40,99,E2,,,," ",," ",0.031250,"f",,,
846
+1117,1,3960,non,0.186821,136.341712,,,,72,43,C5,,,," ",," ",0.015625,"pp",,,
847
+1118,1,,bar,0.093410,136.435122,,,,0,0,,,92,,"",,"",,"",,,
848
+1121,1,3991,non,0.000000,136.435122,,,,47,99,B2,,,," ",," ",0.031250,"f",,,
849
+1123,1,3993,non,0.183424,136.618546,,,,72,99,C5,,,," ",," ",0.031250,"f",,,
850
+1124,1,3994,non,0.186821,136.805367,,,,47,43,B2,,,," ",," ",0.015625,"pp",,,
851
+1125,1,3995,non,0.093410,136.898777,,,,53,85,F3,,,," ",," ",0.031250,"mf",,,
852
+1126,1,3996,non,0.186821,137.085598,,,,80,127,G#5,,,," ",," ",0.031250,"fff",,,
853
+1128,1,3998,non,0.108696,137.194293,,,,40,99,E2,,,," ",," ",0.031250,"",,,
854
+1129,1,3999,non,0.108696,137.302989,,,,72,71,C5,,,," ",," ",0.031250,"",,,
855
+1130,1,4000,non,0.108696,137.411685,,,,47,43,B2,,,," ",," ",0.031250,"",,,
856
+1131,1,,ctl,0.108696,137.520380,,,,64,0,,,,,"",,"",,"",,,
857
+1132,1,4001,non,0.000000,137.520380,,,,53,43,F3,,,," ",," ",0.062500,"",,,
858
+1133,1,3965,non,0.056046,137.576427,,,,80,43,G#5,,,," ",," ",0.015625,"",,,
859
+1134,1,3966,non,0.081522,137.657948,,,,33,43,A1,,,," ",," ",0.015625,"",,,
860
+1135,1,4003,non,0.079823,137.737772,,,,62,43,D4,,,," ",," ",0.031250,"",6038,,
861
+1136,1,,ctl,0.001698,137.739470,,,,64,64,,,,,"",,"",,"",,,
862
+1140,1,4006,non,0.127378,137.866848,,,,65,53,F4,,,," ",," ",0.031250,"",,,
863
+1141,1,4007,non,0.130774,137.997622,,,,62,64,D4,,,," ",," ",0.031250,"",,,
864
+1143,1,4008,non,0.130774,138.128397,,,,49,74,C#3,,,," ",," ",0.062500,"",,,
865
+1144,1,4009,non,0.261549,138.389946,,,,45,95,A2,,,,"e",," ",0.031250,"",,,
866
+1145,1,4010,non,0.130774,138.520720,,,,80,106,G#5,,,,"e",," ",0.031250,"",,,
867
+1146,1,4011,non,0.130774,138.651495,,,,45,116,A2,,,,"e",," ",0.031250,"",,,
868
+1147,1,4012,non,0.130774,138.782269,,,,65,127,F4,,,,"e",," ",0.031250,"fff",,,
869
+1148,1,4013,non,0.086617,138.868886,,,,61,127,C#4,,,," ",," ",0.031250,"fff",,,
870
+1149,1,4015,non,0.086617,138.955503,,,,62,127,D4,,,," ",," ",0.031250,"fff",,,
871
+1151,1,,ctl,0.037364,138.992867,,,,64,0,,,,,"",,"",,"",,,
872
+1152,1,,ctl,0.000000,138.992867,,,,64,64,,,,,"",,"",,"",,,
873
+1153,1,4016,non,0.049253,139.042120,,,,60,29,C4,,,," ",g," ",0.125000,"ppp",,,
874
+1154,1,4017,non,0.066236,139.108356,,,,81,29,A5,,,," ",g," ",0.125000,"ppp",,,
875
+1155,1,4021,non,0.000000,139.108356,,,,56,99,G#3,,,," ",g," ",0.125000,"f",,,
876
+1156,1,4018,non,0.066236,139.174592,,,,48,99,C3,,,," ",," ",0.250000,"f",,,
877
+1157,1,4019,non,0.000000,139.174592,,,,75,43,D#5,,,," ",," ",0.250000,"pp",,,
878
+1159,1,4022,non,0.000000,139.174592,,,,68,127,G#4,,,," ",," ",0.031250,"fff",,,
879
+1162,1,4023,non,0.163043,139.337636,,,,57,127,A3,,,," ",," ",0.031250,"fff",,,
880
+1163,1,4024,non,0.163043,139.500679,,,,65,127,F4,,,," ",," ",0.083333,"fff",,,
881
+1164,1,3972,non,0.195312,139.695992,,,,98,10,D7,,,," ",," ",0.031250,"pppp",,,
882
+1165,1,3973,non,0.130774,139.826766,,,,87,10,D#6,,,," ",," ",0.031250,"pppp",,,
883
+1166,1,3974,non,0.086617,139.913383,,,,90,10,F#6,,,," ",," ",0.031250,"pppp",,,
884
+1167,1,3975,non,0.086617,140.000000,,,,87,10,D#6,,,," ",," ",0.031250,"pppp",,,
885
+1168,1,3976,non,0.086617,140.086617,,,,90,10,F#6,,,," ",," ",0.031250,"pppp",,,
886
+1169,1,3977,non,0.130774,140.217391,,,,106,10,A#7,,,," ",," ",0.031250,"pppp",,,
887
+1170,1,3978,non,0.130774,140.348166,,,,80,10,G#5,,,," ",," ",0.031250,"pppp",,,
888
+1171,1,3979,non,0.130774,140.478940,,,,87,10,D#6,,,," ",," ",0.031250,"pppp",,,
889
+1172,1,4025,non,0.000000,140.478940,,,,92,113,G#6,,,," ",," ",0.125000,"ff",,,
890
+1174,1,3980,non,0.130774,140.609715,,,,90,10,F#6,,,," ",," ",0.031250,"pppp",,,
891
+1175,1,3981,non,0.130774,140.740489,,,,106,10,A#7,,,," ",," ",0.031250,"pppp",,,
892
+1176,1,3982,non,0.130774,140.871264,,,,80,10,G#5,,,," ",," ",0.031250,"pppp",,,
893
+1177,1,3983,non,0.130774,141.002038,,,,98,10,D7,,,,"e",," ",0.031250,"",,,
894
+1178,1,3984,non,0.086617,141.088655,,,,90,10,F#6,,,,"e",," ",0.031250,"",,,
895
+1179,1,4028,non,0.042459,141.131114,,,,92,99,G#6,,,,"e",," ",0.031250,"",,,
896
+1180,1,3985,non,0.044158,141.175272,,,,75,10,D#5,,,,"e",," ",0.031250,"",,,
897
+1181,1,3986,non,0.086617,141.261889,,,,78,10,F#5,,,,"e",," ",0.031250,"",,,
898
+1182,1,4029,non,0.032269,141.294158,,,,100,96,E7,,,,"e",," ",0.031250,"",,,
899
+1183,1,3987,non,0.054348,141.348505,,,,75,10,D#5,,,,"e",," ",0.031250,"",,,
900
+1184,1,3988,non,0.086617,141.435122,,,,68,10,G#4,,,,"e",," ",0.031250,"",,,
901
+1185,1,4030,non,0.022079,141.457201,,,,82,92,A#5,,,,"e",," ",0.031250,"",,,
902
+1186,1,3989,non,0.064538,141.521739,,,,86,10,D6,,,,"e",," ",0.031250,"",,,
903
+1187,1,4031,non,0.098505,141.620245,,,,92,89,G#6,,,,"e",," ",0.031250,"",,,
904
+1188,1,3990,non,0.032269,141.652514,,,,75,10,D#5,,,," ",," ",0.031250,"",,,
905
+1189,1,,ctl,0.125679,141.778193,,,,64,0,,,,,"",,"",,"",,,
906
+1190,1,,ctl,0.000000,141.778193,,,,64,64,,,,,"",,"",,"",,,
907
+1191,1,,bar,0.005095,141.783288,,,,0,0,,,93,,"",,"",,"",,,
908
+1193,1,4033,non,0.000000,141.783288,,,,78,10,F#5,,,," ",," ",0.031250,"",,,
909
+1195,1,4060,non,0.000000,141.783288,,,,100,85,E7,,,,"e",," ",0.062500,"",,,
910
+1197,1,4035,non,0.127378,141.910666,,,,106,10,A#7,,,," ",," ",0.031250,"",,,
911
+1198,1,4036,non,0.130774,142.041440,,,,68,10,G#4,,,," ",," ",0.031250,"",,,
912
+1200,1,4037,non,0.130774,142.172215,,,,98,10,D7,,,,"e",," ",0.031250,"pppp",,,
913
+1201,1,4038,non,0.086617,142.258832,,,,75,10,D#5,,,,"e",," ",0.031250,"pppp",,,
914
+1202,1,4039,non,0.086617,142.345448,,,,90,10,F#6,,,,"e",," ",0.031250,"pppp",,,
915
+1203,1,4040,non,0.086617,142.432065,,,,75,10,D#5,,,,"e",," ",0.031250,"pppp",,,
916
+1204,1,4041,non,0.086617,142.518682,,,,56,10,G#3,,,,"e",," ",0.031250,"pppp",,,
917
+1205,1,4042,non,0.086617,142.605299,,,,106,10,A#7,,,,"e",," ",0.031250,"pppp",,,
918
+1206,1,4043,non,0.086617,142.691916,,,,56,10,G#3,,,,"e",," ",0.031250,"pppp",,,
919
+1207,1,4063,non,0.069633,142.761549,,,,50,127,D3,,,,"e",," ",0.031250,"",,,
920
+1209,1,4064,non,0.108696,142.870245,,,,37,119,C#2,,,,"e",," ",0.031250,"",,,
921
+1210,1,4065,non,0.108696,142.978940,,,,33,112,A1,,,,"e",," ",0.031250,"",,,
922
+1213,1,4067,non,0.108696,143.087636,,,,56,104,G#3,,,,"e",," ",0.031250,"",,,
923
+1214,1,4068,non,0.000000,143.087636,,,,32,104,G#1,,,," ",," ",0.250000,"",,,
924
+1215,1,4070,non,0.108696,143.196332,,,,33,96,A1,,,,"e",," ",0.031250,"",,,
925
+1216,1,4071,non,0.108696,143.305027,,,,56,89,G#3,,,,"e",," ",0.031250,"",,,
926
+1217,1,4072,non,0.108696,143.413723,,,,50,81,D3,,,,"e",," ",0.031250,"",,,
927
+1218,1,4073,non,0.108696,143.522418,,,,37,74,C#2,,,,"e",," ",0.062500,"",,,
928
+1219,1,4074,non,0.217391,143.739810,,,,33,58,A1,,,," ",," ",0.031250,"",,,
929
+1220,1,4075,non,0.108696,143.848505,,,,56,51,G#3,,,," ",," ",0.031250,"",,,
930
+1221,1,4076,non,0.108696,143.957201,,,,33,43,A1,,,," ",," ",0.031250,"pp",,,
931
+1222,1,,ctl,0.108696,144.065897,,,,64,0,,,,,"",,"",,"",,,
932
+1223,1,4077,non,0.000000,144.065897,,,,56,43,G#3,,,," ",," ",0.062500,"pp",,,
933
+1224,1,,ctl,0.213995,144.279891,,,,64,64,,,,,"",,"",,"",,,
934
+1226,1,4080,non,0.112092,144.391984,,,,38,85,D2,,,," ",g," ",0.125000,"mf",6039,,
935
+1227,1,4081,non,0.066236,144.458220,,,,41,85,F2,,,," ",g," ",0.125000,"mf",,,
936
+1231,1,4083,non,0.132473,144.590693,,,,25,64,C#1,,,," ",," ",0.125000,"",,,
937
+1233,1,4048,non,0.434783,145.025476,,,,62,71,D4,,,," ",," ",0.031250,"mp",,,
938
+1235,1,4086,non,0.084918,145.110394,,,,44,50,G#2,,,," ",," ",0.041667,"",,,
939
+1236,1,4050,non,0.023777,145.134171,,,,70,63,A#4,,,," ",," ",0.031250,"",,,
940
+1237,1,4051,non,0.108696,145.242867,,,,62,54,D4,,,," ",," ",0.031250,"",,,
941
+1238,1,4052,non,0.108696,145.351562,,,,66,46,F#4,,,," ",," ",0.031250,"",,,
942
+1239,1,4053,non,0.108696,145.460258,,,,68,37,G#4,,,," ",," ",0.125000,"",,,
943
+1240,1,4054,non,0.000000,145.460258,,,,62,37,D4,,,," ",," ",0.031250,"",,,
944
+1241,1,4087,non,0.040761,145.501019,,,,21,36,A0,,,," ",," ",0.031250,"",,,
945
+1242,1,,ctl,0.067935,145.568954,,,,64,0,,,,,"",,"",,"",,,
946
+1243,1,4055,non,0.000000,145.568954,,,,65,29,F4,,,," ",," ",0.041667,"",,,
947
+1244,1,4088,non,0.062840,145.631793,,,,29,29,F1,,,," ",," ",0.062500,"ppp",,,
948
+1247,1,4057,non,0.263247,145.895041,,,,36,43,C2,,,," ",," ",0.125000,"pp",,,
949
+1248,1,,ctl,0.259851,146.154891,,,,64,64,,,,,"",,"",,"",,,
950
+1249,1,4091,non,0.000000,146.154891,,,,29,29,F1,,,," ",," ",0.031250,"",,,
951
+1250,1,4092,non,0.130774,146.285666,,,,26,29,D1,,,," ",," ",0.031250,"",,,
952
+1251,1,4093,non,0.130774,146.416440,,,,29,29,F1,,,," ",," ",0.031250,"",,,
953
+1252,1,4058,non,0.130774,146.547215,,,,80,29,G#5,,,," ",," ",0.125000,"",,,
954
+1253,1,4094,non,0.000000,146.547215,,,,26,29,D1,,,," ",," ",0.062500,"",,,
955
+1254,1,4095,non,0.261549,146.808764,,,,29,29,F1,,,,"e",," ",0.031250,"",,,
956
+1255,1,4096,non,0.130774,146.939538,,,,26,29,D1,,,,"e",," ",0.031250,"",,,
957
+1256,1,4097,non,0.130774,147.070312,,,,32,29,G#1,,,,"e",," ",0.031250,"",,,
958
+1257,1,,bar,0.129076,147.199389,,,,0,0,,,94,,"",,"",,"",,,
959
+1260,1,4105,non,0.000000,147.199389,,,,26,29,D1,,,,"e",," ",0.031250,"",,,
960
+1261,1,4106,non,0.130774,147.330163,,,,25,29,C#1,,,,"e",," ",0.031250,"",,,
961
+1262,1,4107,non,0.130774,147.460938,,,,26,29,D1,,,,"e",," ",0.031250,"",,,
962
+1263,1,4108,non,0.130774,147.591712,,,,32,29,G#1,,,,"e",," ",0.031250,"",,,
963
+1264,1,4109,non,0.130774,147.722486,,,,25,29,C#1,,,,"e",," ",0.031250,"",,,
964
+1265,1,4110,non,0.130774,147.853261,,,,21,29,A0,,,,"e",," ",0.041667,"",,,
965
+1266,1,,ctl,0.385530,148.238791,,,,64,0,,,,,"",,"",,"",,,
966
+1267,1,4111,non,0.005095,148.243886,,,,29,29,F1,,,," ",," ",0.062500,"",,,
967
+1268,1,4102,non,0.259851,148.503736,,,,72,24,C5,,,," ",," ",0.125000,"",,,
968
+1270,1,4113,non,0.132473,148.636209,,,,26,22,D1,,,," ",," ",0.062500,"",,,
969
+1271,1,4114,non,0.261549,148.897758,,,,32,17,G#1,,,," ",," ",0.031250,"",,,
970
+1272,1,4115,non,0.130774,149.028533,,,,25,15,C#1,,,," ",," ",0.062500,"",,,
971
+1274,1,4116,non,0.261549,149.290082,,,,26,10,D1,,,," ",," ",0.031250,"",,,
972
+1275,1,4117,non,0.130774,149.420856,,,,32,8,G#1,,,," ",," ",0.031250,"",,,
973
+1276,1,4118,non,0.130774,149.551630,,,,25,5,C#1,,,," ",," ",0.031250,"",,,
974
+1277,1,4119,non,0.130774,149.682405,,,,21,3,A0,,,," ",," ",0.031250,"",,,

+ 65
- 0
src/kc/data/round3.js View File

@@ -0,0 +1,65 @@
1
+{
2
+  time_line:
3
+  {
4
+    srate: 96000.000000
5
+
6
+    onset:
7
+    {
8
+      wndMs:        42
9
+      hopFact:       4
10
+      audioChIdx:    0
11
+      wndFrmCnt:     3
12
+      preWndMult:    3
13
+      threshold:   0.6
14
+      maxFrqHz:  15000
15
+      filtCoeff:    -0.7
16
+      medFiltWndMs: 50
17
+      filterId:      0 // 0=none 1=smooth 2=median
18
+      preDelayMs:   20
19
+    }
20
+     
21
+    objArray: 
22
+    [
23
+      
24
+      {
25
+        label: "mf-0"         
26
+        type: "mf"         
27
+        ref: ""         
28
+        offset: 0         
29
+        smpCnt: 16000000         
30
+        trackId: 0         
31
+	textStr: "round3.mid"
32
+      }
33
+
34
+{ label: "68" type: "mk" ref: "mf-0" offset:        0 smpCnt:14378609 trackId: 0 textStr: "Bar  68" bar:  68 sec:" 68" }
35
+{ label: "69" type: "mk" ref: "mf-0" offset:  1020593 smpCnt:13358016 trackId: 0 textStr: "Bar  69" bar:  69 sec:" 69" }
36
+{ label: "70" type: "mk" ref: "mf-0" offset:  1270973 smpCnt:13107636 trackId: 0 textStr: "Bar  70" bar:  70 sec:" 70" }
37
+{ label: "71" type: "mk" ref: "mf-0" offset:  1909638 smpCnt:12468971 trackId: 0 textStr: "Bar  71" bar:  71 sec:" 71" }
38
+{ label: "72" type: "mk" ref: "mf-0" offset:  2785969 smpCnt:11592640 trackId: 0 textStr: "Bar  72" bar:  72 sec:" 72" }
39
+{ label: "73" type: "mk" ref: "mf-0" offset:  3286730 smpCnt:11091879 trackId: 0 textStr: "Bar  73" bar:  73 sec:" 73" }
40
+{ label: "74" type: "mk" ref: "mf-0" offset:  3803628 smpCnt:10574981 trackId: 0 textStr: "Bar  74" bar:  74 sec:" 74" }
41
+{ label: "75" type: "mk" ref: "mf-0" offset:  4613778 smpCnt: 9764831 trackId: 0 textStr: "Bar  75" bar:  75 sec:" 75" }
42
+{ label: "76" type: "mk" ref: "mf-0" offset:  4885023 smpCnt: 9493586 trackId: 0 textStr: "Bar  76" bar:  76 sec:" 76" }
43
+{ label: "77" type: "mk" ref: "mf-0" offset:  5469081 smpCnt: 8909528 trackId: 0 textStr: "Bar  77" bar:  77 sec:" 77" }
44
+{ label: "78" type: "mk" ref: "mf-0" offset:  5844651 smpCnt: 8533958 trackId: 0 textStr: "Bar  78" bar:  78 sec:" 78" }
45
+{ label: "79" type: "mk" ref: "mf-0" offset:  6589435 smpCnt: 7789174 trackId: 0 textStr: "Bar  79" bar:  79 sec:" 79" }
46
+{ label: "80" type: "mk" ref: "mf-0" offset:  6846172 smpCnt: 7532437 trackId: 0 textStr: "Bar  80" bar:  80 sec:" 80" }
47
+{ label: "81" type: "mk" ref: "mf-0" offset:  7346933 smpCnt: 7031676 trackId: 0 textStr: "Bar  81" bar:  81 sec:" 81" }
48
+{ label: "82" type: "mk" ref: "mf-0" offset:  7854051 smpCnt: 6524558 trackId: 0 textStr: "Bar  82" bar:  82 sec:" 82" }
49
+{ label: "83" type: "mk" ref: "mf-0" offset:  8354649 smpCnt: 6023960 trackId: 0 textStr: "Bar  83" bar:  83 sec:" 83" }
50
+{ label: "84" type: "mk" ref: "mf-0" offset:  8886707 smpCnt: 5491902 trackId: 0 textStr: "Bar  84" bar:  84 sec:" 84" }
51
+{ label: "85" type: "mk" ref: "mf-0" offset:  9362527 smpCnt: 5016082 trackId: 0 textStr: "Bar  85" bar:  85 sec:" 85" }
52
+{ label: "86" type: "mk" ref: "mf-0" offset:  9863288 smpCnt: 4515321 trackId: 0 textStr: "Bar  86" bar:  86 sec:" 86" }
53
+{ label: "87" type: "mk" ref: "mf-0" offset: 10391107 smpCnt: 3987502 trackId: 0 textStr: "Bar  87" bar:  87 sec:" 87" }
54
+{ label: "88" type: "mk" ref: "mf-0" offset: 10952996 smpCnt: 3425613 trackId: 0 textStr: "Bar  88" bar:  88 sec:" 88" }
55
+{ label: "89" type: "mk" ref: "mf-0" offset: 11509994 smpCnt: 2868615 trackId: 0 textStr: "Bar  89" bar:  89 sec:" 89" }
56
+{ label: "90" type: "mk" ref: "mf-0" offset: 12094215 smpCnt: 2284394 trackId: 0 textStr: "Bar  90" bar:  90 sec:" 90" }
57
+{ label: "91" type: "mk" ref: "mf-0" offset: 12511516 smpCnt: 1867093 trackId: 0 textStr: "Bar  91" bar:  91 sec:" 91" }
58
+{ label: "92" type: "mk" ref: "mf-0" offset: 13094921 smpCnt: 1283688 trackId: 0 textStr: "Bar  92" bar:  92 sec:" 92" }
59
+{ label: "93" type: "mk" ref: "mf-0" offset: 13608233 smpCnt:  770376 trackId: 0 textStr: "Bar  93" bar:  93 sec:" 93" }
60
+{ label: "94" type: "mk" ref: "mf-0" offset: 14128066 smpCnt:  250543 trackId: 0 textStr: "Bar  94" bar:  94 sec:" 94" }
61
+
62
+
63
+    ]
64
+  }
65
+}

BIN
src/kc/data/round3.mid View File


+ 639
- 0
src/kc/data/round3_mod.js View File

@@ -0,0 +1,639 @@
1
+{
2
+ seq_a:
3
+ [
4
+
5
+   { loc: -1 type:exec val:init }
6
+   { loc: -1           val:preset_dry }
7
+   { loc:   0          val:preset_c }     // 1:g_1_d, 2:g_1_a
8
+   { loc:  58          val:preset_a }     // 1:b      2:c
9
+   { loc:  87          val:preset_b }     // 1:c
10
+   { loc:  164         val:preset_g_1_d } // 1:g_1_a
11
+   { loc:  187         val:preset_g_1_a } // 1:d      2:g_1_d
12
+   { loc:  252         val:preset_a }     // 1:g_1_d  2:
13
+   { loc:  318         val:preset_a }     // 1:dry
14
+ ]
15
+
16
+ seq_b:
17
+ [
18
+
19
+   { loc: -1 type:exec val:init }
20
+   { loc: -1           val:preset_dry }
21
+   { loc:   0          val:preset_c }
22
+   { loc:  58          val:preset_a }
23
+   { loc:  87          val:preset_b }
24
+   { loc:  164         val:preset_g_1_d }	   
25
+   { loc:  187         val:preset_g_1_a }
26
+   { loc:  252         val:preset_a }
27
+   { loc:  318         val:preset_b }
28
+ ]
29
+ 
30
+ seq_c:
31
+ [
32
+
33
+   { loc: -1 type:exec val:init }
34
+   { loc: -1           val:preset_dry }
35
+   { loc:   0          val:preset_c }
36
+   { loc:  58          val:preset_a }
37
+   { loc:  87          val:preset_b }
38
+   { loc:  164         val:preset_g_1_d }
39
+   { loc:  187         val:preset_g_1_a }   
40
+   { loc:  252         val:preset_a }
41
+   { loc:  318         val:preset_c }
42
+   
43
+ ]
44
+ 
45
+ seq_d:
46
+ [
47
+
48
+   { loc: -1 type:exec val:init }
49
+   { loc: -1           val:preset_dry }
50
+   { loc:   0          val:preset_c }
51
+   { loc:  58          val:preset_a }
52
+   { loc:  87          val:preset_b }
53
+   { loc:  164         val:preset_g_1_d }
54
+   { loc:  187         val:preset_g_1_a }   
55
+   { loc:  252         val:preset_a }
56
+   { loc:  318         val:preset_d }
57
+   
58
+ ]
59
+ 
60
+ seq_f_1:
61
+ [
62
+
63
+   { loc: -1 type:exec val:init }
64
+   { loc: -1           val:preset_dry }
65
+   { loc:   0          val:preset_c }
66
+   { loc:  58          val:preset_a }
67
+   { loc:  87          val:preset_b }
68
+   { loc:  164         val:preset_g_1_d }
69
+   { loc:  187         val:preset_g_1_a }   
70
+   { loc:  252         val:preset_a }
71
+   { loc:  318         val:preset_f_1 }
72
+   
73
+ ]
74
+ 
75
+ seq_f_2:
76
+ [
77
+
78
+   { loc: -1 type:exec val:init }
79
+   { loc: -1           val:preset_dry }
80
+   { loc:   0          val:preset_c }
81
+   { loc:  58          val:preset_a }
82
+   { loc:  87          val:preset_b }
83
+   { loc:  164         val:preset_g_1_d }
84
+   { loc:  187         val:preset_g_1_a }   
85
+   { loc:  252         val:preset_a }
86
+   { loc:  318         val:preset_f_2 }
87
+   
88
+ ]
89
+ 
90
+ seq_f_3:
91
+ [
92
+
93
+   { loc: -1 type:exec val:init }
94
+   { loc: -1           val:preset_dry }
95
+   { loc:   0          val:preset_c }
96
+   { loc:  58          val:preset_a }
97
+   { loc:  87          val:preset_b }
98
+   { loc:  164         val:preset_g_1_d }
99
+   { loc:  187         val:preset_g_1_a }   
100
+   { loc:  252         val:preset_a }
101
+   { loc:  318         val:preset_dry }
102
+   
103
+ ]
104
+ 
105
+ seq_f_4:
106
+ [
107
+
108
+   { loc: -1 type:exec val:init }
109
+   { loc: -1           val:preset_dry }
110
+   { loc:   0          val:preset_c }
111
+   { loc:  58          val:preset_a }
112
+   { loc:  87          val:preset_b }
113
+   { loc:  164         val:preset_g_1_d }
114
+   { loc:  187         val:preset_g_1_a }   
115
+   { loc:  252         val:preset_a }
116
+   { loc:  318         val:preset_f_4 }
117
+   
118
+ ]
119
+ 
120
+ seq_g:
121
+ [
122
+
123
+   { loc: -1 type:exec val:init }
124
+   { loc: -1           val:preset_dry }
125
+   { loc:   0          val:preset_c }
126
+   { loc:  58          val:preset_a }
127
+   { loc:  87          val:preset_b }
128
+   { loc:  164         val:preset_g_1_d }
129
+   { loc:  187         val:preset_g_1_a }   
130
+   { loc:  252         val:preset_a }
131
+   { loc:  318         val:preset_g }
132
+   
133
+ ]
134
+ 
135
+ seq_g_a:
136
+ [
137
+
138
+   { loc: -1 type:exec val:init }
139
+   { loc: -1           val:preset_dry }
140
+   { loc:   0          val:preset_c }
141
+   { loc:  58          val:preset_a }
142
+   { loc:  87          val:preset_b }
143
+   { loc:  164         val:preset_g_1_d }
144
+   { loc:  187         val:preset_g_1_a }   
145
+   { loc:  252         val:preset_a }
146
+   { loc:  318         val:preset_g_a }
147
+   
148
+ ]
149
+ 
150
+ seq_g_1_a:
151
+ [
152
+
153
+   { loc: -1 type:exec val:init }
154
+   { loc: -1           val:preset_dry }
155
+   { loc:   0          val:preset_c }
156
+   { loc:  58          val:preset_a }
157
+   { loc:  87          val:preset_b }
158
+   { loc:  164         val:preset_g_1_d }
159
+   { loc:  187         val:preset_g_1_a }   
160
+   { loc:  252         val:preset_a }
161
+   { loc:  318         val:preset_g_1_a }
162
+   
163
+ ]
164
+
165
+ seq_g_1_d:
166
+ [
167
+
168
+   { loc: -1 type:exec val:init }
169
+   { loc: -1           val:preset_dry }
170
+   { loc:   0          val:preset_c }
171
+   { loc:  58          val:preset_a }
172
+   { loc:  87          val:preset_b }
173
+   { loc:  164         val:preset_g_1_d }
174
+   { loc:  187         val:preset_g_1_a }   
175
+   { loc:  252         val:preset_a }
176
+   { loc:  318         val:preset_g_1_d }
177
+   
178
+ ]
179
+
180
+
181
+ init: 
182
+ [
183
+   { loc:-1, mod:m1, var:dyn,   type:input, val:0.0, min:0.0 max:2.0 },
184
+   {                 var:even,              val:0.0, min:0.0 max:2.0 },
185
+   {                 var:tempo,             val:0.0, min:0.0 max:200.0 },
186
+   {                 var:cost,              val:0.0, min:0.0 max:2.0 },
187
+   
188
+   // wnd len:1=512 2=1024 3=2048 4=4096 5=8192
189
+   { loc:-1, mod:m1, var:win0, type:set, rate:100, val:3 },
190
+   {                 var:win1,           rate:100, val:2 },
191
+
192
+   // hop: 1=1 2=2 3=4 4=8 5=16
193
+   {                 var:hop0,           rate:100, val:3 },
194
+   {                 var:hop1,           rate:100, val:3 },
195
+
196
+   {                 var:mod0,           val:1   },
197
+   {                 var:mod1,           val:1  },
198
+
199
+   {                 var:thr0,           val:65 },
200
+   {                 var:thr1,           val:65 },
201
+
202
+   {                 var:upr0,           val:0 },
203
+   {                 var:upr1,           val:0 },
204
+   {                 var:lwr0,           val:2.0 },
205
+   {                 var:lwr1,           val:2.0 },
206
+   
207
+   {                 var:ceil0,           val:20 },
208
+   {                 var:ceil1,           val:20 },
209
+   {                 var:expo0,           val:2.0 },
210
+   {                 var:expo1,           val:2.0 },
211
+   {                 var:mix0,            val:0.0 },
212
+   {                 var:mix1,            val:0.0 },
213
+
214
+   {                 var:wet0,           val:0.0 },
215
+   {                 var:wet1,           val:0.0 },
216
+
217
+   {                 var:minc0,           val:10 },
218
+   {                 var:maxc0,           val:50 },
219
+   {                 var:mine0,           val:1.0 },
220
+   {                 var:maxe0,           val:4.0 },
221
+   {                 var:minm0,           val:0 },
222
+   {                 var:maxm0,           val:1.0 },
223
+   {                 var:mint0,           val:55 },
224
+   {                 var:maxt0,           val:85 },
225
+   {                 var:minu0,           val:0.0 },
226
+   {                 var:maxu0,           val:0.5 },
227
+   {                 var:minl0,           val:0 },
228
+   {                 var:maxl0,           val:3 },
229
+   {                 var:mino0,           val:-100.0 },
230
+   {                 var:maxo0,           val:100.0 },
231
+
232
+
233
+   {                 var:minc1,           val:10 },
234
+   {                 var:maxc1,           val:50 },
235
+   {                 var:mine1,           val:1.0 },
236
+   {                 var:maxe1,           val:4.0 },
237
+   {                 var:minm1,           val:0 },
238
+   {                 var:maxm1,           val:1.0 },
239
+   {                 var:mint1,           val:55 },
240
+   {                 var:maxt1,           val:85 },
241
+   {                 var:minu1,           val:0.0 },
242
+   {                 var:maxu1,           val:0.5 },
243
+   {                 var:minl1,           val:0 },
244
+   {                 var:maxl1,           val:3 },
245
+   {                 var:mino1,           val:-100.0 },
246
+   {                 var:maxo1,           val:100.0 },
247
+  
248
+   
249
+   {                 var:xfad0,           val:100.0 },
250
+   {                 var:xfad1,           val:100.0 },
251
+   {                 var:sw0,   type:decl, val:1 },	
252
+   {                 var:sw1,   type:decl, val:1 },	
253
+
254
+   // compressor
255
+   {                 var:cbyp0,    type:set, val:0.0 },
256
+   {                 var:cigain0,            val:3.0 },
257
+   {                 var:cthrsh0,            val:-20.0 },
258
+   {                 var:cratio0,            val:2.0 },
259
+   {                 var:catkms0,            val:20.0 },
260
+   {                 var:crlsms0,            val:1000.0 },
261
+   {                 var:cmakeup0,           val:1.0 },
262
+   {                 var:cwndms0,            val:200 },
263
+
264
+   {                 var:cbyp1,              val:0.0 },
265
+   {                 var:cigain1,            val:3.0 },
266
+   {                 var:cthrsh1,            val:-20.0 },
267
+   {                 var:cratio1,            val:2.0 },
268
+   {                 var:catkms1,            val:20.0 },
269
+   {                 var:crlsms1,            val:1000.0 },
270
+   {                 var:cmakeup1,           val:1.0 },
271
+   {                 var:cwndms1,            val:200 },
272
+   
273
+   {                 var:dgain0,             val:1.0 },
274
+   {                 var:dgain1,             val:1.0 },
275
+   {                 var:wgain0,             val:1.0 },
276
+   {                 var:wgain1,             val:1.0 },
277
+  ]
278
+
279
+   
280
+// Preset A (Section 2)
281
+   preset_a :
282
+   [
283
+   { loc:-1 mod:m1, var:mod0,    type:set, val: 1   },
284
+   {                var:thr0,              val: 60.0 },
285
+   {                var:upr0,              val: -1.1 },
286
+   {                var:lwr0,              val: 2.0  },
287
+   {                var:mix0,              val:  0.0 },   
288
+   {                var:cbyp0,             val: 0.0 },
289
+   {                var:cigain0,           val: 6.0  },
290
+   {                var:wet0               val: 1.0}
291
+   {                var:wgain0,            val: 1.25 }
292
+   {                var:sw0,               val:0 },	
293
+
294
+   {                var:mod1,              val: 1   },		 
295
+   {                var:thr1,              val: 60.0 },
296
+   {                var:upr1,              val: -0.99 },
297
+   {                var:lwr1,              val: 2.0  },
298
+   {                var:mix1,              val:  0.0 },   
299
+   {                var:cbyp1,             val: 0.0 },
300
+   {                var:cigain1,           val: 6.0  },
301
+   {                var:wet1               val: 1.0}
302
+   {                var:wgain1,            val: 1.25  }
303
+   {                var:sw1,               val:0 },	
304
+   ]
305
+
306
+// Preset D -  (Section 4)
307
+   preset_d :
308
+   [
309
+   { loc:-1 mod:m1     var:mod0,    type:set, val: 1 },
310
+   {                   var:thr0,              val: 70.0 },
311
+   {                   var:upr0,              val: -3.9 },
312
+   {                   var:lwr0,              val: 4.0  },
313
+   {                   var:mix0,              val:  0.0 },   
314
+   {                   var:cigain0,           val: 9.0  },
315
+   {                   var:wet0               val: 1.0 }
316
+   {                   var:wgain0,            val: 1.25 }
317
+   {                   var:sw0,               val:0 },	
318
+
319
+   {                   var:mod1               val: 1 },
320
+   {                   var:thr1,              val: 70.0  },
321
+   {                   var:upr1,              val: -4.5 },
322
+   {                   var:lwr1,              val: 4.0   },
323
+   {                   var:mix1,              val: 0.0 },      
324
+   {                   var:cigain1,           val: 9.0   },
325
+   {                   var:wet1               val: 1.0 }
326
+   {                   var:wgain1,            val: 1.25 }
327
+   {                   var:sw1,               val:0 },
328
+   ]
329
+
330
+
331
+// Preset B (Section 6)
332
+   preset_b :
333
+   [
334
+   { loc:-1  mod:m1 var:mod0,	type:set, val:1    },
335
+   {               var:thr0,	          val: 77.0},
336
+   {               var:upr0,	          val: -0.5},
337
+   {               var:lwr0,	          val:  3.0},
338
+   {               var:mix0,              val:  0.0 },      
339
+   {               var:cbyp0,             val: 0.0 },
340
+   {               var:cigain0,           val:10.0 },
341
+   {               var:wgain0             val: 1.25}
342
+   {               var:wet0               val: 1.0 }
343
+   {               var:sw0,               val:0 },	
344
+
345
+   {               var:mod1,	          val:1  },
346
+   {               var:thr1,	          val: 74.0 },
347
+   {               var:upr1,	          val: -0.5},
348
+   {               var:lwr1,	          val:  2.0},
349
+   {               var:mix1,              val:  0.0 },      
350
+   {               var:cbyp1,             val: 0.0 },
351
+   {               var:cigain1,           val:10.0 },
352
+   {               var:wgain1             val: 1.25}
353
+   {               var:wet1               val: 1.0 }
354
+   {               var:sw1,               val:0 },	
355
+   ]
356
+
357
+
358
+   preset_b_0 :
359
+   [
360
+   { loc:-1  mod:m1 var:mod0,	type:set, val:1    },
361
+   {                var:wet0,              val:1.0 },
362
+   {               var:thr0,	          val: 77.0},
363
+   {               var:upr0,	          val: -0.5},
364
+   {               var:lwr0,	          val:  3.0},
365
+   {               var:ceil0,             val: 20.0 }
366
+   {               var:expo0,             val:  2.0 },
367
+   {               var:mix0,              val:  1.0 },   
368
+   {               var:cbyp0,             val:  0.0 },
369
+   {               var:cigain0,           val: 10.0 },
370
+   {               var:wgain0             val:  1.25}
371
+   {               var:sw0,               val:0 },	
372
+
373
+   {               var:mod1,	          val:1  },
374
+   {               var:wet1,              val:1.0 },
375
+   {               var:thr1,	          val: 74.0 },
376
+   {               var:upr1,	          val: -0.5},
377
+   {               var:lwr1,	          val:  2.0},
378
+   {               var:ceil1,             val: 20.0 }
379
+   {               var:expo1,             val:  2.0 },
380
+   {               var:mix1,              val:  1.0 },      
381
+   {               var:cbyp1,             val: 0.0 },
382
+   {               var:cigain1,           val:10.0 },
383
+   {               var:wgain1             val: 1.25}
384
+   {               var:sw1,               val:0 },	
385
+   ]
386
+
387
+
388
+// Preset C
389
+
390
+   preset_c :
391
+   [
392
+   { loc:-1 mod:m1      var:mod0,	type:set, val:1    },
393
+   {                    var:thr0,	type:set, val: 80.0},
394
+   {                    var:upr0,	type:set, val: -0.5},
395
+   {                    var:lwr0,	type:set, val:  5.0},
396
+   {                    var:cigain0,	type:set, val:11.0 },
397
+   {                    var:wet0        type:set, val: 1.0}
398
+   {                    var:sw0,        type:set, val:0 },	
399
+
400
+   {                    var:mod1        type:set, val:1    },
401
+   {                    var:thr1,	type:set, val: 80.0 },
402
+   {                    var:upr1,	type:set, val: -0.5},
403
+   {                    var:lwr1,	type:set, val:  5.0},
404
+   {                    var:cigain1,	type:set, val:11.0 },
405
+   {                    var:wet1        type:set, val: 1.0}
406
+   {                    var:sw1,        type:set, val:0 },	
407
+   ]
408
+
409
+// Preset F-1
410
+
411
+   preset_f_1 :
412
+   [
413
+   { loc:-1 mod:m1    var:mod0,    type:set, val: 1 },
414
+   {                  var:thr0,    type:set, val: 50.0 },
415
+   {                  var:upr0,    type:set, val: -3.0 },
416
+   {                  var:lwr0,    type:set, val: 1.0  },
417
+   {                  var:mix0,    type:set  val:  0.0 },      
418
+   {                  var:cigain0, type:set, val: 6.0  },
419
+   {                  var:wet0     type:set, val: 1.0 }
420
+   {                  var:wgain0,            val:1.25 },
421
+   {                  var:sw0,     type:set, val:0 },	
422
+
423
+   {                  var:mod1,    type:set, val: 1 },
424
+   {                  var:thr1,    type:set, val: 50.0  },
425
+   {                  var:upr1,    type:set, val: -3.0 },
426
+   {                  var:lwr1,    type:set, val: 1.0   },
427
+   {                  var:mix1,    type:set  val:  0.0 },      
428
+   {                  var:cigain1, type:set, val: 6.0   },
429
+   {                  var:wet1     type:set, val: 1.0 }
430
+   {                  var:wgain1,            val:1.25 },
431
+   {                  var:sw1,     type:set, val:0 },	
432
+   ]
433
+
434
+// Preset F-2
435
+
436
+   preset_f_2:
437
+   [
438
+   { loc:99 mod:m1    var:mod0,    type:set, val: 1 },
439
+   {                  var:thr0,    type:set, val: 60.0 },
440
+   {                  var:upr0,    type:set, val: -3.0 },
441
+   {                  var:lwr0,    type:set, val: 1.0  },
442
+   {                  var:mix0,    type:set  val:  0.0 },      
443
+   {                  var:cigain0, type:set, val: 6.0  },
444
+   {                  var:wet0     type:set, val: 1.0 }
445
+   {                  var:wgain0,            val:1.25 },
446
+   {                  var:sw0,     type:set, val:0 },	
447
+
448
+   {                  var:mod1,    type:set, val: 1 },
449
+   {                  var:thr1,    type:set, val: 60.0  },
450
+   {                  var:upr1,    type:set, val: -3.0 },
451
+   {                  var:lwr1,    type:set, val: 1.0   },
452
+   {                  var:mix1,    type:set  val:  0.0 },         
453
+   {                  var:cigain1, type:set, val: 6.0   },
454
+   {                  var:wet1     type:set, val: 1.0 }
455
+   {                  var:wgain1,            val: 1.25 },
456
+   {                  var:sw1,     type:set, val:0 },	
457
+   ]
458
+
459
+// Preset F-3
460
+
461
+   preset_f_3:
462
+   [
463
+   { loc:99 mod:m1    var:mod0,    type:set, val: 1 },
464
+   {                  var:thr0,    type:set, val: 55.0 },
465
+   {                  var:upr0,    type:set, val: -3.0 },
466
+   {                  var:lwr0,    type:set, val: 1.0  },
467
+   {                  var:mix0,    type:set  val:  0.0 },         
468
+   {                  var:cigain0, type:set, val: 6.0  },
469
+   {                  var:wet0     type:set, val: 1.0 }
470
+   {                  var:wgain0,            val:1.25 },   
471
+   {                  var:sw0,     type:set, val:0 },	
472
+
473
+   {                  var:mod1,    type:set, val: 1 },
474
+   {                  var:thr1,    type:set, val: 55.0  },
475
+   {                  var:upr1,    type:set, val: -3.0 },
476
+   {                  var:lwr1,    type:set, val: 1.0   },
477
+   {                  var:mix1,    type:set  val:  0.0 },         
478
+   {                  var:cigain1, type:set, val: 6.0   },
479
+   {                  var:wet1     type:set, val: 1.0 }
480
+   {                  var:wgain1,            val: 1.25 },   
481
+   {                  var:sw1,     type:set, val:0 },	
482
+   ]
483
+
484
+// Preset F-4
485
+
486
+   preset_f_4:
487
+   [
488
+   { loc:99 mod:m1    var:mod0,    type:set, val: 1 },
489
+   {                  var:thr0,    type:set, val: 55.0 },
490
+   {                  var:upr0,    type:set, val: -5.0 },
491
+   {                  var:lwr0,    type:set, val: 1.0  },
492
+   {                  var:mix0,    type:set  val:  0.0 },         
493
+   {                  var:cigain0, type:set, val: 6.0  },
494
+   {                  var:wet0     type:set, val: 1.0 }
495
+   {                  var:wgain0,            val: 1.25 },   
496
+   {                  var:sw0,     type:set, val:0 },	
497
+
498
+   {                  var:mod1,    type:set, val: 1 },
499
+   {                  var:thr1,    type:set, val: 55.0  },
500
+   {                  var:upr1,    type:set, val: -5.0 },
501
+   {                  var:lwr1,    type:set, val: 1.0   },
502
+   {                  var:mix1,    type:set  val:  0.0 },         
503
+   {                  var:cigain1, type:set, val: 6.0   },
504
+   {                  var:wet1     type:set, val: 1.0 }
505
+   {                  var:wgain1,            val: 1.25 },   
506
+   {                  var:sw1,     type:set, val:0 },	
507
+   ]
508
+
509
+// Preset G
510
+
511
+   preset_g:
512
+   [
513
+   { loc:99 mod:m1    var:mod0,    type:set, val: 4 },
514
+   {                  var:thr0,    type:set, val: 60.0 },
515
+   {                  var:upr0,    type:set, val: -0.7 },
516
+   {                  var:lwr0,    type:set, val: 8.0  },
517
+   {                  var:ceil0,   type:set, val: 20.0 }
518
+   {                  var:expo0,   type:set, val:  8.0 },
519
+   {                  var:mix0,    type:set, val:  1.0 },   
520
+   {                  var:cigain0, type:set, val: 10.0  },
521
+   {                  var:wet0     type:set, val: 1.0 }
522
+   {                  var:sw0,     type:set, val:0 },	
523
+
524
+   {                  var:mod1,    type:set, val: 4 },
525
+   {                  var:thr1,    type:set, val: 64.0 },
526
+   {                  var:upr1,    type:set, val: -0.7 },
527
+   {                  var:lwr1,    type:set, val: 8.0  },
528
+   {                  var:ceil1,   type:set, val: 20.0 }
529
+   {                  var:expo1,   type:set, val:  8.0 },
530
+   {                  var:mix1,    type:set, val: 1.0 },
531
+   {                  var:cigain1, type:set, val: 10.0  },
532
+   {                  var:wet1     type:set, val: 1.0 }
533
+   {                  var:sw1,     type:set, val:0 },	
534
+   ]
535
+
536
+
537
+// Preset G (a)  (Section 9)
538
+   preset_g_a :
539
+   [
540
+   { loc:-1 mod:m1    var:mod0,    type:set, val: 4 },
541
+   {                  var:thr0,              val: 50.0 },
542
+   {                  var:upr0,              val: -0.7 },
543
+   {                  var:lwr0,              val: 2.0  },
544
+   {                  var:ceil0,             val: 40.0 }
545
+   {                  var:expo0,             val:  2.0 },
546
+   {                  var:mix0,              val:  1.0 },   
547
+   {                  var:cigain0,           val: 10.0  },
548
+   {                  var:wet0               val: 1.0 }
549
+   {                  var:sw0,               val:0 },	
550
+
551
+   {                  var:mod1,              val: 4 },
552
+   {                  var:thr1,              val: 54.0 },
553
+   {                  var:upr1,              val: -0.7 },
554
+   {                  var:lwr1,              val: 2.0  },
555
+   {                  var:ceil1,              val: 40.0 }
556
+   {                  var:expo1,             val:  2.0 },
557
+   {                  var:mix1,              val:  1.0 },
558
+   {                  var:cigain1,           val: 10.0  },
559
+   {                  var:wet1               val: 1.0 }
560
+   {                  var:sw1,               val:0 },	
561
+   ]
562
+
563
+
564
+// Preset G-1 A  (*)  (Section 5 )
565
+
566
+   preset_g_1_a :
567
+   [
568
+   { loc:-1 mod:m1    var:mod0,    type:set, val: 4 },
569
+   {                  var:thr0,              val: 50.0 },
570
+   {                  var:upr0,              val: -0.7 },
571
+   {                  var:lwr0,              val: 8.0  },
572
+   {                  var:ceil0,             val: 20.0 }
573
+   {                  var:expo0,             val:  8.0 },
574
+   {                  var:mix0,              val:  1.0 },   
575
+   {                  var:cigain0,           val: 10.0  },
576
+   {                  var:wet0               val: 1.0 }
577
+   {                  var:wgain0,            val: 1.0  }
578
+   {                  var:sw0,               val:0 },	
579
+
580
+   {                  var:mod1,              val: 4 },
581
+   {                  var:thr1,              val: 54.0 },
582
+   {                  var:upr1,              val: -0.7 },
583
+   {                  var:lwr1,              val: 2.0  },
584
+   {                  var:ceil1,              val: 20.0 }
585
+   {                  var:expo1,             val:  2.0 },
586
+   {                  var:mix1,              val:  1.0 },   
587
+   {                  var:cigain1,           val: 10.0  },
588
+   {                  var:wet1               val: 1.0 }
589
+   {                  var:wgain1,            val: 1.0  }
590
+   {                  var:sw1,               val:0 },	
591
+   ]
592
+
593
+// Preset G-1 D (Section 1)
594
+   preset_g_1_d:
595
+   [
596
+   { loc:-1 mod:m1    var:mod0,    type:set, val: 4 },
597
+   {                  var:thr0,              val: 40.0 },
598
+   {                  var:upr0,              val: -0.4 },
599
+   {                  var:lwr0,              val: 7.0  },
600
+   {                  var:ceil0,              val: 60.0 }
601
+   {                  var:expo0,             val:  7.0 },
602
+   {                  var:mix0,              val:  1.0 },   
603
+   {                  var:cigain0,           val: 10.0  },
604
+   {                  var:wet0               val: 1.0 }
605
+   {                  var:wgain0,            val: 1.0  }
606
+   {                  var:sw0,               val:0 },	
607
+
608
+   {                  var:mod1,              val: 4 },
609
+   {                  var:thr1,              val: 34.0 },
610
+   {                  var:upr1,              val: -0.3 },
611
+   {                  var:lwr1,              val: 5.0  },
612
+   {                  var:ceil1,              val: 64.0 }
613
+   {                  var:expo1,             val:  5.0 },
614
+   {                  var:mix1,              val:  1.0 },   
615
+   {                  var:cigain1,           val: 10.0  },
616
+   {                  var:wet1               val: 1.0 }
617
+   {                  var:wgain1,            val: 1.0  }
618
+   {                  var:sw1,               val:0 },	
619
+   ]
620
+
621
+   
622
+//  Dry  (Section 8 - Meas 7)
623
+   preset_dry :
624
+   [
625
+   { loc:-1 mod:m1      var:mod0,	type:set, val:1    },
626
+   {                    var:cigain0,              val: 5.0  },
627
+   {                    var:mix0,                 val: 0.0 },
628
+   {                    var:wet0                  val: 0.0}
629
+   {                    var:sw0,                  val:0 },	
630
+
631
+   {                    var:mod1                  val:1    },
632
+   {                    var:mix1,                 val: 0.0 },
633
+   {                    var:cigain1,              val: 5.0  },
634
+   {                    var:wet1                  val: 0.0}
635
+   {                    var:sw1,                  val:0 },	
636
+   ]
637
+
638
+
639
+}

+ 433
- 0
src/kc/data/round4.csv View File

@@ -0,0 +1,433 @@
1
+id,trk,evt,opcode,dticks,micros,status,meta,ch,d0,d1,arg0,arg1,bar,skip,even,grace,tempo,t frac,dyn,section,play_recd,remark
2
+1,1,,bar,0.000000,0.000000,,,,0,0,,,1,,"",,"",,"",,,
3
+6,1,,ctl,0.205078,0.205078,,,,64,64,,,,,"",,"",,"",5980,,
4
+7,1,4,non,0.003255,0.208333,,,,105,113,A7,,,," ",," ",0.062500,"",,,
5
+8,1,5,non,0.208333,0.416667,,,,105,113,A7,,,," ",," ",0.250000,"",,,
6
+9,1,56,non,0.000000,0.416667,,,,29,113,F1,,,," ",," ",0.083333,"",,,
7
+10,1,57,non,0.499674,0.916341,,,,29,113,F1,,,," ",," ",0.125000,"",,,
8
+12,1,58,non,0.333659,1.250000,,,,29,113,F1,,,," ",," ",0.125000,"",,,
9
+13,1,59,non,0.000000,1.250000,,,,51,113,D#3,,,," ",," ",0.125000,"",,,
10
+14,1,60,non,0.333659,1.583659,,,,51,113,D#3,,,," ",," ",0.083333,"ff",,,
11
+15,1,7,non,0.499674,2.083333,,,,85,113,C#6,,,," ",," ",0.125000,"ff",,,
12
+16,1,61,non,0.000000,2.083333,,,,51,71,D#3,,,," ",," ",0.031250,"mp",,,
13
+17,1,62,non,0.000000,2.083333,,,,56,71,G#3,,,," ",," ",0.031250,"mp",,,
14
+18,1,63,non,0.104167,2.187500,,,,51,75,D#3,,,," ",," ",0.041667,"",,,
15
+19,1,64,non,0.000000,2.187500,,,,56,75,G#3,,,," ",," ",0.041667,"",,,
16
+20,1,65,non,0.000000,2.187500,,,,61,99,C#4,,,," ",," ",0.041667,"",,,
17
+22,1,66,non,0.312500,2.500000,,,,51,85,D#3,,,," ",," ",0.125000,"",,,
18
+23,1,67,non,0.000000,2.500000,,,,56,85,G#3,,,," ",," ",0.125000,"",,,
19
+24,1,68,non,0.000000,2.500000,,,,61,85,C#4,,,," ",," ",0.125000,"",,,
20
+25,1,69,non,0.416667,2.916667,,,,32,99,G#1,,,," ",," ",0.125000,"f",,,
21
+26,1,9,non,0.416667,3.333333,,,,82,113,A#5,,,," ",," ",0.062500,"ff",,,
22
+27,1,70,non,0.000000,3.333333,,,,32,99,G#1,,,," ",," ",0.062500,"f",,,
23
+28,1,,ctl,0.206706,3.540039,,,,64,0,,,,,"",,"",,"",,,
24
+29,1,10,non,0.001628,3.541667,,,,85,113,C#6,,,," ",," ",0.062500,"",,,
25
+30,1,72,non,0.000000,3.541667,,,,42,85,F#2,,,," ",," ",0.062500,"",,,
26
+31,1,,ctl,0.042318,3.583984,,,,64,64,,,,,"",,"",,"",,,
27
+33,1,12,non,0.166016,3.750000,,,,93,71,A6,,,," ",g," ",0.125000,"mp",,,
28
+34,1,13,non,0.000000,3.750000,,,,96,71,C7,,,," ",g," ",0.125000,"mp",,,
29
+35,1,14,non,0.065104,3.815104,,,,100,78,E7,,,," ",g," ",0.125000,"",,,
30
+36,1,75,non,0.000000,3.815104,,,,63,99,D#4,,,," ",g," ",0.125000,"f",,,
31
+38,1,76,non,0.065104,3.880208,,,,53,85,F3,,,,"e",g," ",0.125000,"",,,
32
+39,1,16,non,0.065104,3.945312,,,,74,92,D5,,,,"e",g," ",0.125000,"",,,
33
+41,1,17,non,0.065104,4.010417,,,,73,99,C#5,,,,"e",g," ",0.125000,"",,,
34
+43,1,18,non,0.065104,4.075521,,,,68,106,G#4,,,,"e",g," ",0.125000,"",,,
35
+47,1,81,non,0.130208,4.205729,,,,54,57,F#3,,,," ",g," ",0.125000,"",,,
36
+49,1,20,non,0.065104,4.270833,,,,84,99,C6,,,," ",," ",0.250000,"f",,,
37
+50,1,21,non,0.000000,4.270833,,,,85,113,C#6,,,," ",," ",0.250000,"ff",,,
38
+51,1,22,non,0.000000,4.270833,,,,87,113,D#6,,,," ",," ",0.250000,"ff",,,
39
+52,1,23,non,0.000000,4.270833,,,,88,113,E6,,,," ",," ",0.250000,"ff",,,
40
+54,1,82,non,0.000000,4.270833,,,,48,43,C3,,,," ",," ",0.250000,"pp",,,
41
+55,1,24,non,0.833333,5.104167,,,,54,85,F#3,,,," ",," ",0.125000,"mf",,,
42
+58,1,,ctl,1.573893,6.678060,,,,64,0,,,,,"",,"",,"",,,
43
+59,1,,ctl,0.066732,6.744792,,,,64,64,,,,,"",,"",,"",,,
44
+60,1,,ctl,0.022786,6.767578,,,,64,0,,,,,"",,"",,"",,,
45
+61,1,26,non,0.003255,6.770833,,,,97,113,C#7,,,," ",g," ",0.125000,"ff",,,
46
+62,1,27,non,0.065104,6.835937,,,,108,110,C8,,,," ",g," ",0.083333,"",,,
47
+66,1,31,non,0.260417,7.096354,,,,88,99,E6,,,," ",g," ",0.125000,"",,,
48
+67,1,32,non,0.065104,7.161458,,,,106,96,A#7,,,," ",g," ",0.125000,"",,,
49
+68,1,33,non,0.065104,7.226562,,,,76,93,E5,,,," ",g," ",0.125000,"",,,
50
+69,1,34,non,0.065104,7.291667,,,,96,91,C7,,,," ",g," ",0.125000,"",,,
51
+71,1,36,non,0.130208,7.421875,,,,94,85,A#6,,,," ",g," ",0.125000,"",,,
52
+72,1,37,non,0.065104,7.486979,,,,68,82,G#4,,,," ",g," ",0.125000,"",,,
53
+75,1,40,non,0.195312,7.682292,,,,64,74,E4,,,," ",g," ",0.083333,"",,,
54
+76,1,41,non,0.065104,7.747396,,,,71,71,B4,,,," ",," ",0.250000,"",,,
55
+77,1,86,non,0.000000,7.747396,,,,56,43,G#3,,,," ",," ",0.250000,"",,,
56
+78,1,,ctl,0.001628,7.749023,,,,64,64,,,,,"",,"",,"",,,
57
+79,1,42,non,1.248372,8.997396,,,,85,57,C#6,,,," ",g," ",0.125000,"p",,,
58
+80,1,43,non,0.065104,9.062500,,,,108,53,C8,,,," ",g," ",0.125000,"p",,,
59
+81,1,44,non,0.065104,9.127604,,,,97,49,C#7,,,," ",g," ",0.125000,"pp",,,
60
+82,1,45,non,0.065104,9.192708,,,,76,45,E5,,,," ",g," ",0.125000,"pp",,,
61
+83,1,46,non,0.065104,9.257812,,,,106,41,A#7,,,," ",g," ",0.125000,"pp",,,
62
+86,1,49,non,0.195312,9.453125,,,,68,29,G#4,,,," ",g," ",0.125000,"ppp",,,
63
+88,1,87,non,0.065104,9.518229,,,,37,43,C#2,,,,"e",," ",0.031250,"pp",,,
64
+89,1,88,non,0.104167,9.622396,,,,57,43,A3,,,,"e",," ",0.031250,"pp",,,
65
+90,1,89,non,0.104167,9.726562,,,,50,43,D3,,,,"e",," ",0.031250,"pp",,,
66
+91,1,90,non,0.104167,9.830729,,,,37,43,C#2,,,,"e",," ",0.031250,"pp",,,
67
+92,1,91,non,0.104167,9.934896,,,,57,43,A3,,,,"e",," ",0.031250,"pp",,,
68
+93,1,92,non,0.104167,10.039062,,,,50,43,D3,,,,"e",," ",0.031250,"pp",,,
69
+94,1,93,non,0.104167,10.143229,,,,57,43,A3,,,,"e",," ",0.031250,"pp",,,
70
+95,1,94,non,0.104167,10.247396,,,,50,43,D3,,,,"e 5981 ",," ",0.125000,"pp",,,
71
+96,1,51,non,0.208333,10.455729,,,,34,99,A#1,,,," ",," ",0.031250,"",,,
72
+97,1,52,non,0.156250,10.611979,,,,34,106,A#1,,,," ",," ",0.031250,"",,,
73
+98,1,53,non,0.000000,10.611979,,,,66,106,F#4,,,," ",," ",0.031250,"",,,
74
+100,1,,bar,0.156250,10.768229,,,,0,0,,,2,,"",,"",,"",,,
75
+101,1,,ctl,0.000000,10.768229,,,,64,0,,,,,"",,"",,"",,,
76
+102,1,98,non,0.000000,10.768229,,,,75,113,D#5,,,," ",," ",0.250000,"",,,
77
+103,1,99,non,0.000000,10.768229,,,,72,113,C5,,,," ",," ",0.031250,"",,,
78
+105,1,129,non,0.000000,10.768229,,,,34,113,A#1,,,," ",," ",0.031250,"",,,
79
+106,1,130,non,0.000000,10.768229,,,,66,113,F#4,,,," ",," ",0.031250,"",,,
80
+107,1,,ctl,0.001628,10.769857,,,,66,64,,,,,"",,"",,"",,,
81
+111,1,101,non,0.249023,11.018880,,,,61,71,C#4,,,," ",," ",0.031250,"",,,
82
+112,1,102,non,0.125326,11.144206,,,,70,66,A#4,,,," ",," ",0.031250,"",,,
83
+113,1,103,non,0.125326,11.269531,,,,61,62,C#4,,,," ",," ",0.031250,"",,,
84
+114,1,133,non,0.123698,11.393229,,,,57,43,A3,,,," ",," ",0.031250,"pp",,,
85
+115,1,104,non,0.001628,11.394857,,,,52,57,E3,,,," ",," ",0.041667,"",,,
86
+116,1,134,non,0.102539,11.497396,,,,50,43,D3,,,," ",," ",0.031250,"pp",,,
87
+117,1,135,non,0.104167,11.601562,,,,41,43,F2,,,," ",," ",0.062500,"pp",,,
88
+118,1,105,non,0.167643,11.769206,,,,44,43,G#2,,,," ",," ",0.062500,"",,,
89
+119,1,136,non,0.040690,11.809896,,,,35,43,B1,,,," ",," ",0.062500,"pp",,,
90
+120,1,,ctl,0.208333,12.018229,,,,64,64,,,,,"",,"",,"",,,
91
+122,1,138,non,0.000000,12.018229,,,,35,43,B1,,,," ",," ",0.250000,"pp",,,
92
+123,1,139,non,0.000000,12.018229,,,,41,43,F2,,,," ",," ",0.250000,"pp",,,
93
+124,1,140,non,0.000000,12.018229,,,,50,43,D3,,,," ",," ",0.250000,"pp",,,
94
+125,1,141,non,0.000000,12.018229,,,,57,43,A3,,,," ",," ",0.250000,"pp",,,
95
+126,1,107,non,0.156250,12.174479,,,,84,113,C6,,,," ",," ",0.031250,"ff",,,
96
+127,1,108,non,0.156250,12.330729,,,,62,113,D4,,,," ",," ",0.062500,"ff",,,
97
+128,1,109,non,0.000000,12.330729,,,,84,113,C6,,,," ",," ",0.062500,"ff",,,
98
+130,1,142,non,0.520833,12.851562,,,,35,43,B1,,,," ",," ",0.125000,"pp",,,
99
+131,1,143,non,0.000000,12.851562,,,,41,43,F2,,,," ",," ",0.125000,"pp",,,
100
+132,1,144,non,0.000000,12.851562,,,,50,43,D3,,,," ",," ",0.125000,"pp",,,
101
+133,1,145,non,0.000000,12.851562,,,,57,43,A3,,,," ",," ",0.125000,"pp",,,
102
+134,1,111,non,0.069987,12.921549,,,,63,43,D#4,,,," ",," ",0.015625,"pp",,,
103
+135,1,112,non,0.069987,12.991536,,,,59,48,B3,,,," ",," ",0.015625,"",,,
104
+137,1,114,non,0.069987,13.061523,,,,68,53,G#4,,,," ",," ",0.015625,"",,,
105
+138,1,115,non,0.069987,13.131510,,,,63,58,D#4,,,," ",," ",0.015625,"",,,
106
+139,1,116,non,0.069987,13.201497,,,,68,63,G#4,,,," ",," ",0.015625,"",,,
107
+144,1,117,non,0.069987,13.271484,,,,63,69,D#4,,,," ",," ",0.031250,"",,,
108
+145,1,118,non,0.104167,13.375651,,,,68,76,G#4,,,," ",," ",0.031250,"",,,
109
+146,1,119,non,0.104167,13.479818,,,,59,84,B3,,,," ",," ",0.031250,"",,,
110
+147,1,120,non,0.104167,13.583984,,,,31,91,G1,,,," ",," ",0.031250,"",,,
111
+148,1,121,non,0.104167,13.688151,,,,21,99,A0,,,," ",," ",0.062500,"",,,
112
+150,1,,ctl,0.302734,13.990885,,,,64,0,,,,,"",,"",,"",,,
113
+152,1,,ctl,0.109049,14.099935,,,,66,0,,,,,"",,"",,"",,,
114
+153,1,152,non,0.001628,14.101562,,,,23,99,B0,,,," ",," ",0.125000,"f",,,
115
+154,1,153,non,0.000000,14.101562,,,,37,99,C#2,,,," ",," ",0.125000,"f",,,
116
+155,1,154,non,0.000000,14.101562,,,,41,99,F2,,,," ",," ",0.125000,"f",,,
117
+156,1,155,non,0.000000,14.101562,,,,50,99,D3,,,," ",," ",0.125000,"f",,,
118
+157,1,,ctl,0.001628,14.103190,,,,66,64,,,,,"",,"",,"",,,
119
+158,1,123,non,0.102539,14.205729,,,,31,113,G1,,,," ",," ",0.031250,"ff",,,
120
+159,1,124,non,0.104167,14.309896,,,,21,113,A0,,,," ",," ",0.062500,"ff",,,
121
+162,1,157,non,0.625000,14.934896,,,,23,127,B0,,,," ",," ",0.062500,"fff",,,
122
+163,1,158,non,0.000000,14.934896,,,,37,127,C#2,,,," ",," ",0.062500,"fff",,,
123
+164,1,159,non,0.000000,14.934896,,,,41,127,F2,,,," ",," ",0.062500,"fff",,,
124
+165,1,160,non,0.000000,14.934896,,,,50,127,D3,,,," ",," ",0.062500,"fff 5981",,,
125
+166,1,,ctl,0.206706,15.141602,,,,66,0,,,,,"",,"",,"",,,
126
+170,1,162,non,0.000000,15.455729,,,,48,57,C3,,,," ",," ",0.062500,"",5981,,
127
+171,1,,bar,0.312500,15.768229,,,,0,0,,,3,,"",,"",,"",,,
128
+172,1,164,non,0.000000,15.768229,,,,51,57,D#3,,,," ",," ",0.062500,"",,,
129
+173,1,165,non,0.000000,15.768229,,,,52,57,E3,,,," ",," ",0.062500,"",,,
130
+174,1,166,non,0.000000,15.768229,,,,63,57,D#4,,,," ",," ",0.062500,"",,,
131
+175,1,197,non,0.000000,15.768229,,,,53,43,F3,,,," ",g," ",0.125000,"",,,
132
+176,1,198,non,0.065104,15.833333,,,,43,43,G2,,,," ",," ",0.020833,"",,,
133
+177,1,199,non,0.156250,15.989583,,,,63,45,D#4,,,,"e",," ",0.031250,"",,,
134
+178,1,200,non,0.104167,16.093750,,,,52,46,E3,,,,"e",," ",0.031250,"",,,
135
+179,1,,ctl,0.052083,16.145833,,,,64,64,,,,,"",,"",,"",,,
136
+180,1,168,non,0.000000,16.145833,,,,56,64,G#3,,,," ",," ",0.062500,"",,,
137
+181,1,201,non,0.052083,16.197917,,,,53,47,F3,,,,"e",," ",0.031250,"",,,
138
+182,1,202,non,0.104167,16.302083,,,,52,48,E3,,,,"e",," ",0.031250,"",,,
139
+183,1,203,non,0.104167,16.406250,,,,53,49,F3,,,,"e",," ",0.031250,"",,,
140
+184,1,169,non,0.052083,16.458333,,,,33,71,A1,,,," ",," ",0.125000,"",,,
141
+185,1,204,non,0.052083,16.510417,,,,52,51,E3,,,,"e",," ",0.031250,"",,,
142
+186,1,205,non,0.104167,16.614583,,,,53,52,F3,,,,"e",," ",0.020833,"",,,
143
+187,1,206,non,0.156250,16.770833,,,,52,54,E3,,,," ",," ",0.020833,"",,,
144
+188,1,207,non,0.156250,16.927083,,,,43,55,G2,,,," ",," ",0.020833,"",,,
145
+190,1,208,non,0.156250,17.083333,,,,75,57,D#5,,,," ",," ",0.031250,"",,,
146
+191,1,209,non,0.104167,17.187500,,,,52,58,E3,,,," ",," ",0.031250,"",,,
147
+192,1,210,non,0.104167,17.291667,,,,47,59,B2,,,," ",," ",0.031250,"",,,
148
+193,1,211,non,0.104167,17.395833,,,,75,61,D#5,,,," ",," ",0.020833,"",,,
149
+194,1,212,non,0.156250,17.552083,,,,47,62,B2,,,," ",," ",0.031250,"",,,
150
+195,1,213,non,0.104167,17.656250,,,,65,63,F4,,,," ",," ",0.020833,"",,,
151
+196,1,214,non,0.156250,17.812500,,,,52,65,E3,,,," ",," ",0.020833,"",,,
152
+197,1,215,non,0.156250,17.968750,,,,31,67,G1,,,," ",," ",0.020833,"",,,
153
+198,1,216,non,0.156250,18.125000,,,,87,69,D#6,,,," ",," ",0.031250,"",,,
154
+199,1,217,non,0.104167,18.229167,,,,40,70,E2,,,," ",," ",0.031250,"",,,
155
+201,1,218,non,0.104167,18.333333,,,,35,71,B1,,,," ",," ",0.250000,"mp",,,
156
+202,1,172,non,0.312500,18.645833,,,,62,113,D4,,,," ",," ",0.062500,"ff",,,
157
+203,1,173,non,0.000000,18.645833,,,,84,113,C6,,,," ",," ",0.062500,"ff",,,
158
+204,1,174,non,0.312500,18.958333,,,,62,113,D4,,,," ",," ",0.041667,"ff",,,
159
+205,1,175,non,0.000000,18.958333,,,,84,113,C6,,,," ",," ",0.041667,"ff",,,
160
+206,1,176,non,0.000000,18.958333,,,,88,113,E6,,,," ",," ",0.041667,"ff",,,
161
+207,1,,ctl,0.468750,19.427083,,,,64,0,,,,,"",,"",,"",,,
162
+209,1,179,non,0.156250,19.583333,,,,62,43,D4,,,," ",," ",0.250000,"pp",,,
163
+210,1,180,non,0.000000,19.583333,,,,84,43,C6,,,," ",," ",0.250000,"pp",,,
164
+211,1,181,non,0.000000,19.583333,,,,88,43,E6,,,," ",," ",0.250000,"pp",,,
165
+213,1,,ctl,0.001628,19.584961,,,,64,64,,,,,"",,"",,"",,,
166
+214,1,221,non,0.623372,20.208333,,,,52,29,E3,,,," ",," ",0.020833,"ppp 5982",,,
167
+215,1,222,non,0.156250,20.364583,,,,60,33,C4,,,," ",," ",0.031250,"",,,
168
+217,1,224,non,0.104167,20.468750,,,,52,36,E3,,,," ",," ",0.020833,"",,,
169
+218,1,225,non,0.156250,20.625000,,,,60,40,C4,,,," ",," ",0.031250,"",,,
170
+219,1,226,non,0.104167,20.729167,,,,56,43,G#3,,,," ",," ",0.031250,"",,,
171
+220,1,,ctl,0.074870,20.804036,,,,64,0,,,,,"",,"",,"",,,
172
+221,1,182,non,0.029297,20.833333,,,,60,57,C4,,,," ",g," ",0.125000,"",,,
173
+222,1,183,non,0.065104,20.898437,,,,40,57,E2,,,," ",g," ",0.125000,"",,,
174
+223,1,184,non,0.065104,20.963542,,,,49,57,C#3,,,," ",g," ",0.125000,"",,,
175
+224,1,,ctl,0.065104,21.028646,,,,64,64,,,,,"",,"",,"",,,
176
+225,1,185,non,0.000000,21.028646,,,,32,57,G#1,,,," ",," ",0.031250,"",,,
177
+226,1,229,non,0.000000,21.028646,,,,25,43,C#1,,,," ",," ",0.500000,"",,,
178
+227,1,187,non,0.104167,21.132812,,,,58,54,A#3,,,," ",," ",0.125000,"",,,
179
+229,1,188,non,0.416667,21.549479,,,,61,44,C#4,,,,"e",," ",0.031250,"",,,
180
+230,1,189,non,0.104167,21.653646,,,,70,41,A#4,,,,"e",," ",0.031250,"",,,
181
+231,1,190,non,0.104167,21.757812,,,,72,38,C5,,,,"e",," ",0.031250,"",,,
182
+232,1,191,non,0.104167,21.861979,,,,61,36,C#4,,,,"e",," ",0.031250,"",,,
183
+233,1,192,non,0.104167,21.966146,,,,84,33,C6,,,,"e",," ",0.031250,"",,,
184
+234,1,193,non,0.104167,22.070312,,,,61,30,C#4,,,,"e 5982 ",," ",0.015625,"",,,
185
+235,1,194,non,0.052083,22.122396,,,,52,29,E3,,,," ",," ",0.020833,"",,,
186
+239,1,,ctl,2.031250,24.153646,,,,64,0,,,,,"",,"",,"",,,
187
+240,1,,ctl,0.000000,24.153646,,,,64,64,,,,,"",,"",,"",,,
188
+241,1,233,non,0.000000,24.153646,,,,25,57,C#1,,,," ",," ",0.031250,"",,,
189
+242,1,234,non,0.104167,24.257812,,,,35,64,B1,,,," ",," ",0.031250,"",,,
190
+245,1,,ctl,1.458333,25.716146,,,,64,0,,,,,"",,"",,"",,,
191
+246,1,,ctl,0.000000,25.716146,,,,64,64,,,,,"",,"",,"",,,
192
+247,1,239,non,0.000000,25.716146,,,,25,64,C#1,,,," ",," ",0.031250,"",,,
193
+249,1,241,non,0.104167,25.820312,,,,35,85,B1,,,," ",," ",0.031250,"",,,
194
+250,1,242,non,0.104167,25.924479,,,,79,106,G5,,,," ",," ",0.031250,"",,,
195
+251,1,,ctl,0.099284,26.023763,,,,64,0,,,,,"",,"",,"",,,
196
+252,1,283,non,0.004883,26.028646,,,,63,43,D#4,,,," ",g," ",0.125000,"pp",,,
197
+253,1,247,non,0.065104,26.093750,,,,93,29,A6,,,," ",g," ",0.125000,"ppp",,,
198
+254,1,284,non,0.000000,26.093750,,,,52,57,E3,,,," ",g," ",0.125000,"p",,,
199
+255,1,,bar,0.065104,26.158854,,,,0,0,,,4,,"",,"",,"",,,
200
+258,1,248,non,0.000000,26.158854,,,,75,113,D#5,,,," ",," ",0.333333,"ff",5982,,
201
+259,1,286,non,0.000000,26.158854,,,,44,29,G#2,,,," ",," ",0.250000,"ppp",,,
202
+260,1,287,non,0.000000,26.158854,,,,47,71,B2,,,," ",," ",0.250000,"mp",,,
203
+261,1,288,non,0.000000,26.158854,,,,51,29,D#3,,,," ",," ",0.250000,"ppp",,,
204
+262,1,,ctl,0.001628,26.160482,,,,66,64,,,,,"",,"",,"",,,
205
+268,1,,ctl,0.625000,28.033854,,,,64,64,,,,,"",,"",,"",,,
206
+269,1,252,non,0.000000,28.033854,,,,62,85,D4,,,," ",," ",0.031250,"mf",,,
207
+270,1,253,non,0.156250,28.190104,,,,24,85,C1,,,," ",," ",0.031250,"mf",,,
208
+271,1,291,non,0.052083,28.242187,,,,48,29,C3,,,," ",," ",0.062500,"ppp",,,
209
+273,1,292,non,0.208333,28.450521,,,,40,29,E2,,,," ",," ",0.062500,"ppp",,,
210
+275,1,293,non,0.208333,28.658854,,,,48,29,C3,,,," ",," ",0.031250,"ppp",,,
211
+276,1,294,non,0.104167,28.763021,,,,40,29,E2,,,," ",," ",0.031250,"ppp",,,
212
+278,1,256,non,0.312500,29.075521,,,,75,71,D#5,,,," ",," ",0.125000,"mp",,,
213
+280,1,257,non,0.416667,29.492187,,,,75,71,D#5,,,," ",," ",0.500000,"",,,
214
+281,1,297,non,0.000000,29.492187,,,,37,71,C#2,,,," ",," ",0.125000,"mp 5983",,,
215
+286,1,262,non,2.851562,32.343750,,,,45,47,A2,,,," ",g," ",0.125000,"",,,
216
+287,1,263,non,0.065104,32.408854,,,,71,47,B4,,,," ",," ",0.166667,"",,,
217
+288,1,300,non,0.000000,32.408854,,,,37,47,C#2,,,," ",," ",0.125000,"",,,
218
+290,1,,ctl,0.415039,32.823893,,,,64,0,,,,,"",,"",,"",,,
219
+291,1,,ctl,0.000000,32.823893,,,,64,64,,,,,"",,"",,"",,,
220
+292,1,264,non,0.001628,32.825521,,,,75,43,D#5,,,," ",," ",0.500000,"",,,
221
+293,1,265,non,0.000000,32.825521,,,,85,43,C#6,,,," ",," ",0.500000,"",,,
222
+294,1,302,non,0.000000,32.825521,,,,37,43,C#2,,,," ",," ",0.500000,"",,,
223
+295,1,303,non,0.000000,32.825521,,,,47,43,B2,,,," ",," ",0.500000,"",,,
224
+296,1,266,non,1.458333,34.283854,,,,42,31,F#2,,,," ",," ",0.031250,"",,,
225
+297,1,267,non,0.104167,34.388021,,,,29,30,F1,,,," ",," ",0.031250,"",,,
226
+298,1,268,non,0.104167,34.492187,,,,42,29,F#2,,,," ",," ",0.031250,"",,,
227
+300,1,304,non,0.000000,34.492187,,,,36,29,C2,,,," ",," ",0.500000,"",,,
228
+301,1,305,non,0.000000,34.492187,,,,47,29,B2,,,," ",," ",0.500000,"",,,
229
+302,1,270,non,0.104167,34.596354,,,,29,29,F1,,,," ",," ",0.031250,"",,,
230
+304,1,273,non,0.104167,34.700521,,,,103,29,G7,,,," ",," ",0.062500,"",,,
231
+309,1,277,non,0.833333,35.533854,,,,34,57,A#1,,,,"e",," ",0.031250,"",,,
232
+311,1,279,non,0.125326,35.659180,,,,66,45,F#4,,,,"e",," ",0.031250,"",,,
233
+312,1,280,non,0.125326,35.784505,,,,75,34,D#5,,,,"e",," ",0.031250,"",,,
234
+313,1,281,non,0.125326,35.909831,,,,62,22,D4,,,,"e",," ",0.031250,"",,,
235
+314,1,,ctl,0.122070,36.031901,,,,64,0,,,,,"",,"",,"",,,
236
+315,1,,ctl,0.001628,36.033529,,,,66,0,,,,,"",,"",,"",,,
237
+316,1,282,non,0.001628,36.035156,,,,24,10,C1,,,,"e 5983 ",," ",0.031250,"",,,
238
+317,1,310,non,0.123698,36.158854,,,,75,99,D#5,,,," ",g," ",0.125000,"",,,
239
+318,1,311,non,0.065104,36.223958,,,,48,97,C3,,,," ",g," ",0.125000,"",,,
240
+319,1,312,non,0.065104,36.289062,,,,87,95,D#6,,,," ",g," ",0.125000,"",,,
241
+320,1,,bar,0.065104,36.354167,,,,0,0,,,5,,"",,"",,"",,,
242
+322,1,,ctl,0.000000,36.354167,,,,64,64,,,,,"",,"",,"",5983,,
243
+323,1,313,non,0.000000,36.354167,,,,49,93,C#3,,,," ",," ",0.031250,"",,,
244
+324,1,334,non,0.000000,36.354167,,,,55,113,G3,,,," ",," ",0.125000,"",,,
245
+325,1,314,non,0.125326,36.479492,,,,59,89,B3,,,," ",," ",0.031250,"",,,
246
+326,1,315,non,0.125326,36.604818,,,,49,85,C#3,,,," ",," ",0.031250,"",,,
247
+327,1,316,non,0.125326,36.730143,,,,59,81,B3,,,," ",," ",0.062500,"",,,
248
+328,1,335,non,0.040690,36.770833,,,,42,29,F#2,,,,"e",," ",0.031250,"",,,
249
+329,1,336,non,0.104167,36.875000,,,,29,29,F1,,,,"e",," ",0.031250,"",,,
250
+330,1,337,non,0.104167,36.979167,,,,42,29,F#2,,,,"e",," ",0.031250,"",,,
251
+332,1,338,non,0.104167,37.083333,,,,29,29,F1,,,,"e",," ",0.031250,"",,,
252
+334,1,318,non,0.148112,37.231445,,,,49,65,C#3,,,," ",," ",0.031250,"",,,
253
+335,1,319,non,0.125326,37.356771,,,,59,61,B3,,,," ",," ",0.031250,"",,,
254
+336,1,320,non,0.125326,37.482096,,,,91,57,G6,,,," ",," ",0.031250,"",,,
255
+339,1,341,non,0.681966,38.164062,,,,48,57,C3,,,," ",g," ",0.125000,"",,,
256
+340,1,322,non,0.065104,38.229167,,,,61,43,C#4,,,,"e",," ",0.031250,"",,,
257
+341,1,342,non,0.000000,38.229167,,,,54,57,F#3,,,," ",," ",0.125000,"",,,
258
+342,1,323,non,0.104167,38.333333,,,,70,45,A#4,,,,"e",," ",0.031250,"",,,
259
+344,1,325,non,0.104167,38.437500,,,,61,47,C#4,,,,"e",," ",0.031250,"",,,
260
+345,1,326,non,0.104167,38.541667,,,,70,48,A#4,,,,"e",," ",0.031250,"",,,
261
+346,1,327,non,0.104167,38.645833,,,,84,50,C6,,,,"e",," ",0.062500,"",,,
262
+347,1,343,non,0.208333,38.854167,,,,48,71,C3,,,," ",g," ",0.125000,"mp",,,
263
+349,1,344,non,0.065104,38.919271,,,,54,71,F#3,,,," ",," ",0.125000,"mp",,,
264
+350,1,329,non,0.625000,39.544271,,,,69,85,A4,,,," ",," ",0.125000,"mf",,,
265
+352,1,,ctl,0.625000,40.169271,,,,64,0,,,,,"",,"",,"",,,
266
+355,1,,ctl,0.001628,40.170898,,,,66,64,,,,,"",,"",,"",,,
267
+358,1,348,non,1.248372,41.419271,,,,51,99,D#3,,,," ",," ",0.125000,"f",,,
268
+359,1,349,non,0.416667,41.835938,,,,25,73,C#1,,,," ",," ",0.062500,"",,,
269
+360,1,350,non,0.208333,42.044271,,,,24,60,C1,,,,"e",," ",0.031250,"",,,
270
+361,1,351,non,0.125326,42.169596,,,,47,52,B2,,,,"e",," ",0.031250,"",,,
271
+362,1,,ctl,0.123698,42.293294,,,,64,64,,,,,"",,"",,"",,,
272
+363,1,353,non,0.001628,42.294922,,,,24,45,C1,,,,"e",," ",0.031250,"",,,
273
+364,1,354,non,0.125326,42.420247,,,,35,37,B1,,,,"e",," ",0.031250,"",,,
274
+365,1,355,non,0.000000,42.420247,,,,39,37,D#2,,,,"e",," ",0.031250,"",,,
275
+366,1,356,non,0.125326,42.545573,,,,24,29,C1,,,,"e",," ",0.031250,"ppp",,,
276
+367,1,357,non,0.125326,42.670898,,,,35,29,B1,,,,"e",," ",0.031250,"ppp",,,
277
+368,1,358,non,0.125326,42.796224,,,,55,29,G3,,,,"e 5984 ",," ",0.031250,"ppp 5984",,,
278
+373,1,,ctl,2.373047,45.169271,,,,64,0,,,,,"",,"",,"",,,
279
+376,1,365,non,0.000000,45.169271,,,,24,71,C1,,,," ",," ",0.125000,"",,,
280
+377,1,366,non,0.000000,45.169271,,,,25,71,C#1,,,," ",," ",0.125000,"",,,
281
+378,1,367,non,0.000000,45.169271,,,,35,71,B1,,,," ",," ",0.125000,"",,,
282
+379,1,368,non,0.000000,45.169271,,,,51,71,D#3,,,," ",," ",0.125000,"",,,
283
+380,1,369,non,0.000000,45.169271,,,,55,71,G3,,,," ",," ",0.125000,"",,,
284
+381,1,,ctl,0.623372,45.792643,,,,66,0,,,,,"",,"",,"",,,
285
+382,1,370,non,0.001628,45.794271,,,,24,43,C1,,,," ",," ",0.125000,"",,,
286
+383,1,371,non,0.000000,45.794271,,,,37,43,C#2,,,," ",," ",0.125000,"",,,
287
+384,1,372,non,0.000000,45.794271,,,,47,43,B2,,,," ",," ",0.125000,"",,,
288
+385,1,373,non,0.000000,45.794271,,,,51,43,D#3,,,," ",," ",0.125000,"",,,
289
+386,1,374,non,0.000000,45.794271,,,,55,43,G3,,,," ",," ",0.125000,"",,,
290
+387,1,,bar,0.625000,46.419271,,,,0,0,,,6,,"",,"",,"",,,
291
+390,1,416,non,0.000000,46.419271,,,,63,43,D#4,,,," ",," ",0.500000,"",5984,,
292
+391,1,,ctl,0.205078,46.624349,,,,64,64,,,,,"",,"",,"",,,
293
+392,1,378,non,1.044922,47.669271,,,,80,43,G#5,,,,"e",," ",0.015625,"",,,
294
+393,1,379,non,0.078125,47.747396,,,,75,44,D#5,,,,"e",," ",0.015625,"",,,
295
+394,1,380,non,0.078125,47.825521,,,,80,45,G#5,,,,"e",," ",0.015625,"",,,
296
+395,1,381,non,0.078125,47.903646,,,,75,46,D#5,,,,"e",," ",0.015625,"",,,
297
+396,1,382,non,0.078125,47.981771,,,,80,47,G#5,,,,"e",," ",0.015625,"",,,
298
+397,1,383,non,0.078125,48.059896,,,,75,48,D#5,,,,"e",," ",0.015625,"",,,
299
+398,1,384,non,0.078125,48.138021,,,,71,49,B4,,,,"e",," ",0.015625,"",,,
300
+399,1,385,non,0.078125,48.216146,,,,75,49,D#5,,,,"e",," ",0.010417,"",,,
301
+401,1,386,non,0.117188,48.333333,,,,80,51,G#5,,,,"e",," ",0.010417,"",,,
302
+402,1,387,non,0.117188,48.450521,,,,59,52,B3,,,,"e",," ",0.010417,"",,,
303
+404,1,389,non,0.117188,48.684896,,,,80,55,G#5,,,,"e",," ",0.010417,"",,,
304
+405,1,390,non,0.117188,48.802083,,,,47,56,B2,,,,"e",," ",0.010417,"",,,
305
+406,1,391,non,0.117188,48.919271,,,,80,58,G#5,,,,"e",," ",0.015625,"",,,
306
+407,1,418,non,0.000000,48.919271,,,,33,43,A1,,,,"e",," ",0.031250,"",,,
307
+408,1,392,non,0.078125,48.997396,,,,75,59,D#5,,,,"e",," ",0.015625,"",,,
308
+409,1,419,non,0.026042,49.023437,,,,43,43,G2,,,," ",," ",0.031250,"",,,
309
+410,1,393,non,0.052083,49.075521,,,,80,60,G#5,,,,"e",," ",0.015625,"",,,
310
+411,1,420,non,0.052083,49.127604,,,,33,50,A1,,,," ",," ",0.031250,"",,,
311
+412,1,394,non,0.026042,49.153646,,,,75,60,D#5,,,,"e",," ",0.015625,"",,,
312
+413,1,395,non,0.078125,49.231771,,,,80,61,G#5,,,,"e",," ",0.015625,"",,,
313
+414,1,421,non,0.000000,49.231771,,,,43,50,G2,,,," ",," ",0.020833,"",,,
314
+415,1,396,non,0.078125,49.309896,,,,75,62,D#5,,,,"e",," ",0.015625,"",,,
315
+416,1,397,non,0.078125,49.388021,,,,71,63,B4,,,,"e",," ",0.015625,"",,,
316
+417,1,422,non,0.000000,49.388021,,,,33,57,A1,,,," ",," ",0.020833,"",,,
317
+418,1,398,non,0.078125,49.466146,,,,75,64,D#5,,,,"e",," ",0.010417,"",,,
318
+419,1,423,non,0.078125,49.544271,,,,43,57,G2,,,," ",," ",0.020833,"",,,
319
+420,1,399,non,0.039062,49.583333,,,,80,65,G#5,,,," ",," ",0.010417,"",,,
320
+421,1,400,non,0.117188,49.700521,,,,71,67,B4,,,," ",," ",0.010417,"",,,
321
+422,1,424,non,0.000000,49.700521,,,,33,64,A1,,,," ",," ",0.031250,"",,,
322
+423,1,425,non,0.104167,49.804687,,,,43,64,G2,,,," ",," ",0.031250,"",,,
323
+424,1,401,non,0.013021,49.817708,,,,75,68,D#5,,,," ",," ",0.010417,"",,,
324
+425,1,426,non,0.091146,49.908854,,,,33,71,A1,,,," ",," ",0.031250,"",,,
325
+426,1,402,non,0.026042,49.934896,,,,80,70,G#5,,,," ",," ",0.010417,"",,,
326
+427,1,427,non,0.078125,50.013021,,,,43,71,G2,,,," ",," ",0.020833,"",,,
327
+428,1,403,non,0.039062,50.052083,,,,71,71,B4,,,," ",," ",0.010417,"",,,
328
+432,1,429,non,1.367188,51.419271,,,,63,43,D#4,,,," ",," ",0.500000,"pp",,,
329
+433,1,,ctl,2.187500,53.606771,,,,64,0,,,,,"",,"",,"",,,
330
+434,1,,ctl,0.312500,53.919271,,,,64,64,,,,,"",,"",,"",,,
331
+435,1,406,non,0.000000,53.919271,,,,88,71,E6,,,," ",," ",0.031250,"",,,
332
+437,1,407,non,0.179036,54.098307,,,,49,75,C#3,,,," ",," ",0.031250,"",,,
333
+438,1,408,non,0.179036,54.277344,,,,49,78,C#3,,,," ",," ",0.020833,"",,,
334
+439,1,409,non,0.000000,54.277344,,,,88,78,E6,,,," ",," ",0.020833,"",,,
335
+440,1,433,non,0.266927,54.544271,,,,69,85,A4,,,," ",g," ",0.125000,"mf",,,
336
+441,1,434,non,0.065104,54.609375,,,,64,85,E4,,,," ",," ",0.250000,"mf",,,
337
+442,1,410,non,0.001628,54.611003,,,,68,85,G#4,,,," ",," ",0.020833,"mf",,,
338
+443,1,411,non,0.000000,54.611003,,,,88,85,E6,,,," ",," ",0.020833,"mf",,,
339
+444,1,412,non,0.268555,54.879557,,,,84,43,C6,,,," ",," ",0.031250,"pp",,,
340
+445,1,413,non,0.179036,55.058594,,,,58,43,A#3,,,," ",," ",0.031250,"pp",,,
341
+447,1,435,non,0.800781,55.859375,,,,68,57,G#4,,,," ",," ",0.125000,"",,,
342
+448,1,,bar,0.625000,56.484375,,,,0,0,,,7,,"",,"",,"",,,
343
+449,1,437,non,0.000000,56.484375,,,,77,99,F5,,,," ",," ",0.666667,"",,,
344
+450,1,438,non,0.000000,56.484375,,,,58,43,A#3,,,," ",," ",0.500000,"",,,
345
+451,1,439,non,0.000000,56.484375,,,,68,43,G#4,,,," ",," ",0.500000,"",,,
346
+452,1,440,non,0.000000,56.484375,,,,84,43,C6,,,," ",," ",0.500000,"",,,
347
+453,1,441,non,0.000000,56.484375,,,,88,43,E6,,,," ",," ",0.500000,"",,,
348
+455,1,457,non,0.000000,56.484375,,,,64,43,E4,,,," ",," ",0.500000,"",,,
349
+456,1,458,non,0.000000,56.484375,,,,69,43,A4,,,," ",," ",0.500000,"",,,
350
+463,1,446,non,3.125000,59.609375,,,,58,57,A#3,,,," ",," ",0.166667,"",,,
351
+464,1,447,non,0.000000,59.609375,,,,68,57,G#4,,,," ",," ",0.166667,"",,,
352
+465,1,448,non,0.000000,59.609375,,,,84,57,C6,,,," ",," ",0.166667,"",,,
353
+466,1,449,non,0.000000,59.609375,,,,88,57,E6,,,," ",," ",0.166667,"",,,
354
+467,1,461,non,0.000000,59.609375,,,,64,57,E4,,,," ",," ",0.166667,"",,,
355
+468,1,462,non,0.000000,59.609375,,,,69,57,A4,,,," ",," ",0.166667,"",,,
356
+475,1,454,non,4.375000,63.984375,,,,77,71,F5,,,," ",," ",0.500000,"mp",,,
357
+476,1,455,non,0.000000,63.984375,,,,68,29,G#4,,,," ",," ",0.500000,"ppp",,,
358
+477,1,465,non,0.000000,63.984375,,,,40,71,E2,,,," ",," ",0.500000,"mp",,,
359
+478,1,466,non,0.000000,63.984375,,,,64,29,E4,,,," ",," ",0.500000,"ppp",,,
360
+479,1,467,non,0.000000,63.984375,,,,69,29,A4,,,," ",," ",0.500000,"ppp",,,
361
+480,1,,bar,2.500000,66.484375,,,,0,0,,,8,,"",,"",,"",,,
362
+481,1,471,non,0.000000,66.484375,,,,68,43,G#4,,,," ",," ",1.000000,"",,,
363
+482,1,479,non,0.000000,66.484375,,,,50,43,D3,,,," ",," ",1.000000,"",,,
364
+483,1,480,non,0.000000,66.484375,,,,64,43,E4,,,," ",," ",1.000000,"",,,
365
+484,1,481,non,0.000000,66.484375,,,,69,43,A4,,,," ",," ",1.000000,"",,,
366
+485,1,,ctl,4.687500,71.171875,,,,64,0,,,,,"",,"",,"",,,
367
+486,1,478,non,0.312500,71.484375,,,,68,57,G#4,,,," ",," ",1.000000,"p",,,
368
+488,1,483,non,0.000000,71.484375,,,,64,57,E4,,,," ",," ",1.000000,"p",,,
369
+489,1,484,non,0.000000,71.484375,,,,69,57,A4,,,," ",," ",1.000000,"p",,,
370
+490,1,,ctl,0.001628,71.486003,,,,66,64,,,,,"",,"",,"",,,
371
+492,1,486,non,0.623372,72.109375,,,,44,99,G#2,,,," ",," ",0.062500,"f",,,
372
+493,1,487,non,0.208333,72.317708,,,,44,57,G#2,,,," ",," ",0.125000,"p",,,
373
+494,1,488,non,0.000000,72.317708,,,,49,57,C#3,,,," ",," ",0.125000,"p",,,
374
+497,1,,ctl,2.916667,75.234375,,,,64,64,,,,,"",,"",,"",,,
375
+498,1,492,non,0.000000,75.234375,,,,37,29,C#2,,,," ",," ",0.020833,"ppp",,,
376
+499,1,493,non,0.156250,75.390625,,,,57,26,A3,,,," ",," ",0.020833,"",,,
377
+500,1,494,non,0.156250,75.546875,,,,35,23,B1,,,," ",," ",0.031250,"",,,
378
+501,1,495,non,0.104167,75.651042,,,,41,21,F2,,,," ",," ",0.031250,"",,,
379
+502,1,496,non,0.104167,75.755208,,,,35,20,B1,,,," ",," ",0.031250,"",,,
380
+503,1,497,non,0.000000,75.755208,,,,37,20,C#2,,,," ",," ",0.031250,"",,,
381
+504,1,498,non,0.104167,75.859375,,,,41,18,F2,,,," ",," ",0.031250,"",,,
382
+505,1,499,non,0.104167,75.963542,,,,23,16,B0,,,," ",," ",0.031250,"",,,
383
+506,1,500,non,0.104167,76.067708,,,,57,14,A3,,,," ",," ",0.031250,"",,,
384
+507,1,501,non,0.104167,76.171875,,,,41,12,F2,,,," ",," ",0.031250,"",,,
385
+508,1,502,non,0.104167,76.276042,,,,23,10,B0,,,," ",," ",0.062500,"",,,
386
+509,1,,bar,0.206706,76.482747,,,,0,0,,,9,,"",,"",,"",,,
387
+510,1,,ctl,0.000000,76.482747,,,,66,0,,,,,"",,"",,"",,,
388
+511,1,504,non,0.001628,76.484375,,,,68,71,G#4,,,," ",," ",0.500000,"",,,
389
+512,1,506,non,0.000000,76.484375,,,,62,29,D4,,,," ",," ",0.500000,"",,,
390
+513,1,507,non,0.000000,76.484375,,,,84,29,C6,,,," ",," ",0.500000,"",,,
391
+514,1,508,non,0.000000,76.484375,,,,88,29,E6,,,," ",," ",0.500000,"",,,
392
+516,1,535,non,0.000000,76.484375,,,,64,71,E4,,,," ",," ",0.500000,"",,,
393
+517,1,536,non,0.000000,76.484375,,,,69,71,A4,,,," ",," ",0.500000,"",,,
394
+518,1,,ctl,2.500000,78.984375,,,,64,0,,,,,"",,"",,"",,,
395
+520,1,510,non,0.000000,78.984375,,,,77,99,F5,,,," ",," ",0.250000,"",,,
396
+521,1,537,non,0.000000,78.984375,,,,31,99,G1,,,," ",," ",0.250000,"",,,
397
+522,1,538,non,0.000000,78.984375,,,,40,99,E2,,,," ",," ",0.250000,"",,,
398
+524,1,,ctl,0.830078,79.814453,,,,64,64,,,,,"",,"",,"",,,
399
+525,1,511,non,0.003255,79.817708,,,,52,29,E3,,,,"e",," ",0.031250,"",,,
400
+527,1,512,non,0.104167,79.921875,,,,60,32,C4,,,,"e",," ",0.031250,"",,,
401
+528,1,513,non,0.104167,80.026042,,,,52,34,E3,,,,"e",," ",0.031250,"",,,
402
+530,1,515,non,0.104167,80.130208,,,,60,37,C4,,,,"e",," ",0.031250,"",,,
403
+531,1,516,non,0.104167,80.234375,,,,52,40,E3,,,,"e",," ",0.031250,"",,,
404
+532,1,517,non,0.000000,80.234375,,,,60,40,C4,,,,"e",," ",0.031250,"",,,
405
+533,1,518,non,0.000000,80.234375,,,,90,40,F#6,,,,"e",," ",0.031250,"",,,
406
+535,1,519,non,0.104167,80.338542,,,,65,42,F4,,,,"e",," ",0.062500,"",,,
407
+537,1,521,non,0.312500,80.651042,,,,90,50,F#6,,,," ",," ",0.031250,"",,,
408
+538,1,522,non,0.104167,80.755208,,,,77,50,F5,,,," ",," ",0.031250,"",,,
409
+541,1,,ctl,0.260417,81.015625,,,,64,0,,,,,"",,"",,"",,,
410
+542,1,545,non,0.000000,81.015625,,,,55,99,G3,,,," ",," ",0.031250,"",,,
411
+543,1,546,non,0.156250,81.171875,,,,55,43,G3,,,," ",," ",0.031250,"",,,
412
+544,1,547,non,0.000000,81.171875,,,,59,43,B3,,,," ",," ",0.031250,"",,,
413
+545,1,548,non,0.156250,81.328125,,,,55,43,G3,,,," ",," ",0.031250,"",,,
414
+546,1,549,non,0.000000,81.328125,,,,59,43,B3,,,," ",," ",0.031250,"",,,
415
+547,1,,ctl,0.156250,81.484375,,,,64,64,,,,,"",,"",,"",,,
416
+553,1,526,non,1.875000,83.359375,,,,102,29,F#7,,,,"e",," ",0.015625,"",,,
417
+554,1,527,non,0.078125,83.437500,,,,76,33,E5,,,,"e",," ",0.015625,"",,,
418
+555,1,528,non,0.078125,83.515625,,,,89,38,F6,,,,"e",," ",0.015625,"",,,
419
+556,1,529,non,0.078125,83.593750,,,,84,42,C6,,,,"e",," ",0.015625,"",,,
420
+557,1,530,non,0.078125,83.671875,,,,80,46,G#5,,,,"e",," ",0.015625,"",,,
421
+558,1,531,non,0.078125,83.750000,,,,64,51,E4,,,,"e",," ",0.010417,"",,,
422
+559,1,532,non,0.117188,83.867188,,,,84,57,C6,,,," ",," ",0.010417,"",,,
423
+561,1,554,non,0.117188,83.984375,,,,48,43,C3,,,," ",," ",0.250000,"",,,
424
+562,1,555,non,0.000000,83.984375,,,,55,43,G3,,,," ",," ",0.250000,"",,,
425
+563,1,556,non,0.000000,83.984375,,,,59,43,B3,,,," ",," ",0.250000,"",,,
426
+565,1,560,non,1.250000,85.234375,,,,38,85,D2,,,,"e",g," ",0.125000,"",,,
427
+566,1,561,non,0.065104,85.299479,,,,48,79,C3,,,,"e",g," ",0.125000,"",,,
428
+568,1,563,non,0.130208,85.429688,,,,52,68,E3,,,,"e",g," ",0.125000,"",,,
429
+569,1,564,non,0.065104,85.494792,,,,37,63,C#2,,,,"e",g," ",0.125000,"",,,
430
+570,1,565,non,0.065104,85.559896,,,,33,57,A1,,,,"e",g," ",0.125000,"",,,
431
+575,1,570,non,0.130208,85.690104,,,,64,46,E4,,,,"e",g," ",0.125000,"",,,
432
+579,1,573,non,0.195312,85.885417,,,,69,29,A4,,,," ",," ",0.250000,"",,,
433
+580,1,,ctl,1.245117,87.130534,,,,64,0,,,,,"",,"",,"",,,

+ 47
- 0
src/kc/data/round4.js View File

@@ -0,0 +1,47 @@
1
+{
2
+  time_line:
3
+  {
4
+    srate: 96000.000000
5
+
6
+    onset:
7
+    {
8
+      wndMs:        42
9
+      hopFact:       4
10
+      audioChIdx:    0
11
+      wndFrmCnt:     3
12
+      preWndMult:    3
13
+      threshold:   0.6
14
+      maxFrqHz:  15000
15
+      filtCoeff:    -0.7
16
+      medFiltWndMs: 50
17
+      filterId:      0 // 0=none 1=smooth 2=median
18
+      preDelayMs:   20
19
+    }
20
+     
21
+    objArray: 
22
+    [
23
+      
24
+      {
25
+        label: "mf-0"         
26
+        type: "mf"         
27
+        ref: ""         
28
+        offset: 0         
29
+        smpCnt: 9315533
30
+        trackId: 0         
31
+	textStr: "round4.mid"
32
+      }
33
+
34
+{ label: "1" type: "mk" ref: "mf-0" offset:      156 smpCnt: 8342058 trackId: 0 textStr: "Bar   1" bar:   1 sec:"  1" }
35
+{ label: "2" type: "mk" ref: "mf-0" offset:  1013529 smpCnt: 7328685 trackId: 0 textStr: "Bar   2" bar:   2 sec:"  2" }
36
+{ label: "3" type: "mk" ref: "mf-0" offset:  1493351 smpCnt: 6848863 trackId: 0 textStr: "Bar   3" bar:   3 sec:"  3" }
37
+{ label: "4" type: "mk" ref: "mf-0" offset:  2490481 smpCnt: 5851733 trackId: 0 textStr: "Bar   4" bar:   4 sec:"  4" }
38
+{ label: "5" type: "mk" ref: "mf-0" offset:  3468868 smpCnt: 4873346 trackId: 0 textStr: "Bar   5" bar:   5 sec:"  5" }
39
+{ label: "6" type: "mk" ref: "mf-0" offset:  4434759 smpCnt: 3907455 trackId: 0 textStr: "Bar   6" bar:   6 sec:"  6" }
40
+{ label: "7" type: "mk" ref: "mf-0" offset:  5400650 smpCnt: 2941564 trackId: 0 textStr: "Bar   7" bar:   7 sec:"  7" }
41
+{ label: "8" type: "mk" ref: "mf-0" offset:  6360294 smpCnt: 1981920 trackId: 0 textStr: "Bar   8" bar:   8 sec:"  8" }
42
+{ label: "9" type: "mk" ref: "mf-0" offset:  7319938 smpCnt: 1022276 trackId: 0 textStr: "Bar   9" bar:   9 sec:"  9" }
43
+
44
+
45
+    ]
46
+  }
47
+}

BIN
src/kc/data/round4.mid View File


+ 573
- 0
src/kc/data/round4_mod.js View File

@@ -0,0 +1,573 @@
1
+{
2
+ seq_a:
3
+ [
4
+
5
+   { loc: -1 type:exec val:init }
6
+   { loc: -1           val:preset_dry }
7
+
8
+   { loc:  0           val:preset_c }     // preset_g_a
9
+   { loc: 53           val:preset_g_1_d }
10
+   { loc: 86           val:preset_dry }
11
+   { loc:142           val:preset_dry }
12
+   { loc:171           val:preset_dry }
13
+   { loc:206           val:preset_c }
14
+ ]
15
+
16
+ seq_b:
17
+ [
18
+
19
+   { loc: -1 type:exec val:init }
20
+   { loc: -1           val:preset_dry }
21
+   { loc: 206         val:preset_b }
22
+ ]
23
+ 
24
+ seq_c:
25
+ [
26
+
27
+   { loc: -1 type:exec val:init }
28
+   { loc: -1           val:preset_dry }
29
+   { loc: 206         val:preset_c }
30
+   
31
+ ]
32
+ 
33
+ seq_d:
34
+ [
35
+
36
+   { loc: -1 type:exec val:init }
37
+   { loc: -1           val:preset_dry }
38
+   { loc: 206         val:preset_d }
39
+   
40
+ ]
41
+ 
42
+ seq_f_1:
43
+ [
44
+
45
+   { loc: -1 type:exec val:init }
46
+   { loc: -1           val:preset_dry }
47
+   { loc: 206         val:preset_f_1 }
48
+   
49
+ ]
50
+ 
51
+ seq_f_2:
52
+ [
53
+
54
+   { loc: -1 type:exec val:init }
55
+   { loc: -1           val:preset_dry }
56
+   { loc: 206         val:preset_f_2 }
57
+   
58
+ ]
59
+ 
60
+ seq_f_3:
61
+ [
62
+
63
+   { loc: -1 type:exec val:init }
64
+   { loc: -1           val:preset_dry }
65
+   { loc: 206         val:preset_f_3 }
66
+   
67
+ ]
68
+ 
69
+ seq_f_4:
70
+ [
71
+
72
+   { loc: -1 type:exec val:init }
73
+   { loc: -1           val:preset_dry }
74
+   { loc: 206         val:preset_f_4 }
75
+   
76
+ ]
77
+ 
78
+ seq_g:
79
+ [
80
+
81
+   { loc: -1 type:exec val:init }
82
+   { loc: -1           val:preset_dry }
83
+   { loc: 206         val:preset_g }
84
+   
85
+ ]
86
+ 
87
+ seq_g_a:
88
+ [
89
+
90
+   { loc: -1 type:exec val:init }
91
+   { loc: -1           val:preset_dry }
92
+   { loc: 206         val:preset_g_a }
93
+   
94
+ ]
95
+ 
96
+ seq_g_1_a:
97
+ [
98
+
99
+   { loc: -1 type:exec val:init }
100
+   { loc: -1           val:preset_dry }
101
+   { loc: 206         val:preset_g_1_a }
102
+   
103
+ ]
104
+
105
+ seq_g_1_d:
106
+ [
107
+
108
+   { loc: -1 type:exec val:init }
109
+   { loc: -1           val:preset_dry }
110
+   { loc: 206         val:preset_g_1_d }
111
+   
112
+ ]
113
+
114
+
115
+ init: 
116
+ [
117
+   { loc:-1, mod:m1, var:dyn,   type:input, val:0.0, min:0.0 max:2.0 },
118
+   {                 var:even,              val:0.0, min:0.0 max:2.0 },
119
+   {                 var:tempo,             val:0.0, min:0.0 max:200.0 },
120
+   {                 var:cost,              val:0.0, min:0.0 max:2.0 },
121
+   
122
+   // wnd len:1=512 2=1024 3=2048 4=4096 5=8192
123
+   { loc:-1, mod:m1, var:win0, type:set, rate:100, val:3 },
124
+   {                 var:win1,           rate:100, val:2 },
125
+
126
+   // hop: 1=1 2=2 3=4 4=8 5=16
127
+   {                 var:hop0,           rate:100, val:3 },
128
+   {                 var:hop1,           rate:100, val:3 },
129
+
130
+   {                 var:mod0,           val:1   },
131
+   {                 var:mod1,           val:1  },
132
+
133
+   {                 var:thr0,           val:65 },
134
+   {                 var:thr1,           val:65 },
135
+
136
+   {                 var:upr0,           val:0 },
137
+   {                 var:upr1,           val:0 },
138
+   {                 var:lwr0,           val:2.0 },
139
+   {                 var:lwr1,           val:2.0 },
140
+   
141
+   {                 var:ceil0,           val:20 },
142
+   {                 var:ceil1,           val:20 },
143
+   {                 var:expo0,           val:2.0 },
144
+   {                 var:expo1,           val:2.0 },
145
+   {                 var:mix0,            val:0.0 },
146
+   {                 var:mix1,            val:0.0 },
147
+
148
+   {                 var:wet0,           val:0.0 },
149
+   {                 var:wet1,           val:0.0 },
150
+
151
+   {                 var:minc0,           val:10 },
152
+   {                 var:maxc0,           val:50 },
153
+   {                 var:mine0,           val:1.0 },
154
+   {                 var:maxe0,           val:4.0 },
155
+   {                 var:minm0,           val:0 },
156
+   {                 var:maxm0,           val:1.0 },
157
+   {                 var:mint0,           val:55 },
158
+   {                 var:maxt0,           val:85 },
159
+   {                 var:minu0,           val:0.0 },
160
+   {                 var:maxu0,           val:0.5 },
161
+   {                 var:minl0,           val:0 },
162
+   {                 var:maxl0,           val:3 },
163
+   {                 var:mino0,           val:-100.0 },
164
+   {                 var:maxo0,           val:100.0 },
165
+
166
+
167
+   {                 var:minc1,           val:10 },
168
+   {                 var:maxc1,           val:50 },
169
+   {                 var:mine1,           val:1.0 },
170
+   {                 var:maxe1,           val:4.0 },
171
+   {                 var:minm1,           val:0 },
172
+   {                 var:maxm1,           val:1.0 },
173
+   {                 var:mint1,           val:55 },
174
+   {                 var:maxt1,           val:85 },
175
+   {                 var:minu1,           val:0.0 },
176
+   {                 var:maxu1,           val:0.5 },
177
+   {                 var:minl1,           val:0 },
178
+   {                 var:maxl1,           val:3 },
179
+   {                 var:mino1,           val:-100.0 },
180
+   {                 var:maxo1,           val:100.0 },
181
+  
182
+   
183
+   {                 var:xfad0,           val:100.0 },
184
+   {                 var:xfad1,           val:100.0 },
185
+   {                 var:sw0,   type:decl, val:1 },	
186
+   {                 var:sw1,   type:decl, val:1 },	
187
+
188
+   // compressor
189
+   {                 var:cbyp0,    type:set, val:0.0 },
190
+   {                 var:cigain0,            val:3.0 },
191
+   {                 var:cthrsh0,            val:-20.0 },
192
+   {                 var:cratio0,            val:2.0 },
193
+   {                 var:catkms0,            val:20.0 },
194
+   {                 var:crlsms0,            val:1000.0 },
195
+   {                 var:cmakeup0,           val:1.0 },
196
+   {                 var:cwndms0,            val:200 },
197
+
198
+   {                 var:cbyp1,              val:0.0 },
199
+   {                 var:cigain1,            val:3.0 },
200
+   {                 var:cthrsh1,            val:-20.0 },
201
+   {                 var:cratio1,            val:2.0 },
202
+   {                 var:catkms1,            val:20.0 },
203
+   {                 var:crlsms1,            val:1000.0 },
204
+   {                 var:cmakeup1,           val:1.0 },
205
+   {                 var:cwndms1,            val:200 },
206
+   
207
+   {                 var:dgain0,             val:1.0 },
208
+   {                 var:dgain1,             val:1.0 },
209
+   {                 var:wgain0,             val:1.0 },
210
+   {                 var:wgain1,             val:1.0 },
211
+  ]
212
+
213
+   
214
+// Preset A (Section 2)
215
+   preset_a :
216
+   [
217
+   { loc:-1 mod:m1, var:mod0,    type:set, val: 1   },
218
+   {                var:thr0,              val: 60.0 },
219
+   {                var:upr0,              val: -1.1 },
220
+   {                var:lwr0,              val: 2.0  },
221
+   {                var:mix0,              val:  0.0 },   
222
+   {                var:cbyp0,             val: 0.0 },
223
+   {                var:cigain0,           val: 6.0  },
224
+   {                var:wet0               val: 1.0}
225
+   {                var:wgain0,            val: 1.25 }
226
+   {                var:sw0,               val:0 },	
227
+
228
+   {                var:mod1,              val: 1   },		 
229
+   {                var:thr1,              val: 60.0 },
230
+   {                var:upr1,              val: -0.99 },
231
+   {                var:lwr1,              val: 2.0  },
232
+   {                var:mix1,              val:  0.0 },   
233
+   {                var:cbyp1,             val: 0.0 },
234
+   {                var:cigain1,           val: 6.0  },
235
+   {                var:wet1               val: 1.0}
236
+   {                var:wgain1,            val: 1.25  }
237
+   {                var:sw1,               val:0 },	
238
+   ]
239
+
240
+// Preset D -  (Section 4)
241
+   preset_d :
242
+   [
243
+   { loc:-1 mod:m1     var:mod0,    type:set, val: 1 },
244
+   {                   var:thr0,              val: 70.0 },
245
+   {                   var:upr0,              val: -3.9 },
246
+   {                   var:lwr0,              val: 4.0  },
247
+   {                   var:mix0,              val:  0.0 },   
248
+   {                   var:cigain0,           val: 9.0  },
249
+   {                   var:wet0               val: 1.0 }
250
+   {                   var:wgain0,            val: 1.25 }
251
+   {                   var:sw0,               val:0 },	
252
+
253
+   {                   var:mod1               val: 1 },
254
+   {                   var:thr1,              val: 70.0  },
255
+   {                   var:upr1,              val: -4.5 },
256
+   {                   var:lwr1,              val: 4.0   },
257
+   {                   var:mix1,              val: 0.0 },      
258
+   {                   var:cigain1,           val: 9.0   },
259
+   {                   var:wet1               val: 1.0 }
260
+   {                   var:wgain1,            val: 1.25 }
261
+   {                   var:sw1,               val:0 },
262
+   ]
263
+
264
+
265
+// Preset B (Section 6)
266
+   preset_b :
267
+   [
268
+   { loc:-1  mod:m1 var:mod0,	type:set, val:1    },
269
+   {               var:thr0,	          val: 77.0},
270
+   {               var:upr0,	          val: -0.5},
271
+   {               var:lwr0,	          val:  3.0},
272
+   {               var:mix0,              val:  0.0 },      
273
+   {               var:cbyp0,             val: 0.0 },
274
+   {               var:cigain0,           val:10.0 },
275
+   {               var:wgain0             val: 1.25}
276
+   {               var:wet0               val: 1.0 }
277
+   {               var:sw0,               val:0 },	
278
+
279
+   {               var:mod1,	          val:1  },
280
+   {               var:thr1,	          val: 74.0 },
281
+   {               var:upr1,	          val: -0.5},
282
+   {               var:lwr1,	          val:  2.0},
283
+   {               var:mix1,              val:  0.0 },      
284
+   {               var:cbyp1,             val: 0.0 },
285
+   {               var:cigain1,           val:10.0 },
286
+   {               var:wgain1             val: 1.25}
287
+   {               var:wet1               val: 1.0 }
288
+   {               var:sw1,               val:0 },	
289
+   ]
290
+
291
+
292
+   preset_b_0 :
293
+   [
294
+   { loc:-1  mod:m1 var:mod0,	type:set, val:1    },
295
+   {                var:wet0,              val:1.0 },
296
+   {               var:thr0,	          val: 77.0},
297
+   {               var:upr0,	          val: -0.5},
298
+   {               var:lwr0,	          val:  3.0},
299
+   {               var:ceil0,             val: 20.0 }
300
+   {               var:expo0,             val:  2.0 },
301
+   {               var:mix0,              val:  1.0 },   
302
+   {               var:cbyp0,             val:  0.0 },
303
+   {               var:cigain0,           val: 10.0 },
304
+   {               var:wgain0             val:  1.25}
305
+   {               var:sw0,               val:0 },	
306
+
307
+   {               var:mod1,	          val:1  },
308
+   {               var:wet1,              val:1.0 },
309
+   {               var:thr1,	          val: 74.0 },
310
+   {               var:upr1,	          val: -0.5},
311
+   {               var:lwr1,	          val:  2.0},
312
+   {               var:ceil1,             val: 20.0 }
313
+   {               var:expo1,             val:  2.0 },
314
+   {               var:mix1,              val:  1.0 },      
315
+   {               var:cbyp1,             val: 0.0 },
316
+   {               var:cigain1,           val:10.0 },
317
+   {               var:wgain1             val: 1.25}
318
+   {               var:sw1,               val:0 },	
319
+   ]
320
+
321
+
322
+// Preset C
323
+
324
+   preset_c :
325
+   [
326
+   { loc:-1 mod:m1      var:mod0,	type:set, val:1    },
327
+   {                    var:thr0,	type:set, val: 80.0},
328
+   {                    var:upr0,	type:set, val: -0.5},
329
+   {                    var:lwr0,	type:set, val:  5.0},
330
+   {                    var:cigain0,	type:set, val:11.0 },
331
+   {                    var:wet0        type:set, val: 1.0}
332
+   {                    var:sw0,        type:set, val:0 },	
333
+
334
+   {                    var:mod1        type:set, val:1    },
335
+   {                    var:thr1,	type:set, val: 80.0 },
336
+   {                    var:upr1,	type:set, val: -0.5},
337
+   {                    var:lwr1,	type:set, val:  5.0},
338
+   {                    var:cigain1,	type:set, val:11.0 },
339
+   {                    var:wet1        type:set, val: 1.0}
340
+   {                    var:sw1,        type:set, val:0 },	
341
+   ]
342
+
343
+// Preset F-1
344
+
345
+   preset_f_1 :
346
+   [
347
+   { loc:-1 mod:m1    var:mod0,    type:set, val: 1 },
348
+   {                  var:thr0,    type:set, val: 50.0 },
349
+   {                  var:upr0,    type:set, val: -3.0 },
350
+   {                  var:lwr0,    type:set, val: 1.0  },
351
+   {                  var:mix0,    type:set  val:  0.0 },      
352
+   {                  var:cigain0, type:set, val: 6.0  },
353
+   {                  var:wet0     type:set, val: 1.0 }
354
+   {                  var:wgain0,            val:1.25 },
355
+   {                  var:sw0,     type:set, val:0 },	
356
+
357
+   {                  var:mod1,    type:set, val: 1 },
358
+   {                  var:thr1,    type:set, val: 50.0  },
359
+   {                  var:upr1,    type:set, val: -3.0 },
360
+   {                  var:lwr1,    type:set, val: 1.0   },
361
+   {                  var:mix1,    type:set  val:  0.0 },      
362
+   {                  var:cigain1, type:set, val: 6.0   },
363
+   {                  var:wet1     type:set, val: 1.0 }
364
+   {                  var:wgain1,            val:1.25 },
365
+   {                  var:sw1,     type:set, val:0 },	
366
+   ]
367
+
368
+// Preset F-2
369
+
370
+   preset_f_2:
371
+   [
372
+   { loc:99 mod:m1    var:mod0,    type:set, val: 1 },
373
+   {                  var:thr0,    type:set, val: 60.0 },
374
+   {                  var:upr0,    type:set, val: -3.0 },
375
+   {                  var:lwr0,    type:set, val: 1.0  },
376
+   {                  var:mix0,    type:set  val:  0.0 },      
377
+   {                  var:cigain0, type:set, val: 6.0  },
378
+   {                  var:wet0     type:set, val: 1.0 }
379
+   {                  var:wgain0,            val:1.25 },
380
+   {                  var:sw0,     type:set, val:0 },	
381
+
382
+   {                  var:mod1,    type:set, val: 1 },
383
+   {                  var:thr1,    type:set, val: 60.0  },
384
+   {                  var:upr1,    type:set, val: -3.0 },
385
+   {                  var:lwr1,    type:set, val: 1.0   },
386
+   {                  var:mix1,    type:set  val:  0.0 },         
387
+   {                  var:cigain1, type:set, val: 6.0   },
388
+   {                  var:wet1     type:set, val: 1.0 }
389
+   {                  var:wgain1,            val: 1.25 },
390
+   {                  var:sw1,     type:set, val:0 },	
391
+   ]
392
+
393
+// Preset F-3
394
+
395
+   preset_f_3:
396
+   [
397
+   { loc:99 mod:m1    var:mod0,    type:set, val: 1 },
398
+   {                  var:thr0,    type:set, val: 55.0 },
399
+   {                  var:upr0,    type:set, val: -3.0 },
400
+   {                  var:lwr0,    type:set, val: 1.0  },
401
+   {                  var:mix0,    type:set  val:  0.0 },         
402
+   {                  var:cigain0, type:set, val: 6.0  },
403
+   {                  var:wet0     type:set, val: 1.0 }
404
+   {                  var:wgain0,            val:1.25 },   
405
+   {                  var:sw0,     type:set, val:0 },	
406
+
407
+   {                  var:mod1,    type:set, val: 1 },
408
+   {                  var:thr1,    type:set, val: 55.0  },
409
+   {                  var:upr1,    type:set, val: -3.0 },
410
+   {                  var:lwr1,    type:set, val: 1.0   },
411
+   {                  var:mix1,    type:set  val:  0.0 },         
412
+   {                  var:cigain1, type:set, val: 6.0   },
413
+   {                  var:wet1     type:set, val: 1.0 }
414
+   {                  var:wgain1,            val: 1.25 },   
415
+   {                  var:sw1,     type:set, val:0 },	
416
+   ]
417
+
418
+// Preset F-4
419
+
420
+   preset_f_4:
421
+   [
422
+   { loc:99 mod:m1    var:mod0,    type:set, val: 1 },
423
+   {                  var:thr0,    type:set, val: 55.0 },
424
+   {                  var:upr0,    type:set, val: -5.0 },
425
+   {                  var:lwr0,    type:set, val: 1.0  },
426
+   {                  var:mix0,    type:set  val:  0.0 },         
427
+   {                  var:cigain0, type:set, val: 6.0  },
428
+   {                  var:wet0     type:set, val: 1.0 }
429
+   {                  var:wgain0,            val: 1.25 },   
430
+   {                  var:sw0,     type:set, val:0 },	
431
+
432
+   {                  var:mod1,    type:set, val: 1 },
433
+   {                  var:thr1,    type:set, val: 55.0  },
434
+   {                  var:upr1,    type:set, val: -5.0 },
435
+   {                  var:lwr1,    type:set, val: 1.0   },
436
+   {                  var:mix1,    type:set  val:  0.0 },         
437
+   {                  var:cigain1, type:set, val: 6.0   },
438
+   {                  var:wet1     type:set, val: 1.0 }
439
+   {                  var:wgain1,            val: 1.25 },   
440
+   {                  var:sw1,     type:set, val:0 },	
441
+   ]
442
+
443
+// Preset G
444
+
445
+   preset_g:
446
+   [
447
+   { loc:99 mod:m1    var:mod0,    type:set, val: 4 },
448
+   {                  var:thr0,    type:set, val: 60.0 },
449
+   {                  var:upr0,    type:set, val: -0.7 },
450
+   {                  var:lwr0,    type:set, val: 8.0  },
451
+   {                  var:ceil0,   type:set, val: 20.0 }
452
+   {                  var:expo0,   type:set, val:  8.0 },
453
+   {                  var:mix0,    type:set, val:  1.0 },   
454
+   {                  var:cigain0, type:set, val: 10.0  },
455
+   {                  var:wet0     type:set, val: 1.0 }
456
+   {                  var:sw0,     type:set, val:0 },	
457
+
458
+   {                  var:mod1,    type:set, val: 4 },
459
+   {                  var:thr1,    type:set, val: 64.0 },
460
+   {                  var:upr1,    type:set, val: -0.7 },
461
+   {                  var:lwr1,    type:set, val: 8.0  },
462
+   {                  var:ceil1,   type:set, val: 20.0 }
463
+   {                  var:expo1,   type:set, val:  8.0 },
464
+   {                  var:mix1,    type:set, val: 1.0 },
465
+   {                  var:cigain1, type:set, val: 10.0  },
466
+   {                  var:wet1     type:set, val: 1.0 }
467
+   {                  var:sw1,     type:set, val:0 },	
468
+   ]
469
+
470
+
471
+// Preset G (a)  (Section 9)
472
+   preset_g_a :
473
+   [
474
+   { loc:-1 mod:m1    var:mod0,    type:set, val: 4 },
475
+   {                  var:thr0,              val: 50.0 },
476
+   {                  var:upr0,              val: -0.7 },
477
+   {                  var:lwr0,              val: 2.0  },
478
+   {                  var:ceil0,             val: 40.0 }
479
+   {                  var:expo0,             val:  2.0 },
480
+   {                  var:mix0,              val:  1.0 },   
481
+   {                  var:cigain0,           val: 10.0  },
482
+   {                  var:wet0               val: 1.0 }
483
+   {                  var:sw0,               val:0 },	
484
+
485
+   {                  var:mod1,              val: 4 },
486
+   {                  var:thr1,              val: 54.0 },
487
+   {                  var:upr1,              val: -0.7 },
488
+   {                  var:lwr1,              val: 2.0  },
489
+   {                  var:ceil1,              val: 40.0 }
490
+   {                  var:expo1,             val:  2.0 },
491
+   {                  var:mix1,              val:  1.0 },
492
+   {                  var:cigain1,           val: 10.0  },
493
+   {                  var:wet1               val: 1.0 }
494
+   {                  var:sw1,               val:0 },	
495
+   ]
496
+
497
+
498
+// Preset G-1 A  (*)  (Section 5 )
499
+
500
+   preset_g_1_a :
501
+   [
502
+   { loc:-1 mod:m1    var:mod0,    type:set, val: 4 },
503
+   {                  var:thr0,              val: 50.0 },
504
+   {                  var:upr0,              val: -0.7 },
505
+   {                  var:lwr0,              val: 8.0  },
506
+   {                  var:ceil0,             val: 20.0 }
507
+   {                  var:expo0,             val:  8.0 },
508
+   {                  var:mix0,              val:  1.0 },   
509
+   {                  var:cigain0,           val: 10.0  },
510
+   {                  var:wet0               val: 1.0 }
511
+   {                  var:wgain0,            val: 1.0  }
512
+   {                  var:sw0,               val:0 },	
513
+
514
+   {                  var:mod1,              val: 4 },
515
+   {                  var:thr1,              val: 54.0 },
516
+   {                  var:upr1,              val: -0.7 },
517
+   {                  var:lwr1,              val: 2.0  },
518
+   {                  var:ceil1,              val: 20.0 }
519
+   {                  var:expo1,             val:  2.0 },
520
+   {                  var:mix1,              val:  1.0 },   
521
+   {                  var:cigain1,           val: 10.0  },
522
+   {                  var:wet1               val: 1.0 }
523
+   {                  var:wgain1,            val: 1.0  }
524
+   {                  var:sw1,               val:0 },	
525
+   ]
526
+
527
+// Preset G-1 D (Section 1)
528
+   preset_g_1_d:
529
+   [
530
+   { loc:-1 mod:m1    var:mod0,    type:set, val: 4 },
531
+   {                  var:thr0,              val: 40.0 },
532
+   {                  var:upr0,              val: -0.4 },
533
+   {                  var:lwr0,              val: 7.0  },
534
+   {                  var:ceil0,              val: 60.0 }
535
+   {                  var:expo0,             val:  7.0 },
536
+   {                  var:mix0,              val:  1.0 },   
537
+   {                  var:cigain0,           val: 10.0  },
538
+   {                  var:wet0               val: 1.0 }
539
+   {                  var:wgain0,            val: 1.0  }
540
+   {                  var:sw0,               val:0 },	
541
+
542
+   {                  var:mod1,              val: 4 },
543
+   {                  var:thr1,              val: 34.0 },
544
+   {                  var:upr1,              val: -0.3 },
545
+   {                  var:lwr1,              val: 5.0  },
546
+   {                  var:ceil1,              val: 64.0 }
547
+   {                  var:expo1,             val:  5.0 },
548
+   {                  var:mix1,              val:  1.0 },   
549
+   {                  var:cigain1,           val: 10.0  },
550
+   {                  var:wet1               val: 1.0 }
551
+   {                  var:wgain1,            val: 1.0  }
552
+   {                  var:sw1,               val:0 },	
553
+   ]
554
+
555
+   
556
+//  Dry  (Section 8 - Meas 7)
557
+   preset_dry :
558
+   [
559
+   { loc:-1 mod:m1      var:mod0,	type:set, val:1    },
560
+   {                    var:cigain0,              val: 5.0  },
561
+   {                    var:mix0,                 val: 0.0 },
562
+   {                    var:wet0                  val: 0.0}
563
+   {                    var:sw0,                  val:0 },	
564
+
565
+   {                    var:mod1                  val:1    },
566
+   {                    var:mix1,                 val: 0.0 },
567
+   {                    var:cigain1,              val: 5.0  },
568
+   {                    var:wet1                  val: 0.0}
569
+   {                    var:sw1,                  val:0 },	
570
+   ]
571
+
572
+
573
+}

Loading…
Cancel
Save