diff --git a/doc/kc_play_directions.txt b/doc/kc_play_directions.txt new file mode 100644 index 0000000..6ded162 --- /dev/null +++ b/doc/kc_play_directions.txt @@ -0,0 +1,53 @@ +0) Log-in to Mac as 'kevin'. + +1) Setup hardware + a. Turn on MOTU Traveler (MOTU Audio Setup window shows up on Mac) + b. Turn on mixer. + Channel 1: Transformation Left (Mute button down) + 2: Transformation Right (Mute button down) + 3: Dry Piano Left (Mute button up) + 4: Dry Piano Right (Mute button up) + +2) Start Ivory + a. Insert ILOK + b. Select Ivory Standalone from Mac Menu. + c. Select 'Program Preset' "German Concert D Grand" + d. Audio | Device = Soundflower (2ch) + +3) Start 'kc' + a. Right click on: src | kc | build | osx | debug | bin | kc + and select 'Open'. + + b. The grey 'kc' window will open and a white terminal window + will open behind it. The terminal window will end with + the message: + "UDP Network error: The JSON 'udpnet' element was not found. (RC:9)" + (Contrary to what it says this is a not an error message.) + + c. Select the 'Enable Audio' checkbox. Some text will be printed + to the terminal window. + + mode:1 + mode:1 + wsn:2048 hsn:512 + wsn:1024 hsn:256 + wsn:2048 hsn:512 + wsn:1024 hsn:256 + mode:1 + mode:1 + /Users/kevin/temp/score_temp.mid : 0 + A7 : 0 + /Users/kevin/temp/score_temp.mid : 0 + A7 : 0 + + d. Select the 'Main' tab. + + e. Push the 'Start' button to begin playback. + If playback does not start and errors show up in the + terminal window goto a. + + f. By default playback begins from measure 1. + To begin playback from a different measure + enter the measure number in the edit box + labelled 'meas' and preset enter. + diff --git a/src/kc/data/gen_mod/gen_mod.py b/src/kc/data/gen_mod/gen_mod.py new file mode 100644 index 0000000..1c519d6 --- /dev/null +++ b/src/kc/data/gen_mod/gen_mod.py @@ -0,0 +1,894 @@ +# Generate the 'mod' file for time_line_lite.js + +import sys,copy + +# Selected presets +scoreSeqL = [ + ( 1,"g_1_d"), + ( 18,"a"), + ( 43,"d"), + ( 55,"g_1_a"), + ( 74,"a"), + ( 80,"d"), + ( 91,"dry"), + ( 95,"b"), + ( 102,"g_a"), + ( 126,"b"), + ( 142,"a"), + ( 156,"a"), + ( 171,"a"), + ( 186,"b"), + ( 231,"f_4"), + ( 236,"g_1_d"), + ( 264,"g_1_d"), + ( 286,"dry"), + ( 291,"f_3"), + ( 353,"f_4"), + ( 378,"g_1_a"), + ( 384,"f_4"), + ( 391,"g_1_d"), + ( 451,"f_1"), + ( 480,"f_4"), + ( 544,"f_1"), + ( 559,"dry"), + ( 610,"dry"), + ( 699,"g_a"), + ( 778,"f_3"), + ( 917,"g_1_d"), + ( 971,"f_3"), + (1025,"g_1_d"), + (1090,"g_1_d") + ] + +# Hard-coded presets +initPresetStr = """ + init: + [ + // wnd len:1=512 2=1024 3=2048 4=4096 5=8192 + { loc:-1, mod:m1, var:win0, type:set, rate:100, val:3 }, + { var:win1, rate:100, val:2 }, + + // hop: 1=1 2=2 3=4 4=8 5=16 + { var:hop0, rate:100, val:3 }, + { var:hop1, rate:100, val:3 }, + + { var:mod0, val:1 }, + { var:mod1, val:1 }, + + { var:thr0, val:65 }, + { var:thr1, val:65 }, + + { var:upr0, val:0 }, + { var:upr1, val:0 }, + { var:lwr0, val:2.0 }, // lwr has a hardcoded min. of 0.3 + { var:lwr1, val:2.0 }, + + { var:off0, val:20 }, + { var:off1, val:20 }, + + { var:wet0, val:0.0 }, + { var:wet1, val:0.0 }, + + { var:mint0, val:55 }, + { var:maxt0, val:85 }, + { var:minu0, val:0.0 }, + { var:maxu0, val:0.5 }, + { var:minl0, val:0 }, + { var:maxl0, val:3 }, + { var:mino0, val:-100.0 }, + { var:maxo0, val:100.0 }, + + + { var:mint1, val:55 }, + { var:maxt1, val:85 }, + { var:minu1, val:0.0 }, + { var:maxu1, val:0.5 }, + { var:minl1, val:0 }, + { var:maxl1, val:3 }, + { var:mino1, val:-100.0 }, + { var:maxo1, val:100.0 }, + + { var:xfad0, val:100.0 }, + { var:xfad1, val:100.0 }, + { var:sw0, type:decl, val:1 }, + { var:sw1, type:decl, val:1 }, + + // compressor + { var:cbyp0, type:set, val:0.0 }, + { var:cigain0, val:3.0 }, + { var:cthrsh0, val:-20.0 }, + { var:cratio0, val:2.0 }, + { var:catkms0, val:20.0 }, + { var:crlsms0, val:1000.0 }, + { var:cmakeup0, val:1.0 }, + { var:cwndms0, val:200 }, + + { var:cbyp1, val:0.0 }, + { var:cigain1, val:3.0 }, + { var:cthrsh1, val:-20.0 }, + { var:cratio1, val:2.0 }, + { var:catkms1, val:20.0 }, + { var:crlsms1, val:1000.0 }, + { var:cmakeup1, val:1.0 }, + { var:cwndms1, val:200 }, + + { var:dgain0, val:1.0 }, + { var:dgain1, val:1.0 }, + { var:wgain0, val:1.0 }, + { var:wgain1, val:1.0 }, + ] + +// Dry + preset_dry : + [ + { loc:-1 mod:m1 var:mod0, type:set, val:1 }, + { var:cigain0, val: 5.0 }, + { var:wet0 val: 0.0} + { var:sw0, val:0 }, + + { var:mod1 val:1 }, + { var:cigain1, val: 5.0 }, + { var:wet1 val: 0.0} + { var:sw1, val:0 }, + ] + +""" + + +# Default labels to match the 'kc' menu. +dfltLabelsL = [ "a","b","c","d","f_1", "f_2", "f_3", "f_4", "g", "g_a", "g_1_a", "g_1_d" ] + +# Default preset values. +dfltPresetL = [ + + {"a": + [ + { + "mod": 1, + "thr": 60.0, + "upr": -1.1, + "lwr": 2.0, + "off": 0.0, + "cigain": 6.0, + "wet": 1.0, + "wgain": 1.75, + "sw": 0 + }, + + { + "mod": 1, + "thr": 60.0, + "upr": -0.99, + "lwr": 2.0, + "off": 0.0, + "cigain": 6.0, + "wet": 1.0, + "wgain": 1.75, + "sw": 0 + } + ] + }, + + {"b": + [ + { + "mod": 1, + "thr": 77.0, + "upr": -0.5, + "lwr": 3.0, + "off": 0.0, + "cigain":10.0, + "wet": 1.0, + "wgain": 1.75, + "sw": 0 + }, + + { + "mod": 1, + "thr": 74.0, + "upr": -0.5, + "lwr": 2.0, + "off": 0.0, + "cigain":10.0, + "wet": 1.0, + "wgain": 1.75, + "sw": 0 + } + ] + }, + + {"c": + [ + { + "mod": 1, + "thr": 80.0, + "upr": -0.5, + "lwr": 5.0, + "off": 0.0, + "cigain":11.0, + "wet": 1.0, + "wgain": 1.0, + "sw": 0 + }, + + { + "mod": 1, + "thr": 80.0, + "upr": -0.5, + "lwr": 5.0, + "off": 0.0, + "cigain":11.0, + "wet": 1.0, + "wgain": 1.0, + "sw": 0 + } + ] + }, + + + {"d": + [ + { + "mod": 1, + "thr": 70.0, + "upr": -3.9, + "lwr": 4.0, + "off": 0.0, + "cigain": 9.0, + "wet": 1.0, + "wgain": 1.0, + "sw": 0 + }, + + { + "mod": 1, + "thr": 70.0, + "upr": -4.5, + "lwr": 4.0, + "off": 0.0, + "cigain": 9.0, + "wet": 1.0, + "wgain": 1.0, + "sw": 0 + } + ] + }, + + {"f_1": + [ + { + "mod": 1, + "thr": 50.0, + "upr": -3.0, + "lwr": 1.0, + "off": 0.0, + "cigain": 6.0, + "wet": 1.0, + "wgain": 2.0, + "sw": 0 + }, + + { + "mod": 1, + "thr": 50.0, + "upr": -3.0, + "lwr": 1.0, + "off": 0.0, + "cigain": 6.0, + "wet": 1.0, + "wgain": 2.0, + "sw": 0 + } + ] + }, + + {"f_2": + [ + { + "mod": 1, + "thr": 60.0, + "upr": -3.0, + "lwr": 1.0, + "off": 0.0, + "cigain": 6.0, + "wet": 1.0, + "wgain": 2.0, + "sw": 0 + }, + + { + "mod": 1, + "thr": 60.0, + "upr": -3.0, + "lwr": 1.0, + "off": 0.0, + "cigain": 6.0, + "wet": 1.0, + "wgain": 2.0, + "sw": 0 + } + ] + }, + + {"f_3": + [ + { + "mod": 1, + "thr": 55.0, + "upr": -3.0, + "lwr": 1.0, + "off": 0.0, + "cigain": 6.0, + "wet": 1.0, + "wgain": 2.0, + "sw": 0 + }, + + { + "mod": 1, + "thr": 55.0, + "upr": -3.0, + "lwr": 1.0, + "off": 0.0, + "cigain": 6.0, + "wet": 1.0, + "wgain": 2.0, + "sw": 0 + } + ] + }, + + {"f_4": + [ + { + "mod": 1, + "thr": 55.0, + "upr": -5.0, + "lwr": 1.0, + "off": 0.0, + "cigain": 6.0, + "wet": 1.0, + "wgain": 2.0, + "sw": 0 + }, + + { + "mod": 1, + "thr": 55.0, + "upr": -5.0, + "lwr": 1.0, + "off": 0.0, + "cigain": 6.0, + "wet": 1.0, + "wgain": 2.0, + "sw": 0 + } + ] + }, + + {"g": + [ + { + "mod": 4, + "thr": 60.0, + "upr": -0.7, + "lwr": 8.0, + "off": 20.0, + "cigain":10.0, + "wet": 1.0, + "wgain": 1.0, + "sw": 0 + }, + + { + "mod": 4, + "thr": 64.0, + "upr": -0.7, + "lwr": 8.0, + "off": 20.0, + "cigain":10.0, + "wet": 1.0, + "wgain": 1.0, + "sw": 0 + } + ] + }, + + {"g_a": + [ + { + "mod": 4, + "thr": 50.0, + "upr": -0.7, + "lwr": 2.0, + "off": 40.0, + "cigain":10.0, + "wet": 1.0, + "wgain": 1.0, + "sw": 0 + }, + + { + "mod": 4, + "thr": 54.0, + "upr": -0.7, + "lwr": 8.0, + "off": 40.0, + "cigain":10.0, + "wet": 1.0, + "wgain": 1.0, + "sw": 0 + } + ] + }, + + {"g_1_a": + [ + { + "mod": 4, + "thr": 50.0, + "upr": -0.7, + "lwr": 8.0, + "off": 20.0, + "cigain":10.0, + "wet": 1.0, + "wgain": 1.0, + "sw": 0 + }, + + { + "mod": 4, + "thr": 54.0, + "upr": -0.7, + "lwr": 2.0, + "off": 20.0, + "cigain":10.0, + "wet": 1.0, + "wgain": 1.0, + "sw": 0 + } + ] + }, + + {"g_1_d": + [ + { + "mod": 4, + "thr": 40.0, + "upr": -0.4, + "lwr": 7.0, + "off": 60.0, + "cigain":10.0, + "wet": 1.0, + "wgain": 1.0, + "sw": 0 + }, + + { + "mod": 4, + "thr": 34.0, + "upr": -0.3, + "lwr": 5.0, + "off": 64.0, + "cigain":10.0, + "wet": 1.0, + "wgain": 1.0, + "sw": 0 + } + ] + } + + ] + + +def write_seq( f, label, seqL ): + """ Write a sequence preset. + seqL = [ + (loc preset_label) # Set 'preset_label' to 'None' to assign the seq. label to the preset label. + (loc var ch value) # 'ch' is 0=left or 1=right + ] + """ + + f.write("seq_%s :\n" % label) + f.write("[\n") + f.write("{ loc:-1 type:exec val:init },\n") + f.write("{ loc:-1 val:preset_dry },\n") + + typ0 = 'exec' + for x in seqL: + typ1 = typ0 + if len(x) == 2: + typ1 = 'exec' + preset_label = label if x[1]==None else x[1] + typeS = 'type:exec,' if typ0!=typ1 else ' ' + f.write("{ loc:%5i, %s val:preset_%s },\n" % (x[0],typeS,preset_label)) + elif len(x) == 4: + typ1 = 'set' + typeS = 'type:set' if typ0!=typ1 else ' ' + f.write("{ loc:%5i %s var:%s%i val:%7.2f },\n" % (x[0],typeS,x[1],x[2],x[3])) + + typ0 = typ1 + + + f.write("]\n\n") + +def write_preset_ch( f, presetD, ch ): + + fmt0 = "{ loc:-1 mode:m1 var:%6s%i, type:set, val:%7.2f },\n" + fmt1 = "{ var:%6s%i, val:%7.2f },\n" + fmt = fmt0 if ch==0 else fmt1 + for key,val in presetD.items(): + f.write(fmt % (key,ch,val)) + fmt = fmt1 + +def write_preset( f, label, psL ): + + f.write("preset_%s : \n" % label) + f.write("[\n") + write_preset_ch(f, psL[0], 0 ) + f.write("\n") + write_preset_ch(f, psL[1], 1 ) + f.write("]\n") + + +def write_seqs( f, labelL, seqL ): + """ Assign a list of preset changes to all sequences named in labelL.""" + + for label in labelL: + write_seq( f, label, seqL ) + +def write_presets( f, presetL ): + + for x in presetL: + label = x.keys()[0] + psL = x[label] + write_preset(f,label,psL) + +def label_to_psL( presetL, keyLabel ): + for preset in presetL: + label = preset.keys()[0] + if label == keyLabel: + return preset[label] + + raise ValueError( "Preset %s not found." % keyLabel) + + +def dupl_preset( presetL, keyLabel, labelsL ): + """ Create a new preset list formed by duplicating the preset + identified by 'keyLabel' for each label in 'labelsL' + """ + psL = label_to_psL(presetL,keyLabel); + newL = [] + + for label in labelsL: + newL.append( { label:copy.deepcopy(psL) } ) + + return newL + +def mod_range( presetL, var, val00, val01, val10, val11 ): + + N = len(presetL) + v0L = [] + v1L = [] + for i in range(0,N): + v0L.append( val00 + (i*(val01-val00)/(N-1)) ) + v1L.append( val10 + (i*(val11-val10)/(N-1)) ) + + + for i,preset in enumerate(presetL): + label = preset.keys()[0] + psL = preset[label] + + #print "%i %s %f %f" % (i,label,v0L[i],v1L[i]) + + psL[0][var] = v0L[i] + psL[1][var] = v1L[i] + + +def mod_discrete_range( presetL, var, v0L, v1L ): + + assert( len(v0L) == len(v1L) ) + + N = min(len(v0L),len(presetL)) + + + for i in range(N): + preset = presetL[i] + label = preset.keys()[0] + psL = preset[label] + + print "%i %s %f %f" % (i,label,v0L[i],v1L[i]) + + psL[0][var] = v0L[i] + psL[1][var] = v1L[i] + + return N + +def print_preset( presetL ): + + for x in presetL: + label = x.keys()[0] + psL = x[label] + print "%s %i" % (label,len(psL)) + + for i,psD in enumerate(psL): + for var,val in psD.items(): + print "%s%i:%f" % (var,i,val) + + + + +if __name__ == "__main__": + + #print_preset( presetL ) + + fn = sys.argv[1] + + + # + seq0L = [ + ( 961, "g_1_d"), # (loc preset_label) + ( 967, "wnd", 0, 3 ), # (loc var channel value) + ( 967, "f_3"), # (loc preset_label) + (1023, None) # (loc preset_label = seq_label) + ] + + seq1L =[ + (1, None) # meas 1 + #(301, None) # meas 33 + #(480, None) # meas 41 + ] + + + presetL = [] + + # assign a sequential range of thresholds to each preset + if 0: # 12/28/16 + + mod_range( presetL, "thr", 50.0, 90.0, 55.0, 95.0 ) + mod_range( presetL, "cigain", 6.0, 12.0, 6.0, 12.0 ) + mod_range( presetL, "upr", 2.5, -5.0, 2.3, -5.2) + mod_range( presetL, "lwr", 0.5, 2.0, 0.5, 2.0) + + if 0: # 12/28/16 + + # make all presets identical to preset 'a'. + presetL = dupl_preset( dfltPresetL, "g_1_d", dfltLabelsL) + + #mod_range( presetL, "thr", 30.0, 90.0, 35.0, 95.0 ) + #mod_range( presetL, "cigain", 10.0, 16.0, 10.0, 16.0 ) + mod_range( presetL, "thr", 65.0, 65.0, 65.0, 65.0 ) + #mod_range( presetL, "upr", -0.05, 4.5, -0.05, 4.5) # upr slope min: -0.05 + mod_range( presetL, "upr", -0.05, -0.05, -0.05, -0.05) + #mod_range( presetL, "lwr", 1.1, 8.0, 1.1, 8.0 ) # 1.5 is good + #mod_range( presetL, "lwr", 8.0, 8.0, 8.0, 8.0 ) + mod_range( presetL, "lwr", 1.5, 1.5, 1.5, 1.5 ) + mod_range( presetL, "off", 0.0, 99.9, 0.0, 99.9) + #mod_range( presetL, "upr", 2.5, -5.0, 2.3, -5.2) + #mod_range( presetL, "lwr", 0.5, 2.0, 0.5, 2.0) + + if 0: # 1/14/17 + + seq1L =[ + (778, None) # meas 50 + ] + + if 0: + presetL = dupl_preset( dfltPresetL, "f_3", dfltLabelsL) + + # thr: (40 ok) - (71 0k) upr:-3.0 lwr:1.0 cigain:6.0 vetted trajectory for measure 50 + + mod_range( presetL, "thr", 40.0, 71.0, 40.0, 71.0 ) + #mod_range( presetL, "thr", 68.0, 68.0, 68.0, 68.0 ) + #mod_range( presetL, "upr", -4.0, 0.0, -4.0, 0.0) + mod_range( presetL, "upr", -3.0, -3.0, -3.0, -3.0) + mod_range( presetL, "lwr", 1.0, 1.0, 1.0, 1.0 ) + mod_range( presetL, "cigain", 6.0, 6.0, 6.0, 6.0 ) + + else: # 3/6/17 + + presetL = dupl_preset( dfltPresetL, "g_1_a", dfltLabelsL) + + mod_range( presetL, "thr", 20.0, 50.0, 20.0, 50.0 ) # offs:65 thr:20-50 + mod_range( presetL, "off", 10.0, 80.0, 10.0, 80.0) + mod_range( presetL, "upr", -0.7, -0.2, -0.7, -0.2 ) + mod_range( presetL, "lwr", 2.0, 2.0, 8.0, 4.0 ) + + mod_range( presetL, "cigain", 10.0, 14.0, 10.0, 14.0 ) + + + if 0: # 1/14/17 and 1/28/17 + + seq1L =[ + (917, None) # meas 53 + #(1, None) # meas 1 + ] + + # 2/4/17 vetted for both meas 53 and meas 1 + + # make all presets identical to preset 'a'. + presetL = dupl_preset( dfltPresetL, "g_1_d", dfltLabelsL) + + mod_range( presetL, "thr", 20.0, 50.0, 20.0, 50.0 ) # offs:65 thr:20-50 + #mod_range( presetL, "off", 10.0, 80.0, 10.0, 80.0) + #mod_range( presetL, "off", 65.0, 65.0, 65.0, 65.0) # thr 34, offset should be > 50 + #mod_range( presetL, "off", 50.0, 80.0, 50.0, 80.0) + mod_range( presetL, "off", 10.0, 80.0, 10.0, 80.0) + mod_range( presetL, "cigain", 14.0, 14.0, 14.0, 14.0 ) + + if 0: # 1/28/17 + + seq1L =[ + (917, None) # meas 53 + ] + + # make all presets identical to preset 'a'. + presetL = dupl_preset( dfltPresetL, "f_3", dfltLabelsL) + + mod_range( presetL, "thr", 40.0, 90.0, 40.0, 90.0 ) + mod_range( presetL, "upr", 0.0, 0.0, 0.0, 0.0 ) + mod_range( presetL, "lwr", 4.0, 4.0, 4.0, 4.0) # vocal artifacts come in with lwr < 4 + mod_range( presetL, "cigain", 3.0, 8.0, 3.0, 8.0 ) + + + if 0: # 2/4/17 + + seq1L =[ + (378, None), # meas 36 + ] + + presetL = dupl_preset( dfltPresetL, "g_1_a", dfltLabelsL) + + mod_range( presetL, "thr", 20.0, 50.0, 20.0, 50.0 ) # offs:65 thr:20-50 + mod_range( presetL, "off", 10.0, 80.0, 10.0, 80.0) + mod_range( presetL, "upr", -0.7, -0.2, -0.7, -0.2 ) + mod_range( presetL, "lwr", 2.0, 2.0, 8.0, 4.0 ) + + mod_range( presetL, "cigain", 10.0, 14.0, 10.0, 14.0 ) + + + + if 0: # 2/4/17 + + seq1L =[ + (378, "g_1_a"), # meas 36 + (384, None), + ] + + presetL = dupl_preset( dfltPresetL, "f_4", dfltLabelsL) + + mod_range( presetL, "thr", 70.0, 75.0, 70.0, 75.0 ) + mod_range( presetL, "upr", -8.0, -4.0, -8.0, -4.0 ) + mod_range( presetL, "lwr", 8.0, 1.0, 8.0, 1.0) + mod_range( presetL, "cigain", 10.0, 14.0, 10.0, 14.0 ) + + + if 0: + + seq1L =[ + (1, None) # meas 1 + ] + + # 2/4/17 vetted for both meas 53 and meas 1 + + # make all presets identical to preset 'a'. + presetL = dupl_preset( dfltPresetL, "g_1_d", dfltLabelsL) + + print "preset len:",len(presetL) + + w0L = [ 512, 512, 512, 512, 1024, 1024, 1024, 2048, 2048, 4096 ] + w1L = [ 512, 1024, 2048, 4096, 1024, 2048, 4096, 2048, 4096, 4096 ] + + + + N = mod_discrete_range( presetL, "win", w0L, w1L ) + + presetL = presetL[0:N] + + mod_range( presetL, "thr", 40.0, 40.0, 40.0, 40.0 ) # offs:65 thr:20-50 + mod_range( presetL, "off", 55.0, 55.0, 55.0, 55.0) + mod_range( presetL, "cigain", 14.0, 14.0, 14.0, 14.0 ) + + + if 0: # 3/6/17 + + seq1L =[ + (1, None) # meas 1 + ] + + presetL = dupl_preset( dfltPresetL, "g_1_d", dfltLabelsL) + + mod_range( presetL, "thr", 20.0, 50.0, 20.0, 50.0 ) # offs:65 thr:20-50 + mod_range( presetL, "off", 10.0, 80.0, 10.0, 80.0) + mod_range( presetL, "cigain", 14.0, 14.0, 14.0, 14.0 ) + + + if 0: # 3/6/17 + + seq1L =[ + (1, None) # meas 1 + ] + + + presetL = dupl_preset( dfltPresetL, "a", dfltLabelsL) + mod_range( presetL, "thr", 55.0, 65.0, 55.0, 65.0 ) + mod_range( presetL, "upr", -1.0, -5.0, -1.0, -5.0 ) + mod_range( presetL, "lwr", 2.0, 1.0, 2.0, 1.0 ) + mod_range( presetL, "cigain", 6.0, 8.0, 6.0, 8.0 ) + + + if 0: # 3/6/17 + + seq1L =[ + #(1, None) # meas 38 + (476, None) + ] + + presetL = dupl_preset( dfltPresetL, "f_4", dfltLabelsL) + + """ + w0L = [ 512, 512, 512, 512, 1024, 1024, 1024, 2048, 2048, 4096 ] + w1L = [ 512, 1024, 2048, 4096, 1024, 2048, 4096, 2048, 4096, 4096 ] + + N = mod_discrete_range( presetL, "win", w0L, w1L ) + + presetL = presetL[0:N] + """ + if 1: + mod_range( presetL, "thr", 55.0, 65.0, 55.0, 65.0 ) + mod_range( presetL, "upr", -1.0, -5.0, -1.0, -5.0 ) + mod_range( presetL, "lwr", 2.0, 1.0, 2.0, 1.0 ) + mod_range( presetL, "cigain", 6.0, 8.0, 6.0, 8.0 ) + else: + mod_range( presetL, "thr", 55.0, 75.0, 55.0, 75.0 ) + mod_range( presetL, "upr", -8.0, -4.0, -8.0, -4.0 ) + mod_range( presetL, "lwr", 8.0, 1.0, 8.0, 1.0) + mod_range( presetL, "cigain", 10.0, 14.0, 10.0, 14.0 ) + + if 1: # 3/11/17 + + seq1L =[ + (1015, None) # meas 57 (just before section 29) + #(1068, None) # meas 58 (just before section 29) + ] + + + presetL = dupl_preset( dfltPresetL, "g_1_d", dfltLabelsL) + + # this is a good parameter space - notice that it can + # generate 4 lines connecting the diagnals of a cube + + mod_range( presetL, "thr", 10.0, 80.0, 10.0, 80.0 ) # line 1 + mod_range( presetL, "off", 10.0, 99.0, 10.0, 99.0) + + #mod_range( presetL, "thr", 10.0, 80.0, 10.0, 80.0 ) # line 2 + #mod_range( presetL, "off", 99.0, 10.0, 99.0, 10.0) + + #mod_range( presetL, "upr", 5.0, -1.5, 5.0, -1.5 ) + mod_range( presetL, "upr", -1.5, 5.0, -1.5, 5.0 ) + + #mod_range( presetL, "lwr", 0.9, 30.0, 0.9, 30.0 ) + + mod_range( presetL, "cigain", 14.0, 14.0, 14.0, 14.0 ) + + + + + # thr upr lwr offs + # 65 -0.05 1.5 0.0 + # 99.9 + # 65 -0.05 10.0 0.0 + # 99.0 + + with open(fn,"wt") as f: + f.write("{\n") + + write_seqs(f,dfltLabelsL,seq1L) # assign seq0L to each sequence + #write_seqs(f,'a',scoreSeqL); # the only sequence will be 'a' + + f.write("%s\n" % initPresetStr) + + write_presets(f,presetL) + + f.write("}\n") + diff --git a/src/kc/data/gen_mod/plot_presets.py b/src/kc/data/gen_mod/plot_presets.py new file mode 100644 index 0000000..eda4e70 --- /dev/null +++ b/src/kc/data/gen_mod/plot_presets.py @@ -0,0 +1,70 @@ +import numpy as np +from mpl_toolkits.mplot3d import Axes3D +import matplotlib.pyplot as plt +import csv + +plt.switch_backend('TkAgg') + +""" +def randrange(n, vmin, vmax): + return (vmax - vmin)*np.random.rand(n) + vmin + +fig = plt.figure() +ax = fig.add_subplot(111, projection='3d') +n = 100 +for c, m, zl, zh in [('r', 'o', -50, -25), ('b', '^', -30, -5)]: + xs = randrange(n, 23, 32) + ys = randrange(n, 0, 100) + zs = randrange(n, zl, zh) + ax.scatter(xs, ys, zs, c=c, marker=m) + +ax.set_xlabel('X Label') +ax.set_ylabel('Y Label') +ax.set_zlabel('Z Label') + +plt.show() +""" + + + +fn = "preset.csv" + +fig = plt.figure() +ax = fig.add_subplot(111, projection='3d') +ax.set_xlabel('Threshold') +ax.set_ylabel('Lower') +ax.set_zlabel('Upper') + + +with open(fn) as f: + rd = csv.reader(f) + + rd.next() + + for x in rd: + label = x[0] + ch = x[1] + mode = x[2] + thresh= x[3] + upr = x[4] + lwr = x[5] + offs = x[6] + + c = 'b' + if float(mode)==4: + c = 'g' + if float(mode)==0: + c = 'r' + + lbl = "%s-%s" % (label,ch) + + x = float(thresh) + y = float(lwr) + z = float(upr) + ax.scatter(x,y,z,c=c) + + ax.text(x,y,z, '%s' % (lbl), size=10, zorder=1, color='k') + + +plt.show() + diff --git a/src/kc/data/gen_mod/preset.csv b/src/kc/data/gen_mod/preset.csv new file mode 100644 index 0000000..2426b13 --- /dev/null +++ b/src/kc/data/gen_mod/preset.csv @@ -0,0 +1,33 @@ +Preset,Channel,Mode,Threshold,Upper,Lower,Offset,CGain,WetDry,WGain +A,L,1.000000,60.000000,-1.100000,2.000000,,6.000000,1.000000,1.750000, +A,R,1.000000,60.000000,-0.990000,2.000000,,6.000000,1.000000,1.750000, +B,L,1.000000,77.000000,-0.500000,3.000000,,10.000000,,1.750000, +B,R,1.000000,74.000000,-0.500000,2.000000,,10.000000,,1.750000, +C,L,1.000000,80.000000,-0.500000,5.000000,,11.000000,1.000000,, +C,R,1.000000,80.000000,-0.500000,5.000000,,11.000000,1.000000,, +D,L,1.000000,70.000000,-3.900000,4.000000,,9.000000,1.000000,, +D,R,1.000000,70.000000,-4.500000,4.000000,,9.000000,1.000000,, +F_1,L,1.000000,50.000000,-3.000000,1.000000,,6.000000,1.000000,2.000000, +F_1,R,1.000000,50.000000,-3.000000,1.000000,,6.000000,1.000000,2.000000, +F_2,L,1.000000,60.000000,-3.000000,1.000000,,6.000000,1.000000,2.000000, +F_2,R,1.000000,60.000000,-3.000000,1.000000,,6.000000,1.000000,2.000000, +F_3,L,1.000000,55.000000,-3.000000,1.000000,,6.000000,1.000000,2.000000, +F_3,R,1.000000,55.000000,-3.000000,1.000000,,6.000000,1.000000,2.000000, +F_4,L,1.000000,55.000000,-5.000000,1.000000,,6.000000,1.000000,2.000000, +F_4,R,1.000000,55.000000,-5.000000,1.000000,,6.000000,1.000000,2.000000, +G,L,4.000000,60.000000,-0.700000,8.000000,20.000000,10.000000,1.000000,, +G,R,4.000000,64.000000,-0.700000,8.000000,20.000000,10.000000,1.000000,, +G_A,L,4.000000,50.000000,-0.700000,2.000000,40.000000,10.000000,1.000000,, +G_A,R,4.000000,54.000000,-0.700000,2.000000,40.000000,10.000000,1.000000,, +G_1_A,L,4.000000,50.000000,-0.700000,8.000000,20.000000,10.000000,1.000000,1.000000, +G_1_A,R,4.000000,54.000000,-0.700000,2.000000,20.000000,10.000000,1.000000,1.000000, +G_1_D,L,4.000000,40.000000,-0.400000,7.000000,60.000000,10.000000,1.000000,1.000000, +G_1_D,R,4.000000,34.000000,-0.300000,5.000000,64.000000,10.000000,1.000000,1.000000, +1, X,0, 40,-5.5,0.3,0 +2, X,0, 40,-5.5,8.0,0 +3, X,0, 40, 2.5,0.3,0 +4, X,0, 40, 2.5,8.0,0 +5, X,0, 95,-5.5,0.3,0 +6, X,0, 95,-5.5,8.0,0 +7, X,0, 95, 2.5,0.3,0 +8, X,0, 95, 2.5,8.0,0 diff --git a/src/kc/data/mod_simple_seq.js b/src/kc/data/mod_simple_seq.js index 44d8e56..0d5a1a3 100644 --- a/src/kc/data/mod_simple_seq.js +++ b/src/kc/data/mod_simple_seq.js @@ -3,7 +3,45 @@ [ { loc: -1 type:exec val:init } { loc: -1 val:preset_dry } -/* + + { loc: 1 val:preset_g_1_d } // meas:1 sect:1 + { loc: 18 val:preset_a } // meas:2 sect:2 + { loc: 43 val:preset_d } // sect:4 + { loc: 55 val:preset_g_1_a } // meas:4 sect:5 + { loc: 74 val:preset_b } // meas:5 sect:6 + { loc: 80 val:preset_g_1_d } // sect:7 + { loc: 91 val:preset_dry } // sect:8 + { loc: 95 val:preset_b } // meas:8 + + { loc: 102 val:preset_g_a } // sect:9 + { loc: 126 val:preset_b } // sect:10 + { loc: 142 val:preset_a } // meas:15 sect:11 + { loc: 156 val:preset_a } // meas:19 sect:12 +// { loc: 171 val:preset_a } // meas:20 sect:13 + { loc: 186 val:preset_b } // sect:14 + { loc: 231 val:preset_f_4 } // meas:25 + { loc: 236 val:preset_g_1_d } // sect:15 +// { loc: 264 val:preset_g_1_d } // sect:16 + { loc: 286 val:preset_dry } // meas:32 + { loc: 291 val:preset_f_3 } // sect:17 + { loc: 353 val:preset_f_4 } // meas:35 sect:18 + + { loc: 378 val:preset_g_1_a } // meas:36 sect:19 + { loc: 384 val:preset_f_4 } // mid 36 + { loc: 391 val:preset_g_1_d } // meas:37 + { loc: 451 val:preset_f_1 } // sect:20 + { loc: 480 val:preset_f_4 } // meas:41 sect:21 + { loc: 544 val:preset_f_1 } // sect:22 (or g_1_d) + { loc: 559 val:preset_dry } // meas:44 +// { loc: 610 val:preset_dry } // sect:23 + { loc: 699 val:preset_g_a } // sect:24 + { loc: 778 val:preset_f_3 } // meas:50 + { loc: 917 val:preset_g_1_d } // sect:26 + { loc: 971 val:preset_f_3 } // sect:27 + { loc: 1025 val:preset_g_1_d } // sect:28 +// { loc: 1090 val:preset_g_1_d } // sect:29 + +/* { loc: 17 val:preset_a } { loc: 47 val:preset_d } { loc: 59 val:preset_g_1_a } @@ -28,77 +66,94 @@ { loc: 450 val:preset_f_1 } { loc: 476 val:preset_f_4 } { loc: 541 val:preset_g_1_d } // or f_4 - { loc: 555 val:preset_dry } - { loc: 605 val:preset_g_1_a } + { loc: 555 val:preset_dry } + { loc: 605 val:preset_g_1_a } // (now 609) + { loc: 698 val:preset_g_a } // selection with score0_a.mid + { loc: 777 val:preset_f_3 } + { loc: 915 val:preset_g_1_d } + { loc: 967 val:preset_f_3 } + { loc: 1023 val:preset_g_1_d } */ - - { loc: 566 val:preset_dry } - { loc: 605 val:preset_a } - - ] +/* + { loc: 961 val:preset_g_1_d } + { loc: 967 val:preset_f_3 } + { loc: 1023 val:preset_a } +*/ +] seq_b : [ + { loc: -1 type:exec val:init } { loc: -1 val:preset_dry } - { loc: 566 val:preset_dry } - { loc: 605 val:preset_b } + { loc: 961 val:preset_g_1_d } + { loc: 967 val:preset_f_3 } + { loc: 1023 val:preset_b } + ] - seq_c : + +seq_c : [ { loc: -1 type:exec val:init } { loc: -1 val:preset_dry } - { loc: 566 val:preset_dry } - { loc: 605 val:preset_c } + { loc: 961 val:preset_g_1_d } + { loc: 967 val:preset_f_3 } + { loc: 1023 val:preset_c } ] seq_d : [ { loc: -1 type:exec val:init } { loc: -1 val:preset_dry } - { loc: 566 val:preset_dry } - { loc: 605 val:preset_d } + { loc: 961 val:preset_g_1_d } + { loc: 967 val:preset_f_3 } + { loc: 1023 val:preset_d } ] seq_f_1 : [ { loc: -1 type:exec val:init } { loc: -1 val:preset_dry } - { loc: 566 val:preset_dry } - { loc: 605 val:preset_f_1 } + { loc: 961 val:preset_g_1_d } + { loc: 967 val:preset_f_3 } + { loc: 1023 val:preset_f_1 } ] seq_f_2 : [ { loc: -1 type:exec val:init } { loc: -1 val:preset_dry } - { loc: 566 val:preset_dry } - { loc: 605 val:preset_f_2 } + { loc: 961 val:preset_g_1_d } + { loc: 967 val:preset_f_3 } + { loc: 1023 val:preset_f_2 } ] seq_f_3 : [ { loc: -1 type:exec val:init } { loc: -1 val:preset_dry } - { loc: 566 val:preset_dry } - { loc: 605 val:preset_f_3 } + { loc: 961 val:preset_g_1_d } + { loc: 967 val:preset_f_3 } + { loc: 1023 val:preset_f_3 } ] seq_f_4 : [ { loc: -1 type:exec val:init } { loc: -1 val:preset_dry } - { loc: 566 val:preset_dry } - { loc: 605 val:preset_f_4 } + { loc: 961 val:preset_g_1_d } + { loc: 967 val:preset_f_3 } + { loc: 1023 val:preset_f_4 } ] seq_g : [ { loc: -1 type:exec val:init } { loc: -1 val:preset_dry } - { loc: 566 val:preset_dry } - { loc: 605 val:preset_g } + { loc: 961 val:preset_g_1_d } + { loc: 967 val:preset_f_3 } + { loc: 1023 val:preset_g } ] @@ -106,8 +161,9 @@ [ { loc: -1 type:exec val:init } { loc: -1 val:preset_dry } - { loc: 566 val:preset_dry } - { loc: 605 val:preset_g_a } + { loc: 961 val:preset_g_1_d } + { loc: 967 val:preset_f_3 } + { loc: 1023 val:preset_g_a } ] @@ -115,8 +171,9 @@ [ { loc: -1 type:exec val:init } { loc: -1 val:preset_dry } - { loc: 566 val:preset_dry } - { loc: 605 val:preset_g_1_d } + { loc: 961 val:preset_g_1_d } + { loc: 967 val:preset_f_3 } + { loc: 1023 val:preset_g_1_d } ] @@ -124,8 +181,9 @@ [ { loc: -1 type:exec val:init } { loc: -1 val:preset_dry } - { loc: 566 val:preset_dry } - { loc: 605 val:preset_g_1_a } + { loc: 961 val:preset_g_1_d } + { loc: 967 val:preset_f_3 } + { loc: 1023 val:preset_g_1_a } ] diff --git a/src/kc/data/round1.csv b/src/kc/data/round1.csv new file mode 100644 index 0000000..09220a4 --- /dev/null +++ b/src/kc/data/round1.csv @@ -0,0 +1,1445 @@ +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 +1,1,,bar,0.000000,0.000000,,,,0,0,,,1,,"",,"",,"",,, +5,1,4,non,0.000000,0.000000,,,,96,43,C7,,,," ",," ",0.031250,"pp",1,, +6,1,5,non,0.000000,0.000000,,,,105,43,A7,,,," ",," ",0.031250,"pp",,, +7,1,18,non,0.000000,0.000000,,,,63,57,D#4,,,," ",," ",0.500000,"p",,, +8,1,19,non,0.000000,0.000000,,,,67,43,G4,,,," ",," ",0.083333,"pp",,, +9,1,6,non,0.075195,0.075195,,,,100,50,E7,,,," ",," ",0.041667,"",,, +10,1,7,non,0.224609,0.299805,,,,56,57,G#3,,,," ",," ",0.083333,"",,, +11,1,20,non,0.150391,0.450195,,,,71,57,B4,,,," ",," ",0.125000,"",,, +14,1,9,non,0.450195,0.900391,,,,93,43,A6,,,," ",," ",0.250000,"",,, +15,1,22,non,0.000000,0.900391,,,,74,57,D5,,,," ",," ",0.250000,"",,, +16,1,10,non,0.599609,1.500000,,,,61,43,C#4,,,," ",," ",0.062500,"",,, +19,1,11,non,0.150391,1.650391,,,,74,43,D5,,,," ",," ",0.062500,"",,, +20,1,25,non,0.149414,1.799805,,,,48,57,C3,,,," ",," ",0.083333,"p",,, +21,1,12,non,0.000977,1.800781,,,,84,57,C6,,,," ",," ",0.083333,"p",,, +22,1,26,non,0.199219,2.000000,,,,97,85,C#7,,,," ",," ",0.125000,"mf",,, +26,1,29,non,0.400391,2.400391,,,,49,57,C#3,,,," ",," ",0.250000,"p",,, +27,1,14,non,0.000977,2.401367,,,,75,57,D#5,,,," ",," ",0.250000,"p",,, +28,1,31,non,0.399414,2.800781,,,,55,57,G3,,,," ",g," ",0.125000,"p",,, +29,1,32,non,0.066406,2.867188,,,,48,57,C3,,,," ",g," ",0.125000,"p",,, +30,1,33,non,0.066406,2.933594,,,,59,57,B3,,,," ",g," ",0.125000,"p",,, +31,1,15,non,0.066406,3.000000,,,,88,57,E6,,,," ",," ",0.500000,"p",,, +32,1,16,non,0.000000,3.000000,,,,93,57,A6,,,," ",," ",0.500000,"p",,, +35,1,35,non,0.250000,3.250000,,,,41,99,F2,,,," ",," ",0.250000,"f",,, +38,1,37,non,1.250000,4.500000,,,,44,43,G#2,,,," ",," ",0.500000,"",,, +39,1,38,non,0.000000,4.500000,,,,54,43,F#3,,,," ",," ",0.500000,"",,, +40,1,,bar,1.500000,6.000000,,,,0,0,,,2,,"",,"",,"",,, +41,1,41,non,0.006836,6.006836,,,,84,43,C6,,,," ",g," ",0.125000,"pp",,, +42,1,45,non,0.000000,6.006836,,,,105,127,A7,,,," ",g," ",0.125000,"fff",,, +43,1,60,non,0.000000,6.006836,,,,80,43,G#5,,,,"e",g," ",0.125000,"pp",,, +44,1,42,non,0.066406,6.073242,,,,52,50,E3,,,,"e",g," ",0.125000,"pp",,, +45,1,61,non,0.000000,6.073242,,,,48,50,C3,,,," ",g," ",0.125000,"pp 2",,, +46,1,43,non,0.066406,6.139648,,,,77,57,F5,,,," ",g," ",0.125000,"",,, +47,1,62,non,0.000000,6.139648,,,,63,57,D#4,,,,"e 2 ",g," ",0.125000,"",,, +49,1,,ctl,0.000000,6.206055,,,,64,64,,,,,"",,"",,"",2,, +52,1,63,non,0.000000,6.206055,,,,59,57,B3,,,,"e",," ",0.125000,"",,, +53,1,64,non,0.000000,6.206055,,,,43,57,G2,,,," ",," ",2.000000,"",,, +55,1,48,non,0.248047,6.697266,,,,62,57,D4,,,,"e",," ",0.031250,"",,, +56,1,49,non,0.083008,6.780273,,,,88,64,E6,,,,"e",," ",0.031250,"",,, +57,1,50,non,0.083008,6.863281,,,,49,71,C#3,,,,"e 3 ",," ",0.031250,"",,, +59,1,,ctl,0.085938,6.949219,,,,64,0,,,,,"",,"",,"",,, +61,1,52,non,0.180664,7.129883,,,,96,71,C7,,,," ",g," ",0.125000,"",,, +62,1,53,non,0.066406,7.196289,,,,100,71,E7,,,," ",," ",0.250000,"",,, +64,1,,ctl,0.000000,7.198242,,,,64,64,,,,,"",,"",,"",3,, +65,1,54,non,0.500977,7.699219,,,,84,113,C6,,,," ",," ",0.666667,"",,, +70,1,72,non,2.500000,10.199219,,,,29,127,F1,,,," ",,"t",0.250000,"",,, +72,1,73,non,0.500000,10.699219,,,,51,127,D#3,,,," ",,"t",0.250000,"",,, +73,1,57,non,0.500000,11.199219,,,,85,113,C#6,,,," ",,"t",0.250000,"",,, +74,1,74,non,0.000000,11.199219,,,,56,85,G#3,,,," ",," ",0.250000,"",,, +75,1,58,non,0.500000,11.699219,,,,61,71,C#4,,,," ",,"t 4 ",0.250000,"",,, +76,1,75,non,0.000000,11.699219,,,,32,113,G#1,,,," ",," ",0.250000,"",,, +77,1,76,non,0.000000,11.699219,,,,42,57,F#2,,,," ",," ",0.250000,"",,, +78,1,,ctl,0.497070,12.196289,,,,64,0,,,,,"",,"",,"",,, +79,1,,ctl,0.000000,12.196289,,,,64,64,,,,,"",,"",,"",,, +80,1,,bar,0.002930,12.199219,,,,0,0,,,3,,"",,"",,"",,, +81,1,79,non,0.000000,12.199219,,,,87,99,D#6,,,," ",," ",1.000000,"",,, +82,1,80,non,0.000000,12.199219,,,,88,99,E6,,,," ",," ",1.000000,"",,, +85,1,108,non,0.000000,12.199219,,,,36,99,C2,,,,"e",," ",1.000000,"",,, +86,1,83,non,0.062500,12.261719,,,,62,99,D4,,,,"e",," ",0.031250,"",,, +87,1,84,non,0.062500,12.324219,,,,41,99,F2,,,,"e",," ",0.031250,"",,, +88,1,85,non,0.000000,12.324219,,,,49,99,C#3,,,,"e 4 ",," ",0.031250,"",,, +89,1,86,non,0.062500,12.386719,,,,84,113,C6,,,," ",," ",0.083333,"",,, +90,1,87,non,0.000000,12.386719,,,,85,99,C#6,,,," ",," ",0.083333,"",,, +94,1,111,non,1.062500,13.449219,,,,82,71,A#5,,,," ",," ",0.125000,"",,, +98,1,114,non,0.093750,14.917969,,,,52,71,E3,,,," ",," ",0.031250,"",,, +99,1,115,non,0.093750,15.011719,,,,82,43,A#5,,,," ",," ",0.031250,"",,, +101,1,,ctl,0.000000,15.105469,,,,64,0,,,,,"",,"",,"",4,, +103,1,91,non,0.093750,15.199219,,,,84,113,C6,,,," ",," ",0.062500,"",,, +104,1,92,non,0.000000,15.199219,,,,75,113,D#5,,,," ",," ",0.500000,"ff",,, +105,1,117,non,0.000000,15.199219,,,,35,43,B1,,,," ",," ",0.062500,"pp",,, +106,1,118,non,0.000000,15.199219,,,,36,43,C2,,,,"e",," ",0.062500,"pp",,, +107,1,93,non,0.125000,15.324219,,,,61,120,C#4,,,,"e",," ",0.062500,"",,, +108,1,94,non,0.000000,15.324219,,,,64,120,E4,,,,"e",," ",0.062500,"",,, +111,1,95,non,0.125000,15.449219,,,,69,85,A4,,,,"e",," ",0.062500,"mf",,, +112,1,96,non,0.000000,15.449219,,,,82,85,A#5,,,,"e",," ",0.062500,"mf",,, +113,1,97,non,0.125000,15.574219,,,,68,85,G#4,,,,"e 5 ",," ",0.125000,"mf",,, +114,1,121,non,0.000000,15.574219,,,,52,57,E3,,,," ",," ",0.125000,"p",,, +115,1,122,non,0.125000,15.699219,,,,53,57,F3,,,," ",," ",0.125000,"p",,, +116,1,,ctl,0.250000,15.949219,,,,64,64,,,,,"",,"",,"",,, +120,1,99,non,0.187500,16.136719,,,,62,113,D4,,,," ",," ",0.083333,"",,, +122,1,101,non,0.562500,16.699219,,,,75,113,D#5,,,," ",," ",0.500000,"",,, +124,1,103,non,0.187500,16.886719,,,,43,57,G2,,,," ",," ",0.083333,"",,, +128,1,105,non,0.656250,17.542969,,,,21,29,A0,,,," ",," ",0.041667,"",,, +129,1,,ctl,0.281250,17.824219,,,,64,0,,,,,"",,"",,"",,, +134,1,,ctl,0.000977,17.825195,,,,66,64,,,,,"",,"",,"",,, +135,1,,bar,0.374023,18.199219,,,,0,0,,,4,,"",,"",,"",,, +136,1,135,non,0.001953,18.201172,,,,77,43,F5,,,," ",g," ",0.125000,"pp",,, +137,1,156,non,0.066406,18.267578,,,,36,71,C2,,,," ",g," ",0.125000,"mp 5",,, +140,1,136,non,0.000000,18.333984,,,,63,57,D#4,,,," ",," ",0.500000,"p",5,, +141,1,157,non,0.000000,18.333984,,,,75,71,D#5,,,," ",," ",1.000000,"mp",,, +142,1,158,non,0.000000,18.333984,,,,28,43,E1,,,," ",," ",0.500000,"pp",,, +143,1,159,non,0.000000,18.333984,,,,31,43,G1,,,," ",," ",0.500000,"pp",,, +144,1,137,non,1.498047,19.832031,,,,62,57,D4,,,," ",," ",0.125000,"",,, +147,1,,ctl,0.374023,20.206055,,,,66,0,,,,,"",,"",,"",,, +148,1,139,non,0.000977,20.207031,,,,88,113,E6,,,," ",," ",0.125000,"ff",,, +150,1,140,non,0.125000,20.332031,,,,80,71,G#5,,,," ",," ",0.125000,"mp",,, +151,1,162,non,0.000000,20.332031,,,,48,43,C3,,,," ",," ",0.125000,"pp",,, +152,1,,ctl,0.000977,20.333008,,,,66,64,,,,,"",,"",,"",,, +156,1,143,non,0.999023,21.332031,,,,75,57,D#5,,,," ",," ",0.250000,"p",,, +158,1,164,non,0.000000,21.332031,,,,61,43,C#4,,,," ",," ",0.031250,"pp",,, +159,1,165,non,0.000000,21.332031,,,,37,71,C#2,,,," ",," ",0.250000,"mp",,, +160,1,166,non,0.093750,21.425781,,,,32,43,G#1,,,," ",," ",0.062500,"pp",,, +162,1,145,non,0.281250,21.707031,,,,82,29,A#5,,,," ",," ",0.062500,"ppp",,, +164,1,,ctl,0.187500,21.894531,,,,64,64,,,,,"",,"",,"",,, +165,1,147,non,0.000000,21.894531,,,,84,29,C6,,,," ",," ",0.062500,"",,, +167,1,169,non,0.000000,21.894531,,,,56,43,G#3,,,," ",," ",0.062500,"",,, +168,1,,ctl,0.186523,22.081055,,,,66,0,,,,,"",,"",,"",,, +172,1,170,non,0.000977,22.082031,,,,48,29,C3,,,," ",," ",0.125000,"",,, +173,1,171,non,0.000000,22.082031,,,,52,29,E3,,,," ",," ",0.125000,"",,, +175,1,,ctl,0.249023,22.331055,,,,64,0,,,,,"",,"",,"",,, +176,1,,ctl,0.000000,22.331055,,,,64,64,,,,,"",,"",,"",,, +178,1,174,non,0.000977,22.332031,,,,21,85,A0,,,," ",," ",0.250000,"",,, +179,1,175,non,0.000000,22.332031,,,,32,85,G#1,,,," ",," ",0.250000,"",,, +180,1,176,non,0.000000,22.332031,,,,40,85,E2,,,," ",," ",0.250000,"",,, +181,1,177,non,0.000000,22.332031,,,,47,85,B2,,,," ",," ",0.250000,"",,, +189,1,,ctl,0.998047,23.330078,,,,64,0,,,,,"",,"",,"",,, +190,1,,ctl,0.000000,23.330078,,,,64,64,,,,,"",,"",,"",,, +191,1,155,non,0.001953,23.332031,,,,103,85,G7,,,," ",," ",0.500000,"",,, +192,1,185,non,0.000000,23.332031,,,,35,71,B1,,,," ",," ",0.500000,"",,, +193,1,,ctl,0.997070,24.329102,,,,64,0,,,,,"",,"",,"",,, +194,1,,bar,0.002930,24.332031,,,,0,0,,,5,,"",,"",,"",,, +195,1,189,non,0.000977,24.333008,,,,105,85,A7,,,," ",g," ",0.125000,"",,, +197,1,,ctl,0.000000,24.399414,,,,64,64,,,,,"",,"",,"",6,, +198,1,188,non,0.000000,24.399414,,,,75,99,D#5,,,," ",," ",0.500000,"",,, +199,1,190,non,0.000000,24.399414,,,,63,43,D#4,,,," ",," ",0.500000,"",,, +203,1,202,non,1.124023,25.523438,,,,62,85,D4,,,," ",," ",0.125000,"",,, +204,1,203,non,0.000000,25.523438,,,,60,29,C4,,,," ",," ",0.125000,"",,, +209,1,206,non,0.875000,26.398438,,,,37,85,C#2,,,," ",," ",0.125000,"",,, +214,1,210,non,1.750000,28.148438,,,,24,43,C1,,,," ",," ",0.125000,"",,, +216,1,,ctl,0.000000,28.397461,,,,64,0,,,,,"",,"",,"",7,, +217,1,196,non,0.000977,28.398438,,,,85,43,C#6,,,," ",," ",0.250000,"pp",,, +218,1,211,non,0.000000,28.398438,,,,59,57,B3,,,," ",," ",0.250000,"p",,, +219,1,212,non,0.000000,28.398438,,,,47,99,B2,,,," ",," ",0.250000,"f",,, +220,1,,ctl,0.500000,28.898438,,,,64,64,,,,,"",,"",,"",,, +224,1,217,non,0.500000,29.398438,,,,36,113,C2,,,," ",," ",0.250000,"",,, +225,1,218,non,0.500000,29.898438,,,,103,113,G7,,,," ",," ",0.250000,"",,, +226,1,,ctl,0.497070,30.395508,,,,64,0,,,,,"",,"",,"",,, +227,1,,bar,0.002930,30.398438,,,,0,0,,,6,,"",,"",,"",,, +229,1,221,non,0.000000,30.398438,,,,55,99,G3,,,," ",," ",1.000000,"f",,, +230,1,233,non,0.000000,30.398438,,,,48,71,C3,,,," ",," ",0.031250,"mp",,, +231,1,234,non,0.000000,30.398438,,,,43,43,G2,,,," ",," ",0.125000,"pp 8",,, +232,1,235,non,0.093750,30.492188,,,,49,71,C#3,,,," ",," ",0.083333,"",,, +237,1,239,non,1.031250,31.523438,,,,42,57,F#2,,,," ",," ",0.125000,"",,, +238,1,240,non,0.000000,31.523438,,,,54,57,F#3,,,," ",," ",0.125000,"",,, +239,1,241,non,0.000000,31.523438,,,,25,85,C#1,,,," ",," ",0.125000,"",,, +244,1,224,non,1.875000,33.398438,,,,75,57,D#5,,,," ",," ",0.125000,"",,, +246,1,245,non,0.000000,33.398438,,,,46,85,A#2,,,," ",," ",0.125000,"",,, +247,1,226,non,0.375000,33.773438,,,,37,43,C#2,,,," ",," ",0.125000,"",,, +256,1,250,non,0.750000,34.523438,,,,41,29,F2,,,," ",," ",0.125000,"",,, +257,1,251,non,0.000000,34.523438,,,,36,29,C2,,,," ",," ",0.125000,"",,, +266,1,,bar,1.875000,36.398438,,,,0,0,,,7,,"",,"",,"",,, +268,1,260,non,0.000000,36.398438,,,,75,43,D#5,,,," ",," ",2.000000,"pp",8,, +269,1,261,non,0.000000,36.398438,,,,72,57,C5,,,," ",," ",0.333333,"p",,, +270,1,264,non,0.000000,36.398438,,,,57,57,A3,,,," ",," ",0.666667,"p",,, +272,1,262,non,2.250000,38.648438,,,,76,29,E5,,,," ",," ",0.333333,"ppp",,, +275,1,267,non,2.250000,40.898438,,,,25,43,C#1,,,," ",," ",0.125000,"",,, +276,1,268,non,0.375000,41.273438,,,,52,29,E3,,,," ",," ",0.125000,"",,, +277,1,269,non,0.000000,41.273438,,,,56,57,G#3,,,," ",," ",0.125000,"",,, +280,1,,bar,1.125000,42.398438,,,,0,0,,,8,,"",,"",,"",,, +281,1,273,non,0.000000,42.398438,,,,84,71,C6,,,," ",," ",0.666667,"mp",,, +282,1,274,non,0.000000,42.398438,,,,77,113,F5,,,," ",," ",0.666667,"ff",,, +283,1,277,non,0.000000,42.398438,,,,56,43,G#3,,,," ",," ",2.000000,"pp",,, +286,1,276,non,4.500000,46.898438,,,,46,57,A#2,,,," ",," ",0.500000,"p",,, +287,1,279,non,0.000000,46.898438,,,,40,127,E2,,,," ",," ",0.500000,"fff",,, +288,1,,bar,1.500000,48.398438,,,,0,0,,,9,,"",,"",,"",,, +290,1,282,non,0.000000,48.398438,,,,62,43,D4,,,," ",," ",2.000000,"pp",,, +295,1,289,non,3.375000,51.773438,,,,44,113,G#2,,,," ",," ",0.333333,"ff 9",,, +297,1,285,non,1.875000,53.648438,,,,49,29,C#3,,,," ",," ",0.250000,"",,, +298,1,,bar,0.750000,54.398438,,,,0,0,,,10,,"",,"",,"",,, +304,1,295,non,1.500000,55.898438,,,,49,10,C#3,,,," ",," ",0.062500,"",,, +306,1,323,non,0.000000,55.898438,,,,31,71,G1,,,," ",," ",0.666667,"",,, +307,1,,ctl,0.000977,55.899414,,,,66,64,,,,,"",,"",,"",,, +311,1,297,non,0.187500,56.273438,,,,81,29,A5,,,," ",," ",0.125000,"",9,, +312,1,298,non,0.187500,56.460938,,,,62,71,D4,,,," ",," ",0.031250,"",,, +313,1,299,non,0.093750,56.554688,,,,84,78,C6,,,," ",," ",0.031250,"",,, +314,1,300,non,0.093750,56.648438,,,,90,57,F#6,,,,"e",," ",0.083333,"p",,, +315,1,301,non,0.000000,56.648438,,,,80,57,G#5,,,," ",," ",0.031250,"p",,, +317,1,324,non,0.000000,56.648438,,,,23,71,B0,,,," ",," ",0.041667,"mp",,, +319,1,304,non,0.093750,56.742188,,,,88,99,E6,,,," ",," ",0.062500,"",,, +320,1,,ctl,0.187500,56.929688,,,,64,64,,,,,"",,"",,"",,, +321,1,305,non,0.000000,56.929688,,,,63,106,D#4,,,,"e",," ",0.041667,"",,, +322,1,326,non,0.000000,56.929688,,,,49,71,C#3,,,," ",," ",0.062500,"",,, +323,1,327,non,0.187500,57.117188,,,,44,64,G#2,,,," ",," ",0.031250,"",,, +324,1,,ctl,0.093750,57.210938,,,,64,0,,,,,"",,"",,"",,, +325,1,306,non,0.000000,57.210938,,,,59,99,B3,,,," ",," ",0.062500,"",,, +331,1,310,non,0.281250,57.492188,,,,21,78,A0,,,,"e",," ",0.041667,"",,, +332,1,311,non,0.281250,57.773438,,,,43,57,G2,,,,"e",," ",0.062500,"",,, +335,1,314,non,1.125000,58.898438,,,,65,43,F4,,,," ",," ",0.125000,"",,, +337,1,331,non,0.000000,58.898438,,,,48,99,C3,,,," ",," ",0.500000,"",,, +339,1,317,non,0.750000,59.648438,,,,72,57,C5,,,," ",," ",0.083333,"",,, +340,1,,ctl,0.448242,60.096680,,,,64,64,,,,,"",,"",,"",,, +341,1,318,non,0.001953,60.098633,,,,50,64,D3,,,," ",," ",0.125000,"",,, +342,1,,bar,0.299805,60.398438,,,,0,0,,,11,,"",,"",,"",,, +343,1,344,non,0.000977,60.399414,,,,25,71,C#1,,,," ",g," ",0.125000,"mp",,, +344,1,334,non,0.066406,60.465820,,,,90,64,F#6,,,,"e",," ",0.062500,"",,, +345,1,335,non,0.000000,60.465820,,,,88,64,E6,,,," ",," ",2.000000,"p",,, +346,1,345,non,0.000000,60.465820,,,,36,85,C2,,,," ",," ",2.000000,"mf",,, +348,1,337,non,0.148438,60.614258,,,,37,85,C#2,,,," ",," ",0.083333,"mf",,, +349,1,347,non,0.000977,60.615234,,,,31,57,G1,,,,"e",," ",0.062500,"p",,, +350,1,348,non,0.150391,60.765625,,,,65,57,F4,,,,"e",," ",0.062500,"p",,, +351,1,349,non,0.150391,60.916016,,,,48,43,C3,,,,"e",," ",0.062500,"pp",,, +352,1,338,non,0.148438,61.064453,,,,76,64,E5,,,," ",," ",0.062500,"p 10",,, +353,1,350,non,0.001953,61.066406,,,,32,36,G#1,,,,"e 10 ",," ",0.062500,"",,, +354,1,,ctl,0.148438,61.214844,,,,64,0,,,,,"",,"",,"",,, +361,1,342,non,5.117188,66.332031,,,,78,43,F#5,,,," ",g," ",0.125000,"",,, +363,1,,bar,0.066406,66.464844,,,,0,0,,,12,,"",,"",,"",,, +365,1,356,non,0.000000,66.464844,,,,65,57,F4,,,," ",," ",1.000000,"p",10,, +366,1,357,non,0.000000,66.464844,,,,80,10,G#5,,,," ",," ",1.000000,"pppp",,, +367,1,358,non,0.000000,66.464844,,,,63,99,D#4,,,," ",," ",0.666667,"f",,, +368,1,365,non,0.000000,66.464844,,,,64,57,E4,,,," ",," ",0.125000,"p",,, +369,1,366,non,0.000000,66.464844,,,,56,99,G#3,,,," ",," ",1.000000,"f",,, +370,1,367,non,0.375000,66.839844,,,,54,85,F#3,,,," ",," ",0.125000,"mf",,, +375,1,361,non,4.808594,71.648438,,,,74,43,D5,,,," ",g," ",0.125000,"",,, +376,1,362,non,0.066406,71.714844,,,,80,99,G#5,,,," ",," ",0.250000,"",,, +378,1,370,non,0.000000,71.714844,,,,56,43,G#3,,,," ",," ",0.250000,"",,, +379,1,364,non,0.375000,72.089844,,,,81,92,A5,,,," ",," ",0.125000,"",,, +380,1,,bar,0.374023,72.463867,,,,0,0,,,13,,"",,"",,"",,, +381,1,,ctl,0.000000,72.463867,,,,66,0,,,,,"",,"",,"",,, +382,1,,ctl,0.000977,72.464844,,,,64,64,,,,,"",,"",,"",,, +384,1,373,non,0.000000,72.464844,,,,93,113,A6,,,," ",," ",2.000000,"",,, +385,1,378,non,0.000000,72.464844,,,,42,113,F#2,,,," ",," ",2.000000,"",,, +386,1,374,non,1.500000,73.964844,,,,87,113,D#6,,,," ",,"t",0.333333,"",,, +387,1,375,non,2.183594,76.148438,,,,62,29,D4,,,," ",g," ",0.125000,"",,, +388,1,376,non,0.066406,76.214844,,,,81,29,A5,,,," ",,"t",0.333333,"",,, +389,1,,bar,2.250000,78.464844,,,,0,0,,,14,,"",,"",,"",,, +391,1,381,non,0.000000,78.464844,,,,69,127,A4,,,," ",,"t 11 ",2.000000,"",,, +394,1,388,non,1.125000,79.589844,,,,25,85,C#1,,,," ",," ",0.125000,"",,, +396,1,382,non,1.744141,81.333984,,,,49,29,C#3,,,," ",g," ",0.125000,"ppp",,, +397,1,383,non,0.066406,81.400391,,,,84,29,C6,,,," ",g," ",0.125000,"ppp",,, +398,1,384,non,0.066406,81.466797,,,,75,99,D#5,,,," ",," ",1.000000,"f",,, +399,1,385,non,0.000000,81.466797,,,,88,29,E6,,,," ",," ",1.000000,"ppp",,, +401,1,391,non,1.498047,82.964844,,,,35,99,B1,,,," ",," ",0.500000,"f 11",,, +402,1,,bar,1.500000,84.464844,,,,0,0,,,15,,"",,"",,"",,, +404,1,,ctl,0.000000,84.464844,,,,64,0,,,,,"",,"",,"",11,, +406,1,396,non,0.000000,84.464844,,,,46,99,A#2,,,," ",," ",0.666667,"f",,, +407,1,397,non,0.000000,84.464844,,,,36,29,C2,,,," ",," ",2.000000,"ppp",,, +408,1,398,non,0.000000,84.464844,,,,37,99,C#2,,,," ",," ",2.000000,"f 12",,, +410,1,400,non,4.875000,89.339844,,,,56,71,G#3,,,," ",," ",0.166667,"",,, +411,1,,bar,1.125000,90.464844,,,,0,0,,,16,,"",,"",,"",,, +414,1,410,non,0.000000,90.464844,,,,47,29,B2,,,," ",," ",0.500000,"",,, +415,1,411,non,0.000000,90.464844,,,,52,57,E3,,,," ",," ",0.500000,"",,, +418,1,404,non,1.500000,91.964844,,,,87,43,D#6,,,," ",," ",0.500000,"",,, +419,1,405,non,0.000000,91.964844,,,,84,43,C6,,,," ",," ",0.083333,"",,, +423,1,407,non,0.750000,92.714844,,,,59,113,B3,,,," ",," ",0.250000,"",,, +424,1,,ctl,0.750000,93.464844,,,,64,64,,,,,"",,"",,"",,, +428,1,,bar,3.000000,96.464844,,,,0,0,,,17,,"",,"",,"",,, +431,1,421,non,0.000000,96.464844,,,,64,71,E4,,,," ",," ",2.000000,"",,, +432,1,422,non,0.000000,96.464844,,,,91,43,G6,,,," ",," ",2.000000,"",,, +436,1,430,non,2.250000,98.714844,,,,53,43,F3,,,," ",," ",0.250000,"",,, +437,1,431,non,0.000000,98.714844,,,,28,71,E1,,,," ",," ",0.250000,"",,, +439,1,424,non,0.750000,99.464844,,,,60,10,C4,,,," ",g," ",0.125000,"",,, +440,1,425,non,0.066406,99.531250,,,,74,10,D5,,,," ",g," ",0.125000,"",,, +444,1,,bar,3.066406,102.597656,,,,0,0,,,18,,"",,"",,"",,, +445,1,,ctl,0.000000,102.597656,,,,64,0,,,,,"",,"",,"",,, +448,1,438,non,0.000000,102.597656,,,,68,10,G#4,,,," ",," ",2.000000,"",,, +450,1,447,non,0.000000,102.597656,,,,24,43,C1,,,," ",," ",2.000000,"",,, +452,1,439,non,0.093750,102.691406,,,,37,36,C#2,,,," ",," ",0.031250,"",,, +453,1,,ctl,0.093750,102.785156,,,,64,64,,,,,"",,"",,"",,, +458,1,,ctl,5.809570,108.594727,,,,64,0,,,,,"",,"",,"",,, +459,1,,bar,0.002930,108.597656,,,,0,0,,,19,,"",,"",,"",,, +461,1,,ctl,0.000000,108.597656,,,,64,64,,,,,"",,"",,"",12,, +462,1,451,non,0.000000,108.597656,,,,76,57,E5,,,,"e",," ",0.062500,"",,, +464,1,452,non,0.125000,108.722656,,,,56,71,G#3,,,,"e",," ",0.062500,"",,, +465,1,453,non,0.125000,108.847656,,,,37,85,C#2,,,,"e",," ",0.062500,"",,, +466,1,454,non,0.125000,108.972656,,,,84,99,C6,,,,"e",," ",0.062500,"",,, +467,1,,ctl,0.123047,109.095703,,,,64,0,,,,,"",,"",,"",,, +468,1,,ctl,0.000000,109.095703,,,,64,64,,,,,"",,"",,"",,, +469,1,455,non,0.001953,109.097656,,,,25,99,C#1,,,,"e 13 ",," ",0.125000,"",,, +471,1,468,non,0.250000,109.347656,,,,46,99,A#2,,,," ",," ",0.250000,"",,, +475,1,470,non,1.000000,110.347656,,,,88,85,E6,,,," ",," ",0.250000,"",,, +476,1,471,non,0.500000,110.847656,,,,56,57,G#3,,,," ",," ",0.125000,"",,, +477,1,472,non,0.250000,111.097656,,,,84,29,C6,,,," ",," ",0.125000,"",,, +478,1,,ctl,0.125000,111.222656,,,,64,0,,,,,"",,"",,"",,, +482,1,,ctl,2.625000,113.847656,,,,64,64,,,,,"",,"",,"",,, +484,1,478,non,0.000000,113.847656,,,,43,85,G2,,,," ",," ",0.125000,"",,, +486,1,461,non,0.375000,114.222656,,,,86,29,D6,,,," ",," ",0.031250,"",,, +487,1,479,non,0.000000,114.222656,,,,21,50,A0,,,," ",," ",0.062500,"",,, +488,1,462,non,0.093750,114.316406,,,,40,29,E2,,,," ",," ",0.031250,"",,, +489,1,,ctl,0.093750,114.410156,,,,64,0,,,,,"",,"",,"",,, +490,1,463,non,0.000000,114.410156,,,,49,29,C#3,,,," ",," ",0.031250,"",,, +493,1,,bar,0.187500,114.597656,,,,0,0,,,20,,"",,"",,"",,, +495,1,,ctl,0.000000,114.597656,,,,64,64,,,,,"",,"",,"",13,, +496,1,484,non,0.000000,114.597656,,,,80,57,G#5,,,," ",," ",1.000000,"p",,, +497,1,485,non,0.000000,114.597656,,,,82,29,A#5,,,,"e",," ",0.031250,"ppp",,, +499,1,509,non,0.000000,114.597656,,,,45,127,A2,,,," ",," ",1.000000,"fff",,, +500,1,510,non,0.000000,114.597656,,,,48,71,C3,,,," ",," ",1.000000,"mp 14",,, +501,1,486,non,0.062500,114.660156,,,,68,36,G#4,,,,"e",," ",0.031250,"",,, +502,1,487,non,0.062500,114.722656,,,,42,43,F#2,,,,"e",," ",0.031250,"",,, +503,1,488,non,0.062500,114.785156,,,,50,43,D3,,,,"e 14 ",," ",0.083333,"",,, +504,1,,ctl,0.251953,115.037109,,,,64,0,,,,,"",,"",,"",,, +506,1,489,non,0.244141,115.281250,,,,91,10,G6,,,," ",g," ",0.125000,"",,, +508,1,,ctl,0.000977,115.348633,,,,66,64,,,,,"",,"",,"",,, +509,1,491,non,0.374023,115.722656,,,,21,78,A0,,,," ",,"t",0.125000,"",,, +510,1,492,non,0.375000,116.097656,,,,43,71,G2,,,," ",,"t 14 ",0.125000,"",,, +511,1,493,non,0.375000,116.472656,,,,63,64,D#4,,,," ",g," ",0.125000,"",,, +512,1,494,non,0.066406,116.539062,,,,59,64,B3,,,," ",," ",0.166667,"",,, +514,1,512,non,0.750000,117.289062,,,,40,29,E2,,,," ",," ",0.125000,"",,, +520,1,499,non,2.250000,119.539062,,,,43,43,G2,,,," ",," ",0.062500,"",,, +521,1,500,non,0.187500,119.726562,,,,33,36,A1,,,," ",," ",0.062500,"",,, +522,1,501,non,0.187500,119.914062,,,,51,29,D#3,,,," ",," ",0.062500,"",,, +525,1,503,non,0.000000,120.289062,,,,72,29,C5,,,," ",,"t",0.062500,"",14,, +527,1,504,non,0.187500,120.476562,,,,49,29,C#3,,,," ",,"t",0.062500,"",,, +528,1,,bar,0.187500,120.664062,,,,0,0,,,21,,"",,"",,"",,, +529,1,517,non,0.000000,120.664062,,,,80,71,G#5,,,," ",,"t 15 ",0.666667,"mp",,, +530,1,528,non,0.000000,120.664062,,,,68,29,G#4,,,," ",," ",0.333333,"ppp",,, +531,1,529,non,2.625000,123.289062,,,,59,29,B3,,,," ",," ",0.062500,"",,, +532,1,530,non,0.125000,123.414062,,,,45,29,A2,,,," ",," ",0.062500,"",,, +533,1,531,non,0.125000,123.539062,,,,63,29,D#4,,,," ",," ",0.031250,"",,, +534,1,532,non,0.062500,123.601562,,,,21,22,A0,,,," ",," ",0.031250,"",,, +535,1,533,non,0.062500,123.664062,,,,47,10,B2,,,," ",," ",0.500000,"",,, +537,1,518,non,1.500000,125.164062,,,,40,57,E2,,,,"e",," ",0.031250,"",,, +539,1,519,non,0.083008,125.247070,,,,74,57,D5,,,,"e",," ",0.031250,"",,, +541,1,520,non,0.083008,125.330078,,,,49,57,C#3,,,,"e",," ",0.031250,"",,, +542,1,521,non,0.083008,125.413086,,,,60,57,C4,,,,"e",," ",0.031250,"",,, +543,1,522,non,0.083008,125.496094,,,,86,71,D6,,,,"e",," ",0.031250,"",,, +544,1,523,non,0.083008,125.579102,,,,52,71,E3,,,,"e",," ",0.031250,"",,, +545,1,524,non,0.083008,125.662109,,,,72,71,C5,,,,"e 15 ",," ",0.020833,"mp",,, +546,1,525,non,0.125000,125.787109,,,,61,71,C#4,,,," ",," ",0.020833,"mp",,, +547,1,526,non,0.125000,125.912109,,,,92,85,G#6,,,," ",," ",0.250000,"mf",,, +550,1,527,non,0.500000,126.412109,,,,52,85,E3,,,," ",," ",0.125000,"mf",,, +551,1,,bar,0.251953,126.664062,,,,0,0,,,22,,"",,"",,"",,, +554,1,552,non,0.000000,126.664062,,,,43,29,G2,,,," ",," ",0.333333,"ppp",,, +557,1,541,non,0.250000,126.914062,,,,61,85,C#4,,,," ",," ",0.250000,"mf",,, +558,1,542,non,0.500000,127.414062,,,,80,99,G#5,,,," ",," ",0.250000,"f 15",,, +559,1,,ctl,0.000977,127.415039,,,,64,64,,,,,"",,"",,"",,, +560,1,543,non,0.499023,127.914062,,,,86,99,D6,,,," ",," ",0.250000,"",,, +561,1,544,non,0.500000,128.414062,,,,49,99,C#3,,,," ",," ",0.125000,"",,, +563,1,545,non,0.250000,128.664062,,,,40,99,E2,,,," ",," ",0.062500,"",,, +564,1,546,non,0.125000,128.789062,,,,72,99,C5,,,," ",," ",0.062500,"",,, +565,1,,ctl,0.125000,128.914062,,,,64,0,,,,,"",,"",,"",,, +566,1,,ctl,0.000000,128.914062,,,,64,64,,,,,"",,"",,"",,, +567,1,547,non,0.000000,128.914062,,,,80,99,G#5,,,," ",," ",0.250000,"",,, +568,1,555,non,0.000000,128.914062,,,,47,29,B2,,,," ",," ",0.125000,"",,, +569,1,,ctl,0.375000,129.289062,,,,64,0,,,,,"",,"",,"",,, +572,1,558,non,0.375000,129.664062,,,,32,43,G#1,,,," ",," ",1.000000,"",,, +573,1,,bar,3.000000,132.664062,,,,0,0,,,23,,"",,"",,"",,, +579,1,563,non,2.000000,134.664062,,,,69,10,A4,,,," ",," ",0.031250,"",,, +580,1,564,non,0.083008,134.747070,,,,63,10,D#4,,,," ",," ",0.031250,"",,, +581,1,565,non,0.083008,134.830078,,,,36,10,C2,,,," ",," ",0.031250,"",,, +584,1,,bar,3.833984,138.664062,,,,0,0,,,24,,"",,"",,"",,, +586,1,581,non,0.000000,138.664062,,,,31,10,G1,,,," ",," ",1.000000,"",,, +588,1,,ctl,0.750000,139.414062,,,,64,64,,,,,"",,"",,"",,, +589,1,572,non,0.009766,139.423828,,,,82,43,A#5,,,," ",g," ",0.125000,"",,, +590,1,573,non,0.066406,139.490234,,,,103,43,G7,,,," ",g," ",0.125000,"",,, +591,1,574,non,0.066406,139.556641,,,,40,29,E2,,,," ",," ",0.500000,"",,, +592,1,575,non,1.490234,141.046875,,,,86,99,D6,,,," ",," ",0.500000,"",,, +595,1,576,non,1.500000,142.546875,,,,72,85,C5,,,," ",," ",0.125000,"",,, +596,1,577,non,0.375000,142.921875,,,,49,78,C#3,,,," ",," ",0.062500,"",,, +597,1,,ctl,0.123047,143.044922,,,,64,0,,,,,"",,"",,"",,, +599,1,579,non,0.126953,143.171875,,,,61,71,C#4,,,," ",," ",0.062500,"",,, +600,1,580,non,0.125000,143.296875,,,,92,71,G#6,,,," ",," ",0.500000,"",,, +603,1,,ctl,0.749023,144.045898,,,,66,0,,,,,"",,"",,"",,, +605,1,590,non,0.000977,144.046875,,,,62,29,D4,,,," ",," ",0.250000,"",,, +606,1,,bar,0.750000,144.796875,,,,0,0,,,25,,"",,"",,"",,, +607,1,592,non,0.000000,144.796875,,,,85,127,C#6,,,," ",," ",2.000000,"",,, +609,1,,bar,6.000000,150.796875,,,,0,0,,,26,,"",,"",,"",,, +612,1,596,non,1.500000,152.296875,,,,54,71,F#3,,,," ",," ",0.666667,"",,, +613,1,598,non,0.000000,152.296875,,,,49,43,C#3,,,," ",," ",0.500000,"",,, +615,1,600,non,1.875000,154.171875,,,,53,29,F3,,,," ",," ",0.125000,"",,, +618,1,,bar,2.625000,156.796875,,,,0,0,,,27,,"",,"",,"",,, +621,1,605,non,3.000000,159.796875,,,,65,29,F4,,,," ",," ",0.500000,"",,, +623,1,607,non,1.875000,161.671875,,,,43,10,G2,,,," ",," ",0.125000,"",,, +626,1,610,non,0.074219,162.478516,,,,42,43,F#2,,,," ",g," ",0.125000,"",15,, +627,1,611,non,0.066406,162.544922,,,,82,50,A#5,,,," ",g," ",0.125000,"",,, +629,1,,bar,0.251953,162.796875,,,,0,0,,,28,,"",,"",,"",,, +630,1,615,non,0.000000,162.796875,,,,75,57,D#5,,,," ",," ",2.000000,"",,, +631,1,616,non,0.000000,162.796875,,,,68,50,G#4,,,," ",," ",0.250000,"",,, +634,1,,ctl,0.000977,162.797852,,,,66,64,,,,,"",,"",,"",,, +638,1,618,non,0.750977,163.548828,,,,70,29,A#4,,,," ",g," ",0.125000,"",,, +639,1,619,non,0.066406,163.615234,,,,62,36,D4,,,," ",g," ",0.125000,"",,, +640,1,620,non,0.066406,163.681641,,,,78,43,F#5,,,," ",," ",0.500000,"pp",,, +641,1,621,non,0.000000,163.681641,,,,85,99,C#6,,,," ",," ",0.500000,"f",,, +642,1,641,non,0.000000,163.681641,,,,36,57,C2,,,," ",," ",0.125000,"p",,, +643,1,642,non,0.000000,163.681641,,,,28,99,E1,,,," ",," ",0.125000,"f",,, +644,1,643,non,0.000000,163.681641,,,,37,99,C#2,,,," ",," ",0.125000,"f",,, +645,1,,ctl,0.247070,163.928711,,,,64,64,,,,,"",,"",,"",,, +646,1,645,non,0.000977,163.929688,,,,44,106,G#2,,,," ",," ",0.125000,"",,, +648,1,647,non,0.250000,164.179688,,,,53,85,F3,,,," ",," ",0.125000,"",,, +651,1,650,non,0.500000,164.679688,,,,76,85,E5,,,," ",," ",0.125000,"",,, +652,1,651,non,0.250000,164.929688,,,,54,99,F#3,,,," ",," ",0.125000,"",,, +654,1,652,non,0.250000,165.179688,,,,48,99,C3,,,," ",," ",0.250000,"",,, +655,1,653,non,0.000000,165.179688,,,,39,43,D#2,,,," ",," ",0.125000,"",,, +657,1,655,non,0.750000,165.929688,,,,56,85,G#3,,,," ",," ",0.125000,"",,, +658,1,656,non,0.000000,165.929688,,,,57,29,A3,,,," ",," ",0.250000,"",,, +660,1,,ctl,0.750000,166.679688,,,,64,0,,,,,"",,"",,"",,, +662,1,623,non,0.000000,166.679688,,,,76,71,E5,,,," ",," ",0.062500,"",,, +663,1,660,non,0.000000,166.679688,,,,48,113,C3,,,," ",," ",0.125000,"",,, +667,1,625,non,0.125000,166.804688,,,,65,71,F4,,,," ",g," ",0.125000,"",,, +668,1,626,non,0.066406,166.871094,,,,48,99,C3,,,," ",," ",0.062500,"",,, +669,1,627,non,0.000000,166.871094,,,,54,99,F#3,,,," ",," ",0.062500,"",,, +670,1,628,non,0.000000,166.871094,,,,56,99,G#3,,,," ",," ",0.062500,"",,, +672,1,630,non,0.000000,166.871094,,,,76,99,E5,,,," ",," ",0.062500,"",,, +673,1,631,non,0.125000,166.996094,,,,62,57,D4,,,," ",," ",0.125000,"p",,, +674,1,663,non,0.048828,167.044922,,,,27,99,D#1,,,," ",," ",0.083333,"f",,, +675,1,664,non,0.000000,167.044922,,,,36,99,C2,,,," ",," ",0.083333,"f",,, +676,1,632,non,0.201172,167.246094,,,,91,57,G6,,,," ",," ",0.125000,"p",,, +678,1,,ctl,0.250000,167.496094,,,,64,64,,,,,"",,"",,"",,, +679,1,633,non,0.000000,167.496094,,,,82,57,A#5,,,," ",,"t",0.125000,"p",,, +681,1,669,non,0.298828,167.794922,,,,23,43,B0,,,," ",,"t",0.125000,"pp",,, +682,1,670,non,0.000000,167.794922,,,,30,43,F#1,,,," ",,"t",0.125000,"pp",,, +684,1,671,non,0.299805,168.094727,,,,50,85,D3,,,," ",,"t",0.125000,"mf 16",,, +686,1,635,non,0.300781,168.395508,,,,68,78,G#4,,,," ",,"t",0.125000,"",,, +687,1,673,non,0.298828,168.694336,,,,44,99,G#2,,,," ",," ",0.062500,"",,, +688,1,636,non,0.000977,168.695312,,,,103,71,G7,,,," ",,"t 16 ",0.125000,"",,, +689,1,674,non,0.149414,168.844727,,,,42,99,F#2,,,," ",," ",0.062500,"",,, +690,1,,ctl,0.148438,168.993164,,,,64,0,,,,,"",,"",,"",,, +691,1,,bar,0.002930,168.996094,,,,0,0,,,29,,"",,"",,"",,, +698,1,679,non,0.000977,169.246094,,,,48,99,C3,,,,"e",," ",0.062500,"",16,, +701,1,681,non,0.125000,169.371094,,,,65,106,F4,,,,"e",," ",0.062500,"",,, +702,1,682,non,0.000000,169.371094,,,,70,106,A#4,,,,"e",," ",0.062500,"",,, +703,1,683,non,0.125000,169.496094,,,,54,113,F#3,,,,"e",," ",0.062500,"",,, +704,1,696,non,0.000000,169.496094,,,,50,99,D3,,,," ",," ",0.125000,"",,, +705,1,684,non,0.125000,169.621094,,,,48,120,C3,,,,"e",," ",0.062500,"",,, +706,1,685,non,0.000000,169.621094,,,,56,120,G#3,,,,"e",," ",0.062500,"",,, +707,1,686,non,0.000000,169.621094,,,,76,120,E5,,,,"e",," ",0.062500,"",,, +708,1,687,non,0.000000,169.621094,,,,82,120,A#5,,,,"e 17 ",," ",0.062500,"",,, +709,1,688,non,0.125000,169.746094,,,,66,127,F#4,,,," ",," ",0.666667,"",,, +710,1,689,non,0.000000,169.746094,,,,70,127,A#4,,,," ",," ",0.666667,"",,, +711,1,690,non,0.000000,169.746094,,,,76,127,E5,,,," ",," ",0.666667,"",,, +712,1,691,non,0.000000,169.746094,,,,86,127,D6,,,," ",," ",0.666667,"",,, +716,1,,ctl,0.749023,170.495117,,,,66,0,,,,,"",,"",,"",,, +720,1,703,non,0.000000,170.496094,,,,47,29,B2,,,," ",," ",0.250000,"",,, +721,1,,ctl,0.000977,170.497070,,,,66,64,,,,,"",,"",,"",,, +723,1,705,non,0.842773,171.339844,,,,31,29,G1,,,," ",," ",0.083333,"",,, +726,1,708,non,0.843750,172.183594,,,,53,113,F3,,,," ",," ",0.083333,"ff",,, +727,1,709,non,0.000000,172.183594,,,,68,29,G#4,,,," ",," ",0.083333,"",,, +730,1,712,non,0.562500,172.746094,,,,77,85,F5,,,," ",," ",0.125000,"mf",,, +731,1,713,non,0.000000,172.746094,,,,90,113,F#6,,,," ",," ",0.125000,"ff",,, +735,1,717,non,0.750000,173.496094,,,,57,99,A3,,,," ",,"t",0.125000,"f",,, +736,1,718,non,0.000000,173.496094,,,,65,113,F4,,,," ",,"t",0.125000,"ff",,, +737,1,719,non,0.375000,173.871094,,,,35,29,B1,,,," ",," ",0.125000,"",,, +739,1,721,non,0.000000,173.871094,,,,32,99,G#1,,,," ",,"t",0.125000,"f",,, +740,1,,ctl,0.375000,174.246094,,,,64,64,,,,,"",,"",,"",,, +743,1,725,non,0.000000,174.246094,,,,102,113,F#7,,,," ",,"t",0.125000,"ff 17",,, +744,1,726,non,0.250000,174.496094,,,,60,113,C4,,,," ",," ",0.125000,"",,, +746,1,728,non,0.125000,174.621094,,,,36,113,C2,,,," ",,"t",0.125000,"",,, +747,1,730,non,0.125000,174.746094,,,,44,113,G#2,,,," ",," ",0.125000,"",,, +748,1,,ctl,0.247070,174.993164,,,,64,0,,,,,"",,"",,"",,, +749,1,,bar,0.002930,174.996094,,,,0,0,,,30,,"",,"",,"",,, +757,1,739,non,0.000000,174.996094,,,,40,99,E2,,,," ",," ",2.000000,"",,, +759,1,741,non,0.469448,175.465541,,,,45,71,A2,,,," ",g," ",0.125000,"",,, +760,1,742,non,0.066267,175.531808,,,,54,71,F#3,,,," ",," ",0.666667,"",,, +761,1,,bar,3.750000,179.281808,,,,0,0,,,31,,"",,"",,"",,, +767,1,746,non,1.071429,180.353237,,,,59,29,B3,,,," ",," ",0.250000,"",,, +772,1,,bar,3.214286,183.567522,,,,0,0,,,32,,"",,"",,"",,, +773,1,755,non,0.000000,183.567522,,,,85,57,C#6,,,," ",," ",0.250000,"",,, +774,1,756,non,0.000000,183.567522,,,,60,43,C4,,,," ",,"t",0.500000,"",,, +777,1,772,non,0.535714,184.103237,,,,54,43,F#3,,,," ",,"t",0.500000,"",,, +779,1,759,non,0.535714,184.638951,,,,77,10,F5,,,," ",,"t",1.000000,"",,, +780,1,773,non,0.535714,185.174665,,,,45,57,A2,,,," ",,"t 17 ",0.500000,"",,, +789,1,,ctl,0.062081,187.584682,,,,66,0,,,,,"",,"",,"",17,, +790,1,766,non,0.000698,187.585379,,,,82,85,A#5,,,," ",," ",0.062500,"",,, +792,1,776,non,0.000000,187.585379,,,,30,10,F#1,,,," ",," ",0.125000,"",,, +793,1,768,non,0.133929,187.719308,,,,65,92,F4,,,," ",," ",0.062500,"",,, +794,1,769,non,0.000000,187.719308,,,,82,92,A#5,,,," ",," ",0.062500,"",,, +795,1,770,non,0.067662,187.786970,,,,81,92,A5,,,," ",g," ",0.125000,"",,, +796,1,,bar,0.066267,187.853237,,,,0,0,,,33,,"",,"",,"",,, +798,1,779,non,0.000000,187.853237,,,,55,99,G3,,,," ",,"t",0.166667,"f",,, +801,1,782,non,0.000000,187.853237,,,,81,99,A5,,,," ",,"t",0.031250,"f",,, +806,1,783,non,0.125000,187.978237,,,,77,99,F5,,,," ",,"t",0.083333,"f",,, +808,1,,ctl,0.001302,187.979539,,,,66,64,,,,,"",,"",,"",,, +809,1,807,non,0.170573,188.150112,,,,36,29,C2,,,," ",,"t",0.031250,"ppp",,, +810,1,809,non,0.100260,188.250372,,,,52,29,E3,,,," ",,"t",0.031250,"ppp",,, +811,1,,ctl,0.001302,188.251674,,,,64,64,,,,,"",,"",,"",,, +812,1,810,non,0.098958,188.350632,,,,58,29,A#3,,,," ",,"t",0.031250,"ppp",,, +813,1,811,non,0.066406,188.417039,,,,52,29,E3,,,," ",,"t",0.031250,"ppp",,, +814,1,812,non,0.066406,188.483445,,,,58,29,A#3,,,," ",,"t",0.031250,"ppp",,, +815,1,813,non,0.066406,188.549851,,,,36,29,C2,,,," ",,"t",0.031250,"ppp",,, +816,1,814,non,0.100260,188.650112,,,,58,29,A#3,,,," ",," ",0.031250,"",,, +817,1,816,non,0.100260,188.750372,,,,32,36,G#1,,,," ",," ",0.031250,"",,, +819,1,817,non,0.100260,188.850632,,,,41,36,F2,,,," ",," ",0.031250,"",,, +823,1,820,non,0.100260,188.950893,,,,52,43,E3,,,," ",," ",0.031250,"",,, +824,1,821,non,0.066406,189.017299,,,,32,43,G#1,,,," ",," ",0.031250,"",,, +825,1,822,non,0.066406,189.083705,,,,41,50,F2,,,," ",," ",0.031250,"",,, +827,1,824,non,0.166667,189.250372,,,,32,99,G#1,,,," ",,"t",0.031250,"f",,, +828,1,825,non,0.000000,189.250372,,,,36,99,C2,,,," ",,"t",0.031250,"f",,, +829,1,826,non,0.000000,189.250372,,,,41,99,F2,,,," ",,"t",0.031250,"f",,, +830,1,827,non,0.000000,189.250372,,,,52,99,E3,,,," ",,"t",0.031250,"f",,, +831,1,828,non,0.000000,189.250372,,,,58,99,A#3,,,," ",,"t",0.031250,"f",,, +832,1,,ctl,0.001302,189.251674,,,,64,0,,,,,"",,"",,"",,, +834,1,830,non,0.101562,189.353237,,,,30,99,F#1,,,," ",," ",0.031250,"",,, +835,1,831,non,0.083333,189.436570,,,,36,99,C2,,,," ",," ",0.031250,"",,, +836,1,832,non,0.083333,189.519903,,,,35,99,B1,,,," ",," ",0.031250,"",,, +837,1,,ctl,0.082031,189.601935,,,,66,0,,,,,"",,"",,"",,, +840,1,833,non,0.001302,189.603237,,,,36,99,C2,,,," ",," ",0.031250,"",,, +841,1,834,non,0.083333,189.686570,,,,35,99,B1,,,," ",," ",0.031250,"",,, +843,1,836,non,0.083333,189.769903,,,,22,99,A#0,,,," ",," ",0.031250,"",,, +845,1,790,non,0.083333,189.853237,,,,70,99,A#4,,,," ",g,"t",0.125000,"f",,, +846,1,791,non,0.066406,189.919643,,,,65,99,F4,,,," ",g,"t",0.125000,"f 18",,, +849,1,837,non,0.066406,189.986049,,,,35,57,B1,,,," ",," ",0.031250,"",,, +851,1,,ctl,0.001302,189.987351,,,,66,64,,,,,"",,"",,"",,, +852,1,839,non,0.108073,190.095424,,,,50,57,D3,,,," ",," ",0.031250,"",,, +853,1,840,non,0.110677,190.206101,,,,54,64,F#3,,,," ",," ",0.031250,"",,, +854,1,841,non,0.110677,190.316778,,,,35,64,B1,,,," ",," ",0.015625,"",,, +855,1,842,non,0.066406,190.383185,,,,50,71,D3,,,," ",," ",0.015625,"",,, +856,1,843,non,0.066406,190.449591,,,,53,85,F3,,,," ",," ",0.015625,"",,, +857,1,844,non,0.066406,190.515997,,,,54,85,F#3,,,," ",," ",0.015625,"",,, +858,1,845,non,0.066406,190.582403,,,,53,92,F3,,,," ",," ",0.015625,"",,, +859,1,848,non,0.066406,190.648810,,,,65,99,F4,,,," ",g," ",0.125000,"",,, +860,1,847,non,0.066406,190.715216,,,,58,85,A#3,,,," ",," ",0.031250,"",,, +862,1,796,non,0.087240,190.802455,,,,86,99,D6,,,," ",," ",0.031250,"",,, +863,1,849,non,0.023438,190.825893,,,,53,71,F3,,,," ",," ",0.031250,"",,, +864,1,850,non,0.000000,190.825893,,,,61,71,C#4,,,," ",," ",0.031250,"",,, +865,1,851,non,0.074219,190.900112,,,,58,57,A#3,,,," ",," ",0.031250,"",,, +866,1,797,non,0.027344,190.927455,,,,81,57,A5,,,," ",," ",0.015625,"",,, +868,1,852,non,0.046875,190.974330,,,,53,43,F3,,,," ",," ",0.031250,"",,, +869,1,799,non,0.015625,190.989955,,,,49,71,C#3,,,," ",," ",0.015625,"",,, +870,1,853,non,0.058594,191.048549,,,,70,43,A#4,,,,"e",,"t",0.031250,"",,, +871,1,854,non,0.000000,191.048549,,,,82,43,A#5,,,,"e",,"t",0.031250,"",,, +874,1,800,non,0.003906,191.052455,,,,67,92,G4,,,," ",," ",0.031250,"",,, +876,1,856,non,0.083333,191.135789,,,,41,43,F2,,,,"e",,"t",0.031250,"",,, +877,1,801,non,0.041667,191.177455,,,,77,92,F5,,,," ",," ",0.083333,"",,, +879,1,858,non,0.041667,191.219122,,,,36,36,C2,,,,"e",,"t",0.031250,"",,, +880,1,859,non,0.083333,191.302455,,,,70,29,A#4,,,,"e",,"t",0.031250,"",,, +881,1,860,non,0.083333,191.385789,,,,41,22,F2,,,,"e",,"t",0.031250,"",,, +882,1,861,non,0.083333,191.469122,,,,36,22,C2,,,,"e",,"t",0.031250,"",,, +883,1,862,non,0.083333,191.552455,,,,58,10,A#3,,,,"e 18 ",,"t 18 ",0.031250,"",,, +884,1,863,non,0.125000,191.677455,,,,41,10,F2,,,," ",," ",0.031250,"",,, +885,1,864,non,0.125000,191.802455,,,,36,10,C2,,,," ",," ",0.062500,"",,, +888,1,,bar,1.250000,193.052455,,,,0,0,,,34,,"",,"",,"",,, +892,1,,ctl,2.998698,196.051153,,,,66,0,,,,,"",,"",,"",,, +893,1,870,non,0.001302,196.052455,,,,57,43,A3,,,," ",," ",0.250000,"",,, +896,1,,bar,2.000000,198.052455,,,,0,0,,,35,,"",,"",,"",,, +897,1,875,non,0.002604,198.055060,,,,56,43,G#3,,,," ",g," ",0.125000,"",,, +898,1,876,non,0.066406,198.121466,,,,84,64,C6,,,," ",g," ",0.125000,"",,, +900,1,,ctl,0.000000,198.187872,,,,64,64,,,,,"",,"",,"",18,, +901,1,877,non,0.000000,198.187872,,,,97,85,C#7,,,," ",," ",0.125000,"",,, +902,1,896,non,0.000000,198.187872,,,,41,29,F2,,,," ",," ",0.062500,"",,, +903,1,897,non,0.247396,198.435268,,,,36,22,C2,,,," ",," ",0.031250,"",,, +904,1,878,non,0.083333,198.518601,,,,74,85,D5,,,," ",," ",0.031250,"",,, +905,1,898,non,0.041667,198.560268,,,,41,22,F2,,,," ",," ",0.031250,"",,, +906,1,879,non,0.041667,198.601935,,,,88,71,E6,,,," ",," ",0.031250,"",,, +907,1,880,non,0.083333,198.685268,,,,62,57,D4,,,,"e",," ",0.031250,"",,, +908,1,900,non,0.000000,198.685268,,,,52,10,E3,,,," ",," ",0.125000,"",,, +910,1,881,non,0.125000,198.810268,,,,44,43,G#2,,,,"e",," ",0.031250,"",,, +911,1,882,non,0.125000,198.935268,,,,84,36,C6,,,,"e",," ",0.031250,"",,, +912,1,883,non,0.125000,199.060268,,,,88,29,E6,,,,"e",," ",0.031250,"",,, +914,1,901,non,0.125000,199.185268,,,,32,3,G#1,,,,"e 19 ",,"t",0.250000,"",,, +915,1,,ctl,0.589844,199.775112,,,,64,0,,,,,"",,"",,"",,, +917,1,886,non,0.066406,200.121466,,,,85,29,C#6,,,," ",g," ",0.125000,"",,, +918,1,,ctl,0.066406,200.187872,,,,64,64,,,,,"",,"",,"",,, +919,1,887,non,0.000000,200.187872,,,,72,29,C5,,,," ",,"t",0.250000,"",,, +921,1,888,non,0.997396,201.185268,,,,76,36,E5,,,," ",,"t",0.041667,"",,, +922,1,889,non,0.333333,201.518601,,,,72,43,C5,,,," ",," ",0.031250,"",,, +923,1,890,non,0.110677,201.629278,,,,76,50,E5,,,," ",," ",0.031250,"",,, +924,1,891,non,0.110677,201.739955,,,,50,57,D3,,,," ",," ",0.062500,"",,, +925,1,892,non,0.222656,201.962612,,,,85,64,C#6,,,," ",," ",0.031250,"",,, +926,1,893,non,0.110677,202.073289,,,,50,71,D3,,,," ",," ",0.031250,"",,, +927,1,,ctl,0.111979,202.185268,,,,64,0,,,,,"",,"",,"",,, +928,1,,ctl,0.000000,202.185268,,,,64,64,,,,,"",,"",,"",,, +930,1,907,non,0.000000,202.185268,,,,44,71,G#2,,,," ",,"t 19 ",0.031250,"",,, +931,1,908,non,0.110677,202.295945,,,,73,71,C#5,,,," ",," ",0.031250,"",,, +932,1,909,non,0.110677,202.406622,,,,60,78,C4,,,," ",," ",0.125000,"",,, +933,1,910,non,0.444010,202.850632,,,,64,85,E4,,,," ",," ",0.062500,"",,, +934,1,,ctl,0.221354,203.071987,,,,64,0,,,,,"",,"",,"",,, +935,1,912,non,0.001302,203.073289,,,,50,99,D3,,,," ",," ",0.031250,"",,, +936,1,,bar,0.111979,203.185268,,,,0,0,,,36,,"",,"",,"",,, +938,1,,ctl,0.000000,203.185268,,,,64,64,,,,,"",,"",,"",19,, +939,1,915,non,0.000000,203.185268,,,,60,57,C4,,,," ",,"t",0.250000,"p",,, +940,1,916,non,0.000000,203.185268,,,,64,57,E4,,,," ",,"t",0.250000,"p",,, +941,1,917,non,0.000000,203.185268,,,,73,57,C#5,,,," ",,"t",0.250000,"p",,, +943,1,932,non,0.000000,203.185268,,,,27,99,D#1,,,," ",,"t",0.250000,"f",,, +944,1,933,non,0.000000,203.185268,,,,32,57,G#1,,,," ",,"t",0.250000,"p",,, +945,1,934,non,0.000000,203.185268,,,,38,57,D2,,,," ",,"t",0.250000,"p",,, +947,1,919,non,0.500000,203.685268,,,,56,113,G#3,,,," ",,"t",0.125000,"ff",,, +948,1,937,non,0.166667,203.851935,,,,46,106,A#2,,,," ",," ",0.031250,"",,, +949,1,938,non,0.083333,203.935268,,,,37,113,C#2,,,," ",," ",0.031250,"",,, +950,1,939,non,0.083333,204.018601,,,,27,120,D#1,,,," ",," ",0.031250,"",,, +951,1,940,non,0.083333,204.101935,,,,46,120,A#2,,,," ",," ",0.031250,"",,, +952,1,,ctl,0.083333,204.185268,,,,64,0,,,,,"",,"",,"",,, +953,1,920,non,0.000000,204.185268,,,,60,127,C4,,,," ",," ",0.062500,"",,, +954,1,921,non,0.000000,204.185268,,,,64,127,E4,,,," ",," ",0.062500,"",,, +955,1,922,non,0.000000,204.185268,,,,73,127,C#5,,,," ",," ",0.062500,"",,, +958,1,942,non,0.000000,204.185268,,,,32,127,G#1,,,," ",," ",0.062500,"",,, +959,1,943,non,0.000000,204.185268,,,,37,127,C#2,,,," ",," ",0.062500,"",,, +960,1,,ctl,0.164062,204.349330,,,,64,64,,,,,"",,"",,"",,, +961,1,924,non,0.002604,204.351935,,,,56,85,G#3,,,," ",," ",0.125000,"",,, +962,1,945,non,0.000000,204.351935,,,,46,57,A#2,,,," ",," ",0.031250,"",,, +964,1,946,non,0.083333,204.435268,,,,37,50,C#2,,,," ",," ",0.031250,"",,, +966,1,948,non,0.083333,204.518601,,,,27,43,D#1,,,," ",," ",0.031250,"",,, +967,1,949,non,0.083333,204.601935,,,,46,36,A#2,,,," ",," ",0.031250,"",,, +978,1,,ctl,5.579427,210.181362,,,,64,0,,,,,"",,"",,"",,, +979,1,,bar,0.003906,210.185268,,,,0,0,,,37,,"",,"",,"",,, +980,1,,ctl,0.000000,210.185268,,,,64,64,,,,,"",,"",,"",,, +983,1,967,non,0.000000,210.185268,,,,66,99,F#4,,,," ",,"t",0.250000,"f",,, +984,1,968,non,0.666667,210.851935,,,,23,113,B0,,,," ",," ",0.500000,"",,, +985,1,969,non,0.000000,210.851935,,,,66,113,F#4,,,," ",," ",0.500000,"",,, +987,1,960,non,0.833333,211.685268,,,,56,57,G#3,,,," ",,"t",0.125000,"p",,, +988,1,961,non,0.000000,211.685268,,,,72,57,C5,,,," ",,"t",0.125000,"p",,, +992,1,970,non,0.500000,212.185268,,,,23,127,B0,,,," ",,"t",0.500000,"fff",,, +993,1,971,non,0.000000,212.185268,,,,62,127,D4,,,," ",,"t",0.500000,"fff",,, +994,1,972,non,0.000000,212.185268,,,,66,127,F#4,,,," ",,"t",0.500000,"fff",,, +995,1,965,non,0.666667,212.851935,,,,53,43,F3,,,," ",,"t",0.500000,"pp",,, +996,1,,bar,1.333333,214.185268,,,,0,0,,,38,,"",,"",,"",,, +999,1,976,non,0.000000,214.185268,,,,89,71,F6,,,," ",,"t",0.083333,"mp",,, +1003,1,1018,non,0.000000,214.185268,,,,53,29,F3,,,," ",,"t",0.250000,"ppp",,, +1004,1,978,non,0.681818,214.867086,,,,62,127,D4,,,," ",,"t",0.031250,"fff",,, +1005,1,979,non,0.000000,214.867086,,,,66,127,F#4,,,," ",,"t",0.031250,"fff",,, +1007,1,,ctl,0.111861,214.978947,,,,64,0,,,,,"",,"",,"",,, +1008,1,980,non,0.001776,214.980722,,,,65,127,F4,,,," ",,"t",0.031250,"fff",,, +1009,1,,ctl,0.019531,215.000254,,,,64,64,,,,,"",,"",,"",,, +1011,1,,ctl,0.069247,215.069501,,,,64,0,,,,,"",,"",,"",,, +1012,1,,ctl,0.021307,215.090808,,,,64,64,,,,,"",,"",,"",,, +1013,1,983,non,0.012429,215.103237,,,,47,113,B2,,,," ",g," ",0.125000,"",,, +1014,1,984,non,0.065696,215.168933,,,,50,92,D3,,,," ",g," ",0.125000,"",,, +1015,1,985,non,0.065696,215.234629,,,,54,57,F#3,,,," ",g," ",0.125000,"",,, +1016,1,986,non,0.065696,215.300325,,,,53,71,F3,,,," ",g," ",0.125000,"",,, +1017,1,987,non,0.065696,215.366021,,,,70,29,A#4,,,," ",g," ",0.125000,"",,, +1018,1,988,non,0.065696,215.431717,,,,42,85,F#2,,,," ",," ",0.125000,"",,, +1019,1,1024,non,0.000000,215.431717,,,,53,43,F3,,,," ",," ",0.031250,"",,, +1020,1,,ctl,0.101207,215.532924,,,,64,0,,,,,"",,"",,"",,, +1021,1,,ctl,0.001776,215.534700,,,,64,64,,,,,"",,"",,"",,, +1022,1,989,non,0.001776,215.536475,,,,89,71,F6,,,," ",," ",0.031250,"",,, +1024,1,1026,non,0.113636,215.650112,,,,53,57,F3,,,," ",," ",0.031250,"",,, +1025,1,990,non,0.056818,215.706930,,,,76,71,E5,,,," ",," ",0.031250,"",,, +1028,1,992,non,0.113636,215.877384,,,,76,78,E5,,,," ",," ",0.031250,"",,, +1031,1,993,non,0.170455,216.047839,,,,70,78,A#4,,,," ",," ",0.031250,"",,, +1032,1,994,non,0.170455,216.218293,,,,73,85,C#5,,,,"e",," ",0.031250,"",,, +1033,1,995,non,0.113636,216.331930,,,,70,85,A#4,,,,"e",," ",0.031250,"",,, +1034,1,1030,non,0.000000,216.331930,,,,44,36,G#2,,,," ",," ",0.250000,"",,, +1035,1,996,non,0.113636,216.445566,,,,73,92,C#5,,,,"e",," ",0.031250,"",,, +1036,1,997,non,0.113636,216.559203,,,,76,92,E5,,,,"e",," ",0.031250,"",,, +1037,1,1032,non,0.000000,216.559203,,,,45,85,A2,,,," ",,"t",0.125000,"mf",,, +1038,1,1033,non,0.000000,216.559203,,,,56,85,G#3,,,," ",,"t",0.125000,"mf",,, +1039,1,1034,non,0.000000,216.559203,,,,72,85,C5,,,," ",,"t",0.125000,"mf",,, +1040,1,998,non,0.113636,216.672839,,,,73,99,C#5,,,,"e",," ",0.031250,"",,, +1041,1,999,non,0.113636,216.786475,,,,58,99,A#3,,,,"e",," ",0.031250,"",,, +1042,1,,ctl,0.113636,216.900112,,,,64,0,,,,,"",,"",,"",,, +1043,1,1000,non,0.000000,216.900112,,,,73,106,C#5,,,,"e",," ",0.062500,"",,, +1044,1,,ctl,0.340909,217.241021,,,,64,64,,,,,"",,"",,"",,, +1050,1,1039,non,0.000000,217.241021,,,,42,71,F#2,,,," ",,"t",0.031250,"mp 20",,, +1051,1,1041,non,0.113636,217.354657,,,,35,57,B1,,,," ",," ",0.041667,"",,, +1053,1,1042,non,0.340909,217.695566,,,,42,43,F#2,,,," ",," ",0.031250,"",,, +1054,1,1043,non,0.076349,217.771916,,,,23,29,B0,,,," ",," ",0.031250,"",,, +1055,1,1044,non,0.076349,217.848265,,,,41,29,F2,,,," ",," ",0.031250,"",,, +1057,1,1003,non,0.415483,218.263748,,,,101,57,F7,,,,"e",,"t",0.031250,"",,, +1058,1,1004,non,0.113636,218.377384,,,,76,64,E5,,,,"e",," ",0.031250,"",,, +1059,1,1005,non,0.113636,218.491021,,,,73,71,C#5,,,,"e",," ",0.031250,"",,, +1060,1,1006,non,0.113636,218.604657,,,,76,78,E5,,,,"e",,"t",0.031250,"",,, +1062,1,1007,non,0.113636,218.718293,,,,58,85,A#3,,,,"e",," ",0.031250,"",,, +1063,1,1008,non,0.113636,218.831930,,,,61,99,C#4,,,,"e",," ",0.031250,"",,, +1065,1,1010,non,0.454545,219.286475,,,,62,113,D4,,,," ",,"t",0.062500,"",,, +1066,1,1011,non,0.000000,219.286475,,,,73,113,C#5,,,," ",,"t",0.062500,"",,, +1067,1,1047,non,0.000000,219.286475,,,,45,113,A2,,,," ",," ",0.062500,"",,, +1068,1,1048,non,0.000000,219.286475,,,,56,113,G#3,,,," ",," ",0.062500,"",,, +1070,1,1012,non,0.340909,219.627384,,,,62,120,D4,,,," ",,"t",0.062500,"",,, +1071,1,1013,non,0.000000,219.627384,,,,73,120,C#5,,,," ",,"t",0.062500,"",,, +1072,1,1014,non,0.000000,219.627384,,,,76,120,E5,,,," ",,"t 20 ",0.062500,"",,, +1073,1,1050,non,0.000000,219.627384,,,,45,113,A2,,,," ",," ",0.062500,"",,, +1074,1,1051,non,0.000000,219.627384,,,,56,113,G#3,,,," ",," ",0.062500,"",,, +1075,1,,bar,0.340909,219.968293,,,,0,0,,,39,,"",,"",,"",,, +1076,1,1054,non,0.008878,219.977171,,,,58,57,A#3,,,,"e",g," ",0.125000,"",,, +1077,1,1055,non,0.065696,220.042867,,,,88,71,E6,,,,"e",g," ",0.125000,"",,, +1078,1,1056,non,0.065696,220.108563,,,,101,85,F7,,,,"e",g," ",0.125000,"",,, +1079,1,1057,non,0.065696,220.174259,,,,88,99,E6,,,,"e",g," ",0.125000,"",,, +1080,1,1058,non,0.065696,220.239955,,,,101,106,F7,,,,"e",g," ",0.125000,"",,, +1081,1,1053,non,0.065696,220.305651,,,,85,113,C#6,,,,"e 20 ",," ",0.031250,"",,, +1082,1,1065,non,0.000000,220.305651,,,,68,113,G#4,,,," ",," ",0.031250,"",,, +1083,1,1066,non,0.003551,220.309203,,,,57,113,A3,,,," ",," ",0.031250,"",,, +1084,1,1059,non,0.003551,220.312754,,,,70,113,A#4,,,," ",," ",0.031250,"",,, +1086,1,1068,non,0.040838,220.353592,,,,84,99,C6,,,," ",," ",0.031250,"",,, +1087,1,1069,non,0.076349,220.429941,,,,68,85,G#4,,,," ",," ",0.031250,"",,, +1089,1,1070,non,0.076349,220.506291,,,,84,71,C6,,,," ",," ",0.031250,"",,, +1090,1,1071,non,0.076349,220.582640,,,,88,57,E6,,,," ",," ",0.031250,"",,, +1091,1,1072,non,0.113636,220.696276,,,,74,43,D5,,,," ",," ",0.015625,"",,, +1092,1,1073,non,0.056818,220.753095,,,,88,43,E6,,,," ",," ",0.015625,"",,, +1093,1,,ctl,0.012429,220.765524,,,,64,0,,,,,"",,"",,"",,, +1095,1,,ctl,0.000000,220.792157,,,,64,64,,,,,"",,"",,"",20,, +1096,1,1075,non,0.015980,220.808137,,,,33,99,A1,,,," ",g," ",0.125000,"",,, +1097,1,1076,non,0.065696,220.873833,,,,44,99,G#2,,,," ",," ",0.125000,"",,, +1099,1,1077,non,0.681818,221.555651,,,,60,85,C4,,,," ",," ",0.125000,"",,, +1101,1,1079,non,1.136364,222.692015,,,,33,71,A1,,,," ",," ",0.062500,"",,, +1103,1,1080,non,0.227273,222.919288,,,,44,64,G#2,,,," ",," ",0.031250,"",,, +1104,1,1081,non,0.113636,223.032924,,,,60,57,C4,,,," ",," ",0.031250,"",,, +1105,1,1082,non,0.113636,223.146560,,,,21,50,A0,,,," ",," ",0.031250,"",,, +1106,1,1083,non,0.113636,223.260197,,,,32,43,G#1,,,," ",," ",0.031250,"",,, +1107,1,1084,non,0.113636,223.373833,,,,48,36,C3,,,," ",," ",0.015625,"",,, +1108,1,1085,non,0.056818,223.430651,,,,21,29,A0,,,," ",," ",0.020833,"",,, +1110,1,,bar,2.215909,225.646560,,,,0,0,,,40,,"",,"",,"",,, +1115,1,1107,non,2.954545,228.601106,,,,48,85,C3,,,," ",," ",0.031250,"",,, +1116,1,1108,non,0.113636,228.714742,,,,38,85,D2,,,," ",," ",0.031250,"",,, +1117,1,1109,non,0.113636,228.828379,,,,52,85,E3,,,," ",," ",0.125000,"",,, +1120,1,1091,non,0.568182,229.396560,,,,92,78,G#6,,,,"e",," ",0.031250,"",,, +1121,1,1092,non,0.113636,229.510197,,,,81,78,A5,,,,"e",," ",0.031250,"",,, +1122,1,1093,non,0.113636,229.623833,,,,98,71,D7,,,,"e",," ",0.031250,"",,, +1123,1,1094,non,0.113636,229.737470,,,,108,71,C8,,,,"e",," ",0.031250,"",,, +1125,1,1095,non,0.113636,229.851106,,,,80,64,G#5,,,,"e",," ",0.020833,"",,, +1126,1,1096,non,0.170455,230.021560,,,,96,64,C7,,,,"e",," ",0.020833,"",,, +1127,1,1097,non,0.170455,230.192015,,,,80,57,G#5,,,,"e",," ",0.031250,"",,, +1128,1,1098,non,0.113636,230.305651,,,,69,57,A4,,,,"e",," ",0.031250,"",,, +1129,1,1099,non,0.113636,230.419288,,,,86,50,D6,,,,"e",," ",0.031250,"",,, +1130,1,1100,non,0.113636,230.532924,,,,96,43,C7,,,,"e",," ",0.031250,"",,, +1131,1,1101,non,0.113636,230.646560,,,,100,36,E7,,,,"e",," ",0.031250,"",,, +1132,1,1102,non,0.113636,230.760197,,,,86,29,D6,,,,"e",," ",0.020833,"",,, +1133,1,1103,non,0.170455,230.930651,,,,100,29,E7,,,,"e 21 ",," ",0.020833,"",,, +1134,1,,ctl,0.165128,231.095779,,,,64,0,,,,,"",,"",,"",,, +1135,1,,bar,-0.450994,230.644785,,,,0,0,,,41,,"",,"",,"",,, +1137,1,,ctl,0.452770,231.097555,,,,64,64,,,,,"",,"",,"",,, +1141,1,1116,non,0.000000,231.101106,,,,38,85,D2,,,," ",,"t",0.062500,"mf",21,, +1142,1,1142,non,0.198438,231.299543,,,,44,43,G#2,,,," ",,"t",0.125000,"pp",,, +1143,1,1117,non,0.001562,231.301106,,,,58,71,A#3,,,," ",," ",0.062500,"",,, +1144,1,1118,non,0.200000,231.501106,,,,53,57,F3,,,," ",," ",0.062500,"",,, +1145,1,1119,non,0.132812,231.633918,,,,50,50,D3,,,," ",," ",0.062500,"",,, +1146,1,1120,non,0.132812,231.766731,,,,58,43,A#3,,,," ",,"t",0.062500,"pp",,, +1149,1,1122,non,0.667187,232.433918,,,,64,43,E4,,,," ",g,"t",0.125000,"pp",,, +1150,1,1123,non,0.065625,232.499543,,,,33,43,A1,,,," ",,"t",0.041667,"pp",,, +1152,1,1125,non,0.359375,232.858918,,,,65,57,F4,,,," ",," ",0.031250,"",,, +1153,1,1126,non,0.120313,232.979231,,,,52,71,E3,,,," ",," ",0.031250,"",,, +1154,1,1127,non,0.120312,233.099543,,,,45,85,A2,,,," ",," ",0.020833,"",,, +1155,1,1128,non,0.179688,233.279231,,,,77,99,F5,,,," ",," ",0.031250,"",,, +1156,1,1129,non,0.120313,233.399543,,,,46,99,A#2,,,," ",,"t",0.020833,"f",,, +1157,1,1130,non,0.179688,233.579231,,,,49,99,C#3,,,," ",,"t",0.031250,"f",,, +1158,1,1131,non,0.120312,233.699543,,,,46,85,A#2,,,," ",," ",0.031250,"",,, +1160,1,1133,non,0.120313,233.819856,,,,64,71,E4,,,," ",," ",0.015625,"",,, +1161,1,1134,non,0.059375,233.879231,,,,65,64,F4,,,," ",," ",0.015625,"",,, +1162,1,1135,non,0.059375,233.938606,,,,64,57,E4,,,," ",," ",0.031250,"",,, +1163,1,1136,non,0.120312,234.058918,,,,46,43,A#2,,,," ",," ",0.031250,"",,, +1164,1,1137,non,0.079688,234.138606,,,,61,29,C#4,,,," ",,"t",0.031250,"ppp",,, +1165,1,1138,non,0.079688,234.218293,,,,46,29,A#2,,,," ",,"t",0.031250,"ppp",,, +1168,1,,bar,1.281250,235.499543,,,,0,0,,,42,,"",,"",,"",,, +1171,1,,ctl,0.473437,235.972981,,,,64,0,,,,,"",,"",,"",,, +1172,1,,ctl,0.726562,236.699543,,,,64,64,,,,,"",,"",,"",,, +1173,1,1148,non,0.000000,236.699543,,,,32,71,G#1,,,," ",," ",0.020833,"",,, +1175,1,1149,non,0.179688,236.879231,,,,72,71,C5,,,," ",," ",0.020833,"",,, +1176,1,1150,non,0.179688,237.058918,,,,50,78,D3,,,,"e",," ",0.031250,"",,, +1178,1,1152,non,0.120313,237.299543,,,,60,85,C4,,,,"e",," ",0.031250,"",,, +1179,1,1153,non,0.120312,237.419856,,,,50,85,D3,,,,"e",," ",0.031250,"",,, +1180,1,1154,non,0.120313,237.540168,,,,72,92,C5,,,,"e",," ",0.031250,"",,, +1181,1,1155,non,0.120312,237.660481,,,,76,99,E5,,,,"e",," ",0.020833,"f",,, +1182,1,1156,non,0.179688,237.840168,,,,50,78,D3,,,," ",," ",0.015625,"",,, +1185,1,1158,non,0.179688,238.019856,,,,76,57,E5,,,," ",,"t",0.031250,"p",,, +1187,1,,ctl,0.118750,238.138606,,,,64,0,,,,,"",,"",,"",,, +1189,1,1172,non,0.093750,238.232356,,,,21,29,A0,,,," ",,"t",0.020833,"ppp",,, +1190,1,1173,non,0.200000,238.432356,,,,28,29,E1,,,," ",,"t",0.020833,"ppp",,, +1191,1,1160,non,0.067187,238.499543,,,,60,57,C4,,,," ",,"t 22 ",0.125000,"p 22",,, +1192,1,1174,non,0.132812,238.632356,,,,22,36,A#0,,,," ",," ",0.020833,"",,, +1193,1,1176,non,0.200000,238.832356,,,,29,36,F1,,,," ",," ",0.031250,"",,, +1195,1,1177,non,0.132812,238.965168,,,,28,43,E1,,,," ",," ",0.031250,"",,, +1196,1,1178,non,0.132812,239.097981,,,,22,43,A#0,,,," ",," ",0.020833,"",,, +1197,1,1161,non,0.001563,239.099543,,,,33,43,A1,,,," ",," ",0.062500,"",,, +1198,1,1179,non,0.198438,239.297981,,,,29,50,F1,,,," ",," ",0.020833,"",,, +1199,1,,ctl,0.101562,239.399543,,,,64,64,,,,,"",,"",,"",,, +1200,1,1162,non,0.000000,239.399543,,,,64,36,E4,,,," ",," ",0.031250,"",,, +1201,1,1181,non,0.098437,239.497981,,,,25,50,C#1,,,," ",," ",0.020833,"",,, +1202,1,1163,non,0.001563,239.499543,,,,50,29,D3,,,," ",," ",0.031250,"",,, +1203,1,1164,non,0.100000,239.599543,,,,64,22,E4,,,," ",," ",0.031250,"",,, +1204,1,1182,non,0.098438,239.697981,,,,21,57,A0,,,," ",," ",0.031250,"",,, +1206,1,1183,non,0.132812,239.830793,,,,29,57,F1,,,," ",," ",0.031250,"",,, +1207,1,1184,non,0.132812,239.963606,,,,28,64,E1,,,," ",," ",0.020833,"",,, +1208,1,1185,non,0.200000,240.163606,,,,22,64,A#0,,,,"e",," ",0.031250,"",,, +1209,1,,bar,0.135938,240.299543,,,,0,0,,,43,,"",,"",,"",,, +1211,1,1195,non,0.000000,240.299543,,,,29,71,F1,,,,"e",," ",0.031250,"",,, +1212,1,1196,non,0.132812,240.432356,,,,25,78,C#1,,,,"e",," ",0.031250,"",,, +1213,1,1197,non,0.132812,240.565168,,,,22,85,A#0,,,,"e",," ",0.031250,"",,, +1215,1,1199,non,0.132812,240.697981,,,,29,92,F1,,,,"e 22 ",," ",0.031250,"",,, +1216,1,1200,non,0.089062,240.787043,,,,28,99,E1,,,," ",," ",0.031250,"",,, +1217,1,1201,non,0.089063,240.876106,,,,25,106,C#1,,,," ",," ",0.031250,"",,, +1218,1,1202,non,0.089062,240.965168,,,,22,113,A#0,,,," ",," ",0.031250,"",,, +1219,1,1203,non,0.089063,241.054231,,,,21,113,A0,,,," ",," ",0.062500,"",,, +1221,1,1205,non,0.178125,241.232356,,,,33,99,A1,,,," ",," ",0.031250,"",,, +1222,1,1206,non,0.132812,241.365168,,,,52,85,E3,,,," ",," ",0.031250,"",,, +1223,1,1207,non,0.132812,241.497981,,,,46,71,A#2,,,," ",," ",0.031250,"",,, +1224,1,1208,non,0.132812,241.630793,,,,77,57,F5,,,," ",," ",0.031250,"",,, +1225,1,1209,non,0.089063,241.719856,,,,64,50,E4,,,," ",," ",0.031250,"",,, +1226,1,1210,non,0.089062,241.808918,,,,61,43,C#4,,,," ",," ",0.031250,"",,, +1227,1,,ctl,0.089063,241.897981,,,,64,0,,,,,"",,"",,"",,, +1230,1,,ctl,0.000000,242.099543,,,,64,64,,,,,"",,"",,"",22,, +1231,1,1191,non,0.000000,242.099543,,,,21,43,A0,,,," ",," ",0.062500,"",,, +1232,1,1192,non,0.300000,242.399543,,,,38,43,D2,,,," ",," ",0.062500,"",,, +1236,1,1213,non,1.500000,243.899543,,,,32,85,G#1,,,," ",," ",0.031250,"",,, +1237,1,1214,non,0.150000,244.049543,,,,48,99,C3,,,," ",," ",0.031250,"",,, +1238,1,1215,non,0.150000,244.199543,,,,32,113,G#1,,,," ",," ",0.031250,"",,, +1239,1,1216,non,0.100000,244.299543,,,,48,127,C3,,,," ",," ",0.031250,"",,, +1240,1,1217,non,0.100000,244.399543,,,,52,127,E3,,,," ",," ",0.031250,"",,, +1241,1,1218,non,0.100000,244.499543,,,,32,127,G#1,,,," ",," ",0.015625,"",,, +1242,1,1219,non,0.067187,244.566731,,,,21,127,A0,,,," ",," ",0.015625,"",,, +1243,1,1220,non,0.067188,244.633918,,,,38,113,D2,,,," ",," ",0.015625,"",,, +1244,1,1221,non,0.067187,244.701106,,,,32,99,G#1,,,," ",," ",0.020833,"",,, +1245,1,1222,non,0.200000,244.901106,,,,48,71,C3,,,," ",," ",0.015625,"",,, +1246,1,1223,non,0.067187,244.968293,,,,52,57,E3,,,," ",,"t",0.031250,"p",,, +1247,1,,bar,0.131250,245.099543,,,,0,0,,,44,,"",,"",,"",,, +1252,1,,ctl,1.800000,246.899543,,,,64,0,,,,,"",,"",,"",,, +1254,1,,ctl,0.582812,247.482356,,,,64,64,,,,,"",,"",,"",,, +1256,1,1247,non,0.017188,247.499543,,,,74,43,D5,,,," ",g,"t",0.125000,"pp",,, +1257,1,1228,non,0.065625,247.565168,,,,97,29,C#7,,,," ",,"t",0.062500,"ppp",,, +1258,1,1229,non,0.000000,247.565168,,,,76,29,E5,,,,"e",," ",0.031250,"ppp",,, +1259,1,1248,non,0.000000,247.565168,,,,64,43,E4,,,," ",,"t",0.500000,"pp",,, +1260,1,1230,non,0.100000,247.665168,,,,66,36,F#4,,,,"e",," ",0.031250,"",,, +1261,1,1231,non,0.100000,247.765168,,,,83,43,B5,,,,"e",," ",0.031250,"",,, +1262,1,1232,non,0.062500,247.827668,,,,78,29,F#5,,,," ",," ",0.062500,"",,, +1263,1,1233,non,0.037500,247.865168,,,,86,50,D6,,,,"e",," ",0.031250,"",,, +1264,1,1234,non,0.100000,247.965168,,,,83,57,B5,,,,"e",," ",0.031250,"",,, +1265,1,1235,non,0.100000,248.065168,,,,58,64,A#3,,,,"e",," ",0.031250,"",,, +1266,1,1236,non,0.029687,248.094856,,,,97,29,C#7,,,," ",," ",0.062500,"",,, +1267,1,1237,non,0.070312,248.165168,,,,83,71,B5,,,,"e",," ",0.083333,"",,, +1268,1,1238,non,0.196875,248.362043,,,,78,29,F#5,,,," ",," ",0.041667,"",,, +1271,1,1241,non,0.803125,249.165168,,,,107,29,B7,,,," ",," ",0.250000,"",,, +1272,1,,bar,0.800000,249.965168,,,,0,0,,,45,,"",,"",,"",,, +1273,1,1250,non,0.000000,249.965168,,,,81,71,A5,,,," ",," ",0.125000,"",,, +1276,1,1251,non,0.400000,250.365168,,,,89,71,F6,,,," ",," ",0.250000,"",,, +1278,1,1253,non,2.000000,252.365168,,,,108,29,C8,,,,"e",," ",0.015625,"ppp",,, +1279,1,1265,non,0.000000,252.365168,,,,101,29,F7,,,," ",,"t",0.062500,"ppp",,, +1280,1,1266,non,0.000000,252.365168,,,,55,99,G3,,,," ",,"t",0.166667,"f",,, +1281,1,1267,non,0.000000,252.365168,,,,61,43,C#4,,,," ",,"t",0.166667,"pp",,, +1282,1,1268,non,0.000000,252.365168,,,,71,43,B4,,,," ",,"t",0.166667,"pp",,, +1283,1,1254,non,0.075000,252.440168,,,,102,29,F#7,,,,"e",," ",0.015625,"ppp",,, +1284,1,1255,non,0.075000,252.515168,,,,99,29,D#7,,,,"e",," ",0.015625,"ppp",,, +1285,1,1256,non,0.075000,252.590168,,,,102,29,F#7,,,,"e",," ",0.015625,"ppp",,, +1286,1,1269,non,0.014063,252.604231,,,,85,29,C#6,,,," ",,"t",0.031250,"ppp",,, +1287,1,1257,non,0.060937,252.665168,,,,107,29,B7,,,,"e",," ",0.020833,"ppp",,, +1288,1,1270,non,0.059375,252.724543,,,,81,29,A5,,,," ",,"t 23 ",0.031250,"ppp 23",,, +1289,1,1271,non,0.120313,252.844856,,,,86,29,D6,,,,"e",," ",0.031250,"",,, +1290,1,1258,non,0.045312,252.890168,,,,103,29,G7,,,," ",," ",0.015625,"",,, +1291,1,1272,non,0.034375,252.924543,,,,85,29,C#6,,,,"e",," ",0.031250,"",,, +1293,1,1273,non,0.079687,253.004231,,,,69,29,A4,,,,"e",," ",0.031250,"",,, +1294,1,1274,non,0.079688,253.083918,,,,86,29,D6,,,,"e",," ",0.031250,"",,, +1295,1,1275,non,0.120313,253.204231,,,,104,29,G#7,,,," ",," ",0.041667,"",,, +1298,1,1261,non,0.960938,254.165168,,,,71,29,B4,,,," ",," ",0.125000,"",,, +1299,1,1277,non,0.000000,254.165168,,,,32,57,G#1,,,," ",," ",0.062500,"",,, +1302,1,1280,non,0.239062,254.404231,,,,43,50,G2,,,," ",," ",0.031250,"",,, +1303,1,1281,non,0.120313,254.524543,,,,32,43,G#1,,,," ",," ",0.062500,"",,, +1304,1,,ctl,0.053125,254.577668,,,,64,0,,,,,"",,"",,"",,, +1305,1,,bar,0.187500,254.765168,,,,0,0,,,46,,"",,"",,"",,, +1306,1,1301,non,0.001563,254.766731,,,,49,36,C#3,,,," ",g," ",0.125000,"",,, +1307,1,,ctl,0.065625,254.832356,,,,64,64,,,,,"",,"",,"",,, +1310,1,1302,non,0.000000,254.832356,,,,27,29,D#1,,,," ",," ",0.500000,"",,, +1313,1,1305,non,1.439063,256.271418,,,,65,29,F4,,,," ",," ",0.062500,"",,, +1314,1,1285,non,0.159375,256.430793,,,,95,29,B6,,,," ",," ",0.041667,"",,, +1315,1,1306,non,0.081250,256.512043,,,,62,29,D4,,,," ",," ",0.031250,"",,, +1316,1,1307,non,0.120312,256.632356,,,,61,29,C#4,,,," ",," ",0.031250,"",,, +1317,1,1286,non,0.098438,256.730793,,,,69,29,A4,,,," ",," ",0.031250,"",,, +1318,1,1308,non,0.021875,256.752668,,,,57,29,A3,,,,"e",," ",0.062500,"",,, +1319,1,1287,non,0.078125,256.830793,,,,77,36,F5,,,," ",," ",0.031250,"",,, +1321,1,1289,non,0.067187,256.897981,,,,85,36,C#6,,,," ",," ",0.031250,"",,, +1322,1,1309,non,0.014063,256.912043,,,,62,29,D4,,,,"e",," ",0.062500,"",,, +1323,1,1290,non,0.053125,256.965168,,,,77,43,F5,,,," ",," ",0.031250,"",,, +1324,1,1291,non,0.067187,257.032356,,,,85,43,C#6,,,," ",," ",0.031250,"",,, +1325,1,1310,non,0.039062,257.071418,,,,68,29,G#4,,,,"e",," ",0.062500,"",,, +1326,1,1292,non,0.028125,257.099543,,,,66,50,F#4,,,," ",," ",0.062500,"",,, +1327,1,,ctl,0.046875,257.146418,,,,64,0,,,,,"",,"",,"",,, +1328,1,1293,non,0.084375,257.230793,,,,83,57,B5,,,," ",g," ",0.125000,"",,, +1329,1,1294,non,0.065625,257.296418,,,,73,99,C#5,,,," ",," ",0.250000,"",,, +1330,1,1295,non,0.000000,257.296418,,,,86,99,D6,,,," ",," ",0.250000,"",,, +1331,1,1311,non,0.000000,257.296418,,,,56,57,G#3,,,,"e 23 ",," ",0.041667,"",,, +1333,1,1313,non,0.356250,257.652668,,,,81,64,A5,,,," ",," ",0.062500,"",,, +1334,1,1314,non,0.243750,257.896418,,,,76,71,E5,,,," ",," ",0.125000,"",,, +1337,1,,ctl,0.281250,258.496418,,,,64,64,,,,,"",,"",,"",23,, +1340,1,1317,non,0.000000,258.496418,,,,27,29,D#1,,,," ",,"t",0.250000,"ppp",,, +1341,1,1318,non,0.000000,258.496418,,,,52,99,E3,,,," ",,"t",0.250000,"f",,, +1342,1,1319,non,0.000000,258.496418,,,,54,71,F#3,,,," ",,"t",0.250000,"mp",,, +1343,1,,bar,1.576891,260.073310,,,,0,0,,,47,,"",,"",,"",,, +1348,1,1321,non,0.002056,260.075366,,,,89,10,F6,,,," ",,"t",0.031250,"pppp",,, +1349,1,1322,non,0.158306,260.233672,,,,61,10,C#4,,,," ",,"t",0.031250,"pppp",,, +1350,1,1323,non,0.104852,260.338524,,,,74,10,D5,,,," ",,"t",0.031250,"pppp",,, +1351,1,1324,non,0.104852,260.443376,,,,73,10,C#5,,,," ",,"t 24 ",0.031250,"pppp",,, +1353,1,1326,non,0.158306,260.601682,,,,57,10,A3,,,," ",," ",0.015625,"",,, +1355,1,1328,non,0.158306,260.759988,,,,86,10,D6,,,," ",," ",0.031250,"",,, +1356,1,1362,non,0.102796,260.862784,,,,75,10,D#5,,,,"e",," ",0.015625,"pppp",,, +1357,1,1329,non,0.002056,260.864839,,,,89,10,F6,,,," ",," ",0.031250,"",,, +1358,1,1363,non,0.096628,260.961468,,,,83,10,B5,,,,"e",," ",0.015625,"pppp",,, +1359,1,1330,non,0.008224,260.969691,,,,86,10,D6,,,," ",," ",0.031250,"",,, +1360,1,1364,non,0.090461,261.060152,,,,84,10,C6,,,,"e",," ",0.015625,"pppp",,, +1361,1,1331,non,0.014391,261.074543,,,,92,10,G#6,,,," ",," ",0.031250,"",,, +1362,1,1365,non,0.084293,261.158836,,,,83,10,B5,,,,"e",," ",0.015625,"pppp",,, +1363,1,1332,non,0.020559,261.179395,,,,85,10,C#6,,,," ",," ",0.031250,"",,, +1364,1,1366,non,0.078125,261.257520,,,,79,10,G5,,,,"e",," ",0.020833,"pppp",,, +1365,1,1333,non,0.080181,261.337701,,,,81,10,A5,,,," ",," ",0.031250,"",,, +1366,1,1334,non,0.104852,261.442553,,,,86,10,D6,,,," ",," ",0.031250,"",,, +1367,1,1335,non,0.104852,261.547405,,,,92,10,G#6,,,," ",," ",0.031250,"",,, +1368,1,1367,non,0.006168,261.553573,,,,78,10,F#5,,,," ",," ",0.015625,"",,, +1372,1,1369,non,1.677632,263.231205,,,,87,10,D#6,,,," ",," ",0.031250,"",,, +1373,1,1338,non,0.104852,263.336057,,,,98,10,D7,,,," ",," ",0.031250,"",,, +1374,1,1370,non,0.092516,263.428573,,,,95,10,B6,,,," ",," ",0.031250,"",,, +1375,1,1339,non,0.012336,263.440909,,,,101,10,F7,,,," ",," ",0.031250,"",,, +1376,1,1340,non,0.104852,263.545761,,,,98,10,D7,,,," ",," ",0.031250,"",,, +1377,1,1371,non,0.080181,263.625941,,,,96,10,C7,,,,"e",," ",0.031250,"pppp",,, +1378,1,1341,non,0.024671,263.650613,,,,101,10,F7,,,," ",," ",0.031250,"",,, +1379,1,1342,non,0.104852,263.755464,,,,98,10,D7,,,," ",," ",0.031250,"",,, +1380,1,1372,non,0.002056,263.757520,,,,95,10,B6,,,,"e",," ",0.031250,"pppp",,, +1381,1,1343,non,0.102796,263.860316,,,,104,10,G#7,,,," ",," ",0.031250,"",,, +1382,1,1373,non,0.028783,263.889099,,,,96,10,C7,,,,"e",," ",0.031250,"pppp",,, +1383,1,1344,non,0.129523,264.018622,,,,97,10,C#7,,,," ",," ",0.031250,"",,, +1384,1,1374,non,0.002056,264.020678,,,,95,10,B6,,,,"e",," ",0.031250,"pppp",,, +1385,1,1345,non,0.102796,264.123474,,,,104,10,G#7,,,," ",," ",0.031250,"",,, +1386,1,1375,non,0.028783,264.152257,,,,96,10,C7,,,,"e",," ",0.031250,"pppp",,, +1387,1,1346,non,0.076069,264.228326,,,,97,10,C#7,,,," ",," ",0.031250,"",,, +1388,1,1376,non,0.055510,264.283836,,,,95,10,B6,,,,"e",," ",0.031250,"pppp",,, +1390,1,1348,non,0.102796,264.386632,,,,93,10,A6,,,," ",," ",0.015625,"",,, +1391,1,1377,non,0.028783,264.415415,,,,91,10,G6,,,,"e",," ",0.031250,"pppp",,, +1393,1,1350,non,0.129523,264.544938,,,,98,10,D7,,,," ",," ",0.031250,"",,, +1394,1,1378,non,0.067845,264.612784,,,,78,10,F#5,,,," ",," ",0.031250,"",,, +1395,1,1351,non,0.037007,264.649790,,,,104,10,G#7,,,," ",," ",0.031250,"",,, +1396,1,1352,non,0.158306,264.808096,,,,98,10,D7,,,," ",," ",0.031250,"",,, +1397,1,1379,non,0.002056,264.810152,,,,90,10,F#6,,,," ",," ",0.031250,"",,, +1399,1,1353,non,0.102796,264.912948,,,,97,10,C#7,,,," ",," ",0.062500,"",,, +1400,1,1381,non,0.028783,264.941731,,,,87,10,D#6,,,," ",," ",0.031250,"",,, +1401,1,1382,non,0.131579,265.073310,,,,90,10,F#6,,,," ",," ",0.031250,"",,, +1402,1,1354,non,0.049342,265.122652,,,,104,10,G#7,,,," ",," ",0.031250,"",,, +1404,1,1355,non,0.104852,265.227504,,,,93,10,A6,,,," ",," ",0.062500,"",,, +1406,1,,ctl,1.155428,266.382932,,,,64,0,,,,,"",,"",,"",,, +1407,1,,bar,0.006168,266.389099,,,,0,0,,,48,,"",,"",,"",,, +1408,1,,ctl,0.000000,266.389099,,,,64,64,,,,,"",,"",,"",,, +1410,1,1436,non,0.000000,266.389099,,,,86,10,D6,,,," ",," ",0.031250,"",,, +1412,1,1439,non,0.131579,266.520678,,,,89,10,F6,,,," ",," ",0.031250,"",,, +1413,1,1386,non,0.026727,266.547405,,,,99,10,D#7,,,," ",," ",0.031250,"",,, +1414,1,1440,non,0.104852,266.652257,,,,86,10,D6,,,,"e",," ",0.031250,"pppp",,, +1415,1,1387,non,0.053454,266.705711,,,,107,10,B7,,,," ",," ",0.031250,"",,, +1416,1,1441,non,0.034951,266.740662,,,,89,10,F6,,,,"e",," ",0.031250,"pppp",,, +1417,1,1442,non,0.088405,266.829066,,,,86,10,D6,,,,"e",," ",0.031250,"pppp",,, +1418,1,1388,non,0.034951,266.864017,,,,108,10,C8,,,," ",," ",0.031250,"",,, +1419,1,1443,non,0.053454,266.917471,,,,89,10,F6,,,,"e",," ",0.031250,"pppp",,, +1421,1,1390,non,0.104852,267.022323,,,,107,10,B7,,,,"e 24*",," ",0.031250,"pppp",,, +1422,1,1444,non,0.026727,267.049050,,,,92,10,G#6,,,," ",," ",0.031250,"",,, +1423,1,1391,non,0.078125,267.127175,,,,108,10,C8,,,,"e",," ",0.031250,"pppp",,, +1424,1,1445,non,0.053454,267.180629,,,,85,10,C#6,,,," ",," ",0.031250,"",,, +1425,1,1392,non,0.051398,267.232027,,,,107,10,B7,,,,"e",," ",0.031250,"pppp",,, +1426,1,1446,non,0.080181,267.312208,,,,92,10,G#6,,,," ",," ",0.031250,"",,, +1427,1,1393,non,0.024671,267.336879,,,,108,10,C8,,,,"e",," ",0.031250,"pppp",,, +1428,1,1447,non,0.063734,267.400613,,,,85,10,C#6,,,," ",," ",0.031250,"",,, +1429,1,1394,non,0.041118,267.441731,,,,107,10,B7,,,,"e",," ",0.031250,"pppp",,, +1430,1,1448,non,0.047286,267.489017,,,,92,10,G#6,,,," ",," ",0.031250,"",,, +1431,1,1395,non,0.057566,267.546583,,,,108,10,C8,,,,"e",," ",0.031250,"pppp",,, +1433,1,1396,non,0.104852,267.651435,,,,107,10,B7,,,,"e",," ",0.031250,"pppp",,, +1434,1,1450,non,0.057566,267.709001,,,,73,10,C#5,,,," ",," ",0.062500,"",,, +1435,1,1397,non,0.047286,267.756287,,,,103,10,G7,,,,"e 24 ",," ",0.020833,"pppp 24",,, +1436,1,1398,non,0.158306,267.914593,,,,102,10,F#7,,,," ",," ",0.015625,"",,, +1438,1,1451,non,0.057566,267.972159,,,,69,10,A4,,,," ",," ",0.031250,"",,, +1439,1,1452,non,0.088405,268.060563,,,,101,10,F7,,,," ",," ",0.031250,"",,, +1440,1,1400,non,0.012336,268.072899,,,,107,10,B7,,,," ",," ",0.031250,"",,, +1441,1,1453,non,0.076069,268.148968,,,,98,10,D7,,,," ",," ",0.031250,"",,, +1442,1,1401,non,0.028783,268.177751,,,,103,10,G7,,,," ",," ",0.031250,"",,, +1443,1,1454,non,0.059622,268.237372,,,,101,10,F7,,,," ",," ",0.031250,"",,, +1445,1,1403,non,0.098684,268.336057,,,,90,10,F#6,,,," ",," ",0.015625,"",,, +1446,1,1455,non,0.032895,268.368951,,,,104,10,G#7,,,," ",," ",0.031250,"",,, +1448,1,1405,non,0.125411,268.494363,,,,87,10,D#6,,,," ",," ",0.031250,"",,, +1449,1,1456,non,0.006168,268.500530,,,,85,10,C#6,,,," ",," ",0.031250,"",,, +1450,1,1457,non,0.088405,268.588935,,,,104,10,G#7,,,," ",," ",0.031250,"",,, +1451,1,1406,non,0.010280,268.599214,,,,95,10,B6,,,," ",," ",0.031250,"",,, +1452,1,1458,non,0.078125,268.677339,,,,97,10,C#7,,,," ",," ",0.031250,"",,, +1453,1,1407,non,0.080181,268.757520,,,,91,10,G6,,,," ",," ",0.031250,"",,, +1455,1,,ctl,0.154194,268.911714,,,,64,0,,,,,"",,"",,"",,, +1458,1,,ctl,0.000000,269.546994,,,,64,64,,,,,"",,"",,"",24,, +1459,1,1410,non,0.000000,269.546994,,,,87,29,D#6,,,," ",,"t",0.031250,"ppp",,, +1460,1,1462,non,0.000000,269.546994,,,,52,57,E3,,,," ",,"t",0.250000,"p",,, +1461,1,1463,non,0.000000,269.546994,,,,54,29,F#3,,,," ",,"t",0.250000,"ppp",,, +1462,1,1464,non,0.000000,269.546994,,,,86,99,D6,,,," ",,"t",0.250000,"f",,, +1464,1,1411,non,0.104852,269.651846,,,,90,29,F#6,,,," ",,"t",0.031250,"ppp",,, +1465,1,1412,non,0.104852,269.756698,,,,95,29,B6,,,," ",,"t",0.031250,"ppp",,, +1467,1,1414,non,0.182977,269.939675,,,,96,29,C7,,,," ",,"t 25 ",0.015625,"ppp",,, +1468,1,1465,non,0.002056,269.941731,,,,85,29,C#6,,,,"e",," ",0.031250,"ppp",,, +1470,1,1416,non,0.129523,270.071254,,,,91,29,G6,,,," ",," ",0.015625,"",,, +1471,1,1466,non,0.002056,270.073310,,,,92,29,G#6,,,,"e",," ",0.031250,"ppp",,, +1473,1,1467,non,0.131579,270.204889,,,,85,29,C#6,,,,"e",," ",0.031250,"ppp",,, +1474,1,1418,non,0.024671,270.229560,,,,90,29,F#6,,,," ",," ",0.031250,"",,, +1475,1,1419,non,0.104852,270.334412,,,,96,29,C7,,,," ",," ",0.031250,"",,, +1476,1,1468,non,0.002056,270.336468,,,,69,29,A4,,,,"e",," ",0.062500,"ppp 25",,, +1477,1,1420,non,0.102796,270.439264,,,,87,29,D#6,,,," ",," ",0.031250,"",,, +1478,1,1421,non,0.104852,270.544116,,,,96,29,C7,,,," ",," ",0.031250,"",,, +1479,1,1469,non,0.055510,270.599626,,,,89,29,F6,,,,"e",," ",0.031250,"",,, +1480,1,1422,non,0.049342,270.648968,,,,91,29,G6,,,," ",," ",0.031250,"",,, +1481,1,1470,non,0.082237,270.731205,,,,74,29,D5,,,,"e",," ",0.031250,"",,, +1482,1,1423,non,0.076069,270.807274,,,,90,29,F#6,,,," ",," ",0.031250,"",,, +1483,1,1471,non,0.055510,270.862784,,,,89,29,F6,,,,"e",," ",0.031250,"",,, +1484,1,1424,non,0.049342,270.912126,,,,96,29,C7,,,," ",," ",0.031250,"",,, +1485,1,1472,non,0.082237,270.994363,,,,74,29,D5,,,,"e",," ",0.031250,"",,, +1486,1,1425,non,0.022615,271.016978,,,,87,29,D#6,,,," ",," ",0.031250,"",,, +1489,1,1474,non,0.108964,271.125941,,,,60,29,C4,,,,"e",," ",0.250000,"",,, +1490,1,1427,non,0.627056,271.752997,,,,75,29,D#5,,,,"e",," ",0.031250,"",,, +1491,1,1428,non,0.104852,271.857849,,,,95,29,B6,,,,"e",," ",0.031250,"",,, +1493,1,1429,non,0.104852,271.962701,,,,108,29,C8,,,,"e",," ",0.031250,"",,, +1494,1,1430,non,0.104852,272.067553,,,,95,29,B6,,,,"e",," ",0.031250,"",,, +1495,1,1476,non,0.045230,272.112784,,,,98,29,D7,,,," ",," ",0.015625,"",,, +1496,1,1431,non,0.059622,272.172405,,,,108,29,C8,,,,"e",," ",0.031250,"",,, +1497,1,1477,non,0.039062,272.211468,,,,101,29,F7,,,," ",," ",0.015625,"",,, +1498,1,1432,non,0.065789,272.277257,,,,95,29,B6,,,,"e",," ",0.031250,"",,, +1499,1,1478,non,0.032895,272.310152,,,,98,29,D7,,,," ",," ",0.015625,"",,, +1500,1,1433,non,0.071957,272.382109,,,,91,29,G6,,,,"e 25 ",," ",0.031250,"",,, +1501,1,1479,non,0.026727,272.408836,,,,101,29,F7,,,," ",," ",0.015625,"",,, +1502,1,1480,non,0.098684,272.507520,,,,98,29,D7,,,," ",," ",0.015625,"",,, +1503,1,1434,non,0.032895,272.540415,,,,96,29,C7,,,," ",," ",0.031250,"",,, +1504,1,1481,non,0.065789,272.606205,,,,104,29,G#7,,,," ",," ",0.015625,"",,, +1505,1,,bar,0.098684,272.704889,,,,0,0,,,49,,"",,"",,"",,, +1511,1,1517,non,0.394737,273.099626,,,,85,29,C#6,,,," ",," ",0.041667,"",25,, +1512,1,1485,non,0.236431,273.336057,,,,79,29,G5,,,," ",," ",0.031250,"",,, +1513,1,1486,non,0.158306,273.494363,,,,66,29,F#4,,,," ",," ",0.031250,"",,, +1514,1,1487,non,0.158306,273.652668,,,,83,29,B5,,,,"e",," ",0.031250,"ppp",,, +1515,1,1518,non,0.039062,273.691731,,,,69,29,A4,,,," ",," ",0.041667,"",,, +1516,1,1488,non,0.065789,273.757520,,,,79,29,G5,,,,"e",," ",0.031250,"ppp",,, +1517,1,1489,non,0.104852,273.862372,,,,78,29,F#5,,,,"e",," ",0.031250,"ppp",,, +1518,1,1490,non,0.104852,273.967224,,,,83,29,B5,,,,"e",," ",0.031250,"ppp",,, +1519,1,1491,non,0.104852,274.072076,,,,96,29,C7,,,,"e",," ",0.031250,"ppp",,, +1520,1,1492,non,0.104852,274.176928,,,,83,29,B5,,,,"e",," ",0.031250,"ppp",,, +1521,1,1493,non,0.104852,274.281780,,,,79,29,G5,,,,"e",," ",0.031250,"ppp",,, +1522,1,1519,non,0.002056,274.283836,,,,73,29,C#5,,,," ",," ",0.125000,"",,, +1524,1,1494,non,0.102796,274.386632,,,,66,29,F#4,,,,"e",," ",0.031250,"ppp",,, +1525,1,1495,non,0.104852,274.491484,,,,79,29,G5,,,,"e",," ",0.031250,"ppp",,, +1526,1,1496,non,0.104852,274.596336,,,,66,29,F#4,,,,"e",," ",0.031250,"ppp",,, +1527,1,1497,non,0.158306,274.754642,,,,63,29,D#4,,,,"e 26*",," ",0.031250,"ppp",,, +1528,1,1498,non,0.104852,274.859494,,,,71,29,B4,,,,"e",," ",0.031250,"ppp",,, +1529,1,1499,non,0.104852,274.964346,,,,84,29,C6,,,,"e",," ",0.031250,"ppp",,, +1530,1,1500,non,0.104852,275.069198,,,,67,29,G4,,,,"e",," ",0.031250,"ppp",,, +1531,1,1521,non,0.004112,275.073310,,,,69,29,A4,,,," ",," ",0.062500,"",,, +1532,1,1522,non,0.000000,275.073310,,,,54,43,F#3,,,," ",," ",0.062500,"",,, +1533,1,1501,non,0.154194,275.227504,,,,66,29,F#4,,,," ",," ",0.125000,"",,, +1534,1,1524,non,0.108964,275.336468,,,,57,50,A3,,,," ",," ",0.062500,"",,, +1536,1,1525,non,0.131579,275.468047,,,,45,113,A2,,,," ",," ",0.062500,"",,, +1537,1,1526,non,0.131579,275.599626,,,,65,57,F4,,,," ",," ",0.062500,"",,, +1538,1,,ctl,0.263158,275.862784,,,,64,0,,,,,"",,"",,"",,, +1539,1,,ctl,0.000000,275.862784,,,,64,64,,,,,"",,"",,"",,, +1542,1,1529,non,0.000000,275.862784,,,,60,29,C4,,,," ",," ",0.031250,"",,, +1544,1,1531,non,0.131579,275.994363,,,,76,29,E5,,,," ",," ",0.041667,"",,, +1550,1,1505,non,1.447368,277.441731,,,,96,10,C7,,,," ",," ",0.031250,"",,, +1552,1,1506,non,0.174753,277.616484,,,,87,10,D#6,,,," ",," ",0.020833,"",,, +1554,1,1539,non,0.246711,277.863195,,,,86,10,D6,,,," ",," ",0.031250,"",,, +1555,1,1507,non,0.016447,277.879642,,,,95,10,B6,,,," ",," ",0.020833,"",,, +1556,1,1540,non,0.088405,277.968047,,,,89,10,F6,,,," ",," ",0.031250,"",,, +1557,1,1541,non,0.104852,278.072899,,,,86,10,D6,,,," ",," ",0.031250,"",,, +1558,1,1508,non,0.069901,278.142800,,,,96,10,C7,,,," ",," ",0.031250,"",,, +1559,1,1542,non,0.034951,278.177751,,,,92,10,G#6,,,," ",," ",0.031250,"",,, +1560,1,1543,non,0.104852,278.282603,,,,85,10,C#6,,,," ",," ",0.031250,"",,, +1561,1,1509,non,0.034951,278.317553,,,,91,10,G6,,,," ",," ",0.031250,"",,, +1562,1,1544,non,0.069901,278.387455,,,,92,10,G#6,,,," ",," ",0.031250,"",,, +1563,1,1510,non,0.104852,278.492307,,,,90,10,F#6,,,," ",," ",0.031250,"",,, +1564,1,1545,non,0.053454,278.545761,,,,85,10,C#6,,,," ",," ",0.031250,"",,, +1565,1,1511,non,0.121299,278.667060,,,,91,10,G6,,,," ",," ",0.031250,"",,, +1566,1,1546,non,0.037007,278.704066,,,,81,10,A5,,,," ",," ",0.062500,"",,, +1567,1,1512,non,0.137747,278.841813,,,,90,10,F#6,,,," ",," ",0.031250,"",,, +1569,1,,ctl,0.172697,279.014511,,,,64,0,,,,,"",,"",,"",,, +1571,1,,bar,0.006168,279.020678,,,,0,0,,,50,,"",,"",,"",,, +1572,1,1550,non,0.004112,279.024790,,,,86,113,D6,,,," ",g,"t",0.125000,"ff",,, +1573,1,1571,non,0.065789,279.090580,,,,56,29,G#3,,,," ",g,"t",0.125000,"ppp",,, +1575,1,,ctl,0.065789,279.156369,,,,64,64,,,,,"",,"",,"",,, +1576,1,1551,non,0.000000,279.156369,,,,81,113,A5,,,," ",,"t",0.500000,"ff",,, +1577,1,1552,non,0.000000,279.156369,,,,86,113,D6,,,," ",,"t",0.500000,"ff",,, +1578,1,1553,non,0.000000,279.156369,,,,85,29,C#6,,,," ",,"t",0.083333,"ppp",,, +1580,1,1573,non,0.133168,279.289537,,,,62,29,D4,,,," ",,"t",0.031250,"ppp",,, +1581,1,1574,non,0.136719,279.426255,,,,56,36,G#3,,,," ",," ",0.031250,"",,, +1582,1,1575,non,0.136719,279.562974,,,,62,36,D4,,,," ",," ",0.062500,"",,, +1583,1,1576,non,0.273438,279.836412,,,,56,43,G#3,,,," ",," ",0.062500,"",,, +1584,1,1554,non,0.134943,279.971355,,,,85,43,C#6,,,," ",," ",0.125000,"",,, +1585,1,1577,non,0.138494,280.109849,,,,62,50,D4,,,," ",," ",0.031250,"",,, +1586,1,1578,non,0.136719,280.246568,,,,56,50,G#3,,,," ",," ",0.031250,"",,, +1587,1,1579,non,0.136719,280.383287,,,,62,57,D4,,,," ",," ",0.031250,"",,, +1590,1,1556,non,0.814986,281.198272,,,,85,57,C#6,,,," ",," ",0.125000,"",,, +1591,1,1581,non,0.276989,281.475261,,,,56,64,G#3,,,," ",," ",0.031250,"",,, +1592,1,1582,non,0.136719,281.611980,,,,62,64,D4,,,," ",," ",0.062500,"",,, +1594,1,1558,non,0.268111,281.880091,,,,72,71,C5,,,," ",," ",0.031250,"",,, +1596,1,1559,non,0.136719,282.016809,,,,76,78,E5,,,," ",," ",0.062500,"",,, +1597,1,1560,non,0.273438,282.290247,,,,85,85,C#6,,,," ",," ",0.015625,"",,, +1598,1,1561,non,0.067472,282.357719,,,,44,92,G#2,,,," ",," ",0.015625,"",,, +1599,1,1562,non,0.067472,282.425190,,,,50,99,D3,,,," ",," ",0.015625,"",,, +1600,1,1563,non,0.067472,282.492662,,,,72,106,C5,,,," ",," ",0.015625,"",,, +1601,1,1564,non,0.067472,282.560133,,,,76,113,E5,,,," ",," ",0.041667,"",,, +1602,1,1565,non,0.342685,282.902818,,,,101,99,F7,,,," ",," ",0.062500,"",,, +1604,1,1584,non,0.170455,283.073272,,,,52,127,E3,,,," ",," ",0.031250,"",,, +1607,1,1585,non,0.170455,283.243727,,,,34,127,A#1,,,," ",," ",0.031250,"",,, +1608,1,1586,non,0.000000,283.243727,,,,52,127,E3,,,," ",," ",0.031250,"",,, +1609,1,1587,non,0.170455,283.414182,,,,34,127,A#1,,,," ",," ",0.041667,"",,, +1610,1,1588,non,0.000000,283.414182,,,,42,127,F#2,,,," ",," ",0.041667,"",,, +1611,1,1589,non,0.511364,283.925545,,,,42,127,F#2,,,," ",," ",0.125000,"",,, +1612,1,1569,non,0.511364,284.436909,,,,101,113,F7,,,," ",,"t",0.031250,"ff",,, +1613,1,,bar,0.161577,284.598486,,,,0,0,,,51,,"",,"",,"",,, +1615,1,,ctl,0.008878,284.607363,,,,64,0,,,,,"",,"",,"",,, +1616,1,,ctl,0.000000,284.607363,,,,64,64,,,,,"",,"",,"",,, +1617,1,1592,non,0.000000,284.607363,,,,76,113,E5,,,," ",,"t",0.500000,"ff",,, +1618,1,1593,non,0.000000,284.607363,,,,101,113,F7,,,," ",,"t",0.500000,"ff",,, +1619,1,1594,non,0.000000,284.607363,,,,88,29,E6,,,," ",,"t",0.062500,"ppp",,, +1620,1,1595,non,0.303622,284.910986,,,,68,29,G#4,,,," ",,"t",0.125000,"ppp",,, +1622,1,1597,non,0.756392,285.667378,,,,85,29,C#6,,,," ",,"t",0.031250,"ppp",,, +1623,1,1598,non,0.150923,285.818301,,,,79,29,G5,,,," ",,"t",0.031250,"ppp",,, +1624,1,1620,non,0.143821,285.962122,,,,27,43,D#1,,,," ",,"t",0.166667,"pp",,, +1625,1,1599,non,0.007102,285.969224,,,,85,29,C#6,,,," ",,"t",0.031250,"ppp",,, +1626,1,1600,non,0.150923,286.120147,,,,79,29,G5,,,," ",," ",0.031250,"",,, +1627,1,1601,non,0.150923,286.271071,,,,85,29,C#6,,,," ",," ",0.031250,"",,, +1628,1,1602,non,0.150923,286.421994,,,,88,29,E6,,,," ",," ",0.041667,"",,, +1629,1,1603,non,0.454545,286.876540,,,,67,29,G4,,,," ",," ",0.031250,"",,, +1630,1,1604,non,0.150923,287.027463,,,,88,29,E6,,,," ",," ",0.062500,"",,, +1632,1,1606,non,0.303622,287.331085,,,,85,29,C#6,,,," ",," ",0.031250,"",,, +1633,1,1607,non,0.150923,287.482008,,,,67,29,G4,,,," ",," ",0.031250,"",,, +1634,1,1608,non,0.150923,287.632932,,,,88,29,E6,,,," ",," ",0.031250,"",,, +1635,1,1609,non,0.150923,287.783855,,,,72,29,C5,,,," ",," ",0.041667,"",,, +1636,1,1610,non,0.229048,288.012903,,,,73,99,C#5,,,," ",," ",0.125000,"",,, +1637,1,1611,non,0.223722,288.236625,,,,67,29,G4,,,," ",," ",0.031250,"",,, +1638,1,1621,non,0.111861,288.348486,,,,46,57,A#2,,,," ",," ",0.062500,"",,, +1640,1,1613,non,0.150923,288.538471,,,,67,29,G4,,,," ",," ",0.031250,"",,, +1642,1,1615,non,0.150923,288.689395,,,,76,29,E5,,,," ",," ",0.083333,"",,, +1644,1,1623,non,0.340909,289.030304,,,,69,57,A4,,,,"e",," ",0.031250,"",,, +1645,1,1624,non,0.136719,289.167022,,,,41,50,F2,,,,"e",," ",0.031250,"",,, +1646,1,1625,non,0.136719,289.303741,,,,81,43,A5,,,,"e",," ",0.031250,"",,, +1647,1,1626,non,0.136719,289.440460,,,,41,36,F2,,,,"e",," ",0.031250,"",,, +1648,1,1627,non,0.136719,289.577179,,,,37,29,C#2,,,,"e",," ",0.031250,"",,, +1649,1,1616,non,0.021307,289.598486,,,,67,29,G4,,,," ",," ",0.062500,"",,, +1650,1,1617,non,0.113636,289.712122,,,,58,29,A#3,,,," ",," ",0.062500,"",,, +1652,1,1618,non,0.186435,289.898557,,,,88,57,E6,,,," ",," ",0.031250,"",,, +1653,1,,bar,0.154474,290.053031,,,,0,0,,,52,,"",,"",,"",,, +1658,1,1633,non,0.303622,290.356653,,,,55,29,G3,,,," ",," ",0.031250,"",,, +1659,1,1634,non,0.150923,290.507576,,,,76,29,E5,,,," ",," ",0.031250,"",,, +1660,1,1635,non,0.150923,290.658500,,,,60,29,C4,,,," ",," ",0.041667,"",,, +1661,1,1636,non,0.454545,291.113045,,,,56,29,G#3,,,,"e",," ",0.031250,"ppp",,, +1662,1,1637,non,0.150923,291.263969,,,,60,29,C4,,,,"e",," ",0.031250,"ppp",,, +1663,1,,ctl,0.152699,291.416667,,,,64,0,,,,,"",,"",,"",,, +1664,1,,ctl,0.000000,291.416667,,,,64,64,,,,,"",,"",,"",,, +1665,1,1670,non,0.003551,291.420219,,,,40,99,E2,,,," ",g,"t",0.125000,"f",,, +1666,1,1671,non,0.065696,291.485915,,,,34,99,A#1,,,," ",g,"t",0.125000,"f",,, +1667,1,1638,non,0.065696,291.551611,,,,56,29,G#3,,,,"e",," ",0.031250,"ppp",,, +1669,1,1672,non,0.000000,291.551611,,,,33,99,A1,,,," ",,"t",0.031250,"f",,, +1671,1,1675,non,0.110085,291.661696,,,,41,71,F2,,,," ",,"t",0.031250,"mp",,, +1672,1,1640,non,0.035511,291.697207,,,,60,29,C4,,,,"e",," ",0.031250,"",,, +1674,1,1677,non,0.078125,291.775332,,,,40,57,E2,,,," ",," ",0.031250,"",,, +1676,1,1642,non,0.072798,291.848130,,,,56,29,G#3,,,,"e",," ",0.031250,"",,, +1677,1,1678,non,0.040838,291.888969,,,,34,50,A#1,,,," ",," ",0.031250,"",,, +1678,1,1643,non,0.110085,291.999054,,,,43,36,G2,,,,"e 26*",," ",0.031250,"",,, +1679,1,1679,non,0.003551,292.002605,,,,33,43,A1,,,," ",," ",0.031250,"",,, +1680,1,1644,non,0.087003,292.089608,,,,73,36,C#5,,,,"e",," ",0.031250,"",,, +1681,1,1680,non,0.026634,292.116241,,,,41,36,F2,,,," ",," ",0.031250,"",,, +1682,1,1645,non,0.063920,292.180162,,,,88,36,E6,,,,"e",," ",0.031250,"",,, +1683,1,1681,non,0.049716,292.229878,,,,37,29,C#2,,,," ",,"t",0.083333,"ppp",,, +1684,1,1646,non,0.040838,292.270716,,,,72,43,C5,,,,"e",," ",0.031250,"",,, +1685,1,1647,non,0.090554,292.361270,,,,68,43,G#4,,,,"e",," ",0.031250,"",,, +1686,1,1648,non,0.090554,292.451824,,,,72,43,C5,,,,"e",," ",0.062500,"",,, +1687,1,1649,non,0.303622,292.755446,,,,56,50,G#3,,,,"e 26*",," ",0.031250,"",,, +1688,1,1650,non,0.150923,292.906369,,,,43,50,G2,,,,"e",," ",0.031250,"",,, +1691,1,1652,non,0.154474,293.060844,,,,56,50,G#3,,,,"e",," ",0.031250,"",,, +1692,1,1653,non,0.150923,293.211767,,,,73,57,C#5,,,,"e",," ",0.031250,"",,, +1693,1,1654,non,0.150923,293.362690,,,,88,57,E6,,,,"e 26*",," ",0.062500,"",,, +1694,1,1684,non,0.303622,293.666312,,,,71,57,B4,,,,"e",g," ",0.125000,"",,, +1695,1,1685,non,0.065696,293.732008,,,,52,57,E3,,,,"e",g," ",0.125000,"",,, +1696,1,1686,non,0.065696,293.797704,,,,42,57,F#2,,,,"e",g," ",0.125000,"",,, +1697,1,1687,non,0.065696,293.863400,,,,83,57,B5,,,,"e",g," ",0.125000,"",,, +1698,1,1688,non,0.065696,293.929096,,,,86,99,D6,,,,"e",g," ",0.125000,"",,, +1699,1,1689,non,0.065696,293.994792,,,,34,57,A#1,,,,"e",g," ",0.125000,"",,, +1702,1,,ctl,0.415483,294.410275,,,,64,0,,,,,"",,"",,"",,, +1703,1,,ctl,0.000000,294.410275,,,,64,64,,,,,"",,"",,"",,, +1704,1,1656,non,0.259233,294.669508,,,,64,99,E4,,,," ",g," ",0.125000,"",,, +1705,1,1657,non,0.065696,294.735204,,,,71,99,B4,,,," ",," ",0.125000,"",,, +1706,1,1658,non,0.000000,294.735204,,,,90,29,F#6,,,,"e",g," ",0.125000,"",,, +1707,1,1690,non,0.000000,294.735204,,,,60,29,C4,,,," ",," ",0.083333,"",,, +1708,1,1659,non,0.065696,294.800900,,,,80,29,G#5,,,,"e",g," ",0.125000,"",,, +1709,1,1660,non,0.065696,294.866596,,,,98,29,D7,,,,"e",g," ",0.125000,"",,, +1710,1,1661,non,0.065696,294.932292,,,,87,29,D#6,,,,"e",g," ",0.125000,"",,, +1711,1,1662,non,0.065696,294.997988,,,,106,29,A#7,,,,"e",g," ",0.125000,"",,, +1712,1,1663,non,0.901989,295.899977,,,,71,71,B4,,,," ",," ",0.031250,"",,, +1713,1,1664,non,0.040838,295.940815,,,,74,64,D5,,,," ",," ",0.031250,"",,, +1714,1,1691,non,0.031960,295.972775,,,,76,29,E5,,,,"e",," ",0.031250,"ppp",,, +1715,1,1692,non,0.090554,296.063329,,,,60,29,C4,,,,"e",," ",0.031250,"ppp",,, +1716,1,1665,non,0.072798,296.136128,,,,64,57,E4,,,," ",," ",0.015625,"",,, +1717,1,1693,non,0.017756,296.153883,,,,56,29,G#3,,,,"e",," ",0.031250,"ppp",,, +1718,1,1666,non,0.079901,296.233784,,,,71,50,B4,,,," ",," ",0.015625,"",,, +1719,1,1694,non,0.010653,296.244437,,,,60,29,C4,,,,"e",," ",0.031250,"ppp",,, +1720,1,1667,non,0.087003,296.331440,,,,74,43,D5,,,," ",," ",0.015625,"",,, +1721,1,1695,non,0.003551,296.334991,,,,56,29,G#3,,,,"e",," ",0.031250,"ppp",,, +1722,1,,bar,0.092330,296.427321,,,,0,0,,,53,,"",,"",,"",,, +1723,1,,ctl,0.000000,296.427321,,,,64,0,,,,,"",,"",,"",,, +1724,1,,ctl,0.000000,296.427321,,,,64,64,,,,,"",,"",,"",,, +1726,1,1698,non,0.000000,296.427321,,,,73,29,C#5,,,," ",," ",0.031250,"",,, +1728,1,1745,non,0.000000,296.427321,,,,55,113,G3,,,," ",," ",0.250000,"",,, +1730,1,1701,non,0.149148,296.576469,,,,67,29,G4,,,," ",," ",0.031250,"",,, +1731,1,1747,non,0.046165,296.622633,,,,54,43,F#3,,,," ",," ",0.031250,"",,, +1732,1,1702,non,0.104759,296.727392,,,,85,29,C#6,,,," ",," ",0.031250,"",,, +1733,1,1748,non,0.090554,296.817946,,,,46,36,A#2,,,," ",," ",0.031250,"",,, +1734,1,1703,non,0.060369,296.878315,,,,88,29,E6,,,," ",," ",0.062500,"",,, +1735,1,1749,non,0.134943,297.013258,,,,54,29,F#3,,,," ",," ",0.031250,"",,, +1736,1,1704,non,0.168679,297.181937,,,,72,36,C5,,,," ",," ",0.031250,"",,, +1737,1,1750,non,0.026634,297.208571,,,,46,22,A#2,,,," ",," ",0.041667,"",,, +1738,1,1705,non,0.124290,297.332861,,,,85,36,C#6,,,,"e",," ",0.031250,"",,, +1739,1,1706,non,0.090554,297.423415,,,,67,36,G4,,,,"e",," ",0.031250,"",,, +1740,1,1707,non,0.090554,297.513969,,,,100,43,E7,,,,"e",," ",0.031250,"",,, +1741,1,1708,non,0.090554,297.604522,,,,84,43,C6,,,,"e",," ",0.031250,"",,, +1742,1,1709,non,0.090554,297.695076,,,,68,43,G#4,,,,"e",," ",0.031250,"",,, +1743,1,1710,non,0.090554,297.785630,,,,73,50,C#5,,,,"e",," ",0.031250,"",,, +1746,1,1711,non,0.150923,297.936554,,,,43,50,G2,,,," ",," ",0.031250,"",,, +1747,1,1712,non,0.150923,298.087477,,,,88,57,E6,,,," ",," ",0.031250,"",,, +1748,1,1713,non,0.150923,298.238400,,,,31,57,G1,,,," ",," ",0.031250,"",,, +1749,1,1714,non,0.090554,298.328954,,,,73,64,C#5,,,," ",," ",0.031250,"",,, +1750,1,1715,non,0.090554,298.419508,,,,76,71,E5,,,," ",,"t 26 ",0.041667,"mp",,, +1751,1,1753,non,0.053267,298.472775,,,,28,113,E1,,,,"e",," ",0.015625,"ff 26",,, +1754,1,1757,non,0.095881,298.568656,,,,22,99,A#0,,,,"e",," ",0.015625,"",,, +1755,1,1758,non,0.097656,298.666312,,,,21,85,A0,,,,"e",," ",0.015625,"",,, +1756,1,1716,non,0.026634,298.692946,,,,36,71,C2,,,," ",," ",0.031250,"",,, +1757,1,1759,non,0.071023,298.763969,,,,29,71,F1,,,,"e",," ",0.015625,"",,, +1758,1,1717,non,0.019531,298.783500,,,,40,71,E2,,,," ",," ",0.031250,"",,, +1759,1,1760,non,0.078125,298.861625,,,,25,57,C#1,,,,"e",," ",0.015625,"",,, +1760,1,1718,non,0.012429,298.874054,,,,32,71,G#1,,,," ",," ",0.031250,"",,, +1761,1,1761,non,0.085227,298.959281,,,,29,43,F1,,,,"e",," ",0.015625,"",,, +1762,1,1719,non,0.005327,298.964608,,,,36,71,C2,,,," ",," ",0.031250,"",,, +1763,1,,ctl,0.088778,299.053386,,,,64,0,,,,,"",,"",,"",,, +1764,1,1720,non,0.001776,299.055162,,,,32,71,G#1,,,," ",," ",0.031250,"",,, +1765,1,1762,non,0.001776,299.056937,,,,25,29,C#1,,,,"e 26 ",," ",0.015625,"",,, +1768,1,,ctl,0.053267,299.154594,,,,64,64,,,,,"",,"",,"",26,, +1769,1,1722,non,0.000000,299.154594,,,,84,113,C6,,,," ",," ",0.250000,"",,, +1770,1,1724,non,0.000000,299.154594,,,,90,29,F#6,,,,"e",g," ",0.125000,"",,, +1772,1,1765,non,0.000000,299.154594,,,,77,113,F5,,,," ",," ",0.250000,"",,, +1773,1,1725,non,0.065696,299.220290,,,,80,29,G#5,,,,"e",g," ",0.125000,"",,, +1774,1,1726,non,0.065696,299.285986,,,,98,29,D7,,,,"e",g," ",0.125000,"",,, +1775,1,1727,non,0.065696,299.351682,,,,90,29,F#6,,,,"e",g," ",0.125000,"",,, +1776,1,1728,non,0.065696,299.417378,,,,98,29,D7,,,,"e",g," ",0.125000,"",,, +1777,1,1729,non,0.065696,299.483074,,,,87,29,D#6,,,,"e",g," ",0.125000,"",,, +1778,1,1730,non,0.065696,299.548770,,,,106,29,A#7,,,,"e",g," ",0.125000,"",,, +1779,1,1766,non,0.065696,299.614466,,,,63,43,D#4,,,," ",g," ",0.125000,"",,, +1780,1,1767,non,0.065696,299.680162,,,,72,57,C5,,,," ",g," ",0.125000,"",,, +1781,1,1768,non,1.445312,301.125474,,,,66,71,F#4,,,," ",," ",0.166667,"",,, +1785,1,1770,non,0.154474,301.279949,,,,77,113,F5,,,," ",," ",0.031250,"",,, +1786,1,1732,non,0.102983,301.382932,,,,84,113,C6,,,," ",,"t",0.083333,"ff",,, +1788,1,1733,non,0.179332,301.562264,,,,85,57,C#6,,,,"e",," ",0.031250,"p",,, +1789,1,1734,non,0.090554,301.652818,,,,55,57,G3,,,,"e",," ",0.031250,"p",,, +1790,1,1735,non,0.090554,301.743372,,,,88,57,E6,,,,"e",," ",0.031250,"p",,, +1791,1,1736,non,0.090554,301.833926,,,,43,57,G2,,,,"e",," ",0.031250,"p",,, +1792,1,1737,non,0.090554,301.924480,,,,37,57,C#2,,,,"e",," ",0.031250,"p",,, +1793,1,1738,non,0.090554,302.015034,,,,100,57,E7,,,,"e",," ",0.031250,"p",,, +1794,1,1739,non,0.090554,302.105588,,,,48,57,C3,,,,"e",," ",0.031250,"p",,, +1795,1,1740,non,0.090554,302.196142,,,,44,57,G#2,,,,"e",," ",0.031250,"p",,, +1796,1,1741,non,0.000000,302.196142,,,,84,71,C6,,,," ",,"t",0.062500,"mp",,, +1797,1,1742,non,0.090554,302.286696,,,,60,57,C4,,,,"e",," ",0.031250,"p",,, +1798,1,1743,non,0.090554,302.377250,,,,44,57,G#2,,,,"e 27 ",," ",0.031250,"p",,, +1799,1,,bar,0.085227,302.462477,,,,0,0,,,54,,"",,"",,"",,, +1802,1,1813,non,0.000000,302.462477,,,,31,113,G1,,,," ",,"t",0.333333,"ff",,, +1803,1,,ctl,0.010653,302.473130,,,,64,0,,,,,"",,"",,"",,, +1804,1,,ctl,0.000000,302.473130,,,,64,64,,,,,"",,"",,"",,, +1805,1,1774,non,0.000000,302.473130,,,,80,71,G#5,,,," ",," ",0.062500,"",,, +1806,1,1775,non,0.000000,302.473130,,,,83,71,B5,,,," ",," ",0.062500,"",,, +1808,1,1777,non,0.136719,302.609849,,,,84,99,C6,,,," ",,"t",0.041667,"f",,, +1809,1,1778,non,0.252131,302.861980,,,,80,92,G#5,,,," ",," ",0.031250,"",,, +1810,1,1779,non,0.000000,302.861980,,,,83,92,B5,,,," ",," ",0.031250,"",,, +1812,1,1781,non,0.191761,303.053741,,,,77,113,F5,,,," ",,"t",0.125000,"ff",,, +1813,1,1782,non,0.000000,303.053741,,,,83,113,B5,,,," ",,"t",0.125000,"ff",,, +1814,1,1783,non,0.000000,303.053741,,,,84,113,C6,,,," ",,"t",0.125000,"ff",,, +1815,1,1784,non,0.000000,303.053741,,,,88,113,E6,,,," ",,"t",0.125000,"ff",,, +1816,1,1814,non,0.772372,303.826113,,,,53,113,F3,,,," ",,"t",0.500000,"ff",,, +1817,1,1785,non,0.010653,303.836767,,,,77,85,F5,,,," ",,"t",0.250000,"mf",,, +1818,1,1786,non,0.000000,303.836767,,,,83,85,B5,,,," ",,"t",0.250000,"mf",,, +1819,1,1787,non,0.000000,303.836767,,,,88,85,E6,,,," ",,"t",0.250000,"mf",,, +1825,1,1793,non,1.555398,305.392165,,,,43,57,G2,,,," ",,"t",0.062500,"p",,, +1826,1,1794,non,0.351562,305.743727,,,,59,29,B3,,,," ",,"t",0.020833,"ppp",,, +1827,1,1795,non,0.037287,305.781014,,,,32,57,G#1,,,," ",," ",0.041667,"",,, +1828,1,1796,non,0.165128,305.946142,,,,52,29,E3,,,," ",,"t",0.020833,"ppp",,, +1829,1,1797,non,0.204190,306.150332,,,,59,29,B3,,,," ",,"t",0.031250,"ppp",,, +1830,1,1798,non,0.136719,306.287051,,,,62,29,D4,,,," ",,"t",0.031250,"ppp",,, +1831,1,1799,non,0.079901,306.366951,,,,43,57,G2,,,," ",," ",0.031250,"",,, +1832,1,1800,non,0.005327,306.372278,,,,52,29,E3,,,," ",,"t",0.031250,"ppp",,, +1833,1,1801,non,0.090554,306.462832,,,,62,29,D4,,,," ",,"t",0.031250,"ppp",,, +1835,1,1803,non,0.090554,306.553386,,,,34,29,A#1,,,," ",,"t 27 ",0.125000,"ppp 27",,, +1838,1,1804,non,0.191761,306.745147,,,,32,29,G#1,,,," ",," ",0.041667,"",,, +1839,1,1805,non,0.351562,307.096710,,,,34,29,A#1,,,," ",," ",0.031250,"",,, +1840,1,1806,non,0.136719,307.233429,,,,42,29,F#2,,,," ",," ",0.031250,"",,, +1841,1,1807,non,0.097656,307.331085,,,,83,29,B5,,,," ",," ",0.031250,"",,, +1842,1,1818,non,0.000000,307.331085,,,,80,29,G#5,,,," ",," ",0.041667,"",,, +1844,1,1809,non,0.191761,307.522846,,,,43,29,G2,,,," ",," ",0.031250,"",,, +1845,1,1810,non,0.195312,307.718159,,,,32,29,G#1,,,," ",," ",0.031250,"",,, +1846,1,,ctl,0.001776,307.719934,,,,64,0,,,,,"",,"",,"",,, +1847,1,,bar,0.197088,307.917022,,,,0,0,,,55,,"",,"",,"",,, +1851,1,1845,non,0.909091,308.826113,,,,80,29,G#5,,,," ",," ",0.062500,"",,, +1852,1,,ctl,0.300071,309.126184,,,,64,64,,,,,"",,"",,"",,, +1853,1,1847,non,0.003551,309.129736,,,,93,29,A6,,,," ",," ",0.031250,"",,, +1854,1,1822,non,0.150923,309.280659,,,,65,29,F4,,,," ",," ",0.062500,"",,, +1857,1,,ctl,0.296520,309.577179,,,,64,0,,,,,"",,"",,"",,, +1858,1,1825,non,0.001776,309.578954,,,,58,29,A#3,,,," ",," ",0.031250,"",,, +1859,1,1826,non,0.150923,309.729878,,,,77,29,F5,,,," ",," ",0.020833,"",,, +1861,1,,ctl,0.229048,309.962477,,,,64,64,,,,,"",,"",,"",27,, +1862,1,1828,non,0.001776,309.964253,,,,60,29,C4,,,," ",," ",0.020833,"",,, +1864,1,1829,non,0.220170,310.184423,,,,70,29,A#4,,,," ",," ",0.031250,"",,, +1865,1,1830,non,0.150923,310.335346,,,,60,29,C4,,,," ",," ",0.031250,"",,, +1866,1,1831,non,0.150923,310.486270,,,,70,50,A#4,,,," ",," ",0.031250,"",,, +1867,1,1832,non,0.150923,310.637193,,,,60,50,C4,,,," ",," ",0.031250,"",,, +1869,1,1834,non,0.140270,310.777463,,,,70,43,A#4,,,," ",," ",0.031250,"",,, +1870,1,1835,non,0.136719,310.914182,,,,80,43,G#5,,,," ",," ",0.031250,"",,, +1871,1,1836,non,0.136719,311.050900,,,,88,50,E6,,,," ",," ",0.125000,"",,, +1872,1,1837,non,0.545099,311.596000,,,,80,50,G#5,,,," ",," ",0.031250,"",,, +1873,1,1838,non,0.136719,311.732719,,,,88,50,E6,,,," ",," ",0.062500,"",,, +1874,1,1839,non,0.104759,311.837477,,,,53,85,F3,,,," ",," ",0.031250,"",,, +1876,1,1841,non,0.170455,312.007932,,,,92,85,G#6,,,," ",," ",0.250000,"",,, +1877,1,1850,non,0.000000,312.007932,,,,77,113,F5,,,," ",," ",0.031250,"",,, +1878,1,1851,non,0.170455,312.178386,,,,62,113,D4,,,," ",," ",0.041667,"",,, +1879,1,1852,non,0.000000,312.178386,,,,77,113,F5,,,," ",," ",0.041667,"",,, +1880,1,1842,non,0.511364,312.689750,,,,80,43,G#5,,,," ",," ",0.031250,"",,, +1883,1,1843,non,0.170455,312.860204,,,,88,43,E6,,,," ",," ",0.041667,"",,, +1884,1,1855,non,0.170455,313.030659,,,,86,99,D6,,,," ",," ",0.062500,"",,, +1885,1,,bar,0.340909,313.371568,,,,0,0,,,56,,"",,"",,"",,, +1887,1,1858,non,0.000000,313.371568,,,,92,71,G#6,,,," ",," ",0.500000,"",,, +1888,1,1881,non,0.000000,313.371568,,,,77,99,F5,,,," ",," ",0.062500,"",,, +1889,1,1882,non,0.000000,313.371568,,,,86,99,D6,,,," ",," ",0.062500,"",,, +1891,1,1860,non,0.340909,313.712477,,,,62,57,D4,,,," ",," ",0.083333,"",,, +1892,1,1884,non,0.000000,313.712477,,,,25,78,C#1,,,," ",," ",0.083333,"",,, +1897,1,1888,non,2.045455,315.757932,,,,77,50,F5,,,," ",," ",0.062500,"",,, +1898,1,,ctl,0.340909,316.098841,,,,64,0,,,,,"",,"",,"",,, +1901,1,1889,non,0.000000,316.098841,,,,28,43,E1,,,," ",,"t",0.041667,"pp",,, +1902,1,1890,non,0.000000,316.098841,,,,25,43,C#1,,,," ",,"t",0.062500,"pp",,, +1903,1,,ctl,0.340909,316.439750,,,,64,64,,,,,"",,"",,"",,, +1905,1,1893,non,0.170455,316.610204,,,,47,29,B2,,,," ",," ",0.041667,"",,, +1909,1,1894,non,0.866477,317.476682,,,,80,113,G#5,,,," ",,"t",0.062500,"ff",,, +1910,1,1866,non,0.010653,317.487335,,,,60,29,C4,,,,"e",g," ",0.125000,"ppp",,, +1911,1,1867,non,0.065696,317.553031,,,,89,29,F6,,,,"e",g," ",0.125000,"ppp",,, +1912,1,1868,non,0.065696,317.618727,,,,92,29,G#6,,,,"e",g," ",0.125000,"",,, +1913,1,1869,non,0.065696,317.684423,,,,89,36,F6,,,,"e",g," ",0.125000,"",,, +1914,1,1870,non,0.065696,317.750119,,,,82,36,A#5,,,,"e",g," ",0.125000,"",,, +1915,1,1871,non,0.065696,317.815815,,,,60,36,C4,,,,"e",g," ",0.125000,"",,, +1916,1,1872,non,0.065696,317.881511,,,,89,43,F6,,,,"e",g," ",0.125000,"",,, +1917,1,1873,non,0.065696,317.947207,,,,92,43,G#6,,,,"e",g," ",0.125000,"",,, +1918,1,1874,non,0.065696,318.012903,,,,82,50,A#5,,,,"e",g," ",0.125000,"",,, +1919,1,1875,non,0.065696,318.078599,,,,92,50,G#6,,,,"e",g," ",0.125000,"",,, +1920,1,1876,non,0.065696,318.144295,,,,100,57,E7,,,,"e",g," ",0.125000,"",,, +1921,1,1877,non,0.065696,318.209991,,,,82,57,A#5,,,,"e",g," ",0.125000,"",,, +1922,1,1878,non,0.065696,318.275687,,,,100,57,E7,,,,"e 28 ",g," ",0.125000,"",,, +1923,1,1896,non,0.000000,318.275687,,,,77,57,F5,,,," ",g," ",0.125000,"",,, +1924,1,1895,non,0.065696,318.341383,,,,40,99,E2,,,," ",," ",0.031250,"",,, +1925,1,1898,non,0.000000,318.341383,,,,48,43,C3,,,," ",,"t",0.250000,"pp",,, +1927,1,1900,non,0.145597,318.486980,,,,80,92,G#5,,,," ",," ",0.031250,"",,, +1928,1,1901,non,0.170455,318.657434,,,,40,64,E2,,,," ",," ",0.062500,"",,, +1929,1,1902,non,0.340909,318.998344,,,,80,43,G#5,,,," ",,"t",0.062500,"pp",,, +1930,1,1880,non,0.340909,319.339253,,,,49,29,C#3,,,," ",,"t",0.062500,"ppp",,, +1931,1,,ctl,0.047940,319.387193,,,,64,0,,,,,"",,"",,"",,, +1932,1,,ctl,0.000000,319.387193,,,,64,64,,,,,"",,"",,"",,, +1933,1,1903,non,0.000000,319.387193,,,,40,99,E2,,,," ",,"t",0.031250,"f",,, +1934,1,1904,non,0.195312,319.582505,,,,72,43,C5,,,," ",,"t",0.015625,"pp",,, +1935,1,,bar,0.097656,319.680162,,,,0,0,,,57,,"",,"",,"",,, +1938,1,1936,non,0.000000,319.680162,,,,47,99,B2,,,," ",,"t",0.031250,"f",,, +1940,1,1938,non,0.191761,319.871923,,,,72,99,C5,,,," ",,"t",0.031250,"f",,, +1941,1,1939,non,0.195312,320.067236,,,,47,43,B2,,,," ",,"t",0.015625,"pp",,, +1942,1,1940,non,0.097656,320.164892,,,,53,85,F3,,,," ",,"t",0.031250,"mf",,, +1943,1,1941,non,0.195312,320.360204,,,,80,127,G#5,,,," ",,"t 28 ",0.031250,"fff 28",,, +1945,1,1943,non,0.113636,320.473841,,,,40,99,E2,,,," ",," ",0.031250,"",,, +1946,1,1944,non,0.113636,320.587477,,,,72,71,C5,,,," ",," ",0.031250,"",,, +1947,1,1945,non,0.113636,320.701113,,,,47,43,B2,,,," ",," ",0.031250,"",,, +1948,1,1946,non,0.113636,320.814750,,,,53,43,F3,,,," ",," ",0.062500,"",,, +1949,1,1910,non,0.058594,320.873344,,,,80,43,G#5,,,," ",," ",0.015625,"",,, +1950,1,,ctl,0.085227,320.958571,,,,64,0,,,,,"",,"",,"",,, +1951,1,1911,non,0.000000,320.958571,,,,33,43,A1,,,," ",," ",0.015625,"",,, +1952,1,1948,non,0.083452,321.042022,,,,62,43,D4,,,," ",," ",0.031250,"",,, +1954,1,,ctl,0.000000,321.043798,,,,64,64,,,,,"",,"",,"",28,, +1958,1,1951,non,0.133168,321.176966,,,,65,43,F4,,,," ",," ",0.031250,"",,, +1959,1,1952,non,0.136719,321.313684,,,,62,57,D4,,,," ",," ",0.031250,"",,, +1961,1,1953,non,0.136719,321.450403,,,,49,71,C#3,,,," ",," ",0.062500,"",,, +1962,1,1954,non,0.273438,321.723841,,,,45,85,A2,,,,"e",," ",0.031250,"",,, +1963,1,1955,non,0.136719,321.860559,,,,80,99,G#5,,,,"e",," ",0.031250,"",,, +1964,1,1956,non,0.136719,321.997278,,,,45,113,A2,,,,"e",," ",0.031250,"",,, +1965,1,1957,non,0.136719,322.133997,,,,65,127,F4,,,,"e",," ",0.031250,"fff",,, +1966,1,1958,non,0.090554,322.224551,,,,61,127,C#4,,,," ",,"t",0.031250,"fff",,, +1967,1,1960,non,0.090554,322.315105,,,,62,127,D4,,,," ",,"t",0.031250,"fff",,, +1969,1,,ctl,0.039062,322.354167,,,,64,0,,,,,"",,"",,"",,, +1970,1,,ctl,0.000000,322.354167,,,,64,64,,,,,"",,"",,"",,, +1971,1,1961,non,0.051491,322.405659,,,,60,29,C4,,,," ",g,"t",0.125000,"ppp",,, +1972,1,1963,non,0.065696,322.471355,,,,48,99,C3,,,," ",,"t",0.250000,"f",,, +1973,1,1964,non,0.000000,322.471355,,,,75,43,D#5,,,," ",,"t",0.250000,"pp",,, +1974,1,1965,non,0.000000,322.471355,,,,81,29,A5,,,," ",,"t",0.250000,"ppp",,, +1977,1,1967,non,0.136719,322.608074,,,,68,127,G#4,,,," ",,"t",0.031250,"fff",,, +1978,1,1968,non,0.165128,322.773201,,,,57,127,A3,,,," ",,"t",0.031250,"fff",,, +1979,1,1969,non,0.170455,322.943656,,,,65,127,F4,,,," ",,"t",0.083333,"fff",,, +1980,1,1917,non,0.204190,323.147846,,,,98,10,D7,,,," ",,"t",0.031250,"pppp",,, +1981,1,1918,non,0.136719,323.284565,,,,87,10,D#6,,,," ",,"t",0.031250,"pppp",,, +1982,1,1919,non,0.090554,323.375119,,,,90,10,F#6,,,," ",,"t",0.031250,"pppp",,, +1983,1,1920,non,0.090554,323.465673,,,,87,10,D#6,,,," ",,"t",0.031250,"pppp",,, +1984,1,1921,non,0.090554,323.556227,,,,90,10,F#6,,,," ",,"t",0.031250,"pppp",,, +1985,1,1922,non,0.136719,323.692946,,,,106,10,A#7,,,," ",,"t",0.031250,"pppp",,, +1986,1,1923,non,0.136719,323.829665,,,,80,10,G#5,,,," ",,"t",0.031250,"pppp",,, +1987,1,1962,non,0.003551,323.833216,,,,81,29,A5,,,," ",g,"t",0.125000,"ppp",,, +1988,1,1966,non,0.065696,323.898912,,,,56,99,G#3,,,," ",g,"t",0.125000,"f",,, +1989,1,1924,non,0.067472,323.966383,,,,87,10,D#6,,,," ",,"t",0.031250,"pppp",,, +1990,1,1970,non,0.000000,323.966383,,,,92,113,G#6,,,," ",,"t",0.125000,"ff",,, +1992,1,1925,non,0.136719,324.103102,,,,90,10,F#6,,,," ",,"t",0.031250,"pppp",,, +1993,1,1926,non,0.136719,324.239821,,,,106,10,A#7,,,," ",,"t",0.031250,"pppp",,, +1994,1,1927,non,0.136719,324.376540,,,,80,10,G#5,,,," ",,"t",0.031250,"pppp",,, +1995,1,1928,non,0.136719,324.513258,,,,98,10,D7,,,,"e",," ",0.031250,"",,, +1996,1,1929,non,0.090554,324.603812,,,,90,10,F#6,,,,"e",," ",0.031250,"",,, +1997,1,1972,non,0.044389,324.648201,,,,92,85,G#6,,,," ",," ",0.031250,"",,, +1998,1,1930,non,0.046165,324.694366,,,,75,10,D#5,,,,"e",," ",0.031250,"",,, +1999,1,1931,non,0.090554,324.784920,,,,78,10,F#5,,,,"e",," ",0.031250,"",,, +2000,1,1973,non,0.033736,324.818656,,,,100,78,E7,,,," ",," ",0.031250,"",,, +2001,1,1932,non,0.056818,324.875474,,,,75,10,D#5,,,,"e",," ",0.031250,"",,, +2002,1,1933,non,0.090554,324.966028,,,,68,10,G#4,,,,"e",," ",0.031250,"",,, +2003,1,1974,non,0.023082,324.989111,,,,82,71,A#5,,,," ",," ",0.031250,"",,, +2004,1,1934,non,0.067472,325.056582,,,,86,10,D6,,,,"e",," ",0.031250,"",,, +2005,1,1975,non,0.102983,325.159565,,,,92,64,G#6,,,," ",," ",0.031250,"",,, +2006,1,1935,non,0.033736,325.193301,,,,75,10,D#5,,,," ",," ",0.031250,"",,, +2007,1,,bar,0.136719,325.330020,,,,0,0,,,58,,"",,"",,"",,, +2008,1,,ctl,0.000000,325.330020,,,,64,0,,,,,"",,"",,"",,, +2009,1,,ctl,0.000000,325.330020,,,,64,64,,,,,"",,"",,"",,, +2011,1,1978,non,0.000000,325.330020,,,,78,10,F#5,,,," ",," ",0.031250,"",,, +2013,1,2006,non,0.000000,325.330020,,,,100,57,E7,,,," ",," ",0.062500,"",,, +2015,1,1981,non,0.133168,325.463187,,,,106,10,A#7,,,," ",," ",0.031250,"",,, +2016,1,1982,non,0.136719,325.599906,,,,68,10,G#4,,,," ",," ",0.031250,"",,, +2018,1,1983,non,0.136719,325.736625,,,,98,10,D7,,,,"e",," ",0.031250,"pppp",,, +2019,1,1984,non,0.090554,325.827179,,,,75,10,D#5,,,,"e",," ",0.031250,"pppp",,, +2020,1,1985,non,0.090554,325.917733,,,,90,10,F#6,,,,"e",," ",0.031250,"pppp",,, +2021,1,1986,non,0.090554,326.008287,,,,75,10,D#5,,,,"e",," ",0.031250,"pppp",,, +2022,1,1987,non,0.090554,326.098841,,,,56,10,G#3,,,,"e",," ",0.031250,"pppp",,, +2023,1,1988,non,0.090554,326.189395,,,,106,10,A#7,,,,"e",," ",0.031250,"pppp",,, +2024,1,1989,non,0.090554,326.279949,,,,56,10,G#3,,,,"e",," ",0.031250,"pppp",,, +2025,1,2010,non,0.072798,326.352747,,,,50,127,D3,,,,"e",," ",0.031250,"",,, +2027,1,2011,non,0.113636,326.466383,,,,37,127,C#2,,,,"e",," ",0.031250,"",,, +2028,1,2012,non,0.113636,326.580020,,,,33,120,A1,,,,"e",," ",0.031250,"",,, +2029,1,,ctl,0.113636,326.693656,,,,64,0,,,,,"",,"",,"",,, +2030,1,,ctl,0.000000,326.693656,,,,64,64,,,,,"",,"",,"",,, +2033,1,2015,non,0.000000,326.693656,,,,56,113,G#3,,,,"e",," ",0.031250,"",,, +2034,1,2016,non,0.000000,326.693656,,,,32,113,G#1,,,," ",," ",0.250000,"",,, +2035,1,2018,non,0.113636,326.807292,,,,33,99,A1,,,,"e",," ",0.031250,"",,, +2036,1,2019,non,0.113636,326.920929,,,,56,92,G#3,,,,"e",," ",0.031250,"",,, +2037,1,2020,non,0.113636,327.034565,,,,50,85,D3,,,,"e",," ",0.031250,"",,, +2038,1,2021,non,0.113636,327.148201,,,,37,71,C#2,,,,"e 29 ",," ",0.062500,"",,, +2039,1,2022,non,0.227273,327.375474,,,,33,57,A1,,,," ",," ",0.031250,"",,, +2040,1,2023,non,0.113636,327.489111,,,,56,50,G#3,,,," ",," ",0.031250,"",,, +2041,1,2024,non,0.113636,327.602747,,,,33,43,A1,,,," ",,"t",0.031250,"pp",,, +2042,1,,ctl,0.113636,327.716383,,,,64,0,,,,,"",,"",,"",,, +2043,1,2025,non,0.000000,327.716383,,,,56,43,G#3,,,," ",,"t 29 ",0.062500,"pp 29",,, +2045,1,,ctl,0.000000,327.940105,,,,64,64,,,,,"",,"",,"",29,, +2049,1,2028,non,0.117188,328.057292,,,,38,85,D2,,,," ",g,"t",0.125000,"mf",,, +2050,1,2029,non,0.065696,328.122988,,,,41,85,F2,,,," ",g,"t",0.125000,"mf",,, +2051,1,2030,non,0.065696,328.188684,,,,38,71,D2,,,," ",g," ",0.125000,"",,, +2052,1,2031,non,0.065696,328.254380,,,,25,57,C#1,,,," ",," ",0.125000,"",,, +2054,1,1994,non,0.454545,328.708926,,,,62,71,D4,,,," ",,"t",0.031250,"mp",,, +2056,1,2034,non,0.088778,328.797704,,,,44,43,G#2,,,," ",," ",0.041667,"",,, +2057,1,1996,non,0.024858,328.822562,,,,70,57,A#4,,,," ",," ",0.031250,"",,, +2058,1,1997,non,0.113636,328.936199,,,,62,43,D4,,,," ",," ",0.031250,"",,, +2059,1,1998,non,0.113636,329.049835,,,,66,36,F#4,,,," ",," ",0.031250,"",,, +2060,1,1999,non,0.113636,329.163471,,,,68,29,G#4,,,," ",," ",0.125000,"",,, +2061,1,2000,non,0.000000,329.163471,,,,62,29,D4,,,," ",," ",0.031250,"",,, +2062,1,2035,non,0.042614,329.206085,,,,21,36,A0,,,," ",," ",0.031250,"",,, +2063,1,,ctl,0.071023,329.277108,,,,64,0,,,,,"",,"",,"",,, +2064,1,2001,non,0.000000,329.277108,,,,65,10,F4,,,," ",," ",0.041667,"",,, +2065,1,2036,non,0.065696,329.342804,,,,29,29,F1,,,," ",,"t",0.062500,"ppp",,, +2068,1,2003,non,0.275213,329.618017,,,,36,43,C2,,,," ",,"t",0.125000,"pp",,, +2069,1,,ctl,0.271662,329.889679,,,,64,64,,,,,"",,"",,"",,, +2070,1,2039,non,0.000000,329.889679,,,,29,29,F1,,,," ",," ",0.031250,"",,, +2071,1,2040,non,0.136719,330.026397,,,,26,29,D1,,,," ",," ",0.031250,"",,, +2072,1,2041,non,0.136719,330.163116,,,,29,29,F1,,,," ",," ",0.031250,"",,, +2073,1,2004,non,0.136719,330.299835,,,,80,29,G#5,,,," ",," ",0.125000,"",,, +2074,1,2042,non,0.000000,330.299835,,,,26,29,D1,,,," ",," ",0.062500,"",,, +2075,1,2043,non,0.273438,330.573272,,,,29,29,F1,,,,"e",," ",0.031250,"",,, +2076,1,2044,non,0.136719,330.709991,,,,26,29,D1,,,,"e",," ",0.031250,"",,, +2077,1,2045,non,0.136719,330.846710,,,,32,29,G#1,,,,"e",," ",0.031250,"",,, +2078,1,,bar,0.134943,330.981653,,,,0,0,,,59,,"",,"",,"",,, +2081,1,2053,non,0.000000,330.981653,,,,26,29,D1,,,,"e",," ",0.031250,"",,, +2082,1,2054,non,0.136719,331.118372,,,,25,29,C#1,,,,"e",," ",0.031250,"",,, +2083,1,2055,non,0.136719,331.255091,,,,26,29,D1,,,,"e",," ",0.031250,"",,, +2084,1,2056,non,0.136719,331.391809,,,,32,29,G#1,,,,"e",," ",0.031250,"",,, +2085,1,2057,non,0.136719,331.528528,,,,25,29,C#1,,,,"e",," ",0.031250,"",,, +2086,1,2058,non,0.136719,331.665247,,,,21,29,A0,,,,"e",," ",0.041667,"",,, +2087,1,,ctl,0.403054,332.068301,,,,64,0,,,,,"",,"",,"",,, +2088,1,2059,non,0.005327,332.073628,,,,29,43,F1,,,," ",," ",0.062500,"",,, +2089,1,2050,non,0.271662,332.345290,,,,72,29,C5,,,," ",," ",0.125000,"",,, +2091,1,2061,non,0.138494,332.483784,,,,26,29,D1,,,," ",," ",0.062500,"",,, +2092,1,2062,non,0.273438,332.757221,,,,32,22,G#1,,,," ",," ",0.031250,"",,, +2093,1,2063,non,0.136719,332.893940,,,,25,22,C#1,,,," ",," ",0.062500,"",,, +2095,1,2064,non,0.273438,333.167378,,,,26,10,D1,,,," ",," ",0.031250,"",,, +2096,1,2065,non,0.136719,333.304096,,,,32,10,G#1,,,," ",," ",0.031250,"",,, +2097,1,2066,non,0.136719,333.440815,,,,25,3,C#1,,,," ",," ",0.031250,"",,, +2098,1,2067,non,0.136719,333.577534,,,,21,3,A0,,,," ",," ",0.031250,"",,, diff --git a/src/kc/data/round1.js b/src/kc/data/round1.js index f2edc27..b97536b 100644 --- a/src/kc/data/round1.js +++ b/src/kc/data/round1.js @@ -28,66 +28,67 @@ offset: 0 smpCnt: 31680000 trackId: 0 - textStr: "a7.mid" + textStr: "round1.mid" } + +{ label: "1" type: "mk" ref: "mf-0" offset: 0 smpCnt:31989618 trackId: 0 textStr: "Bar 1" bar: 1 sec:" 1" } +{ label: "2" type: "mk" ref: "mf-0" offset: 569203 smpCnt:31420415 trackId: 0 textStr: "Bar 2" bar: 2 sec:" 2" } +{ label: "3" type: "mk" ref: "mf-0" offset: 1163329 smpCnt:30826289 trackId: 0 textStr: "Bar 3" bar: 3 sec:" 3" } +{ label: "4" type: "mk" ref: "mf-0" offset: 1739185 smpCnt:30250433 trackId: 0 textStr: "Bar 4" bar: 4 sec:" 4" } +{ label: "5" type: "mk" ref: "mf-0" offset: 2327502 smpCnt:29662116 trackId: 0 textStr: "Bar 5" bar: 5 sec:" 5" } +{ label: "6" type: "mk" ref: "mf-0" offset: 2909448 smpCnt:29080170 trackId: 0 textStr: "Bar 6" bar: 6 sec:" 6" } +{ label: "7" type: "mk" ref: "mf-0" offset: 3485116 smpCnt:28504502 trackId: 0 textStr: "Bar 7" bar: 7 sec:" 7" } +{ label: "8" type: "mk" ref: "mf-0" offset: 4060784 smpCnt:27928834 trackId: 0 textStr: "Bar 8" bar: 8 sec:" 8" } +{ label: "9" type: "mk" ref: "mf-0" offset: 4636452 smpCnt:27353166 trackId: 0 textStr: "Bar 9" bar: 9 sec:" 9" } +{ label: "10" type: "mk" ref: "mf-0" offset: 5356038 smpCnt:26633580 trackId: 0 textStr: "Bar 10" bar: 10 sec:" 10" } +{ label: "11" type: "mk" ref: "mf-0" offset: 5787883 smpCnt:26201735 trackId: 0 textStr: "Bar 11" bar: 11 sec:" 11" } +{ label: "12" type: "mk" ref: "mf-0" offset: 6369828 smpCnt:25619790 trackId: 0 textStr: "Bar 12" bar: 12 sec:" 12" } +{ label: "13" type: "mk" ref: "mf-0" offset: 6945497 smpCnt:25044121 trackId: 0 textStr: "Bar 13" bar: 13 sec:" 13" } +{ label: "14" type: "mk" ref: "mf-0" offset: 7521165 smpCnt:24468453 trackId: 0 textStr: "Bar 14" bar: 14 sec:" 14" } +{ label: "15" type: "mk" ref: "mf-0" offset: 8096833 smpCnt:23892785 trackId: 0 textStr: "Bar 15" bar: 15 sec:" 15" } +{ label: "16" type: "mk" ref: "mf-0" offset: 8672501 smpCnt:23317117 trackId: 0 textStr: "Bar 16" bar: 16 sec:" 16" } +{ label: "17" type: "mk" ref: "mf-0" offset: 9248169 smpCnt:22741449 trackId: 0 textStr: "Bar 17" bar: 17 sec:" 17" } +{ label: "18" type: "mk" ref: "mf-0" offset: 9836580 smpCnt:22153038 trackId: 0 textStr: "Bar 18" bar: 18 sec:" 18" } +{ label: "19" type: "mk" ref: "mf-0" offset: 10412249 smpCnt:21577369 trackId: 0 textStr: "Bar 19" bar: 19 sec:" 19" } +{ label: "20" type: "mk" ref: "mf-0" offset: 10987917 smpCnt:21001701 trackId: 0 textStr: "Bar 20" bar: 20 sec:" 20" } +{ label: "21" type: "mk" ref: "mf-0" offset: 11569956 smpCnt:20419662 trackId: 0 textStr: "Bar 21" bar: 21 sec:" 21" } +{ label: "22" type: "mk" ref: "mf-0" offset: 12145625 smpCnt:19843993 trackId: 0 textStr: "Bar 22" bar: 22 sec:" 22" } +{ label: "23" type: "mk" ref: "mf-0" offset: 12913182 smpCnt:19076436 trackId: 0 textStr: "Bar 23" bar: 23 sec:" 23" } +{ label: "24" type: "mk" ref: "mf-0" offset: 13296961 smpCnt:18692657 trackId: 0 textStr: "Bar 24" bar: 24 sec:" 24" } +{ label: "25" type: "mk" ref: "mf-0" offset: 13885372 smpCnt:18104246 trackId: 0 textStr: "Bar 25" bar: 25 sec:" 25" } +{ label: "26" type: "mk" ref: "mf-0" offset: 14604957 smpCnt:17384661 trackId: 0 textStr: "Bar 26" bar: 26 sec:" 26" } +{ label: "28" type: "mk" ref: "mf-0" offset: 15612377 smpCnt:16377241 trackId: 0 textStr: "Bar 28" bar: 28 sec:" 28" } +{ label: "29" type: "mk" ref: "mf-0" offset: 16231145 smpCnt:15758473 trackId: 0 textStr: "Bar 29" bar: 29 sec:" 29" } +{ label: "30" type: "mk" ref: "mf-0" offset: 16782827 smpCnt:15206791 trackId: 0 textStr: "Bar 30" bar: 30 sec:" 30" } +{ label: "31" type: "mk" ref: "mf-0" offset: 17298747 smpCnt:14690871 trackId: 0 textStr: "Bar 31" bar: 31 sec:" 31" } +{ label: "32" type: "mk" ref: "mf-0" offset: 17607077 smpCnt:14382541 trackId: 0 textStr: "Bar 32" bar: 32 sec:" 32" } +{ label: "33" type: "mk" ref: "mf-0" offset: 18018185 smpCnt:13971433 trackId: 0 textStr: "Bar 33" bar: 33 sec:" 33" } +{ label: "34" type: "mk" ref: "mf-0" offset: 18800845 smpCnt:13188773 trackId: 0 textStr: "Bar 34" bar: 34 sec:" 34" } +{ label: "35" type: "mk" ref: "mf-0" offset: 18993083 smpCnt:12996535 trackId: 0 textStr: "Bar 35" bar: 35 sec:" 35" } +{ label: "36" type: "mk" ref: "mf-0" offset: 19485551 smpCnt:12504067 trackId: 0 textStr: "Bar 36" bar: 36 sec:" 36" } +{ label: "37" type: "mk" ref: "mf-0" offset: 20157508 smpCnt:11832110 trackId: 0 textStr: "Bar 37" bar: 37 sec:" 37" } +{ label: "38" type: "mk" ref: "mf-0" offset: 20541484 smpCnt:11448134 trackId: 0 textStr: "Bar 38" bar: 38 sec:" 38" } +{ label: "39" type: "mk" ref: "mf-0" offset: 21093878 smpCnt:10895740 trackId: 0 textStr: "Bar 39" bar: 39 sec:" 39" } +{ label: "40" type: "mk" ref: "mf-0" offset: 21921510 smpCnt:10068108 trackId: 0 textStr: "Bar 40" bar: 40 sec:" 40" } +{ label: "41" type: "mk" ref: "mf-0" offset: 22161434 smpCnt: 9828184 trackId: 0 textStr: "Bar 41" bar: 41 sec:" 41" } +{ label: "42" type: "mk" ref: "mf-0" offset: 22700266 smpCnt: 9289352 trackId: 0 textStr: "Bar 42" bar: 42 sec:" 42" } +{ label: "43" type: "mk" ref: "mf-0" offset: 23045755 smpCnt: 8943863 trackId: 0 textStr: "Bar 43" bar: 43 sec:" 43" } +{ label: "44" type: "mk" ref: "mf-0" offset: 23736734 smpCnt: 8252884 trackId: 0 textStr: "Bar 44" bar: 44 sec:" 44" } +{ label: "45" type: "mk" ref: "mf-0" offset: 23973358 smpCnt: 8016260 trackId: 0 textStr: "Bar 45" bar: 45 sec:" 45" } +{ label: "46" type: "mk" ref: "mf-0" offset: 24434161 smpCnt: 7555457 trackId: 0 textStr: "Bar 46" bar: 46 sec:" 46" } +{ label: "47" type: "mk" ref: "mf-0" offset: 24940010 smpCnt: 7049608 trackId: 0 textStr: "Bar 47" bar: 47 sec:" 47" } +{ label: "48" type: "mk" ref: "mf-0" offset: 25545857 smpCnt: 6443761 trackId: 0 textStr: "Bar 48" bar: 48 sec:" 48" } +{ label: "49" type: "mk" ref: "mf-0" offset: 26189779 smpCnt: 5799839 trackId: 0 textStr: "Bar 49" bar: 49 sec:" 49" } +{ label: "50" type: "mk" ref: "mf-0" offset: 26757945 smpCnt: 5231673 trackId: 0 textStr: "Bar 50" bar: 50 sec:" 50" } +{ label: "51" type: "mk" ref: "mf-0" offset: 27283511 smpCnt: 4706107 trackId: 0 textStr: "Bar 51" bar: 51 sec:" 51" } +{ label: "52" type: "mk" ref: "mf-0" offset: 27835266 smpCnt: 4154352 trackId: 0 textStr: "Bar 52" bar: 52 sec:" 52" } +{ label: "53" type: "mk" ref: "mf-0" offset: 28411559 smpCnt: 3578059 trackId: 0 textStr: "Bar 53" bar: 53 sec:" 53" } +{ label: "54" type: "mk" ref: "mf-0" offset: 28990748 smpCnt: 2998870 trackId: 0 textStr: "Bar 54" bar: 54 sec:" 54" } +{ label: "55" type: "mk" ref: "mf-0" offset: 29601462 smpCnt: 2388156 trackId: 0 textStr: "Bar 55" bar: 55 sec:" 55" } +{ label: "56" type: "mk" ref: "mf-0" offset: 30037686 smpCnt: 1951932 trackId: 0 textStr: "Bar 56" bar: 56 sec:" 56" } +{ label: "57" type: "mk" ref: "mf-0" offset: 30643117 smpCnt: 1346501 trackId: 0 textStr: "Bar 57" bar: 57 sec:" 57" } +{ label: "58" type: "mk" ref: "mf-0" offset: 31185330 smpCnt: 804288 trackId: 0 textStr: "Bar 58" bar: 58 sec:" 58" } -{ label: "1" type: "mk" ref: "mf-0" offset: 0 smpCnt:31531648 trackId: 0 textStr: "Bar 1" bar: 1 sec:" 1" } -{ label: "2" type: "mk" ref: "mf-0" offset: 554213 smpCnt:30977435 trackId: 0 textStr: "Bar 2" bar: 2 sec:" 2" } -{ label: "3" type: "mk" ref: "mf-0" offset: 1144981 smpCnt:30386667 trackId: 0 textStr: "Bar 3" bar: 3 sec:" 3" } -{ label: "4" type: "mk" ref: "mf-0" offset: 1712129 smpCnt:29819519 trackId: 0 textStr: "Bar 4" bar: 4 sec:" 4" } -{ label: "5" type: "mk" ref: "mf-0" offset: 2287994 smpCnt:29243654 trackId: 0 textStr: "Bar 5" bar: 5 sec:" 5" } -{ label: "6" type: "mk" ref: "mf-0" offset: 2872575 smpCnt:28659073 trackId: 0 textStr: "Bar 6" bar: 6 sec:" 6" } -{ label: "7" type: "mk" ref: "mf-0" offset: 3448440 smpCnt:28083208 trackId: 0 textStr: "Bar 7" bar: 7 sec:" 7" } -{ label: "8" type: "mk" ref: "mf-0" offset: 4024305 smpCnt:27507343 trackId: 0 textStr: "Bar 8" bar: 8 sec:" 8" } -{ label: "9" type: "mk" ref: "mf-0" offset: 4600170 smpCnt:26931478 trackId: 0 textStr: "Bar 9" bar: 9 sec:" 9" } -{ label: "10" type: "mk" ref: "mf-0" offset: 5320001 smpCnt:26211647 trackId: 0 textStr: "Bar 10" bar: 10 sec:" 10" } -{ label: "11" type: "mk" ref: "mf-0" offset: 5744307 smpCnt:25787341 trackId: 0 textStr: "Bar 11" bar: 11 sec:" 11" } -{ label: "12" type: "mk" ref: "mf-0" offset: 6327764 smpCnt:25203884 trackId: 0 textStr: "Bar 12" bar: 12 sec:" 12" } -{ label: "13" type: "mk" ref: "mf-0" offset: 6903629 smpCnt:24628019 trackId: 0 textStr: "Bar 13" bar: 13 sec:" 13" } -{ label: "14" type: "mk" ref: "mf-0" offset: 7479494 smpCnt:24052154 trackId: 0 textStr: "Bar 14" bar: 14 sec:" 14" } -{ label: "15" type: "mk" ref: "mf-0" offset: 8055359 smpCnt:23476289 trackId: 0 textStr: "Bar 15" bar: 15 sec:" 15" } -{ label: "16" type: "mk" ref: "mf-0" offset: 8631224 smpCnt:22900424 trackId: 0 textStr: "Bar 16" bar: 16 sec:" 16" } -{ label: "17" type: "mk" ref: "mf-0" offset: 9207088 smpCnt:22324560 trackId: 0 textStr: "Bar 17" bar: 17 sec:" 17" } -{ label: "18" type: "mk" ref: "mf-0" offset: 9782953 smpCnt:21748695 trackId: 0 textStr: "Bar 18" bar: 18 sec:" 18" } -{ label: "19" type: "mk" ref: "mf-0" offset: 10358818 smpCnt:21172830 trackId: 0 textStr: "Bar 19" bar: 19 sec:" 19" } -{ label: "20" type: "mk" ref: "mf-0" offset: 10934683 smpCnt:20596965 trackId: 0 textStr: "Bar 20" bar: 20 sec:" 20" } -{ label: "21" type: "mk" ref: "mf-0" offset: 11510548 smpCnt:20021100 trackId: 0 textStr: "Bar 21" bar: 21 sec:" 21" } -{ label: "22" type: "mk" ref: "mf-0" offset: 12086413 smpCnt:19445235 trackId: 0 textStr: "Bar 22" bar: 22 sec:" 22" } -{ label: "23" type: "mk" ref: "mf-0" offset: 12854045 smpCnt:18677603 trackId: 0 textStr: "Bar 23" bar: 23 sec:" 23" } -{ label: "24" type: "mk" ref: "mf-0" offset: 13238142 smpCnt:18293506 trackId: 0 textStr: "Bar 24" bar: 24 sec:" 24" } -{ label: "25" type: "mk" ref: "mf-0" offset: 13814007 smpCnt:17717641 trackId: 0 textStr: "Bar 25" bar: 25 sec:" 25" } -{ label: "26" type: "mk" ref: "mf-0" offset: 14533838 smpCnt:16997810 trackId: 0 textStr: "Bar 26" bar: 26 sec:" 26" } -{ label: "27" type: "mk" ref: "mf-0" offset: 15253669 smpCnt:16277979 trackId: 0 textStr: "Bar 27" bar: 27 sec:" 27" } -{ label: "28" type: "mk" ref: "mf-0" offset: 15541602 smpCnt:15990046 trackId: 0 textStr: "Bar 28" bar: 28 sec:" 28" } -{ label: "29" type: "mk" ref: "mf-0" offset: 16141367 smpCnt:15390281 trackId: 0 textStr: "Bar 29" bar: 29 sec:" 29" } -{ label: "30" type: "mk" ref: "mf-0" offset: 16693331 smpCnt:14838317 trackId: 0 textStr: "Bar 30" bar: 30 sec:" 30" } -{ label: "31" type: "mk" ref: "mf-0" offset: 17209390 smpCnt:14322258 trackId: 0 textStr: "Bar 31" bar: 31 sec:" 31" } -{ label: "32" type: "mk" ref: "mf-0" offset: 17517868 smpCnt:14013780 trackId: 0 textStr: "Bar 32" bar: 32 sec:" 32" } -{ label: "33" type: "mk" ref: "mf-0" offset: 17929171 smpCnt:13602477 trackId: 0 textStr: "Bar 33" bar: 33 sec:" 33" } -{ label: "34" type: "mk" ref: "mf-0" offset: 18618175 smpCnt:12913473 trackId: 0 textStr: "Bar 34" bar: 34 sec:" 34" } -{ label: "35" type: "mk" ref: "mf-0" offset: 18795914 smpCnt:12735734 trackId: 0 textStr: "Bar 35" bar: 35 sec:" 35" } -{ label: "36" type: "mk" ref: "mf-0" offset: 19290132 smpCnt:12241516 trackId: 0 textStr: "Bar 36" bar: 36 sec:" 36" } -{ label: "37" type: "mk" ref: "mf-0" offset: 19962089 smpCnt:11569559 trackId: 0 textStr: "Bar 37" bar: 37 sec:" 37" } -{ label: "38" type: "mk" ref: "mf-0" offset: 20346064 smpCnt:11185584 trackId: 0 textStr: "Bar 38" bar: 38 sec:" 38" } -{ label: "40" type: "mk" ref: "mf-0" offset: 21673185 smpCnt: 9858463 trackId: 0 textStr: "Bar 40" bar: 40 sec:" 40" } -{ label: "41" type: "mk" ref: "mf-0" offset: 21953212 smpCnt: 9578436 trackId: 0 textStr: "Bar 41" bar: 41 sec:" 41" } -{ label: "42" type: "mk" ref: "mf-0" offset: 22490905 smpCnt: 9040743 trackId: 0 textStr: "Bar 42" bar: 42 sec:" 42" } -{ label: "43" type: "mk" ref: "mf-0" offset: 22836468 smpCnt: 8695180 trackId: 0 textStr: "Bar 43" bar: 43 sec:" 43" } -{ label: "44" type: "mk" ref: "mf-0" offset: 23527594 smpCnt: 8004054 trackId: 0 textStr: "Bar 44" bar: 44 sec:" 44" } -{ label: "45" type: "mk" ref: "mf-0" offset: 23757970 smpCnt: 7773678 trackId: 0 textStr: "Bar 45" bar: 45 sec:" 45" } -{ label: "46" type: "mk" ref: "mf-0" offset: 24209721 smpCnt: 7321927 trackId: 0 textStr: "Bar 46" bar: 46 sec:" 46" } -{ label: "47" type: "mk" ref: "mf-0" offset: 24712434 smpCnt: 6819214 trackId: 0 textStr: "Bar 47" bar: 47 sec:" 47" } -{ label: "48" type: "mk" ref: "mf-0" offset: 25318675 smpCnt: 6212973 trackId: 0 textStr: "Bar 48" bar: 48 sec:" 48" } -{ label: "49" type: "mk" ref: "mf-0" offset: 25962806 smpCnt: 5568842 trackId: 0 textStr: "Bar 49" bar: 49 sec:" 49" } -{ label: "50" type: "mk" ref: "mf-0" offset: 26537135 smpCnt: 4994513 trackId: 0 textStr: "Bar 50" bar: 50 sec:" 50" } -{ label: "51" type: "mk" ref: "mf-0" offset: 27080816 smpCnt: 4450832 trackId: 0 textStr: "Bar 51" bar: 51 sec:" 51" } -{ label: "52" type: "mk" ref: "mf-0" offset: 27633016 smpCnt: 3898632 trackId: 0 textStr: "Bar 52" bar: 52 sec:" 52" } -{ label: "53" type: "mk" ref: "mf-0" offset: 28127950 smpCnt: 3403698 trackId: 0 textStr: "Bar 53" bar: 53 sec:" 53" } -{ label: "55" type: "mk" ref: "mf-0" offset: 29262005 smpCnt: 2269643 trackId: 0 textStr: "Bar 55" bar: 55 sec:" 55" } -{ label: "56" type: "mk" ref: "mf-0" offset: 29698652 smpCnt: 1832996 trackId: 0 textStr: "Bar 56" bar: 56 sec:" 56" } -{ label: "57" type: "mk" ref: "mf-0" offset: 30222219 smpCnt: 1309429 trackId: 0 textStr: "Bar 57" bar: 57 sec:" 57" } -{ label: "58" type: "mk" ref: "mf-0" offset: 30745786 smpCnt: 785862 trackId: 0 textStr: "Bar 58" bar: 58 sec:" 58" } -{ label: "59" type: "mk" ref: "mf-0" offset: 31269353 smpCnt: 262295 trackId: 0 textStr: "Bar 59" bar: 59 sec:" 59" } ] } diff --git a/src/kc/data/round1.mid b/src/kc/data/round1.mid new file mode 100644 index 0000000..561426f Binary files /dev/null and b/src/kc/data/round1.mid differ