From 195de45a9aab45076012a1a689b24e648e9acad0 Mon Sep 17 00:00:00 2001 From: kevin Date: Sat, 25 May 2024 17:52:52 -0400 Subject: [PATCH] cfg/gutim_full : 2024-05-24 Updates --- .../cfg/gutim_full/20240520_scriabin.cfg | 382 + .../cfg/gutim_full/20240524_scriabin.cfg | 382 + .../m1_458_trans_5_scriabin_3.txt | 1 + .../m1_458_trans_5_scriabin_4.txt | 1 + .../cfg/gutim_full/scriabin/csv_to_score.py | 51 +- src/cwtest/cfg/gutim_full/scriabin/foo.csv | 36477 ++++++++++++++++ .../scriabin/scriabin_prelude_op48_3.csv | 889 + .../scriabin/scriabin_prelude_op48_3.mid | Bin 0 -> 4507 bytes .../scriabin/scriabin_prelude_op67_1.csv | 1130 + .../scriabin/scriabin_prelude_op67_1.mid | Bin 0 -> 5289 bytes .../scriabin/scriabin_prelude_op67_2.csv | 1761 + .../scriabin/scriabin_prelude_op67_2.mid | Bin 0 -> 7620 bytes .../scriabin/scriabin_prelude_op74_2.csv | 1276 +- .../scriabin/scriabin_prelude_op74_2_0.csv | 639 + .../scriabin/scriabin_sonate_7_op64.csv | 16620 +++++++ .../scriabin/scriabin_sonate_7_op64.mid | Bin 0 -> 69822 bytes .../gutim_full/vel_table/vel_table_perf.json | 38 +- .../vel_table/vel_table_perf_scriabin.json | 120 + 18 files changed, 59109 insertions(+), 658 deletions(-) create mode 100644 src/cwtest/cfg/gutim_full/20240520_scriabin.cfg create mode 100644 src/cwtest/cfg/gutim_full/20240524_scriabin.cfg create mode 100644 src/cwtest/cfg/gutim_full/preset_select/m1_458_trans_5_scriabin_3.txt create mode 100644 src/cwtest/cfg/gutim_full/preset_select/m1_458_trans_5_scriabin_4.txt create mode 100644 src/cwtest/cfg/gutim_full/scriabin/foo.csv create mode 100644 src/cwtest/cfg/gutim_full/scriabin/scriabin_prelude_op48_3.csv create mode 100644 src/cwtest/cfg/gutim_full/scriabin/scriabin_prelude_op48_3.mid create mode 100644 src/cwtest/cfg/gutim_full/scriabin/scriabin_prelude_op67_1.csv create mode 100644 src/cwtest/cfg/gutim_full/scriabin/scriabin_prelude_op67_1.mid create mode 100644 src/cwtest/cfg/gutim_full/scriabin/scriabin_prelude_op67_2.csv create mode 100644 src/cwtest/cfg/gutim_full/scriabin/scriabin_prelude_op67_2.mid create mode 100644 src/cwtest/cfg/gutim_full/scriabin/scriabin_prelude_op74_2_0.csv create mode 100644 src/cwtest/cfg/gutim_full/scriabin/scriabin_sonate_7_op64.csv create mode 100644 src/cwtest/cfg/gutim_full/scriabin/scriabin_sonate_7_op64.mid create mode 100644 src/cwtest/cfg/gutim_full/vel_table/vel_table_perf_scriabin.json diff --git a/src/cwtest/cfg/gutim_full/20240520_scriabin.cfg b/src/cwtest/cfg/gutim_full/20240520_scriabin.cfg new file mode 100644 index 0000000..0e66a3b --- /dev/null +++ b/src/cwtest/cfg/gutim_full/20240520_scriabin.cfg @@ -0,0 +1,382 @@ +{ + test: { + + preset_sel: { + + params: { + score_fn: "~/src/cwtest/src/cwtest/cfg/score/temp.csv", + + perfDirL: [ + + { + dir:"~/src/cwtest/src/cwtest/cfg/gutim_full/data/score", + fname:"temp.csv", + vel_table: [ + { "device":"piano", "name":"spirio" }, // VSL uses Ivory vel table + { "device":"sampler", "name":"ivory" } + ] + }, + + { + dir:"~/src/cwtest/src/cwtest/cfg/gutim_full/data/score_scriabin", + fname:"temp_with_scriabin_2.csv", + vel_table: [ + { "device":"piano", "name":"spirio_1" }, // VSL uses Ivory vel table + { "device":"sampler", "name":"ivory" } + ] + }, + + + ] + + + record_dir: "~/src/cwtest/src/cwtest/cfg/gutim_full/preset_select", + record_fn: "m1_458_trans_5_scriabin_3", + record_fn_ext: "txt", + + flow_proc_dict_fn: "~/src/cwtest/src/cwtest/cfg/gutim_full/flow_proc_dict.cfg", + vel_table_fname: "~/src/cwtest/src/cwtest/cfg/gutim_full/vel_table/vel_table_perf.json" + vel_table_backup_dir: "~/src/cwtest/src/cwtest/cfg/gutim_full/vel_table/backup" + + //crossFadeSrate: 48000.0, // TODO: move to flow cfg. and set via 'system default sample rate' + crossFadeCount: 3, + + beg_play_loc: 1, //0, //12431, // coda 11499, + end_play_loc: 16354, //59, //14726, // coda 12426, + live_mode_fl: false, + dflt_perf_label: "beck_1_5", + run_dur_secs: 0, + + enable_recording_fl: false, + midi_record_dir: "~/src/cwtest/src/cwtest/cfg/gutim_full/midi_record", + midi_record_folder: "shiau_uen", + sf_reset_loc: 1, + + score_follower: { + enable_flag: false, + score_csv_fname: "/home/kevin/src/cwtest/src/cwtest/cfg/gutim_full/temp.csv", + search_area_locN: 10, + key_wnd_locN: 7, + track_print_fl: false, // print output from the sfTrack unit + track_results_backtrack_fl: false, + + + dyn_ref: [ + { mark: "silent", level:0, vel:1 }, + { mark:"pppp-", level:1, vel:3 }, + { mark:"pppp", level:2, vel:5 }, + { mark:"pppp+", level:3, vel:7 }, + { mark:"ppp-", level:4, vel:10 }, + { mark:"ppp", level:5, vel:15 }, + { mark:"ppp+", level:6, vel:20 }, + { mark:"pp-", level:7, vel:25 }, + { mark:"pp", level:8, vel:30 }, + { mark:"pp+", level:9, vel:35 }, + { mark:"p-", level:10, vel:40 }, + { mark:"p", level:11, vel:45 }, + { mark:"p+", level:12, vel:50 }, + { mark:"mp-", level:13, vel:55 }, + { mark:"mp", level:14, vel:60 }, + { mark:"mp+", level:15, vel:65 }, + { mark:"mf-", level:16, vel:70 }, + { mark:"mf", level:17, vel:75 }, + { mark:"mf+", level:18, vel:80 }, + { mark:"f-", level:19, vel:85 }, + { mark:"f", level:20, vel:90 }, + { mark:"f+", level:21, vel:95 }, + { mark:"ff", level:22, vel:100 }, + { mark:"ff+", level:23, vel:105 }, + { mark:"fff", level:24, vel:115 }, + { mark:"fff+", level:25, vel:120 }, + { mark:"ffff", level:26, vel:125 }, + ] + + }, + + + presets: { + preset_labelL: [ "dry", "a", "b", "c", "d", "f1", "f2", "f3", "f4", "g", "ga", "g1a", "g1d" ], + + alt_labelL: [ "A","B","C","D","E","F","G" ], + + default_gain: 1.0, + default_wet_dry_gain: 0.5, + default_fade_ms: 50.0, + default_preset: "dry", + + default_master_wet_in_gain: 1.0, + default_master_wet_out_gain: 1.0, + default_master_dry_gain: 2.0, + default_master_sync_delay_ms: 400, // spirio 400 + + }, + + midi_play_record: { + max_midi_msg_count: 32768, + midi_timer_period_micro_sec: 15000, + all_off_delay_ms: 2500, // delay after stop time to turn off all notes + log_in_flag: false, + log_out_flag: false, + half_pedal_flag: false, + min_damper_down_time_ms: 0, + + midi_device_list: [ + { + // SAMPLER + enableFl: true, + + label: "sampler", + //midi_out_device: "Fastlane", + //midi_out_port: "Fastlane MIDI B", + + //midi_out_device: "MIDIFACE 2x2", + //midi_out_port: "MIDIFACE 2x2 Midi Out 1", + + midi_out_device: "Scarlett 18i20 USB", + midi_out_port: "Scarlett 18i20 USB MIDI 1", + + //midi_out_device: "PipeWire-RT-Event", + //midi_out_port: "input", + + force_damper_down_fl: false, + force_damper_down_threshold: 35, + force_damper_down_velocity: 80, + + scale_chord_notes_enable_fl: false, + scale_chord_notes_factor: 0.05, + + }, + { + //SPIRIO + + enableFl: true, + label: "piano", + //midi_out_device: "Fastlane", + //midi_out_port: "Fastlane MIDI A", + + //midi_out_device: "MIDIFACE 2x2", + //midi_out_port: "MIDIFACE 2x2 Midi Out 2", + + midi_out_device: "iRig MIDI 2", + midi_out_port: "iRig MIDI 2 MIDI 1", + + //midi_out_device: "PC-300", + //midi_out_port: "PC-300 MIDI 1", + + //midi_out_device: "PipeWire-RT-Event", + //midi_out_port: "input", + + // pedal down velocity input/output mapping + /* + pedal: { + up_id: 0, + up_vel: 0, + down_id: 127, + down_vel: 0, + half_down_id: 64, + half_down_vel: 43, + half_up_id: 63, + half_up_vel: 43 + + }, + */ + + force_damper_down_fl: false, + force_damper_down_threshold: 35, + force_damper_down_velocity: 80, + + scale_chord_notes_enable_fl: false, + scale_chord_notes_factor: 0.5, + }, + + ], + } + }, + + + io: { + callbackMutexTimeOutMs: 100, + } + + ui: { + enableFl: true, + physRootDir: "~/src/cwtest/src/libcw/html/preset_sel", + dfltPageFn: "index.html", + port: 5687, + rcvBufByteN: 2048, + xmtBufByteN: 2048, + fmtBufByteN: 4096, + websockTimeOutMs: 25, // max time out while blocking for a websock event + queueBlkCnt: 8, + queueBlkByteCnt: 32768, + idleMsgPeriodMs: 50, // period without messages before an idle message is generated + uiCfgFn: "ui.cfg", // default UI resource description + asyncFl: false + }, + + serial: { + enableFl: false, + pollPeriodMs: 50, + recvBufByteN: 512, + + array: [ + { + enableFl: false, + asyncFl: false, + label: "port1", // User label + device: "/dev/ttyUSB0", // Serial device name + baud: 115200, + bits: 8, + stop: 1, + parity: "no", + } + ] + }, + + midi: { + enableFl: true, + asyncFl: true, + parseBufByteCnt: 1024, + appNameStr: "cwtest", + fileDevName: "file_dev", + fileDevReadAheadMicros: 3000, + testFileLabel: "file_0", + testFileEnableFl: false + + file_ports: [ + + { "label":"file_0", + //"file": "/home/kevin/src/cwtest/src/cwtest/cfg/gutim_full/data1/beck1/record_4/midi.mid", + "enable_fl": false }, + ] + + }, + + audio: { + enableFl: true, + + meterMs: 50, // audio meter filter length and meter callback period + threadTimeOutMs: 50, // audio thread cond var time out + + groupL: [ + { + enableFl: true, // (req) + asyncFl: true, + label: "main", // (req) User label + id: 0, // (req) User id (can also be set at runtime) + srate: 48000, // (req) Sample rate used by all devices in this group + dspFrameCnt: 64 // (req) Size of DSP processing buffers + } + ], + + deviceL: [ + { + // System device name + + device: "Scarlett 18i20 USB USB Audio", + //device: "USB Audio CODEC USB Audio", + //device: "HDA Intel PCH CS4208 Analog", + + activeFl: true, // (req) + meterFl: true, // (opt) + label: "main", // (req) User label + userId: 0, // (opt) User id (can also be set at runtime) + framesPerCycle: 512, // (req) Samples per audio device cycle + cycleCnt: 3, // (req) Count of device cycle buffers. + inGroup: "main", // (opt) All devices in a group must be 'ready' to source + outGroup: "main", // (opt) or sink data before an audio callback is made for that group + } + ] + }, + + socket: { + enableFl: false, + asyncFl: false, + maxSocketCnt: 10, + recvBufByteCnt: 4096, + threadTimeOutMs: 50, + socketL: [], + } + + flow: { + framesPerCycle: 64, // time-domain audio cycles frame per cycle (must match audio 'dspFrameCnt') + multiPriPresetProbFl: false, // Use probability to select primary multi-preset + multiSecPresetProbFl: false, // Use probability to select secondary multi-preset + multiPresetInterpFl: false, // Interpolate between two selected multi-presets + maxCycleCount: 0, // 0 disables maxCycleCount + printNetworkFl: false, // print the network instance + printClassDictFl: false, // print the class description dictionary + + + network: { + aud_in: { class: audio_in, args:{ default:{dev_label:"main"} } }, + + // select the first six channels: ivory, mic, vsl + split_in: { class: audio_split, in:{ in:aud_in.out } args:{ default:{select[1,1,1,1,1,1 ]}} } + + // delay the incoming audio signal to sync it with the piano + sync_delay { class: audio_delay, in: { in:split_in.out }, args:{ default:{ delayMs:400 } }} + + // select the first two channels to feed into the transform + sync_split: { class: audio_split, in:{ in:sync_delay.out } args:{ default:{select[1,1]}} } + + mstr_wet_in_gain: { class: audio_gain, in:{ in:sync_split.out } } + + // wet signal processing chain + wet_in_gain: { class: audio_gain, in:{ in:mstr_wet_in_gain.out } }, + + pva: { class: pv_analysis, in:{ in:wet_in_gain.out }, args:{ default:{ wndSmpN:512, hopSmpN:128, hzFl:false } } }, + sd: { class: spec_dist, in:{ in:pva.out }, preset:kc, args:{ bypass:false } }, + pvs: { class: pv_synthesis, in:{ in:sd.out } }, + cmp: { class: compressor, in:{ in:pvs.out }, preset:kc, args:{ bypass:false } }, + + wet_out_gain: { class: audio_gain, in:{ in:cmp.out } }, + + //wet_out_gain: { class: audio_gain, in:{ in:pvs.out } }, + + mute_wet: { class: audio_gain, in:{ in:wet_out_gain.out } }, + + // apply the wet/dry gain balance + wd_bal: { class: balance, args{}}, + wet_bal_gain: { class: audio_gain, in:{ in:mute_wet.out, gain:wd_bal.out } }, + dry_bal_gain: { class: audio_gain, in:{ in:sync_split.out, gain:wd_bal.inv_out } }, + + mstr_wet_out_gain: { class: audio_gain, in:{ in:wet_bal_gain.out } } + mstr_dry_out_gain: { class: audio_gain, in:{ in:dry_bal_gain.out } }, + + + // merge the wet/dry signals into a single 4 channel signal + merge: { class: audio_merge, in:{ in0:mstr_wet_out_gain.out, in1:mstr_dry_out_gain.out, in2:mstr_wet_out_gain.out, in3:mstr_dry_out_gain.out } }, + + aout: { class: audio_out, in:{ in:merge.out }, args:{ default:{dev_label:"main"} } }, + + //af_merge { class: audio_merge, in:{ in0:mstr_wet_out_gain.out, in1:sync_delay.out } }, + + //af_out: { class: audioFileOut, in:{ in:af_merge.out }, args:{ default:{fname:"/home/kevin/temp/temp.wav"}}}, + + } + + presets: { + + dry: { pva:dry, sd:dry, cmp:dry, mute_wet:{ gain:0.0 } }, + a: { pva:a, sd:a, cmp:a, mute_wet:{ gain:1.0 } }, + b: { pva:b, sd:b, cmp:b, mute_wet:{ gain:1.0 } }, + c: { pva:c, sd:c, cmp:c, mute_wet:{ gain:1.0 } }, + d: { pva:d, sd:d, cmp:d, mute_wet:{ gain:1.0 } }, + f1: { pva:f_1, sd:f_1, cmp:f_1, mute_wet:{ gain:1.0 } }, + f2: { pva:f_2, sd:f_2, cmp:f_2, mute_wet:{ gain:1.0 } }, + f3: { pva:f_3, sd:f_3, cmp:f_3, mute_wet:{ gain:1.0 } }, + f4: { pva:f_4, sd:f_4, cmp:f_4, mute_wet:{ gain:1.0 } }, + g: { pva:g, sd:g, cmp:g, mute_wet:{ gain:1.0 } }, + ga: { pva:g_a sd:g_a, cmp:g_a, mute_wet:{ gain:1.0 } }, + g1a: { pva:g_1_a sd:g_1_a, cmp:g_1_a, mute_wet:{ gain:1.0 } }, + g1d: { pva:g_1_d sd:g_1_d, cmp:g_1_d, mute_wet:{ gain:1.0 } } + + + } + } + + + } + +} diff --git a/src/cwtest/cfg/gutim_full/20240524_scriabin.cfg b/src/cwtest/cfg/gutim_full/20240524_scriabin.cfg new file mode 100644 index 0000000..ff04a80 --- /dev/null +++ b/src/cwtest/cfg/gutim_full/20240524_scriabin.cfg @@ -0,0 +1,382 @@ +{ + test: { + + preset_sel: { + + params: { + score_fn: "~/src/cwtest/src/cwtest/cfg/score/temp.csv", + + perfDirL: [ + + { + dir:"~/src/cwtest/src/cwtest/cfg/gutim_full/data/score", + fname:"temp.csv", + vel_table: [ + { "device":"piano", "name":"spirio" }, // VSL uses Ivory vel table + { "device":"sampler", "name":"ivory" } + ] + }, + + { + dir:"~/src/cwtest/src/cwtest/cfg/gutim_full/data/score_scriabin", + fname:"temp_with_scriabin_2.csv", + vel_table: [ + { "device":"piano", "name":"spirio_1" }, // VSL uses Ivory vel table + { "device":"sampler", "name":"ivory" } + ] + }, + + + ] + + + record_dir: "~/src/cwtest/src/cwtest/cfg/gutim_full/preset_select", + record_fn: "m1_458_trans_5_scriabin_4", + record_fn_ext: "txt", + + flow_proc_dict_fn: "~/src/cwtest/src/cwtest/cfg/gutim_full/flow_proc_dict.cfg", + vel_table_fname: "~/src/cwtest/src/cwtest/cfg/gutim_full/vel_table/vel_table_perf.json" + vel_table_backup_dir: "~/src/cwtest/src/cwtest/cfg/gutim_full/vel_table/backup" + + //crossFadeSrate: 48000.0, // TODO: move to flow cfg. and set via 'system default sample rate' + crossFadeCount: 3, + + beg_play_loc: 1, //0, //12431, // coda 11499, + end_play_loc: 16354, //59, //14726, // coda 12426, + live_mode_fl: false, + dflt_perf_label: "beck_1_5", + run_dur_secs: 0, + + enable_recording_fl: false, + midi_record_dir: "~/src/cwtest/src/cwtest/cfg/gutim_full/midi_record", + midi_record_folder: "shiau_uen", + sf_reset_loc: 1, + + score_follower: { + enable_flag: false, + score_csv_fname: "/home/kevin/src/cwtest/src/cwtest/cfg/gutim_full/temp.csv", + search_area_locN: 10, + key_wnd_locN: 7, + track_print_fl: false, // print output from the sfTrack unit + track_results_backtrack_fl: false, + + + dyn_ref: [ + { mark: "silent", level:0, vel:1 }, + { mark:"pppp-", level:1, vel:3 }, + { mark:"pppp", level:2, vel:5 }, + { mark:"pppp+", level:3, vel:7 }, + { mark:"ppp-", level:4, vel:10 }, + { mark:"ppp", level:5, vel:15 }, + { mark:"ppp+", level:6, vel:20 }, + { mark:"pp-", level:7, vel:25 }, + { mark:"pp", level:8, vel:30 }, + { mark:"pp+", level:9, vel:35 }, + { mark:"p-", level:10, vel:40 }, + { mark:"p", level:11, vel:45 }, + { mark:"p+", level:12, vel:50 }, + { mark:"mp-", level:13, vel:55 }, + { mark:"mp", level:14, vel:60 }, + { mark:"mp+", level:15, vel:65 }, + { mark:"mf-", level:16, vel:70 }, + { mark:"mf", level:17, vel:75 }, + { mark:"mf+", level:18, vel:80 }, + { mark:"f-", level:19, vel:85 }, + { mark:"f", level:20, vel:90 }, + { mark:"f+", level:21, vel:95 }, + { mark:"ff", level:22, vel:100 }, + { mark:"ff+", level:23, vel:105 }, + { mark:"fff", level:24, vel:115 }, + { mark:"fff+", level:25, vel:120 }, + { mark:"ffff", level:26, vel:125 }, + ] + + }, + + + presets: { + preset_labelL: [ "dry", "a", "b", "c", "d", "f1", "f2", "f3", "f4", "g", "ga", "g1a", "g1d" ], + + alt_labelL: [ "A","B","C","D","E","F","G" ], + + default_gain: 1.0, + default_wet_dry_gain: 0.5, + default_fade_ms: 50.0, + default_preset: "dry", + + default_master_wet_in_gain: 1.0, + default_master_wet_out_gain: 1.0, + default_master_dry_gain: 2.0, + default_master_sync_delay_ms: 400, // spirio 400 + + }, + + midi_play_record: { + max_midi_msg_count: 32768, + midi_timer_period_micro_sec: 15000, + all_off_delay_ms: 2500, // delay after stop time to turn off all notes + log_in_flag: false, + log_out_flag: false, + half_pedal_flag: false, + min_damper_down_time_ms: 0, + + midi_device_list: [ + { + // SAMPLER + enableFl: true, + + label: "sampler", + //midi_out_device: "Fastlane", + //midi_out_port: "Fastlane MIDI B", + + //midi_out_device: "MIDIFACE 2x2", + //midi_out_port: "MIDIFACE 2x2 Midi Out 1", + + midi_out_device: "Scarlett 18i20 USB", + midi_out_port: "Scarlett 18i20 USB MIDI 1", + + //midi_out_device: "PipeWire-RT-Event", + //midi_out_port: "input", + + force_damper_down_fl: false, + force_damper_down_threshold: 35, + force_damper_down_velocity: 80, + + scale_chord_notes_enable_fl: false, + scale_chord_notes_factor: 0.05, + + }, + { + //SPIRIO + + enableFl: true, + label: "piano", + //midi_out_device: "Fastlane", + //midi_out_port: "Fastlane MIDI A", + + //midi_out_device: "MIDIFACE 2x2", + //midi_out_port: "MIDIFACE 2x2 Midi Out 2", + + midi_out_device: "iRig MIDI 2", + midi_out_port: "iRig MIDI 2 MIDI 1", + + //midi_out_device: "PC-300", + //midi_out_port: "PC-300 MIDI 1", + + //midi_out_device: "PipeWire-RT-Event", + //midi_out_port: "input", + + // pedal down velocity input/output mapping + /* + pedal: { + up_id: 0, + up_vel: 0, + down_id: 127, + down_vel: 0, + half_down_id: 64, + half_down_vel: 43, + half_up_id: 63, + half_up_vel: 43 + + }, + */ + + force_damper_down_fl: false, + force_damper_down_threshold: 35, + force_damper_down_velocity: 80, + + scale_chord_notes_enable_fl: false, + scale_chord_notes_factor: 0.5, + }, + + ], + } + }, + + + io: { + callbackMutexTimeOutMs: 100, + } + + ui: { + enableFl: true, + physRootDir: "~/src/cwtest/src/libcw/html/preset_sel", + dfltPageFn: "index.html", + port: 5687, + rcvBufByteN: 2048, + xmtBufByteN: 2048, + fmtBufByteN: 4096, + websockTimeOutMs: 25, // max time out while blocking for a websock event + queueBlkCnt: 8, + queueBlkByteCnt: 32768, + idleMsgPeriodMs: 50, // period without messages before an idle message is generated + uiCfgFn: "ui.cfg", // default UI resource description + asyncFl: false + }, + + serial: { + enableFl: false, + pollPeriodMs: 50, + recvBufByteN: 512, + + array: [ + { + enableFl: false, + asyncFl: false, + label: "port1", // User label + device: "/dev/ttyUSB0", // Serial device name + baud: 115200, + bits: 8, + stop: 1, + parity: "no", + } + ] + }, + + midi: { + enableFl: true, + asyncFl: true, + parseBufByteCnt: 1024, + appNameStr: "cwtest", + fileDevName: "file_dev", + fileDevReadAheadMicros: 3000, + testFileLabel: "file_0", + testFileEnableFl: false + + file_ports: [ + + { "label":"file_0", + //"file": "/home/kevin/src/cwtest/src/cwtest/cfg/gutim_full/data1/beck1/record_4/midi.mid", + "enable_fl": false }, + ] + + }, + + audio: { + enableFl: true, + + meterMs: 50, // audio meter filter length and meter callback period + threadTimeOutMs: 50, // audio thread cond var time out + + groupL: [ + { + enableFl: true, // (req) + asyncFl: true, + label: "main", // (req) User label + id: 0, // (req) User id (can also be set at runtime) + srate: 48000, // (req) Sample rate used by all devices in this group + dspFrameCnt: 64 // (req) Size of DSP processing buffers + } + ], + + deviceL: [ + { + // System device name + + device: "Scarlett 18i20 USB USB Audio", + //device: "USB Audio CODEC USB Audio", + //device: "HDA Intel PCH CS4208 Analog", + + activeFl: true, // (req) + meterFl: true, // (opt) + label: "main", // (req) User label + userId: 0, // (opt) User id (can also be set at runtime) + framesPerCycle: 512, // (req) Samples per audio device cycle + cycleCnt: 3, // (req) Count of device cycle buffers. + inGroup: "main", // (opt) All devices in a group must be 'ready' to source + outGroup: "main", // (opt) or sink data before an audio callback is made for that group + } + ] + }, + + socket: { + enableFl: false, + asyncFl: false, + maxSocketCnt: 10, + recvBufByteCnt: 4096, + threadTimeOutMs: 50, + socketL: [], + } + + flow: { + framesPerCycle: 64, // time-domain audio cycles frame per cycle (must match audio 'dspFrameCnt') + multiPriPresetProbFl: false, // Use probability to select primary multi-preset + multiSecPresetProbFl: false, // Use probability to select secondary multi-preset + multiPresetInterpFl: false, // Interpolate between two selected multi-presets + maxCycleCount: 0, // 0 disables maxCycleCount + printNetworkFl: false, // print the network instance + printClassDictFl: false, // print the class description dictionary + + + network: { + aud_in: { class: audio_in, args:{ default:{dev_label:"main"} } }, + + // select the first six channels: ivory, mic, vsl + split_in: { class: audio_split, in:{ in:aud_in.out } args:{ default:{select[1,1,1,1,1,1 ]}} } + + // delay the incoming audio signal to sync it with the piano + sync_delay { class: audio_delay, in: { in:split_in.out }, args:{ default:{ delayMs:400 } }} + + // select the first two channels to feed into the transform + sync_split: { class: audio_split, in:{ in:sync_delay.out } args:{ default:{select[1,1]}} } + + mstr_wet_in_gain: { class: audio_gain, in:{ in:sync_split.out } } + + // wet signal processing chain + wet_in_gain: { class: audio_gain, in:{ in:mstr_wet_in_gain.out } }, + + pva: { class: pv_analysis, in:{ in:wet_in_gain.out }, args:{ default:{ wndSmpN:512, hopSmpN:128, hzFl:false } } }, + sd: { class: spec_dist, in:{ in:pva.out }, preset:kc, args:{ bypass:false } }, + pvs: { class: pv_synthesis, in:{ in:sd.out } }, + cmp: { class: compressor, in:{ in:pvs.out }, preset:kc, args:{ bypass:false } }, + + wet_out_gain: { class: audio_gain, in:{ in:cmp.out } }, + + //wet_out_gain: { class: audio_gain, in:{ in:pvs.out } }, + + mute_wet: { class: audio_gain, in:{ in:wet_out_gain.out } }, + + // apply the wet/dry gain balance + wd_bal: { class: balance, args{}}, + wet_bal_gain: { class: audio_gain, in:{ in:mute_wet.out, gain:wd_bal.out } }, + dry_bal_gain: { class: audio_gain, in:{ in:sync_split.out, gain:wd_bal.inv_out } }, + + mstr_wet_out_gain: { class: audio_gain, in:{ in:wet_bal_gain.out } } + mstr_dry_out_gain: { class: audio_gain, in:{ in:dry_bal_gain.out } }, + + + // merge the wet/dry signals into a single 4 channel signal + merge: { class: audio_merge, in:{ in0:mstr_wet_out_gain.out, in1:mstr_dry_out_gain.out, in2:mstr_wet_out_gain.out, in3:mstr_dry_out_gain.out } }, + + aout: { class: audio_out, in:{ in:merge.out }, args:{ default:{dev_label:"main"} } }, + + //af_merge { class: audio_merge, in:{ in0:mstr_wet_out_gain.out, in1:sync_delay.out } }, + + //af_out: { class: audioFileOut, in:{ in:af_merge.out }, args:{ default:{fname:"/home/kevin/temp/temp.wav"}}}, + + } + + presets: { + + dry: { pva:dry, sd:dry, cmp:dry, mute_wet:{ gain:0.0 } }, + a: { pva:a, sd:a, cmp:a, mute_wet:{ gain:1.0 } }, + b: { pva:b, sd:b, cmp:b, mute_wet:{ gain:1.0 } }, + c: { pva:c, sd:c, cmp:c, mute_wet:{ gain:1.0 } }, + d: { pva:d, sd:d, cmp:d, mute_wet:{ gain:1.0 } }, + f1: { pva:f_1, sd:f_1, cmp:f_1, mute_wet:{ gain:1.0 } }, + f2: { pva:f_2, sd:f_2, cmp:f_2, mute_wet:{ gain:1.0 } }, + f3: { pva:f_3, sd:f_3, cmp:f_3, mute_wet:{ gain:1.0 } }, + f4: { pva:f_4, sd:f_4, cmp:f_4, mute_wet:{ gain:1.0 } }, + g: { pva:g, sd:g, cmp:g, mute_wet:{ gain:1.0 } }, + ga: { pva:g_a sd:g_a, cmp:g_a, mute_wet:{ gain:1.0 } }, + g1a: { pva:g_1_a sd:g_1_a, cmp:g_1_a, mute_wet:{ gain:1.0 } }, + g1d: { pva:g_1_d sd:g_1_d, cmp:g_1_d, mute_wet:{ gain:1.0 } } + + + } + } + + + } + +} diff --git a/src/cwtest/cfg/gutim_full/preset_select/m1_458_trans_5_scriabin_3.txt b/src/cwtest/cfg/gutim_full/preset_select/m1_458_trans_5_scriabin_3.txt new file mode 100644 index 0000000..8bd4d9d --- /dev/null +++ b/src/cwtest/cfg/gutim_full/preset_select/m1_458_trans_5_scriabin_3.txt @@ -0,0 +1 @@ + { "fragL" : [ { "fragId" : 1, "endLoc" : 9, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 1, "endPlayLoc" : 9, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 3, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "c", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 2, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 2, "endLoc" : 15, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 10, "endPlayLoc" : 15, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 3, "endLoc" : 27, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 16, "endPlayLoc" : 27, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f2", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 4, "endLoc" : 50, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 28, "endPlayLoc" : 50, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "g1d", "play_fl" : true } ] } , { "fragId" : 5, "endLoc" : 53, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 51, "endPlayLoc" : 53, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f2", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 6, "endLoc" : 55, "endTimestamp_sec" : 38, "endTimestamp_nsec" : 735000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 54, "endPlayLoc" : 55, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 1, "alt_str" : "", "preset_label" : "dry", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 7, "endLoc" : 60, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 55, "endPlayLoc" : 60, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f3", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 8, "endLoc" : 62, "endTimestamp_sec" : 42, "endTimestamp_nsec" : 681000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 61, "endPlayLoc" : 62, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 9, "endLoc" : 64, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 62, "endPlayLoc" : 64, "note" : "fs are basically alike", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f3", "play_fl" : true } , { "order" : 1, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 10, "endLoc" : 72, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 65, "endPlayLoc" : 72, "note" : "fs sound the same", "presetN" : 13, "presetL" : [ { "order" : 1, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f1", "play_fl" : true } , { "order" : 1, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 11, "endLoc" : 75, "endTimestamp_sec" : 47, "endTimestamp_nsec" : 827000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 73, "endPlayLoc" : 75, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 1, "alt_str" : "", "preset_label" : "dry", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 12, "endLoc" : 78, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 76, "endPlayLoc" : 78, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 13, "endLoc" : 82, "endTimestamp_sec" : 48, "endTimestamp_nsec" : 687000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 79, "endPlayLoc" : 82, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 2, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "d", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 14, "endLoc" : 89, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 84, "endPlayLoc" : 89, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "c", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 15, "endLoc" : 93, "endTimestamp_sec" : 50, "endTimestamp_nsec" : 68000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 91, "endPlayLoc" : 93, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 16, "endLoc" : 99, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 94, "endPlayLoc" : 99, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f2", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 17, "endLoc" : 107, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 100, "endPlayLoc" : 107, "note" : "not finding value in any transforms", "presetN" : 13, "presetL" : [ { "order" : 1, "alt_str" : "", "preset_label" : "dry", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 18, "endLoc" : 118, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 109, "endPlayLoc" : 118, "note" : "maybe a for a subtle transform", "presetN" : 13, "presetL" : [ { "order" : 1, "alt_str" : "", "preset_label" : "dry", "play_fl" : true } , { "order" : 1, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 19, "endLoc" : 120, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 119, "endPlayLoc" : 120, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "a", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 20, "endLoc" : 123, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 122, "endPlayLoc" : 123, "note" : "f3 hardly distinguishable from dry", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f3", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 21, "endLoc" : 126, "endTimestamp_sec" : 63, "endTimestamp_nsec" : 516000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 124, "endPlayLoc" : 126, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 1, "alt_str" : "", "preset_label" : "dry", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 22, "endLoc" : 128, "endTimestamp_sec" : 64, "endTimestamp_nsec" : 34000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 127, "endPlayLoc" : 128, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "c", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 23, "endLoc" : 132, "endTimestamp_sec" : 64, "endTimestamp_nsec" : 831000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 129, "endPlayLoc" : 132, "note" : "g's all the same", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "g1a", "play_fl" : true } , { "order" : 1, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 24, "endLoc" : 135, "endTimestamp_sec" : 65, "endTimestamp_nsec" : 498000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 133, "endPlayLoc" : 135, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 25, "endLoc" : 137, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 136, "endPlayLoc" : 137, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : true } ] } , { "fragId" : 26, "endLoc" : 141, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 138, "endPlayLoc" : 141, "note" : "hardly makes a difference", "presetN" : 13, "presetL" : [ { "order" : 1, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f4", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 27, "endLoc" : 145, "endTimestamp_sec" : 67, "endTimestamp_nsec" : 136000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 142, "endPlayLoc" : 145, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 1, "alt_str" : "", "preset_label" : "dry", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 28, "endLoc" : 150, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 146, "endPlayLoc" : 150, "note" : "fs ok but hardly matters", "presetN" : 13, "presetL" : [ { "order" : 1, "alt_str" : "", "preset_label" : "dry", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 29, "endLoc" : 152, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 151, "endPlayLoc" : 152, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "c", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 30, "endLoc" : 153, "endTimestamp_sec" : 70, "endTimestamp_nsec" : 413000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 152, "endPlayLoc" : 153, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 1, "alt_str" : "", "preset_label" : "dry", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 31, "endLoc" : 156, "endTimestamp_sec" : 71, "endTimestamp_nsec" : 297000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 153, "endPlayLoc" : 156, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 2, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f2", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 2, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 32, "endLoc" : 158, "endTimestamp_sec" : 71, "endTimestamp_nsec" : 447000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 157, "endPlayLoc" : 158, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 33, "endLoc" : 159, "endTimestamp_sec" : 72, "endTimestamp_nsec" : 482000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 158, "endPlayLoc" : 159, "note" : "f3 is purest, g1a and g1d equally good", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f3", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 34, "endLoc" : 161, "endTimestamp_sec" : 73, "endTimestamp_nsec" : 516000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 159, "endPlayLoc" : 161, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 1, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "ga", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 35, "endLoc" : 162, "endTimestamp_sec" : 74, "endTimestamp_nsec" : 34000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 161, "endPlayLoc" : 162, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 2, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 2, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 2, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "ga", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 36, "endLoc" : 165, "endTimestamp_sec" : 76, "endTimestamp_nsec" : 103000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 162, "endPlayLoc" : 165, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 1, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "g1d", "play_fl" : true } ] } , { "fragId" : 37, "endLoc" : 168, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 167, "endPlayLoc" : 168, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 1, "alt_str" : "", "preset_label" : "dry", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 38, "endLoc" : 171, "endTimestamp_sec" : 80, "endTimestamp_nsec" : 395000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 168, "endPlayLoc" : 171, "note" : "some mix of f2 and g1a might work here?", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "g1a", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 39, "endLoc" : 175, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 172, "endPlayLoc" : 175, "note" : "some mix of f2 and g1a might work here?", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f2", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 40, "endLoc" : 176, "endTimestamp_sec" : 82, "endTimestamp_nsec" : 420000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 175, "endPlayLoc" : 176, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 1, "alt_str" : "", "preset_label" : "dry", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 41, "endLoc" : 188, "endTimestamp_sec" : 83, "endTimestamp_nsec" : 910000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 176, "endPlayLoc" : 188, "note" : "gs very alike", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "ga", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 42, "endLoc" : 190, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 189, "endPlayLoc" : 190, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "g", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 43, "endLoc" : 195, "endTimestamp_sec" : 85, "endTimestamp_nsec" : 455000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 191, "endPlayLoc" : 195, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "g1d", "play_fl" : true } ] } , { "fragId" : 44, "endLoc" : 203, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 196, "endPlayLoc" : 203, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f4", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 45, "endLoc" : 210, "endTimestamp_sec" : 89, "endTimestamp_nsec" : 920000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 204, "endPlayLoc" : 210, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 2, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "g1a", "play_fl" : true } , { "order" : 2, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 46, "endLoc" : 212, "endTimestamp_sec" : 91, "endTimestamp_nsec" : 260000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 211, "endPlayLoc" : 212, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f3", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 47, "endLoc" : 217, "endTimestamp_sec" : 93, "endTimestamp_nsec" : 938000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 215, "endPlayLoc" : 217, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 1, "alt_str" : "", "preset_label" : "dry", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 48, "endLoc" : 223, "endTimestamp_sec" : 94, "endTimestamp_nsec" : 995000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 219, "endPlayLoc" : 223, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 1, "alt_str" : "", "preset_label" : "dry", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 49, "endLoc" : 226, "endTimestamp_sec" : 95, "endTimestamp_nsec" : 888000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 224, "endPlayLoc" : 226, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f1", "play_fl" : true } , { "order" : 1, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 50, "endLoc" : 228, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 227, "endPlayLoc" : 228, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f4", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 51, "endLoc" : 244, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 229, "endPlayLoc" : 244, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 1, "alt_str" : "", "preset_label" : "dry", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 52, "endLoc" : 248, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 245, "endPlayLoc" : 248, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 1, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f4", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 53, "endLoc" : 258, "endTimestamp_sec" : 105, "endTimestamp_nsec" : 799000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 249, "endPlayLoc" : 258, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f1", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 54, "endLoc" : 264, "endTimestamp_sec" : 108, "endTimestamp_nsec" : 210000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 259, "endPlayLoc" : 264, "note" : "ga and g1a also worthy", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f3", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 2, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 2, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 55, "endLoc" : 270, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 266, "endPlayLoc" : 270, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 1, "alt_str" : "", "preset_label" : "dry", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 56, "endLoc" : 273, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 271, "endPlayLoc" : 273, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 1, "alt_str" : "", "preset_label" : "dry", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 57, "endLoc" : 280, "endTimestamp_sec" : 112, "endTimestamp_nsec" : 673000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 275, "endPlayLoc" : 280, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 1, "alt_str" : "", "preset_label" : "dry", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 58, "endLoc" : 283, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 281, "endPlayLoc" : 283, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 2, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "ga", "play_fl" : true } , { "order" : 2, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 59, "endLoc" : 287, "endTimestamp_sec" : 114, "endTimestamp_nsec" : 252000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 284, "endPlayLoc" : 287, "note" : "choices are very similar", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 2, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 2, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "g", "play_fl" : true } , { "order" : 2, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 2, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 2, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 60, "endLoc" : 298, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 288, "endPlayLoc" : 298, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 1, "alt_str" : "", "preset_label" : "dry", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 2, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 61, "endLoc" : 308, "endTimestamp_sec" : 118, "endTimestamp_nsec" : 590000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 299, "endPlayLoc" : 308, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "ga", "play_fl" : true } , { "order" : 1, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 62, "endLoc" : 311, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 309, "endPlayLoc" : 311, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 1, "alt_str" : "", "preset_label" : "dry", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 63, "endLoc" : 317, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 312, "endPlayLoc" : 317, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "ga", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 64, "endLoc" : 321, "endTimestamp_sec" : 121, "endTimestamp_nsec" : 517000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 318, "endPlayLoc" : 321, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "b", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 65, "endLoc" : 323, "endTimestamp_sec" : 122, "endTimestamp_nsec" : 52000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 321, "endPlayLoc" : 323, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f2", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 66, "endLoc" : 325, "endTimestamp_sec" : 123, "endTimestamp_nsec" : 302000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 323, "endPlayLoc" : 325, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 1, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f3", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 67, "endLoc" : 328, "endTimestamp_sec" : 123, "endTimestamp_nsec" : 660000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 327, "endPlayLoc" : 328, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 1, "alt_str" : "", "preset_label" : "dry", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 68, "endLoc" : 329, "endTimestamp_sec" : 123, "endTimestamp_nsec" : 810000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 328, "endPlayLoc" : 329, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 1, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "g1a", "play_fl" : true } , { "order" : 2, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 69, "endLoc" : 331, "endTimestamp_sec" : 124, "endTimestamp_nsec" : 373000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 329, "endPlayLoc" : 331, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 1, "alt_str" : "", "preset_label" : "dry", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 70, "endLoc" : 333, "endTimestamp_sec" : 124, "endTimestamp_nsec" : 731000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 331, "endPlayLoc" : 333, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 1, "alt_str" : "", "preset_label" : "dry", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 71, "endLoc" : 335, "endTimestamp_sec" : 125, "endTimestamp_nsec" : 267000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 333, "endPlayLoc" : 335, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "g1a", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 72, "endLoc" : 336, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 335, "endPlayLoc" : 336, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 1, "alt_str" : "", "preset_label" : "dry", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 73, "endLoc" : 343, "endTimestamp_sec" : 126, "endTimestamp_nsec" : 828000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 336, "endPlayLoc" : 343, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "g1d", "play_fl" : true } ] } , { "fragId" : 74, "endLoc" : 350, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 344, "endPlayLoc" : 350, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "ga", "play_fl" : true } , { "order" : 2, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 75, "endLoc" : 353, "endTimestamp_sec" : 134, "endTimestamp_nsec" : 449000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 352, "endPlayLoc" : 353, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "g", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 76, "endLoc" : 354, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 353, "endPlayLoc" : 354, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 1, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f4", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 77, "endLoc" : 356, "endTimestamp_sec" : 137, "endTimestamp_nsec" : 215000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 354, "endPlayLoc" : 356, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 2, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f2", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 78, "endLoc" : 362, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 358, "endPlayLoc" : 362, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "g", "play_fl" : true } , { "order" : 2, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 2, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 79, "endLoc" : 366, "endTimestamp_sec" : 138, "endTimestamp_nsec" : 850000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 363, "endPlayLoc" : 366, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 2, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "ga", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 80, "endLoc" : 369, "endTimestamp_sec" : 139, "endTimestamp_nsec" : 270000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 367, "endPlayLoc" : 369, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f2", "play_fl" : true } , { "order" : 1, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 81, "endLoc" : 370, "endTimestamp_sec" : 140, "endTimestamp_nsec" : 877000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 369, "endPlayLoc" : 370, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 2, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "g1a", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 82, "endLoc" : 372, "endTimestamp_sec" : 144, "endTimestamp_nsec" : 983000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 370, "endPlayLoc" : 372, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "g1a", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 83, "endLoc" : 375, "endTimestamp_sec" : 148, "endTimestamp_nsec" : 377000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 372, "endPlayLoc" : 375, "note" : "b and ga nearly identical", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "b", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 84, "endLoc" : 376, "endTimestamp_sec" : 148, "endTimestamp_nsec" : 913000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 375, "endPlayLoc" : 376, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "b", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 85, "endLoc" : 377, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 376, "endPlayLoc" : 377, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "ga", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 86, "endLoc" : 388, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 378, "endPlayLoc" : 388, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 2, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f4", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 87, "endLoc" : 396, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 389, "endPlayLoc" : 396, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 1, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f3", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 88, "endLoc" : 404, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 397, "endPlayLoc" : 404, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 1, "alt_str" : "", "preset_label" : "dry", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 2, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 89, "endLoc" : 412, "endTimestamp_sec" : 163, "endTimestamp_nsec" : 827000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 405, "endPlayLoc" : 412, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 1, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "g1d", "play_fl" : true } ] } , { "fragId" : 90, "endLoc" : 415, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 413, "endPlayLoc" : 415, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 1, "alt_str" : "", "preset_label" : "dry", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 91, "endLoc" : 422, "endTimestamp_sec" : 70, "endTimestamp_nsec" : 995000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 420, "endPlayLoc" : 422, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 1, "alt_str" : "", "preset_label" : "dry", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 2, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 92, "endLoc" : 428, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 416, "endPlayLoc" : 428, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "d", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 2, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 93, "endLoc" : 444, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 429, "endPlayLoc" : 444, "note" : "no real difference between g1a and g1d", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 2, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "g1d", "play_fl" : true } ] } , { "fragId" : 94, "endLoc" : 456, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 445, "endPlayLoc" : 456, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "g1a", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 95, "endLoc" : 466, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 457, "endPlayLoc" : 466, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 2, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f2", "play_fl" : true } , { "order" : 2, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 96, "endLoc" : 469, "endTimestamp_sec" : 177, "endTimestamp_nsec" : 962000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 467, "endPlayLoc" : 469, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f2", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 97, "endLoc" : 470, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 469, "endPlayLoc" : 470, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 1, "alt_str" : "", "preset_label" : "dry", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 98, "endLoc" : 476, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 471, "endPlayLoc" : 476, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 1, "alt_str" : "", "preset_label" : "dry", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 2, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 99, "endLoc" : 482, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 477, "endPlayLoc" : 482, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 2, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "g1d", "play_fl" : true } ] } , { "fragId" : 100, "endLoc" : 488, "endTimestamp_sec" : 187, "endTimestamp_nsec" : 399000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 483, "endPlayLoc" : 488, "note" : "fs very similar", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f4", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 101, "endLoc" : 618, "endTimestamp_sec" : 190, "endTimestamp_nsec" : 613000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 617, "endPlayLoc" : 618, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 1, "alt_str" : "", "preset_label" : "dry", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 102, "endLoc" : 620, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 619, "endPlayLoc" : 620, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f2", "play_fl" : true } , { "order" : 2, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 103, "endLoc" : 623, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 622, "endPlayLoc" : 623, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 1, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "g1d", "play_fl" : true } ] } , { "fragId" : 104, "endLoc" : 624, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 623, "endPlayLoc" : 624, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 2, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "g1a", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 105, "endLoc" : 626, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 624, "endPlayLoc" : 626, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "a", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 106, "endLoc" : 633, "endTimestamp_sec" : 201, "endTimestamp_nsec" : 930000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 628, "endPlayLoc" : 633, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 2, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "c", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 107, "endLoc" : 639, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 634, "endPlayLoc" : 639, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 1, "alt_str" : "", "preset_label" : "dry", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 108, "endLoc" : 647, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 640, "endPlayLoc" : 647, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "b", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 2, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 109, "endLoc" : 651, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 648, "endPlayLoc" : 651, "note" : "no transform better than dry", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 110, "endLoc" : 653, "endTimestamp_sec" : 212, "endTimestamp_nsec" : 502000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 652, "endPlayLoc" : 653, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "c", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 2, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 111, "endLoc" : 658, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 656, "endPlayLoc" : 658, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 112, "endLoc" : 661, "endTimestamp_sec" : 217, "endTimestamp_nsec" : 399000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 659, "endPlayLoc" : 661, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 113, "endLoc" : 667, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 662, "endPlayLoc" : 667, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 1, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f3", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 114, "endLoc" : 671, "endTimestamp_sec" : 227, "endTimestamp_nsec" : 42000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 668, "endPlayLoc" : 671, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : true } ] } , { "fragId" : 115, "endLoc" : 673, "endTimestamp_sec" : 227, "endTimestamp_nsec" : 444000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 672, "endPlayLoc" : 673, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 1, "alt_str" : "", "preset_label" : "dry", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 116, "endLoc" : 675, "endTimestamp_sec" : 230, "endTimestamp_nsec" : 256000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 673, "endPlayLoc" : 675, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "c", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 117, "endLoc" : 676, "endTimestamp_sec" : 231, "endTimestamp_nsec" : 863000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 675, "endPlayLoc" : 676, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 1, "alt_str" : "", "preset_label" : "dry", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 118, "endLoc" : 677, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 676, "endPlayLoc" : 677, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 2, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 2, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "g1d", "play_fl" : true } ] } , { "fragId" : 119, "endLoc" : 680, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 679, "endPlayLoc" : 680, "note" : "f4 or dry a tossup", "presetN" : 13, "presetL" : [ { "order" : 1, "alt_str" : "", "preset_label" : "dry", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 120, "endLoc" : 690, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 681, "endPlayLoc" : 690, "note" : "f2 and g1d equally the best", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f2", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 121, "endLoc" : 694, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 691, "endPlayLoc" : 694, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "g1d", "play_fl" : true } ] } , { "fragId" : 122, "endLoc" : 708, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 695, "endPlayLoc" : 708, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f3", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 123, "endLoc" : 716, "endTimestamp_sec" : 249, "endTimestamp_nsec" : 542000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 709, "endPlayLoc" : 716, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 1, "alt_str" : "", "preset_label" : "dry", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 124, "endLoc" : 724, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 717, "endPlayLoc" : 724, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 1, "alt_str" : "", "preset_label" : "dry", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 2, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 125, "endLoc" : 733, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 725, "endPlayLoc" : 733, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 1, "alt_str" : "", "preset_label" : "dry", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 126, "endLoc" : 739, "endTimestamp_sec" : 260, "endTimestamp_nsec" : 255000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 734, "endPlayLoc" : 739, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 1, "alt_str" : "", "preset_label" : "dry", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 127, "endLoc" : 742, "endTimestamp_sec" : 260, "endTimestamp_nsec" : 716000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 740, "endPlayLoc" : 742, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 1, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 2, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 2, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "g1d", "play_fl" : true } ] } , { "fragId" : 128, "endLoc" : 744, "endTimestamp_sec" : 262, "endTimestamp_nsec" : 399000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 743, "endPlayLoc" : 744, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 1, "alt_str" : "", "preset_label" : "dry", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 129, "endLoc" : 748, "endTimestamp_sec" : 263, "endTimestamp_nsec" : 470000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 745, "endPlayLoc" : 748, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "g1d", "play_fl" : true } ] } , { "fragId" : 130, "endLoc" : 750, "endTimestamp_sec" : 264, "endTimestamp_nsec" : 542000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 749, "endPlayLoc" : 750, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f3", "play_fl" : true } , { "order" : 2, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 131, "endLoc" : 752, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 750, "endPlayLoc" : 752, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "g1a", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 132, "endLoc" : 754, "endTimestamp_sec" : 273, "endTimestamp_nsec" : 113000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 752, "endPlayLoc" : 754, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "c", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 2, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 133, "endLoc" : 762, "endTimestamp_sec" : 277, "endTimestamp_nsec" : 249000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 757, "endPlayLoc" : 762, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 1, "alt_str" : "", "preset_label" : "dry", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 134, "endLoc" : 764, "endTimestamp_sec" : 277, "endTimestamp_nsec" : 935000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 763, "endPlayLoc" : 764, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 1, "alt_str" : "", "preset_label" : "dry", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 135, "endLoc" : 766, "endTimestamp_sec" : 278, "endTimestamp_nsec" : 470000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 764, "endPlayLoc" : 766, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f4", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 2, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 136, "endLoc" : 770, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 767, "endPlayLoc" : 770, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "b", "play_fl" : true } , { "order" : 1, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 137, "endLoc" : 775, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 771, "endPlayLoc" : 775, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f2", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 2, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 2, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 138, "endLoc" : 781, "endTimestamp_sec" : 281, "endTimestamp_nsec" : 685000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 776, "endPlayLoc" : 781, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 2, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "ga", "play_fl" : true } , { "order" : 2, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 139, "endLoc" : 786, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 783, "endPlayLoc" : 786, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 2, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 2, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f2", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 140, "endLoc" : 804, "endTimestamp_sec" : 291, "endTimestamp_nsec" : 327000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 787, "endPlayLoc" : 804, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 2, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "c", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 3, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 3, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 141, "endLoc" : 809, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 805, "endPlayLoc" : 809, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 1, "alt_str" : "", "preset_label" : "dry", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 142, "endLoc" : 815, "endTimestamp_sec" : 307, "endTimestamp_nsec" : 399000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 810, "endPlayLoc" : 815, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "d", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 143, "endLoc" : 819, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 816, "endPlayLoc" : 819, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 144, "endLoc" : 823, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 821, "endPlayLoc" : 823, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 145, "endLoc" : 832, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 824, "endPlayLoc" : 832, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f2", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 2, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 146, "endLoc" : 842, "endTimestamp_sec" : 321, "endTimestamp_nsec" : 317000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 833, "endPlayLoc" : 842, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "b", "play_fl" : true } , { "order" : 2, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 2, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 2, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 147, "endLoc" : 851, "endTimestamp_sec" : 324, "endTimestamp_nsec" : 681000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 844, "endPlayLoc" : 851, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "ga", "play_fl" : true } , { "order" : 1, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 148, "endLoc" : 856, "endTimestamp_sec" : 327, "endTimestamp_nsec" : 210000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 853, "endPlayLoc" : 856, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 1, "alt_str" : "", "preset_label" : "dry", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 149, "endLoc" : 862, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 857, "endPlayLoc" : 862, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f1", "play_fl" : true } , { "order" : 2, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 2, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 150, "endLoc" : 867, "endTimestamp_sec" : 335, "endTimestamp_nsec" : 770000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 863, "endPlayLoc" : 867, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f2", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 2, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 151, "endLoc" : 873, "endTimestamp_sec" : 348, "endTimestamp_nsec" : 447000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 870, "endPlayLoc" : 873, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 1, "alt_str" : "", "preset_label" : "dry", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 2, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 2, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 2, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 152, "endLoc" : 995, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 989, "endPlayLoc" : 995, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 1, "alt_str" : "", "preset_label" : "dry", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 2, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 153, "endLoc" : 998, "endTimestamp_sec" : 351, "endTimestamp_nsec" : 842000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 996, "endPlayLoc" : 998, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 1, "alt_str" : "", "preset_label" : "dry", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 154, "endLoc" : 1002, "endTimestamp_sec" : 352, "endTimestamp_nsec" : 287000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 999, "endPlayLoc" : 1002, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f4", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 155, "endLoc" : 1010, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 1003, "endPlayLoc" : 1010, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 1, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f1", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 156, "endLoc" : 1018, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 1011, "endPlayLoc" : 1018, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 1, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "g1d", "play_fl" : true } ] } , { "fragId" : 157, "endLoc" : 1022, "endTimestamp_sec" : 357, "endTimestamp_nsec" : 424000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 1019, "endPlayLoc" : 1022, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 2, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "ga", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 158, "endLoc" : 1025, "endTimestamp_sec" : 358, "endTimestamp_nsec" : 495000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 1024, "endPlayLoc" : 1025, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 1, "alt_str" : "", "preset_label" : "dry", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 159, "endLoc" : 1032, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 1026, "endPlayLoc" : 1032, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 2, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 2, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 2, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "g1d", "play_fl" : true } ] } , { "fragId" : 160, "endLoc" : 1036, "endTimestamp_sec" : 362, "endTimestamp_nsec" : 931000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 1033, "endPlayLoc" : 1036, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "b", "play_fl" : true } , { "order" : 1, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 161, "endLoc" : 1044, "endTimestamp_sec" : 365, "endTimestamp_nsec" : 74000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 1037, "endPlayLoc" : 1044, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f2", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 162, "endLoc" : 1048, "endTimestamp_sec" : 365, "endTimestamp_nsec" : 760000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 1045, "endPlayLoc" : 1048, "note" : "nearly all transforms have individual character here", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "b", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 2, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 2, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 163, "endLoc" : 1051, "endTimestamp_sec" : 369, "endTimestamp_nsec" : 510000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 1049, "endPlayLoc" : 1051, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "g1d", "play_fl" : true } ] } , { "fragId" : 164, "endLoc" : 1056, "endTimestamp_sec" : 370, "endTimestamp_nsec" : 581000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 1055, "endPlayLoc" : 1056, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "b", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 165, "endLoc" : 1058, "endTimestamp_sec" : 371, "endTimestamp_nsec" : 295000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 1056, "endPlayLoc" : 1058, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 1, "alt_str" : "", "preset_label" : "dry", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 166, "endLoc" : 1063, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 1058, "endPlayLoc" : 1063, "note" : "all fs about the same", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 167, "endLoc" : 1071, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 1064, "endPlayLoc" : 1071, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f4", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 168, "endLoc" : 1084, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 1072, "endPlayLoc" : 1084, "note" : "hard to choose, subtle differences, all 1s are good", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f3", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 169, "endLoc" : 1087, "endTimestamp_sec" : 379, "endTimestamp_nsec" : 227000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 1085, "endPlayLoc" : 1087, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "b", "play_fl" : true } , { "order" : 2, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 2, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 2, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 170, "endLoc" : 1089, "endTimestamp_sec" : 384, "endTimestamp_nsec" : 49000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 1087, "endPlayLoc" : 1089, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f1", "play_fl" : true } , { "order" : 1, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 171, "endLoc" : 1094, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 1090, "endPlayLoc" : 1094, "note" : "all fs essentially the same", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f4", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 172, "endLoc" : 1096, "endTimestamp_sec" : 386, "endTimestamp_nsec" : 374000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 1095, "endPlayLoc" : 1096, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 173, "endLoc" : 1103, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 1097, "endPlayLoc" : 1103, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 2, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 2, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "g1a", "play_fl" : true } , { "order" : 2, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 174, "endLoc" : 1112, "endTimestamp_sec" : 389, "endTimestamp_nsec" : 766000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 1105, "endPlayLoc" : 1112, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f2", "play_fl" : true } , { "order" : 1, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 175, "endLoc" : 1123, "endTimestamp_sec" : 391, "endTimestamp_nsec" : 463000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 1114, "endPlayLoc" : 1123, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "d", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 176, "endLoc" : 1125, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 1124, "endPlayLoc" : 1125, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f3", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 177, "endLoc" : 1130, "endTimestamp_sec" : 393, "endTimestamp_nsec" : 606000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 1126, "endPlayLoc" : 1130, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "g1a", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 178, "endLoc" : 1133, "endTimestamp_sec" : 397, "endTimestamp_nsec" : 356000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 1131, "endPlayLoc" : 1133, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 1, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f4", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 179, "endLoc" : 1136, "endTimestamp_sec" : 397, "endTimestamp_nsec" : 892000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 1135, "endPlayLoc" : 1136, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 1, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f2", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 180, "endLoc" : 1138, "endTimestamp_sec" : 399, "endTimestamp_nsec" : 677000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 1136, "endPlayLoc" : 1138, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f3", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 181, "endLoc" : 1141, "endTimestamp_sec" : 401, "endTimestamp_nsec" : 642000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 1139, "endPlayLoc" : 1141, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 1, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f4", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 182, "endLoc" : 1142, "endTimestamp_sec" : 402, "endTimestamp_nsec" : 563000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 1141, "endPlayLoc" : 1142, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 1, "alt_str" : "", "preset_label" : "dry", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 183, "endLoc" : 1143, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 1142, "endPlayLoc" : 1143, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 1, "alt_str" : "", "preset_label" : "dry", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 184, "endLoc" : 1148, "endTimestamp_sec" : 406, "endTimestamp_nsec" : 999000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 1144, "endPlayLoc" : 1148, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "ga", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 185, "endLoc" : 1152, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 1150, "endPlayLoc" : 1152, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 1, "alt_str" : "", "preset_label" : "dry", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 186, "endLoc" : 1154, "endTimestamp_sec" : 410, "endTimestamp_nsec" : 874000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 1153, "endPlayLoc" : 1154, "note" : "might pick f4 or g1d but the ramp up that precedes attack kills it", "presetN" : 13, "presetL" : [ { "order" : 1, "alt_str" : "", "preset_label" : "dry", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 187, "endLoc" : 1156, "endTimestamp_sec" : 416, "endTimestamp_nsec" : 642000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 1154, "endPlayLoc" : 1156, "note" : "all are subtly different", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 2, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "ga", "play_fl" : true } , { "order" : 2, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 188, "endLoc" : 1157, "endTimestamp_sec" : 416, "endTimestamp_nsec" : 910000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 1156, "endPlayLoc" : 1157, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "a", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 189, "endLoc" : 1158, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 1157, "endPlayLoc" : 1158, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 1, "alt_str" : "", "preset_label" : "dry", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 190, "endLoc" : 1175, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 1158, "endPlayLoc" : 1175, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 1, "alt_str" : "", "preset_label" : "dry", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 2, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 191, "endLoc" : 1183, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 1176, "endPlayLoc" : 1183, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 1, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f4", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 192, "endLoc" : 1190, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 1184, "endPlayLoc" : 1190, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 1, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "g1d", "play_fl" : true } ] } , { "fragId" : 193, "endLoc" : 1204, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 1191, "endPlayLoc" : 1204, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "g1a", "play_fl" : true } , { "order" : 1, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 194, "endLoc" : 1210, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 1205, "endPlayLoc" : 1210, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 1, "alt_str" : "", "preset_label" : "dry", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 195, "endLoc" : 1226, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 1211, "endPlayLoc" : 1226, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "ga", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 2, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 196, "endLoc" : 1231, "endTimestamp_sec" : 440, "endTimestamp_nsec" : 383000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 1228, "endPlayLoc" : 1231, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "g1d", "play_fl" : true } ] } , { "fragId" : 197, "endLoc" : 1237, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 1232, "endPlayLoc" : 1237, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "g1d", "play_fl" : true } ] } , { "fragId" : 198, "endLoc" : 1240, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 1238, "endPlayLoc" : 1240, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f4", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 199, "endLoc" : 1256, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 1240, "endPlayLoc" : 1256, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "b", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 200, "endLoc" : 1267, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 1257, "endPlayLoc" : 1267, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "g1d", "play_fl" : true } ] } , { "fragId" : 201, "endLoc" : 1279, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 1270, "endPlayLoc" : 1279, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 1, "alt_str" : "", "preset_label" : "dry", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 2, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 2, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 2, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 2, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 202, "endLoc" : 1295, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 1282, "endPlayLoc" : 1295, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 203, "endLoc" : 1302, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 1296, "endPlayLoc" : 1302, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f2", "play_fl" : true } , { "order" : 1, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 204, "endLoc" : 1309, "endTimestamp_sec" : 469, "endTimestamp_nsec" : 252000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 1303, "endPlayLoc" : 1309, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "c", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 205, "endLoc" : 1312, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 1310, "endPlayLoc" : 1312, "note" : "D is good but so percussive at the onset", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "ga", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 206, "endLoc" : 1315, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 1313, "endPlayLoc" : 1315, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f3", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 207, "endLoc" : 1316, "endTimestamp_sec" : 475, "endTimestamp_nsec" : 598000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 1315, "endPlayLoc" : 1316, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "g1a", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 208, "endLoc" : 1319, "endTimestamp_sec" : 477, "endTimestamp_nsec" : 329000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 1317, "endPlayLoc" : 1319, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f4", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 209, "endLoc" : 1320, "endTimestamp_sec" : 478, "endTimestamp_nsec" : 483000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 1319, "endPlayLoc" : 1320, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 1, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "c", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 2, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 210, "endLoc" : 1323, "endTimestamp_sec" : 479, "endTimestamp_nsec" : 60000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 1321, "endPlayLoc" : 1323, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 2, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "g1d", "play_fl" : true } ] } , { "fragId" : 211, "endLoc" : 1328, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 1324, "endPlayLoc" : 1328, "note" : "little difference among the non gs", "presetN" : 13, "presetL" : [ { "order" : 1, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "a", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 212, "endLoc" : 1339, "endTimestamp_sec" : 484, "endTimestamp_nsec" : 327000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 1330, "endPlayLoc" : 1339, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 1, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f4", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 2, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 2, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 213, "endLoc" : 1342, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 1340, "endPlayLoc" : 1342, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 2, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "ga", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 214, "endLoc" : 1350, "endTimestamp_sec" : 489, "endTimestamp_nsec" : 808000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 1343, "endPlayLoc" : 1350, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "c", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 2, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 2, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 215, "endLoc" : 1353, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 1351, "endPlayLoc" : 1353, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 1, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f4", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 216, "endLoc" : 1356, "endTimestamp_sec" : 492, "endTimestamp_nsec" : 404000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 1354, "endPlayLoc" : 1356, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 1, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "d", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 217, "endLoc" : 1360, "endTimestamp_sec" : 492, "endTimestamp_nsec" : 909000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 1357, "endPlayLoc" : 1360, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "g1a", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 218, "endLoc" : 1371, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 1361, "endPlayLoc" : 1371, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f4", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 219, "endLoc" : 1386, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 1372, "endPlayLoc" : 1386, "note" : "LISTEN ALL THESE TRANSFORMS -- SO DIFFERENT -- hard to choose between f4 and g1d", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 2, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 2, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f4", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 2, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 220, "endLoc" : 1391, "endTimestamp_sec" : 502, "endTimestamp_nsec" : 587000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 1387, "endPlayLoc" : 1391, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 1, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "a", "play_fl" : true } , { "order" : 2, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 2, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 221, "endLoc" : 1395, "endTimestamp_sec" : 504, "endTimestamp_nsec" : 468000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 1392, "endPlayLoc" : 1395, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "g1d", "play_fl" : true } ] } , { "fragId" : 222, "endLoc" : 1407, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 1396, "endPlayLoc" : 1407, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 1, "alt_str" : "", "preset_label" : "dry", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 223, "endLoc" : 1417, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 1408, "endPlayLoc" : 1417, "note" : "close call, chose dry becuase truer pppp", "presetN" : 13, "presetL" : [ { "order" : 1, "alt_str" : "", "preset_label" : "dry", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 224, "endLoc" : 1426, "endTimestamp_sec" : 514, "endTimestamp_nsec" : 575000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 1418, "endPlayLoc" : 1426, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 1, "alt_str" : "", "preset_label" : "dry", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 225, "endLoc" : 1432, "endTimestamp_sec" : 518, "endTimestamp_nsec" : 614000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 1427, "endPlayLoc" : 1432, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "g1a", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 226, "endLoc" : 1434, "endTimestamp_sec" : 519, "endTimestamp_nsec" : 265000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 1433, "endPlayLoc" : 1434, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 1, "alt_str" : "", "preset_label" : "dry", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 227, "endLoc" : 1436, "endTimestamp_sec" : 519, "endTimestamp_nsec" : 981000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 1435, "endPlayLoc" : 1436, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f2", "play_fl" : true } , { "order" : 1, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 228, "endLoc" : 1438, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 1436, "endPlayLoc" : 1438, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f2", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 229, "endLoc" : 1453, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 1439, "endPlayLoc" : 1453, "note" : "f4 or g1d tough call", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "g1a", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 230, "endLoc" : 1569, "endTimestamp_sec" : 524, "endTimestamp_nsec" : 533000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 1568, "endPlayLoc" : 1569, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 1, "alt_str" : "", "preset_label" : "dry", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 2, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 231, "endLoc" : 1575, "endTimestamp_sec" : 525, "endTimestamp_nsec" : 110000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 1569, "endPlayLoc" : 1575, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "g1a", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 232, "endLoc" : 1577, "endTimestamp_sec" : 526, "endTimestamp_nsec" : 264000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 1576, "endPlayLoc" : 1577, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 1, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f3", "play_fl" : true } , { "order" : 1, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 2, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 233, "endLoc" : 1580, "endTimestamp_sec" : 526, "endTimestamp_nsec" : 696000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 1579, "endPlayLoc" : 1580, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f4", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 2, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 234, "endLoc" : 1582, "endTimestamp_sec" : 527, "endTimestamp_nsec" : 418000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 1581, "endPlayLoc" : 1582, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f3", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 235, "endLoc" : 1585, "endTimestamp_sec" : 531, "endTimestamp_nsec" : 23000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 1582, "endPlayLoc" : 1585, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f4", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 2, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 236, "endLoc" : 1586, "endTimestamp_sec" : 531, "endTimestamp_nsec" : 456000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 1585, "endPlayLoc" : 1586, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 237, "endLoc" : 1593, "endTimestamp_sec" : 533, "endTimestamp_nsec" : 262000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 1586, "endPlayLoc" : 1593, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 1, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "d", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 238, "endLoc" : 1595, "endTimestamp_sec" : 533, "endTimestamp_nsec" : 839000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 1594, "endPlayLoc" : 1595, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "ga", "play_fl" : true } , { "order" : 1, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 239, "endLoc" : 1598, "endTimestamp_sec" : 535, "endTimestamp_nsec" : 569000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 1596, "endPlayLoc" : 1598, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 1, "alt_str" : "", "preset_label" : "dry", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 240, "endLoc" : 1600, "endTimestamp_sec" : 537, "endTimestamp_nsec" : 877000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 1599, "endPlayLoc" : 1600, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 1, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f4", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 241, "endLoc" : 1602, "endTimestamp_sec" : 539, "endTimestamp_nsec" : 31000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 1601, "endPlayLoc" : 1602, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f4", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 242, "endLoc" : 1603, "endTimestamp_sec" : 539, "endTimestamp_nsec" : 386000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 1602, "endPlayLoc" : 1603, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 2, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f2", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 2, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 243, "endLoc" : 1605, "endTimestamp_sec" : 540, "endTimestamp_nsec" : 762000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 1603, "endPlayLoc" : 1605, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f1", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 244, "endLoc" : 1609, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 1606, "endPlayLoc" : 1609, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 2, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 2, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 245, "endLoc" : 1612, "endTimestamp_sec" : 543, "endTimestamp_nsec" : 646000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 1610, "endPlayLoc" : 1612, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "b", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 246, "endLoc" : 1617, "endTimestamp_sec" : 544, "endTimestamp_nsec" : 523000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 1612, "endPlayLoc" : 1617, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "ga", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 247, "endLoc" : 1619, "endTimestamp_sec" : 545, "endTimestamp_nsec" : 175000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 1618, "endPlayLoc" : 1619, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 1, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f4", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 248, "endLoc" : 1623, "endTimestamp_sec" : 546, "endTimestamp_nsec" : 479000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 1619, "endPlayLoc" : 1623, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 1, "alt_str" : "", "preset_label" : "dry", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 249, "endLoc" : 1626, "endTimestamp_sec" : 547, "endTimestamp_nsec" : 131000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 1624, "endPlayLoc" : 1626, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "ga", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 250, "endLoc" : 1628, "endTimestamp_sec" : 548, "endTimestamp_nsec" : 476000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 1627, "endPlayLoc" : 1628, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f2", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 251, "endLoc" : 1632, "endTimestamp_sec" : 549, "endTimestamp_nsec" : 439000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 1630, "endPlayLoc" : 1632, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "c", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 252, "endLoc" : 1642, "endTimestamp_sec" : 550, "endTimestamp_nsec" : 691000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 1633, "endPlayLoc" : 1642, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "d", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 253, "endLoc" : 1644, "endTimestamp_sec" : 552, "endTimestamp_nsec" : 421000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 1643, "endPlayLoc" : 1644, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 2, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "g1d", "play_fl" : true } ] } , { "fragId" : 254, "endLoc" : 1649, "endTimestamp_sec" : 554, "endTimestamp_nsec" : 152000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 1645, "endPlayLoc" : 1649, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 1, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f3", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 255, "endLoc" : 1652, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 1650, "endPlayLoc" : 1652, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "ga", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 256, "endLoc" : 1660, "endTimestamp_sec" : 557, "endTimestamp_nsec" : 37000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 1653, "endPlayLoc" : 1660, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "g1a", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 257, "endLoc" : 1662, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 1661, "endPlayLoc" : 1662, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 1, "alt_str" : "", "preset_label" : "dry", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 258, "endLoc" : 1667, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 1663, "endPlayLoc" : 1667, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f2", "play_fl" : true } , { "order" : 2, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 259, "endLoc" : 1675, "endTimestamp_sec" : 562, "endTimestamp_nsec" : 956000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 1668, "endPlayLoc" : 1675, "note" : "c and g1a equally good", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "g1a", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 260, "endLoc" : 1680, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 1676, "endPlayLoc" : 1680, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "d", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 261, "endLoc" : 1682, "endTimestamp_sec" : 569, "endTimestamp_nsec" : 14000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 1681, "endPlayLoc" : 1682, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "b", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 262, "endLoc" : 1686, "endTimestamp_sec" : 569, "endTimestamp_nsec" : 879000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 1684, "endPlayLoc" : 1686, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 1, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "g1d", "play_fl" : true } ] } , { "fragId" : 263, "endLoc" : 1691, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 1687, "endPlayLoc" : 1691, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f2", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 264, "endLoc" : 1696, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 1692, "endPlayLoc" : 1696, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "g1a", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 265, "endLoc" : 1699, "endTimestamp_sec" : 572, "endTimestamp_nsec" : 689000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 1697, "endPlayLoc" : 1699, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "b", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 2, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 266, "endLoc" : 1702, "endTimestamp_sec" : 573, "endTimestamp_nsec" : 918000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 1700, "endPlayLoc" : 1702, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f4", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 2, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 267, "endLoc" : 1706, "endTimestamp_sec" : 575, "endTimestamp_nsec" : 648000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 1703, "endPlayLoc" : 1706, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 2, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "g1d", "play_fl" : true } ] } , { "fragId" : 268, "endLoc" : 1707, "endTimestamp_sec" : 576, "endTimestamp_nsec" : 31000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 1706, "endPlayLoc" : 1707, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "a", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 269, "endLoc" : 1708, "endTimestamp_sec" : 576, "endTimestamp_nsec" : 289000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 1707, "endPlayLoc" : 1708, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f3", "play_fl" : true } , { "order" : 1, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 270, "endLoc" : 1710, "endTimestamp_sec" : 577, "endTimestamp_nsec" : 235000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 1708, "endPlayLoc" : 1710, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 271, "endLoc" : 1713, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 1711, "endPlayLoc" : 1713, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 1, "alt_str" : "", "preset_label" : "dry", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 272, "endLoc" : 1714, "endTimestamp_sec" : 577, "endTimestamp_nsec" : 956000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 1713, "endPlayLoc" : 1714, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f4", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 273, "endLoc" : 1716, "endTimestamp_sec" : 580, "endTimestamp_nsec" : 264000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 1714, "endPlayLoc" : 1716, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 274, "endLoc" : 1721, "endTimestamp_sec" : 580, "endTimestamp_nsec" : 763000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 1718, "endPlayLoc" : 1721, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f1", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 275, "endLoc" : 1732, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 1722, "endPlayLoc" : 1732, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "g1a", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 276, "endLoc" : 1735, "endTimestamp_sec" : 587, "endTimestamp_nsec" : 619000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 1733, "endPlayLoc" : 1735, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 1, "alt_str" : "", "preset_label" : "dry", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 277, "endLoc" : 1739, "endTimestamp_sec" : 588, "endTimestamp_nsec" : 629000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 1735, "endPlayLoc" : 1739, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "a", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 2, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 278, "endLoc" : 1749, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 1740, "endPlayLoc" : 1749, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "g1a", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 279, "endLoc" : 1754, "endTimestamp_sec" : 592, "endTimestamp_nsec" : 454000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 1751, "endPlayLoc" : 1754, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f2", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 280, "endLoc" : 1759, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 1755, "endPlayLoc" : 1759, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f3", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 281, "endLoc" : 1767, "endTimestamp_sec" : 599, "endTimestamp_nsec" : 302000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 1761, "endPlayLoc" : 1767, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "c", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 282, "endLoc" : 1770, "endTimestamp_sec" : 601, "endTimestamp_nsec" : 396000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 1768, "endPlayLoc" : 1770, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "g1d", "play_fl" : true } ] } , { "fragId" : 283, "endLoc" : 1774, "endTimestamp_sec" : 602, "endTimestamp_nsec" : 262000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 1772, "endPlayLoc" : 1774, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f4", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 284, "endLoc" : 1777, "endTimestamp_sec" : 602, "endTimestamp_nsec" : 495000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 1776, "endPlayLoc" : 1777, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "a", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 2, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 285, "endLoc" : 1779, "endTimestamp_sec" : 603, "endTimestamp_nsec" : 222000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 1777, "endPlayLoc" : 1779, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "ga", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 286, "endLoc" : 1781, "endTimestamp_sec" : 605, "endTimestamp_nsec" : 146000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 1779, "endPlayLoc" : 1781, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f3", "play_fl" : true } , { "order" : 1, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 287, "endLoc" : 1786, "endTimestamp_sec" : 606, "endTimestamp_nsec" : 300000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 1783, "endPlayLoc" : 1786, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "ga", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 288, "endLoc" : 1790, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 1788, "endPlayLoc" : 1790, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 1, "alt_str" : "", "preset_label" : "dry", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 289, "endLoc" : 1793, "endTimestamp_sec" : 608, "endTimestamp_nsec" : 608000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 1791, "endPlayLoc" : 1793, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "g1a", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 290, "endLoc" : 1796, "endTimestamp_sec" : 610, "endTimestamp_nsec" : 680000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 1794, "endPlayLoc" : 1796, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f4", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 291, "endLoc" : 1802, "endTimestamp_sec" : 611, "endTimestamp_nsec" : 257000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 1799, "endPlayLoc" : 1802, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f1", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 292, "endLoc" : 1805, "endTimestamp_sec" : 611, "endTimestamp_nsec" : 643000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 1804, "endPlayLoc" : 1805, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "c", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 293, "endLoc" : 1810, "endTimestamp_sec" : 612, "endTimestamp_nsec" : 796000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 1807, "endPlayLoc" : 1810, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "b", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 294, "endLoc" : 1813, "endTimestamp_sec" : 614, "endTimestamp_nsec" : 719000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 1811, "endPlayLoc" : 1813, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f3", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 295, "endLoc" : 1818, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 1816, "endPlayLoc" : 1818, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "g1a", "play_fl" : true } , { "order" : 1, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 296, "endLoc" : 1822, "endTimestamp_sec" : 620, "endTimestamp_nsec" : 296000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 1820, "endPlayLoc" : 1822, "note" : "all 1s slightly different and worth hearing all", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "d", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 297, "endLoc" : 1826, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 1822, "endPlayLoc" : 1826, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "ga", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 298, "endLoc" : 1832, "endTimestamp_sec" : 626, "endTimestamp_nsec" : 868000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 1827, "endPlayLoc" : 1832, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 1, "alt_str" : "", "preset_label" : "dry", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 299, "endLoc" : 1849, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 1833, "endPlayLoc" : 1849, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "g1a", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 300, "endLoc" : 1855, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 1850, "endPlayLoc" : 1855, "note" : "or split the two notes into one g1d, one dry -- the second note has an artifical transform sound in play that may need to be revised", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "g1d", "play_fl" : true } ] } , { "fragId" : 301, "endLoc" : 1860, "endTimestamp_sec" : 646, "endTimestamp_nsec" : 350000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 1858, "endPlayLoc" : 1860, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "g", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 302, "endLoc" : 1864, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 1861, "endPlayLoc" : 1864, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f4", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 303, "endLoc" : 1874, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 1865, "endPlayLoc" : 1874, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f2", "play_fl" : true } , { "order" : 1, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 304, "endLoc" : 1876, "endTimestamp_sec" : 651, "endTimestamp_nsec" : 191000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 1875, "endPlayLoc" : 1876, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "g1a", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 305, "endLoc" : 1879, "endTimestamp_sec" : 655, "endTimestamp_nsec" : 85000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 1877, "endPlayLoc" : 1879, "note" : "check all these", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "a", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 306, "endLoc" : 1881, "endTimestamp_sec" : 655, "endTimestamp_nsec" : 373000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 1880, "endPlayLoc" : 1881, "note" : "check all these", "presetN" : 13, "presetL" : [ { "order" : 1, "alt_str" : "", "preset_label" : "dry", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 307, "endLoc" : 1886, "endTimestamp_sec" : 656, "endTimestamp_nsec" : 816000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 1881, "endPlayLoc" : 1886, "note" : "check all these", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 308, "endLoc" : 1889, "endTimestamp_sec" : 656, "endTimestamp_nsec" : 816000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 1887, "endPlayLoc" : 1889, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f3", "play_fl" : true } , { "order" : 2, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 309, "endLoc" : 1895, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 1889, "endPlayLoc" : 1895, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f2", "play_fl" : true } , { "order" : 2, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 2, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 310, "endLoc" : 1900, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 1896, "endPlayLoc" : 1900, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 1, "alt_str" : "", "preset_label" : "dry", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 311, "endLoc" : 1914, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 1901, "endPlayLoc" : 1914, "note" : "all are worthy, esp the four marked as 1", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f2", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 312, "endLoc" : 1919, "endTimestamp_sec" : 676, "endTimestamp_nsec" : 662000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 1917, "endPlayLoc" : 1919, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 1, "alt_str" : "", "preset_label" : "dry", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 313, "endLoc" : 1924, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 1921, "endPlayLoc" : 1924, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f3", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 314, "endLoc" : 1928, "endTimestamp_sec" : 685, "endTimestamp_nsec" : 75000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 1925, "endPlayLoc" : 1928, "note" : "tough call between dry and ga", "presetN" : 13, "presetL" : [ { "order" : 1, "alt_str" : "", "preset_label" : "dry", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 315, "endLoc" : 1933, "endTimestamp_sec" : 686, "endTimestamp_nsec" : 539000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 1930, "endPlayLoc" : 1933, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 1, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f3", "play_fl" : true } , { "order" : 1, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 316, "endLoc" : 1939, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 1934, "endPlayLoc" : 1939, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 317, "endLoc" : 1942, "endTimestamp_sec" : 692, "endTimestamp_nsec" : 383000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 1940, "endPlayLoc" : 1942, "note" : "tough call between f2 and g1d", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f2", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 2, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 318, "endLoc" : 1947, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 1939, "endPlayLoc" : 1947, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "g1a", "play_fl" : true } , { "order" : 1, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 319, "endLoc" : 1947, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 1944, "endPlayLoc" : 1947, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "c", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 320, "endLoc" : 1951, "endTimestamp_sec" : 698, "endTimestamp_nsec" : 383000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 1949, "endPlayLoc" : 1951, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "d", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 321, "endLoc" : 1958, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 1952, "endPlayLoc" : 1958, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 2, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f4", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 322, "endLoc" : 1962, "endTimestamp_sec" : 704, "endTimestamp_nsec" : 152000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 1960, "endPlayLoc" : 1962, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "c", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 323, "endLoc" : 1978, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 1963, "endPlayLoc" : 1978, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f2", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 324, "endLoc" : 1981, "endTimestamp_sec" : 714, "endTimestamp_nsec" : 254000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 1979, "endPlayLoc" : 1981, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f3", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 325, "endLoc" : 1983, "endTimestamp_sec" : 714, "endTimestamp_nsec" : 969000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 1981, "endPlayLoc" : 1983, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "ga", "play_fl" : true } , { "order" : 1, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 326, "endLoc" : 1986, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 1983, "endPlayLoc" : 1986, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 1, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "a", "play_fl" : true } , { "order" : 1, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 327, "endLoc" : 1988, "endTimestamp_sec" : 722, "endTimestamp_nsec" : 908000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 1986, "endPlayLoc" : 1988, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 2, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 2, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 2, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "ga", "play_fl" : true } , { "order" : 2, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 328, "endLoc" : 1993, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 1988, "endPlayLoc" : 1993, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 1, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "g1d", "play_fl" : true } ] } , { "fragId" : 329, "endLoc" : 1995, "endTimestamp_sec" : 745, "endTimestamp_nsec" : 985000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 1994, "endPlayLoc" : 1995, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "b", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 330, "endLoc" : 2194, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 1995, "endPlayLoc" : 2194, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 1, "alt_str" : "", "preset_label" : "dry", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 331, "endLoc" : 2304, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 2194, "endPlayLoc" : 2304, "note" : "start of part 2 - dry", "presetN" : 13, "presetL" : [ { "order" : 1, "alt_str" : "", "preset_label" : "dry", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 332, "endLoc" : 2365, "endTimestamp_sec" : 769, "endTimestamp_nsec" : 975000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 2305, "endPlayLoc" : 2365, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 1, "alt_str" : "", "preset_label" : "dry", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 333, "endLoc" : 2367, "endTimestamp_sec" : 770, "endTimestamp_nsec" : 60000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 2366, "endPlayLoc" : 2367, "note" : "previously g1a, now dry", "presetN" : 13, "presetL" : [ { "order" : 1, "alt_str" : "", "preset_label" : "dry", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 2, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 2, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 334, "endLoc" : 2372, "endTimestamp_sec" : 770, "endTimestamp_nsec" : 725000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 2367, "endPlayLoc" : 2372, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "g1a", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 335, "endLoc" : 2377, "endTimestamp_sec" : 269, "endTimestamp_nsec" : 899000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 2376, "endPlayLoc" : 2377, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 336, "endLoc" : 2412, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 2373, "endPlayLoc" : 2412, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 337, "endLoc" : 2519, "endTimestamp_sec" : 783, "endTimestamp_nsec" : 475000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 2413, "endPlayLoc" : 2519, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 338, "endLoc" : 2559, "endTimestamp_sec" : 787, "endTimestamp_nsec" : 225000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 2520, "endPlayLoc" : 2559, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 1, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 2, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 2, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "g1d", "play_fl" : true } ] } , { "fragId" : 339, "endLoc" : 2645, "endTimestamp_sec" : 796, "endTimestamp_nsec" : 535000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 2560, "endPlayLoc" : 2645, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f4", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 340, "endLoc" : 2668, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 2646, "endPlayLoc" : 2668, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 1, "alt_str" : "", "preset_label" : "dry", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 341, "endLoc" : 2671, "endTimestamp_sec" : 798, "endTimestamp_nsec" : 560000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 2669, "endPlayLoc" : 2671, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 1, "alt_str" : "", "preset_label" : "dry", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 342, "endLoc" : 2681, "endTimestamp_sec" : 800, "endTimestamp_nsec" : 60000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 2672, "endPlayLoc" : 2681, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 343, "endLoc" : 2700, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 2682, "endPlayLoc" : 2700, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 1, "alt_str" : "", "preset_label" : "dry", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 344, "endLoc" : 2722, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 2701, "endPlayLoc" : 2722, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 2, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f2", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 2, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 345, "endLoc" : 2729, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 2723, "endPlayLoc" : 2729, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 1, "alt_str" : "", "preset_label" : "dry", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 346, "endLoc" : 2736, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 2730, "endPlayLoc" : 2736, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 1, "alt_str" : "", "preset_label" : "dry", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 347, "endLoc" : 2740, "endTimestamp_sec" : 817, "endTimestamp_nsec" : 591000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 2737, "endPlayLoc" : 2740, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 1, "alt_str" : "", "preset_label" : "dry", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 348, "endLoc" : 2746, "endTimestamp_sec" : 818, "endTimestamp_nsec" : 286000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 2741, "endPlayLoc" : 2746, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 1, "alt_str" : "", "preset_label" : "dry", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 349, "endLoc" : 2752, "endTimestamp_sec" : 819, "endTimestamp_nsec" : 36000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 2747, "endPlayLoc" : 2752, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f3", "play_fl" : true } , { "order" : 1, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 350, "endLoc" : 2758, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 0.700000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 2753, "endPlayLoc" : 2758, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "g1a", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 351, "endLoc" : 2764, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 2759, "endPlayLoc" : 2764, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 1, "alt_str" : "", "preset_label" : "dry", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 352, "endLoc" : 2814, "endTimestamp_sec" : 826, "endTimestamp_nsec" : 328000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 2765, "endPlayLoc" : 2814, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 1, "alt_str" : "", "preset_label" : "dry", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 353, "endLoc" : 2825, "endTimestamp_sec" : 827, "endTimestamp_nsec" : 312000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 2815, "endPlayLoc" : 2825, "note" : "maybe a broad transition from dry to whichever f by the end of the next one", "presetN" : 13, "presetL" : [ { "order" : 1, "alt_str" : "", "preset_label" : "dry", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 354, "endLoc" : 2867, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 2826, "endPlayLoc" : 2867, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 1, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f3", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 355, "endLoc" : 2873, "endTimestamp_sec" : 831, "endTimestamp_nsec" : 257000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 2868, "endPlayLoc" : 2873, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 1, "alt_str" : "", "preset_label" : "dry", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 356, "endLoc" : 2888, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 2000.000000, "begPlayLoc" : 2874, "endPlayLoc" : 2888, "note" : "check rattle on b1 - c#2 ", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 357, "endLoc" : 2893, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 2889, "endPlayLoc" : 2893, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 358, "endLoc" : 2923, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 2894, "endPlayLoc" : 2923, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 359, "endLoc" : 2973, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 2924, "endPlayLoc" : 2973, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 360, "endLoc" : 2997, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 2974, "endPlayLoc" : 2997, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 361, "endLoc" : 3003, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 2999, "endPlayLoc" : 3003, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 362, "endLoc" : 3013, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 3004, "endPlayLoc" : 3013, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 363, "endLoc" : 3015, "endTimestamp_sec" : 854, "endTimestamp_nsec" : 15000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 3014, "endPlayLoc" : 3015, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 1, "alt_str" : "", "preset_label" : "dry", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 364, "endLoc" : 3021, "endTimestamp_sec" : 855, "endTimestamp_nsec" : 46000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 3016, "endPlayLoc" : 3021, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "d", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 365, "endLoc" : 3025, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 3022, "endPlayLoc" : 3025, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 1, "alt_str" : "", "preset_label" : "dry", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 366, "endLoc" : 3031, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 3026, "endPlayLoc" : 3031, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 1, "alt_str" : "", "preset_label" : "dry", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 367, "endLoc" : 3060, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 3032, "endPlayLoc" : 3060, "note" : "f4 very slight transform, either this or dry", "presetN" : 13, "presetL" : [ { "order" : 1, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f4", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 368, "endLoc" : 3071, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 3061, "endPlayLoc" : 3071, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "d", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 2, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 369, "endLoc" : 3075, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 3072, "endPlayLoc" : 3075, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 1, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "c", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 370, "endLoc" : 3077, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 3076, "endPlayLoc" : 3077, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 1, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "a", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 371, "endLoc" : 3100, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 3078, "endPlayLoc" : 3100, "note" : "b c g1d very similar c seems slight more intense and varied", "presetN" : 13, "presetL" : [ { "order" : 2, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "c", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 372, "endLoc" : 3110, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 3101, "endPlayLoc" : 3110, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 2, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "a", "play_fl" : true } , { "order" : 1, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 373, "endLoc" : 3123, "endTimestamp_sec" : 872, "endTimestamp_nsec" : 165000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 3111, "endPlayLoc" : 3123, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 1, "alt_str" : "", "preset_label" : "dry", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 2, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 2, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 374, "endLoc" : 3127, "endTimestamp_sec" : 872, "endTimestamp_nsec" : 663000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 3124, "endPlayLoc" : 3127, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "a", "play_fl" : true } , { "order" : 2, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 375, "endLoc" : 3136, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 3128, "endPlayLoc" : 3136, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 2, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 2, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "c", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 2, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 376, "endLoc" : 3138, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 3137, "endPlayLoc" : 3138, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 1, "alt_str" : "", "preset_label" : "dry", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 377, "endLoc" : 3149, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 3138, "endPlayLoc" : 3149, "note" : "surprisingly all sound good, f4 for sheer power of cresc.", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f4", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 378, "endLoc" : 3166, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 3150, "endPlayLoc" : 3166, "note" : "those marked 1 or 2 very close", "presetN" : 13, "presetL" : [ { "order" : 2, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 2, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 2, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 2, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "g1a", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 379, "endLoc" : 3171, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 3167, "endPlayLoc" : 3171, "note" : "f4 and f2 seem identical", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f4", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 380, "endLoc" : 3174, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 3172, "endPlayLoc" : 3174, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "c", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 381, "endLoc" : 3183, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 3175, "endPlayLoc" : 3183, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 382, "endLoc" : 3200, "endTimestamp_sec" : 882, "endTimestamp_nsec" : 665000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 3184, "endPlayLoc" : 3200, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "d", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 383, "endLoc" : 3206, "endTimestamp_sec" : 883, "endTimestamp_nsec" : 415000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 3201, "endPlayLoc" : 3206, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 1, "alt_str" : "", "preset_label" : "dry", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 384, "endLoc" : 3209, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 3207, "endPlayLoc" : 3209, "note" : "check rhythm of realization on Spirio", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 385, "endLoc" : 3211, "endTimestamp_sec" : 884, "endTimestamp_nsec" : 540000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 3210, "endPlayLoc" : 3211, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 386, "endLoc" : 3218, "endTimestamp_sec" : 885, "endTimestamp_nsec" : 665000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 3211, "endPlayLoc" : 3218, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 1, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "g1d", "play_fl" : true } ] } , { "fragId" : 387, "endLoc" : 3223, "endTimestamp_sec" : 886, "endTimestamp_nsec" : 664000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 3219, "endPlayLoc" : 3223, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 2, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 2, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "d", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 388, "endLoc" : 3225, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 3224, "endPlayLoc" : 3225, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 1, "alt_str" : "", "preset_label" : "dry", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 389, "endLoc" : 3236, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 3225, "endPlayLoc" : 3236, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "g1a", "play_fl" : true } , { "order" : 1, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 390, "endLoc" : 3243, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 3237, "endPlayLoc" : 3243, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 1, "alt_str" : "", "preset_label" : "dry", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 391, "endLoc" : 3253, "endTimestamp_sec" : 892, "endTimestamp_nsec" : 415000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 3244, "endPlayLoc" : 3253, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 1, "alt_str" : "", "preset_label" : "dry", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 2, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 2, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 2, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 392, "endLoc" : 3255, "endTimestamp_sec" : 893, "endTimestamp_nsec" : 165000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 3254, "endPlayLoc" : 3255, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f4", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 393, "endLoc" : 3263, "endTimestamp_sec" : 894, "endTimestamp_nsec" : 665000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 3256, "endPlayLoc" : 3263, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 1, "alt_str" : "", "preset_label" : "dry", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 394, "endLoc" : 3267, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 3264, "endPlayLoc" : 3267, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 1, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f4", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 395, "endLoc" : 3274, "endTimestamp_sec" : 896, "endTimestamp_nsec" : 915000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 3268, "endPlayLoc" : 3274, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 2, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "ga", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 2, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 396, "endLoc" : 3280, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 3275, "endPlayLoc" : 3280, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 1, "alt_str" : "", "preset_label" : "dry", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 397, "endLoc" : 3283, "endTimestamp_sec" : 905, "endTimestamp_nsec" : 961000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 3281, "endPlayLoc" : 3283, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 398, "endLoc" : 3285, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 3284, "endPlayLoc" : 3285, "note" : "tried f4 here but the transform start was too artificial ", "presetN" : 13, "presetL" : [ { "order" : 1, "alt_str" : "", "preset_label" : "dry", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 399, "endLoc" : 3298, "endTimestamp_sec" : 909, "endTimestamp_nsec" : 597000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 3286, "endPlayLoc" : 3298, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 1, "alt_str" : "", "preset_label" : "dry", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 400, "endLoc" : 3300, "endTimestamp_sec" : 909, "endTimestamp_nsec" : 672000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 3299, "endPlayLoc" : 3300, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f4", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 401, "endLoc" : 3306, "endTimestamp_sec" : 910, "endTimestamp_nsec" : 424000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 3300, "endPlayLoc" : 3306, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 1, "alt_str" : "", "preset_label" : "dry", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 2, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 2, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 402, "endLoc" : 3315, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 3307, "endPlayLoc" : 3315, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 1, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "g1d", "play_fl" : true } ] } , { "fragId" : 403, "endLoc" : 3328, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 3316, "endPlayLoc" : 3328, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 2, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f3", "play_fl" : true } , { "order" : 2, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 404, "endLoc" : 3333, "endTimestamp_sec" : 917, "endTimestamp_nsec" : 157000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 3329, "endPlayLoc" : 3333, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 1, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 2, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "g1d", "play_fl" : true } ] } , { "fragId" : 405, "endLoc" : 3353, "endTimestamp_sec" : 919, "endTimestamp_nsec" : 672000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 3334, "endPlayLoc" : 3353, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "c", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 406, "endLoc" : 3355, "endTimestamp_sec" : 920, "endTimestamp_nsec" : 581000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 3354, "endPlayLoc" : 3355, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 1, "alt_str" : "", "preset_label" : "dry", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 407, "endLoc" : 3357, "endTimestamp_sec" : 921, "endTimestamp_nsec" : 36000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 3356, "endPlayLoc" : 3357, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 1, "alt_str" : "", "preset_label" : "dry", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 408, "endLoc" : 3365, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 3357, "endPlayLoc" : 3365, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 1, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 2, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f3", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 409, "endLoc" : 3377, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 3366, "endPlayLoc" : 3377, "note" : "tough call between dry and most gentle A transform", "presetN" : 13, "presetL" : [ { "order" : 1, "alt_str" : "", "preset_label" : "dry", "play_fl" : true } , { "order" : 1, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 410, "endLoc" : 3402, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 3379, "endPlayLoc" : 3402, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 1, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f3", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 411, "endLoc" : 3409, "endTimestamp_sec" : 932, "endTimestamp_nsec" : 474000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 3403, "endPlayLoc" : 3409, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 2, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 2, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 2, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "g1a", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 412, "endLoc" : 3414, "endTimestamp_sec" : 932, "endTimestamp_nsec" : 929000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 3410, "endPlayLoc" : 3414, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 1, "alt_str" : "", "preset_label" : "dry", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 413, "endLoc" : 3428, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 3415, "endPlayLoc" : 3428, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 1, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "b", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 414, "endLoc" : 3438, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 3429, "endPlayLoc" : 3438, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 1, "alt_str" : "", "preset_label" : "dry", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 415, "endLoc" : 3442, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 3439, "endPlayLoc" : 3442, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 2, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f3", "play_fl" : true } , { "order" : 1, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 416, "endLoc" : 3448, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 3443, "endPlayLoc" : 3448, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "b", "play_fl" : true } , { "order" : 1, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 417, "endLoc" : 3450, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 3449, "endPlayLoc" : 3450, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 1, "alt_str" : "", "preset_label" : "dry", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 2, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 2, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 418, "endLoc" : 3454, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 3451, "endPlayLoc" : 3454, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 2, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 2, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "c", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 419, "endLoc" : 3457, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 3455, "endPlayLoc" : 3457, "note" : "the C1 pppp sounds great - check out all the timbres with various transforms. ga has subtle tail on last note", "presetN" : 13, "presetL" : [ { "order" : 1, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "b", "play_fl" : true } , { "order" : 1, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 420, "endLoc" : 3468, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 3458, "endPlayLoc" : 3468, "note" : "between dry and f3 close call", "presetN" : 13, "presetL" : [ { "order" : 1, "alt_str" : "", "preset_label" : "dry", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 421, "endLoc" : 3473, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 3469, "endPlayLoc" : 3473, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "g", "play_fl" : true } , { "order" : 2, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 2, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 2, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 422, "endLoc" : 3491, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 3474, "endPlayLoc" : 3491, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 1, "alt_str" : "", "preset_label" : "dry", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 423, "endLoc" : 3500, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 3492, "endPlayLoc" : 3500, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 2, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f1", "play_fl" : true } , { "order" : 1, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 2, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 2, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 424, "endLoc" : 3509, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 3501, "endPlayLoc" : 3509, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 2, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "c", "play_fl" : true } , { "order" : 1, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 425, "endLoc" : 3514, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 3510, "endPlayLoc" : 3514, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 1, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f3", "play_fl" : true } , { "order" : 1, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 426, "endLoc" : 3517, "endTimestamp_sec" : 957, "endTimestamp_nsec" : 649000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 3515, "endPlayLoc" : 3517, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 1, "alt_str" : "", "preset_label" : "dry", "play_fl" : true } , { "order" : 2, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 427, "endLoc" : 3519, "endTimestamp_sec" : 957, "endTimestamp_nsec" : 649000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 3518, "endPlayLoc" : 3519, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 1, "alt_str" : "", "preset_label" : "dry", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 428, "endLoc" : 3529, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 3519, "endPlayLoc" : 3529, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "g1d", "play_fl" : true } ] } , { "fragId" : 429, "endLoc" : 3545, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 3530, "endPlayLoc" : 3545, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 1, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f2", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 2, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 430, "endLoc" : 3553, "endTimestamp_sec" : 962, "endTimestamp_nsec" : 949000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 3546, "endPlayLoc" : 3553, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "c", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 2, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 431, "endLoc" : 3562, "endTimestamp_sec" : 964, "endTimestamp_nsec" : 540000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 3554, "endPlayLoc" : 3562, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 1, "alt_str" : "", "preset_label" : "dry", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 2, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 2, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 2, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 2, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 432, "endLoc" : 3566, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 3563, "endPlayLoc" : 3566, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 1, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f3", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 433, "endLoc" : 3597, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 3567, "endPlayLoc" : 3597, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 2, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 2, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f2", "play_fl" : true } , { "order" : 2, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 2, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 434, "endLoc" : 3616, "endTimestamp_sec" : 971, "endTimestamp_nsec" : 68000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 3598, "endPlayLoc" : 3616, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 1, "alt_str" : "", "preset_label" : "dry", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 435, "endLoc" : 3638, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 3617, "endPlayLoc" : 3638, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "g1a", "play_fl" : true } , { "order" : 1, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 436, "endLoc" : 4399, "endTimestamp_sec" : 976, "endTimestamp_nsec" : 667000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 4386, "endPlayLoc" : 4399, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 1, "alt_str" : "", "preset_label" : "dry", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 2, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 2, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 2, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 437, "endLoc" : 4412, "endTimestamp_sec" : 978, "endTimestamp_nsec" : 581000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 4400, "endPlayLoc" : 4412, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 2, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "d", "play_fl" : true } , { "order" : 2, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 2, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 2, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 2, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 438, "endLoc" : 4417, "endTimestamp_sec" : 980, "endTimestamp_nsec" : 442000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 4413, "endPlayLoc" : 4417, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 1, "alt_str" : "", "preset_label" : "dry", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 439, "endLoc" : 4425, "endTimestamp_sec" : 981, "endTimestamp_nsec" : 522000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 4418, "endPlayLoc" : 4425, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f4", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 440, "endLoc" : 4432, "endTimestamp_sec" : 982, "endTimestamp_nsec" : 699000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 4426, "endPlayLoc" : 4432, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "g1d", "play_fl" : true } ] } , { "fragId" : 441, "endLoc" : 4448, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 4433, "endPlayLoc" : 4448, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 2, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "d", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 2, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 442, "endLoc" : 4451, "endTimestamp_sec" : 986, "endTimestamp_nsec" : 228000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 4449, "endPlayLoc" : 4451, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 1, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "a", "play_fl" : true } , { "order" : 2, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 2, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 2, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 2, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 443, "endLoc" : 4456, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 4451, "endPlayLoc" : 4456, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 1, "alt_str" : "", "preset_label" : "dry", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 444, "endLoc" : 4470, "endTimestamp_sec" : 988, "endTimestamp_nsec" : 656000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 4457, "endPlayLoc" : 4470, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 445, "endLoc" : 4479, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 4471, "endPlayLoc" : 4479, "note" : "all gs very close", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 2, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 2, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "g1a", "play_fl" : true } , { "order" : 1, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 446, "endLoc" : 4490, "endTimestamp_sec" : 1000, "endTimestamp_nsec" : 721000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 4480, "endPlayLoc" : 4490, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 1, "alt_str" : "", "preset_label" : "dry", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 447, "endLoc" : 4498, "endTimestamp_sec" : 1003, "endTimestamp_nsec" : 74000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 4491, "endPlayLoc" : 4498, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f2", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 448, "endLoc" : 4507, "endTimestamp_sec" : 1005, "endTimestamp_nsec" : 427000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 4499, "endPlayLoc" : 4507, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "c", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 449, "endLoc" : 4509, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 4508, "endPlayLoc" : 4509, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 2, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 2, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f4", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 450, "endLoc" : 4519, "endTimestamp_sec" : 1009, "endTimestamp_nsec" : 935000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 4509, "endPlayLoc" : 4519, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 1, "alt_str" : "", "preset_label" : "dry", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 451, "endLoc" : 4546, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 4520, "endPlayLoc" : 4546, "note" : "not really as clear cut a choice as it might seem from the rankings", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 2, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 2, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 2, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f2", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 452, "endLoc" : 4549, "endTimestamp_sec" : 1014, "endTimestamp_nsec" : 839000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 4547, "endPlayLoc" : 4549, "note" : "could perhaps apply g1a or 1d to the last two triplet chords", "presetN" : 13, "presetL" : [ { "order" : 1, "alt_str" : "", "preset_label" : "dry", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 453, "endLoc" : 4556, "endTimestamp_sec" : 1017, "endTimestamp_nsec" : 192000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 4550, "endPlayLoc" : 4556, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "c", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 454, "endLoc" : 4562, "endTimestamp_sec" : 1019, "endTimestamp_nsec" : 544000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 4557, "endPlayLoc" : 4562, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 2, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f2", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 455, "endLoc" : 4567, "endTimestamp_sec" : 1020, "endTimestamp_nsec" : 868000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 4563, "endPlayLoc" : 4567, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 1, "alt_str" : "", "preset_label" : "dry", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 456, "endLoc" : 4569, "endTimestamp_sec" : 1021, "endTimestamp_nsec" : 897000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 4568, "endPlayLoc" : 4569, "note" : "g1d very slightly less distorted than the other ds", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "g1d", "play_fl" : true } ] } , { "fragId" : 457, "endLoc" : 4575, "endTimestamp_sec" : 1023, "endTimestamp_nsec" : 74000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 4570, "endPlayLoc" : 4575, "note" : "fs the same", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f4", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 458, "endLoc" : 4579, "endTimestamp_sec" : 1024, "endTimestamp_nsec" : 250000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 4576, "endPlayLoc" : 4579, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 1, "alt_str" : "", "preset_label" : "dry", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 459, "endLoc" : 4583, "endTimestamp_sec" : 1025, "endTimestamp_nsec" : 426000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 4580, "endPlayLoc" : 4583, "note" : "f2 3 or 4 much the same", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f2", "play_fl" : true } , { "order" : 1, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 460, "endLoc" : 4585, "endTimestamp_sec" : 1026, "endTimestamp_nsec" : 15000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 4584, "endPlayLoc" : 4585, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 1, "alt_str" : "", "preset_label" : "dry", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 461, "endLoc" : 4590, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 4586, "endPlayLoc" : 4590, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 2, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "d", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 462, "endLoc" : 4592, "endTimestamp_sec" : 1026, "endTimestamp_nsec" : 993000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 4591, "endPlayLoc" : 4592, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "d", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 463, "endLoc" : 4600, "endTimestamp_sec" : 1028, "endTimestamp_nsec" : 560000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 4593, "endPlayLoc" : 4600, "note" : "next sections I am trying to suggest a transition to greater intensity short of enging gs", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "a", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 464, "endLoc" : 4604, "endTimestamp_sec" : 1030, "endTimestamp_nsec" : 133000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 4601, "endPlayLoc" : 4604, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f4", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 465, "endLoc" : 4609, "endTimestamp_sec" : 1031, "endTimestamp_nsec" : 309000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 4605, "endPlayLoc" : 4609, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f3", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 466, "endLoc" : 4621, "endTimestamp_sec" : 1034, "endTimestamp_nsec" : 839000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 4610, "endPlayLoc" : 4621, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f2", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 467, "endLoc" : 4628, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 4622, "endPlayLoc" : 4628, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 1, "alt_str" : "", "preset_label" : "dry", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 468, "endLoc" : 4632, "endTimestamp_sec" : 1036, "endTimestamp_nsec" : 896000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 4629, "endPlayLoc" : 4632, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f4", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 469, "endLoc" : 4638, "endTimestamp_sec" : 1038, "endTimestamp_nsec" : 249000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 4633, "endPlayLoc" : 4638, "note" : "incorrect redering of rhythm and missing dynamic - p - so tbd", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 470, "endLoc" : 4652, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 4639, "endPlayLoc" : 4652, "note" : "missing dynamic p -- tbd", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 471, "endLoc" : 4661, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 4653, "endPlayLoc" : 4661, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "a", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 472, "endLoc" : 4663, "endTimestamp_sec" : 1041, "endTimestamp_nsec" : 896000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 4662, "endPlayLoc" : 4663, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 1, "alt_str" : "", "preset_label" : "dry", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 473, "endLoc" : 4664, "endTimestamp_sec" : 1042, "endTimestamp_nsec" : 486000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 4663, "endPlayLoc" : 4664, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 2, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 2, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 2, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f4", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 474, "endLoc" : 4671, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 4665, "endPlayLoc" : 4671, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 2, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f2", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 475, "endLoc" : 4676, "endTimestamp_sec" : 1046, "endTimestamp_nsec" : 2000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 4672, "endPlayLoc" : 4676, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f4", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 476, "endLoc" : 4678, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 4677, "endPlayLoc" : 4678, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 477, "endLoc" : 4687, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 4678, "endPlayLoc" : 4687, "note" : "a and f2 quite similar", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "a", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 2, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 478, "endLoc" : 4692, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 4688, "endPlayLoc" : 4692, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 479, "endLoc" : 4697, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 4693, "endPlayLoc" : 4697, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 1, "alt_str" : "", "preset_label" : "dry", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 480, "endLoc" : 4722, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 4698, "endPlayLoc" : 4722, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 1, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f4", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 481, "endLoc" : 4746, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 4723, "endPlayLoc" : 4746, "note" : "try a variable ratio of dry to d, or a transition", "presetN" : 13, "presetL" : [ { "order" : 1, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "d", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 482, "endLoc" : 4749, "endTimestamp_sec" : 1060, "endTimestamp_nsec" : 871000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 4748, "endPlayLoc" : 4749, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 1, "alt_str" : "", "preset_label" : "dry", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 483, "endLoc" : 4760, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 4749, "endPlayLoc" : 4760, "note" : "grace notes not sounding when p;layed alone", "presetN" : 13, "presetL" : [ { "order" : 1, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f4", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 484, "endLoc" : 4798, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 4761, "endPlayLoc" : 4798, "note" : "maybe a transition from f1 to g1d... but they are all pretty much alike", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f1", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 485, "endLoc" : 4802, "endTimestamp_sec" : 1072, "endTimestamp_nsec" : 140000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 4799, "endPlayLoc" : 4802, "note" : "the fs are much the same", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 486, "endLoc" : 4813, "endTimestamp_sec" : 1073, "endTimestamp_nsec" : 36000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 4803, "endPlayLoc" : 4813, "note" : "gs are identical, all 12 sound about the same", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "g1d", "play_fl" : true } ] } , { "fragId" : 487, "endLoc" : 4824, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 4814, "endPlayLoc" : 4824, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 1, "alt_str" : "", "preset_label" : "dry", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 488, "endLoc" : 4826, "endTimestamp_sec" : 1075, "endTimestamp_nsec" : 462000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 4825, "endPlayLoc" : 4826, "note" : "check if I assigned these grace notes to an incorrect position", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 489, "endLoc" : 4837, "endTimestamp_sec" : 1077, "endTimestamp_nsec" : 815000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 4827, "endPlayLoc" : 4837, "note" : "fs are about the same", "presetN" : 13, "presetL" : [ { "order" : 1, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f3", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 490, "endLoc" : 4850, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 4838, "endPlayLoc" : 4850, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 2, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 2, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f4", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 491, "endLoc" : 4861, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 4851, "endPlayLoc" : 4861, "note" : "fs very much the same, maybe this measure to divide into more than one transform?", "presetN" : 13, "presetL" : [ { "order" : 1, "alt_str" : "", "preset_label" : "dry", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 492, "endLoc" : 4877, "endTimestamp_sec" : 1086, "endTimestamp_nsec" : 149000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 4862, "endPlayLoc" : 4877, "note" : "f3 and f4 the same", "presetN" : 13, "presetL" : [ { "order" : 1, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f4", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 493, "endLoc" : 4879, "endTimestamp_sec" : 1088, "endTimestamp_nsec" : 502000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 4878, "endPlayLoc" : 4879, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 1, "alt_str" : "", "preset_label" : "dry", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 494, "endLoc" : 4893, "endTimestamp_sec" : 1089, "endTimestamp_nsec" : 552000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 4879, "endPlayLoc" : 4893, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 1, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "g1d", "play_fl" : true } ] } , { "fragId" : 495, "endLoc" : 4895, "endTimestamp_sec" : 1090, "endTimestamp_nsec" : 803000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 4894, "endPlayLoc" : 4895, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 1, "alt_str" : "", "preset_label" : "dry", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 496, "endLoc" : 4910, "endTimestamp_sec" : 1092, "endTimestamp_nsec" : 88000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 4895, "endPlayLoc" : 4910, "note" : "the fs are near identical", "presetN" : 13, "presetL" : [ { "order" : 1, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f2", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 497, "endLoc" : 4913, "endTimestamp_sec" : 1092, "endTimestamp_nsec" : 727000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 4911, "endPlayLoc" : 4913, "note" : "fs ok but nothing special about any", "presetN" : 13, "presetL" : [ { "order" : 1, "alt_str" : "", "preset_label" : "dry", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 498, "endLoc" : 4918, "endTimestamp_sec" : 1093, "endTimestamp_nsec" : 265000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 4914, "endPlayLoc" : 4918, "note" : "very little transform differences", "presetN" : 13, "presetL" : [ { "order" : 1, "alt_str" : "", "preset_label" : "dry", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 499, "endLoc" : 4921, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 4919, "endPlayLoc" : 4921, "note" : "all transforms sound like nothing", "presetN" : 13, "presetL" : [ { "order" : 1, "alt_str" : "", "preset_label" : "dry", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 500, "endLoc" : 4935, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 4922, "endPlayLoc" : 4935, "note" : "fs essentially all the same", "presetN" : 13, "presetL" : [ { "order" : 1, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f3", "play_fl" : true } , { "order" : 1, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 501, "endLoc" : 4940, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 4936, "endPlayLoc" : 4940, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 1, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f2", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 502, "endLoc" : 4965, "endTimestamp_sec" : 1099, "endTimestamp_nsec" : 714000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 4941, "endPlayLoc" : 4965, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 1, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 2, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f4", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 503, "endLoc" : 4967, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 4966, "endPlayLoc" : 4967, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : true } ] } , { "fragId" : 504, "endLoc" : 4985, "endTimestamp_sec" : 1105, "endTimestamp_nsec" : 83000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 4968, "endPlayLoc" : 4985, "note" : "very mild transform", "presetN" : 13, "presetL" : [ { "order" : 1, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f4", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 505, "endLoc" : 4993, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 4987, "endPlayLoc" : 4993, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 1, "alt_str" : "", "preset_label" : "dry", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 506, "endLoc" : 4996, "endTimestamp_sec" : 1107, "endTimestamp_nsec" : 222000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 4994, "endPlayLoc" : 4996, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 1, "alt_str" : "", "preset_label" : "dry", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 507, "endLoc" : 4999, "endTimestamp_sec" : 1109, "endTimestamp_nsec" : 134000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 4997, "endPlayLoc" : 4999, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 1, "alt_str" : "", "preset_label" : "dry", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 508, "endLoc" : 5019, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 5000, "endPlayLoc" : 5019, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 1, "alt_str" : "", "preset_label" : "dry", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 509, "endLoc" : 5033, "endTimestamp_sec" : 1117, "endTimestamp_nsec" : 808000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 5020, "endPlayLoc" : 5033, "note" : "best probably a fade from g1d to dry by LOC 7702 at latest, ie through next one", "presetN" : 13, "presetL" : [ { "order" : 2, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "g1d", "play_fl" : true } ] } , { "fragId" : 510, "endLoc" : 5041, "endTimestamp_sec" : 1118, "endTimestamp_nsec" : 879000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 5034, "endPlayLoc" : 5041, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 1, "alt_str" : "", "preset_label" : "dry", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 511, "endLoc" : 5044, "endTimestamp_sec" : 1121, "endTimestamp_nsec" : 22000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 5042, "endPlayLoc" : 5044, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 1, "alt_str" : "", "preset_label" : "dry", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 512, "endLoc" : 5052, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 5044, "endPlayLoc" : 5052, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 1, "alt_str" : "", "preset_label" : "dry", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 2, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 513, "endLoc" : 5054, "endTimestamp_sec" : 1125, "endTimestamp_nsec" : 308000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 5053, "endPlayLoc" : 5054, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 1, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 2, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 2, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f4", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 514, "endLoc" : 5088, "endTimestamp_sec" : 1131, "endTimestamp_nsec" : 453000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 5055, "endPlayLoc" : 5088, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 1, "alt_str" : "", "preset_label" : "dry", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 515, "endLoc" : 5096, "endTimestamp_sec" : 1133, "endTimestamp_nsec" : 954000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 5089, "endPlayLoc" : 5096, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 2, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "d", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 516, "endLoc" : 5102, "endTimestamp_sec" : 1146, "endTimestamp_nsec" : 544000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 5097, "endPlayLoc" : 5102, "note" : "probably this long passage dry but listen further...", "presetN" : 13, "presetL" : [ { "order" : 1, "alt_str" : "", "preset_label" : "dry", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 517, "endLoc" : 5106, "endTimestamp_sec" : 1150, "endTimestamp_nsec" : 26000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 5103, "endPlayLoc" : 5106, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "c", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 2, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 518, "endLoc" : 5118, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 5108, "endPlayLoc" : 5118, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 1, "alt_str" : "", "preset_label" : "dry", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 519, "endLoc" : 5127, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 5119, "endPlayLoc" : 5127, "note" : "f3 and f4 no difference", "presetN" : 13, "presetL" : [ { "order" : 1, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f3", "play_fl" : true } , { "order" : 1, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 520, "endLoc" : 5138, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 5128, "endPlayLoc" : 5138, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 1, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f4", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 521, "endLoc" : 5175, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 5139, "endPlayLoc" : 5175, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 1, "alt_str" : "", "preset_label" : "dry", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 522, "endLoc" : 5184, "endTimestamp_sec" : 1164, "endTimestamp_nsec" : 749000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 5176, "endPlayLoc" : 5184, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 1, "alt_str" : "", "preset_label" : "dry", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 523, "endLoc" : 5191, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 5185, "endPlayLoc" : 5191, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 1, "alt_str" : "", "preset_label" : "dry", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 524, "endLoc" : 5207, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 5192, "endPlayLoc" : 5207, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 1, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "d", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 525, "endLoc" : 5223, "endTimestamp_sec" : 1170, "endTimestamp_nsec" : 822000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 5208, "endPlayLoc" : 5223, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 1, "alt_str" : "", "preset_label" : "dry", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 526, "endLoc" : 5225, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 5224, "endPlayLoc" : 5225, "note" : "all are OK, the four 1s are first among equals", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "g1d", "play_fl" : true } ] } , { "fragId" : 527, "endLoc" : 5240, "endTimestamp_sec" : 1176, "endTimestamp_nsec" : 715000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 5225, "endPlayLoc" : 5240, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 1, "alt_str" : "", "preset_label" : "dry", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 528, "endLoc" : 5252, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 5241, "endPlayLoc" : 5252, "note" : "continuing dry also persuasive", "presetN" : 13, "presetL" : [ { "order" : 1, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "g1a", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 529, "endLoc" : 5264, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 5253, "endPlayLoc" : 5264, "note" : "f2 and f4 very subtly different", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f2", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 530, "endLoc" : 5274, "endTimestamp_sec" : 1183, "endTimestamp_nsec" : 144000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 5265, "endPlayLoc" : 5274, "note" : "fs and dry about the same", "presetN" : 13, "presetL" : [ { "order" : 1, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f4", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 531, "endLoc" : 5281, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 5276, "endPlayLoc" : 5281, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 1, "alt_str" : "", "preset_label" : "dry", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 532, "endLoc" : 5307, "endTimestamp_sec" : 1186, "endTimestamp_nsec" : 641000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 5282, "endPlayLoc" : 5307, "note" : "none of the transforms offer anything special", "presetN" : 13, "presetL" : [ { "order" : 1, "alt_str" : "", "preset_label" : "dry", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 533, "endLoc" : 5310, "endTimestamp_sec" : 1188, "endTimestamp_nsec" : 265000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 5308, "endPlayLoc" : 5310, "note" : "gs bring out an overtone thing", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "g1a", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 534, "endLoc" : 5313, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 5312, "endPlayLoc" : 5313, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 1, "alt_str" : "", "preset_label" : "dry", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 535, "endLoc" : 5325, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 5314, "endPlayLoc" : 5325, "note" : "mistake - last LOC should be 8225, next block should start with 8226 - or 8228", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "g1d", "play_fl" : true } ] } , { "fragId" : 536, "endLoc" : 5336, "endTimestamp_sec" : 1193, "endTimestamp_nsec" : 836000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 5326, "endPlayLoc" : 5336, "note" : "f2 for subtlety - other fs are similar", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f2", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 537, "endLoc" : 5339, "endTimestamp_sec" : 1194, "endTimestamp_nsec" : 908000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 5338, "endPlayLoc" : 5339, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 1, "alt_str" : "", "preset_label" : "dry", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 538, "endLoc" : 5343, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 5339, "endPlayLoc" : 5343, "note" : "hard to choose as playback seems to obscure the choices", "presetN" : 13, "presetL" : [ { "order" : 1, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f3", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 539, "endLoc" : 5371, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 5344, "endPlayLoc" : 5371, "note" : "transforms barely different from one another. Dry might be the solution", "presetN" : 13, "presetL" : [ { "order" : 1, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "g1d", "play_fl" : true } ] } , { "fragId" : 540, "endLoc" : 5373, "endTimestamp_sec" : 1202, "endTimestamp_nsec" : 408000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 5372, "endPlayLoc" : 5373, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f2", "play_fl" : true } , { "order" : 1, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 541, "endLoc" : 5377, "endTimestamp_sec" : 1203, "endTimestamp_nsec" : 479000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 5374, "endPlayLoc" : 5377, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 1, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f4", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 542, "endLoc" : 5390, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 5378, "endPlayLoc" : 5390, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f3", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 543, "endLoc" : 5394, "endTimestamp_sec" : 1206, "endTimestamp_nsec" : 694000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 5391, "endPlayLoc" : 5394, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 1, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "g1d", "play_fl" : true } ] } , { "fragId" : 544, "endLoc" : 5396, "endTimestamp_sec" : 1208, "endTimestamp_nsec" : 836000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 5395, "endPlayLoc" : 5396, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 1, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f2", "play_fl" : true } , { "order" : 1, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 545, "endLoc" : 5411, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 5397, "endPlayLoc" : 5411, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 1, "alt_str" : "", "preset_label" : "dry", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 546, "endLoc" : 5422, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 5412, "endPlayLoc" : 5422, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f2", "play_fl" : true } , { "order" : 1, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 547, "endLoc" : 5424, "endTimestamp_sec" : 1216, "endTimestamp_nsec" : 336000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 5423, "endPlayLoc" : 5424, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "c", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 548, "endLoc" : 5435, "endTimestamp_sec" : 1217, "endTimestamp_nsec" : 322000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 5425, "endPlayLoc" : 5435, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 2, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 2, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f4", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 549, "endLoc" : 5437, "endTimestamp_sec" : 1221, "endTimestamp_nsec" : 72000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 5436, "endPlayLoc" : 5437, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "g1d", "play_fl" : true } ] } , { "fragId" : 550, "endLoc" : 5440, "endTimestamp_sec" : 1223, "endTimestamp_nsec" : 215000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 5438, "endPlayLoc" : 5440, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 1, "alt_str" : "", "preset_label" : "dry", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 551, "endLoc" : 5441, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 5440, "endPlayLoc" : 5441, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 1, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f4", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 552, "endLoc" : 6256, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 500.000000, "begPlayLoc" : 6236, "endPlayLoc" : 6256, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 553, "endLoc" : 6283, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 500.000000, "begPlayLoc" : 6260, "endPlayLoc" : 6283, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 554, "endLoc" : 6288, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 500.000000, "begPlayLoc" : 6284, "endPlayLoc" : 6288, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 555, "endLoc" : 6316, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 500.000000, "begPlayLoc" : 6289, "endPlayLoc" : 6316, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 556, "endLoc" : 6326, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 500.000000, "begPlayLoc" : 6318, "endPlayLoc" : 6326, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 557, "endLoc" : 6334, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 500.000000, "begPlayLoc" : 6327, "endPlayLoc" : 6334, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 558, "endLoc" : 6348, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 500.000000, "begPlayLoc" : 6336, "endPlayLoc" : 6348, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 559, "endLoc" : 6375, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 500.000000, "begPlayLoc" : 6349, "endPlayLoc" : 6375, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 560, "endLoc" : 6405, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 500.000000, "begPlayLoc" : 6376, "endPlayLoc" : 6405, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 561, "endLoc" : 6421, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 500.000000, "begPlayLoc" : 6406, "endPlayLoc" : 6421, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 562, "endLoc" : 6458, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 500.000000, "begPlayLoc" : 6422, "endPlayLoc" : 6458, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 563, "endLoc" : 6534, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 500.000000, "begPlayLoc" : 6459, "endPlayLoc" : 6534, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 564, "endLoc" : 6541, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 500.000000, "begPlayLoc" : 6536, "endPlayLoc" : 6541, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 565, "endLoc" : 6544, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 500.000000, "begPlayLoc" : 6542, "endPlayLoc" : 6544, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 566, "endLoc" : 6619, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 500.000000, "begPlayLoc" : 6545, "endPlayLoc" : 6619, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 567, "endLoc" : 6653, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 500.000000, "begPlayLoc" : 6620, "endPlayLoc" : 6653, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "b", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 568, "endLoc" : 6726, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 500.000000, "begPlayLoc" : 6654, "endPlayLoc" : 6726, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "c", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 2, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 569, "endLoc" : 6748, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 500.000000, "begPlayLoc" : 6727, "endPlayLoc" : 6748, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "c", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 570, "endLoc" : 6841, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 500.000000, "begPlayLoc" : 6749, "endPlayLoc" : 6841, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "b", "play_fl" : true } , { "order" : 1, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 571, "endLoc" : 6883, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 500.000000, "begPlayLoc" : 6842, "endPlayLoc" : 6883, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "b", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 572, "endLoc" : 6887, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 500.000000, "begPlayLoc" : 6885, "endPlayLoc" : 6887, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 1, "alt_str" : "", "preset_label" : "dry", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 573, "endLoc" : 7139, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 500.000000, "begPlayLoc" : 7117, "endPlayLoc" : 7139, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 2, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 574, "endLoc" : 7141, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 500.000000, "begPlayLoc" : 7140, "endPlayLoc" : 7141, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "d", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 575, "endLoc" : 7185, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 500.000000, "begPlayLoc" : 7141, "endPlayLoc" : 7185, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 2, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "d", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 576, "endLoc" : 7211, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 500.000000, "begPlayLoc" : 7186, "endPlayLoc" : 7211, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "b", "play_fl" : true } , { "order" : 2, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 2, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 577, "endLoc" : 7243, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 500.000000, "begPlayLoc" : 7212, "endPlayLoc" : 7243, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 2, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 2, "alt_str" : "", "preset_label" : "c", "play_fl" : true } , { "order" : 2, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 2, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 2, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 2, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 2, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 2, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 2, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 2, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 578, "endLoc" : 7262, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 500.000000, "begPlayLoc" : 7244, "endPlayLoc" : 7262, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "a", "play_fl" : true } , { "order" : 1, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 579, "endLoc" : 7278, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 500.000000, "begPlayLoc" : 7263, "endPlayLoc" : 7278, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "a", "play_fl" : true } , { "order" : 1, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 580, "endLoc" : 7281, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 500.000000, "begPlayLoc" : 7279, "endPlayLoc" : 7281, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 1, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "d", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 581, "endLoc" : 7284, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 500.000000, "begPlayLoc" : 7283, "endPlayLoc" : 7284, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 1, "alt_str" : "", "preset_label" : "dry", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 582, "endLoc" : 7291, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 500.000000, "begPlayLoc" : 7286, "endPlayLoc" : 7291, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 1, "alt_str" : "", "preset_label" : "dry", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 583, "endLoc" : 7308, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 500.000000, "begPlayLoc" : 7292, "endPlayLoc" : 7308, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 1, "alt_str" : "", "preset_label" : "dry", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 2, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 584, "endLoc" : 7312, "endTimestamp_sec" : 803, "endTimestamp_nsec" : 60000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 7310, "endPlayLoc" : 7312, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 1, "alt_str" : "", "preset_label" : "dry", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 585, "endLoc" : 7352, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 500.000000, "begPlayLoc" : 7309, "endPlayLoc" : 7352, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 1, "alt_str" : "", "preset_label" : "dry", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 2, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 586, "endLoc" : 7358, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 500.000000, "begPlayLoc" : 7353, "endPlayLoc" : 7358, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 1, "alt_str" : "", "preset_label" : "dry", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 587, "endLoc" : 7401, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 500.000000, "begPlayLoc" : 7360, "endPlayLoc" : 7401, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 1, "alt_str" : "", "preset_label" : "dry", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 588, "endLoc" : 7418, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 500.000000, "begPlayLoc" : 7402, "endPlayLoc" : 7418, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "b", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 589, "endLoc" : 7437, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 500.000000, "begPlayLoc" : 7419, "endPlayLoc" : 7437, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "c", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 590, "endLoc" : 7516, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 500.000000, "begPlayLoc" : 7440, "endPlayLoc" : 7516, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 591, "endLoc" : 7523, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 500.000000, "begPlayLoc" : 7517, "endPlayLoc" : 7523, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 592, "endLoc" : 7544, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 500.000000, "begPlayLoc" : 7526, "endPlayLoc" : 7544, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 1, "alt_str" : "", "preset_label" : "dry", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 593, "endLoc" : 7555, "endTimestamp_sec" : 1501, "endTimestamp_nsec" : 23000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 7545, "endPlayLoc" : 7555, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 1, "alt_str" : "", "preset_label" : "dry", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 594, "endLoc" : 7562, "endTimestamp_sec" : 1501, "endTimestamp_nsec" : 792000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 7558, "endPlayLoc" : 7562, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "g1a", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 595, "endLoc" : 7585, "endTimestamp_sec" : 1506, "endTimestamp_nsec" : 78000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 7563, "endPlayLoc" : 7585, "note" : "c and g1d a very close call, others are excellent too including dry", "presetN" : 13, "presetL" : [ { "order" : 2, "alt_str" : "A", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "c", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 2, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 2, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 596, "endLoc" : 7599, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 500.000000, "begPlayLoc" : 7587, "endPlayLoc" : 7599, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "b", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 597, "endLoc" : 7617, "endTimestamp_sec" : 1512, "endTimestamp_nsec" : 658000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 7600, "endPlayLoc" : 7617, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 598, "endLoc" : 7633, "endTimestamp_sec" : 1514, "endTimestamp_nsec" : 797000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 7618, "endPlayLoc" : 7633, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 599, "endLoc" : 7664, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 500.000000, "begPlayLoc" : 7634, "endPlayLoc" : 7664, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 600, "endLoc" : 7710, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 500.000000, "begPlayLoc" : 7666, "endPlayLoc" : 7710, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "a", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "A", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 601, "endLoc" : 7715, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 500.000000, "begPlayLoc" : 7711, "endPlayLoc" : 7715, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 2, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "b", "play_fl" : true } , { "order" : 2, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 2, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 2, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 1, "alt_str" : "A", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 602, "endLoc" : 7718, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 500.000000, "begPlayLoc" : 7717, "endPlayLoc" : 7718, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "A", "preset_label" : "dry", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "a", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 603, "endLoc" : 8037, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 500.000000, "begPlayLoc" : 7719, "endPlayLoc" : 8037, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 1, "alt_str" : "A", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 604, "endLoc" : 8068, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 500.000000, "begPlayLoc" : 8038, "endPlayLoc" : 8068, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 1, "alt_str" : "A", "preset_label" : "a", "play_fl" : false } , { "order" : 2, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f3", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 605, "endLoc" : 8122, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 500.000000, "begPlayLoc" : 8069, "endPlayLoc" : 8122, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "a", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "A", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 606, "endLoc" : 8132, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 500.000000, "begPlayLoc" : 8123, "endPlayLoc" : 8132, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 1, "alt_str" : "", "preset_label" : "dry", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 1, "alt_str" : "A", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 607, "endLoc" : 8139, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 500.000000, "begPlayLoc" : 8133, "endPlayLoc" : 8139, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f4", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 1, "alt_str" : "A", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 608, "endLoc" : 8161, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 500.000000, "begPlayLoc" : 8140, "endPlayLoc" : 8161, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 1, "alt_str" : "A", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f2", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 609, "endLoc" : 8182, "endTimestamp_sec" : 1588, "endTimestamp_nsec" : 661000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 8162, "endPlayLoc" : 8182, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "a", "play_fl" : true } , { "order" : 2, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 2, "alt_str" : "A", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 610, "endLoc" : 8194, "endTimestamp_sec" : 1590, "endTimestamp_nsec" : 501000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 8183, "endPlayLoc" : 8194, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 1, "alt_str" : "A", "preset_label" : "c", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "d", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 611, "endLoc" : 8219, "endTimestamp_sec" : 1594, "endTimestamp_nsec" : 420000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 8195, "endPlayLoc" : 8219, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 2, "alt_str" : "A", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f1", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 612, "endLoc" : 8227, "endTimestamp_sec" : 1595, "endTimestamp_nsec" : 646000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 8220, "endPlayLoc" : 8227, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 1, "alt_str" : "", "preset_label" : "dry", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "A", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 613, "endLoc" : 8232, "endTimestamp_sec" : 1596, "endTimestamp_nsec" : 820000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 8228, "endPlayLoc" : 8232, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 1, "alt_str" : "A", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f3", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 614, "endLoc" : 8244, "endTimestamp_sec" : 1598, "endTimestamp_nsec" : 446000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 8233, "endPlayLoc" : 8244, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 1, "alt_str" : "A", "preset_label" : "g1a", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "g1d", "play_fl" : true } ] } , { "fragId" : 615, "endLoc" : 8253, "endTimestamp_sec" : 1599, "endTimestamp_nsec" : 862000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 8245, "endPlayLoc" : 8253, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 1, "alt_str" : "", "preset_label" : "dry", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "A", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 616, "endLoc" : 8264, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 8254, "endPlayLoc" : 8264, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "A", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f2", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 617, "endLoc" : 8281, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 8265, "endPlayLoc" : 8281, "note" : "or gs could be ok", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "c", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 2, "alt_str" : "A", "preset_label" : "g", "play_fl" : false } , { "order" : 2, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 2, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 2, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 618, "endLoc" : 8288, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 8283, "endPlayLoc" : 8288, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 2, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 1, "alt_str" : "A", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f4", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 619, "endLoc" : 8319, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 8289, "endPlayLoc" : 8319, "note" : "b, but maybe swith to f4 or dry for the A at 352.", "presetN" : 13, "presetL" : [ { "order" : 2, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "b", "play_fl" : true } , { "order" : 2, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 2, "alt_str" : "A", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 620, "endLoc" : 8332, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 8321, "endPlayLoc" : 8332, "note" : "most sound weird, best is either dry or A, mild transform", "presetN" : 13, "presetL" : [ { "order" : 1, "alt_str" : "", "preset_label" : "dry", "play_fl" : true } , { "order" : 1, "alt_str" : "A", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 621, "endLoc" : 8341, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 8333, "endPlayLoc" : 8341, "note" : "dry -- others sound artificial", "presetN" : 13, "presetL" : [ { "order" : 1, "alt_str" : "", "preset_label" : "dry", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "A", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 622, "endLoc" : 8346, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 8342, "endPlayLoc" : 8346, "note" : "maybe fs, but still soundijng artifical", "presetN" : 13, "presetL" : [ { "order" : 1, "alt_str" : "", "preset_label" : "dry", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "A", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 623, "endLoc" : 8352, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 8347, "endPlayLoc" : 8352, "note" : "3 selected are near identical", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 1, "alt_str" : "A", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "g1a", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 624, "endLoc" : 8357, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 8353, "endPlayLoc" : 8357, "note" : "b and d have smoothest tails during sustained chord. But check where pedal goes down, should be fore of a fp effect?", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "b", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 1, "alt_str" : "A", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 625, "endLoc" : 8373, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 8361, "endPlayLoc" : 8373, "note" : "two selected both good, g1d more extremet - context decision", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f3", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 1, "alt_str" : "A", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 626, "endLoc" : 8387, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 8374, "endPlayLoc" : 8387, "note" : "fs are about all the same, same for gs", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : true } ] } , { "fragId" : 627, "endLoc" : 8399, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 8388, "endPlayLoc" : 8399, "note" : "fs and gs in their groups sound so close", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "A", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 628, "endLoc" : 8415, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 8400, "endPlayLoc" : 8415, "note" : "all very close", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "d", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 1, "alt_str" : "A", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 629, "endLoc" : 8444, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 8416, "endPlayLoc" : 8444, "note" : "hard to choose, gia or f3 depends on context - whether more radical is better here", "presetN" : 13, "presetL" : [ { "order" : 1, "alt_str" : "A", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f3", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 630, "endLoc" : 8465, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 8445, "endPlayLoc" : 8465, "note" : "the g's are very much alike, likewise b and c very close", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "b", "play_fl" : true } , { "order" : 1, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 2, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 2, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 631, "endLoc" : 8477, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 8467, "endPlayLoc" : 8477, "note" : "g's very similar, g1d a little tamer, also b and c close", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 2, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "c", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 2, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 632, "endLoc" : 8506, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 8478, "endPlayLoc" : 8506, "note" : "g's all similar, a little too 'out there' compared to the others which are dramatic enough. The slected ones all have their slightly differentiated drama, all good.", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 2, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f3", "play_fl" : true } , { "order" : 1, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 633, "endLoc" : 8519, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 8507, "endPlayLoc" : 8519, "note" : "in fact all are good, the g's maybe too many artifacts. Dry can also work well here for contrast purposes", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 2, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "c", "play_fl" : true } , { "order" : 1, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 2, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 634, "endLoc" : 8535, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 8522, "endPlayLoc" : 8535, "note" : "keep dry", "presetN" : 13, "presetL" : [ { "order" : 1, "alt_str" : "", "preset_label" : "dry", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 635, "endLoc" : 8572, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 8536, "endPlayLoc" : 8572, "note" : "the f's are best if we need a transform, but nothing is better than dry", "presetN" : 13, "presetL" : [ { "order" : 1, "alt_str" : "", "preset_label" : "dry", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 3, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 2, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 636, "endLoc" : 8620, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 8573, "endPlayLoc" : 8620, "note" : "probably dry is best due to the delicacy, but f4 and g1d are quite good if we want transform -- highly competitive with dry", "presetN" : 13, "presetL" : [ { "order" : 1, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 2, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f4", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 2, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 637, "endLoc" : 8660, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 8621, "endPlayLoc" : 8660, "note" : "probably dry best for this super high / super quiet passage. But maybe one of the noted transforms can work well if the dry to wet mix is adjusted (more dry / less wet)", "presetN" : 13, "presetL" : [ { "order" : 1, "alt_str" : "", "preset_label" : "dry", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 2, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 2, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 638, "endLoc" : 8740, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 8661, "endPlayLoc" : 8740, "note" : "probably dry is still best, but if transformed then any f or g is viable, in that casse as before probably boosting the dry", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 639, "endLoc" : 8767, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 8741, "endPlayLoc" : 8767, "note" : "c for now, but in reality the g's are all as and equally good", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : true } , { "order" : 1, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 640, "endLoc" : 8844, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 8768, "endPlayLoc" : 8844, "note" : "dry still a stong contender, f4 has a lot of magic, g1a best choice for wilder.", "presetN" : 13, "presetL" : [ { "order" : 1, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 2, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f4", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 2, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 641, "endLoc" : 8875, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 8845, "endPlayLoc" : 8875, "note" : "all four choices have their merits, D a littel darker on the loud crash chord", "presetN" : 13, "presetL" : [ { "order" : 1, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "d", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 642, "endLoc" : 8900, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 8876, "endPlayLoc" : 8900, "note" : "g1a probably best if transformed, dry continues to be good", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 2, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "g1a", "play_fl" : true } , { "order" : 2, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 643, "endLoc" : 8927, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 8901, "endPlayLoc" : 8927, "note" : "g1a and g1d probably as good as ga", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 2, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 644, "endLoc" : 8948, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 8928, "endPlayLoc" : 8948, "note" : "three selected equally good, c might be cleanest while still radical", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "c", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 645, "endLoc" : 8983, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 8949, "endPlayLoc" : 8983, "note" : "all five are aboiut equal in quality", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "g1a", "play_fl" : true } , { "order" : 1, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 646, "endLoc" : 8995, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 8984, "endPlayLoc" : 8995, "note" : "very short so any are viable (except d) f's are closest to dry", "presetN" : 13, "presetL" : [ { "order" : 1, "alt_str" : "", "preset_label" : "dry", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 2, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 2, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 2, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 647, "endLoc" : 9044, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 8996, "endPlayLoc" : 9044, "note" : "c and g1a similar, out there... f2 slightly more restrained.", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 2, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f2", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 2, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 648, "endLoc" : 9081, "endTimestamp_sec" : 1752, "endTimestamp_nsec" : 794000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 9045, "endPlayLoc" : 9081, "note" : "f's as selected fade to dry, or all dry.", "presetN" : 13, "presetL" : [ { "order" : 1, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f2", "play_fl" : true } , { "order" : 1, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 649, "endLoc" : 9608, "endTimestamp_sec" : 1757, "endTimestamp_nsec" : 102000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 9607, "endPlayLoc" : 9608, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 650, "endLoc" : 9626, "endTimestamp_sec" : 1760, "endTimestamp_nsec" : 594000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 9609, "endPlayLoc" : 9626, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "a", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 2, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 2, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 2, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 651, "endLoc" : 9640, "endTimestamp_sec" : 1762, "endTimestamp_nsec" : 886000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 9627, "endPlayLoc" : 9640, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 652, "endLoc" : 9646, "endTimestamp_sec" : 1765, "endTimestamp_nsec" : 29000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 9641, "endPlayLoc" : 9646, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 653, "endLoc" : 9665, "endTimestamp_sec" : 1769, "endTimestamp_nsec" : 386000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 9647, "endPlayLoc" : 9665, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "c", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 654, "endLoc" : 9669, "endTimestamp_sec" : 1770, "endTimestamp_nsec" : 60000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 9666, "endPlayLoc" : 9669, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f2", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 655, "endLoc" : 9688, "endTimestamp_sec" : 1772, "endTimestamp_nsec" : 496000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 9670, "endPlayLoc" : 9688, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 1, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "g1a", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 656, "endLoc" : 9693, "endTimestamp_sec" : 1773, "endTimestamp_nsec" : 896000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 9689, "endPlayLoc" : 9693, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 1, "alt_str" : "", "preset_label" : "dry", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 657, "endLoc" : 9705, "endTimestamp_sec" : 1775, "endTimestamp_nsec" : 459000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 9694, "endPlayLoc" : 9705, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 1, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "g1d", "play_fl" : true } ] } , { "fragId" : 658, "endLoc" : 9731, "endTimestamp_sec" : 1780, "endTimestamp_nsec" : 404000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 9706, "endPlayLoc" : 9731, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 1, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f2", "play_fl" : true } , { "order" : 1, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 659, "endLoc" : 9739, "endTimestamp_sec" : 1782, "endTimestamp_nsec" : 145000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 9732, "endPlayLoc" : 9739, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 2, "alt_str" : "", "preset_label" : "dry", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 2, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 2, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 2, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 660, "endLoc" : 9750, "endTimestamp_sec" : 1783, "endTimestamp_nsec" : 723000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 9740, "endPlayLoc" : 9750, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "b", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 661, "endLoc" : 9756, "endTimestamp_sec" : 1784, "endTimestamp_nsec" : 581000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 9751, "endPlayLoc" : 9756, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 1, "alt_str" : "", "preset_label" : "dry", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 662, "endLoc" : 9763, "endTimestamp_sec" : 1786, "endTimestamp_nsec" : 921000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 9757, "endPlayLoc" : 9763, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "a", "play_fl" : true } , { "order" : 1, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 663, "endLoc" : 9792, "endTimestamp_sec" : 1789, "endTimestamp_nsec" : 913000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 9764, "endPlayLoc" : 9792, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "a", "play_fl" : true } , { "order" : 1, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 664, "endLoc" : 9819, "endTimestamp_sec" : 1794, "endTimestamp_nsec" : 869000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 9793, "endPlayLoc" : 9819, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "g1d", "play_fl" : true } ] } , { "fragId" : 665, "endLoc" : 9837, "endTimestamp_sec" : 1798, "endTimestamp_nsec" : 222000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 9820, "endPlayLoc" : 9837, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "a", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 666, "endLoc" : 9841, "endTimestamp_sec" : 1798, "endTimestamp_nsec" : 758000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 9838, "endPlayLoc" : 9841, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : true } , { "order" : 1, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 667, "endLoc" : 9864, "endTimestamp_sec" : 1804, "endTimestamp_nsec" : 726000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 9842, "endPlayLoc" : 9864, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 2, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 2, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 2, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 2, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 2, "alt_str" : "", "preset_label" : "g1a", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 668, "endLoc" : 9868, "endTimestamp_sec" : 1805, "endTimestamp_nsec" : 231000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 9866, "endPlayLoc" : 9868, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f3", "play_fl" : true } , { "order" : 1, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 669, "endLoc" : 9880, "endTimestamp_sec" : 1806, "endTimestamp_nsec" : 927000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 9869, "endPlayLoc" : 9880, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "d", "play_fl" : true } , { "order" : 1, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 670, "endLoc" : 9916, "endTimestamp_sec" : 1813, "endTimestamp_nsec" : 874000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 9881, "endPlayLoc" : 9916, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 2, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 2, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 3, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 2, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 2, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f3", "play_fl" : true } , { "order" : 2, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 2, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 2, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 3, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 3, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 671, "endLoc" : 9935, "endTimestamp_sec" : 1816, "endTimestamp_nsec" : 706000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 9917, "endPlayLoc" : 9935, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 2, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "b", "play_fl" : true } , { "order" : 2, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 2, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 2, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 2, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 2, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 2, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 2, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 672, "endLoc" : 9963, "endTimestamp_sec" : 1821, "endTimestamp_nsec" : 934000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 9936, "endPlayLoc" : 9963, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "g1d", "play_fl" : true } ] } , { "fragId" : 673, "endLoc" : 9974, "endTimestamp_sec" : 1824, "endTimestamp_nsec" : 309000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 9964, "endPlayLoc" : 9974, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "b", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 2, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 2, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 2, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 2, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 2, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 674, "endLoc" : 9982, "endTimestamp_sec" : 1825, "endTimestamp_nsec" : 533000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 9975, "endPlayLoc" : 9982, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 2, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 2, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "ga", "play_fl" : true } , { "order" : 2, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 675, "endLoc" : 9987, "endTimestamp_sec" : 1828, "endTimestamp_nsec" : 731000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 9983, "endPlayLoc" : 9987, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 2, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 2, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 2, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f3", "play_fl" : true } , { "order" : 2, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 2, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 2, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 2, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 676, "endLoc" : 9999, "endTimestamp_sec" : 1830, "endTimestamp_nsec" : 673000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 9988, "endPlayLoc" : 9999, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 1, "alt_str" : "", "preset_label" : "dry", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 677, "endLoc" : 10004, "endTimestamp_sec" : 1833, "endTimestamp_nsec" : 707000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 10000, "endPlayLoc" : 10004, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 2, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 2, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 2, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 2, "alt_str" : "", "preset_label" : "d", "play_fl" : true } , { "order" : 1, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 2, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 2, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 678, "endLoc" : 10033, "endTimestamp_sec" : 1838, "endTimestamp_nsec" : 264000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 10005, "endPlayLoc" : 10033, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "c", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 679, "endLoc" : 10064, "endTimestamp_sec" : 1844, "endTimestamp_nsec" : 103000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 10034, "endPlayLoc" : 10064, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 2, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 2, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "ga", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 680, "endLoc" : 10071, "endTimestamp_sec" : 1844, "endTimestamp_nsec" : 727000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 10065, "endPlayLoc" : 10071, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 2, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 2, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 2, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 2, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 2, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f2", "play_fl" : true } , { "order" : 2, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 2, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 2, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 2, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 2, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 681, "endLoc" : 10098, "endTimestamp_sec" : 1848, "endTimestamp_nsec" : 924000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 10072, "endPlayLoc" : 10098, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "a", "play_fl" : true } , { "order" : 1, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 2, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 2, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 2, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 2, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 682, "endLoc" : 10112, "endTimestamp_sec" : 1851, "endTimestamp_nsec" : 218000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 10099, "endPlayLoc" : 10112, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 683, "endLoc" : 10129, "endTimestamp_sec" : 1854, "endTimestamp_nsec" : 444000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 10113, "endPlayLoc" : 10129, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "b", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 684, "endLoc" : 10144, "endTimestamp_sec" : 1856, "endTimestamp_nsec" : 128000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 10130, "endPlayLoc" : 10144, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "g1a", "play_fl" : true } , { "order" : 1, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 685, "endLoc" : 10149, "endTimestamp_sec" : 1857, "endTimestamp_nsec" : 483000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 10145, "endPlayLoc" : 10149, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f2", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 686, "endLoc" : 10158, "endTimestamp_sec" : 1859, "endTimestamp_nsec" : 714000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 10150, "endPlayLoc" : 10158, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "a", "play_fl" : true } , { "order" : 1, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 687, "endLoc" : 10178, "endTimestamp_sec" : 1861, "endTimestamp_nsec" : 903000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 10159, "endPlayLoc" : 10178, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "g", "play_fl" : true } , { "order" : 1, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 688, "endLoc" : 10185, "endTimestamp_sec" : 1864, "endTimestamp_nsec" : 179000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 10179, "endPlayLoc" : 10185, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "d", "play_fl" : true } , { "order" : 1, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 689, "endLoc" : 10200, "endTimestamp_sec" : 1866, "endTimestamp_nsec" : 129000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 10186, "endPlayLoc" : 10200, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 1, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 2, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 2, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f4", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 2, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 2, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 690, "endLoc" : 10206, "endTimestamp_sec" : 1866, "endTimestamp_nsec" : 843000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 10201, "endPlayLoc" : 10206, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 1, "alt_str" : "", "preset_label" : "dry", "play_fl" : true } , { "order" : 1, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 691, "endLoc" : 10216, "endTimestamp_sec" : 1868, "endTimestamp_nsec" : 422000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 10207, "endPlayLoc" : 10216, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 1, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : true } ] } , { "fragId" : 692, "endLoc" : 10230, "endTimestamp_sec" : 1870, "endTimestamp_nsec" : 548000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 10217, "endPlayLoc" : 10230, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "a", "play_fl" : true } , { "order" : 1, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 693, "endLoc" : 10236, "endTimestamp_sec" : 1873, "endTimestamp_nsec" : 938000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 10231, "endPlayLoc" : 10236, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 1, "alt_str" : "", "preset_label" : "dry", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 2, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 2, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 2, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 694, "endLoc" : 10238, "endTimestamp_sec" : 1874, "endTimestamp_nsec" : 256000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 10237, "endPlayLoc" : 10238, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "ga", "play_fl" : true } , { "order" : 1, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 695, "endLoc" : 10248, "endTimestamp_sec" : 1878, "endTimestamp_nsec" : 404000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 10239, "endPlayLoc" : 10248, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 1, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "c", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 696, "endLoc" : 10262, "endTimestamp_sec" : 1881, "endTimestamp_nsec" : 442000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 10249, "endPlayLoc" : 10262, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 1, "alt_str" : "", "preset_label" : "dry", "play_fl" : true } , { "order" : 2, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 2, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 2, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 697, "endLoc" : 10279, "endTimestamp_sec" : 1883, "endTimestamp_nsec" : 379000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 10263, "endPlayLoc" : 10279, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 1, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : true } , { "order" : 1, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 698, "endLoc" : 10289, "endTimestamp_sec" : 1887, "endTimestamp_nsec" : 84000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 10280, "endPlayLoc" : 10289, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 1, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f1", "play_fl" : true } , { "order" : 1, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 699, "endLoc" : 10292, "endTimestamp_sec" : 1888, "endTimestamp_nsec" : 75000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 10290, "endPlayLoc" : 10292, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 1, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "c", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 700, "endLoc" : 10314, "endTimestamp_sec" : 1891, "endTimestamp_nsec" : 859000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 10293, "endPlayLoc" : 10314, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 1, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "g1a", "play_fl" : true } , { "order" : 1, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 701, "endLoc" : 10322, "endTimestamp_sec" : 1893, "endTimestamp_nsec" : 198000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 10315, "endPlayLoc" : 10322, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "d", "play_fl" : true } , { "order" : 1, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 702, "endLoc" : 10330, "endTimestamp_sec" : 1894, "endTimestamp_nsec" : 625000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 10323, "endPlayLoc" : 10330, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 1, "alt_str" : "", "preset_label" : "dry", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 703, "endLoc" : 10342, "endTimestamp_sec" : 1897, "endTimestamp_nsec" : 919000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 10331, "endPlayLoc" : 10342, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 1, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 2, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 2, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f2", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 2, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 704, "endLoc" : 10352, "endTimestamp_sec" : 1899, "endTimestamp_nsec" : 881000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 10344, "endPlayLoc" : 10352, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 1, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "c", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 705, "endLoc" : 11047, "endTimestamp_sec" : 1901, "endTimestamp_nsec" : 41000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 11042, "endPlayLoc" : 11047, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : true } , { "order" : 1, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 706, "endLoc" : 11054, "endTimestamp_sec" : 1902, "endTimestamp_nsec" : 140000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 11048, "endPlayLoc" : 11054, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 1, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "a", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 707, "endLoc" : 11065, "endTimestamp_sec" : 1903, "endTimestamp_nsec" : 489000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 11055, "endPlayLoc" : 11065, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 1, "alt_str" : "", "preset_label" : "dry", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 708, "endLoc" : 11078, "endTimestamp_sec" : 1906, "endTimestamp_nsec" : 967000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 11066, "endPlayLoc" : 11078, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 1, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 2, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "c", "play_fl" : true } , { "order" : 2, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 2, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 2, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 2, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 2, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 2, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 709, "endLoc" : 11098, "endTimestamp_sec" : 1914, "endTimestamp_nsec" : 65000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 11079, "endPlayLoc" : 11098, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 2, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 2, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f4", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 2, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 2, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 2, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 710, "endLoc" : 11105, "endTimestamp_sec" : 1916, "endTimestamp_nsec" : 652000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 11100, "endPlayLoc" : 11105, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "a", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 711, "endLoc" : 11110, "endTimestamp_sec" : 1918, "endTimestamp_nsec" : 426000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 11106, "endPlayLoc" : 11110, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 1, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f2", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 712, "endLoc" : 11129, "endTimestamp_sec" : 1923, "endTimestamp_nsec" : 753000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 11112, "endPlayLoc" : 11129, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 713, "endLoc" : 11153, "endTimestamp_sec" : 1927, "endTimestamp_nsec" : 934000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 3000.000000, "begPlayLoc" : 11130, "endPlayLoc" : 11153, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 714, "endLoc" : 11168, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 11154, "endPlayLoc" : 11168, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "b", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 2, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 2, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 2, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 715, "endLoc" : 11173, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 11169, "endPlayLoc" : 11173, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f4", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 716, "endLoc" : 11184, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 11174, "endPlayLoc" : 11184, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 717, "endLoc" : 11189, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 11185, "endPlayLoc" : 11189, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 718, "endLoc" : 11206, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 11190, "endPlayLoc" : 11206, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : true } ] } , { "fragId" : 719, "endLoc" : 11213, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 11207, "endPlayLoc" : 11213, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "b", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 720, "endLoc" : 11229, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 11214, "endPlayLoc" : 11229, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f4", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 721, "endLoc" : 11237, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 11230, "endPlayLoc" : 11237, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 2, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 2, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f2", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 2, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 2, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 722, "endLoc" : 11261, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 11238, "endPlayLoc" : 11261, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "c", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 723, "endLoc" : 11269, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 11262, "endPlayLoc" : 11269, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 724, "endLoc" : 11273, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 11270, "endPlayLoc" : 11273, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 725, "endLoc" : 11278, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 11274, "endPlayLoc" : 11278, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 726, "endLoc" : 11303, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 11279, "endPlayLoc" : 11303, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f2", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 727, "endLoc" : 11307, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 11305, "endPlayLoc" : 11307, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 728, "endLoc" : 11321, "endTimestamp_sec" : 1966, "endTimestamp_nsec" : 880000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 11308, "endPlayLoc" : 11321, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 729, "endLoc" : 11323, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 11322, "endPlayLoc" : 11323, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 1, "alt_str" : "", "preset_label" : "dry", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 730, "endLoc" : 11325, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 11324, "endPlayLoc" : 11325, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "d", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 731, "endLoc" : 11360, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 5000.000000, "begPlayLoc" : 11326, "endPlayLoc" : 11360, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : true } ] } , { "fragId" : 732, "endLoc" : 11363, "endTimestamp_sec" : 1975, "endTimestamp_nsec" : 673000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 100.000000, "begPlayLoc" : 11361, "endPlayLoc" : 11363, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 733, "endLoc" : 11383, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 2000.000000, "begPlayLoc" : 11364, "endPlayLoc" : 11383, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 734, "endLoc" : 11386, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 11384, "endPlayLoc" : 11386, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 735, "endLoc" : 11395, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 11390, "endPlayLoc" : 11395, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 2, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 2, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "d", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 736, "endLoc" : 11400, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 11396, "endPlayLoc" : 11400, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 2, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "ga", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 737, "endLoc" : 11402, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 11401, "endPlayLoc" : 11402, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "c", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 738, "endLoc" : 11420, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 11403, "endPlayLoc" : 11420, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "g1a", "play_fl" : true } , { "order" : 1, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 739, "endLoc" : 11427, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 11421, "endPlayLoc" : 11427, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 1, "alt_str" : "", "preset_label" : "dry", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 740, "endLoc" : 11438, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 11428, "endPlayLoc" : 11438, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f3", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 741, "endLoc" : 11475, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 11439, "endPlayLoc" : 11475, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "b", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 742, "endLoc" : 11502, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 11476, "endPlayLoc" : 11502, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f2", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 2, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 743, "endLoc" : 11509, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 11503, "endPlayLoc" : 11509, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f2", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 744, "endLoc" : 11514, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 11510, "endPlayLoc" : 11514, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "d", "play_fl" : true } , { "order" : 1, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 745, "endLoc" : 11524, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 11515, "endPlayLoc" : 11524, "note" : "a g g1d all good, equal -- g designated", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "g", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 746, "endLoc" : 11529, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 11525, "endPlayLoc" : 11529, "note" : "all f's sound the same -- use f1", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f1", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 747, "endLoc" : 11544, "endTimestamp_sec" : 2023, "endTimestamp_nsec" : 58000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 500.000000, "begPlayLoc" : 11530, "endPlayLoc" : 11544, "note" : "these 4 good, quite similar - f3 for now", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f3", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 748, "endLoc" : 11548, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 11545, "endPlayLoc" : 11548, "note" : "very similar - f1 for now", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f1", "play_fl" : true } , { "order" : 1, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 749, "endLoc" : 11556, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 11549, "endPlayLoc" : 11556, "note" : "no major differences, f2", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f2", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 750, "endLoc" : 11576, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 11558, "endPlayLoc" : 11576, "note" : "b, f2, g, ga all equally good, subtly different. f2 for now", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f2", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 751, "endLoc" : 11586, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 11577, "endPlayLoc" : 11586, "note" : "d or any f -- f4 for now", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f4", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 752, "endLoc" : 11599, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 11587, "endPlayLoc" : 11599, "note" : "all are totally acceptable, but f's are more natiural souinding than the g's -- say f1 for now", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f1", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 753, "endLoc" : 11602, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 11600, "endPlayLoc" : 11602, "note" : "dry", "presetN" : 13, "presetL" : [ { "order" : 1, "alt_str" : "", "preset_label" : "dry", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 754, "endLoc" : 11612, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 11603, "endPlayLoc" : 11612, "note" : "f1, g, ga all equally good but different. ga for now (f1 is subtler)", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "ga", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 755, "endLoc" : 11615, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 11613, "endPlayLoc" : 11615, "note" : "b f3 g1a all good", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "b", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 2, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 2, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 756, "endLoc" : 11643, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 11616, "endPlayLoc" : 11643, "note" : "b c very similar, go with c for now. f2 f3 g1d also good", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "c", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 2, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 2, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 2, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 757, "endLoc" : 11661, "endTimestamp_sec" : 2066, "endTimestamp_nsec" : 52000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 11644, "endPlayLoc" : 11661, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 758, "endLoc" : 11669, "endTimestamp_sec" : 2068, "endTimestamp_nsec" : 195000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 11662, "endPlayLoc" : 11669, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 2, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 2, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 759, "endLoc" : 11677, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 11670, "endPlayLoc" : 11677, "note" : "none are bad, most very much alike, too long a passage for one transform, needs to be subdivided", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 760, "endLoc" : 11699, "endTimestamp_sec" : 2073, "endTimestamp_nsec" : 371000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 11678, "endPlayLoc" : 11699, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 761, "endLoc" : 11710, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 11700, "endPlayLoc" : 11710, "note" : "b c f2 f3 f4 very miuch alike. Go with f4 because a little more emerges from texture near end. But it's in general too overwhelming for one transform.", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 2, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 2, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 2, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 2, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f4", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 762, "endLoc" : 11722, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 11711, "endPlayLoc" : 11722, "note" : "f2 ga g1a are best (much alike). g's are slightly less sharp edged.", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f2", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 2, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 2, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 763, "endLoc" : 11731, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 11723, "endPlayLoc" : 11731, "note" : "d, f2 or f3 all good", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 2, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f2", "play_fl" : true } , { "order" : 2, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 764, "endLoc" : 11738, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 11732, "endPlayLoc" : 11738, "note" : "all have their merits g1a and g1d sound the same. might be a good moment to go dry", "presetN" : 13, "presetL" : [ { "order" : 2, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 2, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 2, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 2, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 2, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "g1d", "play_fl" : true } ] } , { "fragId" : 765, "endLoc" : 11743, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 11740, "endPlayLoc" : 11743, "note" : "not huge differences, none are bad", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "b", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 2, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 2, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 2, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 2, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 766, "endLoc" : 11751, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 11744, "endPlayLoc" : 11751, "note" : "generally too blurred, maybe dry will be better", "presetN" : 13, "presetL" : [ { "order" : 2, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f2", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 767, "endLoc" : 11757, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 11752, "endPlayLoc" : 11757, "note" : "f2, f3 f4 all good, ga also good but different", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f2", "play_fl" : true } , { "order" : 2, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 2, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 2, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 768, "endLoc" : 11783, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 11759, "endPlayLoc" : 11783, "note" : "b is best, g1d is 2nd", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 769, "endLoc" : 11788, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 11784, "endPlayLoc" : 11788, "note" : "c, b almost the same, or ga (in that order)", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "c", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 770, "endLoc" : 11801, "endTimestamp_sec" : 2103, "endTimestamp_nsec" : 909000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 11790, "endPlayLoc" : 11801, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 1, "alt_str" : "", "preset_label" : "dry", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 771, "endLoc" : 11806, "endTimestamp_sec" : 2104, "endTimestamp_nsec" : 981000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 11802, "endPlayLoc" : 11806, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 772, "endLoc" : 11830, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 11807, "endPlayLoc" : 11830, "note" : "g1d, c or ga. Probably in that order, the two g's are very close. Passage will need to be subdivided, too long for a single transform.", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 2, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 3, "alt_str" : "", "preset_label" : "ga", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 3, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 773, "endLoc" : 11832, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 11831, "endPlayLoc" : 11832, "note" : "d, b f4 g1a g1d -- all have their distinct character, all good", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "d", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 774, "endLoc" : 11845, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 11833, "endPlayLoc" : 11845, "note" : "g1d, f4 or dry. no transform is bad, may lean to dry for contrast, context to decide", "presetN" : 13, "presetL" : [ { "order" : 1, "alt_str" : "", "preset_label" : "dry", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 775, "endLoc" : 11849, "endTimestamp_sec" : 2113, "endTimestamp_nsec" : 156000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 11846, "endPlayLoc" : 11849, "note" : "fs are identical", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f3", "play_fl" : true } , { "order" : 1, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 776, "endLoc" : 11854, "endTimestamp_sec" : 2114, "endTimestamp_nsec" : 227000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 11850, "endPlayLoc" : 11854, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 1, "alt_str" : "", "preset_label" : "dry", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 777, "endLoc" : 11860, "endTimestamp_sec" : 2114, "endTimestamp_nsec" : 227000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 11855, "endPlayLoc" : 11860, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f4", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 778, "endLoc" : 11867, "endTimestamp_sec" : 2118, "endTimestamp_nsec" : 813000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 11861, "endPlayLoc" : 11867, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 1, "alt_str" : "", "preset_label" : "dry", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 779, "endLoc" : 11876, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 11868, "endPlayLoc" : 11876, "note" : "c g or ga -- quite similar", "presetN" : 13, "presetL" : [ { "order" : 1, "alt_str" : "", "preset_label" : "dry", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 780, "endLoc" : 11891, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 11877, "endPlayLoc" : 11891, "note" : "b and c very alike, good. f4 is tamer, ga and g1d are radical, may need something else on the last note to offset the artifacts that emerge.", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 781, "endLoc" : 11909, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 11892, "endPlayLoc" : 11909, "note" : "b c f2 f4 ga g1a all good, subtly different. Hard to choose", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 782, "endLoc" : 11918, "endTimestamp_sec" : 2129, "endTimestamp_nsec" : 36000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 11910, "endPlayLoc" : 11918, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 1, "alt_str" : "", "preset_label" : "dry", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 783, "endLoc" : 11950, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 11919, "endPlayLoc" : 11950, "note" : "g c, also f2 f3. Pedal makes everything muddy but that's another issue", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "g", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 784, "endLoc" : 11952, "endTimestamp_sec" : 2137, "endTimestamp_nsec" : 448000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 11951, "endPlayLoc" : 11952, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f2", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 785, "endLoc" : 11961, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 11952, "endPlayLoc" : 11961, "note" : "c or f2 f3 f4 ga. None is markedly better than the others, might need a new transform on the last note.", "presetN" : 13, "presetL" : [ { "order" : 1, "alt_str" : "", "preset_label" : "dry", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 786, "endLoc" : 11963, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 11962, "endPlayLoc" : 11963, "note" : "f2 f3 or f4 -- only two notes here.", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 787, "endLoc" : 11966, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 11963, "endPlayLoc" : 11966, "note" : "c d any of the f's, g1d -- all very much alike, esp the f's", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : true } ] } , { "fragId" : 788, "endLoc" : 11975, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 11967, "endPlayLoc" : 11975, "note" : "b, but the others are very much alike. Dry always an option", "presetN" : 13, "presetL" : [ { "order" : 2, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "b", "play_fl" : true } , { "order" : 2, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 2, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 2, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 789, "endLoc" : 11992, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 11976, "endPlayLoc" : 11992, "note" : "maybe g1a transitions to dry. The fs are very mild.", "presetN" : 13, "presetL" : [ { "order" : 1, "alt_str" : "", "preset_label" : "dry", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 2, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 2, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 790, "endLoc" : 11995, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 11993, "endPlayLoc" : 11995, "note" : "very short, very much alike", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "d", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 791, "endLoc" : 12009, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 11996, "endPlayLoc" : 12009, "note" : "not huge differences among the letters", "presetN" : 13, "presetL" : [ { "order" : 1, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "a", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 792, "endLoc" : 12011, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 12010, "endPlayLoc" : 12011, "note" : "one chord, not much difference within the letters", "presetN" : 13, "presetL" : [ { "order" : 1, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "d", "play_fl" : true } , { "order" : 2, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 2, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 2, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 2, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 793, "endLoc" : 12019, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 12012, "endPlayLoc" : 12019, "note" : "the fs are cloe to dry", "presetN" : 13, "presetL" : [ { "order" : 1, "alt_str" : "", "preset_label" : "dry", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 794, "endLoc" : 12041, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 12020, "endPlayLoc" : 12041, "note" : "dry or fs very similar, maybe g1a for the very opening few notes", "presetN" : 13, "presetL" : [ { "order" : 1, "alt_str" : "", "preset_label" : "dry", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 2, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 795, "endLoc" : 12048, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 12042, "endPlayLoc" : 12048, "note" : "differences among transforms much clearer here -- except for g's, those are alike.", "presetN" : 13, "presetL" : [ { "order" : 1, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "d", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 2, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 796, "endLoc" : 12068, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 12049, "endPlayLoc" : 12068, "note" : "dry except change to ga at LOC 16134", "presetN" : 13, "presetL" : [ { "order" : 1, "alt_str" : "", "preset_label" : "dry", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 2, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 797, "endLoc" : 12073, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 12069, "endPlayLoc" : 12073, "note" : "no comments", "presetN" : 13, "presetL" : [ { "order" : 1, "alt_str" : "", "preset_label" : "dry", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 798, "endLoc" : 12079, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 12074, "endPlayLoc" : 12079, "note" : "these 3 choices equally good, slightly differnet emphases", "presetN" : 13, "presetL" : [ { "order" : 1, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "g1a", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 799, "endLoc" : 12088, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 12080, "endPlayLoc" : 12088, "note" : "the selected other than dry all have merit, will need further refinement if chosen", "presetN" : 13, "presetL" : [ { "order" : 1, "alt_str" : "", "preset_label" : "dry", "play_fl" : true } , { "order" : 2, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 2, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 2, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 2, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 800, "endLoc" : 12094, "endTimestamp_sec" : 2161, "endTimestamp_nsec" : 740000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 12089, "endPlayLoc" : 12094, "note" : "c, g1a, g1d all good", "presetN" : 13, "presetL" : [ { "order" : 1, "alt_str" : "", "preset_label" : "dry", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 801, "endLoc" : 12097, "endTimestamp_sec" : 2164, "endTimestamp_nsec" : 954000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 12095, "endPlayLoc" : 12097, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 802, "endLoc" : 12100, "endTimestamp_sec" : 2166, "endTimestamp_nsec" : 829000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 12098, "endPlayLoc" : 12100, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 803, "endLoc" : 12102, "endTimestamp_sec" : 2170, "endTimestamp_nsec" : 311000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 12100, "endPlayLoc" : 12102, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 804, "endLoc" : 12108, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 12102, "endPlayLoc" : 12108, "note" : "this is way too long a passage to be underf on transform. The gs work best, solution might be a differnet balancing or inteweaving between dry and ga - by a slight degree the best g", "presetN" : 13, "presetL" : [ { "order" : 1, "alt_str" : "", "preset_label" : "dry", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 805, "endLoc" : 12111, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 12109, "endPlayLoc" : 12111, "note" : "ga and g1a very subtly different", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 806, "endLoc" : 12113, "endTimestamp_sec" : 2191, "endTimestamp_nsec" : 874000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 12112, "endPlayLoc" : 12113, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 807, "endLoc" : 12115, "endTimestamp_sec" : 2194, "endTimestamp_nsec" : 954000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 12114, "endPlayLoc" : 12115, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 808, "endLoc" : 12119, "endTimestamp_sec" : 2196, "endTimestamp_nsec" : 26000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 12115, "endPlayLoc" : 12119, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 809, "endLoc" : 12121, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 12120, "endPlayLoc" : 12121, "note" : "g1a or ga then switch or fade to dry on or by 16334 Last chord needs to be softer, maybe change to pppp", "presetN" : 13, "presetL" : [ { "order" : 1, "alt_str" : "", "preset_label" : "dry", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } ] , "masterWetInGain" : 1.500000, "masterWetOutGain" : 1.000000, "masterDryGain" : 2.000000, "masterSyncDelayMs" : 400.000000 } diff --git a/src/cwtest/cfg/gutim_full/preset_select/m1_458_trans_5_scriabin_4.txt b/src/cwtest/cfg/gutim_full/preset_select/m1_458_trans_5_scriabin_4.txt new file mode 100644 index 0000000..6033465 --- /dev/null +++ b/src/cwtest/cfg/gutim_full/preset_select/m1_458_trans_5_scriabin_4.txt @@ -0,0 +1 @@ + { "fragL" : [ { "fragId" : 1, "endLoc" : 9, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 1, "endPlayLoc" : 9, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 3, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "c", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 2, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 2, "endLoc" : 15, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 10, "endPlayLoc" : 15, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 3, "endLoc" : 27, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 16, "endPlayLoc" : 27, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f2", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 4, "endLoc" : 50, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 28, "endPlayLoc" : 50, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "g1d", "play_fl" : true } ] } , { "fragId" : 5, "endLoc" : 53, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 51, "endPlayLoc" : 53, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f2", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 6, "endLoc" : 55, "endTimestamp_sec" : 38, "endTimestamp_nsec" : 735000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 54, "endPlayLoc" : 55, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 1, "alt_str" : "", "preset_label" : "dry", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 7, "endLoc" : 60, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 55, "endPlayLoc" : 60, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f3", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 8, "endLoc" : 62, "endTimestamp_sec" : 42, "endTimestamp_nsec" : 681000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 61, "endPlayLoc" : 62, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 9, "endLoc" : 64, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 62, "endPlayLoc" : 64, "note" : "fs are basically alike", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f3", "play_fl" : true } , { "order" : 1, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 10, "endLoc" : 72, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 65, "endPlayLoc" : 72, "note" : "fs sound the same", "presetN" : 13, "presetL" : [ { "order" : 1, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f1", "play_fl" : true } , { "order" : 1, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 11, "endLoc" : 75, "endTimestamp_sec" : 47, "endTimestamp_nsec" : 827000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 73, "endPlayLoc" : 75, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 1, "alt_str" : "", "preset_label" : "dry", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 12, "endLoc" : 78, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 76, "endPlayLoc" : 78, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 13, "endLoc" : 82, "endTimestamp_sec" : 48, "endTimestamp_nsec" : 687000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 79, "endPlayLoc" : 82, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 2, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "d", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 14, "endLoc" : 89, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 84, "endPlayLoc" : 89, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "c", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 15, "endLoc" : 93, "endTimestamp_sec" : 50, "endTimestamp_nsec" : 68000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 91, "endPlayLoc" : 93, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 16, "endLoc" : 99, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 94, "endPlayLoc" : 99, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f2", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 17, "endLoc" : 107, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 100, "endPlayLoc" : 107, "note" : "not finding value in any transforms", "presetN" : 13, "presetL" : [ { "order" : 1, "alt_str" : "", "preset_label" : "dry", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 18, "endLoc" : 118, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 109, "endPlayLoc" : 118, "note" : "maybe a for a subtle transform", "presetN" : 13, "presetL" : [ { "order" : 1, "alt_str" : "", "preset_label" : "dry", "play_fl" : true } , { "order" : 1, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 19, "endLoc" : 120, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 119, "endPlayLoc" : 120, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "a", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 20, "endLoc" : 123, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 122, "endPlayLoc" : 123, "note" : "f3 hardly distinguishable from dry", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f3", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 21, "endLoc" : 126, "endTimestamp_sec" : 63, "endTimestamp_nsec" : 516000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 124, "endPlayLoc" : 126, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 1, "alt_str" : "", "preset_label" : "dry", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 22, "endLoc" : 128, "endTimestamp_sec" : 64, "endTimestamp_nsec" : 34000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 127, "endPlayLoc" : 128, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "c", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 23, "endLoc" : 132, "endTimestamp_sec" : 64, "endTimestamp_nsec" : 831000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 129, "endPlayLoc" : 132, "note" : "g's all the same", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "g1a", "play_fl" : true } , { "order" : 1, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 24, "endLoc" : 135, "endTimestamp_sec" : 65, "endTimestamp_nsec" : 498000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 133, "endPlayLoc" : 135, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 25, "endLoc" : 137, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 136, "endPlayLoc" : 137, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : true } ] } , { "fragId" : 26, "endLoc" : 141, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 138, "endPlayLoc" : 141, "note" : "hardly makes a difference", "presetN" : 13, "presetL" : [ { "order" : 1, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f4", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 27, "endLoc" : 145, "endTimestamp_sec" : 67, "endTimestamp_nsec" : 136000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 142, "endPlayLoc" : 145, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 1, "alt_str" : "", "preset_label" : "dry", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 28, "endLoc" : 150, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 146, "endPlayLoc" : 150, "note" : "fs ok but hardly matters", "presetN" : 13, "presetL" : [ { "order" : 1, "alt_str" : "", "preset_label" : "dry", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 29, "endLoc" : 152, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 151, "endPlayLoc" : 152, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "c", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 30, "endLoc" : 153, "endTimestamp_sec" : 70, "endTimestamp_nsec" : 413000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 152, "endPlayLoc" : 153, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 1, "alt_str" : "", "preset_label" : "dry", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 31, "endLoc" : 156, "endTimestamp_sec" : 71, "endTimestamp_nsec" : 297000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 153, "endPlayLoc" : 156, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 2, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f2", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 2, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 32, "endLoc" : 158, "endTimestamp_sec" : 71, "endTimestamp_nsec" : 447000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 157, "endPlayLoc" : 158, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 33, "endLoc" : 159, "endTimestamp_sec" : 72, "endTimestamp_nsec" : 482000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 158, "endPlayLoc" : 159, "note" : "f3 is purest, g1a and g1d equally good", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f3", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 34, "endLoc" : 161, "endTimestamp_sec" : 73, "endTimestamp_nsec" : 516000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 159, "endPlayLoc" : 161, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 1, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "ga", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 35, "endLoc" : 162, "endTimestamp_sec" : 74, "endTimestamp_nsec" : 34000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 161, "endPlayLoc" : 162, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 2, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 2, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 2, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "ga", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 36, "endLoc" : 165, "endTimestamp_sec" : 76, "endTimestamp_nsec" : 103000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 162, "endPlayLoc" : 165, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 1, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "g1d", "play_fl" : true } ] } , { "fragId" : 37, "endLoc" : 168, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 167, "endPlayLoc" : 168, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 1, "alt_str" : "", "preset_label" : "dry", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 38, "endLoc" : 171, "endTimestamp_sec" : 80, "endTimestamp_nsec" : 395000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 168, "endPlayLoc" : 171, "note" : "some mix of f2 and g1a might work here?", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "g1a", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 39, "endLoc" : 175, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 172, "endPlayLoc" : 175, "note" : "some mix of f2 and g1a might work here?", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f2", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 40, "endLoc" : 176, "endTimestamp_sec" : 82, "endTimestamp_nsec" : 420000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 175, "endPlayLoc" : 176, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 1, "alt_str" : "", "preset_label" : "dry", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 41, "endLoc" : 188, "endTimestamp_sec" : 83, "endTimestamp_nsec" : 910000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 176, "endPlayLoc" : 188, "note" : "gs very alike", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "ga", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 42, "endLoc" : 190, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 189, "endPlayLoc" : 190, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "g", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 43, "endLoc" : 195, "endTimestamp_sec" : 85, "endTimestamp_nsec" : 455000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 191, "endPlayLoc" : 195, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "g1d", "play_fl" : true } ] } , { "fragId" : 44, "endLoc" : 203, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 196, "endPlayLoc" : 203, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f4", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 45, "endLoc" : 210, "endTimestamp_sec" : 89, "endTimestamp_nsec" : 920000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 204, "endPlayLoc" : 210, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 2, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "g1a", "play_fl" : true } , { "order" : 2, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 46, "endLoc" : 212, "endTimestamp_sec" : 91, "endTimestamp_nsec" : 260000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 211, "endPlayLoc" : 212, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f3", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 47, "endLoc" : 217, "endTimestamp_sec" : 93, "endTimestamp_nsec" : 938000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 215, "endPlayLoc" : 217, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 1, "alt_str" : "", "preset_label" : "dry", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 48, "endLoc" : 223, "endTimestamp_sec" : 94, "endTimestamp_nsec" : 995000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 219, "endPlayLoc" : 223, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 1, "alt_str" : "", "preset_label" : "dry", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 49, "endLoc" : 226, "endTimestamp_sec" : 95, "endTimestamp_nsec" : 888000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 224, "endPlayLoc" : 226, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f1", "play_fl" : true } , { "order" : 1, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 50, "endLoc" : 228, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 227, "endPlayLoc" : 228, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f4", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 51, "endLoc" : 244, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 229, "endPlayLoc" : 244, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 1, "alt_str" : "", "preset_label" : "dry", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 52, "endLoc" : 248, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 245, "endPlayLoc" : 248, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 1, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f4", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 53, "endLoc" : 258, "endTimestamp_sec" : 105, "endTimestamp_nsec" : 799000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 249, "endPlayLoc" : 258, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f1", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 54, "endLoc" : 264, "endTimestamp_sec" : 108, "endTimestamp_nsec" : 210000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 259, "endPlayLoc" : 264, "note" : "ga and g1a also worthy", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f3", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 2, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 2, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 55, "endLoc" : 270, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 266, "endPlayLoc" : 270, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 1, "alt_str" : "", "preset_label" : "dry", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 56, "endLoc" : 273, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 271, "endPlayLoc" : 273, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 1, "alt_str" : "", "preset_label" : "dry", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 57, "endLoc" : 280, "endTimestamp_sec" : 112, "endTimestamp_nsec" : 673000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 275, "endPlayLoc" : 280, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 1, "alt_str" : "", "preset_label" : "dry", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 58, "endLoc" : 283, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 281, "endPlayLoc" : 283, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 2, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "ga", "play_fl" : true } , { "order" : 2, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 59, "endLoc" : 287, "endTimestamp_sec" : 114, "endTimestamp_nsec" : 252000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 284, "endPlayLoc" : 287, "note" : "choices are very similar", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 2, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 2, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "g", "play_fl" : true } , { "order" : 2, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 2, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 2, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 60, "endLoc" : 298, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 288, "endPlayLoc" : 298, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 1, "alt_str" : "", "preset_label" : "dry", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 2, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 61, "endLoc" : 308, "endTimestamp_sec" : 118, "endTimestamp_nsec" : 590000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 299, "endPlayLoc" : 308, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "ga", "play_fl" : true } , { "order" : 1, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 62, "endLoc" : 311, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 309, "endPlayLoc" : 311, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 1, "alt_str" : "", "preset_label" : "dry", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 63, "endLoc" : 317, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 312, "endPlayLoc" : 317, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "ga", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 64, "endLoc" : 321, "endTimestamp_sec" : 121, "endTimestamp_nsec" : 517000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 318, "endPlayLoc" : 321, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "b", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 65, "endLoc" : 323, "endTimestamp_sec" : 122, "endTimestamp_nsec" : 52000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 321, "endPlayLoc" : 323, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f2", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 66, "endLoc" : 325, "endTimestamp_sec" : 123, "endTimestamp_nsec" : 302000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 323, "endPlayLoc" : 325, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 1, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f3", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 67, "endLoc" : 328, "endTimestamp_sec" : 123, "endTimestamp_nsec" : 660000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 327, "endPlayLoc" : 328, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 1, "alt_str" : "", "preset_label" : "dry", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 68, "endLoc" : 329, "endTimestamp_sec" : 123, "endTimestamp_nsec" : 810000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 328, "endPlayLoc" : 329, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 1, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "g1a", "play_fl" : true } , { "order" : 2, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 69, "endLoc" : 331, "endTimestamp_sec" : 124, "endTimestamp_nsec" : 373000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 329, "endPlayLoc" : 331, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 1, "alt_str" : "", "preset_label" : "dry", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 70, "endLoc" : 333, "endTimestamp_sec" : 124, "endTimestamp_nsec" : 731000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 331, "endPlayLoc" : 333, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 1, "alt_str" : "", "preset_label" : "dry", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 71, "endLoc" : 335, "endTimestamp_sec" : 125, "endTimestamp_nsec" : 267000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 333, "endPlayLoc" : 335, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "g1a", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 72, "endLoc" : 336, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 335, "endPlayLoc" : 336, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 1, "alt_str" : "", "preset_label" : "dry", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 73, "endLoc" : 343, "endTimestamp_sec" : 126, "endTimestamp_nsec" : 828000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 336, "endPlayLoc" : 343, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "g1d", "play_fl" : true } ] } , { "fragId" : 74, "endLoc" : 350, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 344, "endPlayLoc" : 350, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "ga", "play_fl" : true } , { "order" : 2, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 75, "endLoc" : 353, "endTimestamp_sec" : 134, "endTimestamp_nsec" : 449000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 352, "endPlayLoc" : 353, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "g", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 76, "endLoc" : 354, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 353, "endPlayLoc" : 354, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 1, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f4", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 77, "endLoc" : 356, "endTimestamp_sec" : 137, "endTimestamp_nsec" : 215000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 354, "endPlayLoc" : 356, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 2, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f2", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 78, "endLoc" : 362, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 358, "endPlayLoc" : 362, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "g", "play_fl" : true } , { "order" : 2, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 2, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 79, "endLoc" : 366, "endTimestamp_sec" : 138, "endTimestamp_nsec" : 850000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 363, "endPlayLoc" : 366, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 2, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "ga", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 80, "endLoc" : 369, "endTimestamp_sec" : 139, "endTimestamp_nsec" : 270000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 367, "endPlayLoc" : 369, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f2", "play_fl" : true } , { "order" : 1, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 81, "endLoc" : 370, "endTimestamp_sec" : 140, "endTimestamp_nsec" : 877000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 369, "endPlayLoc" : 370, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 2, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "g1a", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 82, "endLoc" : 372, "endTimestamp_sec" : 144, "endTimestamp_nsec" : 983000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 370, "endPlayLoc" : 372, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "g1a", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 83, "endLoc" : 375, "endTimestamp_sec" : 148, "endTimestamp_nsec" : 377000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 372, "endPlayLoc" : 375, "note" : "b and ga nearly identical", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "b", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 84, "endLoc" : 376, "endTimestamp_sec" : 148, "endTimestamp_nsec" : 913000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 375, "endPlayLoc" : 376, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "b", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 85, "endLoc" : 377, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 376, "endPlayLoc" : 377, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "ga", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 86, "endLoc" : 388, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 378, "endPlayLoc" : 388, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 2, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f4", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 87, "endLoc" : 396, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 389, "endPlayLoc" : 396, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 1, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f3", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 88, "endLoc" : 404, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 397, "endPlayLoc" : 404, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 1, "alt_str" : "", "preset_label" : "dry", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 2, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 89, "endLoc" : 412, "endTimestamp_sec" : 163, "endTimestamp_nsec" : 827000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 405, "endPlayLoc" : 412, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 1, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "g1d", "play_fl" : true } ] } , { "fragId" : 90, "endLoc" : 415, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 413, "endPlayLoc" : 415, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 1, "alt_str" : "", "preset_label" : "dry", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 91, "endLoc" : 422, "endTimestamp_sec" : 70, "endTimestamp_nsec" : 995000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 420, "endPlayLoc" : 422, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 1, "alt_str" : "", "preset_label" : "dry", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 2, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 92, "endLoc" : 428, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 416, "endPlayLoc" : 428, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "d", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 2, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 93, "endLoc" : 444, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 429, "endPlayLoc" : 444, "note" : "no real difference between g1a and g1d", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 2, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "g1d", "play_fl" : true } ] } , { "fragId" : 94, "endLoc" : 456, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 445, "endPlayLoc" : 456, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "g1a", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 95, "endLoc" : 466, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 457, "endPlayLoc" : 466, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 2, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f2", "play_fl" : true } , { "order" : 2, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 96, "endLoc" : 469, "endTimestamp_sec" : 177, "endTimestamp_nsec" : 962000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 467, "endPlayLoc" : 469, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f2", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 97, "endLoc" : 470, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 469, "endPlayLoc" : 470, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 1, "alt_str" : "", "preset_label" : "dry", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 98, "endLoc" : 476, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 471, "endPlayLoc" : 476, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 1, "alt_str" : "", "preset_label" : "dry", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 2, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 99, "endLoc" : 482, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 477, "endPlayLoc" : 482, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 2, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "g1d", "play_fl" : true } ] } , { "fragId" : 100, "endLoc" : 488, "endTimestamp_sec" : 187, "endTimestamp_nsec" : 399000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 483, "endPlayLoc" : 488, "note" : "fs very similar", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f4", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 101, "endLoc" : 618, "endTimestamp_sec" : 190, "endTimestamp_nsec" : 613000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 617, "endPlayLoc" : 618, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 1, "alt_str" : "", "preset_label" : "dry", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 102, "endLoc" : 620, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 619, "endPlayLoc" : 620, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f2", "play_fl" : true } , { "order" : 2, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 103, "endLoc" : 623, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 622, "endPlayLoc" : 623, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 1, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "g1d", "play_fl" : true } ] } , { "fragId" : 104, "endLoc" : 624, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 623, "endPlayLoc" : 624, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 2, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "g1a", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 105, "endLoc" : 626, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 624, "endPlayLoc" : 626, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "a", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 106, "endLoc" : 633, "endTimestamp_sec" : 201, "endTimestamp_nsec" : 930000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 628, "endPlayLoc" : 633, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 2, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "c", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 107, "endLoc" : 639, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 634, "endPlayLoc" : 639, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 1, "alt_str" : "", "preset_label" : "dry", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 108, "endLoc" : 647, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 640, "endPlayLoc" : 647, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "b", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 2, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 109, "endLoc" : 651, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 648, "endPlayLoc" : 651, "note" : "no transform better than dry", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 110, "endLoc" : 653, "endTimestamp_sec" : 212, "endTimestamp_nsec" : 502000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 652, "endPlayLoc" : 653, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "c", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 2, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 111, "endLoc" : 658, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 656, "endPlayLoc" : 658, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 112, "endLoc" : 661, "endTimestamp_sec" : 217, "endTimestamp_nsec" : 399000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 659, "endPlayLoc" : 661, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 113, "endLoc" : 667, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 662, "endPlayLoc" : 667, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 1, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f3", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 114, "endLoc" : 671, "endTimestamp_sec" : 227, "endTimestamp_nsec" : 42000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 668, "endPlayLoc" : 671, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : true } ] } , { "fragId" : 115, "endLoc" : 673, "endTimestamp_sec" : 227, "endTimestamp_nsec" : 444000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 672, "endPlayLoc" : 673, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 1, "alt_str" : "", "preset_label" : "dry", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 116, "endLoc" : 675, "endTimestamp_sec" : 230, "endTimestamp_nsec" : 256000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 673, "endPlayLoc" : 675, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "c", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 117, "endLoc" : 676, "endTimestamp_sec" : 231, "endTimestamp_nsec" : 863000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 675, "endPlayLoc" : 676, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 1, "alt_str" : "", "preset_label" : "dry", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 118, "endLoc" : 677, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 676, "endPlayLoc" : 677, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 2, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 2, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "g1d", "play_fl" : true } ] } , { "fragId" : 119, "endLoc" : 680, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 679, "endPlayLoc" : 680, "note" : "f4 or dry a tossup", "presetN" : 13, "presetL" : [ { "order" : 1, "alt_str" : "", "preset_label" : "dry", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 120, "endLoc" : 690, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 681, "endPlayLoc" : 690, "note" : "f2 and g1d equally the best", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f2", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 121, "endLoc" : 694, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 691, "endPlayLoc" : 694, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "g1d", "play_fl" : true } ] } , { "fragId" : 122, "endLoc" : 708, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 695, "endPlayLoc" : 708, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f3", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 123, "endLoc" : 716, "endTimestamp_sec" : 249, "endTimestamp_nsec" : 542000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 709, "endPlayLoc" : 716, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 1, "alt_str" : "", "preset_label" : "dry", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 124, "endLoc" : 724, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 717, "endPlayLoc" : 724, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 1, "alt_str" : "", "preset_label" : "dry", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 2, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 125, "endLoc" : 733, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 725, "endPlayLoc" : 733, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 1, "alt_str" : "", "preset_label" : "dry", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 126, "endLoc" : 739, "endTimestamp_sec" : 260, "endTimestamp_nsec" : 255000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 734, "endPlayLoc" : 739, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 1, "alt_str" : "", "preset_label" : "dry", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 127, "endLoc" : 742, "endTimestamp_sec" : 260, "endTimestamp_nsec" : 716000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 740, "endPlayLoc" : 742, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 1, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 2, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 2, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "g1d", "play_fl" : true } ] } , { "fragId" : 128, "endLoc" : 744, "endTimestamp_sec" : 262, "endTimestamp_nsec" : 399000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 743, "endPlayLoc" : 744, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 1, "alt_str" : "", "preset_label" : "dry", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 129, "endLoc" : 748, "endTimestamp_sec" : 263, "endTimestamp_nsec" : 470000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 745, "endPlayLoc" : 748, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "g1d", "play_fl" : true } ] } , { "fragId" : 130, "endLoc" : 750, "endTimestamp_sec" : 264, "endTimestamp_nsec" : 542000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 749, "endPlayLoc" : 750, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f3", "play_fl" : true } , { "order" : 2, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 131, "endLoc" : 752, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 750, "endPlayLoc" : 752, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "g1a", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 132, "endLoc" : 754, "endTimestamp_sec" : 273, "endTimestamp_nsec" : 113000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 752, "endPlayLoc" : 754, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "c", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 2, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 133, "endLoc" : 762, "endTimestamp_sec" : 277, "endTimestamp_nsec" : 249000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 757, "endPlayLoc" : 762, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 1, "alt_str" : "", "preset_label" : "dry", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 134, "endLoc" : 764, "endTimestamp_sec" : 277, "endTimestamp_nsec" : 935000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 763, "endPlayLoc" : 764, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 1, "alt_str" : "", "preset_label" : "dry", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 135, "endLoc" : 766, "endTimestamp_sec" : 278, "endTimestamp_nsec" : 470000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 764, "endPlayLoc" : 766, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f4", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 2, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 136, "endLoc" : 770, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 767, "endPlayLoc" : 770, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "b", "play_fl" : true } , { "order" : 1, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 137, "endLoc" : 775, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 771, "endPlayLoc" : 775, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f2", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 2, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 2, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 138, "endLoc" : 781, "endTimestamp_sec" : 281, "endTimestamp_nsec" : 685000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 776, "endPlayLoc" : 781, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 2, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "ga", "play_fl" : true } , { "order" : 2, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 139, "endLoc" : 786, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 783, "endPlayLoc" : 786, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 2, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 2, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f2", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 140, "endLoc" : 804, "endTimestamp_sec" : 291, "endTimestamp_nsec" : 327000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 787, "endPlayLoc" : 804, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 2, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "c", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 3, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 3, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 141, "endLoc" : 809, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 805, "endPlayLoc" : 809, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 1, "alt_str" : "", "preset_label" : "dry", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 142, "endLoc" : 815, "endTimestamp_sec" : 307, "endTimestamp_nsec" : 399000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 810, "endPlayLoc" : 815, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "d", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 143, "endLoc" : 819, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 816, "endPlayLoc" : 819, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 144, "endLoc" : 823, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 821, "endPlayLoc" : 823, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 145, "endLoc" : 832, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 824, "endPlayLoc" : 832, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f2", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 2, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 146, "endLoc" : 842, "endTimestamp_sec" : 321, "endTimestamp_nsec" : 317000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 833, "endPlayLoc" : 842, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "b", "play_fl" : true } , { "order" : 2, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 2, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 2, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 147, "endLoc" : 851, "endTimestamp_sec" : 324, "endTimestamp_nsec" : 681000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 844, "endPlayLoc" : 851, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "ga", "play_fl" : true } , { "order" : 1, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 148, "endLoc" : 856, "endTimestamp_sec" : 327, "endTimestamp_nsec" : 210000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 853, "endPlayLoc" : 856, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 1, "alt_str" : "", "preset_label" : "dry", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 149, "endLoc" : 862, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 857, "endPlayLoc" : 862, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f1", "play_fl" : true } , { "order" : 2, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 2, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 150, "endLoc" : 867, "endTimestamp_sec" : 335, "endTimestamp_nsec" : 770000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 863, "endPlayLoc" : 867, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f2", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 2, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 151, "endLoc" : 873, "endTimestamp_sec" : 348, "endTimestamp_nsec" : 447000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 870, "endPlayLoc" : 873, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 1, "alt_str" : "", "preset_label" : "dry", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 2, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 2, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 2, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 152, "endLoc" : 995, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 989, "endPlayLoc" : 995, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 1, "alt_str" : "", "preset_label" : "dry", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 2, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 153, "endLoc" : 998, "endTimestamp_sec" : 351, "endTimestamp_nsec" : 842000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 996, "endPlayLoc" : 998, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 1, "alt_str" : "", "preset_label" : "dry", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 154, "endLoc" : 1002, "endTimestamp_sec" : 352, "endTimestamp_nsec" : 287000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 999, "endPlayLoc" : 1002, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f4", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 155, "endLoc" : 1010, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 1003, "endPlayLoc" : 1010, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 1, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f1", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 156, "endLoc" : 1018, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 1011, "endPlayLoc" : 1018, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 1, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "g1d", "play_fl" : true } ] } , { "fragId" : 157, "endLoc" : 1022, "endTimestamp_sec" : 357, "endTimestamp_nsec" : 424000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 1019, "endPlayLoc" : 1022, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 2, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "ga", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 158, "endLoc" : 1025, "endTimestamp_sec" : 358, "endTimestamp_nsec" : 495000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 1024, "endPlayLoc" : 1025, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 1, "alt_str" : "", "preset_label" : "dry", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 159, "endLoc" : 1032, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 1026, "endPlayLoc" : 1032, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 2, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 2, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 2, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "g1d", "play_fl" : true } ] } , { "fragId" : 160, "endLoc" : 1036, "endTimestamp_sec" : 362, "endTimestamp_nsec" : 931000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 1033, "endPlayLoc" : 1036, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "b", "play_fl" : true } , { "order" : 1, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 161, "endLoc" : 1044, "endTimestamp_sec" : 365, "endTimestamp_nsec" : 74000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 1037, "endPlayLoc" : 1044, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f2", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 162, "endLoc" : 1048, "endTimestamp_sec" : 365, "endTimestamp_nsec" : 760000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 1045, "endPlayLoc" : 1048, "note" : "nearly all transforms have individual character here", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "b", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 2, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 2, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 163, "endLoc" : 1051, "endTimestamp_sec" : 369, "endTimestamp_nsec" : 510000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 1049, "endPlayLoc" : 1051, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "g1d", "play_fl" : true } ] } , { "fragId" : 164, "endLoc" : 1056, "endTimestamp_sec" : 370, "endTimestamp_nsec" : 581000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 1055, "endPlayLoc" : 1056, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "b", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 165, "endLoc" : 1058, "endTimestamp_sec" : 371, "endTimestamp_nsec" : 295000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 1056, "endPlayLoc" : 1058, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 1, "alt_str" : "", "preset_label" : "dry", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 166, "endLoc" : 1063, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 1058, "endPlayLoc" : 1063, "note" : "all fs about the same", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 167, "endLoc" : 1071, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 1064, "endPlayLoc" : 1071, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f4", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 168, "endLoc" : 1084, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 1072, "endPlayLoc" : 1084, "note" : "hard to choose, subtle differences, all 1s are good", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f3", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 169, "endLoc" : 1087, "endTimestamp_sec" : 379, "endTimestamp_nsec" : 227000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 1085, "endPlayLoc" : 1087, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "b", "play_fl" : true } , { "order" : 2, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 2, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 2, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 170, "endLoc" : 1089, "endTimestamp_sec" : 384, "endTimestamp_nsec" : 49000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 1087, "endPlayLoc" : 1089, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f1", "play_fl" : true } , { "order" : 1, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 171, "endLoc" : 1094, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 1090, "endPlayLoc" : 1094, "note" : "all fs essentially the same", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f4", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 172, "endLoc" : 1096, "endTimestamp_sec" : 386, "endTimestamp_nsec" : 374000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 1095, "endPlayLoc" : 1096, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 173, "endLoc" : 1103, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 1097, "endPlayLoc" : 1103, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 2, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 2, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "g1a", "play_fl" : true } , { "order" : 2, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 174, "endLoc" : 1112, "endTimestamp_sec" : 389, "endTimestamp_nsec" : 766000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 1105, "endPlayLoc" : 1112, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f2", "play_fl" : true } , { "order" : 1, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 175, "endLoc" : 1123, "endTimestamp_sec" : 391, "endTimestamp_nsec" : 463000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 1114, "endPlayLoc" : 1123, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "d", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 176, "endLoc" : 1125, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 1124, "endPlayLoc" : 1125, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f3", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 177, "endLoc" : 1130, "endTimestamp_sec" : 393, "endTimestamp_nsec" : 606000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 1126, "endPlayLoc" : 1130, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "g1a", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 178, "endLoc" : 1133, "endTimestamp_sec" : 397, "endTimestamp_nsec" : 356000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 1131, "endPlayLoc" : 1133, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 1, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f4", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 179, "endLoc" : 1136, "endTimestamp_sec" : 397, "endTimestamp_nsec" : 892000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 1135, "endPlayLoc" : 1136, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 1, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f2", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 180, "endLoc" : 1138, "endTimestamp_sec" : 399, "endTimestamp_nsec" : 677000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 1136, "endPlayLoc" : 1138, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f3", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 181, "endLoc" : 1141, "endTimestamp_sec" : 401, "endTimestamp_nsec" : 642000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 1139, "endPlayLoc" : 1141, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 1, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f4", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 182, "endLoc" : 1142, "endTimestamp_sec" : 402, "endTimestamp_nsec" : 563000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 1141, "endPlayLoc" : 1142, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 1, "alt_str" : "", "preset_label" : "dry", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 183, "endLoc" : 1143, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 1142, "endPlayLoc" : 1143, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 1, "alt_str" : "", "preset_label" : "dry", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 184, "endLoc" : 1148, "endTimestamp_sec" : 406, "endTimestamp_nsec" : 999000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 1144, "endPlayLoc" : 1148, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "ga", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 185, "endLoc" : 1152, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 1150, "endPlayLoc" : 1152, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 1, "alt_str" : "", "preset_label" : "dry", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 186, "endLoc" : 1154, "endTimestamp_sec" : 410, "endTimestamp_nsec" : 874000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 1153, "endPlayLoc" : 1154, "note" : "might pick f4 or g1d but the ramp up that precedes attack kills it", "presetN" : 13, "presetL" : [ { "order" : 1, "alt_str" : "", "preset_label" : "dry", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 187, "endLoc" : 1156, "endTimestamp_sec" : 416, "endTimestamp_nsec" : 642000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 1154, "endPlayLoc" : 1156, "note" : "all are subtly different", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 2, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "ga", "play_fl" : true } , { "order" : 2, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 188, "endLoc" : 1157, "endTimestamp_sec" : 416, "endTimestamp_nsec" : 910000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 1156, "endPlayLoc" : 1157, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "a", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 189, "endLoc" : 1158, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 1157, "endPlayLoc" : 1158, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 1, "alt_str" : "", "preset_label" : "dry", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 190, "endLoc" : 1175, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 1158, "endPlayLoc" : 1175, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 1, "alt_str" : "", "preset_label" : "dry", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 2, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 191, "endLoc" : 1183, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 1176, "endPlayLoc" : 1183, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 1, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f4", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 192, "endLoc" : 1190, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 1184, "endPlayLoc" : 1190, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 1, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "g1d", "play_fl" : true } ] } , { "fragId" : 193, "endLoc" : 1204, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 1191, "endPlayLoc" : 1204, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "g1a", "play_fl" : true } , { "order" : 1, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 194, "endLoc" : 1210, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 1205, "endPlayLoc" : 1210, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 1, "alt_str" : "", "preset_label" : "dry", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 195, "endLoc" : 1226, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 1211, "endPlayLoc" : 1226, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "ga", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 2, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 196, "endLoc" : 1231, "endTimestamp_sec" : 440, "endTimestamp_nsec" : 383000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 1228, "endPlayLoc" : 1231, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "g1d", "play_fl" : true } ] } , { "fragId" : 197, "endLoc" : 1237, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 1232, "endPlayLoc" : 1237, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "g1d", "play_fl" : true } ] } , { "fragId" : 198, "endLoc" : 1240, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 1238, "endPlayLoc" : 1240, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f4", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 199, "endLoc" : 1256, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 1240, "endPlayLoc" : 1256, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "b", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 200, "endLoc" : 1267, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 1257, "endPlayLoc" : 1267, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "g1d", "play_fl" : true } ] } , { "fragId" : 201, "endLoc" : 1279, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 1270, "endPlayLoc" : 1279, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 1, "alt_str" : "", "preset_label" : "dry", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 2, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 2, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 2, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 2, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 202, "endLoc" : 1295, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 1282, "endPlayLoc" : 1295, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 203, "endLoc" : 1302, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 1296, "endPlayLoc" : 1302, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f2", "play_fl" : true } , { "order" : 1, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 204, "endLoc" : 1309, "endTimestamp_sec" : 469, "endTimestamp_nsec" : 252000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 1303, "endPlayLoc" : 1309, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "c", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 205, "endLoc" : 1312, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 1310, "endPlayLoc" : 1312, "note" : "D is good but so percussive at the onset", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "ga", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 206, "endLoc" : 1315, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 1313, "endPlayLoc" : 1315, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f3", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 207, "endLoc" : 1316, "endTimestamp_sec" : 475, "endTimestamp_nsec" : 598000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 1315, "endPlayLoc" : 1316, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "g1a", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 208, "endLoc" : 1319, "endTimestamp_sec" : 477, "endTimestamp_nsec" : 329000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 1317, "endPlayLoc" : 1319, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f4", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 209, "endLoc" : 1320, "endTimestamp_sec" : 478, "endTimestamp_nsec" : 483000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 1319, "endPlayLoc" : 1320, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 1, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "c", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 2, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 210, "endLoc" : 1323, "endTimestamp_sec" : 479, "endTimestamp_nsec" : 60000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 1321, "endPlayLoc" : 1323, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 2, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "g1d", "play_fl" : true } ] } , { "fragId" : 211, "endLoc" : 1328, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 1324, "endPlayLoc" : 1328, "note" : "little difference among the non gs", "presetN" : 13, "presetL" : [ { "order" : 1, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "a", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 212, "endLoc" : 1339, "endTimestamp_sec" : 484, "endTimestamp_nsec" : 327000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 1330, "endPlayLoc" : 1339, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 1, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f4", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 2, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 2, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 213, "endLoc" : 1342, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 1340, "endPlayLoc" : 1342, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 2, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "ga", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 214, "endLoc" : 1350, "endTimestamp_sec" : 489, "endTimestamp_nsec" : 808000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 1343, "endPlayLoc" : 1350, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "c", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 2, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 2, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 215, "endLoc" : 1353, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 1351, "endPlayLoc" : 1353, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 1, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f4", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 216, "endLoc" : 1356, "endTimestamp_sec" : 492, "endTimestamp_nsec" : 404000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 1354, "endPlayLoc" : 1356, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 1, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "d", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 217, "endLoc" : 1360, "endTimestamp_sec" : 492, "endTimestamp_nsec" : 909000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 1357, "endPlayLoc" : 1360, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "g1a", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 218, "endLoc" : 1371, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 1361, "endPlayLoc" : 1371, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f4", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 219, "endLoc" : 1386, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 1372, "endPlayLoc" : 1386, "note" : "LISTEN ALL THESE TRANSFORMS -- SO DIFFERENT -- hard to choose between f4 and g1d", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 2, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 2, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f4", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 2, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 220, "endLoc" : 1391, "endTimestamp_sec" : 502, "endTimestamp_nsec" : 587000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 1387, "endPlayLoc" : 1391, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 1, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "a", "play_fl" : true } , { "order" : 2, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 2, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 221, "endLoc" : 1395, "endTimestamp_sec" : 504, "endTimestamp_nsec" : 468000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 1392, "endPlayLoc" : 1395, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "g1d", "play_fl" : true } ] } , { "fragId" : 222, "endLoc" : 1407, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 1396, "endPlayLoc" : 1407, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 1, "alt_str" : "", "preset_label" : "dry", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 223, "endLoc" : 1417, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 1408, "endPlayLoc" : 1417, "note" : "close call, chose dry becuase truer pppp", "presetN" : 13, "presetL" : [ { "order" : 1, "alt_str" : "", "preset_label" : "dry", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 224, "endLoc" : 1426, "endTimestamp_sec" : 514, "endTimestamp_nsec" : 575000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 1418, "endPlayLoc" : 1426, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 1, "alt_str" : "", "preset_label" : "dry", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 225, "endLoc" : 1432, "endTimestamp_sec" : 518, "endTimestamp_nsec" : 614000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 1427, "endPlayLoc" : 1432, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "g1a", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 226, "endLoc" : 1434, "endTimestamp_sec" : 519, "endTimestamp_nsec" : 265000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 1433, "endPlayLoc" : 1434, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 1, "alt_str" : "", "preset_label" : "dry", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 227, "endLoc" : 1436, "endTimestamp_sec" : 519, "endTimestamp_nsec" : 981000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 1435, "endPlayLoc" : 1436, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f2", "play_fl" : true } , { "order" : 1, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 228, "endLoc" : 1438, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 1436, "endPlayLoc" : 1438, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f2", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 229, "endLoc" : 1453, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 1439, "endPlayLoc" : 1453, "note" : "f4 or g1d tough call", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "g1a", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 230, "endLoc" : 1569, "endTimestamp_sec" : 524, "endTimestamp_nsec" : 533000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 1568, "endPlayLoc" : 1569, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 1, "alt_str" : "", "preset_label" : "dry", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 2, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 231, "endLoc" : 1575, "endTimestamp_sec" : 525, "endTimestamp_nsec" : 110000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 1569, "endPlayLoc" : 1575, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "g1a", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 232, "endLoc" : 1577, "endTimestamp_sec" : 526, "endTimestamp_nsec" : 264000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 1576, "endPlayLoc" : 1577, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 1, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f3", "play_fl" : true } , { "order" : 1, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 2, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 233, "endLoc" : 1580, "endTimestamp_sec" : 526, "endTimestamp_nsec" : 696000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 1579, "endPlayLoc" : 1580, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f4", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 2, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 234, "endLoc" : 1582, "endTimestamp_sec" : 527, "endTimestamp_nsec" : 418000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 1581, "endPlayLoc" : 1582, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f3", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 235, "endLoc" : 1585, "endTimestamp_sec" : 531, "endTimestamp_nsec" : 23000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 1582, "endPlayLoc" : 1585, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f4", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 2, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 236, "endLoc" : 1586, "endTimestamp_sec" : 531, "endTimestamp_nsec" : 456000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 1585, "endPlayLoc" : 1586, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 237, "endLoc" : 1593, "endTimestamp_sec" : 533, "endTimestamp_nsec" : 262000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 1586, "endPlayLoc" : 1593, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 1, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "d", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 238, "endLoc" : 1595, "endTimestamp_sec" : 533, "endTimestamp_nsec" : 839000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 1594, "endPlayLoc" : 1595, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "ga", "play_fl" : true } , { "order" : 1, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 239, "endLoc" : 1598, "endTimestamp_sec" : 535, "endTimestamp_nsec" : 569000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 1596, "endPlayLoc" : 1598, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 1, "alt_str" : "", "preset_label" : "dry", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 240, "endLoc" : 1600, "endTimestamp_sec" : 537, "endTimestamp_nsec" : 877000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 1599, "endPlayLoc" : 1600, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 1, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f4", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 241, "endLoc" : 1602, "endTimestamp_sec" : 539, "endTimestamp_nsec" : 31000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 1601, "endPlayLoc" : 1602, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f4", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 242, "endLoc" : 1603, "endTimestamp_sec" : 539, "endTimestamp_nsec" : 386000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 1602, "endPlayLoc" : 1603, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 2, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f2", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 2, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 243, "endLoc" : 1605, "endTimestamp_sec" : 540, "endTimestamp_nsec" : 762000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 1603, "endPlayLoc" : 1605, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f1", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 244, "endLoc" : 1609, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 1606, "endPlayLoc" : 1609, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 2, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 2, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 245, "endLoc" : 1612, "endTimestamp_sec" : 543, "endTimestamp_nsec" : 646000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 1610, "endPlayLoc" : 1612, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "b", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 246, "endLoc" : 1617, "endTimestamp_sec" : 544, "endTimestamp_nsec" : 523000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 1612, "endPlayLoc" : 1617, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "ga", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 247, "endLoc" : 1619, "endTimestamp_sec" : 545, "endTimestamp_nsec" : 175000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 1618, "endPlayLoc" : 1619, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 1, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f4", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 248, "endLoc" : 1623, "endTimestamp_sec" : 546, "endTimestamp_nsec" : 479000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 1619, "endPlayLoc" : 1623, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 1, "alt_str" : "", "preset_label" : "dry", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 249, "endLoc" : 1626, "endTimestamp_sec" : 547, "endTimestamp_nsec" : 131000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 1624, "endPlayLoc" : 1626, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "ga", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 250, "endLoc" : 1628, "endTimestamp_sec" : 548, "endTimestamp_nsec" : 476000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 1627, "endPlayLoc" : 1628, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f2", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 251, "endLoc" : 1632, "endTimestamp_sec" : 549, "endTimestamp_nsec" : 439000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 1630, "endPlayLoc" : 1632, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "c", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 252, "endLoc" : 1642, "endTimestamp_sec" : 550, "endTimestamp_nsec" : 691000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 1633, "endPlayLoc" : 1642, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "d", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 253, "endLoc" : 1644, "endTimestamp_sec" : 552, "endTimestamp_nsec" : 421000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 1643, "endPlayLoc" : 1644, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 2, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "g1d", "play_fl" : true } ] } , { "fragId" : 254, "endLoc" : 1649, "endTimestamp_sec" : 554, "endTimestamp_nsec" : 152000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 1645, "endPlayLoc" : 1649, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 1, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f3", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 255, "endLoc" : 1652, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 1650, "endPlayLoc" : 1652, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "ga", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 256, "endLoc" : 1660, "endTimestamp_sec" : 557, "endTimestamp_nsec" : 37000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 1653, "endPlayLoc" : 1660, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "g1a", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 257, "endLoc" : 1662, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 1661, "endPlayLoc" : 1662, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 1, "alt_str" : "", "preset_label" : "dry", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 258, "endLoc" : 1667, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 1663, "endPlayLoc" : 1667, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f2", "play_fl" : true } , { "order" : 2, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 259, "endLoc" : 1675, "endTimestamp_sec" : 562, "endTimestamp_nsec" : 956000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 1668, "endPlayLoc" : 1675, "note" : "c and g1a equally good", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "g1a", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 260, "endLoc" : 1680, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 1676, "endPlayLoc" : 1680, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "d", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 261, "endLoc" : 1682, "endTimestamp_sec" : 569, "endTimestamp_nsec" : 14000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 1681, "endPlayLoc" : 1682, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "b", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 262, "endLoc" : 1686, "endTimestamp_sec" : 569, "endTimestamp_nsec" : 879000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 1684, "endPlayLoc" : 1686, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 1, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "g1d", "play_fl" : true } ] } , { "fragId" : 263, "endLoc" : 1691, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 1687, "endPlayLoc" : 1691, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f2", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 264, "endLoc" : 1696, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 1692, "endPlayLoc" : 1696, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "g1a", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 265, "endLoc" : 1699, "endTimestamp_sec" : 572, "endTimestamp_nsec" : 689000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 1697, "endPlayLoc" : 1699, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "b", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 2, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 266, "endLoc" : 1702, "endTimestamp_sec" : 573, "endTimestamp_nsec" : 918000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 1700, "endPlayLoc" : 1702, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f4", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 2, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 267, "endLoc" : 1706, "endTimestamp_sec" : 575, "endTimestamp_nsec" : 648000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 1703, "endPlayLoc" : 1706, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 2, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "g1d", "play_fl" : true } ] } , { "fragId" : 268, "endLoc" : 1707, "endTimestamp_sec" : 576, "endTimestamp_nsec" : 31000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 1706, "endPlayLoc" : 1707, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "a", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 269, "endLoc" : 1708, "endTimestamp_sec" : 576, "endTimestamp_nsec" : 289000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 1707, "endPlayLoc" : 1708, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f3", "play_fl" : true } , { "order" : 1, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 270, "endLoc" : 1710, "endTimestamp_sec" : 577, "endTimestamp_nsec" : 235000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 1708, "endPlayLoc" : 1710, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 271, "endLoc" : 1713, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 1711, "endPlayLoc" : 1713, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 1, "alt_str" : "", "preset_label" : "dry", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 272, "endLoc" : 1714, "endTimestamp_sec" : 577, "endTimestamp_nsec" : 956000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 1713, "endPlayLoc" : 1714, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f4", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 273, "endLoc" : 1716, "endTimestamp_sec" : 580, "endTimestamp_nsec" : 264000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 1714, "endPlayLoc" : 1716, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 274, "endLoc" : 1721, "endTimestamp_sec" : 580, "endTimestamp_nsec" : 763000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 1718, "endPlayLoc" : 1721, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f1", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 275, "endLoc" : 1732, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 1722, "endPlayLoc" : 1732, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "g1a", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 276, "endLoc" : 1735, "endTimestamp_sec" : 587, "endTimestamp_nsec" : 619000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 1733, "endPlayLoc" : 1735, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 1, "alt_str" : "", "preset_label" : "dry", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 277, "endLoc" : 1739, "endTimestamp_sec" : 588, "endTimestamp_nsec" : 629000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 1735, "endPlayLoc" : 1739, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "a", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 2, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 278, "endLoc" : 1749, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 1740, "endPlayLoc" : 1749, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "g1a", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 279, "endLoc" : 1754, "endTimestamp_sec" : 592, "endTimestamp_nsec" : 454000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 1751, "endPlayLoc" : 1754, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f2", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 280, "endLoc" : 1759, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 1755, "endPlayLoc" : 1759, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f3", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 281, "endLoc" : 1767, "endTimestamp_sec" : 599, "endTimestamp_nsec" : 302000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 1761, "endPlayLoc" : 1767, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "c", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 282, "endLoc" : 1770, "endTimestamp_sec" : 601, "endTimestamp_nsec" : 396000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 1768, "endPlayLoc" : 1770, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "g1d", "play_fl" : true } ] } , { "fragId" : 283, "endLoc" : 1774, "endTimestamp_sec" : 602, "endTimestamp_nsec" : 262000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 1772, "endPlayLoc" : 1774, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f4", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 284, "endLoc" : 1777, "endTimestamp_sec" : 602, "endTimestamp_nsec" : 495000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 1776, "endPlayLoc" : 1777, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "a", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 2, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 285, "endLoc" : 1779, "endTimestamp_sec" : 603, "endTimestamp_nsec" : 222000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 1777, "endPlayLoc" : 1779, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "ga", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 286, "endLoc" : 1781, "endTimestamp_sec" : 605, "endTimestamp_nsec" : 146000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 1779, "endPlayLoc" : 1781, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f3", "play_fl" : true } , { "order" : 1, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 287, "endLoc" : 1786, "endTimestamp_sec" : 606, "endTimestamp_nsec" : 300000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 1783, "endPlayLoc" : 1786, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "ga", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 288, "endLoc" : 1790, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 1788, "endPlayLoc" : 1790, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 1, "alt_str" : "", "preset_label" : "dry", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 289, "endLoc" : 1793, "endTimestamp_sec" : 608, "endTimestamp_nsec" : 608000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 1791, "endPlayLoc" : 1793, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "g1a", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 290, "endLoc" : 1796, "endTimestamp_sec" : 610, "endTimestamp_nsec" : 680000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 1794, "endPlayLoc" : 1796, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f4", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 291, "endLoc" : 1802, "endTimestamp_sec" : 611, "endTimestamp_nsec" : 257000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 1799, "endPlayLoc" : 1802, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f1", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 292, "endLoc" : 1805, "endTimestamp_sec" : 611, "endTimestamp_nsec" : 643000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 1804, "endPlayLoc" : 1805, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "c", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 293, "endLoc" : 1810, "endTimestamp_sec" : 612, "endTimestamp_nsec" : 796000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 1807, "endPlayLoc" : 1810, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "b", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 294, "endLoc" : 1813, "endTimestamp_sec" : 614, "endTimestamp_nsec" : 719000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 1811, "endPlayLoc" : 1813, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f3", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 295, "endLoc" : 1818, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 1816, "endPlayLoc" : 1818, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "g1a", "play_fl" : true } , { "order" : 1, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 296, "endLoc" : 1822, "endTimestamp_sec" : 620, "endTimestamp_nsec" : 296000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 1820, "endPlayLoc" : 1822, "note" : "all 1s slightly different and worth hearing all", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "d", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 297, "endLoc" : 1826, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 1822, "endPlayLoc" : 1826, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "ga", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 298, "endLoc" : 1832, "endTimestamp_sec" : 626, "endTimestamp_nsec" : 868000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 1827, "endPlayLoc" : 1832, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 1, "alt_str" : "", "preset_label" : "dry", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 299, "endLoc" : 1849, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 1833, "endPlayLoc" : 1849, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "g1a", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 300, "endLoc" : 1855, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 1850, "endPlayLoc" : 1855, "note" : "or split the two notes into one g1d, one dry -- the second note has an artifical transform sound in play that may need to be revised", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "g1d", "play_fl" : true } ] } , { "fragId" : 301, "endLoc" : 1860, "endTimestamp_sec" : 646, "endTimestamp_nsec" : 350000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 1858, "endPlayLoc" : 1860, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "g", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 302, "endLoc" : 1864, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 1861, "endPlayLoc" : 1864, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f4", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 303, "endLoc" : 1874, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 1865, "endPlayLoc" : 1874, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f2", "play_fl" : true } , { "order" : 1, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 304, "endLoc" : 1876, "endTimestamp_sec" : 651, "endTimestamp_nsec" : 191000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 1875, "endPlayLoc" : 1876, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "g1a", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 305, "endLoc" : 1879, "endTimestamp_sec" : 655, "endTimestamp_nsec" : 85000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 1877, "endPlayLoc" : 1879, "note" : "check all these", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "a", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 306, "endLoc" : 1881, "endTimestamp_sec" : 655, "endTimestamp_nsec" : 373000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 1880, "endPlayLoc" : 1881, "note" : "check all these", "presetN" : 13, "presetL" : [ { "order" : 1, "alt_str" : "", "preset_label" : "dry", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 307, "endLoc" : 1886, "endTimestamp_sec" : 656, "endTimestamp_nsec" : 816000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 1881, "endPlayLoc" : 1886, "note" : "check all these", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 308, "endLoc" : 1889, "endTimestamp_sec" : 656, "endTimestamp_nsec" : 816000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 1887, "endPlayLoc" : 1889, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f3", "play_fl" : true } , { "order" : 2, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 309, "endLoc" : 1895, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 1889, "endPlayLoc" : 1895, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f2", "play_fl" : true } , { "order" : 2, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 2, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 310, "endLoc" : 1900, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 1896, "endPlayLoc" : 1900, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 1, "alt_str" : "", "preset_label" : "dry", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 311, "endLoc" : 1914, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 1901, "endPlayLoc" : 1914, "note" : "all are worthy, esp the four marked as 1", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f2", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 312, "endLoc" : 1919, "endTimestamp_sec" : 676, "endTimestamp_nsec" : 662000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 1917, "endPlayLoc" : 1919, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 1, "alt_str" : "", "preset_label" : "dry", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 313, "endLoc" : 1924, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 1921, "endPlayLoc" : 1924, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f3", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 314, "endLoc" : 1928, "endTimestamp_sec" : 685, "endTimestamp_nsec" : 75000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 1925, "endPlayLoc" : 1928, "note" : "tough call between dry and ga", "presetN" : 13, "presetL" : [ { "order" : 1, "alt_str" : "", "preset_label" : "dry", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 315, "endLoc" : 1933, "endTimestamp_sec" : 686, "endTimestamp_nsec" : 539000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 1930, "endPlayLoc" : 1933, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 1, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f3", "play_fl" : true } , { "order" : 1, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 316, "endLoc" : 1939, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 1934, "endPlayLoc" : 1939, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 317, "endLoc" : 1942, "endTimestamp_sec" : 692, "endTimestamp_nsec" : 383000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 1940, "endPlayLoc" : 1942, "note" : "tough call between f2 and g1d", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f2", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 2, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 318, "endLoc" : 1947, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 1939, "endPlayLoc" : 1947, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "g1a", "play_fl" : true } , { "order" : 1, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 319, "endLoc" : 1947, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 1944, "endPlayLoc" : 1947, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "c", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 320, "endLoc" : 1951, "endTimestamp_sec" : 698, "endTimestamp_nsec" : 383000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 1949, "endPlayLoc" : 1951, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "d", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 321, "endLoc" : 1958, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 1952, "endPlayLoc" : 1958, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 2, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f4", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 322, "endLoc" : 1962, "endTimestamp_sec" : 704, "endTimestamp_nsec" : 152000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 1960, "endPlayLoc" : 1962, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "c", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 323, "endLoc" : 1978, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 1963, "endPlayLoc" : 1978, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f2", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 324, "endLoc" : 1981, "endTimestamp_sec" : 714, "endTimestamp_nsec" : 254000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 1979, "endPlayLoc" : 1981, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f3", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 325, "endLoc" : 1983, "endTimestamp_sec" : 714, "endTimestamp_nsec" : 969000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 1981, "endPlayLoc" : 1983, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "ga", "play_fl" : true } , { "order" : 1, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 326, "endLoc" : 1986, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 1983, "endPlayLoc" : 1986, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 1, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "a", "play_fl" : true } , { "order" : 1, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 327, "endLoc" : 1988, "endTimestamp_sec" : 722, "endTimestamp_nsec" : 908000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 1986, "endPlayLoc" : 1988, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 2, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 2, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 2, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "ga", "play_fl" : true } , { "order" : 2, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 328, "endLoc" : 1993, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 1988, "endPlayLoc" : 1993, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 1, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "g1d", "play_fl" : true } ] } , { "fragId" : 329, "endLoc" : 1995, "endTimestamp_sec" : 745, "endTimestamp_nsec" : 985000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 1994, "endPlayLoc" : 1995, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "b", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 330, "endLoc" : 2194, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 1995, "endPlayLoc" : 2194, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 1, "alt_str" : "", "preset_label" : "dry", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 331, "endLoc" : 2304, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 2194, "endPlayLoc" : 2304, "note" : "start of part 2 - dry", "presetN" : 13, "presetL" : [ { "order" : 1, "alt_str" : "", "preset_label" : "dry", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 332, "endLoc" : 2365, "endTimestamp_sec" : 769, "endTimestamp_nsec" : 975000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 2305, "endPlayLoc" : 2365, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 1, "alt_str" : "", "preset_label" : "dry", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 333, "endLoc" : 2367, "endTimestamp_sec" : 770, "endTimestamp_nsec" : 60000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 2366, "endPlayLoc" : 2367, "note" : "previously g1a, now dry", "presetN" : 13, "presetL" : [ { "order" : 1, "alt_str" : "", "preset_label" : "dry", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 2, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 2, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 334, "endLoc" : 2372, "endTimestamp_sec" : 770, "endTimestamp_nsec" : 725000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 2367, "endPlayLoc" : 2372, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "g1a", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 335, "endLoc" : 2377, "endTimestamp_sec" : 269, "endTimestamp_nsec" : 899000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 2376, "endPlayLoc" : 2377, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 336, "endLoc" : 2412, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 2373, "endPlayLoc" : 2412, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 337, "endLoc" : 2519, "endTimestamp_sec" : 783, "endTimestamp_nsec" : 475000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 2413, "endPlayLoc" : 2519, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 338, "endLoc" : 2559, "endTimestamp_sec" : 787, "endTimestamp_nsec" : 225000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 2520, "endPlayLoc" : 2559, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 1, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 2, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 2, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "g1d", "play_fl" : true } ] } , { "fragId" : 339, "endLoc" : 2645, "endTimestamp_sec" : 796, "endTimestamp_nsec" : 535000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 2560, "endPlayLoc" : 2645, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f4", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 340, "endLoc" : 2668, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 2646, "endPlayLoc" : 2668, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 1, "alt_str" : "", "preset_label" : "dry", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 341, "endLoc" : 2671, "endTimestamp_sec" : 798, "endTimestamp_nsec" : 560000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 2669, "endPlayLoc" : 2671, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 1, "alt_str" : "", "preset_label" : "dry", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 342, "endLoc" : 2681, "endTimestamp_sec" : 800, "endTimestamp_nsec" : 60000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 2672, "endPlayLoc" : 2681, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 343, "endLoc" : 2700, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 2682, "endPlayLoc" : 2700, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 1, "alt_str" : "", "preset_label" : "dry", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 344, "endLoc" : 2722, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 2701, "endPlayLoc" : 2722, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 2, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f2", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 2, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 345, "endLoc" : 2729, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 2723, "endPlayLoc" : 2729, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 1, "alt_str" : "", "preset_label" : "dry", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 346, "endLoc" : 2736, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 2730, "endPlayLoc" : 2736, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 1, "alt_str" : "", "preset_label" : "dry", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 347, "endLoc" : 2740, "endTimestamp_sec" : 817, "endTimestamp_nsec" : 591000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 2737, "endPlayLoc" : 2740, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 1, "alt_str" : "", "preset_label" : "dry", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 348, "endLoc" : 2746, "endTimestamp_sec" : 818, "endTimestamp_nsec" : 286000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 2741, "endPlayLoc" : 2746, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 1, "alt_str" : "", "preset_label" : "dry", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 349, "endLoc" : 2752, "endTimestamp_sec" : 819, "endTimestamp_nsec" : 36000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 2747, "endPlayLoc" : 2752, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f3", "play_fl" : true } , { "order" : 1, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 350, "endLoc" : 2758, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 0.700000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 2753, "endPlayLoc" : 2758, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "g1a", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 351, "endLoc" : 2764, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 2759, "endPlayLoc" : 2764, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 1, "alt_str" : "", "preset_label" : "dry", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 352, "endLoc" : 2814, "endTimestamp_sec" : 826, "endTimestamp_nsec" : 328000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 2765, "endPlayLoc" : 2814, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 1, "alt_str" : "", "preset_label" : "dry", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 353, "endLoc" : 2825, "endTimestamp_sec" : 827, "endTimestamp_nsec" : 312000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 2815, "endPlayLoc" : 2825, "note" : "maybe a broad transition from dry to whichever f by the end of the next one", "presetN" : 13, "presetL" : [ { "order" : 1, "alt_str" : "", "preset_label" : "dry", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 354, "endLoc" : 2867, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 2826, "endPlayLoc" : 2867, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 1, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f3", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 355, "endLoc" : 2873, "endTimestamp_sec" : 831, "endTimestamp_nsec" : 257000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 2868, "endPlayLoc" : 2873, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 1, "alt_str" : "", "preset_label" : "dry", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 356, "endLoc" : 2888, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 2000.000000, "begPlayLoc" : 2874, "endPlayLoc" : 2888, "note" : "check rattle on b1 - c#2 ", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 357, "endLoc" : 2893, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 2889, "endPlayLoc" : 2893, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 358, "endLoc" : 2923, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 2894, "endPlayLoc" : 2923, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 359, "endLoc" : 2973, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 2924, "endPlayLoc" : 2973, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 360, "endLoc" : 2997, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 2974, "endPlayLoc" : 2997, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 361, "endLoc" : 3003, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 2999, "endPlayLoc" : 3003, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 362, "endLoc" : 3013, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 3004, "endPlayLoc" : 3013, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 363, "endLoc" : 3015, "endTimestamp_sec" : 854, "endTimestamp_nsec" : 15000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 3014, "endPlayLoc" : 3015, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 1, "alt_str" : "", "preset_label" : "dry", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 364, "endLoc" : 3021, "endTimestamp_sec" : 855, "endTimestamp_nsec" : 46000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 3016, "endPlayLoc" : 3021, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "d", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 365, "endLoc" : 3025, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 3022, "endPlayLoc" : 3025, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 1, "alt_str" : "", "preset_label" : "dry", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 366, "endLoc" : 3031, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 3026, "endPlayLoc" : 3031, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 1, "alt_str" : "", "preset_label" : "dry", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 367, "endLoc" : 3060, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 3032, "endPlayLoc" : 3060, "note" : "f4 very slight transform, either this or dry", "presetN" : 13, "presetL" : [ { "order" : 1, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f4", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 368, "endLoc" : 3071, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 3061, "endPlayLoc" : 3071, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "d", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 2, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 369, "endLoc" : 3075, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 3072, "endPlayLoc" : 3075, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 1, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "c", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 370, "endLoc" : 3077, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 3076, "endPlayLoc" : 3077, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 1, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "a", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 371, "endLoc" : 3100, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 3078, "endPlayLoc" : 3100, "note" : "b c g1d very similar c seems slight more intense and varied", "presetN" : 13, "presetL" : [ { "order" : 2, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "c", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 372, "endLoc" : 3110, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 3101, "endPlayLoc" : 3110, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 2, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "a", "play_fl" : true } , { "order" : 1, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 373, "endLoc" : 3123, "endTimestamp_sec" : 872, "endTimestamp_nsec" : 165000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 3111, "endPlayLoc" : 3123, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 1, "alt_str" : "", "preset_label" : "dry", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 2, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 2, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 374, "endLoc" : 3127, "endTimestamp_sec" : 872, "endTimestamp_nsec" : 663000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 3124, "endPlayLoc" : 3127, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "a", "play_fl" : true } , { "order" : 2, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 375, "endLoc" : 3136, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 3128, "endPlayLoc" : 3136, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 2, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 2, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "c", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 2, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 376, "endLoc" : 3138, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 3137, "endPlayLoc" : 3138, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 1, "alt_str" : "", "preset_label" : "dry", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 377, "endLoc" : 3149, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 3138, "endPlayLoc" : 3149, "note" : "surprisingly all sound good, f4 for sheer power of cresc.", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f4", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 378, "endLoc" : 3166, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 3150, "endPlayLoc" : 3166, "note" : "those marked 1 or 2 very close", "presetN" : 13, "presetL" : [ { "order" : 2, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 2, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 2, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 2, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "g1a", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 379, "endLoc" : 3171, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 3167, "endPlayLoc" : 3171, "note" : "f4 and f2 seem identical", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f4", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 380, "endLoc" : 3174, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 3172, "endPlayLoc" : 3174, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "c", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 381, "endLoc" : 3183, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 3175, "endPlayLoc" : 3183, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 382, "endLoc" : 3200, "endTimestamp_sec" : 882, "endTimestamp_nsec" : 665000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 3184, "endPlayLoc" : 3200, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "d", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 383, "endLoc" : 3206, "endTimestamp_sec" : 883, "endTimestamp_nsec" : 415000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 3201, "endPlayLoc" : 3206, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 1, "alt_str" : "", "preset_label" : "dry", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 384, "endLoc" : 3209, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 3207, "endPlayLoc" : 3209, "note" : "check rhythm of realization on Spirio", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 385, "endLoc" : 3211, "endTimestamp_sec" : 884, "endTimestamp_nsec" : 540000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 3210, "endPlayLoc" : 3211, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 386, "endLoc" : 3218, "endTimestamp_sec" : 885, "endTimestamp_nsec" : 665000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 3211, "endPlayLoc" : 3218, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 1, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "g1d", "play_fl" : true } ] } , { "fragId" : 387, "endLoc" : 3223, "endTimestamp_sec" : 886, "endTimestamp_nsec" : 664000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 3219, "endPlayLoc" : 3223, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 2, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 2, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "d", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 388, "endLoc" : 3225, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 3224, "endPlayLoc" : 3225, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 1, "alt_str" : "", "preset_label" : "dry", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 389, "endLoc" : 3236, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 3225, "endPlayLoc" : 3236, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "g1a", "play_fl" : true } , { "order" : 1, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 390, "endLoc" : 3243, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 3237, "endPlayLoc" : 3243, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 1, "alt_str" : "", "preset_label" : "dry", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 391, "endLoc" : 3253, "endTimestamp_sec" : 892, "endTimestamp_nsec" : 415000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 3244, "endPlayLoc" : 3253, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 1, "alt_str" : "", "preset_label" : "dry", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 2, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 2, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 2, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 392, "endLoc" : 3255, "endTimestamp_sec" : 893, "endTimestamp_nsec" : 165000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 3254, "endPlayLoc" : 3255, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f4", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 393, "endLoc" : 3263, "endTimestamp_sec" : 894, "endTimestamp_nsec" : 665000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 3256, "endPlayLoc" : 3263, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 1, "alt_str" : "", "preset_label" : "dry", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 394, "endLoc" : 3267, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 3264, "endPlayLoc" : 3267, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 1, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f4", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 395, "endLoc" : 3274, "endTimestamp_sec" : 896, "endTimestamp_nsec" : 915000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 3268, "endPlayLoc" : 3274, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 2, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "ga", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 2, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 396, "endLoc" : 3280, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 3275, "endPlayLoc" : 3280, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 1, "alt_str" : "", "preset_label" : "dry", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 397, "endLoc" : 3283, "endTimestamp_sec" : 905, "endTimestamp_nsec" : 961000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 3281, "endPlayLoc" : 3283, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 398, "endLoc" : 3285, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 3284, "endPlayLoc" : 3285, "note" : "tried f4 here but the transform start was too artificial ", "presetN" : 13, "presetL" : [ { "order" : 1, "alt_str" : "", "preset_label" : "dry", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 399, "endLoc" : 3298, "endTimestamp_sec" : 909, "endTimestamp_nsec" : 597000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 3286, "endPlayLoc" : 3298, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 1, "alt_str" : "", "preset_label" : "dry", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 400, "endLoc" : 3300, "endTimestamp_sec" : 909, "endTimestamp_nsec" : 672000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 3299, "endPlayLoc" : 3300, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f4", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 401, "endLoc" : 3306, "endTimestamp_sec" : 910, "endTimestamp_nsec" : 424000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 3300, "endPlayLoc" : 3306, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 1, "alt_str" : "", "preset_label" : "dry", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 2, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 2, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 402, "endLoc" : 3315, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 3307, "endPlayLoc" : 3315, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 1, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "g1d", "play_fl" : true } ] } , { "fragId" : 403, "endLoc" : 3328, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 3316, "endPlayLoc" : 3328, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 2, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f3", "play_fl" : true } , { "order" : 2, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 404, "endLoc" : 3333, "endTimestamp_sec" : 917, "endTimestamp_nsec" : 157000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 3329, "endPlayLoc" : 3333, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 1, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 2, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "g1d", "play_fl" : true } ] } , { "fragId" : 405, "endLoc" : 3353, "endTimestamp_sec" : 919, "endTimestamp_nsec" : 672000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 3334, "endPlayLoc" : 3353, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "c", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 406, "endLoc" : 3355, "endTimestamp_sec" : 920, "endTimestamp_nsec" : 581000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 3354, "endPlayLoc" : 3355, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 1, "alt_str" : "", "preset_label" : "dry", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 407, "endLoc" : 3357, "endTimestamp_sec" : 921, "endTimestamp_nsec" : 36000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 3356, "endPlayLoc" : 3357, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 1, "alt_str" : "", "preset_label" : "dry", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 408, "endLoc" : 3365, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 3357, "endPlayLoc" : 3365, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 1, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 2, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f3", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 409, "endLoc" : 3377, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 3366, "endPlayLoc" : 3377, "note" : "tough call between dry and most gentle A transform", "presetN" : 13, "presetL" : [ { "order" : 1, "alt_str" : "", "preset_label" : "dry", "play_fl" : true } , { "order" : 1, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 410, "endLoc" : 3402, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 3379, "endPlayLoc" : 3402, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 1, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f3", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 411, "endLoc" : 3409, "endTimestamp_sec" : 932, "endTimestamp_nsec" : 474000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 3403, "endPlayLoc" : 3409, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 2, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 2, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 2, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "g1a", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 412, "endLoc" : 3414, "endTimestamp_sec" : 932, "endTimestamp_nsec" : 929000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 3410, "endPlayLoc" : 3414, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 1, "alt_str" : "", "preset_label" : "dry", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 413, "endLoc" : 3428, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 3415, "endPlayLoc" : 3428, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 1, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "b", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 414, "endLoc" : 3438, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 3429, "endPlayLoc" : 3438, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 1, "alt_str" : "", "preset_label" : "dry", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 415, "endLoc" : 3442, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 3439, "endPlayLoc" : 3442, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 2, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f3", "play_fl" : true } , { "order" : 1, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 416, "endLoc" : 3448, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 3443, "endPlayLoc" : 3448, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "b", "play_fl" : true } , { "order" : 1, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 417, "endLoc" : 3450, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 3449, "endPlayLoc" : 3450, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 1, "alt_str" : "", "preset_label" : "dry", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 2, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 2, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 418, "endLoc" : 3454, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 3451, "endPlayLoc" : 3454, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 2, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 2, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "c", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 419, "endLoc" : 3457, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 3455, "endPlayLoc" : 3457, "note" : "the C1 pppp sounds great - check out all the timbres with various transforms. ga has subtle tail on last note", "presetN" : 13, "presetL" : [ { "order" : 1, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "b", "play_fl" : true } , { "order" : 1, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 420, "endLoc" : 3468, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 3458, "endPlayLoc" : 3468, "note" : "between dry and f3 close call", "presetN" : 13, "presetL" : [ { "order" : 1, "alt_str" : "", "preset_label" : "dry", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 421, "endLoc" : 3473, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 3469, "endPlayLoc" : 3473, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "g", "play_fl" : true } , { "order" : 2, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 2, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 2, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 422, "endLoc" : 3491, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 3474, "endPlayLoc" : 3491, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 1, "alt_str" : "", "preset_label" : "dry", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 423, "endLoc" : 3500, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 3492, "endPlayLoc" : 3500, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 2, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f1", "play_fl" : true } , { "order" : 1, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 2, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 2, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 424, "endLoc" : 3509, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 3501, "endPlayLoc" : 3509, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 2, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "c", "play_fl" : true } , { "order" : 1, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 425, "endLoc" : 3514, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 3510, "endPlayLoc" : 3514, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 1, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f3", "play_fl" : true } , { "order" : 1, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 426, "endLoc" : 3517, "endTimestamp_sec" : 957, "endTimestamp_nsec" : 649000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 3515, "endPlayLoc" : 3517, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 1, "alt_str" : "", "preset_label" : "dry", "play_fl" : true } , { "order" : 2, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 427, "endLoc" : 3519, "endTimestamp_sec" : 957, "endTimestamp_nsec" : 649000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 3518, "endPlayLoc" : 3519, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 1, "alt_str" : "", "preset_label" : "dry", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 428, "endLoc" : 3529, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 3519, "endPlayLoc" : 3529, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "g1d", "play_fl" : true } ] } , { "fragId" : 429, "endLoc" : 3545, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 3530, "endPlayLoc" : 3545, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 1, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f2", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 2, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 430, "endLoc" : 3553, "endTimestamp_sec" : 962, "endTimestamp_nsec" : 949000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 3546, "endPlayLoc" : 3553, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "c", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 2, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 431, "endLoc" : 3562, "endTimestamp_sec" : 964, "endTimestamp_nsec" : 540000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 3554, "endPlayLoc" : 3562, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 1, "alt_str" : "", "preset_label" : "dry", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 2, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 2, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 2, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 2, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 432, "endLoc" : 3566, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 3563, "endPlayLoc" : 3566, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 1, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f3", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 433, "endLoc" : 3597, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 3567, "endPlayLoc" : 3597, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 2, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 2, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f2", "play_fl" : true } , { "order" : 2, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 2, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 434, "endLoc" : 3616, "endTimestamp_sec" : 971, "endTimestamp_nsec" : 68000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 3598, "endPlayLoc" : 3616, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 1, "alt_str" : "", "preset_label" : "dry", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 435, "endLoc" : 3638, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 3617, "endPlayLoc" : 3638, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "g1a", "play_fl" : true } , { "order" : 1, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 436, "endLoc" : 4399, "endTimestamp_sec" : 976, "endTimestamp_nsec" : 667000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 4386, "endPlayLoc" : 4399, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 1, "alt_str" : "", "preset_label" : "dry", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 2, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 2, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 2, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 437, "endLoc" : 4412, "endTimestamp_sec" : 978, "endTimestamp_nsec" : 581000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 4400, "endPlayLoc" : 4412, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 2, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "d", "play_fl" : true } , { "order" : 2, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 2, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 2, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 2, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 438, "endLoc" : 4417, "endTimestamp_sec" : 980, "endTimestamp_nsec" : 442000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 4413, "endPlayLoc" : 4417, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 1, "alt_str" : "", "preset_label" : "dry", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 439, "endLoc" : 4425, "endTimestamp_sec" : 981, "endTimestamp_nsec" : 522000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 4418, "endPlayLoc" : 4425, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f4", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 440, "endLoc" : 4432, "endTimestamp_sec" : 982, "endTimestamp_nsec" : 699000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 4426, "endPlayLoc" : 4432, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "g1d", "play_fl" : true } ] } , { "fragId" : 441, "endLoc" : 4448, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 4433, "endPlayLoc" : 4448, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 2, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "d", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 2, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 442, "endLoc" : 4451, "endTimestamp_sec" : 986, "endTimestamp_nsec" : 228000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 4449, "endPlayLoc" : 4451, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 1, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "a", "play_fl" : true } , { "order" : 2, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 2, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 2, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 2, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 443, "endLoc" : 4456, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 4451, "endPlayLoc" : 4456, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 1, "alt_str" : "", "preset_label" : "dry", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 444, "endLoc" : 4470, "endTimestamp_sec" : 988, "endTimestamp_nsec" : 656000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 4457, "endPlayLoc" : 4470, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 445, "endLoc" : 4479, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 4471, "endPlayLoc" : 4479, "note" : "all gs very close", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 2, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 2, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "g1a", "play_fl" : true } , { "order" : 1, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 446, "endLoc" : 4490, "endTimestamp_sec" : 1000, "endTimestamp_nsec" : 721000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 4480, "endPlayLoc" : 4490, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 1, "alt_str" : "", "preset_label" : "dry", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 447, "endLoc" : 4498, "endTimestamp_sec" : 1003, "endTimestamp_nsec" : 74000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 4491, "endPlayLoc" : 4498, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f2", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 448, "endLoc" : 4507, "endTimestamp_sec" : 1005, "endTimestamp_nsec" : 427000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 4499, "endPlayLoc" : 4507, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "c", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 449, "endLoc" : 4509, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 4508, "endPlayLoc" : 4509, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 2, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 2, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f4", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 450, "endLoc" : 4519, "endTimestamp_sec" : 1009, "endTimestamp_nsec" : 935000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 4509, "endPlayLoc" : 4519, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 1, "alt_str" : "", "preset_label" : "dry", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 451, "endLoc" : 4546, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 4520, "endPlayLoc" : 4546, "note" : "not really as clear cut a choice as it might seem from the rankings", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 2, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 2, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 2, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f2", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 452, "endLoc" : 4549, "endTimestamp_sec" : 1014, "endTimestamp_nsec" : 839000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 4547, "endPlayLoc" : 4549, "note" : "could perhaps apply g1a or 1d to the last two triplet chords", "presetN" : 13, "presetL" : [ { "order" : 1, "alt_str" : "", "preset_label" : "dry", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 453, "endLoc" : 4556, "endTimestamp_sec" : 1017, "endTimestamp_nsec" : 192000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 4550, "endPlayLoc" : 4556, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "c", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 454, "endLoc" : 4562, "endTimestamp_sec" : 1019, "endTimestamp_nsec" : 544000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 4557, "endPlayLoc" : 4562, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 2, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f2", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 455, "endLoc" : 4567, "endTimestamp_sec" : 1020, "endTimestamp_nsec" : 868000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 4563, "endPlayLoc" : 4567, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 1, "alt_str" : "", "preset_label" : "dry", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 456, "endLoc" : 4569, "endTimestamp_sec" : 1021, "endTimestamp_nsec" : 897000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 4568, "endPlayLoc" : 4569, "note" : "g1d very slightly less distorted than the other ds", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "g1d", "play_fl" : true } ] } , { "fragId" : 457, "endLoc" : 4575, "endTimestamp_sec" : 1023, "endTimestamp_nsec" : 74000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 4570, "endPlayLoc" : 4575, "note" : "fs the same", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f4", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 458, "endLoc" : 4579, "endTimestamp_sec" : 1024, "endTimestamp_nsec" : 250000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 4576, "endPlayLoc" : 4579, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 1, "alt_str" : "", "preset_label" : "dry", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 459, "endLoc" : 4583, "endTimestamp_sec" : 1025, "endTimestamp_nsec" : 426000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 4580, "endPlayLoc" : 4583, "note" : "f2 3 or 4 much the same", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f2", "play_fl" : true } , { "order" : 1, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 460, "endLoc" : 4585, "endTimestamp_sec" : 1026, "endTimestamp_nsec" : 15000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 4584, "endPlayLoc" : 4585, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 1, "alt_str" : "", "preset_label" : "dry", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 461, "endLoc" : 4590, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 4586, "endPlayLoc" : 4590, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 2, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "d", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 462, "endLoc" : 4592, "endTimestamp_sec" : 1026, "endTimestamp_nsec" : 993000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 4591, "endPlayLoc" : 4592, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "d", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 463, "endLoc" : 4600, "endTimestamp_sec" : 1028, "endTimestamp_nsec" : 560000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 4593, "endPlayLoc" : 4600, "note" : "next sections I am trying to suggest a transition to greater intensity short of enging gs", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "a", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 464, "endLoc" : 4604, "endTimestamp_sec" : 1030, "endTimestamp_nsec" : 133000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 4601, "endPlayLoc" : 4604, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f4", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 465, "endLoc" : 4609, "endTimestamp_sec" : 1031, "endTimestamp_nsec" : 309000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 4605, "endPlayLoc" : 4609, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f3", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 466, "endLoc" : 4621, "endTimestamp_sec" : 1034, "endTimestamp_nsec" : 839000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 4610, "endPlayLoc" : 4621, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f2", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 467, "endLoc" : 4628, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 4622, "endPlayLoc" : 4628, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 1, "alt_str" : "", "preset_label" : "dry", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 468, "endLoc" : 4632, "endTimestamp_sec" : 1036, "endTimestamp_nsec" : 896000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 4629, "endPlayLoc" : 4632, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f4", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 469, "endLoc" : 4638, "endTimestamp_sec" : 1038, "endTimestamp_nsec" : 249000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 4633, "endPlayLoc" : 4638, "note" : "incorrect redering of rhythm and missing dynamic - p - so tbd", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 470, "endLoc" : 4652, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 4639, "endPlayLoc" : 4652, "note" : "missing dynamic p -- tbd", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 471, "endLoc" : 4661, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 4653, "endPlayLoc" : 4661, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "a", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 472, "endLoc" : 4663, "endTimestamp_sec" : 1041, "endTimestamp_nsec" : 896000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 4662, "endPlayLoc" : 4663, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 1, "alt_str" : "", "preset_label" : "dry", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 473, "endLoc" : 4664, "endTimestamp_sec" : 1042, "endTimestamp_nsec" : 486000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 4663, "endPlayLoc" : 4664, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 2, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 2, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 2, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f4", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 474, "endLoc" : 4671, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 4665, "endPlayLoc" : 4671, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 2, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f2", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 475, "endLoc" : 4676, "endTimestamp_sec" : 1046, "endTimestamp_nsec" : 2000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 4672, "endPlayLoc" : 4676, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f4", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 476, "endLoc" : 4678, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 4677, "endPlayLoc" : 4678, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 477, "endLoc" : 4687, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 4678, "endPlayLoc" : 4687, "note" : "a and f2 quite similar", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "a", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 2, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 478, "endLoc" : 4692, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 4688, "endPlayLoc" : 4692, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 479, "endLoc" : 4697, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 4693, "endPlayLoc" : 4697, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 1, "alt_str" : "", "preset_label" : "dry", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 480, "endLoc" : 4722, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 4698, "endPlayLoc" : 4722, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 1, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f4", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 481, "endLoc" : 4746, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 4723, "endPlayLoc" : 4746, "note" : "try a variable ratio of dry to d, or a transition", "presetN" : 13, "presetL" : [ { "order" : 1, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "d", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 482, "endLoc" : 4749, "endTimestamp_sec" : 1060, "endTimestamp_nsec" : 871000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 4748, "endPlayLoc" : 4749, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 1, "alt_str" : "", "preset_label" : "dry", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 483, "endLoc" : 4760, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 4749, "endPlayLoc" : 4760, "note" : "grace notes not sounding when p;layed alone", "presetN" : 13, "presetL" : [ { "order" : 1, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f4", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 484, "endLoc" : 4798, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 4761, "endPlayLoc" : 4798, "note" : "maybe a transition from f1 to g1d... but they are all pretty much alike", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f1", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 485, "endLoc" : 4802, "endTimestamp_sec" : 1072, "endTimestamp_nsec" : 140000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 4799, "endPlayLoc" : 4802, "note" : "the fs are much the same", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 486, "endLoc" : 4813, "endTimestamp_sec" : 1073, "endTimestamp_nsec" : 36000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 4803, "endPlayLoc" : 4813, "note" : "gs are identical, all 12 sound about the same", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "g1d", "play_fl" : true } ] } , { "fragId" : 487, "endLoc" : 4824, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 4814, "endPlayLoc" : 4824, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 1, "alt_str" : "", "preset_label" : "dry", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 488, "endLoc" : 4826, "endTimestamp_sec" : 1075, "endTimestamp_nsec" : 462000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 4825, "endPlayLoc" : 4826, "note" : "check if I assigned these grace notes to an incorrect position", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 489, "endLoc" : 4837, "endTimestamp_sec" : 1077, "endTimestamp_nsec" : 815000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 4827, "endPlayLoc" : 4837, "note" : "fs are about the same", "presetN" : 13, "presetL" : [ { "order" : 1, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f3", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 490, "endLoc" : 4850, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 4838, "endPlayLoc" : 4850, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 2, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 2, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f4", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 491, "endLoc" : 4861, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 4851, "endPlayLoc" : 4861, "note" : "fs very much the same, maybe this measure to divide into more than one transform?", "presetN" : 13, "presetL" : [ { "order" : 1, "alt_str" : "", "preset_label" : "dry", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 492, "endLoc" : 4877, "endTimestamp_sec" : 1086, "endTimestamp_nsec" : 149000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 4862, "endPlayLoc" : 4877, "note" : "f3 and f4 the same", "presetN" : 13, "presetL" : [ { "order" : 1, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f4", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 493, "endLoc" : 4879, "endTimestamp_sec" : 1088, "endTimestamp_nsec" : 502000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 4878, "endPlayLoc" : 4879, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 1, "alt_str" : "", "preset_label" : "dry", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 494, "endLoc" : 4893, "endTimestamp_sec" : 1089, "endTimestamp_nsec" : 552000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 4879, "endPlayLoc" : 4893, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 1, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "g1d", "play_fl" : true } ] } , { "fragId" : 495, "endLoc" : 4895, "endTimestamp_sec" : 1090, "endTimestamp_nsec" : 803000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 4894, "endPlayLoc" : 4895, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 1, "alt_str" : "", "preset_label" : "dry", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 496, "endLoc" : 4910, "endTimestamp_sec" : 1092, "endTimestamp_nsec" : 88000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 4895, "endPlayLoc" : 4910, "note" : "the fs are near identical", "presetN" : 13, "presetL" : [ { "order" : 1, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f2", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 497, "endLoc" : 4913, "endTimestamp_sec" : 1092, "endTimestamp_nsec" : 727000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 4911, "endPlayLoc" : 4913, "note" : "fs ok but nothing special about any", "presetN" : 13, "presetL" : [ { "order" : 1, "alt_str" : "", "preset_label" : "dry", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 498, "endLoc" : 4918, "endTimestamp_sec" : 1093, "endTimestamp_nsec" : 265000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 4914, "endPlayLoc" : 4918, "note" : "very little transform differences", "presetN" : 13, "presetL" : [ { "order" : 1, "alt_str" : "", "preset_label" : "dry", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 499, "endLoc" : 4921, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 4919, "endPlayLoc" : 4921, "note" : "all transforms sound like nothing", "presetN" : 13, "presetL" : [ { "order" : 1, "alt_str" : "", "preset_label" : "dry", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 500, "endLoc" : 4935, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 4922, "endPlayLoc" : 4935, "note" : "fs essentially all the same", "presetN" : 13, "presetL" : [ { "order" : 1, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f3", "play_fl" : true } , { "order" : 1, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 501, "endLoc" : 4940, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 4936, "endPlayLoc" : 4940, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 1, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f2", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 502, "endLoc" : 4965, "endTimestamp_sec" : 1099, "endTimestamp_nsec" : 714000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 4941, "endPlayLoc" : 4965, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 1, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 2, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f4", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 503, "endLoc" : 4967, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 4966, "endPlayLoc" : 4967, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : true } ] } , { "fragId" : 504, "endLoc" : 4985, "endTimestamp_sec" : 1105, "endTimestamp_nsec" : 83000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 4968, "endPlayLoc" : 4985, "note" : "very mild transform", "presetN" : 13, "presetL" : [ { "order" : 1, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f4", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 505, "endLoc" : 4993, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 4987, "endPlayLoc" : 4993, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 1, "alt_str" : "", "preset_label" : "dry", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 506, "endLoc" : 4996, "endTimestamp_sec" : 1107, "endTimestamp_nsec" : 222000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 4994, "endPlayLoc" : 4996, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 1, "alt_str" : "", "preset_label" : "dry", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 507, "endLoc" : 4999, "endTimestamp_sec" : 1109, "endTimestamp_nsec" : 134000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 4997, "endPlayLoc" : 4999, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 1, "alt_str" : "", "preset_label" : "dry", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 508, "endLoc" : 5019, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 5000, "endPlayLoc" : 5019, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 1, "alt_str" : "", "preset_label" : "dry", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 509, "endLoc" : 5033, "endTimestamp_sec" : 1117, "endTimestamp_nsec" : 808000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 5020, "endPlayLoc" : 5033, "note" : "best probably a fade from g1d to dry by LOC 7702 at latest, ie through next one", "presetN" : 13, "presetL" : [ { "order" : 2, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "g1d", "play_fl" : true } ] } , { "fragId" : 510, "endLoc" : 5041, "endTimestamp_sec" : 1118, "endTimestamp_nsec" : 879000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 5034, "endPlayLoc" : 5041, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 1, "alt_str" : "", "preset_label" : "dry", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 511, "endLoc" : 5044, "endTimestamp_sec" : 1121, "endTimestamp_nsec" : 22000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 5042, "endPlayLoc" : 5044, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 1, "alt_str" : "", "preset_label" : "dry", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 512, "endLoc" : 5052, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 5044, "endPlayLoc" : 5052, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 1, "alt_str" : "", "preset_label" : "dry", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 2, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 513, "endLoc" : 5054, "endTimestamp_sec" : 1125, "endTimestamp_nsec" : 308000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 5053, "endPlayLoc" : 5054, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 1, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 2, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 2, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f4", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 514, "endLoc" : 5088, "endTimestamp_sec" : 1131, "endTimestamp_nsec" : 453000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 5055, "endPlayLoc" : 5088, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 1, "alt_str" : "", "preset_label" : "dry", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 515, "endLoc" : 5096, "endTimestamp_sec" : 1133, "endTimestamp_nsec" : 954000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 5089, "endPlayLoc" : 5096, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 2, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "d", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 516, "endLoc" : 5102, "endTimestamp_sec" : 1146, "endTimestamp_nsec" : 544000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 5097, "endPlayLoc" : 5102, "note" : "probably this long passage dry but listen further...", "presetN" : 13, "presetL" : [ { "order" : 1, "alt_str" : "", "preset_label" : "dry", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 517, "endLoc" : 5106, "endTimestamp_sec" : 1150, "endTimestamp_nsec" : 26000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 5103, "endPlayLoc" : 5106, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "c", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 2, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 518, "endLoc" : 5118, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 5108, "endPlayLoc" : 5118, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 1, "alt_str" : "", "preset_label" : "dry", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 519, "endLoc" : 5127, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 5119, "endPlayLoc" : 5127, "note" : "f3 and f4 no difference", "presetN" : 13, "presetL" : [ { "order" : 1, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f3", "play_fl" : true } , { "order" : 1, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 520, "endLoc" : 5138, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 5128, "endPlayLoc" : 5138, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 1, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f4", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 521, "endLoc" : 5175, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 5139, "endPlayLoc" : 5175, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 1, "alt_str" : "", "preset_label" : "dry", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 522, "endLoc" : 5184, "endTimestamp_sec" : 1164, "endTimestamp_nsec" : 749000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 5176, "endPlayLoc" : 5184, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 1, "alt_str" : "", "preset_label" : "dry", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 523, "endLoc" : 5191, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 5185, "endPlayLoc" : 5191, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 1, "alt_str" : "", "preset_label" : "dry", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 524, "endLoc" : 5207, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 5192, "endPlayLoc" : 5207, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 1, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "d", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 525, "endLoc" : 5223, "endTimestamp_sec" : 1170, "endTimestamp_nsec" : 822000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 5208, "endPlayLoc" : 5223, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 1, "alt_str" : "", "preset_label" : "dry", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 526, "endLoc" : 5225, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 5224, "endPlayLoc" : 5225, "note" : "all are OK, the four 1s are first among equals", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "g1d", "play_fl" : true } ] } , { "fragId" : 527, "endLoc" : 5240, "endTimestamp_sec" : 1176, "endTimestamp_nsec" : 715000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 5225, "endPlayLoc" : 5240, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 1, "alt_str" : "", "preset_label" : "dry", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 528, "endLoc" : 5252, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 5241, "endPlayLoc" : 5252, "note" : "continuing dry also persuasive", "presetN" : 13, "presetL" : [ { "order" : 1, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "g1a", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 529, "endLoc" : 5264, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 5253, "endPlayLoc" : 5264, "note" : "f2 and f4 very subtly different", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f2", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 530, "endLoc" : 5274, "endTimestamp_sec" : 1183, "endTimestamp_nsec" : 144000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 5265, "endPlayLoc" : 5274, "note" : "fs and dry about the same", "presetN" : 13, "presetL" : [ { "order" : 1, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f4", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 531, "endLoc" : 5281, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 5276, "endPlayLoc" : 5281, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 1, "alt_str" : "", "preset_label" : "dry", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 532, "endLoc" : 5307, "endTimestamp_sec" : 1186, "endTimestamp_nsec" : 641000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 5282, "endPlayLoc" : 5307, "note" : "none of the transforms offer anything special", "presetN" : 13, "presetL" : [ { "order" : 1, "alt_str" : "", "preset_label" : "dry", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 533, "endLoc" : 5310, "endTimestamp_sec" : 1188, "endTimestamp_nsec" : 265000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 5308, "endPlayLoc" : 5310, "note" : "gs bring out an overtone thing", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "g1a", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 534, "endLoc" : 5313, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 5312, "endPlayLoc" : 5313, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 1, "alt_str" : "", "preset_label" : "dry", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 535, "endLoc" : 5325, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 5314, "endPlayLoc" : 5325, "note" : "mistake - last LOC should be 8225, next block should start with 8226 - or 8228", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "g1d", "play_fl" : true } ] } , { "fragId" : 536, "endLoc" : 5336, "endTimestamp_sec" : 1193, "endTimestamp_nsec" : 836000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 5326, "endPlayLoc" : 5336, "note" : "f2 for subtlety - other fs are similar", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f2", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 537, "endLoc" : 5339, "endTimestamp_sec" : 1194, "endTimestamp_nsec" : 908000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 5338, "endPlayLoc" : 5339, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 1, "alt_str" : "", "preset_label" : "dry", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 538, "endLoc" : 5343, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 5339, "endPlayLoc" : 5343, "note" : "hard to choose as playback seems to obscure the choices", "presetN" : 13, "presetL" : [ { "order" : 1, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f3", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 539, "endLoc" : 5371, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 5344, "endPlayLoc" : 5371, "note" : "transforms barely different from one another. Dry might be the solution", "presetN" : 13, "presetL" : [ { "order" : 1, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "g1d", "play_fl" : true } ] } , { "fragId" : 540, "endLoc" : 5373, "endTimestamp_sec" : 1202, "endTimestamp_nsec" : 408000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 5372, "endPlayLoc" : 5373, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f2", "play_fl" : true } , { "order" : 1, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 541, "endLoc" : 5377, "endTimestamp_sec" : 1203, "endTimestamp_nsec" : 479000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 5374, "endPlayLoc" : 5377, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 1, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f4", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 542, "endLoc" : 5390, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 5378, "endPlayLoc" : 5390, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f3", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 543, "endLoc" : 5394, "endTimestamp_sec" : 1206, "endTimestamp_nsec" : 694000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 5391, "endPlayLoc" : 5394, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 1, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "g1d", "play_fl" : true } ] } , { "fragId" : 544, "endLoc" : 5396, "endTimestamp_sec" : 1208, "endTimestamp_nsec" : 836000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 5395, "endPlayLoc" : 5396, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 1, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f2", "play_fl" : true } , { "order" : 1, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 545, "endLoc" : 5411, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 5397, "endPlayLoc" : 5411, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 1, "alt_str" : "", "preset_label" : "dry", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 546, "endLoc" : 5422, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 5412, "endPlayLoc" : 5422, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f2", "play_fl" : true } , { "order" : 1, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 547, "endLoc" : 5424, "endTimestamp_sec" : 1216, "endTimestamp_nsec" : 336000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 5423, "endPlayLoc" : 5424, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "c", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 548, "endLoc" : 5435, "endTimestamp_sec" : 1217, "endTimestamp_nsec" : 322000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 5425, "endPlayLoc" : 5435, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 2, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 2, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f4", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 549, "endLoc" : 5437, "endTimestamp_sec" : 1221, "endTimestamp_nsec" : 72000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 5436, "endPlayLoc" : 5437, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "g1d", "play_fl" : true } ] } , { "fragId" : 550, "endLoc" : 5440, "endTimestamp_sec" : 1223, "endTimestamp_nsec" : 215000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 5438, "endPlayLoc" : 5440, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 1, "alt_str" : "", "preset_label" : "dry", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 551, "endLoc" : 5441, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 5440, "endPlayLoc" : 5441, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 1, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f4", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 552, "endLoc" : 5853, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 500.000000, "begPlayLoc" : 5833, "endPlayLoc" : 5853, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 553, "endLoc" : 5880, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 500.000000, "begPlayLoc" : 5857, "endPlayLoc" : 5880, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 554, "endLoc" : 5885, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 500.000000, "begPlayLoc" : 5881, "endPlayLoc" : 5885, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 555, "endLoc" : 5913, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 500.000000, "begPlayLoc" : 5886, "endPlayLoc" : 5913, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 556, "endLoc" : 5923, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 500.000000, "begPlayLoc" : 5915, "endPlayLoc" : 5923, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 557, "endLoc" : 5931, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 500.000000, "begPlayLoc" : 5924, "endPlayLoc" : 5931, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 558, "endLoc" : 5945, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 500.000000, "begPlayLoc" : 5933, "endPlayLoc" : 5945, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 559, "endLoc" : 5972, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 500.000000, "begPlayLoc" : 5946, "endPlayLoc" : 5972, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 560, "endLoc" : 6002, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 500.000000, "begPlayLoc" : 5973, "endPlayLoc" : 6002, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 561, "endLoc" : 6018, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 500.000000, "begPlayLoc" : 6003, "endPlayLoc" : 6018, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 562, "endLoc" : 6055, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 500.000000, "begPlayLoc" : 6019, "endPlayLoc" : 6055, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 563, "endLoc" : 6131, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 500.000000, "begPlayLoc" : 6056, "endPlayLoc" : 6131, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 564, "endLoc" : 6138, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 500.000000, "begPlayLoc" : 6133, "endPlayLoc" : 6138, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 565, "endLoc" : 6141, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 500.000000, "begPlayLoc" : 6139, "endPlayLoc" : 6141, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 566, "endLoc" : 6216, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 500.000000, "begPlayLoc" : 6142, "endPlayLoc" : 6216, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 567, "endLoc" : 6250, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 500.000000, "begPlayLoc" : 6217, "endPlayLoc" : 6250, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "b", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 568, "endLoc" : 6323, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 500.000000, "begPlayLoc" : 6251, "endPlayLoc" : 6323, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "c", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 2, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 569, "endLoc" : 6345, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 500.000000, "begPlayLoc" : 6324, "endPlayLoc" : 6345, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "c", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 570, "endLoc" : 6438, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 500.000000, "begPlayLoc" : 6346, "endPlayLoc" : 6438, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "b", "play_fl" : true } , { "order" : 1, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 571, "endLoc" : 6480, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 500.000000, "begPlayLoc" : 6439, "endPlayLoc" : 6480, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "b", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 572, "endLoc" : 6484, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 500.000000, "begPlayLoc" : 6482, "endPlayLoc" : 6484, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 1, "alt_str" : "", "preset_label" : "dry", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 573, "endLoc" : 6736, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 500.000000, "begPlayLoc" : 6714, "endPlayLoc" : 6736, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 2, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 574, "endLoc" : 6738, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 500.000000, "begPlayLoc" : 6737, "endPlayLoc" : 6738, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "d", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 575, "endLoc" : 6782, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 500.000000, "begPlayLoc" : 6738, "endPlayLoc" : 6782, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 2, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "d", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 576, "endLoc" : 6808, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 500.000000, "begPlayLoc" : 6783, "endPlayLoc" : 6808, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "b", "play_fl" : true } , { "order" : 2, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 2, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 577, "endLoc" : 6840, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 500.000000, "begPlayLoc" : 6809, "endPlayLoc" : 6840, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 2, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 2, "alt_str" : "", "preset_label" : "c", "play_fl" : true } , { "order" : 2, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 2, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 2, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 2, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 2, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 2, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 2, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 2, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 578, "endLoc" : 6859, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 500.000000, "begPlayLoc" : 6841, "endPlayLoc" : 6859, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "a", "play_fl" : true } , { "order" : 1, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 579, "endLoc" : 6875, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 500.000000, "begPlayLoc" : 6860, "endPlayLoc" : 6875, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "a", "play_fl" : true } , { "order" : 1, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 580, "endLoc" : 6878, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 500.000000, "begPlayLoc" : 6876, "endPlayLoc" : 6878, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 1, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "d", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 581, "endLoc" : 6881, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 500.000000, "begPlayLoc" : 6880, "endPlayLoc" : 6881, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 1, "alt_str" : "", "preset_label" : "dry", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 582, "endLoc" : 6888, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 500.000000, "begPlayLoc" : 6883, "endPlayLoc" : 6888, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 1, "alt_str" : "", "preset_label" : "dry", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 583, "endLoc" : 6905, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 500.000000, "begPlayLoc" : 6889, "endPlayLoc" : 6905, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 1, "alt_str" : "", "preset_label" : "dry", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 2, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 584, "endLoc" : 6909, "endTimestamp_sec" : 803, "endTimestamp_nsec" : 60000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 6907, "endPlayLoc" : 6909, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 1, "alt_str" : "", "preset_label" : "dry", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 585, "endLoc" : 6949, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 500.000000, "begPlayLoc" : 6906, "endPlayLoc" : 6949, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 1, "alt_str" : "", "preset_label" : "dry", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 2, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 586, "endLoc" : 6955, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 500.000000, "begPlayLoc" : 6950, "endPlayLoc" : 6955, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 1, "alt_str" : "", "preset_label" : "dry", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 587, "endLoc" : 6998, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 500.000000, "begPlayLoc" : 6957, "endPlayLoc" : 6998, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 1, "alt_str" : "", "preset_label" : "dry", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 588, "endLoc" : 7015, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 500.000000, "begPlayLoc" : 6999, "endPlayLoc" : 7015, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "b", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 589, "endLoc" : 7034, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 500.000000, "begPlayLoc" : 7016, "endPlayLoc" : 7034, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "c", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 590, "endLoc" : 7113, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 500.000000, "begPlayLoc" : 7037, "endPlayLoc" : 7113, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 591, "endLoc" : 7120, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 500.000000, "begPlayLoc" : 7114, "endPlayLoc" : 7120, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 592, "endLoc" : 7141, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 500.000000, "begPlayLoc" : 7123, "endPlayLoc" : 7141, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 1, "alt_str" : "", "preset_label" : "dry", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 593, "endLoc" : 7152, "endTimestamp_sec" : 1501, "endTimestamp_nsec" : 23000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 7142, "endPlayLoc" : 7152, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 1, "alt_str" : "", "preset_label" : "dry", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 594, "endLoc" : 7159, "endTimestamp_sec" : 1501, "endTimestamp_nsec" : 792000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 7155, "endPlayLoc" : 7159, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "g1a", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 595, "endLoc" : 7182, "endTimestamp_sec" : 1506, "endTimestamp_nsec" : 78000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 7160, "endPlayLoc" : 7182, "note" : "c and g1d a very close call, others are excellent too including dry", "presetN" : 13, "presetL" : [ { "order" : 2, "alt_str" : "A", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "c", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 2, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 2, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 596, "endLoc" : 7196, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 500.000000, "begPlayLoc" : 7184, "endPlayLoc" : 7196, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "b", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 597, "endLoc" : 7214, "endTimestamp_sec" : 1512, "endTimestamp_nsec" : 658000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 7197, "endPlayLoc" : 7214, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 598, "endLoc" : 7230, "endTimestamp_sec" : 1514, "endTimestamp_nsec" : 797000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 7215, "endPlayLoc" : 7230, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 599, "endLoc" : 7261, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 500.000000, "begPlayLoc" : 7231, "endPlayLoc" : 7261, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 600, "endLoc" : 7307, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 500.000000, "begPlayLoc" : 7263, "endPlayLoc" : 7307, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "a", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "A", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 601, "endLoc" : 7312, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 500.000000, "begPlayLoc" : 7308, "endPlayLoc" : 7312, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 2, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "b", "play_fl" : true } , { "order" : 2, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 2, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 2, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 1, "alt_str" : "A", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 602, "endLoc" : 7315, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 500.000000, "begPlayLoc" : 7314, "endPlayLoc" : 7315, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "A", "preset_label" : "dry", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "a", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 603, "endLoc" : 7634, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 500.000000, "begPlayLoc" : 7316, "endPlayLoc" : 7634, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 1, "alt_str" : "A", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 604, "endLoc" : 7665, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 500.000000, "begPlayLoc" : 7635, "endPlayLoc" : 7665, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 1, "alt_str" : "A", "preset_label" : "a", "play_fl" : false } , { "order" : 2, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f3", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 605, "endLoc" : 7719, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 500.000000, "begPlayLoc" : 7666, "endPlayLoc" : 7719, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "a", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "A", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 606, "endLoc" : 7729, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 500.000000, "begPlayLoc" : 7720, "endPlayLoc" : 7729, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 1, "alt_str" : "", "preset_label" : "dry", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 1, "alt_str" : "A", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 607, "endLoc" : 7736, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 500.000000, "begPlayLoc" : 7730, "endPlayLoc" : 7736, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f4", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 1, "alt_str" : "A", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 608, "endLoc" : 7758, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 500.000000, "begPlayLoc" : 7737, "endPlayLoc" : 7758, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 1, "alt_str" : "A", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f2", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 609, "endLoc" : 7779, "endTimestamp_sec" : 1588, "endTimestamp_nsec" : 661000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 7759, "endPlayLoc" : 7779, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "a", "play_fl" : true } , { "order" : 2, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 2, "alt_str" : "A", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 610, "endLoc" : 7791, "endTimestamp_sec" : 1590, "endTimestamp_nsec" : 501000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 7780, "endPlayLoc" : 7791, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 1, "alt_str" : "A", "preset_label" : "c", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "d", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 611, "endLoc" : 7816, "endTimestamp_sec" : 1594, "endTimestamp_nsec" : 420000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 7792, "endPlayLoc" : 7816, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 2, "alt_str" : "A", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f1", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 612, "endLoc" : 7824, "endTimestamp_sec" : 1595, "endTimestamp_nsec" : 646000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 7817, "endPlayLoc" : 7824, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 1, "alt_str" : "", "preset_label" : "dry", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "A", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 613, "endLoc" : 7829, "endTimestamp_sec" : 1596, "endTimestamp_nsec" : 820000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 7825, "endPlayLoc" : 7829, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 1, "alt_str" : "A", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f3", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 614, "endLoc" : 7841, "endTimestamp_sec" : 1598, "endTimestamp_nsec" : 446000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 7830, "endPlayLoc" : 7841, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 1, "alt_str" : "A", "preset_label" : "g1a", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "g1d", "play_fl" : true } ] } , { "fragId" : 615, "endLoc" : 7850, "endTimestamp_sec" : 1599, "endTimestamp_nsec" : 862000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 7842, "endPlayLoc" : 7850, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 1, "alt_str" : "", "preset_label" : "dry", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "A", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 616, "endLoc" : 7861, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 7851, "endPlayLoc" : 7861, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "A", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f2", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 617, "endLoc" : 7878, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 7862, "endPlayLoc" : 7878, "note" : "or gs could be ok", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "c", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 2, "alt_str" : "A", "preset_label" : "g", "play_fl" : false } , { "order" : 2, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 2, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 2, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 618, "endLoc" : 7885, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 7880, "endPlayLoc" : 7885, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 2, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 1, "alt_str" : "A", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f4", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 619, "endLoc" : 7916, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 7886, "endPlayLoc" : 7916, "note" : "b, but maybe swith to f4 or dry for the A at 352.", "presetN" : 13, "presetL" : [ { "order" : 2, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "b", "play_fl" : true } , { "order" : 2, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 2, "alt_str" : "A", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 620, "endLoc" : 7929, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 7918, "endPlayLoc" : 7929, "note" : "most sound weird, best is either dry or A, mild transform", "presetN" : 13, "presetL" : [ { "order" : 1, "alt_str" : "", "preset_label" : "dry", "play_fl" : true } , { "order" : 1, "alt_str" : "A", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 621, "endLoc" : 7938, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 7930, "endPlayLoc" : 7938, "note" : "dry -- others sound artificial", "presetN" : 13, "presetL" : [ { "order" : 1, "alt_str" : "", "preset_label" : "dry", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "A", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 622, "endLoc" : 7943, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 7939, "endPlayLoc" : 7943, "note" : "maybe fs, but still soundijng artifical", "presetN" : 13, "presetL" : [ { "order" : 1, "alt_str" : "", "preset_label" : "dry", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "A", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 623, "endLoc" : 7949, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 7944, "endPlayLoc" : 7949, "note" : "3 selected are near identical", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 1, "alt_str" : "A", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "g1a", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 624, "endLoc" : 7954, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 7950, "endPlayLoc" : 7954, "note" : "b and d have smoothest tails during sustained chord. But check where pedal goes down, should be fore of a fp effect?", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "b", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 1, "alt_str" : "A", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 625, "endLoc" : 7970, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 7958, "endPlayLoc" : 7970, "note" : "two selected both good, g1d more extremet - context decision", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f3", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 1, "alt_str" : "A", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 626, "endLoc" : 7984, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 7971, "endPlayLoc" : 7984, "note" : "fs are about all the same, same for gs", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : true } ] } , { "fragId" : 627, "endLoc" : 7996, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 7985, "endPlayLoc" : 7996, "note" : "fs and gs in their groups sound so close", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "A", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 628, "endLoc" : 8012, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 7997, "endPlayLoc" : 8012, "note" : "all very close", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "d", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 1, "alt_str" : "A", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 629, "endLoc" : 8041, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 8013, "endPlayLoc" : 8041, "note" : "hard to choose, gia or f3 depends on context - whether more radical is better here", "presetN" : 13, "presetL" : [ { "order" : 1, "alt_str" : "A", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f3", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 630, "endLoc" : 8062, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 8042, "endPlayLoc" : 8062, "note" : "the g's are very much alike, likewise b and c very close", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "b", "play_fl" : true } , { "order" : 1, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 2, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 2, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 631, "endLoc" : 8074, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 8064, "endPlayLoc" : 8074, "note" : "g's very similar, g1d a little tamer, also b and c close", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 2, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "c", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 2, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 632, "endLoc" : 8103, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 8075, "endPlayLoc" : 8103, "note" : "g's all similar, a little too 'out there' compared to the others which are dramatic enough. The slected ones all have their slightly differentiated drama, all good.", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 2, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f3", "play_fl" : true } , { "order" : 1, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 633, "endLoc" : 8116, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 8104, "endPlayLoc" : 8116, "note" : "in fact all are good, the g's maybe too many artifacts. Dry can also work well here for contrast purposes", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 2, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "c", "play_fl" : true } , { "order" : 1, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 2, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 634, "endLoc" : 8132, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 8119, "endPlayLoc" : 8132, "note" : "keep dry", "presetN" : 13, "presetL" : [ { "order" : 1, "alt_str" : "", "preset_label" : "dry", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 635, "endLoc" : 8169, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 8133, "endPlayLoc" : 8169, "note" : "the f's are best if we need a transform, but nothing is better than dry", "presetN" : 13, "presetL" : [ { "order" : 1, "alt_str" : "", "preset_label" : "dry", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 3, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 2, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 636, "endLoc" : 8217, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 8170, "endPlayLoc" : 8217, "note" : "probably dry is best due to the delicacy, but f4 and g1d are quite good if we want transform -- highly competitive with dry", "presetN" : 13, "presetL" : [ { "order" : 1, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 2, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f4", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 2, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 637, "endLoc" : 8257, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 8218, "endPlayLoc" : 8257, "note" : "probably dry best for this super high / super quiet passage. But maybe one of the noted transforms can work well if the dry to wet mix is adjusted (more dry / less wet)", "presetN" : 13, "presetL" : [ { "order" : 1, "alt_str" : "", "preset_label" : "dry", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 2, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 2, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 638, "endLoc" : 8337, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 8258, "endPlayLoc" : 8337, "note" : "probably dry is still best, but if transformed then any f or g is viable, in that casse as before probably boosting the dry", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 639, "endLoc" : 8364, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 8338, "endPlayLoc" : 8364, "note" : "c for now, but in reality the g's are all as and equally good", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : true } , { "order" : 1, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 640, "endLoc" : 8441, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 8365, "endPlayLoc" : 8441, "note" : "dry still a stong contender, f4 has a lot of magic, g1a best choice for wilder.", "presetN" : 13, "presetL" : [ { "order" : 1, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 2, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f4", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 2, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 641, "endLoc" : 8472, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 8442, "endPlayLoc" : 8472, "note" : "all four choices have their merits, D a littel darker on the loud crash chord", "presetN" : 13, "presetL" : [ { "order" : 1, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "d", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 642, "endLoc" : 8497, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 8473, "endPlayLoc" : 8497, "note" : "g1a probably best if transformed, dry continues to be good", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 2, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "g1a", "play_fl" : true } , { "order" : 2, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 643, "endLoc" : 8524, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 8498, "endPlayLoc" : 8524, "note" : "g1a and g1d probably as good as ga", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 2, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 644, "endLoc" : 8545, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 8525, "endPlayLoc" : 8545, "note" : "three selected equally good, c might be cleanest while still radical", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "c", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 645, "endLoc" : 8580, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 8546, "endPlayLoc" : 8580, "note" : "all five are aboiut equal in quality", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "g1a", "play_fl" : true } , { "order" : 1, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 646, "endLoc" : 8592, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 8581, "endPlayLoc" : 8592, "note" : "very short so any are viable (except d) f's are closest to dry", "presetN" : 13, "presetL" : [ { "order" : 1, "alt_str" : "", "preset_label" : "dry", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 2, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 2, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 2, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 647, "endLoc" : 8641, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 8593, "endPlayLoc" : 8641, "note" : "c and g1a similar, out there... f2 slightly more restrained.", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 2, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f2", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 2, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 648, "endLoc" : 8678, "endTimestamp_sec" : 1752, "endTimestamp_nsec" : 794000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 8642, "endPlayLoc" : 8678, "note" : "f's as selected fade to dry, or all dry.", "presetN" : 13, "presetL" : [ { "order" : 1, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f2", "play_fl" : true } , { "order" : 1, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 649, "endLoc" : 9472, "endTimestamp_sec" : 1757, "endTimestamp_nsec" : 102000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 9471, "endPlayLoc" : 9472, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 650, "endLoc" : 9490, "endTimestamp_sec" : 1760, "endTimestamp_nsec" : 594000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 9473, "endPlayLoc" : 9490, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "a", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 2, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 2, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 2, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 651, "endLoc" : 9504, "endTimestamp_sec" : 1762, "endTimestamp_nsec" : 886000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 9491, "endPlayLoc" : 9504, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 652, "endLoc" : 9510, "endTimestamp_sec" : 1765, "endTimestamp_nsec" : 29000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 9505, "endPlayLoc" : 9510, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 653, "endLoc" : 9529, "endTimestamp_sec" : 1769, "endTimestamp_nsec" : 386000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 9511, "endPlayLoc" : 9529, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "c", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 654, "endLoc" : 9533, "endTimestamp_sec" : 1770, "endTimestamp_nsec" : 60000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 9530, "endPlayLoc" : 9533, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f2", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 655, "endLoc" : 9552, "endTimestamp_sec" : 1772, "endTimestamp_nsec" : 496000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 9534, "endPlayLoc" : 9552, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 1, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "g1a", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 656, "endLoc" : 9557, "endTimestamp_sec" : 1773, "endTimestamp_nsec" : 896000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 9553, "endPlayLoc" : 9557, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 1, "alt_str" : "", "preset_label" : "dry", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 657, "endLoc" : 9569, "endTimestamp_sec" : 1775, "endTimestamp_nsec" : 459000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 9558, "endPlayLoc" : 9569, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 1, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "g1d", "play_fl" : true } ] } , { "fragId" : 658, "endLoc" : 9595, "endTimestamp_sec" : 1780, "endTimestamp_nsec" : 404000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 9570, "endPlayLoc" : 9595, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 1, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f2", "play_fl" : true } , { "order" : 1, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 659, "endLoc" : 9603, "endTimestamp_sec" : 1782, "endTimestamp_nsec" : 145000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 9596, "endPlayLoc" : 9603, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 2, "alt_str" : "", "preset_label" : "dry", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 2, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 2, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 2, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 660, "endLoc" : 9614, "endTimestamp_sec" : 1783, "endTimestamp_nsec" : 723000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 9604, "endPlayLoc" : 9614, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "b", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 661, "endLoc" : 9620, "endTimestamp_sec" : 1784, "endTimestamp_nsec" : 581000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 9615, "endPlayLoc" : 9620, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 1, "alt_str" : "", "preset_label" : "dry", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 662, "endLoc" : 9627, "endTimestamp_sec" : 1786, "endTimestamp_nsec" : 921000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 9621, "endPlayLoc" : 9627, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "a", "play_fl" : true } , { "order" : 1, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 663, "endLoc" : 9656, "endTimestamp_sec" : 1789, "endTimestamp_nsec" : 913000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 9628, "endPlayLoc" : 9656, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "a", "play_fl" : true } , { "order" : 1, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 664, "endLoc" : 9683, "endTimestamp_sec" : 1794, "endTimestamp_nsec" : 869000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 9657, "endPlayLoc" : 9683, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "g1d", "play_fl" : true } ] } , { "fragId" : 665, "endLoc" : 9701, "endTimestamp_sec" : 1798, "endTimestamp_nsec" : 222000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 9684, "endPlayLoc" : 9701, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "a", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 666, "endLoc" : 9705, "endTimestamp_sec" : 1798, "endTimestamp_nsec" : 758000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 9702, "endPlayLoc" : 9705, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : true } , { "order" : 1, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 667, "endLoc" : 9728, "endTimestamp_sec" : 1804, "endTimestamp_nsec" : 726000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 9706, "endPlayLoc" : 9728, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 2, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 2, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 2, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 2, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 2, "alt_str" : "", "preset_label" : "g1a", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 668, "endLoc" : 9732, "endTimestamp_sec" : 1805, "endTimestamp_nsec" : 231000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 9730, "endPlayLoc" : 9732, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f3", "play_fl" : true } , { "order" : 1, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 669, "endLoc" : 9744, "endTimestamp_sec" : 1806, "endTimestamp_nsec" : 927000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 9733, "endPlayLoc" : 9744, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "d", "play_fl" : true } , { "order" : 1, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 670, "endLoc" : 9780, "endTimestamp_sec" : 1813, "endTimestamp_nsec" : 874000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 9745, "endPlayLoc" : 9780, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 2, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 2, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 3, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 2, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 2, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f3", "play_fl" : true } , { "order" : 2, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 2, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 2, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 3, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 3, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 671, "endLoc" : 9799, "endTimestamp_sec" : 1816, "endTimestamp_nsec" : 706000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 9781, "endPlayLoc" : 9799, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 2, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "b", "play_fl" : true } , { "order" : 2, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 2, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 2, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 2, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 2, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 2, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 2, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 672, "endLoc" : 9827, "endTimestamp_sec" : 1821, "endTimestamp_nsec" : 934000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 9800, "endPlayLoc" : 9827, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "g1d", "play_fl" : true } ] } , { "fragId" : 673, "endLoc" : 9838, "endTimestamp_sec" : 1824, "endTimestamp_nsec" : 309000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 9828, "endPlayLoc" : 9838, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "b", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 2, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 2, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 2, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 2, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 2, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 674, "endLoc" : 9846, "endTimestamp_sec" : 1825, "endTimestamp_nsec" : 533000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 9839, "endPlayLoc" : 9846, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 2, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 2, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "ga", "play_fl" : true } , { "order" : 2, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 675, "endLoc" : 9851, "endTimestamp_sec" : 1828, "endTimestamp_nsec" : 731000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 9847, "endPlayLoc" : 9851, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 2, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 2, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 2, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f3", "play_fl" : true } , { "order" : 2, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 2, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 2, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 2, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 676, "endLoc" : 9863, "endTimestamp_sec" : 1830, "endTimestamp_nsec" : 673000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 9852, "endPlayLoc" : 9863, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 1, "alt_str" : "", "preset_label" : "dry", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 677, "endLoc" : 9868, "endTimestamp_sec" : 1833, "endTimestamp_nsec" : 707000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 9864, "endPlayLoc" : 9868, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 2, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 2, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 2, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 2, "alt_str" : "", "preset_label" : "d", "play_fl" : true } , { "order" : 1, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 2, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 2, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 678, "endLoc" : 9897, "endTimestamp_sec" : 1838, "endTimestamp_nsec" : 264000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 9869, "endPlayLoc" : 9897, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "c", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 679, "endLoc" : 9928, "endTimestamp_sec" : 1844, "endTimestamp_nsec" : 103000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 9898, "endPlayLoc" : 9928, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 2, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 2, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "ga", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 680, "endLoc" : 9935, "endTimestamp_sec" : 1844, "endTimestamp_nsec" : 727000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 9929, "endPlayLoc" : 9935, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 2, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 2, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 2, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 2, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 2, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f2", "play_fl" : true } , { "order" : 2, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 2, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 2, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 2, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 2, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 681, "endLoc" : 9962, "endTimestamp_sec" : 1848, "endTimestamp_nsec" : 924000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 9936, "endPlayLoc" : 9962, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "a", "play_fl" : true } , { "order" : 1, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 2, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 2, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 2, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 2, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 682, "endLoc" : 9976, "endTimestamp_sec" : 1851, "endTimestamp_nsec" : 218000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 9963, "endPlayLoc" : 9976, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 683, "endLoc" : 9993, "endTimestamp_sec" : 1854, "endTimestamp_nsec" : 444000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 9977, "endPlayLoc" : 9993, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "b", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 684, "endLoc" : 10008, "endTimestamp_sec" : 1856, "endTimestamp_nsec" : 128000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 9994, "endPlayLoc" : 10008, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "g1a", "play_fl" : true } , { "order" : 1, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 685, "endLoc" : 10013, "endTimestamp_sec" : 1857, "endTimestamp_nsec" : 483000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 10009, "endPlayLoc" : 10013, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f2", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 686, "endLoc" : 10022, "endTimestamp_sec" : 1859, "endTimestamp_nsec" : 714000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 10014, "endPlayLoc" : 10022, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "a", "play_fl" : true } , { "order" : 1, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 687, "endLoc" : 10042, "endTimestamp_sec" : 1861, "endTimestamp_nsec" : 903000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 10023, "endPlayLoc" : 10042, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "g", "play_fl" : true } , { "order" : 1, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 688, "endLoc" : 10049, "endTimestamp_sec" : 1864, "endTimestamp_nsec" : 179000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 10043, "endPlayLoc" : 10049, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "d", "play_fl" : true } , { "order" : 1, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 689, "endLoc" : 10064, "endTimestamp_sec" : 1866, "endTimestamp_nsec" : 129000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 10050, "endPlayLoc" : 10064, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 1, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 2, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 2, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f4", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 2, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 2, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 690, "endLoc" : 10070, "endTimestamp_sec" : 1866, "endTimestamp_nsec" : 843000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 10065, "endPlayLoc" : 10070, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 1, "alt_str" : "", "preset_label" : "dry", "play_fl" : true } , { "order" : 1, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 691, "endLoc" : 10080, "endTimestamp_sec" : 1868, "endTimestamp_nsec" : 422000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 10071, "endPlayLoc" : 10080, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 1, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : true } ] } , { "fragId" : 692, "endLoc" : 10094, "endTimestamp_sec" : 1870, "endTimestamp_nsec" : 548000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 10081, "endPlayLoc" : 10094, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "a", "play_fl" : true } , { "order" : 1, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 693, "endLoc" : 10100, "endTimestamp_sec" : 1873, "endTimestamp_nsec" : 938000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 10095, "endPlayLoc" : 10100, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 1, "alt_str" : "", "preset_label" : "dry", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 2, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 2, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 2, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 694, "endLoc" : 10102, "endTimestamp_sec" : 1874, "endTimestamp_nsec" : 256000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 10101, "endPlayLoc" : 10102, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "ga", "play_fl" : true } , { "order" : 1, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 695, "endLoc" : 10112, "endTimestamp_sec" : 1878, "endTimestamp_nsec" : 404000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 10103, "endPlayLoc" : 10112, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 1, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "c", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 696, "endLoc" : 10126, "endTimestamp_sec" : 1881, "endTimestamp_nsec" : 442000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 10113, "endPlayLoc" : 10126, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 1, "alt_str" : "", "preset_label" : "dry", "play_fl" : true } , { "order" : 2, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 2, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 2, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 697, "endLoc" : 10143, "endTimestamp_sec" : 1883, "endTimestamp_nsec" : 379000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 10127, "endPlayLoc" : 10143, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 1, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : true } , { "order" : 1, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 698, "endLoc" : 10153, "endTimestamp_sec" : 1887, "endTimestamp_nsec" : 84000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 10144, "endPlayLoc" : 10153, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 1, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f1", "play_fl" : true } , { "order" : 1, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 699, "endLoc" : 10156, "endTimestamp_sec" : 1888, "endTimestamp_nsec" : 75000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 10154, "endPlayLoc" : 10156, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 1, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "c", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 700, "endLoc" : 10178, "endTimestamp_sec" : 1891, "endTimestamp_nsec" : 859000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 10157, "endPlayLoc" : 10178, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 1, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "g1a", "play_fl" : true } , { "order" : 1, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 701, "endLoc" : 10186, "endTimestamp_sec" : 1893, "endTimestamp_nsec" : 198000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 10179, "endPlayLoc" : 10186, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "d", "play_fl" : true } , { "order" : 1, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 702, "endLoc" : 10194, "endTimestamp_sec" : 1894, "endTimestamp_nsec" : 625000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 10187, "endPlayLoc" : 10194, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 1, "alt_str" : "", "preset_label" : "dry", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 703, "endLoc" : 10206, "endTimestamp_sec" : 1897, "endTimestamp_nsec" : 919000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 10195, "endPlayLoc" : 10206, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 1, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 2, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 2, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f2", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 2, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 704, "endLoc" : 10216, "endTimestamp_sec" : 1899, "endTimestamp_nsec" : 881000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 10208, "endPlayLoc" : 10216, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 1, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "c", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 705, "endLoc" : 10911, "endTimestamp_sec" : 1901, "endTimestamp_nsec" : 41000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 10906, "endPlayLoc" : 10911, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : true } , { "order" : 1, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 706, "endLoc" : 10918, "endTimestamp_sec" : 1902, "endTimestamp_nsec" : 140000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 10912, "endPlayLoc" : 10918, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 1, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "a", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 707, "endLoc" : 10929, "endTimestamp_sec" : 1903, "endTimestamp_nsec" : 489000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 10919, "endPlayLoc" : 10929, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 1, "alt_str" : "", "preset_label" : "dry", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 708, "endLoc" : 10942, "endTimestamp_sec" : 1906, "endTimestamp_nsec" : 967000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 10930, "endPlayLoc" : 10942, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 1, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 2, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "c", "play_fl" : true } , { "order" : 2, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 2, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 2, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 2, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 2, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 2, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 709, "endLoc" : 10962, "endTimestamp_sec" : 1914, "endTimestamp_nsec" : 65000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 10943, "endPlayLoc" : 10962, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 2, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 2, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f4", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 2, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 2, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 2, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 710, "endLoc" : 10969, "endTimestamp_sec" : 1916, "endTimestamp_nsec" : 652000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 10964, "endPlayLoc" : 10969, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "a", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 711, "endLoc" : 10974, "endTimestamp_sec" : 1918, "endTimestamp_nsec" : 426000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 10970, "endPlayLoc" : 10974, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 1, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f2", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 712, "endLoc" : 10993, "endTimestamp_sec" : 1923, "endTimestamp_nsec" : 753000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 10976, "endPlayLoc" : 10993, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 713, "endLoc" : 11017, "endTimestamp_sec" : 1927, "endTimestamp_nsec" : 934000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 3000.000000, "begPlayLoc" : 10994, "endPlayLoc" : 11017, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 714, "endLoc" : 11032, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 11018, "endPlayLoc" : 11032, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "b", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 2, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 2, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 2, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 715, "endLoc" : 11037, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 11033, "endPlayLoc" : 11037, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f4", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 716, "endLoc" : 11048, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 11038, "endPlayLoc" : 11048, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 717, "endLoc" : 11053, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 11049, "endPlayLoc" : 11053, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 718, "endLoc" : 11070, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 11054, "endPlayLoc" : 11070, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : true } ] } , { "fragId" : 719, "endLoc" : 11077, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 11071, "endPlayLoc" : 11077, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "b", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 720, "endLoc" : 11093, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 11078, "endPlayLoc" : 11093, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f4", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 721, "endLoc" : 11101, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 11094, "endPlayLoc" : 11101, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 2, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 2, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f2", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 2, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 2, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 722, "endLoc" : 11125, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 11102, "endPlayLoc" : 11125, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "c", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 723, "endLoc" : 11133, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 11126, "endPlayLoc" : 11133, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 724, "endLoc" : 11137, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 11134, "endPlayLoc" : 11137, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 725, "endLoc" : 11142, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 11138, "endPlayLoc" : 11142, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 726, "endLoc" : 11167, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 11143, "endPlayLoc" : 11167, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f2", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 727, "endLoc" : 11171, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 11169, "endPlayLoc" : 11171, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 728, "endLoc" : 11185, "endTimestamp_sec" : 1966, "endTimestamp_nsec" : 880000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 11172, "endPlayLoc" : 11185, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 729, "endLoc" : 11187, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 11186, "endPlayLoc" : 11187, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 1, "alt_str" : "", "preset_label" : "dry", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 730, "endLoc" : 11189, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 11188, "endPlayLoc" : 11189, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "d", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 731, "endLoc" : 11224, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 5000.000000, "begPlayLoc" : 11190, "endPlayLoc" : 11224, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : true } ] } , { "fragId" : 732, "endLoc" : 11227, "endTimestamp_sec" : 1975, "endTimestamp_nsec" : 673000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 100.000000, "begPlayLoc" : 11225, "endPlayLoc" : 11227, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 733, "endLoc" : 11247, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 2000.000000, "begPlayLoc" : 11228, "endPlayLoc" : 11247, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 734, "endLoc" : 11250, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 11248, "endPlayLoc" : 11250, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 735, "endLoc" : 11259, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 11254, "endPlayLoc" : 11259, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 2, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 2, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "d", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 736, "endLoc" : 11264, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 11260, "endPlayLoc" : 11264, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 2, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "ga", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 737, "endLoc" : 11266, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 11265, "endPlayLoc" : 11266, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "c", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 738, "endLoc" : 11284, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 11267, "endPlayLoc" : 11284, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "g1a", "play_fl" : true } , { "order" : 1, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 739, "endLoc" : 11291, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 11285, "endPlayLoc" : 11291, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 1, "alt_str" : "", "preset_label" : "dry", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 740, "endLoc" : 11302, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 11292, "endPlayLoc" : 11302, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f3", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 741, "endLoc" : 11339, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 11303, "endPlayLoc" : 11339, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "b", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 742, "endLoc" : 11366, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 11340, "endPlayLoc" : 11366, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f2", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 2, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 743, "endLoc" : 11373, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 11367, "endPlayLoc" : 11373, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f2", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 744, "endLoc" : 11378, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 11374, "endPlayLoc" : 11378, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "d", "play_fl" : true } , { "order" : 1, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 745, "endLoc" : 11388, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 11379, "endPlayLoc" : 11388, "note" : "a g g1d all good, equal -- g designated", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "g", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 746, "endLoc" : 11393, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 11389, "endPlayLoc" : 11393, "note" : "all f's sound the same -- use f1", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f1", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 747, "endLoc" : 11408, "endTimestamp_sec" : 2023, "endTimestamp_nsec" : 58000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 500.000000, "begPlayLoc" : 11394, "endPlayLoc" : 11408, "note" : "these 4 good, quite similar - f3 for now", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f3", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 748, "endLoc" : 11412, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 11409, "endPlayLoc" : 11412, "note" : "very similar - f1 for now", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f1", "play_fl" : true } , { "order" : 1, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 749, "endLoc" : 11420, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 11413, "endPlayLoc" : 11420, "note" : "no major differences, f2", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f2", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 750, "endLoc" : 11440, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 11422, "endPlayLoc" : 11440, "note" : "b, f2, g, ga all equally good, subtly different. f2 for now", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f2", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 751, "endLoc" : 11450, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 11441, "endPlayLoc" : 11450, "note" : "d or any f -- f4 for now", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f4", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 752, "endLoc" : 11463, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 11451, "endPlayLoc" : 11463, "note" : "all are totally acceptable, but f's are more natiural souinding than the g's -- say f1 for now", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f1", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 753, "endLoc" : 11466, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 11464, "endPlayLoc" : 11466, "note" : "dry", "presetN" : 13, "presetL" : [ { "order" : 1, "alt_str" : "", "preset_label" : "dry", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 754, "endLoc" : 11476, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 11467, "endPlayLoc" : 11476, "note" : "f1, g, ga all equally good but different. ga for now (f1 is subtler)", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "ga", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 755, "endLoc" : 11479, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 11477, "endPlayLoc" : 11479, "note" : "b f3 g1a all good", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "b", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 2, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 2, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 756, "endLoc" : 11507, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 11480, "endPlayLoc" : 11507, "note" : "b c very similar, go with c for now. f2 f3 g1d also good", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "c", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 2, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 2, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 2, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 757, "endLoc" : 11525, "endTimestamp_sec" : 2066, "endTimestamp_nsec" : 52000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 11508, "endPlayLoc" : 11525, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 758, "endLoc" : 11533, "endTimestamp_sec" : 2068, "endTimestamp_nsec" : 195000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 11526, "endPlayLoc" : 11533, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 2, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 2, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 759, "endLoc" : 11541, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 11534, "endPlayLoc" : 11541, "note" : "none are bad, most very much alike, too long a passage for one transform, needs to be subdivided", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 760, "endLoc" : 11563, "endTimestamp_sec" : 2073, "endTimestamp_nsec" : 371000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 11542, "endPlayLoc" : 11563, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 761, "endLoc" : 11574, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 11564, "endPlayLoc" : 11574, "note" : "b c f2 f3 f4 very miuch alike. Go with f4 because a little more emerges from texture near end. But it's in general too overwhelming for one transform.", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 2, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 2, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 2, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 2, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f4", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 762, "endLoc" : 11586, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 11575, "endPlayLoc" : 11586, "note" : "f2 ga g1a are best (much alike). g's are slightly less sharp edged.", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f2", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 2, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 2, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 763, "endLoc" : 11595, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 11587, "endPlayLoc" : 11595, "note" : "d, f2 or f3 all good", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 2, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f2", "play_fl" : true } , { "order" : 2, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 764, "endLoc" : 11602, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 11596, "endPlayLoc" : 11602, "note" : "all have their merits g1a and g1d sound the same. might be a good moment to go dry", "presetN" : 13, "presetL" : [ { "order" : 2, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 2, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 2, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 2, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 2, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "g1d", "play_fl" : true } ] } , { "fragId" : 765, "endLoc" : 11607, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 11604, "endPlayLoc" : 11607, "note" : "not huge differences, none are bad", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "b", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 2, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 2, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 2, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 2, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 766, "endLoc" : 11615, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 11608, "endPlayLoc" : 11615, "note" : "generally too blurred, maybe dry will be better", "presetN" : 13, "presetL" : [ { "order" : 2, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f2", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 767, "endLoc" : 11621, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 11616, "endPlayLoc" : 11621, "note" : "f2, f3 f4 all good, ga also good but different", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f2", "play_fl" : true } , { "order" : 2, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 2, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 2, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 768, "endLoc" : 11647, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 11623, "endPlayLoc" : 11647, "note" : "b is best, g1d is 2nd", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 769, "endLoc" : 11652, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 11648, "endPlayLoc" : 11652, "note" : "c, b almost the same, or ga (in that order)", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "c", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 770, "endLoc" : 11665, "endTimestamp_sec" : 2103, "endTimestamp_nsec" : 909000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 11654, "endPlayLoc" : 11665, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 1, "alt_str" : "", "preset_label" : "dry", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 771, "endLoc" : 11670, "endTimestamp_sec" : 2104, "endTimestamp_nsec" : 981000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 11666, "endPlayLoc" : 11670, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 772, "endLoc" : 11694, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 11671, "endPlayLoc" : 11694, "note" : "g1d, c or ga. Probably in that order, the two g's are very close. Passage will need to be subdivided, too long for a single transform.", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 2, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 3, "alt_str" : "", "preset_label" : "ga", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 3, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 773, "endLoc" : 11696, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 11695, "endPlayLoc" : 11696, "note" : "d, b f4 g1a g1d -- all have their distinct character, all good", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "d", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 774, "endLoc" : 11709, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 11697, "endPlayLoc" : 11709, "note" : "g1d, f4 or dry. no transform is bad, may lean to dry for contrast, context to decide", "presetN" : 13, "presetL" : [ { "order" : 1, "alt_str" : "", "preset_label" : "dry", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 775, "endLoc" : 11713, "endTimestamp_sec" : 2113, "endTimestamp_nsec" : 156000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 11710, "endPlayLoc" : 11713, "note" : "fs are identical", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f3", "play_fl" : true } , { "order" : 1, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 776, "endLoc" : 11718, "endTimestamp_sec" : 2114, "endTimestamp_nsec" : 227000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 11714, "endPlayLoc" : 11718, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 1, "alt_str" : "", "preset_label" : "dry", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 777, "endLoc" : 11724, "endTimestamp_sec" : 2114, "endTimestamp_nsec" : 227000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 11719, "endPlayLoc" : 11724, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f4", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 778, "endLoc" : 11731, "endTimestamp_sec" : 2118, "endTimestamp_nsec" : 813000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 11725, "endPlayLoc" : 11731, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 1, "alt_str" : "", "preset_label" : "dry", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 779, "endLoc" : 11740, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 11732, "endPlayLoc" : 11740, "note" : "c g or ga -- quite similar", "presetN" : 13, "presetL" : [ { "order" : 1, "alt_str" : "", "preset_label" : "dry", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 780, "endLoc" : 11755, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 11741, "endPlayLoc" : 11755, "note" : "b and c very alike, good. f4 is tamer, ga and g1d are radical, may need something else on the last note to offset the artifacts that emerge.", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 781, "endLoc" : 11773, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 11756, "endPlayLoc" : 11773, "note" : "b c f2 f4 ga g1a all good, subtly different. Hard to choose", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 782, "endLoc" : 11782, "endTimestamp_sec" : 2129, "endTimestamp_nsec" : 36000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 11774, "endPlayLoc" : 11782, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 1, "alt_str" : "", "preset_label" : "dry", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 783, "endLoc" : 11814, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 11783, "endPlayLoc" : 11814, "note" : "g c, also f2 f3. Pedal makes everything muddy but that's another issue", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "g", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 784, "endLoc" : 11816, "endTimestamp_sec" : 2137, "endTimestamp_nsec" : 448000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 11815, "endPlayLoc" : 11816, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f2", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 785, "endLoc" : 11825, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 11816, "endPlayLoc" : 11825, "note" : "c or f2 f3 f4 ga. None is markedly better than the others, might need a new transform on the last note.", "presetN" : 13, "presetL" : [ { "order" : 1, "alt_str" : "", "preset_label" : "dry", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 786, "endLoc" : 11827, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 11826, "endPlayLoc" : 11827, "note" : "f2 f3 or f4 -- only two notes here.", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 787, "endLoc" : 11830, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 11827, "endPlayLoc" : 11830, "note" : "c d any of the f's, g1d -- all very much alike, esp the f's", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : true } ] } , { "fragId" : 788, "endLoc" : 11839, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 11831, "endPlayLoc" : 11839, "note" : "b, but the others are very much alike. Dry always an option", "presetN" : 13, "presetL" : [ { "order" : 2, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "b", "play_fl" : true } , { "order" : 2, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 2, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 2, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 789, "endLoc" : 11856, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 11840, "endPlayLoc" : 11856, "note" : "maybe g1a transitions to dry. The fs are very mild.", "presetN" : 13, "presetL" : [ { "order" : 1, "alt_str" : "", "preset_label" : "dry", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 2, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 2, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 790, "endLoc" : 11859, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 11857, "endPlayLoc" : 11859, "note" : "very short, very much alike", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "d", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 791, "endLoc" : 11873, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 11860, "endPlayLoc" : 11873, "note" : "not huge differences among the letters", "presetN" : 13, "presetL" : [ { "order" : 1, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "a", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 792, "endLoc" : 11875, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 11874, "endPlayLoc" : 11875, "note" : "one chord, not much difference within the letters", "presetN" : 13, "presetL" : [ { "order" : 1, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "d", "play_fl" : true } , { "order" : 2, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 2, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 2, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 2, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 793, "endLoc" : 11883, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 11876, "endPlayLoc" : 11883, "note" : "the fs are cloe to dry", "presetN" : 13, "presetL" : [ { "order" : 1, "alt_str" : "", "preset_label" : "dry", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 794, "endLoc" : 11905, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 11884, "endPlayLoc" : 11905, "note" : "dry or fs very similar, maybe g1a for the very opening few notes", "presetN" : 13, "presetL" : [ { "order" : 1, "alt_str" : "", "preset_label" : "dry", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 2, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 795, "endLoc" : 11912, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 11906, "endPlayLoc" : 11912, "note" : "differences among transforms much clearer here -- except for g's, those are alike.", "presetN" : 13, "presetL" : [ { "order" : 1, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "d", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 2, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 796, "endLoc" : 11932, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 11913, "endPlayLoc" : 11932, "note" : "dry except change to ga at LOC 16134", "presetN" : 13, "presetL" : [ { "order" : 1, "alt_str" : "", "preset_label" : "dry", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 2, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 797, "endLoc" : 11937, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 11933, "endPlayLoc" : 11937, "note" : "no comments", "presetN" : 13, "presetL" : [ { "order" : 1, "alt_str" : "", "preset_label" : "dry", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 798, "endLoc" : 11943, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 11938, "endPlayLoc" : 11943, "note" : "these 3 choices equally good, slightly differnet emphases", "presetN" : 13, "presetL" : [ { "order" : 1, "alt_str" : "", "preset_label" : "dry", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "g1a", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 799, "endLoc" : 11952, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 11944, "endPlayLoc" : 11952, "note" : "the selected other than dry all have merit, will need further refinement if chosen", "presetN" : 13, "presetL" : [ { "order" : 1, "alt_str" : "", "preset_label" : "dry", "play_fl" : true } , { "order" : 2, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 2, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 2, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 2, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 800, "endLoc" : 11958, "endTimestamp_sec" : 2161, "endTimestamp_nsec" : 740000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 11953, "endPlayLoc" : 11958, "note" : "c, g1a, g1d all good", "presetN" : 13, "presetL" : [ { "order" : 1, "alt_str" : "", "preset_label" : "dry", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 801, "endLoc" : 11961, "endTimestamp_sec" : 2164, "endTimestamp_nsec" : 954000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 11959, "endPlayLoc" : 11961, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 802, "endLoc" : 11964, "endTimestamp_sec" : 2166, "endTimestamp_nsec" : 829000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 11962, "endPlayLoc" : 11964, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 803, "endLoc" : 11966, "endTimestamp_sec" : 2170, "endTimestamp_nsec" : 311000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 11964, "endPlayLoc" : 11966, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 804, "endLoc" : 11972, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 11966, "endPlayLoc" : 11972, "note" : "this is way too long a passage to be underf on transform. The gs work best, solution might be a differnet balancing or inteweaving between dry and ga - by a slight degree the best g", "presetN" : 13, "presetL" : [ { "order" : 1, "alt_str" : "", "preset_label" : "dry", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 805, "endLoc" : 11975, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 11973, "endPlayLoc" : 11975, "note" : "ga and g1a very subtly different", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 806, "endLoc" : 11977, "endTimestamp_sec" : 2191, "endTimestamp_nsec" : 874000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 11976, "endPlayLoc" : 11977, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 807, "endLoc" : 11979, "endTimestamp_sec" : 2194, "endTimestamp_nsec" : 954000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 11978, "endPlayLoc" : 11979, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 808, "endLoc" : 11983, "endTimestamp_sec" : 2196, "endTimestamp_nsec" : 26000000, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 11979, "endPlayLoc" : 11983, "note" : "", "presetN" : 13, "presetL" : [ { "order" : 0, "alt_str" : "", "preset_label" : "dry", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } , { "fragId" : 809, "endLoc" : 11985, "endTimestamp_sec" : 0, "endTimestamp_nsec" : 0, "inGain" : 1.000000, "outGain" : 1.000000, "wetDryGain" : 0.500000, "fadeOutMs" : 50.000000, "begPlayLoc" : 11984, "endPlayLoc" : 11985, "note" : "g1a or ga then switch or fade to dry on or by 16334 Last chord needs to be softer, maybe change to pppp", "presetN" : 13, "presetL" : [ { "order" : 1, "alt_str" : "", "preset_label" : "dry", "play_fl" : true } , { "order" : 0, "alt_str" : "", "preset_label" : "a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "b", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "c", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "d", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f1", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f2", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f3", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "f4", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "ga", "play_fl" : false } , { "order" : 1, "alt_str" : "", "preset_label" : "g1a", "play_fl" : false } , { "order" : 0, "alt_str" : "", "preset_label" : "g1d", "play_fl" : false } ] } ] , "masterWetInGain" : 1.500000, "masterWetOutGain" : 1.000000, "masterDryGain" : 2.000000, "masterSyncDelayMs" : 400.000000 } \ No newline at end of file diff --git a/src/cwtest/cfg/gutim_full/scriabin/csv_to_score.py b/src/cwtest/cfg/gutim_full/scriabin/csv_to_score.py index f0093bf..c10358b 100644 --- a/src/cwtest/cfg/gutim_full/scriabin/csv_to_score.py +++ b/src/cwtest/cfg/gutim_full/scriabin/csv_to_score.py @@ -26,11 +26,12 @@ def parse_score( score_fn ): def invert_velocity( d1 ): tbl = [ 1,1,2,2,3,5,8,10,13,16,20,24,28,33,38,43,49,55,62,68,72,85,94,103,112] + tbl = [ 1, 5,10,16,21,26,32,37,42,48,53,58,64,69,74,80,85,90,96,101,106,112,117,122,127 ] if d1 == 0: return 0 - d1 = max(1,int(d1/5)) + d1 = max(1,int(d1)) for i,v in enumerate(tbl): @@ -632,6 +633,54 @@ if __name__ == "__main__": { "src":"65_3", "ifn":"scriabin_etude_op65_3_molta_vivace.csv", "insert_loc": 13953, "after_fl":True, "ofn":"scriabin_65_3", "beg_loc":6780, "end_loc":6781, "delta_sec":0.0 }, ] + + # 2024-05-24 + fileL = [ + + # * + { "src":"74_1", "ifn":"scriabin_prelude_op74_1.csv", "beg_score_loc":1229, "cut_score_loc":1231, "end_scriabin_uid":743, "end_offs_sec":0, "ofn":"scriabin_op74_1" }, + + # * + { "src":"74_2", "ifn":"scriabin_prelude_op74_2.csv", "beg_score_loc": 1867, "cut_score_loc":1877, "end_scriabin_uid":631, "end_offs_sec":1.0, "ofn":"scriabin_op74_2" }, + + + # * + { "src":"74_4", "ifn":"scriabin_prelude_op74_4.csv", "beg_score_loc":2998, "cut_score_loc":3003, "end_scriabin_uid":917, "end_offs_sec":0, "ofn":"scriabin_op74_4" }, + + + # * + { "src":"74_3", "ifn":"scriabin_prelude_op74_3.csv", "beg_score_loc": 4086, "cut_score_loc":4087, "end_scriabin_uid":804, "end_offs_sec":2.0, "ofn":"scriabin_op74_3" }, + #{ "src":"67_2", "ifn":"scriabin_prelude_op67_2.csv", "insert_loc":4086, "after_fl":False, "ofn":"scriabin_67_2", "beg_loc":6043, "end_loc":6044, "delta_sec":0.0 }, + + + + # + { "src":"65_1", "ifn":"scriabin_etude_op65_1_allegro fantastico.csv", "insert_loc": 6376, "after_fl":False, "ofn":"scriabin_65_1", "beg_loc":2804, "end_loc":2805, "delta_sec":0.0 }, + + # * + #{ "src":"8_3", "ifn":"scriabin_etude_op8_3_b_minor.csv", "insert_loc": 8446, "after_fl":False, "ofn":"scriabin_8_3", "beg_loc":3832, "end_loc":3883, "delta_sec":0.0 }, + { "src":"67_2", "ifn":"scriabin_prelude_op67_2.csv", "insert_loc":8446, "after_fl":False, "ofn":"scriabin_67_2", "beg_loc":3832, "end_loc":3883, "delta_sec":0.0 }, + + # * + { "src":"74_5", "ifn":"scriabin_prelude_op74_5.csv", "beg_score_loc": 9566, "cut_score_loc":9574, "end_scriabin_uid":1168, "end_offs_sec":0.0, "ofn":"scriabin_op74_5" }, + + # * + { "src":"65_2", "ifn":"scriabin_etude_op65_2_allegretto.csv", "beg_score_loc": 10790, "cut_score_loc":10789, "end_scriabin_uid":479, "end_offs_sec":2.0, "ofn":"scriabin_op65_2" }, + + # * + #{ "src":"67_2", "ifn":"scriabin_prelude_op67_2.csv", "insert_loc":12428, "after_fl":False, "ofn":"scriabin_67_2", "beg_loc":6043, "end_loc":6044, "delta_sec":0.0 }, + #{ "src":"74_3", "ifn":"scriabin_prelude_op74_3.csv", "insert_loc":12428, "after_fl":False, "ofn":"scriabin_op74_3", "beg_loc":6043, "end_loc":6044, "delta_sec":0.0 }, + #{ "src":"49_1", "ifn":"scriabin_prelude_op49_1.csv", "insert_loc":12428, "after_fl":False, "ofn":"scriabin_op49_1", "beg_loc":6043, "end_loc":6044, "delta_sec":0.0 }, + { "src":"8_3", "ifn":"scriabin_etude_op8_3_b_minor.csv", "insert_loc": 12428, "after_fl":False, "ofn":"scriabin_8_3", "beg_loc":6043, "end_loc":6044, "delta_sec":0.0 }, + + { "src":"65_3", "ifn":"scriabin_etude_op65_3_molta_vivace.csv", "insert_loc": 13953, "after_fl":True, "ofn":"scriabin_65_3", "beg_loc":6780, "end_loc":6781, "delta_sec":0.0 }, + + + + { "src":"64_0", "ifn":"scriabin_sonate_7_op64.csv", "insert_loc": 16339, "after_fl":True, "ofn":"scriabin_64_0", "beg_loc":7826, "end_loc":7827, "delta_sec":0.0 }, + + ] + scoreL = parse_score(score_fn) diff --git a/src/cwtest/cfg/gutim_full/scriabin/foo.csv b/src/cwtest/cfg/gutim_full/scriabin/foo.csv new file mode 100644 index 0000000..0741ccb --- /dev/null +++ b/src/cwtest/cfg/gutim_full/scriabin/foo.csv @@ -0,0 +1,36477 @@ +opcode,meas,index,voice,loc,eloc,oloc,tick,sec,dur,rval,dots,sci_pitch,dmark,dlevel,status,d0,d1,bar,section,bpm,grace,tie,onset,pedal,dyn,even,tempo,src,eid +bar,1,0,0,0,0,,0,0.0,,,,,,,,,,1,,,,,,,,,,gutim,0 +sec,1,1,0,0,0,,0,0.0,,,,,,,,,,,5918,,,,,,,,,gutim,1 +bpm,1,2,0,0,0,,0,0.0,,1,,,,,,,,,,84,,,,,,,,gutim,2 +bpm,1,3,0,0,0,,0,0.0,,1,,,,,,,,,,84,,,,,,,,gutim,3 +non,1,5,1,0,0,0,,0.0,0.05,8,0,F4,p,11,144,65,11,,,,g,,o,,d,e,,gutim,4 +ped,1,4,0,1,1,,0,0.0,,,,,,,176,64,127,,,,,,,V,,,,gutim,5 +nof,1,5,1,0,2,,,0.05,,,,,,,144,65,0,,,,,,,,,,,gutim,4 +non,1,6,1,2,3,1,,0.075,0.05,8,0,Eb4,mp,14,144,63,14,,,,g,,o,,,e,,gutim,6 +nof,1,6,1,2,4,,,0.125,,,,,,,144,63,0,,,,,,,,,,,gutim,6 +non,1,7,1,3,5,2,,0.15,0.05,8,0,A2,mf-,16,144,45,16,,,,g,,o,,,e,,gutim,7 +nof,1,7,1,3,6,,,0.2,,,,,,,144,45,0,,,,,,,,,,,gutim,7 +non,1,8,1,4,7,3,,0.225,0.05,8,0,F#1,f-,19,144,30,19,,,,g,,o,,,e,,gutim,8 +nof,1,8,1,4,8,,,0.275,,,,,,,144,30,0,,,,,,,,,,,gutim,8 +non,1,9,1,5,9,4,,0.3,0.05,8,0,C#2,f+,21,144,37,21,,,,g,,o,,,e,,gutim,9 +nof,1,9,1,5,10,,,0.35,,,,,,,144,37,0,,,,,,,,,,,gutim,9 +non,1,10,1,6,11,5,,0.375,0.05,8,0,F4,fff,24,144,65,24,,,,g,,o,,d,e,,gutim,10 +nof,1,10,1,6,12,,,0.425,,,,,,,144,65,0,,,,,,,,,,,gutim,10 +non,1,11,1,7,13,6,0,0.45,1.42857142857143,1,0,Eb6,ff,22,144,87,22,,,,,,o,,d,e,,gutim,11 +non,1,12,3,8,13,6,0,0.45,1.42857142857143,1,0,C2,f,20,144,36,20,,,,,t,o,,d,E,,gutim,12 +non,1,13,3,9,13,6,0,0.45,1.42857142857143,1,0,Bb2,pp,8,144,46,8,,,,,t,o,,d 5919,E 5919,,gutim,13 +rst,1,14,1,10,14,,1024,1.879,,,,,,,176,102,0,,,,,,,,,,,gutim,14 +non,1,15,3,11,14,,1024,1.879,2.14285714285714,1,1,C2,,,,,,,,,,T,,,,,,gutim,15 +non,1,16,3,12,14,,1024,1.879,1.42857142857143,1,1,Bb2,,,,,,,,,,T,,,,,,gutim,16 +nof,1,11,1,7,15,,0,2.329,,,,,,,144,87,0,,,,,,,,,,,gutim,11 +rst,1,17,1,13,16,,1536,2.593,,,,,,,176,102,0,,,,,,,,,,,gutim,17 +nof,1,13,3,9,17,,0,3.757,,,,,,,144,46,0,,,,,,,,,,,gutim,13 +bar,2,0,0,14,18,,0,4.021,,,,,,,,,,2,,,,,,,,,,gutim,18 +non,2,1,1,15,18,7,0,4.021,2.85714285714286,0.5,0,Db6,pp,8,144,85,8,,,,,,o,,,,,gutim,19 +rst,2,2,3,16,18,,0,4.021,,,,,,,176,102,0,,,,,,,,,,,gutim,20 +nof,1,12,3,8,19,,0,4.471,,,,,,,144,36,0,,,,,,,,,,,gutim,12 +nof,2,1,1,15,20,,0,6.879,,,,,,,144,85,0,,,,,,,,,,,gutim,19 +non,2,3,1,17,21,8,2048,6.879,2.85714285714286,0.5,0,E7,f,20,144,100,20,,,,,,o,,,,,gutim,21 +nof,2,3,1,17,22,,2048,9.736,,,,,,,144,100,0,,,,,,,,,,,gutim,21 +bar,3,0,0,18,22,,0,9.736,,,,,,,,,,3,,,,,,,,,,gutim,22 +rst,3,1,1,19,22,,0,9.736,,,,,,,176,102,0,,,,,,,,,,,gutim,23 +rst,3,2,3,20,22,,0,9.736,,,,,,,176,102,0,,,,,,,,,,,gutim,24 +bar,4,0,0,21,23,,0,13.307,,,,,,,,,,4,,,,,,,,,,gutim,25 +non,4,1,1,22,23,9,0,13.307,0.357142857142857,4,0,G#5,ff,22,144,80,22,,,,,,o,,,,,gutim,26 +rst,4,2,3,23,23,,0,13.307,,,,,,,176,102,0,,,,,,,,,,,gutim,27 +nof,4,1,1,22,24,,0,13.664,,,,,,,144,80,0,,,,,,,,,,,gutim,26 +non,4,3,1,24,24,10,256,13.664,2.85714285714286,0.5,0,A6,ff+,23,144,93,23,,,,,,o,,,,,gutim,28 +nof,4,3,1,24,25,,256,16.296,,,,,,,144,93,0,,,,,,,,,,,gutim,28 +non,4,4,1,25,25,11,,16.296,0.05,8,0,A6,ff+,23,144,93,23,,,,g,,o,,,,,gutim,29 +non,4,5,1,26,26,12,,16.371,0.05,8,0,C2,ff+,23,144,36,23,,,,g,,o,,,,,gutim,30 +nof,4,5,1,26,27,,,16.421,,,,,,,144,36,0,,,,,,,,,,,gutim,30 +non,4,6,1,27,28,13,,16.446,0.05,8,0,F#4,ff+,23,144,66,23,,,,g,,o,,,,,gutim,31 +nof,4,6,1,27,29,,,16.496,,,,,,,144,66,0,,,,,,,,,,,gutim,31 +nof,4,4,1,25,30,,,16.521,,,,,,,144,93,0,,,,,,,,,,,gutim,29 +non,4,7,1,28,30,14,2304,16.521,0.357142857142857,4,0,F#4,ff,22,144,66,22,,,,,,o,,,,,gutim,32 +nof,4,7,1,28,31,,2304,16.879,,,,,,,144,66,0,,,,,,,,,,,gutim,32 +bar,5,0,0,29,31,,0,16.879,,,,,,,,,,5,,,,,,,,,,gutim,33 +non,5,1,1,30,31,15,0,16.879,2.67857142857143,1,3,E7,f,20,144,100,20,,,,,,o,,,,,gutim,34 +rst,5,2,3,31,31,,0,16.879,,,,,,,176,102,0,,,,,,,,,,,gutim,35 +nof,5,1,1,30,32,,0,19.557,,,,,,,144,100,0,,,,,,,,,,,gutim,34 +non,5,3,1,32,33,16,1920,19.557,0.178571428571429,8,0,G#6,p,11,144,92,11,,,,,,o,,,,,gutim,36 +non,5,4,3,33,33,16,1920,19.557,0.178571428571429,8,0,A2,pp,8,144,45,8,,,,,t,o,,,,,gutim,37 +nof,5,3,1,32,34,,1920,19.736,,,,,,,144,92,0,,,,,,,,,,,gutim,36 +bar,6,0,0,34,34,,0,19.736,,,,,,,,,,6,,,,,,,,,,gutim,38 +rst,6,1,1,35,34,,0,19.736,,,,,,,176,102,0,,,,,,,,,,,gutim,39 +non,6,2,3,36,34,,0,19.736,0.714285714285714,2,0,A2,,,,,,,,,,T,,,,,,gutim,40 +non,6,3,1,37,35,17,192,20.004,0.0892857142857143,16,0,G5,p,11,144,79,11,,,,,t,o,,,,,gutim,41 +non,6,4,1,38,36,,256,20.093,0.357142857142857,4,0,G5,,,,,,,,,,_,,,,,,gutim,42 +nof,5,4,3,33,37,,1920,20.45,,,,,,,144,45,0,,,,,,,,,,,gutim,37 +non,6,5,1,39,37,,512,20.45,2.85714285714286,0.5,0,G5,,,,,,,,,,T,,,,,,gutim,43 +non,6,6,3,40,37,18,512,20.45,2.85714285714286,0.5,0,Bb2,pp,8,144,46,8,,,,,,o,,,,,gutim,44 +non,6,7,1,41,38,19,,22.857,0.05,8,0,C2,p,11,144,36,11,,,,g,,o,,,e,,gutim,45 +nof,6,7,1,41,39,,,22.907,,,,,,,144,36,0,,,,,,,,,,,gutim,45 +non,6,8,1,42,40,20,,22.932,0.05,8,0,A5,mp-,13,144,81,13,,,,g,,o,,,e,,gutim,46 +nof,6,8,1,42,41,,,22.982,,,,,,,144,81,0,,,,,,,,,,,gutim,46 +non,6,9,1,43,42,21,,23.007,0.05,8,0,E6,mp+,15,144,88,15,,,,g,,o,,,e,,gutim,47 +nof,6,9,1,43,43,,,23.057,,,,,,,144,88,0,,,,,,,,,,,gutim,47 +non,6,10,1,44,44,22,,23.082,0.05,8,0,F#3,mf+,18,144,54,18,,,,g,,o,,,e,,gutim,48 +nof,6,10,1,44,45,,,23.132,,,,,,,144,54,0,,,,,,,,,,,gutim,48 +non,6,11,1,45,46,23,,23.157,0.05,8,0,G#5,f,20,144,80,20,,,,g,,o,,,e,,gutim,49 +nof,6,11,1,45,47,,,23.207,,,,,,,144,80,0,,,,,,,,,,,gutim,49 +ped,7,2,0,46,47,,0,23.207,,,,,,,176,64,0,,,,,,,^,,,,gutim,5 +non,6,12,1,47,48,24,,23.232,0.05,8,0,A5,ff,22,144,81,22,,,,g,,o,,,E,,gutim,50 +nof,6,12,1,47,49,,,23.282,,,,,,,144,81,0,,,,,,,,,,,gutim,50 +nof,6,3,1,37,50,,192,23.307,,,,,,,144,79,0,,,,,,,,,,,gutim,41 +nof,6,6,3,40,51,,512,23.307,,,,,,,144,46,0,,,,,,,,,,,gutim,44 +bar,7,0,0,48,51,,0,23.307,,,,,,,,,,7,,,,,,,,,,gutim,51 +sec,7,1,0,49,51,,0,23.307,,,,,,,,,,,5919,,,,,,,,,gutim,52 +non,7,9,1,50,51,25,0,23.307,2.85714285714286,0.5,0,D3,ppp,5,144,50,5,,,,,t,o,,d,,,gutim,53 +non,7,10,1,51,51,25,0,23.307,2.85714285714286,0.5,0,E3,ppp,5,144,52,5,,,,,t,o,,d,,,gutim,54 +non,7,11,3,52,51,25,0,23.307,4.28571428571429,0.5,1,C1,ff,22,144,24,22,,,,,t,o,,d,,,gutim,55 +ped,7,2,0,53,52,,0,23.507,,,,,,,176,64,127,,,,,,,V,,,,gutim,56 +non,7,12,1,54,53,,2048,26.164,0.357142857142857,4,0,D3,,,,,,,,,,T,,,,,,gutim,57 +non,7,13,1,55,53,,2048,26.164,0.357142857142857,4,0,E3,,,,,,,,,,T,,,,,,gutim,58 +ped,7,16,0,56,54,,2314,26.385,,,,,,,176,64,0,,,,,,,^,,,,gutim,56 +nof,7,9,1,50,55,,0,26.521,,,,,,,144,50,0,,,,,,,,,,,gutim,53 +nof,7,10,1,51,55,,0,26.521,,,,,,,144,52,0,,,,,,,,,,,gutim,54 +non,7,14,1,57,55,26,2304,26.521,1.07142857142857,2,1,C6,ppp,5,144,84,5,,,,,,o,,,,,gutim,59 +non,7,15,1,58,55,26,2304,26.521,0.714285714285714,2,1,F6,ppp,5,144,89,5,,,,,,o,,,,,gutim,60 +ped,7,16,0,59,56,,2314,26.685,,,,,,,176,64,127,,,,,,,V,,,,gutim,61 +nof,7,15,1,58,57,,2304,27.236,,,,,,,144,89,0,,,,,,,,,,,gutim,60 +bar,8,0,0,60,58,,0,27.593,,,,,,,,,,8,,,,,,,,,,gutim,62 +rst,8,1,1,61,58,,0,27.593,,,,,,,176,102,0,,,,,,,,,,,gutim,63 +non,8,2,3,62,58,,0,27.593,4.28571428571429,0.5,1,C1,,,,,,,,,,_,,,,,,gutim,64 +non,8,3,3,63,58,27,0,27.593,2.85714285714286,0.5,1,A3,p,11,144,57,11,,,,,t,o,,,,,gutim,65 +nof,7,14,1,57,59,,2304,27.593,,,,,,,144,84,0,,,,,,,,,,,gutim,59 +ped,8,4,0,64,60,,42,27.651,,,,,,,176,64,0,,,,,,,^,,,,gutim,61 +non,8,6,1,65,61,28,341,28.069,0.238560267857143,4,0,C#6,ppp,5,144,85,5,,,,,t,o,,,,,gutim,66 +ped,8,5,0,66,61,,341,28.069,,,,,,,176,64,127,,,,,,,V,,,,gutim,67 +non,8,7,1,67,62,,512,28.307,0.714285714285714,2,0,C#6,,,,,,,,,,T,,,,,,gutim,68 +nof,8,6,1,65,63,,341,29.021,,,,,,,144,85,0,,,,,,,,,,,gutim,66 +rst,8,8,1,68,63,,1024,29.021,,,,,,,176,102,0,,,,,,,,,,,gutim,69 +non,8,9,1,69,64,29,1280,29.379,0.357142857142857,4,0,Ab2,p,11,144,44,11,,,,,,o,,,,,gutim,70 +nof,8,9,1,69,65,,1280,29.736,,,,,,,144,44,0,,,,,,,,,,,gutim,70 +non,8,10,1,70,65,30,1536,29.736,0.475725446428571,2,0,Bb3,pp+,9,144,58,9,,,,,t,o,,,,,gutim,71 +non,8,11,1,71,66,,1877,30.211,0.118582589285714,8,0,Bb3,,,,,,,,,,T,,,,,,gutim,72 +nof,8,10,1,70,67,,1536,30.33,,,,,,,144,58,0,,,,,,,,,,,gutim,71 +non,8,12,1,72,68,31,1962,30.33,0.0599888392857143,16,0,C#7,ppp,5,144,97,5,,,,,,o,,,,,gutim,73 +nof,8,12,1,72,69,,1962,30.39,,,,,,,144,97,0,,,,,,,,,,,gutim,73 +non,8,13,1,73,69,32,2005,30.39,0.0599888392857143,16,0,Bb2,ppp,5,144,46,5,,,,,,o,,,,,gutim,74 +nof,8,13,1,73,70,,2005,30.45,,,,,,,144,46,0,,,,,,,,,,,gutim,74 +non,8,14,1,74,70,33,2048,30.45,0.475725446428571,2,0,E2,ppp+,6,144,40,6,,,,,,o,,,,,gutim,75 +nof,8,14,1,74,71,,2048,30.926,,,,,,,144,40,0,,,,,,,,,,,gutim,75 +non,8,15,1,75,71,34,2389,30.926,0.475725446428571,2,0,C#6,pp,8,144,85,8,,,,,,o,,,,,gutim,76 +nof,8,15,1,75,72,,2389,31.401,,,,,,,144,85,0,,,,,,,,,,,gutim,76 +non,8,16,1,76,72,35,2730,31.401,0.477120535714286,2,0,C5,ppp,5,144,72,5,,,,,,o,,,,,gutim,77 +nof,8,16,1,76,73,,2730,31.879,,,,,,,144,72,0,,,,,,,,,,,gutim,77 +bar,9,0,0,77,73,,0,31.879,,,,,,,,,,9,,,,,,,,,,gutim,78 +ped,9,1,0,78,73,,0,31.879,,,,,,,176,64,0,,,,,,,^,,,,gutim,67 +rst,9,2,1,79,73,,0,31.879,,,,,,,176,102,0,,,,,,,,,,,gutim,79 +non,9,3,3,80,73,,0,31.879,1.42857142857143,1,0,C1,,,,,,,,,,_,,,,,,gutim,80 +non,9,4,3,81,73,,0,31.879,1.42857142857143,1,0,A3,,,,,,,,,,_,,,,,,gutim,81 +ped,9,5,0,82,74,,588,32.699,,,,,,,176,64,127,,,,,,,V,,,,gutim,82 +non,9,6,3,83,75,,1024,33.307,1.42857142857143,1,0,C1,,,,,,,,,,_,,,,,,gutim,83 +non,9,7,3,84,75,36,1024,33.307,1.42857142857143,1,0,G#1,ppp,5,144,32,5,,,,,t,o,,,,,gutim,84 +non,9,8,3,85,75,,1024,33.307,1.42857142857143,1,0,A3,,,,,,,,,,_,,,,,,gutim,85 +nof,8,3,3,63,76,,0,34.021,,,,,,,144,57,0,,,,,,,,,,,gutim,65 +non,9,10,1,86,77,37,,34.286,0.05,8,0,E3,p,11,144,52,11,,,,g,,o,,,e,,gutim,86 +nof,9,10,1,86,78,,,34.336,,,,,,,144,52,0,,,,,,,,,,,gutim,86 +non,9,11,1,87,79,38,,34.361,0.05,8,0,Bb3,p+,12,144,58,12,,,,g,,o,,,e,,gutim,87 +nof,9,11,1,87,80,,,34.411,,,,,,,144,58,0,,,,,,,,,,,gutim,87 +non,9,12,1,88,81,39,,34.436,0.05,8,0,C6,p+,12,144,84,12,,,,g,,o,,,e,,gutim,88 +nof,9,12,1,88,82,,,34.486,,,,,,,144,84,0,,,,,,,,,,,gutim,88 +non,9,13,1,89,83,40,,34.511,0.05,8,0,C#7,mp-,13,144,97,13,,,,g,,o,,,e,,gutim,89 +ped,9,9,0,90,84,,1889,34.514,,,,,,,176,64,0,,,,,,,^,,,,gutim,82 +nof,9,13,1,89,85,,,34.561,,,,,,,144,97,0,,,,,,,,,,,gutim,89 +non,9,14,1,91,86,41,,34.586,0.05,8,0,G#2,mp-,13,144,44,13,,,,g,,o,,,e,,gutim,90 +nof,9,14,1,91,87,,,34.636,,,,,,,144,44,0,,,,,,,,,,,gutim,90 +non,9,15,1,92,88,42,,34.661,0.05,8,0,Bb4,mp,14,144,70,14,,,,g,,o,,,e,,gutim,91 +nof,9,15,1,92,89,,,34.711,,,,,,,144,70,0,,,,,,,,,,,gutim,91 +non,9,16,1,93,90,43,2048,34.736,0.714285714285714,2,0,E4,mp,14,144,64,14,,,,,t,o,,,E,,gutim,92 +non,9,17,3,94,90,,2048,34.736,0.714285714285714,2,0,C1,,,,,,,,,,T,,,,,,gutim,93 +non,9,18,3,95,90,,2048,34.736,0.714285714285714,2,0,G#1,,,,,,,,,,T,,,,,,gutim,94 +non,9,19,3,96,90,,2048,34.736,0.714285714285714,2,0,A3,,,,,,,,,,_,,,,,,gutim,95 +nof,7,11,3,52,91,,0,35.45,,,,,,,144,24,0,,,,,,,,,,,gutim,55 +non,9,20,1,97,92,,2560,35.45,0.714285714285714,2,0,E4,,,,,,,,,,_,,,,,,gutim,96 +non,9,21,1,98,92,44,2560,35.45,0.714285714285714,2,0,E5,ff,22,144,76,22,,,,,,o,,,,,gutim,97 +non,9,22,3,99,92,,2560,35.45,0,8,0,A3,,,,,,,,,,T,,,,,,gutim,98 +non,9,23,3,100,92,44,2560,35.45,0.714285714285714,2,0,A3,ff,22,144,57,22,,,,,,o,,,,,gutim,99 +nof,9,7,3,84,93,,1024,35.45,,,,,,,144,32,0,,,,,,,,,,,gutim,84 +nof,9,21,1,98,94,,2560,36.164,,,,,,,144,76,0,,,,,,,,,,,gutim,97 +nof,9,23,3,100,94,,2560,36.164,,,,,,,144,57,0,,,,,,,,,,,gutim,99 +bar,10,0,0,101,94,,0,36.164,,,,,,,,,,10,,,,,,,,,,gutim,100 +non,10,1,1,102,94,,0,36.164,2.14285714285714,1,1,E4,,,,,,,,,,_,,,,,,gutim,101 +non,10,2,1,103,94,45,0,36.164,1.42857142857143,1,1,G#4,ff,22,144,68,22,,,,,,o,,,,,gutim,102 +non,10,3,3,104,94,45,0,36.164,0.535714285714286,4,1,C#2,ppp,5,144,37,5,,,,,,o,,,,,gutim,103 +nof,10,3,3,104,95,,0,36.7,,,,,,,144,37,0,,,,,,,,,,,gutim,103 +non,10,4,3,105,95,46,384,36.7,0.535714285714286,4,1,B1,ppp,5,144,35,5,,,,,,o,,,,,gutim,104 +nof,10,4,3,105,96,,384,37.236,,,,,,,144,35,0,,,,,,,,,,,gutim,104 +non,10,6,3,106,96,47,768,37.236,1.07142857142857,2,1,A4,f,20,144,69,20,,,,,,o,,,,,gutim,105 +ped,10,5,0,107,96,,768,37.236,,,,,,,176,64,127,,,,,,,V,,,,gutim,106 +nof,10,6,3,106,97,,768,37.286,,,,,,,144,69,0,,,,,,,,,,,gutim,105 +nof,10,2,1,103,98,,0,37.593,,,,,,,144,68,0,,,,,,,,,,,gutim,102 +rst,10,7,1,108,99,,1536,38.307,,,,,,,176,102,0,,,,,,,,,,,gutim,107 +rst,10,8,3,109,99,,1536,38.307,,,,,,,176,102,0,,,,,,,,,,,gutim,108 +ped,10,10,0,111,100,,1680,38.435,,,,,,,176,64,0,,,,,,,^,,,,gutim,106 +ped,10,,,112,101,,1790,38.735,,,,,,,176,64,127,,,,,,,V,,,,gutim,109 +nof,9,16,1,93,102,,2048,39.914,,,,,,,144,64,0,,,,,,,,,,,gutim,92 +non,10,11,1,113,103,48,,40.45,0.05,8,0,C#2,f,20,144,37,20,,,,g,,o,,,e,,gutim,110 +non,10,12,1,114,103,48,,40.45,0.05,8,0,F#2,f,20,144,42,20,,,,g,,o,,,e,,gutim,111 +non,10,13,1,115,103,48,,40.45,0.05,8,0,E4,f,20,144,64,20,,,,g,,o,,,e,,gutim,112 +nof,10,11,1,113,104,,,40.5,,,,,,,144,37,0,,,,,,,,,,,gutim,110 +nof,10,12,1,114,104,,,40.5,,,,,,,144,42,0,,,,,,,,,,,gutim,111 +nof,10,13,1,115,104,,,40.5,,,,,,,144,64,0,,,,,,,,,,,gutim,112 +non,10,14,1,116,105,49,,40.525,0.05,8,0,D3,f,20,144,50,20,,,,g,,o,,,e,,gutim,113 +non,10,15,1,117,105,49,,40.525,0.05,8,0,F5,f,20,144,77,20,,,,g,,o,,,e,,gutim,114 +nof,10,14,1,116,106,,,40.575,,,,,,,144,50,0,,,,,,,,,,,gutim,113 +nof,10,15,1,117,106,,,40.575,,,,,,,144,77,0,,,,,,,,,,,gutim,114 +non,10,16,1,118,107,50,,40.6,0.05,8,0,A4,f,20,144,69,20,,,,g,,o,,,e,,gutim,115 +nof,10,16,1,118,108,,,40.65,,,,,,,144,69,0,,,,,,,,,,,gutim,115 +non,10,17,1,119,109,51,,40.675,0.05,8,0,A2,f,20,144,45,20,,,,g,,o,,,e,,gutim,116 +non,10,18,1,120,109,51,,40.675,0.05,8,0,C#3,f,20,144,49,20,,,,g,,o,,,e,,gutim,117 +non,10,19,1,121,109,51,,40.675,0.05,8,0,F7,f,20,144,101,20,,,,g,,o,,,e,,gutim,118 +nof,10,17,1,119,110,,,40.725,,,,,,,144,45,0,,,,,,,,,,,gutim,116 +nof,10,18,1,120,110,,,40.725,,,,,,,144,49,0,,,,,,,,,,,gutim,117 +nof,10,19,1,121,110,,,40.725,,,,,,,144,101,0,,,,,,,,,,,gutim,118 +non,10,20,1,122,111,52,,40.75,0.05,8,0,F4,f,20,144,65,20,,,,g,,o,,,e,,gutim,119 +nof,10,20,1,122,112,,,40.8,,,,,,,144,65,0,,,,,,,,,,,gutim,119 +non,10,21,1,123,113,53,,40.825,0.05,8,0,G7,f,20,144,103,20,,,,g,,o,,,E,,gutim,120 +nof,10,21,1,123,114,,,40.875,,,,,,,144,103,0,,,,,,,,,,,gutim,120 +bar,11,0,0,124,115,,0,40.9,,,,,,,,,,11,,,,,,,,,,gutim,121 +non,11,2,1,125,115,54,0,40.9,2.85714285714286,0.5,0,C7,mp,14,144,96,14,,,,,,o,,,,,gutim,122 +rst,11,3,3,126,115,,0,40.9,,,,,,,176,102,0,,,,,,,,,,,gutim,123 +ped,10,,,127,116,,3071,40.937,,,,,,,176,64,0,,,,,,,^,,,,gutim,109 +ped,11,1,0,128,117,,0,41.237,,,,,,,176,64,127,,,,,,,V,,,,gutim,124 +ped,11,4,0,129,118,,1008,42.306,,,,,,,176,64,0,,,,,,,^,,,,gutim,124 +non,11,6,1,130,119,55,,43.532,0.05,8,0,Bb2,mp,14,144,46,14,,,,g,,o,,d,e,,gutim,125 +nof,11,6,1,130,120,,,43.582,,,,,,,144,46,0,,,,,,,,,,,gutim,125 +non,11,7,1,131,121,56,,43.607,0.05,8,0,Ab1,ppp,5,144,32,5,,,,g,,o,,d,e,,gutim,126 +nof,11,7,1,131,122,,,43.657,,,,,,,144,32,0,,,,,,,,,,,gutim,126 +non,11,8,1,132,123,57,,43.682,0.05,8,0,F4,mf,17,144,65,17,,,,g,,o,,d,e,,gutim,127 +nof,11,8,1,132,124,,,43.732,,,,,,,144,65,0,,,,,,,,,,,gutim,127 +non,11,9,1,133,125,58,2048,43.757,2.14285714285714,1,1,Db6,f,20,144,85,20,,,,,t,o,,d 5920,E 5920,,gutim,128 +ped,11,5,0,134,125,,2048,43.757,,,,,,,176,64,127,,,,,,,V,,,,gutim,129 +nof,11,2,1,125,126,,0,44.207,,,,,,,144,96,0,,,,,,,,,,,gutim,122 +bar,12,0,0,135,127,,0,45.9,,,,,,,,,,12,,,,,,,,,,gutim,130 +bpm,12,1,0,136,127,,0,45.9,,3,,,,,,,,,,116,,,,,,,,gutim,131 +bpm,12,2,0,137,127,,0,45.9,,3,,,,,,,,,,116,,,,,,,,gutim,132 +non,12,3,1,138,127,,0,45.9,0.517241379310345,4,0,Db6,,,,,,,,,,T,,,,,,gutim,133 +rst,12,4,3,139,127,,0,45.9,,,,,,,176,102,0,,,,,,,,,,,gutim,134 +non,12,5,1,140,128,59,,46.267,0.05,8,0,Ab5,ppp,5,144,80,5,,,,g,,o,,,,,gutim,135 +nof,12,5,1,140,129,,,46.317,,,,,,,144,80,0,,,,,,,,,,,gutim,135 +non,12,6,1,141,130,60,,46.342,0.05,8,0,D4,ppp,5,144,62,5,,,,g,,o,,,,,gutim,136 +nof,12,6,1,141,131,,,46.392,,,,,,,144,62,0,,,,,,,,,,,gutim,136 +nof,11,9,1,133,132,,2048,46.417,,,,,,,144,85,0,,,,,,,,,,,gutim,128 +non,12,7,1,142,132,61,256,46.417,0.193965517241379,16,1,F#6,pp,8,144,90,8,,,,,,o,,,,,gutim,137 +rst,12,8,3,143,132,,256,46.417,,,,,,,176,102,0,,,,,,,,,,,gutim,138 +non,12,9,3,144,133,62,288,46.482,0.0646551724137931,32,0,A2,pp,8,144,45,8,,,,,,o,,,,,gutim,139 +nof,12,9,3,144,134,,288,46.547,,,,,,,144,45,0,,,,,,,,,,,gutim,139 +non,12,10,3,145,134,63,320,46.547,0.0646551724137931,32,0,A3,pp,8,144,57,8,,,,,,o,,,,,gutim,140 +nof,12,7,1,142,135,,256,46.611,,,,,,,144,90,0,,,,,,,,,,,gutim,137 +nof,12,10,3,145,135,,320,46.611,,,,,,,144,57,0,,,,,,,,,,,gutim,140 +non,12,11,1,146,135,64,352,46.611,0.0646551724137931,32,0,G7,ppp,5,144,103,5,,,,,,o,,,,,gutim,141 +non,12,12,3,147,135,64,352,46.611,0.0646551724137931,32,0,D2,pp,8,144,38,8,,,,,,o,,,,,gutim,142 +nof,12,11,1,146,136,,352,46.676,,,,,,,144,103,0,,,,,,,,,,,gutim,141 +nof,12,12,3,147,136,,352,46.676,,,,,,,144,38,0,,,,,,,,,,,gutim,142 +rst,12,13,1,148,136,,384,46.676,,,,,,,176,102,0,,,,,,,,,,,gutim,143 +rst,12,14,3,149,136,,384,46.676,,,,,,,176,102,0,,,,,,,,,,,gutim,144 +sec,12,15,0,150,136,,384,46.676,,,,,,,,,,,5920,,,,,,,,,gutim,145 +ped,12,16,0,151,137,,512,46.934,,,,,,,176,64,0,,,,,,,^,,,,gutim,129 +non,12,17,1,152,137,65,512,46.934,0.171740301724138,8,0,B3,pp,8,144,59,8,,,,,,o,,,,,gutim,146 +non,12,18,3,153,137,65,512,46.934,1.55172413793103,2,1,Bb2,pp,8,144,46,8,,,,,t,o,,,,,gutim,147 +non,12,19,3,154,137,65,512,46.934,1.03448275862069,2,1,E3,pp,8,144,52,8,,,,,t,o,,,,,gutim,148 +nof,12,17,1,152,138,,512,47.106,,,,,,,144,59,0,,,,,,,,,,,gutim,146 +rst,12,20,1,155,138,,597,47.106,,,,,,,176,102,0,,,,,,,,,,,gutim,149 +non,12,21,1,156,139,66,682,47.278,0.173760775862069,8,0,F6,pp,8,144,89,8,,,,,,o,,,e,t,gutim,150 +non,12,22,1,157,139,66,682,47.278,0.258620689655172,8,0,Bb7,pp,8,144,106,8,,,,,,o,,,e,t,gutim,151 +nof,12,21,1,156,140,,682,47.452,,,,,,,144,89,0,,,,,,,,,,,gutim,150 +non,12,23,1,158,140,67,768,47.452,0.171740301724138,8,0,F#5,pp,8,144,78,8,,,,,,o,,,e,t,gutim,152 +nof,12,22,1,157,141,,682,47.537,,,,,,,144,106,0,,,,,,,,,,,gutim,151 +nof,12,23,1,158,142,,768,47.623,,,,,,,144,78,0,,,,,,,,,,,gutim,152 +non,12,24,1,159,142,68,853,47.623,0.171740301724138,8,0,B2,pp,8,144,47,8,,,,,,o,,,e,t,gutim,153 +nof,12,24,1,159,143,,853,47.795,,,,,,,144,47,0,,,,,,,,,,,gutim,153 +non,12,25,1,160,143,69,938,47.795,0.0868803879310345,16,0,Eb4,mp,14,144,63,14,,,,,,o,,,e,t,gutim,154 +non,12,26,1,161,143,69,938,47.795,0.129310344827586,16,0,Ab4,mp,14,144,68,14,,,,,t,o,,,e,t,gutim,155 +nof,12,25,1,160,144,,938,47.882,,,,,,,144,63,0,,,,,,,,,,,gutim,154 +non,12,27,1,162,144,70,981,47.882,0.0868803879310345,16,0,F4,mp+,15,144,65,15,,,,,,o,,,,,gutim,156 +non,12,28,1,163,144,,981,47.882,0.129310344827586,16,0,Ab4,,,,,,,,,,T,,,,,,gutim,157 +nof,12,27,1,162,145,,981,47.969,,,,,,,144,65,0,,,,,,,,,,,gutim,156 +non,12,29,1,164,145,71,1024,47.969,0.171740301724138,8,0,C#2,mf,17,144,37,17,,,,,,o,,,e,t,gutim,158 +non,12,30,1,165,145,71,1024,47.969,0.258620689655172,8,0,A2,mf,17,144,45,17,,,,,,o,,,e,t,gutim,159 +non,12,31,1,166,145,71,1024,47.969,0.258620689655172,8,0,C3,mf,17,144,48,17,,,,,,o,,,e,t,gutim,160 +nof,12,26,1,161,146,,938,48.054,,,,,,,144,68,0,,,,,,,,,,,gutim,155 +nof,12,29,1,164,147,,1024,48.141,,,,,,,144,37,0,,,,,,,,,,,gutim,158 +non,12,32,1,167,147,72,1109,48.141,0.0868803879310345,16,0,B1,pp,8,144,35,8,,,,,,o,,,e,t,gutim,161 +nof,12,32,1,167,148,,1109,48.228,,,,,,,144,35,0,,,,,,,,,,,gutim,161 +non,12,33,1,168,148,73,1152,48.228,0.0848599137931035,16,0,D3,pp+,9,144,50,9,,,,,,o,,,,,gutim,162 +nof,12,30,1,165,149,,1024,48.228,,,,,,,144,45,0,,,,,,,,,,,gutim,159 +nof,12,31,1,166,149,,1024,48.228,,,,,,,144,48,0,,,,,,,,,,,gutim,160 +nof,12,33,1,168,150,,1152,48.312,,,,,,,144,50,0,,,,,,,,,,,gutim,162 +non,12,34,1,169,150,74,1194,48.312,0.173760775862069,8,0,A4,p,11,144,69,11,,,,,t,o,,,E 5921,t 5921,gutim,163 +non,12,35,1,170,151,,1280,48.486,0.343480603448276,4,0,A4,,,,,,,,,,T,,,,,,gutim,164 +non,12,36,3,171,151,,1280,48.486,0.343480603448276,4,0,Bb2,,,,,,,,,,T,,,,,,gutim,165 +non,12,37,3,172,151,,1280,48.486,0.517241379310345,4,0,E3,,,,,,,,,,T,,,,,,gutim,166 +nof,12,19,3,154,152,,512,48.486,,,,,,,144,52,0,,,,,,,,,,,gutim,148 +nof,12,34,1,169,153,,1194,48.83,,,,,,,144,69,0,,,,,,,,,,,gutim,163 +non,12,38,1,173,154,75,1450,48.83,0.0868803879310345,16,0,A4,pp,8,144,69,8,,,,,,o,,,,,gutim,167 +non,12,39,1,174,154,75,1450,48.83,0.129310344827586,16,0,C#5,pp,8,144,73,8,,,,,t,o,,,,,gutim,168 +non,12,40,3,175,154,75,1450,48.83,0.173760775862069,8,0,C#3,mp,14,144,49,14,,,,,t,o,,,,,gutim,169 +nof,12,18,3,153,155,,512,48.83,,,,,,,144,46,0,,,,,,,,,,,gutim,147 +nof,12,38,1,173,156,,1450,48.917,,,,,,,144,69,0,,,,,,,,,,,gutim,167 +non,12,41,1,176,156,76,1493,48.917,0.0868803879310345,16,0,F#3,pp,8,144,54,8,,,,,,o,,,,,gutim,170 +non,12,42,1,177,156,,1493,48.917,0.129310344827586,16,0,C#5,,,,,,,,,,_,,,,,,gutim,171 +nof,12,41,1,176,157,,1493,49.003,,,,,,,144,54,0,,,,,,,,,,,gutim,170 +non,12,43,1,178,157,77,1536,49.003,0.0848599137931035,16,0,G#4,pp-,7,144,68,7,,,,,,o,,,,,gutim,172 +non,12,44,1,179,157,,1536,49.003,0.129310344827586,16,0,C#5,,,,,,,,,,_,,,,,,gutim,173 +non,12,45,3,180,157,,1536,49.003,0.171740301724138,8,0,C#3,,,,,,,,,,_,,,,,,gutim,174 +non,12,46,3,181,157,77,1536,49.003,0.258620689655172,8,0,D3,mp,14,144,50,14,,,,,,o,,,,,gutim,175 +nof,12,43,1,178,158,,1536,49.088,,,,,,,144,68,0,,,,,,,,,,,gutim,172 +non,12,47,1,182,158,,1578,49.088,0.0868803879310345,16,0,C#5,,,,,,,,,,_,,,,,,gutim,176 +non,12,48,1,183,159,78,1621,49.175,0.0868803879310345,16,0,A4,ppp,5,144,69,5,,,,,,o,,,,,gutim,177 +non,12,49,1,184,159,,1621,49.175,0.129310344827586,16,0,C#5,,,,,,,,,,_,,,,,,gutim,178 +non,12,50,3,185,159,,1621,49.175,0.171740301724138,8,0,C#3,,,,,,,,,,_,,,,,,gutim,179 +nof,12,48,1,183,160,,1621,49.262,,,,,,,144,69,0,,,,,,,,,,,gutim,177 +non,12,51,1,186,160,,1664,49.262,0.171740301724138,8,0,C#5,,,,,,,,,,T,,,,,,gutim,180 +non,12,52,1,187,160,79,1664,49.262,0.258620689655172,8,0,E5,pp+,9,144,76,9,,,,,,o,,,,,gutim,181 +non,12,53,1,188,160,79,1664,49.262,0.258620689655172,8,0,F#5,pp+,9,144,78,9,,,,,,o,,,,,gutim,182 +nof,12,46,3,181,161,,1536,49.262,,,,,,,144,50,0,,,,,,,,,,,gutim,175 +non,12,54,3,189,162,,1706,49.347,0.0868803879310345,16,0,C#3,,,,,,,,,,T,,,,,,gutim,183 +non,12,55,1,190,163,80,1749,49.434,0.0868803879310345,16,0,G#4,ppp,5,144,68,5,,,,,t,o,,,,,gutim,184 +non,12,56,1,191,163,80,1749,49.434,0.129310344827586,16,0,F7,mf,17,144,101,17,,,,,,o,,,,,gutim,185 +non,12,57,3,192,163,80,1749,49.434,0.0868803879310345,16,0,F3,mp,14,144,53,14,,,,,t,o,,,,,gutim,186 +nof,12,40,3,175,164,,1450,49.434,,,,,,,144,49,0,,,,,,,,,,,gutim,169 +bar,13,0,0,194,165,,0,49.521,,,,,,,,,,13,,,,,,,,,,gutim,187 +bpm,13,1,0,195,165,,0,49.521,,1,,,,,,,,,,174,,,,,,,,gutim,188 +non,13,2,1,196,165,,0,49.521,0.172413793103448,8,0,G#4,,,,,,,,,,T,,,,,,gutim,189 +non,13,3,3,197,165,,0,49.521,0.172413793103448,8,0,F3,,,,,,,,,,_,,,,,,gutim,190 +nof,12,52,1,187,166,,1664,49.521,,,,,,,144,76,0,,,,,,,,,,,gutim,181 +nof,12,53,1,188,166,,1664,49.521,,,,,,,144,78,0,,,,,,,,,,,gutim,182 +nof,12,56,1,191,167,,1749,49.563,,,,,,,144,101,0,,,,,,,,,,,gutim,185 +nof,12,39,1,174,168,,1450,49.606,,,,,,,144,73,0,,,,,,,,,,,gutim,168 +rst,13,5,1,198,169,,128,49.693,,,,,,,176,102,0,,,,,,,,,,,gutim,191 +non,13,6,3,199,169,81,128,49.693,0.258620689655172,8,1,D2,mp,14,144,38,14,,,,,,o,,,,,gutim,192 +non,13,7,3,200,169,,128,49.693,0.172413793103448,8,1,F3,,,,,,,,,,T,,,,,,gutim,193 +ped,13,4,0,201,169,,128,49.693,,,,,,,176,64,127,,,,,,,V,,,,gutim,194 +nof,12,55,1,190,170,,1749,49.693,,,,,,,144,68,0,,,,,,,,,,,gutim,184 +nof,12,57,3,192,171,,1749,49.866,,,,,,,144,53,0,,,,,,,,,,,gutim,186 +nof,13,6,3,199,172,,128,49.952,,,,,,,144,38,0,,,,,,,,,,,gutim,192 +bar,14,0,0,202,172,,0,49.952,,,,,,,,,,14,,,,,,,,,,gutim,195 +bpm,14,1,0,203,172,,0,49.952,,1,,,,,,,,,,116,,,,,,,,gutim,196 +non,14,2,1,204,172,82,0,49.952,1.03448275862069,2,0,D4,ppp,5,144,62,5,,,,,,o,,d,,,gutim,197 +non,14,3,1,205,172,82,0,49.952,1.03448275862069,2,0,E5,p,11,144,76,11,,,,,,o,,d,,,gutim,198 +rst,14,4,2,206,172,,0,49.952,,,,,,,176,102,0,,,,,,,,,,,gutim,199 +non,14,5,3,207,172,82,0,49.952,1.03448275862069,2,0,B1,pp,8,144,35,8,,,,,,o,,d,,,gutim,200 +non,14,6,3,208,172,82,0,49.952,1.03448275862069,2,0,B2,pp,8,144,47,8,,,,,,o,,d,,,gutim,201 +non,14,7,3,209,172,82,0,49.952,1.03448275862069,2,0,C3,pp,8,144,48,8,,,,,,o,,d,,,gutim,202 +rst,14,8,4,210,172,,0,49.952,,,,,,,176,102,0,,,,,,,,,,,gutim,203 +non,14,9,4,211,173,83,102,50.158,0.311153017241379,8,1,A1,mf,17,144,33,17,,,,,t,o,,d,,,gutim,204 +rst,14,10,2,212,174,,256,50.469,,,,,,,176,102,0,,,,,,,,,,,gutim,205 +non,14,11,4,213,174,,256,50.469,0.103044181034483,16,0,A1,,,,,,,,,,T,,,,,,gutim,206 +nof,14,9,4,211,175,,102,50.572,,,,,,,144,33,0,,,,,,,,,,,gutim,204 +non,14,12,2,214,175,84,307,50.572,0.414197198275862,4,0,D6,mp,14,144,86,14,,,,,,o,,d,,,gutim,207 +non,14,13,2,215,175,84,307,50.572,0.517241379310345,4,0,G6,f,20,144,91,20,,,,,,o,,d,,,gutim,208 +non,14,14,4,216,175,84,307,50.572,0.414197198275862,4,0,C1,pp,8,144,24,8,,,,,,o,,d,,,gutim,209 +non,14,17,3,217,176,85,,50.836,0.05,8,0,A3,pp,8,144,57,8,,,,g,,o,,D,,,gutim,210 +nof,14,17,3,217,177,,,50.886,,,,,,,144,57,0,,,,,,,,,,,gutim,210 +non,14,18,3,218,178,86,,50.911,0.05,8,0,D3,p,11,144,50,11,,,,g,,o,,,,,gutim,211 +ped,14,21,0,219,179,,573,50.959,,,,,,,176,64,0,,,,,,,^,,,,gutim,194 +nof,14,18,3,218,180,,,50.961,,,,,,,144,50,0,,,,,,,,,,,gutim,211 +nof,14,2,1,204,181,,0,50.986,,,,,,,144,62,0,,,,,,,,,,,gutim,197 +nof,14,3,1,205,181,,0,50.986,,,,,,,144,76,0,,,,,,,,,,,gutim,198 +nof,14,5,3,207,181,,0,50.986,,,,,,,144,35,0,,,,,,,,,,,gutim,200 +nof,14,6,3,208,181,,0,50.986,,,,,,,144,47,0,,,,,,,,,,,gutim,201 +nof,14,7,3,209,181,,0,50.986,,,,,,,144,48,0,,,,,,,,,,,gutim,202 +nof,14,12,2,214,182,,307,50.986,,,,,,,144,86,0,,,,,,,,,,,gutim,207 +nof,14,14,4,216,182,,307,50.986,,,,,,,144,24,0,,,,,,,,,,,gutim,209 +rst,14,15,1,220,182,,512,50.986,,,,,,,176,102,0,,,,,,,,,,,gutim,212 +rst,14,16,2,221,182,,512,50.986,,,,,,,176,102,0,,,,,,,,,,,gutim,213 +non,14,19,3,222,182,87,512,50.986,0.517241379310345,4,0,Db2,f,20,144,37,20,,,,,t,o,,,,,gutim,214 +non,14,20,4,223,182,87,512,50.986,3.10344827586207,1,1,Bb1,fff,24,144,34,24,,,,,t,o,,,,,gutim,215 +nof,14,13,2,215,183,,307,51.089,,,,,,,144,91,0,,,,,,,,,,,gutim,208 +ped,14,21,0,224,184,,573,51.259,,,,,,,176,64,127,,,,,,,V,,,,gutim,216 +nof,14,20,4,223,185,,512,51.503,,,,,,,144,34,0,,,,,,,,,,,gutim,215 +rst,14,22,2,225,185,,768,51.503,,,,,,,176,102,0,,,,,,,,,,,gutim,217 +non,14,23,3,226,185,88,768,51.503,0.171740301724138,8,0,Bb1,mp,14,144,34,14,,,,,,o,,,,,gutim,218 +non,14,24,3,227,185,,768,51.503,0.258620689655172,8,0,Db2,,,,,,,,,,T,,,,,,gutim,219 +non,14,25,3,228,185,88,768,51.503,0.258620689655172,8,0,Bb2,mp,14,144,46,14,,,,,,o,,,,,gutim,220 +non,14,26,2,229,186,89,853,51.675,0.171740301724138,8,0,Bb6,mf,17,144,94,17,,,,,,o,,,,,gutim,221 +non,14,27,3,230,186,89,853,51.675,0.171740301724138,8,0,B1,mp+,15,144,35,15,,,,,,o,,,,,gutim,222 +nof,14,19,3,222,187,,512,51.762,,,,,,,144,37,0,,,,,,,,,,,gutim,214 +nof,14,25,3,228,188,,768,51.762,,,,,,,144,46,0,,,,,,,,,,,gutim,220 +nof,14,26,2,229,189,,853,51.847,,,,,,,144,94,0,,,,,,,,,,,gutim,221 +nof,14,27,3,230,189,,853,51.847,,,,,,,144,35,0,,,,,,,,,,,gutim,222 +non,14,28,2,231,189,90,938,51.847,0.173760775862069,8,0,F6,mf-,16,144,89,16,,,,,t,o,,,,,gutim,223 +rst,14,29,3,232,189,,938,51.847,,,,,,,176,102,0,,,,,,,,,,,gutim,224 +ped,14,30,0,233,190,,943,51.857,,,,,,,176,64,0,,,,,,,^,,,,gutim,216 +non,14,31,2,234,191,,1024,52.021,0.258620689655172,8,0,F6,,,,,,,,,,T,,,,,,gutim,225 +rst,14,32,3,235,191,,1024,52.021,,,,,,,176,102,0,,,,,,,,,,,gutim,226 +nof,14,28,2,231,192,,938,52.279,,,,,,,144,89,0,,,,,,,,,,,gutim,223 +non,14,33,2,236,193,91,1152,52.279,0.258620689655172,8,0,A4,mp,14,144,69,14,,,,,t,o,,,,,gutim,227 +non,14,34,2,237,194,,1280,52.538,1.55172413793103,2,1,A4,,,,,,,,,,_,,,,,,gutim,228 +non,14,35,3,238,195,92,1536,53.055,1.03448275862069,2,0,Ab3,p,11,144,56,11,,,,,t,o,,,,,gutim,229 +bar,15,0,0,239,196,,0,54.09,,,,,,,,,,15,,,,,,,,,,gutim,230 +rst,15,1,1,240,196,,0,54.09,,,,,,,176,102,0,,,,,,,,,,,gutim,231 +non,15,2,2,241,196,,0,54.09,1.03448275862069,2,0,A4,,,,,,,,,,T,,,,,,gutim,232 +non,15,3,3,242,196,,0,54.09,0.517241379310345,4,0,Ab3,,,,,,,,,,T,,,,,,gutim,233 +non,15,4,4,243,196,,0,54.09,4.13793103448276,0.5,0,Bb1,,,,,,,,,,_,,,,,,gutim,234 +nof,14,35,3,238,197,,1536,54.607,,,,,,,144,56,0,,,,,,,,,,,gutim,229 +non,15,5,1,244,197,93,256,54.607,1.03448275862069,2,0,E5,p,11,144,76,11,,,,,,o,,,,,gutim,235 +non,15,6,3,245,197,93,256,54.607,0.517241379310345,4,0,F#4,p,11,144,66,11,,,,,,o,,,,,gutim,236 +nof,15,6,3,245,198,,256,55.124,,,,,,,144,66,0,,,,,,,,,,,gutim,236 +non,15,7,2,246,198,94,512,55.124,3.10344827586207,1,1,C#1,mf,17,144,25,17,,,,,,o,,,,,gutim,237 +non,15,8,3,247,198,94,512,55.124,0.517241379310345,4,0,B1,mf,17,144,35,17,,,,,,o,,,,,gutim,238 +nof,14,33,2,236,199,,1152,55.124,,,,,,,144,69,0,,,,,,,,,,,gutim,227 +nof,15,8,3,247,200,,512,55.641,,,,,,,144,35,0,,,,,,,,,,,gutim,238 +non,15,9,1,248,200,95,768,55.641,0.258620689655172,8,0,D1,mf,17,144,26,17,,,,,,o,,,,,gutim,239 +non,15,10,3,249,200,95,768,55.641,0.517241379310345,4,0,F#3,p-,10,144,54,10,,,,,,o,,,,,gutim,240 +nof,15,5,1,244,201,,256,55.641,,,,,,,144,76,0,,,,,,,,,,,gutim,235 +nof,15,9,1,248,202,,768,55.9,,,,,,,144,26,0,,,,,,,,,,,gutim,239 +non,15,11,1,250,202,96,896,55.9,0.258620689655172,8,0,Bb5,pp,8,144,82,8,,,,,,o,,,,,gutim,241 +nof,15,10,3,249,203,,768,56.159,,,,,,,144,54,0,,,,,,,,,,,gutim,240 +nof,15,11,1,250,204,,896,56.159,,,,,,,144,82,0,,,,,,,,,,,gutim,241 +rst,15,12,1,251,204,,1024,56.159,,,,,,,176,102,0,,,,,,,,,,,gutim,242 +rst,15,13,3,252,204,,1024,56.159,,,,,,,176,102,0,,,,,,,,,,,gutim,243 +non,15,14,1,253,205,97,1408,56.934,0.775862068965517,4,1,A5,pp,8,144,81,8,,,,,,o,,,,,gutim,244 +non,15,16,1,254,206,98,,57.56,0.05,8,0,F#5,pp-,7,144,78,7,,,,g,,o,,,,,gutim,245 +non,15,15,1,255,206,98,,57.56,0.05,8,0,F#4,pp-,7,144,66,7,,,,g,t,o,,,,,gutim,246 +nof,15,16,1,254,207,,,57.61,,,,,,,144,78,0,,,,,,,,,,,gutim,245 +nof,15,15,1,255,207,,,57.61,,,,,,,144,66,0,,,,,,,,,,,gutim,246 +non,15,18,1,256,208,99,,57.635,0.05,8,0,G#4,pp-,7,144,68,7,,,,g,,o,,,,,gutim,247 +non,15,17,1,257,208,,,57.635,0.05,8,0,F#4,,,,,,,,,g,_,,,,,,gutim,248 +nof,15,18,1,256,209,,,57.685,,,,,,,144,68,0,,,,,,,,,,,gutim,247 +nof,15,14,1,253,210,,1408,57.71,,,,,,,144,81,0,,,,,,,,,,,gutim,244 +non,15,19,1,258,210,,1792,57.71,0.517241379310345,4,0,F#4,,,,,,,,,,_,,,,,,gutim,249 +non,15,20,3,259,210,100,1792,57.71,0.517241379310345,4,0,B2,p,11,144,47,11,,,,,t,o,,,,,gutim,250 +bar,16,0,0,260,211,,0,58.228,,,,,,,,,,16,,,,,,,,,,gutim,251 +non,16,1,1,261,211,,0,58.228,0.775862068965517,4,1,F#4,,,,,,,,,,T,,,,,,gutim,252 +rst,16,2,2,262,211,,0,58.228,,,,,,,176,102,0,,,,,,,,,,,gutim,253 +non,16,3,3,263,211,,0,58.228,0.775862068965517,4,1,B2,,,,,,,,,,T,,,,,,gutim,254 +non,16,4,4,264,211,,0,58.228,4.13793103448276,0.5,0,Bb1,,,,,,,,,,T,,,,,,gutim,255 +nof,15,7,2,246,212,,512,58.228,,,,,,,144,25,0,,,,,,,,,,,gutim,237 +non,16,5,1,265,213,101,384,59.003,0.775862068965517,4,1,Bb6,ppp-,4,144,94,4,,,,,,o,,,,,gutim,256 +rst,16,6,3,266,213,,384,59.003,,,,,,,176,102,0,,,,,,,,,,,gutim,257 +nof,15,20,3,259,214,,1792,59.003,,,,,,,144,47,0,,,,,,,,,,,gutim,250 +rst,16,7,3,267,215,,512,59.262,,,,,,,176,102,0,,,,,,,,,,,gutim,258 +nof,16,5,1,265,216,,384,59.779,,,,,,,144,94,0,,,,,,,,,,,gutim,256 +rst,16,9,1,268,216,,768,59.779,,,,,,,176,102,0,,,,,,,,,,,gutim,259 +rst,16,10,2,269,216,,768,59.779,,,,,,,176,102,0,,,,,,,,,,,gutim,260 +ped,16,8,0,270,216,,768,59.779,,,,,,,176,64,127,,,,,,,V,,,,gutim,261 +rst,16,11,1,271,217,,1024,60.297,,,,,,,176,102,0,,,,,,,,,,,gutim,262 +non,16,12,2,272,217,102,1024,60.297,2.06896551724138,1,0,C#5,fff,24,144,73,24,,,,,,o,,d,,,gutim,263 +non,16,13,3,273,217,102,1024,60.297,0.517241379310345,4,0,A#3,f,20,144,58,20,,,,,t,o,,d,,,gutim,264 +non,16,14,1,274,218,103,1109,60.468,0.345501077586207,4,0,E5,p,11,144,76,11,,,,,,o,,d,,,gutim,265 +nof,16,14,1,274,219,,1109,60.814,,,,,,,144,76,0,,,,,,,,,,,gutim,265 +rst,16,15,1,275,219,,1280,60.814,,,,,,,176,102,0,,,,,,,,,,,gutim,266 +non,16,16,3,276,219,,1280,60.814,0.171740301724138,8,0,A#3,,,,,,,,,,T,,,,,,gutim,267 +non,16,17,1,277,220,104,1365,60.986,0.345501077586207,4,0,C#7,ff,22,144,97,22,,,,,,o,,d,,,gutim,268 +non,16,18,3,278,220,104,1365,60.986,0.345501077586207,4,0,F#1,f,20,144,30,20,,,,,,o,,D 5921,,,gutim,269 +nof,16,13,3,273,221,,1024,60.986,,,,,,,144,58,0,,,,,,,,,,,gutim,264 +nof,16,17,1,277,222,,1365,61.331,,,,,,,144,97,0,,,,,,,,,,,gutim,268 +nof,16,18,3,278,222,,1365,61.331,,,,,,,144,30,0,,,,,,,,,,,gutim,269 +rst,16,19,1,279,222,,1536,61.331,,,,,,,176,102,0,,,,,,,,,,,gutim,270 +rst,16,20,3,280,222,,1536,61.331,,,,,,,176,102,0,,,,,,,,,,,gutim,271 +non,16,21,3,281,223,105,1706,61.675,0.691002155172414,2,0,G3,mp,14,144,55,14,,,,,,o,,,,,gutim,272 +ped,16,22,0,282,224,,2047,62.163,,,,,,,176,64,0,,,,,,,^,,,,gutim,261 +nof,16,21,3,281,225,,1706,62.366,,,,,,,144,55,0,,,,,,,,,,,gutim,272 +bar,17,0,0,283,225,,0,62.366,,,,,,,,,,17,,,,,,,,,,gutim,273 +sec,17,1,0,284,225,,0,62.366,,,,,,,,,,,5921,,,,,,,,,gutim,274 +rst,17,2,1,285,225,,0,62.366,,,,,,,176,102,0,,,,,,,,,,,gutim,275 +rst,17,3,2,286,225,,0,62.366,,,,,,,176,102,0,,,,,,,,,,,gutim,276 +non,17,4,3,287,225,106,0,62.366,0.258620689655172,8,0,Bb2,p,11,144,46,11,,,,,t,o,,d,,,gutim,277 +non,17,5,4,288,225,106,0,62.366,1.03448275862069,2,0,G#1,mf,17,144,32,17,,,,,t,o,,d,,,gutim,278 +non,17,6,4,289,225,106,0,62.366,1.03448275862069,2,0,F#2,pp,8,144,42,8,,,,,t,o,,d,,,gutim,279 +nof,16,12,2,272,226,,1024,62.366,,,,,,,144,73,0,,,,,,,,,,,gutim,263 +nof,14,23,3,226,227,,768,62.366,,,,,,,144,34,0,,,,,,,,,,,gutim,218 +non,17,7,1,290,228,107,128,62.624,0.258620689655172,8,0,D2,pp,8,144,38,8,,,,,,o,,d,,,gutim,280 +rst,17,8,2,291,228,,128,62.624,,,,,,,176,102,0,,,,,,,,,,,gutim,281 +non,17,9,3,292,228,,128,62.624,0.258620689655172,8,0,Bb2,,,,,,,,,,T,,,,,,gutim,282 +non,17,10,3,293,228,107,128,62.624,0.258620689655172,8,0,D3,pp,8,144,50,8,,,,,t,o,,d,,,gutim,283 +nof,17,4,3,287,229,,0,62.883,,,,,,,144,46,0,,,,,,,,,,,gutim,277 +nof,17,7,1,290,230,,128,62.883,,,,,,,144,38,0,,,,,,,,,,,gutim,280 +non,17,11,1,294,230,108,256,62.883,0.517241379310345,4,0,F#1,mp,14,144,30,14,,,,,,o,,d,,,gutim,284 +rst,17,12,2,295,230,,256,62.883,,,,,,,176,102,0,,,,,,,,,,,gutim,285 +non,17,13,3,296,230,,256,62.883,0.258620689655172,8,0,D3,,,,,,,,,,T,,,,,,gutim,286 +nof,17,10,3,293,231,,128,63.141,,,,,,,144,50,0,,,,,,,,,,,gutim,283 +rst,17,14,3,297,232,,384,63.141,,,,,,,176,102,0,,,,,,,,,,,gutim,287 +nof,17,11,1,294,233,,256,63.4,,,,,,,144,30,0,,,,,,,,,,,gutim,284 +non,17,15,1,298,234,109,512,63.4,1.03448275862069,2,0,E4,f,20,144,64,20,,,,,,o,,d,,,gutim,288 +rst,17,16,2,299,234,,512,63.4,,,,,,,176,102,0,,,,,,,,,,,gutim,289 +rst,17,17,3,300,234,,512,63.4,,,,,,,176,102,0,,,,,,,,,,,gutim,290 +non,17,18,4,301,234,,512,63.4,0.258620689655172,8,0,G#1,,,,,,,,,,T,,,,,,gutim,291 +non,17,19,4,302,234,,512,63.4,0.258620689655172,8,0,F#2,,,,,,,,,,T,,,,,,gutim,292 +nof,17,5,4,288,235,,0,63.659,,,,,,,144,32,0,,,,,,,,,,,gutim,278 +nof,17,6,4,289,235,,0,63.659,,,,,,,144,42,0,,,,,,,,,,,gutim,279 +non,17,20,4,303,236,110,640,63.659,0.258620689655172,8,0,C#3,ppp-,4,144,49,4,,,,,,o,,,,,gutim,293 +nof,17,20,4,303,237,,640,63.917,,,,,,,144,49,0,,,,,,,,,,,gutim,293 +non,17,21,2,304,237,111,768,63.917,0.258620689655172,8,0,F#4,ppp,5,144,66,5,,,,,,o,,d,,,gutim,294 +non,17,22,4,305,237,111,768,63.917,0.517241379310345,4,0,G2,f,20,144,43,20,,,,,,o,,d,,,gutim,295 +nof,17,21,2,304,238,,768,64.176,,,,,,,144,66,0,,,,,,,,,,,gutim,294 +non,17,24,2,306,238,112,896,64.176,0.129310344827586,16,0,Eb5,ppp,5,144,75,5,,,,,,o,,d,,,gutim,296 +ped,17,23,0,307,238,,896,64.176,,,,,,,176,64,127,,,,,,,V,,,,gutim,297 +nof,17,24,2,306,239,,896,64.305,,,,,,,144,75,0,,,,,,,,,,,gutim,296 +non,17,25,2,308,239,113,960,64.305,0.129310344827586,16,0,F7,p,11,144,101,11,,,,,,o,,D 5922,,,gutim,298 +nof,17,15,1,298,240,,512,64.434,,,,,,,144,64,0,,,,,,,,,,,gutim,288 +nof,17,22,4,305,241,,768,64.434,,,,,,,144,43,0,,,,,,,,,,,gutim,295 +nof,17,25,2,308,241,,960,64.434,,,,,,,144,101,0,,,,,,,,,,,gutim,298 +bar,18,0,0,309,241,,0,64.434,,,,,,,,,,18,,,,,,,,,,gutim,299 +bpm,18,1,0,310,241,,0,64.434,,1,,,,,,,,,,174,,,,,,,,gutim,300 +non,18,2,1,311,241,114,0,64.434,0.172413793103448,8,0,D7,mf-,16,144,98,16,,,,,,o,,,,,gutim,301 +rst,18,3,3,312,241,,0,64.434,,,,,,,176,102,0,,,,,,,,,,,gutim,302 +ped,18,4,0,313,242,,128,64.457,,,,,,,176,64,0,,,,,,,^,,,,gutim,297 +nof,18,2,1,311,243,,0,64.607,,,,,,,144,98,0,,,,,,,,,,,gutim,301 +non,18,5,1,314,243,115,128,64.607,0.258620689655172,8,1,F#4,p,11,144,66,11,,,,,,o,,,,,gutim,303 +ped,18,4,0,315,244,,128,64.757,,,,,,,176,64,127,,,,,,,V,,,,gutim,304 +nof,18,5,1,314,245,,128,64.866,,,,,,,144,66,0,,,,,,,,,,,gutim,303 +bar,19,0,0,316,245,,0,64.866,,,,,,,,,,19,,,,,,,,,,gutim,305 +bpm,19,1,0,317,245,,0,64.866,,1,,,,,,,,,,116,,,,,,,,gutim,306 +rst,19,2,1,318,245,,0,64.866,,,,,,,176,102,0,,,,,,,,,,,gutim,307 +non,19,3,3,319,245,116,0,64.866,0.258620689655172,8,0,B2,mp+,15,144,47,15,,,,,,o,,,e,,gutim,308 +nof,19,3,3,319,246,,0,65.124,,,,,,,144,47,0,,,,,,,,,,,gutim,308 +non,19,4,3,320,246,117,128,65.124,0.258620689655172,8,0,G#3,mf+,18,144,56,18,,,,,,o,,,e,,gutim,309 +nof,19,4,3,320,247,,128,65.383,,,,,,,144,56,0,,,,,,,,,,,gutim,309 +non,19,5,3,321,247,118,256,65.383,0.258620689655172,8,0,D2,ff,22,144,38,22,,,,,,o,,,e,,gutim,310 +nof,19,5,3,321,248,,256,65.641,,,,,,,144,38,0,,,,,,,,,,,gutim,310 +non,19,6,3,322,248,119,384,65.641,0.258620689655172,8,0,Bb5,ff,22,144,82,22,,,,,,o,,,E 5922,,gutim,311 +nof,19,6,3,322,249,,384,65.9,,,,,,,144,82,0,,,,,,,,,,,gutim,311 +bar,20,0,0,323,249,,0,65.9,,,,,,,,,,20,,,,,,,,,,gutim,312 +ped,20,2,0,324,249,,0,65.9,,,,,,,176,64,0,,,,,,,^,,,,gutim,304 +sec,20,1,0,325,249,,0,65.9,,,,,,,,,,,5922,,,,,,,,,gutim,313 +rst,20,3,1,326,249,,0,65.9,,,,,,,176,102,0,,,,,,,,,,,gutim,314 +non,20,4,2,327,249,120,0,65.9,1.03448275862069,2,0,Ab4,ff,22,144,68,22,,,,,t,o,,,,,gutim,315 +rst,20,5,3,328,249,,0,65.9,,,,,,,176,102,0,,,,,,,,,,,gutim,316 +non,20,6,4,329,249,120,0,65.9,0.517241379310345,4,0,B1,ppp,5,144,35,5,,,,,,o,,,,,gutim,317 +non,20,7,1,330,250,121,96,66.094,0.0646551724137931,32,0,F5,pp,8,144,77,8,,,,,,o,,,,,gutim,318 +nof,20,7,1,330,251,,96,66.159,,,,,,,144,77,0,,,,,,,,,,,gutim,318 +non,20,8,1,331,251,122,128,66.159,0.0323275862068966,64,0,F#2,ppp+,6,144,42,6,,,,,,o,,,,,gutim,319 +nof,20,8,1,331,252,,128,66.191,,,,,,,144,42,0,,,,,,,,,,,gutim,319 +non,20,9,1,332,252,123,144,66.191,0.0323275862068966,64,0,C#3,ppp+,6,144,49,6,,,,,,o,,,,,gutim,320 +nof,20,9,1,332,253,,144,66.223,,,,,,,144,49,0,,,,,,,,,,,gutim,320 +non,20,10,1,333,253,124,160,66.223,0.193965517241379,16,1,Eb5,ppp,5,144,75,5,,,,,t,o,,,,,gutim,321 +non,20,11,1,334,254,,256,66.417,0.258620689655172,8,0,Eb5,,,,,,,,,,T,,,,,,gutim,322 +non,20,12,3,335,254,125,256,66.417,1.03448275862069,2,0,Bb2,ff,22,144,46,22,,,,,t,o,,d,,,gutim,323 +rst,20,13,4,336,254,,256,66.417,,,,,,,176,102,0,,,,,,,,,,,gutim,324 +nof,20,6,4,329,255,,0,66.417,,,,,,,144,35,0,,,,,,,,,,,gutim,317 +non,20,14,4,337,256,126,341,66.589,0.171740301724138,8,0,E3,p,11,144,52,11,,,,,,o,,d,,,gutim,325 +nof,20,10,1,333,257,,160,66.676,,,,,,,144,75,0,,,,,,,,,,,gutim,321 +rst,20,15,1,338,257,,384,66.676,,,,,,,176,102,0,,,,,,,,,,,gutim,326 +nof,20,14,4,337,258,,341,66.761,,,,,,,144,52,0,,,,,,,,,,,gutim,325 +non,20,17,4,339,258,127,426,66.761,0.173760775862069,8,0,Bb3,p+,12,144,58,12,,,,,,o,,,,,gutim,327 +ped,20,16,0,340,258,,426,66.761,,,,,,,176,64,127,,,,,,,V,,,,gutim,328 +nof,20,17,4,339,259,,426,66.934,,,,,,,144,58,0,,,,,,,,,,,gutim,327 +non,20,18,1,341,259,128,512,66.934,3.10344827586207,1,1,C6,mf,17,144,84,17,,,,,,o,,d,,,gutim,329 +non,20,19,2,342,259,,512,66.934,1.55172413793103,2,1,Ab4,,,,,,,,,,T,,,,,,gutim,330 +rst,20,20,4,343,259,,512,66.934,,,,,,,176,102,0,,,,,,,,,,,gutim,331 +non,20,21,3,344,260,,768,67.452,0.171740301724138,8,0,Bb2,,,,,,,,,,T,,,,,,gutim,332 +non,20,22,3,345,260,129,768,67.452,0.258620689655172,8,0,D3,pp,8,144,50,8,,,,,,o,,d,,,gutim,333 +non,20,23,4,346,260,129,768,67.452,0.517241379310345,4,0,C1,pp,8,144,24,8,,,,,,o,,d,,,gutim,334 +nof,20,12,3,335,261,,256,67.623,,,,,,,144,46,0,,,,,,,,,,,gutim,323 +non,20,24,3,347,262,130,853,67.623,0.171740301724138,8,0,A4,f,20,144,69,20,,,,,,o,,d,,,gutim,335 +nof,20,22,3,345,263,,768,67.71,,,,,,,144,50,0,,,,,,,,,,,gutim,333 +nof,20,24,3,347,264,,853,67.795,,,,,,,144,69,0,,,,,,,,,,,gutim,335 +non,20,25,3,348,264,131,938,67.795,0.345501077586207,4,0,E5,fff,24,144,76,24,,,,,,o,,d,,,gutim,336 +nof,20,23,4,346,265,,768,67.969,,,,,,,144,24,0,,,,,,,,,,,gutim,334 +rst,20,26,4,349,265,,1024,67.969,,,,,,,176,102,0,,,,,,,,,,,gutim,337 +nof,20,25,3,348,266,,938,68.141,,,,,,,144,76,0,,,,,,,,,,,gutim,336 +non,20,27,3,350,266,132,1109,68.141,0.345501077586207,4,0,D7,fff,24,144,98,24,,,,,,o,,d,,,gutim,338 +ped,20,28,0,351,267,,1280,68.336,,,,,,,176,64,0,,,,,,,^,,,,gutim,328 +nof,20,4,2,327,268,,0,68.486,,,,,,,144,68,0,,,,,,,,,,,gutim,315 +nof,20,27,3,350,268,,1109,68.486,,,,,,,144,98,0,,,,,,,,,,,gutim,338 +non,20,29,2,352,268,133,1280,68.486,1.55172413793103,2,1,F#5,fff,24,144,78,24,,,,,t,o,,d,,,gutim,339 +non,20,30,3,353,268,133,1280,68.486,0.517241379310345,4,0,D5,fff,24,144,74,24,,,,,,o,,d,,,gutim,340 +ped,20,28,0,354,269,,1280,68.636,,,,,,,176,64,127,,,,,,,V,,,,gutim,341 +nof,20,30,3,353,270,,1280,69.003,,,,,,,144,74,0,,,,,,,,,,,gutim,340 +rst,20,31,3,355,270,,1536,69.003,,,,,,,176,102,0,,,,,,,,,,,gutim,342 +ped,20,32,0,356,271,,2047,70.036,,,,,,,176,64,0,,,,,,,^,,,,gutim,341 +nof,20,18,1,341,272,,512,70.038,,,,,,,144,84,0,,,,,,,,,,,gutim,329 +bar,21,0,0,357,273,,0,70.038,,,,,,,,,,21,,,,,,,,,,gutim,343 +rst,21,1,1,358,273,,0,70.038,,,,,,,176,102,0,,,,,,,,,,,gutim,344 +non,21,2,2,359,273,,0,70.038,3.62068965517241,1,2,F#5,,,,,,,,,,T,,,,,,gutim,345 +non,21,3,3,360,273,134,0,70.038,0.517241379310345,4,0,Bb1,mp,14,144,34,14,,,,,,o,,D,,,gutim,346 +non,21,4,3,361,273,134,0,70.038,0.517241379310345,4,0,Ab2,mp,14,144,44,14,,,,,,o,,D 5923,,,gutim,347 +rst,21,5,4,362,273,,0,70.038,,,,,,,176,102,0,,,,,,,,,,,gutim,348 +nof,21,3,3,360,274,,0,70.555,,,,,,,144,34,0,,,,,,,,,,,gutim,346 +nof,21,4,3,361,274,,0,70.555,,,,,,,144,44,0,,,,,,,,,,,gutim,347 +rst,21,6,3,363,274,,256,70.555,,,,,,,176,102,0,,,,,,,,,,,gutim,349 +ped,21,7,0,364,275,,288,70.62,,,,,,,176,64,127,,,,,,,V,,,,gutim,350 +non,21,9,3,365,276,135,,70.697,0.05,8,0,Gb1,f,20,144,30,20,,,,g,,o,,,e,,gutim,351 +nof,21,9,3,365,277,,,70.747,,,,,,,144,30,0,,,,,,,,,,,gutim,351 +non,21,10,3,366,278,136,,70.772,0.05,8,0,G3,mf+,18,144,55,18,,,,g,,o,,,e,,gutim,352 +nof,21,10,3,366,279,,,70.822,,,,,,,144,55,0,,,,,,,,,,,gutim,352 +non,21,11,3,367,280,137,,70.847,0.05,8,0,Bb2,mp+,15,144,46,15,,,,g,,o,,,e,,gutim,353 +nof,21,11,3,367,281,,,70.897,,,,,,,144,46,0,,,,,,,,,,,gutim,353 +non,21,12,3,368,282,138,,70.922,0.05,8,0,Gb1,p+,12,144,30,12,,,,g,,o,,,e,,gutim,354 +nof,21,12,3,368,283,,,70.972,,,,,,,144,30,0,,,,,,,,,,,gutim,354 +non,21,13,3,369,284,139,,70.997,0.05,8,0,D6,p-,10,144,86,10,,,,g,,o,,,e,,gutim,355 +nof,21,13,3,369,285,,,71.047,,,,,,,144,86,0,,,,,,,,,,,gutim,355 +ped,21,8,0,370,286,,512,71.072,,,,,,,176,64,0,,,,,,,^,,,,gutim,350 +rst,21,14,3,371,286,,512,71.072,,,,,,,176,102,0,,,,,,,,,,,gutim,356 +non,21,15,4,372,286,140,512,71.072,3.10344827586207,1,1,Bb1,pp,8,144,34,8,,,,,t,o,,,E 5923,,gutim,357 +rst,21,16,3,373,287,,1024,72.107,,,,,,,176,102,0,,,,,,,,,,,gutim,358 +non,21,17,3,374,288,141,1194,72.45,0.173760775862069,8,0,F#3,p,11,144,54,11,,,,,t,o,,,,,gutim,359 +non,21,18,3,375,288,141,1194,72.45,0.258620689655172,8,0,A3,p,11,144,57,11,,,,,t,o,,,,,gutim,360 +non,21,19,3,376,289,,1280,72.624,1.03448275862069,2,0,F#3,,,,,,,,,,_,,,,,,gutim,361 +non,21,20,3,377,289,,1280,72.624,1.03448275862069,2,0,A3,,,,,,,,,,_,,,,,,gutim,362 +rst,21,21,1,378,290,,1536,73.141,,,,,,,176,102,0,,,,,,,,,,,gutim,363 +non,21,22,1,379,291,142,1621,73.313,0.345501077586207,4,0,G#3,p,11,144,56,11,,,,,t,o,,,,,gutim,364 +nof,20,29,2,352,292,,1280,73.659,,,,,,,144,78,0,,,,,,,,,,,gutim,339 +non,21,23,1,380,293,,1792,73.659,0.343480603448276,4,0,G#3,,,,,,,,,,T,,,,,,gutim,365 +rst,21,24,2,381,293,,1792,73.659,,,,,,,176,102,0,,,,,,,,,,,gutim,366 +non,21,25,3,382,293,143,1792,73.659,0.343480603448276,4,0,B2,ppp,5,144,47,5,,,,,t,o,,,,,gutim,367 +non,21,26,3,383,293,,1792,73.659,0.517241379310345,4,0,F#3,,,,,,,,,,_,,,,,,gutim,368 +non,21,27,3,384,293,,1792,73.659,0.517241379310345,4,0,A3,,,,,,,,,,T,,,,,,gutim,369 +nof,21,22,1,379,294,,1621,74.002,,,,,,,144,56,0,,,,,,,,,,,gutim,364 +rst,21,28,1,385,294,,1962,74.002,,,,,,,176,102,0,,,,,,,,,,,gutim,370 +non,21,29,3,386,294,,1962,74.002,0.173760775862069,8,0,B2,,,,,,,,,,_,,,,,,gutim,371 +non,21,30,3,387,294,,1962,74.002,0.258620689655172,8,0,F#3,,,,,,,,,,_,,,,,,gutim,372 +non,21,31,2,388,295,144,1984,74.047,0.0646551724137931,32,0,Db2,pp,8,144,37,8,,,,,,o,,,,,gutim,373 +nof,21,31,2,388,296,,1984,74.111,,,,,,,144,37,0,,,,,,,,,,,gutim,373 +non,21,32,2,389,296,145,2016,74.111,0.0646551724137931,32,0,F4,pp,8,144,65,8,,,,,,o,,,,,gutim,374 +nof,21,32,2,389,297,,2016,74.176,,,,,,,144,65,0,,,,,,,,,,,gutim,374 +bar,22,0,0,390,297,,0,74.176,,,,,,,,,,22,,,,,,,,,,gutim,375 +rst,22,1,1,391,297,,0,74.176,,,,,,,176,102,0,,,,,,,,,,,gutim,376 +non,22,2,3,392,297,,0,74.176,1.55172413793103,2,1,B2,,,,,,,,,,_,,,,,,gutim,377 +non,22,3,3,393,297,,0,74.176,1.03448275862069,2,1,F#3,,,,,,,,,,T,,,,,,gutim,378 +non,22,4,4,394,297,,0,74.176,1.55172413793103,2,1,Bb1,,,,,,,,,,_,,,,,,gutim,379 +nof,21,18,3,375,298,,1194,74.261,,,,,,,144,57,0,,,,,,,,,,,gutim,360 +nof,21,17,3,374,299,,1194,75.469,,,,,,,144,54,0,,,,,,,,,,,gutim,359 +non,22,5,3,395,300,,768,75.728,3.10344827586207,1,1,B2,,,,,,,,,,T,,,,,,gutim,380 +non,22,6,3,396,300,146,768,75.728,2.06896551724138,1,1,D3,ppp,5,144,50,5,,,,,,o,,,,,gutim,381 +non,22,7,4,397,300,,768,75.728,3.10344827586207,1,1,Bb1,,,,,,,,,,T,,,,,,gutim,382 +nof,22,6,3,396,301,,768,77.797,,,,,,,144,50,0,,,,,,,,,,,gutim,381 +bar,23,0,0,398,302,,0,78.831,,,,,,,,,,23,,,,,,,,,,gutim,383 +bpm,23,1,0,399,302,,0,78.831,,1,,,,,,,,,,112,,,,,,,,gutim,384 +sec,23,2,0,400,302,,0,78.831,,,,,,,,,,,5923,,,,,,,,,gutim,385 +bpm,23,3,0,401,302,,0,78.831,,1,,,,,,,,,,112,,,,,,,,gutim,386 +non,23,5,1,402,302,147,0,78.831,1.07142857142857,2,0,Bb6,fff,24,144,94,24,,,,,t,o,,d,,,gutim,387 +non,23,6,2,403,302,147,0,78.831,3.21428571428571,1,1,Eb4,ppp,5,144,63,5,,,,,,o,,d,,,gutim,388 +rst,23,7,3,404,302,,0,78.831,,,,,,,176,102,0,,,,,,,,,,,gutim,389 +rst,23,8,4,405,302,,0,78.831,,,,,,,176,102,0,,,,,,,,,,,gutim,390 +ped,23,4,0,406,302,,0,78.831,,,,,,,176,64,127,,,,,,,V,,,,gutim,391 +nof,21,25,3,382,303,,1792,78.831,,,,,,,144,47,0,,,,,,,,,,,gutim,367 +nof,21,15,4,372,304,,512,78.831,,,,,,,144,34,0,,,,,,,,,,,gutim,357 +non,23,9,4,407,305,148,256,79.367,2.14285714285714,1,0,A1,ff,22,144,33,22,,,,,t,o,,d,,,gutim,392 +non,23,10,3,408,306,149,384,79.635,0.267857142857143,8,0,Bb3,mf,17,144,58,17,,,,,,o,,d,,,gutim,393 +nof,23,10,3,408,307,,384,79.902,,,,,,,144,58,0,,,,,,,,,,,gutim,393 +non,23,11,1,409,307,,512,79.902,0.267857142857143,8,0,Bb6,,,,,,,,,,T,,,,,,gutim,394 +non,23,12,3,410,307,150,512,79.902,4.28571428571429,0.5,0,E3,mf+,18,144,52,18,,,,,,o,,,,,gutim,395 +ped,23,13,0,411,308,,640,80.02,,,,,,,176,64,0,,,,,,,^,,,,gutim,391 +nof,23,5,1,402,309,,0,80.17,,,,,,,144,94,0,,,,,,,,,,,gutim,387 +non,23,14,1,412,309,151,640,80.17,0.267857142857143,8,0,D2,f,20,144,38,20,,,,,t,o,,d,,,gutim,396 +ped,23,13,0,413,310,,640,80.32,,,,,,,176,64,127,,,,,,,V,,,,gutim,397 +non,23,15,1,414,311,,768,80.438,1.07142857142857,2,0,D2,,,,,,,,,,T,,,,,,gutim,398 +nof,23,14,1,412,312,,640,81.51,,,,,,,144,38,0,,,,,,,,,,,gutim,396 +rst,23,16,1,415,312,,1280,81.51,,,,,,,176,102,0,,,,,,,,,,,gutim,399 +non,23,17,4,416,312,,1280,81.51,0.267857142857143,8,0,A1,,,,,,,,,,T,,,,,,gutim,400 +ped,23,18,0,417,313,,1408,81.777,,,,,,,176,64,0,,,,,,,^,,,,gutim,397 +non,23,19,4,418,313,152,1408,81.777,0.267857142857143,8,0,G6,ff,22,144,91,22,,,,,,o,,,,,gutim,401 +nof,23,9,4,407,314,,256,81.777,,,,,,,144,33,0,,,,,,,,,,,gutim,392 +nof,23,19,4,418,315,,1408,82.045,,,,,,,144,91,0,,,,,,,,,,,gutim,401 +rst,23,20,1,419,315,,1536,82.045,,,,,,,176,102,0,,,,,,,,,,,gutim,402 +rst,23,21,2,420,315,,1536,82.045,,,,,,,176,102,0,,,,,,,,,,,gutim,403 +rst,23,22,4,421,315,,1536,82.045,,,,,,,176,102,0,,,,,,,,,,,gutim,404 +nof,23,6,2,403,316,,0,82.045,,,,,,,144,63,0,,,,,,,,,,,gutim,388 +non,23,23,2,422,317,153,1664,82.313,0.087890625,16,0,C#2,mp,14,144,37,14,,,,,,o,,d,,,gutim,405 +nof,23,23,2,422,318,,1664,82.401,,,,,,,144,37,0,,,,,,,,,,,gutim,405 +non,23,24,2,423,318,154,1706,82.401,0.0899832589285714,16,0,B1,mp,14,144,35,14,,,,,,o,,d,,,gutim,406 +nof,23,24,2,423,319,,1706,82.491,,,,,,,144,35,0,,,,,,,,,,,gutim,406 +non,23,25,2,424,319,155,1749,82.491,0.0899832589285714,16,0,F6,mp,14,144,89,14,,,,,,o,,d,,,gutim,407 +nof,23,25,2,424,320,,1749,82.581,,,,,,,144,89,0,,,,,,,,,,,gutim,407 +rst,23,26,1,425,320,,1792,82.581,,,,,,,176,102,0,,,,,,,,,,,gutim,408 +non,23,27,2,426,320,156,1792,82.581,0.159040178571429,16,1,A4,mp,14,144,69,14,,,,,,o,,d,e,,gutim,409 +nof,23,27,2,426,321,,1792,82.74,,,,,,,144,69,0,,,,,,,,,,,gutim,409 +non,23,29,2,427,321,157,1868,82.74,0.1611328125,16,1,D4,mf,17,144,62,17,,,,,,o,,,e,,gutim,410 +ped,23,28,0,428,321,,1868,82.74,,,,,,,176,64,127,,,,,,,V,,,,gutim,411 +non,23,30,1,429,322,158,1920,82.849,0.133928571428571,16,0,D5,p,11,144,74,11,,,,,t,o,,d,,,gutim,412 +nof,23,29,2,427,323,,1868,82.901,,,,,,,144,62,0,,,,,,,,,,,gutim,410 +non,23,31,2,430,323,159,1945,82.901,0.1611328125,16,1,C#3,f-,19,144,49,19,,,,,,o,,,e,,gutim,413 +non,23,32,1,431,324,160,1984,82.983,0.133928571428571,16,0,F3,ff,22,144,53,22,,,,,t,o,,d,,,gutim,414 +non,23,33,1,432,324,,1984,82.983,0.133928571428571,16,0,D5,,,,,,,,,,T,,,,,,gutim,415 +nof,23,31,2,430,325,,1945,83.062,,,,,,,144,49,0,,,,,,,,,,,gutim,413 +non,23,34,2,433,325,161,2022,83.062,0.0544084821428571,32,0,G#2,pp,8,144,44,8,,,,,,o,,d,e,,gutim,416 +non,23,35,2,434,325,161,2022,83.062,0.0669642857142857,32,0,F7,ff,22,144,101,22,,,,,,o,,d,e,,gutim,417 +nof,23,30,1,429,326,,1920,83.117,,,,,,,144,74,0,,,,,,,,,,,gutim,412 +nof,23,34,2,433,327,,2022,83.117,,,,,,,144,44,0,,,,,,,,,,,gutim,416 +non,23,36,1,435,327,,2048,83.117,1.07142857142857,2,0,F3,,,,,,,,,,T,,,,,,gutim,418 +non,23,37,1,436,327,162,2048,83.117,1.07142857142857,2,0,C4,ff,22,144,60,22,,,,,,o,,d,,,gutim,419 +non,23,38,1,437,327,162,2048,83.117,1.07142857142857,2,0,E6,pp,8,144,88,8,,,,,,o,,d,,,gutim,420 +rst,23,39,2,438,327,,2048,83.117,,,,,,,176,102,0,,,,,,,,,,,gutim,421 +rst,23,40,4,439,327,,2048,83.117,,,,,,,176,102,0,,,,,,,,,,,gutim,422 +nof,23,35,2,434,328,,2022,83.129,,,,,,,144,101,0,,,,,,,,,,,gutim,417 +non,23,41,4,440,329,163,2099,83.223,0.1611328125,16,1,B2,f,20,144,47,20,,,,,,o,,d,e,,gutim,423 +non,23,42,4,441,329,163,2099,83.223,0.133928571428571,16,1,D5,f,20,144,74,20,,,,,,o,,d,e,,gutim,424 +ped,23,43,0,442,330,,2176,83.235,,,,,,,176,64,0,,,,,,,^,,,,gutim,411 +nof,23,42,4,441,331,,2099,83.357,,,,,,,144,74,0,,,,,,,,,,,gutim,424 +nof,23,41,4,440,332,,2099,83.385,,,,,,,144,47,0,,,,,,,,,,,gutim,423 +non,23,44,4,443,332,164,2176,83.385,0.133928571428571,16,0,D3,mp,14,144,50,14,,,,,t,o,,,e 5924,,gutim,425 +non,23,45,4,444,333,165,2240,83.519,0.133928571428571,16,0,C2,pp,8,144,36,8,,,,,,o,,d,,,gutim,426 +non,23,46,4,445,333,,2240,83.519,0.133928571428571,16,0,D3,,,,,,,,,,T,,,,,,gutim,427 +ped,23,43,0,446,334,,2176,83.535,,,,,,,176,64,127,,,,,,,V,,,,gutim,428 +nof,23,44,4,443,335,,2176,83.652,,,,,,,144,50,0,,,,,,,,,,,gutim,425 +nof,23,45,4,444,335,,2240,83.652,,,,,,,144,36,0,,,,,,,,,,,gutim,426 +non,23,47,2,447,335,166,2304,83.652,0.267857142857143,8,0,A4,ff,22,144,69,22,,,,,,o,,d,,,gutim,429 +rst,23,48,4,448,335,,2304,83.652,,,,,,,176,102,0,,,,,,,,,,,gutim,430 +nof,23,47,2,447,336,,2304,83.92,,,,,,,144,69,0,,,,,,,,,,,gutim,429 +non,23,49,2,449,336,167,2432,83.92,0.267857142857143,8,0,F7,ff,22,144,101,22,,,,,,o,,D 5924,,,gutim,431 +ped,23,50,0,450,337,,2559,84.186,,,,,,,176,64,0,,,,,,,^,,,,gutim,428 +nof,23,49,2,449,338,,2432,84.188,,,,,,,144,101,0,,,,,,,,,,,gutim,431 +bar,24,0,0,451,338,,0,84.188,,,,,,,,,,24,,,,,,,,,,gutim,432 +sec,24,1,0,452,338,,0,84.188,,,,,,,,,,,5924,,,,,,,,,gutim,433 +non,24,2,1,453,338,168,0,84.188,0.355747767857143,4,0,E2,p,11,144,40,11,,,,,,o,,d,,,gutim,434 +non,24,3,2,454,338,168,0,84.188,2.14285714285714,1,0,F#5,p,11,144,78,11,,,,,,o,,d,,,gutim,435 +non,24,4,2,455,338,168,0,84.188,2.14285714285714,1,0,C6,ff,22,144,84,22,,,,,,o,,d,,,gutim,436 +non,24,5,3,456,338,168,0,84.188,0.535714285714286,4,0,G1,p,11,144,31,11,,,,,,o,,d,,,gutim,437 +non,24,6,4,457,338,168,0,84.188,1.60714285714286,2,1,C#2,f,20,144,37,20,,,,,t,o,,d,,,gutim,438 +nof,23,32,1,431,339,,1984,84.188,,,,,,,144,53,0,,,,,,,,,,,gutim,414 +nof,23,37,1,436,339,,2048,84.188,,,,,,,144,60,0,,,,,,,,,,,gutim,419 +nof,23,38,1,437,339,,2048,84.188,,,,,,,144,88,0,,,,,,,,,,,gutim,420 +nof,23,12,3,410,340,,512,84.188,,,,,,,144,52,0,,,,,,,,,,,gutim,395 +nof,24,2,1,453,341,,0,84.544,,,,,,,144,40,0,,,,,,,,,,,gutim,434 +non,24,8,1,458,341,169,170,84.544,0.357840401785714,4,0,F#6,p,11,144,90,11,,,,,,o,,d,,,gutim,439 +ped,24,7,0,459,341,,170,84.544,,,,,,,176,64,127,,,,,,,V,,,,gutim,440 +rst,24,9,3,460,342,,256,84.724,,,,,,,176,102,0,,,,,,,,,,,gutim,441 +nof,24,5,3,456,343,,0,84.724,,,,,,,144,31,0,,,,,,,,,,,gutim,437 +nof,24,8,1,458,344,,170,84.902,,,,,,,144,90,0,,,,,,,,,,,gutim,439 +non,24,10,1,461,344,170,341,84.902,0.0899832589285714,16,0,A5,pp,8,144,81,8,,,,,,o,,,,,gutim,442 +nof,24,10,1,461,345,,341,84.992,,,,,,,144,81,0,,,,,,,,,,,gutim,442 +non,24,11,1,462,345,171,384,84.992,0.087890625,16,0,F#7,pp,8,144,102,8,,,,,,o,,,,,gutim,443 +nof,24,11,1,462,346,,384,85.08,,,,,,,144,102,0,,,,,,,,,,,gutim,443 +non,24,12,1,463,346,172,426,85.08,0.179966517857143,8,0,G#3,p,11,144,56,11,,,,,,o,,,,,gutim,444 +nof,24,12,1,463,347,,426,85.26,,,,,,,144,56,0,,,,,,,,,,,gutim,444 +non,24,13,1,464,347,173,512,85.26,0.713588169642857,2,0,A4,f,20,144,69,20,,,,,,o,,d,,,gutim,445 +rst,24,14,3,465,347,,512,85.26,,,,,,,176,102,0,,,,,,,,,,,gutim,446 +non,24,15,4,466,348,,768,85.795,0.267857142857143,8,0,C#2,,,,,,,,,,T,,,,,,gutim,447 +nof,24,13,1,464,349,,512,85.973,,,,,,,144,69,0,,,,,,,,,,,gutim,445 +non,24,16,1,467,349,174,853,85.973,0.713588169642857,2,0,C4,mf,17,144,60,17,,,,,,o,,,,,gutim,448 +non,24,17,4,468,350,175,896,86.063,0.267857142857143,8,0,B1,p,11,144,35,11,,,,,t,o,,,,,gutim,449 +nof,24,6,4,457,351,,0,86.063,,,,,,,144,37,0,,,,,,,,,,,gutim,438 +non,24,18,2,469,352,176,1024,86.331,1.07142857142857,2,0,A5,ppp,5,144,81,5,,,,,,o,,d,,,gutim,450 +non,24,19,2,470,352,176,1024,86.331,1.07142857142857,2,0,D#6,ppp,5,144,87,5,,,,,,o,,d,,,gutim,451 +non,24,20,2,471,352,176,1024,86.331,1.07142857142857,2,0,C#7,ff,22,144,97,22,,,,,,o,,d,,,gutim,452 +rst,24,21,3,472,352,,1024,86.331,,,,,,,176,102,0,,,,,,,,,,,gutim,453 +non,24,22,4,473,352,,1024,86.331,1.07142857142857,2,0,B1,,,,,,,,,,_,,,,,,gutim,454 +nof,24,3,2,454,353,,0,86.331,,,,,,,144,78,0,,,,,,,,,,,gutim,435 +nof,24,4,2,455,353,,0,86.331,,,,,,,144,84,0,,,,,,,,,,,gutim,436 +non,24,23,1,474,354,177,1194,86.687,0.715680803571429,2,0,E2,mp-,13,144,40,13,,,,,,o,,,,,gutim,455 +nof,24,16,1,467,355,,853,86.687,,,,,,,144,60,0,,,,,,,,,,,gutim,448 +ped,24,24,0,475,356,,1536,87.252,,,,,,,176,64,0,,,,,,,^,,,,gutim,440 +nof,24,18,2,469,357,,1024,87.402,,,,,,,144,81,0,,,,,,,,,,,gutim,450 +nof,24,19,2,470,357,,1024,87.402,,,,,,,144,87,0,,,,,,,,,,,gutim,451 +nof,24,20,2,471,357,,1024,87.402,,,,,,,144,97,0,,,,,,,,,,,gutim,452 +nof,24,23,1,474,357,,1194,87.402,,,,,,,144,40,0,,,,,,,,,,,gutim,455 +rst,24,25,1,476,357,,1536,87.402,,,,,,,176,102,0,,,,,,,,,,,gutim,456 +non,24,26,2,477,357,178,1536,87.402,0.177873883928571,8,0,G#2,p,11,144,44,11,,,,,,o,,d,,,gutim,457 +rst,24,27,3,478,357,,1536,87.402,,,,,,,176,102,0,,,,,,,,,,,gutim,458 +non,24,28,4,479,357,,1536,87.402,0.535714285714286,4,0,B1,,,,,,,,,,T,,,,,,gutim,459 +ped,24,24,0,480,358,,1536,87.552,,,,,,,176,64,127,,,,,,,V,,,,gutim,460 +nof,24,26,2,477,359,,1536,87.58,,,,,,,144,44,0,,,,,,,,,,,gutim,457 +non,24,29,2,481,359,179,1621,87.58,0.357840401785714,4,0,F#6,p+,12,144,90,12,,,,,,o,,,,,gutim,461 +nof,24,29,2,481,360,,1621,87.938,,,,,,,144,90,0,,,,,,,,,,,gutim,461 +non,24,30,1,482,360,180,1792,87.938,1.60714285714286,2,1,A4,ff,22,144,69,22,,,,,t,o,,D 5925,,,gutim,462 +non,24,31,2,483,360,180,1792,87.938,0.355747767857143,4,0,C4,ff,22,144,60,22,,,,,,o,,,,,gutim,463 +non,24,32,3,484,360,180,1792,87.938,1.07142857142857,2,0,G#3,ppp,5,144,56,5,,,,,t,o,,,,,gutim,464 +rst,24,33,4,485,360,,1792,87.938,,,,,,,176,102,0,,,,,,,,,,,gutim,465 +nof,24,17,4,468,361,,896,87.938,,,,,,,144,35,0,,,,,,,,,,,gutim,449 +nof,24,30,1,482,362,,1792,88.294,,,,,,,144,69,0,,,,,,,,,,,gutim,462 +nof,24,31,2,483,362,,1792,88.294,,,,,,,144,60,0,,,,,,,,,,,gutim,463 +non,24,34,2,486,362,181,1962,88.294,0.357840401785714,4,0,A4,f,20,144,69,20,,,,,,o,,,,,gutim,466 +non,24,35,2,487,363,182,2133,88.652,0.0899832589285714,16,0,E3,mf,17,144,52,17,,,,,,o,,,,,gutim,467 +nof,24,35,2,487,364,,2133,88.742,,,,,,,144,52,0,,,,,,,,,,,gutim,467 +non,24,36,2,488,364,183,2176,88.742,0.177873883928571,8,0,F#5,mf,17,144,78,17,,,,,,o,,,,,gutim,468 +nof,24,36,2,488,365,,2176,88.92,,,,,,,144,78,0,,,,,,,,,,,gutim,468 +non,24,37,2,489,365,184,2261,88.92,0.0899832589285714,16,0,G#1,mf,17,144,32,17,,,,,t,o,,,,,gutim,469 +non,24,38,2,490,366,,2304,89.01,0.267857142857143,8,0,G#1,,,,,,,,,,T,,,,,,gutim,470 +non,24,39,3,491,366,,2304,89.01,0.267857142857143,8,0,G#3,,,,,,,,,,_,,,,,,gutim,471 +nof,24,37,2,489,367,,2261,89.277,,,,,,,144,32,0,,,,,,,,,,,gutim,469 +non,24,40,2,492,367,185,2432,89.277,0.267857142857143,8,0,D4,ppp,5,144,62,5,,,,,,o,,,,,gutim,472 +non,24,41,3,493,367,185,2432,89.277,0.267857142857143,8,0,C3,pp,8,144,48,8,,,,,t,o,,,,,gutim,473 +non,24,42,3,494,367,,2432,89.277,0.267857142857143,8,0,G#3,,,,,,,,,,_,,,,,,gutim,474 +nof,24,40,2,492,368,,2432,89.545,,,,,,,144,62,0,,,,,,,,,,,gutim,472 +bar,25,0,0,495,368,,0,89.545,,,,,,,,,,25,,,,,,,,,,gutim,475 +ped,25,1,0,496,368,,0,89.545,,,,,,,176,64,0,,,,,,,^,,,,gutim,460 +non,25,2,1,497,368,,0,89.545,1.07142857142857,2,0,A4,,,,,,,,,,_,,,,,,gutim,476 +rst,25,3,2,498,368,,0,89.545,,,,,,,176,102,0,,,,,,,,,,,gutim,477 +non,25,4,3,499,368,,0,89.545,0.267857142857143,8,0,C3,,,,,,,,,,T,,,,,,gutim,478 +non,25,5,3,500,368,,0,89.545,0.267857142857143,8,0,G#3,,,,,,,,,,_,,,,,,gutim,479 +non,25,6,4,501,368,186,0,89.545,2.14285714285714,1,0,Bb1,pp-,7,144,34,7,,,,,t,o,,,,,gutim,480 +non,25,7,3,502,369,187,128,89.813,0.267857142857143,8,0,E2,ppp,5,144,40,5,,,,,t,o,,,,,gutim,481 +non,25,8,3,503,369,,128,89.813,0.267857142857143,8,0,G#3,,,,,,,,,,_,,,,,,gutim,482 +nof,24,41,3,493,370,,2432,89.813,,,,,,,144,48,0,,,,,,,,,,,gutim,473 +non,25,9,3,504,371,,256,90.081,0.803571428571429,4,1,E2,,,,,,,,,,T,,,,,,gutim,483 +non,25,10,3,505,371,,256,90.081,0.535714285714286,4,1,G#3,,,,,,,,,,T,,,,,,gutim,484 +non,25,11,1,506,372,,512,90.617,0.267857142857143,8,0,A4,,,,,,,,,,T,,,,,,gutim,485 +nof,24,32,3,484,373,,1792,90.617,,,,,,,144,56,0,,,,,,,,,,,gutim,464 +nof,25,7,3,502,374,,128,90.885,,,,,,,144,40,0,,,,,,,,,,,gutim,481 +non,25,12,1,507,374,188,640,90.885,0.803571428571429,4,1,A4,pp,8,144,69,8,,,,,t,o,,,,,gutim,486 +non,25,13,1,508,374,188,640,90.885,0.535714285714286,4,1,C6,pp,8,144,84,8,,,,,t,o,,,,,gutim,487 +rst,25,14,3,509,374,,640,90.885,,,,,,,176,102,0,,,,,,,,,,,gutim,488 +nof,24,34,2,486,375,,1962,90.885,,,,,,,144,69,0,,,,,,,,,,,gutim,486 +rst,25,15,3,510,376,,768,91.152,,,,,,,176,102,0,,,,,,,,,,,gutim,489 +non,25,16,1,511,377,,1024,91.688,2.14285714285714,1,0,A4,,,,,,,,,,T,,,,,,gutim,490 +non,25,17,1,512,377,,1024,91.688,2.14285714285714,1,0,C6,,,,,,,,,,T,,,,,,gutim,491 +rst,25,18,2,513,377,,1024,91.688,,,,,,,176,102,0,,,,,,,,,,,gutim,492 +rst,25,19,3,514,377,,1024,91.688,,,,,,,176,102,0,,,,,,,,,,,gutim,493 +non,25,20,4,515,377,,1024,91.688,3.21428571428571,1,1,Bb1,,,,,,,,,,T,,,,,,gutim,494 +rst,25,21,3,516,378,,1280,92.224,,,,,,,176,102,0,,,,,,,,,,,gutim,495 +non,25,22,2,517,379,189,1536,92.76,1.07142857142857,2,0,Ab2,mp,14,144,44,14,,,,,,o,,,,,gutim,496 +non,25,23,3,518,379,189,1536,92.76,0.535714285714286,4,0,Db1,ppp,5,144,25,5,,,,,t,o,,,,,gutim,497 +non,25,24,3,519,380,,1792,93.295,0.267857142857143,8,0,Db1,,,,,,,,,,T,,,,,,gutim,498 +nof,25,13,1,508,381,,640,93.563,,,,,,,144,84,0,,,,,,,,,,,gutim,487 +nof,25,23,3,518,382,,1536,93.563,,,,,,,144,25,0,,,,,,,,,,,gutim,497 +non,25,25,3,520,382,190,1920,93.563,0.087890625,16,0,Bb2,ppp,5,144,46,5,,,,,,o,,,,,gutim,499 +nof,25,25,3,520,383,,1920,93.651,,,,,,,144,46,0,,,,,,,,,,,gutim,499 +non,25,26,3,521,383,191,1962,93.651,0.0899832589285714,16,0,Db2,ppp+,6,144,37,6,,,,,,o,,,,,gutim,500 +nof,25,26,3,521,384,,1962,93.741,,,,,,,144,37,0,,,,,,,,,,,gutim,500 +non,25,28,3,522,384,192,2005,93.741,0.0899832589285714,16,0,E6,pp,8,144,88,8,,,,,t,o,,,,,gutim,501 +nof,25,12,1,507,385,,640,93.831,,,,,,,144,69,0,,,,,,,,,,,gutim,502 +nof,25,22,2,517,386,,1536,93.831,,,,,,,144,44,0,,,,,,,,,,,gutim,496 +rst,25,27,2,523,386,,2048,93.831,,,,,,,176,102,0,,,,,,,,,,,gutim,503 +non,25,29,1,524,386,193,,93.831,0.05,8,0,E3,mf,17,144,52,17,,,,g,,o,,,,,gutim,504 +nof,25,29,1,524,387,,,93.881,,,,,,,144,52,0,,,,,,,,,,,gutim,504 +non,25,30,1,525,388,194,2048,93.906,0.713588169642857,2,0,Bb3,mf,17,144,58,17,,,,,,o,,,,,gutim,505 +non,25,31,3,526,388,,2048,93.906,1.07142857142857,2,0,E6,,,,,,,,,,T,,,,,,gutim,506 +nof,25,30,1,525,389,,2048,94.62,,,,,,,144,58,0,,,,,,,,,,,gutim,505 +non,25,32,1,527,389,195,2389,94.62,0.357840401785714,4,0,Bb2,mp,14,144,46,14,,,,,t,o,,,,,gutim,507 +nof,25,6,4,501,390,,0,94.977,,,,,,,144,34,0,,,,,,,,,,,gutim,480 +nof,25,28,3,522,390,,2005,94.977,,,,,,,144,88,0,,,,,,,,,,,gutim,501 +bar,26,0,0,528,390,,0,94.977,,,,,,,,,,26,,,,,,,,,,gutim,508 +non,26,1,1,529,390,,0,94.977,0.535714285714286,4,0,Bb2,,,,,,,,,,T,,,,,,gutim,509 +rst,26,2,2,530,390,,0,94.977,,,,,,,176,102,0,,,,,,,,,,,gutim,510 +rst,26,3,3,531,390,,0,94.977,,,,,,,176,102,0,,,,,,,,,,,gutim,511 +non,26,4,4,532,390,196,0,94.977,1.07142857142857,2,0,Gb3,p,11,144,54,11,,,,,,o,,,,t,gutim,512 +non,26,5,1,533,391,197,256,95.513,2.14285714285714,1,0,Ab3,pp,8,144,56,8,,,,,t,o,,,,,gutim,513 +non,26,6,3,534,391,197,256,95.513,1.07142857142857,2,0,Gb1,p,11,144,30,11,,,,,,o,,,,t,gutim,514 +nof,25,32,1,527,392,,2389,95.588,,,,,,,144,46,0,,,,,,,,,,,gutim,507 +nof,26,4,4,532,393,,0,96.049,,,,,,,144,54,0,,,,,,,,,,,gutim,512 +non,26,7,4,535,394,198,512,96.049,1.07142857142857,2,0,C1,p,11,144,24,11,,,,,,o,,,,t,gutim,515 +nof,26,6,3,534,395,,256,96.585,,,,,,,144,30,0,,,,,,,,,,,gutim,514 +non,26,8,3,536,396,199,768,96.585,0.535714285714286,4,0,G2,ppp,5,144,43,5,,,,,,o,,,,T 5925,gutim,516 +nof,26,7,4,535,397,,512,97.12,,,,,,,144,24,0,,,,,,,,,,,gutim,515 +nof,26,8,3,536,398,,768,97.12,,,,,,,144,43,0,,,,,,,,,,,gutim,516 +rst,26,9,2,537,398,,1024,97.12,,,,,,,176,102,0,,,,,,,,,,,gutim,517 +rst,26,10,3,538,398,,1024,97.12,,,,,,,176,102,0,,,,,,,,,,,gutim,518 +rst,26,11,4,539,398,,1024,97.12,,,,,,,176,102,0,,,,,,,,,,,gutim,519 +non,26,13,2,540,399,200,1152,97.388,0.267857142857143,8,0,F#4,pp,8,144,66,8,,,,,t,o,,,,,gutim,520 +non,26,14,2,541,399,200,1152,97.388,0.267857142857143,8,0,D#5,pp,8,144,75,8,,,,,,o,,,,,gutim,521 +non,26,15,2,542,399,200,1152,97.388,0.267857142857143,8,0,C#7,pp,8,144,97,8,,,,,,o,,,,,gutim,522 +ped,26,12,0,543,399,,1152,97.388,,,,,,,176,64,127,,,,,,,V,,,,gutim,523 +nof,26,14,2,541,400,,1152,97.656,,,,,,,144,75,0,,,,,,,,,,,gutim,521 +nof,26,15,2,542,400,,1152,97.656,,,,,,,144,97,0,,,,,,,,,,,gutim,522 +non,26,16,1,544,400,,1280,97.656,0.267857142857143,8,0,Ab3,,,,,,,,,,T,,,,,,gutim,524 +non,26,17,2,545,400,,1280,97.656,0.267857142857143,8,0,F#4,,,,,,,,,,T,,,,,,gutim,525 +non,26,18,4,546,400,201,1280,97.656,0.267857142857143,8,0,Gb1,pp,8,144,30,8,,,,,,o,,,,,gutim,526 +nof,26,5,1,533,401,,256,97.924,,,,,,,144,56,0,,,,,,,,,,,gutim,513 +nof,26,18,4,546,401,,1280,97.924,,,,,,,144,30,0,,,,,,,,,,,gutim,526 +ped,26,19,0,547,401,,1408,97.924,,,,,,,176,64,0,,,,,,,^,,,,gutim,523 +non,26,20,1,548,401,202,1408,97.924,0.267857142857143,8,0,C5,ppp,5,144,72,5,,,,,,o,,,,,gutim,527 +non,26,21,2,549,401,202,1408,97.924,0.267857142857143,8,0,G#3,p,11,144,56,11,,,,,t,o,,,,,gutim,528 +rst,26,22,4,550,401,,1408,97.924,,,,,,,176,102,0,,,,,,,,,,,gutim,529 +nof,26,13,2,540,402,,1152,97.924,,,,,,,144,66,0,,,,,,,,,,,gutim,520 +nof,26,20,1,548,403,,1408,98.192,,,,,,,144,72,0,,,,,,,,,,,gutim,527 +rst,26,23,1,551,403,,1536,98.192,,,,,,,176,102,0,,,,,,,,,,,gutim,530 +non,26,24,2,552,403,,1536,98.192,0.535714285714286,4,0,G#3,,,,,,,,,,T,,,,,,gutim,531 +rst,26,25,4,553,403,,1536,98.192,,,,,,,176,102,0,,,,,,,,,,,gutim,532 +non,26,26,4,554,404,203,1600,98.326,0.401785714285714,8,1,Bb1,p,11,144,34,11,,,,,,o,,,,,gutim,533 +nof,26,26,4,554,405,,1600,98.727,,,,,,,144,34,0,,,,,,,,,,,gutim,533 +non,26,27,1,555,405,204,1792,98.727,1.07142857142857,2,0,E4,mf,17,144,64,17,,,,,,o,,,,,gutim,534 +rst,26,28,2,556,405,,1792,98.727,,,,,,,176,102,0,,,,,,,,,,,gutim,535 +non,26,29,4,557,405,204,1792,98.727,0.535714285714286,4,0,B2,p,11,144,47,11,,,,,t,o,,,,,gutim,536 +nof,26,21,2,549,406,,1408,98.727,,,,,,,144,56,0,,,,,,,,,,,gutim,528 +rst,26,30,2,558,407,,2048,99.263,,,,,,,176,102,0,,,,,,,,,,,gutim,537 +rst,26,31,3,559,407,,2048,99.263,,,,,,,176,102,0,,,,,,,,,,,gutim,538 +non,26,32,4,560,407,,2048,99.263,0.267857142857143,8,0,B2,,,,,,,,,,T,,,,,,gutim,539 +non,26,33,3,561,408,205,2133,99.441,0.357840401785714,4,0,D3,p,11,144,50,11,,,,,,o,,,,,gutim,540 +nof,26,29,4,557,409,,1792,99.531,,,,,,,144,47,0,,,,,,,,,,,gutim,536 +non,26,34,4,562,409,206,2176,99.531,0.267857142857143,8,0,D2,p,11,144,38,11,,,,,t,o,,,,,gutim,541 +nof,26,27,1,555,410,,1792,99.799,,,,,,,144,64,0,,,,,,,,,,,gutim,534 +nof,26,33,3,561,410,,2133,99.799,,,,,,,144,50,0,,,,,,,,,,,gutim,540 +non,26,36,1,563,410,207,2304,99.799,0.535714285714286,4,0,D6,p,11,144,86,11,,,,,,o,,,,,gutim,542 +rst,26,37,3,564,410,,2304,99.799,,,,,,,176,102,0,,,,,,,,,,,gutim,543 +non,26,38,4,565,410,,2304,99.799,0.535714285714286,4,0,D2,,,,,,,,,,T,,,,,,gutim,544 +ped,26,35,0,566,410,,2304,99.799,,,,,,,176,64,127,,,,,,,V,,,,gutim,545 +non,26,39,3,567,411,208,,99.885,0.05,8,0,E5,ppp,5,144,76,5,,,,g,,o,,,e,,gutim,546 +nof,26,39,3,567,412,,,99.935,,,,,,,144,76,0,,,,,,,,,,,gutim,546 +non,26,40,3,568,413,209,,99.96,0.05,8,0,Db2,ppp+,6,144,37,6,,,,g,,o,,,e,,gutim,547 +nof,26,40,3,568,414,,,100.01,,,,,,,144,37,0,,,,,,,,,,,gutim,547 +non,26,41,3,569,415,210,,100.035,0.05,8,0,Ab3,pp,8,144,56,8,,,,g,,o,,,e,,gutim,548 +nof,26,41,3,569,416,,,100.085,,,,,,,144,56,0,,,,,,,,,,,gutim,548 +non,26,42,3,570,417,211,,100.11,0.05,8,0,Bb2,p-,10,144,46,10,,,,g,,o,,,e,,gutim,549 +nof,26,42,3,570,418,,,100.16,,,,,,,144,46,0,,,,,,,,,,,gutim,549 +non,26,43,3,571,419,212,,100.185,0.05,8,0,C5,p,11,144,72,11,,,,g,,o,,,e,,gutim,550 +nof,26,43,3,571,420,,,100.235,,,,,,,144,72,0,,,,,,,,,,,gutim,550 +non,26,44,3,572,421,213,,100.26,0.05,8,0,Db1,pp,8,144,25,8,,,,g,,o,,,E,,gutim,551 +nof,26,44,3,572,422,,,100.31,,,,,,,144,25,0,,,,,,,,,,,gutim,551 +nof,26,34,4,562,423,,2176,100.335,,,,,,,144,38,0,,,,,,,,,,,gutim,541 +nof,26,36,1,563,423,,2304,100.335,,,,,,,144,86,0,,,,,,,,,,,gutim,542 +bar,27,0,0,573,423,,0,100.335,,,,,,,,,,27,,,,,,,,,,gutim,552 +sec,27,1,0,574,423,,0,100.335,,,,,,,,,,,5925,,,,,,,,,gutim,553 +non,27,2,1,575,423,214,0,100.335,0.535714285714286,4,0,E6,p,11,144,88,11,,,,,t,o,,,,,gutim,554 +non,27,3,2,576,423,214,0,100.335,1.07142857142857,2,0,F#3,p,11,144,54,11,,,,,,o,,,,,gutim,555 +non,27,4,3,577,423,214,0,100.335,2.14285714285714,1,0,G#3,ppp,5,144,56,5,,,,,,o,,,,,gutim,556 +non,27,5,4,578,423,214,0,100.335,1.07142857142857,2,0,C3,ppp,5,144,48,5,,,,,t,o,,,,,gutim,557 +ped,27,6,0,579,424,,9,100.353,,,,,,,176,64,0,,,,,,,^,,,,gutim,545 +non,27,7,1,580,425,215,256,100.87,1.60714285714286,2,1,C6,p,11,144,84,11,,,,,,o,,,,,gutim,558 +non,27,8,1,581,425,,256,100.87,1.07142857142857,2,1,E6,,,,,,,,,,T,,,,,,gutim,559 +nof,27,3,2,576,426,,0,101.406,,,,,,,144,54,0,,,,,,,,,,,gutim,555 +non,27,9,2,582,426,216,512,101.406,1.07142857142857,2,0,D#4,pp,8,144,63,8,,,,,,o,,,,,gutim,560 +non,27,10,4,583,426,,512,101.406,0.133928571428571,16,0,C3,,,,,,,,,,T,,,,,,gutim,561 +nof,27,5,4,578,427,,0,101.54,,,,,,,144,48,0,,,,,,,,,,,gutim,557 +rst,27,11,4,584,427,,576,101.54,,,,,,,176,102,0,,,,,,,,,,,gutim,562 +rst,27,12,4,585,428,,768,101.942,,,,,,,176,102,0,,,,,,,,,,,gutim,563 +nof,27,2,1,575,429,,0,101.942,,,,,,,144,88,0,,,,,,,,,,,gutim,554 +nof,27,4,3,577,430,,0,102.477,,,,,,,144,56,0,,,,,,,,,,,gutim,556 +nof,27,7,1,580,430,,256,102.477,,,,,,,144,84,0,,,,,,,,,,,gutim,558 +nof,27,9,2,582,430,,512,102.477,,,,,,,144,63,0,,,,,,,,,,,gutim,560 +rst,27,13,1,586,430,,1024,102.477,,,,,,,176,102,0,,,,,,,,,,,gutim,564 +rst,27,14,2,587,430,,1024,102.477,,,,,,,176,102,0,,,,,,,,,,,gutim,565 +rst,27,15,3,588,430,,1024,102.477,,,,,,,176,102,0,,,,,,,,,,,gutim,566 +non,27,16,4,589,430,217,1024,102.477,0.535714285714286,4,0,C1,ppp,5,144,24,5,,,,,,o,,,e,,gutim,567 +nof,27,16,4,589,431,,1024,103.013,,,,,,,144,24,0,,,,,,,,,,,gutim,567 +non,27,17,4,590,431,218,1280,103.013,0.535714285714286,4,0,Bb1,ppp,5,144,34,5,,,,,t,o,,,e,,gutim,568 +non,27,18,2,591,432,219,1536,103.549,2.14285714285714,1,0,F#4,ppp,5,144,66,5,,,,,,o,,,,,gutim,569 +non,27,19,3,592,432,219,1536,103.549,0.535714285714286,4,0,Ab2,ppp,5,144,44,5,,,,,,o,,,e,,gutim,570 +non,27,20,4,593,432,,1536,103.549,2.14285714285714,1,0,Bb1,,,,,,,,,,T,,,,,,gutim,571 +nof,27,19,3,592,433,,1536,104.085,,,,,,,144,44,0,,,,,,,,,,,gutim,570 +non,27,21,3,594,433,220,1792,104.085,0.267857142857143,8,0,C4,pp-,7,144,60,7,,,,,,o,,,e,,gutim,572 +nof,27,21,3,594,434,,1792,104.352,,,,,,,144,60,0,,,,,,,,,,,gutim,572 +rst,27,22,3,595,434,,1920,104.352,,,,,,,176,102,0,,,,,,,,,,,gutim,573 +non,27,24,3,596,435,221,2005,104.53,0.0899832589285714,16,0,Bb2,ppp,5,144,46,5,,,,,,o,,,,,gutim,574 +ped,27,23,0,597,435,,2005,104.53,,,,,,,176,64,127,,,,,,,V,,,,gutim,575 +nof,27,24,3,596,436,,2005,104.62,,,,,,,144,46,0,,,,,,,,,,,gutim,574 +non,27,25,1,598,436,222,2048,104.62,0.535714285714286,4,0,F#6,ppp,5,144,90,5,,,,,t,o,,,e,,gutim,576 +non,27,26,3,599,436,222,2048,104.62,0.087890625,16,0,Gb1,ppp,5,144,30,5,,,,,,o,,,,,gutim,577 +ped,27,28,0,600,437,,2133,104.648,,,,,,,176,64,0,,,,,,,^,,,,gutim,575 +nof,27,26,3,599,438,,2048,104.708,,,,,,,144,30,0,,,,,,,,,,,gutim,577 +non,27,27,3,601,438,223,2090,104.708,0.0899832589285714,16,0,G3,ppp,5,144,55,5,,,,,,o,,,,,gutim,578 +nof,27,27,3,601,439,,2090,104.798,,,,,,,144,55,0,,,,,,,,,,,gutim,578 +non,27,29,3,602,439,224,2133,104.798,0.0899832589285714,16,0,D7,ppp,5,144,98,5,,,,,,o,,,,,gutim,579 +nof,27,29,3,602,440,,2133,104.888,,,,,,,144,98,0,,,,,,,,,,,gutim,579 +non,27,30,3,603,440,225,2176,104.888,0.267857142857143,8,0,Bb2,ppp,5,144,46,5,,,,,t,o,,,,,gutim,580 +ped,27,28,0,604,441,,2133,104.948,,,,,,,176,64,127,,,,,,,V,,,,gutim,581 +non,27,31,1,605,442,226,2304,105.156,0.535714285714286,4,0,E4,ppp,5,144,64,5,,,,,,o,,,e,,gutim,582 +non,27,32,1,606,442,,2304,105.156,0.535714285714286,4,0,F#6,,,,,,,,,,T,,,,,,gutim,583 +non,27,33,3,607,442,,2304,105.156,0.267857142857143,8,0,Bb2,,,,,,,,,,T,,,,,,gutim,584 +ped,27,34,0,608,443,,2432,105.424,,,,,,,176,64,0,,,,,,,^,,,,gutim,581 +non,27,35,3,609,443,227,2432,105.424,0.177873883928571,8,0,E5,ppp,5,144,76,5,,,,,t,o,,,,,gutim,585 +nof,27,30,3,603,444,,2176,105.424,,,,,,,144,46,0,,,,,,,,,,,gutim,580 +nof,27,18,2,591,445,,1536,105.602,,,,,,,144,66,0,,,,,,,,,,,gutim,569 +non,27,36,3,610,445,228,2517,105.602,0.0899832589285714,16,0,F#4,p,11,144,66,11,,,,,t,o,,,,,gutim,586 +non,27,37,3,611,445,,2517,105.602,0.133928571428571,16,0,E5,,,,,,,,,,T,,,,,,gutim,587 +bar,28,0,0,612,446,,0,105.692,,,,,,,,,,28,,,,,,,,,,gutim,588 +non,28,1,1,613,446,229,0,105.692,0.133928571428571,16,0,A4,ppp,5,144,69,5,,,,,,o,,,,,gutim,589 +rst,28,2,2,614,446,,0,105.692,,,,,,,176,102,0,,,,,,,,,,,gutim,590 +non,28,3,3,615,446,,0,105.692,0.133928571428571,16,0,F#4,,,,,,,,,,T,,,,,,gutim,591 +non,28,4,4,616,446,229,0,105.692,0.535714285714286,4,0,F#2,ppp,5,144,42,5,,,,,,o,,,e,,gutim,592 +nof,27,17,4,590,447,,1280,105.692,,,,,,,144,34,0,,,,,,,,,,,gutim,568 +nof,27,25,1,598,447,,2048,105.692,,,,,,,144,90,0,,,,,,,,,,,gutim,576 +nof,27,31,1,605,447,,2304,105.692,,,,,,,144,64,0,,,,,,,,,,,gutim,582 +nof,27,35,3,609,448,,2432,105.736,,,,,,,144,76,0,,,,,,,,,,,gutim,585 +nof,27,36,3,610,449,,2517,105.826,,,,,,,144,66,0,,,,,,,,,,,gutim,586 +nof,28,1,1,613,449,,0,105.826,,,,,,,144,69,0,,,,,,,,,,,gutim,589 +rst,28,6,1,617,449,,64,105.826,,,,,,,176,102,0,,,,,,,,,,,gutim,593 +rst,28,7,2,618,449,,64,105.826,,,,,,,176,102,0,,,,,,,,,,,gutim,594 +rst,28,8,3,619,449,,64,105.826,,,,,,,176,102,0,,,,,,,,,,,gutim,595 +ped,28,5,0,620,449,,64,105.826,,,,,,,176,64,127,,,,,,,V,,,,gutim,596 +non,28,9,1,621,450,230,128,105.96,0.267857142857143,8,0,D7,ppp,5,144,98,5,,,,,,o,,,,,gutim,597 +nof,28,9,1,621,451,,128,106.227,,,,,,,144,98,0,,,,,,,,,,,gutim,597 +rst,28,10,1,622,451,,256,106.227,,,,,,,176,102,0,,,,,,,,,,,gutim,598 +rst,28,11,2,623,451,,256,106.227,,,,,,,176,102,0,,,,,,,,,,,gutim,599 +rst,28,12,3,624,451,,256,106.227,,,,,,,176,102,0,,,,,,,,,,,gutim,600 +non,28,13,4,625,451,231,256,106.227,0.267857142857143,8,0,G3,ppp,5,144,55,5,,,,,,o,,,e,,gutim,601 +nof,28,4,4,616,452,,0,106.227,,,,,,,144,42,0,,,,,,,,,,,gutim,592 +nof,28,13,4,625,453,,256,106.495,,,,,,,144,55,0,,,,,,,,,,,gutim,601 +rst,28,14,4,626,453,,384,106.495,,,,,,,176,102,0,,,,,,,,,,,gutim,602 +rst,28,15,1,627,454,,512,106.763,,,,,,,176,102,0,,,,,,,,,,,gutim,603 +non,28,16,2,628,454,232,512,106.763,0.267857142857143,8,0,Bb2,ppp,5,144,46,5,,,,,,o,,,,,gutim,604 +non,28,17,3,629,454,232,512,106.763,1.07142857142857,2,0,D2,ppp,5,144,38,5,,,,,t,o,,,,,gutim,605 +non,28,18,4,630,454,232,512,106.763,0.267857142857143,8,0,E2,ppp,5,144,40,5,,,,,,o,,,E 5926,,gutim,606 +nof,28,16,2,628,455,,512,107.031,,,,,,,144,46,0,,,,,,,,,,,gutim,604 +nof,28,18,4,630,455,,512,107.031,,,,,,,144,40,0,,,,,,,,,,,gutim,606 +non,28,19,2,631,455,233,640,107.031,0.267857142857143,8,0,D6,ppp+,6,144,86,6,,,,,,o,,,,,gutim,607 +non,28,20,4,632,455,233,640,107.031,0.267857142857143,8,0,Ab1,ppp+,6,144,32,6,,,,,,o,,,,,gutim,608 +nof,28,19,2,631,456,,640,107.299,,,,,,,144,86,0,,,,,,,,,,,gutim,607 +nof,28,20,4,632,456,,640,107.299,,,,,,,144,32,0,,,,,,,,,,,gutim,608 +ped,28,21,0,633,456,,768,107.299,,,,,,,176,64,0,,,,,,,^,,,,gutim,596 +rst,28,22,2,634,456,,768,107.299,,,,,,,176,102,0,,,,,,,,,,,gutim,609 +rst,28,23,4,635,456,,768,107.299,,,,,,,176,102,0,,,,,,,,,,,gutim,610 +rst,28,24,1,636,457,,1024,107.835,,,,,,,176,102,0,,,,,,,,,,,gutim,611 +rst,28,25,2,637,457,,1024,107.835,,,,,,,176,102,0,,,,,,,,,,,gutim,612 +non,28,26,3,638,457,,1024,107.835,3.21428571428571,1,1,D2,,,,,,,,,,T,,,,,,gutim,613 +rst,28,27,4,639,457,,1024,107.835,,,,,,,176,102,0,,,,,,,,,,,gutim,614 +non,28,29,1,640,458,234,1194,108.19,0.179966517857143,8,0,D4,p,11,144,62,11,,,,,,o,,d,,,gutim,615 +ped,28,28,0,641,458,,1194,108.19,,,,,,,176,64,127,,,,,,,V,,,,gutim,616 +nof,28,29,1,640,459,,1194,108.37,,,,,,,144,62,0,,,,,,,,,,,gutim,615 +non,28,30,1,642,459,235,1280,108.37,0.177873883928571,8,0,C2,p+,12,144,36,12,,,,,,o,,,,,gutim,617 +nof,28,30,1,642,460,,1280,108.548,,,,,,,144,36,0,,,,,,,,,,,gutim,617 +non,28,31,1,643,460,236,1365,108.548,0.177873883928571,8,0,Eb5,p,11,144,75,11,,,,,,o,,d,,,gutim,618 +nof,28,31,1,643,461,,1365,108.726,,,,,,,144,75,0,,,,,,,,,,,gutim,618 +ped,28,32,0,644,461,,1450,108.726,,,,,,,176,64,0,,,,,,,^,,,,gutim,616 +non,28,33,1,645,461,237,1450,108.726,0.179966517857143,8,0,D4,p,11,144,62,11,,,,,,o,,d,,,gutim,619 +nof,28,33,1,645,462,,1450,108.906,,,,,,,144,62,0,,,,,,,,,,,gutim,619 +non,28,34,1,646,462,238,1536,108.906,1.07142857142857,2,0,G#4,ppp,5,144,68,5,,,,,,o,,d,,,gutim,620 +non,28,35,4,647,462,238,1536,108.906,1.07142857142857,2,0,Bb2,p,11,144,46,11,,,,,t,o,,d,,,gutim,621 +nof,28,34,1,646,463,,1536,109.977,,,,,,,144,68,0,,,,,,,,,,,gutim,620 +rst,28,37,1,648,463,,2048,109.977,,,,,,,176,102,0,,,,,,,,,,,gutim,622 +non,28,38,2,649,463,239,2048,109.977,0.535714285714286,4,0,G#2,ppp,5,144,44,5,,,,,t,o,,,,,gutim,623 +non,28,39,4,650,463,,2048,109.977,1.07142857142857,2,0,Bb2,,,,,,,,,,T,,,,,,gutim,624 +non,28,40,4,651,463,239,2048,109.977,1.07142857142857,2,0,B2,ppp,5,144,47,5,,,,,,o,,d,,,gutim,625 +non,28,41,4,652,463,239,2048,109.977,1.07142857142857,2,0,F#3,ppp,5,144,54,5,,,,,,o,,d,,,gutim,626 +ped,28,36,0,653,463,,2048,109.977,,,,,,,176,64,127,,,,,,,V,,,,gutim,627 +non,28,42,1,654,464,240,2304,110.513,0.535714285714286,4,0,A4,ppp,5,144,69,5,,,,,,o,,D 5926,,,gutim,628 +non,28,43,2,655,464,,2304,110.513,0.133928571428571,16,0,G#2,,,,,,,,,,T,,,,,,gutim,629 +nof,28,38,2,649,465,,2048,110.647,,,,,,,144,44,0,,,,,,,,,,,gutim,623 +non,28,44,2,656,465,241,2368,110.647,0.401785714285714,8,1,F#6,ppp+,6,144,90,6,,,,,t,o,,,,,gutim,630 +ped,28,45,0,657,466,,2559,111.032,,,,,,,176,64,0,,,,,,,^,,,,gutim,627 +nof,28,35,4,647,467,,1536,111.049,,,,,,,144,46,0,,,,,,,,,,,gutim,621 +nof,28,40,4,651,467,,2048,111.049,,,,,,,144,47,0,,,,,,,,,,,gutim,625 +nof,28,41,4,652,467,,2048,111.049,,,,,,,144,54,0,,,,,,,,,,,gutim,626 +bar,29,0,0,658,467,,0,111.049,,,,,,,,,,29,,,,,,,,,,gutim,631 +rst,29,1,1,659,467,,0,111.049,,,,,,,176,102,0,,,,,,,,,,,gutim,632 +non,29,2,2,660,467,,0,111.049,0.267857142857143,8,0,F#6,,,,,,,,,,T,,,,,,gutim,633 +rst,29,3,3,661,467,,0,111.049,,,,,,,176,102,0,,,,,,,,,,,gutim,634 +rst,29,4,4,662,467,,0,111.049,,,,,,,176,102,0,,,,,,,,,,,gutim,635 +sec,29,5,0,663,467,,0,111.049,,,,,,,,,,,5926,,,,,,,,,gutim,636 +nof,28,42,1,654,468,,2304,111.049,,,,,,,144,69,0,,,,,,,,,,,gutim,628 +nof,28,17,3,629,469,,512,111.049,,,,,,,144,38,0,,,,,,,,,,,gutim,605 +rst,29,7,2,664,470,,128,111.317,,,,,,,176,102,0,,,,,,,,,,,gutim,637 +non,29,8,4,665,470,242,128,111.317,0.267857142857143,8,0,C4,p,11,144,60,11,,,,,t,o,,d,,,gutim,638 +nof,28,44,2,656,471,,2368,111.317,,,,,,,144,90,0,,,,,,,,,,,gutim,630 +ped,29,6,0,666,472,,128,111.332,,,,,,,176,64,127,,,,,,,V,,,,gutim,639 +rst,29,9,1,667,473,,256,111.585,,,,,,,176,102,0,,,,,,,,,,,gutim,640 +rst,29,10,2,668,473,,256,111.585,,,,,,,176,102,0,,,,,,,,,,,gutim,641 +rst,29,11,3,669,473,,256,111.585,,,,,,,176,102,0,,,,,,,,,,,gutim,642 +non,29,12,4,670,473,,256,111.585,0.401785714285714,8,1,C4,,,,,,,,,,T,,,,,,gutim,643 +non,29,13,1,671,474,243,341,111.762,0.177873883928571,8,0,F#5,pp,8,144,78,8,,,,,,o,,,e,,gutim,644 +non,29,14,3,672,474,243,341,111.762,0.177873883928571,8,0,F#2,ppp,5,144,42,5,,,,,,o,,d,,,gutim,645 +nof,29,13,1,671,475,,341,111.94,,,,,,,144,78,0,,,,,,,,,,,gutim,644 +nof,29,14,3,672,475,,341,111.94,,,,,,,144,42,0,,,,,,,,,,,gutim,645 +non,29,15,1,673,475,244,426,111.94,0.179966517857143,8,0,D#6,pp+,9,144,87,9,,,,,,o,,,e,,gutim,646 +non,29,16,3,674,475,244,426,111.94,0.179966517857143,8,0,C2,ppp,5,144,36,5,,,,,,o,,d,,,gutim,647 +non,29,17,4,675,476,245,448,111.986,0.133928571428571,16,0,E2,ppp,5,144,40,5,,,,,t,o,,,,,gutim,648 +nof,29,8,4,665,477,,128,111.986,,,,,,,144,60,0,,,,,,,,,,,gutim,638 +nof,29,15,1,673,478,,426,112.12,,,,,,,144,87,0,,,,,,,,,,,gutim,646 +nof,29,16,3,674,478,,426,112.12,,,,,,,144,36,0,,,,,,,,,,,gutim,647 +ped,29,18,0,676,478,,512,112.12,,,,,,,176,64,0,,,,,,,^,,,,gutim,639 +rst,29,19,1,677,478,,512,112.12,,,,,,,176,102,0,,,,,,,,,,,gutim,649 +rst,29,20,2,678,478,,512,112.12,,,,,,,176,102,0,,,,,,,,,,,gutim,650 +rst,29,21,3,679,478,,512,112.12,,,,,,,176,102,0,,,,,,,,,,,gutim,651 +non,29,22,4,680,478,246,512,112.12,0.267857142857143,8,0,C2,mp,14,144,36,14,,,,,,o,,,e,,gutim,652 +non,29,23,4,681,478,,512,112.12,0.267857142857143,8,0,E2,,,,,,,,,,T,,,,,,gutim,653 +non,29,24,1,682,479,247,597,112.298,0.357840401785714,4,0,A4,pp+,9,144,69,9,,,,,,o,,,e,,gutim,654 +nof,29,17,4,675,480,,448,112.388,,,,,,,144,40,0,,,,,,,,,,,gutim,648 +nof,29,22,4,680,480,,512,112.388,,,,,,,144,36,0,,,,,,,,,,,gutim,652 +rst,29,25,4,683,480,,640,112.388,,,,,,,176,102,0,,,,,,,,,,,gutim,655 +non,29,26,3,684,481,248,682,112.476,0.179966517857143,8,0,D4,mp,14,144,62,14,,,,,,o,,,e,,gutim,656 +nof,29,24,1,682,482,,597,112.656,,,,,,,144,69,0,,,,,,,,,,,gutim,654 +nof,29,26,3,684,482,,682,112.656,,,,,,,144,62,0,,,,,,,,,,,gutim,656 +non,29,27,1,685,482,249,768,112.656,0.177873883928571,8,0,E4,pp+,9,144,64,9,,,,,,o,,,,,gutim,657 +non,29,28,3,686,482,249,768,112.656,0.177873883928571,8,0,F#4,mf,17,144,66,17,,,,,,o,,,e,,gutim,658 +non,29,29,3,687,482,249,768,112.656,0.267857142857143,8,0,A4,mf,17,144,69,17,,,,,,o,,,e,,gutim,659 +rst,29,30,4,688,482,,768,112.656,,,,,,,176,102,0,,,,,,,,,,,gutim,660 +nof,29,27,1,685,483,,768,112.834,,,,,,,144,64,0,,,,,,,,,,,gutim,657 +nof,29,28,3,686,483,,768,112.834,,,,,,,144,66,0,,,,,,,,,,,gutim,658 +rst,29,31,1,689,483,,853,112.834,,,,,,,176,102,0,,,,,,,,,,,gutim,661 +non,29,32,3,690,483,250,853,112.834,0.177873883928571,8,0,C2,f,20,144,36,20,,,,,,o,,d 5927,E 5927,,gutim,662 +nof,29,29,3,687,484,,768,112.924,,,,,,,144,69,0,,,,,,,,,,,gutim,659 +nof,29,32,3,690,485,,853,113.012,,,,,,,144,36,0,,,,,,,,,,,gutim,662 +rst,29,33,3,691,485,,938,113.012,,,,,,,176,102,0,,,,,,,,,,,gutim,663 +non,29,34,1,692,486,251,1024,113.192,0.535714285714286,4,0,G#4,pp+,9,144,68,9,,,,,,o,,,,,gutim,664 +non,29,35,3,693,486,251,,113.192,0.05,8,0,Bb1,f,20,144,34,20,,,,g,,o,,,,,gutim,665 +nof,29,35,3,693,487,,,113.242,,,,,,,144,34,0,,,,,,,,,,,gutim,665 +non,29,36,3,694,488,252,,113.267,0.05,8,0,C1,f,20,144,24,20,,,,g,,o,,,,,gutim,666 +nof,29,36,3,694,489,,,113.317,,,,,,,144,24,0,,,,,,,,,,,gutim,666 +non,29,37,3,695,490,253,1024,113.342,1.07142857142857,2,0,F#3,f,20,144,54,20,,,,,,o,,,,,gutim,667 +rst,29,38,4,696,490,,1024,113.342,,,,,,,176,102,0,,,,,,,,,,,gutim,668 +nof,29,34,1,692,491,,1024,113.727,,,,,,,144,68,0,,,,,,,,,,,gutim,664 +rst,29,39,1,697,492,,1280,113.877,,,,,,,176,102,0,,,,,,,,,,,gutim,669 +non,29,40,4,698,492,254,1280,113.877,0.133928571428571,16,0,F#1,ppp,5,144,30,5,,,,,,o,,,,,gutim,670 +non,29,41,4,699,492,254,1280,113.877,0.133928571428571,16,0,C2,ppp,5,144,36,5,,,,,,o,,,,,gutim,671 +nof,29,40,4,698,493,,1280,114.011,,,,,,,144,30,0,,,,,,,,,,,gutim,670 +nof,29,41,4,699,493,,1280,114.011,,,,,,,144,36,0,,,,,,,,,,,gutim,671 +rst,29,42,4,700,493,,1344,114.011,,,,,,,176,102,0,,,,,,,,,,,gutim,672 +non,29,43,4,701,494,255,1472,114.279,0.133928571428571,16,0,F#1,ppp,5,144,30,5,,,,,t,o,,,,,gutim,673 +bar,30,0,0,702,495,,0,114.413,,,,,,,,,,30,,,,,,,,,,gutim,674 +non,30,1,1,703,495,256,0,114.413,1.07142857142857,2,0,E3,pp,8,144,52,8,,,,,,o,,,,,gutim,675 +non,30,2,3,704,495,256,0,114.413,0.535714285714286,4,0,F#2,ppp+,6,144,42,6,,,,,t,o,,,,,gutim,676 +non,30,3,4,705,495,,0,114.413,0.0669642857142857,32,0,F#1,,,,,,,,,,T,,,,,,gutim,677 +non,30,4,4,706,496,257,32,114.48,0.200892857142857,16,1,G3,pp,8,144,55,8,,,,,,o,,,,,gutim,678 +nof,29,37,3,695,497,,1024,114.563,,,,,,,144,54,0,,,,,,,,,,,gutim,667 +nof,29,43,4,701,498,,1472,114.63,,,,,,,144,30,0,,,,,,,,,,,gutim,673 +nof,30,4,4,706,499,,32,114.681,,,,,,,144,55,0,,,,,,,,,,,gutim,678 +non,30,5,4,707,499,258,128,114.681,0.267857142857143,8,0,E5,pp,8,144,76,8,,,,,t,o,,,,,gutim,679 +non,30,6,3,708,500,,256,114.949,0.133928571428571,16,0,F#2,,,,,,,,,,T,,,,,,gutim,680 +non,30,7,4,709,500,,256,114.949,0.133928571428571,16,0,E5,,,,,,,,,,T,,,,,,gutim,681 +nof,30,2,3,704,501,,0,115.083,,,,,,,144,42,0,,,,,,,,,,,gutim,676 +nof,30,5,4,707,501,,128,115.083,,,,,,,144,76,0,,,,,,,,,,,gutim,679 +non,30,8,3,710,501,259,320,115.083,0.401785714285714,8,1,E4,ppp,5,144,64,5,,,,,t,o,,,,,gutim,682 +non,30,9,4,711,501,259,320,115.083,0.401785714285714,8,1,D7,pppp,2,144,98,2,,,,,,o,,,,,gutim,683 +nof,30,1,1,703,502,,0,115.485,,,,,,,144,52,0,,,,,,,,,,,gutim,675 +nof,30,9,4,711,502,,320,115.485,,,,,,,144,98,0,,,,,,,,,,,gutim,683 +non,30,10,1,712,502,260,512,115.485,1.07142857142857,2,0,E6,pppp,2,144,88,2,,,,,t,o,,,,,gutim,684 +non,30,11,3,713,502,,512,115.485,0.267857142857143,8,0,E4,,,,,,,,,,T,,,,,,gutim,685 +rst,30,12,4,714,502,,512,115.485,,,,,,,176,102,0,,,,,,,,,,,gutim,686 +non,30,13,3,715,503,261,640,115.752,0.267857142857143,8,0,A4,ppp+,6,144,69,6,,,,,t,o,,,,,gutim,687 +nof,30,8,3,710,504,,320,115.752,,,,,,,144,64,0,,,,,,,,,,,gutim,682 +non,30,14,3,716,505,,768,116.02,0.535714285714286,4,0,A4,,,,,,,,,,T,,,,,,gutim,688 +rst,30,15,4,717,505,,768,116.02,,,,,,,176,102,0,,,,,,,,,,,gutim,689 +nof,30,13,3,715,506,,640,116.556,,,,,,,144,69,0,,,,,,,,,,,gutim,687 +non,30,16,1,718,506,,1024,116.556,0.267857142857143,8,0,E6,,,,,,,,,,T,,,,,,gutim,690 +non,30,17,3,719,506,262,1024,116.556,0.267857142857143,8,0,G#4,ppp,5,144,68,5,,,,,,o,,,,,gutim,691 +sec,30,18,0,720,506,,1024,116.556,,,,,,,,,,,5927,,,,,,,,,gutim,692 +nof,30,10,1,712,507,,512,116.824,,,,,,,144,88,0,,,,,,,,,,,gutim,684 +nof,30,17,3,719,507,,1024,116.824,,,,,,,144,68,0,,,,,,,,,,,gutim,691 +rst,30,19,1,721,507,,1152,116.824,,,,,,,176,102,0,,,,,,,,,,,gutim,693 +rst,30,20,3,722,507,,1152,116.824,,,,,,,176,102,0,,,,,,,,,,,gutim,694 +non,30,24,3,723,508,263,,117.017,0.05,8,0,D4,ppp,5,144,62,5,,,,g,,o,,,,,gutim,695 +non,30,23,3,724,508,263,,117.017,0.05,8,0,F#3,ppp,5,144,54,5,,,,g,t,o,,,,,gutim,696 +nof,30,24,3,723,509,,,117.067,,,,,,,144,62,0,,,,,,,,,,,gutim,695 +nof,30,23,3,724,509,,,117.067,,,,,,,144,54,0,,,,,,,,,,,gutim,696 +rst,30,21,1,725,510,,1280,117.092,,,,,,,176,102,0,,,,,,,,,,,gutim,697 +rst,30,22,1,726,510,,1280,117.092,,,,,,,176,102,0,,,,,,,,,,,gutim,698 +rst,30,25,3,727,510,,1280,117.092,,,,,,,176,102,0,,,,,,,,,,,gutim,699 +non,30,28,4,728,511,264,,117.477,0.05,8,0,C3,s,0,144,48,0,,,,g,,o,,,,,gutim,700 +nof,30,28,4,728,512,,,117.527,,,,,,,144,48,0,,,,,,,,,,,gutim,701 +non,30,30,1,729,513,265,,117.552,0.05,8,0,C6,ppp,5,144,84,5,,,,g,,o,,,,,gutim,702 +non,30,29,1,730,513,265,,117.552,0.05,8,0,F#5,ppp,5,144,78,5,,,,g,,o,,,,,gutim,703 +non,30,27,3,731,513,,,117.552,0.05,8,0,F#3,,,,,,,,,g,T,,,,,,gutim,704 +non,30,26,3,732,513,265,,117.552,0.05,8,0,F3,ppp,5,144,53,5,,,,g,,o,,,,,gutim,705 +nof,30,30,1,729,514,,,117.602,,,,,,,144,84,0,,,,,,,,,,,gutim,702 +nof,30,29,1,730,514,,,117.602,,,,,,,144,78,0,,,,,,,,,,,gutim,703 +nof,30,26,3,732,514,,,117.602,,,,,,,144,53,0,,,,,,,,,,,gutim,705 +bar,31,0,0,733,515,,0,117.627,,,,,,,,,,31,,,,,,,,,,gutim,706 +rst,31,1,1,734,515,,0,117.627,,,,,,,176,102,0,,,,,,,,,,,gutim,707 +non,31,2,2,735,515,266,0,117.627,2.14285714285714,1,0,C3,mf,17,144,48,17,,,,,,o,,,,,gutim,708 +non,31,3,3,736,515,266,0,117.627,0.213448660714286,8,0,C#3,mf,17,144,49,17,,,,,,o,,,,,gutim,709 +non,31,4,3,737,515,266,0,117.627,0.267857142857143,8,0,E3,mf,17,144,52,17,,,,,,o,,,,,gutim,710 +non,31,5,4,738,515,266,0,117.627,0.106724330357143,16,0,G#2,mf,17,144,44,17,,,,,,o,,,,,gutim,711 +non,31,6,1,739,516,267,25,117.68,0.0544084821428571,32,0,C4,f,20,144,60,20,,,,,,o,,,,,gutim,712 +nof,31,5,4,738,517,,0,117.734,,,,,,,144,44,0,,,,,,,,,,,gutim,711 +nof,31,6,1,739,518,,25,117.734,,,,,,,144,60,0,,,,,,,,,,,gutim,712 +non,31,7,1,740,518,268,51,117.734,0.106724330357143,16,0,A4,f,20,144,69,20,,,,,,o,,,,,gutim,713 +rst,31,8,4,741,518,,51,117.734,,,,,,,176,102,0,,,,,,,,,,,gutim,714 +nof,31,3,3,736,519,,0,117.841,,,,,,,144,49,0,,,,,,,,,,,gutim,709 +nof,31,7,1,740,519,,51,117.841,,,,,,,144,69,0,,,,,,,,,,,gutim,713 +rst,31,9,1,742,519,,102,117.841,,,,,,,176,102,0,,,,,,,,,,,gutim,715 +non,31,10,3,743,519,269,102,117.841,0.213448660714286,8,0,G#2,f,20,144,44,20,,,,,,o,,,,,gutim,716 +non,31,11,4,744,519,269,102,117.841,0.106724330357143,16,0,E2,f,20,144,40,20,,,,,,o,,,,,gutim,717 +nof,31,4,3,737,520,,0,117.895,,,,,,,144,52,0,,,,,,,,,,,gutim,710 +nof,31,11,4,744,521,,102,117.948,,,,,,,144,40,0,,,,,,,,,,,gutim,717 +rst,31,12,4,745,521,,153,117.948,,,,,,,176,102,0,,,,,,,,,,,gutim,718 +rst,31,13,1,746,522,,204,118.054,,,,,,,176,102,0,,,,,,,,,,,gutim,719 +non,31,14,3,747,522,270,204,118.054,0.108816964285714,16,0,C#4,f,20,144,61,20,,,,,,o,,,,,gutim,720 +rst,31,15,4,748,522,,204,118.054,,,,,,,176,102,0,,,,,,,,,,,gutim,721 +nof,31,10,3,743,523,,102,118.054,,,,,,,144,44,0,,,,,,,,,,,gutim,716 +nof,31,14,3,747,524,,204,118.163,,,,,,,144,61,0,,,,,,,,,,,gutim,720 +non,31,16,1,749,524,271,256,118.163,0.0523158482142857,32,0,Bb4,p,11,144,70,11,,,,,,o,,,,,gutim,722 +non,31,17,3,750,524,271,256,118.163,0.267857142857143,8,0,A4,p,11,144,69,11,,,,,,o,,,,,gutim,723 +rst,31,18,4,751,524,,256,118.163,,,,,,,176,102,0,,,,,,,,,,,gutim,724 +nof,31,16,1,749,525,,256,118.215,,,,,,,144,70,0,,,,,,,,,,,gutim,722 +non,31,19,1,752,525,272,281,118.215,0.0544084821428571,32,0,Db4,p+,12,144,61,12,,,,,,o,,,,,gutim,725 +nof,31,19,1,752,526,,281,118.27,,,,,,,144,61,0,,,,,,,,,,,gutim,725 +non,31,20,1,753,526,273,307,118.27,0.213448660714286,8,0,C5,mp,14,144,72,14,,,,,,o,,,,,gutim,726 +nof,31,17,3,750,527,,256,118.431,,,,,,,144,69,0,,,,,,,,,,,gutim,723 +rst,31,21,3,754,528,,384,118.431,,,,,,,176,102,0,,,,,,,,,,,gutim,727 +nof,31,20,1,753,529,,307,118.483,,,,,,,144,72,0,,,,,,,,,,,gutim,726 +non,31,22,1,755,529,274,409,118.483,0.215541294642857,8,0,Bb4,f,20,144,70,20,,,,,,o,,d,,,gutim,728 +nof,31,22,1,755,530,,409,118.699,,,,,,,144,70,0,,,,,,,,,,,gutim,728 +rst,31,23,1,756,530,,512,118.699,,,,,,,176,102,0,,,,,,,,,,,gutim,729 +non,31,24,3,757,530,275,512,118.699,0.535714285714286,4,0,E3,mf,17,144,52,17,,,,,,o,,d,,,gutim,730 +non,31,25,4,758,530,275,512,118.699,0.267857142857143,8,0,B1,pp,8,144,35,8,,,,,,o,,d,,,gutim,731 +nof,31,25,4,758,531,,512,118.967,,,,,,,144,35,0,,,,,,,,,,,gutim,731 +rst,31,26,4,759,531,,640,118.967,,,,,,,176,102,0,,,,,,,,,,,gutim,732 +non,31,28,3,760,532,276,768,119.235,0.535714285714286,4,0,C#2,f,20,144,37,20,,,,,t,o,,d,,,gutim,733 +non,31,29,4,761,532,276,768,119.235,1.07142857142857,2,0,G#1,p,11,144,32,11,,,,,,o,,d,,,gutim,734 +ped,31,27,0,762,532,,768,119.235,,,,,,,176,64,127,,,,,,,V,,,,gutim,735 +nof,31,24,3,757,533,,512,119.235,,,,,,,144,52,0,,,,,,,,,,,gutim,730 +nof,31,2,2,735,534,,0,119.77,,,,,,,144,48,0,,,,,,,,,,,gutim,708 +non,31,30,1,763,535,277,1024,119.77,0.535714285714286,4,0,C6,p,11,144,84,11,,,,,t,o,,,,,gutim,736 +rst,31,31,2,764,535,,1024,119.77,,,,,,,176,102,0,,,,,,,,,,,gutim,737 +non,31,32,3,765,535,,1024,119.77,3.21428571428571,1,1,C#2,,,,,,,,,,T,,,,,,gutim,738 +non,31,33,3,766,535,277,1024,119.77,2.14285714285714,1,1,C3,f,20,144,48,20,,,,,,o,,d,,,gutim,739 +nof,31,29,4,761,536,,768,120.306,,,,,,,144,32,0,,,,,,,,,,,gutim,734 +nof,31,30,1,763,537,,1024,120.306,,,,,,,144,84,0,,,,,,,,,,,gutim,736 +ped,31,38,0,767,537,,1280,120.306,,,,,,,176,64,0,,,,,,,^,,,,gutim,735 +non,31,37,1,768,537,278,1280,120.306,0.087890625,16,0,C6,p,11,144,84,11,,,,,,o,,,,,gutim,740 +non,31,34,1,769,537,,,120.306,0.05,8,0,C6,,,,,,,,,g,T,,,,,,gutim,741 +non,31,35,1,770,538,279,,120.381,0.05,8,0,Bb3,mp+,15,144,58,15,,,,g,,o,,,,,gutim,742 +nof,31,35,1,770,539,,,120.431,,,,,,,144,58,0,,,,,,,,,,,gutim,742 +non,31,36,1,771,540,280,,120.456,0.05,8,0,Ab1,f,20,144,32,20,,,,g,,o,,D,,,gutim,743 +nof,31,36,1,771,541,,,120.506,,,,,,,144,32,0,,,,,,,,,,,gutim,743 +non,31,39,3,772,542,281,,120.531,0.05,8,0,C#7,f,20,144,97,20,,,,g,,o,,,,,gutim,744 +nof,31,39,3,772,543,,,120.581,,,,,,,144,97,0,,,,,,,,,,,gutim,744 +rst,31,40,4,773,544,,1280,120.606,,,,,,,176,102,0,,,,,,,,,,,gutim,745 +nof,31,37,1,768,545,,1280,120.662,,,,,,,144,84,0,,,,,,,,,,,gutim,740 +non,31,41,1,774,546,282,1322,120.694,0.0899832589285714,16,0,C#4,mp,14,144,61,14,,,,,t,o,,,,,gutim,746 +ped,31,42,0,775,546,,1322,120.694,,,,,,,176,64,127,,,,,,,V,,,,gutim,747 +non,31,43,1,776,547,,1365,120.784,0.357840401785714,4,0,C#4,,,,,,,,,,_,,,,,,gutim,748 +non,31,44,1,777,548,,1536,121.142,0.177873883928571,8,0,C#4,,,,,,,,,,T,,,,,,gutim,749 +rst,31,45,4,778,548,,1536,121.142,,,,,,,176,102,0,,,,,,,,,,,gutim,750 +non,31,46,1,779,549,283,1621,121.32,0.357840401785714,4,0,E3,mp+,15,144,52,15,,,,,t,o,,,,,gutim,751 +nof,31,41,1,774,550,,1322,121.32,,,,,,,144,61,0,,,,,,,,,,,gutim,746 +non,31,47,1,780,551,,1792,121.677,0.267857142857143,8,0,E3,,,,,,,,,,T,,,,,,gutim,752 +rst,31,48,4,781,551,,1792,121.677,,,,,,,176,102,0,,,,,,,,,,,gutim,753 +non,31,49,1,782,552,284,1920,121.945,0.267857142857143,8,0,Bb5,p,11,144,82,11,,,,,t,o,,,,,gutim,754 +non,31,50,4,783,552,284,1920,121.945,0.267857142857143,8,0,G#2,f,20,144,44,20,,,,,t,o,,,,,gutim,755 +nof,31,46,1,779,553,,1621,122.17,,,,,,,144,52,0,,,,,,,,,,,gutim,751 +non,31,51,1,784,554,,2048,122.213,0.355747767857143,4,0,Bb5,,,,,,,,,,T,,,,,,gutim,756 +non,31,52,2,785,554,285,2048,122.213,0.535714285714286,4,0,C#2,p,11,144,37,11,,,,,t,o,,,,,gutim,757 +non,31,53,4,786,554,,2048,122.213,1.07142857142857,2,0,G#2,,,,,,,,,,_,,,,,,gutim,758 +nof,31,33,3,766,555,,1024,122.213,,,,,,,144,48,0,,,,,,,,,,,gutim,739 +non,31,54,1,787,556,286,2218,122.569,0.179966517857143,8,0,G#1,p,11,144,32,11,,,,,t,o,,,,,gutim,759 +nof,31,49,1,782,557,,1920,122.644,,,,,,,144,82,0,,,,,,,,,,,gutim,754 +non,31,55,1,788,558,,2304,122.749,0.535714285714286,4,0,G#1,,,,,,,,,,T,,,,,,gutim,760 +non,31,56,2,789,558,,2304,122.749,0.177873883928571,8,0,C#2,,,,,,,,,,T,,,,,,gutim,761 +non,31,57,2,790,559,287,2389,122.927,0.357840401785714,4,0,A4,mp,14,144,69,14,,,,,,o,,d,,,gutim,762 +nof,31,52,2,785,560,,2048,122.927,,,,,,,144,37,0,,,,,,,,,,,gutim,757 +ped,32,1,0,791,561,,0,123.135,,,,,,,176,64,0,,,,,,,^,,,,gutim,747 +nof,31,57,2,790,562,,2389,123.285,,,,,,,144,69,0,,,,,,,,,,,gutim,762 +bar,32,0,0,792,562,,0,123.285,,,,,,,,,,32,,,,,,,,,,gutim,763 +non,32,2,1,793,562,288,0,123.285,1.07142857142857,2,0,C#3,mf,17,144,49,17,,,,,t,o,,,,,gutim,764 +rst,32,3,2,794,562,,0,123.285,,,,,,,176,102,0,,,,,,,,,,,gutim,765 +non,32,4,3,795,562,288,0,123.285,3.21428571428571,1,1,B1,mf,17,144,35,17,,,,,,o,,d,,,gutim,766 +non,32,5,4,796,562,,0,123.285,0.535714285714286,4,0,G#2,,,,,,,,,,_,,,,,,gutim,767 +nof,31,54,1,787,563,,2218,123.285,,,,,,,144,32,0,,,,,,,,,,,gutim,759 +nof,31,28,3,760,564,,768,123.285,,,,,,,144,37,0,,,,,,,,,,,gutim,768 +ped,32,1,0,797,565,,0,123.435,,,,,,,176,64,127,,,,,,,V,,,,gutim,769 +non,32,6,2,798,566,289,170,123.64,0.179966517857143,8,0,D3,mf,17,144,50,17,,,,,t,o,,d,,,gutim,770 +non,32,7,2,799,567,,256,123.82,1.07142857142857,2,0,D3,,,,,,,,,,_,,,,,,gutim,771 +non,32,8,4,800,567,,256,123.82,0.177873883928571,8,0,G#2,,,,,,,,,,T,,,,,,gutim,772 +non,32,9,4,801,568,290,341,123.998,0.357840401785714,4,0,F#6,ff,22,144,90,22,,,,,,o,,d,,,gutim,773 +nof,31,50,4,783,569,,1920,124.073,,,,,,,144,44,0,,,,,,,,,,,gutim,755 +nof,32,9,4,801,570,,341,124.356,,,,,,,144,90,0,,,,,,,,,,,gutim,773 +non,32,10,1,802,570,,512,124.356,0.177873883928571,8,0,C#3,,,,,,,,,,T,,,,,,gutim,774 +rst,32,11,4,803,570,,512,124.356,,,,,,,176,102,0,,,,,,,,,,,gutim,775 +non,32,12,1,804,571,291,597,124.534,0.357840401785714,4,0,C5,f,20,144,72,20,,,,,,o,,d,,,gutim,776 +nof,32,2,1,793,572,,0,124.534,,,,,,,144,49,0,,,,,,,,,,,gutim,764 +ped,32,13,0,805,573,,729,124.81,,,,,,,176,64,0,,,,,,,^,,,,gutim,769 +nof,32,12,1,804,574,,597,124.892,,,,,,,144,72,0,,,,,,,,,,,gutim,776 +rst,32,14,1,806,575,,768,124.892,,,,,,,176,102,0,,,,,,,,,,,gutim,777 +non,32,15,2,807,575,,768,124.892,0.177873883928571,8,0,D3,,,,,,,,,,T,,,,,,gutim,778 +rst,32,16,4,808,575,,768,124.892,,,,,,,176,102,0,,,,,,,,,,,gutim,779 +non,32,17,2,809,576,292,853,125.07,0.357840401785714,4,0,B0,f,20,144,23,20,,,,,,o,,d,,,gutim,780 +nof,32,6,2,798,577,,170,125.07,,,,,,,144,50,0,,,,,,,,,,,gutim,770 +nof,32,17,2,809,578,,853,125.427,,,,,,,144,23,0,,,,,,,,,,,gutim,780 +rst,32,18,2,810,578,,1024,125.427,,,,,,,176,102,0,,,,,,,,,,,gutim,781 +rst,32,19,4,811,578,,1024,125.427,,,,,,,176,102,0,,,,,,,,,,,gutim,782 +non,32,20,2,812,579,293,1194,125.783,0.715680803571429,2,0,E3,f,20,144,52,20,,,,,,o,,d,,,gutim,783 +non,32,21,4,813,579,293,1194,125.783,0.179966517857143,8,0,F3,p,11,144,53,11,,,,,,o,,d,,,gutim,784 +nof,32,21,4,813,580,,1194,125.963,,,,,,,144,53,0,,,,,,,,,,,gutim,784 +rst,32,22,4,814,580,,1280,125.963,,,,,,,176,102,0,,,,,,,,,,,gutim,785 +non,32,23,4,815,581,294,1365,126.141,0.0899832589285714,16,0,C#3,p,11,144,49,11,,,,,,o,,D 5928,,,gutim,786 +nof,32,23,4,815,582,,1365,126.231,,,,,,,144,49,0,,,,,,,,,,,gutim,786 +non,32,24,4,816,582,295,1408,126.231,0.087890625,16,0,D4,mf-,16,144,62,16,,,,,,o,,,,,gutim,787 +nof,32,24,4,816,583,,1408,126.319,,,,,,,144,62,0,,,,,,,,,,,gutim,787 +non,32,25,4,817,583,296,1450,126.319,0.0899832589285714,16,0,F3,f,20,144,53,20,,,,,,o,,,,,gutim,788 +nof,32,25,4,817,584,,1450,126.409,,,,,,,144,53,0,,,,,,,,,,,gutim,788 +non,32,26,4,818,584,297,1493,126.409,0.0439453125,32,0,A5,mf,17,144,81,17,,,,,,o,,,,,gutim,789 +nof,32,26,4,818,585,,1493,126.453,,,,,,,144,81,0,,,,,,,,,,,gutim,789 +non,32,27,4,819,585,298,1514,126.453,0.0460379464285714,32,0,B0,mp,14,144,23,14,,,,,,o,,,,,gutim,790 +nof,32,27,4,819,586,,1514,126.499,,,,,,,144,23,0,,,,,,,,,,,gutim,790 +bar,33,0,0,820,586,,0,126.499,,,,,,,,,,33,,,,,,,,,,gutim,791 +sec,33,1,0,821,586,,0,126.499,,,,,,,,,,,5928,,,,,,,,,gutim,792 +rst,33,2,1,822,586,,0,126.499,,,,,,,176,102,0,,,,,,,,,,,gutim,793 +non,33,6,3,823,586,299,,126.499,0.05,8,0,F1,p,11,144,29,11,,,,g,,o,,d,,,gutim,794 +nof,32,20,2,812,587,,1194,126.499,,,,,,,144,52,0,,,,,,,,,,,gutim,783 +nof,32,4,3,795,588,,0,126.499,,,,,,,144,35,0,,,,,,,,,,,gutim,766 +nof,33,6,3,823,589,,,126.549,,,,,,,144,29,0,,,,,,,,,,,gutim,794 +non,33,3,1,824,590,300,,126.574,0.05,8,0,A5,p,11,144,81,11,,,,g,,o,,d,,,gutim,795 +non,33,7,3,825,590,300,,126.574,0.05,8,0,C3,p,11,144,48,11,,,,g,,o,,d,,,gutim,796 +nof,33,3,1,824,591,,,126.624,,,,,,,144,81,0,,,,,,,,,,,gutim,795 +nof,33,7,3,825,591,,,126.624,,,,,,,144,48,0,,,,,,,,,,,gutim,796 +non,33,4,1,826,592,301,0,126.649,2.14285714285714,1,0,E5,p,11,144,76,11,,,,,,o,,d,,,gutim,797 +non,33,5,2,827,592,301,0,126.649,2.14285714285714,1,0,G3,p,11,144,55,11,,,,,t,o,,d,,,gutim,798 +non,33,8,3,828,592,301,0,126.649,1.60714285714286,2,1,D4,mf,17,144,62,17,,,,,t,o,,d,,,gutim,799 +non,33,9,4,829,592,301,0,126.649,2.14285714285714,1,0,Eb3,mf,17,144,51,17,,,,,,o,,d,,,gutim,800 +non,33,10,3,830,593,,768,128.256,0.355747767857143,4,0,D4,,,,,,,,,,T,,,,,,gutim,801 +non,33,12,3,831,594,302,938,128.612,0.179966517857143,8,0,C#3,f,20,144,49,20,,,,,t,o,,d,,,gutim,802 +ped,33,11,0,832,594,,938,128.612,,,,,,,176,64,127,,,,,,,V,,,,gutim,803 +nof,33,8,3,828,595,,0,128.762,,,,,,,144,62,0,,,,,,,,,,,gutim,799 +non,33,13,1,833,596,303,1024,128.792,1.60714285714286,2,1,G#5,mp,14,144,80,14,,,,,t,o,,d,,,gutim,804 +non,33,14,2,834,596,,1024,128.792,0.803571428571429,4,1,G3,,,,,,,,,,T,,,,,,gutim,805 +non,33,15,3,835,596,,1024,128.792,2.14285714285714,1,0,C#3,,,,,,,,,,_,,,,,,gutim,806 +non,33,16,4,836,596,303,1024,128.792,2.14285714285714,1,0,Bb1,mp,14,144,34,14,,,,,t,o,,d,,,gutim,807 +nof,33,4,1,826,597,,0,128.942,,,,,,,144,76,0,,,,,,,,,,,gutim,797 +nof,33,9,4,829,597,,0,128.942,,,,,,,144,51,0,,,,,,,,,,,gutim,800 +non,33,17,2,837,598,304,1408,129.595,0.267857142857143,8,0,B3,p,11,144,59,11,,,,,t,o,,d,,,gutim,808 +nof,33,5,2,827,599,,0,129.745,,,,,,,144,55,0,,,,,,,,,,,gutim,798 +non,33,18,2,838,600,,1536,129.863,1.07142857142857,2,0,B3,,,,,,,,,,_,,,,,,gutim,809 +non,33,19,1,839,601,305,1792,130.399,0.535714285714286,4,0,F#5,ppp,5,144,78,5,,,,,,o,,d,,,gutim,810 +non,33,20,1,840,601,,1792,130.399,0.535714285714286,4,0,G#5,,,,,,,,,,_,,,,,,gutim,811 +nof,33,19,1,839,602,,1792,130.935,,,,,,,144,78,0,,,,,,,,,,,gutim,810 +bar,34,0,0,841,602,,0,130.935,,,,,,,,,,34,,,,,,,,,,gutim,812 +non,34,1,1,842,602,,0,130.935,0.535714285714286,4,0,G#5,,,,,,,,,,T,,,,,,gutim,813 +non,34,2,2,843,602,,0,130.935,1.07142857142857,2,0,B3,,,,,,,,,,_,,,,,,gutim,814 +non,34,3,3,844,602,,0,130.935,4.28571428571429,0.5,0,C#3,,,,,,,,,,T,,,,,,gutim,815 +non,34,4,4,845,602,,0,130.935,4.28571428571429,0.5,0,Bb1,,,,,,,,,,T,,,,,,gutim,816 +ped,34,5,0,846,603,,256,131.47,,,,,,,176,64,0,,,,,,,^,,,,gutim,803 +rst,34,6,1,847,603,,256,131.47,,,,,,,176,102,0,,,,,,,,,,,gutim,817 +nof,33,13,1,833,604,,1024,131.47,,,,,,,144,80,0,,,,,,,,,,,gutim,804 +non,34,7,1,848,605,306,512,132.006,2.14285714285714,1,0,A5,pppp,2,144,81,2,,,,,,o,,,,,gutim,818 +non,34,8,2,849,605,306,512,132.006,3.21428571428571,1,1,A#3,f,20,144,58,20,,,,,t,o,,d,,,gutim,819 +non,34,9,2,850,605,,512,132.006,2.14285714285714,1,1,B3,,,,,,,,,,_,,,,,,gutim,820 +non,34,10,2,851,605,306,512,132.006,2.14285714285714,1,1,A4,ff,22,144,69,22,,,,,t,o,,d,,,gutim,821 +ped,34,11,0,852,606,,704,132.408,,,,,,,176,64,127,,,,,,,V,,,,gutim,822 +nof,34,7,1,848,607,,512,134.149,,,,,,,144,81,0,,,,,,,,,,,gutim,818 +rst,34,12,1,853,607,,1536,134.149,,,,,,,176,102,0,,,,,,,,,,,gutim,823 +nof,34,10,2,851,608,,512,135.22,,,,,,,144,69,0,,,,,,,,,,,gutim,821 +bar,35,0,0,854,608,,0,135.22,,,,,,,,,,35,,,,,,,,,,gutim,824 +ped,35,1,0,855,608,,0,135.22,,,,,,,176,64,0,,,,,,,^,,,,gutim,822 +rst,35,2,1,856,608,,0,135.22,,,,,,,176,102,0,,,,,,,,,,,gutim,825 +non,35,3,2,857,608,,0,135.22,1.60714285714286,2,1,A#3,,,,,,,,,,T,,,,,,gutim,826 +non,35,4,2,858,608,,0,135.22,1.07142857142857,2,1,B3,,,,,,,,,,T,,,,,,gutim,827 +non,35,5,2,859,608,,0,135.22,1.07142857142857,2,1,A4,,,,,,,,,,T,,,,,,gutim,828 +rst,35,6,3,860,608,,0,135.22,,,,,,,176,102,0,,,,,,,,,,,gutim,829 +non,35,7,4,861,608,307,0,135.22,2.14285714285714,1,0,C3,p,11,144,48,11,,,,,,o,,d,,,gutim,830 +non,35,8,4,862,608,307,0,135.22,2.14285714285714,1,0,Ab3,ppp,5,144,56,5,,,,,,o,,d,,,gutim,831 +nof,33,17,2,837,609,,1408,135.22,,,,,,,144,59,0,,,,,,,,,,,gutim,808 +nof,33,16,4,836,610,,1024,135.22,,,,,,,144,34,0,,,,,,,,,,,gutim,807 +nof,33,12,3,831,611,,938,135.22,,,,,,,144,49,0,,,,,,,,,,,gutim,802 +rst,35,9,3,863,612,,256,135.756,,,,,,,176,102,0,,,,,,,,,,,gutim,832 +non,35,11,3,864,613,308,426,136.112,0.179966517857143,8,0,Ab2,f,20,144,44,20,,,,,t,o,,D,,,gutim,833 +ped,35,10,0,865,613,,426,136.112,,,,,,,176,64,127,,,,,,,V,,,,gutim,834 +rst,35,12,1,866,614,,512,136.292,,,,,,,176,102,0,,,,,,,,,,,gutim,835 +non,35,13,3,867,614,,512,136.292,0.267857142857143,8,0,Ab2,,,,,,,,,,T,,,,,,gutim,836 +nof,35,11,3,864,615,,426,136.56,,,,,,,144,44,0,,,,,,,,,,,gutim,833 +non,35,14,1,868,615,309,640,136.56,0.267857142857143,8,0,A5,ff,22,144,81,22,,,,,t,o,,,,,gutim,837 +non,35,15,3,869,615,309,640,136.56,0.267857142857143,8,0,Bb4,mf,17,144,70,17,,,,,t,o,,,,,gutim,838 +ped,35,19,0,870,616,,810,136.765,,,,,,,176,64,0,,,,,,,^,,,,gutim,834 +non,35,16,1,871,617,,768,136.827,3.75,1,2,A5,,,,,,,,,,_,,,,,,gutim,839 +rst,35,17,2,872,617,,768,136.827,,,,,,,176,102,0,,,,,,,,,,,gutim,840 +non,35,18,3,873,617,,768,136.827,0.087890625,16,0,Bb4,,,,,,,,,,T,,,,,,gutim,841 +nof,34,8,2,849,618,,512,136.827,,,,,,,144,58,0,,,,,,,,,,,gutim,819 +nof,35,15,3,869,619,,640,136.915,,,,,,,144,70,0,,,,,,,,,,,gutim,838 +non,35,20,3,874,619,310,810,136.915,0.0899832589285714,16,0,C6,mf+,18,144,84,18,,,,,,o,,,e,,gutim,842 +nof,35,20,3,874,620,,810,137.005,,,,,,,144,84,0,,,,,,,,,,,gutim,842 +non,35,21,3,875,620,311,853,137.005,0.0899832589285714,16,0,E3,f-,19,144,52,19,,,,,,o,,,e,,gutim,843 +ped,35,19,0,876,621,,810,137.065,,,,,,,176,64,127,,,,,,,V,,,,gutim,844 +nof,35,21,3,875,622,,853,137.095,,,,,,,144,52,0,,,,,,,,,,,gutim,843 +non,35,22,3,877,622,312,896,137.095,0.087890625,16,0,C#4,f,20,144,61,20,,,,,,o,,,e,,gutim,845 +nof,35,22,3,877,623,,896,137.183,,,,,,,144,61,0,,,,,,,,,,,gutim,845 +non,35,23,3,878,623,313,938,137.183,0.0899832589285714,16,0,Bb5,f+,21,144,82,21,,,,,,o,,,e,,gutim,846 +ped,35,25,0,879,624,,1024,137.213,,,,,,,176,64,0,,,,,,,^,,,,gutim,844 +nof,35,23,3,878,625,,938,137.273,,,,,,,144,82,0,,,,,,,,,,,gutim,846 +non,35,24,3,880,625,314,981,137.273,0.0899832589285714,16,0,Ab1,ff,22,144,32,22,,,,,,o,,,e,,gutim,847 +nof,35,7,4,861,626,,0,137.363,,,,,,,144,48,0,,,,,,,,,,,gutim,830 +nof,35,8,4,862,626,,0,137.363,,,,,,,144,56,0,,,,,,,,,,,gutim,831 +nof,35,24,3,880,627,,981,137.363,,,,,,,144,32,0,,,,,,,,,,,gutim,847 +non,35,26,2,881,627,315,1024,137.363,1.07142857142857,2,0,E5,p,11,144,76,11,,,,,,o,,,E,,gutim,848 +non,35,27,2,882,627,315,1024,137.363,1.07142857142857,2,0,C6,ff,22,144,84,22,,,,,t,o,,,E 5929,,gutim,849 +rst,35,28,3,883,627,,1024,137.363,,,,,,,176,102,0,,,,,,,,,,,gutim,850 +rst,35,29,4,884,627,,1024,137.363,,,,,,,176,102,0,,,,,,,,,,,gutim,851 +ped,35,25,0,885,628,,1024,137.513,,,,,,,176,64,127,,,,,,,V,,,,gutim,852 +rst,35,30,3,886,629,,1280,137.899,,,,,,,176,102,0,,,,,,,,,,,gutim,853 +non,35,31,3,887,630,316,1365,138.077,0.177873883928571,8,0,C#6,ppp,5,144,85,5,,,,,,o,,d,,,gutim,854 +non,35,32,3,888,630,316,1365,138.077,0.267857142857143,8,0,A6,ppp,5,144,93,5,,,,,,o,,d,,,gutim,855 +nof,35,31,3,887,631,,1365,138.255,,,,,,,144,85,0,,,,,,,,,,,gutim,854 +non,35,33,3,889,631,317,1450,138.255,0.179966517857143,8,0,F#2,ppp,5,144,42,5,,,,,,o,,d,,,gutim,856 +non,35,34,3,890,631,317,1450,138.255,0.267857142857143,8,0,D#5,ppp,5,144,75,5,,,,,,o,,d,,,gutim,857 +nof,35,32,3,888,632,,1365,138.345,,,,,,,144,93,0,,,,,,,,,,,gutim,855 +nof,35,26,2,881,633,,1024,138.435,,,,,,,144,76,0,,,,,,,,,,,gutim,848 +nof,35,33,3,889,633,,1450,138.435,,,,,,,144,42,0,,,,,,,,,,,gutim,856 +non,35,35,2,891,633,,1536,138.435,0.177873883928571,8,0,C6,,,,,,,,,,T,,,,,,gutim,858 +rst,35,36,3,892,633,,1536,138.435,,,,,,,176,102,0,,,,,,,,,,,gutim,859 +non,35,37,4,893,633,318,1536,138.435,2.14285714285714,1,0,D3,fff,24,144,50,24,,,,,t,o,,d,,,gutim,860 +nof,35,34,3,890,634,,1450,138.522,,,,,,,144,75,0,,,,,,,,,,,gutim,857 +ped,35,40,0,894,635,,1663,138.55,,,,,,,176,64,0,,,,,,,^,,,,gutim,852 +nof,35,27,2,882,636,,1024,138.612,,,,,,,144,84,0,,,,,,,,,,,gutim,849 +non,35,38,2,895,637,319,1621,138.612,0.357840401785714,4,0,C#4,fff,24,144,61,24,,,,,t,o,,d,,,gutim,861 +non,35,39,3,896,637,319,1621,138.612,0.177873883928571,8,0,Bb2,ppp,5,144,46,5,,,,,,o,,d,,,gutim,862 +nof,35,39,3,896,638,,1621,138.79,,,,,,,144,46,0,,,,,,,,,,,gutim,862 +rst,35,41,3,897,638,,1706,138.79,,,,,,,176,102,0,,,,,,,,,,,gutim,863 +ped,35,40,0,898,639,,1663,138.85,,,,,,,176,64,127,,,,,,,V,,,,gutim,864 +non,35,42,2,899,640,,1792,138.97,1.60714285714286,2,1,C#4,,,,,,,,,,_,,,,,,gutim,865 +rst,35,43,3,900,640,,1792,138.97,,,,,,,176,102,0,,,,,,,,,,,gutim,866 +non,35,44,3,901,641,320,2304,140.042,0.535714285714286,4,0,C4,ff,22,144,60,22,,,,,t,o,,d,,,gutim,867 +bar,36,0,0,902,642,,0,140.577,,,,,,,,,,36,,,,,,,,,,gutim,868 +non,36,1,1,903,642,,0,140.577,3.75,1,2,A5,,,,,,,,,,_,,,,,,gutim,869 +non,36,2,2,904,642,,0,140.577,4.28571428571429,0.5,0,C#4,,,,,,,,,,T,,,,,,gutim,870 +non,36,3,2,905,642,321,0,140.577,4.28571428571429,0.5,0,C#7,fff,24,144,97,24,,,,,,o,,d,,,gutim,871 +non,36,4,3,906,642,,0,140.577,4.28571428571429,0.5,0,C4,,,,,,,,,,T,,,,,,gutim,872 +non,36,5,4,907,642,,0,140.577,4.28571428571429,0.5,0,D3,,,,,,,,,,T,,,,,,gutim,873 +non,36,6,1,908,643,,1792,144.327,0.355747767857143,4,0,A5,,,,,,,,,,T,,,,,,gutim,874 +nof,35,14,1,868,644,,640,144.683,,,,,,,144,81,0,,,,,,,,,,,gutim,837 +non,36,7,1,909,645,322,1962,144.683,0.179966517857143,8,0,F3,f,20,144,53,20,,,,,t,o,,D 5929,,,gutim,875 +nof,35,37,4,893,646,,1536,144.863,,,,,,,144,50,0,,,,,,,,,,,gutim,860 +nof,35,38,2,895,647,,1621,144.863,,,,,,,144,61,0,,,,,,,,,,,gutim,861 +nof,36,3,2,905,647,,0,144.863,,,,,,,144,97,0,,,,,,,,,,,gutim,871 +non,36,8,1,910,647,,2048,144.863,1.07142857142857,2,0,F3,,,,,,,,,,_,,,,,,gutim,876 +rst,36,9,2,911,647,,2048,144.863,,,,,,,176,102,0,,,,,,,,,,,gutim,877 +rst,36,10,3,912,647,,2048,144.863,,,,,,,176,102,0,,,,,,,,,,,gutim,878 +rst,36,11,4,913,647,,2048,144.863,,,,,,,176,102,0,,,,,,,,,,,gutim,879 +nof,35,44,3,901,648,,2304,144.863,,,,,,,144,60,0,,,,,,,,,,,gutim,867 +bar,37,0,0,914,649,,0,145.935,,,,,,,,,,37,,,,,,,,,,gutim,880 +non,37,1,1,915,649,,0,145.935,2.14285714285714,1,0,F3,,,,,,,,,,_,,,,,,gutim,881 +rst,37,2,2,916,649,,0,145.935,,,,,,,176,102,0,,,,,,,,,,,gutim,882 +rst,37,3,3,917,649,,0,145.935,,,,,,,176,102,0,,,,,,,,,,,gutim,883 +rst,37,4,4,918,649,,0,145.935,,,,,,,176,102,0,,,,,,,,,,,gutim,884 +rst,37,5,4,919,650,,512,147.006,,,,,,,176,102,0,,,,,,,,,,,gutim,885 +non,37,6,1,920,651,,1024,148.077,3.21428571428571,1,1,F3,,,,,,,,,,_,,,,,,gutim,886 +non,37,7,2,921,651,323,1024,148.077,0.535714285714286,4,0,F7,ff,22,144,101,22,,,,,,o,,,,,gutim,887 +rst,37,8,3,922,651,,1024,148.077,,,,,,,176,102,0,,,,,,,,,,,gutim,888 +non,37,9,4,923,651,323,1024,148.077,1.07142857142857,2,0,E2,f,20,144,40,20,,,,,,o,,,,,gutim,889 +nof,37,7,2,921,652,,1024,148.613,,,,,,,144,101,0,,,,,,,,,,,gutim,887 +rst,37,10,3,924,652,,1280,148.613,,,,,,,176,102,0,,,,,,,,,,,gutim,890 +rst,37,11,2,925,652,,1280,148.613,,,,,,,176,102,0,,,,,,,,,,,gutim,891 +non,37,12,3,926,653,324,1365,148.791,0.0899832589285714,16,0,E3,f,20,144,52,20,,,,,t,o,,,,,gutim,892 +non,37,13,3,927,654,325,1408,148.881,0.267857142857143,8,1,F#2,f,20,144,42,20,,,,,,o,,,,,gutim,893 +non,37,14,3,928,654,,1408,148.881,0.267857142857143,8,1,E3,,,,,,,,,,T,,,,,,gutim,894 +ped,37,15,0,929,655,,1450,148.969,,,,,,,176,64,0,,,,,,,^,,,,gutim,864 +nof,37,9,4,923,656,,1024,149.149,,,,,,,144,40,0,,,,,,,,,,,gutim,889 +nof,37,12,3,926,656,,1365,149.149,,,,,,,144,52,0,,,,,,,,,,,gutim,892 +nof,37,13,3,927,656,,1408,149.149,,,,,,,144,42,0,,,,,,,,,,,gutim,893 +non,37,16,3,930,656,326,1536,149.149,2.14285714285714,1,0,E3,f,20,144,52,20,,,,,t,o,,,,,gutim,895 +non,37,17,2,931,656,326,1536,149.149,0.267857142857143,8,0,A4,mp,14,144,69,14,,,,,,o,,,,,gutim,896 +rst,37,18,4,932,656,,1536,149.149,,,,,,,176,102,0,,,,,,,,,,,gutim,897 +nof,37,17,2,931,657,,1536,149.417,,,,,,,144,69,0,,,,,,,,,,,gutim,896 +rst,37,19,2,933,657,,1664,149.417,,,,,,,176,102,0,,,,,,,,,,,gutim,898 +ped,37,20,0,934,658,,1719,149.532,,,,,,,176,64,127,,,,,,,V,,,,gutim,899 +rst,37,21,2,935,659,,1792,149.685,,,,,,,176,102,0,,,,,,,,,,,gutim,900 +rst,37,22,2,936,660,,2048,150.22,,,,,,,176,102,0,,,,,,,,,,,gutim,901 +non,37,23,4,937,660,327,2048,150.22,1.07142857142857,2,0,B2,pp,8,144,47,8,,,,,t,o,,,,,gutim,902 +bar,38,0,0,938,661,,0,151.292,,,,,,,,,,38,,,,,,,,,,gutim,903 +non,38,1,1,939,661,,0,151.292,4.28571428571429,0.5,0,F3,,,,,,,,,,_,,,,,,gutim,904 +non,38,2,2,940,661,,0,151.292,4.28571428571429,0.5,0,E3,,,,,,,,,,_,,,,,,gutim,905 +rst,38,3,3,941,661,,0,151.292,,,,,,,176,102,0,,,,,,,,,,,gutim,906 +non,38,4,4,942,661,,0,151.292,4.28571428571429,0.5,0,B2,,,,,,,,,,_,,,,,,gutim,907 +nof,37,16,3,930,662,,1536,151.827,,,,,,,144,52,0,,,,,,,,,,,gutim,895 +non,38,5,1,943,663,,2048,155.577,0.267857142857143,8,0,F3,,,,,,,,,,T,,,,,,gutim,908 +non,38,6,2,944,663,,2048,155.577,1.07142857142857,2,0,E3,,,,,,,,,,_,,,,,,gutim,909 +non,38,7,3,945,663,328,2048,155.577,0.267857142857143,8,0,F#2,pp,8,144,42,8,,,,,,o,,,,,gutim,910 +non,38,8,4,946,663,,2048,155.577,0.267857142857143,8,0,B2,,,,,,,,,,T,,,,,,gutim,911 +nof,36,7,1,909,664,,1962,155.845,,,,,,,144,53,0,,,,,,,,,,,gutim,875 +nof,37,23,4,937,665,,2048,155.845,,,,,,,144,47,0,,,,,,,,,,,gutim,902 +nof,38,7,3,945,665,,2048,155.845,,,,,,,144,42,0,,,,,,,,,,,gutim,910 +ped,38,9,0,947,665,,2176,155.845,,,,,,,176,64,0,,,,,,,^,,,,gutim,899 +non,38,10,1,948,665,329,,155.845,0.05,8,0,A#6,pp,8,144,94,8,,,,g,,o,,,,,gutim,912 +nof,38,10,1,948,666,,,155.895,,,,,,,144,94,0,,,,,,,,,,,gutim,912 +non,38,11,1,949,667,330,,155.92,0.05,8,0,G#4,pp-,7,144,68,7,,,,g,,o,,,,,gutim,913 +nof,38,11,1,949,668,,,155.97,,,,,,,144,68,0,,,,,,,,,,,gutim,913 +non,38,12,1,950,669,331,2176,155.995,0.267857142857143,8,0,E4,mf,17,144,64,17,,,,,,o,,,,,gutim,914 +rst,38,13,3,951,669,,2176,155.995,,,,,,,176,102,0,,,,,,,,,,,gutim,915 +rst,38,16,4,952,669,,2176,155.995,,,,,,,176,102,0,,,,,,,,,,,gutim,916 +nof,38,12,1,950,670,,2176,156.263,,,,,,,144,64,0,,,,,,,,,,,gutim,914 +non,38,14,4,953,670,332,,156.263,0.05,8,0,B0,ppp,5,144,23,5,,,,g,,o,,,,,gutim,917 +nof,38,14,4,953,671,,,156.313,,,,,,,144,23,0,,,,,,,,,,,gutim,917 +non,38,15,4,954,672,333,,156.338,0.05,8,0,E3,s,0,144,52,0,,,,g,,o,,,,,gutim,918 +nof,38,15,4,954,673,,,156.388,,,,,,,144,52,0,,,,,,,,,,,gutim,919 +non,38,17,1,955,674,334,,156.413,0.05,8,0,F#6,p,11,144,90,11,,,,g,,o,,,,,gutim,920 +nof,38,17,1,955,675,,,156.463,,,,,,,144,90,0,,,,,,,,,,,gutim,920 +non,38,18,1,956,676,335,,156.488,0.05,8,0,E2,p,11,144,40,11,,,,g,,o,,,,,gutim,921 +nof,38,18,1,956,677,,,156.538,,,,,,,144,40,0,,,,,,,,,,,gutim,921 +non,38,19,1,957,678,336,2304,156.563,0.267857142857143,8,0,G#4,mp,14,144,68,14,,,,,,o,,,,,gutim,922 +non,38,20,1,958,678,336,2304,156.563,0.267857142857143,8,0,F#5,p,11,144,78,11,,,,,t,o,,,,,gutim,923 +rst,38,21,3,959,678,,2304,156.563,,,,,,,176,102,0,,,,,,,,,,,gutim,924 +rst,38,22,4,960,678,,2304,156.563,,,,,,,176,102,0,,,,,,,,,,,gutim,925 +nof,38,19,1,957,679,,2304,156.831,,,,,,,144,68,0,,,,,,,,,,,gutim,922 +non,38,23,1,961,679,,2432,156.831,0.267857142857143,8,0,F#5,,,,,,,,,,_,,,,,,gutim,926 +bar,39,0,0,962,680,,0,157.099,,,,,,,,,,39,,,,,,,,,,gutim,927 +non,39,1,1,963,680,,0,157.099,4.28571428571429,0.5,0,F#5,,,,,,,,,,T,,,,,,gutim,928 +non,39,2,2,964,680,,0,157.099,4.28571428571429,0.5,0,E3,,,,,,,,,,T,,,,,,gutim,929 +rst,39,3,3,965,680,,0,157.099,,,,,,,176,102,0,,,,,,,,,,,gutim,930 +rst,39,4,4,966,680,,0,157.099,,,,,,,176,102,0,,,,,,,,,,,gutim,931 +non,39,6,4,967,681,337,256,157.635,3.75,1,2,F#4,f,20,144,66,20,,,,,,o,,,,,gutim,932 +ped,39,5,0,968,681,,256,157.635,,,,,,,176,64,127,,,,,,,V,,,,gutim,933 +non,39,7,3,969,682,338,,160.624,0.05,8,0,D4,mp,14,144,62,14,,,,g,,o,,,,,gutim,934 +nof,39,7,3,969,683,,,160.674,,,,,,,144,62,0,,,,,,,,,,,gutim,934 +non,39,8,3,970,684,339,,160.699,0.05,8,0,A5,p,11,144,81,11,,,,g,,o,,,,,gutim,935 +nof,39,8,3,970,685,,,160.749,,,,,,,144,81,0,,,,,,,,,,,gutim,935 +non,39,9,3,971,686,340,,160.774,0.05,8,0,B0,pp,8,144,23,8,,,,g,,o,,,,,gutim,936 +nof,39,9,3,971,687,,,160.824,,,,,,,144,23,0,,,,,,,,,,,gutim,936 +non,39,10,3,972,688,341,1792,160.849,0.535714285714286,4,0,C#3,ppp,5,144,49,5,,,,,,o,,,,,gutim,937 +ped,39,11,0,973,689,,2047,161.234,,,,,,,176,64,0,,,,,,,^,,,,gutim,933 +nof,39,10,3,972,690,,1792,161.385,,,,,,,144,49,0,,,,,,,,,,,gutim,937 +bar,40,0,0,974,691,,0,161.385,,,,,,,,,,40,,,,,,,,,,gutim,938 +sec,40,1,0,975,691,,0,161.385,,,,,,,,,,,5929,,,,,,,,,gutim,939 +bpm,40,1,0,975,691,,0,161.385,,1.5,,,,,,,,,,112,,,,,,,,gutim,940 +non,40,3,1,976,691,342,0,161.385,0.320172991071429,8,1,G4,pp,8,144,67,8,,,,,,o,,d,,,gutim,941 +non,40,4,2,977,691,342,0,161.385,0.0523158482142857,32,0,C7,pp,8,144,96,8,,,,,,o,,d,,,gutim,942 +non,40,5,2,978,691,342,0,161.385,0.0669642857142857,32,0,A7,pp,8,144,105,8,,,,,,o,,d,,,gutim,943 +non,40,6,3,979,691,342,0,161.385,1.07142857142857,2,0,D#4,p,11,144,63,11,,,,,t,o,,d,,,gutim,944 +rst,40,7,4,980,691,,0,161.385,,,,,,,176,102,0,,,,,,,,,,,gutim,945 +nof,40,4,2,977,692,,0,161.437,,,,,,,144,96,0,,,,,,,,,,,gutim,942 +non,40,8,2,981,692,343,25,161.437,0.1611328125,16,1,E7,pp+,9,144,100,9,,,,,,o,,,,,gutim,946 +nof,40,5,2,978,693,,0,161.452,,,,,,,144,105,0,,,,,,,,,,,gutim,943 +ped,40,2,0,982,694,,0,161.534,,,,,,,176,64,127,,,,,,,V,,,,gutim,947 +nof,40,8,2,981,695,,25,161.598,,,,,,,144,100,0,,,,,,,,,,,gutim,946 +non,40,9,2,983,695,344,102,161.598,0.322265625,8,1,G#3,p,11,144,56,11,,,,,t,o,,,,,gutim,948 +nof,40,3,1,976,696,,0,161.705,,,,,,,144,67,0,,,,,,,,,,,gutim,941 +non,40,10,1,984,696,345,153,161.705,0.215541294642857,8,0,B4,p,11,144,71,11,,,,,t,o,,,,,gutim,949 +nof,39,6,4,967,697,,256,161.835,,,,,,,144,66,0,,,,,,,,,,,gutim,932 +nof,38,20,1,958,698,,2304,161.835,,,,,,,144,78,0,,,,,,,,,,,gutim,923 +non,40,11,1,985,699,,256,161.92,0.106724330357143,16,0,B4,,,,,,,,,,T,,,,,,gutim,950 +non,40,12,2,986,699,,256,161.92,0.106724330357143,16,0,G#3,,,,,,,,,,T,,,,,,gutim,951 +nof,40,9,2,983,700,,102,162.027,,,,,,,144,56,0,,,,,,,,,,,gutim,948 +nof,40,10,1,984,700,,153,162.027,,,,,,,144,71,0,,,,,,,,,,,gutim,949 +ped,40,13,0,987,700,,307,162.027,,,,,,,176,64,0,,,,,,,^,,,,gutim,947 +non,40,14,1,988,700,346,307,162.027,0.428989955357143,4,0,A6,pp,8,144,93,8,,,,,,o,,,,,gutim,952 +non,40,15,2,989,700,346,307,162.027,0.428989955357143,4,0,D5,p,11,144,74,11,,,,,,o,,,,,gutim,953 +nof,40,14,1,988,701,,307,162.456,,,,,,,144,93,0,,,,,,,,,,,gutim,952 +nof,40,15,2,989,701,,307,162.456,,,,,,,144,74,0,,,,,,,,,,,gutim,953 +rst,40,16,1,990,701,,512,162.456,,,,,,,176,102,0,,,,,,,,,,,gutim,954 +non,40,17,2,991,701,347,512,162.456,0.106724330357143,16,0,C#4,pp,8,144,61,8,,,,,,o,,,,,gutim,955 +non,40,18,3,992,701,,512,162.456,0.355747767857143,4,0,D#4,,,,,,,,,,T,,,,,,gutim,956 +rst,40,19,4,993,701,,512,162.456,,,,,,,176,102,0,,,,,,,,,,,gutim,957 +nof,40,17,2,991,702,,512,162.563,,,,,,,144,61,0,,,,,,,,,,,gutim,955 +non,40,20,2,994,702,348,563,162.563,0.106724330357143,16,0,D5,pp,8,144,74,8,,,,,,o,,,,,gutim,958 +nof,40,20,2,994,703,,563,162.669,,,,,,,144,74,0,,,,,,,,,,,gutim,958 +non,40,21,4,995,703,349,614,162.669,0.322265625,8,1,C3,p,11,144,48,11,,,,,t,o,,d,,,gutim,959 +non,40,22,2,996,703,349,614,162.669,0.322265625,8,1,C6,p,11,144,84,11,,,,,t,o,,d,,,gutim,960 +non,40,23,3,997,704,350,682,162.812,0.179966517857143,8,0,C#7,mf,17,144,97,17,,,,,,o,,d,,,gutim,961 +nof,40,6,3,979,705,,0,162.812,,,,,,,144,63,0,,,,,,,,,,,gutim,944 +nof,40,23,3,997,706,,682,162.992,,,,,,,144,97,0,,,,,,,,,,,gutim,961 +rst,40,24,3,998,706,,768,162.992,,,,,,,176,102,0,,,,,,,,,,,gutim,962 +non,40,25,4,999,706,,768,162.992,0.106724330357143,16,0,C3,,,,,,,,,,T,,,,,,gutim,963 +non,40,26,2,1000,706,,768,162.992,0.106724330357143,16,0,C6,,,,,,,,,,T,,,,,,gutim,964 +nof,40,21,4,995,707,,614,163.098,,,,,,,144,48,0,,,,,,,,,,,gutim,959 +nof,40,22,2,996,707,,614,163.098,,,,,,,144,84,0,,,,,,,,,,,gutim,960 +non,40,27,4,1001,707,351,819,163.098,0.428989955357143,4,0,Db3,p,11,144,49,11,,,,,,o,,d,,,gutim,965 +non,40,28,2,1002,707,351,819,163.098,0.428989955357143,4,0,Eb5,p,11,144,75,11,,,,,,o,,d,,,gutim,966 +nof,40,27,4,1001,708,,819,163.527,,,,,,,144,49,0,,,,,,,,,,,gutim,965 +nof,40,28,2,1002,708,,819,163.527,,,,,,,144,75,0,,,,,,,,,,,gutim,966 +rst,40,29,1,1003,708,,1024,163.527,,,,,,,176,102,0,,,,,,,,,,,gutim,967 +non,40,33,4,1004,708,352,,163.527,0.05,8,0,G3,p,11,144,55,11,,,,g,,o,,d,,,gutim,968 +nof,40,33,4,1004,709,,,163.577,,,,,,,144,55,0,,,,,,,,,,,gutim,968 +non,40,34,4,1005,710,353,,163.602,0.05,8,0,C3,p,11,144,48,11,,,,g,,o,,d,,,gutim,969 +nof,40,34,4,1005,711,,,163.652,,,,,,,144,48,0,,,,,,,,,,,gutim,969 +non,40,35,4,1006,712,354,,163.677,0.05,8,0,B3,p,11,144,59,11,,,,g,,o,,d,,,gutim,970 +nof,40,35,4,1006,713,,,163.727,,,,,,,144,59,0,,,,,,,,,,,gutim,970 +non,40,30,2,1007,714,355,1024,163.752,1.07142857142857,2,0,E6,p,11,144,88,11,,,,,,o,,d,,,gutim,971 +non,40,31,2,1008,714,355,1024,163.752,1.07142857142857,2,0,A6,p,11,144,93,11,,,,,,o,,d,,,gutim,972 +rst,40,32,3,1009,714,,1024,163.752,,,,,,,176,102,0,,,,,,,,,,,gutim,973 +rst,40,36,4,1010,714,,1024,163.752,,,,,,,176,102,0,,,,,,,,,,,gutim,974 +non,40,37,4,1011,715,356,1109,163.93,0.357840401785714,4,0,F2,f,20,144,41,20,,,,,t,o,,D 5930,,,gutim,975 +non,40,38,4,1012,716,,1280,164.288,0.535714285714286,4,0,F2,,,,,,,,,,T,,,,,,gutim,976 +nof,40,30,2,1007,717,,1024,164.824,,,,,,,144,88,0,,,,,,,,,,,gutim,971 +nof,40,31,2,1008,717,,1024,164.824,,,,,,,144,93,0,,,,,,,,,,,gutim,972 +nof,40,37,4,1011,717,,1109,164.824,,,,,,,144,41,0,,,,,,,,,,,gutim,975 +rst,40,39,2,1013,717,,1536,164.824,,,,,,,176,102,0,,,,,,,,,,,gutim,977 +non,40,40,4,1014,717,357,1536,164.824,1.07142857142857,2,0,Ab2,pp,8,144,44,8,,,,,,o,,,,,gutim,978 +non,40,41,4,1015,717,357,1536,164.824,1.07142857142857,2,0,Gb3,pp,8,144,54,8,,,,,,o,,,,,gutim,979 +bar,41,0,0,1016,718,,0,165.895,,,,,,,,,,41,,,,,,,,,,gutim,980 +sec,41,1,0,1017,718,,0,165.895,,,,,,,,,,,5930,,,,,,,,,gutim,981 +non,41,6,1,1018,718,,0,165.895,0.355747767857143,8,1,C6,,,,,,,,,,T,,,,,,gutim,982 +non,41,8,2,1019,718,,0,165.895,2.14285714285714,1,0,A7,,,,,,,,,,T,,,,,,gutim,983 +non,41,3,1,1020,718,358,,165.895,0.05,8,0,C6,pp,8,144,84,8,,,,g,t,o,,d,e,,gutim,984 +nof,41,3,1,1020,719,,,165.945,,,,,,,144,84,0,,,,,,,,,,,gutim,984 +non,41,9,3,1021,720,359,,165.97,0.05,8,0,Ab5,pp,8,144,80,8,,,,g,,o,,d,e,,gutim,985 +nof,41,9,3,1021,721,,,166.02,,,,,,,144,80,0,,,,,,,,,,,gutim,985 +non,41,7,2,1022,722,360,,166.045,0.05,8,0,A7,fff,24,144,105,24,,,,g,t,o,,d,e,,gutim,986 +nof,41,7,2,1022,723,,,166.095,,,,,,,144,105,0,,,,,,,,,,,gutim,986 +non,41,4,1,1023,724,361,,166.12,0.05,8,0,E3,pp+,9,144,52,9,,,,g,,o,,d,e,,gutim,987 +nof,40,40,4,1014,725,,1536,166.12,,,,,,,144,44,0,,,,,,,,,,,gutim,978 +nof,40,41,4,1015,725,,1536,166.12,,,,,,,144,54,0,,,,,,,,,,,gutim,979 +nof,41,4,1,1023,726,,,166.17,,,,,,,144,52,0,,,,,,,,,,,gutim,987 +non,41,10,3,1024,727,362,,166.195,0.05,8,0,C3,pp+,9,144,48,9,,,,g,,o,,D,e,,gutim,988 +nof,41,10,3,1024,728,,,166.245,,,,,,,144,48,0,,,,,,,,,,,gutim,988 +non,41,11,3,1025,729,363,,166.27,0.05,8,0,Eb4,p,11,144,63,11,,,,g,,o,,,e,,gutim,989 +nof,41,11,3,1025,730,,,166.32,,,,,,,144,63,0,,,,,,,,,,,gutim,989 +non,41,5,1,1026,731,364,,166.345,0.05,8,0,F5,p,11,144,77,11,,,,g,,o,,,e,,gutim,990 +nof,41,5,1,1026,732,,,166.395,,,,,,,144,77,0,,,,,,,,,,,gutim,990 +non,41,12,3,1027,733,365,0,166.42,0.177873883928571,8,0,B3,p,11,144,59,11,,,,,,o,,,E,,gutim,991 +non,41,13,4,1028,733,365,0,166.42,4.28571428571429,0.5,0,G2,p,11,144,43,11,,,,,,o,,,,,gutim,992 +ped,41,2,0,1029,733,,0,166.42,,,,,,,176,64,127,,,,,,,V,,,,gutim,993 +nof,41,12,3,1027,734,,0,166.598,,,,,,,144,59,0,,,,,,,,,,,gutim,991 +nof,41,13,4,1028,734,,0,166.598,,,,,,,144,43,0,,,,,,,,,,,gutim,992 +non,41,14,3,1030,734,366,85,166.598,0.357840401785714,4,0,G2,p,11,144,43,11,,,,,,o,,,,,gutim,994 +non,41,15,1,1031,735,367,170,166.776,0.0606863839285714,32,0,D4,p,11,144,62,11,,,,,,o,,,,,gutim,995 +nof,41,15,1,1031,736,,170,166.837,,,,,,,144,62,0,,,,,,,,,,,gutim,995 +non,41,16,1,1032,736,368,199,166.837,0.05859375,32,0,E6,p+,12,144,88,12,,,,,,o,,,,,gutim,996 +nof,41,16,1,1032,737,,199,166.895,,,,,,,144,88,0,,,,,,,,,,,gutim,996 +non,41,17,1,1033,737,369,227,166.895,0.0606863839285714,32,0,C#3,mp,14,144,49,14,,,,,,o,,,,,gutim,997 +ped,41,19,0,1034,738,,256,166.932,,,,,,,176,64,0,,,,,,,^,,,,gutim,993 +nof,41,17,1,1033,739,,227,166.956,,,,,,,144,49,0,,,,,,,,,,,gutim,997 +rst,41,18,1,1035,739,,256,166.956,,,,,,,176,102,0,,,,,,,,,,,gutim,998 +rst,41,20,3,1036,739,,256,166.956,,,,,,,176,102,0,,,,,,,,,,,gutim,999 +non,41,21,1,1037,740,370,,167.134,0.05,8,0,C7,mp,14,144,96,14,,,,g,,o,,d,,,gutim,1000 +nof,41,21,1,1037,741,,,167.184,,,,,,,144,96,0,,,,,,,,,,,gutim,1000 +non,41,22,1,1038,742,371,341,167.209,0.357840401785714,4,0,E7,mp,14,144,100,14,,,,,,o,,d,,,gutim,1001 +ped,41,23,0,1039,743,,341,167.232,,,,,,,176,64,127,,,,,,,V,,,,gutim,1002 +nof,41,22,1,1038,744,,341,167.567,,,,,,,144,100,0,,,,,,,,,,,gutim,1001 +non,41,24,1,1040,744,372,512,167.567,3.21428571428571,1,1,C6,ff,22,144,84,22,,,,,,o,,D,,,gutim,1003 +rst,41,25,3,1041,744,,512,167.567,,,,,,,176,102,0,,,,,,,,,,,gutim,1004 +rst,41,26,2,1042,745,,1024,168.638,,,,,,,176,102,0,,,,,,,,,,,gutim,1005 +rst,41,27,3,1043,745,,1024,168.638,,,,,,,176,102,0,,,,,,,,,,,gutim,1006 +rst,41,28,3,1044,746,,1280,169.174,,,,,,,176,102,0,,,,,,,,,,,gutim,1007 +non,41,29,3,1045,747,373,1365,169.352,0.357840401785714,4,0,F1,fff,24,144,29,24,,,,,,o,,d,e,t,gutim,1008 +nof,41,29,3,1045,748,,1365,169.71,,,,,,,144,29,0,,,,,,,,,,,gutim,1008 +rst,41,30,2,1046,748,,1536,169.71,,,,,,,176,102,0,,,,,,,,,,,gutim,1009 +non,41,31,3,1047,748,374,1536,169.71,0.355747767857143,4,0,Eb3,fff,24,144,51,24,,,,,,o,,,e,t,gutim,1010 +non,41,32,2,1048,749,375,1706,170.065,0.357840401785714,4,0,Db6,ff,22,144,85,22,,,,,,o,,,,,gutim,1011 +non,41,33,3,1049,749,375,1706,170.065,0.357840401785714,4,0,Ab3,mf,17,144,56,17,,,,,,o,,d,e,t,gutim,1012 +nof,41,31,3,1047,750,,1536,170.14,,,,,,,144,51,0,,,,,,,,,,,gutim,1010 +nof,41,32,2,1048,751,,1706,170.423,,,,,,,144,85,0,,,,,,,,,,,gutim,1011 +nof,41,33,3,1049,751,,1706,170.423,,,,,,,144,56,0,,,,,,,,,,,gutim,1012 +non,41,34,2,1050,751,376,1877,170.423,0.357840401785714,4,0,Db4,mp,14,144,61,14,,,,,,o,,,e,t,gutim,1013 +non,41,35,3,1051,751,376,1877,170.423,0.357840401785714,4,0,Ab1,ff,22,144,32,22,,,,,t,o,,d,e,t,gutim,1014 +non,41,36,3,1052,751,376,1877,170.423,0.535714285714286,4,0,Gb2,p,11,144,42,11,,,,,,o,,d,E,T,gutim,1015 +ped,41,37,0,1053,752,,2047,170.629,,,,,,,176,64,0,,,,,,,^,,,,gutim,1002 +nof,41,34,2,1050,753,,1877,170.781,,,,,,,144,61,0,,,,,,,,,,,gutim,1013 +bar,42,0,0,1054,753,,0,170.781,,,,,,,,,,42,,,,,,,,,,gutim,1016 +bpm,42,0,0,1054,753,,0,170.781,,12.17,,,,,,,,,,112,,,,,,,,gutim,1017 +non,42,1,1,1055,753,377,0,170.781,2.14285714285714,1,0,D#6,f,20,144,87,20,,,,,,o,,d,e,t,gutim,1018 +non,42,2,1,1056,753,377,0,170.781,2.14285714285714,1,0,E6,f,20,144,88,20,,,,,,o,,d,e,t,gutim,1019 +non,42,4,3,1057,753,,0,170.781,0.535714285714286,4,0,Ab1,,,,,,,,,,_,,,,,,gutim,1020 +non,42,5,4,1058,753,377,0,170.781,2.14285714285714,1,0,C2,f,20,144,36,20,,,,,,o,,D,e,t,gutim,1021 +non,42,6,2,1059,754,378,21,170.825,0.0439453125,32,0,D4,f,20,144,62,20,,,,,,o,,d,e,T 5931,gutim,1022 +nof,42,6,2,1059,755,,21,170.869,,,,,,,144,62,0,,,,,,,,,,,gutim,1022 +non,42,7,2,1060,755,379,42,170.869,0.0460379464285714,32,0,F2,f,20,144,41,20,,,,,,o,,d,e,,gutim,1023 +non,42,8,2,1061,755,379,42,170.869,0.0669642857142857,32,0,Db3,f,20,144,49,20,,,,,,o,,d,e,,gutim,1024 +nof,41,24,1,1040,756,,512,170.915,,,,,,,144,84,0,,,,,,,,,,,gutim,1003 +nof,42,7,2,1060,756,,42,170.915,,,,,,,144,41,0,,,,,,,,,,,gutim,1023 +non,42,9,2,1062,756,380,64,170.915,0.401785714285714,8,1,C6,ff,22,144,84,22,,,,,t,o,,d,E,,gutim,1025 +non,42,10,2,1063,756,380,64,170.915,0.267857142857143,8,1,Db6,f,20,144,85,20,,,,,t,o,,d,E,,gutim,1026 +ped,41,37,0,1064,757,,2047,170.929,,,,,,,176,64,127,,,,,,,V,,,,gutim,1027 +nof,42,8,2,1061,758,,42,170.936,,,,,,,144,49,0,,,,,,,,,,,gutim,1024 +nof,41,36,3,1052,759,,1877,170.959,,,,,,,144,42,0,,,,,,,,,,,gutim,1015 +nof,41,14,3,1030,760,,85,171.306,,,,,,,144,43,0,,,,,,,,,,,gutim,994 +non,42,11,2,1065,761,,256,171.317,1.60714285714286,2,1,C6,,,,,,,,,,T,,,,,,gutim,1028 +non,42,12,2,1066,761,,256,171.317,1.07142857142857,2,1,Db6,,,,,,,,,,T,,,,,,gutim,1029 +non,42,13,3,1067,761,,256,171.317,0.355747767857143,4,0,Ab1,,,,,,,,,,T,,,,,,gutim,1030 +nof,41,35,3,1051,762,,1877,171.672,,,,,,,144,32,0,,,,,,,,,,,gutim,1014 +non,42,14,3,1068,763,381,426,171.672,0.179966517857143,8,0,Bb5,mp,14,144,82,14,,,,,t,o,,,,,gutim,1031 +non,42,15,3,1069,764,,512,171.852,0.803571428571429,4,1,Bb5,,,,,,,,,,T,,,,,,gutim,1032 +nof,42,10,2,1063,765,,64,172.254,,,,,,,144,85,0,,,,,,,,,,,gutim,1026 +non,42,16,3,1070,766,382,896,172.656,0.0669642857142857,32,0,C6,f,20,144,84,20,,,,,,o,,,,,gutim,1033 +nof,42,14,3,1068,767,,426,172.656,,,,,,,144,82,0,,,,,,,,,,,gutim,1031 +nof,42,16,3,1070,768,,896,172.723,,,,,,,144,84,0,,,,,,,,,,,gutim,1033 +non,42,17,3,1071,768,383,928,172.723,0.0669642857142857,32,0,E3,mp,14,144,52,14,,,,,,o,,,,,gutim,1034 +nof,42,17,3,1071,769,,928,172.79,,,,,,,144,52,0,,,,,,,,,,,gutim,1034 +non,42,18,3,1072,769,384,960,172.79,0.0669642857142857,32,0,Bb5,pp,8,144,82,8,,,,,,o,,,,,gutim,1035 +nof,42,18,3,1072,770,,960,172.857,,,,,,,144,82,0,,,,,,,,,,,gutim,1035 +ped,42,19,0,1073,770,,992,172.857,,,,,,,176,64,0,,,,,,,^,,,,gutim,1027 +rst,42,20,3,1074,770,,992,172.857,,,,,,,176,102,0,,,,,,,,,,,gutim,1036 +nof,42,5,4,1058,771,,0,172.924,,,,,,,144,36,0,,,,,,,,,,,gutim,1021 +non,42,21,1,1075,771,385,1024,172.924,0.087890625,16,0,C6,ff,22,144,84,22,,,,,,o,,,,,gutim,1037 +non,42,22,2,1076,771,385,1024,172.924,2.14285714285714,1,0,Eb5,ff,22,144,75,22,,,,,,o,,d,,,gutim,1038 +non,42,23,3,1077,771,385,1024,172.924,0.087890625,16,0,B1,pp,8,144,35,8,,,,,,o,,d,,,gutim,1039 +non,42,24,4,1078,771,385,1024,172.924,0.087890625,16,0,C2,pp,8,144,36,8,,,,,,o,,d,e,,gutim,1040 +nof,42,1,1,1055,772,,0,172.924,,,,,,,144,87,0,,,,,,,,,,,gutim,1018 +nof,42,2,1,1056,772,,0,172.924,,,,,,,144,88,0,,,,,,,,,,,gutim,1019 +nof,42,9,2,1062,773,,64,172.924,,,,,,,144,84,0,,,,,,,,,,,gutim,1037 +nof,42,21,1,1075,774,,1024,173.012,,,,,,,144,84,0,,,,,,,,,,,gutim,1041 +nof,42,23,3,1077,774,,1024,173.012,,,,,,,144,35,0,,,,,,,,,,,gutim,1039 +nof,42,24,4,1078,774,,1024,173.012,,,,,,,144,36,0,,,,,,,,,,,gutim,1040 +non,42,25,1,1079,774,386,1066,173.012,0.0899832589285714,16,0,C#4,ff+,23,144,61,23,,,,,,o,,,e,,gutim,1042 +non,42,26,1,1080,774,386,1066,173.012,0.133928571428571,16,0,E4,ff+,23,144,64,23,,,,,,o,,,e,,gutim,1043 +rst,42,27,3,1081,774,,1066,173.012,,,,,,,176,102,0,,,,,,,,,,,gutim,1044 +rst,42,28,4,1082,774,,1066,173.012,,,,,,,176,102,0,,,,,,,,,,,gutim,1045 +nof,42,25,1,1079,775,,1066,173.102,,,,,,,144,61,0,,,,,,,,,,,gutim,1042 +non,42,29,1,1083,775,387,1109,173.102,0.0899832589285714,16,0,A4,mf,17,144,69,17,,,,,,o,,d,e,,gutim,1046 +non,42,30,1,1084,775,387,1109,173.102,0.133928571428571,16,0,Bb5,mf,17,144,82,17,,,,,,o,,d,e,,gutim,1047 +nof,42,26,1,1080,776,,1066,173.146,,,,,,,144,64,0,,,,,,,,,,,gutim,1043 +nof,42,29,1,1083,777,,1109,173.192,,,,,,,144,69,0,,,,,,,,,,,gutim,1046 +non,42,31,1,1085,777,388,1152,173.192,0.267857142857143,8,0,G#4,mf,17,144,68,17,,,,,,o,,d,e 5931,,gutim,1048 +non,42,32,4,1086,777,388,1152,173.192,0.267857142857143,8,0,E3,p,11,144,52,11,,,,,t,o,,d,,,gutim,1049 +nof,42,30,1,1084,778,,1109,173.236,,,,,,,144,82,0,,,,,,,,,,,gutim,1047 +non,42,33,3,1087,779,389,1194,173.28,0.179966517857143,8,0,F3,p,11,144,53,11,,,,,t,o,,D,,,gutim,1050 +nof,42,31,1,1085,780,,1152,173.46,,,,,,,144,68,0,,,,,,,,,,,gutim,1048 +rst,42,35,1,1088,780,,1280,173.46,,,,,,,176,102,0,,,,,,,,,,,gutim,1051 +non,42,36,3,1089,780,,1280,173.46,1.07142857142857,2,0,F3,,,,,,,,,,_,,,,,,gutim,1052 +non,42,37,4,1090,780,,1280,173.46,0.535714285714286,4,0,E3,,,,,,,,,,T,,,,,,gutim,1053 +ped,42,34,0,1091,780,,1280,173.46,,,,,,,176,64,127,,,,,,,V,,,,gutim,1054 +non,42,38,1,1092,781,390,1344,173.594,0.401785714285714,8,1,D4,ff,22,144,62,22,,,,,t,o,,,,,gutim,1055 +nof,42,32,4,1086,782,,1152,173.995,,,,,,,144,52,0,,,,,,,,,,,gutim,1049 +non,42,39,1,1093,783,,1536,173.995,1.07142857142857,2,0,D4,,,,,,,,,,_,,,,,,gutim,1056 +rst,42,40,4,1094,783,,1536,173.995,,,,,,,176,102,0,,,,,,,,,,,gutim,1057 +non,42,41,4,1095,784,391,1600,174.129,0.401785714285714,8,1,G2,p,11,144,43,11,,,,,t,o,,,,,gutim,1058 +non,42,42,3,1096,785,,1792,174.531,0.267857142857143,8,0,F3,,,,,,,,,,T,,,,,,gutim,1059 +non,42,43,4,1097,785,,1792,174.531,0.0669642857142857,32,0,G2,,,,,,,,,,T,,,,,,gutim,1060 +nof,42,41,4,1095,786,,1600,174.598,,,,,,,144,43,0,,,,,,,,,,,gutim,1058 +non,42,44,4,1098,786,392,1824,174.598,0.200892857142857,16,1,A0,ppp,5,144,21,5,,,,,,o,,,,,gutim,1061 +nof,42,33,3,1087,787,,1194,174.799,,,,,,,144,53,0,,,,,,,,,,,gutim,1050 +nof,42,44,4,1098,788,,1824,174.799,,,,,,,144,21,0,,,,,,,,,,,gutim,1061 +ped,42,45,0,1099,788,,1920,174.799,,,,,,,176,64,0,,,,,,,^,,,,gutim,1054 +rst,42,46,3,1100,788,,1920,174.799,,,,,,,176,102,0,,,,,,,,,,,gutim,1062 +rst,42,47,4,1101,788,,1920,174.799,,,,,,,176,102,0,,,,,,,,,,,gutim,1063 +nof,42,22,2,1076,789,,1024,175.067,,,,,,,144,75,0,,,,,,,,,,,gutim,1038 +bar,43,0,0,1102,790,,0,175.067,,,,,,,,,,43,,,,,,,,,,gutim,1064 +rst,43,1,1,1103,790,,0,175.067,,,,,,,176,102,0,,,,,,,,,,,gutim,1065 +non,43,2,2,1104,790,393,,175.067,0.05,8,0,F5,pp,8,144,77,8,,,,g,,o,,d,,,gutim,1066 +non,43,4,3,1105,790,393,,175.067,0.05,8,0,C2,mp,14,144,36,14,,,,g,,o,,d 5931,,,gutim,1067 +nof,43,2,2,1104,791,,,175.117,,,,,,,144,77,0,,,,,,,,,,,gutim,1066 +nof,43,4,3,1105,791,,,175.117,,,,,,,144,36,0,,,,,,,,,,,gutim,1067 +non,43,3,2,1106,792,394,0,175.142,1.07142857142857,2,0,Eb4,p,11,144,63,11,,,,,t,o,,d,,,gutim,1068 +non,43,5,3,1107,792,394,0,175.142,1.07142857142857,2,0,D4,mp,14,144,62,14,,,,,t,o,,d,,,gutim,1069 +non,43,6,3,1108,792,394,0,175.142,1.07142857142857,2,0,Eb5,mp,14,144,75,14,,,,,,o,,d,,,gutim,1070 +non,43,7,4,1109,792,394,0,175.142,1.07142857142857,2,0,E1,pp,8,144,28,8,,,,,,o,,d,,,gutim,1071 +non,43,8,4,1110,792,394,0,175.142,1.07142857142857,2,0,G1,pp,8,144,31,8,,,,,,o,,d,,,gutim,1072 +nof,42,38,1,1092,793,,1344,175.335,,,,,,,144,62,0,,,,,,,,,,,gutim,1069 +nof,43,6,3,1108,794,,0,176.213,,,,,,,144,75,0,,,,,,,,,,,gutim,1070 +nof,43,7,4,1109,794,,0,176.213,,,,,,,144,28,0,,,,,,,,,,,gutim,1071 +nof,43,8,4,1110,794,,0,176.213,,,,,,,144,31,0,,,,,,,,,,,gutim,1072 +non,43,9,1,1111,794,,512,176.213,0.267857142857143,8,0,D4,,,,,,,,,,T,,,,,,gutim,1073 +non,43,10,2,1112,794,,512,176.213,0.355747767857143,4,0,Eb4,,,,,,,,,,T,,,,,,gutim,1074 +rst,43,11,3,1113,794,,512,176.213,,,,,,,176,102,0,,,,,,,,,,,gutim,1075 +rst,43,12,4,1114,794,,512,176.213,,,,,,,176,102,0,,,,,,,,,,,gutim,1076 +non,43,13,1,1115,795,395,640,176.481,0.267857142857143,8,0,E6,ff,22,144,88,22,,,,,t,o,,d,,,gutim,1077 +nof,43,3,2,1106,796,,0,176.569,,,,,,,144,63,0,,,,,,,,,,,gutim,1068 +nof,43,5,3,1107,796,,0,176.569,,,,,,,144,62,0,,,,,,,,,,,gutim,1078 +non,43,14,2,1116,796,396,682,176.569,0.179966517857143,8,0,Ab5,mp,14,144,80,14,,,,,t,o,,d,,,gutim,1079 +non,43,15,4,1117,796,396,682,176.569,0.179966517857143,8,0,C3,pp,8,144,48,8,,,,,t,o,,d,,,gutim,1080 +non,43,16,1,1118,797,,768,176.749,0.803571428571429,4,1,E6,,,,,,,,,,_,,,,,,gutim,1081 +non,43,17,2,1119,797,,768,176.749,0.535714285714286,4,0,Ab5,,,,,,,,,,_,,,,,,gutim,1082 +non,43,18,4,1120,797,,768,176.749,0.535714285714286,4,0,C3,,,,,,,,,,T,,,,,,gutim,1083 +nof,43,15,4,1117,798,,682,177.285,,,,,,,144,48,0,,,,,,,,,,,gutim,1080 +non,43,19,2,1121,798,397,1024,177.285,0.535714285714286,4,0,Eb5,p,11,144,75,11,,,,,t,o,,d,,,gutim,1084 +non,43,20,2,1122,798,,1024,177.285,0.535714285714286,4,0,Ab5,,,,,,,,,,_,,,,,,gutim,1085 +non,43,21,3,1123,798,397,1024,177.285,0.0669642857142857,32,0,Db4,pp,8,144,61,8,,,,,,o,,d,,,gutim,1086 +non,43,22,4,1124,798,397,1024,177.285,0.535714285714286,4,0,Db2,mp,14,144,37,14,,,,,,o,,d,,,gutim,1087 +nof,43,21,3,1123,799,,1024,177.352,,,,,,,144,61,0,,,,,,,,,,,gutim,1086 +non,43,23,3,1125,799,398,1056,177.352,0.133928571428571,16,0,Ab1,pp,8,144,32,8,,,,,,o,,d,,,gutim,1088 +nof,43,23,3,1125,800,,1056,177.485,,,,,,,144,32,0,,,,,,,,,,,gutim,1088 +rst,43,24,3,1126,800,,1120,177.485,,,,,,,176,102,0,,,,,,,,,,,gutim,1089 +non,43,25,1,1127,801,399,1152,177.552,0.133928571428571,16,0,Bb5,ppp,5,144,82,5,,,,,,o,,d,,,gutim,1090 +non,43,26,1,1128,801,,1152,177.552,0.133928571428571,16,0,E6,,,,,,,,,,_,,,,,,gutim,1091 +nof,43,25,1,1127,802,,1152,177.686,,,,,,,144,82,0,,,,,,,,,,,gutim,1090 +non,43,28,1,1129,802,400,1216,177.686,0.133928571428571,16,0,C6,ppp,5,144,84,5,,,,,,o,,,,,gutim,1092 +non,43,29,1,1130,802,,1216,177.686,0.133928571428571,16,0,E6,,,,,,,,,,T,,,,,,gutim,1093 +non,43,30,3,1131,802,400,1216,177.686,0.133928571428571,16,0,Ab3,pp,8,144,56,8,,,,,,o,,d,,,gutim,1094 +ped,43,27,0,1132,802,,1216,177.686,,,,,,,176,64,127,,,,,,,V,,,,gutim,1095 +nof,43,22,4,1124,803,,1024,177.82,,,,,,,144,37,0,,,,,,,,,,,gutim,1087 +nof,43,13,1,1115,804,,640,177.82,,,,,,,144,88,0,,,,,,,,,,,gutim,1077 +nof,43,28,1,1129,804,,1216,177.82,,,,,,,144,84,0,,,,,,,,,,,gutim,1092 +nof,43,30,3,1131,804,,1216,177.82,,,,,,,144,56,0,,,,,,,,,,,gutim,1094 +rst,43,31,1,1133,804,,1280,177.82,,,,,,,176,102,0,,,,,,,,,,,gutim,1096 +non,43,32,2,1134,804,,1280,177.82,0.177873883928571,8,0,Eb5,,,,,,,,,,T,,,,,,gutim,1097 +non,43,33,2,1135,804,,1280,177.82,0.267857142857143,8,0,Ab5,,,,,,,,,,T,,,,,,gutim,1098 +non,43,34,3,1136,804,401,1280,177.82,0.177873883928571,8,0,C3,ppp,5,144,48,5,,,,,,o,,d,,,gutim,1099 +non,43,35,3,1137,804,401,1280,177.82,0.267857142857143,8,0,E3,ppp,5,144,52,5,,,,,,o,,d,,,gutim,1100 +rst,43,36,4,1138,804,,1280,177.82,,,,,,,176,102,0,,,,,,,,,,,gutim,1101 +ped,43,37,0,1139,805,,1365,177.848,,,,,,,176,64,0,,,,,,,^,,,,gutim,1095 +rst,43,38,2,1140,806,,1365,177.998,,,,,,,176,102,0,,,,,,,,,,,gutim,1102 +non,43,39,3,1141,806,402,1365,177.998,0.357840401785714,4,0,A0,mf,17,144,21,17,,,,,t,o,,d,,,gutim,1103 +non,43,40,3,1142,806,402,1365,177.998,0.535714285714286,4,0,G#1,mf,17,144,32,17,,,,,t,o,,d,,,gutim,1104 +non,43,41,3,1143,806,402,1365,177.998,0.535714285714286,4,0,E2,mf,17,144,40,17,,,,,t,o,,d,,,gutim,1105 +non,43,42,3,1144,806,402,1365,177.998,0.535714285714286,4,0,B2,mf,17,144,47,17,,,,,t,o,,d,,,gutim,1106 +nof,43,19,2,1121,807,,1024,178.073,,,,,,,144,75,0,,,,,,,,,,,gutim,1084 +nof,43,34,3,1136,808,,1280,178.073,,,,,,,144,48,0,,,,,,,,,,,gutim,1099 +ped,43,37,0,1145,809,,1365,178.148,,,,,,,176,64,127,,,,,,,V,,,,gutim,1107 +nof,43,14,2,1116,810,,682,178.163,,,,,,,144,80,0,,,,,,,,,,,gutim,1079 +nof,43,35,3,1137,811,,1280,178.163,,,,,,,144,52,0,,,,,,,,,,,gutim,1100 +rst,43,43,1,1146,812,,1536,178.356,,,,,,,176,102,0,,,,,,,,,,,gutim,1108 +rst,43,44,2,1147,812,,1536,178.356,,,,,,,176,102,0,,,,,,,,,,,gutim,1109 +non,43,45,3,1148,812,,1536,178.356,0.355747767857143,4,0,A0,,,,,,,,,,T,,,,,,gutim,1110 +non,43,46,3,1149,812,,1536,178.356,0.535714285714286,4,0,G#1,,,,,,,,,,T,,,,,,gutim,1111 +non,43,47,3,1150,812,,1536,178.356,0.535714285714286,4,0,E2,,,,,,,,,,T,,,,,,gutim,1112 +non,43,48,3,1151,812,,1536,178.356,0.535714285714286,4,0,B2,,,,,,,,,,T,,,,,,gutim,1113 +rst,43,49,4,1152,812,,1536,178.356,,,,,,,176,102,0,,,,,,,,,,,gutim,1114 +ped,43,50,0,1153,813,,1706,178.562,,,,,,,176,64,0,,,,,,,^,,,,gutim,1107 +nof,43,39,3,1141,814,,1365,178.712,,,,,,,144,21,0,,,,,,,,,,,gutim,1103 +non,43,51,2,1154,814,403,1706,178.712,0.715680803571429,2,0,G7,mf,17,144,103,17,,,,,,o,,D,,,gutim,1115 +non,43,52,3,1155,814,403,1706,178.712,0.715680803571429,2,0,B1,mp,14,144,35,14,,,,,,o,,D,,,gutim,1116 +ped,43,50,0,1156,815,,1706,178.862,,,,,,,176,64,127,,,,,,,V,,,,gutim,1117 +nof,43,40,3,1142,816,,1365,179.07,,,,,,,144,32,0,,,,,,,,,,,gutim,1104 +nof,43,41,3,1143,816,,1365,179.07,,,,,,,144,40,0,,,,,,,,,,,gutim,1105 +nof,43,42,3,1144,816,,1365,179.07,,,,,,,144,47,0,,,,,,,,,,,gutim,1106 +ped,43,53,0,1157,817,,2047,179.314,,,,,,,176,64,0,,,,,,,^,,,,gutim,1117 +nof,43,51,2,1154,818,,1706,179.427,,,,,,,144,103,0,,,,,,,,,,,gutim,1115 +nof,43,52,3,1155,818,,1706,179.427,,,,,,,144,35,0,,,,,,,,,,,gutim,1116 +bar,44,0,0,1158,819,,0,179.427,,,,,,,,,,44,,,,,,,,,,gutim,1118 +sec,44,1,0,1159,819,,0,179.427,,,,,,,,,,,5931,,,,,,,,,gutim,1119 +non,44,4,2,1160,819,404,,179.427,0.05,8,0,A7,mf,17,144,105,17,,,,g,,o,,d,,,gutim,1120 +nof,44,4,2,1160,820,,,179.477,,,,,,,144,105,0,,,,,,,,,,,gutim,1120 +non,44,3,1,1161,821,405,0,179.502,1.07142857142857,2,0,Eb5,f,20,144,75,20,,,,,,o,,d,,,gutim,1121 +non,44,5,2,1162,821,405,0,179.502,1.07142857142857,2,0,Eb4,pp,8,144,63,8,,,,,,o,,d,,,gutim,1122 +rst,44,6,3,1163,821,,0,179.502,,,,,,,176,102,0,,,,,,,,,,,gutim,1123 +rst,44,7,4,1164,821,,0,179.502,,,,,,,176,102,0,,,,,,,,,,,gutim,1124 +ped,44,2,0,1165,822,,0,179.614,,,,,,,176,64,127,,,,,,,V,,,,gutim,1125 +rst,44,8,4,1166,823,,256,180.038,,,,,,,176,102,0,,,,,,,,,,,gutim,1126 +non,44,9,3,1167,824,406,384,180.306,0.267857142857143,8,0,D4,mf,17,144,62,17,,,,,t,o,,d,,,gutim,1127 +non,44,10,4,1168,824,406,384,180.306,0.267857142857143,8,0,C4,ppp,5,144,60,5,,,,,,o,,d,,,gutim,1128 +nof,44,10,4,1168,825,,384,180.574,,,,,,,144,60,0,,,,,,,,,,,gutim,1128 +rst,44,11,1,1169,825,,512,180.574,,,,,,,176,102,0,,,,,,,,,,,gutim,1129 +rst,44,12,2,1170,825,,512,180.574,,,,,,,176,102,0,,,,,,,,,,,gutim,1130 +non,44,13,3,1171,825,,512,180.574,0.355747767857143,4,0,D4,,,,,,,,,,T,,,,,,gutim,1131 +rst,44,14,4,1172,825,,512,180.574,,,,,,,176,102,0,,,,,,,,,,,gutim,1132 +nof,44,3,1,1161,826,,0,180.574,,,,,,,144,75,0,,,,,,,,,,,gutim,1121 +nof,44,5,2,1162,826,,0,180.574,,,,,,,144,63,0,,,,,,,,,,,gutim,1122 +nof,44,9,3,1167,827,,384,180.93,,,,,,,144,62,0,,,,,,,,,,,gutim,1127 +non,44,15,3,1173,827,407,682,180.93,0.179966517857143,8,0,Db2,mf,17,144,37,17,,,,,t,o,,d,,,gutim,1133 +non,44,16,3,1174,828,,768,181.11,1.07142857142857,2,0,Db2,,,,,,,,,,_,,,,,,gutim,1134 +rst,44,17,2,1175,829,,1024,181.645,,,,,,,176,102,0,,,,,,,,,,,gutim,1135 +rst,44,18,1,1176,830,,1280,182.181,,,,,,,176,102,0,,,,,,,,,,,gutim,1136 +non,44,19,3,1177,830,,1280,182.181,0.177873883928571,8,0,Db2,,,,,,,,,,T,,,,,,gutim,1137 +non,44,20,4,1178,830,408,1280,182.181,0.177873883928571,8,0,C1,pp,8,144,24,8,,,,,,o,,D,,,gutim,1138 +nof,44,15,3,1173,831,,682,182.359,,,,,,,144,37,0,,,,,,,,,,,gutim,1133 +nof,44,20,4,1178,831,,1280,182.359,,,,,,,144,24,0,,,,,,,,,,,gutim,1138 +ped,44,21,0,1179,831,,1365,182.359,,,,,,,176,64,0,,,,,,,^,,,,gutim,1125 +non,44,22,1,1180,831,409,1365,182.359,0.357840401785714,4,0,C#6,pp,8,144,85,8,,,,,t,o,,,,,gutim,1139 +non,44,23,3,1181,831,409,1365,182.359,0.357840401785714,4,0,B3,p,11,144,59,11,,,,,,o,,,,,gutim,1140 +non,44,24,4,1182,831,409,1365,182.359,0.357840401785714,4,0,B2,f,20,144,47,20,,,,,t,o,,,,,gutim,1141 +non,44,26,1,1183,832,,1536,182.717,1.07142857142857,2,0,C#6,,,,,,,,,,_,,,,,,gutim,1142 +rst,44,27,3,1184,832,,1536,182.717,,,,,,,176,102,0,,,,,,,,,,,gutim,1143 +non,44,28,4,1185,832,,1536,182.717,0.355747767857143,4,0,B2,,,,,,,,,,T,,,,,,gutim,1144 +ped,44,25,0,1186,832,,1536,182.717,,,,,,,176,64,127,,,,,,,V,,,,gutim,1145 +nof,44,23,3,1181,833,,1365,182.792,,,,,,,144,59,0,,,,,,,,,,,gutim,1140 +non,44,29,4,1187,834,410,1706,183.072,0.357840401785714,4,0,C2,ff,22,144,36,22,,,,,,o,,,,,gutim,1146 +nof,44,24,4,1182,835,,1365,183.147,,,,,,,144,47,0,,,,,,,,,,,gutim,1141 +nof,44,29,4,1187,836,,1706,183.43,,,,,,,144,36,0,,,,,,,,,,,gutim,1146 +non,44,30,4,1188,836,411,1877,183.43,0.357840401785714,4,0,G7,ff,22,144,103,22,,,,,,o,,,,,gutim,1147 +ped,44,31,0,1189,837,,2047,183.786,,,,,,,176,64,0,,,,,,,^,,,,gutim,1145 +nof,44,30,4,1188,838,,1877,183.788,,,,,,,144,103,0,,,,,,,,,,,gutim,1147 +bar,45,0,0,1190,838,,0,183.788,,,,,,,,,,45,,,,,,,,,,gutim,1148 +non,45,1,1,1191,838,,0,183.788,0.803571428571429,4,1,C#6,,,,,,,,,,T,,,,,,gutim,1149 +non,45,2,2,1192,838,412,0,183.788,2.14285714285714,1,0,G3,f,20,144,55,20,,,,,t,o,,d,,,gutim,1150 +non,45,3,3,1193,838,412,0,183.788,0.0669642857142857,32,0,C3,mp,14,144,48,14,,,,,,o,,d,,,gutim,1151 +non,45,4,4,1194,838,412,0,183.788,0.267857142857143,8,0,G2,pp,8,144,43,8,,,,,,o,,d 5932,,,gutim,1152 +nof,45,3,3,1193,839,,0,183.855,,,,,,,144,48,0,,,,,,,,,,,gutim,1151 +non,45,5,3,1195,839,413,32,183.855,0.46875,8,2,Db3,mp,14,144,49,14,,,,,,o,,d,,,gutim,1153 +nof,45,4,4,1194,840,,0,184.056,,,,,,,144,43,0,,,,,,,,,,,gutim,1152 +rst,45,6,4,1196,840,,128,184.056,,,,,,,176,102,0,,,,,,,,,,,gutim,1154 +nof,45,5,3,1195,841,,32,184.324,,,,,,,144,49,0,,,,,,,,,,,gutim,1153 +rst,45,7,3,1197,841,,256,184.324,,,,,,,176,102,0,,,,,,,,,,,gutim,1155 +rst,45,8,4,1198,841,,256,184.324,,,,,,,176,102,0,,,,,,,,,,,gutim,1156 +rst,45,9,1,1199,842,,384,184.592,,,,,,,176,102,0,,,,,,,,,,,gutim,1157 +non,45,10,3,1200,842,414,384,184.592,0.267857142857143,8,0,F#2,p,11,144,42,11,,,,,t,o,,d,,,gutim,1158 +non,45,11,3,1201,842,414,384,184.592,0.267857142857143,8,0,F#3,p,11,144,54,11,,,,,t,o,,d,,,gutim,1159 +non,45,12,4,1202,842,414,384,184.592,0.267857142857143,8,0,C#1,mf,17,144,25,17,,,,,t,o,,d,,,gutim,1160 +nof,44,22,1,1180,843,,1365,184.667,,,,,,,144,85,0,,,,,,,,,,,gutim,1139 +rst,45,13,1,1203,844,,512,184.86,,,,,,,176,102,0,,,,,,,,,,,gutim,1161 +non,45,14,3,1204,844,,512,184.86,1.60714285714286,2,1,F#2,,,,,,,,,,_,,,,,,gutim,1162 +non,45,15,3,1205,844,,512,184.86,1.07142857142857,2,1,F#3,,,,,,,,,,_,,,,,,gutim,1163 +non,45,16,4,1206,844,,512,184.86,1.07142857142857,2,0,C#1,,,,,,,,,,T,,,,,,gutim,1164 +nof,45,12,4,1202,845,,384,185.931,,,,,,,144,25,0,,,,,,,,,,,gutim,1160 +non,45,17,1,1207,845,415,1024,185.931,0.267857142857143,8,0,D#5,p,11,144,75,11,,,,,,o,,d,,,gutim,1165 +non,45,18,2,1208,845,,1024,185.931,0.267857142857143,8,0,G3,,,,,,,,,,T,,,,,,gutim,1166 +non,45,19,4,1209,845,415,1024,185.931,0.267857142857143,8,0,A#2,mf,17,144,46,17,,,,,,o,,,,,gutim,1167 +nof,45,2,2,1192,846,,0,186.199,,,,,,,144,55,0,,,,,,,,,,,gutim,1150 +nof,45,11,3,1201,846,,384,186.199,,,,,,,144,54,0,,,,,,,,,,,gutim,1159 +nof,45,17,1,1207,846,,1024,186.199,,,,,,,144,75,0,,,,,,,,,,,gutim,1165 +nof,45,19,4,1209,846,,1024,186.199,,,,,,,144,46,0,,,,,,,,,,,gutim,1167 +non,45,20,1,1210,846,416,1152,186.199,0.267857142857143,8,0,C#2,pp,8,144,37,8,,,,,t,o,,D,,,gutim,1168 +rst,45,21,2,1211,846,,1152,186.199,,,,,,,176,102,0,,,,,,,,,,,gutim,1169 +rst,45,22,4,1212,846,,1152,186.199,,,,,,,176,102,0,,,,,,,,,,,gutim,1170 +non,45,23,1,1213,847,,1280,186.467,0.267857142857143,8,0,C#2,,,,,,,,,,T,,,,,,gutim,1171 +rst,45,24,2,1214,847,,1280,186.467,,,,,,,176,102,0,,,,,,,,,,,gutim,1172 +non,45,25,3,1215,847,,1280,186.467,0.267857142857143,8,0,F#2,,,,,,,,,,T,,,,,,gutim,1173 +non,45,26,3,1216,847,,1280,186.467,0.267857142857143,8,0,F#3,,,,,,,,,,T,,,,,,gutim,1174 +rst,45,27,4,1217,847,,1280,186.467,,,,,,,176,102,0,,,,,,,,,,,gutim,1175 +nof,45,10,3,1200,848,,384,186.735,,,,,,,144,42,0,,,,,,,,,,,gutim,1158 +nof,45,20,1,1210,848,,1152,186.735,,,,,,,144,37,0,,,,,,,,,,,gutim,1168 +rst,45,28,1,1218,848,,1408,186.735,,,,,,,176,102,0,,,,,,,,,,,gutim,1176 +non,45,29,3,1219,848,417,1408,186.735,0.267857142857143,8,0,F2,ppp,5,144,41,5,,,,,t,o,,,,,gutim,1177 +non,45,30,4,1220,848,417,1408,186.735,0.267857142857143,8,0,C2,ppp,5,144,36,5,,,,,t,o,,,,,gutim,1178 +rst,45,31,1,1221,849,,1536,187.002,,,,,,,176,102,0,,,,,,,,,,,gutim,1179 +rst,45,32,2,1222,849,,1536,187.002,,,,,,,176,102,0,,,,,,,,,,,gutim,1180 +non,45,33,3,1223,849,,1536,187.002,0.267857142857143,8,0,F2,,,,,,,,,,T,,,,,,gutim,1181 +non,45,34,4,1224,849,,1536,187.002,0.267857142857143,8,0,C2,,,,,,,,,,T,,,,,,gutim,1182 +nof,45,29,3,1219,850,,1408,187.27,,,,,,,144,41,0,,,,,,,,,,,gutim,1177 +nof,45,30,4,1220,850,,1408,187.27,,,,,,,144,36,0,,,,,,,,,,,gutim,1178 +rst,45,35,3,1225,850,,1664,187.27,,,,,,,176,102,0,,,,,,,,,,,gutim,1183 +rst,45,36,4,1226,850,,1664,187.27,,,,,,,176,102,0,,,,,,,,,,,gutim,1184 +rst,45,37,3,1227,851,,1792,187.538,,,,,,,176,102,0,,,,,,,,,,,gutim,1185 +rst,45,38,4,1228,851,,1792,187.538,,,,,,,176,102,0,,,,,,,,,,,gutim,1186 +bar,46,0,0,1229,852,,0,188.074,,,,,,,,,,46,,,,,,,,,,gutim,1187 +sec,46,1,0,1230,852,,0,188.074,,,,,,,,,,,5932,,,,,,,,,gutim,1188 +ctl,,,,,,,0,188.074,,,,,,,176,64,0,,,,,,,,,,,74_1,1189 +ctl,,,,,,,0,188.074,,,,,,,176,64,0,,,,,,,,,,,74_1,1190 +ctl,,,,,,,512,188.673552,,,,,,,176,64,0,,,,,,,,,,,74_1,1191 +ctl,,,,,,,0,188.673552,,,,,,,176,64,0,,,,,,,,,,,74_1,1192 +non,,,,,,,0,188.673552,,,,A4,,,144,69,3,,,,,,,,,,,74_1,1193 +non,,,,,,,0,188.673552,,,,C#5,,,144,73,3,,,,,,,,,,,74_1,1194 +non,,,,,,,0,188.673552,,,,F5,,,144,77,9,,,,,,,,,,,74_1,1195 +non,,,,,,,0,188.673552,,,,C3,,,144,48,4,,,,,,,,,,,74_1,1196 +non,,,,,,,0,188.673552,,,,F#3,,,144,54,4,,,,,,,,,,,74_1,1197 +non,,,,,,,0,188.673552,,,,E4,,,144,64,7,,,,,,,,,,,74_1,1198 +ctl,,,,,,,140,188.94697200000002,,,,,,,176,64,127,,,,,,,,,,,74_1,1199 +nof,,,,,,,201,189.339525,,,,,,,144,69,0,,,,,,,,,,,74_1,1193 +non,,,,,,,0,189.339525,,,,G#4,,,144,68,5,,,,,,,,,,,74_1,1200 +ctl,,,,,,,264,189.690909,,,,,,,176,64,127,,,,,,,,,,,74_1,1201 +nof,,,,,,,78,189.79472700000002,,,,,,,144,68,0,,,,,,,,,,,74_1,1200 +nof,,,,,,,0,189.79472700000002,,,,,,,144,73,0,,,,,,,,,,,74_1,1194 +nof,,,,,,,0,189.79472700000002,,,,,,,144,77,0,,,,,,,,,,,74_1,1195 +non,,,,,,,0,189.79472700000002,,,,G4,,,144,67,6,,,,,,,,,,,74_1,1202 +non,,,,,,,0,189.79472700000002,,,,A#4,,,144,70,6,,,,,,,,,,,74_1,1203 +non,,,,,,,0,189.79472700000002,,,,F#5,,,144,78,10,,,,,,,,,,,74_1,1204 +ctl,,,,,,,57,189.878175,,,,,,,176,64,0,,,,,,,,,,,74_1,1205 +ctl,,,,,,,79,189.993831,,,,,,,176,64,127,,,,,,,,,,,74_1,1206 +ctl,,,,,,,205,190.29395100000002,,,,,,,176,64,0,,,,,,,,,,,74_1,1207 +ctl,,,,,,,0,190.29395100000002,,,,,,,176,64,127,,,,,,,,,,,74_1,1208 +nof,,,,,,,0,190.29395100000002,,,,,,,144,67,0,,,,,,,,,,,74_1,1202 +nof,,,,,,,0,190.29395100000002,,,,,,,144,70,0,,,,,,,,,,,74_1,1203 +nof,,,,,,,0,190.29395100000002,,,,,,,144,78,0,,,,,,,,,,,74_1,1204 +nof,,,,,,,0,190.29395100000002,,,,,,,144,48,0,,,,,,,,,,,74_1,1196 +nof,,,,,,,0,190.29395100000002,,,,,,,144,54,0,,,,,,,,,,,74_1,1197 +nof,,,,,,,0,190.29395100000002,,,,,,,144,64,0,,,,,,,,,,,74_1,1198 +non,,,,,,,0,190.29395100000002,,,,F#4,,,144,66,6,,,,,,,,,,,74_1,1209 +non,,,,,,,0,190.29395100000002,,,,A#4,,,144,70,6,,,,,,,,,,,74_1,1210 +non,,,,,,,0,190.29395100000002,,,,G5,,,144,79,11,,,,,,,,,,,74_1,1211 +non,,,,,,,0,190.29395100000002,,,,C#4,,,144,61,7,,,,,,,,,,,74_1,1212 +ctl,,,,,,,120,190.46963100000002,,,,,,,176,64,0,,,,,,,,,,,74_1,1213 +non,,,,,,,136,190.66873500000003,,,,D#3,,,144,51,4,,,,,,,,,,,74_1,1214 +ctl,,,,,,,78,190.76389500000002,,,,,,,176,64,127,,,,,,,,,,,74_1,1215 +non,,,,,,,178,190.98105500000003,,,,A2,,,144,45,4,,,,,,,,,,,74_1,1216 +ctl,,,,,,,129,191.13843500000002,,,,,,,176,64,127,,,,,,,,,,,74_1,1217 +nof,,,,,,,127,191.29337500000003,,,,,,,144,45,0,,,,,,,,,,,74_1,1216 +non,,,,,,,0,191.29337500000003,,,,A2,,,144,45,3,,,,,,,,,,,74_1,1218 +non,,,,,,,256,191.60569500000003,,,,A1,,,144,33,2,,,,,,,,,,,74_1,1219 +nof,,,,,,,205,192.00606000000002,,,,,,,144,66,0,,,,,,,,,,,74_1,1209 +non,,,,,,,0,192.00606000000002,,,,F4,,,144,65,6,,,,,,,,,,,74_1,1220 +nof,,,,,,,205,192.30618,,,,,,,144,65,0,,,,,,,,,,,74_1,1220 +non,,,,,,,0,192.30618,,,,F#4,,,144,66,5,,,,,,,,,,,74_1,1221 +nof,,,,,,,102,192.441942,,,,,,,144,33,0,,,,,,,,,,,74_1,1219 +nof,,,,,,,0,192.441942,,,,,,,144,45,0,,,,,,,,,,,74_1,1218 +nof,,,,,,,0,192.441942,,,,,,,144,51,0,,,,,,,,,,,74_1,1214 +nof,,,,,,,0,192.441942,,,,,,,144,61,0,,,,,,,,,,,74_1,1212 +nof,,,,,,,102,192.577704,,,,,,,144,70,0,,,,,,,,,,,74_1,1210 +nof,,,,,,,0,192.577704,,,,,,,144,79,0,,,,,,,,,,,74_1,1211 +nof,,,,,,,0,192.577704,,,,,,,144,66,0,,,,,,,,,,,74_1,1221 +non,,,,,,,0,192.577704,,,,G4,,,144,67,6,,,,,,,,,,,74_1,1222 +non,,,,,,,0,192.577704,,,,C#5,,,144,73,6,,,,,,,,,,,74_1,1223 +non,,,,,,,0,192.577704,,,,F#5,,,144,78,9,,,,,,,,,,,74_1,1224 +nof,,,,,,,205,192.877824,,,,,,,144,67,0,,,,,,,,,,,74_1,1222 +non,,,,,,,0,192.877824,,,,G#4,,,144,68,6,,,,,,,,,,,74_1,1225 +ctl,,,,,,,201,193.172088,,,,,,,176,64,0,,,,,,,,,,,74_1,1226 +nof,,,,,,,4,193.17794400000002,,,,,,,144,68,0,,,,,,,,,,,74_1,1225 +nof,,,,,,,0,193.17794400000002,,,,,,,144,73,0,,,,,,,,,,,74_1,1223 +nof,,,,,,,0,193.17794400000002,,,,,,,144,78,0,,,,,,,,,,,74_1,1224 +non,,,,,,,0,193.17794400000002,,,,A4,,,144,69,6,,,,,,,,,,,74_1,1227 +non,,,,,,,0,193.17794400000002,,,,C#5,,,144,73,6,,,,,,,,,,,74_1,1228 +non,,,,,,,0,193.17794400000002,,,,F5,,,144,77,10,,,,,,,,,,,74_1,1229 +non,,,,,,,0,193.17794400000002,,,,C3,,,144,48,4,,,,,,,,,,,74_1,1230 +non,,,,,,,0,193.17794400000002,,,,F#3,,,144,54,4,,,,,,,,,,,74_1,1231 +non,,,,,,,0,193.17794400000002,,,,E4,,,144,64,7,,,,,,,,,,,74_1,1232 +ctl,,,,,,,129,193.39389,,,,,,,176,64,127,,,,,,,,,,,74_1,1233 +nof,,,,,,,212,193.74877800000002,,,,,,,144,69,0,,,,,,,,,,,74_1,1227 +non,,,,,,,0,193.74877800000002,,,,G#4,,,144,68,7,,,,,,,,,,,74_1,1234 +nof,,,,,,,342,194.20398,,,,,,,144,68,0,,,,,,,,,,,74_1,1234 +nof,,,,,,,0,194.20398,,,,,,,144,73,0,,,,,,,,,,,74_1,1228 +nof,,,,,,,0,194.20398,,,,,,,144,77,0,,,,,,,,,,,74_1,1229 +non,,,,,,,0,194.20398,,,,G4,,,144,67,7,,,,,,,,,,,74_1,1235 +non,,,,,,,0,194.20398,,,,A#4,,,144,70,7,,,,,,,,,,,74_1,1236 +non,,,,,,,0,194.20398,,,,F#5,,,144,78,11,,,,,,,,,,,74_1,1237 +ctl,,,,,,,34,194.253756,,,,,,,176,64,0,,,,,,,,,,,74_1,1238 +ctl,,,,,,,133,194.44846800000002,,,,,,,176,64,127,,,,,,,,,,,74_1,1239 +ctl,,,,,,,174,194.703204,,,,,,,176,64,0,,,,,,,,,,,74_1,1240 +ctl,,,,,,,0,194.703204,,,,,,,176,64,0,,,,,,,,,,,74_1,1241 +ctl,,,,,,,0,194.703204,,,,,,,176,64,127,,,,,,,,,,,74_1,1242 +ctl,,,,,,,0,194.703204,,,,,,,176,64,0,,,,,,,,,,,74_1,1243 +nof,,,,,,,0,194.703204,,,,,,,144,67,0,,,,,,,,,,,74_1,1235 +nof,,,,,,,0,194.703204,,,,,,,144,70,0,,,,,,,,,,,74_1,1236 +nof,,,,,,,0,194.703204,,,,,,,144,78,0,,,,,,,,,,,74_1,1237 +nof,,,,,,,0,194.703204,,,,,,,144,48,0,,,,,,,,,,,74_1,1230 +nof,,,,,,,0,194.703204,,,,,,,144,54,0,,,,,,,,,,,74_1,1231 +nof,,,,,,,0,194.703204,,,,,,,144,64,0,,,,,,,,,,,74_1,1232 +non,,,,,,,0,194.703204,,,,A#4,,,144,70,8,,,,,,,,,,,74_1,1244 +non,,,,,,,0,194.703204,,,,G5,,,144,79,12,,,,,,,,,,,74_1,1245 +non,,,,,,,0,194.703204,,,,F#4,,,144,66,8,,,,,,,,,,,74_1,1246 +non,,,,,,,0,194.703204,,,,C#4,,,144,61,7,,,,,,,,,,,74_1,1247 +ctl,,,,,,,120,194.878884,,,,,,,176,64,0,,,,,,,,,,,74_1,1248 +non,,,,,,,136,195.077988,,,,D#3,,,144,51,4,,,,,,,,,,,74_1,1249 +ctl,,,,,,,78,195.17314800000003,,,,,,,176,64,127,,,,,,,,,,,74_1,1250 +nof,,,,,,,178,195.390308,,,,,,,144,66,0,,,,,,,,,,,74_1,1246 +non,,,,,,,0,195.390308,,,,F#4,,,144,66,11,,,,,,,,,,,74_1,1251 +nof,,,,,,,0,195.390308,,,,,,,144,51,0,,,,,,,,,,,74_1,1249 +nof,,,,,,,0,195.390308,,,,,,,144,61,0,,,,,,,,,,,74_1,1247 +non,,,,,,,0,195.390308,,,,A2,,,144,45,4,,,,,,,,,,,74_1,1252 +nof,,,,,,,256,195.702628,,,,,,,144,45,0,,,,,,,,,,,74_1,1252 +non,,,,,,,0,195.702628,,,,A2,,,144,45,6,,,,,,,,,,,74_1,1253 +ctl,,,,,,,93,195.816088,,,,,,,176,64,127,,,,,,,,,,,74_1,1254 +nof,,,,,,,163,196.014948,,,,,,,144,45,0,,,,,,,,,,,74_1,1253 +non,,,,,,,0,196.014948,,,,A1,,,144,33,7,,,,,,,,,,,74_1,1255 +nof,,,,,,,256,196.389732,,,,,,,144,66,0,,,,,,,,,,,74_1,1251 +non,,,,,,,0,196.389732,,,,G4,,,144,67,10,,,,,,,,,,,74_1,1256 +nof,,,,,,,256,196.730468,,,,,,,144,67,0,,,,,,,,,,,74_1,1256 +non,,,,,,,0,196.730468,,,,F#4,,,144,66,10,,,,,,,,,,,74_1,1257 +nof,,,,,,,0,196.730468,,,,,,,144,33,0,,,,,,,,,,,74_1,1255 +non,,,,,,,192,196.964708,,,,F#2,,,144,42,7,,,,,,,,,,,74_1,1258 +nof,,,,,,,64,197.042788,,,,,,,144,66,0,,,,,,,,,,,74_1,1257 +non,,,,,,,0,197.042788,,,,F4,,,144,65,9,,,,,,,,,,,74_1,1259 +non,,,,,,,16,197.06744400000002,,,,C3,,,144,48,7,,,,,,,,,,,74_1,1260 +non,,,,,,,80,197.19072400000002,,,,G3,,,144,55,7,,,,,,,,,,,74_1,1261 +non,,,,,,,80,197.314004,,,,C#4,,,144,61,7,,,,,,,,,,,74_1,1262 +ctl,,,,,,,76,197.43112000000002,,,,,,,176,64,0,,,,,,,,,,,74_1,1263 +nof,,,,,,,4,197.437284,,,,,,,144,70,0,,,,,,,,,,,74_1,1244 +nof,,,,,,,0,197.437284,,,,,,,144,79,0,,,,,,,,,,,74_1,1245 +nof,,,,,,,0,197.437284,,,,,,,144,65,0,,,,,,,,,,,74_1,1259 +non,,,,,,,0,197.437284,,,,C5,,,144,72,10,,,,,,,,,,,74_1,1264 +non,,,,,,,0,197.437284,,,,G#5,,,144,80,13,,,,,,,,,,,74_1,1265 +non,,,,,,,0,197.437284,,,,E4,,,144,64,10,,,,,,,,,,,74_1,1266 +ctl,,,,,,,129,197.689221,,,,,,,176,64,127,,,,,,,,,,,74_1,1267 +nof,,,,,,,212,198.103257,,,,,,,144,72,0,,,,,,,,,,,74_1,1264 +non,,,,,,,0,198.103257,,,,B4,,,144,71,11,,,,,,,,,,,74_1,1268 +nof,,,,,,,342,198.558459,,,,,,,144,71,0,,,,,,,,,,,74_1,1268 +nof,,,,,,,0,198.558459,,,,,,,144,80,0,,,,,,,,,,,74_1,1265 +non,,,,,,,0,198.558459,,,,A#4,,,144,70,11,,,,,,,,,,,74_1,1269 +non,,,,,,,0,198.558459,,,,A5,,,144,81,14,,,,,,,,,,,74_1,1270 +ctl,,,,,,,34,198.608235,,,,,,,176,64,0,,,,,,,,,,,74_1,1271 +ctl,,,,,,,133,198.84304500000002,,,,,,,176,64,127,,,,,,,,,,,74_1,1272 +non,,,,,,,3,198.848904,,,,C2,,,144,36,10,,,,,,,,,,,74_1,1273 +nof,,,,,,,86,199.016862,,,,,,,144,42,0,,,,,,,,,,,74_1,1258 +non,,,,,,,0,199.016862,,,,F#2,,,144,42,10,,,,,,,,,,,74_1,1274 +ctl,,,,,,,85,199.18286700000002,,,,,,,176,64,0,,,,,,,,,,,74_1,1275 +ctl,,,,,,,0,199.18286700000002,,,,,,,176,64,127,,,,,,,,,,,74_1,1276 +nof,,,,,,,0,199.18286700000002,,,,,,,144,70,0,,,,,,,,,,,74_1,1269 +nof,,,,,,,0,199.18286700000002,,,,,,,144,81,0,,,,,,,,,,,74_1,1270 +nof,,,,,,,0,199.18286700000002,,,,,,,144,48,0,,,,,,,,,,,74_1,1260 +nof,,,,,,,0,199.18286700000002,,,,,,,144,55,0,,,,,,,,,,,74_1,1261 +nof,,,,,,,0,199.18286700000002,,,,,,,144,61,0,,,,,,,,,,,74_1,1262 +nof,,,,,,,0,199.18286700000002,,,,,,,144,64,0,,,,,,,,,,,74_1,1266 +non,,,,,,,0,199.18286700000002,,,,C#5,,,144,73,11,,,,,,,,,,,74_1,1277 +non,,,,,,,0,199.18286700000002,,,,A#5,,,144,82,14,,,,,,,,,,,74_1,1278 +non,,,,,,,0,199.18286700000002,,,,A4,,,144,69,11,,,,,,,,,,,74_1,1279 +non,,,,,,,0,199.18286700000002,,,,E3,,,144,52,10,,,,,,,,,,,74_1,1280 +non,,,,,,,0,199.18286700000002,,,,A#3,,,144,58,10,,,,,,,,,,,74_1,1281 +non,,,,,,,0,199.18286700000002,,,,E4,,,144,64,12,,,,,,,,,,,74_1,1282 +nof,,,,,,,512,199.80750700000002,,,,,,,144,69,0,,,,,,,,,,,74_1,1279 +non,,,,,,,0,199.80750700000002,,,,A4,,,144,69,11,,,,,,,,,,,74_1,1283 +nof,,,,,,,1024,201.056787,,,,,,,144,69,0,,,,,,,,,,,74_1,1283 +non,,,,,,,0,201.056787,,,,A4,,,144,69,10,,,,,,,,,,,74_1,1284 +nof,,,,,,,1024,202.306067,,,,,,,144,69,0,,,,,,,,,,,74_1,1284 +non,,,,,,,0,202.306067,,,,A4,,,144,69,9,,,,,,,,,,,74_1,1285 +ctl,,,,,,,512,202.930707,,,,,,,176,64,0,,,,,,,,,,,74_1,1286 +ctl,,,,,,,0,202.930707,,,,,,,176,64,127,,,,,,,,,,,74_1,1287 +non,,,,,,,0,202.930707,,,,C3,,,144,48,5,,,,,,,,,,,74_1,1288 +non,,,,,,,0,202.930707,,,,F#3,,,144,54,5,,,,,,,,,,,74_1,1289 +nof,,,,,,,512,203.555347,,,,,,,144,69,0,,,,,,,,,,,74_1,1285 +non,,,,,,,0,203.555347,,,,A4,,,144,69,7,,,,,,,,,,,74_1,1290 +nof,,,,,,,1024,204.804627,,,,,,,144,73,0,,,,,,,,,,,74_1,1277 +nof,,,,,,,0,204.804627,,,,,,,144,82,0,,,,,,,,,,,74_1,1278 +nof,,,,,,,0,204.804627,,,,,,,144,69,0,,,,,,,,,,,74_1,1290 +non,,,,,,,0,204.804627,,,,A4,,,144,69,7,,,,,,,,,,,74_1,1291 +non,,,,,,,0,204.804627,,,,D5,,,144,74,8,,,,,,,,,,,74_1,1292 +non,,,,,,,0,204.804627,,,,A5,,,144,81,10,,,,,,,,,,,74_1,1293 +ctl,,,,,,,54,204.870507,,,,,,,176,64,0,,,,,,,,,,,74_1,1294 +ctl,,,,,,,236,205.15842700000002,,,,,,,176,64,127,,,,,,,,,,,74_1,1295 +nof,,,,,,,222,205.429267,,,,,,,144,69,0,,,,,,,,,,,74_1,1291 +nof,,,,,,,0,205.429267,,,,,,,144,74,0,,,,,,,,,,,74_1,1292 +nof,,,,,,,0,205.429267,,,,,,,144,81,0,,,,,,,,,,,74_1,1293 +non,,,,,,,0,205.429267,,,,A4,,,144,69,7,,,,,,,,,,,74_1,1296 +non,,,,,,,0,205.429267,,,,D#5,,,144,75,9,,,,,,,,,,,74_1,1297 +non,,,,,,,0,205.429267,,,,G#5,,,144,80,11,,,,,,,,,,,74_1,1298 +nof,,,,,,,0,205.429267,,,,,,,144,48,0,,,,,,,,,,,74_1,1288 +nof,,,,,,,0,205.429267,,,,,,,144,54,0,,,,,,,,,,,74_1,1289 +nof,,,,,,,0,205.429267,,,,,,,144,36,0,,,,,,,,,,,74_1,1273 +nof,,,,,,,0,205.429267,,,,,,,144,42,0,,,,,,,,,,,74_1,1274 +nof,,,,,,,0,205.429267,,,,,,,144,52,0,,,,,,,,,,,74_1,1280 +nof,,,,,,,0,205.429267,,,,,,,144,58,0,,,,,,,,,,,74_1,1281 +nof,,,,,,,0,205.429267,,,,,,,144,64,0,,,,,,,,,,,74_1,1282 +non,,,,,,,0,205.429267,,,,F#3,,,144,54,6,,,,,,,,,,,74_1,1299 +non,,,,,,,0,205.429267,,,,C4,,,144,60,6,,,,,,,,,,,74_1,1300 +non,,,,,,,0,205.429267,,,,F4,,,144,65,8,,,,,,,,,,,74_1,1301 +ctl,,,,,,,14,205.45084100000003,,,,,,,176,64,0,,,,,,,,,,,74_1,1302 +ctl,,,,,,,280,205.88232100000002,,,,,,,176,64,127,,,,,,,,,,,74_1,1303 +nof,,,,,,,47,205.95474800000002,,,,,,,144,65,0,,,,,,,,,,,74_1,1301 +non,,,,,,,0,205.95474800000002,,,,E4,,,144,64,8,,,,,,,,,,,74_1,1304 +nof,,,,,,,171,206.18234900000002,,,,,,,144,75,0,,,,,,,,,,,74_1,1297 +non,,,,,,,0,206.18234900000002,,,,E5,,,144,76,9,,,,,,,,,,,74_1,1305 +nof,,,,,,,171,206.40995,,,,,,,144,64,0,,,,,,,,,,,74_1,1304 +non,,,,,,,0,206.40995,,,,D#4,,,144,63,7,,,,,,,,,,,74_1,1306 +ctl,,,,,,,341,206.863821,,,,,,,176,64,127,,,,,,,,,,,74_1,1307 +ctl,,,,,,,0,206.863821,,,,,,,176,64,0,,,,,,,,,,,74_1,1308 +ctl,,,,,,,0,206.863821,,,,,,,176,64,127,,,,,,,,,,,74_1,1309 +nof,,,,,,,0,206.863821,,,,,,,144,76,0,,,,,,,,,,,74_1,1305 +nof,,,,,,,0,206.863821,,,,,,,144,54,0,,,,,,,,,,,74_1,1299 +nof,,,,,,,0,206.863821,,,,,,,144,60,0,,,,,,,,,,,74_1,1300 +nof,,,,,,,0,206.863821,,,,,,,144,63,0,,,,,,,,,,,74_1,1306 +non,,,,,,,0,206.863821,,,,F5,,,144,77,9,,,,,,,,,,,74_1,1310 +non,,,,,,,0,206.863821,,,,F#3,,,144,54,6,,,,,,,,,,,74_1,1311 +non,,,,,,,0,206.863821,,,,D#3,,,144,51,6,,,,,,,,,,,74_1,1312 +non,,,,,,,0,206.863821,,,,D4,,,144,62,8,,,,,,,,,,,74_1,1313 +ctl,,,,,,,214,207.177117,,,,,,,176,64,0,,,,,,,,,,,74_1,1314 +ctl,,,,,,,0,207.177117,,,,,,,176,64,0,,,,,,,,,,,74_1,1315 +ctl,,,,,,,294,207.60753300000002,,,,,,,176,64,127,,,,,,,,,,,74_1,1316 +ctl,,,,,,,0,207.60753300000002,,,,,,,176,64,127,,,,,,,,,,,74_1,1317 +nof,,,,,,,4,207.613389,,,,,,,144,69,0,,,,,,,,,,,74_1,1296 +non,,,,,,,0,207.613389,,,,A4,,,144,69,7,,,,,,,,,,,74_1,1318 +ctl,,,,,,,1011,208.95903,,,,,,,176,64,0,,,,,,,,,,,74_1,1319 +ctl,,,,,,,0,208.95903,,,,,,,176,64,0,,,,,,,,,,,74_1,1320 +nof,,,,,,,13,208.976333,,,,,,,144,69,0,,,,,,,,,,,74_1,1318 +non,,,,,,,0,208.976333,,,,A4,,,144,69,7,,,,,,,,,,,74_1,1321 +nof,,,,,,,0,208.976333,,,,,,,144,51,0,,,,,,,,,,,74_1,1312 +nof,,,,,,,0,208.976333,,,,,,,144,62,0,,,,,,,,,,,74_1,1313 +non,,,,,,,0,208.976333,,,,D3,,,144,50,4,,,,,,,,,,,74_1,1322 +non,,,,,,,0,208.976333,,,,C#4,,,144,61,7,,,,,,,,,,,74_1,1323 +ctl,,,,,,,334,209.42088700000002,,,,,,,176,64,127,,,,,,,,,,,74_1,1324 +ctl,,,,,,,0,209.42088700000002,,,,,,,176,64,127,,,,,,,,,,,74_1,1325 +nof,,,,,,,690,210.339277,,,,,,,144,69,0,,,,,,,,,,,74_1,1321 +nof,,,,,,,0,210.339277,,,,,,,144,77,0,,,,,,,,,,,74_1,1310 +nof,,,,,,,0,210.339277,,,,,,,144,80,0,,,,,,,,,,,74_1,1298 +non,,,,,,,0,210.339277,,,,A4,,,144,69,5,,,,,,,,,,,74_1,1326 +non,,,,,,,0,210.339277,,,,F5,,,144,77,5,,,,,,,,,,,74_1,1327 +non,,,,,,,0,210.339277,,,,G#5,,,144,80,9,,,,,,,,,,,74_1,1328 +nof,,,,,,,0,210.339277,,,,,,,144,50,0,,,,,,,,,,,74_1,1322 +nof,,,,,,,0,210.339277,,,,,,,144,61,0,,,,,,,,,,,74_1,1323 +non,,,,,,,0,210.339277,,,,G#2,,,144,44,3,,,,,,,,,,,74_1,1329 +non,,,,,,,0,210.339277,,,,D3,,,144,50,3,,,,,,,,,,,74_1,1330 +non,,,,,,,0,210.339277,,,,C4,,,144,60,6,,,,,,,,,,,74_1,1331 +ctl,,,,,,,111,210.51032800000002,,,,,,,176,64,0,,,,,,,,,,,74_1,1332 +ctl,,,,,,,0,210.51032800000002,,,,,,,176,64,0,,,,,,,,,,,74_1,1333 +nof,,,,,,,145,210.733773,,,,,,,144,54,0,,,,,,,,,,,74_1,1311 +non,,,,,,,0,210.733773,,,,D2,,,144,38,4,,,,,,,,,,,74_1,1334 +ctl,,,,,,,2,210.73685500000002,,,,,,,176,64,127,,,,,,,,,,,74_1,1335 +ctl,,,,,,,0,210.73685500000002,,,,,,,176,64,127,,,,,,,,,,,74_1,1336 +non,,,,,,,83,210.86475800000002,,,,G#2,,,144,44,3,,,,,,,,,,,74_1,1337 +non,,,,,,,86,210.997284,,,,F#3,,,144,54,3,,,,,,,,,,,74_1,1338 +ctl,,,,,,,29,211.041973,,,,,,,176,64,127,,,,,,,,,,,74_1,1339 +ctl,,,,,,,0,211.041973,,,,,,,176,64,127,,,,,,,,,,,74_1,1340 +ctl,,,,,,,56,211.12826900000002,,,,,,,176,64,127,,,,,,,,,,,74_1,1341 +ctl,,,,,,,0,211.12826900000002,,,,,,,176,64,127,,,,,,,,,,,74_1,1342 +nof,,,,,,,0,211.12826900000002,,,,,,,144,77,0,,,,,,,,,,,74_1,1327 +nof,,,,,,,0,211.12826900000002,,,,,,,144,80,0,,,,,,,,,,,74_1,1328 +nof,,,,,,,0,211.12826900000002,,,,,,,144,50,0,,,,,,,,,,,74_1,1330 +nof,,,,,,,0,211.12826900000002,,,,,,,144,60,0,,,,,,,,,,,74_1,1331 +nof,,,,,,,0,211.12826900000002,,,,,,,144,44,0,,,,,,,,,,,74_1,1337 +non,,,,,,,0,211.12826900000002,,,,F5,,,144,77,5,,,,,,,,,,,74_1,1343 +non,,,,,,,0,211.12826900000002,,,,G#5,,,144,80,9,,,,,,,,,,,74_1,1344 +non,,,,,,,0,211.12826900000002,,,,C4,,,144,60,5,,,,,,,,,,,74_1,1345 +nof,,,,,,,512,211.809741,,,,,,,144,69,0,,,,,,,,,,,74_1,1326 +non,,,,,,,0,211.809741,,,,A4,,,144,69,5,,,,,,,,,,,74_1,1346 +nof,,,,,,,1024,213.172685,,,,,,,144,77,0,,,,,,,,,,,74_1,1343 +nof,,,,,,,0,213.172685,,,,,,,144,80,0,,,,,,,,,,,74_1,1344 +nof,,,,,,,0,213.172685,,,,,,,144,69,0,,,,,,,,,,,74_1,1346 +non,,,,,,,0,213.172685,,,,C5,,,144,72,5,,,,,,,,,,,74_1,1347 +non,,,,,,,0,213.172685,,,,F#5,,,144,78,5,,,,,,,,,,,74_1,1348 +non,,,,,,,0,213.172685,,,,B5,,,144,83,9,,,,,,,,,,,74_1,1349 +nof,,,,,,,0,213.172685,,,,,,,144,38,0,,,,,,,,,,,74_1,1334 +nof,,,,,,,0,213.172685,,,,,,,144,44,0,,,,,,,,,,,74_1,1350 +nof,,,,,,,0,213.172685,,,,,,,144,54,0,,,,,,,,,,,74_1,1338 +nof,,,,,,,0,213.172685,,,,,,,144,60,0,,,,,,,,,,,74_1,1345 +non,,,,,,,0,213.172685,,,,D4,,,144,62,4,,,,,,,,,,,74_1,1351 +non,,,,,,,0,213.172685,,,,G#4,,,144,68,6,,,,,,,,,,,74_1,1352 +ctl,,,,,,,86,213.29858900000002,,,,,,,176,64,0,,,,,,,,,,,74_1,1353 +ctl,,,,,,,0,213.29858900000002,,,,,,,176,64,0,,,,,,,,,,,74_1,1354 +ctl,,,,,,,168,213.544541,,,,,,,176,64,127,,,,,,,,,,,74_1,1355 +ctl,,,,,,,0,213.544541,,,,,,,176,64,127,,,,,,,,,,,74_1,1356 +nof,,,,,,,258,213.922253,,,,,,,144,72,0,,,,,,,,,,,74_1,1347 +nof,,,,,,,0,213.922253,,,,,,,144,78,0,,,,,,,,,,,74_1,1348 +nof,,,,,,,0,213.922253,,,,,,,144,83,0,,,,,,,,,,,74_1,1349 +non,,,,,,,0,213.922253,,,,C#5,,,144,73,6,,,,,,,,,,,74_1,1357 +non,,,,,,,0,213.922253,,,,C6,,,144,84,10,,,,,,,,,,,74_1,1358 +non,,,,,,,0,213.922253,,,,G5,,,144,79,7,,,,,,,,,,,74_1,1359 +nof,,,,,,,0,213.922253,,,,,,,144,62,0,,,,,,,,,,,74_1,1351 +nof,,,,,,,0,213.922253,,,,,,,144,68,0,,,,,,,,,,,74_1,1352 +non,,,,,,,0,213.922253,,,,A#3,,,144,58,3,,,,,,,,,,,74_1,1360 +non,,,,,,,0,213.922253,,,,E4,,,144,64,3,,,,,,,,,,,74_1,1361 +non,,,,,,,0,213.922253,,,,A4,,,144,69,6,,,,,,,,,,,74_1,1362 +ctl,,,,,,,32,213.971565,,,,,,,176,64,0,,,,,,,,,,,74_1,1363 +ctl,,,,,,,0,213.971565,,,,,,,176,64,0,,,,,,,,,,,74_1,1364 +ctl,,,,,,,218,214.307503,,,,,,,176,64,127,,,,,,,,,,,74_1,1365 +ctl,,,,,,,0,214.307503,,,,,,,176,64,127,,,,,,,,,,,74_1,1366 +ctl,,,,,,,38,214.366061,,,,,,,176,64,127,,,,,,,,,,,74_1,1367 +ctl,,,,,,,0,214.366061,,,,,,,176,64,127,,,,,,,,,,,74_1,1368 +nof,,,,,,,53,214.44773400000003,,,,,,,144,69,0,,,,,,,,,,,74_1,1362 +non,,,,,,,0,214.44773400000003,,,,G#4,,,144,68,5,,,,,,,,,,,74_1,1369 +nof,,,,,,,171,214.71124500000002,,,,,,,144,79,0,,,,,,,,,,,74_1,1359 +non,,,,,,,0,214.71124500000002,,,,G#5,,,144,80,8,,,,,,,,,,,74_1,1370 +nof,,,,,,,171,214.938846,,,,,,,144,68,0,,,,,,,,,,,74_1,1369 +non,,,,,,,0,214.938846,,,,G4,,,144,67,5,,,,,,,,,,,74_1,1371 +ctl,,,,,,,341,215.392717,,,,,,,176,64,127,,,,,,,,,,,74_1,1372 +ctl,,,,,,,0,215.392717,,,,,,,176,64,0,,,,,,,,,,,74_1,1373 +ctl,,,,,,,0,215.392717,,,,,,,176,64,127,,,,,,,,,,,74_1,1374 +nof,,,,,,,0,215.392717,,,,,,,144,80,0,,,,,,,,,,,74_1,1370 +nof,,,,,,,0,215.392717,,,,,,,144,58,0,,,,,,,,,,,74_1,1360 +nof,,,,,,,0,215.392717,,,,,,,144,64,0,,,,,,,,,,,74_1,1361 +nof,,,,,,,0,215.392717,,,,,,,144,67,0,,,,,,,,,,,74_1,1371 +non,,,,,,,0,215.392717,,,,A5,,,144,81,8,,,,,,,,,,,74_1,1375 +non,,,,,,,0,215.392717,,,,A#3,,,144,58,3,,,,,,,,,,,74_1,1376 +non,,,,,,,0,215.392717,,,,G3,,,144,55,3,,,,,,,,,,,74_1,1377 +non,,,,,,,0,215.392717,,,,F#4,,,144,66,5,,,,,,,,,,,74_1,1378 +ctl,,,,,,,113,215.54312000000002,,,,,,,176,64,0,,,,,,,,,,,74_1,1379 +ctl,,,,,,,0,215.54312000000002,,,,,,,176,64,0,,,,,,,,,,,74_1,1380 +ctl,,,,,,,294,215.934434,,,,,,,176,64,127,,,,,,,,,,,74_1,1381 +ctl,,,,,,,0,215.934434,,,,,,,176,64,127,,,,,,,,,,,74_1,1382 +nof,,,,,,,105,216.07418900000002,,,,,,,144,73,0,,,,,,,,,,,74_1,1357 +non,,,,,,,0,216.07418900000002,,,,C#5,,,144,73,5,,,,,,,,,,,74_1,1383 +ctl,,,,,,,1024,217.43713300000002,,,,,,,176,64,0,,,,,,,,,,,74_1,1384 +ctl,,,,,,,0,217.43713300000002,,,,,,,176,64,0,,,,,,,,,,,74_1,1385 +nof,,,,,,,0,217.43713300000002,,,,,,,144,73,0,,,,,,,,,,,74_1,1383 +non,,,,,,,0,217.43713300000002,,,,C#5,,,144,73,5,,,,,,,,,,,74_1,1386 +nof,,,,,,,0,217.43713300000002,,,,,,,144,55,0,,,,,,,,,,,74_1,1377 +nof,,,,,,,0,217.43713300000002,,,,,,,144,66,0,,,,,,,,,,,74_1,1378 +non,,,,,,,0,217.43713300000002,,,,F#3,,,144,54,2,,,,,,,,,,,74_1,1387 +non,,,,,,,0,217.43713300000002,,,,F4,,,144,65,5,,,,,,,,,,,74_1,1388 +ctl,,,,,,,248,217.800205,,,,,,,176,64,127,,,,,,,,,,,74_1,1389 +ctl,,,,,,,0,217.800205,,,,,,,176,64,127,,,,,,,,,,,74_1,1390 +ctl,,,,,,,610,218.64722700000002,,,,,,,176,64,127,,,,,,,,,,,74_1,1391 +ctl,,,,,,,0,218.64722700000002,,,,,,,176,64,127,,,,,,,,,,,74_1,1392 +nof,,,,,,,166,218.868173,,,,,,,144,73,0,,,,,,,,,,,74_1,1386 +nof,,,,,,,0,218.868173,,,,,,,144,81,0,,,,,,,,,,,74_1,1375 +nof,,,,,,,0,218.868173,,,,,,,144,84,0,,,,,,,,,,,74_1,1358 +non,,,,,,,0,218.868173,,,,C5,,,144,72,7,,,,,,,,,,,74_1,1393 +non,,,,,,,0,218.868173,,,,G5,,,144,79,7,,,,,,,,,,,74_1,1394 +non,,,,,,,0,218.868173,,,,C#6,,,144,85,10,,,,,,,,,,,74_1,1395 +nof,,,,,,,0,218.868173,,,,,,,144,54,0,,,,,,,,,,,74_1,1387 +nof,,,,,,,0,218.868173,,,,,,,144,65,0,,,,,,,,,,,74_1,1388 +non,,,,,,,0,218.868173,,,,D#3,,,144,51,2,,,,,,,,,,,74_1,1396 +non,,,,,,,0,218.868173,,,,A3,,,144,57,2,,,,,,,,,,,74_1,1397 +non,,,,,,,0,218.868173,,,,E4,,,144,64,5,,,,,,,,,,,74_1,1398 +nof,,,,,,,0,218.868173,,,,,,,144,58,0,,,,,,,,,,,74_1,1376 +ctl,,,,,,,15,218.88813800000003,,,,,,,176,64,0,,,,,,,,,,,74_1,1399 +ctl,,,,,,,0,218.88813800000003,,,,,,,176,64,0,,,,,,,,,,,74_1,1400 +ctl,,,,,,,181,219.129049,,,,,,,176,64,127,,,,,,,,,,,74_1,1401 +ctl,,,,,,,0,219.129049,,,,,,,176,64,127,,,,,,,,,,,74_1,1402 +ctl,,,,,,,316,219.549645,,,,,,,176,64,127,,,,,,,,,,,74_1,1403 +ctl,,,,,,,0,219.549645,,,,,,,176,64,0,,,,,,,,,,,74_1,1404 +ctl,,,,,,,0,219.549645,,,,,,,176,64,127,,,,,,,,,,,74_1,1405 +nof,,,,,,,0,219.549645,,,,,,,144,72,0,,,,,,,,,,,74_1,1393 +nof,,,,,,,0,219.549645,,,,,,,144,79,0,,,,,,,,,,,74_1,1394 +nof,,,,,,,0,219.549645,,,,,,,144,85,0,,,,,,,,,,,74_1,1395 +nof,,,,,,,0,219.549645,,,,,,,144,51,0,,,,,,,,,,,74_1,1396 +nof,,,,,,,0,219.549645,,,,,,,144,57,0,,,,,,,,,,,74_1,1397 +nof,,,,,,,0,219.549645,,,,,,,144,64,0,,,,,,,,,,,74_1,1398 +non,,,,,,,0,219.549645,,,,C5,,,144,72,8,,,,,,,,,,,74_1,1406 +non,,,,,,,0,219.549645,,,,G5,,,144,79,8,,,,,,,,,,,74_1,1407 +non,,,,,,,0,219.549645,,,,C#6,,,144,85,11,,,,,,,,,,,74_1,1408 +non,,,,,,,0,219.549645,,,,D#3,,,144,51,2,,,,,,,,,,,74_1,1409 +non,,,,,,,0,219.549645,,,,A3,,,144,57,2,,,,,,,,,,,74_1,1410 +non,,,,,,,0,219.549645,,,,E4,,,144,64,5,,,,,,,,,,,74_1,1411 +nof,,,,,,,341,220.04886900000002,,,,,,,144,51,0,,,,,,,,,,,74_1,1409 +non,,,,,,,0,220.04886900000002,,,,D#3,,,144,51,3,,,,,,,,,,,74_1,1412 +nof,,,,,,,86,220.17477300000002,,,,,,,144,57,0,,,,,,,,,,,74_1,1410 +non,,,,,,,0,220.17477300000002,,,,A3,,,144,57,3,,,,,,,,,,,74_1,1413 +nof,,,,,,,85,220.299213,,,,,,,144,72,0,,,,,,,,,,,74_1,1406 +nof,,,,,,,0,220.299213,,,,,,,144,79,0,,,,,,,,,,,74_1,1407 +nof,,,,,,,0,220.299213,,,,,,,144,85,0,,,,,,,,,,,74_1,1408 +non,,,,,,,0,220.299213,,,,C#5,,,144,73,6,,,,,,,,,,,74_1,1414 +non,,,,,,,0,220.299213,,,,A#5,,,144,82,6,,,,,,,,,,,74_1,1415 +non,,,,,,,0,220.299213,,,,D6,,,144,86,9,,,,,,,,,,,74_1,1416 +nof,,,,,,,0,220.299213,,,,,,,144,64,0,,,,,,,,,,,74_1,1411 +non,,,,,,,0,220.299213,,,,G4,,,144,67,5,,,,,,,,,,,74_1,1417 +ctl,,,,,,,77,220.393153,,,,,,,176,64,0,,,,,,,,,,,74_1,1418 +ctl,,,,,,,0,220.393153,,,,,,,176,64,0,,,,,,,,,,,74_1,1419 +ctl,,,,,,,147,220.572493,,,,,,,176,64,127,,,,,,,,,,,74_1,1420 +ctl,,,,,,,0,220.572493,,,,,,,176,64,127,,,,,,,,,,,74_1,1421 +ctl,,,,,,,276,220.90921300000002,,,,,,,176,64,0,,,,,,,,,,,74_1,1422 +ctl,,,,,,,0,220.90921300000002,,,,,,,176,64,0,,,,,,,,,,,74_1,1423 +nof,,,,,,,12,220.923853,,,,,,,144,73,0,,,,,,,,,,,74_1,1414 +nof,,,,,,,0,220.923853,,,,,,,144,82,0,,,,,,,,,,,74_1,1415 +nof,,,,,,,0,220.923853,,,,,,,144,86,0,,,,,,,,,,,74_1,1416 +non,,,,,,,0,220.923853,,,,A4,,,144,69,6,,,,,,,,,,,74_1,1424 +non,,,,,,,0,220.923853,,,,C#5,,,144,73,6,,,,,,,,,,,74_1,1425 +non,,,,,,,0,220.923853,,,,A#5,,,144,82,9,,,,,,,,,,,74_1,1426 +nof,,,,,,,0,220.923853,,,,,,,144,51,0,,,,,,,,,,,74_1,1412 +nof,,,,,,,0,220.923853,,,,,,,144,57,0,,,,,,,,,,,74_1,1413 +nof,,,,,,,0,220.923853,,,,,,,144,67,0,,,,,,,,,,,74_1,1417 +non,,,,,,,0,220.923853,,,,F#3,,,144,54,2,,,,,,,,,,,74_1,1427 +non,,,,,,,0,220.923853,,,,A#3,,,144,58,2,,,,,,,,,,,74_1,1428 +non,,,,,,,0,220.923853,,,,E4,,,144,64,5,,,,,,,,,,,74_1,1429 +ctl,,,,,,,227,221.27366,,,,,,,176,64,127,,,,,,,,,,,74_1,1430 +ctl,,,,,,,0,221.27366,,,,,,,176,64,127,,,,,,,,,,,74_1,1431 +nof,,,,,,,285,221.71284500000002,,,,,,,144,82,0,,,,,,,,,,,74_1,1426 +non,,,,,,,0,221.71284500000002,,,,A#5,,,144,82,10,,,,,,,,,,,74_1,1432 +ctl,,,,,,,506,222.386331,,,,,,,176,64,0,,,,,,,,,,,74_1,1433 +ctl,,,,,,,0,222.386331,,,,,,,176,64,0,,,,,,,,,,,74_1,1434 +nof,,,,,,,6,222.394317,,,,,,,144,69,0,,,,,,,,,,,74_1,1424 +nof,,,,,,,0,222.394317,,,,,,,144,73,0,,,,,,,,,,,74_1,1425 +nof,,,,,,,0,222.394317,,,,,,,144,82,0,,,,,,,,,,,74_1,1432 +non,,,,,,,0,222.394317,,,,D#5,,,144,75,8,,,,,,,,,,,74_1,1435 +non,,,,,,,0,222.394317,,,,G5,,,144,79,8,,,,,,,,,,,74_1,1436 +non,,,,,,,0,222.394317,,,,B5,,,144,83,11,,,,,,,,,,,74_1,1437 +nof,,,,,,,0,222.394317,,,,,,,144,54,0,,,,,,,,,,,74_1,1427 +nof,,,,,,,0,222.394317,,,,,,,144,58,0,,,,,,,,,,,74_1,1428 +nof,,,,,,,0,222.394317,,,,,,,144,64,0,,,,,,,,,,,74_1,1429 +non,,,,,,,0,222.394317,,,,F#3,,,144,54,3,,,,,,,,,,,74_1,1438 +non,,,,,,,0,222.394317,,,,C4,,,144,60,3,,,,,,,,,,,74_1,1439 +non,,,,,,,0,222.394317,,,,A#4,,,144,70,6,,,,,,,,,,,74_1,1440 +ctl,,,,,,,196,222.69635300000002,,,,,,,176,64,127,,,,,,,,,,,74_1,1441 +ctl,,,,,,,0,222.69635300000002,,,,,,,176,64,127,,,,,,,,,,,74_1,1442 +nof,,,,,,,145,222.91979800000001,,,,,,,144,75,0,,,,,,,,,,,74_1,1435 +non,,,,,,,0,222.91979800000001,,,,D5,,,144,74,9,,,,,,,,,,,74_1,1443 +nof,,,,,,,342,223.337038,,,,,,,144,74,0,,,,,,,,,,,74_1,1443 +nof,,,,,,,0,223.337038,,,,,,,144,79,0,,,,,,,,,,,74_1,1436 +nof,,,,,,,0,223.337038,,,,,,,144,83,0,,,,,,,,,,,74_1,1437 +non,,,,,,,0,223.337038,,,,C#5,,,144,73,9,,,,,,,,,,,74_1,1444 +non,,,,,,,0,223.337038,,,,E5,,,144,76,9,,,,,,,,,,,74_1,1445 +non,,,,,,,0,223.337038,,,,C6,,,144,84,12,,,,,,,,,,,74_1,1446 +ctl,,,,,,,10,223.350348,,,,,,,176,64,0,,,,,,,,,,,74_1,1447 +ctl,,,,,,,0,223.350348,,,,,,,176,64,0,,,,,,,,,,,74_1,1448 +ctl,,,,,,,184,223.59525200000002,,,,,,,176,64,127,,,,,,,,,,,74_1,1449 +ctl,,,,,,,0,223.59525200000002,,,,,,,176,64,127,,,,,,,,,,,74_1,1450 +ctl,,,,,,,147,223.790909,,,,,,,176,64,0,,,,,,,,,,,74_1,1451 +ctl,,,,,,,0,223.790909,,,,,,,176,64,0,,,,,,,,,,,74_1,1452 +ctl,,,,,,,0,223.790909,,,,,,,176,64,127,,,,,,,,,,,74_1,1453 +ctl,,,,,,,0,223.790909,,,,,,,176,64,0,,,,,,,,,,,74_1,1454 +nof,,,,,,,0,223.790909,,,,,,,144,73,0,,,,,,,,,,,74_1,1444 +nof,,,,,,,0,223.790909,,,,,,,144,76,0,,,,,,,,,,,74_1,1445 +nof,,,,,,,0,223.790909,,,,,,,144,84,0,,,,,,,,,,,74_1,1446 +nof,,,,,,,0,223.790909,,,,,,,144,54,0,,,,,,,,,,,74_1,1438 +nof,,,,,,,0,223.790909,,,,,,,144,60,0,,,,,,,,,,,74_1,1439 +nof,,,,,,,0,223.790909,,,,,,,144,70,0,,,,,,,,,,,74_1,1440 +non,,,,,,,0,223.790909,,,,C5,,,144,72,9,,,,,,,,,,,74_1,1455 +non,,,,,,,0,223.790909,,,,E5,,,144,76,9,,,,,,,,,,,74_1,1456 +non,,,,,,,0,223.790909,,,,C#6,,,144,85,12,,,,,,,,,,,74_1,1457 +non,,,,,,,0,223.790909,,,,G4,,,144,67,9,,,,,,,,,,,74_1,1458 +ctl,,,,,,,120,223.95062900000002,,,,,,,176,64,0,,,,,,,,,,,74_1,1459 +non,,,,,,,136,224.13164500000002,,,,A3,,,144,57,6,,,,,,,,,,,74_1,1460 +ctl,,,,,,,78,224.214715,,,,,,,176,64,127,,,,,,,,,,,74_1,1461 +nof,,,,,,,178,224.40428500000002,,,,,,,144,57,0,,,,,,,,,,,74_1,1460 +nof,,,,,,,0,224.40428500000002,,,,,,,144,67,0,,,,,,,,,,,74_1,1458 +non,,,,,,,0,224.40428500000002,,,,D#3,,,144,51,5,,,,,,,,,,,74_1,1462 +nof,,,,,,,256,224.676925,,,,,,,144,51,0,,,,,,,,,,,74_1,1462 +non,,,,,,,0,224.676925,,,,D#3,,,144,51,5,,,,,,,,,,,74_1,1463 +ctl,,,,,,,127,224.81218,,,,,,,176,64,127,,,,,,,,,,,74_1,1464 +nof,,,,,,,129,224.949565,,,,,,,144,51,0,,,,,,,,,,,74_1,1463 +non,,,,,,,0,224.949565,,,,D#2,,,144,39,4,,,,,,,,,,,74_1,1465 +nof,,,,,,,205,225.34993000000003,,,,,,,144,72,0,,,,,,,,,,,74_1,1455 +non,,,,,,,0,225.34993000000003,,,,B4,,,144,71,7,,,,,,,,,,,74_1,1466 +nof,,,,,,,205,225.65005000000002,,,,,,,144,71,0,,,,,,,,,,,74_1,1466 +non,,,,,,,0,225.65005000000002,,,,C5,,,144,72,7,,,,,,,,,,,74_1,1467 +nof,,,,,,,102,225.77449000000001,,,,,,,144,39,0,,,,,,,,,,,74_1,1465 +nof,,,,,,,102,225.89893,,,,,,,144,76,0,,,,,,,,,,,74_1,1456 +nof,,,,,,,0,225.89893,,,,,,,144,85,0,,,,,,,,,,,74_1,1457 +nof,,,,,,,0,225.89893,,,,,,,144,72,0,,,,,,,,,,,74_1,1467 +non,,,,,,,0,225.89893,,,,C#5,,,144,73,7,,,,,,,,,,,74_1,1468 +non,,,,,,,0,225.89893,,,,G5,,,144,79,7,,,,,,,,,,,74_1,1469 +non,,,,,,,0,225.89893,,,,C6,,,144,84,11,,,,,,,,,,,74_1,1470 +nof,,,,,,,205,226.14903,,,,,,,144,73,0,,,,,,,,,,,74_1,1468 +non,,,,,,,0,226.14903,,,,D5,,,144,74,8,,,,,,,,,,,74_1,1471 +ctl,,,,,,,201,226.39425,,,,,,,176,64,0,,,,,,,,,,,74_1,1472 +nof,,,,,,,4,226.39913,,,,,,,144,74,0,,,,,,,,,,,74_1,1471 +nof,,,,,,,0,226.39913,,,,,,,144,79,0,,,,,,,,,,,74_1,1469 +nof,,,,,,,0,226.39913,,,,,,,144,84,0,,,,,,,,,,,74_1,1470 +non,,,,,,,0,226.39913,,,,D#5,,,144,75,8,,,,,,,,,,,74_1,1473 +non,,,,,,,0,226.39913,,,,G5,,,144,79,8,,,,,,,,,,,74_1,1474 +non,,,,,,,0,226.39913,,,,B5,,,144,83,11,,,,,,,,,,,74_1,1475 +non,,,,,,,0,226.39913,,,,F#3,,,144,54,6,,,,,,,,,,,74_1,1476 +non,,,,,,,0,226.39913,,,,C4,,,144,60,6,,,,,,,,,,,74_1,1477 +non,,,,,,,0,226.39913,,,,A#4,,,144,70,8,,,,,,,,,,,74_1,1478 +ctl,,,,,,,129,226.587986,,,,,,,176,64,127,,,,,,,,,,,74_1,1479 +nof,,,,,,,212,226.898354,,,,,,,144,75,0,,,,,,,,,,,74_1,1473 +non,,,,,,,0,226.898354,,,,D5,,,144,74,8,,,,,,,,,,,74_1,1480 +nof,,,,,,,342,227.315594,,,,,,,144,74,0,,,,,,,,,,,74_1,1480 +nof,,,,,,,0,227.315594,,,,,,,144,79,0,,,,,,,,,,,74_1,1474 +nof,,,,,,,0,227.315594,,,,,,,144,83,0,,,,,,,,,,,74_1,1475 +non,,,,,,,0,227.315594,,,,C#5,,,144,73,8,,,,,,,,,,,74_1,1481 +non,,,,,,,0,227.315594,,,,E5,,,144,76,8,,,,,,,,,,,74_1,1482 +non,,,,,,,0,227.315594,,,,C6,,,144,84,12,,,,,,,,,,,74_1,1483 +ctl,,,,,,,34,227.357074,,,,,,,176,64,0,,,,,,,,,,,74_1,1484 +ctl,,,,,,,133,227.51933400000001,,,,,,,176,64,127,,,,,,,,,,,74_1,1485 +ctl,,,,,,,174,227.731614,,,,,,,176,64,0,,,,,,,,,,,74_1,1486 +ctl,,,,,,,0,227.731614,,,,,,,176,64,0,,,,,,,,,,,74_1,1487 +ctl,,,,,,,0,227.731614,,,,,,,176,64,0,,,,,,,,,,,74_1,1488 +ctl,,,,,,,0,227.731614,,,,,,,176,64,127,,,,,,,,,,,74_1,1489 +ctl,,,,,,,0,227.731614,,,,,,,176,64,0,,,,,,,,,,,74_1,1490 +ctl,,,,,,,0,227.731614,,,,,,,176,64,0,,,,,,,,,,,74_1,1491 +nof,,,,,,,0,227.731614,,,,,,,144,73,0,,,,,,,,,,,74_1,1481 +nof,,,,,,,0,227.731614,,,,,,,144,76,0,,,,,,,,,,,74_1,1482 +nof,,,,,,,0,227.731614,,,,,,,144,84,0,,,,,,,,,,,74_1,1483 +nof,,,,,,,0,227.731614,,,,,,,144,54,0,,,,,,,,,,,74_1,1476 +nof,,,,,,,0,227.731614,,,,,,,144,60,0,,,,,,,,,,,74_1,1477 +nof,,,,,,,0,227.731614,,,,,,,144,70,0,,,,,,,,,,,74_1,1478 +non,,,,,,,0,227.731614,,,,E5,,,144,76,9,,,,,,,,,,,74_1,1492 +non,,,,,,,0,227.731614,,,,C#6,,,144,85,12,,,,,,,,,,,74_1,1493 +non,,,,,,,0,227.731614,,,,C5,,,144,72,9,,,,,,,,,,,74_1,1494 +non,,,,,,,0,227.731614,,,,G4,,,144,67,8,,,,,,,,,,,74_1,1495 +ctl,,,,,,,120,227.878014,,,,,,,176,64,0,,,,,,,,,,,74_1,1496 +non,,,,,,,136,228.043934,,,,A3,,,144,57,5,,,,,,,,,,,74_1,1497 +ctl,,,,,,,78,228.127004,,,,,,,176,64,127,,,,,,,,,,,74_1,1498 +nof,,,,,,,178,228.316574,,,,,,,144,72,0,,,,,,,,,,,74_1,1494 +non,,,,,,,0,228.316574,,,,C5,,,144,72,11,,,,,,,,,,,74_1,1499 +nof,,,,,,,0,228.316574,,,,,,,144,57,0,,,,,,,,,,,74_1,1497 +nof,,,,,,,0,228.316574,,,,,,,144,67,0,,,,,,,,,,,74_1,1495 +non,,,,,,,0,228.316574,,,,D#3,,,144,51,5,,,,,,,,,,,74_1,1500 +nof,,,,,,,256,228.58921400000003,,,,,,,144,51,0,,,,,,,,,,,74_1,1500 +non,,,,,,,0,228.58921400000003,,,,D#3,,,144,51,7,,,,,,,,,,,74_1,1501 +ctl,,,,,,,19,228.609449,,,,,,,176,64,127,,,,,,,,,,,74_1,1502 +nof,,,,,,,237,228.86185400000002,,,,,,,144,51,0,,,,,,,,,,,74_1,1501 +non,,,,,,,0,228.86185400000002,,,,D#2,,,144,39,8,,,,,,,,,,,74_1,1503 +nof,,,,,,,256,229.23663800000003,,,,,,,144,72,0,,,,,,,,,,,74_1,1499 +non,,,,,,,0,229.23663800000003,,,,C#5,,,144,73,11,,,,,,,,,,,74_1,1504 +nof,,,,,,,256,229.54895800000003,,,,,,,144,73,0,,,,,,,,,,,74_1,1504 +non,,,,,,,0,229.54895800000003,,,,C5,,,144,72,11,,,,,,,,,,,74_1,1505 +nof,,,,,,,0,229.54895800000003,,,,,,,144,39,0,,,,,,,,,,,74_1,1503 +non,,,,,,,192,229.77379000000002,,,,C3,,,144,48,9,,,,,,,,,,,74_1,1506 +nof,,,,,,,64,229.848734,,,,,,,144,72,0,,,,,,,,,,,74_1,1505 +non,,,,,,,0,229.848734,,,,B4,,,144,71,10,,,,,,,,,,,74_1,1507 +non,,,,,,,16,229.87339000000003,,,,F#3,,,144,54,9,,,,,,,,,,,74_1,1508 +non,,,,,,,80,229.99667,,,,C#4,,,144,61,9,,,,,,,,,,,74_1,1509 +non,,,,,,,80,230.11995000000002,,,,G4,,,144,67,9,,,,,,,,,,,74_1,1510 +ctl,,,,,,,76,230.23706600000003,,,,,,,176,64,0,,,,,,,,,,,74_1,1511 +nof,,,,,,,4,230.24323,,,,,,,144,76,0,,,,,,,,,,,74_1,1492 +nof,,,,,,,0,230.24323,,,,,,,144,85,0,,,,,,,,,,,74_1,1493 +nof,,,,,,,0,230.24323,,,,,,,144,71,0,,,,,,,,,,,74_1,1507 +non,,,,,,,0,230.24323,,,,F#5,,,144,78,11,,,,,,,,,,,74_1,1512 +non,,,,,,,0,230.24323,,,,D6,,,144,86,14,,,,,,,,,,,74_1,1513 +non,,,,,,,0,230.24323,,,,A#4,,,144,70,11,,,,,,,,,,,74_1,1514 +ctl,,,,,,,129,230.495167,,,,,,,176,64,127,,,,,,,,,,,74_1,1515 +nof,,,,,,,212,230.90920300000002,,,,,,,144,78,0,,,,,,,,,,,74_1,1512 +non,,,,,,,0,230.90920300000002,,,,F5,,,144,77,11,,,,,,,,,,,74_1,1516 +nof,,,,,,,342,231.364405,,,,,,,144,77,0,,,,,,,,,,,74_1,1516 +nof,,,,,,,0,231.364405,,,,,,,144,86,0,,,,,,,,,,,74_1,1513 +non,,,,,,,0,231.364405,,,,E5,,,144,76,12,,,,,,,,,,,74_1,1517 +non,,,,,,,0,231.364405,,,,D#6,,,144,87,14,,,,,,,,,,,74_1,1518 +ctl,,,,,,,34,231.414181,,,,,,,176,64,0,,,,,,,,,,,74_1,1519 +ctl,,,,,,,133,231.64899100000002,,,,,,,176,64,127,,,,,,,,,,,74_1,1520 +non,,,,,,,3,231.65485,,,,F#2,,,144,42,11,,,,,,,,,,,74_1,1521 +nof,,,,,,,86,231.822808,,,,,,,144,48,0,,,,,,,,,,,74_1,1506 +non,,,,,,,0,231.822808,,,,C3,,,144,48,11,,,,,,,,,,,74_1,1522 +ctl,,,,,,,85,231.98881300000002,,,,,,,176,64,127,,,,,,,,,,,74_1,1523 +ctl,,,,,,,0,231.98881300000002,,,,,,,176,64,127,,,,,,,,,,,74_1,1524 +nof,,,,,,,0,231.98881300000002,,,,,,,144,76,0,,,,,,,,,,,74_1,1517 +nof,,,,,,,0,231.98881300000002,,,,,,,144,87,0,,,,,,,,,,,74_1,1518 +nof,,,,,,,0,231.98881300000002,,,,,,,144,54,0,,,,,,,,,,,74_1,1508 +nof,,,,,,,0,231.98881300000002,,,,,,,144,61,0,,,,,,,,,,,74_1,1509 +nof,,,,,,,0,231.98881300000002,,,,,,,144,67,0,,,,,,,,,,,74_1,1510 +nof,,,,,,,0,231.98881300000002,,,,,,,144,70,0,,,,,,,,,,,74_1,1514 +non,,,,,,,0,231.98881300000002,,,,G5,,,144,79,11,,,,,,,,,,,74_1,1525 +non,,,,,,,0,231.98881300000002,,,,E6,,,144,88,14,,,,,,,,,,,74_1,1526 +non,,,,,,,0,231.98881300000002,,,,D#5,,,144,75,11,,,,,,,,,,,74_1,1527 +non,,,,,,,0,231.98881300000002,,,,A#3,,,144,58,12,,,,,,,,,,,74_1,1528 +non,,,,,,,0,231.98881300000002,,,,E4,,,144,64,12,,,,,,,,,,,74_1,1529 +non,,,,,,,0,231.98881300000002,,,,A#4,,,144,70,14,,,,,,,,,,,74_1,1530 +nof,,,,,,,512,232.61345300000002,,,,,,,144,75,0,,,,,,,,,,,74_1,1527 +non,,,,,,,0,232.61345300000002,,,,D#5,,,144,75,12,,,,,,,,,,,74_1,1531 +nof,,,,,,,1024,233.86273300000002,,,,,,,144,75,0,,,,,,,,,,,74_1,1531 +non,,,,,,,0,233.86273300000002,,,,D#5,,,144,75,11,,,,,,,,,,,74_1,1532 +nof,,,,,,,1024,235.11201300000002,,,,,,,144,75,0,,,,,,,,,,,74_1,1532 +non,,,,,,,0,235.11201300000002,,,,D#5,,,144,75,11,,,,,,,,,,,74_1,1533 +ctl,,,,,,,512,235.73665300000002,,,,,,,176,64,127,,,,,,,,,,,74_1,1534 +ctl,,,,,,,0,235.73665300000002,,,,,,,176,64,127,,,,,,,,,,,74_1,1535 +non,,,,,,,0,235.73665300000002,,,,G4,,,144,67,6,,,,,,,,,,,74_1,1536 +nof,,,,,,,512,236.36129300000002,,,,,,,144,75,0,,,,,,,,,,,74_1,1533 +non,,,,,,,0,236.36129300000002,,,,D#5,,,144,75,8,,,,,,,,,,,74_1,1537 +nof,,,,,,,1024,237.61057300000002,,,,,,,144,75,0,,,,,,,,,,,74_1,1537 +non,,,,,,,0,237.61057300000002,,,,D#5,,,144,75,8,,,,,,,,,,,74_1,1538 +non,,,,,,,192,237.835405,,,,C3,,,144,48,8,,,,,,,,,,,74_1,1539 +nof,,,,,,,64,237.910349,,,,,,,144,42,0,,,,,,,,,,,74_1,1521 +nof,,,,,,,0,237.910349,,,,,,,144,48,0,,,,,,,,,,,74_1,1539 +nof,,,,,,,0,237.910349,,,,,,,144,58,0,,,,,,,,,,,74_1,1528 +nof,,,,,,,0,237.910349,,,,,,,144,64,0,,,,,,,,,,,74_1,1529 +nof,,,,,,,0,237.910349,,,,,,,144,70,0,,,,,,,,,,,74_1,1530 +nof,,,,,,,0,237.910349,,,,,,,144,67,0,,,,,,,,,,,74_1,1536 +non,,,,,,,16,237.92908500000001,,,,F#3,,,144,54,8,,,,,,,,,,,74_1,1540 +non,,,,,,,80,238.02276500000002,,,,C#4,,,144,61,8,,,,,,,,,,,74_1,1541 +non,,,,,,,80,238.116445,,,,G4,,,144,67,8,,,,,,,,,,,74_1,1542 +nof,,,,,,,80,238.210125,,,,,,,144,79,0,,,,,,,,,,,74_1,1525 +nof,,,,,,,0,238.210125,,,,,,,144,88,0,,,,,,,,,,,74_1,1526 +nof,,,,,,,0,238.210125,,,,,,,144,75,0,,,,,,,,,,,74_1,1538 +non,,,,,,,0,238.210125,,,,F#5,,,144,78,11,,,,,,,,,,,74_1,1543 +non,,,,,,,0,238.210125,,,,D6,,,144,86,14,,,,,,,,,,,74_1,1544 +non,,,,,,,0,238.210125,,,,A#4,,,144,70,11,,,,,,,,,,,74_1,1545 +nof,,,,,,,341,238.876098,,,,,,,144,78,0,,,,,,,,,,,74_1,1543 +non,,,,,,,0,238.876098,,,,F5,,,144,77,11,,,,,,,,,,,74_1,1546 +nof,,,,,,,342,239.3313,,,,,,,144,77,0,,,,,,,,,,,74_1,1546 +nof,,,,,,,0,239.3313,,,,,,,144,86,0,,,,,,,,,,,74_1,1544 +non,,,,,,,0,239.3313,,,,E5,,,144,76,12,,,,,,,,,,,74_1,1547 +non,,,,,,,0,239.3313,,,,D#6,,,144,87,13,,,,,,,,,,,74_1,1548 +non,,,,,,,170,239.60100500000001,,,,F#2,,,144,42,11,,,,,,,,,,,74_1,1549 +nof,,,,,,,86,239.768963,,,,,,,144,48,0,,,,,,,,,,,74_1,1550 +non,,,,,,,0,239.768963,,,,C3,,,144,48,11,,,,,,,,,,,74_1,1551 +ctl,,,,,,,85,239.93496800000003,,,,,,,176,64,0,,,,,,,,,,,74_1,1552 +ctl,,,,,,,0,239.93496800000003,,,,,,,176,64,0,,,,,,,,,,,74_1,1553 +ctl,,,,,,,0,239.93496800000003,,,,,,,176,64,0,,,,,,,,,,,74_1,1554 +ctl,,,,,,,0,239.93496800000003,,,,,,,176,64,127,,,,,,,,,,,74_1,1555 +ctl,,,,,,,0,239.93496800000003,,,,,,,176,64,0,,,,,,,,,,,74_1,1556 +nof,,,,,,,0,239.93496800000003,,,,,,,144,76,0,,,,,,,,,,,74_1,1547 +nof,,,,,,,0,239.93496800000003,,,,,,,144,87,0,,,,,,,,,,,74_1,1548 +nof,,,,,,,0,239.93496800000003,,,,,,,144,54,0,,,,,,,,,,,74_1,1540 +nof,,,,,,,0,239.93496800000003,,,,,,,144,61,0,,,,,,,,,,,74_1,1541 +nof,,,,,,,0,239.93496800000003,,,,,,,144,67,0,,,,,,,,,,,74_1,1542 +nof,,,,,,,0,239.93496800000003,,,,,,,144,70,0,,,,,,,,,,,74_1,1545 +non,,,,,,,0,239.93496800000003,,,,G5,,,144,79,11,,,,,,,,,,,74_1,1557 +non,,,,,,,0,239.93496800000003,,,,E6,,,144,88,14,,,,,,,,,,,74_1,1558 +non,,,,,,,0,239.93496800000003,,,,D#5,,,144,75,11,,,,,,,,,,,74_1,1559 +non,,,,,,,0,239.93496800000003,,,,A#3,,,144,58,12,,,,,,,,,,,74_1,1560 +non,,,,,,,0,239.93496800000003,,,,E4,,,144,64,12,,,,,,,,,,,74_1,1561 +non,,,,,,,0,239.93496800000003,,,,A#4,,,144,70,14,,,,,,,,,,,74_1,1562 +nof,,,,,,,512,240.55960800000003,,,,,,,144,75,0,,,,,,,,,,,74_1,1559 +non,,,,,,,0,240.55960800000003,,,,D#5,,,144,75,10,,,,,,,,,,,74_1,1563 +nof,,,,,,,1024,241.80888800000002,,,,,,,144,75,0,,,,,,,,,,,74_1,1563 +non,,,,,,,0,241.80888800000002,,,,D#5,,,144,75,8,,,,,,,,,,,74_1,1564 +nof,,,,,,,1024,243.171832,,,,,,,144,75,0,,,,,,,,,,,74_1,1564 +non,,,,,,,0,243.171832,,,,D#5,,,144,75,7,,,,,,,,,,,74_1,1565 +ctl,,,,,,,512,243.853304,,,,,,,176,64,0,,,,,,,,,,,74_1,1566 +ctl,,,,,,,0,243.853304,,,,,,,176,64,127,,,,,,,,,,,74_1,1567 +non,,,,,,,0,243.853304,,,,G4,,,144,67,5,,,,,,,,,,,74_1,1568 +nof,,,,,,,512,244.60287200000002,,,,,,,144,75,0,,,,,,,,,,,74_1,1565 +non,,,,,,,0,244.60287200000002,,,,D#5,,,144,75,5,,,,,,,,,,,74_1,1569 +nof,,,,,,,1024,246.60274400000003,,,,,,,144,75,0,,,,,,,,,,,74_1,1569 +non,,,,,,,0,246.60274400000003,,,,D#5,,,144,75,3,,,,,,,,,,,74_1,1570 +ctl,,,,,,,504,248.571368,,,,,,,176,64,0,,,,,,,,,,,74_1,1571 +nof,,,,,,,8,248.602616,,,,,,,144,79,0,,,,,,,,,,,74_1,1557 +nof,,,,,,,0,248.602616,,,,,,,144,88,0,,,,,,,,,,,74_1,1558 +nof,,,,,,,0,248.602616,,,,,,,144,75,0,,,,,,,,,,,74_1,1570 +non,,,,,,,0,248.602616,,,,F#4,,,144,66,5,,,,,,,,,,,74_1,1572 +non,,,,,,,0,248.602616,,,,G4,,,144,67,5,,,,,,,,,,,74_1,1573 +non,,,,,,,0,248.602616,,,,D5,,,144,74,9,,,,,,,,,,,74_1,1574 +nof,,,,,,,0,248.602616,,,,,,,144,42,0,,,,,,,,,,,74_1,1549 +nof,,,,,,,0,248.602616,,,,,,,144,48,0,,,,,,,,,,,74_1,1551 +nof,,,,,,,0,248.602616,,,,,,,144,58,0,,,,,,,,,,,74_1,1560 +nof,,,,,,,0,248.602616,,,,,,,144,64,0,,,,,,,,,,,74_1,1561 +nof,,,,,,,0,248.602616,,,,,,,144,70,0,,,,,,,,,,,74_1,1562 +nof,,,,,,,0,248.602616,,,,,,,144,67,0,,,,,,,,,,,74_1,1573 +non,,,,,,,0,248.602616,,,,C3,,,144,48,3,,,,,,,,,,,74_1,1575 +non,,,,,,,0,248.602616,,,,F#3,,,144,54,3,,,,,,,,,,,74_1,1576 +non,,,,,,,0,248.602616,,,,A#3,,,144,58,5,,,,,,,,,,,74_1,1577 +ctl,,,,,,,125,248.96874100000002,,,,,,,176,64,127,,,,,,,,,,,74_1,1578 +nof,,,,,,,216,249.601405,,,,,,,144,66,0,,,,,,,,,,,74_1,1572 +non,,,,,,,0,249.601405,,,,F4,,,144,65,5,,,,,,,,,,,74_1,1579 +ctl,,,,,,,76,249.779473,,,,,,,176,64,0,,,,,,,,,,,74_1,1580 +ctl,,,,,,,133,250.091092,,,,,,,176,64,127,,,,,,,,,,,74_1,1581 +nof,,,,,,,133,250.402711,,,,,,,144,65,0,,,,,,,,,,,74_1,1579 +nof,,,,,,,0,250.402711,,,,,,,144,67,0,,,,,,,,,,,74_1,1582 +nof,,,,,,,0,250.402711,,,,,,,144,74,0,,,,,,,,,,,74_1,1574 +non,,,,,,,0,250.402711,,,,E4,,,144,64,5,,,,,,,,,,,74_1,1583 +non,,,,,,,0,250.402711,,,,G4,,,144,67,5,,,,,,,,,,,74_1,1584 +non,,,,,,,0,250.402711,,,,D#5,,,144,75,10,,,,,,,,,,,74_1,1585 +ctl,,,,,,,37,250.547233,,,,,,,176,64,0,,,,,,,,,,,74_1,1586 +ctl,,,,,,,110,250.97689300000002,,,,,,,176,64,127,,,,,,,,,,,74_1,1587 +ctl,,,,,,,194,251.73465700000003,,,,,,,176,64,0,,,,,,,,,,,74_1,1588 +ctl,,,,,,,0,251.73465700000003,,,,,,,176,64,127,,,,,,,,,,,74_1,1589 +nof,,,,,,,0,251.73465700000003,,,,,,,144,64,0,,,,,,,,,,,74_1,1583 +nof,,,,,,,0,251.73465700000003,,,,,,,144,67,0,,,,,,,,,,,74_1,1584 +nof,,,,,,,0,251.73465700000003,,,,,,,144,75,0,,,,,,,,,,,74_1,1585 +nof,,,,,,,0,251.73465700000003,,,,,,,144,48,0,,,,,,,,,,,74_1,1575 +nof,,,,,,,0,251.73465700000003,,,,,,,144,54,0,,,,,,,,,,,74_1,1576 +nof,,,,,,,0,251.73465700000003,,,,,,,144,58,0,,,,,,,,,,,74_1,1577 +non,,,,,,,0,251.73465700000003,,,,D#4,,,144,63,6,,,,,,,,,,,74_1,1590 +non,,,,,,,0,251.73465700000003,,,,G4,,,144,67,6,,,,,,,,,,,74_1,1591 +non,,,,,,,0,251.73465700000003,,,,E5,,,144,76,11,,,,,,,,,,,74_1,1592 +non,,,,,,,0,251.73465700000003,,,,F#2,,,144,42,4,,,,,,,,,,,74_1,1593 +non,,,,,,,0,251.73465700000003,,,,C3,,,144,48,2,,,,,,,,,,,74_1,1594 +non,,,,,,,0,251.73465700000003,,,,A#3,,,144,58,5,,,,,,,,,,,74_1,1595 +ctl,,,,,,,85,251.98362200000003,,,,,,,176,64,0,,,,,,,,,,,74_1,1596 +ctl,,,,,,,146,252.411256,,,,,,,176,64,127,,,,,,,,,,,74_1,1597 +nof,,,,,,,793,254.733953,,,,,,,144,63,0,,,,,,,,,,,74_1,1590 +non,,,,,,,0,254.733953,,,,D4,,,144,62,4,,,,,,,,,,,74_1,1598 +ctl,,,,,,,8,254.757385,,,,,,,176,64,0,,,,,,,,,,,74_1,1599 +non,46,2,1,1231,852,418,0,260.732545,4.28571428571429,0.5,0,Eb5,pp,8,144,75,8,,,,,,o,,d,,,gutim,1600 +non,46,3,2,1232,852,418,0,260.732545,1.60714285714286,2,1,C5,p,11,144,72,11,,,,,,o,,d,,,gutim,1601 +non,46,4,3,1233,852,418,0,260.732545,3.21428571428571,1,1,A3,p,11,144,57,11,,,,,t,o,,d,,,gutim,1602 +rst,46,5,4,1234,852,,0,260.732545,,,,,,,176,102,0,,,,,,,,,,,gutim,1603 +ctl,,,,,,,2040,260.732545,,,,,,,176,64,0,,,,,,,,,,,74_1,1604 +ctl,,,,,,,0,260.732545,,,,,,,176,64,0,,,,,,,,,,,74_1,1605 +nof,46,3,2,1232,853,,0,262.33954500000004,,,,,,,144,72,0,,,,,,,,,,,gutim,1601 +non,46,6,2,1235,853,419,768,262.33954500000004,1.60714285714286,2,1,E5,ppp,5,144,76,5,,,,,,o,,d,,,gutim,1606 +nof,46,6,2,1235,854,,768,263.946545,,,,,,,144,76,0,,,,,,,,,,,gutim,1606 +rst,46,7,2,1236,854,,1536,263.946545,,,,,,,176,102,0,,,,,,,,,,,gutim,1607 +non,46,8,3,1237,854,,1536,263.946545,0.267857142857143,8,0,A3,,,,,,,,,,T,,,,,,gutim,1608 +non,46,9,4,1238,854,420,1536,263.946545,0.267857142857143,8,0,C#1,pp,8,144,25,8,,,,,,o,,d,,,gutim,1609 +nof,46,4,3,1233,855,,0,264.21454500000004,,,,,,,144,57,0,,,,,,,,,,,gutim,1602 +nof,46,9,4,1238,855,,1536,264.21454500000004,,,,,,,144,25,0,,,,,,,,,,,gutim,1609 +non,46,10,3,1239,855,421,1664,264.21454500000004,0.267857142857143,8,0,E3,ppp,5,144,52,5,,,,,t,o,,,,,gutim,1610 +non,46,11,4,1240,855,421,1664,264.21454500000004,0.267857142857143,8,0,G#3,p,11,144,56,11,,,,,t,o,,,,,gutim,1611 +non,46,12,3,1241,856,,1792,264.4825450000001,0.535714285714286,4,0,E3,,,,,,,,,,T,,,,,,gutim,1612 +non,46,13,4,1242,856,,1792,264.4825450000001,0.535714285714286,4,0,G#3,,,,,,,,,,T,,,,,,gutim,1613 +ctl,,,,,,,3072,264.821377,,,,,,,176,64,0,,,,,,,,,,,74_1,1614 +ctl,,,,,,,0,264.821377,,,,,,,176,64,0,,,,,,,,,,,74_1,1615 +nof,,,,,,,0,264.821377,,,,,,,144,62,0,,,,,,,,,,,74_1,1598 +nof,,,,,,,0,264.821377,,,,,,,144,67,0,,,,,,,,,,,74_1,1591 +nof,,,,,,,0,264.821377,,,,,,,144,76,0,,,,,,,,,,,74_1,1616 +nof,,,,,,,0,264.821377,,,,,,,144,42,0,,,,,,,,,,,74_1,1593 +nof,,,,,,,0,264.821377,,,,,,,144,48,0,,,,,,,,,,,74_1,1594 +nof,,,,,,,0,264.821377,,,,,,,144,58,0,,,,,,,,,,,74_1,1595 +nof,46,2,1,1231,857,,0,265.0185450000001,,,,,,,144,75,0,,,,,,,,,,,gutim,1600 +nof,46,10,3,1239,857,,1664,265.0185450000001,,,,,,,144,52,0,,,,,,,,,,,gutim,1610 +nof,46,11,4,1240,857,,1664,265.0185450000001,,,,,,,144,56,0,,,,,,,,,,,gutim,1611 +bar,47,0,0,1243,857,,0,265.0185450000001,,,,,,,,,,47,,,,,,,,,,gutim,1617 +non,47,2,1,1244,857,422,0,265.0185450000001,3.21428571428571,1,1,C6,mp,14,144,84,14,,,,,,o,,d,,,gutim,1618 +non,47,3,2,1245,857,422,0,265.0185450000001,3.21428571428571,1,1,F5,ff,22,144,77,22,,,,,,o,,d,,,gutim,1619 +non,47,4,3,1246,857,422,0,265.0185450000001,4.28571428571429,0.5,0,Ab3,pp,8,144,56,8,,,,,,o,,d,,,gutim,1620 +rst,47,5,4,1247,857,,0,265.0185450000001,,,,,,,176,102,0,,,,,,,,,,,gutim,1621 +ped,47,1,0,1248,857,,0,265.0185450000001,,,,,,,176,64,127,,,,,,,V,,,,gutim,1622 +ctl,,,,,,,3072,265.629313,,,,,,,176,64,0,,,,,,,,,,,74_1,1623 +ctl,,,,,,,0,265.629313,,,,,,,176,64,0,,,,,,,,,,,74_1,1624 +ped,47,6,0,1249,858,,1536,268.0825450000001,,,,,,,176,64,0,,,,,,,^,,,,gutim,1622 +nof,47,2,1,1244,859,,0,268.2325450000001,,,,,,,144,84,0,,,,,,,,,,,gutim,1618 +nof,47,3,2,1245,859,,0,268.2325450000001,,,,,,,144,77,0,,,,,,,,,,,gutim,1619 +rst,47,7,1,1250,859,,1536,268.2325450000001,,,,,,,176,102,0,,,,,,,,,,,gutim,1625 +non,47,8,2,1251,859,423,1536,268.2325450000001,1.07142857142857,2,0,Bb2,p,11,144,46,11,,,,,,o,,d,,,gutim,1626 +non,47,9,4,1252,859,423,1536,268.2325450000001,1.07142857142857,2,0,E2,fff,24,144,40,24,,,,,t,o,,d,,,gutim,1627 +ped,47,6,0,1253,860,,1536,268.38254500000005,,,,,,,176,64,127,,,,,,,V,,,,gutim,1628 +ped,48,1,0,1254,861,,0,269.15354500000007,,,,,,,176,64,0,,,,,,,^,,,,gutim,1628 +nof,47,4,3,1246,862,,0,269.3035450000001,,,,,,,144,56,0,,,,,,,,,,,gutim,1620 +nof,47,8,2,1251,863,,1536,269.3035450000001,,,,,,,144,46,0,,,,,,,,,,,gutim,1626 +bar,48,0,0,1255,863,,0,269.3035450000001,,,,,,,,,,48,,,,,,,,,,gutim,1629 +rst,48,2,1,1256,863,,0,269.3035450000001,,,,,,,176,102,0,,,,,,,,,,,gutim,1630 +non,48,3,2,1257,863,424,0,269.3035450000001,4.28571428571429,0.5,0,D4,pp,8,144,62,8,,,,,t,o,,d,,,gutim,1631 +rst,48,4,3,1258,863,,0,269.3035450000001,,,,,,,176,102,0,,,,,,,,,,,gutim,1632 +non,48,5,4,1259,863,,0,269.3035450000001,4.28571428571429,0.5,0,E2,,,,,,,,,,_,,,,,,gutim,1633 +ped,48,1,0,1260,864,,0,269.4535450000001,,,,,,,176,64,127,,,,,,,V,,,,gutim,1634 +rst,48,6,1,1261,865,,1024,271.4465450000001,,,,,,,176,102,0,,,,,,,,,,,gutim,1635 +rst,48,7,3,1262,865,,1024,271.4465450000001,,,,,,,176,102,0,,,,,,,,,,,gutim,1636 +non,48,8,3,1263,866,425,1152,271.71454500000016,1.875,2,2,G#2,ff,22,144,44,22,,,,,t,o,,d 5933,,,gutim,1637 +non,48,9,1,1264,867,426,1792,273.05354500000016,0.535714285714286,4,0,C#3,ppp,5,144,49,5,,,,,,o,,D,,,gutim,1638 +nof,48,9,1,1264,868,,1792,273.58954500000016,,,,,,,144,49,0,,,,,,,,,,,gutim,1638 +bar,49,0,0,1265,868,,0,273.58954500000016,,,,,,,,,,49,,,,,,,,,,gutim,1639 +rst,49,1,1,1266,868,,0,273.58954500000016,,,,,,,176,102,0,,,,,,,,,,,gutim,1640 +non,49,2,2,1267,868,,0,273.58954500000016,1.07142857142857,2,0,D4,,,,,,,,,,T,,,,,,gutim,1641 +non,49,3,3,1268,868,,0,273.58954500000016,1.07142857142857,2,0,G#2,,,,,,,,,,T,,,,,,gutim,1642 +non,49,4,4,1269,868,,0,273.58954500000016,1.07142857142857,2,0,E2,,,,,,,,,,T,,,,,,gutim,1643 +nof,47,9,4,1252,869,,1536,274.6605450000002,,,,,,,144,40,0,,,,,,,,,,,gutim,1627 +nof,48,3,2,1257,870,,0,274.6605450000002,,,,,,,144,62,0,,,,,,,,,,,gutim,1631 +nof,48,8,3,1263,870,,1152,274.6605450000002,,,,,,,144,44,0,,,,,,,,,,,gutim,1637 +ped,49,5,0,1270,870,,512,274.6605450000002,,,,,,,176,64,0,,,,,,,^,,,,gutim,1634 +rst,49,6,1,1271,870,,512,274.6605450000002,,,,,,,176,102,0,,,,,,,,,,,gutim,1644 +non,49,7,2,1272,870,427,512,274.6605450000002,0.133928571428571,16,0,C#3,pppp,2,144,49,2,,,,,,o,,,,,gutim,1645 +rst,49,8,3,1273,870,,512,274.6605450000002,,,,,,,176,102,0,,,,,,,,,,,gutim,1646 +non,49,9,4,1274,870,427,512,274.6605450000002,3.21428571428571,1,1,G1,mp,14,144,31,14,,,,,,o,,,,,gutim,1647 +nof,49,7,2,1272,871,,512,274.7945450000002,,,,,,,144,49,0,,,,,,,,,,,gutim,1645 +rst,49,10,2,1275,871,,576,274.7945450000002,,,,,,,176,102,0,,,,,,,,,,,gutim,1648 +non,49,11,1,1276,872,428,640,274.9285450000002,0.267857142857143,8,0,A5,ppp,5,144,81,5,,,,,,o,,,,,gutim,1649 +non,49,12,2,1277,873,429,704,275.0625450000002,0.0669642857142857,32,0,D4,mp,14,144,62,14,,,,,,o,,,,,gutim,1650 +nof,49,12,2,1277,874,,704,275.12954500000023,,,,,,,144,62,0,,,,,,,,,,,gutim,1650 +non,49,13,2,1278,874,430,736,275.12954500000023,0.0669642857142857,32,0,C6,mp+,15,144,84,15,,,,,t,o,,,,,gutim,1651 +nof,49,11,1,1276,875,,640,275.19654500000024,,,,,,,144,81,0,,,,,,,,,,,gutim,1649 +non,49,14,1,1279,875,431,768,275.19654500000024,0.401785714285714,8,1,F#6,p,11,144,90,11,,,,,,o,,,e,,gutim,1652 +non,49,15,2,1280,875,431,768,275.19654500000024,0.0669642857142857,32,0,G#5,p,11,144,80,11,,,,,t,o,,,,,gutim,1653 +non,49,16,2,1281,875,,768,275.19654500000024,0.0669642857142857,32,0,C6,,,,,,,,,,T,,,,,,gutim,1654 +non,49,17,3,1282,875,431,768,275.19654500000024,0.200892857142857,16,1,B0,mp,14,144,23,14,,,,,,o,,,,,gutim,1655 +non,49,18,2,1283,876,,800,275.26354500000025,0.133928571428571,16,0,G#5,,,,,,,,,,T,,,,,,gutim,1656 +non,49,19,2,1284,876,432,800,275.26354500000025,0.133928571428571,16,0,E6,f,20,144,88,20,,,,,,o,,,,,gutim,1657 +nof,49,13,2,1278,877,,736,275.26354500000025,,,,,,,144,84,0,,,,,,,,,,,gutim,1651 +nof,49,15,2,1280,878,,768,275.39754500000026,,,,,,,144,80,0,,,,,,,,,,,gutim,1653 +nof,49,17,3,1282,878,,768,275.39754500000026,,,,,,,144,23,0,,,,,,,,,,,gutim,1655 +nof,49,19,2,1284,878,,800,275.39754500000026,,,,,,,144,88,0,,,,,,,,,,,gutim,1657 +non,49,21,2,1285,878,433,864,275.39754500000026,0.200892857142857,16,1,D#4,f+,21,144,63,21,,,,,,o,,,e,,gutim,1658 +non,49,22,3,1286,878,433,864,275.39754500000026,0.133928571428571,16,0,C#3,mp,14,144,49,14,,,,,,o,,,,,gutim,1659 +ped,49,20,0,1287,878,,864,275.39754500000026,,,,,,,176,64,127,,,,,,,V,,,,gutim,1660 +nof,49,22,3,1286,879,,864,275.5315450000003,,,,,,,144,49,0,,,,,,,,,,,gutim,1659 +non,49,23,3,1288,879,434,928,275.5315450000003,0.0669642857142857,32,0,G#2,mp-,13,144,44,13,,,,,,o,,,,,gutim,1661 +nof,49,14,1,1279,880,,768,275.5985450000003,,,,,,,144,90,0,,,,,,,,,,,gutim,1652 +nof,49,21,2,1285,880,,864,275.5985450000003,,,,,,,144,63,0,,,,,,,,,,,gutim,1658 +nof,49,23,3,1288,880,,928,275.5985450000003,,,,,,,144,44,0,,,,,,,,,,,gutim,1661 +ped,49,24,0,1289,880,,960,275.5985450000003,,,,,,,176,64,0,,,,,,,^,,,,gutim,1660 +non,49,25,1,1290,880,435,960,275.5985450000003,0.133928571428571,16,0,B3,f,20,,,,,,,,t,o,,,,,gutim,1662 +non,49,26,2,1291,880,435,960,275.5985450000003,0.133928571428571,16,0,B3,f,20,144,59,20,,,,,t,o,,,e,,gutim,1663 +rst,49,27,3,1292,880,,960,275.5985450000003,,,,,,,176,102,0,,,,,,,,,,,gutim,1664 +non,49,28,1,1293,881,,1024,275.7325450000003,1.07142857142857,2,0,B3,,,,,,,,,,T,,,,,,gutim,1665 +non,49,29,2,1294,881,,1024,275.7325450000003,0.0669642857142857,32,0,B3,,,,,,,,,,T,,,,,,gutim,1666 +rst,49,30,3,1295,881,,1024,275.7325450000003,,,,,,,176,102,0,,,,,,,,,,,gutim,1667 +non,49,31,2,1296,882,436,1056,275.7995450000003,0.200892857142857,16,1,A0,mp+,15,144,21,15,,,,,,o,,,e,,gutim,1668 +nof,49,31,2,1296,883,,1056,276.00054500000033,,,,,,,144,21,0,,,,,,,,,,,gutim,1668 +non,49,32,2,1297,883,437,1152,276.00054500000033,0.133928571428571,16,0,G2,p,11,144,43,11,,,,,,o,,,E,,gutim,1669 +nof,49,32,2,1297,884,,1152,276.13454500000034,,,,,,,144,43,0,,,,,,,,,,,gutim,1669 +rst,49,33,2,1298,884,,1216,276.13454500000034,,,,,,,176,102,0,,,,,,,,,,,gutim,1670 +rst,49,34,2,1299,885,,1280,276.26854500000036,,,,,,,176,102,0,,,,,,,,,,,gutim,1671 +nof,49,26,2,1291,886,,960,276.8035450000003,,,,,,,144,59,0,,,,,,,,,,,gutim,1663 +non,49,35,1,1300,887,438,1536,276.8035450000003,0.267857142857143,8,0,F4,pp,8,144,65,8,,,,,,o,,,,,gutim,1672 +rst,49,36,2,1301,887,,1536,276.8035450000003,,,,,,,176,102,0,,,,,,,,,,,gutim,1673 +non,49,37,3,1302,887,438,1536,276.8035450000003,1.07142857142857,2,0,C#3,f,20,144,49,20,,,,,,o,,,,,gutim,1674 +nof,49,35,1,1300,888,,1536,277.07154500000036,,,,,,,144,65,0,,,,,,,,,,,gutim,1672 +rst,49,38,1,1303,888,,1664,277.07154500000036,,,,,,,176,102,0,,,,,,,,,,,gutim,1675 +non,49,39,1,1304,889,439,1792,277.3395450000004,0.320172991071429,8,1,C5,p,11,144,72,11,,,,,,o,,,,,gutim,1676 +nof,49,39,1,1304,890,,1792,277.6595450000004,,,,,,,144,72,0,,,,,,,,,,,gutim,1676 +non,49,41,1,1305,890,440,1945,277.6595450000004,0.215541294642857,8,0,D3,p+,12,144,50,12,,,,,t,o,,,,,gutim,1677 +ped,49,40,0,1306,890,,1945,277.6595450000004,,,,,,,176,64,127,,,,,,,V,,,,gutim,1678 +nof,49,9,4,1274,891,,512,277.8755450000004,,,,,,,144,31,0,,,,,,,,,,,gutim,1647 +bar,50,0,0,1307,892,,0,277.8755450000004,,,,,,,,,,50,,,,,,,,,,gutim,1679 +non,50,1,1,1308,892,,0,277.8755450000004,0.106724330357143,16,0,D3,,,,,,,,,,T,,,,,,gutim,1680 +non,50,3,3,1309,892,441,,277.8755450000004,0.05,8,0,C#1,mp,14,144,25,14,,,,g,,o,,d,,,gutim,1681 +nof,49,37,3,1302,893,,1536,277.8755450000004,,,,,,,144,49,0,,,,,,,,,,,gutim,1674 +nof,50,3,3,1309,894,,,277.9255450000004,,,,,,,144,25,0,,,,,,,,,,,gutim,1681 +non,50,2,2,1310,895,442,0,277.9505450000004,4.28571428571429,0.5,0,E6,p+,12,144,88,12,,,,,,o,,d,,,gutim,1682 +non,50,4,3,1311,895,442,0,277.9505450000004,4.28571428571429,0.5,0,C2,mf,17,144,36,17,,,,,,o,,d,,,gutim,1683 +non,50,5,4,1312,895,442,0,277.9505450000004,0.106724330357143,16,0,F#6,p+,12,144,90,12,,,,,,o,,,e,,gutim,1684 +nof,49,41,1,1305,896,,1945,277.9815450000004,,,,,,,144,50,0,,,,,,,,,,,gutim,1677 +nof,50,5,4,1312,897,,0,278.05654500000037,,,,,,,144,90,0,,,,,,,,,,,gutim,1684 +non,50,6,1,1313,897,443,51,278.05654500000037,0.320172991071429,8,1,C#2,mf,17,144,37,17,,,,,,o,,d,,,gutim,1685 +non,50,7,4,1314,897,443,51,278.05654500000037,0.106724330357143,16,0,G1,p,11,144,31,11,,,,,,o,,d,e,,gutim,1686 +nof,50,7,4,1314,898,,51,278.16354500000034,,,,,,,144,31,0,,,,,,,,,,,gutim,1686 +non,50,8,4,1315,898,444,102,278.16354500000034,0.106724330357143,16,0,F4,p,11,144,65,11,,,,,,o,,d,e,,gutim,1687 +nof,50,8,4,1315,899,,102,278.2705450000003,,,,,,,144,65,0,,,,,,,,,,,gutim,1687 +non,50,9,4,1316,899,445,153,278.2705450000003,0.106724330357143,16,0,C3,pp,8,144,48,8,,,,,,o,,d,e,,gutim,1688 +nof,50,6,1,1313,900,,51,278.3775450000003,,,,,,,144,37,0,,,,,,,,,,,gutim,1685 +nof,50,9,4,1316,900,,153,278.3775450000003,,,,,,,144,48,0,,,,,,,,,,,gutim,1688 +ped,50,10,0,1317,900,,204,278.3775450000003,,,,,,,176,64,0,,,,,,,^,,,,gutim,1678 +non,50,11,1,1318,900,446,204,278.3775450000003,0.108816964285714,16,0,E5,p+,12,144,76,12,,,,,t,o,,D 5934,,,gutim,1689 +non,50,12,4,1319,900,446,204,278.3775450000003,0.108816964285714,16,0,Ab1,pp-,7,144,32,7,,,,,,o,,,E 5934,,gutim,1690 +nof,50,12,4,1319,901,,204,278.4855450000003,,,,,,,144,32,0,,,,,,,,,,,gutim,1690 +non,50,13,1,1320,901,,256,278.4855450000003,0.267857142857143,8,0,E5,,,,,,,,,,T,,,,,,gutim,1691 +rst,50,14,4,1321,901,,256,278.4855450000003,,,,,,,176,102,0,,,,,,,,,,,gutim,1692 +nof,50,11,1,1318,902,,204,278.75354500000026,,,,,,,144,76,0,,,,,,,,,,,gutim,1689 +rst,50,15,1,1322,902,,384,278.75354500000026,,,,,,,176,102,0,,,,,,,,,,,gutim,1693 +rst,50,16,1,1323,903,,512,279.0215450000003,,,,,,,176,102,0,,,,,,,,,,,gutim,1694 +rst,50,17,4,1324,903,,512,279.0215450000003,,,,,,,176,102,0,,,,,,,,,,,gutim,1695 +rst,50,18,4,1325,904,,1024,280.0935450000003,,,,,,,176,102,0,,,,,,,,,,,gutim,1696 +sec,50,19,0,1326,904,,1024,280.0935450000003,,,,,,,,,,,5933,,,,,,,,,gutim,1697 +bpm,50,19,0,1326,904,,1024,280.0935450000003,,0.3333,,,,,,,,,,112,,,,,,,,gutim,1698 +nof,50,4,3,1311,905,,0,282.08554500000025,,,,,,,144,36,0,,,,,,,,,,,gutim,1683 +non,50,21,2,1327,905,447,,282.08554500000025,0.05,8,0,C2,pp,8,144,36,8,,,,g,,o,,,,,gutim,1699 +non,50,20,2,1328,906,448,,282.1605450000003,0.05,8,0,F#5,pp,8,144,78,8,,,,g,,o,,,,,gutim,1700 +nof,50,20,2,1328,907,,,282.21054500000025,,,,,,,144,78,0,,,,,,,,,,,gutim,1700 +bar,51,0,0,1329,908,,0,282.23554500000023,,,,,,,,,,51,,,,,,,,,,gutim,1701 +non,51,1,1,1330,908,449,0,282.23554500000023,2.14285714285714,1,0,F4,p,11,144,65,11,,,,,,o,,d,,,gutim,1702 +non,51,2,1,1331,908,449,0,282.23554500000023,2.14285714285714,1,0,G#5,pppp,2,144,80,2,,,,,,o,,d,,,gutim,1703 +non,51,3,2,1332,908,449,0,282.23554500000023,3.21428571428571,1,1,D#4,f,20,144,63,20,,,,,t,o,,d,,,gutim,1704 +non,51,4,3,1333,908,449,0,282.23554500000023,0.267857142857143,8,0,E4,p,11,144,64,11,,,,,,o,,d,,,gutim,1705 +non,51,5,4,1334,908,449,0,282.23554500000023,2.14285714285714,1,0,G#3,f,20,144,56,20,,,,,,o,,d,,,gutim,1706 +nof,50,2,2,1310,909,,0,282.3105450000002,,,,,,,144,88,0,,,,,,,,,,,gutim,1682 +nof,50,21,2,1327,909,,,282.3105450000002,,,,,,,144,36,0,,,,,,,,,,,gutim,1699 +nof,51,4,3,1333,910,,0,282.50354500000026,,,,,,,144,64,0,,,,,,,,,,,gutim,1705 +non,51,7,3,1335,910,450,128,282.50354500000026,0.267857142857143,8,0,F#3,mf,17,144,54,17,,,,,t,o,,d,,,gutim,1707 +ped,51,6,0,1336,910,,128,282.50354500000026,,,,,,,176,64,127,,,,,,,V,,,,gutim,1708 +non,51,8,3,1337,911,,256,282.7715450000003,3.21428571428571,1,1,F#3,,,,,,,,,,T,,,,,,gutim,1709 +nof,51,1,1,1330,912,,0,284.37854500000026,,,,,,,144,65,0,,,,,,,,,,,gutim,1702 +nof,51,2,1,1331,912,,0,284.37854500000026,,,,,,,144,80,0,,,,,,,,,,,gutim,1703 +nof,51,5,4,1334,912,,0,284.37854500000026,,,,,,,144,56,0,,,,,,,,,,,gutim,1706 +rst,51,9,1,1338,912,,1024,284.37854500000026,,,,,,,176,102,0,,,,,,,,,,,gutim,1710 +rst,51,10,4,1339,912,,1024,284.37854500000026,,,,,,,176,102,0,,,,,,,,,,,gutim,1711 +non,51,11,2,1340,913,,1536,285.45054500000026,0.535714285714286,4,0,D#4,,,,,,,,,,T,,,,,,gutim,1712 +non,51,13,1,1341,914,451,,285.9105450000003,0.05,8,0,D5,pp,8,144,74,8,,,,g,,o,,D,,,gutim,1713 +nof,51,13,1,1341,915,,,285.96054500000025,,,,,,,144,74,0,,,,,,,,,,,gutim,1713 +nof,51,3,2,1332,916,,0,285.98554500000023,,,,,,,144,63,0,,,,,,,,,,,gutim,1704 +nof,51,7,3,1335,916,,128,285.98554500000023,,,,,,,144,54,0,,,,,,,,,,,gutim,1707 +ped,51,12,0,1342,916,,1792,285.98554500000023,,,,,,,176,64,0,,,,,,,^,,,,gutim,1708 +non,51,14,1,1343,916,452,1792,285.98554500000023,0.535714285714286,4,0,G#5,f,20,144,80,20,,,,,t,o,,,,,gutim,1714 +rst,51,15,2,1344,916,,1792,285.98554500000023,,,,,,,176,102,0,,,,,,,,,,,gutim,1715 +non,51,16,3,1345,916,452,1792,285.98554500000023,0.535714285714286,4,0,G#3,pp,8,144,56,8,,,,,,o,,,,,gutim,1716 +non,51,17,2,1346,917,453,1920,286.25354500000026,0.267857142857143,8,0,A5,f-,19,144,81,19,,,,,,o,,,,,gutim,1717 +nof,51,16,3,1345,918,,1792,286.5215450000003,,,,,,,144,56,0,,,,,,,,,,,gutim,1716 +nof,51,17,2,1346,918,,1920,286.5215450000003,,,,,,,144,81,0,,,,,,,,,,,gutim,1717 +bar,52,0,0,1347,918,,0,286.5215450000003,,,,,,,,,,52,,,,,,,,,,gutim,1718 +non,52,2,1,1348,918,,0,286.5215450000003,1.07142857142857,2,0,G#5,,,,,,,,,,T,,,,,,gutim,1719 +non,52,3,2,1349,918,454,0,286.5215450000003,4.28571428571429,0.5,0,A6,ff,22,144,93,22,,,,,,o,,,,,gutim,1720 +non,52,4,3,1350,918,454,0,286.5215450000003,4.28571428571429,0.5,0,F#2,ff,22,144,42,22,,,,,,o,,,,,gutim,1721 +ped,52,1,0,1351,918,,0,286.5215450000003,,,,,,,176,64,127,,,,,,,V,,,,gutim,1722 +nof,51,14,1,1343,919,,1792,287.5935450000003,,,,,,,144,80,0,,,,,,,,,,,gutim,1714 +non,52,5,1,1352,919,455,512,287.5935450000003,1.60714285714286,2,1,D#6,ff,22,144,87,22,,,,,,o,,,,t,gutim,1723 +nof,52,5,1,1352,920,,512,289.20054500000026,,,,,,,144,87,0,,,,,,,,,,,gutim,1723 +non,52,6,1,1353,920,456,1280,289.20054500000026,0,8,0,D4,ppp,5,,,,,,,,,o,,,,,gutim,1724 +non,52,7,1,1354,920,456,1280,289.20054500000026,1.60714285714286,2,1,A5,ppp,5,144,81,5,,,,,,o,,,,t,gutim,1725 +nof,52,3,2,1349,921,,0,290.80754500000023,,,,,,,144,93,0,,,,,,,,,,,gutim,1720 +nof,52,4,3,1350,921,,0,290.80754500000023,,,,,,,144,42,0,,,,,,,,,,,gutim,1721 +nof,52,7,1,1354,922,,1280,290.80754500000023,,,,,,,144,81,0,,,,,,,,,,,gutim,1725 +bar,53,0,0,1355,922,,0,290.80754500000023,,,,,,,,,,53,,,,,,,,,,gutim,1726 +rst,53,1,1,1356,922,,0,290.80754500000023,,,,,,,176,102,0,,,,,,,,,,,gutim,1727 +non,53,2,2,1357,922,457,0,290.80754500000023,4.28571428571429,0.5,0,A4,fff,24,144,69,24,,,,,,o,,,,T 5934,gutim,1728 +rst,53,3,3,1358,922,,0,290.80754500000023,,,,,,,176,102,0,,,,,,,,,,,gutim,1729 +rst,53,4,4,1359,922,,0,290.80754500000023,,,,,,,176,102,0,,,,,,,,,,,gutim,1730 +non,53,5,3,1360,923,458,384,291.61054500000023,0.267857142857143,8,0,C#1,mf,17,144,25,17,,,,,t,o,,,,,gutim,1731 +non,53,6,3,1361,924,,512,291.87854500000026,3.21428571428571,1,1,C#1,,,,,,,,,,T,,,,,,gutim,1732 +non,53,7,1,1362,925,459,,292.95054500000026,0.05,8,0,C#3,ppp,5,144,49,5,,,,g,,o,,d,,,gutim,1733 +non,53,8,1,1363,925,459,,292.95054500000026,0.05,8,0,C6,ppp,5,144,84,5,,,,g,,o,,d,,,gutim,1734 +nof,53,7,1,1362,926,,,293.0005450000003,,,,,,,144,49,0,,,,,,,,,,,gutim,1733 +nof,53,8,1,1363,926,,,293.0005450000003,,,,,,,144,84,0,,,,,,,,,,,gutim,1734 +non,53,9,1,1364,927,460,1024,293.02554500000025,2.14285714285714,1,0,D#5,f,20,144,75,20,,,,,,o,,d,,,gutim,1735 +non,53,10,1,1365,927,460,1024,293.02554500000025,2.14285714285714,1,0,E6,ppp,5,144,88,5,,,,,,o,,d,,,gutim,1736 +rst,53,11,4,1366,927,,1024,293.02554500000025,,,,,,,176,102,0,,,,,,,,,,,gutim,1737 +non,53,12,4,1367,928,461,1536,294.0965450000002,1.07142857142857,2,0,B1,f,20,144,35,20,,,,,,o,,d 5935,,,gutim,1738 +nof,53,2,2,1357,929,,0,295.09354500000023,,,,,,,144,69,0,,,,,,,,,,,gutim,1728 +nof,53,5,3,1360,929,,384,295.09354500000023,,,,,,,144,25,0,,,,,,,,,,,gutim,1731 +ped,53,13,0,1368,930,,2047,295.16654500000027,,,,,,,176,64,0,,,,,,,^,,,,gutim,1722 +nof,53,9,1,1364,931,,1024,295.1685450000002,,,,,,,144,75,0,,,,,,,,,,,gutim,1735 +nof,53,10,1,1365,931,,1024,295.1685450000002,,,,,,,144,88,0,,,,,,,,,,,gutim,1736 +nof,53,12,4,1367,932,,1536,295.1685450000002,,,,,,,144,35,0,,,,,,,,,,,gutim,1738 +bar,54,0,0,1369,932,,0,295.1685450000002,,,,,,,,,,54,,,,,,,,,,gutim,1739 +sec,54,1,0,1370,932,,0,295.1685450000002,,,,,,,,,,,5934,,,,,,,,,gutim,1740 +rst,54,2,1,1371,932,,0,295.1685450000002,,,,,,,176,102,0,,,,,,,,,,,gutim,1741 +non,54,3,3,1372,932,462,0,295.1685450000002,3.21428571428571,1,1,Bb2,f,20,144,46,20,,,,,t,o,,d,,,gutim,1742 +non,54,4,4,1373,932,462,0,295.1685450000002,4.28571428571429,0.5,0,C2,ppp,5,144,36,5,,,,,t,o,,d,,,gutim,1743 +non,54,5,4,1374,932,462,0,295.1685450000002,4.28571428571429,0.5,0,Db2,f,20,144,37,20,,,,,,o,,d 5936,,,gutim,1744 +non,54,6,3,1375,933,,1536,298.3825450000002,0.267857142857143,8,0,Bb2,,,,,,,,,,T,,,,,,gutim,1745 +non,54,7,3,1376,934,463,1664,298.6505450000002,0.803571428571429,4,1,Ab3,mp,14,144,56,14,,,,,t,o,,,,,gutim,1746 +nof,54,3,3,1372,935,,0,298.72554500000024,,,,,,,144,46,0,,,,,,,,,,,gutim,1742 +bar,55,0,0,1377,936,,0,299.4535450000002,,,,,,,,,,55,,,,,,,,,,gutim,1747 +rst,55,1,1,1378,936,,0,299.4535450000002,,,,,,,176,102,0,,,,,,,,,,,gutim,1748 +rst,55,2,2,1379,936,,0,299.4535450000002,,,,,,,176,102,0,,,,,,,,,,,gutim,1749 +non,55,3,3,1380,936,464,0,299.4535450000002,1.07142857142857,2,0,B2,ppp,5,144,47,5,,,,,t,o,,d,,,gutim,1750 +non,55,4,3,1381,936,464,0,299.4535450000002,1.07142857142857,2,0,E3,p,11,144,52,11,,,,,,o,,d,,,gutim,1751 +non,55,5,3,1382,936,,0,299.4535450000002,1.07142857142857,2,0,Ab3,,,,,,,,,,T,,,,,,gutim,1752 +non,55,6,4,1383,936,,0,299.4535450000002,4.28571428571429,0.5,0,C2,,,,,,,,,,T,,,,,,gutim,1753 +nof,54,5,4,1374,937,,0,299.52854500000024,,,,,,,144,37,0,,,,,,,,,,,gutim,1744 +nof,54,7,3,1376,938,,1664,300.5255450000002,,,,,,,144,56,0,,,,,,,,,,,gutim,1746 +nof,55,4,3,1381,938,,0,300.5255450000002,,,,,,,144,52,0,,,,,,,,,,,gutim,1751 +non,55,7,1,1384,938,465,512,300.5255450000002,1.07142857142857,2,0,Eb6,pp,8,144,87,8,,,,,,o,,d,,,gutim,1754 +non,55,8,2,1385,938,465,512,300.5255450000002,0.401785714285714,8,1,C6,pp,8,144,84,8,,,,,,o,,,,,gutim,1755 +non,55,9,3,1386,938,,512,300.5255450000002,1.07142857142857,2,0,B2,,,,,,,,,,T,,,,,,gutim,1756 +nof,55,8,2,1385,939,,512,300.92754500000024,,,,,,,144,84,0,,,,,,,,,,,gutim,1755 +rst,55,10,2,1387,939,,704,300.92754500000024,,,,,,,176,102,0,,,,,,,,,,,gutim,1757 +non,55,11,2,1388,940,466,768,301.0605450000002,0.535714285714286,4,0,B3,ff,22,144,59,22,,,,,t,o,,D,,,gutim,1758 +nof,55,3,3,1380,941,,0,301.5965450000002,,,,,,,144,47,0,,,,,,,,,,,gutim,1750 +nof,55,7,1,1384,942,,512,301.5965450000002,,,,,,,144,87,0,,,,,,,,,,,gutim,1754 +rst,55,13,1,1389,942,,1024,301.5965450000002,,,,,,,176,102,0,,,,,,,,,,,gutim,1759 +non,55,14,2,1390,942,,1024,301.5965450000002,2.14285714285714,1,0,B3,,,,,,,,,,_,,,,,,gutim,1760 +rst,55,15,3,1391,942,,1024,301.5965450000002,,,,,,,176,102,0,,,,,,,,,,,gutim,1761 +ped,55,12,0,1392,942,,1024,301.5965450000002,,,,,,,176,64,127,,,,,,,V,,,,gutim,1762 +bar,56,0,0,1393,943,,0,303.73954500000025,,,,,,,,,,56,,,,,,,,,,gutim,1763 +rst,56,1,1,1394,943,,0,303.73954500000025,,,,,,,176,102,0,,,,,,,,,,,gutim,1764 +non,56,2,2,1395,943,,0,303.73954500000025,4.28571428571429,0.5,0,B3,,,,,,,,,,_,,,,,,gutim,1765 +non,56,3,2,1396,943,467,0,303.73954500000025,4.28571428571429,0.5,0,E4,mp,14,144,64,14,,,,,,o,,,,,gutim,1766 +non,56,4,2,1397,943,467,0,303.73954500000025,4.28571428571429,0.5,0,G6,pp,8,144,91,8,,,,,,o,,,,,gutim,1767 +rst,56,5,3,1398,943,,0,303.73954500000025,,,,,,,176,102,0,,,,,,,,,,,gutim,1768 +rst,56,6,4,1399,943,,0,303.73954500000025,,,,,,,176,102,0,,,,,,,,,,,gutim,1769 +nof,54,4,4,1373,944,,0,303.8145450000003,,,,,,,144,36,0,,,,,,,,,,,gutim,1743 +rst,56,7,1,1400,945,,768,305.3465450000003,,,,,,,176,102,0,,,,,,,,,,,gutim,1770 +non,56,8,3,1401,945,468,768,305.3465450000003,0.535714285714286,4,0,F3,pp,8,144,53,8,,,,,t,o,,,,,gutim,1771 +non,56,9,4,1402,945,468,768,305.3465450000003,0.535714285714286,4,0,E1,mp,14,144,28,14,,,,,t,o,,,,,gutim,1772 +non,56,10,1,1403,946,469,896,305.61454500000025,0,8,0,C4,pppp,2,,,,,,,,,o,,,,,gutim,1773 +non,56,11,1,1404,946,469,896,305.61454500000025,0,8,0,D5,pppp,2,,,,,,,,,o,,,,,gutim,1774 +rst,56,12,1,1405,946,,896,305.61454500000025,,,,,,,176,102,0,,,,,,,,,,,gutim,1775 +rst,56,13,1,1406,947,,1024,305.8825450000003,,,,,,,176,102,0,,,,,,,,,,,gutim,1776 +non,56,14,3,1407,947,,1024,305.8825450000003,2.14285714285714,1,0,F3,,,,,,,,,,_,,,,,,gutim,1777 +non,56,15,4,1408,947,,1024,305.8825450000003,2.14285714285714,1,0,E1,,,,,,,,,,_,,,,,,gutim,1778 +ped,57,1,0,1409,948,,0,307.9425450000003,,,,,,,176,64,0,,,,,,,^,,,,gutim,1762 +nof,56,3,2,1396,949,,0,308.0255450000003,,,,,,,144,64,0,,,,,,,,,,,gutim,1766 +nof,56,4,2,1397,949,,0,308.0255450000003,,,,,,,144,91,0,,,,,,,,,,,gutim,1767 +bar,57,0,0,1410,949,,0,308.0255450000003,,,,,,,,,,57,,,,,,,,,,gutim,1779 +rst,57,2,1,1411,949,,0,308.0255450000003,,,,,,,176,102,0,,,,,,,,,,,gutim,1780 +non,57,3,2,1412,949,,0,308.0255450000003,4.28571428571429,0.5,0,B3,,,,,,,,,,T,,,,,,gutim,1781 +non,57,4,2,1413,949,470,0,308.0255450000003,4.28571428571429,0.5,0,G#4,pppp,2,144,68,2,,,,,,o,,,,,gutim,1782 +non,57,5,3,1414,949,,0,308.0255450000003,4.28571428571429,0.5,0,F3,,,,,,,,,,T,,,,,,gutim,1783 +non,57,6,4,1415,949,470,0,308.0255450000003,4.28571428571429,0.5,0,C1,pp,8,144,24,8,,,,,,o,,,,,gutim,1784 +non,57,7,4,1416,949,,0,308.0255450000003,4.28571428571429,0.5,0,E1,,,,,,,,,,T,,,,,,gutim,1785 +non,57,8,1,1417,950,471,32,308.0925450000003,0.0669642857142857,32,0,C#2,pp-,7,144,37,7,,,,,,o,,,,,gutim,1786 +nof,57,8,1,1417,951,,32,308.1595450000003,,,,,,,144,37,0,,,,,,,,,,,gutim,1786 +rst,57,10,1,1418,951,,64,308.1595450000003,,,,,,,176,102,0,,,,,,,,,,,gutim,1787 +ped,57,9,0,1419,952,,64,308.2425450000003,,,,,,,176,64,127,,,,,,,V,,,,gutim,1788 +rst,57,11,1,1420,953,,256,308.5605450000003,,,,,,,176,102,0,,,,,,,,,,,gutim,1789 +rst,57,12,1,1421,954,,512,309.0965450000003,,,,,,,176,102,0,,,,,,,,,,,gutim,1790 +rst,57,13,1,1422,955,,1024,310.1685450000003,,,,,,,176,102,0,,,,,,,,,,,gutim,1791 +ped,57,14,0,1423,956,,2047,312.1595450000003,,,,,,,176,64,0,,,,,,,^,,,,gutim,1788 +nof,57,4,2,1413,957,,0,312.3105450000003,,,,,,,144,68,0,,,,,,,,,,,gutim,1782 +nof,57,6,4,1415,957,,0,312.3105450000003,,,,,,,144,24,0,,,,,,,,,,,gutim,1784 +nof,55,11,2,1388,958,,768,312.3105450000003,,,,,,,144,59,0,,,,,,,,,,,gutim,1758 +nof,56,8,3,1401,958,,768,312.3105450000003,,,,,,,144,53,0,,,,,,,,,,,gutim,1771 +nof,56,9,4,1402,958,,768,312.3105450000003,,,,,,,144,28,0,,,,,,,,,,,gutim,1772 +bar,58,0,0,1424,958,,0,312.3105450000003,,,,,,,,,,58,,,,,,,,,,gutim,1792 +sec,58,1,0,1425,958,,0,312.3105450000003,,,,,,,,,,,5935,,,,,,,,,gutim,1793 +bpm,58,1,0,1425,958,,0,312.3105450000003,,2,,,,,,,,,,112,,,,,,,,gutim,1794 +non,58,3,1,1426,958,472,0,312.3105450000003,0.087890625,16,0,E5,p,11,144,76,11,,,,,,o,,,e,,gutim,1795 +rst,58,4,3,1427,958,,0,312.3105450000003,,,,,,,176,102,0,,,,,,,,,,,gutim,1796 +nof,58,3,1,1426,959,,0,312.3985450000003,,,,,,,144,76,0,,,,,,,,,,,gutim,1795 +non,58,5,1,1428,959,473,42,312.3985450000003,0.0899832589285714,16,0,G#3,mp,14,144,56,14,,,,,,o,,,e,,gutim,1797 +ped,58,2,0,1429,960,,0,312.4595450000003,,,,,,,176,64,127,,,,,,,V,,,,gutim,1798 +nof,58,5,1,1428,961,,42,312.4885450000003,,,,,,,144,56,0,,,,,,,,,,,gutim,1797 +non,58,6,1,1430,961,474,85,312.4885450000003,0.0899832589285714,16,0,C#2,mf,17,144,37,17,,,,,,o,,,e,,gutim,1799 +ped,58,8,0,1431,962,,170,312.5165450000003,,,,,,,176,64,0,,,,,,,^,,,,gutim,1798 +nof,58,6,1,1430,963,,85,312.5785450000003,,,,,,,144,37,0,,,,,,,,,,,gutim,1799 +non,58,7,1,1432,963,475,128,312.5785450000003,0.087890625,16,0,C6,f,20,144,84,20,,,,,,o,,,e,,gutim,1800 +nof,58,7,1,1432,964,,128,312.6665450000003,,,,,,,144,84,0,,,,,,,,,,,gutim,1800 +non,58,10,1,1433,964,476,170,312.6665450000003,0.179966517857143,8,0,C#1,f,20,144,25,20,,,,,,o,,,E 5936,,gutim,1801 +ped,58,9,0,1434,965,,170,312.8165450000003,,,,,,,176,64,127,,,,,,,V,,,,gutim,1802 +nof,58,10,1,1433,966,,170,312.84654500000033,,,,,,,144,25,0,,,,,,,,,,,gutim,1801 +rst,58,11,1,1435,966,,256,312.84654500000033,,,,,,,176,102,0,,,,,,,,,,,gutim,1803 +non,58,12,3,1436,966,477,256,312.84654500000033,0.535714285714286,4,0,Bb2,f,20,144,46,20,,,,,t,o,,,,,gutim,1804 +rst,58,13,1,1437,967,,512,313.38254500000033,,,,,,,176,102,0,,,,,,,,,,,gutim,1805 +non,58,14,3,1438,967,,512,313.38254500000033,0.177873883928571,8,0,Bb2,,,,,,,,,,T,,,,,,gutim,1806 +nof,58,12,3,1436,968,,256,313.56054500000033,,,,,,,144,46,0,,,,,,,,,,,gutim,1804 +non,58,15,3,1439,968,478,597,313.56054500000033,0.357840401785714,4,0,E6,mf,17,144,88,17,,,,,,o,,,,,gutim,1807 +nof,58,15,3,1439,969,,597,313.91854500000034,,,,,,,144,88,0,,,,,,,,,,,gutim,1807 +non,58,16,3,1440,969,479,768,313.91854500000034,0.177873883928571,8,0,Ab3,p,11,144,56,11,,,,,,o,,,,,gutim,1808 +nof,58,16,3,1440,970,,768,314.09554500000036,,,,,,,144,56,0,,,,,,,,,,,gutim,1808 +ped,58,17,0,1441,970,,853,314.09554500000036,,,,,,,176,64,0,,,,,,,^,,,,gutim,1802 +non,58,18,3,1442,970,480,853,314.09554500000036,0.177873883928571,8,0,C6,ppp,5,144,84,5,,,,,,o,,,,,gutim,1809 +nof,58,18,3,1442,971,,853,314.27354500000035,,,,,,,144,84,0,,,,,,,,,,,gutim,1809 +rst,58,19,3,1443,971,,938,314.27354500000035,,,,,,,176,102,0,,,,,,,,,,,gutim,1810 +rst,58,20,1,1444,972,,1024,314.4535450000003,,,,,,,176,102,0,,,,,,,,,,,gutim,1811 +rst,58,21,3,1445,972,,1024,314.4535450000003,,,,,,,176,102,0,,,,,,,,,,,gutim,1812 +sec,58,22,0,1446,972,,1024,314.4535450000003,,,,,,,,,,,5936,,,,,,,,,gutim,1813 +rst,58,24,1,1447,973,,1792,316.0605450000003,,,,,,,176,102,0,,,,,,,,,,,gutim,1814 +non,58,25,3,1448,973,481,1792,316.0605450000003,0.267857142857143,8,0,G2,mf,17,144,43,17,,,,,,o,,,,,gutim,1815 +ped,58,23,0,1449,973,,1792,316.0605450000003,,,,,,,176,64,127,,,,,,,V,,,,gutim,1816 +nof,58,25,3,1448,974,,1792,316.3285450000003,,,,,,,144,43,0,,,,,,,,,,,gutim,1815 +non,58,26,1,1450,974,482,1920,316.3285450000003,0.0669642857142857,32,0,D6,ppp,5,144,86,5,,,,,,o,,,,,gutim,1817 +non,58,27,3,1451,974,482,1920,316.3285450000003,0.133928571428571,16,0,A0,p-,10,144,21,10,,,,,,o,,,,,gutim,1818 +nof,58,26,1,1450,975,,1920,316.3955450000003,,,,,,,144,86,0,,,,,,,,,,,gutim,1817 +non,58,28,1,1452,975,483,1952,316.3955450000003,0.0669642857142857,32,0,E2,ppp,5,144,40,5,,,,,,o,,,,,gutim,1819 +ped,58,31,0,1453,976,,2016,316.41354500000034,,,,,,,176,64,0,,,,,,,^,,,,gutim,1816 +nof,58,28,1,1452,977,,1952,316.4625450000003,,,,,,,144,40,0,,,,,,,,,,,gutim,1819 +non,58,29,1,1454,977,484,1984,316.4625450000003,0.0669642857142857,32,0,C#3,ppp,5,144,49,5,,,,,,o,,,,,gutim,1820 +rst,58,30,3,1455,977,,1984,316.4625450000003,,,,,,,176,102,0,,,,,,,,,,,gutim,1821 +nof,58,27,3,1451,978,,1920,316.4625450000003,,,,,,,144,21,0,,,,,,,,,,,gutim,1818 +nof,58,29,1,1454,979,,1984,316.5295450000003,,,,,,,144,49,0,,,,,,,,,,,gutim,1820 +rst,58,32,1,1456,979,,2016,316.5295450000003,,,,,,,176,102,0,,,,,,,,,,,gutim,1822 +bar,59,0,0,1457,980,,0,316.59654500000033,,,,,,,,,,59,,,,,,,,,,gutim,1823 +non,59,2,1,1458,980,485,0,316.59654500000033,2.14285714285714,1,0,G#5,p,11,144,80,11,,,,,,o,,d,,,gutim,1824 +non,59,3,2,1459,980,485,0,316.59654500000033,0.0439453125,32,0,A#5,ppp,5,144,82,5,,,,,,o,,d,e,,gutim,1825 +rst,59,4,3,1460,980,,0,316.59654500000033,,,,,,,176,102,0,,,,,,,,,,,gutim,1826 +non,59,5,4,1461,980,485,0,316.59654500000033,2.14285714285714,1,0,A2,fff,24,144,45,24,,,,,,o,,d,,,gutim,1827 +non,59,6,4,1462,980,485,0,316.59654500000033,2.14285714285714,1,0,C3,mp,14,144,48,14,,,,,,o,,d 5937,,,gutim,1828 +nof,59,3,2,1459,981,,0,316.6405450000003,,,,,,,144,82,0,,,,,,,,,,,gutim,1825 +non,59,7,2,1463,981,486,21,316.6405450000003,0.0439453125,32,0,G#4,ppp+,6,144,68,6,,,,,,o,,,e,,gutim,1829 +nof,59,7,2,1463,982,,21,316.6845450000003,,,,,,,144,68,0,,,,,,,,,,,gutim,1829 +non,59,8,2,1464,982,487,42,316.6845450000003,0.0460379464285714,32,0,F#2,pp,8,144,42,8,,,,,,o,,,e,,gutim,1830 +ped,59,1,0,1465,983,,0,316.7135450000003,,,,,,,176,64,127,,,,,,,V,,,,gutim,1831 +nof,59,8,2,1464,984,,42,316.7305450000003,,,,,,,144,42,0,,,,,,,,,,,gutim,1830 +non,59,9,2,1466,984,488,64,316.7305450000003,0.401785714285714,8,1,D3,pp,8,144,50,8,,,,,,o,,,E 5937,,gutim,1832 +ped,59,10,0,1467,985,,150,316.9105450000003,,,,,,,176,64,0,,,,,,,^,,,,gutim,1831 +nof,59,2,1,1458,986,,0,317.1325450000003,,,,,,,144,80,0,,,,,,,,,,,gutim,1824 +nof,59,9,2,1466,986,,64,317.1325450000003,,,,,,,144,50,0,,,,,,,,,,,gutim,1832 +non,59,11,2,1468,986,489,256,317.1325450000003,0,8,0,G6,pppp,2,,,,,,,,,o,,,,,gutim,1833 +non,59,12,2,1469,986,489,256,317.1325450000003,0.267857142857143,8,0,G#5,mp,14,144,80,14,,,,,,o,,,,t,gutim,1834 +non,59,13,2,1470,987,490,384,317.4005450000003,0.267857142857143,8,0,A0,mp+,15,144,21,15,,,,,,o,,,,t,gutim,1835 +nof,59,13,2,1470,988,,384,317.66854500000034,,,,,,,144,21,0,,,,,,,,,,,gutim,1835 +non,59,14,2,1471,988,491,512,317.66854500000034,0.267857142857143,8,0,G2,mp,14,144,43,14,,,,,,o,,,,T 5937,gutim,1836 +nof,59,14,2,1471,989,,512,317.93554500000033,,,,,,,144,43,0,,,,,,,,,,,gutim,1836 +non,59,15,2,1472,989,492,640,317.93554500000033,0,8,0,D#4,mp-,13,,,,,,,,,o,,,,,gutim,1837 +non,59,16,2,1473,989,492,640,317.93554500000033,0.803571428571429,4,1,B3,mp-,13,144,59,13,,,,,t,o,,,,,gutim,1838 +rst,59,17,3,1474,990,,768,318.2035450000003,,,,,,,176,102,0,,,,,,,,,,,gutim,1839 +non,59,18,3,1475,991,493,896,318.47154500000033,0.267857142857143,8,0,E2,ppp,5,144,40,5,,,,,t,o,,,,,gutim,1840 +nof,59,5,4,1461,992,,0,318.73954500000036,,,,,,,144,45,0,,,,,,,,,,,gutim,1827 +nof,59,6,4,1462,992,,0,318.73954500000036,,,,,,,144,48,0,,,,,,,,,,,gutim,1828 +nof,59,12,2,1469,992,,256,318.73954500000036,,,,,,,144,80,0,,,,,,,,,,,gutim,1834 +rst,59,19,1,1476,992,,1024,318.73954500000036,,,,,,,176,102,0,,,,,,,,,,,gutim,1841 +non,59,20,2,1477,992,,1024,318.73954500000036,1.07142857142857,2,0,B3,,,,,,,,,,_,,,,,,gutim,1842 +non,59,21,3,1478,992,,1024,318.73954500000036,1.875,2,2,E2,,,,,,,,,,T,,,,,,gutim,1843 +rst,59,22,4,1479,992,,1024,318.73954500000036,,,,,,,176,102,0,,,,,,,,,,,gutim,1844 +non,59,23,2,1480,993,,1536,319.8105450000004,0.267857142857143,8,0,B3,,,,,,,,,,T,,,,,,gutim,1845 +nof,59,16,2,1473,994,,640,320.0785450000004,,,,,,,144,59,0,,,,,,,,,,,gutim,1838 +non,59,24,2,1481,994,494,1664,320.0785450000004,0.133928571428571,16,0,G2,pp,8,144,43,8,,,,,,o,,,,,gutim,1846 +nof,59,24,2,1481,995,,1664,320.21254500000043,,,,,,,144,43,0,,,,,,,,,,,gutim,1846 +non,59,25,2,1482,995,495,1728,320.21254500000043,0.133928571428571,16,0,A1,pp-,7,144,33,7,,,,,,o,,,,,gutim,1847 +nof,59,25,2,1482,996,,1728,320.34654500000045,,,,,,,144,33,0,,,,,,,,,,,gutim,1847 +non,59,26,2,1483,996,496,1792,320.34654500000045,0.133928571428571,16,0,Eb3,ppp,5,144,51,5,,,,,,o,,,,,gutim,1848 +nof,59,26,2,1483,997,,1792,320.48054500000046,,,,,,,144,51,0,,,,,,,,,,,gutim,1848 +rst,59,27,2,1484,997,,1856,320.48054500000046,,,,,,,176,102,0,,,,,,,,,,,gutim,1849 +nof,59,18,3,1475,998,,896,320.6145450000005,,,,,,,144,40,0,,,,,,,,,,,gutim,1840 +non,59,28,2,1485,999,497,1920,320.6145450000005,0.133928571428571,16,0,C5,ppp,5,144,72,5,,,,,,o,,,,,gutim,1850 +rst,59,29,3,1486,999,,1920,320.6145450000005,,,,,,,176,102,0,,,,,,,,,,,gutim,1851 +nof,59,28,2,1485,1000,,1920,320.7485450000005,,,,,,,144,72,0,,,,,,,,,,,gutim,1850 +non,59,30,2,1487,1000,498,1984,320.7485450000005,0.133928571428571,16,0,Db3,ppp,5,144,49,5,,,,,,o,,,,,gutim,1852 +nof,59,30,2,1487,1001,,1984,320.8825450000005,,,,,,,144,49,0,,,,,,,,,,,gutim,1852 +bar,60,0,0,1488,1001,,0,320.8825450000005,,,,,,,,,,60,,,,,,,,,,gutim,1853 +sec,60,1,0,1489,1001,,0,320.8825450000005,,,,,,,,,,,5937,,,,,,,,,gutim,1854 +non,60,2,1,1490,1001,499,0,320.8825450000005,3.21428571428571,1,1,Ab5,mp,14,144,80,14,,,,,,o,,d,,,gutim,1855 +non,60,3,3,1491,1001,499,0,320.8825450000005,1.875,2,2,Ab4,ppp,5,144,68,5,,,,,,o,,d,,,gutim,1856 +nof,60,3,3,1491,1002,,0,322.7575450000005,,,,,,,144,68,0,,,,,,,,,,,gutim,1856 +non,60,4,3,1492,1002,500,896,322.7575450000005,0.087890625,16,0,B3,ppp,5,144,59,5,,,,,,o,,,,,gutim,1857 +nof,60,4,3,1492,1003,,896,322.8455450000005,,,,,,,144,59,0,,,,,,,,,,,gutim,1857 +non,60,5,3,1493,1003,501,938,322.8455450000005,0.0899832589285714,16,0,A2,ppp,5,144,45,5,,,,,,o,,,,,gutim,1858 +nof,60,5,3,1493,1004,,938,322.9355450000005,,,,,,,144,45,0,,,,,,,,,,,gutim,1858 +non,60,6,3,1494,1004,502,981,322.9355450000005,0.0439453125,32,0,D#4,ppp,5,144,63,5,,,,,,o,,,,,gutim,1859 +nof,60,6,3,1494,1005,,981,322.9795450000005,,,,,,,144,63,0,,,,,,,,,,,gutim,1859 +non,60,7,3,1495,1005,503,1002,322.9795450000005,0.0460379464285714,32,0,A0,ppp-,4,144,21,4,,,,,,o,,,,,gutim,1860 +nof,60,7,3,1495,1006,,1002,323.0255450000005,,,,,,,144,21,0,,,,,,,,,,,gutim,1860 +non,60,8,3,1496,1006,504,1024,323.0255450000005,1.07142857142857,2,0,B2,pppp,2,144,47,2,,,,,,o,,,,,gutim,1861 +nof,60,2,1,1490,1007,,0,324.09654500000045,,,,,,,144,80,0,,,,,,,,,,,gutim,1855 +nof,60,8,3,1496,1008,,1024,324.09654500000045,,,,,,,144,47,0,,,,,,,,,,,gutim,1861 +non,60,9,1,1497,1008,505,1536,324.09654500000045,0.05859375,32,0,E2,p,11,144,40,11,,,,,,o,,,e,,gutim,1862 +rst,60,10,3,1498,1008,,1536,324.09654500000045,,,,,,,176,102,0,,,,,,,,,,,gutim,1863 +nof,60,9,1,1497,1009,,1536,324.1555450000005,,,,,,,144,40,0,,,,,,,,,,,gutim,1862 +non,60,11,1,1499,1009,506,1564,324.1555450000005,0.05859375,32,0,D5,p,11,144,74,11,,,,,,o,,,e,,gutim,1864 +nof,60,11,1,1499,1010,,1564,324.21354500000047,,,,,,,144,74,0,,,,,,,,,,,gutim,1864 +non,60,12,1,1500,1010,507,1592,324.21354500000047,0.0606863839285714,32,0,C#3,p,11,144,49,11,,,,,,o,,,e,,gutim,1865 +nof,60,12,1,1500,1011,,1592,324.27454500000044,,,,,,,144,49,0,,,,,,,,,,,gutim,1865 +non,60,13,1,1501,1011,508,1621,324.27454500000044,0.05859375,32,0,C4,p,11,144,60,11,,,,,,o,,,e,,gutim,1866 +nof,60,13,1,1501,1012,,1621,324.3335450000004,,,,,,,144,60,0,,,,,,,,,,,gutim,1866 +non,60,14,1,1502,1012,509,1649,324.3335450000004,0.0606863839285714,32,0,D6,mp,14,144,86,14,,,,,,o,,,e,,gutim,1867 +nof,60,14,1,1502,1013,,1649,324.3935450000004,,,,,,,144,86,0,,,,,,,,,,,gutim,1867 +non,60,15,1,1503,1013,510,1678,324.3935450000004,0.05859375,32,0,E3,mp,14,144,52,14,,,,,,o,,,e,,gutim,1868 +nof,60,15,1,1503,1014,,1678,324.45254500000044,,,,,,,144,52,0,,,,,,,,,,,gutim,1868 +non,60,16,1,1504,1014,511,1706,324.45254500000044,0.0899832589285714,32,1,C5,mp,14,144,72,14,,,,,,o,,d,e 5938,,gutim,1869 +nof,60,16,1,1504,1015,,1706,324.5425450000004,,,,,,,144,72,0,,,,,,,,,,,gutim,1869 +non,60,17,1,1505,1015,512,1749,324.5425450000004,0.0899832589285714,32,1,C#4,mp,14,144,61,14,,,,,,o,,d,,,gutim,1870 +nof,60,17,1,1505,1016,,1749,324.6325450000004,,,,,,,144,61,0,,,,,,,,,,,gutim,1870 +non,60,18,1,1506,1016,513,1792,324.6325450000004,0.355747767857143,4,0,G#6,mf,17,144,92,17,,,,,,o,,d,,,gutim,1871 +ped,60,,,1507,1016,,1792,324.6325450000004,,,,,,,176,64,127,,,,,,,V,,,,gutim,1872 +nof,60,18,1,1506,1017,,1792,324.9885450000004,,,,,,,144,92,0,,,,,,,,,,,gutim,1871 +non,60,19,1,1508,1017,514,1962,324.9885450000004,0.179966517857143,8,0,E3,mf,17,144,52,17,,,,,t,o,,d,,,gutim,1873 +bar,61,0,0,1509,1018,,0,325.16854500000034,,,,,,,,,,61,,,,,,,,,,gutim,1874 +ped,61,,,1510,1018,,0,325.16854500000034,,,,,,,176,64,0,,,,,,,^,,,,gutim,1872 +non,61,1,1,1511,1018,,0,325.16854500000034,0.177873883928571,8,0,E3,,,,,,,,,,T,,,,,,gutim,1875 +rst,61,2,3,1512,1018,,0,325.16854500000034,,,,,,,176,102,0,,,,,,,,,,,gutim,1876 +non,61,3,4,1513,1018,515,0,325.16854500000034,1.60714285714286,2,1,G2,ppp,5,144,43,5,,,,,,o,,d,,,gutim,1877 +nof,60,19,1,1508,1019,,1962,325.34554500000036,,,,,,,144,52,0,,,,,,,,,,,gutim,1873 +non,61,4,1,1514,1019,516,85,325.34554500000036,0.357840401785714,4,0,C#4,mf,17,144,61,17,,,,,,o,,d,,,gutim,1878 +nof,61,4,1,1514,1020,,85,325.7035450000003,,,,,,,144,61,0,,,,,,,,,,,gutim,1878 +non,61,5,1,1515,1020,517,256,325.7035450000003,0.355747767857143,4,0,G#5,f,20,144,80,20,,,,,,o,,D 5938,,,gutim,1879 +nof,61,5,1,1515,1021,,256,326.0595450000003,,,,,,,144,80,0,,,,,,,,,,,gutim,1879 +non,61,6,1,1516,1021,518,426,326.0595450000003,0.357840401785714,4,0,D6,f,20,144,86,20,,,,,,o,,,,,gutim,1880 +nof,61,6,1,1516,1022,,426,326.41754500000025,,,,,,,144,86,0,,,,,,,,,,,gutim,1880 +non,61,7,1,1517,1022,519,597,326.41754500000025,0.177873883928571,8,0,C#3,f,20,144,49,20,,,,,,o,,,,,gutim,1881 +nof,61,7,1,1517,1023,,597,326.59554500000024,,,,,,,144,49,0,,,,,,,,,,,gutim,1881 +non,61,8,1,1518,1023,520,682,326.59554500000024,0.0899832589285714,16,0,E2,f,20,144,40,20,,,,,,o,,,,,gutim,1882 +nof,61,8,1,1518,1024,,682,326.6855450000002,,,,,,,144,40,0,,,,,,,,,,,gutim,1882 +non,61,9,1,1519,1024,521,725,326.6855450000002,0.0899832589285714,16,0,C5,f,20,144,72,20,,,,,,o,,,,,gutim,1883 +ped,61,10,0,1520,1025,,745,326.7275450000002,,,,,,,176,64,127,,,,,,,V,,,,gutim,1884 +nof,61,3,4,1513,1026,,0,326.7755450000002,,,,,,,144,43,0,,,,,,,,,,,gutim,1877 +non,61,11,1,1521,1027,522,768,326.7755450000002,0.535714285714286,4,0,G#5,f,20,144,80,20,,,,,t,o,,,,,gutim,1885 +non,61,12,4,1522,1027,522,768,326.7755450000002,0.267857142857143,8,0,B2,ppp,5,144,47,5,,,,,,o,,,,,gutim,1886 +nof,61,9,1,1519,1028,,725,326.7755450000002,,,,,,,144,72,0,,,,,,,,,,,gutim,1883 +ped,61,13,0,1523,1029,,896,326.8435450000002,,,,,,,176,64,0,,,,,,,^,,,,gutim,1884 +nof,61,12,4,1522,1030,,768,327.04354500000017,,,,,,,144,47,0,,,,,,,,,,,gutim,1886 +rst,61,14,4,1524,1030,,896,327.04354500000017,,,,,,,176,102,0,,,,,,,,,,,gutim,1887 +ped,61,13,0,1525,1031,,896,327.1435450000002,,,,,,,176,64,127,,,,,,,V,,,,gutim,1888 +ped,61,15,0,1526,1032,,906,327.26454500000017,,,,,,,176,64,0,,,,,,,^,,,,gutim,1888 +non,61,16,1,1527,1033,,1024,327.31054500000016,2.14285714285714,1,0,G#5,,,,,,,,,,_,,,,,,gutim,1889 +non,61,17,4,1528,1033,523,1024,327.31054500000016,2.14285714285714,1,0,Ab1,pp,8,144,32,8,,,,,t,o,,,,,gutim,1890 +bar,62,0,0,1529,1034,,0,329.4535450000002,,,,,,,,,,62,,,,,,,,,,gutim,1891 +non,62,1,1,1530,1034,,0,329.4535450000002,4.28571428571429,0.5,0,G#5,,,,,,,,,,_,,,,,,gutim,1892 +rst,62,2,2,1531,1034,,0,329.4535450000002,,,,,,,176,102,0,,,,,,,,,,,gutim,1893 +rst,62,3,3,1532,1034,,0,329.4535450000002,,,,,,,176,102,0,,,,,,,,,,,gutim,1894 +non,62,4,4,1533,1034,,0,329.4535450000002,4.28571428571429,0.5,0,Ab1,,,,,,,,,,_,,,,,,gutim,1895 +rst,62,5,2,1534,1035,,512,330.5255450000002,,,,,,,176,102,0,,,,,,,,,,,gutim,1896 +non,62,6,2,1535,1036,524,682,330.88054500000015,0.0606863839285714,32,0,A4,pppp,2,144,69,2,,,,,,o,,,,,gutim,1897 +nof,62,6,2,1535,1037,,682,330.9415450000002,,,,,,,144,69,0,,,,,,,,,,,gutim,1897 +non,62,7,2,1536,1038,525,711,330.9415450000002,0.05859375,32,0,Eb4,pppp,2,144,63,2,,,,,,o,,,,,gutim,1898 +nof,62,7,2,1536,1039,,711,331.00054500000016,,,,,,,144,63,0,,,,,,,,,,,gutim,1898 +non,62,8,2,1537,1039,526,739,331.00054500000016,0.0606863839285714,32,0,C2,pppp,2,144,36,2,,,,,,o,,,,,gutim,1899 +nof,62,8,2,1537,1040,,739,331.06054500000016,,,,,,,144,36,0,,,,,,,,,,,gutim,1899 +rst,62,9,2,1538,1040,,768,331.06054500000016,,,,,,,176,102,0,,,,,,,,,,,gutim,1900 +rst,62,10,2,1539,1041,,1024,331.59654500000016,,,,,,,176,102,0,,,,,,,,,,,gutim,1901 +bar,63,0,0,1540,1042,,0,333.7395450000002,,,,,,,,,,63,,,,,,,,,,gutim,1902 +non,63,1,1,1541,1042,,0,333.7395450000002,0.535714285714286,4,0,G#5,,,,,,,,,,T,,,,,,gutim,1903 +non,63,2,3,1542,1042,527,0,333.7395450000002,2.14285714285714,1,0,G1,pppp,2,144,31,2,,,,,,o,,,,,gutim,1904 +non,63,3,4,1543,1042,,0,333.7395450000002,2.14285714285714,1,0,Ab1,,,,,,,,,,T,,,,,,gutim,1905 +non,63,5,1,1544,1043,528,,334.12554500000016,0.05,8,0,Bb5,pp,8,144,82,8,,,,g,,o,,,,,gutim,1906 +nof,63,5,1,1544,1044,,,334.17554500000017,,,,,,,144,82,0,,,,,,,,,,,gutim,1906 +non,63,6,1,1545,1045,529,,334.20054500000015,0.05,8,0,G7,pp,8,144,103,8,,,,g,,o,,,,,gutim,1907 +nof,63,6,1,1545,1046,,,334.25054500000016,,,,,,,144,103,0,,,,,,,,,,,gutim,1907 +nof,61,11,1,1521,1047,,768,334.2755450000002,,,,,,,144,80,0,,,,,,,,,,,gutim,1885 +non,63,7,1,1546,1047,530,256,334.2755450000002,1.07142857142857,2,0,E2,ppp,5,144,40,5,,,,,,o,,,,,gutim,1908 +ped,63,4,0,1547,1047,,256,334.2755450000002,,,,,,,176,64,127,,,,,,,V,,,,gutim,1909 +nof,63,7,1,1546,1048,,256,335.34654500000016,,,,,,,144,40,0,,,,,,,,,,,gutim,1908 +non,63,8,1,1548,1048,531,768,335.34654500000016,1.07142857142857,2,0,D6,f,20,144,86,20,,,,,,o,,,,,gutim,1910 +rst,63,9,3,1549,1049,,1024,335.88254500000016,,,,,,,176,102,0,,,,,,,,,,,gutim,1911 +rst,63,10,4,1550,1049,,1024,335.88254500000016,,,,,,,176,102,0,,,,,,,,,,,gutim,1912 +nof,61,17,4,1528,1050,,1024,335.88254500000016,,,,,,,144,32,0,,,,,,,,,,,gutim,1890 +nof,63,2,3,1542,1050,,0,335.88254500000016,,,,,,,144,31,0,,,,,,,,,,,gutim,1904 +nof,63,8,1,1548,1051,,768,336.41854500000017,,,,,,,144,86,0,,,,,,,,,,,gutim,1910 +non,63,11,1,1551,1051,532,1280,336.41854500000017,0.267857142857143,8,0,C5,mf,17,144,72,17,,,,,,o,,,,,gutim,1913 +nof,63,11,1,1551,1052,,1280,336.68554500000016,,,,,,,144,72,0,,,,,,,,,,,gutim,1913 +non,63,12,1,1552,1052,533,1408,336.68554500000016,0.087890625,16,0,C#3,mf-,16,144,49,16,,,,,,o,,,,,gutim,1914 +nof,63,12,1,1552,1053,,1408,336.7735450000002,,,,,,,144,49,0,,,,,,,,,,,gutim,1914 +ped,63,13,0,1553,1053,,1450,336.7735450000002,,,,,,,176,64,0,,,,,,,^,,,,gutim,1909 +rst,63,14,1,1554,1053,,1450,336.7735450000002,,,,,,,176,102,0,,,,,,,,,,,gutim,1915 +non,63,15,1,1555,1054,534,1493,336.86354500000016,0.0899832589285714,16,0,C#4,mp,14,144,61,14,,,,,,o,,,,,gutim,1916 +nof,63,15,1,1555,1055,,1493,336.9535450000002,,,,,,,144,61,0,,,,,,,,,,,gutim,1916 +non,63,16,1,1556,1055,535,1536,336.9535450000002,1.07142857142857,2,0,G#6,mp,14,144,92,14,,,,,,o,,,,,gutim,1917 +rst,63,17,3,1557,1055,,1536,336.9535450000002,,,,,,,176,102,0,,,,,,,,,,,gutim,1918 +non,63,18,3,1558,1056,536,1792,337.4895450000002,0.535714285714286,4,0,D4,ppp,5,144,62,5,,,,,t,o,,,,,gutim,1919 +nof,63,16,1,1556,1057,,1536,338.0255450000002,,,,,,,144,92,0,,,,,,,,,,,gutim,1917 +bar,64,0,0,1559,1057,,0,338.0255450000002,,,,,,,,,,64,,,,,,,,,,gutim,1920 +non,64,1,1,1560,1057,537,0,338.0255450000002,4.28571428571429,0.5,0,C#6,fff,24,144,85,24,,,,,t,o,,,,,gutim,1921 +non,64,2,3,1561,1057,,0,338.0255450000002,4.28571428571429,0.5,0,D4,,,,,,,,,,_,,,,,,gutim,1922 +bar,65,0,0,1562,1058,,0,342.31054500000016,,,,,,,,,,65,,,,,,,,,,gutim,1923 +non,65,1,1,1563,1058,,0,342.31054500000016,1.07142857142857,2,0,C#6,,,,,,,,,,T,,,,,,gutim,1924 +non,65,2,3,1564,1058,,0,342.31054500000016,1.07142857142857,2,0,D4,,,,,,,,,,T,,,,,,gutim,1925 +nof,64,1,1,1560,1059,,0,343.38254500000016,,,,,,,144,85,0,,,,,,,,,,,gutim,1921 +non,65,3,1,1565,1059,538,512,343.38254500000016,3.21428571428571,1,1,F#3,mp,14,144,54,14,,,,,t,o,,,,,gutim,1926 +non,65,4,3,1566,1059,538,512,343.38254500000016,1.07142857142857,2,0,C#3,pp,8,144,49,8,,,,,t,o,,,,,gutim,1927 +nof,63,18,3,1558,1060,,1792,343.38254500000016,,,,,,,144,62,0,,,,,,,,,,,gutim,1919 +non,65,5,3,1567,1061,,1024,344.4535450000002,0.267857142857143,8,0,C#3,,,,,,,,,,T,,,,,,gutim,1928 +nof,65,4,3,1566,1062,,512,344.72154500000016,,,,,,,144,49,0,,,,,,,,,,,gutim,1927 +non,65,6,3,1568,1062,539,1152,344.72154500000016,0.267857142857143,8,0,F3,ppp,5,144,53,5,,,,,t,o,,,,,gutim,1929 +non,65,7,3,1569,1063,,1280,344.9895450000002,1.07142857142857,2,0,F3,,,,,,,,,,T,,,,,,gutim,1930 +nof,65,6,3,1568,1064,,1152,346.06054500000016,,,,,,,144,53,0,,,,,,,,,,,gutim,1929 +rst,65,8,3,1570,1064,,1792,346.06054500000016,,,,,,,176,102,0,,,,,,,,,,,gutim,1931 +bar,66,0,0,1571,1065,,0,346.59654500000016,,,,,,,,,,66,,,,,,,,,,gutim,1932 +non,66,1,1,1572,1065,,0,346.59654500000016,2.14285714285714,1,0,F#3,,,,,,,,,,T,,,,,,gutim,1933 +rst,66,2,3,1573,1065,,0,346.59654500000016,,,,,,,176,102,0,,,,,,,,,,,gutim,1934 +nof,65,3,1,1565,1066,,512,348.7395450000002,,,,,,,144,54,0,,,,,,,,,,,gutim,1926 +non,66,3,1,1574,1067,540,1024,348.7395450000002,1.07142857142857,2,0,F4,ppp,5,144,65,5,,,,,t,o,,,,,gutim,1935 +non,66,4,1,1575,1068,,1536,349.81054500000016,0.267857142857143,8,0,F4,,,,,,,,,,T,,,,,,gutim,1936 +nof,66,3,1,1574,1069,,1024,350.0785450000002,,,,,,,144,65,0,,,,,,,,,,,gutim,1935 +non,66,5,1,1576,1069,541,1664,350.0785450000002,0.267857142857143,8,0,G2,pppp,2,144,43,2,,,,,t,o,,,,,gutim,1937 +non,66,6,1,1577,1070,,1792,350.34654500000016,0.401785714285714,8,1,G2,,,,,,,,,,T,,,,,,gutim,1938 +sec,66,7,0,1578,1070,,1792,350.34654500000016,,,,,,,,,,,5938,,,,,,,,,gutim,1939 +bpm,66,7,0,1578,1070,,1792,350.34654500000016,,2.5,,,,,,,,,,112,,,,,,,,gutim,1940 +non,66,10,1,1579,1071,542,,350.7325450000002,0.05,8,0,A#5,pp+,9,144,82,9,,,,g,,o,,,,,gutim,1941 +nof,66,5,1,1576,1072,,1664,350.74854500000015,,,,,,,144,43,0,,,,,,,,,,,gutim,1937 +rst,66,8,1,1580,1073,,1984,350.74854500000015,,,,,,,176,102,0,,,,,,,,,,,gutim,1942 +nof,66,10,1,1579,1074,,,350.7825450000002,,,,,,,144,82,0,,,,,,,,,,,gutim,1941 +non,66,9,1,1581,1075,543,,350.8075450000002,0.05,8,0,F#2,pp,8,144,42,8,,,,g,,o,,,,,gutim,1943 +nof,66,9,1,1581,1076,,,350.8575450000002,,,,,,,144,42,0,,,,,,,,,,,gutim,1943 +bar,67,0,0,1582,1077,,0,350.88254500000016,,,,,,,,,,67,,,,,,,,,,gutim,1944 +non,67,1,1,1583,1077,544,0,350.88254500000016,4.28571428571429,0.5,0,D#5,p,11,144,75,11,,,,,t,o,,,,,gutim,1945 +non,67,2,2,1584,1077,544,0,350.88254500000016,0.355747767857143,4,0,G#4,pp+,9,144,68,9,,,,,,o,,,,,gutim,1946 +rst,67,3,3,1585,1077,,0,350.88254500000016,,,,,,,176,102,0,,,,,,,,,,,gutim,1947 +rst,67,4,4,1586,1077,,0,350.88254500000016,,,,,,,176,102,0,,,,,,,,,,,gutim,1948 +nof,67,2,2,1584,1078,,0,351.23854500000016,,,,,,,144,68,0,,,,,,,,,,,gutim,1946 +rst,67,5,2,1587,1078,,170,351.23854500000016,,,,,,,176,102,0,,,,,,,,,,,gutim,1949 +non,67,6,2,1588,1079,545,256,351.41854500000017,0,8,0,Bb4,ppp,5,,,,,,,,,o,,,,,gutim,1950 +non,67,7,2,1589,1079,545,256,351.41854500000017,0,8,0,D4,ppp+,6,,,,,,,,,o,,,,,gutim,1951 +non,67,8,2,1590,1079,545,256,351.41854500000017,1.07142857142857,2,0,F#5,pp,8,144,78,8,,,,,,o,,d,,,gutim,1952 +non,67,9,2,1591,1079,545,256,351.41854500000017,1.07142857142857,2,0,C#6,f,20,144,85,20,,,,,t,o,,d,,,gutim,1953 +non,67,10,3,1592,1079,545,256,351.41854500000017,0.177873883928571,8,0,C2,p,11,144,36,11,,,,,,o,,d,,,gutim,1954 +non,67,11,4,1593,1079,545,256,351.41854500000017,0.267857142857143,8,0,E1,f,20,144,28,20,,,,,,o,,d,,,gutim,1955 +non,67,12,4,1594,1079,545,256,351.41854500000017,0.267857142857143,8,0,Db2,f,20,144,37,20,,,,,,o,,d,,,gutim,1956 +ped,67,13,0,1595,1080,,290,351.4895450000002,,,,,,,176,64,127,,,,,,,V,,,,gutim,1957 +nof,67,10,3,1592,1081,,256,351.5955450000002,,,,,,,144,36,0,,,,,,,,,,,gutim,1954 +non,67,14,3,1596,1082,546,341,351.5955450000002,0.177873883928571,8,0,Ab2,f+,21,144,44,21,,,,,,o,,,,,gutim,1958 +nof,67,11,4,1593,1083,,256,351.68554500000016,,,,,,,144,28,0,,,,,,,,,,,gutim,1955 +nof,67,12,4,1594,1083,,256,351.68554500000016,,,,,,,144,37,0,,,,,,,,,,,gutim,1956 +rst,67,15,4,1597,1083,,384,351.68554500000016,,,,,,,176,102,0,,,,,,,,,,,gutim,1959 +nof,67,14,3,1596,1084,,341,351.7735450000002,,,,,,,144,44,0,,,,,,,,,,,gutim,1958 +non,67,16,3,1598,1084,547,426,351.7735450000002,0.179966517857143,8,0,F3,mf,17,144,53,17,,,,,,o,,,,,gutim,1960 +nof,67,16,3,1598,1085,,426,351.9535450000002,,,,,,,144,53,0,,,,,,,,,,,gutim,1960 +rst,67,17,3,1599,1085,,512,351.9535450000002,,,,,,,176,102,0,,,,,,,,,,,gutim,1961 +rst,67,18,4,1600,1085,,512,351.9535450000002,,,,,,,176,102,0,,,,,,,,,,,gutim,1962 +non,67,19,4,1601,1086,548,597,352.1315450000002,0.177873883928571,8,0,E5,mf,17,144,76,17,,,,,,o,,,,,gutim,1963 +nof,67,19,4,1601,1087,,597,352.3095450000002,,,,,,,144,76,0,,,,,,,,,,,gutim,1963 +non,67,20,4,1602,1087,549,682,352.3095450000002,0.179966517857143,8,0,F#3,f,20,144,54,20,,,,,,o,,,,,gutim,1964 +nof,67,8,2,1590,1088,,256,352.4895450000002,,,,,,,144,78,0,,,,,,,,,,,gutim,1952 +nof,67,20,4,1602,1089,,682,352.4895450000002,,,,,,,144,54,0,,,,,,,,,,,gutim,1964 +non,67,21,2,1603,1089,,768,352.4895450000002,1.07142857142857,2,0,C#6,,,,,,,,,,T,,,,,,gutim,1965 +non,67,22,3,1604,1089,550,768,352.4895450000002,0.535714285714286,4,0,C3,f,20,144,48,20,,,,,,o,,,,,gutim,1966 +non,67,23,4,1605,1089,550,768,352.4895450000002,0.267857142857143,8,0,Eb2,pp,8,144,39,8,,,,,,o,,,,,gutim,1967 +nof,67,23,4,1605,1090,,768,352.75754500000016,,,,,,,144,39,0,,,,,,,,,,,gutim,1967 +rst,67,24,4,1606,1090,,896,352.75754500000016,,,,,,,176,102,0,,,,,,,,,,,gutim,1968 +nof,67,22,3,1604,1091,,768,353.0255450000002,,,,,,,144,48,0,,,,,,,,,,,gutim,1966 +non,67,25,3,1607,1092,551,1024,353.0255450000002,0.267857142857143,8,0,Ab3,mf,17,144,56,17,,,,,,o,,,,,gutim,1969 +non,67,26,4,1608,1092,551,1024,353.0255450000002,0.535714285714286,4,0,A3,ppp,5,144,57,5,,,,,,o,,,,,gutim,1970 +nof,67,25,3,1607,1093,,1024,353.29354500000017,,,,,,,144,56,0,,,,,,,,,,,gutim,1969 +rst,67,27,3,1609,1093,,1152,353.29354500000017,,,,,,,176,102,0,,,,,,,,,,,gutim,1971 +nof,67,9,2,1591,1094,,256,353.56054500000016,,,,,,,144,85,0,,,,,,,,,,,gutim,1953 +nof,67,26,4,1608,1095,,1024,353.56054500000016,,,,,,,144,57,0,,,,,,,,,,,gutim,1970 +ped,67,28,0,1610,1096,,1280,353.56054500000016,,,,,,,176,64,0,,,,,,,^,,,,gutim,1957 +non,67,29,2,1611,1096,552,1280,353.56054500000016,0.087890625,16,0,E5,mp,14,144,76,14,,,,,,o,,,,,gutim,1972 +non,67,30,3,1612,1096,552,1280,353.56054500000016,0.213448660714286,8,0,C3,ff,22,144,48,22,,,,,,o,,,,,gutim,1973 +rst,67,31,4,1613,1096,,1280,353.56054500000016,,,,,,,176,102,0,,,,,,,,,,,gutim,1974 +nof,67,29,2,1611,1097,,1280,353.6485450000002,,,,,,,144,76,0,,,,,,,,,,,gutim,1972 +nof,67,30,3,1612,1097,,1280,353.6485450000002,,,,,,,144,48,0,,,,,,,,,,,gutim,1973 +non,67,32,2,1614,1097,553,1322,353.6485450000002,0,8,0,F4,mp,14,,,,,,,,,o,,,,,gutim,1975 +non,67,33,2,1615,1097,553,1322,353.6485450000002,0.0899832589285714,16,0,C3,f,20,144,48,20,,,,,,o,,,,,gutim,1976 +non,67,34,2,1616,1097,553,1322,353.6485450000002,0.133928571428571,16,0,F#3,f,20,144,54,20,,,,,,o,,,,,gutim,1977 +non,67,35,2,1617,1097,553,1322,353.6485450000002,0.133928571428571,16,0,Ab3,f,20,144,56,20,,,,,,o,,,,,gutim,1978 +non,67,36,2,1618,1097,553,1322,353.6485450000002,0.133928571428571,16,0,F4,f,20,144,65,20,,,,,,o,,,,,gutim,1979 +non,67,37,2,1619,1097,553,1322,353.6485450000002,0.133928571428571,16,0,E5,f,20,144,76,20,,,,,,o,,,,,gutim,1980 +non,67,38,2,1620,1098,554,1365,353.73854500000016,0.177873883928571,8,0,D4,p,11,144,62,11,,,,,,o,,d,,,gutim,1981 +nof,67,33,2,1615,1099,,1322,353.77454500000016,,,,,,,144,48,0,,,,,,,,,,,gutim,1976 +non,67,39,3,1621,1099,555,1382,353.77454500000016,0.322265625,8,1,Eb1,f,20,144,27,20,,,,,,o,,d,,,gutim,1982 +non,67,40,3,1622,1099,555,1382,353.77454500000016,0.267857142857143,8,1,C2,f,20,144,36,20,,,,,,o,,d,,,gutim,1983 +nof,67,34,2,1616,1100,,1322,353.7825450000002,,,,,,,144,54,0,,,,,,,,,,,gutim,1977 +nof,67,35,2,1617,1100,,1322,353.7825450000002,,,,,,,144,56,0,,,,,,,,,,,gutim,1978 +nof,67,36,2,1618,1100,,1322,353.7825450000002,,,,,,,144,65,0,,,,,,,,,,,gutim,1979 +nof,67,37,2,1619,1100,,1322,353.7825450000002,,,,,,,144,76,0,,,,,,,,,,,gutim,1980 +nof,67,38,2,1620,1101,,1365,353.91654500000016,,,,,,,144,62,0,,,,,,,,,,,gutim,1981 +non,67,41,2,1623,1101,556,1450,353.91654500000016,0.179966517857143,8,0,G6,p,11,144,91,11,,,,,,o,,D,,,gutim,1984 +nof,67,40,3,1622,1102,,1382,354.0425450000002,,,,,,,144,36,0,,,,,,,,,,,gutim,1983 +nof,67,39,3,1621,1103,,1382,354.09654500000016,,,,,,,144,27,0,,,,,,,,,,,gutim,1982 +nof,67,41,2,1623,1103,,1450,354.09654500000016,,,,,,,144,91,0,,,,,,,,,,,gutim,1984 +rst,67,42,3,1624,1103,,1536,354.09654500000016,,,,,,,176,102,0,,,,,,,,,,,gutim,1985 +non,67,44,2,1625,1103,557,1536,354.09654500000016,0.213448660714286,8,0,Bb5,p,11,144,82,11,,,,,,o,,d,,t,gutim,1986 +rst,67,45,4,1626,1103,,1536,354.09654500000016,,,,,,,176,102,0,,,,,,,,,,,gutim,1987 +ped,67,43,0,1627,1103,,1536,354.09654500000016,,,,,,,176,64,127,,,,,,,V,,,,gutim,1988 +nof,67,44,2,1625,1104,,1536,354.31054500000016,,,,,,,144,82,0,,,,,,,,,,,gutim,1986 +non,67,46,3,1628,1104,558,1638,354.31054500000016,0.213448660714286,8,0,B0,pp,8,144,23,8,,,,,,o,,d,,t,gutim,1989 +non,67,47,3,1629,1104,558,1638,354.31054500000016,0.267857142857143,8,0,F#1,pp,8,144,30,8,,,,,,o,,d,,t,gutim,1990 +rst,67,48,2,1630,1104,,1638,354.31054500000016,,,,,,,176,102,0,,,,,,,,,,,gutim,1991 +nof,67,46,3,1628,1105,,1638,354.5235450000002,,,,,,,144,23,0,,,,,,,,,,,gutim,1989 +non,67,49,3,1631,1105,559,1740,354.5235450000002,0.215541294642857,8,0,D3,mf,17,144,50,17,,,,,,o,,d 5939,,t,gutim,1992 +nof,67,47,3,1629,1106,,1638,354.57754500000016,,,,,,,144,30,0,,,,,,,,,,,gutim,1990 +nof,67,49,3,1631,1107,,1740,354.7395450000002,,,,,,,144,50,0,,,,,,,,,,,gutim,1992 +rst,67,50,3,1632,1107,,1843,354.7395450000002,,,,,,,176,102,0,,,,,,,,,,,gutim,1993 +non,67,51,2,1633,1107,560,1843,354.7395450000002,0.213448660714286,8,0,Ab4,mf-,16,144,68,16,,,,,,o,,,,t,gutim,1994 +nof,67,51,2,1633,1108,,1843,354.95254500000016,,,,,,,144,68,0,,,,,,,,,,,gutim,1994 +non,67,52,3,1634,1108,561,1945,354.95254500000016,0.106724330357143,16,0,G#2,f,20,144,44,20,,,,,,o,,,,,gutim,1995 +non,67,53,2,1635,1108,561,1945,354.95254500000016,0.215541294642857,8,0,G7,mp,14,144,103,14,,,,,,o,,,,T 5939,gutim,1996 +nof,67,52,3,1634,1109,,1945,355.0595450000002,,,,,,,144,44,0,,,,,,,,,,,gutim,1995 +non,67,54,3,1636,1109,562,1996,355.0595450000002,0.108816964285714,16,0,F#2,f,20,144,42,20,,,,,,o,,,,,gutim,1997 +ped,67,55,0,1637,1110,,2047,355.16654500000016,,,,,,,176,64,0,,,,,,,^,,,,gutim,1988 +nof,67,53,2,1635,1111,,1945,355.16854500000017,,,,,,,144,103,0,,,,,,,,,,,gutim,1996 +nof,67,54,3,1636,1112,,1996,355.16854500000017,,,,,,,144,42,0,,,,,,,,,,,gutim,1997 +bar,68,0,0,1638,1112,,0,355.16854500000017,,,,,,,,,,68,,,,,,,,,,gutim,1998 +bpm,68,0,0,1638,1112,,0,355.16854500000017,,2,,,,,,,,,,112,,,,,,,,gutim,1999 +non,68,1,1,1639,1112,,0,355.16854500000017,4.28571428571429,0.5,0,D#5,,,,,,,,,,_,,,,,,gutim,2000 +rst,68,2,2,1640,1112,,0,355.16854500000017,,,,,,,176,102,0,,,,,,,,,,,gutim,2001 +rst,68,3,3,1641,1112,,0,355.16854500000017,,,,,,,176,102,0,,,,,,,,,,,gutim,2002 +rst,68,4,4,1642,1112,,0,355.16854500000017,,,,,,,176,102,0,,,,,,,,,,,gutim,2003 +non,68,5,2,1643,1113,563,85,355.3455450000002,0.0899832589285714,16,0,C3,f,20,144,48,20,,,,,,o,,,e,,gutim,2004 +nof,68,5,2,1643,1114,,85,355.43554500000016,,,,,,,144,48,0,,,,,,,,,,,gutim,2004 +non,68,6,2,1644,1114,564,128,355.43554500000016,0.087890625,16,0,F4,f+,21,144,65,21,,,,,,o,,,e,,gutim,2005 +non,68,7,2,1645,1114,564,128,355.43554500000016,0.133928571428571,16,0,Bb4,f+,21,144,70,21,,,,,,o,,,e,,gutim,2006 +nof,68,6,2,1644,1115,,128,355.5235450000002,,,,,,,144,65,0,,,,,,,,,,,gutim,2005 +non,68,8,2,1646,1115,565,170,355.5235450000002,0.0899832589285714,16,0,F#3,ff,22,144,54,22,,,,,,o,,,e,,gutim,2007 +non,68,9,4,1647,1115,565,170,355.5235450000002,0.179966517857143,8,0,D3,f,20,144,50,20,,,,,t,o,,,,,gutim,2008 +nof,68,7,2,1645,1116,,128,355.5695450000002,,,,,,,144,70,0,,,,,,,,,,,gutim,2006 +nof,68,8,2,1646,1117,,170,355.61354500000016,,,,,,,144,54,0,,,,,,,,,,,gutim,2007 +non,68,10,2,1648,1117,566,213,355.61354500000016,0.0899832589285714,16,0,C3,ff+,23,144,48,23,,,,,,o,,,e,,gutim,2009 +non,68,11,2,1649,1117,566,213,355.61354500000016,0.133928571428571,16,0,Ab3,ff+,23,144,56,23,,,,,,o,,,e,,gutim,2010 +non,68,12,2,1650,1117,566,213,355.61354500000016,0.133928571428571,16,0,E5,ff+,23,144,76,23,,,,,,o,,,e,,gutim,2011 +non,68,13,2,1651,1117,566,213,355.61354500000016,0.133928571428571,16,0,Bb5,ff+,23,144,82,23,,,,,,o,,,e 5939,,gutim,2012 +nof,68,10,2,1648,1118,,213,355.7035450000002,,,,,,,144,48,0,,,,,,,,,,,gutim,2009 +nof,68,12,2,1650,1118,,213,355.7035450000002,,,,,,,144,76,0,,,,,,,,,,,gutim,2011 +non,68,14,2,1652,1118,567,256,355.7035450000002,3.75,1,2,Gb4,fff,24,144,66,24,,,,,t,o,,,,,gutim,2013 +non,68,15,2,1653,1118,567,256,355.7035450000002,2.14285714285714,1,2,Bb4,fff,24,144,70,24,,,,,t,o,,,,,gutim,2014 +non,68,16,2,1654,1118,567,256,355.7035450000002,2.14285714285714,1,2,E5,fff,24,144,76,24,,,,,t,o,,,,,gutim,2015 +non,68,17,2,1655,1118,567,256,355.7035450000002,2.14285714285714,1,2,D6,fff,24,144,86,24,,,,,t,o,,,,,gutim,2016 +rst,68,18,3,1656,1118,,256,355.7035450000002,,,,,,,176,102,0,,,,,,,,,,,gutim,2017 +non,68,19,4,1657,1118,,256,355.7035450000002,0.355747767857143,4,0,D3,,,,,,,,,,T,,,,,,gutim,2018 +nof,68,11,2,1649,1119,,213,355.7475450000002,,,,,,,144,56,0,,,,,,,,,,,gutim,2010 +nof,68,13,2,1651,1119,,213,355.7475450000002,,,,,,,144,82,0,,,,,,,,,,,gutim,2012 +nof,68,9,4,1647,1120,,170,356.0595450000002,,,,,,,144,50,0,,,,,,,,,,,gutim,2008 +rst,68,20,4,1658,1120,,426,356.0595450000002,,,,,,,176,102,0,,,,,,,,,,,gutim,2019 +rst,68,21,3,1659,1121,,512,356.2395450000002,,,,,,,176,102,0,,,,,,,,,,,gutim,2020 +non,68,22,4,1660,1121,568,512,356.2395450000002,0,8,0,D#5,s,0,,,,,,,,,o,,,,,gutim,2021 +non,68,23,4,1661,1121,568,512,356.2395450000002,0.535714285714286,4,0,B2,ppp,5,144,47,5,,,,,t,o,,,,,gutim,2022 +non,68,24,4,1662,1122,,768,356.7755450000002,0.0669642857142857,32,0,B2,,,,,,,,,,T,,,,,,gutim,2023 +nof,68,23,4,1661,1123,,512,356.8425450000002,,,,,,,144,47,0,,,,,,,,,,,gutim,2022 +non,68,25,4,1663,1123,569,800,356.8425450000002,0.46875,8,2,G1,ppp,5,144,31,5,,,,,t,o,,,,,gutim,2024 +rst,68,26,3,1664,1124,,1024,357.31054500000016,,,,,,,176,102,0,,,,,,,,,,,gutim,2025 +non,68,27,4,1665,1124,,1024,357.31054500000016,0.133928571428571,16,0,G1,,,,,,,,,,T,,,,,,gutim,2026 +nof,68,25,4,1663,1125,,800,357.4445450000002,,,,,,,144,31,0,,,,,,,,,,,gutim,2024 +non,68,28,3,1666,1125,570,1088,357.4445450000002,0.401785714285714,8,1,F3,ff,22,144,53,22,,,,,t,o,,d,,,gutim,2027 +non,68,29,4,1667,1125,570,1088,357.4445450000002,0.401785714285714,8,1,Ab4,ppp,5,144,68,5,,,,,t,o,,,,,gutim,2028 +non,68,30,3,1668,1126,,1280,357.84654500000016,1.07142857142857,2,0,F3,,,,,,,,,,_,,,,,,gutim,2029 +non,68,31,4,1669,1126,,1280,357.84654500000016,0.267857142857143,8,0,Ab4,,,,,,,,,,T,,,,,,gutim,2030 +non,68,32,4,1670,1126,571,1280,357.84654500000016,0.267857142857143,8,0,F5,mf,17,144,77,17,,,,,t,o,,d,,,gutim,2031 +non,68,33,4,1671,1126,571,1280,357.84654500000016,0.267857142857143,8,0,Gb6,ff,22,144,90,22,,,,,t,o,,d,,,gutim,2032 +nof,68,29,4,1667,1127,,1088,358.1145450000002,,,,,,,144,68,0,,,,,,,,,,,gutim,2028 +non,68,34,4,1672,1128,,1408,358.1145450000002,0.267857142857143,8,0,F5,,,,,,,,,,T,,,,,,gutim,2033 +non,68,35,4,1673,1128,,1408,358.1145450000002,0.267857142857143,8,0,Gb6,,,,,,,,,,T,,,,,,gutim,2034 +nof,68,32,4,1670,1129,,1280,358.38254500000016,,,,,,,144,77,0,,,,,,,,,,,gutim,2031 +nof,68,33,4,1671,1129,,1280,358.38254500000016,,,,,,,144,90,0,,,,,,,,,,,gutim,2032 +non,68,36,4,1674,1130,572,1536,358.38254500000016,0.267857142857143,8,0,A3,f,20,144,57,20,,,,,,o,,d,,t,gutim,2035 +non,68,37,4,1675,1130,572,1536,358.38254500000016,0.267857142857143,8,0,F4,ff,22,144,65,22,,,,,,o,,d,,t,gutim,2036 +nof,68,36,4,1674,1131,,1536,358.6505450000002,,,,,,,144,57,0,,,,,,,,,,,gutim,2035 +nof,68,37,4,1675,1131,,1536,358.6505450000002,,,,,,,144,65,0,,,,,,,,,,,gutim,2036 +non,68,38,4,1676,1131,573,1664,358.6505450000002,0.267857142857143,8,0,G#1,f,20,144,32,20,,,,,,o,,d,,t,gutim,2037 +non,68,39,4,1677,1131,573,1664,358.6505450000002,0.267857142857143,8,0,B1,ppp,5,144,35,5,,,,,,o,,d,,t,gutim,2038 +nof,68,38,4,1676,1132,,1664,358.91854500000017,,,,,,,144,32,0,,,,,,,,,,,gutim,2037 +nof,68,39,4,1677,1132,,1664,358.91854500000017,,,,,,,144,35,0,,,,,,,,,,,gutim,2038 +non,68,41,3,1678,1132,,1792,358.91854500000017,0.267857142857143,8,0,F3,,,,,,,,,,T,,,,,,gutim,2039 +non,68,42,4,1679,1132,574,1792,358.91854500000017,0.177873883928571,8,0,F#7,ff,22,144,102,22,,,,,,o,,d 5940,,t,gutim,2040 +ped,68,40,0,1680,1132,,1792,358.91854500000017,,,,,,,176,64,127,,,,,,,V,,,,gutim,2041 +nof,68,42,4,1679,1133,,1792,359.0955450000002,,,,,,,144,102,0,,,,,,,,,,,gutim,2040 +non,68,43,4,1681,1133,575,1877,359.0955450000002,0.177873883928571,8,0,C4,ff,22,144,60,22,,,,,,o,,,,,gutim,2042 +nof,68,28,3,1666,1134,,1088,359.18554500000016,,,,,,,144,53,0,,,,,,,,,,,gutim,2027 +non,68,44,3,1682,1135,576,1920,359.18554500000016,0.267857142857143,8,0,C2,ff,22,144,36,22,,,,,t,o,,,,T,gutim,2043 +nof,68,43,4,1681,1136,,1877,359.2735450000002,,,,,,,144,60,0,,,,,,,,,,,gutim,2042 +non,68,45,4,1683,1136,577,1962,359.2735450000002,0.179966517857143,8,0,Ab2,ff,22,144,44,22,,,,,,o,,,,,gutim,2044 +ped,68,46,0,1684,1137,,2047,359.4515450000002,,,,,,,176,64,0,,,,,,,^,,,,gutim,2041 +bar,69,0,0,1685,1138,,0,359.4535450000002,,,,,,,,,,69,,,,,,,,,,gutim,2045 +non,69,1,1,1686,1138,,0,359.4535450000002,4.28571428571429,0.5,0,D#5,,,,,,,,,,T,,,,,,gutim,2046 +non,69,2,2,1687,1138,,0,359.4535450000002,4.28571428571429,0.5,0,Gb4,,,,,,,,,,T,,,,,,gutim,2047 +non,69,3,2,1688,1138,,0,359.4535450000002,4.28571428571429,0.5,0,Bb4,,,,,,,,,,T,,,,,,gutim,2048 +non,69,4,2,1689,1138,,0,359.4535450000002,4.28571428571429,0.5,0,E5,,,,,,,,,,T,,,,,,gutim,2049 +non,69,5,2,1690,1138,,0,359.4535450000002,4.28571428571429,0.5,0,D6,,,,,,,,,,T,,,,,,gutim,2050 +non,69,6,3,1691,1138,,0,359.4535450000002,4.28571428571429,0.5,0,C2,,,,,,,,,,_,,,,,,gutim,2051 +non,69,7,3,1692,1138,578,0,359.4535450000002,4.28571428571429,0.5,0,E2,f,20,144,40,20,,,,,t,o,,,,,gutim,2052 +rst,69,8,4,1693,1138,,0,359.4535450000002,,,,,,,176,102,0,,,,,,,,,,,gutim,2053 +nof,68,45,4,1683,1139,,1962,359.4535450000002,,,,,,,144,44,0,,,,,,,,,,,gutim,2044 +non,69,9,4,1694,1140,579,256,359.9895450000002,0,8,0,A2,mp,14,,,,,,,,,o,,,,,gutim,2054 +non,69,10,4,1695,1140,579,256,359.9895450000002,3.75,1,2,F#3,mp,14,144,54,14,,,,,t,o,,,,,gutim,2055 +nof,68,15,2,1653,1141,,256,362.13254500000016,,,,,,,144,70,0,,,,,,,,,,,gutim,2014 +nof,68,16,2,1654,1141,,256,362.13254500000016,,,,,,,144,76,0,,,,,,,,,,,gutim,2015 +nof,68,17,2,1655,1141,,256,362.13254500000016,,,,,,,144,86,0,,,,,,,,,,,gutim,2016 +nof,67,1,1,1583,1142,,0,363.7395450000002,,,,,,,144,75,0,,,,,,,,,,,gutim,1945 +nof,68,14,2,1652,1143,,256,363.7395450000002,,,,,,,144,66,0,,,,,,,,,,,gutim,2013 +bar,70,0,0,1696,1144,,0,363.7395450000002,,,,,,,,,,70,,,,,,,,,,gutim,2056 +rst,70,1,1,1697,1144,,0,363.7395450000002,,,,,,,176,102,0,,,,,,,,,,,gutim,2057 +rst,70,2,2,1698,1144,,0,363.7395450000002,,,,,,,176,102,0,,,,,,,,,,,gutim,2058 +non,70,3,3,1699,1144,,0,363.7395450000002,4.28571428571429,0.5,0,C2,,,,,,,,,,T,,,,,,gutim,2059 +non,70,4,3,1700,1144,,0,363.7395450000002,4.28571428571429,0.5,0,E2,,,,,,,,,,T,,,,,,gutim,2060 +non,70,5,4,1701,1144,,0,363.7395450000002,1.60714285714286,2,1,F#3,,,,,,,,,,T,,,,,,gutim,2061 +non,70,6,2,1702,1145,580,512,364.81054500000016,0.535714285714286,4,0,B3,ppp,5,144,59,5,,,,,,o,,,,,gutim,2062 +nof,69,10,4,1695,1146,,256,365.34654500000016,,,,,,,144,54,0,,,,,,,,,,,gutim,2055 +nof,70,6,2,1702,1146,,512,365.34654500000016,,,,,,,144,59,0,,,,,,,,,,,gutim,2062 +rst,70,7,2,1703,1146,,768,365.34654500000016,,,,,,,176,102,0,,,,,,,,,,,gutim,2063 +rst,70,8,4,1704,1146,,768,365.34654500000016,,,,,,,176,102,0,,,,,,,,,,,gutim,2064 +rst,70,9,2,1705,1147,,1024,365.88254500000016,,,,,,,176,102,0,,,,,,,,,,,gutim,2065 +rst,70,10,4,1706,1147,,1024,365.88254500000016,,,,,,,176,102,0,,,,,,,,,,,gutim,2066 +nof,69,7,3,1692,1148,,0,368.0255450000002,,,,,,,144,40,0,,,,,,,,,,,gutim,2052 +bar,71,0,0,1707,1148,,0,368.0255450000002,,,,,,,,,,71,,,,,,,,,,gutim,2067 +sec,71,1,0,1708,1148,,0,368.0255450000002,,,,,,,,,,,5939,,,,,,,,,gutim,2068 +bpm,71,1,0,1708,1148,,0,368.0255450000002,,1,,,,,,,,,,112,,,,,,,,gutim,2069 +rst,71,2,1,1709,1148,,0,368.0255450000002,,,,,,,176,102,0,,,,,,,,,,,gutim,2070 +non,71,3,2,1710,1148,581,0,368.0255450000002,1.07142857142857,2,0,C4,pp,8,144,60,8,,,,,,o,,,,t,gutim,2071 +non,71,4,3,1711,1148,581,0,368.0255450000002,0.535714285714286,4,0,C#6,pp,8,144,85,8,,,,,,o,,,,,gutim,2072 +nof,68,44,3,1682,1149,,1920,368.0255450000002,,,,,,,144,36,0,,,,,,,,,,,gutim,2043 +nof,71,4,3,1711,1150,,0,368.56054500000016,,,,,,,144,85,0,,,,,,,,,,,gutim,2072 +non,71,5,3,1712,1150,582,256,368.56054500000016,1.07142857142857,2,0,F#3,pp,8,144,54,8,,,,,,o,,,,t,gutim,2073 +nof,71,3,2,1710,1151,,0,369.09654500000016,,,,,,,144,60,0,,,,,,,,,,,gutim,2071 +non,71,6,2,1713,1151,583,512,369.09654500000016,2.14285714285714,1,0,F5,ppp-,4,144,77,4,,,,,,o,,,,t,gutim,2074 +nof,71,5,3,1712,1152,,256,369.63254500000016,,,,,,,144,54,0,,,,,,,,,,,gutim,2073 +non,71,7,3,1714,1152,584,768,369.63254500000016,1.07142857142857,2,0,A2,pp+,9,144,45,9,,,,,,o,,,,T 5940,gutim,2075 +nof,71,7,3,1714,1153,,768,370.7035450000002,,,,,,,144,45,0,,,,,,,,,,,gutim,2075 +rst,71,8,3,1715,1153,,1280,370.7035450000002,,,,,,,176,102,0,,,,,,,,,,,gutim,2076 +rst,71,9,2,1716,1154,,1536,371.2395450000002,,,,,,,176,102,0,,,,,,,,,,,gutim,2077 +nof,71,6,2,1713,1155,,512,371.2395450000002,,,,,,,144,77,0,,,,,,,,,,,gutim,2074 +bar,72,0,0,1717,1156,,0,372.31054500000016,,,,,,,,,,72,,,,,,,,,,gutim,2078 +non,72,1,1,1718,1156,585,0,372.31054500000016,0.535714285714286,4,0,C#7,pp,8,144,97,8,,,,,,o,,,,,gutim,2079 +rst,72,2,3,1719,1156,,0,372.31054500000016,,,,,,,176,102,0,,,,,,,,,,,gutim,2080 +nof,72,1,1,1718,1157,,0,372.84654500000016,,,,,,,144,97,0,,,,,,,,,,,gutim,2079 +non,72,4,1,1720,1157,586,256,372.84654500000016,1.07142857142857,2,0,D7,mp,14,144,98,14,,,,,,o,,,,,gutim,2081 +ped,72,3,0,1721,1157,,256,372.84654500000016,,,,,,,176,64,127,,,,,,,V,,,,gutim,2082 +non,72,6,3,1722,1158,587,,373.8435450000002,0.05,8,0,F#3,mp+,15,144,54,15,,,,g,,o,,,,,gutim,2083 +nof,72,6,3,1722,1159,,,373.8935450000002,,,,,,,144,54,0,,,,,,,,,,,gutim,2083 +nof,72,4,1,1720,1160,,256,373.91854500000017,,,,,,,144,98,0,,,,,,,,,,,gutim,2081 +non,72,5,1,1723,1160,588,768,373.91854500000017,0.0669642857142857,32,0,F#6,p,11,144,90,11,,,,,,o,,,,,gutim,2084 +non,72,7,3,1724,1160,588,768,373.91854500000017,0.0669642857142857,32,0,A#2,f,20,144,46,20,,,,,,o,,,,,gutim,2085 +nof,72,5,1,1723,1161,,768,373.9855450000002,,,,,,,144,90,0,,,,,,,,,,,gutim,2084 +nof,72,7,3,1724,1161,,768,373.9855450000002,,,,,,,144,46,0,,,,,,,,,,,gutim,2085 +non,72,8,1,1725,1161,589,800,373.9855450000002,0.200892857142857,16,1,F4,p,11,144,65,11,,,,,,o,,,,,gutim,2086 +non,72,9,3,1726,1161,589,800,373.9855450000002,0.0669642857142857,32,0,B3,f,20,144,59,20,,,,,,o,,,,,gutim,2087 +nof,72,9,3,1726,1162,,800,374.0525450000002,,,,,,,144,59,0,,,,,,,,,,,gutim,2087 +non,72,10,3,1727,1162,590,832,374.0525450000002,0.401785714285714,8,1,C4,f-,19,144,60,19,,,,,,o,,,,,gutim,2088 +nof,72,8,1,1725,1163,,800,374.18554500000016,,,,,,,144,65,0,,,,,,,,,,,gutim,2086 +rst,72,11,1,1728,1163,,896,374.18554500000016,,,,,,,176,102,0,,,,,,,,,,,gutim,2089 +nof,72,10,3,1727,1164,,832,374.4535450000002,,,,,,,144,60,0,,,,,,,,,,,gutim,2088 +rst,72,12,1,1729,1164,,1024,374.4535450000002,,,,,,,176,102,0,,,,,,,,,,,gutim,2090 +rst,72,13,3,1730,1164,,1024,374.4535450000002,,,,,,,176,102,0,,,,,,,,,,,gutim,2091 +bar,73,0,0,1731,1165,,0,376.59654500000016,,,,,,,,,,73,,,,,,,,,,gutim,2092 +rst,73,1,1,1732,1165,,0,376.59654500000016,,,,,,,176,102,0,,,,,,,,,,,gutim,2093 +rst,73,2,3,1733,1165,,0,376.59654500000016,,,,,,,176,102,0,,,,,,,,,,,gutim,2094 +non,73,3,1,1734,1166,591,256,377.13254500000016,3.75,1,2,F#7,fff,24,144,102,24,,,,,,o,,,,,gutim,2095 +nof,73,3,1,1734,1167,,256,380.88254500000016,,,,,,,144,102,0,,,,,,,,,,,gutim,2095 +bar,74,0,0,1735,1167,,0,380.88254500000016,,,,,,,,,,74,,,,,,,,,,gutim,2096 +rst,74,1,1,1736,1167,,0,380.88254500000016,,,,,,,176,102,0,,,,,,,,,,,gutim,2097 +rst,74,2,3,1737,1167,,0,380.88254500000016,,,,,,,176,102,0,,,,,,,,,,,gutim,2098 +non,74,3,3,1738,1168,592,768,382.4895450000002,0.535714285714286,4,0,Eb1,ppp,5,144,27,5,,,,,t,o,,,,,gutim,2099 +non,74,4,3,1739,1169,,1024,383.0255450000002,2.14285714285714,1,0,Eb1,,,,,,,,,,_,,,,,,gutim,2100 +bar,75,0,0,1740,1170,,0,385.16854500000017,,,,,,,,,,75,,,,,,,,,,gutim,2101 +rst,75,1,1,1741,1170,,0,385.16854500000017,,,,,,,176,102,0,,,,,,,,,,,gutim,2102 +non,75,2,3,1742,1170,,0,385.16854500000017,1.875,2,2,Eb1,,,,,,,,,,T,,,,,,gutim,2103 +nof,74,3,3,1738,1171,,768,387.04354500000017,,,,,,,144,27,0,,,,,,,,,,,gutim,2099 +non,75,3,3,1743,1171,593,896,387.04354500000017,0.267857142857143,8,0,Ab2,f,20,144,44,20,,,,,t,o,,,,,gutim,2104 +ped,75,4,0,1744,1172,,1024,387.31054500000016,,,,,,,176,64,0,,,,,,,^,,,,gutim,2082 +rst,75,5,1,1745,1172,,1024,387.31054500000016,,,,,,,176,102,0,,,,,,,,,,,gutim,2105 +non,75,6,3,1746,1172,,1024,387.31054500000016,1.07142857142857,2,0,Ab2,,,,,,,,,,_,,,,,,gutim,2106 +non,75,7,1,1747,1173,594,1280,387.84654500000016,1.60714285714286,2,1,E5,mp,14,144,76,14,,,,,,o,,,,,gutim,2107 +non,75,8,3,1748,1174,,1536,388.38254500000016,0.267857142857143,8,0,Ab2,,,,,,,,,,T,,,,,,gutim,2108 +nof,75,3,3,1743,1175,,896,388.6505450000002,,,,,,,144,44,0,,,,,,,,,,,gutim,2104 +non,75,9,3,1749,1176,595,1664,388.6505450000002,0.803571428571429,4,1,Gb2,p,11,144,42,11,,,,,,o,,,,,gutim,2109 +nof,75,7,1,1747,1177,,1280,389.4535450000002,,,,,,,144,76,0,,,,,,,,,,,gutim,2107 +nof,75,9,3,1749,1178,,1664,389.4535450000002,,,,,,,144,42,0,,,,,,,,,,,gutim,2109 +bar,76,0,0,1750,1178,,0,389.4535450000002,,,,,,,,,,76,,,,,,,,,,gutim,2110 +sec,76,1,0,1751,1178,,0,389.4535450000002,,,,,,,,,,,5940,,,,,,,,,gutim,2111 +rst,76,3,1,1752,1178,,0,389.4535450000002,,,,,,,176,102,0,,,,,,,,,,,gutim,2112 +non,76,4,2,1753,1178,596,0,389.4535450000002,0.177873883928571,8,0,D4,mf,17,144,62,17,,,,,,o,,,,,gutim,2113 +non,76,5,3,1754,1178,596,0,389.4535450000002,0.106724330357143,16,0,D7,p,11,144,98,11,,,,,,o,,,e,,gutim,2114 +rst,76,6,4,1755,1178,,0,389.4535450000002,,,,,,,176,102,0,,,,,,,,,,,gutim,2115 +ped,76,2,0,1756,1178,,0,389.4535450000002,,,,,,,176,64,127,,,,,,,V,,,,gutim,2116 +nof,76,5,3,1754,1179,,0,389.56054500000016,,,,,,,144,98,0,,,,,,,,,,,gutim,2114 +non,76,7,3,1757,1179,597,51,389.56054500000016,0.106724330357143,16,0,Bb1,mp+,15,144,34,15,,,,,,o,,,e,,gutim,2117 +nof,76,4,2,1753,1180,,0,389.6315450000002,,,,,,,144,62,0,,,,,,,,,,,gutim,2113 +non,76,8,2,1758,1181,598,85,389.6315450000002,0.177873883928571,8,0,F#6,mf,17,144,90,17,,,,,,o,,,,,gutim,2118 +nof,76,7,3,1757,1182,,51,389.6675450000002,,,,,,,144,34,0,,,,,,,,,,,gutim,2117 +non,76,9,3,1759,1182,599,102,389.6675450000002,0.106724330357143,16,0,C3,mf+,18,144,48,18,,,,,,o,,,e,,gutim,2119 +nof,76,9,3,1759,1183,,102,389.7735450000002,,,,,,,144,48,0,,,,,,,,,,,gutim,2119 +non,76,10,3,1760,1183,600,153,389.7735450000002,0.106724330357143,16,0,F#2,ff,22,144,42,22,,,,,,o,,,e,,gutim,2120 +nof,76,8,2,1758,1184,,85,389.8095450000002,,,,,,,144,90,0,,,,,,,,,,,gutim,2118 +non,76,11,2,1761,1185,601,170,389.8095450000002,0.179966517857143,8,0,Bb4,mf,17,144,70,17,,,,,,o,,,,,gutim,2121 +nof,76,10,3,1760,1186,,153,389.88054500000015,,,,,,,144,42,0,,,,,,,,,,,gutim,2120 +ped,76,12,0,1762,1186,,204,389.88054500000015,,,,,,,176,64,0,,,,,,,^,,,,gutim,2116 +non,76,13,3,1763,1186,602,204,389.88054500000015,0.108816964285714,16,0,B2,ff,22,144,47,22,,,,,,o,,,E,,gutim,2122 +nof,76,11,2,1761,1187,,170,389.9895450000002,,,,,,,144,70,0,,,,,,,,,,,gutim,2121 +nof,76,13,3,1763,1187,,204,389.9895450000002,,,,,,,144,47,0,,,,,,,,,,,gutim,2122 +non,76,14,1,1764,1187,603,,389.9895450000002,0.05,8,0,A1,pp,8,144,33,8,,,,g,,o,,d,,,gutim,2123 +nof,76,14,1,1764,1188,,,390.03954500000015,,,,,,,144,33,0,,,,,,,,,,,gutim,2123 +non,76,15,1,1765,1189,604,,390.0645450000002,0.05,8,0,C#6,pp,8,144,85,8,,,,g,,o,,d,,,gutim,2124 +nof,76,15,1,1765,1190,,,390.1145450000002,,,,,,,144,85,0,,,,,,,,,,,gutim,2124 +non,76,16,1,1766,1191,605,256,390.13954500000017,0.267857142857143,8,0,Ab5,pp,8,144,80,8,,,,,,o,,d,,,gutim,2125 +rst,76,17,2,1767,1191,,256,390.13954500000017,,,,,,,176,102,0,,,,,,,,,,,gutim,2126 +non,76,18,3,1768,1191,605,256,390.13954500000017,3.75,1,2,Bb1,f,20,144,34,20,,,,,t,o,,d,,,gutim,2127 +non,76,19,3,1769,1191,605,256,390.13954500000017,2.14285714285714,1,2,Gb2,pp,8,144,42,8,,,,,t,o,,d,,,gutim,2128 +non,76,20,4,1770,1191,605,256,390.13954500000017,0.401785714285714,8,1,Eb2,f,20,144,39,20,,,,,,o,,d,,,gutim,2129 +nof,76,16,1,1766,1192,,256,390.4075450000002,,,,,,,144,80,0,,,,,,,,,,,gutim,2125 +non,76,21,1,1771,1192,606,384,390.4075450000002,0.267857142857143,8,0,C6,pp+,9,144,84,9,,,,,,o,,,,,gutim,2130 +nof,76,20,4,1770,1193,,256,390.54154500000016,,,,,,,144,39,0,,,,,,,,,,,gutim,2129 +rst,76,22,4,1772,1193,,448,390.54154500000016,,,,,,,176,102,0,,,,,,,,,,,gutim,2131 +non,76,27,4,1773,1194,607,,390.67554500000017,0.05,8,0,E4,f,20,144,64,20,,,,g,,o,,,e,,gutim,2132 +nof,76,21,1,1771,1195,,384,390.67554500000017,,,,,,,144,84,0,,,,,,,,,,,gutim,2130 +nof,76,27,4,1773,1196,,,390.7255450000002,,,,,,,144,64,0,,,,,,,,,,,gutim,2132 +non,76,28,4,1774,1197,608,,390.75054500000016,0.05,8,0,C2,f,20,144,36,20,,,,g,,o,,,e,,gutim,2133 +non,76,29,4,1775,1197,608,,390.75054500000016,0.05,8,0,D4,f,20,144,62,20,,,,g,,o,,,e,,gutim,2134 +nof,76,28,4,1774,1198,,,390.80054500000017,,,,,,,144,36,0,,,,,,,,,,,gutim,2133 +nof,76,29,4,1775,1198,,,390.80054500000017,,,,,,,144,62,0,,,,,,,,,,,gutim,2134 +nof,76,19,3,1769,1199,,256,390.82554500000015,,,,,,,144,42,0,,,,,,,,,,,gutim,2128 +non,76,30,4,1776,1199,609,,390.82554500000015,0.05,8,0,Gb2,f+,21,144,42,21,,,,g,,o,,,e,,gutim,2135 +non,76,31,4,1777,1199,609,,390.82554500000015,0.05,8,0,E5,f+,21,144,76,21,,,,g,,o,,,e,,gutim,2136 +nof,76,31,4,1777,1200,,,390.87554500000016,,,,,,,144,76,0,,,,,,,,,,,gutim,2136 +non,76,24,1,1778,1201,610,512,390.9005450000002,0.177873883928571,8,0,Bb5,mp,14,144,82,14,,,,,,o,,d,E,,gutim,2137 +non,76,25,1,1779,1201,610,512,390.9005450000002,0.267857142857143,8,0,Gb6,ff,22,144,90,22,,,,,,o,,d,E,,gutim,2138 +non,76,26,2,1780,1201,610,512,390.9005450000002,0.087890625,16,0,E5,f,20,144,76,20,,,,,,o,,,e,,gutim,2139 +rst,76,32,4,1781,1201,,512,390.9005450000002,,,,,,,176,102,0,,,,,,,,,,,gutim,2140 +ped,76,23,0,1782,1201,,512,390.9005450000002,,,,,,,176,64,127,,,,,,,V,,,,gutim,2141 +nof,76,26,2,1780,1202,,512,390.98854500000016,,,,,,,144,76,0,,,,,,,,,,,gutim,2139 +non,76,33,2,1783,1202,611,554,390.98854500000016,0.0899832589285714,16,0,F4,ff,22,144,65,22,,,,,,o,,,e,,gutim,2142 +nof,76,24,1,1778,1203,,512,391.0785450000002,,,,,,,144,82,0,,,,,,,,,,,gutim,2137 +nof,76,33,2,1783,1203,,554,391.0785450000002,,,,,,,144,65,0,,,,,,,,,,,gutim,2142 +non,76,34,1,1784,1203,612,597,391.0785450000002,0.177873883928571,8,0,Ab4,ff,22,144,68,22,,,,,,o,,,,,gutim,2143 +non,76,35,2,1785,1203,612,597,391.0785450000002,0.0899832589285714,16,0,Gb3,ff,22,144,54,22,,,,,,o,,,e,,gutim,2144 +non,76,36,4,1786,1203,612,597,391.0785450000002,0.177873883928571,8,0,Eb1,ff,22,144,27,22,,,,,,o,,,,,gutim,2145 +nof,76,35,2,1785,1204,,597,391.16854500000017,,,,,,,144,54,0,,,,,,,,,,,gutim,2144 +non,76,37,2,1787,1204,613,640,391.16854500000017,0.267857142857143,8,1,F2,ff,22,144,41,22,,,,,,o,,,e,,gutim,2146 +non,76,38,2,1788,1204,613,640,391.16854500000017,0.267857142857143,8,1,C3,ff,22,144,48,22,,,,,,o,,,e,,gutim,2147 +nof,76,25,1,1779,1205,,512,391.16854500000017,,,,,,,144,90,0,,,,,,,,,,,gutim,2138 +nof,76,34,1,1784,1206,,597,391.25554500000015,,,,,,,144,68,0,,,,,,,,,,,gutim,2143 +nof,76,36,4,1786,1206,,597,391.25554500000015,,,,,,,144,27,0,,,,,,,,,,,gutim,2145 +non,76,39,1,1789,1206,614,682,391.25554500000015,0.179966517857143,8,0,G7,ff,22,144,103,22,,,,,,o,,,,,gutim,2148 +non,76,40,4,1790,1206,614,682,391.25554500000015,0.179966517857143,8,0,Bb3,ff,22,144,58,22,,,,,,o,,,E,,gutim,2149 +nof,76,37,2,1787,1207,,640,391.43554500000016,,,,,,,144,41,0,,,,,,,,,,,gutim,2146 +nof,76,38,2,1788,1207,,640,391.43554500000016,,,,,,,144,48,0,,,,,,,,,,,gutim,2147 +nof,76,39,1,1789,1207,,682,391.43554500000016,,,,,,,144,103,0,,,,,,,,,,,gutim,2148 +nof,76,40,4,1790,1207,,682,391.43554500000016,,,,,,,144,58,0,,,,,,,,,,,gutim,2149 +rst,76,41,1,1791,1207,,768,391.43554500000016,,,,,,,176,102,0,,,,,,,,,,,gutim,2150 +rst,76,42,2,1792,1207,,768,391.43554500000016,,,,,,,176,102,0,,,,,,,,,,,gutim,2151 +rst,76,43,4,1793,1207,,768,391.43554500000016,,,,,,,176,102,0,,,,,,,,,,,gutim,2152 +rst,76,44,1,1794,1208,,1024,391.97154500000016,,,,,,,176,102,0,,,,,,,,,,,gutim,2153 +rst,76,45,2,1795,1208,,1024,391.97154500000016,,,,,,,176,102,0,,,,,,,,,,,gutim,2154 +rst,76,46,4,1796,1208,,1024,391.97154500000016,,,,,,,176,102,0,,,,,,,,,,,gutim,2155 +bar,77,0,0,1797,1209,,0,394.1145450000002,,,,,,,,,,77,,,,,,,,,,gutim,2156 +rst,77,1,1,1798,1209,,0,394.1145450000002,,,,,,,176,102,0,,,,,,,,,,,gutim,2157 +rst,77,2,2,1799,1209,,0,394.1145450000002,,,,,,,176,102,0,,,,,,,,,,,gutim,2158 +non,77,3,3,1800,1209,,0,394.1145450000002,3.75,1,2,Bb1,,,,,,,,,,_,,,,,,gutim,2159 +non,77,4,3,1801,1209,,0,394.1145450000002,2.14285714285714,1,2,Gb2,,,,,,,,,,_,,,,,,gutim,2160 +rst,77,5,4,1802,1209,,0,394.1145450000002,,,,,,,176,102,0,,,,,,,,,,,gutim,2161 +ped,77,6,0,1803,1210,,256,394.6505450000002,,,,,,,176,64,0,,,,,,,^,,,,gutim,2141 +non,77,7,1,1804,1210,615,256,394.6505450000002,0.106724330357143,16,0,F#7,p,11,144,102,11,,,,,,o,,,,,gutim,2162 +nof,77,7,1,1804,1211,,256,394.7565450000002,,,,,,,144,102,0,,,,,,,,,,,gutim,2162 +non,77,8,1,1805,1211,616,307,394.7565450000002,0.106724330357143,16,0,G#6,p+,12,144,92,12,,,,,,o,,,,,gutim,2163 +nof,77,8,1,1805,1212,,307,394.86354500000016,,,,,,,144,92,0,,,,,,,,,,,gutim,2163 +non,77,9,1,1806,1212,617,358,394.86354500000016,0.106724330357143,16,0,F2,mp,14,144,41,14,,,,,,o,,,,,gutim,2164 +nof,77,9,1,1806,1213,,358,394.9705450000002,,,,,,,144,41,0,,,,,,,,,,,gutim,2164 +rst,77,10,1,1807,1213,,409,394.9705450000002,,,,,,,176,102,0,,,,,,,,,,,gutim,2165 +non,77,11,1,1808,1214,618,,395.18554500000016,0.05,8,0,G#6,mf+,18,144,92,18,,,,g,,o,,,,,gutim,2166 +nof,77,11,1,1808,1215,,,395.2355450000002,,,,,,,144,92,0,,,,,,,,,,,gutim,2166 +non,77,12,1,1809,1216,619,,395.26054500000015,0.05,8,0,F#7,f-,19,144,102,19,,,,g,,o,,,,,gutim,2167 +nof,77,12,1,1809,1217,,,395.31054500000016,,,,,,,144,102,0,,,,,,,,,,,gutim,2167 +non,77,13,1,1810,1218,620,512,395.3355450000002,3.21428571428571,1,1,C7,f,20,144,96,20,,,,,,o,,,,,gutim,2168 +rst,77,14,2,1811,1218,,512,395.3355450000002,,,,,,,176,102,0,,,,,,,,,,,gutim,2169 +non,77,15,2,1812,1219,621,576,395.46954500000015,0.133928571428571,16,0,F4,pp,8,144,65,8,,,,,,o,,,,,gutim,2170 +nof,77,15,2,1812,1220,,576,395.60354500000017,,,,,,,144,65,0,,,,,,,,,,,gutim,2170 +non,77,16,2,1813,1220,622,640,395.60354500000017,0.267857142857143,8,0,Ab3,pp,8,144,56,8,,,,,,o,,,,,gutim,2171 +nof,77,16,2,1813,1221,,640,395.8715450000002,,,,,,,144,56,0,,,,,,,,,,,gutim,2171 +rst,77,17,2,1814,1221,,768,395.8715450000002,,,,,,,176,102,0,,,,,,,,,,,gutim,2172 +rst,77,18,2,1815,1222,,1024,396.4075450000002,,,,,,,176,102,0,,,,,,,,,,,gutim,2173 +rst,77,19,2,1816,1223,,1792,398.01454500000017,,,,,,,176,102,0,,,,,,,,,,,gutim,2174 +non,77,20,3,1817,1223,,1792,398.01454500000017,0.355747767857143,4,0,Bb1,,,,,,,,,,T,,,,,,gutim,2175 +non,77,21,3,1818,1223,,1792,398.01454500000017,0.535714285714286,4,0,Gb2,,,,,,,,,,_,,,,,,gutim,2176 +rst,77,22,4,1819,1223,,1792,398.01454500000017,,,,,,,176,102,0,,,,,,,,,,,gutim,2177 +nof,76,18,3,1768,1224,,256,398.37054500000016,,,,,,,144,34,0,,,,,,,,,,,gutim,2127 +non,77,23,2,1820,1224,623,1962,398.37054500000016,0.179966517857143,8,0,D7,ppp,5,144,98,5,,,,,,o,,,,,gutim,2178 +non,77,24,3,1821,1224,,1962,398.37054500000016,0.179966517857143,8,0,Gb2,,,,,,,,,,_,,,,,,gutim,2179 +nof,77,13,1,1810,1225,,512,398.55054500000017,,,,,,,144,96,0,,,,,,,,,,,gutim,2168 +nof,77,23,2,1820,1225,,1962,398.55054500000017,,,,,,,144,98,0,,,,,,,,,,,gutim,2178 +bar,78,0,0,1822,1225,,0,398.55054500000017,,,,,,,,,,78,,,,,,,,,,gutim,2180 +rst,78,1,1,1823,1225,,0,398.55054500000017,,,,,,,176,102,0,,,,,,,,,,,gutim,2181 +non,78,2,3,1824,1225,,0,398.55054500000017,3.21428571428571,1,1,Gb2,,,,,,,,,,T,,,,,,gutim,2182 +rst,78,3,4,1825,1225,,0,398.55054500000017,,,,,,,176,102,0,,,,,,,,,,,gutim,2183 +nof,76,30,4,1776,1226,,,398.7305450000002,,,,,,,144,42,0,,,,,,,,,,,gutim,2135 +non,78,5,4,1826,1227,624,768,400.1575450000002,0.267857142857143,8,0,F#3,ppp,5,144,54,5,,,,,,o,,,,,gutim,2184 +ped,78,4,0,1827,1227,,768,400.1575450000002,,,,,,,176,64,127,,,,,,,V,,,,gutim,2185 +nof,78,5,4,1826,1228,,768,400.42554500000017,,,,,,,144,54,0,,,,,,,,,,,gutim,2184 +non,78,6,4,1828,1228,625,896,400.42554500000017,0.267857142857143,8,0,E5,ppp,5,144,76,5,,,,,,o,,,,,gutim,2186 +ped,78,7,0,1829,1229,,1024,400.54354500000017,,,,,,,176,64,0,,,,,,,^,,,,gutim,2185 +nof,78,6,4,1828,1230,,896,400.6935450000002,,,,,,,144,76,0,,,,,,,,,,,gutim,2186 +non,78,9,4,1830,1230,626,1024,400.6935450000002,2.14285714285714,1,0,F1,mf,17,144,29,17,,,,,t,o,,,,,gutim,2187 +ped,78,8,0,1831,1231,,1024,400.8435450000002,,,,,,,176,64,127,,,,,,,V,,,,gutim,2188 +non,78,10,1,1832,1232,627,1536,401.76454500000017,1.07142857142857,2,0,F4,pppp,2,144,65,2,,,,,t,o,,,,,gutim,2189 +non,78,11,3,1833,1232,627,1536,401.76454500000017,1.07142857142857,2,0,G3,pppp,2,144,55,2,,,,,t,o,,,,,gutim,2190 +bar,79,0,0,1834,1233,,0,402.8355450000002,,,,,,,,,,79,,,,,,,,,,gutim,2191 +non,79,1,1,1835,1233,,0,402.8355450000002,0.535714285714286,4,0,F4,,,,,,,,,,T,,,,,,gutim,2192 +non,79,2,3,1836,1233,,0,402.8355450000002,0.535714285714286,4,0,G3,,,,,,,,,,T,,,,,,gutim,2193 +non,79,3,4,1837,1233,,0,402.8355450000002,0.535714285714286,4,0,F1,,,,,,,,,,T,,,,,,gutim,2194 +nof,78,10,1,1832,1234,,1536,403.3715450000002,,,,,,,144,65,0,,,,,,,,,,,gutim,2189 +nof,78,11,3,1833,1234,,1536,403.3715450000002,,,,,,,144,55,0,,,,,,,,,,,gutim,2190 +ped,79,4,0,1838,1234,,256,403.3715450000002,,,,,,,176,64,0,,,,,,,^,,,,gutim,2188 +non,79,5,1,1839,1234,628,256,403.3715450000002,0.535714285714286,4,0,F5,pppp-,1,144,77,1,,,,,,o,,,,,gutim,2195 +non,79,6,3,1840,1234,628,256,403.3715450000002,0.535714285714286,4,0,E2,pppp-,1,144,40,1,,,,,,o,,,,,gutim,2196 +non,79,7,4,1841,1234,628,256,403.3715450000002,2.14285714285714,1,0,E1,pppp,2,144,28,2,,,,,t,o,,,,,gutim,2197 +nof,78,9,4,1830,1235,,1024,403.3715450000002,,,,,,,144,29,0,,,,,,,,,,,gutim,2187 +nof,79,5,1,1839,1236,,256,403.9075450000002,,,,,,,144,77,0,,,,,,,,,,,gutim,2195 +nof,79,6,3,1840,1236,,256,403.9075450000002,,,,,,,144,40,0,,,,,,,,,,,gutim,2196 +rst,79,8,1,1842,1236,,512,403.9075450000002,,,,,,,176,102,0,,,,,,,,,,,gutim,2198 +rst,79,9,3,1843,1236,,512,403.9075450000002,,,,,,,176,102,0,,,,,,,,,,,gutim,2199 +non,79,10,4,1844,1237,,1280,405.51454500000017,0.535714285714286,4,0,E1,,,,,,,,,,T,,,,,,gutim,2200 +rst,79,13,1,1845,1238,,1536,406.05054500000017,,,,,,,176,102,0,,,,,,,,,,,gutim,2201 +rst,79,14,3,1846,1238,,1536,406.05054500000017,,,,,,,176,102,0,,,,,,,,,,,gutim,2202 +rst,79,15,4,1847,1238,,1536,406.05054500000017,,,,,,,176,102,0,,,,,,,,,,,gutim,2203 +ped,79,11,0,1848,1238,,1536,406.05054500000017,,,,,,,176,64,127,,,,,,,V,,,,gutim,2204 +nof,79,7,4,1841,1239,,256,406.05054500000017,,,,,,,144,28,0,,,,,,,,,,,gutim,2197 +non,79,16,3,1849,1240,629,1621,406.22854500000017,0.357840401785714,4,0,F#2,fff,24,144,42,24,,,,,t,o,,,,,gutim,2205 +non,79,12,1,1850,1241,630,,406.3185450000002,0.05,8,0,D4,fff,24,144,62,24,,,,g,,o,,,,,gutim,2206 +nof,79,12,1,1850,1242,,,406.36854500000015,,,,,,,144,62,0,,,,,,,,,,,gutim,2206 +non,79,17,1,1851,1243,631,,406.3935450000002,0.05,8,0,F#7,fff,24,144,102,24,,,,g,,o,,d,e,,gutim,2207 +nof,79,17,1,1851,1244,,,406.4435450000002,,,,,,,144,102,0,,,,,,,,,,,gutim,2207 +non,79,18,1,1852,1245,632,,406.4685450000002,0.05,8,0,E6,fff,24,144,88,24,,,,g,,o,,d,e,,gutim,2208 +nof,79,18,1,1852,1246,,,406.5185450000002,,,,,,,144,88,0,,,,,,,,,,,gutim,2208 +non,79,19,1,1853,1247,633,,406.54354500000017,0.05,8,0,Bb4,fff,24,144,70,24,,,,g,,o,,d,e,,gutim,2209 +nof,79,19,1,1853,1248,,,406.5935450000002,,,,,,,144,70,0,,,,,,,,,,,gutim,2209 +non,79,20,1,1854,1249,634,,406.61854500000015,0.05,8,0,Eb1,fff,24,144,27,24,,,,g,,o,,d 5941,E 5941,,gutim,2210 +nof,79,20,1,1854,1250,,,406.66854500000017,,,,,,,144,27,0,,,,,,,,,,,gutim,2210 +rst,79,21,1,1855,1251,,1664,406.6935450000002,,,,,,,176,102,0,,,,,,,,,,,gutim,2211 +rst,79,22,1,1856,1252,,1792,406.9605450000002,,,,,,,176,102,0,,,,,,,,,,,gutim,2212 +non,79,23,3,1857,1252,,1792,406.9605450000002,0.535714285714286,4,0,F#2,,,,,,,,,,_,,,,,,gutim,2213 +bar,80,0,0,1858,1253,,0,407.4965450000002,,,,,,,,,,80,,,,,,,,,,gutim,2214 +rst,80,1,1,1859,1253,,0,407.4965450000002,,,,,,,176,102,0,,,,,,,,,,,gutim,2215 +non,80,2,3,1860,1253,,0,407.4965450000002,4.28571428571429,0.5,0,F#2,,,,,,,,,,_,,,,,,gutim,2216 +rst,80,3,4,1861,1253,,0,407.4965450000002,,,,,,,176,102,0,,,,,,,,,,,gutim,2217 +ped,80,4,0,1862,1254,,768,409.10354500000017,,,,,,,176,64,0,,,,,,,^,,,,gutim,2204 +non,80,5,1,1863,1254,635,768,409.10354500000017,0.133928571428571,16,0,Ab5,mf,17,144,80,17,,,,,,o,,,,,gutim,2218 +nof,80,5,1,1863,1255,,768,409.2375450000002,,,,,,,144,80,0,,,,,,,,,,,gutim,2218 +non,80,6,1,1864,1255,636,832,409.2375450000002,0.133928571428571,16,0,C7,mp-,13,144,96,13,,,,,,o,,,,,gutim,2219 +nof,80,6,1,1864,1256,,832,409.3715450000002,,,,,,,144,96,0,,,,,,,,,,,gutim,2219 +non,80,7,1,1865,1256,637,896,409.3715450000002,0.133928571428571,16,0,E2,pp+,9,144,40,9,,,,,,o,,,,,gutim,2220 +nof,80,7,1,1865,1257,,896,409.50554500000015,,,,,,,144,40,0,,,,,,,,,,,gutim,2220 +non,80,8,1,1866,1257,638,960,409.50554500000015,0.133928571428571,16,0,F1,ppp,5,144,29,5,,,,,,o,,,,,gutim,2221 +nof,80,8,1,1866,1258,,960,409.63954500000017,,,,,,,144,29,0,,,,,,,,,,,gutim,2221 +rst,80,9,1,1867,1258,,1024,409.63954500000017,,,,,,,176,102,0,,,,,,,,,,,gutim,2222 +ctl,,,,,,,0,409.63954500000017,,,,,,,176,64,0,,,,,,,,,,,74_2,2223 +ctl,,,,,,,0,409.63954500000017,,,,,,,176,64,0,,,,,,,,,,,74_2,2224 +non,,,,,,,768,411.1394490000002,,,,F#1,,,144,30,2,,,,,,,,,,,74_2,2225 +non,,,,,,,192,411.5144250000002,,,,F#2,,,144,42,2,,,,,,,,,,,74_2,2226 +ctl,,,,,,,64,411.6643770000002,,,,,,,176,64,127,,,,,,,,,,,74_2,2227 +ctl,,,,,,,0,411.6643770000002,,,,,,,176,64,127,,,,,,,,,,,74_2,2228 +non,,,,,,,0,411.6643770000002,,,,A4,,,144,69,7,,,,,,,,,,,74_2,2229 +non,,,,,,,0,411.6643770000002,,,,C#3,,,144,49,2,,,,,,,,,,,74_2,2230 +bar,81,0,0,1868,1259,,0,411.7825450000002,,,,,,,,,,81,,,,,,,,,,gutim,2231 +rst,81,1,1,1869,1259,,0,411.7825450000002,,,,,,,176,102,0,,,,,,,,,,,gutim,2232 +non,81,2,3,1870,1259,,0,411.7825450000002,4.28571428571429,0.5,0,F#2,,,,,,,,,,_,,,,,,gutim,2233 +non,,,,,,,1024,413.66424900000015,,,,C5,,,144,72,7,,,,,,,,,,,74_2,2234 +nof,,,,,,,50,413.7813990000002,,,,,,,144,69,0,,,,,,,,,,,74_2,2229 +rst,81,3,1,1871,1260,,1024,413.92554500000017,,,,,,,176,102,0,,,,,,,,,,,gutim,2235 +non,,,,,,,462,414.86386500000015,,,,A4,,,144,69,6,,,,,,,,,,,74_2,2236 +nof,,,,,,,50,414.94756500000017,,,,,,,144,72,0,,,,,,,,,,,74_2,2234 +ctl,,,,,,,462,415.7209530000002,,,,,,,176,64,127,,,,,,,,,,,74_2,2237 +ctl,,,,,,,0,415.7209530000002,,,,,,,176,64,127,,,,,,,,,,,74_2,2238 +non,,,,,,,0,415.7209530000002,,,,G4,,,144,67,6,,,,,,,,,,,74_2,2239 +nof,,,,,,,50,415.80465300000014,,,,,,,144,69,0,,,,,,,,,,,74_2,2236 +rst,81,4,1,1872,1261,,2048,416.0685450000002,,,,,,,176,102,0,,,,,,,,,,,gutim,2240 +non,81,5,3,1873,1261,,2048,416.0685450000002,4.28571428571429,0.5,0,F#2,,,,,,,,,,_,,,,,,gutim,2241 +non,,,,,,,462,416.57804100000016,,,,F#4,,,144,66,5,,,,,,,,,,,74_2,2242 +nof,,,,,,,50,416.6617410000002,,,,,,,144,67,0,,,,,,,,,,,74_2,2239 +non,,,,,,,462,417.4351290000002,,,,F4,,,144,65,5,,,,,,,,,,,74_2,2243 +nof,,,,,,,50,417.5327790000002,,,,,,,144,66,0,,,,,,,,,,,74_2,2242 +rst,81,6,1,1874,1262,,3072,418.2105450000002,,,,,,,176,102,0,,,,,,,,,,,gutim,2244 +non,,,,,,,462,418.4350650000002,,,,E4,,,144,64,3,,,,,,,,,,,74_2,2245 +nof,,,,,,,50,418.55221500000016,,,,,,,144,65,0,,,,,,,,,,,74_2,2243 +ctl,,,,,,,462,419.63468100000017,,,,,,,176,64,0,,,,,,,,,,,74_2,2246 +ctl,,,,,,,0,419.63468100000017,,,,,,,176,64,127,,,,,,,,,,,74_2,2247 +nof,,,,,,,0,419.63468100000017,,,,,,,144,30,0,,,,,,,,,,,74_2,2225 +nof,,,,,,,0,419.63468100000017,,,,,,,144,42,0,,,,,,,,,,,74_2,2226 +nof,,,,,,,0,419.63468100000017,,,,,,,144,49,0,,,,,,,,,,,74_2,2230 +non,,,,,,,0,419.63468100000017,,,,F#2,,,144,42,4,,,,,,,,,,,74_2,2248 +non,,,,,,,0,419.63468100000017,,,,C#3,,,144,49,3,,,,,,,,,,,74_2,2249 +ctl,,,,,,,102,419.8338870000002,,,,,,,176,64,0,,,,,,,,,,,74_2,2250 +ctl,,,,,,,118,420.0643410000002,,,,,,,176,64,127,,,,,,,,,,,74_2,2251 +rst,81,7,1,1875,1263,,4096,420.35354500000017,,,,,,,176,102,0,,,,,,,,,,,gutim,2252 +non,81,8,3,1876,1263,,4096,420.35354500000017,1.42717633928571,1,0,F#2,,,,,,,,,,T,,,,,,gutim,2253 +nof,,,,,,,292,420.63461700000016,,,,,,,144,64,0,,,,,,,,,,,74_2,2245 +non,,,,,,,0,420.63461700000016,,,,C3,,,144,48,2,,,,,,,,,,,74_2,2254 +non,,,,,,,0,420.63461700000016,,,,G3,,,144,55,3,,,,,,,,,,,74_2,2255 +nof,,,,,,,40,420.70157700000016,,,,,,,144,49,0,,,,,,,,,,,74_2,2249 +nof,,,,,,,472,421.4917050000002,,,,,,,144,42,0,,,,,,,,,,,74_2,2248 +non,,,,,,,0,421.4917050000002,,,,C#3,,,144,49,3,,,,,,,,,,,74_2,2256 +non,,,,,,,0,421.4917050000002,,,,F#2,,,144,42,4,,,,,,,,,,,74_2,2257 +nof,,,,,,,40,421.5586650000002,,,,,,,144,48,0,,,,,,,,,,,74_2,2254 +nof,,,,,,,0,421.5586650000002,,,,,,,144,55,0,,,,,,,,,,,74_2,2255 +nof,79,16,3,1849,1264,,1621,421.7805450000002,,,,,,,144,42,0,,,,,,,,,,,gutim,2257 +non,,,,,,,216,421.9202490000002,,,,C4,,,144,60,4,,,,,,,,,,,74_2,2258 +nof,,,,,,,256,422.34879300000017,,,,,,,144,60,0,,,,,,,,,,,74_2,2258 +non,,,,,,,0,422.34879300000017,,,,B3,,,144,59,4,,,,,,,,,,,74_2,2259 +non,,,,,,,0,422.34879300000017,,,,C3,,,144,48,2,,,,,,,,,,,74_2,2260 +non,,,,,,,0,422.34879300000017,,,,G3,,,144,55,3,,,,,,,,,,,74_2,2261 +nof,,,,,,,40,422.4269130000002,,,,,,,144,49,0,,,,,,,,,,,74_2,2256 +nof,,,,,,,216,422.8487610000002,,,,,,,144,59,0,,,,,,,,,,,74_2,2259 +non,,,,,,,0,422.8487610000002,,,,A#3,,,144,58,3,,,,,,,,,,,74_2,2262 +ctl,,,,,,,256,423.34872900000016,,,,,,,176,64,0,,,,,,,,,,,74_2,2263 +ctl,,,,,,,0,423.34872900000016,,,,,,,176,64,127,,,,,,,,,,,74_2,2264 +nof,,,,,,,0,423.34872900000016,,,,,,,144,42,0,,,,,,,,,,,74_2,2265 +non,,,,,,,0,423.34872900000016,,,,F#2,,,144,42,4,,,,,,,,,,,74_2,2266 +non,,,,,,,0,423.34872900000016,,,,C#3,,,144,49,3,,,,,,,,,,,74_2,2267 +nof,,,,,,,40,423.4268490000002,,,,,,,144,48,0,,,,,,,,,,,74_2,2260 +nof,,,,,,,0,423.4268490000002,,,,,,,144,55,0,,,,,,,,,,,74_2,2261 +ctl,,,,,,,67,423.5577000000002,,,,,,,176,64,0,,,,,,,,,,,74_2,2268 +non,,,,,,,149,423.8486970000002,,,,F4,,,144,65,5,,,,,,,,,,,74_2,2269 +ctl,,,,,,,11,423.8701800000002,,,,,,,176,64,127,,,,,,,,,,,74_2,2270 +nof,,,,,,,245,424.34866500000015,,,,,,,144,65,0,,,,,,,,,,,74_2,2269 +non,,,,,,,0,424.34866500000015,,,,E4,,,144,64,5,,,,,,,,,,,74_2,2271 +non,,,,,,,0,424.34866500000015,,,,C3,,,144,48,2,,,,,,,,,,,74_2,2272 +non,,,,,,,0,424.34866500000015,,,,G3,,,144,55,3,,,,,,,,,,,74_2,2273 +nof,,,,,,,40,424.42678500000017,,,,,,,144,49,0,,,,,,,,,,,74_2,2267 +nof,,,,,,,216,424.8486330000002,,,,,,,144,64,0,,,,,,,,,,,74_2,2271 +non,,,,,,,0,424.8486330000002,,,,D#4,,,144,63,4,,,,,,,,,,,74_2,2274 +ctl,,,,,,,247,425.2621110000002,,,,,,,176,64,0,,,,,,,,,,,74_2,2275 +nof,,,,,,,9,425.27717700000017,,,,,,,144,58,0,,,,,,,,,,,74_2,2262 +nof,,,,,,,0,425.27717700000017,,,,,,,144,63,0,,,,,,,,,,,74_2,2274 +non,,,,,,,0,425.27717700000017,,,,C4,,,144,60,4,,,,,,,,,,,74_2,2276 +nof,,,,,,,0,425.27717700000017,,,,,,,144,42,0,,,,,,,,,,,74_2,2266 +non,,,,,,,0,425.27717700000017,,,,D#3,,,144,51,3,,,,,,,,,,,74_2,2277 +non,,,,,,,0,425.27717700000017,,,,F#2,,,144,42,4,,,,,,,,,,,74_2,2278 +nof,,,,,,,40,425.3552970000002,,,,,,,144,48,0,,,,,,,,,,,74_2,2272 +nof,,,,,,,0,425.3552970000002,,,,,,,144,55,0,,,,,,,,,,,74_2,2273 +ctl,,,,,,,94,425.5388790000002,,,,,,,176,64,127,,,,,,,,,,,74_2,2279 +non,,,,,,,122,425.7771450000002,,,,G4,,,144,67,5,,,,,,,,,,,74_2,2280 +nof,,,,,,,256,426.2056890000002,,,,,,,144,67,0,,,,,,,,,,,74_2,2280 +non,,,,,,,0,426.2056890000002,,,,F#4,,,144,66,5,,,,,,,,,,,74_2,2281 +nof,,,,,,,0,426.2056890000002,,,,,,,144,60,0,,,,,,,,,,,74_2,2276 +non,,,,,,,0,426.2056890000002,,,,A3,,,144,57,4,,,,,,,,,,,74_2,2282 +non,,,,,,,0,426.2056890000002,,,,D3,,,144,50,2,,,,,,,,,,,74_2,2283 +ctl,,,,,,,13,426.23107800000014,,,,,,,176,64,0,,,,,,,,,,,74_2,2284 +nof,,,,,,,27,426.2838090000002,,,,,,,144,51,0,,,,,,,,,,,74_2,2277 +ctl,,,,,,,187,426.6490200000002,,,,,,,176,64,127,,,,,,,,,,,74_2,2285 +nof,,,,,,,29,426.70565700000014,,,,,,,144,66,0,,,,,,,,,,,74_2,2281 +non,,,,,,,0,426.70565700000014,,,,F4,,,144,65,4,,,,,,,,,,,74_2,2286 +ctl,,,,,,,256,427.30546500000014,,,,,,,176,64,0,,,,,,,,,,,74_2,2287 +ctl,,,,,,,0,427.30546500000014,,,,,,,176,64,127,,,,,,,,,,,74_2,2288 +ctl,,,,,,,0,427.30546500000014,,,,,,,176,64,0,,,,,,,,,,,74_2,2289 +nof,,,,,,,0,427.30546500000014,,,,,,,144,65,0,,,,,,,,,,,74_2,2286 +nof,,,,,,,0,427.30546500000014,,,,,,,144,57,0,,,,,,,,,,,74_2,2282 +nof,,,,,,,0,427.30546500000014,,,,,,,144,42,0,,,,,,,,,,,74_2,2278 +non,,,,,,,0,427.30546500000014,,,,A4,,,144,69,8,,,,,,,,,,,74_2,2290 +non,,,,,,,0,427.30546500000014,,,,F#2,,,144,42,2,,,,,,,,,,,74_2,2291 +non,,,,,,,0,427.30546500000014,,,,A#3,,,144,58,3,,,,,,,,,,,74_2,2292 +non,,,,,,,0,427.30546500000014,,,,C#3,,,144,49,2,,,,,,,,,,,74_2,2293 +nof,,,,,,,40,427.38358500000015,,,,,,,144,50,0,,,,,,,,,,,74_2,2283 +ctl,,,,,,,67,427.51443600000016,,,,,,,176,64,0,,,,,,,,,,,74_2,2294 +non,,,,,,,149,427.80543300000016,,,,F4,,,144,65,4,,,,,,,,,,,74_2,2295 +ctl,,,,,,,11,427.82691600000015,,,,,,,176,64,127,,,,,,,,,,,74_2,2296 +nof,,,,,,,245,428.3054010000002,,,,,,,144,65,0,,,,,,,,,,,74_2,2295 +non,,,,,,,0,428.3054010000002,,,,E4,,,144,64,4,,,,,,,,,,,74_2,2297 +non,,,,,,,0,428.3054010000002,,,,C3,,,144,48,1,,,,,,,,,,,74_2,2298 +non,,,,,,,0,428.3054010000002,,,,G3,,,144,55,2,,,,,,,,,,,74_2,2299 +nof,,,,,,,40,428.3723610000002,,,,,,,144,49,0,,,,,,,,,,,74_2,2293 +nof,,,,,,,216,428.7339450000002,,,,,,,144,64,0,,,,,,,,,,,74_2,2297 +non,,,,,,,0,428.7339450000002,,,,D#4,,,144,63,4,,,,,,,,,,,74_2,2300 +ctl,,,,,,,247,429.1474230000002,,,,,,,176,64,0,,,,,,,,,,,74_2,2301 +nof,,,,,,,9,429.16248900000016,,,,,,,144,69,0,,,,,,,,,,,74_2,2290 +nof,,,,,,,0,429.16248900000016,,,,,,,144,63,0,,,,,,,,,,,74_2,2300 +non,,,,,,,0,429.16248900000016,,,,F#4,,,144,66,5,,,,,,,,,,,74_2,2302 +non,,,,,,,0,429.16248900000016,,,,C5,,,144,72,8,,,,,,,,,,,74_2,2303 +nof,,,,,,,0,429.16248900000016,,,,,,,144,42,0,,,,,,,,,,,74_2,2291 +nof,,,,,,,0,429.16248900000016,,,,,,,144,58,0,,,,,,,,,,,74_2,2292 +non,,,,,,,0,429.16248900000016,,,,C#3,,,144,49,2,,,,,,,,,,,74_2,2304 +non,,,,,,,0,429.16248900000016,,,,F#2,,,144,42,2,,,,,,,,,,,74_2,2305 +non,,,,,,,0,429.16248900000016,,,,A#3,,,144,58,3,,,,,,,,,,,74_2,2306 +nof,,,,,,,40,429.2562090000002,,,,,,,144,48,0,,,,,,,,,,,74_2,2298 +nof,,,,,,,0,429.2562090000002,,,,,,,144,55,0,,,,,,,,,,,74_2,2299 +ctl,,,,,,,94,429.47645100000017,,,,,,,176,64,127,,,,,,,,,,,74_2,2307 +nof,,,,,,,122,429.76229700000016,,,,,,,144,66,0,,,,,,,,,,,74_2,2302 +non,,,,,,,0,429.76229700000016,,,,F4,,,144,65,4,,,,,,,,,,,74_2,2308 +nof,,,,,,,256,430.19084100000015,,,,,,,144,65,0,,,,,,,,,,,74_2,2308 +non,,,,,,,0,430.19084100000015,,,,E4,,,144,64,4,,,,,,,,,,,74_2,2309 +nof,,,,,,,0,430.19084100000015,,,,,,,144,72,0,,,,,,,,,,,74_2,2303 +non,,,,,,,0,430.19084100000015,,,,A4,,,144,69,7,,,,,,,,,,,74_2,2310 +non,,,,,,,0,430.19084100000015,,,,C3,,,144,48,1,,,,,,,,,,,74_2,2311 +non,,,,,,,0,430.19084100000015,,,,G3,,,144,55,2,,,,,,,,,,,74_2,2312 +ctl,,,,,,,13,430.2126030000002,,,,,,,176,64,0,,,,,,,,,,,74_2,2313 +nof,,,,,,,27,430.25780100000014,,,,,,,144,49,0,,,,,,,,,,,74_2,2304 +ctl,,,,,,,187,430.57083900000015,,,,,,,176,64,127,,,,,,,,,,,74_2,2314 +nof,,,,,,,29,430.6193850000002,,,,,,,144,64,0,,,,,,,,,,,74_2,2309 +non,,,,,,,0,430.6193850000002,,,,D#4,,,144,63,4,,,,,,,,,,,74_2,2315 +ctl,,,,,,,256,431.0479290000002,,,,,,,176,64,0,,,,,,,,,,,74_2,2316 +ctl,,,,,,,0,431.0479290000002,,,,,,,176,64,127,,,,,,,,,,,74_2,2317 +ctl,,,,,,,0,431.0479290000002,,,,,,,176,64,0,,,,,,,,,,,74_2,2318 +nof,,,,,,,0,431.0479290000002,,,,,,,144,63,0,,,,,,,,,,,74_2,2315 +nof,,,,,,,0,431.0479290000002,,,,,,,144,69,0,,,,,,,,,,,74_2,2310 +nof,,,,,,,0,431.0479290000002,,,,,,,144,42,0,,,,,,,,,,,74_2,2305 +nof,,,,,,,0,431.0479290000002,,,,,,,144,58,0,,,,,,,,,,,74_2,2306 +non,,,,,,,0,431.0479290000002,,,,G4,,,144,67,6,,,,,,,,,,,74_2,2319 +non,,,,,,,0,431.0479290000002,,,,E4,,,144,64,4,,,,,,,,,,,74_2,2320 +non,,,,,,,0,431.0479290000002,,,,F#2,,,144,42,2,,,,,,,,,,,74_2,2321 +non,,,,,,,0,431.0479290000002,,,,A#3,,,144,58,2,,,,,,,,,,,74_2,2322 +non,,,,,,,0,431.0479290000002,,,,C#3,,,144,49,1,,,,,,,,,,,74_2,2323 +nof,,,,,,,40,431.1260490000002,,,,,,,144,48,0,,,,,,,,,,,74_2,2311 +nof,,,,,,,0,431.1260490000002,,,,,,,144,55,0,,,,,,,,,,,74_2,2312 +ctl,,,,,,,67,431.25690000000014,,,,,,,176,64,0,,,,,,,,,,,74_2,2324 +nof,,,,,,,149,431.54789700000015,,,,,,,144,64,0,,,,,,,,,,,74_2,2320 +non,,,,,,,0,431.54789700000015,,,,D#4,,,144,63,4,,,,,,,,,,,74_2,2325 +ctl,,,,,,,11,431.56631100000016,,,,,,,176,64,127,,,,,,,,,,,74_2,2326 +nof,,,,,,,245,431.9764410000002,,,,,,,144,67,0,,,,,,,,,,,74_2,2319 +non,,,,,,,0,431.9764410000002,,,,F#4,,,144,66,6,,,,,,,,,,,74_2,2327 +non,,,,,,,0,431.9764410000002,,,,C3,,,144,48,1,,,,,,,,,,,74_2,2328 +non,,,,,,,0,431.9764410000002,,,,G3,,,144,55,2,,,,,,,,,,,74_2,2329 +nof,,,,,,,40,432.0434010000002,,,,,,,144,49,0,,,,,,,,,,,74_2,2323 +nof,,,,,,,216,432.4049850000002,,,,,,,144,63,0,,,,,,,,,,,74_2,2325 +non,,,,,,,0,432.4049850000002,,,,D4,,,144,62,4,,,,,,,,,,,74_2,2330 +ctl,,,,,,,247,432.8184630000002,,,,,,,176,64,0,,,,,,,,,,,74_2,2331 +nof,,,,,,,9,432.83352900000017,,,,,,,144,62,0,,,,,,,,,,,74_2,2330 +non,,,,,,,0,432.83352900000017,,,,D#4,,,144,63,4,,,,,,,,,,,74_2,2332 +nof,,,,,,,0,432.83352900000017,,,,,,,144,66,0,,,,,,,,,,,74_2,2327 +non,,,,,,,0,432.83352900000017,,,,F4,,,144,65,5,,,,,,,,,,,74_2,2333 +nof,,,,,,,0,432.83352900000017,,,,,,,144,42,0,,,,,,,,,,,74_2,2321 +nof,,,,,,,0,432.83352900000017,,,,,,,144,58,0,,,,,,,,,,,74_2,2322 +non,,,,,,,0,432.83352900000017,,,,C#3,,,144,49,0,,,,,,,,,,,74_2,2334 +non,,,,,,,0,432.83352900000017,,,,F#2,,,144,42,1,,,,,,,,,,,74_2,2335 +non,,,,,,,0,432.83352900000017,,,,A#3,,,144,58,1,,,,,,,,,,,74_2,2336 +nof,,,,,,,40,432.9116490000002,,,,,,,144,48,0,,,,,,,,,,,74_2,2328 +nof,,,,,,,0,432.9116490000002,,,,,,,144,55,0,,,,,,,,,,,74_2,2329 +ctl,,,,,,,94,433.0952310000002,,,,,,,176,64,127,,,,,,,,,,,74_2,2337 +nof,,,,,,,122,433.3334970000002,,,,,,,144,63,0,,,,,,,,,,,74_2,2332 +non,,,,,,,0,433.3334970000002,,,,D4,,,144,62,4,,,,,,,,,,,74_2,2338 +nof,,,,,,,256,433.83346500000016,,,,,,,144,65,0,,,,,,,,,,,74_2,2333 +non,,,,,,,0,433.83346500000016,,,,E4,,,144,64,4,,,,,,,,,,,74_2,2339 +non,,,,,,,0,433.83346500000016,,,,C3,,,144,48,1,,,,,,,,,,,74_2,2340 +non,,,,,,,0,433.83346500000016,,,,G3,,,144,55,2,,,,,,,,,,,74_2,2341 +ctl,,,,,,,13,433.8588540000002,,,,,,,176,64,0,,,,,,,,,,,74_2,2342 +nof,,,,,,,27,433.9115850000002,,,,,,,144,49,0,,,,,,,,,,,74_2,2343 +ctl,,,,,,,187,434.27679600000016,,,,,,,176,64,127,,,,,,,,,,,74_2,2344 +nof,,,,,,,29,434.3334330000002,,,,,,,144,62,0,,,,,,,,,,,74_2,2338 +non,,,,,,,0,434.3334330000002,,,,C#4,,,144,61,2,,,,,,,,,,,74_2,2345 +ctl,,,,,,,256,434.83340100000015,,,,,,,176,64,0,,,,,,,,,,,74_2,2346 +ctl,,,,,,,0,434.83340100000015,,,,,,,176,64,0,,,,,,,,,,,74_2,2347 +ctl,,,,,,,0,434.83340100000015,,,,,,,176,64,127,,,,,,,,,,,74_2,2348 +ctl,,,,,,,0,434.83340100000015,,,,,,,176,64,0,,,,,,,,,,,74_2,2349 +nof,,,,,,,0,434.83340100000015,,,,,,,144,42,0,,,,,,,,,,,74_2,2335 +non,,,,,,,0,434.83340100000015,,,,F#2,,,144,42,2,,,,,,,,,,,74_2,2350 +non,,,,,,,0,434.83340100000015,,,,C#3,,,144,49,2,,,,,,,,,,,74_2,2351 +nof,,,,,,,40,434.91152100000016,,,,,,,144,48,0,,,,,,,,,,,74_2,2340 +nof,,,,,,,0,434.91152100000016,,,,,,,144,55,0,,,,,,,,,,,74_2,2341 +ctl,,,,,,,62,435.03260700000016,,,,,,,176,64,0,,,,,,,,,,,74_2,2352 +ctl,,,,,,,118,435.26306100000016,,,,,,,176,64,127,,,,,,,,,,,74_2,2353 +nof,,,,,,,292,435.83333700000014,,,,,,,144,61,0,,,,,,,,,,,74_2,2345 +non,,,,,,,0,435.83333700000014,,,,C3,,,144,48,2,,,,,,,,,,,74_2,2354 +non,,,,,,,0,435.83333700000014,,,,G3,,,144,55,3,,,,,,,,,,,74_2,2355 +nof,,,,,,,40,435.9002970000002,,,,,,,144,49,0,,,,,,,,,,,74_2,2351 +nof,,,,,,,0,435.9002970000002,,,,,,,144,58,0,,,,,,,,,,,74_2,2336 +nof,,,,,,,472,436.6904250000002,,,,,,,144,42,0,,,,,,,,,,,74_2,2350 +non,,,,,,,0,436.6904250000002,,,,C#3,,,144,49,3,,,,,,,,,,,74_2,2356 +non,,,,,,,0,436.6904250000002,,,,F#2,,,144,42,4,,,,,,,,,,,74_2,2357 +nof,,,,,,,40,436.75738500000017,,,,,,,144,48,0,,,,,,,,,,,74_2,2354 +nof,,,,,,,0,436.75738500000017,,,,,,,144,55,0,,,,,,,,,,,74_2,2355 +non,,,,,,,216,437.11896900000016,,,,C4,,,144,60,4,,,,,,,,,,,74_2,2358 +non,,,,,,,256,437.54751300000015,,,,B3,,,144,59,4,,,,,,,,,,,74_2,2359 +non,,,,,,,0,437.54751300000015,,,,C3,,,144,48,2,,,,,,,,,,,74_2,2360 +non,,,,,,,0,437.54751300000015,,,,G3,,,144,55,3,,,,,,,,,,,74_2,2361 +nof,,,,,,,40,437.62563300000016,,,,,,,144,49,0,,,,,,,,,,,74_2,2356 +nof,,,,,,,10,437.64516300000014,,,,,,,144,60,0,,,,,,,,,,,74_2,2358 +non,,,,,,,206,438.0474810000002,,,,A#3,,,144,58,3,,,,,,,,,,,74_2,2362 +nof,,,,,,,50,438.14513100000016,,,,,,,144,59,0,,,,,,,,,,,74_2,2359 +ctl,,,,,,,206,438.54744900000014,,,,,,,176,64,0,,,,,,,,,,,74_2,2363 +ctl,,,,,,,0,438.54744900000014,,,,,,,176,64,127,,,,,,,,,,,74_2,2364 +ctl,,,,,,,0,438.54744900000014,,,,,,,176,64,0,,,,,,,,,,,74_2,2365 +nof,,,,,,,0,438.54744900000014,,,,,,,144,64,0,,,,,,,,,,,74_2,2339 +nof,,,,,,,0,438.54744900000014,,,,,,,144,42,0,,,,,,,,,,,74_2,2357 +non,,,,,,,0,438.54744900000014,,,,F#2,,,144,42,4,,,,,,,,,,,74_2,2366 +non,,,,,,,0,438.54744900000014,,,,C#3,,,144,49,3,,,,,,,,,,,74_2,2367 +nof,,,,,,,40,438.6144090000002,,,,,,,144,48,0,,,,,,,,,,,74_2,2360 +nof,,,,,,,0,438.6144090000002,,,,,,,144,55,0,,,,,,,,,,,74_2,2361 +ctl,,,,,,,67,438.72656700000016,,,,,,,176,64,0,,,,,,,,,,,74_2,2368 +non,,,,,,,149,438.9759930000002,,,,F4,,,144,65,5,,,,,,,,,,,74_2,2369 +ctl,,,,,,,11,438.9944070000002,,,,,,,176,64,127,,,,,,,,,,,74_2,2370 +non,,,,,,,245,439.4045370000002,,,,E4,,,144,64,4,,,,,,,,,,,74_2,2371 +non,,,,,,,0,439.4045370000002,,,,C3,,,144,48,2,,,,,,,,,,,74_2,2372 +non,,,,,,,0,439.4045370000002,,,,G3,,,144,55,3,,,,,,,,,,,74_2,2373 +nof,,,,,,,40,439.4826570000002,,,,,,,144,49,0,,,,,,,,,,,74_2,2367 +nof,,,,,,,10,439.50218700000016,,,,,,,144,65,0,,,,,,,,,,,74_2,2369 +non,,,,,,,206,439.90450500000014,,,,D#4,,,144,63,4,,,,,,,,,,,74_2,2374 +nof,,,,,,,50,440.0021550000002,,,,,,,144,64,0,,,,,,,,,,,74_2,2371 +ctl,,,,,,,197,440.38689600000015,,,,,,,176,64,0,,,,,,,,,,,74_2,2375 +nof,,,,,,,9,440.40447300000017,,,,,,,144,58,0,,,,,,,,,,,74_2,2362 +nof,,,,,,,0,440.40447300000017,,,,,,,144,63,0,,,,,,,,,,,74_2,2374 +nof,,,,,,,0,440.40447300000017,,,,,,,144,42,0,,,,,,,,,,,74_2,2366 +non,,,,,,,0,440.40447300000017,,,,D#3,,,144,51,3,,,,,,,,,,,74_2,2376 +non,,,,,,,0,440.40447300000017,,,,F#2,,,144,42,4,,,,,,,,,,,74_2,2377 +non,,,,,,,0,440.40447300000017,,,,C4,,,144,60,5,,,,,,,,,,,74_2,2378 +nof,,,,,,,40,440.47143300000016,,,,,,,144,48,0,,,,,,,,,,,74_2,2372 +nof,,,,,,,0,440.47143300000016,,,,,,,144,55,0,,,,,,,,,,,74_2,2373 +ctl,,,,,,,94,440.62878900000015,,,,,,,176,64,127,,,,,,,,,,,74_2,2379 +non,,,,,,,122,440.83301700000015,,,,G4,,,144,67,5,,,,,,,,,,,74_2,2380 +non,,,,,,,256,441.26156100000014,,,,F#4,,,144,66,5,,,,,,,,,,,74_2,2381 +non,,,,,,,0,441.26156100000014,,,,B4,,,144,71,9,,,,,,,,,,,74_2,2382 +non,,,,,,,0,441.26156100000014,,,,D3,,,144,50,2,,,,,,,,,,,74_2,2383 +non,,,,,,,0,441.26156100000014,,,,A3,,,144,57,3,,,,,,,,,,,74_2,2384 +ctl,,,,,,,13,441.28695000000016,,,,,,,176,64,0,,,,,,,,,,,74_2,2385 +nof,,,,,,,27,441.33968100000016,,,,,,,144,51,0,,,,,,,,,,,74_2,2376 +nof,,,,,,,10,441.3592110000002,,,,,,,144,67,0,,,,,,,,,,,74_2,2380 +ctl,,,,,,,177,441.7048920000002,,,,,,,176,64,127,,,,,,,,,,,74_2,2386 +nof,,,,,,,25,441.75371700000017,,,,,,,144,42,0,,,,,,,,,,,74_2,2377 +non,,,,,,,4,441.76152900000017,,,,F4,,,144,65,4,,,,,,,,,,,74_2,2387 +nof,,,,,,,50,441.85917900000015,,,,,,,144,66,0,,,,,,,,,,,74_2,2381 +non,,,,,,,78,442.01151300000015,,,,F#2,,,144,42,4,,,,,,,,,,,74_2,2388 +ctl,,,,,,,128,442.2614970000002,,,,,,,176,64,0,,,,,,,,,,,74_2,2389 +ctl,,,,,,,0,442.2614970000002,,,,,,,176,64,127,,,,,,,,,,,74_2,2390 +ctl,,,,,,,0,442.2614970000002,,,,,,,176,64,0,,,,,,,,,,,74_2,2391 +ctl,,,,,,,0,442.2614970000002,,,,,,,176,64,0,,,,,,,,,,,74_2,2392 +nof,,,,,,,0,442.2614970000002,,,,,,,144,71,0,,,,,,,,,,,74_2,2382 +nof,,,,,,,0,442.2614970000002,,,,,,,144,60,0,,,,,,,,,,,74_2,2378 +non,,,,,,,0,442.2614970000002,,,,C5,,,144,72,9,,,,,,,,,,,74_2,2393 +non,,,,,,,0,442.2614970000002,,,,F#4,,,144,66,5,,,,,,,,,,,74_2,2394 +non,,,,,,,0,442.2614970000002,,,,A#3,,,144,58,5,,,,,,,,,,,74_2,2395 +non,,,,,,,0,442.2614970000002,,,,C#3,,,144,49,3,,,,,,,,,,,74_2,2396 +nof,,,,,,,40,442.35521700000015,,,,,,,144,50,0,,,,,,,,,,,74_2,2383 +nof,,,,,,,0,442.35521700000015,,,,,,,144,57,0,,,,,,,,,,,74_2,2384 +nof,,,,,,,10,442.37864700000017,,,,,,,144,65,0,,,,,,,,,,,74_2,2387 +ctl,,,,,,,57,442.5121980000002,,,,,,,176,64,0,,,,,,,,,,,74_2,2397 +non,,,,,,,149,442.8613050000002,,,,F4,,,144,65,5,,,,,,,,,,,74_2,2398 +ctl,,,,,,,11,442.8827880000002,,,,,,,176,64,127,,,,,,,,,,,74_2,2399 +nof,,,,,,,39,442.9589550000002,,,,,,,144,66,0,,,,,,,,,,,74_2,2394 +non,,,,,,,206,443.36127300000015,,,,E4,,,144,64,5,,,,,,,,,,,74_2,2400 +non,,,,,,,0,443.36127300000015,,,,C3,,,144,48,2,,,,,,,,,,,74_2,2401 +non,,,,,,,0,443.36127300000015,,,,G3,,,144,55,3,,,,,,,,,,,74_2,2402 +nof,,,,,,,40,443.42823300000015,,,,,,,144,49,0,,,,,,,,,,,74_2,2396 +nof,,,,,,,10,443.4449730000002,,,,,,,144,65,0,,,,,,,,,,,74_2,2398 +nof,,,,,,,202,443.78312100000016,,,,,,,144,42,0,,,,,,,,,,,74_2,2388 +non,,,,,,,4,443.7898170000002,,,,D#4,,,144,63,5,,,,,,,,,,,74_2,2403 +nof,,,,,,,50,443.87351700000016,,,,,,,144,64,0,,,,,,,,,,,74_2,2400 +non,,,,,,,78,444.0040890000002,,,,F#2,,,144,42,2,,,,,,,,,,,74_2,2404 +ctl,,,,,,,119,444.20329500000014,,,,,,,176,64,0,,,,,,,,,,,74_2,2405 +nof,,,,,,,9,444.2183610000002,,,,,,,144,72,0,,,,,,,,,,,74_2,2393 +non,,,,,,,0,444.2183610000002,,,,F#4,,,144,66,2,,,,,,,,,,,74_2,2406 +non,,,,,,,0,444.2183610000002,,,,C5,,,144,72,4,,,,,,,,,,,74_2,2407 +non,,,,,,,0,444.2183610000002,,,,D#5,,,144,75,9,,,,,,,,,,,74_2,2408 +nof,,,,,,,0,444.2183610000002,,,,,,,144,58,0,,,,,,,,,,,74_2,2395 +non,,,,,,,0,444.2183610000002,,,,C#3,,,144,49,1,,,,,,,,,,,74_2,2409 +non,,,,,,,0,444.2183610000002,,,,A#3,,,144,58,3,,,,,,,,,,,74_2,2410 +nof,,,,,,,40,444.31208100000015,,,,,,,144,48,0,,,,,,,,,,,74_2,2401 +nof,,,,,,,0,444.31208100000015,,,,,,,144,55,0,,,,,,,,,,,74_2,2402 +nof,,,,,,,10,444.33551100000017,,,,,,,144,63,0,,,,,,,,,,,74_2,2403 +ctl,,,,,,,84,444.5323230000002,,,,,,,176,64,127,,,,,,,,,,,74_2,2411 +non,,,,,,,122,444.8181690000002,,,,F4,,,144,65,2,,,,,,,,,,,74_2,2412 +nof,,,,,,,50,444.91581900000017,,,,,,,144,66,0,,,,,,,,,,,74_2,2406 +non,,,,,,,206,445.31813700000015,,,,E4,,,144,64,3,,,,,,,,,,,74_2,2413 +nof,,,,,,,0,445.31813700000015,,,,,,,144,72,0,,,,,,,,,,,74_2,2407 +non,,,,,,,0,445.31813700000015,,,,A4,,,144,69,4,,,,,,,,,,,74_2,2414 +non,,,,,,,0,445.31813700000015,,,,C5,,,144,72,8,,,,,,,,,,,74_2,2415 +non,,,,,,,0,445.31813700000015,,,,C3,,,144,48,2,,,,,,,,,,,74_2,2416 +non,,,,,,,0,445.31813700000015,,,,G3,,,144,55,3,,,,,,,,,,,74_2,2417 +ctl,,,,,,,13,445.34352600000017,,,,,,,176,64,0,,,,,,,,,,,74_2,2418 +nof,,,,,,,27,445.39625700000016,,,,,,,144,49,0,,,,,,,,,,,74_2,2409 +nof,,,,,,,10,445.4157870000002,,,,,,,144,65,0,,,,,,,,,,,74_2,2412 +nof,,,,,,,0,445.4157870000002,,,,,,,144,75,0,,,,,,,,,,,74_2,2408 +ctl,,,,,,,177,445.76146800000015,,,,,,,176,64,127,,,,,,,,,,,74_2,2419 +non,,,,,,,29,445.8181050000002,,,,D#4,,,144,63,3,,,,,,,,,,,74_2,2420 +nof,,,,,,,50,445.9018050000002,,,,,,,144,64,0,,,,,,,,,,,74_2,2413 +ctl,,,,,,,206,446.24664900000016,,,,,,,176,64,0,,,,,,,,,,,74_2,2421 +ctl,,,,,,,0,446.24664900000016,,,,,,,176,64,127,,,,,,,,,,,74_2,2422 +ctl,,,,,,,0,446.24664900000016,,,,,,,176,64,0,,,,,,,,,,,74_2,2423 +ctl,,,,,,,0,446.24664900000016,,,,,,,176,64,0,,,,,,,,,,,74_2,2424 +nof,,,,,,,0,446.24664900000016,,,,,,,144,42,0,,,,,,,,,,,74_2,2404 +nof,,,,,,,0,446.24664900000016,,,,,,,144,58,0,,,,,,,,,,,74_2,2410 +non,,,,,,,0,446.24664900000016,,,,G4,,,144,67,4,,,,,,,,,,,74_2,2425 +non,,,,,,,0,446.24664900000016,,,,A#4,,,144,70,7,,,,,,,,,,,74_2,2426 +non,,,,,,,0,446.24664900000016,,,,E4,,,144,64,3,,,,,,,,,,,74_2,2427 +non,,,,,,,0,446.24664900000016,,,,F#2,,,144,42,2,,,,,,,,,,,74_2,2428 +non,,,,,,,0,446.24664900000016,,,,A#3,,,144,58,2,,,,,,,,,,,74_2,2429 +non,,,,,,,0,446.24664900000016,,,,C#3,,,144,49,2,,,,,,,,,,,74_2,2430 +nof,,,,,,,40,446.3247690000002,,,,,,,144,48,0,,,,,,,,,,,74_2,2416 +nof,,,,,,,0,446.3247690000002,,,,,,,144,55,0,,,,,,,,,,,74_2,2417 +nof,,,,,,,10,446.34429900000015,,,,,,,144,63,0,,,,,,,,,,,74_2,2420 +nof,,,,,,,0,446.34429900000015,,,,,,,144,69,0,,,,,,,,,,,74_2,2414 +nof,,,,,,,0,446.34429900000015,,,,,,,144,72,0,,,,,,,,,,,74_2,2415 +ctl,,,,,,,57,446.4556200000002,,,,,,,176,64,0,,,,,,,,,,,74_2,2431 +non,,,,,,,149,446.7466170000002,,,,D#4,,,144,63,4,,,,,,,,,,,74_2,2432 +ctl,,,,,,,11,446.7650310000002,,,,,,,176,64,127,,,,,,,,,,,74_2,2433 +nof,,,,,,,39,446.83031700000015,,,,,,,144,64,0,,,,,,,,,,,74_2,2427 +non,,,,,,,206,447.1751610000002,,,,F#4,,,144,66,4,,,,,,,,,,,74_2,2434 +non,,,,,,,0,447.1751610000002,,,,A4,,,144,69,6,,,,,,,,,,,74_2,2435 +non,,,,,,,0,447.1751610000002,,,,C3,,,144,48,2,,,,,,,,,,,74_2,2436 +non,,,,,,,0,447.1751610000002,,,,G3,,,144,55,3,,,,,,,,,,,74_2,2437 +nof,,,,,,,40,447.24212100000017,,,,,,,144,49,0,,,,,,,,,,,74_2,2430 +nof,,,,,,,10,447.25886100000014,,,,,,,144,67,0,,,,,,,,,,,74_2,2425 +nof,,,,,,,0,447.25886100000014,,,,,,,144,70,0,,,,,,,,,,,74_2,2426 +non,,,,,,,206,447.60370500000016,,,,D4,,,144,62,3,,,,,,,,,,,74_2,2438 +nof,,,,,,,50,447.6874050000002,,,,,,,144,63,0,,,,,,,,,,,74_2,2432 +ctl,,,,,,,197,448.01718300000016,,,,,,,176,64,0,,,,,,,,,,,74_2,2439 +non,,,,,,,9,448.03224900000015,,,,D#4,,,144,63,3,,,,,,,,,,,74_2,2440 +non,,,,,,,0,448.03224900000015,,,,F4,,,144,65,3,,,,,,,,,,,74_2,2441 +non,,,,,,,0,448.03224900000015,,,,G#4,,,144,68,5,,,,,,,,,,,74_2,2442 +nof,,,,,,,0,448.03224900000015,,,,,,,144,42,0,,,,,,,,,,,74_2,2428 +nof,,,,,,,0,448.03224900000015,,,,,,,144,58,0,,,,,,,,,,,74_2,2429 +non,,,,,,,0,448.03224900000015,,,,C#3,,,144,49,2,,,,,,,,,,,74_2,2443 +non,,,,,,,0,448.03224900000015,,,,F#2,,,144,42,2,,,,,,,,,,,74_2,2444 +non,,,,,,,0,448.03224900000015,,,,A#3,,,144,58,2,,,,,,,,,,,74_2,2445 +nof,,,,,,,40,448.11036900000016,,,,,,,144,48,0,,,,,,,,,,,74_2,2436 +nof,,,,,,,0,448.11036900000016,,,,,,,144,55,0,,,,,,,,,,,74_2,2437 +nof,,,,,,,10,448.1298990000002,,,,,,,144,62,0,,,,,,,,,,,74_2,2438 +nof,,,,,,,0,448.1298990000002,,,,,,,144,66,0,,,,,,,,,,,74_2,2434 +nof,,,,,,,0,448.1298990000002,,,,,,,144,69,0,,,,,,,,,,,74_2,2435 +ctl,,,,,,,84,448.29395100000016,,,,,,,176,64,127,,,,,,,,,,,74_2,2446 +non,,,,,,,122,448.5322170000002,,,,D4,,,144,62,3,,,,,,,,,,,74_2,2447 +nof,,,,,,,50,448.6159170000002,,,,,,,144,63,0,,,,,,,,,,,74_2,2440 +non,,,,,,,206,448.96076100000016,,,,E4,,,144,64,2,,,,,,,,,,,74_2,2448 +non,,,,,,,0,448.96076100000016,,,,G4,,,144,67,4,,,,,,,,,,,74_2,2449 +non,,,,,,,0,448.96076100000016,,,,C3,,,144,48,2,,,,,,,,,,,74_2,2450 +non,,,,,,,0,448.96076100000016,,,,G3,,,144,55,3,,,,,,,,,,,74_2,2451 +ctl,,,,,,,13,448.9825230000002,,,,,,,176,64,0,,,,,,,,,,,74_2,2452 +nof,,,,,,,27,449.02772100000016,,,,,,,144,49,0,,,,,,,,,,,74_2,2443 +nof,,,,,,,10,449.0444610000002,,,,,,,144,65,0,,,,,,,,,,,74_2,2441 +nof,,,,,,,0,449.0444610000002,,,,,,,144,68,0,,,,,,,,,,,74_2,2442 +ctl,,,,,,,177,449.34075900000016,,,,,,,176,64,127,,,,,,,,,,,74_2,2453 +non,,,,,,,29,449.38930500000015,,,,C#4,,,144,61,2,,,,,,,,,,,74_2,2454 +nof,,,,,,,50,449.47300500000017,,,,,,,144,62,0,,,,,,,,,,,74_2,2447 +ctl,,,,,,,206,449.81784900000014,,,,,,,176,64,0,,,,,,,,,,,74_2,2455 +ctl,,,,,,,0,449.81784900000014,,,,,,,176,64,127,,,,,,,,,,,74_2,2456 +ctl,,,,,,,0,449.81784900000014,,,,,,,176,64,0,,,,,,,,,,,74_2,2457 +ctl,,,,,,,0,449.81784900000014,,,,,,,176,64,0,,,,,,,,,,,74_2,2458 +nof,,,,,,,0,449.81784900000014,,,,,,,144,61,0,,,,,,,,,,,74_2,2454 +nof,,,,,,,0,449.81784900000014,,,,,,,144,42,0,,,,,,,,,,,74_2,2444 +nof,,,,,,,0,449.81784900000014,,,,,,,144,58,0,,,,,,,,,,,74_2,2445 +non,,,,,,,0,449.81784900000014,,,,F#2,,,144,42,3,,,,,,,,,,,74_2,2459 +non,,,,,,,0,449.81784900000014,,,,C4,,,144,60,3,,,,,,,,,,,74_2,2460 +non,,,,,,,0,449.81784900000014,,,,D#3,,,144,51,1,,,,,,,,,,,74_2,2461 +nof,,,,,,,40,449.8848090000002,,,,,,,144,48,0,,,,,,,,,,,74_2,2450 +nof,,,,,,,0,449.8848090000002,,,,,,,144,55,0,,,,,,,,,,,74_2,2451 +nof,,,,,,,10,449.90154900000016,,,,,,,144,64,0,,,,,,,,,,,74_2,2448 +nof,,,,,,,0,449.90154900000016,,,,,,,144,67,0,,,,,,,,,,,74_2,2449 +ctl,,,,,,,57,449.99696700000015,,,,,,,176,64,0,,,,,,,,,,,74_2,2462 +non,,,,,,,149,450.2463930000002,,,,G4,,,144,67,5,,,,,,,,,,,74_2,2463 +ctl,,,,,,,11,450.2648070000002,,,,,,,176,64,127,,,,,,,,,,,74_2,2464 +non,,,,,,,245,450.67493700000017,,,,F#4,,,144,66,5,,,,,,,,,,,74_2,2465 +non,,,,,,,0,450.67493700000017,,,,B4,,,144,71,8,,,,,,,,,,,74_2,2466 +non,,,,,,,0,450.67493700000017,,,,D3,,,144,50,2,,,,,,,,,,,74_2,2467 +non,,,,,,,0,450.67493700000017,,,,A3,,,144,57,3,,,,,,,,,,,74_2,2468 +nof,,,,,,,40,450.7530570000002,,,,,,,144,51,0,,,,,,,,,,,74_2,2461 +nof,,,,,,,10,450.77258700000016,,,,,,,144,67,0,,,,,,,,,,,74_2,2463 +nof,,,,,,,202,451.1670930000002,,,,,,,144,42,0,,,,,,,,,,,74_2,2459 +non,,,,,,,4,451.1749050000002,,,,F4,,,144,65,5,,,,,,,,,,,74_2,2469 +nof,,,,,,,50,451.2725550000002,,,,,,,144,66,0,,,,,,,,,,,74_2,2465 +non,,,,,,,78,451.4248890000002,,,,F#2,,,144,42,3,,,,,,,,,,,74_2,2470 +ctl,,,,,,,119,451.65729600000014,,,,,,,176,64,0,,,,,,,,,,,74_2,2471 +non,,,,,,,9,451.67487300000016,,,,C5,,,144,72,9,,,,,,,,,,,74_2,2472 +non,,,,,,,0,451.67487300000016,,,,F#4,,,144,66,5,,,,,,,,,,,74_2,2473 +nof,,,,,,,0,451.67487300000016,,,,,,,144,60,0,,,,,,,,,,,74_2,2460 +non,,,,,,,0,451.67487300000016,,,,C#3,,,144,49,1,,,,,,,,,,,74_2,2474 +non,,,,,,,0,451.67487300000016,,,,A#3,,,144,58,3,,,,,,,,,,,74_2,2475 +nof,,,,,,,40,451.7685930000002,,,,,,,144,50,0,,,,,,,,,,,74_2,2467 +nof,,,,,,,0,451.7685930000002,,,,,,,144,57,0,,,,,,,,,,,74_2,2468 +nof,,,,,,,10,451.7920230000002,,,,,,,144,71,0,,,,,,,,,,,74_2,2466 +nof,,,,,,,0,451.7920230000002,,,,,,,144,65,0,,,,,,,,,,,74_2,2469 +ctl,,,,,,,84,451.98883500000017,,,,,,,176,64,127,,,,,,,,,,,74_2,2476 +non,,,,,,,122,452.27468100000016,,,,F4,,,144,65,4,,,,,,,,,,,74_2,2477 +nof,,,,,,,50,452.37233100000014,,,,,,,144,66,0,,,,,,,,,,,74_2,2473 +non,,,,,,,206,452.7746490000002,,,,A4,,,144,69,8,,,,,,,,,,,74_2,2478 +non,,,,,,,0,452.7746490000002,,,,E4,,,144,64,4,,,,,,,,,,,74_2,2479 +non,,,,,,,0,452.7746490000002,,,,C3,,,144,48,2,,,,,,,,,,,74_2,2480 +non,,,,,,,0,452.7746490000002,,,,G3,,,144,55,3,,,,,,,,,,,74_2,2481 +ctl,,,,,,,13,452.79641100000015,,,,,,,176,64,0,,,,,,,,,,,74_2,2482 +nof,,,,,,,27,452.8416090000002,,,,,,,144,49,0,,,,,,,,,,,74_2,2474 +nof,,,,,,,10,452.85834900000015,,,,,,,144,72,0,,,,,,,,,,,74_2,2472 +nof,,,,,,,0,452.85834900000015,,,,,,,144,65,0,,,,,,,,,,,74_2,2477 +ctl,,,,,,,177,453.1546470000002,,,,,,,176,64,127,,,,,,,,,,,74_2,2483 +non,,,,,,,29,453.20319300000017,,,,D#4,,,144,63,4,,,,,,,,,,,74_2,2484 +nof,,,,,,,50,453.2868930000002,,,,,,,144,64,0,,,,,,,,,,,74_2,2479 +ctl,,,,,,,206,453.63173700000016,,,,,,,176,64,0,,,,,,,,,,,74_2,2485 +ctl,,,,,,,0,453.63173700000016,,,,,,,176,64,127,,,,,,,,,,,74_2,2486 +ctl,,,,,,,0,453.63173700000016,,,,,,,176,64,0,,,,,,,,,,,74_2,2487 +ctl,,,,,,,0,453.63173700000016,,,,,,,176,64,0,,,,,,,,,,,74_2,2488 +nof,,,,,,,0,453.63173700000016,,,,,,,144,42,0,,,,,,,,,,,74_2,2470 +nof,,,,,,,0,453.63173700000016,,,,,,,144,58,0,,,,,,,,,,,74_2,2475 +non,,,,,,,0,453.63173700000016,,,,A#4,,,144,70,8,,,,,,,,,,,74_2,2489 +non,,,,,,,0,453.63173700000016,,,,G#4,,,144,68,5,,,,,,,,,,,74_2,2490 +non,,,,,,,0,453.63173700000016,,,,F#2,,,144,42,3,,,,,,,,,,,74_2,2491 +non,,,,,,,0,453.63173700000016,,,,C4,,,144,60,3,,,,,,,,,,,74_2,2492 +non,,,,,,,0,453.63173700000016,,,,D#3,,,144,51,2,,,,,,,,,,,74_2,2493 +nof,,,,,,,40,453.70985700000017,,,,,,,144,48,0,,,,,,,,,,,74_2,2480 +nof,,,,,,,0,453.70985700000017,,,,,,,144,55,0,,,,,,,,,,,74_2,2481 +nof,,,,,,,10,453.72938700000014,,,,,,,144,69,0,,,,,,,,,,,74_2,2478 +nof,,,,,,,0,453.72938700000014,,,,,,,144,63,0,,,,,,,,,,,74_2,2484 +ctl,,,,,,,57,453.8407080000002,,,,,,,176,64,0,,,,,,,,,,,74_2,2494 +non,,,,,,,149,454.1317050000002,,,,G4,,,144,67,5,,,,,,,,,,,74_2,2495 +ctl,,,,,,,11,454.1501190000002,,,,,,,176,64,127,,,,,,,,,,,74_2,2496 +nof,,,,,,,39,454.21540500000015,,,,,,,144,68,0,,,,,,,,,,,74_2,2490 +non,,,,,,,206,454.56024900000017,,,,F#4,,,144,66,4,,,,,,,,,,,74_2,2497 +non,,,,,,,0,454.56024900000017,,,,B4,,,144,71,9,,,,,,,,,,,74_2,2498 +non,,,,,,,0,454.56024900000017,,,,D3,,,144,50,2,,,,,,,,,,,74_2,2499 +non,,,,,,,0,454.56024900000017,,,,A3,,,144,57,3,,,,,,,,,,,74_2,2500 +nof,,,,,,,40,454.6383690000002,,,,,,,144,51,0,,,,,,,,,,,74_2,2493 +nof,,,,,,,10,454.65789900000016,,,,,,,144,70,0,,,,,,,,,,,74_2,2489 +nof,,,,,,,0,454.65789900000016,,,,,,,144,67,0,,,,,,,,,,,74_2,2495 +nof,,,,,,,202,455.0524050000002,,,,,,,144,42,0,,,,,,,,,,,74_2,2491 +non,,,,,,,4,455.0602170000002,,,,F4,,,144,65,4,,,,,,,,,,,74_2,2501 +nof,,,,,,,50,455.1578670000002,,,,,,,144,66,0,,,,,,,,,,,74_2,2497 +non,,,,,,,78,455.3102010000002,,,,F#2,,,144,42,3,,,,,,,,,,,74_2,2502 +ctl,,,,,,,119,455.5426080000002,,,,,,,176,64,0,,,,,,,,,,,74_2,2503 +non,,,,,,,9,455.56018500000016,,,,F#4,,,144,66,5,,,,,,,,,,,74_2,2504 +non,,,,,,,0,455.56018500000016,,,,C5,,,144,72,9,,,,,,,,,,,74_2,2505 +nof,,,,,,,0,455.56018500000016,,,,,,,144,60,0,,,,,,,,,,,74_2,2492 +non,,,,,,,0,455.56018500000016,,,,C#3,,,144,49,2,,,,,,,,,,,74_2,2506 +non,,,,,,,0,455.56018500000016,,,,A#3,,,144,58,3,,,,,,,,,,,74_2,2507 +nof,,,,,,,40,455.6539050000002,,,,,,,144,50,0,,,,,,,,,,,74_2,2499 +nof,,,,,,,0,455.6539050000002,,,,,,,144,57,0,,,,,,,,,,,74_2,2500 +nof,,,,,,,10,455.6773350000002,,,,,,,144,65,0,,,,,,,,,,,74_2,2501 +nof,,,,,,,0,455.6773350000002,,,,,,,144,71,0,,,,,,,,,,,74_2,2498 +ctl,,,,,,,84,455.87414700000016,,,,,,,176,64,127,,,,,,,,,,,74_2,2508 +non,,,,,,,122,456.15999300000016,,,,F4,,,144,65,4,,,,,,,,,,,74_2,2509 +nof,,,,,,,50,456.25764300000014,,,,,,,144,66,0,,,,,,,,,,,74_2,2504 +non,,,,,,,206,456.6599610000002,,,,E4,,,144,64,4,,,,,,,,,,,74_2,2510 +non,,,,,,,0,456.6599610000002,,,,A4,,,144,69,7,,,,,,,,,,,74_2,2511 +non,,,,,,,0,456.6599610000002,,,,C3,,,144,48,2,,,,,,,,,,,74_2,2512 +non,,,,,,,0,456.6599610000002,,,,G3,,,144,55,3,,,,,,,,,,,74_2,2513 +ctl,,,,,,,13,456.68172300000015,,,,,,,176,64,0,,,,,,,,,,,74_2,2514 +nof,,,,,,,27,456.7269210000002,,,,,,,144,49,0,,,,,,,,,,,74_2,2506 +nof,,,,,,,10,456.74366100000015,,,,,,,144,65,0,,,,,,,,,,,74_2,2509 +nof,,,,,,,0,456.74366100000015,,,,,,,144,72,0,,,,,,,,,,,74_2,2505 +ctl,,,,,,,177,457.0399590000002,,,,,,,176,64,127,,,,,,,,,,,74_2,2515 +non,,,,,,,29,457.08850500000017,,,,D#4,,,144,63,3,,,,,,,,,,,74_2,2516 +nof,,,,,,,50,457.1722050000002,,,,,,,144,64,0,,,,,,,,,,,74_2,2510 +ctl,,,,,,,206,457.51704900000016,,,,,,,176,64,0,,,,,,,,,,,74_2,2517 +ctl,,,,,,,0,457.51704900000016,,,,,,,176,64,127,,,,,,,,,,,74_2,2518 +ctl,,,,,,,0,457.51704900000016,,,,,,,176,64,0,,,,,,,,,,,74_2,2519 +ctl,,,,,,,0,457.51704900000016,,,,,,,176,64,0,,,,,,,,,,,74_2,2520 +nof,,,,,,,0,457.51704900000016,,,,,,,144,42,0,,,,,,,,,,,74_2,2502 +nof,,,,,,,0,457.51704900000016,,,,,,,144,58,0,,,,,,,,,,,74_2,2507 +non,,,,,,,0,457.51704900000016,,,,F#4,,,144,66,4,,,,,,,,,,,74_2,2521 +non,,,,,,,0,457.51704900000016,,,,F#2,,,144,42,3,,,,,,,,,,,74_2,2522 +non,,,,,,,0,457.51704900000016,,,,A#3,,,144,58,3,,,,,,,,,,,74_2,2523 +non,,,,,,,0,457.51704900000016,,,,C#3,,,144,49,2,,,,,,,,,,,74_2,2524 +nof,,,,,,,40,457.59516900000017,,,,,,,144,48,0,,,,,,,,,,,74_2,2512 +nof,,,,,,,0,457.59516900000017,,,,,,,144,55,0,,,,,,,,,,,74_2,2513 +nof,,,,,,,10,457.6146990000002,,,,,,,144,63,0,,,,,,,,,,,74_2,2516 +ctl,,,,,,,52,457.71625500000016,,,,,,,176,64,0,,,,,,,,,,,74_2,2525 +ctl,,,,,,,118,457.94670900000017,,,,,,,176,64,127,,,,,,,,,,,74_2,2526 +non,,,,,,,36,458.0170170000002,,,,F4,,,144,65,4,,,,,,,,,,,74_2,2527 +nof,,,,,,,50,458.10071700000015,,,,,,,144,66,0,,,,,,,,,,,74_2,2521 +non,,,,,,,206,458.44556100000017,,,,E4,,,144,64,4,,,,,,,,,,,74_2,2528 +non,,,,,,,0,458.44556100000017,,,,C3,,,144,48,2,,,,,,,,,,,74_2,2529 +non,,,,,,,0,458.44556100000017,,,,G3,,,144,55,3,,,,,,,,,,,74_2,2530 +nof,,,,,,,40,458.51252100000016,,,,,,,144,49,0,,,,,,,,,,,74_2,2524 +nof,,,,,,,10,458.5292610000002,,,,,,,144,65,0,,,,,,,,,,,74_2,2527 +non,,,,,,,206,458.87410500000016,,,,D#4,,,144,63,3,,,,,,,,,,,74_2,2531 +nof,,,,,,,50,458.9578050000002,,,,,,,144,64,0,,,,,,,,,,,74_2,2528 +nof,,,,,,,206,459.30264900000014,,,,,,,144,42,0,,,,,,,,,,,74_2,2522 +non,,,,,,,0,459.30264900000014,,,,C#3,,,144,49,2,,,,,,,,,,,74_2,2532 +non,,,,,,,0,459.30264900000014,,,,F#2,,,144,42,3,,,,,,,,,,,74_2,2533 +nof,,,,,,,40,459.38076900000016,,,,,,,144,48,0,,,,,,,,,,,74_2,2529 +nof,,,,,,,0,459.38076900000016,,,,,,,144,55,0,,,,,,,,,,,74_2,2530 +nof,,,,,,,10,459.4002990000002,,,,,,,144,69,0,,,,,,,,,,,74_2,2511 +nof,,,,,,,0,459.4002990000002,,,,,,,144,63,0,,,,,,,,,,,74_2,2531 +non,,,,,,,206,459.80261700000017,,,,F4,,,144,65,4,,,,,,,,,,,74_2,2534 +non,,,,,,,256,460.3025850000002,,,,E4,,,144,64,4,,,,,,,,,,,74_2,2535 +non,,,,,,,0,460.3025850000002,,,,C3,,,144,48,2,,,,,,,,,,,74_2,2536 +non,,,,,,,0,460.3025850000002,,,,G3,,,144,55,3,,,,,,,,,,,74_2,2537 +nof,,,,,,,40,460.38070500000015,,,,,,,144,49,0,,,,,,,,,,,74_2,2532 +nof,,,,,,,10,460.4002350000002,,,,,,,144,65,0,,,,,,,,,,,74_2,2534 +non,,,,,,,206,460.80255300000016,,,,D#4,,,144,63,3,,,,,,,,,,,74_2,2538 +nof,,,,,,,50,460.90020300000015,,,,,,,144,64,0,,,,,,,,,,,74_2,2535 +ctl,,,,,,,206,461.3025210000002,,,,,,,176,64,0,,,,,,,,,,,74_2,2539 +ctl,,,,,,,0,461.3025210000002,,,,,,,176,64,0,,,,,,,,,,,74_2,2540 +nof,,,,,,,0,461.3025210000002,,,,,,,144,42,0,,,,,,,,,,,74_2,2533 +nof,,,,,,,0,461.3025210000002,,,,,,,144,58,0,,,,,,,,,,,74_2,2523 +non,,,,,,,0,461.3025210000002,,,,F#2,,,144,42,2,,,,,,,,,,,74_2,2541 +non,,,,,,,0,461.3025210000002,,,,C#3,,,144,49,2,,,,,,,,,,,74_2,2542 +nof,,,,,,,40,461.3806410000002,,,,,,,144,48,0,,,,,,,,,,,74_2,2536 +nof,,,,,,,0,461.3806410000002,,,,,,,144,55,0,,,,,,,,,,,74_2,2537 +nof,,,,,,,10,461.40017100000017,,,,,,,144,63,0,,,,,,,,,,,74_2,2538 +non,,,,,,,206,461.80248900000015,,,,C4,,,144,60,4,,,,,,,,,,,74_2,2543 +non,,,,,,,256,462.40229700000015,,,,B3,,,144,59,4,,,,,,,,,,,74_2,2544 +non,,,,,,,0,462.40229700000015,,,,C3,,,144,48,2,,,,,,,,,,,74_2,2545 +non,,,,,,,0,462.40229700000015,,,,G3,,,144,55,2,,,,,,,,,,,74_2,2546 +nof,,,,,,,40,462.49601700000017,,,,,,,144,49,0,,,,,,,,,,,74_2,2542 +nof,,,,,,,10,462.5194470000002,,,,,,,144,60,0,,,,,,,,,,,74_2,2543 +non,,,,,,,206,463.00210500000014,,,,A#3,,,144,58,3,,,,,,,,,,,74_2,2547 +nof,,,,,,,50,463.1192550000002,,,,,,,144,59,0,,,,,,,,,,,74_2,2544 +nof,,,,,,,206,463.6019130000002,,,,,,,144,42,0,,,,,,,,,,,74_2,2541 +non,,,,,,,0,463.6019130000002,,,,F#2,,,144,42,2,,,,,,,,,,,74_2,2548 +non,,,,,,,0,463.6019130000002,,,,C#3,,,144,49,2,,,,,,,,,,,74_2,2549 +nof,,,,,,,40,463.69563300000016,,,,,,,144,48,0,,,,,,,,,,,74_2,2545 +nof,,,,,,,0,463.69563300000016,,,,,,,144,55,0,,,,,,,,,,,74_2,2546 +nof,,,,,,,216,464.2017210000002,,,,,,,144,58,0,,,,,,,,,,,74_2,2547 +non,,,,,,,256,464.8015290000002,,,,C3,,,144,48,2,,,,,,,,,,,74_2,2550 +non,,,,,,,0,464.8015290000002,,,,G3,,,144,55,2,,,,,,,,,,,74_2,2551 +nof,,,,,,,40,464.89524900000015,,,,,,,144,49,0,,,,,,,,,,,74_2,2549 +non,,,,,,,216,465.4013370000002,,,,F#1,,,144,30,1,,,,,,,,,,,74_2,2552 +nof,,,,,,,192,465.8511930000002,,,,,,,144,42,0,,,,,,,,,,,74_2,2548 +non,,,,,,,0,465.8511930000002,,,,F#2,,,144,42,1,,,,,,,,,,,74_2,2553 +ctl,,,,,,,64,466.1011770000002,,,,,,,176,64,127,,,,,,,,,,,74_2,2554 +ctl,,,,,,,0,466.1011770000002,,,,,,,176,64,127,,,,,,,,,,,74_2,2555 +nof,,,,,,,0,466.1011770000002,,,,,,,144,48,0,,,,,,,,,,,74_2,2550 +nof,,,,,,,0,466.1011770000002,,,,,,,144,55,0,,,,,,,,,,,74_2,2551 +non,,,,,,,0,466.1011770000002,,,,A4,,,144,69,6,,,,,,,,,,,74_2,2556 +non,,,,,,,0,466.1011770000002,,,,C#3,,,144,49,1,,,,,,,,,,,74_2,2557 +non,,,,,,,1024,468.50040900000016,,,,C5,,,144,72,6,,,,,,,,,,,74_2,2558 +nof,,,,,,,50,468.61755900000014,,,,,,,144,69,0,,,,,,,,,,,74_2,2556 +non,,,,,,,462,469.70002500000015,,,,A4,,,144,69,5,,,,,,,,,,,74_2,2559 +nof,,,,,,,50,469.79767500000014,,,,,,,144,72,0,,,,,,,,,,,74_2,2558 +ctl,,,,,,,462,470.69996100000014,,,,,,,176,64,127,,,,,,,,,,,74_2,2560 +ctl,,,,,,,0,470.69996100000014,,,,,,,176,64,127,,,,,,,,,,,74_2,2561 +non,,,,,,,0,470.69996100000014,,,,G4,,,144,67,5,,,,,,,,,,,74_2,2562 +nof,,,,,,,50,470.8171110000002,,,,,,,144,69,0,,,,,,,,,,,74_2,2559 +non,,,,,,,462,471.8995770000002,,,,F#4,,,144,66,5,,,,,,,,,,,74_2,2563 +nof,,,,,,,50,472.04602700000015,,,,,,,144,67,0,,,,,,,,,,,74_2,2562 +non,,,,,,,462,473.3992250000002,,,,F4,,,144,65,4,,,,,,,,,,,74_2,2564 +nof,,,,,,,50,473.59452500000015,,,,,,,144,66,0,,,,,,,,,,,74_2,2563 +non,,,,,,,462,475.39909700000015,,,,E4,,,144,64,3,,,,,,,,,,,74_2,2565 +nof,,,,,,,50,475.5943970000002,,,,,,,144,65,0,,,,,,,,,,,74_2,2564 +ctl,,,,,,,462,476.3989690000002,,,,,,,176,64,127,,,,,,,,,,,74_2,2566 +ctl,,,,,,,0,476.3989690000002,,,,,,,176,64,127,,,,,,,,,,,74_2,2567 +nof,,,,,,,512,476.3989700000002,,,,,,,144,64,0,,,,,,,,,,,74_2,2565 +nof,,,,,,,0,476.3989700000002,,,,,,,144,30,0,,,,,,,,,,,74_2,2552 +nof,,,,,,,0,476.3989710000002,,,,,,,144,42,0,,,,,,,,,,,74_2,2553 +nof,,,,,,,0,476.3989710000002,,,,,,,144,49,0,,,,,,,,,,,74_2,2557 +ctl,,,,,,,1536,476.3989770000002,,,,,,,176,64,0,,,,,,,,,,,74_2,2568 +ctl,,,,,,,0,476.39897800000017,,,,,,,176,64,0,,,,,,,,,,,74_2,2569 +ctl,,,,,,,2048,476.39897900000017,,,,,,,176,64,0,,,,,,,,,,,74_2,2570 +ctl,,,,,,,0,476.39898000000017,,,,,,,176,64,0,,,,,,,,,,,74_2,2571 +non,81,9,3,1877,1265,639,4778,477.3989770000002,0.715680803571429,2,0,C3,ppp,5,144,48,5,,,,,t,o,,,,,gutim,2572 +bar,82,0,0,1878,1266,,0,478.1149770000002,,,,,,,,,,82,,,,,,,,,,gutim,2573 +rst,82,1,1,1879,1266,,0,478.1149770000002,,,,,,,176,102,0,,,,,,,,,,,gutim,2574 +non,82,2,3,1880,1266,,0,478.1149770000002,0.535714285714286,4,0,C3,,,,,,,,,,T,,,,,,gutim,2575 +nof,81,9,3,1877,1267,,4778,478.6509770000002,,,,,,,144,48,0,,,,,,,,,,,gutim,2572 +non,82,3,3,1881,1267,640,256,478.6509770000002,0.535714285714286,4,0,B2,pppp,2,144,47,2,,,,,t,o,,,,,gutim,2576 +rst,82,4,1,1882,1268,,512,479.1869770000002,,,,,,,176,102,0,,,,,,,,,,,gutim,2577 +non,82,5,3,1883,1268,,512,479.1869770000002,0.087890625,16,0,B2,,,,,,,,,,T,,,,,,gutim,2578 +nof,82,3,3,1881,1269,,256,479.2739770000002,,,,,,,144,47,0,,,,,,,,,,,gutim,2576 +rst,82,6,3,1884,1269,,554,479.2739770000002,,,,,,,176,102,0,,,,,,,,,,,gutim,2579 +non,82,7,1,1885,1270,641,597,479.36397700000015,0.0899832589285714,16,0,A#0,pppp,2,144,22,2,,,,,,o,,,,,gutim,2580 +nof,82,7,1,1885,1271,,597,479.4539770000002,,,,,,,144,22,0,,,,,,,,,,,gutim,2580 +non,82,8,1,1886,1271,642,640,479.4539770000002,0.087890625,16,0,F#1,pppp,2,144,30,2,,,,,,o,,,,,gutim,2581 +rst,82,9,3,1887,1271,,640,479.4539770000002,,,,,,,176,102,0,,,,,,,,,,,gutim,2582 +nof,82,8,1,1886,1272,,640,479.54197700000014,,,,,,,144,30,0,,,,,,,,,,,gutim,2581 +non,82,10,1,1888,1272,643,682,479.54197700000014,0.0899832589285714,16,0,B1,pppp,2,144,35,2,,,,,,o,,,,,gutim,2583 +nof,82,10,1,1888,1273,,682,479.6319770000002,,,,,,,144,35,0,,,,,,,,,,,gutim,2583 +rst,82,11,1,1889,1273,,725,479.6319770000002,,,,,,,176,102,0,,,,,,,,,,,gutim,2584 +rst,82,12,1,1890,1274,,768,479.72197700000015,,,,,,,176,102,0,,,,,,,,,,,gutim,2585 +rst,82,13,3,1891,1274,,768,479.72197700000015,,,,,,,176,102,0,,,,,,,,,,,gutim,2586 +sec,82,14,0,1892,1274,,768,479.72197700000015,,,,,,,,,,,5941,,,,,,,,,gutim,2587 +bpm,82,14,0,1892,1274,,768,479.72197700000015,,1,,,,,,,,,,112,,,,,,,,gutim,2588 +non,82,15,1,1893,1275,644,1024,480.25797700000015,0.535714285714286,4,0,Bb5,mf,17,144,82,17,,,,,t,o,,,,,gutim,2589 +non,82,17,3,1894,1276,645,,480.6439770000002,0.05,8,0,G#2,s,0,144,44,0,,,,g,,o,,,,,gutim,2590 +nof,82,17,3,1894,1277,,,480.69397700000013,,,,,,,144,44,0,,,,,,,,,,,gutim,2591 +non,82,16,1,1895,1278,646,,480.71897700000017,0.05,8,0,Db7,mf,17,144,97,17,,,,g,,o,,,,,gutim,2592 +nof,82,16,1,1895,1279,,,480.7689770000002,,,,,,,144,97,0,,,,,,,,,,,gutim,2592 +bar,83,0,0,1896,1280,,0,480.79397700000015,,,,,,,,,,83,,,,,,,,,,gutim,2593 +non,83,1,1,1897,1280,,0,480.79397700000015,0.0669642857142857,32,0,Bb5,,,,,,,,,,T,,,,,,gutim,2594 +non,83,2,2,1898,1280,647,0,480.79397700000015,0.087890625,16,0,F#1,mp,14,144,30,14,,,,,,o,,d,,,gutim,2595 +non,83,3,3,1899,1280,647,0,480.79397700000015,0.535714285714286,4,0,Ab1,mp,14,144,32,14,,,,,t,o,,d,,,gutim,2596 +non,83,4,4,1900,1280,647,0,480.79397700000015,2.14285714285714,1,0,Ab2,ff,22,144,44,22,,,,,,o,,d,,,gutim,2597 +nof,82,15,1,1893,1281,,1024,480.86097700000016,,,,,,,144,82,0,,,,,,,,,,,gutim,2589 +rst,83,5,1,1901,1281,,32,480.86097700000016,,,,,,,176,102,0,,,,,,,,,,,gutim,2598 +nof,83,2,2,1898,1282,,0,480.8819770000002,,,,,,,144,30,0,,,,,,,,,,,gutim,2595 +non,83,6,2,1902,1282,648,42,480.8819770000002,0.179966517857143,8,0,G3,f,20,144,55,20,,,,,,o,,d,,,gutim,2599 +nof,83,6,2,1902,1283,,42,481.0619770000002,,,,,,,144,55,0,,,,,,,,,,,gutim,2599 +non,83,7,2,1903,1283,649,128,481.0619770000002,0.177873883928571,8,0,A0,f,20,144,21,20,,,,,,o,,d,,,gutim,2600 +nof,83,7,2,1903,1284,,128,481.23897700000015,,,,,,,144,21,0,,,,,,,,,,,gutim,2600 +non,83,8,2,1904,1284,650,213,481.23897700000015,0.0899832589285714,16,0,F5,f,20,144,77,20,,,,,t,o,,,,,gutim,2601 +non,83,9,1,1905,1285,651,256,481.3289770000002,1.60714285714286,2,1,E6,f,20,144,88,20,,,,,,o,,d,,,gutim,2602 +non,83,10,2,1906,1285,,256,481.3289770000002,0.177873883928571,8,0,F5,,,,,,,,,,_,,,,,,gutim,2603 +non,83,11,3,1907,1285,,256,481.3289770000002,0.177873883928571,8,0,Ab1,,,,,,,,,,T,,,,,,gutim,2604 +nof,83,3,3,1899,1286,,0,481.5069770000002,,,,,,,144,32,0,,,,,,,,,,,gutim,2596 +non,83,12,2,1908,1286,652,341,481.5069770000002,0.357840401785714,4,0,C5,pp,8,144,72,8,,,,,,o,,d,,,gutim,2605 +non,83,13,2,1909,1286,,341,481.5069770000002,0.535714285714286,4,0,F5,,,,,,,,,,_,,,,,,gutim,2606 +rst,83,14,3,1910,1286,,341,481.5069770000002,,,,,,,176,102,0,,,,,,,,,,,gutim,2607 +nof,83,12,2,1908,1287,,341,481.8649770000002,,,,,,,144,72,0,,,,,,,,,,,gutim,2605 +non,83,15,2,1911,1287,653,512,481.8649770000002,0.087890625,16,0,E5,pp,8,144,76,8,,,,,t,o,,,,,gutim,2608 +non,83,16,2,1912,1287,,512,481.8649770000002,0.133928571428571,16,0,F5,,,,,,,,,,T,,,,,,gutim,2609 +rst,83,17,3,1913,1287,,512,481.8649770000002,,,,,,,176,102,0,,,,,,,,,,,gutim,2610 +non,83,18,2,1914,1288,,554,481.95297700000015,0.267857142857143,8,1,E5,,,,,,,,,,T,,,,,,gutim,2611 +nof,83,8,2,1904,1289,,213,482.17697700000014,,,,,,,144,77,0,,,,,,,,,,,gutim,2601 +nof,83,15,2,1911,1290,,512,482.2209770000002,,,,,,,144,76,0,,,,,,,,,,,gutim,2608 +non,83,19,2,1915,1290,654,,482.2209770000002,0.05,8,0,C#7,ppp,5,144,97,5,,,,g,,o,,d,,,gutim,2612 +nof,83,19,2,1915,1291,,,482.2709770000002,,,,,,,144,97,0,,,,,,,,,,,gutim,2612 +non,83,20,2,1916,1292,655,,482.29597700000016,0.05,8,0,G#3,ppp,5,144,56,5,,,,g,,o,,d,,,gutim,2613 +nof,83,20,2,1916,1293,,,482.3459770000002,,,,,,,144,56,0,,,,,,,,,,,gutim,2613 +non,83,21,2,1917,1294,656,,482.37097700000015,0.05,8,0,D4,ppp,5,144,62,5,,,,g,,o,,D,,,gutim,2614 +nof,83,21,2,1917,1295,,,482.42097700000016,,,,,,,144,62,0,,,,,,,,,,,gutim,2614 +non,83,22,2,1918,1296,657,682,482.44597700000014,0.179966517857143,8,0,C6,pp,8,144,84,8,,,,,,o,,,,,gutim,2615 +nof,83,22,2,1918,1297,,682,482.62597700000015,,,,,,,144,84,0,,,,,,,,,,,gutim,2615 +rst,83,23,2,1919,1297,,768,482.62597700000015,,,,,,,176,102,0,,,,,,,,,,,gutim,2616 +rst,83,24,3,1920,1297,,768,482.62597700000015,,,,,,,176,102,0,,,,,,,,,,,gutim,2617 +non,83,25,2,1921,1298,658,810,482.71397700000017,0.0899832589285714,16,0,C#7,pp,8,144,97,8,,,,,,o,,,e,,gutim,2618 +nof,83,25,2,1921,1299,,810,482.80397700000015,,,,,,,144,97,0,,,,,,,,,,,gutim,2618 +non,83,26,2,1922,1299,659,853,482.80397700000015,0.0899832589285714,16,0,C5,pp+,9,144,72,9,,,,,,o,,,e,,gutim,2619 +nof,83,26,2,1922,1300,,853,482.8939770000002,,,,,,,144,72,0,,,,,,,,,,,gutim,2619 +non,83,27,2,1923,1300,660,896,482.8939770000002,0.087890625,16,0,D3,pp+,9,144,50,9,,,,,,o,,,e,,gutim,2620 +nof,83,9,1,1905,1301,,256,482.9369770000002,,,,,,,144,88,0,,,,,,,,,,,gutim,2602 +nof,83,4,4,1900,1302,,0,482.9369770000002,,,,,,,144,44,0,,,,,,,,,,,gutim,2597 +nof,83,27,2,1923,1303,,896,482.98197700000014,,,,,,,144,50,0,,,,,,,,,,,gutim,2620 +rst,83,28,2,1924,1303,,938,482.98197700000014,,,,,,,176,102,0,,,,,,,,,,,gutim,2621 +non,83,29,2,1925,1304,661,981,483.0719770000002,0.0899832589285714,16,0,C#6,p-,10,144,85,10,,,,,,o,,,e,,gutim,2622 +nof,83,29,2,1925,1305,,981,483.16197700000015,,,,,,,144,85,0,,,,,,,,,,,gutim,2622 +non,83,30,1,1926,1305,662,1024,483.16197700000015,0.535714285714286,4,0,D4,p,11,144,62,11,,,,,t,o,,,e,t,gutim,2623 +rst,83,31,2,1927,1305,,1024,483.16197700000015,,,,,,,176,102,0,,,,,,,,,,,gutim,2624 +non,83,32,4,1928,1305,662,1024,483.16197700000015,0.535714285714286,4,0,Ab2,p,11,144,44,11,,,,,t,o,,,E,,gutim,2625 +bar,84,0,0,1929,1306,,0,483.6969770000002,,,,,,,,,,84,,,,,,,,,,gutim,2626 +non,84,1,1,1930,1306,,0,483.6969770000002,1.07142857142857,2,0,D4,,,,,,,,,,T,,,,,,gutim,2627 +rst,84,2,2,1931,1306,,0,483.6969770000002,,,,,,,176,102,0,,,,,,,,,,,gutim,2628 +non,84,3,3,1932,1306,663,0,483.6969770000002,0.535714285714286,4,0,F3,p,11,144,53,11,,,,,,o,,,e,t,gutim,2629 +non,84,4,4,1933,1306,,0,483.6969770000002,2.14285714285714,1,0,Ab2,,,,,,,,,,_,,,,,,gutim,2630 +non,84,5,2,1934,1307,664,128,483.96497700000015,0.267857142857143,8,0,F#1,ppp,5,144,30,5,,,,,t,o,,,,,gutim,2631 +nof,84,3,3,1932,1308,,0,484.2329770000002,,,,,,,144,53,0,,,,,,,,,,,gutim,2629 +non,84,6,2,1935,1309,,256,484.2329770000002,2.14285714285714,1,0,F#1,,,,,,,,,,_,,,,,,gutim,2632 +non,84,7,3,1936,1309,665,256,484.2329770000002,1.07142857142857,2,0,G1,p,11,144,31,11,,,,,,o,,,e,t,gutim,2633 +nof,83,30,1,1926,1310,,1024,484.7689770000002,,,,,,,144,62,0,,,,,,,,,,,gutim,2623 +non,84,9,1,1937,1311,666,512,484.7689770000002,0.177873883928571,8,0,F#7,ff,22,144,102,22,,,,,,o,,,e,t,gutim,2634 +ped,84,8,0,1938,1311,,512,484.7689770000002,,,,,,,176,64,127,,,,,,,V,,,,gutim,2635 +nof,84,9,1,1937,1312,,512,484.9469770000002,,,,,,,144,102,0,,,,,,,,,,,gutim,2634 +non,84,10,1,1939,1312,667,597,484.9469770000002,0.177873883928571,8,0,D#1,ff,22,144,27,22,,,,,,o,,,,,gutim,2636 +nof,84,10,1,1939,1313,,597,485.12397700000014,,,,,,,144,27,0,,,,,,,,,,,gutim,2636 +non,84,11,1,1940,1313,668,682,485.12397700000014,0.179966517857143,8,0,A#4,ff,22,144,70,22,,,,,,o,,,,,gutim,2637 +nof,84,7,3,1936,1314,,256,485.30397700000015,,,,,,,144,31,0,,,,,,,,,,,gutim,2633 +nof,84,11,1,1940,1314,,682,485.30397700000015,,,,,,,144,70,0,,,,,,,,,,,gutim,2637 +ped,84,12,0,1941,1314,,768,485.30397700000015,,,,,,,176,64,0,,,,,,,^,,,,gutim,2635 +rst,84,13,1,1942,1314,,768,485.30397700000015,,,,,,,176,102,0,,,,,,,,,,,gutim,2638 +non,84,14,3,1943,1314,669,768,485.30397700000015,1.07142857142857,2,0,A1,pppp,2,144,33,2,,,,,,o,,,E 5942,t 5942,gutim,2639 +non,84,15,4,1944,1315,,1024,485.83997700000015,0.535714285714286,4,0,Ab2,,,,,,,,,,_,,,,,,gutim,2640 +nof,84,14,3,1943,1316,,768,486.37597700000015,,,,,,,144,33,0,,,,,,,,,,,gutim,2639 +bar,85,0,0,1945,1316,,0,486.37597700000015,,,,,,,,,,85,,,,,,,,,,gutim,2641 +non,85,1,1,1946,1316,670,0,486.37597700000015,2.14285714285714,1,0,Ab4,p,11,144,68,11,,,,,,o,,,,,gutim,2642 +non,85,2,2,1947,1316,,0,486.37597700000015,1.07142857142857,2,0,F#1,,,,,,,,,,T,,,,,,gutim,2643 +rst,85,3,3,1948,1316,,0,486.37597700000015,,,,,,,176,102,0,,,,,,,,,,,gutim,2644 +non,85,4,4,1949,1316,,0,486.37597700000015,2.14285714285714,1,0,Ab2,,,,,,,,,,_,,,,,,gutim,2645 +non,85,5,2,1950,1317,671,512,487.4469770000002,0.355747767857143,4,0,D3,ppp,5,144,50,5,,,,,,o,,,,,gutim,2646 +nof,84,5,2,1934,1318,,128,487.67197700000014,,,,,,,144,30,0,,,,,,,,,,,gutim,2631 +nof,85,5,2,1950,1319,,512,487.80297700000017,,,,,,,144,50,0,,,,,,,,,,,gutim,2646 +non,85,7,2,1951,1319,672,682,487.80297700000017,0.357840401785714,4,0,G6,mf,17,144,91,17,,,,,,o,,,,,gutim,2647 +ped,85,6,0,1952,1319,,682,487.80297700000017,,,,,,,176,64,127,,,,,,,V,,,,gutim,2648 +nof,85,1,1,1946,1320,,0,488.1609770000002,,,,,,,144,68,0,,,,,,,,,,,gutim,2642 +nof,85,7,2,1951,1320,,682,488.1609770000002,,,,,,,144,91,0,,,,,,,,,,,gutim,2647 +non,85,8,2,1953,1320,673,853,488.1609770000002,0.357840401785714,4,0,Ab4,mp,14,144,68,14,,,,,,o,,,,,gutim,2649 +non,85,12,4,1954,1321,674,,488.44397700000013,0.05,8,0,F#1,ppp,5,144,30,5,,,,g,,o,,,,,gutim,2650 +nof,85,12,4,1954,1322,,,488.49397700000014,,,,,,,144,30,0,,,,,,,,,,,gutim,2650 +non,85,9,1,1955,1323,675,1024,488.5189770000002,0.535714285714286,4,0,C6,f,20,144,84,20,,,,,,o,,,,,gutim,2651 +non,85,10,2,1956,1323,675,1024,488.5189770000002,0.177873883928571,8,0,Bb5,mf,17,144,82,17,,,,,,o,,,,,gutim,2652 +rst,85,11,3,1957,1323,,1024,488.5189770000002,,,,,,,176,102,0,,,,,,,,,,,gutim,2653 +non,85,13,4,1958,1323,,1024,488.5189770000002,0.535714285714286,4,0,Ab2,,,,,,,,,,_,,,,,,gutim,2654 +nof,85,10,2,1956,1324,,1024,488.6969770000002,,,,,,,144,82,0,,,,,,,,,,,gutim,2652 +non,85,14,2,1959,1324,676,1109,488.6969770000002,0.177873883928571,8,0,D3,f-,19,144,50,19,,,,,,o,,,,,gutim,2655 +nof,85,8,2,1953,1325,,853,488.74397700000014,,,,,,,144,68,0,,,,,,,,,,,gutim,2649 +nof,85,14,2,1959,1326,,1109,488.87397700000014,,,,,,,144,50,0,,,,,,,,,,,gutim,2655 +non,85,15,2,1960,1326,677,1194,488.87397700000014,0.179966517857143,8,0,Ab4,f+,21,144,68,21,,,,,,o,,,,,gutim,2656 +nof,85,9,1,1955,1327,,1024,489.05397700000015,,,,,,,144,84,0,,,,,,,,,,,gutim,2651 +nof,85,15,2,1960,1327,,1194,489.05397700000015,,,,,,,144,68,0,,,,,,,,,,,gutim,2656 +non,85,16,2,1961,1327,678,,489.05397700000015,0.05,8,0,G7,ff+,23,144,103,23,,,,g,,o,,,,,gutim,2657 +nof,85,16,2,1961,1328,,,489.10397700000016,,,,,,,144,103,0,,,,,,,,,,,gutim,2657 +bar,86,0,0,1962,1329,,0,489.12897700000013,,,,,,,,,,86,,,,,,,,,,gutim,2658 +non,86,1,1,1963,1329,679,0,489.12897700000013,2.14285714285714,1,0,Bb5,fff,24,144,82,24,,,,,t,o,,,,,gutim,2659 +non,86,2,1,1964,1329,679,0,489.12897700000013,2.14285714285714,1,0,Gb6,fff,24,144,90,24,,,,,t,o,,,,,gutim,2660 +rst,86,3,3,1965,1329,,0,489.12897700000013,,,,,,,176,102,0,,,,,,,,,,,gutim,2661 +non,86,4,4,1966,1329,,0,489.12897700000013,2.14285714285714,1,0,Ab2,,,,,,,,,,_,,,,,,gutim,2662 +non,86,5,1,1967,1330,,1024,491.27197700000016,0.535714285714286,4,0,Bb5,,,,,,,,,,T,,,,,,gutim,2663 +non,86,6,1,1968,1330,,1024,491.27197700000016,0.535714285714286,4,0,Gb6,,,,,,,,,,T,,,,,,gutim,2664 +non,86,7,4,1969,1330,,1024,491.27197700000016,0.535714285714286,4,0,Ab2,,,,,,,,,,_,,,,,,gutim,2665 +nof,86,1,1,1963,1331,,0,491.80797700000016,,,,,,,144,82,0,,,,,,,,,,,gutim,2659 +nof,86,2,1,1964,1331,,0,491.80797700000016,,,,,,,144,90,0,,,,,,,,,,,gutim,2660 +bar,87,2,0,1970,1331,,0,491.80797700000016,,,,,,,,,,87,,,,,,,,,,gutim,2666 +rst,87,0,3,1971,1331,,0,491.80797700000016,,,,,,,176,102,0,,,,,,,,,,,gutim,2667 +non,87,1,4,1972,1331,,0,491.80797700000016,0.267857142857143,8,0,Ab2,,,,,,,,,,T,,,,,,gutim,2668 +non,87,5,2,1973,1331,680,,491.80797700000016,0.05,8,0,D4,mp,14,144,62,14,,,,g,,o,,d,,,gutim,2669 +nof,87,5,2,1973,1332,,,491.8579770000002,,,,,,,144,62,0,,,,,,,,,,,gutim,2669 +non,87,3,1,1974,1333,681,0,491.88297700000015,0.177873883928571,8,0,E6,mp,14,144,88,14,,,,,,o,,d,,,gutim,2670 +nof,87,3,1,1974,1334,,0,492.06097700000015,,,,,,,144,88,0,,,,,,,,,,,gutim,2670 +non,87,4,1,1975,1334,682,85,492.06097700000015,0.177873883928571,8,0,F#7,ff,22,144,102,22,,,,,,o,,d,,,gutim,2671 +non,87,6,4,1976,1335,683,128,492.1509770000002,0.267857142857143,8,0,C3,ff,22,144,48,22,,,,,t,o,,d,,,gutim,2672 +nof,83,32,4,1928,1336,,1024,492.22597700000017,,,,,,,144,44,0,,,,,,,,,,,gutim,2625 +nof,87,4,1,1975,1337,,85,492.23897700000015,,,,,,,144,102,0,,,,,,,,,,,gutim,2671 +non,87,7,1,1977,1337,684,170,492.23897700000015,0.179966517857143,8,0,Bb4,mf,17,144,70,17,,,,,,o,,,,,gutim,2673 +nof,87,7,1,1977,1338,,170,492.41897700000015,,,,,,,144,70,0,,,,,,,,,,,gutim,2673 +rst,87,8,1,1978,1338,,256,492.41897700000015,,,,,,,176,102,0,,,,,,,,,,,gutim,2674 +non,87,9,4,1979,1338,685,,492.41897700000015,0.05,8,0,Eb2,p,11,144,39,11,,,,g,,o,,d,,,gutim,2675 +nof,87,9,4,1979,1339,,,492.46897700000017,,,,,,,144,39,0,,,,,,,,,,,gutim,2675 +non,87,10,4,1980,1340,,256,492.49397700000014,2.14285714285714,1,0,C3,,,,,,,,,,_,,,,,,gutim,2676 +non,87,11,1,1981,1341,686,512,493.02897700000017,0.535714285714286,4,0,F2,p,11,144,41,11,,,,,,o,,d,,,gutim,2677 +non,87,12,1,1982,1342,687,768,493.56497700000017,0.535714285714286,4,0,E4,pp,8,144,64,8,,,,,,o,,,,,gutim,2678 +nof,87,11,1,1981,1343,,512,493.63997700000016,,,,,,,144,41,0,,,,,,,,,,,gutim,2677 +non,87,13,1,1983,1344,688,,494.0259770000002,0.05,8,0,G#5,f,20,144,80,20,,,,g,,o,,d,,,gutim,2679 +nof,87,13,1,1983,1345,,,494.07597700000014,,,,,,,144,80,0,,,,,,,,,,,gutim,2679 +nof,87,12,1,1982,1346,,768,494.10097700000017,,,,,,,144,64,0,,,,,,,,,,,gutim,2678 +non,87,14,1,1984,1346,689,1024,494.10097700000017,0.177873883928571,8,0,F#7,f,20,144,102,20,,,,,,o,,D 5942,,,gutim,2680 +nof,87,14,1,1984,1347,,1024,494.27897700000017,,,,,,,144,102,0,,,,,,,,,,,gutim,2680 +non,87,15,1,1985,1347,690,1109,494.27897700000017,0.177873883928571,8,0,C7,f+,21,144,96,21,,,,,,o,,,,,gutim,2681 +nof,87,15,1,1985,1348,,1109,494.45697700000017,,,,,,,144,96,0,,,,,,,,,,,gutim,2681 +non,87,16,1,1986,1348,691,1194,494.45697700000017,0.179966517857143,8,0,E3,f+,21,144,52,21,,,,,,o,,,,,gutim,2682 +nof,87,16,1,1986,1349,,1194,494.6369770000002,,,,,,,144,52,0,,,,,,,,,,,gutim,2682 +non,87,17,3,1987,1349,692,,494.6369770000002,0.05,8,0,F1,mp,14,144,29,14,,,,g,,o,,,,,gutim,2683 +nof,87,17,3,1987,1350,,,494.6869770000002,,,,,,,144,29,0,,,,,,,,,,,gutim,2683 +bar,88,0,0,1988,1351,,0,494.71197700000016,,,,,,,,,,88,,,,,,,,,,gutim,2684 +non,88,1,1,1989,1351,693,0,494.71197700000016,0.535714285714286,4,0,F#7,fff,24,144,102,24,,,,,,o,,,,,gutim,2685 +rst,88,2,3,1990,1351,,0,494.71197700000016,,,,,,,176,102,0,,,,,,,,,,,gutim,2686 +non,88,3,4,1991,1351,,0,494.71197700000016,0.535714285714286,4,0,C3,,,,,,,,,,_,,,,,,gutim,2687 +nof,88,1,1,1989,1352,,0,495.2469770000002,,,,,,,144,102,0,,,,,,,,,,,gutim,2685 +rst,88,4,1,1992,1352,,256,495.2469770000002,,,,,,,176,102,0,,,,,,,,,,,gutim,2688 +rst,88,5,3,1993,1352,,256,495.2469770000002,,,,,,,176,102,0,,,,,,,,,,,gutim,2689 +non,88,6,4,1994,1352,,256,495.2469770000002,2.14285714285714,1,0,C3,,,,,,,,,,_,,,,,,gutim,2690 +non,88,7,1,1995,1353,694,298,495.33497700000015,0.0899832589285714,16,0,G#5,fff,24,144,80,24,,,,,t,o,,,,,gutim,2691 +non,88,8,1,1996,1354,,341,495.4249770000002,0.357840401785714,4,0,G#5,,,,,,,,,,_,,,,,,gutim,2692 +non,88,9,1,1997,1355,,512,495.78297700000013,1.60714285714286,2,1,G#5,,,,,,,,,,_,,,,,,gutim,2693 +bar,89,0,0,1998,1356,,0,497.38997700000016,,,,,,,,,,89,,,,,,,,,,gutim,2694 +non,89,1,1,1999,1356,,0,497.38997700000016,1.07142857142857,2,0,G#5,,,,,,,,,,_,,,,,,gutim,2695 +rst,89,2,2,2000,1356,,0,497.38997700000016,,,,,,,176,102,0,,,,,,,,,,,gutim,2696 +rst,89,3,3,2001,1356,,0,497.38997700000016,,,,,,,176,102,0,,,,,,,,,,,gutim,2697 +non,89,4,4,2002,1356,,0,497.38997700000016,2.14285714285714,1,0,C3,,,,,,,,,,T,,,,,,gutim,2698 +non,89,5,1,2003,1357,,512,498.46197700000016,1.60714285714286,2,1,G#5,,,,,,,,,,_,,,,,,gutim,2699 +non,89,6,2,2004,1357,695,512,498.46197700000016,1.60714285714286,2,1,E6,fff,24,144,88,24,,,,,,o,,,,,gutim,2700 +non,89,7,2,2005,1357,695,512,498.46197700000016,1.07142857142857,2,1,C#7,fff,24,144,97,24,,,,,,o,,,,,gutim,2701 +rst,89,8,3,2006,1358,,1024,499.53297700000013,,,,,,,176,102,0,,,,,,,,,,,gutim,2702 +rst,89,9,4,2007,1358,,1024,499.53297700000013,,,,,,,176,102,0,,,,,,,,,,,gutim,2703 +nof,89,7,2,2005,1359,,512,499.6079770000002,,,,,,,144,97,0,,,,,,,,,,,gutim,2701 +nof,87,6,4,1976,1360,,128,499.68297700000016,,,,,,,144,48,0,,,,,,,,,,,gutim,2672 +non,89,10,3,2008,1361,696,1109,499.7109770000002,0.357840401785714,4,0,A0,fff,24,144,21,24,,,,,t,o,,,,,gutim,2704 +bar,90,0,0,2009,1362,,0,500.06897700000013,,,,,,,,,,90,,,,,,,,,,gutim,2705 +non,90,1,1,2010,1362,,0,500.06897700000013,0.177873883928571,8,0,G#5,,,,,,,,,,T,,,,,,gutim,2706 +rst,90,2,2,2011,1362,,0,500.06897700000013,,,,,,,176,102,0,,,,,,,,,,,gutim,2707 +non,90,3,3,2012,1362,,0,500.06897700000013,0.267857142857143,8,1,A0,,,,,,,,,,T,,,,,,gutim,2708 +nof,89,6,2,2004,1363,,512,500.1439770000002,,,,,,,144,88,0,,,,,,,,,,,gutim,2700 +non,90,4,1,2013,1364,697,85,500.2469770000002,0.357840401785714,4,0,C7,fff,24,144,96,24,,,,,,o,,,,,gutim,2709 +nof,89,10,3,2008,1365,,1109,500.33697700000016,,,,,,,144,21,0,,,,,,,,,,,gutim,2704 +non,90,5,3,2014,1365,698,128,500.33697700000016,0.087890625,16,0,F#2,fff,24,144,42,24,,,,,,o,,,,,gutim,2710 +nof,90,5,3,2014,1366,,128,500.42397700000015,,,,,,,144,42,0,,,,,,,,,,,gutim,2710 +non,90,6,3,2015,1366,699,170,500.42397700000015,0.0899832589285714,16,0,G3,f+,21,144,55,21,,,,,,o,,,,,gutim,2711 +nof,88,7,1,1995,1367,,298,500.47197700000015,,,,,,,144,80,0,,,,,,,,,,,gutim,2691 +nof,90,6,3,2015,1368,,170,500.5139770000002,,,,,,,144,55,0,,,,,,,,,,,gutim,2711 +non,90,7,3,2016,1368,700,213,500.5139770000002,0.0899832589285714,16,0,F5,f-,19,144,77,19,,,,,,o,,,,,gutim,2712 +nof,90,7,3,2016,1369,,213,500.60397700000016,,,,,,,144,77,0,,,,,,,,,,,gutim,2712 +ped,90,8,0,2017,1369,,256,500.60397700000016,,,,,,,176,64,0,,,,,,,^,,,,gutim,2648 +non,90,11,3,2018,1369,701,,500.60397700000016,0.05,8,0,A1,mp,14,144,33,14,,,,g,,o,,,,,gutim,2713 +nof,90,4,1,2013,1370,,85,500.60397700000016,,,,,,,144,96,0,,,,,,,,,,,gutim,2709 +nof,90,11,3,2018,1371,,,500.65397700000017,,,,,,,144,33,0,,,,,,,,,,,gutim,2713 +non,90,9,1,2019,1372,702,256,500.67897700000015,0.535714285714286,4,0,G4,mp,14,144,67,14,,,,,t,o,,,,,gutim,2714 +rst,90,10,2,2020,1372,,256,500.67897700000015,,,,,,,176,102,0,,,,,,,,,,,gutim,2715 +rst,90,12,3,2021,1372,,256,500.67897700000015,,,,,,,176,102,0,,,,,,,,,,,gutim,2716 +non,90,13,1,2022,1373,,512,501.21497700000015,0.177873883928571,8,0,G4,,,,,,,,,,T,,,,,,gutim,2717 +non,90,14,2,2023,1373,703,512,501.21497700000015,1.60714285714286,2,1,D4,fff,24,144,62,24,,,,,,o,,,,,gutim,2718 +rst,90,15,3,2024,1373,,512,501.21497700000015,,,,,,,176,102,0,,,,,,,,,,,gutim,2719 +sec,90,16,0,2025,1373,,512,501.21497700000015,,,,,,,,,,,5942,,,,,,,,,gutim,2720 +nof,90,9,1,2019,1374,,256,501.39297700000014,,,,,,,144,67,0,,,,,,,,,,,gutim,2714 +rst,90,17,1,2026,1374,,597,501.39297700000014,,,,,,,176,102,0,,,,,,,,,,,gutim,2721 +non,90,18,3,2027,1375,704,682,501.57097700000014,0.179966517857143,8,0,F1,fff,24,144,29,24,,,,,t,o,,,,,gutim,2722 +rst,90,19,1,2028,1376,,768,501.75097700000015,,,,,,,176,102,0,,,,,,,,,,,gutim,2723 +non,90,20,3,2029,1376,,768,501.75097700000015,0.355747767857143,4,0,F1,,,,,,,,,,_,,,,,,gutim,2724 +non,90,21,3,2030,1377,,938,502.10697700000014,0.0899832589285714,16,0,F1,,,,,,,,,,T,,,,,,gutim,2725 +nof,90,18,3,2027,1378,,682,502.1969770000002,,,,,,,144,29,0,,,,,,,,,,,gutim,2722 +non,90,22,3,2031,1379,705,981,502.1969770000002,0.0899832589285714,16,0,E3,f,20,144,52,20,,,,,,o,,,,,gutim,2726 +nof,90,22,3,2031,1380,,981,502.28697700000015,,,,,,,144,52,0,,,,,,,,,,,gutim,2726 +non,90,23,1,2032,1380,706,1024,502.28697700000015,0.177873883928571,8,0,G#5,fff,24,144,80,24,,,,,,o,,,,,gutim,2727 +rst,90,24,3,2033,1380,,1024,502.28697700000015,,,,,,,176,102,0,,,,,,,,,,,gutim,2728 +nof,90,23,1,2032,1381,,1024,502.46397700000017,,,,,,,144,80,0,,,,,,,,,,,gutim,2727 +non,90,25,1,2034,1381,707,1109,502.46397700000017,0.177873883928571,8,0,F#7,ff,22,144,102,22,,,,,,o,,,,,gutim,2729 +nof,90,25,1,2034,1382,,1109,502.64197700000017,,,,,,,144,102,0,,,,,,,,,,,gutim,2729 +non,90,26,1,2035,1382,708,1194,502.64197700000017,0.179966517857143,8,0,F1,f,20,144,29,20,,,,,,o,,,,,gutim,2730 +nof,90,14,2,2023,1383,,512,502.8219770000002,,,,,,,144,62,0,,,,,,,,,,,gutim,2718 +nof,90,26,1,2035,1383,,1194,502.8219770000002,,,,,,,144,29,0,,,,,,,,,,,gutim,2730 +bar,91,0,0,2036,1383,,0,502.8219770000002,,,,,,,,,,91,,,,,,,,,,gutim,2731 +rst,91,1,1,2037,1383,,0,502.8219770000002,,,,,,,176,102,0,,,,,,,,,,,gutim,2732 +non,91,2,2,2038,1383,709,0,502.8219770000002,0.535714285714286,4,0,D4,mf+,18,144,62,18,,,,,t,o,,,,,gutim,2733 +rst,91,3,3,2039,1383,,0,502.8219770000002,,,,,,,176,102,0,,,,,,,,,,,gutim,2734 +non,91,4,4,2040,1383,709,0,502.8219770000002,0.106724330357143,16,0,G#4,mf+,18,144,68,18,,,,,,o,,,,,gutim,2735 +nof,91,4,4,2040,1384,,0,502.92897700000015,,,,,,,144,68,0,,,,,,,,,,,gutim,2735 +rst,91,5,4,2041,1384,,51,502.92897700000015,,,,,,,176,102,0,,,,,,,,,,,gutim,2736 +non,91,6,4,2042,1385,710,102,503.0359770000002,0.213448660714286,8,0,F#6,mp+,15,144,90,15,,,,,,o,,,,,gutim,2737 +nof,91,6,4,2042,1386,,102,503.24897700000014,,,,,,,144,90,0,,,,,,,,,,,gutim,2737 +non,91,7,4,2043,1386,711,204,503.24897700000014,0.108816964285714,16,0,E2,mp-,13,144,40,13,,,,,t,o,,,,,gutim,2738 +non,91,8,1,2044,1387,712,256,503.3579770000002,0.535714285714286,4,0,E7,fff,24,144,100,24,,,,,,o,,,,,gutim,2739 +non,91,9,2,2045,1387,,256,503.3579770000002,2.14285714285714,1,0,D4,,,,,,,,,,T,,,,,,gutim,2740 +rst,91,10,3,2046,1387,,256,503.3579770000002,,,,,,,176,102,0,,,,,,,,,,,gutim,2741 +non,91,11,4,2047,1387,,256,503.3579770000002,0.106724330357143,16,0,E2,,,,,,,,,,T,,,,,,gutim,2742 +nof,91,7,4,2043,1388,,204,503.46497700000015,,,,,,,144,40,0,,,,,,,,,,,gutim,2738 +rst,91,12,4,2048,1389,,307,503.46497700000015,,,,,,,176,102,0,,,,,,,,,,,gutim,2743 +non,91,14,4,2049,1390,713,409,503.67797700000017,0.215541294642857,8,0,F1,pp,8,144,29,8,,,,,,o,,,,,gutim,2744 +ped,91,13,0,2050,1390,,409,503.67797700000017,,,,,,,176,64,127,,,,,,,V,,,,gutim,2745 +nof,91,8,1,2044,1391,,256,503.8939770000002,,,,,,,144,100,0,,,,,,,,,,,gutim,2739 +nof,91,14,4,2049,1391,,409,503.8939770000002,,,,,,,144,29,0,,,,,,,,,,,gutim,2744 +non,91,15,1,2051,1391,714,512,503.8939770000002,0.355747767857143,4,0,Ab5,ppp,5,144,80,5,,,,,,o,,,,,gutim,2746 +rst,91,16,3,2052,1391,,512,503.8939770000002,,,,,,,176,102,0,,,,,,,,,,,gutim,2747 +rst,91,17,4,2053,1391,,512,503.8939770000002,,,,,,,176,102,0,,,,,,,,,,,gutim,2748 +ped,91,18,0,2054,1392,,576,504.02797700000013,,,,,,,176,64,0,,,,,,,^,,,,gutim,2745 +non,91,19,3,2055,1392,715,576,504.02797700000013,0.267857142857143,8,0,F4,p,11,144,65,11,,,,,,o,,,,,gutim,2749 +non,91,20,1,2056,1393,716,682,504.24897700000014,0.179966517857143,8,0,C6,pppp,2,144,84,2,,,,,,o,,,,,gutim,2750 +nof,91,15,1,2051,1394,,512,504.24897700000014,,,,,,,144,80,0,,,,,,,,,,,gutim,2746 +nof,91,19,3,2055,1395,,576,504.29597700000016,,,,,,,144,65,0,,,,,,,,,,,gutim,2749 +non,91,21,3,2057,1395,717,704,504.29597700000016,0.0669642857142857,32,0,F4,pp+,9,144,65,9,,,,,,o,,,,,gutim,2751 +nof,91,21,3,2057,1396,,704,504.36197700000014,,,,,,,144,65,0,,,,,,,,,,,gutim,2751 +non,91,22,3,2058,1396,718,736,504.36197700000014,0.0669642857142857,32,0,Gb1,pp,8,144,30,8,,,,,,o,,,,,gutim,2752 +nof,91,22,3,2058,1397,,736,504.42897700000015,,,,,,,144,30,0,,,,,,,,,,,gutim,2752 +rst,91,23,1,2059,1397,,768,504.42897700000015,,,,,,,176,102,0,,,,,,,,,,,gutim,2753 +rst,91,24,3,2060,1397,,768,504.42897700000015,,,,,,,176,102,0,,,,,,,,,,,gutim,2754 +rst,91,25,4,2061,1397,,768,504.42897700000015,,,,,,,176,102,0,,,,,,,,,,,gutim,2755 +nof,91,20,1,2056,1398,,682,504.42897700000015,,,,,,,144,84,0,,,,,,,,,,,gutim,2750 +non,91,26,3,2062,1399,719,810,504.51697700000017,0.0899832589285714,16,0,Ab2,ppp,5,144,44,5,,,,,,o,,,,,gutim,2756 +nof,91,26,3,2062,1400,,810,504.60697700000014,,,,,,,144,44,0,,,,,,,,,,,gutim,2756 +non,91,27,3,2063,1400,720,853,504.60697700000014,0.0899832589285714,16,0,Gb1,ppp,5,144,30,5,,,,,,o,,,,,gutim,2757 +nof,91,27,3,2063,1401,,853,504.6969770000002,,,,,,,144,30,0,,,,,,,,,,,gutim,2757 +non,91,28,3,2064,1401,721,896,504.6969770000002,0.267857142857143,8,1,C3,ppp,5,144,48,5,,,,,,o,,,,,gutim,2758 +nof,91,28,3,2064,1402,,896,504.96497700000015,,,,,,,144,48,0,,,,,,,,,,,gutim,2758 +rst,91,29,3,2065,1402,,1024,504.96497700000015,,,,,,,176,102,0,,,,,,,,,,,gutim,2759 +bar,92,0,0,2066,1403,,0,505.50097700000015,,,,,,,,,,92,,,,,,,,,,gutim,2760 +sec,92,1,0,2067,1403,,0,505.50097700000015,,,,,,,,,,,5943,,,,,,,,,gutim,2761 +rst,92,3,1,2068,1403,,0,505.50097700000015,,,,,,,176,102,0,,,,,,,,,,,gutim,2762 +non,92,4,3,2069,1403,722,0,505.50097700000015,2.14285714285714,1,0,Gb1,fff,24,144,30,24,,,,,t,o,,,,,gutim,2763 +ped,92,2,0,2070,1403,,0,505.50097700000015,,,,,,,176,64,127,,,,,,,V,,,,gutim,2764 +nof,91,2,2,2038,1404,,0,505.57597700000014,,,,,,,144,62,0,,,,,,,,,,,gutim,2733 +non,92,5,3,2071,1405,,1024,507.6439770000002,0.535714285714286,4,0,Gb1,,,,,,,,,,_,,,,,,gutim,2765 +bar,93,0,0,2072,1406,,0,508.17897700000015,,,,,,,,,,93,,,,,,,,,,gutim,2766 +ped,93,1,0,2073,1406,,0,508.17897700000015,,,,,,,176,64,0,,,,,,,^,,,,gutim,2764 +non,93,2,1,2074,1406,723,0,508.17897700000015,3.21428571428571,1,1,Ab4,p,11,144,68,11,,,,,t,o,,,,,gutim,2767 +non,93,3,3,2075,1406,,0,508.17897700000015,3.21428571428571,1,1,Gb1,,,,,,,,,,_,,,,,,gutim,2768 +non,93,4,1,2076,1407,,1536,511.3939770000002,1.60714285714286,2,1,Ab4,,,,,,,,,,T,,,,,,gutim,2769 +non,93,5,3,2077,1407,,1536,511.3939770000002,1.60714285714286,2,1,Gb1,,,,,,,,,,T,,,,,,gutim,2770 +non,93,7,3,2078,1408,724,,512.9259770000001,0.05,8,0,G#1,s,0,144,32,0,,,,g,,o,,,,,gutim,2771 +non,93,6,1,2079,1408,724,,512.9259770000001,0.05,8,0,D4,s,0,144,62,0,,,,g,,o,,,,,gutim,2772 +nof,93,7,3,2078,1409,,,512.9759770000001,,,,,,,144,32,0,,,,,,,,,,,gutim,2773 +nof,93,6,1,2079,1409,,,512.9759770000001,,,,,,,144,62,0,,,,,,,,,,,gutim,2774 +nof,92,4,3,2069,1410,,0,513.000977,,,,,,,144,30,0,,,,,,,,,,,gutim,2763 +nof,93,2,1,2074,1410,,0,513.000977,,,,,,,144,68,0,,,,,,,,,,,gutim,2767 +bar,94,0,0,2080,1410,,0,513.000977,,,,,,,,,,94,,,,,,,,,,gutim,2775 +non,94,2,1,2081,1410,725,,513.000977,0.05,8,0,Gb4,mf,17,144,66,17,,,,g,,o,,d,,,gutim,2776 +non,94,6,4,2082,1410,725,,513.000977,0.05,8,0,F3,pp,8,144,53,8,,,,g,,o,,d,,,gutim,2777 +nof,94,2,1,2081,1411,,,513.0509770000001,,,,,,,144,66,0,,,,,,,,,,,gutim,2776 +nof,94,6,4,2082,1411,,,513.0509770000001,,,,,,,144,53,0,,,,,,,,,,,gutim,2777 +non,94,7,4,2083,1412,726,,513.0759770000001,0.05,8,0,C3,pp+,9,144,48,9,,,,g,,o,,,,,gutim,2778 +nof,94,7,4,2083,1413,,,513.1259770000001,,,,,,,144,48,0,,,,,,,,,,,gutim,2778 +non,94,3,1,2084,1414,727,,513.1509770000002,0.05,8,0,F4,ff,22,144,65,22,,,,g,,o,,d,,,gutim,2779 +nof,94,3,1,2084,1415,,,513.2009770000002,,,,,,,144,65,0,,,,,,,,,,,gutim,2779 +non,94,8,4,2085,1416,728,,513.2259770000003,0.05,8,0,Gb2,p,11,144,42,11,,,,g,,o,,,,,gutim,2780 +nof,94,8,4,2085,1417,,,513.2759770000002,,,,,,,144,42,0,,,,,,,,,,,gutim,2780 +non,94,9,4,2086,1418,729,,513.3009770000002,0.05,8,0,C2,f,20,144,36,20,,,,g,,o,,d,,,gutim,2781 +nof,94,9,4,2086,1419,,,513.3509770000003,,,,,,,144,36,0,,,,,,,,,,,gutim,2781 +non,94,4,1,2087,1420,730,0,513.3759770000003,1.875,2,2,E5,f,20,144,76,20,,,,,,o,,d,,,gutim,2782 +rst,94,5,3,2088,1420,,0,513.3759770000003,,,,,,,176,102,0,,,,,,,,,,,gutim,2783 +non,94,10,4,2089,1420,730,0,513.3759770000003,2.14285714285714,1,0,B0,ff,22,144,23,22,,,,,,o,,d,,,gutim,2784 +non,94,11,4,2090,1420,730,0,513.3759770000003,2.14285714285714,1,0,G#1,ff,22,144,32,22,,,,,,o,,d,,,gutim,2785 +ped,94,1,0,2091,1420,,0,513.3759770000003,,,,,,,176,64,127,,,,,,,V,,,,gutim,2786 +nof,94,11,4,2090,1421,,0,514.3129770000003,,,,,,,144,32,0,,,,,,,,,,,gutim,2785 +non,94,12,3,2092,1421,731,448,514.3129770000003,0.133928571428571,16,0,G#1,ff,22,144,32,22,,,,,,o,,D,,,gutim,2787 +rst,94,13,3,2093,1422,,512,514.4469770000003,,,,,,,176,102,0,,,,,,,,,,,gutim,2788 +ped,94,14,0,2094,1423,,896,515.1339770000003,,,,,,,176,64,0,,,,,,,^,,,,gutim,2786 +nof,94,4,1,2087,1424,,0,515.2509770000003,,,,,,,144,76,0,,,,,,,,,,,gutim,2782 +rst,94,15,1,2095,1424,,896,515.2509770000003,,,,,,,176,102,0,,,,,,,,,,,gutim,2789 +non,94,16,3,2096,1424,732,896,515.2509770000003,0.0669642857142857,32,0,Bb5,f,20,144,82,20,,,,,,o,,,,,gutim,2790 +nof,94,16,3,2096,1425,,896,515.3179770000003,,,,,,,144,82,0,,,,,,,,,,,gutim,2790 +non,94,18,3,2097,1425,733,928,515.3179770000003,0.0669642857142857,32,0,C1,f,20,144,24,20,,,,,,o,,,,,gutim,2791 +nof,94,18,3,2097,1426,,928,515.3849770000003,,,,,,,144,24,0,,,,,,,,,,,gutim,2791 +non,94,19,3,2098,1426,734,960,515.3849770000003,0.133928571428571,16,0,F2,f,20,144,41,20,,,,,t,o,,,,,gutim,2792 +ped,94,25,0,2099,1427,,1034,515.3899770000003,,,,,,,176,64,0,,,,,,,^,,,,gutim,2793 +ped,94,17,0,2100,1428,,928,515.4339770000003,,,,,,,176,64,127,,,,,,,V,,,,gutim,2794 +rst,94,20,1,2101,1429,,1024,515.5189770000003,,,,,,,176,102,0,,,,,,,,,,,gutim,2795 +non,94,21,3,2102,1429,,1024,515.5189770000003,2.14285714285714,1,0,F2,,,,,,,,,,T,,,,,,gutim,2796 +non,94,22,3,2103,1429,735,1024,515.5189770000003,2.14285714285714,1,0,D3,f,20,144,50,20,,,,,,o,,d,,,gutim,2797 +non,94,23,3,2104,1429,735,1024,515.5189770000003,2.14285714285714,1,0,C4,p,11,144,60,11,,,,,,o,,d,,,gutim,2798 +rst,94,24,4,2105,1429,,1024,515.5189770000003,,,,,,,176,102,0,,,,,,,,,,,gutim,2799 +nof,94,10,4,2089,1430,,0,515.5189770000003,,,,,,,144,23,0,,,,,,,,,,,gutim,2784 +nof,94,12,3,2092,1430,,448,515.5189770000003,,,,,,,144,32,0,,,,,,,,,,,gutim,2787 +ped,94,25,0,2106,1431,,1034,515.6899770000002,,,,,,,176,64,127,,,,,,,V,,,,gutim,2800 +non,94,26,1,2107,1432,736,1194,515.8739770000002,0.179966517857143,8,0,E4,mf,17,144,64,17,,,,,t,o,,d,,,gutim,2801 +non,94,27,1,2108,1433,,1280,516.0539770000003,1.60714285714286,2,1,E4,,,,,,,,,,T,,,,,,gutim,2802 +rst,94,28,4,2109,1434,,1536,516.5899770000003,,,,,,,176,102,0,,,,,,,,,,,gutim,2803 +non,94,29,4,2110,1435,737,1621,516.7679770000003,0.357840401785714,4,0,G#1,p,11,144,32,11,,,,,t,o,,d 5944,,,gutim,2804 +non,94,30,4,2111,1436,,1792,517.1259770000004,0.535714285714286,4,0,G#1,,,,,,,,,,T,,,,,,gutim,2805 +ped,94,31,0,2112,1437,,2047,517.6599770000004,,,,,,,176,64,0,,,,,,,^,,,,gutim,2800 +nof,94,19,3,2098,1438,,960,517.6619770000004,,,,,,,144,41,0,,,,,,,,,,,gutim,2792 +nof,94,22,3,2103,1438,,1024,517.6619770000004,,,,,,,144,50,0,,,,,,,,,,,gutim,2797 +nof,94,23,3,2104,1438,,1024,517.6619770000004,,,,,,,144,60,0,,,,,,,,,,,gutim,2798 +nof,94,26,1,2107,1438,,1194,517.6619770000004,,,,,,,144,64,0,,,,,,,,,,,gutim,2801 +nof,94,29,4,2110,1438,,1621,517.6619770000004,,,,,,,144,32,0,,,,,,,,,,,gutim,2804 +bar,95,0,0,2113,1438,,0,517.6619770000004,,,,,,,,,,95,,,,,,,,,,gutim,2806 +sec,95,1,0,2114,1438,,0,517.6619770000004,,,,,,,,,,,5944,,,,,,,,,gutim,2807 +non,95,2,1,2115,1438,738,0,517.6619770000004,2.14285714285714,1,0,Ab3,pp,8,144,56,8,,,,,t,o,,,,,gutim,2808 +rst,95,3,2,2116,1438,,0,517.6619770000004,,,,,,,176,102,0,,,,,,,,,,,gutim,2809 +non,95,4,3,2117,1438,738,0,517.6619770000004,0.803571428571429,4,1,Db2,ff,22,144,37,22,,,,,,o,,d,,,gutim,2810 +non,95,5,4,2118,1438,738,0,517.6619770000004,0.0523158482142857,32,0,C2,mp,14,144,36,14,,,,,,o,,d,e,,gutim,2811 +nof,95,5,4,2118,1439,,0,517.7139770000005,,,,,,,144,36,0,,,,,,,,,,,gutim,2811 +non,95,6,4,2119,1439,739,25,517.7139770000005,0.0544084821428571,32,0,B4,f,20,144,71,20,,,,,,o,,d,e,,gutim,2812 +nof,95,6,4,2119,1440,,25,517.7679770000004,,,,,,,144,71,0,,,,,,,,,,,gutim,2812 +non,95,7,4,2120,1440,740,51,517.7679770000004,0.0523158482142857,32,0,E4,f,20,144,64,20,,,,,,o,,d,e,,gutim,2813 +nof,95,7,4,2120,1441,,51,517.8209770000004,,,,,,,144,64,0,,,,,,,,,,,gutim,2813 +non,95,8,4,2121,1441,741,76,517.8209770000004,0.0544084821428571,32,0,F2,f,20,144,41,20,,,,,,o,,d,e,,gutim,2814 +nof,95,8,4,2121,1442,,76,517.8749770000004,,,,,,,144,41,0,,,,,,,,,,,gutim,2814 +non,95,9,4,2122,1442,742,102,517.8749770000004,0.0544084821428571,32,0,C2,f,20,144,36,20,,,,,,o,,d,e,,gutim,2815 +nof,95,9,4,2122,1443,,102,517.9289770000004,,,,,,,144,36,0,,,,,,,,,,,gutim,2815 +non,95,10,4,2123,1443,743,128,517.9289770000004,0.267857142857143,8,0,E4,f,20,144,64,20,,,,,t,o,,d,E 5945,,gutim,2816 +non,95,11,4,2124,1444,,256,518.1969770000004,0.355747767857143,4,0,E4,,,,,,,,,,_,,,,,,gutim,2817 +non,95,12,3,2125,1445,744,384,518.4649770000003,0.267857142857143,8,0,Eb1,f,20,144,27,20,,,,,t,o,,,,,gutim,2818 +non,95,13,4,2126,1446,,426,518.5529770000003,0.0899832589285714,16,0,E4,,,,,,,,,,T,,,,,,gutim,2819 +non,95,14,4,2127,1447,745,469,518.6429770000002,0.0899832589285714,16,0,Ab1,mp,14,144,32,14,,,,,t,o,,,,,gutim,2820 +non,95,15,3,2128,1448,,512,518.7329770000002,3.21428571428571,1,1,Eb1,,,,,,,,,,T,,,,,,gutim,2821 +non,95,16,4,2129,1448,,512,518.7329770000002,0.535714285714286,4,0,Ab1,,,,,,,,,,_,,,,,,gutim,2822 +nof,95,4,3,2117,1449,,0,518.8399770000002,,,,,,,144,37,0,,,,,,,,,,,gutim,2810 +nof,95,10,4,2123,1450,,128,519.0179770000002,,,,,,,144,64,0,,,,,,,,,,,gutim,2816 +non,95,17,4,2130,1451,,768,519.2689770000002,0.087890625,16,0,Ab1,,,,,,,,,,T,,,,,,gutim,2823 +nof,95,14,4,2127,1452,,469,519.3569770000001,,,,,,,144,32,0,,,,,,,,,,,gutim,2820 +non,95,18,4,2131,1452,746,810,519.3569770000001,0.0899832589285714,16,0,F3,pp,8,144,53,8,,,,,t,o,,,,,gutim,2824 +non,95,19,4,2132,1453,,853,519.4469770000002,0.357840401785714,4,0,F3,,,,,,,,,,T,,,,,,gutim,2825 +nof,95,18,4,2131,1454,,810,519.8039770000001,,,,,,,144,53,0,,,,,,,,,,,gutim,2824 +non,95,20,1,2133,1454,,1024,519.8039770000001,0.267857142857143,8,1,Ab3,,,,,,,,,,T,,,,,,gutim,2826 +non,95,21,2,2134,1454,747,1024,519.8039770000001,2.14285714285714,1,0,B1,p,11,144,35,11,,,,,,o,,d,,,gutim,2827 +rst,95,22,4,2135,1454,,1024,519.8039770000001,,,,,,,176,102,0,,,,,,,,,,,gutim,2828 +non,95,23,1,2136,1455,748,,519.9969770000002,0.05,8,0,E4,f,20,144,64,20,,,,g,,o,,d,,,gutim,2829 +nof,95,23,1,2136,1456,,,520.0469770000002,,,,,,,144,64,0,,,,,,,,,,,gutim,2829 +non,95,24,1,2137,1457,749,1152,520.0719770000003,0.177873883928571,8,0,C5,ppp,5,144,72,5,,,,,,o,,d,,,gutim,2830 +non,95,25,1,2138,1457,749,1152,520.0719770000003,0.267857142857143,8,0,Bb5,f,20,144,82,20,,,,,,o,,d,,,gutim,2831 +nof,95,24,1,2137,1458,,1152,520.2499770000003,,,,,,,144,72,0,,,,,,,,,,,gutim,2830 +non,95,26,1,2139,1458,750,1237,520.2499770000003,0.0899832589285714,16,0,F2,mf,17,144,41,17,,,,,,o,,d,,,gutim,2832 +nof,95,26,1,2139,1459,,1237,520.3399770000003,,,,,,,144,41,0,,,,,,,,,,,gutim,2832 +non,95,28,1,2140,1459,751,1280,520.3399770000003,0.535714285714286,4,0,D4,p,11,144,62,11,,,,,,o,,d,,,gutim,2833 +rst,95,29,4,2141,1459,,1280,520.3399770000003,,,,,,,176,102,0,,,,,,,,,,,gutim,2834 +ped,95,27,0,2142,1459,,1280,520.3399770000003,,,,,,,176,64,127,,,,,,,V,,,,gutim,2835 +nof,95,25,1,2138,1460,,1152,520.3399770000003,,,,,,,144,82,0,,,,,,,,,,,gutim,2831 +nof,95,2,1,2115,1461,,0,520.4469770000003,,,,,,,144,56,0,,,,,,,,,,,gutim,2808 +nof,95,28,1,2140,1462,,1280,520.8759770000003,,,,,,,144,62,0,,,,,,,,,,,gutim,2833 +non,95,30,1,2143,1462,752,1536,520.8759770000003,1.07142857142857,2,0,Gb4,mp,14,144,66,14,,,,,,o,,,,,gutim,2836 +non,95,31,1,2144,1462,752,1536,520.8759770000003,1.07142857142857,2,0,Bb4,fff,24,144,70,24,,,,,,o,,,,,gutim,2837 +non,95,32,4,2145,1462,752,1536,520.8759770000003,0.535714285714286,4,0,Bb5,mf,17,144,82,17,,,,,,o,,D,,,gutim,2838 +nof,95,32,4,2145,1463,,1536,521.4119770000002,,,,,,,144,82,0,,,,,,,,,,,gutim,2838 +non,95,33,4,2146,1463,753,1792,521.4119770000002,0.535714285714286,4,0,E4,p,11,144,64,11,,,,,,o,,,,,gutim,2839 +ped,95,34,0,2147,1464,,2047,521.9449770000002,,,,,,,176,64,0,,,,,,,^,,,,gutim,2835 +nof,95,30,1,2143,1465,,1536,521.9469770000003,,,,,,,144,66,0,,,,,,,,,,,gutim,2836 +nof,95,31,1,2144,1465,,1536,521.9469770000003,,,,,,,144,70,0,,,,,,,,,,,gutim,2837 +nof,95,33,4,2146,1465,,1792,521.9469770000003,,,,,,,144,64,0,,,,,,,,,,,gutim,2839 +bar,96,0,0,2148,1465,,0,521.9469770000003,,,,,,,,,,96,,,,,,,,,,gutim,2840 +rst,96,1,1,2149,1465,,0,521.9469770000003,,,,,,,176,102,0,,,,,,,,,,,gutim,2841 +non,96,2,2,2150,1465,754,0,521.9469770000003,0.0669642857142857,32,0,Bb6,p,11,144,94,11,,,,,,o,,,,,gutim,2842 +non,96,3,3,2151,1465,754,0,521.9469770000003,0.803571428571429,4,1,Bb3,pp,8,144,58,8,,,,,,o,,,,,gutim,2843 +rst,96,4,4,2152,1465,,0,521.9469770000003,,,,,,,176,102,0,,,,,,,,,,,gutim,2844 +nof,95,12,3,2125,1466,,384,521.9469770000003,,,,,,,144,27,0,,,,,,,,,,,gutim,2818 +nof,95,21,2,2134,1466,,1024,521.9469770000003,,,,,,,144,35,0,,,,,,,,,,,gutim,2827 +nof,96,2,2,2150,1467,,0,522.0139770000003,,,,,,,144,94,0,,,,,,,,,,,gutim,2842 +non,96,5,1,2153,1467,755,32,522.0139770000003,0.0669642857142857,32,0,Db6,p+,12,144,85,12,,,,,,o,,,,,gutim,2845 +non,96,6,2,2154,1467,755,32,522.0139770000003,0.0669642857142857,32,0,F4,p+,12,144,65,12,,,,,,o,,,,,gutim,2846 +nof,96,5,1,2153,1468,,32,522.0809770000003,,,,,,,144,85,0,,,,,,,,,,,gutim,2845 +nof,96,6,2,2154,1468,,32,522.0809770000003,,,,,,,144,65,0,,,,,,,,,,,gutim,2846 +non,96,7,1,2155,1468,756,64,522.0809770000003,0.0669642857142857,32,0,C5,mp,14,144,72,14,,,,,,o,,,,,gutim,2847 +non,96,8,2,2156,1468,756,64,522.0809770000003,0.0669642857142857,32,0,Gb4,mp,14,144,66,14,,,,,,o,,,,,gutim,2848 +nof,96,7,1,2155,1469,,64,522.1479770000003,,,,,,,144,72,0,,,,,,,,,,,gutim,2847 +nof,96,8,2,2156,1469,,64,522.1479770000003,,,,,,,144,66,0,,,,,,,,,,,gutim,2848 +rst,96,9,1,2157,1469,,96,522.1479770000003,,,,,,,176,102,0,,,,,,,,,,,gutim,2849 +non,96,10,2,2158,1469,757,96,522.1479770000003,0.0669642857142857,32,0,F4,p+,12,144,65,12,,,,,,o,,,,,gutim,2850 +non,96,11,4,2159,1469,757,96,522.1479770000003,0.0669642857142857,32,0,G3,p,11,144,55,11,,,,,,o,,,,,gutim,2851 +nof,96,10,2,2158,1470,,96,522.2149770000003,,,,,,,144,65,0,,,,,,,,,,,gutim,2850 +nof,96,11,4,2159,1470,,96,522.2149770000003,,,,,,,144,55,0,,,,,,,,,,,gutim,2851 +non,96,12,1,2160,1470,758,128,522.2149770000003,0.267857142857143,8,0,E7,p,11,144,100,11,,,,,,o,,,,,gutim,2852 +non,96,13,2,2161,1470,758,128,522.2149770000003,0.267857142857143,8,0,D4,p,11,144,62,11,,,,,,o,,,,,gutim,2853 +non,96,14,4,2162,1470,758,128,522.2149770000003,0.267857142857143,8,0,A3,ppp,5,144,57,5,,,,,,o,,,,,gutim,2854 +nof,96,12,1,2160,1471,,128,522.4829770000003,,,,,,,144,100,0,,,,,,,,,,,gutim,2852 +nof,96,13,2,2161,1471,,128,522.4829770000003,,,,,,,144,62,0,,,,,,,,,,,gutim,2853 +nof,96,14,4,2162,1471,,128,522.4829770000003,,,,,,,144,57,0,,,,,,,,,,,gutim,2854 +rst,96,15,1,2163,1471,,256,522.4829770000003,,,,,,,176,102,0,,,,,,,,,,,gutim,2855 +rst,96,16,2,2164,1471,,256,522.4829770000003,,,,,,,176,102,0,,,,,,,,,,,gutim,2856 +rst,96,17,4,2165,1471,,256,522.4829770000003,,,,,,,176,102,0,,,,,,,,,,,gutim,2857 +nof,96,3,3,2151,1472,,0,522.7509770000004,,,,,,,144,58,0,,,,,,,,,,,gutim,2843 +non,96,19,1,2166,1472,759,384,522.7509770000004,0.267857142857143,8,0,F7,ppp,5,144,101,5,,,,,,o,,d,,,gutim,2858 +non,96,20,2,2167,1472,759,384,522.7509770000004,0.267857142857143,8,0,A6,mp,14,144,93,14,,,,,,o,,d,,,gutim,2859 +non,96,21,3,2168,1472,759,384,522.7509770000004,0.267857142857143,8,0,Ab4,ppp,5,144,68,5,,,,,,o,,d 5945,,,gutim,2860 +sec,96,22,0,2169,1472,,384,522.7509770000004,,,,,,,,,,,5945,,,,,,,,,gutim,2861 +ped,96,18,0,2170,1472,,384,522.7509770000004,,,,,,,176,64,127,,,,,,,V,,,,gutim,2862 +nof,96,19,1,2166,1473,,384,523.0189770000004,,,,,,,144,101,0,,,,,,,,,,,gutim,2858 +nof,96,20,2,2167,1473,,384,523.0189770000004,,,,,,,144,93,0,,,,,,,,,,,gutim,2859 +nof,96,21,3,2168,1473,,384,523.0189770000004,,,,,,,144,68,0,,,,,,,,,,,gutim,2860 +rst,96,23,1,2171,1473,,512,523.0189770000004,,,,,,,176,102,0,,,,,,,,,,,gutim,2863 +rst,96,24,2,2172,1473,,512,523.0189770000004,,,,,,,176,102,0,,,,,,,,,,,gutim,2864 +rst,96,25,3,2173,1473,,512,523.0189770000004,,,,,,,176,102,0,,,,,,,,,,,gutim,2865 +rst,96,26,4,2174,1473,,512,523.0189770000004,,,,,,,176,102,0,,,,,,,,,,,gutim,2866 +non,96,27,3,2175,1474,760,896,523.8219770000004,0.267857142857143,8,0,Ab1,p,11,144,32,11,,,,,,o,,d,,,gutim,2867 +nof,96,27,3,2175,1475,,896,524.0899770000003,,,,,,,144,32,0,,,,,,,,,,,gutim,2867 +rst,96,28,1,2176,1475,,1024,524.0899770000003,,,,,,,176,102,0,,,,,,,,,,,gutim,2868 +rst,96,29,2,2177,1475,,1024,524.0899770000003,,,,,,,176,102,0,,,,,,,,,,,gutim,2869 +rst,96,30,3,2178,1475,,1024,524.0899770000003,,,,,,,176,102,0,,,,,,,,,,,gutim,2870 +rst,96,31,4,2179,1475,,1024,524.0899770000003,,,,,,,176,102,0,,,,,,,,,,,gutim,2871 +ped,96,32,0,2180,1476,,1216,524.4919770000004,,,,,,,176,64,0,,,,,,,^,,,,gutim,2862 +non,96,33,3,2181,1476,761,1216,524.4919770000004,0.133928571428571,16,0,F3,ppp,5,144,53,5,,,,,t,o,,d,,,gutim,2872 +non,96,34,3,2182,1477,,1280,524.6259770000004,1.60714285714286,2,1,F3,,,,,,,,,,_,,,,,,gutim,2873 +bar,97,0,0,2183,1478,,0,526.2329770000003,,,,,,,,,,97,,,,,,,,,,gutim,2874 +rst,97,1,1,2184,1478,,0,526.2329770000003,,,,,,,176,102,0,,,,,,,,,,,gutim,2875 +non,97,2,3,2185,1478,,0,526.2329770000003,0.267857142857143,8,0,F3,,,,,,,,,,T,,,,,,gutim,2876 +non,97,3,4,2186,1478,762,0,526.2329770000003,4.28571428571429,0.5,0,Eb1,ppp,5,144,27,5,,,,,,o,,d,,,gutim,2877 +nof,96,33,3,2181,1479,,1216,526.5009770000004,,,,,,,144,53,0,,,,,,,,,,,gutim,2872 +rst,97,4,3,2187,1479,,128,526.5009770000004,,,,,,,176,102,0,,,,,,,,,,,gutim,2878 +rst,97,5,3,2188,1480,,256,526.7689770000004,,,,,,,176,102,0,,,,,,,,,,,gutim,2879 +non,97,6,3,2189,1481,763,1024,528.3759770000004,0.087890625,16,0,C3,mp,14,144,48,14,,,,,,o,,D 5946,,,gutim,2880 +nof,97,6,3,2189,1482,,1024,528.4639770000003,,,,,,,144,48,0,,,,,,,,,,,gutim,2880 +non,97,7,3,2190,1482,764,1066,528.4639770000003,0.0899832589285714,16,0,E5,mf,17,144,76,17,,,,,,o,,,,,gutim,2881 +nof,97,7,3,2190,1483,,1066,528.5539770000003,,,,,,,144,76,0,,,,,,,,,,,gutim,2881 +non,97,8,3,2191,1483,765,1109,528.5539770000003,0.0899832589285714,16,0,F3,f-,19,144,53,19,,,,,,o,,,,,gutim,2882 +nof,97,8,3,2191,1484,,1109,528.6439770000003,,,,,,,144,53,0,,,,,,,,,,,gutim,2882 +non,97,10,3,2192,1484,766,1152,528.6439770000003,0.267857142857143,8,1,C2,ff,22,144,36,22,,,,,t,o,,,,,gutim,2883 +ped,97,9,0,2193,1484,,1152,528.6439770000003,,,,,,,176,64,127,,,,,,,V,,,,gutim,2884 +non,97,11,3,2194,1485,,1280,528.9119770000002,1.60714285714286,2,1,C2,,,,,,,,,,T,,,,,,gutim,2885 +nof,97,3,4,2186,1486,,0,530.5189770000002,,,,,,,144,27,0,,,,,,,,,,,gutim,2877 +nof,97,10,3,2192,1486,,1152,530.5189770000002,,,,,,,144,36,0,,,,,,,,,,,gutim,2883 +bar,98,0,0,2195,1486,,0,530.5189770000002,,,,,,,,,,98,,,,,,,,,,gutim,2886 +rst,98,1,1,2196,1486,,0,530.5189770000002,,,,,,,176,102,0,,,,,,,,,,,gutim,2887 +non,98,2,3,2197,1486,767,0,530.5189770000002,1.07142857142857,2,0,C2,pp,8,144,36,8,,,,,,o,,,,,gutim,2888 +rst,98,3,4,2198,1486,,0,530.5189770000002,,,,,,,176,102,0,,,,,,,,,,,gutim,2889 +ped,98,4,0,2199,1487,,512,531.4399770000002,,,,,,,176,64,0,,,,,,,^,,,,gutim,2884 +non,98,5,1,2200,1488,768,,531.5149770000003,0.05,8,0,C#6,pp,8,144,85,8,,,,g,,o,,,,,gutim,2890 +nof,98,5,1,2200,1489,,,531.5649770000002,,,,,,,144,85,0,,,,,,,,,,,gutim,2890 +nof,98,2,3,2197,1490,,0,531.5899770000002,,,,,,,144,36,0,,,,,,,,,,,gutim,2888 +non,98,6,1,2201,1490,769,512,531.5899770000002,0.267857142857143,8,0,E6,pp,8,144,88,8,,,,,,o,,,,,gutim,2891 +non,98,7,1,2202,1490,769,512,531.5899770000002,0.267857142857143,8,0,Bb6,ff,22,144,94,22,,,,,,o,,,,,gutim,2892 +non,98,8,3,2203,1490,769,512,531.5899770000002,0.267857142857143,8,0,C2,ppp,5,144,36,5,,,,,,o,,,,,gutim,2893 +rst,98,9,4,2204,1490,,512,531.5899770000002,,,,,,,176,102,0,,,,,,,,,,,gutim,2894 +ped,98,4,0,2205,1491,,512,531.7399770000002,,,,,,,176,64,127,,,,,,,V,,,,gutim,2895 +ped,98,10,0,2206,1492,,640,531.8419770000002,,,,,,,176,64,0,,,,,,,^,,,,gutim,2895 +nof,98,6,1,2201,1493,,512,531.8579770000001,,,,,,,144,88,0,,,,,,,,,,,gutim,2891 +nof,98,7,1,2202,1493,,512,531.8579770000001,,,,,,,144,94,0,,,,,,,,,,,gutim,2892 +nof,98,8,3,2203,1493,,512,531.8579770000001,,,,,,,144,36,0,,,,,,,,,,,gutim,2893 +non,98,11,1,2207,1493,770,640,531.8579770000001,0.267857142857143,8,0,F#4,p,11,144,66,11,,,,,t,o,,,,,gutim,2896 +non,98,12,3,2208,1493,770,640,531.8579770000001,0.267857142857143,8,0,B1,ppp-,4,144,35,4,,,,,t,o,,,,,gutim,2897 +non,98,13,4,2209,1493,770,640,531.8579770000001,0.267857142857143,8,0,F#1,ppp-,4,144,30,4,,,,,,o,,,,,gutim,2898 +nof,98,13,4,2209,1494,,640,532.1259770000001,,,,,,,144,30,0,,,,,,,,,,,gutim,2898 +non,98,15,1,2210,1494,,768,532.1259770000001,2.14285714285714,1,0,F#4,,,,,,,,,,T,,,,,,gutim,2899 +non,98,16,3,2211,1494,,768,532.1259770000001,2.14285714285714,1,0,B1,,,,,,,,,,_,,,,,,gutim,2900 +rst,98,17,4,2212,1494,,768,532.1259770000001,,,,,,,176,102,0,,,,,,,,,,,gutim,2901 +ped,98,14,0,2213,1495,,768,532.1419770000002,,,,,,,176,64,127,,,,,,,V,,,,gutim,2902 +rst,98,18,4,2214,1496,,1024,532.6619770000002,,,,,,,176,102,0,,,,,,,,,,,gutim,2903 +non,98,19,4,2215,1497,771,1216,533.0629770000003,0.133928571428571,16,0,F3,f,20,144,53,20,,,,,t,o,,,,,gutim,2904 +non,98,20,4,2216,1498,,1280,533.1969770000003,1.60714285714286,2,1,F3,,,,,,,,,,_,,,,,,gutim,2905 +ped,98,21,0,2217,1499,,1792,534.1189770000003,,,,,,,176,64,0,,,,,,,^,,,,gutim,2902 +nof,98,11,1,2207,1500,,640,534.2689770000004,,,,,,,144,66,0,,,,,,,,,,,gutim,2896 +rst,98,22,1,2218,1500,,1792,534.2689770000004,,,,,,,176,102,0,,,,,,,,,,,gutim,2906 +non,98,23,3,2219,1500,772,1792,534.2689770000004,0.535714285714286,4,0,B0,mp,14,144,23,14,,,,,t,o,,,e,,gutim,2907 +non,98,24,3,2220,1500,,1792,534.2689770000004,0.535714285714286,4,0,B1,,,,,,,,,,_,,,,,,gutim,2908 +ped,98,21,0,2221,1501,,1792,534.4189770000004,,,,,,,176,64,127,,,,,,,V,,,,gutim,2909 +bar,99,0,0,2222,1502,,0,534.8039770000004,,,,,,,,,,99,,,,,,,,,,gutim,2910 +rst,99,1,1,2223,1502,,0,534.8039770000004,,,,,,,176,102,0,,,,,,,,,,,gutim,2911 +non,99,2,3,2224,1502,,0,534.8039770000004,3.75,1,2,B0,,,,,,,,,,T,,,,,,gutim,2912 +non,99,3,3,2225,1502,,0,534.8039770000004,2.14285714285714,1,2,B1,,,,,,,,,,T,,,,,,gutim,2913 +non,99,4,4,2226,1502,,0,534.8039770000004,4.28571428571429,0.5,0,F3,,,,,,,,,,T,,,,,,gutim,2914 +non,99,5,1,2227,1503,773,512,535.8759770000004,1.60714285714286,2,1,D4,p,11,144,62,11,,,,,,o,,,e,,gutim,2915 +nof,98,12,3,2208,1504,,640,536.9469770000004,,,,,,,144,35,0,,,,,,,,,,,gutim,2897 +nof,99,5,1,2227,1505,,512,537.4829770000003,,,,,,,144,62,0,,,,,,,,,,,gutim,2915 +non,99,6,1,2228,1505,774,1280,537.4829770000003,1.07142857142857,2,0,F4,pp-,7,144,65,7,,,,,,o,,,E 5946,,gutim,2916 +non,99,9,1,2229,1506,775,,538.4789770000003,0.05,8,0,C5,pp,8,144,72,8,,,,g,,o,,,,,gutim,2917 +non,99,8,1,2230,1506,775,,538.4789770000003,0.05,8,0,F#4,pp,8,144,66,8,,,,g,,o,,,,,gutim,2918 +nof,99,9,1,2229,1507,,,538.5289770000004,,,,,,,144,72,0,,,,,,,,,,,gutim,2917 +nof,99,8,1,2230,1507,,,538.5289770000004,,,,,,,144,66,0,,,,,,,,,,,gutim,2918 +nof,99,6,1,2228,1508,,1280,538.5539770000004,,,,,,,144,65,0,,,,,,,,,,,gutim,2916 +ped,99,7,0,2231,1508,,1792,538.5539770000004,,,,,,,176,64,0,,,,,,,^,,,,gutim,2909 +rst,99,10,1,2232,1508,,1792,538.5539770000004,,,,,,,176,102,0,,,,,,,,,,,gutim,2919 +rst,99,11,3,2233,1508,,1792,538.5539770000004,,,,,,,176,102,0,,,,,,,,,,,gutim,2920 +nof,98,23,3,2219,1509,,1792,538.5539770000004,,,,,,,144,23,0,,,,,,,,,,,gutim,2907 +bar,100,0,0,2234,1510,,0,539.0899770000003,,,,,,,,,,100,,,,,,,,,,gutim,2921 +sec,100,1,0,2235,1510,,0,539.0899770000003,,,,,,,,,,,5946,,,,,,,,,gutim,2922 +rst,100,2,1,2236,1510,,0,539.0899770000003,,,,,,,176,102,0,,,,,,,,,,,gutim,2923 +non,100,3,3,2237,1510,776,0,539.0899770000003,4.28571428571429,0.5,0,D4,pp-,7,144,62,7,,,,,t,o,,,,,gutim,2924 +non,100,4,3,2238,1510,776,0,539.0899770000003,4.28571428571429,0.5,0,E5,pp-,7,144,76,7,,,,,t,o,,,,,gutim,2925 +nof,98,19,4,2215,1511,,1216,539.0899770000003,,,,,,,144,53,0,,,,,,,,,,,gutim,2904 +ped,100,5,0,2239,1512,,316,539.7509770000004,,,,,,,176,64,127,,,,,,,V,,,,gutim,2926 +non,100,6,1,2240,1513,777,1792,542.8399770000003,0.535714285714286,4,0,F#7,ff,22,144,102,22,,,,,,o,,d,,,gutim,2927 +nof,100,6,1,2240,1514,,1792,543.3759770000004,,,,,,,144,102,0,,,,,,,,,,,gutim,2927 +bar,101,0,0,2241,1514,,0,543.3759770000004,,,,,,,,,,101,,,,,,,,,,gutim,2928 +rst,101,1,1,2242,1514,,0,543.3759770000004,,,,,,,176,102,0,,,,,,,,,,,gutim,2929 +non,101,2,3,2243,1514,,0,543.3759770000004,2.14285714285714,1,0,D4,,,,,,,,,,T,,,,,,gutim,2930 +non,101,3,3,2244,1514,,0,543.3759770000004,2.14285714285714,1,0,E5,,,,,,,,,,T,,,,,,gutim,2931 +rst,101,4,4,2245,1514,,0,543.3759770000004,,,,,,,176,102,0,,,,,,,,,,,gutim,2932 +nof,100,3,3,2237,1515,,0,545.5189770000004,,,,,,,144,62,0,,,,,,,,,,,gutim,2924 +nof,100,4,3,2238,1515,,0,545.5189770000004,,,,,,,144,76,0,,,,,,,,,,,gutim,2925 +ped,101,5,0,2246,1515,,1024,545.5189770000004,,,,,,,176,64,0,,,,,,,^,,,,gutim,2926 +non,101,6,3,2247,1515,778,1024,545.5189770000004,2.14285714285714,1,0,Bb2,ppp,5,144,46,5,,,,,,o,,d,,,gutim,2933 +non,101,7,3,2248,1515,778,1024,545.5189770000004,2.14285714285714,1,0,A3,ppp,5,144,57,5,,,,,,o,,d,,,gutim,2934 +non,101,8,4,2249,1515,778,1024,545.5189770000004,0.267857142857143,8,0,Eb1,mp,14,144,27,14,,,,,,o,,d,,,gutim,2935 +non,101,9,4,2250,1515,778,1024,545.5189770000004,0.267857142857143,8,0,Ab1,mp,14,144,32,14,,,,,,o,,d,,,gutim,2936 +nof,101,8,4,2249,1516,,1024,545.7869770000004,,,,,,,144,27,0,,,,,,,,,,,gutim,2935 +nof,101,9,4,2250,1516,,1024,545.7869770000004,,,,,,,144,32,0,,,,,,,,,,,gutim,2936 +rst,101,10,4,2251,1516,,1152,545.7869770000004,,,,,,,176,102,0,,,,,,,,,,,gutim,2937 +non,101,11,4,2252,1517,779,1280,546.0539770000005,1.60714285714286,2,1,D3,f,20,144,50,20,,,,,,o,,,,,gutim,2938 +nof,101,6,3,2247,1518,,1024,547.6619770000004,,,,,,,144,46,0,,,,,,,,,,,gutim,2933 +nof,101,7,3,2248,1518,,1024,547.6619770000004,,,,,,,144,57,0,,,,,,,,,,,gutim,2934 +nof,101,11,4,2252,1518,,1280,547.6619770000004,,,,,,,144,50,0,,,,,,,,,,,gutim,2938 +bar,102,0,0,2253,1518,,0,547.6619770000004,,,,,,,,,,102,,,,,,,,,,gutim,2939 +non,102,1,1,2254,1518,780,0,547.6619770000004,0.535714285714286,4,0,D7,ppp,5,144,98,5,,,,,,o,,d,,,gutim,2940 +non,102,2,1,2255,1518,780,0,547.6619770000004,0.535714285714286,4,0,G7,ppp,5,144,103,5,,,,,,o,,d,,,gutim,2941 +rst,102,3,2,2256,1518,,0,547.6619770000004,,,,,,,176,102,0,,,,,,,,,,,gutim,2942 +non,102,4,3,2257,1518,780,0,547.6619770000004,0.267857142857143,8,0,Ab2,ppp,5,144,44,5,,,,,,o,,d,,,gutim,2943 +nof,102,4,3,2257,1519,,0,547.9289770000005,,,,,,,144,44,0,,,,,,,,,,,gutim,2943 +rst,102,5,3,2258,1519,,128,547.9289770000005,,,,,,,176,102,0,,,,,,,,,,,gutim,2944 +nof,102,1,1,2254,1520,,0,548.1969770000005,,,,,,,144,98,0,,,,,,,,,,,gutim,2940 +nof,102,2,1,2255,1520,,0,548.1969770000005,,,,,,,144,103,0,,,,,,,,,,,gutim,2941 +rst,102,6,1,2259,1521,,256,548.1969770000005,,,,,,,176,102,0,,,,,,,,,,,gutim,2945 +rst,102,7,2,2260,1521,,256,548.1969770000005,,,,,,,176,102,0,,,,,,,,,,,gutim,2946 +non,102,8,3,2261,1521,781,256,548.1969770000005,0.535714285714286,4,0,C3,ppp,5,144,48,5,,,,,,o,,d,,,gutim,2947 +nof,102,8,3,2261,1522,,256,548.7329770000006,,,,,,,144,48,0,,,,,,,,,,,gutim,2947 +non,102,9,1,2262,1522,782,,548.7329770000006,0.05,8,0,Ab4,pp,8,144,68,8,,,,g,t,o,,d,,,gutim,2948 +nof,102,9,1,2262,1523,,,548.7829770000005,,,,,,,144,68,0,,,,,,,,,,,gutim,2948 +non,102,10,1,2263,1524,,,548.8079770000006,0.05,8,0,Ab4,,,,,,,,,g,T,,,,,,gutim,2949 +non,102,11,1,2264,1525,783,,548.8829770000007,0.05,8,0,D5,pp-,7,144,74,7,,,,g,,o,,d,,,gutim,2950 +nof,102,11,1,2264,1526,,,548.9329770000006,,,,,,,144,74,0,,,,,,,,,,,gutim,2950 +non,102,12,1,2265,1527,784,512,548.9579770000006,0.267857142857143,8,0,C3,ppp,5,144,48,5,,,,,,o,,d,,,gutim,2951 +rst,102,13,2,2266,1527,,512,548.9579770000006,,,,,,,176,102,0,,,,,,,,,,,gutim,2952 +non,102,14,3,2267,1527,784,,548.9579770000006,0.05,8,0,F3,ppp,5,144,53,5,,,,g,,o,,d,,,gutim,2953 +nof,102,14,3,2267,1528,,,549.0079770000007,,,,,,,144,53,0,,,,,,,,,,,gutim,2953 +non,102,15,3,2268,1529,785,,549.0329770000006,0.05,8,0,F#2,ppp,5,144,42,5,,,,g,,o,,d,,,gutim,2954 +nof,102,15,3,2268,1530,,,549.0829770000007,,,,,,,144,42,0,,,,,,,,,,,gutim,2954 +non,102,16,3,2269,1531,786,,549.1079770000008,0.05,8,0,B2,ppp,5,144,47,5,,,,g,,o,,d,,,gutim,2955 +non,102,17,3,2270,1531,786,,549.1079770000008,0.05,8,0,F3,ppp,5,144,53,5,,,,g,,o,,d,,,gutim,2956 +nof,102,16,3,2269,1532,,,549.1579770000008,,,,,,,144,47,0,,,,,,,,,,,gutim,2955 +nof,102,17,3,2270,1532,,,549.1579770000008,,,,,,,144,53,0,,,,,,,,,,,gutim,2956 +rst,102,18,3,2271,1533,,512,549.1829770000008,,,,,,,176,102,0,,,,,,,,,,,gutim,2957 +nof,102,12,1,2265,1534,,512,549.2259770000009,,,,,,,144,48,0,,,,,,,,,,,gutim,2951 +non,102,19,1,2272,1535,787,640,549.4509770000009,0,8,0,C6,ppp,5,,,,,,,,,o,,,,,gutim,2958 +non,102,20,1,2273,1535,787,640,549.4509770000009,0.267857142857143,8,0,B6,ppp,5,144,95,5,,,,,,o,,,,,gutim,2959 +nof,102,20,1,2273,1536,,640,549.7189770000009,,,,,,,144,95,0,,,,,,,,,,,gutim,2959 +rst,102,21,1,2274,1536,,768,549.7189770000009,,,,,,,176,102,0,,,,,,,,,,,gutim,2960 +rst,102,22,2,2275,1536,,768,549.7189770000009,,,,,,,176,102,0,,,,,,,,,,,gutim,2961 +non,102,26,3,2276,1537,788,,550.1789770000009,0.05,8,0,F#2,s,0,144,42,0,,,,g,,o,,,,,gutim,2962 +non,102,25,3,2277,1537,788,,550.1789770000009,0.05,8,0,G#1,s,0,144,32,0,,,,g,,o,,,,,gutim,2963 +nof,102,26,3,2276,1538,,,550.2289770000009,,,,,,,144,42,0,,,,,,,,,,,gutim,2964 +nof,102,25,3,2277,1538,,,550.2289770000009,,,,,,,144,32,0,,,,,,,,,,,gutim,2965 +non,102,23,1,2278,1539,789,1024,550.2539770000009,0.177873883928571,8,0,Ab2,ppp,5,144,44,5,,,,,,o,,,,,gutim,2966 +rst,102,24,2,2279,1539,,1024,550.2539770000009,,,,,,,176,102,0,,,,,,,,,,,gutim,2967 +non,102,27,3,2280,1539,789,1024,550.2539770000009,2.14285714285714,1,0,G#1,ppp,5,144,32,5,,,,,,o,,,,,gutim,2968 +non,102,28,3,2281,1539,789,1024,550.2539770000009,2.14285714285714,1,0,F#2,ppp,5,144,42,5,,,,,,o,,,,,gutim,2969 +nof,102,23,1,2278,1540,,1024,550.4319770000009,,,,,,,144,44,0,,,,,,,,,,,gutim,2966 +non,102,29,1,2282,1540,790,1109,550.4319770000009,0.177873883928571,8,0,C3,ppp,5,144,48,5,,,,,,o,,,,,gutim,2970 +nof,102,28,3,2281,1541,,1024,550.609977000001,,,,,,,144,42,0,,,,,,,,,,,gutim,2969 +nof,102,29,1,2282,1541,,1109,550.609977000001,,,,,,,144,48,0,,,,,,,,,,,gutim,2970 +non,102,30,1,2283,1541,791,1194,550.609977000001,0.179966517857143,8,0,Gb2,ppp,5,144,42,5,,,,,,o,,,,,gutim,2971 +rst,102,31,1,2284,1542,,1280,550.7899770000009,,,,,,,176,102,0,,,,,,,,,,,gutim,2972 +rst,102,32,2,2285,1542,,1280,550.7899770000009,,,,,,,176,102,0,,,,,,,,,,,gutim,2973 +non,102,33,1,2286,1543,792,,551.175977000001,0.05,8,0,F4,ppp,5,144,65,5,,,,g,,o,,,,,gutim,2974 +nof,102,33,1,2286,1544,,,551.225977000001,,,,,,,144,65,0,,,,,,,,,,,gutim,2974 +non,102,34,1,2287,1545,793,,551.250977000001,0.05,8,0,F#1,ppp,5,144,30,5,,,,g,,o,,,,,gutim,2975 +nof,102,34,1,2287,1546,,,551.300977000001,,,,,,,144,30,0,,,,,,,,,,,gutim,2975 +non,102,35,1,2288,1547,794,1536,551.325977000001,1.60714285714286,2,1,D3,p,11,144,50,11,,,,,,o,,D 5947,,,gutim,2976 +non,102,36,2,2289,1547,794,1536,551.325977000001,0.535714285714286,4,0,C3,ppp,5,144,48,5,,,,,,o,,,,,gutim,2977 +nof,102,36,2,2289,1548,,1536,551.8619770000009,,,,,,,144,48,0,,,,,,,,,,,gutim,2977 +rst,102,37,2,2290,1548,,1792,551.8619770000009,,,,,,,176,102,0,,,,,,,,,,,gutim,2978 +rst,102,38,2,2291,1549,,2048,552.396977000001,,,,,,,176,102,0,,,,,,,,,,,gutim,2979 +rst,102,39,3,2292,1549,,2048,552.396977000001,,,,,,,176,102,0,,,,,,,,,,,gutim,2980 +sec,102,40,0,2293,1549,,2048,552.396977000001,,,,,,,,,,,5947,,,,,,,,,gutim,2981 +nof,102,27,3,2280,1550,,1024,552.396977000001,,,,,,,144,32,0,,,,,,,,,,,gutim,2968 +nof,102,30,1,2283,1550,,1194,552.396977000001,,,,,,,144,42,0,,,,,,,,,,,gutim,2971 +non,102,41,4,2294,1551,795,,552.782977000001,0.05,8,0,A2,pp,8,144,45,8,,,,g,,o,,d,,,gutim,2982 +nof,102,41,4,2294,1552,,,552.8329770000009,,,,,,,144,45,0,,,,,,,,,,,gutim,2982 +non,102,44,4,2295,1553,796,,552.857977000001,0.05,8,0,C5,pp,8,144,72,8,,,,g,,o,,d,,,gutim,2983 +non,102,43,4,2296,1553,796,,552.857977000001,0.05,8,0,Bb3,pp,8,144,58,8,,,,g,,o,,d,,,gutim,2984 +non,102,42,4,2297,1553,796,,552.857977000001,0.05,8,0,C#1,pp,8,144,25,8,,,,g,,o,,d,,,gutim,2985 +nof,102,44,4,2295,1554,,,552.907977000001,,,,,,,144,72,0,,,,,,,,,,,gutim,2983 +nof,102,43,4,2296,1554,,,552.907977000001,,,,,,,144,58,0,,,,,,,,,,,gutim,2984 +nof,102,42,4,2297,1554,,,552.907977000001,,,,,,,144,25,0,,,,,,,,,,,gutim,2985 +nof,102,35,1,2288,1555,,1536,552.9329770000011,,,,,,,144,50,0,,,,,,,,,,,gutim,2976 +bar,103,0,0,2298,1555,,0,552.9329770000011,,,,,,,,,,103,,,,,,,,,,gutim,2986 +bpm,103,1,0,2299,1555,,0,552.9329770000011,,1,,,,,,,,,,104,,,,,,,,gutim,2987 +non,103,3,1,2300,1555,797,0,552.9329770000011,0.288461538461538,8,0,D5,p,11,144,74,11,,,,,,o,,d,,,gutim,2988 +non,103,4,2,2301,1555,797,0,552.9329770000011,1.15384615384615,2,0,D4,f,20,144,62,20,,,,,,o,,d,,,gutim,2989 +non,103,5,3,2302,1555,797,0,552.9329770000011,0.0473257211538462,32,0,Db4,f,20,144,61,20,,,,,,o,,d,,,gutim,2990 +rst,103,6,4,2303,1555,,0,552.9329770000011,,,,,,,176,102,0,,,,,,,,,,,gutim,2991 +ped,103,2,0,2304,1555,,0,552.9329770000011,,,,,,,176,64,127,,,,,,,V,,,,gutim,2992 +nof,103,5,3,2302,1556,,0,552.9799770000011,,,,,,,144,61,0,,,,,,,,,,,gutim,2990 +non,103,7,3,2305,1556,798,21,552.9799770000011,0.0473257211538462,32,0,Ab1,ff,22,144,32,22,,,,,,o,,d,,,gutim,2993 +nof,103,7,3,2305,1557,,21,553.0279770000011,,,,,,,144,32,0,,,,,,,,,,,gutim,2993 +ped,103,8,0,2306,1557,,42,553.0279770000011,,,,,,,176,64,0,,,,,,,^,,,,gutim,2992 +non,103,9,3,2307,1557,799,42,553.0279770000011,0.0969050480769231,16,0,Eb1,ff,22,144,27,22,,,,,t,o,,D 5948,,,gutim,2994 +non,103,10,3,2308,1558,,85,553.1249770000011,0.385366586538462,4,0,Eb1,,,,,,,,,,_,,,,,,gutim,2995 +nof,103,3,1,2300,1559,,0,553.2209770000011,,,,,,,144,74,0,,,,,,,,,,,gutim,2988 +rst,103,11,1,2309,1559,,128,553.2209770000011,,,,,,,176,102,0,,,,,,,,,,,gutim,2996 +non,103,12,1,2310,1560,800,192,553.3659770000011,0.144230769230769,16,0,A4,pp,8,144,69,8,,,,,t,o,,,,,gutim,2997 +non,103,13,1,2311,1561,,256,553.5099770000011,0.576923076923077,4,0,A4,,,,,,,,,,T,,,,,,gutim,2998 +non,103,14,3,2312,1561,,256,553.5099770000011,0.191556490384615,8,0,Eb1,,,,,,,,,,T,,,,,,gutim,2999 +rst,103,15,4,2313,1561,,256,553.5099770000011,,,,,,,176,102,0,,,,,,,,,,,gutim,3000 +nof,103,9,3,2307,1562,,42,553.7019770000011,,,,,,,144,27,0,,,,,,,,,,,gutim,2994 +non,103,16,3,2314,1562,801,341,553.7019770000011,0.385366586538462,4,0,B5,p,11,144,83,11,,,,,,o,,,,,gutim,3001 +non,103,17,4,2315,1562,801,341,553.7019770000011,0.191556490384615,8,0,G6,mp+,15,144,91,15,,,,,,o,,,,,gutim,3002 +nof,103,17,4,2315,1563,,341,553.8929770000011,,,,,,,144,91,0,,,,,,,,,,,gutim,3002 +non,103,18,4,2316,1563,802,426,553.8929770000011,0.193810096153846,8,0,Bb4,mp-,13,144,70,13,,,,,,o,,,,,gutim,3003 +nof,103,4,2,2301,1564,,0,554.0869770000011,,,,,,,144,62,0,,,,,,,,,,,gutim,2989 +nof,103,12,1,2310,1565,,192,554.0869770000011,,,,,,,144,69,0,,,,,,,,,,,gutim,2997 +nof,103,16,3,2314,1565,,341,554.0869770000011,,,,,,,144,83,0,,,,,,,,,,,gutim,3001 +nof,103,18,4,2316,1566,,426,554.0869770000011,,,,,,,144,70,0,,,,,,,,,,,gutim,3003 +rst,103,20,1,2317,1566,,512,554.0869770000011,,,,,,,176,102,0,,,,,,,,,,,gutim,3004 +rst,103,21,2,2318,1566,,512,554.0869770000011,,,,,,,176,102,0,,,,,,,,,,,gutim,3005 +non,103,22,3,2319,1566,803,512,554.0869770000011,0.576923076923077,4,0,Bb2,p,11,144,46,11,,,,,,o,,,,,gutim,3006 +non,103,23,4,2320,1566,803,512,554.0869770000011,0.383112980769231,4,0,G2,ppp,5,144,43,5,,,,,,o,,,,,gutim,3007 +ped,103,19,0,2321,1566,,512,554.0869770000011,,,,,,,176,64,127,,,,,,,V,,,,gutim,3008 +non,103,24,2,2322,1567,804,576,554.2309770000011,0.144230769230769,16,0,G3,p,11,144,55,11,,,,,,o,,,,,gutim,3009 +nof,103,24,2,2322,1568,,576,554.3749770000011,,,,,,,144,55,0,,,,,,,,,,,gutim,3009 +non,103,25,2,2323,1568,805,640,554.3749770000011,0.0946514423076923,16,0,F#7,f,20,144,102,20,,,,,,o,,,,,gutim,3010 +ped,103,26,0,2324,1569,,682,554.4699770000011,,,,,,,176,64,0,,,,,,,^,,,,gutim,3008 +non,103,27,2,2325,1569,806,682,554.4699770000011,0.0969050480769231,16,0,Eb1,mf-,16,144,27,16,,,,,,o,,,,,gutim,3011 +rst,103,28,4,2326,1569,,682,554.4699770000011,,,,,,,176,102,0,,,,,,,,,,,gutim,3012 +nof,103,27,2,2325,1570,,682,554.5669770000011,,,,,,,144,27,0,,,,,,,,,,,gutim,3011 +non,103,29,2,2327,1570,807,725,554.5669770000011,0.0969050480769231,16,0,E6,p,11,144,88,11,,,,,,o,,,,,gutim,3013 +sec,103,30,0,2328,1570,,725,554.5669770000011,,,,,,,,,,,5948,,,,,,,,,gutim,3014 +nof,103,29,2,2327,1571,,725,554.6639770000011,,,,,,,144,88,0,,,,,,,,,,,gutim,3013 +non,103,31,1,2329,1571,808,768,554.6639770000011,0.144230769230769,16,0,B5,mf,17,144,83,17,,,,,,o,,d,e,,gutim,3015 +non,103,32,2,2330,1571,808,768,554.6639770000011,0.288461538461538,8,0,F5,p,11,144,77,11,,,,,,o,,d,e,,gutim,3016 +rst,103,33,3,2331,1571,,768,554.6639770000011,,,,,,,176,102,0,,,,,,,,,,,gutim,3017 +non,103,34,4,2332,1571,808,768,554.6639770000011,0.288461538461538,8,0,C3,ppp,5,144,48,5,,,,,,o,,d,e,,gutim,3018 +nof,103,25,2,2323,1572,,640,554.694977000001,,,,,,,144,102,0,,,,,,,,,,,gutim,3010 +nof,103,31,1,2329,1573,,768,554.8079770000011,,,,,,,144,83,0,,,,,,,,,,,gutim,3015 +non,103,35,1,2333,1573,809,832,554.8079770000011,0.144230769230769,16,0,C#5,p-,10,144,73,10,,,,,,o,,,e,,gutim,3019 +nof,103,23,4,2320,1574,,512,554.919977000001,,,,,,,144,43,0,,,,,,,,,,,gutim,3007 +nof,103,32,2,2330,1575,,768,554.9519770000011,,,,,,,144,77,0,,,,,,,,,,,gutim,3016 +nof,103,34,4,2332,1575,,768,554.9519770000011,,,,,,,144,48,0,,,,,,,,,,,gutim,3018 +nof,103,35,1,2333,1575,,832,554.9519770000011,,,,,,,144,73,0,,,,,,,,,,,gutim,3019 +rst,103,36,1,2334,1575,,896,554.9519770000011,,,,,,,176,102,0,,,,,,,,,,,gutim,3020 +rst,103,37,2,2335,1575,,896,554.9519770000011,,,,,,,176,102,0,,,,,,,,,,,gutim,3021 +non,103,38,3,2336,1575,810,896,554.9519770000011,0.288461538461538,8,0,Ab3,mp,14,144,56,14,,,,,t,o,,d,e,,gutim,3022 +non,103,39,4,2337,1575,810,896,554.9519770000011,0.144230769230769,16,0,G3,ppp,5,144,55,5,,,,,,o,,d,e,,gutim,3023 +nof,103,39,4,2337,1576,,896,555.0959770000011,,,,,,,144,55,0,,,,,,,,,,,gutim,3023 +non,103,40,2,2338,1576,811,960,555.0959770000011,0.144230769230769,16,0,D6,pp,8,144,86,8,,,,,,o,,,E,,gutim,3024 +rst,103,41,4,2339,1576,,960,555.0959770000011,,,,,,,176,102,0,,,,,,,,,,,gutim,3025 +nof,103,22,3,2319,1577,,512,555.1139770000011,,,,,,,144,46,0,,,,,,,,,,,gutim,3006 +nof,103,40,2,2338,1578,,960,555.2409770000011,,,,,,,144,86,0,,,,,,,,,,,gutim,3024 +bar,104,0,0,2340,1578,,0,555.2409770000011,,,,,,,,,,104,,,,,,,,,,gutim,3026 +non,104,2,1,2341,1578,812,,555.2409770000011,0.05,8,0,C#4,ppp,5,144,61,5,,,,g,,o,,,,,gutim,3027 +nof,104,2,1,2341,1579,,,555.290977000001,,,,,,,144,61,0,,,,,,,,,,,gutim,3027 +non,104,3,1,2342,1580,813,,555.315977000001,0.05,8,0,G2,ppp,5,144,43,5,,,,g,,o,,,,,gutim,3028 +nof,104,3,1,2342,1581,,,555.3659770000011,,,,,,,144,43,0,,,,,,,,,,,gutim,3028 +non,104,4,1,2343,1582,814,0,555.390977000001,0.383112980769231,4,0,B5,mf,17,144,83,17,,,,,,o,,,,,gutim,3029 +non,104,5,2,2344,1582,814,0,555.390977000001,2.30769230769231,1,0,E4,mf,17,144,64,17,,,,,t,o,,,,,gutim,3030 +non,104,6,3,2345,1582,,0,555.390977000001,0.865384615384615,4,1,Ab3,,,,,,,,,,T,,,,,,gutim,3031 +non,104,7,4,2346,1582,814,0,555.390977000001,0.191556490384615,8,0,Bb1,ppp,5,144,34,5,,,,,,o,,,,,gutim,3032 +ped,104,1,0,2347,1582,,0,555.390977000001,,,,,,,176,64,127,,,,,,,V,,,,gutim,3033 +nof,104,7,4,2346,1583,,0,555.5819770000011,,,,,,,144,34,0,,,,,,,,,,,gutim,3032 +non,104,8,4,2348,1583,815,85,555.5819770000011,0.191556490384615,8,0,D6,ppp,5,144,86,5,,,,,,o,,,,,gutim,3034 +nof,104,4,1,2343,1584,,0,555.7739770000011,,,,,,,144,83,0,,,,,,,,,,,gutim,3029 +nof,104,8,4,2348,1585,,85,555.7739770000011,,,,,,,144,86,0,,,,,,,,,,,gutim,3034 +ped,104,9,0,2349,1585,,170,555.7739770000011,,,,,,,176,64,0,,,,,,,^,,,,gutim,3033 +rst,104,10,1,2350,1585,,170,555.7739770000011,,,,,,,176,102,0,,,,,,,,,,,gutim,3035 +non,104,11,4,2351,1585,816,170,555.7739770000011,0.193810096153846,8,0,C3,ppp,5,144,48,5,,,,,,o,,,,,gutim,3036 +nof,104,11,4,2351,1586,,170,555.967977000001,,,,,,,144,48,0,,,,,,,,,,,gutim,3036 +rst,104,12,1,2352,1586,,256,555.967977000001,,,,,,,176,102,0,,,,,,,,,,,gutim,3037 +rst,104,13,4,2353,1586,,256,555.967977000001,,,,,,,176,102,0,,,,,,,,,,,gutim,3038 +nof,103,38,3,2336,1587,,896,556.1059770000011,,,,,,,144,56,0,,,,,,,,,,,gutim,3022 +rst,104,14,3,2354,1588,,384,556.255977000001,,,,,,,176,102,0,,,,,,,,,,,gutim,3039 +non,104,15,1,2355,1589,817,512,556.544977000001,1.15384615384615,2,0,C5,ppp,5,144,72,5,,,,,,o,,,,,gutim,3040 +non,104,16,3,2356,1589,817,512,556.544977000001,0.288461538461538,8,0,Eb2,mp,14,144,39,14,,,,,,o,,,,,gutim,3041 +rst,104,17,4,2357,1589,,512,556.544977000001,,,,,,,176,102,0,,,,,,,,,,,gutim,3042 +nof,104,16,3,2356,1590,,512,556.832977000001,,,,,,,144,39,0,,,,,,,,,,,gutim,3041 +non,104,18,3,2358,1590,818,640,556.832977000001,0.288461538461538,8,0,A5,ppp,5,144,81,5,,,,,,o,,,,,gutim,3043 +non,104,19,3,2359,1590,818,640,556.832977000001,0.288461538461538,8,0,B6,mp,14,144,95,14,,,,,,o,,,,,gutim,3044 +ped,104,20,0,2360,1591,,695,556.9569770000011,,,,,,,176,64,127,,,,,,,V,,,,gutim,3045 +ped,104,23,0,2361,1592,,832,557.077977000001,,,,,,,176,64,0,,,,,,,^,,,,gutim,3045 +nof,104,18,3,2358,1593,,640,557.1209770000011,,,,,,,144,81,0,,,,,,,,,,,gutim,3043 +nof,104,19,3,2359,1593,,640,557.1209770000011,,,,,,,144,95,0,,,,,,,,,,,gutim,3044 +non,104,21,3,2362,1593,819,768,557.1209770000011,0.288461538461538,8,0,Ab2,mp,14,144,44,14,,,,,,o,,,,,gutim,3046 +rst,104,22,4,2363,1593,,768,557.1209770000011,,,,,,,176,102,0,,,,,,,,,,,gutim,3047 +non,104,24,4,2364,1594,820,832,557.265977000001,0.432692307692308,8,1,G2,pp,8,144,43,8,,,,,,o,,,,,gutim,3048 +ped,104,26,0,2365,1595,,932,557.377977000001,,,,,,,176,64,127,,,,,,,V,,,,gutim,3049 +nof,104,21,3,2362,1596,,768,557.4099770000009,,,,,,,144,44,0,,,,,,,,,,,gutim,3046 +rst,104,25,3,2366,1596,,896,557.4099770000009,,,,,,,176,102,0,,,,,,,,,,,gutim,3050 +non,104,27,1,2367,1597,821,,557.472977000001,0.05,8,0,E6,pp,8,144,88,8,,,,g,,o,,d,e,,gutim,3051 +nof,104,27,1,2367,1598,,,557.522977000001,,,,,,,144,88,0,,,,,,,,,,,gutim,3051 +non,104,28,1,2368,1599,822,,557.5479770000011,0.05,8,0,F7,pp,8,144,101,8,,,,g,,o,,d,e,,gutim,3052 +nof,104,28,1,2368,1600,,,557.597977000001,,,,,,,144,101,0,,,,,,,,,,,gutim,3052 +non,104,31,1,2369,1601,823,,557.622977000001,0.05,8,0,A6,pp,8,144,93,8,,,,g,,o,,d,e,,gutim,3053 +non,104,30,1,2370,1601,823,,557.622977000001,0.05,8,0,Db5,pp,8,144,73,8,,,,g,,o,,d,e,,gutim,3054 +non,104,29,1,2371,1601,823,,557.622977000001,0.05,8,0,Bb4,pp,8,144,70,8,,,,g,,o,,d,e,,gutim,3055 +nof,104,31,1,2369,1602,,,557.6729770000011,,,,,,,144,93,0,,,,,,,,,,,gutim,3053 +nof,104,30,1,2370,1602,,,557.6729770000011,,,,,,,144,73,0,,,,,,,,,,,gutim,3054 +nof,104,29,1,2371,1602,,,557.6729770000011,,,,,,,144,70,0,,,,,,,,,,,gutim,3055 +nof,104,15,1,2355,1603,,512,557.6979770000011,,,,,,,144,72,0,,,,,,,,,,,gutim,3040 +nof,104,24,4,2364,1604,,832,557.6979770000011,,,,,,,144,43,0,,,,,,,,,,,gutim,3048 +bar,105,0,0,2372,1604,,0,557.6979770000011,,,,,,,,,,105,,,,,,,,,,gutim,3056 +ped,105,1,0,2373,1604,,0,557.6979770000011,,,,,,,176,64,0,,,,,,,^,,,,gutim,3049 +non,105,2,1,2374,1604,824,0,557.6979770000011,0.288461538461538,8,0,B6,pp,8,144,95,8,,,,,,o,,d,E 5949,,gutim,3057 +non,105,3,2,2375,1604,,0,557.6979770000011,2.30769230769231,1,0,E4,,,,,,,,,,_,,,,,,gutim,3058 +non,105,4,3,2376,1604,824,0,557.6979770000011,1.73076923076923,2,1,C#3,pp,8,144,49,8,,,,,,o,,d,E,,gutim,3059 +non,105,5,4,2377,1604,824,0,557.6979770000011,2.30769230769231,1,0,A2,pp,8,144,45,8,,,,,t,o,,d,E,,gutim,3060 +non,105,6,4,2378,1604,824,0,557.6979770000011,2.30769230769231,1,0,G#3,pp,8,144,56,8,,,,,t,o,,d,E,,gutim,3061 +nof,105,2,1,2374,1605,,0,557.986977000001,,,,,,,144,95,0,,,,,,,,,,,gutim,3057 +non,105,7,1,2379,1605,825,128,557.986977000001,0.865384615384615,4,1,E5,pp,8,144,76,8,,,,,t,o,,,,,gutim,3062 +rst,105,11,3,2380,1606,,,558.7019770000011,,,,,,,176,102,0,,,,,,,,,,,gutim,3063 +non,105,12,3,2381,1607,826,,558.7769770000011,0.05,8,0,G2,pp,8,144,43,8,,,,g,,o,,,,,gutim,3064 +nof,105,12,3,2381,1608,,,558.8269770000011,,,,,,,144,43,0,,,,,,,,,,,gutim,3064 +non,105,8,1,2382,1609,,512,558.851977000001,0.288461538461538,8,0,E5,,,,,,,,,,T,,,,,,gutim,3065 +nof,105,7,1,2379,1610,,128,559.140977000001,,,,,,,144,76,0,,,,,,,,,,,gutim,3062 +rst,105,9,1,2383,1611,,640,559.140977000001,,,,,,,176,102,0,,,,,,,,,,,gutim,3066 +nof,105,4,3,2376,1612,,0,559.428977000001,,,,,,,144,49,0,,,,,,,,,,,gutim,3059 +non,105,10,1,2384,1613,827,768,559.428977000001,0.576923076923077,4,0,D4,ppp,5,144,62,5,,,,,,o,,,,,gutim,3067 +non,105,13,3,2385,1613,827,768,559.428977000001,0.576923076923077,4,0,F3,ppp,5,144,53,5,,,,,t,o,,,,,gutim,3068 +non,105,14,3,2386,1614,828,,559.9309770000011,0.05,8,0,C#2,p,11,144,37,11,,,,g,,o,,,,,gutim,3069 +nof,105,14,3,2386,1615,,,559.9809770000011,,,,,,,144,37,0,,,,,,,,,,,gutim,3069 +nof,105,10,1,2384,1616,,768,560.005977000001,,,,,,,144,62,0,,,,,,,,,,,gutim,3067 +bar,106,0,0,2387,1616,,0,560.005977000001,,,,,,,,,,106,,,,,,,,,,gutim,3070 +non,106,1,1,2388,1616,829,0,560.005977000001,1.73076923076923,2,1,A4,p,11,144,69,11,,,,,,o,,d,,,gutim,3071 +non,106,2,1,2389,1616,829,0,560.005977000001,1.15384615384615,2,1,D5,ppp,5,144,74,5,,,,,,o,,d,,,gutim,3072 +non,106,3,2,2390,1616,,0,560.005977000001,2.30769230769231,1,0,E4,,,,,,,,,,_,,,,,,gutim,3073 +non,106,4,3,2391,1616,,0,560.005977000001,1.73076923076923,2,1,F3,,,,,,,,,,T,,,,,,gutim,3074 +non,106,5,4,2392,1616,,0,560.005977000001,1.73076923076923,2,1,A2,,,,,,,,,,T,,,,,,gutim,3075 +non,106,6,4,2393,1616,,0,560.005977000001,1.15384615384615,2,1,G#3,,,,,,,,,,T,,,,,,gutim,3076 +nof,105,6,4,2378,1617,,0,561.309977000001,,,,,,,144,56,0,,,,,,,,,,,gutim,3061 +nof,106,2,1,2389,1618,,0,561.309977000001,,,,,,,144,74,0,,,,,,,,,,,gutim,3072 +non,106,8,3,2394,1619,830,,561.5869770000011,0.05,8,0,D#1,ppp,5,144,27,5,,,,g,,o,,d,,,gutim,3077 +nof,106,8,3,2394,1620,,,561.636977000001,,,,,,,144,27,0,,,,,,,,,,,gutim,3077 +non,106,10,3,2395,1621,831,,561.661977000001,0.05,8,0,B2,ppp,5,144,47,5,,,,g,,o,,d,,,gutim,3078 +non,106,9,3,2396,1621,831,,561.661977000001,0.05,8,0,C#1,ppp,5,144,25,5,,,,g,,o,,d,,,gutim,3079 +nof,106,10,3,2395,1622,,,561.7119770000011,,,,,,,144,47,0,,,,,,,,,,,gutim,3078 +nof,106,9,3,2396,1622,,,561.7119770000011,,,,,,,144,25,0,,,,,,,,,,,gutim,3079 +rst,106,7,1,2397,1623,,768,561.736977000001,,,,,,,176,102,0,,,,,,,,,,,gutim,3080 +non,106,11,3,2398,1623,832,768,561.736977000001,0.576923076923077,4,0,Bb2,ppp,5,144,46,5,,,,,t,o,,d,,,gutim,3081 +rst,106,12,4,2399,1623,,768,561.736977000001,,,,,,,176,102,0,,,,,,,,,,,gutim,3082 +nof,105,5,4,2377,1624,,0,561.886977000001,,,,,,,144,45,0,,,,,,,,,,,gutim,3060 +nof,105,13,3,2385,1625,,768,561.886977000001,,,,,,,144,53,0,,,,,,,,,,,gutim,3068 +nof,106,1,1,2388,1625,,0,561.886977000001,,,,,,,144,69,0,,,,,,,,,,,gutim,3071 +non,106,13,1,2400,1626,833,896,562.024977000001,0.288461538461538,8,0,F7,f,20,144,101,20,,,,,,o,,d,,,gutim,3083 +nof,106,13,1,2400,1627,,896,562.3139770000009,,,,,,,144,101,0,,,,,,,,,,,gutim,3083 +non,106,14,1,2401,1627,834,,562.3139770000009,0.05,8,0,Bb6,mp,14,144,94,14,,,,g,,o,,d,,,gutim,3084 +nof,106,14,1,2401,1628,,,562.3639770000009,,,,,,,144,94,0,,,,,,,,,,,gutim,3084 +non,106,15,1,2402,1629,835,,562.388977000001,0.05,8,0,Ab1,mp,14,144,32,14,,,,g,,o,,d,,,gutim,3085 +nof,106,15,1,2402,1630,,,562.4389770000009,,,,,,,144,32,0,,,,,,,,,,,gutim,3085 +bar,107,0,0,2403,1631,,0,562.463977000001,,,,,,,,,,107,,,,,,,,,,gutim,3086 +non,107,1,1,2404,1631,836,0,562.463977000001,0.288461538461538,8,0,F5,pp,8,144,77,8,,,,,,o,,,,,gutim,3087 +non,107,2,2,2405,1631,,0,562.463977000001,2.30769230769231,1,0,E4,,,,,,,,,,T,,,,,,gutim,3088 +non,107,3,3,2406,1631,,0,562.463977000001,1.15384615384615,2,0,Bb2,,,,,,,,,,T,,,,,,gutim,3089 +non,107,4,4,2407,1631,836,0,562.463977000001,0.865384615384615,4,1,G2,pp,8,144,43,8,,,,,,o,,d,,,gutim,3090 +nof,107,1,1,2404,1632,,0,562.751977000001,,,,,,,144,77,0,,,,,,,,,,,gutim,3087 +rst,107,5,1,2408,1632,,128,562.751977000001,,,,,,,176,102,0,,,,,,,,,,,gutim,3091 +rst,107,6,1,2409,1633,,256,563.040977000001,,,,,,,176,102,0,,,,,,,,,,,gutim,3092 +nof,107,4,4,2407,1634,,0,563.328977000001,,,,,,,144,43,0,,,,,,,,,,,gutim,3090 +non,107,7,4,2410,1634,837,384,563.328977000001,0.288461538461538,8,0,F4,ppp,5,144,65,5,,,,,t,o,,,,,gutim,3093 +nof,106,11,3,2398,1635,,768,563.4679770000009,,,,,,,144,46,0,,,,,,,,,,,gutim,3081 +ped,107,8,0,2411,1636,,447,563.470977000001,,,,,,,176,64,127,,,,,,,V,,,,gutim,3094 +non,107,9,1,2412,1637,838,512,563.617977000001,0.576923076923077,4,0,A5,mf,17,144,81,17,,,,,t,o,,d,,,gutim,3095 +rst,107,10,3,2413,1637,,512,563.617977000001,,,,,,,176,102,0,,,,,,,,,,,gutim,3096 +non,107,11,4,2414,1637,838,512,563.617977000001,0.576923076923077,4,0,B0,mf,17,144,23,17,,,,,,o,,d,,,gutim,3097 +non,107,12,4,2415,1637,,512,563.617977000001,0.576923076923077,4,0,F4,,,,,,,,,,T,,,,,,gutim,3098 +non,107,13,3,2416,1638,839,682,564.0009770000011,0.770733173076923,2,0,Db5,mf,17,144,73,17,,,,,t,o,,d,,,gutim,3099 +nof,107,7,4,2410,1639,,384,564.194977000001,,,,,,,144,65,0,,,,,,,,,,,gutim,3093 +nof,107,11,4,2414,1639,,512,564.194977000001,,,,,,,144,23,0,,,,,,,,,,,gutim,3097 +non,107,14,1,2417,1639,,768,564.194977000001,0.576923076923077,4,0,A5,,,,,,,,,,_,,,,,,gutim,3100 +non,107,15,1,2418,1639,840,768,564.194977000001,0.576923076923077,4,0,Bb6,mf,17,144,94,17,,,,,,o,,d,,,gutim,3101 +non,107,16,4,2419,1639,840,768,564.194977000001,0.576923076923077,4,0,Db1,mf,17,144,25,17,,,,,,o,,d,,,gutim,3102 +nof,104,5,2,2344,1640,,0,564.770977000001,,,,,,,144,64,0,,,,,,,,,,,gutim,3030 +nof,107,15,1,2418,1641,,768,564.770977000001,,,,,,,144,94,0,,,,,,,,,,,gutim,3101 +nof,107,16,4,2419,1641,,768,564.770977000001,,,,,,,144,25,0,,,,,,,,,,,gutim,3102 +bar,108,0,0,2420,1641,,0,564.770977000001,,,,,,,,,,108,,,,,,,,,,gutim,3103 +ped,108,1,0,2421,1641,,0,564.770977000001,,,,,,,176,64,0,,,,,,,^,,,,gutim,3094 +non,108,2,1,2422,1641,,0,564.770977000001,2.30769230769231,1,0,A5,,,,,,,,,,T,,,,,,gutim,3104 +rst,108,3,2,2423,1641,,0,564.770977000001,,,,,,,176,102,0,,,,,,,,,,,gutim,3105 +non,108,4,3,2424,1641,,0,564.770977000001,2.30769230769231,1,0,Db5,,,,,,,,,,T,,,,,,gutim,3106 +non,108,5,4,2425,1641,841,0,564.770977000001,2.30769230769231,1,0,G3,f,20,144,55,20,,,,,,o,,d,,,gutim,3107 +non,108,6,4,2426,1641,841,0,564.770977000001,2.30769230769231,1,0,D4,f,20,144,62,20,,,,,,o,,d,,,gutim,3108 +non,108,7,2,2427,1642,842,128,565.059977000001,0.288461538461538,8,0,Gb4,mf,17,144,66,17,,,,,t,o,,D 5949,,,gutim,3109 +non,108,8,2,2428,1643,,256,565.347977000001,0.288461538461538,8,0,Gb4,,,,,,,,,,T,,,,,,gutim,3110 +nof,108,7,2,2427,1644,,128,565.636977000001,,,,,,,144,66,0,,,,,,,,,,,gutim,3109 +non,108,9,2,2429,1644,843,384,565.636977000001,0.288461538461538,8,0,F4,mf,17,144,65,17,,,,,t,o,,,,,gutim,3111 +non,108,10,2,2430,1645,,512,565.924977000001,1.15384615384615,2,0,F4,,,,,,,,,,T,,,,,,gutim,3112 +nof,107,9,1,2412,1646,,512,567.078977000001,,,,,,,144,81,0,,,,,,,,,,,gutim,3095 +nof,107,13,3,2416,1646,,682,567.078977000001,,,,,,,144,73,0,,,,,,,,,,,gutim,3099 +nof,108,5,4,2425,1647,,0,567.078977000001,,,,,,,144,55,0,,,,,,,,,,,gutim,3107 +nof,108,6,4,2426,1647,,0,567.078977000001,,,,,,,144,62,0,,,,,,,,,,,gutim,3108 +nof,108,9,2,2429,1647,,384,567.078977000001,,,,,,,144,65,0,,,,,,,,,,,gutim,3111 +bar,109,0,0,2431,1647,,0,567.078977000001,,,,,,,,,,109,,,,,,,,,,gutim,3113 +sec,109,1,0,2432,1647,,0,567.078977000001,,,,,,,,,,,5949,,,,,,,,,gutim,3114 +rst,109,2,1,2433,1647,,0,567.078977000001,,,,,,,176,102,0,,,,,,,,,,,gutim,3115 +non,109,3,3,2434,1647,844,0,567.078977000001,4.03846153846154,1,2,A2,mp,14,144,45,14,,,,,t,o,,,,,gutim,3116 +non,109,4,4,2435,1647,844,0,567.078977000001,0.576923076923077,4,0,C2,ppp,5,144,36,5,,,,,,o,,,,,gutim,3117 +nof,109,4,4,2435,1648,,0,567.655977000001,,,,,,,144,36,0,,,,,,,,,,,gutim,3117 +rst,109,5,4,2436,1648,,256,567.655977000001,,,,,,,176,102,0,,,,,,,,,,,gutim,3118 +non,109,6,1,2437,1649,845,512,568.232977000001,0.144230769230769,16,0,C#7,pp,8,144,97,8,,,,,,o,,,,,gutim,3119 +rst,109,7,4,2438,1649,,512,568.232977000001,,,,,,,176,102,0,,,,,,,,,,,gutim,3120 +nof,109,6,1,2437,1650,,512,568.376977000001,,,,,,,144,97,0,,,,,,,,,,,gutim,3119 +non,109,8,1,2439,1650,846,576,568.376977000001,0.144230769230769,16,0,D3,ppp+,6,144,50,6,,,,,,o,,,,,gutim,3121 +nof,109,8,1,2439,1651,,576,568.520977000001,,,,,,,144,50,0,,,,,,,,,,,gutim,3121 +non,109,9,1,2440,1651,847,640,568.520977000001,0.288461538461538,8,0,E5,ppp,5,144,76,5,,,,,,o,,,,,gutim,3122 +nof,109,9,1,2440,1652,,640,568.809977000001,,,,,,,144,76,0,,,,,,,,,,,gutim,3122 +rst,109,10,1,2441,1652,,768,568.809977000001,,,,,,,176,102,0,,,,,,,,,,,gutim,3123 +rst,109,11,4,2442,1652,,768,568.809977000001,,,,,,,176,102,0,,,,,,,,,,,gutim,3124 +non,109,12,1,2443,1653,848,896,569.097977000001,0.288461538461538,8,0,C#6,ppp,5,144,85,5,,,,,,o,,,,,gutim,3125 +nof,109,12,1,2443,1654,,896,569.386977000001,,,,,,,144,85,0,,,,,,,,,,,gutim,3125 +non,109,13,1,2444,1654,849,1024,569.386977000001,0.288461538461538,8,0,C5,pp+,9,144,72,9,,,,,,o,,,,,gutim,3126 +nof,109,13,1,2444,1655,,1024,569.674977000001,,,,,,,144,72,0,,,,,,,,,,,gutim,3126 +non,109,14,1,2445,1655,850,1152,569.674977000001,0.288461538461538,8,0,E5,ppp,5,144,76,5,,,,,,o,,,,,gutim,3127 +nof,109,14,1,2445,1656,,1152,569.963977000001,,,,,,,144,76,0,,,,,,,,,,,gutim,3127 +rst,109,15,1,2446,1656,,1280,569.963977000001,,,,,,,176,102,0,,,,,,,,,,,gutim,3128 +bar,110,0,0,2447,1657,,0,571.117977000001,,,,,,,,,,110,,,,,,,,,,gutim,3129 +non,110,2,1,2448,1657,851,0,571.117977000001,0.0946514423076923,16,0,D#2,p,11,144,39,11,,,,,,o,,,,,gutim,3130 +non,110,3,3,2449,1657,,0,571.117977000001,4.03846153846154,1,2,A2,,,,,,,,,,T,,,,,,gutim,3131 +rst,110,4,4,2450,1657,,0,571.117977000001,,,,,,,176,102,0,,,,,,,,,,,gutim,3132 +ped,110,1,0,2451,1657,,0,571.117977000001,,,,,,,176,64,127,,,,,,,V,,,,gutim,3133 +nof,110,2,1,2448,1658,,0,571.2119770000011,,,,,,,144,39,0,,,,,,,,,,,gutim,3130 +non,110,5,1,2452,1658,852,42,571.2119770000011,0.0969050480769231,16,0,A#3,p-,10,144,58,10,,,,,,o,,,,,gutim,3134 +nof,110,5,1,2452,1659,,42,571.308977000001,,,,,,,144,58,0,,,,,,,,,,,gutim,3134 +ped,110,6,0,2453,1659,,85,571.308977000001,,,,,,,176,64,0,,,,,,,^,,,,gutim,3133 +non,110,7,1,2454,1659,853,85,571.308977000001,0.0969050480769231,16,0,C#3,pp,8,144,49,8,,,,,,o,,,,,gutim,3135 +nof,110,7,1,2454,1660,,85,571.405977000001,,,,,,,144,49,0,,,,,,,,,,,gutim,3135 +rst,110,8,1,2455,1660,,128,571.405977000001,,,,,,,176,102,0,,,,,,,,,,,gutim,3136 +non,110,9,4,2456,1660,854,128,571.405977000001,0.288461538461538,8,0,G#3,ff,22,144,56,22,,,,,t,o,,,,,gutim,3137 +rst,110,10,1,2457,1661,,256,571.694977000001,,,,,,,176,102,0,,,,,,,,,,,gutim,3138 +non,110,11,4,2458,1661,,256,571.694977000001,3.46153846153846,1,1,G#3,,,,,,,,,,_,,,,,,gutim,3139 +rst,110,12,1,2459,1662,,512,572.270977000001,,,,,,,176,102,0,,,,,,,,,,,gutim,3140 +rst,110,13,1,2460,1663,,768,572.847977000001,,,,,,,176,102,0,,,,,,,,,,,gutim,3141 +bar,111,0,0,2461,1664,,0,575.155977000001,,,,,,,,,,111,,,,,,,,,,gutim,3142 +rst,111,2,1,2462,1664,,0,575.155977000001,,,,,,,176,102,0,,,,,,,,,,,gutim,3143 +rst,111,3,2,2463,1664,,0,575.155977000001,,,,,,,176,102,0,,,,,,,,,,,gutim,3144 +non,111,4,3,2464,1664,855,0,575.155977000001,0.383112980769231,4,0,F#4,ff,22,144,66,22,,,,,,o,,d,,,gutim,3145 +non,111,5,4,2465,1664,,0,575.155977000001,0.865384615384615,4,1,G#3,,,,,,,,,,T,,,,,,gutim,3146 +ped,111,1,0,2466,1664,,0,575.155977000001,,,,,,,176,64,127,,,,,,,V,,,,gutim,3147 +nof,109,3,3,2434,1665,,0,575.305977000001,,,,,,,144,45,0,,,,,,,,,,,gutim,3116 +nof,111,4,3,2464,1666,,0,575.5389770000011,,,,,,,144,66,0,,,,,,,,,,,gutim,3145 +non,111,6,3,2467,1666,856,170,575.5389770000011,0.770733173076923,2,0,B0,ff,22,144,23,22,,,,,,o,,d,,,gutim,3148 +nof,110,9,4,2456,1667,,128,576.020977000001,,,,,,,144,56,0,,,,,,,,,,,gutim,3137 +non,111,7,2,2468,1667,857,384,576.020977000001,0.288461538461538,8,0,D5,pp,8,144,74,8,,,,,,o,,d,,,gutim,3149 +non,111,8,4,2469,1667,857,384,576.020977000001,0.288461538461538,8,0,C5,f,20,144,72,20,,,,,,o,,d,,,gutim,3150 +nof,111,6,3,2467,1668,,170,576.309977000001,,,,,,,144,23,0,,,,,,,,,,,gutim,3148 +nof,111,7,2,2468,1668,,384,576.309977000001,,,,,,,144,74,0,,,,,,,,,,,gutim,3149 +nof,111,8,4,2469,1668,,384,576.309977000001,,,,,,,144,72,0,,,,,,,,,,,gutim,3150 +rst,111,9,1,2470,1668,,512,576.309977000001,,,,,,,176,102,0,,,,,,,,,,,gutim,3151 +non,111,10,2,2471,1668,858,512,576.309977000001,1.15384615384615,2,0,D4,ff,22,144,62,22,,,,,t,o,,d,,,gutim,3152 +rst,111,11,3,2472,1668,,512,576.309977000001,,,,,,,176,102,0,,,,,,,,,,,gutim,3153 +rst,111,12,4,2473,1668,,512,576.309977000001,,,,,,,176,102,0,,,,,,,,,,,gutim,3154 +non,111,13,3,2474,1669,859,682,576.6929770000011,0.770733173076923,2,0,F3,ppp,5,144,53,5,,,,,,o,,d,,,gutim,3155 +rst,111,14,4,2475,1670,,768,576.886977000001,,,,,,,176,102,0,,,,,,,,,,,gutim,3156 +nof,111,13,3,2474,1671,,682,577.463977000001,,,,,,,144,53,0,,,,,,,,,,,gutim,3155 +non,111,15,1,2476,1672,860,1024,577.463977000001,0.288461538461538,8,0,F6,ff,22,144,89,22,,,,,,o,,d,,,gutim,3157 +non,111,16,2,2477,1672,,1024,577.463977000001,0.191556490384615,8,0,D4,,,,,,,,,,T,,,,,,gutim,3158 +non,111,17,3,2478,1672,860,1024,577.463977000001,0.576923076923077,4,0,Gb1,ppp,5,144,30,5,,,,,t,o,,d,,,gutim,3159 +nof,111,10,2,2471,1673,,512,577.654977000001,,,,,,,144,62,0,,,,,,,,,,,gutim,3152 +ped,111,18,0,2479,1674,,1109,577.654977000001,,,,,,,176,64,0,,,,,,,^,,,,gutim,3147 +non,111,19,2,2480,1674,861,1109,577.654977000001,0.0473257211538462,32,0,Bb6,ff,22,144,94,22,,,,,,o,,d,,,gutim,3160 +nof,111,19,2,2480,1675,,1109,577.702977000001,,,,,,,144,94,0,,,,,,,,,,,gutim,3160 +non,111,20,2,2481,1675,862,1130,577.702977000001,0.0495793269230769,32,0,F4,ff,22,144,65,22,,,,,,o,,D,,,gutim,3161 +nof,111,15,1,2476,1676,,1024,577.751977000001,,,,,,,144,89,0,,,,,,,,,,,gutim,3157 +nof,111,20,2,2481,1677,,1130,577.751977000001,,,,,,,144,65,0,,,,,,,,,,,gutim,3161 +rst,111,21,1,2482,1677,,1152,577.751977000001,,,,,,,176,102,0,,,,,,,,,,,gutim,3162 +non,111,22,2,2483,1677,863,,577.751977000001,0.05,8,0,D4,f+,21,144,62,21,,,,g,,o,,,,,gutim,3163 +nof,111,22,2,2483,1678,,,577.801977000001,,,,,,,144,62,0,,,,,,,,,,,gutim,3163 +non,111,23,2,2484,1679,864,,577.8269770000011,0.05,8,0,Gb4,f,20,144,66,20,,,,g,,o,,,,,gutim,3164 +nof,111,23,2,2484,1680,,,577.876977000001,,,,,,,144,66,0,,,,,,,,,,,gutim,3164 +non,111,24,2,2485,1681,865,,577.901977000001,0.05,8,0,F4,mf+,18,144,65,18,,,,g,,o,,,,,gutim,3165 +nof,111,24,2,2485,1682,,,577.9519770000011,,,,,,,144,65,0,,,,,,,,,,,gutim,3165 +non,111,25,2,2486,1683,866,1152,577.976977000001,0.288461538461538,8,0,Gb4,mf,17,144,66,17,,,,,,o,,,,,gutim,3166 +nof,111,17,3,2478,1684,,1024,578.231977000001,,,,,,,144,30,0,,,,,,,,,,,gutim,3159 +nof,111,25,2,2486,1685,,1152,578.265977000001,,,,,,,144,66,0,,,,,,,,,,,gutim,3166 +non,111,26,2,2487,1685,867,,578.265977000001,0.05,8,0,E5,ff,22,144,76,22,,,,g,,o,,,,,gutim,3167 +nof,111,26,2,2487,1686,,,578.3159770000011,,,,,,,144,76,0,,,,,,,,,,,gutim,3167 +non,111,27,2,2488,1687,868,,578.3409770000012,0.05,8,0,Bb3,ff,22,144,58,22,,,,g,,o,,,,,gutim,3168 +nof,111,27,2,2488,1688,,,578.3909770000012,,,,,,,144,58,0,,,,,,,,,,,gutim,3168 +non,111,28,2,2489,1689,869,,578.4159770000012,0.05,8,0,Db5,ff,22,144,73,22,,,,g,,o,,,,,gutim,3169 +nof,111,28,2,2489,1690,,,578.4659770000012,,,,,,,144,73,0,,,,,,,,,,,gutim,3169 +bar,112,0,0,2490,1691,,0,578.4909770000012,,,,,,,,,,112,,,,,,,,,,gutim,3170 +rst,112,1,1,2491,1691,,0,578.4909770000012,,,,,,,176,102,0,,,,,,,,,,,gutim,3171 +rst,112,2,2,2492,1691,,0,578.4909770000012,,,,,,,176,102,0,,,,,,,,,,,gutim,3172 +non,112,3,3,2493,1691,,0,578.4909770000012,0.191556490384615,8,0,Gb1,,,,,,,,,,T,,,,,,gutim,3173 +rst,112,4,4,2494,1691,,0,578.4909770000012,,,,,,,176,102,0,,,,,,,,,,,gutim,3174 +non,112,5,3,2495,1692,870,85,578.6819770000011,0.385366586538462,4,0,Ab2,ppp,5,144,44,5,,,,,,o,,,,,gutim,3175 +non,112,6,4,2496,1693,871,128,578.7789770000011,0.288461538461538,8,0,A2,ff,22,144,45,22,,,,,t,o,,,,,gutim,3176 +nof,112,5,3,2495,1694,,85,579.0679770000011,,,,,,,144,44,0,,,,,,,,,,,gutim,3175 +rst,112,7,3,2497,1694,,256,579.0679770000011,,,,,,,176,102,0,,,,,,,,,,,gutim,3177 +non,112,8,4,2498,1694,,256,579.0679770000011,0.865384615384615,4,1,A2,,,,,,,,,,T,,,,,,gutim,3178 +rst,112,9,1,2499,1695,,512,579.6449770000011,,,,,,,176,102,0,,,,,,,,,,,gutim,3179 +rst,112,10,2,2500,1695,,512,579.6449770000011,,,,,,,176,102,0,,,,,,,,,,,gutim,3180 +rst,112,11,3,2501,1695,,512,579.6449770000011,,,,,,,176,102,0,,,,,,,,,,,gutim,3181 +nof,112,6,4,2496,1696,,128,579.9329770000011,,,,,,,144,45,0,,,,,,,,,,,gutim,3176 +non,112,12,2,2502,1697,872,640,579.9329770000011,0.288461538461538,8,0,D4,mf-,16,144,62,16,,,,,,o,,,,,gutim,3182 +rst,112,13,4,2503,1697,,640,579.9329770000011,,,,,,,176,102,0,,,,,,,,,,,gutim,3183 +nof,112,12,2,2502,1698,,640,580.2209770000011,,,,,,,144,62,0,,,,,,,,,,,gutim,3182 +non,112,14,1,2504,1698,873,768,580.2209770000011,0.144230769230769,16,0,E5,mp,14,,,,,,,,,o,,,,,gutim,3184 +non,112,15,2,2505,1698,873,768,580.2209770000011,0.0721153846153846,32,0,E5,mp,14,144,76,14,,,,,,o,,,,,gutim,3185 +rst,112,16,3,2506,1698,,768,580.2209770000011,,,,,,,176,102,0,,,,,,,,,,,gutim,3186 +rst,112,17,4,2507,1698,,768,580.2209770000011,,,,,,,176,102,0,,,,,,,,,,,gutim,3187 +non,112,18,2,2508,1699,874,800,580.2939770000011,0.0721153846153846,32,0,A3,p,11,144,57,11,,,,,,o,,,,,gutim,3188 +nof,112,18,2,2508,1700,,800,580.3659770000011,,,,,,,144,57,0,,,,,,,,,,,gutim,3188 +non,112,19,1,2509,1700,875,832,580.3659770000011,0.144230769230769,16,0,F6,mf,17,144,89,17,,,,,,o,,,,,gutim,3189 +non,112,20,2,2510,1700,875,832,580.3659770000011,0.0721153846153846,32,0,C5,p-,10,144,72,10,,,,,,o,,,,,gutim,3190 +nof,112,15,2,2505,1701,,768,580.3659770000011,,,,,,,144,76,0,,,,,,,,,,,gutim,3185 +nof,112,20,2,2510,1702,,832,580.4379770000011,,,,,,,144,72,0,,,,,,,,,,,gutim,3190 +non,112,21,2,2511,1702,876,864,580.4379770000011,0.0721153846153846,32,0,E5,p-,10,144,76,10,,,,,,o,,,,,gutim,3191 +nof,112,21,2,2511,1703,,864,580.5099770000011,,,,,,,144,76,0,,,,,,,,,,,gutim,3191 +non,112,23,1,2512,1703,877,896,580.5099770000011,0.288461538461538,8,0,C#4,mf+,18,144,61,18,,,,,t,o,,,,,gutim,3192 +non,112,24,2,2513,1703,877,896,580.5099770000011,0.288461538461538,8,0,G#3,pp,8,144,56,8,,,,,t,o,,,,,gutim,3193 +ped,112,22,0,2514,1703,,896,580.5099770000011,,,,,,,176,64,127,,,,,,,V,,,,gutim,3194 +nof,112,19,1,2509,1704,,832,580.5099770000011,,,,,,,144,89,0,,,,,,,,,,,gutim,3189 +non,112,25,1,2515,1705,,1024,580.7979770000011,0.576923076923077,4,0,C#4,,,,,,,,,,_,,,,,,gutim,3195 +non,112,26,2,2516,1705,,1024,580.7979770000011,0.576923076923077,4,0,G#3,,,,,,,,,,_,,,,,,gutim,3196 +bar,113,0,0,2517,1706,,0,581.3749770000011,,,,,,,,,,113,,,,,,,,,,gutim,3197 +non,113,1,1,2518,1706,,0,581.3749770000011,2.30769230769231,1,0,C#4,,,,,,,,,,T,,,,,,gutim,3198 +non,113,2,2,2519,1706,,0,581.3749770000011,0.768479567307692,2,0,G#3,,,,,,,,,,T,,,,,,gutim,3199 +rst,113,3,3,2520,1706,,0,581.3749770000011,,,,,,,176,102,0,,,,,,,,,,,gutim,3200 +rst,113,4,4,2521,1706,,0,581.3749770000011,,,,,,,176,102,0,,,,,,,,,,,gutim,3201 +nof,112,24,2,2513,1707,,896,582.1439770000011,,,,,,,144,56,0,,,,,,,,,,,gutim,3193 +non,113,5,2,2522,1707,878,341,582.1439770000011,0.385366586538462,4,0,C5,ppp-,4,144,72,4,,,,,t,o,,,,,gutim,3202 +non,113,6,2,2523,1708,,512,582.5289770000011,1.15384615384615,2,0,C5,,,,,,,,,,_,,,,,,gutim,3203 +nof,112,23,1,2512,1709,,896,583.6829770000011,,,,,,,144,61,0,,,,,,,,,,,gutim,3192 +rst,113,7,1,2524,1709,,1024,583.6829770000011,,,,,,,176,102,0,,,,,,,,,,,gutim,3204 +non,113,8,2,2525,1709,,1024,583.6829770000011,0.144230769230769,16,0,C5,,,,,,,,,,T,,,,,,gutim,3205 +rst,113,9,4,2526,1709,,1024,583.6829770000011,,,,,,,176,102,0,,,,,,,,,,,gutim,3206 +nof,113,5,2,2522,1710,,341,583.8269770000011,,,,,,,144,72,0,,,,,,,,,,,gutim,3202 +ped,113,10,0,2527,1710,,1088,583.8269770000011,,,,,,,176,64,0,,,,,,,^,,,,gutim,3194 +non,113,11,2,2528,1710,879,1088,583.8269770000011,0.144230769230769,16,0,D4,ppp,5,144,62,5,,,,,,o,,d,e,,gutim,3207 +non,113,13,4,2529,1711,880,1120,583.8989770000011,0.0721153846153846,32,0,E3,ppp,5,144,52,5,,,,,,o,,,,,gutim,3208 +nof,113,13,4,2529,1712,,1120,583.9709770000011,,,,,,,144,52,0,,,,,,,,,,,gutim,3208 +non,113,14,2,2530,1712,881,1152,583.9709770000011,0.144230769230769,16,0,A6,ppp,5,144,93,5,,,,,,o,,d,e,,gutim,3209 +rst,113,15,4,2531,1712,,1152,583.9709770000011,,,,,,,176,102,0,,,,,,,,,,,gutim,3210 +nof,113,11,2,2528,1713,,1088,583.9709770000011,,,,,,,144,62,0,,,,,,,,,,,gutim,3207 +non,113,16,2,2532,1714,882,1216,584.1159770000011,0.144230769230769,16,0,G#3,ppp,5,144,56,5,,,,,,o,,d,e,,gutim,3211 +nof,113,16,2,2532,1715,,1216,584.2599770000011,,,,,,,144,56,0,,,,,,,,,,,gutim,3211 +bar,114,0,0,2533,1715,,0,584.2599770000011,,,,,,,,,,114,,,,,,,,,,gutim,3212 +rst,114,1,1,2534,1715,,0,584.2599770000011,,,,,,,176,102,0,,,,,,,,,,,gutim,3213 +non,114,2,3,2535,1715,883,0,584.2599770000011,0.768479567307692,2,0,A2,ppp,5,144,45,5,,,,,,o,,d,e 5950,,gutim,3214 +nof,113,14,2,2530,1716,,1152,584.3409770000011,,,,,,,144,93,0,,,,,,,,,,,gutim,3209 +non,114,3,1,2536,1717,884,256,584.8369770000011,0.0946514423076923,16,0,B1,ppp,5,144,35,5,,,,,,o,,D 5950,,,gutim,3215 +nof,114,3,1,2536,1718,,256,584.9319770000011,,,,,,,144,35,0,,,,,,,,,,,gutim,3215 +non,114,4,1,2537,1718,885,298,584.9319770000011,0.0969050480769231,16,0,F4,ppp,5,144,65,5,,,,,,o,,,,,gutim,3216 +nof,114,4,1,2537,1719,,298,585.0279770000011,,,,,,,144,65,0,,,,,,,,,,,gutim,3216 +non,114,5,1,2538,1719,886,341,585.0279770000011,0.0473257211538462,32,0,D4,ppp-,4,144,62,4,,,,,,o,,,,,gutim,3217 +rst,114,6,3,2539,1719,,341,585.0279770000011,,,,,,,176,102,0,,,,,,,,,,,gutim,3218 +nof,114,5,1,2538,1720,,341,585.0759770000011,,,,,,,144,62,0,,,,,,,,,,,gutim,3217 +non,114,7,1,2540,1720,887,362,585.0759770000011,0.0495793269230769,32,0,C5,pppp,2,144,72,2,,,,,,o,,,,,gutim,3219 +nof,114,7,1,2540,1721,,362,585.1249770000011,,,,,,,144,72,0,,,,,,,,,,,gutim,3219 +rst,114,8,1,2541,1721,,384,585.1249770000011,,,,,,,176,102,0,,,,,,,,,,,gutim,3220 +nof,114,2,3,2535,1722,,0,585.252977000001,,,,,,,144,45,0,,,,,,,,,,,gutim,3214 +rst,114,9,1,2542,1723,,512,585.4139770000011,,,,,,,176,102,0,,,,,,,,,,,gutim,3221 +rst,114,10,3,2543,1723,,512,585.4139770000011,,,,,,,176,102,0,,,,,,,,,,,gutim,3222 +sec,114,11,0,2544,1723,,512,585.4139770000011,,,,,,,,,,,5950,,,,,,,,,gutim,3223 +non,114,12,3,2545,1724,888,640,585.7019770000011,0.288461538461538,8,0,A1,ppp,5,144,33,5,,,,,t,o,,,,,gutim,3224 +rst,114,13,1,2546,1725,,768,585.9909770000011,,,,,,,176,102,0,,,,,,,,,,,gutim,3225 +non,114,14,3,2547,1725,,768,585.9909770000011,1.15384615384615,2,0,A1,,,,,,,,,,_,,,,,,gutim,3226 +bar,115,0,0,2548,1726,,0,587.1449770000011,,,,,,,,,,115,,,,,,,,,,gutim,3227 +rst,115,1,1,2549,1726,,0,587.1449770000011,,,,,,,176,102,0,,,,,,,,,,,gutim,3228 +rst,115,2,2,2550,1726,,0,587.1449770000011,,,,,,,176,102,0,,,,,,,,,,,gutim,3229 +non,115,3,3,2551,1726,,0,587.1449770000011,0.576923076923077,4,0,A1,,,,,,,,,,T,,,,,,gutim,3230 +nof,114,12,3,2545,1727,,640,587.7209770000011,,,,,,,144,33,0,,,,,,,,,,,gutim,3224 +non,115,4,2,2552,1727,889,256,587.7209770000011,2.30769230769231,1,0,F6,pp,8,144,89,8,,,,,,o,,,,,gutim,3231 +non,115,5,3,2553,1727,889,256,587.7209770000011,0.865384615384615,4,1,Ab1,pp,8,144,32,8,,,,,,o,,,,,gutim,3232 +rst,115,6,1,2554,1728,,512,588.2979770000011,,,,,,,176,102,0,,,,,,,,,,,gutim,3233 +nof,115,5,3,2553,1729,,256,588.5869770000011,,,,,,,144,32,0,,,,,,,,,,,gutim,3232 +non,115,8,1,2555,1729,890,640,588.5869770000011,0.288461538461538,8,0,C5,p,11,144,72,11,,,,,t,o,,,,,gutim,3234 +rst,115,9,3,2556,1729,,640,588.5869770000011,,,,,,,176,102,0,,,,,,,,,,,gutim,3235 +ped,115,7,0,2557,1729,,640,588.5869770000011,,,,,,,176,64,127,,,,,,,V,,,,gutim,3236 +non,115,10,1,2558,1730,,768,588.8749770000011,1.15384615384615,2,0,C5,,,,,,,,,,_,,,,,,gutim,3237 +rst,115,11,3,2559,1730,,768,588.8749770000011,,,,,,,176,102,0,,,,,,,,,,,gutim,3238 +non,115,12,3,2560,1731,891,1024,589.4519770000011,0.576923076923077,4,0,D3,pp,8,144,50,8,,,,,,o,,,,,gutim,3239 +ped,116,1,0,2561,1732,,0,589.878977000001,,,,,,,176,64,0,,,,,,,^,,,,gutim,3236 +nof,115,4,2,2552,1733,,256,590.0289770000011,,,,,,,144,89,0,,,,,,,,,,,gutim,3231 +nof,115,12,3,2560,1734,,1024,590.0289770000011,,,,,,,144,50,0,,,,,,,,,,,gutim,3239 +bar,116,0,0,2562,1734,,0,590.0289770000011,,,,,,,,,,116,,,,,,,,,,gutim,3240 +non,116,2,1,2563,1734,,0,590.0289770000011,2.30769230769231,1,0,C5,,,,,,,,,,_,,,,,,gutim,3241 +non,116,3,1,2564,1734,892,0,590.0289770000011,2.30769230769231,1,0,A5,ppp,5,144,81,5,,,,,t,o,,d,,,gutim,3242 +rst,116,4,2,2565,1734,,0,590.0289770000011,,,,,,,176,102,0,,,,,,,,,,,gutim,3243 +non,116,5,3,2566,1734,892,0,590.0289770000011,2.30769230769231,1,0,A2,ppp,5,144,45,5,,,,,t,o,,d,,,gutim,3244 +non,116,6,3,2567,1734,892,0,590.0289770000011,2.30769230769231,1,0,Bb3,ppp,5,144,58,5,,,,,t,o,,d,,,gutim,3245 +non,116,7,2,2568,1735,893,42,590.1239770000011,0.0969050480769231,16,0,E5,ppp,5,144,76,5,,,,,t,o,,d,,,gutim,3246 +ped,116,1,0,2569,1736,,0,590.1789770000012,,,,,,,176,64,127,,,,,,,V,,,,gutim,3247 +non,116,8,2,2570,1737,894,85,590.2209770000012,0.0969050480769231,16,0,A3,ppp,5,144,57,5,,,,,t,o,,d,,,gutim,3248 +non,116,9,2,2571,1737,,85,590.2209770000012,0.144230769230769,16,0,E5,,,,,,,,,,_,,,,,,gutim,3249 +ped,116,,,2572,1738,,128,590.3119770000012,,,,,,,176,64,0,,,,,,,^,,,,gutim,3247 +non,116,10,2,2573,1739,,128,590.3179770000012,0.288461538461538,8,0,A3,,,,,,,,,,T,,,,,,gutim,3250 +non,116,11,2,2574,1739,,128,590.3179770000012,0.288461538461538,8,0,E5,,,,,,,,,,T,,,,,,gutim,3251 +nof,116,8,2,2570,1740,,85,590.6059770000012,,,,,,,144,57,0,,,,,,,,,,,gutim,3248 +non,116,13,2,2575,1740,895,256,590.6059770000012,0.191556490384615,8,0,D5,ppp,5,144,74,5,,,,,,o,,d,,,gutim,3252 +ped,116,12,0,2576,1741,,256,590.6119770000012,,,,,,,176,64,127,,,,,,,V,,,,gutim,3253 +nof,116,7,2,2568,1742,,42,590.6529770000011,,,,,,,144,76,0,,,,,,,,,,,gutim,3246 +nof,116,13,2,2575,1743,,256,590.7979770000011,,,,,,,144,74,0,,,,,,,,,,,gutim,3252 +non,116,14,2,2577,1743,896,341,590.7979770000011,0.191556490384615,8,0,C1,ppp,5,144,24,5,,,,,,o,,d,,,gutim,3254 +nof,116,14,2,2577,1744,,341,590.9889770000011,,,,,,,144,24,0,,,,,,,,,,,gutim,3254 +non,116,15,2,2578,1744,897,426,590.9889770000011,0.193810096153846,8,0,A7,ppp,5,144,105,5,,,,,,o,,D,,,gutim,3255 +nof,116,15,2,2578,1745,,426,591.1829770000011,,,,,,,144,105,0,,,,,,,,,,,gutim,3255 +ped,116,16,0,2579,1745,,512,591.1829770000011,,,,,,,176,64,0,,,,,,,^,,,,gutim,3253 +non,116,17,2,2580,1745,898,512,591.1829770000011,1.73076923076923,2,1,G#4,ppp-,4,144,68,4,,,,,,o,,,,,gutim,3256 +non,116,18,1,2581,1746,,1024,592.3369770000011,0.576923076923077,4,0,C5,,,,,,,,,,T,,,,,,gutim,3257 +non,116,19,1,2582,1746,,1024,592.3369770000011,0.576923076923077,4,0,A5,,,,,,,,,,T,,,,,,gutim,3258 +non,116,20,3,2583,1746,,1024,592.3369770000011,0.576923076923077,4,0,A2,,,,,,,,,,T,,,,,,gutim,3259 +non,116,21,3,2584,1746,,1024,592.3369770000011,0.576923076923077,4,0,Bb3,,,,,,,,,,T,,,,,,gutim,3260 +non,116,22,3,2585,1747,899,,592.838977000001,0.05,8,0,F#3,mp,14,144,54,14,,,,g,,o,,d,,,gutim,3261 +nof,116,22,3,2585,1748,,,592.888977000001,,,,,,,144,54,0,,,,,,,,,,,gutim,3261 +nof,115,8,1,2555,1749,,640,592.913977000001,,,,,,,144,72,0,,,,,,,,,,,gutim,3234 +nof,116,3,1,2564,1749,,0,592.913977000001,,,,,,,144,81,0,,,,,,,,,,,gutim,3242 +nof,116,5,3,2566,1749,,0,592.913977000001,,,,,,,144,45,0,,,,,,,,,,,gutim,3244 +nof,116,6,3,2567,1749,,0,592.913977000001,,,,,,,144,58,0,,,,,,,,,,,gutim,3245 +nof,116,17,2,2580,1750,,512,592.913977000001,,,,,,,144,68,0,,,,,,,,,,,gutim,3256 +bar,117,0,0,2586,1750,,0,592.913977000001,,,,,,,,,,117,,,,,,,,,,gutim,3262 +non,117,2,1,2587,1750,900,0,592.913977000001,1.15384615384615,2,0,B5,mp,14,144,83,14,,,,,,o,,d,e,,gutim,3263 +non,117,3,2,2588,1750,900,0,592.913977000001,0.383112980769231,4,0,C#5,ppp,5,144,73,5,,,,,,o,,d,e,,gutim,3264 +non,117,4,3,2589,1750,900,0,592.913977000001,2.30769230769231,1,0,E4,p,11,144,64,11,,,,,,o,,d,e,,gutim,3265 +ped,117,1,0,2590,1750,,0,592.913977000001,,,,,,,176,64,127,,,,,,,V,,,,gutim,3266 +nof,117,3,2,2588,1751,,0,593.2969770000009,,,,,,,144,73,0,,,,,,,,,,,gutim,3264 +non,117,5,2,2591,1751,901,170,593.2969770000009,0.385366586538462,4,0,F#1,pp,8,144,30,8,,,,,,o,,d,e,,gutim,3267 +nof,117,5,2,2591,1752,,170,593.6819770000009,,,,,,,144,30,0,,,,,,,,,,,gutim,3267 +non,117,6,2,2592,1752,902,341,593.6819770000009,0.385366586538462,4,0,B6,pp,8,144,95,8,,,,,,o,,d,e,,gutim,3268 +non,117,7,2,2593,1752,902,341,593.6819770000009,0.576923076923077,4,0,D7,mp,14,144,98,14,,,,,,o,,d,e,,gutim,3269 +nof,117,2,1,2587,1753,,0,594.0679770000008,,,,,,,144,83,0,,,,,,,,,,,gutim,3263 +nof,117,6,2,2592,1753,,341,594.0679770000008,,,,,,,144,95,0,,,,,,,,,,,gutim,3268 +rst,117,8,1,2594,1753,,512,594.0679770000008,,,,,,,176,102,0,,,,,,,,,,,gutim,3270 +non,117,9,2,2595,1753,903,512,594.0679770000008,0.383112980769231,4,0,A2,ppp,5,144,45,5,,,,,,o,,d,E 5951,,gutim,3271 +nof,117,7,2,2593,1754,,341,594.2589770000009,,,,,,,144,98,0,,,,,,,,,,,gutim,3269 +nof,117,9,2,2595,1755,,512,594.4509770000009,,,,,,,144,45,0,,,,,,,,,,,gutim,3271 +ped,117,10,0,2596,1755,,682,594.4509770000009,,,,,,,176,64,0,,,,,,,^,,,,gutim,3266 +non,117,11,2,2597,1755,904,682,594.4509770000009,0.193810096153846,8,0,Bb2,p,11,144,46,11,,,,,,o,,,,,gutim,3272 +non,117,12,2,2598,1755,904,682,594.4509770000009,0.288461538461538,8,0,F3,ppp-,4,144,53,4,,,,,,o,,,,,gutim,3273 +nof,117,11,2,2597,1756,,682,594.6449770000008,,,,,,,144,46,0,,,,,,,,,,,gutim,3272 +rst,117,13,2,2599,1756,,768,594.6449770000008,,,,,,,176,102,0,,,,,,,,,,,gutim,3274 +nof,117,12,2,2598,1757,,682,594.7389770000009,,,,,,,144,53,0,,,,,,,,,,,gutim,3273 +nof,117,4,3,2589,1758,,0,595.2209770000009,,,,,,,144,64,0,,,,,,,,,,,gutim,3265 +non,117,14,3,2600,1758,905,,595.2209770000009,0.05,8,0,Gb2,pp,8,144,42,8,,,,g,,o,,d,,,gutim,3275 +nof,117,14,3,2600,1759,,,595.2709770000008,,,,,,,144,42,0,,,,,,,,,,,gutim,3275 +non,117,15,3,2601,1760,906,,595.2959770000008,0.05,8,0,Eb2,pp,8,144,39,8,,,,g,,o,,D 5951,,,gutim,3276 +nof,117,15,3,2601,1761,,,595.3459770000009,,,,,,,144,39,0,,,,,,,,,,,gutim,3276 +bar,118,0,0,2602,1762,,0,595.3709770000008,,,,,,,,,,118,,,,,,,,,,gutim,3277 +sec,118,1,0,2603,1762,,0,595.3709770000008,,,,,,,,,,,5951,,,,,,,,,gutim,3278 +bpm,118,1,0,2603,1762,,0,595.3709770000008,,1,,,,,,,,,,104,,,,,,,,gutim,3279 +non,118,2,1,2604,1762,907,0,595.3709770000008,2.30769230769231,1,0,B4,f,20,144,71,20,,,,,,o,,d,,,gutim,3280 +non,118,3,2,2605,1762,907,0,595.3709770000008,0.383112980769231,4,0,C#4,mp,14,144,61,14,,,,,,o,,d,,,gutim,3281 +non,118,4,3,2606,1762,907,0,595.3709770000008,0.191556490384615,8,0,C1,pp,8,144,24,8,,,,,,o,,d,,,gutim,3282 +non,118,5,3,2607,1762,907,0,595.3709770000008,0.288461538461538,8,0,B3,pp,8,144,59,8,,,,,,o,,d,,,gutim,3283 +non,118,6,4,2608,1762,907,0,595.3709770000008,2.30769230769231,1,0,G1,mp,14,144,31,14,,,,,,o,,d,,,gutim,3284 +nof,118,4,3,2606,1763,,0,595.5629770000008,,,,,,,144,24,0,,,,,,,,,,,gutim,3282 +rst,118,7,3,2609,1763,,85,595.5629770000008,,,,,,,176,102,0,,,,,,,,,,,gutim,3285 +nof,118,5,3,2607,1764,,0,595.6599770000008,,,,,,,144,59,0,,,,,,,,,,,gutim,3283 +nof,118,3,2,2605,1765,,0,595.7549770000008,,,,,,,144,61,0,,,,,,,,,,,gutim,3281 +rst,118,8,2,2610,1766,,170,595.7549770000008,,,,,,,176,102,0,,,,,,,,,,,gutim,3286 +non,118,9,3,2611,1766,908,170,595.7549770000008,0.193810096153846,8,0,Ab1,p,11,144,32,11,,,,,,o,,D,,,gutim,3287 +nof,118,9,3,2611,1767,,170,595.9479770000008,,,,,,,144,32,0,,,,,,,,,,,gutim,3287 +rst,118,10,2,2612,1767,,256,595.9479770000008,,,,,,,176,102,0,,,,,,,,,,,gutim,3288 +rst,118,11,3,2613,1767,,256,595.9479770000008,,,,,,,176,102,0,,,,,,,,,,,gutim,3289 +non,118,12,3,2614,1768,909,341,596.1399770000008,0.385366586538462,4,0,G3,pp+,9,144,55,9,,,,,,o,,,,,gutim,3290 +nof,118,12,3,2614,1769,,341,596.5249770000008,,,,,,,144,55,0,,,,,,,,,,,gutim,3290 +rst,118,13,2,2615,1769,,512,596.5249770000008,,,,,,,176,102,0,,,,,,,,,,,gutim,3291 +non,118,15,3,2616,1769,910,512,596.5249770000008,1.15384615384615,2,0,Eb1,pp,8,144,27,8,,,,,,o,,,,,gutim,3292 +ped,118,16,0,2617,1770,,736,597.0299770000008,,,,,,,176,64,127,,,,,,,V,,,,gutim,3293 +non,118,14,3,2618,1771,911,,597.4539770000008,0.05,8,0,Db4,pp,8,144,61,8,,,,g,,o,,,,,gutim,3294 +nof,118,14,3,2618,1772,,,597.5039770000008,,,,,,,144,61,0,,,,,,,,,,,gutim,3294 +ped,119,1,0,2619,1773,,0,597.5289770000009,,,,,,,176,64,0,,,,,,,^,,,,gutim,3293 +non,118,17,3,2620,1773,912,,597.5289770000009,0.05,8,0,C#5,pp,8,144,73,8,,,,g,,o,,,,,gutim,3295 +nof,118,17,3,2620,1774,,,597.5789770000008,,,,,,,144,73,0,,,,,,,,,,,gutim,3295 +non,118,18,3,2621,1775,913,,597.6039770000008,0.05,8,0,F3,ppp-,4,144,53,4,,,,g,,o,,,,,gutim,3296 +nof,118,18,3,2621,1776,,,597.6539770000009,,,,,,,144,53,0,,,,,,,,,,,gutim,3296 +nof,118,2,1,2604,1777,,0,597.6789770000008,,,,,,,144,71,0,,,,,,,,,,,gutim,3280 +nof,118,6,4,2608,1777,,0,597.6789770000008,,,,,,,144,31,0,,,,,,,,,,,gutim,3284 +nof,118,15,3,2616,1778,,512,597.6789770000008,,,,,,,144,27,0,,,,,,,,,,,gutim,3292 +bar,119,0,0,2622,1778,,0,597.6789770000008,,,,,,,,,,119,,,,,,,,,,gutim,3297 +non,119,2,1,2623,1778,914,0,597.6789770000008,0.576923076923077,4,0,D6,f,20,144,86,20,,,,,,o,,,,,gutim,3298 +non,119,3,2,2624,1778,914,0,597.6789770000008,2.30769230769231,1,0,C#5,f,20,144,73,20,,,,,t,o,,,,,gutim,3299 +non,119,4,3,2625,1778,914,0,597.6789770000008,0.144230769230769,16,0,G#3,f,20,144,56,20,,,,,,o,,,,,gutim,3300 +rst,119,5,4,2626,1778,,0,597.6789770000008,,,,,,,176,102,0,,,,,,,,,,,gutim,3301 +ped,119,7,0,2627,1779,,128,597.8179770000008,,,,,,,176,64,0,,,,,,,^,,,,gutim,3302 +nof,119,4,3,2625,1780,,0,597.8229770000008,,,,,,,144,56,0,,,,,,,,,,,gutim,3300 +non,119,6,3,2628,1780,915,64,597.8229770000008,0.144230769230769,16,0,A6,f,20,144,93,20,,,,,,o,,,,,gutim,3303 +ped,119,1,0,2629,1781,,0,597.8289770000008,,,,,,,176,64,127,,,,,,,V,,,,gutim,3304 +nof,119,6,3,2628,1782,,64,597.9679770000007,,,,,,,144,93,0,,,,,,,,,,,gutim,3303 +non,119,8,3,2630,1782,916,128,597.9679770000007,0.288461538461538,8,0,E4,p,11,144,64,11,,,,,t,o,,,,,gutim,3305 +ped,119,9,0,2631,1783,,256,598.1059770000007,,,,,,,176,64,0,,,,,,,^,,,,gutim,3304 +ped,119,7,0,2632,1784,,128,598.1179770000008,,,,,,,176,64,127,,,,,,,V,,,,gutim,3306 +nof,119,2,1,2623,1785,,0,598.2559770000007,,,,,,,144,86,0,,,,,,,,,,,gutim,3298 +rst,119,10,1,2633,1785,,256,598.2559770000007,,,,,,,176,102,0,,,,,,,,,,,gutim,3307 +non,119,11,3,2634,1785,,256,598.2559770000007,1.73076923076923,2,1,E4,,,,,,,,,,_,,,,,,gutim,3308 +non,119,12,4,2635,1785,917,256,598.2559770000007,1.73076923076923,2,1,E3,ff,22,144,52,22,,,,,t,o,,,,,gutim,3309 +ped,119,9,0,2636,1786,,256,598.4059770000008,,,,,,,176,64,127,,,,,,,V,,,,gutim,3310 +rst,119,13,1,2637,1787,,512,598.8329770000007,,,,,,,176,102,0,,,,,,,,,,,gutim,3311 +bar,120,0,0,2638,1788,,0,599.9869770000007,,,,,,,,,,120,,,,,,,,,,gutim,3312 +rst,120,1,1,2639,1788,,0,599.9869770000007,,,,,,,176,102,0,,,,,,,,,,,gutim,3313 +non,120,2,2,2640,1788,,0,599.9869770000007,2.30769230769231,1,0,C#5,,,,,,,,,,T,,,,,,gutim,3314 +non,120,3,3,2641,1788,,0,599.9869770000007,2.30769230769231,1,0,E4,,,,,,,,,,T,,,,,,gutim,3315 +non,120,4,4,2642,1788,,0,599.9869770000007,2.30769230769231,1,0,E3,,,,,,,,,,_,,,,,,gutim,3316 +ped,121,1,0,2643,1789,,0,601.9949770000007,,,,,,,176,64,0,,,,,,,^,,,,gutim,3310 +bar,121,0,0,2644,1790,,0,602.2949770000007,,,,,,,,,,121,,,,,,,,,,gutim,3317 +non,121,2,1,2645,1790,918,0,602.2949770000007,2.30769230769231,1,0,D6,f,20,144,86,20,,,,,t,o,,,,,gutim,3318 +non,121,3,3,2646,1790,918,0,602.2949770000007,0.576923076923077,4,0,F#1,ff,22,144,30,22,,,,,,o,,,,,gutim,3319 +non,121,4,3,2647,1790,918,0,602.2949770000007,0.576923076923077,4,0,C2,ff,22,144,36,22,,,,,,o,,,,,gutim,3320 +non,121,5,4,2648,1790,,0,602.2949770000007,2.30769230769231,1,0,E3,,,,,,,,,,_,,,,,,gutim,3321 +ped,121,1,0,2649,1790,,0,602.2949770000007,,,,,,,176,64,127,,,,,,,V,,,,gutim,3322 +nof,121,3,3,2646,1791,,0,602.3449770000007,,,,,,,144,30,0,,,,,,,,,,,gutim,3319 +nof,121,4,3,2647,1791,,0,602.3449770000007,,,,,,,144,36,0,,,,,,,,,,,gutim,3320 +nof,119,3,2,2624,1792,,0,602.4449770000007,,,,,,,144,73,0,,,,,,,,,,,gutim,3299 +nof,119,8,3,2630,1792,,128,602.4449770000007,,,,,,,144,64,0,,,,,,,,,,,gutim,3305 +ped,121,6,0,2650,1793,,256,602.7209770000006,,,,,,,176,64,0,,,,,,,^,,,,gutim,3322 +non,121,7,3,2651,1794,919,256,602.8709770000006,0,8,0,E3,s,0,,,,,,,,,o,,,,,gutim,3323 +rst,121,8,3,2652,1794,,256,602.8709770000006,,,,,,,176,102,0,,,,,,,,,,,gutim,3324 +ped,121,6,0,2653,1795,,256,603.0209770000006,,,,,,,176,64,127,,,,,,,V,,,,gutim,3325 +rst,121,9,3,2654,1796,,512,603.4479770000005,,,,,,,176,102,0,,,,,,,,,,,gutim,3326 +rst,121,10,3,2655,1797,,768,604.0249770000005,,,,,,,176,102,0,,,,,,,,,,,gutim,3327 +non,121,11,3,2656,1798,920,960,604.4579770000005,0.144230769230769,16,0,A2,ff,22,144,45,22,,,,,t,o,,,,,gutim,3328 +bar,122,0,0,2657,1799,,0,604.6019770000005,,,,,,,,,,122,,,,,,,,,,gutim,3329 +non,122,1,1,2658,1799,,0,604.6019770000005,1.15384615384615,2,0,D6,,,,,,,,,,T,,,,,,gutim,3330 +rst,122,2,2,2659,1799,,0,604.6019770000005,,,,,,,176,102,0,,,,,,,,,,,gutim,3331 +non,122,3,3,2660,1799,,0,604.6019770000005,2.30769230769231,1,0,A2,,,,,,,,,,_,,,,,,gutim,3332 +non,122,4,4,2661,1799,,0,604.6019770000005,2.30769230769231,1,0,E3,,,,,,,,,,_,,,,,,gutim,3333 +nof,121,2,1,2645,1800,,0,605.7559770000005,,,,,,,144,86,0,,,,,,,,,,,gutim,3318 +non,122,5,1,2662,1801,921,512,605.7559770000005,1.15384615384615,2,0,A5,ff,22,144,81,22,,,,,t,o,,d,e,t,gutim,3334 +non,122,6,2,2663,1801,921,512,605.7559770000005,0.576923076923077,4,0,C#7,mf,17,144,97,17,,,,,,o,,d,e,t,gutim,3335 +nof,122,6,2,2663,1802,,512,606.3329770000005,,,,,,,144,97,0,,,,,,,,,,,gutim,3335 +non,122,7,2,2664,1802,922,768,606.3329770000005,0.576923076923077,4,0,D3,f,20,144,50,20,,,,,,o,,d,e,t,gutim,3336 +nof,122,7,2,2664,1803,,768,606.9099770000005,,,,,,,144,50,0,,,,,,,,,,,gutim,3336 +bar,123,0,0,2665,1803,,0,606.9099770000005,,,,,,,,,,123,,,,,,,,,,gutim,3337 +non,123,1,1,2666,1803,,0,606.9099770000005,2.30769230769231,1,0,A5,,,,,,,,,,_,,,,,,gutim,3338 +non,123,2,2,2667,1803,923,0,606.9099770000005,1.15384615384615,2,0,C5,ff,22,144,72,22,,,,,,o,,d,e,t,gutim,3339 +non,123,3,3,2668,1803,,0,606.9099770000005,0.432692307692308,8,1,A2,,,,,,,,,,T,,,,,,gutim,3340 +non,123,4,4,2669,1803,,0,606.9099770000005,0.576923076923077,4,0,E3,,,,,,,,,,T,,,,,,gutim,3341 +nof,121,11,3,2656,1804,,960,607.3429770000005,,,,,,,144,45,0,,,,,,,,,,,gutim,3328 +non,123,5,3,2670,1805,924,192,607.3429770000005,0.144230769230769,16,0,F7,p,11,144,101,11,,,,,,o,,,,,gutim,3342 +nof,123,5,3,2670,1806,,192,607.4869770000005,,,,,,,144,101,0,,,,,,,,,,,gutim,3342 +rst,123,6,3,2671,1806,,256,607.4869770000005,,,,,,,176,102,0,,,,,,,,,,,gutim,3343 +non,123,7,4,2672,1806,925,256,607.4869770000005,1.15384615384615,2,0,Bb1,p-,10,144,34,10,,,,,,o,,,e,t,gutim,3344 +nof,119,12,4,2635,1807,,256,607.6369770000006,,,,,,,144,52,0,,,,,,,,,,,gutim,3309 +nof,123,2,2,2667,1808,,0,608.0639770000005,,,,,,,144,72,0,,,,,,,,,,,gutim,3339 +non,123,8,2,2673,1809,926,512,608.0639770000005,1.15384615384615,2,0,E5,fff,24,144,76,24,,,,,t,o,,,e,t,gutim,3345 +non,123,9,2,2674,1809,926,512,608.0639770000005,1.15384615384615,2,0,E6,f,20,144,88,20,,,,,t,o,,,e,t,gutim,3346 +rst,123,10,3,2675,1809,,512,608.0639770000005,,,,,,,176,102,0,,,,,,,,,,,gutim,3347 +nof,123,7,4,2672,1810,,256,608.6409770000005,,,,,,,144,34,0,,,,,,,,,,,gutim,3344 +non,123,11,4,2676,1811,927,768,608.6409770000005,0.576923076923077,4,0,Gb2,pp,8,144,42,8,,,,,t,o,,,E 5952,t 5952,gutim,3348 +bar,124,0,0,2677,1812,,0,609.2179770000005,,,,,,,,,,124,,,,,,,,,,gutim,3349 +non,124,1,1,2678,1812,,0,609.2179770000005,2.30769230769231,1,0,A5,,,,,,,,,,_,,,,,,gutim,3350 +non,124,2,2,2679,1812,,0,609.2179770000005,0.288461538461538,8,0,E5,,,,,,,,,,T,,,,,,gutim,3351 +non,124,3,2,2680,1812,,0,609.2179770000005,0.288461538461538,8,0,E6,,,,,,,,,,T,,,,,,gutim,3352 +rst,124,4,3,2681,1812,,0,609.2179770000005,,,,,,,176,102,0,,,,,,,,,,,gutim,3353 +non,124,5,4,2682,1812,,0,609.2179770000005,0.432692307692308,8,1,Gb2,,,,,,,,,,T,,,,,,gutim,3354 +nof,123,8,2,2673,1813,,512,609.5059770000005,,,,,,,144,76,0,,,,,,,,,,,gutim,3345 +nof,123,9,2,2674,1813,,512,609.5059770000005,,,,,,,144,88,0,,,,,,,,,,,gutim,3346 +ped,124,6,0,2683,1814,,128,609.5059770000005,,,,,,,176,64,0,,,,,,,^,,,,gutim,3325 +non,124,7,2,2684,1814,928,128,609.5059770000005,0.144230769230769,16,0,Db5,f,20,144,73,20,,,,,,o,,,,,gutim,3355 +nof,123,11,4,2676,1815,,768,609.6499770000005,,,,,,,144,42,0,,,,,,,,,,,gutim,3348 +nof,124,7,2,2684,1816,,128,609.6499770000005,,,,,,,144,73,0,,,,,,,,,,,gutim,3355 +non,124,8,2,2685,1816,929,192,609.6499770000005,0.144230769230769,16,0,Bb3,mf,17,144,58,17,,,,,t,o,,,,,gutim,3356 +rst,124,9,4,2686,1816,,192,609.6499770000005,,,,,,,176,102,0,,,,,,,,,,,gutim,3357 +non,124,10,2,2687,1817,,256,609.7949770000005,0.144230769230769,16,0,Bb3,,,,,,,,,,T,,,,,,gutim,3358 +rst,124,11,4,2688,1817,,256,609.7949770000005,,,,,,,176,102,0,,,,,,,,,,,gutim,3359 +sec,124,12,0,2689,1817,,256,609.7949770000005,,,,,,,,,,,5952,,,,,,,,,gutim,3360 +nof,124,8,2,2685,1818,,192,609.9389770000005,,,,,,,144,58,0,,,,,,,,,,,gutim,3356 +non,124,13,2,2690,1818,930,320,609.9389770000005,0.288461538461538,8,0,A5,pp,8,144,81,8,,,,,,o,,,,,gutim,3361 +nof,124,13,2,2690,1819,,320,610.2269770000005,,,,,,,144,81,0,,,,,,,,,,,gutim,3361 +non,124,14,2,2691,1819,931,448,610.2269770000005,0.144230769230769,16,0,F3,ppp+,6,144,53,6,,,,,t,o,,,,,gutim,3362 +non,124,15,2,2692,1820,,512,610.3709770000005,0.144230769230769,16,0,F3,,,,,,,,,,T,,,,,,gutim,3363 +rst,124,16,3,2693,1820,,512,610.3709770000005,,,,,,,176,102,0,,,,,,,,,,,gutim,3364 +rst,124,17,4,2694,1820,,512,610.3709770000005,,,,,,,176,102,0,,,,,,,,,,,gutim,3365 +nof,124,14,2,2691,1821,,448,610.5159770000005,,,,,,,144,53,0,,,,,,,,,,,gutim,3362 +non,124,18,2,2695,1821,932,576,610.5159770000005,0.144230769230769,16,0,Db3,ppp,5,144,49,5,,,,,,o,,,,,gutim,3366 +non,124,19,3,2696,1821,932,576,610.5159770000005,0.144230769230769,16,0,B4,ppp,5,144,71,5,,,,,,o,,,,,gutim,3367 +nof,124,18,2,2695,1822,,576,610.6599770000005,,,,,,,144,49,0,,,,,,,,,,,gutim,3366 +nof,124,19,3,2696,1822,,576,610.6599770000005,,,,,,,144,71,0,,,,,,,,,,,gutim,3367 +rst,124,20,2,2697,1822,,640,610.6599770000005,,,,,,,176,102,0,,,,,,,,,,,gutim,3368 +non,124,21,3,2698,1822,933,640,610.6599770000005,0.144230769230769,16,0,E4,ppp-,4,144,64,4,,,,,,o,,,,,gutim,3369 +nof,124,21,3,2698,1823,,640,610.8039770000005,,,,,,,144,64,0,,,,,,,,,,,gutim,3369 +non,124,22,3,2699,1823,934,704,610.8039770000005,0.144230769230769,16,0,F#3,pppp+,3,144,54,3,,,,,,o,,,,,gutim,3370 +nof,124,22,3,2699,1824,,704,610.9479770000005,,,,,,,144,54,0,,,,,,,,,,,gutim,3370 +rst,124,23,2,2700,1824,,768,610.9479770000005,,,,,,,176,102,0,,,,,,,,,,,gutim,3371 +non,124,24,3,2701,1824,935,,610.9479770000005,0.05,8,0,Bb3,ff,22,144,58,22,,,,g,,o,,,,,gutim,3372 +nof,124,24,3,2701,1825,,,610.9979770000004,,,,,,,144,58,0,,,,,,,,,,,gutim,3372 +non,124,25,3,2702,1826,936,768,611.0229770000004,0.576923076923077,4,0,A2,pppp,2,144,45,2,,,,,t,o,,,,,gutim,3373 +bar,125,0,0,2703,1827,,0,611.5999770000004,,,,,,,,,,125,,,,,,,,,,gutim,3374 +non,125,1,1,2704,1827,,0,611.5999770000004,1.15384615384615,2,0,A5,,,,,,,,,,T,,,,,,gutim,3375 +rst,125,2,2,2705,1827,,0,611.5999770000004,,,,,,,176,102,0,,,,,,,,,,,gutim,3376 +non,125,3,3,2706,1827,,0,611.5999770000004,1.73076923076923,2,1,A2,,,,,,,,,,T,,,,,,gutim,3377 +rst,125,4,4,2707,1827,,0,611.5999770000004,,,,,,,176,102,0,,,,,,,,,,,gutim,3378 +non,125,5,2,2708,1828,937,256,612.1769770000004,0.576923076923077,4,0,B4,ppp,5,144,71,5,,,,,,o,,,,,gutim,3379 +nof,122,5,1,2662,1829,,512,612.6789770000005,,,,,,,144,81,0,,,,,,,,,,,gutim,3380 +nof,125,5,2,2708,1830,,256,612.7539770000005,,,,,,,144,71,0,,,,,,,,,,,gutim,3379 +rst,125,6,1,2709,1830,,512,612.7539770000005,,,,,,,176,102,0,,,,,,,,,,,gutim,3381 +non,125,7,2,2710,1830,938,512,612.7539770000005,0.576923076923077,4,0,D6,ppp+,6,144,86,6,,,,,,o,,,,,gutim,3382 +non,125,8,4,2711,1830,938,512,612.7539770000005,1.15384615384615,2,0,G3,f,20,144,55,20,,,,,t,o,,,,,gutim,3383 +nof,124,25,3,2702,1831,,768,613.3309770000005,,,,,,,144,45,0,,,,,,,,,,,gutim,3373 +nof,125,7,2,2710,1832,,512,613.3309770000005,,,,,,,144,86,0,,,,,,,,,,,gutim,3382 +non,125,9,2,2712,1832,939,768,613.3309770000005,0.0721153846153846,32,0,F6,pppp,2,144,89,2,,,,,,o,,d,,,gutim,3384 +non,125,10,2,2713,1832,939,768,613.3309770000005,0.0721153846153846,32,0,E7,pppp,2,144,100,2,,,,,,o,,d,,,gutim,3385 +non,125,11,3,2714,1832,939,768,613.3309770000005,0.288461538461538,8,0,F#2,pp,8,144,42,8,,,,,,o,,,,,gutim,3386 +nof,125,9,2,2712,1833,,768,613.4029770000005,,,,,,,144,89,0,,,,,,,,,,,gutim,3384 +nof,125,10,2,2713,1833,,768,613.4029770000005,,,,,,,144,100,0,,,,,,,,,,,gutim,3385 +non,125,12,2,2715,1833,940,800,613.4029770000005,0.0721153846153846,32,0,Ab6,pppp,2,144,92,2,,,,,,o,,d,,,gutim,3387 +nof,125,12,2,2715,1834,,800,613.4749770000005,,,,,,,144,92,0,,,,,,,,,,,gutim,3387 +rst,125,13,2,2716,1834,,832,613.4749770000005,,,,,,,176,102,0,,,,,,,,,,,gutim,3388 +rst,125,15,3,2717,1835,,896,613.6199770000005,,,,,,,176,102,0,,,,,,,,,,,gutim,3389 +ped,125,14,0,2718,1835,,896,613.6199770000005,,,,,,,176,64,127,,,,,,,V,,,,gutim,3390 +nof,125,11,3,2714,1836,,768,613.6199770000005,,,,,,,144,42,0,,,,,,,,,,,gutim,3386 +bar,126,0,0,2719,1837,,0,613.9079770000005,,,,,,,,,,126,,,,,,,,,,gutim,3391 +rst,126,1,1,2720,1837,,0,613.9079770000005,,,,,,,176,102,0,,,,,,,,,,,gutim,3392 +non,126,2,2,2721,1837,941,0,613.9079770000005,2.30769230769231,1,0,F5,fff,24,144,77,24,,,,,,o,,d,,,gutim,3393 +non,126,3,2,2722,1837,941,0,613.9079770000005,2.30769230769231,1,0,C6,fff,24,144,84,24,,,,,,o,,d,,,gutim,3394 +rst,126,4,3,2723,1837,,0,613.9079770000005,,,,,,,176,102,0,,,,,,,,,,,gutim,3395 +non,126,5,4,2724,1837,,0,613.9079770000005,1.73076923076923,2,1,G3,,,,,,,,,,_,,,,,,gutim,3396 +non,126,6,3,2725,1838,942,128,614.1959770000005,0.288461538461538,8,0,Gb2,pp,8,144,42,8,,,,,,o,,d,,,gutim,3397 +non,126,7,3,2726,1838,942,128,614.1959770000005,0.288461538461538,8,0,Ab3,pp,8,144,56,8,,,,,,o,,d,,,gutim,3398 +nof,126,6,3,2725,1839,,128,614.4849770000005,,,,,,,144,42,0,,,,,,,,,,,gutim,3397 +nof,126,7,3,2726,1839,,128,614.4849770000005,,,,,,,144,56,0,,,,,,,,,,,gutim,3398 +non,126,8,3,2727,1839,943,256,614.4849770000005,1.73076923076923,2,1,G1,mf,17,144,31,17,,,,,,o,,d,,,gutim,3399 +non,126,9,1,2728,1840,944,512,615.0619770000005,0.576923076923077,4,0,E4,mf,17,144,64,17,,,,,t,o,,,,,gutim,3400 +non,126,10,1,2729,1840,944,512,615.0619770000005,0.576923076923077,4,0,G#5,mf,17,144,80,17,,,,,t,o,,,,,gutim,3401 +non,126,11,1,2730,1840,944,512,615.0619770000005,0.576923076923077,4,0,B5,mf,17,144,83,17,,,,,t,o,,,,,gutim,3402 +non,126,12,1,2731,1841,,768,615.6389770000005,0.576923076923077,4,0,E4,,,,,,,,,,T,,,,,,gutim,3403 +non,126,13,1,2732,1841,,768,615.6389770000005,0.576923076923077,4,0,G#5,,,,,,,,,,T,,,,,,gutim,3404 +non,126,14,1,2733,1841,,768,615.6389770000005,0.576923076923077,4,0,B5,,,,,,,,,,T,,,,,,gutim,3405 +non,126,15,1,2734,1841,945,768,615.6389770000005,0.576923076923077,4,0,D7,mp,14,144,98,14,,,,,,o,,,,,gutim,3406 +non,126,16,4,2735,1841,945,768,615.6389770000005,0.576923076923077,4,0,F3,mp,14,144,53,14,,,,,t,o,,,,,gutim,3407 +non,126,17,4,2736,1841,,768,615.6389770000005,0.576923076923077,4,0,G3,,,,,,,,,,_,,,,,,gutim,3408 +nof,126,2,2,2721,1842,,0,616.2159770000005,,,,,,,144,77,0,,,,,,,,,,,gutim,3393 +nof,126,3,2,2722,1842,,0,616.2159770000005,,,,,,,144,84,0,,,,,,,,,,,gutim,3394 +nof,126,8,3,2727,1842,,256,616.2159770000005,,,,,,,144,31,0,,,,,,,,,,,gutim,3399 +nof,126,9,1,2728,1842,,512,616.2159770000005,,,,,,,144,64,0,,,,,,,,,,,gutim,3400 +nof,126,10,1,2729,1842,,512,616.2159770000005,,,,,,,144,80,0,,,,,,,,,,,gutim,3401 +nof,126,11,1,2730,1842,,512,616.2159770000005,,,,,,,144,83,0,,,,,,,,,,,gutim,3402 +nof,126,15,1,2734,1843,,768,616.2159770000005,,,,,,,144,98,0,,,,,,,,,,,gutim,3406 +bar,127,0,0,2737,1843,,0,616.2159770000005,,,,,,,,,,127,,,,,,,,,,gutim,3409 +rst,127,1,1,2738,1843,,0,616.2159770000005,,,,,,,176,102,0,,,,,,,,,,,gutim,3410 +rst,127,2,3,2739,1843,,0,616.2159770000005,,,,,,,176,102,0,,,,,,,,,,,gutim,3411 +non,127,3,4,2740,1843,,0,616.2159770000005,2.30769230769231,1,0,F3,,,,,,,,,,_,,,,,,gutim,3412 +non,127,4,4,2741,1843,,0,616.2159770000005,2.30769230769231,1,0,G3,,,,,,,,,,_,,,,,,gutim,3413 +non,127,5,1,2742,1844,946,256,616.7929770000005,0.576923076923077,4,0,B4,ppp,5,144,71,5,,,,,,o,,d,,,gutim,3414 +non,127,6,3,2743,1844,946,256,616.7929770000005,0.576923076923077,4,0,Bb2,ppp,5,144,46,5,,,,,,o,,D 5953,,,gutim,3415 +nof,127,5,1,2742,1845,,256,617.3699770000005,,,,,,,144,71,0,,,,,,,,,,,gutim,3414 +nof,127,6,3,2743,1845,,256,617.3699770000005,,,,,,,144,46,0,,,,,,,,,,,gutim,3415 +rst,127,7,1,2744,1845,,512,617.3699770000005,,,,,,,176,102,0,,,,,,,,,,,gutim,3416 +rst,127,8,3,2745,1845,,512,617.3699770000005,,,,,,,176,102,0,,,,,,,,,,,gutim,3417 +non,127,9,1,2746,1846,947,768,617.9459770000005,0,8,0,E7,ppp,5,,,,,,,,,o,,,,,gutim,3418 +non,127,10,1,2747,1846,947,768,617.9459770000005,0.144230769230769,16,0,F4,ppp,5,144,65,5,,,,,,o,,,,,gutim,3419 +rst,127,11,3,2748,1846,,768,617.9459770000005,,,,,,,176,102,0,,,,,,,,,,,gutim,3420 +nof,127,10,1,2747,1847,,768,618.0909770000005,,,,,,,144,65,0,,,,,,,,,,,gutim,3419 +ped,127,12,0,2749,1847,,832,618.0909770000005,,,,,,,176,64,0,,,,,,,^,,,,gutim,3390 +rst,127,13,1,2750,1847,,832,618.0909770000005,,,,,,,176,102,0,,,,,,,,,,,gutim,3421 +rst,127,14,1,2751,1848,,896,618.2349770000005,,,,,,,176,102,0,,,,,,,,,,,gutim,3422 +non,127,15,3,2752,1849,948,960,618.3789770000005,0.144230769230769,16,0,C3,ppp,5,144,48,5,,,,,,o,,,,,gutim,3423 +nof,127,15,3,2752,1850,,960,618.5229770000005,,,,,,,144,48,0,,,,,,,,,,,gutim,3423 +bar,128,0,0,2753,1850,,0,618.5229770000005,,,,,,,,,,128,,,,,,,,,,gutim,3424 +non,128,1,1,2754,1850,949,0,618.5229770000005,0.144230769230769,16,0,Bb3,ppp,5,144,58,5,,,,,,o,,,,,gutim,3425 +rst,128,2,3,2755,1850,,0,618.5229770000005,,,,,,,176,102,0,,,,,,,,,,,gutim,3426 +non,128,3,4,2756,1850,,0,618.5229770000005,0.576923076923077,4,0,F3,,,,,,,,,,T,,,,,,gutim,3427 +non,128,4,4,2757,1850,,0,618.5229770000005,0.576923076923077,4,0,G3,,,,,,,,,,_,,,,,,gutim,3428 +nof,128,1,1,2754,1851,,0,618.6679770000005,,,,,,,144,58,0,,,,,,,,,,,gutim,3425 +non,128,5,1,2758,1851,950,64,618.6679770000005,0.288461538461538,8,0,Ab4,ppp,5,144,68,5,,,,,,o,,,,,gutim,3429 +nof,128,5,1,2758,1852,,64,618.9559770000005,,,,,,,144,68,0,,,,,,,,,,,gutim,3429 +rst,128,6,1,2759,1852,,192,618.9559770000005,,,,,,,176,102,0,,,,,,,,,,,gutim,3430 +sec,128,7,0,2760,1852,,192,618.9559770000005,,,,,,,,,,,5953,,,,,,,,,gutim,3431 +non,128,9,1,2761,1853,951,256,619.0999770000005,0.576923076923077,4,0,Ab6,f,20,144,92,20,,,,,,o,,,,,gutim,3432 +rst,128,10,3,2762,1853,,256,619.0999770000005,,,,,,,176,102,0,,,,,,,,,,,gutim,3433 +non,128,11,4,2763,1853,,256,619.0999770000005,0.576923076923077,4,0,G3,,,,,,,,,,T,,,,,,gutim,3434 +ped,128,8,0,2764,1853,,256,619.0999770000005,,,,,,,176,64,127,,,,,,,V,,,,gutim,3435 +non,128,12,3,2765,1854,952,288,619.1719770000005,0.504807692307692,8,2,D4,fff,24,144,62,24,,,,,t,o,,,,,gutim,3436 +nof,126,16,4,2735,1855,,768,619.1749770000006,,,,,,,144,53,0,,,,,,,,,,,gutim,3407 +non,128,13,1,2766,1856,953,512,619.6769770000005,1.15384615384615,2,0,F5,f+,21,144,77,21,,,,,t,o,,,,,gutim,3437 +non,128,14,3,2767,1856,,512,619.6769770000005,1.15384615384615,2,0,D4,,,,,,,,,,_,,,,,,gutim,3438 +rst,128,15,4,2768,1856,,512,619.6769770000005,,,,,,,176,102,0,,,,,,,,,,,gutim,3439 +nof,128,9,1,2761,1857,,256,619.6769770000005,,,,,,,144,92,0,,,,,,,,,,,gutim,3432 +nof,125,8,4,2711,1858,,512,619.7519770000006,,,,,,,144,55,0,,,,,,,,,,,gutim,3383 +ped,128,16,0,2769,1859,,909,620.5719770000005,,,,,,,176,64,0,,,,,,,^,,,,gutim,3435 +bar,129,2,0,2770,1860,,0,620.8309770000005,,,,,,,,,,129,,,,,,,,,,gutim,3440 +non,129,0,3,2771,1860,,0,620.8309770000005,1.73076923076923,2,1,D4,,,,,,,,,,T,,,,,,gutim,3441 +rst,129,1,4,2772,1860,,0,620.8309770000005,,,,,,,176,102,0,,,,,,,,,,,gutim,3442 +non,129,3,1,2773,1860,,0,620.8309770000005,1.73076923076923,2,1,F5,,,,,,,,,,T,,,,,,gutim,3443 +non,129,4,2,2774,1860,954,0,620.8309770000005,0.216346153846154,16,1,E1,p,11,144,28,11,,,,,,o,,,,,gutim,3444 +nof,129,4,2,2774,1861,,0,621.0469770000005,,,,,,,144,28,0,,,,,,,,,,,gutim,3444 +non,129,5,2,2775,1861,955,96,621.0469770000005,0.216346153846154,16,1,B2,p,11,144,47,11,,,,,,o,,,,,gutim,3445 +nof,129,5,2,2775,1862,,96,621.2639770000005,,,,,,,144,47,0,,,,,,,,,,,gutim,3445 +non,129,6,2,2776,1862,956,192,621.2639770000005,0.0721153846153846,32,0,Ab5,mp,14,144,80,14,,,,,,o,,,,,gutim,3446 +nof,129,6,2,2776,1863,,192,621.3359770000005,,,,,,,144,80,0,,,,,,,,,,,gutim,3446 +non,129,7,2,2777,1863,957,224,621.3359770000005,0.0721153846153846,32,0,Bb4,mp,14,144,70,14,,,,,,o,,,,,gutim,3447 +nof,129,7,2,2777,1864,,224,621.4079770000005,,,,,,,144,70,0,,,,,,,,,,,gutim,3447 +non,129,9,4,2778,1864,958,256,621.4079770000005,1.15384615384615,2,0,C2,mp,14,144,36,14,,,,,t,o,,,,,gutim,3448 +rst,129,10,2,2779,1864,,256,621.4079770000005,,,,,,,176,102,0,,,,,,,,,,,gutim,3449 +ped,129,8,0,2780,1864,,256,621.4079770000005,,,,,,,176,64,127,,,,,,,V,,,,gutim,3450 +non,129,11,2,2781,1865,959,448,621.8409770000005,0.144230769230769,16,0,Db3,f,20,144,49,20,,,,,t,o,,,,,gutim,3451 +non,129,12,2,2782,1866,,512,621.9849770000005,0.504807692307692,8,2,Db3,,,,,,,,,,T,,,,,,gutim,3452 +nof,129,11,2,2781,1867,,448,622.4899770000005,,,,,,,144,49,0,,,,,,,,,,,gutim,3451 +non,129,13,2,2783,1867,960,736,622.4899770000005,0.0721153846153846,32,0,Ab5,p+,12,144,80,12,,,,,,o,,,,,gutim,3453 +nof,129,13,2,2783,1868,,736,622.5619770000005,,,,,,,144,80,0,,,,,,,,,,,gutim,3453 +rst,129,14,3,2784,1868,,768,622.5619770000005,,,,,,,176,102,0,,,,,,,,,,,gutim,3454 +non,129,15,4,2785,1868,,768,622.5619770000005,0.0946514423076923,16,0,C2,,,,,,,,,,T,,,,,,gutim,3455 +rst,129,16,1,2786,1868,,768,622.5619770000005,,,,,,,176,102,0,,,,,,,,,,,gutim,3456 +non,129,17,2,2787,1868,961,768,622.5619770000005,0.0946514423076923,16,0,A1,p,11,144,33,11,,,,,,o,,,e,,gutim,3457 +nof,128,13,1,2766,1869,,512,622.5619770000005,,,,,,,144,77,0,,,,,,,,,,,gutim,3437 +nof,128,12,3,2765,1870,,288,622.5619770000005,,,,,,,144,62,0,,,,,,,,,,,gutim,3436 +nof,129,17,2,2787,1871,,768,622.6569770000006,,,,,,,144,33,0,,,,,,,,,,,gutim,3457 +ped,129,18,0,2788,1871,,810,622.6569770000006,,,,,,,176,64,0,,,,,,,^,,,,gutim,3450 +non,129,19,4,2789,1871,962,810,622.6569770000006,0.0969050480769231,16,0,Db1,pp,8,144,25,8,,,,,,o,,,e,,gutim,3458 +non,129,20,2,2790,1871,962,810,622.6569770000006,0.0969050480769231,16,0,D5,p,11,144,74,11,,,,,,o,,,e,,gutim,3459 +nof,129,9,4,2778,1872,,256,622.6569770000006,,,,,,,144,36,0,,,,,,,,,,,gutim,3448 +nof,129,19,4,2789,1873,,810,622.7529770000006,,,,,,,144,25,0,,,,,,,,,,,gutim,3458 +nof,129,20,2,2790,1873,,810,622.7529770000006,,,,,,,144,74,0,,,,,,,,,,,gutim,3459 +non,129,21,3,2791,1873,963,853,622.7529770000006,0.191556490384615,8,0,C6,pp,8,144,84,8,,,,,,o,,,,,gutim,3460 +rst,129,22,4,2792,1873,,853,622.7529770000006,,,,,,,176,102,0,,,,,,,,,,,gutim,3461 +non,129,23,2,2793,1873,963,853,622.7529770000006,0.0969050480769231,16,0,F5,pp+,9,144,77,9,,,,,,o,,,e,,gutim,3462 +nof,129,23,2,2793,1874,,853,622.8499770000005,,,,,,,144,77,0,,,,,,,,,,,gutim,3462 +non,129,24,2,2794,1874,964,896,622.8499770000005,0.0946514423076923,16,0,C#4,pp-,7,144,61,7,,,,,,o,,,e,,gutim,3463 +nof,129,24,2,2794,1875,,896,622.9449770000006,,,,,,,144,61,0,,,,,,,,,,,gutim,3463 +rst,129,25,3,2795,1875,,938,622.9449770000006,,,,,,,176,102,0,,,,,,,,,,,gutim,3464 +non,129,26,4,2796,1875,965,938,622.9449770000006,0.193810096153846,8,0,B2,pp,8,144,47,8,,,,,,o,,,E,,gutim,3465 +non,129,27,2,2797,1875,965,938,622.9449770000006,0.0969050480769231,16,0,A3,ppp,5,144,57,5,,,,,,o,,,e 5954,,gutim,3466 +nof,129,21,3,2791,1876,,853,622.9449770000006,,,,,,,144,84,0,,,,,,,,,,,gutim,3460 +nof,129,27,2,2797,1877,,938,623.0419770000005,,,,,,,144,57,0,,,,,,,,,,,gutim,3466 +rst,129,31,2,2798,1877,,981,623.0419770000005,,,,,,,176,102,0,,,,,,,,,,,gutim,3467 +sec,130,1,0,2799,1878,,0,623.1389770000005,,,,,,,,,,,5954,,,,,,,,,gutim,3468 +non,129,28,1,2800,1878,966,,623.1389770000005,0.05,8,0,C#5,ppp,5,144,73,5,,,,g,,o,,,,,gutim,3469 +nof,129,26,4,2796,1879,,938,623.1389770000005,,,,,,,144,47,0,,,,,,,,,,,gutim,3465 +nof,129,28,1,2800,1880,,,623.1889770000005,,,,,,,144,73,0,,,,,,,,,,,gutim,3469 +non,129,29,1,2801,1881,967,,623.2139770000006,0.05,8,0,A5,ppp,5,144,81,5,,,,g,,o,,,,,gutim,3470 +non,129,30,1,2802,1881,967,,623.2139770000006,0.05,8,0,D6,ppp,5,144,86,5,,,,g,,o,,,,,gutim,3471 +nof,129,29,1,2801,1882,,,623.2639770000005,,,,,,,144,81,0,,,,,,,,,,,gutim,3470 +nof,129,30,1,2802,1882,,,623.2639770000005,,,,,,,144,86,0,,,,,,,,,,,gutim,3471 +bar,130,0,0,2803,1883,,0,623.2889770000005,,,,,,,,,,130,,,,,,,,,,gutim,3472 +non,130,2,1,2804,1883,968,0,623.2889770000005,0.576923076923077,4,0,Ab6,ppp,5,144,92,5,,,,,,o,,,,,gutim,3473 +non,130,3,1,2805,1883,968,0,623.2889770000005,0.576923076923077,4,0,C7,ppp,5,144,96,5,,,,,,o,,,,,gutim,3474 +non,130,4,1,2806,1883,968,0,623.2889770000005,0.576923076923077,4,0,A7,ppp,5,144,105,5,,,,,,o,,,,,gutim,3475 +rst,130,5,2,2807,1883,,0,623.2889770000005,,,,,,,176,102,0,,,,,,,,,,,gutim,3476 +rst,130,6,3,2808,1883,,0,623.2889770000005,,,,,,,176,102,0,,,,,,,,,,,gutim,3477 +non,130,7,4,2809,1883,968,0,623.2889770000005,2.30769230769231,1,0,Eb4,ppp,5,144,63,5,,,,,t,o,,,,,gutim,3478 +nof,130,2,1,2804,1884,,0,623.8659770000005,,,,,,,144,92,0,,,,,,,,,,,gutim,3473 +nof,130,3,1,2805,1884,,0,623.8659770000005,,,,,,,144,96,0,,,,,,,,,,,gutim,3474 +nof,130,4,1,2806,1884,,0,623.8659770000005,,,,,,,144,105,0,,,,,,,,,,,gutim,3475 +non,130,8,1,2810,1884,969,256,623.8659770000005,0.576923076923077,4,0,Ab4,ppp,5,144,68,5,,,,,t,o,,,,,gutim,3479 +non,130,9,1,2811,1885,,512,624.4429770000005,0.191556490384615,8,0,Ab4,,,,,,,,,,T,,,,,,gutim,3480 +rst,130,10,2,2812,1885,,512,624.4429770000005,,,,,,,176,102,0,,,,,,,,,,,gutim,3481 +nof,130,8,1,2810,1886,,256,624.6339770000005,,,,,,,144,68,0,,,,,,,,,,,gutim,3479 +non,130,11,1,2813,1887,970,597,624.6339770000005,0.385366586538462,4,0,E7,ppp,5,144,100,5,,,,,,o,,,,,gutim,3482 +non,130,12,2,2814,1888,971,704,624.8749770000005,0.0721153846153846,32,0,D5,ppp,5,144,74,5,,,,,,o,,,,,gutim,3483 +nof,130,12,2,2814,1889,,704,624.9469770000005,,,,,,,144,74,0,,,,,,,,,,,gutim,3483 +non,130,13,2,2815,1889,972,736,624.9469770000005,0.0721153846153846,32,0,Db4,ppp,5,144,61,5,,,,,,o,,,,,gutim,3484 +nof,130,13,2,2815,1890,,736,625.0199770000005,,,,,,,144,61,0,,,,,,,,,,,gutim,3484 +rst,130,14,1,2816,1890,,768,625.0199770000005,,,,,,,176,102,0,,,,,,,,,,,gutim,3485 +non,130,15,2,2817,1890,973,768,625.0199770000005,0.191556490384615,8,0,A2,ppp,5,144,45,5,,,,,,o,,,,,gutim,3486 +non,130,16,3,2818,1890,973,768,625.0199770000005,0.576923076923077,4,0,Ab1,ppp,5,144,32,5,,,,,t,o,,,,,gutim,3487 +nof,130,11,1,2813,1891,,597,625.0199770000005,,,,,,,144,100,0,,,,,,,,,,,gutim,3482 +nof,130,15,2,2817,1892,,768,625.2109770000005,,,,,,,144,45,0,,,,,,,,,,,gutim,3486 +rst,130,17,2,2819,1892,,853,625.2109770000005,,,,,,,176,102,0,,,,,,,,,,,gutim,3488 +non,130,18,2,2820,1893,974,938,625.4029770000004,0.193810096153846,8,0,Bb3,ppp,5,144,58,5,,,,,,o,,,,,gutim,3489 +non,130,19,1,2821,1894,975,,625.5209770000005,0.05,8,0,F5,ppp,5,144,77,5,,,,g,,o,,,,,gutim,3490 +nof,130,19,1,2821,1895,,,625.5709770000004,,,,,,,144,77,0,,,,,,,,,,,gutim,3490 +nof,130,18,2,2820,1896,,938,625.5959770000004,,,,,,,144,58,0,,,,,,,,,,,gutim,3489 +bar,131,0,0,2822,1896,,0,625.5959770000004,,,,,,,,,,131,,,,,,,,,,gutim,3491 +non,131,1,1,2823,1896,976,0,625.5959770000004,0.229867788461538,8,0,Db4,ppp,5,144,61,5,,,,,,o,,,,,gutim,3492 +non,131,2,3,2824,1896,,0,625.5959770000004,1.73076923076923,2,1,Ab1,,,,,,,,,,T,,,,,,gutim,3493 +non,131,3,4,2825,1896,,0,625.5959770000004,0.383112980769231,4,0,Eb4,,,,,,,,,,T,,,,,,gutim,3494 +nof,131,1,1,2823,1897,,0,625.8259770000004,,,,,,,144,61,0,,,,,,,,,,,gutim,3492 +non,131,4,1,2826,1897,977,102,625.8259770000004,0.114933894230769,16,0,Ab5,ppp,5,144,80,5,,,,,,o,,,,,gutim,3495 +nof,131,4,1,2826,1898,,102,625.9409770000004,,,,,,,144,80,0,,,,,,,,,,,gutim,3495 +rst,131,5,1,2827,1898,,153,625.9409770000004,,,,,,,176,102,0,,,,,,,,,,,gutim,3496 +nof,130,7,4,2809,1899,,0,625.9799770000004,,,,,,,144,63,0,,,,,,,,,,,gutim,3478 +non,131,7,4,2828,1900,978,170,625.9799770000004,0.193810096153846,8,0,Ab3,ppp,5,144,56,5,,,,,t,o,,,,,gutim,3497 +ped,131,6,0,2829,1900,,170,625.9799770000004,,,,,,,176,64,127,,,,,,,V,,,,gutim,3498 +non,131,8,1,2830,1901,979,204,626.0559770000004,0.1171875,16,0,F5,ppp,5,144,77,5,,,,,,o,,,,,gutim,3499 +nof,131,8,1,2830,1902,,204,626.1729770000004,,,,,,,144,77,0,,,,,,,,,,,gutim,3499 +non,131,9,4,2831,1902,,256,626.1729770000004,1.73076923076923,2,1,Ab3,,,,,,,,,,T,,,,,,gutim,3500 +non,131,10,1,2832,1902,980,256,626.1729770000004,0.114933894230769,16,0,D4,ppp-,4,144,62,4,,,,,,o,,,,,gutim,3501 +nof,131,10,1,2832,1903,,256,626.2879770000004,,,,,,,144,62,0,,,,,,,,,,,gutim,3501 +non,131,11,1,2833,1903,981,307,626.2879770000004,0.114933894230769,16,0,Ab5,pppp,2,144,80,2,,,,,,o,,,,,gutim,3502 +nof,131,11,1,2833,1904,,307,626.4029770000004,,,,,,,144,80,0,,,,,,,,,,,gutim,3502 +rst,131,12,1,2834,1904,,358,626.4029770000004,,,,,,,176,102,0,,,,,,,,,,,gutim,3503 +rst,131,13,1,2835,1905,,512,626.7499770000004,,,,,,,176,102,0,,,,,,,,,,,gutim,3504 +ped,131,14,0,2836,1906,,768,627.1769770000003,,,,,,,176,64,0,,,,,,,^,,,,gutim,3498 +nof,130,16,3,2818,1907,,768,627.3269770000004,,,,,,,144,32,0,,,,,,,,,,,gutim,3487 +non,131,15,1,2837,1908,982,768,627.3269770000004,0.576923076923077,4,0,F4,pppp,2,144,65,2,,,,,,o,,,,,gutim,3505 +non,131,16,1,2838,1908,982,768,627.3269770000004,0.576923076923077,4,0,D5,pppp,2,144,74,2,,,,,,o,,,,,gutim,3506 +rst,131,17,3,2839,1908,,768,627.3269770000004,,,,,,,176,102,0,,,,,,,,,,,gutim,3507 +rst,131,22,3,2840,1909,,832,627.4709770000004,,,,,,,176,102,0,,,,,,,,,,,gutim,3508 +ped,131,14,0,2841,1910,,768,627.4769770000004,,,,,,,176,64,127,,,,,,,V,,,,gutim,3509 +nof,131,7,4,2828,1911,,170,627.9039770000004,,,,,,,144,56,0,,,,,,,,,,,gutim,3497 +nof,131,15,1,2837,1912,,768,627.9039770000004,,,,,,,144,65,0,,,,,,,,,,,gutim,3505 +nof,131,16,1,2838,1912,,768,627.9039770000004,,,,,,,144,74,0,,,,,,,,,,,gutim,3506 +non,131,18,3,2842,1912,983,,627.9039770000004,0.05,8,0,C5,pppp,2,144,72,2,,,,g,,o,,,,,gutim,3510 +nof,131,18,3,2842,1913,,,627.9539770000004,,,,,,,144,72,0,,,,,,,,,,,gutim,3510 +non,131,19,3,2843,1914,984,,627.9789770000003,0.05,8,0,D#1,pppp,2,144,27,2,,,,g,,o,,,,,gutim,3511 +nof,131,19,3,2843,1915,,,628.0289770000004,,,,,,,144,27,0,,,,,,,,,,,gutim,3511 +non,131,20,3,2844,1916,985,,628.0539770000004,0.05,8,0,B3,pppp,2,144,59,2,,,,g,,o,,,,,gutim,3512 +nof,131,20,3,2844,1917,,,628.1039770000004,,,,,,,144,59,0,,,,,,,,,,,gutim,3512 +non,131,21,3,2845,1918,986,,628.1289770000004,0.05,8,0,F#1,pppp,2,144,30,2,,,,g,,o,,,,,gutim,3513 +nof,131,21,3,2845,1919,,,628.1789770000005,,,,,,,144,30,0,,,,,,,,,,,gutim,3513 +bar,132,0,0,2846,1920,,0,628.2039770000006,,,,,,,,,,132,,,,,,,,,,gutim,3514 +rst,132,1,1,2847,1920,,0,628.2039770000006,,,,,,,176,102,0,,,,,,,,,,,gutim,3515 +rst,132,2,3,2848,1920,,0,628.2039770000006,,,,,,,176,102,0,,,,,,,,,,,gutim,3516 +bar,133,0,0,2849,1921,,0,630.5119770000006,,,,,,,,,,133,,,,,,,,,,gutim,3517 +rst,133,1,1,2850,1921,,0,630.5119770000006,,,,,,,176,102,0,,,,,,,,,,,gutim,3518 +rst,133,2,2,2851,1921,,0,630.5119770000006,,,,,,,176,102,0,,,,,,,,,,,gutim,3519 +rst,133,3,3,2852,1921,,0,630.5119770000006,,,,,,,176,102,0,,,,,,,,,,,gutim,3520 +rst,133,4,4,2853,1921,,0,630.5119770000006,,,,,,,176,102,0,,,,,,,,,,,gutim,3521 +ped,133,5,0,2854,1922,,256,630.9389770000005,,,,,,,176,64,0,,,,,,,^,,,,gutim,3509 +non,133,6,2,2855,1923,987,256,631.0889770000006,1.73076923076923,2,1,C#6,fff,24,144,85,24,,,,,t,o,,,,,gutim,3522 +ped,133,5,0,2856,1924,,256,631.2389770000005,,,,,,,176,64,127,,,,,,,V,,,,gutim,3523 +rst,133,7,1,2857,1925,,512,631.6659770000006,,,,,,,176,102,0,,,,,,,,,,,gutim,3524 +non,133,8,3,2858,1925,988,512,631.6659770000006,1.15384615384615,2,0,E1,ppp,5,144,28,5,,,,,,o,,,,,gutim,3525 +rst,133,9,4,2859,1925,,512,631.6659770000006,,,,,,,176,102,0,,,,,,,,,,,gutim,3526 +non,133,10,1,2860,1926,989,597,631.8569770000006,0.385366586538462,4,0,B6,fff,24,144,95,24,,,,,,o,,,,,gutim,3527 +nof,133,10,1,2860,1927,,597,632.2429770000006,,,,,,,144,95,0,,,,,,,,,,,gutim,3527 +rst,133,11,1,2861,1927,,768,632.2429770000006,,,,,,,176,102,0,,,,,,,,,,,gutim,3528 +non,133,12,3,2862,1928,990,,632.7449770000005,0.05,8,0,C4,ppp,5,144,60,5,,,,g,,o,,,,,gutim,3529 +nof,133,12,3,2862,1929,,,632.7949770000005,,,,,,,144,60,0,,,,,,,,,,,gutim,3529 +nof,133,8,3,2858,1930,,512,632.8199770000006,,,,,,,144,28,0,,,,,,,,,,,gutim,3525 +bar,134,0,0,2863,1931,,0,632.8199770000006,,,,,,,,,,134,,,,,,,,,,gutim,3530 +rst,134,1,1,2864,1931,,0,632.8199770000006,,,,,,,176,102,0,,,,,,,,,,,gutim,3531 +non,134,2,2,2865,1931,,0,632.8199770000006,2.30769230769231,1,0,C#6,,,,,,,,,,T,,,,,,gutim,3532 +non,134,3,3,2866,1931,991,0,632.8199770000006,0.576923076923077,4,0,A2,p,11,144,45,11,,,,,,o,,,,,gutim,3533 +non,134,4,4,2867,1931,991,0,632.8199770000006,0.288461538461538,8,0,B2,ppp,5,144,47,5,,,,,,o,,,,,gutim,3534 +nof,134,4,4,2867,1932,,0,633.1079770000006,,,,,,,144,47,0,,,,,,,,,,,gutim,3534 +ped,134,5,0,2868,1932,,128,633.1079770000006,,,,,,,176,64,0,,,,,,,^,,,,gutim,3523 +non,134,6,4,2869,1932,992,128,633.1079770000006,0.288461538461538,8,0,G2,ppp-,4,144,43,4,,,,,,o,,,,,gutim,3535 +nof,134,3,3,2866,1933,,0,633.3959770000006,,,,,,,144,45,0,,,,,,,,,,,gutim,3533 +nof,134,6,4,2869,1933,,128,633.3959770000006,,,,,,,144,43,0,,,,,,,,,,,gutim,3535 +rst,134,7,3,2870,1933,,256,633.3959770000006,,,,,,,176,102,0,,,,,,,,,,,gutim,3536 +non,134,8,4,2871,1933,993,256,633.3959770000006,0.144230769230769,16,0,F#1,ppp-,4,144,30,4,,,,,,o,,,,,gutim,3537 +nof,134,8,4,2871,1934,,256,633.5409770000006,,,,,,,144,30,0,,,,,,,,,,,gutim,3537 +rst,134,9,4,2872,1934,,320,633.5409770000006,,,,,,,176,102,0,,,,,,,,,,,gutim,3538 +non,134,10,4,2873,1935,994,384,633.6849770000006,0.288461538461538,8,0,G#5,ppp,5,144,80,5,,,,,t,o,,d,,,gutim,3539 +non,134,11,1,2874,1936,995,512,633.9729770000006,1.15384615384615,2,0,B5,ppp,5,144,83,5,,,,,,o,,d,,,gutim,3540 +non,134,12,4,2875,1936,995,,633.9729770000006,0.05,8,0,D#1,pppp,2,144,27,2,,,,g,,o,,,,,gutim,3541 +nof,134,12,4,2875,1937,,,634.0229770000005,,,,,,,144,27,0,,,,,,,,,,,gutim,3541 +non,134,13,4,2876,1938,996,,634.0479770000006,0.05,8,0,G#1,pppp,2,144,32,2,,,,g,,o,,,,,gutim,3542 +nof,134,13,4,2876,1939,,,634.0979770000006,,,,,,,144,32,0,,,,,,,,,,,gutim,3542 +non,134,14,4,2877,1940,,512,634.1229770000006,0.288461538461538,8,0,G#5,,,,,,,,,,T,,,,,,gutim,3543 +nof,134,10,4,2873,1941,,384,634.2619770000006,,,,,,,144,80,0,,,,,,,,,,,gutim,3539 +non,134,15,4,2878,1942,997,640,634.4119770000005,0.0946514423076923,16,0,E1,ppp,5,144,28,5,,,,,,o,,d,,,gutim,3544 +nof,134,15,4,2878,1943,,640,634.5069770000006,,,,,,,144,28,0,,,,,,,,,,,gutim,3544 +non,134,16,4,2879,1943,998,682,634.5069770000006,0.0969050480769231,16,0,F2,ppp,5,144,41,5,,,,,,o,,d,,,gutim,3545 +nof,134,16,4,2879,1944,,682,634.6029770000006,,,,,,,144,41,0,,,,,,,,,,,gutim,3545 +non,134,17,4,2880,1944,999,725,634.6029770000006,0.0969050480769231,16,0,B1,ppp,5,144,35,5,,,,,,o,,d,,,gutim,3546 +nof,134,17,4,2880,1945,,725,634.6999770000006,,,,,,,144,35,0,,,,,,,,,,,gutim,3546 +non,134,19,4,2881,1945,1000,768,634.6999770000006,0.576923076923077,4,0,C#5,pp,8,144,73,8,,,,,,o,,,,,gutim,3547 +ped,134,18,0,2882,1945,,768,634.6999770000006,,,,,,,176,64,127,,,,,,,V,,,,gutim,3548 +ped,135,1,0,2883,1946,,0,635.1269770000006,,,,,,,176,64,0,,,,,,,^,,,,gutim,3548 +non,134,20,1,2884,1947,1001,,635.2019770000006,0.05,8,0,E5,pp-,7,144,76,7,,,,g,,o,,,,,gutim,3549 +nof,134,20,1,2884,1948,,,635.2519770000006,,,,,,,144,76,0,,,,,,,,,,,gutim,3549 +bar,135,0,0,2885,1949,,0,635.2769770000006,,,,,,,,,,135,,,,,,,,,,gutim,3550 +non,135,3,1,2886,1949,1002,0,635.2769770000006,2.30769230769231,1,0,E7,fff,24,144,100,24,,,,,,o,,d,,,gutim,3551 +non,135,4,3,2887,1949,1002,0,635.2769770000006,1.53695913461538,1,0,A2,p,11,144,45,11,,,,,,o,,d,,,gutim,3552 +nof,133,6,2,2855,1950,,256,635.4269770000005,,,,,,,144,85,0,,,,,,,,,,,gutim,3522 +ped,135,2,0,2888,1950,,0,635.4269770000005,,,,,,,176,64,127,,,,,,,V,,,,gutim,3553 +nof,134,11,1,2874,1951,,512,635.4269770000005,,,,,,,144,83,0,,,,,,,,,,,gutim,3540 +nof,134,19,4,2881,1952,,768,635.5769770000006,,,,,,,144,73,0,,,,,,,,,,,gutim,3547 +nof,135,4,3,2887,1953,,0,636.8139770000006,,,,,,,144,45,0,,,,,,,,,,,gutim,3552 +non,135,5,3,2889,1953,1003,682,636.8139770000006,0.770733173076923,2,0,Eb3,ppp,5,144,51,5,,,,,,o,,d,,,gutim,3554 +non,135,6,3,2890,1953,1003,682,636.8139770000006,1.15384615384615,2,0,F3,pp,8,144,53,8,,,,,,o,,d,,,gutim,3555 +nof,135,5,3,2889,1954,,682,637.5849770000007,,,,,,,144,51,0,,,,,,,,,,,gutim,3554 +bar,136,0,0,2891,1954,,0,637.5849770000007,,,,,,,,,,136,,,,,,,,,,gutim,3556 +rst,136,1,1,2892,1954,,0,637.5849770000007,,,,,,,176,102,0,,,,,,,,,,,gutim,3557 +rst,136,2,3,2893,1954,,0,637.5849770000007,,,,,,,176,102,0,,,,,,,,,,,gutim,3558 +nof,135,3,1,2886,1955,,0,637.5849770000007,,,,,,,144,100,0,,,,,,,,,,,gutim,3551 +nof,135,6,3,2890,1956,,682,637.9679770000007,,,,,,,144,53,0,,,,,,,,,,,gutim,3555 +rst,136,3,1,2894,1957,,256,638.1619770000007,,,,,,,176,102,0,,,,,,,,,,,gutim,3559 +rst,136,4,3,2895,1957,,256,638.1619770000007,,,,,,,176,102,0,,,,,,,,,,,gutim,3560 +non,136,5,1,2896,1958,1004,,638.3949770000006,0.05,8,0,B6,pppp,2,144,95,2,,,,g,,o,,d,,,gutim,3561 +nof,136,5,1,2896,1959,,,638.4449770000006,,,,,,,144,95,0,,,,,,,,,,,gutim,3561 +non,136,7,1,2897,1960,1005,,638.4699770000005,0.05,8,0,C7,pppp,2,144,96,2,,,,g,,o,,d,,,gutim,3562 +non,136,6,1,2898,1960,1005,,638.4699770000005,0.05,8,0,Bb6,pppp,2,144,94,2,,,,g,,o,,d,,,gutim,3563 +nof,136,7,1,2897,1961,,,638.5199770000006,,,,,,,144,96,0,,,,,,,,,,,gutim,3562 +nof,136,6,1,2898,1961,,,638.5199770000006,,,,,,,144,94,0,,,,,,,,,,,gutim,3563 +non,136,8,1,2899,1962,1006,426,638.5449770000006,0.193810096153846,8,0,Db7,ppp,5,144,97,5,,,,,,o,,d,,,gutim,3564 +non,136,9,3,2900,1962,1006,426,638.5449770000006,0.193810096153846,8,0,Gb4,ppp,5,144,66,5,,,,,,o,,d,,,gutim,3565 +nof,136,9,3,2900,1963,,426,638.5889770000006,,,,,,,144,66,0,,,,,,,,,,,gutim,3565 +non,136,11,3,2901,1963,1007,,638.5889770000006,0.05,8,0,Gb4,ppp,5,144,66,5,,,,g,,o,,,,,gutim,3566 +non,136,12,3,2902,1964,1008,,638.6639770000006,0.05,8,0,F4,ppp,5,144,65,5,,,,g,,o,,D 5955,,,gutim,3567 +nof,136,12,3,2902,1965,,,638.7139770000006,,,,,,,144,65,0,,,,,,,,,,,gutim,3567 +nof,136,8,1,2899,1966,,426,638.7389770000005,,,,,,,144,97,0,,,,,,,,,,,gutim,3564 +nof,136,11,3,2901,1966,,,638.7389770000005,,,,,,,144,66,0,,,,,,,,,,,gutim,3566 +rst,136,10,1,2903,1966,,512,638.7389770000005,,,,,,,176,102,0,,,,,,,,,,,gutim,3568 +rst,136,13,3,2904,1966,,512,638.7389770000005,,,,,,,176,102,0,,,,,,,,,,,gutim,3569 +rst,136,14,1,2905,1967,,768,639.3159770000005,,,,,,,176,102,0,,,,,,,,,,,gutim,3570 +rst,136,15,3,2906,1967,,768,639.3159770000005,,,,,,,176,102,0,,,,,,,,,,,gutim,3571 +ped,136,16,0,2907,1968,,853,639.3569770000006,,,,,,,176,64,0,,,,,,,^,,,,gutim,3553 +non,136,20,3,2908,1968,1009,,639.3569770000006,0.05,8,0,Ab2,pppp,2,144,44,2,,,,g,,o,,,,,gutim,3572 +nof,136,20,3,2908,1969,,,639.4069770000006,,,,,,,144,44,0,,,,,,,,,,,gutim,3572 +non,136,21,3,2909,1970,1010,,639.4319770000005,0.05,8,0,C2,pppp,2,144,36,2,,,,g,,o,,,,,gutim,3573 +non,136,18,1,2910,1970,1010,,639.4319770000005,0.05,8,0,Bb7,pppp,2,144,106,2,,,,g,,o,,,,,gutim,3574 +nof,136,21,3,2909,1971,,,639.4819770000006,,,,,,,144,36,0,,,,,,,,,,,gutim,3573 +nof,136,18,1,2910,1971,,,639.4819770000006,,,,,,,144,106,0,,,,,,,,,,,gutim,3574 +non,136,19,1,2911,1972,1011,853,639.5069770000007,0.385366586538462,4,0,E7,pppp,2,144,100,2,,,,,,o,,,,,gutim,3575 +rst,136,22,3,2912,1972,,853,639.5069770000007,,,,,,,176,102,0,,,,,,,,,,,gutim,3576 +sec,136,23,0,2913,1972,,853,639.5069770000007,,,,,,,,,,,5955,,,,,,,,,gutim,3577 +ped,136,17,0,2914,1973,,853,639.6569770000007,,,,,,,176,64,127,,,,,,,V,,,,gutim,3578 +nof,136,19,1,2911,1974,,853,639.8929770000007,,,,,,,144,100,0,,,,,,,,,,,gutim,3575 +bar,137,0,0,2915,1974,,0,639.8929770000007,,,,,,,,,,137,,,,,,,,,,gutim,3579 +rst,137,1,1,2916,1974,,0,639.8929770000007,,,,,,,176,102,0,,,,,,,,,,,gutim,3580 +rst,137,2,3,2917,1974,,0,639.8929770000007,,,,,,,176,102,0,,,,,,,,,,,gutim,3581 +rst,137,3,4,2918,1974,,0,639.8929770000007,,,,,,,176,102,0,,,,,,,,,,,gutim,3582 +ped,137,4,0,2919,1975,,85,640.0839770000007,,,,,,,176,64,0,,,,,,,^,,,,gutim,3578 +non,137,5,1,2920,1975,1012,85,640.0839770000007,0.385366586538462,4,0,C#7,fff,24,144,97,24,,,,,,o,,,,,gutim,3583 +nof,137,5,1,2920,1976,,85,640.4699770000007,,,,,,,144,97,0,,,,,,,,,,,gutim,3583 +rst,137,6,1,2921,1976,,256,640.4699770000007,,,,,,,176,102,0,,,,,,,,,,,gutim,3584 +rst,137,7,3,2922,1976,,256,640.4699770000007,,,,,,,176,102,0,,,,,,,,,,,gutim,3585 +non,137,8,3,2923,1977,1013,426,640.8529770000007,0.193810096153846,8,0,D3,mf-,16,144,50,16,,,,,t,o,,,,,gutim,3586 +non,137,9,3,2924,1978,,512,641.0459770000007,1.15384615384615,2,0,D3,,,,,,,,,,T,,,,,,gutim,3587 +rst,137,10,1,2925,1979,,768,641.6229770000007,,,,,,,176,102,0,,,,,,,,,,,gutim,3588 +rst,137,11,4,2926,1979,,768,641.6229770000007,,,,,,,176,102,0,,,,,,,,,,,gutim,3589 +non,137,12,1,2927,1980,1014,,641.8369770000006,0.05,8,0,C5,ppp,5,144,72,5,,,,g,,o,,,,,gutim,3590 +nof,137,12,1,2927,1981,,,641.8869770000007,,,,,,,144,72,0,,,,,,,,,,,gutim,3590 +rst,137,13,1,2928,1982,,896,641.9119770000007,,,,,,,176,102,0,,,,,,,,,,,gutim,3591 +non,137,14,4,2929,1982,1015,896,641.9119770000007,0.288461538461538,8,0,E2,ppp,5,144,40,5,,,,,,o,,,,,gutim,3592 +nof,137,14,4,2929,1983,,896,642.1999770000007,,,,,,,144,40,0,,,,,,,,,,,gutim,3592 +rst,138,1,1,2930,1983,,0,642.1999770000007,,,,,,,176,102,0,,,,,,,,,,,gutim,3593 +non,137,15,3,2931,1983,1016,,642.1999770000007,0.05,8,0,C2,ppp,5,144,36,5,,,,g,,o,,,,,gutim,3594 +nof,137,15,3,2931,1984,,,642.2499770000006,,,,,,,144,36,0,,,,,,,,,,,gutim,3594 +non,137,16,3,2932,1985,1017,,642.2749770000007,0.05,8,0,A3,ppp,5,144,57,5,,,,g,,o,,,,,gutim,3595 +nof,137,16,3,2932,1986,,,642.3249770000007,,,,,,,144,57,0,,,,,,,,,,,gutim,3595 +nof,137,8,3,2923,1987,,426,642.3499770000006,,,,,,,144,50,0,,,,,,,,,,,gutim,3586 +bar,138,0,0,2933,1988,,0,642.3499770000006,,,,,,,,,,138,,,,,,,,,,gutim,3596 +non,138,2,2,2934,1988,1018,0,642.3499770000006,3.46153846153846,1,1,C5,p,11,144,72,11,,,,,t,o,,,,,gutim,3597 +non,138,3,3,2935,1988,1018,0,642.3499770000006,0.288461538461538,8,0,B2,ppp,5,144,47,5,,,,,,o,,,,,gutim,3598 +non,138,4,4,2936,1988,1018,0,642.3499770000006,1.15384615384615,2,0,G#2,fff,24,144,44,24,,,,,,o,,,,,gutim,3599 +nof,138,3,3,2935,1989,,0,642.6389770000006,,,,,,,144,47,0,,,,,,,,,,,gutim,3598 +rst,138,6,3,2937,1989,,128,642.6389770000006,,,,,,,176,102,0,,,,,,,,,,,gutim,3600 +ped,138,5,0,2938,1989,,128,642.6389770000006,,,,,,,176,64,127,,,,,,,V,,,,gutim,3601 +non,138,7,1,2939,1990,1019,256,642.9269770000006,1.15384615384615,2,0,F5,p-,10,144,77,10,,,,,t,o,,,,,gutim,3602 +rst,138,8,3,2940,1990,,256,642.9269770000006,,,,,,,176,102,0,,,,,,,,,,,gutim,3603 +nof,138,4,4,2936,1991,,0,643.5039770000006,,,,,,,144,44,0,,,,,,,,,,,gutim,3599 +non,138,9,4,2941,1992,1020,512,643.5039770000006,4.03846153846154,1,2,G#2,fff,24,144,44,24,,,,,,o,,,,,gutim,3604 +non,138,10,1,2942,1993,,768,644.0809770000006,0.288461538461538,8,0,F5,,,,,,,,,,T,,,,,,gutim,3605 +rst,138,11,3,2943,1993,,768,644.0809770000006,,,,,,,176,102,0,,,,,,,,,,,gutim,3606 +nof,138,7,1,2939,1994,,256,644.3699770000006,,,,,,,144,77,0,,,,,,,,,,,gutim,3602 +non,138,12,1,2944,1995,1021,896,644.3699770000006,0.288461538461538,8,0,Bb4,ppp,5,144,70,5,,,,,t,o,,,,,gutim,3607 +non,138,13,1,2945,1996,,1024,644.6579770000006,0.865384615384615,4,1,Bb4,,,,,,,,,,T,,,,,,gutim,3608 +nof,138,12,1,2944,1997,,896,645.5229770000007,,,,,,,144,70,0,,,,,,,,,,,gutim,3607 +ped,138,14,0,2946,1998,,1408,645.5229770000007,,,,,,,176,64,0,,,,,,,^,,,,gutim,3601 +rst,138,15,1,2947,1998,,1408,645.5229770000007,,,,,,,176,102,0,,,,,,,,,,,gutim,3609 +rst,138,16,1,2948,1999,,1536,645.8119770000006,,,,,,,176,102,0,,,,,,,,,,,gutim,3610 +non,138,17,2,2949,1999,,1536,645.8119770000006,1.73076923076923,2,1,C5,,,,,,,,,,T,,,,,,gutim,3611 +rst,138,18,3,2950,1999,,1536,645.8119770000006,,,,,,,176,102,0,,,,,,,,,,,gutim,3612 +non,138,19,1,2951,2000,1022,,646.9659770000006,0.05,8,0,F4,ppp,5,144,65,5,,,,g,,o,,,,,gutim,3613 +nof,138,19,1,2951,2001,,,647.0159770000007,,,,,,,144,65,0,,,,,,,,,,,gutim,3613 +non,138,20,1,2952,2002,1023,2048,647.0409770000007,0.576923076923077,4,0,Ab4,p,11,144,68,11,,,,,t,o,,,,,gutim,3614 +non,138,21,3,2953,2002,1023,2048,647.0409770000007,0.144230769230769,16,0,E3,ppp,5,144,52,5,,,,,,o,,,,,gutim,3615 +nof,138,21,3,2953,2003,,2048,647.1849770000007,,,,,,,144,52,0,,,,,,,,,,,gutim,3615 +non,138,22,3,2954,2004,1024,2112,647.1849770000007,0.432692307692308,8,1,C5,ppp,5,144,72,5,,,,,t,o,,,,,gutim,3616 +ped,139,5,0,2955,2005,,9,647.4879770000007,,,,,,,176,64,0,,,,,,,^,,,,gutim,3617 +nof,138,2,2,2934,2006,,0,647.5429770000006,,,,,,,144,72,0,,,,,,,,,,,gutim,3616 +nof,138,9,4,2941,2007,,512,647.5429770000006,,,,,,,144,44,0,,,,,,,,,,,gutim,3604 +ped,138,23,0,2956,2008,,2303,647.6149770000006,,,,,,,176,64,127,,,,,,,V,,,,gutim,3618 +bar,139,0,0,2957,2009,,0,647.6179770000007,,,,,,,,,,139,,,,,,,,,,gutim,3619 +non,139,1,1,2958,2009,,0,647.6179770000007,2.30769230769231,1,0,Ab4,,,,,,,,,,T,,,,,,gutim,3620 +non,139,2,2,2959,2009,1025,0,647.6179770000007,2.30769230769231,1,0,C2,ppp,5,144,36,5,,,,,,o,,,,,gutim,3621 +non,139,3,3,2960,2009,,0,647.6179770000007,0.865384615384615,4,1,C5,,,,,,,,,,T,,,,,,gutim,3622 +non,139,4,4,2961,2009,1025,0,647.6179770000007,2.30769230769231,1,0,C4,pppp,2,144,60,2,,,,,,o,,,,,gutim,3623 +ped,139,5,0,2962,2010,,9,647.7879770000006,,,,,,,176,64,127,,,,,,,V,,,,gutim,3624 +ped,139,6,0,2963,2011,,384,648.3329770000007,,,,,,,176,64,0,,,,,,,^,,,,gutim,3624 +nof,138,22,3,2954,2012,,2112,648.4829770000007,,,,,,,144,72,0,,,,,,,,,,,gutim,3625 +non,139,7,3,2964,2013,1026,384,648.4829770000007,0.288461538461538,8,0,Eb1,mp,14,144,27,14,,,,,t,o,,,,,gutim,3626 +non,139,8,3,2965,2013,1026,384,648.4829770000007,0.288461538461538,8,0,F3,ppp,5,144,53,5,,,,,t,o,,,,,gutim,3627 +ped,139,6,0,2966,2014,,384,648.6329770000007,,,,,,,176,64,127,,,,,,,V,,,,gutim,3628 +non,139,9,3,2967,2015,,512,648.7709770000007,1.15384615384615,2,0,Eb1,,,,,,,,,,T,,,,,,gutim,3629 +non,139,10,3,2968,2015,,512,648.7709770000007,1.15384615384615,2,0,F3,,,,,,,,,,T,,,,,,gutim,3630 +non,139,11,3,2969,2016,1027,,649.8499770000006,0.05,8,0,F#1,f,20,144,30,20,,,,g,,o,,,,,gutim,3631 +nof,139,11,3,2969,2017,,,649.8999770000007,,,,,,,144,30,0,,,,,,,,,,,gutim,3631 +nof,139,2,2,2959,2018,,0,649.9249770000007,,,,,,,144,36,0,,,,,,,,,,,gutim,3621 +bar,140,0,0,2970,2018,,0,649.9249770000007,,,,,,,,,,140,,,,,,,,,,gutim,3632 +ped,140,,,2971,2018,,0,649.9249770000007,,,,,,,176,64,0,,,,,,,^,,,,gutim,3628 +non,140,1,1,2972,2018,1028,0,649.9249770000007,0.191556490384615,8,0,D6,f,20,144,86,20,,,,,,o,,d,e,,gutim,3633 +non,140,2,1,2973,2018,1028,0,649.9249770000007,0.288461538461538,8,0,E7,f,20,144,100,20,,,,,,o,,d,e,,gutim,3634 +non,140,3,3,2974,2018,1028,0,649.9249770000007,0.229867788461538,8,0,B1,f,20,144,35,20,,,,,,o,,,,,gutim,3635 +non,140,4,3,2975,2018,1028,0,649.9249770000007,0.288461538461538,8,0,C2,f,20,144,36,20,,,,,,o,,,,,gutim,3636 +nof,138,20,1,2952,2019,,2048,650.0749770000007,,,,,,,144,68,0,,,,,,,,,,,gutim,3614 +nof,139,4,4,2961,2020,,0,650.0749770000007,,,,,,,144,60,0,,,,,,,,,,,gutim,3623 +nof,139,7,3,2964,2020,,384,650.0749770000007,,,,,,,144,27,0,,,,,,,,,,,gutim,3626 +nof,139,8,3,2965,2020,,384,650.0749770000007,,,,,,,144,53,0,,,,,,,,,,,gutim,3627 +nof,140,1,1,2972,2021,,0,650.1169770000007,,,,,,,144,86,0,,,,,,,,,,,gutim,3633 +non,140,5,1,2976,2021,1029,85,650.1169770000007,0.191556490384615,8,0,F#5,f,20,144,78,20,,,,,t,o,,d,e,,gutim,3637 +non,140,6,1,2977,2021,1029,85,650.1169770000007,0.288461538461538,8,0,C#6,f,20,144,85,20,,,,,,o,,d,e,,gutim,3638 +nof,140,3,3,2974,2022,,0,650.1549770000007,,,,,,,144,35,0,,,,,,,,,,,gutim,3635 +non,140,7,3,2978,2022,1030,102,650.1549770000007,0.347055288461538,8,1,Bb3,f,20,144,58,20,,,,,t,o,,,,,gutim,3639 +nof,140,2,1,2973,2023,,0,650.2139770000007,,,,,,,144,100,0,,,,,,,,,,,gutim,3634 +nof,140,4,3,2975,2023,,0,650.2139770000007,,,,,,,144,36,0,,,,,,,,,,,gutim,3636 +non,140,8,1,2979,2024,1031,170,650.3079770000006,0.193810096153846,8,0,C4,f,20,144,60,20,,,,,,o,,d,e,,gutim,3640 +non,140,9,1,2980,2024,1031,170,650.3079770000006,0.288461538461538,8,0,Eb4,f,20,144,63,20,,,,,,o,,d,e,,gutim,3641 +non,140,10,1,2981,2024,,170,650.3079770000006,0.288461538461538,8,0,F#5,,,,,,,,,,T,,,,,,gutim,3642 +nof,140,6,1,2977,2025,,85,650.4049770000007,,,,,,,144,85,0,,,,,,,,,,,gutim,3638 +nof,140,8,1,2979,2026,,170,650.5019770000007,,,,,,,144,60,0,,,,,,,,,,,gutim,3640 +non,140,11,1,2982,2026,1032,256,650.5019770000007,0.191556490384615,8,0,Ab3,mf,17,144,56,17,,,,,,o,,,E 5956,,gutim,3643 +non,140,12,3,2983,2026,,256,650.5019770000007,0.114933894230769,16,0,Bb3,,,,,,,,,,T,,,,,,gutim,3644 +nof,140,5,1,2976,2027,,85,650.5969770000007,,,,,,,144,78,0,,,,,,,,,,,gutim,3637 +nof,140,9,1,2980,2027,,170,650.5969770000007,,,,,,,144,63,0,,,,,,,,,,,gutim,3641 +nof,140,7,3,2978,2028,,102,650.6169770000007,,,,,,,144,58,0,,,,,,,,,,,gutim,3639 +non,140,13,3,2984,2028,1033,307,650.6169770000007,0.461989182692308,4,0,D2,mp,14,144,38,14,,,,,,o,,,,,gutim,3645 +non,140,14,1,2985,2029,1034,341,650.6939770000007,0.191556490384615,8,0,A4,mp,14,144,69,14,,,,,,o,,,,,gutim,3646 +nof,140,11,1,2982,2030,,256,650.6939770000007,,,,,,,144,56,0,,,,,,,,,,,gutim,3643 +nof,140,14,1,2985,2031,,341,650.8849770000006,,,,,,,144,69,0,,,,,,,,,,,gutim,3646 +rst,140,15,1,2986,2031,,426,650.8849770000006,,,,,,,176,102,0,,,,,,,,,,,gutim,3647 +nof,140,13,3,2984,2032,,307,651.0789770000007,,,,,,,144,38,0,,,,,,,,,,,gutim,3645 +non,140,16,1,2987,2032,1035,512,651.0789770000007,0.144230769230769,16,0,C5,ppp,5,144,72,5,,,,,,o,,,,,gutim,3648 +rst,140,17,3,2988,2032,,512,651.0789770000007,,,,,,,176,102,0,,,,,,,,,,,gutim,3649 +nof,140,16,1,2987,2033,,512,651.2229770000007,,,,,,,144,72,0,,,,,,,,,,,gutim,3648 +non,140,18,1,2989,2033,1036,576,651.2229770000007,0.432692307692308,8,1,Ab5,ppp,5,144,80,5,,,,,,o,,,,,gutim,3650 +non,140,19,3,2990,2033,1036,576,651.2229770000007,0.0721153846153846,32,0,E4,mp,14,144,64,14,,,,,,o,,,,,gutim,3651 +nof,140,19,3,2990,2034,,576,651.2959770000007,,,,,,,144,64,0,,,,,,,,,,,gutim,3651 +non,140,20,3,2991,2034,1037,608,651.2959770000007,0.0721153846153846,32,0,D3,mf,17,144,50,17,,,,,,o,,,,,gutim,3652 +nof,140,20,3,2991,2035,,608,651.3679770000007,,,,,,,144,50,0,,,,,,,,,,,gutim,3652 +non,140,21,3,2992,2035,1038,640,651.3679770000007,0.288461538461538,8,0,F#2,mp,14,144,42,14,,,,,,o,,,,,gutim,3653 +nof,140,18,1,2989,2036,,576,651.6559770000007,,,,,,,144,80,0,,,,,,,,,,,gutim,3650 +nof,140,21,3,2992,2036,,640,651.6559770000007,,,,,,,144,42,0,,,,,,,,,,,gutim,3653 +non,140,22,1,2993,2036,1039,768,651.6559770000007,0.576923076923077,4,0,E6,mp,14,144,88,14,,,,,,o,,d,,,gutim,3654 +non,140,23,3,2994,2036,1039,,651.6559770000007,0.05,8,0,C2,pp,8,144,36,8,,,,g,,o,,d,,,gutim,3655 +nof,140,23,3,2994,2037,,,651.7059770000006,,,,,,,144,36,0,,,,,,,,,,,gutim,3655 +non,140,24,3,2995,2038,1040,768,651.7309770000006,0.576923076923077,4,0,Ab2,mp,14,144,44,14,,,,,,o,,d,,,gutim,3656 +non,140,26,3,2996,2039,1041,,652.1579770000006,0.05,8,0,E5,pp,8,144,76,8,,,,g,,o,,d,,,gutim,3657 +non,140,25,3,2997,2039,1041,,652.1579770000006,0.05,8,0,C3,pp,8,144,48,8,,,,g,,o,,d,,,gutim,3658 +nof,140,26,3,2996,2040,,,652.2079770000007,,,,,,,144,76,0,,,,,,,,,,,gutim,3657 +nof,140,25,3,2997,2040,,,652.2079770000007,,,,,,,144,48,0,,,,,,,,,,,gutim,3658 +nof,140,22,1,2993,2041,,768,652.2329770000007,,,,,,,144,88,0,,,,,,,,,,,gutim,3654 +non,140,28,3,2998,2041,1042,,652.2329770000007,0.05,8,0,G3,pp,8,144,55,8,,,,g,,o,,d 5956,,,gutim,3659 +non,140,27,3,2999,2041,1042,,652.2329770000007,0.05,8,0,F#3,pp,8,144,54,8,,,,g,,o,,d,,,gutim,3660 +ctl,,,,,,,0,652.2329770000007,,,,,,,176,64,0,,,,,,,,,,,74_4,3661 +ctl,,,,,,,0,652.2329770000007,,,,,,,176,64,0,,,,,,,,,,,74_4,3662 +nof,140,28,3,2998,2042,,,652.2829770000006,,,,,,,144,55,0,,,,,,,,,,,gutim,3659 +nof,140,27,3,2999,2042,,,652.2829770000006,,,,,,,144,54,0,,,,,,,,,,,gutim,3660 +nof,140,24,3,2995,2043,,768,652.3079770000006,,,,,,,144,44,0,,,,,,,,,,,gutim,3656 +bar,141,0,0,3000,2043,,0,652.3079770000006,,,,,,,,,,141,,,,,,,,,,gutim,3663 +sec,141,1,0,3001,2043,,0,652.3079770000006,,,,,,,,,,,5956,,,,,,,,,gutim,3664 +rst,141,2,1,3002,2043,,0,652.3079770000006,,,,,,,176,102,0,,,,,,,,,,,gutim,3665 +ctl,,,,,,,1024,653.4320810000007,,,,,,,176,64,0,,,,,,,,,,,74_4,3666 +ctl,,,,,,,0,653.4320810000007,,,,,,,176,64,0,,,,,,,,,,,74_4,3667 +non,,,,,,,0,653.4320810000007,,,,E4,,,144,64,5,,,,,,,,,,,74_4,3668 +non,,,,,,,0,653.4320810000007,,,,C5,,,144,72,8,,,,,,,,,,,74_4,3669 +non,,,,,,,0,653.4320810000007,,,,C#3,,,144,49,1,,,,,,,,,,,74_4,3670 +non,,,,,,,0,653.4320810000007,,,,A3,,,144,57,3,,,,,,,,,,,74_4,3671 +ctl,,,,,,,244,653.6919410000007,,,,,,,176,64,127,,,,,,,,,,,74_4,3672 +ctl,,,,,,,780,654.5226410000007,,,,,,,176,64,127,,,,,,,,,,,74_4,3673 +ctl,,,,,,,0,654.5226410000007,,,,,,,176,64,0,,,,,,,,,,,74_4,3674 +nof,,,,,,,0,654.5226410000007,,,,,,,144,64,0,,,,,,,,,,,74_4,3668 +nof,,,,,,,0,654.5226410000007,,,,,,,144,72,0,,,,,,,,,,,74_4,3669 +nof,,,,,,,0,654.5226410000007,,,,,,,144,49,0,,,,,,,,,,,74_4,3670 +nof,,,,,,,0,654.5226410000007,,,,,,,144,57,0,,,,,,,,,,,74_4,3671 +non,,,,,,,0,654.5226410000007,,,,C4,,,144,60,4,,,,,,,,,,,74_4,3675 +non,,,,,,,0,654.5226410000007,,,,B4,,,144,71,9,,,,,,,,,,,74_4,3676 +non,,,,,,,0,654.5226410000007,,,,F3,,,144,53,3,,,,,,,,,,,74_4,3677 +non,,,,,,,0,654.5226410000007,,,,G#3,,,144,56,3,,,,,,,,,,,74_4,3678 +ctl,,,,,,,101,654.6409120000006,,,,,,,176,64,0,,,,,,,,,,,74_4,3679 +ctl,,,,,,,202,654.8774540000007,,,,,,,176,64,127,,,,,,,,,,,74_4,3680 +nof,,,,,,,721,655.7217450000007,,,,,,,144,60,0,,,,,,,,,,,74_4,3675 +non,,,,,,,0,655.7217450000007,,,,D#4,,,144,63,5,,,,,,,,,,,74_4,3681 +nof,,,,,,,0,655.7217450000007,,,,,,,144,56,0,,,,,,,,,,,74_4,3678 +non,,,,,,,0,655.7217450000007,,,,A3,,,144,57,3,,,,,,,,,,,74_4,3682 +ctl,,,,,,,27,655.7505000000007,,,,,,,176,64,0,,,,,,,,,,,74_4,3683 +ctl,,,,,,,283,656.0518950000007,,,,,,,176,64,127,,,,,,,,,,,74_4,3684 +nof,,,,,,,202,656.2670250000007,,,,,,,144,71,0,,,,,,,,,,,74_4,3676 +non,,,,,,,0,656.2670250000007,,,,G#4,,,144,68,7,,,,,,,,,,,74_4,3685 +nof,,,,,,,512,656.8665770000007,,,,,,,144,63,0,,,,,,,,,,,74_4,3681 +nof,,,,,,,0,656.8665770000007,,,,,,,144,68,0,,,,,,,,,,,74_4,3685 +non,,,,,,,0,656.8665770000007,,,,E4,,,144,64,4,,,,,,,,,,,74_4,3686 +non,,,,,,,0,656.8665770000007,,,,D#5,,,144,75,9,,,,,,,,,,,74_4,3687 +nof,,,,,,,0,656.8665770000007,,,,,,,144,53,0,,,,,,,,,,,74_4,3677 +nof,,,,,,,0,656.8665770000007,,,,,,,144,57,0,,,,,,,,,,,74_4,3682 +non,,,,,,,0,656.8665770000007,,,,C#3,,,144,49,1,,,,,,,,,,,74_4,3688 +non,,,,,,,0,656.8665770000007,,,,A3,,,144,57,1,,,,,,,,,,,74_4,3689 +ctl,,,,,,,54,656.9368850000006,,,,,,,176,64,0,,,,,,,,,,,74_4,3690 +ctl,,,,,,,263,657.2793110000007,,,,,,,176,64,127,,,,,,,,,,,74_4,3691 +nof,,,,,,,195,657.5332010000006,,,,,,,144,75,0,,,,,,,,,,,74_4,3687 +non,,,,,,,0,657.5332010000006,,,,C5,,,144,72,8,,,,,,,,,,,74_4,3692 +ctl,,,,,,,512,658.0784810000007,,,,,,,176,64,127,,,,,,,,,,,74_4,3693 +ctl,,,,,,,0,658.0784810000007,,,,,,,176,64,0,,,,,,,,,,,74_4,3694 +ctl,,,,,,,0,658.0784810000007,,,,,,,176,64,0,,,,,,,,,,,74_4,3695 +nof,,,,,,,0,658.0784810000007,,,,,,,144,72,0,,,,,,,,,,,74_4,3692 +nof,,,,,,,0,658.0784810000007,,,,,,,144,49,0,,,,,,,,,,,74_4,3688 +nof,,,,,,,0,658.0784810000007,,,,,,,144,57,0,,,,,,,,,,,74_4,3689 +non,,,,,,,0,658.0784810000007,,,,A4,,,144,69,9,,,,,,,,,,,74_4,3696 +non,,,,,,,0,658.0784810000007,,,,F#3,,,144,54,2,,,,,,,,,,,74_4,3697 +non,,,,,,,0,658.0784810000007,,,,A#3,,,144,58,4,,,,,,,,,,,74_4,3698 +ctl,,,,,,,101,658.1967520000007,,,,,,,176,64,0,,,,,,,,,,,74_4,3699 +ctl,,,,,,,202,658.4332940000007,,,,,,,176,64,127,,,,,,,,,,,74_4,3700 +nof,,,,,,,209,658.6780330000007,,,,,,,144,64,0,,,,,,,,,,,74_4,3686 +non,,,,,,,0,658.6780330000007,,,,D#4,,,144,63,6,,,,,,,,,,,74_4,3701 +nof,,,,,,,512,659.1777450000006,,,,,,,144,63,0,,,,,,,,,,,74_4,3701 +nof,,,,,,,0,659.1777450000006,,,,,,,144,69,0,,,,,,,,,,,74_4,3696 +non,,,,,,,0,659.1777450000006,,,,D4,,,144,62,5,,,,,,,,,,,74_4,3702 +non,,,,,,,0,659.1777450000006,,,,F#4,,,144,66,8,,,,,,,,,,,74_4,3703 +nof,,,,,,,0,659.1777450000006,,,,,,,144,54,0,,,,,,,,,,,74_4,3697 +nof,,,,,,,0,659.1777450000006,,,,,,,144,58,0,,,,,,,,,,,74_4,3698 +non,,,,,,,0,659.1777450000006,,,,F3,,,144,53,2,,,,,,,,,,,74_4,3704 +non,,,,,,,0,659.1777450000006,,,,B3,,,144,59,4,,,,,,,,,,,74_4,3705 +ctl,,,,,,,27,659.2040970000007,,,,,,,176,64,0,,,,,,,,,,,74_4,3706 +ctl,,,,,,,283,659.4803050000007,,,,,,,176,64,127,,,,,,,,,,,74_4,3707 +nof,,,,,,,202,659.6774570000007,,,,,,,144,62,0,,,,,,,,,,,74_4,3702 +nof,,,,,,,0,659.6774570000007,,,,,,,144,66,0,,,,,,,,,,,74_4,3703 +non,,,,,,,0,659.6774570000007,,,,F4,,,144,65,5,,,,,,,,,,,74_4,3708 +non,,,,,,,0,659.6774570000007,,,,A4,,,144,69,9,,,,,,,,,,,74_4,3709 +nof,,,,,,,0,659.6774570000007,,,,,,,144,53,0,,,,,,,,,,,74_4,3704 +nof,,,,,,,0,659.6774570000007,,,,,,,144,59,0,,,,,,,,,,,74_4,3705 +non,,,,,,,0,659.6774570000007,,,,D3,,,144,50,1,,,,,,,,,,,74_4,3710 +non,,,,,,,0,659.6774570000007,,,,G#3,,,144,56,3,,,,,,,,,,,74_4,3711 +nof,,,,,,,512,660.2770090000007,,,,,,,144,65,0,,,,,,,,,,,74_4,3708 +non,,,,,,,0,660.2770090000007,,,,E4,,,144,64,4,,,,,,,,,,,74_4,3712 +non,,,,,,,0,660.2770090000007,,,,D#5,,,144,75,9,,,,,,,,,,,74_4,3713 +nof,,,,,,,0,660.2770090000007,,,,,,,144,50,0,,,,,,,,,,,74_4,3710 +nof,,,,,,,0,660.2770090000007,,,,,,,144,56,0,,,,,,,,,,,74_4,3711 +non,,,,,,,0,660.2770090000007,,,,C#3,,,144,49,1,,,,,,,,,,,74_4,3714 +non,,,,,,,0,660.2770090000007,,,,A3,,,144,57,3,,,,,,,,,,,74_4,3715 +ctl,,,,,,,54,660.3473170000007,,,,,,,176,64,0,,,,,,,,,,,74_4,3716 +ctl,,,,,,,263,660.6897430000007,,,,,,,176,64,127,,,,,,,,,,,74_4,3717 +nof,,,,,,,195,660.9436330000007,,,,,,,144,69,0,,,,,,,,,,,74_4,3709 +nof,,,,,,,0,660.9436330000007,,,,,,,144,75,0,,,,,,,,,,,74_4,3713 +non,,,,,,,0,660.9436330000007,,,,G#4,,,144,68,4,,,,,,,,,,,74_4,3718 +non,,,,,,,0,660.9436330000007,,,,C5,,,144,72,8,,,,,,,,,,,74_4,3719 +ctl,,,,,,,512,661.5431850000007,,,,,,,176,64,127,,,,,,,,,,,74_4,3720 +ctl,,,,,,,0,661.5431850000007,,,,,,,176,64,0,,,,,,,,,,,74_4,3721 +ctl,,,,,,,0,661.5431850000007,,,,,,,176,64,0,,,,,,,,,,,74_4,3722 +nof,,,,,,,0,661.5431850000007,,,,,,,144,64,0,,,,,,,,,,,74_4,3712 +nof,,,,,,,0,661.5431850000007,,,,,,,144,68,0,,,,,,,,,,,74_4,3718 +nof,,,,,,,0,661.5431850000007,,,,,,,144,72,0,,,,,,,,,,,74_4,3719 +nof,,,,,,,0,661.5431850000007,,,,,,,144,49,0,,,,,,,,,,,74_4,3714 +nof,,,,,,,0,661.5431850000007,,,,,,,144,57,0,,,,,,,,,,,74_4,3715 +non,,,,,,,0,661.5431850000007,,,,D#4,,,144,63,6,,,,,,,,,,,74_4,3723 +non,,,,,,,0,661.5431850000007,,,,E5,,,144,76,10,,,,,,,,,,,74_4,3724 +non,,,,,,,0,661.5431850000007,,,,G4,,,144,67,7,,,,,,,,,,,74_4,3725 +non,,,,,,,0,661.5431850000007,,,,F#3,,,144,54,3,,,,,,,,,,,74_4,3726 +non,,,,,,,0,661.5431850000007,,,,A#3,,,144,58,3,,,,,,,,,,,74_4,3727 +ctl,,,,,,,101,661.6664050000007,,,,,,,176,64,0,,,,,,,,,,,74_4,3728 +ctl,,,,,,,202,661.9128450000007,,,,,,,176,64,127,,,,,,,,,,,74_4,3729 +nof,,,,,,,38,661.9592050000007,,,,,,,144,67,0,,,,,,,,,,,74_4,3725 +non,,,,,,,0,661.9592050000007,,,,C5,,,144,72,8,,,,,,,,,,,74_4,3730 +nof,,,,,,,342,662.3234350000007,,,,,,,144,72,0,,,,,,,,,,,74_4,3730 +non,,,,,,,0,662.3234350000007,,,,B4,,,144,71,7,,,,,,,,,,,74_4,3731 +nof,,,,,,,341,662.6866000000007,,,,,,,144,63,0,,,,,,,,,,,74_4,3723 +nof,,,,,,,0,662.6866000000007,,,,,,,144,76,0,,,,,,,,,,,74_4,3724 +nof,,,,,,,0,662.6866000000007,,,,,,,144,71,0,,,,,,,,,,,74_4,3731 +non,,,,,,,0,662.6866000000007,,,,A#4,,,144,70,5,,,,,,,,,,,74_4,3732 +non,,,,,,,0,662.6866000000007,,,,G5,,,144,79,10,,,,,,,,,,,74_4,3733 +nof,,,,,,,0,662.6866000000007,,,,,,,144,58,0,,,,,,,,,,,74_4,3727 +non,,,,,,,0,662.6866000000007,,,,D4,,,144,62,3,,,,,,,,,,,74_4,3734 +ctl,,,,,,,27,662.7153550000007,,,,,,,176,64,0,,,,,,,,,,,74_4,3735 +ctl,,,,,,,283,663.0167500000007,,,,,,,176,64,127,,,,,,,,,,,74_4,3736 +nof,,,,,,,714,663.7771600000007,,,,,,,144,70,0,,,,,,,,,,,74_4,3732 +nof,,,,,,,0,663.7771600000007,,,,,,,144,79,0,,,,,,,,,,,74_4,3733 +non,,,,,,,0,663.7771600000007,,,,A4,,,144,69,6,,,,,,,,,,,74_4,3737 +non,,,,,,,0,663.7771600000007,,,,G#5,,,144,80,10,,,,,,,,,,,74_4,3738 +nof,,,,,,,0,663.7771600000007,,,,,,,144,54,0,,,,,,,,,,,74_4,3726 +nof,,,,,,,0,663.7771600000007,,,,,,,144,62,0,,,,,,,,,,,74_4,3734 +non,,,,,,,0,663.7771600000007,,,,F3,,,144,53,3,,,,,,,,,,,74_4,3739 +non,,,,,,,0,663.7771600000007,,,,C#4,,,144,61,3,,,,,,,,,,,74_4,3740 +ctl,,,,,,,54,663.8474680000007,,,,,,,176,64,0,,,,,,,,,,,74_4,3741 +ctl,,,,,,,263,664.1898940000007,,,,,,,176,64,127,,,,,,,,,,,74_4,3742 +nof,,,,,,,195,664.4437840000007,,,,,,,144,80,0,,,,,,,,,,,74_4,3738 +non,,,,,,,0,664.4437840000007,,,,F5,,,144,77,8,,,,,,,,,,,74_4,3743 +ctl,,,,,,,512,665.0433360000006,,,,,,,176,64,127,,,,,,,,,,,74_4,3744 +ctl,,,,,,,0,665.0433360000006,,,,,,,176,64,0,,,,,,,,,,,74_4,3745 +ctl,,,,,,,0,665.0433360000006,,,,,,,176,64,0,,,,,,,,,,,74_4,3746 +nof,,,,,,,0,665.0433360000006,,,,,,,144,69,0,,,,,,,,,,,74_4,3737 +nof,,,,,,,0,665.0433360000006,,,,,,,144,77,0,,,,,,,,,,,74_4,3743 +nof,,,,,,,0,665.0433360000006,,,,,,,144,53,0,,,,,,,,,,,74_4,3739 +nof,,,,,,,0,665.0433360000006,,,,,,,144,61,0,,,,,,,,,,,74_4,3740 +non,,,,,,,0,665.0433360000006,,,,A5,,,144,81,9,,,,,,,,,,,74_4,3747 +non,,,,,,,0,665.0433360000006,,,,G#4,,,144,68,6,,,,,,,,,,,74_4,3748 +non,,,,,,,0,665.0433360000006,,,,E3,,,144,52,2,,,,,,,,,,,74_4,3749 +non,,,,,,,0,665.0433360000006,,,,C4,,,144,60,5,,,,,,,,,,,74_4,3750 +ctl,,,,,,,101,665.1616070000007,,,,,,,176,64,0,,,,,,,,,,,74_4,3751 +ctl,,,,,,,202,665.3981490000007,,,,,,,176,64,127,,,,,,,,,,,74_4,3752 +nof,,,,,,,209,665.6428880000007,,,,,,,144,68,0,,,,,,,,,,,74_4,3748 +non,,,,,,,0,665.6428880000007,,,,G4,,,144,67,6,,,,,,,,,,,74_4,3753 +nof,,,,,,,171,665.8250030000007,,,,,,,144,52,0,,,,,,,,,,,74_4,3749 +nof,,,,,,,0,665.8250030000007,,,,,,,144,60,0,,,,,,,,,,,74_4,3750 +non,,,,,,,0,665.8250030000007,,,,D#3,,,144,51,2,,,,,,,,,,,74_4,3754 +non,,,,,,,0,665.8250030000007,,,,B3,,,144,59,4,,,,,,,,,,,74_4,3755 +nof,,,,,,,341,666.1881680000007,,,,,,,144,67,0,,,,,,,,,,,74_4,3753 +non,,,,,,,0,666.1881680000007,,,,F#4,,,144,66,6,,,,,,,,,,,74_4,3756 +ctl,,,,,,,27,666.2197850000007,,,,,,,176,64,0,,,,,,,,,,,74_4,3757 +ctl,,,,,,,283,666.5511780000007,,,,,,,176,64,127,,,,,,,,,,,74_4,3758 +nof,,,,,,,31,666.5874790000007,,,,,,,144,51,0,,,,,,,,,,,74_4,3754 +nof,,,,,,,0,666.5874790000007,,,,,,,144,59,0,,,,,,,,,,,74_4,3755 +non,,,,,,,0,666.5874790000007,,,,D3,,,144,50,2,,,,,,,,,,,74_4,3759 +non,,,,,,,0,666.5874790000007,,,,A#3,,,144,58,4,,,,,,,,,,,74_4,3760 +nof,,,,,,,171,666.7877200000007,,,,,,,144,66,0,,,,,,,,,,,74_4,3756 +non,,,,,,,0,666.7877200000007,,,,F4,,,144,65,6,,,,,,,,,,,74_4,3761 +non,,,,,,,312,667.3100080000007,,,,E4,,,144,64,6,,,,,,,,,,,74_4,3762 +nof,,,,,,,200,667.6448080000007,,,,,,,144,81,0,,,,,,,,,,,74_4,3747 +nof,,,,,,,0,667.6448080000007,,,,,,,144,65,0,,,,,,,,,,,74_4,3761 +non,,,,,,,0,667.6448080000007,,,,G#5,,,144,80,9,,,,,,,,,,,74_4,3763 +nof,,,,,,,0,667.6448080000007,,,,,,,144,50,0,,,,,,,,,,,74_4,3759 +nof,,,,,,,0,667.6448080000007,,,,,,,144,58,0,,,,,,,,,,,74_4,3760 +non,,,,,,,0,667.6448080000007,,,,C#3,,,144,49,1,,,,,,,,,,,74_4,3764 +non,,,,,,,0,667.6448080000007,,,,A3,,,144,57,3,,,,,,,,,,,74_4,3765 +ctl,,,,,,,54,667.7238640000007,,,,,,,176,64,0,,,,,,,,,,,74_4,3766 +ctl,,,,,,,263,668.1088960000006,,,,,,,176,64,127,,,,,,,,,,,74_4,3767 +nof,,,,,,,195,668.3943760000006,,,,,,,144,80,0,,,,,,,,,,,74_4,3763 +non,,,,,,,0,668.3943760000006,,,,C5,,,144,72,8,,,,,,,,,,,74_4,3768 +ctl,,,,,,,512,669.0190160000006,,,,,,,176,64,127,,,,,,,,,,,74_4,3769 +ctl,,,,,,,0,669.0190160000006,,,,,,,176,64,0,,,,,,,,,,,74_4,3770 +ctl,,,,,,,0,669.0190160000006,,,,,,,176,64,0,,,,,,,,,,,74_4,3771 +nof,,,,,,,0,669.0190160000006,,,,,,,144,64,0,,,,,,,,,,,74_4,3762 +nof,,,,,,,0,669.0190160000006,,,,,,,144,72,0,,,,,,,,,,,74_4,3768 +nof,,,,,,,0,669.0190160000006,,,,,,,144,49,0,,,,,,,,,,,74_4,3764 +nof,,,,,,,0,669.0190160000006,,,,,,,144,57,0,,,,,,,,,,,74_4,3765 +non,,,,,,,0,669.0190160000006,,,,C4,,,144,60,4,,,,,,,,,,,74_4,3772 +non,,,,,,,0,669.0190160000006,,,,B4,,,144,71,9,,,,,,,,,,,74_4,3773 +non,,,,,,,0,669.0190160000006,,,,F3,,,144,53,2,,,,,,,,,,,74_4,3774 +non,,,,,,,0,669.0190160000006,,,,G#3,,,144,56,2,,,,,,,,,,,74_4,3775 +ctl,,,,,,,101,669.1372870000007,,,,,,,176,64,0,,,,,,,,,,,74_4,3776 +ctl,,,,,,,202,669.3738290000007,,,,,,,176,64,127,,,,,,,,,,,74_4,3777 +nof,,,,,,,721,670.2181200000007,,,,,,,144,60,0,,,,,,,,,,,74_4,3772 +non,,,,,,,0,670.2181200000007,,,,D#4,,,144,63,5,,,,,,,,,,,74_4,3778 +nof,,,,,,,0,670.2181200000007,,,,,,,144,56,0,,,,,,,,,,,74_4,3775 +non,,,,,,,0,670.2181200000007,,,,A3,,,144,57,2,,,,,,,,,,,74_4,3779 +ctl,,,,,,,27,670.2468750000007,,,,,,,176,64,0,,,,,,,,,,,74_4,3780 +ctl,,,,,,,283,670.5482700000007,,,,,,,176,64,127,,,,,,,,,,,74_4,3781 +nof,,,,,,,202,670.7634000000007,,,,,,,144,71,0,,,,,,,,,,,74_4,3773 +non,,,,,,,0,670.7634000000007,,,,G#4,,,144,68,7,,,,,,,,,,,74_4,3782 +nof,,,,,,,512,671.3629520000006,,,,,,,144,63,0,,,,,,,,,,,74_4,3778 +nof,,,,,,,0,671.3629520000006,,,,,,,144,68,0,,,,,,,,,,,74_4,3782 +non,,,,,,,0,671.3629520000006,,,,E4,,,144,64,4,,,,,,,,,,,74_4,3783 +non,,,,,,,0,671.3629520000006,,,,D#5,,,144,75,9,,,,,,,,,,,74_4,3784 +nof,,,,,,,0,671.3629520000006,,,,,,,144,53,0,,,,,,,,,,,74_4,3774 +nof,,,,,,,0,671.3629520000006,,,,,,,144,57,0,,,,,,,,,,,74_4,3779 +non,,,,,,,0,671.3629520000006,,,,C#3,,,144,49,1,,,,,,,,,,,74_4,3785 +non,,,,,,,0,671.3629520000006,,,,A3,,,144,57,1,,,,,,,,,,,74_4,3786 +ctl,,,,,,,54,671.4332600000007,,,,,,,176,64,0,,,,,,,,,,,74_4,3787 +ctl,,,,,,,263,671.7756860000006,,,,,,,176,64,127,,,,,,,,,,,74_4,3788 +nof,,,,,,,195,672.0295760000007,,,,,,,144,75,0,,,,,,,,,,,74_4,3784 +non,,,,,,,0,672.0295760000007,,,,C5,,,144,72,8,,,,,,,,,,,74_4,3789 +ctl,,,,,,,512,672.5748560000006,,,,,,,176,64,127,,,,,,,,,,,74_4,3790 +ctl,,,,,,,0,672.5748560000006,,,,,,,176,64,0,,,,,,,,,,,74_4,3791 +ctl,,,,,,,0,672.5748560000006,,,,,,,176,64,0,,,,,,,,,,,74_4,3792 +nof,,,,,,,0,672.5748560000006,,,,,,,144,72,0,,,,,,,,,,,74_4,3789 +nof,,,,,,,0,672.5748560000006,,,,,,,144,49,0,,,,,,,,,,,74_4,3785 +nof,,,,,,,0,672.5748560000006,,,,,,,144,57,0,,,,,,,,,,,74_4,3786 +non,,,,,,,0,672.5748560000006,,,,A4,,,144,69,9,,,,,,,,,,,74_4,3793 +non,,,,,,,0,672.5748560000006,,,,F#3,,,144,54,2,,,,,,,,,,,74_4,3794 +non,,,,,,,0,672.5748560000006,,,,A#3,,,144,58,4,,,,,,,,,,,74_4,3795 +ctl,,,,,,,101,672.6931270000007,,,,,,,176,64,0,,,,,,,,,,,74_4,3796 +ctl,,,,,,,202,672.9296690000007,,,,,,,176,64,127,,,,,,,,,,,74_4,3797 +nof,,,,,,,209,673.1744080000007,,,,,,,144,64,0,,,,,,,,,,,74_4,3783 +non,,,,,,,0,673.1744080000007,,,,D#4,,,144,63,5,,,,,,,,,,,74_4,3798 +nof,,,,,,,512,673.6741200000007,,,,,,,144,63,0,,,,,,,,,,,74_4,3798 +nof,,,,,,,0,673.6741200000007,,,,,,,144,69,0,,,,,,,,,,,74_4,3793 +non,,,,,,,0,673.6741200000007,,,,D4,,,144,62,5,,,,,,,,,,,74_4,3799 +non,,,,,,,0,673.6741200000007,,,,F#4,,,144,66,8,,,,,,,,,,,74_4,3800 +nof,,,,,,,0,673.6741200000007,,,,,,,144,54,0,,,,,,,,,,,74_4,3794 +nof,,,,,,,0,673.6741200000007,,,,,,,144,58,0,,,,,,,,,,,74_4,3795 +non,,,,,,,0,673.6741200000007,,,,F3,,,144,53,2,,,,,,,,,,,74_4,3801 +non,,,,,,,0,673.6741200000007,,,,B3,,,144,59,4,,,,,,,,,,,74_4,3802 +ctl,,,,,,,27,673.7004720000007,,,,,,,176,64,0,,,,,,,,,,,74_4,3803 +ctl,,,,,,,283,673.9766800000007,,,,,,,176,64,127,,,,,,,,,,,74_4,3804 +nof,,,,,,,202,674.1738320000006,,,,,,,144,62,0,,,,,,,,,,,74_4,3799 +nof,,,,,,,0,674.1738320000006,,,,,,,144,66,0,,,,,,,,,,,74_4,3800 +non,,,,,,,0,674.1738320000006,,,,F4,,,144,65,5,,,,,,,,,,,74_4,3805 +non,,,,,,,0,674.1738320000006,,,,A4,,,144,69,8,,,,,,,,,,,74_4,3806 +nof,,,,,,,0,674.1738320000006,,,,,,,144,53,0,,,,,,,,,,,74_4,3801 +nof,,,,,,,0,674.1738320000006,,,,,,,144,59,0,,,,,,,,,,,74_4,3802 +non,,,,,,,0,674.1738320000006,,,,D3,,,144,50,1,,,,,,,,,,,74_4,3807 +non,,,,,,,0,674.1738320000006,,,,G#3,,,144,56,3,,,,,,,,,,,74_4,3808 +nof,,,,,,,512,674.7733840000006,,,,,,,144,65,0,,,,,,,,,,,74_4,3805 +non,,,,,,,0,674.7733840000006,,,,E4,,,144,64,4,,,,,,,,,,,74_4,3809 +non,,,,,,,0,674.7733840000006,,,,D#5,,,144,75,10,,,,,,,,,,,74_4,3810 +nof,,,,,,,0,674.7733840000006,,,,,,,144,50,0,,,,,,,,,,,74_4,3807 +nof,,,,,,,0,674.7733840000006,,,,,,,144,56,0,,,,,,,,,,,74_4,3808 +non,,,,,,,0,674.7733840000006,,,,C#3,,,144,49,1,,,,,,,,,,,74_4,3811 +non,,,,,,,0,674.7733840000006,,,,A3,,,144,57,3,,,,,,,,,,,74_4,3812 +ctl,,,,,,,54,674.8436920000007,,,,,,,176,64,0,,,,,,,,,,,74_4,3813 +ctl,,,,,,,263,675.1861180000006,,,,,,,176,64,127,,,,,,,,,,,74_4,3814 +nof,,,,,,,195,675.4400080000007,,,,,,,144,75,0,,,,,,,,,,,74_4,3810 +non,,,,,,,0,675.4400080000007,,,,C5,,,144,72,9,,,,,,,,,,,74_4,3815 +nof,,,,,,,256,675.7397840000007,,,,,,,144,69,0,,,,,,,,,,,74_4,3806 +non,,,,,,,0,675.7397840000007,,,,G#4,,,144,68,6,,,,,,,,,,,74_4,3816 +ctl,,,,,,,256,676.0395600000007,,,,,,,176,64,127,,,,,,,,,,,74_4,3817 +ctl,,,,,,,0,676.0395600000007,,,,,,,176,64,0,,,,,,,,,,,74_4,3818 +ctl,,,,,,,0,676.0395600000007,,,,,,,176,64,0,,,,,,,,,,,74_4,3819 +nof,,,,,,,0,676.0395600000007,,,,,,,144,64,0,,,,,,,,,,,74_4,3809 +nof,,,,,,,0,676.0395600000007,,,,,,,144,72,0,,,,,,,,,,,74_4,3815 +nof,,,,,,,0,676.0395600000007,,,,,,,144,68,0,,,,,,,,,,,74_4,3816 +nof,,,,,,,0,676.0395600000007,,,,,,,144,49,0,,,,,,,,,,,74_4,3811 +nof,,,,,,,0,676.0395600000007,,,,,,,144,57,0,,,,,,,,,,,74_4,3812 +non,,,,,,,0,676.0395600000007,,,,D#4,,,144,63,6,,,,,,,,,,,74_4,3820 +non,,,,,,,0,676.0395600000007,,,,E5,,,144,76,10,,,,,,,,,,,74_4,3821 +non,,,,,,,0,676.0395600000007,,,,G4,,,144,67,7,,,,,,,,,,,74_4,3822 +non,,,,,,,0,676.0395600000007,,,,F#3,,,144,54,3,,,,,,,,,,,74_4,3823 +non,,,,,,,0,676.0395600000007,,,,A#3,,,144,58,3,,,,,,,,,,,74_4,3824 +ctl,,,,,,,101,676.1627800000007,,,,,,,176,64,0,,,,,,,,,,,74_4,3825 +ctl,,,,,,,202,676.4092200000007,,,,,,,176,64,127,,,,,,,,,,,74_4,3826 +nof,,,,,,,38,676.4555800000007,,,,,,,144,67,0,,,,,,,,,,,74_4,3822 +non,,,,,,,0,676.4555800000007,,,,C5,,,144,72,8,,,,,,,,,,,74_4,3827 +nof,,,,,,,342,676.8198100000006,,,,,,,144,72,0,,,,,,,,,,,74_4,3827 +non,,,,,,,0,676.8198100000006,,,,B4,,,144,71,7,,,,,,,,,,,74_4,3828 +nof,,,,,,,341,677.1829750000007,,,,,,,144,63,0,,,,,,,,,,,74_4,3820 +nof,,,,,,,0,677.1829750000007,,,,,,,144,76,0,,,,,,,,,,,74_4,3821 +nof,,,,,,,0,677.1829750000007,,,,,,,144,71,0,,,,,,,,,,,74_4,3828 +non,,,,,,,0,677.1829750000007,,,,G5,,,144,79,10,,,,,,,,,,,74_4,3829 +non,,,,,,,0,677.1829750000007,,,,A#4,,,144,70,6,,,,,,,,,,,74_4,3830 +nof,,,,,,,0,677.1829750000007,,,,,,,144,58,0,,,,,,,,,,,74_4,3824 +non,,,,,,,0,677.1829750000007,,,,D4,,,144,62,3,,,,,,,,,,,74_4,3831 +ctl,,,,,,,27,677.2117300000007,,,,,,,176,64,0,,,,,,,,,,,74_4,3832 +ctl,,,,,,,283,677.5131250000007,,,,,,,176,64,127,,,,,,,,,,,74_4,3833 +nof,,,,,,,202,677.7282550000007,,,,,,,144,70,0,,,,,,,,,,,74_4,3830 +non,,,,,,,0,677.7282550000007,,,,A4,,,144,69,7,,,,,,,,,,,74_4,3834 +nof,,,,,,,512,678.2735350000007,,,,,,,144,79,0,,,,,,,,,,,74_4,3829 +nof,,,,,,,0,678.2735350000007,,,,,,,144,69,0,,,,,,,,,,,74_4,3834 +non,,,,,,,0,678.2735350000007,,,,G#4,,,144,68,7,,,,,,,,,,,74_4,3835 +non,,,,,,,0,678.2735350000007,,,,G5,,,144,79,11,,,,,,,,,,,74_4,3836 +nof,,,,,,,0,678.2735350000007,,,,,,,144,54,0,,,,,,,,,,,74_4,3823 +nof,,,,,,,0,678.2735350000007,,,,,,,144,62,0,,,,,,,,,,,74_4,3831 +non,,,,,,,0,678.2735350000007,,,,F3,,,144,53,3,,,,,,,,,,,74_4,3837 +non,,,,,,,0,678.2735350000007,,,,C#4,,,144,61,3,,,,,,,,,,,74_4,3838 +ctl,,,,,,,54,678.3438430000007,,,,,,,176,64,0,,,,,,,,,,,74_4,3839 +ctl,,,,,,,263,678.6862690000007,,,,,,,176,64,127,,,,,,,,,,,74_4,3840 +nof,,,,,,,195,678.9401590000007,,,,,,,144,79,0,,,,,,,,,,,74_4,3836 +non,,,,,,,0,678.9401590000007,,,,C5,,,144,72,6,,,,,,,,,,,74_4,3841 +non,,,,,,,0,678.9401590000007,,,,E5,,,144,76,9,,,,,,,,,,,74_4,3842 +ctl,,,,,,,512,679.5397110000007,,,,,,,176,64,127,,,,,,,,,,,74_4,3843 +ctl,,,,,,,0,679.5397110000007,,,,,,,176,64,0,,,,,,,,,,,74_4,3844 +ctl,,,,,,,0,679.5397110000007,,,,,,,176,64,0,,,,,,,,,,,74_4,3845 +nof,,,,,,,0,679.5397110000007,,,,,,,144,68,0,,,,,,,,,,,74_4,3835 +nof,,,,,,,0,679.5397110000007,,,,,,,144,72,0,,,,,,,,,,,74_4,3841 +nof,,,,,,,0,679.5397110000007,,,,,,,144,76,0,,,,,,,,,,,74_4,3842 +nof,,,,,,,0,679.5397110000007,,,,,,,144,53,0,,,,,,,,,,,74_4,3837 +nof,,,,,,,0,679.5397110000007,,,,,,,144,61,0,,,,,,,,,,,74_4,3838 +non,,,,,,,0,679.5397110000007,,,,G4,,,144,67,7,,,,,,,,,,,74_4,3846 +non,,,,,,,0,679.5397110000007,,,,G#5,,,144,80,11,,,,,,,,,,,74_4,3847 +non,,,,,,,0,679.5397110000007,,,,B4,,,144,71,8,,,,,,,,,,,74_4,3848 +non,,,,,,,0,679.5397110000007,,,,A#3,,,144,58,4,,,,,,,,,,,74_4,3849 +non,,,,,,,0,679.5397110000007,,,,D4,,,144,62,4,,,,,,,,,,,74_4,3850 +ctl,,,,,,,101,679.6629310000006,,,,,,,176,64,0,,,,,,,,,,,74_4,3851 +ctl,,,,,,,202,679.9093710000006,,,,,,,176,64,127,,,,,,,,,,,74_4,3852 +nof,,,,,,,38,679.9557310000007,,,,,,,144,71,0,,,,,,,,,,,74_4,3848 +non,,,,,,,0,679.9557310000007,,,,E5,,,144,76,9,,,,,,,,,,,74_4,3853 +nof,,,,,,,342,680.3199610000007,,,,,,,144,76,0,,,,,,,,,,,74_4,3853 +non,,,,,,,0,680.3199610000007,,,,D#5,,,144,75,8,,,,,,,,,,,74_4,3854 +nof,,,,,,,341,680.6831260000007,,,,,,,144,67,0,,,,,,,,,,,74_4,3846 +nof,,,,,,,0,680.6831260000007,,,,,,,144,80,0,,,,,,,,,,,74_4,3847 +nof,,,,,,,0,680.6831260000007,,,,,,,144,75,0,,,,,,,,,,,74_4,3854 +non,,,,,,,0,680.6831260000007,,,,D5,,,144,74,7,,,,,,,,,,,74_4,3855 +non,,,,,,,0,680.6831260000007,,,,B5,,,144,83,11,,,,,,,,,,,74_4,3856 +nof,,,,,,,0,680.6831260000007,,,,,,,144,62,0,,,,,,,,,,,74_4,3850 +non,,,,,,,0,680.6831260000007,,,,F#4,,,144,66,4,,,,,,,,,,,74_4,3857 +ctl,,,,,,,27,680.7118810000006,,,,,,,176,64,0,,,,,,,,,,,74_4,3858 +ctl,,,,,,,283,681.0132760000007,,,,,,,176,64,127,,,,,,,,,,,74_4,3859 +nof,,,,,,,714,681.7736860000007,,,,,,,144,74,0,,,,,,,,,,,74_4,3855 +nof,,,,,,,0,681.7736860000007,,,,,,,144,83,0,,,,,,,,,,,74_4,3856 +non,,,,,,,0,681.7736860000007,,,,C#5,,,144,73,7,,,,,,,,,,,74_4,3860 +non,,,,,,,0,681.7736860000007,,,,C6,,,144,84,11,,,,,,,,,,,74_4,3861 +nof,,,,,,,0,681.7736860000007,,,,,,,144,58,0,,,,,,,,,,,74_4,3849 +nof,,,,,,,0,681.7736860000007,,,,,,,144,66,0,,,,,,,,,,,74_4,3857 +non,,,,,,,0,681.7736860000007,,,,A3,,,144,57,4,,,,,,,,,,,74_4,3862 +non,,,,,,,0,681.7736860000007,,,,F4,,,144,65,4,,,,,,,,,,,74_4,3863 +ctl,,,,,,,54,681.8439940000006,,,,,,,176,64,0,,,,,,,,,,,74_4,3864 +ctl,,,,,,,263,682.1864200000007,,,,,,,176,64,127,,,,,,,,,,,74_4,3865 +nof,,,,,,,195,682.4403100000006,,,,,,,144,84,0,,,,,,,,,,,74_4,3861 +non,,,,,,,0,682.4403100000006,,,,A5,,,144,81,10,,,,,,,,,,,74_4,3866 +ctl,,,,,,,512,683.0398620000007,,,,,,,176,64,127,,,,,,,,,,,74_4,3867 +ctl,,,,,,,0,683.0398620000007,,,,,,,176,64,0,,,,,,,,,,,74_4,3868 +ctl,,,,,,,0,683.0398620000007,,,,,,,176,64,0,,,,,,,,,,,74_4,3869 +nof,,,,,,,0,683.0398620000007,,,,,,,144,73,0,,,,,,,,,,,74_4,3860 +nof,,,,,,,0,683.0398620000007,,,,,,,144,81,0,,,,,,,,,,,74_4,3866 +nof,,,,,,,0,683.0398620000007,,,,,,,144,57,0,,,,,,,,,,,74_4,3862 +nof,,,,,,,0,683.0398620000007,,,,,,,144,65,0,,,,,,,,,,,74_4,3863 +non,,,,,,,0,683.0398620000007,,,,C#6,,,144,85,11,,,,,,,,,,,74_4,3870 +non,,,,,,,0,683.0398620000007,,,,C5,,,144,72,8,,,,,,,,,,,74_4,3871 +non,,,,,,,0,683.0398620000007,,,,G#3,,,144,56,4,,,,,,,,,,,74_4,3872 +non,,,,,,,0,683.0398620000007,,,,E4,,,144,64,7,,,,,,,,,,,74_4,3873 +ctl,,,,,,,101,683.1581330000007,,,,,,,176,64,0,,,,,,,,,,,74_4,3874 +ctl,,,,,,,202,683.3946750000007,,,,,,,176,64,127,,,,,,,,,,,74_4,3875 +nof,,,,,,,209,683.6394140000007,,,,,,,144,72,0,,,,,,,,,,,74_4,3871 +non,,,,,,,0,683.6394140000007,,,,B4,,,144,71,8,,,,,,,,,,,74_4,3876 +nof,,,,,,,171,683.8215290000007,,,,,,,144,56,0,,,,,,,,,,,74_4,3872 +nof,,,,,,,0,683.8215290000007,,,,,,,144,64,0,,,,,,,,,,,74_4,3873 +non,,,,,,,0,683.8215290000007,,,,G3,,,144,55,4,,,,,,,,,,,74_4,3877 +non,,,,,,,0,683.8215290000007,,,,D#4,,,144,63,6,,,,,,,,,,,74_4,3878 +nof,,,,,,,341,684.1846940000007,,,,,,,144,71,0,,,,,,,,,,,74_4,3876 +non,,,,,,,0,684.1846940000007,,,,A#4,,,144,70,8,,,,,,,,,,,74_4,3879 +ctl,,,,,,,27,684.2134490000007,,,,,,,176,64,0,,,,,,,,,,,74_4,3880 +ctl,,,,,,,283,684.5148440000007,,,,,,,176,64,127,,,,,,,,,,,74_4,3881 +nof,,,,,,,31,684.5478590000007,,,,,,,144,55,0,,,,,,,,,,,74_4,3877 +nof,,,,,,,0,684.5478590000007,,,,,,,144,63,0,,,,,,,,,,,74_4,3878 +non,,,,,,,0,684.5478590000007,,,,F#3,,,144,54,4,,,,,,,,,,,74_4,3882 +non,,,,,,,0,684.5478590000007,,,,D4,,,144,62,5,,,,,,,,,,,74_4,3883 +nof,,,,,,,171,684.7299740000007,,,,,,,144,70,0,,,,,,,,,,,74_4,3879 +non,,,,,,,0,684.7299740000007,,,,A4,,,144,69,8,,,,,,,,,,,74_4,3884 +nof,,,,,,,512,685.4795420000007,,,,,,,144,85,0,,,,,,,,,,,74_4,3870 +nof,,,,,,,0,685.4795420000007,,,,,,,144,69,0,,,,,,,,,,,74_4,3884 +non,,,,,,,0,685.4795420000007,,,,G#4,,,144,68,7,,,,,,,,,,,74_4,3885 +non,,,,,,,0,685.4795420000007,,,,G5,,,144,79,10,,,,,,,,,,,74_4,3886 +nof,,,,,,,0,685.4795420000007,,,,,,,144,54,0,,,,,,,,,,,74_4,3882 +nof,,,,,,,0,685.4795420000007,,,,,,,144,62,0,,,,,,,,,,,74_4,3883 +non,,,,,,,0,685.4795420000007,,,,F3,,,144,53,3,,,,,,,,,,,74_4,3887 +non,,,,,,,0,685.4795420000007,,,,C#4,,,144,61,5,,,,,,,,,,,74_4,3888 +ctl,,,,,,,54,685.5427760000007,,,,,,,176,64,0,,,,,,,,,,,74_4,3889 +ctl,,,,,,,263,685.8507490000006,,,,,,,176,64,127,,,,,,,,,,,74_4,3890 +nof,,,,,,,195,686.0790940000007,,,,,,,144,68,0,,,,,,,,,,,74_4,3885 +nof,,,,,,,0,686.0790940000007,,,,,,,144,79,0,,,,,,,,,,,74_4,3886 +non,,,,,,,0,686.0790940000007,,,,C5,,,144,72,6,,,,,,,,,,,74_4,3891 +non,,,,,,,0,686.0790940000007,,,,E5,,,144,76,9,,,,,,,,,,,74_4,3892 +ctl,,,,,,,512,686.6243740000007,,,,,,,176,64,127,,,,,,,,,,,74_4,3893 +ctl,,,,,,,0,686.6243740000007,,,,,,,176,64,0,,,,,,,,,,,74_4,3894 +ctl,,,,,,,0,686.6243740000007,,,,,,,176,64,0,,,,,,,,,,,74_4,3895 +nof,,,,,,,0,686.6243740000007,,,,,,,144,72,0,,,,,,,,,,,74_4,3891 +nof,,,,,,,0,686.6243740000007,,,,,,,144,76,0,,,,,,,,,,,74_4,3892 +nof,,,,,,,0,686.6243740000007,,,,,,,144,53,0,,,,,,,,,,,74_4,3887 +nof,,,,,,,0,686.6243740000007,,,,,,,144,61,0,,,,,,,,,,,74_4,3888 +non,,,,,,,0,686.6243740000007,,,,G4,,,144,67,8,,,,,,,,,,,74_4,3896 +non,,,,,,,0,686.6243740000007,,,,G#5,,,144,80,11,,,,,,,,,,,74_4,3897 +non,,,,,,,0,686.6243740000007,,,,B4,,,144,71,8,,,,,,,,,,,74_4,3898 +non,,,,,,,0,686.6243740000007,,,,A#3,,,144,58,5,,,,,,,,,,,74_4,3899 +non,,,,,,,0,686.6243740000007,,,,D4,,,144,62,5,,,,,,,,,,,74_4,3900 +ctl,,,,,,,101,686.7475940000007,,,,,,,176,64,0,,,,,,,,,,,74_4,3901 +ctl,,,,,,,202,686.9940340000007,,,,,,,176,64,127,,,,,,,,,,,74_4,3902 +nof,,,,,,,38,687.0403940000007,,,,,,,144,71,0,,,,,,,,,,,74_4,3898 +non,,,,,,,0,687.0403940000007,,,,E5,,,144,76,10,,,,,,,,,,,74_4,3903 +nof,,,,,,,342,687.4046240000007,,,,,,,144,76,0,,,,,,,,,,,74_4,3903 +non,,,,,,,0,687.4046240000007,,,,D#5,,,144,75,9,,,,,,,,,,,74_4,3904 +nof,,,,,,,341,687.7677890000007,,,,,,,144,67,0,,,,,,,,,,,74_4,3896 +nof,,,,,,,0,687.7677890000007,,,,,,,144,80,0,,,,,,,,,,,74_4,3897 +nof,,,,,,,0,687.7677890000007,,,,,,,144,75,0,,,,,,,,,,,74_4,3904 +non,,,,,,,0,687.7677890000007,,,,D5,,,144,74,7,,,,,,,,,,,74_4,3905 +non,,,,,,,0,687.7677890000007,,,,B5,,,144,83,12,,,,,,,,,,,74_4,3906 +nof,,,,,,,0,687.7677890000007,,,,,,,144,62,0,,,,,,,,,,,74_4,3900 +non,,,,,,,0,687.7677890000007,,,,F#4,,,144,66,5,,,,,,,,,,,74_4,3907 +ctl,,,,,,,27,687.7941410000006,,,,,,,176,64,0,,,,,,,,,,,74_4,3908 +ctl,,,,,,,283,688.0703490000006,,,,,,,176,64,127,,,,,,,,,,,74_4,3909 +nof,,,,,,,714,688.7672130000007,,,,,,,144,74,0,,,,,,,,,,,74_4,3905 +nof,,,,,,,0,688.7672130000007,,,,,,,144,83,0,,,,,,,,,,,74_4,3906 +non,,,,,,,0,688.7672130000007,,,,C#5,,,144,73,8,,,,,,,,,,,74_4,3910 +non,,,,,,,0,688.7672130000007,,,,C6,,,144,84,12,,,,,,,,,,,74_4,3911 +nof,,,,,,,0,688.7672130000007,,,,,,,144,58,0,,,,,,,,,,,74_4,3899 +nof,,,,,,,0,688.7672130000007,,,,,,,144,66,0,,,,,,,,,,,74_4,3907 +non,,,,,,,0,688.7672130000007,,,,A3,,,144,57,5,,,,,,,,,,,74_4,3912 +non,,,,,,,0,688.7672130000007,,,,F4,,,144,65,5,,,,,,,,,,,74_4,3913 +ctl,,,,,,,54,688.8304470000007,,,,,,,176,64,0,,,,,,,,,,,74_4,3914 +ctl,,,,,,,263,689.1384200000007,,,,,,,176,64,127,,,,,,,,,,,74_4,3915 +nof,,,,,,,195,689.3667650000007,,,,,,,144,84,0,,,,,,,,,,,74_4,3911 +non,,,,,,,0,689.3667650000007,,,,A5,,,144,81,11,,,,,,,,,,,74_4,3916 +ctl,,,,,,,512,689.8664770000007,,,,,,,176,64,127,,,,,,,,,,,74_4,3917 +ctl,,,,,,,0,689.8664770000007,,,,,,,176,64,0,,,,,,,,,,,74_4,3918 +ctl,,,,,,,0,689.8664770000007,,,,,,,176,64,0,,,,,,,,,,,74_4,3919 +nof,,,,,,,0,689.8664770000007,,,,,,,144,73,0,,,,,,,,,,,74_4,3910 +nof,,,,,,,0,689.8664770000007,,,,,,,144,81,0,,,,,,,,,,,74_4,3916 +nof,,,,,,,0,689.8664770000007,,,,,,,144,57,0,,,,,,,,,,,74_4,3912 +nof,,,,,,,0,689.8664770000007,,,,,,,144,65,0,,,,,,,,,,,74_4,3913 +non,,,,,,,0,689.8664770000007,,,,C#6,,,144,85,12,,,,,,,,,,,74_4,3920 +non,,,,,,,0,689.8664770000007,,,,C5,,,144,72,8,,,,,,,,,,,74_4,3921 +non,,,,,,,0,689.8664770000007,,,,G#3,,,144,56,5,,,,,,,,,,,74_4,3922 +non,,,,,,,0,689.8664770000007,,,,E4,,,144,64,8,,,,,,,,,,,74_4,3923 +ctl,,,,,,,101,689.9650530000007,,,,,,,176,64,0,,,,,,,,,,,74_4,3924 +ctl,,,,,,,202,690.1622050000007,,,,,,,176,64,127,,,,,,,,,,,74_4,3925 +nof,,,,,,,209,690.3661890000006,,,,,,,144,72,0,,,,,,,,,,,74_4,3921 +non,,,,,,,0,690.3661890000006,,,,B4,,,144,71,8,,,,,,,,,,,74_4,3926 +nof,,,,,,,171,690.4997400000007,,,,,,,144,56,0,,,,,,,,,,,74_4,3922 +nof,,,,,,,0,690.4997400000007,,,,,,,144,64,0,,,,,,,,,,,74_4,3923 +non,,,,,,,0,690.4997400000007,,,,G3,,,144,55,6,,,,,,,,,,,74_4,3927 +non,,,,,,,0,690.4997400000007,,,,D#4,,,144,63,8,,,,,,,,,,,74_4,3928 +ctl,,,,,,,20,690.5153600000007,,,,,,,176,64,0,,,,,,,,,,,74_4,3929 +ctl,,,,,,,148,690.6309480000007,,,,,,,176,64,127,,,,,,,,,,,74_4,3930 +ctl,,,,,,,111,690.7176390000006,,,,,,,176,64,127,,,,,,,,,,,74_4,3931 +nof,,,,,,,403,691.0323820000007,,,,,,,144,55,0,,,,,,,,,,,74_4,3927 +nof,,,,,,,0,691.0323820000007,,,,,,,144,63,0,,,,,,,,,,,74_4,3928 +non,,,,,,,0,691.0323820000007,,,,G#3,,,144,56,6,,,,,,,,,,,74_4,3932 +non,,,,,,,0,691.0323820000007,,,,E4,,,144,64,8,,,,,,,,,,,74_4,3933 +ctl,,,,,,,41,691.0623940000007,,,,,,,176,64,0,,,,,,,,,,,74_4,3934 +nof,,,,,,,130,691.1575540000007,,,,,,,144,71,0,,,,,,,,,,,74_4,3926 +non,,,,,,,0,691.1575540000007,,,,C5,,,144,72,8,,,,,,,,,,,74_4,3935 +ctl,,,,,,,37,691.1846380000006,,,,,,,176,64,127,,,,,,,,,,,74_4,3936 +nof,,,,,,,475,691.5323380000007,,,,,,,144,85,0,,,,,,,,,,,74_4,3920 +nof,,,,,,,0,691.5323380000007,,,,,,,144,72,0,,,,,,,,,,,74_4,3935 +non,,,,,,,0,691.5323380000007,,,,C#5,,,144,73,8,,,,,,,,,,,74_4,3937 +non,,,,,,,0,691.5323380000007,,,,C6,,,144,84,13,,,,,,,,,,,74_4,3938 +nof,,,,,,,0,691.5323380000007,,,,,,,144,56,0,,,,,,,,,,,74_4,3932 +nof,,,,,,,0,691.5323380000007,,,,,,,144,64,0,,,,,,,,,,,74_4,3933 +non,,,,,,,0,691.5323380000007,,,,A3,,,144,57,7,,,,,,,,,,,74_4,3939 +non,,,,,,,0,691.5323380000007,,,,F4,,,144,65,9,,,,,,,,,,,74_4,3940 +ctl,,,,,,,54,691.5898480000006,,,,,,,176,64,0,,,,,,,,,,,74_4,3941 +ctl,,,,,,,263,691.8699430000007,,,,,,,176,64,127,,,,,,,,,,,74_4,3942 +nof,,,,,,,195,692.0776180000007,,,,,,,144,84,0,,,,,,,,,,,74_4,3938 +non,,,,,,,0,692.0776180000007,,,,A5,,,144,81,11,,,,,,,,,,,74_4,3943 +ctl,,,,,,,512,692.5773300000006,,,,,,,176,64,127,,,,,,,,,,,74_4,3944 +ctl,,,,,,,0,692.5773300000006,,,,,,,176,64,0,,,,,,,,,,,74_4,3945 +ctl,,,,,,,0,692.5773300000006,,,,,,,176,64,0,,,,,,,,,,,74_4,3946 +ctl,,,,,,,0,692.5773300000006,,,,,,,176,64,0,,,,,,,,,,,74_4,3947 +nof,,,,,,,0,692.5773300000006,,,,,,,144,73,0,,,,,,,,,,,74_4,3937 +nof,,,,,,,0,692.5773300000006,,,,,,,144,81,0,,,,,,,,,,,74_4,3943 +nof,,,,,,,0,692.5773300000006,,,,,,,144,57,0,,,,,,,,,,,74_4,3939 +nof,,,,,,,0,692.5773300000006,,,,,,,144,65,0,,,,,,,,,,,74_4,3940 +non,,,,,,,0,692.5773300000006,,,,C#6,,,144,85,13,,,,,,,,,,,74_4,3948 +non,,,,,,,0,692.5773300000006,,,,C5,,,144,72,9,,,,,,,,,,,74_4,3949 +non,,,,,,,0,692.5773300000006,,,,G#3,,,144,56,6,,,,,,,,,,,74_4,3950 +non,,,,,,,0,692.5773300000006,,,,E4,,,144,64,9,,,,,,,,,,,74_4,3951 +ctl,,,,,,,101,692.6759060000007,,,,,,,176,64,0,,,,,,,,,,,74_4,3952 +ctl,,,,,,,202,692.8730580000007,,,,,,,176,64,127,,,,,,,,,,,74_4,3953 +nof,,,,,,,209,693.0770420000007,,,,,,,144,72,0,,,,,,,,,,,74_4,3949 +non,,,,,,,0,693.0770420000007,,,,B4,,,144,71,9,,,,,,,,,,,74_4,3954 +nof,,,,,,,171,693.2105930000007,,,,,,,144,56,0,,,,,,,,,,,74_4,3950 +nof,,,,,,,0,693.2105930000007,,,,,,,144,64,0,,,,,,,,,,,74_4,3951 +non,,,,,,,0,693.2105930000007,,,,G3,,,144,55,6,,,,,,,,,,,74_4,3955 +non,,,,,,,0,693.2105930000007,,,,D#4,,,144,63,9,,,,,,,,,,,74_4,3956 +ctl,,,,,,,20,693.2252330000007,,,,,,,176,64,0,,,,,,,,,,,74_4,3957 +ctl,,,,,,,148,693.3335690000007,,,,,,,176,64,127,,,,,,,,,,,74_4,3958 +ctl,,,,,,,111,693.4148210000006,,,,,,,176,64,127,,,,,,,,,,,74_4,3959 +nof,,,,,,,403,693.7098170000007,,,,,,,144,55,0,,,,,,,,,,,74_4,3955 +nof,,,,,,,0,693.7098170000007,,,,,,,144,63,0,,,,,,,,,,,74_4,3956 +non,,,,,,,0,693.7098170000007,,,,G#3,,,144,56,6,,,,,,,,,,,74_4,3960 +non,,,,,,,0,693.7098170000007,,,,E4,,,144,64,9,,,,,,,,,,,74_4,3961 +ctl,,,,,,,41,693.7380660000007,,,,,,,176,64,0,,,,,,,,,,,74_4,3962 +nof,,,,,,,130,693.8276360000007,,,,,,,144,71,0,,,,,,,,,,,74_4,3954 +non,,,,,,,0,693.8276360000007,,,,C5,,,144,72,9,,,,,,,,,,,74_4,3963 +ctl,,,,,,,37,693.8531290000006,,,,,,,176,64,127,,,,,,,,,,,74_4,3964 +nof,,,,,,,475,694.1804040000006,,,,,,,144,85,0,,,,,,,,,,,74_4,3948 +nof,,,,,,,0,694.1804040000006,,,,,,,144,72,0,,,,,,,,,,,74_4,3963 +non,,,,,,,0,694.1804040000006,,,,C#5,,,144,73,8,,,,,,,,,,,74_4,3965 +non,,,,,,,0,694.1804040000006,,,,C6,,,144,84,12,,,,,,,,,,,74_4,3966 +nof,,,,,,,0,694.1804040000006,,,,,,,144,56,0,,,,,,,,,,,74_4,3960 +nof,,,,,,,0,694.1804040000006,,,,,,,144,64,0,,,,,,,,,,,74_4,3961 +non,,,,,,,0,694.1804040000006,,,,A3,,,144,57,8,,,,,,,,,,,74_4,3967 +non,,,,,,,0,694.1804040000006,,,,F4,,,144,65,10,,,,,,,,,,,74_4,3968 +ctl,,,,,,,54,694.2290580000007,,,,,,,176,64,0,,,,,,,,,,,74_4,3969 +ctl,,,,,,,263,694.4660210000006,,,,,,,176,64,127,,,,,,,,,,,74_4,3970 +nof,,,,,,,195,694.6417160000007,,,,,,,144,84,0,,,,,,,,,,,74_4,3966 +non,,,,,,,0,694.6417160000007,,,,A5,,,144,81,11,,,,,,,,,,,74_4,3971 +ctl,,,,,,,512,695.0702600000006,,,,,,,176,64,127,,,,,,,,,,,74_4,3972 +ctl,,,,,,,0,695.0702600000006,,,,,,,176,64,0,,,,,,,,,,,74_4,3973 +ctl,,,,,,,0,695.0702600000006,,,,,,,176,64,0,,,,,,,,,,,74_4,3974 +nof,,,,,,,0,695.0702600000006,,,,,,,144,73,0,,,,,,,,,,,74_4,3965 +nof,,,,,,,0,695.0702600000006,,,,,,,144,81,0,,,,,,,,,,,74_4,3971 +nof,,,,,,,0,695.0702600000006,,,,,,,144,57,0,,,,,,,,,,,74_4,3967 +nof,,,,,,,0,695.0702600000006,,,,,,,144,65,0,,,,,,,,,,,74_4,3968 +non,,,,,,,0,695.0702600000006,,,,C5,,,144,72,8,,,,,,,,,,,74_4,3975 +non,,,,,,,0,695.0702600000006,,,,C#6,,,144,85,12,,,,,,,,,,,74_4,3976 +non,,,,,,,0,695.0702600000006,,,,G#3,,,144,56,6,,,,,,,,,,,74_4,3977 +non,,,,,,,0,695.0702600000006,,,,E4,,,144,64,9,,,,,,,,,,,74_4,3978 +ctl,,,,,,,101,695.1441920000007,,,,,,,176,64,0,,,,,,,,,,,74_4,3979 +ctl,,,,,,,202,695.2920560000007,,,,,,,176,64,127,,,,,,,,,,,74_4,3980 +nof,,,,,,,721,695.8198280000007,,,,,,,144,72,0,,,,,,,,,,,74_4,3975 +nof,,,,,,,0,695.8198280000007,,,,,,,144,85,0,,,,,,,,,,,74_4,3976 +non,,,,,,,0,695.8198280000007,,,,B4,,,144,71,8,,,,,,,,,,,74_4,3981 +non,,,,,,,0,695.8198280000007,,,,G#5,,,144,80,10,,,,,,,,,,,74_4,3982 +nof,,,,,,,0,695.8198280000007,,,,,,,144,56,0,,,,,,,,,,,74_4,3977 +nof,,,,,,,0,695.8198280000007,,,,,,,144,64,0,,,,,,,,,,,74_4,3978 +non,,,,,,,0,695.8198280000007,,,,G3,,,144,55,5,,,,,,,,,,,74_4,3983 +non,,,,,,,0,695.8198280000007,,,,D#4,,,144,63,8,,,,,,,,,,,74_4,3984 +ctl,,,,,,,27,695.8384310000007,,,,,,,176,64,0,,,,,,,,,,,74_4,3985 +ctl,,,,,,,283,696.0334180000007,,,,,,,176,64,127,,,,,,,,,,,74_4,3986 +nof,,,,,,,202,696.1725960000007,,,,,,,144,80,0,,,,,,,,,,,74_4,3982 +non,,,,,,,0,696.1725960000007,,,,F5,,,144,77,10,,,,,,,,,,,74_4,3987 +nof,,,,,,,512,696.5059080000007,,,,,,,144,71,0,,,,,,,,,,,74_4,3981 +nof,,,,,,,0,696.5059080000007,,,,,,,144,77,0,,,,,,,,,,,74_4,3987 +non,,,,,,,0,696.5059080000007,,,,A#4,,,144,70,8,,,,,,,,,,,74_4,3988 +non,,,,,,,0,696.5059080000007,,,,A5,,,144,81,11,,,,,,,,,,,74_4,3989 +nof,,,,,,,0,696.5059080000007,,,,,,,144,55,0,,,,,,,,,,,74_4,3983 +nof,,,,,,,0,696.5059080000007,,,,,,,144,63,0,,,,,,,,,,,74_4,3984 +non,,,,,,,0,696.5059080000007,,,,F#3,,,144,54,5,,,,,,,,,,,74_4,3990 +non,,,,,,,0,696.5059080000007,,,,D4,,,144,62,7,,,,,,,,,,,74_4,3991 +ctl,,,,,,,54,696.5374980000007,,,,,,,176,64,0,,,,,,,,,,,74_4,3992 +ctl,,,,,,,263,696.6913530000007,,,,,,,176,64,127,,,,,,,,,,,74_4,3993 +ctl,,,,,,,707,697.1049480000007,,,,,,,176,64,127,,,,,,,,,,,74_4,3994 +nof,,,,,,,0,697.1049480000007,,,,,,,144,70,0,,,,,,,,,,,74_4,3988 +nof,,,,,,,0,697.1049480000007,,,,,,,144,81,0,,,,,,,,,,,74_4,3989 +nof,,,,,,,0,697.1049480000007,,,,,,,144,54,0,,,,,,,,,,,74_4,3990 +nof,,,,,,,0,697.1049480000007,,,,,,,144,62,0,,,,,,,,,,,74_4,3991 +non,,,,,,,0,697.1049480000007,,,,A4,,,144,69,7,,,,,,,,,,,74_4,3995 +non,,,,,,,0,697.1049480000007,,,,E5,,,144,76,9,,,,,,,,,,,74_4,3996 +non,,,,,,,0,697.1049480000007,,,,F3,,,144,53,5,,,,,,,,,,,74_4,3997 +non,,,,,,,0,697.1049480000007,,,,C#4,,,144,61,6,,,,,,,,,,,74_4,3998 +ctl,,,,,,,101,697.1586800000007,,,,,,,176,64,0,,,,,,,,,,,74_4,3999 +ctl,,,,,,,202,697.2661440000007,,,,,,,176,64,127,,,,,,,,,,,74_4,4000 +nof,,,,,,,209,697.3773320000007,,,,,,,144,76,0,,,,,,,,,,,74_4,3996 +non,,,,,,,0,697.3773320000007,,,,C#5,,,144,73,9,,,,,,,,,,,74_4,4001 +nof,,,,,,,512,697.6497160000007,,,,,,,144,69,0,,,,,,,,,,,74_4,3995 +nof,,,,,,,0,697.6497160000007,,,,,,,144,73,0,,,,,,,,,,,74_4,4001 +non,,,,,,,0,697.6497160000007,,,,G#4,,,144,68,7,,,,,,,,,,,74_4,4002 +non,,,,,,,0,697.6497160000007,,,,F5,,,144,77,10,,,,,,,,,,,74_4,4003 +nof,,,,,,,0,697.6497160000007,,,,,,,144,53,0,,,,,,,,,,,74_4,3997 +nof,,,,,,,0,697.6497160000007,,,,,,,144,61,0,,,,,,,,,,,74_4,3998 +non,,,,,,,0,697.6497160000007,,,,E3,,,144,52,4,,,,,,,,,,,74_4,4004 +non,,,,,,,0,697.6497160000007,,,,C4,,,144,60,6,,,,,,,,,,,74_4,4005 +ctl,,,,,,,27,697.6640800000007,,,,,,,176,64,0,,,,,,,,,,,74_4,4006 +ctl,,,,,,,283,697.8146360000007,,,,,,,176,64,127,,,,,,,,,,,74_4,4007 +nof,,,,,,,714,698.1944840000007,,,,,,,144,68,0,,,,,,,,,,,74_4,4002 +nof,,,,,,,0,698.1944840000007,,,,,,,144,77,0,,,,,,,,,,,74_4,4003 +non,,,,,,,0,698.1944840000007,,,,A4,,,144,69,7,,,,,,,,,,,74_4,4008 +non,,,,,,,0,698.1944840000007,,,,G#5,,,144,80,10,,,,,,,,,,,74_4,4009 +nof,,,,,,,0,698.1944840000007,,,,,,,144,52,0,,,,,,,,,,,74_4,4004 +nof,,,,,,,0,698.1944840000007,,,,,,,144,60,0,,,,,,,,,,,74_4,4005 +non,,,,,,,0,698.1944840000007,,,,F3,,,144,53,3,,,,,,,,,,,74_4,4010 +non,,,,,,,0,698.1944840000007,,,,C#4,,,144,61,5,,,,,,,,,,,74_4,4011 +ctl,,,,,,,54,698.2232120000007,,,,,,,176,64,0,,,,,,,,,,,74_4,4012 +ctl,,,,,,,263,698.3631280000006,,,,,,,176,64,127,,,,,,,,,,,74_4,4013 +nof,,,,,,,195,698.4668680000007,,,,,,,144,80,0,,,,,,,,,,,74_4,4009 +non,,,,,,,0,698.4668680000007,,,,F5,,,144,77,9,,,,,,,,,,,74_4,4014 +ctl,,,,,,,512,698.7663880000007,,,,,,,176,64,127,,,,,,,,,,,74_4,4015 +nof,,,,,,,0,698.7663880000007,,,,,,,144,69,0,,,,,,,,,,,74_4,4008 +nof,,,,,,,0,698.7663880000007,,,,,,,144,77,0,,,,,,,,,,,74_4,4014 +nof,,,,,,,0,698.7663880000007,,,,,,,144,53,0,,,,,,,,,,,74_4,4010 +nof,,,,,,,0,698.7663880000007,,,,,,,144,61,0,,,,,,,,,,,74_4,4011 +non,,,,,,,0,698.7663880000007,,,,G#4,,,144,68,6,,,,,,,,,,,74_4,4016 +non,,,,,,,0,698.7663880000007,,,,A5,,,144,81,10,,,,,,,,,,,74_4,4017 +non,,,,,,,0,698.7663880000007,,,,E3,,,144,52,3,,,,,,,,,,,74_4,4018 +non,,,,,,,0,698.7663880000007,,,,C4,,,144,60,5,,,,,,,,,,,74_4,4019 +ctl,,,,,,,101,698.8321390000007,,,,,,,176,64,0,,,,,,,,,,,74_4,4020 +ctl,,,,,,,202,698.9636410000007,,,,,,,176,64,127,,,,,,,,,,,74_4,4021 +nof,,,,,,,721,699.4330120000006,,,,,,,144,68,0,,,,,,,,,,,74_4,4016 +nof,,,,,,,0,699.4330120000006,,,,,,,144,81,0,,,,,,,,,,,74_4,4017 +non,,,,,,,0,699.4330120000006,,,,G4,,,144,67,6,,,,,,,,,,,74_4,4022 +non,,,,,,,0,699.4330120000006,,,,E5,,,144,76,9,,,,,,,,,,,74_4,4023 +nof,,,,,,,0,699.4330120000006,,,,,,,144,52,0,,,,,,,,,,,74_4,4018 +nof,,,,,,,0,699.4330120000006,,,,,,,144,60,0,,,,,,,,,,,74_4,4019 +non,,,,,,,0,699.4330120000006,,,,D#3,,,144,51,2,,,,,,,,,,,74_4,4024 +non,,,,,,,0,699.4330120000006,,,,B3,,,144,59,4,,,,,,,,,,,74_4,4025 +ctl,,,,,,,27,699.4527760000007,,,,,,,176,64,0,,,,,,,,,,,74_4,4026 +ctl,,,,,,,283,699.6599320000007,,,,,,,176,64,127,,,,,,,,,,,74_4,4027 +nof,,,,,,,202,699.8077960000007,,,,,,,144,76,0,,,,,,,,,,,74_4,4023 +non,,,,,,,0,699.8077960000007,,,,C#5,,,144,73,8,,,,,,,,,,,74_4,4028 +nof,,,,,,,512,700.2076680000007,,,,,,,144,67,0,,,,,,,,,,,74_4,4022 +nof,,,,,,,0,700.2076680000007,,,,,,,144,73,0,,,,,,,,,,,74_4,4028 +non,,,,,,,0,700.2076680000007,,,,F#4,,,144,66,6,,,,,,,,,,,74_4,4029 +non,,,,,,,0,700.2076680000007,,,,F5,,,144,77,9,,,,,,,,,,,74_4,4030 +nof,,,,,,,0,700.2076680000007,,,,,,,144,51,0,,,,,,,,,,,74_4,4024 +nof,,,,,,,0,700.2076680000007,,,,,,,144,59,0,,,,,,,,,,,74_4,4025 +non,,,,,,,0,700.2076680000007,,,,D3,,,144,50,2,,,,,,,,,,,74_4,4031 +non,,,,,,,0,700.2076680000007,,,,A#3,,,144,58,4,,,,,,,,,,,74_4,4032 +ctl,,,,,,,54,700.2528660000007,,,,,,,176,64,0,,,,,,,,,,,74_4,4033 +ctl,,,,,,,263,700.4729970000006,,,,,,,176,64,127,,,,,,,,,,,74_4,4034 +ctl,,,,,,,707,701.0647560000007,,,,,,,176,64,127,,,,,,,,,,,74_4,4035 +ctl,,,,,,,0,701.0647560000007,,,,,,,176,64,0,,,,,,,,,,,74_4,4036 +ctl,,,,,,,0,701.0647560000007,,,,,,,176,64,0,,,,,,,,,,,74_4,4037 +nof,,,,,,,0,701.0647560000007,,,,,,,144,66,0,,,,,,,,,,,74_4,4029 +nof,,,,,,,0,701.0647560000007,,,,,,,144,77,0,,,,,,,,,,,74_4,4030 +nof,,,,,,,0,701.0647560000007,,,,,,,144,50,0,,,,,,,,,,,74_4,4031 +nof,,,,,,,0,701.0647560000007,,,,,,,144,58,0,,,,,,,,,,,74_4,4032 +non,,,,,,,0,701.0647560000007,,,,F4,,,144,65,5,,,,,,,,,,,74_4,4038 +non,,,,,,,0,701.0647560000007,,,,C5,,,144,72,8,,,,,,,,,,,74_4,4039 +non,,,,,,,0,701.0647560000007,,,,C#3,,,144,49,2,,,,,,,,,,,74_4,4040 +non,,,,,,,0,701.0647560000007,,,,A3,,,144,57,3,,,,,,,,,,,74_4,4041 +ctl,,,,,,,101,701.1633320000007,,,,,,,176,64,0,,,,,,,,,,,74_4,4042 +ctl,,,,,,,202,701.3604840000007,,,,,,,176,64,127,,,,,,,,,,,74_4,4043 +nof,,,,,,,209,701.5644680000007,,,,,,,144,72,0,,,,,,,,,,,74_4,4039 +non,,,,,,,0,701.5644680000007,,,,A4,,,144,69,8,,,,,,,,,,,74_4,4044 +nof,,,,,,,512,702.1640200000007,,,,,,,144,65,0,,,,,,,,,,,74_4,4038 +nof,,,,,,,0,702.1640200000007,,,,,,,144,69,0,,,,,,,,,,,74_4,4044 +non,,,,,,,0,702.1640200000007,,,,E4,,,144,64,5,,,,,,,,,,,74_4,4045 +non,,,,,,,0,702.1640200000007,,,,C#5,,,144,73,9,,,,,,,,,,,74_4,4046 +nof,,,,,,,0,702.1640200000007,,,,,,,144,49,0,,,,,,,,,,,74_4,4040 +nof,,,,,,,0,702.1640200000007,,,,,,,144,57,0,,,,,,,,,,,74_4,4041 +non,,,,,,,0,702.1640200000007,,,,C3,,,144,48,1,,,,,,,,,,,74_4,4047 +non,,,,,,,0,702.1640200000007,,,,G#3,,,144,56,2,,,,,,,,,,,74_4,4048 +ctl,,,,,,,27,702.1956370000007,,,,,,,176,64,0,,,,,,,,,,,74_4,4049 +ctl,,,,,,,283,702.5270300000007,,,,,,,176,64,127,,,,,,,,,,,74_4,4050 +ctl,,,,,,,768,703.4263580000007,,,,,,,176,64,0,,,,,,,,,,,74_4,4051 +ctl,,,,,,,263,703.7343310000007,,,,,,,176,64,127,,,,,,,,,,,74_4,4052 +ctl,,,,,,,707,704.5622280000007,,,,,,,176,64,127,,,,,,,,,,,74_4,4053 +ctl,,,,,,,0,704.5622280000007,,,,,,,176,64,0,,,,,,,,,,,74_4,4054 +ctl,,,,,,,0,704.5622280000007,,,,,,,176,64,0,,,,,,,,,,,74_4,4055 +ctl,,,,,,,101,704.6697930000007,,,,,,,176,64,0,,,,,,,,,,,74_4,4056 +ctl,,,,,,,202,704.8849230000006,,,,,,,176,64,127,,,,,,,,,,,74_4,4057 +ctl,,,,,,,748,705.6815430000007,,,,,,,176,64,0,,,,,,,,,,,74_4,4058 +ctl,,,,,,,283,705.9829380000007,,,,,,,176,64,127,,,,,,,,,,,74_4,4059 +nof,,,,,,,714,706.7433480000007,,,,,,,144,64,0,,,,,,,,,,,74_4,4045 +nof,,,,,,,0,706.7433480000007,,,,,,,144,73,0,,,,,,,,,,,74_4,4046 +non,,,,,,,0,706.7433480000007,,,,E4,,,144,64,5,,,,,,,,,,,74_4,4060 +non,,,,,,,0,706.7433480000007,,,,D#5,,,144,75,9,,,,,,,,,,,74_4,4061 +nof,,,,,,,0,706.7433480000007,,,,,,,144,48,0,,,,,,,,,,,74_4,4047 +nof,,,,,,,0,706.7433480000007,,,,,,,144,56,0,,,,,,,,,,,74_4,4048 +non,,,,,,,0,706.7433480000007,,,,C3,,,144,48,1,,,,,,,,,,,74_4,4062 +non,,,,,,,0,706.7433480000007,,,,G#3,,,144,56,3,,,,,,,,,,,74_4,4063 +ctl,,,,,,,54,706.8008580000007,,,,,,,176,64,0,,,,,,,,,,,74_4,4064 +ctl,,,,,,,263,707.0809530000007,,,,,,,176,64,127,,,,,,,,,,,74_4,4065 +nof,,,,,,,195,707.2886280000007,,,,,,,144,75,0,,,,,,,,,,,74_4,4061 +non,,,,,,,0,707.2886280000007,,,,C5,,,144,72,8,,,,,,,,,,,74_4,4066 +nof,,,,,,,0,707.2886280000007,,,,,,,144,48,0,,,,,,,,,,,74_4,4062 +nof,,,,,,,0,707.2886280000007,,,,,,,144,56,0,,,,,,,,,,,74_4,4063 +non,,,,,,,0,707.2886280000007,,,,C#3,,,144,49,2,,,,,,,,,,,74_4,4067 +non,,,,,,,0,707.2886280000007,,,,A3,,,144,57,4,,,,,,,,,,,74_4,4068 +ctl,,,,,,,16,707.3094600000007,,,,,,,176,64,0,,,,,,,,,,,74_4,4069 +ctl,,,,,,,248,707.6323560000006,,,,,,,176,64,127,,,,,,,,,,,74_4,4070 +ctl,,,,,,,248,707.9552520000007,,,,,,,176,64,127,,,,,,,,,,,74_4,4071 +ctl,,,,,,,0,707.9552520000007,,,,,,,176,64,0,,,,,,,,,,,74_4,4072 +ctl,,,,,,,0,707.9552520000007,,,,,,,176,64,0,,,,,,,,,,,74_4,4073 +nof,,,,,,,0,707.9552520000007,,,,,,,144,64,0,,,,,,,,,,,74_4,4060 +nof,,,,,,,0,707.9552520000007,,,,,,,144,72,0,,,,,,,,,,,74_4,4066 +nof,,,,,,,0,707.9552520000007,,,,,,,144,49,0,,,,,,,,,,,74_4,4067 +nof,,,,,,,0,707.9552520000007,,,,,,,144,57,0,,,,,,,,,,,74_4,4068 +non,,,,,,,0,707.9552520000007,,,,C4,,,144,60,4,,,,,,,,,,,74_4,4074 +non,,,,,,,0,707.9552520000007,,,,B4,,,144,71,9,,,,,,,,,,,74_4,4075 +non,,,,,,,0,707.9552520000007,,,,F3,,,144,53,3,,,,,,,,,,,74_4,4076 +non,,,,,,,0,707.9552520000007,,,,G#3,,,144,56,3,,,,,,,,,,,74_4,4077 +ctl,,,,,,,101,708.0735230000007,,,,,,,176,64,0,,,,,,,,,,,74_4,4078 +ctl,,,,,,,202,708.3100650000007,,,,,,,176,64,127,,,,,,,,,,,74_4,4079 +nof,,,,,,,721,709.1543560000007,,,,,,,144,60,0,,,,,,,,,,,74_4,4074 +non,,,,,,,0,709.1543560000007,,,,D#4,,,144,63,4,,,,,,,,,,,74_4,4080 +nof,,,,,,,0,709.1543560000007,,,,,,,144,56,0,,,,,,,,,,,74_4,4077 +non,,,,,,,0,709.1543560000007,,,,A3,,,144,57,2,,,,,,,,,,,74_4,4081 +ctl,,,,,,,27,709.1938840000007,,,,,,,176,64,0,,,,,,,,,,,74_4,4082 +ctl,,,,,,,283,709.6081960000007,,,,,,,176,64,127,,,,,,,,,,,74_4,4083 +nof,,,,,,,202,709.9039240000006,,,,,,,144,71,0,,,,,,,,,,,74_4,4075 +non,,,,,,,0,709.9039240000006,,,,G#4,,,144,68,5,,,,,,,,,,,74_4,4084 +ctl,,,,,,,566,710.5067140000007,,,,,,,176,64,0,,,,,,,,,,,74_4,4085 +ctl,,,,,,,263,710.7868090000006,,,,,,,176,64,127,,,,,,,,,,,74_4,4086 +ctl,,,,,,,707,711.5397640000007,,,,,,,176,64,127,,,,,,,,,,,74_4,4087 +ctl,,,,,,,0,711.5397640000007,,,,,,,176,64,0,,,,,,,,,,,74_4,4088 +ctl,,,,,,,0,711.5397640000007,,,,,,,176,64,0,,,,,,,,,,,74_4,4089 +ctl,,,,,,,0,711.5397640000007,,,,,,,176,64,0,,,,,,,,,,,74_4,4090 +ctl,,,,,,,101,711.6473290000007,,,,,,,176,64,0,,,,,,,,,,,74_4,4091 +ctl,,,,,,,202,711.8624590000007,,,,,,,176,64,127,,,,,,,,,,,74_4,4092 +ctl,,,,,,,748,712.6590790000007,,,,,,,176,64,0,,,,,,,,,,,74_4,4093 +ctl,,,,,,,283,712.9604740000007,,,,,,,176,64,127,,,,,,,,,,,74_4,4094 +nof,,,,,,,714,713.7208840000006,,,,,,,144,63,0,,,,,,,,,,,74_4,4080 +nof,,,,,,,0,713.7208840000006,,,,,,,144,68,0,,,,,,,,,,,74_4,4084 +non,,,,,,,0,713.7208840000006,,,,E4,,,144,64,5,,,,,,,,,,,74_4,4095 +non,,,,,,,0,713.7208840000006,,,,D#5,,,144,75,9,,,,,,,,,,,74_4,4096 +nof,,,,,,,0,713.7208840000006,,,,,,,144,53,0,,,,,,,,,,,74_4,4076 +nof,,,,,,,0,713.7208840000006,,,,,,,144,57,0,,,,,,,,,,,74_4,4081 +non,,,,,,,0,713.7208840000006,,,,C#3,,,144,49,2,,,,,,,,,,,74_4,4097 +non,,,,,,,0,713.7208840000006,,,,A3,,,144,57,2,,,,,,,,,,,74_4,4098 +ctl,,,,,,,54,713.7867640000006,,,,,,,176,64,0,,,,,,,,,,,74_4,4099 +ctl,,,,,,,263,714.1076240000007,,,,,,,176,64,127,,,,,,,,,,,74_4,4100 +nof,,,,,,,195,714.3455240000006,,,,,,,144,75,0,,,,,,,,,,,74_4,4096 +non,,,,,,,0,714.3455240000006,,,,C5,,,144,72,8,,,,,,,,,,,74_4,4101 +ctl,,,,,,,16,714.3625640000007,,,,,,,176,64,0,,,,,,,,,,,74_4,4102 +ctl,,,,,,,248,714.6266840000006,,,,,,,176,64,127,,,,,,,,,,,74_4,4103 +ctl,,,,,,,248,714.8908040000007,,,,,,,176,64,127,,,,,,,,,,,74_4,4104 +ctl,,,,,,,0,714.8908040000007,,,,,,,176,64,0,,,,,,,,,,,74_4,4105 +ctl,,,,,,,0,714.8908040000007,,,,,,,176,64,0,,,,,,,,,,,74_4,4106 +nof,,,,,,,0,714.8908040000007,,,,,,,144,64,0,,,,,,,,,,,74_4,4095 +nof,,,,,,,0,714.8908040000007,,,,,,,144,72,0,,,,,,,,,,,74_4,4101 +nof,,,,,,,0,714.8908040000007,,,,,,,144,49,0,,,,,,,,,,,74_4,4097 +nof,,,,,,,0,714.8908040000007,,,,,,,144,57,0,,,,,,,,,,,74_4,4098 +non,,,,,,,0,714.8908040000007,,,,E4,,,144,64,4,,,,,,,,,,,74_4,4107 +non,,,,,,,0,714.8908040000007,,,,A4,,,144,69,9,,,,,,,,,,,74_4,4108 +non,,,,,,,0,714.8908040000007,,,,F#3,,,144,54,2,,,,,,,,,,,74_4,4109 +non,,,,,,,0,714.8908040000007,,,,A#3,,,144,58,2,,,,,,,,,,,74_4,4110 +ctl,,,,,,,101,715.0223060000006,,,,,,,176,64,0,,,,,,,,,,,74_4,4111 +ctl,,,,,,,202,715.2853100000007,,,,,,,176,64,127,,,,,,,,,,,74_4,4112 +nof,,,,,,,209,715.5574280000006,,,,,,,144,64,0,,,,,,,,,,,74_4,4107 +non,,,,,,,0,715.5574280000006,,,,D#4,,,144,63,4,,,,,,,,,,,74_4,4113 +ctl,,,,,,,78,715.6589840000007,,,,,,,176,64,0,,,,,,,,,,,74_4,4114 +ctl,,,,,,,167,715.8764180000007,,,,,,,176,64,127,,,,,,,,,,,74_4,4115 +ctl,,,,,,,242,716.1915020000007,,,,,,,176,64,127,,,,,,,,,,,74_4,4116 +nof,,,,,,,25,716.2240520000007,,,,,,,144,63,0,,,,,,,,,,,74_4,4113 +nof,,,,,,,0,716.2240520000007,,,,,,,144,69,0,,,,,,,,,,,74_4,4108 +non,,,,,,,0,716.2240520000007,,,,D4,,,144,62,2,,,,,,,,,,,74_4,4117 +non,,,,,,,0,716.2240520000007,,,,F#4,,,144,66,7,,,,,,,,,,,74_4,4118 +nof,,,,,,,0,716.2240520000007,,,,,,,144,54,0,,,,,,,,,,,74_4,4109 +nof,,,,,,,0,716.2240520000007,,,,,,,144,58,0,,,,,,,,,,,74_4,4110 +non,,,,,,,0,716.2240520000007,,,,F3,,,144,53,2,,,,,,,,,,,74_4,4119 +non,,,,,,,0,716.2240520000007,,,,B3,,,144,59,2,,,,,,,,,,,74_4,4120 +ctl,,,,,,,50,716.2972520000006,,,,,,,176,64,0,,,,,,,,,,,74_4,4121 +ctl,,,,,,,91,716.4304760000007,,,,,,,176,64,127,,,,,,,,,,,74_4,4122 +ctl,,,,,,,152,716.6530040000007,,,,,,,176,64,0,,,,,,,,,,,74_4,4123 +non,,,,,,,219,716.9736200000007,,,,F4,,,144,65,2,,,,,,,,,,,74_4,4124 +non,,,,,,,0,716.9736200000007,,,,A4,,,144,69,5,,,,,,,,,,,74_4,4125 +non,,,,,,,0,716.9736200000007,,,,D3,,,144,50,1,,,,,,,,,,,74_4,4126 +non,,,,,,,0,716.9736200000007,,,,G#3,,,144,56,1,,,,,,,,,,,74_4,4127 +nof,,,,,,,30,717.0055700000007,,,,,,,144,62,0,,,,,,,,,,,74_4,4117 +nof,,,,,,,0,717.0055700000007,,,,,,,144,66,0,,,,,,,,,,,74_4,4118 +nof,,,,,,,0,717.0055700000007,,,,,,,144,53,0,,,,,,,,,,,74_4,4119 +nof,,,,,,,0,717.0055700000007,,,,,,,144,59,0,,,,,,,,,,,74_4,4120 +ctl,,,,,,,8,717.0140900000007,,,,,,,176,64,127,,,,,,,,,,,74_4,4128 +ctl,,,,,,,1,717.0151550000007,,,,,,,176,64,0,,,,,,,,,,,74_4,4129 +ctl,,,,,,,203,717.2313500000007,,,,,,,176,64,127,,,,,,,,,,,74_4,4130 +ctl,,,,,,,1294,718.6094600000007,,,,,,,176,64,127,,,,,,,,,,,74_4,4131 +ctl,,,,,,,0,718.6094600000007,,,,,,,176,64,0,,,,,,,,,,,74_4,4132 +ctl,,,,,,,0,718.6094600000007,,,,,,,176,64,0,,,,,,,,,,,74_4,4133 +ctl,,,,,,,0,718.6094600000007,,,,,,,176,64,0,,,,,,,,,,,74_4,4134 +ctl,,,,,,,101,718.7170250000007,,,,,,,176,64,0,,,,,,,,,,,74_4,4135 +ctl,,,,,,,202,718.9321550000006,,,,,,,176,64,127,,,,,,,,,,,74_4,4136 +ctl,,,,,,,748,719.7287750000007,,,,,,,176,64,0,,,,,,,,,,,74_4,4137 +ctl,,,,,,,283,720.0301700000007,,,,,,,176,64,127,,,,,,,,,,,74_4,4138 +nof,,,,,,,714,720.7905800000007,,,,,,,144,65,0,,,,,,,,,,,74_4,4124 +nof,,,,,,,0,720.7905800000007,,,,,,,144,69,0,,,,,,,,,,,74_4,4125 +non,,,,,,,0,720.7905800000007,,,,F4,,,144,65,5,,,,,,,,,,,74_4,4139 +non,,,,,,,0,720.7905800000007,,,,E5,,,144,76,9,,,,,,,,,,,74_4,4140 +nof,,,,,,,0,720.7905800000007,,,,,,,144,50,0,,,,,,,,,,,74_4,4126 +nof,,,,,,,0,720.7905800000007,,,,,,,144,56,0,,,,,,,,,,,74_4,4127 +non,,,,,,,0,720.7905800000007,,,,D3,,,144,50,2,,,,,,,,,,,74_4,4141 +non,,,,,,,0,720.7905800000007,,,,A3,,,144,57,2,,,,,,,,,,,74_4,4142 +ctl,,,,,,,54,720.8809760000007,,,,,,,176,64,0,,,,,,,,,,,74_4,4143 +ctl,,,,,,,263,721.3212380000007,,,,,,,176,64,127,,,,,,,,,,,74_4,4144 +nof,,,,,,,195,721.6476680000007,,,,,,,144,76,0,,,,,,,,,,,74_4,4140 +non,,,,,,,0,721.6476680000007,,,,A4,,,144,69,5,,,,,,,,,,,74_4,4145 +non,,,,,,,0,721.6476680000007,,,,C#5,,,144,73,7,,,,,,,,,,,74_4,4146 +non,,,,,,,0,721.6476680000007,,,,A#3,,,144,58,2,,,,,,,,,,,74_4,4147 +ctl,,,,,,,16,721.6685000000007,,,,,,,176,64,0,,,,,,,,,,,74_4,4148 +nof,,,,,,,14,721.6867280000007,,,,,,,144,57,0,,,,,,,,,,,74_4,4142 +ctl,,,,,,,234,721.9913960000007,,,,,,,176,64,127,,,,,,,,,,,74_4,4149 +ctl,,,,,,,248,722.3142920000007,,,,,,,176,64,127,,,,,,,,,,,74_4,4150 +ctl,,,,,,,0,722.3142920000007,,,,,,,176,64,0,,,,,,,,,,,74_4,4151 +ctl,,,,,,,0,722.3142920000007,,,,,,,176,64,0,,,,,,,,,,,74_4,4152 +ctl,,,,,,,0,722.3142920000007,,,,,,,176,64,0,,,,,,,,,,,74_4,4153 +nof,,,,,,,0,722.3142920000007,,,,,,,144,65,0,,,,,,,,,,,74_4,4139 +nof,,,,,,,0,722.3142920000007,,,,,,,144,69,0,,,,,,,,,,,74_4,4145 +nof,,,,,,,0,722.3142920000007,,,,,,,144,73,0,,,,,,,,,,,74_4,4146 +non,,,,,,,0,722.3142920000007,,,,F4,,,144,65,4,,,,,,,,,,,74_4,4154 +non,,,,,,,0,722.3142920000007,,,,A#4,,,144,70,7,,,,,,,,,,,74_4,4155 +non,,,,,,,0,722.3142920000007,,,,G3,,,144,55,2,,,,,,,,,,,74_4,4156 +non,,,,,,,0,722.3142920000007,,,,B3,,,144,59,2,,,,,,,,,,,74_4,4157 +nof,,,,,,,30,722.3582120000007,,,,,,,144,50,0,,,,,,,,,,,74_4,4141 +nof,,,,,,,0,722.3582120000007,,,,,,,144,58,0,,,,,,,,,,,74_4,4147 +ctl,,,,,,,71,722.4621560000007,,,,,,,176,64,0,,,,,,,,,,,74_4,4158 +ctl,,,,,,,202,722.7578840000007,,,,,,,176,64,127,,,,,,,,,,,74_4,4159 +nof,,,,,,,209,723.0638600000007,,,,,,,144,65,0,,,,,,,,,,,74_4,4154 +non,,,,,,,0,723.0638600000007,,,,E4,,,144,64,4,,,,,,,,,,,74_4,4160 +ctl,,,,,,,78,723.1780520000007,,,,,,,176,64,0,,,,,,,,,,,74_4,4161 +ctl,,,,,,,167,723.4225400000007,,,,,,,176,64,127,,,,,,,,,,,74_4,4162 +ctl,,,,,,,242,723.7768280000007,,,,,,,176,64,127,,,,,,,,,,,74_4,4163 +non,,,,,,,25,723.8134280000007,,,,D#4,,,144,63,2,,,,,,,,,,,74_4,4164 +non,,,,,,,0,723.8134280000007,,,,G4,,,144,67,5,,,,,,,,,,,74_4,4165 +non,,,,,,,0,723.8134280000007,,,,F#3,,,144,54,2,,,,,,,,,,,74_4,4166 +non,,,,,,,0,723.8134280000007,,,,C4,,,144,60,2,,,,,,,,,,,74_4,4167 +nof,,,,,,,30,723.8573480000007,,,,,,,144,64,0,,,,,,,,,,,74_4,4160 +nof,,,,,,,0,723.8573480000007,,,,,,,144,70,0,,,,,,,,,,,74_4,4155 +nof,,,,,,,0,723.8573480000007,,,,,,,144,55,0,,,,,,,,,,,74_4,4156 +nof,,,,,,,0,723.8573480000007,,,,,,,144,59,0,,,,,,,,,,,74_4,4157 +ctl,,,,,,,20,723.8866280000007,,,,,,,176,64,0,,,,,,,,,,,74_4,4168 +ctl,,,,,,,55,723.9671480000006,,,,,,,176,64,0,,,,,,,,,,,74_4,4169 +ctl,,,,,,,445,724.6186280000006,,,,,,,176,64,127,,,,,,,,,,,74_4,4170 +ctl,,,,,,,1,724.6200920000007,,,,,,,176,64,0,,,,,,,,,,,74_4,4171 +ctl,,,,,,,203,724.9172840000007,,,,,,,176,64,127,,,,,,,,,,,74_4,4172 +ctl,,,,,,,1294,726.8117000000007,,,,,,,176,64,127,,,,,,,,,,,74_4,4173 +ctl,,,,,,,0,726.8117000000007,,,,,,,176,64,0,,,,,,,,,,,74_4,4174 +ctl,,,,,,,0,726.8117000000007,,,,,,,176,64,0,,,,,,,,,,,74_4,4175 +ctl,,,,,,,101,726.9299710000007,,,,,,,176,64,0,,,,,,,,,,,74_4,4176 +ctl,,,,,,,202,727.1665130000007,,,,,,,176,64,127,,,,,,,,,,,74_4,4177 +non,,,,,,,721,728.0108040000007,,,,F#4,,,144,66,2,,,,,,,,,,,74_4,4178 +non,,,,,,,0,728.0108040000007,,,,A#4,,,144,70,5,,,,,,,,,,,74_4,4179 +non,,,,,,,0,728.0108040000007,,,,D#3,,,144,51,1,,,,,,,,,,,74_4,4180 +non,,,,,,,0,728.0108040000007,,,,A3,,,144,57,1,,,,,,,,,,,74_4,4181 +ctl,,,,,,,27,728.0424210000007,,,,,,,176,64,0,,,,,,,,,,,74_4,4182 +nof,,,,,,,3,728.0459340000007,,,,,,,144,63,0,,,,,,,,,,,74_4,4164 +nof,,,,,,,0,728.0459340000007,,,,,,,144,67,0,,,,,,,,,,,74_4,4165 +nof,,,,,,,0,728.0459340000007,,,,,,,144,54,0,,,,,,,,,,,74_4,4166 +nof,,,,,,,0,728.0459340000007,,,,,,,144,60,0,,,,,,,,,,,74_4,4167 +ctl,,,,,,,280,728.3738140000007,,,,,,,176,64,127,,,,,,,,,,,74_4,4183 +ctl,,,,,,,768,729.2731420000007,,,,,,,176,64,0,,,,,,,,,,,74_4,4184 +ctl,,,,,,,263,729.5811150000006,,,,,,,176,64,127,,,,,,,,,,,74_4,4185 +ctl,,,,,,,707,730.4090120000006,,,,,,,176,64,127,,,,,,,,,,,74_4,4186 +ctl,,,,,,,0,730.4090120000006,,,,,,,176,64,0,,,,,,,,,,,74_4,4187 +ctl,,,,,,,0,730.4090120000006,,,,,,,176,64,0,,,,,,,,,,,74_4,4188 +non,,,,,,,0,730.4090120000006,,,,A4,,,144,69,1,,,,,,,,,,,74_4,4189 +non,,,,,,,0,730.4090120000006,,,,C#5,,,144,73,3,,,,,,,,,,,74_4,4190 +non,,,,,,,0,730.4090120000006,,,,A2,,,144,45,1,,,,,,,,,,,74_4,4191 +non,,,,,,,0,730.4090120000006,,,,E3,,,144,52,1,,,,,,,,,,,74_4,4192 +non,,,,,,,0,730.4090120000006,,,,C4,,,144,60,3,,,,,,,,,,,74_4,4193 +nof,,,,,,,30,730.5261920000007,,,,,,,144,66,0,,,,,,,,,,,74_4,4178 +nof,,,,,,,0,730.5261920000007,,,,,,,144,70,0,,,,,,,,,,,74_4,4179 +nof,,,,,,,0,730.5261920000007,,,,,,,144,51,0,,,,,,,,,,,74_4,4180 +nof,,,,,,,0,730.5261920000007,,,,,,,144,57,0,,,,,,,,,,,74_4,4181 +ctl,,,,,,,71,730.8035180000007,,,,,,,176,64,0,,,,,,,,,,,74_4,4194 +ctl,,,,,,,202,731.5925300000007,,,,,,,176,64,127,,,,,,,,,,,74_4,4195 +non,141,3,2,3003,2043,1043,0,734.5142180000007,2.30769230769231,1,0,E4,pp,8,144,64,8,,,,,,o,,d,,,gutim,4196 +non,141,4,2,3004,2043,1043,0,734.5142180000007,2.30769230769231,1,0,Bb4,pp,8,144,70,8,,,,,,o,,d,,,gutim,4197 +rst,141,5,3,3005,2043,,0,734.5142180000007,,,,,,,176,102,0,,,,,,,,,,,gutim,4198 +non,141,6,4,3006,2043,1043,0,734.5142180000007,2.30769230769231,1,0,Bb3,pp,8,144,58,8,,,,,,o,,D,,,gutim,4199 +ctl,,,,,,,748,734.5142180000007,,,,,,,176,64,0,,,,,,,,,,,74_4,4200 +rst,141,7,3,3007,2044,,256,735.0912180000007,,,,,,,176,102,0,,,,,,,,,,,gutim,4201 +non,141,8,3,3008,2045,1044,320,735.2352180000007,0.0721153846153846,32,0,E1,pp,8,144,28,8,,,,,,o,,,,,gutim,4202 +nof,141,8,3,3008,2046,,320,735.3072180000007,,,,,,,144,28,0,,,,,,,,,,,gutim,4202 +non,141,9,3,3009,2046,1045,352,735.3072180000007,0.0721153846153846,32,0,B2,p-,10,144,47,10,,,,,,o,,,,,gutim,4203 +nof,141,9,3,3009,2047,,352,735.3792180000007,,,,,,,144,47,0,,,,,,,,,,,gutim,4203 +non,141,10,3,3010,2047,1046,384,735.3792180000007,0.0473257211538462,32,0,C4,p,11,144,60,11,,,,,,o,,,,,gutim,4204 +nof,141,10,3,3010,2048,,384,735.4272180000007,,,,,,,144,60,0,,,,,,,,,,,gutim,4204 +non,141,11,3,3011,2048,1047,405,735.4272180000007,0.0473257211538462,32,0,E2,p+,12,144,40,12,,,,,,o,,,,,gutim,4205 +nof,141,11,3,3011,2049,,405,735.4742180000007,,,,,,,144,40,0,,,,,,,,,,,gutim,4205 +non,141,12,3,3012,2049,1048,426,735.4742180000007,0.0495793269230769,32,0,F3,mp-,13,144,53,13,,,,,,o,,,,,gutim,4206 +nof,141,12,3,3012,2050,,426,735.5242180000008,,,,,,,144,53,0,,,,,,,,,,,gutim,4206 +non,141,13,3,3013,2050,1049,448,735.5242180000008,0.0721153846153846,32,0,Ab4,mp,14,144,68,14,,,,,,o,,,,,gutim,4207 +nof,141,13,3,3013,2051,,448,735.5962180000008,,,,,,,144,68,0,,,,,,,,,,,gutim,4207 +non,141,14,3,3014,2051,1050,480,735.5962180000008,0.0721153846153846,32,0,F2,mp-,13,144,41,13,,,,,,o,,,,,gutim,4208 +ctl,,,,,,,283,735.6196160000006,,,,,,,176,64,127,,,,,,,,,,,74_4,4209 +nof,141,14,3,3014,2052,,480,735.6682180000007,,,,,,,144,41,0,,,,,,,,,,,gutim,4208 +rst,141,15,1,3015,2052,,512,735.6682180000007,,,,,,,176,102,0,,,,,,,,,,,gutim,4210 +rst,141,16,3,3016,2052,,512,735.6682180000007,,,,,,,176,102,0,,,,,,,,,,,gutim,4211 +nof,141,6,4,3006,2053,,0,735.8592180000007,,,,,,,144,58,0,,,,,,,,,,,gutim,4199 +non,141,17,3,3017,2053,1051,597,735.8592180000007,0.385366586538462,4,0,Bb3,p-,10,144,58,10,,,,,t,o,,,,,gutim,4212 +non,141,18,1,3018,2054,1052,640,735.9562180000007,0.865384615384615,4,1,Ab5,p,11,144,80,11,,,,,t,o,,,,,gutim,4213 +non,141,19,3,3019,2055,,768,736.2452180000007,0.576923076923077,4,0,Bb3,,,,,,,,,,_,,,,,,gutim,4214 +bar,142,0,0,3020,2056,,0,736.8222180000008,,,,,,,,,,142,,,,,,,,,,gutim,4215 +non,142,1,1,3021,2056,,0,736.8222180000008,0.288461538461538,8,0,Ab5,,,,,,,,,,T,,,,,,gutim,4216 +non,142,2,2,3022,2056,1053,0,736.8222180000008,2.30769230769231,1,0,B3,mp,14,144,59,14,,,,,t,o,,d,,,gutim,4217 +non,142,3,3,3023,2056,,0,736.8222180000008,2.30769230769231,1,0,Bb3,,,,,,,,,,T,,,,,,gutim,4218 +rst,142,4,4,3024,2056,,0,736.8222180000008,,,,,,,176,102,0,,,,,,,,,,,gutim,4219 +nof,141,3,2,3003,2057,,0,736.8972180000007,,,,,,,144,64,0,,,,,,,,,,,gutim,4196 +nof,141,4,2,3004,2057,,0,736.8972180000007,,,,,,,144,70,0,,,,,,,,,,,gutim,4197 +rst,142,5,1,3025,2058,,128,737.1102180000007,,,,,,,176,102,0,,,,,,,,,,,gutim,4220 +nof,141,18,1,3018,2059,,640,737.1852180000008,,,,,,,144,80,0,,,,,,,,,,,gutim,4213 +non,142,6,4,3026,2060,1054,192,737.2542180000007,0.144230769230769,16,0,B2,ppp,5,144,47,5,,,,,,o,,,,,gutim,4221 +nof,142,6,4,3026,2061,,192,737.3992180000008,,,,,,,144,47,0,,,,,,,,,,,gutim,4221 +non,142,7,1,3027,2061,1055,256,737.3992180000008,0.576923076923077,4,0,E6,ppp,5,144,88,5,,,,,,o,,D 5957,,,gutim,4222 +rst,142,8,4,3028,2061,,256,737.3992180000008,,,,,,,176,102,0,,,,,,,,,,,gutim,4223 +nof,142,7,1,3027,2062,,256,737.9762180000008,,,,,,,144,88,0,,,,,,,,,,,gutim,4222 +non,142,9,1,3029,2062,1056,512,737.9762180000008,0.288461538461538,8,0,F3,pppp,2,144,53,2,,,,,,o,,,,,gutim,4224 +non,142,10,4,3030,2062,1056,512,737.9762180000008,1.15384615384615,2,0,D2,pppp,2,144,38,2,,,,,t,o,,,,,gutim,4225 +nof,142,9,1,3029,2063,,512,738.2642180000007,,,,,,,144,53,0,,,,,,,,,,,gutim,4224 +rst,142,11,1,3031,2063,,640,738.2642180000007,,,,,,,176,102,0,,,,,,,,,,,gutim,4226 +rst,142,12,1,3032,2064,,768,738.5522180000007,,,,,,,176,102,0,,,,,,,,,,,gutim,4227 +ctl,,,,,,,768,738.6194240000007,,,,,,,176,64,0,,,,,,,,,,,74_4,4228 +bar,143,0,0,3033,2065,,0,739.1292180000007,,,,,,,,,,143,,,,,,,,,,gutim,4229 +rst,143,1,1,3034,2065,,0,739.1292180000007,,,,,,,176,102,0,,,,,,,,,,,gutim,4230 +non,143,2,2,3035,2065,,0,739.1292180000007,2.30769230769231,1,0,B3,,,,,,,,,,T,,,,,,gutim,4231 +rst,143,3,3,3036,2065,,0,739.1292180000007,,,,,,,176,102,0,,,,,,,,,,,gutim,4232 +non,143,4,4,3037,2065,,0,739.1292180000007,2.30769230769231,1,0,D2,,,,,,,,,,_,,,,,,gutim,4233 +nof,141,17,3,3017,2066,,597,739.2042180000008,,,,,,,144,58,0,,,,,,,,,,,gutim,4212 +ctl,,,,,,,263,739.6467020000007,,,,,,,176,64,127,,,,,,,,,,,74_4,4234 +bar,144,0,0,3038,2067,,0,741.4372180000007,,,,,,,,,,144,,,,,,,,,,gutim,4235 +rst,144,1,1,3039,2067,,0,741.4372180000007,,,,,,,176,102,0,,,,,,,,,,,gutim,4236 +rst,144,2,3,3040,2067,,0,741.4372180000007,,,,,,,176,102,0,,,,,,,,,,,gutim,4237 +non,144,3,4,3041,2067,,0,741.4372180000007,0.144230769230769,16,0,D2,,,,,,,,,,T,,,,,,gutim,4238 +nof,142,2,2,3022,2068,,0,741.5122180000008,,,,,,,144,59,0,,,,,,,,,,,gutim,4217 +non,144,4,1,3042,2069,1057,64,741.5812180000007,0.432692307692308,8,1,E5,pppp,2,144,76,2,,,,,,o,,,,,gutim,4239 +rst,144,5,4,3043,2069,,64,741.5812180000007,,,,,,,176,102,0,,,,,,,,,,,gutim,4240 +sec,144,6,0,3044,2069,,64,741.5812180000007,,,,,,,,,,,5957,,,,,,,,,gutim,4241 +nof,142,10,4,3030,2070,,512,741.6562180000008,,,,,,,144,38,0,,,,,,,,,,,gutim,4225 +nof,144,4,1,3042,2071,,64,742.0142180000007,,,,,,,144,76,0,,,,,,,,,,,gutim,4239 +rst,144,7,1,3045,2071,,256,742.0142180000007,,,,,,,176,102,0,,,,,,,,,,,gutim,4242 +non,144,8,3,3046,2071,1058,256,742.0142180000007,0.432692307692308,8,1,B1,pppp,2,144,35,2,,,,,,o,,,,,gutim,4243 +non,144,9,4,3047,2071,1058,256,742.0142180000007,0.576923076923077,4,0,G#1,pppp,2,144,32,2,,,,,t,o,,,,,gutim,4244 +ctl,,,,,,,707,742.4082440000006,,,,,,,176,64,0,,,,,,,,,,,74_4,4245 +ctl,,,,,,,0,742.4082440000006,,,,,,,176,64,0,,,,,,,,,,,74_4,4246 +nof,,,,,,,0,742.4082440000006,,,,,,,144,69,0,,,,,,,,,,,74_4,4189 +nof,,,,,,,0,742.4082440000006,,,,,,,144,73,0,,,,,,,,,,,74_4,4190 +nof,,,,,,,0,742.4082440000006,,,,,,,144,45,0,,,,,,,,,,,74_4,4191 +nof,,,,,,,0,742.4082440000006,,,,,,,144,52,0,,,,,,,,,,,74_4,4192 +nof,,,,,,,0,742.4082440000006,,,,,,,144,60,0,,,,,,,,,,,74_4,4247 +nof,144,8,3,3046,2072,,256,742.4472180000008,,,,,,,144,35,0,,,,,,,,,,,gutim,4243 +non,144,10,3,3048,2072,1059,448,742.4472180000008,0.144230769230769,16,0,A#3,ppp-,4,144,58,4,,,,,,o,,,,,gutim,4248 +nof,144,10,3,3048,2073,,448,742.5912180000007,,,,,,,144,58,0,,,,,,,,,,,gutim,4248 +rst,144,11,1,3049,2073,,512,742.5912180000007,,,,,,,176,102,0,,,,,,,,,,,gutim,4249 +non,144,12,3,3050,2073,1060,512,742.5912180000007,0.144230769230769,16,0,F#2,ppp-,4,144,42,4,,,,,,o,,,,,gutim,4250 +non,144,13,4,3051,2073,,512,742.5912180000007,0.865384615384615,4,1,G#1,,,,,,,,,,T,,,,,,gutim,4251 +nof,144,12,3,3050,2074,,512,742.7352180000007,,,,,,,144,42,0,,,,,,,,,,,gutim,4250 +non,144,14,3,3052,2074,1061,576,742.7352180000007,0.432692307692308,8,1,D6,ppp,5,144,86,5,,,,,t,o,,,,,gutim,4252 +non,144,15,1,3053,2075,1062,640,742.8792180000007,0.865384615384615,4,1,C1,ppp,5,144,24,5,,,,,,o,,,,,gutim,4253 +non,144,16,3,3054,2076,,768,743.1682180000007,0.288461538461538,8,0,D6,,,,,,,,,,T,,,,,,gutim,4254 +ctl,,,,,,,3072,743.2161800000007,,,,,,,176,64,0,,,,,,,,,,,74_4,4255 +ctl,,,,,,,0,743.2161800000007,,,,,,,176,64,0,,,,,,,,,,,74_4,4256 +nof,144,14,3,3052,2077,,576,743.4562180000007,,,,,,,144,86,0,,,,,,,,,,,gutim,4252 +non,144,17,3,3055,2077,1063,896,743.4562180000007,0.288461538461538,8,0,C3,ppp-,4,144,48,4,,,,,,o,,,,,gutim,4257 +rst,144,18,4,3056,2077,,896,743.4562180000007,,,,,,,176,102,0,,,,,,,,,,,gutim,4258 +nof,144,9,4,3047,2078,,256,743.4562180000007,,,,,,,144,32,0,,,,,,,,,,,gutim,4244 +nof,144,15,1,3053,2079,,640,743.7452180000007,,,,,,,144,24,0,,,,,,,,,,,gutim,4253 +nof,144,17,3,3055,2079,,896,743.7452180000007,,,,,,,144,48,0,,,,,,,,,,,gutim,4257 +rst,145,2,1,3057,2079,,0,743.7452180000007,,,,,,,176,102,0,,,,,,,,,,,gutim,4259 +non,144,19,2,3058,2079,1064,,743.7452180000007,0.05,8,0,E4,pppp,2,144,64,2,,,,g,,o,,,,,gutim,4260 +nof,144,19,2,3058,2080,,,743.7952180000008,,,,,,,144,64,0,,,,,,,,,,,gutim,4260 +bar,145,0,0,3059,2081,,0,743.8202180000008,,,,,,,,,,145,,,,,,,,,,gutim,4261 +non,145,3,2,3060,2081,1065,0,743.8202180000008,1.15384615384615,2,0,D5,ppp-,4,144,74,4,,,,,,o,,,,,gutim,4262 +non,145,4,3,3061,2081,1065,0,743.8202180000008,2.30769230769231,1,0,G3,pppp,2,144,55,2,,,,,,o,,,,,gutim,4263 +non,145,5,3,3062,2081,1065,0,743.8202180000008,2.30769230769231,1,0,Bb3,pppp,2,144,58,2,,,,,,o,,,,,gutim,4264 +ped,145,1,0,3063,2081,,0,743.8202180000008,,,,,,,176,64,127,,,,,,,V,,,,gutim,4265 +non,145,6,1,3064,2082,1066,256,744.3972180000007,1.73076923076923,2,1,B5,pppp,2,144,83,2,,,,,,o,,,,,gutim,4266 +nof,145,3,2,3060,2083,,0,744.9742180000007,,,,,,,144,74,0,,,,,,,,,,,gutim,4262 +non,145,7,2,3065,2083,1067,512,744.9742180000007,0.576923076923077,4,0,G6,p,11,144,91,11,,,,,,o,,,,,gutim,4267 +nof,145,7,2,3065,2084,,512,745.5512180000007,,,,,,,144,91,0,,,,,,,,,,,gutim,4267 +non,145,8,2,3066,2084,1068,768,745.5512180000007,0.288461538461538,8,0,Ab3,ppp,5,144,56,5,,,,,,o,,,,,gutim,4268 +nof,145,8,2,3066,2085,,768,745.8392180000008,,,,,,,144,56,0,,,,,,,,,,,gutim,4268 +non,145,9,2,3067,2085,1069,896,745.8392180000008,0.288461538461538,8,0,C6,ppp,5,144,84,5,,,,,,o,,,,,gutim,4269 +ped,145,10,0,3068,2086,,1023,745.9762180000008,,,,,,,176,64,0,,,,,,,^,,,,gutim,4265 +nof,145,4,3,3061,2087,,0,746.1272180000008,,,,,,,144,55,0,,,,,,,,,,,gutim,4263 +nof,145,5,3,3062,2087,,0,746.1272180000008,,,,,,,144,58,0,,,,,,,,,,,gutim,4264 +nof,145,6,1,3064,2088,,256,746.1272180000008,,,,,,,144,83,0,,,,,,,,,,,gutim,4266 +nof,145,9,2,3067,2088,,896,746.1272180000008,,,,,,,144,84,0,,,,,,,,,,,gutim,4269 +bar,146,0,0,3069,2088,,0,746.1272180000008,,,,,,,,,,146,,,,,,,,,,gutim,4270 +rst,146,2,1,3070,2088,,0,746.1272180000008,,,,,,,176,102,0,,,,,,,,,,,gutim,4271 +non,146,3,2,3071,2088,1070,0,746.1272180000008,1.15384615384615,2,0,Ab3,p,11,144,56,11,,,,,,o,,,,,gutim,4272 +non,146,4,3,3072,2088,1070,0,746.1272180000008,2.30769230769231,1,0,C2,p,11,144,36,11,,,,,t,o,,,,,gutim,4273 +non,146,5,3,3073,2088,1070,0,746.1272180000008,2.30769230769231,1,0,Gb2,p,11,144,42,11,,,,,t,o,,,,,gutim,4274 +non,146,6,3,3074,2088,1070,0,746.1272180000008,2.30769230769231,1,0,Eb3,p,11,144,51,11,,,,,t,o,,,,,gutim,4275 +non,146,7,4,3075,2088,1070,0,746.1272180000008,1.15384615384615,2,0,A1,p,11,144,33,11,,,,,,o,,,,,gutim,4276 +ped,146,1,0,3076,2089,,0,746.2762180000008,,,,,,,176,64,127,,,,,,,V,,,,gutim,4277 +ped,146,8,0,3077,2090,,512,747.1312180000008,,,,,,,176,64,0,,,,,,,^,,,,gutim,4277 +nof,146,3,2,3071,2091,,0,747.2812180000008,,,,,,,144,56,0,,,,,,,,,,,gutim,4272 +nof,146,7,4,3075,2091,,0,747.2812180000008,,,,,,,144,33,0,,,,,,,,,,,gutim,4276 +non,146,10,1,3078,2091,1071,512,747.2812180000008,1.15384615384615,2,0,C#5,p,11,144,73,11,,,,,t,o,,d,,,gutim,4278 +non,146,11,2,3079,2091,1071,512,747.2812180000008,1.15384615384615,2,0,E4,p,11,144,64,11,,,,,,o,,d,,,gutim,4279 +rst,146,12,4,3080,2091,,512,747.2812180000008,,,,,,,176,102,0,,,,,,,,,,,gutim,4280 +ped,146,9,0,3081,2092,,512,747.4312180000007,,,,,,,176,64,127,,,,,,,V,,,,gutim,4281 +nof,146,11,2,3079,2093,,512,748.4352180000008,,,,,,,144,64,0,,,,,,,,,,,gutim,4279 +bar,147,0,0,3082,2093,,0,748.4352180000008,,,,,,,,,,147,,,,,,,,,,gutim,4282 +ped,147,1,0,3083,2093,,0,748.4352180000008,,,,,,,176,64,0,,,,,,,^,,,,gutim,4281 +non,147,2,1,3084,2093,,0,748.4352180000008,1.15384615384615,2,0,C#5,,,,,,,,,,T,,,,,,gutim,4283 +non,147,3,2,3085,2093,1072,0,748.4352180000008,1.15384615384615,2,0,D5,p+,12,144,74,12,,,,,,o,,,,,gutim,4284 +non,147,4,3,3086,2093,,0,748.4352180000008,1.15384615384615,2,0,C2,,,,,,,,,,T,,,,,,gutim,4285 +non,147,5,3,3087,2093,,0,748.4352180000008,1.15384615384615,2,0,Gb2,,,,,,,,,,T,,,,,,gutim,4286 +non,147,6,3,3088,2093,,0,748.4352180000008,1.15384615384615,2,0,Eb3,,,,,,,,,,T,,,,,,gutim,4287 +rst,147,7,4,3089,2093,,0,748.4352180000008,,,,,,,176,102,0,,,,,,,,,,,gutim,4288 +nof,146,4,3,3072,2094,,0,749.5892180000008,,,,,,,144,36,0,,,,,,,,,,,gutim,4273 +nof,146,5,3,3073,2094,,0,749.5892180000008,,,,,,,144,42,0,,,,,,,,,,,gutim,4274 +nof,146,6,3,3074,2094,,0,749.5892180000008,,,,,,,144,51,0,,,,,,,,,,,gutim,4275 +nof,146,10,1,3078,2094,,512,749.5892180000008,,,,,,,144,73,0,,,,,,,,,,,gutim,4278 +nof,147,3,2,3085,2095,,0,749.5892180000008,,,,,,,144,74,0,,,,,,,,,,,gutim,4284 +rst,147,9,1,3090,2095,,512,749.5892180000008,,,,,,,176,102,0,,,,,,,,,,,gutim,4289 +non,147,10,2,3091,2095,1073,512,749.5892180000008,0.432692307692308,8,1,F#1,mf,17,144,30,17,,,,,,o,,d,,,gutim,4290 +non,147,11,3,3092,2095,1073,512,749.5892180000008,0.865384615384615,4,1,Ab1,mf,17,144,32,17,,,,,,o,,d,,,gutim,4291 +non,147,12,3,3093,2095,1073,512,749.5892180000008,0.576923076923077,4,1,C2,mf,17,144,36,17,,,,,,o,,d,,,gutim,4292 +non,147,13,3,3094,2095,1073,512,749.5892180000008,0.576923076923077,4,1,A2,mf,17,144,45,17,,,,,,o,,d,,,gutim,4293 +non,147,14,4,3095,2095,1073,512,749.5892180000008,1.73076923076923,2,1,C3,mf,17,144,48,17,,,,,,o,,d,,,gutim,4294 +ped,147,8,0,3096,2095,,512,749.5892180000008,,,,,,,176,64,127,,,,,,,V,,,,gutim,4295 +ped,147,15,0,3097,2096,,704,749.9442180000008,,,,,,,176,64,0,,,,,,,^,,,,gutim,4295 +nof,147,10,2,3091,2097,,512,750.0222180000007,,,,,,,144,30,0,,,,,,,,,,,gutim,4290 +non,147,16,2,3098,2097,1074,704,750.0222180000007,0.144230769230769,16,0,G1,p,11,144,31,11,,,,,t,o,,D 5958,,,gutim,4296 +rst,147,18,1,3099,2098,,768,750.1662180000008,,,,,,,176,102,0,,,,,,,,,,,gutim,4297 +non,147,19,2,3100,2098,,768,750.1662180000008,0.288461538461538,8,0,G1,,,,,,,,,,T,,,,,,gutim,4298 +nof,147,12,3,3093,2099,,512,750.1662180000008,,,,,,,144,36,0,,,,,,,,,,,gutim,4292 +nof,147,13,3,3094,2099,,512,750.1662180000008,,,,,,,144,45,0,,,,,,,,,,,gutim,4293 +ped,147,17,0,3101,2100,,768,750.2442180000007,,,,,,,176,64,127,,,,,,,V,,,,gutim,4299 +nof,147,16,2,3098,2101,,704,750.4542180000008,,,,,,,144,31,0,,,,,,,,,,,gutim,4296 +non,147,20,2,3102,2101,1075,896,750.4542180000008,0.865384615384615,4,1,Bb7,ppp,5,144,106,5,,,,,,o,,,,,gutim,4300 +non,147,21,3,3103,2101,1075,896,750.4542180000008,0.865384615384615,4,1,Ab3,mf,17,144,56,17,,,,,,o,,,,,gutim,4301 +nof,147,11,3,3092,2102,,512,750.4542180000008,,,,,,,144,32,0,,,,,,,,,,,gutim,4291 +ped,147,22,0,3104,2103,,1279,751.3182180000008,,,,,,,176,64,0,,,,,,,^,,,,gutim,4299 +bar,148,0,0,3105,2104,,0,751.3202180000008,,,,,,,,,,148,,,,,,,,,,gutim,4302 +non,148,1,1,3106,2104,1076,0,751.3202180000008,0.144230769230769,16,0,D5,ppp,5,144,74,5,,,,,,o,,,,,gutim,4303 +non,148,2,2,3107,2104,1076,0,751.3202180000008,0.576923076923077,4,0,Bb4,ppp,5,144,70,5,,,,,t,o,,,,,gutim,4304 +non,148,3,3,3108,2104,1076,0,751.3202180000008,1.15384615384615,2,0,D4,p,11,144,62,11,,,,,,o,,,,,gutim,4305 +non,148,4,4,3109,2104,1076,0,751.3202180000008,0.432692307692308,8,1,G3,pppp,2,144,55,2,,,,,,o,,,,,gutim,4306 +nof,147,20,2,3102,2105,,896,751.3952180000008,,,,,,,144,106,0,,,,,,,,,,,gutim,4300 +nof,147,21,3,3103,2105,,896,751.3952180000008,,,,,,,144,56,0,,,,,,,,,,,gutim,4301 +nof,147,14,4,3095,2106,,512,751.3952180000008,,,,,,,144,48,0,,,,,,,,,,,gutim,4294 +nof,148,1,1,3106,2107,,0,751.4642180000008,,,,,,,144,74,0,,,,,,,,,,,gutim,4303 +rst,148,5,1,3110,2107,,64,751.4642180000008,,,,,,,176,102,0,,,,,,,,,,,gutim,4307 +nof,148,4,4,3109,2108,,0,751.7522180000008,,,,,,,144,55,0,,,,,,,,,,,gutim,4306 +non,148,6,4,3111,2108,1077,192,751.7522180000008,0.144230769230769,16,0,C#4,p,11,144,61,11,,,,,t,o,,,,,gutim,4308 +rst,148,7,1,3112,2109,,256,751.8972180000007,,,,,,,176,102,0,,,,,,,,,,,gutim,4309 +non,148,8,2,3113,2109,,256,751.8972180000007,2.30769230769231,1,0,Bb4,,,,,,,,,,T,,,,,,gutim,4310 +non,148,9,4,3114,2109,,256,751.8972180000007,0.288461538461538,8,0,C#4,,,,,,,,,,T,,,,,,gutim,4311 +nof,148,6,4,3111,2110,,192,752.1852180000008,,,,,,,144,61,0,,,,,,,,,,,gutim,4308 +non,148,10,4,3115,2110,1078,384,752.1852180000008,0.288461538461538,8,0,G#1,pp,8,144,32,8,,,,,,o,,,,,gutim,4312 +nof,148,10,4,3115,2111,,384,752.4742180000007,,,,,,,144,32,0,,,,,,,,,,,gutim,4312 +rst,148,11,3,3116,2111,,512,752.4742180000007,,,,,,,176,102,0,,,,,,,,,,,gutim,4313 +rst,148,12,4,3117,2111,,512,752.4742180000007,,,,,,,176,102,0,,,,,,,,,,,gutim,4314 +sec,148,13,0,3118,2111,,512,752.4742180000007,,,,,,,,,,,5958,,,,,,,,,gutim,4315 +nof,148,3,3,3108,2112,,0,752.4742180000007,,,,,,,144,62,0,,,,,,,,,,,gutim,4305 +non,148,14,4,3119,2113,1079,597,752.6652180000008,0.385366586538462,4,0,G#1,fff,24,144,32,24,,,,,t,o,,,,,gutim,4316 +rst,148,15,3,3120,2114,,768,753.0512180000007,,,,,,,176,102,0,,,,,,,,,,,gutim,4317 +non,148,16,4,3121,2114,,768,753.0512180000007,1.15384615384615,2,0,G#1,,,,,,,,,,T,,,,,,gutim,4318 +nof,148,2,2,3107,2115,,0,754.2042180000008,,,,,,,144,70,0,,,,,,,,,,,gutim,4304 +nof,148,14,4,3119,2115,,597,754.2042180000008,,,,,,,144,32,0,,,,,,,,,,,gutim,4316 +bar,149,0,0,3122,2115,,0,754.2042180000008,,,,,,,,,,149,,,,,,,,,,gutim,4319 +non,149,1,1,3123,2115,1080,0,754.2042180000008,0.576923076923077,4,0,E5,mf,17,144,76,17,,,,,,o,,,,,gutim,4320 +rst,149,2,2,3124,2115,,0,754.2042180000008,,,,,,,176,102,0,,,,,,,,,,,gutim,4321 +rst,149,3,3,3125,2115,,0,754.2042180000008,,,,,,,176,102,0,,,,,,,,,,,gutim,4322 +rst,149,4,4,3126,2115,,0,754.2042180000008,,,,,,,176,102,0,,,,,,,,,,,gutim,4323 +nof,149,1,1,3123,2116,,0,754.7812180000008,,,,,,,144,76,0,,,,,,,,,,,gutim,4320 +non,149,6,1,3127,2116,1081,,754.7812180000008,0.05,8,0,E5,pp,8,144,76,8,,,,g,,o,,,,,gutim,4324 +nof,149,6,1,3127,2117,,,754.8312180000007,,,,,,,144,76,0,,,,,,,,,,,gutim,4324 +non,149,7,1,3128,2118,1082,,754.8562180000008,0.05,8,0,C2,pp-,7,144,36,7,,,,g,,o,,,,,gutim,4325 +nof,149,7,1,3128,2119,,,754.9062180000008,,,,,,,144,36,0,,,,,,,,,,,gutim,4325 +non,149,8,1,3129,2120,1083,,754.9312180000007,0.05,8,0,A7,ppp+,6,144,105,6,,,,g,,o,,,,,gutim,4326 +nof,149,8,1,3129,2121,,,754.9812180000008,,,,,,,144,105,0,,,,,,,,,,,gutim,4326 +non,149,9,1,3130,2122,1084,,755.0062180000008,0.05,8,0,E1,ppp,5,144,28,5,,,,g,,o,,,,,gutim,4327 +nof,149,9,1,3130,2123,,,755.0562180000007,,,,,,,144,28,0,,,,,,,,,,,gutim,4327 +non,149,10,1,3131,2124,1085,,755.0812180000007,0.05,8,0,C#5,p,11,144,73,11,,,,g,,o,,,,,gutim,4328 +nof,149,10,1,3131,2125,,,755.1312180000008,,,,,,,144,73,0,,,,,,,,,,,gutim,4328 +non,149,11,1,3132,2126,1086,256,755.1562180000008,1.73076923076923,2,1,B6,mp,14,144,95,14,,,,,,o,,,,,gutim,4329 +rst,149,12,2,3133,2126,,256,755.1562180000008,,,,,,,176,102,0,,,,,,,,,,,gutim,4330 +ped,149,5,0,3134,2126,,256,755.1562180000008,,,,,,,176,64,127,,,,,,,V,,,,gutim,4331 +rst,149,13,2,3135,2127,,512,755.7332180000008,,,,,,,176,102,0,,,,,,,,,,,gutim,4332 +rst,149,14,4,3136,2127,,512,755.7332180000008,,,,,,,176,102,0,,,,,,,,,,,gutim,4333 +non,149,15,4,3137,2128,1087,704,756.1662180000008,0.144230769230769,16,0,A2,ppp,5,144,45,5,,,,,t,o,,,,,gutim,4334 +non,149,16,4,3138,2129,,768,756.3102180000008,0.576923076923077,4,0,A2,,,,,,,,,,_,,,,,,gutim,4335 +non,149,17,1,3139,2130,1088,,756.8872180000008,0.05,8,0,D5,mf-,16,144,74,16,,,,g,,o,,,e,,gutim,4336 +nof,149,11,1,3132,2131,,256,756.8872180000008,,,,,,,144,95,0,,,,,,,,,,,gutim,4329 +nof,149,17,1,3139,2132,,,756.9372180000007,,,,,,,144,74,0,,,,,,,,,,,gutim,4336 +non,149,18,1,3140,2133,1089,,756.9622180000008,0.05,8,0,A7,mf+,18,144,105,18,,,,g,,o,,,e,,gutim,4337 +nof,149,18,1,3140,2134,,,757.0122180000008,,,,,,,144,105,0,,,,,,,,,,,gutim,4337 +non,149,19,1,3141,2135,1090,,757.0372180000007,0.05,8,0,C1,f-,19,144,24,19,,,,g,,o,,,e,,gutim,4338 +nof,149,19,1,3141,2136,,,757.0872180000008,,,,,,,144,24,0,,,,,,,,,,,gutim,4338 +non,149,20,1,3142,2137,1091,1024,757.1122180000008,0.576923076923077,4,0,E4,f,20,144,64,20,,,,,t,o,,,E,,gutim,4339 +rst,149,21,3,3143,2137,,1024,757.1122180000008,,,,,,,176,102,0,,,,,,,,,,,gutim,4340 +non,149,22,4,3144,2137,,1024,757.1122180000008,0.383112980769231,4,0,A2,,,,,,,,,,T,,,,,,gutim,4341 +nof,149,15,4,3137,2138,,704,757.2702180000008,,,,,,,144,45,0,,,,,,,,,,,gutim,4334 +non,149,23,3,3145,2139,1092,1109,757.3042180000008,0.385366586538462,4,0,Gb3,mp,14,144,54,14,,,,,,o,,,,,gutim,4342 +ped,149,24,0,3146,2140,,1194,757.4952180000007,,,,,,,176,64,0,,,,,,,^,,,,gutim,4331 +non,149,25,4,3147,2140,1093,1194,757.4952180000007,0.193810096153846,8,0,F3,mp,14,144,53,14,,,,,t,o,,,,,gutim,4343 +nof,149,23,3,3145,2141,,1109,757.6892180000008,,,,,,,144,54,0,,,,,,,,,,,gutim,4342 +bar,150,0,0,3148,2141,,0,757.6892180000008,,,,,,,,,,150,,,,,,,,,,gutim,4344 +non,150,1,1,3149,2141,,0,757.6892180000008,1.73076923076923,2,1,E4,,,,,,,,,,_,,,,,,gutim,4345 +rst,150,2,2,3150,2141,,0,757.6892180000008,,,,,,,176,102,0,,,,,,,,,,,gutim,4346 +non,150,3,3,3151,2141,1094,0,757.6892180000008,0.383112980769231,4,0,Eb2,mf,17,144,39,17,,,,,,o,,,,,gutim,4347 +non,150,4,4,3152,2141,,0,757.6892180000008,1.15384615384615,2,0,F3,,,,,,,,,,_,,,,,,gutim,4348 +nof,150,3,3,3151,2142,,0,758.0722180000008,,,,,,,144,39,0,,,,,,,,,,,gutim,4347 +non,150,5,3,3153,2142,1095,170,758.0722180000008,0.385366586538462,4,0,Bb5,f,20,144,82,20,,,,,,o,,,,,gutim,4349 +nof,150,5,3,3153,2143,,170,758.4582180000008,,,,,,,144,82,0,,,,,,,,,,,gutim,4349 +rst,150,6,3,3154,2143,,341,758.4582180000008,,,,,,,176,102,0,,,,,,,,,,,gutim,4350 +rst,150,7,3,3155,2144,,512,758.8432180000008,,,,,,,176,102,0,,,,,,,,,,,gutim,4351 +non,150,8,4,3156,2144,,512,758.8432180000008,0.191556490384615,8,0,F3,,,,,,,,,,T,,,,,,gutim,4352 +nof,149,25,4,3147,2145,,1194,759.0342180000008,,,,,,,144,53,0,,,,,,,,,,,gutim,4343 +non,150,9,4,3157,2145,1096,597,759.0342180000008,0.385366586538462,4,0,Gb1,pp,8,144,30,8,,,,,,o,,,,,gutim,4353 +nof,150,9,4,3157,2146,,597,759.4202180000008,,,,,,,144,30,0,,,,,,,,,,,gutim,4353 +non,150,10,1,3158,2146,,768,759.4202180000008,1.15384615384615,2,0,E4,,,,,,,,,,_,,,,,,gutim,4354 +rst,150,11,2,3159,2146,,768,759.4202180000008,,,,,,,176,102,0,,,,,,,,,,,gutim,4355 +rst,150,12,3,3160,2146,,768,759.4202180000008,,,,,,,176,102,0,,,,,,,,,,,gutim,4356 +rst,150,13,4,3161,2146,,768,759.4202180000008,,,,,,,176,102,0,,,,,,,,,,,gutim,4357 +non,150,14,2,3162,2147,1097,853,759.6112180000008,0.385366586538462,4,0,F#4,mp,14,144,66,14,,,,,,o,,,,,gutim,4358 +nof,150,14,2,3162,2148,,853,759.9972180000008,,,,,,,144,66,0,,,,,,,,,,,gutim,4358 +rst,150,15,2,3163,2148,,1024,759.9972180000008,,,,,,,176,102,0,,,,,,,,,,,gutim,4359 +non,150,16,3,3164,2148,1098,1024,759.9972180000008,0.576923076923077,4,0,Ab2,f,20,144,44,20,,,,,,o,,,,,gutim,4360 +ped,150,17,0,3165,2149,,1156,760.2942180000008,,,,,,,176,64,127,,,,,,,V,,,,gutim,4361 +nof,150,16,3,3164,2150,,1024,760.5742180000008,,,,,,,144,44,0,,,,,,,,,,,gutim,4360 +non,151,1,1,3166,2150,,0,760.5742180000008,1.15384615384615,2,0,E4,,,,,,,,,,T,,,,,,gutim,4362 +non,150,24,3,3167,2150,1099,,760.5742180000008,0.05,8,0,C#5,mf,17,144,73,17,,,,g,,o,,,,,gutim,4363 +nof,150,24,3,3167,2151,,,760.6242180000007,,,,,,,144,73,0,,,,,,,,,,,gutim,4363 +non,150,25,3,3168,2152,1100,,760.6492180000008,0.05,8,0,A3,mf,17,144,57,17,,,,g,,o,,,,,gutim,4364 +nof,150,25,3,3168,2153,,,760.6992180000008,,,,,,,144,57,0,,,,,,,,,,,gutim,4364 +non,150,26,3,3169,2154,1101,,760.7242180000007,0.05,8,0,F#3,mf,17,144,54,17,,,,g,,o,,,,,gutim,4365 +nof,150,26,3,3169,2155,,,760.7742180000008,,,,,,,144,54,0,,,,,,,,,,,gutim,4365 +non,150,18,2,3170,2156,1102,,760.7992180000008,0.05,8,0,Bb7,f,20,144,106,20,,,,g,,o,,,e,,gutim,4366 +nof,150,18,2,3170,2157,,,760.8492180000007,,,,,,,144,106,0,,,,,,,,,,,gutim,4366 +non,150,19,2,3171,2158,1103,,760.8742180000007,0.05,8,0,F#5,f,20,144,78,20,,,,g,,o,,,e,,gutim,4367 +nof,150,19,2,3171,2159,,,760.9242180000008,,,,,,,144,78,0,,,,,,,,,,,gutim,4367 +non,150,20,2,3172,2160,1104,,760.9492180000008,0.05,8,0,D6,f+,21,144,86,21,,,,g,,o,,,e,,gutim,4368 +nof,150,20,2,3172,2161,,,760.9992180000007,,,,,,,144,86,0,,,,,,,,,,,gutim,4368 +non,150,21,2,3173,2162,1105,,761.0242180000008,0.05,8,0,Eb4,f+,21,144,63,21,,,,g,,o,,,e,,gutim,4369 +nof,150,21,2,3173,2163,,,761.0742180000008,,,,,,,144,63,0,,,,,,,,,,,gutim,4369 +non,150,22,2,3174,2164,1106,,761.0992180000007,0.05,8,0,Bb6,ff,22,144,94,22,,,,g,,o,,,e,,gutim,4370 +nof,150,22,2,3174,2165,,,761.1492180000008,,,,,,,144,94,0,,,,,,,,,,,gutim,4370 +non,150,23,2,3175,2166,1107,,761.1742180000008,0.05,8,0,Ab3,ff,22,144,56,22,,,,g,,o,,,e,,gutim,4371 +nof,150,23,2,3175,2167,,,761.2242180000007,,,,,,,144,56,0,,,,,,,,,,,gutim,4371 +bar,151,0,0,3176,2168,,0,761.2492180000007,,,,,,,,,,151,,,,,,,,,,gutim,4372 +non,151,2,2,3177,2168,1108,0,761.2492180000007,2.30769230769231,1,0,D5,f,20,144,74,20,,,,,,o,,,E 5959,,gutim,4373 +rst,151,3,3,3178,2168,,0,761.2492180000007,,,,,,,176,102,0,,,,,,,,,,,gutim,4374 +rst,151,4,4,3179,2168,,0,761.2492180000007,,,,,,,176,102,0,,,,,,,,,,,gutim,4375 +nof,149,20,1,3142,2169,,1024,761.7272180000008,,,,,,,144,64,0,,,,,,,,,,,gutim,4339 +non,151,5,1,3180,2170,1109,512,762.4022180000007,0.576923076923077,4,0,C5,f,20,144,72,20,,,,,t,o,,d,,,gutim,4376 +rst,151,6,3,3181,2170,,512,762.4022180000007,,,,,,,176,102,0,,,,,,,,,,,gutim,4377 +non,151,7,4,3182,2170,1109,512,762.4022180000007,0.576923076923077,4,0,C1,f,20,144,24,20,,,,,,o,,,,,gutim,4378 +nof,151,2,2,3177,2171,,0,762.9792180000007,,,,,,,144,74,0,,,,,,,,,,,gutim,4373 +nof,151,7,4,3182,2171,,512,762.9792180000007,,,,,,,144,24,0,,,,,,,,,,,gutim,4378 +ped,151,8,0,3183,2171,,768,762.9792180000007,,,,,,,176,64,0,,,,,,,^,,,,gutim,4361 +non,151,9,1,3184,2171,,768,762.9792180000007,1.73076923076923,2,1,C5,,,,,,,,,,_,,,,,,gutim,4379 +non,151,10,1,3185,2171,1110,768,762.9792180000007,1.15384615384615,2,1,D5,ff,22,144,74,22,,,,,t,o,,,,,gutim,4380 +rst,151,11,3,3186,2171,,768,762.9792180000007,,,,,,,176,102,0,,,,,,,,,,,gutim,4381 +non,151,12,4,3187,2171,1110,768,762.9792180000007,0.576923076923077,4,0,D2,pp,8,144,38,8,,,,,,o,,d,,,gutim,4382 +non,151,15,4,3188,2172,1111,,763.4812180000008,0.05,8,0,C2,pp,8,144,36,8,,,,g,,o,,d,,,gutim,4383 +non,151,14,4,3189,2172,1111,,763.4812180000008,0.05,8,0,F#1,pp,8,144,30,8,,,,g,,o,,d,,,gutim,4384 +nof,151,15,4,3188,2173,,,763.5312180000008,,,,,,,144,36,0,,,,,,,,,,,gutim,4383 +nof,151,14,4,3189,2173,,,763.5312180000008,,,,,,,144,30,0,,,,,,,,,,,gutim,4384 +non,151,13,2,3190,2174,1112,1024,763.5562180000007,1.15384615384615,2,0,F#4,f,20,144,66,20,,,,,,o,,d,,,gutim,4385 +rst,151,16,4,3191,2174,,1024,763.5562180000007,,,,,,,176,102,0,,,,,,,,,,,gutim,4386 +nof,151,12,4,3187,2175,,768,763.9312180000007,,,,,,,144,38,0,,,,,,,,,,,gutim,4382 +non,151,17,4,3192,2176,1113,,763.9832180000008,0.05,8,0,F3,mp,14,144,53,14,,,,g,,o,,d,,,gutim,4387 +nof,151,17,4,3192,2177,,,764.0332180000007,,,,,,,144,53,0,,,,,,,,,,,gutim,4387 +non,151,18,4,3193,2178,1114,,764.0582180000008,0.05,8,0,Bb2,mp,14,144,46,14,,,,g,,o,,d,,,gutim,4388 +nof,151,18,4,3193,2179,,,764.1082180000008,,,,,,,144,46,0,,,,,,,,,,,gutim,4388 +rst,151,19,4,3194,2180,,1280,764.1332180000007,,,,,,,176,102,0,,,,,,,,,,,gutim,4389 +nof,151,13,2,3190,2181,,1024,764.7102180000007,,,,,,,144,66,0,,,,,,,,,,,gutim,4385 +bar,152,0,0,3195,2181,,0,764.7102180000007,,,,,,,,,,152,,,,,,,,,,gutim,4390 +non,152,1,1,3196,2181,,0,764.7102180000007,0.576923076923077,4,0,C5,,,,,,,,,,_,,,,,,gutim,4391 +non,152,2,1,3197,2181,,0,764.7102180000007,0.576923076923077,4,0,D5,,,,,,,,,,_,,,,,,gutim,4392 +rst,152,3,2,3198,2181,,0,764.7102180000007,,,,,,,176,102,0,,,,,,,,,,,gutim,4393 +non,152,4,3,3199,2181,1115,0,764.7102180000007,0.576923076923077,4,0,Eb3,ff,22,144,51,22,,,,,,o,,d,,,gutim,4394 +non,152,8,3,3200,2182,1116,,765.1372180000008,0.05,8,0,B5,f,20,144,83,20,,,,g,,o,,,,,gutim,4395 +nof,152,8,3,3200,2183,,,765.1872180000007,,,,,,,144,83,0,,,,,,,,,,,gutim,4395 +non,152,9,3,3201,2184,1117,,765.2122180000008,0.05,8,0,F#2,f,20,144,42,20,,,,g,,o,,d,,,gutim,4396 +nof,151,10,1,3185,2185,,768,765.2292180000007,,,,,,,144,74,0,,,,,,,,,,,gutim,4380 +nof,152,9,3,3201,2186,,,765.2622180000008,,,,,,,144,42,0,,,,,,,,,,,gutim,4396 +nof,152,4,3,3199,2187,,0,765.2872180000007,,,,,,,144,51,0,,,,,,,,,,,gutim,4394 +non,152,5,1,3202,2187,,256,765.2872180000007,0.144230769230769,16,0,C5,,,,,,,,,,T,,,,,,gutim,4397 +non,152,6,1,3203,2187,,256,765.2872180000007,0.144230769230769,16,0,D5,,,,,,,,,,T,,,,,,gutim,4398 +non,152,7,2,3204,2187,1118,256,765.2872180000007,0.144230769230769,16,0,Ab2,ff,22,144,44,22,,,,,,o,,d,,,gutim,4399 +non,152,10,3,3205,2187,1118,256,765.2872180000007,2.30769230769231,1,0,A3,mp,14,144,57,14,,,,,t,o,,d,,,gutim,4400 +nof,152,7,2,3204,2188,,256,765.4312180000007,,,,,,,144,44,0,,,,,,,,,,,gutim,4399 +rst,152,11,1,3206,2188,,320,765.4312180000007,,,,,,,176,102,0,,,,,,,,,,,gutim,4401 +non,152,12,2,3207,2188,1119,320,765.4312180000007,0.0473257211538462,32,0,Bb7,mf+,18,144,106,18,,,,,,o,,,,,gutim,4402 +nof,152,12,2,3207,2189,,320,765.4792180000007,,,,,,,144,106,0,,,,,,,,,,,gutim,4402 +non,152,13,2,3208,2189,1120,341,765.4792180000007,0.0473257211538462,32,0,D7,mf,17,144,98,17,,,,,,o,,,,,gutim,4403 +nof,152,13,2,3208,2190,,341,765.5262180000008,,,,,,,144,98,0,,,,,,,,,,,gutim,4403 +non,152,14,2,3209,2190,1121,362,765.5262180000008,0.0495793269230769,32,0,Ab3,mp+,15,144,56,15,,,,,,o,,,,,gutim,4404 +nof,152,14,2,3209,2191,,362,765.5762180000007,,,,,,,144,56,0,,,,,,,,,,,gutim,4404 +rst,152,15,1,3210,2191,,384,765.5762180000007,,,,,,,176,102,0,,,,,,,,,,,gutim,4405 +non,152,16,2,3211,2191,1122,384,765.5762180000007,0.288461538461538,8,0,Eb4,mp,14,144,63,14,,,,,t,o,,D 5959,,,gutim,4406 +nof,151,5,1,3180,2192,,512,765.8062180000007,,,,,,,144,72,0,,,,,,,,,,,gutim,4376 +rst,152,18,1,3212,2193,,512,765.8642180000007,,,,,,,176,102,0,,,,,,,,,,,gutim,4407 +non,152,19,2,3213,2193,,512,765.8642180000007,1.73076923076923,2,1,Eb4,,,,,,,,,,T,,,,,,gutim,4408 +ped,152,17,0,3214,2193,,512,765.8642180000007,,,,,,,176,64,127,,,,,,,V,,,,gutim,4409 +rst,152,20,1,3215,2194,,768,766.4412180000007,,,,,,,176,102,0,,,,,,,,,,,gutim,4410 +non,152,21,1,3216,2195,1123,853,766.6332180000007,0.385366586538462,4,0,Bb6,pp,8,144,94,8,,,,,,o,,,,,gutim,4411 +non,152,22,1,3217,2195,1123,853,766.6332180000007,0.576923076923077,4,0,Db7,pp,8,144,97,8,,,,,,o,,,,,gutim,4412 +nof,152,21,1,3216,2196,,853,767.0182180000007,,,,,,,144,94,0,,,,,,,,,,,gutim,4411 +rst,152,23,1,3218,2196,,1024,767.0182180000007,,,,,,,176,102,0,,,,,,,,,,,gutim,4413 +nof,152,22,1,3217,2197,,853,767.2092180000008,,,,,,,144,97,0,,,,,,,,,,,gutim,4412 +non,152,24,1,3219,2197,1124,1109,767.2092180000008,0.385366586538462,4,0,Gb4,pp,8,144,66,8,,,,,,o,,,,,gutim,4414 +nof,152,24,1,3219,2198,,1109,767.5952180000007,,,,,,,144,66,0,,,,,,,,,,,gutim,4414 +ped,152,25,0,3220,2198,,1280,767.5952180000007,,,,,,,176,64,0,,,,,,,^,,,,gutim,4409 +non,152,26,1,3221,2198,1125,1280,767.5952180000007,0.576923076923077,4,0,Ab3,f,20,144,56,20,,,,,,o,,,,,gutim,4415 +rst,152,27,2,3222,2198,,1280,767.5952180000007,,,,,,,176,102,0,,,,,,,,,,,gutim,4416 +non,152,28,3,3223,2198,,1280,767.5952180000007,0.191556490384615,8,0,A3,,,,,,,,,,T,,,,,,gutim,4417 +non,152,29,3,3224,2199,1126,1365,767.7862180000008,0.191556490384615,8,0,F4,ppp,5,144,65,5,,,,,,o,,,,,gutim,4418 +nof,152,16,2,3211,2200,,384,767.8202180000008,,,,,,,144,63,0,,,,,,,,,,,gutim,4406 +nof,152,29,3,3224,2201,,1365,767.9782180000008,,,,,,,144,65,0,,,,,,,,,,,gutim,4418 +rst,152,30,3,3225,2201,,1450,767.9782180000008,,,,,,,176,102,0,,,,,,,,,,,gutim,4419 +nof,152,10,3,3205,2202,,256,768.0112180000008,,,,,,,144,57,0,,,,,,,,,,,gutim,4400 +nof,152,26,1,3221,2203,,1280,768.1722180000007,,,,,,,144,56,0,,,,,,,,,,,gutim,4415 +bar,153,0,0,3226,2203,,0,768.1722180000007,,,,,,,,,,153,,,,,,,,,,gutim,4420 +sec,153,1,0,3227,2203,,0,768.1722180000007,,,,,,,,,,,5959,,,,,,,,,gutim,4421 +rst,153,2,1,3228,2203,,0,768.1722180000007,,,,,,,176,102,0,,,,,,,,,,,gutim,4422 +non,153,3,2,3229,2203,1127,0,768.1722180000007,0.576923076923077,4,0,Db5,p,11,144,73,11,,,,,,o,,d,,,gutim,4423 +non,153,4,3,3230,2203,1127,0,768.1722180000007,0.288461538461538,8,0,C2,ff,22,144,36,22,,,,,,o,,d,,,gutim,4424 +non,153,5,4,3231,2203,1127,0,768.1722180000007,3.46153846153846,1,1,Eb1,ff,22,144,27,22,,,,,t,o,,d,,,gutim,4425 +nof,153,4,3,3230,2204,,0,768.4602180000007,,,,,,,144,36,0,,,,,,,,,,,gutim,4424 +non,153,6,3,3232,2204,1128,128,768.4602180000007,0.288461538461538,8,0,A4,ff,22,144,69,22,,,,,,o,,d,,,gutim,4426 +non,153,7,1,3233,2205,1129,170,768.5552180000008,0.193810096153846,8,0,C5,ppp,5,144,72,5,,,,,t,o,,d,,,gutim,4427 +nof,153,3,2,3229,2206,,0,768.7492180000007,,,,,,,144,73,0,,,,,,,,,,,gutim,4423 +nof,153,6,3,3232,2206,,128,768.7492180000007,,,,,,,144,69,0,,,,,,,,,,,gutim,4426 +non,153,8,1,3234,2206,,256,768.7492180000007,0.576923076923077,4,0,C5,,,,,,,,,,_,,,,,,gutim,4428 +non,153,9,2,3235,2206,1130,256,768.7492180000007,0.576923076923077,4,0,E6,f,20,144,88,20,,,,,,o,,d,,,gutim,4429 +non,153,10,2,3236,2206,1130,256,768.7492180000007,0.576923076923077,4,0,D7,p,11,144,98,11,,,,,,o,,d,,,gutim,4430 +rst,153,11,3,3237,2206,,256,768.7492180000007,,,,,,,176,102,0,,,,,,,,,,,gutim,4431 +non,153,13,1,3238,2207,,512,769.3262180000007,2.30769230769231,1,0,C5,,,,,,,,,,_,,,,,,gutim,4432 +non,153,14,2,3239,2207,1131,512,769.3262180000007,2.30769230769231,1,0,C4,p,11,144,60,11,,,,,,o,,d,,,gutim,4433 +rst,153,15,3,3240,2207,,512,769.3262180000007,,,,,,,176,102,0,,,,,,,,,,,gutim,4434 +ped,153,12,0,3241,2207,,512,769.3262180000007,,,,,,,176,64,127,,,,,,,V,,,,gutim,4435 +nof,153,9,2,3235,2208,,256,770.0012180000008,,,,,,,144,88,0,,,,,,,,,,,gutim,4429 +nof,153,10,2,3236,2208,,256,770.0012180000008,,,,,,,144,98,0,,,,,,,,,,,gutim,4430 +ped,153,16,0,3242,2209,,1535,771.6312180000008,,,,,,,176,64,0,,,,,,,^,,,,gutim,4435 +nof,153,14,2,3239,2210,,512,771.6332180000007,,,,,,,144,60,0,,,,,,,,,,,gutim,4433 +bar,154,0,0,3243,2211,,0,771.6332180000007,,,,,,,,,,154,,,,,,,,,,gutim,4436 +non,154,1,1,3244,2211,,0,771.6332180000007,0.865384615384615,4,1,C5,,,,,,,,,,T,,,,,,gutim,4437 +rst,154,2,2,3245,2211,,0,771.6332180000007,,,,,,,176,102,0,,,,,,,,,,,gutim,4438 +non,154,3,3,3246,2211,1132,0,771.6332180000007,0.288461538461538,8,0,G1,p,11,144,31,11,,,,,,o,,D,,,gutim,4439 +non,154,4,4,3247,2211,1132,0,771.6332180000007,2.30769230769231,1,0,C1,f,20,144,24,20,,,,,,o,,d,,,gutim,4440 +non,154,5,4,3248,2211,,0,771.6332180000007,2.30769230769231,1,0,Eb1,,,,,,,,,,T,,,,,,gutim,4441 +nof,154,3,3,3246,2212,,0,771.9222180000007,,,,,,,144,31,0,,,,,,,,,,,gutim,4439 +non,154,6,3,3249,2212,1133,128,771.9222180000007,0.288461538461538,8,0,C3,p-,10,144,48,10,,,,,t,o,,,,,gutim,4442 +non,154,7,3,3250,2213,,256,772.2102180000007,0.288461538461538,8,0,C3,,,,,,,,,,T,,,,,,gutim,4443 +nof,154,6,3,3249,2214,,128,772.4992180000007,,,,,,,144,48,0,,,,,,,,,,,gutim,4442 +non,154,8,1,3251,2214,1134,,772.4992180000007,0.05,8,0,E5,pppp,2,144,76,2,,,,g,,o,,,,,gutim,4444 +nof,154,8,1,3251,2215,,,772.5492180000008,,,,,,,144,76,0,,,,,,,,,,,gutim,4444 +non,154,9,1,3252,2216,1135,384,772.5742180000008,0.144230769230769,16,0,E4,pp,8,144,64,8,,,,,,o,,d,,,gutim,4445 +non,154,10,2,3253,2216,1135,384,772.5742180000008,0.144230769230769,16,0,Eb3,mf,17,144,51,17,,,,,,o,,d,,,gutim,4446 +non,154,11,2,3254,2216,1135,384,772.5742180000008,0.144230769230769,16,0,Ab3,mf,17,144,56,17,,,,,,o,,d,,,gutim,4447 +non,154,12,3,3255,2216,1135,384,772.5742180000008,0.144230769230769,16,0,Ab1,pp,8,144,32,8,,,,,,o,,d,,,gutim,4448 +nof,154,9,1,3252,2217,,384,772.7182180000008,,,,,,,144,64,0,,,,,,,,,,,gutim,4445 +nof,154,10,2,3253,2217,,384,772.7182180000008,,,,,,,144,51,0,,,,,,,,,,,gutim,4446 +nof,154,11,2,3254,2217,,384,772.7182180000008,,,,,,,144,56,0,,,,,,,,,,,gutim,4447 +nof,154,12,3,3255,2217,,384,772.7182180000008,,,,,,,144,32,0,,,,,,,,,,,gutim,4448 +rst,154,13,1,3256,2217,,448,772.7182180000008,,,,,,,176,102,0,,,,,,,,,,,gutim,4449 +non,154,14,2,3257,2217,1136,448,772.7182180000008,0.144230769230769,16,0,A7,mf,17,144,105,17,,,,,,o,,d,,,gutim,4450 +rst,154,15,3,3258,2217,,448,772.7182180000008,,,,,,,176,102,0,,,,,,,,,,,gutim,4451 +nof,154,14,2,3257,2218,,448,772.8622180000008,,,,,,,144,105,0,,,,,,,,,,,gutim,4450 +non,154,16,1,3259,2218,1137,,772.8622180000008,0.05,8,0,A7,mp-,13,144,105,13,,,,g,,o,,,,,gutim,4452 +nof,154,16,1,3259,2219,,,772.9122180000007,,,,,,,144,105,0,,,,,,,,,,,gutim,4452 +non,154,17,1,3260,2220,1138,512,772.9372180000007,1.15384615384615,2,0,E4,p,11,144,64,11,,,,,,o,,d,,,gutim,4453 +rst,154,18,2,3261,2220,,512,772.9372180000007,,,,,,,176,102,0,,,,,,,,,,,gutim,4454 +non,154,19,3,3262,2220,1138,512,772.9372180000007,0.288461538461538,8,0,C3,pp,8,144,48,8,,,,,,o,,d,,,gutim,4455 +non,154,20,3,3263,2220,1138,512,772.9372180000007,0.288461538461538,8,0,F#3,pp,8,144,54,8,,,,,,o,,d,,,gutim,4456 +nof,153,7,1,3233,2221,,170,773.1742180000008,,,,,,,144,72,0,,,,,,,,,,,gutim,4427 +nof,154,19,3,3262,2222,,512,773.2262180000008,,,,,,,144,48,0,,,,,,,,,,,gutim,4455 +nof,154,20,3,3263,2222,,512,773.2262180000008,,,,,,,144,54,0,,,,,,,,,,,gutim,4456 +rst,154,21,3,3264,2222,,640,773.2262180000008,,,,,,,176,102,0,,,,,,,,,,,gutim,4457 +rst,154,22,3,3265,2223,,768,773.5142180000007,,,,,,,176,102,0,,,,,,,,,,,gutim,4458 +nof,154,4,4,3247,2224,,0,773.9412180000007,,,,,,,144,24,0,,,,,,,,,,,gutim,4440 +nof,154,17,1,3260,2225,,512,774.0912180000007,,,,,,,144,64,0,,,,,,,,,,,gutim,4453 +non,154,23,1,3266,2225,1139,1024,774.0912180000007,1.15384615384615,2,0,D#3,ff,22,144,51,22,,,,,,o,,d,,,gutim,4459 +non,154,24,3,3267,2225,1139,1024,774.0912180000007,0.288461538461538,8,0,G#2,pp,8,144,44,8,,,,,,o,,d,,,gutim,4460 +non,154,25,3,3268,2225,1139,1024,774.0912180000007,0.288461538461538,8,0,A#2,pp,8,144,46,8,,,,,,o,,d,,,gutim,4461 +non,154,26,4,3269,2225,1139,1024,774.0912180000007,1.15384615384615,2,0,F#1,ff,22,144,30,22,,,,,t,o,,d,,,gutim,4462 +nof,154,24,3,3267,2226,,1024,774.3792180000007,,,,,,,144,44,0,,,,,,,,,,,gutim,4460 +nof,154,25,3,3268,2226,,1024,774.3792180000007,,,,,,,144,46,0,,,,,,,,,,,gutim,4461 +non,154,27,3,3270,2226,1140,1152,774.3792180000007,0.288461538461538,8,0,C#4,pp,8,144,61,8,,,,,,o,,d,,,gutim,4463 +nof,153,5,4,3231,2227,,0,774.6162180000008,,,,,,,144,27,0,,,,,,,,,,,gutim,4425 +nof,154,27,3,3270,2228,,1152,774.6682180000007,,,,,,,144,61,0,,,,,,,,,,,gutim,4463 +non,154,28,2,3271,2228,1141,1280,774.6682180000007,0.288461538461538,8,0,B5,ppp,5,144,83,5,,,,,,o,,d,,,gutim,4464 +non,154,29,3,3272,2228,1141,1280,774.6682180000007,0.576923076923077,4,0,E2,f,20,144,40,20,,,,,,o,,,,,gutim,4465 +nof,154,28,2,3271,2229,,1280,774.9562180000007,,,,,,,144,83,0,,,,,,,,,,,gutim,4464 +non,154,30,2,3273,2229,1142,1408,774.9562180000007,0.144230769230769,16,0,C7,p,11,144,96,11,,,,,,o,,d,,,gutim,4466 +non,154,31,2,3274,2229,1142,1408,774.9562180000007,0.144230769230769,16,0,D7,ppp,5,144,98,5,,,,,,o,,d,,,gutim,4467 +nof,154,30,2,3273,2230,,1408,775.1012180000008,,,,,,,144,96,0,,,,,,,,,,,gutim,4466 +nof,154,31,2,3274,2230,,1408,775.1012180000008,,,,,,,144,98,0,,,,,,,,,,,gutim,4467 +non,154,32,2,3275,2230,1143,1472,775.1012180000008,0.144230769230769,16,0,D5,p,11,144,74,11,,,,,,o,,d,,,gutim,4468 +nof,154,32,2,3275,2231,,1472,775.2452180000007,,,,,,,144,74,0,,,,,,,,,,,gutim,4468 +bar,155,0,0,3276,2231,,0,775.2452180000007,,,,,,,,,,155,,,,,,,,,,gutim,4469 +non,155,1,1,3277,2231,1144,0,775.2452180000007,3.46153846153846,1,1,E4,p,11,144,64,11,,,,,,o,,d,,,gutim,4470 +non,155,2,3,3278,2231,1144,0,775.2452180000007,3.46153846153846,1,1,G#2,ff,22,144,44,22,,,,,,o,,D,,,gutim,4471 +non,155,3,4,3279,2231,,0,775.2452180000007,1.73076923076923,2,1,F#1,,,,,,,,,,T,,,,,,gutim,4472 +nof,154,23,1,3266,2232,,1024,775.2452180000007,,,,,,,144,51,0,,,,,,,,,,,gutim,4459 +nof,154,29,3,3272,2232,,1280,775.2452180000007,,,,,,,144,40,0,,,,,,,,,,,gutim,4465 +nof,154,26,4,3269,2233,,1024,776.9762180000008,,,,,,,144,30,0,,,,,,,,,,,gutim,4462 +non,155,4,4,3280,2233,1145,768,776.9762180000008,1.73076923076923,2,1,B3,mp,14,144,59,14,,,,,t,o,,,,,gutim,4473 +ped,155,5,0,3281,2234,,1050,777.6112180000008,,,,,,,176,64,127,,,,,,,V,,,,gutim,4474 +nof,155,1,1,3277,2235,,0,778.7062180000007,,,,,,,144,64,0,,,,,,,,,,,gutim,4470 +nof,155,2,3,3278,2235,,0,778.7062180000007,,,,,,,144,44,0,,,,,,,,,,,gutim,4471 +bar,156,0,0,3282,2236,,0,778.7062180000007,,,,,,,,,,156,,,,,,,,,,gutim,4475 +rst,156,1,1,3283,2236,,0,778.7062180000007,,,,,,,176,102,0,,,,,,,,,,,gutim,4476 +rst,156,2,2,3284,2236,,0,778.7062180000007,,,,,,,176,102,0,,,,,,,,,,,gutim,4477 +rst,156,3,3,3285,2236,,0,778.7062180000007,,,,,,,176,102,0,,,,,,,,,,,gutim,4478 +non,156,4,4,3286,2236,,0,778.7062180000007,3.46153846153846,1,1,B3,,,,,,,,,,_,,,,,,gutim,4479 +non,156,5,1,3287,2237,1146,384,779.5722180000008,0.288461538461538,8,0,Bb4,f,20,144,70,20,,,,,,o,,,,,gutim,4480 +nof,156,5,1,3287,2238,,384,779.8602180000007,,,,,,,144,70,0,,,,,,,,,,,gutim,4480 +non,156,6,1,3288,2238,1147,512,779.8602180000007,0.288461538461538,8,0,E7,f+,21,144,100,21,,,,,,o,,,,,gutim,4481 +rst,156,7,2,3289,2238,,512,779.8602180000007,,,,,,,176,102,0,,,,,,,,,,,gutim,4482 +rst,156,8,3,3290,2238,,512,779.8602180000007,,,,,,,176,102,0,,,,,,,,,,,gutim,4483 +nof,156,6,1,3288,2239,,512,780.1492180000008,,,,,,,144,100,0,,,,,,,,,,,gutim,4481 +non,156,9,1,3291,2239,1148,640,780.1492180000008,0.288461538461538,8,0,A4,f,20,144,69,20,,,,,,o,,,,,gutim,4484 +nof,156,9,1,3291,2240,,640,780.4372180000007,,,,,,,144,69,0,,,,,,,,,,,gutim,4484 +ped,156,10,0,3292,2240,,768,780.4372180000007,,,,,,,176,64,0,,,,,,,^,,,,gutim,4474 +non,156,11,1,3293,2240,1149,768,780.4372180000007,0.576923076923077,4,0,F#2,f,20,144,42,20,,,,,,o,,,,,gutim,4485 +rst,156,12,3,3294,2240,,768,780.4372180000007,,,,,,,176,102,0,,,,,,,,,,,gutim,4486 +non,156,13,3,3295,2241,1150,819,780.5522180000007,0.114933894230769,16,0,C2,mf+,18,144,36,18,,,,,,o,,,,,gutim,4487 +nof,156,13,3,3295,2242,,819,780.6672180000007,,,,,,,144,36,0,,,,,,,,,,,gutim,4487 +non,156,14,3,3296,2242,1151,870,780.6672180000007,0.114933894230769,16,0,G#2,mf-,16,144,44,16,,,,,,o,,,,,gutim,4488 +nof,156,14,3,3296,2243,,870,780.7822180000007,,,,,,,144,44,0,,,,,,,,,,,gutim,4488 +non,156,15,3,3297,2243,1152,921,780.7822180000007,0.114933894230769,16,0,A3,mp,14,144,57,14,,,,,,o,,,,,gutim,4489 +nof,156,15,3,3297,2244,,921,780.8972180000007,,,,,,,144,57,0,,,,,,,,,,,gutim,4489 +rst,156,16,3,3298,2244,,972,780.8972180000007,,,,,,,176,102,0,,,,,,,,,,,gutim,4490 +rst,156,17,1,3299,2245,,1024,781.0142180000007,,,,,,,176,102,0,,,,,,,,,,,gutim,4491 +rst,156,18,3,3300,2245,,1024,781.0142180000007,,,,,,,176,102,0,,,,,,,,,,,gutim,4492 +nof,156,11,1,3293,2246,,768,781.0142180000007,,,,,,,144,42,0,,,,,,,,,,,gutim,4485 +non,156,23,3,3301,2247,1153,,781.5162180000008,0.05,8,0,Bb3,pppp,2,144,58,2,,,,g,,o,,,,,gutim,4493 +nof,156,23,3,3301,2248,,,781.5662180000007,,,,,,,144,58,0,,,,,,,,,,,gutim,4493 +rst,156,20,1,3302,2249,,1280,781.5912180000007,,,,,,,176,102,0,,,,,,,,,,,gutim,4494 +non,156,21,2,3303,2249,1154,1280,781.5912180000007,0.576923076923077,4,0,E5,ff,22,144,76,22,,,,,t,o,,,,,gutim,4495 +non,156,22,2,3304,2249,1154,1280,781.5912180000007,0.576923076923077,4,0,A5,mf,17,144,81,17,,,,,,o,,,,,gutim,4496 +non,156,24,3,3305,2249,1154,1280,781.5912180000007,0.288461538461538,8,0,A2,mp,14,144,45,14,,,,,,o,,,,,gutim,4497 +non,156,25,3,3306,2249,1154,1280,781.5912180000007,0.288461538461538,8,0,C3,mp,14,144,48,14,,,,,,o,,,,,gutim,4498 +ped,156,19,0,3307,2249,,1280,781.5912180000007,,,,,,,176,64,127,,,,,,,V,,,,gutim,4499 +non,156,26,3,3308,2250,1155,1408,781.8792180000007,0.288461538461538,8,0,Db1,mp+,15,144,25,15,,,,,,o,,,,,gutim,4500 +non,156,27,3,3309,2250,1155,1408,781.8792180000007,0.288461538461538,8,0,F3,mp+,15,144,53,15,,,,,,o,,,,,gutim,4501 +nof,156,24,3,3305,2251,,1280,781.9542180000008,,,,,,,144,45,0,,,,,,,,,,,gutim,4497 +nof,156,25,3,3306,2251,,1280,781.9542180000008,,,,,,,144,48,0,,,,,,,,,,,gutim,4498 +nof,156,26,3,3308,2252,,1408,782.1682180000007,,,,,,,144,25,0,,,,,,,,,,,gutim,4500 +nof,156,27,3,3309,2252,,1408,782.1682180000007,,,,,,,144,53,0,,,,,,,,,,,gutim,4501 +bar,157,0,0,3310,2252,,0,782.1682180000007,,,,,,,,,,157,,,,,,,,,,gutim,4502 +non,157,1,1,3311,2252,1156,0,782.1682180000007,0.288461538461538,8,0,G4,pp,8,144,67,8,,,,,t,o,,,,,gutim,4503 +non,157,2,1,3312,2252,1156,0,782.1682180000007,0.288461538461538,8,0,D5,pp,8,144,74,8,,,,,,o,,,,,gutim,4504 +non,157,3,2,3313,2252,,0,782.1682180000007,0.432692307692308,8,1,E5,,,,,,,,,,T,,,,,,gutim,4505 +non,157,4,3,3314,2252,1156,0,782.1682180000007,2.30769230769231,1,0,Eb3,p,11,144,51,11,,,,,t,o,,,,,gutim,4506 +non,157,5,4,3315,2252,,0,782.1682180000007,0.576923076923077,4,0,B3,,,,,,,,,,T,,,,,,gutim,4507 +nof,156,22,2,3304,2253,,1280,782.2432180000008,,,,,,,144,81,0,,,,,,,,,,,gutim,4496 +nof,157,2,1,3312,2254,,0,782.4562180000007,,,,,,,144,74,0,,,,,,,,,,,gutim,4504 +non,157,6,1,3316,2254,,128,782.4562180000007,0.288461538461538,8,0,G4,,,,,,,,,,T,,,,,,gutim,4508 +non,157,7,1,3317,2254,1157,128,782.4562180000007,0.288461538461538,8,0,Ab4,pp-,7,144,68,7,,,,,,o,,,,,gutim,4509 +non,157,8,2,3318,2255,1158,192,782.6012180000008,0.144230769230769,16,0,B1,ff,22,144,35,22,,,,,t,o,,,,,gutim,4510 +nof,156,21,2,3303,2256,,1280,782.6762180000007,,,,,,,144,76,0,,,,,,,,,,,gutim,4495 +ped,157,9,0,3319,2257,,256,782.7452180000007,,,,,,,176,64,0,,,,,,,^,,,,gutim,4499 +rst,157,10,1,3320,2257,,256,782.7452180000007,,,,,,,176,102,0,,,,,,,,,,,gutim,4511 +non,157,11,2,3321,2257,,256,782.7452180000007,1.15384615384615,2,0,B1,,,,,,,,,,_,,,,,,gutim,4512 +non,157,12,4,3322,2257,1159,256,782.7452180000007,0.576923076923077,4,0,G3,f,20,144,55,20,,,,,t,o,,d,,,gutim,4513 +nof,157,1,1,3311,2258,,0,782.7452180000007,,,,,,,144,67,0,,,,,,,,,,,gutim,4503 +nof,157,7,1,3317,2258,,128,782.7452180000007,,,,,,,144,68,0,,,,,,,,,,,gutim,4509 +nof,155,4,4,3280,2259,,768,782.8952180000008,,,,,,,144,59,0,,,,,,,,,,,gutim,4473 +non,157,13,1,3323,2260,1160,384,783.0332180000007,0.288461538461538,8,0,Db4,p,11,144,61,11,,,,,,o,,d,,,gutim,4514 +non,157,14,1,3324,2261,1161,,783.2472180000008,0.05,8,0,Ab5,p,11,144,80,11,,,,g,,o,,d,,,gutim,4515 +nof,157,14,1,3324,2262,,,783.2972180000007,,,,,,,144,80,0,,,,,,,,,,,gutim,4515 +nof,157,13,1,3323,2263,,384,783.3222180000008,,,,,,,144,61,0,,,,,,,,,,,gutim,4514 +non,157,15,1,3325,2263,1162,512,783.3222180000008,0.288461538461538,8,0,A1,p,11,144,33,11,,,,,,o,,d,,,gutim,4516 +non,157,16,4,3326,2263,,512,783.3222180000008,0.576923076923077,4,0,G3,,,,,,,,,,_,,,,,,gutim,4517 +non,157,17,4,3327,2263,1162,512,783.3222180000008,0.576923076923077,4,0,A3,pp,8,144,57,8,,,,,,o,,d,,,gutim,4518 +nof,157,15,1,3325,2264,,512,783.6102180000007,,,,,,,144,33,0,,,,,,,,,,,gutim,4516 +non,157,18,1,3328,2264,1163,640,783.6102180000007,0.288461538461538,8,0,F2,p,11,144,41,11,,,,,,o,,d,,,gutim,4519 +nof,157,17,4,3327,2265,,512,783.8992180000008,,,,,,,144,57,0,,,,,,,,,,,gutim,4518 +nof,157,18,1,3328,2265,,640,783.8992180000008,,,,,,,144,41,0,,,,,,,,,,,gutim,4519 +non,157,19,1,3329,2265,1164,768,783.8992180000008,1.73076923076923,2,1,Db4,mp,14,144,61,14,,,,,t,o,,d,,,gutim,4520 +non,157,20,2,3330,2265,,768,783.8992180000008,1.73076923076923,2,1,B1,,,,,,,,,,_,,,,,,gutim,4521 +non,157,21,4,3331,2265,,768,783.8992180000008,1.73076923076923,2,1,G3,,,,,,,,,,_,,,,,,gutim,4522 +non,157,22,3,3332,2266,1165,1024,784.4762180000008,0.576923076923077,4,0,C1,mf,17,144,24,17,,,,,t,o,,D,,,gutim,4523 +non,157,23,3,3333,2266,1165,1024,784.4762180000008,0.576923076923077,4,0,Ab1,mf,17,144,32,17,,,,,,o,,D,,,gutim,4524 +non,157,24,3,3334,2266,,1024,784.4762180000008,0.576923076923077,4,0,Eb3,,,,,,,,,,_,,,,,,gutim,4525 +nof,157,23,3,3333,2267,,1024,785.0522180000007,,,,,,,144,32,0,,,,,,,,,,,gutim,4524 +non,157,26,3,3335,2267,,1280,785.0522180000007,0.576923076923077,4,0,C1,,,,,,,,,,_,,,,,,gutim,4526 +non,157,27,3,3336,2267,,1280,785.0522180000007,0.576923076923077,4,0,Eb3,,,,,,,,,,_,,,,,,gutim,4527 +ped,157,25,0,3337,2267,,1280,785.0522180000007,,,,,,,176,64,127,,,,,,,V,,,,gutim,4528 +bar,158,0,0,3338,2268,,0,785.6292180000007,,,,,,,,,,158,,,,,,,,,,gutim,4529 +non,158,1,1,3339,2268,,0,785.6292180000007,0.576923076923077,4,0,Db4,,,,,,,,,,T,,,,,,gutim,4530 +non,158,2,2,3340,2268,,0,785.6292180000007,0.576923076923077,4,0,B1,,,,,,,,,,T,,,,,,gutim,4531 +non,158,3,3,3341,2268,,0,785.6292180000007,0.576923076923077,4,0,C1,,,,,,,,,,T,,,,,,gutim,4532 +non,158,4,3,3342,2268,,0,785.6292180000007,0.576923076923077,4,0,Eb3,,,,,,,,,,T,,,,,,gutim,4533 +non,158,5,4,3343,2268,,0,785.6292180000007,0.576923076923077,4,0,G3,,,,,,,,,,_,,,,,,gutim,4534 +nof,157,19,1,3329,2269,,768,786.2062180000007,,,,,,,144,61,0,,,,,,,,,,,gutim,4520 +nof,157,4,3,3314,2270,,0,786.2062180000007,,,,,,,144,51,0,,,,,,,,,,,gutim,4506 +nof,157,8,2,3318,2270,,192,786.2062180000007,,,,,,,144,35,0,,,,,,,,,,,gutim,4510 +nof,157,22,3,3332,2270,,1024,786.2062180000007,,,,,,,144,24,0,,,,,,,,,,,gutim,4523 +non,158,6,1,3344,2270,1166,256,786.2062180000007,0.383112980769231,4,0,Db5,mp,14,144,73,14,,,,,,o,,,,,gutim,4535 +non,158,7,1,3345,2270,1166,256,786.2062180000007,0.576923076923077,4,0,D6,mp,14,144,86,14,,,,,,o,,,,,gutim,4536 +rst,158,8,2,3346,2270,,256,786.2062180000007,,,,,,,176,102,0,,,,,,,,,,,gutim,4537 +rst,158,9,3,3347,2270,,256,786.2062180000007,,,,,,,176,102,0,,,,,,,,,,,gutim,4538 +non,158,10,4,3348,2270,,256,786.2062180000007,0.383112980769231,4,0,G3,,,,,,,,,,T,,,,,,gutim,4539 +non,158,11,4,3349,2270,1166,256,786.2062180000007,0.576923076923077,4,0,Ab3,f,20,144,56,20,,,,,,o,,,,,gutim,4540 +ped,158,12,0,3350,2271,,426,786.4392180000008,,,,,,,176,64,0,,,,,,,^,,,,gutim,4528 +nof,157,12,4,3322,2272,,256,786.5892180000008,,,,,,,144,55,0,,,,,,,,,,,gutim,4513 +nof,158,6,1,3344,2273,,256,786.5892180000008,,,,,,,144,73,0,,,,,,,,,,,gutim,4535 +rst,158,13,1,3351,2273,,426,786.5892180000008,,,,,,,176,102,0,,,,,,,,,,,gutim,4541 +non,158,14,4,3352,2273,1167,426,786.5892180000008,0.385366586538462,4,0,F#2,f,20,144,42,20,,,,,,o,,,,,gutim,4542 +non,158,15,4,3353,2273,1167,426,786.5892180000008,0.576923076923077,4,0,A2,f,20,144,45,20,,,,,,o,,,,,gutim,4543 +non,158,16,4,3354,2273,1167,426,786.5892180000008,0.576923076923077,4,0,F3,f,20,144,53,20,,,,,,o,,,,,gutim,4544 +non,158,17,4,3355,2273,1167,426,786.5892180000008,0.576923076923077,4,0,Bb3,f,20,144,58,20,,,,,,o,,,,,gutim,4545 +ped,158,12,0,3356,2274,,426,786.7392180000007,,,,,,,176,64,127,,,,,,,V,,,,gutim,4546 +nof,158,7,1,3345,2275,,256,786.7832180000007,,,,,,,144,86,0,,,,,,,,,,,gutim,4536 +nof,158,11,4,3349,2275,,256,786.7832180000007,,,,,,,144,56,0,,,,,,,,,,,gutim,4540 +rst,158,18,2,3357,2275,,512,786.7832180000007,,,,,,,176,102,0,,,,,,,,,,,gutim,4547 +ped,158,,,3358,2276,,607,786.8472180000008,,,,,,,176,64,0,,,,,,,^,,,,gutim,4546 +nof,158,14,4,3352,2277,,426,786.9752180000007,,,,,,,144,42,0,,,,,,,,,,,gutim,4542 +non,158,19,1,3359,2277,1168,597,786.9752180000007,0.191556490384615,8,0,Ab4,mp,14,144,68,14,,,,,,o,,,,,gutim,4548 +non,158,20,4,3360,2277,1168,597,786.9752180000007,0.385366586538462,4,0,E2,f-,19,144,40,19,,,,,,o,,,,,gutim,4549 +non,158,21,4,3361,2277,1168,597,786.9752180000007,0.576923076923077,4,0,Bb2,f-,19,144,46,19,,,,,,o,,,,,gutim,4550 +non,158,22,4,3362,2277,1168,597,786.9752180000007,0.576923076923077,4,0,E3,f-,19,144,52,19,,,,,,o,,,,,gutim,4551 +ped,158,,,3363,2278,,607,787.1472180000007,,,,,,,176,64,127,,,,,,,V,,,,gutim,4552 +non,158,23,1,3364,2279,1169,682,787.1662180000008,0.193810096153846,8,0,F2,mp+,15,144,41,15,,,,,,o,,,,,gutim,4553 +nof,158,15,4,3353,2280,,426,787.1662180000008,,,,,,,144,45,0,,,,,,,,,,,gutim,4543 +nof,158,16,4,3354,2280,,426,787.1662180000008,,,,,,,144,53,0,,,,,,,,,,,gutim,4544 +nof,158,17,4,3355,2280,,426,787.1662180000008,,,,,,,144,58,0,,,,,,,,,,,gutim,4545 +nof,158,19,1,3359,2280,,597,787.1662180000008,,,,,,,144,68,0,,,,,,,,,,,gutim,4548 +nof,158,23,1,3364,2281,,682,787.3602180000007,,,,,,,144,41,0,,,,,,,,,,,gutim,4553 +non,158,24,1,3365,2281,1170,768,787.3602180000007,0.576923076923077,4,0,B6,mf,17,144,95,17,,,,,,o,,,,,gutim,4554 +non,158,25,2,3366,2281,1170,768,787.3602180000007,0.432692307692308,8,1,D4,mf,17,144,62,17,,,,,,o,,,,,gutim,4555 +non,158,26,2,3367,2281,1170,768,787.3602180000007,0.288461538461538,8,1,E6,mf,17,144,88,17,,,,,,o,,,,,gutim,4556 +rst,158,27,3,3368,2281,,768,787.3602180000007,,,,,,,176,102,0,,,,,,,,,,,gutim,4557 +non,158,28,4,3369,2281,1170,768,787.3602180000007,0.432692307692308,8,1,Gb3,f-,19,144,54,19,,,,,,o,,,,,gutim,4558 +nof,158,20,4,3360,2282,,597,787.3602180000007,,,,,,,144,40,0,,,,,,,,,,,gutim,4549 +ped,158,29,0,3370,2283,,814,787.4642180000008,,,,,,,176,64,0,,,,,,,^,,,,gutim,4552 +nof,158,21,4,3361,2284,,597,787.5522180000007,,,,,,,144,46,0,,,,,,,,,,,gutim,4550 +nof,158,22,4,3362,2284,,597,787.5522180000007,,,,,,,144,52,0,,,,,,,,,,,gutim,4551 +nof,158,26,2,3367,2285,,768,787.6492180000008,,,,,,,144,88,0,,,,,,,,,,,gutim,4556 +nof,158,25,2,3366,2286,,768,787.7932180000007,,,,,,,144,62,0,,,,,,,,,,,gutim,4555 +nof,158,28,4,3369,2286,,768,787.7932180000007,,,,,,,144,54,0,,,,,,,,,,,gutim,4558 +rst,158,30,2,3371,2287,,960,787.7932180000007,,,,,,,176,102,0,,,,,,,,,,,gutim,4559 +non,158,31,4,3372,2287,1171,960,787.7932180000007,0.144230769230769,16,0,Bb2,ff,22,144,46,22,,,,,t,o,,,,,gutim,4560 +non,158,32,4,3373,2287,1171,960,787.7932180000007,0.144230769230769,16,0,Db3,ff,22,144,49,22,,,,,t,o,,,,,gutim,4561 +nof,158,24,1,3365,2288,,768,787.9372180000007,,,,,,,144,95,0,,,,,,,,,,,gutim,4554 +rst,158,33,1,3374,2288,,1024,787.9372180000007,,,,,,,176,102,0,,,,,,,,,,,gutim,4562 +rst,158,34,2,3375,2288,,1024,787.9372180000007,,,,,,,176,102,0,,,,,,,,,,,gutim,4563 +non,158,35,4,3376,2288,,1024,787.9372180000007,0.288461538461538,8,0,Bb2,,,,,,,,,,T,,,,,,gutim,4564 +non,158,36,4,3377,2288,,1024,787.9372180000007,0.288461538461538,8,0,Db3,,,,,,,,,,T,,,,,,gutim,4565 +sec,158,37,0,3378,2288,,1024,787.9372180000007,,,,,,,,,,,5960,,,,,,,,,gutim,4566 +bpm,158,37,0,3378,2288,,1024,787.9372180000007,,4,,,,,,,,,,104,,,,,,,,gutim,4567 +nof,158,31,4,3372,2289,,960,788.2262180000008,,,,,,,144,46,0,,,,,,,,,,,gutim,4560 +nof,158,32,4,3373,2289,,960,788.2262180000008,,,,,,,144,49,0,,,,,,,,,,,gutim,4561 +non,158,38,4,3379,2289,1172,1152,788.2262180000008,0.288461538461538,8,0,A0,ff+,23,144,21,23,,,,,t,o,,,,,gutim,4568 +bar,159,0,0,3380,2290,,0,788.5142180000007,,,,,,,,,,159,,,,,,,,,,gutim,4569 +rst,159,1,1,3381,2290,,0,788.5142180000007,,,,,,,176,102,0,,,,,,,,,,,gutim,4570 +non,159,2,3,3382,2290,1173,0,788.5142180000007,1.15384615384615,2,0,B3,p,11,144,59,11,,,,,t,o,,,,,gutim,4571 +non,159,3,4,3383,2290,,0,788.5142180000007,2.30769230769231,1,0,A0,,,,,,,,,,_,,,,,,gutim,4572 +non,159,4,3,3384,2291,,512,789.6682180000007,0.288461538461538,8,0,B3,,,,,,,,,,T,,,,,,gutim,4573 +nof,159,2,3,3382,2292,,0,789.9562180000007,,,,,,,144,59,0,,,,,,,,,,,gutim,4571 +non,159,6,3,3385,2292,1174,640,789.9562180000007,0.288461538461538,8,0,A2,mf,17,144,45,17,,,,,t,o,,,,,gutim,4574 +non,159,7,3,3386,2292,1174,640,789.9562180000007,0.288461538461538,8,0,G3,pp,8,144,55,8,,,,,t,o,,,,,gutim,4575 +ped,159,5,0,3387,2292,,640,789.9562180000007,,,,,,,176,64,127,,,,,,,V,,,,gutim,4576 +non,159,8,3,3388,2293,,768,790.2452180000007,0.576923076923077,4,0,A2,,,,,,,,,,T,,,,,,gutim,4577 +non,159,9,3,3389,2293,,768,790.2452180000007,0.576923076923077,4,0,G3,,,,,,,,,,T,,,,,,gutim,4578 +nof,159,6,3,3385,2294,,640,790.8222180000008,,,,,,,144,45,0,,,,,,,,,,,gutim,4574 +nof,159,7,3,3386,2294,,640,790.8222180000008,,,,,,,144,55,0,,,,,,,,,,,gutim,4575 +bar,160,0,0,3390,2294,,0,790.8222180000008,,,,,,,,,,160,,,,,,,,,,gutim,4579 +non,160,1,1,3391,2294,1175,0,790.8222180000008,0.144230769230769,16,0,G#3,p,11,144,56,11,,,,,,o,,,e,t,gutim,4580 +non,160,2,2,3392,2294,1175,0,790.8222180000008,2.30769230769231,1,0,A6,mf,17,144,93,17,,,,,,o,,,,,gutim,4581 +rst,160,3,3,3393,2294,,0,790.8222180000008,,,,,,,176,102,0,,,,,,,,,,,gutim,4582 +non,160,4,4,3394,2294,,0,790.8222180000008,2.30769230769231,1,0,A0,,,,,,,,,,_,,,,,,gutim,4583 +nof,160,1,1,3391,2295,,0,790.9662180000007,,,,,,,144,56,0,,,,,,,,,,,gutim,4580 +non,160,5,1,3395,2295,1176,64,790.9662180000007,0.144230769230769,16,0,A1,mp-,13,144,33,13,,,,,,o,,,e,t,gutim,4584 +nof,160,5,1,3395,2296,,64,791.1102180000007,,,,,,,144,33,0,,,,,,,,,,,gutim,4584 +non,160,6,1,3396,2296,1177,128,791.1102180000007,0.144230769230769,16,0,D4,mp,14,144,62,14,,,,,,o,,,e,t,gutim,4585 +nof,160,6,1,3396,2297,,128,791.2542180000007,,,,,,,144,62,0,,,,,,,,,,,gutim,4585 +non,160,7,1,3397,2297,1178,192,791.2542180000007,0.144230769230769,16,0,C5,mf-,16,144,72,16,,,,,,o,,,e,t,gutim,4586 +ped,160,8,0,3398,2298,,256,791.3212180000007,,,,,,,176,64,0,,,,,,,^,,,,gutim,4576 +nof,160,7,1,3397,2299,,192,791.3992180000008,,,,,,,144,72,0,,,,,,,,,,,gutim,4586 +non,160,9,1,3399,2299,1179,256,791.3992180000008,0.144230769230769,16,0,E3,mf,17,144,52,17,,,,,,o,,,e,t,gutim,4587 +nof,160,9,1,3399,2300,,256,791.5432180000007,,,,,,,144,52,0,,,,,,,,,,,gutim,4587 +non,160,11,1,3400,2300,1180,320,791.5432180000007,0.144230769230769,16,0,A1,f-,19,144,33,19,,,,,,o,,,e,t,gutim,4588 +ped,160,10,0,3401,2301,,320,791.6212180000008,,,,,,,176,64,127,,,,,,,V,,,,gutim,4589 +nof,160,11,1,3400,2302,,320,791.6872180000007,,,,,,,144,33,0,,,,,,,,,,,gutim,4588 +non,160,12,1,3402,2302,1181,384,791.6872180000007,0.144230769230769,16,0,Ab4,f,20,144,68,20,,,,,,o,,,e,t,gutim,4590 +nof,160,12,1,3402,2303,,384,791.8312180000007,,,,,,,144,68,0,,,,,,,,,,,gutim,4590 +non,160,13,1,3403,2303,1182,448,791.8312180000007,0.144230769230769,16,0,C6,ff,22,144,84,22,,,,,t,o,,,E 5961,t 5961,gutim,4591 +ped,160,14,0,3404,2304,,512,791.9762180000008,,,,,,,176,64,0,,,,,,,^,,,,gutim,4589 +non,160,15,1,3405,2304,,512,791.9762180000008,1.15384615384615,2,0,C6,,,,,,,,,,_,,,,,,gutim,4592 +bar,161,0,0,3406,2305,,0,793.1292180000007,,,,,,,,,,161,,,,,,,,,,gutim,4593 +non,161,1,1,3407,2305,,0,793.1292180000007,0.576923076923077,4,0,C6,,,,,,,,,,T,,,,,,gutim,4594 +rst,161,2,3,3408,2305,,0,793.1292180000007,,,,,,,176,102,0,,,,,,,,,,,gutim,4595 +non,161,3,4,3409,2305,,0,793.1292180000007,2.30769230769231,1,0,A0,,,,,,,,,,_,,,,,,gutim,4596 +nof,160,2,2,3392,2306,,0,793.1292180000007,,,,,,,144,93,0,,,,,,,,,,,gutim,4581 +non,161,4,1,3410,2307,1183,,793.3312180000007,0.05,8,0,E5,fff,24,144,76,24,,,,g,,o,,,,,gutim,4597 +nof,161,4,1,3410,2308,,,793.3812180000008,,,,,,,144,76,0,,,,,,,,,,,gutim,4597 +non,161,5,1,3411,2309,1184,,793.4062180000008,0.05,8,0,G#4,fff,24,144,68,24,,,,g,,o,,,,,gutim,4598 +nof,161,5,1,3411,2310,,,793.4562180000007,,,,,,,144,68,0,,,,,,,,,,,gutim,4598 +non,161,6,1,3412,2311,1185,,793.4812180000008,0.05,8,0,A2,fff,24,144,45,24,,,,g,,o,,,,,gutim,4599 +nof,161,6,1,3412,2312,,,793.5312180000008,,,,,,,144,45,0,,,,,,,,,,,gutim,4599 +non,161,7,1,3413,2313,1186,,793.5562180000007,0.05,8,0,D6,fff,24,144,86,24,,,,g,,o,,,,,gutim,4600 +nof,161,7,1,3413,2314,,,793.6062180000008,,,,,,,144,86,0,,,,,,,,,,,gutim,4600 +non,161,8,1,3414,2315,1187,,793.6312180000008,0.05,8,0,G#4,fff,24,144,68,24,,,,g,,o,,,,,gutim,4601 +nof,161,8,1,3414,2316,,,793.6812180000007,,,,,,,144,68,0,,,,,,,,,,,gutim,4601 +nof,160,13,1,3403,2317,,448,793.7062180000007,,,,,,,144,84,0,,,,,,,,,,,gutim,4591 +rst,161,9,1,3415,2317,,256,793.7062180000007,,,,,,,176,102,0,,,,,,,,,,,gutim,4602 +bar,162,0,0,3416,2318,,0,795.4372180000007,,,,,,,,,,162,,,,,,,,,,gutim,4603 +non,162,1,1,3417,2318,1188,0,795.4372180000007,2.30769230769231,1,0,F4,f,20,144,65,20,,,,,t,o,,,,,gutim,4604 +non,162,2,1,3418,2318,1188,0,795.4372180000007,2.30769230769231,1,0,Db6,f,20,144,85,20,,,,,,o,,,,,gutim,4605 +rst,162,3,3,3419,2318,,0,795.4372180000007,,,,,,,176,102,0,,,,,,,,,,,gutim,4606 +non,162,4,4,3420,2318,,0,795.4372180000007,2.30769230769231,1,0,A0,,,,,,,,,,_,,,,,,gutim,4607 +nof,162,2,1,3418,2319,,0,797.7452180000007,,,,,,,144,85,0,,,,,,,,,,,gutim,4605 +bar,163,0,0,3421,2319,,0,797.7452180000007,,,,,,,,,,163,,,,,,,,,,gutim,4608 +non,163,1,1,3422,2319,,0,797.7452180000007,0.432692307692308,8,1,F4,,,,,,,,,,T,,,,,,gutim,4609 +rst,163,2,2,3423,2319,,0,797.7452180000007,,,,,,,176,102,0,,,,,,,,,,,gutim,4610 +rst,163,3,3,3424,2319,,0,797.7452180000007,,,,,,,176,102,0,,,,,,,,,,,gutim,4611 +non,163,4,4,3425,2319,,0,797.7452180000007,2.30769230769231,1,0,A0,,,,,,,,,,_,,,,,,gutim,4612 +non,163,5,1,3426,2320,1189,192,798.1772180000007,0.144230769230769,16,0,Bb3,f+,21,144,58,21,,,,,t,o,,,,,gutim,4613 +nof,162,1,1,3417,2321,,0,798.1772180000007,,,,,,,144,65,0,,,,,,,,,,,gutim,4604 +non,163,6,1,3427,2322,,256,798.3222180000008,1.15384615384615,2,0,Bb3,,,,,,,,,,T,,,,,,gutim,4614 +rst,163,7,2,3428,2322,,256,798.3222180000008,,,,,,,176,102,0,,,,,,,,,,,gutim,4615 +non,163,8,3,3429,2322,1190,256,798.3222180000008,0.576923076923077,4,0,E4,ff,22,144,64,22,,,,,t,o,,,,,gutim,4616 +non,163,9,2,3430,2323,1191,448,798.7542180000007,0.144230769230769,16,0,C5,p,11,144,72,11,,,,,t,o,,d,,,gutim,4617 +non,163,10,2,3431,2324,,512,798.8992180000008,0.288461538461538,8,0,C5,,,,,,,,,,T,,,,,,gutim,4618 +non,163,11,3,3432,2324,,512,798.8992180000008,0.288461538461538,8,0,E4,,,,,,,,,,T,,,,,,gutim,4619 +nof,163,9,2,3430,2325,,448,799.1872180000007,,,,,,,144,72,0,,,,,,,,,,,gutim,4617 +rst,163,12,2,3433,2325,,640,799.1872180000007,,,,,,,176,102,0,,,,,,,,,,,gutim,4620 +non,163,13,3,3434,2325,1192,640,799.1872180000007,0.0473257211538462,32,0,G#3,mf,17,144,56,17,,,,,,o,,d,,,gutim,4621 +nof,163,8,3,3429,2326,,256,799.1872180000007,,,,,,,144,64,0,,,,,,,,,,,gutim,4616 +nof,163,13,3,3434,2327,,640,799.2342180000007,,,,,,,144,56,0,,,,,,,,,,,gutim,4621 +non,163,14,3,3435,2327,1193,661,799.2342180000007,0.0473257211538462,32,0,A1,fff,24,144,33,24,,,,,t,o,,d,,,gutim,4622 +non,163,15,3,3436,2328,,682,799.2822180000007,0.193810096153846,8,0,A1,,,,,,,,,,_,,,,,,gutim,4623 +non,163,16,1,3437,2329,1194,768,799.4762180000008,0.576923076923077,4,0,C2,ff,22,144,36,22,,,,,t,o,,d,,,gutim,4624 +rst,163,17,2,3438,2329,,768,799.4762180000008,,,,,,,176,102,0,,,,,,,,,,,gutim,4625 +non,163,18,3,3439,2329,,768,799.4762180000008,0.191556490384615,8,0,A1,,,,,,,,,,T,,,,,,gutim,4626 +nof,163,5,1,3426,2330,,192,799.4762180000008,,,,,,,144,58,0,,,,,,,,,,,gutim,4613 +nof,163,14,3,3435,2331,,661,799.6672180000007,,,,,,,144,33,0,,,,,,,,,,,gutim,4622 +non,163,19,2,3440,2331,1195,853,799.6672180000007,0.0473257211538462,32,0,C7,f,20,144,96,20,,,,,,o,,,,,gutim,4627 +rst,163,20,3,3441,2331,,853,799.6672180000007,,,,,,,176,102,0,,,,,,,,,,,gutim,4628 +nof,163,19,2,3440,2332,,853,799.7142180000008,,,,,,,144,96,0,,,,,,,,,,,gutim,4627 +non,163,21,2,3442,2332,1196,874,799.7142180000008,0.0495793269230769,32,0,D5,mp-,13,144,74,13,,,,,,o,,,,,gutim,4629 +nof,163,21,2,3442,2333,,874,799.7642180000007,,,,,,,144,74,0,,,,,,,,,,,gutim,4629 +non,163,22,2,3443,2333,1197,896,799.7642180000007,0.288461538461538,8,0,E4,pp,8,144,64,8,,,,,,o,,d,,,gutim,4630 +nof,163,22,2,3443,2334,,896,800.0522180000007,,,,,,,144,64,0,,,,,,,,,,,gutim,4630 +bar,164,0,0,3444,2334,,0,800.0522180000007,,,,,,,,,,164,,,,,,,,,,gutim,4631 +non,164,1,1,3445,2334,,0,800.0522180000007,1.73076923076923,2,1,C2,,,,,,,,,,_,,,,,,gutim,4632 +rst,164,2,2,3446,2334,,0,800.0522180000007,,,,,,,176,102,0,,,,,,,,,,,gutim,4633 +rst,164,3,3,3447,2334,,0,800.0522180000007,,,,,,,176,102,0,,,,,,,,,,,gutim,4634 +non,164,4,4,3448,2334,,0,800.0522180000007,1.15384615384615,2,0,A0,,,,,,,,,,_,,,,,,gutim,4635 +non,164,5,4,3449,2334,1198,0,800.0522180000007,1.15384615384615,2,0,Bb3,f,20,144,58,20,,,,,,o,,d,,,gutim,4636 +non,164,6,2,3450,2335,1199,256,800.6292180000007,0.576923076923077,4,0,C5,mp,14,144,72,14,,,,,t,o,,d,,,gutim,4637 +non,164,7,3,3451,2335,1199,256,800.6292180000007,0.576923076923077,4,0,F2,pp,8,144,41,8,,,,,t,o,,d,,,gutim,4638 +nof,164,5,4,3449,2336,,0,801.2062180000007,,,,,,,144,58,0,,,,,,,,,,,gutim,4636 +non,164,8,2,3452,2336,,512,801.2062180000007,0.144230769230769,16,0,C5,,,,,,,,,,T,,,,,,gutim,4639 +non,164,9,3,3453,2336,,512,801.2062180000007,0.144230769230769,16,0,F2,,,,,,,,,,T,,,,,,gutim,4640 +non,164,10,4,3454,2336,,512,801.2062180000007,0.144230769230769,16,0,A0,,,,,,,,,,_,,,,,,gutim,4641 +non,164,11,4,3455,2336,1200,512,801.2062180000007,0.144230769230769,16,0,E1,f,20,144,28,20,,,,,,o,,D 5961,,,gutim,4642 +nof,164,6,2,3450,2337,,256,801.3512180000008,,,,,,,144,72,0,,,,,,,,,,,gutim,4637 +nof,164,7,3,3451,2337,,256,801.3512180000008,,,,,,,144,41,0,,,,,,,,,,,gutim,4638 +nof,164,11,4,3455,2337,,512,801.3512180000008,,,,,,,144,28,0,,,,,,,,,,,gutim,4642 +rst,164,12,2,3456,2337,,576,801.3512180000008,,,,,,,176,102,0,,,,,,,,,,,gutim,4643 +non,164,13,3,3457,2337,1201,576,801.3512180000008,0.432692307692308,8,1,Db3,p,11,144,49,11,,,,,,o,,,,,gutim,4644 +non,164,14,4,3458,2337,,576,801.3512180000008,0.432692307692308,8,1,A0,,,,,,,,,,_,,,,,,gutim,4645 +nof,164,13,3,3457,2338,,576,801.7832180000007,,,,,,,144,49,0,,,,,,,,,,,gutim,4644 +non,164,15,1,3459,2338,,768,801.7832180000007,0.191556490384615,8,0,C2,,,,,,,,,,T,,,,,,gutim,4646 +rst,164,16,2,3460,2338,,768,801.7832180000007,,,,,,,176,102,0,,,,,,,,,,,gutim,4647 +rst,164,17,3,3461,2338,,768,801.7832180000007,,,,,,,176,102,0,,,,,,,,,,,gutim,4648 +non,164,18,4,3462,2338,,768,801.7832180000007,0.576923076923077,4,0,A0,,,,,,,,,,_,,,,,,gutim,4649 +nof,163,16,1,3437,2339,,768,801.9752180000007,,,,,,,144,36,0,,,,,,,,,,,gutim,4624 +non,164,19,1,3463,2339,1202,853,801.9752180000007,0.385366586538462,4,0,Bb4,ff,22,144,70,22,,,,,t,o,,,,,gutim,4650 +non,164,21,3,3464,2340,1203,896,802.0722180000008,0.288461538461538,8,0,E4,p,11,144,64,11,,,,,t,o,,,,,gutim,4651 +ped,164,20,0,3465,2340,,896,802.0722180000008,,,,,,,176,64,127,,,,,,,V,,,,gutim,4652 +bar,165,0,0,3466,2341,,0,802.3602180000007,,,,,,,,,,165,,,,,,,,,,gutim,4653 +non,165,2,1,3467,2341,,0,802.3602180000007,2.30769230769231,1,0,Bb4,,,,,,,,,,_,,,,,,gutim,4654 +non,165,1,1,3468,2341,1204,,802.3602180000007,0.05,8,0,E6,p,11,144,88,11,,,,g,,o,,,,,gutim,4655 +nof,165,1,1,3468,2342,,,802.4102180000008,,,,,,,144,88,0,,,,,,,,,,,gutim,4655 +non,165,3,1,3469,2343,1205,0,802.4352180000008,2.30769230769231,1,0,F5,p,11,144,77,11,,,,,,o,,,,,gutim,4656 +non,165,4,3,3470,2343,,0,802.4352180000008,2.30769230769231,1,0,E4,,,,,,,,,,T,,,,,,gutim,4657 +non,165,5,4,3471,2343,,0,802.4352180000008,0.576923076923077,4,0,A0,,,,,,,,,,_,,,,,,gutim,4658 +non,165,6,4,3472,2344,,256,803.0122180000008,1.73076923076923,2,1,A0,,,,,,,,,,_,,,,,,gutim,4659 +non,165,7,4,3473,2344,1206,256,803.0122180000008,1.15384615384615,2,1,D2,ff,22,144,38,22,,,,,t,o,,,,,gutim,4660 +nof,164,21,3,3464,2345,,896,804.6682180000007,,,,,,,144,64,0,,,,,,,,,,,gutim,4651 +nof,165,3,1,3469,2346,,0,804.7432180000008,,,,,,,144,77,0,,,,,,,,,,,gutim,4656 +bar,166,0,0,3474,2347,,0,804.7432180000008,,,,,,,,,,166,,,,,,,,,,gutim,4661 +non,166,1,1,3475,2347,,0,804.7432180000008,1.15384615384615,2,0,Bb4,,,,,,,,,,_,,,,,,gutim,4662 +rst,166,2,2,3476,2347,,0,804.7432180000008,,,,,,,176,102,0,,,,,,,,,,,gutim,4663 +rst,166,3,3,3477,2347,,0,804.7432180000008,,,,,,,176,102,0,,,,,,,,,,,gutim,4664 +non,166,4,4,3478,2347,,0,804.7432180000008,2.30769230769231,1,0,A0,,,,,,,,,,_,,,,,,gutim,4665 +non,166,5,4,3479,2347,,0,804.7432180000008,2.30769230769231,1,0,D2,,,,,,,,,,_,,,,,,gutim,4666 +non,166,6,1,3480,2348,,512,805.8972180000007,1.73076923076923,2,1,Bb4,,,,,,,,,,_,,,,,,gutim,4667 +non,166,7,2,3481,2348,1207,512,805.8972180000007,1.15384615384615,2,0,B4,mf,17,144,71,17,,,,,t,o,,,,,gutim,4668 +rst,166,8,3,3482,2348,,512,805.8972180000007,,,,,,,176,102,0,,,,,,,,,,,gutim,4669 +non,166,10,3,3483,2349,1208,,806.9012180000008,0.05,8,0,A#4,p,11,144,70,11,,,,g,,o,,,,,gutim,4670 +nof,166,10,3,3483,2350,,,806.9512180000007,,,,,,,144,70,0,,,,,,,,,,,gutim,4670 +non,166,11,3,3484,2351,1209,,806.9762180000008,0.05,8,0,F#2,p,11,144,42,11,,,,g,,o,,,,,gutim,4671 +nof,166,11,3,3484,2352,,,807.0262180000008,,,,,,,144,42,0,,,,,,,,,,,gutim,4671 +non,166,9,2,3485,2353,,1024,807.0512180000007,0.0946514423076923,16,0,B4,,,,,,,,,,T,,,,,,gutim,4672 +rst,166,12,3,3486,2353,,1024,807.0512180000007,,,,,,,176,102,0,,,,,,,,,,,gutim,4673 +non,166,13,4,3487,2353,,1024,807.0512180000007,0.576923076923077,4,0,A0,,,,,,,,,,_,,,,,,gutim,4674 +non,166,14,4,3488,2353,,1024,807.0512180000007,0.576923076923077,4,0,D2,,,,,,,,,,_,,,,,,gutim,4675 +ped,166,16,0,3489,2354,,1109,807.0922180000008,,,,,,,176,64,0,,,,,,,^,,,,gutim,4652 +nof,166,7,2,3481,2355,,512,807.1452180000008,,,,,,,144,71,0,,,,,,,,,,,gutim,4668 +rst,166,15,2,3490,2356,,1066,807.1452180000008,,,,,,,176,102,0,,,,,,,,,,,gutim,4676 +rst,166,18,2,3491,2357,,1109,807.2422180000008,,,,,,,176,102,0,,,,,,,,,,,gutim,4677 +non,166,19,3,3492,2357,1210,1109,807.2422180000008,0.385366586538462,4,0,A0,mf,17,144,21,17,,,,,,o,,,,,gutim,4678 +non,166,20,3,3493,2357,1210,1109,807.2422180000008,0.576923076923077,4,0,G#1,p,11,144,32,11,,,,,t,o,,,,,gutim,4679 +sec,166,21,0,3494,2357,,1109,807.2422180000008,,,,,,,,,,,5961,,,,,,,,,gutim,4680 +ped,166,17,0,3495,2358,,1109,807.3922180000008,,,,,,,176,64,127,,,,,,,V,,,,gutim,4681 +nof,166,19,3,3492,2359,,1109,807.6272180000008,,,,,,,144,21,0,,,,,,,,,,,gutim,4678 +bar,167,0,0,3496,2359,,0,807.6272180000008,,,,,,,,,,167,,,,,,,,,,gutim,4682 +non,167,1,1,3497,2359,,0,807.6272180000008,1.15384615384615,2,0,Bb4,,,,,,,,,,_,,,,,,gutim,4683 +rst,167,2,2,3498,2359,,0,807.6272180000008,,,,,,,176,102,0,,,,,,,,,,,gutim,4684 +non,167,3,3,3499,2359,,0,807.6272180000008,0.576923076923077,4,0,G#1,,,,,,,,,,_,,,,,,gutim,4685 +non,167,4,4,3500,2359,,0,807.6272180000008,2.30769230769231,1,0,A0,,,,,,,,,,_,,,,,,gutim,4686 +non,167,5,4,3501,2359,,0,807.6272180000008,2.30769230769231,1,0,D2,,,,,,,,,,_,,,,,,gutim,4687 +rst,167,6,2,3502,2360,,256,808.2042180000008,,,,,,,176,102,0,,,,,,,,,,,gutim,4688 +non,167,7,3,3503,2360,,256,808.2042180000008,0.383112980769231,4,0,G#1,,,,,,,,,,T,,,,,,gutim,4689 +ped,167,8,0,3504,2361,,426,808.4382180000008,,,,,,,176,64,0,,,,,,,^,,,,gutim,4681 +non,167,9,2,3505,2362,1211,426,808.5882180000008,0.193810096153846,8,0,Bb4,mf,17,144,70,17,,,,,,o,,,,,gutim,4690 +non,167,10,3,3506,2362,1211,426,808.5882180000008,0.193810096153846,8,0,G1,mf,17,144,31,17,,,,,t,o,,,,,gutim,4691 +ped,167,8,0,3507,2363,,426,808.7382180000008,,,,,,,176,64,127,,,,,,,V,,,,gutim,4692 +nof,166,20,3,3493,2364,,1109,808.7792180000008,,,,,,,144,32,0,,,,,,,,,,,gutim,4679 +nof,167,9,2,3505,2365,,426,808.7812180000008,,,,,,,144,70,0,,,,,,,,,,,gutim,4690 +non,167,11,1,3508,2365,,512,808.7812180000008,1.73076923076923,2,1,Bb4,,,,,,,,,,_,,,,,,gutim,4693 +rst,167,12,2,3509,2365,,512,808.7812180000008,,,,,,,176,102,0,,,,,,,,,,,gutim,4694 +non,167,13,3,3510,2365,,512,808.7812180000008,1.15384615384615,2,0,G1,,,,,,,,,,T,,,,,,gutim,4695 +nof,165,7,4,3473,2366,,256,809.6472180000007,,,,,,,144,38,0,,,,,,,,,,,gutim,4660 +non,167,14,2,3511,2367,1212,,809.7852180000008,0.05,8,0,F6,mp,14,144,89,14,,,,g,,o,,,,,gutim,4696 +nof,167,14,2,3511,2368,,,809.8352180000007,,,,,,,144,89,0,,,,,,,,,,,gutim,4696 +non,167,15,2,3512,2369,1213,,809.8602180000007,0.05,8,0,C4,mf,17,144,60,17,,,,g,,o,,,,,gutim,4697 +nof,167,15,2,3512,2370,,,809.9102180000008,,,,,,,144,60,0,,,,,,,,,,,gutim,4697 +nof,167,10,3,3506,2371,,426,809.9352180000008,,,,,,,144,31,0,,,,,,,,,,,gutim,4691 +non,167,16,2,3513,2371,1214,1024,809.9352180000008,0.576923076923077,4,0,Bb5,f,20,144,82,20,,,,,t,o,,,,,gutim,4698 +non,167,17,3,3514,2371,1214,1024,809.9352180000008,0.576923076923077,4,0,Eb3,f,20,144,51,20,,,,,t,o,,,,,gutim,4699 +non,167,18,4,3515,2371,,1024,809.9352180000008,0.288461538461538,8,0,A0,,,,,,,,,,_,,,,,,gutim,4700 +non,167,19,4,3516,2371,,1024,809.9352180000008,0.288461538461538,8,0,D2,,,,,,,,,,T,,,,,,gutim,4701 +ped,167,20,0,3517,2372,,1152,810.0742180000008,,,,,,,176,64,0,,,,,,,^,,,,gutim,4692 +non,167,21,4,3518,2373,,1152,810.2242180000007,0.288461538461538,8,0,A0,,,,,,,,,,_,,,,,,gutim,4702 +non,167,22,4,3519,2373,1215,1152,810.2242180000007,0.288461538461538,8,0,F#1,f-,19,144,30,19,,,,,,o,,,,,gutim,4703 +ped,167,20,0,3520,2374,,1152,810.3742180000007,,,,,,,176,64,127,,,,,,,V,,,,gutim,4704 +nof,167,22,4,3519,2375,,1152,810.5122180000008,,,,,,,144,30,0,,,,,,,,,,,gutim,4703 +bar,168,0,0,3521,2375,,0,810.5122180000008,,,,,,,,,,168,,,,,,,,,,gutim,4705 +non,168,1,1,3522,2375,,0,810.5122180000008,4.61538461538462,0.5,0,Bb4,,,,,,,,,,_,,,,,,gutim,4706 +non,168,2,2,3523,2375,1216,0,810.5122180000008,2.30769230769231,1,0,Ab4,ppp,5,144,68,5,,,,,t,o,,,,,gutim,4707 +non,168,3,2,3524,2375,,0,810.5122180000008,2.30769230769231,1,0,Bb5,,,,,,,,,,T,,,,,,gutim,4708 +non,168,4,3,3525,2375,,0,810.5122180000008,1.15384615384615,2,0,Eb3,,,,,,,,,,_,,,,,,gutim,4709 +non,168,5,4,3526,2375,,0,810.5122180000008,4.61538461538462,0.5,0,A0,,,,,,,,,,_,,,,,,gutim,4710 +non,168,6,3,3527,2376,,512,811.6662180000008,0.288461538461538,8,0,Eb3,,,,,,,,,,_,,,,,,gutim,4711 +non,168,7,3,3528,2377,,640,811.9542180000008,0.288461538461538,8,0,Eb3,,,,,,,,,,_,,,,,,gutim,4712 +non,168,8,3,3529,2377,1217,640,811.9542180000008,0.288461538461538,8,0,F3,f,20,144,53,20,,,,,t,o,,,,,gutim,4713 +non,168,9,3,3530,2378,,768,812.2432180000008,0.383112980769231,4,0,Eb3,,,,,,,,,,T,,,,,,gutim,4714 +non,168,10,3,3531,2378,,768,812.2432180000008,0.576923076923077,4,0,F3,,,,,,,,,,T,,,,,,gutim,4715 +non,168,11,3,3532,2379,1218,938,812.6262180000008,0.193810096153846,8,0,B4,mf,17,144,71,17,,,,,,o,,,,,gutim,4716 +nof,167,17,3,3514,2380,,1024,812.7012180000007,,,,,,,144,51,0,,,,,,,,,,,gutim,4699 +nof,168,8,3,3529,2381,,640,812.8202180000008,,,,,,,144,53,0,,,,,,,,,,,gutim,4713 +nof,168,11,3,3532,2381,,938,812.8202180000008,,,,,,,144,71,0,,,,,,,,,,,gutim,4716 +non,168,12,2,3533,2381,,1024,812.8202180000008,0.576923076923077,4,0,Ab4,,,,,,,,,,T,,,,,,gutim,4717 +rst,168,13,3,3534,2381,,1024,812.8202180000008,,,,,,,176,102,0,,,,,,,,,,,gutim,4718 +nof,167,16,2,3513,2382,,1024,812.8952180000008,,,,,,,144,82,0,,,,,,,,,,,gutim,4698 +non,168,14,3,3535,2383,1219,1109,813.0112180000008,0.191556490384615,8,0,A0,f,20,144,21,20,,,,,,o,,,,,gutim,4719 +ped,168,15,0,3536,2384,,1194,813.0532180000008,,,,,,,176,64,0,,,,,,,^,,,,gutim,4704 +nof,168,14,3,3535,2385,,1109,813.2032180000008,,,,,,,144,21,0,,,,,,,,,,,gutim,4719 +non,168,16,3,3537,2385,1220,1194,813.2032180000008,0.193810096153846,8,0,E6,ff,22,144,88,22,,,,,t,o,,,,,gutim,4720 +ped,168,15,0,3538,2386,,1194,813.3532180000008,,,,,,,176,64,127,,,,,,,V,,,,gutim,4721 +rst,168,17,2,3539,2387,,1280,813.3972180000007,,,,,,,176,102,0,,,,,,,,,,,gutim,4722 +non,168,18,3,3540,2387,,1280,813.3972180000007,0.383112980769231,4,0,E6,,,,,,,,,,T,,,,,,gutim,4723 +nof,168,2,2,3523,2388,,0,813.4722180000008,,,,,,,144,68,0,,,,,,,,,,,gutim,4707 +nof,168,16,3,3537,2389,,1194,813.7802180000008,,,,,,,144,88,0,,,,,,,,,,,gutim,4720 +non,168,19,3,3541,2389,1221,1450,813.7802180000008,0.193810096153846,8,0,G1,mf,17,144,31,17,,,,,,o,,,,,gutim,4724 +nof,168,19,3,3541,2390,,1450,813.9742180000007,,,,,,,144,31,0,,,,,,,,,,,gutim,4724 +ped,168,,,3542,2390,,1536,813.9742180000007,,,,,,,176,64,0,,,,,,,^,,,,gutim,4721 +rst,168,20,2,3543,2390,,1536,813.9742180000007,,,,,,,176,102,0,,,,,,,,,,,gutim,4725 +rst,168,21,3,3544,2390,,1536,813.9742180000007,,,,,,,176,102,0,,,,,,,,,,,gutim,4726 +non,168,22,2,3545,2391,1222,1706,814.3572180000008,0.193810096153846,8,0,E5,mf,17,144,76,17,,,,,,o,,,,,gutim,4727 +nof,168,22,2,3545,2392,,1706,814.5512180000007,,,,,,,144,76,0,,,,,,,,,,,gutim,4727 +non,168,23,2,3546,2392,1223,1792,814.5512180000007,0.383112980769231,4,0,B3,mp,14,144,59,14,,,,,,o,,,,,gutim,4728 +nof,168,23,2,3546,2393,,1792,814.9342180000008,,,,,,,144,59,0,,,,,,,,,,,gutim,4728 +rst,168,24,2,3547,2393,,1962,814.9342180000008,,,,,,,176,102,0,,,,,,,,,,,gutim,4729 +bar,169,0,0,3548,2394,,0,815.1272180000008,,,,,,,,,,169,,,,,,,,,,gutim,4730 +non,169,1,1,3549,2394,,0,815.1272180000008,1.73076923076923,2,1,Bb4,,,,,,,,,,_,,,,,,gutim,4731 +rst,169,2,2,3550,2394,,0,815.1272180000008,,,,,,,176,102,0,,,,,,,,,,,gutim,4732 +rst,169,3,3,3551,2394,,0,815.1272180000008,,,,,,,176,102,0,,,,,,,,,,,gutim,4733 +non,169,4,4,3552,2394,,0,815.1272180000008,4.61538461538462,0.5,0,A0,,,,,,,,,,_,,,,,,gutim,4734 +rst,169,5,2,3553,2395,,256,815.7042180000008,,,,,,,176,102,0,,,,,,,,,,,gutim,4735 +non,169,7,2,3554,2396,1224,426,816.0882180000008,0.0653545673076923,32,0,Ab2,f,20,144,44,20,,,,,,o,,d,e,,gutim,4736 +non,169,8,2,3555,2396,1224,426,816.0882180000008,0.0721153846153846,32,0,Bb3,f,20,144,58,20,,,,,,o,,d,e,,gutim,4737 +ped,169,6,0,3556,2396,,426,816.0882180000008,,,,,,,176,64,127,,,,,,,V,,,,gutim,4738 +nof,169,7,2,3554,2397,,426,816.1532180000007,,,,,,,144,44,0,,,,,,,,,,,gutim,4736 +non,169,9,2,3557,2397,1225,455,816.1532180000007,0.0631009615384615,32,0,C4,f,20,144,60,20,,,,,,o,,d,e,,gutim,4739 +nof,169,8,2,3555,2398,,426,816.1602180000008,,,,,,,144,58,0,,,,,,,,,,,gutim,4737 +nof,169,9,2,3557,2399,,455,816.2162180000007,,,,,,,144,60,0,,,,,,,,,,,gutim,4739 +non,169,10,2,3558,2399,1226,483,816.2162180000007,0.0653545673076923,32,0,E7,f,20,144,100,20,,,,,,o,,d,e,,gutim,4740 +nof,169,10,2,3558,2400,,483,816.2812180000008,,,,,,,144,100,0,,,,,,,,,,,gutim,4740 +non,169,11,2,3559,2400,1227,512,816.2812180000008,0.0721153846153846,32,0,Bb5,f,20,144,82,20,,,,,,o,,d,E 5962,,gutim,4741 +nof,169,11,2,3559,2401,,512,816.3532180000008,,,,,,,144,82,0,,,,,,,,,,,gutim,4741 +ped,169,12,0,3560,2401,,544,816.3532180000008,,,,,,,176,64,0,,,,,,,^,,,,gutim,4738 +rst,169,13,2,3561,2401,,544,816.3532180000008,,,,,,,176,102,0,,,,,,,,,,,gutim,4742 +non,169,14,1,3562,2402,,768,816.8582180000008,0.383112980769231,4,0,Bb4,,,,,,,,,,T,,,,,,gutim,4743 +rst,169,15,2,3563,2402,,768,816.8582180000008,,,,,,,176,102,0,,,,,,,,,,,gutim,4744 +nof,164,19,1,3463,2403,,853,817.2412180000008,,,,,,,144,70,0,,,,,,,,,,,gutim,4745 +non,169,16,1,3564,2404,1228,938,817.2412180000008,0.770733173076923,2,0,D6,mp,14,144,86,14,,,,,t,o,,,,,gutim,4746 +rst,169,17,2,3565,2405,,1024,817.4352180000008,,,,,,,176,102,0,,,,,,,,,,,gutim,4747 +rst,169,18,3,3566,2405,,1024,817.4352180000008,,,,,,,176,102,0,,,,,,,,,,,gutim,4748 +non,169,19,1,3567,2406,,1280,818.0122180000008,0.191556490384615,8,0,D6,,,,,,,,,,T,,,,,,gutim,4749 +rst,169,20,3,3568,2406,,1280,818.0122180000008,,,,,,,176,102,0,,,,,,,,,,,gutim,4750 +nof,169,16,1,3564,2407,,938,818.2042180000008,,,,,,,144,86,0,,,,,,,,,,,gutim,4746 +non,169,21,1,3569,2407,1229,1365,818.2042180000008,0.191556490384615,8,0,C3,pp,8,144,48,8,,,,,,o,,,,,gutim,4751 +non,169,22,3,3570,2407,1229,1365,818.2042180000008,0.385366586538462,4,0,Bb2,ppp,5,144,46,5,,,,,,o,,,,,gutim,4752 +nof,169,21,1,3569,2408,,1365,818.3952180000008,,,,,,,144,48,0,,,,,,,,,,,gutim,4751 +rst,169,23,1,3571,2408,,1450,818.3952180000008,,,,,,,176,102,0,,,,,,,,,,,gutim,4753 +nof,169,22,3,3570,2409,,1365,818.5892180000008,,,,,,,144,46,0,,,,,,,,,,,gutim,4752 +non,169,24,1,3572,2409,1230,1536,818.5892180000008,0.0946514423076923,16,0,B4,f,20,144,71,20,,,,,,o,,,,,gutim,4754 +non,169,25,1,3573,2409,1230,1536,818.5892180000008,0.144230769230769,16,0,A#5,f,20,144,82,20,,,,,,o,,,,,gutim,4755 +non,169,26,1,3574,2409,1230,1536,818.5892180000008,0.144230769230769,16,0,C#6,f,20,144,85,20,,,,,,o,,,,,gutim,4756 +non,169,27,3,3575,2409,1230,1536,818.5892180000008,0.0946514423076923,16,0,E4,pppp,2,144,64,2,,,,,,o,,,,,gutim,4757 +nof,169,24,1,3572,2410,,1536,818.6842180000008,,,,,,,144,71,0,,,,,,,,,,,gutim,4754 +nof,169,27,3,3575,2410,,1536,818.6842180000008,,,,,,,144,64,0,,,,,,,,,,,gutim,4757 +rst,169,28,1,3576,2410,,1578,818.6842180000008,,,,,,,176,102,0,,,,,,,,,,,gutim,4758 +non,169,29,3,3577,2410,1231,1578,818.6842180000008,0.0969050480769231,16,0,F#3,pp,8,144,54,8,,,,,,o,,,,,gutim,4759 +nof,169,25,1,3573,2411,,1536,818.7332180000008,,,,,,,144,82,0,,,,,,,,,,,gutim,4755 +nof,169,26,1,3574,2411,,1536,818.7332180000008,,,,,,,144,85,0,,,,,,,,,,,gutim,4756 +nof,169,29,3,3577,2412,,1578,818.7812180000008,,,,,,,144,54,0,,,,,,,,,,,gutim,4759 +non,169,30,3,3578,2412,1232,1621,818.7812180000008,0.0969050480769231,16,0,C4,pp-,7,144,60,7,,,,,,o,,,,,gutim,4760 +nof,169,30,3,3578,2413,,1621,818.8772180000008,,,,,,,144,60,0,,,,,,,,,,,gutim,4760 +rst,169,31,1,3579,2413,,1664,818.8772180000008,,,,,,,176,102,0,,,,,,,,,,,gutim,4761 +rst,169,32,3,3580,2413,,1664,818.8772180000008,,,,,,,176,102,0,,,,,,,,,,,gutim,4762 +rst,169,33,1,3581,2414,,1792,819.1662180000008,,,,,,,176,102,0,,,,,,,,,,,gutim,4763 +non,169,34,2,3582,2414,1233,1792,819.1662180000008,0.576923076923077,4,0,E4,p,11,144,64,11,,,,,t,o,,,,,gutim,4764 +non,169,35,2,3583,2414,1233,1792,819.1662180000008,0.576923076923077,4,0,Bb4,p,11,144,70,11,,,,,t,o,,,,,gutim,4765 +non,169,36,3,3584,2414,1233,,819.1662180000008,0.05,8,0,F#2,pp-,7,144,42,7,,,,g,,o,,,,,gutim,4766 +nof,169,36,3,3584,2415,,,819.2162180000007,,,,,,,144,42,0,,,,,,,,,,,gutim,4766 +non,169,37,3,3585,2416,1234,,819.2412180000008,0.05,8,0,G3,pp,8,144,55,8,,,,g,,o,,,,,gutim,4767 +nof,169,37,3,3585,2417,,,819.2912180000008,,,,,,,144,55,0,,,,,,,,,,,gutim,4767 +non,169,38,3,3586,2418,1235,1792,819.3162180000007,0.576923076923077,4,0,G#1,p,11,144,32,11,,,,,t,o,,,,,gutim,4768 +bar,170,0,0,3587,2419,,0,819.8932180000007,,,,,,,,,,170,,,,,,,,,,gutim,4769 +rst,170,1,1,3588,2419,,0,819.8932180000007,,,,,,,176,102,0,,,,,,,,,,,gutim,4770 +non,170,2,2,3589,2419,,0,819.8932180000007,1.15384615384615,2,0,E4,,,,,,,,,,_,,,,,,gutim,4771 +non,170,3,2,3590,2419,,0,819.8932180000007,1.15384615384615,2,0,Bb4,,,,,,,,,,_,,,,,,gutim,4772 +non,170,4,3,3591,2419,,0,819.8932180000007,1.15384615384615,2,0,G#1,,,,,,,,,,_,,,,,,gutim,4773 +non,170,5,4,3592,2419,,0,819.8932180000007,4.61538461538462,0.5,0,A0,,,,,,,,,,_,,,,,,gutim,4774 +non,170,6,2,3593,2420,,512,821.0472180000007,0.191556490384615,8,0,E4,,,,,,,,,,T,,,,,,gutim,4775 +non,170,7,2,3594,2420,,512,821.0472180000007,0.288461538461538,8,0,Bb4,,,,,,,,,,T,,,,,,gutim,4776 +non,170,8,3,3595,2420,,512,821.0472180000007,0.191556490384615,8,0,G#1,,,,,,,,,,_,,,,,,gutim,4777 +nof,169,34,2,3582,2421,,1792,821.0882180000008,,,,,,,144,64,0,,,,,,,,,,,gutim,4764 +nof,169,35,2,3583,2422,,1792,821.1852180000008,,,,,,,144,70,0,,,,,,,,,,,gutim,4765 +non,170,9,2,3596,2423,1236,597,821.2382180000008,0.288461538461538,8,1,D6,ppp,5,144,86,5,,,,,,o,,,,,gutim,4778 +non,170,10,3,3597,2423,,597,821.2382180000008,0.0473257211538462,32,0,G#1,,,,,,,,,,_,,,,,,gutim,4779 +non,170,11,3,3598,2423,1236,597,821.2382180000008,0.0721153846153846,32,0,B1,pp,8,144,35,8,,,,,,o,,,,,gutim,4780 +non,170,12,3,3599,2424,1237,618,821.2862180000008,0.0495793269230769,32,0,F#1,pp,8,144,30,8,,,,,,o,,,,,gutim,4781 +non,170,13,3,3600,2424,,618,821.2862180000008,0.0721153846153846,32,0,G#1,,,,,,,,,,_,,,,,,gutim,4782 +nof,170,11,3,3598,2425,,597,821.3102180000008,,,,,,,144,35,0,,,,,,,,,,,gutim,4780 +nof,170,12,3,3599,2426,,618,821.3352180000007,,,,,,,144,30,0,,,,,,,,,,,gutim,4781 +non,170,14,3,3601,2426,,640,821.3352180000007,0.288461538461538,8,1,G#1,,,,,,,,,,_,,,,,,gutim,4783 +nof,170,9,2,3596,2427,,597,821.5272180000007,,,,,,,144,86,0,,,,,,,,,,,gutim,4778 +non,170,15,2,3602,2427,1238,725,821.5272180000007,0.0969050480769231,16,0,G4,pppp,2,144,67,2,,,,,t,o,,,,,gutim,4784 +non,170,16,2,3603,2428,,768,821.6242180000007,0.383112980769231,4,0,G4,,,,,,,,,,T,,,,,,gutim,4785 +non,170,17,3,3604,2428,,768,821.6242180000007,0.191556490384615,8,0,G#1,,,,,,,,,,T,,,,,,gutim,4786 +non,170,18,3,3605,2429,1239,853,821.8152180000008,0.385366586538462,4,0,C3,mf,17,144,48,17,,,,,,o,,,,,gutim,4787 +nof,169,38,3,3586,2430,,1792,821.8382180000008,,,,,,,144,32,0,,,,,,,,,,,gutim,4768 +nof,170,15,2,3602,2431,,725,822.0072180000008,,,,,,,144,67,0,,,,,,,,,,,gutim,4784 +non,170,19,2,3606,2431,1240,938,822.0072180000008,0.193810096153846,8,0,F#3,p,11,144,54,11,,,,,t,o,,,,,gutim,4788 +nof,170,18,3,3605,2432,,853,822.2012180000007,,,,,,,144,48,0,,,,,,,,,,,gutim,4787 +rst,170,20,1,3607,2432,,1024,822.2012180000007,,,,,,,176,102,0,,,,,,,,,,,gutim,4789 +non,170,21,2,3608,2432,,1024,822.2012180000007,0.576923076923077,4,0,F#3,,,,,,,,,,_,,,,,,gutim,4790 +rst,170,22,3,3609,2432,,1024,822.2012180000007,,,,,,,176,102,0,,,,,,,,,,,gutim,4791 +non,170,23,1,3610,2433,1241,1109,822.3922180000008,0.385366586538462,4,0,F6,ff,22,144,89,22,,,,,t,o,,,,,gutim,4792 +non,170,24,1,3611,2434,,1280,822.7772180000007,0.191556490384615,8,0,F6,,,,,,,,,,T,,,,,,gutim,4793 +non,170,25,2,3612,2434,,1280,822.7772180000007,0.191556490384615,8,0,F#3,,,,,,,,,,T,,,,,,gutim,4794 +nof,170,19,2,3606,2435,,938,822.9692180000008,,,,,,,144,54,0,,,,,,,,,,,gutim,4788 +nof,170,23,1,3610,2435,,1109,822.9692180000008,,,,,,,144,89,0,,,,,,,,,,,gutim,4792 +non,170,26,1,3613,2435,1242,1365,822.9692180000008,0.385366586538462,4,0,B5,f-,19,144,83,19,,,,,,o,,,,,gutim,4795 +rst,170,27,2,3614,2435,,1365,822.9692180000008,,,,,,,176,102,0,,,,,,,,,,,gutim,4796 +non,170,28,2,3615,2436,1243,1450,823.1612180000008,0.193810096153846,8,0,C4,mf,17,144,60,17,,,,,,o,,,,,gutim,4797 +nof,170,26,1,3613,2437,,1365,823.3542180000007,,,,,,,144,83,0,,,,,,,,,,,gutim,4795 +nof,170,28,2,3615,2437,,1450,823.3542180000007,,,,,,,144,60,0,,,,,,,,,,,gutim,4797 +rst,170,29,1,3616,2437,,1536,823.3542180000007,,,,,,,176,102,0,,,,,,,,,,,gutim,4798 +rst,170,30,2,3617,2437,,1536,823.3542180000007,,,,,,,176,102,0,,,,,,,,,,,gutim,4799 +non,170,32,3,3618,2438,1244,,823.7812180000008,0.05,8,0,G3,pp,8,144,55,8,,,,g,,o,,d,,,gutim,4800 +nof,170,32,3,3618,2439,,,823.8312180000007,,,,,,,144,55,0,,,,,,,,,,,gutim,4800 +non,170,33,3,3619,2440,1245,,823.8562180000008,0.05,8,0,C3,pp,8,144,48,8,,,,g,,o,,d,,,gutim,4801 +nof,170,33,3,3619,2441,,,823.9062180000008,,,,,,,144,48,0,,,,,,,,,,,gutim,4801 +non,170,31,1,3620,2442,1246,1792,823.9312180000007,0.576923076923077,4,0,F5,mf,17,144,77,17,,,,,t,o,,d,,,gutim,4802 +non,170,34,3,3621,2442,1246,1792,823.9312180000007,0.576923076923077,4,0,Bb3,pp,8,144,58,8,,,,,t,o,,d,,,gutim,4803 +bar,171,0,0,3622,2443,,0,824.5082180000007,,,,,,,,,,171,,,,,,,,,,gutim,4804 +non,171,1,1,3623,2443,,0,824.5082180000007,0.576923076923077,4,0,F5,,,,,,,,,,_,,,,,,gutim,4805 +rst,171,2,2,3624,2443,,0,824.5082180000007,,,,,,,176,102,0,,,,,,,,,,,gutim,4806 +non,171,3,3,3625,2443,,0,824.5082180000007,0.576923076923077,4,0,Bb3,,,,,,,,,,T,,,,,,gutim,4807 +non,171,4,4,3626,2443,,0,824.5082180000007,4.61538461538462,0.5,0,A0,,,,,,,,,,_,,,,,,gutim,4808 +nof,170,34,3,3621,2444,,1792,825.0852180000007,,,,,,,144,58,0,,,,,,,,,,,gutim,4803 +non,171,5,1,3627,2444,,256,825.0852180000007,0.383112980769231,4,0,F5,,,,,,,,,,T,,,,,,gutim,4809 +rst,171,6,2,3628,2444,,256,825.0852180000007,,,,,,,176,102,0,,,,,,,,,,,gutim,4810 +rst,171,7,3,3629,2444,,256,825.0852180000007,,,,,,,176,102,0,,,,,,,,,,,gutim,4811 +rst,171,8,3,3630,2445,,341,825.2772180000007,,,,,,,176,102,0,,,,,,,,,,,gutim,4812 +non,171,9,2,3631,2446,1247,384,825.3742180000007,0.0946514423076923,16,0,G5,mp,14,144,79,14,,,,,,o,,d,,,gutim,4813 +non,171,10,2,3632,2446,1247,384,825.3742180000007,0.144230769230769,16,0,A5,f,20,144,81,20,,,,,,o,,d,,,gutim,4814 +nof,170,31,1,3620,2447,,1792,825.4682180000008,,,,,,,144,77,0,,,,,,,,,,,gutim,4802 +nof,171,9,2,3631,2448,,384,825.4682180000008,,,,,,,144,79,0,,,,,,,,,,,gutim,4813 +rst,171,11,1,3633,2448,,426,825.4682180000008,,,,,,,176,102,0,,,,,,,,,,,gutim,4815 +non,171,12,2,3634,2448,1248,426,825.4682180000008,0.0969050480769231,16,0,G#4,f,20,144,68,20,,,,,,o,,d,,,gutim,4816 +non,171,13,2,3635,2448,1248,426,825.4682180000008,0.144230769230769,16,0,B4,f,20,144,71,20,,,,,,o,,d,,,gutim,4817 +non,171,14,3,3636,2448,1248,426,825.4682180000008,0.0969050480769231,16,0,E3,f,20,144,52,20,,,,,,o,,,,,gutim,4818 +non,171,15,3,3637,2448,1248,426,825.4682180000008,0.144230769230769,16,0,C4,pp,8,144,60,8,,,,,,o,,,,,gutim,4819 +nof,171,10,2,3632,2449,,384,825.5182180000007,,,,,,,144,81,0,,,,,,,,,,,gutim,4814 +nof,171,12,2,3634,2450,,426,825.5652180000008,,,,,,,144,68,0,,,,,,,,,,,gutim,4816 +nof,171,14,3,3636,2450,,426,825.5652180000008,,,,,,,144,52,0,,,,,,,,,,,gutim,4818 +non,171,16,2,3638,2450,1249,469,825.5652180000008,0.0969050480769231,16,0,E6,pp,8,144,88,8,,,,,,o,,d,,,gutim,4820 +non,171,17,3,3639,2450,1249,469,825.5652180000008,0.0969050480769231,16,0,C#2,pp,8,144,37,8,,,,,t,o,,,,,gutim,4821 +nof,171,13,2,3635,2451,,426,825.6132180000008,,,,,,,144,71,0,,,,,,,,,,,gutim,4817 +nof,171,15,3,3637,2451,,426,825.6132180000008,,,,,,,144,60,0,,,,,,,,,,,gutim,4819 +nof,171,16,2,3638,2452,,469,825.6622180000007,,,,,,,144,88,0,,,,,,,,,,,gutim,4820 +rst,171,18,1,3640,2452,,512,825.6622180000007,,,,,,,176,102,0,,,,,,,,,,,gutim,4822 +rst,171,19,2,3641,2452,,512,825.6622180000007,,,,,,,176,102,0,,,,,,,,,,,gutim,4823 +non,171,20,3,3642,2452,,512,825.6622180000007,2.30769230769231,1,0,C#2,,,,,,,,,,_,,,,,,gutim,4824 +non,171,22,1,3643,2453,1250,1536,827.9702180000007,1.15384615384615,2,0,A7,f,20,144,105,20,,,,,,o,,D 5962,,,gutim,4825 +non,171,23,3,3644,2453,,1536,827.9702180000007,1.15384615384615,2,0,C#2,,,,,,,,,,T,,,,,,gutim,4826 +non,171,24,3,3645,2453,1250,1536,827.9702180000007,1.15384615384615,2,0,G#2,ppp,5,144,44,5,,,,,t,o,,,,,gutim,4827 +ped,171,21,0,3646,2453,,1536,827.9702180000007,,,,,,,176,64,127,,,,,,,V,,,,gutim,4828 +bar,172,0,0,3647,2454,,0,829.1242180000007,,,,,,,,,,172,,,,,,,,,,gutim,4829 +rst,172,1,1,3648,2454,,0,829.1242180000007,,,,,,,176,102,0,,,,,,,,,,,gutim,4830 +non,172,2,3,3649,2454,,0,829.1242180000007,4.61538461538462,0.5,0,G#2,,,,,,,,,,T,,,,,,gutim,4831 +non,172,3,4,3650,2454,,0,829.1242180000007,4.61538461538462,0.5,0,A0,,,,,,,,,,_,,,,,,gutim,4832 +nof,171,17,3,3639,2455,,469,829.2742180000008,,,,,,,144,37,0,,,,,,,,,,,gutim,4821 +nof,171,22,1,3643,2455,,1536,829.2742180000008,,,,,,,144,105,0,,,,,,,,,,,gutim,4825 +non,172,4,1,3651,2456,1251,768,830.8542180000007,0.576923076923077,4,0,C#7,p,11,144,97,11,,,,,t,o,,,,,gutim,4833 +non,172,5,1,3652,2457,,1024,831.4312180000007,2.30769230769231,1,0,C#7,,,,,,,,,,T,,,,,,gutim,4834 +nof,172,4,1,3651,2458,,768,833.7392180000007,,,,,,,144,97,0,,,,,,,,,,,gutim,4833 +bar,173,0,0,3653,2458,,0,833.7392180000007,,,,,,,,,,173,,,,,,,,,,gutim,4835 +ped,173,1,0,3654,2458,,0,833.7392180000007,,,,,,,176,64,0,,,,,,,^,,,,gutim,4828 +rst,173,2,1,3655,2458,,0,833.7392180000007,,,,,,,176,102,0,,,,,,,,,,,gutim,4836 +rst,173,3,2,3656,2458,,0,833.7392180000007,,,,,,,176,102,0,,,,,,,,,,,gutim,4837 +non,173,4,3,3657,2458,1252,0,833.7392180000007,0.288461538461538,8,0,E2,pppp,2,144,40,2,,,,,,o,,,,,gutim,4838 +non,173,5,3,3658,2458,1252,0,833.7392180000007,0.288461538461538,8,0,C4,pppp,2,144,60,2,,,,,,o,,,,,gutim,4839 +non,173,6,4,3659,2458,,0,833.7392180000007,3.46153846153846,1,1,A0,,,,,,,,,,_,,,,,,gutim,4840 +sec,173,7,0,3660,2458,,0,833.7392180000007,,,,,,,,,,,5962,,,,,,,,,gutim,4841 +nof,171,24,3,3645,2459,,1536,833.8892180000007,,,,,,,144,44,0,,,,,,,,,,,gutim,4827 +nof,173,4,3,3657,2460,,0,834.0272180000007,,,,,,,144,40,0,,,,,,,,,,,gutim,4838 +nof,173,5,3,3658,2460,,0,834.0272180000007,,,,,,,144,60,0,,,,,,,,,,,gutim,4839 +non,173,8,1,3661,2460,1253,,834.0272180000007,0.05,8,0,F4,p,11,144,65,11,,,,g,,o,,,,,gutim,4842 +nof,173,8,1,3661,2461,,,834.0772180000008,,,,,,,144,65,0,,,,,,,,,,,gutim,4842 +non,173,9,1,3662,2462,1254,,834.1022180000008,0.05,8,0,D3,p,11,144,50,11,,,,g,,o,,,,,gutim,4843 +nof,173,9,1,3662,2463,,,834.1522180000007,,,,,,,144,50,0,,,,,,,,,,,gutim,4843 +non,173,10,1,3663,2464,1255,128,834.1772180000007,0.288461538461538,8,0,C#5,mp,14,144,73,14,,,,,t,o,,,,,gutim,4844 +rst,173,11,3,3664,2464,,128,834.1772180000007,,,,,,,176,102,0,,,,,,,,,,,gutim,4845 +non,173,12,1,3665,2465,,256,834.4662180000007,2.30769230769231,1,0,C#5,,,,,,,,,,_,,,,,,gutim,4846 +rst,173,13,3,3666,2465,,256,834.4662180000007,,,,,,,176,102,0,,,,,,,,,,,gutim,4847 +rst,173,14,3,3667,2466,,512,835.0432180000007,,,,,,,176,102,0,,,,,,,,,,,gutim,4848 +non,173,15,1,3668,2467,,1280,836.7742180000008,0.144230769230769,16,0,C#5,,,,,,,,,,T,,,,,,gutim,4849 +nof,173,10,1,3663,2468,,128,836.9182180000007,,,,,,,144,73,0,,,,,,,,,,,gutim,4844 +non,173,16,1,3669,2468,1256,1344,836.9182180000007,0.432692307692308,8,1,F#1,ppp,5,144,30,5,,,,,,o,,,,,gutim,4850 +nof,173,16,1,3669,2469,,1344,837.3512180000008,,,,,,,144,30,0,,,,,,,,,,,gutim,4850 +rst,173,20,1,3670,2469,,1536,837.3512180000008,,,,,,,176,102,0,,,,,,,,,,,gutim,4851 +non,173,17,1,3671,2469,1257,,837.3512180000008,0.05,8,0,G5,p,11,144,79,11,,,,g,,o,,,,,gutim,4852 +nof,173,17,1,3671,2470,,,837.4012180000008,,,,,,,144,79,0,,,,,,,,,,,gutim,4852 +non,173,18,1,3672,2471,1258,,837.4262180000007,0.05,8,0,C4,mp,14,144,60,14,,,,g,,o,,,,,gutim,4853 +non,173,19,1,3673,2471,1258,,837.4262180000007,0.05,8,0,A6,mp,14,144,93,14,,,,g,,o,,,,,gutim,4854 +nof,173,18,1,3672,2472,,,837.4762180000008,,,,,,,144,60,0,,,,,,,,,,,gutim,4853 +nof,173,19,1,3673,2472,,,837.4762180000008,,,,,,,144,93,0,,,,,,,,,,,gutim,4854 +non,173,21,3,3674,2473,1259,1536,837.5012180000008,0.576923076923077,4,0,E3,mf,17,144,52,17,,,,,,o,,d,,,gutim,4855 +non,173,22,4,3675,2473,,1536,837.5012180000008,0.576923076923077,4,0,A0,,,,,,,,,,T,,,,,,gutim,4856 +non,173,23,4,3676,2473,1259,1536,837.5012180000008,0.576923076923077,4,0,Bb2,mf,17,144,46,17,,,,,t,o,,,,,gutim,4857 +nof,158,38,4,3379,2474,,1152,837.7772180000007,,,,,,,144,21,0,,,,,,,,,,,gutim,4858 +nof,173,21,3,3674,2475,,1536,838.0772180000008,,,,,,,144,52,0,,,,,,,,,,,gutim,4855 +non,173,24,1,3677,2475,1260,1792,838.0772180000008,0.144230769230769,16,0,F1,ppp,5,144,29,5,,,,,t,o,,d,,,gutim,4859 +non,173,25,2,3678,2475,1260,1792,838.0772180000008,0.144230769230769,16,0,D1,ppp,5,144,26,5,,,,,,o,,d,,,gutim,4860 +non,173,26,3,3679,2475,1260,,838.0772180000008,0.05,8,0,G4,p,11,144,67,11,,,,g,,o,,d,,,gutim,4861 +nof,173,26,3,3679,2476,,,838.1272180000008,,,,,,,144,67,0,,,,,,,,,,,gutim,4861 +non,173,27,3,3680,2477,1261,,838.1522180000007,0.05,8,0,Db3,p,11,144,49,11,,,,g,,o,,d,,,gutim,4862 +nof,173,27,3,3680,2478,,,838.2022180000008,,,,,,,144,49,0,,,,,,,,,,,gutim,4862 +nof,173,25,2,3678,2479,,1792,838.2222180000008,,,,,,,144,26,0,,,,,,,,,,,gutim,4860 +non,173,28,3,3681,2480,1262,1792,838.2272180000008,0.0721153846153846,32,0,Ab1,mp,14,144,32,14,,,,,,o,,d,,,gutim,4863 +non,173,29,4,3682,2480,,1792,838.2272180000008,0.576923076923077,4,0,Bb2,,,,,,,,,,_,,,,,,gutim,4864 +nof,173,28,3,3681,2481,,1792,838.3002180000008,,,,,,,144,32,0,,,,,,,,,,,gutim,4863 +non,173,30,3,3683,2481,1263,1824,838.3002180000008,0.0721153846153846,32,0,Ab3,p,11,144,56,11,,,,,,o,,d,,,gutim,4865 +nof,173,30,3,3683,2482,,1824,838.3722180000008,,,,,,,144,56,0,,,,,,,,,,,gutim,4865 +non,173,31,1,3684,2482,,1856,838.3722180000008,0.216346153846154,16,1,F1,,,,,,,,,,T,,,,,,gutim,4866 +non,173,32,2,3685,2482,1264,1856,838.3722180000008,0.144230769230769,16,0,Db1,p,11,144,25,11,,,,,,o,,d,,,gutim,4867 +non,173,33,3,3686,2482,1264,1856,838.3722180000008,0.432692307692308,8,1,F2,p,11,144,41,11,,,,,t,o,,D 5963,,,gutim,4868 +nof,173,24,1,3677,2483,,1792,838.4382180000008,,,,,,,144,29,0,,,,,,,,,,,gutim,4859 +nof,173,32,2,3685,2484,,1856,838.5162180000008,,,,,,,144,25,0,,,,,,,,,,,gutim,4867 +rst,173,34,2,3687,2484,,1920,838.5162180000008,,,,,,,176,102,0,,,,,,,,,,,gutim,4869 +non,173,35,1,3688,2485,1265,1952,838.5882180000008,0.216346153846154,16,1,Gb3,pp,8,144,54,8,,,,,t,o,,,,,gutim,4870 +bar,174,0,0,3689,2486,,0,838.8042180000008,,,,,,,,,,174,,,,,,,,,,gutim,4871 +non,174,1,1,3690,2486,,0,838.8042180000008,0.144230769230769,16,0,Gb3,,,,,,,,,,T,,,,,,gutim,4872 +rst,174,2,2,3691,2486,,0,838.8042180000008,,,,,,,176,102,0,,,,,,,,,,,gutim,4873 +non,174,3,3,3692,2486,,0,838.8042180000008,0.144230769230769,16,0,F2,,,,,,,,,,T,,,,,,gutim,4874 +non,174,4,4,3693,2486,,0,838.8042180000008,1.15384615384615,2,0,Bb2,,,,,,,,,,_,,,,,,gutim,4875 +nof,173,35,1,3688,2487,,1952,838.9492180000008,,,,,,,144,54,0,,,,,,,,,,,gutim,4870 +non,174,5,1,3694,2487,1266,64,838.9492180000008,0.288461538461538,8,0,B6,mp,14,144,95,14,,,,,,o,,,e,,gutim,4876 +non,174,6,3,3695,2487,1266,64,838.9492180000008,0.432692307692308,8,1,Db3,mp,14,144,49,14,,,,,,o,,,,,gutim,4877 +nof,173,33,3,3686,2488,,1856,838.9492180000008,,,,,,,144,41,0,,,,,,,,,,,gutim,4868 +nof,174,5,1,3694,2489,,64,839.2372180000008,,,,,,,144,95,0,,,,,,,,,,,gutim,4876 +rst,174,7,1,3696,2489,,192,839.2372180000008,,,,,,,176,102,0,,,,,,,,,,,gutim,4878 +non,174,8,1,3697,2490,1267,224,839.3092180000008,0.0721153846153846,32,0,D4,p,11,144,62,11,,,,,t,o,,,e,,gutim,4879 +nof,174,6,3,3695,2491,,64,839.3812180000008,,,,,,,144,49,0,,,,,,,,,,,gutim,4877 +non,174,9,1,3698,2491,,256,839.3812180000008,0.288461538461538,8,0,D4,,,,,,,,,,T,,,,,,gutim,4880 +non,174,10,3,3699,2491,1268,256,839.3812180000008,0.576923076923077,4,0,A4,mf,17,144,69,17,,,,,,o,,,,,gutim,4881 +nof,174,8,1,3697,2492,,224,839.6702180000008,,,,,,,144,62,0,,,,,,,,,,,gutim,4879 +non,174,11,1,3700,2492,1269,384,839.6702180000008,0.288461538461538,8,0,Bb4,pp,8,144,70,8,,,,,t,o,,,e,,gutim,4882 +nof,173,23,4,3676,2493,,1536,839.8802180000008,,,,,,,144,46,0,,,,,,,,,,,gutim,4857 +nof,174,10,3,3699,2494,,256,839.9582180000008,,,,,,,144,69,0,,,,,,,,,,,gutim,4881 +non,174,12,1,3701,2494,,512,839.9582180000008,0.0721153846153846,32,0,Bb4,,,,,,,,,,T,,,,,,gutim,4883 +non,174,13,2,3702,2494,1270,512,839.9582180000008,0.288461538461538,8,0,D2,pp,8,144,38,8,,,,,,o,,,,,gutim,4884 +rst,174,14,3,3703,2494,,512,839.9582180000008,,,,,,,176,102,0,,,,,,,,,,,gutim,4885 +non,174,15,4,3704,2494,,512,839.9582180000008,0.0721153846153846,32,0,Bb2,,,,,,,,,,T,,,,,,gutim,4886 +non,174,16,4,3705,2494,1270,512,839.9582180000008,0.0721153846153846,32,0,E3,pp,8,144,52,8,,,,,,o,,,,,gutim,4887 +nof,174,11,1,3700,2495,,384,840.0302180000008,,,,,,,144,70,0,,,,,,,,,,,gutim,4882 +nof,174,16,4,3705,2495,,512,840.0302180000008,,,,,,,144,52,0,,,,,,,,,,,gutim,4887 +rst,174,17,1,3706,2495,,544,840.0302180000008,,,,,,,176,102,0,,,,,,,,,,,gutim,4888 +non,174,18,4,3707,2495,1271,544,840.0302180000008,0.216346153846154,16,1,B4,pp,8,144,71,8,,,,,,o,,,e,,gutim,4889 +non,174,19,3,3708,2496,1272,608,840.1752180000008,0.0721153846153846,32,0,A0,pp,8,144,21,8,,,,,,o,,,,,gutim,4890 +nof,174,19,3,3708,2497,,608,840.2472180000008,,,,,,,144,21,0,,,,,,,,,,,gutim,4890 +rst,174,20,2,3709,2497,,640,840.2472180000008,,,,,,,176,102,0,,,,,,,,,,,gutim,4891 +non,174,21,3,3710,2497,1273,640,840.2472180000008,0.144230769230769,16,0,G1,pp,8,144,31,8,,,,,,o,,,,,gutim,4892 +rst,174,22,4,3711,2497,,640,840.2472180000008,,,,,,,176,102,0,,,,,,,,,,,gutim,4893 +nof,174,13,2,3702,2498,,512,840.2472180000008,,,,,,,144,38,0,,,,,,,,,,,gutim,4884 +nof,174,18,4,3707,2498,,544,840.2472180000008,,,,,,,144,71,0,,,,,,,,,,,gutim,4889 +nof,174,21,3,3710,2499,,640,840.3912180000008,,,,,,,144,31,0,,,,,,,,,,,gutim,4892 +non,174,23,3,3712,2499,1274,704,840.3912180000008,0.144230769230769,16,0,Bb1,pp,8,144,34,8,,,,,,o,,,,,gutim,4894 +non,174,24,4,3713,2499,1274,704,840.3912180000008,0.144230769230769,16,0,E6,pp,8,144,88,8,,,,,,o,,,E 5963,,gutim,4895 +sec,174,25,0,3714,2499,,704,840.3912180000008,,,,,,,,,,,5963,,,,,,,,,gutim,4896 +nof,174,23,3,3712,2500,,704,840.5352180000008,,,,,,,144,34,0,,,,,,,,,,,gutim,4894 +nof,174,24,4,3713,2500,,704,840.5352180000008,,,,,,,144,88,0,,,,,,,,,,,gutim,4895 +rst,174,26,1,3715,2500,,768,840.5352180000008,,,,,,,176,102,0,,,,,,,,,,,gutim,4897 +rst,174,27,2,3716,2500,,768,840.5352180000008,,,,,,,176,102,0,,,,,,,,,,,gutim,4898 +non,174,28,3,3717,2500,1275,768,840.5352180000008,0.576923076923077,4,0,F2,mp,14,144,41,14,,,,,t,o,,,,,gutim,4899 +non,174,29,4,3718,2500,1275,768,840.5352180000008,0.144230769230769,16,0,Eb6,pp,8,144,87,8,,,,,,o,,,,,gutim,4900 +nof,174,29,4,3718,2501,,768,840.6792180000008,,,,,,,144,87,0,,,,,,,,,,,gutim,4900 +rst,174,30,4,3719,2501,,832,840.6792180000008,,,,,,,176,102,0,,,,,,,,,,,gutim,4901 +rst,174,31,1,3720,2502,,1024,841.1122180000008,,,,,,,176,102,0,,,,,,,,,,,gutim,4902 +rst,174,32,2,3721,2502,,1024,841.1122180000008,,,,,,,176,102,0,,,,,,,,,,,gutim,4903 +non,174,33,3,3722,2502,,1024,841.1122180000008,2.30769230769231,1,0,F2,,,,,,,,,,_,,,,,,gutim,4904 +rst,174,34,4,3723,2502,,1024,841.1122180000008,,,,,,,176,102,0,,,,,,,,,,,gutim,4905 +ped,174,35,0,3724,2503,,1363,841.8762180000008,,,,,,,176,64,127,,,,,,,V,,,,gutim,4906 +bar,175,0,0,3725,2504,,0,843.4202180000008,,,,,,,,,,175,,,,,,,,,,gutim,4907 +rst,175,1,1,3726,2504,,0,843.4202180000008,,,,,,,176,102,0,,,,,,,,,,,gutim,4908 +non,175,2,3,3727,2504,,0,843.4202180000008,4.61538461538462,0.5,0,F2,,,,,,,,,,_,,,,,,gutim,4909 +bar,176,0,0,3728,2505,,0,848.0352180000008,,,,,,,,,,176,,,,,,,,,,gutim,4910 +rst,176,1,1,3729,2505,,0,848.0352180000008,,,,,,,176,102,0,,,,,,,,,,,gutim,4911 +non,176,2,3,3730,2505,,0,848.0352180000008,4.61538461538462,0.5,0,F2,,,,,,,,,,_,,,,,,gutim,4912 +rst,176,3,4,3731,2505,,0,848.0352180000008,,,,,,,176,102,0,,,,,,,,,,,gutim,4913 +rst,176,4,1,3732,2506,,1024,850.3432180000008,,,,,,,176,102,0,,,,,,,,,,,gutim,4914 +rst,176,5,4,3733,2506,,1024,850.3432180000008,,,,,,,176,102,0,,,,,,,,,,,gutim,4915 +ped,176,6,0,3734,2507,,1191,850.7192180000008,,,,,,,176,64,0,,,,,,,^,,,,gutim,4906 +non,176,8,4,3735,2508,1276,,851.0362180000008,0.05,8,0,F1,p,11,144,29,11,,,,g,,o,,d,,,gutim,4916 +nof,176,8,4,3735,2509,,,851.0862180000007,,,,,,,144,29,0,,,,,,,,,,,gutim,4916 +non,176,7,1,3736,2510,1277,1365,851.1112180000008,1.53921274038462,1,0,A#5,p,11,144,82,11,,,,,t,o,,d,,,gutim,4917 +non,176,9,4,3737,2510,1277,1365,851.1112180000008,0.768479567307692,2,0,E1,ppp,5,144,28,5,,,,,,o,,d,,,gutim,4918 +nof,176,9,4,3737,2511,,1365,851.8802180000008,,,,,,,144,28,0,,,,,,,,,,,gutim,4918 +rst,176,10,4,3738,2511,,1706,851.8802180000008,,,,,,,176,102,0,,,,,,,,,,,gutim,4919 +bar,177,0,0,3739,2512,,0,852.6512180000008,,,,,,,,,,177,,,,,,,,,,gutim,4920 +non,177,1,1,3740,2512,,0,852.6512180000008,4.61538461538462,0.5,0,A#5,,,,,,,,,,_,,,,,,gutim,4921 +rst,177,2,2,3741,2512,,0,852.6512180000008,,,,,,,176,102,0,,,,,,,,,,,gutim,4922 +non,177,3,3,3742,2512,,0,852.6512180000008,3.46153846153846,1,1,F2,,,,,,,,,,_,,,,,,gutim,4923 +rst,177,4,4,3743,2512,,0,852.6512180000008,,,,,,,176,102,0,,,,,,,,,,,gutim,4924 +rst,177,5,2,3744,2513,,1536,856.1122180000008,,,,,,,176,102,0,,,,,,,,,,,gutim,4925 +non,177,6,3,3745,2513,,1536,856.1122180000008,0.432692307692308,8,1,F2,,,,,,,,,,_,,,,,,gutim,4926 +rst,177,7,4,3746,2513,,1536,856.1122180000008,,,,,,,176,102,0,,,,,,,,,,,gutim,4927 +non,177,9,2,3747,2514,1278,1664,856.4012180000008,0.288461538461538,8,0,C#7,ppp,5,144,97,5,,,,,,o,,d,,,gutim,4928 +non,177,10,4,3748,2514,1278,1664,856.4012180000008,0.865384615384615,4,1,F2,fff,24,144,41,24,,,,,t,o,,d,,,gutim,4929 +ped,177,8,0,3749,2514,,1664,856.4012180000008,,,,,,,176,64,127,,,,,,,V,,,,gutim,4930 +non,177,11,3,3750,2515,,1728,856.5452180000008,0.144230769230769,16,0,F2,,,,,,,,,,T,,,,,,gutim,4931 +non,177,12,3,3751,2515,1279,1728,856.5452180000008,0.144230769230769,16,0,F#3,p,11,144,54,11,,,,,,o,,d,,,gutim,4932 +nof,177,12,3,3751,2516,,1728,856.6892180000008,,,,,,,144,54,0,,,,,,,,,,,gutim,4932 +ped,177,13,0,3752,2516,,1792,856.6892180000008,,,,,,,176,64,0,,,,,,,^,,,,gutim,4930 +non,177,14,2,3753,2516,1280,1792,856.6892180000008,0.144230769230769,16,0,D4,p-,10,144,62,10,,,,,,o,,d,,,gutim,4933 +rst,177,15,3,3754,2516,,1792,856.6892180000008,,,,,,,176,102,0,,,,,,,,,,,gutim,4934 +nof,177,9,2,3747,2517,,1664,856.6892180000008,,,,,,,144,97,0,,,,,,,,,,,gutim,4928 +nof,177,14,2,3753,2518,,1792,856.8332180000008,,,,,,,144,62,0,,,,,,,,,,,gutim,4933 +rst,177,16,2,3755,2518,,1856,856.8332180000008,,,,,,,176,102,0,,,,,,,,,,,gutim,4935 +non,177,17,2,3756,2519,1281,1984,857.1222180000008,0.144230769230769,16,0,B5,mp,14,144,83,14,,,,,t,o,,d,,,gutim,4936 +nof,174,28,3,3717,2520,,768,857.1392180000007,,,,,,,144,41,0,,,,,,,,,,,gutim,4929 +bar,178,0,0,3757,2521,,0,857.2662180000008,,,,,,,,,,178,,,,,,,,,,gutim,4937 +non,178,1,1,3758,2521,,0,857.2662180000008,1.15384615384615,2,0,A#5,,,,,,,,,,T,,,,,,gutim,4938 +non,178,2,2,3759,2521,,0,857.2662180000008,2.30769230769231,1,0,B5,,,,,,,,,,_,,,,,,gutim,4939 +rst,178,3,3,3760,2521,,0,857.2662180000008,,,,,,,176,102,0,,,,,,,,,,,gutim,4940 +non,178,4,4,3761,2521,,0,857.2662180000008,1.15384615384615,2,0,F2,,,,,,,,,,_,,,,,,gutim,4941 +non,178,5,3,3762,2522,1282,384,858.1312180000008,0.288461538461538,8,0,A2,ppp,5,144,45,5,,,,,,o,,D,,,gutim,4942 +nof,178,5,3,3762,2523,,384,858.4202180000008,,,,,,,144,45,0,,,,,,,,,,,gutim,4942 +non,178,6,1,3763,2523,1283,512,858.4202180000008,0.288461538461538,8,0,D6,mp,14,144,86,14,,,,,,o,,,,,gutim,4943 +rst,178,7,3,3764,2523,,512,858.4202180000008,,,,,,,176,102,0,,,,,,,,,,,gutim,4944 +non,178,8,4,3765,2523,,512,858.4202180000008,0.288461538461538,8,0,F2,,,,,,,,,,T,,,,,,gutim,4945 +nof,176,7,1,3736,2524,,1365,858.4202180000008,,,,,,,144,82,0,,,,,,,,,,,gutim,4917 +nof,178,6,1,3763,2525,,512,858.7082180000008,,,,,,,144,86,0,,,,,,,,,,,gutim,4943 +non,178,9,1,3766,2525,1284,640,858.7082180000008,0.288461538461538,8,0,G#5,mp,14,144,80,14,,,,,,o,,,,,gutim,4946 +non,178,10,3,3767,2525,1284,640,858.7082180000008,0.288461538461538,8,0,Gb2,pp,8,144,42,8,,,,,t,o,,,,,gutim,4947 +non,178,11,3,3768,2525,1284,640,858.7082180000008,0.288461538461538,8,0,E3,pp,8,144,52,8,,,,,,o,,,,,gutim,4948 +non,178,12,4,3769,2525,1284,640,858.7082180000008,0.865384615384615,4,1,F2,fff,24,144,41,24,,,,,t,o,,,,,gutim,4949 +nof,177,10,4,3748,2526,,1664,858.7082180000008,,,,,,,144,41,0,,,,,,,,,,,gutim,4949 +nof,178,9,1,3766,2527,,640,858.9972180000008,,,,,,,144,80,0,,,,,,,,,,,gutim,4946 +nof,178,11,3,3768,2527,,640,858.9972180000008,,,,,,,144,52,0,,,,,,,,,,,gutim,4948 +rst,178,13,1,3770,2527,,768,858.9972180000008,,,,,,,176,102,0,,,,,,,,,,,gutim,4950 +non,178,14,3,3771,2527,,768,858.9972180000008,0.576923076923077,4,0,Gb2,,,,,,,,,,_,,,,,,gutim,4951 +rst,178,15,1,3772,2528,,1024,859.5742180000008,,,,,,,176,102,0,,,,,,,,,,,gutim,4952 +non,178,16,2,3773,2528,,1024,859.5742180000008,0.432692307692308,8,1,B5,,,,,,,,,,T,,,,,,gutim,4953 +non,178,17,3,3774,2528,,1024,859.5742180000008,1.15384615384615,2,0,Gb2,,,,,,,,,,_,,,,,,gutim,4954 +non,178,18,4,3775,2528,,1024,859.5742180000008,2.30769230769231,1,0,F2,,,,,,,,,,T,,,,,,gutim,4955 +non,178,19,2,3776,2529,1285,,859.9312180000007,0.05,8,0,D6,mf,17,144,86,17,,,,g,,o,,,,,gutim,4956 +nof,178,19,2,3776,2530,,,859.9812180000008,,,,,,,144,86,0,,,,,,,,,,,gutim,4956 +nof,177,17,2,3756,2531,,1984,860.0062180000008,,,,,,,144,83,0,,,,,,,,,,,gutim,4936 +non,178,20,2,3777,2531,1286,1216,860.0062180000008,0.144230769230769,16,0,A2,mf,17,144,45,17,,,,,t,o,,,,,gutim,4957 +non,178,21,2,3778,2531,1286,1216,860.0062180000008,0.144230769230769,16,0,D3,mf,17,144,50,17,,,,,t,o,,,,,gutim,4958 +non,178,22,2,3779,2532,,1280,860.1512180000008,0.144230769230769,16,0,A2,,,,,,,,,,T,,,,,,gutim,4959 +non,178,23,2,3780,2532,,1280,860.1512180000008,0.144230769230769,16,0,D3,,,,,,,,,,_,,,,,,gutim,4960 +non,178,24,2,3781,2533,,1344,860.2952180000008,0.288461538461538,8,0,D3,,,,,,,,,,T,,,,,,gutim,4961 +non,178,25,2,3782,2533,1287,1344,860.2952180000008,0.288461538461538,8,0,F3,mf+,18,144,53,18,,,,,,o,,,,,gutim,4962 +nof,178,20,2,3777,2534,,1216,860.2952180000008,,,,,,,144,45,0,,,,,,,,,,,gutim,4957 +nof,178,25,2,3782,2535,,1344,860.5832180000008,,,,,,,144,53,0,,,,,,,,,,,gutim,4962 +rst,178,26,2,3783,2535,,1472,860.5832180000008,,,,,,,176,102,0,,,,,,,,,,,gutim,4963 +nof,178,21,2,3778,2536,,1216,860.5832180000008,,,,,,,144,50,0,,,,,,,,,,,gutim,4958 +rst,178,27,1,3784,2537,,1536,860.7272180000008,,,,,,,176,102,0,,,,,,,,,,,gutim,4964 +rst,178,28,2,3785,2537,,1536,860.7272180000008,,,,,,,176,102,0,,,,,,,,,,,gutim,4965 +non,178,32,3,3786,2537,,1536,860.7272180000008,0.576923076923077,4,0,Gb2,,,,,,,,,,_,,,,,,gutim,4966 +non,178,29,3,3787,2537,1288,,860.7272180000008,0.05,8,0,C#5,f,20,144,73,20,,,,g,,o,,d,,,gutim,4967 +nof,178,29,3,3787,2538,,,860.7772180000007,,,,,,,144,73,0,,,,,,,,,,,gutim,4967 +non,178,30,3,3788,2539,1289,,860.8022180000007,0.05,8,0,A3,f,20,144,57,20,,,,g,,o,,d,,,gutim,4968 +nof,178,30,3,3788,2540,,,860.8522180000008,,,,,,,144,57,0,,,,,,,,,,,gutim,4968 +non,178,31,3,3789,2541,1290,,860.8772180000008,0.05,8,0,G#5,f,20,144,80,20,,,,g,,o,,d,,,gutim,4969 +nof,178,31,3,3789,2542,,,860.9272180000007,,,,,,,144,80,0,,,,,,,,,,,gutim,4969 +non,178,33,3,3790,2543,1291,1536,860.9522180000008,0.576923076923077,4,0,Db4,ff,22,144,61,22,,,,,t,o,,d,,,gutim,4970 +non,178,34,1,3791,2544,1292,1792,861.5292180000008,0.144230769230769,16,0,Bb4,pp,8,144,70,8,,,,,,o,,d,,,gutim,4971 +non,178,35,2,3792,2544,1292,1792,861.5292180000008,0.576923076923077,4,0,G5,mp,14,144,79,14,,,,,t,o,,d,,,gutim,4972 +non,178,36,3,3793,2544,,1792,861.5292180000008,0.144230769230769,16,0,Gb2,,,,,,,,,,_,,,,,,gutim,4973 +non,178,37,3,3794,2544,,1792,861.5292180000008,0.144230769230769,16,0,Db4,,,,,,,,,,T,,,,,,gutim,4974 +nof,178,33,3,3790,2545,,1536,861.6742180000008,,,,,,,144,61,0,,,,,,,,,,,gutim,4970 +nof,178,34,1,3791,2545,,1792,861.6742180000008,,,,,,,144,70,0,,,,,,,,,,,gutim,4971 +non,178,38,1,3795,2545,1293,1856,861.6742180000008,0.432692307692308,8,1,D6,fff,24,144,86,24,,,,,t,o,,d 5964,,,gutim,4975 +non,178,39,3,3796,2545,,1856,861.6742180000008,0.432692307692308,8,1,Gb2,,,,,,,,,,_,,,,,,gutim,4976 +nof,178,12,4,3769,2546,,640,861.8812180000008,,,,,,,144,41,0,,,,,,,,,,,gutim,4977 +bar,179,0,0,3797,2547,,0,862.1062180000008,,,,,,,,,,179,,,,,,,,,,gutim,4978 +non,179,1,1,3798,2547,,0,862.1062180000008,3.46153846153846,1,1,D6,,,,,,,,,,_,,,,,,gutim,4979 +non,179,2,2,3799,2547,,0,862.1062180000008,3.46153846153846,1,1,G5,,,,,,,,,,_,,,,,,gutim,4980 +non,179,3,3,3800,2547,,0,862.1062180000008,4.61538461538462,0.5,0,Gb2,,,,,,,,,,_,,,,,,gutim,4981 +rst,179,4,4,3801,2547,,0,862.1062180000008,,,,,,,176,102,0,,,,,,,,,,,gutim,4982 +ped,179,5,0,3802,2548,,79,862.2842180000008,,,,,,,176,64,127,,,,,,,V,,,,gutim,4983 +rst,179,6,4,3803,2549,,256,862.6832180000008,,,,,,,176,102,0,,,,,,,,,,,gutim,4984 +non,179,7,4,3804,2550,1294,448,863.1162180000008,0.144230769230769,16,0,F#2,f,20,144,42,20,,,,,,o,,,,,gutim,4985 +nof,179,7,4,3804,2551,,448,863.2602180000008,,,,,,,144,42,0,,,,,,,,,,,gutim,4985 +rst,179,8,4,3805,2551,,512,863.2602180000008,,,,,,,176,102,0,,,,,,,,,,,gutim,4986 +non,179,9,1,3806,2552,,1536,865.5682180000008,0.288461538461538,8,0,D6,,,,,,,,,,T,,,,,,gutim,4987 +non,179,10,1,3807,2552,1295,1536,865.5682180000008,0.288461538461538,8,0,A6,fff,24,144,93,24,,,,,,o,,,,,gutim,4988 +non,179,11,2,3808,2552,,1536,865.5682180000008,0.288461538461538,8,0,G5,,,,,,,,,,T,,,,,,gutim,4989 +non,179,12,4,3809,2552,1295,1536,865.5682180000008,0.288461538461538,8,0,F2,ff,22,144,41,22,,,,,,o,,,,,gutim,4990 +non,179,13,4,3810,2552,1295,1536,865.5682180000008,0.288461538461538,8,0,C#3,ff,22,144,49,22,,,,,,o,,,,,gutim,4991 +nof,179,10,1,3807,2553,,1536,865.8562180000008,,,,,,,144,93,0,,,,,,,,,,,gutim,4988 +nof,179,12,4,3809,2553,,1536,865.8562180000008,,,,,,,144,41,0,,,,,,,,,,,gutim,4990 +nof,179,13,4,3810,2553,,1536,865.8562180000008,,,,,,,144,49,0,,,,,,,,,,,gutim,4991 +non,179,14,1,3811,2553,1296,1664,865.8562180000008,0.288461538461538,8,0,C#6,ff,22,144,85,22,,,,,t,o,,,,,gutim,4992 +rst,179,15,2,3812,2553,,1664,865.8562180000008,,,,,,,176,102,0,,,,,,,,,,,gutim,4993 +non,179,16,4,3813,2553,1296,1664,865.8562180000008,0.576923076923077,4,0,D4,ff,22,144,62,22,,,,,,o,,,,,gutim,4994 +non,179,17,4,3814,2553,1296,1664,865.8562180000008,0.576923076923077,4,0,E4,ff,22,144,64,22,,,,,,o,,,,,gutim,4995 +non,179,18,4,3815,2553,1296,1664,865.8562180000008,0.576923076923077,4,0,G#4,ff,22,144,68,22,,,,,,o,,,,,gutim,4996 +nof,178,38,1,3795,2554,,1856,865.8562180000008,,,,,,,144,86,0,,,,,,,,,,,gutim,4975 +nof,178,35,2,3792,2555,,1792,865.8562180000008,,,,,,,144,79,0,,,,,,,,,,,gutim,4972 +non,179,19,1,3816,2556,,1792,866.1452180000008,0.576923076923077,4,0,C#6,,,,,,,,,,_,,,,,,gutim,4997 +rst,179,20,2,3817,2556,,1792,866.1452180000008,,,,,,,176,102,0,,,,,,,,,,,gutim,4998 +nof,179,16,4,3813,2557,,1664,866.4332180000008,,,,,,,144,62,0,,,,,,,,,,,gutim,4994 +nof,179,17,4,3814,2557,,1664,866.4332180000008,,,,,,,144,64,0,,,,,,,,,,,gutim,4995 +nof,179,18,4,3815,2557,,1664,866.4332180000008,,,,,,,144,68,0,,,,,,,,,,,gutim,4996 +ped,179,21,0,3818,2557,,1920,866.4332180000008,,,,,,,176,64,0,,,,,,,^,,,,gutim,4983 +non,179,22,4,3819,2557,1297,1920,866.4332180000008,0,8,0,Gb2,s,0,,,,,,,,,o,,,,,gutim,4999 +rst,179,23,4,3820,2557,,1920,866.4332180000008,,,,,,,176,102,0,,,,,,,,,,,gutim,5000 +bar,180,0,0,3821,2558,,0,866.7222180000008,,,,,,,,,,180,,,,,,,,,,gutim,5001 +non,180,1,1,3822,2558,,0,866.7222180000008,0.144230769230769,16,0,C#6,,,,,,,,,,T,,,,,,gutim,5002 +non,180,2,3,3823,2558,,0,866.7222180000008,4.61538461538462,0.5,0,Gb2,,,,,,,,,,_,,,,,,gutim,5003 +rst,180,3,4,3824,2558,,0,866.7222180000008,,,,,,,176,102,0,,,,,,,,,,,gutim,5004 +nof,179,14,1,3811,2559,,1664,866.8662180000008,,,,,,,144,85,0,,,,,,,,,,,gutim,4992 +non,180,4,1,3825,2559,1298,64,866.8662180000008,0.144230769230769,16,0,Bb4,ff,22,144,70,22,,,,,,o,,,,,gutim,5005 +nof,180,4,1,3825,2560,,64,867.0102180000008,,,,,,,144,70,0,,,,,,,,,,,gutim,5005 +non,180,5,1,3826,2560,1299,128,867.0102180000008,0.144230769230769,16,0,F5,ff,22,144,77,22,,,,,,o,,,,,gutim,5006 +nof,180,5,1,3826,2561,,128,867.1542180000008,,,,,,,144,77,0,,,,,,,,,,,gutim,5006 +rst,180,6,1,3827,2561,,192,867.1542180000008,,,,,,,176,102,0,,,,,,,,,,,gutim,5007 +sec,180,7,0,3828,2561,,192,867.1542180000008,,,,,,,,,,,5964,,,,,,,,,gutim,5008 +rst,180,9,1,3829,2562,,256,867.2992180000008,,,,,,,176,102,0,,,,,,,,,,,gutim,5009 +non,180,10,4,3830,2562,1300,256,867.2992180000008,3.46153846153846,1,1,Bb3,ff,22,144,58,22,,,,,t,o,,,,,gutim,5010 +ped,180,8,0,3831,2562,,256,867.2992180000008,,,,,,,176,64,127,,,,,,,V,,,,gutim,5011 +rst,180,11,1,3832,2563,,512,867.8762180000008,,,,,,,176,102,0,,,,,,,,,,,gutim,5012 +non,180,12,4,3833,2564,,1792,870.7602180000008,0.144230769230769,16,0,Bb3,,,,,,,,,,T,,,,,,gutim,5013 +non,180,13,4,3834,2565,1301,1856,870.9042180000008,0.432692307692308,8,1,E1,fff,24,144,28,24,,,,,,o,,,,,gutim,5014 +nof,180,10,4,3830,2566,,256,871.1292180000007,,,,,,,144,58,0,,,,,,,,,,,gutim,5010 +nof,180,13,4,3834,2567,,1856,871.3372180000008,,,,,,,144,28,0,,,,,,,,,,,gutim,5014 +bar,181,0,0,3835,2567,,0,871.3372180000008,,,,,,,,,,181,,,,,,,,,,gutim,5015 +rst,181,1,1,3836,2567,,0,871.3372180000008,,,,,,,176,102,0,,,,,,,,,,,gutim,5016 +non,181,2,2,3837,2567,1302,0,871.3372180000008,1.73076923076923,2,1,A7,fff,24,144,105,24,,,,,,o,,,,,gutim,5017 +non,181,3,3,3838,2567,,0,871.3372180000008,4.61538461538462,0.5,0,Gb2,,,,,,,,,,_,,,,,,gutim,5018 +rst,181,4,4,3839,2567,,0,871.3372180000008,,,,,,,176,102,0,,,,,,,,,,,gutim,5019 +nof,181,2,2,3837,2568,,0,873.0682180000008,,,,,,,144,105,0,,,,,,,,,,,gutim,5017 +rst,181,5,1,3840,2568,,768,873.0682180000008,,,,,,,176,102,0,,,,,,,,,,,gutim,5020 +non,181,6,2,3841,2568,1303,768,873.0682180000008,1.15384615384615,2,0,C#7,p,11,144,97,11,,,,,,o,,,,,gutim,5021 +non,181,7,1,3842,2569,1304,896,873.3562180000008,0.288461538461538,8,0,C5,p,11,144,72,11,,,,,t,o,,,,,gutim,5022 +non,181,8,1,3843,2570,,1024,873.6452180000008,0.288461538461538,8,0,C5,,,,,,,,,,T,,,,,,gutim,5023 +nof,181,7,1,3842,2571,,896,873.9332180000008,,,,,,,144,72,0,,,,,,,,,,,gutim,5022 +non,181,9,1,3844,2571,1305,1152,873.9332180000008,0.288461538461538,8,0,C#2,p,11,144,37,11,,,,,t,o,,,,,gutim,5024 +nof,181,6,2,3841,2572,,768,874.2222180000008,,,,,,,144,97,0,,,,,,,,,,,gutim,5021 +non,181,10,1,3845,2572,,1280,874.2222180000008,0.288461538461538,8,0,C#2,,,,,,,,,,T,,,,,,gutim,5025 +non,181,11,2,3846,2572,1306,1280,874.2222180000008,0.288461538461538,8,0,F5,ppp,5,144,77,5,,,,,,o,,,,,gutim,5026 +nof,181,9,1,3844,2573,,1152,874.5102180000008,,,,,,,144,37,0,,,,,,,,,,,gutim,5024 +nof,181,11,2,3846,2573,,1280,874.5102180000008,,,,,,,144,77,0,,,,,,,,,,,gutim,5026 +rst,181,12,1,3847,2573,,1408,874.5102180000008,,,,,,,176,102,0,,,,,,,,,,,gutim,5027 +rst,181,13,2,3848,2573,,1408,874.5102180000008,,,,,,,176,102,0,,,,,,,,,,,gutim,5028 +ped,181,14,0,3849,2574,,1474,874.6592180000008,,,,,,,176,64,0,,,,,,,^,,,,gutim,5011 +non,181,15,1,3850,2575,1307,1536,874.7992180000008,0.576923076923077,4,0,B6,f,20,144,95,20,,,,,,o,,,,,gutim,5029 +non,181,16,2,3851,2575,1307,1536,874.7992180000008,0.576923076923077,4,0,G5,mp,14,144,79,14,,,,,t,o,,,,,gutim,5030 +nof,181,15,1,3850,2576,,1536,875.3762180000008,,,,,,,144,95,0,,,,,,,,,,,gutim,5029 +non,181,17,1,3852,2576,1308,1792,875.3762180000008,0.576923076923077,4,0,D4,ff,22,144,62,22,,,,,,o,,,,,gutim,5031 +non,181,18,2,3853,2576,,1792,875.3762180000008,0.191556490384615,8,0,G5,,,,,,,,,,T,,,,,,gutim,5032 +nof,181,16,2,3851,2577,,1536,875.5672180000007,,,,,,,144,79,0,,,,,,,,,,,gutim,5030 +non,181,19,2,3854,2577,1309,1877,875.5672180000007,0.0969050480769231,16,0,E3,mf,17,144,52,17,,,,,,o,,,,,gutim,5033 +nof,181,19,2,3854,2578,,1877,875.6642180000008,,,,,,,144,52,0,,,,,,,,,,,gutim,5033 +non,181,20,2,3855,2578,1310,1920,875.6642180000008,0.0946514423076923,16,0,G#1,mp,14,144,32,14,,,,,,o,,,,,gutim,5034 +nof,181,20,2,3855,2579,,1920,875.7592180000007,,,,,,,144,32,0,,,,,,,,,,,gutim,5034 +non,181,21,2,3856,2579,1311,1962,875.7592180000007,0.0969050480769231,16,0,C#1,p+,12,144,25,12,,,,,,o,,,,,gutim,5035 +nof,181,21,2,3856,2580,,1962,875.8562180000008,,,,,,,144,25,0,,,,,,,,,,,gutim,5035 +rst,181,22,2,3857,2580,,2005,875.8562180000008,,,,,,,176,102,0,,,,,,,,,,,gutim,5036 +nof,181,17,1,3852,2581,,1792,875.9522180000008,,,,,,,144,62,0,,,,,,,,,,,gutim,5031 +bar,182,0,0,3858,2581,,0,875.9522180000008,,,,,,,,,,182,,,,,,,,,,gutim,5037 +rst,182,1,1,3859,2581,,0,875.9522180000008,,,,,,,176,102,0,,,,,,,,,,,gutim,5038 +rst,182,2,2,3860,2581,,0,875.9522180000008,,,,,,,176,102,0,,,,,,,,,,,gutim,5039 +non,182,3,3,3861,2581,,0,875.9522180000008,4.61538461538462,0.5,0,Gb2,,,,,,,,,,_,,,,,,gutim,5040 +non,182,4,4,3862,2581,1312,0,875.9522180000008,0.0721153846153846,32,0,F1,fff,24,144,29,24,,,,,,o,,,,,gutim,5041 +nof,182,4,4,3862,2582,,0,876.0252180000008,,,,,,,144,29,0,,,,,,,,,,,gutim,5041 +non,182,5,1,3863,2582,1313,32,876.0252180000008,0.504807692307692,8,2,Gb3,fff,24,144,54,24,,,,,,o,,,,,gutim,5042 +non,182,6,4,3864,2582,1313,32,876.0252180000008,0.0721153846153846,32,0,C4,f,20,144,60,20,,,,,,o,,,,,gutim,5043 +nof,182,6,4,3864,2583,,32,876.0972180000008,,,,,,,144,60,0,,,,,,,,,,,gutim,5043 +non,182,7,4,3865,2583,1314,64,876.0972180000008,0.0721153846153846,32,0,E3,f,20,144,52,20,,,,,t,o,,,,,gutim,5044 +non,182,8,4,3866,2584,1315,96,876.1692180000008,0.0721153846153846,32,0,C#2,f,20,144,37,20,,,,,,o,,,,,gutim,5045 +non,182,9,4,3867,2584,,96,876.1692180000008,0.0721153846153846,32,0,E3,,,,,,,,,,_,,,,,,gutim,5046 +nof,182,8,4,3866,2585,,96,876.2412180000008,,,,,,,144,37,0,,,,,,,,,,,gutim,5045 +non,182,10,4,3868,2585,,128,876.2412180000008,0.0721153846153846,32,0,E3,,,,,,,,,,T,,,,,,gutim,5047 +non,182,11,4,3869,2586,1316,160,876.3132180000008,0.216346153846154,16,1,A1,p,11,144,33,11,,,,,,o,,,,,gutim,5048 +nof,182,7,4,3865,2587,,64,876.3132180000008,,,,,,,144,52,0,,,,,,,,,,,gutim,5044 +nof,182,11,4,3869,2588,,160,876.5292180000008,,,,,,,144,33,0,,,,,,,,,,,gutim,5048 +non,182,12,1,3870,2588,1317,256,876.5292180000008,0.576923076923077,4,0,Bb5,f,20,144,82,20,,,,,,o,,,,,gutim,5049 +rst,182,13,2,3871,2588,,256,876.5292180000008,,,,,,,176,102,0,,,,,,,,,,,gutim,5050 +rst,182,14,4,3872,2588,,256,876.5292180000008,,,,,,,176,102,0,,,,,,,,,,,gutim,5051 +nof,182,5,1,3863,2589,,32,876.5292180000008,,,,,,,144,54,0,,,,,,,,,,,gutim,5042 +non,182,15,1,3873,2590,1318,,876.9562180000007,0.05,8,0,G5,mf,17,144,79,17,,,,g,,o,,d,e,,gutim,5052 +nof,182,15,1,3873,2591,,,877.0062180000008,,,,,,,144,79,0,,,,,,,,,,,gutim,5052 +non,182,17,1,3874,2592,1319,,877.0312180000008,0.05,8,0,Db3,mf,17,144,49,17,,,,g,,o,,d,e,,gutim,5053 +non,182,16,1,3875,2592,1319,,877.0312180000008,0.05,8,0,F2,mf,17,144,41,17,,,,g,,o,,d,e,,gutim,5054 +nof,182,17,1,3874,2593,,,877.0812180000007,,,,,,,144,49,0,,,,,,,,,,,gutim,5053 +nof,182,16,1,3875,2593,,,877.0812180000007,,,,,,,144,41,0,,,,,,,,,,,gutim,5054 +nof,182,12,1,3870,2594,,256,877.1062180000008,,,,,,,144,82,0,,,,,,,,,,,gutim,5049 +rst,182,18,1,3876,2594,,512,877.1062180000008,,,,,,,176,102,0,,,,,,,,,,,gutim,5055 +non,182,19,2,3877,2594,1320,512,877.1062180000008,3.46153846153846,1,1,E4,ff,22,144,64,22,,,,,t,o,,,,,gutim,5056 +rst,182,20,4,3878,2594,,512,877.1062180000008,,,,,,,176,102,0,,,,,,,,,,,gutim,5057 +non,182,21,4,3879,2595,1321,,877.2512180000008,0.05,8,0,B5,ff,22,144,83,22,,,,g,,o,,d,e,,gutim,5058 +nof,182,21,4,3879,2596,,,877.3012180000007,,,,,,,144,83,0,,,,,,,,,,,gutim,5058 +non,182,22,4,3880,2597,1322,,877.3262180000007,0.05,8,0,D3,mp,14,144,50,14,,,,g,,o,,d,e,,gutim,5059 +nof,182,22,4,3880,2598,,,877.3762180000008,,,,,,,144,50,0,,,,,,,,,,,gutim,5059 +nof,182,19,2,3877,2599,,512,877.4012180000008,,,,,,,144,64,0,,,,,,,,,,,gutim,5056 +non,182,23,4,3881,2599,1323,,877.4012180000008,0.05,8,0,E4,p,11,144,64,11,,,,g,,o,,d,e,,gutim,5060 +non,182,24,4,3882,2599,1323,,877.4012180000008,0.05,8,0,Bb4,ff,22,144,70,22,,,,g,,o,,d,e,,gutim,5061 +nof,182,24,4,3882,2600,,,877.4512180000007,,,,,,,144,70,0,,,,,,,,,,,gutim,5061 +non,182,25,4,3883,2601,1324,,877.4762180000008,0.05,8,0,F#2,mp,14,144,42,14,,,,g,,o,,D 5965,e 5965,,gutim,5062 +nof,182,25,4,3883,2602,,,877.5262180000008,,,,,,,144,42,0,,,,,,,,,,,gutim,5062 +rst,182,26,4,3884,2603,,576,877.5512180000007,,,,,,,176,102,0,,,,,,,,,,,gutim,5063 +rst,182,27,4,3885,2604,,768,877.9832180000008,,,,,,,176,102,0,,,,,,,,,,,gutim,5064 +rst,182,28,4,3886,2605,,1536,879.7142180000008,,,,,,,176,102,0,,,,,,,,,,,gutim,5065 +bar,183,0,0,3887,2606,,0,880.8682180000008,,,,,,,,,,183,,,,,,,,,,gutim,5066 +non,183,1,2,3888,2606,,0,880.8682180000008,4.61538461538462,0.5,0,E4,,,,,,,,,,_,,,,,,gutim,5067 +non,183,2,3,3889,2606,,0,880.8682180000008,4.61538461538462,0.5,0,Gb2,,,,,,,,,,_,,,,,,gutim,5068 +rst,183,3,4,3890,2606,,0,880.8682180000008,,,,,,,176,102,0,,,,,,,,,,,gutim,5069 +bar,184,0,0,3891,2607,,0,885.4832180000008,,,,,,,,,,184,,,,,,,,,,gutim,5070 +rst,184,1,1,3892,2607,,0,885.4832180000008,,,,,,,176,102,0,,,,,,,,,,,gutim,5071 +non,184,2,2,3893,2607,,0,885.4832180000008,1.73076923076923,2,1,E4,,,,,,,,,,_,,,,,,gutim,5072 +non,184,3,3,3894,2607,,0,885.4832180000008,4.61538461538462,0.5,0,Gb2,,,,,,,,,,_,,,,,,gutim,5073 +rst,184,4,4,3895,2607,,0,885.4832180000008,,,,,,,176,102,0,,,,,,,,,,,gutim,5074 +non,184,5,1,3896,2608,1325,64,885.6272180000008,0.432692307692308,8,1,G#5,ff,22,144,80,22,,,,,t,o,,,,,gutim,5075 +non,184,6,1,3897,2609,,256,886.0602180000008,0.288461538461538,8,0,G#5,,,,,,,,,,T,,,,,,gutim,5076 +nof,184,5,1,3896,2610,,64,886.3492180000007,,,,,,,144,80,0,,,,,,,,,,,gutim,5075 +non,184,7,1,3898,2610,1326,384,886.3492180000007,0.288461538461538,8,0,A1,mf-,16,144,33,16,,,,,t,o,,,,,gutim,5077 +non,184,8,1,3899,2611,,512,886.6372180000008,0.432692307692308,8,1,A1,,,,,,,,,,T,,,,,,gutim,5078 +nof,184,7,1,3898,2612,,384,887.0702180000008,,,,,,,144,33,0,,,,,,,,,,,gutim,5077 +non,184,9,1,3900,2612,1327,704,887.0702180000008,0.144230769230769,16,0,F2,p-,10,144,41,10,,,,,t,o,,,,,gutim,5079 +non,184,10,1,3901,2613,,768,887.2142180000008,0.191556490384615,8,0,F2,,,,,,,,,,T,,,,,,gutim,5080 +non,184,11,2,3902,2613,,768,887.2142180000008,0.383112980769231,4,0,E4,,,,,,,,,,T,,,,,,gutim,5081 +non,184,12,1,3903,2614,1328,853,887.4062180000008,0.191556490384615,8,0,D5,pp-,7,144,74,7,,,,,,o,,,,,gutim,5082 +nof,184,12,1,3903,2615,,853,887.5972180000008,,,,,,,144,74,0,,,,,,,,,,,gutim,5082 +non,184,13,1,3904,2615,1329,938,887.5972180000008,0.193810096153846,8,0,F1,ppp,5,144,29,5,,,,,,o,,,,,gutim,5083 +non,184,14,1,3905,2615,1329,938,887.5972180000008,0.288461538461538,8,0,Ab1,ppp,5,144,32,5,,,,,,o,,,,,gutim,5084 +rst,184,15,2,3906,2615,,938,887.5972180000008,,,,,,,176,102,0,,,,,,,,,,,gutim,5085 +nof,182,23,4,3881,2616,,,887.5972180000008,,,,,,,144,64,0,,,,,,,,,,,gutim,5060 +nof,184,9,1,3900,2617,,704,887.7062180000007,,,,,,,144,41,0,,,,,,,,,,,gutim,5079 +nof,184,13,1,3904,2618,,938,887.7912180000008,,,,,,,144,29,0,,,,,,,,,,,gutim,5083 +rst,184,16,1,3907,2618,,1024,887.7912180000008,,,,,,,176,102,0,,,,,,,,,,,gutim,5086 +rst,184,17,2,3908,2618,,1024,887.7912180000008,,,,,,,176,102,0,,,,,,,,,,,gutim,5087 +nof,184,14,1,3905,2619,,938,887.8862180000008,,,,,,,144,32,0,,,,,,,,,,,gutim,5084 +rst,184,18,4,3909,2620,,1536,888.9452180000008,,,,,,,176,102,0,,,,,,,,,,,gutim,5088 +rst,184,19,4,3910,2621,,1792,889.5222180000007,,,,,,,176,102,0,,,,,,,,,,,gutim,5089 +non,184,20,4,3911,2622,1330,1920,889.8102180000008,0.288461538461538,8,0,F#3,ppp,5,144,54,5,,,,,t,o,,,,,gutim,5090 +ped,184,21,0,3912,2623,,2047,890.0962180000008,,,,,,,176,64,127,,,,,,,V,,,,gutim,5091 +bar,185,0,0,3913,2624,,0,890.0992180000007,,,,,,,,,,185,,,,,,,,,,gutim,5092 +rst,185,1,1,3914,2624,,0,890.0992180000007,,,,,,,176,102,0,,,,,,,,,,,gutim,5093 +non,185,2,3,3915,2624,,0,890.0992180000007,4.61538461538462,0.5,0,Gb2,,,,,,,,,,_,,,,,,gutim,5094 +non,185,3,4,3916,2624,,0,890.0992180000007,4.61538461538462,0.5,0,F#3,,,,,,,,,,_,,,,,,gutim,5095 +non,185,4,1,3917,2625,1331,1536,893.5602180000008,0.768479567307692,2,0,C#7,p,11,144,97,11,,,,,,o,,,,,gutim,5096 +nof,185,4,1,3917,2626,,1536,894.3292180000008,,,,,,,144,97,0,,,,,,,,,,,gutim,5096 +rst,185,5,1,3918,2626,,1877,894.3292180000008,,,,,,,176,102,0,,,,,,,,,,,gutim,5097 +non,185,6,1,3919,2627,1332,1962,894.5202180000008,0.193810096153846,8,0,A1,p,11,144,33,11,,,,,t,o,,,,,gutim,5098 +bar,186,0,0,3920,2628,,0,894.7142180000008,,,,,,,,,,186,,,,,,,,,,gutim,5099 +non,186,1,1,3921,2628,,0,894.7142180000008,0.768479567307692,2,0,A1,,,,,,,,,,T,,,,,,gutim,5100 +rst,186,2,2,3922,2628,,0,894.7142180000008,,,,,,,176,102,0,,,,,,,,,,,gutim,5101 +non,186,3,3,3923,2628,,0,894.7142180000008,2.30769230769231,1,0,Gb2,,,,,,,,,,_,,,,,,gutim,5102 +non,186,4,4,3924,2628,,0,894.7142180000008,0.768479567307692,2,0,F#3,,,,,,,,,,_,,,,,,gutim,5103 +nof,185,6,1,3919,2629,,1962,895.4832180000008,,,,,,,144,33,0,,,,,,,,,,,gutim,5098 +non,186,5,1,3925,2629,1333,341,895.4832180000008,0.191556490384615,8,0,F1,p,11,144,29,11,,,,,,o,,,,,gutim,5104 +non,186,6,4,3926,2629,,341,895.4832180000008,0.191556490384615,8,0,F#3,,,,,,,,,,T,,,,,,gutim,5105 +nof,184,20,4,3911,2630,,1920,895.6742180000008,,,,,,,144,54,0,,,,,,,,,,,gutim,5090 +nof,186,5,1,3925,2631,,341,895.6742180000008,,,,,,,144,29,0,,,,,,,,,,,gutim,5104 +rst,186,7,1,3927,2631,,426,895.6742180000008,,,,,,,176,102,0,,,,,,,,,,,gutim,5106 +non,186,8,4,3928,2631,1334,426,895.6742180000008,0.193810096153846,8,0,A#4,p-,10,144,70,10,,,,,,o,,,,,gutim,5107 +nof,186,8,4,3928,2632,,426,895.8682180000008,,,,,,,144,70,0,,,,,,,,,,,gutim,5107 +ped,186,9,0,3929,2632,,512,895.8682180000008,,,,,,,176,64,0,,,,,,,^,,,,gutim,5091 +rst,186,10,1,3930,2632,,512,895.8682180000008,,,,,,,176,102,0,,,,,,,,,,,gutim,5108 +non,186,11,2,3931,2632,1335,512,895.8682180000008,1.73076923076923,2,1,Db6,pp,8,144,85,8,,,,,,o,,,,,gutim,5109 +rst,186,12,4,3932,2632,,512,895.8682180000008,,,,,,,176,102,0,,,,,,,,,,,gutim,5110 +non,186,14,3,3933,2633,1336,,896.9472180000008,0.05,8,0,Ab2,mp,14,144,44,14,,,,g,,o,,,,,gutim,5111 +nof,186,14,3,3933,2634,,,896.9972180000008,,,,,,,144,44,0,,,,,,,,,,,gutim,5111 +non,186,13,1,3934,2635,1337,1024,897.0222180000007,1.15384615384615,2,0,F6,mf,17,144,89,17,,,,,,o,,,,,gutim,5112 +non,186,15,3,3935,2635,,1024,897.0222180000007,2.30769230769231,1,0,Gb2,,,,,,,,,,_,,,,,,gutim,5113 +rst,186,16,4,3936,2635,,1024,897.0222180000007,,,,,,,176,102,0,,,,,,,,,,,gutim,5114 +nof,186,11,2,3931,2636,,512,897.5992180000007,,,,,,,144,85,0,,,,,,,,,,,gutim,5109 +rst,186,17,2,3937,2636,,1280,897.5992180000007,,,,,,,176,102,0,,,,,,,,,,,gutim,5115 +rst,186,18,4,3938,2636,,1280,897.5992180000007,,,,,,,176,102,0,,,,,,,,,,,gutim,5116 +sec,186,19,0,3939,2636,,1280,897.5992180000007,,,,,,,,,,,5965,,,,,,,,,gutim,5117 +non,186,24,4,3940,2637,1338,,897.8012180000007,0.05,8,0,A0,mf,17,144,21,17,,,,g,,o,,,,,gutim,5118 +nof,186,24,4,3940,2638,,,897.8512180000008,,,,,,,144,21,0,,,,,,,,,,,gutim,5118 +non,186,25,4,3941,2639,1339,,897.8762180000008,0.05,8,0,E1,mf+,18,144,28,18,,,,g,,o,,,,,gutim,5119 +nof,186,25,4,3941,2640,,,897.9262180000007,,,,,,,144,28,0,,,,,,,,,,,gutim,5119 +non,186,26,4,3942,2641,1340,,897.9512180000007,0.05,8,0,Bb3,mf+,18,144,58,18,,,,g,,o,,,,,gutim,5120 +nof,186,26,4,3942,2642,,,898.0012180000008,,,,,,,144,58,0,,,,,,,,,,,gutim,5120 +non,186,27,4,3943,2643,1341,,898.0262180000008,0.05,8,0,E2,f-,19,144,40,19,,,,g,,o,,,,,gutim,5121 +nof,186,27,4,3943,2644,,,898.0762180000007,,,,,,,144,40,0,,,,,,,,,,,gutim,5121 +non,186,28,4,3944,2645,1342,,898.1012180000008,0.05,8,0,A1,f,20,144,33,20,,,,g,,o,,,,,gutim,5122 +nof,186,28,4,3944,2646,,,898.1512180000008,,,,,,,144,33,0,,,,,,,,,,,gutim,5122 +nof,186,13,1,3934,2647,,1024,898.1762180000007,,,,,,,144,89,0,,,,,,,,,,,gutim,5112 +non,186,20,1,3945,2647,1343,1536,898.1762180000007,1.15384615384615,2,0,Bb5,mp,14,144,82,14,,,,,t,o,,,,,gutim,5123 +non,186,21,1,3946,2647,1343,1536,898.1762180000007,1.15384615384615,2,0,D6,mp,14,144,86,14,,,,,t,o,,,,,gutim,5124 +non,186,22,1,3947,2647,1343,1536,898.1762180000007,1.15384615384615,2,0,C#7,f,20,144,97,20,,,,,,o,,,,,gutim,5125 +non,186,23,2,3948,2647,1343,1536,898.1762180000007,1.15384615384615,2,0,G5,ff,22,144,79,22,,,,,t,o,,,,,gutim,5126 +rst,186,29,4,3949,2647,,1536,898.1762180000007,,,,,,,176,102,0,,,,,,,,,,,gutim,5127 +rst,186,30,4,3950,2648,,,899.1042180000007,,,,,,,176,102,0,,,,,,,,,,,gutim,5128 +non,186,31,4,3951,2649,1344,,899.1792180000008,0.05,8,0,A2,f,20,144,45,20,,,,g,,o,,,,,gutim,5129 +nof,186,31,4,3951,2650,,,899.2292180000007,,,,,,,144,45,0,,,,,,,,,,,gutim,5129 +non,186,32,4,3952,2651,1345,,899.2542180000007,0.05,8,0,Bb3,f,20,144,58,20,,,,g,,o,,,,,gutim,5130 +nof,186,32,4,3952,2652,,,899.3042180000008,,,,,,,144,58,0,,,,,,,,,,,gutim,5130 +nof,186,22,1,3947,2653,,1536,899.3292180000008,,,,,,,144,97,0,,,,,,,,,,,gutim,5125 +bar,187,0,0,3953,2653,,0,899.3292180000008,,,,,,,,,,187,,,,,,,,,,gutim,5131 +non,187,1,1,3954,2653,,0,899.3292180000008,3.46153846153846,1,1,Bb5,,,,,,,,,,T,,,,,,gutim,5132 +non,187,2,1,3955,2653,,0,899.3292180000008,2.30769230769231,1,1,D6,,,,,,,,,,T,,,,,,gutim,5133 +non,187,3,2,3956,2653,,0,899.3292180000008,4.61538461538462,0.5,0,G5,,,,,,,,,,_,,,,,,gutim,5134 +non,187,4,3,3957,2653,,0,899.3292180000008,4.61538461538462,0.5,0,Gb2,,,,,,,,,,_,,,,,,gutim,5135 +rst,187,5,4,3958,2653,,0,899.3292180000008,,,,,,,176,102,0,,,,,,,,,,,gutim,5136 +nof,186,21,1,3946,2654,,1536,901.6372180000008,,,,,,,144,86,0,,,,,,,,,,,gutim,5124 +nof,186,20,1,3945,2655,,1536,902.7912180000008,,,,,,,144,82,0,,,,,,,,,,,gutim,5123 +rst,187,6,1,3959,2655,,1536,902.7912180000008,,,,,,,176,102,0,,,,,,,,,,,gutim,5137 +non,187,7,4,3960,2655,1346,1536,902.7912180000008,1.15384615384615,2,0,Ab1,pp,8,144,32,8,,,,,t,o,,d,,,gutim,5138 +non,187,8,1,3961,2656,1347,,903.9452180000008,0.05,8,0,G#5,pp,8,144,80,8,,,,g,,o,,d,,,gutim,5139 +non,187,9,1,3962,2656,1347,,903.9452180000008,0.05,8,0,C#6,f,20,144,85,20,,,,g,,o,,d,,,gutim,5140 +nof,187,8,1,3961,2657,,,903.9952180000007,,,,,,,144,80,0,,,,,,,,,,,gutim,5139 +nof,187,9,1,3962,2657,,,903.9952180000007,,,,,,,144,85,0,,,,,,,,,,,gutim,5140 +non,187,10,1,3963,2658,1348,,904.0202180000008,0.05,8,0,E3,f,20,144,52,20,,,,g,,o,,d,,,gutim,5141 +non,187,11,1,3964,2658,1348,,904.0202180000008,0.05,8,0,C#4,pp,8,144,61,8,,,,g,,o,,d,,,gutim,5142 +nof,187,10,1,3963,2659,,,904.0702180000008,,,,,,,144,52,0,,,,,,,,,,,gutim,5141 +nof,187,11,1,3964,2659,,,904.0702180000008,,,,,,,144,61,0,,,,,,,,,,,gutim,5142 +non,187,12,1,3965,2660,1349,,904.0952180000007,0.05,8,0,A#4,f,20,144,70,20,,,,g,,o,,d,,,gutim,5143 +nof,187,12,1,3965,2661,,,904.1452180000008,,,,,,,144,70,0,,,,,,,,,,,gutim,5143 +bar,188,0,0,3966,2662,,0,904.1702180000008,,,,,,,,,,188,,,,,,,,,,gutim,5144 +rst,188,1,1,3967,2662,,0,904.1702180000008,,,,,,,176,102,0,,,,,,,,,,,gutim,5145 +non,188,2,2,3968,2662,,0,904.1702180000008,4.61538461538462,0.5,0,G5,,,,,,,,,,T,,,,,,gutim,5146 +non,188,3,3,3969,2662,,0,904.1702180000008,4.61538461538462,0.5,0,Gb2,,,,,,,,,,_,,,,,,gutim,5147 +non,188,4,4,3970,2662,,0,904.1702180000008,4.61538461538462,0.5,0,Ab1,,,,,,,,,,_,,,,,,gutim,5148 +non,188,6,1,3971,2663,1350,1536,907.6312180000008,0.768479567307692,2,0,C#7,mp,14,144,97,14,,,,,,o,,d,,,gutim,5149 +ped,188,5,0,3972,2663,,1536,907.6312180000008,,,,,,,176,64,127,,,,,,,V,,,,gutim,5150 +nof,188,6,1,3971,2664,,1536,908.4002180000008,,,,,,,144,97,0,,,,,,,,,,,gutim,5149 +rst,188,7,1,3973,2664,,1877,908.4002180000008,,,,,,,176,102,0,,,,,,,,,,,gutim,5151 +nof,186,23,2,3948,2665,,1536,908.5602180000008,,,,,,,144,79,0,,,,,,,,,,,gutim,5126 +non,188,8,1,3974,2666,1351,1962,908.5912180000007,0.0495793269230769,32,0,A1,mp,14,144,33,14,,,,,,o,,,,,gutim,5152 +nof,188,8,1,3974,2667,,1962,908.6412180000008,,,,,,,144,33,0,,,,,,,,,,,gutim,5152 +non,188,9,1,3975,2667,1352,1984,908.6412180000008,0.0473257211538462,32,0,E2,f,20,144,40,20,,,,,,o,,,,,gutim,5153 +nof,188,9,1,3975,2668,,1984,908.6882180000008,,,,,,,144,40,0,,,,,,,,,,,gutim,5153 +non,188,10,1,3976,2668,1353,2005,908.6882180000008,0.0969050480769231,16,0,F1,fff,24,144,29,24,,,,,,o,,d,,,gutim,5154 +nof,188,10,1,3976,2669,,2005,908.7852180000008,,,,,,,144,29,0,,,,,,,,,,,gutim,5154 +bar,189,0,0,3977,2669,,0,908.7852180000008,,,,,,,,,,189,,,,,,,,,,gutim,5155 +non,189,1,1,3978,2669,1354,0,908.7852180000008,0.0946514423076923,16,0,A#4,f,20,144,70,20,,,,,,o,,d,,,gutim,5156 +non,189,2,3,3979,2669,,0,908.7852180000008,4.61538461538462,0.5,0,Gb2,,,,,,,,,,_,,,,,,gutim,5157 +non,189,3,3,3980,2669,1354,0,908.7852180000008,4.61538461538462,0.5,0,E3,ff,22,144,52,22,,,,,t,o,,d,,,gutim,5158 +non,189,4,4,3981,2669,,0,908.7852180000008,4.61538461538462,0.5,0,Ab1,,,,,,,,,,_,,,,,,gutim,5159 +nof,189,1,1,3978,2670,,0,908.8802180000008,,,,,,,144,70,0,,,,,,,,,,,gutim,5156 +non,189,5,1,3982,2670,1355,42,908.8802180000008,0.0495793269230769,32,0,A#5,p-,10,144,82,10,,,,,,o,,,,,gutim,5160 +nof,189,5,1,3982,2671,,42,908.9292180000008,,,,,,,144,82,0,,,,,,,,,,,gutim,5160 +non,189,6,1,3983,2671,1356,64,908.9292180000008,0.432692307692308,8,1,C#7,ppp,5,144,97,5,,,,,t,o,,D,,,gutim,5161 +non,189,7,1,3984,2672,,256,909.3622180000008,0.576923076923077,4,0,C#7,,,,,,,,,,T,,,,,,gutim,5162 +nof,189,6,1,3983,2673,,64,909.9392180000008,,,,,,,144,97,0,,,,,,,,,,,gutim,5161 +ped,189,8,0,3985,2673,,512,909.9392180000008,,,,,,,176,64,0,,,,,,,^,,,,gutim,5150 +rst,189,9,1,3986,2673,,512,909.9392180000008,,,,,,,176,102,0,,,,,,,,,,,gutim,5163 +non,189,10,3,3987,2674,1357,,913.2512180000008,0.05,8,0,Ab1,s,0,144,32,0,,,,g,,o,,,,,gutim,5138 +nof,189,10,3,3987,2675,,,913.3012180000007,,,,,,,144,32,0,,,,,,,,,,,gutim,5164 +non,189,11,4,3988,2676,1358,,913.3262180000007,0.05,8,0,Gb2,s,0,144,42,0,,,,g,,o,,,,,gutim,5165 +nof,189,11,4,3988,2677,,,913.3762180000008,,,,,,,144,42,0,,,,,,,,,,,gutim,5166 +bar,190,0,0,3989,2678,,0,913.4012180000008,,,,,,,,,,190,,,,,,,,,,gutim,5167 +rst,190,1,1,3990,2678,,0,913.4012180000008,,,,,,,176,102,0,,,,,,,,,,,gutim,5168 +rst,190,2,2,3991,2678,,0,913.4012180000008,,,,,,,176,102,0,,,,,,,,,,,gutim,5169 +non,190,3,3,3992,2678,,0,913.4012180000008,4.61538461538462,0.5,0,Gb2,,,,,,,,,,_,,,,,,gutim,5170 +non,190,4,3,3993,2678,,0,913.4012180000008,4.61538461538462,0.5,0,E3,,,,,,,,,,_,,,,,,gutim,5171 +non,190,5,4,3994,2678,,0,913.4012180000008,4.32692307692308,1,3,Ab1,,,,,,,,,,T,,,,,,gutim,5172 +non,190,7,1,3995,2679,1359,128,913.6892180000008,0.288461538461538,8,0,F1,f,20,144,29,20,,,,,t,o,,,,,gutim,5173 +ped,190,6,0,3996,2679,,128,913.6892180000008,,,,,,,176,64,127,,,,,,,V,,,,gutim,5174 +non,190,8,1,3997,2680,,256,913.9772180000008,0.432692307692308,8,1,F1,,,,,,,,,,T,,,,,,gutim,5175 +rst,190,9,2,3998,2680,,256,913.9772180000008,,,,,,,176,102,0,,,,,,,,,,,gutim,5176 +non,190,10,1,3999,2681,1360,448,914.4102180000008,0.144230769230769,16,0,A5,p,11,144,81,11,,,,,,o,,,,,gutim,5177 +nof,190,10,1,3999,2682,,448,914.5542180000008,,,,,,,144,81,0,,,,,,,,,,,gutim,5177 +non,190,11,1,4000,2682,1361,512,914.5542180000008,0.191556490384615,8,0,G#3,p,11,144,56,11,,,,,,o,,,,,gutim,5178 +rst,190,12,2,4001,2682,,512,914.5542180000008,,,,,,,176,102,0,,,,,,,,,,,gutim,5179 +nof,190,7,1,3995,2683,,128,914.6352180000008,,,,,,,144,29,0,,,,,,,,,,,gutim,5173 +ped,190,13,0,4002,2684,,576,914.6992180000008,,,,,,,176,64,0,,,,,,,^,,,,gutim,5174 +non,190,14,1,4003,2685,1362,597,914.7462180000008,0.191556490384615,8,0,C#3,p-,10,144,49,10,,,,,,o,,,,,gutim,5180 +nof,190,11,1,4000,2686,,512,914.7462180000008,,,,,,,144,56,0,,,,,,,,,,,gutim,5178 +nof,190,14,1,4003,2687,,597,914.9382180000008,,,,,,,144,49,0,,,,,,,,,,,gutim,5180 +non,190,15,1,4004,2687,1363,682,914.9382180000008,0.193810096153846,8,0,A4,p-,10,144,69,10,,,,,,o,,,,,gutim,5181 +nof,190,15,1,4004,2688,,682,915.1312180000008,,,,,,,144,69,0,,,,,,,,,,,gutim,5181 +non,190,16,1,4005,2688,1364,768,915.1312180000008,0.383112980769231,4,0,F2,pp+,9,144,41,9,,,,,,o,,,,,gutim,5182 +nof,190,16,1,4005,2689,,768,915.5142180000007,,,,,,,144,41,0,,,,,,,,,,,gutim,5182 +non,190,17,1,4006,2689,1365,938,915.5142180000007,0.193810096153846,8,0,Db3,pp-,7,144,49,7,,,,,,o,,,,,gutim,5183 +nof,190,17,1,4006,2690,,938,915.7082180000008,,,,,,,144,49,0,,,,,,,,,,,gutim,5183 +rst,190,18,1,4007,2690,,1024,915.7082180000008,,,,,,,176,102,0,,,,,,,,,,,gutim,5184 +rst,190,19,2,4008,2690,,1024,915.7082180000008,,,,,,,176,102,0,,,,,,,,,,,gutim,5185 +non,190,20,1,4009,2691,1366,1152,915.9972180000008,0.288461538461538,8,0,Bb5,ppp+,6,144,82,6,,,,,t,o,,,,,gutim,5186 +non,190,21,2,4010,2691,1366,,915.9972180000008,0.05,8,0,F3,ppp+,6,144,53,6,,,,g,,o,,,,,gutim,5187 +nof,190,21,2,4010,2692,,,916.0472180000007,,,,,,,144,53,0,,,,,,,,,,,gutim,5187 +non,190,22,2,4011,2693,1367,,916.0722180000008,0.05,8,0,Ab5,ppp,5,144,80,5,,,,g,,o,,,,,gutim,5188 +nof,190,22,2,4011,2694,,,916.1222180000008,,,,,,,144,80,0,,,,,,,,,,,gutim,5188 +non,190,23,2,4012,2695,1368,1152,916.1472180000007,0.288461538461538,8,0,D2,ppp,5,144,38,5,,,,,,o,,,,,gutim,5189 +nof,190,23,2,4012,2696,,1152,916.4352180000008,,,,,,,144,38,0,,,,,,,,,,,gutim,5189 +non,190,24,1,4013,2696,,1280,916.4352180000008,0.865384615384615,4,1,Bb5,,,,,,,,,,T,,,,,,gutim,5190 +rst,190,25,2,4014,2696,,1280,916.4352180000008,,,,,,,176,102,0,,,,,,,,,,,gutim,5191 +nof,190,20,1,4009,2697,,1152,917.1512180000008,,,,,,,144,82,0,,,,,,,,,,,gutim,5186 +non,190,26,1,4015,2698,1369,1664,917.3012180000007,0.144230769230769,16,0,F1,ppp-,4,144,29,4,,,,,,o,,,,,gutim,5192 +rst,190,27,2,4016,2698,,1664,917.3012180000007,,,,,,,176,102,0,,,,,,,,,,,gutim,5193 +nof,190,26,1,4015,2699,,1664,917.4452180000008,,,,,,,144,29,0,,,,,,,,,,,gutim,5192 +rst,190,28,1,4017,2699,,1728,917.4452180000008,,,,,,,176,102,0,,,,,,,,,,,gutim,5194 +rst,190,29,1,4018,2700,,1792,917.5892180000008,,,,,,,176,102,0,,,,,,,,,,,gutim,5195 +rst,190,30,2,4019,2700,,1792,917.5892180000008,,,,,,,176,102,0,,,,,,,,,,,gutim,5196 +nof,187,7,4,3960,2701,,1536,917.7272180000008,,,,,,,144,32,0,,,,,,,,,,,gutim,5197 +non,190,31,1,4020,2702,1370,1920,917.8772180000008,0.0946514423076923,16,0,C3,pppp,2,144,48,2,,,,,,o,,,,,gutim,5198 +rst,190,32,4,4021,2702,,1920,917.8772180000008,,,,,,,176,102,0,,,,,,,,,,,gutim,5199 +nof,190,31,1,4020,2703,,1920,917.9722180000008,,,,,,,144,48,0,,,,,,,,,,,gutim,5198 +non,190,33,1,4022,2703,1371,1962,917.9722180000008,0.0969050480769231,16,0,F6,pppp,2,144,89,2,,,,,,o,,,,,gutim,5200 +nof,190,33,1,4022,2704,,1962,918.0692180000008,,,,,,,144,89,0,,,,,,,,,,,gutim,5200 +non,190,34,1,4023,2704,1372,2005,918.0692180000008,0.0969050480769231,16,0,E7,pppp,2,144,100,2,,,,,,o,,,,,gutim,5201 +nof,190,34,1,4023,2705,,2005,918.1662180000008,,,,,,,144,100,0,,,,,,,,,,,gutim,5201 +bar,191,0,0,4024,2705,,0,918.1662180000008,,,,,,,,,,191,,,,,,,,,,gutim,5202 +rst,191,1,1,4025,2705,,0,918.1662180000008,,,,,,,176,102,0,,,,,,,,,,,gutim,5203 +non,191,2,3,4026,2705,,0,918.1662180000008,4.61538461538462,0.5,0,Gb2,,,,,,,,,,_,,,,,,gutim,5204 +non,191,3,3,4027,2705,,0,918.1662180000008,4.61538461538462,0.5,0,E3,,,,,,,,,,T,,,,,,gutim,5205 +rst,191,4,4,4028,2705,,0,918.1662180000008,,,,,,,176,102,0,,,,,,,,,,,gutim,5206 +rst,191,5,1,4029,2706,,768,919.8972180000007,,,,,,,176,102,0,,,,,,,,,,,gutim,5207 +non,191,6,1,4030,2707,1373,,920.3242180000008,0.05,8,0,G#4,pppp,2,144,68,2,,,,g,,o,,,,,gutim,5208 +nof,191,6,1,4030,2708,,,920.3742180000007,,,,,,,144,68,0,,,,,,,,,,,gutim,5208 +non,191,7,1,4031,2709,1374,,920.3992180000008,0.05,8,0,A5,pppp,2,144,81,2,,,,g,,o,,,,,gutim,5209 +nof,191,7,1,4031,2710,,,920.4492180000008,,,,,,,144,81,0,,,,,,,,,,,gutim,5209 +rst,191,8,1,4032,2711,,1024,920.4742180000007,,,,,,,176,102,0,,,,,,,,,,,gutim,5210 +non,191,10,1,4033,2712,1375,1792,922.2042180000008,0.576923076923077,4,0,Bb6,pp,8,144,94,8,,,,,,o,,,,,gutim,5211 +non,191,11,4,4034,2712,1375,1792,922.2042180000008,0.576923076923077,4,0,D2,pp,8,144,38,8,,,,,t,o,,,,,gutim,5212 +ped,191,9,0,4035,2712,,1792,922.2042180000008,,,,,,,176,64,127,,,,,,,V,,,,gutim,5213 +nof,191,10,1,4033,2713,,1792,922.7812180000008,,,,,,,144,94,0,,,,,,,,,,,gutim,5211 +bar,192,0,0,4036,2713,,0,922.7812180000008,,,,,,,,,,192,,,,,,,,,,gutim,5214 +rst,192,1,1,4037,2713,,0,922.7812180000008,,,,,,,176,102,0,,,,,,,,,,,gutim,5215 +non,192,2,3,4038,2713,,0,922.7812180000008,1.73076923076923,2,1,Gb2,,,,,,,,,,T,,,,,,gutim,5216 +non,192,3,4,4039,2713,,0,922.7812180000008,1.73076923076923,2,1,D2,,,,,,,,,,T,,,,,,gutim,5217 +nof,189,3,3,3980,2714,,0,922.8562180000008,,,,,,,144,52,0,,,,,,,,,,,gutim,5158 +ped,192,4,0,4040,2715,,768,924.3622180000008,,,,,,,176,64,0,,,,,,,^,,,,gutim,5213 +nof,178,10,3,3767,2716,,640,924.3622180000008,,,,,,,144,42,0,,,,,,,,,,,gutim,5218 +nof,191,11,4,4034,2717,,1792,924.5122180000008,,,,,,,144,38,0,,,,,,,,,,,gutim,5212 +rst,192,5,3,4041,2718,,768,924.5122180000008,,,,,,,176,102,0,,,,,,,,,,,gutim,5219 +non,192,6,4,4042,2718,1376,768,924.5122180000008,0.576923076923077,4,0,F2,pp,8,144,41,8,,,,,t,o,,,,,gutim,5220 +ped,192,4,0,4043,2719,,768,924.6622180000007,,,,,,,176,64,127,,,,,,,V,,,,gutim,5221 +rst,192,7,3,4044,2720,,1024,925.0892180000008,,,,,,,176,102,0,,,,,,,,,,,gutim,5222 +non,192,8,4,4045,2720,,1024,925.0892180000008,2.30769230769231,1,0,F2,,,,,,,,,,T,,,,,,gutim,5223 +ped,192,9,0,4046,2721,,1152,925.2272180000008,,,,,,,176,64,0,,,,,,,^,,,,gutim,5221 +non,192,10,3,4047,2722,1377,1152,925.3772180000008,0.288461538461538,8,0,Ab2,ppp,5,144,44,5,,,,,t,o,,,,,gutim,5224 +ped,192,9,0,4048,2723,,1152,925.5272180000007,,,,,,,176,64,127,,,,,,,V,,,,gutim,5225 +non,192,11,3,4049,2724,,1280,925.6662180000008,1.73076923076923,2,1,Ab2,,,,,,,,,,_,,,,,,gutim,5226 +bar,193,0,0,4050,2725,,0,927.3972180000007,,,,,,,,,,193,,,,,,,,,,gutim,5227 +rst,193,1,1,4051,2725,,0,927.3972180000007,,,,,,,176,102,0,,,,,,,,,,,gutim,5228 +non,193,2,3,4052,2725,,0,927.3972180000007,2.30769230769231,1,0,Ab2,,,,,,,,,,_,,,,,,gutim,5229 +rst,193,3,4,4053,2725,,0,927.3972180000007,,,,,,,176,102,0,,,,,,,,,,,gutim,5230 +nof,192,6,4,4042,2726,,768,927.5472180000007,,,,,,,144,41,0,,,,,,,,,,,gutim,5220 +non,193,4,3,4054,2727,,1024,929.7042180000008,2.30769230769231,1,0,Ab2,,,,,,,,,,_,,,,,,gutim,5231 +non,193,5,4,4055,2727,1378,1024,929.7042180000008,2.30769230769231,1,0,Ab1,ff,22,144,32,22,,,,,t,o,,d 5966,,,gutim,5232 +sec,193,6,0,4056,2727,,1024,929.7042180000008,,,,,,,,,,,5966,,,,,,,,,gutim,5233 +bar,194,0,0,4057,2728,,0,932.0122180000008,,,,,,,,,,194,,,,,,,,,,gutim,5234 +rst,194,1,1,4058,2728,,0,932.0122180000008,,,,,,,176,102,0,,,,,,,,,,,gutim,5235 +non,194,2,3,4059,2728,,0,932.0122180000008,4.61538461538462,0.5,0,Ab2,,,,,,,,,,_,,,,,,gutim,5236 +non,194,3,4,4060,2728,,0,932.0122180000008,4.61538461538462,0.5,0,Ab1,,,,,,,,,,_,,,,,,gutim,5237 +non,194,4,1,4061,2729,1379,512,933.1662180000008,3.46153846153846,1,1,C6,fff,24,144,84,24,,,,,,o,,d,,,gutim,5238 +nof,194,4,1,4061,2730,,512,936.6272180000008,,,,,,,144,84,0,,,,,,,,,,,gutim,5238 +bar,195,0,0,4062,2730,,0,936.6272180000008,,,,,,,,,,195,,,,,,,,,,gutim,5239 +rst,195,1,1,4063,2730,,0,936.6272180000008,,,,,,,176,102,0,,,,,,,,,,,gutim,5240 +non,195,2,3,4064,2730,,0,936.6272180000008,4.61538461538462,0.5,0,Ab2,,,,,,,,,,_,,,,,,gutim,5241 +non,195,3,4,4065,2730,,0,936.6272180000008,4.61538461538462,0.5,0,Ab1,,,,,,,,,,_,,,,,,gutim,5242 +non,195,4,3,4066,2731,,2048,941.2432180000008,4.61538461538462,0.5,0,Ab2,,,,,,,,,,_,,,,,,gutim,5243 +non,195,5,4,4067,2731,,2048,941.2432180000008,4.61538461538462,0.5,0,Ab1,,,,,,,,,,_,,,,,,gutim,5244 +non,195,6,3,4068,2732,,4096,945.8582180000008,4.61538461538462,0.5,0,Ab2,,,,,,,,,,T,,,,,,gutim,5245 +non,195,7,4,4069,2732,,4096,945.8582180000008,4.61538461538462,0.5,0,Ab1,,,,,,,,,,T,,,,,,gutim,5246 +nof,193,5,4,4055,2733,,1024,950.4742180000007,,,,,,,144,32,0,,,,,,,,,,,gutim,5232 +bar,196,0,0,4070,2734,,0,950.4742180000007,,,,,,,,,,196,,,,,,,,,,gutim,5247 +rst,196,1,1,4071,2734,,0,950.4742180000007,,,,,,,176,102,0,,,,,,,,,,,gutim,5248 +rst,196,2,3,4072,2734,,0,950.4742180000007,,,,,,,176,102,0,,,,,,,,,,,gutim,5249 +non,196,3,4,4073,2734,1380,0,950.4742180000007,0.576923076923077,4,0,C4,ppp,5,144,60,5,,,,,,o,,d,,,gutim,5250 +nof,192,10,3,4047,2735,,1152,950.6242180000007,,,,,,,144,44,0,,,,,,,,,,,gutim,5224 +nof,196,3,4,4073,2736,,0,951.0512180000007,,,,,,,144,60,0,,,,,,,,,,,gutim,5250 +ped,196,4,0,4074,2736,,256,951.0512180000007,,,,,,,176,64,0,,,,,,,^,,,,gutim,5225 +non,196,5,4,4075,2736,1381,256,951.0512180000007,0.576923076923077,4,0,C#1,ppp,5,144,25,5,,,,,,o,,D 5967,,,gutim,5251 +sec,196,6,0,4076,2736,,256,951.0512180000007,,,,,,,,,,,5967,,,,,,,,,gutim,5252 +nof,196,5,4,4075,2737,,256,951.6272180000008,,,,,,,144,25,0,,,,,,,,,,,gutim,5251 +rst,196,8,3,4077,2737,,512,951.6272180000008,,,,,,,176,102,0,,,,,,,,,,,gutim,5253 +non,196,9,4,4078,2737,1382,512,951.6272180000008,4.61538461538462,0.5,0,A4,fff,24,144,69,24,,,,,,o,,,,,gutim,5254 +ped,196,7,0,4079,2737,,512,951.6272180000008,,,,,,,176,64,127,,,,,,,V,,,,gutim,5255 +nof,196,9,4,4078,2738,,512,956.2432180000008,,,,,,,144,69,0,,,,,,,,,,,gutim,5254 +rst,196,10,3,4080,2738,,2560,956.2432180000008,,,,,,,176,102,0,,,,,,,,,,,gutim,5256 +non,196,11,4,4081,2738,1383,2560,956.2432180000008,4.61538461538462,0.5,0,C#4,ppp,5,144,61,5,,,,,,o,,,,,gutim,5257 +nof,196,11,4,4081,2739,,2560,960.8582180000008,,,,,,,144,61,0,,,,,,,,,,,gutim,5257 +ped,196,13,0,4082,2740,,4607,962.0912180000007,,,,,,,176,64,0,,,,,,,^,,,,gutim,5255 +bpm,196,12,0,4083,2741,,4607,962.2402180000007,,1,,,,,,,,,,80,,,,,,,,gutim,5258 +bar,197,0,0,4084,2742,,0,962.2432180000008,,,,,,,,,,197,,,,,,,,,,gutim,5259 +bpm,197,1,0,4085,2742,,0,962.2432180000008,,1,,,,,,,,,,80,,,,,,,,gutim,5260 +sec,197,2,0,4086,2742,,0,962.2432180000008,,,,,,,,,,,5968,,,,,,,,,gutim,5261 +ctl,,,,,,,0,962.2432180000008,,,,,,,176,64,0,,,,,,,,,,,74_3,5262 +ctl,,,,,,,0,962.2432180000008,,,,,,,176,64,0,,,,,,,,,,,74_3,5263 +ctl,,,,,,,1024,962.5094580000008,,,,,,,176,64,0,,,,,,,,,,,74_3,5264 +ctl,,,,,,,0,962.5094580000008,,,,,,,176,64,0,,,,,,,,,,,74_3,5265 +non,,,,,,,0,962.5094580000008,,,,A#3,,,144,58,9,,,,,,,,,,,74_3,5266 +ctl,,,,,,,397,962.6503930000008,,,,,,,176,64,127,,,,,,,,,,,74_3,5267 +non,,,,,,,115,962.6912180000007,,,,A4,,,144,69,10,,,,,,,,,,,74_3,5268 +non,,,,,,,512,962.8448180000007,,,,C3,,,144,48,6,,,,,,,,,,,74_3,5269 +nof,,,,,,,512,962.9984180000007,,,,,,,144,48,0,,,,,,,,,,,74_3,5269 +non,,,,,,,0,962.9984180000007,,,,F#2,,,144,42,6,,,,,,,,,,,74_3,5270 +nof,,,,,,,1024,963.3056180000008,,,,,,,144,69,0,,,,,,,,,,,74_3,5268 +non,,,,,,,0,963.3056180000008,,,,G#4,,,144,68,10,,,,,,,,,,,74_3,5271 +nof,,,,,,,0,963.3056180000008,,,,,,,144,42,0,,,,,,,,,,,74_3,5270 +non,,,,,,,0,963.3056180000008,,,,C3,,,144,48,6,,,,,,,,,,,74_3,5272 +ctl,,,,,,,512,963.4387380000007,,,,,,,176,64,0,,,,,,,,,,,74_3,5273 +nof,,,,,,,0,963.4387380000007,,,,,,,144,68,0,,,,,,,,,,,74_3,5271 +non,,,,,,,0,963.4387380000007,,,,G4,,,144,67,10,,,,,,,,,,,74_3,5274 +ctl,,,,,,,384,963.5635380000008,,,,,,,176,64,127,,,,,,,,,,,74_3,5275 +nof,,,,,,,128,963.6051380000008,,,,,,,144,67,0,,,,,,,,,,,74_3,5274 +non,,,,,,,0,963.6051380000008,,,,E4,,,144,64,10,,,,,,,,,,,74_3,5276 +nof,,,,,,,0,963.6051380000008,,,,,,,144,48,0,,,,,,,,,,,74_3,5272 +non,,,,,,,0,963.6051380000008,,,,F#2,,,144,42,6,,,,,,,,,,,74_3,5277 +nof,,,,,,,512,963.7587380000008,,,,,,,144,64,0,,,,,,,,,,,74_3,5276 +non,,,,,,,0,963.7587380000008,,,,D#4,,,144,63,10,,,,,,,,,,,74_3,5278 +ctl,,,,,,,512,963.9123380000008,,,,,,,176,64,0,,,,,,,,,,,74_3,5279 +ctl,,,,,,,0,963.9123380000008,,,,,,,176,64,127,,,,,,,,,,,74_3,5280 +nof,,,,,,,0,963.9123380000008,,,,,,,144,63,0,,,,,,,,,,,74_3,5278 +nof,,,,,,,0,963.9123380000008,,,,,,,144,58,0,,,,,,,,,,,74_3,5266 +nof,,,,,,,0,963.9123380000008,,,,,,,144,42,0,,,,,,,,,,,74_3,5277 +non,,,,,,,0,963.9123380000008,,,,G3,,,144,55,8,,,,,,,,,,,74_3,5281 +non,,,,,,,0,963.9123380000008,,,,C#4,,,144,61,8,,,,,,,,,,,74_3,5282 +non,,,,,,,0,963.9123380000008,,,,E4,,,144,64,8,,,,,,,,,,,74_3,5283 +non,,,,,,,0,963.9123380000008,,,,A4,,,144,69,8,,,,,,,,,,,74_3,5284 +non,,,,,,,0,963.9123380000008,,,,C#5,,,144,73,11,,,,,,,,,,,74_3,5285 +ctl,,,,,,,175,963.9648380000008,,,,,,,176,64,0,,,,,,,,,,,74_3,5286 +ctl,,,,,,,321,964.0611380000007,,,,,,,176,64,127,,,,,,,,,,,74_3,5287 +non,,,,,,,16,964.0659380000008,,,,C3,,,144,48,6,,,,,,,,,,,74_3,5288 +nof,,,,,,,512,964.2195380000007,,,,,,,144,48,0,,,,,,,,,,,74_3,5288 +non,,,,,,,0,964.2195380000007,,,,F#2,,,144,42,6,,,,,,,,,,,74_3,5289 +nof,,,,,,,512,964.3731380000007,,,,,,,144,42,0,,,,,,,,,,,74_3,5289 +non,,,,,,,0,964.3731380000007,,,,C3,,,144,48,7,,,,,,,,,,,74_3,5290 +nof,,,,,,,1024,964.6803380000008,,,,,,,144,48,0,,,,,,,,,,,74_3,5290 +non,,,,,,,0,964.6803380000008,,,,F#2,,,144,42,7,,,,,,,,,,,74_3,5291 +nof,,,,,,,512,964.8339380000008,,,,,,,144,42,0,,,,,,,,,,,74_3,5291 +non,,,,,,,0,964.8339380000008,,,,C3,,,144,48,7,,,,,,,,,,,74_3,5292 +nof,,,,,,,512,964.9875380000008,,,,,,,144,48,0,,,,,,,,,,,74_3,5292 +non,,,,,,,0,964.9875380000008,,,,F#2,,,144,42,7,,,,,,,,,,,74_3,5293 +nof,,,,,,,512,965.1411380000008,,,,,,,144,42,0,,,,,,,,,,,74_3,5293 +non,,,,,,,0,965.1411380000008,,,,C3,,,144,48,7,,,,,,,,,,,74_3,5294 +ctl,,,,,,,512,965.2947380000007,,,,,,,176,64,0,,,,,,,,,,,74_3,5295 +ctl,,,,,,,0,965.2947380000007,,,,,,,176,64,127,,,,,,,,,,,74_3,5296 +nof,,,,,,,0,965.2947380000007,,,,,,,144,55,0,,,,,,,,,,,74_3,5281 +nof,,,,,,,0,965.2947380000007,,,,,,,144,61,0,,,,,,,,,,,74_3,5282 +nof,,,,,,,0,965.2947380000007,,,,,,,144,64,0,,,,,,,,,,,74_3,5283 +nof,,,,,,,0,965.2947380000007,,,,,,,144,69,0,,,,,,,,,,,74_3,5284 +nof,,,,,,,0,965.2947380000007,,,,,,,144,73,0,,,,,,,,,,,74_3,5285 +nof,,,,,,,0,965.2947380000007,,,,,,,144,48,0,,,,,,,,,,,74_3,5294 +non,,,,,,,0,965.2947380000007,,,,A#3,,,144,58,12,,,,,,,,,,,74_3,5297 +ctl,,,,,,,216,965.3714180000007,,,,,,,176,64,0,,,,,,,,,,,74_3,5298 +ctl,,,,,,,181,965.4356730000007,,,,,,,176,64,127,,,,,,,,,,,74_3,5299 +non,,,,,,,115,965.4764980000008,,,,E4,,,144,64,12,,,,,,,,,,,74_3,5300 +non,,,,,,,512,965.6300980000008,,,,D#5,,,144,75,12,,,,,,,,,,,74_3,5301 +non,,,,,,,0,965.6300980000008,,,,C3,,,144,48,7,,,,,,,,,,,74_3,5302 +nof,,,,,,,512,965.7836980000008,,,,,,,144,48,0,,,,,,,,,,,74_3,5302 +non,,,,,,,0,965.7836980000008,,,,F#2,,,144,42,7,,,,,,,,,,,74_3,5303 +nof,,,,,,,1024,966.0908980000007,,,,,,,144,75,0,,,,,,,,,,,74_3,5301 +non,,,,,,,0,966.0908980000007,,,,D5,,,144,74,11,,,,,,,,,,,74_3,5304 +nof,,,,,,,0,966.0908980000007,,,,,,,144,42,0,,,,,,,,,,,74_3,5303 +non,,,,,,,0,966.0908980000007,,,,C3,,,144,48,7,,,,,,,,,,,74_3,5305 +ctl,,,,,,,512,966.2240180000008,,,,,,,176,64,0,,,,,,,,,,,74_3,5306 +nof,,,,,,,0,966.2240180000008,,,,,,,144,74,0,,,,,,,,,,,74_3,5304 +non,,,,,,,0,966.2240180000008,,,,C#5,,,144,73,12,,,,,,,,,,,74_3,5307 +ctl,,,,,,,384,966.3238580000008,,,,,,,176,64,127,,,,,,,,,,,74_3,5308 +nof,,,,,,,128,966.3571380000008,,,,,,,144,73,0,,,,,,,,,,,74_3,5307 +non,,,,,,,0,966.3571380000008,,,,A#4,,,144,70,12,,,,,,,,,,,74_3,5309 +nof,,,,,,,0,966.3571380000008,,,,,,,144,48,0,,,,,,,,,,,74_3,5305 +non,,,,,,,0,966.3571380000008,,,,F#2,,,144,42,7,,,,,,,,,,,74_3,5310 +nof,,,,,,,512,966.5107380000007,,,,,,,144,70,0,,,,,,,,,,,74_3,5309 +non,,,,,,,0,966.5107380000007,,,,A4,,,144,69,11,,,,,,,,,,,74_3,5311 +ctl,,,,,,,512,966.6643380000007,,,,,,,176,64,0,,,,,,,,,,,74_3,5312 +ctl,,,,,,,0,966.6643380000007,,,,,,,176,64,127,,,,,,,,,,,74_3,5313 +ctl,,,,,,,0,966.6643380000007,,,,,,,176,64,0,,,,,,,,,,,74_3,5314 +nof,,,,,,,0,966.6643380000007,,,,,,,144,69,0,,,,,,,,,,,74_3,5311 +nof,,,,,,,0,966.6643380000007,,,,,,,144,64,0,,,,,,,,,,,74_3,5300 +nof,,,,,,,0,966.6643380000007,,,,,,,144,42,0,,,,,,,,,,,74_3,5310 +nof,,,,,,,0,966.6643380000007,,,,,,,144,58,0,,,,,,,,,,,74_3,5297 +non,,,,,,,0,966.6643380000007,,,,C#4,,,144,61,12,,,,,,,,,,,74_3,5315 +non,,,,,,,0,966.6643380000007,,,,G4,,,144,67,12,,,,,,,,,,,74_3,5316 +non,,,,,,,0,966.6643380000007,,,,A#4,,,144,70,12,,,,,,,,,,,74_3,5317 +non,,,,,,,0,966.6643380000007,,,,D#5,,,144,75,12,,,,,,,,,,,74_3,5318 +non,,,,,,,0,966.6643380000007,,,,G5,,,144,79,15,,,,,,,,,,,74_3,5319 +ctl,,,,,,,175,966.7497380000008,,,,,,,176,64,0,,,,,,,,,,,74_3,5320 +ctl,,,,,,,321,966.9063860000008,,,,,,,176,64,127,,,,,,,,,,,74_3,5321 +non,,,,,,,16,966.9141940000007,,,,A5,,,144,81,15,,,,,,,,,,,74_3,5322 +non,,,,,,,0,966.9141940000007,,,,C3,,,144,48,7,,,,,,,,,,,74_3,5323 +nof,,,,,,,512,967.0677940000007,,,,,,,144,48,0,,,,,,,,,,,74_3,5323 +non,,,,,,,0,967.0677940000007,,,,F#2,,,144,42,7,,,,,,,,,,,74_3,5324 +nof,,,,,,,512,967.2213940000007,,,,,,,144,42,0,,,,,,,,,,,74_3,5324 +non,,,,,,,0,967.2213940000007,,,,C3,,,144,48,7,,,,,,,,,,,74_3,5325 +nof,,,,,,,1024,967.5285940000008,,,,,,,144,48,0,,,,,,,,,,,74_3,5325 +non,,,,,,,0,967.5285940000008,,,,F#2,,,144,42,7,,,,,,,,,,,74_3,5326 +nof,,,,,,,512,967.6821940000008,,,,,,,144,42,0,,,,,,,,,,,74_3,5326 +non,,,,,,,0,967.6821940000008,,,,C3,,,144,48,7,,,,,,,,,,,74_3,5327 +nof,,,,,,,512,967.8357940000008,,,,,,,144,48,0,,,,,,,,,,,74_3,5327 +non,,,,,,,0,967.8357940000008,,,,F#2,,,144,42,7,,,,,,,,,,,74_3,5328 +nof,,,,,,,512,967.9893940000007,,,,,,,144,81,0,,,,,,,,,,,74_3,5322 +non,,,,,,,0,967.9893940000007,,,,A5,,,144,81,15,,,,,,,,,,,74_3,5329 +nof,,,,,,,0,967.9893940000007,,,,,,,144,42,0,,,,,,,,,,,74_3,5328 +non,,,,,,,0,967.9893940000007,,,,C3,,,144,48,7,,,,,,,,,,,74_3,5330 +ctl,,,,,,,512,968.2392500000008,,,,,,,176,64,0,,,,,,,,,,,74_3,5331 +ctl,,,,,,,0,968.2392500000008,,,,,,,176,64,127,,,,,,,,,,,74_3,5332 +ctl,,,,,,,0,968.2392500000008,,,,,,,176,64,0,,,,,,,,,,,74_3,5333 +nof,,,,,,,0,968.2392500000008,,,,,,,144,81,0,,,,,,,,,,,74_3,5329 +nof,,,,,,,0,968.2392500000008,,,,,,,144,61,0,,,,,,,,,,,74_3,5315 +nof,,,,,,,0,968.2392500000008,,,,,,,144,67,0,,,,,,,,,,,74_3,5316 +nof,,,,,,,0,968.2392500000008,,,,,,,144,70,0,,,,,,,,,,,74_3,5317 +nof,,,,,,,0,968.2392500000008,,,,,,,144,75,0,,,,,,,,,,,74_3,5318 +nof,,,,,,,0,968.2392500000008,,,,,,,144,79,0,,,,,,,,,,,74_3,5319 +nof,,,,,,,0,968.2392500000008,,,,,,,144,48,0,,,,,,,,,,,74_3,5330 +non,,,,,,,0,968.2392500000008,,,,E4,,,144,64,7,,,,,,,,,,,74_3,5334 +non,,,,,,,0,968.2392500000008,,,,A#4,,,144,70,7,,,,,,,,,,,74_3,5335 +non,,,,,,,0,968.2392500000008,,,,A5,,,144,81,10,,,,,,,,,,,74_3,5336 +ctl,,,,,,,216,968.3040500000008,,,,,,,176,64,0,,,,,,,,,,,74_3,5337 +ctl,,,,,,,181,968.3583500000008,,,,,,,176,64,127,,,,,,,,,,,74_3,5338 +non,,,,,,,627,968.5464500000007,,,,C3,,,144,48,6,,,,,,,,,,,74_3,5339 +nof,,,,,,,512,968.7000500000007,,,,,,,144,48,0,,,,,,,,,,,74_3,5339 +non,,,,,,,0,968.7000500000007,,,,F#2,,,144,42,6,,,,,,,,,,,74_3,5340 +nof,,,,,,,1024,969.0072500000008,,,,,,,144,81,0,,,,,,,,,,,74_3,5336 +non,,,,,,,0,969.0072500000008,,,,G#5,,,144,80,10,,,,,,,,,,,74_3,5341 +nof,,,,,,,0,969.0072500000008,,,,,,,144,42,0,,,,,,,,,,,74_3,5340 +non,,,,,,,0,969.0072500000008,,,,C3,,,144,48,6,,,,,,,,,,,74_3,5342 +ctl,,,,,,,512,969.1608500000008,,,,,,,176,64,0,,,,,,,,,,,74_3,5343 +nof,,,,,,,0,969.1608500000008,,,,,,,144,80,0,,,,,,,,,,,74_3,5341 +non,,,,,,,0,969.1608500000008,,,,G5,,,144,79,10,,,,,,,,,,,74_3,5344 +ctl,,,,,,,384,969.2971700000007,,,,,,,176,64,127,,,,,,,,,,,74_3,5345 +nof,,,,,,,128,969.3426100000007,,,,,,,144,79,0,,,,,,,,,,,74_3,5344 +non,,,,,,,0,969.3426100000007,,,,E5,,,144,76,10,,,,,,,,,,,74_3,5346 +nof,,,,,,,0,969.3426100000007,,,,,,,144,48,0,,,,,,,,,,,74_3,5342 +non,,,,,,,0,969.3426100000007,,,,F#2,,,144,42,7,,,,,,,,,,,74_3,5347 +nof,,,,,,,512,969.4962100000007,,,,,,,144,76,0,,,,,,,,,,,74_3,5346 +non,,,,,,,0,969.4962100000007,,,,D#5,,,144,75,10,,,,,,,,,,,74_3,5348 +ctl,,,,,,,512,969.6498100000008,,,,,,,176,64,0,,,,,,,,,,,74_3,5349 +ctl,,,,,,,0,969.6498100000008,,,,,,,176,64,127,,,,,,,,,,,74_3,5350 +ctl,,,,,,,0,969.6498100000008,,,,,,,176,64,0,,,,,,,,,,,74_3,5351 +ctl,,,,,,,0,969.6498100000008,,,,,,,176,64,0,,,,,,,,,,,74_3,5352 +nof,,,,,,,0,969.6498100000008,,,,,,,144,75,0,,,,,,,,,,,74_3,5348 +nof,,,,,,,0,969.6498100000008,,,,,,,144,64,0,,,,,,,,,,,74_3,5334 +nof,,,,,,,0,969.6498100000008,,,,,,,144,70,0,,,,,,,,,,,74_3,5335 +nof,,,,,,,0,969.6498100000008,,,,,,,144,42,0,,,,,,,,,,,74_3,5347 +non,,,,,,,0,969.6498100000008,,,,C#4,,,144,61,9,,,,,,,,,,,74_3,5353 +non,,,,,,,0,969.6498100000008,,,,G4,,,144,67,9,,,,,,,,,,,74_3,5354 +non,,,,,,,0,969.6498100000008,,,,F#5,,,144,78,12,,,,,,,,,,,74_3,5355 +ctl,,,,,,,175,969.7352100000007,,,,,,,176,64,0,,,,,,,,,,,74_3,5356 +ctl,,,,,,,321,969.8918580000008,,,,,,,176,64,127,,,,,,,,,,,74_3,5357 +non,,,,,,,16,969.8996660000007,,,,A#3,,,144,58,8,,,,,,,,,,,74_3,5358 +non,,,,,,,0,969.8996660000007,,,,A#4,,,144,70,11,,,,,,,,,,,74_3,5359 +non,,,,,,,0,969.8996660000007,,,,D#3,,,144,51,8,,,,,,,,,,,74_3,5360 +nof,,,,,,,512,970.0532660000008,,,,,,,144,51,0,,,,,,,,,,,74_3,5360 +non,,,,,,,0,970.0532660000008,,,,A2,,,144,45,8,,,,,,,,,,,74_3,5361 +nof,,,,,,,512,970.2068660000008,,,,,,,144,45,0,,,,,,,,,,,74_3,5361 +non,,,,,,,0,970.2068660000008,,,,D#3,,,144,51,8,,,,,,,,,,,74_3,5362 +nof,,,,,,,1024,970.5140660000008,,,,,,,144,51,0,,,,,,,,,,,74_3,5362 +non,,,,,,,0,970.5140660000008,,,,A2,,,144,45,8,,,,,,,,,,,74_3,5363 +nof,,,,,,,512,970.6676660000007,,,,,,,144,45,0,,,,,,,,,,,74_3,5363 +non,,,,,,,0,970.6676660000007,,,,D#3,,,144,51,8,,,,,,,,,,,74_3,5364 +nof,,,,,,,512,970.8212660000007,,,,,,,144,51,0,,,,,,,,,,,74_3,5364 +non,,,,,,,0,970.8212660000007,,,,A2,,,144,45,9,,,,,,,,,,,74_3,5365 +nof,,,,,,,512,970.9748660000007,,,,,,,144,58,0,,,,,,,,,,,74_3,5358 +nof,,,,,,,0,970.9748660000007,,,,,,,144,70,0,,,,,,,,,,,74_3,5359 +non,,,,,,,0,970.9748660000007,,,,A#3,,,144,58,9,,,,,,,,,,,74_3,5366 +non,,,,,,,0,970.9748660000007,,,,A#4,,,144,70,12,,,,,,,,,,,74_3,5367 +nof,,,,,,,0,970.9748660000007,,,,,,,144,45,0,,,,,,,,,,,74_3,5365 +non,,,,,,,0,970.9748660000007,,,,D#3,,,144,51,9,,,,,,,,,,,74_3,5368 +ctl,,,,,,,512,971.1566260000008,,,,,,,176,64,0,,,,,,,,,,,74_3,5369 +ctl,,,,,,,0,971.1566260000008,,,,,,,176,64,127,,,,,,,,,,,74_3,5370 +ctl,,,,,,,0,971.1566260000008,,,,,,,176,64,0,,,,,,,,,,,74_3,5371 +ctl,,,,,,,0,971.1566260000008,,,,,,,176,64,0,,,,,,,,,,,74_3,5372 +nof,,,,,,,0,971.1566260000008,,,,,,,144,61,0,,,,,,,,,,,74_3,5353 +nof,,,,,,,0,971.1566260000008,,,,,,,144,67,0,,,,,,,,,,,74_3,5354 +nof,,,,,,,0,971.1566260000008,,,,,,,144,78,0,,,,,,,,,,,74_3,5355 +nof,,,,,,,0,971.1566260000008,,,,,,,144,51,0,,,,,,,,,,,74_3,5368 +non,,,,,,,0,971.1566260000008,,,,C#4,,,144,61,9,,,,,,,,,,,74_3,5373 +ctl,,,,,,,216,971.2333060000008,,,,,,,176,64,0,,,,,,,,,,,74_3,5374 +ctl,,,,,,,181,971.2975610000008,,,,,,,176,64,127,,,,,,,,,,,74_3,5375 +non,,,,,,,115,971.3383860000007,,,,G4,,,144,67,10,,,,,,,,,,,74_3,5376 +non,,,,,,,0,971.3383860000007,,,,F#5,,,144,78,13,,,,,,,,,,,74_3,5377 +nof,,,,,,,512,971.4919860000008,,,,,,,144,58,0,,,,,,,,,,,74_3,5366 +nof,,,,,,,0,971.4919860000008,,,,,,,144,70,0,,,,,,,,,,,74_3,5367 +non,,,,,,,0,971.4919860000008,,,,D#3,,,144,51,9,,,,,,,,,,,74_3,5378 +nof,,,,,,,512,971.6455860000008,,,,,,,144,51,0,,,,,,,,,,,74_3,5378 +non,,,,,,,0,971.6455860000008,,,,A2,,,144,45,9,,,,,,,,,,,74_3,5379 +nof,,,,,,,1024,971.9312820000008,,,,,,,144,78,0,,,,,,,,,,,74_3,5377 +non,,,,,,,0,971.9312820000008,,,,F5,,,144,77,11,,,,,,,,,,,74_3,5380 +nof,,,,,,,0,971.9312820000008,,,,,,,144,45,0,,,,,,,,,,,74_3,5379 +non,,,,,,,0,971.9312820000008,,,,D#3,,,144,51,10,,,,,,,,,,,74_3,5381 +ctl,,,,,,,512,972.0741300000008,,,,,,,176,64,0,,,,,,,,,,,74_3,5382 +nof,,,,,,,0,972.0741300000008,,,,,,,144,77,0,,,,,,,,,,,74_3,5380 +non,,,,,,,0,972.0741300000008,,,,E5,,,144,76,11,,,,,,,,,,,74_3,5383 +ctl,,,,,,,384,972.1989300000007,,,,,,,176,64,127,,,,,,,,,,,74_3,5384 +nof,,,,,,,128,972.2405300000007,,,,,,,144,76,0,,,,,,,,,,,74_3,5383 +non,,,,,,,0,972.2405300000007,,,,C#5,,,144,73,11,,,,,,,,,,,74_3,5385 +nof,,,,,,,0,972.2405300000007,,,,,,,144,51,0,,,,,,,,,,,74_3,5381 +non,,,,,,,0,972.2405300000007,,,,A2,,,144,45,10,,,,,,,,,,,74_3,5386 +nof,,,,,,,512,972.3833780000008,,,,,,,144,73,0,,,,,,,,,,,74_3,5385 +non,,,,,,,0,972.3833780000008,,,,C5,,,144,72,11,,,,,,,,,,,74_3,5387 +ctl,,,,,,,512,972.5262260000007,,,,,,,176,64,0,,,,,,,,,,,74_3,5388 +ctl,,,,,,,0,972.5262260000007,,,,,,,176,64,127,,,,,,,,,,,74_3,5389 +ctl,,,,,,,0,972.5262260000007,,,,,,,176,64,0,,,,,,,,,,,74_3,5390 +ctl,,,,,,,0,972.5262260000007,,,,,,,176,64,0,,,,,,,,,,,74_3,5391 +nof,,,,,,,0,972.5262260000007,,,,,,,144,72,0,,,,,,,,,,,74_3,5387 +nof,,,,,,,0,972.5262260000007,,,,,,,144,67,0,,,,,,,,,,,74_3,5376 +nof,,,,,,,0,972.5262260000007,,,,,,,144,45,0,,,,,,,,,,,74_3,5386 +nof,,,,,,,0,972.5262260000007,,,,,,,144,61,0,,,,,,,,,,,74_3,5373 +non,,,,,,,0,972.5262260000007,,,,E4,,,144,64,12,,,,,,,,,,,74_3,5392 +ctl,,,,,,,216,972.6029060000008,,,,,,,176,64,0,,,,,,,,,,,74_3,5393 +ctl,,,,,,,181,972.6671610000008,,,,,,,176,64,127,,,,,,,,,,,74_3,5394 +non,,,,,,,115,972.7079860000008,,,,D#5,,,144,75,13,,,,,,,,,,,74_3,5395 +non,,,,,,,512,972.8411060000008,,,,F#3,,,144,54,11,,,,,,,,,,,74_3,5396 +nof,,,,,,,512,972.9742260000007,,,,,,,144,54,0,,,,,,,,,,,74_3,5396 +non,,,,,,,0,972.9742260000007,,,,C3,,,144,48,11,,,,,,,,,,,74_3,5397 +nof,,,,,,,1024,973.2404660000008,,,,,,,144,75,0,,,,,,,,,,,74_3,5395 +non,,,,,,,0,973.2404660000008,,,,D5,,,144,74,12,,,,,,,,,,,74_3,5398 +nof,,,,,,,0,973.2404660000008,,,,,,,144,48,0,,,,,,,,,,,74_3,5397 +non,,,,,,,0,973.2404660000008,,,,F#3,,,144,54,11,,,,,,,,,,,74_3,5399 +ctl,,,,,,,512,973.3735860000007,,,,,,,176,64,0,,,,,,,,,,,74_3,5400 +nof,,,,,,,0,973.3735860000007,,,,,,,144,74,0,,,,,,,,,,,74_3,5398 +non,,,,,,,0,973.3735860000007,,,,C#5,,,144,73,13,,,,,,,,,,,74_3,5401 +ctl,,,,,,,384,973.4734260000007,,,,,,,176,64,127,,,,,,,,,,,74_3,5402 +nof,,,,,,,128,973.5067060000008,,,,,,,144,73,0,,,,,,,,,,,74_3,5401 +non,,,,,,,0,973.5067060000008,,,,A#4,,,144,70,13,,,,,,,,,,,74_3,5403 +nof,,,,,,,0,973.5067060000008,,,,,,,144,54,0,,,,,,,,,,,74_3,5399 +non,,,,,,,0,973.5067060000008,,,,C3,,,144,48,11,,,,,,,,,,,74_3,5404 +nof,,,,,,,512,973.6398260000008,,,,,,,144,70,0,,,,,,,,,,,74_3,5403 +non,,,,,,,0,973.6398260000008,,,,A4,,,144,69,12,,,,,,,,,,,74_3,5405 +ctl,,,,,,,512,973.7729460000007,,,,,,,176,64,0,,,,,,,,,,,74_3,5406 +ctl,,,,,,,0,973.7729460000007,,,,,,,176,64,127,,,,,,,,,,,74_3,5407 +nof,,,,,,,0,973.7729460000007,,,,,,,144,69,0,,,,,,,,,,,74_3,5405 +nof,,,,,,,0,973.7729460000007,,,,,,,144,64,0,,,,,,,,,,,74_3,5392 +nof,,,,,,,0,973.7729460000007,,,,,,,144,48,0,,,,,,,,,,,74_3,5404 +non,,,,,,,0,973.7729460000007,,,,C5,,,144,72,14,,,,,,,,,,,74_3,5408 +non,,,,,,,0,973.7729460000007,,,,D#3,,,144,51,9,,,,,,,,,,,74_3,5409 +non,,,,,,,0,973.7729460000007,,,,A3,,,144,57,9,,,,,,,,,,,74_3,5410 +non,,,,,,,0,973.7729460000007,,,,C#4,,,144,61,9,,,,,,,,,,,74_3,5411 +non,,,,,,,0,973.7729460000007,,,,E4,,,144,64,12,,,,,,,,,,,74_3,5412 +ctl,,,,,,,251,973.8382060000008,,,,,,,176,64,0,,,,,,,,,,,74_3,5413 +ctl,,,,,,,282,973.9115260000008,,,,,,,176,64,127,,,,,,,,,,,74_3,5414 +non,,,,,,,1515,974.3054260000008,,,,G4,,,144,67,10,,,,,,,,,,,74_3,5415 +nof,,,,,,,50,974.3184260000007,,,,,,,144,72,0,,,,,,,,,,,74_3,5408 +non,,,,,,,462,974.4385460000008,,,,F#4,,,144,66,10,,,,,,,,,,,74_3,5416 +nof,,,,,,,50,974.4515460000008,,,,,,,144,67,0,,,,,,,,,,,74_3,5415 +non,,,,,,,462,974.5716660000007,,,,A4,,,144,69,11,,,,,,,,,,,74_3,5417 +nof,,,,,,,50,974.5866660000007,,,,,,,144,66,0,,,,,,,,,,,74_3,5416 +ctl,,,,,,,13,974.5905660000008,,,,,,,176,64,0,,,,,,,,,,,74_3,5418 +ctl,,,,,,,282,974.6751660000008,,,,,,,176,64,127,,,,,,,,,,,74_3,5419 +non,,,,,,,167,974.7252660000007,,,,A#4,,,144,70,10,,,,,,,,,,,74_3,5420 +nof,,,,,,,50,974.7382660000007,,,,,,,144,69,0,,,,,,,,,,,74_3,5417 +non,,,,,,,462,974.8583860000008,,,,A4,,,144,69,10,,,,,,,,,,,74_3,5421 +nof,,,,,,,50,974.8713860000007,,,,,,,144,70,0,,,,,,,,,,,74_3,5420 +ctl,,,,,,,462,974.9915060000008,,,,,,,176,64,0,,,,,,,,,,,74_3,5422 +ctl,,,,,,,0,974.9915060000008,,,,,,,176,64,127,,,,,,,,,,,74_3,5423 +ctl,,,,,,,0,974.9915060000008,,,,,,,176,64,0,,,,,,,,,,,74_3,5424 +non,,,,,,,0,974.9915060000008,,,,C5,,,144,72,11,,,,,,,,,,,74_3,5425 +nof,,,,,,,50,975.0045060000008,,,,,,,144,69,0,,,,,,,,,,,74_3,5421 +ctl,,,,,,,201,975.0567660000007,,,,,,,176,64,0,,,,,,,,,,,74_3,5426 +non,,,,,,,261,975.1246260000007,,,,G4,,,144,67,10,,,,,,,,,,,74_3,5427 +ctl,,,,,,,21,975.1300860000008,,,,,,,176,64,127,,,,,,,,,,,74_3,5428 +nof,,,,,,,29,975.1376260000008,,,,,,,144,72,0,,,,,,,,,,,74_3,5425 +non,,,,,,,462,975.2577460000008,,,,F#4,,,144,66,10,,,,,,,,,,,74_3,5429 +nof,,,,,,,50,975.2707460000007,,,,,,,144,67,0,,,,,,,,,,,74_3,5427 +non,,,,,,,462,975.3908660000008,,,,A4,,,144,69,10,,,,,,,,,,,74_3,5430 +ctl,,,,,,,31,975.3989260000008,,,,,,,176,64,0,,,,,,,,,,,74_3,5431 +nof,,,,,,,19,975.4038660000008,,,,,,,144,66,0,,,,,,,,,,,74_3,5429 +ctl,,,,,,,295,975.4805660000007,,,,,,,176,64,127,,,,,,,,,,,74_3,5432 +non,,,,,,,167,975.5239860000007,,,,A#4,,,144,70,10,,,,,,,,,,,74_3,5433 +nof,,,,,,,50,975.5369860000008,,,,,,,144,69,0,,,,,,,,,,,74_3,5430 +non,,,,,,,462,975.6571060000008,,,,A4,,,144,69,11,,,,,,,,,,,74_3,5434 +nof,,,,,,,50,975.6701060000007,,,,,,,144,70,0,,,,,,,,,,,74_3,5433 +non,,,,,,,462,975.7902260000008,,,,C5,,,144,72,11,,,,,,,,,,,74_3,5435 +nof,,,,,,,50,975.8052260000007,,,,,,,144,69,0,,,,,,,,,,,74_3,5434 +non,,,,,,,462,975.9438260000007,,,,A#4,,,144,70,10,,,,,,,,,,,74_3,5436 +nof,,,,,,,50,975.9568260000008,,,,,,,144,72,0,,,,,,,,,,,74_3,5435 +non,,,,,,,462,976.0769460000007,,,,A4,,,144,69,10,,,,,,,,,,,74_3,5437 +nof,,,,,,,50,976.0899460000007,,,,,,,144,70,0,,,,,,,,,,,74_3,5436 +ctl,,,,,,,462,976.2100660000008,,,,,,,176,64,0,,,,,,,,,,,74_3,5438 +ctl,,,,,,,0,976.2100660000008,,,,,,,176,64,127,,,,,,,,,,,74_3,5439 +ctl,,,,,,,0,976.2100660000008,,,,,,,176,64,0,,,,,,,,,,,74_3,5440 +nof,,,,,,,0,976.2100660000008,,,,,,,144,51,0,,,,,,,,,,,74_3,5409 +nof,,,,,,,0,976.2100660000008,,,,,,,144,57,0,,,,,,,,,,,74_3,5410 +nof,,,,,,,0,976.2100660000008,,,,,,,144,61,0,,,,,,,,,,,74_3,5411 +nof,,,,,,,0,976.2100660000008,,,,,,,144,64,0,,,,,,,,,,,74_3,5412 +non,,,,,,,0,976.2100660000008,,,,C5,,,144,72,11,,,,,,,,,,,74_3,5441 +non,,,,,,,0,976.2100660000008,,,,C3,,,144,48,10,,,,,,,,,,,74_3,5442 +non,,,,,,,0,976.2100660000008,,,,F#3,,,144,54,10,,,,,,,,,,,74_3,5443 +non,,,,,,,0,976.2100660000008,,,,A#3,,,144,58,10,,,,,,,,,,,74_3,5444 +non,,,,,,,0,976.2100660000008,,,,E4,,,144,64,12,,,,,,,,,,,74_3,5445 +nof,,,,,,,50,976.2250660000008,,,,,,,144,69,0,,,,,,,,,,,74_3,5437 +ctl,,,,,,,201,976.2853660000007,,,,,,,176,64,0,,,,,,,,,,,74_3,5446 +non,,,,,,,261,976.3636660000008,,,,C#5,,,144,73,11,,,,,,,,,,,74_3,5447 +ctl,,,,,,,21,976.3691260000007,,,,,,,176,64,127,,,,,,,,,,,74_3,5448 +nof,,,,,,,29,976.3766660000008,,,,,,,144,72,0,,,,,,,,,,,74_3,5441 +non,,,,,,,462,976.4967860000007,,,,C5,,,144,72,11,,,,,,,,,,,74_3,5449 +nof,,,,,,,50,976.5097860000008,,,,,,,144,73,0,,,,,,,,,,,74_3,5447 +non,,,,,,,462,976.6299060000008,,,,D#5,,,144,75,12,,,,,,,,,,,74_3,5450 +nof,,,,,,,50,976.6429060000007,,,,,,,144,72,0,,,,,,,,,,,74_3,5449 +ctl,,,,,,,44,976.6543460000007,,,,,,,176,64,0,,,,,,,,,,,74_3,5451 +ctl,,,,,,,314,976.7359860000007,,,,,,,176,64,127,,,,,,,,,,,74_3,5452 +non,,,,,,,104,976.7630260000008,,,,A#4,,,144,70,11,,,,,,,,,,,74_3,5453 +nof,,,,,,,50,976.7760260000008,,,,,,,144,75,0,,,,,,,,,,,74_3,5450 +non,,,,,,,462,976.8961460000007,,,,A4,,,144,69,11,,,,,,,,,,,74_3,5454 +nof,,,,,,,50,976.9091460000008,,,,,,,144,70,0,,,,,,,,,,,74_3,5453 +non,,,,,,,462,977.0292660000008,,,,C5,,,144,72,11,,,,,,,,,,,74_3,5455 +nof,,,,,,,50,977.0422660000007,,,,,,,144,69,0,,,,,,,,,,,74_3,5454 +non,,,,,,,462,977.1623860000008,,,,C#5,,,144,73,11,,,,,,,,,,,74_3,5456 +nof,,,,,,,50,977.1753860000008,,,,,,,144,72,0,,,,,,,,,,,74_3,5455 +non,,,,,,,462,977.2955060000007,,,,C5,,,144,72,11,,,,,,,,,,,74_3,5457 +nof,,,,,,,50,977.3085060000008,,,,,,,144,73,0,,,,,,,,,,,74_3,5456 +ctl,,,,,,,462,977.4286260000008,,,,,,,176,64,0,,,,,,,,,,,74_3,5458 +ctl,,,,,,,0,977.4286260000008,,,,,,,176,64,0,,,,,,,,,,,74_3,5459 +non,,,,,,,0,977.4286260000008,,,,D#5,,,144,75,13,,,,,,,,,,,74_3,5460 +nof,,,,,,,50,977.4448760000007,,,,,,,144,72,0,,,,,,,,,,,74_3,5457 +non,,,,,,,462,977.5950260000008,,,,C#5,,,144,73,12,,,,,,,,,,,74_3,5461 +nof,,,,,,,50,977.6100260000007,,,,,,,144,75,0,,,,,,,,,,,74_3,5460 +non,,,,,,,462,977.7486260000007,,,,C5,,,144,72,12,,,,,,,,,,,74_3,5462 +nof,,,,,,,50,977.7625760000008,,,,,,,144,73,0,,,,,,,,,,,74_3,5461 +non,,,,,,,462,977.8914740000007,,,,A#4,,,144,70,12,,,,,,,,,,,74_3,5463 +nof,,,,,,,50,977.9044740000007,,,,,,,144,72,0,,,,,,,,,,,74_3,5462 +non,,,,,,,462,978.0245940000008,,,,A4,,,144,69,11,,,,,,,,,,,74_3,5464 +nof,,,,,,,0,978.0245940000008,,,,,,,144,64,0,,,,,,,,,,,74_3,5445 +nof,,,,,,,50,978.0375940000008,,,,,,,144,70,0,,,,,,,,,,,74_3,5463 +non,,,,,,,462,978.1577140000007,,,,G4,,,144,67,11,,,,,,,,,,,74_3,5465 +nof,,,,,,,50,978.1707140000008,,,,,,,144,69,0,,,,,,,,,,,74_3,5464 +non,,,,,,,462,978.2908340000007,,,,F#4,,,144,66,11,,,,,,,,,,,74_3,5466 +nof,,,,,,,50,978.3058340000008,,,,,,,144,67,0,,,,,,,,,,,74_3,5465 +nof,,,,,,,462,978.4444340000008,,,,,,,144,48,0,,,,,,,,,,,74_3,5442 +nof,,,,,,,0,978.4444340000008,,,,,,,144,54,0,,,,,,,,,,,74_3,5443 +nof,,,,,,,0,978.4444340000008,,,,,,,144,58,0,,,,,,,,,,,74_3,5444 +non,,,,,,,256,978.5212340000007,,,,E4,,,144,64,10,,,,,,,,,,,74_3,5467 +nof,,,,,,,50,978.5456340000007,,,,,,,144,66,0,,,,,,,,,,,74_3,5466 +ctl,,,,,,,718,978.8960180000007,,,,,,,176,64,0,,,,,,,,,,,74_3,5468 +ctl,,,,,,,0,978.8960180000007,,,,,,,176,64,0,,,,,,,,,,,74_3,5469 +non,,,,,,,0,978.8960180000007,,,,E3,,,144,52,9,,,,,,,,,,,74_3,5470 +nof,,,,,,,50,978.9137680000008,,,,,,,144,64,0,,,,,,,,,,,74_3,5467 +ctl,,,,,,,347,979.0369530000007,,,,,,,176,64,127,,,,,,,,,,,74_3,5471 +non,,,,,,,115,979.0777780000008,,,,D#4,,,144,63,10,,,,,,,,,,,74_3,5472 +non,,,,,,,512,979.2313780000007,,,,F#2,,,144,42,6,,,,,,,,,,,74_3,5473 +nof,,,,,,,512,979.3849780000007,,,,,,,144,42,0,,,,,,,,,,,74_3,5473 +non,,,,,,,0,979.3849780000007,,,,C2,,,144,36,6,,,,,,,,,,,74_3,5474 +nof,,,,,,,1024,979.6921780000007,,,,,,,144,63,0,,,,,,,,,,,74_3,5472 +non,,,,,,,0,979.6921780000007,,,,D4,,,144,62,10,,,,,,,,,,,74_3,5475 +nof,,,,,,,0,979.6921780000007,,,,,,,144,36,0,,,,,,,,,,,74_3,5474 +non,,,,,,,0,979.6921780000007,,,,F#2,,,144,42,6,,,,,,,,,,,74_3,5476 +ctl,,,,,,,512,979.8252980000008,,,,,,,176,64,0,,,,,,,,,,,74_3,5477 +nof,,,,,,,0,979.8252980000008,,,,,,,144,62,0,,,,,,,,,,,74_3,5475 +non,,,,,,,0,979.8252980000008,,,,C#4,,,144,61,10,,,,,,,,,,,74_3,5478 +ctl,,,,,,,384,979.9500980000007,,,,,,,176,64,127,,,,,,,,,,,74_3,5479 +nof,,,,,,,128,979.9916980000007,,,,,,,144,61,0,,,,,,,,,,,74_3,5478 +non,,,,,,,0,979.9916980000007,,,,A#3,,,144,58,10,,,,,,,,,,,74_3,5480 +nof,,,,,,,0,979.9916980000007,,,,,,,144,42,0,,,,,,,,,,,74_3,5476 +non,,,,,,,0,979.9916980000007,,,,C2,,,144,36,6,,,,,,,,,,,74_3,5481 +nof,,,,,,,512,980.1452980000007,,,,,,,144,58,0,,,,,,,,,,,74_3,5480 +non,,,,,,,0,980.1452980000007,,,,A3,,,144,57,10,,,,,,,,,,,74_3,5482 +ctl,,,,,,,512,980.2988980000008,,,,,,,176,64,0,,,,,,,,,,,74_3,5483 +ctl,,,,,,,0,980.2988980000008,,,,,,,176,64,127,,,,,,,,,,,74_3,5484 +nof,,,,,,,0,980.2988980000008,,,,,,,144,52,0,,,,,,,,,,,74_3,5470 +nof,,,,,,,0,980.2988980000008,,,,,,,144,57,0,,,,,,,,,,,74_3,5482 +nof,,,,,,,0,980.2988980000008,,,,,,,144,36,0,,,,,,,,,,,74_3,5481 +non,,,,,,,0,980.2988980000008,,,,C#3,,,144,49,8,,,,,,,,,,,74_3,5485 +non,,,,,,,0,980.2988980000008,,,,G3,,,144,55,8,,,,,,,,,,,74_3,5486 +non,,,,,,,0,980.2988980000008,,,,A#3,,,144,58,8,,,,,,,,,,,74_3,5487 +non,,,,,,,0,980.2988980000008,,,,D#4,,,144,63,8,,,,,,,,,,,74_3,5488 +non,,,,,,,0,980.2988980000008,,,,G4,,,144,67,11,,,,,,,,,,,74_3,5489 +ctl,,,,,,,175,980.3513980000007,,,,,,,176,64,0,,,,,,,,,,,74_3,5490 +ctl,,,,,,,321,980.4476980000007,,,,,,,176,64,127,,,,,,,,,,,74_3,5491 +non,,,,,,,16,980.4524980000008,,,,F#2,,,144,42,6,,,,,,,,,,,74_3,5492 +nof,,,,,,,512,980.6060980000008,,,,,,,144,42,0,,,,,,,,,,,74_3,5492 +non,,,,,,,0,980.6060980000008,,,,C2,,,144,36,6,,,,,,,,,,,74_3,5493 +nof,,,,,,,512,980.7596980000008,,,,,,,144,36,0,,,,,,,,,,,74_3,5493 +non,,,,,,,0,980.7596980000008,,,,F#2,,,144,42,7,,,,,,,,,,,74_3,5494 +nof,,,,,,,1024,981.0668980000007,,,,,,,144,42,0,,,,,,,,,,,74_3,5494 +non,,,,,,,0,981.0668980000007,,,,C2,,,144,36,7,,,,,,,,,,,74_3,5495 +nof,,,,,,,512,981.2204980000007,,,,,,,144,36,0,,,,,,,,,,,74_3,5495 +non,,,,,,,0,981.2204980000007,,,,F#2,,,144,42,7,,,,,,,,,,,74_3,5496 +nof,,,,,,,512,981.3740980000008,,,,,,,144,42,0,,,,,,,,,,,74_3,5496 +non,,,,,,,0,981.3740980000008,,,,C2,,,144,36,7,,,,,,,,,,,74_3,5497 +nof,,,,,,,512,981.5276980000008,,,,,,,144,36,0,,,,,,,,,,,74_3,5497 +non,,,,,,,0,981.5276980000008,,,,F#2,,,144,42,7,,,,,,,,,,,74_3,5498 +ctl,,,,,,,512,981.6812980000008,,,,,,,176,64,0,,,,,,,,,,,74_3,5499 +ctl,,,,,,,0,981.6812980000008,,,,,,,176,64,0,,,,,,,,,,,74_3,5500 +ctl,,,,,,,0,981.6812980000008,,,,,,,176,64,127,,,,,,,,,,,74_3,5501 +ctl,,,,,,,0,981.6812980000008,,,,,,,176,64,0,,,,,,,,,,,74_3,5502 +nof,,,,,,,0,981.6812980000008,,,,,,,144,49,0,,,,,,,,,,,74_3,5485 +nof,,,,,,,0,981.6812980000008,,,,,,,144,55,0,,,,,,,,,,,74_3,5486 +nof,,,,,,,0,981.6812980000008,,,,,,,144,58,0,,,,,,,,,,,74_3,5487 +nof,,,,,,,0,981.6812980000008,,,,,,,144,63,0,,,,,,,,,,,74_3,5488 +nof,,,,,,,0,981.6812980000008,,,,,,,144,67,0,,,,,,,,,,,74_3,5489 +nof,,,,,,,0,981.6812980000008,,,,,,,144,42,0,,,,,,,,,,,74_3,5498 +non,,,,,,,0,981.6812980000008,,,,A#3,,,144,58,10,,,,,,,,,,,74_3,5503 +ctl,,,,,,,216,981.7579780000008,,,,,,,176,64,0,,,,,,,,,,,74_3,5504 +ctl,,,,,,,181,981.8222330000008,,,,,,,176,64,127,,,,,,,,,,,74_3,5505 +non,,,,,,,115,981.8630580000007,,,,A4,,,144,69,12,,,,,,,,,,,74_3,5506 +non,,,,,,,512,982.0166580000008,,,,F#2,,,144,42,10,,,,,,,,,,,74_3,5507 +nof,,,,,,,512,982.1702580000008,,,,,,,144,42,0,,,,,,,,,,,74_3,5507 +non,,,,,,,0,982.1702580000008,,,,C2,,,144,36,10,,,,,,,,,,,74_3,5508 +nof,,,,,,,1024,982.4774580000008,,,,,,,144,69,0,,,,,,,,,,,74_3,5506 +non,,,,,,,0,982.4774580000008,,,,G#4,,,144,68,11,,,,,,,,,,,74_3,5509 +nof,,,,,,,0,982.4774580000008,,,,,,,144,36,0,,,,,,,,,,,74_3,5508 +non,,,,,,,0,982.4774580000008,,,,F#2,,,144,42,10,,,,,,,,,,,74_3,5510 +ctl,,,,,,,512,982.6105780000007,,,,,,,176,64,0,,,,,,,,,,,74_3,5511 +nof,,,,,,,0,982.6105780000007,,,,,,,144,68,0,,,,,,,,,,,74_3,5509 +non,,,,,,,0,982.6105780000007,,,,G4,,,144,67,12,,,,,,,,,,,74_3,5512 +ctl,,,,,,,384,982.7104180000008,,,,,,,176,64,127,,,,,,,,,,,74_3,5513 +nof,,,,,,,128,982.7436980000008,,,,,,,144,67,0,,,,,,,,,,,74_3,5512 +non,,,,,,,0,982.7436980000008,,,,E4,,,144,64,12,,,,,,,,,,,74_3,5514 +nof,,,,,,,0,982.7436980000008,,,,,,,144,42,0,,,,,,,,,,,74_3,5510 +non,,,,,,,0,982.7436980000008,,,,C2,,,144,36,10,,,,,,,,,,,74_3,5515 +nof,,,,,,,512,982.8972980000008,,,,,,,144,64,0,,,,,,,,,,,74_3,5514 +non,,,,,,,0,982.8972980000008,,,,D#4,,,144,63,11,,,,,,,,,,,74_3,5516 +ctl,,,,,,,512,983.0508980000008,,,,,,,176,64,0,,,,,,,,,,,74_3,5517 +ctl,,,,,,,0,983.0508980000008,,,,,,,176,64,0,,,,,,,,,,,74_3,5518 +ctl,,,,,,,0,983.0508980000008,,,,,,,176,64,127,,,,,,,,,,,74_3,5519 +ctl,,,,,,,0,983.0508980000008,,,,,,,176,64,0,,,,,,,,,,,74_3,5520 +ctl,,,,,,,0,983.0508980000008,,,,,,,176,64,0,,,,,,,,,,,74_3,5521 +nof,,,,,,,0,983.0508980000008,,,,,,,144,63,0,,,,,,,,,,,74_3,5516 +nof,,,,,,,0,983.0508980000008,,,,,,,144,58,0,,,,,,,,,,,74_3,5503 +nof,,,,,,,0,983.0508980000008,,,,,,,144,36,0,,,,,,,,,,,74_3,5515 +non,,,,,,,0,983.0508980000008,,,,G3,,,144,55,12,,,,,,,,,,,74_3,5522 +non,,,,,,,0,983.0508980000008,,,,C#4,,,144,61,12,,,,,,,,,,,74_3,5523 +non,,,,,,,0,983.0508980000008,,,,E4,,,144,64,12,,,,,,,,,,,74_3,5524 +non,,,,,,,0,983.0508980000008,,,,A4,,,144,69,12,,,,,,,,,,,74_3,5525 +non,,,,,,,0,983.0508980000008,,,,C#5,,,144,73,15,,,,,,,,,,,74_3,5526 +ctl,,,,,,,175,983.1362980000008,,,,,,,176,64,0,,,,,,,,,,,74_3,5527 +ctl,,,,,,,321,983.2929460000007,,,,,,,176,64,127,,,,,,,,,,,74_3,5528 +non,,,,,,,16,983.3007540000008,,,,D#5,,,144,75,15,,,,,,,,,,,74_3,5529 +non,,,,,,,0,983.3007540000008,,,,F#2,,,144,42,7,,,,,,,,,,,74_3,5530 +nof,,,,,,,512,983.4543540000008,,,,,,,144,42,0,,,,,,,,,,,74_3,5530 +non,,,,,,,0,983.4543540000008,,,,C2,,,144,36,7,,,,,,,,,,,74_3,5531 +nof,,,,,,,512,983.6079540000007,,,,,,,144,36,0,,,,,,,,,,,74_3,5531 +non,,,,,,,0,983.6079540000007,,,,F#2,,,144,42,7,,,,,,,,,,,74_3,5532 +nof,,,,,,,1024,983.9151540000007,,,,,,,144,42,0,,,,,,,,,,,74_3,5532 +non,,,,,,,0,983.9151540000007,,,,C2,,,144,36,7,,,,,,,,,,,74_3,5533 +nof,,,,,,,512,984.0687540000008,,,,,,,144,36,0,,,,,,,,,,,74_3,5533 +non,,,,,,,0,984.0687540000008,,,,F#2,,,144,42,7,,,,,,,,,,,74_3,5534 +nof,,,,,,,512,984.2223540000008,,,,,,,144,42,0,,,,,,,,,,,74_3,5534 +non,,,,,,,0,984.2223540000008,,,,C2,,,144,36,7,,,,,,,,,,,74_3,5535 +nof,,,,,,,512,984.3759540000008,,,,,,,144,75,0,,,,,,,,,,,74_3,5529 +non,,,,,,,0,984.3759540000008,,,,D#5,,,144,75,15,,,,,,,,,,,74_3,5536 +nof,,,,,,,0,984.3759540000008,,,,,,,144,36,0,,,,,,,,,,,74_3,5535 +non,,,,,,,0,984.3759540000008,,,,F#2,,,144,42,7,,,,,,,,,,,74_3,5537 +ctl,,,,,,,512,984.6258100000008,,,,,,,176,64,0,,,,,,,,,,,74_3,5538 +ctl,,,,,,,0,984.6258100000008,,,,,,,176,64,0,,,,,,,,,,,74_3,5539 +ctl,,,,,,,0,984.6258100000008,,,,,,,176,64,127,,,,,,,,,,,74_3,5540 +ctl,,,,,,,0,984.6258100000008,,,,,,,176,64,0,,,,,,,,,,,74_3,5541 +ctl,,,,,,,0,984.6258100000008,,,,,,,176,64,0,,,,,,,,,,,74_3,5542 +nof,,,,,,,0,984.6258100000008,,,,,,,144,75,0,,,,,,,,,,,74_3,5536 +nof,,,,,,,0,984.6258100000008,,,,,,,144,55,0,,,,,,,,,,,74_3,5522 +nof,,,,,,,0,984.6258100000008,,,,,,,144,61,0,,,,,,,,,,,74_3,5523 +nof,,,,,,,0,984.6258100000008,,,,,,,144,64,0,,,,,,,,,,,74_3,5524 +nof,,,,,,,0,984.6258100000008,,,,,,,144,69,0,,,,,,,,,,,74_3,5525 +nof,,,,,,,0,984.6258100000008,,,,,,,144,73,0,,,,,,,,,,,74_3,5526 +nof,,,,,,,0,984.6258100000008,,,,,,,144,42,0,,,,,,,,,,,74_3,5537 +non,,,,,,,0,984.6258100000008,,,,E4,,,144,64,7,,,,,,,,,,,74_3,5543 +non,,,,,,,0,984.6258100000008,,,,D#5,,,144,75,10,,,,,,,,,,,74_3,5544 +non,,,,,,,0,984.6258100000008,,,,A#3,,,144,58,9,,,,,,,,,,,74_3,5545 +ctl,,,,,,,216,984.6906100000008,,,,,,,176,64,0,,,,,,,,,,,74_3,5546 +ctl,,,,,,,181,984.7449100000008,,,,,,,176,64,127,,,,,,,,,,,74_3,5547 +non,,,,,,,627,984.9330100000008,,,,F#2,,,144,42,7,,,,,,,,,,,74_3,5548 +nof,,,,,,,512,985.0866100000007,,,,,,,144,42,0,,,,,,,,,,,74_3,5548 +non,,,,,,,0,985.0866100000007,,,,C2,,,144,36,7,,,,,,,,,,,74_3,5549 +nof,,,,,,,1024,985.3938100000007,,,,,,,144,75,0,,,,,,,,,,,74_3,5544 +non,,,,,,,0,985.3938100000007,,,,D5,,,144,74,10,,,,,,,,,,,74_3,5550 +nof,,,,,,,0,985.3938100000007,,,,,,,144,36,0,,,,,,,,,,,74_3,5549 +non,,,,,,,0,985.3938100000007,,,,F#2,,,144,42,7,,,,,,,,,,,74_3,5551 +ctl,,,,,,,512,985.5474100000008,,,,,,,176,64,0,,,,,,,,,,,74_3,5552 +nof,,,,,,,0,985.5474100000008,,,,,,,144,74,0,,,,,,,,,,,74_3,5550 +non,,,,,,,0,985.5474100000008,,,,C#5,,,144,73,10,,,,,,,,,,,74_3,5553 +ctl,,,,,,,384,985.6626100000008,,,,,,,176,64,127,,,,,,,,,,,74_3,5554 +nof,,,,,,,128,985.7010100000008,,,,,,,144,73,0,,,,,,,,,,,74_3,5553 +non,,,,,,,0,985.7010100000008,,,,A#4,,,144,70,10,,,,,,,,,,,74_3,5555 +nof,,,,,,,0,985.7010100000008,,,,,,,144,42,0,,,,,,,,,,,74_3,5551 +non,,,,,,,0,985.7010100000008,,,,C2,,,144,36,7,,,,,,,,,,,74_3,5556 +nof,,,,,,,512,985.8546100000008,,,,,,,144,70,0,,,,,,,,,,,74_3,5555 +non,,,,,,,0,985.8546100000008,,,,A4,,,144,69,10,,,,,,,,,,,74_3,5557 +ctl,,,,,,,512,986.0082100000008,,,,,,,176,64,0,,,,,,,,,,,74_3,5558 +ctl,,,,,,,0,986.0082100000008,,,,,,,176,64,0,,,,,,,,,,,74_3,5559 +ctl,,,,,,,0,986.0082100000008,,,,,,,176,64,127,,,,,,,,,,,74_3,5560 +ctl,,,,,,,0,986.0082100000008,,,,,,,176,64,0,,,,,,,,,,,74_3,5561 +ctl,,,,,,,0,986.0082100000008,,,,,,,176,64,0,,,,,,,,,,,74_3,5562 +ctl,,,,,,,0,986.0082100000008,,,,,,,176,64,0,,,,,,,,,,,74_3,5563 +nof,,,,,,,0,986.0082100000008,,,,,,,144,69,0,,,,,,,,,,,74_3,5557 +nof,,,,,,,0,986.0082100000008,,,,,,,144,64,0,,,,,,,,,,,74_3,5543 +nof,,,,,,,0,986.0082100000008,,,,,,,144,36,0,,,,,,,,,,,74_3,5556 +nof,,,,,,,0,986.0082100000008,,,,,,,144,58,0,,,,,,,,,,,74_3,5545 +non,,,,,,,0,986.0082100000008,,,,G3,,,144,55,9,,,,,,,,,,,74_3,5564 +non,,,,,,,0,986.0082100000008,,,,C#4,,,144,61,9,,,,,,,,,,,74_3,5565 +non,,,,,,,0,986.0082100000008,,,,C5,,,144,72,12,,,,,,,,,,,74_3,5566 +ctl,,,,,,,175,986.0936100000008,,,,,,,176,64,0,,,,,,,,,,,74_3,5567 +ctl,,,,,,,321,986.2502580000007,,,,,,,176,64,127,,,,,,,,,,,74_3,5568 +non,,,,,,,16,986.2580660000008,,,,E3,,,144,52,8,,,,,,,,,,,74_3,5569 +non,,,,,,,0,986.2580660000008,,,,E4,,,144,64,11,,,,,,,,,,,74_3,5570 +non,,,,,,,0,986.2580660000008,,,,A2,,,144,45,8,,,,,,,,,,,74_3,5571 +nof,,,,,,,512,986.4116660000008,,,,,,,144,45,0,,,,,,,,,,,74_3,5571 +non,,,,,,,0,986.4116660000008,,,,D#2,,,144,39,8,,,,,,,,,,,74_3,5572 +nof,,,,,,,512,986.5652660000007,,,,,,,144,39,0,,,,,,,,,,,74_3,5572 +non,,,,,,,0,986.5652660000007,,,,A2,,,144,45,8,,,,,,,,,,,74_3,5573 +nof,,,,,,,1024,986.8724660000007,,,,,,,144,45,0,,,,,,,,,,,74_3,5573 +non,,,,,,,0,986.8724660000007,,,,D#2,,,144,39,8,,,,,,,,,,,74_3,5574 +nof,,,,,,,512,987.0260660000008,,,,,,,144,39,0,,,,,,,,,,,74_3,5574 +non,,,,,,,0,987.0260660000008,,,,A2,,,144,45,8,,,,,,,,,,,74_3,5575 +nof,,,,,,,512,987.1796660000008,,,,,,,144,45,0,,,,,,,,,,,74_3,5575 +non,,,,,,,0,987.1796660000008,,,,D#2,,,144,39,9,,,,,,,,,,,74_3,5576 +nof,,,,,,,512,987.3332660000008,,,,,,,144,52,0,,,,,,,,,,,74_3,5569 +nof,,,,,,,0,987.3332660000008,,,,,,,144,64,0,,,,,,,,,,,74_3,5570 +non,,,,,,,0,987.3332660000008,,,,E3,,,144,52,9,,,,,,,,,,,74_3,5577 +non,,,,,,,0,987.3332660000008,,,,E4,,,144,64,12,,,,,,,,,,,74_3,5578 +nof,,,,,,,0,987.3332660000008,,,,,,,144,39,0,,,,,,,,,,,74_3,5576 +non,,,,,,,0,987.3332660000008,,,,A2,,,144,45,9,,,,,,,,,,,74_3,5579 +ctl,,,,,,,512,987.5150260000007,,,,,,,176,64,0,,,,,,,,,,,74_3,5580 +ctl,,,,,,,0,987.5150260000007,,,,,,,176,64,0,,,,,,,,,,,74_3,5581 +ctl,,,,,,,0,987.5150260000007,,,,,,,176,64,127,,,,,,,,,,,74_3,5582 +ctl,,,,,,,0,987.5150260000007,,,,,,,176,64,0,,,,,,,,,,,74_3,5583 +ctl,,,,,,,0,987.5150260000007,,,,,,,176,64,0,,,,,,,,,,,74_3,5584 +ctl,,,,,,,0,987.5150260000007,,,,,,,176,64,0,,,,,,,,,,,74_3,5585 +nof,,,,,,,0,987.5150260000007,,,,,,,144,55,0,,,,,,,,,,,74_3,5564 +nof,,,,,,,0,987.5150260000007,,,,,,,144,61,0,,,,,,,,,,,74_3,5565 +nof,,,,,,,0,987.5150260000007,,,,,,,144,72,0,,,,,,,,,,,74_3,5566 +nof,,,,,,,0,987.5150260000007,,,,,,,144,45,0,,,,,,,,,,,74_3,5579 +non,,,,,,,0,987.5150260000007,,,,G3,,,144,55,9,,,,,,,,,,,74_3,5586 +ctl,,,,,,,216,987.5917060000007,,,,,,,176,64,0,,,,,,,,,,,74_3,5587 +ctl,,,,,,,181,987.6559610000007,,,,,,,176,64,127,,,,,,,,,,,74_3,5588 +non,,,,,,,115,987.6967860000008,,,,C#4,,,144,61,10,,,,,,,,,,,74_3,5589 +non,,,,,,,0,987.6967860000008,,,,C5,,,144,72,12,,,,,,,,,,,74_3,5590 +nof,,,,,,,512,987.8503860000008,,,,,,,144,52,0,,,,,,,,,,,74_3,5577 +nof,,,,,,,0,987.8503860000008,,,,,,,144,64,0,,,,,,,,,,,74_3,5578 +non,,,,,,,0,987.8503860000008,,,,A2,,,144,45,9,,,,,,,,,,,74_3,5591 +nof,,,,,,,512,988.0039860000007,,,,,,,144,45,0,,,,,,,,,,,74_3,5591 +non,,,,,,,0,988.0039860000007,,,,D#2,,,144,39,9,,,,,,,,,,,74_3,5592 +nof,,,,,,,1024,988.2896820000008,,,,,,,144,72,0,,,,,,,,,,,74_3,5590 +non,,,,,,,0,988.2896820000008,,,,B4,,,144,71,11,,,,,,,,,,,74_3,5593 +nof,,,,,,,0,988.2896820000008,,,,,,,144,39,0,,,,,,,,,,,74_3,5592 +non,,,,,,,0,988.2896820000008,,,,A2,,,144,45,10,,,,,,,,,,,74_3,5594 +ctl,,,,,,,512,988.4325300000007,,,,,,,176,64,0,,,,,,,,,,,74_3,5595 +nof,,,,,,,0,988.4325300000007,,,,,,,144,71,0,,,,,,,,,,,74_3,5593 +non,,,,,,,0,988.4325300000007,,,,A#4,,,144,70,11,,,,,,,,,,,74_3,5596 +ctl,,,,,,,384,988.5573300000008,,,,,,,176,64,127,,,,,,,,,,,74_3,5597 +nof,,,,,,,128,988.5989300000008,,,,,,,144,70,0,,,,,,,,,,,74_3,5596 +non,,,,,,,0,988.5989300000008,,,,G4,,,144,67,11,,,,,,,,,,,74_3,5598 +nof,,,,,,,0,988.5989300000008,,,,,,,144,45,0,,,,,,,,,,,74_3,5594 +non,,,,,,,0,988.5989300000008,,,,D#2,,,144,39,10,,,,,,,,,,,74_3,5599 +nof,,,,,,,512,988.7417780000007,,,,,,,144,67,0,,,,,,,,,,,74_3,5598 +non,,,,,,,0,988.7417780000007,,,,F#4,,,144,66,11,,,,,,,,,,,74_3,5600 +ctl,,,,,,,512,988.8846260000007,,,,,,,176,64,0,,,,,,,,,,,74_3,5601 +ctl,,,,,,,0,988.8846260000007,,,,,,,176,64,127,,,,,,,,,,,74_3,5602 +ctl,,,,,,,0,988.8846260000007,,,,,,,176,64,0,,,,,,,,,,,74_3,5603 +ctl,,,,,,,0,988.8846260000007,,,,,,,176,64,0,,,,,,,,,,,74_3,5604 +nof,,,,,,,0,988.8846260000007,,,,,,,144,66,0,,,,,,,,,,,74_3,5600 +nof,,,,,,,0,988.8846260000007,,,,,,,144,61,0,,,,,,,,,,,74_3,5589 +nof,,,,,,,0,988.8846260000007,,,,,,,144,39,0,,,,,,,,,,,74_3,5599 +nof,,,,,,,0,988.8846260000007,,,,,,,144,55,0,,,,,,,,,,,74_3,5586 +non,,,,,,,0,988.8846260000007,,,,A#3,,,144,58,11,,,,,,,,,,,74_3,5605 +ctl,,,,,,,216,988.9613060000007,,,,,,,176,64,0,,,,,,,,,,,74_3,5606 +ctl,,,,,,,181,989.0255610000007,,,,,,,176,64,127,,,,,,,,,,,74_3,5607 +non,,,,,,,115,989.0663860000008,,,,A4,,,144,69,11,,,,,,,,,,,74_3,5608 +non,,,,,,,0,989.0663860000008,,,,C3,,,144,48,10,,,,,,,,,,,74_3,5609 +nof,,,,,,,512,989.1995060000007,,,,,,,144,48,0,,,,,,,,,,,74_3,5609 +non,,,,,,,0,989.1995060000007,,,,F#2,,,144,42,11,,,,,,,,,,,74_3,5610 +nof,,,,,,,1024,989.4657460000008,,,,,,,144,42,0,,,,,,,,,,,74_3,5610 +non,,,,,,,0,989.4657460000008,,,,C3,,,144,48,10,,,,,,,,,,,74_3,5611 +nof,,,,,,,512,989.5988660000007,,,,,,,144,69,0,,,,,,,,,,,74_3,5608 +non,,,,,,,0,989.5988660000007,,,,G#4,,,144,68,12,,,,,,,,,,,74_3,5612 +ctl,,,,,,,512,989.7319860000008,,,,,,,176,64,0,,,,,,,,,,,74_3,5613 +nof,,,,,,,0,989.7319860000008,,,,,,,144,68,0,,,,,,,,,,,74_3,5612 +non,,,,,,,0,989.7319860000008,,,,G4,,,144,67,12,,,,,,,,,,,74_3,5614 +nof,,,,,,,0,989.7319860000008,,,,,,,144,48,0,,,,,,,,,,,74_3,5611 +non,,,,,,,0,989.7319860000008,,,,F#2,,,144,42,10,,,,,,,,,,,74_3,5615 +ctl,,,,,,,384,989.8318260000008,,,,,,,176,64,127,,,,,,,,,,,74_3,5616 +nof,,,,,,,128,989.8651060000008,,,,,,,144,67,0,,,,,,,,,,,74_3,5614 +non,,,,,,,0,989.8651060000008,,,,E4,,,144,64,12,,,,,,,,,,,74_3,5617 +nof,,,,,,,512,989.9982260000007,,,,,,,144,64,0,,,,,,,,,,,74_3,5617 +non,,,,,,,0,989.9982260000007,,,,D#4,,,144,63,11,,,,,,,,,,,74_3,5618 +nof,,,,,,,0,989.9982260000007,,,,,,,144,42,0,,,,,,,,,,,74_3,5615 +ctl,,,,,,,512,990.1313460000008,,,,,,,176,64,0,,,,,,,,,,,74_3,5619 +ctl,,,,,,,0,990.1313460000008,,,,,,,176,64,0,,,,,,,,,,,74_3,5620 +ctl,,,,,,,0,990.1313460000008,,,,,,,176,64,127,,,,,,,,,,,74_3,5621 +ctl,,,,,,,0,990.1313460000008,,,,,,,176,64,0,,,,,,,,,,,74_3,5622 +nof,,,,,,,0,990.1313460000008,,,,,,,144,58,0,,,,,,,,,,,74_3,5605 +nof,,,,,,,0,990.1313460000008,,,,,,,144,63,0,,,,,,,,,,,74_3,5618 +non,,,,,,,0,990.1313460000008,,,,F#4,,,144,66,14,,,,,,,,,,,74_3,5623 +non,,,,,,,0,990.1313460000008,,,,A2,,,144,45,9,,,,,,,,,,,74_3,5624 +non,,,,,,,0,990.1313460000008,,,,D#3,,,144,51,9,,,,,,,,,,,74_3,5625 +non,,,,,,,0,990.1313460000008,,,,G3,,,144,55,9,,,,,,,,,,,74_3,5626 +non,,,,,,,0,990.1313460000008,,,,A#3,,,144,58,12,,,,,,,,,,,74_3,5627 +ctl,,,,,,,251,990.1966060000008,,,,,,,176,64,0,,,,,,,,,,,74_3,5628 +ctl,,,,,,,282,990.2699260000007,,,,,,,176,64,127,,,,,,,,,,,74_3,5629 +nof,,,,,,,1515,990.6638260000008,,,,,,,144,66,0,,,,,,,,,,,74_3,5623 +non,,,,,,,0,990.6638260000008,,,,C#4,,,144,61,11,,,,,,,,,,,74_3,5630 +nof,,,,,,,512,990.7969460000007,,,,,,,144,61,0,,,,,,,,,,,74_3,5630 +non,,,,,,,0,990.7969460000007,,,,C4,,,144,60,11,,,,,,,,,,,74_3,5631 +nof,,,,,,,512,990.9300660000008,,,,,,,144,60,0,,,,,,,,,,,74_3,5631 +non,,,,,,,0,990.9300660000008,,,,D#4,,,144,63,12,,,,,,,,,,,74_3,5632 +ctl,,,,,,,63,990.9489660000007,,,,,,,176,64,0,,,,,,,,,,,74_3,5633 +ctl,,,,,,,282,991.0335660000007,,,,,,,176,64,127,,,,,,,,,,,74_3,5634 +nof,,,,,,,167,991.0836660000008,,,,,,,144,63,0,,,,,,,,,,,74_3,5632 +non,,,,,,,0,991.0836660000008,,,,E4,,,144,64,12,,,,,,,,,,,74_3,5635 +nof,,,,,,,512,991.2167860000008,,,,,,,144,64,0,,,,,,,,,,,74_3,5635 +non,,,,,,,0,991.2167860000008,,,,D#4,,,144,63,11,,,,,,,,,,,74_3,5636 +ctl,,,,,,,512,991.3499060000007,,,,,,,176,64,0,,,,,,,,,,,74_3,5637 +ctl,,,,,,,0,991.3499060000007,,,,,,,176,64,0,,,,,,,,,,,74_3,5638 +ctl,,,,,,,0,991.3499060000007,,,,,,,176,64,127,,,,,,,,,,,74_3,5639 +ctl,,,,,,,0,991.3499060000007,,,,,,,176,64,0,,,,,,,,,,,74_3,5640 +ctl,,,,,,,0,991.3499060000007,,,,,,,176,64,0,,,,,,,,,,,74_3,5641 +nof,,,,,,,0,991.3499060000007,,,,,,,144,63,0,,,,,,,,,,,74_3,5636 +non,,,,,,,0,991.3499060000007,,,,F#4,,,144,66,12,,,,,,,,,,,74_3,5642 +ctl,,,,,,,251,991.4252060000008,,,,,,,176,64,0,,,,,,,,,,,74_3,5643 +nof,,,,,,,261,991.5035060000007,,,,,,,144,66,0,,,,,,,,,,,74_3,5642 +non,,,,,,,0,991.5035060000007,,,,C#4,,,144,61,12,,,,,,,,,,,74_3,5644 +ctl,,,,,,,21,991.5089660000008,,,,,,,176,64,127,,,,,,,,,,,74_3,5645 +nof,,,,,,,491,991.6366260000008,,,,,,,144,61,0,,,,,,,,,,,74_3,5644 +non,,,,,,,0,991.6366260000008,,,,C4,,,144,60,11,,,,,,,,,,,74_3,5646 +nof,,,,,,,512,991.7697460000007,,,,,,,144,60,0,,,,,,,,,,,74_3,5646 +non,,,,,,,0,991.7697460000007,,,,D#4,,,144,63,11,,,,,,,,,,,74_3,5647 +ctl,,,,,,,31,991.7773100000007,,,,,,,176,64,0,,,,,,,,,,,74_3,5648 +ctl,,,,,,,314,991.8539260000008,,,,,,,176,64,127,,,,,,,,,,,74_3,5649 +nof,,,,,,,167,991.8946740000008,,,,,,,144,63,0,,,,,,,,,,,74_3,5647 +non,,,,,,,0,991.8946740000008,,,,E4,,,144,64,12,,,,,,,,,,,74_3,5650 +nof,,,,,,,512,992.0196020000008,,,,,,,144,64,0,,,,,,,,,,,74_3,5650 +non,,,,,,,0,992.0196020000008,,,,D#4,,,144,63,12,,,,,,,,,,,74_3,5651 +nof,,,,,,,512,992.1445300000007,,,,,,,144,63,0,,,,,,,,,,,74_3,5651 +non,,,,,,,0,992.1445300000007,,,,F#4,,,144,66,12,,,,,,,,,,,74_3,5652 +nof,,,,,,,512,992.2981300000008,,,,,,,144,66,0,,,,,,,,,,,74_3,5652 +non,,,,,,,0,992.2981300000008,,,,E4,,,144,64,12,,,,,,,,,,,74_3,5653 +nof,,,,,,,512,992.4312500000008,,,,,,,144,64,0,,,,,,,,,,,74_3,5653 +non,,,,,,,0,992.4312500000008,,,,D#4,,,144,63,12,,,,,,,,,,,74_3,5654 +ctl,,,,,,,512,992.5643700000007,,,,,,,176,64,0,,,,,,,,,,,74_3,5655 +ctl,,,,,,,0,992.5643700000007,,,,,,,176,64,0,,,,,,,,,,,74_3,5656 +ctl,,,,,,,0,992.5643700000007,,,,,,,176,64,127,,,,,,,,,,,74_3,5657 +ctl,,,,,,,0,992.5643700000007,,,,,,,176,64,0,,,,,,,,,,,74_3,5658 +ctl,,,,,,,0,992.5643700000007,,,,,,,176,64,0,,,,,,,,,,,74_3,5659 +nof,,,,,,,0,992.5643700000007,,,,,,,144,63,0,,,,,,,,,,,74_3,5654 +nof,,,,,,,0,992.5643700000007,,,,,,,144,45,0,,,,,,,,,,,74_3,5624 +nof,,,,,,,0,992.5643700000007,,,,,,,144,51,0,,,,,,,,,,,74_3,5625 +nof,,,,,,,0,992.5643700000007,,,,,,,144,55,0,,,,,,,,,,,74_3,5626 +nof,,,,,,,0,992.5643700000007,,,,,,,144,58,0,,,,,,,,,,,74_3,5627 +non,,,,,,,0,992.5643700000007,,,,F#4,,,144,66,12,,,,,,,,,,,74_3,5660 +non,,,,,,,0,992.5643700000007,,,,F#2,,,144,42,11,,,,,,,,,,,74_3,5661 +non,,,,,,,0,992.5643700000007,,,,C3,,,144,48,11,,,,,,,,,,,74_3,5662 +non,,,,,,,0,992.5643700000007,,,,E3,,,144,52,11,,,,,,,,,,,74_3,5663 +non,,,,,,,0,992.5643700000007,,,,A#3,,,144,58,14,,,,,,,,,,,74_3,5664 +ctl,,,,,,,251,992.6396700000007,,,,,,,176,64,0,,,,,,,,,,,74_3,5665 +nof,,,,,,,261,992.7179700000007,,,,,,,144,66,0,,,,,,,,,,,74_3,5660 +non,,,,,,,0,992.7179700000007,,,,G4,,,144,67,12,,,,,,,,,,,74_3,5666 +ctl,,,,,,,21,992.7230940000007,,,,,,,176,64,127,,,,,,,,,,,74_3,5667 +nof,,,,,,,491,992.8428980000008,,,,,,,144,67,0,,,,,,,,,,,74_3,5666 +non,,,,,,,0,992.8428980000008,,,,F#4,,,144,66,13,,,,,,,,,,,74_3,5668 +nof,,,,,,,512,992.9678260000007,,,,,,,144,66,0,,,,,,,,,,,74_3,5668 +non,,,,,,,0,992.9678260000007,,,,A4,,,144,69,13,,,,,,,,,,,74_3,5669 +ctl,,,,,,,94,992.9907620000007,,,,,,,176,64,0,,,,,,,,,,,74_3,5670 +ctl,,,,,,,314,993.0673780000008,,,,,,,176,64,127,,,,,,,,,,,74_3,5671 +nof,,,,,,,104,993.0927540000007,,,,,,,144,69,0,,,,,,,,,,,74_3,5669 +non,,,,,,,0,993.0927540000007,,,,E4,,,144,64,13,,,,,,,,,,,74_3,5672 +nof,,,,,,,512,993.2176820000008,,,,,,,144,64,0,,,,,,,,,,,74_3,5672 +non,,,,,,,0,993.2176820000008,,,,D#4,,,144,63,12,,,,,,,,,,,74_3,5673 +nof,,,,,,,512,993.3426100000007,,,,,,,144,63,0,,,,,,,,,,,74_3,5673 +non,,,,,,,0,993.3426100000007,,,,F#4,,,144,66,13,,,,,,,,,,,74_3,5674 +nof,,,,,,,512,993.4675380000008,,,,,,,144,66,0,,,,,,,,,,,74_3,5674 +non,,,,,,,0,993.4675380000008,,,,G4,,,144,67,14,,,,,,,,,,,74_3,5675 +nof,,,,,,,512,993.5924660000007,,,,,,,144,67,0,,,,,,,,,,,74_3,5675 +non,,,,,,,0,993.5924660000007,,,,F#4,,,144,66,13,,,,,,,,,,,74_3,5676 +ctl,,,,,,,512,993.7173940000007,,,,,,,176,64,0,,,,,,,,,,,74_3,5677 +ctl,,,,,,,0,993.7173940000007,,,,,,,176,64,0,,,,,,,,,,,74_3,5678 +ctl,,,,,,,0,993.7173940000007,,,,,,,176,64,127,,,,,,,,,,,74_3,5679 +nof,,,,,,,0,993.7173940000007,,,,,,,144,66,0,,,,,,,,,,,74_3,5676 +non,,,,,,,0,993.7173940000007,,,,A4,,,144,69,14,,,,,,,,,,,74_3,5680 +ctl,,,,,,,171,993.7729690000008,,,,,,,176,64,0,,,,,,,,,,,74_3,5681 +ctl,,,,,,,268,993.8600690000007,,,,,,,176,64,127,,,,,,,,,,,74_3,5682 +nof,,,,,,,73,993.8837940000008,,,,,,,144,69,0,,,,,,,,,,,74_3,5680 +non,,,,,,,0,993.8837940000008,,,,G4,,,144,67,14,,,,,,,,,,,74_3,5683 +nof,,,,,,,512,994.0169140000007,,,,,,,144,67,0,,,,,,,,,,,74_3,5683 +non,,,,,,,0,994.0169140000007,,,,F#4,,,144,66,13,,,,,,,,,,,74_3,5684 +nof,,,,,,,512,994.1418420000008,,,,,,,144,66,0,,,,,,,,,,,74_3,5684 +non,,,,,,,0,994.1418420000008,,,,E4,,,144,64,13,,,,,,,,,,,74_3,5685 +nof,,,,,,,512,994.2590900000007,,,,,,,144,64,0,,,,,,,,,,,74_3,5685 +non,,,,,,,0,994.2590900000007,,,,D#4,,,144,63,13,,,,,,,,,,,74_3,5686 +nof,,,,,,,0,994.2590900000007,,,,,,,144,58,0,,,,,,,,,,,74_3,5664 +nof,,,,,,,512,994.3763380000007,,,,,,,144,63,0,,,,,,,,,,,74_3,5686 +non,,,,,,,0,994.3763380000007,,,,C#4,,,144,61,12,,,,,,,,,,,74_3,5687 +ctl,,,,,,,463,994.4823650000008,,,,,,,176,64,0,,,,,,,,,,,74_3,5688 +nof,,,,,,,49,994.4935860000007,,,,,,,144,61,0,,,,,,,,,,,74_3,5687 +non,,,,,,,0,994.4935860000007,,,,C4,,,144,60,12,,,,,,,,,,,74_3,5689 +nof,,,,,,,512,994.6108340000008,,,,,,,144,60,0,,,,,,,,,,,74_3,5689 +non,,,,,,,0,994.6108340000008,,,,A#3,,,144,58,13,,,,,,,,,,,74_3,5690 +nof,,,,,,,0,994.6108340000008,,,,,,,144,42,0,,,,,,,,,,,74_3,5661 +nof,,,,,,,0,994.6108340000008,,,,,,,144,48,0,,,,,,,,,,,74_3,5662 +nof,,,,,,,0,994.6108340000008,,,,,,,144,52,0,,,,,,,,,,,74_3,5663 +nof,,,,,,,512,994.7280820000008,,,,,,,144,58,0,,,,,,,,,,,74_3,5690 +non,,,,,,,0,994.7280820000008,,,,A3,,,144,57,13,,,,,,,,,,,74_3,5691 +nof,,,,,,,512,994.9098420000007,,,,,,,144,57,0,,,,,,,,,,,74_3,5691 +non,,,,,,,2048,995.6368820000007,,,,D#4,,,144,63,15,,,,,,,,,,,74_3,5692 +ctl,,,,,,,63,995.6676260000007,,,,,,,176,64,127,,,,,,,,,,,74_3,5693 +nof,,,,,,,449,995.8867380000007,,,,,,,144,63,0,,,,,,,,,,,74_3,5692 +non,,,,,,,0,995.8867380000007,,,,C#4,,,144,61,14,,,,,,,,,,,74_3,5694 +ctl,,,,,,,472,996.0542980000007,,,,,,,176,64,0,,,,,,,,,,,74_3,5695 +nof,,,,,,,40,996.0684980000008,,,,,,,144,61,0,,,,,,,,,,,74_3,5694 +non,,,,,,,0,996.0684980000008,,,,C4,,,144,60,14,,,,,,,,,,,74_3,5696 +ctl,,,,,,,436,996.2101980000008,,,,,,,176,64,127,,,,,,,,,,,74_3,5697 +nof,,,,,,,76,996.2348980000007,,,,,,,144,60,0,,,,,,,,,,,74_3,5696 +non,,,,,,,0,996.2348980000007,,,,A#3,,,144,58,15,,,,,,,,,,,74_3,5698 +nof,,,,,,,512,996.3884980000007,,,,,,,144,58,0,,,,,,,,,,,74_3,5698 +non,,,,,,,0,996.3884980000007,,,,A3,,,144,57,15,,,,,,,,,,,74_3,5699 +ctl,,,,,,,274,996.5222100000008,,,,,,,176,64,0,,,,,,,,,,,74_3,5700 +nof,,,,,,,238,996.6383540000007,,,,,,,144,57,0,,,,,,,,,,,74_3,5699 +non,,,,,,,0,996.6383540000007,,,,G3,,,144,55,16,,,,,,,,,,,74_3,5701 +non,,,,,,,256,996.7632820000008,,,,E3,,,144,52,13,,,,,,,,,,,74_3,5702 +non,,,,,,,0,996.7632820000008,,,,A#3,,,144,58,13,,,,,,,,,,,74_3,5703 +non,,,,,,,0,996.7632820000008,,,,C4,,,144,60,13,,,,,,,,,,,74_3,5704 +non,,,,,,,0,996.7632820000008,,,,D#4,,,144,63,16,,,,,,,,,,,74_3,5705 +non,,,,,,,0,996.7632820000008,,,,F#1,,,144,30,11,,,,,,,,,,,74_3,5706 +non,,,,,,,0,996.7632820000008,,,,F#2,,,144,42,14,,,,,,,,,,,74_3,5707 +nof,,,,,,,4352,998.8870580000007,,,,,,,144,52,0,,,,,,,,,,,74_3,5702 +nof,,,,,,,0,998.8870580000007,,,,,,,144,55,0,,,,,,,,,,,74_3,5701 +nof,,,,,,,0,998.8870580000007,,,,,,,144,58,0,,,,,,,,,,,74_3,5703 +nof,,,,,,,0,998.8870580000007,,,,,,,144,60,0,,,,,,,,,,,74_3,5704 +nof,,,,,,,0,998.8870580000007,,,,,,,144,63,0,,,,,,,,,,,74_3,5705 +nof,,,,,,,0,998.8870580000007,,,,,,,144,30,0,,,,,,,,,,,74_3,5706 +nof,,,,,,,0,998.8870580000007,,,,,,,144,42,0,,,,,,,,,,,74_3,5707 +rst,197,4,1,4087,2742,,0,1000.8870580000007,,,,,,,176,102,0,,,,,,,,,,,gutim,5708 +ped,197,3,0,4090,2742,,0,1000.8870580000007,,,,,,,176,64,127,,,,,,,V,,,,gutim,5709 +non,197,5,3,4088,2742,1384,0,1000.8870580000007,0.08203125,32,0,A2,ppp,5,144,45,5,,,,,,o,,,,t,gutim,5710 +nof,197,5,3,4088,2743,,0,1000.9690580000007,,,,,,,144,45,0,,,,,,,,,,,gutim,5710 +non,197,6,3,4089,2743,1385,28,1000.9690580000007,0.08203125,32,0,F#1,ppp,5,144,30,5,,,,,,o,,,,,gutim,5711 +nof,197,6,3,4089,2745,,28,1001.0510580000007,,,,,,,144,30,0,,,,,,,,,,,gutim,5711 +non,197,7,3,4091,2745,1386,56,1001.0510580000007,0.0849609375,32,0,C#2,ppp,5,144,37,5,,,,,,o,,,,,gutim,5712 +nof,197,7,3,4091,2746,,56,1001.1360580000007,,,,,,,144,37,0,,,,,,,,,,,gutim,5712 +non,197,8,3,4092,2746,1387,85,1001.1360580000007,0.08203125,32,0,A2,ppp,5,144,45,5,,,,,,o,,,,,gutim,5713 +nof,197,8,3,4092,2747,,85,1001.2180580000007,,,,,,,144,45,0,,,,,,,,,,,gutim,5713 +non,197,9,3,4093,2747,1388,113,1001.2180580000007,0.0849609375,32,0,C#2,ppp,5,144,37,5,,,,,,o,,,,,gutim,5714 +nof,197,9,3,4093,2748,,113,1001.3030580000008,,,,,,,144,37,0,,,,,,,,,,,gutim,5714 +non,197,10,3,4094,2748,1389,142,1001.3030580000008,0.1669921875,16,0,F#1,ppp,5,144,30,5,,,,,,o,,,,,gutim,5715 +nof,197,10,3,4094,2749,,142,1001.4700580000007,,,,,,,144,30,0,,,,,,,,,,,gutim,5715 +non,197,11,3,4095,2749,1390,199,1001.4700580000007,0.08203125,32,0,A2,ppp,5,144,45,5,,,,,,o,,,,,gutim,5716 +nof,197,11,3,4095,2750,,199,1001.5520580000007,,,,,,,144,45,0,,,,,,,,,,,gutim,5716 +non,197,12,3,4096,2750,1391,227,1001.5520580000007,0.0849609375,32,0,C#2,ppp,5,144,37,5,,,,,,o,,,,,gutim,5717 +nof,197,12,3,4096,2751,,227,1001.6370580000007,,,,,,,144,37,0,,,,,,,,,,,gutim,5717 +non,197,13,3,4097,2751,1392,256,1001.6370580000007,0.08203125,32,0,A2,ppp,5,144,45,5,,,,,,o,,,,t,gutim,5718 +nof,197,13,3,4097,2752,,256,1001.7190580000007,,,,,,,144,45,0,,,,,,,,,,,gutim,5718 +non,197,14,3,4098,2752,1393,284,1001.7190580000007,0.08203125,32,0,F#1,ppp,5,144,30,5,,,,,,o,,,,,gutim,5719 +nof,197,14,3,4098,2753,,284,1001.8010580000007,,,,,,,144,30,0,,,,,,,,,,,gutim,5719 +non,197,15,3,4099,2753,1394,312,1001.8010580000007,0.0849609375,32,0,C#2,ppp,5,144,37,5,,,,,,o,,,,,gutim,5720 +nof,197,15,3,4099,2754,,312,1001.8860580000007,,,,,,,144,37,0,,,,,,,,,,,gutim,5720 +non,197,16,3,4100,2754,1395,341,1001.8860580000007,0.08203125,32,0,A2,ppp,5,144,45,5,,,,,,o,,,,,gutim,5721 +nof,197,16,3,4100,2755,,341,1001.9680580000007,,,,,,,144,45,0,,,,,,,,,,,gutim,5721 +non,197,17,3,4101,2755,1396,369,1001.9680580000007,0.0849609375,32,0,C#2,ppp,5,144,37,5,,,,,,o,,,,,gutim,5722 +nof,197,17,3,4101,2756,,369,1002.0530580000008,,,,,,,144,37,0,,,,,,,,,,,gutim,5722 +non,197,18,3,4102,2756,1397,398,1002.0530580000008,0.1669921875,16,0,F#1,ppp,5,144,30,5,,,,,,o,,,,,gutim,5723 +nof,197,18,3,4102,2757,,398,1002.2200580000007,,,,,,,144,30,0,,,,,,,,,,,gutim,5723 +non,197,19,3,4103,2757,1398,455,1002.2200580000007,0.08203125,32,0,A2,ppp,5,144,45,5,,,,,,o,,,,,gutim,5724 +nof,197,19,3,4103,2758,,455,1002.3020580000007,,,,,,,144,45,0,,,,,,,,,,,gutim,5724 +non,197,20,3,4104,2758,1399,483,1002.3020580000007,0.0849609375,32,0,C#2,ppp,5,144,37,5,,,,,,o,,,,,gutim,5725 +nof,197,20,3,4104,2759,,483,1002.3870580000007,,,,,,,144,37,0,,,,,,,,,,,gutim,5725 +non,197,21,3,4105,2759,1400,512,1002.3870580000007,0.08203125,32,0,A2,ppp,5,144,45,5,,,,,,o,,,,t,gutim,5726 +nof,197,21,3,4105,2760,,512,1002.4690580000007,,,,,,,144,45,0,,,,,,,,,,,gutim,5726 +non,197,22,3,4106,2760,1401,540,1002.4690580000007,0.08203125,32,0,F#1,ppp,5,144,30,5,,,,,,o,,,,,gutim,5727 +nof,197,22,3,4106,2761,,540,1002.5510580000007,,,,,,,144,30,0,,,,,,,,,,,gutim,5727 +non,197,23,3,4107,2761,1402,568,1002.5510580000007,0.0849609375,32,0,C#2,ppp,5,144,37,5,,,,,,o,,,,,gutim,5728 +nof,197,23,3,4107,2762,,568,1002.6360580000007,,,,,,,144,37,0,,,,,,,,,,,gutim,5728 +non,197,24,3,4108,2762,1403,597,1002.6360580000007,0.08203125,32,0,A2,ppp,5,144,45,5,,,,,,o,,,,,gutim,5729 +nof,197,24,3,4108,2763,,597,1002.7180580000007,,,,,,,144,45,0,,,,,,,,,,,gutim,5729 +non,197,25,3,4109,2763,1404,625,1002.7180580000007,0.0849609375,32,0,C#2,ppp+,6,144,37,6,,,,,,o,,,,,gutim,5730 +nof,197,25,3,4109,2764,,625,1002.8030580000008,,,,,,,144,37,0,,,,,,,,,,,gutim,5730 +non,197,26,3,4110,2764,1405,654,1002.8030580000008,0.1669921875,16,0,F#1,ppp+,6,144,30,6,,,,,,o,,,,,gutim,5731 +nof,197,26,3,4110,2765,,654,1002.9700580000007,,,,,,,144,30,0,,,,,,,,,,,gutim,5731 +non,197,27,3,4111,2765,1406,711,1002.9700580000007,0.08203125,32,0,A2,ppp+,6,144,45,6,,,,,,o,,,,,gutim,5732 +nof,197,27,3,4111,2766,,711,1003.0520580000007,,,,,,,144,45,0,,,,,,,,,,,gutim,5732 +non,197,28,3,4112,2766,1407,739,1003.0520580000007,0.0849609375,32,0,C#2,ppp+,6,144,37,6,,,,,,o,,,,,gutim,5733 +nof,197,28,3,4112,2767,,739,1003.1370580000007,,,,,,,144,37,0,,,,,,,,,,,gutim,5733 +non,197,29,3,4113,2767,1408,768,1003.1370580000007,0.08203125,32,0,A2,ppp+,6,144,45,6,,,,,,o,,,,T,gutim,5734 +nof,197,29,3,4113,2768,,768,1003.2190580000007,,,,,,,144,45,0,,,,,,,,,,,gutim,5734 +non,197,30,3,4114,2768,1409,796,1003.2190580000007,0.08203125,32,0,F#1,ppp+,6,144,30,6,,,,,,o,,,,,gutim,5735 +nof,197,30,3,4114,2769,,796,1003.3010580000007,,,,,,,144,30,0,,,,,,,,,,,gutim,5735 +non,197,31,3,4115,2769,1410,824,1003.3010580000007,0.0849609375,32,0,C#2,ppp+,6,144,37,6,,,,,,o,,,,,gutim,5736 +nof,197,31,3,4115,2770,,824,1003.3860580000007,,,,,,,144,37,0,,,,,,,,,,,gutim,5736 +non,197,32,3,4116,2770,1411,853,1003.3860580000007,0.08203125,32,0,A2,pp-,7,144,45,7,,,,,,o,,,,,gutim,5737 +nof,197,32,3,4116,2771,,853,1003.4680580000007,,,,,,,144,45,0,,,,,,,,,,,gutim,5737 +non,197,33,3,4117,2771,1412,881,1003.4680580000007,0.0849609375,32,0,C#2,pp-,7,144,37,7,,,,,,o,,,,,gutim,5738 +nof,197,33,3,4117,2772,,881,1003.5530580000008,,,,,,,144,37,0,,,,,,,,,,,gutim,5738 +non,197,34,3,4118,2772,1413,910,1003.5530580000008,0.1669921875,16,0,F#1,pp-,7,144,30,7,,,,,,o,,,,,gutim,5739 +nof,197,34,3,4118,2773,,910,1003.7200580000007,,,,,,,144,30,0,,,,,,,,,,,gutim,5739 +non,197,35,3,4119,2773,1414,967,1003.7200580000007,0.08203125,32,0,A2,pp-,7,144,45,7,,,,,,o,,,e,,gutim,5740 +nof,197,35,3,4119,2774,,967,1003.8020580000007,,,,,,,144,45,0,,,,,,,,,,,gutim,5740 +non,197,36,3,4120,2774,1415,995,1003.8020580000007,0.0849609375,32,0,C#2,pp-,7,144,37,7,,,,,,o,,,e,,gutim,5741 +nof,197,36,3,4120,2775,,995,1003.8870580000007,,,,,,,144,37,0,,,,,,,,,,,gutim,5741 +non,197,37,3,4121,2775,1416,1024,1003.8870580000007,0.08203125,32,0,A2,pp-,7,144,45,7,,,,,,o,,,e,,gutim,5742 +nof,197,37,3,4121,2776,,1024,1003.9690580000007,,,,,,,144,45,0,,,,,,,,,,,gutim,5742 +non,197,38,3,4122,2776,1417,1052,1003.9690580000007,0.08203125,32,0,F#1,pp-,7,144,30,7,,,,,,o,,,e,,gutim,5743 +nof,197,38,3,4122,2777,,1052,1004.0510580000007,,,,,,,144,30,0,,,,,,,,,,,gutim,5743 +non,197,39,3,4123,2777,1418,1080,1004.0510580000007,0.0849609375,32,0,C#2,pp,8,144,37,8,,,,,,o,,,e,,gutim,5744 +nof,197,39,3,4123,2778,,1080,1004.1360580000007,,,,,,,144,37,0,,,,,,,,,,,gutim,5744 +non,197,40,3,4124,2778,1419,1109,1004.1360580000007,0.08203125,32,0,A2,pp,8,144,45,8,,,,,,o,,,e,,gutim,5745 +nof,197,40,3,4124,2779,,1109,1004.2180580000007,,,,,,,144,45,0,,,,,,,,,,,gutim,5745 +non,197,41,3,4125,2779,1420,1137,1004.2180580000007,0.0849609375,32,0,C#2,pp,8,144,37,8,,,,,,o,,,e,,gutim,5746 +nof,197,41,3,4125,2780,,1137,1004.3030580000008,,,,,,,144,37,0,,,,,,,,,,,gutim,5746 +non,197,42,3,4126,2780,1421,1166,1004.3030580000008,0.1669921875,16,0,F#1,pp,8,144,30,8,,,,,,o,,,E,,gutim,5747 +nof,197,42,3,4126,2781,,1166,1004.4700580000007,,,,,,,144,30,0,,,,,,,,,,,gutim,5747 +non,197,43,3,4127,2781,1422,1223,1004.4700580000007,0.08203125,32,0,A2,pp,8,144,45,8,,,,,,o,,,,,gutim,5748 +nof,197,43,3,4127,2782,,1223,1004.5520580000007,,,,,,,144,45,0,,,,,,,,,,,gutim,5748 +non,197,44,3,4128,2782,1423,1251,1004.5520580000007,0.0849609375,32,0,C#2,pp,8,144,37,8,,,,,,o,,,,,gutim,5749 +nof,197,44,3,4128,2783,,1251,1004.6370580000007,,,,,,,144,37,0,,,,,,,,,,,gutim,5749 +non,197,45,3,4129,2783,1424,1280,1004.6370580000007,0.08203125,32,0,A2,pp,8,144,45,8,,,,,,o,,,,,gutim,5750 +nof,197,45,3,4129,2784,,1280,1004.7190580000007,,,,,,,144,45,0,,,,,,,,,,,gutim,5750 +non,197,46,3,4130,2784,1425,1308,1004.7190580000007,0.08203125,32,0,F#1,pp+,9,144,30,9,,,,,,o,,,,,gutim,5751 +nof,197,46,3,4130,2785,,1308,1004.8010580000007,,,,,,,144,30,0,,,,,,,,,,,gutim,5751 +non,197,47,3,4131,2785,1426,1336,1004.8010580000007,0.0849609375,32,0,C#2,pp+,9,144,37,9,,,,,,o,,,,,gutim,5752 +nof,197,47,3,4131,2786,,1336,1004.8860580000007,,,,,,,144,37,0,,,,,,,,,,,gutim,5752 +non,197,48,3,4132,2786,1427,1365,1004.8860580000007,0.08203125,32,0,A2,pp+,9,144,45,9,,,,,,o,,,,,gutim,5753 +nof,197,48,3,4132,2787,,1365,1004.9680580000007,,,,,,,144,45,0,,,,,,,,,,,gutim,5753 +non,197,49,3,4133,2787,1428,1393,1004.9680580000007,0.0849609375,32,0,C#2,pp+,9,144,37,9,,,,,,o,,,,,gutim,5754 +nof,197,49,3,4133,2788,,1393,1005.0530580000008,,,,,,,144,37,0,,,,,,,,,,,gutim,5754 +non,197,50,3,4134,2788,1429,1422,1005.0530580000008,0.1669921875,16,0,F#1,pp+,9,144,30,9,,,,,,o,,,,,gutim,5755 +nof,197,50,3,4134,2789,,1422,1005.2200580000007,,,,,,,144,30,0,,,,,,,,,,,gutim,5755 +non,197,51,3,4135,2789,1430,1479,1005.2200580000007,0.1669921875,16,0,C#2,pp+,9,144,37,9,,,,,,o,,,,,gutim,5756 +nof,197,51,3,4135,2790,,1479,1005.3870580000007,,,,,,,144,37,0,,,,,,,,,,,gutim,5756 +bar,198,0,0,4136,2790,,0,1005.3870580000007,,,,,,,,,,198,,,,,,,,,,gutim,5757 +bpm,198,0,0,4136,2790,,0,1005.3870580000007,,0.5,,,,,,,,,,80,,,,,,,,gutim,5758 +non,198,2,3,4137,2790,1431,,1005.3870580000007,0.05,8,0,F4,p,11,144,65,11,,,,g,,o,,,,,gutim,5759 +nof,198,2,3,4137,2791,,,1005.4370580000007,,,,,,,144,65,0,,,,,,,,,,,gutim,5759 +non,198,1,1,4138,2792,1432,0,1005.4620580000008,1.5,2,0,Eb5,p,11,144,75,11,,,,,,o,,,,,gutim,5760 +non,198,3,3,4139,2792,1432,0,1005.4620580000008,0.298828125,8,0,C1,pp,8,144,24,8,,,,,,o,,,,,gutim,5761 +non,198,4,3,4140,2792,1432,0,1005.4620580000008,0.375,8,0,Bb1,pp,8,144,34,8,,,,,,o,,,,,gutim,5762 +nof,198,3,3,4139,2793,,0,1005.7610580000007,,,,,,,144,24,0,,,,,,,,,,,gutim,5761 +nof,198,4,3,4140,2793,,0,1005.7610580000007,,,,,,,144,34,0,,,,,,,,,,,gutim,5762 +non,198,5,3,4141,2793,1433,102,1005.7610580000007,0.1494140625,16,0,C1,pp,8,144,24,8,,,,,,o,,,,,gutim,5763 +non,198,6,3,4142,2793,1433,102,1005.7610580000007,0.1875,16,0,Bb1,pp,8,144,34,8,,,,,,o,,,,,gutim,5764 +nof,198,5,3,4141,2794,,102,1005.9100580000007,,,,,,,144,24,0,,,,,,,,,,,gutim,5763 +nof,198,6,3,4142,2794,,102,1005.9100580000007,,,,,,,144,34,0,,,,,,,,,,,gutim,5764 +non,198,7,3,4143,2794,1434,153,1005.9100580000007,0.1494140625,16,0,Bb1,pp+,9,144,34,9,,,,,,o,,,,,gutim,5765 +nof,198,7,3,4143,2795,,153,1006.0600580000007,,,,,,,144,34,0,,,,,,,,,,,gutim,5765 +non,198,8,3,4144,2795,1435,204,1006.0600580000007,0.15234375,16,0,C1,pp+,9,144,24,9,,,,,t,o,,,,,gutim,5766 +non,198,9,3,4145,2796,,256,1006.2120580000008,0.1494140625,16,0,C1,,,,,,,,,,T,,,,,,gutim,5767 +nof,198,8,3,4144,2797,,204,1006.3610580000008,,,,,,,144,24,0,,,,,,,,,,,gutim,5766 +non,198,10,3,4146,2797,1436,307,1006.3610580000008,0.1494140625,16,0,Bb1,pp+,9,144,34,9,,,,,,o,,,,,gutim,5768 +nof,198,10,3,4146,2798,,307,1006.5110580000007,,,,,,,144,34,0,,,,,,,,,,,gutim,5768 +non,198,11,3,4147,2798,1437,358,1006.5110580000007,0.1494140625,16,0,C1,pp+,9,144,24,9,,,,,,o,,,,,gutim,5769 +nof,198,11,3,4147,2799,,358,1006.6600580000007,,,,,,,144,24,0,,,,,,,,,,,gutim,5769 +non,198,12,3,4148,2799,1438,409,1006.6600580000007,0.3017578125,8,0,Bb1,pp+,9,144,34,9,,,,,,o,,,,,gutim,5770 +nof,198,1,1,4138,2800,,0,1006.9620580000008,,,,,,,144,75,0,,,,,,,,,,,gutim,5760 +nof,198,12,3,4148,2800,,409,1006.9620580000008,,,,,,,144,34,0,,,,,,,,,,,gutim,5770 +rst,198,13,1,4149,2800,,512,1006.9620580000008,,,,,,,176,102,0,,,,,,,,,,,gutim,5771 +non,198,14,3,4150,2800,1439,512,1006.9620580000008,0.1494140625,16,0,C1,p-,10,144,24,10,,,,,,o,,,,,gutim,5772 +nof,198,14,3,4150,2801,,512,1007.1110580000008,,,,,,,144,24,0,,,,,,,,,,,gutim,5772 +non,198,15,3,4151,2801,1440,563,1007.1110580000008,0.1494140625,16,0,Bb1,p-,10,144,34,10,,,,,,o,,,,,gutim,5773 +nof,198,15,3,4151,2802,,563,1007.2610580000007,,,,,,,144,34,0,,,,,,,,,,,gutim,5773 +non,198,16,3,4152,2802,1441,614,1007.2610580000007,0.1494140625,16,0,C1,p-,10,144,24,10,,,,,,o,,,,,gutim,5774 +nof,198,16,3,4152,2803,,614,1007.4100580000007,,,,,,,144,24,0,,,,,,,,,,,gutim,5774 +non,198,17,3,4153,2803,1442,665,1007.4100580000007,0.3017578125,8,0,Bb1,p-,10,144,34,10,,,,,t,o,,,,,gutim,5775 +non,198,18,3,4154,2804,,768,1007.7120580000008,0.1494140625,16,0,Bb1,,,,,,,,,,T,,,,,,gutim,5776 +nof,198,17,3,4153,2805,,665,1007.8610580000008,,,,,,,144,34,0,,,,,,,,,,,gutim,5775 +non,198,19,3,4155,2805,1443,819,1007.8610580000008,0.1494140625,16,0,C1,p,11,144,24,11,,,,,,o,,,,,gutim,5777 +nof,198,19,3,4155,2806,,819,1008.0110580000007,,,,,,,144,24,0,,,,,,,,,,,gutim,5777 +non,198,20,3,4156,2806,1444,870,1008.0110580000007,0.451171875,8,1,Bb1,p,11,144,34,11,,,,,,o,,,,,gutim,5778 +nof,198,20,3,4156,2807,,870,1008.4620580000008,,,,,,,144,34,0,,,,,,,,,,,gutim,5778 +non,198,21,1,4157,2807,1445,1024,1008.4620580000008,1.5,2,0,C1,mf,17,144,24,17,,,,,t,o,,d,,t,gutim,5779 +non,198,22,3,4158,2807,1445,1024,1008.4620580000008,0.08203125,32,0,A2,ppp,5,144,45,5,,,,,,o,,d,,,gutim,5780 +nof,198,22,3,4158,2808,,1024,1008.5440580000007,,,,,,,144,45,0,,,,,,,,,,,gutim,5780 +non,198,23,3,4159,2808,1446,1052,1008.5440580000007,0.08203125,32,0,F#1,ppp,5,144,30,5,,,,,,o,,d,,,gutim,5781 +nof,198,23,3,4159,2809,,1052,1008.6260580000007,,,,,,,144,30,0,,,,,,,,,,,gutim,5781 +non,198,24,3,4160,2809,1447,1080,1008.6260580000007,0.0849609375,32,0,C#2,ppp,5,144,37,5,,,,,,o,,d,,,gutim,5782 +nof,198,24,3,4160,2810,,1080,1008.7110580000007,,,,,,,144,37,0,,,,,,,,,,,gutim,5782 +non,198,25,3,4161,2810,1448,1109,1008.7110580000007,0.08203125,32,0,A2,ppp,5,144,45,5,,,,,,o,,d,,,gutim,5783 +nof,198,25,3,4161,2811,,1109,1008.7930580000008,,,,,,,144,45,0,,,,,,,,,,,gutim,5783 +non,198,26,3,4162,2811,1449,1137,1008.7930580000008,0.0849609375,32,0,C#2,ppp,5,144,37,5,,,,,,o,,d,,,gutim,5784 +nof,198,26,3,4162,2812,,1137,1008.8780580000007,,,,,,,144,37,0,,,,,,,,,,,gutim,5784 +non,198,27,3,4163,2812,1450,1166,1008.8780580000007,0.1669921875,16,0,F#1,ppp,5,144,30,5,,,,,,o,,d,,,gutim,5785 +nof,198,27,3,4163,2813,,1166,1009.0450580000007,,,,,,,144,30,0,,,,,,,,,,,gutim,5785 +non,198,28,3,4164,2813,1451,1223,1009.0450580000007,0.08203125,32,0,A2,ppp,5,144,45,5,,,,,,o,,d,,,gutim,5786 +nof,198,28,3,4164,2814,,1223,1009.1270580000007,,,,,,,144,45,0,,,,,,,,,,,gutim,5786 +non,198,29,3,4165,2814,1452,1251,1009.1270580000007,0.0849609375,32,0,C#2,ppp,5,144,37,5,,,,,,o,,d,,,gutim,5787 +nof,198,29,3,4165,2815,,1251,1009.2120580000008,,,,,,,144,37,0,,,,,,,,,,,gutim,5787 +non,198,30,3,4166,2815,1453,1280,1009.2120580000008,0.08203125,32,0,A2,ppp,5,144,45,5,,,,,,o,,d,,,gutim,5788 +nof,198,30,3,4166,2816,,1280,1009.2940580000007,,,,,,,144,45,0,,,,,,,,,,,gutim,5788 +non,198,31,3,4167,2816,1454,1308,1009.2940580000007,0.08203125,32,0,F#1,ppp,5,144,30,5,,,,,,o,,d,,,gutim,5789 +nof,198,31,3,4167,2817,,1308,1009.3760580000007,,,,,,,144,30,0,,,,,,,,,,,gutim,5789 +non,198,32,3,4168,2817,1455,1336,1009.3760580000007,0.0849609375,32,0,C#2,ppp,5,144,37,5,,,,,,o,,d,,,gutim,5790 +nof,198,32,3,4168,2818,,1336,1009.4610580000007,,,,,,,144,37,0,,,,,,,,,,,gutim,5790 +non,198,33,3,4169,2818,1456,1365,1009.4610580000007,0.08203125,32,0,A2,ppp,5,144,45,5,,,,,,o,,d,,,gutim,5791 +nof,198,33,3,4169,2819,,1365,1009.5430580000008,,,,,,,144,45,0,,,,,,,,,,,gutim,5791 +non,198,34,3,4170,2819,1457,1393,1009.5430580000008,0.0849609375,32,0,C#2,ppp,5,144,37,5,,,,,,o,,d,,,gutim,5792 +nof,198,34,3,4170,2820,,1393,1009.6280580000007,,,,,,,144,37,0,,,,,,,,,,,gutim,5792 +non,198,35,3,4171,2820,1458,1422,1009.6280580000007,0.1669921875,16,0,F#1,ppp,5,144,30,5,,,,,,o,,D,,,gutim,5793 +nof,198,35,3,4171,2821,,1422,1009.7950580000007,,,,,,,144,30,0,,,,,,,,,,,gutim,5793 +non,198,36,3,4172,2821,1459,1479,1009.7950580000007,0.08203125,32,0,A2,ppp,5,144,45,5,,,,,,o,,,,,gutim,5794 +nof,198,36,3,4172,2822,,1479,1009.8770580000007,,,,,,,144,45,0,,,,,,,,,,,gutim,5794 +non,198,37,3,4173,2822,1460,1507,1009.8770580000007,0.0849609375,32,0,C#2,ppp,5,144,37,5,,,,,,o,,,,,gutim,5795 +nof,198,37,3,4173,2823,,1507,1009.9620580000008,,,,,,,144,37,0,,,,,,,,,,,gutim,5795 +bar,199,0,0,4174,2823,,0,1009.9620580000008,,,,,,,,,,199,,,,,,,,,,gutim,5796 +non,199,1,1,4175,2823,,0,1009.9620580000008,3,1,0,C1,,,,,,,,,,T,,,,,,gutim,5797 +non,199,2,3,4176,2823,1461,0,1009.9620580000008,0.08203125,32,0,A2,ppp,5,144,45,5,,,,,,o,,,,t,gutim,5798 +nof,199,2,3,4176,2824,,0,1010.0440580000007,,,,,,,144,45,0,,,,,,,,,,,gutim,5798 +non,199,3,3,4177,2824,1462,28,1010.0440580000007,0.08203125,32,0,F#1,ppp,5,144,30,5,,,,,,o,,,,,gutim,5799 +nof,199,3,3,4177,2825,,28,1010.1260580000007,,,,,,,144,30,0,,,,,,,,,,,gutim,5799 +non,199,4,3,4178,2825,1463,56,1010.1260580000007,0.0849609375,32,0,C#2,ppp,5,144,37,5,,,,,,o,,,,,gutim,5800 +nof,199,4,3,4178,2826,,56,1010.2110580000007,,,,,,,144,37,0,,,,,,,,,,,gutim,5800 +non,199,5,3,4179,2826,1464,85,1010.2110580000007,0.08203125,32,0,A2,ppp,5,144,45,5,,,,,,o,,,,,gutim,5801 +nof,199,5,3,4179,2827,,85,1010.2930580000008,,,,,,,144,45,0,,,,,,,,,,,gutim,5801 +non,199,6,3,4180,2827,1465,113,1010.2930580000008,0.0849609375,32,0,C#2,ppp,5,144,37,5,,,,,,o,,,,,gutim,5802 +nof,199,6,3,4180,2828,,113,1010.3780580000007,,,,,,,144,37,0,,,,,,,,,,,gutim,5802 +non,199,7,3,4181,2828,1466,142,1010.3780580000007,0.1669921875,16,0,F#1,ppp,5,144,30,5,,,,,,o,,,,,gutim,5803 +nof,199,7,3,4181,2829,,142,1010.5450580000007,,,,,,,144,30,0,,,,,,,,,,,gutim,5803 +non,199,8,3,4182,2829,1467,199,1010.5450580000007,0.08203125,32,0,A2,ppp,5,144,45,5,,,,,,o,,d,e,,gutim,5804 +nof,199,8,3,4182,2830,,199,1010.6270580000007,,,,,,,144,45,0,,,,,,,,,,,gutim,5804 +non,199,9,3,4183,2830,1468,227,1010.6270580000007,0.0849609375,32,0,C#2,ppp,5,144,37,5,,,,,,o,,d,e,,gutim,5805 +nof,199,9,3,4183,2831,,227,1010.7120580000008,,,,,,,144,37,0,,,,,,,,,,,gutim,5805 +non,199,10,3,4184,2831,1469,256,1010.7120580000008,0.08203125,32,0,A2,ppp,5,144,45,5,,,,,,o,,d,e,,gutim,5806 +nof,199,10,3,4184,2832,,256,1010.7940580000007,,,,,,,144,45,0,,,,,,,,,,,gutim,5806 +non,199,11,3,4185,2832,1470,284,1010.7940580000007,0.08203125,32,0,F#1,ppp,5,144,30,5,,,,,,o,,d,e,,gutim,5807 +nof,199,11,3,4185,2833,,284,1010.8760580000007,,,,,,,144,30,0,,,,,,,,,,,gutim,5807 +non,199,12,3,4186,2833,1471,312,1010.8760580000007,0.0849609375,32,0,C#2,ppp,5,144,37,5,,,,,,o,,d,e,,gutim,5808 +nof,199,12,3,4186,2834,,312,1010.9610580000007,,,,,,,144,37,0,,,,,,,,,,,gutim,5808 +non,199,13,3,4187,2834,1472,341,1010.9610580000007,0.08203125,32,0,A2,ppp,5,144,45,5,,,,,,o,,d,e,,gutim,5809 +nof,199,13,3,4187,2835,,341,1011.0430580000008,,,,,,,144,45,0,,,,,,,,,,,gutim,5809 +non,199,14,3,4188,2835,1473,369,1011.0430580000008,0.0849609375,32,0,C#2,ppp,5,144,37,5,,,,,,o,,d,e,,gutim,5810 +nof,199,14,3,4188,2836,,369,1011.1280580000007,,,,,,,144,37,0,,,,,,,,,,,gutim,5810 +non,199,15,3,4189,2836,1474,398,1011.1280580000007,0.1669921875,16,0,F#1,ppp,5,144,30,5,,,,,,o,,d,E,,gutim,5811 +nof,199,15,3,4189,2837,,398,1011.2950580000007,,,,,,,144,30,0,,,,,,,,,,,gutim,5811 +non,199,16,3,4190,2837,1475,455,1011.2950580000007,0.08203125,32,0,A2,ppp,5,144,45,5,,,,,,o,,,,,gutim,5812 +nof,199,16,3,4190,2838,,455,1011.3770580000007,,,,,,,144,45,0,,,,,,,,,,,gutim,5812 +non,199,17,3,4191,2838,1476,483,1011.3770580000007,0.0849609375,32,0,C#2,ppp,5,144,37,5,,,,,,o,,,,,gutim,5813 +nof,199,17,3,4191,2839,,483,1011.4620580000008,,,,,,,144,37,0,,,,,,,,,,,gutim,5813 +non,199,18,3,4192,2839,1477,512,1011.4620580000008,0.08203125,32,0,A2,ppp,5,144,45,5,,,,,,o,,,,t,gutim,5814 +nof,199,18,3,4192,2840,,512,1011.5440580000007,,,,,,,144,45,0,,,,,,,,,,,gutim,5814 +non,199,19,3,4193,2840,1478,540,1011.5440580000007,0.08203125,32,0,F#1,ppp,5,144,30,5,,,,,,o,,,,,gutim,5815 +nof,199,19,3,4193,2841,,540,1011.6260580000007,,,,,,,144,30,0,,,,,,,,,,,gutim,5815 +non,199,20,3,4194,2841,1479,568,1011.6260580000007,0.0849609375,32,0,C#2,ppp,5,144,37,5,,,,,,o,,,,,gutim,5816 +nof,199,20,3,4194,2842,,568,1011.7110580000007,,,,,,,144,37,0,,,,,,,,,,,gutim,5816 +non,199,21,3,4195,2842,1480,597,1011.7110580000007,0.08203125,32,0,A2,ppp,5,144,45,5,,,,,,o,,,,,gutim,5817 +nof,199,21,3,4195,2843,,597,1011.7930580000008,,,,,,,144,45,0,,,,,,,,,,,gutim,5817 +non,199,22,3,4196,2843,1481,625,1011.7930580000008,0.0849609375,32,0,C#2,ppp,5,144,37,5,,,,,,o,,,,,gutim,5818 +nof,199,22,3,4196,2844,,625,1011.8780580000007,,,,,,,144,37,0,,,,,,,,,,,gutim,5818 +non,199,23,3,4197,2844,1482,654,1011.8780580000007,0.1669921875,16,0,F#1,ppp,5,144,30,5,,,,,,o,,,,,gutim,5819 +nof,199,23,3,4197,2845,,654,1012.0450580000007,,,,,,,144,30,0,,,,,,,,,,,gutim,5819 +non,199,24,3,4198,2845,1483,711,1012.0450580000007,0.08203125,32,0,A2,ppp,5,144,45,5,,,,,,o,,,,,gutim,5820 +nof,199,24,3,4198,2846,,711,1012.1270580000007,,,,,,,144,45,0,,,,,,,,,,,gutim,5820 +non,199,25,3,4199,2846,1484,739,1012.1270580000007,0.0849609375,32,0,C#2,ppp,5,144,37,5,,,,,,o,,,,,gutim,5821 +nof,199,25,3,4199,2847,,739,1012.2120580000008,,,,,,,144,37,0,,,,,,,,,,,gutim,5821 +non,199,26,3,4200,2847,1485,768,1012.2120580000008,0.08203125,32,0,A2,ppp,5,144,45,5,,,,,,o,,,,,gutim,5822 +nof,199,26,3,4200,2848,,768,1012.2940580000007,,,,,,,144,45,0,,,,,,,,,,,gutim,5822 +non,199,27,3,4201,2848,1486,796,1012.2940580000007,0.08203125,32,0,F#1,ppp,5,144,30,5,,,,,,o,,,,,gutim,5823 +nof,199,27,3,4201,2849,,796,1012.3760580000007,,,,,,,144,30,0,,,,,,,,,,,gutim,5823 +non,199,28,3,4202,2849,1487,824,1012.3760580000007,0.0849609375,32,0,C#2,ppp,5,144,37,5,,,,,,o,,,,,gutim,5824 +nof,199,28,3,4202,2850,,824,1012.4610580000007,,,,,,,144,37,0,,,,,,,,,,,gutim,5824 +non,199,29,3,4203,2850,1488,853,1012.4610580000007,0.08203125,32,0,A2,ppp,5,144,45,5,,,,,,o,,,,,gutim,5825 +nof,199,29,3,4203,2851,,853,1012.5430580000008,,,,,,,144,45,0,,,,,,,,,,,gutim,5825 +non,199,30,3,4204,2851,1489,881,1012.5430580000008,0.0849609375,32,0,C#2,ppp,5,144,37,5,,,,,,o,,,,,gutim,5826 +nof,199,30,3,4204,2852,,881,1012.6280580000007,,,,,,,144,37,0,,,,,,,,,,,gutim,5826 +non,199,31,3,4205,2852,1490,910,1012.6280580000007,0.1669921875,16,0,F#1,ppp,5,144,30,5,,,,,,o,,,,,gutim,5827 +nof,199,31,3,4205,2853,,910,1012.7950580000007,,,,,,,144,30,0,,,,,,,,,,,gutim,5827 +non,199,32,3,4206,2853,1491,967,1012.7950580000007,0.08203125,32,0,A2,ppp,5,144,45,5,,,,,,o,,,,,gutim,5828 +nof,199,32,3,4206,2854,,967,1012.8770580000007,,,,,,,144,45,0,,,,,,,,,,,gutim,5828 +non,199,33,3,4207,2854,1492,995,1012.8770580000007,0.0849609375,32,0,C#2,ppp,5,144,37,5,,,,,,o,,,,,gutim,5829 +nof,198,21,1,4157,2855,,1024,1012.9620580000008,,,,,,,144,24,0,,,,,,,,,,,gutim,5779 +nof,199,33,3,4207,2855,,995,1012.9620580000008,,,,,,,144,37,0,,,,,,,,,,,gutim,5829 +rst,199,34,3,4208,2855,,1024,1012.9620580000008,,,,,,,176,102,0,,,,,,,,,,,gutim,5830 +non,199,35,1,4209,2855,1493,1024,1012.9620580000008,1.5,2,0,C#5,pp,8,144,73,8,,,,,t,o,,,,t,gutim,5831 +non,199,36,3,4210,2856,1494,1080,1013.1260580000007,0.0849609375,32,0,C#2,ppp,5,144,37,5,,,,,,o,,,,,gutim,5832 +nof,199,36,3,4210,2857,,1080,1013.2110580000007,,,,,,,144,37,0,,,,,,,,,,,gutim,5832 +non,199,37,3,4211,2857,1495,1109,1013.2110580000007,0.08203125,32,0,A2,ppp,5,144,45,5,,,,,,o,,,,,gutim,5833 +nof,199,37,3,4211,2858,,1109,1013.2930580000008,,,,,,,144,45,0,,,,,,,,,,,gutim,5833 +non,199,38,3,4212,2858,1496,1137,1013.2930580000008,0.0849609375,32,0,C#2,ppp,5,144,37,5,,,,,,o,,,,,gutim,5834 +nof,199,38,3,4212,2859,,1137,1013.3780580000007,,,,,,,144,37,0,,,,,,,,,,,gutim,5834 +non,199,39,3,4213,2859,1497,1166,1013.3780580000007,0.1669921875,16,0,F#1,ppp,5,144,30,5,,,,,,o,,,,,gutim,5835 +nof,199,39,3,4213,2860,,1166,1013.5450580000007,,,,,,,144,30,0,,,,,,,,,,,gutim,5835 +non,199,40,3,4214,2860,1498,1223,1013.5450580000007,0.08203125,32,0,A2,ppp+,6,144,45,6,,,,,,o,,,,,gutim,5836 +nof,199,40,3,4214,2861,,1223,1013.6270580000007,,,,,,,144,45,0,,,,,,,,,,,gutim,5836 +non,199,41,3,4215,2861,1499,1251,1013.6270580000007,0.0849609375,32,0,C#2,ppp+,6,144,37,6,,,,,,o,,,,,gutim,5837 +nof,199,41,3,4215,2862,,1251,1013.7120580000008,,,,,,,144,37,0,,,,,,,,,,,gutim,5837 +non,199,42,3,4216,2862,1500,1280,1013.7120580000008,0.08203125,32,0,A2,ppp+,6,144,45,6,,,,,,o,,,,,gutim,5838 +nof,199,42,3,4216,2863,,1280,1013.7940580000007,,,,,,,144,45,0,,,,,,,,,,,gutim,5838 +non,199,43,3,4217,2863,1501,1308,1013.7940580000007,0.08203125,32,0,F#1,ppp+,6,144,30,6,,,,,,o,,,,,gutim,5839 +nof,199,43,3,4217,2864,,1308,1013.8760580000007,,,,,,,144,30,0,,,,,,,,,,,gutim,5839 +non,199,44,3,4218,2864,1502,1336,1013.8760580000007,0.0849609375,32,0,C#2,ppp+,6,144,37,6,,,,,,o,,,,,gutim,5840 +nof,199,44,3,4218,2865,,1336,1013.9610580000007,,,,,,,144,37,0,,,,,,,,,,,gutim,5840 +non,199,45,3,4219,2865,1503,1365,1013.9610580000007,0.08203125,32,0,A2,ppp+,6,144,45,6,,,,,,o,,,,,gutim,5841 +nof,199,45,3,4219,2866,,1365,1014.0430580000008,,,,,,,144,45,0,,,,,,,,,,,gutim,5841 +non,199,46,3,4220,2866,1504,1393,1014.0430580000008,0.0849609375,32,0,C#2,pp-,7,144,37,7,,,,,,o,,,,,gutim,5842 +nof,199,46,3,4220,2867,,1393,1014.1280580000007,,,,,,,144,37,0,,,,,,,,,,,gutim,5842 +non,199,47,3,4221,2867,1505,1422,1014.1280580000007,0.1669921875,16,0,F#1,pp-,7,144,30,7,,,,,,o,,,,,gutim,5843 +nof,199,47,3,4221,2868,,1422,1014.2950580000007,,,,,,,144,30,0,,,,,,,,,,,gutim,5843 +non,199,48,3,4222,2868,1506,1479,1014.2950580000007,0.08203125,32,0,A2,pp-,7,144,45,7,,,,,,o,,,,,gutim,5844 +nof,199,48,3,4222,2869,,1479,1014.3770580000007,,,,,,,144,45,0,,,,,,,,,,,gutim,5844 +non,199,49,3,4223,2869,1507,1507,1014.3770580000007,0.0849609375,32,0,C#2,pp-,7,144,37,7,,,,,,o,,,,,gutim,5845 +nof,199,49,3,4223,2870,,1507,1014.4620580000008,,,,,,,144,37,0,,,,,,,,,,,gutim,5845 +bar,200,0,0,4224,2870,,0,1014.4620580000008,,,,,,,,,,200,,,,,,,,,,gutim,5846 +non,200,1,1,4225,2870,,0,1014.4620580000008,1.5,2,0,C#5,,,,,,,,,,T,,,,,,gutim,5847 +non,200,2,3,4226,2870,1508,0,1014.4620580000008,0.08203125,32,0,A2,pp-,7,144,45,7,,,,,,o,,,,T 5969,gutim,5848 +nof,200,2,3,4226,2871,,0,1014.5440580000007,,,,,,,144,45,0,,,,,,,,,,,gutim,5848 +non,200,3,3,4227,2871,1509,28,1014.5440580000007,0.08203125,32,0,F#1,pp-,7,144,30,7,,,,,,o,,,,,gutim,5849 +nof,200,3,3,4227,2872,,28,1014.6260580000007,,,,,,,144,30,0,,,,,,,,,,,gutim,5849 +non,200,4,3,4228,2872,1510,56,1014.6260580000007,0.0849609375,32,0,C#2,pp,8,144,37,8,,,,,,o,,,,,gutim,5850 +nof,200,4,3,4228,2873,,56,1014.7110580000007,,,,,,,144,37,0,,,,,,,,,,,gutim,5850 +non,200,5,3,4229,2873,1511,85,1014.7110580000007,0.08203125,32,0,A2,pp,8,144,45,8,,,,,,o,,,,,gutim,5851 +nof,200,5,3,4229,2874,,85,1014.7930580000008,,,,,,,144,45,0,,,,,,,,,,,gutim,5851 +non,200,6,3,4230,2874,1512,113,1014.7930580000008,0.0849609375,32,0,C#2,pp,8,144,37,8,,,,,,o,,,,,gutim,5852 +nof,200,6,3,4230,2875,,113,1014.8780580000007,,,,,,,144,37,0,,,,,,,,,,,gutim,5852 +non,200,7,3,4231,2875,1513,142,1014.8780580000007,0.1669921875,16,0,F#1,pp,8,144,30,8,,,,,,o,,,,,gutim,5853 +nof,200,7,3,4231,2876,,142,1015.0450580000007,,,,,,,144,30,0,,,,,,,,,,,gutim,5853 +non,200,8,3,4232,2876,1514,199,1015.0450580000007,0.08203125,32,0,A2,pp,8,144,45,8,,,,,,o,,,,,gutim,5854 +nof,200,8,3,4232,2877,,199,1015.1270580000007,,,,,,,144,45,0,,,,,,,,,,,gutim,5854 +non,200,9,3,4233,2877,1515,227,1015.1270580000007,0.0849609375,32,0,C#2,pp,8,144,37,8,,,,,,o,,,,,gutim,5855 +nof,200,9,3,4233,2878,,227,1015.2120580000008,,,,,,,144,37,0,,,,,,,,,,,gutim,5855 +non,200,10,3,4234,2878,1516,256,1015.2120580000008,0.08203125,32,0,A2,pp+,9,144,45,9,,,,,,o,,,,,gutim,5856 +nof,200,10,3,4234,2879,,256,1015.2940580000007,,,,,,,144,45,0,,,,,,,,,,,gutim,5856 +non,200,11,3,4235,2879,1517,284,1015.2940580000007,0.08203125,32,0,F#1,pp+,9,144,30,9,,,,,,o,,,,,gutim,5857 +nof,200,11,3,4235,2880,,284,1015.3760580000007,,,,,,,144,30,0,,,,,,,,,,,gutim,5857 +non,200,12,3,4236,2880,1518,312,1015.3760580000007,0.0849609375,32,0,C#2,pp+,9,144,37,9,,,,,,o,,,,,gutim,5858 +nof,200,12,3,4236,2881,,312,1015.4610580000007,,,,,,,144,37,0,,,,,,,,,,,gutim,5858 +non,200,13,3,4237,2881,1519,341,1015.4610580000007,0.08203125,32,0,A2,pp+,9,144,45,9,,,,,,o,,,,,gutim,5859 +nof,200,13,3,4237,2882,,341,1015.5430580000008,,,,,,,144,45,0,,,,,,,,,,,gutim,5859 +non,200,14,3,4238,2882,1520,369,1015.5430580000008,0.0849609375,32,0,C#2,pp+,9,144,37,9,,,,,,o,,,,,gutim,5860 +nof,200,14,3,4238,2883,,369,1015.6280580000007,,,,,,,144,37,0,,,,,,,,,,,gutim,5860 +non,200,15,3,4239,2883,1521,398,1015.6280580000007,0.333984375,8,0,F#1,pp+,9,144,30,9,,,,,,o,,,,,gutim,5861 +non,200,16,3,4240,2884,1522,512,1015.9620580000008,0.08203125,32,0,A2,ppp,5,144,45,5,,,,,,o,,d,e,,gutim,5862 +non,200,17,1,4241,2884,1522,512,1015.9620580000008,3,1,0,C1,mp,14,144,24,14,,,,,,o,,d,,,gutim,5863 +nof,199,35,1,4209,2885,,1024,1016.0370580000007,,,,,,,144,73,0,,,,,,,,,,,gutim,5831 +nof,200,15,3,4239,2885,,398,1016.0370580000007,,,,,,,144,30,0,,,,,,,,,,,gutim,5861 +nof,200,16,3,4240,2886,,512,1016.0440580000007,,,,,,,144,45,0,,,,,,,,,,,gutim,5862 +non,200,18,3,4242,2886,1523,540,1016.0440580000007,0.08203125,32,0,F#1,ppp,5,144,30,5,,,,,,o,,,e,,gutim,5864 +nof,200,18,3,4242,2887,,540,1016.1260580000007,,,,,,,144,30,0,,,,,,,,,,,gutim,5864 +non,200,19,3,4243,2887,1524,568,1016.1260580000007,0.0849609375,32,0,C#2,ppp,5,144,37,5,,,,,,o,,,e,,gutim,5865 +nof,200,19,3,4243,2888,,568,1016.2110580000007,,,,,,,144,37,0,,,,,,,,,,,gutim,5865 +non,200,20,3,4244,2888,1525,597,1016.2110580000007,0.08203125,32,0,A2,ppp,5,144,45,5,,,,,,o,,,e,,gutim,5866 +nof,200,20,3,4244,2889,,597,1016.2930580000008,,,,,,,144,45,0,,,,,,,,,,,gutim,5866 +non,200,21,3,4245,2889,1526,625,1016.2930580000008,0.0849609375,32,0,C#2,ppp,5,144,37,5,,,,,,o,,,e,,gutim,5867 +nof,200,21,3,4245,2890,,625,1016.3780580000007,,,,,,,144,37,0,,,,,,,,,,,gutim,5867 +non,200,22,3,4246,2890,1527,654,1016.3780580000007,0.1669921875,16,0,F#1,ppp,5,144,30,5,,,,,,o,,,E,,gutim,5868 +nof,200,22,3,4246,2891,,654,1016.5450580000007,,,,,,,144,30,0,,,,,,,,,,,gutim,5868 +non,200,23,3,4247,2891,1528,711,1016.5450580000007,0.08203125,32,0,A2,ppp,5,144,45,5,,,,,,o,,,,,gutim,5869 +nof,200,23,3,4247,2892,,711,1016.6270580000007,,,,,,,144,45,0,,,,,,,,,,,gutim,5869 +non,200,24,3,4248,2892,1529,739,1016.6270580000007,0.0849609375,32,0,C#2,ppp,5,144,37,5,,,,,,o,,,,,gutim,5870 +nof,200,24,3,4248,2893,,739,1016.7120580000008,,,,,,,144,37,0,,,,,,,,,,,gutim,5870 +non,200,25,3,4249,2893,1530,768,1016.7120580000008,0.08203125,32,0,A2,ppp,5,144,45,5,,,,,,o,,,,,gutim,5871 +nof,200,25,3,4249,2894,,768,1016.7940580000007,,,,,,,144,45,0,,,,,,,,,,,gutim,5871 +non,200,26,3,4250,2894,1531,796,1016.7940580000007,0.08203125,32,0,F#1,ppp,5,144,30,5,,,,,,o,,,,,gutim,5872 +nof,200,26,3,4250,2895,,796,1016.8760580000007,,,,,,,144,30,0,,,,,,,,,,,gutim,5872 +non,200,27,3,4251,2895,1532,824,1016.8760580000007,0.0849609375,32,0,C#2,ppp,5,144,37,5,,,,,,o,,,,,gutim,5873 +nof,200,27,3,4251,2896,,824,1016.9610580000007,,,,,,,144,37,0,,,,,,,,,,,gutim,5873 +non,200,28,3,4252,2896,1533,853,1016.9610580000007,0.08203125,32,0,A2,ppp,5,144,45,5,,,,,,o,,,,,gutim,5874 +nof,200,28,3,4252,2897,,853,1017.0430580000008,,,,,,,144,45,0,,,,,,,,,,,gutim,5874 +non,200,29,3,4253,2897,1534,881,1017.0430580000008,0.0849609375,32,0,C#2,ppp,5,144,37,5,,,,,,o,,,,,gutim,5875 +nof,200,29,3,4253,2898,,881,1017.1280580000007,,,,,,,144,37,0,,,,,,,,,,,gutim,5875 +non,200,30,3,4254,2898,1535,910,1017.1280580000007,0.1669921875,16,0,F#1,ppp,5,144,30,5,,,,,,o,,,,,gutim,5876 +nof,200,30,3,4254,2899,,910,1017.2950580000007,,,,,,,144,30,0,,,,,,,,,,,gutim,5876 +non,200,31,3,4255,2899,1536,967,1017.2950580000007,0.08203125,32,0,A2,ppp,5,144,45,5,,,,,,o,,,,,gutim,5877 +nof,200,31,3,4255,2900,,967,1017.3770580000007,,,,,,,144,45,0,,,,,,,,,,,gutim,5877 +non,200,32,3,4256,2900,1537,995,1017.3770580000007,0.0849609375,32,0,C#2,ppp,5,144,37,5,,,,,,o,,,,,gutim,5878 +nof,200,32,3,4256,2901,,995,1017.4620580000008,,,,,,,144,37,0,,,,,,,,,,,gutim,5878 +non,200,33,3,4257,2901,1538,1024,1017.4620580000008,0.08203125,32,0,A2,ppp,5,144,45,5,,,,,,o,,,,,gutim,5879 +nof,200,33,3,4257,2902,,1024,1017.5440580000007,,,,,,,144,45,0,,,,,,,,,,,gutim,5879 +non,200,34,3,4258,2902,1539,1052,1017.5440580000007,0.08203125,32,0,F#1,ppp,5,144,30,5,,,,,,o,,,,,gutim,5880 +nof,200,34,3,4258,2903,,1052,1017.6260580000007,,,,,,,144,30,0,,,,,,,,,,,gutim,5880 +non,200,35,3,4259,2903,1540,1080,1017.6260580000007,0.0849609375,32,0,C#2,ppp,5,144,37,5,,,,,,o,,,,,gutim,5881 +nof,200,35,3,4259,2904,,1080,1017.7110580000007,,,,,,,144,37,0,,,,,,,,,,,gutim,5881 +non,200,36,3,4260,2904,1541,1109,1017.7110580000007,0.08203125,32,0,A2,ppp,5,144,45,5,,,,,,o,,,,,gutim,5882 +nof,200,36,3,4260,2905,,1109,1017.7930580000008,,,,,,,144,45,0,,,,,,,,,,,gutim,5882 +non,200,37,3,4261,2905,1542,1137,1017.7930580000008,0.0849609375,32,0,C#2,ppp,5,144,37,5,,,,,,o,,,,,gutim,5883 +nof,200,37,3,4261,2906,,1137,1017.8780580000007,,,,,,,144,37,0,,,,,,,,,,,gutim,5883 +non,200,38,3,4262,2906,1543,1166,1017.8780580000007,0.1669921875,16,0,F#1,ppp,5,144,30,5,,,,,,o,,,,,gutim,5884 +nof,200,38,3,4262,2907,,1166,1018.0450580000007,,,,,,,144,30,0,,,,,,,,,,,gutim,5884 +non,200,39,3,4263,2907,1544,1223,1018.0450580000007,0.08203125,32,0,A2,ppp,5,144,45,5,,,,,,o,,,,,gutim,5885 +nof,200,39,3,4263,2908,,1223,1018.1270580000007,,,,,,,144,45,0,,,,,,,,,,,gutim,5885 +non,200,40,3,4264,2908,1545,1251,1018.1270580000007,0.0849609375,32,0,C#2,ppp,5,144,37,5,,,,,,o,,,,,gutim,5886 +nof,200,40,3,4264,2909,,1251,1018.2120580000008,,,,,,,144,37,0,,,,,,,,,,,gutim,5886 +non,200,41,3,4265,2909,1546,1280,1018.2120580000008,0.08203125,32,0,A2,ppp,5,144,45,5,,,,,,o,,,,,gutim,5887 +nof,200,41,3,4265,2910,,1280,1018.2940580000007,,,,,,,144,45,0,,,,,,,,,,,gutim,5887 +non,200,42,3,4266,2910,1547,1308,1018.2940580000007,0.08203125,32,0,F#1,ppp,5,144,30,5,,,,,,o,,,,,gutim,5888 +nof,200,42,3,4266,2911,,1308,1018.3760580000007,,,,,,,144,30,0,,,,,,,,,,,gutim,5888 +non,200,43,3,4267,2911,1548,1336,1018.3760580000007,0.0849609375,32,0,C#2,ppp,5,144,37,5,,,,,,o,,,,,gutim,5889 +nof,200,43,3,4267,2912,,1336,1018.4610580000007,,,,,,,144,37,0,,,,,,,,,,,gutim,5889 +non,200,44,3,4268,2912,1549,1365,1018.4610580000007,0.08203125,32,0,A2,ppp,5,144,45,5,,,,,,o,,,,,gutim,5890 +nof,200,44,3,4268,2913,,1365,1018.5430580000008,,,,,,,144,45,0,,,,,,,,,,,gutim,5890 +non,200,45,3,4269,2913,1550,1393,1018.5430580000008,0.0849609375,32,0,C#2,ppp,5,144,37,5,,,,,,o,,,,,gutim,5891 +nof,200,45,3,4269,2914,,1393,1018.6280580000007,,,,,,,144,37,0,,,,,,,,,,,gutim,5891 +non,200,46,3,4270,2914,1551,1422,1018.6280580000007,0.1669921875,16,0,F#1,ppp,5,144,30,5,,,,,,o,,,,,gutim,5892 +nof,200,46,3,4270,2915,,1422,1018.7950580000007,,,,,,,144,30,0,,,,,,,,,,,gutim,5892 +non,200,47,3,4271,2915,1552,1479,1018.7950580000007,0.08203125,32,0,A2,ppp,5,144,45,5,,,,,,o,,d,,,gutim,5893 +nof,200,47,3,4271,2916,,1479,1018.8770580000007,,,,,,,144,45,0,,,,,,,,,,,gutim,5893 +non,200,48,3,4272,2916,1553,1507,1018.8770580000007,0.0849609375,32,0,C#2,ppp,5,144,37,5,,,,,,o,,d,,,gutim,5894 +nof,200,17,1,4241,2917,,512,1018.9620580000008,,,,,,,144,24,0,,,,,,,,,,,gutim,5863 +nof,200,48,3,4272,2917,,1507,1018.9620580000008,,,,,,,144,37,0,,,,,,,,,,,gutim,5894 +bar,201,0,0,4273,2917,,0,1018.9620580000008,,,,,,,,,,201,,,,,,,,,,gutim,5895 +non,201,1,1,4274,2917,1554,0,1018.9620580000008,4.5,1,1,E6,mf,17,144,88,17,,,,,,o,,d,,,gutim,5896 +non,201,2,3,4275,2917,1554,0,1018.9620580000008,0.1640625,16,0,C1,mf,17,144,24,17,,,,,,o,,d,,,gutim,5897 +nof,201,2,3,4275,2918,,0,1019.1260580000007,,,,,,,144,24,0,,,,,,,,,,,gutim,5897 +non,201,3,3,4276,2918,1555,56,1019.1260580000007,0.0849609375,32,0,C#2,ppp,5,144,37,5,,,,,,o,,d,,,gutim,5898 +nof,201,3,3,4276,2919,,56,1019.2110580000007,,,,,,,144,37,0,,,,,,,,,,,gutim,5898 +non,201,4,3,4277,2919,1556,85,1019.2110580000007,0.08203125,32,0,F#1,ppp,5,144,30,5,,,,,,o,,d,,,gutim,5899 +nof,201,4,3,4277,2920,,85,1019.2930580000008,,,,,,,144,30,0,,,,,,,,,,,gutim,5899 +non,201,5,3,4278,2920,1557,113,1019.2930580000008,0.1669921875,16,0,C#2,ppp,5,144,37,5,,,,,,o,,D,,,gutim,5900 +nof,201,5,3,4278,2921,,113,1019.4600580000007,,,,,,,144,37,0,,,,,,,,,,,gutim,5900 +non,201,6,3,4279,2921,1558,170,1019.4600580000007,0.0849609375,32,0,F#1,ppp,5,144,30,5,,,,,,o,,d,e,,gutim,5901 +nof,201,6,3,4279,2922,,170,1019.5450580000007,,,,,,,144,30,0,,,,,,,,,,,gutim,5901 +non,201,7,3,4280,2922,1559,199,1019.5450580000007,0.08203125,32,0,A2,ppp,5,144,45,5,,,,,,o,,d,e,,gutim,5902 +nof,201,7,3,4280,2923,,199,1019.6270580000007,,,,,,,144,45,0,,,,,,,,,,,gutim,5902 +non,201,8,3,4281,2923,1560,227,1019.6270580000007,0.0849609375,32,0,C#2,ppp,5,144,37,5,,,,,,o,,d,e,,gutim,5903 +nof,201,8,3,4281,2924,,227,1019.7120580000008,,,,,,,144,37,0,,,,,,,,,,,gutim,5903 +non,201,9,3,4282,2924,1561,256,1019.7120580000008,0.08203125,32,0,A2,ppp,5,144,45,5,,,,,,o,,d,e,,gutim,5904 +nof,201,9,3,4282,2925,,256,1019.7940580000007,,,,,,,144,45,0,,,,,,,,,,,gutim,5904 +non,201,10,3,4283,2925,1562,284,1019.7940580000007,0.08203125,32,0,F#1,ppp,5,144,30,5,,,,,,o,,d,e,,gutim,5905 +nof,201,10,3,4283,2926,,284,1019.8760580000007,,,,,,,144,30,0,,,,,,,,,,,gutim,5905 +non,201,11,3,4284,2926,1563,312,1019.8760580000007,0.0849609375,32,0,C#2,ppp,5,144,37,5,,,,,,o,,d,e,,gutim,5906 +nof,201,11,3,4284,2927,,312,1019.9610580000007,,,,,,,144,37,0,,,,,,,,,,,gutim,5906 +non,201,12,3,4285,2927,1564,341,1019.9610580000007,0.08203125,32,0,F#1,ppp,5,144,30,5,,,,,,o,,d,e,,gutim,5907 +nof,201,12,3,4285,2928,,341,1020.0430580000008,,,,,,,144,30,0,,,,,,,,,,,gutim,5907 +non,201,13,3,4286,2928,1565,369,1020.0430580000008,0.1669921875,16,0,C#2,ppp,5,144,37,5,,,,,,o,,d,E,,gutim,5908 +nof,201,13,3,4286,2929,,369,1020.2100580000007,,,,,,,144,37,0,,,,,,,,,,,gutim,5908 +non,201,14,3,4287,2929,1566,426,1020.2100580000007,0.0849609375,32,0,F#1,ppp,5,144,30,5,,,,,,o,,,,,gutim,5909 +nof,201,14,3,4287,2930,,426,1020.2950580000007,,,,,,,144,30,0,,,,,,,,,,,gutim,5909 +non,201,15,3,4288,2930,1567,455,1020.2950580000007,0.08203125,32,0,A2,ppp,5,144,45,5,,,,,,o,,,,,gutim,5910 +nof,201,15,3,4288,2931,,455,1020.3770580000007,,,,,,,144,45,0,,,,,,,,,,,gutim,5910 +non,201,16,3,4289,2931,1568,483,1020.3770580000007,0.0849609375,32,0,C#2,ppp,5,144,37,5,,,,,,o,,,,,gutim,5911 +nof,201,16,3,4289,2932,,483,1020.4620580000008,,,,,,,144,37,0,,,,,,,,,,,gutim,5911 +non,201,17,3,4290,2932,1569,512,1020.4620580000008,0.08203125,32,0,A2,ppp,5,144,45,5,,,,,,o,,,,,gutim,5912 +nof,201,17,3,4290,2933,,512,1020.5440580000007,,,,,,,144,45,0,,,,,,,,,,,gutim,5912 +non,201,18,3,4291,2933,1570,540,1020.5440580000007,0.08203125,32,0,F#1,ppp,5,144,30,5,,,,,,o,,,,,gutim,5913 +nof,201,18,3,4291,2934,,540,1020.6260580000007,,,,,,,144,30,0,,,,,,,,,,,gutim,5913 +non,201,19,3,4292,2934,1571,568,1020.6260580000007,0.0849609375,32,0,C#2,ppp,5,144,37,5,,,,,,o,,,,,gutim,5914 +nof,201,19,3,4292,2935,,568,1020.7110580000007,,,,,,,144,37,0,,,,,,,,,,,gutim,5914 +non,201,20,3,4293,2935,1572,597,1020.7110580000007,0.08203125,32,0,F#1,ppp,5,144,30,5,,,,,,o,,,,,gutim,5915 +nof,201,20,3,4293,2936,,597,1020.7930580000008,,,,,,,144,30,0,,,,,,,,,,,gutim,5915 +non,201,21,3,4294,2936,1573,625,1020.7930580000008,0.1669921875,16,0,C#2,ppp,5,144,37,5,,,,,,o,,,,,gutim,5916 +nof,201,21,3,4294,2937,,625,1020.9600580000007,,,,,,,144,37,0,,,,,,,,,,,gutim,5916 +non,201,22,3,4295,2937,1574,682,1020.9600580000007,0.0849609375,32,0,F#1,ppp,5,144,30,5,,,,,,o,,,,,gutim,5917 +nof,201,22,3,4295,2938,,682,1021.0450580000007,,,,,,,144,30,0,,,,,,,,,,,gutim,5917 +non,201,23,3,4296,2938,1575,711,1021.0450580000007,0.08203125,32,0,A2,ppp,5,144,45,5,,,,,,o,,,,,gutim,5918 +nof,201,23,3,4296,2939,,711,1021.1270580000007,,,,,,,144,45,0,,,,,,,,,,,gutim,5918 +non,201,24,3,4297,2939,1576,739,1021.1270580000007,0.0849609375,32,0,C#2,ppp,5,144,37,5,,,,,,o,,,,,gutim,5919 +nof,201,24,3,4297,2940,,739,1021.2120580000008,,,,,,,144,37,0,,,,,,,,,,,gutim,5919 +non,201,25,3,4298,2940,1577,768,1021.2120580000008,0.08203125,32,0,A2,ppp,5,144,45,5,,,,,,o,,,,,gutim,5920 +nof,201,25,3,4298,2941,,768,1021.2940580000007,,,,,,,144,45,0,,,,,,,,,,,gutim,5920 +non,201,26,3,4299,2941,1578,796,1021.2940580000007,0.08203125,32,0,F#1,ppp,5,144,30,5,,,,,,o,,,,,gutim,5921 +nof,201,26,3,4299,2942,,796,1021.3760580000007,,,,,,,144,30,0,,,,,,,,,,,gutim,5921 +non,201,27,3,4300,2942,1579,824,1021.3760580000007,0.0849609375,32,0,C#2,ppp,5,144,37,5,,,,,,o,,,,,gutim,5922 +nof,201,27,3,4300,2943,,824,1021.4610580000007,,,,,,,144,37,0,,,,,,,,,,,gutim,5922 +non,201,28,3,4301,2943,1580,853,1021.4610580000007,0.08203125,32,0,F#1,ppp,5,144,30,5,,,,,,o,,,,,gutim,5923 +nof,201,28,3,4301,2944,,853,1021.5430580000008,,,,,,,144,30,0,,,,,,,,,,,gutim,5923 +non,201,29,3,4302,2944,1581,881,1021.5430580000008,0.1669921875,16,0,C#2,ppp,5,144,37,5,,,,,,o,,,,,gutim,5924 +nof,201,29,3,4302,2945,,881,1021.7100580000007,,,,,,,144,37,0,,,,,,,,,,,gutim,5924 +non,201,30,3,4303,2945,1582,938,1021.7100580000007,0.0849609375,32,0,F#1,ppp,5,144,30,5,,,,,,o,,,,,gutim,5925 +nof,201,30,3,4303,2946,,938,1021.7950580000007,,,,,,,144,30,0,,,,,,,,,,,gutim,5925 +non,201,31,3,4304,2946,1583,967,1021.7950580000007,0.08203125,32,0,A2,ppp,5,144,45,5,,,,,,o,,,,,gutim,5926 +nof,201,31,3,4304,2947,,967,1021.8770580000007,,,,,,,144,45,0,,,,,,,,,,,gutim,5926 +non,201,32,3,4305,2947,1584,995,1021.8770580000007,0.0849609375,32,0,C#2,ppp,5,144,37,5,,,,,,o,,,,,gutim,5927 +nof,201,32,3,4305,2948,,995,1021.9620580000008,,,,,,,144,37,0,,,,,,,,,,,gutim,5927 +non,201,33,3,4306,2948,1585,1024,1021.9620580000008,0.08203125,32,0,A2,ppp,5,144,45,5,,,,,,o,,,,,gutim,5928 +nof,201,33,3,4306,2949,,1024,1022.0440580000007,,,,,,,144,45,0,,,,,,,,,,,gutim,5928 +non,201,34,3,4307,2949,1586,1052,1022.0440580000007,0.08203125,32,0,F#1,ppp,5,144,30,5,,,,,,o,,,,,gutim,5929 +nof,201,34,3,4307,2950,,1052,1022.1260580000007,,,,,,,144,30,0,,,,,,,,,,,gutim,5929 +non,201,35,3,4308,2950,1587,1080,1022.1260580000007,0.0849609375,32,0,C#2,ppp,5,144,37,5,,,,,,o,,,,,gutim,5930 +nof,201,35,3,4308,2951,,1080,1022.2110580000007,,,,,,,144,37,0,,,,,,,,,,,gutim,5930 +non,201,36,3,4309,2951,1588,1109,1022.2110580000007,0.08203125,32,0,F#1,ppp,5,144,30,5,,,,,,o,,,,,gutim,5931 +nof,201,36,3,4309,2952,,1109,1022.2930580000008,,,,,,,144,30,0,,,,,,,,,,,gutim,5931 +non,201,37,3,4310,2952,1589,1137,1022.2930580000008,0.1669921875,16,0,C#2,ppp,5,144,37,5,,,,,,o,,,,,gutim,5932 +nof,201,37,3,4310,2953,,1137,1022.4600580000007,,,,,,,144,37,0,,,,,,,,,,,gutim,5932 +non,201,38,3,4311,2953,1590,1194,1022.4600580000007,0.0849609375,32,0,F#1,ppp,5,144,30,5,,,,,,o,,d,e,,gutim,5933 +nof,201,38,3,4311,2954,,1194,1022.5450580000007,,,,,,,144,30,0,,,,,,,,,,,gutim,5933 +non,201,39,3,4312,2954,1591,1223,1022.5450580000007,0.08203125,32,0,A2,ppp,5,144,45,5,,,,,,o,,d,e,,gutim,5934 +nof,201,39,3,4312,2955,,1223,1022.6270580000007,,,,,,,144,45,0,,,,,,,,,,,gutim,5934 +non,201,40,3,4313,2955,1592,1251,1022.6270580000007,0.0849609375,32,0,C#2,ppp,5,144,37,5,,,,,,o,,d,e,,gutim,5935 +nof,201,40,3,4313,2956,,1251,1022.7120580000008,,,,,,,144,37,0,,,,,,,,,,,gutim,5935 +non,201,41,3,4314,2956,1593,1280,1022.7120580000008,0.08203125,32,0,A2,ppp,5,144,45,5,,,,,,o,,d,e,,gutim,5936 +nof,201,41,3,4314,2957,,1280,1022.7940580000007,,,,,,,144,45,0,,,,,,,,,,,gutim,5936 +non,201,42,3,4315,2957,1594,1308,1022.7940580000007,0.08203125,32,0,F#1,ppp,5,144,30,5,,,,,,o,,d,e,,gutim,5937 +nof,201,42,3,4315,2958,,1308,1022.8760580000007,,,,,,,144,30,0,,,,,,,,,,,gutim,5937 +non,201,43,3,4316,2958,1595,1336,1022.8760580000007,0.0849609375,32,0,C#2,ppp,5,144,37,5,,,,,,o,,d,e,,gutim,5938 +nof,201,43,3,4316,2959,,1336,1022.9610580000007,,,,,,,144,37,0,,,,,,,,,,,gutim,5938 +non,201,44,3,4317,2959,1596,1365,1022.9610580000007,0.08203125,32,0,F#1,ppp,5,144,30,5,,,,,,o,,d,e,,gutim,5939 +nof,201,44,3,4317,2960,,1365,1023.0430580000008,,,,,,,144,30,0,,,,,,,,,,,gutim,5939 +non,201,45,3,4318,2960,1597,1393,1023.0430580000008,0.1669921875,16,0,C#2,ppp,5,144,37,5,,,,,,o,,d,E,,gutim,5940 +nof,201,45,3,4318,2961,,1393,1023.2100580000007,,,,,,,144,37,0,,,,,,,,,,,gutim,5940 +non,201,46,3,4319,2961,1598,1450,1023.2100580000007,0.0849609375,32,0,F#1,ppp,5,144,30,5,,,,,,o,,,,,gutim,5941 +nof,201,46,3,4319,2962,,1450,1023.2950580000007,,,,,,,144,30,0,,,,,,,,,,,gutim,5941 +non,201,47,3,4320,2962,1599,1479,1023.2950580000007,0.08203125,32,0,A2,ppp,5,144,45,5,,,,,,o,,,,,gutim,5942 +nof,201,47,3,4320,2963,,1479,1023.3770580000007,,,,,,,144,45,0,,,,,,,,,,,gutim,5942 +non,201,48,3,4321,2963,1600,1507,1023.3770580000007,0.0849609375,32,0,C#2,ppp,5,144,37,5,,,,,,o,,,,,gutim,5943 +nof,201,1,1,4274,2964,,0,1023.4620580000008,,,,,,,144,88,0,,,,,,,,,,,gutim,5896 +nof,201,48,3,4321,2964,,1507,1023.4620580000008,,,,,,,144,37,0,,,,,,,,,,,gutim,5943 +bar,202,0,0,4322,2964,,0,1023.4620580000008,,,,,,,,,,202,,,,,,,,,,gutim,5944 +non,202,1,1,4323,2964,1601,0,1023.4620580000008,0.298828125,8,0,C1,pp,8,144,24,8,,,,,,o,,,,,gutim,5945 +non,202,2,1,4324,2964,1601,0,1023.4620580000008,0.375,8,0,Bb1,pp,8,144,34,8,,,,,,o,,,,,gutim,5946 +non,202,3,3,4325,2964,1601,0,1023.4620580000008,0.08203125,32,0,A2,ppp,5,144,45,5,,,,,,o,,,,,gutim,5947 +nof,202,3,3,4325,2965,,0,1023.5440580000007,,,,,,,144,45,0,,,,,,,,,,,gutim,5947 +non,202,4,3,4326,2965,1602,28,1023.5440580000007,0.08203125,32,0,F#1,ppp,5,144,30,5,,,,,,o,,,,,gutim,5948 +nof,202,4,3,4326,2966,,28,1023.6260580000007,,,,,,,144,30,0,,,,,,,,,,,gutim,5948 +non,202,5,3,4327,2966,1603,56,1023.6260580000007,0.0849609375,32,0,C#2,ppp,5,144,37,5,,,,,,o,,,,,gutim,5949 +nof,202,5,3,4327,2967,,56,1023.7110580000007,,,,,,,144,37,0,,,,,,,,,,,gutim,5949 +non,202,6,3,4328,2967,1604,85,1023.7110580000007,0.08203125,32,0,F#1,ppp,5,144,30,5,,,,,,o,,,,,gutim,5950 +nof,202,1,1,4323,2968,,0,1023.7610580000007,,,,,,,144,24,0,,,,,,,,,,,gutim,5945 +nof,202,2,1,4324,2968,,0,1023.7610580000007,,,,,,,144,34,0,,,,,,,,,,,gutim,5946 +non,202,7,1,4329,2968,1605,102,1023.7610580000007,0.1494140625,16,0,C1,pp,8,144,24,8,,,,,,o,,,,,gutim,5951 +non,202,8,1,4330,2968,1605,102,1023.7610580000007,0.1875,16,0,Bb1,pp,8,144,34,8,,,,,,o,,,,,gutim,5952 +nof,202,6,3,4328,2969,,85,1023.7930580000008,,,,,,,144,30,0,,,,,,,,,,,gutim,5950 +non,202,9,3,4331,2969,1606,113,1023.7930580000008,0.1669921875,16,0,C#2,ppp,5,144,37,5,,,,,,o,,,,,gutim,5953 +nof,202,7,1,4329,2970,,102,1023.9100580000007,,,,,,,144,24,0,,,,,,,,,,,gutim,5951 +nof,202,8,1,4330,2970,,102,1023.9100580000007,,,,,,,144,34,0,,,,,,,,,,,gutim,5952 +non,202,10,1,4332,2970,1607,153,1023.9100580000007,0.1494140625,16,0,Bb1,pp+,9,144,34,9,,,,,,o,,,,,gutim,5954 +nof,202,9,3,4331,2971,,113,1023.9600580000007,,,,,,,144,37,0,,,,,,,,,,,gutim,5953 +non,202,11,3,4333,2971,1608,170,1023.9600580000007,0.0849609375,32,0,F#1,ppp,5,144,30,5,,,,,,o,,d,e,,gutim,5955 +nof,202,11,3,4333,2972,,170,1024.0450580000006,,,,,,,144,30,0,,,,,,,,,,,gutim,5955 +non,202,12,3,4334,2972,1609,199,1024.0450580000006,0.08203125,32,0,A2,ppp,5,144,45,5,,,,,,o,,d,e,,gutim,5956 +nof,202,10,1,4332,2973,,153,1024.0600580000005,,,,,,,144,34,0,,,,,,,,,,,gutim,5954 +non,202,13,1,4335,2973,1610,204,1024.0600580000005,0.15234375,16,0,C1,pp+,9,144,24,9,,,,,t,o,,,,,gutim,5957 +nof,202,12,3,4334,2974,,199,1024.1270580000005,,,,,,,144,45,0,,,,,,,,,,,gutim,5956 +non,202,14,3,4336,2974,1611,227,1024.1270580000005,0.0849609375,32,0,C#2,ppp,5,144,37,5,,,,,,o,,d,e,,gutim,5958 +nof,202,14,3,4336,2975,,227,1024.2120580000005,,,,,,,144,37,0,,,,,,,,,,,gutim,5958 +non,202,15,3,4337,2975,1612,256,1024.2120580000005,0.08203125,32,0,A2,ppp,5,144,45,5,,,,,,o,,d,e,,gutim,5959 +non,202,16,1,4338,2975,,256,1024.2120580000005,0.1494140625,16,0,C1,,,,,,,,,,T,,,,,,gutim,5960 +nof,202,15,3,4337,2976,,256,1024.2940580000004,,,,,,,144,45,0,,,,,,,,,,,gutim,5959 +non,202,17,3,4339,2976,1613,284,1024.2940580000004,0.08203125,32,0,F#1,ppp,5,144,30,5,,,,,,o,,d,e,,gutim,5961 +nof,202,13,1,4335,2977,,204,1024.3610580000004,,,,,,,144,24,0,,,,,,,,,,,gutim,5957 +non,202,18,1,4340,2977,1614,307,1024.3610580000004,0.1494140625,16,0,Bb1,pp+,9,144,34,9,,,,,,o,,,,,gutim,5962 +nof,202,17,3,4339,2978,,284,1024.3760580000003,,,,,,,144,30,0,,,,,,,,,,,gutim,5961 +non,202,19,3,4341,2978,1615,312,1024.3760580000003,0.0849609375,32,0,C#2,ppp,5,144,37,5,,,,,,o,,d,e,,gutim,5963 +nof,202,19,3,4341,2979,,312,1024.4610580000003,,,,,,,144,37,0,,,,,,,,,,,gutim,5963 +non,202,20,3,4342,2979,1616,341,1024.4610580000003,0.08203125,32,0,F#1,ppp,5,144,30,5,,,,,,o,,d,e,,gutim,5964 +nof,202,18,1,4340,2980,,307,1024.5110580000005,,,,,,,144,34,0,,,,,,,,,,,gutim,5962 +non,202,21,1,4343,2980,1617,358,1024.5110580000005,0.1494140625,16,0,C1,p-,10,144,24,10,,,,,,o,,,,,gutim,5965 +nof,202,20,3,4342,2981,,341,1024.5430580000007,,,,,,,144,30,0,,,,,,,,,,,gutim,5964 +non,202,22,3,4344,2981,1618,369,1024.5430580000007,0.1669921875,16,0,C#2,ppp,5,144,37,5,,,,,,o,,d,E,,gutim,5966 +nof,202,21,1,4343,2982,,358,1024.6600580000006,,,,,,,144,24,0,,,,,,,,,,,gutim,5965 +non,202,23,1,4345,2982,1619,409,1024.6600580000006,0.3017578125,8,0,Bb1,p-,10,144,34,10,,,,,,o,,,,,gutim,5967 +nof,202,22,3,4344,2983,,369,1024.7100580000006,,,,,,,144,37,0,,,,,,,,,,,gutim,5966 +non,202,24,3,4346,2983,1620,426,1024.7100580000006,0.0849609375,32,0,F#1,ppp,5,144,30,5,,,,,,o,,,,,gutim,5968 +nof,202,24,3,4346,2984,,426,1024.7950580000006,,,,,,,144,30,0,,,,,,,,,,,gutim,5968 +non,202,25,3,4347,2984,1621,455,1024.7950580000006,0.08203125,32,0,A2,ppp,5,144,45,5,,,,,,o,,,,,gutim,5969 +nof,202,25,3,4347,2985,,455,1024.8770580000005,,,,,,,144,45,0,,,,,,,,,,,gutim,5969 +non,202,26,3,4348,2985,1622,483,1024.8770580000005,0.0849609375,32,0,C#2,ppp,5,144,37,5,,,,,,o,,,,,gutim,5970 +nof,202,23,1,4345,2986,,409,1024.9620580000005,,,,,,,144,34,0,,,,,,,,,,,gutim,5967 +nof,202,26,3,4348,2986,,483,1024.9620580000005,,,,,,,144,37,0,,,,,,,,,,,gutim,5970 +non,202,27,3,4349,2986,1623,512,1024.9620580000005,0.08203125,32,0,A2,ppp,5,144,45,5,,,,,,o,,,,,gutim,5971 +non,202,28,1,4350,2986,1623,512,1024.9620580000005,0.1494140625,16,0,C1,p-,10,144,24,10,,,,,,o,,,,,gutim,5972 +nof,202,27,3,4349,2987,,512,1025.0440580000004,,,,,,,144,45,0,,,,,,,,,,,gutim,5971 +non,202,29,3,4351,2987,1624,540,1025.0440580000004,0.08203125,32,0,F#1,ppp,5,144,30,5,,,,,,o,,,,,gutim,5973 +nof,202,28,1,4350,2988,,512,1025.1110580000004,,,,,,,144,24,0,,,,,,,,,,,gutim,5972 +non,202,30,1,4352,2988,1625,563,1025.1110580000004,0.1494140625,16,0,Bb1,p,11,144,34,11,,,,,,o,,,,,gutim,5974 +nof,202,29,3,4351,2989,,540,1025.1260580000003,,,,,,,144,30,0,,,,,,,,,,,gutim,5973 +non,202,31,3,4353,2989,1626,568,1025.1260580000003,0.0849609375,32,0,C#2,ppp,5,144,37,5,,,,,,o,,,,,gutim,5975 +nof,202,31,3,4353,2990,,568,1025.2110580000003,,,,,,,144,37,0,,,,,,,,,,,gutim,5975 +non,202,32,3,4354,2990,1627,597,1025.2110580000003,0.08203125,32,0,F#1,ppp,5,144,30,5,,,,,,o,,,,,gutim,5976 +nof,202,30,1,4352,2991,,563,1025.2610580000005,,,,,,,144,34,0,,,,,,,,,,,gutim,5974 +non,202,33,1,4355,2991,1628,614,1025.2610580000005,0.1494140625,16,0,C1,p,11,144,24,11,,,,,,o,,,,,gutim,5977 +nof,202,32,3,4354,2992,,597,1025.2930580000007,,,,,,,144,30,0,,,,,,,,,,,gutim,5976 +non,202,34,3,4356,2992,1629,625,1025.2930580000007,0.1669921875,16,0,C#2,ppp,5,144,37,5,,,,,,o,,,,,gutim,5978 +nof,202,33,1,4355,2993,,614,1025.4100580000006,,,,,,,144,24,0,,,,,,,,,,,gutim,5977 +non,202,35,1,4357,2993,1630,665,1025.4100580000006,0.3017578125,8,0,Bb1,p,11,144,34,11,,,,,t,o,,,,,gutim,5979 +nof,202,34,3,4356,2994,,625,1025.4600580000006,,,,,,,144,37,0,,,,,,,,,,,gutim,5978 +non,202,36,3,4358,2994,1631,682,1025.4600580000006,0.0849609375,32,0,F#1,ppp,5,144,30,5,,,,,,o,,d,e,,gutim,5980 +nof,202,36,3,4358,2995,,682,1025.5450580000006,,,,,,,144,30,0,,,,,,,,,,,gutim,5980 +non,202,37,3,4359,2995,1632,711,1025.5450580000006,0.08203125,32,0,A2,ppp,5,144,45,5,,,,,,o,,d,e,,gutim,5981 +nof,202,37,3,4359,2996,,711,1025.6270580000005,,,,,,,144,45,0,,,,,,,,,,,gutim,5981 +non,202,38,3,4360,2996,1633,739,1025.6270580000005,0.0849609375,32,0,C#2,ppp,5,144,37,5,,,,,,o,,d,e,,gutim,5982 +nof,202,38,3,4360,2997,,739,1025.7120580000005,,,,,,,144,37,0,,,,,,,,,,,gutim,5982 +non,202,39,3,4361,2997,1634,768,1025.7120580000005,0.08203125,32,0,A2,ppp,5,144,45,5,,,,,,o,,d,e,,gutim,5983 +non,202,40,1,4362,2997,,768,1025.7120580000005,0.1494140625,16,0,Bb1,,,,,,,,,,T,,,,,,gutim,5984 +nof,202,39,3,4361,2998,,768,1025.7940580000004,,,,,,,144,45,0,,,,,,,,,,,gutim,5983 +non,202,41,3,4363,2998,1635,796,1025.7940580000004,0.08203125,32,0,F#1,ppp,5,144,30,5,,,,,,o,,d,e,,gutim,5985 +nof,202,35,1,4357,2999,,665,1025.8610580000004,,,,,,,144,34,0,,,,,,,,,,,gutim,5979 +non,202,42,1,4364,2999,1636,819,1025.8610580000004,0.1494140625,16,0,C1,p+,12,144,24,12,,,,,,o,,,,,gutim,5986 +nof,202,41,3,4363,3000,,796,1025.8760580000003,,,,,,,144,30,0,,,,,,,,,,,gutim,5985 +non,202,43,3,4365,3000,1637,824,1025.8760580000003,0.0849609375,32,0,C#2,ppp,5,144,37,5,,,,,,o,,d,e,,gutim,5987 +nof,202,43,3,4365,3001,,824,1025.9610580000003,,,,,,,144,37,0,,,,,,,,,,,gutim,5987 +non,202,44,3,4366,3001,1638,853,1025.9610580000003,0.08203125,32,0,F#1,ppp,5,144,30,5,,,,,,o,,d,e,,gutim,5988 +nof,202,42,1,4364,3002,,819,1026.0110580000005,,,,,,,144,24,0,,,,,,,,,,,gutim,5986 +non,202,45,1,4367,3002,1639,870,1026.0110580000005,0.451171875,8,1,Bb1,p+,12,144,34,12,,,,,,o,,,,,gutim,5989 +nof,202,44,3,4366,3003,,853,1026.0430580000007,,,,,,,144,30,0,,,,,,,,,,,gutim,5988 +non,202,46,3,4368,3003,1640,881,1026.0430580000007,0.1669921875,16,0,C#2,ppp,5,144,37,5,,,,,,o,,d,E,,gutim,5990 +nof,202,46,3,4368,3004,,881,1026.2100580000006,,,,,,,144,37,0,,,,,,,,,,,gutim,5990 +non,202,47,3,4369,3004,1641,938,1026.2100580000006,0.0849609375,32,0,F#1,ppp,5,144,30,5,,,,,,o,,,,,gutim,5991 +nof,202,47,3,4369,3005,,938,1026.2950580000006,,,,,,,144,30,0,,,,,,,,,,,gutim,5991 +non,202,48,3,4370,3005,1642,967,1026.2950580000006,0.08203125,32,0,A2,ppp,5,144,45,5,,,,,,o,,,,,gutim,5992 +nof,202,48,3,4370,3006,,967,1026.3770580000005,,,,,,,144,45,0,,,,,,,,,,,gutim,5992 +non,202,49,3,4371,3006,1643,995,1026.3770580000005,0.0849609375,32,0,C#2,ppp,5,144,37,5,,,,,,o,,,,,gutim,5993 +nof,202,45,1,4367,3007,,870,1026.4620580000005,,,,,,,144,34,0,,,,,,,,,,,gutim,5989 +nof,202,49,3,4371,3007,,995,1026.4620580000005,,,,,,,144,37,0,,,,,,,,,,,gutim,5993 +non,202,50,3,4372,3007,1644,1024,1026.4620580000005,0.08203125,32,0,A2,ppp,5,144,45,5,,,,,,o,,,,,gutim,5994 +rst,202,51,1,4373,3007,,1024,1026.4620580000005,,,,,,,176,102,0,,,,,,,,,,,gutim,5995 +nof,202,50,3,4372,3008,,1024,1026.5440580000004,,,,,,,144,45,0,,,,,,,,,,,gutim,5994 +non,202,52,3,4374,3008,1645,1052,1026.5440580000004,0.08203125,32,0,F#1,ppp,5,144,30,5,,,,,,o,,,,,gutim,5996 +nof,202,52,3,4374,3009,,1052,1026.6260580000003,,,,,,,144,30,0,,,,,,,,,,,gutim,5996 +non,202,53,3,4375,3009,1646,1080,1026.6260580000003,0.0849609375,32,0,C#2,ppp,5,144,37,5,,,,,,o,,,,,gutim,5997 +nof,202,53,3,4375,3010,,1080,1026.7110580000003,,,,,,,144,37,0,,,,,,,,,,,gutim,5997 +non,202,54,3,4376,3010,1647,1109,1026.7110580000003,0.08203125,32,0,F#1,ppp,5,144,30,5,,,,,,o,,,,,gutim,5998 +nof,202,54,3,4376,3011,,1109,1026.7930580000004,,,,,,,144,30,0,,,,,,,,,,,gutim,5998 +non,202,55,3,4377,3011,1648,1137,1026.7930580000004,0.1669921875,16,0,C#2,ppp,5,144,37,5,,,,,,o,,,,,gutim,5999 +nof,202,55,3,4377,3012,,1137,1026.9600580000003,,,,,,,144,37,0,,,,,,,,,,,gutim,5999 +non,202,56,3,4378,3012,1649,1194,1026.9600580000003,0.0849609375,32,0,F#1,ppp,5,144,30,5,,,,,,o,,,,,gutim,6000 +nof,202,56,3,4378,3013,,1194,1027.0450580000004,,,,,,,144,30,0,,,,,,,,,,,gutim,6000 +non,202,57,3,4379,3013,1650,1223,1027.0450580000004,0.08203125,32,0,A2,ppp,5,144,45,5,,,,,,o,,,,,gutim,6001 +nof,202,57,3,4379,3014,,1223,1027.1270580000005,,,,,,,144,45,0,,,,,,,,,,,gutim,6001 +non,202,58,3,4380,3014,1651,1251,1027.1270580000005,0.0849609375,32,0,C#2,ppp,5,144,37,5,,,,,,o,,,,,gutim,6002 +nof,202,58,3,4380,3015,,1251,1027.2120580000005,,,,,,,144,37,0,,,,,,,,,,,gutim,6002 +non,202,59,3,4381,3015,1652,1280,1027.2120580000005,0.08203125,32,0,A2,ppp,5,144,45,5,,,,,,o,,,,,gutim,6003 +rst,202,60,1,4382,3015,,1280,1027.2120580000005,,,,,,,176,102,0,,,,,,,,,,,gutim,6004 +nof,202,59,3,4381,3016,,1280,1027.2940580000004,,,,,,,144,45,0,,,,,,,,,,,gutim,6003 +non,202,61,3,4383,3016,1653,1308,1027.2940580000004,0.08203125,32,0,F#1,ppp,5,144,30,5,,,,,,o,,,,,gutim,6005 +nof,202,61,3,4383,3017,,1308,1027.3760580000003,,,,,,,144,30,0,,,,,,,,,,,gutim,6005 +non,202,62,3,4384,3017,1654,1336,1027.3760580000003,0.0849609375,32,0,C#2,ppp,5,144,37,5,,,,,,o,,,,,gutim,6006 +nof,202,62,3,4384,3018,,1336,1027.4610580000003,,,,,,,144,37,0,,,,,,,,,,,gutim,6006 +non,202,63,3,4385,3018,1655,1365,1027.4610580000003,0.08203125,32,0,F#1,ppp,5,144,30,5,,,,,,o,,,,,gutim,6007 +nof,202,63,3,4385,3019,,1365,1027.5430580000004,,,,,,,144,30,0,,,,,,,,,,,gutim,6007 +non,202,64,3,4386,3019,1656,1393,1027.5430580000004,0.1669921875,16,0,C#2,ppp,5,144,37,5,,,,,,o,,,,,gutim,6008 +nof,202,64,3,4386,3020,,1393,1027.7100580000003,,,,,,,144,37,0,,,,,,,,,,,gutim,6008 +non,202,65,3,4387,3020,1657,1450,1027.7100580000003,0.0849609375,32,0,F#1,ppp,5,144,30,5,,,,,,o,,,,,gutim,6009 +nof,202,65,3,4387,3021,,1450,1027.7950580000004,,,,,,,144,30,0,,,,,,,,,,,gutim,6009 +non,202,66,3,4388,3021,1658,1479,1027.7950580000004,0.08203125,32,0,A2,ppp,5,144,45,5,,,,,,o,,,,,gutim,6010 +nof,202,66,3,4388,3022,,1479,1027.8770580000005,,,,,,,144,45,0,,,,,,,,,,,gutim,6010 +non,202,67,3,4389,3022,1659,1507,1027.8770580000005,0.0849609375,32,0,C#2,ppp,5,144,37,5,,,,,,o,,,,,gutim,6011 +nof,202,67,3,4389,3023,,1507,1027.9620580000005,,,,,,,144,37,0,,,,,,,,,,,gutim,6011 +bar,203,0,0,4390,3023,,0,1027.9620580000005,,,,,,,,,,203,,,,,,,,,,gutim,6012 +rst,203,1,1,4391,3023,,0,1027.9620580000005,,,,,,,176,102,0,,,,,,,,,,,gutim,6013 +non,203,2,3,4392,3023,1660,0,1027.9620580000005,0.08203125,32,0,A2,ppp,5,144,45,5,,,,,,o,,,,,gutim,6014 +nof,203,2,3,4392,3024,,0,1028.0440580000004,,,,,,,144,45,0,,,,,,,,,,,gutim,6014 +non,203,3,3,4393,3024,1661,28,1028.0440580000004,0.08203125,32,0,F#1,ppp,5,144,30,5,,,,,,o,,,,,gutim,6015 +nof,203,3,3,4393,3025,,28,1028.1260580000003,,,,,,,144,30,0,,,,,,,,,,,gutim,6015 +non,203,4,3,4394,3025,1662,56,1028.1260580000003,0.0849609375,32,0,C#2,ppp,5,144,37,5,,,,,,o,,,,,gutim,6016 +nof,203,4,3,4394,3026,,56,1028.2110580000003,,,,,,,144,37,0,,,,,,,,,,,gutim,6016 +non,203,5,3,4395,3026,1663,85,1028.2110580000003,0.08203125,32,0,F#1,ppp,5,144,30,5,,,,,,o,,,,,gutim,6017 +nof,203,5,3,4395,3027,,85,1028.2930580000004,,,,,,,144,30,0,,,,,,,,,,,gutim,6017 +non,203,6,3,4396,3027,1664,113,1028.2930580000004,0.1669921875,16,0,C#2,ppp,5,144,37,5,,,,,,o,,,,,gutim,6018 +nof,203,6,3,4396,3028,,113,1028.4600580000003,,,,,,,144,37,0,,,,,,,,,,,gutim,6018 +non,203,7,3,4397,3028,1665,170,1028.4600580000003,0.0849609375,32,0,F#1,ppp,5,144,30,5,,,,,,o,,,,,gutim,6019 +nof,203,7,3,4397,3029,,170,1028.5450580000004,,,,,,,144,30,0,,,,,,,,,,,gutim,6019 +non,203,8,3,4398,3029,1666,199,1028.5450580000004,0.08203125,32,0,A2,ppp,5,144,45,5,,,,,,o,,,,,gutim,6020 +nof,203,8,3,4398,3030,,199,1028.6270580000005,,,,,,,144,45,0,,,,,,,,,,,gutim,6020 +non,203,9,3,4399,3030,1667,227,1028.6270580000005,0.0849609375,32,0,C#2,ppp,5,144,37,5,,,,,,o,,,,,gutim,6021 +nof,203,9,3,4399,3031,,227,1028.7120580000005,,,,,,,144,37,0,,,,,,,,,,,gutim,6021 +non,203,10,3,4400,3031,1668,256,1028.7120580000005,0.08203125,32,0,A2,ppp,5,144,45,5,,,,,,o,,,,,gutim,6022 +nof,203,10,3,4400,3032,,256,1028.7940580000004,,,,,,,144,45,0,,,,,,,,,,,gutim,6022 +non,203,11,3,4401,3032,1669,284,1028.7940580000004,0.08203125,32,0,F#1,ppp,5,144,30,5,,,,,,o,,,,,gutim,6023 +nof,203,11,3,4401,3033,,284,1028.8760580000003,,,,,,,144,30,0,,,,,,,,,,,gutim,6023 +non,203,12,3,4402,3033,1670,312,1028.8760580000003,0.0849609375,32,0,C#2,ppp,5,144,37,5,,,,,,o,,,,,gutim,6024 +nof,203,12,3,4402,3034,,312,1028.9610580000003,,,,,,,144,37,0,,,,,,,,,,,gutim,6024 +non,203,13,3,4403,3034,1671,341,1028.9610580000003,0.08203125,32,0,F#1,ppp,5,144,30,5,,,,,,o,,,,,gutim,6025 +nof,203,13,3,4403,3035,,341,1029.0430580000004,,,,,,,144,30,0,,,,,,,,,,,gutim,6025 +non,203,14,3,4404,3035,1672,369,1029.0430580000004,0.1669921875,16,0,C#2,ppp,5,144,37,5,,,,,,o,,,,,gutim,6026 +nof,203,14,3,4404,3036,,369,1029.2100580000003,,,,,,,144,37,0,,,,,,,,,,,gutim,6026 +non,203,15,3,4405,3036,1673,426,1029.2100580000003,0.0849609375,32,0,F#1,ppp,5,144,30,5,,,,,,o,,,,,gutim,6027 +nof,203,15,3,4405,3037,,426,1029.2950580000004,,,,,,,144,30,0,,,,,,,,,,,gutim,6027 +non,203,16,3,4406,3037,1674,455,1029.2950580000004,0.08203125,32,0,A2,ppp,5,144,45,5,,,,,,o,,,,,gutim,6028 +nof,203,16,3,4406,3038,,455,1029.3770580000005,,,,,,,144,45,0,,,,,,,,,,,gutim,6028 +non,203,17,3,4407,3038,1675,483,1029.3770580000005,0.0849609375,32,0,C#2,ppp,5,144,37,5,,,,,,o,,,,,gutim,6029 +nof,203,17,3,4407,3039,,483,1029.4620580000005,,,,,,,144,37,0,,,,,,,,,,,gutim,6029 +non,203,18,3,4408,3039,1676,512,1029.4620580000005,0.08203125,32,0,A2,ppp,5,144,45,5,,,,,,o,,,,,gutim,6030 +nof,203,18,3,4408,3040,,512,1029.5440580000004,,,,,,,144,45,0,,,,,,,,,,,gutim,6030 +non,203,19,3,4409,3040,1677,540,1029.5440580000004,0.08203125,32,0,F#1,ppp,5,144,30,5,,,,,,o,,,,,gutim,6031 +nof,203,19,3,4409,3041,,540,1029.6260580000003,,,,,,,144,30,0,,,,,,,,,,,gutim,6031 +non,203,20,3,4410,3041,1678,568,1029.6260580000003,0.0849609375,32,0,C#2,ppp,5,144,37,5,,,,,,o,,,,,gutim,6032 +nof,203,20,3,4410,3042,,568,1029.7110580000003,,,,,,,144,37,0,,,,,,,,,,,gutim,6032 +non,203,21,3,4411,3042,1679,597,1029.7110580000003,0.08203125,32,0,F#1,ppp,5,144,30,5,,,,,,o,,,,,gutim,6033 +nof,203,21,3,4411,3043,,597,1029.7930580000004,,,,,,,144,30,0,,,,,,,,,,,gutim,6033 +non,203,22,3,4412,3043,1680,625,1029.7930580000004,0.1669921875,16,0,C#2,ppp,5,144,37,5,,,,,,o,,,,,gutim,6034 +nof,203,22,3,4412,3044,,625,1029.9600580000003,,,,,,,144,37,0,,,,,,,,,,,gutim,6034 +non,203,23,3,4413,3044,1681,682,1029.9600580000003,0.0849609375,32,0,F#1,ppp,5,144,30,5,,,,,,o,,,,,gutim,6035 +nof,203,23,3,4413,3045,,682,1030.0450580000004,,,,,,,144,30,0,,,,,,,,,,,gutim,6035 +non,203,24,3,4414,3045,1682,711,1030.0450580000004,0.08203125,32,0,A2,ppp,5,144,45,5,,,,,,o,,,,,gutim,6036 +nof,203,24,3,4414,3046,,711,1030.1270580000005,,,,,,,144,45,0,,,,,,,,,,,gutim,6036 +non,203,25,3,4415,3046,1683,739,1030.1270580000005,0.0849609375,32,0,C#2,ppp,5,144,37,5,,,,,,o,,,,,gutim,6037 +nof,203,25,3,4415,3047,,739,1030.2120580000005,,,,,,,144,37,0,,,,,,,,,,,gutim,6037 +non,203,26,3,4416,3047,1684,768,1030.2120580000005,0.08203125,32,0,A2,ppp,5,144,45,5,,,,,,o,,,,,gutim,6038 +nof,203,26,3,4416,3048,,768,1030.2940580000004,,,,,,,144,45,0,,,,,,,,,,,gutim,6038 +non,203,27,3,4417,3048,1685,796,1030.2940580000004,0.08203125,32,0,F#1,ppp,5,144,30,5,,,,,,o,,,,,gutim,6039 +nof,203,27,3,4417,3049,,796,1030.3760580000003,,,,,,,144,30,0,,,,,,,,,,,gutim,6039 +non,203,28,3,4418,3049,1686,824,1030.3760580000003,0.0849609375,32,0,C#2,ppp,5,144,37,5,,,,,,o,,,,,gutim,6040 +nof,203,28,3,4418,3050,,824,1030.4610580000003,,,,,,,144,37,0,,,,,,,,,,,gutim,6040 +non,203,29,3,4419,3050,1687,853,1030.4610580000003,0.08203125,32,0,F#1,ppp,5,144,30,5,,,,,,o,,,,,gutim,6041 +nof,203,29,3,4419,3051,,853,1030.5430580000004,,,,,,,144,30,0,,,,,,,,,,,gutim,6041 +non,203,30,3,4420,3051,1688,881,1030.5430580000004,0.1669921875,16,0,C#2,ppp,5,144,37,5,,,,,,o,,,,,gutim,6042 +nof,203,30,3,4420,3052,,881,1030.7100580000003,,,,,,,144,37,0,,,,,,,,,,,gutim,6042 +non,203,31,3,4421,3052,1689,938,1030.7100580000003,0.0849609375,32,0,F#1,ppp,5,144,30,5,,,,,,o,,,,,gutim,6043 +nof,203,31,3,4421,3053,,938,1030.7950580000004,,,,,,,144,30,0,,,,,,,,,,,gutim,6043 +non,203,32,3,4422,3053,1690,967,1030.7950580000004,0.08203125,32,0,A2,ppp,5,144,45,5,,,,,,o,,,,,gutim,6044 +nof,203,32,3,4422,3054,,967,1030.8770580000005,,,,,,,144,45,0,,,,,,,,,,,gutim,6044 +non,203,33,3,4423,3054,1691,995,1030.8770580000005,0.0849609375,32,0,C#2,ppp,5,144,37,5,,,,,,o,,,,,gutim,6045 +nof,203,33,3,4423,3055,,995,1030.9620580000005,,,,,,,144,37,0,,,,,,,,,,,gutim,6045 +non,203,34,3,4424,3055,1692,1024,1030.9620580000005,0.08203125,32,0,A2,ppp,5,144,45,5,,,,,,o,,,,,gutim,6046 +nof,203,34,3,4424,3056,,1024,1031.0440580000004,,,,,,,144,45,0,,,,,,,,,,,gutim,6046 +non,203,35,3,4425,3056,1693,1052,1031.0440580000004,0.08203125,32,0,F#1,ppp,5,144,30,5,,,,,,o,,,,,gutim,6047 +nof,203,35,3,4425,3057,,1052,1031.1260580000003,,,,,,,144,30,0,,,,,,,,,,,gutim,6047 +non,203,36,3,4426,3057,1694,1080,1031.1260580000003,0.0849609375,32,0,C#2,ppp,5,144,37,5,,,,,,o,,,,,gutim,6048 +nof,203,36,3,4426,3058,,1080,1031.2110580000003,,,,,,,144,37,0,,,,,,,,,,,gutim,6048 +non,203,37,3,4427,3058,1695,1109,1031.2110580000003,0.08203125,32,0,F#1,ppp,5,144,30,5,,,,,,o,,,,,gutim,6049 +nof,203,37,3,4427,3059,,1109,1031.2930580000004,,,,,,,144,30,0,,,,,,,,,,,gutim,6049 +non,203,38,3,4428,3059,1696,1137,1031.2930580000004,0.1669921875,16,0,C#2,ppp,5,144,37,5,,,,,,o,,,,,gutim,6050 +nof,203,38,3,4428,3060,,1137,1031.4600580000003,,,,,,,144,37,0,,,,,,,,,,,gutim,6050 +non,203,39,3,4429,3060,1697,1194,1031.4600580000003,0.0849609375,32,0,F#1,ppp,5,144,30,5,,,,,,o,,d,e,,gutim,6051 +nof,203,39,3,4429,3061,,1194,1031.5450580000004,,,,,,,144,30,0,,,,,,,,,,,gutim,6051 +non,203,40,3,4430,3061,1698,1223,1031.5450580000004,0.08203125,32,0,A2,ppp,5,144,45,5,,,,,,o,,d,e,,gutim,6052 +nof,203,40,3,4430,3062,,1223,1031.6270580000005,,,,,,,144,45,0,,,,,,,,,,,gutim,6052 +non,203,41,3,4431,3062,1699,1251,1031.6270580000005,0.0849609375,32,0,C#2,ppp,5,144,37,5,,,,,,o,,d,e,,gutim,6053 +nof,203,41,3,4431,3063,,1251,1031.7120580000005,,,,,,,144,37,0,,,,,,,,,,,gutim,6053 +non,203,42,3,4432,3063,1700,1280,1031.7120580000005,0.08203125,32,0,A2,ppp,5,144,45,5,,,,,,o,,d,e,,gutim,6054 +nof,203,42,3,4432,3064,,1280,1031.7940580000004,,,,,,,144,45,0,,,,,,,,,,,gutim,6054 +non,203,43,3,4433,3064,1701,1308,1031.7940580000004,0.08203125,32,0,F#1,ppp,5,144,30,5,,,,,,o,,d,e,,gutim,6055 +nof,203,43,3,4433,3065,,1308,1031.8760580000003,,,,,,,144,30,0,,,,,,,,,,,gutim,6055 +non,203,44,3,4434,3065,1702,1336,1031.8760580000003,0.0849609375,32,0,C#2,ppp,5,144,37,5,,,,,,o,,d,e,,gutim,6056 +nof,203,44,3,4434,3066,,1336,1031.9610580000003,,,,,,,144,37,0,,,,,,,,,,,gutim,6056 +non,203,45,3,4435,3066,1703,1365,1031.9610580000003,0.08203125,32,0,F#1,ppp,5,144,30,5,,,,,,o,,d,e,,gutim,6057 +nof,203,45,3,4435,3067,,1365,1032.0430580000004,,,,,,,144,30,0,,,,,,,,,,,gutim,6057 +non,203,46,3,4436,3067,1704,1393,1032.0430580000004,0.1669921875,16,0,C#2,ppp,5,144,37,5,,,,,,o,,d,E,,gutim,6058 +nof,203,46,3,4436,3068,,1393,1032.2100580000003,,,,,,,144,37,0,,,,,,,,,,,gutim,6058 +non,203,47,3,4437,3068,1705,1450,1032.2100580000003,0.0849609375,32,0,F#1,ppp,5,144,30,5,,,,,,o,,,,,gutim,6059 +nof,203,47,3,4437,3069,,1450,1032.2950580000004,,,,,,,144,30,0,,,,,,,,,,,gutim,6059 +non,203,48,3,4438,3069,1706,1479,1032.2950580000004,0.08203125,32,0,A2,ppp,5,144,45,5,,,,,,o,,d,,,gutim,6060 +nof,203,48,3,4438,3070,,1479,1032.3770580000005,,,,,,,144,45,0,,,,,,,,,,,gutim,6060 +non,203,49,3,4439,3070,1707,1507,1032.3770580000005,0.0849609375,32,0,C#2,ppp,5,144,37,5,,,,,,o,,d,,,gutim,6061 +nof,203,49,3,4439,3071,,1507,1032.4620580000005,,,,,,,144,37,0,,,,,,,,,,,gutim,6061 +bar,204,0,0,4440,3071,,0,1032.4620580000005,,,,,,,,,,204,,,,,,,,,,gutim,6062 +non,204,1,1,4441,3071,1708,0,1032.4620580000005,0.75,4,0,G#5,mf,17,144,80,17,,,,,t,o,,d,,,gutim,6063 +non,204,2,1,4442,3071,1708,0,1032.4620580000005,0.75,4,0,E6,mf,17,144,88,17,,,,,,o,,d,,,gutim,6064 +non,204,3,3,4443,3071,1708,0,1032.4620580000005,0.1640625,16,0,C1,mf,17,144,24,17,,,,,,o,,d,,,gutim,6065 +nof,204,3,3,4443,3072,,0,1032.6260580000005,,,,,,,144,24,0,,,,,,,,,,,gutim,6065 +non,204,4,3,4444,3072,1709,56,1032.6260580000005,0.0849609375,32,0,C#2,ppp,5,144,37,5,,,,,,o,,d,,,gutim,6066 +nof,204,4,3,4444,3073,,56,1032.7110580000003,,,,,,,144,37,0,,,,,,,,,,,gutim,6066 +non,204,5,3,4445,3073,1710,85,1032.7110580000003,0.08203125,32,0,F#1,ppp,5,144,30,5,,,,,,o,,d,,,gutim,6067 +nof,204,5,3,4445,3074,,85,1032.7930580000004,,,,,,,144,30,0,,,,,,,,,,,gutim,6067 +non,204,6,3,4446,3074,1711,113,1032.7930580000004,0.1669921875,16,0,C#2,ppp,5,144,37,5,,,,,,o,,D,,,gutim,6068 +nof,204,6,3,4446,3075,,113,1032.9600580000003,,,,,,,144,37,0,,,,,,,,,,,gutim,6068 +non,204,7,3,4447,3075,1712,170,1032.9600580000003,0.0849609375,32,0,F#1,ppp,5,144,30,5,,,,,,o,,,,,gutim,6069 +nof,204,7,3,4447,3076,,170,1033.0450580000004,,,,,,,144,30,0,,,,,,,,,,,gutim,6069 +non,204,8,3,4448,3076,1713,199,1033.0450580000004,0.08203125,32,0,A2,ppp,5,144,45,5,,,,,,o,,,,,gutim,6070 +nof,204,8,3,4448,3077,,199,1033.1270580000005,,,,,,,144,45,0,,,,,,,,,,,gutim,6070 +non,204,9,3,4449,3077,1714,227,1033.1270580000005,0.0849609375,32,0,C#2,ppp,5,144,37,5,,,,,,o,,,,,gutim,6071 +nof,204,2,1,4442,3078,,0,1033.2120580000005,,,,,,,144,88,0,,,,,,,,,,,gutim,6064 +nof,204,9,3,4449,3078,,227,1033.2120580000005,,,,,,,144,37,0,,,,,,,,,,,gutim,6071 +non,204,10,3,4450,3078,1715,256,1033.2120580000005,0.08203125,32,0,A2,ppp,5,144,45,5,,,,,,o,,,,,gutim,6072 +non,204,11,1,4451,3078,,256,1033.2120580000005,0.08203125,32,0,G#5,,,,,,,,,,T,,,,,,gutim,6073 +nof,204,1,1,4441,3079,,0,1033.2940580000004,,,,,,,144,80,0,,,,,,,,,,,gutim,6063 +nof,204,10,3,4450,3079,,256,1033.2940580000004,,,,,,,144,45,0,,,,,,,,,,,gutim,6072 +non,204,12,3,4452,3079,1716,284,1033.2940580000004,0.08203125,32,0,F#1,ppp,5,144,30,5,,,,,,o,,,,,gutim,6074 +non,204,13,1,4453,3079,1716,284,1033.2940580000004,0.333984375,8,0,A5,mp,14,144,81,14,,,,,,o,,,,,gutim,6075 +nof,204,12,3,4452,3080,,284,1033.3760580000003,,,,,,,144,30,0,,,,,,,,,,,gutim,6074 +non,204,14,3,4454,3080,1717,312,1033.3760580000003,0.0849609375,32,0,C#2,ppp,5,144,37,5,,,,,,o,,,,,gutim,6076 +nof,204,14,3,4454,3081,,312,1033.4610580000003,,,,,,,144,37,0,,,,,,,,,,,gutim,6076 +non,204,15,3,4455,3081,1718,341,1033.4610580000003,0.08203125,32,0,F#1,ppp,5,144,30,5,,,,,,o,,,,,gutim,6077 +nof,204,15,3,4455,3082,,341,1033.5430580000004,,,,,,,144,30,0,,,,,,,,,,,gutim,6077 +non,204,16,3,4456,3082,1719,369,1033.5430580000004,0.1669921875,16,0,C#2,ppp,5,144,37,5,,,,,,o,,,,,gutim,6078 +nof,204,13,1,4453,3083,,284,1033.6280580000002,,,,,,,144,81,0,,,,,,,,,,,gutim,6075 +non,204,17,1,4457,3083,1720,398,1033.6280580000002,0.333984375,8,0,F#3,p,11,144,54,11,,,,,t,o,,,,,gutim,6079 +nof,204,16,3,4456,3084,,369,1033.7100580000001,,,,,,,144,37,0,,,,,,,,,,,gutim,6078 +non,204,18,3,4458,3084,1721,426,1033.7100580000001,0.0849609375,32,0,F#1,ppp,5,144,30,5,,,,,,o,,,,,gutim,6080 +nof,204,18,3,4458,3085,,426,1033.7950580000002,,,,,,,144,30,0,,,,,,,,,,,gutim,6080 +non,204,19,3,4459,3085,1722,455,1033.7950580000002,0.08203125,32,0,A2,ppp,5,144,45,5,,,,,,o,,,,,gutim,6081 +nof,204,19,3,4459,3086,,455,1033.877058,,,,,,,144,45,0,,,,,,,,,,,gutim,6081 +non,204,20,3,4460,3086,1723,483,1033.877058,0.0849609375,32,0,C#2,ppp,5,144,37,5,,,,,,o,,,,,gutim,6082 +nof,204,20,3,4460,3087,,483,1033.962058,,,,,,,144,37,0,,,,,,,,,,,gutim,6082 +non,204,21,3,4461,3087,1724,512,1033.962058,0.08203125,32,0,A2,ppp,5,144,45,5,,,,,,o,,,,,gutim,6083 +non,204,22,1,4462,3087,,512,1033.962058,3,1,0,F#3,,,,,,,,,,T,,,,,,gutim,6084 +nof,204,21,3,4461,3088,,512,1034.044058,,,,,,,144,45,0,,,,,,,,,,,gutim,6083 +non,204,23,3,4463,3088,1725,540,1034.044058,0.08203125,32,0,F#1,ppp,5,144,30,5,,,,,,o,,,,,gutim,6085 +nof,204,23,3,4463,3089,,540,1034.1260579999998,,,,,,,144,30,0,,,,,,,,,,,gutim,6085 +non,204,24,3,4464,3089,1726,568,1034.1260579999998,0.0849609375,32,0,C#2,ppp,5,144,37,5,,,,,,o,,,,,gutim,6086 +nof,204,24,3,4464,3090,,568,1034.2110579999999,,,,,,,144,37,0,,,,,,,,,,,gutim,6086 +non,204,25,3,4465,3090,1727,597,1034.2110579999999,0.08203125,32,0,F#1,ppp,5,144,30,5,,,,,,o,,,,,gutim,6087 +nof,204,25,3,4465,3091,,597,1034.293058,,,,,,,144,30,0,,,,,,,,,,,gutim,6087 +non,204,26,3,4466,3091,1728,625,1034.293058,0.1669921875,16,0,C#2,ppp,5,144,37,5,,,,,,o,,,,,gutim,6088 +nof,204,26,3,4466,3092,,625,1034.460058,,,,,,,144,37,0,,,,,,,,,,,gutim,6088 +non,204,27,3,4467,3092,1729,682,1034.460058,0.0849609375,32,0,F#1,ppp,5,144,30,5,,,,,,o,,,,,gutim,6089 +nof,204,27,3,4467,3093,,682,1034.545058,,,,,,,144,30,0,,,,,,,,,,,gutim,6089 +non,204,28,3,4468,3093,1730,711,1034.545058,0.08203125,32,0,A2,ppp,5,144,45,5,,,,,,o,,,,,gutim,6090 +nof,204,28,3,4468,3094,,711,1034.627058,,,,,,,144,45,0,,,,,,,,,,,gutim,6090 +non,204,29,3,4469,3094,1731,739,1034.627058,0.0849609375,32,0,C#2,ppp,5,144,37,5,,,,,,o,,,,,gutim,6091 +nof,204,29,3,4469,3095,,739,1034.712058,,,,,,,144,37,0,,,,,,,,,,,gutim,6091 +non,204,30,3,4470,3095,1732,768,1034.712058,0.08203125,32,0,A2,ppp,5,144,45,5,,,,,,o,,,,,gutim,6092 +nof,204,30,3,4470,3096,,768,1034.794058,,,,,,,144,45,0,,,,,,,,,,,gutim,6092 +non,204,31,3,4471,3096,1733,796,1034.794058,0.08203125,32,0,F#1,ppp,5,144,30,5,,,,,,o,,,,,gutim,6093 +nof,204,31,3,4471,3097,,796,1034.8760579999998,,,,,,,144,30,0,,,,,,,,,,,gutim,6093 +non,204,32,3,4472,3097,1734,824,1034.8760579999998,0.0849609375,32,0,C#2,ppp,5,144,37,5,,,,,,o,,,,,gutim,6094 +nof,204,32,3,4472,3098,,824,1034.9610579999999,,,,,,,144,37,0,,,,,,,,,,,gutim,6094 +non,204,33,3,4473,3098,1735,853,1034.9610579999999,0.08203125,32,0,F#1,ppp,5,144,30,5,,,,,,o,,,,,gutim,6095 +nof,204,33,3,4473,3099,,853,1035.043058,,,,,,,144,30,0,,,,,,,,,,,gutim,6095 +non,204,34,3,4474,3099,1736,881,1035.043058,0.1669921875,16,0,C#2,ppp,5,144,37,5,,,,,,o,,,,,gutim,6096 +nof,204,34,3,4474,3100,,881,1035.210058,,,,,,,144,37,0,,,,,,,,,,,gutim,6096 +non,204,35,3,4475,3100,1737,938,1035.210058,0.0849609375,32,0,F#1,ppp,5,144,30,5,,,,,,o,,,,,gutim,6097 +nof,204,35,3,4475,3101,,938,1035.295058,,,,,,,144,30,0,,,,,,,,,,,gutim,6097 +non,204,36,3,4476,3101,1738,967,1035.295058,0.08203125,32,0,A2,ppp,5,144,45,5,,,,,,o,,,,,gutim,6098 +nof,204,36,3,4476,3102,,967,1035.377058,,,,,,,144,45,0,,,,,,,,,,,gutim,6098 +non,204,37,3,4477,3102,1739,995,1035.377058,0.0849609375,32,0,C#2,ppp,5,144,37,5,,,,,,o,,,,,gutim,6099 +nof,204,37,3,4477,3103,,995,1035.462058,,,,,,,144,37,0,,,,,,,,,,,gutim,6099 +non,204,38,3,4478,3103,1740,1024,1035.462058,0.08203125,32,0,A2,ppp,5,144,45,5,,,,,,o,,,,,gutim,6100 +nof,204,38,3,4478,3104,,1024,1035.544058,,,,,,,144,45,0,,,,,,,,,,,gutim,6100 +non,204,39,3,4479,3104,1741,1052,1035.544058,0.08203125,32,0,F#1,ppp,5,144,30,5,,,,,,o,,,,,gutim,6101 +nof,204,39,3,4479,3105,,1052,1035.6260579999998,,,,,,,144,30,0,,,,,,,,,,,gutim,6101 +non,204,40,3,4480,3105,1742,1080,1035.6260579999998,0.0849609375,32,0,C#2,ppp,5,144,37,5,,,,,,o,,,,,gutim,6102 +nof,204,40,3,4480,3106,,1080,1035.7110579999999,,,,,,,144,37,0,,,,,,,,,,,gutim,6102 +non,204,41,3,4481,3106,1743,1109,1035.7110579999999,0.08203125,32,0,F#1,ppp,5,144,30,5,,,,,,o,,,,,gutim,6103 +nof,204,41,3,4481,3107,,1109,1035.793058,,,,,,,144,30,0,,,,,,,,,,,gutim,6103 +non,204,42,3,4482,3107,1744,1137,1035.793058,0.1669921875,16,0,C#2,ppp,5,144,37,5,,,,,,o,,,,,gutim,6104 +nof,204,42,3,4482,3108,,1137,1035.960058,,,,,,,144,37,0,,,,,,,,,,,gutim,6104 +non,204,43,3,4483,3108,1745,1194,1035.960058,0.0849609375,32,0,F#1,ppp,5,144,30,5,,,,,,o,,d,e,,gutim,6105 +ped,204,46,0,4484,3109,,1251,1036.0190579999999,,,,,,,176,64,0,,,,,,,^,,,,gutim,5709 +nof,204,43,3,4483,3110,,1194,1036.0450579999997,,,,,,,144,30,0,,,,,,,,,,,gutim,6105 +non,204,44,3,4485,3110,1746,1223,1036.0450579999997,0.08203125,32,0,A2,ppp,5,144,45,5,,,,,,o,,d,e,,gutim,6106 +nof,204,44,3,4485,3111,,1223,1036.1270579999996,,,,,,,144,45,0,,,,,,,,,,,gutim,6106 +non,204,45,3,4486,3111,1747,1251,1036.1270579999996,0.0849609375,32,0,C#2,ppp,5,144,37,5,,,,,,o,,d,e,,gutim,6107 +nof,204,45,3,4486,3112,,1251,1036.2120579999996,,,,,,,144,37,0,,,,,,,,,,,gutim,6107 +non,204,47,3,4487,3112,1748,1280,1036.2120579999996,0.08203125,32,0,A4,ppp,5,144,69,5,,,,,,o,,d 5969,e 5969,,gutim,6108 +sec,204,48,0,4488,3112,,1280,1036.2120579999996,,,,,,,,,,,5969,,,,,,,,,gutim,6109 +nof,204,47,3,4487,3113,,1280,1036.2940579999995,,,,,,,144,69,0,,,,,,,,,,,gutim,6108 +non,204,50,3,4489,3113,1749,1308,1036.2940579999995,0.08203125,32,0,C1,ppp,5,144,24,5,,,,,,o,,d,e,,gutim,6110 +ped,204,49,0,4490,3114,,1280,1036.3190579999996,,,,,,,176,64,127,,,,,,,V,,,,gutim,6111 +nof,204,50,3,4489,3115,,1308,1036.3760579999996,,,,,,,144,24,0,,,,,,,,,,,gutim,6110 +non,204,51,3,4491,3115,1750,1336,1036.3760579999996,0.0849609375,32,0,F#1,ppp,5,144,30,5,,,,,,o,,d,e,,gutim,6112 +nof,204,51,3,4491,3116,,1336,1036.4610579999994,,,,,,,144,30,0,,,,,,,,,,,gutim,6112 +non,204,52,3,4492,3116,1751,1365,1036.4610579999994,0.08203125,32,0,A4,ppp,5,144,69,5,,,,,,o,,d,e,,gutim,6113 +nof,204,52,3,4492,3117,,1365,1036.5430579999995,,,,,,,144,69,0,,,,,,,,,,,gutim,6113 +non,204,53,3,4493,3117,1752,1393,1036.5430579999995,0.0849609375,32,0,C1,ppp,5,144,24,5,,,,,,o,,d,e,,gutim,6114 +nof,204,53,3,4493,3118,,1393,1036.6280579999993,,,,,,,144,24,0,,,,,,,,,,,gutim,6114 +non,204,54,3,4494,3118,1753,1422,1036.6280579999993,0.1669921875,16,0,F#1,ppp,5,144,30,5,,,,,,o,,d,E,,gutim,6115 +nof,204,54,3,4494,3119,,1422,1036.7950579999992,,,,,,,144,30,0,,,,,,,,,,,gutim,6115 +non,204,55,3,4495,3119,1754,1479,1036.7950579999992,0.08203125,32,0,A4,ppp,5,144,69,5,,,,,,o,,,,,gutim,6116 +nof,204,55,3,4495,3120,,1479,1036.8770579999991,,,,,,,144,69,0,,,,,,,,,,,gutim,6116 +non,204,56,3,4496,3120,1755,1507,1036.8770579999991,0.0849609375,32,0,C#2,ppp,5,144,37,5,,,,,,o,,,,,gutim,6117 +nof,204,17,1,4457,3121,,398,1036.9620579999992,,,,,,,144,54,0,,,,,,,,,,,gutim,6079 +nof,204,56,3,4496,3121,,1507,1036.9620579999992,,,,,,,144,37,0,,,,,,,,,,,gutim,6117 +bar,205,0,0,4497,3121,,0,1036.9620579999992,,,,,,,,,,205,,,,,,,,,,gutim,6118 +rst,205,1,1,4498,3121,,0,1036.9620579999992,,,,,,,176,102,0,,,,,,,,,,,gutim,6119 +non,205,2,3,4499,3121,1756,0,1036.9620579999992,0.08203125,32,0,A4,ppp,5,144,69,5,,,,,,o,,,,,gutim,6120 +nof,205,2,3,4499,3122,,0,1037.044057999999,,,,,,,144,69,0,,,,,,,,,,,gutim,6120 +non,205,3,3,4500,3122,1757,28,1037.044057999999,0.08203125,32,0,C1,ppp,5,144,24,5,,,,,,o,,,,,gutim,6121 +nof,205,3,3,4500,3123,,28,1037.126057999999,,,,,,,144,24,0,,,,,,,,,,,gutim,6121 +non,205,4,3,4501,3123,1758,56,1037.126057999999,0.0849609375,32,0,F#1,ppp,5,144,30,5,,,,,,o,,,,,gutim,6122 +nof,205,4,3,4501,3124,,56,1037.211057999999,,,,,,,144,30,0,,,,,,,,,,,gutim,6122 +non,205,5,3,4502,3124,1759,85,1037.211057999999,0.08203125,32,0,A4,ppp,5,144,69,5,,,,,,o,,,,,gutim,6123 +nof,205,5,3,4502,3125,,85,1037.293057999999,,,,,,,144,69,0,,,,,,,,,,,gutim,6123 +non,205,6,3,4503,3125,1760,113,1037.293057999999,0.0849609375,32,0,C1,ppp,5,144,24,5,,,,,,o,,,,,gutim,6124 +nof,205,6,3,4503,3126,,113,1037.3780579999989,,,,,,,144,24,0,,,,,,,,,,,gutim,6124 +non,205,7,3,4504,3126,1761,142,1037.3780579999989,0.1669921875,16,0,F#1,ppp,5,144,30,5,,,,,,o,,,,,gutim,6125 +nof,205,7,3,4504,3127,,142,1037.5450579999988,,,,,,,144,30,0,,,,,,,,,,,gutim,6125 +non,205,8,3,4505,3127,1762,199,1037.5450579999988,0.08203125,32,0,A4,ppp,5,144,69,5,,,,,,o,,,,,gutim,6126 +nof,205,8,3,4505,3128,,199,1037.6270579999987,,,,,,,144,69,0,,,,,,,,,,,gutim,6126 +non,205,9,3,4506,3128,1763,227,1037.6270579999987,0.0849609375,32,0,C#2,ppp,5,144,37,5,,,,,,o,,,,,gutim,6127 +nof,205,9,3,4506,3129,,227,1037.7120579999987,,,,,,,144,37,0,,,,,,,,,,,gutim,6127 +non,205,10,3,4507,3129,1764,256,1037.7120579999987,0.08203125,32,0,A4,ppp,5,144,69,5,,,,,,o,,,,,gutim,6128 +nof,205,10,3,4507,3130,,256,1037.7940579999986,,,,,,,144,69,0,,,,,,,,,,,gutim,6128 +non,205,11,3,4508,3130,1765,284,1037.7940579999986,0.08203125,32,0,C1,ppp,5,144,24,5,,,,,,o,,,,,gutim,6129 +nof,205,11,3,4508,3131,,284,1037.8760579999985,,,,,,,144,24,0,,,,,,,,,,,gutim,6129 +non,205,12,3,4509,3131,1766,312,1037.8760579999985,0.0849609375,32,0,F#1,ppp,5,144,30,5,,,,,,o,,,,,gutim,6130 +nof,205,12,3,4509,3132,,312,1037.9610579999985,,,,,,,144,30,0,,,,,,,,,,,gutim,6130 +non,205,13,3,4510,3132,1767,341,1037.9610579999985,0.08203125,32,0,A4,ppp,5,144,69,5,,,,,,o,,,,,gutim,6131 +nof,205,13,3,4510,3133,,341,1038.0430579999986,,,,,,,144,69,0,,,,,,,,,,,gutim,6131 +non,205,14,3,4511,3133,1768,369,1038.0430579999986,0.0849609375,32,0,C1,ppp,5,144,24,5,,,,,,o,,,,,gutim,6132 +nof,205,14,3,4511,3134,,369,1038.1280579999984,,,,,,,144,24,0,,,,,,,,,,,gutim,6132 +non,205,15,3,4512,3134,1769,398,1038.1280579999984,0.1669921875,16,0,F#1,ppp,5,144,30,5,,,,,,o,,,,,gutim,6133 +nof,205,15,3,4512,3135,,398,1038.2950579999983,,,,,,,144,30,0,,,,,,,,,,,gutim,6133 +non,205,16,3,4513,3135,1770,455,1038.2950579999983,0.08203125,32,0,A4,ppp,5,144,69,5,,,,,,o,,d,e,,gutim,6134 +nof,205,16,3,4513,3136,,455,1038.3770579999982,,,,,,,144,69,0,,,,,,,,,,,gutim,6134 +non,205,17,3,4514,3136,1771,483,1038.3770579999982,0.0849609375,32,0,C#2,ppp,5,144,37,5,,,,,,o,,d,e,,gutim,6135 +nof,205,17,3,4514,3137,,483,1038.4620579999983,,,,,,,144,37,0,,,,,,,,,,,gutim,6135 +non,205,18,3,4515,3137,1772,512,1038.4620579999983,0.08203125,32,0,A4,ppp,5,144,69,5,,,,,,o,,d,e,,gutim,6136 +rst,205,19,1,4516,3137,,512,1038.4620579999983,,,,,,,176,102,0,,,,,,,,,,,gutim,6137 +nof,205,18,3,4515,3138,,512,1038.5440579999981,,,,,,,144,69,0,,,,,,,,,,,gutim,6136 +non,205,20,3,4517,3138,1773,540,1038.5440579999981,0.08203125,32,0,C1,ppp,5,144,24,5,,,,,,o,,d,e,,gutim,6138 +nof,205,20,3,4517,3139,,540,1038.626057999998,,,,,,,144,24,0,,,,,,,,,,,gutim,6138 +non,205,21,3,4518,3139,1774,568,1038.626057999998,0.0849609375,32,0,F#1,ppp,5,144,30,5,,,,,,o,,d,e,,gutim,6139 +nof,205,21,3,4518,3140,,568,1038.711057999998,,,,,,,144,30,0,,,,,,,,,,,gutim,6139 +non,205,22,3,4519,3140,1775,597,1038.711057999998,0.08203125,32,0,A4,ppp,5,144,69,5,,,,,,o,,d,e,,gutim,6140 +nof,205,22,3,4519,3141,,597,1038.7930579999982,,,,,,,144,69,0,,,,,,,,,,,gutim,6140 +non,205,23,3,4520,3141,1776,625,1038.7930579999982,0.0849609375,32,0,C1,ppp,5,144,24,5,,,,,,o,,d,e,,gutim,6141 +nof,205,23,3,4520,3142,,625,1038.878057999998,,,,,,,144,24,0,,,,,,,,,,,gutim,6141 +non,205,24,3,4521,3142,1777,654,1038.878057999998,0.1669921875,16,0,F#1,ppp,5,144,30,5,,,,,,o,,d,E,,gutim,6142 +nof,205,24,3,4521,3143,,654,1039.0450579999979,,,,,,,144,30,0,,,,,,,,,,,gutim,6142 +non,205,25,3,4522,3143,1778,711,1039.0450579999979,0.08203125,32,0,A4,ppp,5,144,69,5,,,,,,o,,,,,gutim,6143 +nof,205,25,3,4522,3144,,711,1039.1270579999978,,,,,,,144,69,0,,,,,,,,,,,gutim,6143 +non,205,26,3,4523,3144,1779,739,1039.1270579999978,0.0849609375,32,0,C#2,ppp,5,144,37,5,,,,,,o,,,,,gutim,6144 +nof,205,26,3,4523,3145,,739,1039.2120579999978,,,,,,,144,37,0,,,,,,,,,,,gutim,6144 +non,205,27,3,4524,3145,1780,768,1039.2120579999978,0.08203125,32,0,A4,ppp,5,144,69,5,,,,,,o,,,,,gutim,6145 +nof,205,27,3,4524,3146,,768,1039.2940579999977,,,,,,,144,69,0,,,,,,,,,,,gutim,6145 +non,205,28,3,4525,3146,1781,796,1039.2940579999977,0.08203125,32,0,C1,ppp,5,144,24,5,,,,,,o,,,,,gutim,6146 +nof,205,28,3,4525,3147,,796,1039.3760579999976,,,,,,,144,24,0,,,,,,,,,,,gutim,6146 +non,205,29,3,4526,3147,1782,824,1039.3760579999976,0.0849609375,32,0,F#1,ppp,5,144,30,5,,,,,,o,,,,,gutim,6147 +nof,205,29,3,4526,3148,,824,1039.4610579999976,,,,,,,144,30,0,,,,,,,,,,,gutim,6147 +non,205,30,3,4527,3148,1783,853,1039.4610579999976,0.08203125,32,0,A4,ppp,5,144,69,5,,,,,,o,,,,,gutim,6148 +nof,205,30,3,4527,3149,,853,1039.5430579999977,,,,,,,144,69,0,,,,,,,,,,,gutim,6148 +non,205,31,3,4528,3149,1784,881,1039.5430579999977,0.0849609375,32,0,C1,ppp,5,144,24,5,,,,,,o,,,,,gutim,6149 +nof,205,31,3,4528,3150,,881,1039.6280579999975,,,,,,,144,24,0,,,,,,,,,,,gutim,6149 +non,205,32,3,4529,3150,1785,910,1039.6280579999975,0.1669921875,16,0,F#1,ppp,5,144,30,5,,,,,,o,,,,,gutim,6150 +nof,205,32,3,4529,3151,,910,1039.7950579999974,,,,,,,144,30,0,,,,,,,,,,,gutim,6150 +non,205,33,3,4530,3151,1786,967,1039.7950579999974,0.08203125,32,0,A4,ppp,5,144,69,5,,,,,,o,,,,,gutim,6151 +nof,205,33,3,4530,3152,,967,1039.8770579999973,,,,,,,144,69,0,,,,,,,,,,,gutim,6151 +non,205,34,3,4531,3152,1787,995,1039.8770579999973,0.0849609375,32,0,C#2,ppp,5,144,37,5,,,,,,o,,,,,gutim,6152 +nof,205,34,3,4531,3153,,995,1039.9620579999973,,,,,,,144,37,0,,,,,,,,,,,gutim,6152 +non,205,35,3,4532,3153,1788,1024,1039.9620579999973,0.08203125,32,0,A4,ppp,5,144,69,5,,,,,,o,,,,,gutim,6153 +non,205,36,1,4533,3153,1788,1024,1039.9620579999973,1.5,2,0,E5,p,11,144,76,11,,,,,t,o,,,,,gutim,6154 +nof,205,35,3,4532,3154,,1024,1040.0440579999972,,,,,,,144,69,0,,,,,,,,,,,gutim,6153 +non,205,37,3,4534,3154,1789,1052,1040.0440579999972,0.08203125,32,0,C2,ppp,5,144,36,5,,,,,,o,,,,,gutim,6155 +nof,205,37,3,4534,3155,,1052,1040.126057999997,,,,,,,144,36,0,,,,,,,,,,,gutim,6155 +non,205,38,3,4535,3155,1790,1080,1040.126057999997,0.0849609375,32,0,F#2,ppp,5,144,42,5,,,,,,o,,,,,gutim,6156 +nof,205,38,3,4535,3156,,1080,1040.2110579999971,,,,,,,144,42,0,,,,,,,,,,,gutim,6156 +non,205,39,3,4536,3156,1791,1109,1040.2110579999971,0.08203125,32,0,A4,ppp,5,144,69,5,,,,,,o,,,,,gutim,6157 +nof,205,39,3,4536,3157,,1109,1040.2930579999972,,,,,,,144,69,0,,,,,,,,,,,gutim,6157 +non,205,40,3,4537,3157,1792,1137,1040.2930579999972,0.0849609375,32,0,C2,ppp,5,144,36,5,,,,,,o,,,,,gutim,6158 +nof,205,40,3,4537,3158,,1137,1040.378057999997,,,,,,,144,36,0,,,,,,,,,,,gutim,6158 +non,205,41,3,4538,3158,1793,1166,1040.378057999997,0.1669921875,16,0,F#2,ppp,5,144,42,5,,,,,,o,,,,,gutim,6159 +nof,205,41,3,4538,3159,,1166,1040.545057999997,,,,,,,144,42,0,,,,,,,,,,,gutim,6159 +non,205,42,3,4539,3159,1794,1223,1040.545057999997,0.08203125,32,0,A4,ppp,5,144,69,5,,,,,,o,,,,,gutim,6160 +nof,205,42,3,4539,3160,,1223,1040.6270579999969,,,,,,,144,69,0,,,,,,,,,,,gutim,6160 +non,205,43,3,4540,3160,1795,1251,1040.6270579999969,0.0849609375,32,0,C2,ppp,5,144,36,5,,,,,,o,,,,,gutim,6161 +nof,205,43,3,4540,3161,,1251,1040.712057999997,,,,,,,144,36,0,,,,,,,,,,,gutim,6161 +non,205,44,3,4541,3161,1796,1280,1040.712057999997,0.08203125,32,0,A4,ppp,5,144,69,5,,,,,,o,,,,,gutim,6162 +nof,205,44,3,4541,3162,,1280,1040.7940579999968,,,,,,,144,69,0,,,,,,,,,,,gutim,6162 +non,205,45,3,4542,3162,1797,1308,1040.7940579999968,0.08203125,32,0,C2,ppp,5,144,36,5,,,,,,o,,,,,gutim,6163 +nof,205,45,3,4542,3163,,1308,1040.8760579999966,,,,,,,144,36,0,,,,,,,,,,,gutim,6163 +non,205,46,3,4543,3163,1798,1336,1040.8760579999966,0.0849609375,32,0,F#2,ppp,5,144,42,5,,,,,,o,,,,,gutim,6164 +nof,205,46,3,4543,3164,,1336,1040.9610579999967,,,,,,,144,42,0,,,,,,,,,,,gutim,6164 +non,205,47,3,4544,3164,1799,1365,1040.9610579999967,0.08203125,32,0,A4,ppp,5,144,69,5,,,,,,o,,,,,gutim,6165 +nof,205,47,3,4544,3165,,1365,1041.0430579999968,,,,,,,144,69,0,,,,,,,,,,,gutim,6165 +non,205,48,3,4545,3165,1800,1393,1041.0430579999968,0.0849609375,32,0,C2,ppp,5,144,36,5,,,,,,o,,,,,gutim,6166 +nof,205,48,3,4545,3166,,1393,1041.1280579999966,,,,,,,144,36,0,,,,,,,,,,,gutim,6166 +non,205,49,3,4546,3166,1801,1422,1041.1280579999966,0.1669921875,16,0,F#2,ppp,5,144,42,5,,,,,,o,,,,,gutim,6167 +nof,205,49,3,4546,3167,,1422,1041.2950579999965,,,,,,,144,42,0,,,,,,,,,,,gutim,6167 +non,205,50,3,4547,3167,1802,1479,1041.2950579999965,0.08203125,32,0,A4,ppp,5,144,69,5,,,,,,o,,d,e,,gutim,6168 +nof,205,50,3,4547,3168,,1479,1041.3770579999964,,,,,,,144,69,0,,,,,,,,,,,gutim,6168 +non,205,51,3,4548,3168,1803,1507,1041.3770579999964,0.0849609375,32,0,C2,ppp,5,144,36,5,,,,,,o,,d,e,,gutim,6169 +nof,205,51,3,4548,3169,,1507,1041.4620579999964,,,,,,,144,36,0,,,,,,,,,,,gutim,6169 +bar,206,0,0,4549,3169,,0,1041.4620579999964,,,,,,,,,,206,,,,,,,,,,gutim,6170 +non,206,1,1,4550,3169,,0,1041.4620579999964,1.5,2,0,E5,,,,,,,,,,T,,,,,,gutim,6171 +non,206,2,3,4551,3169,1804,0,1041.4620579999964,0.08203125,32,0,A4,ppp,5,144,69,5,,,,,,o,,d,e,,gutim,6172 +nof,206,2,3,4551,3170,,0,1041.5440579999963,,,,,,,144,69,0,,,,,,,,,,,gutim,6172 +non,206,3,3,4552,3170,1805,28,1041.5440579999963,0.08203125,32,0,C2,ppp,5,144,36,5,,,,,,o,,d,e,,gutim,6173 +nof,206,3,3,4552,3171,,28,1041.6260579999962,,,,,,,144,36,0,,,,,,,,,,,gutim,6173 +non,206,4,3,4553,3171,1806,56,1041.6260579999962,0.0849609375,32,0,F#2,ppp,5,144,42,5,,,,,,o,,d,e,,gutim,6174 +nof,206,4,3,4553,3172,,56,1041.7110579999962,,,,,,,144,42,0,,,,,,,,,,,gutim,6174 +non,206,5,3,4554,3172,1807,85,1041.7110579999962,0.08203125,32,0,A4,ppp,5,144,69,5,,,,,,o,,d,e,,gutim,6175 +nof,206,5,3,4554,3173,,85,1041.7930579999963,,,,,,,144,69,0,,,,,,,,,,,gutim,6175 +non,206,6,3,4555,3173,1808,113,1041.7930579999963,0.0849609375,32,0,C2,ppp,5,144,36,5,,,,,,o,,d,e,,gutim,6176 +nof,206,6,3,4555,3174,,113,1041.8780579999961,,,,,,,144,36,0,,,,,,,,,,,gutim,6176 +non,206,7,3,4556,3174,1809,142,1041.8780579999961,0.1669921875,16,0,F#2,ppp,5,144,42,5,,,,,,o,,d,E,,gutim,6177 +nof,206,7,3,4556,3175,,142,1042.045057999996,,,,,,,144,42,0,,,,,,,,,,,gutim,6177 +non,206,8,3,4557,3175,1810,199,1042.045057999996,0.08203125,32,0,A4,ppp,5,144,69,5,,,,,,o,,,,,gutim,6178 +nof,206,8,3,4557,3176,,199,1042.127057999996,,,,,,,144,69,0,,,,,,,,,,,gutim,6178 +non,206,9,3,4558,3176,1811,227,1042.127057999996,0.0849609375,32,0,C2,ppp,5,144,36,5,,,,,,o,,,,,gutim,6179 +nof,206,9,3,4558,3177,,227,1042.212057999996,,,,,,,144,36,0,,,,,,,,,,,gutim,6179 +non,206,10,3,4559,3177,1812,256,1042.212057999996,0.08203125,32,0,A4,ppp,5,144,69,5,,,,,,o,,,,,gutim,6180 +nof,206,10,3,4559,3178,,256,1042.2940579999959,,,,,,,144,69,0,,,,,,,,,,,gutim,6180 +non,206,11,3,4560,3178,1813,284,1042.2940579999959,0.08203125,32,0,C2,ppp,5,144,36,5,,,,,,o,,,,,gutim,6181 +nof,206,11,3,4560,3179,,284,1042.3760579999957,,,,,,,144,36,0,,,,,,,,,,,gutim,6181 +non,206,12,3,4561,3179,1814,312,1042.3760579999957,0.0849609375,32,0,F#2,ppp,5,144,42,5,,,,,,o,,,,,gutim,6182 +nof,206,12,3,4561,3180,,312,1042.4610579999958,,,,,,,144,42,0,,,,,,,,,,,gutim,6182 +non,206,13,3,4562,3180,1815,341,1042.4610579999958,0.08203125,32,0,A4,ppp,5,144,69,5,,,,,,o,,,,,gutim,6183 +nof,206,13,3,4562,3181,,341,1042.5430579999959,,,,,,,144,69,0,,,,,,,,,,,gutim,6183 +non,206,14,3,4563,3181,1816,369,1042.5430579999959,0.0849609375,32,0,C2,ppp,5,144,36,5,,,,,,o,,,,,gutim,6184 +nof,206,14,3,4563,3182,,369,1042.6280579999957,,,,,,,144,36,0,,,,,,,,,,,gutim,6184 +non,206,15,3,4564,3182,1817,398,1042.6280579999957,0.1669921875,16,0,F#2,ppp,5,144,42,5,,,,,,o,,,,,gutim,6185 +nof,206,15,3,4564,3183,,398,1042.7950579999956,,,,,,,144,42,0,,,,,,,,,,,gutim,6185 +non,206,16,3,4565,3183,1818,455,1042.7950579999956,0.08203125,32,0,A4,ppp,5,144,69,5,,,,,,o,,,,,gutim,6186 +nof,206,16,3,4565,3184,,455,1042.8770579999955,,,,,,,144,69,0,,,,,,,,,,,gutim,6186 +non,206,17,3,4566,3184,1819,483,1042.8770579999955,0.0849609375,32,0,C2,ppp,5,144,36,5,,,,,,o,,,,,gutim,6187 +nof,205,36,1,4533,3185,,1024,1042.9620579999955,,,,,,,144,76,0,,,,,,,,,,,gutim,6154 +nof,206,17,3,4566,3185,,483,1042.9620579999955,,,,,,,144,36,0,,,,,,,,,,,gutim,6187 +non,206,18,3,4567,3185,1820,512,1042.9620579999955,0.08203125,32,0,A4,mp,14,144,69,14,,,,,,o,,,,,gutim,6188 +rst,206,19,1,4568,3185,,512,1042.9620579999955,,,,,,,176,102,0,,,,,,,,,,,gutim,6189 +nof,206,18,3,4567,3186,,512,1043.0440579999954,,,,,,,144,69,0,,,,,,,,,,,gutim,6188 +non,206,20,3,4569,3186,1821,540,1043.0440579999954,0.08203125,32,0,C2,mp,14,144,36,14,,,,,,o,,,,,gutim,6190 +nof,206,20,3,4569,3187,,540,1043.1260579999953,,,,,,,144,36,0,,,,,,,,,,,gutim,6190 +non,206,21,3,4570,3187,1822,568,1043.1260579999953,0.0849609375,32,0,F#2,mp-,13,144,42,13,,,,,,o,,,,,gutim,6191 +nof,206,21,3,4570,3188,,568,1043.2110579999953,,,,,,,144,42,0,,,,,,,,,,,gutim,6191 +non,206,22,3,4571,3188,1823,597,1043.2110579999953,0.333984375,8,0,E5,mp-,13,144,76,13,,,,,,o,,,,,gutim,6192 +nof,206,22,3,4571,3189,,597,1043.5450579999954,,,,,,,144,76,0,,,,,,,,,,,gutim,6192 +non,206,23,3,4572,3189,1824,711,1043.5450579999954,0.08203125,32,0,A4,p+,12,144,69,12,,,,,,o,,,,,gutim,6193 +nof,206,23,3,4572,3190,,711,1043.6270579999955,,,,,,,144,69,0,,,,,,,,,,,gutim,6193 +non,206,24,3,4573,3190,1825,739,1043.6270579999955,0.0849609375,32,0,C2,p+,12,144,36,12,,,,,,o,,,,,gutim,6194 +nof,206,24,3,4573,3191,,739,1043.7120579999955,,,,,,,144,36,0,,,,,,,,,,,gutim,6194 +rst,206,25,3,4574,3191,,768,1043.7120579999955,,,,,,,176,102,0,,,,,,,,,,,gutim,6195 +rst,206,26,1,4575,3191,,768,1043.7120579999955,,,,,,,176,102,0,,,,,,,,,,,gutim,6196 +non,206,27,3,4576,3192,1826,824,1043.8760579999955,0.0849609375,32,0,F#2,p,11,144,42,11,,,,,,o,,,,,gutim,6197 +nof,206,27,3,4576,3193,,824,1043.9610579999953,,,,,,,144,42,0,,,,,,,,,,,gutim,6197 +non,206,28,3,4577,3193,1827,853,1043.9610579999953,0.333984375,8,0,E5,p,11,144,76,11,,,,,,o,,,,,gutim,6198 +nof,206,28,3,4577,3194,,853,1044.2950579999954,,,,,,,144,76,0,,,,,,,,,,,gutim,6198 +non,206,29,3,4578,3194,1828,967,1044.2950579999954,0.1669921875,16,0,G#4,pp+,9,144,68,9,,,,,,o,,,,,gutim,6199 +nof,206,29,3,4578,3195,,967,1044.4620579999955,,,,,,,144,68,0,,,,,,,,,,,gutim,6199 +rst,206,30,3,4579,3195,,1024,1044.4620579999955,,,,,,,176,102,0,,,,,,,,,,,gutim,6200 +non,206,31,3,4580,3196,1829,1052,1044.5440579999954,0.08203125,32,0,C2,pp+,9,144,36,9,,,,,,o,,,,,gutim,6201 +nof,206,31,3,4580,3197,,1052,1044.6260579999953,,,,,,,144,36,0,,,,,,,,,,,gutim,6201 +non,206,32,3,4581,3197,1830,1080,1044.6260579999953,0.0849609375,32,0,F#2,pp,8,144,42,8,,,,,,o,,,,,gutim,6202 +nof,206,32,3,4581,3198,,1080,1044.7110579999953,,,,,,,144,42,0,,,,,,,,,,,gutim,6202 +non,206,33,3,4582,3198,1831,1109,1044.7110579999953,0.333984375,8,0,E5,pp,8,144,76,8,,,,,,o,,,,,gutim,6203 +nof,206,33,3,4582,3199,,1109,1045.0450579999954,,,,,,,144,76,0,,,,,,,,,,,gutim,6203 +non,206,34,3,4583,3199,1832,1223,1045.0450579999954,0.08203125,32,0,G#4,pp,8,144,68,8,,,,,,o,,,,,gutim,6204 +nof,206,34,3,4583,3200,,1223,1045.1270579999955,,,,,,,144,68,0,,,,,,,,,,,gutim,6204 +non,206,35,3,4584,3200,1833,1251,1045.1270579999955,0.0849609375,32,0,A4,pp,8,144,69,8,,,,,,o,,,,,gutim,6205 +nof,206,35,3,4584,3201,,1251,1045.2120579999955,,,,,,,144,69,0,,,,,,,,,,,gutim,6205 +rst,206,36,3,4585,3201,,1280,1045.2120579999955,,,,,,,176,102,0,,,,,,,,,,,gutim,6206 +ped,206,38,0,4586,3202,,1408,1045.4370579999954,,,,,,,176,64,0,,,,,,,^,,,,gutim,6111 +non,206,37,3,4587,3203,1834,1408,1045.5870579999955,0.0732421875,32,0,A1,ppp,5,144,33,5,,,,,,o,,,,,gutim,6207 +nof,206,37,3,4587,3204,,1408,1045.6600579999954,,,,,,,144,33,0,,,,,,,,,,,gutim,6207 +non,206,40,3,4588,3204,1835,1433,1045.6600579999954,0.076171875,32,0,G5,ppp,5,144,79,5,,,,,,o,,,,,gutim,6208 +nof,206,40,3,4588,3205,,1433,1045.7360579999954,,,,,,,144,79,0,,,,,,,,,,,gutim,6208 +non,206,41,3,4589,3205,1836,1459,1045.7360579999954,0.0732421875,32,0,A1,ppp,5,144,33,5,,,,,,o,,,,,gutim,6209 +ped,206,39,0,4590,3206,,1408,1045.7370579999954,,,,,,,176,64,127,,,,,,,V,,,,gutim,6210 +nof,206,41,3,4589,3207,,1459,1045.8100579999955,,,,,,,144,33,0,,,,,,,,,,,gutim,6209 +non,206,42,3,4591,3207,1837,1484,1045.8100579999955,0.15234375,16,0,G5,ppp+,6,144,79,6,,,,,,o,,,,,gutim,6211 +nof,206,42,3,4591,3208,,1484,1045.9620579999955,,,,,,,144,79,0,,,,,,,,,,,gutim,6211 +bar,207,0,0,4592,3208,,0,1045.9620579999955,,,,,,,,,,207,,,,,,,,,,gutim,6212 +rst,207,1,1,4593,3208,,0,1045.9620579999955,,,,,,,176,102,0,,,,,,,,,,,gutim,6213 +non,207,2,3,4594,3208,1838,0,1045.9620579999955,0.0732421875,32,0,Bb1,ppp+,6,144,34,6,,,,,,o,,,,,gutim,6214 +nof,207,2,3,4594,3209,,0,1046.0350579999954,,,,,,,144,34,0,,,,,,,,,,,gutim,6214 +non,207,3,3,4595,3209,1839,25,1046.0350579999954,0.076171875,32,0,A1,ppp+,6,144,33,6,,,,,,o,,,,,gutim,6215 +nof,207,3,3,4595,3210,,25,1046.1110579999954,,,,,,,144,33,0,,,,,,,,,,,gutim,6215 +non,207,4,3,4596,3210,1840,51,1046.1110579999954,0.0732421875,32,0,Bb1,ppp+,6,144,34,6,,,,,,o,,,,,gutim,6216 +non,207,5,1,4597,3211,1841,56,1046.1260579999953,0.1669921875,16,0,G5,ppp+,6,144,79,6,,,,,,o,,,,,gutim,6217 +nof,207,4,3,4596,3212,,51,1046.1850579999953,,,,,,,144,34,0,,,,,,,,,,,gutim,6216 +non,207,6,3,4598,3212,1842,76,1046.1850579999953,0.15234375,16,0,A1,ppp+,6,144,33,6,,,,,,o,,,,,gutim,6218 +nof,207,5,1,4597,3213,,56,1046.2930579999952,,,,,,,144,79,0,,,,,,,,,,,gutim,6217 +non,207,7,1,4599,3213,1843,113,1046.2930579999952,0.1669921875,16,0,Db5,pp-,7,144,73,7,,,,,,o,,,,,gutim,6219 +nof,207,6,3,4598,3214,,76,1046.337057999995,,,,,,,144,33,0,,,,,,,,,,,gutim,6218 +non,207,8,3,4600,3214,1844,128,1046.337057999995,0.0732421875,32,0,Bb1,pp-,7,144,34,7,,,,,,o,,,,,gutim,6220 +nof,207,8,3,4600,3215,,128,1046.410057999995,,,,,,,144,34,0,,,,,,,,,,,gutim,6220 +non,207,9,3,4601,3215,1845,153,1046.410057999995,0.076171875,32,0,A1,pp-,7,144,33,7,,,,,,o,,,,,gutim,6221 +nof,207,7,1,4599,3216,,113,1046.460057999995,,,,,,,144,73,0,,,,,,,,,,,gutim,6219 +non,207,10,1,4602,3216,1846,170,1046.460057999995,0.251953125,16,1,G5,pp-,7,144,79,7,,,,,,o,,,,,gutim,6222 +nof,207,9,3,4601,3217,,153,1046.486057999995,,,,,,,144,33,0,,,,,,,,,,,gutim,6221 +non,207,11,3,4603,3217,1847,179,1046.486057999995,0.0732421875,32,0,Bb1,pp-,7,144,34,7,,,,,,o,,,,,gutim,6223 +nof,207,11,3,4603,3218,,179,1046.560057999995,,,,,,,144,34,0,,,,,,,,,,,gutim,6223 +non,207,12,3,4604,3218,1848,204,1046.560057999995,0.15234375,16,0,A1,pp-,7,144,33,7,,,,,,o,,,,,gutim,6224 +nof,207,10,1,4602,3219,,170,1046.712057999995,,,,,,,144,79,0,,,,,,,,,,,gutim,6222 +nof,207,12,3,4604,3219,,204,1046.712057999995,,,,,,,144,33,0,,,,,,,,,,,gutim,6224 +non,207,13,1,4605,3219,1849,256,1046.712057999995,0.1640625,16,0,Db5,pp,8,144,73,8,,,,,,o,,d,e,,gutim,6225 +non,207,14,3,4606,3219,1849,256,1046.712057999995,0.0732421875,32,0,Bb1,pp,8,144,34,8,,,,,,o,,,,,gutim,6226 +nof,207,14,3,4606,3220,,256,1046.785057999995,,,,,,,144,34,0,,,,,,,,,,,gutim,6226 +non,207,15,3,4607,3220,1850,281,1046.785057999995,0.076171875,32,0,A1,pp,8,144,33,8,,,,,,o,,,,,gutim,6227 +nof,207,15,3,4607,3221,,281,1046.861057999995,,,,,,,144,33,0,,,,,,,,,,,gutim,6227 +non,207,16,3,4608,3221,1851,307,1046.861057999995,0.0732421875,32,0,Bb1,pp,8,144,34,8,,,,,,o,,,,,gutim,6228 +nof,207,13,1,4605,3222,,256,1046.8760579999948,,,,,,,144,73,0,,,,,,,,,,,gutim,6225 +non,207,17,1,4609,3222,1852,312,1046.8760579999948,0.1669921875,16,0,G5,pp,8,144,79,8,,,,,,o,,d,e,,gutim,6229 +nof,207,16,3,4608,3223,,307,1046.9350579999948,,,,,,,144,34,0,,,,,,,,,,,gutim,6228 +non,207,18,3,4610,3223,1853,332,1046.9350579999948,0.15234375,16,0,A1,pp,8,144,33,8,,,,,,o,,,,,gutim,6230 +nof,207,17,1,4609,3224,,312,1047.0430579999947,,,,,,,144,79,0,,,,,,,,,,,gutim,6229 +non,207,19,1,4611,3224,1854,369,1047.0430579999947,0.1669921875,16,0,Db5,pp+,9,144,73,9,,,,,,o,,d,e,,gutim,6231 +nof,207,18,3,4610,3225,,332,1047.0870579999946,,,,,,,144,33,0,,,,,,,,,,,gutim,6230 +non,207,20,3,4612,3225,1855,384,1047.0870579999946,0.0732421875,32,0,Bb1,pp+,9,144,34,9,,,,,,o,,,,,gutim,6232 +nof,207,20,3,4612,3226,,384,1047.1600579999945,,,,,,,144,34,0,,,,,,,,,,,gutim,6232 +non,207,21,3,4613,3226,1856,409,1047.1600579999945,0.076171875,32,0,A1,pp+,9,144,33,9,,,,,,o,,,,,gutim,6233 +nof,207,19,1,4611,3227,,369,1047.2100579999944,,,,,,,144,73,0,,,,,,,,,,,gutim,6231 +non,207,22,1,4614,3227,1857,426,1047.2100579999944,0.251953125,16,1,G5,pp+,9,144,79,9,,,,,,o,,d 5970,E 5970,,gutim,6234 +ped,207,24,0,4615,3228,,460,1047.2360579999945,,,,,,,176,64,0,,,,,,,^,,,,gutim,6210 +nof,207,21,3,4613,3229,,409,1047.2360579999945,,,,,,,144,33,0,,,,,,,,,,,gutim,6233 +non,207,23,3,4616,3229,1858,435,1047.2360579999945,0.0732421875,32,0,Bb1,pp+,9,144,34,9,,,,,,o,,,,,gutim,6235 +nof,207,23,3,4616,3230,,435,1047.3100579999946,,,,,,,144,34,0,,,,,,,,,,,gutim,6235 +non,207,25,3,4617,3230,1859,460,1047.3100579999946,0.15234375,16,0,A1,pp+,9,144,33,9,,,,,,o,,,,,gutim,6236 +sec,207,26,0,4618,3230,,460,1047.3100579999946,,,,,,,,,,,5970,,,,,,,,,gutim,6237 +nof,207,22,1,4614,3231,,426,1047.4620579999946,,,,,,,144,79,0,,,,,,,,,,,gutim,6234 +nof,207,25,3,4617,3231,,460,1047.4620579999946,,,,,,,144,33,0,,,,,,,,,,,gutim,6236 +non,207,28,3,4619,3231,1860,512,1047.4620579999946,1.5,2,0,Bb2,p,11,144,46,11,,,,,,o,,,,,gutim,6238 +non,207,29,1,4620,3231,1860,512,1047.4620579999946,0.08203125,32,0,A4,p,11,144,69,11,,,,,,o,,,,,gutim,6239 +ped,207,27,0,4621,3232,,512,1047.5360579999947,,,,,,,176,64,127,,,,,,,V,,,,gutim,6240 +nof,207,29,1,4620,3233,,512,1047.5440579999947,,,,,,,144,69,0,,,,,,,,,,,gutim,6239 +non,207,30,1,4622,3233,1861,540,1047.5440579999947,0.08203125,32,0,C2,p,11,144,36,11,,,,,,o,,,,,gutim,6241 +nof,207,30,1,4622,3234,,540,1047.6260579999948,,,,,,,144,36,0,,,,,,,,,,,gutim,6241 +non,207,31,1,4623,3234,1862,568,1047.6260579999948,0.0849609375,32,0,F#2,p-,10,144,42,10,,,,,,o,,,,,gutim,6242 +nof,207,31,1,4623,3235,,568,1047.7110579999949,,,,,,,144,42,0,,,,,,,,,,,gutim,6242 +non,207,32,1,4624,3235,1863,597,1047.7110579999949,0.333984375,8,0,E5,p-,10,144,76,10,,,,,,o,,,,,gutim,6243 +nof,207,32,1,4624,3236,,597,1048.045057999995,,,,,,,144,76,0,,,,,,,,,,,gutim,6243 +non,207,33,1,4625,3236,1864,711,1048.045057999995,0.1669921875,16,0,G#4,pp+,9,144,68,9,,,,,t,o,,,,,gutim,6244 +non,207,34,1,4626,3237,,768,1048.212057999995,0.1640625,16,0,G#4,,,,,,,,,,T,,,,,,gutim,6245 +nof,207,33,1,4625,3238,,711,1048.376057999995,,,,,,,144,68,0,,,,,,,,,,,gutim,6244 +non,207,35,1,4627,3238,1865,824,1048.376057999995,0.1669921875,16,0,E5,pp-,7,144,76,7,,,,,,o,,,,,gutim,6246 +nof,207,35,1,4627,3239,,824,1048.5430579999952,,,,,,,144,76,0,,,,,,,,,,,gutim,6246 +non,207,36,1,4628,3239,1866,881,1048.5430579999952,0.1669921875,16,0,G#4,ppp+,6,144,68,6,,,,,,o,,,,,gutim,6247 +nof,207,36,1,4628,3240,,881,1048.7100579999951,,,,,,,144,68,0,,,,,,,,,,,gutim,6247 +non,207,37,1,4629,3240,1867,938,1048.7100579999951,0.1669921875,16,0,A4,ppp+,6,144,69,6,,,,,,o,,,,,gutim,6248 +ped,207,39,0,4630,3241,,1023,1048.810057999995,,,,,,,176,64,0,,,,,,,^,,,,gutim,6240 +nof,207,37,1,4629,3242,,938,1048.877057999995,,,,,,,144,69,0,,,,,,,,,,,gutim,6248 +non,207,38,1,4631,3242,1868,995,1048.877057999995,0.0849609375,32,0,G#4,ppp,5,144,68,5,,,,,,o,,,,,gutim,6249 +nof,207,28,3,4619,3243,,512,1048.962057999995,,,,,,,144,46,0,,,,,,,,,,,gutim,6238 +nof,207,38,1,4631,3243,,995,1048.962057999995,,,,,,,144,68,0,,,,,,,,,,,gutim,6249 +rst,207,41,3,4632,3243,,1024,1048.962057999995,,,,,,,176,102,0,,,,,,,,,,,gutim,6250 +non,207,42,1,4633,3243,1869,1024,1048.962057999995,0.0732421875,32,0,C2,ppp,5,144,36,5,,,,,,o,,,,,gutim,6251 +nof,207,42,1,4633,3244,,1024,1049.035057999995,,,,,,,144,36,0,,,,,,,,,,,gutim,6251 +non,207,43,1,4634,3244,1870,1049,1049.035057999995,0.076171875,32,0,A5,ppp,5,144,81,5,,,,,,o,,,,,gutim,6252 +ped,207,40,0,4635,3245,,1024,1049.1100579999948,,,,,,,176,64,127,,,,,,,V,,,,gutim,6253 +nof,207,43,1,4634,3246,,1049,1049.111057999995,,,,,,,144,81,0,,,,,,,,,,,gutim,6252 +non,207,44,1,4636,3246,1871,1075,1049.111057999995,0.0732421875,32,0,E6,ppp,5,144,88,5,,,,,,o,,,,,gutim,6254 +nof,207,44,1,4636,3247,,1075,1049.185057999995,,,,,,,144,88,0,,,,,,,,,,,gutim,6254 +non,207,45,1,4637,3247,1872,1100,1049.185057999995,0.076171875,32,0,A5,ppp,5,144,81,5,,,,,,o,,,,,gutim,6255 +nof,207,45,1,4637,3248,,1100,1049.261057999995,,,,,,,144,81,0,,,,,,,,,,,gutim,6255 +non,207,46,1,4638,3248,1873,1126,1049.261057999995,0.076171875,32,0,E6,ppp,5,144,88,5,,,,,t,o,,,,,gutim,6256 +non,207,47,1,4639,3249,,1152,1049.337057999995,0.0732421875,32,0,E6,,,,,,,,,,T,,,,,,gutim,6257 +nof,207,46,1,4638,3250,,1126,1049.410057999995,,,,,,,144,88,0,,,,,,,,,,,gutim,6256 +non,207,48,1,4640,3250,1874,1177,1049.410057999995,0.076171875,32,0,A5,ppp,5,144,81,5,,,,,,o,,,,,gutim,6258 +nof,207,48,1,4640,3251,,1177,1049.486057999995,,,,,,,144,81,0,,,,,,,,,,,gutim,6258 +non,207,49,1,4641,3251,1875,1203,1049.486057999995,0.1494140625,16,0,E6,ppp,5,144,88,5,,,,,,o,,,,,gutim,6259 +nof,207,49,1,4641,3252,,1203,1049.636057999995,,,,,,,144,88,0,,,,,,,,,,,gutim,6259 +non,207,50,1,4642,3252,1876,1254,1049.636057999995,0.076171875,32,0,F#3,ppp,5,144,54,5,,,,,,o,,d,e,,gutim,6260 +nof,207,50,1,4642,3253,,1254,1049.712057999995,,,,,,,144,54,0,,,,,,,,,,,gutim,6260 +non,207,51,1,4643,3253,1877,1280,1049.712057999995,0.0732421875,32,0,C2,ppp,5,144,36,5,,,,,,o,,d,e,,gutim,6261 +nof,207,51,1,4643,3254,,1280,1049.785057999995,,,,,,,144,36,0,,,,,,,,,,,gutim,6261 +non,207,52,1,4644,3254,1878,1305,1049.785057999995,0.076171875,32,0,A5,ppp,5,144,81,5,,,,,,o,,d,e,,gutim,6262 +nof,207,52,1,4644,3255,,1305,1049.861057999995,,,,,,,144,81,0,,,,,,,,,,,gutim,6262 +non,207,53,1,4645,3255,1879,1331,1049.861057999995,0.0732421875,32,0,E6,ppp,5,144,88,5,,,,,,o,,d,e,,gutim,6263 +nof,207,53,1,4645,3256,,1331,1049.935057999995,,,,,,,144,88,0,,,,,,,,,,,gutim,6263 +non,207,54,1,4646,3256,1880,1356,1049.935057999995,0.076171875,32,0,F#3,ppp,5,144,54,5,,,,,,o,,d,e,,gutim,6264 +nof,207,54,1,4646,3257,,1356,1050.011057999995,,,,,,,144,54,0,,,,,,,,,,,gutim,6264 +non,207,55,1,4647,3257,1881,1382,1050.011057999995,0.076171875,32,0,G#5,ppp,5,144,80,5,,,,,t,o,,d 5971,E,,gutim,6265 +non,207,56,1,4648,3258,,1408,1050.087057999995,0.0732421875,32,0,G#5,,,,,,,,,,T,,,,,,gutim,6266 +nof,207,55,1,4647,3259,,1382,1050.160057999995,,,,,,,144,80,0,,,,,,,,,,,gutim,6265 +non,207,57,1,4649,3259,1882,1433,1050.160057999995,0.076171875,32,0,A5,ppp,5,144,81,5,,,,,,o,,,,,gutim,6267 +nof,207,57,1,4649,3260,,1433,1050.236057999995,,,,,,,144,81,0,,,,,,,,,,,gutim,6267 +non,207,58,1,4650,3260,1883,1459,1050.236057999995,0.0732421875,32,0,F#3,ppp,5,144,54,5,,,,,,o,,,,,gutim,6268 +nof,207,58,1,4650,3261,,1459,1050.310057999995,,,,,,,144,54,0,,,,,,,,,,,gutim,6268 +non,207,59,1,4651,3261,1884,1484,1050.310057999995,0.15234375,16,0,A4,ppp,5,144,69,5,,,,,,o,,,,,gutim,6269 +nof,207,59,1,4651,3262,,1484,1050.462057999995,,,,,,,144,69,0,,,,,,,,,,,gutim,6269 +bar,208,0,0,4652,3262,,0,1050.462057999995,,,,,,,,,,208,,,,,,,,,,gutim,6270 +non,208,1,1,4653,3262,1885,0,1050.462057999995,1.5,2,0,C2,ppp,5,144,36,5,,,,,,o,,,,,gutim,6271 +rst,208,2,2,4654,3262,,0,1050.462057999995,,,,,,,176,102,0,,,,,,,,,,,gutim,6272 +non,208,3,3,4655,3262,1885,0,1050.462057999995,1.5,2,0,Bb2,p,11,144,46,11,,,,,,o,,,,,gutim,6273 +rst,208,4,4,4656,3262,,0,1050.462057999995,,,,,,,176,102,0,,,,,,,,,,,gutim,6274 +ped,208,5,0,4657,3263,,512,1051.843057999995,,,,,,,176,64,0,,,,,,,^,,,,gutim,6253 +nof,208,1,1,4653,3264,,0,1051.962057999995,,,,,,,144,36,0,,,,,,,,,,,gutim,6271 +nof,208,3,3,4655,3264,,0,1051.962057999995,,,,,,,144,46,0,,,,,,,,,,,gutim,6273 +rst,208,6,1,4658,3264,,512,1051.962057999995,,,,,,,176,102,0,,,,,,,,,,,gutim,6275 +non,208,7,3,4659,3264,1886,512,1051.962057999995,0.0615234375,32,0,C2,f,20,144,36,20,,,,,,o,,,,,gutim,6276 +nof,208,7,3,4659,3265,,512,1052.023057999995,,,,,,,144,36,0,,,,,,,,,,,gutim,6276 +non,208,9,3,4660,3265,1887,533,1052.023057999995,0.0615234375,32,0,A5,f-,19,144,81,19,,,,,,o,,,,,gutim,6277 +nof,208,9,3,4660,3266,,533,1052.0850579999951,,,,,,,144,81,0,,,,,,,,,,,gutim,6277 +non,208,10,3,4661,3266,1888,554,1052.0850579999951,0.064453125,32,0,E6,f-,19,144,88,19,,,,,,o,,,,,gutim,6278 +ped,208,8,0,4662,3267,,533,1052.143057999995,,,,,,,176,64,127,,,,,,,V,,,,gutim,6279 +nof,208,10,3,4661,3268,,554,1052.1490579999952,,,,,,,144,88,0,,,,,,,,,,,gutim,6278 +non,208,11,3,4663,3268,1889,576,1052.1490579999952,0.09375,32,1,C1,mf+,18,144,24,18,,,,,,o,,,,,gutim,6280 +nof,208,11,3,4663,3269,,576,1052.243057999995,,,,,,,144,24,0,,,,,,,,,,,gutim,6280 +non,208,12,3,4664,3269,1890,608,1052.243057999995,0.09375,32,1,E6,mf+,18,144,88,18,,,,,,o,,,,,gutim,6281 +nof,208,12,3,4664,3270,,608,1052.337057999995,,,,,,,144,88,0,,,,,,,,,,,gutim,6281 +non,208,13,3,4665,3270,1891,640,1052.337057999995,0.0615234375,32,0,C3,mf,17,144,48,17,,,,,,o,,,,,gutim,6282 +nof,208,13,3,4665,3271,,640,1052.398057999995,,,,,,,144,48,0,,,,,,,,,,,gutim,6282 +non,208,14,3,4666,3271,1892,661,1052.398057999995,0.0615234375,32,0,A5,mf-,16,144,81,16,,,,,,o,,,,,gutim,6283 +nof,208,14,3,4666,3272,,661,1052.4600579999951,,,,,,,144,81,0,,,,,,,,,,,gutim,6283 +non,208,15,3,4667,3272,1893,682,1052.4600579999951,0.064453125,32,0,E6,mf-,16,144,88,16,,,,,,o,,,,,gutim,6284 +nof,208,15,3,4667,3273,,682,1052.5240579999952,,,,,,,144,88,0,,,,,,,,,,,gutim,6284 +non,208,16,3,4668,3273,1894,704,1052.5240579999952,0.09375,32,1,C2,mp+,15,144,36,15,,,,,,o,,,,,gutim,6285 +nof,208,16,3,4668,3274,,704,1052.618057999995,,,,,,,144,36,0,,,,,,,,,,,gutim,6285 +non,208,17,3,4669,3274,1895,736,1052.618057999995,0.09375,32,1,E6,mp,14,144,88,14,,,,,,o,,,,,gutim,6286 +nof,208,17,3,4669,3275,,736,1052.712057999995,,,,,,,144,88,0,,,,,,,,,,,gutim,6286 +rst,208,18,2,4670,3275,,768,1052.712057999995,,,,,,,176,102,0,,,,,,,,,,,gutim,6287 +non,208,19,3,4671,3275,1896,768,1052.712057999995,0.0615234375,32,0,F#3,mp-,13,144,54,13,,,,,,o,,,e,,gutim,6288 +rst,208,20,4,4672,3275,,768,1052.712057999995,,,,,,,176,102,0,,,,,,,,,,,gutim,6289 +nof,208,19,3,4671,3276,,768,1052.773057999995,,,,,,,144,54,0,,,,,,,,,,,gutim,6288 +non,208,21,3,4673,3276,1897,789,1052.773057999995,0.0615234375,32,0,G#5,mp-,13,144,80,13,,,,,,o,,,e,,gutim,6290 +nof,208,21,3,4673,3277,,789,1052.8350579999951,,,,,,,144,80,0,,,,,,,,,,,gutim,6290 +non,208,22,3,4674,3277,1898,810,1052.8350579999951,0.064453125,32,0,A5,p+,12,144,81,12,,,,,,o,,,e,,gutim,6291 +nof,208,22,3,4674,3278,,810,1052.8990579999952,,,,,,,144,81,0,,,,,,,,,,,gutim,6291 +non,208,23,3,4675,3278,1899,832,1052.8990579999952,0.0615234375,32,0,F#3,p+,12,144,54,12,,,,,,o,,,e,,gutim,6292 +nof,208,23,3,4675,3279,,832,1052.961057999995,,,,,,,144,54,0,,,,,,,,,,,gutim,6292 +non,208,24,3,4676,3279,1900,853,1052.961057999995,0.0615234375,32,0,E6,p,11,144,88,11,,,,,,o,,,e,,gutim,6293 +nof,208,24,3,4676,3280,,853,1053.022057999995,,,,,,,144,88,0,,,,,,,,,,,gutim,6293 +non,208,25,3,4677,3280,1901,874,1053.022057999995,0.064453125,32,0,G#5,p,11,144,80,11,,,,,,o,,,e,,gutim,6294 +nof,208,25,3,4677,3281,,874,1053.087057999995,,,,,,,144,80,0,,,,,,,,,,,gutim,6294 +non,208,26,3,4678,3281,1902,896,1053.087057999995,0.0615234375,32,0,C3,p-,10,144,48,10,,,,,,o,,,e,,gutim,6295 +nof,208,26,3,4678,3282,,896,1053.148057999995,,,,,,,144,48,0,,,,,,,,,,,gutim,6295 +non,208,27,3,4679,3282,1903,917,1053.148057999995,0.0615234375,32,0,E6,p-,10,144,88,10,,,,,,o,,,e,,gutim,6296 +nof,208,27,3,4679,3283,,917,1053.2100579999951,,,,,,,144,88,0,,,,,,,,,,,gutim,6296 +non,208,28,3,4680,3283,1904,938,1053.2100579999951,0.064453125,32,0,F#3,pp+,9,144,54,9,,,,,,o,,,e,,gutim,6297 +ped,208,30,0,4681,3284,,981,1053.2580579999951,,,,,,,176,64,0,,,,,,,^,,,,gutim,6279 +nof,208,28,3,4680,3285,,938,1053.2740579999952,,,,,,,144,54,0,,,,,,,,,,,gutim,6297 +non,208,29,3,4682,3285,1905,960,1053.2740579999952,0.0615234375,32,0,G#5,pp+,9,144,80,9,,,,,,o,,,e,,gutim,6298 +nof,208,29,3,4682,3286,,960,1053.336057999995,,,,,,,144,80,0,,,,,,,,,,,gutim,6298 +non,208,31,3,4683,3286,1906,981,1053.336057999995,0.0615234375,32,0,A5,pp,8,144,81,8,,,,,,o,,,e,,gutim,6299 +nof,208,31,3,4683,3287,,981,1053.397057999995,,,,,,,144,81,0,,,,,,,,,,,gutim,6299 +non,208,32,3,4684,3287,1907,1002,1053.397057999995,0.064453125,32,0,A6,pp,8,144,93,8,,,,,,o,,,E 5971,,gutim,6300 +nof,208,32,3,4684,3288,,1002,1053.462057999995,,,,,,,144,93,0,,,,,,,,,,,gutim,6300 +bpm,208,33,0,4685,3289,,1024,1053.479057999995,,1,,,,,,,,,,63,,,,,,,,gutim,6301 +sec,208,34,0,4686,3289,,1024,1053.479057999995,,,,,,,,,,,5971,,,,,,,,,gutim,6302 +non,208,36,1,4687,3289,1908,1024,1053.479057999995,1.9047619047619,2,0,Eb5,mp,14,144,75,14,,,,,t,o,,d,,,gutim,6303 +non,208,37,2,4688,3289,1908,1024,1053.479057999995,0.379464285714286,8,0,D3,pp,8,144,50,8,,,,,,o,,d,,,gutim,6304 +non,208,38,2,4689,3289,1908,1024,1053.479057999995,0.476190476190476,8,0,E4,pp,8,144,64,8,,,,,,o,,d,,,gutim,6305 +non,208,39,3,4690,3289,1908,1024,1053.479057999995,1.9047619047619,2,0,Bb2,p,11,144,46,11,,,,,t,o,,d,,,gutim,6306 +non,208,40,4,4691,3289,1908,1024,1053.479057999995,1.9047619047619,2,0,C2,mf,17,144,36,17,,,,,t,o,,d,,,gutim,6307 +ped,208,35,0,4692,3290,,1024,1053.558057999995,,,,,,,176,64,127,,,,,,,V,,,,gutim,6308 +nof,208,37,2,4688,3291,,1024,1053.859057999995,,,,,,,144,50,0,,,,,,,,,,,gutim,6304 +nof,208,38,2,4689,3291,,1024,1053.859057999995,,,,,,,144,64,0,,,,,,,,,,,gutim,6305 +non,208,41,2,4693,3291,1909,1126,1053.859057999995,0.572916666666667,8,1,E4,pp+,9,144,64,9,,,,,,o,,,,,gutim,6309 +non,208,42,2,4694,3291,1909,1126,1053.859057999995,0.476190476190476,8,1,F5,pp+,9,144,77,9,,,,,,o,,,,,gutim,6310 +nof,208,42,2,4694,3292,,1126,1054.3350579999951,,,,,,,144,77,0,,,,,,,,,,,gutim,6310 +nof,208,41,2,4693,3293,,1126,1054.432057999995,,,,,,,144,64,0,,,,,,,,,,,gutim,6309 +non,208,43,2,4695,3293,1910,1280,1054.432057999995,0.952380952380952,4,0,D3,p,11,144,50,11,,,,,t,o,,,,,gutim,6311 +non,208,44,2,4696,3293,1910,1280,1054.432057999995,0.952380952380952,4,0,E4,p,11,144,64,11,,,,,t,o,,,,,gutim,6312 +bar,209,0,0,4697,3294,,0,1055.384057999995,,,,,,,,,,209,,,,,,,,,,gutim,6313 +non,209,1,1,4698,3294,,0,1055.384057999995,0.952380952380952,4,0,Eb5,,,,,,,,,,T,,,,,,gutim,6314 +non,209,2,2,4699,3294,,0,1055.384057999995,0.189732142857143,16,0,D3,,,,,,,,,,T,,,,,,gutim,6315 +non,209,3,2,4700,3294,,0,1055.384057999995,0.238095238095238,16,0,E4,,,,,,,,,,T,,,,,,gutim,6316 +non,209,4,3,4701,3294,,0,1055.384057999995,0.952380952380952,4,0,Bb2,,,,,,,,,,T,,,,,,gutim,6317 +non,209,5,4,4702,3294,,0,1055.384057999995,0.952380952380952,4,0,C2,,,,,,,,,,T,,,,,,gutim,6318 +nof,208,43,2,4695,3295,,1280,1055.5740579999951,,,,,,,144,50,0,,,,,,,,,,,gutim,6311 +non,209,6,2,4703,3295,1911,51,1055.5740579999951,0.76264880952381,4,0,D3,mp+,15,144,50,15,,,,,,o,,,,,gutim,6319 +non,209,7,2,4704,3295,1911,51,1055.5740579999951,0.952380952380952,4,0,E4,mp+,15,144,64,15,,,,,,o,,,,,gutim,6320 +non,209,8,2,4705,3295,1911,51,1055.5740579999951,0.952380952380952,4,0,F5,mp+,15,144,77,15,,,,,,o,,,,,gutim,6321 +nof,208,44,2,4696,3296,,1280,1055.6220579999951,,,,,,,144,64,0,,,,,,,,,,,gutim,6320 +nof,208,36,1,4687,3297,,1024,1056.336057999995,,,,,,,144,75,0,,,,,,,,,,,gutim,6303 +nof,208,39,3,4690,3297,,1024,1056.336057999995,,,,,,,144,46,0,,,,,,,,,,,gutim,6306 +nof,208,40,4,4691,3297,,1024,1056.336057999995,,,,,,,144,36,0,,,,,,,,,,,gutim,6307 +nof,209,6,2,4703,3297,,51,1056.336057999995,,,,,,,144,50,0,,,,,,,,,,,gutim,6319 +nof,209,7,2,4704,3297,,51,1056.336057999995,,,,,,,144,64,0,,,,,,,,,,,gutim,6322 +nof,209,8,2,4705,3297,,51,1056.336057999995,,,,,,,144,77,0,,,,,,,,,,,gutim,6321 +non,209,9,1,4706,3297,1912,256,1056.336057999995,2.85714285714286,2,1,Eb5,mf,17,144,75,17,,,,,,o,,d,,,gutim,6323 +non,209,10,2,4707,3297,1912,256,1056.336057999995,2.85714285714286,2,1,D3,mf,17,144,50,17,,,,,,o,,d,,,gutim,6324 +non,209,11,2,4708,3297,1912,256,1056.336057999995,1.9047619047619,2,1,E4,mf,17,144,64,17,,,,,,o,,d,,,gutim,6325 +non,209,12,2,4709,3297,1912,256,1056.336057999995,1.9047619047619,2,1,F5,mf,17,144,77,17,,,,,,o,,d,,,gutim,6326 +non,209,13,3,4710,3297,1912,256,1056.336057999995,2.85714285714286,2,1,Bb2,pp,8,144,46,8,,,,,,o,,d,,,gutim,6327 +non,209,14,4,4711,3297,1912,256,1056.336057999995,2.85714285714286,2,1,C2,pp,8,144,36,8,,,,,,o,,d,,,gutim,6328 +nof,209,11,2,4708,3298,,256,1058.241057999995,,,,,,,144,64,0,,,,,,,,,,,gutim,6325 +nof,209,12,2,4709,3298,,256,1058.241057999995,,,,,,,144,77,0,,,,,,,,,,,gutim,6326 +nof,209,9,1,4706,3299,,256,1059.194057999995,,,,,,,144,75,0,,,,,,,,,,,gutim,6323 +nof,209,10,2,4707,3299,,256,1059.194057999995,,,,,,,144,50,0,,,,,,,,,,,gutim,6324 +nof,209,13,3,4710,3299,,256,1059.194057999995,,,,,,,144,46,0,,,,,,,,,,,gutim,6327 +nof,209,14,4,4711,3299,,256,1059.194057999995,,,,,,,144,36,0,,,,,,,,,,,gutim,6328 +ped,209,15,0,4712,3299,,1024,1059.194057999995,,,,,,,176,64,0,,,,,,,^,,,,gutim,6308 +non,209,16,1,4713,3299,1913,1024,1059.194057999995,0.238095238095238,16,0,Eb5,mp,14,144,75,14,,,,,,o,,d,,,gutim,6329 +non,209,17,2,4714,3299,1913,1024,1059.194057999995,0.238095238095238,16,0,D3,mp,14,144,50,14,,,,,,o,,d,,,gutim,6330 +non,209,18,2,4715,3299,1913,1024,1059.194057999995,0.238095238095238,16,0,E4,mp,14,144,64,14,,,,,,o,,d,,,gutim,6331 +non,209,19,2,4716,3299,1913,1024,1059.194057999995,0.238095238095238,16,0,F5,mp,14,144,77,14,,,,,,o,,d,,,gutim,6332 +non,209,20,3,4717,3299,1913,1024,1059.194057999995,0.238095238095238,16,0,Bb2,mp,14,144,46,14,,,,,,o,,d,,,gutim,6333 +non,209,21,4,4718,3299,1913,1024,1059.194057999995,0.238095238095238,16,0,C2,mp,14,144,36,14,,,,,,o,,d,,,gutim,6334 +nof,209,16,1,4713,3300,,1024,1059.4320579999949,,,,,,,144,75,0,,,,,,,,,,,gutim,6329 +nof,209,17,2,4714,3300,,1024,1059.4320579999949,,,,,,,144,50,0,,,,,,,,,,,gutim,6330 +nof,209,18,2,4715,3300,,1024,1059.4320579999949,,,,,,,144,64,0,,,,,,,,,,,gutim,6331 +nof,209,19,2,4716,3300,,1024,1059.4320579999949,,,,,,,144,77,0,,,,,,,,,,,gutim,6332 +nof,209,20,3,4717,3300,,1024,1059.4320579999949,,,,,,,144,46,0,,,,,,,,,,,gutim,6333 +nof,209,21,4,4718,3300,,1024,1059.4320579999949,,,,,,,144,36,0,,,,,,,,,,,gutim,6334 +rst,209,22,1,4719,3300,,1088,1059.4320579999949,,,,,,,176,102,0,,,,,,,,,,,gutim,6335 +rst,209,23,2,4720,3300,,1088,1059.4320579999949,,,,,,,176,102,0,,,,,,,,,,,gutim,6336 +rst,209,24,3,4721,3300,,1088,1059.4320579999949,,,,,,,176,102,0,,,,,,,,,,,gutim,6337 +rst,209,25,4,4722,3300,,1088,1059.4320579999949,,,,,,,176,102,0,,,,,,,,,,,gutim,6338 +ped,209,26,0,4723,3301,,1152,1059.670057999995,,,,,,,176,64,127,,,,,,,V,,,,gutim,6339 +rst,209,27,1,4724,3302,,1280,1060.1460579999948,,,,,,,176,102,0,,,,,,,,,,,gutim,6340 +rst,209,28,2,4725,3302,,1280,1060.1460579999948,,,,,,,176,102,0,,,,,,,,,,,gutim,6341 +rst,209,29,3,4726,3302,,1280,1060.1460579999948,,,,,,,176,102,0,,,,,,,,,,,gutim,6342 +rst,209,30,4,4727,3302,,1280,1060.1460579999948,,,,,,,176,102,0,,,,,,,,,,,gutim,6343 +bar,210,0,0,4728,3303,,0,1061.0980579999948,,,,,,,,,,210,,,,,,,,,,gutim,6344 +rst,210,1,1,4729,3303,,0,1061.0980579999948,,,,,,,176,102,0,,,,,,,,,,,gutim,6345 +rst,210,2,3,4730,3303,,0,1061.0980579999948,,,,,,,176,102,0,,,,,,,,,,,gutim,6346 +rst,210,3,1,4731,3304,,85,1061.4150579999948,,,,,,,176,102,0,,,,,,,,,,,gutim,6347 +non,210,4,1,4732,3305,1914,170,1061.7310579999948,0.319940476190476,8,0,E4,pp,8,144,64,8,,,,,,o,,D 5972,,,gutim,6348 +nof,210,4,1,4732,3306,,170,1062.0510579999948,,,,,,,144,64,0,,,,,,,,,,,gutim,6348 +non,210,5,1,4733,3306,1915,256,1062.0510579999948,0.316220238095238,8,0,C6,p,11,144,84,11,,,,,,o,,,,,gutim,6349 +nof,210,5,1,4733,3307,,256,1062.3670579999948,,,,,,,144,84,0,,,,,,,,,,,gutim,6349 +non,210,6,1,4734,3307,1916,341,1062.3670579999948,0.636160714285714,4,0,Ab3,mp,14,144,56,14,,,,,t,o,,,,,gutim,6350 +non,210,7,1,4735,3307,1916,341,1062.3670579999948,0.952380952380952,4,0,E4,mp,14,144,64,14,,,,,t,o,,,,,gutim,6351 +non,210,8,1,4736,3307,1916,341,1062.3670579999948,0.952380952380952,4,0,C6,mp,14,144,84,14,,,,,t,o,,,,,gutim,6352 +non,210,9,1,4737,3308,,512,1063.0030579999948,0.316220238095238,8,0,Ab3,,,,,,,,,,T,,,,,,gutim,6353 +non,210,10,1,4738,3308,,512,1063.0030579999948,0.476190476190476,8,0,E4,,,,,,,,,,T,,,,,,gutim,6354 +non,210,11,1,4739,3308,,512,1063.0030579999948,0.476190476190476,8,0,C6,,,,,,,,,,T,,,,,,gutim,6355 +non,210,12,1,4740,3309,1917,597,1063.3190579999948,0.636160714285714,4,0,Ab3,ppp,5,144,56,5,,,,,,o,,,,,gutim,6356 +non,210,13,1,4741,3309,1917,597,1063.3190579999948,0.952380952380952,4,0,E4,ppp,5,144,64,5,,,,,,o,,,,,gutim,6357 +non,210,14,1,4742,3309,1917,597,1063.3190579999948,0.952380952380952,4,0,C6,ppp,5,144,84,5,,,,,,o,,,,,gutim,6358 +nof,210,6,1,4734,3310,,341,1063.3190579999948,,,,,,,144,56,0,,,,,,,,,,,gutim,6356 +nof,210,7,1,4735,3311,,341,1063.795057999995,,,,,,,144,64,0,,,,,,,,,,,gutim,6357 +nof,210,8,1,4736,3311,,341,1063.795057999995,,,,,,,144,84,0,,,,,,,,,,,gutim,6358 +nof,210,12,1,4740,3312,,597,1063.9550579999948,,,,,,,144,56,0,,,,,,,,,,,gutim,6359 +non,210,15,1,4743,3312,1918,768,1063.9550579999948,0.569196428571429,8,1,D3,pp,8,144,50,8,,,,,,o,,,,,gutim,6360 +nof,210,13,1,4741,3313,,597,1064.2720579999948,,,,,,,144,64,0,,,,,,,,,,,gutim,6361 +nof,210,14,1,4742,3313,,597,1064.2720579999948,,,,,,,144,84,0,,,,,,,,,,,gutim,6362 +nof,210,15,1,4743,3314,,768,1064.525057999995,,,,,,,144,50,0,,,,,,,,,,,gutim,6360 +ped,210,16,0,4744,3314,,921,1064.525057999995,,,,,,,176,64,0,,,,,,,^,,,,gutim,6339 +non,210,17,1,4745,3314,1919,921,1064.525057999995,0.383184523809524,8,0,F5,p,11,144,77,11,,,,,,o,,,,,gutim,6363 +nof,210,17,1,4745,3315,,921,1064.9080579999948,,,,,,,144,77,0,,,,,,,,,,,gutim,6363 +non,210,19,1,4746,3315,1920,1024,1064.9080579999948,1.9047619047619,2,0,D3,mp,14,144,50,14,,,,,,o,,,,,gutim,6364 +non,210,20,1,4747,3315,1920,1024,1064.9080579999948,1.9047619047619,2,0,A4,mp,14,144,69,14,,,,,,o,,,,,gutim,6365 +non,210,21,1,4748,3315,1920,1024,1064.9080579999948,1.9047619047619,2,0,F5,mp,14,144,77,14,,,,,,o,,,,,gutim,6366 +rst,210,22,3,4749,3315,,1024,1064.9080579999948,,,,,,,176,102,0,,,,,,,,,,,gutim,6367 +ped,210,18,0,4750,3315,,1024,1064.9080579999948,,,,,,,176,64,127,,,,,,,V,,,,gutim,6368 +non,210,23,3,4751,3316,1921,1280,1065.8600579999948,0.316220238095238,8,0,Bb2,mp,14,144,46,14,,,,,,o,,,,,gutim,6369 +nof,210,23,3,4751,3317,,1280,1066.1760579999948,,,,,,,144,46,0,,,,,,,,,,,gutim,6369 +non,210,24,3,4752,3317,1922,1365,1066.1760579999948,0.316220238095238,8,0,Db5,p-,10,144,73,10,,,,,,o,,,,,gutim,6370 +nof,210,24,3,4752,3318,,1365,1066.4930579999948,,,,,,,144,73,0,,,,,,,,,,,gutim,6370 +non,210,25,3,4753,3318,1923,1450,1066.4930579999948,0.319940476190476,8,0,A2,ppp,5,144,45,5,,,,,,o,,,,,gutim,6371 +nof,210,25,3,4753,3319,,1450,1066.813057999995,,,,,,,144,45,0,,,,,,,,,,,gutim,6371 +bar,211,0,0,4754,3319,,0,1066.813057999995,,,,,,,,,,211,,,,,,,,,,gutim,6372 +bpm,211,1,0,4755,3319,,0,1066.813057999995,,1,,,,,,,,,,80,,,,,,,,gutim,6373 +non,211,2,1,4756,3319,1924,0,1066.813057999995,0.0615234375,32,0,F4,ppp,5,144,65,5,,,,,,o,,,,,gutim,6374 +rst,211,3,3,4757,3319,,0,1066.813057999995,,,,,,,176,102,0,,,,,,,,,,,gutim,6375 +nof,210,19,1,4746,3320,,1024,1066.813057999995,,,,,,,144,50,0,,,,,,,,,,,gutim,6364 +nof,210,20,1,4747,3320,,1024,1066.813057999995,,,,,,,144,69,0,,,,,,,,,,,gutim,6365 +nof,210,21,1,4748,3320,,1024,1066.813057999995,,,,,,,144,77,0,,,,,,,,,,,gutim,6366 +nof,211,2,1,4756,3321,,0,1066.8740579999949,,,,,,,144,65,0,,,,,,,,,,,gutim,6374 +non,211,4,1,4758,3321,1925,21,1066.8740579999949,0.0615234375,32,0,G5,ppp,5,144,79,5,,,,,,o,,,,,gutim,6376 +nof,211,4,1,4758,3322,,21,1066.936057999995,,,,,,,144,79,0,,,,,,,,,,,gutim,6376 +non,211,5,1,4759,3322,1926,42,1066.936057999995,0.064453125,32,0,F4,ppp,5,144,65,5,,,,,,o,,,,,gutim,6377 +nof,211,5,1,4759,3323,,42,1067.000057999995,,,,,,,144,65,0,,,,,,,,,,,gutim,6377 +non,211,6,1,4760,3323,1927,64,1067.000057999995,0.09375,32,1,G5,ppp,5,144,79,5,,,,,,o,,,,,gutim,6378 +nof,211,6,1,4760,3324,,64,1067.094057999995,,,,,,,144,79,0,,,,,,,,,,,gutim,6378 +non,211,7,1,4761,3324,1928,96,1067.094057999995,0.09375,32,1,F4,ppp,5,144,65,5,,,,,,o,,,,,gutim,6379 +nof,211,7,1,4761,3325,,96,1067.188057999995,,,,,,,144,65,0,,,,,,,,,,,gutim,6379 +non,211,8,1,4762,3325,1929,128,1067.188057999995,0.375,8,0,Db5,ppp,5,144,73,5,,,,,,o,,,,,gutim,6380 +non,211,9,3,4763,3325,1929,128,1067.188057999995,0.375,8,0,A2,ppp,5,144,45,5,,,,,,o,,,,,gutim,6381 +non,211,10,3,4764,3325,1929,128,1067.188057999995,0.375,8,0,Bb2,ppp,5,144,46,5,,,,,,o,,,,,gutim,6382 +nof,211,8,1,4762,3326,,128,1067.563057999995,,,,,,,144,73,0,,,,,,,,,,,gutim,6380 +nof,211,9,3,4763,3326,,128,1067.563057999995,,,,,,,144,45,0,,,,,,,,,,,gutim,6381 +nof,211,10,3,4764,3326,,128,1067.563057999995,,,,,,,144,46,0,,,,,,,,,,,gutim,6382 +non,211,11,1,4765,3326,1930,256,1067.563057999995,0.0615234375,32,0,F4,pp-,7,144,65,7,,,,,,o,,,,,gutim,6383 +non,211,12,1,4766,3326,1930,256,1067.563057999995,0.09375,32,0,Db5,pp-,7,144,73,7,,,,,,o,,,,,gutim,6384 +non,211,13,3,4767,3326,1930,256,1067.563057999995,0.298828125,8,0,Bb2,pp-,7,144,46,7,,,,,,o,,,,,gutim,6385 +nof,211,11,1,4765,3327,,256,1067.6240579999949,,,,,,,144,65,0,,,,,,,,,,,gutim,6383 +non,211,14,1,4768,3327,1931,277,1067.6240579999949,0.0615234375,32,0,G5,pp-,7,144,79,7,,,,,,o,,,,,gutim,6386 +nof,211,12,1,4766,3328,,256,1067.6560579999948,,,,,,,144,73,0,,,,,,,,,,,gutim,6384 +nof,211,14,1,4768,3329,,277,1067.6860579999948,,,,,,,144,79,0,,,,,,,,,,,gutim,6386 +non,211,15,1,4769,3329,1932,298,1067.6860579999948,0.064453125,32,0,F4,pp-,7,144,65,7,,,,,,o,,,,,gutim,6387 +nof,211,15,1,4769,3330,,298,1067.7500579999949,,,,,,,144,65,0,,,,,,,,,,,gutim,6387 +non,211,16,1,4770,3330,1933,320,1067.7500579999949,0.09375,32,1,Db5,pp-,7,144,73,7,,,,,,o,,,,,gutim,6388 +non,211,17,1,4771,3330,1933,320,1067.7500579999949,0.09375,32,1,G5,pp-,7,144,79,7,,,,,,o,,,,,gutim,6389 +nof,211,16,1,4770,3331,,320,1067.844057999995,,,,,,,144,73,0,,,,,,,,,,,gutim,6388 +nof,211,17,1,4771,3331,,320,1067.844057999995,,,,,,,144,79,0,,,,,,,,,,,gutim,6389 +non,211,18,1,4772,3331,1934,352,1067.844057999995,0.09375,32,1,F4,pp-,7,144,65,7,,,,,,o,,,,,gutim,6390 +nof,211,13,3,4767,3332,,256,1067.861057999995,,,,,,,144,46,0,,,,,,,,,,,gutim,6385 +non,211,19,3,4773,3332,1935,358,1067.861057999995,0.451171875,8,1,A2,pp,8,144,45,8,,,,,,o,,,,,gutim,6391 +nof,211,18,1,4772,3333,,352,1067.938057999995,,,,,,,144,65,0,,,,,,,,,,,gutim,6390 +rst,211,20,1,4774,3333,,384,1067.938057999995,,,,,,,176,102,0,,,,,,,,,,,gutim,6392 +nof,211,19,3,4773,3334,,358,1068.313057999995,,,,,,,144,45,0,,,,,,,,,,,gutim,6391 +non,211,21,1,4775,3334,1936,512,1068.313057999995,0.0615234375,32,0,F4,pp+,9,144,65,9,,,,,,o,,,,,gutim,6393 +non,211,22,1,4776,3334,1936,512,1068.313057999995,0.09375,32,0,Db5,pp+,9,144,73,9,,,,,,o,,,,,gutim,6394 +non,211,23,3,4777,3334,1936,512,1068.313057999995,0.298828125,8,0,Bb2,pp+,9,144,46,9,,,,,,o,,,,,gutim,6395 +nof,211,21,1,4775,3335,,512,1068.3740579999949,,,,,,,144,65,0,,,,,,,,,,,gutim,6393 +non,211,24,1,4778,3335,1937,533,1068.3740579999949,0.0615234375,32,0,G5,pp+,9,144,79,9,,,,,,o,,,,,gutim,6396 +nof,211,22,1,4776,3336,,512,1068.4060579999948,,,,,,,144,73,0,,,,,,,,,,,gutim,6394 +nof,211,24,1,4778,3337,,533,1068.4360579999948,,,,,,,144,79,0,,,,,,,,,,,gutim,6396 +non,211,25,1,4779,3337,1938,554,1068.4360579999948,0.064453125,32,0,F4,pp+,9,144,65,9,,,,,,o,,,,,gutim,6397 +nof,211,25,1,4779,3338,,554,1068.5000579999949,,,,,,,144,65,0,,,,,,,,,,,gutim,6397 +non,211,26,1,4780,3338,1939,576,1068.5000579999949,0.09375,32,1,Db5,pp+,9,144,73,9,,,,,,o,,,,,gutim,6398 +non,211,27,1,4781,3338,1939,576,1068.5000579999949,0.09375,32,1,G5,pp+,9,144,79,9,,,,,,o,,,,,gutim,6399 +nof,211,26,1,4780,3339,,576,1068.594057999995,,,,,,,144,73,0,,,,,,,,,,,gutim,6398 +nof,211,27,1,4781,3339,,576,1068.594057999995,,,,,,,144,79,0,,,,,,,,,,,gutim,6399 +non,211,28,1,4782,3339,1940,608,1068.594057999995,0.09375,32,1,F4,pp+,9,144,65,9,,,,,,o,,,,,gutim,6400 +nof,211,23,3,4777,3340,,512,1068.611057999995,,,,,,,144,46,0,,,,,,,,,,,gutim,6395 +non,211,29,3,4783,3340,1941,614,1068.611057999995,0.451171875,8,1,A2,pp+,9,144,45,9,,,,,,o,,,,,gutim,6401 +nof,211,28,1,4782,3341,,608,1068.688057999995,,,,,,,144,65,0,,,,,,,,,,,gutim,6400 +rst,211,30,1,4784,3341,,640,1068.688057999995,,,,,,,176,102,0,,,,,,,,,,,gutim,6402 +nof,211,29,3,4783,3342,,614,1069.063057999995,,,,,,,144,45,0,,,,,,,,,,,gutim,6401 +rst,211,31,1,4785,3342,,768,1069.063057999995,,,,,,,176,102,0,,,,,,,,,,,gutim,6403 +rst,211,32,3,4786,3342,,768,1069.063057999995,,,,,,,176,102,0,,,,,,,,,,,gutim,6404 +rst,211,33,1,4787,3343,,853,1069.3120579999947,,,,,,,176,102,0,,,,,,,,,,,gutim,6405 +ped,211,34,0,4788,3344,,938,1069.5370579999947,,,,,,,176,64,0,,,,,,,^,,,,gutim,6368 +non,211,35,1,4789,3345,1942,938,1069.5610579999945,0.251953125,8,0,Ab3,pp+,9,144,56,9,,,,,,o,,,,,gutim,6406 +non,211,36,1,4790,3345,1942,938,1069.5610579999945,0.375,8,0,E4,pp+,9,144,64,9,,,,,,o,,,,,gutim,6407 +non,211,37,1,4791,3345,1942,938,1069.5610579999945,0.375,8,0,C6,pp+,9,144,84,9,,,,,,o,,,,,gutim,6408 +nof,211,35,1,4789,3346,,938,1069.8130579999945,,,,,,,144,56,0,,,,,,,,,,,gutim,6406 +non,211,39,1,4792,3346,1943,1024,1069.8130579999945,0.2490234375,16,1,Bb4,p,11,144,70,11,,,,,,o,,,,,gutim,6409 +ped,211,38,0,4793,3347,,1024,1069.8370579999944,,,,,,,176,64,127,,,,,,,V,,,,gutim,6410 +nof,211,36,1,4790,3348,,938,1069.9360579999943,,,,,,,144,64,0,,,,,,,,,,,gutim,6407 +nof,211,37,1,4791,3348,,938,1069.9360579999943,,,,,,,144,84,0,,,,,,,,,,,gutim,6408 +nof,211,39,1,4792,3349,,1024,1070.0620579999943,,,,,,,144,70,0,,,,,,,,,,,gutim,6409 +non,211,40,1,4794,3349,1944,1109,1070.0620579999943,0.2490234375,16,1,Db6,mp,14,144,85,14,,,,,,o,,,,,gutim,6411 +nof,211,40,1,4794,3350,,1109,1070.3110579999943,,,,,,,144,85,0,,,,,,,,,,,gutim,6411 +non,211,41,1,4795,3350,1945,1194,1070.3110579999943,0.0849609375,32,0,Ab3,mf-,16,144,56,16,,,,,,o,,,,,gutim,6412 +non,211,42,1,4796,3350,1945,1194,1070.3110579999943,0.09375,32,0,E4,mf-,16,144,64,16,,,,,,o,,,,,gutim,6413 +non,211,43,1,4797,3350,1945,1194,1070.3110579999943,0.09375,32,0,C6,mf-,16,144,84,16,,,,,,o,,,,,gutim,6414 +nof,211,41,1,4795,3351,,1194,1070.3960579999944,,,,,,,144,56,0,,,,,,,,,,,gutim,6412 +non,211,44,1,4798,3351,1946,1223,1070.3960579999944,0.08203125,32,0,Bb4,mf,17,144,70,17,,,,,,o,,,,,gutim,6415 +non,211,45,1,4799,3351,1946,1223,1070.3960579999944,0.09375,32,0,Db7,mf,17,144,97,17,,,,,,o,,,,,gutim,6416 +nof,211,42,1,4796,3352,,1194,1070.4040579999944,,,,,,,144,64,0,,,,,,,,,,,gutim,6413 +nof,211,43,1,4797,3352,,1194,1070.4040579999944,,,,,,,144,84,0,,,,,,,,,,,gutim,6414 +nof,211,44,1,4798,3353,,1223,1070.4780579999945,,,,,,,144,70,0,,,,,,,,,,,gutim,6415 +non,211,46,1,4800,3353,1947,1251,1070.4780579999945,0.0849609375,32,0,Ab3,mf,17,144,56,17,,,,,,o,,,,,gutim,6417 +non,211,47,1,4801,3353,1947,1251,1070.4780579999945,0.09375,32,0,E4,mf,17,144,64,17,,,,,,o,,,,,gutim,6418 +non,211,48,1,4802,3353,1947,1251,1070.4780579999945,0.09375,32,0,C6,mf,17,144,84,17,,,,,,o,,,,,gutim,6419 +nof,211,45,1,4799,3354,,1223,1070.4890579999944,,,,,,,144,97,0,,,,,,,,,,,gutim,6416 +nof,211,46,1,4800,3355,,1251,1070.5630579999945,,,,,,,144,56,0,,,,,,,,,,,gutim,6417 +rst,211,49,1,4803,3355,,1280,1070.5630579999945,,,,,,,176,102,0,,,,,,,,,,,gutim,6420 +nof,211,47,1,4801,3356,,1251,1070.5710579999943,,,,,,,144,64,0,,,,,,,,,,,gutim,6418 +nof,211,48,1,4802,3356,,1251,1070.5710579999943,,,,,,,144,84,0,,,,,,,,,,,gutim,6419 +bar,212,0,0,4804,3357,,0,1071.3130579999945,,,,,,,,,,212,,,,,,,,,,gutim,6421 +ped,212,3,0,4805,3357,,403,1071.3130579999945,,,,,,,176,64,0,,,,,,,^,,,,gutim,6410 +rst,212,1,1,4806,3357,,0,1071.3130579999945,,,,,,,176,102,0,,,,,,,,,,,gutim,6422 +rst,212,2,3,4807,3357,,0,1071.3130579999945,,,,,,,176,102,0,,,,,,,,,,,gutim,6423 +sec,212,4,0,4808,3357,,403,1071.3130579999945,,,,,,,,,,,5972,,,,,,,,,gutim,6424 +non,212,6,3,4809,3358,1948,512,1071.6320579999945,0.08203125,32,0,Bb2,ppp,5,144,46,5,,,,,,o,,d,e,,gutim,6425 +ped,212,5,0,4810,3358,,512,1071.6320579999945,,,,,,,176,64,127,,,,,,,V,,,,gutim,6426 +nof,212,6,3,4809,3359,,512,1071.7140579999943,,,,,,,144,46,0,,,,,,,,,,,gutim,6425 +non,212,7,3,4811,3359,1949,540,1071.7140579999943,0.08203125,32,0,E2,ppp,5,144,40,5,,,,,,o,,d,e,,gutim,6427 +nof,212,7,3,4811,3360,,540,1071.7960579999942,,,,,,,144,40,0,,,,,,,,,,,gutim,6427 +non,212,8,3,4812,3360,1950,568,1071.7960579999942,0.0849609375,32,0,Db7,ppp,5,144,97,5,,,,,,o,,d,e,,gutim,6428 +nof,212,8,3,4812,3361,,568,1071.8810579999943,,,,,,,144,97,0,,,,,,,,,,,gutim,6428 +non,212,9,3,4813,3361,1951,597,1071.8810579999943,0.08203125,32,0,Bb2,ppp,5,144,46,5,,,,,,o,,d,e,,gutim,6429 +nof,212,9,3,4813,3362,,597,1071.9630579999941,,,,,,,144,46,0,,,,,,,,,,,gutim,6429 +non,212,10,3,4814,3362,1952,625,1071.9630579999941,0.0849609375,32,0,Db7,ppp,5,144,97,5,,,,,,o,,d,e,,gutim,6430 +nof,212,10,3,4814,3363,,625,1072.0480579999942,,,,,,,144,97,0,,,,,,,,,,,gutim,6430 +non,212,11,3,4815,3363,1953,654,1072.0480579999942,0.08203125,32,0,E2,ppp,5,144,40,5,,,,,,o,,d,e,,gutim,6431 +nof,212,11,3,4815,3364,,654,1072.130057999994,,,,,,,144,40,0,,,,,,,,,,,gutim,6431 +non,212,12,3,4816,3364,1954,682,1072.130057999994,0.0849609375,32,0,C6,ppp,5,144,84,5,,,,,,o,,d,e,,gutim,6432 +nof,212,12,3,4816,3365,,682,1072.215057999994,,,,,,,144,84,0,,,,,,,,,,,gutim,6432 +non,212,13,3,4817,3365,1955,711,1072.215057999994,0.1669921875,16,0,Ab1,ppp,5,144,32,5,,,,,,o,,d 5973,E,,gutim,6433 +nof,212,13,3,4817,3366,,711,1072.382057999994,,,,,,,144,32,0,,,,,,,,,,,gutim,6433 +non,212,14,3,4818,3366,1956,768,1072.382057999994,0.08203125,32,0,Bb2,ppp,5,144,46,5,,,,,,o,,,,,gutim,6434 +nof,212,14,3,4818,3367,,768,1072.4640579999939,,,,,,,144,46,0,,,,,,,,,,,gutim,6434 +non,212,15,3,4819,3367,1957,796,1072.4640579999939,0.08203125,32,0,E2,ppp,5,144,40,5,,,,,,o,,,,,gutim,6435 +nof,212,15,3,4819,3368,,796,1072.5460579999938,,,,,,,144,40,0,,,,,,,,,,,gutim,6435 +non,212,16,3,4820,3368,1958,824,1072.5460579999938,0.0849609375,32,0,Ab1,ppp,5,144,32,5,,,,,,o,,,,,gutim,6436 +nof,212,16,3,4820,3369,,824,1072.6310579999938,,,,,,,144,32,0,,,,,,,,,,,gutim,6436 +non,212,17,3,4821,3369,1959,853,1072.6310579999938,0.08203125,32,0,Bb2,ppp,5,144,46,5,,,,,,o,,,,,gutim,6437 +nof,212,17,3,4821,3370,,853,1072.7130579999937,,,,,,,144,46,0,,,,,,,,,,,gutim,6437 +non,212,18,3,4822,3370,1960,881,1072.7130579999937,0.1669921875,16,0,E2,ppp,5,144,40,5,,,,,,o,,,,,gutim,6438 +nof,212,18,3,4822,3371,,881,1072.8800579999936,,,,,,,144,40,0,,,,,,,,,,,gutim,6438 +non,212,19,3,4823,3371,1961,938,1072.8800579999936,0.0849609375,32,0,Ab1,ppp,5,144,32,5,,,,,,o,,,,,gutim,6439 +nof,212,19,3,4823,3372,,938,1072.9650579999936,,,,,,,144,32,0,,,,,,,,,,,gutim,6439 +non,212,20,3,4824,3372,1962,967,1072.9650579999936,0.08203125,32,0,Bb2,ppp+,6,144,46,6,,,,,,o,,,,,gutim,6440 +nof,212,20,3,4824,3373,,967,1073.0470579999935,,,,,,,144,46,0,,,,,,,,,,,gutim,6440 +non,212,21,3,4825,3373,1963,995,1073.0470579999935,0.0849609375,32,0,E2,ppp+,6,144,40,6,,,,,,o,,,,,gutim,6441 +nof,212,21,3,4825,3374,,995,1073.1320579999935,,,,,,,144,40,0,,,,,,,,,,,gutim,6441 +non,212,22,3,4826,3374,1964,1024,1073.1320579999935,0.08203125,32,0,Bb2,ppp+,6,144,46,6,,,,,,o,,,,,gutim,6442 +rst,212,23,1,4827,3374,,1024,1073.1320579999935,,,,,,,176,102,0,,,,,,,,,,,gutim,6443 +nof,212,22,3,4826,3375,,1024,1073.2140579999934,,,,,,,144,46,0,,,,,,,,,,,gutim,6442 +non,212,24,3,4828,3375,1965,1052,1073.2140579999934,0.08203125,32,0,E2,ppp+,6,144,40,6,,,,,,o,,,,,gutim,6444 +non,212,25,1,4829,3376,1966,1075,1073.2810579999934,0.1494140625,16,0,Db7,ppp,5,144,97,5,,,,,,o,,,,,gutim,6445 +nof,212,24,3,4828,3377,,1052,1073.2960579999933,,,,,,,144,40,0,,,,,,,,,,,gutim,6444 +non,212,26,3,4830,3377,1967,1080,1073.2960579999933,0.0849609375,32,0,Ab1,ppp+,6,144,32,6,,,,,,o,,,,,gutim,6446 +nof,212,26,3,4830,3378,,1080,1073.3810579999933,,,,,,,144,32,0,,,,,,,,,,,gutim,6446 +non,212,27,3,4831,3378,1968,1109,1073.3810579999933,0.08203125,32,0,Bb2,ppp+,6,144,46,6,,,,,,o,,,,,gutim,6447 +nof,212,25,1,4829,3379,,1075,1073.4310579999933,,,,,,,144,97,0,,,,,,,,,,,gutim,6445 +non,212,28,1,4832,3379,1969,1126,1073.4310579999933,0.1494140625,16,0,C6,ppp,5,144,84,5,,,,,,o,,,,,gutim,6448 +nof,212,27,3,4831,3380,,1109,1073.4630579999932,,,,,,,144,46,0,,,,,,,,,,,gutim,6447 +non,212,29,3,4833,3380,1970,1137,1073.4630579999932,0.1669921875,16,0,E2,ppp+,6,144,40,6,,,,,,o,,,,,gutim,6449 +nof,212,28,1,4832,3381,,1126,1073.5800579999932,,,,,,,144,84,0,,,,,,,,,,,gutim,6448 +non,212,30,1,4834,3381,1971,1177,1073.5800579999932,0.1494140625,16,0,Db7,ppp,5,144,97,5,,,,,,o,,,,,gutim,6450 +nof,212,29,3,4833,3382,,1137,1073.6300579999931,,,,,,,144,40,0,,,,,,,,,,,gutim,6449 +non,212,31,3,4835,3382,1972,1194,1073.6300579999931,0.0849609375,32,0,Ab1,pp-,7,144,32,7,,,,,,o,,,,,gutim,6451 +nof,212,31,3,4835,3383,,1194,1073.7150579999932,,,,,,,144,32,0,,,,,,,,,,,gutim,6451 +non,212,32,3,4836,3383,1973,1223,1073.7150579999932,0.08203125,32,0,Bb2,pp-,7,144,46,7,,,,,,o,,,,,gutim,6452 +nof,212,30,1,4834,3384,,1177,1073.730057999993,,,,,,,144,97,0,,,,,,,,,,,gutim,6450 +non,212,33,1,4837,3384,1974,1228,1073.730057999993,0.15234375,16,0,C6,ppp,5,144,84,5,,,,,,o,,,,,gutim,6453 +nof,212,32,3,4836,3385,,1223,1073.797057999993,,,,,,,144,46,0,,,,,,,,,,,gutim,6452 +non,212,34,3,4838,3385,1975,1251,1073.797057999993,0.0849609375,32,0,E2,pp-,7,144,40,7,,,,,,o,,,,,gutim,6454 +nof,212,33,1,4837,3386,,1228,1073.882057999993,,,,,,,144,84,0,,,,,,,,,,,gutim,6453 +nof,212,34,3,4838,3386,,1251,1073.882057999993,,,,,,,144,40,0,,,,,,,,,,,gutim,6454 +non,212,35,3,4839,3386,1976,1280,1073.882057999993,0.08203125,32,0,Bb2,pp-,7,144,46,7,,,,,,o,,,,,gutim,6455 +rst,212,36,1,4840,3386,,1280,1073.882057999993,,,,,,,176,102,0,,,,,,,,,,,gutim,6456 +nof,212,35,3,4839,3387,,1280,1073.964057999993,,,,,,,144,46,0,,,,,,,,,,,gutim,6455 +non,212,37,3,4841,3387,1977,1308,1073.964057999993,0.08203125,32,0,E2,pp-,7,144,40,7,,,,,,o,,,,,gutim,6457 +non,212,38,1,4842,3388,1978,1331,1074.031057999993,0.1494140625,16,0,Db7,ppp,5,144,97,5,,,,,,o,,,e,,gutim,6458 +nof,212,37,3,4841,3389,,1308,1074.0460579999929,,,,,,,144,40,0,,,,,,,,,,,gutim,6457 +non,212,39,3,4843,3389,1979,1336,1074.0460579999929,0.0849609375,32,0,Ab1,pp-,7,144,32,7,,,,,,o,,,,,gutim,6459 +nof,212,39,3,4843,3390,,1336,1074.131057999993,,,,,,,144,32,0,,,,,,,,,,,gutim,6459 +non,212,40,3,4844,3390,1980,1365,1074.131057999993,0.08203125,32,0,Bb2,pp-,7,144,46,7,,,,,,o,,,,,gutim,6460 +nof,212,38,1,4842,3391,,1331,1074.1810579999928,,,,,,,144,97,0,,,,,,,,,,,gutim,6458 +non,212,41,1,4845,3391,1981,1382,1074.1810579999928,0.1494140625,16,0,C6,ppp,5,144,84,5,,,,,,o,,,e,,gutim,6461 +nof,212,40,3,4844,3392,,1365,1074.2130579999928,,,,,,,144,46,0,,,,,,,,,,,gutim,6460 +non,212,42,3,4846,3392,1982,1393,1074.2130579999928,0.1669921875,16,0,E2,pp,8,144,40,8,,,,,,o,,,,,gutim,6462 +nof,212,41,1,4845,3393,,1382,1074.3300579999927,,,,,,,144,84,0,,,,,,,,,,,gutim,6461 +non,212,43,1,4847,3393,1983,1433,1074.3300579999927,0.1494140625,16,0,Db7,ppp,5,144,97,5,,,,,,o,,,e,,gutim,6463 +nof,212,42,3,4846,3394,,1393,1074.3800579999927,,,,,,,144,40,0,,,,,,,,,,,gutim,6462 +non,212,44,3,4848,3394,1984,1450,1074.3800579999927,0.0849609375,32,0,Ab1,pp,8,144,32,8,,,,,,o,,,,,gutim,6464 +nof,212,44,3,4848,3395,,1450,1074.4650579999927,,,,,,,144,32,0,,,,,,,,,,,gutim,6464 +non,212,45,3,4849,3395,1985,1479,1074.4650579999927,0.08203125,32,0,Bb2,pp,8,144,46,8,,,,,,o,,,,,gutim,6465 +nof,212,43,1,4847,3396,,1433,1074.4800579999926,,,,,,,144,97,0,,,,,,,,,,,gutim,6463 +non,212,46,1,4850,3396,1986,1484,1074.4800579999926,0.15234375,16,0,C6,ppp,5,144,84,5,,,,,,o,,,e,,gutim,6466 +nof,212,45,3,4849,3397,,1479,1074.5470579999926,,,,,,,144,46,0,,,,,,,,,,,gutim,6465 +non,212,47,3,4851,3397,1987,1507,1074.5470579999926,0.0849609375,32,0,E2,pp,8,144,40,8,,,,,,o,,,,,gutim,6467 +nof,212,46,1,4850,3398,,1484,1074.6320579999926,,,,,,,144,84,0,,,,,,,,,,,gutim,6466 +nof,212,47,3,4851,3398,,1507,1074.6320579999926,,,,,,,144,40,0,,,,,,,,,,,gutim,6467 +bar,213,0,0,4852,3398,,0,1074.6320579999926,,,,,,,,,,213,,,,,,,,,,gutim,6468 +rst,213,1,1,4853,3398,,0,1074.6320579999926,,,,,,,176,102,0,,,,,,,,,,,gutim,6469 +non,213,2,3,4854,3398,1988,0,1074.6320579999926,0.08203125,32,0,Bb2,pp,8,144,46,8,,,,,,o,,,e,,gutim,6470 +nof,213,2,3,4854,3399,,0,1074.7140579999925,,,,,,,144,46,0,,,,,,,,,,,gutim,6470 +non,213,3,3,4855,3399,1989,28,1074.7140579999925,0.08203125,32,0,E2,pp,8,144,40,8,,,,,,o,,,,,gutim,6471 +non,213,4,1,4856,3400,1990,51,1074.7810579999925,0.1494140625,16,0,Db7,ppp,5,144,97,5,,,,,,o,,,e,,gutim,6472 +nof,213,3,3,4855,3401,,28,1074.7960579999924,,,,,,,144,40,0,,,,,,,,,,,gutim,6471 +non,213,5,3,4857,3401,1991,56,1074.7960579999924,0.0849609375,32,0,Ab1,pp,8,144,32,8,,,,,,o,,,,,gutim,6473 +nof,213,5,3,4857,3402,,56,1074.8810579999924,,,,,,,144,32,0,,,,,,,,,,,gutim,6473 +non,213,6,3,4858,3402,1992,85,1074.8810579999924,0.08203125,32,0,Bb2,pp+,9,144,46,9,,,,,,o,,,,,gutim,6474 +nof,213,4,1,4856,3403,,51,1074.9310579999924,,,,,,,144,97,0,,,,,,,,,,,gutim,6472 +non,213,7,1,4859,3403,1993,102,1074.9310579999924,0.1494140625,16,0,C6,ppp,5,144,84,5,,,,,,o,,,e,,gutim,6475 +nof,213,6,3,4858,3404,,85,1074.9630579999923,,,,,,,144,46,0,,,,,,,,,,,gutim,6474 +non,213,8,3,4860,3404,1994,113,1074.9630579999923,0.1669921875,16,0,E2,pp+,9,144,40,9,,,,,,o,,,,,gutim,6476 +nof,213,7,1,4859,3405,,102,1075.0800579999923,,,,,,,144,84,0,,,,,,,,,,,gutim,6475 +non,213,9,1,4861,3405,1995,153,1075.0800579999923,0.1494140625,16,0,Db7,ppp,5,144,97,5,,,,,,o,,,e,,gutim,6477 +nof,213,8,3,4860,3406,,113,1075.1300579999922,,,,,,,144,40,0,,,,,,,,,,,gutim,6476 +non,213,10,3,4862,3406,1996,170,1075.1300579999922,0.251953125,16,1,Ab1,pp+,9,144,32,9,,,,,,o,,,,,gutim,6478 +nof,213,9,1,4861,3407,,153,1075.2300579999921,,,,,,,144,97,0,,,,,,,,,,,gutim,6477 +non,213,11,1,4863,3407,1997,204,1075.2300579999921,0.15234375,16,0,C6,ppp,5,144,84,5,,,,,,o,,,e,,gutim,6479 +nof,213,10,3,4862,3408,,170,1075.3820579999922,,,,,,,144,32,0,,,,,,,,,,,gutim,6478 +nof,213,11,1,4863,3408,,204,1075.3820579999922,,,,,,,144,84,0,,,,,,,,,,,gutim,6479 +non,213,12,3,4864,3408,1998,256,1075.3820579999922,0.08203125,32,0,E3,pp,8,144,52,8,,,,,,o,,,E,,gutim,6480 +rst,213,13,1,4865,3408,,256,1075.3820579999922,,,,,,,176,102,0,,,,,,,,,,,gutim,6481 +nof,213,12,3,4864,3409,,256,1075.464057999992,,,,,,,144,52,0,,,,,,,,,,,gutim,6480 +non,213,14,3,4866,3409,1999,284,1075.464057999992,0.08203125,32,0,Bb3,pp,8,144,58,8,,,,,,o,,,,,gutim,6482 +nof,213,14,3,4866,3410,,284,1075.546057999992,,,,,,,144,58,0,,,,,,,,,,,gutim,6482 +non,213,15,3,4867,3410,2000,312,1075.546057999992,0.0849609375,32,0,C5,pp,8,144,72,8,,,,,,o,,,e,,gutim,6483 +nof,213,15,3,4867,3411,,312,1075.631057999992,,,,,,,144,72,0,,,,,,,,,,,gutim,6483 +non,213,16,3,4868,3411,2001,341,1075.631057999992,0.08203125,32,0,Db6,pp,8,144,85,8,,,,,,o,,,e,,gutim,6484 +nof,213,16,3,4868,3412,,341,1075.7130579999919,,,,,,,144,85,0,,,,,,,,,,,gutim,6484 +non,213,17,3,4869,3412,2002,369,1075.7130579999919,0.0849609375,32,0,Ab2,pp,8,144,44,8,,,,,,o,,,e,,gutim,6485 +nof,213,17,3,4869,3413,,369,1075.798057999992,,,,,,,144,44,0,,,,,,,,,,,gutim,6485 +non,213,18,3,4870,3413,2003,398,1075.798057999992,0.08203125,32,0,Bb3,pp+,9,144,58,9,,,,,,o,,,e,,gutim,6486 +nof,213,18,3,4870,3414,,398,1075.8800579999918,,,,,,,144,58,0,,,,,,,,,,,gutim,6486 +non,213,19,3,4871,3414,2004,426,1075.8800579999918,0.0849609375,32,0,C5,pp+,9,144,72,9,,,,,,o,,,e,,gutim,6487 +nof,213,19,3,4871,3415,,426,1075.9650579999918,,,,,,,144,72,0,,,,,,,,,,,gutim,6487 +non,213,20,3,4872,3415,2005,455,1075.9650579999918,0.08203125,32,0,Db6,pp+,9,144,85,9,,,,,,o,,,e,,gutim,6488 +nof,213,20,3,4872,3416,,455,1076.0470579999917,,,,,,,144,85,0,,,,,,,,,,,gutim,6488 +non,213,21,3,4873,3416,2006,483,1076.0470579999917,0.0849609375,32,0,Bb3,pp+,9,144,58,9,,,,,,o,,,e,,gutim,6489 +nof,213,21,3,4873,3417,,483,1076.1320579999917,,,,,,,144,58,0,,,,,,,,,,,gutim,6489 +non,213,22,3,4874,3417,2007,512,1076.1320579999917,0.08203125,32,0,E3,pp+,9,144,52,9,,,,,,o,,,e,,gutim,6490 +rst,213,23,1,4875,3417,,512,1076.1320579999917,,,,,,,176,102,0,,,,,,,,,,,gutim,6491 +nof,213,22,3,4874,3418,,512,1076.2140579999916,,,,,,,144,52,0,,,,,,,,,,,gutim,6490 +non,213,24,3,4876,3418,2008,540,1076.2140579999916,0.08203125,32,0,C5,pp+,9,144,72,9,,,,,,o,,,e,,gutim,6492 +nof,213,24,3,4876,3419,,540,1076.2960579999915,,,,,,,144,72,0,,,,,,,,,,,gutim,6492 +non,213,25,3,4877,3419,2009,568,1076.2960579999915,0.0849609375,32,0,Ab2,p-,10,144,44,10,,,,,,o,,,e,,gutim,6493 +nof,213,25,3,4877,3420,,568,1076.3810579999915,,,,,,,144,44,0,,,,,,,,,,,gutim,6493 +non,213,26,3,4878,3420,2010,597,1076.3810579999915,0.08203125,32,0,Bb3,p-,10,144,58,10,,,,,,o,,,e,,gutim,6494 +nof,213,26,3,4878,3421,,597,1076.4630579999914,,,,,,,144,58,0,,,,,,,,,,,gutim,6494 +non,213,27,3,4879,3421,2011,625,1076.4630579999914,0.1669921875,16,0,Db6,p-,10,144,85,10,,,,,,o,,,E,,gutim,6495 +nof,213,27,3,4879,3422,,625,1076.6300579999913,,,,,,,144,85,0,,,,,,,,,,,gutim,6495 +non,213,28,3,4880,3422,2012,682,1076.6300579999913,0.0849609375,32,0,E3,p-,10,144,52,10,,,,,,o,,,,,gutim,6496 +nof,213,28,3,4880,3423,,682,1076.7150579999914,,,,,,,144,52,0,,,,,,,,,,,gutim,6496 +non,213,29,3,4881,3423,2013,711,1076.7150579999914,0.08203125,32,0,C5,p-,10,144,72,10,,,,,,o,,,,,gutim,6497 +nof,213,29,3,4881,3424,,711,1076.7970579999912,,,,,,,144,72,0,,,,,,,,,,,gutim,6497 +non,213,30,3,4882,3424,2014,739,1076.7970579999912,0.0849609375,32,0,Ab2,p,11,144,44,11,,,,,,o,,,,,gutim,6498 +nof,213,30,3,4882,3425,,739,1076.8820579999913,,,,,,,144,44,0,,,,,,,,,,,gutim,6498 +non,213,31,3,4883,3425,2015,768,1076.8820579999913,0.08203125,32,0,Bb3,p,11,144,58,11,,,,,,o,,,,,gutim,6499 +rst,213,32,1,4884,3425,,768,1076.8820579999913,,,,,,,176,102,0,,,,,,,,,,,gutim,6500 +nof,213,31,3,4883,3426,,768,1076.9640579999912,,,,,,,144,58,0,,,,,,,,,,,gutim,6499 +non,213,33,3,4885,3426,2016,796,1076.9640579999912,0.08203125,32,0,E3,p,11,144,52,11,,,,,,o,,,,,gutim,6501 +non,213,34,1,4886,3427,2017,819,1077.0310579999912,0.1494140625,16,0,Db6,p,11,144,85,11,,,,,,o,,,,,gutim,6502 +nof,213,33,3,4885,3428,,796,1077.046057999991,,,,,,,144,52,0,,,,,,,,,,,gutim,6501 +non,213,35,3,4887,3428,2018,824,1077.046057999991,0.0849609375,32,0,Ab2,p,11,144,44,11,,,,,,o,,,,,gutim,6503 +nof,213,35,3,4887,3429,,824,1077.131057999991,,,,,,,144,44,0,,,,,,,,,,,gutim,6503 +non,213,36,3,4888,3429,2019,853,1077.131057999991,0.08203125,32,0,Bb3,p,11,144,58,11,,,,,,o,,,,,gutim,6504 +nof,213,34,1,4886,3430,,819,1077.181057999991,,,,,,,144,85,0,,,,,,,,,,,gutim,6502 +non,213,37,1,4889,3430,2020,870,1077.181057999991,0.1494140625,16,0,C5,p,11,144,72,11,,,,,,o,,,,,gutim,6505 +nof,213,36,3,4888,3431,,853,1077.213057999991,,,,,,,144,58,0,,,,,,,,,,,gutim,6504 +non,213,38,3,4890,3431,2021,881,1077.213057999991,0.1669921875,16,0,E3,p,11,144,52,11,,,,,,o,,,,,gutim,6506 +nof,213,37,1,4889,3432,,870,1077.330057999991,,,,,,,144,72,0,,,,,,,,,,,gutim,6505 +non,213,39,1,4891,3432,2022,921,1077.330057999991,0.1494140625,16,0,Db6,p+,12,144,85,12,,,,,,o,,,,,gutim,6507 +nof,213,38,3,4890,3433,,881,1077.3800579999909,,,,,,,144,52,0,,,,,,,,,,,gutim,6506 +non,213,40,3,4892,3433,2023,938,1077.3800579999909,0.0849609375,32,0,Ab2,p+,12,144,44,12,,,,,,o,,,e,,gutim,6508 +nof,213,40,3,4892,3434,,938,1077.465057999991,,,,,,,144,44,0,,,,,,,,,,,gutim,6508 +non,213,41,3,4893,3434,2024,967,1077.465057999991,0.08203125,32,0,Bb3,p+,12,144,58,12,,,,,,o,,,e,,gutim,6509 +nof,213,39,1,4891,3435,,921,1077.4800579999908,,,,,,,144,85,0,,,,,,,,,,,gutim,6507 +non,213,42,1,4894,3435,2025,972,1077.4800579999908,0.15234375,16,0,C5,p+,12,144,72,12,,,,,,o,,,,,gutim,6510 +nof,213,41,3,4893,3436,,967,1077.5470579999908,,,,,,,144,58,0,,,,,,,,,,,gutim,6509 +non,213,43,3,4895,3436,2026,995,1077.5470579999908,0.0849609375,32,0,E3,p+,12,144,52,12,,,,,,o,,,e,,gutim,6511 +nof,213,42,1,4894,3437,,972,1077.6320579999908,,,,,,,144,72,0,,,,,,,,,,,gutim,6510 +nof,213,43,3,4895,3437,,995,1077.6320579999908,,,,,,,144,52,0,,,,,,,,,,,gutim,6511 +non,213,44,3,4896,3437,2027,1024,1077.6320579999908,0.08203125,32,0,Bb3,p+,12,144,58,12,,,,,,o,,,e,,gutim,6512 +rst,213,45,1,4897,3437,,1024,1077.6320579999908,,,,,,,176,102,0,,,,,,,,,,,gutim,6513 +nof,213,44,3,4896,3438,,1024,1077.7140579999907,,,,,,,144,58,0,,,,,,,,,,,gutim,6512 +non,213,46,3,4898,3438,2028,1052,1077.7140579999907,0.08203125,32,0,E3,p+,12,144,52,12,,,,,,o,,,e,,gutim,6514 +non,213,47,1,4899,3439,2029,1075,1077.7810579999907,0.1494140625,16,0,Db6,p+,12,144,85,12,,,,,,o,,,,,gutim,6515 +nof,213,46,3,4898,3440,,1052,1077.7960579999906,,,,,,,144,52,0,,,,,,,,,,,gutim,6514 +non,213,48,3,4900,3440,2030,1080,1077.7960579999906,0.0849609375,32,0,Ab2,mp-,13,144,44,13,,,,,,o,,,e,,gutim,6516 +nof,213,48,3,4900,3441,,1080,1077.8810579999906,,,,,,,144,44,0,,,,,,,,,,,gutim,6516 +non,213,49,3,4901,3441,2031,1109,1077.8810579999906,0.08203125,32,0,Bb3,mp-,13,144,58,13,,,,,,o,,,e,,gutim,6517 +nof,213,47,1,4899,3442,,1075,1077.9310579999906,,,,,,,144,85,0,,,,,,,,,,,gutim,6515 +non,213,50,1,4902,3442,2032,1126,1077.9310579999906,0.1494140625,16,0,C5,mp-,13,144,72,13,,,,,,o,,,,,gutim,6518 +nof,213,49,3,4901,3443,,1109,1077.9630579999905,,,,,,,144,58,0,,,,,,,,,,,gutim,6517 +non,213,51,3,4903,3443,2033,1137,1077.9630579999905,0.1669921875,16,0,E3,mp-,13,144,52,13,,,,,,o,,,E,,gutim,6519 +nof,213,50,1,4902,3444,,1126,1078.0800579999905,,,,,,,144,72,0,,,,,,,,,,,gutim,6518 +non,213,52,1,4904,3444,2034,1177,1078.0800579999905,0.1494140625,16,0,Db6,mp-,13,144,85,13,,,,,,o,,,,,gutim,6520 +nof,213,51,3,4903,3445,,1137,1078.1300579999904,,,,,,,144,52,0,,,,,,,,,,,gutim,6519 +non,213,53,3,4905,3445,2035,1194,1078.1300579999904,0.0849609375,32,0,Ab2,mp-,13,144,44,13,,,,,,o,,,,,gutim,6521 +nof,213,53,3,4905,3446,,1194,1078.2150579999904,,,,,,,144,44,0,,,,,,,,,,,gutim,6521 +non,213,54,3,4906,3446,2036,1223,1078.2150579999904,0.08203125,32,0,Bb3,mp-,13,144,58,13,,,,,,o,,,,,gutim,6522 +nof,213,52,1,4904,3447,,1177,1078.2300579999903,,,,,,,144,85,0,,,,,,,,,,,gutim,6520 +non,213,55,1,4907,3447,2037,1228,1078.2300579999903,0.15234375,16,0,C5,mp-,13,144,72,13,,,,,,o,,,,,gutim,6523 +nof,213,54,3,4906,3448,,1223,1078.2970579999903,,,,,,,144,58,0,,,,,,,,,,,gutim,6522 +non,213,56,3,4908,3448,2038,1251,1078.2970579999903,0.0849609375,32,0,E3,mp,14,144,52,14,,,,,,o,,,,,gutim,6524 +nof,213,55,1,4907,3449,,1228,1078.3820579999904,,,,,,,144,72,0,,,,,,,,,,,gutim,6523 +nof,213,56,3,4908,3449,,1251,1078.3820579999904,,,,,,,144,52,0,,,,,,,,,,,gutim,6524 +non,213,57,3,4909,3449,2039,1280,1078.3820579999904,0.08203125,32,0,Bb3,mp,14,144,58,14,,,,,,o,,,,,gutim,6525 +rst,213,58,1,4910,3449,,1280,1078.3820579999904,,,,,,,176,102,0,,,,,,,,,,,gutim,6526 +nof,213,57,3,4909,3450,,1280,1078.4640579999902,,,,,,,144,58,0,,,,,,,,,,,gutim,6525 +non,213,59,3,4911,3450,2040,1308,1078.4640579999902,0.08203125,32,0,E3,mp,14,144,52,14,,,,,,o,,,,,gutim,6527 +non,213,60,1,4912,3451,2041,1331,1078.5310579999903,0.1494140625,16,0,Db6,mp,14,144,85,14,,,,,,o,,,e,,gutim,6528 +nof,213,59,3,4911,3452,,1308,1078.5460579999901,,,,,,,144,52,0,,,,,,,,,,,gutim,6527 +non,213,61,3,4913,3452,2042,1336,1078.5460579999901,0.0849609375,32,0,Ab2,mp,14,144,44,14,,,,,,o,,,,,gutim,6529 +nof,213,61,3,4913,3453,,1336,1078.6310579999902,,,,,,,144,44,0,,,,,,,,,,,gutim,6529 +non,213,62,3,4914,3453,2043,1365,1078.6310579999902,0.08203125,32,0,Bb3,mp,14,144,58,14,,,,,,o,,,,,gutim,6530 +nof,213,60,1,4912,3454,,1331,1078.6810579999901,,,,,,,144,85,0,,,,,,,,,,,gutim,6528 +non,213,63,1,4915,3454,2044,1382,1078.6810579999901,0.1494140625,16,0,C5,mp,14,144,72,14,,,,,,o,,,e,,gutim,6531 +nof,213,62,3,4914,3455,,1365,1078.71305799999,,,,,,,144,58,0,,,,,,,,,,,gutim,6530 +non,213,64,3,4916,3455,2045,1393,1078.71305799999,0.1669921875,16,0,E3,mp,14,144,52,14,,,,,,o,,,,,gutim,6532 +nof,213,63,1,4915,3456,,1382,1078.83005799999,,,,,,,144,72,0,,,,,,,,,,,gutim,6531 +non,213,65,1,4917,3456,2046,1433,1078.83005799999,0.1494140625,16,0,Db6,mp,14,144,85,14,,,,,,o,,,e,,gutim,6533 +nof,213,64,3,4916,3457,,1393,1078.88005799999,,,,,,,144,52,0,,,,,,,,,,,gutim,6532 +non,213,66,3,4918,3457,2047,1450,1078.88005799999,0.0849609375,32,0,Ab2,mp,14,144,44,14,,,,,,o,,,,,gutim,6534 +ped,213,68,0,4919,3458,,1484,1078.94305799999,,,,,,,176,64,0,,,,,,,^,,,,gutim,6426 +nof,213,66,3,4918,3459,,1450,1078.96505799999,,,,,,,144,44,0,,,,,,,,,,,gutim,6534 +non,213,67,3,4920,3459,2048,1479,1078.96505799999,0.08203125,32,0,Bb3,mp,14,144,58,14,,,,,,o,,,,,gutim,6535 +nof,213,65,1,4917,3460,,1433,1078.9800579999899,,,,,,,144,85,0,,,,,,,,,,,gutim,6533 +non,213,69,1,4921,3460,2049,1484,1078.9800579999899,0.15234375,16,0,C5,mp,14,144,72,14,,,,,,o,,,E 5973,,gutim,6536 +nof,213,67,3,4920,3461,,1479,1079.0470579999899,,,,,,,144,58,0,,,,,,,,,,,gutim,6535 +non,213,70,3,4922,3461,2050,1507,1079.0470579999899,0.0849609375,32,0,E3,mp,14,144,52,14,,,,,,o,,,,,gutim,6537 +nof,213,69,1,4921,3462,,1484,1079.13205799999,,,,,,,144,72,0,,,,,,,,,,,gutim,6536 +nof,213,70,3,4922,3462,,1507,1079.13205799999,,,,,,,144,52,0,,,,,,,,,,,gutim,6537 +bar,214,0,0,4923,3462,,0,1079.13205799999,,,,,,,,,,214,,,,,,,,,,gutim,6538 +sec,214,1,0,4924,3462,,0,1079.13205799999,,,,,,,,,,,5973,,,,,,,,,gutim,6539 +bpm,214,2,0,4925,3462,,0,1079.13205799999,,1,,,,,,,,,,63,,,,,,,,gutim,6540 +non,214,4,1,4926,3462,2051,,1079.13205799999,0.05,8,0,F5,p,11,144,77,11,,,,g,,o,,,,,gutim,6541 +nof,214,4,1,4926,3463,,,1079.1820579999899,,,,,,,144,77,0,,,,,,,,,,,gutim,6541 +non,214,5,1,4927,3464,2052,0,1079.20705799999,0.379464285714286,8,0,A3,p,11,144,57,11,,,,,,o,,,,,gutim,6542 +non,214,6,3,4928,3464,2052,0,1079.20705799999,3.80952380952381,1,0,C2,pp,8,144,36,8,,,,,,o,,,,,gutim,6543 +non,214,7,4,4929,3464,2052,0,1079.20705799999,0.379464285714286,8,0,E4,mf,17,144,64,17,,,,,,o,,,,,gutim,6544 +ped,214,3,0,4930,3465,,0,1079.2430579999898,,,,,,,176,64,127,,,,,,,V,,,,gutim,6545 +nof,214,5,1,4927,3466,,0,1079.5860579999896,,,,,,,144,57,0,,,,,,,,,,,gutim,6542 +nof,214,7,4,4929,3466,,0,1079.5860579999896,,,,,,,144,64,0,,,,,,,,,,,gutim,6544 +non,214,8,1,4931,3466,2053,102,1079.5860579999896,0.572916666666667,8,1,A3,p,11,144,57,11,,,,,,o,,,,,gutim,6546 +non,214,9,1,4932,3466,2053,102,1079.5860579999896,0.476190476190476,8,1,F5,p,11,144,77,11,,,,,,o,,,,,gutim,6547 +non,214,10,4,4933,3466,2053,102,1079.5860579999896,0.572916666666667,8,1,E4,mp+,15,144,64,15,,,,,,o,,,,,gutim,6548 +non,214,11,4,4934,3466,2053,102,1079.5860579999896,0.476190476190476,8,1,Bb4,mp+,15,144,70,15,,,,,,o,,,,,gutim,6549 +nof,214,9,1,4932,3467,,102,1080.0630579999897,,,,,,,144,77,0,,,,,,,,,,,gutim,6547 +nof,214,11,4,4934,3467,,102,1080.0630579999897,,,,,,,144,70,0,,,,,,,,,,,gutim,6549 +nof,214,8,1,4931,3468,,102,1080.1590579999897,,,,,,,144,57,0,,,,,,,,,,,gutim,6546 +nof,214,10,4,4933,3468,,102,1080.1590579999897,,,,,,,144,64,0,,,,,,,,,,,gutim,6548 +non,214,12,1,4935,3468,2054,256,1080.1590579999897,0.379464285714286,8,0,A3,p,11,144,57,11,,,,,t,o,,,,,gutim,6550 +non,214,13,1,4936,3468,2054,256,1080.1590579999897,0.476190476190476,8,0,F5,p,11,144,77,11,,,,,t,o,,,,,gutim,6551 +non,214,14,4,4937,3468,2054,256,1080.1590579999897,0.379464285714286,8,0,E4,mp-,13,144,64,13,,,,,t,o,,,,,gutim,6552 +non,214,15,4,4938,3468,2054,256,1080.1590579999897,0.476190476190476,8,0,Bb4,mp-,13,144,70,13,,,,,t,o,,,,,gutim,6553 +non,214,16,1,4939,3469,,358,1080.5390579999896,0.572916666666667,8,1,A3,,,,,,,,,,T,,,,,,gutim,6554 +non,214,17,1,4940,3469,,358,1080.5390579999896,0.476190476190476,8,1,F5,,,,,,,,,,T,,,,,,gutim,6555 +non,214,18,4,4941,3469,,358,1080.5390579999896,0.572916666666667,8,1,E4,,,,,,,,,,_,,,,,,gutim,6556 +non,214,19,4,4942,3469,,358,1080.5390579999896,0.476190476190476,8,1,Bb4,,,,,,,,,,_,,,,,,gutim,6557 +nof,214,12,1,4935,3470,,256,1081.1120579999895,,,,,,,144,57,0,,,,,,,,,,,gutim,6550 +nof,214,13,1,4936,3470,,256,1081.1120579999895,,,,,,,144,77,0,,,,,,,,,,,gutim,6551 +non,214,20,1,4943,3470,2055,512,1081.1120579999895,0.632440476190476,4,0,E7,mp,14,144,100,14,,,,,,o,,,,,gutim,6558 +non,214,21,4,4944,3470,,512,1081.1120579999895,0.189732142857143,16,0,E4,,,,,,,,,,T,,,,,,gutim,6559 +non,214,22,4,4945,3470,,512,1081.1120579999895,0.238095238095238,16,0,Bb4,,,,,,,,,,T,,,,,,gutim,6560 +nof,214,14,4,4937,3471,,256,1081.3010579999893,,,,,,,144,64,0,,,,,,,,,,,gutim,6552 +non,214,23,4,4946,3471,2056,563,1081.3010579999893,0.76264880952381,4,0,A3,pp,8,144,57,8,,,,,,o,,,,,gutim,6561 +non,214,24,4,4947,3471,2056,563,1081.3010579999893,0.952380952380952,4,0,E4,pp,8,144,64,8,,,,,,o,,,,,gutim,6562 +non,214,25,4,4948,3471,2056,563,1081.3010579999893,0.952380952380952,4,0,Bb4,pp,8,144,70,8,,,,,,o,,,,,gutim,6563 +non,214,26,4,4949,3471,2056,563,1081.3010579999893,0.952380952380952,4,0,F5,pp,8,144,77,8,,,,,,o,,,,,gutim,6564 +nof,214,15,4,4938,3472,,256,1081.3500579999893,,,,,,,144,70,0,,,,,,,,,,,gutim,6563 +nof,214,20,1,4943,3473,,512,1081.7440579999893,,,,,,,144,100,0,,,,,,,,,,,gutim,6558 +non,214,27,1,4950,3473,2057,682,1081.7440579999893,0.952380952380952,4,1,G#6,p,11,144,92,11,,,,,,o,,,,,gutim,6565 +nof,214,23,4,4946,3474,,563,1082.0640579999892,,,,,,,144,57,0,,,,,,,,,,,gutim,6561 +rst,214,28,4,4951,3474,,768,1082.0640579999892,,,,,,,176,102,0,,,,,,,,,,,gutim,6566 +nof,214,24,4,4947,3475,,563,1082.2540579999893,,,,,,,144,64,0,,,,,,,,,,,gutim,6562 +nof,214,25,4,4948,3475,,563,1082.2540579999893,,,,,,,144,70,0,,,,,,,,,,,gutim,6567 +nof,214,26,4,4949,3475,,563,1082.2540579999893,,,,,,,144,77,0,,,,,,,,,,,gutim,6564 +nof,214,27,1,4950,3476,,682,1082.6970579999895,,,,,,,144,92,0,,,,,,,,,,,gutim,6565 +non,214,29,1,4952,3476,2058,938,1082.6970579999895,0.319940476190476,8,0,F#4,pp,8,144,66,8,,,,,,o,,,,,gutim,6568 +non,214,30,1,4953,3476,2058,938,1082.6970579999895,0.476190476190476,8,0,G#6,pp,8,144,92,8,,,,,,o,,,,,gutim,6569 +non,214,31,1,4954,3476,2058,938,1082.6970579999895,0.476190476190476,8,0,E7,pp,8,144,100,8,,,,,,o,,,,,gutim,6570 +bpm,214,32,0,4955,3477,,1024,1082.9480579999895,,1,,,,,,,,,,80,,,,,,,,gutim,6571 +rst,214,33,1,4956,3477,,1024,1082.9480579999895,,,,,,,176,102,0,,,,,,,,,,,gutim,6572 +non,214,34,3,4957,3477,2059,1024,1082.9480579999895,0.08203125,32,0,C#2,ppp,5,144,37,5,,,,,,o,,,,,gutim,6573 +nof,214,6,3,4928,3478,,0,1083.0160579999895,,,,,,,144,36,0,,,,,,,,,,,gutim,6543 +nof,214,29,1,4952,3478,,938,1083.0160579999895,,,,,,,144,66,0,,,,,,,,,,,gutim,6568 +nof,214,34,3,4957,3479,,1024,1083.0310579999893,,,,,,,144,37,0,,,,,,,,,,,gutim,6573 +non,214,35,3,4958,3479,2060,1052,1083.0310579999893,0.08203125,32,0,B1,ppp,5,144,35,5,,,,,,o,,,,,gutim,6574 +nof,214,35,3,4958,3480,,1052,1083.1130579999892,,,,,,,144,35,0,,,,,,,,,,,gutim,6574 +non,214,36,3,4959,3480,2061,1080,1083.1130579999892,0.0849609375,32,0,C#2,ppp,5,144,37,5,,,,,,o,,,,,gutim,6575 +nof,214,30,1,4953,3481,,938,1083.1730579999892,,,,,,,144,92,0,,,,,,,,,,,gutim,6569 +nof,214,31,1,4954,3481,,938,1083.1730579999892,,,,,,,144,100,0,,,,,,,,,,,gutim,6570 +nof,214,36,3,4959,3482,,1080,1083.1980579999893,,,,,,,144,37,0,,,,,,,,,,,gutim,6575 +non,214,37,3,4960,3482,2062,1109,1083.1980579999893,0.08203125,32,0,B1,ppp,5,144,35,5,,,,,,o,,,,,gutim,6576 +nof,214,37,3,4960,3483,,1109,1083.2800579999891,,,,,,,144,35,0,,,,,,,,,,,gutim,6576 +non,214,38,3,4961,3483,2063,1137,1083.2800579999891,0.0849609375,32,0,C#2,ppp,5,144,37,5,,,,,,o,,,,,gutim,6577 +nof,214,38,3,4961,3484,,1137,1083.364057999989,,,,,,,144,37,0,,,,,,,,,,,gutim,6577 +non,214,39,3,4962,3484,2064,1166,1083.364057999989,0.08203125,32,0,B1,ppp,5,144,35,5,,,,,,o,,,,,gutim,6578 +nof,214,39,3,4962,3485,,1166,1083.447057999989,,,,,,,144,35,0,,,,,,,,,,,gutim,6578 +non,214,40,3,4963,3485,2065,1194,1083.447057999989,0.0849609375,32,0,C#2,ppp,5,144,37,5,,,,,,o,,,,,gutim,6579 +nof,214,40,3,4963,3486,,1194,1083.531057999989,,,,,,,144,37,0,,,,,,,,,,,gutim,6579 +non,214,41,3,4964,3486,2066,1223,1083.531057999989,0.08203125,32,0,B1,ppp,5,144,35,5,,,,,,o,,,,,gutim,6580 +nof,214,41,3,4964,3487,,1223,1083.614057999989,,,,,,,144,35,0,,,,,,,,,,,gutim,6580 +non,214,42,3,4965,3487,2067,1251,1083.614057999989,0.0849609375,32,0,C#2,ppp,5,144,37,5,,,,,,o,,,,,gutim,6581 +nof,214,42,3,4965,3488,,1251,1083.698057999989,,,,,,,144,37,0,,,,,,,,,,,gutim,6581 +non,214,43,3,4966,3488,2068,1280,1083.698057999989,0.08203125,32,0,B1,ppp,5,144,35,5,,,,,,o,,,,,gutim,6582 +nof,214,43,3,4966,3489,,1280,1083.781057999989,,,,,,,144,35,0,,,,,,,,,,,gutim,6582 +non,214,44,3,4967,3489,2069,1308,1083.781057999989,0.08203125,32,0,C#2,ppp,5,144,37,5,,,,,,o,,,,,gutim,6583 +nof,214,44,3,4967,3490,,1308,1083.8630579999888,,,,,,,144,37,0,,,,,,,,,,,gutim,6583 +ped,214,46,0,4968,3490,,1336,1083.8630579999888,,,,,,,176,64,0,,,,,,,^,,,,gutim,6545 +non,214,45,3,4969,3490,2070,1336,1083.8630579999888,0.0849609375,32,0,B1,ppp,5,144,35,5,,,,,,o,,,,,gutim,6584 +nof,214,45,3,4969,3491,,1336,1083.9480579999888,,,,,,,144,35,0,,,,,,,,,,,gutim,6584 +non,214,47,3,4970,3491,2071,1365,1083.9480579999888,0.1669921875,16,0,A3,ppp,5,144,57,5,,,,,,o,,,,,gutim,6585 +nof,214,47,3,4970,3492,,1365,1084.1140579999887,,,,,,,144,57,0,,,,,,,,,,,gutim,6585 +non,214,48,3,4971,3492,2072,1422,1084.1140579999887,0.1669921875,16,0,C#2,pp,8,144,37,8,,,,,,o,,,,,gutim,6586 +nof,214,48,3,4971,3493,,1422,1084.281057999989,,,,,,,144,37,0,,,,,,,,,,,gutim,6586 +non,214,49,3,4972,3493,2073,1479,1084.281057999989,0.1669921875,16,0,B1,p,11,144,35,11,,,,,,o,,,,,gutim,6587 +nof,214,49,3,4972,3494,,1479,1084.4480579999888,,,,,,,144,35,0,,,,,,,,,,,gutim,6587 +bar,215,0,0,4973,3494,,0,1084.4480579999888,,,,,,,,,,215,,,,,,,,,,gutim,6588 +sec,215,1,0,4974,3494,,0,1084.4480579999888,,,,,,,,,,,5974,,,,,,,,,gutim,6589 +non,215,2,1,4975,3494,2074,0,1084.4480579999888,0.75,4,0,F#4,p,11,144,66,11,,,,,,o,,d,,,gutim,6590 +non,215,3,1,4976,3494,2074,0,1084.4480579999888,0.75,4,0,G#6,p,11,144,92,11,,,,,,o,,d,,,gutim,6591 +non,215,4,1,4977,3494,2074,0,1084.4480579999888,0.75,4,0,E7,p,11,144,100,11,,,,,,o,,d,,,gutim,6592 +rst,215,5,2,4978,3494,,0,1084.4480579999888,,,,,,,176,102,0,,,,,,,,,,,gutim,6593 +non,215,6,3,4979,3494,2074,0,1084.4480579999888,0.75,4,0,E4,mp,14,144,64,14,,,,,,o,,d,,,gutim,6594 +non,215,7,3,4980,3494,2074,0,1084.4480579999888,0.75,4,0,Bb4,mp,14,144,70,14,,,,,,o,,d,,,gutim,6595 +ped,215,8,0,4981,3495,,97,1084.7330579999887,,,,,,,176,64,127,,,,,,,V,,,,gutim,6596 +nof,215,2,1,4975,3496,,0,1085.1980579999888,,,,,,,144,66,0,,,,,,,,,,,gutim,6590 +nof,215,3,1,4976,3496,,0,1085.1980579999888,,,,,,,144,92,0,,,,,,,,,,,gutim,6591 +nof,215,4,1,4977,3496,,0,1085.1980579999888,,,,,,,144,100,0,,,,,,,,,,,gutim,6592 +nof,215,6,3,4979,3496,,0,1085.1980579999888,,,,,,,144,64,0,,,,,,,,,,,gutim,6594 +nof,215,7,3,4980,3496,,0,1085.1980579999888,,,,,,,144,70,0,,,,,,,,,,,gutim,6595 +rst,215,9,1,4982,3496,,256,1085.1980579999888,,,,,,,176,102,0,,,,,,,,,,,gutim,6597 +non,215,10,3,4983,3496,2075,256,1085.1980579999888,0.1640625,16,0,A6,pp,8,144,93,8,,,,,,o,,d,,,gutim,6598 +nof,215,10,3,4983,3497,,256,1085.3630579999888,,,,,,,144,93,0,,,,,,,,,,,gutim,6598 +non,215,11,3,4984,3497,2076,312,1085.3630579999888,0.0849609375,32,0,C#6,pp-,7,144,85,7,,,,,,o,,D,,,gutim,6599 +nof,215,11,3,4984,3498,,312,1085.4480579999888,,,,,,,144,85,0,,,,,,,,,,,gutim,6599 +non,215,12,3,4985,3498,2077,341,1085.4480579999888,0.08203125,32,0,D6,pp-,7,144,86,7,,,,,,o,,,,,gutim,6600 +nof,215,12,3,4985,3499,,341,1085.5300579999887,,,,,,,144,86,0,,,,,,,,,,,gutim,6600 +non,215,13,3,4986,3499,2078,369,1085.5300579999887,0.0849609375,32,0,B5,pp-,7,144,83,7,,,,,,o,,,,,gutim,6601 +nof,215,13,3,4986,3500,,369,1085.6140579999885,,,,,,,144,83,0,,,,,,,,,,,gutim,6601 +non,215,14,3,4987,3500,2079,398,1085.6140579999885,0.08203125,32,0,D6,ppp+,6,144,86,6,,,,,,o,,,,,gutim,6602 +nof,215,14,3,4987,3501,,398,1085.6970579999886,,,,,,,144,86,0,,,,,,,,,,,gutim,6602 +non,215,15,3,4988,3501,2080,426,1085.6970579999886,0.0849609375,32,0,B5,ppp+,6,144,83,6,,,,,,o,,,,,gutim,6603 +nof,215,15,3,4988,3502,,426,1085.7810579999884,,,,,,,144,83,0,,,,,,,,,,,gutim,6603 +non,215,16,3,4989,3502,2081,455,1085.7810579999884,0.08203125,32,0,D6,ppp,5,144,86,5,,,,,,o,,,,,gutim,6604 +nof,215,16,3,4989,3503,,455,1085.8640579999885,,,,,,,144,86,0,,,,,,,,,,,gutim,6604 +non,215,17,3,4990,3503,2082,483,1085.8640579999885,0.0849609375,32,0,F7,ppp,5,144,101,5,,,,,,o,,,,,gutim,6605 +nof,215,17,3,4990,3504,,483,1085.9480579999886,,,,,,,144,101,0,,,,,,,,,,,gutim,6605 +rst,215,18,3,4991,3504,,512,1085.9480579999886,,,,,,,176,102,0,,,,,,,,,,,gutim,6606 +non,215,19,1,4992,3504,2083,512,1085.9480579999886,0.298828125,8,0,A4,mp,14,144,69,14,,,,,,o,,,,,gutim,6607 +non,215,20,1,4993,3504,2083,512,1085.9480579999886,0.375,8,0,Eb5,mp,14,144,75,14,,,,,,o,,,,,gutim,6608 +non,215,21,3,4994,3505,2084,597,1086.1980579999886,0.08203125,32,0,C#6,ppp,5,144,85,5,,,,,,o,,d,e,,gutim,6609 +nof,215,19,1,4992,3506,,512,1086.2470579999886,,,,,,,144,69,0,,,,,,,,,,,gutim,6607 +non,215,22,1,4995,3506,2085,614,1086.2470579999886,0.1494140625,16,0,F7,ppp,5,144,101,5,,,,,,o,,,,,gutim,6610 +nof,215,21,3,4994,3507,,597,1086.2800579999887,,,,,,,144,85,0,,,,,,,,,,,gutim,6609 +non,215,23,3,4996,3507,2086,625,1086.2800579999887,0.0849609375,32,0,D6,ppp,5,144,86,5,,,,,,o,,d,e,,gutim,6611 +nof,215,20,1,4993,3508,,512,1086.3230579999888,,,,,,,144,75,0,,,,,,,,,,,gutim,6608 +nof,215,23,3,4996,3509,,625,1086.3640579999887,,,,,,,144,86,0,,,,,,,,,,,gutim,6611 +non,215,24,3,4997,3509,2087,654,1086.3640579999887,0.08203125,32,0,B5,ppp,5,144,83,5,,,,,,o,,d,e,,gutim,6612 +nof,215,22,1,4995,3510,,614,1086.3970579999889,,,,,,,144,101,0,,,,,,,,,,,gutim,6610 +non,215,25,1,4998,3510,2088,665,1086.3970579999889,0.1494140625,16,0,A6,ppp,5,144,93,5,,,,,,o,,,,,gutim,6613 +nof,215,24,3,4997,3511,,654,1086.447057999989,,,,,,,144,83,0,,,,,,,,,,,gutim,6612 +non,215,26,3,4999,3511,2089,682,1086.447057999989,0.0849609375,32,0,C#6,ppp,5,144,85,5,,,,,,o,,d,e,,gutim,6614 +nof,215,26,3,4999,3512,,682,1086.531057999989,,,,,,,144,85,0,,,,,,,,,,,gutim,6614 +non,215,27,3,5000,3512,2090,711,1086.531057999989,0.08203125,32,0,B5,ppp,5,144,83,5,,,,,,o,,d,e,,gutim,6615 +nof,215,25,1,4998,3513,,665,1086.5460579999888,,,,,,,144,93,0,,,,,,,,,,,gutim,6613 +non,215,28,1,5001,3513,2091,716,1086.5460579999888,0.15234375,16,0,F7,ppp,5,144,101,5,,,,,,o,,,,,gutim,6616 +nof,215,27,3,5000,3514,,711,1086.6140579999887,,,,,,,144,83,0,,,,,,,,,,,gutim,6615 +non,215,29,3,5002,3514,2092,739,1086.6140579999887,0.0849609375,32,0,D6,ppp,5,144,86,5,,,,,,o,,d,e,,gutim,6617 +nof,215,28,1,5001,3515,,716,1086.6980579999888,,,,,,,144,101,0,,,,,,,,,,,gutim,6616 +nof,215,29,3,5002,3515,,739,1086.6980579999888,,,,,,,144,86,0,,,,,,,,,,,gutim,6617 +non,215,30,3,5003,3515,2093,768,1086.6980579999888,0.08203125,32,0,C#6,ppp,5,144,85,5,,,,,,o,,d,e,,gutim,6618 +rst,215,31,1,5004,3515,,768,1086.6980579999888,,,,,,,176,102,0,,,,,,,,,,,gutim,6619 +nof,215,30,3,5003,3516,,768,1086.781057999989,,,,,,,144,85,0,,,,,,,,,,,gutim,6618 +non,215,32,3,5005,3516,2094,796,1086.781057999989,0.08203125,32,0,D6,ppp,5,144,86,5,,,,,,o,,d,e,,gutim,6620 +non,215,33,1,5006,3517,2095,819,1086.848057999989,0.1494140625,16,0,A6,ppp,5,144,93,5,,,,,,o,,,,,gutim,6621 +nof,215,32,3,5005,3518,,796,1086.8630579999888,,,,,,,144,86,0,,,,,,,,,,,gutim,6620 +non,215,34,3,5007,3518,2096,824,1086.8630579999888,0.0849609375,32,0,B5,ppp,5,144,83,5,,,,,,o,,d,e,,gutim,6622 +nof,215,34,3,5007,3519,,824,1086.9480579999888,,,,,,,144,83,0,,,,,,,,,,,gutim,6622 +non,215,35,3,5008,3519,2097,853,1086.9480579999888,0.08203125,32,0,C#6,ppp,5,144,85,5,,,,,,o,,d,e,,gutim,6623 +nof,215,33,1,5006,3520,,819,1086.9970579999888,,,,,,,144,93,0,,,,,,,,,,,gutim,6621 +non,215,36,1,5009,3520,2098,870,1086.9970579999888,0.1494140625,16,0,F7,ppp,5,144,101,5,,,,,,o,,,,,gutim,6624 +nof,215,35,3,5008,3521,,853,1087.0300579999887,,,,,,,144,85,0,,,,,,,,,,,gutim,6623 +non,215,37,3,5010,3521,2099,881,1087.0300579999887,0.0849609375,32,0,B5,ppp,5,144,83,5,,,,,,o,,d,e,,gutim,6625 +nof,215,37,3,5010,3522,,881,1087.1140579999885,,,,,,,144,83,0,,,,,,,,,,,gutim,6625 +non,215,38,3,5011,3522,2100,910,1087.1140579999885,0.08203125,32,0,D6,ppp,5,144,86,5,,,,,,o,,d,e,,gutim,6626 +nof,215,36,1,5009,3523,,870,1087.1470579999884,,,,,,,144,101,0,,,,,,,,,,,gutim,6624 +non,215,39,1,5012,3523,2101,921,1087.1470579999884,0.1494140625,16,0,A6,ppp,5,144,93,5,,,,,,o,,,,,gutim,6627 +nof,215,38,3,5011,3524,,910,1087.1970579999886,,,,,,,144,86,0,,,,,,,,,,,gutim,6626 +non,215,40,3,5013,3524,2102,938,1087.1970579999886,0.0849609375,32,0,C#6,ppp,5,144,85,5,,,,,,o,,d,e,,gutim,6628 +ped,215,44,0,5014,3525,,995,1087.2560579999886,,,,,,,176,64,0,,,,,,,^,,,,gutim,6596 +nof,215,40,3,5013,3526,,938,1087.2810579999884,,,,,,,144,85,0,,,,,,,,,,,gutim,6628 +non,215,41,3,5015,3526,2103,967,1087.2810579999884,0.08203125,32,0,B5,ppp,5,144,83,5,,,,,,o,,d,e,,gutim,6629 +nof,215,39,1,5012,3527,,921,1087.2960579999883,,,,,,,144,93,0,,,,,,,,,,,gutim,6627 +non,215,42,1,5016,3527,2104,972,1087.2960579999883,0.15234375,16,0,F7,ppp,5,144,101,5,,,,,,o,,,,,gutim,6630 +nof,215,41,3,5015,3528,,967,1087.3640579999883,,,,,,,144,83,0,,,,,,,,,,,gutim,6629 +non,215,43,3,5017,3528,2105,995,1087.3640579999883,0.0849609375,32,0,D6,ppp,5,144,86,5,,,,,,o,,d,e,,gutim,6631 +nof,215,42,1,5016,3529,,972,1087.4480579999884,,,,,,,144,101,0,,,,,,,,,,,gutim,6630 +nof,215,43,3,5017,3529,,995,1087.4480579999884,,,,,,,144,86,0,,,,,,,,,,,gutim,6631 +non,215,45,3,5018,3529,2106,1024,1087.4480579999884,0.75,4,0,E4,pp,8,144,64,8,,,,,,o,,d,E,,gutim,6632 +non,215,46,3,5019,3529,2106,1024,1087.4480579999884,0.75,4,0,Bb4,pp,8,144,70,8,,,,,,o,,d,E 5975,,gutim,6633 +non,215,48,1,5020,3529,2106,1024,1087.4480579999884,0.75,4,0,F#4,pp,8,144,66,8,,,,,,o,,d,,,gutim,6634 +non,215,49,1,5021,3529,2106,1024,1087.4480579999884,0.75,4,0,G#6,pp,8,144,92,8,,,,,,o,,d,,,gutim,6635 +non,215,50,1,5022,3529,2106,1024,1087.4480579999884,0.75,4,0,F7,pp,8,144,101,8,,,,,,o,,d 5975,,,gutim,6636 +rst,215,51,2,5023,3529,,1024,1087.4480579999884,,,,,,,176,102,0,,,,,,,,,,,gutim,6637 +sec,215,52,0,5024,3529,,1024,1087.4480579999884,,,,,,,,,,,5975,,,,,,,,,gutim,6638 +rst,215,53,2,5025,3530,,1049,1087.5220579999884,,,,,,,176,102,0,,,,,,,,,,,gutim,6639 +ped,215,47,0,5026,3531,,1024,1087.5560579999885,,,,,,,176,64,127,,,,,,,V,,,,gutim,6640 +non,215,54,2,5027,3532,2107,1088,1087.6360579999885,0.111328125,32,1,A6,pp,8,144,93,8,,,,,,o,,,,,gutim,6641 +nof,215,54,2,5027,3533,,1088,1087.7470579999883,,,,,,,144,93,0,,,,,,,,,,,gutim,6641 +non,215,55,2,5028,3533,2108,1126,1087.7470579999883,0.076171875,32,0,C#6,pp,8,144,85,8,,,,,,o,,,,,gutim,6642 +nof,215,55,2,5028,3534,,1126,1087.8230579999884,,,,,,,144,85,0,,,,,,,,,,,gutim,6642 +non,215,56,2,5029,3534,2109,1152,1087.8230579999884,0.0732421875,32,0,D6,pp,8,144,86,8,,,,,,o,,,,,gutim,6643 +nof,215,56,2,5029,3535,,1152,1087.8970579999884,,,,,,,144,86,0,,,,,,,,,,,gutim,6643 +non,215,57,2,5030,3535,2110,1177,1087.8970579999884,0.1142578125,32,1,B5,pp,8,144,83,8,,,,,,o,,,,,gutim,6644 +nof,215,57,2,5030,3536,,1177,1088.0110579999885,,,,,,,144,83,0,,,,,,,,,,,gutim,6644 +non,215,58,2,5031,3536,2111,1216,1088.0110579999885,0.111328125,32,1,D6,pp,8,144,86,8,,,,,,o,,,,,gutim,6645 +nof,215,50,1,5022,3537,,1024,1088.1220579999883,,,,,,,144,101,0,,,,,,,,,,,gutim,6636 +nof,215,58,2,5031,3537,,1216,1088.1220579999883,,,,,,,144,86,0,,,,,,,,,,,gutim,6645 +non,215,59,2,5032,3537,2112,1254,1088.1220579999883,0.076171875,32,0,F7,pp,8,144,101,8,,,,,,o,,,,,gutim,6646 +nof,215,45,3,5018,3538,,1024,1088.1980579999884,,,,,,,144,64,0,,,,,,,,,,,gutim,6632 +nof,215,46,3,5019,3538,,1024,1088.1980579999884,,,,,,,144,70,0,,,,,,,,,,,gutim,6633 +nof,215,48,1,5020,3538,,1024,1088.1980579999884,,,,,,,144,66,0,,,,,,,,,,,gutim,6634 +nof,215,49,1,5021,3538,,1024,1088.1980579999884,,,,,,,144,92,0,,,,,,,,,,,gutim,6635 +nof,215,59,2,5032,3538,,1254,1088.1980579999884,,,,,,,144,101,0,,,,,,,,,,,gutim,6646 +non,215,60,3,5033,3538,2113,1280,1088.1980579999884,0.75,4,0,A4,mp,14,144,69,14,,,,,,o,,,,,gutim,6647 +non,215,61,3,5034,3538,2113,1280,1088.1980579999884,0.75,4,0,Eb5,mp,14,144,75,14,,,,,,o,,,,,gutim,6648 +non,215,62,1,5035,3538,2113,1280,1088.1980579999884,0.111328125,32,1,C#5,pp,8,144,73,8,,,,,,o,,,,,gutim,6649 +rst,215,63,2,5036,3538,,1280,1088.1980579999884,,,,,,,176,102,0,,,,,,,,,,,gutim,6650 +nof,215,62,1,5035,3539,,1280,1088.3100579999884,,,,,,,144,73,0,,,,,,,,,,,gutim,6649 +non,215,64,1,5037,3539,2114,1318,1088.3100579999884,0.111328125,32,1,B4,pp,8,144,71,8,,,,,,o,,,,,gutim,6651 +nof,215,64,1,5037,3540,,1318,1088.4210579999883,,,,,,,144,71,0,,,,,,,,,,,gutim,6651 +non,215,65,1,5038,3540,2115,1356,1088.4210579999883,0.1142578125,32,1,D6,pp,8,144,86,8,,,,,,o,,,,,gutim,6652 +nof,215,65,1,5038,3541,,1356,1088.5350579999883,,,,,,,144,86,0,,,,,,,,,,,gutim,6652 +non,215,66,1,5039,3541,2116,1395,1088.5350579999883,0.0732421875,32,0,F7,pp+,9,144,101,9,,,,,,o,,,,,gutim,6653 +nof,215,66,1,5039,3542,,1395,1088.6090579999884,,,,,,,144,101,0,,,,,,,,,,,gutim,6653 +non,215,67,1,5040,3542,2117,1420,1088.6090579999884,0.1142578125,32,1,A6,pp+,9,144,93,9,,,,,,o,,,,,gutim,6654 +nof,215,67,1,5040,3543,,1420,1088.7230579999884,,,,,,,144,93,0,,,,,,,,,,,gutim,6654 +non,215,68,1,5041,3543,2118,1459,1088.7230579999884,0.111328125,32,1,C#5,pp+,9,144,73,9,,,,,,o,,,,,gutim,6655 +nof,215,68,1,5041,3544,,1459,1088.8340579999883,,,,,,,144,73,0,,,,,,,,,,,gutim,6655 +non,215,69,1,5042,3544,2119,1497,1088.8340579999883,0.076171875,32,0,B4,pp+,9,144,71,9,,,,,,o,,,,,gutim,6656 +nof,215,69,1,5042,3545,,1497,1088.9100579999883,,,,,,,144,71,0,,,,,,,,,,,gutim,6656 +non,215,70,1,5043,3545,2120,1523,1088.9100579999883,0.0380859375,64,0,A5,p-,10,144,81,10,,,,,t,o,,,,,gutim,6657 +nof,215,60,3,5033,3546,,1280,1088.9480579999884,,,,,,,144,69,0,,,,,,,,,,,gutim,6647 +nof,215,61,3,5034,3546,,1280,1088.9480579999884,,,,,,,144,75,0,,,,,,,,,,,gutim,6648 +bar,216,0,0,5044,3546,,0,1088.9480579999884,,,,,,,,,,216,,,,,,,,,,gutim,6658 +non,216,1,1,5045,3546,,0,1088.9480579999884,0.0732421875,32,0,A5,,,,,,,,,,T,,,,,,gutim,6659 +rst,216,2,3,5046,3546,,0,1088.9480579999884,,,,,,,176,102,0,,,,,,,,,,,gutim,6660 +nof,215,70,1,5043,3547,,1523,1089.0220579999884,,,,,,,144,81,0,,,,,,,,,,,gutim,6657 +non,216,3,1,5047,3547,2121,25,1089.0220579999884,0.1142578125,32,1,C#4,p-,10,144,61,10,,,,,,o,,,,,gutim,6661 +nof,216,3,1,5047,3548,,25,1089.1360579999885,,,,,,,144,61,0,,,,,,,,,,,gutim,6661 +non,216,4,1,5048,3548,2122,64,1089.1360579999885,0.111328125,32,1,B3,p-,10,144,59,10,,,,,,o,,,,,gutim,6662 +nof,216,4,1,5048,3549,,64,1089.2470579999883,,,,,,,144,59,0,,,,,,,,,,,gutim,6662 +non,216,5,1,5049,3549,2123,102,1089.2470579999883,0.076171875,32,0,D5,p-,10,144,74,10,,,,,,o,,,,,gutim,6663 +nof,216,5,1,5049,3550,,102,1089.3230579999884,,,,,,,144,74,0,,,,,,,,,,,gutim,6663 +non,216,6,1,5050,3550,2124,128,1089.3230579999884,0.111328125,32,1,B3,p-,10,144,59,10,,,,,,o,,,,,gutim,6664 +nof,216,6,1,5050,3551,,128,1089.4350579999884,,,,,,,144,59,0,,,,,,,,,,,gutim,6664 +non,216,7,1,5051,3551,2125,166,1089.4350579999884,0.111328125,32,1,D5,p,11,144,74,11,,,,,,o,,,,,gutim,6665 +nof,216,7,1,5051,3552,,166,1089.5460579999883,,,,,,,144,74,0,,,,,,,,,,,gutim,6665 +non,216,8,1,5052,3552,2126,204,1089.5460579999883,0.076171875,32,0,F7,p,11,144,101,11,,,,,,o,,,,,gutim,6666 +nof,216,8,1,5052,3553,,204,1089.6220579999883,,,,,,,144,101,0,,,,,,,,,,,gutim,6666 +non,216,9,1,5053,3553,2127,230,1089.6220579999883,0.076171875,32,0,A4,p,11,144,69,11,,,,,t,o,,,,,gutim,6667 +non,216,10,1,5054,3554,,256,1089.6980579999884,0.0732421875,32,0,A4,,,,,,,,,,T,,,,,,gutim,6668 +non,216,11,1,5055,3555,2128,281,1089.7720579999884,0.1142578125,32,1,C#3,pp,8,144,49,8,,,,,,o,,,,,gutim,6669 +nof,216,9,1,5053,3556,,230,1089.8470579999885,,,,,,,144,69,0,,,,,,,,,,,gutim,6667 +nof,216,11,1,5055,3557,,281,1089.8860579999885,,,,,,,144,49,0,,,,,,,,,,,gutim,6669 +non,216,12,1,5056,3557,2129,320,1089.8860579999885,0.111328125,32,1,D4,pp,8,144,62,8,,,,,,o,,,,,gutim,6670 +nof,216,12,1,5056,3558,,320,1089.9970579999883,,,,,,,144,62,0,,,,,,,,,,,gutim,6670 +non,216,13,1,5057,3558,2130,358,1089.9970579999883,0.1494140625,16,0,B2,pp,8,144,47,8,,,,,,o,,,,,gutim,6671 +nof,216,13,1,5057,3559,,358,1090.1470579999884,,,,,,,144,47,0,,,,,,,,,,,gutim,6671 +non,216,14,1,5058,3559,2131,409,1090.1470579999884,0.1494140625,16,0,D4,pp,8,144,62,8,,,,,,o,,,,,gutim,6672 +nof,216,14,1,5058,3560,,409,1090.2960579999883,,,,,,,144,62,0,,,,,,,,,,,gutim,6672 +non,216,15,1,5059,3560,2132,460,1090.2960579999883,0.15234375,16,0,F6,pp,8,144,89,8,,,,,,o,,,,,gutim,6673 +nof,216,15,1,5059,3561,,460,1090.4480579999884,,,,,,,144,89,0,,,,,,,,,,,gutim,6673 +non,216,16,1,5060,3561,2133,512,1090.4480579999884,0.123046875,16,0,A4,mp,14,144,69,14,,,,,,o,,,,,gutim,6674 +non,216,17,1,5061,3561,2133,512,1090.4480579999884,0.1875,16,0,Eb5,mp,14,144,75,14,,,,,,o,,,,,gutim,6675 +nof,216,16,1,5060,3562,,512,1090.5720579999884,,,,,,,144,69,0,,,,,,,,,,,gutim,6674 +non,216,18,1,5062,3562,2134,554,1090.5720579999884,0.1259765625,16,0,Gb3,mp,14,144,54,14,,,,,,o,,,,,gutim,6676 +nof,216,17,1,5061,3563,,512,1090.6360579999885,,,,,,,144,75,0,,,,,,,,,,,gutim,6675 +nof,216,18,1,5062,3564,,554,1090.6980579999884,,,,,,,144,54,0,,,,,,,,,,,gutim,6676 +non,216,19,1,5063,3564,2135,597,1090.6980579999884,0.1259765625,16,0,F5,mp,14,144,77,14,,,,,,o,,,,,gutim,6677 +nof,216,19,1,5063,3565,,597,1090.8230579999884,,,,,,,144,77,0,,,,,,,,,,,gutim,6677 +non,216,20,1,5064,3565,2136,640,1090.8230579999884,0.2490234375,8,0,Db4,mp,14,144,61,14,,,,,,o,,,,,gutim,6678 +nof,216,20,1,5064,3566,,640,1091.0730579999884,,,,,,,144,61,0,,,,,,,,,,,gutim,6678 +non,216,21,1,5065,3566,2137,725,1091.0730579999884,0.0615234375,32,0,A4,mf,17,144,69,17,,,,,,o,,,,,gutim,6679 +non,216,22,1,5066,3566,2137,725,1091.0730579999884,0.09375,32,0,Eb5,mf,17,144,75,17,,,,,,o,,,,,gutim,6680 +non,216,23,1,5067,3566,2137,725,1091.0730579999884,0.09375,32,0,F5,mf,17,144,77,17,,,,,,o,,,,,gutim,6681 +nof,216,21,1,5065,3567,,725,1091.1340579999883,,,,,,,144,69,0,,,,,,,,,,,gutim,6679 +non,216,24,1,5068,3567,2138,746,1091.1340579999883,0.064453125,32,0,Gb3,mf+,18,144,54,18,,,,,,o,,,,,gutim,6682 +nof,216,22,1,5066,3568,,725,1091.1660579999882,,,,,,,144,75,0,,,,,,,,,,,gutim,6680 +nof,216,23,1,5067,3568,,725,1091.1660579999882,,,,,,,144,77,0,,,,,,,,,,,gutim,6681 +nof,216,24,1,5068,3569,,746,1091.1980579999884,,,,,,,144,54,0,,,,,,,,,,,gutim,6682 +non,216,25,1,5069,3569,2139,768,1091.1980579999884,0.0615234375,32,0,A4,f-,19,144,69,19,,,,,,o,,,,,gutim,6683 +non,216,26,1,5070,3569,2139,768,1091.1980579999884,0.09375,32,0,Eb5,f-,19,144,75,19,,,,,,o,,,,,gutim,6684 +non,216,27,1,5071,3569,2139,768,1091.1980579999884,0.09375,32,0,F5,f-,19,144,77,19,,,,,,o,,,,,gutim,6685 +nof,216,25,1,5069,3570,,768,1091.2600579999882,,,,,,,144,69,0,,,,,,,,,,,gutim,6683 +non,216,28,1,5072,3570,2140,789,1091.2600579999882,0.0615234375,32,0,Db4,f-,19,144,61,19,,,,,,o,,,,,gutim,6686 +nof,216,26,1,5070,3571,,768,1091.2920579999882,,,,,,,144,75,0,,,,,,,,,,,gutim,6684 +nof,216,27,1,5071,3571,,768,1091.2920579999882,,,,,,,144,77,0,,,,,,,,,,,gutim,6685 +nof,216,28,1,5072,3572,,789,1091.3220579999881,,,,,,,144,61,0,,,,,,,,,,,gutim,6686 +non,216,29,1,5073,3572,2141,810,1091.3220579999881,0.09375,32,1,A4,f,20,144,69,20,,,,,,o,,,,,gutim,6687 +non,216,30,1,5074,3572,2141,810,1091.3220579999881,0.09375,32,1,Eb5,f,20,144,75,20,,,,,,o,,,,,gutim,6688 +non,216,31,1,5075,3572,2141,810,1091.3220579999881,0.09375,32,1,F5,f,20,144,77,20,,,,,,o,,,,,gutim,6689 +nof,216,29,1,5073,3573,,810,1091.415057999988,,,,,,,144,69,0,,,,,,,,,,,gutim,6687 +nof,216,30,1,5074,3573,,810,1091.415057999988,,,,,,,144,75,0,,,,,,,,,,,gutim,6688 +nof,216,31,1,5075,3573,,810,1091.415057999988,,,,,,,144,77,0,,,,,,,,,,,gutim,6689 +non,216,32,1,5076,3573,2142,842,1091.415057999988,0.09375,32,1,Db4,f,20,144,61,20,,,,,,o,,,,,gutim,6690 +nof,216,32,1,5076,3574,,842,1091.509057999988,,,,,,,144,61,0,,,,,,,,,,,gutim,6690 +non,216,33,1,5077,3574,2143,874,1091.509057999988,0.064453125,32,0,Gb3,f,20,144,54,20,,,,,,o,,,,,gutim,6691 +nof,216,33,1,5077,3575,,874,1091.5730579999881,,,,,,,144,54,0,,,,,,,,,,,gutim,6691 +rst,216,34,1,5078,3575,,896,1091.5730579999881,,,,,,,176,102,0,,,,,,,,,,,gutim,6692 +rst,216,35,1,5079,3576,,1024,1091.9480579999881,,,,,,,176,102,0,,,,,,,,,,,gutim,6693 +non,216,36,3,5080,3576,2144,1024,1091.9480579999881,0.75,4,0,E4,mp,14,144,64,14,,,,,,o,,,,,gutim,6694 +non,216,37,3,5081,3576,2144,1024,1091.9480579999881,0.75,4,0,Bb4,mp,14,144,70,14,,,,,,o,,,,,gutim,6695 +non,216,38,3,5082,3576,2144,1024,1091.9480579999881,0.75,4,0,C6,mp,14,144,84,14,,,,,,o,,,,,gutim,6696 +nof,216,36,3,5080,3577,,1024,1092.6980579999881,,,,,,,144,64,0,,,,,,,,,,,gutim,6694 +nof,216,37,3,5081,3577,,1024,1092.6980579999881,,,,,,,144,70,0,,,,,,,,,,,gutim,6695 +nof,216,38,3,5082,3577,,1024,1092.6980579999881,,,,,,,144,84,0,,,,,,,,,,,gutim,6696 +rst,216,39,1,5083,3577,,1280,1092.6980579999881,,,,,,,176,102,0,,,,,,,,,,,gutim,6697 +rst,216,40,3,5084,3577,,1280,1092.6980579999881,,,,,,,176,102,0,,,,,,,,,,,gutim,6698 +non,216,41,1,5085,3578,2145,1344,1092.886057999988,0.09375,32,0,Eb5,f,20,144,75,20,,,,,,o,,,,,gutim,6699 +nof,216,41,1,5085,3579,,1344,1092.980057999988,,,,,,,144,75,0,,,,,,,,,,,gutim,6699 +non,216,42,1,5086,3579,2146,1376,1092.980057999988,0.09375,32,0,A3,f,20,144,57,20,,,,,,o,,,,,gutim,6700 +nof,216,42,1,5086,3580,,1376,1093.0730579999881,,,,,,,144,57,0,,,,,,,,,,,gutim,6700 +non,216,43,1,5087,3580,2147,1408,1093.0730579999881,0.0615234375,32,0,Gb2,f,20,144,42,20,,,,,,o,,,,,gutim,6701 +nof,216,43,1,5087,3581,,1408,1093.1350579999882,,,,,,,144,42,0,,,,,,,,,,,gutim,6701 +non,216,44,1,5088,3581,2148,1429,1093.1350579999882,0.0615234375,32,0,A3,f,20,144,57,20,,,,,,o,,,,,gutim,6702 +non,216,45,1,5089,3581,2148,1429,1093.1350579999882,0.09375,32,0,Eb5,f,20,144,75,20,,,,,,o,,,,,gutim,6703 +non,216,46,1,5090,3581,2148,1429,1093.1350579999882,0.09375,32,0,F5,f,20,144,77,20,,,,,,o,,,,,gutim,6704 +nof,216,44,1,5088,3582,,1429,1093.1970579999881,,,,,,,144,57,0,,,,,,,,,,,gutim,6702 +non,216,47,1,5091,3582,2149,1450,1093.1970579999881,0.064453125,32,0,Gb2,f,20,144,42,20,,,,,,o,,,,,gutim,6705 +nof,216,45,1,5089,3583,,1429,1093.229057999988,,,,,,,144,75,0,,,,,,,,,,,gutim,6703 +nof,216,46,1,5090,3583,,1429,1093.229057999988,,,,,,,144,77,0,,,,,,,,,,,gutim,6704 +nof,216,47,1,5091,3584,,1450,1093.261057999988,,,,,,,144,42,0,,,,,,,,,,,gutim,6705 +non,216,48,1,5092,3584,2150,1472,1093.261057999988,0.09375,32,0,Db3,f,20,144,49,20,,,,,,o,,,,,gutim,6706 +nof,216,48,1,5092,3585,,1472,1093.355057999988,,,,,,,144,49,0,,,,,,,,,,,gutim,6706 +non,216,49,1,5093,3585,2151,1504,1093.355057999988,0.09375,32,0,Gb2,f,20,144,42,20,,,,,,o,,,,,gutim,6707 +nof,216,49,1,5093,3586,,1504,1093.4480579999881,,,,,,,144,42,0,,,,,,,,,,,gutim,6707 +bar,217,0,0,5094,3586,,0,1093.4480579999881,,,,,,,,,,217,,,,,,,,,,gutim,6708 +non,217,1,1,5095,3586,2152,0,1093.4480579999881,0.2490234375,8,0,E4,mf,17,144,64,17,,,,,,o,,,,,gutim,6709 +non,217,2,1,5096,3586,2152,0,1093.4480579999881,0.375,8,0,Bb4,mf,17,144,70,17,,,,,,o,,,,,gutim,6710 +non,217,3,1,5097,3586,2152,0,1093.4480579999881,0.375,8,0,C6,mf,17,144,84,17,,,,,,o,,,,,gutim,6711 +rst,217,4,3,5098,3586,,0,1093.4480579999881,,,,,,,176,102,0,,,,,,,,,,,gutim,6712 +nof,217,1,1,5095,3587,,0,1093.6980579999881,,,,,,,144,64,0,,,,,,,,,,,gutim,6709 +non,217,5,1,5099,3587,2153,85,1093.6980579999881,0.375,8,1,G#3,mf+,18,144,56,18,,,,,,o,,,,,gutim,6713 +nof,217,2,1,5096,3588,,0,1093.8230579999881,,,,,,,144,70,0,,,,,,,,,,,gutim,6710 +nof,217,3,1,5097,3588,,0,1093.8230579999881,,,,,,,144,84,0,,,,,,,,,,,gutim,6711 +ped,217,6,0,5100,3589,,213,1094.022057999988,,,,,,,176,64,0,,,,,,,^,,,,gutim,6640 +nof,217,5,1,5099,3590,,85,1094.073057999988,,,,,,,144,56,0,,,,,,,,,,,gutim,6713 +non,217,7,1,5101,3590,2154,213,1094.073057999988,0.1259765625,16,0,E4,f,20,144,64,20,,,,,t,o,,,,,gutim,6714 +non,217,8,1,5102,3590,2154,213,1094.073057999988,0.1875,16,0,Bb4,f,20,144,70,20,,,,,t,o,,,,,gutim,6715 +non,217,9,1,5103,3590,2154,213,1094.073057999988,0.1875,16,0,C6,f,20,144,84,20,,,,,t,o,,,,,gutim,6716 +non,217,10,1,5104,3590,2154,213,1094.073057999988,0.1875,16,0,Db7,f,20,144,97,20,,,,,t,o,,,,,gutim,6717 +non,217,11,1,5105,3591,,256,1094.198057999988,2.25,2,1,E4,,,,,,,,,,T,,,,,,gutim,6718 +non,217,12,1,5106,3591,,256,1094.198057999988,1.5,2,1,Bb4,,,,,,,,,,T,,,,,,gutim,6719 +non,217,13,1,5107,3591,,256,1094.198057999988,1.5,2,1,C6,,,,,,,,,,T,,,,,,gutim,6720 +non,217,14,1,5108,3591,,256,1094.198057999988,1.5,2,1,Db7,,,,,,,,,,T,,,,,,gutim,6721 +rst,217,15,3,5109,3591,,256,1094.198057999988,,,,,,,176,102,0,,,,,,,,,,,gutim,6722 +rst,217,17,3,5110,3592,,281,1094.272057999988,,,,,,,176,102,0,,,,,,,,,,,gutim,6723 +ped,217,16,0,5111,3593,,281,1094.3220579999881,,,,,,,176,64,127,,,,,,,V,,,,gutim,6724 +non,217,18,3,5112,3594,2155,320,1094.386057999988,0.111328125,32,1,A4,mp,14,144,69,14,,,,,,o,,,,,gutim,6725 +nof,217,18,3,5112,3595,,320,1094.4970579999879,,,,,,,144,69,0,,,,,,,,,,,gutim,6725 +non,217,19,3,5113,3595,2156,358,1094.4970579999879,0.076171875,32,0,C#3,mp,14,144,49,14,,,,,,o,,,,,gutim,6726 +nof,217,19,3,5113,3596,,358,1094.573057999988,,,,,,,144,49,0,,,,,,,,,,,gutim,6726 +non,217,20,3,5114,3596,2157,384,1094.573057999988,0.0732421875,32,0,D3,mp-,13,144,50,13,,,,,,o,,,,,gutim,6727 +nof,217,20,3,5114,3597,,384,1094.647057999988,,,,,,,144,50,0,,,,,,,,,,,gutim,6727 +non,217,21,3,5115,3597,2158,409,1094.647057999988,0.1142578125,32,1,B2,mp-,13,144,47,13,,,,,,o,,,,,gutim,6728 +nof,217,21,3,5115,3598,,409,1094.761057999988,,,,,,,144,47,0,,,,,,,,,,,gutim,6728 +non,217,22,3,5116,3598,2159,448,1094.761057999988,0.111328125,32,1,D3,mp-,13,144,50,13,,,,,,o,,,,,gutim,6729 +nof,217,22,3,5116,3599,,448,1094.8720579999879,,,,,,,144,50,0,,,,,,,,,,,gutim,6729 +non,217,23,3,5117,3599,2160,486,1094.8720579999879,0.076171875,32,0,F5,mp-,13,144,77,13,,,,,,o,,,,,gutim,6730 +nof,217,23,3,5117,3600,,486,1094.948057999988,,,,,,,144,77,0,,,,,,,,,,,gutim,6730 +non,217,24,3,5118,3600,2161,512,1094.948057999988,0.111328125,32,1,C#2,p+,12,144,37,12,,,,,,o,,,e,,gutim,6731 +non,217,25,3,5119,3600,2161,512,1094.948057999988,0.09375,32,1,A4,p+,12,144,69,12,,,,,,o,,,e,,gutim,6732 +nof,217,25,3,5119,3601,,512,1095.042057999988,,,,,,,144,69,0,,,,,,,,,,,gutim,6732 +nof,217,24,3,5118,3602,,512,1095.060057999988,,,,,,,144,37,0,,,,,,,,,,,gutim,6731 +non,217,26,3,5120,3602,2162,550,1095.060057999988,0.111328125,32,1,B1,p+,12,144,35,12,,,,,,o,,,e,,gutim,6733 +nof,217,26,3,5120,3603,,550,1095.1710579999879,,,,,,,144,35,0,,,,,,,,,,,gutim,6733 +non,217,27,3,5121,3603,2163,588,1095.1710579999879,0.1142578125,32,1,D3,p+,12,144,50,12,,,,,,o,,,e,,gutim,6734 +nof,217,27,3,5121,3604,,588,1095.2850579999879,,,,,,,144,50,0,,,,,,,,,,,gutim,6734 +non,217,28,3,5122,3604,2164,627,1095.2850579999879,0.0732421875,32,0,B1,p,11,144,35,11,,,,,,o,,,E,,gutim,6735 +non,217,29,3,5123,3604,2164,627,1095.2850579999879,0.09375,32,0,C#2,p,11,144,37,11,,,,,,o,,,E,,gutim,6736 +non,217,30,3,5124,3604,2164,627,1095.2850579999879,0.09375,32,0,F4,p,11,144,65,11,,,,,,o,,,E 5976,,gutim,6737 +nof,217,28,3,5122,3605,,627,1095.359057999988,,,,,,,144,35,0,,,,,,,,,,,gutim,6735 +non,217,31,3,5125,3605,2165,652,1095.359057999988,0.1142578125,32,1,A3,p,11,144,57,11,,,,,,o,,,,,gutim,6738 +nof,217,29,3,5123,3606,,627,1095.379057999988,,,,,,,144,37,0,,,,,,,,,,,gutim,6736 +nof,217,30,3,5124,3606,,627,1095.379057999988,,,,,,,144,65,0,,,,,,,,,,,gutim,6737 +nof,217,31,3,5125,3607,,652,1095.473057999988,,,,,,,144,57,0,,,,,,,,,,,gutim,6738 +non,217,32,3,5126,3607,2166,691,1095.473057999988,0.111328125,32,1,C#2,p,11,144,37,11,,,,,,o,,,,,gutim,6739 +nof,217,32,3,5126,3608,,691,1095.5840579999879,,,,,,,144,37,0,,,,,,,,,,,gutim,6739 +non,217,33,3,5127,3608,2167,729,1095.5840579999879,0.076171875,32,0,B1,p,11,144,35,11,,,,,,o,,,,,gutim,6740 +nof,217,33,3,5127,3609,,729,1095.6600579999879,,,,,,,144,35,0,,,,,,,,,,,gutim,6740 +non,217,34,3,5128,3609,2168,755,1095.6600579999879,0.0380859375,64,0,A2,p-,10,144,45,10,,,,,t,o,,,,,gutim,6741 +non,217,35,3,5129,3610,,768,1095.698057999988,0.0732421875,32,0,A2,,,,,,,,,,T,,,,,,gutim,6742 +nof,217,8,1,5102,3611,,213,1095.7600579999878,,,,,,,144,70,0,,,,,,,,,,,gutim,6715 +nof,217,9,1,5103,3611,,213,1095.7600579999878,,,,,,,144,84,0,,,,,,,,,,,gutim,6716 +nof,217,10,1,5104,3611,,213,1095.7600579999878,,,,,,,144,97,0,,,,,,,,,,,gutim,6717 +nof,217,34,3,5128,3612,,755,1095.7720579999877,,,,,,,144,45,0,,,,,,,,,,,gutim,6741 +non,217,36,3,5130,3612,2169,793,1095.7720579999877,0.1142578125,32,1,C#1,p-,10,144,25,10,,,,,,o,,,,,gutim,6743 +nof,217,36,3,5130,3613,,793,1095.8860579999878,,,,,,,144,25,0,,,,,,,,,,,gutim,6743 +non,217,37,3,5131,3613,2170,832,1095.8860579999878,0.111328125,32,1,B0,p-,10,144,23,10,,,,,,o,,,,,gutim,6744 +nof,217,37,3,5131,3614,,832,1095.9970579999879,,,,,,,144,23,0,,,,,,,,,,,gutim,6744 +non,217,38,3,5132,3614,2171,870,1095.9970579999879,0.076171875,32,0,D2,pp+,9,144,38,9,,,,,,o,,,,,gutim,6745 +nof,217,38,3,5132,3615,,870,1096.073057999988,,,,,,,144,38,0,,,,,,,,,,,gutim,6745 +non,217,39,3,5133,3615,2172,896,1096.073057999988,0.111328125,32,1,B0,pp+,9,144,23,9,,,,,,o,,,,,gutim,6746 +nof,217,39,3,5133,3616,,896,1096.185057999988,,,,,,,144,23,0,,,,,,,,,,,gutim,6746 +non,217,40,3,5134,3616,2173,934,1096.185057999988,0.111328125,32,1,D2,pp+,9,144,38,9,,,,,,o,,,,,gutim,6747 +nof,217,40,3,5134,3617,,934,1096.2960579999879,,,,,,,144,38,0,,,,,,,,,,,gutim,6747 +non,217,41,3,5135,3617,2174,972,1096.2960579999879,0.076171875,32,0,F3,pp+,9,144,53,9,,,,,,o,,,,,gutim,6748 +nof,217,41,3,5135,3618,,972,1096.3720579999879,,,,,,,144,53,0,,,,,,,,,,,gutim,6748 +non,217,42,3,5136,3618,2175,998,1096.3720579999879,0.076171875,32,0,A1,pp,8,144,33,8,,,,,t,o,,,,,gutim,6749 +nof,217,7,1,5101,3619,,213,1096.448057999988,,,,,,,144,64,0,,,,,,,,,,,gutim,6714 +ped,217,44,0,5137,3619,,1024,1096.448057999988,,,,,,,176,64,0,,,,,,,^,,,,gutim,6724 +non,217,43,3,5138,3619,,1024,1096.448057999988,0.0732421875,32,0,A1,,,,,,,,,,T,,,,,,gutim,6750 +rst,217,45,1,5139,3619,,1024,1096.448057999988,,,,,,,176,102,0,,,,,,,,,,,gutim,6751 +nof,217,42,3,5136,3620,,998,1096.522057999988,,,,,,,144,33,0,,,,,,,,,,,gutim,6749 +non,217,46,3,5140,3620,2176,1049,1096.522057999988,0.1142578125,32,1,C#1,pp,8,144,25,8,,,,,,o,,,,,gutim,6752 +nof,217,46,3,5140,3621,,1049,1096.636057999988,,,,,,,144,25,0,,,,,,,,,,,gutim,6752 +non,217,47,3,5141,3621,2177,1088,1096.636057999988,0.111328125,32,1,D1,pp,8,144,26,8,,,,,,o,,,,,gutim,6753 +nof,217,47,3,5141,3622,,1088,1096.7470579999879,,,,,,,144,26,0,,,,,,,,,,,gutim,6753 +non,217,48,3,5142,3622,2178,1126,1096.7470579999879,0.1494140625,16,0,B0,pp,8,144,23,8,,,,,,o,,,,,gutim,6754 +nof,217,48,3,5142,3623,,1126,1096.897057999988,,,,,,,144,23,0,,,,,,,,,,,gutim,6754 +non,217,49,3,5143,3623,2179,1177,1096.897057999988,0.1494140625,16,0,D1,pp,8,144,26,8,,,,,,o,,,,,gutim,6755 +nof,217,49,3,5143,3624,,1177,1097.0460579999879,,,,,,,144,26,0,,,,,,,,,,,gutim,6755 +non,217,50,3,5144,3624,2180,1228,1097.0460579999879,0.15234375,16,0,F2,pp,8,144,41,8,,,,,,o,,,,,gutim,6756 +nof,217,50,3,5144,3625,,1228,1097.198057999988,,,,,,,144,41,0,,,,,,,,,,,gutim,6756 +rst,217,52,1,5145,3625,,1280,1097.198057999988,,,,,,,176,102,0,,,,,,,,,,,gutim,6757 +non,217,53,3,5146,3625,2181,1280,1097.198057999988,0.22265625,16,1,B0,pp,8,144,23,8,,,,,,o,,,,,gutim,6758 +non,217,54,3,5147,3625,2181,1280,1097.198057999988,0.1875,16,1,C#1,pp,8,144,25,8,,,,,,o,,,,,gutim,6759 +non,217,55,3,5148,3625,2181,1280,1097.198057999988,0.1875,16,1,A1,pp,8,144,33,8,,,,,,o,,,,,gutim,6760 +ped,217,51,0,5149,3625,,1280,1097.198057999988,,,,,,,176,64,127,,,,,,,V,,,,gutim,6761 +nof,217,54,3,5147,3626,,1280,1097.386057999988,,,,,,,144,25,0,,,,,,,,,,,gutim,6759 +nof,217,55,3,5148,3626,,1280,1097.386057999988,,,,,,,144,33,0,,,,,,,,,,,gutim,6760 +nof,217,53,3,5146,3627,,1280,1097.4210579999879,,,,,,,144,23,0,,,,,,,,,,,gutim,6758 +non,217,56,3,5150,3627,2182,1356,1097.4210579999879,0.15234375,16,0,D1,pp,8,144,26,8,,,,,,o,,,,,gutim,6762 +nof,217,56,3,5150,3628,,1356,1097.573057999988,,,,,,,144,26,0,,,,,,,,,,,gutim,6762 +non,217,57,3,5151,3628,2183,1408,1097.573057999988,0.1494140625,16,0,F2,pp,8,144,41,8,,,,,,o,,,,,gutim,6763 +nof,217,57,3,5151,3629,,1408,1097.723057999988,,,,,,,144,41,0,,,,,,,,,,,gutim,6763 +rst,217,58,3,5152,3629,,1459,1097.723057999988,,,,,,,176,102,0,,,,,,,,,,,gutim,6764 +non,217,59,1,5153,3630,2184,1472,1097.761057999988,0.09375,32,0,Bb1,mp,14,144,34,14,,,,,,o,,,,,gutim,6765 +nof,217,59,1,5153,3631,,1472,1097.855057999988,,,,,,,144,34,0,,,,,,,,,,,gutim,6765 +non,217,60,1,5154,3631,2185,1504,1097.855057999988,0.09375,32,0,F2,mp-,13,144,41,13,,,,,,o,,,,,gutim,6766 +nof,217,60,1,5154,3632,,1504,1097.9480579999881,,,,,,,144,41,0,,,,,,,,,,,gutim,6766 +bar,218,0,0,5155,3632,,0,1097.9480579999881,,,,,,,,,,218,,,,,,,,,,gutim,6767 +non,218,1,1,5156,3632,2186,0,1097.9480579999881,0.28125,16,1,Db4,p+,12,144,61,12,,,,,,o,,,,,gutim,6768 +rst,218,2,3,5157,3632,,0,1097.9480579999881,,,,,,,176,102,0,,,,,,,,,,,gutim,6769 +nof,218,1,1,5156,3633,,0,1098.230057999988,,,,,,,144,61,0,,,,,,,,,,,gutim,6768 +non,218,3,1,5158,3633,2187,96,1098.230057999988,0.09375,32,0,Bb1,p-,10,144,34,10,,,,,,o,,,,,gutim,6770 +non,218,4,1,5159,3633,2187,96,1098.230057999988,0.09375,32,0,F3,p-,10,144,53,10,,,,,,o,,,,,gutim,6771 +nof,218,3,1,5158,3634,,96,1098.3230579999881,,,,,,,144,34,0,,,,,,,,,,,gutim,6770 +nof,218,4,1,5159,3634,,96,1098.3230579999881,,,,,,,144,53,0,,,,,,,,,,,gutim,6771 +non,218,5,1,5160,3634,2188,128,1098.3230579999881,0.09375,32,0,Db4,pp+,9,144,61,9,,,,,,o,,,,,gutim,6772 +nof,218,5,1,5160,3635,,128,1098.417057999988,,,,,,,144,61,0,,,,,,,,,,,gutim,6772 +non,218,6,1,5161,3635,2189,160,1098.417057999988,0.28125,16,1,Bb1,pp,8,144,34,8,,,,,,o,,,,,gutim,6773 +nof,218,6,1,5161,3636,,160,1098.698057999988,,,,,,,144,34,0,,,,,,,,,,,gutim,6773 +bpm,218,7,0,5162,3637,,256,1098.792057999988,,1,,,,,,,,,,60,,,,,,,,gutim,6774 +non,218,8,1,5163,3637,2190,256,1098.792057999988,4,1,0,Db5,pp,8,144,73,8,,,,,,o,,,,,gutim,6775 +rst,218,9,3,5164,3637,,256,1098.792057999988,,,,,,,176,102,0,,,,,,,,,,,gutim,6776 +ped,218,11,0,5165,3638,,1280,1101.792057999988,,,,,,,176,64,0,,,,,,,^,,,,gutim,6761 +bpm,218,10,0,5166,3638,,1280,1101.792057999988,,1,,,,,,,,,,80,,,,,,,,gutim,6777 +rst,218,12,1,5167,3638,,1280,1101.792057999988,,,,,,,176,102,0,,,,,,,,,,,gutim,6778 +rst,218,13,3,5168,3638,,1280,1101.792057999988,,,,,,,176,102,0,,,,,,,,,,,gutim,6779 +bar,219,0,0,5169,3639,,0,1102.542057999988,,,,,,,,,,219,,,,,,,,,,gutim,6780 +nof,218,8,1,5163,3640,,256,1102.792057999988,,,,,,,144,73,0,,,,,,,,,,,gutim,6775 +sec,219,1,0,5170,3641,,0,1103.1420579999879,,,,,,,,,,,5976,,,,,,,,,gutim,6781 +non,219,2,1,5171,3641,2191,0,1103.1420579999879,1.5,2,0,Eb5,mp,14,144,75,14,,,,,,o,,d,,,gutim,6782 +non,219,3,2,5172,3641,2191,0,1103.1420579999879,0.9990234375,2,0,A5,mp,14,144,81,14,,,,,,o,,d,,,gutim,6783 +non,219,4,3,5173,3641,2191,0,1103.1420579999879,0.375,8,0,Ab4,ppp,5,144,68,5,,,,,,o,,d,,t,gutim,6784 +rst,219,5,4,5174,3641,,0,1103.1420579999879,,,,,,,176,102,0,,,,,,,,,,,gutim,6785 +nof,219,4,3,5173,3642,,0,1103.5170579999879,,,,,,,144,68,0,,,,,,,,,,,gutim,6784 +non,219,6,3,5175,3642,2192,128,1103.5170579999879,0.375,8,0,D3,ppp+,6,144,50,6,,,,,,o,,d,,,gutim,6786 +nof,219,6,3,5175,3643,,128,1103.8920579999879,,,,,,,144,50,0,,,,,,,,,,,gutim,6786 +non,219,8,3,5176,3643,2193,256,1103.8920579999879,0.75,4,0,F#5,pp,8,144,78,8,,,,,,o,,,,t,gutim,6787 +rst,219,9,4,5177,3643,,256,1103.8920579999879,,,,,,,176,102,0,,,,,,,,,,,gutim,6788 +ped,219,7,0,5178,3643,,256,1103.8920579999879,,,,,,,176,64,127,,,,,,,V,,,,gutim,6789 +non,219,10,4,5179,3644,2194,288,1103.986057999988,0.09375,32,0,A1,ff,22,144,33,22,,,,,,o,,d,,,gutim,6790 +nof,219,10,4,5179,3645,,288,1104.080057999988,,,,,,,144,33,0,,,,,,,,,,,gutim,6790 +non,219,11,4,5180,3645,2195,320,1104.080057999988,0.375,8,0,G4,ff,22,144,67,22,,,,,,o,,d,,,gutim,6791 +nof,219,3,2,5172,3646,,0,1104.141057999988,,,,,,,144,81,0,,,,,,,,,,,gutim,6783 +non,219,12,2,5181,3646,2196,341,1104.141057999988,0.5009765625,4,0,D4,mp,14,144,62,14,,,,,,o,,d,,,gutim,6792 +nof,219,11,4,5180,3647,,320,1104.455057999988,,,,,,,144,67,0,,,,,,,,,,,gutim,6791 +non,219,13,4,5182,3647,2197,448,1104.455057999988,0.09375,32,0,A1,pp,8,144,33,8,,,,,,o,,d,,,gutim,6793 +nof,219,13,4,5182,3648,,448,1104.548057999988,,,,,,,144,33,0,,,,,,,,,,,gutim,6793 +ped,219,14,0,5183,3648,,480,1104.548057999988,,,,,,,176,64,0,,,,,,,^,,,,gutim,6789 +non,219,15,4,5184,3648,2198,480,1104.548057999988,0.09375,32,0,G4,pp,8,144,67,8,,,,,,o,,d,,,gutim,6794 +nof,219,2,1,5171,3649,,0,1104.6420579999879,,,,,,,144,75,0,,,,,,,,,,,gutim,6782 +nof,219,8,3,5176,3649,,256,1104.6420579999879,,,,,,,144,78,0,,,,,,,,,,,gutim,6787 +nof,219,12,2,5181,3649,,341,1104.6420579999879,,,,,,,144,62,0,,,,,,,,,,,gutim,6792 +nof,219,15,4,5184,3649,,480,1104.6420579999879,,,,,,,144,67,0,,,,,,,,,,,gutim,6794 +non,219,16,1,5185,3649,2199,512,1104.6420579999879,0.75,4,0,F5,mp,14,144,77,14,,,,,,o,,d,,,gutim,6795 +non,219,17,2,5186,3649,2199,512,1104.6420579999879,0.123046875,16,0,B2,pp,8,144,47,8,,,,,,o,,,,t,gutim,6796 +non,219,18,3,5187,3649,2199,512,1104.6420579999879,1.5,2,0,E2,pp,8,144,40,8,,,,,,o,,,,,gutim,6797 +non,219,19,4,5188,3649,2199,512,1104.6420579999879,1.5,2,0,Bb1,pp,8,144,34,8,,,,,,o,,d,,,gutim,6798 +nof,219,17,2,5186,3650,,512,1104.765057999988,,,,,,,144,47,0,,,,,,,,,,,gutim,6796 +non,219,20,2,5189,3650,2200,554,1104.765057999988,0.1259765625,16,0,Bb6,p,11,144,94,11,,,,,,o,,,,,gutim,6799 +nof,219,20,2,5189,3651,,554,1104.8910579999879,,,,,,,144,94,0,,,,,,,,,,,gutim,6799 +rst,219,21,2,5190,3651,,597,1104.8910579999879,,,,,,,176,102,0,,,,,,,,,,,gutim,6800 +non,219,22,2,5191,3652,2201,682,1105.140057999988,0.251953125,8,0,F7,pp,8,144,101,8,,,,,,o,,,,,gutim,6801 +nof,219,16,1,5185,3653,,512,1105.3920579999879,,,,,,,144,77,0,,,,,,,,,,,gutim,6795 +nof,219,22,2,5191,3653,,682,1105.3920579999879,,,,,,,144,101,0,,,,,,,,,,,gutim,6801 +non,219,23,1,5192,3653,2202,768,1105.3920579999879,0.375,8,0,Eb5,pp-,7,144,75,7,,,,,,o,,,,t,gutim,6802 +non,219,24,2,5193,3653,2202,768,1105.3920579999879,0.75,4,0,F#5,ppp,5,144,78,5,,,,,,o,,D 5977,,,gutim,6803 +nof,219,23,1,5192,3654,,768,1105.7670579999879,,,,,,,144,75,0,,,,,,,,,,,gutim,6802 +rst,219,25,1,5194,3654,,896,1105.7670579999879,,,,,,,176,102,0,,,,,,,,,,,gutim,6804 +nof,219,18,3,5187,3655,,512,1106.1420579999879,,,,,,,144,40,0,,,,,,,,,,,gutim,6797 +nof,219,19,4,5188,3655,,512,1106.1420579999879,,,,,,,144,34,0,,,,,,,,,,,gutim,6798 +nof,219,24,2,5193,3655,,768,1106.1420579999879,,,,,,,144,78,0,,,,,,,,,,,gutim,6803 +non,219,26,1,5195,3655,2203,,1106.1420579999879,0.05,8,0,B3,pp-,7,144,59,7,,,,g,,o,,,,,gutim,6805 +nof,219,26,1,5195,3656,,,1106.192057999988,,,,,,,144,59,0,,,,,,,,,,,gutim,6805 +non,219,27,1,5196,3657,2204,,1106.2170579999881,0.05,8,0,G#4,pp-,7,144,68,7,,,,g,,o,,,,,gutim,6806 +nof,219,27,1,5196,3658,,,1106.267057999988,,,,,,,144,68,0,,,,,,,,,,,gutim,6806 +bar,220,0,0,5197,3659,,0,1106.292057999988,,,,,,,,,,220,,,,,,,,,,gutim,6807 +non,220,1,1,5198,3659,2205,0,1106.292057999988,0.75,4,0,A4,pp,8,144,69,8,,,,,,o,,,,T,gutim,6808 +non,220,2,1,5199,3659,2205,0,1106.292057999988,0.75,4,0,Bb5,pp,8,144,82,8,,,,,,o,,,,T 5977,gutim,6809 +rst,220,3,2,5200,3659,,0,1106.292057999988,,,,,,,176,102,0,,,,,,,,,,,gutim,6810 +non,220,4,3,5201,3659,2205,0,1106.292057999988,0.123046875,16,0,C#2,pp,8,144,37,8,,,,,,o,,,,,gutim,6811 +non,220,5,4,5202,3659,2205,0,1106.292057999988,0.5244140625,8,2,C1,pp,8,144,24,8,,,,,,o,,,,,gutim,6812 +nof,220,4,3,5201,3660,,0,1106.415057999988,,,,,,,144,37,0,,,,,,,,,,,gutim,6811 +non,220,6,3,5203,3660,2206,42,1106.415057999988,0.1259765625,16,0,B1,pp,8,144,35,8,,,,,,o,,,,,gutim,6813 +nof,220,6,3,5203,3661,,42,1106.541057999988,,,,,,,144,35,0,,,,,,,,,,,gutim,6813 +non,220,7,3,5204,3661,2207,85,1106.541057999988,0.1259765625,16,0,C#2,pp,8,144,37,8,,,,,,o,,,,,gutim,6814 +nof,220,7,3,5204,3662,,85,1106.667057999988,,,,,,,144,37,0,,,,,,,,,,,gutim,6814 +non,220,8,3,5205,3662,2208,128,1106.667057999988,0.123046875,16,0,B1,pp,8,144,35,8,,,,,,o,,,,,gutim,6815 +nof,220,8,3,5205,3663,,128,1106.790057999988,,,,,,,144,35,0,,,,,,,,,,,gutim,6815 +non,220,9,3,5206,3663,2209,170,1106.790057999988,0.251953125,8,0,A3,pp,8,144,57,8,,,,,,o,,,,,gutim,6816 +nof,220,5,4,5202,3664,,0,1106.817057999988,,,,,,,144,24,0,,,,,,,,,,,gutim,6812 +non,220,11,4,5207,3664,2210,179,1106.817057999988,0.0732421875,32,0,E6,pp,8,144,88,8,,,,,,o,,,,,gutim,6817 +ped,220,10,0,5208,3664,,179,1106.817057999988,,,,,,,176,64,127,,,,,,,V,,,,gutim,6818 +nof,220,11,4,5207,3665,,179,1106.890057999988,,,,,,,144,88,0,,,,,,,,,,,gutim,6817 +non,220,12,4,5209,3665,2211,204,1106.890057999988,0.076171875,32,0,C1,pp,8,144,24,8,,,,,,o,,,,,gutim,6819 +nof,220,12,4,5209,3666,,204,1106.966057999988,,,,,,,144,24,0,,,,,,,,,,,gutim,6819 +non,220,13,4,5210,3666,2212,230,1106.966057999988,0.076171875,32,0,E6,pp,8,144,88,8,,,,,t,o,,,,,gutim,6820 +nof,220,1,1,5198,3667,,0,1107.042057999988,,,,,,,144,69,0,,,,,,,,,,,gutim,6808 +nof,220,2,1,5199,3667,,0,1107.042057999988,,,,,,,144,82,0,,,,,,,,,,,gutim,6809 +nof,220,9,3,5206,3667,,170,1107.042057999988,,,,,,,144,57,0,,,,,,,,,,,gutim,6816 +non,220,14,1,5211,3667,2213,256,1107.042057999988,0.75,4,0,Bb5,pp,8,144,82,8,,,,,,o,,,,,gutim,6821 +rst,220,15,2,5212,3667,,256,1107.042057999988,,,,,,,176,102,0,,,,,,,,,,,gutim,6822 +rst,220,16,3,5213,3667,,256,1107.042057999988,,,,,,,176,102,0,,,,,,,,,,,gutim,6823 +non,220,17,4,5214,3667,,256,1107.042057999988,0.4482421875,8,1,E6,,,,,,,,,,T,,,,,,gutim,6824 +nof,220,13,4,5210,3668,,230,1107.490057999988,,,,,,,144,88,0,,,,,,,,,,,gutim,6820 +non,220,18,4,5215,3668,2214,409,1107.490057999988,0.076171875,32,0,A5,pp,8,144,81,8,,,,,,o,,,,,gutim,6825 +nof,220,18,4,5215,3669,,409,1107.567057999988,,,,,,,144,81,0,,,,,,,,,,,gutim,6825 +non,220,19,4,5216,3669,2215,435,1107.567057999988,0.0732421875,32,0,F#3,pp,8,144,54,8,,,,,,o,,,,,gutim,6826 +nof,220,19,4,5216,3670,,435,1107.640057999988,,,,,,,144,54,0,,,,,,,,,,,gutim,6826 +non,220,20,4,5217,3670,2216,460,1107.640057999988,0.15234375,16,0,G#5,pp,8,144,80,8,,,,,,o,,,,,gutim,6827 +nof,220,14,1,5211,3671,,256,1107.792057999988,,,,,,,144,82,0,,,,,,,,,,,gutim,6821 +nof,220,20,4,5217,3671,,460,1107.792057999988,,,,,,,144,80,0,,,,,,,,,,,gutim,6827 +non,220,21,1,5218,3671,2217,512,1107.792057999988,0.75,4,0,D2,pp,8,144,38,8,,,,,,o,,,,,gutim,6828 +rst,220,22,2,5219,3671,,512,1107.792057999988,,,,,,,176,102,0,,,,,,,,,,,gutim,6829 +non,220,23,3,5220,3671,2217,512,1107.792057999988,0.75,4,0,C#1,pp,8,144,25,8,,,,,,o,,,,,gutim,6830 +non,220,24,4,5221,3671,2217,512,1107.792057999988,0.0732421875,32,0,A5,pp,8,144,81,8,,,,,,o,,,,,gutim,6831 +nof,220,24,4,5221,3672,,512,1107.865057999988,,,,,,,144,81,0,,,,,,,,,,,gutim,6831 +non,220,25,4,5222,3672,2218,537,1107.865057999988,0.076171875,32,0,G#5,pp,8,144,80,8,,,,,,o,,,,,gutim,6832 +nof,220,25,4,5222,3673,,537,1107.942057999988,,,,,,,144,80,0,,,,,,,,,,,gutim,6832 +non,220,26,4,5223,3673,2219,563,1107.942057999988,0.0732421875,32,0,C2,pp,8,144,36,8,,,,,,o,,,,,gutim,6833 +nof,220,26,4,5223,3674,,563,1108.015057999988,,,,,,,144,36,0,,,,,,,,,,,gutim,6833 +non,220,27,4,5224,3674,2220,588,1108.015057999988,0.076171875,32,0,A4,pp,8,144,69,8,,,,,,o,,,,,gutim,6834 +nof,220,27,4,5224,3675,,588,1108.091057999988,,,,,,,144,69,0,,,,,,,,,,,gutim,6834 +non,220,28,4,5225,3675,2221,614,1108.091057999988,0.2255859375,16,1,E5,pp,8,144,76,8,,,,,,o,,,,,gutim,6835 +nof,220,28,4,5225,3676,,614,1108.317057999988,,,,,,,144,76,0,,,,,,,,,,,gutim,6835 +non,220,29,4,5226,3676,2222,691,1108.317057999988,0.0732421875,32,0,G#4,pp,8,144,68,8,,,,,,o,,,e,,gutim,6836 +nof,220,29,4,5226,3677,,691,1108.390057999988,,,,,,,144,68,0,,,,,,,,,,,gutim,6836 +non,220,30,4,5227,3677,2223,716,1108.390057999988,0.076171875,32,0,E5,pp,8,144,76,8,,,,,,o,,,e,,gutim,6837 +nof,220,30,4,5227,3678,,716,1108.466057999988,,,,,,,144,76,0,,,,,,,,,,,gutim,6837 +non,220,31,4,5228,3678,2224,742,1108.466057999988,0.076171875,32,0,G#4,pp,8,144,68,8,,,,,,o,,,e,,gutim,6838 +nof,220,21,1,5218,3679,,512,1108.542057999988,,,,,,,144,38,0,,,,,,,,,,,gutim,6828 +nof,220,23,3,5220,3679,,512,1108.542057999988,,,,,,,144,25,0,,,,,,,,,,,gutim,6830 +nof,220,31,4,5228,3679,,742,1108.542057999988,,,,,,,144,68,0,,,,,,,,,,,gutim,6838 +rst,220,32,1,5229,3679,,768,1108.542057999988,,,,,,,176,102,0,,,,,,,,,,,gutim,6839 +rst,220,33,2,5230,3679,,768,1108.542057999988,,,,,,,176,102,0,,,,,,,,,,,gutim,6840 +non,220,34,3,5231,3679,2225,768,1108.542057999988,0.1875,16,0,D2,pp,8,144,38,8,,,,,,o,,,,,gutim,6841 +non,220,35,4,5232,3679,2225,768,1108.542057999988,0.0732421875,32,0,E5,pp,8,144,76,8,,,,,,o,,,e,,gutim,6842 +nof,220,35,4,5232,3680,,768,1108.615057999988,,,,,,,144,76,0,,,,,,,,,,,gutim,6842 +non,220,36,4,5233,3680,2226,793,1108.615057999988,0.076171875,32,0,G#4,pp,8,144,68,8,,,,,,o,,,e,,gutim,6843 +nof,220,36,4,5233,3681,,793,1108.692057999988,,,,,,,144,68,0,,,,,,,,,,,gutim,6843 +non,220,37,4,5234,3681,2227,819,1108.692057999988,0.0732421875,32,0,F#2,pp,8,144,42,8,,,,,,o,,,e,,gutim,6844 +nof,220,34,3,5231,3682,,768,1108.730057999988,,,,,,,144,38,0,,,,,,,,,,,gutim,6841 +rst,220,38,3,5235,3682,,832,1108.730057999988,,,,,,,176,102,0,,,,,,,,,,,gutim,6845 +nof,220,37,4,5234,3683,,819,1108.7650579999881,,,,,,,144,42,0,,,,,,,,,,,gutim,6844 +non,220,39,4,5236,3683,2228,844,1108.7650579999881,0.076171875,32,0,A4,pp,8,144,69,8,,,,,,o,,,e,,gutim,6846 +non,220,40,1,5237,3684,2229,853,1108.7910579999882,0.5009765625,4,0,F5,pp,8,144,77,8,,,,,,o,,,,,gutim,6847 +nof,220,39,4,5236,3685,,844,1108.8410579999884,,,,,,,144,69,0,,,,,,,,,,,gutim,6846 +non,220,41,4,5238,3685,2230,870,1108.8410579999884,0.076171875,32,0,G#4,pp,8,144,68,8,,,,,,o,,,e,,gutim,6848 +nof,220,41,4,5238,3686,,870,1108.9170579999884,,,,,,,144,68,0,,,,,,,,,,,gutim,6848 +non,220,42,3,5239,3686,2231,896,1108.9170579999884,0.09375,32,0,F#4,pp,8,144,66,8,,,,,,o,,,,,gutim,6849 +non,220,43,4,5240,3686,2231,896,1108.9170579999884,0.0732421875,32,0,A4,pp,8,144,69,8,,,,,,o,,,e,,gutim,6850 +nof,220,43,4,5240,3687,,896,1108.9900579999885,,,,,,,144,69,0,,,,,,,,,,,gutim,6850 +non,220,44,4,5241,3687,2232,921,1108.9900579999885,0.076171875,32,0,E5,pp,8,144,76,8,,,,,,o,,,e,,gutim,6851 +nof,220,42,3,5239,3688,,896,1109.0110579999885,,,,,,,144,66,0,,,,,,,,,,,gutim,6849 +non,220,45,3,5242,3688,2233,928,1109.0110579999885,0.09375,32,0,G#3,pp,8,144,56,8,,,,,,o,,,,,gutim,6852 +nof,220,44,4,5241,3689,,921,1109.0670579999885,,,,,,,144,76,0,,,,,,,,,,,gutim,6851 +non,220,46,4,5243,3689,2234,947,1109.0670579999885,0.0732421875,32,0,G#4,pp,8,144,68,8,,,,,,o,,,e,,gutim,6853 +nof,220,45,3,5242,3690,,928,1109.1050579999885,,,,,,,144,56,0,,,,,,,,,,,gutim,6852 +non,220,47,3,5244,3690,2235,960,1109.1050579999885,0.09375,32,0,D1,pp,8,144,26,8,,,,,,o,,,,,gutim,6854 +nof,220,46,4,5243,3691,,947,1109.1400579999886,,,,,,,144,68,0,,,,,,,,,,,gutim,6853 +non,220,48,4,5245,3691,2236,972,1109.1400579999886,0.076171875,32,0,F#2,pp,8,144,42,8,,,,,,o,,,e,,gutim,6855 +nof,220,47,3,5244,3692,,960,1109.1980579999886,,,,,,,144,26,0,,,,,,,,,,,gutim,6854 +rst,220,49,3,5246,3692,,992,1109.1980579999886,,,,,,,176,102,0,,,,,,,,,,,gutim,6856 +nof,220,48,4,5245,3693,,972,1109.2160579999886,,,,,,,144,42,0,,,,,,,,,,,gutim,6855 +non,220,50,4,5247,3693,2237,998,1109.2160579999886,0.076171875,32,0,A3,pp,8,144,57,8,,,,,,o,,,E 5977,,gutim,6857 +ped,220,51,0,5248,3694,,1023,1109.2890579999887,,,,,,,176,64,0,,,,,,,^,,,,gutim,6818 +nof,220,40,1,5237,3695,,853,1109.2920579999886,,,,,,,144,77,0,,,,,,,,,,,gutim,6847 +nof,220,50,4,5247,3695,,998,1109.2920579999886,,,,,,,144,57,0,,,,,,,,,,,gutim,6857 +bar,221,0,0,5249,3695,,0,1109.2920579999886,,,,,,,,,,221,,,,,,,,,,gutim,6858 +sec,221,1,0,5250,3695,,0,1109.2920579999886,,,,,,,,,,,5977,,,,,,,,,gutim,6859 +rst,221,2,1,5251,3695,,0,1109.2920579999886,,,,,,,176,102,0,,,,,,,,,,,gutim,6860 +non,221,3,3,5252,3695,2238,0,1109.2920579999886,0.1875,16,0,D4,pp,8,144,62,8,,,,,,o,,d,,,gutim,6861 +non,221,4,4,5253,3695,2238,0,1109.2920579999886,0.75,4,0,C1,pp,8,144,24,8,,,,,,o,,d,,,gutim,6862 +non,221,5,4,5254,3695,2238,0,1109.2920579999886,0.75,4,0,E3,mf,17,144,52,17,,,,,,o,,d,,,gutim,6863 +non,221,6,4,5255,3695,2238,0,1109.2920579999886,0.75,4,0,B3,p,11,144,59,11,,,,,,o,,d,,,gutim,6864 +nof,221,3,3,5252,3696,,0,1109.4800579999885,,,,,,,144,62,0,,,,,,,,,,,gutim,6861 +non,221,7,3,5256,3696,2239,64,1109.4800579999885,0.5625,8,1,C2,p,11,144,36,11,,,,,,o,,d,,,gutim,6865 +non,221,9,1,5257,3697,2240,102,1109.5910579999886,0.298828125,8,0,A2,p,11,144,45,11,,,,,,o,,D,,,gutim,6866 +ped,221,8,0,5258,3697,,102,1109.5910579999886,,,,,,,176,64,127,,,,,,,V,,,,gutim,6867 +nof,221,9,1,5257,3698,,102,1109.8900579999886,,,,,,,144,45,0,,,,,,,,,,,gutim,6866 +non,221,10,1,5259,3698,2241,204,1109.8900579999886,0.15234375,16,0,A2,mp,14,144,45,14,,,,,,o,,,,,gutim,6868 +non,221,11,1,5260,3698,2241,204,1109.8900579999886,0.1875,16,0,G5,mp,14,144,79,14,,,,,,o,,,,,gutim,6869 +nof,221,4,4,5253,3699,,0,1110.0420579999884,,,,,,,144,24,0,,,,,,,,,,,gutim,6862 +nof,221,5,4,5254,3699,,0,1110.0420579999884,,,,,,,144,52,0,,,,,,,,,,,gutim,6863 +nof,221,6,4,5255,3699,,0,1110.0420579999884,,,,,,,144,59,0,,,,,,,,,,,gutim,6864 +nof,221,7,3,5256,3699,,64,1110.0420579999884,,,,,,,144,36,0,,,,,,,,,,,gutim,6865 +nof,221,10,1,5259,3699,,204,1110.0420579999884,,,,,,,144,45,0,,,,,,,,,,,gutim,6868 +rst,221,12,1,5261,3699,,256,1110.0420579999884,,,,,,,176,102,0,,,,,,,,,,,gutim,6870 +non,221,13,3,5262,3699,2242,256,1110.0420579999884,0.1875,16,1,Bb2,mp+,15,144,46,15,,,,,,o,,,,,gutim,6871 +rst,221,14,4,5263,3699,,256,1110.0420579999884,,,,,,,176,102,0,,,,,,,,,,,gutim,6872 +nof,221,11,1,5260,3700,,204,1110.0770579999885,,,,,,,144,79,0,,,,,,,,,,,gutim,6869 +nof,221,13,3,5262,3701,,256,1110.2300579999885,,,,,,,144,46,0,,,,,,,,,,,gutim,6871 +non,221,15,3,5264,3701,2243,320,1110.2300579999885,0.123046875,16,0,Db5,mf,17,144,73,17,,,,,,o,,,,,gutim,6873 +nof,221,15,3,5264,3702,,320,1110.3530579999886,,,,,,,144,73,0,,,,,,,,,,,gutim,6873 +non,221,16,3,5265,3702,2244,362,1110.3530579999886,0.1259765625,16,0,Bb2,mf+,18,144,46,18,,,,,,o,,,,,gutim,6874 +non,221,17,3,5266,3702,2244,362,1110.3530579999886,0.1875,16,0,F3,mf+,18,144,53,18,,,,,,o,,,,,gutim,6875 +non,221,18,3,5267,3702,2244,362,1110.3530579999886,0.1875,16,0,Db5,mf+,18,144,73,18,,,,,,o,,,,,gutim,6876 +nof,221,16,3,5265,3703,,362,1110.4790579999885,,,,,,,144,46,0,,,,,,,,,,,gutim,6874 +non,221,19,3,5268,3703,2245,405,1110.4790579999885,0.1875,16,1,A1,f-,19,144,33,19,,,,,,o,,,,,gutim,6877 +nof,221,17,3,5266,3704,,362,1110.5400579999884,,,,,,,144,53,0,,,,,,,,,,,gutim,6875 +nof,221,18,3,5267,3704,,362,1110.5400579999884,,,,,,,144,73,0,,,,,,,,,,,gutim,6876 +ped,221,20,0,5269,3705,,469,1110.6540579999885,,,,,,,176,64,0,,,,,,,^,,,,gutim,6867 +nof,221,19,3,5268,3706,,405,1110.6660579999884,,,,,,,144,33,0,,,,,,,,,,,gutim,6877 +non,221,21,3,5270,3706,2246,,1110.6660579999884,0.05,8,0,A5,f+,21,144,81,21,,,,g,,o,,,,,gutim,6878 +nof,221,21,3,5270,3707,,,1110.7160579999884,,,,,,,144,81,0,,,,,,,,,,,gutim,6878 +non,221,22,3,5271,3708,2247,,1110.7410579999885,0.05,8,0,D5,f+,21,144,74,21,,,,g,,o,,,,,gutim,6879 +nof,221,22,3,5271,3709,,,1110.7910579999884,,,,,,,144,74,0,,,,,,,,,,,gutim,6879 +non,221,23,3,5272,3710,2248,469,1110.8160579999883,0.1259765625,16,0,G5,ff,22,144,79,22,,,,,,o,,,,,gutim,6880 +nof,221,23,3,5272,3711,,469,1110.9420579999885,,,,,,,144,79,0,,,,,,,,,,,gutim,6880 +non,221,25,1,5273,3711,2249,512,1110.9420579999885,0.09375,32,0,C#2,p,11,144,37,11,,,,,,o,,d,e,,gutim,6881 +non,221,26,3,5274,3711,2249,512,1110.9420579999885,1.5,2,0,Bb1,ff,22,144,34,22,,,,,,o,,d,,,gutim,6882 +rst,221,27,4,5275,3711,,512,1110.9420579999885,,,,,,,176,102,0,,,,,,,,,,,gutim,6883 +ped,221,24,0,5276,3712,,512,1110.9540579999884,,,,,,,176,64,127,,,,,,,V,,,,gutim,6884 +nof,221,25,1,5273,3713,,512,1111.0360579999885,,,,,,,144,37,0,,,,,,,,,,,gutim,6881 +non,221,28,1,5277,3713,2250,544,1111.0360579999885,0.09375,32,0,B1,p,11,144,35,11,,,,,,o,,d,e,,gutim,6885 +nof,221,28,1,5277,3714,,544,1111.1300579999886,,,,,,,144,35,0,,,,,,,,,,,gutim,6885 +non,221,29,1,5278,3714,2251,576,1111.1300579999886,0.09375,32,0,D5,p,11,144,74,11,,,,,,o,,d,e,,gutim,6886 +nof,221,29,1,5278,3715,,576,1111.2230579999884,,,,,,,144,74,0,,,,,,,,,,,gutim,6886 +non,221,30,1,5279,3715,2252,608,1111.2230579999884,0.09375,32,0,F6,p,11,144,89,11,,,,,,o,,d,E,,gutim,6887 +nof,221,30,1,5279,3716,,608,1111.3170579999885,,,,,,,144,89,0,,,,,,,,,,,gutim,6887 +ped,221,31,0,5280,3716,,640,1111.3170579999885,,,,,,,176,64,0,,,,,,,^,,,,gutim,6884 +rst,221,32,1,5281,3716,,640,1111.3170579999885,,,,,,,176,102,0,,,,,,,,,,,gutim,6888 +non,221,33,4,5282,3717,2253,704,1111.5050579999886,0.09375,32,0,D4,ff,22,144,62,22,,,,,,o,,d,,,gutim,6889 +nof,221,33,4,5282,3718,,704,1111.5980579999884,,,,,,,144,62,0,,,,,,,,,,,gutim,6889 +non,221,34,4,5283,3718,2254,736,1111.5980579999884,0.09375,32,0,C2,ff,22,144,36,22,,,,,,o,,d,,,gutim,6890 +nof,221,34,4,5283,3719,,736,1111.6920579999885,,,,,,,144,36,0,,,,,,,,,,,gutim,6890 +non,221,36,1,5284,3719,2255,768,1111.6920579999885,0.28125,16,1,B3,mf,17,144,59,17,,,,,,o,,d,,,gutim,6891 +non,221,37,4,5285,3719,2255,768,1111.6920579999885,0.75,4,0,C1,pp,8,144,24,8,,,,,,o,,d,,,gutim,6892 +non,221,38,4,5286,3719,2255,768,1111.6920579999885,0.75,4,0,Bb2,pp,8,144,46,8,,,,,,o,,d,,,gutim,6893 +non,221,39,4,5287,3719,2255,768,1111.6920579999885,0.75,4,0,E3,pp,8,144,52,8,,,,,,o,,d,,,gutim,6894 +ped,221,35,0,5288,3719,,768,1111.6920579999885,,,,,,,176,64,127,,,,,,,V,,,,gutim,6895 +nof,221,36,1,5284,3720,,768,1111.9730579999884,,,,,,,144,59,0,,,,,,,,,,,gutim,6891 +non,221,40,1,5289,3720,2256,864,1111.9730579999884,0.09375,32,0,Bb5,mf,17,144,82,17,,,,,t,o,,D,,,gutim,6896 +non,221,41,1,5290,3721,,896,1112.0670579999885,0.375,8,0,Bb5,,,,,,,,,,T,,,,,,gutim,6897 +nof,221,26,3,5274,3722,,512,1112.4420579999885,,,,,,,144,34,0,,,,,,,,,,,gutim,6882 +nof,221,37,4,5285,3722,,768,1112.4420579999885,,,,,,,144,24,0,,,,,,,,,,,gutim,6892 +nof,221,38,4,5286,3722,,768,1112.4420579999885,,,,,,,144,46,0,,,,,,,,,,,gutim,6893 +nof,221,39,4,5287,3722,,768,1112.4420579999885,,,,,,,144,52,0,,,,,,,,,,,gutim,6894 +nof,221,40,1,5289,3722,,864,1112.4420579999885,,,,,,,144,82,0,,,,,,,,,,,gutim,6896 +bar,222,0,0,5291,3722,,0,1112.4420579999885,,,,,,,,,,222,,,,,,,,,,gutim,6898 +non,222,1,1,5292,3722,2257,0,1112.4420579999885,0.09375,32,0,C#3,p,11,144,49,11,,,,,,o,,,,,gutim,6899 +rst,222,2,3,5293,3722,,0,1112.4420579999885,,,,,,,176,102,0,,,,,,,,,,,gutim,6900 +rst,222,3,4,5294,3722,,0,1112.4420579999885,,,,,,,176,102,0,,,,,,,,,,,gutim,6901 +nof,222,1,1,5292,3723,,0,1112.5360579999885,,,,,,,144,49,0,,,,,,,,,,,gutim,6899 +non,222,4,1,5295,3723,2258,32,1112.5360579999885,0.09375,32,0,B2,p+,12,144,47,12,,,,,,o,,,,,gutim,6902 +nof,222,4,1,5295,3724,,32,1112.6300579999886,,,,,,,144,47,0,,,,,,,,,,,gutim,6902 +non,222,5,1,5296,3724,2259,64,1112.6300579999886,0.09375,32,0,D5,mp,14,144,74,14,,,,,,o,,,,,gutim,6903 +rst,222,6,3,5297,3725,,85,1112.6910579999885,,,,,,,176,102,0,,,,,,,,,,,gutim,6904 +nof,222,5,1,5296,3726,,64,1112.7230579999884,,,,,,,144,74,0,,,,,,,,,,,gutim,6903 +non,222,7,1,5298,3726,2260,96,1112.7230579999884,0.09375,32,0,F6,mf-,16,144,89,16,,,,,,o,,,,,gutim,6905 +nof,222,7,1,5298,3727,,96,1112.8170579999885,,,,,,,144,89,0,,,,,,,,,,,gutim,6905 +non,222,8,1,5299,3727,2261,128,1112.8170579999885,0.375,8,0,A4,mf,17,144,69,17,,,,,t,o,,,,,gutim,6906 +non,222,9,3,5300,3728,2262,170,1112.9400579999885,0.1259765625,16,0,E3,p,11,144,52,11,,,,,,o,,,,,gutim,6907 +nof,222,9,3,5300,3729,,170,1113.0660579999885,,,,,,,144,52,0,,,,,,,,,,,gutim,6907 +non,222,10,3,5301,3729,2263,213,1113.0660579999885,0.1259765625,16,0,D4,mp-,13,144,62,13,,,,,,o,,,,,gutim,6908 +nof,222,10,3,5301,3730,,213,1113.1920579999885,,,,,,,144,62,0,,,,,,,,,,,gutim,6908 +non,222,11,1,5302,3730,,256,1113.1920579999885,0.75,4,0,A4,,,,,,,,,,T,,,,,,gutim,6909 +rst,222,12,3,5303,3730,,256,1113.1920579999885,,,,,,,176,102,0,,,,,,,,,,,gutim,6910 +non,222,13,4,5304,3730,2264,256,1113.1920579999885,0.1875,16,0,Bb1,mp+,15,144,34,15,,,,,,o,,,,,gutim,6911 +nof,222,13,4,5304,3731,,256,1113.3800579999886,,,,,,,144,34,0,,,,,,,,,,,gutim,6911 +non,222,14,4,5305,3731,2265,320,1113.3800579999886,0.1875,16,0,E3,mf,17,144,52,17,,,,,,o,,,,,gutim,6912 +rst,222,15,3,5306,3732,,341,1113.4410579999885,,,,,,,176,102,0,,,,,,,,,,,gutim,6913 +non,222,16,3,5307,3733,2266,362,1113.5030579999886,0.1875,16,1,C1,pp,8,144,24,8,,,,,,o,,,,,gutim,6914 +nof,222,14,4,5305,3734,,320,1113.5670579999887,,,,,,,144,52,0,,,,,,,,,,,gutim,6912 +non,222,17,4,5308,3734,2267,384,1113.5670579999887,0.1875,16,0,D4,f,20,144,62,20,,,,,,o,,,,,gutim,6915 +nof,222,16,3,5307,3735,,362,1113.6900579999885,,,,,,,144,24,0,,,,,,,,,,,gutim,6914 +non,222,18,3,5309,3735,2268,426,1113.6900579999885,0.1259765625,16,0,E4,p,11,144,64,11,,,,,,o,,,,,gutim,6916 +nof,222,17,4,5308,3736,,384,1113.7550579999886,,,,,,,144,62,0,,,,,,,,,,,gutim,6915 +rst,222,19,4,5310,3736,,448,1113.7550579999886,,,,,,,176,102,0,,,,,,,,,,,gutim,6917 +nof,222,18,3,5309,3737,,426,1113.8160579999885,,,,,,,144,64,0,,,,,,,,,,,gutim,6916 +non,222,20,3,5311,3737,2269,469,1113.8160579999885,0.1259765625,16,0,F#2,p+,12,144,42,12,,,,,,o,,,,,gutim,6918 +nof,222,8,1,5299,3738,,128,1113.9420579999885,,,,,,,144,69,0,,,,,,,,,,,gutim,6906 +nof,222,20,3,5311,3738,,469,1113.9420579999885,,,,,,,144,42,0,,,,,,,,,,,gutim,6918 +non,222,21,1,5312,3738,2270,512,1113.9420579999885,1.5,2,0,G#4,f,20,144,68,20,,,,,,o,,,,,gutim,6919 +non,222,22,3,5313,3738,2270,512,1113.9420579999885,0.1875,16,0,E4,mp,14,144,64,14,,,,,,o,,,,,gutim,6920 +rst,222,23,4,5314,3738,,512,1113.9420579999885,,,,,,,176,102,0,,,,,,,,,,,gutim,6921 +nof,222,22,3,5313,3739,,512,1114.1300579999886,,,,,,,144,64,0,,,,,,,,,,,gutim,6920 +non,222,24,3,5315,3739,2271,576,1114.1300579999886,0.09375,32,0,G#3,p,11,144,56,11,,,,,,o,,,e,,gutim,6922 +nof,222,24,3,5315,3740,,576,1114.2230579999884,,,,,,,144,56,0,,,,,,,,,,,gutim,6922 +non,222,25,3,5316,3740,2272,608,1114.2230579999884,0.09375,32,0,A3,p-,10,144,57,10,,,,,,o,,,e,,gutim,6923 +nof,222,25,3,5316,3741,,608,1114.3170579999885,,,,,,,144,57,0,,,,,,,,,,,gutim,6923 +non,222,26,3,5317,3741,2273,640,1114.3170579999885,0.09375,32,0,G#3,pp+,9,144,56,9,,,,,,o,,,e,,gutim,6924 +nof,222,26,3,5317,3742,,640,1114.4110579999885,,,,,,,144,56,0,,,,,,,,,,,gutim,6924 +non,222,27,3,5318,3742,2274,672,1114.4110579999885,0.09375,32,0,A3,pp-,7,144,57,7,,,,,,o,,,e,,gutim,6925 +nof,222,27,3,5318,3743,,672,1114.5050579999886,,,,,,,144,57,0,,,,,,,,,,,gutim,6925 +non,222,28,3,5319,3743,2275,704,1114.5050579999886,0.0615234375,32,0,C1,ppp+,6,144,24,6,,,,,,o,,,E 5978,,gutim,6926 +nof,222,28,3,5319,3744,,704,1114.5660579999885,,,,,,,144,24,0,,,,,,,,,,,gutim,6926 +non,222,29,3,5320,3744,2276,725,1114.5660579999885,0.1259765625,16,0,F#1,ppp,5,144,30,5,,,,,,o,,,,,gutim,6927 +nof,222,29,3,5320,3745,,725,1114.6920579999885,,,,,,,144,30,0,,,,,,,,,,,gutim,6927 +rst,222,30,3,5321,3745,,768,1114.6920579999885,,,,,,,176,102,0,,,,,,,,,,,gutim,6928 +nof,222,21,1,5312,3746,,512,1115.4420579999885,,,,,,,144,68,0,,,,,,,,,,,gutim,6919 +bar,223,0,0,5322,3746,,0,1115.4420579999885,,,,,,,,,,223,,,,,,,,,,gutim,6929 +rst,223,1,1,5323,3746,,0,1115.4420579999885,,,,,,,176,102,0,,,,,,,,,,,gutim,6930 +rst,223,2,3,5324,3746,,0,1115.4420579999885,,,,,,,176,102,0,,,,,,,,,,,gutim,6931 +rst,223,3,4,5325,3746,,0,1115.4420579999885,,,,,,,176,102,0,,,,,,,,,,,gutim,6932 +ped,223,4,0,5326,3747,,128,1115.8170579999885,,,,,,,176,64,0,,,,,,,^,,,,gutim,6895 +non,223,5,3,5327,3747,2277,128,1115.8170579999885,0.375,8,0,Bb1,p,11,144,34,11,,,,,,o,,d,,,gutim,6933 +non,223,6,3,5328,3747,2277,128,1115.8170579999885,0.375,8,0,E3,p,11,144,52,11,,,,,,o,,d,,,gutim,6934 +non,223,7,3,5329,3747,2277,128,1115.8170579999885,0.375,8,0,D4,p,11,144,62,11,,,,,,o,,d,,,gutim,6935 +non,223,8,3,5330,3747,2277,128,1115.8170579999885,0.375,8,0,E4,p,11,144,64,11,,,,,,o,,d,,,gutim,6936 +non,223,9,4,5331,3747,2277,128,1115.8170579999885,0.375,8,0,C1,pp,8,144,24,8,,,,,,o,,d,,,gutim,6937 +non,223,10,4,5332,3747,2277,128,1115.8170579999885,0.375,8,0,F#1,pp,8,144,30,8,,,,,,o,,d,,,gutim,6938 +non,223,11,4,5333,3747,2277,128,1115.8170579999885,0.375,8,0,G#3,pp,8,144,56,8,,,,,,o,,d,,,gutim,6939 +non,223,12,4,5334,3747,2277,128,1115.8170579999885,0.375,8,0,A3,pp,8,144,57,8,,,,,,o,,d,,,gutim,6940 +nof,223,5,3,5327,3748,,128,1116.1920579999885,,,,,,,144,34,0,,,,,,,,,,,gutim,6933 +nof,223,6,3,5328,3748,,128,1116.1920579999885,,,,,,,144,52,0,,,,,,,,,,,gutim,6934 +nof,223,7,3,5329,3748,,128,1116.1920579999885,,,,,,,144,62,0,,,,,,,,,,,gutim,6935 +nof,223,8,3,5330,3748,,128,1116.1920579999885,,,,,,,144,64,0,,,,,,,,,,,gutim,6936 +nof,223,9,4,5331,3748,,128,1116.1920579999885,,,,,,,144,24,0,,,,,,,,,,,gutim,6937 +nof,223,10,4,5332,3748,,128,1116.1920579999885,,,,,,,144,30,0,,,,,,,,,,,gutim,6938 +nof,223,11,4,5333,3748,,128,1116.1920579999885,,,,,,,144,56,0,,,,,,,,,,,gutim,6939 +nof,223,12,4,5334,3748,,128,1116.1920579999885,,,,,,,144,57,0,,,,,,,,,,,gutim,6940 +non,223,14,1,5335,3748,2278,256,1116.1920579999885,0.375,8,0,G#4,mf,17,144,68,17,,,,,,o,,d,,,gutim,6941 +non,223,15,1,5336,3748,2278,256,1116.1920579999885,0.375,8,0,F#5,mf,17,144,78,17,,,,,,o,,d,,,gutim,6942 +rst,223,16,3,5337,3748,,256,1116.1920579999885,,,,,,,176,102,0,,,,,,,,,,,gutim,6943 +rst,223,17,4,5338,3748,,256,1116.1920579999885,,,,,,,176,102,0,,,,,,,,,,,gutim,6944 +ped,223,13,0,5339,3748,,256,1116.1920579999885,,,,,,,176,64,127,,,,,,,V,,,,gutim,6945 +nof,223,14,1,5335,3749,,256,1116.5670579999885,,,,,,,144,68,0,,,,,,,,,,,gutim,6941 +nof,223,15,1,5336,3749,,256,1116.5670579999885,,,,,,,144,78,0,,,,,,,,,,,gutim,6942 +non,223,18,1,5340,3749,2279,384,1116.5670579999885,0.2490234375,8,0,B3,p,11,144,59,11,,,,,,o,,D 5978,,,gutim,6946 +nof,223,18,1,5340,3750,,384,1116.8160579999883,,,,,,,144,59,0,,,,,,,,,,,gutim,6946 +non,223,19,1,5341,3750,2280,469,1116.8160579999883,0.0615234375,32,0,D3,p-,10,144,50,10,,,,,,o,,,,,gutim,6947 +nof,223,19,1,5341,3751,,469,1116.8780579999882,,,,,,,144,50,0,,,,,,,,,,,gutim,6947 +non,223,20,1,5342,3751,2281,490,1116.8780579999882,0.064453125,32,0,Bb5,pp+,9,144,82,9,,,,,,o,,,,,gutim,6948 +nof,223,20,1,5342,3752,,490,1116.9420579999883,,,,,,,144,82,0,,,,,,,,,,,gutim,6948 +non,223,21,1,5343,3752,2282,512,1116.9420579999883,0.0615234375,32,0,B3,pp+,9,144,59,9,,,,,,o,,,,,gutim,6949 +rst,223,22,3,5344,3752,,512,1116.9420579999883,,,,,,,176,102,0,,,,,,,,,,,gutim,6950 +rst,223,23,4,5345,3752,,512,1116.9420579999883,,,,,,,176,102,0,,,,,,,,,,,gutim,6951 +nof,223,21,1,5343,3753,,512,1117.0040579999882,,,,,,,144,59,0,,,,,,,,,,,gutim,6949 +non,223,24,1,5346,3753,2283,533,1117.0040579999882,0.0615234375,32,0,Bb5,pp,8,144,82,8,,,,,,o,,,,,gutim,6952 +non,223,25,1,5347,3754,2284,554,1117.065057999988,0.09375,32,1,B3,pp,8,144,59,8,,,,,,o,,,,,gutim,6953 +nof,223,25,1,5347,3755,,554,1117.1590579999881,,,,,,,144,59,0,,,,,,,,,,,gutim,6953 +non,223,26,1,5348,3755,2285,586,1117.1590579999881,0.09375,32,1,Bb6,ppp+,6,144,94,6,,,,,,o,,,,,gutim,6954 +nof,223,24,1,5346,3756,,533,1117.2150579999882,,,,,,,144,82,0,,,,,,,,,,,gutim,6952 +nof,223,26,1,5348,3757,,586,1117.2530579999882,,,,,,,144,94,0,,,,,,,,,,,gutim,6954 +non,223,27,1,5349,3757,2286,618,1117.2530579999882,0.064453125,32,0,D3,ppp,5,144,50,5,,,,,,o,,,,,gutim,6955 +nof,223,27,1,5349,3758,,618,1117.3170579999883,,,,,,,144,50,0,,,,,,,,,,,gutim,6955 +rst,223,28,1,5350,3758,,640,1117.3170579999883,,,,,,,176,102,0,,,,,,,,,,,gutim,6956 +rst,223,29,1,5351,3759,,768,1117.6920579999883,,,,,,,176,102,0,,,,,,,,,,,gutim,6957 +bar,224,0,0,5352,3760,,0,1118.4420579999883,,,,,,,,,,224,,,,,,,,,,gutim,6958 +rst,224,1,1,5353,3760,,0,1118.4420579999883,,,,,,,176,102,0,,,,,,,,,,,gutim,6959 +rst,224,2,3,5354,3760,,0,1118.4420579999883,,,,,,,176,102,0,,,,,,,,,,,gutim,6960 +ped,224,3,0,5355,3761,,256,1119.1920579999883,,,,,,,176,64,0,,,,,,,^,,,,gutim,6945 +rst,224,4,3,5356,3761,,256,1119.1920579999883,,,,,,,176,102,0,,,,,,,,,,,gutim,6961 +sec,224,5,0,5357,3761,,256,1119.1920579999883,,,,,,,,,,,5978,,,,,,,,,gutim,6962 +rst,224,6,3,5358,3762,,341,1119.4410579999883,,,,,,,176,102,0,,,,,,,,,,,gutim,6963 +non,224,8,3,5359,3763,2287,,1119.6150579999883,0.05,8,0,C2,pp,8,144,36,8,,,,g,,o,,,,,gutim,6964 +nof,224,8,3,5359,3764,,,1119.6650579999882,,,,,,,144,36,0,,,,,,,,,,,gutim,6964 +non,224,9,3,5360,3765,2288,426,1119.690057999988,0.251953125,8,0,A4,pp,8,144,69,8,,,,,t,o,,,,,gutim,6965 +ped,224,7,0,5361,3765,,426,1119.690057999988,,,,,,,176,64,127,,,,,,,V,,,,gutim,6966 +non,224,10,3,5362,3766,,512,1119.942057999988,0.2490234375,8,0,A4,,,,,,,,,,T,,,,,,gutim,6967 +nof,224,9,3,5360,3767,,426,1120.1910579999878,,,,,,,144,69,0,,,,,,,,,,,gutim,6965 +non,224,11,3,5363,3767,2289,597,1120.1910579999878,0.5009765625,4,0,F#3,pp,8,144,54,8,,,,,,o,,,,,gutim,6968 +nof,224,11,3,5363,3768,,597,1120.692057999988,,,,,,,144,54,0,,,,,,,,,,,gutim,6968 +non,224,12,1,5364,3768,2290,,1120.692057999988,0.05,8,0,F#6,pp,8,144,90,8,,,,g,,o,,,,,gutim,6969 +nof,224,12,1,5364,3769,,,1120.742057999988,,,,,,,144,90,0,,,,,,,,,,,gutim,6969 +non,224,13,1,5365,3770,2291,,1120.7670579999879,0.05,8,0,G#5,pp,8,144,80,8,,,,g,,o,,,,,gutim,6970 +nof,224,13,1,5365,3771,,,1120.817057999988,,,,,,,144,80,0,,,,,,,,,,,gutim,6970 +non,224,14,1,5366,3772,2292,,1120.8420579999881,0.05,8,0,F#6,pp,8,144,90,8,,,,g,,o,,,,,gutim,6971 +nof,224,14,1,5366,3773,,,1120.892057999988,,,,,,,144,90,0,,,,,,,,,,,gutim,6971 +non,224,15,1,5367,3774,2293,768,1120.917057999988,0.09375,32,0,B4,pp,8,144,71,8,,,,,,o,,,,,gutim,6972 +rst,224,16,3,5368,3774,,768,1120.917057999988,,,,,,,176,102,0,,,,,,,,,,,gutim,6973 +nof,224,15,1,5367,3775,,768,1121.011057999988,,,,,,,144,71,0,,,,,,,,,,,gutim,6972 +non,224,17,1,5369,3775,2294,800,1121.011057999988,0.140625,32,1,G#5,pp,8,144,80,8,,,,,,o,,,,,gutim,6974 +nof,224,17,1,5369,3776,,800,1121.152057999988,,,,,,,144,80,0,,,,,,,,,,,gutim,6974 +non,224,18,1,5370,3776,2295,848,1121.152057999988,0.140625,32,1,F#6,pp,8,144,90,8,,,,,,o,,,,,gutim,6975 +nof,224,18,1,5370,3777,,848,1121.292057999988,,,,,,,144,90,0,,,,,,,,,,,gutim,6975 +non,224,19,1,5371,3777,2296,896,1121.292057999988,0.09375,32,0,B4,pp+,9,144,71,9,,,,,,o,,,,,gutim,6976 +nof,224,19,1,5371,3778,,896,1121.386057999988,,,,,,,144,71,0,,,,,,,,,,,gutim,6976 +non,224,20,1,5372,3778,2297,928,1121.386057999988,0.140625,32,1,G#5,p,11,144,80,11,,,,,,o,,,,,gutim,6977 +nof,224,20,1,5372,3779,,928,1121.527057999988,,,,,,,144,80,0,,,,,,,,,,,gutim,6977 +non,224,21,1,5373,3779,2298,976,1121.527057999988,0.140625,32,1,F#6,p+,12,144,90,12,,,,,,o,,,,,gutim,6978 +nof,224,21,1,5373,3780,,976,1121.667057999988,,,,,,,144,90,0,,,,,,,,,,,gutim,6978 +bar,225,0,0,5374,3780,,0,1121.667057999988,,,,,,,,,,225,,,,,,,,,,gutim,6979 +non,225,1,1,5375,3780,2299,0,1121.667057999988,0.75,4,0,B3,p+,12,144,59,12,,,,,,o,,,,,gutim,6980 +non,225,2,3,5376,3780,2299,0,1121.667057999988,0.2490234375,8,0,E3,mp,14,144,52,14,,,,,,o,,,,,gutim,6981 +non,225,3,3,5377,3780,2299,0,1121.667057999988,0.375,8,0,D4,mp,14,144,62,14,,,,,,o,,,,,gutim,6982 +non,225,4,3,5378,3781,2300,85,1121.916057999988,0.1259765625,16,0,Bb1,mf-,16,144,34,16,,,,,,o,,,,,gutim,6983 +nof,225,2,3,5376,3782,,0,1122.042057999988,,,,,,,144,52,0,,,,,,,,,,,gutim,6981 +nof,225,4,3,5378,3782,,85,1122.042057999988,,,,,,,144,34,0,,,,,,,,,,,gutim,6983 +non,225,5,3,5379,3782,2301,128,1122.042057999988,0.123046875,16,0,E3,mf-,16,144,52,16,,,,,,o,,,,,gutim,6984 +nof,225,3,3,5377,3783,,0,1122.165057999988,,,,,,,144,62,0,,,,,,,,,,,gutim,6982 +nof,225,5,3,5379,3783,,128,1122.165057999988,,,,,,,144,52,0,,,,,,,,,,,gutim,6984 +non,225,6,3,5380,3783,2302,170,1122.165057999988,0.251953125,8,0,D4,mf,17,144,62,17,,,,,,o,,,,,gutim,6985 +nof,225,1,1,5375,3784,,0,1122.417057999988,,,,,,,144,59,0,,,,,,,,,,,gutim,6980 +nof,225,6,3,5380,3784,,170,1122.417057999988,,,,,,,144,62,0,,,,,,,,,,,gutim,6985 +non,225,7,1,5381,3784,2303,256,1122.417057999988,0.0615234375,32,0,B3,mp,14,144,59,14,,,,,,o,,,,,gutim,6986 +rst,225,8,3,5382,3784,,256,1122.417057999988,,,,,,,176,102,0,,,,,,,,,,,gutim,6987 +non,225,9,1,5383,3785,2304,277,1122.4790579999878,0.0615234375,32,0,F#6,mp+,15,144,90,15,,,,,,o,,,,,gutim,6988 +nof,225,9,1,5383,3786,,277,1122.540057999988,,,,,,,144,90,0,,,,,,,,,,,gutim,6988 +non,225,10,1,5384,3786,2305,298,1122.540057999988,0.09375,32,1,G#5,mf-,16,144,80,16,,,,,,o,,,,,gutim,6989 +nof,225,7,1,5381,3787,,256,1122.567057999988,,,,,,,144,59,0,,,,,,,,,,,gutim,6986 +nof,225,10,1,5384,3788,,298,1122.634057999988,,,,,,,144,80,0,,,,,,,,,,,gutim,6989 +non,225,11,1,5385,3788,2306,330,1122.634057999988,0.09375,32,1,F#6,mf+,18,144,90,18,,,,,,o,,,,,gutim,6990 +nof,225,11,1,5385,3789,,330,1122.728057999988,,,,,,,144,90,0,,,,,,,,,,,gutim,6990 +non,225,12,1,5386,3789,2307,362,1122.728057999988,0.1875,16,1,B3,f,20,144,59,20,,,,,,o,,,,,gutim,6991 +nof,225,12,1,5386,3790,,362,1122.915057999988,,,,,,,144,59,0,,,,,,,,,,,gutim,6991 +non,225,13,1,5387,3790,2308,426,1122.915057999988,0.1875,16,1,A#6,f,20,144,94,20,,,,,,o,,,,,gutim,6992 +nof,225,13,1,5387,3791,,426,1123.103057999988,,,,,,,144,94,0,,,,,,,,,,,gutim,6992 +non,225,14,1,5388,3791,2309,490,1123.103057999988,0.064453125,32,0,D3,f,20,144,50,20,,,,,,o,,,,,gutim,6993 +nof,225,14,1,5388,3792,,490,1123.167057999988,,,,,,,144,50,0,,,,,,,,,,,gutim,6993 +rst,225,15,1,5389,3792,,512,1123.167057999988,,,,,,,176,102,0,,,,,,,,,,,gutim,6994 +non,225,16,3,5390,3792,2310,512,1123.167057999988,0.498046875,4,0,A3,p,11,144,57,11,,,,,,o,,d,,,gutim,6995 +nof,225,16,3,5390,3793,,512,1123.665057999988,,,,,,,144,57,0,,,,,,,,,,,gutim,6995 +non,225,17,3,5391,3793,2311,682,1123.665057999988,1.001953125,2,0,F#2,p,11,144,42,11,,,,,,o,,d,,,gutim,6996 +rst,225,18,1,5392,3794,,768,1123.917057999988,,,,,,,176,102,0,,,,,,,,,,,gutim,6997 +rst,225,19,1,5393,3795,,853,1124.166057999988,,,,,,,176,102,0,,,,,,,,,,,gutim,6998 +ped,225,20,0,5394,3796,,938,1124.391057999988,,,,,,,176,64,0,,,,,,,^,,,,gutim,6966 +non,225,21,1,5395,3797,2312,938,1124.415057999988,0.251953125,8,0,D3,f,20,144,50,20,,,,,,o,,d,,,gutim,6999 +non,225,22,1,5396,3797,2312,938,1124.415057999988,0.375,8,0,B3,f,20,144,59,20,,,,,,o,,d,,,gutim,7000 +non,225,23,1,5397,3797,2312,938,1124.415057999988,0.375,8,0,G#5,f,20,144,80,20,,,,,,o,,d,,,gutim,7001 +non,225,24,1,5398,3797,2312,938,1124.415057999988,0.375,8,0,F#6,f,20,144,90,20,,,,,,o,,d,,,gutim,7002 +non,225,25,1,5399,3797,2312,938,1124.415057999988,0.375,8,0,A#6,f,20,144,94,20,,,,,,o,,d,,,gutim,7003 +nof,225,17,3,5391,3798,,682,1124.667057999988,,,,,,,144,42,0,,,,,,,,,,,gutim,6996 +nof,225,21,1,5395,3798,,938,1124.667057999988,,,,,,,144,50,0,,,,,,,,,,,gutim,6999 +bar,226,0,0,5400,3798,,0,1124.667057999988,,,,,,,,,,226,,,,,,,,,,gutim,7004 +non,226,2,1,5401,3798,2313,0,1124.667057999988,0.2490234375,8,0,Bb1,ff,22,144,34,22,,,,,,o,,d,,,gutim,7005 +non,226,3,1,5402,3798,2313,0,1124.667057999988,0.375,8,0,Db5,ff,22,144,73,22,,,,,,o,,d,,,gutim,7006 +non,226,4,3,5403,3798,2313,0,1124.667057999988,0.1875,16,1,Bb3,f,20,144,58,20,,,,,,o,,d,,,gutim,7007 +ped,226,1,0,5404,3799,,0,1124.6910579999878,,,,,,,176,64,127,,,,,,,V,,,,gutim,7008 +nof,225,22,1,5396,3800,,938,1124.790057999988,,,,,,,144,59,0,,,,,,,,,,,gutim,7000 +nof,225,23,1,5397,3800,,938,1124.790057999988,,,,,,,144,80,0,,,,,,,,,,,gutim,7001 +nof,225,24,1,5398,3800,,938,1124.790057999988,,,,,,,144,90,0,,,,,,,,,,,gutim,7002 +nof,225,25,1,5399,3800,,938,1124.790057999988,,,,,,,144,94,0,,,,,,,,,,,gutim,7003 +nof,226,4,3,5403,3801,,0,1124.855057999988,,,,,,,144,58,0,,,,,,,,,,,gutim,7007 +non,226,5,3,5405,3801,2314,64,1124.855057999988,0.123046875,16,0,Db6,f,20,144,85,20,,,,,,o,,d,,,gutim,7009 +nof,226,2,1,5401,3802,,0,1124.9160579999882,,,,,,,144,34,0,,,,,,,,,,,gutim,7005 +non,226,6,1,5406,3802,2315,85,1124.9160579999882,0.2490234375,8,0,E5,p,11,144,76,11,,,,,,o,,d,,,gutim,7010 +nof,226,5,3,5405,3803,,64,1124.978057999988,,,,,,,144,85,0,,,,,,,,,,,gutim,7009 +non,226,7,3,5407,3803,2316,106,1124.978057999988,0.064453125,32,0,Ab1,f,20,144,32,20,,,,,,o,,d,,,gutim,7011 +nof,226,3,1,5402,3804,,0,1125.042057999988,,,,,,,144,73,0,,,,,,,,,,,gutim,7006 +nof,226,7,3,5407,3804,,106,1125.042057999988,,,,,,,144,32,0,,,,,,,,,,,gutim,7011 +rst,226,8,3,5408,3804,,128,1125.042057999988,,,,,,,176,102,0,,,,,,,,,,,gutim,7012 +nof,226,6,1,5406,3805,,85,1125.165057999988,,,,,,,144,76,0,,,,,,,,,,,gutim,7010 +non,226,9,1,5409,3805,2317,170,1125.165057999988,0.251953125,8,0,G#4,p,11,144,68,11,,,,,,o,,d,,,gutim,7013 +rst,226,10,3,5410,3806,,213,1125.291057999988,,,,,,,176,102,0,,,,,,,,,,,gutim,7014 +non,226,11,3,5411,3807,2318,234,1125.353057999988,0.064453125,32,0,E3,mf,17,144,52,17,,,,,,o,,d,,,gutim,7015 +nof,226,9,1,5409,3808,,170,1125.417057999988,,,,,,,144,68,0,,,,,,,,,,,gutim,7013 +nof,226,11,3,5411,3808,,234,1125.417057999988,,,,,,,144,52,0,,,,,,,,,,,gutim,7015 +rst,226,12,1,5412,3808,,256,1125.417057999988,,,,,,,176,102,0,,,,,,,,,,,gutim,7016 +non,226,13,3,5413,3808,2319,256,1125.417057999988,0.0615234375,32,0,D4,mf,17,144,62,17,,,,,,o,,d,,,gutim,7017 +nof,226,13,3,5413,3809,,256,1125.4790579999878,,,,,,,144,62,0,,,,,,,,,,,gutim,7017 +non,226,14,3,5414,3809,2320,277,1125.4790579999878,0.0615234375,32,0,Bb1,ff,22,144,34,22,,,,,,o,,d,,,gutim,7018 +nof,226,14,3,5414,3810,,277,1125.540057999988,,,,,,,144,34,0,,,,,,,,,,,gutim,7018 +non,226,15,3,5415,3810,2321,298,1125.540057999988,0.064453125,32,0,E3,ff,22,144,52,22,,,,,,o,,d,,,gutim,7019 +nof,226,15,3,5415,3811,,298,1125.605057999988,,,,,,,144,52,0,,,,,,,,,,,gutim,7019 +non,226,16,3,5416,3811,2322,320,1125.605057999988,0.0615234375,32,0,Bb1,ff,22,144,34,22,,,,,,o,,d,,,gutim,7020 +non,226,17,3,5417,3811,2322,320,1125.605057999988,0.09375,32,0,D4,ff,22,144,62,22,,,,,,o,,d,,,gutim,7021 +nof,226,16,3,5416,3812,,320,1125.6660579999882,,,,,,,144,34,0,,,,,,,,,,,gutim,7020 +rst,226,18,1,5418,3812,,341,1125.6660579999882,,,,,,,176,102,0,,,,,,,,,,,gutim,7022 +non,226,19,3,5419,3812,2323,341,1125.6660579999882,0.0615234375,32,0,Gb1,ff,22,144,30,22,,,,,,o,,d,,,gutim,7023 +non,226,20,3,5420,3812,2323,341,1125.6660579999882,0.09375,32,0,E3,ff,22,144,52,22,,,,,,o,,d,,,gutim,7024 +nof,226,17,3,5417,3813,,320,1125.6980579999884,,,,,,,144,62,0,,,,,,,,,,,gutim,7021 +nof,226,19,3,5419,3814,,341,1125.7280579999883,,,,,,,144,30,0,,,,,,,,,,,gutim,7023 +non,226,21,3,5421,3814,2324,362,1125.7280579999883,0.064453125,32,0,Bb1,ff,22,144,34,22,,,,,,o,,d,,,gutim,7025 +non,226,22,3,5422,3814,2324,362,1125.7280579999883,0.09375,32,0,G2,ff,22,144,43,22,,,,,,o,,d,,,gutim,7026 +non,226,23,3,5423,3814,2324,362,1125.7280579999883,0.09375,32,0,D4,ff,22,144,62,22,,,,,,o,,d,,,gutim,7027 +nof,226,20,3,5420,3815,,341,1125.7600579999882,,,,,,,144,52,0,,,,,,,,,,,gutim,7024 +nof,226,21,3,5421,3816,,362,1125.7920579999882,,,,,,,144,34,0,,,,,,,,,,,gutim,7025 +rst,226,24,3,5424,3816,,384,1125.7920579999882,,,,,,,176,102,0,,,,,,,,,,,gutim,7028 +nof,226,22,3,5422,3817,,362,1125.8220579999881,,,,,,,144,43,0,,,,,,,,,,,gutim,7026 +nof,226,23,3,5423,3817,,362,1125.8220579999881,,,,,,,144,62,0,,,,,,,,,,,gutim,7027 +ped,226,26,0,5425,3818,,448,1125.8600579999882,,,,,,,176,64,0,,,,,,,^,,,,gutim,7008 +rst,226,25,1,5426,3819,,426,1125.9150579999882,,,,,,,176,102,0,,,,,,,,,,,gutim,7029 +non,226,28,1,5427,3820,2325,469,1126.0410579999882,0.1259765625,16,0,D3,ff,22,144,50,22,,,,,t,o,,d,,,gutim,7030 +non,226,29,1,5428,3820,2325,469,1126.0410579999882,0.1875,16,0,B3,ff,22,144,59,22,,,,,t,o,,d,,,gutim,7031 +non,226,30,1,5429,3820,2325,469,1126.0410579999882,0.1875,16,0,G#5,ff,22,144,80,22,,,,,t,o,,d,,,gutim,7032 +non,226,31,1,5430,3820,2325,469,1126.0410579999882,0.1875,16,0,F#6,ff,22,144,90,22,,,,,t,o,,d,,,gutim,7033 +non,226,32,1,5431,3820,2325,469,1126.0410579999882,0.1875,16,0,A#6,ff,22,144,94,22,,,,,t,o,,d,,,gutim,7034 +ped,226,27,0,5432,3821,,469,1126.1600579999883,,,,,,,176,64,127,,,,,,,V,,,,gutim,7035 +non,226,33,1,5433,3822,,512,1126.1670579999884,0.75,4,0,D3,,,,,,,,,,_,,,,,,gutim,7036 +non,226,34,1,5434,3822,,512,1126.1670579999884,0.75,4,0,B3,,,,,,,,,,_,,,,,,gutim,7037 +non,226,35,1,5435,3822,,512,1126.1670579999884,0.75,4,0,G#5,,,,,,,,,,_,,,,,,gutim,7038 +non,226,36,1,5436,3822,,512,1126.1670579999884,0.75,4,0,F#6,,,,,,,,,,_,,,,,,gutim,7039 +non,226,37,1,5437,3822,,512,1126.1670579999884,0.75,4,0,A#6,,,,,,,,,,_,,,,,,gutim,7040 +rst,226,38,3,5438,3822,,512,1126.1670579999884,,,,,,,176,102,0,,,,,,,,,,,gutim,7041 +non,226,39,3,5439,3823,2326,640,1126.5420579999884,0.0615234375,32,0,Bb4,p,11,144,70,11,,,,,,o,,D 5979,,,gutim,7042 +nof,226,39,3,5439,3824,,640,1126.6040579999883,,,,,,,144,70,0,,,,,,,,,,,gutim,7042 +non,226,40,3,5440,3824,2327,661,1126.6040579999883,0.0615234375,32,0,F#4,p+,12,144,66,12,,,,,,o,,,,,gutim,7043 +nof,226,40,3,5440,3825,,661,1126.6650579999884,,,,,,,144,66,0,,,,,,,,,,,gutim,7043 +non,226,41,3,5441,3825,2328,682,1126.6650579999884,0.064453125,32,0,E6,mp-,13,144,88,13,,,,,,o,,,,,gutim,7044 +nof,226,41,3,5441,3826,,682,1126.7300579999885,,,,,,,144,88,0,,,,,,,,,,,gutim,7044 +non,226,42,3,5442,3826,2329,704,1126.7300579999885,0.09375,32,1,Bb4,mp,14,144,70,14,,,,,,o,,,,,gutim,7045 +nof,226,42,3,5442,3827,,704,1126.8230579999886,,,,,,,144,70,0,,,,,,,,,,,gutim,7045 +non,226,43,3,5443,3827,2330,736,1126.8230579999886,0.09375,32,1,E6,mp+,15,144,88,15,,,,,,o,,,,,gutim,7046 +nof,226,43,3,5443,3828,,736,1126.9170579999884,,,,,,,144,88,0,,,,,,,,,,,gutim,7046 +non,226,44,1,5444,3828,,768,1126.9170579999884,0.65625,8,2,D3,,,,,,,,,,T,,,,,,gutim,7047 +non,226,45,1,5445,3828,,768,1126.9170579999884,0.375,8,2,B3,,,,,,,,,,T,,,,,,gutim,7048 +non,226,46,1,5446,3828,,768,1126.9170579999884,0.375,8,2,G#5,,,,,,,,,,T,,,,,,gutim,7049 +non,226,47,1,5447,3828,,768,1126.9170579999884,0.375,8,2,F#6,,,,,,,,,,T,,,,,,gutim,7050 +non,226,48,1,5448,3828,,768,1126.9170579999884,0.375,8,2,A#6,,,,,,,,,,T,,,,,,gutim,7051 +non,226,49,3,5449,3828,2331,768,1126.9170579999884,0.0615234375,32,0,Bb4,mf-,16,144,70,16,,,,,,o,,,,,gutim,7052 +nof,226,49,3,5449,3829,,768,1126.9790579999883,,,,,,,144,70,0,,,,,,,,,,,gutim,7052 +non,226,50,3,5450,3829,2332,789,1126.9790579999883,0.0615234375,32,0,G5,mf,17,144,79,17,,,,,,o,,,,,gutim,7053 +nof,226,50,3,5450,3830,,789,1127.0400579999884,,,,,,,144,79,0,,,,,,,,,,,gutim,7053 +non,226,51,3,5451,3830,2333,810,1127.0400579999884,0.064453125,32,0,D7,mf+,18,144,98,18,,,,,,o,,,,,gutim,7054 +nof,226,51,3,5451,3831,,810,1127.1050579999885,,,,,,,144,98,0,,,,,,,,,,,gutim,7054 +non,226,52,3,5452,3831,2334,832,1127.1050579999885,0.09375,32,1,E6,f-,19,144,88,19,,,,,,o,,,,,gutim,7055 +nof,226,52,3,5452,3832,,832,1127.1980579999886,,,,,,,144,88,0,,,,,,,,,,,gutim,7055 +non,226,53,3,5453,3832,2335,864,1127.1980579999886,0.09375,32,1,D7,f+,21,144,98,21,,,,,,o,,,,,gutim,7056 +nof,226,53,3,5453,3833,,864,1127.2920579999884,,,,,,,144,98,0,,,,,,,,,,,gutim,7056 +non,226,54,3,5454,3833,2336,896,1127.2920579999884,0.0615234375,32,0,F#3,ff,22,144,54,22,,,,,,o,,,,,gutim,7057 +nof,226,29,1,5428,3834,,469,1127.3540579999883,,,,,,,144,59,0,,,,,,,,,,,gutim,7031 +nof,226,30,1,5429,3834,,469,1127.3540579999883,,,,,,,144,80,0,,,,,,,,,,,gutim,7032 +nof,226,31,1,5430,3834,,469,1127.3540579999883,,,,,,,144,90,0,,,,,,,,,,,gutim,7033 +nof,226,32,1,5431,3834,,469,1127.3540579999883,,,,,,,144,94,0,,,,,,,,,,,gutim,7034 +nof,226,54,3,5454,3834,,896,1127.3540579999883,,,,,,,144,54,0,,,,,,,,,,,gutim,7057 +non,226,55,3,5455,3834,2337,917,1127.3540579999883,0.0615234375,32,0,E6,ff,22,144,88,22,,,,,,o,,,,,gutim,7058 +nof,226,55,3,5455,3835,,917,1127.4150579999884,,,,,,,144,88,0,,,,,,,,,,,gutim,7058 +non,226,56,3,5456,3835,2338,938,1127.4150579999884,0.064453125,32,0,G5,ff,22,144,79,22,,,,,,o,,,,,gutim,7059 +nof,226,56,3,5456,3836,,938,1127.4800579999885,,,,,,,144,79,0,,,,,,,,,,,gutim,7059 +non,226,57,3,5457,3836,2339,960,1127.4800579999885,0.09375,32,1,F#3,ff,22,144,54,22,,,,,,o,,,,,gutim,7060 +ped,226,60,0,5458,3837,,1023,1127.5160579999886,,,,,,,176,64,0,,,,,,,^,,,,gutim,7035 +nof,226,28,1,5427,3838,,469,1127.5730579999886,,,,,,,144,50,0,,,,,,,,,,,gutim,7030 +nof,226,57,3,5457,3838,,960,1127.5730579999886,,,,,,,144,54,0,,,,,,,,,,,gutim,7060 +non,226,58,1,5459,3838,2340,992,1127.5730579999886,0.09375,32,0,A4,mp,14,144,69,14,,,,,,o,,,,,gutim,7061 +non,226,59,3,5460,3838,2340,992,1127.5730579999886,0.09375,32,1,G5,ff,22,144,79,22,,,,,,o,,,,,gutim,7062 +nof,226,58,1,5459,3839,,992,1127.6670579999884,,,,,,,144,69,0,,,,,,,,,,,gutim,7061 +nof,226,59,3,5460,3839,,992,1127.6670579999884,,,,,,,144,79,0,,,,,,,,,,,gutim,7062 +bar,227,0,0,5461,3839,,0,1127.6670579999884,,,,,,,,,,227,,,,,,,,,,gutim,7063 +non,227,2,1,5462,3839,2341,0,1127.6670579999884,0.09375,32,0,F#3,mf,17,144,54,17,,,,,,o,,,e,,gutim,7064 +non,227,3,1,5463,3839,2341,0,1127.6670579999884,0.09375,32,0,A4,mf,17,144,69,17,,,,,,o,,,e,,gutim,7065 +rst,227,4,3,5464,3839,,0,1127.6670579999884,,,,,,,176,102,0,,,,,,,,,,,gutim,7066 +nof,227,2,1,5462,3840,,0,1127.7610579999885,,,,,,,144,54,0,,,,,,,,,,,gutim,7064 +nof,227,3,1,5463,3840,,0,1127.7610579999885,,,,,,,144,69,0,,,,,,,,,,,gutim,7065 +non,227,5,1,5465,3840,2342,32,1127.7610579999885,0.65625,8,2,F#3,f,20,144,54,20,,,,,,o,,,e,,gutim,7067 +non,227,6,1,5466,3840,2342,32,1127.7610579999885,0.375,8,2,C#4,f,20,144,61,20,,,,,,o,,,e,,gutim,7068 +ped,227,1,0,5467,3841,,0,1127.8160579999883,,,,,,,176,64,127,,,,,,,V,,,,gutim,7069 +non,227,7,3,5468,3842,2343,64,1127.8550579999883,0.09375,32,0,A4,mp,14,144,69,14,,,,,,o,,,e,,gutim,7070 +nof,227,7,3,5468,3843,,64,1127.9480579999884,,,,,,,144,69,0,,,,,,,,,,,gutim,7070 +non,227,8,3,5469,3843,2344,96,1127.9480579999884,0.09375,32,0,C#2,mp,14,144,37,14,,,,,,o,,,e,,gutim,7071 +nof,227,8,3,5469,3844,,96,1128.0420579999884,,,,,,,144,37,0,,,,,,,,,,,gutim,7071 +non,227,9,3,5470,3844,2345,128,1128.0420579999884,0.375,8,0,D3,mp,14,144,50,14,,,,,,o,,,E 5979,,gutim,7072 +nof,227,6,1,5466,3845,,32,1128.1360579999885,,,,,,,144,61,0,,,,,,,,,,,gutim,7068 +ped,227,10,0,5471,3846,,256,1128.2670579999883,,,,,,,176,64,0,,,,,,,^,,,,gutim,7069 +nof,227,5,1,5465,3847,,32,1128.4170579999884,,,,,,,144,54,0,,,,,,,,,,,gutim,7067 +nof,227,9,3,5470,3847,,128,1128.4170579999884,,,,,,,144,50,0,,,,,,,,,,,gutim,7072 +rst,227,12,1,5472,3847,,256,1128.4170579999884,,,,,,,176,102,0,,,,,,,,,,,gutim,7073 +non,227,13,3,5473,3847,2346,256,1128.4170579999884,0.2490234375,8,0,B2,mp,14,144,47,14,,,,,,o,,,,,gutim,7074 +ped,227,11,0,5474,3848,,256,1128.5670579999885,,,,,,,176,64,127,,,,,,,V,,,,gutim,7075 +nof,227,13,3,5473,3849,,256,1128.6660579999884,,,,,,,144,47,0,,,,,,,,,,,gutim,7074 +rst,227,14,1,5475,3849,,341,1128.6660579999884,,,,,,,176,102,0,,,,,,,,,,,gutim,7076 +non,227,15,3,5476,3849,2347,341,1128.6660579999884,0.2490234375,8,0,A#6,ff,22,144,94,22,,,,,,o,,,,,gutim,7077 +nof,227,15,3,5476,3850,,341,1128.9150579999884,,,,,,,144,94,0,,,,,,,,,,,gutim,7077 +non,227,16,1,5477,3850,2348,426,1128.9150579999884,0.251953125,8,0,A#6,ff,22,144,94,22,,,,,,o,,,,,gutim,7078 +non,227,17,3,5478,3850,2348,426,1128.9150579999884,0.251953125,8,0,D2,ff,22,144,38,22,,,,,,o,,,,,gutim,7079 +non,227,18,3,5479,3850,2348,426,1128.9150579999884,0.375,8,0,B2,ff,22,144,47,22,,,,,,o,,,,,gutim,7080 +nof,227,16,1,5477,3851,,426,1129.1670579999884,,,,,,,144,94,0,,,,,,,,,,,gutim,7078 +nof,227,17,3,5478,3851,,426,1129.1670579999884,,,,,,,144,38,0,,,,,,,,,,,gutim,7079 +ped,227,19,0,5480,3851,,512,1129.1670579999884,,,,,,,176,64,0,,,,,,,^,,,,gutim,7075 +rst,227,20,1,5481,3851,,512,1129.1670579999884,,,,,,,176,102,0,,,,,,,,,,,gutim,7081 +rst,227,21,3,5482,3851,,512,1129.1670579999884,,,,,,,176,102,0,,,,,,,,,,,gutim,7082 +sec,227,22,0,5483,3851,,512,1129.1670579999884,,,,,,,,,,,5979,,,,,,,,,gutim,7083 +nof,227,18,3,5479,3852,,426,1129.2900579999884,,,,,,,144,47,0,,,,,,,,,,,gutim,7080 +non,227,24,3,5484,3853,2349,640,1129.5420579999884,0.140625,32,1,D5,pp,8,144,74,8,,,,,,o,,d,,,gutim,7084 +ped,227,23,0,5485,3853,,640,1129.5420579999884,,,,,,,176,64,127,,,,,,,V,,,,gutim,7085 +nof,227,24,3,5484,3854,,640,1129.6830579999885,,,,,,,144,74,0,,,,,,,,,,,gutim,7084 +non,227,25,3,5486,3854,2350,688,1129.6830579999885,0.09375,32,0,C2,pp,8,144,36,8,,,,,,o,,d,,,gutim,7086 +nof,227,25,3,5486,3855,,688,1129.7770579999885,,,,,,,144,36,0,,,,,,,,,,,gutim,7086 +non,227,26,3,5487,3855,2351,720,1129.7770579999885,0.140625,32,1,Bb2,pp,8,144,46,8,,,,,,o,,d,,,gutim,7087 +nof,227,26,3,5487,3856,,720,1129.9170579999884,,,,,,,144,46,0,,,,,,,,,,,gutim,7087 +non,227,27,1,5488,3856,2352,768,1129.9170579999884,0.140625,32,1,F#5,pp,8,144,78,8,,,,,,o,,d,,,gutim,7088 +rst,227,28,3,5489,3856,,768,1129.9170579999884,,,,,,,176,102,0,,,,,,,,,,,gutim,7089 +nof,227,27,1,5488,3857,,768,1130.0580579999885,,,,,,,144,78,0,,,,,,,,,,,gutim,7088 +non,227,29,1,5490,3857,2353,816,1130.0580579999885,0.09375,32,0,D#6,pp,8,144,87,8,,,,,,o,,d,,,gutim,7090 +rst,227,30,3,5491,3857,,816,1130.0580579999885,,,,,,,176,102,0,,,,,,,,,,,gutim,7091 +nof,227,29,1,5490,3858,,816,1130.1520579999885,,,,,,,144,87,0,,,,,,,,,,,gutim,7090 +non,227,31,1,5492,3858,2354,848,1130.1520579999885,0.140625,32,1,D5,p,11,144,74,11,,,,,,o,,d,,,gutim,7092 +non,227,32,1,5493,3858,2354,848,1130.1520579999885,0.09375,32,1,F#5,p,11,144,78,11,,,,,,o,,d,,,gutim,7093 +non,227,33,3,5494,3858,2354,848,1130.1520579999885,0.140625,32,1,C2,p,11,144,36,11,,,,,,o,,d,,,gutim,7094 +non,227,34,3,5495,3858,2354,848,1130.1520579999885,0.09375,32,1,Bb2,p,11,144,46,11,,,,,,o,,d,,,gutim,7095 +nof,227,32,1,5493,3859,,848,1130.2450579999886,,,,,,,144,78,0,,,,,,,,,,,gutim,7093 +nof,227,34,3,5495,3859,,848,1130.2450579999886,,,,,,,144,46,0,,,,,,,,,,,gutim,7095 +nof,227,31,1,5492,3860,,848,1130.2920579999884,,,,,,,144,74,0,,,,,,,,,,,gutim,7092 +nof,227,33,3,5494,3860,,848,1130.2920579999884,,,,,,,144,36,0,,,,,,,,,,,gutim,7094 +non,227,35,1,5496,3860,2355,896,1130.2920579999884,0.140625,32,1,D#5,f,20,144,75,20,,,,,,o,,d,,,gutim,7096 +rst,227,36,3,5497,3860,,896,1130.2920579999884,,,,,,,176,102,0,,,,,,,,,,,gutim,7097 +nof,227,35,1,5496,3861,,896,1130.4330579999885,,,,,,,144,75,0,,,,,,,,,,,gutim,7096 +non,227,37,1,5498,3861,2356,944,1130.4330579999885,0.09375,32,0,D#5,f,20,144,75,20,,,,,,o,,d,,,gutim,7098 +non,227,38,3,5499,3861,2356,944,1130.4330579999885,0.09375,32,0,A3,f,20,144,57,20,,,,,,o,,d,,,gutim,7099 +ped,227,42,0,5500,3862,,1000,1130.4820579999885,,,,,,,176,64,0,,,,,,,^,,,,gutim,7085 +nof,227,37,1,5498,3863,,944,1130.5270579999885,,,,,,,144,75,0,,,,,,,,,,,gutim,7098 +nof,227,38,3,5499,3863,,944,1130.5270579999885,,,,,,,144,57,0,,,,,,,,,,,gutim,7099 +non,227,39,1,5501,3863,2357,976,1130.5270579999885,0.140625,32,1,D#5,f,20,144,75,20,,,,,,o,,d,,,gutim,7100 +non,227,40,1,5502,3863,2357,976,1130.5270579999885,0.09375,32,1,F5,f,20,144,77,20,,,,,,o,,d,,,gutim,7101 +non,227,41,3,5503,3863,2357,976,1130.5270579999885,0.140625,32,1,A3,f,20,144,57,20,,,,,,o,,d,,,gutim,7102 +nof,227,40,1,5502,3864,,976,1130.6200579999886,,,,,,,144,77,0,,,,,,,,,,,gutim,7101 +nof,227,39,1,5501,3865,,976,1130.6670579999884,,,,,,,144,75,0,,,,,,,,,,,gutim,7100 +nof,227,41,3,5503,3865,,976,1130.6670579999884,,,,,,,144,57,0,,,,,,,,,,,gutim,7102 +bar,228,0,0,5504,3865,,0,1130.6670579999884,,,,,,,,,,228,,,,,,,,,,gutim,7103 +non,228,2,1,5505,3865,2358,0,1130.6670579999884,0.2490234375,8,0,D5,p,11,144,74,11,,,,,,o,,d,,,gutim,7104 +non,228,3,1,5506,3865,2358,0,1130.6670579999884,0.375,8,0,F#5,p,11,144,78,11,,,,,,o,,d,,,gutim,7105 +non,228,4,1,5507,3865,2358,0,1130.6670579999884,0.375,8,0,D#6,p,11,144,87,11,,,,,,o,,d,,,gutim,7106 +non,228,5,3,5508,3865,2358,0,1130.6670579999884,0.2490234375,8,0,C2,p,11,144,36,11,,,,,,o,,d,,,gutim,7107 +non,228,6,3,5509,3865,2358,0,1130.6670579999884,0.375,8,0,Bb2,p,11,144,46,11,,,,,,o,,d,,,gutim,7108 +ped,228,1,0,5510,3866,,0,1130.7820579999884,,,,,,,176,64,127,,,,,,,V,,,,gutim,7109 +nof,228,2,1,5505,3867,,0,1130.9160579999884,,,,,,,144,74,0,,,,,,,,,,,gutim,7104 +nof,228,5,3,5508,3867,,0,1130.9160579999884,,,,,,,144,36,0,,,,,,,,,,,gutim,7107 +rst,228,7,1,5511,3867,,85,1130.9160579999884,,,,,,,176,102,0,,,,,,,,,,,gutim,7110 +non,228,8,3,5512,3867,2359,85,1130.9160579999884,0.09375,32,1,F#4,mp-,13,144,66,13,,,,,,o,,D,,,gutim,7111 +nof,228,8,3,5512,3868,,85,1131.0100579999885,,,,,,,144,66,0,,,,,,,,,,,gutim,7111 +non,228,9,3,5513,3868,2360,117,1131.0100579999885,0.0615234375,32,0,B2,mp,14,144,47,14,,,,,,o,,,,,gutim,7112 +nof,228,3,1,5506,3869,,0,1131.0420579999884,,,,,,,144,78,0,,,,,,,,,,,gutim,7105 +nof,228,4,1,5507,3869,,0,1131.0420579999884,,,,,,,144,87,0,,,,,,,,,,,gutim,7106 +nof,228,6,3,5509,3869,,0,1131.0420579999884,,,,,,,144,46,0,,,,,,,,,,,gutim,7108 +nof,228,9,3,5513,3870,,117,1131.0720579999886,,,,,,,144,47,0,,,,,,,,,,,gutim,7112 +non,228,10,3,5514,3870,2361,138,1131.0720579999886,0.09375,32,1,F#4,mp,14,144,66,14,,,,,,o,,,,,gutim,7113 +nof,228,10,3,5514,3871,,138,1131.1650579999884,,,,,,,144,66,0,,,,,,,,,,,gutim,7113 +non,228,11,3,5515,3871,2362,170,1131.1650579999884,0.064453125,32,0,B2,mp+,15,144,47,15,,,,,,o,,,,,gutim,7114 +nof,228,11,3,5515,3872,,170,1131.2300579999885,,,,,,,144,47,0,,,,,,,,,,,gutim,7114 +non,228,12,3,5516,3872,2363,192,1131.2300579999885,0.09375,32,1,G#3,mp+,15,144,56,15,,,,,,o,,,,,gutim,7115 +nof,228,12,3,5516,3873,,192,1131.3230579999886,,,,,,,144,56,0,,,,,,,,,,,gutim,7115 +non,228,13,3,5517,3873,2364,224,1131.3230579999886,0.09375,32,1,F#5,mf-,16,144,78,16,,,,,,o,,,,,gutim,7116 +nof,228,13,3,5517,3874,,224,1131.4170579999884,,,,,,,144,78,0,,,,,,,,,,,gutim,7116 +rst,228,14,1,5518,3874,,256,1131.4170579999884,,,,,,,176,102,0,,,,,,,,,,,gutim,7117 +non,228,15,3,5519,3874,2365,256,1131.4170579999884,0.0615234375,32,0,B1,mf,17,144,35,17,,,,,,o,,,,,gutim,7118 +nof,228,15,3,5519,3875,,256,1131.4790579999883,,,,,,,144,35,0,,,,,,,,,,,gutim,7118 +non,228,16,3,5520,3875,2366,277,1131.4790579999883,0.0615234375,32,0,G#4,mf,17,144,68,17,,,,,,o,,,,,gutim,7119 +nof,228,16,3,5520,3876,,277,1131.5400579999884,,,,,,,144,68,0,,,,,,,,,,,gutim,7119 +non,228,17,3,5521,3876,2367,298,1131.5400579999884,0.064453125,32,0,D1,mf+,18,144,26,18,,,,,,o,,,,,gutim,7120 +nof,228,17,3,5521,3877,,298,1131.6050579999885,,,,,,,144,26,0,,,,,,,,,,,gutim,7120 +non,228,18,3,5522,3877,2368,320,1131.6050579999885,0.09375,32,1,Bb5,mf+,18,144,82,18,,,,,,o,,,,,gutim,7121 +nof,228,18,3,5522,3878,,320,1131.6980579999886,,,,,,,144,82,0,,,,,,,,,,,gutim,7121 +non,228,19,3,5523,3878,2369,352,1131.6980579999886,0.09375,32,1,D1,f-,19,144,26,19,,,,,,o,,,,,gutim,7122 +nof,228,19,3,5523,3879,,352,1131.7920579999884,,,,,,,144,26,0,,,,,,,,,,,gutim,7122 +non,228,20,3,5524,3879,2370,384,1131.7920579999884,0.09375,32,1,F#5,f,20,144,78,20,,,,,,o,,,,,gutim,7123 +non,228,21,3,5525,3880,2371,416,1131.8860579999885,0.0615234375,32,0,B2,f+,21,144,47,21,,,,,,o,,,,,gutim,7124 +nof,228,21,3,5525,3881,,416,1131.9480579999884,,,,,,,144,47,0,,,,,,,,,,,gutim,7124 +non,228,22,3,5526,3881,2372,437,1131.9480579999884,0.0615234375,32,0,G#4,f+,21,144,68,21,,,,,,o,,,,,gutim,7125 +nof,228,22,3,5526,3882,,437,1132.0090579999883,,,,,,,144,68,0,,,,,,,,,,,gutim,7125 +non,228,23,3,5527,3882,2373,458,1132.0090579999883,0.064453125,32,0,D2,f+,21,144,38,21,,,,,,o,,,,,gutim,7126 +nof,228,23,3,5527,3883,,458,1132.0730579999884,,,,,,,144,38,0,,,,,,,,,,,gutim,7126 +non,228,24,3,5528,3883,2374,480,1132.0730579999884,0.09375,32,1,Bb5,ff,22,144,82,22,,,,,,o,,,,,gutim,7127 +nof,228,20,3,5524,3884,,384,1132.1110579999884,,,,,,,144,78,0,,,,,,,,,,,gutim,7123 +nof,228,24,3,5528,3885,,480,1132.1670579999884,,,,,,,144,82,0,,,,,,,,,,,gutim,7127 +rst,228,25,1,5529,3885,,512,1132.1670579999884,,,,,,,176,102,0,,,,,,,,,,,gutim,7128 +rst,228,26,3,5530,3885,,512,1132.1670579999884,,,,,,,176,102,0,,,,,,,,,,,gutim,7129 +non,228,27,1,5531,3886,2375,560,1132.3080579999885,0.140625,32,1,D3,mp,14,144,50,14,,,,,,o,,,,,gutim,7130 +nof,228,27,1,5531,3887,,560,1132.4480579999884,,,,,,,144,50,0,,,,,,,,,,,gutim,7130 +non,228,28,1,5532,3887,2376,608,1132.4480579999884,0.09375,32,0,F6,mf-,16,144,89,16,,,,,,o,,,,,gutim,7131 +nof,228,28,1,5532,3888,,608,1132.5420579999884,,,,,,,144,89,0,,,,,,,,,,,gutim,7131 +non,228,29,1,5533,3888,2377,640,1132.5420579999884,0.140625,32,1,B2,mf,17,144,47,17,,,,,,o,,,,,gutim,7132 +nof,228,29,1,5533,3889,,640,1132.6830579999885,,,,,,,144,47,0,,,,,,,,,,,gutim,7132 +non,228,30,1,5534,3889,2378,688,1132.6830579999885,0.140625,32,1,D3,mf+,18,144,50,18,,,,,,o,,,,,gutim,7133 +nof,228,30,1,5534,3890,,688,1132.8230579999884,,,,,,,144,50,0,,,,,,,,,,,gutim,7133 +non,228,31,1,5535,3890,2379,736,1132.8230579999884,0.09375,32,0,F6,f,20,144,89,20,,,,,,o,,,,,gutim,7134 +nof,228,31,1,5535,3891,,736,1132.9170579999884,,,,,,,144,89,0,,,,,,,,,,,gutim,7134 +non,228,32,1,5536,3891,2380,768,1132.9170579999884,0.75,4,0,G#4,fff,24,144,68,24,,,,,t,o,,,,,gutim,7135 +rst,228,33,3,5537,3891,,768,1132.9170579999884,,,,,,,176,102,0,,,,,,,,,,,gutim,7136 +non,228,34,3,5538,3892,2381,896,1133.2920579999884,0.046875,64,0,F#2,fff,24,144,42,24,,,,,,o,,,,,gutim,7137 +nof,228,34,3,5538,3893,,896,1133.3390579999884,,,,,,,144,42,0,,,,,,,,,,,gutim,7137 +ped,228,35,0,5539,3893,,912,1133.3390579999884,,,,,,,176,64,0,,,,,,,^,,,,gutim,7109 +non,228,36,3,5540,3893,2382,912,1133.3390579999884,0.046875,64,0,C#3,fff,24,144,49,24,,,,,,o,,,,,gutim,7138 +nof,228,36,3,5540,3894,,912,1133.3860579999885,,,,,,,144,49,0,,,,,,,,,,,gutim,7138 +non,228,37,3,5541,3894,2383,928,1133.3860579999885,0.28125,16,1,D#5,fff,24,144,75,24,,,,,t,o,,,,,gutim,7139 +bar,229,0,0,5542,3895,,0,1133.6670579999884,,,,,,,,,,229,,,,,,,,,,gutim,7140 +non,229,1,1,5543,3895,,0,1133.6670579999884,0.375,8,0,G#4,,,,,,,,,,T,,,,,,gutim,7141 +non,229,2,2,5544,3895,2384,0,1133.6670579999884,0.375,8,0,Bb2,fff,24,144,46,24,,,,,,o,,,,,gutim,7142 +non,229,3,3,5545,3895,,0,1133.6670579999884,0.375,8,0,D#5,,,,,,,,,,T,,,,,,gutim,7143 +nof,228,32,1,5536,3896,,768,1134.0420579999884,,,,,,,144,68,0,,,,,,,,,,,gutim,7135 +nof,228,37,3,5541,3896,,928,1134.0420579999884,,,,,,,144,75,0,,,,,,,,,,,gutim,7139 +nof,229,2,2,5544,3896,,0,1134.0420579999884,,,,,,,144,46,0,,,,,,,,,,,gutim,7142 +rst,229,4,1,5546,3896,,128,1134.0420579999884,,,,,,,176,102,0,,,,,,,,,,,gutim,7144 +rst,229,5,2,5547,3896,,128,1134.0420579999884,,,,,,,176,102,0,,,,,,,,,,,gutim,7145 +rst,229,6,3,5548,3896,,128,1134.0420579999884,,,,,,,176,102,0,,,,,,,,,,,gutim,7146 +non,229,8,3,5549,3897,2385,149,1134.1040579999883,0.0615234375,32,0,E3,p,11,144,52,11,,,,,,o,,,e,,gutim,7147 +ped,229,7,0,5550,3897,,149,1134.1040579999883,,,,,,,176,64,127,,,,,,,V,,,,gutim,7148 +nof,229,8,3,5549,3898,,149,1134.1650579999884,,,,,,,144,52,0,,,,,,,,,,,gutim,7147 +non,229,9,3,5551,3898,2386,170,1134.1650579999884,0.064453125,32,0,Bb3,p+,12,144,58,12,,,,,,o,,,e,,gutim,7149 +nof,229,9,3,5551,3899,,170,1134.2300579999885,,,,,,,144,58,0,,,,,,,,,,,gutim,7149 +non,229,10,3,5552,3899,2387,192,1134.2300579999885,0.0615234375,32,0,E3,mp-,13,144,52,13,,,,,,o,,,e,,gutim,7150 +nof,229,10,3,5552,3900,,192,1134.2910579999887,,,,,,,144,52,0,,,,,,,,,,,gutim,7150 +non,229,11,3,5553,3900,2388,213,1134.2910579999887,0.0615234375,32,0,Bb3,mp,14,144,58,14,,,,,,o,,,e,,gutim,7151 +nof,229,11,3,5553,3901,,213,1134.3530579999886,,,,,,,144,58,0,,,,,,,,,,,gutim,7151 +non,229,12,3,5554,3901,2389,234,1134.3530579999886,0.064453125,32,0,E3,mp,14,144,52,14,,,,,,o,,,e,,gutim,7152 +nof,229,12,3,5554,3902,,234,1134.4170579999884,,,,,,,144,52,0,,,,,,,,,,,gutim,7152 +rst,229,13,1,5555,3902,,256,1134.4170579999884,,,,,,,176,102,0,,,,,,,,,,,gutim,7153 +rst,229,14,2,5556,3902,,256,1134.4170579999884,,,,,,,176,102,0,,,,,,,,,,,gutim,7154 +non,229,15,3,5557,3902,2390,256,1134.4170579999884,0.0615234375,32,0,C4,mp+,15,144,60,15,,,,,,o,,,e,,gutim,7155 +nof,229,15,3,5557,3903,,256,1134.4790579999883,,,,,,,144,60,0,,,,,,,,,,,gutim,7155 +non,229,16,3,5558,3903,2391,277,1134.4790579999883,0.0615234375,32,0,Ab2,mf-,16,144,44,16,,,,,,o,,,e,,gutim,7156 +nof,229,16,3,5558,3904,,277,1134.5400579999884,,,,,,,144,44,0,,,,,,,,,,,gutim,7156 +non,229,17,3,5559,3904,2392,298,1134.5400579999884,0.251953125,8,0,Db7,mf,17,144,97,17,,,,,,o,,,E,,gutim,7157 +nof,229,17,3,5559,3905,,298,1134.7920579999884,,,,,,,144,97,0,,,,,,,,,,,gutim,7157 +rst,229,18,3,5560,3905,,384,1134.7920579999884,,,,,,,176,102,0,,,,,,,,,,,gutim,7158 +rst,229,19,1,5561,3906,,512,1135.1670579999884,,,,,,,176,102,0,,,,,,,,,,,gutim,7159 +rst,229,20,2,5562,3906,,512,1135.1670579999884,,,,,,,176,102,0,,,,,,,,,,,gutim,7160 +non,229,21,3,5563,3906,2393,512,1135.1670579999884,0.75,4,0,C1,mf,17,144,24,17,,,,,,o,,,,,gutim,7161 +non,229,22,2,5564,3907,2394,576,1135.3550579999885,0.1875,16,0,D4,mp,14,144,62,14,,,,,,o,,d,,,gutim,7162 +nof,229,22,2,5564,3908,,576,1135.5420579999884,,,,,,,144,62,0,,,,,,,,,,,gutim,7162 +non,229,23,2,5565,3908,2395,640,1135.5420579999884,0.375,8,0,A5,mp,14,144,81,14,,,,,,o,,d,,,gutim,7163 +non,229,24,1,5566,3909,2396,682,1135.6650579999884,0.5009765625,4,0,Bb2,fff,24,144,46,24,,,,,,o,,d,,,gutim,7164 +non,229,25,1,5567,3909,2396,682,1135.6650579999884,0.75,4,0,E5,fff,24,144,76,24,,,,,,o,,d,,,gutim,7165 +nof,229,21,3,5563,3910,,512,1135.9170579999884,,,,,,,144,24,0,,,,,,,,,,,gutim,7161 +nof,229,23,2,5565,3910,,640,1135.9170579999884,,,,,,,144,81,0,,,,,,,,,,,gutim,7163 +rst,229,26,2,5568,3910,,768,1135.9170579999884,,,,,,,176,102,0,,,,,,,,,,,gutim,7166 +rst,229,27,3,5569,3910,,768,1135.9170579999884,,,,,,,176,102,0,,,,,,,,,,,gutim,7167 +nof,229,24,1,5566,3911,,682,1136.1660579999884,,,,,,,144,46,0,,,,,,,,,,,gutim,7164 +nof,229,25,1,5567,3911,,682,1136.1660579999884,,,,,,,144,76,0,,,,,,,,,,,gutim,7165 +non,229,28,1,5570,3911,2397,853,1136.1660579999884,0.5009765625,4,0,E5,fff,24,144,76,24,,,,,,o,,d,,,gutim,7168 +non,229,29,1,5571,3911,2397,853,1136.1660579999884,0.75,4,0,D7,fff,24,144,98,24,,,,,,o,,d,,,gutim,7169 +rst,229,30,3,5572,3911,,853,1136.1660579999884,,,,,,,176,102,0,,,,,,,,,,,gutim,7170 +non,229,31,3,5573,3912,2398,981,1136.5410579999884,0.1259765625,16,0,Ab3,mp,14,144,56,14,,,,,,o,,d,,,gutim,7171 +non,229,32,3,5574,3912,2398,981,1136.5410579999884,0.1875,16,0,E4,mp,14,144,64,14,,,,,,o,,d,,,gutim,7172 +non,229,33,3,5575,3912,2398,981,1136.5410579999884,0.1875,16,0,Bb4,mp,14,144,70,14,,,,,,o,,d,,,gutim,7173 +non,229,34,3,5576,3912,2398,981,1136.5410579999884,0.1875,16,0,C6,mp,14,144,84,14,,,,,,o,,d,,,gutim,7174 +non,229,35,3,5577,3912,2398,981,1136.5410579999884,0.1875,16,0,Db7,mp,14,144,97,14,,,,,,o,,d,,,gutim,7175 +ped,229,36,0,5578,3913,,1023,1136.6640579999885,,,,,,,176,64,0,,,,,,,^,,,,gutim,7148 +nof,229,28,1,5570,3914,,853,1136.6670579999884,,,,,,,144,76,0,,,,,,,,,,,gutim,7168 +nof,229,31,3,5573,3914,,981,1136.6670579999884,,,,,,,144,56,0,,,,,,,,,,,gutim,7171 +bar,230,0,0,5579,3914,,0,1136.6670579999884,,,,,,,,,,230,,,,,,,,,,gutim,7176 +non,230,1,1,5580,3914,2399,0,1136.6670579999884,1.5,2,0,G#4,fff,24,144,68,24,,,,,,o,,d,,,gutim,7177 +non,230,2,1,5581,3914,2399,0,1136.6670579999884,1.5,2,0,F#5,fff,24,144,78,24,,,,,,o,,d,,,gutim,7178 +rst,230,3,3,5582,3914,,0,1136.6670579999884,,,,,,,176,102,0,,,,,,,,,,,gutim,7179 +nof,229,32,3,5574,3915,,981,1136.7290579999883,,,,,,,144,64,0,,,,,,,,,,,gutim,7172 +nof,229,33,3,5575,3915,,981,1136.7290579999883,,,,,,,144,70,0,,,,,,,,,,,gutim,7173 +nof,229,34,3,5576,3915,,981,1136.7290579999883,,,,,,,144,84,0,,,,,,,,,,,gutim,7174 +nof,229,35,3,5577,3915,,981,1136.7290579999883,,,,,,,144,97,0,,,,,,,,,,,gutim,7175 +nof,229,29,1,5571,3916,,853,1136.9160579999882,,,,,,,144,98,0,,,,,,,,,,,gutim,7169 +non,230,5,3,5583,3917,2400,128,1137.0420579999882,1.125,4,1,C1,ppp,5,144,24,5,,,,,,o,,d,,,gutim,7180 +ped,230,4,0,5584,3917,,128,1137.0420579999882,,,,,,,176,64,127,,,,,,,V,,,,gutim,7181 +nof,230,1,1,5580,3918,,0,1138.1670579999882,,,,,,,144,68,0,,,,,,,,,,,gutim,7177 +nof,230,2,1,5581,3918,,0,1138.1670579999882,,,,,,,144,78,0,,,,,,,,,,,gutim,7178 +nof,230,5,3,5583,3918,,128,1138.1670579999882,,,,,,,144,24,0,,,,,,,,,,,gutim,7180 +rst,230,6,1,5585,3918,,512,1138.1670579999882,,,,,,,176,102,0,,,,,,,,,,,gutim,7182 +non,230,7,3,5586,3918,2401,512,1138.1670579999882,0.75,4,0,E3,ppp,5,144,52,5,,,,,,o,,d,,,gutim,7183 +nof,230,7,3,5586,3919,,512,1138.9170579999882,,,,,,,144,52,0,,,,,,,,,,,gutim,7183 +non,230,8,1,5587,3919,2402,768,1138.9170579999882,0.75,4,0,A#3,pp,8,144,58,8,,,,,t,o,,d,,,gutim,7184 +non,230,9,3,5588,3919,2402,768,1138.9170579999882,0.0732421875,32,0,A2,ppp,5,144,45,5,,,,,,o,,d,,,gutim,7185 +nof,230,9,3,5588,3920,,768,1138.9900579999883,,,,,,,144,45,0,,,,,,,,,,,gutim,7185 +non,230,10,3,5589,3920,2403,793,1138.9900579999883,0.076171875,32,0,G#2,ppp,5,144,44,5,,,,,,o,,D,,,gutim,7186 +nof,230,10,3,5589,3921,,793,1139.0670579999883,,,,,,,144,44,0,,,,,,,,,,,gutim,7186 +non,230,11,3,5590,3921,2404,819,1139.0670579999883,0.0732421875,32,0,A2,ppp,5,144,45,5,,,,,,o,,,,,gutim,7187 +nof,230,11,3,5590,3922,,819,1139.1400579999884,,,,,,,144,45,0,,,,,,,,,,,gutim,7187 +non,230,12,3,5591,3922,2405,844,1139.1400579999884,0.076171875,32,0,G#2,ppp,5,144,44,5,,,,,,o,,,,,gutim,7188 +nof,230,12,3,5591,3923,,844,1139.2160579999884,,,,,,,144,44,0,,,,,,,,,,,gutim,7188 +ped,230,13,0,5592,3923,,870,1139.2160579999884,,,,,,,176,64,0,,,,,,,^,,,,gutim,7181 +non,230,14,3,5593,3923,2406,870,1139.2160579999884,0.076171875,32,0,A2,ppp,5,144,45,5,,,,,,o,,,,,gutim,7189 +nof,230,14,3,5593,3924,,870,1139.2920579999884,,,,,,,144,45,0,,,,,,,,,,,gutim,7189 +non,230,15,3,5594,3924,2407,896,1139.2920579999884,0.1494140625,16,0,G#2,ppp,5,144,44,5,,,,,,o,,,,,gutim,7190 +nof,230,15,3,5594,3925,,896,1139.4420579999885,,,,,,,144,44,0,,,,,,,,,,,gutim,7190 +non,230,16,3,5595,3925,2408,947,1139.4420579999885,0.2255859375,16,1,A2,ppp,5,144,45,5,,,,,,o,,,,,gutim,7191 +nof,230,16,3,5595,3926,,947,1139.6670579999884,,,,,,,144,45,0,,,,,,,,,,,gutim,7191 +bar,231,0,0,5596,3926,,0,1139.6670579999884,,,,,,,,,,231,,,,,,,,,,gutim,7192 +non,231,1,1,5597,3926,,0,1139.6670579999884,0.375,8,0,A#3,,,,,,,,,,T,,,,,,gutim,7193 +non,231,2,3,5598,3926,2409,0,1139.6670579999884,0.498046875,4,0,F#2,ppp,5,144,42,5,,,,,,o,,,,,gutim,7194 +nof,230,8,1,5587,3927,,768,1140.0420579999884,,,,,,,144,58,0,,,,,,,,,,,gutim,7184 +non,231,3,1,5599,3927,2410,128,1140.0420579999884,0.375,8,0,F#5,pp,8,144,78,8,,,,,t,o,,,,,gutim,7195 +nof,231,2,3,5598,3928,,0,1140.1650579999884,,,,,,,144,42,0,,,,,,,,,,,gutim,7194 +non,231,4,3,5600,3928,2411,170,1140.1650579999884,0.064453125,32,0,F#1,fff,24,144,30,24,,,,,,o,,,,,gutim,7196 +nof,231,4,3,5600,3929,,170,1140.2300579999885,,,,,,,144,30,0,,,,,,,,,,,gutim,7196 +non,231,6,3,5601,3929,2412,192,1140.2300579999885,0.029296875,64,0,G3,f,20,144,55,20,,,,,,o,,,e,,gutim,7197 +ped,231,5,0,5602,3929,,192,1140.2300579999885,,,,,,,176,64,127,,,,,,,V,,,,gutim,7198 +nof,231,6,3,5601,3930,,192,1140.2590579999885,,,,,,,144,55,0,,,,,,,,,,,gutim,7197 +non,231,7,3,5603,3930,2413,202,1140.2590579999885,0.0322265625,64,0,E3,mf+,18,144,52,18,,,,,,o,,,e,,gutim,7199 +nof,231,7,3,5603,3931,,202,1140.2910579999887,,,,,,,144,52,0,,,,,,,,,,,gutim,7199 +non,231,8,3,5604,3931,2414,213,1140.2910579999887,0.0322265625,64,0,Bb1,mp+,15,144,34,15,,,,,,o,,,e,,gutim,7200 +nof,231,8,3,5604,3932,,213,1140.3230579999888,,,,,,,144,34,0,,,,,,,,,,,gutim,7200 +non,231,9,3,5605,3932,2415,224,1140.3230579999888,0.029296875,64,0,F#1,mp-,13,144,30,13,,,,,,o,,,e,,gutim,7201 +nof,231,9,3,5605,3933,,224,1140.3530579999888,,,,,,,144,30,0,,,,,,,,,,,gutim,7201 +non,231,10,3,5606,3933,2416,234,1140.3530579999888,0.0322265625,64,0,D4,p-,10,144,62,10,,,,,,o,,,e,,gutim,7202 +nof,231,10,3,5606,3934,,234,1140.3850579999887,,,,,,,144,62,0,,,,,,,,,,,gutim,7202 +ped,231,11,0,5607,3934,,245,1140.3850579999887,,,,,,,176,64,0,,,,,,,^,,,,gutim,7198 +non,231,12,3,5608,3934,2417,245,1140.3850579999887,0.0322265625,64,0,G3,pp,8,144,55,8,,,,,,o,,,e,,gutim,7203 +nof,231,12,3,5608,3935,,245,1140.4170579999886,,,,,,,144,55,0,,,,,,,,,,,gutim,7203 +non,231,13,1,5609,3935,,256,1140.4170579999886,0.375,8,0,F#5,,,,,,,,,,T,,,,,,gutim,7204 +non,231,14,3,5610,3935,2418,256,1140.4170579999886,1.5,2,0,Bb1,pp,8,144,34,8,,,,,t,o,,,E 5980,,gutim,7205 +nof,231,3,1,5599,3936,,128,1140.7920579999886,,,,,,,144,78,0,,,,,,,,,,,gutim,7195 +non,231,16,1,5611,3936,2419,384,1140.7920579999886,0.0732421875,32,0,D5,pp,8,144,74,8,,,,,,o,,,,,gutim,7206 +ped,231,15,0,5612,3936,,384,1140.7920579999886,,,,,,,176,64,127,,,,,,,V,,,,gutim,7207 +nof,231,16,1,5611,3937,,384,1140.8650579999887,,,,,,,144,74,0,,,,,,,,,,,gutim,7206 +non,231,17,1,5613,3937,2420,409,1140.8650579999887,0.076171875,32,0,Eb6,pp,8,144,87,8,,,,,,o,,,,,gutim,7208 +nof,231,17,1,5613,3938,,409,1140.9420579999887,,,,,,,144,87,0,,,,,,,,,,,gutim,7208 +non,231,18,1,5614,3938,2421,435,1140.9420579999887,0.0732421875,32,0,D5,pp,8,144,74,8,,,,,,o,,,,,gutim,7209 +nof,231,18,1,5614,3939,,435,1141.0150579999888,,,,,,,144,74,0,,,,,,,,,,,gutim,7209 +non,231,19,1,5615,3939,2422,460,1141.0150579999888,0.076171875,32,0,Eb6,pp,8,144,87,8,,,,,,o,,,,,gutim,7210 +nof,231,19,1,5615,3940,,460,1141.0910579999888,,,,,,,144,87,0,,,,,,,,,,,gutim,7210 +non,231,20,1,5616,3940,2423,486,1141.0910579999888,0.076171875,32,0,D5,pp,8,144,74,8,,,,,,o,,,,,gutim,7211 +nof,231,20,1,5616,3941,,486,1141.1670579999889,,,,,,,144,74,0,,,,,,,,,,,gutim,7211 +non,231,21,1,5617,3941,2424,512,1141.1670579999889,0.1494140625,16,0,Eb6,pp,8,144,87,8,,,,,,o,,,,,gutim,7212 +nof,231,21,1,5617,3942,,512,1141.317057999989,,,,,,,144,87,0,,,,,,,,,,,gutim,7212 +non,231,22,1,5618,3942,2425,563,1141.317057999989,0.2255859375,16,1,D5,pp,8,144,74,8,,,,,,o,,,,,gutim,7213 +nof,231,22,1,5618,3943,,563,1141.5420579999889,,,,,,,144,74,0,,,,,,,,,,,gutim,7213 +non,231,23,1,5619,3943,2426,640,1141.5420579999889,0.375,8,0,C3,pp,8,144,48,8,,,,,,o,,,,,gutim,7214 +nof,231,23,1,5619,3944,,640,1141.9170579999889,,,,,,,144,48,0,,,,,,,,,,,gutim,7214 +rst,231,24,1,5620,3944,,768,1141.9170579999889,,,,,,,176,102,0,,,,,,,,,,,gutim,7215 +non,231,25,3,5621,3944,,768,1141.9170579999889,0.75,4,0,Bb1,,,,,,,,,,T,,,,,,gutim,7216 +non,231,26,3,5622,3944,2427,768,1141.9170579999889,0.75,4,0,C2,ppp,5,144,36,5,,,,,t,o,,d,,,gutim,7217 +non,231,27,3,5623,3944,2427,768,1141.9170579999889,0.75,4,0,F#2,ppp,5,144,42,5,,,,,t,o,,d,,,gutim,7218 +non,231,28,3,5624,3944,2427,768,1141.9170579999889,0.75,4,0,G#2,ppp,5,144,44,5,,,,,t,o,,d,,,gutim,7219 +non,231,29,3,5625,3944,2427,768,1141.9170579999889,0.75,4,0,A2,ppp,5,144,45,5,,,,,t,o,,d,,,gutim,7220 +non,231,30,1,5626,3945,2428,864,1142.1980579999888,0.1875,16,0,D#5,ff,22,144,75,22,,,,,,o,,d,,,gutim,7221 +nof,231,30,1,5626,3946,,864,1142.386057999989,,,,,,,144,75,0,,,,,,,,,,,gutim,7221 +non,231,31,1,5627,3946,2429,928,1142.386057999989,0.28125,16,1,A3,ff,22,144,57,22,,,,,,o,,d,,,gutim,7222 +non,231,32,1,5628,3946,2429,928,1142.386057999989,0.1875,16,1,D#5,ff,22,144,75,22,,,,,,o,,d,,,gutim,7223 +ped,231,33,0,5629,3947,,1023,1142.516057999989,,,,,,,176,64,0,,,,,,,^,,,,gutim,7207 +nof,231,32,1,5628,3948,,928,1142.573057999989,,,,,,,144,75,0,,,,,,,,,,,gutim,7223 +nof,231,14,3,5610,3949,,256,1142.6670579999889,,,,,,,144,34,0,,,,,,,,,,,gutim,7205 +nof,231,31,1,5627,3949,,928,1142.6670579999889,,,,,,,144,57,0,,,,,,,,,,,gutim,7222 +bar,232,0,0,5630,3949,,0,1142.6670579999889,,,,,,,,,,232,,,,,,,,,,gutim,7224 +non,232,2,1,5631,3949,2430,0,1142.6670579999889,1.5,2,0,G#4,p,11,144,68,11,,,,,,o,,d,,,gutim,7225 +non,232,3,1,5632,3949,2430,0,1142.6670579999889,1.5,2,0,F#5,p,11,144,78,11,,,,,,o,,d,,,gutim,7226 +non,232,4,3,5633,3949,,0,1142.6670579999889,0.1494140625,16,0,C2,,,,,,,,,,T,,,,,,gutim,7227 +non,232,5,3,5634,3949,,0,1142.6670579999889,0.1875,16,0,F#2,,,,,,,,,,T,,,,,,gutim,7228 +non,232,6,3,5635,3949,,0,1142.6670579999889,0.1875,16,0,G#2,,,,,,,,,,T,,,,,,gutim,7229 +non,232,7,3,5636,3949,,0,1142.6670579999889,0.1875,16,0,A2,,,,,,,,,,T,,,,,,gutim,7230 +ped,232,1,0,5637,3950,,0,1142.8160579999887,,,,,,,176,64,127,,,,,,,V,,,,gutim,7231 +nof,231,26,3,5622,3951,,768,1142.817057999989,,,,,,,144,36,0,,,,,,,,,,,gutim,7217 +non,232,8,3,5638,3951,2431,51,1142.817057999989,0.0732421875,32,0,A2,ppp,5,144,45,5,,,,,,o,,d,,,gutim,7232 +nof,231,27,3,5623,3952,,768,1142.855057999989,,,,,,,144,42,0,,,,,,,,,,,gutim,7218 +nof,231,28,3,5624,3952,,768,1142.855057999989,,,,,,,144,44,0,,,,,,,,,,,gutim,7219 +nof,231,29,3,5625,3952,,768,1142.855057999989,,,,,,,144,45,0,,,,,,,,,,,gutim,7232 +nof,232,8,3,5638,3953,,51,1142.890057999989,,,,,,,144,45,0,,,,,,,,,,,gutim,7233 +non,232,9,3,5639,3953,2432,76,1142.890057999989,0.076171875,32,0,G#2,ppp,5,144,44,5,,,,,,o,,D 5980,,,gutim,7234 +nof,232,9,3,5639,3954,,76,1142.966057999989,,,,,,,144,44,0,,,,,,,,,,,gutim,7234 +non,232,10,3,5640,3954,2433,102,1142.966057999989,0.076171875,32,0,A2,ppp,5,144,45,5,,,,,,o,,,,,gutim,7235 +nof,232,10,3,5640,3955,,102,1143.0420579999889,,,,,,,144,45,0,,,,,,,,,,,gutim,7235 +non,232,11,3,5641,3955,2434,128,1143.0420579999889,0.1494140625,16,0,G#2,ppp,5,144,44,5,,,,,,o,,,,,gutim,7236 +nof,232,11,3,5641,3956,,128,1143.192057999989,,,,,,,144,44,0,,,,,,,,,,,gutim,7236 +non,232,12,3,5642,3956,2435,179,1143.192057999989,0.2255859375,16,1,A2,ppp,5,144,45,5,,,,,,o,,,,,gutim,7237 +nof,232,12,3,5642,3957,,179,1143.4170579999889,,,,,,,144,45,0,,,,,,,,,,,gutim,7237 +non,232,13,3,5643,3957,2436,256,1143.4170579999889,0.298828125,8,0,F#2,ppp,5,144,42,5,,,,,,o,,,,,gutim,7238 +nof,232,13,3,5643,3958,,256,1143.7160579999888,,,,,,,144,42,0,,,,,,,,,,,gutim,7238 +non,232,14,3,5644,3958,2437,358,1143.7160579999888,0.451171875,8,1,C2,ppp,5,144,36,5,,,,,t,o,,,,,gutim,7239 +non,232,15,3,5645,3958,2437,358,1143.7160579999888,0.375,8,1,F#2,ppp,5,144,42,5,,,,,t,o,,,,,gutim,7240 +non,232,16,3,5646,3958,2437,358,1143.7160579999888,0.375,8,1,G#2,ppp,5,144,44,5,,,,,t,o,,,,,gutim,7241 +non,232,17,3,5647,3958,2437,358,1143.7160579999888,0.375,8,1,A2,ppp,5,144,45,5,,,,,t,o,,,,,gutim,7242 +non,232,18,3,5648,3958,2437,358,1143.7160579999888,0.375,8,1,E3,ppp,5,144,52,5,,,,,t,o,,,,,gutim,7243 +nof,232,2,1,5631,3959,,0,1144.1670579999889,,,,,,,144,68,0,,,,,,,,,,,gutim,7225 +nof,232,3,1,5632,3959,,0,1144.1670579999889,,,,,,,144,78,0,,,,,,,,,,,gutim,7226 +ped,232,19,0,5649,3959,,512,1144.1670579999889,,,,,,,176,64,0,,,,,,,^,,,,gutim,7231 +non,232,20,1,5650,3959,2438,512,1144.1670579999889,0.1875,16,0,B2,f,20,144,47,20,,,,,,o,,,,,gutim,7244 +non,232,21,1,5651,3959,2438,512,1144.1670579999889,0.1875,16,0,G#4,f,20,144,68,20,,,,,,o,,,,,gutim,7245 +non,232,22,1,5652,3959,2438,512,1144.1670579999889,0.1875,16,0,F#5,f,20,144,78,20,,,,,,o,,,,,gutim,7246 +non,232,23,3,5653,3959,,512,1144.1670579999889,0.375,8,0,C2,,,,,,,,,,T,,,,,,gutim,7247 +non,232,24,3,5654,3959,,512,1144.1670579999889,0.375,8,0,F#2,,,,,,,,,,T,,,,,,gutim,7248 +non,232,25,3,5655,3959,,512,1144.1670579999889,0.375,8,0,G#2,,,,,,,,,,T,,,,,,gutim,7249 +non,232,26,3,5656,3959,,512,1144.1670579999889,0.375,8,0,A2,,,,,,,,,,T,,,,,,gutim,7250 +non,232,27,3,5657,3959,,512,1144.1670579999889,0.375,8,0,E3,,,,,,,,,,T,,,,,,gutim,7251 +nof,232,20,1,5650,3960,,512,1144.355057999989,,,,,,,144,47,0,,,,,,,,,,,gutim,7244 +nof,232,21,1,5651,3960,,512,1144.355057999989,,,,,,,144,68,0,,,,,,,,,,,gutim,7245 +nof,232,22,1,5652,3960,,512,1144.355057999989,,,,,,,144,78,0,,,,,,,,,,,gutim,7246 +non,232,28,1,5658,3960,2439,576,1144.355057999989,0.5625,8,1,B2,pp,8,144,47,8,,,,,,o,,,,,gutim,7252 +non,232,29,1,5659,3960,2439,576,1144.355057999989,0.375,8,1,G#4,pp,8,144,68,8,,,,,,o,,,,,gutim,7253 +non,232,30,1,5660,3960,2439,576,1144.355057999989,0.375,8,1,F#5,pp,8,144,78,8,,,,,,o,,,,,gutim,7254 +nof,232,15,3,5645,3961,,358,1144.466057999989,,,,,,,144,42,0,,,,,,,,,,,gutim,7240 +nof,232,16,3,5646,3961,,358,1144.466057999989,,,,,,,144,44,0,,,,,,,,,,,gutim,7241 +nof,232,17,3,5647,3961,,358,1144.466057999989,,,,,,,144,45,0,,,,,,,,,,,gutim,7242 +nof,232,18,3,5648,3961,,358,1144.466057999989,,,,,,,144,52,0,,,,,,,,,,,gutim,7243 +nof,232,14,3,5644,3962,,358,1144.5420579999889,,,,,,,144,36,0,,,,,,,,,,,gutim,7239 +rst,232,31,3,5661,3962,,640,1144.5420579999889,,,,,,,176,102,0,,,,,,,,,,,gutim,7255 +non,232,32,3,5662,3963,2440,672,1144.636057999989,0.09375,32,0,F#2,f,20,144,42,20,,,,,,o,,,,,gutim,7256 +non,232,33,3,5663,3963,2440,672,1144.636057999989,0.09375,32,0,A3,f,20,144,57,20,,,,,,o,,,,,gutim,7257 +nof,232,29,1,5659,3964,,576,1144.730057999989,,,,,,,144,68,0,,,,,,,,,,,gutim,7253 +nof,232,30,1,5660,3964,,576,1144.730057999989,,,,,,,144,78,0,,,,,,,,,,,gutim,7254 +nof,232,32,3,5662,3964,,672,1144.730057999989,,,,,,,144,42,0,,,,,,,,,,,gutim,7256 +nof,232,33,3,5663,3964,,672,1144.730057999989,,,,,,,144,57,0,,,,,,,,,,,gutim,7257 +non,232,34,3,5664,3964,2441,704,1144.730057999989,0.09375,32,0,C#3,mp,14,144,49,14,,,,,,o,,,,,gutim,7258 +nof,232,34,3,5664,3965,,704,1144.823057999989,,,,,,,144,49,0,,,,,,,,,,,gutim,7258 +non,232,35,3,5665,3965,2442,736,1144.823057999989,0.09375,32,0,Eb5,pp,8,144,75,8,,,,,,o,,,,,gutim,7259 +non,232,36,3,5666,3965,2442,736,1144.823057999989,0.09375,32,0,F5,pp,8,144,77,8,,,,,,o,,,,,gutim,7260 +nof,232,28,1,5658,3966,,576,1144.9170579999889,,,,,,,144,47,0,,,,,,,,,,,gutim,7252 +nof,232,35,3,5665,3966,,736,1144.9170579999889,,,,,,,144,75,0,,,,,,,,,,,gutim,7259 +nof,232,36,3,5666,3966,,736,1144.9170579999889,,,,,,,144,77,0,,,,,,,,,,,gutim,7260 +non,232,38,1,5667,3966,2443,768,1144.9170579999889,0.298828125,8,0,Bb3,pp,8,144,58,8,,,,,,o,,,,,gutim,7261 +rst,232,39,3,5668,3966,,768,1144.9170579999889,,,,,,,176,102,0,,,,,,,,,,,gutim,7262 +ped,232,37,0,5669,3966,,768,1144.9170579999889,,,,,,,176,64,127,,,,,,,V,,,,gutim,7263 +nof,232,38,1,5667,3967,,768,1145.216057999989,,,,,,,144,58,0,,,,,,,,,,,gutim,7261 +non,232,40,1,5670,3967,2444,870,1145.216057999989,0.451171875,8,1,Gb5,pp,8,144,78,8,,,,,,o,,,,,gutim,7264 +nof,232,40,1,5670,3968,,870,1145.667057999989,,,,,,,144,78,0,,,,,,,,,,,gutim,7264 +bar,233,0,0,5671,3968,,0,1145.667057999989,,,,,,,,,,233,,,,,,,,,,gutim,7265 +non,233,1,1,5672,3968,2445,0,1145.667057999989,0.0732421875,32,0,D5,pp,8,144,74,8,,,,,,o,,,,,gutim,7266 +rst,233,2,3,5673,3968,,0,1145.667057999989,,,,,,,176,102,0,,,,,,,,,,,gutim,7267 +nof,233,1,1,5672,3969,,0,1145.7400579999892,,,,,,,144,74,0,,,,,,,,,,,gutim,7266 +non,233,3,1,5674,3969,2446,25,1145.7400579999892,0.076171875,32,0,Eb6,pp,8,144,87,8,,,,,,o,,,,,gutim,7268 +nof,233,3,1,5674,3970,,25,1145.8170579999892,,,,,,,144,87,0,,,,,,,,,,,gutim,7268 +non,233,4,1,5675,3970,2447,51,1145.8170579999892,0.1494140625,16,0,D5,pp,8,144,74,8,,,,,,o,,,,,gutim,7269 +nof,233,4,1,5675,3971,,51,1145.966057999989,,,,,,,144,74,0,,,,,,,,,,,gutim,7269 +non,233,5,1,5676,3971,2448,102,1145.966057999989,0.451171875,8,1,C3,pp,8,144,48,8,,,,,,o,,,,,gutim,7270 +nof,233,5,1,5676,3972,,102,1146.417057999989,,,,,,,144,48,0,,,,,,,,,,,gutim,7270 +rst,233,6,1,5677,3972,,256,1146.417057999989,,,,,,,176,102,0,,,,,,,,,,,gutim,7271 +non,233,7,3,5678,3972,2449,256,1146.417057999989,0.298828125,8,0,C1,ppp,5,144,24,5,,,,,,o,,,,,gutim,7272 +nof,233,7,3,5678,3973,,256,1146.716057999989,,,,,,,144,24,0,,,,,,,,,,,gutim,7272 +non,233,8,3,5679,3973,2450,358,1146.716057999989,0.451171875,8,1,E3,ppp,5,144,52,5,,,,,,o,,,,,gutim,7273 +nof,233,8,3,5679,3974,,358,1147.167057999989,,,,,,,144,52,0,,,,,,,,,,,gutim,7273 +rst,233,9,1,5680,3974,,512,1147.167057999989,,,,,,,176,102,0,,,,,,,,,,,gutim,7274 +non,233,10,3,5681,3974,2451,512,1147.167057999989,0.0732421875,32,0,A2,ppp,5,144,45,5,,,,,,o,,,,,gutim,7275 +nof,233,10,3,5681,3975,,512,1147.2400579999892,,,,,,,144,45,0,,,,,,,,,,,gutim,7275 +non,233,11,3,5682,3975,2452,537,1147.2400579999892,0.076171875,32,0,G#2,ppp,5,144,44,5,,,,,,o,,,,,gutim,7276 +nof,233,11,3,5682,3976,,537,1147.3170579999892,,,,,,,144,44,0,,,,,,,,,,,gutim,7276 +non,233,12,3,5683,3976,2453,563,1147.3170579999892,0.1494140625,16,0,A2,ppp,5,144,45,5,,,,,,o,,,,,gutim,7277 +nof,233,12,3,5683,3977,,563,1147.466057999989,,,,,,,144,45,0,,,,,,,,,,,gutim,7277 +non,233,13,3,5684,3977,2454,614,1147.466057999989,0.451171875,8,1,F#2,ppp,5,144,42,5,,,,,,o,,,,,gutim,7278 +nof,233,13,3,5684,3978,,614,1147.917057999989,,,,,,,144,42,0,,,,,,,,,,,gutim,7278 +rst,233,14,3,5685,3978,,768,1147.917057999989,,,,,,,176,102,0,,,,,,,,,,,gutim,7279 +bar,234,0,0,5686,3979,,0,1148.667057999989,,,,,,,,,,234,,,,,,,,,,gutim,7280 +rst,234,1,1,5687,3979,,0,1148.667057999989,,,,,,,176,102,0,,,,,,,,,,,gutim,7281 +rst,234,2,3,5688,3979,,0,1148.667057999989,,,,,,,176,102,0,,,,,,,,,,,gutim,7282 +rst,234,4,3,5689,3980,,768,1150.917057999989,,,,,,,176,102,0,,,,,,,,,,,gutim,7283 +ped,234,3,0,5690,3981,,768,1151.917057999989,,,,,,,176,64,0,,,,,,,^,,,,gutim,7263 +sec,234,5,0,5691,3981,,768,1151.917057999989,,,,,,,,,,,5980,,,,,,,,,gutim,7284 +bpm,234,6,0,5692,3982,,1023,1152.823057999989,,1,,,,,,,,,,66,,,,,,,,gutim,7285 +bar,235,0,0,5693,3983,,0,1152.826057999989,,,,,,,,,,235,,,,,,,,,,gutim,7286 +non,235,2,1,5694,3983,2455,0,1152.826057999989,1.81818181818182,2,0,Bb4,mp,14,144,70,14,,,,,,o,,d,,,gutim,7287 +non,235,3,1,5695,3983,2455,0,1152.826057999989,1.81818181818182,2,0,Bb6,f,20,144,94,20,,,,,,o,,d,,,gutim,7288 +rst,235,4,2,5696,3983,,0,1152.826057999989,,,,,,,176,102,0,,,,,,,,,,,gutim,7289 +rst,235,5,3,5697,3983,,0,1152.826057999989,,,,,,,176,102,0,,,,,,,,,,,gutim,7290 +ped,235,1,0,5698,3983,,0,1152.826057999989,,,,,,,176,64,127,,,,,,,V,,,,gutim,7291 +non,235,6,3,5699,3984,2456,256,1153.7350579999888,2.72727272727273,2,1,A1,ppp,5,144,33,5,,,,,,o,,d,,,gutim,7292 +ped,235,7,0,5700,3985,,512,1154.495057999989,,,,,,,176,64,0,,,,,,,^,,,,gutim,7291 +non,235,8,1,5701,3986,2457,512,1154.6450579999891,1.81818181818182,2,0,D2,mp,14,144,38,14,,,,,,o,,d,,,gutim,7293 +non,235,9,1,5702,3986,2457,512,1154.6450579999891,1.81818181818182,2,0,E4,pp,8,144,64,8,,,,,,o,,d,,,gutim,7294 +nof,235,2,1,5694,3987,,0,1154.6450579999891,,,,,,,144,70,0,,,,,,,,,,,gutim,7287 +nof,235,3,1,5695,3987,,0,1154.6450579999891,,,,,,,144,94,0,,,,,,,,,,,gutim,7288 +ped,235,,,5703,3988,,512,1154.7950579999892,,,,,,,176,64,127,,,,,,,V,,,,gutim,7295 +nof,235,6,3,5699,3989,,256,1156.4630579999894,,,,,,,144,33,0,,,,,,,,,,,gutim,7292 +nof,235,8,1,5701,3989,,512,1156.4630579999894,,,,,,,144,38,0,,,,,,,,,,,gutim,7293 +nof,235,9,1,5702,3989,,512,1156.4630579999894,,,,,,,144,64,0,,,,,,,,,,,gutim,7294 +rst,235,10,1,5704,3989,,1024,1156.4630579999894,,,,,,,176,102,0,,,,,,,,,,,gutim,7296 +rst,235,11,3,5705,3989,,1024,1156.4630579999894,,,,,,,176,102,0,,,,,,,,,,,gutim,7297 +non,235,12,1,5706,3990,2458,1408,1157.8260579999892,0.454545454545455,8,0,C6,p,11,144,84,11,,,,,t,o,,d,,,gutim,7298 +non,235,13,1,5707,3990,2458,1408,1157.8260579999892,0.454545454545455,8,0,G6,ppp,5,144,91,5,,,,,,o,,d,,,gutim,7299 +nof,235,13,1,5707,3991,,1408,1158.2810579999891,,,,,,,144,91,0,,,,,,,,,,,gutim,7299 +bar,236,0,0,5708,3991,,0,1158.2810579999891,,,,,,,,,,236,,,,,,,,,,gutim,7300 +non,236,1,1,5709,3991,2459,0,1158.2810579999891,0.454545454545455,8,0,F3,ppp,5,144,53,5,,,,,,o,,d,,,gutim,7301 +non,236,2,1,5710,3991,,0,1158.2810579999891,0.454545454545455,8,0,C6,,,,,,,,,,T,,,,,,gutim,7302 +rst,236,3,4,5711,3991,,0,1158.2810579999891,,,,,,,176,102,0,,,,,,,,,,,gutim,7303 +rst,236,4,3,5712,3991,,0,1158.2810579999891,,,,,,,176,102,0,,,,,,,,,,,gutim,7304 +rst,236,5,2,5713,3991,,0,1158.2810579999891,,,,,,,176,102,0,,,,,,,,,,,gutim,7305 +nof,235,12,1,5706,3992,,1408,1158.735057999989,,,,,,,144,84,0,,,,,,,,,,,gutim,7298 +nof,236,1,1,5709,3993,,0,1158.735057999989,,,,,,,144,53,0,,,,,,,,,,,gutim,7301 +non,236,6,1,5714,3993,2460,128,1158.735057999989,0.0887784090909091,32,0,C#3,ppp,5,144,49,5,,,,,,o,,D,,,gutim,7306 +non,236,7,3,5715,3993,2460,128,1158.735057999989,0.454545454545455,8,0,F3,ppp,5,144,53,5,,,,,t,o,,,,,gutim,7307 +non,236,8,4,5716,3993,2460,128,1158.735057999989,0.454545454545455,8,0,Bb1,ppp,5,144,34,5,,,,,t,o,,,,,gutim,7308 +ped,236,9,0,5717,3994,,153,1158.765057999989,,,,,,,176,64,0,,,,,,,^,,,,gutim,7295 +nof,236,6,1,5714,3995,,128,1158.824057999989,,,,,,,144,49,0,,,,,,,,,,,gutim,7306 +non,236,10,1,5718,3995,2461,153,1158.824057999989,0.0923295454545454,32,0,B2,ppp,5,144,47,5,,,,,,o,,,,,gutim,7309 +nof,236,10,1,5718,3996,,153,1158.917057999989,,,,,,,144,47,0,,,,,,,,,,,gutim,7309 +non,236,11,1,5719,3996,2462,179,1158.917057999989,0.0887784090909091,32,0,C#3,ppp,5,144,49,5,,,,,,o,,,,,gutim,7310 +nof,236,11,1,5719,3997,,179,1159.0050579999893,,,,,,,144,49,0,,,,,,,,,,,gutim,7310 +non,236,13,1,5720,3997,2463,204,1159.0050579999893,0.184659090909091,16,0,B2,ppp,5,144,47,5,,,,,,o,,,,,gutim,7311 +ped,236,12,0,5721,3998,,204,1159.0650579999892,,,,,,,176,64,127,,,,,,,V,,,,gutim,7312 +nof,236,13,1,5720,3999,,204,1159.1900579999892,,,,,,,144,47,0,,,,,,,,,,,gutim,7311 +non,236,14,3,5722,3999,,256,1159.1900579999892,0.909090909090909,4,0,F3,,,,,,,,,,T,,,,,,gutim,7313 +non,236,15,4,5723,3999,,256,1159.1900579999892,0.454545454545455,8,0,Bb1,,,,,,,,,,T,,,,,,gutim,7314 +non,236,16,1,5724,3999,2464,256,1159.1900579999892,0.0887784090909091,32,0,C#3,ppp,5,144,49,5,,,,,,o,,,,,gutim,7315 +nof,236,16,1,5724,4000,,256,1159.2790579999892,,,,,,,144,49,0,,,,,,,,,,,gutim,7315 +non,236,17,1,5725,4000,2465,281,1159.2790579999892,0.0923295454545454,32,0,B2,ppp,5,144,47,5,,,,,,o,,,,,gutim,7316 +nof,236,17,1,5725,4001,,281,1159.3710579999893,,,,,,,144,47,0,,,,,,,,,,,gutim,7316 +non,236,18,1,5726,4001,2466,307,1159.3710579999893,0.0887784090909091,32,0,C#3,ppp,5,144,49,5,,,,,,o,,,,,gutim,7317 +ped,236,19,0,5727,4002,,332,1159.4020579999892,,,,,,,176,64,0,,,,,,,^,,,,gutim,7312 +nof,236,18,1,5726,4003,,307,1159.4600579999892,,,,,,,144,49,0,,,,,,,,,,,gutim,7317 +non,236,20,1,5728,4003,2467,332,1159.4600579999892,0.184659090909091,16,0,F7,ppp,5,144,101,5,,,,,,o,,,,,gutim,7318 +nof,236,20,1,5728,4004,,332,1159.6450579999891,,,,,,,144,101,0,,,,,,,,,,,gutim,7318 +non,236,22,4,5729,4004,2468,384,1159.6450579999891,0.454545454545455,8,0,D4,pp,8,144,62,8,,,,,,o,,,,,gutim,7319 +rst,236,23,1,5730,4004,,384,1159.6450579999891,,,,,,,176,102,0,,,,,,,,,,,gutim,7320 +nof,236,8,4,5716,4005,,128,1159.6450579999891,,,,,,,144,34,0,,,,,,,,,,,gutim,7308 +ped,236,21,0,5731,4006,,384,1159.7020579999892,,,,,,,176,64,127,,,,,,,V,,,,gutim,7321 +non,236,24,1,5732,4007,2469,435,1159.8260579999892,0.0887784090909091,32,0,A4,ppp,5,144,69,5,,,,,,o,,,,,gutim,7322 +nof,236,24,1,5732,4008,,435,1159.9140579999894,,,,,,,144,69,0,,,,,,,,,,,gutim,7322 +non,236,25,1,5733,4008,2470,460,1159.9140579999894,0.0923295454545454,32,0,D3,ppp,5,144,50,5,,,,,,o,,,,,gutim,7323 +nof,236,25,1,5733,4009,,460,1160.0070579999892,,,,,,,144,50,0,,,,,,,,,,,gutim,7323 +non,236,26,1,5734,4009,2471,486,1160.0070579999892,0.0923295454545454,32,0,C#2,ppp,5,144,37,5,,,,,,o,,,,,gutim,7324 +nof,236,26,1,5734,4010,,486,1160.0990579999893,,,,,,,144,37,0,,,,,,,,,,,gutim,7324 +rst,236,27,1,5735,4010,,512,1160.0990579999893,,,,,,,176,102,0,,,,,,,,,,,gutim,7325 +non,236,28,2,5736,4010,2472,,1160.0990579999893,0.05,8,0,Ab4,f,20,144,68,20,,,,g,,o,,,,,gutim,7326 +nof,236,22,4,5729,4011,,384,1160.0990579999893,,,,,,,144,62,0,,,,,,,,,,,gutim,7319 +nof,236,7,3,5715,4012,,128,1160.0990579999893,,,,,,,144,53,0,,,,,,,,,,,gutim,7307 +nof,236,28,2,5736,4013,,,1160.1490579999895,,,,,,,144,68,0,,,,,,,,,,,gutim,7326 +non,236,29,2,5737,4014,2473,512,1160.1740579999896,1.2109375,2,0,C6,f,20,144,84,20,,,,,,o,,,,,gutim,7327 +non,236,30,2,5738,4014,2473,512,1160.1740579999896,1.81818181818182,2,0,E6,f,20,144,88,20,,,,,,o,,,,,gutim,7328 +non,236,31,2,5739,4014,2473,512,1160.1740579999896,1.81818181818182,2,0,C#7,p,11,144,97,11,,,,,,o,,,,,gutim,7329 +non,236,32,3,5740,4014,2473,512,1160.1740579999896,0.0887784090909091,32,0,D3,pp,8,144,50,8,,,,,,o,,,,,gutim,7330 +rst,236,33,4,5741,4014,,512,1160.1740579999896,,,,,,,176,102,0,,,,,,,,,,,gutim,7331 +nof,236,32,3,5740,4015,,512,1160.2630579999895,,,,,,,144,50,0,,,,,,,,,,,gutim,7330 +non,236,34,3,5742,4015,2474,537,1160.2630579999895,0.0923295454545454,32,0,C#2,pp,8,144,37,8,,,,,,o,,,,,gutim,7332 +nof,236,34,3,5742,4016,,537,1160.3550579999896,,,,,,,144,37,0,,,,,,,,,,,gutim,7332 +non,236,35,3,5743,4016,2475,563,1160.3550579999896,0.0887784090909091,32,0,D3,pp,8,144,50,8,,,,,,o,,,,,gutim,7333 +nof,236,35,3,5743,4017,,563,1160.4440579999896,,,,,,,144,50,0,,,,,,,,,,,gutim,7333 +non,236,36,3,5744,4017,2476,588,1160.4440579999896,0.184659090909091,16,0,C#2,pp,8,144,37,8,,,,,,o,,,,,gutim,7334 +nof,236,36,3,5744,4018,,588,1160.6290579999895,,,,,,,144,37,0,,,,,,,,,,,gutim,7334 +non,236,37,3,5745,4018,2477,640,1160.6290579999895,0.0887784090909091,32,0,D3,pp,8,144,50,8,,,,,,o,,,,,gutim,7335 +nof,236,37,3,5745,4019,,640,1160.7170579999897,,,,,,,144,50,0,,,,,,,,,,,gutim,7335 +non,236,38,3,5746,4019,2478,665,1160.7170579999897,0.0923295454545454,32,0,C#2,pp,8,144,37,8,,,,,,o,,,,,gutim,7336 +nof,236,38,3,5746,4020,,665,1160.8100579999896,,,,,,,144,37,0,,,,,,,,,,,gutim,7336 +non,236,39,3,5747,4020,2479,691,1160.8100579999896,0.0887784090909091,32,0,D3,pp,8,144,50,8,,,,,,o,,,,,gutim,7337 +nof,236,39,3,5747,4021,,691,1160.8980579999895,,,,,,,144,50,0,,,,,,,,,,,gutim,7337 +non,236,40,3,5748,4021,2480,716,1160.8980579999895,0.184659090909091,16,0,F6,pp,8,144,89,8,,,,,,o,,,,,gutim,7338 +ped,236,41,0,5749,4022,,739,1160.9260579999896,,,,,,,176,64,0,,,,,,,^,,,,gutim,7321 +nof,236,40,3,5748,4023,,716,1161.0830579999897,,,,,,,144,89,0,,,,,,,,,,,gutim,7338 +non,236,42,1,5750,4023,2481,768,1161.0830579999897,0.454545454545455,8,0,C1,mf,17,144,24,17,,,,,,o,,,,,gutim,7339 +non,236,43,3,5751,4023,2481,768,1161.0830579999897,0.0887784090909091,32,0,B1,ppp,5,144,35,5,,,,,,o,,,,,gutim,7340 +rst,236,44,4,5752,4023,,768,1161.0830579999897,,,,,,,176,102,0,,,,,,,,,,,gutim,7341 +nof,236,43,3,5751,4024,,768,1161.1720579999896,,,,,,,144,35,0,,,,,,,,,,,gutim,7340 +non,236,46,3,5753,4024,2482,793,1161.1720579999896,0.0923295454545454,32,0,D2,ppp,5,144,38,5,,,,,,o,,,,,gutim,7342 +ped,236,45,0,5754,4025,,793,1161.2260579999897,,,,,,,176,64,127,,,,,,,V,,,,gutim,7343 +nof,236,46,3,5753,4026,,793,1161.2640579999897,,,,,,,144,38,0,,,,,,,,,,,gutim,7342 +non,236,47,3,5755,4026,2483,819,1161.2640579999897,0.0887784090909091,32,0,B1,ppp,5,144,35,5,,,,,,o,,,,,gutim,7344 +nof,236,47,3,5755,4027,,819,1161.3530579999897,,,,,,,144,35,0,,,,,,,,,,,gutim,7344 +non,236,48,3,5756,4027,2484,844,1161.3530579999897,0.184659090909091,16,0,D2,ppp,5,144,38,5,,,,,,o,,,,,gutim,7345 +non,236,49,2,5757,4028,2485,853,1161.3850579999898,1.2109375,2,0,E4,p,11,144,64,11,,,,,,o,,,,,gutim,7346 +nof,236,29,2,5737,4029,,512,1161.3850579999898,,,,,,,144,84,0,,,,,,,,,,,gutim,7327 +nof,236,48,3,5756,4030,,844,1161.5380579999896,,,,,,,144,38,0,,,,,,,,,,,gutim,7345 +rst,236,50,1,5758,4030,,896,1161.5380579999896,,,,,,,176,102,0,,,,,,,,,,,gutim,7347 +non,236,51,3,5759,4030,2486,896,1161.5380579999896,0.113636363636364,32,0,B1,ppp,5,144,35,5,,,,,,o,,,e,,gutim,7348 +nof,236,42,1,5750,4031,,768,1161.5380579999896,,,,,,,144,24,0,,,,,,,,,,,gutim,7339 +nof,236,51,3,5759,4032,,896,1161.6510579999897,,,,,,,144,35,0,,,,,,,,,,,gutim,7348 +non,236,52,3,5760,4032,2487,928,1161.6510579999897,0.113636363636364,32,0,D2,ppp,5,144,38,5,,,,,,o,,,e,,gutim,7349 +nof,236,52,3,5760,4033,,928,1161.7650579999897,,,,,,,144,38,0,,,,,,,,,,,gutim,7349 +non,236,53,3,5761,4033,2488,960,1161.7650579999897,0.113636363636364,32,0,A2,ppp,5,144,45,5,,,,,,o,,,e,,gutim,7350 +ped,236,54,0,5762,4034,,992,1161.7850579999897,,,,,,,176,64,0,,,,,,,^,,,,gutim,7343 +nof,236,53,3,5761,4035,,960,1161.8790579999895,,,,,,,144,45,0,,,,,,,,,,,gutim,7350 +non,236,55,3,5763,4035,2489,992,1161.8790579999895,0.113636363636364,32,0,F5,ppp,5,144,77,5,,,,,,o,,,e,,gutim,7351 +nof,236,55,3,5763,4036,,992,1161.9920579999896,,,,,,,144,77,0,,,,,,,,,,,gutim,7351 +non,236,57,1,5764,4036,2490,1024,1161.9920579999896,1.81818181818182,2,0,F#4,f,20,144,66,20,,,,,,o,,,,,gutim,7352 +non,236,58,1,5765,4036,2490,1024,1161.9920579999896,1.81818181818182,2,0,F#5,mp,14,144,78,14,,,,,,o,,,,,gutim,7353 +non,236,59,3,5766,4036,2490,1024,1161.9920579999896,1.81818181818182,2,0,C#2,ppp,5,144,37,5,,,,,,o,,,E 5981,,gutim,7354 +nof,236,30,2,5738,4037,,512,1161.9920579999896,,,,,,,144,88,0,,,,,,,,,,,gutim,7328 +nof,236,31,2,5739,4037,,512,1161.9920579999896,,,,,,,144,97,0,,,,,,,,,,,gutim,7329 +ped,236,56,0,5767,4038,,1024,1162.0850579999897,,,,,,,176,64,127,,,,,,,V,,,,gutim,7355 +nof,236,49,2,5757,4039,,853,1162.5960579999896,,,,,,,144,64,0,,,,,,,,,,,gutim,7346 +non,236,60,2,5768,4039,2491,1194,1162.5960579999896,0.1171875,16,0,F#7,p,11,144,102,11,,,,,,o,,,,,gutim,7356 +nof,236,60,2,5768,4040,,1194,1162.7130579999896,,,,,,,144,102,0,,,,,,,,,,,gutim,7356 +non,236,61,2,5769,4040,2492,1227,1162.7130579999896,0.188210227272727,16,1,A4,p+,12,144,69,12,,,,,,o,,,,,gutim,7357 +nof,236,61,2,5769,4041,,1227,1162.9010579999895,,,,,,,144,69,0,,,,,,,,,,,gutim,7357 +non,236,62,2,5770,4041,2493,1280,1162.9010579999895,0.1171875,16,0,F#6,mp,14,144,90,14,,,,,,o,,,,,gutim,7358 +nof,236,62,2,5770,4042,,1280,1163.0190579999894,,,,,,,144,90,0,,,,,,,,,,,gutim,7358 +non,236,63,2,5771,4042,2494,1313,1163.0190579999894,0.184659090909091,16,1,G#2,mp+,15,144,44,15,,,,,,o,,,,,gutim,7359 +nof,236,63,2,5771,4043,,1313,1163.2030579999894,,,,,,,144,44,0,,,,,,,,,,,gutim,7359 +non,236,64,2,5772,4043,2495,1365,1163.2030579999894,0.1171875,16,0,F#6,mf,17,144,90,17,,,,,,o,,,,,gutim,7360 +nof,236,64,2,5772,4044,,1365,1163.3200579999893,,,,,,,144,90,0,,,,,,,,,,,gutim,7360 +non,236,65,2,5773,4044,2496,1398,1163.3200579999893,0.184659090909091,16,1,A4,mf+,18,144,69,18,,,,,,o,,,,,gutim,7361 +nof,236,65,2,5773,4045,,1398,1163.5050579999893,,,,,,,144,69,0,,,,,,,,,,,gutim,7361 +non,236,66,2,5774,4045,2497,1450,1163.5050579999893,0.0568181818181818,32,0,G#2,f,20,144,44,20,,,,,,o,,,,,gutim,7362 +nof,236,66,2,5774,4046,,1450,1163.562057999989,,,,,,,144,44,0,,,,,,,,,,,gutim,7362 +non,236,67,2,5775,4046,2498,1466,1163.562057999989,0.124289772727273,16,0,A4,f,20,144,69,20,,,,,,o,,,,,gutim,7363 +nof,236,67,2,5775,4047,,1466,1163.686057999989,,,,,,,144,69,0,,,,,,,,,,,gutim,7363 +non,236,68,2,5776,4047,2499,1501,1163.686057999989,0.0603693181818182,32,0,F#6,f+,21,144,90,21,,,,,,o,,,,,gutim,7364 +nof,236,68,2,5776,4048,,1501,1163.7460579999893,,,,,,,144,90,0,,,,,,,,,,,gutim,7364 +non,236,69,2,5777,4048,2500,1518,1163.7460579999893,0.0639204545454545,32,0,G#1,ff,22,144,32,22,,,,,,o,,,,,gutim,7365 +nof,236,57,1,5764,4049,,1024,1163.810057999989,,,,,,,144,66,0,,,,,,,,,,,gutim,7352 +nof,236,58,1,5765,4049,,1024,1163.810057999989,,,,,,,144,78,0,,,,,,,,,,,gutim,7353 +nof,236,59,3,5766,4049,,1024,1163.810057999989,,,,,,,144,37,0,,,,,,,,,,,gutim,7354 +nof,236,69,2,5777,4049,,1518,1163.810057999989,,,,,,,144,32,0,,,,,,,,,,,gutim,7365 +bar,237,0,0,5778,4049,,0,1163.810057999989,,,,,,,,,,237,,,,,,,,,,gutim,7366 +rst,237,1,1,5779,4049,,0,1163.810057999989,,,,,,,176,102,0,,,,,,,,,,,gutim,7367 +rst,237,2,2,5780,4049,,0,1163.810057999989,,,,,,,176,102,0,,,,,,,,,,,gutim,7368 +non,237,3,3,5781,4049,2501,0,1163.810057999989,1.2109375,2,0,A3,ff,22,144,57,22,,,,,,o,,,,,gutim,7369 +rst,237,4,4,5782,4049,,0,1163.810057999989,,,,,,,176,102,0,,,,,,,,,,,gutim,7370 +nof,237,3,3,5781,4050,,0,1165.0210579999891,,,,,,,144,57,0,,,,,,,,,,,gutim,7369 +non,237,5,3,5783,4050,2502,341,1165.0210579999891,0.607244318181818,4,0,C3,mf-,16,144,48,16,,,,,t,o,,,,,gutim,7371 +ped,237,6,0,5784,4051,,426,1165.323057999989,,,,,,,176,64,0,,,,,,,^,,,,gutim,7355 +non,237,7,1,5785,4052,2503,512,1165.629057999989,0.543323863636364,8,1,A5,p,11,144,81,11,,,,,,o,,d,,,gutim,7372 +non,237,8,2,5786,4052,2503,512,1165.629057999989,0.543323863636364,8,1,G#4,ff,22,144,68,22,,,,,,o,,d,,,gutim,7373 +non,237,9,2,5787,4052,2503,512,1165.629057999989,0.454545454545455,8,1,D#5,f,20,144,75,20,,,,,,o,,d,,,gutim,7374 +non,237,11,3,5788,4052,,512,1165.629057999989,1.81818181818182,2,0,C3,,,,,,,,,,T,,,,,,gutim,7375 +non,237,12,4,5789,4052,2503,512,1165.629057999989,1.36363636363636,4,1,E1,mf,17,144,28,17,,,,,,o,,d,,,gutim,7376 +non,237,13,4,5790,4052,2503,512,1165.629057999989,0.909090909090909,4,1,B1,pp,8,144,35,8,,,,,,o,,d,,,gutim,7377 +ped,237,10,0,5791,4052,,512,1165.629057999989,,,,,,,176,64,127,,,,,,,V,,,,gutim,7378 +nof,237,9,2,5787,4053,,512,1166.0830579999893,,,,,,,144,75,0,,,,,,,,,,,gutim,7374 +nof,237,7,1,5785,4054,,512,1166.1720579999892,,,,,,,144,81,0,,,,,,,,,,,gutim,7372 +nof,237,8,2,5786,4054,,512,1166.1720579999892,,,,,,,144,68,0,,,,,,,,,,,gutim,7373 +non,237,14,1,5792,4054,2504,665,1166.1720579999892,0.365767045454545,8,0,A5,p,11,144,81,11,,,,,t,o,,d,,,gutim,7379 +non,237,15,2,5793,4054,2504,665,1166.1720579999892,0.365767045454545,8,0,G#4,mf,17,144,68,17,,,,,t,o,,d,,,gutim,7380 +non,237,16,2,5794,4054,2504,665,1166.1720579999892,0.454545454545455,8,0,D#5,mf,17,144,75,17,,,,,t,o,,d,,,gutim,7381 +nof,237,13,4,5790,4055,,512,1166.5380579999892,,,,,,,144,35,0,,,,,,,,,,,gutim,7377 +non,237,17,1,5795,4055,,768,1166.5380579999892,0.454545454545455,8,0,A5,,,,,,,,,,T,,,,,,gutim,7382 +non,237,18,2,5796,4055,,768,1166.5380579999892,0.454545454545455,8,0,G#4,,,,,,,,,,T,,,,,,gutim,7383 +non,237,19,2,5797,4055,,768,1166.5380579999892,0.454545454545455,8,0,D#5,,,,,,,,,,T,,,,,,gutim,7384 +ped,237,23,0,5798,4056,,896,1166.8420579999893,,,,,,,176,64,0,,,,,,,^,,,,gutim,7378 +nof,237,12,4,5789,4057,,512,1166.9920579999894,,,,,,,144,28,0,,,,,,,,,,,gutim,7376 +nof,237,14,1,5792,4057,,665,1166.9920579999894,,,,,,,144,81,0,,,,,,,,,,,gutim,7379 +nof,237,15,2,5793,4057,,665,1166.9920579999894,,,,,,,144,68,0,,,,,,,,,,,gutim,7380 +non,237,20,1,5799,4057,2505,896,1166.9920579999894,0.454545454545455,8,0,A5,p,11,144,81,11,,,,,t,o,,d,,,gutim,7385 +non,237,21,2,5800,4057,2505,896,1166.9920579999894,0.454545454545455,8,0,G#4,p,11,144,68,11,,,,,t,o,,d,,,gutim,7386 +non,237,22,2,5801,4057,2505,896,1166.9920579999894,0.454545454545455,8,0,D#5,p,11,144,75,11,,,,,t,o,,d,,,gutim,7387 +non,237,24,4,5802,4057,2505,896,1166.9920579999894,0.454545454545455,8,0,E1,p,11,144,28,11,,,,,t,o,,d,,,gutim,7388 +nof,237,16,2,5794,4058,,665,1167.0810579999893,,,,,,,144,75,0,,,,,,,,,,,gutim,7387 +ped,237,23,0,5803,4059,,896,1167.1420579999894,,,,,,,176,64,127,,,,,,,V,,,,gutim,7389 +nof,237,5,3,5783,4060,,341,1167.4470579999895,,,,,,,144,48,0,,,,,,,,,,,gutim,7371 +non,237,25,1,5804,4061,,1024,1167.4470579999895,0.362215909090909,8,0,A5,,,,,,,,,,T,,,,,,gutim,7390 +non,237,26,2,5805,4061,,1024,1167.4470579999895,0.362215909090909,8,0,G#4,,,,,,,,,,T,,,,,,gutim,7391 +non,237,27,2,5806,4061,,1024,1167.4470579999895,0.454545454545455,8,0,D#5,,,,,,,,,,T,,,,,,gutim,7392 +non,237,28,3,5807,4061,2506,1024,1167.4470579999895,0.454545454545455,8,0,G#3,ppp,5,144,56,5,,,,,,o,,d,,,gutim,7393 +non,237,29,4,5808,4061,,1024,1167.4470579999895,0.362215909090909,8,0,E1,,,,,,,,,,T,,,,,,gutim,7394 +ped,237,30,0,5809,4062,,1126,1167.6590579999895,,,,,,,176,64,0,,,,,,,^,,,,gutim,7389 +nof,237,20,1,5799,4063,,896,1167.8090579999894,,,,,,,144,81,0,,,,,,,,,,,gutim,7385 +nof,237,21,2,5800,4063,,896,1167.8090579999894,,,,,,,144,68,0,,,,,,,,,,,gutim,7386 +nof,237,24,4,5802,4063,,896,1167.8090579999894,,,,,,,144,28,0,,,,,,,,,,,gutim,7388 +non,237,31,1,5810,4063,2507,1126,1167.8090579999894,0.546875,8,1,A5,ppp,5,144,81,5,,,,,t,o,,,,,gutim,7395 +non,237,32,2,5811,4063,2507,1126,1167.8090579999894,0.546875,8,1,G#4,ppp,5,144,68,5,,,,,t,o,,,,,gutim,7396 +non,237,33,2,5812,4063,2507,1126,1167.8090579999894,0.454545454545455,8,1,D#5,ppp,5,144,75,5,,,,,t,o,,,,,gutim,7397 +non,237,34,4,5813,4063,2507,1126,1167.8090579999894,0.546875,8,1,E1,ppp,5,144,28,5,,,,,,o,,D 5981,,,gutim,7398 +nof,237,22,2,5801,4064,,896,1167.9010579999895,,,,,,,144,75,0,,,,,,,,,,,gutim,7397 +non,237,35,3,5814,4064,2508,1152,1167.9010579999895,0.0887784090909091,32,0,F#6,ppp,5,144,90,5,,,,,,o,,,,,gutim,7399 +nof,237,28,3,5807,4065,,1024,1167.9010579999895,,,,,,,144,56,0,,,,,,,,,,,gutim,7393 +ped,237,30,0,5815,4066,,1126,1167.9590579999895,,,,,,,176,64,127,,,,,,,V,,,,gutim,7400 +nof,237,35,3,5814,4067,,1152,1167.9900579999894,,,,,,,144,90,0,,,,,,,,,,,gutim,7399 +non,237,36,3,5816,4067,2509,1177,1167.9900579999894,0.0923295454545454,32,0,C4,ppp,5,144,60,5,,,,,,o,,,,,gutim,7401 +nof,237,36,3,5816,4068,,1177,1168.0820579999895,,,,,,,144,60,0,,,,,,,,,,,gutim,7401 +non,237,37,3,5817,4068,2510,1203,1168.0820579999895,0.0887784090909091,32,0,A4,ppp,5,144,69,5,,,,,,o,,,,,gutim,7402 +nof,237,37,3,5817,4069,,1203,1168.1710579999894,,,,,,,144,69,0,,,,,,,,,,,gutim,7402 +non,237,38,3,5818,4069,2511,1228,1168.1710579999894,0.184659090909091,16,0,C4,ppp,5,144,60,5,,,,,,o,,,,,gutim,7403 +nof,237,38,3,5818,4070,,1228,1168.3560579999894,,,,,,,144,60,0,,,,,,,,,,,gutim,7403 +non,237,39,1,5819,4070,,1280,1168.3560579999894,0.909090909090909,4,0,A5,,,,,,,,,,_,,,,,,gutim,7404 +non,237,40,2,5820,4070,,1280,1168.3560579999894,0.909090909090909,4,0,G#4,,,,,,,,,,_,,,,,,gutim,7405 +non,237,41,2,5821,4070,,1280,1168.3560579999894,0.909090909090909,4,0,D#5,,,,,,,,,,_,,,,,,gutim,7406 +non,237,42,4,5822,4070,2512,1280,1168.3560579999894,0.909090909090909,4,0,A3,p,11,144,57,11,,,,,t,o,,,,,gutim,7407 +non,237,43,4,5823,4070,2512,1280,1168.3560579999894,0.909090909090909,4,0,G#4,p,11,144,68,11,,,,,t,o,,,,,gutim,7408 +non,237,44,3,5824,4070,2512,1280,1168.3560579999894,0.0887784090909091,32,0,A4,ppp,5,144,69,5,,,,,,o,,,,,gutim,7409 +nof,237,34,4,5813,4071,,1126,1168.3560579999894,,,,,,,144,28,0,,,,,,,,,,,gutim,7398 +nof,237,44,3,5824,4072,,1280,1168.4450579999893,,,,,,,144,69,0,,,,,,,,,,,gutim,7409 +non,237,45,3,5825,4072,2513,1305,1168.4450579999893,0.0923295454545454,32,0,C4,ppp,5,144,60,5,,,,,,o,,,,,gutim,7410 +nof,237,45,3,5825,4073,,1305,1168.5370579999894,,,,,,,144,60,0,,,,,,,,,,,gutim,7410 +non,237,46,3,5826,4073,2514,1331,1168.5370579999894,0.0887784090909091,32,0,A4,p,11,144,69,11,,,,,,o,,,,,gutim,7411 +nof,237,46,3,5826,4074,,1331,1168.6260579999894,,,,,,,144,69,0,,,,,,,,,,,gutim,7411 +non,237,47,3,5827,4074,2515,1356,1168.6260579999894,0.184659090909091,16,0,C4,p,11,144,60,11,,,,,,o,,,,,gutim,7412 +nof,237,47,3,5827,4075,,1356,1168.8100579999893,,,,,,,144,60,0,,,,,,,,,,,gutim,7412 +non,237,48,3,5828,4075,2516,1408,1168.8100579999893,0.0887784090909091,32,0,A4,p+,12,144,69,12,,,,,,o,,,,,gutim,7413 +nof,237,48,3,5828,4076,,1408,1168.8990579999895,,,,,,,144,69,0,,,,,,,,,,,gutim,7413 +non,237,49,3,5829,4076,2517,1433,1168.8990579999895,0.0923295454545454,32,0,C4,p+,12,144,60,12,,,,,,o,,,,,gutim,7414 +nof,237,49,3,5829,4077,,1433,1168.9920579999894,,,,,,,144,60,0,,,,,,,,,,,gutim,7414 +non,237,50,3,5830,4077,2518,1459,1168.9920579999894,0.0887784090909091,32,0,A4,p+,12,144,69,12,,,,,,o,,,,,gutim,7415 +nof,237,50,3,5830,4078,,1459,1169.0800579999893,,,,,,,144,69,0,,,,,,,,,,,gutim,7415 +non,237,51,3,5831,4078,2519,1484,1169.0800579999893,0.184659090909091,16,0,E2,p+,12,144,40,12,,,,,,o,,,,,gutim,7416 +nof,237,51,3,5831,4079,,1484,1169.2650579999895,,,,,,,144,40,0,,,,,,,,,,,gutim,7416 +bar,238,0,0,5832,4079,,0,1169.2650579999895,,,,,,,,,,238,,,,,,,,,,gutim,7417 +non,238,1,1,5833,4079,,0,1169.2650579999895,1.81818181818182,2,0,A5,,,,,,,,,,T,,,,,,gutim,7418 +non,238,2,2,5834,4079,,0,1169.2650579999895,1.81818181818182,2,0,G#4,,,,,,,,,,T,,,,,,gutim,7419 +non,238,3,2,5835,4079,,0,1169.2650579999895,1.81818181818182,2,0,D#5,,,,,,,,,,T,,,,,,gutim,7420 +non,238,4,3,5836,4079,2520,0,1169.2650579999895,0.0887784090909091,32,0,C4,mp-,13,144,60,13,,,,,,o,,,,,gutim,7421 +non,238,5,4,5837,4079,2520,0,1169.2650579999895,1.81818181818182,2,0,D3,mp-,13,144,50,13,,,,,,o,,,,,gutim,7422 +non,238,6,4,5838,4079,,0,1169.2650579999895,1.81818181818182,2,0,A3,,,,,,,,,,T,,,,,,gutim,7423 +non,238,7,4,5839,4079,,0,1169.2650579999895,1.81818181818182,2,0,G#4,,,,,,,,,,T,,,,,,gutim,7424 +nof,238,4,3,5836,4080,,0,1169.3540579999894,,,,,,,144,60,0,,,,,,,,,,,gutim,7421 +non,238,8,3,5840,4080,2521,25,1169.3540579999894,0.0923295454545454,32,0,A4,mp-,13,144,69,13,,,,,,o,,,,,gutim,7425 +nof,238,8,3,5840,4081,,25,1169.4460579999895,,,,,,,144,69,0,,,,,,,,,,,gutim,7425 +non,238,9,3,5841,4081,2522,51,1169.4460579999895,0.0887784090909091,32,0,E2,mp-,13,144,40,13,,,,,,o,,,,,gutim,7426 +nof,238,9,3,5841,4082,,51,1169.5350579999895,,,,,,,144,40,0,,,,,,,,,,,gutim,7426 +non,238,10,3,5842,4082,2523,76,1169.5350579999895,0.184659090909091,16,0,F#5,mp-,13,144,78,13,,,,,,o,,,,,gutim,7427 +nof,238,10,3,5842,4083,,76,1169.7200579999894,,,,,,,144,78,0,,,,,,,,,,,gutim,7427 +non,238,11,3,5843,4083,2524,128,1169.7200579999894,0.181107954545455,16,0,A4,mp,14,144,69,14,,,,,,o,,,,,gutim,7428 +nof,238,11,3,5843,4084,,128,1169.9010579999895,,,,,,,144,69,0,,,,,,,,,,,gutim,7428 +non,238,12,3,5844,4084,2525,179,1169.9010579999895,0.2734375,16,1,C4,mp,14,144,60,14,,,,,,o,,,,,gutim,7429 +nof,238,12,3,5844,4085,,179,1170.1740579999896,,,,,,,144,60,0,,,,,,,,,,,gutim,7429 +non,238,13,3,5845,4085,2526,256,1170.1740579999896,0.181107954545455,16,0,F#5,mp+,15,144,78,15,,,,,,o,,,,,gutim,7430 +nof,238,13,3,5845,4086,,256,1170.3550579999896,,,,,,,144,78,0,,,,,,,,,,,gutim,7430 +non,238,14,3,5846,4086,2527,307,1170.3550579999896,0.2734375,16,1,G#2,mp+,15,144,44,15,,,,,,o,,,,,gutim,7431 +nof,238,14,3,5846,4087,,307,1170.6290579999895,,,,,,,144,44,0,,,,,,,,,,,gutim,7431 +non,238,15,3,5847,4087,2528,384,1170.6290579999895,0.454545454545455,8,0,B2,pp,8,144,47,8,,,,,t,o,,,,,gutim,7432 +non,238,16,3,5848,4087,2528,384,1170.6290579999895,0.454545454545455,8,0,C3,mp,14,144,48,14,,,,,t,o,,,,,gutim,7433 +nof,237,33,2,5812,4088,,1126,1170.9910579999896,,,,,,,144,75,0,,,,,,,,,,,gutim,7434 +nof,238,5,4,5837,4089,,0,1171.0830579999897,,,,,,,144,50,0,,,,,,,,,,,gutim,7422 +ped,238,17,0,5849,4089,,512,1171.0830579999897,,,,,,,176,64,0,,,,,,,^,,,,gutim,7400 +rst,238,18,1,5850,4089,,512,1171.0830579999897,,,,,,,176,102,0,,,,,,,,,,,gutim,7435 +rst,238,19,2,5851,4089,,512,1171.0830579999897,,,,,,,176,102,0,,,,,,,,,,,gutim,7436 +non,238,20,3,5852,4089,2529,512,1171.0830579999897,1.81818181818182,2,0,Bb1,pp,8,144,34,8,,,,,,o,,,,,gutim,7437 +non,238,21,3,5853,4089,,512,1171.0830579999897,1.81818181818182,2,0,B2,,,,,,,,,,T,,,,,,gutim,7438 +non,238,22,3,5854,4089,,512,1171.0830579999897,1.81818181818182,2,0,C3,,,,,,,,,,T,,,,,,gutim,7439 +rst,238,23,4,5855,4089,,512,1171.0830579999897,,,,,,,176,102,0,,,,,,,,,,,gutim,7440 +nof,237,42,4,5822,4090,,1280,1171.0830579999897,,,,,,,144,57,0,,,,,,,,,,,gutim,7407 +nof,237,43,4,5823,4090,,1280,1171.0830579999897,,,,,,,144,68,0,,,,,,,,,,,gutim,7408 +nof,237,31,1,5810,4091,,1126,1171.0830579999897,,,,,,,144,81,0,,,,,,,,,,,gutim,7395 +nof,237,32,2,5811,4091,,1126,1171.0830579999897,,,,,,,144,68,0,,,,,,,,,,,gutim,7441 +rst,238,25,1,5856,4092,,640,1171.5380579999896,,,,,,,176,102,0,,,,,,,,,,,gutim,7442 +ped,238,24,0,5857,4092,,640,1171.5380579999896,,,,,,,176,64,127,,,,,,,V,,,,gutim,7443 +non,238,26,1,5858,4093,2530,716,1171.8080579999896,0.0923295454545454,32,0,B2,pp,8,144,47,8,,,,,,o,,,,,gutim,7444 +nof,238,26,1,5858,4094,,716,1171.9000579999897,,,,,,,144,47,0,,,,,,,,,,,gutim,7444 +non,238,27,1,5859,4094,2531,742,1171.9000579999897,0.0923295454545454,32,0,D2,pp,8,144,38,8,,,,,,o,,,,,gutim,7445 +nof,238,27,1,5859,4095,,742,1171.9920579999898,,,,,,,144,38,0,,,,,,,,,,,gutim,7445 +non,238,28,1,5860,4095,2532,768,1171.9920579999898,0.0887784090909091,32,0,B2,pp-,7,144,47,7,,,,,,o,,,,,gutim,7446 +nof,238,28,1,5860,4096,,768,1172.0810579999898,,,,,,,144,47,0,,,,,,,,,,,gutim,7446 +non,238,29,1,5861,4096,2533,793,1172.0810579999898,0.0923295454545454,32,0,D2,pp-,7,144,38,7,,,,,,o,,,,,gutim,7447 +nof,238,29,1,5861,4097,,793,1172.1730579999899,,,,,,,144,38,0,,,,,,,,,,,gutim,7447 +non,238,30,1,5862,4097,2534,819,1172.1730579999899,0.0887784090909091,32,0,B2,ppp+,6,144,47,6,,,,,,o,,,,,gutim,7448 +nof,238,30,1,5862,4098,,819,1172.2620579999898,,,,,,,144,47,0,,,,,,,,,,,gutim,7448 +non,238,31,1,5863,4098,2535,844,1172.2620579999898,0.184659090909091,16,0,D2,ppp+,6,144,38,6,,,,,,o,,,,,gutim,7449 +nof,238,31,1,5863,4099,,844,1172.4470579999897,,,,,,,144,38,0,,,,,,,,,,,gutim,7449 +non,238,32,1,5864,4099,2536,896,1172.4470579999897,0.181107954545455,16,0,B2,ppp,5,144,47,5,,,,,,o,,,,,gutim,7450 +nof,238,32,1,5864,4100,,896,1172.6280579999898,,,,,,,144,47,0,,,,,,,,,,,gutim,7450 +non,238,33,1,5865,4100,2537,947,1172.6280579999898,0.2734375,16,1,D2,ppp,5,144,38,5,,,,,,o,,,,,gutim,7451 +nof,238,20,3,5852,4101,,512,1172.90105799999,,,,,,,144,34,0,,,,,,,,,,,gutim,7437 +nof,238,33,1,5865,4101,,947,1172.90105799999,,,,,,,144,38,0,,,,,,,,,,,gutim,7451 +ped,238,34,0,5866,4101,,1024,1172.90105799999,,,,,,,176,64,0,,,,,,,^,,,,gutim,7443 +rst,238,35,1,5867,4101,,1024,1172.90105799999,,,,,,,176,102,0,,,,,,,,,,,gutim,7452 +rst,238,36,3,5868,4101,,1024,1172.90105799999,,,,,,,176,102,0,,,,,,,,,,,gutim,7453 +non,238,37,4,5869,4101,2538,1024,1172.90105799999,0.454545454545455,8,0,Bb1,pp,8,144,34,8,,,,,,o,,,,,gutim,7454 +non,238,38,4,5870,4101,2538,1024,1172.90105799999,0.454545454545455,8,0,D2,pp,8,144,38,8,,,,,,o,,,,,gutim,7455 +non,238,39,4,5871,4101,2538,1024,1172.90105799999,0.454545454545455,8,0,B2,pp,8,144,47,8,,,,,,o,,,,,gutim,7456 +non,238,40,4,5872,4101,2538,1024,1172.90105799999,0.454545454545455,8,0,C3,pp,8,144,48,8,,,,,,o,,,,,gutim,7457 +sec,238,41,0,5873,4101,,1024,1172.90105799999,,,,,,,,,,,5981,,,,,,,,,gutim,7458 +nof,238,15,3,5847,4102,,384,1172.97605799999,,,,,,,144,47,0,,,,,,,,,,,gutim,7456 +nof,238,16,3,5848,4102,,384,1172.97605799999,,,,,,,144,48,0,,,,,,,,,,,gutim,7457 +nof,238,37,4,5869,4103,,1024,1173.3560579999898,,,,,,,144,34,0,,,,,,,,,,,gutim,7454 +nof,238,38,4,5870,4103,,1024,1173.3560579999898,,,,,,,144,38,0,,,,,,,,,,,gutim,7455 +nof,238,39,4,5871,4103,,1024,1173.3560579999898,,,,,,,144,47,0,,,,,,,,,,,gutim,7459 +nof,238,40,4,5872,4103,,1024,1173.3560579999898,,,,,,,144,48,0,,,,,,,,,,,gutim,7460 +non,238,42,1,5874,4103,2539,1152,1173.3560579999898,1.36363636363636,4,1,C6,ppp,5,144,84,5,,,,,,o,,,,,gutim,7461 +non,238,43,1,5875,4103,2539,1152,1173.3560579999898,0.909090909090909,4,1,Bb6,ppp,5,144,94,5,,,,,,o,,,,,gutim,7462 +rst,238,44,4,5876,4103,,1152,1173.3560579999898,,,,,,,176,102,0,,,,,,,,,,,gutim,7463 +non,238,45,3,5877,4104,2540,1280,1173.8100579999898,0.0887784090909091,32,0,C3,pp,8,144,48,8,,,,,t,o,,d,e,,gutim,7464 +rst,238,46,4,5878,4104,,1280,1173.8100579999898,,,,,,,176,102,0,,,,,,,,,,,gutim,7465 +non,238,47,3,5879,4105,2541,1305,1173.89905799999,0.0923295454545454,32,0,Bb1,pp,8,144,34,8,,,,,t,o,,d,e,,gutim,7466 +non,238,48,3,5880,4105,,1305,1173.89905799999,0.113636363636364,32,0,C3,,,,,,,,,,_,,,,,,gutim,7467 +non,238,49,3,5881,4106,,1331,1173.9920579999898,0.0887784090909091,32,0,Bb1,,,,,,,,,,_,,,,,,gutim,7468 +non,238,50,3,5882,4106,2542,1331,1173.9920579999898,0.113636363636364,32,0,B2,pp,8,144,47,8,,,,,t,o,,d,e,,gutim,7469 +non,238,51,3,5883,4106,,1331,1173.9920579999898,0.113636363636364,32,0,C3,,,,,,,,,,_,,,,,,gutim,7470 +non,238,52,3,5884,4107,,1356,1174.0800579999898,0.0923295454545454,32,0,Bb1,,,,,,,,,,_,,,,,,gutim,7471 +non,238,53,3,5885,4107,2543,1356,1174.0800579999898,0.113636363636364,32,0,D2,pp,8,144,38,8,,,,,t,o,,d,e,,gutim,7472 +non,238,54,3,5886,4107,,1356,1174.0800579999898,0.113636363636364,32,0,B2,,,,,,,,,,_,,,,,,gutim,7473 +non,238,55,3,5887,4107,,1356,1174.0800579999898,0.113636363636364,32,0,C3,,,,,,,,,,_,,,,,,gutim,7474 +non,238,56,3,5888,4108,,1382,1174.1730579999899,0.0923295454545454,32,0,Bb1,,,,,,,,,,_,,,,,,gutim,7475 +non,238,57,3,5889,4108,,1382,1174.1730579999899,0.113636363636364,32,0,D2,,,,,,,,,,_,,,,,,gutim,7476 +non,238,58,3,5890,4108,2544,1382,1174.1730579999899,0.113636363636364,32,0,F#2,pp,8,144,42,8,,,,,t,o,,d,E,,gutim,7477 +non,238,59,3,5891,4108,,1382,1174.1730579999899,0.113636363636364,32,0,B2,,,,,,,,,,_,,,,,,gutim,7478 +non,238,60,3,5892,4108,,1382,1174.1730579999899,0.113636363636364,32,0,C3,,,,,,,,,,_,,,,,,gutim,7479 +non,238,61,3,5893,4109,,1408,1174.26505799999,0.454545454545455,8,0,Bb1,,,,,,,,,,_,,,,,,gutim,7480 +non,238,62,3,5894,4109,,1408,1174.26505799999,0.454545454545455,8,0,D2,,,,,,,,,,_,,,,,,gutim,7481 +non,238,63,3,5895,4109,,1408,1174.26505799999,0.454545454545455,8,0,F#2,,,,,,,,,,_,,,,,,gutim,7482 +non,238,64,3,5896,4109,,1408,1174.26505799999,0.454545454545455,8,0,B2,,,,,,,,,,_,,,,,,gutim,7483 +non,238,65,3,5897,4109,,1408,1174.26505799999,0.454545454545455,8,0,C3,,,,,,,,,,_,,,,,,gutim,7484 +nof,238,43,1,5875,4110,,1152,1174.26505799999,,,,,,,144,94,0,,,,,,,,,,,gutim,7462 +bar,239,0,0,5898,4111,,0,1174.7200579999899,,,,,,,,,,239,,,,,,,,,,gutim,7485 +rst,239,1,1,5899,4111,,0,1174.7200579999899,,,,,,,176,102,0,,,,,,,,,,,gutim,7486 +non,239,2,3,5900,4111,,0,1174.7200579999899,0.909090909090909,4,0,Bb1,,,,,,,,,,T,,,,,,gutim,7487 +non,239,3,3,5901,4111,,0,1174.7200579999899,0.909090909090909,4,0,D2,,,,,,,,,,T,,,,,,gutim,7488 +non,239,4,3,5902,4111,,0,1174.7200579999899,0.909090909090909,4,0,F#2,,,,,,,,,,T,,,,,,gutim,7489 +non,239,5,3,5903,4111,,0,1174.7200579999899,0.909090909090909,4,0,B2,,,,,,,,,,T,,,,,,gutim,7490 +non,239,6,3,5904,4111,,0,1174.7200579999899,0.909090909090909,4,0,C3,,,,,,,,,,T,,,,,,gutim,7491 +rst,239,7,4,5905,4111,,0,1174.7200579999899,,,,,,,176,102,0,,,,,,,,,,,gutim,7492 +nof,238,42,1,5874,4112,,1152,1174.7200579999899,,,,,,,144,84,0,,,,,,,,,,,gutim,7461 +non,239,8,4,5906,4113,2545,153,1175.26305799999,0.365767045454545,8,0,C1,pp,8,144,24,8,,,,,t,o,,,,,gutim,7493 +non,239,9,3,5907,4114,2546,256,1175.62905799999,0.543323863636364,8,1,Bb1,pp,8,144,34,8,,,,,,o,,,,,gutim,7494 +non,239,10,3,5908,4114,2546,256,1175.62905799999,0.454545454545455,8,1,D2,pp,8,144,38,8,,,,,,o,,,,,gutim,7495 +non,239,11,3,5909,4114,2546,256,1175.62905799999,0.454545454545455,8,1,F#2,pp,8,144,42,8,,,,,,o,,,,,gutim,7496 +non,239,12,3,5910,4114,2546,256,1175.62905799999,0.454545454545455,8,1,B2,pp,8,144,47,8,,,,,,o,,,,,gutim,7497 +non,239,13,3,5911,4114,2546,256,1175.62905799999,0.454545454545455,8,1,C3,pp,8,144,48,8,,,,,,o,,,,,gutim,7498 +non,239,14,4,5912,4114,,256,1175.62905799999,0.909090909090909,4,0,C1,,,,,,,,,,_,,,,,,gutim,7499 +nof,238,47,3,5879,4115,,1305,1175.62905799999,,,,,,,144,34,0,,,,,,,,,,,gutim,7494 +nof,238,58,3,5890,4116,,1382,1175.6500579999902,,,,,,,144,42,0,,,,,,,,,,,gutim,7496 +nof,238,53,3,5885,4117,,1356,1175.6710579999901,,,,,,,144,38,0,,,,,,,,,,,gutim,7495 +nof,238,50,3,5882,4118,,1331,1175.69605799999,,,,,,,144,47,0,,,,,,,,,,,gutim,7497 +nof,238,45,3,5877,4119,,1280,1175.7170579999902,,,,,,,144,48,0,,,,,,,,,,,gutim,7498 +nof,239,10,3,5908,4120,,256,1176.0830579999902,,,,,,,144,38,0,,,,,,,,,,,gutim,7500 +nof,239,11,3,5909,4120,,256,1176.0830579999902,,,,,,,144,42,0,,,,,,,,,,,gutim,7501 +nof,239,12,3,5910,4120,,256,1176.0830579999902,,,,,,,144,47,0,,,,,,,,,,,gutim,7502 +nof,239,13,3,5911,4120,,256,1176.0830579999902,,,,,,,144,48,0,,,,,,,,,,,gutim,7503 +nof,239,9,3,5907,4121,,256,1176.17205799999,,,,,,,144,34,0,,,,,,,,,,,gutim,7504 +non,239,15,3,5913,4121,2547,409,1176.17205799999,0.181107954545455,16,0,Bb1,pp,8,144,34,8,,,,,,o,,,,,gutim,7505 +non,239,16,3,5914,4121,2547,409,1176.17205799999,0.227272727272727,16,0,D2,pp,8,144,38,8,,,,,,o,,,,,gutim,7506 +non,239,17,3,5915,4121,2547,409,1176.17205799999,0.227272727272727,16,0,F#2,pp,8,144,42,8,,,,,,o,,,,,gutim,7507 +non,239,18,3,5916,4121,2547,409,1176.17205799999,0.227272727272727,16,0,B2,pp,8,144,47,8,,,,,,o,,,,,gutim,7508 +non,239,19,3,5917,4121,2547,409,1176.17205799999,0.227272727272727,16,0,C3,pp,8,144,48,8,,,,,,o,,,,,gutim,7509 +nof,239,15,3,5913,4122,,409,1176.3530579999901,,,,,,,144,34,0,,,,,,,,,,,gutim,7505 +rst,239,20,3,5918,4122,,460,1176.3530579999901,,,,,,,176,102,0,,,,,,,,,,,gutim,7510 +nof,239,16,3,5914,4123,,409,1176.3990579999902,,,,,,,144,38,0,,,,,,,,,,,gutim,7506 +nof,239,17,3,5915,4123,,409,1176.3990579999902,,,,,,,144,42,0,,,,,,,,,,,gutim,7507 +nof,239,18,3,5916,4123,,409,1176.3990579999902,,,,,,,144,47,0,,,,,,,,,,,gutim,7508 +nof,239,19,3,5917,4123,,409,1176.3990579999902,,,,,,,144,48,0,,,,,,,,,,,gutim,7509 +non,239,21,3,5919,4124,2548,512,1176.53805799999,1.81818181818182,2,0,Db1,ppp,5,144,25,5,,,,,,o,,,,,gutim,7511 +non,239,22,3,5920,4124,2548,512,1176.53805799999,1.81818181818182,2,0,Ab2,ppp,5,144,44,5,,,,,,o,,,,,gutim,7512 +non,239,23,4,5921,4124,,512,1176.53805799999,0.909090909090909,4,0,C1,,,,,,,,,,_,,,,,,gutim,7513 +non,239,24,4,5922,4125,,768,1177.4470579999902,0.543323863636364,8,1,C1,,,,,,,,,,T,,,,,,gutim,7514 +nof,239,8,4,5906,4126,,153,1177.9900579999903,,,,,,,144,24,0,,,,,,,,,,,gutim,7493 +rst,239,25,4,5923,4126,,921,1177.9900579999903,,,,,,,176,102,0,,,,,,,,,,,gutim,7515 +non,239,27,4,5924,4127,2549,947,1178.0820579999904,0.0887784090909091,32,0,Bb2,ppp,5,144,46,5,,,,,,o,,,,,gutim,7516 +ped,239,26,0,5925,4127,,947,1178.0820579999904,,,,,,,176,64,127,,,,,,,V,,,,gutim,7517 +nof,239,27,4,5924,4128,,947,1178.1710579999904,,,,,,,144,46,0,,,,,,,,,,,gutim,7516 +non,239,28,4,5926,4128,2550,972,1178.1710579999904,0.0923295454545454,32,0,Db2,ppp,5,144,37,5,,,,,,o,,,,,gutim,7518 +nof,239,28,4,5926,4129,,972,1178.2640579999902,,,,,,,144,37,0,,,,,,,,,,,gutim,7518 +non,239,29,4,5927,4129,2551,998,1178.2640579999902,0.0923295454545454,32,0,Bb2,ppp,5,144,46,5,,,,,,o,,,,,gutim,7519 +nof,239,29,4,5927,4130,,998,1178.3560579999903,,,,,,,144,46,0,,,,,,,,,,,gutim,7519 +non,239,30,1,5928,4130,2552,,1178.3560579999903,0.05,8,0,E3,ppp,5,144,52,5,,,,g,,o,,,,,gutim,7520 +nof,239,21,3,5919,4131,,512,1178.3560579999903,,,,,,,144,25,0,,,,,,,,,,,gutim,7511 +nof,239,22,3,5920,4131,,512,1178.3560579999903,,,,,,,144,44,0,,,,,,,,,,,gutim,7512 +nof,239,30,1,5928,4132,,,1178.4060579999903,,,,,,,144,52,0,,,,,,,,,,,gutim,7520 +non,239,31,1,5929,4133,2553,1024,1178.4310579999901,1.81818181818182,2,0,Bb3,ppp,5,144,58,5,,,,,,o,,,,,gutim,7521 +rst,239,32,3,5930,4133,,1024,1178.4310579999901,,,,,,,176,102,0,,,,,,,,,,,gutim,7522 +non,239,33,4,5931,4133,2553,1024,1178.4310579999901,0.181107954545455,16,0,Db2,ppp,5,144,37,5,,,,,,o,,,,,gutim,7523 +nof,239,33,4,5931,4134,,1024,1178.6120579999902,,,,,,,144,37,0,,,,,,,,,,,gutim,7523 +non,239,34,4,5932,4134,2554,1075,1178.6120579999902,0.0887784090909091,32,0,Bb2,ppp,5,144,46,5,,,,,,o,,d,e,,gutim,7524 +nof,239,34,4,5932,4135,,1075,1178.70105799999,,,,,,,144,46,0,,,,,,,,,,,gutim,7524 +non,239,35,4,5933,4135,2555,1100,1178.70105799999,0.0923295454545454,32,0,Db2,ppp,5,144,37,5,,,,,,o,,d,e,,gutim,7525 +nof,239,35,4,5933,4136,,1100,1178.7930579999902,,,,,,,144,37,0,,,,,,,,,,,gutim,7525 +non,239,36,4,5934,4136,2556,1126,1178.7930579999902,0.0923295454545454,32,0,Bb2,ppp,5,144,46,5,,,,,,o,,d,e,,gutim,7526 +nof,239,36,4,5934,4137,,1126,1178.8850579999903,,,,,,,144,46,0,,,,,,,,,,,gutim,7526 +non,239,37,4,5935,4137,2557,1152,1178.8850579999903,0.0887784090909091,32,0,Db2,ppp,5,144,37,5,,,,,,o,,d,e,,gutim,7527 +nof,239,37,4,5935,4138,,1152,1178.9740579999902,,,,,,,144,37,0,,,,,,,,,,,gutim,7527 +non,239,38,4,5936,4138,2558,1177,1178.9740579999902,0.0923295454545454,32,0,Bb2,ppp,5,144,46,5,,,,,,o,,d,e,,gutim,7528 +nof,239,38,4,5936,4139,,1177,1179.0670579999903,,,,,,,144,46,0,,,,,,,,,,,gutim,7528 +non,239,39,4,5937,4139,2559,1203,1179.0670579999903,0.0887784090909091,32,0,E5,ppp,5,144,76,5,,,,,,o,,d,e,,gutim,7529 +nof,239,39,4,5937,4140,,1203,1179.1550579999903,,,,,,,144,76,0,,,,,,,,,,,gutim,7529 +non,239,40,4,5938,4140,2560,1228,1179.1550579999903,0.0923295454545454,32,0,Bb2,ppp,5,144,46,5,,,,,,o,,d,e,,gutim,7530 +nof,239,40,4,5938,4141,,1228,1179.2480579999901,,,,,,,144,46,0,,,,,,,,,,,gutim,7530 +non,239,41,4,5939,4141,2561,1254,1179.2480579999901,0.0923295454545454,32,0,Db2,ppp,5,144,37,5,,,,,,o,,d,e,,gutim,7531 +nof,239,41,4,5939,4142,,1254,1179.3400579999902,,,,,,,144,37,0,,,,,,,,,,,gutim,7531 +rst,239,42,3,5940,4142,,1280,1179.3400579999902,,,,,,,176,102,0,,,,,,,,,,,gutim,7532 +non,239,43,4,5941,4142,2562,1280,1179.3400579999902,0.181107954545455,16,0,E5,ppp,5,144,76,5,,,,,,o,,d,E,,gutim,7533 +nof,239,43,4,5941,4143,,1280,1179.5210579999903,,,,,,,144,76,0,,,,,,,,,,,gutim,7533 +non,239,44,4,5942,4143,2563,1331,1179.5210579999903,0.2734375,16,1,Bb2,ppp,5,144,46,5,,,,,,o,,,,,gutim,7534 +nof,239,44,4,5942,4144,,1331,1179.7950579999901,,,,,,,144,46,0,,,,,,,,,,,gutim,7534 +non,239,45,4,5943,4144,2564,1408,1179.7950579999901,0.181107954545455,16,0,E5,ppp,5,144,76,5,,,,,,o,,,,,gutim,7535 +nof,239,45,4,5943,4145,,1408,1179.9760579999902,,,,,,,144,76,0,,,,,,,,,,,gutim,7535 +non,239,46,4,5944,4145,2565,1459,1179.9760579999902,0.2734375,16,1,Bb2,ppp,5,144,46,5,,,,,,o,,,,,gutim,7536 +nof,239,46,4,5944,4146,,1459,1180.24905799999,,,,,,,144,46,0,,,,,,,,,,,gutim,7536 +bar,240,0,0,5945,4146,,0,1180.24905799999,,,,,,,,,,240,,,,,,,,,,gutim,7537 +rst,240,1,1,5946,4146,,0,1180.24905799999,,,,,,,176,102,0,,,,,,,,,,,gutim,7538 +non,240,2,2,5947,4146,2566,0,1180.24905799999,0.181107954545455,16,0,Db2,ppp,5,144,37,5,,,,,,o,,,,,gutim,7539 +rst,240,3,3,5948,4146,,0,1180.24905799999,,,,,,,176,102,0,,,,,,,,,,,gutim,7540 +rst,240,4,4,5949,4146,,0,1180.24905799999,,,,,,,176,102,0,,,,,,,,,,,gutim,7541 +nof,239,31,1,5929,4147,,1024,1180.24905799999,,,,,,,144,58,0,,,,,,,,,,,gutim,7521 +nof,240,2,2,5947,4148,,0,1180.4300579999901,,,,,,,144,37,0,,,,,,,,,,,gutim,7539 +non,240,5,2,5950,4148,2567,51,1180.4300579999901,0.362215909090909,8,0,E5,ppp,5,144,76,5,,,,,,o,,,,,gutim,7542 +nof,240,5,2,5950,4149,,51,1180.79205799999,,,,,,,144,76,0,,,,,,,,,,,gutim,7542 +non,240,6,2,5951,4149,2568,153,1180.79205799999,0.365767045454545,8,0,Bb2,ppp,5,144,46,5,,,,,,o,,,,,gutim,7543 +non,240,7,4,5952,4150,2569,192,1180.9310579999901,0.113636363636364,32,0,F#1,p,11,144,30,11,,,,,,o,,,,,gutim,7544 +nof,240,7,4,5952,4151,,192,1181.0450579999901,,,,,,,144,30,0,,,,,,,,,,,gutim,7544 +non,240,8,4,5953,4151,2570,224,1181.0450579999901,0.113636363636364,32,0,G2,p-,10,144,43,10,,,,,,o,,,,,gutim,7545 +nof,240,6,2,5951,4152,,153,1181.15805799999,,,,,,,144,46,0,,,,,,,,,,,gutim,7543 +nof,240,8,4,5953,4153,,224,1181.15805799999,,,,,,,144,43,0,,,,,,,,,,,gutim,7545 +rst,240,9,1,5954,4153,,256,1181.15805799999,,,,,,,176,102,0,,,,,,,,,,,gutim,7546 +non,240,10,2,5955,4153,2571,256,1181.15805799999,2.72727272727273,2,1,D6,pp,8,144,86,8,,,,,,o,,,,,gutim,7547 +non,240,11,4,5956,4153,2571,256,1181.15805799999,0.543323863636364,8,1,Ab3,ppp,5,144,56,5,,,,,,o,,,,,gutim,7548 +nof,240,11,4,5956,4154,,256,1181.70105799999,,,,,,,144,56,0,,,,,,,,,,,gutim,7548 +non,240,12,4,5957,4154,2572,409,1181.70105799999,0.365767045454545,8,0,C6,ppp,5,144,84,5,,,,,,o,,,,,gutim,7549 +ped,240,13,0,5958,4155,,457,1181.8720579999901,,,,,,,176,64,0,,,,,,,^,,,,gutim,7517 +non,240,16,4,5959,4156,2573,,1181.9920579999903,0.05,8,0,F#2,ppp,5,144,42,5,,,,g,,o,,,,,gutim,7550 +nof,240,16,4,5959,4157,,,1182.0420579999902,,,,,,,144,42,0,,,,,,,,,,,gutim,7550 +nof,240,12,4,5957,4158,,409,1182.0670579999903,,,,,,,144,84,0,,,,,,,,,,,gutim,7549 +rst,240,14,1,5960,4158,,512,1182.0670579999903,,,,,,,176,102,0,,,,,,,,,,,gutim,7551 +rst,240,15,3,5961,4158,,512,1182.0670579999903,,,,,,,176,102,0,,,,,,,,,,,gutim,7552 +non,240,17,4,5962,4158,2574,512,1182.0670579999903,3.63636363636364,1,0,C1,ppp,5,144,24,5,,,,,,o,,,,,gutim,7553 +non,240,18,1,5963,4159,2575,640,1182.5220579999902,0.0887784090909091,32,0,E7,pp,8,144,100,8,,,,,,o,,,e,,gutim,7554 +nof,240,18,1,5963,4160,,640,1182.6110579999904,,,,,,,144,100,0,,,,,,,,,,,gutim,7554 +non,240,19,1,5964,4160,2576,665,1182.6110579999904,0.0923295454545454,32,0,Db5,pp,8,144,73,8,,,,,,o,,,e,,gutim,7555 +nof,240,19,1,5964,4161,,665,1182.7030579999905,,,,,,,144,73,0,,,,,,,,,,,gutim,7555 +non,240,20,1,5965,4161,2577,691,1182.7030579999905,0.0887784090909091,32,0,Ab6,pp+,9,144,92,9,,,,,,o,,,e,,gutim,7556 +nof,240,20,1,5965,4162,,691,1182.7920579999904,,,,,,,144,92,0,,,,,,,,,,,gutim,7556 +non,240,21,1,5966,4162,2578,716,1182.7920579999904,0.0923295454545454,32,0,Bb5,pp+,9,144,82,9,,,,,,o,,,e,,gutim,7557 +nof,240,21,1,5966,4163,,716,1182.8840579999905,,,,,,,144,82,0,,,,,,,,,,,gutim,7557 +non,240,22,1,5967,4163,2579,742,1182.8840579999905,0.0923295454545454,32,0,C7,pp+,9,144,96,9,,,,,,o,,,e,,gutim,7558 +nof,240,22,1,5967,4164,,742,1182.9760579999906,,,,,,,144,96,0,,,,,,,,,,,gutim,7558 +rst,240,24,3,5968,4164,,768,1182.9760579999906,,,,,,,176,102,0,,,,,,,,,,,gutim,7559 +non,240,25,1,5969,4164,2580,768,1182.9760579999906,0.0887784090909091,32,0,E7,p-,10,144,100,10,,,,,,o,,,e,,gutim,7560 +ped,240,23,0,5970,4164,,768,1182.9760579999906,,,,,,,176,64,127,,,,,,,V,,,,gutim,7561 +nof,240,25,1,5969,4165,,768,1183.0650579999906,,,,,,,144,100,0,,,,,,,,,,,gutim,7560 +non,240,26,1,5971,4165,2581,793,1183.0650579999906,0.0923295454545454,32,0,Db4,p-,10,144,61,10,,,,,,o,,,e,,gutim,7562 +nof,240,26,1,5971,4166,,793,1183.1570579999907,,,,,,,144,61,0,,,,,,,,,,,gutim,7562 +non,240,27,1,5972,4166,2582,819,1183.1570579999907,0.0887784090909091,32,0,Ab5,p-,10,144,80,10,,,,,,o,,,e,,gutim,7563 +nof,240,27,1,5972,4167,,819,1183.2460579999906,,,,,,,144,80,0,,,,,,,,,,,gutim,7563 +non,240,28,1,5973,4167,2583,844,1183.2460579999906,0.0923295454545454,32,0,Bb4,p,11,144,70,11,,,,,,o,,,e,,gutim,7564 +nof,240,28,1,5973,4168,,844,1183.3390579999905,,,,,,,144,70,0,,,,,,,,,,,gutim,7564 +non,240,29,1,5974,4168,2584,870,1183.3390579999905,0.0923295454545454,32,0,C7,p,11,144,96,11,,,,,,o,,,E 5982,,gutim,7565 +nof,240,29,1,5974,4169,,870,1183.4310579999906,,,,,,,144,96,0,,,,,,,,,,,gutim,7565 +rst,240,30,1,5975,4169,,896,1183.4310579999906,,,,,,,176,102,0,,,,,,,,,,,gutim,7566 +non,240,31,3,5976,4170,2585,960,1183.6580579999904,0.113636363636364,32,0,F#1,p,11,144,30,11,,,,,,o,,,,,gutim,7567 +nof,240,31,3,5976,4171,,960,1183.7720579999905,,,,,,,144,30,0,,,,,,,,,,,gutim,7567 +non,240,32,3,5977,4171,2586,992,1183.7720579999905,0.113636363636364,32,0,G2,p,11,144,43,11,,,,,,o,,,,,gutim,7568 +nof,240,32,3,5977,4172,,992,1183.8850579999905,,,,,,,144,43,0,,,,,,,,,,,gutim,7568 +non,240,33,1,5978,4172,2587,1024,1183.8850579999905,0.0745738636363636,32,0,Db4,p,11,144,61,11,,,,,,o,,,,,gutim,7569 +non,240,34,2,5979,4172,2587,1024,1183.8850579999905,0.909090909090909,4,0,D5,pp,8,144,74,8,,,,,,o,,,,,gutim,7570 +rst,240,35,3,5980,4172,,1024,1183.8850579999905,,,,,,,176,102,0,,,,,,,,,,,gutim,7571 +nof,240,10,2,5955,4173,,256,1183.8850579999905,,,,,,,144,86,0,,,,,,,,,,,gutim,7547 +nof,240,33,1,5978,4174,,1024,1183.9600579999906,,,,,,,144,61,0,,,,,,,,,,,gutim,7569 +non,240,36,1,5981,4174,2588,1045,1183.9600579999906,0.0745738636363636,32,0,Ab5,p,11,144,80,11,,,,,,o,,,,,gutim,7572 +nof,240,36,1,5981,4175,,1045,1184.0350579999906,,,,,,,144,80,0,,,,,,,,,,,gutim,7572 +non,240,37,1,5982,4175,2589,1066,1184.0350579999906,0.078125,32,0,Bb4,p+,12,144,70,12,,,,,,o,,,,,gutim,7573 +nof,240,37,1,5982,4176,,1066,1184.1130579999906,,,,,,,144,70,0,,,,,,,,,,,gutim,7573 +non,240,38,1,5983,4176,2590,1088,1184.1130579999906,0.0745738636363636,32,0,Ab5,p+,12,144,80,12,,,,,,o,,,,,gutim,7574 +nof,240,38,1,5983,4177,,1088,1184.1870579999904,,,,,,,144,80,0,,,,,,,,,,,gutim,7574 +non,240,39,1,5984,4177,2591,1109,1184.1870579999904,0.0745738636363636,32,0,Bb4,p+,12,144,70,12,,,,,,o,,,,,gutim,7575 +nof,240,39,1,5984,4178,,1109,1184.2620579999905,,,,,,,144,70,0,,,,,,,,,,,gutim,7575 +non,240,40,1,5985,4178,2592,1130,1184.2620579999905,0.078125,32,0,Ab5,p+,12,144,80,12,,,,,,o,,,,,gutim,7576 +nof,240,40,1,5985,4179,,1130,1184.3400579999904,,,,,,,144,80,0,,,,,,,,,,,gutim,7576 +non,240,41,1,5986,4179,2593,1152,1184.3400579999904,0.0745738636363636,32,0,Bb4,mp-,13,144,70,13,,,,,,o,,,,,gutim,7577 +nof,240,41,1,5986,4180,,1152,1184.4150579999905,,,,,,,144,70,0,,,,,,,,,,,gutim,7577 +non,240,42,1,5987,4180,2594,1173,1184.4150579999905,0.0745738636363636,32,0,Ab5,mp-,13,144,80,13,,,,,,o,,,,,gutim,7578 +ped,240,43,0,5988,4181,,1177,1184.4290579999906,,,,,,,176,64,0,,,,,,,^,,,,gutim,7561 +nof,240,42,1,5987,4182,,1173,1184.4890579999906,,,,,,,144,80,0,,,,,,,,,,,gutim,7578 +non,240,44,1,5989,4182,2595,1194,1184.4890579999906,0.113636363636364,32,1,Bb4,mp-,13,144,70,13,,,,,,o,,,,,gutim,7579 +nof,240,44,1,5989,4183,,1194,1184.6030579999906,,,,,,,144,70,0,,,,,,,,,,,gutim,7579 +non,240,45,1,5990,4183,2596,1226,1184.6030579999906,0.113636363636364,32,1,Ab5,mp,14,144,80,14,,,,,,o,,,,,gutim,7580 +nof,240,45,1,5990,4184,,1226,1184.7160579999907,,,,,,,144,80,0,,,,,,,,,,,gutim,7580 +non,240,46,1,5991,4184,2597,1258,1184.7160579999907,0.078125,32,0,C6,mp,14,144,84,14,,,,,,o,,,,,gutim,7581 +nof,240,34,2,5979,4185,,1024,1184.7950579999906,,,,,,,144,74,0,,,,,,,,,,,gutim,7570 +nof,240,46,1,5991,4186,,1258,1184.7950579999906,,,,,,,144,84,0,,,,,,,,,,,gutim,7581 +rst,240,47,1,5992,4186,,1280,1184.7950579999906,,,,,,,176,102,0,,,,,,,,,,,gutim,7582 +rst,240,48,2,5993,4186,,1280,1184.7950579999906,,,,,,,176,102,0,,,,,,,,,,,gutim,7583 +rst,240,49,3,5994,4186,,1280,1184.7950579999906,,,,,,,176,102,0,,,,,,,,,,,gutim,7584 +non,240,50,2,5995,4187,2598,1344,1185.0220579999905,0.227272727272727,16,0,D5,pp,8,144,74,8,,,,,,o,,d,,,gutim,7585 +non,240,51,3,5996,4187,2598,1344,1185.0220579999905,0.227272727272727,16,0,F#1,pp,8,144,30,8,,,,,,o,,d,,,gutim,7586 +non,240,52,3,5997,4187,2598,1344,1185.0220579999905,0.227272727272727,16,0,G2,pp,8,144,43,8,,,,,,o,,d,,,gutim,7587 +nof,240,50,2,5995,4188,,1344,1185.2490579999903,,,,,,,144,74,0,,,,,,,,,,,gutim,7585 +nof,240,51,3,5996,4188,,1344,1185.2490579999903,,,,,,,144,30,0,,,,,,,,,,,gutim,7586 +nof,240,52,3,5997,4188,,1344,1185.2490579999903,,,,,,,144,43,0,,,,,,,,,,,gutim,7587 +rst,240,54,2,5998,4188,,1408,1185.2490579999903,,,,,,,176,102,0,,,,,,,,,,,gutim,7588 +rst,240,55,3,5999,4188,,1408,1185.2490579999903,,,,,,,176,102,0,,,,,,,,,,,gutim,7589 +ped,240,53,0,6000,4188,,1408,1185.2490579999903,,,,,,,176,64,127,,,,,,,V,,,,gutim,7590 +non,240,56,3,6001,4189,2599,1472,1185.4760579999904,0.0745738636363636,32,0,A#2,pp,8,144,46,8,,,,,,o,,d,,,gutim,7591 +nof,240,56,3,6001,4190,,1472,1185.5510579999905,,,,,,,144,46,0,,,,,,,,,,,gutim,7591 +non,240,57,3,6002,4190,2600,1493,1185.5510579999905,0.0745738636363636,32,0,F#2,pp,8,144,42,8,,,,,,o,,d,,,gutim,7592 +nof,240,57,3,6002,4191,,1493,1185.6250579999905,,,,,,,144,42,0,,,,,,,,,,,gutim,7592 +non,240,58,3,6003,4191,2601,1514,1185.6250579999905,0.078125,32,0,A#2,pp,8,144,46,8,,,,,,o,,d,,,gutim,7593 +nof,240,58,3,6003,4192,,1514,1185.7040579999905,,,,,,,144,46,0,,,,,,,,,,,gutim,7593 +bar,241,0,0,6004,4192,,0,1185.7040579999905,,,,,,,,,,241,,,,,,,,,,gutim,7594 +rst,241,1,1,6005,4192,,0,1185.7040579999905,,,,,,,176,102,0,,,,,,,,,,,gutim,7595 +non,241,2,3,6006,4192,2602,0,1185.7040579999905,0.909090909090909,4,0,C#2,pp,8,144,37,8,,,,,,o,,d,,,gutim,7596 +non,241,3,4,6007,4192,2602,0,1185.7040579999905,0.181107954545455,16,0,F#2,pp,8,144,42,8,,,,,,o,,d,,,gutim,7597 +nof,240,17,4,5962,4193,,512,1185.7040579999905,,,,,,,144,24,0,,,,,,,,,,,gutim,7553 +nof,241,3,4,6007,4194,,0,1185.8850579999905,,,,,,,144,42,0,,,,,,,,,,,gutim,7597 +non,241,4,4,6008,4194,2603,51,1185.8850579999905,0.0887784090909091,32,0,A#2,pp,8,144,46,8,,,,,,o,,d,,,gutim,7598 +nof,241,4,4,6008,4195,,51,1185.9730579999905,,,,,,,144,46,0,,,,,,,,,,,gutim,7598 +non,241,5,4,6009,4195,2604,76,1185.9730579999905,0.184659090909091,16,0,F#2,pp,8,144,42,8,,,,,,o,,d,,,gutim,7599 +nof,241,5,4,6009,4196,,76,1186.1580579999904,,,,,,,144,42,0,,,,,,,,,,,gutim,7599 +non,241,6,1,6010,4196,2605,128,1186.1580579999904,0.149147727272727,16,0,E4,pp,8,144,64,8,,,,,,o,,d,,,gutim,7600 +rst,241,7,4,6011,4196,,128,1186.1580579999904,,,,,,,176,102,0,,,,,,,,,,,gutim,7601 +nof,241,6,1,6010,4197,,128,1186.3070579999903,,,,,,,144,64,0,,,,,,,,,,,gutim,7600 +non,241,8,1,6012,4197,2606,170,1186.3070579999903,0.152698863636364,16,0,D5,pp,8,144,74,8,,,,,,o,,d,,,gutim,7602 +ped,241,9,0,6013,4198,,213,1186.3100579999905,,,,,,,176,64,0,,,,,,,^,,,,gutim,7590 +nof,241,8,1,6012,4199,,170,1186.4600579999906,,,,,,,144,74,0,,,,,,,,,,,gutim,7602 +non,241,11,1,6014,4199,2607,213,1186.4600579999906,0.152698863636364,16,0,E4,pp,8,144,64,8,,,,,,o,,d,,,gutim,7603 +non,241,12,4,6015,4199,2607,213,1186.4600579999906,0.152698863636364,16,0,F#2,pp,8,144,42,8,,,,,,o,,d,,,gutim,7604 +non,241,13,4,6016,4199,2607,213,1186.4600579999906,0.227272727272727,16,0,A#2,pp,8,144,46,8,,,,,,o,,d,,,gutim,7605 +non,241,14,4,6017,4199,2607,213,1186.4600579999906,0.227272727272727,16,0,G3,pp,8,144,55,8,,,,,,o,,d,,,gutim,7606 +ped,241,10,0,6018,4200,,213,1186.6100579999907,,,,,,,176,64,127,,,,,,,V,,,,gutim,7607 +nof,241,2,3,6006,4201,,0,1186.6130579999908,,,,,,,144,37,0,,,,,,,,,,,gutim,7596 +nof,241,11,1,6014,4202,,213,1186.6130579999908,,,,,,,144,64,0,,,,,,,,,,,gutim,7603 +nof,241,12,4,6015,4202,,213,1186.6130579999908,,,,,,,144,42,0,,,,,,,,,,,gutim,7604 +non,241,15,1,6019,4202,2608,256,1186.6130579999908,0.909090909090909,4,0,D5,pp,8,144,74,8,,,,,,o,,D 5982,,,gutim,7608 +rst,241,16,3,6020,4202,,256,1186.6130579999908,,,,,,,176,102,0,,,,,,,,,,,gutim,7609 +rst,241,17,4,6021,4202,,256,1186.6130579999908,,,,,,,176,102,0,,,,,,,,,,,gutim,7610 +nof,241,13,4,6016,4203,,213,1186.6870579999909,,,,,,,144,46,0,,,,,,,,,,,gutim,7605 +nof,241,14,4,6017,4203,,213,1186.6870579999909,,,,,,,144,55,0,,,,,,,,,,,gutim,7606 +ped,241,18,0,6022,4204,,384,1187.067057999991,,,,,,,176,64,0,,,,,,,^,,,,gutim,7607 +rst,241,19,4,6023,4204,,384,1187.067057999991,,,,,,,176,102,0,,,,,,,,,,,gutim,7611 +sec,241,20,0,6024,4204,,384,1187.067057999991,,,,,,,,,,,5982,,,,,,,,,gutim,7612 +nof,241,15,1,6019,4205,,256,1187.522057999991,,,,,,,144,74,0,,,,,,,,,,,gutim,7608 +rst,241,21,1,6025,4206,,512,1187.522057999991,,,,,,,176,102,0,,,,,,,,,,,gutim,7613 +non,241,22,3,6026,4206,2609,512,1187.522057999991,3.63636363636364,1,0,C1,pppp,2,144,24,2,,,,,,o,,,,,gutim,7614 +rst,241,23,4,6027,4206,,512,1187.522057999991,,,,,,,176,102,0,,,,,,,,,,,gutim,7615 +non,241,24,1,6028,4207,2610,554,1187.6710579999908,0.152698863636364,16,0,E4,pp,8,144,64,8,,,,,,o,,,,,gutim,7616 +non,241,25,1,6029,4207,2610,554,1187.6710579999908,0.227272727272727,16,0,D5,pp,8,144,74,8,,,,,,o,,,,,gutim,7617 +non,241,26,4,6030,4207,2610,554,1187.6710579999908,0.152698863636364,16,0,F#2,pp,8,144,42,8,,,,,,o,,,,,gutim,7618 +non,241,27,4,6031,4207,2610,554,1187.6710579999908,0.227272727272727,16,0,A#2,pp,8,144,46,8,,,,,,o,,,,,gutim,7619 +non,241,28,4,6032,4207,2610,554,1187.6710579999908,0.227272727272727,16,0,G3,pp,8,144,55,8,,,,,,o,,,,,gutim,7620 +nof,241,24,1,6028,4208,,554,1187.8240579999908,,,,,,,144,64,0,,,,,,,,,,,gutim,7616 +nof,241,26,4,6030,4208,,554,1187.8240579999908,,,,,,,144,42,0,,,,,,,,,,,gutim,7618 +rst,241,29,1,6033,4208,,597,1187.8240579999908,,,,,,,176,102,0,,,,,,,,,,,gutim,7621 +rst,241,30,4,6034,4208,,597,1187.8240579999908,,,,,,,176,102,0,,,,,,,,,,,gutim,7622 +nof,241,25,1,6029,4209,,554,1187.8980579999907,,,,,,,144,74,0,,,,,,,,,,,gutim,7617 +nof,241,27,4,6031,4209,,554,1187.8980579999907,,,,,,,144,46,0,,,,,,,,,,,gutim,7619 +nof,241,28,4,6032,4209,,554,1187.8980579999907,,,,,,,144,55,0,,,,,,,,,,,gutim,7620 +rst,241,31,1,6035,4210,,682,1188.1250579999908,,,,,,,176,102,0,,,,,,,,,,,gutim,7623 +rst,241,32,1,6036,4211,,768,1188.4310579999906,,,,,,,176,102,0,,,,,,,,,,,gutim,7624 +rst,241,33,4,6037,4211,,768,1188.4310579999906,,,,,,,176,102,0,,,,,,,,,,,gutim,7625 +non,241,35,1,6038,4212,2611,,1189.1900579999906,0.05,8,0,Bb3,mp,14,144,58,14,,,,g,,o,,,,,gutim,7626 +nof,241,35,1,6038,4213,,,1189.2400579999908,,,,,,,144,58,0,,,,,,,,,,,gutim,7626 +non,241,36,1,6039,4214,2612,,1189.2650579999909,0.05,8,0,D5,mp,14,144,74,14,,,,g,,o,,,,,gutim,7627 +nof,241,36,1,6039,4215,,,1189.3150579999908,,,,,,,144,74,0,,,,,,,,,,,gutim,7627 +non,241,37,1,6040,4216,2613,1024,1189.3400579999907,0.227272727272727,16,1,F#5,mp,14,144,78,14,,,,,,o,,,,,gutim,7628 +non,241,38,4,6041,4216,2613,1024,1189.3400579999907,0.909090909090909,4,0,C4,pp,8,144,60,8,,,,,,o,,,,,gutim,7629 +non,241,39,4,6042,4216,2613,1024,1189.3400579999907,0.909090909090909,4,0,Ab4,pp,8,144,68,8,,,,,,o,,,,,gutim,7630 +non,241,40,4,6043,4216,2613,1024,1189.3400579999907,0.909090909090909,4,0,E6,pp,8,144,88,8,,,,,,o,,,,,gutim,7631 +ped,241,34,0,6044,4216,,1024,1189.3400579999907,,,,,,,176,64,127,,,,,,,V,,,,gutim,7632 +nof,241,37,1,6040,4217,,1024,1189.5670579999908,,,,,,,144,78,0,,,,,,,,,,,gutim,7628 +non,241,41,1,6045,4217,2614,1088,1189.5670579999908,0.0745738636363636,32,0,Eb6,mp+,15,144,87,15,,,,,,o,,,,,gutim,7633 +non,241,42,1,6046,4218,2615,1109,1189.6420579999908,0.0745738636363636,32,0,D5,mf,17,144,74,17,,,,,,o,,,,,gutim,7634 +nof,241,42,1,6046,4219,,1109,1189.7160579999909,,,,,,,144,74,0,,,,,,,,,,,gutim,7634 +non,241,43,1,6047,4219,2616,1130,1189.7160579999909,0.078125,32,0,C3,mf+,18,144,48,18,,,,,,o,,,,,gutim,7635 +nof,241,41,1,6045,4220,,1088,1189.7170579999909,,,,,,,144,87,0,,,,,,,,,,,gutim,7633 +nof,241,43,1,6047,4221,,1130,1189.7950579999908,,,,,,,144,48,0,,,,,,,,,,,gutim,7635 +non,241,44,1,6048,4221,2617,1152,1189.7950579999908,0.181107954545455,16,0,Bb3,p,11,144,58,11,,,,,,o,,,,,gutim,7636 +nof,241,44,1,6048,4222,,1152,1189.9760579999909,,,,,,,144,58,0,,,,,,,,,,,gutim,7636 +non,241,45,1,6049,4222,2618,1203,1189.9760579999909,0.2734375,16,1,Db7,mp+,15,144,97,15,,,,,,o,,,,,gutim,7637 +nof,241,45,1,6049,4223,,1203,1190.2490579999908,,,,,,,144,97,0,,,,,,,,,,,gutim,7637 +ped,241,46,0,6050,4223,,1280,1190.2490579999908,,,,,,,176,64,0,,,,,,,^,,,,gutim,7632 +non,241,47,1,6051,4223,2619,1280,1190.2490579999908,0.543323863636364,8,1,Bb3,f,20,144,58,20,,,,,,o,,,,,gutim,7638 +non,241,48,1,6052,4223,2619,1280,1190.2490579999908,0.454545454545455,8,1,C6,f,20,144,84,20,,,,,,o,,,,,gutim,7639 +non,241,49,1,6053,4223,2619,1280,1190.2490579999908,0.454545454545455,8,1,Db7,f,20,144,97,20,,,,,,o,,,,,gutim,7640 +rst,241,50,4,6054,4223,,1280,1190.2490579999908,,,,,,,176,102,0,,,,,,,,,,,gutim,7641 +nof,241,38,4,6041,4224,,1024,1190.3240579999908,,,,,,,144,60,0,,,,,,,,,,,gutim,7629 +nof,241,39,4,6042,4224,,1024,1190.3240579999908,,,,,,,144,68,0,,,,,,,,,,,gutim,7630 +nof,241,40,4,6043,4224,,1024,1190.3240579999908,,,,,,,144,88,0,,,,,,,,,,,gutim,7631 +nof,241,48,1,6052,4225,,1280,1190.7040579999907,,,,,,,144,84,0,,,,,,,,,,,gutim,7639 +nof,241,49,1,6053,4225,,1280,1190.7040579999907,,,,,,,144,97,0,,,,,,,,,,,gutim,7640 +nof,241,47,1,6051,4226,,1280,1190.7920579999907,,,,,,,144,58,0,,,,,,,,,,,gutim,7638 +non,241,51,1,6055,4226,2620,1433,1190.7920579999907,0.365767045454545,8,0,C6,mp,14,144,84,14,,,,,,o,,,,,gutim,7642 +non,241,52,4,6056,4226,2620,1433,1190.7920579999907,0.365767045454545,8,0,Ab2,p,11,144,44,11,,,,,,o,,,,,gutim,7643 +nof,241,51,1,6055,4227,,1433,1191.1580579999907,,,,,,,144,84,0,,,,,,,,,,,gutim,7642 +nof,241,52,4,6056,4227,,1433,1191.1580579999907,,,,,,,144,44,0,,,,,,,,,,,gutim,7643 +bar,242,0,0,6057,4227,,0,1191.1580579999907,,,,,,,,,,242,,,,,,,,,,gutim,7644 +non,242,2,1,6058,4227,2621,0,1191.1580579999907,0.149147727272727,16,0,F#5,mp,14,144,78,14,,,,,,o,,,,,gutim,7645 +rst,242,3,3,6059,4227,,0,1191.1580579999907,,,,,,,176,102,0,,,,,,,,,,,gutim,7646 +non,242,4,4,6060,4227,2621,0,1191.1580579999907,0.909090909090909,4,0,C4,p,11,144,60,11,,,,,,o,,,e,t,gutim,7647 +non,242,5,4,6061,4227,2621,0,1191.1580579999907,0.909090909090909,4,0,Ab4,p,11,144,68,11,,,,,,o,,,e,t,gutim,7648 +non,242,6,4,6062,4227,2621,0,1191.1580579999907,0.909090909090909,4,0,E6,p,11,144,88,11,,,,,,o,,,e,t,gutim,7649 +ped,242,1,0,6063,4227,,0,1191.1580579999907,,,,,,,176,64,127,,,,,,,V,,,,gutim,7650 +nof,241,22,3,6026,4228,,512,1191.2330579999907,,,,,,,144,24,0,,,,,,,,,,,gutim,7614 +nof,242,2,1,6058,4229,,0,1191.3070579999908,,,,,,,144,78,0,,,,,,,,,,,gutim,7645 +non,242,7,1,6064,4229,2622,42,1191.3070579999908,0.152698863636364,16,0,Eb6,mp,14,144,87,14,,,,,,o,,,,,gutim,7651 +nof,242,7,1,6064,4230,,42,1191.4600579999908,,,,,,,144,87,0,,,,,,,,,,,gutim,7651 +non,242,8,1,6065,4230,2623,85,1191.4600579999908,0.152698863636364,16,0,C2,mp,14,144,36,14,,,,,,o,,,,,gutim,7652 +nof,242,8,1,6065,4231,,85,1191.6130579999908,,,,,,,144,36,0,,,,,,,,,,,gutim,7652 +rst,242,9,1,6066,4231,,128,1191.6130579999908,,,,,,,176,102,0,,,,,,,,,,,gutim,7653 +nof,242,4,4,6060,4232,,0,1192.067057999991,,,,,,,144,60,0,,,,,,,,,,,gutim,7647 +nof,242,5,4,6061,4232,,0,1192.067057999991,,,,,,,144,68,0,,,,,,,,,,,gutim,7648 +nof,242,6,4,6062,4232,,0,1192.067057999991,,,,,,,144,88,0,,,,,,,,,,,gutim,7649 +ped,242,10,0,6067,4233,,256,1192.067057999991,,,,,,,176,64,0,,,,,,,^,,,,gutim,7650 +rst,242,11,1,6068,4233,,256,1192.067057999991,,,,,,,176,102,0,,,,,,,,,,,gutim,7654 +non,242,12,4,6069,4233,2624,256,1192.067057999991,0.909090909090909,4,0,C4,ppp,5,144,60,5,,,,,,o,,,e,t,gutim,7655 +non,242,13,4,6070,4233,2624,256,1192.067057999991,0.909090909090909,4,0,Ab4,ppp,5,144,68,5,,,,,,o,,,e,t,gutim,7656 +non,242,14,4,6071,4233,2624,256,1192.067057999991,0.909090909090909,4,0,E6,ppp,5,144,88,5,,,,,,o,,,e,t,gutim,7657 +nof,242,12,4,6069,4234,,256,1192.976057999991,,,,,,,144,60,0,,,,,,,,,,,gutim,7655 +nof,242,13,4,6070,4234,,256,1192.976057999991,,,,,,,144,68,0,,,,,,,,,,,gutim,7656 +nof,242,14,4,6071,4234,,256,1192.976057999991,,,,,,,144,88,0,,,,,,,,,,,gutim,7657 +rst,242,15,1,6072,4234,,512,1192.976057999991,,,,,,,176,102,0,,,,,,,,,,,gutim,7658 +rst,242,16,3,6073,4234,,512,1192.976057999991,,,,,,,176,102,0,,,,,,,,,,,gutim,7659 +non,242,17,4,6074,4234,2625,512,1192.976057999991,3.63636363636364,1,0,C1,pppp,2,144,24,2,,,,,,o,,,e,t,gutim,7660 +non,242,18,1,6075,4235,2626,682,1193.580057999991,0.152698863636364,16,0,Eb6,p,11,144,87,11,,,,,,o,,,,,gutim,7661 +nof,242,18,1,6075,4236,,682,1193.733057999991,,,,,,,144,87,0,,,,,,,,,,,gutim,7661 +non,242,19,1,6076,4236,2627,725,1193.733057999991,0.152698863636364,16,0,C2,p+,12,144,36,12,,,,,,o,,,,,gutim,7662 +nof,242,19,1,6076,4237,,725,1193.885057999991,,,,,,,144,36,0,,,,,,,,,,,gutim,7662 +non,242,21,1,6077,4237,2628,768,1193.885057999991,0.301846590909091,8,0,Bb2,p+,12,144,46,12,,,,,,o,,,E,t 5983,gutim,7663 +rst,242,22,3,6078,4237,,768,1193.885057999991,,,,,,,176,102,0,,,,,,,,,,,gutim,7664 +ped,242,20,0,6079,4237,,768,1193.885057999991,,,,,,,176,64,127,,,,,,,V,,,,gutim,7665 +nof,242,21,1,6077,4238,,768,1194.1870579999909,,,,,,,144,46,0,,,,,,,,,,,gutim,7663 +non,242,23,1,6080,4238,2629,853,1194.1870579999909,0.454545454545455,8,1,Gb5,mp-,13,144,78,13,,,,,,o,,,,,gutim,7666 +rst,242,24,3,6081,4238,,853,1194.1870579999909,,,,,,,176,102,0,,,,,,,,,,,gutim,7667 +nof,242,23,1,6080,4239,,853,1194.6420579999908,,,,,,,144,78,0,,,,,,,,,,,gutim,7666 +non,242,25,1,6082,4239,2630,981,1194.6420579999908,0.152698863636364,16,0,Gb5,mp+,15,144,78,15,,,,,,o,,,,,gutim,7668 +non,242,26,3,6083,4239,2630,981,1194.6420579999908,0.152698863636364,16,0,B2,pppp,2,144,47,2,,,,,t,o,,,,,gutim,7669 +nof,242,25,1,6082,4240,,981,1194.7950579999908,,,,,,,144,78,0,,,,,,,,,,,gutim,7668 +rst,242,27,1,6084,4240,,1024,1194.7950579999908,,,,,,,176,102,0,,,,,,,,,,,gutim,7670 +non,242,28,3,6085,4240,,1024,1194.7950579999908,0.909090909090909,4,0,B2,,,,,,,,,,T,,,,,,gutim,7671 +nof,242,26,3,6083,4241,,981,1195.7040579999907,,,,,,,144,47,0,,,,,,,,,,,gutim,7669 +non,242,29,1,6086,4241,2631,1280,1195.7040579999907,0.149147727272727,16,0,Eb6,mp+,15,144,87,15,,,,,,o,,,,,gutim,7672 +non,242,30,3,6087,4241,2631,1280,1195.7040579999907,0.149147727272727,16,0,C4,pppp,2,144,60,2,,,,,t,o,,,,,gutim,7673 +non,242,31,3,6088,4241,2631,1280,1195.7040579999907,0.227272727272727,16,0,Ab4,pppp,2,144,68,2,,,,,,o,,,,,gutim,7674 +nof,242,29,1,6086,4242,,1280,1195.8530579999906,,,,,,,144,87,0,,,,,,,,,,,gutim,7672 +non,242,32,1,6089,4242,2632,1322,1195.8530579999906,0.152698863636364,16,0,Gb5,mp+,15,144,78,15,,,,,t,o,,,,,gutim,7675 +non,242,33,3,6090,4242,,1322,1195.8530579999906,0.152698863636364,16,0,C4,,,,,,,,,,_,,,,,,gutim,7676 +nof,242,31,3,6088,4243,,1280,1195.9310579999906,,,,,,,144,68,0,,,,,,,,,,,gutim,7674 +non,242,34,1,6091,4244,,1365,1196.0050579999906,0.607244318181818,4,0,Gb5,,,,,,,,,,T,,,,,,gutim,7677 +non,242,35,3,6092,4244,,1365,1196.0050579999906,0.607244318181818,4,0,C4,,,,,,,,,,T,,,,,,gutim,7678 +ped,242,36,0,6093,4245,,1472,1196.3850579999907,,,,,,,176,64,0,,,,,,,^,,,,gutim,7665 +nof,242,17,4,6074,4246,,512,1196.6130579999908,,,,,,,144,24,0,,,,,,,,,,,gutim,7660 +nof,242,30,3,6087,4246,,1280,1196.6130579999908,,,,,,,144,60,0,,,,,,,,,,,gutim,7673 +nof,242,32,1,6089,4246,,1322,1196.6130579999908,,,,,,,144,78,0,,,,,,,,,,,gutim,7675 +bar,243,0,0,6094,4247,,0,1196.6130579999908,,,,,,,,,,243,,,,,,,,,,gutim,7679 +non,243,2,1,6095,4247,2633,,1196.6130579999908,0.05,8,0,E4,p,11,144,64,11,,,,g,,o,,,,,gutim,7680 +non,243,6,3,6096,4247,2633,,1196.6130579999908,0.05,8,0,Ab2,mp,14,144,44,14,,,,g,,o,,,,,gutim,7681 +nof,243,2,1,6095,4248,,,1196.6630579999908,,,,,,,144,64,0,,,,,,,,,,,gutim,7680 +nof,243,6,3,6096,4248,,,1196.6630579999908,,,,,,,144,44,0,,,,,,,,,,,gutim,7681 +non,243,3,1,6097,4249,2634,,1196.6880579999909,0.05,8,0,Bb2,p,11,144,46,11,,,,g,,o,,,,,gutim,7682 +nof,243,3,1,6097,4250,,,1196.7380579999908,,,,,,,144,46,0,,,,,,,,,,,gutim,7682 +non,243,7,3,6098,4251,2635,,1196.763057999991,0.05,8,0,C4,mp,14,144,60,14,,,,g,,o,,,,,gutim,7683 +nof,243,7,3,6098,4252,,,1196.813057999991,,,,,,,144,60,0,,,,,,,,,,,gutim,7683 +non,243,4,1,6099,4253,2636,,1196.8380579999912,0.05,8,0,E5,p,11,144,76,11,,,,g,,o,,,,,gutim,7684 +nof,243,4,1,6099,4254,,,1196.8880579999911,,,,,,,144,76,0,,,,,,,,,,,gutim,7684 +non,243,5,1,6100,4255,2637,0,1196.913057999991,0.181107954545455,16,0,F#5,p,11,144,78,11,,,,,,o,,,,,gutim,7685 +non,243,8,3,6101,4255,2637,0,1196.913057999991,0.0887784090909091,32,0,F#2,mp,14,144,42,14,,,,,,o,,,,,gutim,7686 +ped,243,1,0,6102,4255,,0,1196.913057999991,,,,,,,176,64,127,,,,,,,V,,,,gutim,7687 +nof,243,8,3,6101,4256,,0,1197.0010579999912,,,,,,,144,42,0,,,,,,,,,,,gutim,7686 +non,243,9,3,6103,4256,2638,25,1197.0010579999912,0.0923295454545454,32,0,G3,mp,14,144,55,14,,,,,,o,,,,,gutim,7688 +nof,243,9,3,6103,4257,,25,1197.094057999991,,,,,,,144,55,0,,,,,,,,,,,gutim,7688 +non,243,10,1,6104,4257,2639,51,1197.094057999991,0.0887784090909091,32,0,G2,p,11,144,43,11,,,,,,o,,,,,gutim,7689 +non,243,11,3,6105,4257,2639,51,1197.094057999991,0.0887784090909091,32,0,D6,mp,14,144,86,14,,,,,,o,,,,,gutim,7690 +nof,243,5,1,6100,4258,,0,1197.094057999991,,,,,,,144,78,0,,,,,,,,,,,gutim,7685 +ped,243,14,0,6106,4259,,86,1197.143057999991,,,,,,,176,64,0,,,,,,,^,,,,gutim,7687 +nof,243,10,1,6104,4260,,51,1197.183057999991,,,,,,,144,43,0,,,,,,,,,,,gutim,7689 +nof,243,11,3,6105,4260,,51,1197.183057999991,,,,,,,144,86,0,,,,,,,,,,,gutim,7690 +non,243,12,1,6107,4260,2640,76,1197.183057999991,0.0923295454545454,32,0,F#5,p,11,144,78,11,,,,,,o,,,,,gutim,7691 +non,243,13,3,6108,4260,2640,76,1197.183057999991,0.0923295454545454,32,0,F#2,mp,14,144,42,14,,,,,,o,,,,,gutim,7692 +nof,243,12,1,6107,4261,,76,1197.275057999991,,,,,,,144,78,0,,,,,,,,,,,gutim,7691 +nof,243,13,3,6108,4261,,76,1197.275057999991,,,,,,,144,42,0,,,,,,,,,,,gutim,7692 +rst,243,15,1,6109,4261,,102,1197.275057999991,,,,,,,176,102,0,,,,,,,,,,,gutim,7693 +non,243,16,3,6110,4261,2641,102,1197.275057999991,0.0923295454545454,32,0,G3,mp,14,144,55,14,,,,,,o,,,,,gutim,7694 +nof,243,16,3,6110,4262,,102,1197.3670579999912,,,,,,,144,55,0,,,,,,,,,,,gutim,7694 +rst,243,18,1,6111,4262,,128,1197.3670579999912,,,,,,,176,102,0,,,,,,,,,,,gutim,7695 +non,243,19,3,6112,4262,2642,128,1197.3670579999912,0.0745738636363636,32,0,Bb1,mf,17,144,34,17,,,,,,o,,d,e,,gutim,7696 +nof,243,19,3,6112,4263,,128,1197.4420579999912,,,,,,,144,34,0,,,,,,,,,,,gutim,7696 +non,243,20,3,6113,4263,2643,149,1197.4420579999912,0.0745738636363636,32,0,E3,mp,14,144,52,14,,,,,,o,,d,e,,gutim,7697 +ped,243,17,0,6114,4264,,128,1197.4430579999912,,,,,,,176,64,127,,,,,,,V,,,,gutim,7698 +nof,243,20,3,6113,4265,,149,1197.516057999991,,,,,,,144,52,0,,,,,,,,,,,gutim,7697 +non,243,21,3,6115,4265,2644,170,1197.516057999991,0.078125,32,0,F#1,p,11,144,30,11,,,,,,o,,d,e,,gutim,7699 +nof,243,21,3,6115,4266,,170,1197.595057999991,,,,,,,144,30,0,,,,,,,,,,,gutim,7699 +non,243,22,3,6116,4266,2645,192,1197.595057999991,0.0745738636363636,32,0,D4,pp,8,144,62,8,,,,,,o,,d,e,,gutim,7700 +nof,243,22,3,6116,4267,,192,1197.669057999991,,,,,,,144,62,0,,,,,,,,,,,gutim,7700 +ped,243,23,0,6117,4267,,213,1197.669057999991,,,,,,,176,64,0,,,,,,,^,,,,gutim,7698 +non,243,24,3,6118,4267,2646,213,1197.669057999991,0.0745738636363636,32,0,F#1,ppp,5,144,30,5,,,,,,o,,d,e,,gutim,7701 +nof,243,24,3,6118,4268,,213,1197.7440579999911,,,,,,,144,30,0,,,,,,,,,,,gutim,7701 +non,243,25,3,6119,4268,2647,234,1197.7440579999911,0.078125,32,0,G2,ppp,5,144,43,5,,,,,,o,,d,e,,gutim,7702 +nof,243,25,3,6119,4269,,234,1197.822057999991,,,,,,,144,43,0,,,,,,,,,,,gutim,7702 +non,243,26,1,6120,4269,2648,256,1197.822057999991,0.454545454545455,8,0,E5,ppp,5,144,76,5,,,,,,o,,,,,gutim,7703 +non,243,27,3,6121,4269,2648,256,1197.822057999991,0.909090909090909,4,0,C1,ppp,5,144,24,5,,,,,,o,,d 5983,E 5983,,gutim,7704 +nof,243,26,1,6120,4270,,256,1198.276057999991,,,,,,,144,76,0,,,,,,,,,,,gutim,7703 +non,243,28,1,6122,4270,2649,384,1198.276057999991,0.301846590909091,8,0,E5,ppp+,6,144,76,6,,,,,,o,,,,,gutim,7705 +non,243,29,1,6123,4270,2649,384,1198.276057999991,0.454545454545455,8,0,G#5,ppp+,6,144,80,6,,,,,,o,,,,,gutim,7706 +nof,243,28,1,6122,4271,,384,1198.578057999991,,,,,,,144,76,0,,,,,,,,,,,gutim,7705 +non,243,30,1,6124,4271,2650,469,1198.578057999991,0.152698863636364,16,0,C4,pp-,7,144,60,7,,,,,t,o,,,,,gutim,7707 +nof,243,27,3,6121,4272,,256,1198.731057999991,,,,,,,144,24,0,,,,,,,,,,,gutim,7704 +nof,243,29,1,6123,4273,,384,1198.731057999991,,,,,,,144,80,0,,,,,,,,,,,gutim,7706 +non,243,32,1,6125,4273,,512,1198.731057999991,0.301846590909091,8,0,C4,,,,,,,,,,T,,,,,,gutim,7708 +non,243,33,3,6126,4273,2651,512,1198.731057999991,1.81818181818182,2,0,F#1,ppp,5,144,30,5,,,,,,o,,,,,gutim,7709 +non,243,34,3,6127,4273,2651,512,1198.731057999991,1.81818181818182,2,0,Bb1,ppp,5,144,34,5,,,,,,o,,,,,gutim,7710 +non,243,35,3,6128,4273,2651,512,1198.731057999991,1.81818181818182,2,0,G2,ppp,5,144,43,5,,,,,,o,,,,,gutim,7711 +non,243,36,3,6129,4273,2651,512,1198.731057999991,1.81818181818182,2,0,E3,ppp,5,144,52,5,,,,,,o,,,,,gutim,7712 +non,243,37,3,6130,4273,2651,512,1198.731057999991,1.81818181818182,2,0,D4,ppp,5,144,62,5,,,,,,o,,,,,gutim,7713 +ped,243,31,0,6131,4273,,512,1198.731057999991,,,,,,,176,64,127,,,,,,,V,,,,gutim,7714 +nof,243,30,1,6124,4274,,469,1199.033057999991,,,,,,,144,60,0,,,,,,,,,,,gutim,7707 +non,243,38,1,6132,4274,2652,597,1199.033057999991,0.454545454545455,8,1,E5,pp,8,144,76,8,,,,,,o,,,,,gutim,7715 +nof,243,38,1,6132,4275,,597,1199.487057999991,,,,,,,144,76,0,,,,,,,,,,,gutim,7715 +non,243,39,1,6133,4275,2653,725,1199.487057999991,0.152698863636364,16,0,G#5,pp+,9,144,80,9,,,,,t,o,,,,,gutim,7716 +non,243,40,1,6134,4276,,768,1199.640057999991,0.909090909090909,4,0,G#5,,,,,,,,,,T,,,,,,gutim,7717 +ped,243,41,0,6135,4277,,1023,1200.545057999991,,,,,,,176,64,0,,,,,,,^,,,,gutim,7714 +nof,243,33,3,6126,4278,,512,1200.549057999991,,,,,,,144,30,0,,,,,,,,,,,gutim,7709 +nof,243,34,3,6127,4278,,512,1200.549057999991,,,,,,,144,34,0,,,,,,,,,,,gutim,7710 +nof,243,35,3,6128,4278,,512,1200.549057999991,,,,,,,144,43,0,,,,,,,,,,,gutim,7711 +nof,243,36,3,6129,4278,,512,1200.549057999991,,,,,,,144,52,0,,,,,,,,,,,gutim,7712 +nof,243,37,3,6130,4278,,512,1200.549057999991,,,,,,,144,62,0,,,,,,,,,,,gutim,7713 +nof,243,39,1,6133,4278,,725,1200.549057999991,,,,,,,144,80,0,,,,,,,,,,,gutim,7716 +rst,243,42,1,6136,4278,,1024,1200.549057999991,,,,,,,176,102,0,,,,,,,,,,,gutim,7718 +non,243,43,3,6137,4278,2654,1024,1200.549057999991,0.454545454545455,8,0,F#1,pp,8,144,30,8,,,,,,o,,,,,gutim,7719 +non,243,44,3,6138,4278,2654,1024,1200.549057999991,0.454545454545455,8,0,Bb1,pp,8,144,34,8,,,,,,o,,,,,gutim,7720 +non,243,45,3,6139,4278,2654,1024,1200.549057999991,0.454545454545455,8,0,G2,pp,8,144,43,8,,,,,,o,,,,,gutim,7721 +non,243,46,3,6140,4278,2654,1024,1200.549057999991,0.454545454545455,8,0,E3,pp,8,144,52,8,,,,,,o,,,,,gutim,7722 +non,243,47,3,6141,4278,2654,1024,1200.549057999991,0.454545454545455,8,0,D4,pp,8,144,62,8,,,,,,o,,,,,gutim,7723 +nof,243,43,3,6137,4279,,1024,1201.004057999991,,,,,,,144,30,0,,,,,,,,,,,gutim,7719 +nof,243,44,3,6138,4279,,1024,1201.004057999991,,,,,,,144,34,0,,,,,,,,,,,gutim,7720 +nof,243,45,3,6139,4279,,1024,1201.004057999991,,,,,,,144,43,0,,,,,,,,,,,gutim,7721 +nof,243,46,3,6140,4279,,1024,1201.004057999991,,,,,,,144,52,0,,,,,,,,,,,gutim,7722 +nof,243,47,3,6141,4279,,1024,1201.004057999991,,,,,,,144,62,0,,,,,,,,,,,gutim,7723 +non,243,48,1,6142,4279,2655,,1201.004057999991,0.05,8,0,E4,ppp,5,144,64,5,,,,g,,o,,,,,gutim,7724 +nof,243,48,1,6142,4280,,,1201.054057999991,,,,,,,144,64,0,,,,,,,,,,,gutim,7724 +non,243,49,1,6143,4281,2656,,1201.0790579999912,0.05,8,0,Bb2,ppp,5,144,46,5,,,,g,,o,,,,,gutim,7725 +nof,243,49,1,6143,4282,,,1201.1290579999911,,,,,,,144,46,0,,,,,,,,,,,gutim,7725 +non,243,50,1,6144,4283,2657,,1201.1540579999912,0.05,8,0,E4,ppp,5,144,64,5,,,,g,,o,,,,,gutim,7726 +nof,243,50,1,6144,4284,,,1201.2040579999912,,,,,,,144,64,0,,,,,,,,,,,gutim,7726 +non,243,51,1,6145,4285,2658,1152,1201.2290579999913,0.454545454545455,8,0,D5,ppp,5,144,74,5,,,,,,o,,,,,gutim,7727 +rst,243,52,3,6146,4285,,1152,1201.2290579999913,,,,,,,176,102,0,,,,,,,,,,,gutim,7728 +sec,243,53,0,6147,4285,,1152,1201.2290579999913,,,,,,,,,,,5983,,,,,,,,,gutim,7729 +bpm,243,53,0,6147,4285,,1152,1201.2290579999913,,1,,,,,,,,,,66,,,,,,,,gutim,7730 +nof,243,51,1,6145,4286,,1152,1201.6830579999914,,,,,,,144,74,0,,,,,,,,,,,gutim,7727 +non,243,55,1,6148,4286,2659,1280,1201.6830579999914,0.227272727272727,16,0,E5,p,11,144,76,11,,,,,,o,,,,,gutim,7731 +non,243,56,3,6149,4286,2659,1280,1201.6830579999914,0.0745738636363636,32,0,F#5,mf,17,144,78,17,,,,,,o,,,,,gutim,7732 +ped,243,54,0,6150,4286,,1280,1201.6830579999914,,,,,,,176,64,127,,,,,,,V,,,,gutim,7733 +nof,243,56,3,6149,4287,,1280,1201.7580579999913,,,,,,,144,78,0,,,,,,,,,,,gutim,7732 +non,243,57,3,6151,4287,2660,1301,1201.7580579999913,0.0745738636363636,32,0,A4,mf,17,144,69,17,,,,,,o,,,,,gutim,7734 +nof,243,57,3,6151,4288,,1301,1201.8320579999913,,,,,,,144,69,0,,,,,,,,,,,gutim,7734 +non,243,58,3,6152,4288,2661,1322,1201.8320579999913,0.305397727272727,8,0,E2,mf,17,144,40,17,,,,,,o,,,,,gutim,7735 +nof,243,55,1,6148,4289,,1280,1201.9100579999913,,,,,,,144,76,0,,,,,,,,,,,gutim,7731 +rst,243,59,1,6153,4289,,1344,1201.9100579999913,,,,,,,176,102,0,,,,,,,,,,,gutim,7736 +non,243,60,1,6154,4290,2662,1376,1202.0240579999913,0.113636363636364,32,0,C4,mf,17,144,60,17,,,,,,o,,,,,gutim,7737 +nof,243,58,3,6152,4291,,1322,1202.1380579999914,,,,,,,144,40,0,,,,,,,,,,,gutim,7735 +nof,243,60,1,6154,4291,,1376,1202.1380579999914,,,,,,,144,60,0,,,,,,,,,,,gutim,7737 +non,243,61,1,6155,4291,2663,1408,1202.1380579999914,0.113636363636364,32,0,F#5,mf,17,144,78,17,,,,,,o,,d,e,,gutim,7738 +non,243,62,3,6156,4291,2663,1408,1202.1380579999914,0.227272727272727,16,0,E5,mp,14,144,76,14,,,,,,o,,,,,gutim,7739 +non,243,63,3,6157,4291,2663,1408,1202.1380579999914,0.227272727272727,16,0,G#5,mp,14,144,80,14,,,,,,o,,,,,gutim,7740 +nof,243,61,1,6155,4292,,1408,1202.2510579999914,,,,,,,144,78,0,,,,,,,,,,,gutim,7738 +non,243,64,1,6158,4292,2664,1440,1202.2510579999914,0.113636363636364,32,0,C4,mf,17,144,60,17,,,,,,o,,d,e,,gutim,7741 +nof,243,62,3,6156,4293,,1408,1202.3650579999914,,,,,,,144,76,0,,,,,,,,,,,gutim,7739 +nof,243,63,3,6157,4293,,1408,1202.3650579999914,,,,,,,144,80,0,,,,,,,,,,,gutim,7740 +nof,243,64,1,6158,4293,,1440,1202.3650579999914,,,,,,,144,60,0,,,,,,,,,,,gutim,7741 +non,243,65,1,6159,4293,2665,1472,1202.3650579999914,0.113636363636364,32,0,A4,mf,17,144,69,17,,,,,,o,,d,e,,gutim,7742 +rst,243,66,3,6160,4293,,1472,1202.3650579999914,,,,,,,176,102,0,,,,,,,,,,,gutim,7743 +nof,243,65,1,6159,4294,,1472,1202.4790579999913,,,,,,,144,69,0,,,,,,,,,,,gutim,7742 +ped,243,67,0,6161,4294,,1504,1202.4790579999913,,,,,,,176,64,0,,,,,,,^,,,,gutim,7733 +non,243,68,1,6162,4294,2666,1504,1202.4790579999913,0.113636363636364,32,0,E2,mf,17,144,40,17,,,,,,o,,d,e,,gutim,7744 +nof,243,68,1,6162,4295,,1504,1202.5920579999913,,,,,,,144,40,0,,,,,,,,,,,gutim,7744 +bar,244,0,0,6163,4295,,0,1202.5920579999913,,,,,,,,,,244,,,,,,,,,,gutim,7745 +rst,244,1,1,6164,4295,,0,1202.5920579999913,,,,,,,176,102,0,,,,,,,,,,,gutim,7746 +rst,244,2,2,6165,4295,,0,1202.5920579999913,,,,,,,176,102,0,,,,,,,,,,,gutim,7747 +non,244,3,3,6166,4295,2667,0,1202.5920579999913,1.81818181818182,2,0,C1,ppp,5,144,24,5,,,,,,o,,d 5984,E 5984,,gutim,7748 +non,244,4,2,6167,4296,2668,102,1202.9540579999912,0.546875,8,1,Ab2,mf,17,144,44,17,,,,,,o,,,,,gutim,7749 +non,244,5,2,6168,4296,2668,102,1202.9540579999912,0.454545454545455,8,1,C6,mf,17,144,84,17,,,,,,o,,,,,gutim,7750 +non,244,6,2,6169,4296,2668,102,1202.9540579999912,0.454545454545455,8,1,Db7,mf,17,144,97,17,,,,,,o,,,,,gutim,7751 +ped,244,7,0,6170,4297,,139,1203.0860579999912,,,,,,,176,64,127,,,,,,,V,,,,gutim,7752 +non,244,8,1,6171,4298,2669,192,1203.2740579999913,0.113636363636364,32,0,D5,p,11,144,74,11,,,,,,o,,,,,gutim,7753 +nof,244,8,1,6171,4299,,192,1203.3880579999914,,,,,,,144,74,0,,,,,,,,,,,gutim,7753 +non,244,9,1,6172,4299,2670,224,1203.3880579999914,0.113636363636364,32,0,C2,p+,12,144,36,12,,,,,,o,,,,,gutim,7754 +nof,244,5,2,6168,4300,,102,1203.4090579999915,,,,,,,144,84,0,,,,,,,,,,,gutim,7750 +nof,244,6,2,6169,4300,,102,1203.4090579999915,,,,,,,144,97,0,,,,,,,,,,,gutim,7751 +nof,244,4,2,6167,4301,,102,1203.5010579999916,,,,,,,144,44,0,,,,,,,,,,,gutim,7749 +nof,244,9,1,6172,4301,,224,1203.5010579999916,,,,,,,144,36,0,,,,,,,,,,,gutim,7754 +non,244,10,1,6173,4301,2671,256,1203.5010579999916,0.0745738636363636,32,0,Eb6,mp,14,144,87,14,,,,,,o,,,,,gutim,7755 +rst,244,16,2,6174,4301,,256,1203.5010579999916,,,,,,,176,102,0,,,,,,,,,,,gutim,7756 +nof,244,10,1,6173,4302,,256,1203.5760579999915,,,,,,,144,87,0,,,,,,,,,,,gutim,7755 +non,244,11,1,6175,4302,2672,277,1203.5760579999915,0.113636363636364,32,1,D5,mp+,15,144,74,15,,,,,,o,,,,,gutim,7757 +nof,244,11,1,6175,4303,,277,1203.6900579999915,,,,,,,144,74,0,,,,,,,,,,,gutim,7757 +non,244,12,1,6176,4303,2673,309,1203.6900579999915,0.113636363636364,32,1,C2,mf-,16,144,36,16,,,,,,o,,,,,gutim,7758 +nof,244,12,1,6176,4304,,309,1203.8030579999916,,,,,,,144,36,0,,,,,,,,,,,gutim,7758 +non,244,13,1,6177,4304,2674,341,1203.8030579999916,0.0745738636363636,32,0,Eb6,mf+,18,144,87,18,,,,,,o,,,,,gutim,7759 +nof,244,13,1,6177,4305,,341,1203.8780579999916,,,,,,,144,87,0,,,,,,,,,,,gutim,7759 +non,244,14,1,6178,4305,2675,362,1203.8780579999916,0.078125,32,0,C2,f-,19,144,36,19,,,,,,o,,,,,gutim,7760 +non,244,15,1,6179,4305,2675,362,1203.8780579999916,0.113636363636364,32,0,D5,f-,19,144,74,19,,,,,,o,,,,,gutim,7761 +nof,244,14,1,6178,4306,,362,1203.9560579999916,,,,,,,144,36,0,,,,,,,,,,,gutim,7760 +ped,244,16,0,6180,4306,,384,1203.9560579999916,,,,,,,176,64,0,,,,,,,^,,,,gutim,7752 +non,244,17,1,6181,4306,2676,384,1203.9560579999916,0.454545454545455,8,0,Eb6,f,20,144,87,20,,,,,,o,,,,,gutim,7762 +nof,244,15,1,6179,4307,,362,1203.9910579999917,,,,,,,144,74,0,,,,,,,,,,,gutim,7761 +nof,244,3,3,6166,4308,,0,1204.4100579999917,,,,,,,144,24,0,,,,,,,,,,,gutim,7748 +nof,244,17,1,6181,4308,,384,1204.4100579999917,,,,,,,144,87,0,,,,,,,,,,,gutim,7762 +non,244,19,1,6182,4308,2677,,1204.4100579999917,0.05,8,0,D6,f,20,144,86,20,,,,g,,o,,,,,gutim,7763 +nof,244,19,1,6182,4309,,,1204.4600579999917,,,,,,,144,86,0,,,,,,,,,,,gutim,7763 +non,244,20,1,6183,4310,2678,512,1204.4850579999916,1.36363636363636,4,1,Bb5,f,20,144,82,20,,,,,,o,,,,,gutim,7764 +rst,244,21,3,6184,4310,,512,1204.4850579999916,,,,,,,176,102,0,,,,,,,,,,,gutim,7765 +ped,244,18,0,6185,4311,,546,1204.6060579999917,,,,,,,176,64,127,,,,,,,V,,,,gutim,7766 +nof,244,20,1,6183,4312,,512,1205.8490579999916,,,,,,,144,82,0,,,,,,,,,,,gutim,7764 +rst,244,22,1,6186,4312,,896,1205.8490579999916,,,,,,,176,102,0,,,,,,,,,,,gutim,7767 +non,244,23,1,6187,4313,2679,917,1205.9240579999916,0.152698863636364,16,0,G#4,p,11,144,68,11,,,,,,o,,,,,gutim,7768 +nof,244,23,1,6187,4314,,917,1206.0760579999915,,,,,,,144,68,0,,,,,,,,,,,gutim,7768 +non,244,24,1,6188,4314,2680,960,1206.0760579999915,0.149147727272727,16,0,F#5,pp,8,144,78,8,,,,,,o,,,,,gutim,7769 +ped,244,28,0,6189,4315,,1015,1206.0910579999916,,,,,,,176,64,0,,,,,,,^,,,,gutim,7766 +nof,244,24,1,6188,4316,,960,1206.2250579999913,,,,,,,144,78,0,,,,,,,,,,,gutim,7769 +non,244,25,1,6190,4316,2681,1002,1206.2250579999913,0.078125,32,0,D3,ppp,5,144,50,5,,,,,,o,,,,,gutim,7770 +non,244,26,1,6191,4316,2681,1002,1206.2250579999913,0.113636363636364,32,0,G#4,ppp,5,144,68,5,,,,,,o,,,,,gutim,7771 +non,244,27,1,6192,4316,2681,1002,1206.2250579999913,0.113636363636364,32,0,F#5,ppp,5,144,78,5,,,,,,o,,,,,gutim,7772 +sec,244,29,0,6193,4316,,1015,1206.2250579999913,,,,,,,,,,,5984,,,,,,,,,gutim,7773 +non,244,31,1,6194,4317,2682,1024,1206.2570579999915,0.301846590909091,8,0,F#4,mp,14,144,66,14,,,,,,o,,d,e,t,gutim,7774 +non,244,32,2,6195,4317,2682,1024,1206.2570579999915,0.909090909090909,4,0,G#3,mp,14,144,56,14,,,,,,o,,d,e,t,gutim,7775 +non,244,33,3,6196,4317,2682,1024,1206.2570579999915,1.81818181818182,2,0,C1,ppp,5,144,24,5,,,,,,o,,d,e,t,gutim,7776 +nof,244,25,1,6190,4318,,1002,1206.3040579999915,,,,,,,144,50,0,,,,,,,,,,,gutim,7770 +nof,244,26,1,6191,4319,,1002,1206.3390579999914,,,,,,,144,68,0,,,,,,,,,,,gutim,7771 +nof,244,27,1,6192,4319,,1002,1206.3390579999914,,,,,,,144,78,0,,,,,,,,,,,gutim,7772 +ped,244,30,0,6197,4320,,1024,1206.3910579999915,,,,,,,176,64,127,,,,,,,V,,,,gutim,7777 +nof,244,31,1,6194,4321,,1024,1206.5590579999916,,,,,,,144,66,0,,,,,,,,,,,gutim,7774 +non,244,34,1,6198,4321,2683,1109,1206.5590579999916,0.607244318181818,4,0,F#4,mp+,15,144,66,15,,,,,,o,,,,,gutim,7778 +non,244,35,1,6199,4321,2683,1109,1206.5590579999916,0.909090909090909,4,0,A5,mp+,15,144,81,15,,,,,,o,,,,,gutim,7779 +nof,244,32,2,6195,4322,,1024,1207.1670579999916,,,,,,,144,56,0,,,,,,,,,,,gutim,7775 +nof,244,34,1,6198,4323,,1109,1207.1670579999916,,,,,,,144,66,0,,,,,,,,,,,gutim,7778 +rst,244,36,1,6200,4323,,1280,1207.1670579999916,,,,,,,176,102,0,,,,,,,,,,,gutim,7780 +non,244,37,2,6201,4323,2684,1280,1207.1670579999916,0.909090909090909,4,0,G#3,p,11,144,56,11,,,,,,o,,d,e,t,gutim,7781 +nof,244,35,1,6199,4324,,1109,1207.4680579999917,,,,,,,144,81,0,,,,,,,,,,,gutim,7779 +nof,244,33,3,6196,4325,,1024,1208.0760579999917,,,,,,,144,24,0,,,,,,,,,,,gutim,7776 +nof,244,37,2,6201,4325,,1280,1208.0760579999917,,,,,,,144,56,0,,,,,,,,,,,gutim,7781 +bar,245,0,0,6202,4325,,0,1208.0760579999917,,,,,,,,,,245,,,,,,,,,,gutim,7782 +non,245,1,1,6203,4325,2685,0,1208.0760579999917,0.454545454545455,8,0,G#3,f,20,144,56,20,,,,,,o,,d,e,t,gutim,7783 +non,245,2,1,6204,4325,2685,0,1208.0760579999917,0.454545454545455,8,0,F#5,f,20,144,78,20,,,,,,o,,d,e,t,gutim,7784 +non,245,3,1,6205,4325,2685,0,1208.0760579999917,0.454545454545455,8,0,A5,f,20,144,81,20,,,,,,o,,d,e,t,gutim,7785 +non,245,4,3,6206,4325,2685,0,1208.0760579999917,0.909090909090909,4,0,D3,pp,8,144,50,8,,,,,,o,,d,e,t,gutim,7786 +non,245,5,3,6207,4325,2685,0,1208.0760579999917,0.909090909090909,4,0,B3,pp,8,144,59,8,,,,,,o,,d,e,t,gutim,7787 +non,245,6,1,6208,4326,2686,128,1208.5300579999916,0.113636363636364,32,0,C4,mf-,16,144,60,16,,,,,,o,,,,,gutim,7788 +nof,245,6,1,6208,4327,,128,1208.6440579999917,,,,,,,144,60,0,,,,,,,,,,,gutim,7788 +non,245,7,1,6209,4327,2687,160,1208.6440579999917,0.113636363636364,32,0,E3,mp,14,144,52,14,,,,,,o,,,,,gutim,7789 +nof,245,7,1,6209,4328,,160,1208.7570579999915,,,,,,,144,52,0,,,,,,,,,,,gutim,7789 +non,245,8,1,6210,4328,2688,192,1208.7570579999915,0.227272727272727,16,0,A4,mp-,13,144,69,13,,,,,,o,,,,,gutim,7790 +nof,245,1,1,6203,4329,,0,1208.8300579999914,,,,,,,144,56,0,,,,,,,,,,,gutim,7783 +nof,245,2,1,6204,4329,,0,1208.8300579999914,,,,,,,144,78,0,,,,,,,,,,,gutim,7784 +nof,245,3,1,6205,4329,,0,1208.8300579999914,,,,,,,144,81,0,,,,,,,,,,,gutim,7785 +nof,245,5,3,6207,4330,,0,1208.9850579999913,,,,,,,144,59,0,,,,,,,,,,,gutim,7787 +nof,245,8,1,6210,4330,,192,1208.9850579999913,,,,,,,144,69,0,,,,,,,,,,,gutim,7790 +non,245,9,1,6211,4330,2689,256,1208.9850579999913,0.301846590909091,8,0,C4,p,11,144,60,11,,,,,,o,,,e,t,gutim,7791 +non,245,10,1,6212,4330,2689,256,1208.9850579999913,0.454545454545455,8,0,A4,p,11,144,69,11,,,,,,o,,,e,t,gutim,7792 +non,245,11,1,6213,4330,2689,256,1208.9850579999913,0.454545454545455,8,0,A5,p,11,144,81,11,,,,,,o,,,e,t,gutim,7793 +non,245,12,3,6214,4330,2689,256,1208.9850579999913,0.909090909090909,4,0,B3,ppp,5,144,59,5,,,,,,o,,,e,t,gutim,7794 +nof,245,4,3,6206,4331,,0,1209.2850579999913,,,,,,,144,50,0,,,,,,,,,,,gutim,7786 +nof,245,9,1,6211,4332,,256,1209.2870579999912,,,,,,,144,60,0,,,,,,,,,,,gutim,7791 +non,245,13,1,6215,4332,2690,,1209.2870579999912,0.05,8,0,Bb5,pp,8,144,82,8,,,,g,,o,,,,,gutim,7795 +nof,245,13,1,6215,4333,,,1209.3370579999914,,,,,,,144,82,0,,,,,,,,,,,gutim,7795 +non,245,14,1,6216,4334,2691,341,1209.3620579999915,0.301846590909091,8,0,F#6,pp,8,144,90,8,,,,,,o,,,,,gutim,7796 +nof,245,10,1,6212,4335,,256,1209.4390579999915,,,,,,,144,69,0,,,,,,,,,,,gutim,7792 +nof,245,11,1,6213,4335,,256,1209.4390579999915,,,,,,,144,81,0,,,,,,,,,,,gutim,7793 +nof,245,14,1,6216,4336,,341,1209.6630579999915,,,,,,,144,90,0,,,,,,,,,,,gutim,7796 +non,245,15,1,6217,4336,2692,426,1209.6630579999915,0.152698863636364,16,0,Eb7,p-,10,144,99,10,,,,,,o,,,,,gutim,7797 +nof,245,15,1,6217,4337,,426,1209.8160579999915,,,,,,,144,99,0,,,,,,,,,,,gutim,7797 +non,245,17,1,6218,4337,2693,469,1209.8160579999915,0.152698863636364,16,0,C5,p,11,144,72,11,,,,,,o,,,,,gutim,7798 +ped,245,16,0,6219,4338,,489,1209.8870579999916,,,,,,,176,64,0,,,,,,,^,,,,gutim,7777 +nof,245,12,3,6214,4339,,256,1209.8940579999917,,,,,,,144,59,0,,,,,,,,,,,gutim,7794 +nof,245,17,1,6218,4340,,469,1209.9690579999915,,,,,,,144,72,0,,,,,,,,,,,gutim,7798 +non,245,18,1,6220,4340,2694,512,1209.9690579999915,0.227272727272727,16,0,Eb7,p,11,144,99,11,,,,,,o,,,e,t,gutim,7799 +non,245,19,3,6221,4340,2694,512,1209.9690579999915,0.0745738636363636,32,0,F#3,ppp,5,144,54,5,,,,,,o,,,e,t,gutim,7800 +nof,245,19,3,6221,4341,,512,1210.0430579999916,,,,,,,144,54,0,,,,,,,,,,,gutim,7800 +non,245,20,3,6222,4341,2695,533,1210.0430579999916,0.0745738636363636,32,0,C3,ppp,5,144,48,5,,,,,,o,,,,,gutim,7801 +nof,245,20,3,6222,4342,,533,1210.1180579999914,,,,,,,144,48,0,,,,,,,,,,,gutim,7801 +rst,245,21,3,6223,4342,,554,1210.1180579999914,,,,,,,176,102,0,,,,,,,,,,,gutim,7802 +nof,245,18,1,6220,4343,,512,1210.1960579999914,,,,,,,144,99,0,,,,,,,,,,,gutim,7799 +non,245,22,1,6224,4343,2696,576,1210.1960579999914,0.227272727272727,16,0,D6,mp-,13,144,86,13,,,,,,o,,,,,gutim,7803 +rst,245,23,3,6225,4344,,597,1210.2710579999914,,,,,,,176,102,0,,,,,,,,,,,gutim,7804 +nof,245,22,1,6224,4345,,576,1210.4230579999914,,,,,,,144,86,0,,,,,,,,,,,gutim,7803 +non,245,24,1,6226,4345,2697,640,1210.4230579999914,0.301846590909091,8,0,C3,mp,14,144,48,14,,,,,,o,,,,,gutim,7805 +non,245,26,3,6227,4346,2698,661,1210.4980579999915,0.0745738636363636,32,0,Bb2,pp,8,144,46,8,,,,,,o,,,,,gutim,7806 +ped,245,25,0,6228,4346,,661,1210.4980579999915,,,,,,,176,64,127,,,,,,,V,,,,gutim,7807 +nof,245,26,3,6227,4347,,661,1210.5720579999916,,,,,,,144,46,0,,,,,,,,,,,gutim,7806 +non,245,27,3,6229,4347,2699,682,1210.5720579999916,0.078125,32,0,D3,pp+,9,144,50,9,,,,,,o,,,,,gutim,7808 +nof,245,27,3,6229,4348,,682,1210.6510579999915,,,,,,,144,50,0,,,,,,,,,,,gutim,7808 +non,245,28,3,6230,4348,2700,704,1210.6510579999915,0.0745738636363636,32,0,F#3,p-,10,144,54,10,,,,,,o,,,,,gutim,7809 +nof,245,24,1,6226,4349,,640,1210.7250579999913,,,,,,,144,48,0,,,,,,,,,,,gutim,7805 +nof,245,28,3,6230,4349,,704,1210.7250579999913,,,,,,,144,54,0,,,,,,,,,,,gutim,7809 +rst,245,29,1,6231,4349,,725,1210.7250579999913,,,,,,,176,102,0,,,,,,,,,,,gutim,7810 +non,245,30,3,6232,4349,2701,725,1210.7250579999913,0.0745738636363636,32,0,C2,p,11,144,36,11,,,,,,o,,,,,gutim,7811 +nof,245,30,3,6232,4350,,725,1210.8000579999914,,,,,,,144,36,0,,,,,,,,,,,gutim,7811 +non,245,31,1,6233,4350,2702,746,1210.8000579999914,0.078125,32,0,A4,mp,14,144,69,14,,,,,,o,,,,,gutim,7812 +non,245,32,3,6234,4350,2702,746,1210.8000579999914,0.078125,32,0,Eb4,p,11,144,63,11,,,,,,o,,,,,gutim,7813 +nof,245,31,1,6233,4351,,746,1210.8780579999914,,,,,,,144,69,0,,,,,,,,,,,gutim,7812 +nof,245,32,3,6234,4351,,746,1210.8780579999914,,,,,,,144,63,0,,,,,,,,,,,gutim,7813 +non,245,33,1,6235,4351,2703,768,1210.8780579999914,0.301846590909091,8,0,E4,mp,14,144,64,14,,,,,,o,,,E,t 5985,gutim,7814 +non,245,34,3,6236,4351,2703,768,1210.8780579999914,0.113636363636364,32,0,Bb2,p+,12,144,46,12,,,,,,o,,,,,gutim,7815 +nof,245,34,3,6236,4352,,768,1210.9920579999914,,,,,,,144,46,0,,,,,,,,,,,gutim,7815 +non,245,35,3,6237,4352,2704,800,1210.9920579999914,0.113636363636364,32,0,F#3,mp,14,144,54,14,,,,,,o,,,,,gutim,7816 +nof,245,35,3,6237,4353,,800,1211.1050579999915,,,,,,,144,54,0,,,,,,,,,,,gutim,7816 +non,245,36,3,6238,4353,2705,832,1211.1050579999915,0.113636363636364,32,1,Eb5,mp+,15,144,75,15,,,,,,o,,,,,gutim,7817 +nof,245,33,1,6235,4354,,768,1211.1800579999915,,,,,,,144,64,0,,,,,,,,,,,gutim,7814 +non,245,37,1,6239,4354,2706,853,1211.1800579999915,0.301846590909091,8,0,G#4,mp,14,144,68,14,,,,,,o,,,,,gutim,7818 +nof,245,36,3,6238,4355,,832,1211.2190579999915,,,,,,,144,75,0,,,,,,,,,,,gutim,7817 +non,245,38,3,6240,4355,2707,864,1211.2190579999915,0.0745738636363636,32,0,Bb2,mf-,16,144,46,16,,,,,,o,,,,,gutim,7819 +non,245,39,3,6241,4355,2707,864,1211.2190579999915,0.113636363636364,32,0,D4,mf-,16,144,62,16,,,,,,o,,,,,gutim,7820 +nof,245,38,3,6240,4356,,864,1211.2930579999916,,,,,,,144,46,0,,,,,,,,,,,gutim,7819 +non,245,40,3,6242,4356,2708,885,1211.2930579999916,0.0745738636363636,32,0,F#4,mf,17,144,66,17,,,,,,o,,,,,gutim,7821 +nof,245,39,3,6241,4357,,864,1211.3320579999915,,,,,,,144,62,0,,,,,,,,,,,gutim,7820 +nof,245,40,3,6242,4358,,885,1211.3680579999914,,,,,,,144,66,0,,,,,,,,,,,gutim,7821 +non,245,41,3,6243,4358,2709,906,1211.3680579999914,0.078125,32,0,C2,mf+,18,144,36,18,,,,,,o,,,,,gutim,7822 +non,245,42,3,6244,4358,2709,906,1211.3680579999914,0.113636363636364,32,0,D4,mf+,18,144,62,18,,,,,,o,,,,,gutim,7823 +nof,245,41,3,6243,4359,,906,1211.4460579999914,,,,,,,144,36,0,,,,,,,,,,,gutim,7822 +non,245,43,3,6245,4359,2710,928,1211.4460579999914,0.113636363636364,32,1,Eb5,f-,19,144,75,19,,,,,,o,,,,,gutim,7824 +nof,245,37,1,6239,4360,,853,1211.4820579999914,,,,,,,144,68,0,,,,,,,,,,,gutim,7818 +nof,245,42,3,6244,4360,,906,1211.4820579999914,,,,,,,144,62,0,,,,,,,,,,,gutim,7823 +rst,245,44,1,6246,4360,,938,1211.4820579999914,,,,,,,176,102,0,,,,,,,,,,,gutim,7825 +nof,245,43,3,6245,4361,,928,1211.5600579999914,,,,,,,144,75,0,,,,,,,,,,,gutim,7824 +non,245,45,3,6247,4361,2711,960,1211.5600579999914,0.113636363636364,32,0,D4,f,20,144,62,20,,,,,,o,,,,,gutim,7826 +nof,245,45,3,6247,4362,,960,1211.6730579999914,,,,,,,144,62,0,,,,,,,,,,,gutim,7826 +ped,245,46,0,6248,4362,,992,1211.6730579999914,,,,,,,176,64,0,,,,,,,^,,,,gutim,7807 +non,245,47,3,6249,4362,2712,992,1211.6730579999914,0.113636363636364,32,0,C1,f,20,144,24,20,,,,,,o,,,,,gutim,7827 +nof,245,47,3,6249,4363,,992,1211.7870579999912,,,,,,,144,24,0,,,,,,,,,,,gutim,7827 +non,245,48,1,6250,4363,2713,1024,1211.7870579999912,0.301846590909091,8,0,F#4,f,20,144,66,20,,,,,,o,,,,,gutim,7828 +rst,245,52,3,6251,4363,,1024,1211.7870579999912,,,,,,,176,102,0,,,,,,,,,,,gutim,7829 +nof,245,48,1,6250,4364,,1024,1212.0890579999914,,,,,,,144,66,0,,,,,,,,,,,gutim,7828 +non,245,49,3,6252,4364,2714,,1212.0890579999914,0.05,8,0,D4,f,20,144,62,20,,,,g,,o,,,,,gutim,7830 +nof,245,49,3,6252,4365,,,1212.1390579999913,,,,,,,144,62,0,,,,,,,,,,,gutim,7830 +non,245,50,3,6253,4366,2715,,1212.1640579999914,0.05,8,0,Bb1,f,20,144,34,20,,,,g,,o,,,,,gutim,7831 +nof,245,50,3,6253,4367,,,1212.2140579999914,,,,,,,144,34,0,,,,,,,,,,,gutim,7831 +non,245,51,3,6254,4368,2716,,1212.2390579999915,0.05,8,0,C1,f,20,144,24,20,,,,g,,o,,,,,gutim,7832 +nof,245,51,3,6254,4369,,,1212.2890579999917,,,,,,,144,24,0,,,,,,,,,,,gutim,7832 +non,245,53,1,6255,4370,2717,1109,1212.3140579999917,0.607244318181818,4,0,F#4,f,20,144,66,20,,,,,t,o,,,,,gutim,7833 +non,245,54,1,6256,4370,2717,1109,1212.3140579999917,0.909090909090909,4,0,Eb5,f,20,144,75,20,,,,,t,o,,,,,gutim,7834 +non,245,56,3,6257,4371,2718,1216,1212.6940579999919,0.227272727272727,16,0,D5,ppp,5,144,74,5,,,,,,o,,,,,gutim,7835 +ped,245,55,0,6258,4371,,1216,1212.6940579999919,,,,,,,176,64,127,,,,,,,V,,,,gutim,7836 +nof,245,56,3,6257,4372,,1216,1212.9210579999917,,,,,,,144,74,0,,,,,,,,,,,gutim,7835 +non,245,57,1,6259,4372,,1280,1212.9210579999917,0.909090909090909,4,0,F#4,,,,,,,,,,T,,,,,,gutim,7837 +non,245,58,1,6260,4372,,1280,1212.9210579999917,0.909090909090909,4,0,Eb5,,,,,,,,,,T,,,,,,gutim,7838 +non,245,59,3,6261,4372,2719,1280,1212.9210579999917,0.227272727272727,16,0,F#2,ppp,5,144,42,5,,,,,,o,,,,,gutim,7839 +nof,245,59,3,6261,4373,,1280,1213.1480579999916,,,,,,,144,42,0,,,,,,,,,,,gutim,7839 +non,245,60,3,6262,4373,2720,1344,1213.1480579999916,0.227272727272727,16,0,G3,ppp,5,144,55,5,,,,,,o,,,,,gutim,7840 +ped,245,61,0,6263,4374,,1408,1213.3390579999916,,,,,,,176,64,0,,,,,,,^,,,,gutim,7836 +rst,245,62,3,6264,4375,,1408,1213.3760579999916,,,,,,,176,102,0,,,,,,,,,,,gutim,7841 +non,245,64,3,6265,4376,2721,,1213.5280579999917,0.05,8,0,A#1,ppp,5,144,34,5,,,,g,,o,,,,,gutim,7842 +nof,245,64,3,6265,4377,,,1213.5780579999919,,,,,,,144,34,0,,,,,,,,,,,gutim,7842 +nof,245,60,3,6262,4378,,1344,1213.601057999992,,,,,,,144,55,0,,,,,,,,,,,gutim,7840 +non,245,65,3,6266,4379,2722,1472,1213.603057999992,0.227272727272727,16,0,F#1,ppp,5,144,30,5,,,,,t,o,,,,,gutim,7843 +ped,245,63,0,6267,4380,,1472,1213.639057999992,,,,,,,176,64,127,,,,,,,V,,,,gutim,7844 +bar,246,0,0,6268,4381,,0,1213.830057999992,,,,,,,,,,246,,,,,,,,,,gutim,7845 +non,246,1,1,6269,4381,2723,0,1213.830057999992,0.681818181818182,8,1,E4,mf,17,144,64,17,,,,,,o,,,,,gutim,7846 +non,246,2,3,6270,4381,,0,1213.830057999992,0.113636363636364,32,0,F#1,,,,,,,,,,T,,,,,,gutim,7847 +non,246,3,4,6271,4381,2723,0,1213.830057999992,5.45454545454545,1,1,C1,pppp,2,144,24,2,,,,,,o,,,,,gutim,7848 +nof,245,65,3,6266,4382,,1472,1213.944057999992,,,,,,,144,30,0,,,,,,,,,,,gutim,7843 +non,246,4,3,6272,4382,2724,32,1213.944057999992,0.340909090909091,16,1,G2,ppp-,4,144,43,4,,,,,,o,,,,,gutim,7849 +nof,245,53,1,6255,4383,,1109,1214.0550579999922,,,,,,,144,66,0,,,,,,,,,,,gutim,7833 +nof,246,4,3,6272,4384,,32,1214.2850579999922,,,,,,,144,43,0,,,,,,,,,,,gutim,7849 +non,246,5,3,6273,4384,2725,128,1214.2850579999922,0.454545454545455,8,0,E3,ppp-,4,144,52,4,,,,,,o,,,,,gutim,7850 +nof,245,54,1,6256,4385,,1109,1214.3570579999923,,,,,,,144,75,0,,,,,,,,,,,gutim,7834 +nof,246,1,1,6269,4386,,0,1214.5120579999923,,,,,,,144,64,0,,,,,,,,,,,gutim,7846 +non,246,6,1,6274,4387,2726,192,1214.5120579999923,0.113636363636364,32,0,C6,mf+,18,144,84,18,,,,,,o,,,,,gutim,7851 +nof,246,6,1,6274,4388,,192,1214.6260579999923,,,,,,,144,84,0,,,,,,,,,,,gutim,7851 +non,246,7,1,6275,4388,2727,224,1214.6260579999923,0.113636363636364,32,0,Bb4,mf+,18,144,70,18,,,,,,o,,,,,gutim,7852 +nof,246,5,3,6273,4389,,128,1214.7390579999924,,,,,,,144,52,0,,,,,,,,,,,gutim,7850 +nof,246,7,1,6275,4389,,224,1214.7390579999924,,,,,,,144,70,0,,,,,,,,,,,gutim,7852 +non,246,8,1,6276,4389,2728,256,1214.7390579999924,0.113636363636364,32,0,Ab3,f,20,144,56,20,,,,,,o,,,,,gutim,7853 +non,246,9,3,6277,4389,2728,256,1214.7390579999924,0.603693181818182,4,0,D4,pppp+,3,144,62,3,,,,,,o,,,,,gutim,7854 +nof,246,8,1,6276,4390,,256,1214.8530579999924,,,,,,,144,56,0,,,,,,,,,,,gutim,7853 +non,246,10,1,6278,4390,2729,288,1214.8530579999924,0.113636363636364,32,0,Db6,f+,21,144,85,21,,,,,,o,,,,,gutim,7855 +nof,246,10,1,6278,4391,,288,1214.9670579999924,,,,,,,144,85,0,,,,,,,,,,,gutim,7855 +rst,246,11,1,6279,4391,,320,1214.9670579999924,,,,,,,176,102,0,,,,,,,,,,,gutim,7856 +nof,246,9,3,6277,4392,,256,1215.3430579999924,,,,,,,144,62,0,,,,,,,,,,,gutim,7854 +non,246,12,3,6280,4393,2730,426,1215.3430579999924,0.078125,32,0,E3,pppp,2,144,52,2,,,,,,o,,d,e,,gutim,7857 +nof,246,12,3,6280,4394,,426,1215.4210579999924,,,,,,,144,52,0,,,,,,,,,,,gutim,7857 +non,246,13,3,6281,4394,2731,448,1215.4210579999924,0.0745738636363636,32,0,D5,pppp,2,144,74,2,,,,,,o,,d,e,,gutim,7858 +ped,246,15,0,6282,4395,,480,1215.4420579999924,,,,,,,176,64,0,,,,,,,^,,,,gutim,7844 +nof,246,13,3,6281,4396,,448,1215.4960579999924,,,,,,,144,74,0,,,,,,,,,,,gutim,7858 +non,246,14,3,6283,4396,2732,469,1215.4960579999924,0.0745738636363636,32,0,F#1,pppp,2,144,30,2,,,,,,o,,d,e,,gutim,7859 +nof,246,14,3,6283,4397,,469,1215.5700579999925,,,,,,,144,30,0,,,,,,,,,,,gutim,7859 +non,246,16,3,6284,4397,2733,490,1215.5700579999925,0.078125,32,0,G2,pppp,2,144,43,2,,,,,,o,,d,e,,gutim,7860 +nof,246,16,3,6284,4398,,490,1215.6480579999925,,,,,,,144,43,0,,,,,,,,,,,gutim,7860 +rst,246,18,1,6285,4398,,512,1215.6480579999925,,,,,,,176,102,0,,,,,,,,,,,gutim,7861 +non,246,19,3,6286,4398,2734,512,1215.6480579999925,0.227272727272727,16,0,E6,pppp,2,144,88,2,,,,,,o,,d 5985,E,,gutim,7862 +ped,246,17,0,6287,4399,,512,1215.7420579999925,,,,,,,176,64,127,,,,,,,V,,,,gutim,7863 +nof,246,19,3,6286,4400,,512,1215.8760579999926,,,,,,,144,88,0,,,,,,,,,,,gutim,7862 +non,246,20,3,6288,4400,2735,576,1215.8760579999926,0.681818181818182,8,1,G#2,pppp,2,144,44,2,,,,,t,o,,,,,gutim,7864 +rst,246,21,1,6289,4401,,768,1216.5570579999926,,,,,,,176,102,0,,,,,,,,,,,gutim,7865 +non,246,22,3,6290,4401,,768,1216.5570579999926,2.72727272727273,2,1,G#2,,,,,,,,,,T,,,,,,gutim,7866 +non,246,23,1,6291,4402,2736,960,1217.2390579999926,0.0426136363636364,64,0,C6,pp,8,144,84,8,,,,,,o,,,,,gutim,7867 +nof,246,23,1,6291,4403,,960,1217.2820579999925,,,,,,,144,84,0,,,,,,,,,,,gutim,7867 +non,246,24,1,6292,4403,2737,972,1217.2820579999925,0.0461647727272727,64,0,F#6,pp,8,144,90,8,,,,,,o,,,,,gutim,7868 +nof,246,24,1,6292,4404,,972,1217.3280579999926,,,,,,,144,90,0,,,,,,,,,,,gutim,7868 +non,246,25,1,6293,4404,2738,985,1217.3280579999926,0.0461647727272727,64,0,E7,pp,8,144,100,8,,,,,,o,,,,,gutim,7869 +nof,246,25,1,6293,4405,,985,1217.3740579999926,,,,,,,144,100,0,,,,,,,,,,,gutim,7869 +non,246,26,1,6294,4405,2739,998,1217.3740579999926,0.0461647727272727,64,0,A7,pp+,9,144,105,9,,,,,,o,,,,,gutim,7870 +nof,246,26,1,6294,4406,,998,1217.4200579999927,,,,,,,144,105,0,,,,,,,,,,,gutim,7870 +non,246,27,1,6295,4406,2740,1011,1217.4200579999927,0.0461647727272727,64,0,G#7,pp+,9,144,104,9,,,,,,o,,,,,gutim,7871 +nof,246,27,1,6295,4407,,1011,1217.4670579999927,,,,,,,144,104,0,,,,,,,,,,,gutim,7871 +non,246,28,1,6296,4407,2741,1024,1217.4670579999927,0.0674715909090909,64,1,F#6,pp+,9,144,90,9,,,,,,o,,,,,gutim,7872 +nof,246,28,1,6296,4408,,1024,1217.5340579999927,,,,,,,144,90,0,,,,,,,,,,,gutim,7872 +non,246,29,1,6297,4408,2742,1043,1217.5340579999927,0.0461647727272727,64,0,A7,p-,10,144,105,10,,,,,,o,,,,,gutim,7873 +nof,246,29,1,6297,4409,,1043,1217.5800579999927,,,,,,,144,105,0,,,,,,,,,,,gutim,7873 +non,246,30,1,6298,4409,2743,1056,1217.5800579999927,0.0426136363636364,64,0,G#7,p-,10,144,104,10,,,,,,o,,,,,gutim,7874 +nof,246,30,1,6298,4410,,1056,1217.6230579999929,,,,,,,144,104,0,,,,,,,,,,,gutim,7874 +non,246,31,1,6299,4410,2744,1068,1217.6230579999929,0.0710227272727273,64,1,E7,p-,10,144,100,10,,,,,,o,,,,,gutim,7875 +nof,246,31,1,6299,4411,,1068,1217.6940579999928,,,,,,,144,100,0,,,,,,,,,,,gutim,7875 +non,246,32,1,6300,4411,2745,1088,1217.6940579999928,0.0497159090909091,64,0,G#7,p-,10,144,104,10,,,,,,o,,,,,gutim,7876 +nof,246,32,1,6300,4412,,1088,1217.7440579999927,,,,,,,144,104,0,,,,,,,,,,,gutim,7876 +non,246,33,1,6301,4412,2746,1102,1217.7440579999927,0.0497159090909091,64,0,A7,p,11,144,105,11,,,,,,o,,,,,gutim,7877 +nof,246,33,1,6301,4413,,1102,1217.793057999993,,,,,,,144,105,0,,,,,,,,,,,gutim,7877 +non,246,34,1,6302,4413,2747,1116,1217.793057999993,0.0497159090909091,64,0,C6,p,11,144,84,11,,,,,,o,,,,,gutim,7878 +nof,246,34,1,6302,4414,,1116,1217.8430579999929,,,,,,,144,84,0,,,,,,,,,,,gutim,7878 +non,246,35,1,6303,4414,2748,1130,1217.8430579999929,0.102982954545455,32,0,F#6,p,11,144,90,11,,,,,,o,,,,,gutim,7879 +nof,246,35,1,6303,4415,,1130,1217.9460579999927,,,,,,,144,90,0,,,,,,,,,,,gutim,7879 +non,246,36,1,6304,4415,2749,1159,1217.9460579999927,0.0994318181818182,32,0,A7,p+,12,144,105,12,,,,,,o,,,,,gutim,7880 +nof,246,36,1,6304,4416,,1159,1218.0450579999929,,,,,,,144,105,0,,,,,,,,,,,gutim,7880 +non,246,37,1,6305,4416,2750,1187,1218.0450579999929,0.102982954545455,32,0,C6,p+,12,144,84,12,,,,,,o,,,,,gutim,7881 +non,246,38,1,6306,4416,2750,1187,1218.0450579999929,0.113636363636364,32,0,F#6,p+,12,144,90,12,,,,,,o,,,,,gutim,7882 +nof,246,37,1,6305,4417,,1187,1218.148057999993,,,,,,,144,84,0,,,,,,,,,,,gutim,7881 +non,246,39,1,6307,4417,2751,1216,1218.148057999993,0.0745738636363636,32,0,E7,mp-,13,144,100,13,,,,,,o,,,,,gutim,7883 +nof,246,38,1,6306,4418,,1187,1218.159057999993,,,,,,,144,90,0,,,,,,,,,,,gutim,7882 +nof,246,39,1,6307,4419,,1216,1218.2230579999928,,,,,,,144,100,0,,,,,,,,,,,gutim,7883 +non,246,40,1,6308,4419,2752,1237,1218.2230579999928,0.0745738636363636,32,0,A7,mp-,13,144,105,13,,,,,,o,,,,,gutim,7884 +nof,246,40,1,6308,4420,,1237,1218.2970579999928,,,,,,,144,105,0,,,,,,,,,,,gutim,7884 +non,246,41,1,6309,4420,2753,1258,1218.2970579999928,0.078125,32,0,G#7,mp,14,144,104,14,,,,,,o,,,,,gutim,7885 +nof,246,41,1,6309,4421,,1258,1218.376057999993,,,,,,,144,104,0,,,,,,,,,,,gutim,7885 +non,246,42,1,6310,4421,2754,1280,1218.376057999993,0.0887784090909091,32,0,C6,mp,14,144,84,14,,,,,,o,,,,,gutim,7886 +ped,246,43,0,6311,4422,,1305,1218.3840579999928,,,,,,,176,64,0,,,,,,,^,,,,gutim,7863 +nof,246,42,1,6310,4423,,1280,1218.4640579999927,,,,,,,144,84,0,,,,,,,,,,,gutim,7886 +non,246,44,1,6312,4423,2755,1305,1218.4640579999927,0.0923295454545454,32,0,E7,mp,14,144,100,14,,,,,,o,,,,,gutim,7887 +nof,246,44,1,6312,4424,,1305,1218.5570579999926,,,,,,,144,100,0,,,,,,,,,,,gutim,7887 +non,246,45,1,6313,4424,2756,1331,1218.5570579999926,0.0461647727272727,64,0,G#7,mp,14,144,104,14,,,,,,o,,,,,gutim,7888 +nof,246,45,1,6313,4425,,1331,1218.6030579999926,,,,,,,144,104,0,,,,,,,,,,,gutim,7888 +non,246,46,1,6314,4425,2757,1344,1218.6030579999926,0.0745738636363636,32,0,F#6,pp,8,144,90,8,,,,,,o,,,e,,gutim,7889 +nof,246,46,1,6314,4426,,1344,1218.6770579999925,,,,,,,144,90,0,,,,,,,,,,,gutim,7889 +non,246,48,1,6315,4426,2758,1365,1218.6770579999925,0.0745738636363636,32,0,G#4,p-,10,144,68,10,,,,,,o,,,e,,gutim,7890 +ped,246,47,0,6316,4427,,1344,1218.6840579999925,,,,,,,176,64,127,,,,,,,V,,,,gutim,7891 +nof,246,48,1,6315,4428,,1365,1218.7520579999925,,,,,,,144,68,0,,,,,,,,,,,gutim,7890 +non,246,49,1,6317,4428,2759,1386,1218.7520579999925,0.078125,32,0,F#6,p+,12,144,90,12,,,,,,o,,,e,,gutim,7892 +nof,246,49,1,6317,4429,,1386,1218.8300579999925,,,,,,,144,90,0,,,,,,,,,,,gutim,7892 +non,246,50,1,6318,4429,2760,1408,1218.8300579999925,0.0745738636363636,32,0,C5,mp,14,144,72,14,,,,,,o,,,e,,gutim,7893 +nof,246,50,1,6318,4430,,1408,1218.9050579999926,,,,,,,144,72,0,,,,,,,,,,,gutim,7893 +non,246,51,1,6319,4430,2761,1429,1218.9050579999926,0.0745738636363636,32,0,A5,mf-,16,144,81,16,,,,,,o,,,e,,gutim,7894 +nof,246,51,1,6319,4431,,1429,1218.9790579999926,,,,,,,144,81,0,,,,,,,,,,,gutim,7894 +non,246,52,1,6320,4431,2762,1450,1218.9790579999926,0.078125,32,0,C5,mf+,18,144,72,18,,,,,,o,,,e,,gutim,7895 +nof,246,52,1,6320,4432,,1450,1219.0570579999926,,,,,,,144,72,0,,,,,,,,,,,gutim,7895 +non,246,53,1,6321,4432,2763,1472,1219.0570579999926,0.227272727272727,16,1,E4,f,20,144,64,20,,,,,,o,,,E 5985,,gutim,7896 +ped,246,54,0,6322,4433,,1535,1219.2450579999927,,,,,,,176,64,0,,,,,,,^,,,,gutim,7891 +nof,246,53,1,6321,4434,,1472,1219.2850579999927,,,,,,,144,64,0,,,,,,,,,,,gutim,7896 +bar,247,0,0,6323,4434,,0,1219.2850579999927,,,,,,,,,,247,,,,,,,,,,gutim,7897 +sec,247,1,0,6324,4434,,0,1219.2850579999927,,,,,,,,,,,5985,,,,,,,,,gutim,7898 +bpm,247,2,0,6325,4434,,0,1219.2850579999927,,1,,,,,,,,,,51,,,,,,,,gutim,7899 +non,247,5,1,6326,4434,2764,0,1219.2850579999927,0.294117647058824,16,1,E5,pp,8,144,76,8,,,,,,o,,,,,gutim,7900 +non,247,6,3,6327,4434,2764,,1219.2850579999927,0.05,8,0,D6,p,11,144,86,11,,,,g,,o,,,,,gutim,7901 +nof,247,6,3,6327,4435,,,1219.3350579999926,,,,,,,144,86,0,,,,,,,,,,,gutim,7901 +nof,246,3,4,6271,4436,,0,1219.3600579999925,,,,,,,144,24,0,,,,,,,,,,,gutim,7848 +non,247,7,3,6328,4437,2765,,1219.3600579999925,0.05,8,0,F5,p,11,144,77,11,,,,g,,o,,,,,gutim,7902 +nof,246,20,3,6288,4438,,576,1219.3600579999925,,,,,,,144,44,0,,,,,,,,,,,gutim,7864 +nof,247,7,3,6328,4439,,,1219.4100579999927,,,,,,,144,77,0,,,,,,,,,,,gutim,7902 +non,247,4,1,6329,4440,2766,,1219.4350579999928,0.05,8,0,C8,pp,8,144,108,8,,,,g,,o,,,,,gutim,7903 +nof,247,4,1,6329,4441,,,1219.4850579999927,,,,,,,144,108,0,,,,,,,,,,,gutim,7903 +non,247,8,3,6330,4442,2767,0,1219.5100579999928,1.17647058823529,4,0,C#5,p,11,144,73,11,,,,,,o,,,,,gutim,7904 +ped,247,3,0,6331,4443,,0,1219.5450579999929,,,,,,,176,64,127,,,,,,,V,,,,gutim,7905 +nof,247,5,1,6326,4444,,0,1219.579057999993,,,,,,,144,76,0,,,,,,,,,,,gutim,7900 +non,247,9,1,6332,4445,2768,64,1219.804057999993,0.0965073529411765,32,0,C8,p-,10,144,108,10,,,,,,o,,,,,gutim,7906 +nof,247,9,1,6332,4446,,64,1219.900057999993,,,,,,,144,108,0,,,,,,,,,,,gutim,7906 +non,247,10,1,6333,4446,2769,85,1219.900057999993,0.390625,8,0,E5,p-,10,144,76,10,,,,,,o,,,,,gutim,7907 +nof,247,10,1,6333,4447,,85,1220.291057999993,,,,,,,144,76,0,,,,,,,,,,,gutim,7907 +non,247,11,1,6334,4447,2770,170,1220.291057999993,0.101102941176471,32,0,G#4,p+,12,144,68,12,,,,,,o,,,e,,gutim,7908 +nof,247,11,1,6334,4448,,170,1220.392057999993,,,,,,,144,68,0,,,,,,,,,,,gutim,7908 +non,247,12,1,6335,4448,2771,192,1220.392057999993,0.0965073529411765,32,0,C#7,p+,12,144,97,12,,,,,,o,,,e,,gutim,7909 +nof,247,12,1,6335,4449,,192,1220.489057999993,,,,,,,144,97,0,,,,,,,,,,,gutim,7909 +non,247,13,1,6336,4449,2772,213,1220.489057999993,0.0965073529411765,32,0,C8,mp-,13,144,108,13,,,,,,o,,,e,,gutim,7910 +nof,247,13,1,6336,4450,,213,1220.585057999993,,,,,,,144,108,0,,,,,,,,,,,gutim,7910 +non,247,14,1,6337,4450,2773,234,1220.585057999993,0.101102941176471,32,0,C#7,mp-,13,144,97,13,,,,,,o,,,e,,gutim,7911 +nof,247,8,3,6330,4451,,0,1220.686057999993,,,,,,,144,73,0,,,,,,,,,,,gutim,7904 +nof,247,14,1,6337,4452,,234,1220.686057999993,,,,,,,144,97,0,,,,,,,,,,,gutim,7911 +non,247,15,1,6338,4452,2774,256,1220.686057999993,0.220588235294118,32,1,E5,mp-,13,144,76,13,,,,,,o,,,E 5986,,gutim,7912 +non,247,16,3,6339,4452,2774,256,1220.686057999993,1.17647058823529,4,0,A7,mp-,13,144,105,13,,,,,,o,,,,,gutim,7913 +nof,247,15,1,6338,4453,,256,1220.907057999993,,,,,,,144,76,0,,,,,,,,,,,gutim,7912 +non,247,17,1,6340,4453,2775,304,1220.907057999993,0.0735294117647059,64,0,G#4,mp,14,144,68,14,,,,,,o,,,,,gutim,7914 +nof,247,17,1,6340,4454,,304,1220.9800579999928,,,,,,,144,68,0,,,,,,,,,,,gutim,7914 +non,247,18,1,6341,4454,2776,320,1220.9800579999928,0.0735294117647059,64,0,C#7,mp,14,144,97,14,,,,,,o,,,,,gutim,7915 +nof,247,18,1,6341,4455,,320,1221.054057999993,,,,,,,144,97,0,,,,,,,,,,,gutim,7915 +non,247,19,1,6342,4455,2777,336,1221.054057999993,0.0735294117647059,64,0,Bb7,mp+,15,144,106,15,,,,,,o,,,,,gutim,7916 +nof,247,19,1,6342,4456,,336,1221.1270579999928,,,,,,,144,106,0,,,,,,,,,,,gutim,7916 +non,247,20,1,6343,4456,2778,352,1221.1270579999928,0.0735294117647059,64,0,C8,mp+,15,144,108,15,,,,,,o,,,,,gutim,7917 +nof,247,20,1,6343,4457,,352,1221.2010579999928,,,,,,,144,108,0,,,,,,,,,,,gutim,7917 +non,247,21,1,6344,4457,2779,368,1221.2010579999928,0.0735294117647059,64,0,C#7,mp+,15,144,97,15,,,,,,o,,,,,gutim,7918 +nof,247,21,1,6344,4458,,368,1221.274057999993,,,,,,,144,97,0,,,,,,,,,,,gutim,7918 +non,247,22,1,6345,4458,2780,384,1221.274057999993,0.147058823529412,32,0,C8,mf-,16,144,108,16,,,,,,o,,,,,gutim,7919 +nof,247,22,1,6345,4459,,384,1221.4210579999929,,,,,,,144,108,0,,,,,,,,,,,gutim,7919 +non,247,23,1,6346,4459,2781,416,1221.4210579999929,0.0735294117647059,64,0,C#7,mf-,16,144,97,16,,,,,,o,,,,,gutim,7920 +nof,247,23,1,6346,4460,,416,1221.495057999993,,,,,,,144,97,0,,,,,,,,,,,gutim,7920 +non,247,24,1,6347,4460,2782,432,1221.495057999993,0.147058823529412,32,0,E4,mf-,16,144,64,16,,,,,,o,,,,,gutim,7921 +nof,247,24,1,6347,4461,,432,1221.6420579999929,,,,,,,144,64,0,,,,,,,,,,,gutim,7921 +non,247,25,1,6348,4461,2783,464,1221.6420579999929,0.0735294117647059,64,0,G#3,mf,17,144,56,17,,,,,,o,,,,,gutim,7922 +non,247,26,1,6349,4462,2784,480,1221.716057999993,0.0735294117647059,64,0,C#6,mf,17,144,85,17,,,,,,o,,,,,gutim,7923 +nof,247,26,1,6349,4463,,480,1221.789057999993,,,,,,,144,85,0,,,,,,,,,,,gutim,7923 +non,247,27,1,6350,4463,2785,496,1221.789057999993,0.0735294117647059,64,0,A#6,mf,17,144,94,17,,,,,,o,,,,,gutim,7924 +nof,247,25,1,6348,4464,,464,1221.791057999993,,,,,,,144,56,0,,,,,,,,,,,gutim,7922 +nof,247,27,1,6350,4465,,496,1221.863057999993,,,,,,,144,94,0,,,,,,,,,,,gutim,7924 +non,247,28,1,6351,4465,2786,,1221.863057999993,0.05,8,0,D6,mp,14,144,86,14,,,,g,,o,,,,,gutim,7925 +nof,247,28,1,6351,4466,,,1221.913057999993,,,,,,,144,86,0,,,,,,,,,,,gutim,7925 +nof,247,16,3,6339,4467,,256,1221.9380579999931,,,,,,,144,105,0,,,,,,,,,,,gutim,7913 +non,247,29,1,6352,4468,2787,,1221.9380579999931,0.05,8,0,F5,mp,14,144,77,14,,,,g,,o,,,,,gutim,7926 +nof,247,29,1,6352,4469,,,1221.988057999993,,,,,,,144,77,0,,,,,,,,,,,gutim,7926 +non,247,30,1,6353,4470,2788,512,1222.0130579999932,0.882352941176471,8,1,C#5,mp,14,144,73,14,,,,,,o,,,,,gutim,7927 +non,247,34,3,6354,4470,2788,512,1222.0130579999932,0.588235294117647,8,0,E3,mp,14,144,52,14,,,,,,o,,,,,gutim,7928 +nof,247,34,3,6354,4471,,512,1222.6010579999934,,,,,,,144,52,0,,,,,,,,,,,gutim,7928 +non,247,35,3,6355,4471,2789,640,1222.6010579999934,0.0735294117647059,64,0,Db4,mf,17,144,61,17,,,,,,o,,,,,gutim,7929 +nof,247,35,3,6355,4472,,640,1222.6740579999932,,,,,,,144,61,0,,,,,,,,,,,gutim,7929 +non,247,36,3,6356,4472,2790,656,1222.6740579999932,0.0735294117647059,64,0,C5,mf+,18,144,72,18,,,,,,o,,,,,gutim,7930 +nof,247,36,3,6356,4473,,656,1222.7480579999933,,,,,,,144,72,0,,,,,,,,,,,gutim,7930 +non,247,37,3,6357,4473,2791,672,1222.7480579999933,0.147058823529412,32,0,Db4,mf+,18,144,61,18,,,,,,o,,,,,gutim,7931 +nof,247,30,1,6353,4474,,512,1222.8950579999932,,,,,,,144,73,0,,,,,,,,,,,gutim,7927 +nof,247,37,3,6357,4475,,672,1222.8950579999932,,,,,,,144,61,0,,,,,,,,,,,gutim,7931 +non,247,38,1,6358,4475,2792,704,1222.8950579999932,0.294117647058824,16,0,A4,f-,19,144,69,19,,,,,,o,,,,,gutim,7932 +non,247,39,3,6359,4475,2792,704,1222.8950579999932,0.220588235294118,32,1,E3,f-,19,144,52,19,,,,,,o,,,,,gutim,7933 +nof,247,39,3,6359,4476,,704,1223.1160579999932,,,,,,,144,52,0,,,,,,,,,,,gutim,7933 +non,247,40,3,6360,4476,2793,752,1223.1160579999932,0.0735294117647059,64,0,G#2,f,20,144,44,20,,,,,,o,,,,,gutim,7934 +nof,247,38,1,6358,4477,,704,1223.189057999993,,,,,,,144,69,0,,,,,,,,,,,gutim,7932 +nof,247,40,3,6360,4478,,752,1223.189057999993,,,,,,,144,44,0,,,,,,,,,,,gutim,7934 +non,247,41,1,6361,4478,2794,768,1223.189057999993,0.294117647058824,16,1,A6,mp,14,144,93,14,,,,,,o,,,,,gutim,7935 +non,247,42,3,6362,4478,2794,768,1223.189057999993,1.17647058823529,4,0,C#2,mf,17,144,37,17,,,,,,o,,,,,gutim,7936 +nof,247,41,1,6361,4479,,768,1223.483057999993,,,,,,,144,93,0,,,,,,,,,,,gutim,7935 +non,247,43,1,6363,4479,2795,832,1223.483057999993,0.0965073529411765,32,0,F#5,mp,14,144,78,14,,,,,,o,,,,,gutim,7937 +nof,247,43,1,6363,4480,,832,1223.580057999993,,,,,,,144,78,0,,,,,,,,,,,gutim,7937 +non,247,44,1,6364,4480,2796,853,1223.580057999993,0.0965073529411765,32,0,G#3,mp+,15,144,56,15,,,,,,o,,,,,gutim,7938 +nof,247,44,1,6364,4481,,853,1223.676057999993,,,,,,,144,56,0,,,,,,,,,,,gutim,7938 +non,247,45,1,6365,4481,2797,874,1223.676057999993,0.101102941176471,32,0,F#5,mf,17,144,78,17,,,,,,o,,,,,gutim,7939 +nof,247,45,1,6365,4482,,874,1223.7770579999928,,,,,,,144,78,0,,,,,,,,,,,gutim,7939 +non,247,46,1,6366,4482,2798,896,1223.7770579999928,0.0965073529411765,32,0,C4,mf+,18,144,60,18,,,,,,o,,,,,gutim,7940 +nof,247,46,1,6366,4483,,896,1223.8740579999928,,,,,,,144,60,0,,,,,,,,,,,gutim,7940 +non,247,47,1,6367,4483,2799,917,1223.8740579999928,0.0965073529411765,32,0,A4,f-,19,144,69,19,,,,,,o,,,,,gutim,7941 +nof,247,47,1,6367,4484,,917,1223.9700579999928,,,,,,,144,69,0,,,,,,,,,,,gutim,7941 +ped,247,48,0,6368,4484,,938,1223.9700579999928,,,,,,,176,64,0,,,,,,,^,,,,gutim,7905 +non,247,49,1,6369,4484,2800,938,1223.9700579999928,0.101102941176471,32,0,C4,f+,21,144,60,21,,,,,,o,,,,,gutim,7942 +nof,247,49,1,6369,4485,,938,1224.0710579999927,,,,,,,144,60,0,,,,,,,,,,,gutim,7942 +non,247,50,1,6370,4485,2801,960,1224.0710579999927,0.0735294117647059,64,1,E3,ff,22,144,52,22,,,,,,o,,d,,,gutim,7943 +non,247,51,1,6371,4485,2801,960,1224.0710579999927,0.0735294117647059,64,1,C5,p,11,144,72,11,,,,,,o,,d,,,gutim,7944 +nof,247,50,1,6370,4486,,960,1224.1450579999928,,,,,,,144,52,0,,,,,,,,,,,gutim,7943 +nof,247,51,1,6371,4486,,960,1224.1450579999928,,,,,,,144,72,0,,,,,,,,,,,gutim,7944 +non,247,52,1,6372,4486,2802,976,1224.1450579999928,0.0735294117647059,64,1,C#4,p,11,144,61,11,,,,,,o,,d,,,gutim,7945 +nof,247,52,1,6372,4487,,976,1224.2190579999929,,,,,,,144,61,0,,,,,,,,,,,gutim,7945 +non,247,53,1,6373,4487,2803,992,1224.2190579999929,0.0735294117647059,64,1,E2,p,11,144,40,11,,,,,,o,,d,,,gutim,7946 +nof,247,53,1,6373,4488,,992,1224.2920579999927,,,,,,,144,40,0,,,,,,,,,,,gutim,7946 +non,247,54,1,6374,4488,2804,1008,1224.2920579999927,0.0735294117647059,64,1,G#1,p,11,144,32,11,,,,,,o,,D 5986,,,gutim,7947 +sec,247,55,0,6375,4488,,1008,1224.2920579999927,,,,,,,,,,,5986,,,,,,,,,gutim,7948 +nof,247,42,3,6362,4489,,768,1224.3660579999928,,,,,,,144,37,0,,,,,,,,,,,gutim,7936 +nof,247,54,1,6374,4490,,1008,1224.3660579999928,,,,,,,144,32,0,,,,,,,,,,,gutim,7947 +non,,,,,,,0,1224.3660579999928,,,,G#5,,,144,80,7,,,,,,,,,,,65_1,7949 +non,,,,,,,0,1224.3660579999928,,,,F#4,,,144,66,7,,,,,,,,,,,65_1,7950 +non,,,,,,,0,1224.3660579999928,,,,D4,,,144,62,7,,,,,,,,,,,65_1,7951 +non,,,,,,,0,1224.3660579999928,,,,A#3,,,144,58,7,,,,,,,,,,,65_1,7952 +non,,,,,,,0,1224.3660579999928,,,,E3,,,144,52,7,,,,,,,,,,,65_1,7953 +ctl,,,,,,,0,1224.3660579999928,,,,,,,176,64,127,,,,,,,,,,,65_1,7954 +nof,,,,,,,60,1224.5048979999929,,,,,,,144,66,0,,,,,,,,,,,65_1,7950 +nof,,,,,,,0,1224.5048979999929,,,,,,,144,80,0,,,,,,,,,,,65_1,7949 +non,,,,,,,0,1224.5048979999929,,,,A5,,,144,81,7,,,,,,,,,,,65_1,7955 +non,,,,,,,0,1224.5048979999929,,,,G4,,,144,67,7,,,,,,,,,,,65_1,7956 +nof,,,,,,,60,1224.6437379999927,,,,,,,144,67,0,,,,,,,,,,,65_1,7956 +nof,,,,,,,0,1224.6437379999927,,,,,,,144,81,0,,,,,,,,,,,65_1,7955 +non,,,,,,,0,1224.6437379999927,,,,A#5,,,144,82,7,,,,,,,,,,,65_1,7957 +non,,,,,,,0,1224.6437379999927,,,,G#4,,,144,68,7,,,,,,,,,,,65_1,7958 +ctl,,,,,,,120,1224.6437379999927,,,,,,,176,64,0,,,,,,,,,,,65_1,7959 +nof,,,,,,,60,1224.7825779999928,,,,,,,144,68,0,,,,,,,,,,,65_1,7958 +nof,,,,,,,0,1224.7825779999928,,,,,,,144,82,0,,,,,,,,,,,65_1,7957 +non,,,,,,,0,1224.7825779999928,,,,B5,,,144,83,7,,,,,,,,,,,65_1,7960 +non,,,,,,,0,1224.7825779999928,,,,A4,,,144,69,7,,,,,,,,,,,65_1,7961 +nof,,,,,,,180,1224.7825779999928,,,,,,,144,52,0,,,,,,,,,,,65_1,7953 +nof,,,,,,,0,1224.7825779999928,,,,,,,144,58,0,,,,,,,,,,,65_1,7952 +nof,,,,,,,0,1224.7825779999928,,,,,,,144,62,0,,,,,,,,,,,65_1,7951 +non,,,,,,,0,1224.7825779999928,,,,F4,,,144,65,7,,,,,,,,,,,65_1,7962 +non,,,,,,,0,1224.7825779999928,,,,G3,,,144,55,7,,,,,,,,,,,65_1,7963 +non,,,,,,,0,1224.7825779999928,,,,C#3,,,144,49,7,,,,,,,,,,,65_1,7964 +ctl,,,,,,,60,1224.7825779999928,,,,,,,176,64,127,,,,,,,,,,,65_1,7965 +nof,,,,,,,60,1224.9214179999929,,,,,,,144,69,0,,,,,,,,,,,65_1,7961 +nof,,,,,,,0,1224.9214179999929,,,,,,,144,83,0,,,,,,,,,,,65_1,7960 +non,,,,,,,0,1224.9214179999929,,,,C6,,,144,84,7,,,,,,,,,,,65_1,7966 +non,,,,,,,0,1224.9214179999929,,,,A#4,,,144,70,7,,,,,,,,,,,65_1,7967 +nof,,,,,,,60,1225.0602579999927,,,,,,,144,70,0,,,,,,,,,,,65_1,7967 +nof,,,,,,,0,1225.0602579999927,,,,,,,144,84,0,,,,,,,,,,,65_1,7966 +non,,,,,,,0,1225.0602579999927,,,,C#6,,,144,85,7,,,,,,,,,,,65_1,7968 +non,,,,,,,0,1225.0602579999927,,,,B4,,,144,71,7,,,,,,,,,,,65_1,7969 +ctl,,,,,,,120,1225.0602579999927,,,,,,,176,64,0,,,,,,,,,,,65_1,7970 +non,,,,,,,135,1225.0949679999928,,,,A#2,,,144,46,7,,,,,,,,,,,65_1,7971 +non,,,,,,,15,1225.1296779999927,,,,E3,,,144,52,7,,,,,,,,,,,65_1,7972 +non,,,,,,,15,1225.1643879999929,,,,D4,,,144,62,7,,,,,,,,,,,65_1,7973 +nof,,,,,,,60,1225.1990979999928,,,,,,,144,71,0,,,,,,,,,,,65_1,7969 +nof,,,,,,,0,1225.1990979999928,,,,,,,144,85,0,,,,,,,,,,,65_1,7968 +non,,,,,,,0,1225.1990979999928,,,,D6,,,144,86,9,,,,,,,,,,,65_1,7974 +non,,,,,,,0,1225.1990979999928,,,,C5,,,144,72,9,,,,,,,,,,,65_1,7975 +nof,,,,,,,15,1225.1990979999928,,,,,,,144,49,0,,,,,,,,,,,65_1,7964 +nof,,,,,,,0,1225.1990979999928,,,,,,,144,65,0,,,,,,,,,,,65_1,7962 +nof,,,,,,,0,1225.1990979999928,,,,,,,144,55,0,,,,,,,,,,,65_1,7963 +non,,,,,,,0,1225.1990979999928,,,,G#4,,,144,68,9,,,,,,,,,,,65_1,7976 +ctl,,,,,,,60,1225.1990979999928,,,,,,,176,64,127,,,,,,,,,,,65_1,7977 +nof,,,,,,,60,1225.3379379999928,,,,,,,144,72,0,,,,,,,,,,,65_1,7975 +nof,,,,,,,0,1225.3379379999928,,,,,,,144,86,0,,,,,,,,,,,65_1,7974 +non,,,,,,,0,1225.3379379999928,,,,D#6,,,144,87,11,,,,,,,,,,,65_1,7978 +non,,,,,,,0,1225.3379379999928,,,,C#5,,,144,73,11,,,,,,,,,,,65_1,7979 +nof,,,,,,,60,1225.4767779999927,,,,,,,144,73,0,,,,,,,,,,,65_1,7979 +nof,,,,,,,0,1225.4767779999927,,,,,,,144,87,0,,,,,,,,,,,65_1,7978 +non,,,,,,,0,1225.4767779999927,,,,E6,,,144,88,13,,,,,,,,,,,65_1,7980 +non,,,,,,,0,1225.4767779999927,,,,D5,,,144,74,13,,,,,,,,,,,65_1,7981 +ctl,,,,,,,120,1225.4767779999927,,,,,,,176,64,0,,,,,,,,,,,65_1,7982 +nof,,,,,,,60,1225.6156179999928,,,,,,,144,74,0,,,,,,,,,,,65_1,7981 +nof,,,,,,,0,1225.6156179999928,,,,,,,144,88,0,,,,,,,,,,,65_1,7980 +non,,,,,,,0,1225.6156179999928,,,,F6,,,144,89,15,,,,,,,,,,,65_1,7983 +non,,,,,,,0,1225.6156179999928,,,,D#5,,,144,75,15,,,,,,,,,,,65_1,7984 +nof,,,,,,,180,1225.6156179999928,,,,,,,144,68,0,,,,,,,,,,,65_1,7976 +nof,,,,,,,0,1225.6156179999928,,,,,,,144,62,0,,,,,,,,,,,65_1,7973 +nof,,,,,,,0,1225.6156179999928,,,,,,,144,52,0,,,,,,,,,,,65_1,7972 +nof,,,,,,,0,1225.6156179999928,,,,,,,144,46,0,,,,,,,,,,,65_1,7971 +non,,,,,,,0,1225.6156179999928,,,,B4,,,144,71,15,,,,,,,,,,,65_1,7985 +non,,,,,,,0,1225.6156179999928,,,,F4,,,144,65,15,,,,,,,,,,,65_1,7986 +non,,,,,,,0,1225.6156179999928,,,,B3,,,144,59,15,,,,,,,,,,,65_1,7987 +ctl,,,,,,,60,1225.6156179999928,,,,,,,176,64,127,,,,,,,,,,,65_1,7988 +nof,,,,,,,60,1225.7544579999928,,,,,,,144,75,0,,,,,,,,,,,65_1,7984 +nof,,,,,,,0,1225.7544579999928,,,,,,,144,89,0,,,,,,,,,,,65_1,7983 +non,,,,,,,0,1225.7544579999928,,,,F#6,,,144,90,17,,,,,,,,,,,65_1,7989 +non,,,,,,,0,1225.7544579999928,,,,E5,,,144,76,17,,,,,,,,,,,65_1,7990 +nof,,,,,,,90,1225.8238779999929,,,,,,,144,59,0,,,,,,,,,,,65_1,7987 +nof,,,,,,,0,1225.8238779999929,,,,,,,144,65,0,,,,,,,,,,,65_1,7986 +nof,,,,,,,0,1225.8238779999929,,,,,,,144,71,0,,,,,,,,,,,65_1,7985 +non,,,,,,,0,1225.8238779999929,,,,G2,,,144,43,17,,,,,,,,,,,65_1,7991 +non,,,,,,,0,1225.8238779999929,,,,C#3,,,144,49,17,,,,,,,,,,,65_1,7992 +nof,,,,,,,60,1225.8932979999927,,,,,,,144,76,0,,,,,,,,,,,65_1,7990 +nof,,,,,,,0,1225.8932979999927,,,,,,,144,90,0,,,,,,,,,,,65_1,7989 +non,,,,,,,0,1225.8932979999927,,,,G6,,,144,91,18,,,,,,,,,,,65_1,7993 +non,,,,,,,0,1225.8932979999927,,,,F5,,,144,77,18,,,,,,,,,,,65_1,7994 +ctl,,,,,,,120,1225.8932979999927,,,,,,,176,64,0,,,,,,,,,,,65_1,7995 +nof,,,,,,,60,1226.0321379999928,,,,,,,144,77,0,,,,,,,,,,,65_1,7994 +nof,,,,,,,0,1226.0321379999928,,,,,,,144,91,0,,,,,,,,,,,65_1,7993 +non,,,,,,,0,1226.0321379999928,,,,G#6,,,144,92,18,,,,,,,,,,,65_1,7996 +non,,,,,,,0,1226.0321379999928,,,,F#5,,,144,78,18,,,,,,,,,,,65_1,7997 +nof,,,,,,,90,1226.0321379999928,,,,,,,144,49,0,,,,,,,,,,,65_1,7992 +nof,,,,,,,0,1226.0321379999928,,,,,,,144,43,0,,,,,,,,,,,65_1,7991 +non,,,,,,,0,1226.0321379999928,,,,E2,,,144,40,18,,,,,,,,,,,65_1,7998 +ctl,,,,,,,60,1226.0321379999928,,,,,,,176,64,127,,,,,,,,,,,65_1,7999 +nof,,,,,,,45,1226.1362679999927,,,,,,,144,40,0,,,,,,,,,,,65_1,7998 +non,,,,,,,0,1226.1362679999927,,,,A#2,,,144,46,18,,,,,,,,,,,65_1,8000 +nof,,,,,,,60,1226.1709779999928,,,,,,,144,78,0,,,,,,,,,,,65_1,7997 +nof,,,,,,,0,1226.1709779999928,,,,,,,144,92,0,,,,,,,,,,,65_1,7996 +non,,,,,,,0,1226.1709779999928,,,,G#6,,,144,92,17,,,,,,,,,,,65_1,8001 +non,,,,,,,0,1226.1709779999928,,,,F#5,,,144,78,17,,,,,,,,,,,65_1,8002 +nof,,,,,,,45,1226.2403979999929,,,,,,,144,46,0,,,,,,,,,,,65_1,8000 +non,,,,,,,0,1226.2403979999929,,,,G#3,,,144,56,17,,,,,,,,,,,65_1,8003 +nof,,,,,,,60,1226.309817999993,,,,,,,144,78,0,,,,,,,,,,,65_1,8002 +nof,,,,,,,0,1226.309817999993,,,,,,,144,92,0,,,,,,,,,,,65_1,8001 +non,,,,,,,0,1226.309817999993,,,,G#6,,,144,92,15,,,,,,,,,,,65_1,8004 +non,,,,,,,0,1226.309817999993,,,,F#5,,,144,78,15,,,,,,,,,,,65_1,8005 +nof,,,,,,,45,1226.3445279999928,,,,,,,144,56,0,,,,,,,,,,,65_1,8003 +non,,,,,,,0,1226.3445279999928,,,,D4,,,144,62,15,,,,,,,,,,,65_1,8006 +nof,,,,,,,60,1226.4486579999927,,,,,,,144,78,0,,,,,,,,,,,65_1,8005 +nof,,,,,,,0,1226.4486579999927,,,,,,,144,92,0,,,,,,,,,,,65_1,8004 +non,,,,,,,0,1226.4486579999927,,,,G#6,,,144,92,13,,,,,,,,,,,65_1,8007 +non,,,,,,,0,1226.4486579999927,,,,F#5,,,144,78,13,,,,,,,,,,,65_1,8008 +nof,,,,,,,45,1226.4486579999927,,,,,,,144,62,0,,,,,,,,,,,65_1,8006 +non,,,,,,,0,1226.4486579999927,,,,C5,,,144,72,13,,,,,,,,,,,65_1,8009 +nof,,,,,,,60,1226.5874979999928,,,,,,,144,78,0,,,,,,,,,,,65_1,8008 +nof,,,,,,,0,1226.5874979999928,,,,,,,144,92,0,,,,,,,,,,,65_1,8007 +non,,,,,,,0,1226.5874979999928,,,,G#6,,,144,92,11,,,,,,,,,,,65_1,8010 +non,,,,,,,0,1226.5874979999928,,,,F#5,,,144,78,11,,,,,,,,,,,65_1,8011 +nof,,,,,,,60,1226.726337999993,,,,,,,144,78,0,,,,,,,,,,,65_1,8011 +nof,,,,,,,0,1226.726337999993,,,,,,,144,92,0,,,,,,,,,,,65_1,8010 +non,,,,,,,0,1226.726337999993,,,,G#6,,,144,92,9,,,,,,,,,,,65_1,8012 +non,,,,,,,0,1226.726337999993,,,,F#5,,,144,78,9,,,,,,,,,,,65_1,8013 +nof,,,,,,,60,1226.8651779999927,,,,,,,144,78,0,,,,,,,,,,,65_1,8013 +nof,,,,,,,0,1226.8651779999927,,,,,,,144,92,0,,,,,,,,,,,65_1,8012 +non,,,,,,,0,1226.8651779999927,,,,G#6,,,144,92,7,,,,,,,,,,,65_1,8014 +non,,,,,,,0,1226.8651779999927,,,,F#5,,,144,78,7,,,,,,,,,,,65_1,8015 +nof,,,,,,,60,1227.0040179999928,,,,,,,144,78,0,,,,,,,,,,,65_1,8015 +nof,,,,,,,0,1227.0040179999928,,,,,,,144,92,0,,,,,,,,,,,65_1,8014 +non,,,,,,,0,1227.0040179999928,,,,G#6,,,144,92,7,,,,,,,,,,,65_1,8016 +non,,,,,,,0,1227.0040179999928,,,,F#5,,,144,78,7,,,,,,,,,,,65_1,8017 +nof,,,,,,,60,1227.1428579999929,,,,,,,144,78,0,,,,,,,,,,,65_1,8017 +nof,,,,,,,0,1227.1428579999929,,,,,,,144,92,0,,,,,,,,,,,65_1,8016 +non,,,,,,,0,1227.1428579999929,,,,G#6,,,144,92,7,,,,,,,,,,,65_1,8018 +non,,,,,,,0,1227.1428579999929,,,,F#5,,,144,78,7,,,,,,,,,,,65_1,8019 +nof,,,,,,,60,1227.2816979999927,,,,,,,144,78,0,,,,,,,,,,,65_1,8019 +nof,,,,,,,0,1227.2816979999927,,,,,,,144,92,0,,,,,,,,,,,65_1,8018 +non,,,,,,,0,1227.2816979999927,,,,G#6,,,144,92,7,,,,,,,,,,,65_1,8020 +non,,,,,,,0,1227.2816979999927,,,,F#5,,,144,78,7,,,,,,,,,,,65_1,8021 +nof,,,,,,,360,1227.2816979999927,,,,,,,144,72,0,,,,,,,,,,,65_1,8009 +non,,,,,,,0,1227.2816979999927,,,,C5,,,144,72,7,,,,,,,,,,,65_1,8022 +nof,,,,,,,60,1227.4205379999928,,,,,,,144,78,0,,,,,,,,,,,65_1,8021 +nof,,,,,,,0,1227.4205379999928,,,,,,,144,92,0,,,,,,,,,,,65_1,8020 +non,,,,,,,0,1227.4205379999928,,,,G#6,,,144,92,7,,,,,,,,,,,65_1,8023 +non,,,,,,,0,1227.4205379999928,,,,F#5,,,144,78,7,,,,,,,,,,,65_1,8024 +nof,,,,,,,60,1227.5593779999929,,,,,,,144,78,0,,,,,,,,,,,65_1,8024 +nof,,,,,,,0,1227.5593779999929,,,,,,,144,92,0,,,,,,,,,,,65_1,8023 +non,,,,,,,0,1227.5593779999929,,,,G#6,,,144,92,7,,,,,,,,,,,65_1,8025 +non,,,,,,,0,1227.5593779999929,,,,F#5,,,144,78,7,,,,,,,,,,,65_1,8026 +ctl,,,,,,,660,1227.5593779999929,,,,,,,176,64,0,,,,,,,,,,,65_1,8027 +nof,,,,,,,60,1227.6982179999927,,,,,,,144,78,0,,,,,,,,,,,65_1,8026 +nof,,,,,,,0,1227.6982179999927,,,,,,,144,92,0,,,,,,,,,,,65_1,8025 +nof,,,,,,,180,1227.6982179999927,,,,,,,144,72,0,,,,,,,,,,,65_1,8022 +non,,,,,,,0,1227.6982179999927,,,,G4,,,144,67,7,,,,,,,,,,,65_1,8028 +non,,,,,,,1440,1227.6982179999927,,,,G#3,,,144,56,7,,,,,,,,,,,65_1,8029 +non,,,,,,,0,1227.6982179999927,,,,D4,,,144,62,7,,,,,,,,,,,65_1,8030 +ctl,,,,,,,60,1227.6982179999927,,,,,,,176,64,127,,,,,,,,,,,65_1,8031 +non,,,,,,,60,1227.8370579999928,,,,G#6,,,144,92,7,,,,,,,,,,,65_1,8032 +non,,,,,,,0,1227.8370579999928,,,,F#5,,,144,78,7,,,,,,,,,,,65_1,8033 +nof,,,,,,,60,1227.8370579999928,,,,,,,144,67,0,,,,,,,,,,,65_1,8028 +non,,,,,,,0,1227.8370579999928,,,,F#4,,,144,66,7,,,,,,,,,,,65_1,8034 +nof,,,,,,,60,1227.9758979999929,,,,,,,144,78,0,,,,,,,,,,,65_1,8033 +nof,,,,,,,0,1227.9758979999929,,,,,,,144,92,0,,,,,,,,,,,65_1,8032 +non,,,,,,,0,1227.9758979999929,,,,G#6,,,144,92,7,,,,,,,,,,,65_1,8035 +non,,,,,,,0,1227.9758979999929,,,,F#5,,,144,78,7,,,,,,,,,,,65_1,8036 +nof,,,,,,,60,1227.9758979999929,,,,,,,144,66,0,,,,,,,,,,,65_1,8034 +nof,,,,,,,120,1227.9758979999929,,,,,,,144,62,0,,,,,,,,,,,65_1,8030 +nof,,,,,,,0,1227.9758979999929,,,,,,,144,56,0,,,,,,,,,,,65_1,8029 +non,,,,,,,0,1227.9758979999929,,,,A#2,,,144,46,7,,,,,,,,,,,65_1,8037 +nof,,,,,,,60,1228.1147379999927,,,,,,,144,78,0,,,,,,,,,,,65_1,8036 +nof,,,,,,,0,1228.1147379999927,,,,,,,144,92,0,,,,,,,,,,,65_1,8035 +non,,,,,,,0,1228.1147379999927,,,,C5,,,144,72,7,,,,,,,,,,,65_1,8038 +non,,,,,,,0,1228.1147379999927,,,,D6,,,144,86,7,,,,,,,,,,,65_1,8039 +nof,,,,,,,60,1228.1147379999927,,,,,,,144,46,0,,,,,,,,,,,65_1,8037 +nof,,,,,,,60,1228.2535779999928,,,,,,,144,86,0,,,,,,,,,,,65_1,8039 +nof,,,,,,,0,1228.2535779999928,,,,,,,144,72,0,,,,,,,,,,,65_1,8038 +non,,,,,,,0,1228.2535779999928,,,,C5,,,144,72,7,,,,,,,,,,,65_1,8040 +non,,,,,,,0,1228.2535779999928,,,,D6,,,144,86,7,,,,,,,,,,,65_1,8041 +non,,,,,,,120,1228.2535779999928,,,,F#4,,,144,66,7,,,,,,,,,,,65_1,8042 +non,,,,,,,60,1228.2535779999928,,,,D4,,,144,62,7,,,,,,,,,,,65_1,8043 +non,,,,,,,0,1228.2535779999928,,,,G#3,,,144,56,7,,,,,,,,,,,65_1,8044 +nof,,,,,,,60,1228.3924179999929,,,,,,,144,86,0,,,,,,,,,,,65_1,8041 +nof,,,,,,,0,1228.3924179999929,,,,,,,144,72,0,,,,,,,,,,,65_1,8040 +non,,,,,,,0,1228.3924179999929,,,,B4,,,144,71,7,,,,,,,,,,,65_1,8045 +non,,,,,,,0,1228.3924179999929,,,,C#6,,,144,85,7,,,,,,,,,,,65_1,8046 +nof,,,,,,,60,1228.3924179999929,,,,,,,144,66,0,,,,,,,,,,,65_1,8042 +non,,,,,,,0,1228.3924179999929,,,,F4,,,144,65,7,,,,,,,,,,,65_1,8047 +nof,,,,,,,60,1228.5312579999927,,,,,,,144,85,0,,,,,,,,,,,65_1,8046 +nof,,,,,,,0,1228.5312579999927,,,,,,,144,71,0,,,,,,,,,,,65_1,8045 +non,,,,,,,0,1228.5312579999927,,,,D6,,,144,86,7,,,,,,,,,,,65_1,8048 +non,,,,,,,0,1228.5312579999927,,,,C5,,,144,72,7,,,,,,,,,,,65_1,8049 +nof,,,,,,,60,1228.5312579999927,,,,,,,144,65,0,,,,,,,,,,,65_1,8047 +non,,,,,,,0,1228.5312579999927,,,,F#4,,,144,66,7,,,,,,,,,,,65_1,8050 +nof,,,,,,,60,1228.6700979999928,,,,,,,144,72,0,,,,,,,,,,,65_1,8049 +nof,,,,,,,0,1228.6700979999928,,,,,,,144,86,0,,,,,,,,,,,65_1,8048 +non,,,,,,,0,1228.6700979999928,,,,C#6,,,144,85,7,,,,,,,,,,,65_1,8051 +non,,,,,,,0,1228.6700979999928,,,,B4,,,144,71,7,,,,,,,,,,,65_1,8052 +nof,,,,,,,60,1228.8089379999928,,,,,,,144,71,0,,,,,,,,,,,65_1,8052 +nof,,,,,,,0,1228.8089379999928,,,,,,,144,85,0,,,,,,,,,,,65_1,8051 +non,,,,,,,0,1228.8089379999928,,,,C6,,,144,84,7,,,,,,,,,,,65_1,8053 +non,,,,,,,0,1228.8089379999928,,,,A#4,,,144,70,7,,,,,,,,,,,65_1,8054 +ctl,,,,,,,480,1228.8089379999928,,,,,,,176,64,0,,,,,,,,,,,65_1,8055 +nof,,,,,,,60,1228.9477779999927,,,,,,,144,70,0,,,,,,,,,,,65_1,8054 +nof,,,,,,,0,1228.9477779999927,,,,,,,144,84,0,,,,,,,,,,,65_1,8053 +non,,,,,,,0,1228.9477779999927,,,,B5,,,144,83,7,,,,,,,,,,,65_1,8056 +non,,,,,,,0,1228.9477779999927,,,,A4,,,144,69,7,,,,,,,,,,,65_1,8057 +nof,,,,,,,180,1228.9477779999927,,,,,,,144,66,0,,,,,,,,,,,65_1,8050 +non,,,,,,,0,1228.9477779999927,,,,F4,,,144,65,7,,,,,,,,,,,65_1,8058 +nof,,,,,,,300,1228.9477779999927,,,,,,,144,56,0,,,,,,,,,,,65_1,8044 +nof,,,,,,,0,1228.9477779999927,,,,,,,144,62,0,,,,,,,,,,,65_1,8043 +non,,,,,,,0,1228.9477779999927,,,,C#3,,,144,49,7,,,,,,,,,,,65_1,8059 +non,,,,,,,0,1228.9477779999927,,,,G3,,,144,55,7,,,,,,,,,,,65_1,8060 +ctl,,,,,,,60,1228.9477779999927,,,,,,,176,64,127,,,,,,,,,,,65_1,8061 +nof,,,,,,,60,1229.0866179999928,,,,,,,144,69,0,,,,,,,,,,,65_1,8057 +nof,,,,,,,0,1229.0866179999928,,,,,,,144,83,0,,,,,,,,,,,65_1,8056 +non,,,,,,,0,1229.0866179999928,,,,C6,,,144,84,7,,,,,,,,,,,65_1,8062 +non,,,,,,,0,1229.0866179999928,,,,A#4,,,144,70,7,,,,,,,,,,,65_1,8063 +nof,,,,,,,60,1229.2254579999928,,,,,,,144,70,0,,,,,,,,,,,65_1,8063 +nof,,,,,,,0,1229.2254579999928,,,,,,,144,84,0,,,,,,,,,,,65_1,8062 +non,,,,,,,0,1229.2254579999928,,,,C#6,,,144,85,7,,,,,,,,,,,65_1,8064 +non,,,,,,,0,1229.2254579999928,,,,B4,,,144,71,7,,,,,,,,,,,65_1,8065 +ctl,,,,,,,120,1229.2254579999928,,,,,,,176,64,0,,,,,,,,,,,65_1,8066 +nof,,,,,,,60,1229.3642979999927,,,,,,,144,71,0,,,,,,,,,,,65_1,8065 +nof,,,,,,,0,1229.3642979999927,,,,,,,144,85,0,,,,,,,,,,,65_1,8064 +nof,,,,,,,180,1229.3642979999927,,,,,,,144,65,0,,,,,,,,,,,65_1,8058 +non,,,,,,,0,1229.3642979999927,,,,G4,,,144,67,7,,,,,,,,,,,65_1,8067 +nof,,,,,,,180,1229.3642979999927,,,,,,,144,55,0,,,,,,,,,,,65_1,8060 +nof,,,,,,,0,1229.3642979999927,,,,,,,144,49,0,,,,,,,,,,,65_1,8059 +non,,,,,,,0,1229.3642979999927,,,,G#3,,,144,56,7,,,,,,,,,,,65_1,8068 +non,,,,,,,0,1229.3642979999927,,,,D4,,,144,62,7,,,,,,,,,,,65_1,8069 +ctl,,,,,,,60,1229.3642979999927,,,,,,,176,64,127,,,,,,,,,,,65_1,8070 +non,,,,,,,60,1229.5031379999928,,,,G#6,,,144,92,7,,,,,,,,,,,65_1,8071 +non,,,,,,,0,1229.5031379999928,,,,F#5,,,144,78,7,,,,,,,,,,,65_1,8072 +nof,,,,,,,60,1229.5031379999928,,,,,,,144,67,0,,,,,,,,,,,65_1,8067 +non,,,,,,,0,1229.5031379999928,,,,F#4,,,144,66,7,,,,,,,,,,,65_1,8073 +nof,,,,,,,60,1229.6419779999928,,,,,,,144,78,0,,,,,,,,,,,65_1,8072 +nof,,,,,,,0,1229.6419779999928,,,,,,,144,92,0,,,,,,,,,,,65_1,8071 +non,,,,,,,0,1229.6419779999928,,,,G#6,,,144,92,7,,,,,,,,,,,65_1,8074 +non,,,,,,,0,1229.6419779999928,,,,F#5,,,144,78,7,,,,,,,,,,,65_1,8075 +nof,,,,,,,60,1229.6419779999928,,,,,,,144,66,0,,,,,,,,,,,65_1,8073 +nof,,,,,,,120,1229.6419779999928,,,,,,,144,62,0,,,,,,,,,,,65_1,8069 +nof,,,,,,,0,1229.6419779999928,,,,,,,144,56,0,,,,,,,,,,,65_1,8068 +non,,,,,,,0,1229.6419779999928,,,,A#2,,,144,46,7,,,,,,,,,,,65_1,8076 +nof,,,,,,,60,1229.7808179999927,,,,,,,144,78,0,,,,,,,,,,,65_1,8075 +nof,,,,,,,0,1229.7808179999927,,,,,,,144,92,0,,,,,,,,,,,65_1,8074 +non,,,,,,,0,1229.7808179999927,,,,C5,,,144,72,7,,,,,,,,,,,65_1,8077 +non,,,,,,,0,1229.7808179999927,,,,D6,,,144,86,7,,,,,,,,,,,65_1,8078 +nof,,,,,,,60,1229.7808179999927,,,,,,,144,46,0,,,,,,,,,,,65_1,8076 +nof,,,,,,,60,1229.9196579999928,,,,,,,144,86,0,,,,,,,,,,,65_1,8078 +nof,,,,,,,0,1229.9196579999928,,,,,,,144,72,0,,,,,,,,,,,65_1,8077 +non,,,,,,,0,1229.9196579999928,,,,C5,,,144,72,7,,,,,,,,,,,65_1,8079 +non,,,,,,,0,1229.9196579999928,,,,D6,,,144,86,7,,,,,,,,,,,65_1,8080 +non,,,,,,,120,1229.9196579999928,,,,F#4,,,144,66,7,,,,,,,,,,,65_1,8081 +non,,,,,,,60,1229.9196579999928,,,,D4,,,144,62,7,,,,,,,,,,,65_1,8082 +non,,,,,,,0,1229.9196579999928,,,,G#3,,,144,56,7,,,,,,,,,,,65_1,8083 +nof,,,,,,,60,1230.0584979999928,,,,,,,144,86,0,,,,,,,,,,,65_1,8080 +nof,,,,,,,0,1230.0584979999928,,,,,,,144,72,0,,,,,,,,,,,65_1,8079 +non,,,,,,,0,1230.0584979999928,,,,B4,,,144,71,7,,,,,,,,,,,65_1,8084 +non,,,,,,,0,1230.0584979999928,,,,C#6,,,144,85,7,,,,,,,,,,,65_1,8085 +nof,,,,,,,60,1230.0584979999928,,,,,,,144,66,0,,,,,,,,,,,65_1,8081 +non,,,,,,,0,1230.0584979999928,,,,F4,,,144,65,7,,,,,,,,,,,65_1,8086 +nof,,,,,,,60,1230.197337999993,,,,,,,144,85,0,,,,,,,,,,,65_1,8085 +nof,,,,,,,0,1230.197337999993,,,,,,,144,71,0,,,,,,,,,,,65_1,8084 +non,,,,,,,0,1230.197337999993,,,,D6,,,144,86,7,,,,,,,,,,,65_1,8087 +non,,,,,,,0,1230.197337999993,,,,C5,,,144,72,7,,,,,,,,,,,65_1,8088 +nof,,,,,,,60,1230.197337999993,,,,,,,144,65,0,,,,,,,,,,,65_1,8086 +non,,,,,,,0,1230.197337999993,,,,F#4,,,144,66,7,,,,,,,,,,,65_1,8089 +nof,,,,,,,60,1230.3361779999927,,,,,,,144,72,0,,,,,,,,,,,65_1,8088 +nof,,,,,,,0,1230.3361779999927,,,,,,,144,86,0,,,,,,,,,,,65_1,8087 +non,,,,,,,0,1230.3361779999927,,,,C#6,,,144,85,7,,,,,,,,,,,65_1,8090 +non,,,,,,,0,1230.3361779999927,,,,B4,,,144,71,7,,,,,,,,,,,65_1,8091 +nof,,,,,,,60,1230.4750179999928,,,,,,,144,71,0,,,,,,,,,,,65_1,8091 +nof,,,,,,,0,1230.4750179999928,,,,,,,144,85,0,,,,,,,,,,,65_1,8090 +non,,,,,,,0,1230.4750179999928,,,,C6,,,144,84,7,,,,,,,,,,,65_1,8092 +non,,,,,,,0,1230.4750179999928,,,,A#4,,,144,70,7,,,,,,,,,,,65_1,8093 +ctl,,,,,,,480,1230.4750179999928,,,,,,,176,64,0,,,,,,,,,,,65_1,8094 +nof,,,,,,,60,1230.613857999993,,,,,,,144,70,0,,,,,,,,,,,65_1,8093 +nof,,,,,,,0,1230.613857999993,,,,,,,144,84,0,,,,,,,,,,,65_1,8092 +non,,,,,,,0,1230.613857999993,,,,B5,,,144,83,7,,,,,,,,,,,65_1,8095 +non,,,,,,,0,1230.613857999993,,,,A4,,,144,69,7,,,,,,,,,,,65_1,8096 +nof,,,,,,,180,1230.613857999993,,,,,,,144,66,0,,,,,,,,,,,65_1,8089 +non,,,,,,,0,1230.613857999993,,,,F4,,,144,65,7,,,,,,,,,,,65_1,8097 +nof,,,,,,,300,1230.613857999993,,,,,,,144,56,0,,,,,,,,,,,65_1,8083 +nof,,,,,,,0,1230.613857999993,,,,,,,144,62,0,,,,,,,,,,,65_1,8082 +non,,,,,,,0,1230.613857999993,,,,C#3,,,144,49,7,,,,,,,,,,,65_1,8098 +non,,,,,,,0,1230.613857999993,,,,B3,,,144,59,7,,,,,,,,,,,65_1,8099 +ctl,,,,,,,60,1230.613857999993,,,,,,,176,64,127,,,,,,,,,,,65_1,8100 +ctl,,,,,,,120,1230.8915379999928,,,,,,,176,64,0,,,,,,,,,,,65_1,8101 +nof,,,,,,,180,1231.0303779999929,,,,,,,144,69,0,,,,,,,,,,,65_1,8096 +nof,,,,,,,0,1231.0303779999929,,,,,,,144,83,0,,,,,,,,,,,65_1,8095 +nof,,,,,,,180,1231.0303779999929,,,,,,,144,65,0,,,,,,,,,,,65_1,8097 +non,,,,,,,0,1231.0303779999929,,,,E4,,,144,64,7,,,,,,,,,,,65_1,8102 +nof,,,,,,,180,1231.0303779999929,,,,,,,144,59,0,,,,,,,,,,,65_1,8099 +nof,,,,,,,0,1231.0303779999929,,,,,,,144,49,0,,,,,,,,,,,65_1,8098 +non,,,,,,,0,1231.0303779999929,,,,F3,,,144,53,7,,,,,,,,,,,65_1,8103 +non,,,,,,,0,1231.0303779999929,,,,B3,,,144,59,7,,,,,,,,,,,65_1,8104 +ctl,,,,,,,60,1231.0303779999929,,,,,,,176,64,127,,,,,,,,,,,65_1,8105 +non,,,,,,,60,1231.1692179999927,,,,F6,,,144,89,7,,,,,,,,,,,65_1,8106 +non,,,,,,,0,1231.1692179999927,,,,D#5,,,144,75,7,,,,,,,,,,,65_1,8107 +nof,,,,,,,60,1231.1692179999927,,,,,,,144,64,0,,,,,,,,,,,65_1,8102 +non,,,,,,,0,1231.1692179999927,,,,D#4,,,144,63,7,,,,,,,,,,,65_1,8108 +nof,,,,,,,60,1231.3080579999928,,,,,,,144,75,0,,,,,,,,,,,65_1,8107 +nof,,,,,,,0,1231.3080579999928,,,,,,,144,89,0,,,,,,,,,,,65_1,8106 +non,,,,,,,0,1231.3080579999928,,,,F6,,,144,89,7,,,,,,,,,,,65_1,8109 +non,,,,,,,0,1231.3080579999928,,,,D#5,,,144,75,7,,,,,,,,,,,65_1,8110 +nof,,,,,,,60,1231.3080579999928,,,,,,,144,63,0,,,,,,,,,,,65_1,8108 +nof,,,,,,,120,1231.3080579999928,,,,,,,144,59,0,,,,,,,,,,,65_1,8104 +nof,,,,,,,0,1231.3080579999928,,,,,,,144,53,0,,,,,,,,,,,65_1,8103 +non,,,,,,,0,1231.3080579999928,,,,G2,,,144,43,7,,,,,,,,,,,65_1,8111 +nof,,,,,,,60,1231.4468979999929,,,,,,,144,75,0,,,,,,,,,,,65_1,8110 +nof,,,,,,,0,1231.4468979999929,,,,,,,144,89,0,,,,,,,,,,,65_1,8109 +non,,,,,,,0,1231.4468979999929,,,,A4,,,144,69,7,,,,,,,,,,,65_1,8112 +non,,,,,,,0,1231.4468979999929,,,,B5,,,144,83,7,,,,,,,,,,,65_1,8113 +nof,,,,,,,60,1231.4468979999929,,,,,,,144,43,0,,,,,,,,,,,65_1,8111 +nof,,,,,,,60,1231.5857379999927,,,,,,,144,83,0,,,,,,,,,,,65_1,8113 +nof,,,,,,,0,1231.5857379999927,,,,,,,144,69,0,,,,,,,,,,,65_1,8112 +non,,,,,,,0,1231.5857379999927,,,,A4,,,144,69,7,,,,,,,,,,,65_1,8114 +non,,,,,,,0,1231.5857379999927,,,,B5,,,144,83,7,,,,,,,,,,,65_1,8115 +non,,,,,,,120,1231.5857379999927,,,,D#4,,,144,63,7,,,,,,,,,,,65_1,8116 +non,,,,,,,60,1231.5857379999927,,,,B3,,,144,59,7,,,,,,,,,,,65_1,8117 +non,,,,,,,0,1231.5857379999927,,,,F3,,,144,53,7,,,,,,,,,,,65_1,8118 +nof,,,,,,,60,1231.7245779999928,,,,,,,144,83,0,,,,,,,,,,,65_1,8115 +nof,,,,,,,0,1231.7245779999928,,,,,,,144,69,0,,,,,,,,,,,65_1,8114 +non,,,,,,,0,1231.7245779999928,,,,G#4,,,144,68,7,,,,,,,,,,,65_1,8119 +non,,,,,,,0,1231.7245779999928,,,,A#5,,,144,82,7,,,,,,,,,,,65_1,8120 +nof,,,,,,,60,1231.7245779999928,,,,,,,144,63,0,,,,,,,,,,,65_1,8116 +non,,,,,,,0,1231.7245779999928,,,,D4,,,144,62,7,,,,,,,,,,,65_1,8121 +nof,,,,,,,60,1231.8634179999929,,,,,,,144,82,0,,,,,,,,,,,65_1,8120 +nof,,,,,,,0,1231.8634179999929,,,,,,,144,68,0,,,,,,,,,,,65_1,8119 +non,,,,,,,0,1231.8634179999929,,,,B5,,,144,83,7,,,,,,,,,,,65_1,8122 +non,,,,,,,0,1231.8634179999929,,,,A4,,,144,69,7,,,,,,,,,,,65_1,8123 +nof,,,,,,,60,1231.8634179999929,,,,,,,144,62,0,,,,,,,,,,,65_1,8121 +non,,,,,,,0,1231.8634179999929,,,,D#4,,,144,63,7,,,,,,,,,,,65_1,8124 +nof,,,,,,,60,1232.0022579999927,,,,,,,144,69,0,,,,,,,,,,,65_1,8123 +nof,,,,,,,0,1232.0022579999927,,,,,,,144,83,0,,,,,,,,,,,65_1,8122 +non,,,,,,,0,1232.0022579999927,,,,A#5,,,144,82,7,,,,,,,,,,,65_1,8125 +non,,,,,,,0,1232.0022579999927,,,,G#4,,,144,68,7,,,,,,,,,,,65_1,8126 +nof,,,,,,,60,1232.1410979999928,,,,,,,144,68,0,,,,,,,,,,,65_1,8126 +nof,,,,,,,0,1232.1410979999928,,,,,,,144,82,0,,,,,,,,,,,65_1,8125 +non,,,,,,,0,1232.1410979999928,,,,A5,,,144,81,7,,,,,,,,,,,65_1,8127 +non,,,,,,,0,1232.1410979999928,,,,G4,,,144,67,7,,,,,,,,,,,65_1,8128 +ctl,,,,,,,480,1232.1410979999928,,,,,,,176,64,0,,,,,,,,,,,65_1,8129 +nof,,,,,,,60,1232.2799379999929,,,,,,,144,67,0,,,,,,,,,,,65_1,8128 +nof,,,,,,,0,1232.2799379999929,,,,,,,144,81,0,,,,,,,,,,,65_1,8127 +non,,,,,,,0,1232.2799379999929,,,,F#4,,,144,66,7,,,,,,,,,,,65_1,8130 +non,,,,,,,0,1232.2799379999929,,,,G#5,,,144,80,7,,,,,,,,,,,65_1,8131 +nof,,,,,,,180,1232.2799379999929,,,,,,,144,63,0,,,,,,,,,,,65_1,8124 +non,,,,,,,0,1232.2799379999929,,,,D4,,,144,62,7,,,,,,,,,,,65_1,8132 +nof,,,,,,,300,1232.2799379999929,,,,,,,144,53,0,,,,,,,,,,,65_1,8118 +nof,,,,,,,0,1232.2799379999929,,,,,,,144,59,0,,,,,,,,,,,65_1,8117 +non,,,,,,,0,1232.2799379999929,,,,A#2,,,144,46,7,,,,,,,,,,,65_1,8133 +non,,,,,,,0,1232.2799379999929,,,,E3,,,144,52,7,,,,,,,,,,,65_1,8134 +ctl,,,,,,,60,1232.2799379999929,,,,,,,176,64,127,,,,,,,,,,,65_1,8135 +ctl,,,,,,,120,1232.5576179999928,,,,,,,176,64,0,,,,,,,,,,,65_1,8136 +nof,,,,,,,180,1232.6964579999928,,,,,,,144,80,0,,,,,,,,,,,65_1,8131 +nof,,,,,,,0,1232.6964579999928,,,,,,,144,66,0,,,,,,,,,,,65_1,8130 +non,,,,,,,0,1232.6964579999928,,,,G#5,,,144,80,7,,,,,,,,,,,65_1,8137 +non,,,,,,,0,1232.6964579999928,,,,F#4,,,144,66,7,,,,,,,,,,,65_1,8138 +nof,,,,,,,180,1232.6964579999928,,,,,,,144,62,0,,,,,,,,,,,65_1,8132 +non,,,,,,,0,1232.6964579999928,,,,D4,,,144,62,7,,,,,,,,,,,65_1,8139 +non,,,,,,,0,1232.6964579999928,,,,E3,,,144,52,7,,,,,,,,,,,65_1,8140 +non,,,,,,,0,1232.6964579999928,,,,A#2,,,144,46,7,,,,,,,,,,,65_1,8141 +nof,,,,,,,180,1232.6964579999928,,,,,,,144,52,0,,,,,,,,,,,65_1,8140 +nof,,,,,,,0,1232.6964579999928,,,,,,,144,46,0,,,,,,,,,,,65_1,8141 +ctl,,,,,,,60,1232.6964579999928,,,,,,,176,64,127,,,,,,,,,,,65_1,8142 +nof,,,,,,,60,1232.8352979999927,,,,,,,144,66,0,,,,,,,,,,,65_1,8138 +nof,,,,,,,0,1232.8352979999927,,,,,,,144,80,0,,,,,,,,,,,65_1,8137 +non,,,,,,,0,1232.8352979999927,,,,A5,,,144,81,7,,,,,,,,,,,65_1,8143 +non,,,,,,,0,1232.8352979999927,,,,G4,,,144,67,7,,,,,,,,,,,65_1,8144 +nof,,,,,,,60,1232.9741379999928,,,,,,,144,67,0,,,,,,,,,,,65_1,8144 +nof,,,,,,,0,1232.9741379999928,,,,,,,144,81,0,,,,,,,,,,,65_1,8143 +non,,,,,,,0,1232.9741379999928,,,,A#5,,,144,82,7,,,,,,,,,,,65_1,8145 +non,,,,,,,0,1232.9741379999928,,,,G#4,,,144,68,7,,,,,,,,,,,65_1,8146 +ctl,,,,,,,120,1232.9741379999928,,,,,,,176,64,0,,,,,,,,,,,65_1,8147 +non,,,,,,,135,1233.008847999993,,,,G2,,,144,43,7,,,,,,,,,,,65_1,8148 +non,,,,,,,15,1233.0435579999928,,,,C#3,,,144,49,7,,,,,,,,,,,65_1,8149 +non,,,,,,,15,1233.0782679999927,,,,B3,,,144,59,7,,,,,,,,,,,65_1,8150 +nof,,,,,,,60,1233.1129779999928,,,,,,,144,68,0,,,,,,,,,,,65_1,8146 +nof,,,,,,,0,1233.1129779999928,,,,,,,144,82,0,,,,,,,,,,,65_1,8145 +non,,,,,,,0,1233.1129779999928,,,,B5,,,144,83,9,,,,,,,,,,,65_1,8151 +non,,,,,,,0,1233.1129779999928,,,,A4,,,144,69,9,,,,,,,,,,,65_1,8152 +nof,,,,,,,15,1233.1129779999928,,,,,,,144,46,0,,,,,,,,,,,65_1,8153 +nof,,,,,,,0,1233.1129779999928,,,,,,,144,62,0,,,,,,,,,,,65_1,8139 +nof,,,,,,,0,1233.1129779999928,,,,,,,144,52,0,,,,,,,,,,,65_1,8154 +non,,,,,,,0,1233.1129779999928,,,,F4,,,144,65,9,,,,,,,,,,,65_1,8155 +ctl,,,,,,,60,1233.1129779999928,,,,,,,176,64,127,,,,,,,,,,,65_1,8156 +nof,,,,,,,60,1233.2518179999927,,,,,,,144,69,0,,,,,,,,,,,65_1,8152 +nof,,,,,,,0,1233.2518179999927,,,,,,,144,83,0,,,,,,,,,,,65_1,8151 +non,,,,,,,0,1233.2518179999927,,,,C6,,,144,84,11,,,,,,,,,,,65_1,8157 +non,,,,,,,0,1233.2518179999927,,,,A#4,,,144,70,11,,,,,,,,,,,65_1,8158 +nof,,,,,,,60,1233.3906579999928,,,,,,,144,70,0,,,,,,,,,,,65_1,8158 +nof,,,,,,,0,1233.3906579999928,,,,,,,144,84,0,,,,,,,,,,,65_1,8157 +non,,,,,,,0,1233.3906579999928,,,,C#6,,,144,85,13,,,,,,,,,,,65_1,8159 +non,,,,,,,0,1233.3906579999928,,,,B4,,,144,71,13,,,,,,,,,,,65_1,8160 +ctl,,,,,,,120,1233.3906579999928,,,,,,,176,64,0,,,,,,,,,,,65_1,8161 +nof,,,,,,,60,1233.5294979999928,,,,,,,144,71,0,,,,,,,,,,,65_1,8160 +nof,,,,,,,0,1233.5294979999928,,,,,,,144,85,0,,,,,,,,,,,65_1,8159 +non,,,,,,,0,1233.5294979999928,,,,D6,,,144,86,13,,,,,,,,,,,65_1,8162 +non,,,,,,,0,1233.5294979999928,,,,C5,,,144,72,13,,,,,,,,,,,65_1,8163 +nof,,,,,,,180,1233.5294979999928,,,,,,,144,65,0,,,,,,,,,,,65_1,8155 +nof,,,,,,,0,1233.5294979999928,,,,,,,144,59,0,,,,,,,,,,,65_1,8150 +nof,,,,,,,0,1233.5294979999928,,,,,,,144,49,0,,,,,,,,,,,65_1,8149 +nof,,,,,,,0,1233.5294979999928,,,,,,,144,43,0,,,,,,,,,,,65_1,8148 +non,,,,,,,0,1233.5294979999928,,,,G4,,,144,67,13,,,,,,,,,,,65_1,8164 +non,,,,,,,0,1233.5294979999928,,,,D4,,,144,62,13,,,,,,,,,,,65_1,8165 +non,,,,,,,0,1233.5294979999928,,,,G#3,,,144,56,13,,,,,,,,,,,65_1,8166 +non,,,,,,,0,1233.5294979999928,,,,G3,,,144,55,13,,,,,,,,,,,65_1,8167 +ctl,,,,,,,60,1233.5294979999928,,,,,,,176,64,127,,,,,,,,,,,65_1,8168 +nof,,,,,,,60,1233.668337999993,,,,,,,144,72,0,,,,,,,,,,,65_1,8163 +nof,,,,,,,0,1233.668337999993,,,,,,,144,86,0,,,,,,,,,,,65_1,8162 +non,,,,,,,0,1233.668337999993,,,,D6,,,144,86,13,,,,,,,,,,,65_1,8169 +non,,,,,,,0,1233.668337999993,,,,C5,,,144,72,13,,,,,,,,,,,65_1,8170 +nof,,,,,,,90,1233.7377579999927,,,,,,,144,55,0,,,,,,,,,,,65_1,8167 +nof,,,,,,,0,1233.7377579999927,,,,,,,144,67,0,,,,,,,,,,,65_1,8164 +nof,,,,,,,0,1233.7377579999927,,,,,,,144,62,0,,,,,,,,,,,65_1,8165 +nof,,,,,,,0,1233.7377579999927,,,,,,,144,56,0,,,,,,,,,,,65_1,8166 +non,,,,,,,0,1233.7377579999927,,,,E2,,,144,40,13,,,,,,,,,,,65_1,8171 +non,,,,,,,0,1233.7377579999927,,,,D3,,,144,50,13,,,,,,,,,,,65_1,8172 +nof,,,,,,,60,1233.8071779999927,,,,,,,144,72,0,,,,,,,,,,,65_1,8170 +nof,,,,,,,0,1233.8071779999927,,,,,,,144,86,0,,,,,,,,,,,65_1,8169 +non,,,,,,,0,1233.8071779999927,,,,D6,,,144,86,11,,,,,,,,,,,65_1,8173 +non,,,,,,,0,1233.8071779999927,,,,C5,,,144,72,11,,,,,,,,,,,65_1,8174 +nof,,,,,,,60,1233.9460179999928,,,,,,,144,72,0,,,,,,,,,,,65_1,8174 +nof,,,,,,,0,1233.9460179999928,,,,,,,144,86,0,,,,,,,,,,,65_1,8173 +non,,,,,,,0,1233.9460179999928,,,,D6,,,144,86,11,,,,,,,,,,,65_1,8175 +non,,,,,,,0,1233.9460179999928,,,,C5,,,144,72,11,,,,,,,,,,,65_1,8176 +nof,,,,,,,90,1233.9460179999928,,,,,,,144,50,0,,,,,,,,,,,65_1,8172 +nof,,,,,,,0,1233.9460179999928,,,,,,,144,40,0,,,,,,,,,,,65_1,8171 +nof,,,,,,,60,1234.084857999993,,,,,,,144,72,0,,,,,,,,,,,65_1,8176 +nof,,,,,,,0,1234.084857999993,,,,,,,144,86,0,,,,,,,,,,,65_1,8175 +non,,,,,,,0,1234.084857999993,,,,D6,,,144,86,9,,,,,,,,,,,65_1,8177 +non,,,,,,,0,1234.084857999993,,,,C5,,,144,72,9,,,,,,,,,,,65_1,8178 +nof,,,,,,,60,1234.2236979999927,,,,,,,144,72,0,,,,,,,,,,,65_1,8178 +nof,,,,,,,0,1234.2236979999927,,,,,,,144,86,0,,,,,,,,,,,65_1,8177 +non,,,,,,,0,1234.2236979999927,,,,D6,,,144,86,9,,,,,,,,,,,65_1,8179 +non,,,,,,,0,1234.2236979999927,,,,C5,,,144,72,9,,,,,,,,,,,65_1,8180 +ctl,,,,,,,300,1234.2236979999927,,,,,,,176,64,0,,,,,,,,,,,65_1,8181 +nof,,,,,,,60,1234.3625379999928,,,,,,,144,72,0,,,,,,,,,,,65_1,8180 +nof,,,,,,,0,1234.3625379999928,,,,,,,144,86,0,,,,,,,,,,,65_1,8179 +non,,,,,,,180,1234.3625379999928,,,,G4,,,144,67,7,,,,,,,,,,,65_1,8182 +non,,,,,,,720,1234.3625379999928,,,,G#3,,,144,56,7,,,,,,,,,,,65_1,8183 +non,,,,,,,0,1234.3625379999928,,,,D4,,,144,62,7,,,,,,,,,,,65_1,8184 +ctl,,,,,,,60,1234.3625379999928,,,,,,,176,64,127,,,,,,,,,,,65_1,8185 +non,,,,,,,60,1234.5013779999929,,,,G#6,,,144,92,7,,,,,,,,,,,65_1,8186 +non,,,,,,,0,1234.5013779999929,,,,F#5,,,144,78,7,,,,,,,,,,,65_1,8187 +nof,,,,,,,60,1234.5013779999929,,,,,,,144,67,0,,,,,,,,,,,65_1,8182 +non,,,,,,,0,1234.5013779999929,,,,F#4,,,144,66,7,,,,,,,,,,,65_1,8188 +nof,,,,,,,60,1234.6402179999927,,,,,,,144,78,0,,,,,,,,,,,65_1,8187 +nof,,,,,,,0,1234.6402179999927,,,,,,,144,92,0,,,,,,,,,,,65_1,8186 +non,,,,,,,0,1234.6402179999927,,,,G#6,,,144,92,7,,,,,,,,,,,65_1,8189 +non,,,,,,,0,1234.6402179999927,,,,F#5,,,144,78,7,,,,,,,,,,,65_1,8190 +nof,,,,,,,60,1234.6402179999927,,,,,,,144,66,0,,,,,,,,,,,65_1,8188 +nof,,,,,,,120,1234.6402179999927,,,,,,,144,62,0,,,,,,,,,,,65_1,8184 +nof,,,,,,,0,1234.6402179999927,,,,,,,144,56,0,,,,,,,,,,,65_1,8183 +non,,,,,,,0,1234.6402179999927,,,,A#2,,,144,46,7,,,,,,,,,,,65_1,8191 +nof,,,,,,,60,1234.7790579999928,,,,,,,144,78,0,,,,,,,,,,,65_1,8190 +nof,,,,,,,0,1234.7790579999928,,,,,,,144,92,0,,,,,,,,,,,65_1,8189 +non,,,,,,,0,1234.7790579999928,,,,C5,,,144,72,7,,,,,,,,,,,65_1,8192 +non,,,,,,,0,1234.7790579999928,,,,D6,,,144,86,7,,,,,,,,,,,65_1,8193 +nof,,,,,,,60,1234.7790579999928,,,,,,,144,46,0,,,,,,,,,,,65_1,8191 +nof,,,,,,,60,1234.9178979999929,,,,,,,144,86,0,,,,,,,,,,,65_1,8193 +nof,,,,,,,0,1234.9178979999929,,,,,,,144,72,0,,,,,,,,,,,65_1,8192 +non,,,,,,,0,1234.9178979999929,,,,C5,,,144,72,7,,,,,,,,,,,65_1,8194 +non,,,,,,,0,1234.9178979999929,,,,D6,,,144,86,7,,,,,,,,,,,65_1,8195 +non,,,,,,,120,1234.9178979999929,,,,F#4,,,144,66,7,,,,,,,,,,,65_1,8196 +non,,,,,,,60,1234.9178979999929,,,,D4,,,144,62,7,,,,,,,,,,,65_1,8197 +non,,,,,,,0,1234.9178979999929,,,,G#3,,,144,56,7,,,,,,,,,,,65_1,8198 +nof,,,,,,,60,1235.0567379999927,,,,,,,144,86,0,,,,,,,,,,,65_1,8195 +nof,,,,,,,0,1235.0567379999927,,,,,,,144,72,0,,,,,,,,,,,65_1,8194 +non,,,,,,,0,1235.0567379999927,,,,B4,,,144,71,7,,,,,,,,,,,65_1,8199 +non,,,,,,,0,1235.0567379999927,,,,C#6,,,144,85,7,,,,,,,,,,,65_1,8200 +nof,,,,,,,60,1235.0567379999927,,,,,,,144,66,0,,,,,,,,,,,65_1,8196 +non,,,,,,,0,1235.0567379999927,,,,F4,,,144,65,7,,,,,,,,,,,65_1,8201 +nof,,,,,,,60,1235.1955779999928,,,,,,,144,85,0,,,,,,,,,,,65_1,8200 +nof,,,,,,,0,1235.1955779999928,,,,,,,144,71,0,,,,,,,,,,,65_1,8199 +non,,,,,,,0,1235.1955779999928,,,,D6,,,144,86,7,,,,,,,,,,,65_1,8202 +non,,,,,,,0,1235.1955779999928,,,,C5,,,144,72,7,,,,,,,,,,,65_1,8203 +nof,,,,,,,60,1235.1955779999928,,,,,,,144,65,0,,,,,,,,,,,65_1,8201 +non,,,,,,,0,1235.1955779999928,,,,F#4,,,144,66,7,,,,,,,,,,,65_1,8204 +nof,,,,,,,60,1235.3344179999929,,,,,,,144,72,0,,,,,,,,,,,65_1,8203 +nof,,,,,,,0,1235.3344179999929,,,,,,,144,86,0,,,,,,,,,,,65_1,8202 +non,,,,,,,0,1235.3344179999929,,,,C#6,,,144,85,7,,,,,,,,,,,65_1,8205 +non,,,,,,,0,1235.3344179999929,,,,B4,,,144,71,7,,,,,,,,,,,65_1,8206 +nof,,,,,,,60,1235.4732579999927,,,,,,,144,71,0,,,,,,,,,,,65_1,8206 +nof,,,,,,,0,1235.4732579999927,,,,,,,144,85,0,,,,,,,,,,,65_1,8205 +non,,,,,,,0,1235.4732579999927,,,,C6,,,144,84,7,,,,,,,,,,,65_1,8207 +non,,,,,,,0,1235.4732579999927,,,,A#4,,,144,70,7,,,,,,,,,,,65_1,8208 +ctl,,,,,,,480,1235.4732579999927,,,,,,,176,64,0,,,,,,,,,,,65_1,8209 +nof,,,,,,,60,1235.6120979999928,,,,,,,144,70,0,,,,,,,,,,,65_1,8208 +nof,,,,,,,0,1235.6120979999928,,,,,,,144,84,0,,,,,,,,,,,65_1,8207 +non,,,,,,,0,1235.6120979999928,,,,B5,,,144,83,7,,,,,,,,,,,65_1,8210 +non,,,,,,,0,1235.6120979999928,,,,A4,,,144,69,7,,,,,,,,,,,65_1,8211 +nof,,,,,,,180,1235.6120979999928,,,,,,,144,66,0,,,,,,,,,,,65_1,8204 +non,,,,,,,0,1235.6120979999928,,,,F4,,,144,65,7,,,,,,,,,,,65_1,8212 +nof,,,,,,,300,1235.6120979999928,,,,,,,144,56,0,,,,,,,,,,,65_1,8198 +nof,,,,,,,0,1235.6120979999928,,,,,,,144,62,0,,,,,,,,,,,65_1,8197 +non,,,,,,,0,1235.6120979999928,,,,C#3,,,144,49,7,,,,,,,,,,,65_1,8213 +non,,,,,,,0,1235.6120979999928,,,,G3,,,144,55,7,,,,,,,,,,,65_1,8214 +ctl,,,,,,,60,1235.6120979999928,,,,,,,176,64,127,,,,,,,,,,,65_1,8215 +nof,,,,,,,60,1235.7509379999929,,,,,,,144,69,0,,,,,,,,,,,65_1,8211 +nof,,,,,,,0,1235.7509379999929,,,,,,,144,83,0,,,,,,,,,,,65_1,8210 +non,,,,,,,0,1235.7509379999929,,,,C6,,,144,84,7,,,,,,,,,,,65_1,8216 +non,,,,,,,0,1235.7509379999929,,,,A#4,,,144,70,7,,,,,,,,,,,65_1,8217 +nof,,,,,,,60,1235.8897779999927,,,,,,,144,70,0,,,,,,,,,,,65_1,8217 +nof,,,,,,,0,1235.8897779999927,,,,,,,144,84,0,,,,,,,,,,,65_1,8216 +non,,,,,,,0,1235.8897779999927,,,,C#6,,,144,85,7,,,,,,,,,,,65_1,8218 +non,,,,,,,0,1235.8897779999927,,,,B4,,,144,71,7,,,,,,,,,,,65_1,8219 +ctl,,,,,,,120,1235.8897779999927,,,,,,,176,64,0,,,,,,,,,,,65_1,8220 +nof,,,,,,,60,1236.0286179999928,,,,,,,144,71,0,,,,,,,,,,,65_1,8219 +nof,,,,,,,0,1236.0286179999928,,,,,,,144,85,0,,,,,,,,,,,65_1,8218 +nof,,,,,,,180,1236.0286179999928,,,,,,,144,65,0,,,,,,,,,,,65_1,8212 +non,,,,,,,0,1236.0286179999928,,,,G4,,,144,67,7,,,,,,,,,,,65_1,8221 +nof,,,,,,,180,1236.0286179999928,,,,,,,144,55,0,,,,,,,,,,,65_1,8214 +nof,,,,,,,0,1236.0286179999928,,,,,,,144,49,0,,,,,,,,,,,65_1,8213 +non,,,,,,,0,1236.0286179999928,,,,G#3,,,144,56,7,,,,,,,,,,,65_1,8222 +non,,,,,,,0,1236.0286179999928,,,,D4,,,144,62,7,,,,,,,,,,,65_1,8223 +ctl,,,,,,,60,1236.0286179999928,,,,,,,176,64,127,,,,,,,,,,,65_1,8224 +non,,,,,,,60,1236.1674579999928,,,,G#6,,,144,92,7,,,,,,,,,,,65_1,8225 +non,,,,,,,0,1236.1674579999928,,,,F#5,,,144,78,7,,,,,,,,,,,65_1,8226 +nof,,,,,,,60,1236.1674579999928,,,,,,,144,67,0,,,,,,,,,,,65_1,8221 +non,,,,,,,0,1236.1674579999928,,,,F#4,,,144,66,7,,,,,,,,,,,65_1,8227 +nof,,,,,,,60,1236.3062979999927,,,,,,,144,78,0,,,,,,,,,,,65_1,8226 +nof,,,,,,,0,1236.3062979999927,,,,,,,144,92,0,,,,,,,,,,,65_1,8225 +non,,,,,,,0,1236.3062979999927,,,,G#6,,,144,92,7,,,,,,,,,,,65_1,8228 +non,,,,,,,0,1236.3062979999927,,,,F#5,,,144,78,7,,,,,,,,,,,65_1,8229 +nof,,,,,,,60,1236.3062979999927,,,,,,,144,66,0,,,,,,,,,,,65_1,8227 +nof,,,,,,,120,1236.3062979999927,,,,,,,144,62,0,,,,,,,,,,,65_1,8223 +nof,,,,,,,0,1236.3062979999927,,,,,,,144,56,0,,,,,,,,,,,65_1,8222 +non,,,,,,,0,1236.3062979999927,,,,A#2,,,144,46,7,,,,,,,,,,,65_1,8230 +nof,,,,,,,60,1236.4451379999928,,,,,,,144,78,0,,,,,,,,,,,65_1,8229 +nof,,,,,,,0,1236.4451379999928,,,,,,,144,92,0,,,,,,,,,,,65_1,8228 +non,,,,,,,0,1236.4451379999928,,,,C5,,,144,72,7,,,,,,,,,,,65_1,8231 +non,,,,,,,0,1236.4451379999928,,,,D6,,,144,86,7,,,,,,,,,,,65_1,8232 +nof,,,,,,,60,1236.4451379999928,,,,,,,144,46,0,,,,,,,,,,,65_1,8230 +nof,,,,,,,60,1236.5839779999928,,,,,,,144,86,0,,,,,,,,,,,65_1,8232 +nof,,,,,,,0,1236.5839779999928,,,,,,,144,72,0,,,,,,,,,,,65_1,8231 +non,,,,,,,0,1236.5839779999928,,,,C5,,,144,72,7,,,,,,,,,,,65_1,8233 +non,,,,,,,0,1236.5839779999928,,,,D6,,,144,86,7,,,,,,,,,,,65_1,8234 +non,,,,,,,120,1236.5839779999928,,,,F#4,,,144,66,7,,,,,,,,,,,65_1,8235 +non,,,,,,,60,1236.5839779999928,,,,D4,,,144,62,7,,,,,,,,,,,65_1,8236 +non,,,,,,,0,1236.5839779999928,,,,G#3,,,144,56,7,,,,,,,,,,,65_1,8237 +nof,,,,,,,60,1236.7228179999927,,,,,,,144,86,0,,,,,,,,,,,65_1,8234 +nof,,,,,,,0,1236.7228179999927,,,,,,,144,72,0,,,,,,,,,,,65_1,8233 +non,,,,,,,0,1236.7228179999927,,,,B4,,,144,71,7,,,,,,,,,,,65_1,8238 +non,,,,,,,0,1236.7228179999927,,,,C#6,,,144,85,7,,,,,,,,,,,65_1,8239 +nof,,,,,,,60,1236.7228179999927,,,,,,,144,66,0,,,,,,,,,,,65_1,8235 +non,,,,,,,0,1236.7228179999927,,,,F4,,,144,65,7,,,,,,,,,,,65_1,8240 +ctl,,,,,,,300,1236.7228179999927,,,,,,,176,64,0,,,,,,,,,,,65_1,8241 +nof,,,,,,,60,1236.8616579999928,,,,,,,144,85,0,,,,,,,,,,,65_1,8239 +nof,,,,,,,0,1236.8616579999928,,,,,,,144,71,0,,,,,,,,,,,65_1,8238 +non,,,,,,,0,1236.8616579999928,,,,C6,,,144,84,7,,,,,,,,,,,65_1,8242 +non,,,,,,,0,1236.8616579999928,,,,A#4,,,144,70,7,,,,,,,,,,,65_1,8243 +nof,,,,,,,60,1236.8616579999928,,,,,,,144,65,0,,,,,,,,,,,65_1,8240 +non,,,,,,,0,1236.8616579999928,,,,G#4,,,144,68,7,,,,,,,,,,,65_1,8244 +nof,,,,,,,120,1236.8616579999928,,,,,,,144,56,0,,,,,,,,,,,65_1,8237 +nof,,,,,,,0,1236.8616579999928,,,,,,,144,62,0,,,,,,,,,,,65_1,8236 +non,,,,,,,0,1236.8616579999928,,,,D#4,,,144,63,7,,,,,,,,,,,65_1,8245 +ctl,,,,,,,60,1236.8616579999928,,,,,,,176,64,127,,,,,,,,,,,65_1,8246 +nof,,,,,,,60,1237.0031379999928,,,,,,,144,63,0,,,,,,,,,,,65_1,8245 +non,,,,,,,0,1237.0031379999928,,,,A#3,,,144,58,7,,,,,,,,,,,65_1,8247 +non,,,,,,,0,1237.0031379999928,,,,E4,,,144,64,7,,,,,,,,,,,65_1,8248 +nof,,,,,,,120,1237.1446179999928,,,,,,,144,68,0,,,,,,,,,,,65_1,8244 +nof,,,,,,,60,1237.1446179999928,,,,,,,144,64,0,,,,,,,,,,,65_1,8248 +nof,,,,,,,0,1237.1446179999928,,,,,,,144,58,0,,,,,,,,,,,65_1,8247 +non,,,,,,,0,1237.1446179999928,,,,E3,,,144,52,7,,,,,,,,,,,65_1,8249 +nof,,,,,,,60,1237.2860979999928,,,,,,,144,52,0,,,,,,,,,,,65_1,8249 +non,,,,,,,0,1237.2860979999928,,,,F#2,,,144,42,7,,,,,,,,,,,65_1,8250 +nof,,,,,,,60,1237.4275779999928,,,,,,,144,42,0,,,,,,,,,,,65_1,8250 +non,,,,,,,0,1237.4275779999928,,,,C#2,,,144,37,7,,,,,,,,,,,65_1,8251 +nof,,,,,,,60,1237.5690579999928,,,,,,,144,37,0,,,,,,,,,,,65_1,8251 +ctl,,,,,,,300,1237.5690579999928,,,,,,,176,64,0,,,,,,,,,,,65_1,8252 +nof,,,,,,,360,1237.7105379999928,,,,,,,144,70,0,,,,,,,,,,,65_1,8243 +nof,,,,,,,0,1237.7105379999928,,,,,,,144,84,0,,,,,,,,,,,65_1,8242 +non,,,,,,,240,1237.7105379999928,,,,A4,,,144,69,7,,,,,,,,,,,65_1,8253 +non,,,,,,,60,1237.7105379999928,,,,A#3,,,144,58,7,,,,,,,,,,,65_1,8254 +non,,,,,,,0,1237.7105379999928,,,,E4,,,144,64,7,,,,,,,,,,,65_1,8255 +ctl,,,,,,,60,1237.7105379999928,,,,,,,176,64,127,,,,,,,,,,,65_1,8256 +non,,,,,,,60,1237.8547179999928,,,,A#6,,,144,94,7,,,,,,,,,,,65_1,8257 +non,,,,,,,0,1237.8547179999928,,,,G#5,,,144,80,7,,,,,,,,,,,65_1,8258 +nof,,,,,,,60,1237.8547179999928,,,,,,,144,69,0,,,,,,,,,,,65_1,8253 +non,,,,,,,0,1237.8547179999928,,,,G#4,,,144,68,7,,,,,,,,,,,65_1,8259 +nof,,,,,,,60,1237.9988979999928,,,,,,,144,80,0,,,,,,,,,,,65_1,8258 +nof,,,,,,,0,1237.9988979999928,,,,,,,144,94,0,,,,,,,,,,,65_1,8257 +non,,,,,,,0,1237.9988979999928,,,,A#6,,,144,94,7,,,,,,,,,,,65_1,8260 +non,,,,,,,0,1237.9988979999928,,,,G#5,,,144,80,7,,,,,,,,,,,65_1,8261 +nof,,,,,,,60,1237.9988979999928,,,,,,,144,68,0,,,,,,,,,,,65_1,8259 +nof,,,,,,,120,1237.9988979999928,,,,,,,144,64,0,,,,,,,,,,,65_1,8255 +nof,,,,,,,0,1237.9988979999928,,,,,,,144,58,0,,,,,,,,,,,65_1,8254 +non,,,,,,,0,1237.9988979999928,,,,C3,,,144,48,7,,,,,,,,,,,65_1,8262 +nof,,,,,,,60,1238.1430779999928,,,,,,,144,80,0,,,,,,,,,,,65_1,8261 +nof,,,,,,,0,1238.1430779999928,,,,,,,144,94,0,,,,,,,,,,,65_1,8260 +non,,,,,,,0,1238.1430779999928,,,,D5,,,144,74,7,,,,,,,,,,,65_1,8263 +non,,,,,,,0,1238.1430779999928,,,,E6,,,144,88,7,,,,,,,,,,,65_1,8264 +nof,,,,,,,60,1238.1430779999928,,,,,,,144,48,0,,,,,,,,,,,65_1,8262 +nof,,,,,,,60,1238.2872579999928,,,,,,,144,88,0,,,,,,,,,,,65_1,8264 +nof,,,,,,,0,1238.2872579999928,,,,,,,144,74,0,,,,,,,,,,,65_1,8263 +non,,,,,,,0,1238.2872579999928,,,,D5,,,144,74,7,,,,,,,,,,,65_1,8265 +non,,,,,,,0,1238.2872579999928,,,,E6,,,144,88,7,,,,,,,,,,,65_1,8266 +non,,,,,,,120,1238.2872579999928,,,,G#4,,,144,68,7,,,,,,,,,,,65_1,8267 +non,,,,,,,60,1238.2872579999928,,,,E4,,,144,64,7,,,,,,,,,,,65_1,8268 +non,,,,,,,0,1238.2872579999928,,,,A#3,,,144,58,7,,,,,,,,,,,65_1,8269 +nof,,,,,,,60,1238.4314379999928,,,,,,,144,88,0,,,,,,,,,,,65_1,8266 +nof,,,,,,,0,1238.4314379999928,,,,,,,144,74,0,,,,,,,,,,,65_1,8265 +non,,,,,,,0,1238.4314379999928,,,,C#5,,,144,73,7,,,,,,,,,,,65_1,8270 +non,,,,,,,0,1238.4314379999928,,,,D#6,,,144,87,7,,,,,,,,,,,65_1,8271 +nof,,,,,,,60,1238.4314379999928,,,,,,,144,68,0,,,,,,,,,,,65_1,8267 +non,,,,,,,0,1238.4314379999928,,,,G4,,,144,67,7,,,,,,,,,,,65_1,8272 +nof,,,,,,,60,1238.5756179999928,,,,,,,144,87,0,,,,,,,,,,,65_1,8271 +nof,,,,,,,0,1238.5756179999928,,,,,,,144,73,0,,,,,,,,,,,65_1,8270 +non,,,,,,,0,1238.5756179999928,,,,E6,,,144,88,7,,,,,,,,,,,65_1,8273 +non,,,,,,,0,1238.5756179999928,,,,D5,,,144,74,7,,,,,,,,,,,65_1,8274 +nof,,,,,,,60,1238.5756179999928,,,,,,,144,67,0,,,,,,,,,,,65_1,8272 +non,,,,,,,0,1238.5756179999928,,,,G#4,,,144,68,7,,,,,,,,,,,65_1,8275 +nof,,,,,,,60,1238.7226179999927,,,,,,,144,74,0,,,,,,,,,,,65_1,8274 +nof,,,,,,,0,1238.7226179999927,,,,,,,144,88,0,,,,,,,,,,,65_1,8273 +non,,,,,,,0,1238.7226179999927,,,,D#6,,,144,87,7,,,,,,,,,,,65_1,8276 +non,,,,,,,0,1238.7226179999927,,,,C#5,,,144,73,7,,,,,,,,,,,65_1,8277 +nof,,,,,,,60,1238.869617999993,,,,,,,144,73,0,,,,,,,,,,,65_1,8277 +nof,,,,,,,0,1238.869617999993,,,,,,,144,87,0,,,,,,,,,,,65_1,8276 +non,,,,,,,0,1238.869617999993,,,,D6,,,144,86,7,,,,,,,,,,,65_1,8278 +non,,,,,,,0,1238.869617999993,,,,C5,,,144,72,7,,,,,,,,,,,65_1,8279 +ctl,,,,,,,480,1238.869617999993,,,,,,,176,64,0,,,,,,,,,,,65_1,8280 +nof,,,,,,,60,1239.0166179999928,,,,,,,144,72,0,,,,,,,,,,,65_1,8279 +nof,,,,,,,0,1239.0166179999928,,,,,,,144,86,0,,,,,,,,,,,65_1,8278 +non,,,,,,,0,1239.0166179999928,,,,C#6,,,144,85,7,,,,,,,,,,,65_1,8281 +non,,,,,,,0,1239.0166179999928,,,,B4,,,144,71,7,,,,,,,,,,,65_1,8282 +nof,,,,,,,180,1239.0166179999928,,,,,,,144,68,0,,,,,,,,,,,65_1,8275 +non,,,,,,,0,1239.0166179999928,,,,G4,,,144,67,7,,,,,,,,,,,65_1,8283 +nof,,,,,,,300,1239.0166179999928,,,,,,,144,58,0,,,,,,,,,,,65_1,8269 +nof,,,,,,,0,1239.0166179999928,,,,,,,144,64,0,,,,,,,,,,,65_1,8268 +non,,,,,,,0,1239.0166179999928,,,,D#3,,,144,51,7,,,,,,,,,,,65_1,8284 +non,,,,,,,0,1239.0166179999928,,,,A3,,,144,57,7,,,,,,,,,,,65_1,8285 +ctl,,,,,,,60,1239.0166179999928,,,,,,,176,64,127,,,,,,,,,,,65_1,8286 +nof,,,,,,,60,1239.1636179999928,,,,,,,144,71,0,,,,,,,,,,,65_1,8282 +nof,,,,,,,0,1239.1636179999928,,,,,,,144,85,0,,,,,,,,,,,65_1,8281 +non,,,,,,,0,1239.1636179999928,,,,D6,,,144,86,7,,,,,,,,,,,65_1,8287 +non,,,,,,,0,1239.1636179999928,,,,C5,,,144,72,7,,,,,,,,,,,65_1,8288 +nof,,,,,,,60,1239.3106179999927,,,,,,,144,72,0,,,,,,,,,,,65_1,8288 +nof,,,,,,,0,1239.3106179999927,,,,,,,144,86,0,,,,,,,,,,,65_1,8287 +non,,,,,,,0,1239.3106179999927,,,,D#6,,,144,87,7,,,,,,,,,,,65_1,8289 +non,,,,,,,0,1239.3106179999927,,,,C#5,,,144,73,7,,,,,,,,,,,65_1,8290 +ctl,,,,,,,120,1239.3106179999927,,,,,,,176,64,0,,,,,,,,,,,65_1,8291 +nof,,,,,,,60,1239.4576179999929,,,,,,,144,73,0,,,,,,,,,,,65_1,8290 +nof,,,,,,,0,1239.4576179999929,,,,,,,144,87,0,,,,,,,,,,,65_1,8289 +nof,,,,,,,180,1239.4576179999929,,,,,,,144,67,0,,,,,,,,,,,65_1,8283 +non,,,,,,,0,1239.4576179999929,,,,A4,,,144,69,7,,,,,,,,,,,65_1,8292 +nof,,,,,,,180,1239.4576179999929,,,,,,,144,57,0,,,,,,,,,,,65_1,8285 +nof,,,,,,,0,1239.4576179999929,,,,,,,144,51,0,,,,,,,,,,,65_1,8284 +non,,,,,,,0,1239.4576179999929,,,,A#3,,,144,58,7,,,,,,,,,,,65_1,8293 +non,,,,,,,0,1239.4576179999929,,,,E4,,,144,64,7,,,,,,,,,,,65_1,8294 +ctl,,,,,,,60,1239.4576179999929,,,,,,,176,64,127,,,,,,,,,,,65_1,8295 +non,,,,,,,60,1239.6076179999927,,,,A#6,,,144,94,7,,,,,,,,,,,65_1,8296 +non,,,,,,,0,1239.6076179999927,,,,G#5,,,144,80,7,,,,,,,,,,,65_1,8297 +nof,,,,,,,60,1239.6076179999927,,,,,,,144,69,0,,,,,,,,,,,65_1,8292 +non,,,,,,,0,1239.6076179999927,,,,G#4,,,144,68,7,,,,,,,,,,,65_1,8298 +nof,,,,,,,60,1239.7576179999928,,,,,,,144,80,0,,,,,,,,,,,65_1,8297 +nof,,,,,,,0,1239.7576179999928,,,,,,,144,94,0,,,,,,,,,,,65_1,8296 +non,,,,,,,0,1239.7576179999928,,,,A#6,,,144,94,7,,,,,,,,,,,65_1,8299 +non,,,,,,,0,1239.7576179999928,,,,G#5,,,144,80,7,,,,,,,,,,,65_1,8300 +nof,,,,,,,60,1239.7576179999928,,,,,,,144,68,0,,,,,,,,,,,65_1,8298 +nof,,,,,,,120,1239.7576179999928,,,,,,,144,64,0,,,,,,,,,,,65_1,8294 +nof,,,,,,,0,1239.7576179999928,,,,,,,144,58,0,,,,,,,,,,,65_1,8293 +non,,,,,,,0,1239.7576179999928,,,,C3,,,144,48,7,,,,,,,,,,,65_1,8301 +nof,,,,,,,60,1239.9076179999927,,,,,,,144,80,0,,,,,,,,,,,65_1,8300 +nof,,,,,,,0,1239.9076179999927,,,,,,,144,94,0,,,,,,,,,,,65_1,8299 +non,,,,,,,0,1239.9076179999927,,,,D5,,,144,74,7,,,,,,,,,,,65_1,8302 +non,,,,,,,0,1239.9076179999927,,,,E6,,,144,88,7,,,,,,,,,,,65_1,8303 +nof,,,,,,,60,1239.9076179999927,,,,,,,144,48,0,,,,,,,,,,,65_1,8301 +nof,,,,,,,60,1240.0576179999928,,,,,,,144,88,0,,,,,,,,,,,65_1,8303 +nof,,,,,,,0,1240.0576179999928,,,,,,,144,74,0,,,,,,,,,,,65_1,8302 +non,,,,,,,0,1240.0576179999928,,,,D5,,,144,74,7,,,,,,,,,,,65_1,8304 +non,,,,,,,0,1240.0576179999928,,,,E6,,,144,88,7,,,,,,,,,,,65_1,8305 +non,,,,,,,120,1240.0576179999928,,,,G#4,,,144,68,7,,,,,,,,,,,65_1,8306 +non,,,,,,,60,1240.0576179999928,,,,E4,,,144,64,7,,,,,,,,,,,65_1,8307 +non,,,,,,,0,1240.0576179999928,,,,A#3,,,144,58,7,,,,,,,,,,,65_1,8308 +nof,,,,,,,60,1240.2076179999929,,,,,,,144,88,0,,,,,,,,,,,65_1,8305 +nof,,,,,,,0,1240.2076179999929,,,,,,,144,74,0,,,,,,,,,,,65_1,8304 +non,,,,,,,0,1240.2076179999929,,,,C#5,,,144,73,7,,,,,,,,,,,65_1,8309 +non,,,,,,,0,1240.2076179999929,,,,D#6,,,144,87,7,,,,,,,,,,,65_1,8310 +nof,,,,,,,60,1240.2076179999929,,,,,,,144,68,0,,,,,,,,,,,65_1,8306 +non,,,,,,,0,1240.2076179999929,,,,G4,,,144,67,7,,,,,,,,,,,65_1,8311 +ctl,,,,,,,300,1240.2076179999929,,,,,,,176,64,0,,,,,,,,,,,65_1,8312 +nof,,,,,,,60,1240.3576179999927,,,,,,,144,87,0,,,,,,,,,,,65_1,8310 +nof,,,,,,,0,1240.3576179999927,,,,,,,144,73,0,,,,,,,,,,,65_1,8309 +non,,,,,,,0,1240.3576179999927,,,,D6,,,144,86,7,,,,,,,,,,,65_1,8313 +non,,,,,,,0,1240.3576179999927,,,,C5,,,144,72,7,,,,,,,,,,,65_1,8314 +nof,,,,,,,60,1240.3576179999927,,,,,,,144,67,0,,,,,,,,,,,65_1,8311 +non,,,,,,,0,1240.3576179999927,,,,A#4,,,144,70,7,,,,,,,,,,,65_1,8315 +nof,,,,,,,120,1240.3576179999927,,,,,,,144,58,0,,,,,,,,,,,65_1,8308 +nof,,,,,,,0,1240.3576179999927,,,,,,,144,64,0,,,,,,,,,,,65_1,8307 +non,,,,,,,0,1240.3576179999927,,,,F4,,,144,65,7,,,,,,,,,,,65_1,8316 +ctl,,,,,,,60,1240.3576179999927,,,,,,,176,64,127,,,,,,,,,,,65_1,8317 +nof,,,,,,,60,1240.5106779999928,,,,,,,144,65,0,,,,,,,,,,,65_1,8316 +non,,,,,,,0,1240.5106779999928,,,,C4,,,144,60,7,,,,,,,,,,,65_1,8318 +non,,,,,,,0,1240.5106779999928,,,,F#4,,,144,66,7,,,,,,,,,,,65_1,8319 +nof,,,,,,,120,1240.6637379999927,,,,,,,144,70,0,,,,,,,,,,,65_1,8315 +nof,,,,,,,60,1240.6637379999927,,,,,,,144,66,0,,,,,,,,,,,65_1,8319 +nof,,,,,,,0,1240.6637379999927,,,,,,,144,60,0,,,,,,,,,,,65_1,8318 +non,,,,,,,0,1240.6637379999927,,,,F#3,,,144,54,7,,,,,,,,,,,65_1,8320 +nof,,,,,,,60,1240.8167979999928,,,,,,,144,54,0,,,,,,,,,,,65_1,8320 +non,,,,,,,0,1240.8167979999928,,,,G#2,,,144,44,7,,,,,,,,,,,65_1,8321 +nof,,,,,,,60,1240.9698579999929,,,,,,,144,44,0,,,,,,,,,,,65_1,8321 +non,,,,,,,0,1240.9698579999929,,,,D#2,,,144,39,7,,,,,,,,,,,65_1,8322 +nof,,,,,,,60,1241.1229179999928,,,,,,,144,39,0,,,,,,,,,,,65_1,8322 +ctl,,,,,,,300,1241.1229179999928,,,,,,,176,64,0,,,,,,,,,,,65_1,8323 +nof,,,,,,,360,1241.2759779999928,,,,,,,144,72,0,,,,,,,,,,,65_1,8314 +nof,,,,,,,0,1241.2759779999928,,,,,,,144,86,0,,,,,,,,,,,65_1,8313 +non,,,,,,,240,1241.2759779999928,,,,F4,,,144,65,7,,,,,,,,,,,65_1,8324 +non,,,,,,,60,1241.2759779999928,,,,F#3,,,144,54,7,,,,,,,,,,,65_1,8325 +non,,,,,,,0,1241.2759779999928,,,,C4,,,144,60,7,,,,,,,,,,,65_1,8326 +ctl,,,,,,,60,1241.2759779999928,,,,,,,176,64,127,,,,,,,,,,,65_1,8327 +non,,,,,,,60,1241.4322179999929,,,,F#6,,,144,90,7,,,,,,,,,,,65_1,8328 +non,,,,,,,0,1241.4322179999929,,,,E5,,,144,76,7,,,,,,,,,,,65_1,8329 +nof,,,,,,,60,1241.4322179999929,,,,,,,144,65,0,,,,,,,,,,,65_1,8324 +non,,,,,,,0,1241.4322179999929,,,,E4,,,144,64,7,,,,,,,,,,,65_1,8330 +nof,,,,,,,60,1241.588457999993,,,,,,,144,76,0,,,,,,,,,,,65_1,8329 +nof,,,,,,,0,1241.588457999993,,,,,,,144,90,0,,,,,,,,,,,65_1,8328 +non,,,,,,,0,1241.588457999993,,,,F#6,,,144,90,7,,,,,,,,,,,65_1,8331 +non,,,,,,,0,1241.588457999993,,,,E5,,,144,76,7,,,,,,,,,,,65_1,8332 +nof,,,,,,,60,1241.588457999993,,,,,,,144,64,0,,,,,,,,,,,65_1,8330 +nof,,,,,,,120,1241.588457999993,,,,,,,144,60,0,,,,,,,,,,,65_1,8326 +nof,,,,,,,0,1241.588457999993,,,,,,,144,54,0,,,,,,,,,,,65_1,8325 +non,,,,,,,0,1241.588457999993,,,,D2,,,144,38,7,,,,,,,,,,,65_1,8333 +non,,,,,,,0,1241.588457999993,,,,G#2,,,144,44,7,,,,,,,,,,,65_1,8334 +nof,,,,,,,60,1241.7446979999927,,,,,,,144,76,0,,,,,,,,,,,65_1,8332 +nof,,,,,,,0,1241.7446979999927,,,,,,,144,90,0,,,,,,,,,,,65_1,8331 +non,,,,,,,0,1241.7446979999927,,,,C6,,,144,84,7,,,,,,,,,,,65_1,8335 +non,,,,,,,0,1241.7446979999927,,,,A#4,,,144,70,7,,,,,,,,,,,65_1,8336 +nof,,,,,,,60,1241.7446979999927,,,,,,,144,44,0,,,,,,,,,,,65_1,8334 +nof,,,,,,,0,1241.7446979999927,,,,,,,144,38,0,,,,,,,,,,,65_1,8333 +nof,,,,,,,60,1241.9009379999927,,,,,,,144,70,0,,,,,,,,,,,65_1,8336 +nof,,,,,,,0,1241.9009379999927,,,,,,,144,84,0,,,,,,,,,,,65_1,8335 +non,,,,,,,0,1241.9009379999927,,,,C6,,,144,84,7,,,,,,,,,,,65_1,8337 +non,,,,,,,0,1241.9009379999927,,,,A#4,,,144,70,7,,,,,,,,,,,65_1,8338 +non,,,,,,,120,1241.9009379999927,,,,E4,,,144,64,7,,,,,,,,,,,65_1,8339 +non,,,,,,,60,1241.9009379999927,,,,F#3,,,144,54,7,,,,,,,,,,,65_1,8340 +non,,,,,,,0,1241.9009379999927,,,,C4,,,144,60,7,,,,,,,,,,,65_1,8341 +nof,,,,,,,60,1242.0571779999927,,,,,,,144,70,0,,,,,,,,,,,65_1,8338 +nof,,,,,,,0,1242.0571779999927,,,,,,,144,84,0,,,,,,,,,,,65_1,8337 +non,,,,,,,0,1242.0571779999927,,,,B5,,,144,83,7,,,,,,,,,,,65_1,8342 +non,,,,,,,0,1242.0571779999927,,,,A4,,,144,69,7,,,,,,,,,,,65_1,8343 +nof,,,,,,,60,1242.0571779999927,,,,,,,144,64,0,,,,,,,,,,,65_1,8339 +non,,,,,,,0,1242.0571779999927,,,,D#4,,,144,63,7,,,,,,,,,,,65_1,8344 +nof,,,,,,,60,1242.0571779999927,,,,,,,144,60,0,,,,,,,,,,,65_1,8341 +nof,,,,,,,0,1242.0571779999927,,,,,,,144,54,0,,,,,,,,,,,65_1,8340 +ctl,,,,,,,300,1242.0571779999927,,,,,,,176,64,0,,,,,,,,,,,65_1,8345 +nof,,,,,,,60,1242.2134179999928,,,,,,,144,69,0,,,,,,,,,,,65_1,8343 +nof,,,,,,,0,1242.2134179999928,,,,,,,144,83,0,,,,,,,,,,,65_1,8342 +non,,,,,,,0,1242.2134179999928,,,,A#5,,,144,82,7,,,,,,,,,,,65_1,8346 +non,,,,,,,0,1242.2134179999928,,,,G#4,,,144,68,7,,,,,,,,,,,65_1,8347 +nof,,,,,,,60,1242.2134179999928,,,,,,,144,63,0,,,,,,,,,,,65_1,8344 +non,,,,,,,0,1242.2134179999928,,,,F#4,,,144,66,7,,,,,,,,,,,65_1,8348 +non,,,,,,,60,1242.2134179999928,,,,C#4,,,144,61,7,,,,,,,,,,,65_1,8349 +ctl,,,,,,,60,1242.2134179999928,,,,,,,176,64,127,,,,,,,,,,,65_1,8350 +nof,,,,,,,60,1242.3729579999929,,,,,,,144,61,0,,,,,,,,,,,65_1,8349 +non,,,,,,,0,1242.3729579999929,,,,G#3,,,144,56,7,,,,,,,,,,,65_1,8351 +non,,,,,,,0,1242.3729579999929,,,,D4,,,144,62,7,,,,,,,,,,,65_1,8352 +nof,,,,,,,120,1242.5324979999928,,,,,,,144,66,0,,,,,,,,,,,65_1,8348 +nof,,,,,,,60,1242.5324979999928,,,,,,,144,62,0,,,,,,,,,,,65_1,8352 +nof,,,,,,,0,1242.5324979999928,,,,,,,144,56,0,,,,,,,,,,,65_1,8351 +non,,,,,,,0,1242.5324979999928,,,,D3,,,144,50,7,,,,,,,,,,,65_1,8353 +nof,,,,,,,60,1242.6920379999929,,,,,,,144,50,0,,,,,,,,,,,65_1,8353 +non,,,,,,,0,1242.6920379999929,,,,E2,,,144,40,7,,,,,,,,,,,65_1,8354 +nof,,,,,,,60,1242.8515779999927,,,,,,,144,40,0,,,,,,,,,,,65_1,8354 +non,,,,,,,0,1242.8515779999927,,,,B1,,,144,35,7,,,,,,,,,,,65_1,8355 +nof,,,,,,,60,1243.0111179999928,,,,,,,144,35,0,,,,,,,,,,,65_1,8355 +ctl,,,,,,,300,1243.0111179999928,,,,,,,176,64,0,,,,,,,,,,,65_1,8356 +non,,,,,,,30,1243.090887999993,,,,C2,,,144,36,7,,,,,,,,,,,65_1,8357 +non,,,,,,,15,1243.1307729999928,,,,F#2,,,144,42,7,,,,,,,,,,,65_1,8358 +nof,,,,,,,360,1243.1706579999927,,,,,,,144,68,0,,,,,,,,,,,65_1,8347 +nof,,,,,,,0,1243.1706579999927,,,,,,,144,82,0,,,,,,,,,,,65_1,8346 +non,,,,,,,240,1243.1706579999927,,,,D#4,,,144,63,7,,,,,,,,,,,65_1,8359 +non,,,,,,,15,1243.1706579999927,,,,A#3,,,144,58,7,,,,,,,,,,,65_1,8360 +non,,,,,,,0,1243.1706579999927,,,,E3,,,144,52,7,,,,,,,,,,,65_1,8361 +ctl,,,,,,,60,1243.1706579999927,,,,,,,176,64,127,,,,,,,,,,,65_1,8362 +non,,,,,,,60,1243.3045779999927,,,,A#6,,,144,94,7,,,,,,,,,,,65_1,8363 +non,,,,,,,0,1243.3045779999927,,,,G#5,,,144,80,7,,,,,,,,,,,65_1,8364 +nof,,,,,,,60,1243.4384979999927,,,,,,,144,80,0,,,,,,,,,,,65_1,8364 +nof,,,,,,,0,1243.4384979999927,,,,,,,144,94,0,,,,,,,,,,,65_1,8363 +non,,,,,,,0,1243.4384979999927,,,,A#6,,,144,94,7,,,,,,,,,,,65_1,8365 +non,,,,,,,0,1243.4384979999927,,,,G#5,,,144,80,7,,,,,,,,,,,65_1,8366 +nof,,,,,,,120,1243.4384979999927,,,,,,,144,63,0,,,,,,,,,,,65_1,8359 +non,,,,,,,0,1243.4384979999927,,,,D4,,,144,62,7,,,,,,,,,,,65_1,8367 +nof,,,,,,,60,1243.5724179999927,,,,,,,144,80,0,,,,,,,,,,,65_1,8366 +nof,,,,,,,0,1243.5724179999927,,,,,,,144,94,0,,,,,,,,,,,65_1,8365 +non,,,,,,,0,1243.5724179999927,,,,E6,,,144,88,7,,,,,,,,,,,65_1,8368 +non,,,,,,,0,1243.5724179999927,,,,D5,,,144,74,7,,,,,,,,,,,65_1,8369 +nof,,,,,,,60,1243.5724179999927,,,,,,,144,62,0,,,,,,,,,,,65_1,8367 +non,,,,,,,0,1243.5724179999927,,,,G#4,,,144,68,7,,,,,,,,,,,65_1,8370 +nof,,,,,,,120,1243.840257999993,,,,,,,144,74,0,,,,,,,,,,,65_1,8369 +nof,,,,,,,0,1243.840257999993,,,,,,,144,88,0,,,,,,,,,,,65_1,8368 +non,,,,,,,0,1243.840257999993,,,,D#6,,,144,87,7,,,,,,,,,,,65_1,8371 +non,,,,,,,0,1243.840257999993,,,,C#5,,,144,73,7,,,,,,,,,,,65_1,8372 +ctl,,,,,,,300,1243.840257999993,,,,,,,176,64,0,,,,,,,,,,,65_1,8373 +nof,,,,,,,60,1243.974177999993,,,,,,,144,73,0,,,,,,,,,,,65_1,8372 +nof,,,,,,,0,1243.974177999993,,,,,,,144,87,0,,,,,,,,,,,65_1,8371 +nof,,,,,,,180,1243.974177999993,,,,,,,144,68,0,,,,,,,,,,,65_1,8370 +non,,,,,,,0,1243.974177999993,,,,D#4,,,144,63,7,,,,,,,,,,,65_1,8374 +nof,,,,,,,360,1243.974177999993,,,,,,,144,52,0,,,,,,,,,,,65_1,8361 +nof,,,,,,,0,1243.974177999993,,,,,,,144,36,0,,,,,,,,,,,65_1,8357 +nof,,,,,,,0,1243.974177999993,,,,,,,144,42,0,,,,,,,,,,,65_1,8358 +nof,,,,,,,0,1243.974177999993,,,,,,,144,58,0,,,,,,,,,,,65_1,8360 +non,,,,,,,0,1243.974177999993,,,,E3,,,144,52,7,,,,,,,,,,,65_1,8375 +non,,,,,,,0,1243.974177999993,,,,A#3,,,144,58,7,,,,,,,,,,,65_1,8376 +ctl,,,,,,,60,1243.974177999993,,,,,,,176,64,127,,,,,,,,,,,65_1,8377 +non,,,,,,,60,1244.1080979999929,,,,A#5,,,144,82,7,,,,,,,,,,,65_1,8378 +non,,,,,,,0,1244.1080979999929,,,,G#4,,,144,68,7,,,,,,,,,,,65_1,8379 +nof,,,,,,,60,1244.2420179999929,,,,,,,144,68,0,,,,,,,,,,,65_1,8379 +nof,,,,,,,0,1244.2420179999929,,,,,,,144,82,0,,,,,,,,,,,65_1,8378 +non,,,,,,,0,1244.2420179999929,,,,A#5,,,144,82,7,,,,,,,,,,,65_1,8380 +non,,,,,,,0,1244.2420179999929,,,,G#4,,,144,68,7,,,,,,,,,,,65_1,8381 +nof,,,,,,,120,1244.2420179999929,,,,,,,144,63,0,,,,,,,,,,,65_1,8374 +non,,,,,,,0,1244.2420179999929,,,,D4,,,144,62,7,,,,,,,,,,,65_1,8382 +nof,,,,,,,60,1244.3759379999929,,,,,,,144,68,0,,,,,,,,,,,65_1,8381 +nof,,,,,,,0,1244.3759379999929,,,,,,,144,82,0,,,,,,,,,,,65_1,8380 +non,,,,,,,0,1244.3759379999929,,,,D4,,,144,62,7,,,,,,,,,,,65_1,8383 +non,,,,,,,0,1244.3759379999929,,,,E5,,,144,76,7,,,,,,,,,,,65_1,8384 +nof,,,,,,,60,1244.3759379999929,,,,,,,144,62,0,,,,,,,,,,,65_1,8383 +nof,,,,,,,120,1244.6437779999928,,,,,,,144,76,0,,,,,,,,,,,65_1,8384 +nof,,,,,,,0,1244.6437779999928,,,,,,,144,62,0,,,,,,,,,,,65_1,8385 +non,,,,,,,0,1244.6437779999928,,,,E5,,,144,76,7,,,,,,,,,,,65_1,8386 +non,,,,,,,0,1244.6437779999928,,,,D4,,,144,62,7,,,,,,,,,,,65_1,8387 +ctl,,,,,,,300,1244.6437779999928,,,,,,,176,64,0,,,,,,,,,,,65_1,8388 +nof,,,,,,,60,1244.7776979999928,,,,,,,144,62,0,,,,,,,,,,,65_1,8387 +nof,,,,,,,0,1244.7776979999928,,,,,,,144,76,0,,,,,,,,,,,65_1,8386 +non,,,,,,,0,1244.7776979999928,,,,E5,,,144,76,7,,,,,,,,,,,65_1,8389 +non,,,,,,,0,1244.7776979999928,,,,D4,,,144,62,7,,,,,,,,,,,65_1,8390 +non,,,,,,,180,1244.7776979999928,,,,C3,,,144,48,7,,,,,,,,,,,65_1,8391 +non,,,,,,,0,1244.7776979999928,,,,F#3,,,144,54,7,,,,,,,,,,,65_1,8392 +non,,,,,,,0,1244.7776979999928,,,,A#3,,,144,58,7,,,,,,,,,,,65_1,8393 +nof,,,,,,,360,1244.7776979999928,,,,,,,144,58,0,,,,,,,,,,,65_1,8393 +nof,,,,,,,0,1244.7776979999928,,,,,,,144,52,0,,,,,,,,,,,65_1,8375 +ctl,,,,,,,60,1244.7776979999928,,,,,,,176,64,127,,,,,,,,,,,65_1,8394 +nof,,,,,,,60,1244.9116179999928,,,,,,,144,62,0,,,,,,,,,,,65_1,8390 +nof,,,,,,,0,1244.9116179999928,,,,,,,144,76,0,,,,,,,,,,,65_1,8389 +non,,,,,,,0,1244.9116179999928,,,,F5,,,144,77,7,,,,,,,,,,,65_1,8395 +non,,,,,,,0,1244.9116179999928,,,,D#4,,,144,63,7,,,,,,,,,,,65_1,8396 +nof,,,,,,,60,1245.0455379999928,,,,,,,144,63,0,,,,,,,,,,,65_1,8396 +nof,,,,,,,0,1245.0455379999928,,,,,,,144,77,0,,,,,,,,,,,65_1,8395 +non,,,,,,,0,1245.0455379999928,,,,F#5,,,144,78,7,,,,,,,,,,,65_1,8397 +non,,,,,,,0,1245.0455379999928,,,,E4,,,144,64,7,,,,,,,,,,,65_1,8398 +ctl,,,,,,,120,1245.0455379999928,,,,,,,176,64,0,,,,,,,,,,,65_1,8399 +nof,,,,,,,60,1245.1794579999928,,,,,,,144,64,0,,,,,,,,,,,65_1,8398 +nof,,,,,,,0,1245.1794579999928,,,,,,,144,78,0,,,,,,,,,,,65_1,8397 +non,,,,,,,0,1245.1794579999928,,,,G5,,,144,79,9,,,,,,,,,,,65_1,8400 +non,,,,,,,0,1245.1794579999928,,,,F4,,,144,65,9,,,,,,,,,,,65_1,8401 +nof,,,,,,,180,1245.1794579999928,,,,,,,144,58,0,,,,,,,,,,,65_1,8402 +nof,,,,,,,0,1245.1794579999928,,,,,,,144,54,0,,,,,,,,,,,65_1,8392 +nof,,,,,,,0,1245.1794579999928,,,,,,,144,48,0,,,,,,,,,,,65_1,8391 +non,,,,,,,0,1245.1794579999928,,,,D#3,,,144,51,9,,,,,,,,,,,65_1,8403 +non,,,,,,,0,1245.1794579999928,,,,A3,,,144,57,9,,,,,,,,,,,65_1,8404 +non,,,,,,,0,1245.1794579999928,,,,C#4,,,144,61,9,,,,,,,,,,,65_1,8405 +ctl,,,,,,,60,1245.1794579999928,,,,,,,176,64,127,,,,,,,,,,,65_1,8406 +nof,,,,,,,60,1245.3133779999928,,,,,,,144,65,0,,,,,,,,,,,65_1,8401 +nof,,,,,,,0,1245.3133779999928,,,,,,,144,79,0,,,,,,,,,,,65_1,8400 +non,,,,,,,0,1245.3133779999928,,,,G#5,,,144,80,11,,,,,,,,,,,65_1,8407 +non,,,,,,,0,1245.3133779999928,,,,F#4,,,144,66,11,,,,,,,,,,,65_1,8408 +nof,,,,,,,60,1245.4472979999928,,,,,,,144,66,0,,,,,,,,,,,65_1,8408 +nof,,,,,,,0,1245.4472979999928,,,,,,,144,80,0,,,,,,,,,,,65_1,8407 +non,,,,,,,0,1245.4472979999928,,,,A5,,,144,81,13,,,,,,,,,,,65_1,8409 +non,,,,,,,0,1245.4472979999928,,,,G4,,,144,67,13,,,,,,,,,,,65_1,8410 +ctl,,,,,,,120,1245.4472979999928,,,,,,,176,64,0,,,,,,,,,,,65_1,8411 +nof,,,,,,,60,1245.5812179999928,,,,,,,144,67,0,,,,,,,,,,,65_1,8410 +nof,,,,,,,0,1245.5812179999928,,,,,,,144,81,0,,,,,,,,,,,65_1,8409 +non,,,,,,,0,1245.5812179999928,,,,A#5,,,144,82,15,,,,,,,,,,,65_1,8412 +non,,,,,,,0,1245.5812179999928,,,,G#4,,,144,68,15,,,,,,,,,,,65_1,8413 +nof,,,,,,,180,1245.5812179999928,,,,,,,144,61,0,,,,,,,,,,,65_1,8405 +nof,,,,,,,0,1245.5812179999928,,,,,,,144,57,0,,,,,,,,,,,65_1,8404 +nof,,,,,,,0,1245.5812179999928,,,,,,,144,51,0,,,,,,,,,,,65_1,8403 +non,,,,,,,0,1245.5812179999928,,,,C3,,,144,48,15,,,,,,,,,,,65_1,8414 +non,,,,,,,0,1245.5812179999928,,,,F#3,,,144,54,15,,,,,,,,,,,65_1,8415 +non,,,,,,,0,1245.5812179999928,,,,E4,,,144,64,15,,,,,,,,,,,65_1,8416 +ctl,,,,,,,60,1245.5812179999928,,,,,,,176,64,127,,,,,,,,,,,65_1,8417 +nof,,,,,,,60,1245.7151379999927,,,,,,,144,68,0,,,,,,,,,,,65_1,8413 +nof,,,,,,,0,1245.7151379999927,,,,,,,144,82,0,,,,,,,,,,,65_1,8412 +non,,,,,,,0,1245.7151379999927,,,,B5,,,144,83,17,,,,,,,,,,,65_1,8418 +non,,,,,,,0,1245.7151379999927,,,,A4,,,144,69,17,,,,,,,,,,,65_1,8419 +nof,,,,,,,60,1245.8490579999927,,,,,,,144,69,0,,,,,,,,,,,65_1,8419 +nof,,,,,,,0,1245.8490579999927,,,,,,,144,83,0,,,,,,,,,,,65_1,8418 +non,,,,,,,0,1245.8490579999927,,,,C6,,,144,84,18,,,,,,,,,,,65_1,8420 +non,,,,,,,0,1245.8490579999927,,,,A#4,,,144,70,18,,,,,,,,,,,65_1,8421 +ctl,,,,,,,120,1245.8490579999927,,,,,,,176,64,0,,,,,,,,,,,65_1,8422 +non,,,,,,,135,1245.8825379999928,,,,A2,,,144,45,18,,,,,,,,,,,65_1,8423 +non,,,,,,,15,1245.9160179999928,,,,D#3,,,144,51,18,,,,,,,,,,,65_1,8424 +non,,,,,,,15,1245.949497999993,,,,C#4,,,144,61,18,,,,,,,,,,,65_1,8425 +nof,,,,,,,60,1245.9829779999927,,,,,,,144,70,0,,,,,,,,,,,65_1,8421 +nof,,,,,,,0,1245.9829779999927,,,,,,,144,84,0,,,,,,,,,,,65_1,8420 +non,,,,,,,0,1245.9829779999927,,,,C#6,,,144,85,19,,,,,,,,,,,65_1,8426 +non,,,,,,,0,1245.9829779999927,,,,B4,,,144,71,19,,,,,,,,,,,65_1,8427 +nof,,,,,,,15,1245.9829779999927,,,,,,,144,64,0,,,,,,,,,,,65_1,8416 +nof,,,,,,,0,1245.9829779999927,,,,,,,144,48,0,,,,,,,,,,,65_1,8414 +nof,,,,,,,0,1245.9829779999927,,,,,,,144,54,0,,,,,,,,,,,65_1,8415 +non,,,,,,,0,1245.9829779999927,,,,G4,,,144,67,19,,,,,,,,,,,65_1,8428 +ctl,,,,,,,60,1245.9829779999927,,,,,,,176,64,127,,,,,,,,,,,65_1,8429 +nof,,,,,,,60,1246.1168979999927,,,,,,,144,71,0,,,,,,,,,,,65_1,8427 +nof,,,,,,,0,1246.1168979999927,,,,,,,144,85,0,,,,,,,,,,,65_1,8426 +non,,,,,,,0,1246.1168979999927,,,,D6,,,144,86,20,,,,,,,,,,,65_1,8430 +non,,,,,,,0,1246.1168979999927,,,,C5,,,144,72,20,,,,,,,,,,,65_1,8431 +nof,,,,,,,60,1246.2508179999927,,,,,,,144,72,0,,,,,,,,,,,65_1,8431 +nof,,,,,,,0,1246.2508179999927,,,,,,,144,86,0,,,,,,,,,,,65_1,8430 +non,,,,,,,0,1246.2508179999927,,,,D#6,,,144,87,22,,,,,,,,,,,65_1,8432 +non,,,,,,,0,1246.2508179999927,,,,C#5,,,144,73,22,,,,,,,,,,,65_1,8433 +ctl,,,,,,,120,1246.2508179999927,,,,,,,176,64,0,,,,,,,,,,,65_1,8434 +nof,,,,,,,60,1246.3847379999927,,,,,,,144,73,0,,,,,,,,,,,65_1,8433 +nof,,,,,,,0,1246.3847379999927,,,,,,,144,87,0,,,,,,,,,,,65_1,8432 +nof,,,,,,,180,1246.3847379999927,,,,,,,144,67,0,,,,,,,,,,,65_1,8428 +nof,,,,,,,0,1246.3847379999927,,,,,,,144,61,0,,,,,,,,,,,65_1,8425 +nof,,,,,,,0,1246.3847379999927,,,,,,,144,51,0,,,,,,,,,,,65_1,8424 +nof,,,,,,,0,1246.3847379999927,,,,,,,144,45,0,,,,,,,,,,,65_1,8423 +non,,,,,,,720,1246.3847379999927,,,,F#1,,,144,30,7,,,,,,,,,,,65_1,8435 +ctl,,,,,,,60,1246.3847379999927,,,,,,,176,64,127,,,,,,,,,,,65_1,8436 +non,,,,,,,90,1246.6807479999927,,,,E6,,,144,88,7,,,,,,,,,,,65_1,8437 +non,,,,,,,0,1246.6807479999927,,,,D5,,,144,74,7,,,,,,,,,,,65_1,8438 +nof,,,,,,,90,1246.6807479999927,,,,,,,144,30,0,,,,,,,,,,,65_1,8435 +non,,,,,,,0,1246.6807479999927,,,,F#2,,,144,42,7,,,,,,,,,,,65_1,8439 +nof,,,,,,,90,1246.9767579999927,,,,,,,144,74,0,,,,,,,,,,,65_1,8438 +nof,,,,,,,0,1246.9767579999927,,,,,,,144,88,0,,,,,,,,,,,65_1,8437 +non,,,,,,,0,1246.9767579999927,,,,A5,,,144,81,7,,,,,,,,,,,65_1,8440 +non,,,,,,,0,1246.9767579999927,,,,G4,,,144,67,7,,,,,,,,,,,65_1,8441 +nof,,,,,,,90,1246.9767579999927,,,,,,,144,42,0,,,,,,,,,,,65_1,8439 +non,,,,,,,0,1246.9767579999927,,,,E3,,,144,52,7,,,,,,,,,,,65_1,8442 +nof,,,,,,,90,1247.2727679999928,,,,,,,144,67,0,,,,,,,,,,,65_1,8441 +nof,,,,,,,0,1247.2727679999928,,,,,,,144,81,0,,,,,,,,,,,65_1,8440 +non,,,,,,,0,1247.2727679999928,,,,A#5,,,144,82,7,,,,,,,,,,,65_1,8443 +non,,,,,,,0,1247.2727679999928,,,,G#4,,,144,68,7,,,,,,,,,,,65_1,8444 +nof,,,,,,,90,1247.2727679999928,,,,,,,144,52,0,,,,,,,,,,,65_1,8442 +non,,,,,,,0,1247.2727679999928,,,,A#3,,,144,58,7,,,,,,,,,,,65_1,8445 +nof,,,,,,,90,1247.5687779999928,,,,,,,144,68,0,,,,,,,,,,,65_1,8444 +nof,,,,,,,0,1247.5687779999928,,,,,,,144,82,0,,,,,,,,,,,65_1,8443 +non,,,,,,,0,1247.5687779999928,,,,D4,,,144,62,7,,,,,,,,,,,65_1,8446 +non,,,,,,,0,1247.5687779999928,,,,E5,,,144,76,7,,,,,,,,,,,65_1,8447 +nof,,,,,,,90,1247.5687779999928,,,,,,,144,58,0,,,,,,,,,,,65_1,8445 +non,,,,,,,0,1247.5687779999928,,,,A#3,,,144,58,7,,,,,,,,,,,65_1,8448 +nof,,,,,,,120,1247.963457999993,,,,,,,144,58,0,,,,,,,,,,,65_1,8448 +non,,,,,,,0,1247.963457999993,,,,E3,,,144,52,7,,,,,,,,,,,65_1,8449 +nof,,,,,,,120,1248.3581379999928,,,,,,,144,52,0,,,,,,,,,,,65_1,8449 +non,,,,,,,0,1248.3581379999928,,,,G#4,,,144,68,7,,,,,,,,,,,65_1,8450 +nof,,,,,,,300,1248.5554779999927,,,,,,,144,76,0,,,,,,,,,,,65_1,8447 +nof,,,,,,,0,1248.5554779999927,,,,,,,144,62,0,,,,,,,,,,,65_1,8446 +non,,,,,,,0,1248.5554779999927,,,,D#4,,,144,63,7,,,,,,,,,,,65_1,8451 +non,,,,,,,0,1248.5554779999927,,,,F5,,,144,77,7,,,,,,,,,,,65_1,8452 +ctl,,,,,,,660,1248.5554779999927,,,,,,,176,64,0,,,,,,,,,,,65_1,8453 +nof,,,,,,,60,1248.7528179999929,,,,,,,144,77,0,,,,,,,,,,,65_1,8452 +nof,,,,,,,0,1248.7528179999929,,,,,,,144,63,0,,,,,,,,,,,65_1,8451 +non,,,,,,,0,1248.7528179999929,,,,F#5,,,144,78,7,,,,,,,,,,,65_1,8454 +non,,,,,,,0,1248.7528179999929,,,,E4,,,144,64,7,,,,,,,,,,,65_1,8455 +non,,,,,,,720,1248.7528179999929,,,,D#4,,,144,63,7,,,,,,,,,,,65_1,8456 +nof,,,,,,,120,1248.7528179999929,,,,,,,144,68,0,,,,,,,,,,,65_1,8450 +non,,,,,,,0,1248.7528179999929,,,,C3,,,144,48,7,,,,,,,,,,,65_1,8457 +ctl,,,,,,,60,1248.7528179999929,,,,,,,176,64,127,,,,,,,,,,,65_1,8458 +nof,,,,,,,120,1249.1474979999928,,,,,,,144,48,0,,,,,,,,,,,65_1,8457 +non,,,,,,,0,1249.1474979999928,,,,E3,,,144,52,7,,,,,,,,,,,65_1,8459 +nof,,,,,,,120,1249.5421779999929,,,,,,,144,52,0,,,,,,,,,,,65_1,8459 +non,,,,,,,0,1249.5421779999929,,,,A#3,,,144,58,7,,,,,,,,,,,65_1,8460 +nof,,,,,,,120,1249.9368579999928,,,,,,,144,58,0,,,,,,,,,,,65_1,8460 +non,,,,,,,0,1249.9368579999928,,,,F#2,,,144,42,7,,,,,,,,,,,65_1,8461 +nof,,,,,,,120,1250.3315379999929,,,,,,,144,42,0,,,,,,,,,,,65_1,8461 +non,,,,,,,0,1250.3315379999929,,,,E3,,,144,52,7,,,,,,,,,,,65_1,8462 +nof,,,,,,,120,1250.7262179999927,,,,,,,144,52,0,,,,,,,,,,,65_1,8462 +non,,,,,,,0,1250.7262179999927,,,,A#3,,,144,58,7,,,,,,,,,,,65_1,8463 +nof,,,,,,,660,1250.9235579999927,,,,,,,144,63,0,,,,,,,,,,,65_1,8456 +non,,,,,,,0,1250.9235579999927,,,,D#4,,,144,63,7,,,,,,,,,,,65_1,8464 +ctl,,,,,,,660,1250.9235579999927,,,,,,,176,64,0,,,,,,,,,,,65_1,8465 +nof,,,,,,,60,1251.1208979999928,,,,,,,144,63,0,,,,,,,,,,,65_1,8464 +non,,,,,,,0,1251.1208979999928,,,,D#4,,,144,63,7,,,,,,,,,,,65_1,8466 +nof,,,,,,,120,1251.1208979999928,,,,,,,144,58,0,,,,,,,,,,,65_1,8463 +ctl,,,,,,,60,1251.1208979999928,,,,,,,176,64,127,,,,,,,,,,,65_1,8467 +non,,,,,,,90,1251.4169079999929,,,,C1,,,144,24,7,,,,,,,,,,,65_1,8468 +non,,,,,,,0,1251.4169079999929,,,,C2,,,144,36,7,,,,,,,,,,,65_1,8469 +nof,,,,,,,90,1251.712917999993,,,,,,,144,36,0,,,,,,,,,,,65_1,8469 +nof,,,,,,,0,1251.712917999993,,,,,,,144,24,0,,,,,,,,,,,65_1,8468 +non,,,,,,,0,1251.712917999993,,,,A#2,,,144,46,7,,,,,,,,,,,65_1,8470 +nof,,,,,,,960,1251.9102579999928,,,,,,,144,64,0,,,,,,,,,,,65_1,8455 +nof,,,,,,,0,1251.9102579999928,,,,,,,144,78,0,,,,,,,,,,,65_1,8454 +non,,,,,,,0,1251.9102579999928,,,,F#5,,,144,78,7,,,,,,,,,,,65_1,8471 +non,,,,,,,0,1251.9102579999928,,,,E4,,,144,64,7,,,,,,,,,,,65_1,8472 +nof,,,,,,,90,1252.0089279999927,,,,,,,144,46,0,,,,,,,,,,,65_1,8470 +non,,,,,,,0,1252.0089279999927,,,,E3,,,144,52,7,,,,,,,,,,,65_1,8473 +nof,,,,,,,120,1252.3049379999927,,,,,,,144,64,0,,,,,,,,,,,65_1,8472 +nof,,,,,,,0,1252.3049379999927,,,,,,,144,78,0,,,,,,,,,,,65_1,8471 +non,,,,,,,0,1252.3049379999927,,,,C6,,,144,84,7,,,,,,,,,,,65_1,8474 +non,,,,,,,0,1252.3049379999927,,,,A#4,,,144,70,7,,,,,,,,,,,65_1,8475 +nof,,,,,,,90,1252.3049379999927,,,,,,,144,52,0,,,,,,,,,,,65_1,8473 +non,,,,,,,0,1252.3049379999927,,,,G#3,,,144,56,7,,,,,,,,,,,65_1,8476 +nof,,,,,,,480,1252.6996179999928,,,,,,,144,63,0,,,,,,,,,,,65_1,8466 +non,,,,,,,0,1252.6996179999928,,,,D#4,,,144,63,7,,,,,,,,,,,65_1,8477 +nof,,,,,,,120,1252.6996179999928,,,,,,,144,56,0,,,,,,,,,,,65_1,8476 +ctl,,,,,,,660,1253.2916379999929,,,,,,,176,64,0,,,,,,,,,,,65_1,8478 +ctl,,,,,,,60,1253.4889779999928,,,,,,,176,64,127,,,,,,,,,,,65_1,8479 +nof,,,,,,,360,1253.8836579999927,,,,,,,144,63,0,,,,,,,,,,,65_1,8477 +non,,,,,,,0,1253.8836579999927,,,,D#4,,,144,63,7,,,,,,,,,,,65_1,8480 +nof,,,,,,,480,1255.462377999993,,,,,,,144,63,0,,,,,,,,,,,65_1,8480 +non,,,,,,,0,1255.462377999993,,,,D#4,,,144,63,7,,,,,,,,,,,65_1,8481 +ctl,,,,,,,660,1255.6597179999928,,,,,,,176,64,0,,,,,,,,,,,65_1,8482 +nof,,,,,,,1080,1255.8570579999928,,,,,,,144,70,0,,,,,,,,,,,65_1,8475 +nof,,,,,,,0,1255.8570579999928,,,,,,,144,84,0,,,,,,,,,,,65_1,8474 +nof,,,,,,,120,1255.8570579999928,,,,,,,144,63,0,,,,,,,,,,,65_1,8481 +non,,,,,,,0,1255.8570579999928,,,,G#4,,,144,68,7,,,,,,,,,,,65_1,8483 +ctl,,,,,,,60,1255.8570579999928,,,,,,,176,64,127,,,,,,,,,,,65_1,8484 +non,,,,,,,1050,1256.1530679999928,,,,F#2,,,144,42,7,,,,,,,,,,,65_1,8485 +nof,,,,,,,90,1256.4490779999928,,,,,,,144,42,0,,,,,,,,,,,65_1,8485 +non,,,,,,,0,1256.4490779999928,,,,E3,,,144,52,7,,,,,,,,,,,65_1,8486 +non,,,,,,,240,1256.6464179999928,,,,C6,,,144,84,7,,,,,,,,,,,65_1,8487 +non,,,,,,,0,1256.6464179999928,,,,A#4,,,144,70,7,,,,,,,,,,,65_1,8488 +nof,,,,,,,90,1256.7450879999928,,,,,,,144,52,0,,,,,,,,,,,65_1,8486 +non,,,,,,,0,1256.7450879999928,,,,A#3,,,144,58,7,,,,,,,,,,,65_1,8489 +nof,,,,,,,120,1257.0410979999929,,,,,,,144,70,0,,,,,,,,,,,65_1,8488 +nof,,,,,,,0,1257.0410979999929,,,,,,,144,84,0,,,,,,,,,,,65_1,8487 +non,,,,,,,0,1257.0410979999929,,,,D4,,,144,62,7,,,,,,,,,,,65_1,8490 +non,,,,,,,0,1257.0410979999929,,,,E5,,,144,76,7,,,,,,,,,,,65_1,8491 +nof,,,,,,,90,1257.0410979999929,,,,,,,144,58,0,,,,,,,,,,,65_1,8489 +non,,,,,,,0,1257.0410979999929,,,,A#3,,,144,58,7,,,,,,,,,,,65_1,8492 +nof,,,,,,,120,1257.4357779999928,,,,,,,144,58,0,,,,,,,,,,,65_1,8492 +non,,,,,,,0,1257.4357779999928,,,,E3,,,144,52,7,,,,,,,,,,,65_1,8493 +nof,,,,,,,600,1257.8304579999929,,,,,,,144,68,0,,,,,,,,,,,65_1,8483 +non,,,,,,,0,1257.8304579999929,,,,G#4,,,144,68,7,,,,,,,,,,,65_1,8494 +nof,,,,,,,120,1257.8304579999929,,,,,,,144,52,0,,,,,,,,,,,65_1,8493 +ctl,,,,,,,660,1258.0277979999928,,,,,,,176,64,0,,,,,,,,,,,65_1,8495 +non,,,,,,,120,1258.2251379999927,,,,F#2,,,144,42,9,,,,,,,,,,,65_1,8496 +ctl,,,,,,,60,1258.2251379999927,,,,,,,176,64,127,,,,,,,,,,,65_1,8497 +nof,,,,,,,120,1258.6198179999928,,,,,,,144,42,0,,,,,,,,,,,65_1,8496 +non,,,,,,,0,1258.6198179999928,,,,E3,,,144,52,9,,,,,,,,,,,65_1,8498 +nof,,,,,,,600,1259.0144979999927,,,,,,,144,76,0,,,,,,,,,,,65_1,8491 +nof,,,,,,,0,1259.0144979999927,,,,,,,144,62,0,,,,,,,,,,,65_1,8490 +non,,,,,,,0,1259.0144979999927,,,,F5,,,144,77,9,,,,,,,,,,,65_1,8499 +non,,,,,,,0,1259.0144979999927,,,,D#4,,,144,63,9,,,,,,,,,,,65_1,8500 +nof,,,,,,,120,1259.0144979999927,,,,,,,144,52,0,,,,,,,,,,,65_1,8498 +non,,,,,,,0,1259.0144979999927,,,,A#3,,,144,58,9,,,,,,,,,,,65_1,8501 +nof,,,,,,,480,1259.4091779999928,,,,,,,144,68,0,,,,,,,,,,,65_1,8494 +non,,,,,,,0,1259.4091779999928,,,,A3,,,144,57,9,,,,,,,,,,,65_1,8502 +nof,,,,,,,120,1259.4091779999928,,,,,,,144,58,0,,,,,,,,,,,65_1,8501 +non,,,,,,,0,1259.4091779999928,,,,A#3,,,144,58,9,,,,,,,,,,,65_1,8503 +nof,,,,,,,240,1259.8038579999927,,,,,,,144,63,0,,,,,,,,,,,65_1,8500 +nof,,,,,,,0,1259.8038579999927,,,,,,,144,77,0,,,,,,,,,,,65_1,8499 +non,,,,,,,0,1259.8038579999927,,,,F#5,,,144,78,9,,,,,,,,,,,65_1,8504 +non,,,,,,,0,1259.8038579999927,,,,E4,,,144,64,9,,,,,,,,,,,65_1,8505 +nof,,,,,,,120,1259.8038579999927,,,,,,,144,57,0,,,,,,,,,,,65_1,8502 +non,,,,,,,0,1259.8038579999927,,,,D#4,,,144,63,9,,,,,,,,,,,65_1,8506 +nof,,,,,,,120,1259.8038579999927,,,,,,,144,58,0,,,,,,,,,,,65_1,8503 +non,,,,,,,0,1259.8038579999927,,,,E3,,,144,52,9,,,,,,,,,,,65_1,8507 +nof,,,,,,,120,1260.1985379999928,,,,,,,144,63,0,,,,,,,,,,,65_1,8506 +non,,,,,,,0,1260.1985379999928,,,,D4,,,144,62,9,,,,,,,,,,,65_1,8508 +nof,,,,,,,120,1260.1985379999928,,,,,,,144,52,0,,,,,,,,,,,65_1,8507 +non,,,,,,,0,1260.1985379999928,,,,D4,,,144,62,9,,,,,,,,,,,65_1,8509 +ctl,,,,,,,660,1260.3958779999928,,,,,,,176,64,0,,,,,,,,,,,65_1,8510 +nof,,,,,,,240,1260.5932179999927,,,,,,,144,64,0,,,,,,,,,,,65_1,8505 +nof,,,,,,,0,1260.5932179999927,,,,,,,144,78,0,,,,,,,,,,,65_1,8504 +non,,,,,,,0,1260.5932179999927,,,,G5,,,144,79,11,,,,,,,,,,,65_1,8511 +non,,,,,,,0,1260.5932179999927,,,,F4,,,144,65,11,,,,,,,,,,,65_1,8512 +nof,,,,,,,120,1260.5932179999927,,,,,,,144,62,0,,,,,,,,,,,65_1,8509 +non,,,,,,,0,1260.5932179999927,,,,C#4,,,144,61,11,,,,,,,,,,,65_1,8513 +nof,,,,,,,120,1260.5932179999927,,,,,,,144,62,0,,,,,,,,,,,65_1,8514 +ctl,,,,,,,60,1260.5932179999927,,,,,,,176,64,127,,,,,,,,,,,65_1,8515 +non,,,,,,,90,1260.8892279999927,,,,A2,,,144,45,11,,,,,,,,,,,65_1,8516 +nof,,,,,,,90,1261.1852379999928,,,,,,,144,45,0,,,,,,,,,,,65_1,8516 +non,,,,,,,0,1261.1852379999928,,,,G3,,,144,55,11,,,,,,,,,,,65_1,8517 +nof,,,,,,,90,1261.4812479999928,,,,,,,144,55,0,,,,,,,,,,,65_1,8517 +non,,,,,,,0,1261.4812479999928,,,,C4,,,144,60,11,,,,,,,,,,,65_1,8518 +nof,,,,,,,360,1261.7772579999928,,,,,,,144,61,0,,,,,,,,,,,65_1,8513 +non,,,,,,,0,1261.7772579999928,,,,C#4,,,144,61,11,,,,,,,,,,,65_1,8519 +nof,,,,,,,90,1261.7772579999928,,,,,,,144,60,0,,,,,,,,,,,65_1,8518 +non,,,,,,,0,1261.7772579999928,,,,C4,,,144,60,11,,,,,,,,,,,65_1,8520 +nof,,,,,,,120,1262.1719379999927,,,,,,,144,60,0,,,,,,,,,,,65_1,8520 +non,,,,,,,0,1262.1719379999927,,,,G3,,,144,55,11,,,,,,,,,,,65_1,8521 +nof,,,,,,,120,1262.5666179999928,,,,,,,144,55,0,,,,,,,,,,,65_1,8521 +non,,,,,,,0,1262.5666179999928,,,,B4,,,144,71,11,,,,,,,,,,,65_1,8522 +ctl,,,,,,,660,1262.7639579999927,,,,,,,176,64,0,,,,,,,,,,,65_1,8523 +nof,,,,,,,720,1262.961297999993,,,,,,,144,65,0,,,,,,,,,,,65_1,8512 +nof,,,,,,,0,1262.961297999993,,,,,,,144,79,0,,,,,,,,,,,65_1,8511 +non,,,,,,,0,1262.961297999993,,,,C#6,,,144,85,13,,,,,,,,,,,65_1,8524 +non,,,,,,,0,1262.961297999993,,,,B4,,,144,71,13,,,,,,,,,,,65_1,8525 +nof,,,,,,,360,1262.961297999993,,,,,,,144,61,0,,,,,,,,,,,65_1,8519 +non,,,,,,,0,1262.961297999993,,,,C#4,,,144,61,13,,,,,,,,,,,65_1,8526 +nof,,,,,,,120,1262.961297999993,,,,,,,144,71,0,,,,,,,,,,,65_1,8525 +non,,,,,,,0,1262.961297999993,,,,D#2,,,144,39,13,,,,,,,,,,,65_1,8527 +ctl,,,,,,,60,1262.961297999993,,,,,,,176,64,127,,,,,,,,,,,65_1,8528 +nof,,,,,,,120,1263.3559779999928,,,,,,,144,39,0,,,,,,,,,,,65_1,8527 +non,,,,,,,0,1263.3559779999928,,,,A2,,,144,45,13,,,,,,,,,,,65_1,8529 +nof,,,,,,,240,1263.7506579999929,,,,,,,144,71,0,,,,,,,,,,,65_1,8530 +nof,,,,,,,0,1263.7506579999929,,,,,,,144,85,0,,,,,,,,,,,65_1,8524 +non,,,,,,,0,1263.7506579999929,,,,D6,,,144,86,13,,,,,,,,,,,65_1,8531 +non,,,,,,,0,1263.7506579999929,,,,C5,,,144,72,13,,,,,,,,,,,65_1,8532 +nof,,,,,,,120,1263.7506579999929,,,,,,,144,45,0,,,,,,,,,,,65_1,8529 +non,,,,,,,0,1263.7506579999929,,,,G3,,,144,55,13,,,,,,,,,,,65_1,8533 +nof,,,,,,,120,1264.1453379999928,,,,,,,144,55,0,,,,,,,,,,,65_1,8533 +non,,,,,,,0,1264.1453379999928,,,,G4,,,144,67,13,,,,,,,,,,,65_1,8534 +nof,,,,,,,240,1264.5400179999929,,,,,,,144,72,0,,,,,,,,,,,65_1,8532 +nof,,,,,,,0,1264.5400179999929,,,,,,,144,86,0,,,,,,,,,,,65_1,8531 +non,,,,,,,0,1264.5400179999929,,,,D#6,,,144,87,13,,,,,,,,,,,65_1,8535 +non,,,,,,,0,1264.5400179999929,,,,C#5,,,144,73,13,,,,,,,,,,,65_1,8536 +nof,,,,,,,480,1264.5400179999929,,,,,,,144,61,0,,,,,,,,,,,65_1,8526 +non,,,,,,,0,1264.5400179999929,,,,C4,,,144,60,13,,,,,,,,,,,65_1,8537 +nof,,,,,,,120,1264.5400179999929,,,,,,,144,67,0,,,,,,,,,,,65_1,8534 +non,,,,,,,0,1264.5400179999929,,,,D4,,,144,62,13,,,,,,,,,,,65_1,8538 +nof,,,,,,,120,1264.9346979999927,,,,,,,144,60,0,,,,,,,,,,,65_1,8537 +non,,,,,,,0,1264.9346979999927,,,,B3,,,144,59,13,,,,,,,,,,,65_1,8539 +nof,,,,,,,120,1264.9346979999927,,,,,,,144,62,0,,,,,,,,,,,65_1,8538 +non,,,,,,,0,1264.9346979999927,,,,G4,,,144,67,13,,,,,,,,,,,65_1,8540 +ctl,,,,,,,660,1265.1320379999927,,,,,,,176,64,0,,,,,,,,,,,65_1,8541 +nof,,,,,,,240,1265.3293779999929,,,,,,,144,73,0,,,,,,,,,,,65_1,8536 +nof,,,,,,,0,1265.3293779999929,,,,,,,144,87,0,,,,,,,,,,,65_1,8535 +nof,,,,,,,120,1265.3293779999929,,,,,,,144,59,0,,,,,,,,,,,65_1,8539 +non,,,,,,,0,1265.3293779999929,,,,A#3,,,144,58,7,,,,,,,,,,,65_1,8542 +nof,,,,,,,120,1265.3293779999929,,,,,,,144,67,0,,,,,,,,,,,65_1,8540 +ctl,,,,,,,60,1265.3293779999929,,,,,,,176,64,127,,,,,,,,,,,65_1,8543 +non,,,,,,,90,1265.6253879999929,,,,E6,,,144,88,7,,,,,,,,,,,65_1,8544 +non,,,,,,,0,1265.6253879999929,,,,D5,,,144,74,7,,,,,,,,,,,65_1,8545 +non,,,,,,,90,1265.6253879999929,,,,F#2,,,144,42,7,,,,,,,,,,,65_1,8546 +nof,,,,,,,90,1265.9213979999927,,,,,,,144,74,0,,,,,,,,,,,65_1,8545 +nof,,,,,,,0,1265.9213979999927,,,,,,,144,88,0,,,,,,,,,,,65_1,8544 +non,,,,,,,0,1265.9213979999927,,,,A5,,,144,81,7,,,,,,,,,,,65_1,8547 +non,,,,,,,0,1265.9213979999927,,,,G4,,,144,67,7,,,,,,,,,,,65_1,8548 +nof,,,,,,,90,1265.9213979999927,,,,,,,144,42,0,,,,,,,,,,,65_1,8546 +non,,,,,,,0,1265.9213979999927,,,,E3,,,144,52,7,,,,,,,,,,,65_1,8549 +nof,,,,,,,240,1266.1187379999928,,,,,,,144,58,0,,,,,,,,,,,65_1,8542 +nof,,,,,,,90,1266.2174079999927,,,,,,,144,67,0,,,,,,,,,,,65_1,8548 +nof,,,,,,,0,1266.2174079999927,,,,,,,144,81,0,,,,,,,,,,,65_1,8547 +non,,,,,,,0,1266.2174079999927,,,,A#5,,,144,82,7,,,,,,,,,,,65_1,8550 +non,,,,,,,0,1266.2174079999927,,,,G#4,,,144,68,7,,,,,,,,,,,65_1,8551 +nof,,,,,,,90,1266.2174079999927,,,,,,,144,52,0,,,,,,,,,,,65_1,8549 +non,,,,,,,0,1266.2174079999927,,,,A#3,,,144,58,7,,,,,,,,,,,65_1,8552 +nof,,,,,,,90,1266.5134179999927,,,,,,,144,68,0,,,,,,,,,,,65_1,8551 +nof,,,,,,,0,1266.5134179999927,,,,,,,144,82,0,,,,,,,,,,,65_1,8550 +non,,,,,,,0,1266.5134179999927,,,,D4,,,144,62,7,,,,,,,,,,,65_1,8553 +non,,,,,,,0,1266.5134179999927,,,,E5,,,144,76,7,,,,,,,,,,,65_1,8554 +nof,,,,,,,90,1266.5134179999927,,,,,,,144,58,0,,,,,,,,,,,65_1,8552 +non,,,,,,,0,1266.5134179999927,,,,A#3,,,144,58,7,,,,,,,,,,,65_1,8555 +nof,,,,,,,120,1266.9080979999928,,,,,,,144,58,0,,,,,,,,,,,65_1,8555 +non,,,,,,,0,1266.9080979999928,,,,E3,,,144,52,7,,,,,,,,,,,65_1,8556 +nof,,,,,,,120,1267.3027779999927,,,,,,,144,52,0,,,,,,,,,,,65_1,8556 +non,,,,,,,0,1267.3027779999927,,,,G#4,,,144,68,7,,,,,,,,,,,65_1,8557 +nof,,,,,,,300,1267.5001179999929,,,,,,,144,76,0,,,,,,,,,,,65_1,8554 +nof,,,,,,,0,1267.5001179999929,,,,,,,144,62,0,,,,,,,,,,,65_1,8553 +non,,,,,,,0,1267.5001179999929,,,,D#4,,,144,63,7,,,,,,,,,,,65_1,8558 +non,,,,,,,0,1267.5001179999929,,,,F5,,,144,77,7,,,,,,,,,,,65_1,8559 +ctl,,,,,,,660,1267.5001179999929,,,,,,,176,64,0,,,,,,,,,,,65_1,8560 +nof,,,,,,,60,1267.6974579999928,,,,,,,144,77,0,,,,,,,,,,,65_1,8559 +nof,,,,,,,0,1267.6974579999928,,,,,,,144,63,0,,,,,,,,,,,65_1,8558 +non,,,,,,,0,1267.6974579999928,,,,F#5,,,144,78,7,,,,,,,,,,,65_1,8561 +non,,,,,,,0,1267.6974579999928,,,,E4,,,144,64,7,,,,,,,,,,,65_1,8562 +non,,,,,,,480,1267.6974579999928,,,,D#4,,,144,63,7,,,,,,,,,,,65_1,8563 +nof,,,,,,,120,1267.6974579999928,,,,,,,144,68,0,,,,,,,,,,,65_1,8557 +non,,,,,,,0,1267.6974579999928,,,,C3,,,144,48,7,,,,,,,,,,,65_1,8564 +ctl,,,,,,,60,1267.6974579999928,,,,,,,176,64,127,,,,,,,,,,,65_1,8565 +nof,,,,,,,120,1268.0921379999927,,,,,,,144,48,0,,,,,,,,,,,65_1,8564 +non,,,,,,,0,1268.0921379999927,,,,E3,,,144,52,7,,,,,,,,,,,65_1,8566 +nof,,,,,,,120,1268.4868179999928,,,,,,,144,52,0,,,,,,,,,,,65_1,8566 +non,,,,,,,0,1268.4868179999928,,,,A#3,,,144,58,7,,,,,,,,,,,65_1,8567 +nof,,,,,,,120,1268.8814979999927,,,,,,,144,58,0,,,,,,,,,,,65_1,8567 +non,,,,,,,0,1268.8814979999927,,,,F#2,,,144,42,7,,,,,,,,,,,65_1,8568 +nof,,,,,,,120,1269.2761779999928,,,,,,,144,42,0,,,,,,,,,,,65_1,8568 +non,,,,,,,0,1269.2761779999928,,,,E3,,,144,52,7,,,,,,,,,,,65_1,8569 +nof,,,,,,,120,1269.6708579999927,,,,,,,144,52,0,,,,,,,,,,,65_1,8569 +non,,,,,,,0,1269.6708579999927,,,,A#3,,,144,58,7,,,,,,,,,,,65_1,8570 +nof,,,,,,,660,1269.8681979999928,,,,,,,144,63,0,,,,,,,,,,,65_1,8563 +non,,,,,,,0,1269.8681979999928,,,,D#4,,,144,63,7,,,,,,,,,,,65_1,8571 +ctl,,,,,,,660,1269.8681979999928,,,,,,,176,64,0,,,,,,,,,,,65_1,8572 +nof,,,,,,,60,1270.0655379999928,,,,,,,144,63,0,,,,,,,,,,,65_1,8571 +non,,,,,,,0,1270.0655379999928,,,,D#4,,,144,63,7,,,,,,,,,,,65_1,8573 +nof,,,,,,,120,1270.0655379999928,,,,,,,144,58,0,,,,,,,,,,,65_1,8570 +ctl,,,,,,,60,1270.0655379999928,,,,,,,176,64,127,,,,,,,,,,,65_1,8574 +non,,,,,,,90,1270.3615479999928,,,,C1,,,144,24,7,,,,,,,,,,,65_1,8575 +non,,,,,,,0,1270.3615479999928,,,,C2,,,144,36,7,,,,,,,,,,,65_1,8576 +nof,,,,,,,90,1270.6575579999928,,,,,,,144,36,0,,,,,,,,,,,65_1,8576 +nof,,,,,,,0,1270.6575579999928,,,,,,,144,24,0,,,,,,,,,,,65_1,8575 +non,,,,,,,0,1270.6575579999928,,,,A#2,,,144,46,7,,,,,,,,,,,65_1,8577 +nof,,,,,,,960,1270.8548979999928,,,,,,,144,64,0,,,,,,,,,,,65_1,8562 +nof,,,,,,,0,1270.8548979999928,,,,,,,144,78,0,,,,,,,,,,,65_1,8561 +non,,,,,,,0,1270.8548979999928,,,,F#5,,,144,78,7,,,,,,,,,,,65_1,8578 +non,,,,,,,0,1270.8548979999928,,,,E4,,,144,64,7,,,,,,,,,,,65_1,8579 +nof,,,,,,,90,1270.9535679999929,,,,,,,144,46,0,,,,,,,,,,,65_1,8577 +non,,,,,,,0,1270.9535679999929,,,,E3,,,144,52,7,,,,,,,,,,,65_1,8580 +nof,,,,,,,120,1271.2495779999929,,,,,,,144,64,0,,,,,,,,,,,65_1,8579 +nof,,,,,,,0,1271.2495779999929,,,,,,,144,78,0,,,,,,,,,,,65_1,8578 +non,,,,,,,0,1271.2495779999929,,,,C6,,,144,84,7,,,,,,,,,,,65_1,8581 +non,,,,,,,0,1271.2495779999929,,,,A#4,,,144,70,7,,,,,,,,,,,65_1,8582 +nof,,,,,,,90,1271.2495779999929,,,,,,,144,52,0,,,,,,,,,,,65_1,8580 +non,,,,,,,0,1271.2495779999929,,,,G#3,,,144,56,7,,,,,,,,,,,65_1,8583 +nof,,,,,,,480,1271.6442579999928,,,,,,,144,63,0,,,,,,,,,,,65_1,8573 +non,,,,,,,0,1271.6442579999928,,,,D#4,,,144,63,7,,,,,,,,,,,65_1,8584 +nof,,,,,,,120,1271.6442579999928,,,,,,,144,56,0,,,,,,,,,,,65_1,8583 +ctl,,,,,,,660,1272.2362779999928,,,,,,,176,64,0,,,,,,,,,,,65_1,8585 +ctl,,,,,,,60,1272.4336179999927,,,,,,,176,64,127,,,,,,,,,,,65_1,8586 +nof,,,,,,,360,1272.8282979999929,,,,,,,144,63,0,,,,,,,,,,,65_1,8584 +non,,,,,,,0,1272.8282979999929,,,,D#4,,,144,63,7,,,,,,,,,,,65_1,8587 +nof,,,,,,,480,1274.4070179999928,,,,,,,144,63,0,,,,,,,,,,,65_1,8587 +non,,,,,,,0,1274.4070179999928,,,,D#4,,,144,63,7,,,,,,,,,,,65_1,8588 +ctl,,,,,,,660,1274.6043579999928,,,,,,,176,64,0,,,,,,,,,,,65_1,8589 +nof,,,,,,,1080,1274.8016979999927,,,,,,,144,70,0,,,,,,,,,,,65_1,8582 +nof,,,,,,,0,1274.8016979999927,,,,,,,144,84,0,,,,,,,,,,,65_1,8581 +non,,,,,,,0,1274.8016979999927,,,,E5,,,144,76,7,,,,,,,,,,,65_1,8590 +non,,,,,,,0,1274.8016979999927,,,,D4,,,144,62,7,,,,,,,,,,,65_1,8591 +nof,,,,,,,120,1274.8016979999927,,,,,,,144,63,0,,,,,,,,,,,65_1,8588 +non,,,,,,,0,1274.8016979999927,,,,A#3,,,144,58,7,,,,,,,,,,,65_1,8592 +non,,,,,,,0,1274.8016979999927,,,,F#3,,,144,54,7,,,,,,,,,,,65_1,8593 +non,,,,,,,0,1274.8016979999927,,,,C3,,,144,48,7,,,,,,,,,,,65_1,8594 +ctl,,,,,,,60,1274.8016979999927,,,,,,,176,64,127,,,,,,,,,,,65_1,8595 +nof,,,,,,,60,1274.9405379999928,,,,,,,144,62,0,,,,,,,,,,,65_1,8591 +nof,,,,,,,0,1274.9405379999928,,,,,,,144,76,0,,,,,,,,,,,65_1,8590 +non,,,,,,,0,1274.9405379999928,,,,F5,,,144,77,7,,,,,,,,,,,65_1,8596 +non,,,,,,,0,1274.9405379999928,,,,D#4,,,144,63,7,,,,,,,,,,,65_1,8597 +nof,,,,,,,60,1275.0793779999929,,,,,,,144,63,0,,,,,,,,,,,65_1,8597 +nof,,,,,,,0,1275.0793779999929,,,,,,,144,77,0,,,,,,,,,,,65_1,8596 +non,,,,,,,0,1275.0793779999929,,,,F#5,,,144,78,7,,,,,,,,,,,65_1,8598 +non,,,,,,,0,1275.0793779999929,,,,E4,,,144,64,7,,,,,,,,,,,65_1,8599 +ctl,,,,,,,120,1275.0793779999929,,,,,,,176,64,0,,,,,,,,,,,65_1,8600 +nof,,,,,,,60,1275.2182179999927,,,,,,,144,64,0,,,,,,,,,,,65_1,8599 +nof,,,,,,,0,1275.2182179999927,,,,,,,144,78,0,,,,,,,,,,,65_1,8598 +non,,,,,,,0,1275.2182179999927,,,,G5,,,144,79,7,,,,,,,,,,,65_1,8601 +non,,,,,,,0,1275.2182179999927,,,,F4,,,144,65,7,,,,,,,,,,,65_1,8602 +nof,,,,,,,180,1275.2182179999927,,,,,,,144,48,0,,,,,,,,,,,65_1,8594 +nof,,,,,,,0,1275.2182179999927,,,,,,,144,54,0,,,,,,,,,,,65_1,8593 +nof,,,,,,,0,1275.2182179999927,,,,,,,144,58,0,,,,,,,,,,,65_1,8592 +non,,,,,,,0,1275.2182179999927,,,,C#4,,,144,61,7,,,,,,,,,,,65_1,8603 +non,,,,,,,0,1275.2182179999927,,,,A3,,,144,57,7,,,,,,,,,,,65_1,8604 +non,,,,,,,0,1275.2182179999927,,,,D#3,,,144,51,7,,,,,,,,,,,65_1,8605 +ctl,,,,,,,60,1275.2182179999927,,,,,,,176,64,127,,,,,,,,,,,65_1,8606 +nof,,,,,,,60,1275.3570579999928,,,,,,,144,65,0,,,,,,,,,,,65_1,8602 +nof,,,,,,,0,1275.3570579999928,,,,,,,144,79,0,,,,,,,,,,,65_1,8601 +non,,,,,,,0,1275.3570579999928,,,,G#5,,,144,80,7,,,,,,,,,,,65_1,8607 +non,,,,,,,0,1275.3570579999928,,,,F#4,,,144,66,7,,,,,,,,,,,65_1,8608 +nof,,,,,,,60,1275.4958979999928,,,,,,,144,66,0,,,,,,,,,,,65_1,8608 +nof,,,,,,,0,1275.4958979999928,,,,,,,144,80,0,,,,,,,,,,,65_1,8607 +non,,,,,,,0,1275.4958979999928,,,,A5,,,144,81,7,,,,,,,,,,,65_1,8609 +non,,,,,,,0,1275.4958979999928,,,,G4,,,144,67,7,,,,,,,,,,,65_1,8610 +ctl,,,,,,,120,1275.4958979999928,,,,,,,176,64,0,,,,,,,,,,,65_1,8611 +nof,,,,,,,60,1275.6347379999927,,,,,,,144,67,0,,,,,,,,,,,65_1,8610 +nof,,,,,,,0,1275.6347379999927,,,,,,,144,81,0,,,,,,,,,,,65_1,8609 +non,,,,,,,0,1275.6347379999927,,,,A#5,,,144,82,9,,,,,,,,,,,65_1,8612 +non,,,,,,,0,1275.6347379999927,,,,G#4,,,144,68,9,,,,,,,,,,,65_1,8613 +nof,,,,,,,180,1275.6347379999927,,,,,,,144,51,0,,,,,,,,,,,65_1,8605 +nof,,,,,,,0,1275.6347379999927,,,,,,,144,57,0,,,,,,,,,,,65_1,8604 +nof,,,,,,,0,1275.6347379999927,,,,,,,144,61,0,,,,,,,,,,,65_1,8603 +non,,,,,,,0,1275.6347379999927,,,,E4,,,144,64,9,,,,,,,,,,,65_1,8614 +non,,,,,,,0,1275.6347379999927,,,,F#3,,,144,54,9,,,,,,,,,,,65_1,8615 +non,,,,,,,0,1275.6347379999927,,,,C3,,,144,48,9,,,,,,,,,,,65_1,8616 +ctl,,,,,,,60,1275.6347379999927,,,,,,,176,64,127,,,,,,,,,,,65_1,8617 +nof,,,,,,,60,1275.7735779999928,,,,,,,144,68,0,,,,,,,,,,,65_1,8613 +nof,,,,,,,0,1275.7735779999928,,,,,,,144,82,0,,,,,,,,,,,65_1,8612 +non,,,,,,,0,1275.7735779999928,,,,B5,,,144,83,9,,,,,,,,,,,65_1,8618 +non,,,,,,,0,1275.7735779999928,,,,A4,,,144,69,9,,,,,,,,,,,65_1,8619 +nof,,,,,,,60,1275.9124179999928,,,,,,,144,69,0,,,,,,,,,,,65_1,8619 +nof,,,,,,,0,1275.9124179999928,,,,,,,144,83,0,,,,,,,,,,,65_1,8618 +non,,,,,,,0,1275.9124179999928,,,,C6,,,144,84,11,,,,,,,,,,,65_1,8620 +non,,,,,,,0,1275.9124179999928,,,,A#4,,,144,70,11,,,,,,,,,,,65_1,8621 +ctl,,,,,,,120,1275.9124179999928,,,,,,,176,64,0,,,,,,,,,,,65_1,8622 +non,,,,,,,135,1275.9471279999927,,,,A2,,,144,45,11,,,,,,,,,,,65_1,8623 +non,,,,,,,15,1275.9818379999929,,,,D#3,,,144,51,11,,,,,,,,,,,65_1,8624 +non,,,,,,,15,1276.0165479999928,,,,C#4,,,144,61,11,,,,,,,,,,,65_1,8625 +nof,,,,,,,60,1276.0512579999927,,,,,,,144,70,0,,,,,,,,,,,65_1,8621 +nof,,,,,,,0,1276.0512579999927,,,,,,,144,84,0,,,,,,,,,,,65_1,8620 +non,,,,,,,0,1276.0512579999927,,,,C#6,,,144,85,11,,,,,,,,,,,65_1,8626 +non,,,,,,,0,1276.0512579999927,,,,B4,,,144,71,11,,,,,,,,,,,65_1,8627 +nof,,,,,,,15,1276.0512579999927,,,,,,,144,48,0,,,,,,,,,,,65_1,8616 +nof,,,,,,,0,1276.0512579999927,,,,,,,144,64,0,,,,,,,,,,,65_1,8614 +nof,,,,,,,0,1276.0512579999927,,,,,,,144,54,0,,,,,,,,,,,65_1,8615 +non,,,,,,,0,1276.0512579999927,,,,G4,,,144,67,11,,,,,,,,,,,65_1,8628 +ctl,,,,,,,60,1276.0512579999927,,,,,,,176,64,127,,,,,,,,,,,65_1,8629 +nof,,,,,,,60,1276.1900979999928,,,,,,,144,71,0,,,,,,,,,,,65_1,8627 +nof,,,,,,,0,1276.1900979999928,,,,,,,144,85,0,,,,,,,,,,,65_1,8626 +non,,,,,,,0,1276.1900979999928,,,,D6,,,144,86,13,,,,,,,,,,,65_1,8630 +non,,,,,,,0,1276.1900979999928,,,,C5,,,144,72,13,,,,,,,,,,,65_1,8631 +nof,,,,,,,60,1276.3289379999928,,,,,,,144,72,0,,,,,,,,,,,65_1,8631 +nof,,,,,,,0,1276.3289379999928,,,,,,,144,86,0,,,,,,,,,,,65_1,8630 +non,,,,,,,0,1276.3289379999928,,,,D#6,,,144,87,13,,,,,,,,,,,65_1,8632 +non,,,,,,,0,1276.3289379999928,,,,C#5,,,144,73,13,,,,,,,,,,,65_1,8633 +ctl,,,,,,,120,1276.3289379999928,,,,,,,176,64,0,,,,,,,,,,,65_1,8634 +nof,,,,,,,60,1276.467777999993,,,,,,,144,73,0,,,,,,,,,,,65_1,8633 +nof,,,,,,,0,1276.467777999993,,,,,,,144,87,0,,,,,,,,,,,65_1,8632 +nof,,,,,,,180,1276.467777999993,,,,,,,144,67,0,,,,,,,,,,,65_1,8628 +nof,,,,,,,0,1276.467777999993,,,,,,,144,61,0,,,,,,,,,,,65_1,8625 +nof,,,,,,,0,1276.467777999993,,,,,,,144,51,0,,,,,,,,,,,65_1,8624 +nof,,,,,,,0,1276.467777999993,,,,,,,144,45,0,,,,,,,,,,,65_1,8623 +non,,,,,,,0,1276.467777999993,,,,D#4,,,144,63,13,,,,,,,,,,,65_1,8635 +non,,,,,,,1680,1276.467777999993,,,,G#4,,,144,68,13,,,,,,,,,,,65_1,8636 +non,,,,,,,0,1276.467777999993,,,,A#3,,,144,58,13,,,,,,,,,,,65_1,8637 +ctl,,,,,,,60,1276.467777999993,,,,,,,176,64,127,,,,,,,,,,,65_1,8638 +nof,,,,,,,45,1276.5719079999928,,,,,,,144,63,0,,,,,,,,,,,65_1,8635 +non,,,,,,,0,1276.5719079999928,,,,D4,,,144,62,13,,,,,,,,,,,65_1,8639 +non,,,,,,,60,1276.6066179999927,,,,E6,,,144,88,13,,,,,,,,,,,65_1,8640 +non,,,,,,,0,1276.6066179999927,,,,D5,,,144,74,13,,,,,,,,,,,65_1,8641 +nof,,,,,,,45,1276.6760379999928,,,,,,,144,62,0,,,,,,,,,,,65_1,8639 +nof,,,,,,,90,1276.6760379999928,,,,,,,144,58,0,,,,,,,,,,,65_1,8637 +nof,,,,,,,0,1276.6760379999928,,,,,,,144,68,0,,,,,,,,,,,65_1,8636 +non,,,,,,,0,1276.6760379999928,,,,E3,,,144,52,13,,,,,,,,,,,65_1,8642 +nof,,,,,,,60,1276.7454579999928,,,,,,,144,74,0,,,,,,,,,,,65_1,8641 +nof,,,,,,,0,1276.7454579999928,,,,,,,144,88,0,,,,,,,,,,,65_1,8640 +non,,,,,,,0,1276.7454579999928,,,,E6,,,144,88,13,,,,,,,,,,,65_1,8643 +non,,,,,,,0,1276.7454579999928,,,,D5,,,144,74,13,,,,,,,,,,,65_1,8644 +nof,,,,,,,45,1276.7801679999927,,,,,,,144,52,0,,,,,,,,,,,65_1,8642 +non,,,,,,,0,1276.7801679999927,,,,F#2,,,144,42,13,,,,,,,,,,,65_1,8645 +nof,,,,,,,60,1276.884297999993,,,,,,,144,74,0,,,,,,,,,,,65_1,8644 +nof,,,,,,,0,1276.884297999993,,,,,,,144,88,0,,,,,,,,,,,65_1,8643 +non,,,,,,,0,1276.884297999993,,,,A#5,,,144,82,13,,,,,,,,,,,65_1,8646 +non,,,,,,,0,1276.884297999993,,,,G#4,,,144,68,13,,,,,,,,,,,65_1,8647 +nof,,,,,,,45,1276.884297999993,,,,,,,144,42,0,,,,,,,,,,,65_1,8645 +nof,,,,,,,60,1277.0231379999927,,,,,,,144,68,0,,,,,,,,,,,65_1,8647 +nof,,,,,,,0,1277.0231379999927,,,,,,,144,82,0,,,,,,,,,,,65_1,8646 +non,,,,,,,0,1277.0231379999927,,,,A5,,,144,81,13,,,,,,,,,,,65_1,8648 +non,,,,,,,0,1277.0231379999927,,,,G4,,,144,67,13,,,,,,,,,,,65_1,8649 +nof,,,,,,,60,1277.1619779999928,,,,,,,144,67,0,,,,,,,,,,,65_1,8649 +nof,,,,,,,0,1277.1619779999928,,,,,,,144,81,0,,,,,,,,,,,65_1,8648 +non,,,,,,,0,1277.1619779999928,,,,G#5,,,144,80,13,,,,,,,,,,,65_1,8650 +non,,,,,,,0,1277.1619779999928,,,,F#4,,,144,66,13,,,,,,,,,,,65_1,8651 +ctl,,,,,,,300,1277.1619779999928,,,,,,,176,64,0,,,,,,,,,,,65_1,8652 +nof,,,,,,,60,1277.300817999993,,,,,,,144,66,0,,,,,,,,,,,65_1,8651 +nof,,,,,,,0,1277.300817999993,,,,,,,144,80,0,,,,,,,,,,,65_1,8650 +non,,,,,,,0,1277.300817999993,,,,G5,,,144,79,13,,,,,,,,,,,65_1,8653 +non,,,,,,,0,1277.300817999993,,,,F4,,,144,65,13,,,,,,,,,,,65_1,8654 +non,,,,,,,270,1277.300817999993,,,,C#4,,,144,61,13,,,,,,,,,,,65_1,8655 +non,,,,,,,0,1277.300817999993,,,,D#3,,,144,51,13,,,,,,,,,,,65_1,8656 +non,,,,,,,0,1277.300817999993,,,,A2,,,144,45,13,,,,,,,,,,,65_1,8657 +ctl,,,,,,,60,1277.300817999993,,,,,,,176,64,127,,,,,,,,,,,65_1,8658 +ctl,,,,,,,300,1277.9950179999928,,,,,,,176,64,0,,,,,,,,,,,65_1,8659 +nof,,,,,,,360,1278.1338579999929,,,,,,,144,65,0,,,,,,,,,,,65_1,8654 +nof,,,,,,,0,1278.1338579999929,,,,,,,144,79,0,,,,,,,,,,,65_1,8653 +non,,,,,,,0,1278.1338579999929,,,,G5,,,144,79,13,,,,,,,,,,,65_1,8660 +non,,,,,,,0,1278.1338579999929,,,,F4,,,144,65,13,,,,,,,,,,,65_1,8661 +nof,,,,,,,360,1278.1338579999929,,,,,,,144,45,0,,,,,,,,,,,65_1,8657 +nof,,,,,,,0,1278.1338579999929,,,,,,,144,51,0,,,,,,,,,,,65_1,8656 +nof,,,,,,,0,1278.1338579999929,,,,,,,144,61,0,,,,,,,,,,,65_1,8655 +non,,,,,,,0,1278.1338579999929,,,,C#4,,,144,61,13,,,,,,,,,,,65_1,8662 +non,,,,,,,0,1278.1338579999929,,,,A3,,,144,57,13,,,,,,,,,,,65_1,8663 +ctl,,,,,,,60,1278.1338579999929,,,,,,,176,64,127,,,,,,,,,,,65_1,8664 +nof,,,,,,,60,1278.2726979999927,,,,,,,144,65,0,,,,,,,,,,,65_1,8661 +nof,,,,,,,0,1278.2726979999927,,,,,,,144,79,0,,,,,,,,,,,65_1,8660 +non,,,,,,,0,1278.2726979999927,,,,G#5,,,144,80,13,,,,,,,,,,,65_1,8665 +non,,,,,,,0,1278.2726979999927,,,,F#4,,,144,66,13,,,,,,,,,,,65_1,8666 +nof,,,,,,,60,1278.4115379999928,,,,,,,144,66,0,,,,,,,,,,,65_1,8666 +nof,,,,,,,0,1278.4115379999928,,,,,,,144,80,0,,,,,,,,,,,65_1,8665 +non,,,,,,,0,1278.4115379999928,,,,A5,,,144,81,13,,,,,,,,,,,65_1,8667 +non,,,,,,,0,1278.4115379999928,,,,G4,,,144,67,13,,,,,,,,,,,65_1,8668 +ctl,,,,,,,120,1278.4115379999928,,,,,,,176,64,0,,,,,,,,,,,65_1,8669 +nof,,,,,,,60,1278.5503779999929,,,,,,,144,67,0,,,,,,,,,,,65_1,8668 +nof,,,,,,,0,1278.5503779999929,,,,,,,144,81,0,,,,,,,,,,,65_1,8667 +non,,,,,,,0,1278.5503779999929,,,,A#5,,,144,82,13,,,,,,,,,,,65_1,8670 +non,,,,,,,0,1278.5503779999929,,,,G#4,,,144,68,13,,,,,,,,,,,65_1,8671 +nof,,,,,,,180,1278.5503779999929,,,,,,,144,57,0,,,,,,,,,,,65_1,8663 +nof,,,,,,,0,1278.5503779999929,,,,,,,144,61,0,,,,,,,,,,,65_1,8662 +non,,,,,,,0,1278.5503779999929,,,,E4,,,144,64,13,,,,,,,,,,,65_1,8672 +non,,,,,,,0,1278.5503779999929,,,,C4,,,144,60,13,,,,,,,,,,,65_1,8673 +non,,,,,,,0,1278.5503779999929,,,,F#3,,,144,54,13,,,,,,,,,,,65_1,8674 +ctl,,,,,,,60,1278.5503779999929,,,,,,,176,64,127,,,,,,,,,,,65_1,8675 +nof,,,,,,,60,1278.6892179999927,,,,,,,144,68,0,,,,,,,,,,,65_1,8671 +nof,,,,,,,0,1278.6892179999927,,,,,,,144,82,0,,,,,,,,,,,65_1,8670 +non,,,,,,,0,1278.6892179999927,,,,B5,,,144,83,13,,,,,,,,,,,65_1,8676 +non,,,,,,,0,1278.6892179999927,,,,A4,,,144,69,13,,,,,,,,,,,65_1,8677 +nof,,,,,,,60,1278.8280579999928,,,,,,,144,69,0,,,,,,,,,,,65_1,8677 +nof,,,,,,,0,1278.8280579999928,,,,,,,144,83,0,,,,,,,,,,,65_1,8676 +non,,,,,,,0,1278.8280579999928,,,,C6,,,144,84,13,,,,,,,,,,,65_1,8678 +non,,,,,,,0,1278.8280579999928,,,,A#4,,,144,70,13,,,,,,,,,,,65_1,8679 +ctl,,,,,,,120,1278.8280579999928,,,,,,,176,64,0,,,,,,,,,,,65_1,8680 +nof,,,,,,,60,1278.9668979999929,,,,,,,144,70,0,,,,,,,,,,,65_1,8679 +nof,,,,,,,0,1278.9668979999929,,,,,,,144,84,0,,,,,,,,,,,65_1,8678 +non,,,,,,,0,1278.9668979999929,,,,C#6,,,144,85,9,,,,,,,,,,,65_1,8681 +non,,,,,,,0,1278.9668979999929,,,,B4,,,144,71,9,,,,,,,,,,,65_1,8682 +nof,,,,,,,180,1278.9668979999929,,,,,,,144,54,0,,,,,,,,,,,65_1,8674 +nof,,,,,,,0,1278.9668979999929,,,,,,,144,60,0,,,,,,,,,,,65_1,8673 +nof,,,,,,,0,1278.9668979999929,,,,,,,144,64,0,,,,,,,,,,,65_1,8672 +non,,,,,,,0,1278.9668979999929,,,,G4,,,144,67,9,,,,,,,,,,,65_1,8683 +non,,,,,,,0,1278.9668979999929,,,,A3,,,144,57,9,,,,,,,,,,,65_1,8684 +non,,,,,,,0,1278.9668979999929,,,,D#3,,,144,51,9,,,,,,,,,,,65_1,8685 +ctl,,,,,,,60,1278.9668979999929,,,,,,,176,64,127,,,,,,,,,,,65_1,8686 +nof,,,,,,,60,1279.1057379999927,,,,,,,144,71,0,,,,,,,,,,,65_1,8682 +nof,,,,,,,0,1279.1057379999927,,,,,,,144,85,0,,,,,,,,,,,65_1,8681 +non,,,,,,,0,1279.1057379999927,,,,D6,,,144,86,9,,,,,,,,,,,65_1,8687 +non,,,,,,,0,1279.1057379999927,,,,C5,,,144,72,9,,,,,,,,,,,65_1,8688 +nof,,,,,,,60,1279.2445779999928,,,,,,,144,72,0,,,,,,,,,,,65_1,8688 +nof,,,,,,,0,1279.2445779999928,,,,,,,144,86,0,,,,,,,,,,,65_1,8687 +non,,,,,,,0,1279.2445779999928,,,,D#6,,,144,87,11,,,,,,,,,,,65_1,8689 +non,,,,,,,0,1279.2445779999928,,,,C#5,,,144,73,11,,,,,,,,,,,65_1,8690 +ctl,,,,,,,120,1279.2445779999928,,,,,,,176,64,0,,,,,,,,,,,65_1,8691 +non,,,,,,,135,1279.279287999993,,,,C3,,,144,48,11,,,,,,,,,,,65_1,8692 +non,,,,,,,15,1279.3139979999928,,,,F#3,,,144,54,11,,,,,,,,,,,65_1,8693 +non,,,,,,,15,1279.3487079999927,,,,E4,,,144,64,11,,,,,,,,,,,65_1,8694 +nof,,,,,,,60,1279.3834179999928,,,,,,,144,73,0,,,,,,,,,,,65_1,8690 +nof,,,,,,,0,1279.3834179999928,,,,,,,144,87,0,,,,,,,,,,,65_1,8689 +non,,,,,,,0,1279.3834179999928,,,,E6,,,144,88,11,,,,,,,,,,,65_1,8695 +non,,,,,,,0,1279.3834179999928,,,,D5,,,144,74,11,,,,,,,,,,,65_1,8696 +nof,,,,,,,15,1279.3834179999928,,,,,,,144,51,0,,,,,,,,,,,65_1,8685 +nof,,,,,,,0,1279.3834179999928,,,,,,,144,67,0,,,,,,,,,,,65_1,8683 +nof,,,,,,,0,1279.3834179999928,,,,,,,144,57,0,,,,,,,,,,,65_1,8684 +non,,,,,,,0,1279.3834179999928,,,,A#4,,,144,70,11,,,,,,,,,,,65_1,8697 +ctl,,,,,,,60,1279.3834179999928,,,,,,,176,64,127,,,,,,,,,,,65_1,8698 +nof,,,,,,,60,1279.5222579999927,,,,,,,144,74,0,,,,,,,,,,,65_1,8696 +nof,,,,,,,0,1279.5222579999927,,,,,,,144,88,0,,,,,,,,,,,65_1,8695 +non,,,,,,,0,1279.5222579999927,,,,F6,,,144,89,13,,,,,,,,,,,65_1,8699 +non,,,,,,,0,1279.5222579999927,,,,D#5,,,144,75,13,,,,,,,,,,,65_1,8700 +nof,,,,,,,60,1279.6610979999928,,,,,,,144,75,0,,,,,,,,,,,65_1,8700 +nof,,,,,,,0,1279.6610979999928,,,,,,,144,89,0,,,,,,,,,,,65_1,8699 +non,,,,,,,0,1279.6610979999928,,,,F#6,,,144,90,13,,,,,,,,,,,65_1,8701 +non,,,,,,,0,1279.6610979999928,,,,E5,,,144,76,13,,,,,,,,,,,65_1,8702 +ctl,,,,,,,120,1279.6610979999928,,,,,,,176,64,0,,,,,,,,,,,65_1,8703 +nof,,,,,,,60,1279.7999379999928,,,,,,,144,76,0,,,,,,,,,,,65_1,8702 +nof,,,,,,,0,1279.7999379999928,,,,,,,144,90,0,,,,,,,,,,,65_1,8701 +nof,,,,,,,180,1279.7999379999928,,,,,,,144,70,0,,,,,,,,,,,65_1,8697 +nof,,,,,,,0,1279.7999379999928,,,,,,,144,64,0,,,,,,,,,,,65_1,8694 +nof,,,,,,,0,1279.7999379999928,,,,,,,144,54,0,,,,,,,,,,,65_1,8693 +nof,,,,,,,0,1279.7999379999928,,,,,,,144,48,0,,,,,,,,,,,65_1,8692 +non,,,,,,,0,1279.7999379999928,,,,F#4,,,144,66,13,,,,,,,,,,,65_1,8704 +non,,,,,,,1260,1279.7999379999928,,,,B4,,,144,71,13,,,,,,,,,,,65_1,8705 +non,,,,,,,0,1279.7999379999928,,,,C#4,,,144,61,13,,,,,,,,,,,65_1,8706 +ctl,,,,,,,60,1279.7999379999928,,,,,,,176,64,127,,,,,,,,,,,65_1,8707 +nof,,,,,,,45,1279.9040679999928,,,,,,,144,66,0,,,,,,,,,,,65_1,8704 +non,,,,,,,0,1279.9040679999928,,,,F4,,,144,65,13,,,,,,,,,,,65_1,8708 +non,,,,,,,60,1279.9387779999927,,,,G6,,,144,91,13,,,,,,,,,,,65_1,8709 +non,,,,,,,0,1279.9387779999927,,,,F5,,,144,77,13,,,,,,,,,,,65_1,8710 +nof,,,,,,,45,1280.0081979999927,,,,,,,144,65,0,,,,,,,,,,,65_1,8708 +nof,,,,,,,90,1280.0081979999927,,,,,,,144,61,0,,,,,,,,,,,65_1,8706 +nof,,,,,,,0,1280.0081979999927,,,,,,,144,71,0,,,,,,,,,,,65_1,8705 +non,,,,,,,0,1280.0081979999927,,,,G3,,,144,55,13,,,,,,,,,,,65_1,8711 +nof,,,,,,,60,1280.0776179999928,,,,,,,144,77,0,,,,,,,,,,,65_1,8710 +nof,,,,,,,0,1280.0776179999928,,,,,,,144,91,0,,,,,,,,,,,65_1,8709 +non,,,,,,,0,1280.0776179999928,,,,G6,,,144,91,13,,,,,,,,,,,65_1,8712 +non,,,,,,,0,1280.0776179999928,,,,F5,,,144,77,13,,,,,,,,,,,65_1,8713 +nof,,,,,,,45,1280.1123279999929,,,,,,,144,55,0,,,,,,,,,,,65_1,8711 +non,,,,,,,0,1280.1123279999929,,,,A2,,,144,45,13,,,,,,,,,,,65_1,8714 +nof,,,,,,,60,1280.2164579999928,,,,,,,144,77,0,,,,,,,,,,,65_1,8713 +nof,,,,,,,0,1280.2164579999928,,,,,,,144,91,0,,,,,,,,,,,65_1,8712 +non,,,,,,,0,1280.2164579999928,,,,C#6,,,144,85,13,,,,,,,,,,,65_1,8715 +non,,,,,,,0,1280.2164579999928,,,,B4,,,144,71,13,,,,,,,,,,,65_1,8716 +nof,,,,,,,45,1280.2164579999928,,,,,,,144,45,0,,,,,,,,,,,65_1,8714 +nof,,,,,,,60,1280.355297999993,,,,,,,144,71,0,,,,,,,,,,,65_1,8716 +nof,,,,,,,0,1280.355297999993,,,,,,,144,85,0,,,,,,,,,,,65_1,8715 +non,,,,,,,0,1280.355297999993,,,,C6,,,144,84,13,,,,,,,,,,,65_1,8717 +non,,,,,,,0,1280.355297999993,,,,A#4,,,144,70,13,,,,,,,,,,,65_1,8718 +nof,,,,,,,60,1280.4941379999927,,,,,,,144,70,0,,,,,,,,,,,65_1,8718 +nof,,,,,,,0,1280.4941379999927,,,,,,,144,84,0,,,,,,,,,,,65_1,8717 +non,,,,,,,0,1280.4941379999927,,,,B5,,,144,83,13,,,,,,,,,,,65_1,8719 +non,,,,,,,0,1280.4941379999927,,,,A4,,,144,69,13,,,,,,,,,,,65_1,8720 +ctl,,,,,,,300,1280.4941379999927,,,,,,,176,64,0,,,,,,,,,,,65_1,8721 +nof,,,,,,,60,1280.6329779999928,,,,,,,144,69,0,,,,,,,,,,,65_1,8720 +nof,,,,,,,0,1280.6329779999928,,,,,,,144,83,0,,,,,,,,,,,65_1,8719 +non,,,,,,,0,1280.6329779999928,,,,A#5,,,144,82,13,,,,,,,,,,,65_1,8722 +non,,,,,,,0,1280.6329779999928,,,,G#4,,,144,68,13,,,,,,,,,,,65_1,8723 +non,,,,,,,270,1280.6329779999928,,,,E4,,,144,64,13,,,,,,,,,,,65_1,8724 +non,,,,,,,0,1280.6329779999928,,,,F#3,,,144,54,13,,,,,,,,,,,65_1,8725 +non,,,,,,,0,1280.6329779999928,,,,C3,,,144,48,13,,,,,,,,,,,65_1,8726 +ctl,,,,,,,60,1280.6329779999928,,,,,,,176,64,127,,,,,,,,,,,65_1,8727 +ctl,,,,,,,300,1281.3271779999927,,,,,,,176,64,0,,,,,,,,,,,65_1,8728 +nof,,,,,,,360,1281.4660179999928,,,,,,,144,68,0,,,,,,,,,,,65_1,8723 +nof,,,,,,,0,1281.4660179999928,,,,,,,144,82,0,,,,,,,,,,,65_1,8722 +nof,,,,,,,360,1281.4660179999928,,,,,,,144,48,0,,,,,,,,,,,65_1,8726 +nof,,,,,,,0,1281.4660179999928,,,,,,,144,54,0,,,,,,,,,,,65_1,8725 +nof,,,,,,,0,1281.4660179999928,,,,,,,144,64,0,,,,,,,,,,,65_1,8724 +non,,,,,,,0,1281.4660179999928,,,,A4,,,144,69,7,,,,,,,,,,,65_1,8729 +non,,,,,,,540,1281.4660179999928,,,,E4,,,144,64,7,,,,,,,,,,,65_1,8730 +non,,,,,,,0,1281.4660179999928,,,,A#3,,,144,58,7,,,,,,,,,,,65_1,8731 +ctl,,,,,,,60,1281.4660179999928,,,,,,,176,64,127,,,,,,,,,,,65_1,8732 +non,,,,,,,60,1281.6048579999929,,,,A#6,,,144,94,7,,,,,,,,,,,65_1,8733 +non,,,,,,,0,1281.6048579999929,,,,G#5,,,144,80,7,,,,,,,,,,,65_1,8734 +nof,,,,,,,60,1281.6048579999929,,,,,,,144,69,0,,,,,,,,,,,65_1,8729 +non,,,,,,,0,1281.6048579999929,,,,G#4,,,144,68,7,,,,,,,,,,,65_1,8735 +nof,,,,,,,60,1281.7436979999927,,,,,,,144,80,0,,,,,,,,,,,65_1,8734 +nof,,,,,,,0,1281.7436979999927,,,,,,,144,94,0,,,,,,,,,,,65_1,8733 +non,,,,,,,0,1281.7436979999927,,,,A#6,,,144,94,7,,,,,,,,,,,65_1,8736 +non,,,,,,,0,1281.7436979999927,,,,G#5,,,144,80,7,,,,,,,,,,,65_1,8737 +nof,,,,,,,60,1281.7436979999927,,,,,,,144,68,0,,,,,,,,,,,65_1,8735 +nof,,,,,,,120,1281.7436979999927,,,,,,,144,58,0,,,,,,,,,,,65_1,8731 +nof,,,,,,,0,1281.7436979999927,,,,,,,144,64,0,,,,,,,,,,,65_1,8730 +non,,,,,,,0,1281.7436979999927,,,,C3,,,144,48,7,,,,,,,,,,,65_1,8738 +nof,,,,,,,60,1281.8825379999928,,,,,,,144,80,0,,,,,,,,,,,65_1,8737 +nof,,,,,,,0,1281.8825379999928,,,,,,,144,94,0,,,,,,,,,,,65_1,8736 +non,,,,,,,0,1281.8825379999928,,,,E6,,,144,88,7,,,,,,,,,,,65_1,8739 +non,,,,,,,0,1281.8825379999928,,,,D5,,,144,74,7,,,,,,,,,,,65_1,8740 +nof,,,,,,,60,1281.8825379999928,,,,,,,144,48,0,,,,,,,,,,,65_1,8738 +nof,,,,,,,60,1282.0213779999929,,,,,,,144,74,0,,,,,,,,,,,65_1,8740 +nof,,,,,,,0,1282.0213779999929,,,,,,,144,88,0,,,,,,,,,,,65_1,8739 +non,,,,,,,0,1282.0213779999929,,,,E6,,,144,88,7,,,,,,,,,,,65_1,8741 +non,,,,,,,0,1282.0213779999929,,,,D5,,,144,74,7,,,,,,,,,,,65_1,8742 +non,,,,,,,120,1282.0213779999929,,,,G#4,,,144,68,7,,,,,,,,,,,65_1,8743 +non,,,,,,,60,1282.0213779999929,,,,E4,,,144,64,7,,,,,,,,,,,65_1,8744 +non,,,,,,,0,1282.0213779999929,,,,A#3,,,144,58,7,,,,,,,,,,,65_1,8745 +nof,,,,,,,60,1282.1602179999927,,,,,,,144,74,0,,,,,,,,,,,65_1,8742 +nof,,,,,,,0,1282.1602179999927,,,,,,,144,88,0,,,,,,,,,,,65_1,8741 +non,,,,,,,0,1282.1602179999927,,,,D#6,,,144,87,7,,,,,,,,,,,65_1,8746 +non,,,,,,,0,1282.1602179999927,,,,C#5,,,144,73,7,,,,,,,,,,,65_1,8747 +nof,,,,,,,60,1282.1602179999927,,,,,,,144,68,0,,,,,,,,,,,65_1,8743 +non,,,,,,,0,1282.1602179999927,,,,G4,,,144,67,7,,,,,,,,,,,65_1,8748 +ctl,,,,,,,300,1282.1602179999927,,,,,,,176,64,0,,,,,,,,,,,65_1,8749 +nof,,,,,,,60,1282.2990579999928,,,,,,,144,73,0,,,,,,,,,,,65_1,8747 +nof,,,,,,,0,1282.2990579999928,,,,,,,144,87,0,,,,,,,,,,,65_1,8746 +non,,,,,,,0,1282.2990579999928,,,,D6,,,144,86,5,,,,,,,,,,,65_1,8750 +non,,,,,,,0,1282.2990579999928,,,,C5,,,144,72,5,,,,,,,,,,,65_1,8751 +nof,,,,,,,60,1282.2990579999928,,,,,,,144,67,0,,,,,,,,,,,65_1,8748 +non,,,,,,,0,1282.2990579999928,,,,A#4,,,144,70,5,,,,,,,,,,,65_1,8752 +non,,,,,,,0,1282.2990579999928,,,,F#4,,,144,66,5,,,,,,,,,,,65_1,8753 +non,,,,,,,0,1282.2990579999928,,,,G#3,,,144,56,5,,,,,,,,,,,65_1,8754 +non,,,,,,,0,1282.2990579999928,,,,D#3,,,144,51,5,,,,,,,,,,,65_1,8755 +nof,,,,,,,120,1282.2990579999928,,,,,,,144,58,0,,,,,,,,,,,65_1,8745 +nof,,,,,,,0,1282.2990579999928,,,,,,,144,64,0,,,,,,,,,,,65_1,8744 +ctl,,,,,,,60,1282.2990579999928,,,,,,,176,64,127,,,,,,,,,,,65_1,8756 +ctl,,,,,,,300,1282.9932579999927,,,,,,,176,64,0,,,,,,,,,,,65_1,8757 +nof,,,,,,,360,1283.1320979999928,,,,,,,144,72,0,,,,,,,,,,,65_1,8751 +nof,,,,,,,0,1283.1320979999928,,,,,,,144,86,0,,,,,,,,,,,65_1,8750 +nof,,,,,,,360,1283.1320979999928,,,,,,,144,51,0,,,,,,,,,,,65_1,8755 +nof,,,,,,,0,1283.1320979999928,,,,,,,144,70,0,,,,,,,,,,,65_1,8752 +nof,,,,,,,0,1283.1320979999928,,,,,,,144,66,0,,,,,,,,,,,65_1,8753 +nof,,,,,,,0,1283.1320979999928,,,,,,,144,56,0,,,,,,,,,,,65_1,8754 +non,,,,,,,0,1283.1320979999928,,,,E4,,,144,64,9,,,,,,,,,,,65_1,8758 +non,,,,,,,360,1283.1320979999928,,,,F#3,,,144,54,9,,,,,,,,,,,65_1,8759 +non,,,,,,,0,1283.1320979999928,,,,C4,,,144,60,9,,,,,,,,,,,65_1,8760 +ctl,,,,,,,60,1283.1320979999928,,,,,,,176,64,127,,,,,,,,,,,65_1,8761 +non,,,,,,,60,1283.2660179999928,,,,C7,,,144,96,9,,,,,,,,,,,65_1,8762 +non,,,,,,,0,1283.2660179999928,,,,A#5,,,144,82,9,,,,,,,,,,,65_1,8763 +nof,,,,,,,60,1283.2660179999928,,,,,,,144,64,0,,,,,,,,,,,65_1,8758 +non,,,,,,,0,1283.2660179999928,,,,E4,,,144,64,9,,,,,,,,,,,65_1,8764 +nof,,,,,,,60,1283.3999379999927,,,,,,,144,82,0,,,,,,,,,,,65_1,8763 +nof,,,,,,,0,1283.3999379999927,,,,,,,144,96,0,,,,,,,,,,,65_1,8762 +non,,,,,,,0,1283.3999379999927,,,,C7,,,144,96,9,,,,,,,,,,,65_1,8765 +non,,,,,,,0,1283.3999379999927,,,,A#5,,,144,82,9,,,,,,,,,,,65_1,8766 +nof,,,,,,,60,1283.3999379999927,,,,,,,144,64,0,,,,,,,,,,,65_1,8764 +nof,,,,,,,120,1283.3999379999927,,,,,,,144,60,0,,,,,,,,,,,65_1,8760 +nof,,,,,,,0,1283.3999379999927,,,,,,,144,54,0,,,,,,,,,,,65_1,8759 +non,,,,,,,0,1283.3999379999927,,,,G#2,,,144,44,9,,,,,,,,,,,65_1,8767 +nof,,,,,,,60,1283.5338579999927,,,,,,,144,82,0,,,,,,,,,,,65_1,8766 +nof,,,,,,,0,1283.5338579999927,,,,,,,144,96,0,,,,,,,,,,,65_1,8765 +non,,,,,,,0,1283.5338579999927,,,,F#6,,,144,90,9,,,,,,,,,,,65_1,8768 +non,,,,,,,0,1283.5338579999927,,,,E5,,,144,76,9,,,,,,,,,,,65_1,8769 +non,,,,,,,60,1283.5338579999927,,,,A#4,,,144,70,9,,,,,,,,,,,65_1,8770 +nof,,,,,,,60,1283.5338579999927,,,,,,,144,44,0,,,,,,,,,,,65_1,8767 +nof,,,,,,,120,1283.8016979999927,,,,,,,144,76,0,,,,,,,,,,,65_1,8769 +nof,,,,,,,0,1283.8016979999927,,,,,,,144,90,0,,,,,,,,,,,65_1,8768 +non,,,,,,,0,1283.8016979999927,,,,F6,,,144,89,9,,,,,,,,,,,65_1,8771 +non,,,,,,,0,1283.8016979999927,,,,D#5,,,144,75,9,,,,,,,,,,,65_1,8772 +ctl,,,,,,,300,1283.8016979999927,,,,,,,176,64,0,,,,,,,,,,,65_1,8773 +nof,,,,,,,60,1283.9356179999927,,,,,,,144,75,0,,,,,,,,,,,65_1,8772 +nof,,,,,,,0,1283.9356179999927,,,,,,,144,89,0,,,,,,,,,,,65_1,8771 +nof,,,,,,,180,1283.9356179999927,,,,,,,144,70,0,,,,,,,,,,,65_1,8770 +non,,,,,,,0,1283.9356179999927,,,,B4,,,144,71,11,,,,,,,,,,,65_1,8774 +non,,,,,,,180,1283.9356179999927,,,,F#4,,,144,66,11,,,,,,,,,,,65_1,8775 +non,,,,,,,0,1283.9356179999927,,,,C4,,,144,60,11,,,,,,,,,,,65_1,8776 +ctl,,,,,,,60,1283.9356179999927,,,,,,,176,64,127,,,,,,,,,,,65_1,8777 +non,,,,,,,60,1284.0695379999927,,,,F#6,,,144,90,11,,,,,,,,,,,65_1,8778 +non,,,,,,,0,1284.0695379999927,,,,E5,,,144,76,11,,,,,,,,,,,65_1,8779 +nof,,,,,,,90,1284.1364979999928,,,,,,,144,71,0,,,,,,,,,,,65_1,8774 +non,,,,,,,0,1284.1364979999928,,,,A#4,,,144,70,11,,,,,,,,,,,65_1,8780 +nof,,,,,,,60,1284.2034579999927,,,,,,,144,76,0,,,,,,,,,,,65_1,8779 +nof,,,,,,,0,1284.2034579999927,,,,,,,144,90,0,,,,,,,,,,,65_1,8778 +non,,,,,,,0,1284.2034579999927,,,,F#6,,,144,90,11,,,,,,,,,,,65_1,8781 +non,,,,,,,0,1284.2034579999927,,,,E5,,,144,76,11,,,,,,,,,,,65_1,8782 +nof,,,,,,,60,1284.337377999993,,,,,,,144,76,0,,,,,,,,,,,65_1,8782 +nof,,,,,,,0,1284.337377999993,,,,,,,144,90,0,,,,,,,,,,,65_1,8781 +non,,,,,,,0,1284.337377999993,,,,C6,,,144,84,11,,,,,,,,,,,65_1,8783 +non,,,,,,,0,1284.337377999993,,,,A#4,,,144,70,11,,,,,,,,,,,65_1,8784 +nof,,,,,,,90,1284.337377999993,,,,,,,144,70,0,,,,,,,,,,,65_1,8784 +nof,,,,,,,120,1284.6052179999929,,,,,,,144,70,0,,,,,,,,,,,65_1,8785 +nof,,,,,,,0,1284.6052179999929,,,,,,,144,84,0,,,,,,,,,,,65_1,8783 +non,,,,,,,0,1284.6052179999929,,,,C6,,,144,84,11,,,,,,,,,,,65_1,8786 +non,,,,,,,0,1284.6052179999929,,,,A#4,,,144,70,11,,,,,,,,,,,65_1,8787 +ctl,,,,,,,300,1284.6052179999929,,,,,,,176,64,0,,,,,,,,,,,65_1,8788 +nof,,,,,,,60,1284.7391379999929,,,,,,,144,70,0,,,,,,,,,,,65_1,8787 +nof,,,,,,,0,1284.7391379999929,,,,,,,144,84,0,,,,,,,,,,,65_1,8786 +non,,,,,,,0,1284.7391379999929,,,,C6,,,144,84,11,,,,,,,,,,,65_1,8789 +non,,,,,,,0,1284.7391379999929,,,,A#4,,,144,70,11,,,,,,,,,,,65_1,8790 +non,,,,,,,22320,1284.7391379999929,,,,D4,,,144,62,11,,,,,,,,,,,65_1,8791 +non,,,,,,,0,1284.7391379999929,,,,F#4,,,144,66,11,,,,,,,,,,,65_1,8792 +nof,,,,,,,360,1284.7391379999929,,,,,,,144,60,0,,,,,,,,,,,65_1,8776 +nof,,,,,,,0,1284.7391379999929,,,,,,,144,66,0,,,,,,,,,,,65_1,8792 +ctl,,,,,,,60,1284.7391379999929,,,,,,,176,64,127,,,,,,,,,,,65_1,8793 +nof,,,,,,,60,1284.8730579999929,,,,,,,144,70,0,,,,,,,,,,,65_1,8790 +nof,,,,,,,0,1284.8730579999929,,,,,,,144,84,0,,,,,,,,,,,65_1,8789 +non,,,,,,,0,1284.8730579999929,,,,C#6,,,144,85,11,,,,,,,,,,,65_1,8794 +non,,,,,,,0,1284.8730579999929,,,,B4,,,144,71,11,,,,,,,,,,,65_1,8795 +nof,,,,,,,60,1285.0069779999928,,,,,,,144,71,0,,,,,,,,,,,65_1,8795 +nof,,,,,,,0,1285.0069779999928,,,,,,,144,85,0,,,,,,,,,,,65_1,8794 +non,,,,,,,0,1285.0069779999928,,,,D6,,,144,86,11,,,,,,,,,,,65_1,8796 +non,,,,,,,0,1285.0069779999928,,,,C5,,,144,72,11,,,,,,,,,,,65_1,8797 +ctl,,,,,,,120,1285.0069779999928,,,,,,,176,64,0,,,,,,,,,,,65_1,8798 +nof,,,,,,,60,1285.1408979999928,,,,,,,144,72,0,,,,,,,,,,,65_1,8797 +nof,,,,,,,0,1285.1408979999928,,,,,,,144,86,0,,,,,,,,,,,65_1,8796 +non,,,,,,,0,1285.1408979999928,,,,D#6,,,144,87,13,,,,,,,,,,,65_1,8799 +non,,,,,,,0,1285.1408979999928,,,,C#5,,,144,73,13,,,,,,,,,,,65_1,8800 +nof,,,,,,,180,1285.1408979999928,,,,,,,144,66,0,,,,,,,,,,,65_1,8801 +nof,,,,,,,0,1285.1408979999928,,,,,,,144,62,0,,,,,,,,,,,65_1,8791 +non,,,,,,,0,1285.1408979999928,,,,B3,,,144,59,13,,,,,,,,,,,65_1,8802 +non,,,,,,,0,1285.1408979999928,,,,A4,,,144,69,13,,,,,,,,,,,65_1,8803 +non,,,,,,,0,1285.1408979999928,,,,F4,,,144,65,13,,,,,,,,,,,65_1,8804 +ctl,,,,,,,60,1285.1408979999928,,,,,,,176,64,127,,,,,,,,,,,65_1,8805 +nof,,,,,,,60,1285.2748179999928,,,,,,,144,73,0,,,,,,,,,,,65_1,8800 +nof,,,,,,,0,1285.2748179999928,,,,,,,144,87,0,,,,,,,,,,,65_1,8799 +non,,,,,,,0,1285.2748179999928,,,,E6,,,144,88,14,,,,,,,,,,,65_1,8806 +non,,,,,,,0,1285.2748179999928,,,,D5,,,144,74,14,,,,,,,,,,,65_1,8807 +nof,,,,,,,60,1285.4087379999928,,,,,,,144,74,0,,,,,,,,,,,65_1,8807 +nof,,,,,,,0,1285.4087379999928,,,,,,,144,88,0,,,,,,,,,,,65_1,8806 +non,,,,,,,0,1285.4087379999928,,,,F6,,,144,89,15,,,,,,,,,,,65_1,8808 +non,,,,,,,0,1285.4087379999928,,,,D#5,,,144,75,15,,,,,,,,,,,65_1,8809 +ctl,,,,,,,120,1285.4087379999928,,,,,,,176,64,0,,,,,,,,,,,65_1,8810 +nof,,,,,,,60,1285.5426579999928,,,,,,,144,75,0,,,,,,,,,,,65_1,8809 +nof,,,,,,,0,1285.5426579999928,,,,,,,144,89,0,,,,,,,,,,,65_1,8808 +non,,,,,,,0,1285.5426579999928,,,,F#6,,,144,90,16,,,,,,,,,,,65_1,8811 +non,,,,,,,0,1285.5426579999928,,,,E5,,,144,76,16,,,,,,,,,,,65_1,8812 +nof,,,,,,,180,1285.5426579999928,,,,,,,144,65,0,,,,,,,,,,,65_1,8804 +nof,,,,,,,0,1285.5426579999928,,,,,,,144,69,0,,,,,,,,,,,65_1,8803 +nof,,,,,,,0,1285.5426579999928,,,,,,,144,59,0,,,,,,,,,,,65_1,8802 +non,,,,,,,0,1285.5426579999928,,,,G#3,,,144,56,16,,,,,,,,,,,65_1,8813 +non,,,,,,,0,1285.5426579999928,,,,D4,,,144,62,16,,,,,,,,,,,65_1,8814 +non,,,,,,,0,1285.5426579999928,,,,C5,,,144,72,16,,,,,,,,,,,65_1,8815 +ctl,,,,,,,60,1285.5426579999928,,,,,,,176,64,127,,,,,,,,,,,65_1,8816 +nof,,,,,,,60,1285.6765779999928,,,,,,,144,76,0,,,,,,,,,,,65_1,8812 +nof,,,,,,,0,1285.6765779999928,,,,,,,144,90,0,,,,,,,,,,,65_1,8811 +non,,,,,,,0,1285.6765779999928,,,,G6,,,144,91,17,,,,,,,,,,,65_1,8817 +non,,,,,,,0,1285.6765779999928,,,,F5,,,144,77,17,,,,,,,,,,,65_1,8818 +nof,,,,,,,60,1285.8104979999928,,,,,,,144,77,0,,,,,,,,,,,65_1,8818 +nof,,,,,,,0,1285.8104979999928,,,,,,,144,91,0,,,,,,,,,,,65_1,8817 +non,,,,,,,0,1285.8104979999928,,,,G#6,,,144,92,17,,,,,,,,,,,65_1,8819 +non,,,,,,,0,1285.8104979999928,,,,F#5,,,144,78,17,,,,,,,,,,,65_1,8820 +ctl,,,,,,,120,1285.8104979999928,,,,,,,176,64,0,,,,,,,,,,,65_1,8821 +non,,,,,,,135,1285.8439779999928,,,,F3,,,144,53,17,,,,,,,,,,,65_1,8822 +non,,,,,,,15,1285.8774579999929,,,,B3,,,144,59,17,,,,,,,,,,,65_1,8823 +non,,,,,,,15,1285.9109379999927,,,,A4,,,144,69,17,,,,,,,,,,,65_1,8824 +nof,,,,,,,60,1285.9444179999928,,,,,,,144,78,0,,,,,,,,,,,65_1,8820 +nof,,,,,,,0,1285.9444179999928,,,,,,,144,92,0,,,,,,,,,,,65_1,8819 +non,,,,,,,0,1285.9444179999928,,,,A6,,,144,93,18,,,,,,,,,,,65_1,8825 +non,,,,,,,0,1285.9444179999928,,,,G5,,,144,79,18,,,,,,,,,,,65_1,8826 +nof,,,,,,,15,1285.9444179999928,,,,,,,144,72,0,,,,,,,,,,,65_1,8815 +nof,,,,,,,0,1285.9444179999928,,,,,,,144,56,0,,,,,,,,,,,65_1,8813 +nof,,,,,,,0,1285.9444179999928,,,,,,,144,62,0,,,,,,,,,,,65_1,8814 +non,,,,,,,0,1285.9444179999928,,,,D#5,,,144,75,18,,,,,,,,,,,65_1,8827 +ctl,,,,,,,60,1285.9444179999928,,,,,,,176,64,127,,,,,,,,,,,65_1,8828 +nof,,,,,,,60,1286.0783379999928,,,,,,,144,79,0,,,,,,,,,,,65_1,8826 +nof,,,,,,,0,1286.0783379999928,,,,,,,144,93,0,,,,,,,,,,,65_1,8825 +non,,,,,,,0,1286.0783379999928,,,,A#6,,,144,94,19,,,,,,,,,,,65_1,8829 +non,,,,,,,0,1286.0783379999928,,,,G#5,,,144,80,19,,,,,,,,,,,65_1,8830 +nof,,,,,,,60,1286.2122579999927,,,,,,,144,80,0,,,,,,,,,,,65_1,8830 +nof,,,,,,,0,1286.2122579999927,,,,,,,144,94,0,,,,,,,,,,,65_1,8829 +non,,,,,,,0,1286.2122579999927,,,,B6,,,144,95,20,,,,,,,,,,,65_1,8831 +non,,,,,,,0,1286.2122579999927,,,,A5,,,144,81,20,,,,,,,,,,,65_1,8832 +ctl,,,,,,,120,1286.2122579999927,,,,,,,176,64,0,,,,,,,,,,,65_1,8833 +nof,,,,,,,60,1286.3461779999927,,,,,,,144,81,0,,,,,,,,,,,65_1,8832 +nof,,,,,,,0,1286.3461779999927,,,,,,,144,95,0,,,,,,,,,,,65_1,8831 +nof,,,,,,,180,1286.3461779999927,,,,,,,144,75,0,,,,,,,,,,,65_1,8827 +nof,,,,,,,0,1286.3461779999927,,,,,,,144,69,0,,,,,,,,,,,65_1,8824 +nof,,,,,,,0,1286.3461779999927,,,,,,,144,59,0,,,,,,,,,,,65_1,8823 +nof,,,,,,,0,1286.3461779999927,,,,,,,144,53,0,,,,,,,,,,,65_1,8822 +non,,,,,,,900,1286.3461779999927,,,,D2,,,144,38,7,,,,,,,,,,,65_1,8834 +ctl,,,,,,,60,1286.3461779999927,,,,,,,176,64,127,,,,,,,,,,,65_1,8835 +non,,,,,,,90,1286.6421879999928,,,,C7,,,144,96,7,,,,,,,,,,,65_1,8836 +non,,,,,,,0,1286.6421879999928,,,,A#5,,,144,82,7,,,,,,,,,,,65_1,8837 +nof,,,,,,,90,1286.6421879999928,,,,,,,144,38,0,,,,,,,,,,,65_1,8834 +non,,,,,,,0,1286.6421879999928,,,,D3,,,144,50,7,,,,,,,,,,,65_1,8838 +nof,,,,,,,90,1286.9381979999928,,,,,,,144,82,0,,,,,,,,,,,65_1,8837 +nof,,,,,,,0,1286.9381979999928,,,,,,,144,96,0,,,,,,,,,,,65_1,8836 +non,,,,,,,0,1286.9381979999928,,,,F6,,,144,89,7,,,,,,,,,,,65_1,8839 +non,,,,,,,0,1286.9381979999928,,,,D#5,,,144,75,7,,,,,,,,,,,65_1,8840 +nof,,,,,,,90,1286.9381979999928,,,,,,,144,50,0,,,,,,,,,,,65_1,8838 +non,,,,,,,0,1286.9381979999928,,,,C4,,,144,60,7,,,,,,,,,,,65_1,8841 +nof,,,,,,,90,1287.2342079999928,,,,,,,144,75,0,,,,,,,,,,,65_1,8840 +nof,,,,,,,0,1287.2342079999928,,,,,,,144,89,0,,,,,,,,,,,65_1,8839 +non,,,,,,,0,1287.2342079999928,,,,F#6,,,144,90,7,,,,,,,,,,,65_1,8842 +non,,,,,,,0,1287.2342079999928,,,,E5,,,144,76,7,,,,,,,,,,,65_1,8843 +nof,,,,,,,90,1287.2342079999928,,,,,,,144,60,0,,,,,,,,,,,65_1,8841 +non,,,,,,,0,1287.2342079999928,,,,F#4,,,144,66,7,,,,,,,,,,,65_1,8844 +nof,,,,,,,90,1287.5302179999928,,,,,,,144,76,0,,,,,,,,,,,65_1,8843 +nof,,,,,,,0,1287.5302179999928,,,,,,,144,90,0,,,,,,,,,,,65_1,8842 +non,,,,,,,0,1287.5302179999928,,,,C6,,,144,84,7,,,,,,,,,,,65_1,8845 +non,,,,,,,0,1287.5302179999928,,,,A#4,,,144,70,7,,,,,,,,,,,65_1,8846 +non,,,,,,,360,1287.5302179999928,,,,F#4,,,144,66,7,,,,,,,,,,,65_1,8847 +nof,,,,,,,90,1287.5302179999928,,,,,,,144,66,0,,,,,,,,,,,65_1,8847 +nof,,,,,,,120,1287.9248979999927,,,,,,,144,66,0,,,,,,,,,,,65_1,8848 +non,,,,,,,0,1287.9248979999927,,,,C4,,,144,60,7,,,,,,,,,,,65_1,8849 +nof,,,,,,,120,1288.3195779999928,,,,,,,144,60,0,,,,,,,,,,,65_1,8849 +non,,,,,,,0,1288.3195779999928,,,,E5,,,144,76,7,,,,,,,,,,,65_1,8850 +nof,,,,,,,300,1288.5169179999928,,,,,,,144,70,0,,,,,,,,,,,65_1,8846 +nof,,,,,,,0,1288.5169179999928,,,,,,,144,84,0,,,,,,,,,,,65_1,8845 +non,,,,,,,0,1288.5169179999928,,,,C#6,,,144,85,7,,,,,,,,,,,65_1,8851 +non,,,,,,,0,1288.5169179999928,,,,B4,,,144,71,7,,,,,,,,,,,65_1,8852 +ctl,,,,,,,660,1288.5169179999928,,,,,,,176,64,0,,,,,,,,,,,65_1,8853 +nof,,,,,,,60,1288.7142579999927,,,,,,,144,71,0,,,,,,,,,,,65_1,8852 +nof,,,,,,,0,1288.7142579999927,,,,,,,144,85,0,,,,,,,,,,,65_1,8851 +non,,,,,,,0,1288.7142579999927,,,,D6,,,144,86,7,,,,,,,,,,,65_1,8854 +non,,,,,,,0,1288.7142579999927,,,,C5,,,144,72,7,,,,,,,,,,,65_1,8855 +nof,,,,,,,120,1288.7142579999927,,,,,,,144,76,0,,,,,,,,,,,65_1,8850 +non,,,,,,,0,1288.7142579999927,,,,B4,,,144,71,7,,,,,,,,,,,65_1,8856 +non,,,,,,,23760,1288.7142579999927,,,,G#3,,,144,56,7,,,,,,,,,,,65_1,8857 +ctl,,,,,,,60,1288.7142579999927,,,,,,,176,64,127,,,,,,,,,,,65_1,8858 +nof,,,,,,,120,1289.1089379999928,,,,,,,144,56,0,,,,,,,,,,,65_1,8857 +non,,,,,,,0,1289.1089379999928,,,,C4,,,144,60,7,,,,,,,,,,,65_1,8859 +nof,,,,,,,120,1289.5036179999927,,,,,,,144,60,0,,,,,,,,,,,65_1,8859 +non,,,,,,,0,1289.5036179999927,,,,F#4,,,144,66,7,,,,,,,,,,,65_1,8860 +nof,,,,,,,120,1289.8982979999928,,,,,,,144,66,0,,,,,,,,,,,65_1,8860 +non,,,,,,,0,1289.8982979999928,,,,D3,,,144,50,7,,,,,,,,,,,65_1,8861 +nof,,,,,,,120,1290.2929779999927,,,,,,,144,50,0,,,,,,,,,,,65_1,8861 +non,,,,,,,0,1290.2929779999927,,,,C4,,,144,60,7,,,,,,,,,,,65_1,8862 +nof,,,,,,,120,1290.6876579999928,,,,,,,144,60,0,,,,,,,,,,,65_1,8862 +non,,,,,,,0,1290.6876579999928,,,,F#4,,,144,66,7,,,,,,,,,,,65_1,8863 +nof,,,,,,,660,1290.8849979999927,,,,,,,144,71,0,,,,,,,,,,,65_1,8856 +non,,,,,,,0,1290.8849979999927,,,,B4,,,144,71,7,,,,,,,,,,,65_1,8864 +ctl,,,,,,,660,1290.8849979999927,,,,,,,176,64,0,,,,,,,,,,,65_1,8865 +nof,,,,,,,60,1291.082337999993,,,,,,,144,71,0,,,,,,,,,,,65_1,8864 +non,,,,,,,0,1291.082337999993,,,,B4,,,144,71,7,,,,,,,,,,,65_1,8866 +nof,,,,,,,120,1291.082337999993,,,,,,,144,66,0,,,,,,,,,,,65_1,8863 +ctl,,,,,,,60,1291.082337999993,,,,,,,176,64,127,,,,,,,,,,,65_1,8867 +non,,,,,,,1170,1291.3783479999927,,,,G#1,,,144,32,7,,,,,,,,,,,65_1,8868 +non,,,,,,,0,1291.3783479999927,,,,G#2,,,144,44,7,,,,,,,,,,,65_1,8869 +nof,,,,,,,90,1291.6743579999927,,,,,,,144,44,0,,,,,,,,,,,65_1,8869 +nof,,,,,,,0,1291.6743579999927,,,,,,,144,32,0,,,,,,,,,,,65_1,8868 +non,,,,,,,0,1291.6743579999927,,,,F#3,,,144,54,7,,,,,,,,,,,65_1,8870 +nof,,,,,,,960,1291.8716979999929,,,,,,,144,72,0,,,,,,,,,,,65_1,8855 +nof,,,,,,,0,1291.8716979999929,,,,,,,144,86,0,,,,,,,,,,,65_1,8854 +non,,,,,,,0,1291.8716979999929,,,,D6,,,144,86,7,,,,,,,,,,,65_1,8871 +non,,,,,,,0,1291.8716979999929,,,,C5,,,144,72,7,,,,,,,,,,,65_1,8872 +nof,,,,,,,90,1291.9703679999927,,,,,,,144,54,0,,,,,,,,,,,65_1,8870 +non,,,,,,,0,1291.9703679999927,,,,C4,,,144,60,7,,,,,,,,,,,65_1,8873 +nof,,,,,,,120,1292.2663779999928,,,,,,,144,72,0,,,,,,,,,,,65_1,8872 +nof,,,,,,,0,1292.2663779999928,,,,,,,144,86,0,,,,,,,,,,,65_1,8871 +non,,,,,,,0,1292.2663779999928,,,,G#6,,,144,92,7,,,,,,,,,,,65_1,8874 +non,,,,,,,0,1292.2663779999928,,,,F#5,,,144,78,7,,,,,,,,,,,65_1,8875 +non,,,,,,,360,1292.2663779999928,,,,E4,,,144,64,7,,,,,,,,,,,65_1,8876 +nof,,,,,,,90,1292.2663779999928,,,,,,,144,60,0,,,,,,,,,,,65_1,8873 +nof,,,,,,,480,1292.6610579999929,,,,,,,144,71,0,,,,,,,,,,,65_1,8866 +non,,,,,,,0,1292.6610579999929,,,,B4,,,144,71,7,,,,,,,,,,,65_1,8877 +nof,,,,,,,120,1292.6610579999929,,,,,,,144,64,0,,,,,,,,,,,65_1,8876 +ctl,,,,,,,660,1293.253077999993,,,,,,,176,64,0,,,,,,,,,,,65_1,8878 +ctl,,,,,,,60,1293.4504179999929,,,,,,,176,64,127,,,,,,,,,,,65_1,8879 +nof,,,,,,,360,1293.8450979999927,,,,,,,144,71,0,,,,,,,,,,,65_1,8877 +non,,,,,,,0,1293.8450979999927,,,,B4,,,144,71,7,,,,,,,,,,,65_1,8880 +nof,,,,,,,480,1295.4238179999927,,,,,,,144,71,0,,,,,,,,,,,65_1,8880 +non,,,,,,,0,1295.4238179999927,,,,B4,,,144,71,7,,,,,,,,,,,65_1,8881 +ctl,,,,,,,660,1295.6211579999929,,,,,,,176,64,0,,,,,,,,,,,65_1,8882 +nof,,,,,,,1080,1295.8184979999928,,,,,,,144,78,0,,,,,,,,,,,65_1,8875 +nof,,,,,,,0,1295.8184979999928,,,,,,,144,92,0,,,,,,,,,,,65_1,8874 +nof,,,,,,,120,1295.8184979999928,,,,,,,144,71,0,,,,,,,,,,,65_1,8881 +non,,,,,,,0,1295.8184979999928,,,,E5,,,144,76,7,,,,,,,,,,,65_1,8883 +ctl,,,,,,,60,1295.8184979999928,,,,,,,176,64,127,,,,,,,,,,,65_1,8884 +non,,,,,,,1050,1296.1145079999928,,,,D3,,,144,50,7,,,,,,,,,,,65_1,8885 +nof,,,,,,,90,1296.4105179999929,,,,,,,144,50,0,,,,,,,,,,,65_1,8885 +non,,,,,,,0,1296.4105179999929,,,,C4,,,144,60,7,,,,,,,,,,,65_1,8886 +non,,,,,,,240,1296.6078579999928,,,,G#6,,,144,92,7,,,,,,,,,,,65_1,8887 +non,,,,,,,0,1296.6078579999928,,,,F#5,,,144,78,7,,,,,,,,,,,65_1,8888 +nof,,,,,,,90,1296.7065279999929,,,,,,,144,60,0,,,,,,,,,,,65_1,8886 +non,,,,,,,0,1296.7065279999929,,,,F#4,,,144,66,7,,,,,,,,,,,65_1,8889 +nof,,,,,,,120,1297.002537999993,,,,,,,144,78,0,,,,,,,,,,,65_1,8888 +nof,,,,,,,0,1297.002537999993,,,,,,,144,92,0,,,,,,,,,,,65_1,8887 +non,,,,,,,0,1297.002537999993,,,,C6,,,144,84,7,,,,,,,,,,,65_1,8890 +non,,,,,,,0,1297.002537999993,,,,A#4,,,144,70,7,,,,,,,,,,,65_1,8891 +nof,,,,,,,90,1297.002537999993,,,,,,,144,66,0,,,,,,,,,,,65_1,8889 +non,,,,,,,0,1297.002537999993,,,,F#4,,,144,66,7,,,,,,,,,,,65_1,8892 +nof,,,,,,,120,1297.3972179999928,,,,,,,144,66,0,,,,,,,,,,,65_1,8892 +non,,,,,,,0,1297.3972179999928,,,,C4,,,144,60,7,,,,,,,,,,,65_1,8893 +nof,,,,,,,600,1297.7918979999927,,,,,,,144,76,0,,,,,,,,,,,65_1,8883 +non,,,,,,,0,1297.7918979999927,,,,E5,,,144,76,7,,,,,,,,,,,65_1,8894 +nof,,,,,,,120,1297.7918979999927,,,,,,,144,60,0,,,,,,,,,,,65_1,8893 +non,,,,,,,0,1297.7918979999927,,,,E5,,,144,76,7,,,,,,,,,,,65_1,8895 +ctl,,,,,,,660,1297.9892379999928,,,,,,,176,64,0,,,,,,,,,,,65_1,8896 +nof,,,,,,,120,1298.1865779999928,,,,,,,144,76,0,,,,,,,,,,,65_1,8895 +non,,,,,,,0,1298.1865779999928,,,,D3,,,144,50,9,,,,,,,,,,,65_1,8897 +ctl,,,,,,,60,1298.1865779999928,,,,,,,176,64,127,,,,,,,,,,,65_1,8898 +nof,,,,,,,120,1298.5812579999929,,,,,,,144,50,0,,,,,,,,,,,65_1,8897 +non,,,,,,,0,1298.5812579999929,,,,C4,,,144,60,9,,,,,,,,,,,65_1,8899 +nof,,,,,,,600,1298.9759379999928,,,,,,,144,70,0,,,,,,,,,,,65_1,8891 +nof,,,,,,,0,1298.9759379999928,,,,,,,144,84,0,,,,,,,,,,,65_1,8890 +non,,,,,,,0,1298.9759379999928,,,,C#6,,,144,85,9,,,,,,,,,,,65_1,8900 +non,,,,,,,0,1298.9759379999928,,,,B4,,,144,71,9,,,,,,,,,,,65_1,8901 +nof,,,,,,,120,1298.9759379999928,,,,,,,144,60,0,,,,,,,,,,,65_1,8899 +non,,,,,,,0,1298.9759379999928,,,,F#4,,,144,66,9,,,,,,,,,,,65_1,8902 +nof,,,,,,,480,1299.3706179999929,,,,,,,144,76,0,,,,,,,,,,,65_1,8903 +non,,,,,,,0,1299.3706179999929,,,,F#4,,,144,66,9,,,,,,,,,,,65_1,8904 +nof,,,,,,,120,1299.3706179999929,,,,,,,144,66,0,,,,,,,,,,,65_1,8904 +non,,,,,,,0,1299.3706179999929,,,,F#4,,,144,66,9,,,,,,,,,,,65_1,8905 +nof,,,,,,,240,1299.7652979999928,,,,,,,144,71,0,,,,,,,,,,,65_1,8901 +nof,,,,,,,0,1299.7652979999928,,,,,,,144,85,0,,,,,,,,,,,65_1,8900 +non,,,,,,,0,1299.7652979999928,,,,D6,,,144,86,9,,,,,,,,,,,65_1,8906 +non,,,,,,,0,1299.7652979999928,,,,C5,,,144,72,9,,,,,,,,,,,65_1,8907 +nof,,,,,,,120,1299.7652979999928,,,,,,,144,66,0,,,,,,,,,,,65_1,8905 +non,,,,,,,0,1299.7652979999928,,,,B4,,,144,71,9,,,,,,,,,,,65_1,8908 +nof,,,,,,,120,1299.7652979999928,,,,,,,144,66,0,,,,,,,,,,,65_1,8909 +non,,,,,,,0,1299.7652979999928,,,,C4,,,144,60,9,,,,,,,,,,,65_1,8910 +nof,,,,,,,120,1300.1599779999929,,,,,,,144,71,0,,,,,,,,,,,65_1,8908 +non,,,,,,,0,1300.1599779999929,,,,A#4,,,144,70,9,,,,,,,,,,,65_1,8911 +nof,,,,,,,120,1300.1599779999929,,,,,,,144,60,0,,,,,,,,,,,65_1,8910 +non,,,,,,,0,1300.1599779999929,,,,A#4,,,144,70,9,,,,,,,,,,,65_1,8912 +ctl,,,,,,,660,1300.3573179999928,,,,,,,176,64,0,,,,,,,,,,,65_1,8913 +nof,,,,,,,240,1300.5546579999927,,,,,,,144,72,0,,,,,,,,,,,65_1,8907 +nof,,,,,,,0,1300.5546579999927,,,,,,,144,86,0,,,,,,,,,,,65_1,8906 +non,,,,,,,0,1300.5546579999927,,,,D#6,,,144,87,10,,,,,,,,,,,65_1,8914 +non,,,,,,,0,1300.5546579999927,,,,C#5,,,144,73,10,,,,,,,,,,,65_1,8915 +nof,,,,,,,120,1300.5546579999927,,,,,,,144,70,0,,,,,,,,,,,65_1,8912 +non,,,,,,,0,1300.5546579999927,,,,A4,,,144,69,10,,,,,,,,,,,65_1,8916 +nof,,,,,,,120,1300.5546579999927,,,,,,,144,70,0,,,,,,,,,,,65_1,8917 +ctl,,,,,,,60,1300.5546579999927,,,,,,,176,64,127,,,,,,,,,,,65_1,8918 +non,,,,,,,90,1300.8506679999928,,,,F3,,,144,53,10,,,,,,,,,,,65_1,8919 +nof,,,,,,,90,1301.1466779999928,,,,,,,144,53,0,,,,,,,,,,,65_1,8919 +non,,,,,,,0,1301.1466779999928,,,,D#4,,,144,63,10,,,,,,,,,,,65_1,8920 +nof,,,,,,,90,1301.4426879999928,,,,,,,144,63,0,,,,,,,,,,,65_1,8920 +non,,,,,,,0,1301.4426879999928,,,,A4,,,144,69,10,,,,,,,,,,,65_1,8921 +nof,,,,,,,360,1301.7386979999928,,,,,,,144,69,0,,,,,,,,,,,65_1,8921 +non,,,,,,,0,1301.7386979999928,,,,A4,,,144,69,10,,,,,,,,,,,65_1,8922 +nof,,,,,,,90,1301.7386979999928,,,,,,,144,69,0,,,,,,,,,,,65_1,8922 +non,,,,,,,0,1301.7386979999928,,,,A4,,,144,69,10,,,,,,,,,,,65_1,8923 +nof,,,,,,,120,1302.1333779999927,,,,,,,144,69,0,,,,,,,,,,,65_1,8923 +non,,,,,,,0,1302.1333779999927,,,,E4,,,144,64,10,,,,,,,,,,,65_1,8924 +nof,,,,,,,120,1302.5280579999928,,,,,,,144,64,0,,,,,,,,,,,65_1,8924 +non,,,,,,,0,1302.5280579999928,,,,G5,,,144,79,10,,,,,,,,,,,65_1,8925 +ctl,,,,,,,660,1302.7253979999928,,,,,,,176,64,0,,,,,,,,,,,65_1,8926 +nof,,,,,,,720,1302.9227379999927,,,,,,,144,73,0,,,,,,,,,,,65_1,8915 +nof,,,,,,,0,1302.9227379999927,,,,,,,144,87,0,,,,,,,,,,,65_1,8914 +non,,,,,,,0,1302.9227379999927,,,,A6,,,144,93,11,,,,,,,,,,,65_1,8927 +non,,,,,,,0,1302.9227379999927,,,,G5,,,144,79,11,,,,,,,,,,,65_1,8928 +nof,,,,,,,120,1302.9227379999927,,,,,,,144,79,0,,,,,,,,,,,65_1,8928 +non,,,,,,,0,1302.9227379999927,,,,B2,,,144,47,11,,,,,,,,,,,65_1,8929 +ctl,,,,,,,60,1302.9227379999927,,,,,,,176,64,127,,,,,,,,,,,65_1,8930 +nof,,,,,,,120,1303.3174179999928,,,,,,,144,47,0,,,,,,,,,,,65_1,8929 +non,,,,,,,0,1303.3174179999928,,,,F3,,,144,53,11,,,,,,,,,,,65_1,8931 +nof,,,,,,,240,1303.7120979999927,,,,,,,144,79,0,,,,,,,,,,,65_1,8932 +nof,,,,,,,0,1303.7120979999927,,,,,,,144,93,0,,,,,,,,,,,65_1,8927 +non,,,,,,,0,1303.7120979999927,,,,A#6,,,144,94,11,,,,,,,,,,,65_1,8933 +non,,,,,,,0,1303.7120979999927,,,,G#5,,,144,80,11,,,,,,,,,,,65_1,8934 +nof,,,,,,,120,1303.7120979999927,,,,,,,144,53,0,,,,,,,,,,,65_1,8931 +non,,,,,,,0,1303.7120979999927,,,,D#4,,,144,63,11,,,,,,,,,,,65_1,8935 +nof,,,,,,,120,1304.1067779999928,,,,,,,144,63,0,,,,,,,,,,,65_1,8935 +non,,,,,,,0,1304.1067779999928,,,,D#5,,,144,75,11,,,,,,,,,,,65_1,8936 +nof,,,,,,,240,1304.501457999993,,,,,,,144,80,0,,,,,,,,,,,65_1,8934 +nof,,,,,,,0,1304.501457999993,,,,,,,144,94,0,,,,,,,,,,,65_1,8933 +non,,,,,,,0,1304.501457999993,,,,B6,,,144,95,11,,,,,,,,,,,65_1,8937 +non,,,,,,,0,1304.501457999993,,,,A5,,,144,81,11,,,,,,,,,,,65_1,8938 +nof,,,,,,,840,1304.501457999993,,,,,,,144,69,0,,,,,,,,,,,65_1,8939 +non,,,,,,,0,1304.501457999993,,,,G#4,,,144,68,11,,,,,,,,,,,65_1,8940 +nof,,,,,,,120,1304.501457999993,,,,,,,144,75,0,,,,,,,,,,,65_1,8936 +non,,,,,,,0,1304.501457999993,,,,A4,,,144,69,11,,,,,,,,,,,65_1,8941 +nof,,,,,,,120,1304.8961379999928,,,,,,,144,68,0,,,,,,,,,,,65_1,8940 +non,,,,,,,0,1304.8961379999928,,,,G4,,,144,67,11,,,,,,,,,,,65_1,8942 +nof,,,,,,,120,1304.8961379999928,,,,,,,144,69,0,,,,,,,,,,,65_1,8941 +non,,,,,,,0,1304.8961379999928,,,,D#5,,,144,75,11,,,,,,,,,,,65_1,8943 +ctl,,,,,,,660,1305.0934779999927,,,,,,,176,64,0,,,,,,,,,,,65_1,8944 +nof,,,,,,,240,1305.290817999993,,,,,,,144,81,0,,,,,,,,,,,65_1,8938 +nof,,,,,,,0,1305.290817999993,,,,,,,144,95,0,,,,,,,,,,,65_1,8937 +nof,,,,,,,120,1305.290817999993,,,,,,,144,67,0,,,,,,,,,,,65_1,8942 +non,,,,,,,0,1305.290817999993,,,,F#4,,,144,66,7,,,,,,,,,,,65_1,8945 +nof,,,,,,,120,1305.290817999993,,,,,,,144,75,0,,,,,,,,,,,65_1,8943 +ctl,,,,,,,60,1305.290817999993,,,,,,,176,64,127,,,,,,,,,,,65_1,8946 +non,,,,,,,90,1305.5868279999927,,,,C7,,,144,96,7,,,,,,,,,,,65_1,8947 +non,,,,,,,0,1305.5868279999927,,,,A#5,,,144,82,7,,,,,,,,,,,65_1,8948 +non,,,,,,,90,1305.5868279999927,,,,D3,,,144,50,7,,,,,,,,,,,65_1,8949 +nof,,,,,,,90,1305.8828379999927,,,,,,,144,82,0,,,,,,,,,,,65_1,8948 +nof,,,,,,,0,1305.8828379999927,,,,,,,144,96,0,,,,,,,,,,,65_1,8947 +non,,,,,,,0,1305.8828379999927,,,,F6,,,144,89,7,,,,,,,,,,,65_1,8950 +non,,,,,,,0,1305.8828379999927,,,,D#5,,,144,75,7,,,,,,,,,,,65_1,8951 +nof,,,,,,,90,1305.8828379999927,,,,,,,144,50,0,,,,,,,,,,,65_1,8949 +non,,,,,,,0,1305.8828379999927,,,,C4,,,144,60,7,,,,,,,,,,,65_1,8952 +nof,,,,,,,240,1306.0801779999929,,,,,,,144,66,0,,,,,,,,,,,65_1,8945 +nof,,,,,,,90,1306.1788479999927,,,,,,,144,75,0,,,,,,,,,,,65_1,8951 +nof,,,,,,,0,1306.1788479999927,,,,,,,144,89,0,,,,,,,,,,,65_1,8950 +non,,,,,,,0,1306.1788479999927,,,,E5,,,144,76,7,,,,,,,,,,,65_1,8953 +non,,,,,,,0,1306.1788479999927,,,,F#6,,,144,90,7,,,,,,,,,,,65_1,8954 +nof,,,,,,,90,1306.1788479999927,,,,,,,144,60,0,,,,,,,,,,,65_1,8952 +non,,,,,,,0,1306.1788479999927,,,,F#4,,,144,66,7,,,,,,,,,,,65_1,8955 +nof,,,,,,,90,1306.4748579999928,,,,,,,144,90,0,,,,,,,,,,,65_1,8954 +nof,,,,,,,0,1306.4748579999928,,,,,,,144,76,0,,,,,,,,,,,65_1,8953 +non,,,,,,,0,1306.4748579999928,,,,C6,,,144,84,7,,,,,,,,,,,65_1,8956 +non,,,,,,,0,1306.4748579999928,,,,A#4,,,144,70,7,,,,,,,,,,,65_1,8957 +nof,,,,,,,90,1306.4748579999928,,,,,,,144,66,0,,,,,,,,,,,65_1,8955 +non,,,,,,,0,1306.4748579999928,,,,F#4,,,144,66,7,,,,,,,,,,,65_1,8958 +nof,,,,,,,120,1306.8695379999929,,,,,,,144,66,0,,,,,,,,,,,65_1,8958 +non,,,,,,,0,1306.8695379999929,,,,C4,,,144,60,7,,,,,,,,,,,65_1,8959 +nof,,,,,,,120,1307.2642179999928,,,,,,,144,60,0,,,,,,,,,,,65_1,8959 +non,,,,,,,0,1307.2642179999928,,,,E5,,,144,76,7,,,,,,,,,,,65_1,8960 +nof,,,,,,,300,1307.4615579999927,,,,,,,144,70,0,,,,,,,,,,,65_1,8957 +nof,,,,,,,0,1307.4615579999927,,,,,,,144,84,0,,,,,,,,,,,65_1,8956 +non,,,,,,,0,1307.4615579999927,,,,C#6,,,144,85,7,,,,,,,,,,,65_1,8961 +non,,,,,,,0,1307.4615579999927,,,,B4,,,144,71,7,,,,,,,,,,,65_1,8962 +ctl,,,,,,,660,1307.4615579999927,,,,,,,176,64,0,,,,,,,,,,,65_1,8963 +nof,,,,,,,60,1307.6588979999929,,,,,,,144,71,0,,,,,,,,,,,65_1,8962 +nof,,,,,,,0,1307.6588979999929,,,,,,,144,85,0,,,,,,,,,,,65_1,8961 +non,,,,,,,0,1307.6588979999929,,,,D6,,,144,86,7,,,,,,,,,,,65_1,8964 +non,,,,,,,0,1307.6588979999929,,,,C5,,,144,72,7,,,,,,,,,,,65_1,8965 +non,,,,,,,480,1307.6588979999929,,,,B4,,,144,71,7,,,,,,,,,,,65_1,8966 +nof,,,,,,,120,1307.6588979999929,,,,,,,144,76,0,,,,,,,,,,,65_1,8960 +non,,,,,,,0,1307.6588979999929,,,,G3,,,144,55,7,,,,,,,,,,,65_1,8967 +ctl,,,,,,,60,1307.6588979999929,,,,,,,176,64,127,,,,,,,,,,,65_1,8968 +nof,,,,,,,120,1308.0535779999927,,,,,,,144,55,0,,,,,,,,,,,65_1,8967 +non,,,,,,,0,1308.0535779999927,,,,C4,,,144,60,7,,,,,,,,,,,65_1,8969 +nof,,,,,,,120,1308.4482579999928,,,,,,,144,60,0,,,,,,,,,,,65_1,8969 +non,,,,,,,0,1308.4482579999928,,,,F#4,,,144,66,7,,,,,,,,,,,65_1,8970 +nof,,,,,,,360,1308.8429379999927,,,,,,,144,71,0,,,,,,,,,,,65_1,8966 +non,,,,,,,0,1308.8429379999927,,,,F#4,,,144,66,7,,,,,,,,,,,65_1,8971 +nof,,,,,,,120,1308.8429379999927,,,,,,,144,66,0,,,,,,,,,,,65_1,8971 +non,,,,,,,0,1308.8429379999927,,,,F#4,,,144,66,7,,,,,,,,,,,65_1,8972 +nof,,,,,,,120,1309.2376179999928,,,,,,,144,66,0,,,,,,,,,,,65_1,8972 +non,,,,,,,0,1309.2376179999928,,,,C4,,,144,60,7,,,,,,,,,,,65_1,8973 +nof,,,,,,,120,1309.6322979999927,,,,,,,144,60,0,,,,,,,,,,,65_1,8973 +non,,,,,,,0,1309.6322979999927,,,,B4,,,144,71,7,,,,,,,,,,,65_1,8974 +nof,,,,,,,300,1309.8296379999929,,,,,,,144,66,0,,,,,,,,,,,65_1,8975 +non,,,,,,,0,1309.8296379999929,,,,F#4,,,144,66,7,,,,,,,,,,,65_1,8976 +ctl,,,,,,,660,1309.8296379999929,,,,,,,176,64,0,,,,,,,,,,,65_1,8977 +nof,,,,,,,60,1310.0269779999928,,,,,,,144,66,0,,,,,,,,,,,65_1,8976 +non,,,,,,,0,1310.0269779999928,,,,F#4,,,144,66,9,,,,,,,,,,,65_1,8978 +nof,,,,,,,120,1310.0269779999928,,,,,,,144,71,0,,,,,,,,,,,65_1,8974 +ctl,,,,,,,60,1310.0269779999928,,,,,,,176,64,127,,,,,,,,,,,65_1,8979 +non,,,,,,,90,1310.3229879999928,,,,E3,,,144,52,9,,,,,,,,,,,65_1,8980 +nof,,,,,,,90,1310.6189979999929,,,,,,,144,52,0,,,,,,,,,,,65_1,8980 +non,,,,,,,0,1310.6189979999929,,,,D4,,,144,62,9,,,,,,,,,,,65_1,8981 +nof,,,,,,,960,1310.8163379999928,,,,,,,144,72,0,,,,,,,,,,,65_1,8965 +nof,,,,,,,0,1310.8163379999928,,,,,,,144,86,0,,,,,,,,,,,65_1,8964 +non,,,,,,,0,1310.8163379999928,,,,D6,,,144,86,9,,,,,,,,,,,65_1,8982 +non,,,,,,,0,1310.8163379999928,,,,C5,,,144,72,9,,,,,,,,,,,65_1,8983 +nof,,,,,,,90,1310.915007999993,,,,,,,144,62,0,,,,,,,,,,,65_1,8981 +non,,,,,,,0,1310.915007999993,,,,G#4,,,144,68,9,,,,,,,,,,,65_1,8984 +non,,,,,,,330,1311.1123479999928,,,,F#4,,,144,66,9,,,,,,,,,,,65_1,8985 +nof,,,,,,,120,1311.2110179999927,,,,,,,144,72,0,,,,,,,,,,,65_1,8983 +nof,,,,,,,0,1311.2110179999927,,,,,,,144,86,0,,,,,,,,,,,65_1,8982 +non,,,,,,,0,1311.2110179999927,,,,G#6,,,144,92,9,,,,,,,,,,,65_1,8986 +non,,,,,,,0,1311.2110179999927,,,,F#5,,,144,78,9,,,,,,,,,,,65_1,8987 +nof,,,,,,,30,1311.2110179999927,,,,,,,144,66,0,,,,,,,,,,,65_1,8985 +nof,,,,,,,0,1311.2110179999927,,,,,,,144,66,0,,,,,,,,,,,65_1,8988 +non,,,,,,,0,1311.2110179999927,,,,C5,,,144,72,9,,,,,,,,,,,65_1,8989 +non,,,,,,,0,1311.2110179999927,,,,F#4,,,144,66,9,,,,,,,,,,,65_1,8990 +nof,,,,,,,90,1311.2110179999927,,,,,,,144,68,0,,,,,,,,,,,65_1,8984 +non,,,,,,,5850,1311.5070279999927,,,,A#1,,,144,34,9,,,,,,,,,,,65_1,8991 +non,,,,,,,0,1311.5070279999927,,,,A#2,,,144,46,9,,,,,,,,,,,65_1,8992 +nof,,,,,,,90,1311.8030379999927,,,,,,,144,46,0,,,,,,,,,,,65_1,8992 +nof,,,,,,,0,1311.8030379999927,,,,,,,144,34,0,,,,,,,,,,,65_1,8991 +non,,,,,,,0,1311.8030379999927,,,,G#3,,,144,56,9,,,,,,,,,,,65_1,8993 +nof,,,,,,,90,1312.0990479999928,,,,,,,144,56,0,,,,,,,,,,,65_1,8993 +non,,,,,,,0,1312.0990479999928,,,,D4,,,144,62,9,,,,,,,,,,,65_1,8994 +ctl,,,,,,,660,1312.1977179999928,,,,,,,176,64,0,,,,,,,,,,,65_1,8995 +nof,,,,,,,360,1312.3950579999928,,,,,,,144,66,0,,,,,,,,,,,65_1,8990 +non,,,,,,,360,1312.3950579999928,,,,F#4,,,144,66,11,,,,,,,,,,,65_1,8996 +nof,,,,,,,90,1312.3950579999928,,,,,,,144,62,0,,,,,,,,,,,65_1,8994 +ctl,,,,,,,60,1312.3950579999928,,,,,,,176,64,127,,,,,,,,,,,65_1,8997 +nof,,,,,,,120,1312.789737999993,,,,,,,144,72,0,,,,,,,,,,,65_1,8989 +non,,,,,,,0,1312.789737999993,,,,C5,,,144,72,11,,,,,,,,,,,65_1,8998 +nof,,,,,,,120,1312.789737999993,,,,,,,144,66,0,,,,,,,,,,,65_1,8996 +nof,,,,,,,480,1314.3684579999929,,,,,,,144,72,0,,,,,,,,,,,65_1,8998 +non,,,,,,,0,1314.3684579999929,,,,C5,,,144,72,11,,,,,,,,,,,65_1,8999 +ctl,,,,,,,660,1314.5657979999928,,,,,,,176,64,0,,,,,,,,,,,65_1,9000 +nof,,,,,,,1080,1314.7631379999928,,,,,,,144,78,0,,,,,,,,,,,65_1,8987 +nof,,,,,,,0,1314.7631379999928,,,,,,,144,92,0,,,,,,,,,,,65_1,8986 +nof,,,,,,,120,1314.7631379999928,,,,,,,144,72,0,,,,,,,,,,,65_1,8999 +non,,,,,,,0,1314.7631379999928,,,,C5,,,144,72,7,,,,,,,,,,,65_1,9001 +ctl,,,,,,,60,1314.7631379999928,,,,,,,176,64,127,,,,,,,,,,,65_1,9002 +non,,,,,,,60,1314.9604779999927,,,,D7,,,144,98,7,,,,,,,,,,,65_1,9003 +non,,,,,,,0,1314.9604779999927,,,,C6,,,144,84,7,,,,,,,,,,,65_1,9004 +non,,,,,,,690,1315.0591479999928,,,,E3,,,144,52,7,,,,,,,,,,,65_1,9005 +nof,,,,,,,60,1315.1578179999929,,,,,,,144,84,0,,,,,,,,,,,65_1,9004 +nof,,,,,,,0,1315.1578179999929,,,,,,,144,98,0,,,,,,,,,,,65_1,9003 +non,,,,,,,0,1315.1578179999929,,,,G6,,,144,91,7,,,,,,,,,,,65_1,9006 +non,,,,,,,0,1315.1578179999929,,,,F5,,,144,77,7,,,,,,,,,,,65_1,9007 +nof,,,,,,,60,1315.3551579999928,,,,,,,144,77,0,,,,,,,,,,,65_1,9007 +nof,,,,,,,0,1315.3551579999928,,,,,,,144,91,0,,,,,,,,,,,65_1,9006 +non,,,,,,,0,1315.3551579999928,,,,F#5,,,144,78,7,,,,,,,,,,,65_1,9008 +non,,,,,,,0,1315.3551579999928,,,,G#6,,,144,92,7,,,,,,,,,,,65_1,9009 +nof,,,,,,,90,1315.3551579999928,,,,,,,144,52,0,,,,,,,,,,,65_1,9005 +non,,,,,,,0,1315.3551579999928,,,,D4,,,144,62,7,,,,,,,,,,,65_1,9010 +nof,,,,,,,60,1315.5524979999927,,,,,,,144,92,0,,,,,,,,,,,65_1,9009 +nof,,,,,,,0,1315.5524979999927,,,,,,,144,78,0,,,,,,,,,,,65_1,9008 +non,,,,,,,0,1315.5524979999927,,,,D6,,,144,86,7,,,,,,,,,,,65_1,9011 +non,,,,,,,0,1315.5524979999927,,,,C5,,,144,72,7,,,,,,,,,,,65_1,9012 +ctl,,,,,,,240,1315.5524979999927,,,,,,,176,64,0,,,,,,,,,,,65_1,9013 +nof,,,,,,,90,1315.6511679999928,,,,,,,144,62,0,,,,,,,,,,,65_1,9010 +non,,,,,,,0,1315.6511679999928,,,,G#4,,,144,68,7,,,,,,,,,,,65_1,9014 +nof,,,,,,,60,1315.749837999993,,,,,,,144,72,0,,,,,,,,,,,65_1,9012 +nof,,,,,,,0,1315.749837999993,,,,,,,144,86,0,,,,,,,,,,,65_1,9011 +non,,,,,,,0,1315.749837999993,,,,D#6,,,144,87,7,,,,,,,,,,,65_1,9015 +non,,,,,,,0,1315.749837999993,,,,C#5,,,144,73,7,,,,,,,,,,,65_1,9016 +nof,,,,,,,60,1315.9471779999928,,,,,,,144,73,0,,,,,,,,,,,65_1,9016 +nof,,,,,,,0,1315.9471779999928,,,,,,,144,87,0,,,,,,,,,,,65_1,9015 +non,,,,,,,0,1315.9471779999928,,,,E6,,,144,88,7,,,,,,,,,,,65_1,9017 +non,,,,,,,0,1315.9471779999928,,,,D5,,,144,74,7,,,,,,,,,,,65_1,9018 +nof,,,,,,,360,1315.9471779999928,,,,,,,144,72,0,,,,,,,,,,,65_1,9019 +non,,,,,,,0,1315.9471779999928,,,,C#5,,,144,73,7,,,,,,,,,,,65_1,9020 +nof,,,,,,,90,1315.9471779999928,,,,,,,144,68,0,,,,,,,,,,,65_1,9014 +ctl,,,,,,,120,1315.9471779999928,,,,,,,176,64,127,,,,,,,,,,,65_1,9021 +non,,,,,,,1152,1316.1839859999927,,,,A#2,,,144,46,7,,,,,,,,,,,65_1,9022 +nof,,,,,,,72,1316.4207939999928,,,,,,,144,46,0,,,,,,,,,,,65_1,9022 +non,,,,,,,0,1316.4207939999928,,,,G#3,,,144,56,7,,,,,,,,,,,65_1,9023 +nof,,,,,,,72,1316.6576019999927,,,,,,,144,56,0,,,,,,,,,,,65_1,9023 +non,,,,,,,0,1316.6576019999927,,,,D4,,,144,62,7,,,,,,,,,,,65_1,9024 +nof,,,,,,,72,1316.8944099999928,,,,,,,144,62,0,,,,,,,,,,,65_1,9024 +non,,,,,,,0,1316.8944099999928,,,,G#4,,,144,68,7,,,,,,,,,,,65_1,9025 +ctl,,,,,,,300,1316.9338779999928,,,,,,,176,64,0,,,,,,,,,,,65_1,9026 +non,,,,,,,27,1316.9832129999927,,,,E3,,,144,52,7,,,,,,,,,,,65_1,9027 +non,,,,,,,15,1317.0325479999929,,,,D4,,,144,62,7,,,,,,,,,,,65_1,9028 +non,,,,,,,15,1317.0818829999928,,,,G#4,,,144,68,7,,,,,,,,,,,65_1,9029 +nof,,,,,,,360,1317.1312179999927,,,,,,,144,74,0,,,,,,,,,,,65_1,9018 +nof,,,,,,,0,1317.1312179999927,,,,,,,144,88,0,,,,,,,,,,,65_1,9017 +nof,,,,,,,360,1317.1312179999927,,,,,,,144,73,0,,,,,,,,,,,65_1,9020 +nof,,,,,,,15,1317.1312179999927,,,,,,,144,68,0,,,,,,,,,,,65_1,9029 +non,,,,,,,0,1317.1312179999927,,,,C5,,,144,72,7,,,,,,,,,,,65_1,9030 +ctl,,,,,,,60,1317.1312179999927,,,,,,,176,64,127,,,,,,,,,,,65_1,9031 +non,,,,,,,60,1317.345477999993,,,,D7,,,144,98,7,,,,,,,,,,,65_1,9032 +non,,,,,,,0,1317.345477999993,,,,C6,,,144,84,7,,,,,,,,,,,65_1,9033 +nof,,,,,,,60,1317.5597379999929,,,,,,,144,84,0,,,,,,,,,,,65_1,9033 +nof,,,,,,,0,1317.5597379999929,,,,,,,144,98,0,,,,,,,,,,,65_1,9032 +non,,,,,,,0,1317.5597379999929,,,,G6,,,144,91,7,,,,,,,,,,,65_1,9034 +non,,,,,,,0,1317.5597379999929,,,,F5,,,144,77,7,,,,,,,,,,,65_1,9035 +nof,,,,,,,60,1317.7739979999928,,,,,,,144,77,0,,,,,,,,,,,65_1,9035 +nof,,,,,,,0,1317.7739979999928,,,,,,,144,91,0,,,,,,,,,,,65_1,9034 +non,,,,,,,0,1317.7739979999928,,,,F#5,,,144,78,7,,,,,,,,,,,65_1,9036 +non,,,,,,,0,1317.7739979999928,,,,G#6,,,144,92,7,,,,,,,,,,,65_1,9037 +nof,,,,,,,60,1317.9882579999928,,,,,,,144,92,0,,,,,,,,,,,65_1,9037 +nof,,,,,,,0,1317.9882579999928,,,,,,,144,78,0,,,,,,,,,,,65_1,9036 +non,,,,,,,0,1317.9882579999928,,,,D6,,,144,86,7,,,,,,,,,,,65_1,9038 +non,,,,,,,0,1317.9882579999928,,,,C5,,,144,72,7,,,,,,,,,,,65_1,9039 +ctl,,,,,,,240,1317.9882579999928,,,,,,,176,64,0,,,,,,,,,,,65_1,9040 +nof,,,,,,,60,1318.2025179999928,,,,,,,144,72,0,,,,,,,,,,,65_1,9039 +nof,,,,,,,0,1318.2025179999928,,,,,,,144,86,0,,,,,,,,,,,65_1,9038 +non,,,,,,,0,1318.2025179999928,,,,D#6,,,144,87,7,,,,,,,,,,,65_1,9041 +non,,,,,,,0,1318.2025179999928,,,,C#5,,,144,73,7,,,,,,,,,,,65_1,9042 +non,,,,,,,300,1318.2025179999928,,,,A#2,,,144,46,7,,,,,,,,,,,65_1,9043 +non,,,,,,,15,1318.2560829999927,,,,G#3,,,144,56,7,,,,,,,,,,,65_1,9044 +non,,,,,,,15,1318.3096479999929,,,,D4,,,144,62,7,,,,,,,,,,,65_1,9045 +non,,,,,,,15,1318.3632129999928,,,,G#4,,,144,68,7,,,,,,,,,,,65_1,9046 +nof,,,,,,,60,1318.4167779999927,,,,,,,144,73,0,,,,,,,,,,,65_1,9042 +nof,,,,,,,0,1318.4167779999927,,,,,,,144,87,0,,,,,,,,,,,65_1,9041 +non,,,,,,,0,1318.4167779999927,,,,E6,,,144,88,7,,,,,,,,,,,65_1,9047 +non,,,,,,,0,1318.4167779999927,,,,D5,,,144,74,7,,,,,,,,,,,65_1,9048 +nof,,,,,,,15,1318.4167779999927,,,,,,,144,72,0,,,,,,,,,,,65_1,9049 +nof,,,,,,,0,1318.4167779999927,,,,,,,144,52,0,,,,,,,,,,,65_1,9027 +nof,,,,,,,0,1318.4167779999927,,,,,,,144,68,0,,,,,,,,,,,65_1,9046 +nof,,,,,,,0,1318.4167779999927,,,,,,,144,62,0,,,,,,,,,,,65_1,9045 +non,,,,,,,0,1318.4167779999927,,,,C5,,,144,72,7,,,,,,,,,,,65_1,9050 +ctl,,,,,,,120,1318.4167779999927,,,,,,,176,64,127,,,,,,,,,,,65_1,9051 +ctl,,,,,,,240,1319.2738179999928,,,,,,,176,64,0,,,,,,,,,,,65_1,9052 +nof,,,,,,,360,1319.7023379999928,,,,,,,144,74,0,,,,,,,,,,,65_1,9048 +nof,,,,,,,0,1319.7023379999928,,,,,,,144,88,0,,,,,,,,,,,65_1,9047 +nof,,,,,,,360,1319.7023379999928,,,,,,,144,72,0,,,,,,,,,,,65_1,9050 +nof,,,,,,,0,1319.7023379999928,,,,,,,144,62,0,,,,,,,,,,,65_1,9053 +nof,,,,,,,0,1319.7023379999928,,,,,,,144,68,0,,,,,,,,,,,65_1,9054 +nof,,,,,,,0,1319.7023379999928,,,,,,,144,56,0,,,,,,,,,,,65_1,9044 +nof,,,,,,,0,1319.7023379999928,,,,,,,144,46,0,,,,,,,,,,,65_1,9043 +non,,,,,,,0,1319.7023379999928,,,,G#4,,,144,68,7,,,,,,,,,,,65_1,9055 +non,,,,,,,0,1319.7023379999928,,,,D4,,,144,62,7,,,,,,,,,,,65_1,9056 +non,,,,,,,0,1319.7023379999928,,,,E3,,,144,52,7,,,,,,,,,,,65_1,9057 +non,,,,,,,60,1319.8898379999928,,,,G6,,,144,91,7,,,,,,,,,,,65_1,9058 +non,,,,,,,0,1319.8898379999928,,,,F5,,,144,77,7,,,,,,,,,,,65_1,9059 +nof,,,,,,,60,1319.8898379999928,,,,,,,144,52,0,,,,,,,,,,,65_1,9057 +nof,,,,,,,0,1319.8898379999928,,,,,,,144,62,0,,,,,,,,,,,65_1,9056 +nof,,,,,,,0,1319.8898379999928,,,,,,,144,68,0,,,,,,,,,,,65_1,9055 +nof,,,,,,,30,1319.9835879999928,,,,,,,144,77,0,,,,,,,,,,,65_1,9059 +nof,,,,,,,0,1319.9835879999928,,,,,,,144,91,0,,,,,,,,,,,65_1,9058 +non,,,,,,,30,1320.0773379999928,,,,F#5,,,144,78,7,,,,,,,,,,,65_1,9060 +non,,,,,,,0,1320.0773379999928,,,,G#6,,,144,92,7,,,,,,,,,,,65_1,9061 +non,,,,,,,60,1320.0773379999928,,,,A#2,,,144,46,7,,,,,,,,,,,65_1,9062 +non,,,,,,,0,1320.0773379999928,,,,G#3,,,144,56,7,,,,,,,,,,,65_1,9063 +non,,,,,,,0,1320.0773379999928,,,,D4,,,144,62,7,,,,,,,,,,,65_1,9064 +nof,,,,,,,30,1320.1666179999927,,,,,,,144,92,0,,,,,,,,,,,65_1,9061 +nof,,,,,,,0,1320.1666179999927,,,,,,,144,78,0,,,,,,,,,,,65_1,9060 +non,,,,,,,30,1320.2558979999928,,,,D6,,,144,86,7,,,,,,,,,,,65_1,9065 +non,,,,,,,0,1320.2558979999928,,,,C5,,,144,72,7,,,,,,,,,,,65_1,9066 +nof,,,,,,,60,1320.2558979999928,,,,,,,144,62,0,,,,,,,,,,,65_1,9064 +nof,,,,,,,0,1320.2558979999928,,,,,,,144,56,0,,,,,,,,,,,65_1,9063 +nof,,,,,,,0,1320.2558979999928,,,,,,,144,46,0,,,,,,,,,,,65_1,9062 +nof,,,,,,,30,1320.3451779999928,,,,,,,144,72,0,,,,,,,,,,,65_1,9066 +nof,,,,,,,0,1320.3451779999928,,,,,,,144,86,0,,,,,,,,,,,65_1,9065 +non,,,,,,,60,1320.434457999993,,,,G#4,,,144,68,7,,,,,,,,,,,65_1,9067 +non,,,,,,,0,1320.434457999993,,,,D4,,,144,62,7,,,,,,,,,,,65_1,9068 +non,,,,,,,0,1320.434457999993,,,,E3,,,144,52,7,,,,,,,,,,,65_1,9069 +non,,,,,,,90,1320.6048579999929,,,,G6,,,144,91,7,,,,,,,,,,,65_1,9070 +non,,,,,,,0,1320.6048579999929,,,,F5,,,144,77,7,,,,,,,,,,,65_1,9071 +nof,,,,,,,60,1320.6048579999929,,,,,,,144,52,0,,,,,,,,,,,65_1,9069 +nof,,,,,,,0,1320.6048579999929,,,,,,,144,62,0,,,,,,,,,,,65_1,9068 +nof,,,,,,,0,1320.6048579999929,,,,,,,144,68,0,,,,,,,,,,,65_1,9067 +nof,,,,,,,30,1320.6900579999929,,,,,,,144,77,0,,,,,,,,,,,65_1,9071 +nof,,,,,,,0,1320.6900579999929,,,,,,,144,91,0,,,,,,,,,,,65_1,9070 +non,,,,,,,30,1320.7752579999928,,,,F#5,,,144,78,7,,,,,,,,,,,65_1,9072 +non,,,,,,,0,1320.7752579999928,,,,G#6,,,144,92,7,,,,,,,,,,,65_1,9073 +non,,,,,,,60,1320.7752579999928,,,,A#2,,,144,46,7,,,,,,,,,,,65_1,9074 +non,,,,,,,0,1320.7752579999928,,,,G#3,,,144,56,7,,,,,,,,,,,65_1,9075 +non,,,,,,,0,1320.7752579999928,,,,D4,,,144,62,7,,,,,,,,,,,65_1,9076 +nof,,,,,,,30,1320.8567679999928,,,,,,,144,92,0,,,,,,,,,,,65_1,9073 +nof,,,,,,,0,1320.8567679999928,,,,,,,144,78,0,,,,,,,,,,,65_1,9072 +non,,,,,,,30,1320.9382779999928,,,,D6,,,144,86,7,,,,,,,,,,,65_1,9077 +non,,,,,,,0,1320.9382779999928,,,,C5,,,144,72,7,,,,,,,,,,,65_1,9078 +nof,,,,,,,60,1320.9382779999928,,,,,,,144,62,0,,,,,,,,,,,65_1,9076 +nof,,,,,,,0,1320.9382779999928,,,,,,,144,56,0,,,,,,,,,,,65_1,9075 +nof,,,,,,,0,1320.9382779999928,,,,,,,144,46,0,,,,,,,,,,,65_1,9074 +nof,,,,,,,30,1321.0197879999928,,,,,,,144,72,0,,,,,,,,,,,65_1,9078 +nof,,,,,,,0,1321.0197879999928,,,,,,,144,86,0,,,,,,,,,,,65_1,9077 +non,,,,,,,60,1321.1012979999928,,,,B4,,,144,71,7,,,,,,,,,,,65_1,9079 +non,,,,,,,0,1321.1012979999928,,,,F4,,,144,65,7,,,,,,,,,,,65_1,9080 +non,,,,,,,0,1321.1012979999928,,,,G3,,,144,55,7,,,,,,,,,,,65_1,9081 +non,,,,,,,90,1321.2575379999928,,,,A#6,,,144,94,7,,,,,,,,,,,65_1,9082 +non,,,,,,,0,1321.2575379999928,,,,G#5,,,144,80,7,,,,,,,,,,,65_1,9083 +nof,,,,,,,60,1321.2575379999928,,,,,,,144,55,0,,,,,,,,,,,65_1,9081 +nof,,,,,,,0,1321.2575379999928,,,,,,,144,65,0,,,,,,,,,,,65_1,9080 +nof,,,,,,,0,1321.2575379999928,,,,,,,144,71,0,,,,,,,,,,,65_1,9079 +nof,,,,,,,30,1321.3356579999927,,,,,,,144,80,0,,,,,,,,,,,65_1,9083 +nof,,,,,,,0,1321.3356579999927,,,,,,,144,94,0,,,,,,,,,,,65_1,9082 +non,,,,,,,30,1321.4137779999928,,,,A5,,,144,81,7,,,,,,,,,,,65_1,9084 +non,,,,,,,0,1321.4137779999928,,,,B6,,,144,95,7,,,,,,,,,,,65_1,9085 +non,,,,,,,60,1321.4137779999928,,,,F4,,,144,65,7,,,,,,,,,,,65_1,9086 +non,,,,,,,0,1321.4137779999928,,,,B3,,,144,59,7,,,,,,,,,,,65_1,9087 +non,,,,,,,0,1321.4137779999928,,,,C#3,,,144,49,7,,,,,,,,,,,65_1,9088 +nof,,,,,,,30,1321.4887779999929,,,,,,,144,95,0,,,,,,,,,,,65_1,9085 +nof,,,,,,,0,1321.4887779999929,,,,,,,144,81,0,,,,,,,,,,,65_1,9084 +non,,,,,,,30,1321.563777999993,,,,F6,,,144,89,7,,,,,,,,,,,65_1,9089 +non,,,,,,,0,1321.563777999993,,,,D#5,,,144,75,7,,,,,,,,,,,65_1,9090 +nof,,,,,,,60,1321.563777999993,,,,,,,144,49,0,,,,,,,,,,,65_1,9088 +nof,,,,,,,0,1321.563777999993,,,,,,,144,59,0,,,,,,,,,,,65_1,9087 +nof,,,,,,,0,1321.563777999993,,,,,,,144,65,0,,,,,,,,,,,65_1,9086 +nof,,,,,,,30,1321.6387779999927,,,,,,,144,75,0,,,,,,,,,,,65_1,9090 +nof,,,,,,,0,1321.6387779999927,,,,,,,144,89,0,,,,,,,,,,,65_1,9089 +non,,,,,,,1440,1321.7137779999928,,,,D5,,,144,74,7,,,,,,,,,,,65_1,9091 +non,,,,,,,0,1321.7137779999928,,,,G#4,,,144,68,7,,,,,,,,,,,65_1,9092 +non,,,,,,,0,1321.7137779999928,,,,A#3,,,144,58,7,,,,,,,,,,,65_1,9093 +non,,,,,,,90,1321.8579579999928,,,,C#7,,,144,97,7,,,,,,,,,,,65_1,9094 +non,,,,,,,0,1321.8579579999928,,,,B5,,,144,83,7,,,,,,,,,,,65_1,9095 +nof,,,,,,,60,1321.8579579999928,,,,,,,144,58,0,,,,,,,,,,,65_1,9093 +nof,,,,,,,0,1321.8579579999928,,,,,,,144,68,0,,,,,,,,,,,65_1,9092 +nof,,,,,,,0,1321.8579579999928,,,,,,,144,74,0,,,,,,,,,,,65_1,9091 +nof,,,,,,,30,1321.930047999993,,,,,,,144,83,0,,,,,,,,,,,65_1,9095 +nof,,,,,,,0,1321.930047999993,,,,,,,144,97,0,,,,,,,,,,,65_1,9094 +non,,,,,,,30,1322.0021379999928,,,,C6,,,144,84,7,,,,,,,,,,,65_1,9096 +non,,,,,,,0,1322.0021379999928,,,,D7,,,144,98,7,,,,,,,,,,,65_1,9097 +non,,,,,,,60,1322.0021379999928,,,,E3,,,144,52,7,,,,,,,,,,,65_1,9098 +non,,,,,,,0,1322.0021379999928,,,,D4,,,144,62,7,,,,,,,,,,,65_1,9099 +non,,,,,,,0,1322.0021379999928,,,,G#4,,,144,68,7,,,,,,,,,,,65_1,9100 +nof,,,,,,,30,1322.0728779999927,,,,,,,144,98,0,,,,,,,,,,,65_1,9097 +nof,,,,,,,0,1322.0728779999927,,,,,,,144,84,0,,,,,,,,,,,65_1,9096 +non,,,,,,,30,1322.1436179999928,,,,G#6,,,144,92,7,,,,,,,,,,,65_1,9101 +non,,,,,,,0,1322.1436179999928,,,,F#5,,,144,78,7,,,,,,,,,,,65_1,9102 +nof,,,,,,,60,1322.1436179999928,,,,,,,144,68,0,,,,,,,,,,,65_1,9100 +nof,,,,,,,0,1322.1436179999928,,,,,,,144,62,0,,,,,,,,,,,65_1,9099 +nof,,,,,,,0,1322.1436179999928,,,,,,,144,52,0,,,,,,,,,,,65_1,9098 +nof,,,,,,,30,1322.214357999993,,,,,,,144,78,0,,,,,,,,,,,65_1,9102 +nof,,,,,,,0,1322.214357999993,,,,,,,144,92,0,,,,,,,,,,,65_1,9101 +non,,,,,,,30,1322.2850979999928,,,,G#5,,,144,80,7,,,,,,,,,,,65_1,9103 +non,,,,,,,0,1322.2850979999928,,,,F#4,,,144,66,7,,,,,,,,,,,65_1,9104 +non,,,,,,,300,1322.2850979999928,,,,D4,,,144,62,7,,,,,,,,,,,65_1,9105 +non,,,,,,,0,1322.2850979999928,,,,A#3,,,144,58,7,,,,,,,,,,,65_1,9106 +non,,,,,,,0,1322.2850979999928,,,,E3,,,144,52,7,,,,,,,,,,,65_1,9107 +ctl,,,,,,,1080,1322.2850979999928,,,,,,,176,64,127,,,,,,,,,,,65_1,9108 +nof,,,,,,,60,1322.4239379999929,,,,,,,144,66,0,,,,,,,,,,,65_1,9104 +nof,,,,,,,0,1322.4239379999929,,,,,,,144,80,0,,,,,,,,,,,65_1,9103 +non,,,,,,,0,1322.4239379999929,,,,A5,,,144,81,7,,,,,,,,,,,65_1,9109 +non,,,,,,,0,1322.4239379999929,,,,G4,,,144,67,7,,,,,,,,,,,65_1,9110 +nof,,,,,,,60,1322.5627779999927,,,,,,,144,67,0,,,,,,,,,,,65_1,9110 +nof,,,,,,,0,1322.5627779999927,,,,,,,144,81,0,,,,,,,,,,,65_1,9109 +non,,,,,,,0,1322.5627779999927,,,,A#5,,,144,82,7,,,,,,,,,,,65_1,9111 +non,,,,,,,0,1322.5627779999927,,,,G#4,,,144,68,7,,,,,,,,,,,65_1,9112 +ctl,,,,,,,120,1322.5627779999927,,,,,,,176,64,0,,,,,,,,,,,65_1,9113 +nof,,,,,,,60,1322.7016179999928,,,,,,,144,68,0,,,,,,,,,,,65_1,9112 +nof,,,,,,,0,1322.7016179999928,,,,,,,144,82,0,,,,,,,,,,,65_1,9111 +non,,,,,,,0,1322.7016179999928,,,,B5,,,144,83,9,,,,,,,,,,,65_1,9114 +non,,,,,,,0,1322.7016179999928,,,,A4,,,144,69,9,,,,,,,,,,,65_1,9115 +nof,,,,,,,180,1322.7016179999928,,,,,,,144,52,0,,,,,,,,,,,65_1,9107 +nof,,,,,,,0,1322.7016179999928,,,,,,,144,58,0,,,,,,,,,,,65_1,9106 +nof,,,,,,,0,1322.7016179999928,,,,,,,144,62,0,,,,,,,,,,,65_1,9105 +non,,,,,,,0,1322.7016179999928,,,,F4,,,144,65,9,,,,,,,,,,,65_1,9116 +non,,,,,,,0,1322.7016179999928,,,,G3,,,144,55,9,,,,,,,,,,,65_1,9117 +non,,,,,,,0,1322.7016179999928,,,,C#3,,,144,49,9,,,,,,,,,,,65_1,9118 +ctl,,,,,,,60,1322.7016179999928,,,,,,,176,64,127,,,,,,,,,,,65_1,9119 +nof,,,,,,,60,1322.8404579999929,,,,,,,144,69,0,,,,,,,,,,,65_1,9115 +nof,,,,,,,0,1322.8404579999929,,,,,,,144,83,0,,,,,,,,,,,65_1,9114 +non,,,,,,,0,1322.8404579999929,,,,C6,,,144,84,11,,,,,,,,,,,65_1,9120 +non,,,,,,,0,1322.8404579999929,,,,A#4,,,144,70,11,,,,,,,,,,,65_1,9121 +nof,,,,,,,60,1322.9792979999927,,,,,,,144,70,0,,,,,,,,,,,65_1,9121 +nof,,,,,,,0,1322.9792979999927,,,,,,,144,84,0,,,,,,,,,,,65_1,9120 +non,,,,,,,0,1322.9792979999927,,,,C#6,,,144,85,11,,,,,,,,,,,65_1,9122 +non,,,,,,,0,1322.9792979999927,,,,B4,,,144,71,11,,,,,,,,,,,65_1,9123 +ctl,,,,,,,120,1322.9792979999927,,,,,,,176,64,0,,,,,,,,,,,65_1,9124 +nof,,,,,,,60,1323.1181379999928,,,,,,,144,71,0,,,,,,,,,,,65_1,9123 +nof,,,,,,,0,1323.1181379999928,,,,,,,144,85,0,,,,,,,,,,,65_1,9122 +non,,,,,,,0,1323.1181379999928,,,,D6,,,144,86,13,,,,,,,,,,,65_1,9125 +non,,,,,,,0,1323.1181379999928,,,,C5,,,144,72,13,,,,,,,,,,,65_1,9126 +nof,,,,,,,180,1323.1181379999928,,,,,,,144,49,0,,,,,,,,,,,65_1,9118 +nof,,,,,,,0,1323.1181379999928,,,,,,,144,55,0,,,,,,,,,,,65_1,9117 +nof,,,,,,,0,1323.1181379999928,,,,,,,144,65,0,,,,,,,,,,,65_1,9116 +non,,,,,,,0,1323.1181379999928,,,,G#4,,,144,68,13,,,,,,,,,,,65_1,9127 +non,,,,,,,0,1323.1181379999928,,,,D4,,,144,62,13,,,,,,,,,,,65_1,9128 +non,,,,,,,0,1323.1181379999928,,,,E3,,,144,52,13,,,,,,,,,,,65_1,9129 +non,,,,,,,0,1323.1181379999928,,,,A#2,,,144,46,13,,,,,,,,,,,65_1,9130 +ctl,,,,,,,60,1323.1181379999928,,,,,,,176,64,127,,,,,,,,,,,65_1,9131 +nof,,,,,,,60,1323.2569779999928,,,,,,,144,72,0,,,,,,,,,,,65_1,9126 +nof,,,,,,,0,1323.2569779999928,,,,,,,144,86,0,,,,,,,,,,,65_1,9125 +non,,,,,,,0,1323.2569779999928,,,,D#6,,,144,87,15,,,,,,,,,,,65_1,9132 +non,,,,,,,0,1323.2569779999928,,,,C#5,,,144,73,15,,,,,,,,,,,65_1,9133 +nof,,,,,,,60,1323.3958179999927,,,,,,,144,73,0,,,,,,,,,,,65_1,9133 +nof,,,,,,,0,1323.3958179999927,,,,,,,144,87,0,,,,,,,,,,,65_1,9132 +non,,,,,,,0,1323.3958179999927,,,,E6,,,144,88,17,,,,,,,,,,,65_1,9134 +non,,,,,,,0,1323.3958179999927,,,,D5,,,144,74,17,,,,,,,,,,,65_1,9135 +ctl,,,,,,,120,1323.3958179999927,,,,,,,176,64,0,,,,,,,,,,,65_1,9136 +nof,,,,,,,60,1323.5346579999928,,,,,,,144,74,0,,,,,,,,,,,65_1,9135 +nof,,,,,,,0,1323.5346579999928,,,,,,,144,88,0,,,,,,,,,,,65_1,9134 +non,,,,,,,0,1323.5346579999928,,,,F6,,,144,89,18,,,,,,,,,,,65_1,9137 +non,,,,,,,0,1323.5346579999928,,,,D#5,,,144,75,18,,,,,,,,,,,65_1,9138 +nof,,,,,,,180,1323.5346579999928,,,,,,,144,46,0,,,,,,,,,,,65_1,9130 +nof,,,,,,,0,1323.5346579999928,,,,,,,144,68,0,,,,,,,,,,,65_1,9127 +nof,,,,,,,0,1323.5346579999928,,,,,,,144,62,0,,,,,,,,,,,65_1,9128 +nof,,,,,,,0,1323.5346579999928,,,,,,,144,52,0,,,,,,,,,,,65_1,9129 +non,,,,,,,0,1323.5346579999928,,,,B4,,,144,71,18,,,,,,,,,,,65_1,9139 +non,,,,,,,0,1323.5346579999928,,,,F4,,,144,65,18,,,,,,,,,,,65_1,9140 +non,,,,,,,0,1323.5346579999928,,,,B3,,,144,59,18,,,,,,,,,,,65_1,9141 +ctl,,,,,,,60,1323.5346579999928,,,,,,,176,64,127,,,,,,,,,,,65_1,9142 +nof,,,,,,,60,1323.6734979999928,,,,,,,144,75,0,,,,,,,,,,,65_1,9138 +nof,,,,,,,0,1323.6734979999928,,,,,,,144,89,0,,,,,,,,,,,65_1,9137 +non,,,,,,,0,1323.6734979999928,,,,F#6,,,144,90,20,,,,,,,,,,,65_1,9143 +non,,,,,,,0,1323.6734979999928,,,,E5,,,144,76,20,,,,,,,,,,,65_1,9144 +nof,,,,,,,90,1323.7429179999929,,,,,,,144,59,0,,,,,,,,,,,65_1,9141 +nof,,,,,,,0,1323.7429179999929,,,,,,,144,65,0,,,,,,,,,,,65_1,9140 +nof,,,,,,,0,1323.7429179999929,,,,,,,144,71,0,,,,,,,,,,,65_1,9139 +non,,,,,,,0,1323.7429179999929,,,,G2,,,144,43,20,,,,,,,,,,,65_1,9145 +non,,,,,,,0,1323.7429179999929,,,,C#3,,,144,49,20,,,,,,,,,,,65_1,9146 +nof,,,,,,,60,1323.812337999993,,,,,,,144,76,0,,,,,,,,,,,65_1,9144 +nof,,,,,,,0,1323.812337999993,,,,,,,144,90,0,,,,,,,,,,,65_1,9143 +non,,,,,,,0,1323.812337999993,,,,G6,,,144,91,22,,,,,,,,,,,65_1,9147 +non,,,,,,,0,1323.812337999993,,,,F5,,,144,77,22,,,,,,,,,,,65_1,9148 +ctl,,,,,,,120,1323.812337999993,,,,,,,176,64,0,,,,,,,,,,,65_1,9149 +nof,,,,,,,60,1323.9511779999928,,,,,,,144,77,0,,,,,,,,,,,65_1,9148 +nof,,,,,,,0,1323.9511779999928,,,,,,,144,91,0,,,,,,,,,,,65_1,9147 +non,,,,,,,0,1323.9511779999928,,,,G#6,,,144,92,22,,,,,,,,,,,65_1,9150 +non,,,,,,,0,1323.9511779999928,,,,F#5,,,144,78,22,,,,,,,,,,,65_1,9151 +nof,,,,,,,90,1323.9511779999928,,,,,,,144,49,0,,,,,,,,,,,65_1,9146 +nof,,,,,,,0,1323.9511779999928,,,,,,,144,43,0,,,,,,,,,,,65_1,9145 +non,,,,,,,0,1323.9511779999928,,,,E2,,,144,40,22,,,,,,,,,,,65_1,9152 +ctl,,,,,,,60,1323.9511779999928,,,,,,,176,64,127,,,,,,,,,,,65_1,9153 +nof,,,,,,,60,1324.0900179999928,,,,,,,144,78,0,,,,,,,,,,,65_1,9151 +nof,,,,,,,0,1324.0900179999928,,,,,,,144,92,0,,,,,,,,,,,65_1,9150 +non,,,,,,,0,1324.0900179999928,,,,G#6,,,144,92,20,,,,,,,,,,,65_1,9154 +non,,,,,,,0,1324.0900179999928,,,,F#5,,,144,78,20,,,,,,,,,,,65_1,9155 +nof,,,,,,,60,1324.0900179999928,,,,,,,144,40,0,,,,,,,,,,,65_1,9152 +non,,,,,,,0,1324.0900179999928,,,,A#2,,,144,46,20,,,,,,,,,,,65_1,9156 +nof,,,,,,,60,1324.2288579999927,,,,,,,144,78,0,,,,,,,,,,,65_1,9155 +nof,,,,,,,0,1324.2288579999927,,,,,,,144,92,0,,,,,,,,,,,65_1,9154 +non,,,,,,,0,1324.2288579999927,,,,G#6,,,144,92,18,,,,,,,,,,,65_1,9157 +non,,,,,,,0,1324.2288579999927,,,,F#5,,,144,78,18,,,,,,,,,,,65_1,9158 +nof,,,,,,,60,1324.2288579999927,,,,,,,144,46,0,,,,,,,,,,,65_1,9156 +non,,,,,,,0,1324.2288579999927,,,,G#3,,,144,56,18,,,,,,,,,,,65_1,9159 +nof,,,,,,,60,1324.3676979999927,,,,,,,144,78,0,,,,,,,,,,,65_1,9158 +nof,,,,,,,0,1324.3676979999927,,,,,,,144,92,0,,,,,,,,,,,65_1,9157 +non,,,,,,,0,1324.3676979999927,,,,G#6,,,144,92,17,,,,,,,,,,,65_1,9160 +non,,,,,,,0,1324.3676979999927,,,,F#5,,,144,78,17,,,,,,,,,,,65_1,9161 +nof,,,,,,,60,1324.3676979999927,,,,,,,144,56,0,,,,,,,,,,,65_1,9159 +non,,,,,,,0,1324.3676979999927,,,,D4,,,144,62,17,,,,,,,,,,,65_1,9162 +nof,,,,,,,60,1324.5065379999928,,,,,,,144,78,0,,,,,,,,,,,65_1,9161 +nof,,,,,,,0,1324.5065379999928,,,,,,,144,92,0,,,,,,,,,,,65_1,9160 +non,,,,,,,0,1324.5065379999928,,,,G#6,,,144,92,15,,,,,,,,,,,65_1,9163 +non,,,,,,,0,1324.5065379999928,,,,F#5,,,144,78,15,,,,,,,,,,,65_1,9164 +nof,,,,,,,60,1324.5065379999928,,,,,,,144,62,0,,,,,,,,,,,65_1,9162 +non,,,,,,,0,1324.5065379999928,,,,C5,,,144,72,15,,,,,,,,,,,65_1,9165 +nof,,,,,,,60,1324.645377999993,,,,,,,144,78,0,,,,,,,,,,,65_1,9164 +nof,,,,,,,0,1324.645377999993,,,,,,,144,92,0,,,,,,,,,,,65_1,9163 +non,,,,,,,0,1324.645377999993,,,,G#6,,,144,92,13,,,,,,,,,,,65_1,9166 +non,,,,,,,0,1324.645377999993,,,,F#5,,,144,78,13,,,,,,,,,,,65_1,9167 +nof,,,,,,,60,1324.7842179999927,,,,,,,144,78,0,,,,,,,,,,,65_1,9167 +nof,,,,,,,0,1324.7842179999927,,,,,,,144,92,0,,,,,,,,,,,65_1,9166 +non,,,,,,,0,1324.7842179999927,,,,G#6,,,144,92,11,,,,,,,,,,,65_1,9168 +non,,,,,,,0,1324.7842179999927,,,,F#5,,,144,78,11,,,,,,,,,,,65_1,9169 +nof,,,,,,,60,1324.9230579999928,,,,,,,144,78,0,,,,,,,,,,,65_1,9169 +nof,,,,,,,0,1324.9230579999928,,,,,,,144,92,0,,,,,,,,,,,65_1,9168 +non,,,,,,,0,1324.9230579999928,,,,G#6,,,144,92,9,,,,,,,,,,,65_1,9170 +non,,,,,,,0,1324.9230579999928,,,,F#5,,,144,78,9,,,,,,,,,,,65_1,9171 +nof,,,,,,,60,1325.0618979999929,,,,,,,144,78,0,,,,,,,,,,,65_1,9171 +nof,,,,,,,0,1325.0618979999929,,,,,,,144,92,0,,,,,,,,,,,65_1,9170 +non,,,,,,,0,1325.0618979999929,,,,G#6,,,144,92,7,,,,,,,,,,,65_1,9172 +non,,,,,,,0,1325.0618979999929,,,,F#5,,,144,78,7,,,,,,,,,,,65_1,9173 +nof,,,,,,,60,1325.2007379999927,,,,,,,144,78,0,,,,,,,,,,,65_1,9173 +nof,,,,,,,0,1325.2007379999927,,,,,,,144,92,0,,,,,,,,,,,65_1,9172 +non,,,,,,,0,1325.2007379999927,,,,G#6,,,144,92,7,,,,,,,,,,,65_1,9174 +non,,,,,,,0,1325.2007379999927,,,,F#5,,,144,78,7,,,,,,,,,,,65_1,9175 +nof,,,,,,,300,1325.2007379999927,,,,,,,144,72,0,,,,,,,,,,,65_1,9165 +non,,,,,,,0,1325.2007379999927,,,,C5,,,144,72,7,,,,,,,,,,,65_1,9176 +nof,,,,,,,60,1325.3395779999928,,,,,,,144,78,0,,,,,,,,,,,65_1,9175 +nof,,,,,,,0,1325.3395779999928,,,,,,,144,92,0,,,,,,,,,,,65_1,9174 +non,,,,,,,0,1325.3395779999928,,,,G#6,,,144,92,7,,,,,,,,,,,65_1,9177 +non,,,,,,,0,1325.3395779999928,,,,F#5,,,144,78,7,,,,,,,,,,,65_1,9178 +nof,,,,,,,60,1325.4784179999929,,,,,,,144,78,0,,,,,,,,,,,65_1,9178 +nof,,,,,,,0,1325.4784179999929,,,,,,,144,92,0,,,,,,,,,,,65_1,9177 +non,,,,,,,0,1325.4784179999929,,,,G#6,,,144,92,7,,,,,,,,,,,65_1,9179 +non,,,,,,,0,1325.4784179999929,,,,F#5,,,144,78,7,,,,,,,,,,,65_1,9180 +ctl,,,,,,,660,1325.4784179999929,,,,,,,176,64,0,,,,,,,,,,,65_1,9181 +nof,,,,,,,60,1325.6172579999927,,,,,,,144,78,0,,,,,,,,,,,65_1,9180 +nof,,,,,,,0,1325.6172579999927,,,,,,,144,92,0,,,,,,,,,,,65_1,9179 +nof,,,,,,,180,1325.6172579999927,,,,,,,144,72,0,,,,,,,,,,,65_1,9176 +non,,,,,,,0,1325.6172579999927,,,,G4,,,144,67,7,,,,,,,,,,,65_1,9182 +non,,,,,,,13200,1325.6172579999927,,,,G#3,,,144,56,7,,,,,,,,,,,65_1,9183 +non,,,,,,,0,1325.6172579999927,,,,D4,,,144,62,7,,,,,,,,,,,65_1,9184 +ctl,,,,,,,60,1325.6172579999927,,,,,,,176,64,127,,,,,,,,,,,65_1,9185 +non,,,,,,,60,1325.7560979999928,,,,G#6,,,144,92,7,,,,,,,,,,,65_1,9186 +non,,,,,,,0,1325.7560979999928,,,,F#5,,,144,78,7,,,,,,,,,,,65_1,9187 +nof,,,,,,,60,1325.7560979999928,,,,,,,144,67,0,,,,,,,,,,,65_1,9182 +non,,,,,,,0,1325.7560979999928,,,,F#4,,,144,66,7,,,,,,,,,,,65_1,9188 +nof,,,,,,,60,1325.8949379999929,,,,,,,144,78,0,,,,,,,,,,,65_1,9187 +nof,,,,,,,0,1325.8949379999929,,,,,,,144,92,0,,,,,,,,,,,65_1,9186 +non,,,,,,,0,1325.8949379999929,,,,G#6,,,144,92,7,,,,,,,,,,,65_1,9189 +non,,,,,,,0,1325.8949379999929,,,,F#5,,,144,78,7,,,,,,,,,,,65_1,9190 +nof,,,,,,,60,1325.8949379999929,,,,,,,144,66,0,,,,,,,,,,,65_1,9188 +nof,,,,,,,120,1325.8949379999929,,,,,,,144,62,0,,,,,,,,,,,65_1,9184 +nof,,,,,,,0,1325.8949379999929,,,,,,,144,56,0,,,,,,,,,,,65_1,9183 +non,,,,,,,0,1325.8949379999929,,,,A#2,,,144,46,7,,,,,,,,,,,65_1,9191 +nof,,,,,,,60,1326.0337779999927,,,,,,,144,78,0,,,,,,,,,,,65_1,9190 +nof,,,,,,,0,1326.0337779999927,,,,,,,144,92,0,,,,,,,,,,,65_1,9189 +non,,,,,,,0,1326.0337779999927,,,,C5,,,144,72,7,,,,,,,,,,,65_1,9192 +non,,,,,,,0,1326.0337779999927,,,,D6,,,144,86,7,,,,,,,,,,,65_1,9193 +nof,,,,,,,60,1326.0337779999927,,,,,,,144,46,0,,,,,,,,,,,65_1,9191 +nof,,,,,,,60,1326.1726179999928,,,,,,,144,86,0,,,,,,,,,,,65_1,9193 +nof,,,,,,,0,1326.1726179999928,,,,,,,144,72,0,,,,,,,,,,,65_1,9192 +non,,,,,,,0,1326.1726179999928,,,,C5,,,144,72,7,,,,,,,,,,,65_1,9194 +non,,,,,,,0,1326.1726179999928,,,,D6,,,144,86,7,,,,,,,,,,,65_1,9195 +non,,,,,,,120,1326.1726179999928,,,,F#4,,,144,66,7,,,,,,,,,,,65_1,9196 +non,,,,,,,60,1326.1726179999928,,,,D4,,,144,62,7,,,,,,,,,,,65_1,9197 +non,,,,,,,0,1326.1726179999928,,,,G#3,,,144,56,7,,,,,,,,,,,65_1,9198 +nof,,,,,,,60,1326.3114579999929,,,,,,,144,86,0,,,,,,,,,,,65_1,9195 +nof,,,,,,,0,1326.3114579999929,,,,,,,144,72,0,,,,,,,,,,,65_1,9194 +non,,,,,,,0,1326.3114579999929,,,,B4,,,144,71,7,,,,,,,,,,,65_1,9199 +non,,,,,,,0,1326.3114579999929,,,,C#6,,,144,85,7,,,,,,,,,,,65_1,9200 +nof,,,,,,,60,1326.3114579999929,,,,,,,144,66,0,,,,,,,,,,,65_1,9196 +non,,,,,,,0,1326.3114579999929,,,,F4,,,144,65,7,,,,,,,,,,,65_1,9201 +nof,,,,,,,60,1326.4502979999927,,,,,,,144,85,0,,,,,,,,,,,65_1,9200 +nof,,,,,,,0,1326.4502979999927,,,,,,,144,71,0,,,,,,,,,,,65_1,9199 +non,,,,,,,0,1326.4502979999927,,,,D6,,,144,86,7,,,,,,,,,,,65_1,9202 +non,,,,,,,0,1326.4502979999927,,,,C5,,,144,72,7,,,,,,,,,,,65_1,9203 +nof,,,,,,,60,1326.4502979999927,,,,,,,144,65,0,,,,,,,,,,,65_1,9201 +non,,,,,,,0,1326.4502979999927,,,,F#4,,,144,66,7,,,,,,,,,,,65_1,9204 +nof,,,,,,,60,1326.5891379999928,,,,,,,144,72,0,,,,,,,,,,,65_1,9203 +nof,,,,,,,0,1326.5891379999928,,,,,,,144,86,0,,,,,,,,,,,65_1,9202 +non,,,,,,,0,1326.5891379999928,,,,C#6,,,144,85,7,,,,,,,,,,,65_1,9205 +non,,,,,,,0,1326.5891379999928,,,,B4,,,144,71,7,,,,,,,,,,,65_1,9206 +nof,,,,,,,60,1326.7279779999928,,,,,,,144,71,0,,,,,,,,,,,65_1,9206 +nof,,,,,,,0,1326.7279779999928,,,,,,,144,85,0,,,,,,,,,,,65_1,9205 +non,,,,,,,0,1326.7279779999928,,,,C6,,,144,84,7,,,,,,,,,,,65_1,9207 +non,,,,,,,0,1326.7279779999928,,,,A#4,,,144,70,7,,,,,,,,,,,65_1,9208 +ctl,,,,,,,480,1326.7279779999928,,,,,,,176,64,0,,,,,,,,,,,65_1,9209 +nof,,,,,,,60,1326.8668179999927,,,,,,,144,70,0,,,,,,,,,,,65_1,9208 +nof,,,,,,,0,1326.8668179999927,,,,,,,144,84,0,,,,,,,,,,,65_1,9207 +non,,,,,,,0,1326.8668179999927,,,,B5,,,144,83,7,,,,,,,,,,,65_1,9210 +non,,,,,,,0,1326.8668179999927,,,,A4,,,144,69,7,,,,,,,,,,,65_1,9211 +nof,,,,,,,180,1326.8668179999927,,,,,,,144,66,0,,,,,,,,,,,65_1,9204 +non,,,,,,,0,1326.8668179999927,,,,F4,,,144,65,7,,,,,,,,,,,65_1,9212 +nof,,,,,,,300,1326.8668179999927,,,,,,,144,56,0,,,,,,,,,,,65_1,9198 +nof,,,,,,,0,1326.8668179999927,,,,,,,144,62,0,,,,,,,,,,,65_1,9197 +non,,,,,,,0,1326.8668179999927,,,,C#3,,,144,49,7,,,,,,,,,,,65_1,9213 +non,,,,,,,0,1326.8668179999927,,,,G3,,,144,55,7,,,,,,,,,,,65_1,9214 +ctl,,,,,,,60,1326.8668179999927,,,,,,,176,64,127,,,,,,,,,,,65_1,9215 +nof,,,,,,,60,1327.0056579999928,,,,,,,144,69,0,,,,,,,,,,,65_1,9211 +nof,,,,,,,0,1327.0056579999928,,,,,,,144,83,0,,,,,,,,,,,65_1,9210 +non,,,,,,,0,1327.0056579999928,,,,C6,,,144,84,7,,,,,,,,,,,65_1,9216 +non,,,,,,,0,1327.0056579999928,,,,A#4,,,144,70,7,,,,,,,,,,,65_1,9217 +nof,,,,,,,60,1327.1444979999928,,,,,,,144,70,0,,,,,,,,,,,65_1,9217 +nof,,,,,,,0,1327.1444979999928,,,,,,,144,84,0,,,,,,,,,,,65_1,9216 +non,,,,,,,0,1327.1444979999928,,,,C#6,,,144,85,7,,,,,,,,,,,65_1,9218 +non,,,,,,,0,1327.1444979999928,,,,B4,,,144,71,7,,,,,,,,,,,65_1,9219 +ctl,,,,,,,120,1327.1444979999928,,,,,,,176,64,0,,,,,,,,,,,65_1,9220 +nof,,,,,,,60,1327.283337999993,,,,,,,144,71,0,,,,,,,,,,,65_1,9219 +nof,,,,,,,0,1327.283337999993,,,,,,,144,85,0,,,,,,,,,,,65_1,9218 +nof,,,,,,,180,1327.283337999993,,,,,,,144,65,0,,,,,,,,,,,65_1,9212 +non,,,,,,,0,1327.283337999993,,,,G4,,,144,67,7,,,,,,,,,,,65_1,9221 +nof,,,,,,,180,1327.283337999993,,,,,,,144,55,0,,,,,,,,,,,65_1,9214 +nof,,,,,,,0,1327.283337999993,,,,,,,144,49,0,,,,,,,,,,,65_1,9213 +non,,,,,,,0,1327.283337999993,,,,G#3,,,144,56,7,,,,,,,,,,,65_1,9222 +non,,,,,,,0,1327.283337999993,,,,D4,,,144,62,7,,,,,,,,,,,65_1,9223 +ctl,,,,,,,60,1327.283337999993,,,,,,,176,64,127,,,,,,,,,,,65_1,9224 +non,,,,,,,60,1327.4221779999928,,,,G#6,,,144,92,7,,,,,,,,,,,65_1,9225 +non,,,,,,,0,1327.4221779999928,,,,F#5,,,144,78,7,,,,,,,,,,,65_1,9226 +nof,,,,,,,60,1327.4221779999928,,,,,,,144,67,0,,,,,,,,,,,65_1,9221 +non,,,,,,,0,1327.4221779999928,,,,F#4,,,144,66,7,,,,,,,,,,,65_1,9227 +nof,,,,,,,60,1327.5610179999928,,,,,,,144,78,0,,,,,,,,,,,65_1,9226 +nof,,,,,,,0,1327.5610179999928,,,,,,,144,92,0,,,,,,,,,,,65_1,9225 +non,,,,,,,0,1327.5610179999928,,,,G#6,,,144,92,7,,,,,,,,,,,65_1,9228 +non,,,,,,,0,1327.5610179999928,,,,F#5,,,144,78,7,,,,,,,,,,,65_1,9229 +nof,,,,,,,60,1327.5610179999928,,,,,,,144,66,0,,,,,,,,,,,65_1,9227 +nof,,,,,,,120,1327.5610179999928,,,,,,,144,62,0,,,,,,,,,,,65_1,9223 +nof,,,,,,,0,1327.5610179999928,,,,,,,144,56,0,,,,,,,,,,,65_1,9222 +non,,,,,,,0,1327.5610179999928,,,,A#2,,,144,46,7,,,,,,,,,,,65_1,9230 +nof,,,,,,,60,1327.6998579999927,,,,,,,144,78,0,,,,,,,,,,,65_1,9229 +nof,,,,,,,0,1327.6998579999927,,,,,,,144,92,0,,,,,,,,,,,65_1,9228 +non,,,,,,,0,1327.6998579999927,,,,C5,,,144,72,7,,,,,,,,,,,65_1,9231 +non,,,,,,,0,1327.6998579999927,,,,D6,,,144,86,7,,,,,,,,,,,65_1,9232 +nof,,,,,,,60,1327.6998579999927,,,,,,,144,46,0,,,,,,,,,,,65_1,9230 +nof,,,,,,,60,1327.8386979999927,,,,,,,144,86,0,,,,,,,,,,,65_1,9232 +nof,,,,,,,0,1327.8386979999927,,,,,,,144,72,0,,,,,,,,,,,65_1,9231 +non,,,,,,,0,1327.8386979999927,,,,C5,,,144,72,7,,,,,,,,,,,65_1,9233 +non,,,,,,,0,1327.8386979999927,,,,D6,,,144,86,7,,,,,,,,,,,65_1,9234 +non,,,,,,,120,1327.8386979999927,,,,F#4,,,144,66,7,,,,,,,,,,,65_1,9235 +non,,,,,,,60,1327.8386979999927,,,,D4,,,144,62,7,,,,,,,,,,,65_1,9236 +non,,,,,,,0,1327.8386979999927,,,,G#3,,,144,56,7,,,,,,,,,,,65_1,9237 +nof,,,,,,,60,1327.9775379999928,,,,,,,144,86,0,,,,,,,,,,,65_1,9234 +nof,,,,,,,0,1327.9775379999928,,,,,,,144,72,0,,,,,,,,,,,65_1,9233 +non,,,,,,,0,1327.9775379999928,,,,B4,,,144,71,7,,,,,,,,,,,65_1,9238 +non,,,,,,,0,1327.9775379999928,,,,C#6,,,144,85,7,,,,,,,,,,,65_1,9239 +nof,,,,,,,60,1327.9775379999928,,,,,,,144,66,0,,,,,,,,,,,65_1,9235 +non,,,,,,,0,1327.9775379999928,,,,F4,,,144,65,7,,,,,,,,,,,65_1,9240 +nof,,,,,,,60,1328.116377999993,,,,,,,144,85,0,,,,,,,,,,,65_1,9239 +nof,,,,,,,0,1328.116377999993,,,,,,,144,71,0,,,,,,,,,,,65_1,9238 +non,,,,,,,0,1328.116377999993,,,,D6,,,144,86,7,,,,,,,,,,,65_1,9241 +non,,,,,,,0,1328.116377999993,,,,C5,,,144,72,7,,,,,,,,,,,65_1,9242 +nof,,,,,,,60,1328.116377999993,,,,,,,144,65,0,,,,,,,,,,,65_1,9240 +non,,,,,,,0,1328.116377999993,,,,F#4,,,144,66,7,,,,,,,,,,,65_1,9243 +nof,,,,,,,60,1328.2552179999927,,,,,,,144,72,0,,,,,,,,,,,65_1,9242 +nof,,,,,,,0,1328.2552179999927,,,,,,,144,86,0,,,,,,,,,,,65_1,9241 +non,,,,,,,0,1328.2552179999927,,,,C#6,,,144,85,7,,,,,,,,,,,65_1,9244 +non,,,,,,,0,1328.2552179999927,,,,B4,,,144,71,7,,,,,,,,,,,65_1,9245 +nof,,,,,,,60,1328.3940579999928,,,,,,,144,71,0,,,,,,,,,,,65_1,9245 +nof,,,,,,,0,1328.3940579999928,,,,,,,144,85,0,,,,,,,,,,,65_1,9244 +non,,,,,,,0,1328.3940579999928,,,,C6,,,144,84,7,,,,,,,,,,,65_1,9246 +non,,,,,,,0,1328.3940579999928,,,,A#4,,,144,70,7,,,,,,,,,,,65_1,9247 +ctl,,,,,,,480,1328.3940579999928,,,,,,,176,64,0,,,,,,,,,,,65_1,9248 +nof,,,,,,,60,1328.5328979999929,,,,,,,144,70,0,,,,,,,,,,,65_1,9247 +nof,,,,,,,0,1328.5328979999929,,,,,,,144,84,0,,,,,,,,,,,65_1,9246 +non,,,,,,,0,1328.5328979999929,,,,B5,,,144,83,7,,,,,,,,,,,65_1,9249 +non,,,,,,,0,1328.5328979999929,,,,A4,,,144,69,7,,,,,,,,,,,65_1,9250 +nof,,,,,,,180,1328.5328979999929,,,,,,,144,66,0,,,,,,,,,,,65_1,9243 +non,,,,,,,0,1328.5328979999929,,,,F4,,,144,65,7,,,,,,,,,,,65_1,9251 +nof,,,,,,,300,1328.5328979999929,,,,,,,144,56,0,,,,,,,,,,,65_1,9237 +nof,,,,,,,0,1328.5328979999929,,,,,,,144,62,0,,,,,,,,,,,65_1,9236 +non,,,,,,,0,1328.5328979999929,,,,C#3,,,144,49,7,,,,,,,,,,,65_1,9252 +non,,,,,,,0,1328.5328979999929,,,,B3,,,144,59,7,,,,,,,,,,,65_1,9253 +ctl,,,,,,,60,1328.5328979999929,,,,,,,176,64,127,,,,,,,,,,,65_1,9254 +ctl,,,,,,,120,1328.8105779999928,,,,,,,176,64,0,,,,,,,,,,,65_1,9255 +nof,,,,,,,180,1328.9494179999929,,,,,,,144,69,0,,,,,,,,,,,65_1,9250 +nof,,,,,,,0,1328.9494179999929,,,,,,,144,83,0,,,,,,,,,,,65_1,9249 +nof,,,,,,,180,1328.9494179999929,,,,,,,144,65,0,,,,,,,,,,,65_1,9251 +non,,,,,,,0,1328.9494179999929,,,,E4,,,144,64,7,,,,,,,,,,,65_1,9256 +nof,,,,,,,180,1328.9494179999929,,,,,,,144,59,0,,,,,,,,,,,65_1,9253 +nof,,,,,,,0,1328.9494179999929,,,,,,,144,49,0,,,,,,,,,,,65_1,9252 +non,,,,,,,0,1328.9494179999929,,,,F3,,,144,53,7,,,,,,,,,,,65_1,9257 +non,,,,,,,0,1328.9494179999929,,,,B3,,,144,59,7,,,,,,,,,,,65_1,9258 +ctl,,,,,,,60,1328.9494179999929,,,,,,,176,64,127,,,,,,,,,,,65_1,9259 +non,,,,,,,60,1329.0882579999927,,,,F6,,,144,89,7,,,,,,,,,,,65_1,9260 +non,,,,,,,0,1329.0882579999927,,,,D#5,,,144,75,7,,,,,,,,,,,65_1,9261 +nof,,,,,,,60,1329.0882579999927,,,,,,,144,64,0,,,,,,,,,,,65_1,9256 +non,,,,,,,0,1329.0882579999927,,,,D#4,,,144,63,7,,,,,,,,,,,65_1,9262 +nof,,,,,,,60,1329.2270979999928,,,,,,,144,75,0,,,,,,,,,,,65_1,9261 +nof,,,,,,,0,1329.2270979999928,,,,,,,144,89,0,,,,,,,,,,,65_1,9260 +non,,,,,,,0,1329.2270979999928,,,,F6,,,144,89,7,,,,,,,,,,,65_1,9263 +non,,,,,,,0,1329.2270979999928,,,,D#5,,,144,75,7,,,,,,,,,,,65_1,9264 +nof,,,,,,,60,1329.2270979999928,,,,,,,144,63,0,,,,,,,,,,,65_1,9262 +nof,,,,,,,120,1329.2270979999928,,,,,,,144,59,0,,,,,,,,,,,65_1,9258 +nof,,,,,,,0,1329.2270979999928,,,,,,,144,53,0,,,,,,,,,,,65_1,9257 +non,,,,,,,0,1329.2270979999928,,,,G2,,,144,43,7,,,,,,,,,,,65_1,9265 +nof,,,,,,,60,1329.3659379999929,,,,,,,144,75,0,,,,,,,,,,,65_1,9264 +nof,,,,,,,0,1329.3659379999929,,,,,,,144,89,0,,,,,,,,,,,65_1,9263 +non,,,,,,,0,1329.3659379999929,,,,A4,,,144,69,7,,,,,,,,,,,65_1,9266 +non,,,,,,,0,1329.3659379999929,,,,B5,,,144,83,7,,,,,,,,,,,65_1,9267 +nof,,,,,,,60,1329.3659379999929,,,,,,,144,43,0,,,,,,,,,,,65_1,9265 +nof,,,,,,,60,1329.5047779999927,,,,,,,144,83,0,,,,,,,,,,,65_1,9267 +nof,,,,,,,0,1329.5047779999927,,,,,,,144,69,0,,,,,,,,,,,65_1,9266 +non,,,,,,,0,1329.5047779999927,,,,A4,,,144,69,7,,,,,,,,,,,65_1,9268 +non,,,,,,,0,1329.5047779999927,,,,B5,,,144,83,7,,,,,,,,,,,65_1,9269 +non,,,,,,,120,1329.5047779999927,,,,D#4,,,144,63,7,,,,,,,,,,,65_1,9270 +non,,,,,,,60,1329.5047779999927,,,,B3,,,144,59,7,,,,,,,,,,,65_1,9271 +non,,,,,,,0,1329.5047779999927,,,,F3,,,144,53,7,,,,,,,,,,,65_1,9272 +nof,,,,,,,60,1329.6436179999928,,,,,,,144,83,0,,,,,,,,,,,65_1,9269 +nof,,,,,,,0,1329.6436179999928,,,,,,,144,69,0,,,,,,,,,,,65_1,9268 +non,,,,,,,0,1329.6436179999928,,,,G#4,,,144,68,7,,,,,,,,,,,65_1,9273 +non,,,,,,,0,1329.6436179999928,,,,A#5,,,144,82,7,,,,,,,,,,,65_1,9274 +nof,,,,,,,60,1329.6436179999928,,,,,,,144,63,0,,,,,,,,,,,65_1,9270 +non,,,,,,,0,1329.6436179999928,,,,D4,,,144,62,7,,,,,,,,,,,65_1,9275 +nof,,,,,,,60,1329.7824579999929,,,,,,,144,82,0,,,,,,,,,,,65_1,9274 +nof,,,,,,,0,1329.7824579999929,,,,,,,144,68,0,,,,,,,,,,,65_1,9273 +non,,,,,,,0,1329.7824579999929,,,,B5,,,144,83,7,,,,,,,,,,,65_1,9276 +non,,,,,,,0,1329.7824579999929,,,,A4,,,144,69,7,,,,,,,,,,,65_1,9277 +nof,,,,,,,60,1329.7824579999929,,,,,,,144,62,0,,,,,,,,,,,65_1,9275 +non,,,,,,,0,1329.7824579999929,,,,D#4,,,144,63,7,,,,,,,,,,,65_1,9278 +nof,,,,,,,60,1329.9212979999927,,,,,,,144,69,0,,,,,,,,,,,65_1,9277 +nof,,,,,,,0,1329.9212979999927,,,,,,,144,83,0,,,,,,,,,,,65_1,9276 +non,,,,,,,0,1329.9212979999927,,,,A#5,,,144,82,7,,,,,,,,,,,65_1,9279 +non,,,,,,,0,1329.9212979999927,,,,G#4,,,144,68,7,,,,,,,,,,,65_1,9280 +nof,,,,,,,60,1330.0601379999928,,,,,,,144,68,0,,,,,,,,,,,65_1,9280 +nof,,,,,,,0,1330.0601379999928,,,,,,,144,82,0,,,,,,,,,,,65_1,9279 +non,,,,,,,0,1330.0601379999928,,,,A5,,,144,81,7,,,,,,,,,,,65_1,9281 +non,,,,,,,0,1330.0601379999928,,,,G4,,,144,67,7,,,,,,,,,,,65_1,9282 +ctl,,,,,,,480,1330.0601379999928,,,,,,,176,64,0,,,,,,,,,,,65_1,9283 +nof,,,,,,,60,1330.1989779999928,,,,,,,144,67,0,,,,,,,,,,,65_1,9282 +nof,,,,,,,0,1330.1989779999928,,,,,,,144,81,0,,,,,,,,,,,65_1,9281 +non,,,,,,,0,1330.1989779999928,,,,F#4,,,144,66,7,,,,,,,,,,,65_1,9284 +non,,,,,,,0,1330.1989779999928,,,,G#5,,,144,80,7,,,,,,,,,,,65_1,9285 +nof,,,,,,,180,1330.1989779999928,,,,,,,144,63,0,,,,,,,,,,,65_1,9278 +non,,,,,,,0,1330.1989779999928,,,,D4,,,144,62,7,,,,,,,,,,,65_1,9286 +nof,,,,,,,300,1330.1989779999928,,,,,,,144,53,0,,,,,,,,,,,65_1,9272 +nof,,,,,,,0,1330.1989779999928,,,,,,,144,59,0,,,,,,,,,,,65_1,9271 +non,,,,,,,0,1330.1989779999928,,,,A#2,,,144,46,7,,,,,,,,,,,65_1,9287 +non,,,,,,,0,1330.1989779999928,,,,E3,,,144,52,7,,,,,,,,,,,65_1,9288 +ctl,,,,,,,60,1330.1989779999928,,,,,,,176,64,127,,,,,,,,,,,65_1,9289 +ctl,,,,,,,120,1330.4766579999928,,,,,,,176,64,0,,,,,,,,,,,65_1,9290 +nof,,,,,,,180,1330.6154979999928,,,,,,,144,80,0,,,,,,,,,,,65_1,9285 +nof,,,,,,,0,1330.6154979999928,,,,,,,144,66,0,,,,,,,,,,,65_1,9284 +non,,,,,,,0,1330.6154979999928,,,,G#5,,,144,80,7,,,,,,,,,,,65_1,9291 +non,,,,,,,0,1330.6154979999928,,,,F#4,,,144,66,7,,,,,,,,,,,65_1,9292 +nof,,,,,,,180,1330.6154979999928,,,,,,,144,62,0,,,,,,,,,,,65_1,9286 +non,,,,,,,0,1330.6154979999928,,,,D4,,,144,62,7,,,,,,,,,,,65_1,9293 +non,,,,,,,0,1330.6154979999928,,,,E3,,,144,52,7,,,,,,,,,,,65_1,9294 +non,,,,,,,0,1330.6154979999928,,,,A#2,,,144,46,7,,,,,,,,,,,65_1,9295 +nof,,,,,,,180,1330.6154979999928,,,,,,,144,52,0,,,,,,,,,,,65_1,9294 +nof,,,,,,,0,1330.6154979999928,,,,,,,144,46,0,,,,,,,,,,,65_1,9295 +ctl,,,,,,,60,1330.6154979999928,,,,,,,176,64,127,,,,,,,,,,,65_1,9296 +nof,,,,,,,60,1330.7543379999927,,,,,,,144,66,0,,,,,,,,,,,65_1,9292 +nof,,,,,,,0,1330.7543379999927,,,,,,,144,80,0,,,,,,,,,,,65_1,9291 +non,,,,,,,0,1330.7543379999927,,,,A5,,,144,81,7,,,,,,,,,,,65_1,9297 +non,,,,,,,0,1330.7543379999927,,,,G4,,,144,67,7,,,,,,,,,,,65_1,9298 +nof,,,,,,,60,1330.8931779999928,,,,,,,144,67,0,,,,,,,,,,,65_1,9298 +nof,,,,,,,0,1330.8931779999928,,,,,,,144,81,0,,,,,,,,,,,65_1,9297 +non,,,,,,,0,1330.8931779999928,,,,A#5,,,144,82,7,,,,,,,,,,,65_1,9299 +non,,,,,,,0,1330.8931779999928,,,,G#4,,,144,68,7,,,,,,,,,,,65_1,9300 +ctl,,,,,,,120,1330.8931779999928,,,,,,,176,64,0,,,,,,,,,,,65_1,9301 +non,,,,,,,135,1330.927887999993,,,,G2,,,144,43,7,,,,,,,,,,,65_1,9302 +non,,,,,,,15,1330.9625979999928,,,,C#3,,,144,49,7,,,,,,,,,,,65_1,9303 +non,,,,,,,15,1330.9973079999927,,,,B3,,,144,59,7,,,,,,,,,,,65_1,9304 +nof,,,,,,,60,1331.0320179999928,,,,,,,144,68,0,,,,,,,,,,,65_1,9300 +nof,,,,,,,0,1331.0320179999928,,,,,,,144,82,0,,,,,,,,,,,65_1,9299 +non,,,,,,,0,1331.0320179999928,,,,B5,,,144,83,7,,,,,,,,,,,65_1,9305 +non,,,,,,,0,1331.0320179999928,,,,A4,,,144,69,7,,,,,,,,,,,65_1,9306 +nof,,,,,,,15,1331.0320179999928,,,,,,,144,46,0,,,,,,,,,,,65_1,9307 +nof,,,,,,,0,1331.0320179999928,,,,,,,144,62,0,,,,,,,,,,,65_1,9293 +nof,,,,,,,0,1331.0320179999928,,,,,,,144,52,0,,,,,,,,,,,65_1,9308 +non,,,,,,,0,1331.0320179999928,,,,F4,,,144,65,7,,,,,,,,,,,65_1,9309 +ctl,,,,,,,60,1331.0320179999928,,,,,,,176,64,127,,,,,,,,,,,65_1,9310 +nof,,,,,,,60,1331.1708579999927,,,,,,,144,69,0,,,,,,,,,,,65_1,9306 +nof,,,,,,,0,1331.1708579999927,,,,,,,144,83,0,,,,,,,,,,,65_1,9305 +non,,,,,,,0,1331.1708579999927,,,,C6,,,144,84,7,,,,,,,,,,,65_1,9311 +non,,,,,,,0,1331.1708579999927,,,,A#4,,,144,70,7,,,,,,,,,,,65_1,9312 +nof,,,,,,,60,1331.3096979999927,,,,,,,144,70,0,,,,,,,,,,,65_1,9312 +nof,,,,,,,0,1331.3096979999927,,,,,,,144,84,0,,,,,,,,,,,65_1,9311 +non,,,,,,,0,1331.3096979999927,,,,C#6,,,144,85,7,,,,,,,,,,,65_1,9313 +non,,,,,,,0,1331.3096979999927,,,,B4,,,144,71,7,,,,,,,,,,,65_1,9314 +ctl,,,,,,,120,1331.3096979999927,,,,,,,176,64,0,,,,,,,,,,,65_1,9315 +nof,,,,,,,60,1331.4485379999928,,,,,,,144,71,0,,,,,,,,,,,65_1,9314 +nof,,,,,,,0,1331.4485379999928,,,,,,,144,85,0,,,,,,,,,,,65_1,9313 +non,,,,,,,0,1331.4485379999928,,,,D6,,,144,86,7,,,,,,,,,,,65_1,9316 +non,,,,,,,0,1331.4485379999928,,,,C5,,,144,72,7,,,,,,,,,,,65_1,9317 +nof,,,,,,,180,1331.4485379999928,,,,,,,144,65,0,,,,,,,,,,,65_1,9309 +nof,,,,,,,0,1331.4485379999928,,,,,,,144,59,0,,,,,,,,,,,65_1,9304 +nof,,,,,,,0,1331.4485379999928,,,,,,,144,49,0,,,,,,,,,,,65_1,9303 +nof,,,,,,,0,1331.4485379999928,,,,,,,144,43,0,,,,,,,,,,,65_1,9302 +non,,,,,,,0,1331.4485379999928,,,,G4,,,144,67,7,,,,,,,,,,,65_1,9318 +non,,,,,,,0,1331.4485379999928,,,,D4,,,144,62,7,,,,,,,,,,,65_1,9319 +non,,,,,,,0,1331.4485379999928,,,,G#3,,,144,56,7,,,,,,,,,,,65_1,9320 +non,,,,,,,0,1331.4485379999928,,,,G3,,,144,55,7,,,,,,,,,,,65_1,9321 +ctl,,,,,,,60,1331.4485379999928,,,,,,,176,64,127,,,,,,,,,,,65_1,9322 +nof,,,,,,,60,1331.587377999993,,,,,,,144,72,0,,,,,,,,,,,65_1,9317 +nof,,,,,,,0,1331.587377999993,,,,,,,144,86,0,,,,,,,,,,,65_1,9316 +non,,,,,,,0,1331.587377999993,,,,D6,,,144,86,7,,,,,,,,,,,65_1,9323 +non,,,,,,,0,1331.587377999993,,,,C5,,,144,72,7,,,,,,,,,,,65_1,9324 +nof,,,,,,,90,1331.6567979999927,,,,,,,144,55,0,,,,,,,,,,,65_1,9321 +nof,,,,,,,0,1331.6567979999927,,,,,,,144,67,0,,,,,,,,,,,65_1,9318 +nof,,,,,,,0,1331.6567979999927,,,,,,,144,62,0,,,,,,,,,,,65_1,9319 +nof,,,,,,,0,1331.6567979999927,,,,,,,144,56,0,,,,,,,,,,,65_1,9320 +non,,,,,,,0,1331.6567979999927,,,,E2,,,144,40,7,,,,,,,,,,,65_1,9325 +non,,,,,,,0,1331.6567979999927,,,,D3,,,144,50,7,,,,,,,,,,,65_1,9326 +nof,,,,,,,60,1331.7262179999927,,,,,,,144,72,0,,,,,,,,,,,65_1,9324 +nof,,,,,,,0,1331.7262179999927,,,,,,,144,86,0,,,,,,,,,,,65_1,9323 +non,,,,,,,0,1331.7262179999927,,,,D6,,,144,86,7,,,,,,,,,,,65_1,9327 +non,,,,,,,0,1331.7262179999927,,,,C5,,,144,72,7,,,,,,,,,,,65_1,9328 +nof,,,,,,,60,1331.8650579999928,,,,,,,144,72,0,,,,,,,,,,,65_1,9328 +nof,,,,,,,0,1331.8650579999928,,,,,,,144,86,0,,,,,,,,,,,65_1,9327 +non,,,,,,,0,1331.8650579999928,,,,D6,,,144,86,7,,,,,,,,,,,65_1,9329 +non,,,,,,,0,1331.8650579999928,,,,C5,,,144,72,7,,,,,,,,,,,65_1,9330 +nof,,,,,,,90,1331.8650579999928,,,,,,,144,50,0,,,,,,,,,,,65_1,9326 +nof,,,,,,,0,1331.8650579999928,,,,,,,144,40,0,,,,,,,,,,,65_1,9325 +nof,,,,,,,60,1332.003897999993,,,,,,,144,72,0,,,,,,,,,,,65_1,9330 +nof,,,,,,,0,1332.003897999993,,,,,,,144,86,0,,,,,,,,,,,65_1,9329 +non,,,,,,,0,1332.003897999993,,,,D6,,,144,86,7,,,,,,,,,,,65_1,9331 +non,,,,,,,0,1332.003897999993,,,,C5,,,144,72,7,,,,,,,,,,,65_1,9332 +nof,,,,,,,60,1332.1427379999927,,,,,,,144,72,0,,,,,,,,,,,65_1,9332 +nof,,,,,,,0,1332.1427379999927,,,,,,,144,86,0,,,,,,,,,,,65_1,9331 +non,,,,,,,0,1332.1427379999927,,,,D6,,,144,86,7,,,,,,,,,,,65_1,9333 +non,,,,,,,0,1332.1427379999927,,,,C5,,,144,72,7,,,,,,,,,,,65_1,9334 +ctl,,,,,,,300,1332.1427379999927,,,,,,,176,64,0,,,,,,,,,,,65_1,9335 +nof,,,,,,,60,1332.2815779999928,,,,,,,144,72,0,,,,,,,,,,,65_1,9334 +nof,,,,,,,0,1332.2815779999928,,,,,,,144,86,0,,,,,,,,,,,65_1,9333 +non,,,,,,,180,1332.2815779999928,,,,G4,,,144,67,7,,,,,,,,,,,65_1,9336 +non,,,,,,,720,1332.2815779999928,,,,G#3,,,144,56,7,,,,,,,,,,,65_1,9337 +non,,,,,,,0,1332.2815779999928,,,,D4,,,144,62,7,,,,,,,,,,,65_1,9338 +ctl,,,,,,,60,1332.2815779999928,,,,,,,176,64,127,,,,,,,,,,,65_1,9339 +non,,,,,,,60,1332.4204179999929,,,,G#6,,,144,92,7,,,,,,,,,,,65_1,9340 +non,,,,,,,0,1332.4204179999929,,,,F#5,,,144,78,7,,,,,,,,,,,65_1,9341 +nof,,,,,,,60,1332.4204179999929,,,,,,,144,67,0,,,,,,,,,,,65_1,9336 +non,,,,,,,0,1332.4204179999929,,,,F#4,,,144,66,7,,,,,,,,,,,65_1,9342 +nof,,,,,,,60,1332.5592579999927,,,,,,,144,78,0,,,,,,,,,,,65_1,9341 +nof,,,,,,,0,1332.5592579999927,,,,,,,144,92,0,,,,,,,,,,,65_1,9340 +non,,,,,,,0,1332.5592579999927,,,,G#6,,,144,92,7,,,,,,,,,,,65_1,9343 +non,,,,,,,0,1332.5592579999927,,,,F#5,,,144,78,7,,,,,,,,,,,65_1,9344 +nof,,,,,,,60,1332.5592579999927,,,,,,,144,66,0,,,,,,,,,,,65_1,9342 +nof,,,,,,,120,1332.5592579999927,,,,,,,144,62,0,,,,,,,,,,,65_1,9338 +nof,,,,,,,0,1332.5592579999927,,,,,,,144,56,0,,,,,,,,,,,65_1,9337 +non,,,,,,,0,1332.5592579999927,,,,A#2,,,144,46,7,,,,,,,,,,,65_1,9345 +nof,,,,,,,60,1332.6980979999928,,,,,,,144,78,0,,,,,,,,,,,65_1,9344 +nof,,,,,,,0,1332.6980979999928,,,,,,,144,92,0,,,,,,,,,,,65_1,9343 +non,,,,,,,0,1332.6980979999928,,,,C5,,,144,72,7,,,,,,,,,,,65_1,9346 +non,,,,,,,0,1332.6980979999928,,,,D6,,,144,86,7,,,,,,,,,,,65_1,9347 +nof,,,,,,,60,1332.6980979999928,,,,,,,144,46,0,,,,,,,,,,,65_1,9345 +nof,,,,,,,60,1332.8369379999929,,,,,,,144,86,0,,,,,,,,,,,65_1,9347 +nof,,,,,,,0,1332.8369379999929,,,,,,,144,72,0,,,,,,,,,,,65_1,9346 +non,,,,,,,0,1332.8369379999929,,,,C5,,,144,72,7,,,,,,,,,,,65_1,9348 +non,,,,,,,0,1332.8369379999929,,,,D6,,,144,86,7,,,,,,,,,,,65_1,9349 +non,,,,,,,120,1332.8369379999929,,,,F#4,,,144,66,7,,,,,,,,,,,65_1,9350 +non,,,,,,,60,1332.8369379999929,,,,D4,,,144,62,7,,,,,,,,,,,65_1,9351 +non,,,,,,,0,1332.8369379999929,,,,G#3,,,144,56,7,,,,,,,,,,,65_1,9352 +nof,,,,,,,60,1332.9757779999927,,,,,,,144,86,0,,,,,,,,,,,65_1,9349 +nof,,,,,,,0,1332.9757779999927,,,,,,,144,72,0,,,,,,,,,,,65_1,9348 +non,,,,,,,0,1332.9757779999927,,,,B4,,,144,71,7,,,,,,,,,,,65_1,9353 +non,,,,,,,0,1332.9757779999927,,,,C#6,,,144,85,7,,,,,,,,,,,65_1,9354 +nof,,,,,,,60,1332.9757779999927,,,,,,,144,66,0,,,,,,,,,,,65_1,9350 +non,,,,,,,0,1332.9757779999927,,,,F4,,,144,65,7,,,,,,,,,,,65_1,9355 +nof,,,,,,,60,1333.1146179999928,,,,,,,144,85,0,,,,,,,,,,,65_1,9354 +nof,,,,,,,0,1333.1146179999928,,,,,,,144,71,0,,,,,,,,,,,65_1,9353 +non,,,,,,,0,1333.1146179999928,,,,D6,,,144,86,7,,,,,,,,,,,65_1,9356 +non,,,,,,,0,1333.1146179999928,,,,C5,,,144,72,7,,,,,,,,,,,65_1,9357 +nof,,,,,,,60,1333.1146179999928,,,,,,,144,65,0,,,,,,,,,,,65_1,9355 +non,,,,,,,0,1333.1146179999928,,,,F#4,,,144,66,7,,,,,,,,,,,65_1,9358 +nof,,,,,,,60,1333.2534579999929,,,,,,,144,72,0,,,,,,,,,,,65_1,9357 +nof,,,,,,,0,1333.2534579999929,,,,,,,144,86,0,,,,,,,,,,,65_1,9356 +non,,,,,,,0,1333.2534579999929,,,,C#6,,,144,85,7,,,,,,,,,,,65_1,9359 +non,,,,,,,0,1333.2534579999929,,,,B4,,,144,71,7,,,,,,,,,,,65_1,9360 +nof,,,,,,,60,1333.3922979999927,,,,,,,144,71,0,,,,,,,,,,,65_1,9360 +nof,,,,,,,0,1333.3922979999927,,,,,,,144,85,0,,,,,,,,,,,65_1,9359 +non,,,,,,,0,1333.3922979999927,,,,C6,,,144,84,7,,,,,,,,,,,65_1,9361 +non,,,,,,,0,1333.3922979999927,,,,A#4,,,144,70,7,,,,,,,,,,,65_1,9362 +ctl,,,,,,,480,1333.3922979999927,,,,,,,176,64,0,,,,,,,,,,,65_1,9363 +nof,,,,,,,60,1333.5311379999928,,,,,,,144,70,0,,,,,,,,,,,65_1,9362 +nof,,,,,,,0,1333.5311379999928,,,,,,,144,84,0,,,,,,,,,,,65_1,9361 +non,,,,,,,0,1333.5311379999928,,,,B5,,,144,83,7,,,,,,,,,,,65_1,9364 +non,,,,,,,0,1333.5311379999928,,,,A4,,,144,69,7,,,,,,,,,,,65_1,9365 +nof,,,,,,,180,1333.5311379999928,,,,,,,144,66,0,,,,,,,,,,,65_1,9358 +non,,,,,,,0,1333.5311379999928,,,,F4,,,144,65,7,,,,,,,,,,,65_1,9366 +nof,,,,,,,300,1333.5311379999928,,,,,,,144,56,0,,,,,,,,,,,65_1,9352 +nof,,,,,,,0,1333.5311379999928,,,,,,,144,62,0,,,,,,,,,,,65_1,9351 +non,,,,,,,0,1333.5311379999928,,,,C#3,,,144,49,7,,,,,,,,,,,65_1,9367 +non,,,,,,,0,1333.5311379999928,,,,G3,,,144,55,7,,,,,,,,,,,65_1,9368 +ctl,,,,,,,60,1333.5311379999928,,,,,,,176,64,127,,,,,,,,,,,65_1,9369 +nof,,,,,,,60,1333.6699779999929,,,,,,,144,69,0,,,,,,,,,,,65_1,9365 +nof,,,,,,,0,1333.6699779999929,,,,,,,144,83,0,,,,,,,,,,,65_1,9364 +non,,,,,,,0,1333.6699779999929,,,,C6,,,144,84,7,,,,,,,,,,,65_1,9370 +non,,,,,,,0,1333.6699779999929,,,,A#4,,,144,70,7,,,,,,,,,,,65_1,9371 +nof,,,,,,,60,1333.8088179999927,,,,,,,144,70,0,,,,,,,,,,,65_1,9371 +nof,,,,,,,0,1333.8088179999927,,,,,,,144,84,0,,,,,,,,,,,65_1,9370 +non,,,,,,,0,1333.8088179999927,,,,C#6,,,144,85,7,,,,,,,,,,,65_1,9372 +non,,,,,,,0,1333.8088179999927,,,,B4,,,144,71,7,,,,,,,,,,,65_1,9373 +ctl,,,,,,,120,1333.8088179999927,,,,,,,176,64,0,,,,,,,,,,,65_1,9374 +nof,,,,,,,60,1333.9476579999928,,,,,,,144,71,0,,,,,,,,,,,65_1,9373 +nof,,,,,,,0,1333.9476579999928,,,,,,,144,85,0,,,,,,,,,,,65_1,9372 +nof,,,,,,,180,1333.9476579999928,,,,,,,144,65,0,,,,,,,,,,,65_1,9366 +non,,,,,,,0,1333.9476579999928,,,,G4,,,144,67,7,,,,,,,,,,,65_1,9375 +nof,,,,,,,180,1333.9476579999928,,,,,,,144,55,0,,,,,,,,,,,65_1,9368 +nof,,,,,,,0,1333.9476579999928,,,,,,,144,49,0,,,,,,,,,,,65_1,9367 +non,,,,,,,0,1333.9476579999928,,,,G#3,,,144,56,7,,,,,,,,,,,65_1,9376 +non,,,,,,,0,1333.9476579999928,,,,D4,,,144,62,7,,,,,,,,,,,65_1,9377 +ctl,,,,,,,60,1333.9476579999928,,,,,,,176,64,127,,,,,,,,,,,65_1,9378 +non,,,,,,,60,1334.0864979999928,,,,G#6,,,144,92,7,,,,,,,,,,,65_1,9379 +non,,,,,,,0,1334.0864979999928,,,,F#5,,,144,78,7,,,,,,,,,,,65_1,9380 +nof,,,,,,,60,1334.0864979999928,,,,,,,144,67,0,,,,,,,,,,,65_1,9375 +non,,,,,,,0,1334.0864979999928,,,,F#4,,,144,66,7,,,,,,,,,,,65_1,9381 +nof,,,,,,,60,1334.2253379999927,,,,,,,144,78,0,,,,,,,,,,,65_1,9380 +nof,,,,,,,0,1334.2253379999927,,,,,,,144,92,0,,,,,,,,,,,65_1,9379 +non,,,,,,,0,1334.2253379999927,,,,G#6,,,144,92,7,,,,,,,,,,,65_1,9382 +non,,,,,,,0,1334.2253379999927,,,,F#5,,,144,78,7,,,,,,,,,,,65_1,9383 +nof,,,,,,,60,1334.2253379999927,,,,,,,144,66,0,,,,,,,,,,,65_1,9381 +nof,,,,,,,120,1334.2253379999927,,,,,,,144,62,0,,,,,,,,,,,65_1,9377 +nof,,,,,,,0,1334.2253379999927,,,,,,,144,56,0,,,,,,,,,,,65_1,9376 +non,,,,,,,0,1334.2253379999927,,,,A#2,,,144,46,7,,,,,,,,,,,65_1,9384 +nof,,,,,,,60,1334.3641779999928,,,,,,,144,78,0,,,,,,,,,,,65_1,9383 +nof,,,,,,,0,1334.3641779999928,,,,,,,144,92,0,,,,,,,,,,,65_1,9382 +non,,,,,,,0,1334.3641779999928,,,,C5,,,144,72,7,,,,,,,,,,,65_1,9385 +non,,,,,,,0,1334.3641779999928,,,,D6,,,144,86,7,,,,,,,,,,,65_1,9386 +nof,,,,,,,60,1334.3641779999928,,,,,,,144,46,0,,,,,,,,,,,65_1,9384 +nof,,,,,,,60,1334.5030179999928,,,,,,,144,86,0,,,,,,,,,,,65_1,9386 +nof,,,,,,,0,1334.5030179999928,,,,,,,144,72,0,,,,,,,,,,,65_1,9385 +non,,,,,,,0,1334.5030179999928,,,,C5,,,144,72,7,,,,,,,,,,,65_1,9387 +non,,,,,,,0,1334.5030179999928,,,,D6,,,144,86,7,,,,,,,,,,,65_1,9388 +non,,,,,,,120,1334.5030179999928,,,,F#4,,,144,66,7,,,,,,,,,,,65_1,9389 +non,,,,,,,60,1334.5030179999928,,,,D4,,,144,62,7,,,,,,,,,,,65_1,9390 +non,,,,,,,0,1334.5030179999928,,,,G#3,,,144,56,7,,,,,,,,,,,65_1,9391 +nof,,,,,,,60,1334.6418579999927,,,,,,,144,86,0,,,,,,,,,,,65_1,9388 +nof,,,,,,,0,1334.6418579999927,,,,,,,144,72,0,,,,,,,,,,,65_1,9387 +non,,,,,,,0,1334.6418579999927,,,,B4,,,144,71,7,,,,,,,,,,,65_1,9392 +non,,,,,,,0,1334.6418579999927,,,,C#6,,,144,85,7,,,,,,,,,,,65_1,9393 +nof,,,,,,,60,1334.6418579999927,,,,,,,144,66,0,,,,,,,,,,,65_1,9389 +non,,,,,,,0,1334.6418579999927,,,,F4,,,144,65,7,,,,,,,,,,,65_1,9394 +ctl,,,,,,,300,1334.6418579999927,,,,,,,176,64,0,,,,,,,,,,,65_1,9395 +nof,,,,,,,60,1334.7806979999928,,,,,,,144,85,0,,,,,,,,,,,65_1,9393 +nof,,,,,,,0,1334.7806979999928,,,,,,,144,71,0,,,,,,,,,,,65_1,9392 +non,,,,,,,0,1334.7806979999928,,,,C6,,,144,84,7,,,,,,,,,,,65_1,9396 +non,,,,,,,0,1334.7806979999928,,,,A#4,,,144,70,7,,,,,,,,,,,65_1,9397 +nof,,,,,,,60,1334.7806979999928,,,,,,,144,65,0,,,,,,,,,,,65_1,9394 +non,,,,,,,0,1334.7806979999928,,,,G#4,,,144,68,7,,,,,,,,,,,65_1,9398 +nof,,,,,,,120,1334.7806979999928,,,,,,,144,56,0,,,,,,,,,,,65_1,9391 +nof,,,,,,,0,1334.7806979999928,,,,,,,144,62,0,,,,,,,,,,,65_1,9390 +non,,,,,,,0,1334.7806979999928,,,,D#4,,,144,63,7,,,,,,,,,,,65_1,9399 +ctl,,,,,,,60,1334.7806979999928,,,,,,,176,64,127,,,,,,,,,,,65_1,9400 +nof,,,,,,,60,1334.9195379999928,,,,,,,144,63,0,,,,,,,,,,,65_1,9399 +non,,,,,,,0,1334.9195379999928,,,,A#3,,,144,58,7,,,,,,,,,,,65_1,9401 +non,,,,,,,0,1334.9195379999928,,,,E4,,,144,64,7,,,,,,,,,,,65_1,9402 +nof,,,,,,,120,1335.058377999993,,,,,,,144,68,0,,,,,,,,,,,65_1,9398 +nof,,,,,,,60,1335.058377999993,,,,,,,144,64,0,,,,,,,,,,,65_1,9402 +nof,,,,,,,0,1335.058377999993,,,,,,,144,58,0,,,,,,,,,,,65_1,9401 +non,,,,,,,0,1335.058377999993,,,,E3,,,144,52,7,,,,,,,,,,,65_1,9403 +nof,,,,,,,60,1335.1972179999927,,,,,,,144,52,0,,,,,,,,,,,65_1,9403 +non,,,,,,,0,1335.1972179999927,,,,F#2,,,144,42,7,,,,,,,,,,,65_1,9404 +nof,,,,,,,60,1335.3360579999928,,,,,,,144,42,0,,,,,,,,,,,65_1,9404 +non,,,,,,,0,1335.3360579999928,,,,C#2,,,144,37,7,,,,,,,,,,,65_1,9405 +nof,,,,,,,60,1335.474897999993,,,,,,,144,37,0,,,,,,,,,,,65_1,9405 +ctl,,,,,,,300,1335.474897999993,,,,,,,176,64,0,,,,,,,,,,,65_1,9406 +nof,,,,,,,360,1335.6137379999927,,,,,,,144,70,0,,,,,,,,,,,65_1,9397 +nof,,,,,,,0,1335.6137379999927,,,,,,,144,84,0,,,,,,,,,,,65_1,9396 +non,,,,,,,240,1335.6137379999927,,,,A4,,,144,69,7,,,,,,,,,,,65_1,9407 +non,,,,,,,60,1335.6137379999927,,,,A#3,,,144,58,7,,,,,,,,,,,65_1,9408 +non,,,,,,,0,1335.6137379999927,,,,E4,,,144,64,7,,,,,,,,,,,65_1,9409 +ctl,,,,,,,60,1335.6137379999927,,,,,,,176,64,127,,,,,,,,,,,65_1,9410 +non,,,,,,,60,1335.7525779999928,,,,A#6,,,144,94,7,,,,,,,,,,,65_1,9411 +non,,,,,,,0,1335.7525779999928,,,,G#5,,,144,80,7,,,,,,,,,,,65_1,9412 +nof,,,,,,,60,1335.7525779999928,,,,,,,144,69,0,,,,,,,,,,,65_1,9407 +non,,,,,,,0,1335.7525779999928,,,,G#4,,,144,68,7,,,,,,,,,,,65_1,9413 +nof,,,,,,,60,1335.8914179999929,,,,,,,144,80,0,,,,,,,,,,,65_1,9412 +nof,,,,,,,0,1335.8914179999929,,,,,,,144,94,0,,,,,,,,,,,65_1,9411 +non,,,,,,,0,1335.8914179999929,,,,A#6,,,144,94,7,,,,,,,,,,,65_1,9414 +non,,,,,,,0,1335.8914179999929,,,,G#5,,,144,80,7,,,,,,,,,,,65_1,9415 +nof,,,,,,,60,1335.8914179999929,,,,,,,144,68,0,,,,,,,,,,,65_1,9413 +nof,,,,,,,120,1335.8914179999929,,,,,,,144,64,0,,,,,,,,,,,65_1,9409 +nof,,,,,,,0,1335.8914179999929,,,,,,,144,58,0,,,,,,,,,,,65_1,9408 +non,,,,,,,0,1335.8914179999929,,,,C3,,,144,48,7,,,,,,,,,,,65_1,9416 +nof,,,,,,,60,1336.0302579999927,,,,,,,144,80,0,,,,,,,,,,,65_1,9415 +nof,,,,,,,0,1336.0302579999927,,,,,,,144,94,0,,,,,,,,,,,65_1,9414 +non,,,,,,,0,1336.0302579999927,,,,D5,,,144,74,7,,,,,,,,,,,65_1,9417 +non,,,,,,,0,1336.0302579999927,,,,E6,,,144,88,7,,,,,,,,,,,65_1,9418 +nof,,,,,,,60,1336.0302579999927,,,,,,,144,48,0,,,,,,,,,,,65_1,9416 +nof,,,,,,,60,1336.1690979999928,,,,,,,144,88,0,,,,,,,,,,,65_1,9418 +nof,,,,,,,0,1336.1690979999928,,,,,,,144,74,0,,,,,,,,,,,65_1,9417 +non,,,,,,,0,1336.1690979999928,,,,D5,,,144,74,7,,,,,,,,,,,65_1,9419 +non,,,,,,,0,1336.1690979999928,,,,E6,,,144,88,7,,,,,,,,,,,65_1,9420 +non,,,,,,,120,1336.1690979999928,,,,G#4,,,144,68,7,,,,,,,,,,,65_1,9421 +non,,,,,,,60,1336.1690979999928,,,,E4,,,144,64,7,,,,,,,,,,,65_1,9422 +non,,,,,,,0,1336.1690979999928,,,,A#3,,,144,58,7,,,,,,,,,,,65_1,9423 +nof,,,,,,,60,1336.3079379999929,,,,,,,144,88,0,,,,,,,,,,,65_1,9420 +nof,,,,,,,0,1336.3079379999929,,,,,,,144,74,0,,,,,,,,,,,65_1,9419 +non,,,,,,,0,1336.3079379999929,,,,C#5,,,144,73,7,,,,,,,,,,,65_1,9424 +non,,,,,,,0,1336.3079379999929,,,,D#6,,,144,87,7,,,,,,,,,,,65_1,9425 +nof,,,,,,,60,1336.3079379999929,,,,,,,144,68,0,,,,,,,,,,,65_1,9421 +non,,,,,,,0,1336.3079379999929,,,,G4,,,144,67,7,,,,,,,,,,,65_1,9426 +nof,,,,,,,60,1336.4467779999927,,,,,,,144,87,0,,,,,,,,,,,65_1,9425 +nof,,,,,,,0,1336.4467779999927,,,,,,,144,73,0,,,,,,,,,,,65_1,9424 +non,,,,,,,0,1336.4467779999927,,,,E6,,,144,88,7,,,,,,,,,,,65_1,9427 +non,,,,,,,0,1336.4467779999927,,,,D5,,,144,74,7,,,,,,,,,,,65_1,9428 +nof,,,,,,,60,1336.4467779999927,,,,,,,144,67,0,,,,,,,,,,,65_1,9426 +non,,,,,,,0,1336.4467779999927,,,,G#4,,,144,68,7,,,,,,,,,,,65_1,9429 +nof,,,,,,,60,1336.5856179999928,,,,,,,144,74,0,,,,,,,,,,,65_1,9428 +nof,,,,,,,0,1336.5856179999928,,,,,,,144,88,0,,,,,,,,,,,65_1,9427 +non,,,,,,,0,1336.5856179999928,,,,D#6,,,144,87,7,,,,,,,,,,,65_1,9430 +non,,,,,,,0,1336.5856179999928,,,,C#5,,,144,73,7,,,,,,,,,,,65_1,9431 +nof,,,,,,,60,1336.7244579999929,,,,,,,144,73,0,,,,,,,,,,,65_1,9431 +nof,,,,,,,0,1336.7244579999929,,,,,,,144,87,0,,,,,,,,,,,65_1,9430 +non,,,,,,,0,1336.7244579999929,,,,D6,,,144,86,7,,,,,,,,,,,65_1,9432 +non,,,,,,,0,1336.7244579999929,,,,C5,,,144,72,7,,,,,,,,,,,65_1,9433 +ctl,,,,,,,480,1336.7244579999929,,,,,,,176,64,0,,,,,,,,,,,65_1,9434 +nof,,,,,,,60,1336.8632979999927,,,,,,,144,72,0,,,,,,,,,,,65_1,9433 +nof,,,,,,,0,1336.8632979999927,,,,,,,144,86,0,,,,,,,,,,,65_1,9432 +non,,,,,,,0,1336.8632979999927,,,,C#6,,,144,85,7,,,,,,,,,,,65_1,9435 +non,,,,,,,0,1336.8632979999927,,,,B4,,,144,71,7,,,,,,,,,,,65_1,9436 +nof,,,,,,,180,1336.8632979999927,,,,,,,144,68,0,,,,,,,,,,,65_1,9429 +non,,,,,,,0,1336.8632979999927,,,,G4,,,144,67,7,,,,,,,,,,,65_1,9437 +nof,,,,,,,300,1336.8632979999927,,,,,,,144,58,0,,,,,,,,,,,65_1,9423 +nof,,,,,,,0,1336.8632979999927,,,,,,,144,64,0,,,,,,,,,,,65_1,9422 +non,,,,,,,0,1336.8632979999927,,,,D#3,,,144,51,7,,,,,,,,,,,65_1,9438 +non,,,,,,,0,1336.8632979999927,,,,A3,,,144,57,7,,,,,,,,,,,65_1,9439 +ctl,,,,,,,60,1336.8632979999927,,,,,,,176,64,127,,,,,,,,,,,65_1,9440 +nof,,,,,,,60,1337.0021379999928,,,,,,,144,71,0,,,,,,,,,,,65_1,9436 +nof,,,,,,,0,1337.0021379999928,,,,,,,144,85,0,,,,,,,,,,,65_1,9435 +non,,,,,,,0,1337.0021379999928,,,,D6,,,144,86,7,,,,,,,,,,,65_1,9441 +non,,,,,,,0,1337.0021379999928,,,,C5,,,144,72,7,,,,,,,,,,,65_1,9442 +nof,,,,,,,60,1337.1409779999929,,,,,,,144,72,0,,,,,,,,,,,65_1,9442 +nof,,,,,,,0,1337.1409779999929,,,,,,,144,86,0,,,,,,,,,,,65_1,9441 +non,,,,,,,0,1337.1409779999929,,,,D#6,,,144,87,7,,,,,,,,,,,65_1,9443 +non,,,,,,,0,1337.1409779999929,,,,C#5,,,144,73,7,,,,,,,,,,,65_1,9444 +ctl,,,,,,,120,1337.1409779999929,,,,,,,176,64,0,,,,,,,,,,,65_1,9445 +nof,,,,,,,60,1337.2798179999927,,,,,,,144,73,0,,,,,,,,,,,65_1,9444 +nof,,,,,,,0,1337.2798179999927,,,,,,,144,87,0,,,,,,,,,,,65_1,9443 +nof,,,,,,,180,1337.2798179999927,,,,,,,144,67,0,,,,,,,,,,,65_1,9437 +non,,,,,,,0,1337.2798179999927,,,,A4,,,144,69,7,,,,,,,,,,,65_1,9446 +nof,,,,,,,180,1337.2798179999927,,,,,,,144,57,0,,,,,,,,,,,65_1,9439 +nof,,,,,,,0,1337.2798179999927,,,,,,,144,51,0,,,,,,,,,,,65_1,9438 +non,,,,,,,0,1337.2798179999927,,,,A#3,,,144,58,7,,,,,,,,,,,65_1,9447 +non,,,,,,,0,1337.2798179999927,,,,E4,,,144,64,7,,,,,,,,,,,65_1,9448 +ctl,,,,,,,60,1337.2798179999927,,,,,,,176,64,127,,,,,,,,,,,65_1,9449 +non,,,,,,,60,1337.4186579999928,,,,A#6,,,144,94,7,,,,,,,,,,,65_1,9450 +non,,,,,,,0,1337.4186579999928,,,,G#5,,,144,80,7,,,,,,,,,,,65_1,9451 +nof,,,,,,,60,1337.4186579999928,,,,,,,144,69,0,,,,,,,,,,,65_1,9446 +non,,,,,,,0,1337.4186579999928,,,,G#4,,,144,68,7,,,,,,,,,,,65_1,9452 +nof,,,,,,,60,1337.5574979999928,,,,,,,144,80,0,,,,,,,,,,,65_1,9451 +nof,,,,,,,0,1337.5574979999928,,,,,,,144,94,0,,,,,,,,,,,65_1,9450 +non,,,,,,,0,1337.5574979999928,,,,A#6,,,144,94,7,,,,,,,,,,,65_1,9453 +non,,,,,,,0,1337.5574979999928,,,,G#5,,,144,80,7,,,,,,,,,,,65_1,9454 +nof,,,,,,,60,1337.5574979999928,,,,,,,144,68,0,,,,,,,,,,,65_1,9452 +nof,,,,,,,120,1337.5574979999928,,,,,,,144,64,0,,,,,,,,,,,65_1,9448 +nof,,,,,,,0,1337.5574979999928,,,,,,,144,58,0,,,,,,,,,,,65_1,9447 +non,,,,,,,0,1337.5574979999928,,,,C3,,,144,48,7,,,,,,,,,,,65_1,9455 +nof,,,,,,,60,1337.6963379999927,,,,,,,144,80,0,,,,,,,,,,,65_1,9454 +nof,,,,,,,0,1337.6963379999927,,,,,,,144,94,0,,,,,,,,,,,65_1,9453 +non,,,,,,,0,1337.6963379999927,,,,D5,,,144,74,7,,,,,,,,,,,65_1,9456 +non,,,,,,,0,1337.6963379999927,,,,E6,,,144,88,7,,,,,,,,,,,65_1,9457 +nof,,,,,,,60,1337.6963379999927,,,,,,,144,48,0,,,,,,,,,,,65_1,9455 +nof,,,,,,,60,1337.8351779999928,,,,,,,144,88,0,,,,,,,,,,,65_1,9457 +nof,,,,,,,0,1337.8351779999928,,,,,,,144,74,0,,,,,,,,,,,65_1,9456 +non,,,,,,,0,1337.8351779999928,,,,D5,,,144,74,7,,,,,,,,,,,65_1,9458 +non,,,,,,,0,1337.8351779999928,,,,E6,,,144,88,7,,,,,,,,,,,65_1,9459 +non,,,,,,,120,1337.8351779999928,,,,G#4,,,144,68,7,,,,,,,,,,,65_1,9460 +non,,,,,,,60,1337.8351779999928,,,,E4,,,144,64,7,,,,,,,,,,,65_1,9461 +non,,,,,,,0,1337.8351779999928,,,,A#3,,,144,58,7,,,,,,,,,,,65_1,9462 +nof,,,,,,,60,1337.9740179999928,,,,,,,144,88,0,,,,,,,,,,,65_1,9459 +nof,,,,,,,0,1337.9740179999928,,,,,,,144,74,0,,,,,,,,,,,65_1,9458 +non,,,,,,,0,1337.9740179999928,,,,C#5,,,144,73,7,,,,,,,,,,,65_1,9463 +non,,,,,,,0,1337.9740179999928,,,,D#6,,,144,87,7,,,,,,,,,,,65_1,9464 +nof,,,,,,,60,1337.9740179999928,,,,,,,144,68,0,,,,,,,,,,,65_1,9460 +non,,,,,,,0,1337.9740179999928,,,,G4,,,144,67,7,,,,,,,,,,,65_1,9465 +ctl,,,,,,,300,1337.9740179999928,,,,,,,176,64,0,,,,,,,,,,,65_1,9466 +nof,,,,,,,60,1338.1128579999927,,,,,,,144,87,0,,,,,,,,,,,65_1,9464 +nof,,,,,,,0,1338.1128579999927,,,,,,,144,73,0,,,,,,,,,,,65_1,9463 +non,,,,,,,0,1338.1128579999927,,,,D6,,,144,86,7,,,,,,,,,,,65_1,9467 +non,,,,,,,0,1338.1128579999927,,,,C5,,,144,72,7,,,,,,,,,,,65_1,9468 +nof,,,,,,,60,1338.1128579999927,,,,,,,144,67,0,,,,,,,,,,,65_1,9465 +non,,,,,,,0,1338.1128579999927,,,,A#4,,,144,70,7,,,,,,,,,,,65_1,9469 +nof,,,,,,,120,1338.1128579999927,,,,,,,144,58,0,,,,,,,,,,,65_1,9462 +nof,,,,,,,0,1338.1128579999927,,,,,,,144,64,0,,,,,,,,,,,65_1,9461 +non,,,,,,,0,1338.1128579999927,,,,F4,,,144,65,7,,,,,,,,,,,65_1,9470 +ctl,,,,,,,60,1338.1128579999927,,,,,,,176,64,127,,,,,,,,,,,65_1,9471 +nof,,,,,,,60,1338.2516979999928,,,,,,,144,65,0,,,,,,,,,,,65_1,9470 +non,,,,,,,0,1338.2516979999928,,,,C4,,,144,60,7,,,,,,,,,,,65_1,9472 +non,,,,,,,0,1338.2516979999928,,,,F#4,,,144,66,7,,,,,,,,,,,65_1,9473 +nof,,,,,,,120,1338.3905379999928,,,,,,,144,70,0,,,,,,,,,,,65_1,9469 +nof,,,,,,,60,1338.3905379999928,,,,,,,144,66,0,,,,,,,,,,,65_1,9473 +nof,,,,,,,0,1338.3905379999928,,,,,,,144,60,0,,,,,,,,,,,65_1,9472 +non,,,,,,,0,1338.3905379999928,,,,F#3,,,144,54,7,,,,,,,,,,,65_1,9474 +nof,,,,,,,60,1338.529377999993,,,,,,,144,54,0,,,,,,,,,,,65_1,9474 +non,,,,,,,0,1338.529377999993,,,,G#2,,,144,44,7,,,,,,,,,,,65_1,9475 +nof,,,,,,,60,1338.6682179999927,,,,,,,144,44,0,,,,,,,,,,,65_1,9475 +non,,,,,,,0,1338.6682179999927,,,,D#2,,,144,39,7,,,,,,,,,,,65_1,9476 +nof,,,,,,,60,1338.8070579999928,,,,,,,144,39,0,,,,,,,,,,,65_1,9476 +ctl,,,,,,,300,1338.8070579999928,,,,,,,176,64,0,,,,,,,,,,,65_1,9477 +nof,,,,,,,360,1338.945897999993,,,,,,,144,72,0,,,,,,,,,,,65_1,9468 +nof,,,,,,,0,1338.945897999993,,,,,,,144,86,0,,,,,,,,,,,65_1,9467 +non,,,,,,,240,1338.945897999993,,,,B4,,,144,71,7,,,,,,,,,,,65_1,9478 +non,,,,,,,60,1338.945897999993,,,,F#4,,,144,66,7,,,,,,,,,,,65_1,9479 +non,,,,,,,0,1338.945897999993,,,,C4,,,144,60,7,,,,,,,,,,,65_1,9480 +ctl,,,,,,,60,1338.945897999993,,,,,,,176,64,127,,,,,,,,,,,65_1,9481 +non,,,,,,,60,1339.0847379999927,,,,C7,,,144,96,7,,,,,,,,,,,65_1,9482 +non,,,,,,,0,1339.0847379999927,,,,A#5,,,144,82,7,,,,,,,,,,,65_1,9483 +nof,,,,,,,60,1339.0847379999927,,,,,,,144,71,0,,,,,,,,,,,65_1,9478 +non,,,,,,,0,1339.0847379999927,,,,A#4,,,144,70,7,,,,,,,,,,,65_1,9484 +nof,,,,,,,60,1339.2235779999928,,,,,,,144,82,0,,,,,,,,,,,65_1,9483 +nof,,,,,,,0,1339.2235779999928,,,,,,,144,96,0,,,,,,,,,,,65_1,9482 +non,,,,,,,0,1339.2235779999928,,,,C7,,,144,96,7,,,,,,,,,,,65_1,9485 +non,,,,,,,0,1339.2235779999928,,,,A#5,,,144,82,7,,,,,,,,,,,65_1,9486 +nof,,,,,,,60,1339.2235779999928,,,,,,,144,70,0,,,,,,,,,,,65_1,9484 +nof,,,,,,,120,1339.2235779999928,,,,,,,144,60,0,,,,,,,,,,,65_1,9480 +nof,,,,,,,0,1339.2235779999928,,,,,,,144,66,0,,,,,,,,,,,65_1,9479 +non,,,,,,,0,1339.2235779999928,,,,D3,,,144,50,7,,,,,,,,,,,65_1,9487 +nof,,,,,,,60,1339.3624179999929,,,,,,,144,82,0,,,,,,,,,,,65_1,9486 +nof,,,,,,,0,1339.3624179999929,,,,,,,144,96,0,,,,,,,,,,,65_1,9485 +non,,,,,,,0,1339.3624179999929,,,,F#6,,,144,90,7,,,,,,,,,,,65_1,9488 +non,,,,,,,0,1339.3624179999929,,,,E5,,,144,76,7,,,,,,,,,,,65_1,9489 +nof,,,,,,,60,1339.3624179999929,,,,,,,144,50,0,,,,,,,,,,,65_1,9487 +nof,,,,,,,60,1339.5012579999927,,,,,,,144,76,0,,,,,,,,,,,65_1,9489 +nof,,,,,,,0,1339.5012579999927,,,,,,,144,90,0,,,,,,,,,,,65_1,9488 +non,,,,,,,0,1339.5012579999927,,,,F#6,,,144,90,7,,,,,,,,,,,65_1,9490 +non,,,,,,,0,1339.5012579999927,,,,E5,,,144,76,7,,,,,,,,,,,65_1,9491 +non,,,,,,,120,1339.5012579999927,,,,A#4,,,144,70,7,,,,,,,,,,,65_1,9492 +non,,,,,,,60,1339.5012579999927,,,,F#4,,,144,66,7,,,,,,,,,,,65_1,9493 +non,,,,,,,0,1339.5012579999927,,,,C4,,,144,60,7,,,,,,,,,,,65_1,9494 +nof,,,,,,,60,1339.6400979999928,,,,,,,144,76,0,,,,,,,,,,,65_1,9491 +nof,,,,,,,0,1339.6400979999928,,,,,,,144,90,0,,,,,,,,,,,65_1,9490 +non,,,,,,,0,1339.6400979999928,,,,F6,,,144,89,7,,,,,,,,,,,65_1,9495 +non,,,,,,,0,1339.6400979999928,,,,D#5,,,144,75,7,,,,,,,,,,,65_1,9496 +nof,,,,,,,60,1339.6400979999928,,,,,,,144,70,0,,,,,,,,,,,65_1,9492 +non,,,,,,,0,1339.6400979999928,,,,A4,,,144,69,7,,,,,,,,,,,65_1,9497 +ctl,,,,,,,300,1339.6400979999928,,,,,,,176,64,0,,,,,,,,,,,65_1,9498 +nof,,,,,,,60,1339.7789379999929,,,,,,,144,75,0,,,,,,,,,,,65_1,9496 +nof,,,,,,,0,1339.7789379999929,,,,,,,144,89,0,,,,,,,,,,,65_1,9495 +non,,,,,,,0,1339.7789379999929,,,,E6,,,144,88,7,,,,,,,,,,,65_1,9499 +non,,,,,,,0,1339.7789379999929,,,,D5,,,144,74,7,,,,,,,,,,,65_1,9500 +nof,,,,,,,60,1339.7789379999929,,,,,,,144,69,0,,,,,,,,,,,65_1,9497 +non,,,,,,,0,1339.7789379999929,,,,C5,,,144,72,7,,,,,,,,,,,65_1,9501 +nof,,,,,,,120,1339.7789379999929,,,,,,,144,60,0,,,,,,,,,,,65_1,9494 +nof,,,,,,,0,1339.7789379999929,,,,,,,144,66,0,,,,,,,,,,,65_1,9493 +non,,,,,,,0,1339.7789379999929,,,,G4,,,144,67,7,,,,,,,,,,,65_1,9502 +ctl,,,,,,,60,1339.7789379999929,,,,,,,176,64,127,,,,,,,,,,,65_1,9503 +nof,,,,,,,60,1339.9177779999927,,,,,,,144,67,0,,,,,,,,,,,65_1,9502 +non,,,,,,,0,1339.9177779999927,,,,D4,,,144,62,7,,,,,,,,,,,65_1,9504 +non,,,,,,,0,1339.9177779999927,,,,G#4,,,144,68,7,,,,,,,,,,,65_1,9505 +nof,,,,,,,120,1340.0566179999928,,,,,,,144,72,0,,,,,,,,,,,65_1,9501 +nof,,,,,,,60,1340.0566179999928,,,,,,,144,68,0,,,,,,,,,,,65_1,9505 +nof,,,,,,,0,1340.0566179999928,,,,,,,144,62,0,,,,,,,,,,,65_1,9504 +non,,,,,,,0,1340.0566179999928,,,,G#3,,,144,56,7,,,,,,,,,,,65_1,9506 +nof,,,,,,,60,1340.1954579999929,,,,,,,144,56,0,,,,,,,,,,,65_1,9506 +non,,,,,,,0,1340.1954579999929,,,,A#2,,,144,46,7,,,,,,,,,,,65_1,9507 +nof,,,,,,,60,1340.3342979999927,,,,,,,144,46,0,,,,,,,,,,,65_1,9507 +non,,,,,,,0,1340.3342979999927,,,,F2,,,144,41,7,,,,,,,,,,,65_1,9508 +nof,,,,,,,60,1340.4731379999928,,,,,,,144,41,0,,,,,,,,,,,65_1,9508 +ctl,,,,,,,300,1340.4731379999928,,,,,,,176,64,0,,,,,,,,,,,65_1,9509 +non,,,,,,,30,1340.5425579999928,,,,E2,,,144,40,7,,,,,,,,,,,65_1,9510 +non,,,,,,,15,1340.5772679999927,,,,A#2,,,144,46,7,,,,,,,,,,,65_1,9511 +nof,,,,,,,360,1340.6119779999929,,,,,,,144,74,0,,,,,,,,,,,65_1,9500 +nof,,,,,,,0,1340.6119779999929,,,,,,,144,88,0,,,,,,,,,,,65_1,9499 +non,,,,,,,240,1340.6119779999929,,,,G4,,,144,67,15,,,,,,,,,,,65_1,9512 +non,,,,,,,15,1340.6119779999929,,,,D4,,,144,62,15,,,,,,,,,,,65_1,9513 +non,,,,,,,0,1340.6119779999929,,,,G#3,,,144,56,15,,,,,,,,,,,65_1,9514 +ctl,,,,,,,60,1340.6119779999929,,,,,,,176,64,127,,,,,,,,,,,65_1,9515 +non,,,,,,,60,1340.7458979999928,,,,D7,,,144,98,15,,,,,,,,,,,65_1,9516 +non,,,,,,,0,1340.7458979999928,,,,C6,,,144,84,15,,,,,,,,,,,65_1,9517 +nof,,,,,,,60,1340.8798179999928,,,,,,,144,84,0,,,,,,,,,,,65_1,9517 +nof,,,,,,,0,1340.8798179999928,,,,,,,144,98,0,,,,,,,,,,,65_1,9516 +non,,,,,,,0,1340.8798179999928,,,,D7,,,144,98,15,,,,,,,,,,,65_1,9518 +non,,,,,,,0,1340.8798179999928,,,,C6,,,144,84,15,,,,,,,,,,,65_1,9519 +nof,,,,,,,120,1340.8798179999928,,,,,,,144,67,0,,,,,,,,,,,65_1,9512 +non,,,,,,,0,1340.8798179999928,,,,F#4,,,144,66,15,,,,,,,,,,,65_1,9520 +nof,,,,,,,60,1341.0137379999928,,,,,,,144,84,0,,,,,,,,,,,65_1,9519 +nof,,,,,,,0,1341.0137379999928,,,,,,,144,98,0,,,,,,,,,,,65_1,9518 +non,,,,,,,0,1341.0137379999928,,,,G#6,,,144,92,15,,,,,,,,,,,65_1,9521 +non,,,,,,,0,1341.0137379999928,,,,F#5,,,144,78,15,,,,,,,,,,,65_1,9522 +nof,,,,,,,60,1341.0137379999928,,,,,,,144,66,0,,,,,,,,,,,65_1,9520 +non,,,,,,,0,1341.0137379999928,,,,C5,,,144,72,15,,,,,,,,,,,65_1,9523 +nof,,,,,,,120,1341.2815779999928,,,,,,,144,78,0,,,,,,,,,,,65_1,9522 +nof,,,,,,,0,1341.2815779999928,,,,,,,144,92,0,,,,,,,,,,,65_1,9521 +non,,,,,,,0,1341.2815779999928,,,,G6,,,144,91,15,,,,,,,,,,,65_1,9524 +non,,,,,,,0,1341.2815779999928,,,,F5,,,144,77,15,,,,,,,,,,,65_1,9525 +ctl,,,,,,,300,1341.2815779999928,,,,,,,176,64,0,,,,,,,,,,,65_1,9526 +nof,,,,,,,60,1341.4154979999928,,,,,,,144,77,0,,,,,,,,,,,65_1,9525 +nof,,,,,,,0,1341.4154979999928,,,,,,,144,91,0,,,,,,,,,,,65_1,9524 +nof,,,,,,,180,1341.4154979999928,,,,,,,144,72,0,,,,,,,,,,,65_1,9523 +non,,,,,,,0,1341.4154979999928,,,,G4,,,144,67,15,,,,,,,,,,,65_1,9527 +nof,,,,,,,360,1341.4154979999928,,,,,,,144,56,0,,,,,,,,,,,65_1,9514 +nof,,,,,,,0,1341.4154979999928,,,,,,,144,40,0,,,,,,,,,,,65_1,9510 +nof,,,,,,,0,1341.4154979999928,,,,,,,144,46,0,,,,,,,,,,,65_1,9511 +nof,,,,,,,0,1341.4154979999928,,,,,,,144,62,0,,,,,,,,,,,65_1,9513 +non,,,,,,,0,1341.4154979999928,,,,D4,,,144,62,15,,,,,,,,,,,65_1,9528 +non,,,,,,,0,1341.4154979999928,,,,G#3,,,144,56,15,,,,,,,,,,,65_1,9529 +ctl,,,,,,,60,1341.4154979999928,,,,,,,176,64,127,,,,,,,,,,,65_1,9530 +non,,,,,,,60,1341.5494179999928,,,,D6,,,144,86,15,,,,,,,,,,,65_1,9531 +non,,,,,,,0,1341.5494179999928,,,,C5,,,144,72,15,,,,,,,,,,,65_1,9532 +nof,,,,,,,60,1341.6833379999928,,,,,,,144,72,0,,,,,,,,,,,65_1,9532 +nof,,,,,,,0,1341.6833379999928,,,,,,,144,86,0,,,,,,,,,,,65_1,9531 +non,,,,,,,0,1341.6833379999928,,,,D6,,,144,86,15,,,,,,,,,,,65_1,9533 +non,,,,,,,0,1341.6833379999928,,,,C5,,,144,72,15,,,,,,,,,,,65_1,9534 +nof,,,,,,,120,1341.6833379999928,,,,,,,144,67,0,,,,,,,,,,,65_1,9527 +non,,,,,,,0,1341.6833379999928,,,,F#4,,,144,66,15,,,,,,,,,,,65_1,9535 +nof,,,,,,,60,1341.8172579999928,,,,,,,144,72,0,,,,,,,,,,,65_1,9534 +nof,,,,,,,0,1341.8172579999928,,,,,,,144,86,0,,,,,,,,,,,65_1,9533 +non,,,,,,,0,1341.8172579999928,,,,G#5,,,144,80,15,,,,,,,,,,,65_1,9536 +non,,,,,,,0,1341.8172579999928,,,,F#4,,,144,66,15,,,,,,,,,,,65_1,9537 +nof,,,,,,,60,1341.8172579999928,,,,,,,144,66,0,,,,,,,,,,,65_1,9537 +nof,,,,,,,120,1342.0850979999927,,,,,,,144,66,0,,,,,,,,,,,65_1,9538 +nof,,,,,,,0,1342.0850979999927,,,,,,,144,80,0,,,,,,,,,,,65_1,9536 +non,,,,,,,0,1342.0850979999927,,,,G#5,,,144,80,15,,,,,,,,,,,65_1,9539 +non,,,,,,,0,1342.0850979999927,,,,F#4,,,144,66,15,,,,,,,,,,,65_1,9540 +ctl,,,,,,,300,1342.0850979999927,,,,,,,176,64,0,,,,,,,,,,,65_1,9541 +nof,,,,,,,60,1342.2190179999927,,,,,,,144,66,0,,,,,,,,,,,65_1,9540 +nof,,,,,,,0,1342.2190179999927,,,,,,,144,80,0,,,,,,,,,,,65_1,9539 +non,,,,,,,0,1342.2190179999927,,,,G#5,,,144,80,15,,,,,,,,,,,65_1,9542 +non,,,,,,,0,1342.2190179999927,,,,F#4,,,144,66,15,,,,,,,,,,,65_1,9543 +non,,,,,,,180,1342.2190179999927,,,,D4,,,144,62,15,,,,,,,,,,,65_1,9544 +non,,,,,,,0,1342.2190179999927,,,,A#3,,,144,58,15,,,,,,,,,,,65_1,9545 +non,,,,,,,0,1342.2190179999927,,,,E3,,,144,52,15,,,,,,,,,,,65_1,9546 +nof,,,,,,,360,1342.2190179999927,,,,,,,144,56,0,,,,,,,,,,,65_1,9529 +nof,,,,,,,0,1342.2190179999927,,,,,,,144,62,0,,,,,,,,,,,65_1,9544 +ctl,,,,,,,60,1342.2190179999927,,,,,,,176,64,127,,,,,,,,,,,65_1,9547 +nof,,,,,,,60,1342.3529379999927,,,,,,,144,66,0,,,,,,,,,,,65_1,9543 +nof,,,,,,,0,1342.3529379999927,,,,,,,144,80,0,,,,,,,,,,,65_1,9542 +non,,,,,,,0,1342.3529379999927,,,,A5,,,144,81,15,,,,,,,,,,,65_1,9548 +non,,,,,,,0,1342.3529379999927,,,,G4,,,144,67,15,,,,,,,,,,,65_1,9549 +nof,,,,,,,60,1342.4868579999927,,,,,,,144,67,0,,,,,,,,,,,65_1,9549 +nof,,,,,,,0,1342.4868579999927,,,,,,,144,81,0,,,,,,,,,,,65_1,9548 +non,,,,,,,0,1342.4868579999927,,,,A#5,,,144,82,15,,,,,,,,,,,65_1,9550 +non,,,,,,,0,1342.4868579999927,,,,G#4,,,144,68,15,,,,,,,,,,,65_1,9551 +ctl,,,,,,,120,1342.4868579999927,,,,,,,176,64,0,,,,,,,,,,,65_1,9552 +nof,,,,,,,60,1342.6207779999927,,,,,,,144,68,0,,,,,,,,,,,65_1,9551 +nof,,,,,,,0,1342.6207779999927,,,,,,,144,82,0,,,,,,,,,,,65_1,9550 +non,,,,,,,0,1342.6207779999927,,,,B5,,,144,83,15,,,,,,,,,,,65_1,9553 +non,,,,,,,0,1342.6207779999927,,,,A4,,,144,69,15,,,,,,,,,,,65_1,9554 +nof,,,,,,,180,1342.6207779999927,,,,,,,144,52,0,,,,,,,,,,,65_1,9546 +nof,,,,,,,0,1342.6207779999927,,,,,,,144,58,0,,,,,,,,,,,65_1,9545 +nof,,,,,,,0,1342.6207779999927,,,,,,,144,62,0,,,,,,,,,,,65_1,9555 +non,,,,,,,0,1342.6207779999927,,,,F4,,,144,65,15,,,,,,,,,,,65_1,9556 +non,,,,,,,0,1342.6207779999927,,,,C#4,,,144,61,15,,,,,,,,,,,65_1,9557 +non,,,,,,,0,1342.6207779999927,,,,G3,,,144,55,15,,,,,,,,,,,65_1,9558 +ctl,,,,,,,60,1342.6207779999927,,,,,,,176,64,127,,,,,,,,,,,65_1,9559 +nof,,,,,,,60,1342.7546979999927,,,,,,,144,69,0,,,,,,,,,,,65_1,9554 +nof,,,,,,,0,1342.7546979999927,,,,,,,144,83,0,,,,,,,,,,,65_1,9553 +non,,,,,,,0,1342.7546979999927,,,,C6,,,144,84,15,,,,,,,,,,,65_1,9560 +non,,,,,,,0,1342.7546979999927,,,,A#4,,,144,70,15,,,,,,,,,,,65_1,9561 +nof,,,,,,,60,1342.8886179999927,,,,,,,144,70,0,,,,,,,,,,,65_1,9561 +nof,,,,,,,0,1342.8886179999927,,,,,,,144,84,0,,,,,,,,,,,65_1,9560 +non,,,,,,,0,1342.8886179999927,,,,C#6,,,144,85,15,,,,,,,,,,,65_1,9562 +non,,,,,,,0,1342.8886179999927,,,,B4,,,144,71,15,,,,,,,,,,,65_1,9563 +ctl,,,,,,,120,1342.8886179999927,,,,,,,176,64,0,,,,,,,,,,,65_1,9564 +nof,,,,,,,60,1343.022537999993,,,,,,,144,71,0,,,,,,,,,,,65_1,9563 +nof,,,,,,,0,1343.022537999993,,,,,,,144,85,0,,,,,,,,,,,65_1,9562 +non,,,,,,,0,1343.022537999993,,,,D6,,,144,86,15,,,,,,,,,,,65_1,9565 +non,,,,,,,0,1343.022537999993,,,,C5,,,144,72,15,,,,,,,,,,,65_1,9566 +nof,,,,,,,180,1343.022537999993,,,,,,,144,55,0,,,,,,,,,,,65_1,9558 +nof,,,,,,,0,1343.022537999993,,,,,,,144,61,0,,,,,,,,,,,65_1,9557 +nof,,,,,,,0,1343.022537999993,,,,,,,144,65,0,,,,,,,,,,,65_1,9556 +non,,,,,,,0,1343.022537999993,,,,G#4,,,144,68,15,,,,,,,,,,,65_1,9567 +non,,,,,,,0,1343.022537999993,,,,A#3,,,144,58,15,,,,,,,,,,,65_1,9568 +non,,,,,,,0,1343.022537999993,,,,E3,,,144,52,15,,,,,,,,,,,65_1,9569 +ctl,,,,,,,60,1343.022537999993,,,,,,,176,64,127,,,,,,,,,,,65_1,9570 +nof,,,,,,,60,1343.1564579999929,,,,,,,144,72,0,,,,,,,,,,,65_1,9566 +nof,,,,,,,0,1343.1564579999929,,,,,,,144,86,0,,,,,,,,,,,65_1,9565 +non,,,,,,,0,1343.1564579999929,,,,D#6,,,144,87,15,,,,,,,,,,,65_1,9571 +non,,,,,,,0,1343.1564579999929,,,,C#5,,,144,73,15,,,,,,,,,,,65_1,9572 +nof,,,,,,,60,1343.2903779999929,,,,,,,144,73,0,,,,,,,,,,,65_1,9572 +nof,,,,,,,0,1343.2903779999929,,,,,,,144,87,0,,,,,,,,,,,65_1,9571 +non,,,,,,,0,1343.2903779999929,,,,E6,,,144,88,15,,,,,,,,,,,65_1,9573 +non,,,,,,,0,1343.2903779999929,,,,D5,,,144,74,15,,,,,,,,,,,65_1,9574 +ctl,,,,,,,120,1343.2903779999929,,,,,,,176,64,0,,,,,,,,,,,65_1,9575 +non,,,,,,,135,1343.3238579999927,,,,C#3,,,144,49,15,,,,,,,,,,,65_1,9576 +non,,,,,,,15,1343.3573379999928,,,,G3,,,144,55,15,,,,,,,,,,,65_1,9577 +non,,,,,,,15,1343.3908179999928,,,,F4,,,144,65,15,,,,,,,,,,,65_1,9578 +nof,,,,,,,60,1343.4242979999929,,,,,,,144,74,0,,,,,,,,,,,65_1,9574 +nof,,,,,,,0,1343.4242979999929,,,,,,,144,88,0,,,,,,,,,,,65_1,9573 +non,,,,,,,0,1343.4242979999929,,,,F6,,,144,89,15,,,,,,,,,,,65_1,9579 +non,,,,,,,0,1343.4242979999929,,,,D#5,,,144,75,15,,,,,,,,,,,65_1,9580 +nof,,,,,,,15,1343.4242979999929,,,,,,,144,52,0,,,,,,,,,,,65_1,9569 +nof,,,,,,,0,1343.4242979999929,,,,,,,144,68,0,,,,,,,,,,,65_1,9567 +nof,,,,,,,0,1343.4242979999929,,,,,,,144,58,0,,,,,,,,,,,65_1,9568 +non,,,,,,,0,1343.4242979999929,,,,B4,,,144,71,15,,,,,,,,,,,65_1,9581 +ctl,,,,,,,60,1343.4242979999929,,,,,,,176,64,127,,,,,,,,,,,65_1,9582 +nof,,,,,,,60,1343.5582179999928,,,,,,,144,75,0,,,,,,,,,,,65_1,9580 +nof,,,,,,,0,1343.5582179999928,,,,,,,144,89,0,,,,,,,,,,,65_1,9579 +non,,,,,,,0,1343.5582179999928,,,,F#6,,,144,90,15,,,,,,,,,,,65_1,9583 +non,,,,,,,0,1343.5582179999928,,,,E5,,,144,76,15,,,,,,,,,,,65_1,9584 +nof,,,,,,,60,1343.6921379999928,,,,,,,144,76,0,,,,,,,,,,,65_1,9584 +nof,,,,,,,0,1343.6921379999928,,,,,,,144,90,0,,,,,,,,,,,65_1,9583 +non,,,,,,,0,1343.6921379999928,,,,G6,,,144,91,15,,,,,,,,,,,65_1,9585 +non,,,,,,,0,1343.6921379999928,,,,F5,,,144,77,15,,,,,,,,,,,65_1,9586 +ctl,,,,,,,120,1343.6921379999928,,,,,,,176,64,0,,,,,,,,,,,65_1,9587 +nof,,,,,,,60,1343.8260579999928,,,,,,,144,77,0,,,,,,,,,,,65_1,9586 +nof,,,,,,,0,1343.8260579999928,,,,,,,144,91,0,,,,,,,,,,,65_1,9585 +nof,,,,,,,180,1343.8260579999928,,,,,,,144,71,0,,,,,,,,,,,65_1,9581 +nof,,,,,,,0,1343.8260579999928,,,,,,,144,65,0,,,,,,,,,,,65_1,9578 +nof,,,,,,,0,1343.8260579999928,,,,,,,144,55,0,,,,,,,,,,,65_1,9577 +nof,,,,,,,0,1343.8260579999928,,,,,,,144,49,0,,,,,,,,,,,65_1,9576 +non,,,,,,,0,1343.8260579999928,,,,A#1,,,144,34,7,,,,,,,,,,,65_1,9588 +ctl,,,,,,,60,1343.8260579999928,,,,,,,176,64,127,,,,,,,,,,,65_1,9589 +non,,,,,,,90,1344.1220679999929,,,,G#6,,,144,92,7,,,,,,,,,,,65_1,9590 +non,,,,,,,0,1344.1220679999929,,,,F#5,,,144,78,7,,,,,,,,,,,65_1,9591 +nof,,,,,,,90,1344.1220679999929,,,,,,,144,34,0,,,,,,,,,,,65_1,9588 +non,,,,,,,0,1344.1220679999929,,,,A#2,,,144,46,7,,,,,,,,,,,65_1,9592 +nof,,,,,,,90,1344.4180779999929,,,,,,,144,78,0,,,,,,,,,,,65_1,9591 +nof,,,,,,,0,1344.4180779999929,,,,,,,144,92,0,,,,,,,,,,,65_1,9590 +non,,,,,,,0,1344.4180779999929,,,,C#6,,,144,85,7,,,,,,,,,,,65_1,9593 +non,,,,,,,0,1344.4180779999929,,,,B4,,,144,71,7,,,,,,,,,,,65_1,9594 +nof,,,,,,,90,1344.4180779999929,,,,,,,144,46,0,,,,,,,,,,,65_1,9592 +non,,,,,,,0,1344.4180779999929,,,,G#3,,,144,56,7,,,,,,,,,,,65_1,9595 +nof,,,,,,,90,1344.714087999993,,,,,,,144,71,0,,,,,,,,,,,65_1,9594 +nof,,,,,,,0,1344.714087999993,,,,,,,144,85,0,,,,,,,,,,,65_1,9593 +non,,,,,,,0,1344.714087999993,,,,D6,,,144,86,7,,,,,,,,,,,65_1,9596 +non,,,,,,,0,1344.714087999993,,,,C5,,,144,72,7,,,,,,,,,,,65_1,9597 +nof,,,,,,,90,1344.714087999993,,,,,,,144,56,0,,,,,,,,,,,65_1,9595 +non,,,,,,,0,1344.714087999993,,,,D4,,,144,62,7,,,,,,,,,,,65_1,9598 +nof,,,,,,,90,1345.0100979999927,,,,,,,144,72,0,,,,,,,,,,,65_1,9597 +nof,,,,,,,0,1345.0100979999927,,,,,,,144,86,0,,,,,,,,,,,65_1,9596 +non,,,,,,,0,1345.0100979999927,,,,G#5,,,144,80,7,,,,,,,,,,,65_1,9599 +non,,,,,,,0,1345.0100979999927,,,,F#4,,,144,66,7,,,,,,,,,,,65_1,9600 +nof,,,,,,,90,1345.0100979999927,,,,,,,144,62,0,,,,,,,,,,,65_1,9598 +non,,,,,,,0,1345.0100979999927,,,,D4,,,144,62,7,,,,,,,,,,,65_1,9601 +nof,,,,,,,120,1345.4047779999928,,,,,,,144,62,0,,,,,,,,,,,65_1,9601 +non,,,,,,,0,1345.4047779999928,,,,A3,,,144,57,7,,,,,,,,,,,65_1,9602 +nof,,,,,,,120,1345.7994579999927,,,,,,,144,57,0,,,,,,,,,,,65_1,9602 +non,,,,,,,0,1345.7994579999927,,,,C5,,,144,72,7,,,,,,,,,,,65_1,9603 +nof,,,,,,,300,1345.9967979999929,,,,,,,144,66,0,,,,,,,,,,,65_1,9600 +nof,,,,,,,0,1345.9967979999929,,,,,,,144,80,0,,,,,,,,,,,65_1,9599 +non,,,,,,,0,1345.9967979999929,,,,A5,,,144,81,7,,,,,,,,,,,65_1,9604 +non,,,,,,,0,1345.9967979999929,,,,G4,,,144,67,7,,,,,,,,,,,65_1,9605 +ctl,,,,,,,660,1345.9967979999929,,,,,,,176,64,0,,,,,,,,,,,65_1,9606 +nof,,,,,,,60,1346.1941379999928,,,,,,,144,67,0,,,,,,,,,,,65_1,9605 +nof,,,,,,,0,1346.1941379999928,,,,,,,144,81,0,,,,,,,,,,,65_1,9604 +non,,,,,,,0,1346.1941379999928,,,,A#5,,,144,82,7,,,,,,,,,,,65_1,9607 +non,,,,,,,0,1346.1941379999928,,,,G#4,,,144,68,7,,,,,,,,,,,65_1,9608 +nof,,,,,,,120,1346.1941379999928,,,,,,,144,72,0,,,,,,,,,,,65_1,9603 +non,,,,,,,0,1346.1941379999928,,,,G4,,,144,67,7,,,,,,,,,,,65_1,9609 +non,,,,,,,1440,1346.1941379999928,,,,E3,,,144,52,7,,,,,,,,,,,65_1,9610 +ctl,,,,,,,60,1346.1941379999928,,,,,,,176,64,127,,,,,,,,,,,65_1,9611 +nof,,,,,,,120,1346.588817999993,,,,,,,144,52,0,,,,,,,,,,,65_1,9610 +non,,,,,,,0,1346.588817999993,,,,G#3,,,144,56,7,,,,,,,,,,,65_1,9612 +nof,,,,,,,120,1346.9834979999928,,,,,,,144,56,0,,,,,,,,,,,65_1,9612 +non,,,,,,,0,1346.9834979999928,,,,D4,,,144,62,7,,,,,,,,,,,65_1,9613 +nof,,,,,,,120,1347.3781779999929,,,,,,,144,62,0,,,,,,,,,,,65_1,9613 +non,,,,,,,0,1347.3781779999929,,,,A#2,,,144,46,7,,,,,,,,,,,65_1,9614 +nof,,,,,,,120,1347.7728579999928,,,,,,,144,46,0,,,,,,,,,,,65_1,9614 +non,,,,,,,0,1347.7728579999928,,,,G#3,,,144,56,7,,,,,,,,,,,65_1,9615 +nof,,,,,,,120,1348.1675379999929,,,,,,,144,56,0,,,,,,,,,,,65_1,9615 +non,,,,,,,0,1348.1675379999929,,,,D4,,,144,62,7,,,,,,,,,,,65_1,9616 +nof,,,,,,,660,1348.3648779999928,,,,,,,144,67,0,,,,,,,,,,,65_1,9609 +non,,,,,,,0,1348.3648779999928,,,,G4,,,144,67,7,,,,,,,,,,,65_1,9617 +ctl,,,,,,,660,1348.3648779999928,,,,,,,176,64,0,,,,,,,,,,,65_1,9618 +nof,,,,,,,60,1348.5622179999928,,,,,,,144,67,0,,,,,,,,,,,65_1,9617 +non,,,,,,,0,1348.5622179999928,,,,G4,,,144,67,7,,,,,,,,,,,65_1,9619 +nof,,,,,,,120,1348.5622179999928,,,,,,,144,62,0,,,,,,,,,,,65_1,9616 +ctl,,,,,,,60,1348.5622179999928,,,,,,,176,64,127,,,,,,,,,,,65_1,9620 +non,,,,,,,90,1348.8582279999928,,,,E1,,,144,28,7,,,,,,,,,,,65_1,9621 +non,,,,,,,0,1348.8582279999928,,,,E2,,,144,40,7,,,,,,,,,,,65_1,9622 +nof,,,,,,,90,1349.1542379999928,,,,,,,144,40,0,,,,,,,,,,,65_1,9622 +nof,,,,,,,0,1349.1542379999928,,,,,,,144,28,0,,,,,,,,,,,65_1,9621 +non,,,,,,,0,1349.1542379999928,,,,D3,,,144,50,7,,,,,,,,,,,65_1,9623 +nof,,,,,,,960,1349.3515779999927,,,,,,,144,68,0,,,,,,,,,,,65_1,9608 +nof,,,,,,,0,1349.3515779999927,,,,,,,144,82,0,,,,,,,,,,,65_1,9607 +non,,,,,,,0,1349.3515779999927,,,,A#5,,,144,82,7,,,,,,,,,,,65_1,9624 +non,,,,,,,0,1349.3515779999927,,,,G#4,,,144,68,7,,,,,,,,,,,65_1,9625 +nof,,,,,,,90,1349.4502479999928,,,,,,,144,50,0,,,,,,,,,,,65_1,9623 +non,,,,,,,0,1349.4502479999928,,,,G#3,,,144,56,7,,,,,,,,,,,65_1,9626 +nof,,,,,,,120,1349.7462579999928,,,,,,,144,68,0,,,,,,,,,,,65_1,9625 +nof,,,,,,,0,1349.7462579999928,,,,,,,144,82,0,,,,,,,,,,,65_1,9624 +non,,,,,,,0,1349.7462579999928,,,,E6,,,144,88,7,,,,,,,,,,,65_1,9627 +non,,,,,,,0,1349.7462579999928,,,,D5,,,144,74,7,,,,,,,,,,,65_1,9628 +nof,,,,,,,90,1349.7462579999928,,,,,,,144,56,0,,,,,,,,,,,65_1,9626 +non,,,,,,,0,1349.7462579999928,,,,C4,,,144,60,7,,,,,,,,,,,65_1,9629 +nof,,,,,,,480,1350.1409379999927,,,,,,,144,67,0,,,,,,,,,,,65_1,9619 +non,,,,,,,0,1350.1409379999927,,,,G4,,,144,67,7,,,,,,,,,,,65_1,9630 +nof,,,,,,,120,1350.1409379999927,,,,,,,144,60,0,,,,,,,,,,,65_1,9629 +ctl,,,,,,,660,1350.7329579999928,,,,,,,176,64,0,,,,,,,,,,,65_1,9631 +ctl,,,,,,,60,1350.9302979999927,,,,,,,176,64,127,,,,,,,,,,,65_1,9632 +nof,,,,,,,360,1351.3249779999928,,,,,,,144,67,0,,,,,,,,,,,65_1,9630 +non,,,,,,,0,1351.3249779999928,,,,G4,,,144,67,7,,,,,,,,,,,65_1,9633 +nof,,,,,,,480,1352.9036979999928,,,,,,,144,67,0,,,,,,,,,,,65_1,9633 +non,,,,,,,0,1352.9036979999928,,,,G4,,,144,67,7,,,,,,,,,,,65_1,9634 +ctl,,,,,,,660,1353.1010379999927,,,,,,,176,64,0,,,,,,,,,,,65_1,9635 +nof,,,,,,,1080,1353.2983779999927,,,,,,,144,74,0,,,,,,,,,,,65_1,9628 +nof,,,,,,,0,1353.2983779999927,,,,,,,144,88,0,,,,,,,,,,,65_1,9627 +nof,,,,,,,120,1353.2983779999927,,,,,,,144,67,0,,,,,,,,,,,65_1,9634 +non,,,,,,,0,1353.2983779999927,,,,C5,,,144,72,7,,,,,,,,,,,65_1,9636 +ctl,,,,,,,60,1353.2983779999927,,,,,,,176,64,127,,,,,,,,,,,65_1,9637 +non,,,,,,,1050,1353.5943879999927,,,,A#2,,,144,46,7,,,,,,,,,,,65_1,9638 +nof,,,,,,,90,1353.8903979999927,,,,,,,144,46,0,,,,,,,,,,,65_1,9638 +non,,,,,,,0,1353.8903979999927,,,,G#3,,,144,56,7,,,,,,,,,,,65_1,9639 +non,,,,,,,240,1354.087737999993,,,,E6,,,144,88,7,,,,,,,,,,,65_1,9640 +non,,,,,,,0,1354.087737999993,,,,D5,,,144,74,7,,,,,,,,,,,65_1,9641 +nof,,,,,,,90,1354.1864079999928,,,,,,,144,56,0,,,,,,,,,,,65_1,9639 +non,,,,,,,0,1354.1864079999928,,,,D4,,,144,62,7,,,,,,,,,,,65_1,9642 +nof,,,,,,,120,1354.4824179999928,,,,,,,144,74,0,,,,,,,,,,,65_1,9641 +nof,,,,,,,0,1354.4824179999928,,,,,,,144,88,0,,,,,,,,,,,65_1,9640 +non,,,,,,,0,1354.4824179999928,,,,G#5,,,144,80,7,,,,,,,,,,,65_1,9643 +non,,,,,,,0,1354.4824179999928,,,,F#4,,,144,66,7,,,,,,,,,,,65_1,9644 +nof,,,,,,,90,1354.4824179999928,,,,,,,144,62,0,,,,,,,,,,,65_1,9642 +non,,,,,,,0,1354.4824179999928,,,,D4,,,144,62,7,,,,,,,,,,,65_1,9645 +nof,,,,,,,120,1354.8770979999929,,,,,,,144,62,0,,,,,,,,,,,65_1,9645 +non,,,,,,,0,1354.8770979999929,,,,A3,,,144,57,7,,,,,,,,,,,65_1,9646 +nof,,,,,,,600,1355.2717779999928,,,,,,,144,72,0,,,,,,,,,,,65_1,9636 +non,,,,,,,0,1355.2717779999928,,,,C5,,,144,72,7,,,,,,,,,,,65_1,9647 +nof,,,,,,,120,1355.2717779999928,,,,,,,144,57,0,,,,,,,,,,,65_1,9646 +non,,,,,,,0,1355.2717779999928,,,,C5,,,144,72,7,,,,,,,,,,,65_1,9648 +ctl,,,,,,,660,1355.4691179999927,,,,,,,176,64,0,,,,,,,,,,,65_1,9649 +nof,,,,,,,120,1355.6664579999929,,,,,,,144,72,0,,,,,,,,,,,65_1,9648 +non,,,,,,,0,1355.6664579999929,,,,A#2,,,144,46,8,,,,,,,,,,,65_1,9650 +ctl,,,,,,,60,1355.6664579999929,,,,,,,176,64,127,,,,,,,,,,,65_1,9651 +nof,,,,,,,120,1356.0611379999928,,,,,,,144,46,0,,,,,,,,,,,65_1,9650 +non,,,,,,,0,1356.0611379999928,,,,G#3,,,144,56,8,,,,,,,,,,,65_1,9652 +nof,,,,,,,600,1356.4558179999929,,,,,,,144,66,0,,,,,,,,,,,65_1,9644 +nof,,,,,,,0,1356.4558179999929,,,,,,,144,80,0,,,,,,,,,,,65_1,9643 +non,,,,,,,0,1356.4558179999929,,,,A5,,,144,81,8,,,,,,,,,,,65_1,9653 +non,,,,,,,0,1356.4558179999929,,,,G4,,,144,67,8,,,,,,,,,,,65_1,9654 +nof,,,,,,,120,1356.4558179999929,,,,,,,144,56,0,,,,,,,,,,,65_1,9652 +non,,,,,,,0,1356.4558179999929,,,,D4,,,144,62,8,,,,,,,,,,,65_1,9655 +nof,,,,,,,480,1356.8504979999927,,,,,,,144,72,0,,,,,,,,,,,65_1,9656 +non,,,,,,,0,1356.8504979999927,,,,D4,,,144,62,8,,,,,,,,,,,65_1,9657 +nof,,,,,,,120,1356.8504979999927,,,,,,,144,62,0,,,,,,,,,,,65_1,9657 +non,,,,,,,0,1356.8504979999927,,,,D4,,,144,62,8,,,,,,,,,,,65_1,9658 +nof,,,,,,,240,1357.2451779999928,,,,,,,144,67,0,,,,,,,,,,,65_1,9654 +nof,,,,,,,0,1357.2451779999928,,,,,,,144,81,0,,,,,,,,,,,65_1,9653 +non,,,,,,,0,1357.2451779999928,,,,A#5,,,144,82,8,,,,,,,,,,,65_1,9659 +non,,,,,,,0,1357.2451779999928,,,,G#4,,,144,68,8,,,,,,,,,,,65_1,9660 +nof,,,,,,,120,1357.2451779999928,,,,,,,144,62,0,,,,,,,,,,,65_1,9658 +non,,,,,,,0,1357.2451779999928,,,,G4,,,144,67,8,,,,,,,,,,,65_1,9661 +nof,,,,,,,120,1357.2451779999928,,,,,,,144,62,0,,,,,,,,,,,65_1,9662 +non,,,,,,,0,1357.2451779999928,,,,G#3,,,144,56,8,,,,,,,,,,,65_1,9663 +nof,,,,,,,120,1357.6398579999927,,,,,,,144,67,0,,,,,,,,,,,65_1,9661 +non,,,,,,,0,1357.6398579999927,,,,F#4,,,144,66,8,,,,,,,,,,,65_1,9664 +nof,,,,,,,120,1357.6398579999927,,,,,,,144,56,0,,,,,,,,,,,65_1,9663 +non,,,,,,,0,1357.6398579999927,,,,F#4,,,144,66,8,,,,,,,,,,,65_1,9665 +ctl,,,,,,,660,1357.837197999993,,,,,,,176,64,0,,,,,,,,,,,65_1,9666 +nof,,,,,,,240,1358.0345379999928,,,,,,,144,68,0,,,,,,,,,,,65_1,9660 +nof,,,,,,,0,1358.0345379999928,,,,,,,144,82,0,,,,,,,,,,,65_1,9659 +non,,,,,,,0,1358.0345379999928,,,,B5,,,144,83,9,,,,,,,,,,,65_1,9667 +non,,,,,,,0,1358.0345379999928,,,,A4,,,144,69,9,,,,,,,,,,,65_1,9668 +nof,,,,,,,120,1358.0345379999928,,,,,,,144,66,0,,,,,,,,,,,65_1,9665 +non,,,,,,,0,1358.0345379999928,,,,F4,,,144,65,9,,,,,,,,,,,65_1,9669 +nof,,,,,,,120,1358.0345379999928,,,,,,,144,66,0,,,,,,,,,,,65_1,9670 +ctl,,,,,,,60,1358.0345379999928,,,,,,,176,64,127,,,,,,,,,,,65_1,9671 +non,,,,,,,90,1358.3305479999929,,,,C#3,,,144,49,9,,,,,,,,,,,65_1,9672 +nof,,,,,,,90,1358.6265579999929,,,,,,,144,49,0,,,,,,,,,,,65_1,9672 +non,,,,,,,0,1358.6265579999929,,,,B3,,,144,59,9,,,,,,,,,,,65_1,9673 +nof,,,,,,,90,1358.9225679999927,,,,,,,144,59,0,,,,,,,,,,,65_1,9673 +non,,,,,,,0,1358.9225679999927,,,,F4,,,144,65,9,,,,,,,,,,,65_1,9674 +nof,,,,,,,360,1359.2185779999927,,,,,,,144,65,0,,,,,,,,,,,65_1,9674 +non,,,,,,,0,1359.2185779999927,,,,F4,,,144,65,9,,,,,,,,,,,65_1,9675 +nof,,,,,,,90,1359.2185779999927,,,,,,,144,65,0,,,,,,,,,,,65_1,9675 +non,,,,,,,0,1359.2185779999927,,,,F4,,,144,65,9,,,,,,,,,,,65_1,9676 +nof,,,,,,,120,1359.6132579999928,,,,,,,144,65,0,,,,,,,,,,,65_1,9676 +non,,,,,,,0,1359.6132579999928,,,,C4,,,144,60,9,,,,,,,,,,,65_1,9677 +nof,,,,,,,120,1360.0079379999927,,,,,,,144,60,0,,,,,,,,,,,65_1,9677 +non,,,,,,,0,1360.0079379999927,,,,D#5,,,144,75,9,,,,,,,,,,,65_1,9678 +ctl,,,,,,,660,1360.2052779999929,,,,,,,176,64,0,,,,,,,,,,,65_1,9679 +nof,,,,,,,720,1360.4026179999928,,,,,,,144,69,0,,,,,,,,,,,65_1,9668 +nof,,,,,,,0,1360.4026179999928,,,,,,,144,83,0,,,,,,,,,,,65_1,9667 +non,,,,,,,0,1360.4026179999928,,,,F6,,,144,89,10,,,,,,,,,,,65_1,9680 +non,,,,,,,0,1360.4026179999928,,,,D#5,,,144,75,10,,,,,,,,,,,65_1,9681 +nof,,,,,,,120,1360.4026179999928,,,,,,,144,75,0,,,,,,,,,,,65_1,9681 +non,,,,,,,0,1360.4026179999928,,,,G2,,,144,43,10,,,,,,,,,,,65_1,9682 +ctl,,,,,,,60,1360.4026179999928,,,,,,,176,64,127,,,,,,,,,,,65_1,9683 +nof,,,,,,,120,1360.7972979999927,,,,,,,144,43,0,,,,,,,,,,,65_1,9682 +non,,,,,,,0,1360.7972979999927,,,,C#3,,,144,49,10,,,,,,,,,,,65_1,9684 +nof,,,,,,,240,1361.1919779999928,,,,,,,144,75,0,,,,,,,,,,,65_1,9685 +nof,,,,,,,0,1361.1919779999928,,,,,,,144,89,0,,,,,,,,,,,65_1,9680 +non,,,,,,,0,1361.1919779999928,,,,E5,,,144,76,10,,,,,,,,,,,65_1,9686 +non,,,,,,,0,1361.1919779999928,,,,F#6,,,144,90,10,,,,,,,,,,,65_1,9687 +nof,,,,,,,120,1361.1919779999928,,,,,,,144,49,0,,,,,,,,,,,65_1,9684 +non,,,,,,,0,1361.1919779999928,,,,B3,,,144,59,10,,,,,,,,,,,65_1,9688 +nof,,,,,,,120,1361.586657999993,,,,,,,144,59,0,,,,,,,,,,,65_1,9688 +non,,,,,,,0,1361.586657999993,,,,B4,,,144,71,10,,,,,,,,,,,65_1,9689 +nof,,,,,,,240,1361.9813379999928,,,,,,,144,90,0,,,,,,,,,,,65_1,9687 +nof,,,,,,,0,1361.9813379999928,,,,,,,144,76,0,,,,,,,,,,,65_1,9686 +non,,,,,,,0,1361.9813379999928,,,,G6,,,144,91,10,,,,,,,,,,,65_1,9690 +non,,,,,,,0,1361.9813379999928,,,,F5,,,144,77,10,,,,,,,,,,,65_1,9691 +nof,,,,,,,840,1361.9813379999928,,,,,,,144,65,0,,,,,,,,,,,65_1,9692 +nof,,,,,,,120,1361.9813379999928,,,,,,,144,71,0,,,,,,,,,,,65_1,9689 +non,,,,,,,0,1361.9813379999928,,,,F4,,,144,65,10,,,,,,,,,,,65_1,9693 +nof,,,,,,,120,1362.3760179999929,,,,,,,144,65,0,,,,,,,,,,,65_1,9693 +non,,,,,,,0,1362.3760179999929,,,,B4,,,144,71,10,,,,,,,,,,,65_1,9694 +ctl,,,,,,,660,1362.5733579999928,,,,,,,176,64,0,,,,,,,,,,,65_1,9695 +nof,,,,,,,240,1362.7706979999928,,,,,,,144,77,0,,,,,,,,,,,65_1,9691 +nof,,,,,,,0,1362.7706979999928,,,,,,,144,91,0,,,,,,,,,,,65_1,9690 +non,,,,,,,240,1362.7706979999928,,,,D4,,,144,62,11,,,,,,,,,,,65_1,9696 +nof,,,,,,,120,1362.7706979999928,,,,,,,144,71,0,,,,,,,,,,,65_1,9694 +ctl,,,,,,,60,1362.7706979999928,,,,,,,176,64,127,,,,,,,,,,,65_1,9697 +non,,,,,,,90,1363.0667079999928,,,,G#6,,,144,92,11,,,,,,,,,,,65_1,9698 +non,,,,,,,0,1363.0667079999928,,,,F#5,,,144,78,11,,,,,,,,,,,65_1,9699 +non,,,,,,,90,1363.0667079999928,,,,A#2,,,144,46,11,,,,,,,,,,,65_1,9700 +nof,,,,,,,90,1363.3627179999928,,,,,,,144,78,0,,,,,,,,,,,65_1,9699 +nof,,,,,,,0,1363.3627179999928,,,,,,,144,92,0,,,,,,,,,,,65_1,9698 +non,,,,,,,0,1363.3627179999928,,,,C#6,,,144,85,11,,,,,,,,,,,65_1,9701 +non,,,,,,,0,1363.3627179999928,,,,B4,,,144,71,11,,,,,,,,,,,65_1,9702 +nof,,,,,,,90,1363.3627179999928,,,,,,,144,46,0,,,,,,,,,,,65_1,9700 +non,,,,,,,0,1363.3627179999928,,,,G#3,,,144,56,11,,,,,,,,,,,65_1,9703 +nof,,,,,,,240,1363.5600579999928,,,,,,,144,62,0,,,,,,,,,,,65_1,9696 +nof,,,,,,,90,1363.6587279999928,,,,,,,144,71,0,,,,,,,,,,,65_1,9702 +nof,,,,,,,0,1363.6587279999928,,,,,,,144,85,0,,,,,,,,,,,65_1,9701 +non,,,,,,,0,1363.6587279999928,,,,D6,,,144,86,11,,,,,,,,,,,65_1,9704 +non,,,,,,,0,1363.6587279999928,,,,C5,,,144,72,11,,,,,,,,,,,65_1,9705 +nof,,,,,,,90,1363.6587279999928,,,,,,,144,56,0,,,,,,,,,,,65_1,9703 +non,,,,,,,0,1363.6587279999928,,,,D4,,,144,62,11,,,,,,,,,,,65_1,9706 +nof,,,,,,,90,1363.9547379999929,,,,,,,144,72,0,,,,,,,,,,,65_1,9705 +nof,,,,,,,0,1363.9547379999929,,,,,,,144,86,0,,,,,,,,,,,65_1,9704 +non,,,,,,,0,1363.9547379999929,,,,G#5,,,144,80,11,,,,,,,,,,,65_1,9707 +non,,,,,,,0,1363.9547379999929,,,,F#4,,,144,66,11,,,,,,,,,,,65_1,9708 +nof,,,,,,,90,1363.9547379999929,,,,,,,144,62,0,,,,,,,,,,,65_1,9706 +non,,,,,,,0,1363.9547379999929,,,,D4,,,144,62,11,,,,,,,,,,,65_1,9709 +nof,,,,,,,120,1364.3494179999927,,,,,,,144,62,0,,,,,,,,,,,65_1,9709 +non,,,,,,,0,1364.3494179999927,,,,A3,,,144,57,11,,,,,,,,,,,65_1,9710 +nof,,,,,,,120,1364.7440979999928,,,,,,,144,57,0,,,,,,,,,,,65_1,9710 +non,,,,,,,0,1364.7440979999928,,,,C5,,,144,72,11,,,,,,,,,,,65_1,9711 +nof,,,,,,,300,1364.9414379999928,,,,,,,144,66,0,,,,,,,,,,,65_1,9708 +nof,,,,,,,0,1364.9414379999928,,,,,,,144,80,0,,,,,,,,,,,65_1,9707 +non,,,,,,,0,1364.9414379999928,,,,A5,,,144,81,11,,,,,,,,,,,65_1,9712 +non,,,,,,,0,1364.9414379999928,,,,G4,,,144,67,11,,,,,,,,,,,65_1,9713 +ctl,,,,,,,660,1364.9414379999928,,,,,,,176,64,0,,,,,,,,,,,65_1,9714 +nof,,,,,,,60,1365.1387779999927,,,,,,,144,67,0,,,,,,,,,,,65_1,9713 +nof,,,,,,,0,1365.1387779999927,,,,,,,144,81,0,,,,,,,,,,,65_1,9712 +non,,,,,,,0,1365.1387779999927,,,,A#5,,,144,82,12,,,,,,,,,,,65_1,9715 +non,,,,,,,0,1365.1387779999927,,,,G#4,,,144,68,12,,,,,,,,,,,65_1,9716 +non,,,,,,,480,1365.1387779999927,,,,G4,,,144,67,12,,,,,,,,,,,65_1,9717 +nof,,,,,,,120,1365.1387779999927,,,,,,,144,72,0,,,,,,,,,,,65_1,9711 +non,,,,,,,0,1365.1387779999927,,,,E3,,,144,52,12,,,,,,,,,,,65_1,9718 +ctl,,,,,,,60,1365.1387779999927,,,,,,,176,64,127,,,,,,,,,,,65_1,9719 +nof,,,,,,,120,1365.5334579999928,,,,,,,144,52,0,,,,,,,,,,,65_1,9718 +non,,,,,,,0,1365.5334579999928,,,,G#3,,,144,56,12,,,,,,,,,,,65_1,9720 +nof,,,,,,,120,1365.9281379999927,,,,,,,144,56,0,,,,,,,,,,,65_1,9720 +non,,,,,,,0,1365.9281379999927,,,,D4,,,144,62,12,,,,,,,,,,,65_1,9721 +nof,,,,,,,120,1366.3228179999928,,,,,,,144,62,0,,,,,,,,,,,65_1,9721 +non,,,,,,,0,1366.3228179999928,,,,A#2,,,144,46,12,,,,,,,,,,,65_1,9722 +nof,,,,,,,120,1366.7174979999927,,,,,,,144,46,0,,,,,,,,,,,65_1,9722 +non,,,,,,,0,1366.7174979999927,,,,G#3,,,144,56,12,,,,,,,,,,,65_1,9723 +nof,,,,,,,120,1367.1121779999928,,,,,,,144,56,0,,,,,,,,,,,65_1,9723 +non,,,,,,,0,1367.1121779999928,,,,D4,,,144,62,12,,,,,,,,,,,65_1,9724 +nof,,,,,,,660,1367.3095179999927,,,,,,,144,67,0,,,,,,,,,,,65_1,9717 +non,,,,,,,0,1367.3095179999927,,,,G4,,,144,67,12,,,,,,,,,,,65_1,9725 +ctl,,,,,,,660,1367.3095179999927,,,,,,,176,64,0,,,,,,,,,,,65_1,9726 +nof,,,,,,,60,1367.506857999993,,,,,,,144,67,0,,,,,,,,,,,65_1,9725 +non,,,,,,,0,1367.506857999993,,,,G4,,,144,67,13,,,,,,,,,,,65_1,9727 +nof,,,,,,,120,1367.506857999993,,,,,,,144,62,0,,,,,,,,,,,65_1,9724 +ctl,,,,,,,60,1367.506857999993,,,,,,,176,64,127,,,,,,,,,,,65_1,9728 +non,,,,,,,90,1367.8028679999927,,,,E1,,,144,28,13,,,,,,,,,,,65_1,9729 +non,,,,,,,0,1367.8028679999927,,,,E2,,,144,40,13,,,,,,,,,,,65_1,9730 +nof,,,,,,,90,1368.0988779999927,,,,,,,144,40,0,,,,,,,,,,,65_1,9730 +nof,,,,,,,0,1368.0988779999927,,,,,,,144,28,0,,,,,,,,,,,65_1,9729 +non,,,,,,,0,1368.0988779999927,,,,D3,,,144,50,13,,,,,,,,,,,65_1,9731 +nof,,,,,,,960,1368.2962179999927,,,,,,,144,68,0,,,,,,,,,,,65_1,9716 +nof,,,,,,,0,1368.2962179999927,,,,,,,144,82,0,,,,,,,,,,,65_1,9715 +non,,,,,,,0,1368.2962179999927,,,,A#5,,,144,82,13,,,,,,,,,,,65_1,9732 +non,,,,,,,0,1368.2962179999927,,,,G#4,,,144,68,13,,,,,,,,,,,65_1,9733 +nof,,,,,,,90,1368.3948879999928,,,,,,,144,50,0,,,,,,,,,,,65_1,9731 +non,,,,,,,0,1368.3948879999928,,,,G#3,,,144,56,13,,,,,,,,,,,65_1,9734 +nof,,,,,,,120,1368.6908979999928,,,,,,,144,68,0,,,,,,,,,,,65_1,9733 +nof,,,,,,,0,1368.6908979999928,,,,,,,144,82,0,,,,,,,,,,,65_1,9732 +non,,,,,,,0,1368.6908979999928,,,,E6,,,144,88,13,,,,,,,,,,,65_1,9735 +non,,,,,,,0,1368.6908979999928,,,,D5,,,144,74,13,,,,,,,,,,,65_1,9736 +nof,,,,,,,90,1368.6908979999928,,,,,,,144,56,0,,,,,,,,,,,65_1,9734 +non,,,,,,,0,1368.6908979999928,,,,C4,,,144,60,13,,,,,,,,,,,65_1,9737 +nof,,,,,,,480,1369.085577999993,,,,,,,144,67,0,,,,,,,,,,,65_1,9727 +non,,,,,,,0,1369.085577999993,,,,G4,,,144,67,13,,,,,,,,,,,65_1,9738 +nof,,,,,,,120,1369.085577999993,,,,,,,144,60,0,,,,,,,,,,,65_1,9737 +ctl,,,,,,,660,1369.6775979999927,,,,,,,176,64,0,,,,,,,,,,,65_1,9739 +ctl,,,,,,,60,1369.8749379999929,,,,,,,176,64,127,,,,,,,,,,,65_1,9740 +nof,,,,,,,360,1370.2696179999928,,,,,,,144,67,0,,,,,,,,,,,65_1,9738 +non,,,,,,,0,1370.2696179999928,,,,G4,,,144,67,14,,,,,,,,,,,65_1,9741 +nof,,,,,,,480,1371.8483379999927,,,,,,,144,67,0,,,,,,,,,,,65_1,9741 +non,,,,,,,0,1371.8483379999927,,,,F#4,,,144,66,14,,,,,,,,,,,65_1,9742 +ctl,,,,,,,660,1372.0456779999927,,,,,,,176,64,0,,,,,,,,,,,65_1,9743 +nof,,,,,,,1080,1372.2430179999928,,,,,,,144,74,0,,,,,,,,,,,65_1,9736 +nof,,,,,,,0,1372.2430179999928,,,,,,,144,88,0,,,,,,,,,,,65_1,9735 +non,,,,,,,0,1372.2430179999928,,,,G#5,,,144,80,15,,,,,,,,,,,65_1,9744 +non,,,,,,,0,1372.2430179999928,,,,F#4,,,144,66,15,,,,,,,,,,,65_1,9745 +nof,,,,,,,120,1372.2430179999928,,,,,,,144,66,0,,,,,,,,,,,65_1,9745 +non,,,,,,,0,1372.2430179999928,,,,D4,,,144,62,15,,,,,,,,,,,65_1,9746 +non,,,,,,,0,1372.2430179999928,,,,A#3,,,144,58,15,,,,,,,,,,,65_1,9747 +non,,,,,,,0,1372.2430179999928,,,,E3,,,144,52,15,,,,,,,,,,,65_1,9748 +ctl,,,,,,,60,1372.2430179999928,,,,,,,176,64,127,,,,,,,,,,,65_1,9749 +nof,,,,,,,60,1372.381857999993,,,,,,,144,66,0,,,,,,,,,,,65_1,9750 +nof,,,,,,,0,1372.381857999993,,,,,,,144,80,0,,,,,,,,,,,65_1,9744 +non,,,,,,,0,1372.381857999993,,,,A5,,,144,81,15,,,,,,,,,,,65_1,9751 +non,,,,,,,0,1372.381857999993,,,,G4,,,144,67,15,,,,,,,,,,,65_1,9752 +nof,,,,,,,60,1372.5206979999928,,,,,,,144,67,0,,,,,,,,,,,65_1,9752 +nof,,,,,,,0,1372.5206979999928,,,,,,,144,81,0,,,,,,,,,,,65_1,9751 +non,,,,,,,0,1372.5206979999928,,,,A#5,,,144,82,15,,,,,,,,,,,65_1,9753 +non,,,,,,,0,1372.5206979999928,,,,G#4,,,144,68,15,,,,,,,,,,,65_1,9754 +ctl,,,,,,,120,1372.5206979999928,,,,,,,176,64,0,,,,,,,,,,,65_1,9755 +nof,,,,,,,60,1372.6595379999928,,,,,,,144,68,0,,,,,,,,,,,65_1,9754 +nof,,,,,,,0,1372.6595379999928,,,,,,,144,82,0,,,,,,,,,,,65_1,9753 +non,,,,,,,0,1372.6595379999928,,,,B5,,,144,83,15,,,,,,,,,,,65_1,9756 +non,,,,,,,0,1372.6595379999928,,,,A4,,,144,69,15,,,,,,,,,,,65_1,9757 +nof,,,,,,,180,1372.6595379999928,,,,,,,144,52,0,,,,,,,,,,,65_1,9748 +nof,,,,,,,0,1372.6595379999928,,,,,,,144,58,0,,,,,,,,,,,65_1,9747 +nof,,,,,,,0,1372.6595379999928,,,,,,,144,62,0,,,,,,,,,,,65_1,9746 +non,,,,,,,0,1372.6595379999928,,,,F4,,,144,65,15,,,,,,,,,,,65_1,9758 +non,,,,,,,0,1372.6595379999928,,,,C#4,,,144,61,15,,,,,,,,,,,65_1,9759 +non,,,,,,,0,1372.6595379999928,,,,G3,,,144,55,15,,,,,,,,,,,65_1,9760 +ctl,,,,,,,60,1372.6595379999928,,,,,,,176,64,127,,,,,,,,,,,65_1,9761 +nof,,,,,,,60,1372.7983779999927,,,,,,,144,69,0,,,,,,,,,,,65_1,9757 +nof,,,,,,,0,1372.7983779999927,,,,,,,144,83,0,,,,,,,,,,,65_1,9756 +non,,,,,,,0,1372.7983779999927,,,,C6,,,144,84,15,,,,,,,,,,,65_1,9762 +non,,,,,,,0,1372.7983779999927,,,,A#4,,,144,70,15,,,,,,,,,,,65_1,9763 +nof,,,,,,,60,1372.9372179999928,,,,,,,144,70,0,,,,,,,,,,,65_1,9763 +nof,,,,,,,0,1372.9372179999928,,,,,,,144,84,0,,,,,,,,,,,65_1,9762 +non,,,,,,,0,1372.9372179999928,,,,C#6,,,144,85,15,,,,,,,,,,,65_1,9764 +non,,,,,,,0,1372.9372179999928,,,,B4,,,144,71,15,,,,,,,,,,,65_1,9765 +ctl,,,,,,,120,1372.9372179999928,,,,,,,176,64,0,,,,,,,,,,,65_1,9766 +nof,,,,,,,60,1373.0760579999928,,,,,,,144,71,0,,,,,,,,,,,65_1,9765 +nof,,,,,,,0,1373.0760579999928,,,,,,,144,85,0,,,,,,,,,,,65_1,9764 +non,,,,,,,0,1373.0760579999928,,,,D6,,,144,86,16,,,,,,,,,,,65_1,9767 +non,,,,,,,0,1373.0760579999928,,,,C5,,,144,72,16,,,,,,,,,,,65_1,9768 +nof,,,,,,,180,1373.0760579999928,,,,,,,144,55,0,,,,,,,,,,,65_1,9760 +nof,,,,,,,0,1373.0760579999928,,,,,,,144,61,0,,,,,,,,,,,65_1,9759 +nof,,,,,,,0,1373.0760579999928,,,,,,,144,65,0,,,,,,,,,,,65_1,9758 +non,,,,,,,0,1373.0760579999928,,,,G#4,,,144,68,16,,,,,,,,,,,65_1,9769 +non,,,,,,,0,1373.0760579999928,,,,A#3,,,144,58,16,,,,,,,,,,,65_1,9770 +non,,,,,,,0,1373.0760579999928,,,,E3,,,144,52,16,,,,,,,,,,,65_1,9771 +ctl,,,,,,,60,1373.0760579999928,,,,,,,176,64,127,,,,,,,,,,,65_1,9772 +nof,,,,,,,60,1373.214897999993,,,,,,,144,72,0,,,,,,,,,,,65_1,9768 +nof,,,,,,,0,1373.214897999993,,,,,,,144,86,0,,,,,,,,,,,65_1,9767 +non,,,,,,,0,1373.214897999993,,,,D#6,,,144,87,17,,,,,,,,,,,65_1,9773 +non,,,,,,,0,1373.214897999993,,,,C#5,,,144,73,17,,,,,,,,,,,65_1,9774 +nof,,,,,,,60,1373.3537379999927,,,,,,,144,73,0,,,,,,,,,,,65_1,9774 +nof,,,,,,,0,1373.3537379999927,,,,,,,144,87,0,,,,,,,,,,,65_1,9773 +non,,,,,,,0,1373.3537379999927,,,,E6,,,144,88,17,,,,,,,,,,,65_1,9775 +non,,,,,,,0,1373.3537379999927,,,,D5,,,144,74,17,,,,,,,,,,,65_1,9776 +ctl,,,,,,,120,1373.3537379999927,,,,,,,176,64,0,,,,,,,,,,,65_1,9777 +non,,,,,,,135,1373.3884479999929,,,,C#3,,,144,49,17,,,,,,,,,,,65_1,9778 +non,,,,,,,15,1373.4231579999928,,,,G3,,,144,55,17,,,,,,,,,,,65_1,9779 +non,,,,,,,15,1373.4578679999927,,,,F4,,,144,65,17,,,,,,,,,,,65_1,9780 +nof,,,,,,,60,1373.4925779999928,,,,,,,144,74,0,,,,,,,,,,,65_1,9776 +nof,,,,,,,0,1373.4925779999928,,,,,,,144,88,0,,,,,,,,,,,65_1,9775 +non,,,,,,,0,1373.4925779999928,,,,F6,,,144,89,18,,,,,,,,,,,65_1,9781 +non,,,,,,,0,1373.4925779999928,,,,D#5,,,144,75,18,,,,,,,,,,,65_1,9782 +nof,,,,,,,15,1373.4925779999928,,,,,,,144,52,0,,,,,,,,,,,65_1,9771 +nof,,,,,,,0,1373.4925779999928,,,,,,,144,68,0,,,,,,,,,,,65_1,9769 +nof,,,,,,,0,1373.4925779999928,,,,,,,144,58,0,,,,,,,,,,,65_1,9770 +non,,,,,,,0,1373.4925779999928,,,,B4,,,144,71,18,,,,,,,,,,,65_1,9783 +ctl,,,,,,,60,1373.4925779999928,,,,,,,176,64,127,,,,,,,,,,,65_1,9784 +nof,,,,,,,60,1373.6314179999927,,,,,,,144,75,0,,,,,,,,,,,65_1,9782 +nof,,,,,,,0,1373.6314179999927,,,,,,,144,89,0,,,,,,,,,,,65_1,9781 +non,,,,,,,0,1373.6314179999927,,,,F#6,,,144,90,19,,,,,,,,,,,65_1,9785 +non,,,,,,,0,1373.6314179999927,,,,E5,,,144,76,19,,,,,,,,,,,65_1,9786 +nof,,,,,,,60,1373.7702579999927,,,,,,,144,76,0,,,,,,,,,,,65_1,9786 +nof,,,,,,,0,1373.7702579999927,,,,,,,144,90,0,,,,,,,,,,,65_1,9785 +non,,,,,,,0,1373.7702579999927,,,,G6,,,144,91,20,,,,,,,,,,,65_1,9787 +non,,,,,,,0,1373.7702579999927,,,,F5,,,144,77,20,,,,,,,,,,,65_1,9788 +ctl,,,,,,,120,1373.7702579999927,,,,,,,176,64,0,,,,,,,,,,,65_1,9789 +nof,,,,,,,60,1373.9090979999928,,,,,,,144,77,0,,,,,,,,,,,65_1,9788 +nof,,,,,,,0,1373.9090979999928,,,,,,,144,91,0,,,,,,,,,,,65_1,9787 +nof,,,,,,,180,1373.9090979999928,,,,,,,144,71,0,,,,,,,,,,,65_1,9783 +nof,,,,,,,0,1373.9090979999928,,,,,,,144,65,0,,,,,,,,,,,65_1,9780 +nof,,,,,,,0,1373.9090979999928,,,,,,,144,55,0,,,,,,,,,,,65_1,9779 +nof,,,,,,,0,1373.9090979999928,,,,,,,144,49,0,,,,,,,,,,,65_1,9778 +non,,,,,,,0,1373.9090979999928,,,,G4,,,144,67,20,,,,,,,,,,,65_1,9790 +non,,,,,,,1680,1373.9090979999928,,,,C5,,,144,72,20,,,,,,,,,,,65_1,9791 +non,,,,,,,0,1373.9090979999928,,,,D4,,,144,62,20,,,,,,,,,,,65_1,9792 +ctl,,,,,,,60,1373.9090979999928,,,,,,,176,64,127,,,,,,,,,,,65_1,9793 +nof,,,,,,,45,1374.0132279999928,,,,,,,144,67,0,,,,,,,,,,,65_1,9790 +non,,,,,,,0,1374.0132279999928,,,,F#4,,,144,66,20,,,,,,,,,,,65_1,9794 +non,,,,,,,60,1374.0479379999929,,,,G#6,,,144,92,20,,,,,,,,,,,65_1,9795 +non,,,,,,,0,1374.0479379999929,,,,F#5,,,144,78,20,,,,,,,,,,,65_1,9796 +nof,,,,,,,45,1374.1173579999927,,,,,,,144,66,0,,,,,,,,,,,65_1,9794 +nof,,,,,,,90,1374.1173579999927,,,,,,,144,62,0,,,,,,,,,,,65_1,9792 +nof,,,,,,,0,1374.1173579999927,,,,,,,144,72,0,,,,,,,,,,,65_1,9791 +non,,,,,,,0,1374.1173579999927,,,,G#3,,,144,56,20,,,,,,,,,,,65_1,9797 +nof,,,,,,,60,1374.1867779999927,,,,,,,144,78,0,,,,,,,,,,,65_1,9796 +nof,,,,,,,0,1374.1867779999927,,,,,,,144,92,0,,,,,,,,,,,65_1,9795 +non,,,,,,,0,1374.1867779999927,,,,G#6,,,144,92,20,,,,,,,,,,,65_1,9798 +non,,,,,,,0,1374.1867779999927,,,,F#5,,,144,78,20,,,,,,,,,,,65_1,9799 +nof,,,,,,,45,1374.2214879999929,,,,,,,144,56,0,,,,,,,,,,,65_1,9797 +non,,,,,,,0,1374.2214879999929,,,,A#2,,,144,46,20,,,,,,,,,,,65_1,9800 +nof,,,,,,,60,1374.3256179999928,,,,,,,144,78,0,,,,,,,,,,,65_1,9799 +nof,,,,,,,0,1374.3256179999928,,,,,,,144,92,0,,,,,,,,,,,65_1,9798 +non,,,,,,,0,1374.3256179999928,,,,D6,,,144,86,20,,,,,,,,,,,65_1,9801 +non,,,,,,,0,1374.3256179999928,,,,C5,,,144,72,20,,,,,,,,,,,65_1,9802 +nof,,,,,,,45,1374.3256179999928,,,,,,,144,46,0,,,,,,,,,,,65_1,9800 +nof,,,,,,,60,1374.4644579999929,,,,,,,144,72,0,,,,,,,,,,,65_1,9802 +nof,,,,,,,0,1374.4644579999929,,,,,,,144,86,0,,,,,,,,,,,65_1,9801 +non,,,,,,,0,1374.4644579999929,,,,C#6,,,144,85,20,,,,,,,,,,,65_1,9803 +non,,,,,,,0,1374.4644579999929,,,,B4,,,144,71,20,,,,,,,,,,,65_1,9804 +nof,,,,,,,60,1374.6032979999927,,,,,,,144,71,0,,,,,,,,,,,65_1,9804 +nof,,,,,,,0,1374.6032979999927,,,,,,,144,85,0,,,,,,,,,,,65_1,9803 +non,,,,,,,0,1374.6032979999927,,,,C6,,,144,84,20,,,,,,,,,,,65_1,9805 +non,,,,,,,0,1374.6032979999927,,,,A#4,,,144,70,20,,,,,,,,,,,65_1,9806 +ctl,,,,,,,300,1374.6032979999927,,,,,,,176,64,0,,,,,,,,,,,65_1,9807 +nof,,,,,,,60,1374.7421379999928,,,,,,,144,70,0,,,,,,,,,,,65_1,9806 +nof,,,,,,,0,1374.7421379999928,,,,,,,144,84,0,,,,,,,,,,,65_1,9805 +non,,,,,,,0,1374.7421379999928,,,,B5,,,144,83,20,,,,,,,,,,,65_1,9808 +non,,,,,,,0,1374.7421379999928,,,,A4,,,144,69,20,,,,,,,,,,,65_1,9809 +non,,,,,,,270,1374.7421379999928,,,,F4,,,144,65,20,,,,,,,,,,,65_1,9810 +non,,,,,,,0,1374.7421379999928,,,,G3,,,144,55,20,,,,,,,,,,,65_1,9811 +non,,,,,,,0,1374.7421379999928,,,,C#3,,,144,49,20,,,,,,,,,,,65_1,9812 +ctl,,,,,,,60,1374.7421379999928,,,,,,,176,64,127,,,,,,,,,,,65_1,9813 +ctl,,,,,,,300,1375.4363379999927,,,,,,,176,64,0,,,,,,,,,,,65_1,9814 +nof,,,,,,,360,1375.5751779999928,,,,,,,144,69,0,,,,,,,,,,,65_1,9809 +nof,,,,,,,0,1375.5751779999928,,,,,,,144,83,0,,,,,,,,,,,65_1,9808 +non,,,,,,,0,1375.5751779999928,,,,G#5,,,144,80,20,,,,,,,,,,,65_1,9815 +non,,,,,,,0,1375.5751779999928,,,,F#4,,,144,66,20,,,,,,,,,,,65_1,9816 +nof,,,,,,,360,1375.5751779999928,,,,,,,144,49,0,,,,,,,,,,,65_1,9812 +nof,,,,,,,0,1375.5751779999928,,,,,,,144,55,0,,,,,,,,,,,65_1,9811 +nof,,,,,,,0,1375.5751779999928,,,,,,,144,65,0,,,,,,,,,,,65_1,9810 +non,,,,,,,0,1375.5751779999928,,,,D4,,,144,62,20,,,,,,,,,,,65_1,9817 +non,,,,,,,0,1375.5751779999928,,,,A#3,,,144,58,20,,,,,,,,,,,65_1,9818 +non,,,,,,,0,1375.5751779999928,,,,E3,,,144,52,20,,,,,,,,,,,65_1,9819 +ctl,,,,,,,60,1375.5751779999928,,,,,,,176,64,127,,,,,,,,,,,65_1,9820 +nof,,,,,,,60,1375.7140179999928,,,,,,,144,66,0,,,,,,,,,,,65_1,9816 +nof,,,,,,,0,1375.7140179999928,,,,,,,144,80,0,,,,,,,,,,,65_1,9815 +non,,,,,,,0,1375.7140179999928,,,,A5,,,144,81,20,,,,,,,,,,,65_1,9821 +non,,,,,,,0,1375.7140179999928,,,,G4,,,144,67,20,,,,,,,,,,,65_1,9822 +nof,,,,,,,60,1375.8528579999927,,,,,,,144,67,0,,,,,,,,,,,65_1,9822 +nof,,,,,,,0,1375.8528579999927,,,,,,,144,81,0,,,,,,,,,,,65_1,9821 +non,,,,,,,0,1375.8528579999927,,,,A#5,,,144,82,20,,,,,,,,,,,65_1,9823 +non,,,,,,,0,1375.8528579999927,,,,G#4,,,144,68,20,,,,,,,,,,,65_1,9824 +ctl,,,,,,,120,1375.8528579999927,,,,,,,176,64,0,,,,,,,,,,,65_1,9825 +nof,,,,,,,60,1375.9916979999928,,,,,,,144,68,0,,,,,,,,,,,65_1,9824 +nof,,,,,,,0,1375.9916979999928,,,,,,,144,82,0,,,,,,,,,,,65_1,9823 +non,,,,,,,0,1375.9916979999928,,,,B5,,,144,83,20,,,,,,,,,,,65_1,9826 +non,,,,,,,0,1375.9916979999928,,,,A4,,,144,69,20,,,,,,,,,,,65_1,9827 +nof,,,,,,,180,1375.9916979999928,,,,,,,144,52,0,,,,,,,,,,,65_1,9819 +nof,,,,,,,0,1375.9916979999928,,,,,,,144,58,0,,,,,,,,,,,65_1,9818 +nof,,,,,,,0,1375.9916979999928,,,,,,,144,62,0,,,,,,,,,,,65_1,9817 +non,,,,,,,0,1375.9916979999928,,,,F4,,,144,65,20,,,,,,,,,,,65_1,9828 +non,,,,,,,0,1375.9916979999928,,,,C#4,,,144,61,20,,,,,,,,,,,65_1,9829 +non,,,,,,,0,1375.9916979999928,,,,G3,,,144,55,20,,,,,,,,,,,65_1,9830 +ctl,,,,,,,60,1375.9916979999928,,,,,,,176,64,127,,,,,,,,,,,65_1,9831 +nof,,,,,,,60,1376.1305379999928,,,,,,,144,69,0,,,,,,,,,,,65_1,9827 +nof,,,,,,,0,1376.1305379999928,,,,,,,144,83,0,,,,,,,,,,,65_1,9826 +non,,,,,,,0,1376.1305379999928,,,,C6,,,144,84,20,,,,,,,,,,,65_1,9832 +non,,,,,,,0,1376.1305379999928,,,,A#4,,,144,70,20,,,,,,,,,,,65_1,9833 +nof,,,,,,,60,1376.2693779999927,,,,,,,144,70,0,,,,,,,,,,,65_1,9833 +nof,,,,,,,0,1376.2693779999927,,,,,,,144,84,0,,,,,,,,,,,65_1,9832 +non,,,,,,,0,1376.2693779999927,,,,C#6,,,144,85,20,,,,,,,,,,,65_1,9834 +non,,,,,,,0,1376.2693779999927,,,,B4,,,144,71,20,,,,,,,,,,,65_1,9835 +ctl,,,,,,,120,1376.2693779999927,,,,,,,176,64,0,,,,,,,,,,,65_1,9836 +nof,,,,,,,60,1376.4082179999928,,,,,,,144,71,0,,,,,,,,,,,65_1,9835 +nof,,,,,,,0,1376.4082179999928,,,,,,,144,85,0,,,,,,,,,,,65_1,9834 +non,,,,,,,0,1376.4082179999928,,,,D6,,,144,86,20,,,,,,,,,,,65_1,9837 +non,,,,,,,0,1376.4082179999928,,,,C5,,,144,72,20,,,,,,,,,,,65_1,9838 +nof,,,,,,,180,1376.4082179999928,,,,,,,144,55,0,,,,,,,,,,,65_1,9830 +nof,,,,,,,0,1376.4082179999928,,,,,,,144,61,0,,,,,,,,,,,65_1,9829 +nof,,,,,,,0,1376.4082179999928,,,,,,,144,65,0,,,,,,,,,,,65_1,9828 +non,,,,,,,0,1376.4082179999928,,,,G#4,,,144,68,20,,,,,,,,,,,65_1,9839 +non,,,,,,,0,1376.4082179999928,,,,A#3,,,144,58,20,,,,,,,,,,,65_1,9840 +non,,,,,,,0,1376.4082179999928,,,,E3,,,144,52,20,,,,,,,,,,,65_1,9841 +ctl,,,,,,,60,1376.4082179999928,,,,,,,176,64,127,,,,,,,,,,,65_1,9842 +nof,,,,,,,60,1376.5470579999928,,,,,,,144,72,0,,,,,,,,,,,65_1,9838 +nof,,,,,,,0,1376.5470579999928,,,,,,,144,86,0,,,,,,,,,,,65_1,9837 +non,,,,,,,0,1376.5470579999928,,,,D#6,,,144,87,20,,,,,,,,,,,65_1,9843 +non,,,,,,,0,1376.5470579999928,,,,C#5,,,144,73,20,,,,,,,,,,,65_1,9844 +nof,,,,,,,60,1376.685897999993,,,,,,,144,73,0,,,,,,,,,,,65_1,9844 +nof,,,,,,,0,1376.685897999993,,,,,,,144,87,0,,,,,,,,,,,65_1,9843 +non,,,,,,,0,1376.685897999993,,,,E6,,,144,88,20,,,,,,,,,,,65_1,9845 +non,,,,,,,0,1376.685897999993,,,,D5,,,144,74,20,,,,,,,,,,,65_1,9846 +ctl,,,,,,,120,1376.685897999993,,,,,,,176,64,0,,,,,,,,,,,65_1,9847 +non,,,,,,,135,1376.7206079999928,,,,C#3,,,144,49,20,,,,,,,,,,,65_1,9848 +non,,,,,,,15,1376.7553179999927,,,,G3,,,144,55,20,,,,,,,,,,,65_1,9849 +non,,,,,,,15,1376.7900279999928,,,,F4,,,144,65,20,,,,,,,,,,,65_1,9850 +nof,,,,,,,60,1376.8247379999927,,,,,,,144,74,0,,,,,,,,,,,65_1,9846 +nof,,,,,,,0,1376.8247379999927,,,,,,,144,88,0,,,,,,,,,,,65_1,9845 +non,,,,,,,0,1376.8247379999927,,,,F6,,,144,89,20,,,,,,,,,,,65_1,9851 +non,,,,,,,0,1376.8247379999927,,,,D#5,,,144,75,20,,,,,,,,,,,65_1,9852 +nof,,,,,,,15,1376.8247379999927,,,,,,,144,52,0,,,,,,,,,,,65_1,9841 +nof,,,,,,,0,1376.8247379999927,,,,,,,144,68,0,,,,,,,,,,,65_1,9839 +nof,,,,,,,0,1376.8247379999927,,,,,,,144,58,0,,,,,,,,,,,65_1,9840 +non,,,,,,,0,1376.8247379999927,,,,B4,,,144,71,20,,,,,,,,,,,65_1,9853 +ctl,,,,,,,60,1376.8247379999927,,,,,,,176,64,127,,,,,,,,,,,65_1,9854 +nof,,,,,,,60,1376.9635779999928,,,,,,,144,75,0,,,,,,,,,,,65_1,9852 +nof,,,,,,,0,1376.9635779999928,,,,,,,144,89,0,,,,,,,,,,,65_1,9851 +non,,,,,,,0,1376.9635779999928,,,,F#6,,,144,90,20,,,,,,,,,,,65_1,9855 +non,,,,,,,0,1376.9635779999928,,,,E5,,,144,76,20,,,,,,,,,,,65_1,9856 +nof,,,,,,,60,1377.1024179999927,,,,,,,144,76,0,,,,,,,,,,,65_1,9856 +nof,,,,,,,0,1377.1024179999927,,,,,,,144,90,0,,,,,,,,,,,65_1,9855 +non,,,,,,,0,1377.1024179999927,,,,G6,,,144,91,20,,,,,,,,,,,65_1,9857 +non,,,,,,,0,1377.1024179999927,,,,F5,,,144,77,20,,,,,,,,,,,65_1,9858 +ctl,,,,,,,120,1377.1024179999927,,,,,,,176,64,0,,,,,,,,,,,65_1,9859 +nof,,,,,,,60,1377.2412579999927,,,,,,,144,77,0,,,,,,,,,,,65_1,9858 +nof,,,,,,,0,1377.2412579999927,,,,,,,144,91,0,,,,,,,,,,,65_1,9857 +nof,,,,,,,180,1377.2412579999927,,,,,,,144,71,0,,,,,,,,,,,65_1,9853 +nof,,,,,,,0,1377.2412579999927,,,,,,,144,65,0,,,,,,,,,,,65_1,9850 +nof,,,,,,,0,1377.2412579999927,,,,,,,144,55,0,,,,,,,,,,,65_1,9849 +nof,,,,,,,0,1377.2412579999927,,,,,,,144,49,0,,,,,,,,,,,65_1,9848 +non,,,,,,,0,1377.2412579999927,,,,G4,,,144,67,20,,,,,,,,,,,65_1,9860 +non,,,,,,,1260,1377.2412579999927,,,,C5,,,144,72,20,,,,,,,,,,,65_1,9861 +non,,,,,,,0,1377.2412579999927,,,,D4,,,144,62,20,,,,,,,,,,,65_1,9862 +ctl,,,,,,,60,1377.2412579999927,,,,,,,176,64,127,,,,,,,,,,,65_1,9863 +nof,,,,,,,45,1377.345387999993,,,,,,,144,67,0,,,,,,,,,,,65_1,9860 +non,,,,,,,0,1377.345387999993,,,,F#4,,,144,66,20,,,,,,,,,,,65_1,9864 +non,,,,,,,60,1377.3800979999928,,,,G#6,,,144,92,20,,,,,,,,,,,65_1,9865 +non,,,,,,,0,1377.3800979999928,,,,F#5,,,144,78,20,,,,,,,,,,,65_1,9866 +nof,,,,,,,45,1377.4495179999928,,,,,,,144,66,0,,,,,,,,,,,65_1,9864 +nof,,,,,,,90,1377.4495179999928,,,,,,,144,62,0,,,,,,,,,,,65_1,9862 +nof,,,,,,,0,1377.4495179999928,,,,,,,144,72,0,,,,,,,,,,,65_1,9861 +non,,,,,,,0,1377.4495179999928,,,,G#3,,,144,56,20,,,,,,,,,,,65_1,9867 +nof,,,,,,,60,1377.5189379999929,,,,,,,144,78,0,,,,,,,,,,,65_1,9866 +nof,,,,,,,0,1377.5189379999929,,,,,,,144,92,0,,,,,,,,,,,65_1,9865 +non,,,,,,,0,1377.5189379999929,,,,G#6,,,144,92,20,,,,,,,,,,,65_1,9868 +non,,,,,,,0,1377.5189379999929,,,,F#5,,,144,78,20,,,,,,,,,,,65_1,9869 +nof,,,,,,,45,1377.5536479999928,,,,,,,144,56,0,,,,,,,,,,,65_1,9867 +non,,,,,,,0,1377.5536479999928,,,,A#2,,,144,46,20,,,,,,,,,,,65_1,9870 +nof,,,,,,,60,1377.6577779999927,,,,,,,144,78,0,,,,,,,,,,,65_1,9869 +nof,,,,,,,0,1377.6577779999927,,,,,,,144,92,0,,,,,,,,,,,65_1,9868 +non,,,,,,,0,1377.6577779999927,,,,D6,,,144,86,22,,,,,,,,,,,65_1,9871 +non,,,,,,,0,1377.6577779999927,,,,C5,,,144,72,22,,,,,,,,,,,65_1,9872 +nof,,,,,,,45,1377.6577779999927,,,,,,,144,46,0,,,,,,,,,,,65_1,9870 +nof,,,,,,,60,1377.7966179999928,,,,,,,144,72,0,,,,,,,,,,,65_1,9872 +nof,,,,,,,0,1377.7966179999928,,,,,,,144,86,0,,,,,,,,,,,65_1,9871 +non,,,,,,,0,1377.7966179999928,,,,C#6,,,144,85,22,,,,,,,,,,,65_1,9873 +non,,,,,,,0,1377.7966179999928,,,,B4,,,144,71,22,,,,,,,,,,,65_1,9874 +nof,,,,,,,60,1377.9354579999929,,,,,,,144,71,0,,,,,,,,,,,65_1,9874 +nof,,,,,,,0,1377.9354579999929,,,,,,,144,85,0,,,,,,,,,,,65_1,9873 +non,,,,,,,0,1377.9354579999929,,,,C6,,,144,84,22,,,,,,,,,,,65_1,9875 +non,,,,,,,0,1377.9354579999929,,,,A#4,,,144,70,22,,,,,,,,,,,65_1,9876 +ctl,,,,,,,300,1377.9354579999929,,,,,,,176,64,0,,,,,,,,,,,65_1,9877 +nof,,,,,,,60,1378.0742979999927,,,,,,,144,70,0,,,,,,,,,,,65_1,9876 +nof,,,,,,,0,1378.0742979999927,,,,,,,144,84,0,,,,,,,,,,,65_1,9875 +non,,,,,,,0,1378.0742979999927,,,,B5,,,144,83,22,,,,,,,,,,,65_1,9878 +non,,,,,,,0,1378.0742979999927,,,,A4,,,144,69,22,,,,,,,,,,,65_1,9879 +non,,,,,,,270,1378.0742979999927,,,,F4,,,144,65,22,,,,,,,,,,,65_1,9880 +non,,,,,,,0,1378.0742979999927,,,,G3,,,144,55,22,,,,,,,,,,,65_1,9881 +non,,,,,,,0,1378.0742979999927,,,,C#3,,,144,49,22,,,,,,,,,,,65_1,9882 +ctl,,,,,,,60,1378.0742979999927,,,,,,,176,64,127,,,,,,,,,,,65_1,9883 +ctl,,,,,,,300,1378.7684979999929,,,,,,,176,64,0,,,,,,,,,,,65_1,9884 +nof,,,,,,,360,1378.9073379999927,,,,,,,144,69,0,,,,,,,,,,,65_1,9879 +nof,,,,,,,0,1378.9073379999927,,,,,,,144,83,0,,,,,,,,,,,65_1,9878 +non,,,,,,,0,1378.9073379999927,,,,B5,,,144,83,22,,,,,,,,,,,65_1,9885 +non,,,,,,,0,1378.9073379999927,,,,A4,,,144,69,22,,,,,,,,,,,65_1,9886 +nof,,,,,,,360,1378.9073379999927,,,,,,,144,49,0,,,,,,,,,,,65_1,9882 +nof,,,,,,,0,1378.9073379999927,,,,,,,144,55,0,,,,,,,,,,,65_1,9881 +nof,,,,,,,0,1378.9073379999927,,,,,,,144,65,0,,,,,,,,,,,65_1,9880 +non,,,,,,,0,1378.9073379999927,,,,F4,,,144,65,22,,,,,,,,,,,65_1,9887 +non,,,,,,,0,1378.9073379999927,,,,G3,,,144,55,22,,,,,,,,,,,65_1,9888 +non,,,,,,,0,1378.9073379999927,,,,C#3,,,144,49,22,,,,,,,,,,,65_1,9889 +ctl,,,,,,,60,1378.9073379999927,,,,,,,176,64,127,,,,,,,,,,,65_1,9890 +ctl,,,,,,,300,1379.6015379999928,,,,,,,176,64,0,,,,,,,,,,,65_1,9891 +nof,,,,,,,360,1379.7403779999927,,,,,,,144,69,0,,,,,,,,,,,65_1,9886 +nof,,,,,,,0,1379.7403779999927,,,,,,,144,83,0,,,,,,,,,,,65_1,9885 +non,,,,,,,0,1379.7403779999927,,,,B5,,,144,83,22,,,,,,,,,,,65_1,9892 +non,,,,,,,0,1379.7403779999927,,,,A4,,,144,69,22,,,,,,,,,,,65_1,9893 +nof,,,,,,,360,1379.7403779999927,,,,,,,144,49,0,,,,,,,,,,,65_1,9889 +nof,,,,,,,0,1379.7403779999927,,,,,,,144,55,0,,,,,,,,,,,65_1,9888 +nof,,,,,,,0,1379.7403779999927,,,,,,,144,65,0,,,,,,,,,,,65_1,9887 +non,,,,,,,0,1379.7403779999927,,,,F4,,,144,65,22,,,,,,,,,,,65_1,9894 +non,,,,,,,0,1379.7403779999927,,,,G3,,,144,55,22,,,,,,,,,,,65_1,9895 +non,,,,,,,0,1379.7403779999927,,,,C#3,,,144,49,22,,,,,,,,,,,65_1,9896 +ctl,,,,,,,60,1379.7403779999927,,,,,,,176,64,127,,,,,,,,,,,65_1,9897 +ctl,,,,,,,300,1380.4345779999928,,,,,,,176,64,0,,,,,,,,,,,65_1,9898 +nof,,,,,,,360,1380.5734179999927,,,,,,,144,69,0,,,,,,,,,,,65_1,9893 +nof,,,,,,,0,1380.5734179999927,,,,,,,144,83,0,,,,,,,,,,,65_1,9892 +nof,,,,,,,360,1380.5734179999927,,,,,,,144,49,0,,,,,,,,,,,65_1,9896 +nof,,,,,,,0,1380.5734179999927,,,,,,,144,55,0,,,,,,,,,,,65_1,9895 +nof,,,,,,,0,1380.5734179999927,,,,,,,144,65,0,,,,,,,,,,,65_1,9894 +non,,,,,,,0,1380.5734179999927,,,,C#3,,,144,49,5,,,,,,,,,,,65_1,9899 +ctl,,,,,,,60,1380.5734179999927,,,,,,,176,64,127,,,,,,,,,,,65_1,9900 +non,,,,,,,90,1380.8694279999927,,,,B6,,,144,95,5,,,,,,,,,,,65_1,9901 +non,,,,,,,0,1380.8694279999927,,,,A#5,,,144,82,5,,,,,,,,,,,65_1,9902 +nof,,,,,,,120,1380.9680979999928,,,,,,,144,49,0,,,,,,,,,,,65_1,9899 +non,,,,,,,0,1380.9680979999928,,,,B3,,,144,59,5,,,,,,,,,,,65_1,9903 +nof,,,,,,,90,1381.1654379999927,,,,,,,144,82,0,,,,,,,,,,,65_1,9902 +nof,,,,,,,0,1381.1654379999927,,,,,,,144,95,0,,,,,,,,,,,65_1,9901 +non,,,,,,,0,1381.1654379999927,,,,E6,,,144,88,5,,,,,,,,,,,65_1,9904 +non,,,,,,,0,1381.1654379999927,,,,D5,,,144,74,5,,,,,,,,,,,65_1,9905 +nof,,,,,,,120,1381.3627779999929,,,,,,,144,59,0,,,,,,,,,,,65_1,9903 +non,,,,,,,0,1381.3627779999929,,,,F4,,,144,65,5,,,,,,,,,,,65_1,9906 +nof,,,,,,,90,1381.4614479999927,,,,,,,144,74,0,,,,,,,,,,,65_1,9905 +nof,,,,,,,0,1381.4614479999927,,,,,,,144,88,0,,,,,,,,,,,65_1,9904 +non,,,,,,,0,1381.4614479999927,,,,F6,,,144,89,5,,,,,,,,,,,65_1,9907 +non,,,,,,,0,1381.4614479999927,,,,D#5,,,144,75,5,,,,,,,,,,,65_1,9908 +nof,,,,,,,90,1381.7574579999928,,,,,,,144,75,0,,,,,,,,,,,65_1,9908 +nof,,,,,,,0,1381.7574579999928,,,,,,,144,89,0,,,,,,,,,,,65_1,9907 +non,,,,,,,0,1381.7574579999928,,,,B5,,,144,83,5,,,,,,,,,,,65_1,9909 +non,,,,,,,0,1381.7574579999928,,,,A4,,,144,69,5,,,,,,,,,,,65_1,9910 +nof,,,,,,,120,1381.7574579999928,,,,,,,144,65,0,,,,,,,,,,,65_1,9906 +non,,,,,,,0,1381.7574579999928,,,,F4,,,144,65,5,,,,,,,,,,,65_1,9911 +nof,,,,,,,120,1382.1521379999929,,,,,,,144,65,0,,,,,,,,,,,65_1,9911 +non,,,,,,,0,1382.1521379999929,,,,B3,,,144,59,5,,,,,,,,,,,65_1,9912 +nof,,,,,,,120,1382.5468179999928,,,,,,,144,59,0,,,,,,,,,,,65_1,9912 +non,,,,,,,0,1382.5468179999928,,,,D#5,,,144,75,5,,,,,,,,,,,65_1,9913 +ctl,,,,,,,660,1382.7441579999927,,,,,,,176,64,0,,,,,,,,,,,65_1,9914 +nof,,,,,,,120,1382.9414979999929,,,,,,,144,75,0,,,,,,,,,,,65_1,9913 +non,,,,,,,0,1382.9414979999929,,,,C#3,,,144,49,5,,,,,,,,,,,65_1,9915 +ctl,,,,,,,60,1382.9414979999929,,,,,,,176,64,127,,,,,,,,,,,65_1,9916 +nof,,,,,,,120,1383.3361779999927,,,,,,,144,49,0,,,,,,,,,,,65_1,9915 +non,,,,,,,0,1383.3361779999927,,,,B3,,,144,59,5,,,,,,,,,,,65_1,9917 +nof,,,,,,,600,1383.7308579999928,,,,,,,144,69,0,,,,,,,,,,,65_1,9910 +nof,,,,,,,0,1383.7308579999928,,,,,,,144,83,0,,,,,,,,,,,65_1,9909 +non,,,,,,,0,1383.7308579999928,,,,C6,,,144,84,5,,,,,,,,,,,65_1,9918 +non,,,,,,,0,1383.7308579999928,,,,A#4,,,144,70,5,,,,,,,,,,,65_1,9919 +nof,,,,,,,120,1383.7308579999928,,,,,,,144,59,0,,,,,,,,,,,65_1,9917 +non,,,,,,,0,1383.7308579999928,,,,F4,,,144,65,5,,,,,,,,,,,65_1,9920 +nof,,,,,,,120,1384.1255379999927,,,,,,,144,65,0,,,,,,,,,,,65_1,9920 +non,,,,,,,0,1384.1255379999927,,,,F4,,,144,65,5,,,,,,,,,,,65_1,9921 +non,,,,,,,2340,1384.1255379999927,,,,F4,,,144,65,5,,,,,,,,,,,65_1,9922 +nof,,,,,,,240,1384.5202179999928,,,,,,,144,70,0,,,,,,,,,,,65_1,9919 +nof,,,,,,,0,1384.5202179999928,,,,,,,144,84,0,,,,,,,,,,,65_1,9918 +non,,,,,,,0,1384.5202179999928,,,,C#6,,,144,85,5,,,,,,,,,,,65_1,9923 +non,,,,,,,0,1384.5202179999928,,,,B4,,,144,71,5,,,,,,,,,,,65_1,9924 +nof,,,,,,,120,1384.5202179999928,,,,,,,144,65,0,,,,,,,,,,,65_1,9922 +non,,,,,,,0,1384.5202179999928,,,,A#4,,,144,70,5,,,,,,,,,,,65_1,9925 +nof,,,,,,,120,1384.5202179999928,,,,,,,144,65,0,,,,,,,,,,,65_1,9926 +non,,,,,,,0,1384.5202179999928,,,,C4,,,144,60,5,,,,,,,,,,,65_1,9927 +nof,,,,,,,120,1384.9148979999927,,,,,,,144,70,0,,,,,,,,,,,65_1,9925 +non,,,,,,,0,1384.9148979999927,,,,A4,,,144,69,5,,,,,,,,,,,65_1,9928 +nof,,,,,,,120,1384.9148979999927,,,,,,,144,60,0,,,,,,,,,,,65_1,9927 +non,,,,,,,0,1384.9148979999927,,,,A4,,,144,69,5,,,,,,,,,,,65_1,9929 +ctl,,,,,,,660,1385.1122379999929,,,,,,,176,64,0,,,,,,,,,,,65_1,9930 +nof,,,,,,,240,1385.3095779999928,,,,,,,144,71,0,,,,,,,,,,,65_1,9924 +nof,,,,,,,0,1385.3095779999928,,,,,,,144,85,0,,,,,,,,,,,65_1,9923 +non,,,,,,,0,1385.3095779999928,,,,D6,,,144,86,5,,,,,,,,,,,65_1,9931 +non,,,,,,,0,1385.3095779999928,,,,C5,,,144,72,5,,,,,,,,,,,65_1,9932 +nof,,,,,,,120,1385.3095779999928,,,,,,,144,69,0,,,,,,,,,,,65_1,9929 +non,,,,,,,0,1385.3095779999928,,,,G#4,,,144,68,5,,,,,,,,,,,65_1,9933 +nof,,,,,,,120,1385.3095779999928,,,,,,,144,69,0,,,,,,,,,,,65_1,9934 +ctl,,,,,,,60,1385.3095779999928,,,,,,,176,64,127,,,,,,,,,,,65_1,9935 +non,,,,,,,90,1385.6055879999928,,,,A#2,,,144,46,5,,,,,,,,,,,65_1,9936 +nof,,,,,,,90,1385.9015979999929,,,,,,,144,46,0,,,,,,,,,,,65_1,9936 +non,,,,,,,0,1385.9015979999929,,,,G#3,,,144,56,5,,,,,,,,,,,65_1,9937 +nof,,,,,,,90,1386.1976079999927,,,,,,,144,56,0,,,,,,,,,,,65_1,9937 +non,,,,,,,0,1386.1976079999927,,,,D4,,,144,62,5,,,,,,,,,,,65_1,9938 +nof,,,,,,,90,1386.4936179999927,,,,,,,144,62,0,,,,,,,,,,,65_1,9938 +non,,,,,,,0,1386.4936179999927,,,,G4,,,144,67,5,,,,,,,,,,,65_1,9939 +nof,,,,,,,720,1388.8616979999929,,,,,,,144,67,0,,,,,,,,,,,65_1,9939 +non,,,,,,,0,1388.8616979999929,,,,F#4,,,144,66,5,,,,,,,,,,,65_1,9940 +nof,,,,,,,1560,1390.4404179999929,,,,,,,144,72,0,,,,,,,,,,,65_1,9932 +nof,,,,,,,0,1390.4404179999929,,,,,,,144,86,0,,,,,,,,,,,65_1,9931 +nof,,,,,,,1560,1390.4404179999929,,,,,,,144,68,0,,,,,,,,,,,65_1,9933 +nof,,,,,,,480,1390.4404179999929,,,,,,,144,66,0,,,,,,,,,,,65_1,9940 +ctl,,,,,,,2100,1392.2164779999928,,,,,,,176,64,0,,,,,,,,,,,65_1,9941 +non,247,57,1,6376,4490,2805,1024,1392.2164779999928,1.17647058823529,4,0,C6,pp,8,144,84,8,,,,,,o,,d,,,gutim,9942 +non,247,58,3,6377,4490,2805,1024,1392.2164779999928,2.35294117647059,2,0,C#2,mf,17,144,37,17,,,,,t,o,,d,,,gutim,9943 +ped,247,56,0,6378,4490,,1024,1392.2164779999928,,,,,,,176,64,127,,,,,,,V,,,,gutim,9944 +non,247,31,3,6379,4491,2806,,1393.3924779999927,0.05,8,0,Db4,mp,14,144,61,14,,,,g,,o,,,,,gutim,9945 +nof,247,31,3,6379,4492,,,1393.442477999993,,,,,,,144,61,0,,,,,,,,,,,gutim,9945 +nof,247,57,1,6376,4493,,1024,1393.467477999993,,,,,,,144,84,0,,,,,,,,,,,gutim,9942 +non,247,32,3,6380,4493,2807,,1393.467477999993,0.05,8,0,C6,mp,14,144,84,14,,,,g,,o,,,,,gutim,9946 +non,247,33,3,6381,4494,2808,,1393.542477999993,0.05,8,0,Bb5,mp,14,144,82,14,,,,g,,o,,,,,gutim,9947 +nof,247,33,3,6381,4495,,,1393.592477999993,,,,,,,144,82,0,,,,,,,,,,,gutim,9947 +nof,247,32,3,6380,4496,,,1393.617477999993,,,,,,,144,84,0,,,,,,,,,,,gutim,9946 +non,247,59,1,6382,4497,2809,,1393.617477999993,0.05,8,0,D6,mp,14,144,86,14,,,,g,,o,,d,,,gutim,9948 +nof,247,59,1,6382,4498,,,1393.6674779999933,,,,,,,144,86,0,,,,,,,,,,,gutim,9948 +non,247,60,1,6383,4499,2810,,1393.6924779999933,0.05,8,0,F5,mp,14,144,77,14,,,,g,,o,,d,,,gutim,9949 +nof,247,60,1,6383,4500,,,1393.7424779999933,,,,,,,144,77,0,,,,,,,,,,,gutim,9949 +non,247,61,1,6384,4501,2811,1280,1393.7674779999932,0.193014705882353,16,0,C#5,mp,14,144,73,14,,,,,,o,,d,,,gutim,9950 +nof,247,61,1,6384,4502,,1280,1393.9604779999931,,,,,,,144,73,0,,,,,,,,,,,gutim,9950 +non,247,62,1,6385,4502,2812,1322,1393.9604779999931,0.147058823529412,32,1,C#5,pp,8,144,73,8,,,,,,o,,d,,,gutim,9951 +nof,247,62,1,6385,4503,,1322,1394.1074779999933,,,,,,,144,73,0,,,,,,,,,,,gutim,9951 +non,247,63,1,6386,4503,2813,1354,1394.1074779999933,0.101102941176471,32,0,E4,pp+,9,144,64,9,,,,,,o,,D,,,gutim,9952 +nof,247,63,1,6386,4504,,1354,1394.2084779999934,,,,,,,144,64,0,,,,,,,,,,,gutim,9952 +non,247,64,1,6387,4504,2814,1376,1394.2084779999934,0.0965073529411765,32,0,Bb5,p-,10,144,82,10,,,,,,o,,,,,gutim,9953 +nof,247,64,1,6387,4505,,1376,1394.3054779999934,,,,,,,144,82,0,,,,,,,,,,,gutim,9953 +non,247,65,1,6388,4505,2815,1397,1394.3054779999934,0.0965073529411765,32,0,Ab3,p,11,144,56,11,,,,,,o,,,,,gutim,9954 +nof,247,65,1,6388,4506,,1397,1394.4014779999934,,,,,,,144,56,0,,,,,,,,,,,gutim,9954 +non,247,66,1,6389,4506,2816,1418,1394.4014779999934,0.147058823529412,32,1,E4,p+,12,144,64,12,,,,,,o,,,,,gutim,9955 +nof,247,66,1,6389,4507,,1418,1394.5484779999936,,,,,,,144,64,0,,,,,,,,,,,gutim,9955 +non,247,67,1,6390,4507,2817,1450,1394.5484779999936,0.101102941176471,32,0,Ab3,mp-,13,144,56,13,,,,,,o,,,,,gutim,9956 +nof,247,67,1,6390,4508,,1450,1394.6494779999937,,,,,,,144,56,0,,,,,,,,,,,gutim,9956 +non,247,68,1,6391,4508,2818,1472,1394.6494779999937,0.0965073529411765,32,0,Bb5,mp,14,144,82,14,,,,,,o,,,,,gutim,9957 +nof,247,68,1,6391,4509,,1472,1394.7464779999937,,,,,,,144,82,0,,,,,,,,,,,gutim,9957 +rst,247,69,1,6392,4509,,1493,1394.7464779999937,,,,,,,176,102,0,,,,,,,,,,,gutim,9958 +bar,248,0,0,6393,4510,,0,1394.9444779999938,,,,,,,,,,248,,,,,,,,,,gutim,9959 +non,248,1,1,6394,4510,2819,,1394.9444779999938,0.05,8,0,D7,mf,17,144,98,17,,,,g,,o,,,,,gutim,9960 +nof,248,1,1,6394,4511,,,1394.994477999994,,,,,,,144,98,0,,,,,,,,,,,gutim,9960 +non,248,2,1,6395,4512,2820,,1395.019477999994,0.05,8,0,F6,mf,17,144,89,17,,,,g,,o,,,,,gutim,9961 +nof,248,2,1,6395,4513,,,1395.069477999994,,,,,,,144,89,0,,,,,,,,,,,gutim,9961 +non,248,3,1,6396,4514,2821,0,1395.0944779999938,0.588235294117647,8,0,C#6,mf+,18,144,85,18,,,,,,o,,,,,gutim,9962 +non,248,4,3,6397,4514,,0,1395.0944779999938,3.52941176470588,2,1,C#2,,,,,,,,,,_,,,,,,gutim,9963 +nof,248,3,1,6396,4515,,0,1395.682477999994,,,,,,,144,85,0,,,,,,,,,,,gutim,9962 +non,248,5,1,6398,4515,2822,128,1395.682477999994,0.147058823529412,32,0,A7,f+,21,144,105,21,,,,,,o,,,,,gutim,9964 +nof,248,5,1,6398,4516,,128,1395.829477999994,,,,,,,144,105,0,,,,,,,,,,,gutim,9964 +non,248,6,1,6399,4516,2823,160,1395.829477999994,0.147058823529412,32,0,B2,ff,22,144,47,22,,,,,,o,,,,,gutim,9965 +nof,248,6,1,6399,4517,,160,1395.976477999994,,,,,,,144,47,0,,,,,,,,,,,gutim,9965 +non,248,7,1,6400,4517,2824,192,1395.976477999994,0.0965073529411765,32,0,F#7,ff,22,144,102,22,,,,,,o,,d,e,,gutim,9966 +nof,248,7,1,6400,4518,,192,1396.072477999994,,,,,,,144,102,0,,,,,,,,,,,gutim,9966 +non,248,8,1,6401,4518,2825,213,1396.072477999994,0.0965073529411765,32,0,G#1,ff,22,144,32,22,,,,,,o,,d,e,,gutim,9967 +nof,248,8,1,6401,4519,,213,1396.169477999994,,,,,,,144,32,0,,,,,,,,,,,gutim,9967 +non,248,9,1,6402,4519,2826,234,1396.169477999994,0.101102941176471,32,0,F#7,ff,22,144,102,22,,,,,,o,,d,e,,gutim,9968 +nof,248,9,1,6402,4520,,234,1396.2704779999938,,,,,,,144,102,0,,,,,,,,,,,gutim,9968 +non,248,10,1,6403,4520,2827,256,1396.2704779999938,0.0965073529411765,32,0,C2,ff,22,144,36,22,,,,,,o,,d,e,,gutim,9969 +nof,248,10,1,6403,4521,,256,1396.3674779999938,,,,,,,144,36,0,,,,,,,,,,,gutim,9969 +non,248,11,1,6404,4521,2828,277,1396.3674779999938,0.0965073529411765,32,0,A6,ff,22,144,93,22,,,,,,o,,d,e,,gutim,9970 +nof,248,11,1,6404,4522,,277,1396.4634779999938,,,,,,,144,93,0,,,,,,,,,,,gutim,9970 +non,248,12,1,6405,4522,2829,298,1396.4634779999938,0.101102941176471,32,0,C2,ff,22,144,36,22,,,,,,o,,d,e,,gutim,9971 +nof,248,12,1,6405,4523,,298,1396.5644779999936,,,,,,,144,36,0,,,,,,,,,,,gutim,9971 +non,248,13,1,6406,4523,2830,320,1396.5644779999936,0.294117647058824,16,1,E1,ff,22,144,28,22,,,,,,o,,d,E,,gutim,9972 +nof,248,13,1,6406,4524,,320,1396.8584779999935,,,,,,,144,28,0,,,,,,,,,,,gutim,9972 +ped,248,14,0,6407,4524,,384,1396.8584779999935,,,,,,,176,64,0,,,,,,,^,,,,gutim,9944 +non,248,15,1,6408,4524,2831,384,1396.8584779999935,0.588235294117647,8,1,G#2,ff,22,144,44,22,,,,,,o,,,,,gutim,9973 +nof,248,15,1,6408,4525,,384,1397.4464779999937,,,,,,,144,44,0,,,,,,,,,,,gutim,9973 +non,248,17,1,6409,4525,2832,512,1397.4464779999937,0.588235294117647,8,0,C#5,p,11,144,73,11,,,,,,o,,,,,gutim,9974 +ped,248,16,0,6410,4525,,512,1397.4464779999937,,,,,,,176,64,127,,,,,,,V,,,,gutim,9975 +nof,248,17,1,6409,4526,,512,1398.0354779999936,,,,,,,144,73,0,,,,,,,,,,,gutim,9974 +non,248,18,1,6411,4526,2833,640,1398.0354779999936,0.390625,8,0,A6,mp,14,144,93,14,,,,,,o,,,,,gutim,9976 +nof,248,18,1,6411,4527,,640,1398.4254779999935,,,,,,,144,93,0,,,,,,,,,,,gutim,9976 +non,248,19,1,6412,4527,2834,725,1398.4254779999935,0.197610294117647,16,0,C#4,mf-,16,144,61,16,,,,,,o,,,,,gutim,9977 +nof,248,19,1,6412,4528,,725,1398.6234779999934,,,,,,,144,61,0,,,,,,,,,,,gutim,9977 +non,248,20,1,6413,4528,2835,768,1398.6234779999934,0.0965073529411765,32,0,A6,mf,17,144,93,17,,,,,,o,,,,,gutim,9978 +non,248,21,3,6414,4528,,768,1398.6234779999934,0.882352941176471,8,1,C#2,,,,,,,,,,T,,,,,,gutim,9979 +nof,248,20,1,6413,4529,,768,1398.7194779999934,,,,,,,144,93,0,,,,,,,,,,,gutim,9978 +non,248,22,1,6415,4529,2836,789,1398.7194779999934,0.147058823529412,32,1,D5,mf,17,144,74,17,,,,,,o,,,,,gutim,9980 +nof,248,22,1,6415,4530,,789,1398.8674779999935,,,,,,,144,74,0,,,,,,,,,,,gutim,9980 +non,248,23,1,6416,4530,2837,821,1398.8674779999935,0.147058823529412,32,1,C#4,mf+,18,144,61,18,,,,,,o,,,,,gutim,9981 +nof,248,23,1,6416,4531,,821,1399.0144779999935,,,,,,,144,61,0,,,,,,,,,,,gutim,9981 +non,248,24,1,6417,4531,2838,853,1399.0144779999935,0.0965073529411765,32,0,A5,f-,19,144,81,19,,,,,,o,,,e,,gutim,9982 +nof,248,24,1,6417,4532,,853,1399.1104779999935,,,,,,,144,81,0,,,,,,,,,,,gutim,9982 +non,248,25,1,6418,4532,2839,874,1399.1104779999935,0.101102941176471,32,0,D5,f-,19,144,74,19,,,,,,o,,,e,,gutim,9983 +nof,247,58,3,6377,4533,,1024,1399.2054779999933,,,,,,,144,37,0,,,,,,,,,,,gutim,9943 +nof,248,25,1,6418,4534,,874,1399.2114779999933,,,,,,,144,74,0,,,,,,,,,,,gutim,9983 +non,248,26,1,6419,4534,2840,896,1399.2114779999933,0.0965073529411765,32,0,B3,f,20,144,59,20,,,,,,o,,,e,,gutim,9984 +non,248,27,1,6420,4534,2840,896,1399.2114779999933,0.147058823529412,32,0,A5,f,20,144,81,20,,,,,,o,,,e,,gutim,9985 +nof,248,26,1,6419,4535,,896,1399.3084779999933,,,,,,,144,59,0,,,,,,,,,,,gutim,9984 +non,248,28,1,6421,4535,2841,917,1399.3084779999933,0.0965073529411765,32,0,F4,f,20,144,65,20,,,,,,o,,,e,,gutim,9986 +non,248,29,1,6422,4535,2841,917,1399.3084779999933,0.147058823529412,32,0,D5,f,20,144,74,20,,,,,,o,,,e,,gutim,9987 +nof,248,27,1,6420,4536,,896,1399.3584779999933,,,,,,,144,81,0,,,,,,,,,,,gutim,9985 +nof,248,28,1,6421,4537,,917,1399.4044779999933,,,,,,,144,65,0,,,,,,,,,,,gutim,9986 +non,248,30,1,6423,4537,2842,938,1399.4044779999933,0.395220588235294,8,0,B3,f,20,144,59,20,,,,,,o,,,E,,gutim,9988 +nof,248,29,1,6422,4538,,917,1399.4554779999933,,,,,,,144,74,0,,,,,,,,,,,gutim,9987 +non,248,31,3,6424,4539,2843,960,1399.5054779999934,0.147058823529412,32,0,A4,ff,22,144,69,22,,,,,,o,,,,,gutim,9989 +nof,248,31,3,6424,4540,,960,1399.6524779999934,,,,,,,144,69,0,,,,,,,,,,,gutim,9989 +non,248,32,3,6425,4540,2844,992,1399.6524779999934,0.147058823529412,32,0,C#2,ff,22,144,37,22,,,,,,o,,,,,gutim,9990 +nof,248,30,1,6423,4541,,938,1399.7994779999933,,,,,,,144,59,0,,,,,,,,,,,gutim,9988 +nof,248,32,3,6425,4541,,992,1399.7994779999933,,,,,,,144,37,0,,,,,,,,,,,gutim,9990 +rst,248,33,1,6426,4541,,1024,1399.7994779999933,,,,,,,176,102,0,,,,,,,,,,,gutim,9991 +non,248,34,3,6427,4541,2845,1024,1399.7994779999933,2.35294117647059,2,0,B1,ff,22,144,35,22,,,,,,o,,,,,gutim,9992 +non,248,35,3,6428,4541,2845,1024,1399.7994779999933,2.35294117647059,2,0,C#2,ff,22,144,37,22,,,,,,o,,,,,gutim,9993 +non,248,36,3,6429,4541,2845,1024,1399.7994779999933,2.35294117647059,2,0,A4,ff,22,144,69,22,,,,,,o,,,,,gutim,9994 +non,248,37,1,6430,4542,2846,1066,1399.9924779999933,0.101102941176471,32,0,C#5,p,11,144,73,11,,,,,,o,,,e,,gutim,9995 +nof,248,37,1,6430,4543,,1066,1400.0944779999934,,,,,,,144,73,0,,,,,,,,,,,gutim,9995 +non,248,38,1,6431,4543,2847,1088,1400.0944779999934,0.0965073529411765,32,0,E4,p,11,144,64,11,,,,,,o,,,e,,gutim,9996 +non,248,39,1,6432,4544,2848,1109,1400.1904779999934,0.0965073529411765,32,0,Ab3,mp-,13,144,56,13,,,,,,o,,,e,,gutim,9997 +nof,248,39,1,6432,4545,,1109,1400.2874779999934,,,,,,,144,56,0,,,,,,,,,,,gutim,9997 +non,248,40,1,6433,4545,2849,1130,1400.2874779999934,0.101102941176471,32,0,Bb5,mp+,15,144,82,15,,,,,,o,,,e,,gutim,9998 +nof,248,38,1,6431,4546,,1088,1400.3884779999933,,,,,,,144,64,0,,,,,,,,,,,gutim,9996 +nof,248,40,1,6433,4546,,1130,1400.3884779999933,,,,,,,144,82,0,,,,,,,,,,,gutim,9998 +non,248,41,1,6434,4546,2850,1152,1400.3884779999933,0.147058823529412,32,0,Ab3,mf,17,144,56,17,,,,,,o,,,E,,gutim,9999 +non,248,42,1,6435,4546,2850,1152,1400.3884779999933,0.147058823529412,32,0,E4,mf,17,144,64,17,,,,,,o,,,E,,gutim,10000 +nof,248,41,1,6434,4547,,1152,1400.5354779999932,,,,,,,144,56,0,,,,,,,,,,,gutim,9999 +nof,248,42,1,6435,4547,,1152,1400.5354779999932,,,,,,,144,64,0,,,,,,,,,,,gutim,10000 +non,248,43,1,6436,4547,2851,1184,1400.5354779999932,0.147058823529412,32,0,C#5,mf,17,144,73,17,,,,,,o,,,,,gutim,10001 +non,248,44,1,6437,4547,2851,1184,1400.5354779999932,0.147058823529412,32,0,Bb5,mf,17,144,82,17,,,,,,o,,,,,gutim,10002 +nof,248,43,1,6436,4548,,1184,1400.6824779999931,,,,,,,144,73,0,,,,,,,,,,,gutim,10001 +nof,248,44,1,6437,4548,,1184,1400.6824779999931,,,,,,,144,82,0,,,,,,,,,,,gutim,10002 +rst,248,45,1,6438,4548,,1216,1400.6824779999931,,,,,,,176,102,0,,,,,,,,,,,gutim,10003 +rst,248,46,1,6439,4549,,1280,1400.976477999993,,,,,,,176,102,0,,,,,,,,,,,gutim,10004 +non,248,47,1,6440,4550,2852,1312,1401.123477999993,0.147058823529412,32,0,G#2,ff,22,144,44,22,,,,,,o,,,,,gutim,10005 +nof,248,47,1,6440,4551,,1312,1401.2704779999929,,,,,,,144,44,0,,,,,,,,,,,gutim,10005 +non,248,48,1,6441,4551,2853,1344,1401.2704779999929,0.294117647058824,16,0,F#6,ff,22,144,90,22,,,,,,o,,,,,gutim,10006 +nof,248,48,1,6441,4552,,1344,1401.5644779999927,,,,,,,144,90,0,,,,,,,,,,,gutim,10006 +non,248,49,1,6442,4552,2854,1408,1401.5644779999927,0.390625,8,0,A5,p,11,144,81,11,,,,,,o,,,,,gutim,10007 +nof,248,49,1,6442,4553,,1408,1401.9554779999928,,,,,,,144,81,0,,,,,,,,,,,gutim,10007 +non,248,50,1,6443,4553,2855,1493,1401.9554779999928,0.197610294117647,16,0,C#4,mp,14,144,61,14,,,,,,o,,,,,gutim,10008 +nof,248,50,1,6443,4554,,1493,1402.152477999993,,,,,,,144,61,0,,,,,,,,,,,gutim,10008 +bar,249,0,0,6444,4554,,0,1402.152477999993,,,,,,,,,,249,,,,,,,,,,gutim,10009 +non,249,1,1,6445,4554,2856,0,1402.152477999993,0.0965073529411765,32,0,A5,mp+,15,144,81,15,,,,,,o,,,,,gutim,10010 +rst,249,2,3,6446,4554,,0,1402.152477999993,,,,,,,176,102,0,,,,,,,,,,,gutim,10011 +rst,249,3,4,6447,4554,,0,1402.152477999993,,,,,,,176,102,0,,,,,,,,,,,gutim,10012 +nof,249,1,1,6445,4555,,0,1402.2494779999931,,,,,,,144,81,0,,,,,,,,,,,gutim,10010 +non,249,4,1,6448,4555,2857,21,1402.2494779999931,0.147058823529412,32,1,D5,mf-,16,144,74,16,,,,,,o,,,,,gutim,10013 +nof,248,34,3,6427,4556,,1024,1402.377477999993,,,,,,,144,35,0,,,,,,,,,,,gutim,9992 +nof,248,35,3,6428,4556,,1024,1402.377477999993,,,,,,,144,37,0,,,,,,,,,,,gutim,9993 +nof,248,36,3,6429,4556,,1024,1402.377477999993,,,,,,,144,69,0,,,,,,,,,,,gutim,9994 +nof,249,4,1,6448,4557,,21,1402.396477999993,,,,,,,144,74,0,,,,,,,,,,,gutim,10013 +non,249,5,1,6449,4557,2858,53,1402.396477999993,0.147058823529412,32,1,C#3,mf-,16,144,49,16,,,,,,o,,,,,gutim,10014 +nof,249,5,1,6449,4558,,53,1402.543477999993,,,,,,,144,49,0,,,,,,,,,,,gutim,10014 +non,249,6,1,6450,4558,2859,85,1402.543477999993,0.0965073529411765,32,0,A5,mf,17,144,81,17,,,,,,o,,,e,,gutim,10015 +nof,249,6,1,6450,4559,,85,1402.639477999993,,,,,,,144,81,0,,,,,,,,,,,gutim,10015 +non,249,7,1,6451,4559,2860,106,1402.639477999993,0.101102941176471,32,0,D5,mf+,18,144,74,18,,,,,,o,,,e,,gutim,10016 +nof,249,7,1,6451,4560,,106,1402.7414779999929,,,,,,,144,74,0,,,,,,,,,,,gutim,10016 +non,249,8,1,6452,4560,2861,128,1402.7414779999929,0.0965073529411765,32,0,B2,f-,19,144,47,19,,,,,,o,,,e,,gutim,10017 +non,249,9,1,6453,4560,2861,128,1402.7414779999929,0.147058823529412,32,0,A5,f-,19,144,81,19,,,,,,o,,,e,,gutim,10018 +non,249,10,1,6454,4561,2862,149,1402.8374779999929,0.0965073529411765,32,0,F4,f-,19,144,65,19,,,,,,o,,,e,,gutim,10019 +nof,249,8,1,6452,4562,,128,1402.9344779999929,,,,,,,144,47,0,,,,,,,,,,,gutim,10017 +nof,249,10,1,6454,4562,,149,1402.9344779999929,,,,,,,144,65,0,,,,,,,,,,,gutim,10019 +non,249,11,1,6455,4562,2863,170,1402.9344779999929,0.197610294117647,16,0,B2,f,20,144,47,20,,,,,,o,,,E 5987,,gutim,10020 +nof,249,9,1,6453,4563,,128,1403.038477999993,,,,,,,144,81,0,,,,,,,,,,,gutim,10018 +nof,249,11,1,6455,4564,,170,1403.1314779999927,,,,,,,144,47,0,,,,,,,,,,,gutim,10020 +non,249,12,1,6456,4564,2864,213,1403.1314779999927,0.197610294117647,16,0,F4,f,20,144,65,20,,,,,t,o,,,,,gutim,10021 +non,249,13,1,6457,4565,,256,1403.3294779999926,0.0965073529411765,32,0,F4,,,,,,,,,,T,,,,,,gutim,10022 +nof,249,12,1,6456,4566,,213,1403.4254779999926,,,,,,,144,65,0,,,,,,,,,,,gutim,10021 +non,249,14,1,6458,4567,2865,277,1403.4254779999926,0.197610294117647,16,0,B2,mp-,13,144,47,13,,,,,,o,,d,,,gutim,10023 +nof,249,14,1,6458,4568,,277,1403.6234779999925,,,,,,,144,47,0,,,,,,,,,,,gutim,10023 +ped,249,15,0,6459,4568,,320,1403.6234779999925,,,,,,,176,64,0,,,,,,,^,,,,gutim,9975 +non,249,16,1,6460,4568,2866,320,1403.6234779999925,0.294117647058824,16,1,F3,pp,8,144,53,8,,,,,,o,,d,,,gutim,10024 +nof,249,16,1,6460,4569,,320,1403.9174779999926,,,,,,,144,53,0,,,,,,,,,,,gutim,10024 +rst,249,17,1,6461,4569,,384,1403.9174779999926,,,,,,,176,102,0,,,,,,,,,,,gutim,10025 +non,249,18,3,6462,4569,2867,384,1403.9174779999926,0.588235294117647,8,0,B1,ff,22,144,35,22,,,,,t,o,,d,,,gutim,10026 +non,249,19,3,6463,4569,2867,384,1403.9174779999926,0.588235294117647,8,0,C#2,ff,22,144,37,22,,,,,t,o,,d,,,gutim,10027 +non,249,20,3,6464,4569,2867,384,1403.9174779999926,0.588235294117647,8,0,A4,ff,22,144,69,22,,,,,t,o,,d,,,gutim,10028 +rst,249,22,1,6465,4570,,512,1404.5054779999925,,,,,,,176,102,0,,,,,,,,,,,gutim,10029 +non,249,23,3,6466,4570,,512,1404.5054779999925,0.588235294117647,8,0,B1,,,,,,,,,,T,,,,,,gutim,10030 +non,249,24,3,6467,4570,,512,1404.5054779999925,0.588235294117647,8,0,C#2,,,,,,,,,,T,,,,,,gutim,10031 +non,249,25,3,6468,4570,,512,1404.5054779999925,0.588235294117647,8,0,A4,,,,,,,,,,T,,,,,,gutim,10032 +ped,249,21,0,6469,4570,,512,1404.5054779999925,,,,,,,176,64,127,,,,,,,V,,,,gutim,10033 +non,249,26,1,6470,4571,2868,533,1404.6024779999925,0.147058823529412,32,1,Db6,p,11,144,85,11,,,,,,o,,d,,,gutim,10034 +nof,249,26,1,6470,4572,,533,1404.7494779999927,,,,,,,144,85,0,,,,,,,,,,,gutim,10034 +non,249,27,1,6471,4572,2869,565,1404.7494779999927,0.147058823529412,32,1,C7,p+,12,144,96,12,,,,,,o,,D,,,gutim,10035 +nof,249,27,1,6471,4573,,565,1404.8964779999926,,,,,,,144,96,0,,,,,,,,,,,gutim,10035 +non,249,28,1,6472,4573,2870,597,1404.8964779999926,0.0965073529411765,32,0,Db6,mp-,13,144,85,13,,,,,,o,,,,,gutim,10036 +nof,249,28,1,6472,4574,,597,1404.9924779999926,,,,,,,144,85,0,,,,,,,,,,,gutim,10036 +ped,249,29,0,6473,4574,,618,1404.9924779999926,,,,,,,176,64,0,,,,,,,^,,,,gutim,10033 +non,249,30,1,6474,4574,2871,618,1404.9924779999926,0.147058823529412,32,1,C7,mp-,13,144,96,13,,,,,,o,,,,,gutim,10037 +nof,249,18,3,6462,4575,,384,1405.0944779999925,,,,,,,144,35,0,,,,,,,,,,,gutim,10026 +nof,249,19,3,6463,4575,,384,1405.0944779999925,,,,,,,144,37,0,,,,,,,,,,,gutim,10027 +nof,249,20,3,6464,4575,,384,1405.0944779999925,,,,,,,144,69,0,,,,,,,,,,,gutim,10028 +rst,249,31,3,6475,4576,,640,1405.0944779999925,,,,,,,176,102,0,,,,,,,,,,,gutim,10038 +nof,249,30,1,6474,4577,,618,1405.1394779999926,,,,,,,144,96,0,,,,,,,,,,,gutim,10037 +non,249,32,1,6476,4577,2872,650,1405.1394779999926,0.147058823529412,32,1,Db6,mp,14,144,85,14,,,,,,o,,,,,gutim,10039 +nof,249,32,1,6476,4578,,650,1405.2874779999925,,,,,,,144,85,0,,,,,,,,,,,gutim,10039 +non,249,33,1,6477,4578,2873,682,1405.2874779999925,0.395220588235294,8,0,E4,mp+,15,144,64,15,,,,,,o,,,,,gutim,10040 +nof,249,33,1,6477,4579,,682,1405.6824779999927,,,,,,,144,64,0,,,,,,,,,,,gutim,10040 +non,249,35,1,6478,4579,2874,768,1405.6824779999927,0.0735294117647059,64,0,C#3,p,11,144,49,11,,,,,,o,,,,,gutim,10041 +rst,249,36,3,6479,4579,,768,1405.6824779999927,,,,,,,176,102,0,,,,,,,,,,,gutim,10042 +rst,249,37,4,6480,4579,,768,1405.6824779999927,,,,,,,176,102,0,,,,,,,,,,,gutim,10043 +ped,249,34,0,6481,4579,,768,1405.6824779999927,,,,,,,176,64,127,,,,,,,V,,,,gutim,10044 +nof,249,35,1,6478,4580,,768,1405.7554779999925,,,,,,,144,49,0,,,,,,,,,,,gutim,10041 +non,249,38,1,6482,4580,2875,784,1405.7554779999925,0.110294117647059,64,1,D4,p+,12,144,62,12,,,,,,o,,,,,gutim,10045 +nof,249,38,1,6482,4581,,784,1405.8664779999924,,,,,,,144,62,0,,,,,,,,,,,gutim,10045 +non,249,39,1,6483,4581,2876,808,1405.8664779999924,0.0735294117647059,64,0,C#3,mp-,13,144,49,13,,,,,,o,,,,,gutim,10046 +nof,249,39,1,6483,4582,,808,1405.9394779999923,,,,,,,144,49,0,,,,,,,,,,,gutim,10046 +non,249,40,1,6484,4582,2877,824,1405.9394779999923,0.0735294117647059,64,0,D4,mp,14,144,62,14,,,,,,o,,,,,gutim,10047 +nof,249,40,1,6484,4583,,824,1406.0134779999923,,,,,,,144,62,0,,,,,,,,,,,gutim,10047 +non,249,41,1,6485,4583,2878,840,1406.0134779999923,0.0735294117647059,64,0,C#3,mp+,15,144,49,15,,,,,,o,,,,,gutim,10048 +non,249,42,1,6486,4583,2878,840,1406.0134779999923,0.0735294117647059,64,0,F3,mp+,15,144,53,15,,,,,,o,,,,,gutim,10049 +nof,249,41,1,6485,4584,,840,1406.0864779999924,,,,,,,144,49,0,,,,,,,,,,,gutim,10048 +nof,249,42,1,6486,4584,,840,1406.0864779999924,,,,,,,144,53,0,,,,,,,,,,,gutim,10049 +non,249,43,1,6487,4584,2879,856,1406.0864779999924,0.110294117647059,64,1,A4,mf-,16,144,69,16,,,,,,o,,,,,gutim,10050 +nof,249,43,1,6487,4585,,856,1406.1964779999923,,,,,,,144,69,0,,,,,,,,,,,gutim,10050 +non,249,44,1,6488,4585,2880,880,1406.1964779999923,0.0735294117647059,64,0,F3,mf,17,144,53,17,,,,,,o,,,,,gutim,10051 +nof,249,44,1,6488,4586,,880,1406.2704779999924,,,,,,,144,53,0,,,,,,,,,,,gutim,10051 +non,249,45,1,6489,4586,2881,896,1406.2704779999924,0.0735294117647059,64,0,A5,mf+,18,144,81,18,,,,,,o,,,,,gutim,10052 +nof,249,45,1,6489,4587,,896,1406.3444779999925,,,,,,,144,81,0,,,,,,,,,,,gutim,10052 +non,249,46,1,6490,4587,2882,912,1406.3444779999925,0.0735294117647059,64,0,B2,f-,19,144,47,19,,,,,,o,,,,,gutim,10053 +non,249,47,1,6491,4587,2882,912,1406.3444779999925,0.0735294117647059,64,0,C#3,f-,19,144,49,19,,,,,,o,,,,,gutim,10054 +nof,249,46,1,6490,4588,,912,1406.4174779999926,,,,,,,144,47,0,,,,,,,,,,,gutim,10053 +nof,249,47,1,6491,4588,,912,1406.4174779999926,,,,,,,144,49,0,,,,,,,,,,,gutim,10054 +non,249,48,1,6492,4588,2883,928,1406.4174779999926,0.110294117647059,64,1,A5,f-,19,144,81,19,,,,,,o,,,,,gutim,10055 +non,249,49,1,6493,4589,2884,952,1406.5274779999925,0.110294117647059,64,1,B2,f+,21,144,47,21,,,,,,o,,,,,gutim,10056 +non,249,50,1,6494,4589,2884,952,1406.5274779999925,0.0735294117647059,64,1,C#3,f+,21,144,49,21,,,,,,o,,,,,gutim,10057 +non,249,51,1,6495,4589,2884,952,1406.5274779999925,0.0735294117647059,64,1,F3,f+,21,144,53,21,,,,,,o,,,,,gutim,10058 +nof,249,50,1,6494,4590,,952,1406.6014779999925,,,,,,,144,49,0,,,,,,,,,,,gutim,10057 +nof,249,51,1,6495,4590,,952,1406.6014779999925,,,,,,,144,53,0,,,,,,,,,,,gutim,10058 +nof,249,49,1,6493,4591,,952,1406.6384779999923,,,,,,,144,47,0,,,,,,,,,,,gutim,10056 +non,249,52,1,6496,4591,2885,976,1406.6384779999923,0.220588235294118,32,1,B1,ff,22,144,35,22,,,,,,o,,d,,,gutim,10059 +nof,249,52,1,6496,4592,,976,1406.8584779999924,,,,,,,144,35,0,,,,,,,,,,,gutim,10059 +non,249,54,1,6497,4592,2886,1024,1406.8584779999924,0.174632352941177,32,1,E6,pp,8,144,88,8,,,,,,o,,D,,,gutim,10060 +non,249,55,3,6498,4592,2886,,1406.8584779999924,0.05,8,0,F2,p,11,144,41,11,,,,g,,o,,d,,,gutim,10061 +nof,249,48,1,6492,4593,,928,1406.9024779999925,,,,,,,144,81,0,,,,,,,,,,,gutim,10055 +nof,249,55,3,6498,4594,,,1406.9084779999926,,,,,,,144,41,0,,,,,,,,,,,gutim,10061 +non,249,53,1,6499,4595,2887,,1406.9334779999924,0.05,8,0,C4,p,11,144,60,11,,,,g,,o,,d,,,gutim,10062 +non,249,56,3,6500,4595,2887,,1406.9334779999924,0.05,8,0,A6,p,11,144,93,11,,,,g,,o,,d,,,gutim,10063 +nof,249,53,1,6499,4596,,,1406.9834779999924,,,,,,,144,60,0,,,,,,,,,,,gutim,10062 +nof,249,56,3,6500,4596,,,1406.9834779999924,,,,,,,144,93,0,,,,,,,,,,,gutim,10063 +non,249,57,3,6501,4597,2888,1024,1407.0084779999922,2.35294117647059,2,0,Eb4,p,11,144,63,11,,,,,,o,,d,,,gutim,10064 +non,249,58,3,6502,4597,2888,1024,1407.0084779999922,2.35294117647059,2,0,G4,p,11,144,67,11,,,,,,o,,d,,,gutim,10065 +non,249,59,4,6503,4597,2888,1024,1407.0084779999922,2.35294117647059,2,0,D4,ff,22,144,62,22,,,,,t,o,,d 5987,,,gutim,10066 +nof,249,54,1,6497,4598,,1024,1407.0334779999923,,,,,,,144,88,0,,,,,,,,,,,gutim,10060 +non,249,60,1,6504,4599,2889,1062,1407.1834779999924,0.174632352941177,32,1,G#6,pp+,9,144,92,9,,,,,,o,,,,,gutim,10067 +nof,249,60,1,6504,4600,,1062,1407.3574779999924,,,,,,,144,92,0,,,,,,,,,,,gutim,10067 +non,249,61,1,6505,4600,2890,1100,1407.3574779999924,0.119485294117647,32,0,A6,p,11,144,93,11,,,,,,o,,,,,gutim,10068 +nof,249,61,1,6505,4601,,1100,1407.4774779999923,,,,,,,144,93,0,,,,,,,,,,,gutim,10068 +non,249,62,1,6506,4601,2891,1126,1407.4774779999923,0.353860294117647,16,1,E6,p,11,144,88,11,,,,,,o,,,,,gutim,10069 +nof,249,62,1,6506,4602,,1126,1407.8314779999923,,,,,,,144,88,0,,,,,,,,,,,gutim,10069 +non,249,63,1,6507,4602,2892,1203,1407.8314779999923,0.353860294117647,16,1,G#6,p-,10,144,92,10,,,,,,o,,,,,gutim,10070 +nof,249,63,1,6507,4603,,1203,1408.1854779999924,,,,,,,144,92,0,,,,,,,,,,,gutim,10070 +non,249,64,1,6508,4603,2893,1280,1408.1854779999924,1.17647058823529,4,0,C3,pp,8,144,48,8,,,,,,o,,,,,gutim,10071 +non,249,65,1,6509,4603,2893,1280,1408.1854779999924,1.17647058823529,4,0,E6,pp,8,144,88,8,,,,,,o,,,,,gutim,10072 +non,249,66,1,6510,4603,2893,1280,1408.1854779999924,1.17647058823529,4,0,G#6,pp,8,144,92,8,,,,,,o,,,,,gutim,10073 +nof,249,64,1,6508,4604,,1280,1409.3614779999923,,,,,,,144,48,0,,,,,,,,,,,gutim,10071 +nof,249,65,1,6509,4604,,1280,1409.3614779999923,,,,,,,144,88,0,,,,,,,,,,,gutim,10072 +nof,249,66,1,6510,4604,,1280,1409.3614779999923,,,,,,,144,92,0,,,,,,,,,,,gutim,10073 +bar,250,0,0,6511,4604,,0,1409.3614779999923,,,,,,,,,,250,,,,,,,,,,gutim,10074 +rst,250,1,1,6512,4604,,0,1409.3614779999923,,,,,,,176,102,0,,,,,,,,,,,gutim,10075 +rst,250,2,3,6513,4604,,0,1409.3614779999923,,,,,,,176,102,0,,,,,,,,,,,gutim,10076 +non,250,3,4,6514,4604,,0,1409.3614779999923,1.17647058823529,4,0,D4,,,,,,,,,,_,,,,,,gutim,10077 +nof,249,57,3,6501,4605,,1024,1409.5114779999924,,,,,,,144,63,0,,,,,,,,,,,gutim,10064 +nof,249,58,3,6502,4605,,1024,1409.5114779999924,,,,,,,144,67,0,,,,,,,,,,,gutim,10065 +non,250,4,3,6515,4606,2894,256,1410.5384779999924,2.35294117647059,2,0,Bb1,ff,22,144,34,22,,,,,,o,,,,,gutim,10078 +non,250,5,4,6516,4606,,256,1410.5384779999924,0.78125,4,0,D4,,,,,,,,,,T,,,,,,gutim,10079 +ped,250,6,0,6517,4607,,426,1411.3194779999924,,,,,,,176,64,0,,,,,,,^,,,,gutim,10044 +non,250,7,4,6518,4607,2895,426,1411.3194779999924,0.395220588235294,8,0,C#3,p,11,144,49,11,,,,,,o,,,,,gutim,10080 +non,250,8,4,6519,4607,2895,426,1411.3194779999924,0.588235294117647,8,0,D4,p,11,144,62,11,,,,,,o,,,,,gutim,10081 +nof,249,59,4,6503,4608,,1024,1411.4694779999925,,,,,,,144,62,0,,,,,,,,,,,gutim,10081 +nof,250,7,4,6518,4609,,426,1411.7144779999924,,,,,,,144,49,0,,,,,,,,,,,gutim,10080 +rst,250,9,1,6520,4609,,512,1411.7144779999924,,,,,,,176,102,0,,,,,,,,,,,gutim,10082 +rst,250,10,4,6521,4609,,512,1411.7144779999924,,,,,,,176,102,0,,,,,,,,,,,gutim,10083 +nof,250,8,4,6519,4610,,426,1411.9074779999924,,,,,,,144,62,0,,,,,,,,,,,gutim,10084 +rst,250,11,4,6522,4611,,682,1412.4954779999923,,,,,,,176,102,0,,,,,,,,,,,gutim,10085 +sec,250,12,0,6523,4611,,682,1412.4954779999923,,,,,,,,,,,5987,,,,,,,,,gutim,10086 +nof,250,4,3,6515,4612,,256,1412.8914779999923,,,,,,,144,34,0,,,,,,,,,,,gutim,10078 +non,250,14,3,6524,4612,2896,768,1412.8914779999923,3.52941176470588,2,1,Bb1,ff,22,144,34,22,,,,,,o,,d,,,gutim,10087 +ped,250,13,0,6525,4612,,768,1412.8914779999923,,,,,,,176,64,127,,,,,,,V,,,,gutim,10088 +non,250,15,4,6526,4613,2897,,1413.2814779999924,0.05,8,0,F2,p,11,144,41,11,,,,g,,o,,d,,,gutim,10089 +nof,250,15,4,6526,4614,,,1413.3314779999926,,,,,,,144,41,0,,,,,,,,,,,gutim,10089 +non,250,16,4,6527,4615,2898,,1413.3564779999926,0.05,8,0,A6,p,11,144,93,11,,,,g,,o,,d,,,gutim,10090 +nof,250,16,4,6527,4616,,,1413.4064779999926,,,,,,,144,93,0,,,,,,,,,,,gutim,10090 +non,250,17,4,6528,4617,2899,,1413.4314779999925,0.05,8,0,C4,p,11,144,60,11,,,,g,,o,,d,,,gutim,10091 +nof,250,17,4,6528,4618,,,1413.4814779999926,,,,,,,144,60,0,,,,,,,,,,,gutim,10091 +non,250,18,4,6529,4619,2900,853,1413.5064779999927,0.785845588235294,4,0,Eb4,p,11,144,63,11,,,,,,o,,d,,,gutim,10092 +non,250,19,4,6530,4619,2900,853,1413.5064779999927,1.17647058823529,4,0,G4,p,11,144,67,11,,,,,,o,,d,,,gutim,10093 +nof,250,18,4,6529,4620,,853,1414.2924779999928,,,,,,,144,63,0,,,,,,,,,,,gutim,10092 +rst,250,20,4,6531,4620,,1024,1414.2924779999928,,,,,,,176,102,0,,,,,,,,,,,gutim,10094 +nof,250,19,4,6530,4621,,853,1414.6834779999929,,,,,,,144,67,0,,,,,,,,,,,gutim,10093 +rst,250,21,1,6532,4622,,1280,1415.469477999993,,,,,,,176,102,0,,,,,,,,,,,gutim,10095 +non,250,22,4,6533,4622,2901,1280,1415.469477999993,1.17647058823529,4,0,F#3,p,11,144,54,11,,,,,,o,,d,,,gutim,10096 +non,250,23,1,6534,4623,2902,1382,1415.937477999993,0.707720588235294,8,1,C3,p,11,144,48,11,,,,,,o,,D,,,gutim,10097 +non,250,24,1,6535,4623,2902,1382,1415.937477999993,0.588235294117647,8,1,E6,p,11,144,88,11,,,,,,o,,D,,,gutim,10098 +non,250,25,1,6536,4623,2902,1382,1415.937477999993,0.588235294117647,8,1,G#6,p,11,144,92,11,,,,,,o,,D 5988,,,gutim,10099 +nof,250,14,3,6524,4624,,768,1416.420477999993,,,,,,,144,34,0,,,,,,,,,,,gutim,10087 +nof,250,24,1,6535,4625,,1382,1416.526477999993,,,,,,,144,88,0,,,,,,,,,,,gutim,10098 +nof,250,25,1,6536,4625,,1382,1416.526477999993,,,,,,,144,92,0,,,,,,,,,,,gutim,10099 +nof,250,22,4,6533,4626,,1280,1416.6454779999929,,,,,,,144,54,0,,,,,,,,,,,gutim,10096 +nof,250,23,1,6534,4626,,1382,1416.6454779999929,,,,,,,144,48,0,,,,,,,,,,,gutim,10097 +bar,251,0,0,6537,4626,,0,1416.6454779999929,,,,,,,,,,251,,,,,,,,,,gutim,10100 +non,251,1,1,6538,4626,2903,0,1416.6454779999929,1.41084558823529,4,1,E6,mp,14,144,88,14,,,,,,o,,,,,gutim,10101 +non,251,2,1,6539,4626,2903,0,1416.6454779999929,1.17647058823529,4,1,G#6,mp,14,144,92,14,,,,,,o,,,,,gutim,10102 +non,251,3,1,6540,4626,2903,0,1416.6454779999929,1.17647058823529,4,1,A6,mp,14,144,93,14,,,,,,o,,,,,gutim,10103 +rst,251,4,3,6541,4626,,0,1416.6454779999929,,,,,,,176,102,0,,,,,,,,,,,gutim,10104 +nof,251,2,1,6539,4627,,0,1417.8214779999928,,,,,,,144,92,0,,,,,,,,,,,gutim,10102 +nof,251,3,1,6540,4627,,0,1417.8214779999928,,,,,,,144,93,0,,,,,,,,,,,gutim,10103 +nof,251,1,1,6538,4628,,0,1418.0564779999927,,,,,,,144,88,0,,,,,,,,,,,gutim,10101 +non,251,5,1,6542,4628,2904,307,1418.0564779999927,0.942095588235294,4,0,E6,p-,10,144,88,10,,,,,,o,,,,,gutim,10105 +non,251,6,1,6543,4628,2904,307,1418.0564779999927,1.17647058823529,4,0,G#6,p-,10,144,92,10,,,,,,o,,,,,gutim,10106 +non,251,7,1,6544,4628,2904,307,1418.0564779999927,1.17647058823529,4,0,A6,p-,10,144,93,10,,,,,,o,,,,,gutim,10107 +non,251,8,3,6545,4629,2905,448,1418.7044779999926,0.294117647058824,16,0,G#2,ff,22,144,44,22,,,,,,o,,,,,gutim,10108 +nof,251,5,1,6542,4630,,307,1418.9984779999925,,,,,,,144,88,0,,,,,,,,,,,gutim,10105 +nof,251,8,3,6545,4630,,448,1418.9984779999925,,,,,,,144,44,0,,,,,,,,,,,gutim,10108 +non,251,9,1,6546,4630,2906,512,1418.9984779999925,1.76470588235294,4,1,A4,pp,8,144,69,8,,,,,,o,,,,,gutim,10109 +non,251,10,1,6547,4630,2906,512,1418.9984779999925,1.17647058823529,4,1,F#6,pp,8,144,90,8,,,,,,o,,,,,gutim,10110 +non,251,11,3,6548,4630,2906,512,1418.9984779999925,0.588235294117647,8,0,Bb3,ff,22,144,58,22,,,,,,o,,,,,gutim,10111 +nof,251,6,1,6543,4631,,307,1419.2324779999924,,,,,,,144,92,0,,,,,,,,,,,gutim,10106 +nof,251,7,1,6544,4631,,307,1419.2324779999924,,,,,,,144,93,0,,,,,,,,,,,gutim,10107 +nof,251,11,3,6548,4632,,512,1419.5864779999924,,,,,,,144,58,0,,,,,,,,,,,gutim,10111 +non,251,12,3,6549,4632,2907,640,1419.5864779999924,0.0735294117647059,64,0,D4,f,20,144,62,20,,,,,,o,,,,,gutim,10112 +nof,251,12,3,6549,4633,,640,1419.6604779999923,,,,,,,144,62,0,,,,,,,,,,,gutim,10112 +non,251,13,3,6550,4633,2908,656,1419.6604779999923,0.0735294117647059,64,0,B2,f+,21,144,47,21,,,,,,o,,,,,gutim,10113 +non,251,14,3,6551,4633,2908,656,1419.6604779999923,0.0735294117647059,64,0,C#3,f+,21,144,49,21,,,,,,o,,,,,gutim,10114 +nof,251,13,3,6550,4634,,656,1419.7334779999921,,,,,,,144,47,0,,,,,,,,,,,gutim,10113 +nof,251,14,3,6551,4634,,656,1419.7334779999921,,,,,,,144,49,0,,,,,,,,,,,gutim,10114 +non,251,15,3,6552,4634,2909,672,1419.7334779999921,0.110294117647059,64,1,A5,f+,21,144,81,21,,,,,,o,,,,,gutim,10115 +nof,251,15,3,6552,4635,,672,1419.844477999992,,,,,,,144,81,0,,,,,,,,,,,gutim,10115 +non,251,16,3,6553,4635,2910,696,1419.844477999992,0.110294117647059,64,1,B2,ff,22,144,47,22,,,,,,o,,,,,gutim,10116 +non,251,17,3,6554,4635,2910,696,1419.844477999992,0.0735294117647059,64,1,C#3,ff,22,144,49,22,,,,,,o,,,,,gutim,10117 +non,251,18,3,6555,4635,2910,696,1419.844477999992,0.0735294117647059,64,1,F3,ff,22,144,53,22,,,,,,o,,,,,gutim,10118 +nof,251,17,3,6554,4636,,696,1419.9174779999921,,,,,,,144,49,0,,,,,,,,,,,gutim,10117 +nof,251,18,3,6555,4636,,696,1419.9174779999921,,,,,,,144,53,0,,,,,,,,,,,gutim,10118 +nof,251,16,3,6553,4637,,696,1419.9544779999922,,,,,,,144,47,0,,,,,,,,,,,gutim,10116 +non,251,19,3,6556,4637,2911,720,1419.9544779999922,0.220588235294118,32,1,B1,ff+,23,144,35,23,,,,,,o,,,,,gutim,10119 +nof,251,10,1,6547,4638,,512,1420.1744779999922,,,,,,,144,90,0,,,,,,,,,,,gutim,10110 +nof,251,19,3,6556,4639,,720,1420.1744779999922,,,,,,,144,35,0,,,,,,,,,,,gutim,10119 +non,251,20,3,6557,4639,2912,768,1420.1744779999922,0.588235294117647,8,0,C#3,fff,24,144,49,24,,,,,,o,,,,,gutim,10120 +non,251,21,3,6558,4639,2912,768,1420.1744779999922,0.588235294117647,8,0,D4,fff,24,144,62,24,,,,,,o,,,,,gutim,10121 +non,251,22,1,6559,4640,2913,896,1420.7634779999921,0.294117647058824,16,0,F#6,ff,22,144,90,22,,,,,,o,,,,,gutim,10122 +non,251,23,3,6560,4640,2913,896,1420.7634779999921,0.588235294117647,8,0,G#2,ff,22,144,44,22,,,,,,o,,,,,gutim,10123 +nof,251,9,1,6546,4641,,512,1420.9134779999922,,,,,,,144,69,0,,,,,,,,,,,gutim,10109 +nof,251,20,3,6557,4642,,768,1420.9134779999922,,,,,,,144,49,0,,,,,,,,,,,gutim,10120 +nof,251,21,3,6558,4642,,768,1420.9134779999922,,,,,,,144,62,0,,,,,,,,,,,gutim,10121 +nof,251,22,1,6559,4643,,896,1421.0574779999922,,,,,,,144,90,0,,,,,,,,,,,gutim,10122 +non,251,24,1,6561,4643,2914,960,1421.0574779999922,0.294117647058824,16,0,A4,ff,22,144,69,22,,,,,,o,,,,,gutim,10124 +nof,251,24,1,6561,4644,,960,1421.351477999992,,,,,,,144,69,0,,,,,,,,,,,gutim,10124 +rst,251,25,1,6562,4644,,1024,1421.351477999992,,,,,,,176,102,0,,,,,,,,,,,gutim,10125 +rst,251,26,3,6563,4644,,1024,1421.351477999992,,,,,,,176,102,0,,,,,,,,,,,gutim,10126 +nof,251,23,3,6560,4645,,896,1421.351477999992,,,,,,,144,44,0,,,,,,,,,,,gutim,10123 +non,251,27,3,6564,4646,2915,1152,1421.939477999992,0.0735294117647059,64,0,F3,f,20,144,53,20,,,,,,o,,,,,gutim,10127 +non,251,28,3,6565,4646,2915,1152,1421.939477999992,0.0735294117647059,64,0,A4,f,20,144,69,20,,,,,,o,,,,,gutim,10128 +nof,251,27,3,6564,4647,,1152,1422.013477999992,,,,,,,144,53,0,,,,,,,,,,,gutim,10127 +nof,251,28,3,6565,4647,,1152,1422.013477999992,,,,,,,144,69,0,,,,,,,,,,,gutim,10128 +non,251,29,3,6566,4647,2916,1168,1422.013477999992,0.0735294117647059,64,0,C#3,f,20,144,49,20,,,,,,o,,,,,gutim,10129 +non,251,30,3,6567,4647,2916,1168,1422.013477999992,0.0735294117647059,64,0,D4,f,20,144,62,20,,,,,,o,,,,,gutim,10130 +nof,251,29,3,6566,4648,,1168,1422.086477999992,,,,,,,144,49,0,,,,,,,,,,,gutim,10129 +nof,251,30,3,6567,4648,,1168,1422.086477999992,,,,,,,144,62,0,,,,,,,,,,,gutim,10130 +non,251,31,3,6568,4648,2917,1184,1422.086477999992,0.110294117647059,64,1,A5,f+,21,144,81,21,,,,,,o,,,,,gutim,10131 +nof,251,31,3,6568,4649,,1184,1422.1964779999919,,,,,,,144,81,0,,,,,,,,,,,gutim,10131 +non,251,32,3,6569,4649,2918,1208,1422.1964779999919,0.110294117647059,64,1,B2,f+,21,144,47,21,,,,,,o,,,,,gutim,10132 +non,251,33,3,6570,4649,2918,1208,1422.1964779999919,0.0735294117647059,64,1,C#3,f+,21,144,49,21,,,,,,o,,,,,gutim,10133 +non,251,34,3,6571,4649,2918,1208,1422.1964779999919,0.0735294117647059,64,1,F3,f+,21,144,53,21,,,,,,o,,,,,gutim,10134 +nof,251,33,3,6570,4650,,1208,1422.270477999992,,,,,,,144,49,0,,,,,,,,,,,gutim,10133 +nof,251,34,3,6571,4650,,1208,1422.270477999992,,,,,,,144,53,0,,,,,,,,,,,gutim,10134 +nof,251,32,3,6569,4651,,1208,1422.307477999992,,,,,,,144,47,0,,,,,,,,,,,gutim,10132 +non,251,35,3,6572,4651,2919,1232,1422.307477999992,0.220588235294118,32,1,B1,f+,21,144,35,21,,,,,,o,,,,,gutim,10135 +nof,251,35,3,6572,4652,,1232,1422.527477999992,,,,,,,144,35,0,,,,,,,,,,,gutim,10135 +non,251,36,3,6573,4652,2920,1280,1422.527477999992,0.882352941176471,8,1,C#3,ff,22,144,49,22,,,,,,o,,,,,gutim,10136 +non,251,37,3,6574,4652,2920,1280,1422.527477999992,0.588235294117647,8,1,D4,ff,22,144,62,22,,,,,,o,,,,,gutim,10137 +nof,251,37,3,6574,4653,,1280,1423.116477999992,,,,,,,144,62,0,,,,,,,,,,,gutim,10137 +non,251,38,1,6575,4653,2921,1408,1423.116477999992,0.294117647058824,16,0,F#6,ff,22,144,90,22,,,,,,o,,,,,gutim,10138 +nof,251,36,3,6573,4654,,1280,1423.4104779999918,,,,,,,144,49,0,,,,,,,,,,,gutim,10136 +nof,251,38,1,6575,4654,,1408,1423.4104779999918,,,,,,,144,90,0,,,,,,,,,,,gutim,10138 +non,251,39,1,6576,4654,2922,1472,1423.4104779999918,0.294117647058824,16,0,A4,ff,22,144,69,22,,,,,,o,,,,,gutim,10139 +non,251,40,3,6577,4654,2922,1472,1423.4104779999918,0.294117647058824,16,0,G#2,ff,22,144,44,22,,,,,,o,,,,,gutim,10140 +nof,251,39,1,6576,4655,,1472,1423.7044779999917,,,,,,,144,69,0,,,,,,,,,,,gutim,10139 +nof,251,40,3,6577,4655,,1472,1423.7044779999917,,,,,,,144,44,0,,,,,,,,,,,gutim,10140 +bar,252,0,0,6578,4655,,0,1423.7044779999917,,,,,,,,,,252,,,,,,,,,,gutim,10141 +rst,252,1,1,6579,4655,,0,1423.7044779999917,,,,,,,176,102,0,,,,,,,,,,,gutim,10142 +non,252,2,3,6580,4655,2923,0,1423.7044779999917,1.17647058823529,4,0,Bb3,ff,22,144,58,22,,,,,,o,,,,,gutim,10143 +nof,252,2,3,6580,4656,,0,1424.8804779999916,,,,,,,144,58,0,,,,,,,,,,,gutim,10143 +non,252,3,3,6581,4656,2924,256,1424.8804779999916,1.17647058823529,4,0,B1,ff,22,144,35,22,,,,,,o,,,,,gutim,10144 +non,252,4,3,6582,4656,2924,256,1424.8804779999916,1.17647058823529,4,0,C#2,ff,22,144,37,22,,,,,,o,,,,,gutim,10145 +non,252,5,3,6583,4656,2924,256,1424.8804779999916,1.17647058823529,4,0,A4,ff,22,144,69,22,,,,,,o,,,,,gutim,10146 +ped,252,6,0,6584,4657,,427,1425.6664779999917,,,,,,,176,64,0,,,,,,,^,,,,gutim,10088 +nof,252,3,3,6581,4658,,256,1426.0574779999918,,,,,,,144,35,0,,,,,,,,,,,gutim,10144 +nof,252,4,3,6582,4658,,256,1426.0574779999918,,,,,,,144,37,0,,,,,,,,,,,gutim,10145 +nof,252,5,3,6583,4658,,256,1426.0574779999918,,,,,,,144,69,0,,,,,,,,,,,gutim,10146 +non,252,7,1,6585,4658,2925,512,1426.0574779999918,0.390625,8,0,Ab4,pp,8,144,68,8,,,,,,o,,,,,gutim,10147 +non,252,8,3,6586,4658,2925,512,1426.0574779999918,0.294117647058824,16,0,C3,p,11,144,48,11,,,,,,o,,,,,gutim,10148 +ped,252,9,0,6587,4659,,542,1426.1954779999917,,,,,,,176,64,127,,,,,,,V,,,,gutim,10149 +nof,252,8,3,6586,4660,,512,1426.3514779999916,,,,,,,144,48,0,,,,,,,,,,,gutim,10148 +non,252,10,3,6588,4660,2926,576,1426.3514779999916,0.882352941176471,8,1,E4,p,11,144,64,11,,,,,,o,,,,,gutim,10150 +nof,252,7,1,6585,4661,,512,1426.4474779999916,,,,,,,144,68,0,,,,,,,,,,,gutim,10147 +non,252,11,1,6589,4661,2927,597,1426.4474779999916,0.390625,8,0,C6,pp+,9,144,84,9,,,,,,o,,,,,gutim,10151 +non,252,12,1,6590,4662,2928,682,1426.8384779999917,0.197610294117647,16,0,Bb3,pp+,9,144,58,9,,,,,,o,,,,,gutim,10152 +nof,252,12,1,6590,4663,,682,1427.0364779999916,,,,,,,144,58,0,,,,,,,,,,,gutim,10152 +non,252,13,1,6591,4663,2929,725,1427.0364779999916,0.197610294117647,16,0,Ab4,p-,10,144,68,10,,,,,,o,,,,,gutim,10153 +nof,252,11,1,6589,4664,,597,1427.0634779999916,,,,,,,144,84,0,,,,,,,,,,,gutim,10151 +nof,252,13,1,6591,4665,,725,1427.2334779999917,,,,,,,144,68,0,,,,,,,,,,,gutim,10153 +non,252,14,1,6592,4665,2930,768,1427.2334779999917,0.294117647058824,16,1,Bb3,p-,10,144,58,10,,,,,,o,,,,,gutim,10154 +non,252,15,1,6593,4665,2930,768,1427.2334779999917,0.294117647058824,16,1,C6,p-,10,144,84,10,,,,,,o,,,,,gutim,10155 +rst,252,16,3,6594,4665,,768,1427.2334779999917,,,,,,,176,102,0,,,,,,,,,,,gutim,10156 +nof,252,10,3,6588,4666,,576,1427.4584779999916,,,,,,,144,64,0,,,,,,,,,,,gutim,10150 +nof,252,14,1,6592,4667,,768,1427.5274779999916,,,,,,,144,58,0,,,,,,,,,,,gutim,10154 +nof,252,15,1,6593,4667,,768,1427.5274779999916,,,,,,,144,84,0,,,,,,,,,,,gutim,10155 +non,252,17,1,6595,4667,2931,832,1427.5274779999916,0.193014705882353,16,0,Ab4,p,11,144,68,11,,,,,,o,,,,,gutim,10157 +non,252,18,3,6596,4668,2932,853,1427.6244779999918,0.390625,8,0,E4,p,11,144,64,11,,,,,,o,,,,,gutim,10158 +nof,252,17,1,6595,4669,,832,1427.7204779999918,,,,,,,144,68,0,,,,,,,,,,,gutim,10157 +non,252,19,1,6597,4670,2933,874,1427.7204779999918,0.294117647058824,16,1,Bb3,p,11,144,58,11,,,,,,o,,,,,gutim,10159 +non,252,20,1,6598,4670,2933,874,1427.7204779999918,0.294117647058824,16,1,Ab4,p,11,144,68,11,,,,,,o,,,,,gutim,10160 +nof,252,18,3,6596,4671,,853,1428.0144779999916,,,,,,,144,64,0,,,,,,,,,,,gutim,10158 +nof,252,19,1,6597,4671,,874,1428.0144779999916,,,,,,,144,58,0,,,,,,,,,,,gutim,10159 +nof,252,20,1,6598,4671,,874,1428.0144779999916,,,,,,,144,68,0,,,,,,,,,,,gutim,10160 +non,252,21,1,6599,4671,2934,938,1428.0144779999916,0.197610294117647,16,0,Ab4,p+,12,144,68,12,,,,,,o,,,,,gutim,10161 +non,252,22,3,6600,4671,2934,938,1428.0144779999916,0.395220588235294,8,0,G#2,p,11,144,44,11,,,,,,o,,,,,gutim,10162 +nof,252,21,1,6599,4672,,938,1428.2124779999915,,,,,,,144,68,0,,,,,,,,,,,gutim,10161 +non,252,23,1,6601,4672,2935,981,1428.2124779999915,0.197610294117647,16,0,Bb3,p+,12,144,58,12,,,,,,o,,,,,gutim,10163 +non,252,24,1,6602,4672,2935,981,1428.2124779999915,0.294117647058824,16,0,Ab4,p+,12,144,68,12,,,,,,o,,,,,gutim,10164 +non,252,25,1,6603,4672,2935,981,1428.2124779999915,0.294117647058824,16,0,C7,p+,12,144,96,12,,,,,,o,,,,,gutim,10165 +nof,252,22,3,6600,4673,,938,1428.4104779999914,,,,,,,144,44,0,,,,,,,,,,,gutim,10162 +nof,252,23,1,6601,4674,,981,1428.4104779999914,,,,,,,144,58,0,,,,,,,,,,,gutim,10163 +non,252,26,1,6604,4674,2936,1024,1428.4104779999914,0.0735294117647059,64,0,C8,pp,8,144,108,8,,,,,,o,,,,,gutim,10166 +rst,252,27,3,6605,4674,,1024,1428.4104779999914,,,,,,,176,102,0,,,,,,,,,,,gutim,10167 +nof,252,26,1,6604,4675,,1024,1428.4834779999912,,,,,,,144,108,0,,,,,,,,,,,gutim,10166 +non,252,28,1,6606,4675,2937,1040,1428.4834779999912,0.0735294117647059,64,0,E4,pp,8,144,64,8,,,,,,o,,,,,gutim,10168 +nof,252,24,1,6602,4676,,981,1428.5064779999914,,,,,,,144,68,0,,,,,,,,,,,gutim,10164 +nof,252,25,1,6603,4676,,981,1428.5064779999914,,,,,,,144,96,0,,,,,,,,,,,gutim,10165 +nof,252,28,1,6606,4677,,1040,1428.5574779999913,,,,,,,144,64,0,,,,,,,,,,,gutim,10168 +non,252,29,1,6607,4677,2938,1056,1428.5574779999913,0.0735294117647059,64,0,Db5,pp+,9,144,73,9,,,,,,o,,,,,gutim,10169 +nof,252,29,1,6607,4678,,1056,1428.6304779999912,,,,,,,144,73,0,,,,,,,,,,,gutim,10169 +non,252,30,1,6608,4678,2939,1072,1428.6304779999912,0.0735294117647059,64,0,E4,pp+,9,144,64,9,,,,,,o,,,,,gutim,10170 +nof,252,30,1,6608,4679,,1072,1428.7044779999912,,,,,,,144,64,0,,,,,,,,,,,gutim,10170 +non,252,31,1,6609,4679,2940,1088,1428.7044779999912,0.110294117647059,64,1,Db5,p-,10,144,73,10,,,,,,o,,,,,gutim,10171 +nof,252,31,1,6609,4680,,1088,1428.8144779999914,,,,,,,144,73,0,,,,,,,,,,,gutim,10171 +non,252,32,1,6610,4680,2941,1112,1428.8144779999914,0.110294117647059,64,1,E4,p-,10,144,64,10,,,,,,o,,,,,gutim,10172 +nof,252,32,1,6610,4681,,1112,1428.9244779999915,,,,,,,144,64,0,,,,,,,,,,,gutim,10172 +non,252,33,1,6611,4681,2942,1136,1428.9244779999915,0.0735294117647059,64,0,Db5,p,11,144,73,11,,,,,,o,,,,,gutim,10173 +nof,252,33,1,6611,4682,,1136,1428.9984779999916,,,,,,,144,73,0,,,,,,,,,,,gutim,10173 +non,252,34,1,6612,4682,2943,1152,1428.9984779999916,0.110294117647059,64,1,C7,p,11,144,96,11,,,,,,o,,,,,gutim,10174 +nof,252,34,1,6612,4683,,1152,1429.1084779999917,,,,,,,144,96,0,,,,,,,,,,,gutim,10174 +non,252,35,1,6613,4683,2944,1176,1429.1084779999917,0.110294117647059,64,1,D6,p+,12,144,86,12,,,,,,o,,,,,gutim,10175 +non,252,36,3,6614,4684,2945,1194,1429.1914779999918,0.395220588235294,8,0,A5,p+,12,144,81,12,,,,,,o,,,,,gutim,10176 +non,252,37,1,6615,4685,2946,1200,1429.2194779999916,0.0735294117647059,64,0,E4,mp-,13,144,64,13,,,,,,o,,,e,,gutim,10177 +nof,252,35,1,6613,4686,,1176,1429.2194779999916,,,,,,,144,86,0,,,,,,,,,,,gutim,10175 +nof,252,37,1,6615,4687,,1200,1429.2924779999917,,,,,,,144,64,0,,,,,,,,,,,gutim,10177 +non,252,38,1,6616,4687,2947,1216,1429.2924779999917,0.0735294117647059,64,0,Db5,mp-,13,144,73,13,,,,,,o,,,e,,gutim,10178 +nof,252,38,1,6616,4688,,1216,1429.3664779999915,,,,,,,144,73,0,,,,,,,,,,,gutim,10178 +non,252,39,1,6617,4688,2948,1232,1429.3664779999915,0.0735294117647059,64,0,Bb6,mp-,13,144,94,13,,,,,,o,,,e,,gutim,10179 +nof,252,39,1,6617,4689,,1232,1429.4394779999914,,,,,,,144,94,0,,,,,,,,,,,gutim,10179 +non,252,40,1,6618,4689,2949,1248,1429.4394779999914,0.0735294117647059,64,0,C7,mp,14,144,96,14,,,,,,o,,,e,,gutim,10180 +nof,252,40,1,6618,4690,,1248,1429.5134779999914,,,,,,,144,96,0,,,,,,,,,,,gutim,10180 +non,252,41,1,6619,4690,2950,1264,1429.5134779999914,0.0735294117647059,64,0,E4,mp,14,144,64,14,,,,,,o,,,e,,gutim,10181 +nof,252,36,3,6614,4691,,1194,1429.5864779999915,,,,,,,144,81,0,,,,,,,,,,,gutim,10176 +nof,252,41,1,6619,4692,,1264,1429.5864779999915,,,,,,,144,64,0,,,,,,,,,,,gutim,10181 +non,252,42,1,6620,4692,2951,1280,1429.5864779999915,0.0735294117647059,64,0,Bb6,mp+,15,144,94,15,,,,,,o,,,e,,gutim,10182 +rst,252,43,3,6621,4692,,1280,1429.5864779999915,,,,,,,176,102,0,,,,,,,,,,,gutim,10183 +nof,252,42,1,6620,4693,,1280,1429.6604779999914,,,,,,,144,94,0,,,,,,,,,,,gutim,10182 +non,252,44,1,6622,4693,2952,1296,1429.6604779999914,0.110294117647059,64,1,Ab3,mp+,15,144,56,15,,,,,,o,,,E,,gutim,10184 +non,252,45,1,6623,4693,2952,1296,1429.6604779999914,0.0735294117647059,64,1,E4,mp+,15,144,64,15,,,,,,o,,,E,,gutim,10185 +nof,252,45,1,6623,4694,,1296,1429.7334779999912,,,,,,,144,64,0,,,,,,,,,,,gutim,10185 +nof,252,44,1,6622,4695,,1296,1429.7704779999913,,,,,,,144,56,0,,,,,,,,,,,gutim,10184 +non,252,46,1,6624,4695,2953,1320,1429.7704779999913,0.0735294117647059,64,0,Bb5,mf-,16,144,82,16,,,,,,o,,,,,gutim,10186 +nof,252,46,1,6624,4696,,1320,1429.844477999991,,,,,,,144,82,0,,,,,,,,,,,gutim,10186 +non,252,47,1,6625,4696,2954,1336,1429.844477999991,0.110294117647059,64,1,Ab2,mf-,16,144,44,16,,,,,,o,,,,,gutim,10187 +nof,252,47,1,6625,4697,,1336,1429.9544779999912,,,,,,,144,44,0,,,,,,,,,,,gutim,10187 +non,252,48,1,6626,4697,2955,1360,1429.9544779999912,0.0735294117647059,64,0,Bb5,mf,17,144,82,17,,,,,,o,,,,,gutim,10188 +non,252,49,1,6627,4697,2955,1360,1429.9544779999912,0.0735294117647059,64,0,C6,mf,17,144,84,17,,,,,,o,,,,,gutim,10189 +nof,252,48,1,6626,4698,,1360,1430.027477999991,,,,,,,144,82,0,,,,,,,,,,,gutim,10188 +nof,252,49,1,6627,4698,,1360,1430.027477999991,,,,,,,144,84,0,,,,,,,,,,,gutim,10189 +non,252,50,1,6628,4698,2956,1376,1430.027477999991,0.110294117647059,64,1,Ab2,mf,17,144,44,17,,,,,,o,,,,,gutim,10190 +non,252,51,1,6629,4698,2956,1376,1430.027477999991,0.0735294117647059,64,1,E3,mf,17,144,52,17,,,,,,o,,,,,gutim,10191 +nof,252,51,1,6629,4699,,1376,1430.1014779999912,,,,,,,144,52,0,,,,,,,,,,,gutim,10191 +nof,252,50,1,6628,4700,,1376,1430.138477999991,,,,,,,144,44,0,,,,,,,,,,,gutim,10190 +non,252,52,1,6630,4700,2957,1400,1430.138477999991,0.110294117647059,64,1,Bb5,mf+,18,144,82,18,,,,,,o,,,,,gutim,10192 +non,252,53,1,6631,4700,2957,1400,1430.138477999991,0.0735294117647059,64,1,C6,mf+,18,144,84,18,,,,,,o,,,,,gutim,10193 +nof,252,53,1,6631,4701,,1400,1430.211477999991,,,,,,,144,84,0,,,,,,,,,,,gutim,10193 +nof,252,52,1,6630,4702,,1400,1430.248477999991,,,,,,,144,82,0,,,,,,,,,,,gutim,10192 +non,252,54,1,6632,4702,2958,1424,1430.248477999991,0.0735294117647059,64,0,Ab1,mf+,18,144,32,18,,,,,,o,,,,,gutim,10194 +nof,252,54,1,6632,4703,,1424,1430.3214779999912,,,,,,,144,32,0,,,,,,,,,,,gutim,10194 +non,252,55,1,6633,4703,2959,1440,1430.3214779999912,0.110294117647059,64,1,Db4,f-,19,144,61,19,,,,,,o,,,e,,gutim,10195 +nof,252,55,1,6633,4704,,1440,1430.4324779999913,,,,,,,144,61,0,,,,,,,,,,,gutim,10195 +non,252,56,1,6634,4704,2960,1464,1430.4324779999913,0.110294117647059,64,1,E3,f-,19,144,52,19,,,,,,o,,,e,,gutim,10196 +non,252,57,1,6635,4704,2960,1464,1430.4324779999913,0.0735294117647059,64,1,Db4,f-,19,144,61,19,,,,,,o,,,e,,gutim,10197 +nof,252,57,1,6635,4705,,1464,1430.5054779999912,,,,,,,144,61,0,,,,,,,,,,,gutim,10197 +nof,252,56,1,6634,4706,,1464,1430.5424779999912,,,,,,,144,52,0,,,,,,,,,,,gutim,10196 +non,252,58,1,6636,4706,2961,1488,1430.5424779999912,0.110294117647059,64,1,Ab1,f,20,144,32,20,,,,,,o,,,e,,gutim,10198 +ped,252,59,0,6637,4707,,1512,1430.5574779999913,,,,,,,176,64,0,,,,,,,^,,,,gutim,10149 +nof,252,58,1,6636,4708,,1488,1430.652477999991,,,,,,,144,32,0,,,,,,,,,,,gutim,10198 +non,252,60,1,6638,4708,2962,1512,1430.652477999991,0.110294117647059,64,1,Ab2,f,20,144,44,20,,,,,,o,,,e,,gutim,10199 +non,252,61,1,6639,4708,2962,1512,1430.652477999991,0.0735294117647059,64,1,Bb5,f,20,144,82,20,,,,,,o,,,e 5988,,gutim,10200 +nof,252,61,1,6639,4709,,1512,1430.7264779999912,,,,,,,144,82,0,,,,,,,,,,,gutim,10200 +nof,252,60,1,6638,4710,,1512,1430.763477999991,,,,,,,144,44,0,,,,,,,,,,,gutim,10199 +bar,253,0,0,6640,4710,,0,1430.763477999991,,,,,,,,,,253,,,,,,,,,,gutim,10201 +sec,253,1,0,6641,4710,,0,1430.763477999991,,,,,,,,,,,5988,,,,,,,,,gutim,10202 +non,253,3,1,6642,4710,2963,0,1430.763477999991,2.35294117647059,2,0,C6,ff,22,144,84,22,,,,,t,o,,d,,,gutim,10203 +non,253,4,3,6643,4710,2963,0,1430.763477999991,1.56709558823529,2,0,Eb4,p,11,144,63,11,,,,,,o,,D,,,gutim,10204 +non,253,5,3,6644,4710,2963,0,1430.763477999991,2.35294117647059,2,0,G4,p,11,144,67,11,,,,,,o,,D,,,gutim,10205 +ped,253,2,0,6645,4711,,0,1430.857477999991,,,,,,,176,64,127,,,,,,,V,,,,gutim,10206 +nof,253,4,3,6643,4712,,0,1432.330477999991,,,,,,,144,63,0,,,,,,,,,,,gutim,10204 +nof,253,5,3,6644,4712,,0,1432.330477999991,,,,,,,144,67,0,,,,,,,,,,,gutim,10205 +non,253,6,3,6646,4712,2964,341,1432.330477999991,0.197610294117647,16,0,Eb4,mf+,18,144,63,18,,,,,,o,,,,,gutim,10207 +non,253,7,3,6647,4712,2964,341,1432.330477999991,0.294117647058824,16,0,G4,mf+,18,144,67,18,,,,,,o,,,,,gutim,10208 +non,253,8,3,6648,4712,2964,341,1432.330477999991,0.294117647058824,16,0,C#7,mf+,18,144,97,18,,,,,,o,,,,,gutim,10209 +non,253,9,3,6649,4712,2964,341,1432.330477999991,0.294117647058824,16,0,A7,mf+,18,144,105,18,,,,,,o,,,,,gutim,10210 +nof,253,6,3,6646,4713,,341,1432.527477999991,,,,,,,144,63,0,,,,,,,,,,,gutim,10207 +nof,253,7,3,6647,4713,,341,1432.527477999991,,,,,,,144,67,0,,,,,,,,,,,gutim,10208 +non,253,10,3,6650,4713,2965,384,1432.527477999991,0.588235294117647,8,1,Eb4,f-,19,144,63,19,,,,,,o,,,,,gutim,10211 +non,253,11,3,6651,4713,2965,384,1432.527477999991,0.588235294117647,8,1,F#4,f-,19,144,66,19,,,,,,o,,,,,gutim,10212 +non,253,12,3,6652,4713,2965,384,1432.527477999991,0.588235294117647,8,1,G4,f-,19,144,67,19,,,,,,o,,,,,gutim,10213 +non,253,13,3,6653,4713,2965,384,1432.527477999991,0.588235294117647,8,1,Eb6,f-,19,144,87,19,,,,,,o,,,,,gutim,10214 +nof,253,8,3,6648,4714,,341,1432.6244779999913,,,,,,,144,97,0,,,,,,,,,,,gutim,10209 +nof,253,9,3,6649,4714,,341,1432.6244779999913,,,,,,,144,105,0,,,,,,,,,,,gutim,10210 +nof,253,10,3,6650,4715,,384,1433.1164779999913,,,,,,,144,63,0,,,,,,,,,,,gutim,10211 +nof,253,11,3,6651,4715,,384,1433.1164779999913,,,,,,,144,66,0,,,,,,,,,,,gutim,10212 +nof,253,12,3,6652,4715,,384,1433.1164779999913,,,,,,,144,67,0,,,,,,,,,,,gutim,10213 +nof,253,13,3,6653,4715,,384,1433.1164779999913,,,,,,,144,87,0,,,,,,,,,,,gutim,10214 +non,253,14,1,6654,4715,,512,1433.1164779999913,0.390625,8,0,C6,,,,,,,,,,T,,,,,,gutim,10215 +non,253,15,3,6655,4715,2966,512,1433.1164779999913,2.35294117647059,2,0,B1,ff,22,144,35,22,,,,,,o,,d,,,gutim,10216 +non,253,16,3,6656,4715,2966,512,1433.1164779999913,2.35294117647059,2,0,C#2,ff,22,144,37,22,,,,,,o,,d,,,gutim,10217 +non,253,17,3,6657,4715,2966,512,1433.1164779999913,2.35294117647059,2,0,D3,ff,22,144,50,22,,,,,,o,,d,,,gutim,10218 +non,253,18,3,6658,4715,2966,512,1433.1164779999913,2.35294117647059,2,0,A4,ff,22,144,69,22,,,,,,o,,d,,,gutim,10219 +nof,253,3,1,6642,4716,,0,1433.5064779999914,,,,,,,144,84,0,,,,,,,,,,,gutim,10203 +non,253,19,1,6659,4716,2967,597,1433.5064779999914,0.785845588235294,4,0,Db4,ff,22,144,61,22,,,,,t,o,,d,,,gutim,10220 +non,253,20,1,6660,4716,2967,597,1433.5064779999914,1.17647058823529,4,0,C6,ff,22,144,84,22,,,,,t,o,,d,,,gutim,10221 +non,253,21,1,6661,4717,,768,1434.2924779999914,0.390625,16,1,Db4,,,,,,,,,,T,,,,,,gutim,10222 +non,253,22,1,6662,4717,,768,1434.2924779999914,0.294117647058824,16,1,C6,,,,,,,,,,T,,,,,,gutim,10223 +nof,253,19,1,6659,4718,,597,1434.6834779999915,,,,,,,144,61,0,,,,,,,,,,,gutim,10220 +non,253,23,1,6663,4718,2968,853,1434.6834779999915,0.128676470588235,32,0,C6,p,11,144,84,11,,,,,,o,,D,,,gutim,10224 +nof,253,23,1,6663,4719,,853,1434.8114779999914,,,,,,,144,84,0,,,,,,,,,,,gutim,10224 +non,253,24,1,6664,4719,2969,881,1434.8114779999914,0.133272058823529,32,0,E3,p+,12,144,52,12,,,,,,o,,,,,gutim,10225 +non,253,25,1,6665,4719,2969,881,1434.8114779999914,0.147058823529412,32,0,Db4,p+,12,144,61,12,,,,,,o,,,,,gutim,10226 +nof,253,24,1,6664,4720,,881,1434.9454779999915,,,,,,,144,52,0,,,,,,,,,,,gutim,10225 +non,253,26,1,6666,4720,2970,910,1434.9454779999915,0.128676470588235,32,0,Ab2,mp,14,144,44,14,,,,,,o,,,,,gutim,10227 +nof,253,25,1,6665,4721,,881,1434.9584779999916,,,,,,,144,61,0,,,,,,,,,,,gutim,10226 +nof,253,20,1,6660,4722,,597,1434.9774779999916,,,,,,,144,84,0,,,,,,,,,,,gutim,10228 +nof,253,26,1,6666,4723,,910,1435.0734779999916,,,,,,,144,44,0,,,,,,,,,,,gutim,10227 +non,253,27,1,6667,4723,2971,938,1435.0734779999916,0.395220588235294,16,1,Bb5,mp+,15,144,82,15,,,,,,o,,,,,gutim,10229 +nof,253,15,3,6655,4724,,512,1435.4694779999916,,,,,,,144,35,0,,,,,,,,,,,gutim,10216 +nof,253,16,3,6656,4724,,512,1435.4694779999916,,,,,,,144,37,0,,,,,,,,,,,gutim,10217 +nof,253,17,3,6657,4724,,512,1435.4694779999916,,,,,,,144,50,0,,,,,,,,,,,gutim,10218 +nof,253,18,3,6658,4724,,512,1435.4694779999916,,,,,,,144,69,0,,,,,,,,,,,gutim,10219 +nof,253,27,1,6667,4724,,938,1435.4694779999916,,,,,,,144,82,0,,,,,,,,,,,gutim,10229 +rst,253,28,1,6668,4724,,1024,1435.4694779999916,,,,,,,176,102,0,,,,,,,,,,,gutim,10230 +non,253,29,3,6669,4724,2972,1024,1435.4694779999916,0.147058823529412,32,0,B1,ff,22,144,35,22,,,,,,o,,,,,gutim,10231 +non,253,30,3,6670,4724,2972,1024,1435.4694779999916,0.147058823529412,32,0,C#2,ff,22,144,37,22,,,,,,o,,,,,gutim,10232 +non,253,31,3,6671,4724,2972,1024,1435.4694779999916,0.147058823529412,32,0,D3,ff,22,144,50,22,,,,,,o,,,,,gutim,10233 +non,253,32,3,6672,4724,2972,1024,1435.4694779999916,0.147058823529412,32,0,A4,ff,22,144,69,22,,,,,,o,,,,,gutim,10234 +nof,253,29,3,6669,4725,,1024,1435.6164779999915,,,,,,,144,35,0,,,,,,,,,,,gutim,10231 +nof,253,30,3,6670,4725,,1024,1435.6164779999915,,,,,,,144,37,0,,,,,,,,,,,gutim,10232 +nof,253,31,3,6671,4725,,1024,1435.6164779999915,,,,,,,144,50,0,,,,,,,,,,,gutim,10233 +nof,253,32,3,6672,4725,,1024,1435.6164779999915,,,,,,,144,69,0,,,,,,,,,,,gutim,10234 +non,253,33,1,6673,4725,2973,1056,1435.6164779999915,1.02941176470588,8,2,F7,ff,22,144,101,22,,,,,,o,,,,,gutim,10235 +non,253,34,3,6674,4725,2973,1056,1435.6164779999915,0.588235294117647,8,0,D3,ff,22,144,50,22,,,,,,o,,,,,gutim,10236 +nof,253,34,3,6674,4726,,1056,1436.2044779999915,,,,,,,144,50,0,,,,,,,,,,,gutim,10236 +rst,253,35,3,6675,4726,,1184,1436.2044779999915,,,,,,,176,102,0,,,,,,,,,,,gutim,10237 +non,253,36,3,6676,4727,2974,1216,1436.3514779999916,0.294117647058824,16,0,A2,ff,22,144,45,22,,,,,,o,,,,,gutim,10238 +nof,253,33,1,6673,4728,,1056,1436.6454779999915,,,,,,,144,101,0,,,,,,,,,,,gutim,10235 +nof,253,36,3,6676,4728,,1216,1436.6454779999915,,,,,,,144,45,0,,,,,,,,,,,gutim,10238 +non,253,37,1,6677,4728,2975,1280,1436.6454779999915,0.390625,8,0,C4,ff,22,144,60,22,,,,,,o,,,,,gutim,10239 +non,253,38,1,6678,4728,2975,1280,1436.6454779999915,0.588235294117647,8,0,A4,ff,22,144,69,22,,,,,,o,,,,,gutim,10240 +non,253,39,1,6679,4728,2975,1280,1436.6454779999915,0.588235294117647,8,0,F#6,ff,22,144,90,22,,,,,,o,,,,,gutim,10241 +rst,253,40,3,6680,4728,,1280,1436.6454779999915,,,,,,,176,102,0,,,,,,,,,,,gutim,10242 +nof,253,37,1,6677,4729,,1280,1437.0364779999916,,,,,,,144,60,0,,,,,,,,,,,gutim,10239 +non,253,41,1,6681,4729,2976,1365,1437.0364779999916,0.785845588235294,4,0,Db4,ff,22,144,61,22,,,,,,o,,,,,gutim,10243 +non,253,42,1,6682,4729,2976,1365,1437.0364779999916,1.17647058823529,4,0,C6,ff,22,144,84,22,,,,,,o,,,,,gutim,10244 +rst,253,43,3,6683,4729,,1365,1437.0364779999916,,,,,,,176,102,0,,,,,,,,,,,gutim,10245 +nof,253,38,1,6678,4730,,1280,1437.2334779999917,,,,,,,144,69,0,,,,,,,,,,,gutim,10240 +nof,253,39,1,6679,4730,,1280,1437.2334779999917,,,,,,,144,90,0,,,,,,,,,,,gutim,10241 +non,253,44,3,6684,4731,2977,1493,1437.6244779999918,0.197610294117647,16,0,C#3,ff,22,144,49,22,,,,,,o,,,,,gutim,10246 +non,253,45,3,6685,4731,2977,1493,1437.6244779999918,0.294117647058824,16,0,D4,ff,22,144,62,22,,,,,,o,,,,,gutim,10247 +nof,253,41,1,6681,4732,,1365,1437.8214779999919,,,,,,,144,61,0,,,,,,,,,,,gutim,10243 +nof,253,44,3,6684,4733,,1493,1437.8214779999919,,,,,,,144,49,0,,,,,,,,,,,gutim,10246 +bar,254,0,0,6686,4733,,0,1437.8214779999919,,,,,,,,,,254,,,,,,,,,,gutim,10248 +non,254,1,1,6687,4733,2978,0,1437.8214779999919,0.588235294117647,8,0,C#7,ff,22,144,97,22,,,,,,o,,,,,gutim,10249 +non,254,2,3,6688,4733,2978,0,1437.8214779999919,0.588235294117647,8,0,Bb3,ff,22,144,58,22,,,,,,o,,,,,gutim,10250 +nof,253,45,3,6685,4734,,1493,1437.9184779999919,,,,,,,144,62,0,,,,,,,,,,,gutim,10247 +nof,253,42,1,6682,4735,,1365,1438.212477999992,,,,,,,144,84,0,,,,,,,,,,,gutim,10244 +nof,254,1,1,6687,4736,,0,1438.4104779999918,,,,,,,144,97,0,,,,,,,,,,,gutim,10249 +nof,254,2,3,6688,4736,,0,1438.4104779999918,,,,,,,144,58,0,,,,,,,,,,,gutim,10250 +rst,254,3,1,6689,4736,,128,1438.4104779999918,,,,,,,176,102,0,,,,,,,,,,,gutim,10251 +non,254,4,3,6690,4736,2979,128,1438.4104779999918,0.147058823529412,32,0,D3,ff,22,144,50,22,,,,,,o,,,,,gutim,10252 +nof,254,4,3,6690,4737,,128,1438.5574779999918,,,,,,,144,50,0,,,,,,,,,,,gutim,10252 +non,254,5,1,6691,4737,2980,160,1438.5574779999918,0.441176470588235,16,1,F7,ff,22,144,101,22,,,,,,o,,,,,gutim,10253 +non,254,6,3,6692,4737,2980,160,1438.5574779999918,0.441176470588235,16,1,D3,ff,22,144,50,22,,,,,,o,,,,,gutim,10254 +nof,254,5,1,6691,4738,,160,1438.9984779999916,,,,,,,144,101,0,,,,,,,,,,,gutim,10253 +nof,254,6,3,6692,4738,,160,1438.9984779999916,,,,,,,144,50,0,,,,,,,,,,,gutim,10254 +rst,254,7,1,6693,4738,,256,1438.9984779999916,,,,,,,176,102,0,,,,,,,,,,,gutim,10255 +non,254,8,3,6694,4738,2981,256,1438.9984779999916,0.147058823529412,32,0,C4,ff,22,144,60,22,,,,,,o,,,,,gutim,10256 +non,254,9,3,6695,4738,2981,256,1438.9984779999916,0.147058823529412,32,0,A4,ff,22,144,69,22,,,,,,o,,,,,gutim,10257 +nof,254,8,3,6694,4739,,256,1439.1454779999915,,,,,,,144,60,0,,,,,,,,,,,gutim,10256 +nof,254,9,3,6695,4739,,256,1439.1454779999915,,,,,,,144,69,0,,,,,,,,,,,gutim,10257 +non,254,10,3,6696,4739,2982,288,1439.1454779999915,0.441176470588235,16,1,E2,ff,22,144,40,22,,,,,,o,,,,,gutim,10258 +nof,254,10,3,6696,4740,,288,1439.5864779999915,,,,,,,144,40,0,,,,,,,,,,,gutim,10258 +non,254,11,3,6697,4740,2983,384,1439.5864779999915,0.588235294117647,8,0,E2,ff,22,144,40,22,,,,,,o,,,,,gutim,10259 +non,254,12,3,6698,4740,2983,384,1439.5864779999915,0.588235294117647,8,0,G#2,ff,22,144,44,22,,,,,,o,,,,,gutim,10260 +non,254,13,3,6699,4740,2983,384,1439.5864779999915,0.588235294117647,8,0,C4,ff,22,144,60,22,,,,,,o,,,,,gutim,10261 +non,254,14,3,6700,4740,2983,384,1439.5864779999915,0.588235294117647,8,0,A4,ff,22,144,69,22,,,,,,o,,,,,gutim,10262 +non,254,15,1,6701,4741,2984,426,1439.7794779999915,0.395220588235294,8,0,Db4,ff,22,144,61,22,,,,,,o,,,,,gutim,10263 +non,254,16,1,6702,4741,2984,426,1439.7794779999915,0.588235294117647,8,0,C6,ff,22,144,84,22,,,,,,o,,,,,gutim,10264 +nof,254,11,3,6697,4742,,384,1440.1744779999915,,,,,,,144,40,0,,,,,,,,,,,gutim,10259 +nof,254,12,3,6698,4742,,384,1440.1744779999915,,,,,,,144,44,0,,,,,,,,,,,gutim,10260 +nof,254,13,3,6699,4742,,384,1440.1744779999915,,,,,,,144,60,0,,,,,,,,,,,gutim,10261 +nof,254,14,3,6700,4742,,384,1440.1744779999915,,,,,,,144,69,0,,,,,,,,,,,gutim,10262 +nof,254,15,1,6701,4742,,426,1440.1744779999915,,,,,,,144,61,0,,,,,,,,,,,gutim,10263 +rst,254,17,1,6703,4742,,512,1440.1744779999915,,,,,,,176,102,0,,,,,,,,,,,gutim,10265 +non,254,18,3,6704,4742,2985,512,1440.1744779999915,0.147058823529412,32,0,E2,ff,22,144,40,22,,,,,,o,,,e,,gutim,10266 +non,254,19,3,6705,4742,2985,512,1440.1744779999915,0.147058823529412,32,0,G#2,ff,22,144,44,22,,,,,,o,,,e,,gutim,10267 +non,254,20,3,6706,4742,2985,512,1440.1744779999915,0.147058823529412,32,0,C4,ff,22,144,60,22,,,,,,o,,,e,,gutim,10268 +non,254,21,3,6707,4742,2985,512,1440.1744779999915,0.147058823529412,32,0,A4,ff,22,144,69,22,,,,,,o,,,e,,gutim,10269 +nof,254,18,3,6704,4743,,512,1440.3214779999914,,,,,,,144,40,0,,,,,,,,,,,gutim,10266 +nof,254,19,3,6705,4743,,512,1440.3214779999914,,,,,,,144,44,0,,,,,,,,,,,gutim,10267 +nof,254,20,3,6706,4743,,512,1440.3214779999914,,,,,,,144,60,0,,,,,,,,,,,gutim,10268 +nof,254,21,3,6707,4743,,512,1440.3214779999914,,,,,,,144,69,0,,,,,,,,,,,gutim,10269 +non,254,22,1,6708,4743,2986,544,1440.3214779999914,0.294117647058824,16,0,F#6,ff,22,144,90,22,,,,,,o,,,,,gutim,10270 +non,254,23,3,6709,4743,2986,544,1440.3214779999914,0.147058823529412,32,0,C#2,ff,22,144,37,22,,,,,,o,,,e,,gutim,10271 +non,254,24,3,6710,4743,2986,544,1440.3214779999914,0.147058823529412,32,0,D3,ff,22,144,50,22,,,,,,o,,,e,,gutim,10272 +nof,254,16,1,6702,4744,,426,1440.3674779999913,,,,,,,144,84,0,,,,,,,,,,,gutim,10264 +nof,254,23,3,6709,4745,,544,1440.469477999991,,,,,,,144,37,0,,,,,,,,,,,gutim,10271 +nof,254,24,3,6710,4745,,544,1440.469477999991,,,,,,,144,50,0,,,,,,,,,,,gutim,10272 +non,254,25,3,6711,4745,2987,576,1440.469477999991,0.147058823529412,32,0,B1,ff,22,144,35,22,,,,,,o,,,e,,gutim,10273 +nof,254,22,1,6708,4746,,544,1440.616477999991,,,,,,,144,90,0,,,,,,,,,,,gutim,10270 +nof,254,25,3,6711,4746,,576,1440.616477999991,,,,,,,144,35,0,,,,,,,,,,,gutim,10273 +non,254,26,1,6712,4746,2988,608,1440.616477999991,0.147058823529412,32,0,F7,ff,22,144,101,22,,,,,,o,,,E,,gutim,10274 +non,254,27,3,6713,4746,2988,608,1440.616477999991,0.147058823529412,32,0,D3,ff,22,144,50,22,,,,,t,o,,,,,gutim,10275 +nof,254,26,1,6712,4747,,608,1440.763477999991,,,,,,,144,101,0,,,,,,,,,,,gutim,10274 +rst,254,28,1,6714,4747,,640,1440.763477999991,,,,,,,176,102,0,,,,,,,,,,,gutim,10276 +non,254,29,3,6715,4747,,640,1440.763477999991,0.441176470588235,16,1,D3,,,,,,,,,,T,,,,,,gutim,10277 +nof,254,27,3,6713,4748,,608,1441.2044779999912,,,,,,,144,50,0,,,,,,,,,,,gutim,10275 +non,254,30,1,6716,4748,2989,736,1441.2044779999912,0.147058823529412,32,0,F7,ff,22,144,101,22,,,,,,o,,,,,gutim,10278 +non,254,31,3,6717,4748,2989,736,1441.2044779999912,0.147058823529412,32,0,B1,ff,22,144,35,22,,,,,,o,,,,,gutim,10279 +non,254,32,3,6718,4748,2989,736,1441.2044779999912,0.147058823529412,32,0,C#2,ff,22,144,37,22,,,,,,o,,,,,gutim,10280 +non,254,33,3,6719,4748,2989,736,1441.2044779999912,0.147058823529412,32,0,D3,ff,22,144,50,22,,,,,,o,,,,,gutim,10281 +nof,254,30,1,6716,4749,,736,1441.3514779999912,,,,,,,144,101,0,,,,,,,,,,,gutim,10278 +nof,254,31,3,6717,4749,,736,1441.3514779999912,,,,,,,144,35,0,,,,,,,,,,,gutim,10279 +nof,254,32,3,6718,4749,,736,1441.3514779999912,,,,,,,144,37,0,,,,,,,,,,,gutim,10280 +nof,254,33,3,6719,4749,,736,1441.3514779999912,,,,,,,144,50,0,,,,,,,,,,,gutim,10281 +rst,254,34,1,6720,4749,,768,1441.3514779999912,,,,,,,176,102,0,,,,,,,,,,,gutim,10282 +non,254,35,3,6721,4749,2990,768,1441.3514779999912,1.02941176470588,8,2,Bb1,ff,22,144,34,22,,,,,,o,,,,,gutim,10283 +non,254,36,1,6722,4750,2991,853,1441.7424779999913,0.197610294117647,16,0,Db4,ff,22,144,61,22,,,,,,o,,,,,gutim,10284 +non,254,37,1,6723,4750,2991,853,1441.7424779999913,0.294117647058824,16,0,C6,ff,22,144,84,22,,,,,,o,,,,,gutim,10285 +nof,254,36,1,6722,4751,,853,1441.9394779999911,,,,,,,144,61,0,,,,,,,,,,,gutim,10284 +non,254,38,1,6724,4751,2992,896,1441.9394779999911,0.441176470588235,16,1,C4,ff,22,144,60,22,,,,,,o,,,,,gutim,10286 +non,254,39,1,6725,4751,2992,896,1441.9394779999911,0.294117647058824,16,1,A4,ff,22,144,69,22,,,,,,o,,,,,gutim,10287 +non,254,40,1,6726,4751,2992,896,1441.9394779999911,0.294117647058824,16,1,F#6,ff,22,144,90,22,,,,,,o,,,,,gutim,10288 +nof,254,37,1,6723,4752,,853,1442.0364779999911,,,,,,,144,84,0,,,,,,,,,,,gutim,10285 +nof,254,39,1,6725,4753,,896,1442.2334779999912,,,,,,,144,69,0,,,,,,,,,,,gutim,10287 +nof,254,40,1,6726,4753,,896,1442.2334779999912,,,,,,,144,90,0,,,,,,,,,,,gutim,10288 +nof,254,35,3,6721,4754,,768,1442.3804779999912,,,,,,,144,34,0,,,,,,,,,,,gutim,10283 +nof,254,38,1,6724,4755,,896,1442.3804779999912,,,,,,,144,60,0,,,,,,,,,,,gutim,10286 +non,254,41,1,6727,4755,2993,992,1442.3804779999912,0.147058823529412,32,0,C4,ff,22,144,60,22,,,,,,o,,,,,gutim,10289 +non,254,42,1,6728,4755,2993,992,1442.3804779999912,0.147058823529412,32,0,A4,ff,22,144,69,22,,,,,,o,,,,,gutim,10290 +non,254,43,3,6729,4755,2993,992,1442.3804779999912,0.147058823529412,32,0,E2,ff,22,144,40,22,,,,,,o,,,,,gutim,10291 +non,254,44,3,6730,4755,2993,992,1442.3804779999912,0.147058823529412,32,0,G#2,ff,22,144,44,22,,,,,,o,,,,,gutim,10292 +rst,254,45,1,6731,4756,,1024,1442.527477999991,,,,,,,176,102,0,,,,,,,,,,,gutim,10293 +non,254,46,3,6732,4756,2994,1024,1442.527477999991,0.390625,8,0,Bb1,ff,22,144,34,22,,,,,,o,,,,,gutim,10294 +nof,254,41,1,6727,4757,,992,1442.527477999991,,,,,,,144,60,0,,,,,,,,,,,gutim,10289 +nof,254,42,1,6728,4757,,992,1442.527477999991,,,,,,,144,69,0,,,,,,,,,,,gutim,10290 +nof,254,43,3,6729,4757,,992,1442.527477999991,,,,,,,144,40,0,,,,,,,,,,,gutim,10291 +nof,254,44,3,6730,4757,,992,1442.527477999991,,,,,,,144,44,0,,,,,,,,,,,gutim,10292 +nof,254,46,3,6732,4758,,1024,1442.9184779999912,,,,,,,144,34,0,,,,,,,,,,,gutim,10294 +non,254,47,1,6733,4758,2995,1109,1442.9184779999912,0.197610294117647,16,0,A5,ff,22,144,81,22,,,,,,o,,,,,gutim,10295 +non,254,48,3,6734,4758,2995,1109,1442.9184779999912,0.197610294117647,16,0,C#3,ff,22,144,49,22,,,,,,o,,,,,gutim,10296 +non,254,49,3,6735,4758,2995,1109,1442.9184779999912,0.294117647058824,16,0,D4,ff,22,144,62,22,,,,,,o,,,,,gutim,10297 +nof,254,47,1,6733,4759,,1109,1443.116477999991,,,,,,,144,81,0,,,,,,,,,,,gutim,10295 +nof,254,48,3,6734,4759,,1109,1443.116477999991,,,,,,,144,49,0,,,,,,,,,,,gutim,10296 +non,254,50,1,6736,4759,2996,1152,1443.116477999991,0.147058823529412,32,0,C4,ff,22,144,60,22,,,,,,o,,,,,gutim,10298 +non,254,51,1,6737,4759,2996,1152,1443.116477999991,0.147058823529412,32,0,A4,ff,22,144,69,22,,,,,,o,,,,,gutim,10299 +non,254,52,3,6738,4759,2996,1152,1443.116477999991,0.588235294117647,8,0,E2,ff,22,144,40,22,,,,,,o,,,,,gutim,10300 +non,254,53,3,6739,4759,2996,1152,1443.116477999991,0.588235294117647,8,0,G#2,ff,22,144,44,22,,,,,,o,,,,,gutim,10301 +nof,254,49,3,6735,4760,,1109,1443.212477999991,,,,,,,144,62,0,,,,,,,,,,,gutim,10297 +non,254,54,1,6740,4761,2997,1184,1443.2634779999912,0.441176470588235,16,1,F#6,ff,22,144,90,22,,,,,,o,,,,,gutim,10302 +nof,254,50,1,6736,4762,,1152,1443.2634779999912,,,,,,,144,60,0,,,,,,,,,,,gutim,10298 +nof,254,51,1,6737,4762,,1152,1443.2634779999912,,,,,,,144,69,0,,,,,,,,,,,gutim,10299 +nof,254,52,3,6738,4763,,1152,1443.7044779999912,,,,,,,144,40,0,,,,,,,,,,,gutim,10300 +nof,254,53,3,6739,4763,,1152,1443.7044779999912,,,,,,,144,44,0,,,,,,,,,,,gutim,10301 +nof,254,54,1,6740,4763,,1184,1443.7044779999912,,,,,,,144,90,0,,,,,,,,,,,gutim,10302 +rst,254,55,1,6741,4764,,1280,1443.7044779999912,,,,,,,176,102,0,,,,,,,,,,,gutim,10303 +rst,254,56,3,6742,4764,,1280,1443.7044779999912,,,,,,,176,102,0,,,,,,,,,,,gutim,10304 +non,254,57,1,6743,4765,2998,1365,1444.094477999991,0.197610294117647,16,0,Eb4,mp,14,144,63,14,,,,,,o,,,,,gutim,10305 +non,254,58,1,6744,4765,2998,1365,1444.094477999991,0.294117647058824,16,0,G4,mp,14,144,67,14,,,,,,o,,,,,gutim,10306 +non,254,59,1,6745,4765,2998,1365,1444.094477999991,0.294117647058824,16,0,C6,mp,14,144,84,14,,,,,,o,,,,,gutim,10307 +non,254,60,1,6746,4765,2998,1365,1444.094477999991,0.294117647058824,16,0,A6,mp,14,144,93,14,,,,,,o,,,,,gutim,10308 +nof,254,57,1,6743,4766,,1365,1444.2924779999912,,,,,,,144,63,0,,,,,,,,,,,gutim,10305 +nof,254,58,1,6744,4767,,1365,1444.2924779999912,,,,,,,144,67,0,,,,,,,,,,,gutim,10306 +non,254,61,1,6747,4767,2999,1408,1444.2924779999912,0.390625,8,0,Eb4,mp+,15,144,63,15,,,,,,o,,,,,gutim,10309 +non,254,62,1,6748,4767,2999,1408,1444.2924779999912,0.588235294117647,8,0,F#4,mp+,15,144,66,15,,,,,,o,,,,,gutim,10310 +non,254,63,1,6749,4767,2999,1408,1444.2924779999912,0.588235294117647,8,0,G4,mp+,15,144,67,15,,,,,,o,,,,,gutim,10311 +non,254,64,1,6750,4767,2999,1408,1444.2924779999912,0.588235294117647,8,0,Eb6,mp+,15,144,87,15,,,,,,o,,,,,gutim,10312 +rst,254,65,3,6751,4767,,1408,1444.2924779999912,,,,,,,176,102,0,,,,,,,,,,,gutim,10313 +nof,254,59,1,6745,4768,,1365,1444.3894779999912,,,,,,,144,84,0,,,,,,,,,,,gutim,10307 +nof,254,60,1,6746,4768,,1365,1444.3894779999912,,,,,,,144,93,0,,,,,,,,,,,gutim,10308 +non,254,66,3,6752,4769,3000,1429,1444.3894779999912,0.0965073529411765,32,0,A4,ff,22,144,69,22,,,,,,o,,d,e,,gutim,10314 +nof,254,66,3,6752,4770,,1429,1444.4854779999912,,,,,,,144,69,0,,,,,,,,,,,gutim,10314 +non,254,67,3,6753,4770,3001,1450,1444.4854779999912,0.101102941176471,32,0,C#2,ff,22,144,37,22,,,,,,o,,d,e,,gutim,10315 +non,254,68,3,6754,4771,3002,1472,1444.586477999991,0.0965073529411765,32,0,B1,ff,22,144,35,22,,,,,,o,,d,e,,gutim,10316 +nof,254,67,3,6753,4772,,1450,1444.586477999991,,,,,,,144,37,0,,,,,,,,,,,gutim,10315 +nof,254,61,1,6747,4773,,1408,1444.683477999991,,,,,,,144,63,0,,,,,,,,,,,gutim,10309 +nof,254,68,3,6754,4773,,1472,1444.683477999991,,,,,,,144,35,0,,,,,,,,,,,gutim,10316 +rst,254,69,1,6755,4773,,1493,1444.683477999991,,,,,,,176,102,0,,,,,,,,,,,gutim,10317 +non,254,70,3,6756,4773,3003,1493,1444.683477999991,0.0965073529411765,32,0,D3,ff,22,144,50,22,,,,,,o,,d,e,,gutim,10318 +nof,254,70,3,6756,4774,,1493,1444.779477999991,,,,,,,144,50,0,,,,,,,,,,,gutim,10318 +non,254,71,1,6757,4774,3004,1514,1444.779477999991,0.101102941176471,32,0,F7,ff,22,144,101,22,,,,,,o,,,,,gutim,10319 +non,254,72,3,6758,4774,3004,1514,1444.779477999991,0.101102941176471,32,0,B1,ff,22,144,35,22,,,,,,o,,d,e,,gutim,10320 +non,254,73,3,6759,4774,3004,1514,1444.779477999991,0.147058823529412,32,0,C#2,ff,22,144,37,22,,,,,,o,,d,e,,gutim,10321 +ped,254,74,0,6760,4775,,1535,1444.876477999991,,,,,,,176,64,0,,,,,,,^,,,,gutim,10206 +nof,254,62,1,6748,4776,,1408,1444.8804779999912,,,,,,,144,66,0,,,,,,,,,,,gutim,10310 +nof,254,63,1,6749,4776,,1408,1444.8804779999912,,,,,,,144,67,0,,,,,,,,,,,gutim,10311 +nof,254,64,1,6750,4776,,1408,1444.8804779999912,,,,,,,144,87,0,,,,,,,,,,,gutim,10312 +bar,255,0,0,6761,4776,,0,1444.8804779999912,,,,,,,,,,255,,,,,,,,,,gutim,10322 +non,255,1,1,6762,4776,3005,0,1444.8804779999912,0.390625,8,0,F#6,ff,22,144,90,22,,,,,,o,,,,,gutim,10323 +non,255,2,3,6763,4776,3005,0,1444.8804779999912,0.588235294117647,8,0,E2,ff,22,144,40,22,,,,,,o,,d,E,,gutim,10324 +non,255,3,3,6764,4776,3005,0,1444.8804779999912,0.588235294117647,8,0,G#2,ff,22,144,44,22,,,,,,o,,d,E,,gutim,10325 +nof,254,71,1,6757,4777,,1514,1444.8804779999912,,,,,,,144,101,0,,,,,,,,,,,gutim,10319 +nof,254,72,3,6758,4777,,1514,1444.8804779999912,,,,,,,144,35,0,,,,,,,,,,,gutim,10320 +nof,254,73,3,6759,4778,,1514,1444.9264779999912,,,,,,,144,37,0,,,,,,,,,,,gutim,10321 +nof,255,1,1,6762,4779,,0,1445.2714779999912,,,,,,,144,90,0,,,,,,,,,,,gutim,10323 +non,255,4,1,6765,4780,3006,85,1445.2714779999912,0.390625,8,0,Db4,ff,22,144,61,22,,,,,,o,,,,,gutim,10326 +non,255,5,1,6766,4780,3006,85,1445.2714779999912,0.588235294117647,8,0,C6,ff,22,144,84,22,,,,,,o,,,,,gutim,10327 +nof,255,2,3,6763,4781,,0,1445.469477999991,,,,,,,144,40,0,,,,,,,,,,,gutim,10324 +nof,255,3,3,6764,4781,,0,1445.469477999991,,,,,,,144,44,0,,,,,,,,,,,gutim,10325 +non,255,6,3,6767,4782,3007,128,1445.469477999991,0.147058823529412,32,0,E2,ff,22,144,40,22,,,,,,o,,,e,,gutim,10328 +non,255,7,3,6768,4782,3007,128,1445.469477999991,0.147058823529412,32,0,G#2,ff,22,144,44,22,,,,,,o,,,e,,gutim,10329 +non,255,8,3,6769,4782,3007,128,1445.469477999991,0.147058823529412,32,0,C4,ff,22,144,60,22,,,,,,o,,,e,,gutim,10330 +non,255,9,3,6770,4782,3007,128,1445.469477999991,0.147058823529412,32,0,A4,ff,22,144,69,22,,,,,,o,,,e,,gutim,10331 +nof,255,6,3,6767,4783,,128,1445.616477999991,,,,,,,144,40,0,,,,,,,,,,,gutim,10328 +nof,255,7,3,6768,4783,,128,1445.616477999991,,,,,,,144,44,0,,,,,,,,,,,gutim,10329 +nof,255,8,3,6769,4783,,128,1445.616477999991,,,,,,,144,60,0,,,,,,,,,,,gutim,10330 +nof,255,9,3,6770,4783,,128,1445.616477999991,,,,,,,144,69,0,,,,,,,,,,,gutim,10331 +non,255,10,3,6771,4783,3008,160,1445.616477999991,0.147058823529412,32,0,A4,ff,22,144,69,22,,,,,,o,,,e,,gutim,10332 +nof,255,4,1,6765,4784,,85,1445.662477999991,,,,,,,144,61,0,,,,,,,,,,,gutim,10326 +rst,255,12,1,6772,4785,,170,1445.662477999991,,,,,,,176,102,0,,,,,,,,,,,gutim,10333 +ped,255,11,0,6773,4785,,170,1445.662477999991,,,,,,,176,64,127,,,,,,,V,,,,gutim,10334 +nof,255,10,3,6771,4786,,160,1445.7634779999912,,,,,,,144,69,0,,,,,,,,,,,gutim,10332 +non,255,13,3,6774,4786,3009,192,1445.7634779999912,0.147058823529412,32,0,B1,ff,22,144,35,22,,,,,,o,,,e,,gutim,10335 +nof,255,5,1,6766,4787,,85,1445.8594779999912,,,,,,,144,84,0,,,,,,,,,,,gutim,10327 +non,255,14,3,6775,4788,3010,224,1445.9104779999911,0.147058823529412,32,0,C#2,ff,22,144,37,22,,,,,,o,,,e,,gutim,10336 +non,255,15,3,6776,4788,3010,224,1445.9104779999911,0.147058823529412,32,0,D3,ff,22,144,50,22,,,,,,o,,,e,,gutim,10337 +nof,255,13,3,6774,4789,,192,1445.9104779999911,,,,,,,144,35,0,,,,,,,,,,,gutim,10335 +nof,255,14,3,6775,4790,,224,1446.057477999991,,,,,,,144,37,0,,,,,,,,,,,gutim,10336 +nof,255,15,3,6776,4790,,224,1446.057477999991,,,,,,,144,50,0,,,,,,,,,,,gutim,10337 +non,255,16,1,6777,4790,3011,256,1446.057477999991,0.441176470588235,16,1,C#7,ff,22,144,97,22,,,,,,o,,,,,gutim,10338 +non,255,17,3,6778,4790,3011,256,1446.057477999991,0.390625,8,0,Bb3,ff,22,144,58,22,,,,,,o,,,E,,gutim,10339 +rst,255,18,3,6779,4791,,341,1446.4474779999912,,,,,,,176,102,0,,,,,,,,,,,gutim,10340 +nof,255,17,3,6778,4792,,256,1446.4474779999912,,,,,,,144,58,0,,,,,,,,,,,gutim,10339 +non,255,19,1,6780,4793,3012,352,1446.498477999991,0.147058823529412,32,0,C4,ff,22,144,60,22,,,,,,o,,,,,gutim,10341 +non,255,20,1,6781,4793,3012,352,1446.498477999991,0.147058823529412,32,0,A4,ff,22,144,69,22,,,,,,o,,,,,gutim,10342 +non,255,21,1,6782,4793,3012,352,1446.498477999991,0.147058823529412,32,0,F#6,ff,22,144,90,22,,,,,,o,,,,,gutim,10343 +nof,255,16,1,6777,4794,,256,1446.498477999991,,,,,,,144,97,0,,,,,,,,,,,gutim,10338 +nof,255,19,1,6780,4795,,352,1446.645477999991,,,,,,,144,60,0,,,,,,,,,,,gutim,10341 +nof,255,20,1,6781,4795,,352,1446.645477999991,,,,,,,144,69,0,,,,,,,,,,,gutim,10342 +nof,255,21,1,6782,4795,,352,1446.645477999991,,,,,,,144,90,0,,,,,,,,,,,gutim,10343 +non,255,22,1,6783,4795,3013,384,1446.645477999991,0.588235294117647,8,0,C4,ff,22,144,60,22,,,,,,o,,,,,gutim,10344 +non,255,23,1,6784,4795,3013,384,1446.645477999991,0.588235294117647,8,0,A4,ff,22,144,69,22,,,,,,o,,,,,gutim,10345 +non,255,24,1,6785,4795,3013,384,1446.645477999991,0.588235294117647,8,0,F#6,ff,22,144,90,22,,,,,,o,,,,,gutim,10346 +non,255,25,1,6786,4795,3013,384,1446.645477999991,0.588235294117647,8,0,F7,ff,22,144,101,22,,,,,,o,,,,,gutim,10347 +non,255,26,3,6787,4796,3014,426,1446.8384779999913,0.197610294117647,16,0,F3,ff,22,144,53,22,,,,,,o,,,,,gutim,10348 +nof,255,26,3,6787,4797,,426,1447.0364779999911,,,,,,,144,53,0,,,,,,,,,,,gutim,10348 +non,255,27,3,6788,4797,3015,469,1447.0364779999911,0.197610294117647,16,0,B0,ff,22,144,23,22,,,,,,o,,,,,gutim,10349 +nof,255,27,3,6788,4798,,469,1447.2334779999912,,,,,,,144,23,0,,,,,,,,,,,gutim,10349 +nof,255,22,1,6783,4799,,384,1447.2334779999912,,,,,,,144,60,0,,,,,,,,,,,gutim,10344 +nof,255,23,1,6784,4799,,384,1447.2334779999912,,,,,,,144,69,0,,,,,,,,,,,gutim,10345 +nof,255,24,1,6785,4799,,384,1447.2334779999912,,,,,,,144,90,0,,,,,,,,,,,gutim,10346 +nof,255,25,1,6786,4799,,384,1447.2334779999912,,,,,,,144,101,0,,,,,,,,,,,gutim,10347 +non,255,28,1,6789,4799,3016,512,1447.2334779999912,0.78125,4,0,A5,ff,22,144,81,22,,,,,,o,,,,,gutim,10350 +non,255,29,3,6790,4799,3016,512,1447.2334779999912,0.390625,8,0,C#3,ff,22,144,49,22,,,,,,o,,,,,gutim,10351 +non,255,30,3,6791,4799,3016,512,1447.2334779999912,0.588235294117647,8,0,F3,ff,22,144,53,22,,,,,,o,,,,,gutim,10352 +non,255,31,3,6792,4799,3016,512,1447.2334779999912,0.588235294117647,8,0,D4,ff,22,144,62,22,,,,,,o,,,,,gutim,10353 +nof,255,29,3,6790,4800,,512,1447.624477999991,,,,,,,144,49,0,,,,,,,,,,,gutim,10351 +non,255,32,3,6793,4801,3017,597,1447.624477999991,0.588235294117647,8,1,B0,ff,22,144,23,22,,,,,,o,,,,,gutim,10354 +nof,255,30,3,6791,4802,,512,1447.8214779999912,,,,,,,144,53,0,,,,,,,,,,,gutim,10352 +nof,255,31,3,6792,4802,,512,1447.8214779999912,,,,,,,144,62,0,,,,,,,,,,,gutim,10353 +nof,255,28,1,6789,4803,,512,1448.0144779999912,,,,,,,144,81,0,,,,,,,,,,,gutim,10350 +rst,255,33,1,6794,4804,,682,1448.0144779999912,,,,,,,176,102,0,,,,,,,,,,,gutim,10355 +nof,255,32,3,6793,4805,,597,1448.212477999991,,,,,,,144,23,0,,,,,,,,,,,gutim,10354 +non,255,34,1,6795,4806,3018,725,1448.212477999991,0.197610294117647,16,0,A5,ff,22,144,81,22,,,,,,o,,,,,gutim,10356 +non,255,35,3,6796,4806,3018,725,1448.212477999991,0.197610294117647,16,0,C#3,ff,22,144,49,22,,,,,,o,,,,,gutim,10357 +non,255,36,3,6797,4806,3018,725,1448.212477999991,0.294117647058824,16,0,F3,ff,22,144,53,22,,,,,,o,,,,,gutim,10358 +non,255,37,3,6798,4806,3018,725,1448.212477999991,0.294117647058824,16,0,D4,ff,22,144,62,22,,,,,,o,,,,,gutim,10359 +nof,255,34,1,6795,4807,,725,1448.4104779999911,,,,,,,144,81,0,,,,,,,,,,,gutim,10356 +nof,255,35,3,6796,4807,,725,1448.4104779999911,,,,,,,144,49,0,,,,,,,,,,,gutim,10357 +rst,255,38,1,6799,4807,,768,1448.4104779999911,,,,,,,176,102,0,,,,,,,,,,,gutim,10360 +non,255,39,3,6800,4807,3019,768,1448.4104779999911,0.78125,4,0,B0,ff,22,144,23,22,,,,,,o,,,,,gutim,10361 +nof,255,36,3,6797,4808,,725,1448.5064779999911,,,,,,,144,53,0,,,,,,,,,,,gutim,10358 +nof,255,37,3,6798,4808,,725,1448.5064779999911,,,,,,,144,62,0,,,,,,,,,,,gutim,10359 +non,255,40,1,6801,4809,3020,896,1448.998477999991,0.147058823529412,32,0,B1,ff,22,144,35,22,,,,,,o,,,,,gutim,10362 +non,255,41,1,6802,4809,3020,896,1448.998477999991,0.147058823529412,32,0,C#2,ff,22,144,37,22,,,,,,o,,,,,gutim,10363 +non,255,42,1,6803,4809,3020,896,1448.998477999991,0.147058823529412,32,0,D3,ff,22,144,50,22,,,,,,o,,,,,gutim,10364 +non,255,43,1,6804,4809,3020,896,1448.998477999991,0.147058823529412,32,0,A4,ff,22,144,69,22,,,,,,o,,,,,gutim,10365 +nof,255,40,1,6801,4810,,896,1449.145477999991,,,,,,,144,35,0,,,,,,,,,,,gutim,10362 +nof,255,41,1,6802,4810,,896,1449.145477999991,,,,,,,144,37,0,,,,,,,,,,,gutim,10363 +nof,255,42,1,6803,4810,,896,1449.145477999991,,,,,,,144,50,0,,,,,,,,,,,gutim,10364 +nof,255,43,1,6804,4810,,896,1449.145477999991,,,,,,,144,69,0,,,,,,,,,,,gutim,10365 +non,255,44,1,6805,4810,3021,928,1449.145477999991,0.147058823529412,32,0,E2,ff,22,144,40,22,,,,,,o,,,,,gutim,10366 +non,255,45,1,6806,4810,3021,928,1449.145477999991,0.147058823529412,32,0,G#2,ff,22,144,44,22,,,,,,o,,,,,gutim,10367 +non,255,46,1,6807,4810,3021,928,1449.145477999991,0.147058823529412,32,0,C4,ff,22,144,60,22,,,,,,o,,,,,gutim,10368 +non,255,47,1,6808,4810,3021,928,1449.145477999991,0.147058823529412,32,0,A4,ff,22,144,69,22,,,,,,o,,,,,gutim,10369 +nof,255,39,3,6800,4811,,768,1449.191477999991,,,,,,,144,23,0,,,,,,,,,,,gutim,10361 +rst,255,48,3,6809,4811,,938,1449.191477999991,,,,,,,176,102,0,,,,,,,,,,,gutim,10370 +rst,255,49,1,6810,4812,,960,1449.2924779999912,,,,,,,176,102,0,,,,,,,,,,,gutim,10371 +nof,255,44,1,6805,4813,,928,1449.2924779999912,,,,,,,144,40,0,,,,,,,,,,,gutim,10366 +nof,255,45,1,6806,4813,,928,1449.2924779999912,,,,,,,144,44,0,,,,,,,,,,,gutim,10367 +nof,255,46,1,6807,4813,,928,1449.2924779999912,,,,,,,144,60,0,,,,,,,,,,,gutim,10368 +nof,255,47,1,6808,4813,,928,1449.2924779999912,,,,,,,144,69,0,,,,,,,,,,,gutim,10369 +non,255,50,1,6811,4814,3022,981,1449.3894779999912,0.197610294117647,16,0,A5,ff,22,144,81,22,,,,,,o,,,,,gutim,10372 +non,255,51,3,6812,4814,3022,981,1449.3894779999912,0.197610294117647,16,0,C#3,ff,22,144,49,22,,,,,,o,,,,,gutim,10373 +non,255,52,3,6813,4814,3022,981,1449.3894779999912,0.294117647058824,16,0,F3,ff,22,144,53,22,,,,,,o,,,,,gutim,10374 +non,255,53,3,6814,4814,3022,981,1449.3894779999912,0.294117647058824,16,0,D4,ff,22,144,62,22,,,,,,o,,,,,gutim,10375 +nof,255,50,1,6811,4815,,981,1449.586477999991,,,,,,,144,81,0,,,,,,,,,,,gutim,10372 +nof,255,51,3,6812,4815,,981,1449.586477999991,,,,,,,144,49,0,,,,,,,,,,,gutim,10373 +nof,255,52,3,6813,4815,,981,1449.586477999991,,,,,,,144,53,0,,,,,,,,,,,gutim,10374 +nof,255,53,3,6814,4815,,981,1449.586477999991,,,,,,,144,62,0,,,,,,,,,,,gutim,10375 +rst,255,54,1,6815,4815,,1024,1449.586477999991,,,,,,,176,102,0,,,,,,,,,,,gutim,10376 +non,255,55,3,6816,4815,3023,1024,1449.586477999991,0.390625,8,0,Bb1,ff,22,144,34,22,,,,,,o,,,,,gutim,10377 +non,255,56,3,6817,4815,3023,1024,1449.586477999991,0.588235294117647,8,0,C#3,ff,22,144,49,22,,,,,,o,,,,,gutim,10378 +non,255,57,3,6818,4815,3023,1024,1449.586477999991,0.588235294117647,8,0,F3,ff,22,144,53,22,,,,,,o,,,,,gutim,10379 +non,255,58,3,6819,4815,3023,1024,1449.586477999991,0.588235294117647,8,0,D4,ff,22,144,62,22,,,,,,o,,,,,gutim,10380 +nof,255,55,3,6816,4816,,1024,1449.9774779999912,,,,,,,144,34,0,,,,,,,,,,,gutim,10377 +non,255,59,3,6820,4816,3024,1109,1449.9774779999912,0.785845588235294,4,0,B0,ff,22,144,23,22,,,,,,o,,,,,gutim,10381 +nof,255,56,3,6817,4817,,1024,1450.174477999991,,,,,,,144,49,0,,,,,,,,,,,gutim,10378 +nof,255,57,3,6818,4817,,1024,1450.174477999991,,,,,,,144,53,0,,,,,,,,,,,gutim,10379 +nof,255,58,3,6819,4817,,1024,1450.174477999991,,,,,,,144,62,0,,,,,,,,,,,gutim,10380 +rst,255,60,1,6821,4817,,1152,1450.174477999991,,,,,,,176,102,0,,,,,,,,,,,gutim,10382 +non,255,61,1,6822,4818,3025,1184,1450.3214779999912,0.147058823529412,32,0,C4,ff,22,144,60,22,,,,,,o,,,,,gutim,10383 +non,255,62,1,6823,4818,3025,1184,1450.3214779999912,0.147058823529412,32,0,A4,ff,22,144,69,22,,,,,,o,,,,,gutim,10384 +non,255,63,1,6824,4818,3025,1184,1450.3214779999912,0.147058823529412,32,0,F#6,ff,22,144,90,22,,,,,,o,,,,,gutim,10385 +nof,255,61,1,6822,4819,,1184,1450.469477999991,,,,,,,144,60,0,,,,,,,,,,,gutim,10383 +nof,255,62,1,6823,4819,,1184,1450.469477999991,,,,,,,144,69,0,,,,,,,,,,,gutim,10384 +nof,255,63,1,6824,4819,,1184,1450.469477999991,,,,,,,144,90,0,,,,,,,,,,,gutim,10385 +non,255,64,1,6825,4819,3026,1216,1450.469477999991,0.294117647058824,16,0,C4,ff,22,144,60,22,,,,,,o,,,,,gutim,10386 +non,255,65,1,6826,4819,3026,1216,1450.469477999991,0.294117647058824,16,0,A4,ff,22,144,69,22,,,,,,o,,,,,gutim,10387 +non,255,66,1,6827,4819,3026,1216,1450.469477999991,0.294117647058824,16,0,F#6,ff,22,144,90,22,,,,,,o,,,,,gutim,10388 +non,255,67,1,6828,4819,3026,1216,1450.469477999991,0.294117647058824,16,0,F7,ff,22,144,101,22,,,,,,o,,,,,gutim,10389 +nof,255,64,1,6825,4820,,1216,1450.7634779999912,,,,,,,144,60,0,,,,,,,,,,,gutim,10386 +nof,255,65,1,6826,4820,,1216,1450.7634779999912,,,,,,,144,69,0,,,,,,,,,,,gutim,10387 +nof,255,66,1,6827,4820,,1216,1450.7634779999912,,,,,,,144,90,0,,,,,,,,,,,gutim,10388 +nof,255,67,1,6828,4820,,1216,1450.7634779999912,,,,,,,144,101,0,,,,,,,,,,,gutim,10389 +non,255,68,1,6829,4820,3027,1280,1450.7634779999912,0.390625,8,0,C4,ff,22,144,60,22,,,,,,o,,,,,gutim,10390 +non,255,69,1,6830,4820,3027,1280,1450.7634779999912,0.588235294117647,8,0,A4,ff,22,144,69,22,,,,,,o,,,,,gutim,10391 +non,255,70,3,6831,4820,3027,1280,1450.7634779999912,0.588235294117647,8,0,E2,ff,22,144,40,22,,,,,,o,,,,,gutim,10392 +non,255,71,3,6832,4820,3027,1280,1450.7634779999912,0.588235294117647,8,0,G#2,ff,22,144,44,22,,,,,,o,,,,,gutim,10393 +nof,255,59,3,6820,4821,,1109,1450.7634779999912,,,,,,,144,23,0,,,,,,,,,,,gutim,10381 +nof,255,68,1,6829,4822,,1280,1451.153477999991,,,,,,,144,60,0,,,,,,,,,,,gutim,10390 +non,255,72,1,6833,4822,3028,1365,1451.153477999991,0.785845588235294,4,0,Db4,ff,22,144,61,22,,,,,,o,,,,,gutim,10394 +non,255,73,1,6834,4822,3028,1365,1451.153477999991,1.17647058823529,4,0,C6,ff,22,144,84,22,,,,,,o,,,,,gutim,10395 +nof,255,69,1,6830,4823,,1280,1451.3514779999912,,,,,,,144,69,0,,,,,,,,,,,gutim,10391 +nof,255,70,3,6831,4823,,1280,1451.3514779999912,,,,,,,144,40,0,,,,,,,,,,,gutim,10392 +nof,255,71,3,6832,4823,,1280,1451.3514779999912,,,,,,,144,44,0,,,,,,,,,,,gutim,10393 +rst,255,74,3,6835,4824,,1408,1451.3514779999912,,,,,,,176,102,0,,,,,,,,,,,gutim,10396 +non,255,75,3,6836,4825,3029,1440,1451.498477999991,0.147058823529412,32,0,A4,ff,22,144,69,22,,,,,,o,,,,,gutim,10397 +nof,255,75,3,6836,4826,,1440,1451.645477999991,,,,,,,144,69,0,,,,,,,,,,,gutim,10397 +non,255,76,3,6837,4826,3030,1472,1451.645477999991,0.147058823529412,32,0,B1,ff,22,144,35,22,,,,,,o,,,,,gutim,10398 +nof,255,76,3,6837,4827,,1472,1451.7924779999912,,,,,,,144,35,0,,,,,,,,,,,gutim,10398 +non,255,77,3,6838,4827,3031,1504,1451.7924779999912,0.147058823529412,32,0,C#2,ff,22,144,37,22,,,,,,o,,,,,gutim,10399 +non,255,78,3,6839,4827,3031,1504,1451.7924779999912,0.147058823529412,32,0,D3,ff,22,144,50,22,,,,,,o,,,,,gutim,10400 +nof,255,72,1,6833,4828,,1365,1451.9394779999911,,,,,,,144,61,0,,,,,,,,,,,gutim,10394 +nof,255,77,3,6838,4828,,1504,1451.9394779999911,,,,,,,144,37,0,,,,,,,,,,,gutim,10399 +nof,255,78,3,6839,4828,,1504,1451.9394779999911,,,,,,,144,50,0,,,,,,,,,,,gutim,10400 +bar,256,0,0,6840,4828,,0,1451.9394779999911,,,,,,,,,,256,,,,,,,,,,gutim,10401 +rst,256,1,1,6841,4828,,0,1451.9394779999911,,,,,,,176,102,0,,,,,,,,,,,gutim,10402 +non,256,2,3,6842,4828,3032,0,1451.9394779999911,0.390625,8,0,B1,ff,22,144,35,22,,,,,,o,,,,,gutim,10403 +non,256,3,3,6843,4828,3032,0,1451.9394779999911,0.588235294117647,8,0,C#2,ff,22,144,37,22,,,,,,o,,,,,gutim,10404 +non,256,4,3,6844,4828,3032,0,1451.9394779999911,0.588235294117647,8,0,D3,ff,22,144,50,22,,,,,,o,,,,,gutim,10405 +nof,255,73,1,6834,4829,,1365,1452.3304779999912,,,,,,,144,84,0,,,,,,,,,,,gutim,10395 +nof,256,2,3,6842,4829,,0,1452.3304779999912,,,,,,,144,35,0,,,,,,,,,,,gutim,10403 +non,256,5,1,6845,4829,3033,85,1452.3304779999912,0.785845588235294,4,0,Db4,ff,22,144,61,22,,,,,,o,,,,,gutim,10406 +non,256,6,1,6846,4829,3033,85,1452.3304779999912,1.17647058823529,4,0,C6,ff,22,144,84,22,,,,,,o,,,,,gutim,10407 +rst,256,7,3,6847,4829,,85,1452.3304779999912,,,,,,,176,102,0,,,,,,,,,,,gutim,10408 +nof,256,3,3,6843,4830,,0,1452.527477999991,,,,,,,144,37,0,,,,,,,,,,,gutim,10404 +nof,256,4,3,6844,4830,,0,1452.527477999991,,,,,,,144,50,0,,,,,,,,,,,gutim,10405 +non,256,8,3,6848,4831,3034,170,1452.720477999991,0.197610294117647,16,0,F3,ff,22,144,53,22,,,,,,o,,,,,gutim,10409 +nof,256,8,3,6848,4832,,170,1452.9184779999912,,,,,,,144,53,0,,,,,,,,,,,gutim,10409 +non,256,9,3,6849,4833,3035,213,1452.9184779999912,0.197610294117647,16,0,B0,ff,22,144,23,22,,,,,,o,,,,,gutim,10410 +nof,256,5,1,6845,4834,,85,1453.116477999991,,,,,,,144,61,0,,,,,,,,,,,gutim,10406 +nof,256,9,3,6849,4834,,213,1453.116477999991,,,,,,,144,23,0,,,,,,,,,,,gutim,10410 +ped,256,10,0,6850,4835,,256,1453.116477999991,,,,,,,176,64,0,,,,,,,^,,,,gutim,10334 +rst,256,11,1,6851,4835,,256,1453.116477999991,,,,,,,176,102,0,,,,,,,,,,,gutim,10411 +rst,256,12,3,6852,4835,,256,1453.116477999991,,,,,,,176,102,0,,,,,,,,,,,gutim,10412 +non,256,13,3,6853,4836,3036,277,1453.212477999991,0.0965073529411765,32,0,A4,ff,22,144,69,22,,,,,,o,,d,e,,gutim,10413 +nof,256,13,3,6853,4837,,277,1453.3094779999913,,,,,,,144,69,0,,,,,,,,,,,gutim,10413 +non,256,14,3,6854,4837,3037,298,1453.3094779999913,0.101102941176471,32,0,C#2,ff,22,144,37,22,,,,,,o,,d,e,,gutim,10414 +non,256,15,3,6855,4838,3038,320,1453.4104779999911,0.0965073529411765,32,0,B1,ff,22,144,35,22,,,,,,o,,d,e,,gutim,10415 +nof,256,14,3,6854,4839,,298,1453.4104779999911,,,,,,,144,37,0,,,,,,,,,,,gutim,10414 +nof,256,6,1,6846,4840,,85,1453.5064779999911,,,,,,,144,84,0,,,,,,,,,,,gutim,10407 +nof,256,15,3,6855,4841,,320,1453.5064779999911,,,,,,,144,35,0,,,,,,,,,,,gutim,10415 +non,256,16,3,6856,4841,3039,341,1453.5064779999911,0.0965073529411765,32,0,D3,ff,22,144,50,22,,,,,,o,,d,e,,gutim,10416 +nof,256,16,3,6856,4842,,341,1453.6034779999911,,,,,,,144,50,0,,,,,,,,,,,gutim,10416 +non,256,17,3,6857,4842,3040,362,1453.6034779999911,0.101102941176471,32,0,B1,ff,22,144,35,22,,,,,,o,,d,e,,gutim,10417 +non,256,18,3,6858,4842,3040,362,1453.6034779999911,0.147058823529412,32,0,C#2,ff,22,144,37,22,,,,,,o,,d,E 5989,,gutim,10418 +nof,256,17,3,6857,4843,,362,1453.7044779999912,,,,,,,144,35,0,,,,,,,,,,,gutim,10417 +rst,256,19,3,6859,4843,,384,1453.7044779999912,,,,,,,176,102,0,,,,,,,,,,,gutim,10419 +nof,256,18,3,6858,4844,,362,1453.750477999991,,,,,,,144,37,0,,,,,,,,,,,gutim,10418 +non,256,20,3,6860,4845,3041,416,1453.8514779999912,0.147058823529412,32,0,E2,ff,22,144,40,22,,,,,,o,,,,,gutim,10420 +non,256,21,3,6861,4845,3041,416,1453.8514779999912,0.147058823529412,32,0,G#2,ff,22,144,44,22,,,,,,o,,,,,gutim,10421 +nof,256,20,3,6860,4846,,416,1453.998477999991,,,,,,,144,40,0,,,,,,,,,,,gutim,10420 +nof,256,21,3,6861,4846,,416,1453.998477999991,,,,,,,144,44,0,,,,,,,,,,,gutim,10421 +non,256,22,3,6862,4846,3042,448,1453.998477999991,0.294117647058824,16,0,E2,ff,22,144,40,22,,,,,,o,,,,,gutim,10422 +non,256,23,3,6863,4846,3042,448,1453.998477999991,0.294117647058824,16,0,G#2,ff,22,144,44,22,,,,,,o,,,,,gutim,10423 +non,256,24,3,6864,4846,3042,448,1453.998477999991,0.294117647058824,16,0,C4,ff,22,144,60,22,,,,,,o,,,,,gutim,10424 +non,256,25,3,6865,4846,3042,448,1453.998477999991,0.294117647058824,16,0,A4,ff,22,144,69,22,,,,,,o,,,,,gutim,10425 +nof,256,22,3,6862,4847,,448,1454.2924779999912,,,,,,,144,40,0,,,,,,,,,,,gutim,10422 +nof,256,23,3,6863,4847,,448,1454.2924779999912,,,,,,,144,44,0,,,,,,,,,,,gutim,10423 +nof,256,24,3,6864,4847,,448,1454.2924779999912,,,,,,,144,60,0,,,,,,,,,,,gutim,10424 +nof,256,25,3,6865,4847,,448,1454.2924779999912,,,,,,,144,69,0,,,,,,,,,,,gutim,10425 +rst,256,27,1,6866,4847,,512,1454.2924779999912,,,,,,,176,102,0,,,,,,,,,,,gutim,10426 +non,256,28,3,6867,4847,3043,512,1454.2924779999912,0.588235294117647,8,0,Bb1,ff,22,144,34,22,,,,,,o,,,,,gutim,10427 +ped,256,26,0,6868,4847,,512,1454.2924779999912,,,,,,,176,64,127,,,,,,,V,,,,gutim,10428 +non,256,29,1,6869,4848,3044,597,1454.683477999991,0.785845588235294,4,0,Db4,ff,22,144,61,22,,,,,,o,,,,,gutim,10429 +non,256,30,1,6870,4848,3044,597,1454.683477999991,1.17647058823529,4,0,C6,ff,22,144,84,22,,,,,,o,,,,,gutim,10430 +nof,256,28,3,6867,4849,,512,1454.8804779999912,,,,,,,144,34,0,,,,,,,,,,,gutim,10427 +rst,256,31,3,6871,4849,,640,1454.8804779999912,,,,,,,176,102,0,,,,,,,,,,,gutim,10431 +non,256,32,3,6872,4850,3045,672,1455.027477999991,0.147058823529412,32,0,B1,ff,22,144,35,22,,,,,,o,,,,,gutim,10432 +non,256,33,3,6873,4850,3045,672,1455.027477999991,0.147058823529412,32,0,C#2,ff,22,144,37,22,,,,,,o,,,,,gutim,10433 +non,256,34,3,6874,4850,3045,672,1455.027477999991,0.147058823529412,32,0,D3,ff,22,144,50,22,,,,,,o,,,,,gutim,10434 +non,256,35,3,6875,4850,3045,672,1455.027477999991,0.147058823529412,32,0,A4,ff,22,144,69,22,,,,,,o,,,,,gutim,10435 +nof,256,32,3,6872,4851,,672,1455.174477999991,,,,,,,144,35,0,,,,,,,,,,,gutim,10432 +nof,256,33,3,6873,4851,,672,1455.174477999991,,,,,,,144,37,0,,,,,,,,,,,gutim,10433 +nof,256,34,3,6874,4851,,672,1455.174477999991,,,,,,,144,50,0,,,,,,,,,,,gutim,10434 +nof,256,35,3,6875,4851,,672,1455.174477999991,,,,,,,144,69,0,,,,,,,,,,,gutim,10435 +ped,256,36,0,6876,4851,,704,1455.174477999991,,,,,,,176,64,0,,,,,,,^,,,,gutim,10428 +non,256,37,3,6877,4851,3046,704,1455.174477999991,0.294117647058824,16,0,E2,ff,22,144,40,22,,,,,,o,,,,,gutim,10436 +non,256,38,3,6878,4851,3046,704,1455.174477999991,0.294117647058824,16,0,G#2,ff,22,144,44,22,,,,,,o,,,,,gutim,10437 +non,256,39,3,6879,4851,3046,704,1455.174477999991,0.294117647058824,16,0,C4,ff,22,144,60,22,,,,,,o,,,,,gutim,10438 +non,256,40,3,6880,4851,3046,704,1455.174477999991,0.294117647058824,16,0,A4,ff,22,144,69,22,,,,,,o,,,,,gutim,10439 +nof,256,29,1,6869,4852,,597,1455.469477999991,,,,,,,144,61,0,,,,,,,,,,,gutim,10429 +nof,256,37,3,6877,4852,,704,1455.469477999991,,,,,,,144,40,0,,,,,,,,,,,gutim,10436 +nof,256,38,3,6878,4852,,704,1455.469477999991,,,,,,,144,44,0,,,,,,,,,,,gutim,10437 +nof,256,39,3,6879,4852,,704,1455.469477999991,,,,,,,144,60,0,,,,,,,,,,,gutim,10438 +nof,256,40,3,6880,4852,,704,1455.469477999991,,,,,,,144,69,0,,,,,,,,,,,gutim,10439 +non,256,41,1,6881,4852,3047,768,1455.469477999991,0.390625,8,0,Bb3,ff,22,144,58,22,,,,,,o,,,,,gutim,10440 +non,256,42,1,6882,4852,3047,768,1455.469477999991,0.588235294117647,8,0,Db7,ff,22,144,97,22,,,,,,o,,,,,gutim,10441 +rst,256,43,3,6883,4852,,768,1455.469477999991,,,,,,,176,102,0,,,,,,,,,,,gutim,10442 +nof,256,30,1,6870,4853,,597,1455.8594779999912,,,,,,,144,84,0,,,,,,,,,,,gutim,10430 +nof,256,41,1,6881,4853,,768,1455.8594779999912,,,,,,,144,58,0,,,,,,,,,,,gutim,10440 +non,256,45,1,6884,4853,3048,853,1455.8594779999912,0.785845588235294,4,0,E3,ff,22,144,52,22,,,,,,o,,,,,gutim,10443 +non,256,46,1,6885,4853,3048,853,1455.8594779999912,1.17647058823529,4,0,C#4,ff,22,144,61,22,,,,,,o,,,,,gutim,10444 +non,256,47,1,6886,4853,3048,853,1455.8594779999912,1.17647058823529,4,0,C6,ff,22,144,84,22,,,,,,o,,,,,gutim,10445 +ped,256,44,0,6887,4853,,853,1455.8594779999912,,,,,,,176,64,127,,,,,,,V,,,,gutim,10446 +nof,256,42,1,6882,4854,,768,1456.057477999991,,,,,,,144,97,0,,,,,,,,,,,gutim,10441 +non,256,48,3,6888,4854,3049,896,1456.057477999991,0.114889705882353,32,0,E4,ff,22,144,64,22,,,,,,o,,d,,,gutim,10447 +nof,256,48,3,6888,4855,,896,1456.172477999991,,,,,,,144,64,0,,,,,,,,,,,gutim,10447 +non,256,49,3,6889,4855,3050,921,1456.172477999991,0.234375,16,0,F#3,ff,22,144,54,22,,,,,,o,,d,,,gutim,10448 +nof,256,49,3,6889,4856,,921,1456.4064779999912,,,,,,,144,54,0,,,,,,,,,,,gutim,10448 +non,256,50,3,6890,4856,3051,972,1456.4064779999912,0.119485294117647,32,0,A4,ff,22,144,69,22,,,,,,o,,d,,,gutim,10449 +ped,256,52,0,6891,4857,,1024,1456.4954779999912,,,,,,,176,64,0,,,,,,,^,,,,gutim,10446 +nof,256,50,3,6890,4858,,972,1456.5264779999911,,,,,,,144,69,0,,,,,,,,,,,gutim,10449 +non,256,51,3,6892,4858,3052,998,1456.5264779999911,0.119485294117647,32,0,G#4,ff,22,144,68,22,,,,,,o,,d,,,gutim,10450 +nof,256,45,1,6884,4859,,853,1456.645477999991,,,,,,,144,52,0,,,,,,,,,,,gutim,10443 +nof,256,51,3,6892,4859,,998,1456.645477999991,,,,,,,144,68,0,,,,,,,,,,,gutim,10450 +non,256,54,1,6893,4859,3053,1024,1456.645477999991,0.390625,8,0,Db7,ff,22,144,97,22,,,,,,o,,d,,,gutim,10451 +non,256,55,3,6894,4859,3053,1024,1456.645477999991,0.390625,8,0,E3,ff,22,144,52,22,,,,,,o,,d,,,gutim,10452 +non,256,56,3,6895,4859,3053,1024,1456.645477999991,0.588235294117647,8,0,Bb3,ff,22,144,58,22,,,,,,o,,d,,,gutim,10453 +ped,256,53,0,6896,4860,,1024,1456.7954779999911,,,,,,,176,64,127,,,,,,,V,,,,gutim,10454 +nof,256,46,1,6885,4861,,853,1457.0364779999911,,,,,,,144,61,0,,,,,,,,,,,gutim,10444 +nof,256,47,1,6886,4861,,853,1457.0364779999911,,,,,,,144,84,0,,,,,,,,,,,gutim,10445 +nof,256,54,1,6893,4861,,1024,1457.0364779999911,,,,,,,144,97,0,,,,,,,,,,,gutim,10451 +nof,256,55,3,6894,4861,,1024,1457.0364779999911,,,,,,,144,52,0,,,,,,,,,,,gutim,10452 +non,256,57,1,6897,4861,3054,1109,1457.0364779999911,0.197610294117647,16,0,C6,ff,22,144,84,22,,,,,,o,,d,,,gutim,10455 +non,256,58,3,6898,4861,3054,1109,1457.0364779999911,0.197610294117647,16,0,E3,ff,22,144,52,22,,,,,,o,,d,,,gutim,10456 +non,256,59,3,6899,4861,3054,1109,1457.0364779999911,0.294117647058824,16,0,C#4,ff,22,144,61,22,,,,,,o,,d,,,gutim,10457 +nof,256,56,3,6895,4862,,1024,1457.2334779999912,,,,,,,144,58,0,,,,,,,,,,,gutim,10453 +nof,256,57,1,6897,4862,,1109,1457.2334779999912,,,,,,,144,84,0,,,,,,,,,,,gutim,10455 +nof,256,58,3,6898,4862,,1109,1457.2334779999912,,,,,,,144,52,0,,,,,,,,,,,gutim,10456 +non,256,60,1,6900,4862,3055,1152,1457.2334779999912,0.588235294117647,8,0,Db7,ff,22,144,97,22,,,,,,o,,D 5989,,,gutim,10458 +non,256,61,3,6901,4862,3055,1152,1457.2334779999912,0.294117647058824,16,0,E3,ff,22,144,52,22,,,,,,o,,,,,gutim,10459 +non,256,62,3,6902,4862,3055,1152,1457.2334779999912,0.294117647058824,16,0,Bb3,ff,22,144,58,22,,,,,,o,,,,,gutim,10460 +nof,256,59,3,6899,4863,,1109,1457.3304779999912,,,,,,,144,61,0,,,,,,,,,,,gutim,10457 +nof,256,61,3,6901,4864,,1152,1457.527477999991,,,,,,,144,52,0,,,,,,,,,,,gutim,10459 +nof,256,62,3,6902,4864,,1152,1457.527477999991,,,,,,,144,58,0,,,,,,,,,,,gutim,10460 +non,256,63,3,6903,4864,3056,1216,1457.527477999991,0.147058823529412,32,0,E2,ff,22,144,40,22,,,,,,o,,,,,gutim,10461 +non,256,64,3,6904,4864,3056,1216,1457.527477999991,0.147058823529412,32,0,G#2,ff,22,144,44,22,,,,,,o,,,,,gutim,10462 +nof,256,63,3,6903,4865,,1216,1457.674477999991,,,,,,,144,40,0,,,,,,,,,,,gutim,10461 +nof,256,64,3,6904,4865,,1216,1457.674477999991,,,,,,,144,44,0,,,,,,,,,,,gutim,10462 +non,256,65,3,6905,4865,3057,1248,1457.674477999991,0.147058823529412,32,0,C4,ff,22,144,60,22,,,,,,o,,,,,gutim,10463 +non,256,66,3,6906,4865,3057,1248,1457.674477999991,0.147058823529412,32,0,A4,ff,22,144,69,22,,,,,,o,,,,,gutim,10464 +nof,256,60,1,6900,4866,,1152,1457.8214779999912,,,,,,,144,97,0,,,,,,,,,,,gutim,10458 +nof,256,65,3,6905,4867,,1248,1457.8214779999912,,,,,,,144,60,0,,,,,,,,,,,gutim,10463 +nof,256,66,3,6906,4867,,1248,1457.8214779999912,,,,,,,144,69,0,,,,,,,,,,,gutim,10464 +non,256,67,1,6907,4867,3058,1280,1457.8214779999912,0.193014705882353,16,0,Ab4,ff,22,144,68,22,,,,,,o,,,,,gutim,10465 +rst,256,68,3,6908,4867,,1280,1457.8214779999912,,,,,,,176,102,0,,,,,,,,,,,gutim,10466 +nof,256,67,1,6907,4868,,1280,1458.0144779999912,,,,,,,144,68,0,,,,,,,,,,,gutim,10465 +non,256,69,1,6909,4868,3059,1322,1458.0144779999912,0.197610294117647,16,0,C6,ff,22,144,84,22,,,,,,o,,,,,gutim,10467 +nof,256,69,1,6909,4869,,1322,1458.212477999991,,,,,,,144,84,0,,,,,,,,,,,gutim,10467 +non,256,70,1,6910,4869,3060,1365,1458.212477999991,0.0965073529411765,32,0,Bb3,ff,22,144,58,22,,,,,,o,,,,,gutim,10468 +nof,256,70,1,6910,4870,,1365,1458.3094779999913,,,,,,,144,58,0,,,,,,,,,,,gutim,10468 +non,256,71,1,6911,4870,3061,1386,1458.3094779999913,0.101102941176471,32,0,Ab4,ff,22,144,68,22,,,,,,o,,,,,gutim,10469 +nof,256,71,1,6911,4871,,1386,1458.4104779999911,,,,,,,144,68,0,,,,,,,,,,,gutim,10469 +non,256,72,1,6912,4871,3062,1408,1458.4104779999911,0.147058823529412,32,0,Bb3,ff,22,144,58,22,,,,,,o,,,,,gutim,10470 +non,256,73,1,6913,4871,3062,1408,1458.4104779999911,0.147058823529412,32,0,C6,ff,22,144,84,22,,,,,,o,,,,,gutim,10471 +nof,256,72,1,6912,4872,,1408,1458.557477999991,,,,,,,144,58,0,,,,,,,,,,,gutim,10470 +nof,256,73,1,6913,4872,,1408,1458.557477999991,,,,,,,144,84,0,,,,,,,,,,,gutim,10471 +non,256,74,1,6914,4872,3063,1440,1458.557477999991,0.147058823529412,32,0,Ab4,ff,22,144,68,22,,,,,,o,,,,,gutim,10472 +nof,256,74,1,6914,4873,,1440,1458.7044779999912,,,,,,,144,68,0,,,,,,,,,,,gutim,10472 +non,256,75,1,6915,4873,3064,1472,1458.7044779999912,0.0965073529411765,32,0,Bb3,ff,22,144,58,22,,,,,,o,,,,,gutim,10473 +ped,256,77,0,6916,4874,,1514,1458.797477999991,,,,,,,176,64,0,,,,,,,^,,,,gutim,10454 +nof,256,75,1,6915,4875,,1472,1458.8004779999912,,,,,,,144,58,0,,,,,,,,,,,gutim,10473 +non,256,76,1,6917,4875,3065,1493,1458.8004779999912,0.0965073529411765,32,0,Ab4,ff,22,144,68,22,,,,,,o,,,,,gutim,10474 +nof,256,76,1,6917,4876,,1493,1458.8974779999912,,,,,,,144,68,0,,,,,,,,,,,gutim,10474 +non,256,78,1,6918,4876,3066,1514,1458.8974779999912,0.101102941176471,32,0,Bb3,ff,22,144,58,22,,,,,,o,,,,,gutim,10475 +nof,256,78,1,6918,4877,,1514,1458.998477999991,,,,,,,144,58,0,,,,,,,,,,,gutim,10475 +bar,257,0,0,6919,4877,,0,1458.998477999991,,,,,,,,,,257,,,,,,,,,,gutim,10476 +sec,257,1,0,6920,4877,,0,1458.998477999991,,,,,,,,,,,5989,,,,,,,,,gutim,10477 +non,257,3,1,6921,4877,3067,0,1458.998477999991,0.294117647058824,16,0,C4,ff,22,144,60,22,,,,,,o,,,,,gutim,10478 +non,257,4,1,6922,4877,3067,0,1458.998477999991,0.294117647058824,16,0,Db4,ff,22,144,61,22,,,,,,o,,,,,gutim,10479 +non,257,5,1,6923,4877,3067,0,1458.998477999991,0.294117647058824,16,0,A4,ff,22,144,69,22,,,,,,o,,,,,gutim,10480 +non,257,6,3,6924,4877,3067,0,1458.998477999991,0.0965073529411765,32,0,B1,f,20,144,35,20,,,,,,o,,,e,,gutim,10481 +nof,257,6,3,6924,4878,,0,1459.094477999991,,,,,,,144,35,0,,,,,,,,,,,gutim,10481 +non,257,7,3,6925,4878,3068,21,1459.094477999991,0.0965073529411765,32,0,Bb3,f-,19,144,58,19,,,,,,o,,,e,,gutim,10482 +ped,257,2,0,6926,4879,,0,1459.097477999991,,,,,,,176,64,127,,,,,,,V,,,,gutim,10483 +nof,257,7,3,6925,4880,,21,1459.191477999991,,,,,,,144,58,0,,,,,,,,,,,gutim,10482 +non,257,8,3,6927,4880,3069,42,1459.191477999991,0.101102941176471,32,0,Ab2,mf+,18,144,44,18,,,,,,o,,,e,,gutim,10484 +nof,257,3,1,6921,4881,,0,1459.2924779999912,,,,,,,144,60,0,,,,,,,,,,,gutim,10478 +nof,257,4,1,6922,4881,,0,1459.2924779999912,,,,,,,144,61,0,,,,,,,,,,,gutim,10479 +nof,257,5,1,6923,4881,,0,1459.2924779999912,,,,,,,144,69,0,,,,,,,,,,,gutim,10480 +nof,257,8,3,6927,4882,,42,1459.2924779999912,,,,,,,144,44,0,,,,,,,,,,,gutim,10484 +rst,257,9,1,6928,4882,,64,1459.2924779999912,,,,,,,176,102,0,,,,,,,,,,,gutim,10485 +non,257,10,3,6929,4882,3070,64,1459.2924779999912,0.0965073529411765,32,0,Bb3,mf,17,144,58,17,,,,,,o,,,e,,gutim,10486 +nof,257,10,3,6929,4883,,64,1459.3894779999912,,,,,,,144,58,0,,,,,,,,,,,gutim,10486 +non,257,11,3,6930,4883,3071,85,1459.3894779999912,0.0965073529411765,32,0,Ab2,mf,17,144,44,17,,,,,,o,,,e,,gutim,10487 +nof,257,11,3,6930,4884,,85,1459.4854779999912,,,,,,,144,44,0,,,,,,,,,,,gutim,10487 +non,257,12,3,6931,4884,3072,106,1459.4854779999912,0.101102941176471,32,0,Bb3,mf-,16,144,58,16,,,,,,o,,,e,,gutim,10488 +nof,257,12,3,6931,4885,,106,1459.586477999991,,,,,,,144,58,0,,,,,,,,,,,gutim,10488 +non,257,13,3,6932,4885,3073,128,1459.586477999991,0.0965073529411765,32,0,Ab2,mp+,15,144,44,15,,,,,,o,,,e,,gutim,10489 +ped,257,15,0,6933,4886,,170,1459.6804779999911,,,,,,,176,64,0,,,,,,,^,,,,gutim,10483 +nof,257,13,3,6932,4887,,128,1459.683477999991,,,,,,,144,44,0,,,,,,,,,,,gutim,10489 +non,257,14,3,6934,4887,3074,149,1459.683477999991,0.0965073529411765,32,0,D1,mp,14,144,26,14,,,,,,o,,,e,,gutim,10490 +nof,257,14,3,6934,4888,,149,1459.779477999991,,,,,,,144,26,0,,,,,,,,,,,gutim,10490 +non,257,16,3,6935,4888,3075,170,1459.779477999991,0.101102941176471,32,0,Bb3,mp,14,144,58,14,,,,,,o,,,e,,gutim,10491 +nof,257,16,3,6935,4889,,170,1459.8804779999912,,,,,,,144,58,0,,,,,,,,,,,gutim,10491 +non,257,18,3,6936,4889,3076,192,1459.8804779999912,0.294117647058824,16,1,D1,mp,14,144,26,14,,,,,,o,,,E,,gutim,10492 +non,257,19,3,6937,4889,3076,192,1459.8804779999912,0.294117647058824,16,1,B1,mp,14,144,35,14,,,,,,o,,,E,,gutim,10493 +non,257,20,3,6938,4889,3076,192,1459.8804779999912,0.294117647058824,16,1,Ab2,mp,14,144,44,14,,,,,,o,,,E 5990,,gutim,10494 +ped,257,17,0,6939,4890,,192,1459.980477999991,,,,,,,176,64,127,,,,,,,V,,,,gutim,10495 +nof,257,18,3,6936,4891,,192,1460.174477999991,,,,,,,144,26,0,,,,,,,,,,,gutim,10492 +nof,257,19,3,6937,4891,,192,1460.174477999991,,,,,,,144,35,0,,,,,,,,,,,gutim,10493 +nof,257,20,3,6938,4891,,192,1460.174477999991,,,,,,,144,44,0,,,,,,,,,,,gutim,10494 +rst,257,21,1,6940,4891,,256,1460.174477999991,,,,,,,176,102,0,,,,,,,,,,,gutim,10496 +rst,257,22,3,6941,4891,,256,1460.174477999991,,,,,,,176,102,0,,,,,,,,,,,gutim,10497 +non,257,23,1,6942,4892,3077,341,1460.5654779999911,0.197610294117647,16,0,E3,ff,22,144,52,22,,,,,,o,,,,,gutim,10498 +non,257,24,1,6943,4892,3077,341,1460.5654779999911,0.294117647058824,16,0,C#4,ff,22,144,61,22,,,,,,o,,,,,gutim,10499 +non,257,25,1,6944,4892,3077,341,1460.5654779999911,0.294117647058824,16,0,C6,ff,22,144,84,22,,,,,,o,,,,,gutim,10500 +nof,257,23,1,6942,4893,,341,1460.7634779999912,,,,,,,144,52,0,,,,,,,,,,,gutim,10498 +non,257,26,1,6945,4893,3078,384,1460.7634779999912,0.588235294117647,8,1,E3,ff,22,144,52,22,,,,,,o,,,,,gutim,10501 +non,257,27,1,6946,4893,3078,384,1460.7634779999912,0.588235294117647,8,1,Bb3,ff,22,144,58,22,,,,,,o,,,,,gutim,10502 +non,257,28,1,6947,4893,3078,384,1460.7634779999912,0.588235294117647,8,1,C#7,ff,22,144,97,22,,,,,,o,,,,,gutim,10503 +nof,257,24,1,6943,4894,,341,1460.8594779999912,,,,,,,144,61,0,,,,,,,,,,,gutim,10499 +nof,257,25,1,6944,4894,,341,1460.8594779999912,,,,,,,144,84,0,,,,,,,,,,,gutim,10500 +non,257,29,3,6948,4895,3079,448,1461.057477999991,0.147058823529412,32,0,E2,ff,22,144,40,22,,,,,,o,,,,,gutim,10504 +non,257,30,3,6949,4895,3079,448,1461.057477999991,0.147058823529412,32,0,G#2,ff,22,144,44,22,,,,,,o,,,,,gutim,10505 +ped,257,31,0,6950,4896,,480,1461.1274779999912,,,,,,,176,64,0,,,,,,,^,,,,gutim,10495 +nof,257,29,3,6948,4897,,448,1461.2044779999912,,,,,,,144,40,0,,,,,,,,,,,gutim,10504 +nof,257,30,3,6949,4897,,448,1461.2044779999912,,,,,,,144,44,0,,,,,,,,,,,gutim,10505 +non,257,32,3,6951,4897,3080,480,1461.2044779999912,0.147058823529412,32,0,B1,ff,22,144,35,22,,,,,,o,,,,,gutim,10506 +non,257,33,3,6952,4897,3080,480,1461.2044779999912,0.147058823529412,32,0,C#2,ff,22,144,37,22,,,,,,o,,,,,gutim,10507 +nof,257,26,1,6945,4898,,384,1461.3514779999912,,,,,,,144,52,0,,,,,,,,,,,gutim,10501 +nof,257,27,1,6946,4898,,384,1461.3514779999912,,,,,,,144,58,0,,,,,,,,,,,gutim,10502 +nof,257,28,1,6947,4898,,384,1461.3514779999912,,,,,,,144,97,0,,,,,,,,,,,gutim,10503 +nof,257,32,3,6951,4899,,480,1461.3514779999912,,,,,,,144,35,0,,,,,,,,,,,gutim,10506 +nof,257,33,3,6952,4899,,480,1461.3514779999912,,,,,,,144,37,0,,,,,,,,,,,gutim,10507 +non,257,35,1,6953,4899,3081,512,1461.3514779999912,0.390625,8,0,F#6,ff,22,144,90,22,,,,,,o,,,,,gutim,10508 +non,257,36,3,6954,4899,3081,512,1461.3514779999912,0.147058823529412,32,0,C#2,ff,22,144,37,22,,,,,,o,,,,,gutim,10509 +non,257,37,3,6955,4899,3081,512,1461.3514779999912,0.147058823529412,32,0,D3,ff,22,144,50,22,,,,,,o,,,,,gutim,10510 +ped,257,34,0,6956,4900,,512,1461.4274779999912,,,,,,,176,64,127,,,,,,,V,,,,gutim,10511 +nof,257,36,3,6954,4901,,512,1461.498477999991,,,,,,,144,37,0,,,,,,,,,,,gutim,10509 +nof,257,37,3,6955,4901,,512,1461.498477999991,,,,,,,144,50,0,,,,,,,,,,,gutim,10510 +non,257,38,3,6957,4901,3082,544,1461.498477999991,0.147058823529412,32,0,B1,ff,22,144,35,22,,,,,,o,,,,,gutim,10512 +ped,257,39,0,6958,4902,,560,1461.5714779999912,,,,,,,176,64,0,,,,,,,^,,,,gutim,10511 +rst,257,40,3,6959,4903,,576,1461.645477999991,,,,,,,176,102,0,,,,,,,,,,,gutim,10513 +nof,257,38,3,6957,4904,,544,1461.645477999991,,,,,,,144,35,0,,,,,,,,,,,gutim,10512 +nof,257,35,1,6953,4905,,512,1461.7424779999913,,,,,,,144,90,0,,,,,,,,,,,gutim,10508 +non,257,41,1,6960,4905,3083,597,1461.7424779999913,0.197610294117647,16,0,Eb4,mf,17,144,63,17,,,,,,o,,,,,gutim,10514 +non,257,42,1,6961,4905,3083,597,1461.7424779999913,0.294117647058824,16,0,G4,mf,17,144,67,17,,,,,,o,,,,,gutim,10515 +non,257,43,1,6962,4905,3083,597,1461.7424779999913,0.294117647058824,16,0,Db6,mf,17,144,85,17,,,,,,o,,,,,gutim,10516 +non,257,44,1,6963,4905,3083,597,1461.7424779999913,0.294117647058824,16,0,A6,mf,17,144,93,17,,,,,,o,,,,,gutim,10517 +nof,257,41,1,6960,4906,,597,1461.9394779999911,,,,,,,144,63,0,,,,,,,,,,,gutim,10514 +nof,257,42,1,6961,4906,,597,1461.9394779999911,,,,,,,144,67,0,,,,,,,,,,,gutim,10515 +non,257,45,1,6964,4906,3084,640,1461.9394779999911,0.588235294117647,8,1,Eb4,mf+,18,144,63,18,,,,,,o,,,,,gutim,10518 +non,257,46,1,6965,4906,3084,640,1461.9394779999911,0.588235294117647,8,1,F#4,mf+,18,144,66,18,,,,,,o,,,,,gutim,10519 +non,257,47,1,6966,4906,3084,640,1461.9394779999911,0.588235294117647,8,1,G4,mf+,18,144,67,18,,,,,,o,,,,,gutim,10520 +non,257,48,1,6967,4906,3084,640,1461.9394779999911,0.588235294117647,8,1,Eb6,mf+,18,144,87,18,,,,,,o,,,,,gutim,10521 +nof,257,43,1,6962,4907,,597,1462.0364779999911,,,,,,,144,85,0,,,,,,,,,,,gutim,10516 +nof,257,44,1,6963,4907,,597,1462.0364779999911,,,,,,,144,93,0,,,,,,,,,,,gutim,10517 +nof,257,45,1,6964,4908,,640,1462.527477999991,,,,,,,144,63,0,,,,,,,,,,,gutim,10518 +nof,257,46,1,6965,4908,,640,1462.527477999991,,,,,,,144,66,0,,,,,,,,,,,gutim,10519 +nof,257,47,1,6966,4908,,640,1462.527477999991,,,,,,,144,67,0,,,,,,,,,,,gutim,10520 +nof,257,48,1,6967,4908,,640,1462.527477999991,,,,,,,144,87,0,,,,,,,,,,,gutim,10521 +rst,257,49,1,6968,4908,,768,1462.527477999991,,,,,,,176,102,0,,,,,,,,,,,gutim,10522 +non,257,50,3,6969,4908,3085,768,1462.527477999991,0.588235294117647,8,0,D1,ppp,5,144,26,5,,,,,,o,,d,,,gutim,10523 +non,257,51,3,6970,4908,3085,768,1462.527477999991,0.588235294117647,8,0,B1,ppp,5,144,35,5,,,,,,o,,d,,,gutim,10524 +non,257,52,3,6971,4908,3085,768,1462.527477999991,0.588235294117647,8,0,Ab2,ppp,5,144,44,5,,,,,,o,,d,,,gutim,10525 +non,257,53,3,6972,4908,3085,768,1462.527477999991,0.588235294117647,8,0,Bb3,ppp,5,144,58,5,,,,,,o,,d,,,gutim,10526 +non,257,54,1,6973,4909,3086,853,1462.9184779999912,0.197610294117647,16,0,E3,ff,22,144,52,22,,,,,t,o,,d,,,gutim,10527 +non,257,55,1,6974,4909,3086,853,1462.9184779999912,0.294117647058824,16,0,C#4,ff,22,144,61,22,,,,,t,o,,d,,,gutim,10528 +non,257,56,1,6975,4909,3086,853,1462.9184779999912,0.294117647058824,16,0,C6,ff,22,144,84,22,,,,,,o,,d,,,gutim,10529 +nof,257,50,3,6969,4910,,768,1463.116477999991,,,,,,,144,26,0,,,,,,,,,,,gutim,10523 +nof,257,51,3,6970,4910,,768,1463.116477999991,,,,,,,144,35,0,,,,,,,,,,,gutim,10524 +nof,257,52,3,6971,4910,,768,1463.116477999991,,,,,,,144,44,0,,,,,,,,,,,gutim,10525 +nof,257,53,3,6972,4910,,768,1463.116477999991,,,,,,,144,58,0,,,,,,,,,,,gutim,10526 +non,257,58,1,6976,4910,,896,1463.116477999991,0.294117647058824,16,0,E3,,,,,,,,,,T,,,,,,gutim,10530 +non,257,59,1,6977,4910,,896,1463.116477999991,0.294117647058824,16,0,C#4,,,,,,,,,,T,,,,,,gutim,10531 +non,257,60,1,6978,4910,3087,896,1463.116477999991,0.294117647058824,16,0,C#7,ff,22,144,97,22,,,,,,o,,d,,,gutim,10532 +non,257,61,3,6979,4910,3087,896,1463.116477999991,0.294117647058824,16,0,E3,ff,22,144,52,22,,,,,,o,,D,,,gutim,10533 +non,257,62,3,6980,4910,3087,896,1463.116477999991,0.294117647058824,16,0,Bb3,ff,22,144,58,22,,,,,,o,,D,,,gutim,10534 +ped,257,57,0,6981,4910,,896,1463.116477999991,,,,,,,176,64,127,,,,,,,V,,,,gutim,10535 +nof,257,56,1,6975,4911,,853,1463.212477999991,,,,,,,144,84,0,,,,,,,,,,,gutim,10529 +nof,257,60,1,6978,4912,,896,1463.4104779999911,,,,,,,144,97,0,,,,,,,,,,,gutim,10532 +nof,257,61,3,6979,4912,,896,1463.4104779999911,,,,,,,144,52,0,,,,,,,,,,,gutim,10533 +nof,257,62,3,6980,4912,,896,1463.4104779999911,,,,,,,144,58,0,,,,,,,,,,,gutim,10534 +rst,257,63,1,6982,4912,,960,1463.4104779999911,,,,,,,176,102,0,,,,,,,,,,,gutim,10536 +non,257,64,3,6983,4912,3088,960,1463.4104779999911,0.147058823529412,32,0,B1,ff,22,144,35,22,,,,,,o,,,,,gutim,10537 +non,257,65,3,6984,4912,3088,960,1463.4104779999911,0.147058823529412,32,0,C#2,ff,22,144,37,22,,,,,,o,,,,,gutim,10538 +nof,257,54,1,6973,4913,,853,1463.4104779999911,,,,,,,144,52,0,,,,,,,,,,,gutim,10539 +nof,257,55,1,6974,4914,,853,1463.5064779999911,,,,,,,144,61,0,,,,,,,,,,,gutim,10528 +nof,257,64,3,6983,4915,,960,1463.557477999991,,,,,,,144,35,0,,,,,,,,,,,gutim,10537 +nof,257,65,3,6984,4915,,960,1463.557477999991,,,,,,,144,37,0,,,,,,,,,,,gutim,10538 +non,257,66,1,6985,4915,3089,992,1463.557477999991,0.147058823529412,32,0,F7,ff,22,144,101,22,,,,,,o,,,,,gutim,10540 +non,257,67,3,6986,4915,3089,992,1463.557477999991,0.147058823529412,32,0,D3,ff,22,144,50,22,,,,,,o,,,,,gutim,10541 +nof,257,66,1,6985,4916,,992,1463.7044779999912,,,,,,,144,101,0,,,,,,,,,,,gutim,10540 +nof,257,67,3,6986,4916,,992,1463.7044779999912,,,,,,,144,50,0,,,,,,,,,,,gutim,10541 +rst,257,68,1,6987,4916,,1024,1463.7044779999912,,,,,,,176,102,0,,,,,,,,,,,gutim,10542 +non,257,69,3,6988,4916,3090,1024,1463.7044779999912,0.588235294117647,8,0,Bb1,ff,22,144,34,22,,,,,,o,,,,,gutim,10543 +ped,257,70,0,6989,4917,,1152,1464.2804779999913,,,,,,,176,64,0,,,,,,,^,,,,gutim,10535 +nof,257,69,3,6988,4918,,1024,1464.2924779999912,,,,,,,144,34,0,,,,,,,,,,,gutim,10543 +non,257,71,3,6990,4918,3091,1152,1464.2924779999912,0.588235294117647,8,0,D1,ppp,5,144,26,5,,,,,,o,,,,,gutim,10544 +non,257,72,3,6991,4918,3091,1152,1464.2924779999912,0.588235294117647,8,0,B1,ppp,5,144,35,5,,,,,,o,,,,,gutim,10545 +non,257,73,3,6992,4918,3091,1152,1464.2924779999912,0.588235294117647,8,0,Ab2,ppp,5,144,44,5,,,,,,o,,,,,gutim,10546 +non,257,74,3,6993,4918,3091,1152,1464.2924779999912,0.588235294117647,8,0,Bb3,ppp,5,144,58,5,,,,,,o,,,,,gutim,10547 +ped,257,75,0,6994,4919,,1212,1464.5804779999912,,,,,,,176,64,127,,,,,,,V,,,,gutim,10548 +nof,257,71,3,6990,4920,,1152,1464.8804779999912,,,,,,,144,26,0,,,,,,,,,,,gutim,10544 +nof,257,72,3,6991,4920,,1152,1464.8804779999912,,,,,,,144,35,0,,,,,,,,,,,gutim,10545 +nof,257,73,3,6992,4920,,1152,1464.8804779999912,,,,,,,144,44,0,,,,,,,,,,,gutim,10546 +nof,257,74,3,6993,4920,,1152,1464.8804779999912,,,,,,,144,58,0,,,,,,,,,,,gutim,10547 +rst,257,76,1,6995,4920,,1280,1464.8804779999912,,,,,,,176,102,0,,,,,,,,,,,gutim,10549 +rst,257,77,3,6996,4920,,1280,1464.8804779999912,,,,,,,176,102,0,,,,,,,,,,,gutim,10550 +non,257,78,1,6997,4921,3092,1312,1465.027477999991,0.147058823529412,32,1,C4,ff,22,144,60,22,,,,,,o,,,,,gutim,10551 +non,257,79,1,6998,4921,3092,1312,1465.027477999991,0.147058823529412,32,1,A4,ff,22,144,69,22,,,,,,o,,,,,gutim,10552 +non,257,80,3,6999,4921,3092,1312,1465.027477999991,0.147058823529412,32,0,E2,ff,22,144,40,22,,,,,,o,,,,,gutim,10553 +non,257,81,3,7000,4921,3092,1312,1465.027477999991,0.147058823529412,32,0,G#2,ff,22,144,44,22,,,,,,o,,,,,gutim,10554 +nof,257,78,1,6997,4922,,1312,1465.174477999991,,,,,,,144,60,0,,,,,,,,,,,gutim,10551 +nof,257,79,1,6998,4922,,1312,1465.174477999991,,,,,,,144,69,0,,,,,,,,,,,gutim,10552 +nof,257,80,3,6999,4922,,1312,1465.174477999991,,,,,,,144,40,0,,,,,,,,,,,gutim,10553 +nof,257,81,3,7000,4922,,1312,1465.174477999991,,,,,,,144,44,0,,,,,,,,,,,gutim,10554 +non,257,82,1,7001,4922,3093,1344,1465.174477999991,0.0965073529411765,32,0,C4,ff,22,144,60,22,,,,,,o,,,,,gutim,10555 +non,257,83,1,7002,4922,3093,1344,1465.174477999991,0.147058823529412,32,0,A4,ff,22,144,69,22,,,,,,o,,,,,gutim,10556 +non,257,84,1,7003,4922,3093,1344,1465.174477999991,0.147058823529412,32,0,F#6,ff,22,144,90,22,,,,,,o,,,,,gutim,10557 +rst,257,85,3,7004,4922,,1344,1465.174477999991,,,,,,,176,102,0,,,,,,,,,,,gutim,10558 +nof,257,82,1,7001,4923,,1344,1465.2714779999912,,,,,,,144,60,0,,,,,,,,,,,gutim,10555 +non,257,86,1,7005,4923,3094,1365,1465.2714779999912,0.197610294117647,16,0,A6,f,20,144,93,20,,,,,,o,,d,,,gutim,10559 +non,257,87,3,7006,4923,3094,1365,1465.2714779999912,0.197610294117647,16,0,Eb4,f,20,144,63,20,,,,,,o,,d,,,gutim,10560 +non,257,88,3,7007,4923,3094,1365,1465.2714779999912,0.294117647058824,16,0,F#4,f,20,144,66,20,,,,,,o,,d,,,gutim,10561 +non,257,89,3,7008,4923,3094,1365,1465.2714779999912,0.294117647058824,16,0,G4,f,20,144,67,20,,,,,,o,,d,,,gutim,10562 +nof,257,83,1,7002,4924,,1344,1465.3214779999912,,,,,,,144,69,0,,,,,,,,,,,gutim,10556 +nof,257,84,1,7003,4924,,1344,1465.3214779999912,,,,,,,144,90,0,,,,,,,,,,,gutim,10557 +nof,257,86,1,7005,4925,,1365,1465.469477999991,,,,,,,144,93,0,,,,,,,,,,,gutim,10559 +nof,257,87,3,7006,4925,,1365,1465.469477999991,,,,,,,144,63,0,,,,,,,,,,,gutim,10560 +nof,257,88,3,7007,4925,,1365,1465.469477999991,,,,,,,144,66,0,,,,,,,,,,,gutim,10561 +nof,257,89,3,7008,4925,,1365,1465.469477999991,,,,,,,144,67,0,,,,,,,,,,,gutim,10562 +non,257,90,1,7009,4925,3095,1408,1465.469477999991,0.390625,8,0,Eb6,f,20,144,87,20,,,,,,o,,,,,gutim,10563 +non,257,91,3,7010,4925,3095,1408,1465.469477999991,0.390625,8,0,Eb4,f,20,144,63,20,,,,,,o,,,,,gutim,10564 +non,257,92,3,7011,4925,3095,1408,1465.469477999991,0.588235294117647,8,0,F#4,f,20,144,66,20,,,,,,o,,,,,gutim,10565 +non,257,93,3,7012,4925,3095,1408,1465.469477999991,0.588235294117647,8,0,G4,f,20,144,67,20,,,,,,o,,,,,gutim,10566 +nof,257,90,1,7009,4926,,1408,1465.8594779999912,,,,,,,144,87,0,,,,,,,,,,,gutim,10563 +nof,257,91,3,7010,4926,,1408,1465.8594779999912,,,,,,,144,63,0,,,,,,,,,,,gutim,10564 +nof,257,92,3,7011,4926,,1408,1465.8594779999912,,,,,,,144,66,0,,,,,,,,,,,gutim,10565 +nof,257,93,3,7012,4926,,1408,1465.8594779999912,,,,,,,144,67,0,,,,,,,,,,,gutim,10566 +non,257,94,1,7013,4926,3096,1493,1465.8594779999912,0.0965073529411765,32,0,Eb6,f+,21,144,87,21,,,,,,o,,,,,gutim,10567 +non,257,95,1,7014,4926,3096,1493,1465.8594779999912,0.147058823529412,32,0,F#6,f+,21,144,90,21,,,,,,o,,,,,gutim,10568 +non,257,96,3,7015,4926,3096,1493,1465.8594779999912,0.0965073529411765,32,0,C4,f+,21,144,60,21,,,,,,o,,,,,gutim,10569 +non,257,97,3,7016,4926,3096,1493,1465.8594779999912,0.147058823529412,32,0,Eb4,f+,21,144,63,21,,,,,,o,,,,,gutim,10570 +non,257,98,3,7017,4926,3096,1493,1465.8594779999912,0.147058823529412,32,0,F#4,f+,21,144,66,21,,,,,,o,,,,,gutim,10571 +non,257,99,3,7018,4926,3096,1493,1465.8594779999912,0.147058823529412,32,0,G4,f+,21,144,67,21,,,,,,o,,,,,gutim,10572 +non,257,100,3,7019,4926,3096,1493,1465.8594779999912,0.147058823529412,32,0,A4,f+,21,144,69,21,,,,,,o,,,,,gutim,10573 +nof,257,94,1,7013,4927,,1493,1465.9564779999912,,,,,,,144,87,0,,,,,,,,,,,gutim,10567 +nof,257,95,1,7014,4927,,1493,1465.9564779999912,,,,,,,144,90,0,,,,,,,,,,,gutim,10568 +nof,257,96,3,7015,4927,,1493,1465.9564779999912,,,,,,,144,60,0,,,,,,,,,,,gutim,10569 +nof,257,97,3,7016,4927,,1493,1465.9564779999912,,,,,,,144,63,0,,,,,,,,,,,gutim,10570 +nof,257,98,3,7017,4927,,1493,1465.9564779999912,,,,,,,144,66,0,,,,,,,,,,,gutim,10571 +nof,257,99,3,7018,4927,,1493,1465.9564779999912,,,,,,,144,67,0,,,,,,,,,,,gutim,10572 +nof,257,100,3,7019,4927,,1493,1465.9564779999912,,,,,,,144,69,0,,,,,,,,,,,gutim,10573 +non,257,101,1,7020,4927,3097,1514,1465.9564779999912,0.101102941176471,32,0,Eb6,f+,21,144,87,21,,,,,,o,,,,,gutim,10574 +non,257,102,1,7021,4927,3097,1514,1465.9564779999912,0.147058823529412,32,0,F#6,f+,21,144,90,21,,,,,,o,,,,,gutim,10575 +non,257,103,3,7022,4927,3097,1514,1465.9564779999912,0.101102941176471,32,0,C4,f+,21,144,60,21,,,,,,o,,,,,gutim,10576 +non,257,104,3,7023,4927,3097,1514,1465.9564779999912,0.147058823529412,32,0,Eb4,f+,21,144,63,21,,,,,,o,,,,,gutim,10577 +non,257,105,3,7024,4927,3097,1514,1465.9564779999912,0.147058823529412,32,0,F#4,f+,21,144,66,21,,,,,,o,,,,,gutim,10578 +non,257,106,3,7025,4927,3097,1514,1465.9564779999912,0.147058823529412,32,0,G4,f+,21,144,67,21,,,,,,o,,,,,gutim,10579 +non,257,107,3,7026,4927,3097,1514,1465.9564779999912,0.147058823529412,32,0,A4,f+,21,144,69,21,,,,,,o,,,,,gutim,10580 +nof,257,101,1,7020,4928,,1514,1466.057477999991,,,,,,,144,87,0,,,,,,,,,,,gutim,10574 +nof,257,103,3,7022,4928,,1514,1466.057477999991,,,,,,,144,60,0,,,,,,,,,,,gutim,10576 +bar,258,0,0,7027,4928,,0,1466.057477999991,,,,,,,,,,258,,,,,,,,,,gutim,10581 +rst,258,1,1,7028,4928,,0,1466.057477999991,,,,,,,176,102,0,,,,,,,,,,,gutim,10582 +rst,258,2,3,7029,4928,,0,1466.057477999991,,,,,,,176,102,0,,,,,,,,,,,gutim,10583 +nof,257,102,1,7021,4929,,1514,1466.1034779999911,,,,,,,144,90,0,,,,,,,,,,,gutim,10575 +nof,257,104,3,7023,4929,,1514,1466.1034779999911,,,,,,,144,63,0,,,,,,,,,,,gutim,10577 +nof,257,105,3,7024,4929,,1514,1466.1034779999911,,,,,,,144,66,0,,,,,,,,,,,gutim,10578 +nof,257,106,3,7025,4929,,1514,1466.1034779999911,,,,,,,144,67,0,,,,,,,,,,,gutim,10579 +nof,257,107,3,7026,4929,,1514,1466.1034779999911,,,,,,,144,69,0,,,,,,,,,,,gutim,10580 +non,258,3,1,7030,4930,3098,85,1466.4474779999912,0.197610294117647,16,0,C6,ff,22,144,84,22,,,,,,o,,d,,,gutim,10584 +non,258,4,3,7031,4930,3098,85,1466.4474779999912,0.197610294117647,16,0,E3,ff,22,144,52,22,,,,,,o,,d,,,gutim,10585 +non,258,5,3,7032,4930,3098,85,1466.4474779999912,0.294117647058824,16,0,C#4,ff,22,144,61,22,,,,,,o,,d,,,gutim,10586 +nof,258,3,1,7030,4931,,85,1466.645477999991,,,,,,,144,84,0,,,,,,,,,,,gutim,10584 +nof,258,4,3,7031,4931,,85,1466.645477999991,,,,,,,144,52,0,,,,,,,,,,,gutim,10585 +non,258,6,1,7033,4931,3099,128,1466.645477999991,0.588235294117647,8,1,C#7,ff,22,144,97,22,,,,,,o,,d,,,gutim,10587 +non,258,7,3,7034,4931,3099,128,1466.645477999991,0.588235294117647,8,1,E3,ff,22,144,52,22,,,,,,o,,d,,,gutim,10588 +non,258,8,3,7035,4931,3099,128,1466.645477999991,0.588235294117647,8,1,Bb3,ff,22,144,58,22,,,,,,o,,d,,,gutim,10589 +nof,258,5,3,7032,4932,,85,1466.7424779999913,,,,,,,144,61,0,,,,,,,,,,,gutim,10586 +nof,258,6,1,7033,4933,,128,1467.2334779999912,,,,,,,144,97,0,,,,,,,,,,,gutim,10587 +nof,258,7,3,7034,4933,,128,1467.2334779999912,,,,,,,144,52,0,,,,,,,,,,,gutim,10588 +nof,258,8,3,7035,4933,,128,1467.2334779999912,,,,,,,144,58,0,,,,,,,,,,,gutim,10589 +non,258,9,1,7036,4933,3100,256,1467.2334779999912,0.147058823529412,32,0,D3,ff,22,144,50,22,,,,,,o,,,,,gutim,10590 +non,258,10,1,7037,4933,3100,256,1467.2334779999912,0.147058823529412,32,0,C4,ff,22,144,60,22,,,,,,o,,,,,gutim,10591 +non,258,11,3,7038,4933,3100,256,1467.2334779999912,0.147058823529412,32,0,B1,ff,22,144,35,22,,,,,,o,,,,,gutim,10592 +non,258,12,3,7039,4933,3100,256,1467.2334779999912,0.147058823529412,32,0,C#2,ff,22,144,37,22,,,,,,o,,,,,gutim,10593 +non,258,13,3,7040,4933,3100,256,1467.2334779999912,0.147058823529412,32,0,E2,ff,22,144,40,22,,,,,,o,,,,,gutim,10594 +non,258,14,3,7041,4933,3100,256,1467.2334779999912,0.147058823529412,32,0,G#2,ff,22,144,44,22,,,,,,o,,,,,gutim,10595 +nof,258,9,1,7036,4934,,256,1467.3804779999912,,,,,,,144,50,0,,,,,,,,,,,gutim,10590 +nof,258,10,1,7037,4934,,256,1467.3804779999912,,,,,,,144,60,0,,,,,,,,,,,gutim,10591 +nof,258,11,3,7038,4934,,256,1467.3804779999912,,,,,,,144,35,0,,,,,,,,,,,gutim,10592 +nof,258,12,3,7039,4934,,256,1467.3804779999912,,,,,,,144,37,0,,,,,,,,,,,gutim,10593 +nof,258,13,3,7040,4934,,256,1467.3804779999912,,,,,,,144,40,0,,,,,,,,,,,gutim,10594 +nof,258,14,3,7041,4934,,256,1467.3804779999912,,,,,,,144,44,0,,,,,,,,,,,gutim,10595 +ped,258,15,0,7042,4934,,288,1467.3804779999912,,,,,,,176,64,0,,,,,,,^,,,,gutim,10548 +non,258,16,1,7043,4934,3101,288,1467.3804779999912,0.147058823529412,32,0,D3,ff,22,144,50,22,,,,,,o,,,,,gutim,10596 +non,258,17,1,7044,4934,3101,288,1467.3804779999912,0.147058823529412,32,0,C4,ff,22,144,60,22,,,,,,o,,,,,gutim,10597 +non,258,18,3,7045,4934,3101,288,1467.3804779999912,0.147058823529412,32,0,B1,ff,22,144,35,22,,,,,,o,,,,,gutim,10598 +non,258,19,3,7046,4934,3101,288,1467.3804779999912,0.147058823529412,32,0,C#2,ff,22,144,37,22,,,,,,o,,,,,gutim,10599 +non,258,20,3,7047,4934,3101,288,1467.3804779999912,0.147058823529412,32,0,E2,ff,22,144,40,22,,,,,,o,,,,,gutim,10600 +non,258,21,3,7048,4934,3101,288,1467.3804779999912,0.147058823529412,32,0,G#2,ff,22,144,44,22,,,,,,o,,,,,gutim,10601 +nof,258,16,1,7043,4935,,288,1467.527477999991,,,,,,,144,50,0,,,,,,,,,,,gutim,10596 +nof,258,17,1,7044,4935,,288,1467.527477999991,,,,,,,144,60,0,,,,,,,,,,,gutim,10597 +nof,258,18,3,7045,4935,,288,1467.527477999991,,,,,,,144,35,0,,,,,,,,,,,gutim,10598 +nof,258,19,3,7046,4935,,288,1467.527477999991,,,,,,,144,37,0,,,,,,,,,,,gutim,10599 +nof,258,20,3,7047,4935,,288,1467.527477999991,,,,,,,144,40,0,,,,,,,,,,,gutim,10600 +nof,258,21,3,7048,4935,,288,1467.527477999991,,,,,,,144,44,0,,,,,,,,,,,gutim,10601 +rst,258,22,1,7049,4935,,320,1467.527477999991,,,,,,,176,102,0,,,,,,,,,,,gutim,10602 +rst,258,23,3,7050,4935,,320,1467.527477999991,,,,,,,176,102,0,,,,,,,,,,,gutim,10603 +rst,258,25,1,7051,4936,,384,1467.8214779999912,,,,,,,176,102,0,,,,,,,,,,,gutim,10604 +non,258,26,3,7052,4936,3102,384,1467.8214779999912,0.588235294117647,8,0,D1,ppp,5,144,26,5,,,,,,o,,d,,,gutim,10605 +non,258,27,3,7053,4936,3102,384,1467.8214779999912,0.588235294117647,8,0,B1,ppp,5,144,35,5,,,,,,o,,d,,,gutim,10606 +non,258,28,3,7054,4936,3102,384,1467.8214779999912,0.588235294117647,8,0,Ab2,ppp,5,144,44,5,,,,,,o,,d,,,gutim,10607 +non,258,29,3,7055,4936,3102,384,1467.8214779999912,0.588235294117647,8,0,Bb3,ppp,5,144,58,5,,,,,,o,,d,,,gutim,10608 +ped,258,24,0,7056,4936,,384,1467.8214779999912,,,,,,,176,64,127,,,,,,,V,,,,gutim,10609 +nof,258,26,3,7052,4937,,384,1468.4104779999911,,,,,,,144,26,0,,,,,,,,,,,gutim,10605 +nof,258,27,3,7053,4937,,384,1468.4104779999911,,,,,,,144,35,0,,,,,,,,,,,gutim,10606 +nof,258,28,3,7054,4937,,384,1468.4104779999911,,,,,,,144,44,0,,,,,,,,,,,gutim,10607 +nof,258,29,3,7055,4937,,384,1468.4104779999911,,,,,,,144,58,0,,,,,,,,,,,gutim,10608 +non,258,30,1,7057,4937,3103,512,1468.4104779999911,0.390625,8,0,Bb1,ppp,5,144,34,5,,,,,,o,,d,,,gutim,10610 +non,258,31,3,7058,4937,3103,512,1468.4104779999911,0.0965073529411765,32,0,B1,ppp,5,144,35,5,,,,,,o,,d,,,gutim,10611 +non,258,32,3,7059,4937,3103,512,1468.4104779999911,0.147058823529412,32,0,C#2,ppp,5,144,37,5,,,,,,o,,d,,,gutim,10612 +nof,258,31,3,7058,4938,,512,1468.5064779999911,,,,,,,144,35,0,,,,,,,,,,,gutim,10611 +non,258,33,3,7060,4938,3104,533,1468.5064779999911,0.294117647058824,16,1,D3,ppp,5,144,50,5,,,,,,o,,d,,,gutim,10613 +nof,258,32,3,7059,4939,,512,1468.557477999991,,,,,,,144,37,0,,,,,,,,,,,gutim,10612 +nof,258,30,1,7057,4940,,512,1468.8004779999912,,,,,,,144,34,0,,,,,,,,,,,gutim,10610 +nof,258,33,3,7060,4940,,533,1468.8004779999912,,,,,,,144,50,0,,,,,,,,,,,gutim,10613 +non,258,34,1,7061,4940,3105,597,1468.8004779999912,0.0965073529411765,32,0,D3,ff,22,144,50,22,,,,,,o,,d,,,gutim,10614 +non,258,35,1,7062,4940,3105,597,1468.8004779999912,0.147058823529412,32,0,C4,ff,22,144,60,22,,,,,,o,,d,,,gutim,10615 +non,258,36,3,7063,4940,3105,597,1468.8004779999912,0.0965073529411765,32,0,B1,ff,22,144,35,22,,,,,,o,,d,,,gutim,10616 +non,258,37,3,7064,4940,3105,597,1468.8004779999912,0.147058823529412,32,0,C#2,ff,22,144,37,22,,,,,,o,,d,,,gutim,10617 +non,258,38,3,7065,4940,3105,597,1468.8004779999912,0.147058823529412,32,0,E2,ff,22,144,40,22,,,,,,o,,d,,,gutim,10618 +non,258,39,3,7066,4940,3105,597,1468.8004779999912,0.147058823529412,32,0,G#2,ff,22,144,44,22,,,,,,o,,d,,,gutim,10619 +ped,258,46,0,7067,4941,,628,1468.8204779999912,,,,,,,176,64,0,,,,,,,^,,,,gutim,10609 +nof,258,34,1,7061,4942,,597,1468.8974779999912,,,,,,,144,50,0,,,,,,,,,,,gutim,10614 +nof,258,35,1,7062,4942,,597,1468.8974779999912,,,,,,,144,60,0,,,,,,,,,,,gutim,10615 +nof,258,36,3,7063,4942,,597,1468.8974779999912,,,,,,,144,35,0,,,,,,,,,,,gutim,10616 +nof,258,37,3,7064,4942,,597,1468.8974779999912,,,,,,,144,37,0,,,,,,,,,,,gutim,10617 +nof,258,38,3,7065,4942,,597,1468.8974779999912,,,,,,,144,40,0,,,,,,,,,,,gutim,10618 +nof,258,39,3,7066,4942,,597,1468.8974779999912,,,,,,,144,44,0,,,,,,,,,,,gutim,10619 +non,258,40,1,7068,4942,3106,618,1468.8974779999912,0.101102941176471,32,0,D3,ff,22,144,50,22,,,,,,o,,d,,,gutim,10620 +non,258,41,1,7069,4942,3106,618,1468.8974779999912,0.147058823529412,32,0,C4,ff,22,144,60,22,,,,,,o,,d,,,gutim,10621 +non,258,42,3,7070,4942,3106,618,1468.8974779999912,0.101102941176471,32,0,B1,ff,22,144,35,22,,,,,,o,,d,,,gutim,10622 +non,258,43,3,7071,4942,3106,618,1468.8974779999912,0.147058823529412,32,0,C#2,ff,22,144,37,22,,,,,,o,,d,,,gutim,10623 +non,258,44,3,7072,4942,3106,618,1468.8974779999912,0.147058823529412,32,0,E2,ff,22,144,40,22,,,,,,o,,d,,,gutim,10624 +non,258,45,3,7073,4942,3106,618,1468.8974779999912,0.147058823529412,32,0,G#2,ff,22,144,44,22,,,,,,o,,d,,,gutim,10625 +nof,258,42,3,7070,4943,,618,1468.998477999991,,,,,,,144,35,0,,,,,,,,,,,gutim,10622 +non,258,48,1,7074,4943,3107,640,1468.998477999991,0.114889705882353,32,0,E4,p,11,144,64,11,,,,,,o,,D,,,gutim,10626 +non,258,49,3,7075,4943,3107,640,1468.998477999991,0.588235294117647,8,0,D1,ppp,5,144,26,5,,,,,,o,,d,,,gutim,10627 +non,258,50,3,7076,4943,3107,640,1468.998477999991,0.588235294117647,8,0,B1,ppp,5,144,35,5,,,,,,o,,d,,,gutim,10628 +non,258,51,3,7077,4943,3107,640,1468.998477999991,0.588235294117647,8,0,Bb3,ppp,5,144,58,5,,,,,,o,,d 5990,,,gutim,10629 +nof,258,40,1,7068,4944,,618,1468.998477999991,,,,,,,144,50,0,,,,,,,,,,,gutim,10620 +nof,258,41,1,7069,4945,,618,1469.0444779999912,,,,,,,144,60,0,,,,,,,,,,,gutim,10621 +nof,258,43,3,7071,4945,,618,1469.0444779999912,,,,,,,144,37,0,,,,,,,,,,,gutim,10623 +nof,258,44,3,7072,4945,,618,1469.0444779999912,,,,,,,144,40,0,,,,,,,,,,,gutim,10624 +nof,258,45,3,7073,4945,,618,1469.0444779999912,,,,,,,144,44,0,,,,,,,,,,,gutim,10625 +nof,258,48,1,7074,4946,,640,1469.1134779999911,,,,,,,144,64,0,,,,,,,,,,,gutim,10626 +non,258,52,1,7078,4946,3108,665,1469.1134779999911,0.234375,16,0,F#3,p,11,144,54,11,,,,,,o,,,,,gutim,10630 +ped,258,47,0,7079,4947,,640,1469.1204779999912,,,,,,,176,64,127,,,,,,,V,,,,gutim,10631 +nof,258,52,1,7078,4948,,665,1469.347477999991,,,,,,,144,54,0,,,,,,,,,,,gutim,10630 +non,258,53,1,7080,4948,3109,716,1469.347477999991,0.119485294117647,32,0,A4,p,11,144,69,11,,,,,,o,,,,,gutim,10632 +nof,258,53,1,7080,4949,,716,1469.4674779999912,,,,,,,144,69,0,,,,,,,,,,,gutim,10632 +non,258,54,1,7081,4949,3110,742,1469.4674779999912,0.119485294117647,32,0,G#4,p,11,144,68,11,,,,,,o,,,,,gutim,10633 +sec,258,55,0,7082,4949,,742,1469.4674779999912,,,,,,,,,,,5990,,,,,,,,,gutim,10634 +ped,258,56,0,7083,4950,,768,1469.510477999991,,,,,,,176,64,0,,,,,,,^,,,,gutim,10631 +nof,258,49,3,7075,4951,,640,1469.586477999991,,,,,,,144,26,0,,,,,,,,,,,gutim,10627 +nof,258,50,3,7076,4951,,640,1469.586477999991,,,,,,,144,35,0,,,,,,,,,,,gutim,10628 +nof,258,51,3,7077,4951,,640,1469.586477999991,,,,,,,144,58,0,,,,,,,,,,,gutim,10629 +nof,258,54,1,7081,4951,,742,1469.586477999991,,,,,,,144,68,0,,,,,,,,,,,gutim,10633 +non,258,57,1,7084,4951,3111,768,1469.586477999991,0.147058823529412,32,0,B1,f,20,144,35,20,,,,,,o,,,,,gutim,10635 +non,258,58,1,7085,4951,3111,768,1469.586477999991,0.147058823529412,32,0,C#2,f,20,144,37,20,,,,,,o,,,,,gutim,10636 +non,258,59,1,7086,4951,3111,768,1469.586477999991,0.147058823529412,32,0,E2,f,20,144,40,20,,,,,,o,,,,,gutim,10637 +non,258,60,1,7087,4951,3111,768,1469.586477999991,0.147058823529412,32,0,G#2,f,20,144,44,20,,,,,,o,,,,,gutim,10638 +non,258,61,1,7088,4951,3111,768,1469.586477999991,0.147058823529412,32,0,D3,f,20,144,50,20,,,,,,o,,,,,gutim,10639 +non,258,62,1,7089,4951,3111,768,1469.586477999991,0.147058823529412,32,0,C4,f,20,144,60,20,,,,,,o,,,,,gutim,10640 +rst,258,63,3,7090,4951,,768,1469.586477999991,,,,,,,176,102,0,,,,,,,,,,,gutim,10641 +non,258,64,3,7091,4952,3112,789,1469.683477999991,0.0965073529411765,32,0,G#1,f,20,144,32,20,,,,,,o,,,,,gutim,10642 +nof,258,57,1,7084,4953,,768,1469.7334779999912,,,,,,,144,35,0,,,,,,,,,,,gutim,10635 +nof,258,58,1,7085,4953,,768,1469.7334779999912,,,,,,,144,37,0,,,,,,,,,,,gutim,10636 +nof,258,59,1,7086,4953,,768,1469.7334779999912,,,,,,,144,40,0,,,,,,,,,,,gutim,10637 +nof,258,60,1,7087,4953,,768,1469.7334779999912,,,,,,,144,44,0,,,,,,,,,,,gutim,10638 +nof,258,61,1,7088,4953,,768,1469.7334779999912,,,,,,,144,50,0,,,,,,,,,,,gutim,10639 +nof,258,62,1,7089,4953,,768,1469.7334779999912,,,,,,,144,60,0,,,,,,,,,,,gutim,10640 +rst,258,66,1,7092,4953,,800,1469.7334779999912,,,,,,,176,102,0,,,,,,,,,,,gutim,10643 +nof,258,64,3,7091,4954,,789,1469.779477999991,,,,,,,144,32,0,,,,,,,,,,,gutim,10642 +non,258,67,3,7093,4954,3113,810,1469.779477999991,0.101102941176471,32,0,C3,f-,19,144,48,19,,,,,,o,,,,,gutim,10644 +ped,258,65,0,7094,4955,,800,1469.8104779999912,,,,,,,176,64,127,,,,,,,V,,,,gutim,10645 +nof,258,67,3,7093,4956,,810,1469.8804779999912,,,,,,,144,48,0,,,,,,,,,,,gutim,10644 +rst,258,68,1,7095,4956,,832,1469.8804779999912,,,,,,,176,102,0,,,,,,,,,,,gutim,10646 +non,258,69,3,7096,4956,3114,832,1469.8804779999912,0.0965073529411765,32,0,F#4,f-,19,144,66,19,,,,,,o,,,,,gutim,10647 +nof,258,69,3,7096,4957,,832,1469.9774779999912,,,,,,,144,66,0,,,,,,,,,,,gutim,10647 +non,258,70,3,7097,4957,3115,853,1469.9774779999912,0.147058823529412,32,1,A3,mf+,18,144,57,18,,,,,,o,,,,,gutim,10648 +nof,258,70,3,7097,4958,,853,1470.124477999991,,,,,,,144,57,0,,,,,,,,,,,gutim,10648 +non,258,71,3,7098,4958,3116,885,1470.124477999991,0.147058823529412,32,1,F#4,mf,17,144,66,17,,,,,,o,,,,,gutim,10649 +rst,258,72,1,7099,4959,,896,1470.174477999991,,,,,,,176,102,0,,,,,,,,,,,gutim,10650 +nof,258,71,3,7098,4960,,885,1470.2714779999912,,,,,,,144,66,0,,,,,,,,,,,gutim,10649 +non,258,73,3,7100,4960,3117,917,1470.2714779999912,0.0965073529411765,32,0,E1,mf,17,144,28,17,,,,,,o,,,e,,gutim,10651 +nof,258,73,3,7100,4961,,917,1470.3674779999913,,,,,,,144,28,0,,,,,,,,,,,gutim,10651 +non,258,74,3,7101,4961,3118,938,1470.3674779999913,0.101102941176471,32,0,G#1,mf-,16,144,32,16,,,,,,o,,,e,,gutim,10652 +nof,258,74,3,7101,4962,,938,1470.469477999991,,,,,,,144,32,0,,,,,,,,,,,gutim,10652 +non,258,75,3,7102,4962,3119,960,1470.469477999991,0.0965073529411765,32,0,E1,mp+,15,144,28,15,,,,,,o,,,e,,gutim,10653 +non,258,76,3,7103,4962,3119,960,1470.469477999991,0.147058823529412,32,0,C2,mp+,15,144,36,15,,,,,,o,,,e,,gutim,10654 +nof,258,75,3,7102,4963,,960,1470.5654779999911,,,,,,,144,28,0,,,,,,,,,,,gutim,10653 +non,258,77,3,7104,4963,3120,981,1470.5654779999911,0.0965073529411765,32,0,F#4,mp+,15,144,66,15,,,,,,o,,,e,,gutim,10655 +nof,258,76,3,7103,4964,,960,1470.616477999991,,,,,,,144,36,0,,,,,,,,,,,gutim,10654 +nof,258,77,3,7104,4965,,981,1470.662477999991,,,,,,,144,66,0,,,,,,,,,,,gutim,10655 +non,258,78,3,7105,4965,3121,1002,1470.662477999991,0.101102941176471,32,0,E1,mp,14,144,28,14,,,,,,o,,,e,,gutim,10656 +non,258,79,3,7106,4965,3121,1002,1470.662477999991,0.147058823529412,32,0,C2,mp,14,144,36,14,,,,,,o,,,e,,gutim,10657 +nof,258,78,3,7105,4966,,1002,1470.7634779999912,,,,,,,144,28,0,,,,,,,,,,,gutim,10656 +rst,258,80,1,7107,4966,,1024,1470.7634779999912,,,,,,,176,102,0,,,,,,,,,,,gutim,10658 +non,258,81,3,7108,4966,3122,1024,1470.7634779999912,0.0965073529411765,32,0,G#1,mp,14,144,32,14,,,,,,o,,,e,,gutim,10659 +non,258,82,3,7109,4966,3122,1024,1470.7634779999912,0.147058823529412,32,0,A2,mp,14,144,45,14,,,,,,o,,,e,,gutim,10660 +nof,258,79,3,7106,4967,,1002,1470.8094779999913,,,,,,,144,36,0,,,,,,,,,,,gutim,10657 +nof,258,81,3,7108,4968,,1024,1470.8594779999912,,,,,,,144,32,0,,,,,,,,,,,gutim,10659 +non,258,83,3,7110,4968,3123,1045,1470.8594779999912,0.147058823529412,32,1,F#3,mp-,13,144,54,13,,,,,,o,,,E 5991,,gutim,10661 +nof,258,82,3,7109,4969,,1024,1470.9104779999911,,,,,,,144,45,0,,,,,,,,,,,gutim,10660 +nof,258,83,3,7110,4970,,1045,1471.0064779999911,,,,,,,144,54,0,,,,,,,,,,,gutim,10661 +non,258,84,3,7111,4970,3124,1077,1471.0064779999911,0.147058823529412,32,1,A2,p+,12,144,45,12,,,,,,o,,,,,gutim,10662 +nof,258,84,3,7111,4971,,1077,1471.153477999991,,,,,,,144,45,0,,,,,,,,,,,gutim,10662 +ped,258,85,0,7112,4971,,1109,1471.153477999991,,,,,,,176,64,0,,,,,,,^,,,,gutim,10645 +non,258,86,3,7113,4971,3125,1109,1471.153477999991,0.147058823529412,32,1,E1,p,11,144,28,11,,,,,,o,,,,,gutim,10663 +non,258,87,3,7114,4971,3125,1109,1471.153477999991,0.147058823529412,32,1,G#1,p,11,144,32,11,,,,,,o,,,,,gutim,10664 +nof,258,86,3,7113,4972,,1109,1471.3004779999912,,,,,,,144,28,0,,,,,,,,,,,gutim,10663 +nof,258,87,3,7114,4972,,1109,1471.3004779999912,,,,,,,144,32,0,,,,,,,,,,,gutim,10664 +non,258,88,3,7115,4972,3126,1141,1471.3004779999912,0.147058823529412,32,1,C2,p,11,144,36,11,,,,,,o,,,,,gutim,10665 +non,258,89,3,7116,4972,3126,1141,1471.3004779999912,0.147058823529412,32,1,F#3,p,11,144,54,11,,,,,,o,,,,,gutim,10666 +nof,258,88,3,7115,4973,,1141,1471.4474779999912,,,,,,,144,36,0,,,,,,,,,,,gutim,10665 +nof,258,89,3,7116,4973,,1141,1471.4474779999912,,,,,,,144,54,0,,,,,,,,,,,gutim,10666 +non,258,90,3,7117,4973,3127,1173,1471.4474779999912,0.147058823529412,32,1,E1,p-,10,144,28,10,,,,,,o,,,,,gutim,10667 +non,258,91,3,7118,4973,3127,1173,1471.4474779999912,0.147058823529412,32,1,G#1,p-,10,144,32,10,,,,,,o,,,,,gutim,10668 +non,258,92,3,7119,4973,3127,1173,1471.4474779999912,0.147058823529412,32,1,A2,p-,10,144,45,10,,,,,,o,,,,,gutim,10669 +nof,258,90,3,7117,4974,,1173,1471.594477999991,,,,,,,144,28,0,,,,,,,,,,,gutim,10667 +nof,258,91,3,7118,4974,,1173,1471.594477999991,,,,,,,144,32,0,,,,,,,,,,,gutim,10668 +nof,258,92,3,7119,4974,,1173,1471.594477999991,,,,,,,144,45,0,,,,,,,,,,,gutim,10669 +non,258,93,3,7120,4974,3128,1205,1471.594477999991,0.147058823529412,32,1,C2,pp+,9,144,36,9,,,,,,o,,,,,gutim,10670 +non,258,94,3,7121,4974,3128,1205,1471.594477999991,0.147058823529412,32,1,F#4,pp+,9,144,66,9,,,,,,o,,,,,gutim,10671 +nof,258,93,3,7120,4975,,1205,1471.7424779999913,,,,,,,144,36,0,,,,,,,,,,,gutim,10670 +nof,258,94,3,7121,4975,,1205,1471.7424779999913,,,,,,,144,66,0,,,,,,,,,,,gutim,10671 +non,258,95,3,7122,4975,3129,1237,1471.7424779999913,0.0965073529411765,32,0,E1,pp,8,144,28,8,,,,,,o,,,,,gutim,10672 +nof,258,95,3,7122,4976,,1237,1471.8384779999913,,,,,,,144,28,0,,,,,,,,,,,gutim,10672 +non,258,96,3,7123,4976,3130,1258,1471.8384779999913,0.101102941176471,32,0,A2,pp,8,144,45,8,,,,,,o,,,,,gutim,10673 +nof,258,96,3,7123,4977,,1258,1471.9394779999911,,,,,,,144,45,0,,,,,,,,,,,gutim,10673 +non,258,97,1,7124,4977,3131,1280,1471.9394779999911,0.78125,4,0,F#5,pp,8,144,78,8,,,,,,o,,,,,gutim,10674 +non,258,98,3,7125,4977,3131,1280,1471.9394779999911,0.294117647058824,16,0,E1,pp,8,144,28,8,,,,,,o,,,,,gutim,10675 +non,258,99,3,7126,4977,3131,1280,1471.9394779999911,0.294117647058824,16,0,G#1,pp,8,144,32,8,,,,,,o,,,,,gutim,10676 +non,258,100,3,7127,4977,3131,1280,1471.9394779999911,0.294117647058824,16,0,C2,pp,8,144,36,8,,,,,,o,,,,,gutim,10677 +nof,258,98,3,7125,4978,,1280,1472.2334779999912,,,,,,,144,28,0,,,,,,,,,,,gutim,10675 +nof,258,99,3,7126,4978,,1280,1472.2334779999912,,,,,,,144,32,0,,,,,,,,,,,gutim,10676 +nof,258,100,3,7127,4978,,1280,1472.2334779999912,,,,,,,144,36,0,,,,,,,,,,,gutim,10677 +rst,258,101,3,7128,4978,,1344,1472.2334779999912,,,,,,,176,102,0,,,,,,,,,,,gutim,10678 +non,258,102,3,7129,4979,3132,,1472.527477999991,0.05,8,0,C1,p,11,144,24,11,,,,g,,o,,,,,gutim,10679 +nof,258,102,3,7129,4980,,,1472.577477999991,,,,,,,144,24,0,,,,,,,,,,,gutim,10679 +non,258,103,3,7130,4981,3133,,1472.6024779999912,0.05,8,0,F#1,p,11,144,30,11,,,,g,,o,,,,,gutim,10680 +nof,258,103,3,7130,4982,,,1472.652477999991,,,,,,,144,30,0,,,,,,,,,,,gutim,10680 +non,258,104,3,7131,4983,3134,1408,1472.6774779999912,0.588235294117647,8,0,E2,p,11,144,40,11,,,,,,o,,,,,gutim,10681 +nof,258,97,1,7124,4984,,1280,1472.720477999991,,,,,,,144,78,0,,,,,,,,,,,gutim,10674 +non,258,105,1,7132,4985,3135,1450,1472.8704779999912,0.101102941176471,32,0,A3,pp,8,144,57,8,,,,,,o,,,,,gutim,10682 +nof,258,105,1,7132,4986,,1450,1472.971477999991,,,,,,,144,57,0,,,,,,,,,,,gutim,10682 +non,258,106,1,7133,4986,3136,1472,1472.971477999991,0.294117647058824,16,1,G#2,pp,8,144,44,8,,,,,,o,,,,,gutim,10683 +nof,258,104,3,7131,4987,,1408,1473.2664779999911,,,,,,,144,40,0,,,,,,,,,,,gutim,10681 +nof,258,106,1,7133,4988,,1472,1473.2664779999911,,,,,,,144,44,0,,,,,,,,,,,gutim,10683 +bar,259,0,0,7134,4988,,0,1473.2664779999911,,,,,,,,,,259,,,,,,,,,,gutim,10684 +sec,259,1,0,7135,4988,,0,1473.2664779999911,,,,,,,,,,,5991,,,,,,,,,gutim,10685 +non,259,3,1,7136,4988,3137,0,1473.2664779999911,0.294117647058824,16,1,F#5,pp,8,144,78,8,,,,,,o,,d,,,gutim,10686 +rst,259,4,3,7137,4988,,0,1473.2664779999911,,,,,,,176,102,0,,,,,,,,,,,gutim,10687 +ped,259,2,0,7138,4988,,0,1473.2664779999911,,,,,,,176,64,127,,,,,,,V,,,,gutim,10688 +nof,259,3,1,7136,4989,,0,1473.5604779999912,,,,,,,144,78,0,,,,,,,,,,,gutim,10686 +non,259,5,1,7139,4989,3138,64,1473.5604779999912,0.0965073529411765,32,0,A3,pp,8,144,57,8,,,,,,o,,d,,,gutim,10689 +nof,259,5,1,7139,4990,,64,1473.6564779999912,,,,,,,144,57,0,,,,,,,,,,,gutim,10689 +non,259,6,1,7140,4990,3139,85,1473.6564779999912,0.197610294117647,16,0,E3,f,20,144,52,20,,,,,,o,,d,,,gutim,10690 +non,259,7,1,7141,4990,3139,85,1473.6564779999912,0.294117647058824,16,0,C#4,f,20,144,61,20,,,,,,o,,d,,,gutim,10691 +non,259,8,1,7142,4990,3139,85,1473.6564779999912,0.294117647058824,16,0,C6,f,20,144,84,20,,,,,,o,,d,,,gutim,10692 +nof,259,6,1,7140,4991,,85,1473.854477999991,,,,,,,144,52,0,,,,,,,,,,,gutim,10690 +non,259,9,1,7143,4991,3140,128,1473.854477999991,0.588235294117647,8,0,E3,p,11,144,52,11,,,,,,o,,d,,,gutim,10693 +non,259,10,1,7144,4991,3140,128,1473.854477999991,0.588235294117647,8,0,Bb3,p,11,144,58,11,,,,,,o,,d,,,gutim,10694 +non,259,11,1,7145,4991,3140,128,1473.854477999991,0.588235294117647,8,0,C#7,p,11,144,97,11,,,,,,o,,d,,,gutim,10695 +rst,259,12,3,7146,4991,,128,1473.854477999991,,,,,,,176,102,0,,,,,,,,,,,gutim,10696 +nof,259,7,1,7141,4992,,85,1473.950477999991,,,,,,,144,61,0,,,,,,,,,,,gutim,10691 +nof,259,8,1,7142,4992,,85,1473.950477999991,,,,,,,144,84,0,,,,,,,,,,,gutim,10692 +non,259,13,3,7147,4993,3141,170,1474.047477999991,0.0643382352941177,64,0,C1,p,11,144,24,11,,,,,,o,,d,,,gutim,10697 +nof,259,13,3,7147,4994,,170,1474.1114779999912,,,,,,,144,24,0,,,,,,,,,,,gutim,10697 +non,259,14,3,7148,4994,3142,184,1474.1114779999912,0.0689338235294118,64,0,F#1,p+,12,144,30,12,,,,,,o,,,,,gutim,10698 +nof,259,9,1,7143,4995,,128,1474.1804779999911,,,,,,,144,52,0,,,,,,,,,,,gutim,10693 +nof,259,14,3,7148,4995,,184,1474.1804779999911,,,,,,,144,30,0,,,,,,,,,,,gutim,10698 +non,259,15,3,7149,4995,3143,199,1474.1804779999911,0.128676470588235,32,0,E3,mp-,13,144,52,13,,,,,,o,,,,,gutim,10699 +non,259,16,3,7150,4996,3144,227,1474.3094779999913,0.0643382352941177,64,0,G#3,mp+,15,144,56,15,,,,,,o,,,,,gutim,10700 +nof,259,16,3,7150,4997,,227,1474.373477999991,,,,,,,144,56,0,,,,,,,,,,,gutim,10700 +non,259,17,3,7151,4997,3145,241,1474.373477999991,0.0689338235294118,64,0,A3,mp+,15,144,57,15,,,,,,o,,,,,gutim,10701 +nof,259,10,1,7144,4998,,128,1474.442477999991,,,,,,,144,58,0,,,,,,,,,,,gutim,10694 +nof,259,11,1,7145,4998,,128,1474.442477999991,,,,,,,144,97,0,,,,,,,,,,,gutim,10695 +nof,259,15,3,7149,4998,,199,1474.442477999991,,,,,,,144,52,0,,,,,,,,,,,gutim,10699 +nof,259,17,3,7151,4999,,241,1474.442477999991,,,,,,,144,57,0,,,,,,,,,,,gutim,10701 +non,259,18,1,7152,4999,3146,256,1474.442477999991,0.588235294117647,8,1,F#4,ff,22,144,66,22,,,,,,o,,d,,,gutim,10702 +non,259,19,3,7153,4999,3146,256,1474.442477999991,0.588235294117647,8,1,Bb1,ff,22,144,34,22,,,,,,o,,d,,,gutim,10703 +nof,259,18,1,7152,5000,,256,1475.0304779999913,,,,,,,144,66,0,,,,,,,,,,,gutim,10702 +nof,259,19,3,7153,5000,,256,1475.0304779999913,,,,,,,144,34,0,,,,,,,,,,,gutim,10703 +non,259,20,1,7154,5000,3147,384,1475.0304779999913,0.193014705882353,16,0,C6,mp,14,144,84,14,,,,,t,o,,d,,,gutim,10704 +non,259,21,3,7155,5000,3147,384,1475.0304779999913,0.193014705882353,16,0,E3,mp,14,144,52,14,,,,,t,o,,d,,,gutim,10705 +non,259,22,3,7156,5000,3147,384,1475.0304779999913,0.294117647058824,16,0,Bb3,mp,14,144,58,14,,,,,t,o,,d,,,gutim,10706 +non,259,23,1,7157,5001,,426,1475.2234779999912,0.395220588235294,8,0,C6,,,,,,,,,,T,,,,,,gutim,10707 +non,259,24,1,7158,5001,3148,426,1475.2234779999912,0.588235294117647,8,0,C#7,f,20,144,97,20,,,,,,o,,d,,,gutim,10708 +non,259,25,3,7159,5001,,426,1475.2234779999912,0.395220588235294,8,0,E3,,,,,,,,,,T,,,,,,gutim,10709 +non,259,26,3,7160,5001,,426,1475.2234779999912,0.588235294117647,8,0,Bb3,,,,,,,,,,T,,,,,,gutim,10710 +non,259,27,3,7161,5001,3148,426,1475.2234779999912,0.588235294117647,8,0,Db4,f,20,144,61,20,,,,,,o,,d,,,gutim,10711 +nof,259,20,1,7154,5002,,384,1475.6194779999912,,,,,,,144,84,0,,,,,,,,,,,gutim,10704 +nof,259,21,3,7155,5002,,384,1475.6194779999912,,,,,,,144,52,0,,,,,,,,,,,gutim,10705 +rst,259,28,1,7162,5003,,512,1475.6194779999912,,,,,,,176,102,0,,,,,,,,,,,gutim,10712 +non,259,29,3,7163,5003,3149,512,1475.6194779999912,0.128676470588235,32,0,C1,p,11,144,24,11,,,,,,o,,D 5992,,,gutim,10713 +nof,259,29,3,7163,5004,,512,1475.7474779999911,,,,,,,144,24,0,,,,,,,,,,,gutim,10713 +non,259,30,3,7164,5004,3150,540,1475.7474779999911,0.128676470588235,32,0,F#1,p+,12,144,30,12,,,,,,o,,,,,gutim,10714 +nof,259,24,1,7158,5005,,426,1475.8124779999912,,,,,,,144,97,0,,,,,,,,,,,gutim,10708 +nof,259,27,3,7161,5005,,426,1475.8124779999912,,,,,,,144,61,0,,,,,,,,,,,gutim,10711 +nof,259,30,3,7164,5006,,540,1475.876477999991,,,,,,,144,30,0,,,,,,,,,,,gutim,10714 +non,259,31,3,7165,5006,3151,568,1475.876477999991,0.197610294117647,32,1,E3,mp-,13,144,52,13,,,,,,o,,,,,gutim,10715 +nof,259,22,3,7156,5007,,384,1475.913477999991,,,,,,,144,58,0,,,,,,,,,,,gutim,10706 +nof,259,31,3,7165,5008,,568,1476.0734779999912,,,,,,,144,52,0,,,,,,,,,,,gutim,10715 +non,259,32,3,7166,5008,3152,611,1476.0734779999912,0.133272058823529,32,0,G#3,mp+,15,144,56,15,,,,,,o,,,,,gutim,10716 +nof,259,32,3,7166,5009,,611,1476.2074779999912,,,,,,,144,56,0,,,,,,,,,,,gutim,10716 +rst,259,33,3,7167,5009,,640,1476.2074779999912,,,,,,,176,102,0,,,,,,,,,,,gutim,10717 +non,259,34,1,7168,5010,3153,768,1476.7954779999911,1.17647058823529,4,0,C6,fff,24,144,84,24,,,,,,o,,,,,gutim,10718 +non,259,35,1,7169,5010,3153,768,1476.7954779999911,1.17647058823529,4,0,C#7,fff,24,144,97,24,,,,,,o,,,,,gutim,10719 +non,259,36,3,7170,5010,3153,768,1476.7954779999911,0.588235294117647,8,0,E3,fff,24,144,52,24,,,,,,o,,,,,gutim,10720 +non,259,37,3,7171,5010,3153,768,1476.7954779999911,0.588235294117647,8,0,Bb3,fff,24,144,58,24,,,,,,o,,,,,gutim,10721 +non,259,38,3,7172,5010,3153,768,1476.7954779999911,0.588235294117647,8,0,Db4,fff,24,144,61,24,,,,,,o,,,,,gutim,10722 +nof,259,36,3,7170,5011,,768,1477.383477999991,,,,,,,144,52,0,,,,,,,,,,,gutim,10720 +nof,259,37,3,7171,5011,,768,1477.383477999991,,,,,,,144,58,0,,,,,,,,,,,gutim,10721 +nof,259,38,3,7172,5011,,768,1477.383477999991,,,,,,,144,61,0,,,,,,,,,,,gutim,10722 +non,259,39,3,7173,5011,3154,896,1477.383477999991,0.193014705882353,32,1,C1,mp,14,144,24,14,,,,,,o,,,,,gutim,10723 +nof,259,39,3,7173,5012,,896,1477.576477999991,,,,,,,144,24,0,,,,,,,,,,,gutim,10723 +non,259,40,3,7174,5012,3155,938,1477.576477999991,0.197610294117647,32,1,E3,mp+,15,144,52,15,,,,,,o,,,,,gutim,10724 +nof,259,40,3,7174,5013,,938,1477.7744779999912,,,,,,,144,52,0,,,,,,,,,,,gutim,10724 +non,259,41,3,7175,5013,3156,981,1477.7744779999912,0.0643382352941177,64,0,G#4,mf-,16,144,68,16,,,,,,o,,,,,gutim,10725 +nof,259,41,3,7175,5014,,981,1477.8384779999913,,,,,,,144,68,0,,,,,,,,,,,gutim,10725 +non,259,42,3,7176,5014,3157,995,1477.8384779999913,0.133272058823529,32,0,A4,mf-,16,144,69,16,,,,,,o,,,,,gutim,10726 +nof,259,42,3,7176,5015,,995,1477.971477999991,,,,,,,144,69,0,,,,,,,,,,,gutim,10726 +rst,259,43,1,7177,5015,,1024,1477.971477999991,,,,,,,176,102,0,,,,,,,,,,,gutim,10727 +non,259,44,3,7178,5015,3158,1024,1477.971477999991,0.193014705882353,32,1,C1,mf-,16,144,24,16,,,,,,o,,,,,gutim,10728 +nof,259,34,1,7168,5016,,768,1477.971477999991,,,,,,,144,84,0,,,,,,,,,,,gutim,10718 +nof,259,35,1,7169,5016,,768,1477.971477999991,,,,,,,144,97,0,,,,,,,,,,,gutim,10719 +nof,259,44,3,7178,5017,,1024,1478.164477999991,,,,,,,144,24,0,,,,,,,,,,,gutim,10728 +non,259,45,3,7179,5017,3159,1066,1478.164477999991,0.197610294117647,32,1,E3,mf,17,144,52,17,,,,,,o,,,,,gutim,10729 +nof,259,45,3,7179,5018,,1066,1478.3624779999911,,,,,,,144,52,0,,,,,,,,,,,gutim,10729 +non,259,46,3,7180,5018,3160,1109,1478.3624779999911,0.197610294117647,32,1,G#4,mf+,18,144,68,18,,,,,t,o,,,,,gutim,10730 +non,259,47,3,7181,5019,,1152,1478.5604779999912,0.588235294117647,8,0,G#4,,,,,,,,,,T,,,,,,gutim,10731 +ped,259,48,0,7182,5020,,1221,1478.8624779999911,,,,,,,176,64,0,,,,,,,^,,,,gutim,10688 +nof,259,46,3,7180,5021,,1109,1479.1484779999912,,,,,,,144,68,0,,,,,,,,,,,gutim,10730 +non,259,50,1,7183,5021,3161,1280,1479.1484779999912,1.17647058823529,4,0,F#4,pp,8,144,66,8,,,,,,o,,,,,gutim,10732 +non,259,51,3,7184,5021,3161,1280,1479.1484779999912,1.17647058823529,4,0,Bb1,pp,8,144,34,8,,,,,,o,,,,,gutim,10733 +ped,259,49,0,7185,5022,,1280,1479.162477999991,,,,,,,176,64,127,,,,,,,V,,,,gutim,10734 +nof,259,50,1,7183,5023,,1280,1480.3244779999911,,,,,,,144,66,0,,,,,,,,,,,gutim,10732 +nof,259,51,3,7184,5023,,1280,1480.3244779999911,,,,,,,144,34,0,,,,,,,,,,,gutim,10733 +bar,260,0,0,7186,5023,,0,1480.3244779999911,,,,,,,,,,260,,,,,,,,,,gutim,10735 +rst,260,1,1,7187,5023,,0,1480.3244779999911,,,,,,,176,102,0,,,,,,,,,,,gutim,10736 +rst,260,2,2,7188,5023,,0,1480.3244779999911,,,,,,,176,102,0,,,,,,,,,,,gutim,10737 +rst,260,3,3,7189,5023,,0,1480.3244779999911,,,,,,,176,102,0,,,,,,,,,,,gutim,10738 +ped,260,4,0,7190,5024,,256,1481.501477999991,,,,,,,176,64,0,,,,,,,^,,,,gutim,10734 +non,260,5,2,7191,5024,3162,256,1481.501477999991,0.882352941176471,8,1,Db2,ppp,5,,,,,,,,,o,,,,,gutim,10739 +non,260,6,3,7192,5024,3162,,1481.501477999991,0.05,8,0,C#2,f,20,144,37,20,,,,g,,o,,,,,gutim,10740 +non,260,7,3,7193,5025,3163,,1481.576477999991,0.05,8,0,D2,f-,19,144,38,19,,,,g,,o,,,,,gutim,10741 +nof,260,7,3,7193,5026,,,1481.626477999991,,,,,,,144,38,0,,,,,,,,,,,gutim,10741 +nof,260,6,3,7192,5027,,,1481.6514779999911,,,,,,,144,37,0,,,,,,,,,,,gutim,10740 +non,260,8,3,7194,5027,3164,,1481.6514779999911,0.05,8,0,C#2,mf+,18,144,37,18,,,,g,,o,,,,,gutim,10742 +non,260,9,3,7195,5028,3165,,1481.7264779999912,0.05,8,0,D2,mf+,18,144,38,18,,,,g,,o,,,,,gutim,10743 +nof,260,9,3,7195,5029,,,1481.7764779999911,,,,,,,144,38,0,,,,,,,,,,,gutim,10743 +nof,260,8,3,7194,5030,,,1481.8014779999912,,,,,,,144,37,0,,,,,,,,,,,gutim,10742 +non,260,10,3,7196,5030,3166,,1481.8014779999912,0.05,8,0,C#2,mf,17,144,37,17,,,,g,,o,,,,,gutim,10744 +non,260,11,3,7197,5030,3166,,1481.8014779999912,0.05,8,0,A4,mf,17,144,69,17,,,,g,,o,,,,,gutim,10745 +nof,260,11,3,7197,5031,,,1481.8514779999912,,,,,,,144,69,0,,,,,,,,,,,gutim,10745 +non,260,12,3,7198,5032,3167,,1481.876477999991,0.05,8,0,B1,mf-,16,144,35,16,,,,g,,o,,,,,gutim,10746 +nof,260,12,3,7198,5033,,,1481.9264779999912,,,,,,,144,35,0,,,,,,,,,,,gutim,10746 +non,260,13,3,7199,5034,3168,,1481.951477999991,0.05,8,0,F2,mp+,15,144,41,15,,,,g,,o,,,,,gutim,10747 +nof,260,13,3,7199,5035,,,1482.001477999991,,,,,,,144,41,0,,,,,,,,,,,gutim,10747 +non,260,14,3,7200,5036,3169,,1482.0264779999911,0.05,8,0,B1,mp,14,144,35,14,,,,g,,o,,,,,gutim,10748 +non,260,15,3,7201,5036,3169,,1482.0264779999911,0.05,8,0,A3,mp,14,144,57,14,,,,g,,o,,,,,gutim,10749 +nof,260,14,3,7200,5037,,,1482.076477999991,,,,,,,144,35,0,,,,,,,,,,,gutim,10748 +nof,260,15,3,7201,5037,,,1482.076477999991,,,,,,,144,57,0,,,,,,,,,,,gutim,10749 +non,260,16,3,7202,5038,3170,,1482.1014779999912,0.05,8,0,F2,mp-,13,144,41,13,,,,g,,o,,,,,gutim,10750 +nof,260,16,3,7202,5039,,,1482.1514779999911,,,,,,,144,41,0,,,,,,,,,,,gutim,10750 +non,260,17,3,7203,5040,3171,,1482.1764779999912,0.05,8,0,B0,mp-,13,144,23,13,,,,g,,o,,,,,gutim,10751 +nof,260,17,3,7203,5041,,,1482.2264779999912,,,,,,,144,23,0,,,,,,,,,,,gutim,10751 +non,260,18,3,7204,5042,3172,,1482.251477999991,0.05,8,0,F2,p+,12,144,41,12,,,,g,,o,,,,,gutim,10752 +nof,260,18,3,7204,5043,,,1482.3014779999912,,,,,,,144,41,0,,,,,,,,,,,gutim,10752 +non,260,19,3,7205,5044,3173,256,1482.326477999991,0.588235294117647,8,0,B1,p,11,144,35,11,,,,,,o,,,,,gutim,10753 +non,260,20,3,7206,5044,3173,256,1482.326477999991,0.588235294117647,8,0,D2,p,11,144,38,11,,,,,,o,,,,,gutim,10754 +non,260,21,3,7207,5044,3173,256,1482.326477999991,0.588235294117647,8,0,F2,p,11,144,41,11,,,,,,o,,,,,gutim,10755 +non,260,22,3,7208,5044,3173,256,1482.326477999991,0.588235294117647,8,0,A2,p,11,144,45,11,,,,,,o,,,,,gutim,10756 +nof,260,10,3,7196,5045,,,1482.383477999991,,,,,,,144,37,0,,,,,,,,,,,gutim,10744 +nof,260,19,3,7205,5046,,256,1482.914477999991,,,,,,,144,35,0,,,,,,,,,,,gutim,10753 +nof,260,20,3,7206,5046,,256,1482.914477999991,,,,,,,144,38,0,,,,,,,,,,,gutim,10754 +nof,260,21,3,7207,5046,,256,1482.914477999991,,,,,,,144,41,0,,,,,,,,,,,gutim,10755 +nof,260,22,3,7208,5046,,256,1482.914477999991,,,,,,,144,45,0,,,,,,,,,,,gutim,10756 +rst,260,23,3,7209,5046,,384,1482.914477999991,,,,,,,176,102,0,,,,,,,,,,,gutim,10757 +rst,260,24,2,7210,5047,,448,1483.2084779999911,,,,,,,176,102,0,,,,,,,,,,,gutim,10758 +sec,260,25,0,7211,5048,,448,1484.2084779999911,,,,,,,,,,,5992,,,,,,,,,gutim,10759 +non,260,26,1,7212,5049,3174,,1484.5024779999912,0.05,8,0,A6,mf,17,144,93,17,,,,g,,o,,,,,gutim,10760 +non,260,29,3,7213,5049,3174,,1484.5024779999912,0.05,8,0,C7,pp,8,144,96,8,,,,g,,o,,,,,gutim,10761 +nof,260,26,1,7212,5050,,,1484.5524779999912,,,,,,,144,93,0,,,,,,,,,,,gutim,10760 +nof,260,29,3,7213,5050,,,1484.5524779999912,,,,,,,144,96,0,,,,,,,,,,,gutim,10761 +non,260,27,1,7214,5051,3175,512,1484.577477999991,2.35294117647059,2,0,Eb4,mf,17,144,63,17,,,,,,o,,,,,gutim,10762 +non,260,28,2,7215,5051,3175,512,1484.577477999991,0.114889705882353,32,0,G6,pp,8,144,91,8,,,,,,o,,,e,,gutim,10763 +non,260,30,3,7216,5051,3175,512,1484.577477999991,0.335477941176471,16,0,E7,pp,8,144,100,8,,,,,,o,,,,,gutim,10764 +nof,260,28,2,7215,5052,,512,1484.692477999991,,,,,,,144,91,0,,,,,,,,,,,gutim,10763 +non,260,32,2,7217,5052,3176,537,1484.692477999991,0.119485294117647,32,0,B6,pp,8,144,95,8,,,,,,o,,,e,,gutim,10765 +ped,260,31,0,7218,5052,,537,1484.692477999991,,,,,,,176,64,127,,,,,,,V,,,,gutim,10766 +nof,260,32,2,7217,5053,,537,1484.8124779999912,,,,,,,144,95,0,,,,,,,,,,,gutim,10765 +non,260,33,2,7219,5053,3177,563,1484.8124779999912,0.114889705882353,32,0,G6,pp,8,144,91,8,,,,,,o,,,e,,gutim,10767 +nof,260,30,3,7216,5054,,512,1484.913477999991,,,,,,,144,100,0,,,,,,,,,,,gutim,10764 +non,260,34,3,7220,5054,3178,585,1484.913477999991,0.335477941176471,16,0,Ab3,pp,8,144,56,8,,,,,,o,,,,,gutim,10768 +nof,260,33,2,7219,5055,,563,1484.9274779999912,,,,,,,144,91,0,,,,,,,,,,,gutim,10767 +non,260,35,2,7221,5055,3179,588,1484.9274779999912,0.119485294117647,32,0,B6,pp,8,144,95,8,,,,,,o,,,e,,gutim,10769 +nof,260,35,2,7221,5056,,588,1485.046477999991,,,,,,,144,95,0,,,,,,,,,,,gutim,10769 +non,260,36,2,7222,5056,3180,614,1485.046477999991,0.119485294117647,32,0,G6,pp,8,144,91,8,,,,,,o,,,e,,gutim,10770 +nof,260,36,2,7222,5057,,614,1485.1664779999912,,,,,,,144,91,0,,,,,,,,,,,gutim,10770 +non,260,37,2,7223,5057,3181,640,1485.1664779999912,0.174632352941177,32,1,B6,pp,8,144,95,8,,,,,,o,,,E,,gutim,10771 +non,260,38,3,7224,5058,3182,658,1485.248477999991,0.505514705882353,16,1,D4,pp,8,144,62,8,,,,,,o,,,,,gutim,10772 +nof,260,34,3,7220,5059,,585,1485.248477999991,,,,,,,144,56,0,,,,,,,,,,,gutim,10768 +nof,260,37,2,7223,5060,,640,1485.3404779999912,,,,,,,144,95,0,,,,,,,,,,,gutim,10771 +non,260,39,2,7225,5060,3183,678,1485.3404779999912,0.174632352941177,32,1,G6,pp,8,144,91,8,,,,,,o,,,,,gutim,10773 +nof,260,39,2,7225,5061,,678,1485.5154779999912,,,,,,,144,91,0,,,,,,,,,,,gutim,10773 +non,260,40,2,7226,5061,3184,716,1485.5154779999912,0.119485294117647,32,0,B6,pp,8,144,95,8,,,,,,o,,,,,gutim,10774 +nof,260,40,2,7226,5062,,716,1485.634477999991,,,,,,,144,95,0,,,,,,,,,,,gutim,10774 +non,260,41,2,7227,5062,3185,742,1485.634477999991,0.119485294117647,32,0,A7,pp,8,144,105,8,,,,,,o,,,,,gutim,10775 +nof,260,41,2,7227,5063,,742,1485.7544779999912,,,,,,,144,105,0,,,,,,,,,,,gutim,10775 +non,260,42,2,7228,5063,3186,768,1485.7544779999912,0.0965073529411765,32,0,C5,pp,8,144,72,8,,,,,,o,,,,,gutim,10776 +non,260,43,3,7229,5063,3186,,1485.7544779999912,0.05,8,0,C7,pp+,9,144,96,9,,,,g,,o,,,,,gutim,10777 +nof,260,38,3,7224,5064,,658,1485.7544779999912,,,,,,,144,62,0,,,,,,,,,,,gutim,10772 +nof,260,43,3,7229,5065,,,1485.8044779999911,,,,,,,144,96,0,,,,,,,,,,,gutim,10777 +non,260,44,3,7230,5066,3187,768,1485.8294779999912,0.147058823529412,32,0,E7,pp+,9,144,100,9,,,,,,o,,,e,,gutim,10778 +nof,260,42,2,7228,5067,,768,1485.8504779999912,,,,,,,144,72,0,,,,,,,,,,,gutim,10776 +non,260,45,2,7231,5068,3188,789,1485.9254779999912,0.0965073529411765,32,0,B6,pp,8,144,95,8,,,,,,o,,,,,gutim,10779 +nof,260,44,3,7230,5069,,768,1485.9764779999912,,,,,,,144,100,0,,,,,,,,,,,gutim,10778 +non,260,46,3,7232,5069,3189,800,1485.9764779999912,0.147058823529412,32,0,Ab3,pp+,9,144,56,9,,,,,,o,,,e,,gutim,10780 +nof,260,45,2,7231,5070,,789,1486.0224779999912,,,,,,,144,95,0,,,,,,,,,,,gutim,10779 +non,260,47,2,7233,5070,3190,810,1486.0224779999912,0.101102941176471,32,0,C6,pp,8,144,84,8,,,,,,o,,,,,gutim,10781 +nof,260,46,3,7232,5071,,800,1486.123477999991,,,,,,,144,56,0,,,,,,,,,,,gutim,10780 +nof,260,47,2,7233,5071,,810,1486.123477999991,,,,,,,144,84,0,,,,,,,,,,,gutim,10781 +non,260,48,2,7234,5071,3191,832,1486.123477999991,0.0965073529411765,32,0,B6,pp,8,144,95,8,,,,,t,o,,,,,gutim,10782 +non,260,49,3,7235,5071,3191,832,1486.123477999991,0.147058823529412,32,0,D4,pp+,9,144,62,9,,,,,,o,,,e,,gutim,10783 +non,260,50,2,7236,5072,,853,1486.219477999991,0.0505514705882353,64,0,B6,,,,,,,,,,T,,,,,,gutim,10784 +nof,260,48,2,7234,5073,,832,1486.270477999991,,,,,,,144,95,0,,,,,,,,,,,gutim,10782 +nof,260,49,3,7235,5073,,832,1486.270477999991,,,,,,,144,62,0,,,,,,,,,,,gutim,10783 +non,260,51,2,7237,5073,3192,864,1486.270477999991,0.147058823529412,32,1,C6,pp,8,144,84,8,,,,,,o,,,,,gutim,10785 +non,260,52,3,7238,5073,3192,864,1486.270477999991,0.147058823529412,32,0,Db4,pp+,9,144,61,9,,,,,,o,,,e,,gutim,10786 +nof,260,51,2,7237,5074,,864,1486.4174779999912,,,,,,,144,84,0,,,,,,,,,,,gutim,10785 +nof,260,52,3,7238,5074,,864,1486.4174779999912,,,,,,,144,61,0,,,,,,,,,,,gutim,10786 +non,260,53,2,7239,5074,3193,896,1486.4174779999912,0.193014705882353,32,1,B6,pp,8,144,95,8,,,,,,o,,,E,,gutim,10787 +rst,260,54,3,7240,5074,,896,1486.4174779999912,,,,,,,176,102,0,,,,,,,,,,,gutim,10788 +nof,260,53,2,7239,5075,,896,1486.6104779999912,,,,,,,144,95,0,,,,,,,,,,,gutim,10787 +non,260,55,2,7241,5075,3194,938,1486.6104779999912,0.133272058823529,32,0,C6,pp,8,144,84,8,,,,,,o,,d,e,,gutim,10789 +nof,260,55,2,7241,5076,,938,1486.7434779999912,,,,,,,144,84,0,,,,,,,,,,,gutim,10789 +non,260,56,2,7242,5076,3195,967,1486.7434779999912,0.128676470588235,32,0,Eb7,pp,8,144,99,8,,,,,,o,,d,e,,gutim,10790 +nof,260,56,2,7242,5077,,967,1486.8724779999911,,,,,,,144,99,0,,,,,,,,,,,gutim,10790 +non,260,57,2,7243,5077,3196,995,1486.8724779999911,0.133272058823529,32,0,A7,pp,8,144,105,8,,,,,,o,,d,e,,gutim,10791 +nof,260,27,1,7214,5078,,512,1486.9304779999911,,,,,,,144,63,0,,,,,,,,,,,gutim,10762 +nof,260,57,2,7243,5079,,995,1487.0054779999912,,,,,,,144,105,0,,,,,,,,,,,gutim,10791 +rst,260,58,1,7244,5079,,1024,1487.0054779999912,,,,,,,176,102,0,,,,,,,,,,,gutim,10792 +non,260,59,2,7245,5079,3197,1024,1487.0054779999912,0.128676470588235,32,0,C5,pp,8,144,72,8,,,,,,o,,d,e,,gutim,10793 +non,260,60,3,7246,5079,3197,1024,1487.0054779999912,0.670955882352941,8,0,C7,p-,10,144,96,10,,,,,,o,,,,,gutim,10794 +non,260,61,2,7247,5080,3198,1052,1487.134477999991,0.128676470588235,32,0,Eb7,pp,8,144,99,8,,,,,,o,,d,e,,gutim,10795 +nof,260,61,2,7247,5081,,1052,1487.2634779999912,,,,,,,144,99,0,,,,,,,,,,,gutim,10795 +non,260,62,2,7248,5081,3199,1080,1487.2634779999912,0.197610294117647,32,1,A7,pp,8,144,105,8,,,,,,o,,d,E,,gutim,10796 +nof,260,59,2,7245,5082,,1024,1487.2844779999912,,,,,,,144,72,0,,,,,,,,,,,gutim,10793 +nof,260,62,2,7248,5083,,1080,1487.460477999991,,,,,,,144,105,0,,,,,,,,,,,gutim,10796 +non,260,63,2,7249,5083,3200,1123,1487.460477999991,0.133272058823529,32,0,Eb7,pp,8,144,99,8,,,,,,o,,,,,gutim,10797 +nof,260,63,2,7249,5084,,1123,1487.594477999991,,,,,,,144,99,0,,,,,,,,,,,gutim,10797 +non,260,64,2,7250,5084,3201,1152,1487.594477999991,0.193014705882353,16,0,A7,pp,8,144,105,8,,,,,,o,,,,,gutim,10798 +non,260,65,3,7251,5085,3202,1170,1487.6764779999912,0.505514705882353,16,1,Ab3,p,11,144,56,11,,,,,t,o,,,,,gutim,10799 +nof,260,64,2,7250,5086,,1152,1487.787477999991,,,,,,,144,105,0,,,,,,,,,,,gutim,10798 +non,260,66,1,7252,5086,3203,1194,1487.787477999991,0.133272058823529,32,0,Db6,pp,8,144,85,8,,,,,,o,,,,,gutim,10800 +non,260,67,2,7253,5086,3203,1194,1487.787477999991,0.395220588235294,8,0,Eb7,pp,8,144,99,8,,,,,,o,,,,,gutim,10801 +nof,260,60,3,7246,5087,,1024,1487.826477999991,,,,,,,144,96,0,,,,,,,,,,,gutim,10794 +nof,260,66,1,7252,5088,,1194,1487.9204779999911,,,,,,,144,85,0,,,,,,,,,,,gutim,10800 +non,260,68,1,7254,5088,3204,1223,1487.9204779999911,0.128676470588235,32,0,F2,mp,14,144,41,14,,,,,,o,,,,,gutim,10802 +nof,260,68,1,7254,5089,,1223,1488.048477999991,,,,,,,144,41,0,,,,,,,,,,,gutim,10802 +non,260,69,1,7255,5089,3205,1251,1488.048477999991,0.133272058823529,32,0,Gb3,mp,14,144,54,14,,,,,,o,,,,,gutim,10803 +nof,260,69,1,7255,5090,,1251,1488.182477999991,,,,,,,144,54,0,,,,,,,,,,,gutim,10803 +rst,260,70,1,7256,5090,,1280,1488.182477999991,,,,,,,176,102,0,,,,,,,,,,,gutim,10804 +rst,260,71,2,7257,5090,,1280,1488.182477999991,,,,,,,176,102,0,,,,,,,,,,,gutim,10805 +non,260,72,3,7258,5090,,1280,1488.182477999991,0.165441176470588,32,0,Ab3,,,,,,,,,,T,,,,,,gutim,10806 +nof,260,67,2,7253,5091,,1194,1488.182477999991,,,,,,,144,99,0,,,,,,,,,,,gutim,10801 +non,260,73,3,7259,5092,3206,1316,1488.347477999991,0.252757352941176,32,1,E7,p,11,144,100,11,,,,,,o,,,e,,gutim,10807 +nof,260,65,3,7251,5093,,1170,1488.347477999991,,,,,,,144,56,0,,,,,,,,,,,gutim,10799 +nof,260,73,3,7259,5094,,1316,1488.6004779999912,,,,,,,144,100,0,,,,,,,,,,,gutim,10807 +non,260,74,3,7260,5094,3207,1371,1488.6004779999912,0.252757352941176,32,1,Ab3,p+,12,144,56,12,,,,,,o,,,e,,gutim,10808 +nof,260,74,3,7260,5095,,1371,1488.8534779999911,,,,,,,144,56,0,,,,,,,,,,,gutim,10808 +non,260,75,3,7261,5095,3208,1426,1488.8534779999911,0.252757352941176,32,1,D5,p+,12,144,74,12,,,,,,o,,,e,,gutim,10809 +nof,260,75,3,7261,5096,,1426,1489.105477999991,,,,,,,144,74,0,,,,,,,,,,,gutim,10809 +non,260,76,3,7262,5096,3209,1481,1489.105477999991,0.252757352941176,32,1,Db5,p+,12,144,73,12,,,,,,o,,,e,,gutim,10810 +ped,260,77,0,7263,5097,,1535,1489.318477999991,,,,,,,176,64,0,,,,,,,^,,,,gutim,10766 +nof,260,76,3,7262,5098,,1481,1489.3584779999912,,,,,,,144,73,0,,,,,,,,,,,gutim,10810 +bar,261,0,0,7264,5098,,0,1489.3584779999912,,,,,,,,,,261,,,,,,,,,,gutim,10811 +non,261,5,1,7265,5098,3210,0,1489.3584779999912,1.76470588235294,4,1,A6,p,11,144,93,11,,,,,,o,,,,,gutim,10812 +non,261,2,1,7266,5098,3210,,1489.3584779999912,0.05,8,0,G5,p,11,144,79,11,,,,g,,o,,,E,,gutim,10813 +non,261,6,3,7267,5098,3210,,1489.3584779999912,0.05,8,0,D4,p,11,144,62,11,,,,g,,o,,,,,gutim,10814 +nof,261,2,1,7266,5099,,,1489.4084779999912,,,,,,,144,79,0,,,,,,,,,,,gutim,10813 +nof,261,6,3,7267,5099,,,1489.4084779999912,,,,,,,144,62,0,,,,,,,,,,,gutim,10814 +non,261,3,1,7268,5100,3211,,1489.433477999991,0.05,8,0,C5,p,11,,,,,,,g,,o,,,,,gutim,10815 +non,261,7,3,7269,5100,3211,,1489.433477999991,0.05,8,0,C5,p,11,144,72,11,,,,g,,o,,,,,gutim,10816 +nof,261,7,3,7269,5101,,,1489.4834779999912,,,,,,,144,72,0,,,,,,,,,,,gutim,10816 +non,261,4,1,7270,5102,3212,,1489.508477999991,0.05,8,0,B5,p,11,144,83,11,,,,g,,o,,,,,gutim,10817 +non,261,8,3,7271,5102,3212,,1489.508477999991,0.05,8,0,C#4,p,11,144,61,11,,,,g,,o,,,,,gutim,10818 +nof,261,4,1,7270,5103,,,1489.558477999991,,,,,,,144,83,0,,,,,,,,,,,gutim,10817 +nof,261,8,3,7271,5103,,,1489.558477999991,,,,,,,144,61,0,,,,,,,,,,,gutim,10818 +non,261,9,3,7272,5104,3213,0,1489.5834779999911,1.76470588235294,4,1,E5,p,11,144,76,11,,,,,,o,,,,,gutim,10819 +ped,261,1,0,7273,5105,,0,1489.6184779999912,,,,,,,176,64,127,,,,,,,V,,,,gutim,10820 +ped,261,10,0,7274,5106,,301,1490.9674779999912,,,,,,,176,64,0,,,,,,,^,,,,gutim,10820 +nof,261,5,1,7265,5107,,0,1491.123477999991,,,,,,,144,93,0,,,,,,,,,,,gutim,10812 +nof,261,9,3,7272,5108,,0,1491.3484779999912,,,,,,,144,76,0,,,,,,,,,,,gutim,10819 +non,261,12,1,7275,5108,3214,384,1491.3484779999912,0.0965073529411765,32,0,G5,mp,14,144,79,14,,,,,,o,,,,,gutim,10821 +rst,261,13,3,7276,5108,,384,1491.3484779999912,,,,,,,176,102,0,,,,,,,,,,,gutim,10822 +ped,261,11,0,7277,5108,,384,1491.3484779999912,,,,,,,176,64,127,,,,,,,V,,,,gutim,10823 +nof,261,12,1,7275,5109,,384,1491.4444779999912,,,,,,,144,79,0,,,,,,,,,,,gutim,10821 +non,261,14,1,7278,5109,3215,405,1491.4444779999912,0.0965073529411765,32,0,C5,mp,14,144,72,14,,,,,,o,,,,,gutim,10824 +nof,261,14,1,7278,5110,,405,1491.5414779999912,,,,,,,144,72,0,,,,,,,,,,,gutim,10824 +non,261,15,1,7279,5110,3216,426,1491.5414779999912,0.101102941176471,32,0,G5,mp,14,144,79,14,,,,,,o,,,,,gutim,10825 +rst,261,16,3,7280,5110,,426,1491.5414779999912,,,,,,,176,102,0,,,,,,,,,,,gutim,10826 +non,261,17,3,7281,5111,3217,440,1491.605477999991,0.0643382352941177,32,0,D4,p,11,144,62,11,,,,,,o,,,e,,gutim,10827 +nof,261,15,1,7279,5112,,426,1491.6424779999911,,,,,,,144,79,0,,,,,,,,,,,gutim,10825 +non,261,18,1,7282,5112,3218,448,1491.6424779999911,0.0965073529411765,32,0,B5,mp,14,144,83,14,,,,,,o,,,,,gutim,10828 +nof,261,17,3,7281,5113,,440,1491.6704779999911,,,,,,,144,62,0,,,,,,,,,,,gutim,10827 +non,261,19,3,7283,5113,3219,454,1491.6704779999911,0.0643382352941177,32,0,C5,p+,12,144,72,12,,,,,,o,,,e,,gutim,10829 +nof,261,19,3,7283,5114,,454,1491.7344779999912,,,,,,,144,72,0,,,,,,,,,,,gutim,10829 +non,261,21,3,7284,5114,3220,468,1491.7344779999912,0.0643382352941177,32,0,D4,p+,12,144,62,12,,,,,,o,,,e,,gutim,10830 +nof,261,18,1,7282,5115,,448,1491.739477999991,,,,,,,144,83,0,,,,,,,,,,,gutim,10828 +non,261,20,1,7285,5115,3221,469,1491.739477999991,0.0965073529411765,32,0,C5,mp+,15,144,72,15,,,,,,o,,,,,gutim,10831 +nof,261,21,3,7284,5116,,468,1491.798477999991,,,,,,,144,62,0,,,,,,,,,,,gutim,10830 +non,261,22,3,7286,5116,3222,482,1491.798477999991,0.0643382352941177,32,0,C#4,mp-,13,144,61,13,,,,,,o,,,e,,gutim,10832 +nof,261,20,1,7285,5117,,469,1491.835477999991,,,,,,,144,72,0,,,,,,,,,,,gutim,10831 +non,261,23,1,7287,5117,3223,490,1491.835477999991,0.101102941176471,32,0,B5,mp+,15,144,83,15,,,,,,o,,,,,gutim,10833 +nof,261,22,3,7286,5118,,482,1491.8634779999911,,,,,,,144,61,0,,,,,,,,,,,gutim,10832 +non,261,24,3,7288,5118,3224,496,1491.8634779999911,0.0735294117647059,32,0,D4,mp-,13,144,62,13,,,,,,o,,,e,,gutim,10834 +nof,261,24,3,7288,5119,,496,1491.9364779999912,,,,,,,144,62,0,,,,,,,,,,,gutim,10834 +non,261,25,1,7289,5119,3225,512,1491.9364779999912,1.76470588235294,4,1,A6,mf,17,144,93,17,,,,,,o,,,,,gutim,10835 +non,261,26,3,7290,5119,3225,512,1491.9364779999912,0.390625,8,0,E6,mp,14,144,88,14,,,,,,o,,,E,,gutim,10836 +nof,261,23,1,7287,5120,,490,1491.9364779999912,,,,,,,144,83,0,,,,,,,,,,,gutim,10833 +nof,261,26,3,7290,5121,,512,1492.327477999991,,,,,,,144,88,0,,,,,,,,,,,gutim,10836 +non,261,27,3,7291,5121,3226,597,1492.327477999991,0.588235294117647,8,1,G#3,mp,14,144,56,14,,,,,,o,,,,,gutim,10837 +nof,261,27,3,7291,5122,,597,1492.9154779999913,,,,,,,144,56,0,,,,,,,,,,,gutim,10837 +non,261,28,3,7292,5122,3227,725,1492.9154779999913,0.197610294117647,16,0,C#6,f,20,144,85,20,,,,,,o,,,,,gutim,10838 +nof,261,28,3,7292,5123,,725,1493.1134779999911,,,,,,,144,85,0,,,,,,,,,,,gutim,10838 +non,261,29,3,7293,5123,3228,768,1493.1134779999911,0.193014705882353,16,0,F2,mf,17,144,41,17,,,,,,o,,,,,gutim,10839 +nof,261,29,3,7293,5124,,768,1493.306477999991,,,,,,,144,41,0,,,,,,,,,,,gutim,10839 +non,261,30,3,7294,5124,3229,810,1493.306477999991,0.101102941176471,32,0,Gb3,mp,14,144,54,14,,,,,,o,,,,,gutim,10840 +nof,261,30,3,7294,5125,,810,1493.4074779999912,,,,,,,144,54,0,,,,,,,,,,,gutim,10840 +non,261,31,3,7295,5125,3230,832,1493.4074779999912,0.193014705882353,16,0,F2,p+,12,144,41,12,,,,,,o,,,,,gutim,10841 +nof,261,31,3,7295,5126,,832,1493.6004779999912,,,,,,,144,41,0,,,,,,,,,,,gutim,10841 +non,261,32,3,7296,5126,3231,874,1493.6004779999912,0.101102941176471,32,0,Gb3,p-,10,144,54,10,,,,,,o,,,,,gutim,10842 +nof,261,25,1,7289,5127,,512,1493.701477999991,,,,,,,144,93,0,,,,,,,,,,,gutim,10835 +nof,261,32,3,7296,5128,,874,1493.701477999991,,,,,,,144,54,0,,,,,,,,,,,gutim,10842 +non,261,33,1,7297,5128,3232,896,1493.701477999991,0.193014705882353,16,0,D#6,mf,17,144,87,17,,,,,,o,,,,,gutim,10843 +non,261,34,3,7298,5128,3232,896,1493.701477999991,0.193014705882353,16,0,F2,pp,8,144,41,8,,,,,,o,,,,,gutim,10844 +ped,261,35,0,7299,5129,,938,1493.8434779999911,,,,,,,176,64,0,,,,,,,^,,,,gutim,10823 +nof,261,33,1,7297,5130,,896,1493.894477999991,,,,,,,144,87,0,,,,,,,,,,,gutim,10843 +nof,261,34,3,7298,5130,,896,1493.894477999991,,,,,,,144,41,0,,,,,,,,,,,gutim,10844 +non,261,36,1,7300,5130,3233,938,1493.894477999991,0.197610294117647,16,0,A6,mf,17,144,93,17,,,,,,o,,,,,gutim,10845 +rst,261,37,3,7301,5130,,938,1493.894477999991,,,,,,,176,102,0,,,,,,,,,,,gutim,10846 +nof,261,36,1,7300,5131,,938,1494.0924779999912,,,,,,,144,93,0,,,,,,,,,,,gutim,10845 +non,261,39,1,7302,5131,3234,981,1494.0924779999912,0.197610294117647,16,0,D#6,mf,17,144,87,17,,,,,,o,,,,,gutim,10847 +ped,261,38,0,7303,5132,,981,1494.143477999991,,,,,,,176,64,127,,,,,,,V,,,,gutim,10848 +nof,261,39,1,7302,5133,,981,1494.289477999991,,,,,,,144,87,0,,,,,,,,,,,gutim,10847 +non,261,40,1,7304,5133,3235,,1494.289477999991,0.05,8,0,G#7,ppp,5,144,104,5,,,,g,,o,,d,e,,gutim,10849 +nof,261,40,1,7304,5134,,,1494.3394779999912,,,,,,,144,104,0,,,,,,,,,,,gutim,10849 +non,261,41,1,7305,5135,3236,,1494.364477999991,0.05,8,0,E5,ppp,5,144,76,5,,,,g,,o,,d,e,,gutim,10850 +non,261,42,1,7306,5135,3236,,1494.364477999991,0.05,8,0,A5,ppp,5,144,81,5,,,,g,,o,,d,e,,gutim,10851 +nof,261,41,1,7305,5136,,,1494.414477999991,,,,,,,144,76,0,,,,,,,,,,,gutim,10850 +nof,261,42,1,7306,5136,,,1494.414477999991,,,,,,,144,81,0,,,,,,,,,,,gutim,10851 +non,261,43,1,7307,5137,3237,,1494.4394779999911,0.05,8,0,F6,ppp,5,144,89,5,,,,g,,o,,d,e,,gutim,10852 +non,261,44,1,7308,5137,3237,,1494.4394779999911,0.05,8,0,D#7,ppp,5,144,99,5,,,,g,,o,,d,e,,gutim,10853 +nof,261,43,1,7307,5138,,,1494.489477999991,,,,,,,144,89,0,,,,,,,,,,,gutim,10852 +nof,261,44,1,7308,5138,,,1494.489477999991,,,,,,,144,99,0,,,,,,,,,,,gutim,10853 +non,261,45,1,7309,5139,3238,1024,1494.5144779999912,0.294117647058824,16,0,G4,ppp,5,144,67,5,,,,,,o,,d,E,,gutim,10854 +non,261,46,1,7310,5139,3238,1024,1494.5144779999912,0.294117647058824,16,0,B6,ppp,5,144,95,5,,,,,,o,,d,E,,gutim,10855 +non,261,47,1,7311,5139,3238,1024,1494.5144779999912,0.294117647058824,16,0,A7,fff,24,144,105,24,,,,,,o,,d,E,,gutim,10856 +non,261,48,3,7312,5139,3238,1024,1494.5144779999912,0.390625,8,0,C5,mf,17,144,72,17,,,,,,o,,d 5993,e 5993,,gutim,10857 +nof,261,45,1,7309,5140,,1024,1494.808477999991,,,,,,,144,67,0,,,,,,,,,,,gutim,10854 +nof,261,46,1,7310,5140,,1024,1494.808477999991,,,,,,,144,95,0,,,,,,,,,,,gutim,10855 +nof,261,47,1,7311,5140,,1024,1494.808477999991,,,,,,,144,105,0,,,,,,,,,,,gutim,10856 +non,261,49,1,7313,5140,3239,1088,1494.808477999991,0.294117647058824,16,0,G6,ppp,5,144,91,5,,,,,,o,,,,,gutim,10858 +nof,261,48,3,7312,5141,,1024,1494.9054779999913,,,,,,,144,72,0,,,,,,,,,,,gutim,10857 +non,261,50,3,7314,5141,3240,1109,1494.9054779999913,0.390625,8,0,D3,mf,17,144,50,17,,,,,,o,,,,,gutim,10859 +nof,261,49,1,7313,5142,,1088,1495.1024779999912,,,,,,,144,91,0,,,,,,,,,,,gutim,10858 +rst,261,51,1,7315,5142,,1152,1495.1024779999912,,,,,,,176,102,0,,,,,,,,,,,gutim,10860 +nof,261,50,3,7314,5143,,1109,1495.2954779999911,,,,,,,144,50,0,,,,,,,,,,,gutim,10859 +non,261,52,3,7316,5143,3241,1194,1495.2954779999911,0.114889705882353,32,1,E5,mf+,18,144,76,18,,,,,,o,,,,,gutim,10861 +nof,261,52,3,7316,5144,,1194,1495.4104779999911,,,,,,,144,76,0,,,,,,,,,,,gutim,10861 +non,261,53,3,7317,5144,3242,1219,1495.4104779999911,0.119485294117647,32,1,C#3,f-,19,144,49,19,,,,,,o,,,,,gutim,10862 +nof,261,53,3,7317,5145,,1219,1495.5304779999913,,,,,,,144,49,0,,,,,,,,,,,gutim,10862 +non,261,54,3,7318,5145,3243,1245,1495.5304779999913,0.078125,32,0,G#2,f-,19,144,44,19,,,,,,o,,,,,gutim,10863 +nof,261,54,3,7318,5146,,1245,1495.6084779999912,,,,,,,144,44,0,,,,,,,,,,,gutim,10863 +non,261,55,3,7319,5146,3244,1262,1495.6084779999912,0.0827205882352941,32,0,C#3,f-,19,144,49,19,,,,,,o,,,,,gutim,10864 +nof,261,55,3,7319,5147,,1262,1495.691477999991,,,,,,,144,49,0,,,,,,,,,,,gutim,10864 +non,261,56,1,7320,5147,3245,1280,1495.691477999991,0.128676470588235,32,0,D#6,f,20,144,87,20,,,,,,o,,,,,gutim,10865 +rst,261,57,3,7321,5147,,1280,1495.691477999991,,,,,,,176,102,0,,,,,,,,,,,gutim,10866 +nof,261,56,1,7320,5148,,1280,1495.8194779999912,,,,,,,144,87,0,,,,,,,,,,,gutim,10865 +non,261,58,1,7322,5148,3246,1308,1495.8194779999912,0.128676470588235,32,0,C7,f,20,144,96,20,,,,,,o,,,,,gutim,10867 +nof,261,58,1,7322,5149,,1308,1495.9484779999912,,,,,,,144,96,0,,,,,,,,,,,gutim,10867 +non,261,59,1,7323,5149,3247,1336,1495.9484779999912,0.133272058823529,32,0,D#6,f+,21,144,87,21,,,,,,o,,,,,gutim,10868 +nof,261,59,1,7323,5150,,1336,1496.0814779999912,,,,,,,144,87,0,,,,,,,,,,,gutim,10868 +non,261,60,1,7324,5150,3248,1365,1496.0814779999912,0.785845588235294,8,1,E7,f+,21,144,100,21,,,,,,o,,,,,gutim,10869 +bar,262,0,0,7325,5151,,0,1496.8674779999913,,,,,,,,,,262,,,,,,,,,,gutim,10870 +non,262,1,1,7326,5151,3249,0,1496.8674779999913,1.02941176470588,8,2,C6,fff,24,144,84,24,,,,,,o,,,,,gutim,10871 +non,262,2,1,7327,5151,3249,0,1496.8674779999913,0.588235294117647,8,2,Db7,fff,24,144,97,24,,,,,,o,,,,,gutim,10872 +non,262,3,3,7328,5151,3249,0,1496.8674779999913,0.147058823529412,32,0,E3,fff,24,144,52,24,,,,,,o,,,,,gutim,10873 +non,262,4,3,7329,5151,3249,0,1496.8674779999913,0.147058823529412,32,0,Bb3,fff,24,144,58,24,,,,,,o,,,,,gutim,10874 +nof,262,3,3,7328,5152,,0,1497.0144779999912,,,,,,,144,52,0,,,,,,,,,,,gutim,10873 +nof,262,4,3,7329,5152,,0,1497.0144779999912,,,,,,,144,58,0,,,,,,,,,,,gutim,10874 +non,262,5,3,7330,5152,3250,32,1497.0144779999912,0.441176470588235,16,1,Ab1,fff,24,144,32,24,,,,,,o,,,,,gutim,10875 +nof,262,2,1,7327,5153,,0,1497.4554779999912,,,,,,,144,97,0,,,,,,,,,,,gutim,10872 +nof,262,5,3,7330,5154,,32,1497.4554779999912,,,,,,,144,32,0,,,,,,,,,,,gutim,10875 +non,262,6,3,7331,5154,3251,128,1497.4554779999912,0.441176470588235,16,1,Ab1,fff,24,144,32,24,,,,,,o,,,,,gutim,10876 +non,262,7,3,7332,5154,3251,128,1497.4554779999912,0.294117647058824,16,1,E3,fff,24,144,52,24,,,,,,o,,,,,gutim,10877 +non,262,8,3,7333,5154,3251,128,1497.4554779999912,0.294117647058824,16,1,Bb3,fff,24,144,58,24,,,,,,o,,,,,gutim,10878 +nof,261,60,1,7324,5155,,1365,1497.692477999991,,,,,,,144,100,0,,,,,,,,,,,gutim,10869 +nof,262,7,3,7332,5156,,128,1497.749477999991,,,,,,,144,52,0,,,,,,,,,,,gutim,10877 +nof,262,8,3,7333,5156,,128,1497.749477999991,,,,,,,144,58,0,,,,,,,,,,,gutim,10878 +nof,262,1,1,7326,5157,,0,1497.8964779999912,,,,,,,144,84,0,,,,,,,,,,,gutim,10871 +nof,262,6,3,7331,5158,,128,1497.8964779999912,,,,,,,144,32,0,,,,,,,,,,,gutim,10876 +non,262,9,1,7334,5158,3252,224,1497.8964779999912,0.147058823529412,32,0,C6,fff,24,144,84,24,,,,,,o,,,,,gutim,10879 +non,262,10,1,7335,5158,3252,224,1497.8964779999912,0.147058823529412,32,0,Db7,fff,24,144,97,24,,,,,,o,,,,,gutim,10880 +non,262,11,3,7336,5158,3252,224,1497.8964779999912,0.147058823529412,32,0,Ab1,fff,24,144,32,24,,,,,,o,,,,,gutim,10881 +non,262,12,3,7337,5158,3252,224,1497.8964779999912,0.147058823529412,32,0,E2,fff,24,144,40,24,,,,,,o,,,,,gutim,10882 +nof,262,9,1,7334,5159,,224,1498.0444779999912,,,,,,,144,84,0,,,,,,,,,,,gutim,10879 +nof,262,10,1,7335,5159,,224,1498.0444779999912,,,,,,,144,97,0,,,,,,,,,,,gutim,10880 +nof,262,11,3,7336,5159,,224,1498.0444779999912,,,,,,,144,32,0,,,,,,,,,,,gutim,10881 +nof,262,12,3,7337,5159,,224,1498.0444779999912,,,,,,,144,40,0,,,,,,,,,,,gutim,10882 +non,262,13,1,7338,5159,3253,256,1498.0444779999912,0.147058823529412,32,0,C6,ff+,23,144,84,23,,,,,,o,,,,,gutim,10883 +non,262,14,1,7339,5159,3253,256,1498.0444779999912,0.147058823529412,32,0,Db7,ff+,23,144,97,23,,,,,,o,,,,,gutim,10884 +non,262,15,3,7340,5159,3253,256,1498.0444779999912,0.147058823529412,32,0,Ab1,ff+,23,144,32,23,,,,,,o,,,,,gutim,10885 +non,262,16,3,7341,5159,3253,256,1498.0444779999912,0.147058823529412,32,0,E2,ff+,23,144,40,23,,,,,,o,,,,,gutim,10886 +nof,262,13,1,7338,5160,,256,1498.191477999991,,,,,,,144,84,0,,,,,,,,,,,gutim,10883 +nof,262,14,1,7339,5160,,256,1498.191477999991,,,,,,,144,97,0,,,,,,,,,,,gutim,10884 +nof,262,15,3,7340,5160,,256,1498.191477999991,,,,,,,144,32,0,,,,,,,,,,,gutim,10885 +nof,262,16,3,7341,5160,,256,1498.191477999991,,,,,,,144,40,0,,,,,,,,,,,gutim,10886 +non,262,17,1,7342,5160,3254,288,1498.191477999991,0.441176470588235,16,1,C5,ff,22,144,72,22,,,,,,o,,,,,gutim,10887 +non,262,18,3,7343,5160,3254,288,1498.191477999991,0.441176470588235,16,1,Bb3,ff,22,144,58,22,,,,,,o,,,,,gutim,10888 +nof,262,17,1,7342,5161,,288,1498.6324779999911,,,,,,,144,72,0,,,,,,,,,,,gutim,10887 +nof,262,18,3,7343,5161,,288,1498.6324779999911,,,,,,,144,58,0,,,,,,,,,,,gutim,10888 +non,262,19,1,7344,5161,3255,384,1498.6324779999911,0.294117647058824,16,0,Bb3,mf+,18,144,58,18,,,,,,o,,,,,gutim,10889 +non,262,20,1,7345,5161,3255,384,1498.6324779999911,0.294117647058824,16,0,C5,mf+,18,144,72,18,,,,,,o,,,,,gutim,10890 +non,262,21,3,7346,5161,3255,384,1498.6324779999911,0.588235294117647,8,0,Ab1,mf+,18,144,32,18,,,,,t,o,,,,,gutim,10891 +non,262,22,3,7347,5161,3255,384,1498.6324779999911,0.588235294117647,8,0,E2,mf+,18,144,40,18,,,,,t,o,,,,,gutim,10892 +nof,262,19,1,7344,5162,,384,1498.9264779999912,,,,,,,144,58,0,,,,,,,,,,,gutim,10889 +nof,262,20,1,7345,5162,,384,1498.9264779999912,,,,,,,144,72,0,,,,,,,,,,,gutim,10890 +non,262,23,1,7348,5162,3256,448,1498.9264779999912,0.294117647058824,16,0,C5,mf-,16,144,72,16,,,,,t,o,,,,,gutim,10893 +non,262,24,1,7349,5162,3256,448,1498.9264779999912,0.294117647058824,16,0,Db6,mf-,16,144,85,16,,,,,t,o,,,,,gutim,10894 +ped,262,25,0,7350,5163,,511,1499.2154779999912,,,,,,,176,64,0,,,,,,,^,,,,gutim,10848 +non,262,26,1,7351,5164,,512,1499.220477999991,0.147058823529412,32,0,C5,,,,,,,,,,T,,,,,,gutim,10895 +non,262,27,1,7352,5164,,512,1499.220477999991,0.147058823529412,32,0,Db6,,,,,,,,,,T,,,,,,gutim,10896 +non,262,28,3,7353,5164,,512,1499.220477999991,0.147058823529412,32,0,Ab1,,,,,,,,,,T,,,,,,gutim,10897 +non,262,29,3,7354,5164,,512,1499.220477999991,0.147058823529412,32,0,E2,,,,,,,,,,T,,,,,,gutim,10898 +nof,262,21,3,7346,5165,,384,1499.3674779999913,,,,,,,144,32,0,,,,,,,,,,,gutim,10891 +nof,262,22,3,7347,5165,,384,1499.3674779999913,,,,,,,144,40,0,,,,,,,,,,,gutim,10892 +nof,262,23,1,7348,5165,,448,1499.3674779999913,,,,,,,144,72,0,,,,,,,,,,,gutim,10893 +nof,262,24,1,7349,5165,,448,1499.3674779999913,,,,,,,144,85,0,,,,,,,,,,,gutim,10894 +non,262,30,1,7355,5165,3257,544,1499.3674779999913,0.441176470588235,16,1,C5,mp-,13,144,72,13,,,,,,o,,,,,gutim,10899 +non,262,31,1,7356,5165,3257,544,1499.3674779999913,0.294117647058824,16,1,Db6,mp-,13,144,85,13,,,,,,o,,,,,gutim,10900 +non,262,32,3,7357,5165,3257,544,1499.3674779999913,0.147058823529412,32,0,Ab1,mp-,13,144,32,13,,,,,,o,,,,,gutim,10901 +non,262,33,3,7358,5165,3257,544,1499.3674779999913,0.147058823529412,32,0,E2,mp-,13,144,40,13,,,,,,o,,,,,gutim,10902 +nof,262,32,3,7357,5166,,544,1499.5144779999912,,,,,,,144,32,0,,,,,,,,,,,gutim,10901 +nof,262,33,3,7358,5166,,544,1499.5144779999912,,,,,,,144,40,0,,,,,,,,,,,gutim,10902 +non,262,34,3,7359,5166,3258,576,1499.5144779999912,0.294117647058824,16,0,Ab1,p,11,144,32,11,,,,,,o,,,,,gutim,10903 +non,262,35,3,7360,5166,3258,576,1499.5144779999912,0.294117647058824,16,0,E2,p,11,144,40,11,,,,,,o,,,,,gutim,10904 +non,262,36,3,7361,5166,3258,576,1499.5144779999912,0.294117647058824,16,0,Bb2,p,11,144,46,11,,,,,,o,,,,,gutim,10905 +nof,262,31,1,7356,5167,,544,1499.7364779999912,,,,,,,144,85,0,,,,,,,,,,,gutim,10900 +nof,262,34,3,7359,5168,,576,1499.808477999991,,,,,,,144,32,0,,,,,,,,,,,gutim,10903 +nof,262,35,3,7360,5168,,576,1499.808477999991,,,,,,,144,40,0,,,,,,,,,,,gutim,10904 +nof,262,36,3,7361,5168,,576,1499.808477999991,,,,,,,144,46,0,,,,,,,,,,,gutim,10905 +non,262,37,1,7362,5168,3259,640,1499.808477999991,0.147058823529412,32,0,C4,pp+,9,144,60,9,,,,,,o,,,,,gutim,10906 +non,262,38,1,7363,5168,3259,640,1499.808477999991,0.147058823529412,32,0,Db5,pp+,9,144,73,9,,,,,,o,,,,,gutim,10907 +non,262,39,3,7364,5168,3259,640,1499.808477999991,0.147058823529412,32,0,Ab1,pp+,9,144,32,9,,,,,,o,,,,,gutim,10908 +non,262,40,3,7365,5168,3259,640,1499.808477999991,0.147058823529412,32,0,E2,pp+,9,144,40,9,,,,,,o,,,,,gutim,10909 +non,262,41,3,7366,5168,3259,640,1499.808477999991,0.147058823529412,32,0,Bb2,pp+,9,144,46,9,,,,,,o,,,,,gutim,10910 +nof,262,30,1,7355,5169,,544,1499.883477999991,,,,,,,144,72,0,,,,,,,,,,,gutim,10899 +nof,262,37,1,7362,5170,,640,1499.9554779999912,,,,,,,144,60,0,,,,,,,,,,,gutim,10906 +nof,262,38,1,7363,5170,,640,1499.9554779999912,,,,,,,144,73,0,,,,,,,,,,,gutim,10907 +nof,262,39,3,7364,5170,,640,1499.9554779999912,,,,,,,144,32,0,,,,,,,,,,,gutim,10908 +nof,262,40,3,7365,5170,,640,1499.9554779999912,,,,,,,144,40,0,,,,,,,,,,,gutim,10909 +nof,262,41,3,7366,5170,,640,1499.9554779999912,,,,,,,144,46,0,,,,,,,,,,,gutim,10910 +non,262,42,1,7367,5170,3260,672,1499.9554779999912,0.441176470588235,16,1,C4,pp,8,144,60,8,,,,,,o,,,,,gutim,10911 +non,262,43,1,7368,5170,3260,672,1499.9554779999912,0.294117647058824,16,1,Db5,pp,8,144,73,8,,,,,,o,,,,,gutim,10912 +non,262,44,3,7369,5170,3260,672,1499.9554779999912,0.441176470588235,16,1,Ab1,pp,8,144,32,8,,,,,,o,,,,,gutim,10913 +non,262,45,3,7370,5170,3260,672,1499.9554779999912,0.294117647058824,16,1,E2,pp,8,144,40,8,,,,,,o,,,,,gutim,10914 +non,262,46,3,7371,5170,3260,672,1499.9554779999912,0.294117647058824,16,1,Bb2,pp,8,144,46,8,,,,,,o,,,,,gutim,10915 +nof,262,43,1,7368,5171,,672,1500.249477999991,,,,,,,144,73,0,,,,,,,,,,,gutim,10912 +nof,262,45,3,7370,5171,,672,1500.249477999991,,,,,,,144,40,0,,,,,,,,,,,gutim,10914 +nof,262,46,3,7371,5171,,672,1500.249477999991,,,,,,,144,46,0,,,,,,,,,,,gutim,10915 +nof,262,42,1,7367,5172,,672,1500.3964779999912,,,,,,,144,60,0,,,,,,,,,,,gutim,10911 +nof,262,44,3,7369,5172,,672,1500.3964779999912,,,,,,,144,32,0,,,,,,,,,,,gutim,10913 +rst,262,47,1,7372,5172,,768,1500.3964779999912,,,,,,,176,102,0,,,,,,,,,,,gutim,10916 +rst,262,48,3,7373,5172,,768,1500.3964779999912,,,,,,,176,102,0,,,,,,,,,,,gutim,10917 +sec,262,49,0,7374,5172,,768,1500.3964779999912,,,,,,,,,,,5993,,,,,,,,,gutim,10918 +non,262,51,1,7375,5173,3261,810,1500.5894779999912,0.197610294117647,16,0,A7,ff,22,144,105,22,,,,,,o,,,,,gutim,10919 +ped,262,50,0,7376,5173,,810,1500.5894779999912,,,,,,,176,64,127,,,,,,,V,,,,gutim,10920 +nof,262,51,1,7375,5174,,810,1500.787477999991,,,,,,,144,105,0,,,,,,,,,,,gutim,10919 +non,262,52,1,7377,5174,3262,853,1500.787477999991,0.785845588235294,4,0,A7,ff,22,144,105,22,,,,,,o,,,,,gutim,10921 +non,262,53,3,7378,5174,3262,853,1500.787477999991,0.46875,8,1,F1,ff,22,144,29,22,,,,,,o,,,,,gutim,10922 +nof,262,53,3,7378,5175,,853,1501.2564779999911,,,,,,,144,29,0,,,,,,,,,,,gutim,10922 +non,262,54,3,7379,5175,3263,955,1501.2564779999911,0.317095588235294,8,0,F1,ff,22,144,29,22,,,,,,o,,,,,gutim,10923 +nof,262,52,1,7377,5176,,853,1501.5734779999912,,,,,,,144,105,0,,,,,,,,,,,gutim,10921 +nof,262,54,3,7379,5176,,955,1501.5734779999912,,,,,,,144,29,0,,,,,,,,,,,gutim,10923 +rst,262,55,1,7380,5176,,1024,1501.5734779999912,,,,,,,176,102,0,,,,,,,,,,,gutim,10924 +non,262,56,3,7381,5176,3264,1024,1501.5734779999912,0.3125,8,0,F1,ff,22,144,29,22,,,,,,o,,,,,gutim,10925 +non,262,57,3,7382,5176,3264,1024,1501.5734779999912,0.588235294117647,8,0,Eb3,ff,22,144,51,22,,,,,,o,,,,,gutim,10926 +nof,262,56,3,7381,5177,,1024,1501.885477999991,,,,,,,144,29,0,,,,,,,,,,,gutim,10925 +nof,262,57,3,7382,5177,,1024,1501.885477999991,,,,,,,144,51,0,,,,,,,,,,,gutim,10926 +non,262,58,3,7383,5177,3265,1092,1501.885477999991,0.46875,8,1,Eb3,ff,22,144,51,22,,,,,,o,,,,,gutim,10927 +nof,262,58,3,7383,5178,,1092,1502.354477999991,,,,,,,144,51,0,,,,,,,,,,,gutim,10927 +non,262,59,1,7384,5178,3266,1194,1502.354477999991,0.395220588235294,8,0,Db6,ff,22,144,85,22,,,,,t,o,,,,,gutim,10928 +non,262,60,3,7385,5178,3266,1194,1502.354477999991,0.101102941176471,32,0,Eb3,mp,14,144,51,14,,,,,,o,,,,,gutim,10929 +non,262,61,3,7386,5178,3266,1194,1502.354477999991,0.147058823529412,32,0,Ab3,mp,14,144,56,14,,,,,,o,,,,,gutim,10930 +nof,262,60,3,7385,5179,,1194,1502.4554779999912,,,,,,,144,51,0,,,,,,,,,,,gutim,10929 +nof,262,61,3,7386,5179,,1194,1502.4554779999912,,,,,,,144,56,0,,,,,,,,,,,gutim,10930 +non,262,62,3,7387,5179,3267,1216,1502.4554779999912,0.294117647058824,16,1,Eb3,mp+,15,144,51,15,,,,,,o,,,,,gutim,10931 +non,262,63,3,7388,5179,3267,1216,1502.4554779999912,0.294117647058824,16,1,Ab3,mp+,15,144,56,15,,,,,,o,,,,,gutim,10932 +non,262,64,3,7389,5179,3267,1216,1502.4554779999912,0.294117647058824,16,1,Db4,mp+,15,144,61,15,,,,,,o,,,,,gutim,10933 +nof,262,62,3,7387,5180,,1216,1502.749477999991,,,,,,,144,51,0,,,,,,,,,,,gutim,10931 +nof,262,63,3,7388,5180,,1216,1502.749477999991,,,,,,,144,56,0,,,,,,,,,,,gutim,10932 +nof,262,64,3,7389,5180,,1216,1502.749477999991,,,,,,,144,61,0,,,,,,,,,,,gutim,10933 +non,262,65,1,7390,5180,,1280,1502.749477999991,0.78125,4,0,Db6,,,,,,,,,,T,,,,,,gutim,10934 +non,262,66,3,7391,5180,3268,1280,1502.749477999991,0.390625,8,0,Eb3,mf,17,144,51,17,,,,,,o,,,,,gutim,10935 +non,262,67,3,7392,5180,3268,1280,1502.749477999991,0.588235294117647,8,0,Ab3,mf,17,144,56,17,,,,,,o,,,,,gutim,10936 +non,262,68,3,7393,5180,3268,1280,1502.749477999991,0.588235294117647,8,0,Db4,mf,17,144,61,17,,,,,,o,,,,,gutim,10937 +nof,262,66,3,7391,5181,,1280,1503.1404779999912,,,,,,,144,51,0,,,,,,,,,,,gutim,10935 +non,262,69,3,7394,5181,3269,1365,1503.1404779999912,0.390625,8,0,Ab1,f,20,144,32,20,,,,,,o,,,,,gutim,10938 +nof,262,67,3,7392,5182,,1280,1503.3384779999913,,,,,,,144,56,0,,,,,,,,,,,gutim,10936 +nof,262,68,3,7393,5182,,1280,1503.3384779999913,,,,,,,144,61,0,,,,,,,,,,,gutim,10937 +nof,262,59,1,7384,5183,,1194,1503.5314779999912,,,,,,,144,85,0,,,,,,,,,,,gutim,10928 +nof,262,69,3,7394,5183,,1365,1503.5314779999912,,,,,,,144,32,0,,,,,,,,,,,gutim,10938 +non,262,70,1,7395,5183,3270,1450,1503.5314779999912,0.197610294117647,16,0,Bb5,ff,22,144,82,22,,,,,,o,,,,,gutim,10939 +non,262,71,3,7396,5183,3270,1450,1503.5314779999912,0.197610294117647,16,0,Ab1,f,20,144,32,20,,,,,,o,,,,,gutim,10940 +nof,262,70,1,7395,5184,,1450,1503.7284779999911,,,,,,,144,82,0,,,,,,,,,,,gutim,10939 +nof,262,71,3,7396,5184,,1450,1503.7284779999911,,,,,,,144,32,0,,,,,,,,,,,gutim,10940 +non,262,72,1,7397,5184,3271,1493,1503.7284779999911,0.197610294117647,16,0,Db6,ff,22,144,85,22,,,,,,o,,,,,gutim,10941 +non,262,73,3,7398,5184,3271,1493,1503.7284779999911,0.197610294117647,16,0,Gb2,mf+,18,144,42,18,,,,,,o,,,,,gutim,10942 +ped,262,74,0,7399,5185,,1535,1503.921477999991,,,,,,,176,64,0,,,,,,,^,,,,gutim,10920 +nof,262,72,1,7397,5186,,1493,1503.9264779999912,,,,,,,144,85,0,,,,,,,,,,,gutim,10941 +nof,262,73,3,7398,5186,,1493,1503.9264779999912,,,,,,,144,42,0,,,,,,,,,,,gutim,10942 +bar,263,0,0,7400,5187,,0,1503.9264779999912,,,,,,,,,,263,,,,,,,,,,gutim,10943 +non,263,2,1,7401,5187,3272,,1503.9264779999912,0.05,8,0,A6,mp,14,144,93,14,,,,g,,o,,,e,,gutim,10944 +non,263,3,1,7402,5187,3272,,1503.9264779999912,0.05,8,0,C7,mp,14,144,96,14,,,,g,,o,,,e,,gutim,10945 +nof,263,2,1,7401,5188,,,1503.9764779999912,,,,,,,144,93,0,,,,,,,,,,,gutim,10944 +nof,263,3,1,7402,5188,,,1503.9764779999912,,,,,,,144,96,0,,,,,,,,,,,gutim,10945 +non,263,4,1,7403,5189,3273,,1504.001477999991,0.05,8,0,E7,mp+,15,144,100,15,,,,g,,o,,,e,,gutim,10946 +nof,263,4,1,7403,5190,,,1504.0514779999912,,,,,,,144,100,0,,,,,,,,,,,gutim,10946 +non,263,5,1,7404,5191,3274,,1504.076477999991,0.05,8,0,C7,mf,17,144,96,17,,,,g,,o,,,e,,gutim,10947 +nof,263,5,1,7404,5192,,,1504.126477999991,,,,,,,144,96,0,,,,,,,,,,,gutim,10947 +non,263,6,1,7405,5193,3275,,1504.1514779999911,0.05,8,0,D5,mf+,18,144,74,18,,,,g,,o,,,e,,gutim,10948 +nof,263,6,1,7405,5194,,,1504.201477999991,,,,,,,144,74,0,,,,,,,,,,,gutim,10948 +non,263,7,1,7406,5195,3276,,1504.2264779999912,0.05,8,0,Db5,f,20,144,73,20,,,,g,,o,,,e,,gutim,10949 +nof,263,7,1,7406,5196,,,1504.2764779999911,,,,,,,144,73,0,,,,,,,,,,,gutim,10949 +non,263,8,1,7407,5197,3277,,1504.3014779999912,0.05,8,0,Ab4,f+,21,144,68,21,,,,g,,o,,,e,,gutim,10950 +nof,263,8,1,7407,5198,,,1504.3514779999912,,,,,,,144,68,0,,,,,,,,,,,gutim,10950 +non,263,9,1,7408,5199,3278,,1504.376477999991,0.05,8,0,Db5,ff,22,144,73,22,,,,g,,o,,,E,,gutim,10951 +nof,263,9,1,7408,5200,,,1504.4264779999912,,,,,,,144,73,0,,,,,,,,,,,gutim,10951 +rst,263,10,1,7409,5201,,,1504.451477999991,,,,,,,176,102,0,,,,,,,,,,,gutim,10952 +non,263,11,1,7410,5202,3279,0,1504.5264779999911,0.78125,4,0,C6,ff,22,144,84,22,,,,,,o,,d,,,gutim,10953 +non,263,12,1,7411,5202,3279,0,1504.5264779999911,1.17647058823529,4,0,Db6,p,11,144,85,11,,,,,,o,,d,,,gutim,10954 +non,263,13,1,7412,5202,3279,0,1504.5264779999911,1.17647058823529,4,0,Eb6,p,11,144,87,11,,,,,,o,,d,,,gutim,10955 +non,263,14,1,7413,5202,3279,0,1504.5264779999911,1.17647058823529,4,0,E6,p,11,144,88,11,,,,,,o,,d,,,gutim,10956 +rst,263,15,3,7414,5202,,,1504.5264779999911,,,,,,,176,102,0,,,,,,,,,,,gutim,10957 +non,263,16,3,7415,5203,3280,,1504.6014779999912,0.05,8,0,Eb4,p+,12,144,63,12,,,,g,,o,,,,,gutim,10958 +nof,263,16,3,7415,5204,,,1504.6514779999911,,,,,,,144,63,0,,,,,,,,,,,gutim,10958 +non,263,17,3,7416,5205,3281,,1504.6764779999912,0.05,8,0,F3,p,11,144,53,11,,,,g,,o,,,,,gutim,10959 +nof,263,17,3,7416,5206,,,1504.7264779999912,,,,,,,144,53,0,,,,,,,,,,,gutim,10959 +non,263,18,3,7417,5207,3282,,1504.751477999991,0.05,8,0,Eb4,p-,10,144,63,10,,,,g,,o,,,,,gutim,10960 +nof,263,18,3,7417,5208,,,1504.8014779999912,,,,,,,144,63,0,,,,,,,,,,,gutim,10960 +non,263,19,3,7418,5209,3283,,1504.826477999991,0.05,8,0,F3,p-,10,144,53,10,,,,g,,o,,,,,gutim,10961 +nof,263,19,3,7418,5210,,,1504.876477999991,,,,,,,144,53,0,,,,,,,,,,,gutim,10961 +non,263,20,3,7419,5211,3284,,1504.9014779999911,0.05,8,0,Eb4,pp+,9,144,63,9,,,,g,,o,,,,,gutim,10962 +nof,263,20,3,7419,5212,,,1504.951477999991,,,,,,,144,63,0,,,,,,,,,,,gutim,10962 +non,263,21,3,7420,5213,3285,,1504.9764779999912,0.05,8,0,F3,pp+,9,144,53,9,,,,g,,o,,,,,gutim,10963 +nof,263,21,3,7420,5214,,,1505.0264779999911,,,,,,,144,53,0,,,,,,,,,,,gutim,10963 +non,263,22,3,7421,5215,3286,,1505.0514779999912,0.05,8,0,Gb3,pp,8,144,54,8,,,,g,,o,,,,,gutim,10964 +nof,263,22,3,7421,5216,,,1505.1014779999912,,,,,,,144,54,0,,,,,,,,,,,gutim,10964 +non,263,23,3,7422,5217,3287,0,1505.126477999991,1.17647058823529,4,0,C3,pp,8,144,48,8,,,,,,o,,d,,,gutim,10965 +ped,263,1,0,7423,5217,,0,1505.126477999991,,,,,,,176,64,127,,,,,,,V,,,,gutim,10966 +nof,263,11,1,7410,5218,,0,1505.5324779999912,,,,,,,144,84,0,,,,,,,,,,,gutim,10953 +non,263,24,1,7424,5219,3288,170,1505.9074779999912,0.395220588235294,8,0,Gb3,mf,17,144,54,17,,,,,,o,,d,,,gutim,10967 +nof,263,12,1,7411,5220,,0,1505.9274779999912,,,,,,,144,85,0,,,,,,,,,,,gutim,10954 +nof,263,13,1,7412,5220,,0,1505.9274779999912,,,,,,,144,87,0,,,,,,,,,,,gutim,10955 +nof,263,14,1,7413,5220,,0,1505.9274779999912,,,,,,,144,88,0,,,,,,,,,,,gutim,10956 +nof,263,24,1,7424,5221,,170,1506.3024779999912,,,,,,,144,54,0,,,,,,,,,,,gutim,10967 +rst,263,25,1,7425,5221,,256,1506.3024779999912,,,,,,,176,102,0,,,,,,,,,,,gutim,10968 +rst,263,26,3,7426,5221,,256,1506.3024779999912,,,,,,,176,102,0,,,,,,,,,,,gutim,10969 +nof,263,23,3,7422,5222,,0,1506.527477999991,,,,,,,144,48,0,,,,,,,,,,,gutim,10965 +ped,263,27,0,7427,5223,,512,1507.479477999991,,,,,,,176,64,0,,,,,,,^,,,,gutim,10966 +non,263,29,1,7428,5223,3289,,1507.479477999991,0.05,8,0,C#7,ff,22,144,97,22,,,,g,,o,,D,,,gutim,10970 +nof,263,29,1,7428,5224,,,1507.529477999991,,,,,,,144,97,0,,,,,,,,,,,gutim,10970 +non,263,30,1,7429,5225,3290,,1507.5544779999911,0.05,8,1,C8,f+,21,144,108,21,,,,g,,o,,,,,gutim,10971 +nof,263,30,1,7429,5226,,,1507.604477999991,,,,,,,144,108,0,,,,,,,,,,,gutim,10971 +non,263,31,1,7430,5227,3291,,1507.6294779999912,0.05,8,0,C#7,f,20,144,97,20,,,,g,,o,,,,,gutim,10972 +nof,263,31,1,7430,5228,,,1507.6794779999911,,,,,,,144,97,0,,,,,,,,,,,gutim,10972 +non,263,32,1,7431,5229,3292,,1507.7044779999912,0.05,8,1,C8,f,20,144,108,20,,,,g,,o,,,,,gutim,10973 +nof,263,32,1,7431,5230,,,1507.7544779999912,,,,,,,144,108,0,,,,,,,,,,,gutim,10973 +non,263,33,1,7432,5231,3293,,1507.779477999991,0.05,8,1,C#7,f-,19,144,97,19,,,,g,,o,,,,,gutim,10974 +nof,263,33,1,7432,5232,,,1507.8294779999912,,,,,,,144,97,0,,,,,,,,,,,gutim,10974 +non,263,34,1,7433,5233,3294,,1507.854477999991,0.05,8,0,E6,mf+,18,144,88,18,,,,g,,o,,,,,gutim,10975 +nof,263,34,1,7433,5234,,,1507.904477999991,,,,,,,144,88,0,,,,,,,,,,,gutim,10975 +non,263,35,1,7434,5235,3295,,1507.9294779999911,0.05,8,0,Bb7,mf,17,144,106,17,,,,g,,o,,,,,gutim,10976 +nof,263,35,1,7434,5236,,,1507.979477999991,,,,,,,144,106,0,,,,,,,,,,,gutim,10976 +non,263,36,1,7435,5237,3296,,1508.0044779999912,0.05,8,0,E5,mf-,16,144,76,16,,,,g,,o,,,,,gutim,10977 +nof,263,36,1,7435,5238,,,1508.0544779999911,,,,,,,144,76,0,,,,,,,,,,,gutim,10977 +non,263,37,1,7436,5239,3297,,1508.0794779999912,0.05,8,0,C7,mf-,16,144,96,16,,,,g,,o,,,,,gutim,10978 +nof,263,37,1,7436,5240,,,1508.1294779999912,,,,,,,144,96,0,,,,,,,,,,,gutim,10978 +non,263,38,1,7437,5241,3298,,1508.154477999991,0.05,8,0,E5,mp+,15,144,76,15,,,,g,,o,,,,,gutim,10979 +nof,263,38,1,7437,5242,,,1508.2044779999912,,,,,,,144,76,0,,,,,,,,,,,gutim,10979 +non,263,39,1,7438,5243,3299,,1508.229477999991,0.05,8,0,Bb6,mp,14,144,94,14,,,,g,,o,,,,,gutim,10980 +nof,263,39,1,7438,5244,,,1508.279477999991,,,,,,,144,94,0,,,,,,,,,,,gutim,10980 +non,263,40,1,7439,5245,3300,,1508.3044779999911,0.05,8,0,Ab4,mp-,13,144,68,13,,,,g,,o,,,,,gutim,10981 +nof,263,40,1,7439,5246,,,1508.354477999991,,,,,,,144,68,0,,,,,,,,,,,gutim,10981 +non,263,41,1,7440,5247,3301,,1508.3794779999912,0.05,8,0,E5,mp-,13,144,76,13,,,,g,,o,,,,,gutim,10982 +nof,263,41,1,7440,5248,,,1508.4294779999911,,,,,,,144,76,0,,,,,,,,,,,gutim,10982 +non,263,42,1,7441,5249,3302,,1508.4544779999912,0.05,8,0,Bb6,p+,12,144,94,12,,,,g,,o,,,,,gutim,10983 +nof,263,42,1,7441,5250,,,1508.5044779999912,,,,,,,144,94,0,,,,,,,,,,,gutim,10983 +non,263,43,1,7442,5251,3303,,1508.529477999991,0.05,8,1,E4,p,11,144,64,11,,,,g,,o,,,,,gutim,10984 +nof,263,43,1,7442,5252,,,1508.5794779999912,,,,,,,144,64,0,,,,,,,,,,,gutim,10984 +non,263,44,1,7443,5253,3304,512,1508.604477999991,1.17647058823529,4,0,B4,p,11,144,71,11,,,,,,o,,,,,gutim,10985 +non,263,45,3,7444,5253,3304,512,1508.604477999991,1.17647058823529,4,0,Ab3,pp,8,144,56,8,,,,,,o,,,,,gutim,10986 +ped,263,28,0,7445,5253,,512,1508.604477999991,,,,,,,176,64,127,,,,,,,V,,,,gutim,10987 +nof,263,44,1,7443,5254,,512,1509.7804779999913,,,,,,,144,71,0,,,,,,,,,,,gutim,10985 +nof,263,45,3,7444,5254,,512,1509.7804779999913,,,,,,,144,56,0,,,,,,,,,,,gutim,10986 +rst,263,54,1,7446,5254,,768,1509.7804779999913,,,,,,,176,102,0,,,,,,,,,,,gutim,10988 +non,263,46,1,7447,5254,3305,,1509.7804779999913,0.05,8,0,C#6,pp-,7,144,85,7,,,,g,,o,,,,,gutim,10989 +nof,263,46,1,7447,5255,,,1509.8304779999912,,,,,,,144,85,0,,,,,,,,,,,gutim,10989 +non,263,47,1,7448,5256,3306,,1509.855477999991,0.05,8,0,C8,pp-,7,144,108,7,,,,g,,o,,,,,gutim,10990 +nof,263,47,1,7448,5257,,,1509.9054779999913,,,,,,,144,108,0,,,,,,,,,,,gutim,10990 +non,263,48,1,7449,5258,3307,,1509.9304779999911,0.05,8,0,C#7,ppp+,6,144,97,6,,,,g,,o,,,,,gutim,10991 +nof,263,48,1,7449,5259,,,1509.980477999991,,,,,,,144,97,0,,,,,,,,,,,gutim,10991 +non,263,49,1,7450,5260,3308,,1510.0054779999912,0.05,8,0,E5,ppp+,6,144,76,6,,,,g,,o,,,,,gutim,10992 +nof,263,49,1,7450,5261,,,1510.0554779999911,,,,,,,144,76,0,,,,,,,,,,,gutim,10992 +non,263,50,1,7451,5262,3309,,1510.0804779999912,0.05,8,0,Bb7,ppp+,6,144,106,6,,,,g,,o,,,,,gutim,10993 +nof,263,50,1,7451,5263,,,1510.1304779999912,,,,,,,144,106,0,,,,,,,,,,,gutim,10993 +non,263,51,1,7452,5264,3310,,1510.1554779999913,0.05,8,0,E5,ppp+,6,144,76,6,,,,g,,o,,,,,gutim,10994 +nof,263,51,1,7452,5265,,,1510.2054779999912,,,,,,,144,76,0,,,,,,,,,,,gutim,10994 +non,263,52,1,7453,5266,3311,,1510.230477999991,0.05,8,0,C8,ppp,5,144,108,5,,,,g,,o,,,,,gutim,10995 +nof,263,52,1,7453,5267,,,1510.2804779999913,,,,,,,144,108,0,,,,,,,,,,,gutim,10995 +non,263,53,1,7454,5268,3312,,1510.3054779999911,0.05,8,0,Ab4,ppp,5,144,68,5,,,,g,,o,,,,,gutim,10996 +nof,263,53,1,7454,5269,,,1510.355477999991,,,,,,,144,68,0,,,,,,,,,,,gutim,10996 +non,263,55,3,7455,5270,3313,768,1510.3804779999912,0.0965073529411765,32,0,C#2,pp,8,144,37,8,,,,,,o,,d,e,,gutim,10997 +nof,263,55,3,7455,5271,,768,1510.4774779999912,,,,,,,144,37,0,,,,,,,,,,,gutim,10997 +non,263,56,3,7456,5271,3314,789,1510.4774779999912,0.0965073529411765,32,0,A3,pp,8,144,57,8,,,,,,o,,d,e,,gutim,10998 +nof,263,56,3,7456,5272,,789,1510.5734779999912,,,,,,,144,57,0,,,,,,,,,,,gutim,10998 +non,263,57,3,7457,5272,3315,810,1510.5734779999912,0.101102941176471,32,0,D3,pp,8,144,50,8,,,,,,o,,d,e,,gutim,10999 +nof,263,57,3,7457,5273,,810,1510.674477999991,,,,,,,144,50,0,,,,,,,,,,,gutim,10999 +non,263,58,3,7458,5273,3316,832,1510.674477999991,0.0965073529411765,32,0,C#2,pp,8,144,37,8,,,,,,o,,d,e,,gutim,11000 +nof,263,58,3,7458,5274,,832,1510.7714779999912,,,,,,,144,37,0,,,,,,,,,,,gutim,11000 +non,263,59,3,7459,5274,3317,853,1510.7714779999912,0.0965073529411765,32,0,A3,pp,8,144,57,8,,,,,,o,,d,e,,gutim,11001 +nof,263,59,3,7459,5275,,853,1510.8674779999913,,,,,,,144,57,0,,,,,,,,,,,gutim,11001 +non,263,60,3,7460,5275,3318,874,1510.8674779999913,0.101102941176471,32,0,D3,pp,8,144,50,8,,,,,,o,,d,e,,gutim,11002 +nof,263,60,3,7460,5276,,874,1510.969477999991,,,,,,,144,50,0,,,,,,,,,,,gutim,11002 +non,263,61,3,7461,5276,3319,896,1510.969477999991,0.0965073529411765,32,0,A3,pp,8,144,57,8,,,,,,o,,d,e,,gutim,11003 +nof,263,61,3,7461,5277,,896,1511.0654779999911,,,,,,,144,57,0,,,,,,,,,,,gutim,11003 +non,263,62,3,7462,5277,3320,917,1511.0654779999911,0.390625,8,0,D3,pp,8,144,50,8,,,,,,o,,d,E 5994,,gutim,11004 +non,263,63,1,7463,5278,3321,960,1511.2634779999912,0.147058823529412,32,0,Bb1,f,20,144,34,20,,,,,,o,,,,,gutim,11005 +nof,263,63,1,7463,5279,,960,1511.4104779999911,,,,,,,144,34,0,,,,,,,,,,,gutim,11005 +non,263,64,1,7464,5279,3322,992,1511.4104779999911,0.147058823529412,32,0,Bb1,f+,21,144,34,21,,,,,,o,,,,,gutim,11006 +non,263,65,1,7465,5279,3322,992,1511.4104779999911,0.147058823529412,32,0,Gb4,f+,21,144,66,21,,,,,,o,,,,,gutim,11007 +nof,263,62,3,7462,5280,,917,1511.4564779999912,,,,,,,144,50,0,,,,,,,,,,,gutim,11004 +rst,263,66,3,7466,5280,,1002,1511.4564779999912,,,,,,,176,102,0,,,,,,,,,,,gutim,11008 +nof,263,64,1,7464,5281,,992,1511.557477999991,,,,,,,144,34,0,,,,,,,,,,,gutim,11006 +nof,263,65,1,7465,5281,,992,1511.557477999991,,,,,,,144,66,0,,,,,,,,,,,gutim,11007 +bar,264,0,0,7467,5281,,0,1511.557477999991,,,,,,,,,,264,,,,,,,,,,gutim,11009 +ped,264,1,0,7468,5281,,0,1511.557477999991,,,,,,,176,64,0,,,,,,,^,,,,gutim,10987 +non,264,2,1,7469,5281,3323,0,1511.557477999991,1.17647058823529,4,0,Eb5,ff,22,144,75,22,,,,,,o,,,,,gutim,11010 +non,264,3,2,7470,5281,3323,0,1511.557477999991,0.114889705882353,32,0,C5,ff,22,144,72,22,,,,,,o,,,,,gutim,11011 +non,264,5,3,7471,5281,3323,0,1511.557477999991,0.147058823529412,32,0,Bb1,ff,22,144,34,22,,,,,,o,,,,,gutim,11012 +non,264,6,3,7472,5281,3323,0,1511.557477999991,0.147058823529412,32,0,Gb4,ff,22,144,66,22,,,,,,o,,,,,gutim,11013 +nof,264,3,2,7470,5282,,0,1511.672477999991,,,,,,,144,72,0,,,,,,,,,,,gutim,11011 +rst,264,7,2,7473,5282,,25,1511.672477999991,,,,,,,176,102,0,,,,,,,,,,,gutim,11014 +nof,264,5,3,7471,5283,,0,1511.7044779999912,,,,,,,144,34,0,,,,,,,,,,,gutim,11012 +nof,264,6,3,7472,5283,,0,1511.7044779999912,,,,,,,144,66,0,,,,,,,,,,,gutim,11013 +rst,264,8,3,7474,5283,,32,1511.7044779999912,,,,,,,176,102,0,,,,,,,,,,,gutim,11015 +non,264,9,2,7475,5284,3324,51,1511.7914779999912,0.114889705882353,32,0,Db4,mp,14,144,61,14,,,,,,o,,d,,,gutim,11016 +nof,264,9,2,7475,5285,,51,1511.9064779999912,,,,,,,144,61,0,,,,,,,,,,,gutim,11016 +non,264,10,2,7476,5285,3325,76,1511.9064779999912,0.119485294117647,32,0,Bb4,mp-,13,144,70,13,,,,,,o,,,,,gutim,11017 +nof,264,10,2,7476,5286,,76,1512.0264779999911,,,,,,,144,70,0,,,,,,,,,,,gutim,11017 +non,264,11,2,7477,5286,3326,102,1512.0264779999911,0.119485294117647,32,0,Db4,p+,12,144,61,12,,,,,,o,,,,,gutim,11018 +nof,264,11,2,7477,5287,,102,1512.145477999991,,,,,,,144,61,0,,,,,,,,,,,gutim,11018 +non,264,12,3,7478,5287,3327,128,1512.145477999991,0.0965073529411765,32,0,A3,pp,8,144,57,8,,,,,,o,,d,,,gutim,11019 +non,264,13,2,7479,5287,3327,128,1512.145477999991,0.349264705882353,16,1,E3,p,11,144,52,11,,,,,,o,,,,,gutim,11020 +non,264,14,3,7480,5288,3328,149,1512.2424779999913,0.0965073529411765,32,0,D3,pp,8,144,50,8,,,,,,o,,d,,,gutim,11021 +nof,264,14,3,7480,5289,,149,1512.3384779999913,,,,,,,144,50,0,,,,,,,,,,,gutim,11021 +non,264,15,3,7481,5289,3329,170,1512.3384779999913,0.197610294117647,16,0,F2,pp,8,144,41,8,,,,,,o,,d,,,gutim,11022 +nof,264,12,3,7478,5290,,128,1512.4674779999912,,,,,,,144,57,0,,,,,,,,,,,gutim,11019 +non,264,16,2,7482,5291,3330,204,1512.4944779999912,0.238970588235294,16,0,G#2,pp,8,144,44,8,,,,,,o,,,,,gutim,11023 +nof,264,15,3,7481,5292,,170,1512.5364779999911,,,,,,,144,41,0,,,,,,,,,,,gutim,11022 +non,264,17,3,7483,5292,3331,213,1512.5364779999911,0.197610294117647,16,0,B1,pp,8,144,35,8,,,,,,o,,d,,,gutim,11024 +nof,264,13,2,7479,5293,,128,1512.719477999991,,,,,,,144,52,0,,,,,,,,,,,gutim,11020 +nof,264,17,3,7483,5294,,213,1512.7334779999912,,,,,,,144,35,0,,,,,,,,,,,gutim,11024 +rst,264,4,2,7484,5294,,256,1512.7334779999912,,,,,,,176,102,0,,,,,,,,,,,gutim,11025 +rst,264,19,1,7485,5294,,256,1512.7334779999912,,,,,,,176,102,0,,,,,,,,,,,gutim,11026 +non,264,20,3,7486,5294,3332,256,1512.7334779999912,0.78125,4,0,B1,pp,8,144,35,8,,,,,,o,,d,,,gutim,11027 +non,264,21,3,7487,5294,3332,256,1512.7334779999912,1.17647058823529,4,0,F2,pp,8,144,41,8,,,,,,o,,d,,,gutim,11028 +non,264,22,3,7488,5294,3332,256,1512.7334779999912,1.17647058823529,4,0,D3,pp,8,144,50,8,,,,,,o,,d,,,gutim,11029 +non,264,23,3,7489,5294,3332,256,1512.7334779999912,1.17647058823529,4,0,A3,pp,8,144,57,8,,,,,,o,,d,,,gutim,11030 +ped,264,18,0,7490,5294,,256,1512.7334779999912,,,,,,,176,64,127,,,,,,,V,,,,gutim,11031 +nof,264,16,2,7482,5295,,204,1512.7334779999912,,,,,,,144,44,0,,,,,,,,,,,gutim,11023 +non,264,24,1,7491,5296,3333,288,1512.8804779999912,0.147058823529412,32,0,C6,ff,22,144,84,22,,,,,,o,,d,,,gutim,11032 +nof,264,2,1,7469,5297,,0,1512.9584779999911,,,,,,,144,75,0,,,,,,,,,,,gutim,11010 +nof,264,24,1,7491,5298,,288,1513.027477999991,,,,,,,144,84,0,,,,,,,,,,,gutim,11032 +non,264,25,1,7492,5298,3334,320,1513.027477999991,0.294117647058824,16,0,D4,ff,22,144,62,22,,,,,,o,,d,,,gutim,11033 +non,264,26,1,7493,5298,3334,320,1513.027477999991,0.294117647058824,16,0,C6,ff,22,144,84,22,,,,,,o,,d,,,gutim,11034 +nof,264,25,1,7492,5299,,320,1513.3214779999912,,,,,,,144,62,0,,,,,,,,,,,gutim,11033 +nof,264,26,1,7493,5299,,320,1513.3214779999912,,,,,,,144,84,0,,,,,,,,,,,gutim,11034 +rst,264,27,1,7494,5299,,384,1513.3214779999912,,,,,,,176,102,0,,,,,,,,,,,gutim,11035 +nof,264,20,3,7486,5300,,256,1513.5144779999912,,,,,,,144,35,0,,,,,,,,,,,gutim,11027 +nof,264,21,3,7487,5301,,256,1513.5144779999912,,,,,,,144,41,0,,,,,,,,,,,gutim,11028 +nof,264,22,3,7488,5301,,256,1513.5144779999912,,,,,,,144,50,0,,,,,,,,,,,gutim,11029 +nof,264,23,3,7489,5301,,256,1513.5144779999912,,,,,,,144,57,0,,,,,,,,,,,gutim,11030 +non,264,28,3,7495,5301,3335,426,1513.5144779999912,0.395220588235294,8,0,B1,pp,8,144,35,8,,,,,t,o,,d,,,gutim,11036 +non,264,29,3,7496,5301,3335,426,1513.5144779999912,0.588235294117647,8,0,F2,pp,8,144,41,8,,,,,t,o,,d,,,gutim,11037 +non,264,30,3,7497,5301,3335,426,1513.5144779999912,0.588235294117647,8,0,D3,pp,8,144,50,8,,,,,t,o,,d,,,gutim,11038 +non,264,31,3,7498,5301,3335,426,1513.5144779999912,0.588235294117647,8,0,A3,pp,8,144,57,8,,,,,t,o,,d,,,gutim,11039 +non,264,32,1,7499,5302,3336,440,1513.5794779999912,0.0689338235294118,64,0,D#4,pp,8,144,63,8,,,,,,o,,D,,,gutim,11040 +nof,264,32,1,7499,5303,,440,1513.6484779999912,,,,,,,144,63,0,,,,,,,,,,,gutim,11040 +non,264,33,1,7500,5303,3337,455,1513.6484779999912,0.0643382352941177,64,0,B3,pp+,9,144,59,9,,,,,,o,,,,,gutim,11041 +nof,264,33,1,7500,5304,,455,1513.712477999991,,,,,,,144,59,0,,,,,,,,,,,gutim,11041 +non,264,34,1,7501,5304,3338,469,1513.712477999991,0.0643382352941177,64,0,G#4,p-,10,144,68,10,,,,,,o,,,,,gutim,11042 +nof,264,34,1,7501,5305,,469,1513.7764779999911,,,,,,,144,68,0,,,,,,,,,,,gutim,11042 +non,264,35,1,7502,5305,3339,483,1513.7764779999911,0.0643382352941177,64,0,D#4,p+,12,144,63,12,,,,,,o,,,,,gutim,11043 +nof,264,35,1,7502,5306,,483,1513.8414779999912,,,,,,,144,63,0,,,,,,,,,,,gutim,11043 +non,264,36,1,7503,5306,3340,497,1513.8414779999912,0.0689338235294118,64,0,G#4,mp-,13,144,68,13,,,,,,o,,,,,gutim,11044 +nof,264,36,1,7503,5307,,497,1513.9104779999911,,,,,,,144,68,0,,,,,,,,,,,gutim,11044 +non,264,37,3,7504,5307,,512,1513.9104779999911,0.78125,4,0,B1,,,,,,,,,,T,,,,,,gutim,11045 +non,264,38,3,7505,5307,,512,1513.9104779999911,1.17647058823529,4,0,F2,,,,,,,,,,T,,,,,,gutim,11046 +non,264,39,3,7506,5307,,512,1513.9104779999911,1.17647058823529,4,0,D3,,,,,,,,,,T,,,,,,gutim,11047 +non,264,40,3,7507,5307,,512,1513.9104779999911,1.17647058823529,4,0,A3,,,,,,,,,,T,,,,,,gutim,11048 +non,264,41,1,7508,5307,3341,512,1513.9104779999911,0.0965073529411765,32,0,D#4,mp,14,144,63,14,,,,,,o,,,,,gutim,11049 +rst,264,42,2,7509,5307,,512,1513.9104779999911,,,,,,,176,102,0,,,,,,,,,,,gutim,11050 +nof,264,41,1,7508,5308,,512,1514.0064779999911,,,,,,,144,63,0,,,,,,,,,,,gutim,11049 +non,264,43,1,7510,5308,3342,533,1514.0064779999911,0.0965073529411765,32,0,G#4,mf-,16,144,68,16,,,,,,o,,,,,gutim,11051 +nof,264,43,1,7510,5309,,533,1514.1034779999911,,,,,,,144,68,0,,,,,,,,,,,gutim,11051 +non,264,44,1,7511,5309,3343,554,1514.1034779999911,0.101102941176471,32,0,B3,mf,17,144,59,17,,,,,,o,,,,,gutim,11052 +nof,264,44,1,7511,5310,,554,1514.2044779999912,,,,,,,144,59,0,,,,,,,,,,,gutim,11052 +non,264,45,1,7512,5310,3344,576,1514.2044779999912,0.0965073529411765,32,0,G1,f-,19,144,31,19,,,,,,o,,,,,gutim,11053 +nof,264,45,1,7512,5311,,576,1514.3004779999912,,,,,,,144,31,0,,,,,,,,,,,gutim,11053 +non,264,46,1,7513,5311,3345,597,1514.3004779999912,0.197610294117647,16,0,A0,f+,21,144,21,21,,,,,,o,,,,,gutim,11054 +nof,264,46,1,7513,5312,,597,1514.498477999991,,,,,,,144,21,0,,,,,,,,,,,gutim,11054 +rst,264,47,1,7514,5312,,640,1514.498477999991,,,,,,,176,102,0,,,,,,,,,,,gutim,11055 +ped,264,48,0,7515,5313,,660,1514.5904779999912,,,,,,,176,64,0,,,,,,,^,,,,gutim,11031 +nof,264,28,3,7495,5314,,426,1514.691477999991,,,,,,,144,35,0,,,,,,,,,,,gutim,11036 +non,264,49,3,7516,5315,3346,682,1514.691477999991,0.395220588235294,8,0,B0,f,20,144,23,20,,,,,,o,,d,,,gutim,11056 +non,264,50,3,7517,5315,3346,682,1514.691477999991,0.588235294117647,8,0,C#2,f,20,144,37,20,,,,,,o,,d,,,gutim,11057 +non,264,51,3,7518,5315,3346,682,1514.691477999991,0.588235294117647,8,0,F2,f,20,144,41,20,,,,,,o,,d,,,gutim,11058 +non,264,52,3,7519,5315,3346,682,1514.691477999991,0.588235294117647,8,0,D3,f,20,144,50,20,,,,,,o,,d,,,gutim,11059 +non,264,53,1,7520,5316,3347,704,1514.7924779999912,0.0965073529411765,32,0,G1,ff,22,144,31,22,,,,,,o,,d,,,gutim,11060 +nof,264,53,1,7520,5317,,704,1514.8894779999912,,,,,,,144,31,0,,,,,,,,,,,gutim,11060 +non,264,54,1,7521,5317,3348,725,1514.8894779999912,0.197610294117647,16,0,A0,ff,22,144,21,22,,,,,t,o,,d,,,gutim,11061 +nof,264,49,3,7516,5318,,682,1515.086477999991,,,,,,,144,23,0,,,,,,,,,,,gutim,11056 +non,264,55,1,7522,5318,,768,1515.086477999991,0.588235294117647,8,0,A0,,,,,,,,,,T,,,,,,gutim,11062 +rst,264,56,3,7523,5318,,768,1515.086477999991,,,,,,,176,102,0,,,,,,,,,,,gutim,11063 +nof,264,29,3,7496,5319,,426,1515.279477999991,,,,,,,144,41,0,,,,,,,,,,,gutim,11058 +nof,264,30,3,7497,5319,,426,1515.279477999991,,,,,,,144,50,0,,,,,,,,,,,gutim,11059 +nof,264,31,3,7498,5319,,426,1515.279477999991,,,,,,,144,57,0,,,,,,,,,,,gutim,11039 +nof,264,50,3,7517,5320,,682,1515.279477999991,,,,,,,144,37,0,,,,,,,,,,,gutim,11057 +nof,264,51,3,7518,5320,,682,1515.279477999991,,,,,,,144,41,0,,,,,,,,,,,gutim,11064 +nof,264,52,3,7519,5320,,682,1515.279477999991,,,,,,,144,50,0,,,,,,,,,,,gutim,11065 +non,264,57,3,7524,5321,3349,853,1515.4774779999912,0.197610294117647,16,0,B0,fff,24,144,23,24,,,,,,o,,d,,,gutim,11066 +non,264,58,3,7525,5321,3349,853,1515.4774779999912,0.294117647058824,16,0,C#2,fff,24,144,37,24,,,,,,o,,d,,,gutim,11067 +non,264,59,3,7526,5321,3349,853,1515.4774779999912,0.294117647058824,16,0,F2,fff,24,144,41,24,,,,,,o,,d,,,gutim,11068 +non,264,60,3,7527,5321,3349,853,1515.4774779999912,0.294117647058824,16,0,D3,fff,24,144,50,24,,,,,,o,,d 5994,,,gutim,11069 +nof,264,57,3,7524,5322,,853,1515.674477999991,,,,,,,144,23,0,,,,,,,,,,,gutim,11066 +rst,264,61,1,7528,5322,,896,1515.674477999991,,,,,,,176,102,0,,,,,,,,,,,gutim,11070 +rst,264,62,3,7529,5322,,896,1515.674477999991,,,,,,,176,102,0,,,,,,,,,,,gutim,11071 +sec,264,63,0,7530,5322,,896,1515.674477999991,,,,,,,,,,,5994,,,,,,,,,gutim,11072 +nof,264,54,1,7521,5323,,725,1515.674477999991,,,,,,,144,21,0,,,,,,,,,,,gutim,11061 +nof,264,58,3,7525,5324,,853,1515.7714779999912,,,,,,,144,37,0,,,,,,,,,,,gutim,11067 +nof,264,59,3,7526,5324,,853,1515.7714779999912,,,,,,,144,41,0,,,,,,,,,,,gutim,11068 +nof,264,60,3,7527,5324,,853,1515.7714779999912,,,,,,,144,50,0,,,,,,,,,,,gutim,11069 +non,264,64,3,7531,5325,3350,960,1515.969477999991,0.294117647058824,16,0,C3,p,11,144,48,11,,,,,,o,,d,,,gutim,11073 +nof,264,64,3,7531,5326,,960,1516.2634779999912,,,,,,,144,48,0,,,,,,,,,,,gutim,11073 +bar,265,0,0,7532,5326,,0,1516.2634779999912,,,,,,,,,,265,,,,,,,,,,gutim,11074 +non,265,1,1,7533,5326,3351,0,1516.2634779999912,0.294117647058824,16,0,D#3,p,11,144,51,11,,,,,,o,,d,,,gutim,11075 +non,265,2,1,7534,5326,3351,0,1516.2634779999912,0.294117647058824,16,0,E3,p,11,144,52,11,,,,,,o,,d,,,gutim,11076 +non,265,3,1,7535,5326,3351,0,1516.2634779999912,0.294117647058824,16,0,D#4,p,11,144,63,11,,,,,,o,,d,,,gutim,11077 +non,265,4,3,7536,5326,3351,,1516.2634779999912,0.05,8,0,F3,pp,8,144,53,8,,,,g,,o,,d,,,gutim,11078 +nof,265,4,3,7536,5327,,,1516.3134779999912,,,,,,,144,53,0,,,,,,,,,,,gutim,11078 +non,265,5,3,7537,5328,3352,0,1516.3384779999913,0.147058823529412,32,1,G2,pp,8,144,43,8,,,,,,o,,D,,,gutim,11079 +nof,265,3,1,7535,5329,,0,1516.4854779999912,,,,,,,144,63,0,,,,,,,,,,,gutim,11077 +nof,265,5,3,7537,5329,,0,1516.4854779999912,,,,,,,144,43,0,,,,,,,,,,,gutim,11079 +non,265,6,3,7538,5329,3353,32,1516.4854779999912,0.0965073529411765,32,0,D#4,pp+,9,144,63,9,,,,,,o,,,,,gutim,11080 +nof,265,1,1,7533,5330,,0,1516.557477999991,,,,,,,144,51,0,,,,,,,,,,,gutim,11075 +nof,265,2,1,7534,5330,,0,1516.557477999991,,,,,,,144,52,0,,,,,,,,,,,gutim,11076 +nof,265,6,3,7538,5331,,32,1516.5814779999912,,,,,,,144,63,0,,,,,,,,,,,gutim,11080 +non,265,7,3,7539,5331,3354,53,1516.5814779999912,0.0965073529411765,32,0,E3,pp+,9,144,52,9,,,,,,o,,,,,gutim,11081 +non,265,9,1,7540,5332,3355,64,1516.6324779999911,0.294117647058824,16,0,G#3,p+,12,144,56,12,,,,,,o,,,,,gutim,11082 +ped,265,8,0,7541,5332,,64,1516.6324779999911,,,,,,,176,64,127,,,,,,,V,,,,gutim,11083 +nof,265,7,3,7539,5333,,53,1516.6784779999912,,,,,,,144,52,0,,,,,,,,,,,gutim,11081 +non,265,10,3,7542,5333,3356,74,1516.6784779999912,0.101102941176471,32,0,F3,pp+,9,144,53,9,,,,,,o,,,,,gutim,11084 +nof,265,10,3,7542,5334,,74,1516.779477999991,,,,,,,144,53,0,,,,,,,,,,,gutim,11084 +non,265,11,3,7543,5334,3357,96,1516.779477999991,0.0965073529411765,32,0,E3,pp+,9,144,52,9,,,,,,o,,,,,gutim,11085 +nof,265,11,3,7543,5335,,96,1516.875477999991,,,,,,,144,52,0,,,,,,,,,,,gutim,11085 +non,265,12,3,7544,5335,3358,117,1516.875477999991,0.0965073529411765,32,0,F3,p-,10,144,53,10,,,,,,o,,,,,gutim,11086 +nof,265,9,1,7540,5336,,64,1516.9264779999912,,,,,,,144,56,0,,,,,,,,,,,gutim,11082 +non,265,13,1,7545,5337,3359,128,1516.9264779999912,0.588235294117647,8,0,A1,mp,14,144,33,14,,,,,,o,,,,,gutim,11087 +nof,265,12,3,7544,5338,,117,1516.972477999991,,,,,,,144,53,0,,,,,,,,,,,gutim,11086 +non,265,14,3,7546,5338,3360,138,1516.972477999991,0.101102941176471,32,0,E3,p-,10,144,52,10,,,,,,o,,,,,gutim,11088 +nof,265,14,3,7546,5339,,138,1517.0734779999912,,,,,,,144,52,0,,,,,,,,,,,gutim,11088 +non,265,15,3,7547,5339,3361,160,1517.0734779999912,0.147058823529412,32,1,F3,p-,10,144,53,10,,,,,,o,,,,,gutim,11089 +nof,265,15,3,7547,5340,,160,1517.220477999991,,,,,,,144,53,0,,,,,,,,,,,gutim,11089 +non,265,16,3,7548,5340,3362,192,1517.220477999991,0.147058823529412,32,1,E3,p-,10,144,52,10,,,,,,o,,,,,gutim,11090 +nof,265,16,3,7548,5341,,192,1517.3674779999913,,,,,,,144,52,0,,,,,,,,,,,gutim,11090 +non,265,17,3,7549,5341,3363,224,1517.3674779999913,0.147058823529412,32,1,G2,p,11,144,43,11,,,,,,o,,,,,gutim,11091 +nof,265,13,1,7545,5342,,128,1517.5144779999912,,,,,,,144,33,0,,,,,,,,,,,gutim,11087 +nof,265,17,3,7549,5343,,224,1517.5144779999912,,,,,,,144,43,0,,,,,,,,,,,gutim,11091 +rst,265,18,1,7550,5343,,256,1517.5144779999912,,,,,,,176,102,0,,,,,,,,,,,gutim,11092 +non,265,19,3,7551,5343,3364,256,1517.5144779999912,0.0965073529411765,32,0,D#5,p,11,144,75,11,,,,,,o,,,,,gutim,11093 +nof,265,19,3,7551,5344,,256,1517.6114779999912,,,,,,,144,75,0,,,,,,,,,,,gutim,11093 +non,265,20,3,7552,5344,3365,277,1517.6114779999912,0.0965073529411765,32,0,E3,p,11,144,52,11,,,,,,o,,,,,gutim,11094 +nof,265,20,3,7552,5345,,277,1517.7074779999912,,,,,,,144,52,0,,,,,,,,,,,gutim,11094 +non,265,21,3,7553,5345,3366,298,1517.7074779999912,0.101102941176471,32,0,B2,p+,12,144,47,12,,,,,,o,,,,,gutim,11095 +nof,265,21,3,7553,5346,,298,1517.808477999991,,,,,,,144,47,0,,,,,,,,,,,gutim,11095 +non,265,22,3,7554,5346,3367,320,1517.808477999991,0.147058823529412,32,1,D#5,p+,12,144,75,12,,,,,,o,,,,,gutim,11096 +nof,265,22,3,7554,5347,,320,1517.9554779999912,,,,,,,144,75,0,,,,,,,,,,,gutim,11096 +non,265,23,3,7555,5347,3368,352,1517.9554779999912,0.0965073529411765,32,0,B2,p+,12,144,47,12,,,,,,o,,,,,gutim,11097 +nof,265,23,3,7555,5348,,352,1518.0524779999912,,,,,,,144,47,0,,,,,,,,,,,gutim,11097 +non,265,24,3,7556,5348,3369,373,1518.0524779999912,0.147058823529412,32,1,F4,p+,12,144,65,12,,,,,,o,,,,,gutim,11098 +nof,265,24,3,7556,5349,,373,1518.1994779999911,,,,,,,144,65,0,,,,,,,,,,,gutim,11098 +non,265,25,3,7557,5349,3370,405,1518.1994779999911,0.147058823529412,32,1,E3,mp-,13,144,52,13,,,,,,o,,,,,gutim,11099 +nof,265,25,3,7557,5350,,405,1518.346477999991,,,,,,,144,52,0,,,,,,,,,,,gutim,11099 +non,265,26,3,7558,5350,3371,437,1518.346477999991,0.147058823529412,32,1,G1,mp-,13,144,31,13,,,,,,o,,,,,gutim,11100 +nof,265,26,3,7558,5351,,437,1518.4934779999912,,,,,,,144,31,0,,,,,,,,,,,gutim,11100 +non,265,27,3,7559,5351,3372,469,1518.4934779999912,0.0965073529411765,32,0,D#6,mp,14,144,87,14,,,,,,o,,,,,gutim,11101 +nof,265,27,3,7559,5352,,469,1518.5894779999912,,,,,,,144,87,0,,,,,,,,,,,gutim,11101 +non,265,28,3,7560,5352,3373,490,1518.5894779999912,0.101102941176471,32,0,E2,mp,14,144,40,14,,,,,,o,,,,,gutim,11102 +nof,265,28,3,7560,5353,,490,1518.691477999991,,,,,,,144,40,0,,,,,,,,,,,gutim,11102 +rst,265,29,1,7561,5353,,512,1518.691477999991,,,,,,,176,102,0,,,,,,,,,,,gutim,11103 +non,265,30,3,7562,5353,3374,512,1518.691477999991,1.17647058823529,4,0,B1,mp,14,144,35,14,,,,,,o,,d,,,gutim,11104 +non,265,31,1,7563,5354,3375,576,1518.9854779999912,0.294117647058824,16,0,D4,ff,22,144,62,22,,,,,,o,,d,,,gutim,11105 +non,265,32,1,7564,5354,3375,576,1518.9854779999912,0.294117647058824,16,0,C6,ff,22,144,84,22,,,,,,o,,d,,,gutim,11106 +nof,265,31,1,7563,5355,,576,1519.279477999991,,,,,,,144,62,0,,,,,,,,,,,gutim,11105 +nof,265,32,1,7564,5355,,576,1519.279477999991,,,,,,,144,84,0,,,,,,,,,,,gutim,11106 +non,265,33,1,7565,5355,3376,640,1519.279477999991,0.441176470588235,16,1,D4,ff,22,144,62,22,,,,,,o,,d,,,gutim,11107 +non,265,34,1,7566,5355,3376,640,1519.279477999991,0.294117647058824,16,1,C6,ff,22,144,84,22,,,,,,o,,d,,,gutim,11108 +non,265,35,1,7567,5355,3376,640,1519.279477999991,0.294117647058824,16,1,E6,ff,22,144,88,22,,,,,,o,,d,,,gutim,11109 +nof,265,34,1,7566,5356,,640,1519.5734779999912,,,,,,,144,84,0,,,,,,,,,,,gutim,11108 +nof,265,35,1,7567,5356,,640,1519.5734779999912,,,,,,,144,88,0,,,,,,,,,,,gutim,11109 +nof,265,33,1,7565,5357,,640,1519.720477999991,,,,,,,144,62,0,,,,,,,,,,,gutim,11107 +ped,265,36,0,7568,5357,,736,1519.720477999991,,,,,,,176,64,0,,,,,,,^,,,,gutim,11083 +rst,265,37,1,7569,5357,,736,1519.720477999991,,,,,,,176,102,0,,,,,,,,,,,gutim,11110 +nof,265,30,3,7562,5358,,512,1519.8674779999913,,,,,,,144,35,0,,,,,,,,,,,gutim,11104 +non,265,38,1,7570,5358,3377,768,1519.8674779999913,1.17647058823529,4,0,D4,pp,8,144,62,8,,,,,,o,,d,,,gutim,11111 +non,265,39,1,7571,5358,3377,768,1519.8674779999913,1.17647058823529,4,0,C6,pp,8,144,84,8,,,,,,o,,d,,,gutim,11112 +non,265,40,1,7572,5358,3377,768,1519.8674779999913,1.17647058823529,4,0,E6,pp,8,144,88,8,,,,,,o,,d,,,gutim,11113 +rst,265,41,3,7573,5358,,768,1519.8674779999913,,,,,,,176,102,0,,,,,,,,,,,gutim,11114 +non,265,43,3,7574,5359,3378,896,1520.4554779999912,0.147058823529412,32,1,E3,ppp,5,144,52,5,,,,,,o,,D 5995,,,gutim,11115 +ped,265,42,0,7575,5359,,896,1520.4554779999912,,,,,,,176,64,127,,,,,,,V,,,,gutim,11116 +nof,265,43,3,7574,5360,,896,1520.6024779999912,,,,,,,144,52,0,,,,,,,,,,,gutim,11115 +non,265,44,3,7576,5360,3379,928,1520.6024779999912,0.0965073529411765,32,0,C4,ppp+,6,144,60,6,,,,,,o,,,,,gutim,11117 +nof,265,44,3,7576,5361,,928,1520.6994779999911,,,,,,,144,60,0,,,,,,,,,,,gutim,11117 +non,265,45,3,7577,5361,3380,949,1520.6994779999911,0.147058823529412,32,1,E3,ppp+,6,144,52,6,,,,,,o,,,,,gutim,11118 +nof,265,45,3,7577,5362,,949,1520.846477999991,,,,,,,144,52,0,,,,,,,,,,,gutim,11118 +non,265,46,3,7578,5362,3381,981,1520.846477999991,0.0965073529411765,32,0,C4,pp-,7,144,60,7,,,,,,o,,,,,gutim,11119 +nof,265,46,3,7578,5363,,981,1520.942477999991,,,,,,,144,60,0,,,,,,,,,,,gutim,11119 +non,265,47,3,7579,5363,3382,1002,1520.942477999991,0.101102941176471,32,0,Ab3,pp,8,144,56,8,,,,,,o,,,,,gutim,11120 +ped,265,48,0,7580,5364,,1018,1520.9924779999913,,,,,,,176,64,0,,,,,,,^,,,,gutim,11116 +nof,265,38,1,7570,5365,,768,1521.0444779999912,,,,,,,144,62,0,,,,,,,,,,,gutim,11111 +nof,265,39,1,7571,5365,,768,1521.0444779999912,,,,,,,144,84,0,,,,,,,,,,,gutim,11112 +nof,265,40,1,7572,5365,,768,1521.0444779999912,,,,,,,144,88,0,,,,,,,,,,,gutim,11113 +non,265,50,1,7581,5365,3383,,1521.0444779999912,0.05,8,0,C4,p,11,144,60,11,,,,g,,o,,,,,gutim,11121 +nof,265,47,3,7579,5366,,1002,1521.0444779999912,,,,,,,144,56,0,,,,,,,,,,,gutim,11120 +nof,265,50,1,7581,5367,,,1521.094477999991,,,,,,,144,60,0,,,,,,,,,,,gutim,11121 +non,265,51,1,7582,5368,3384,,1521.1194779999912,0.05,8,0,E2,p,11,144,40,11,,,,g,,o,,,,,gutim,11122 +nof,265,51,1,7582,5369,,,1521.1694779999912,,,,,,,144,40,0,,,,,,,,,,,gutim,11122 +non,265,52,1,7583,5370,3385,,1521.1944779999912,0.05,8,0,C#3,p,11,144,49,11,,,,g,,o,,,,,gutim,11123 +nof,265,52,1,7583,5371,,,1521.2444779999912,,,,,,,144,49,0,,,,,,,,,,,gutim,11123 +non,265,53,1,7584,5372,3386,1024,1521.269477999991,0.0965073529411765,32,0,G#1,p,11,144,32,11,,,,,,o,,,,,gutim,11124 +non,265,54,3,7585,5372,3386,1024,1521.269477999991,2.35294117647059,2,0,C#1,pp,8,144,25,8,,,,,t,o,,,,,gutim,11125 +ped,265,49,0,7586,5373,,1024,1521.2924779999912,,,,,,,176,64,127,,,,,,,V,,,,gutim,11126 +nof,265,53,1,7584,5374,,1024,1521.365477999991,,,,,,,144,32,0,,,,,,,,,,,gutim,11124 +non,265,55,1,7587,5374,3387,1045,1521.365477999991,0.390625,8,0,A#3,p-,10,144,58,10,,,,,,o,,,,,gutim,11127 +nof,265,55,1,7587,5375,,1045,1521.7564779999911,,,,,,,144,58,0,,,,,,,,,,,gutim,11127 +non,265,56,1,7588,5375,3388,1130,1521.7564779999911,0.101102941176471,32,0,Db4,pp,8,144,61,8,,,,,,o,,,e,,gutim,11128 +nof,265,56,1,7588,5376,,1130,1521.8574779999913,,,,,,,144,61,0,,,,,,,,,,,gutim,11128 +non,265,57,1,7589,5376,3389,1152,1521.8574779999913,0.0965073529411765,32,0,Bb4,pp,8,144,70,8,,,,,,o,,,e,,gutim,11129 +nof,265,57,1,7589,5377,,1152,1521.9534779999913,,,,,,,144,70,0,,,,,,,,,,,gutim,11129 +non,265,58,1,7590,5377,3390,1173,1521.9534779999913,0.0965073529411765,32,0,C5,pp-,7,144,72,7,,,,,,o,,,e,,gutim,11130 +nof,265,58,1,7590,5378,,1173,1522.0504779999912,,,,,,,144,72,0,,,,,,,,,,,gutim,11130 +non,265,59,1,7591,5378,3391,1194,1522.0504779999912,0.101102941176471,32,0,Db4,ppp+,6,144,61,6,,,,,,o,,,e,,gutim,11131 +non,265,60,1,7592,5379,3392,1216,1522.1514779999911,0.0965073529411765,32,0,C6,ppp+,6,144,84,6,,,,,,o,,,e,,gutim,11132 +nof,265,59,1,7591,5380,,1194,1522.2474779999911,,,,,,,144,61,0,,,,,,,,,,,gutim,11131 +nof,265,60,1,7592,5380,,1216,1522.2474779999911,,,,,,,144,84,0,,,,,,,,,,,gutim,11132 +non,265,61,1,7593,5380,3393,1237,1522.2474779999911,0.0505514705882353,64,0,Db4,ppp,5,144,61,5,,,,,,o,,,E 5995,,gutim,11133 +non,265,62,1,7594,5381,3394,1248,1522.298477999991,0.147058823529412,32,1,E3,ppp,5,144,52,5,,,,,,o,,,,,gutim,11134 +nof,265,62,1,7594,5382,,1248,1522.4454779999912,,,,,,,144,52,0,,,,,,,,,,,gutim,11134 +rst,265,63,1,7595,5382,,1280,1522.4454779999912,,,,,,,176,102,0,,,,,,,,,,,gutim,11135 +nof,265,61,1,7593,5383,,1237,1522.751477999991,,,,,,,144,61,0,,,,,,,,,,,gutim,11133 +rst,265,64,1,7596,5384,,1536,1523.6214779999912,,,,,,,176,102,0,,,,,,,,,,,gutim,11136 +non,265,65,3,7597,5384,,1536,1523.6214779999912,0.588235294117647,8,0,C#1,,,,,,,,,,T,,,,,,gutim,11137 +ped,265,66,0,7598,5385,,1664,1524.0604779999912,,,,,,,176,64,0,,,,,,,^,,,,gutim,11126 +non,265,68,3,7599,5386,3395,1664,1524.210477999991,0.0965073529411765,32,0,C#1,p,11,144,25,11,,,,,,o,,,,,gutim,11138 +nof,265,68,3,7599,5387,,1664,1524.306477999991,,,,,,,144,25,0,,,,,,,,,,,gutim,11138 +non,265,69,3,7600,5387,3396,1685,1524.306477999991,0.0965073529411765,32,0,B1,p+,12,144,35,12,,,,,t,o,,,,,gutim,11139 +ped,265,67,0,7601,5388,,1664,1524.3604779999912,,,,,,,176,64,127,,,,,,,V,,,,gutim,11140 +non,265,70,3,7602,5389,,1706,1524.403477999991,0.395220588235294,8,0,B1,,,,,,,,,,_,,,,,,gutim,11141 +non,265,71,3,7603,5390,,1792,1524.798477999991,0.882352941176471,8,1,B1,,,,,,,,,,T,,,,,,gutim,11142 +nof,265,54,3,7585,5391,,1024,1525.4104779999911,,,,,,,144,25,0,,,,,,,,,,,gutim,11143 +ped,265,72,0,7604,5392,,1984,1525.5304779999913,,,,,,,176,64,0,,,,,,,^,,,,gutim,11140 +nof,265,69,3,7600,5393,,1685,1525.6804779999911,,,,,,,144,35,0,,,,,,,,,,,gutim,11139 +non,265,74,3,7605,5394,3397,1984,1525.6804779999911,0.0965073529411765,32,0,C#1,p+,12,144,25,12,,,,,,o,,,,,gutim,11144 +non,265,75,3,7606,5395,3398,2005,1525.777477999991,0.0965073529411765,32,0,B1,mp,14,144,35,14,,,,,,o,,,,,gutim,11145 +ped,265,73,0,7607,5396,,1984,1525.8304779999912,,,,,,,176,64,127,,,,,,,V,,,,gutim,11146 +nof,265,75,3,7606,5397,,2005,1525.873477999991,,,,,,,144,35,0,,,,,,,,,,,gutim,11145 +non,265,76,3,7608,5397,3399,2026,1525.873477999991,0.101102941176471,32,0,G5,mf,17,144,79,17,,,,,,o,,,,,gutim,11147 +ped,265,77,0,7609,5398,,2047,1525.970477999991,,,,,,,176,64,0,,,,,,,^,,,,gutim,11146 +nof,265,76,3,7608,5399,,2026,1525.9744779999912,,,,,,,144,79,0,,,,,,,,,,,gutim,11147 +bar,266,0,0,7610,5399,,0,1525.9744779999912,,,,,,,,,,266,,,,,,,,,,gutim,11148 +sec,266,1,0,7611,5399,,0,1525.9744779999912,,,,,,,,,,,5995,,,,,,,,,gutim,11149 +rst,266,2,1,7612,5399,,0,1525.9744779999912,,,,,,,176,102,0,,,,,,,,,,,gutim,11150 +non,266,3,2,7613,5399,3400,,1525.9744779999912,0.05,8,0,A6,ppp,5,144,93,5,,,,g,,o,,d,,,gutim,11151 +non,266,5,3,7614,5399,3400,,1525.9744779999912,0.05,8,0,Eb4,pp,8,144,63,8,,,,g,,o,,d,,,gutim,11152 +nof,266,3,2,7613,5400,,,1526.0244779999912,,,,,,,144,93,0,,,,,,,,,,,gutim,11151 +nof,266,5,3,7614,5400,,,1526.0244779999912,,,,,,,144,63,0,,,,,,,,,,,gutim,11152 +non,266,6,3,7615,5401,3401,,1526.049477999991,0.05,8,0,E3,p,11,144,52,11,,,,g,,o,,d,,,gutim,11153 +nof,266,6,3,7615,5402,,,1526.0994779999912,,,,,,,144,52,0,,,,,,,,,,,gutim,11153 +non,266,4,2,7616,5403,3402,0,1526.124477999991,2.74356617647059,2,2,Eb5,ff,22,144,75,22,,,,,,o,,d,,,gutim,11154 +non,266,7,3,7617,5403,3402,0,1526.124477999991,1.17647058823529,4,0,Ab2,ppp,5,144,44,5,,,,,,o,,d,,,gutim,11155 +non,266,8,3,7618,5403,3402,0,1526.124477999991,1.17647058823529,4,0,B2,mp,14,144,47,14,,,,,,o,,d,,,gutim,11156 +non,266,9,3,7619,5403,3402,0,1526.124477999991,1.17647058823529,4,0,Eb3,ppp,5,144,51,5,,,,,,o,,d,,,gutim,11157 +nof,265,74,3,7605,5404,,1984,1526.902477999991,,,,,,,144,25,0,,,,,,,,,,,gutim,11144 +nof,266,4,2,7616,5405,,0,1527.3014779999912,,,,,,,144,75,0,,,,,,,,,,,gutim,11154 +nof,266,7,3,7617,5405,,0,1527.3014779999912,,,,,,,144,44,0,,,,,,,,,,,gutim,11155 +nof,266,8,3,7618,5405,,0,1527.3014779999912,,,,,,,144,47,0,,,,,,,,,,,gutim,11156 +nof,266,9,3,7619,5405,,0,1527.3014779999912,,,,,,,144,51,0,,,,,,,,,,,gutim,11157 +non,266,10,1,7620,5405,3403,256,1527.3014779999912,0.588235294117647,8,0,Eb5,mf,17,144,75,17,,,,,,o,,d,,,gutim,11158 +rst,266,11,3,7621,5405,,256,1527.3014779999912,,,,,,,176,102,0,,,,,,,,,,,gutim,11159 +rst,266,13,3,7622,5406,,341,1527.692477999991,,,,,,,176,102,0,,,,,,,,,,,gutim,11160 +ped,266,12,0,7623,5406,,341,1527.692477999991,,,,,,,176,64,127,,,,,,,V,,,,gutim,11161 +non,266,14,1,7624,5407,3404,384,1527.8894779999912,0.147058823529412,32,0,D4,mf,17,144,62,17,,,,,,o,,d,,,gutim,11162 +nof,266,14,1,7624,5408,,384,1528.0364779999911,,,,,,,144,62,0,,,,,,,,,,,gutim,11162 +non,266,15,1,7625,5408,3405,416,1528.0364779999911,0.147058823529412,32,0,C1,mf,17,144,24,17,,,,,,o,,d,,,gutim,11163 +non,266,16,3,7626,5409,3406,426,1528.0824779999912,0.197610294117647,16,0,C3,ppp,5,144,48,5,,,,,,o,,d,,,gutim,11164 +rst,266,17,1,7627,5410,,448,1528.183477999991,,,,,,,176,102,0,,,,,,,,,,,gutim,11165 +non,266,18,3,7628,5411,3407,469,1528.2804779999913,0.197610294117647,16,0,E2,ppp,5,144,40,5,,,,,,o,,d,,,gutim,11166 +nof,266,16,3,7626,5412,,426,1528.4774779999912,,,,,,,144,48,0,,,,,,,,,,,gutim,11164 +nof,266,18,3,7628,5412,,469,1528.4774779999912,,,,,,,144,40,0,,,,,,,,,,,gutim,11166 +rst,266,19,1,7629,5412,,512,1528.4774779999912,,,,,,,176,102,0,,,,,,,,,,,gutim,11167 +non,266,20,3,7630,5412,3408,512,1528.4774779999912,0.0965073529411765,32,0,C3,ppp,5,144,48,5,,,,,,o,,d,,,gutim,11168 +non,266,21,3,7631,5413,3409,533,1528.5744779999911,0.0965073529411765,32,0,E2,ppp,5,144,40,5,,,,,,o,,d,,,gutim,11169 +nof,266,21,3,7631,5414,,533,1528.6704779999911,,,,,,,144,40,0,,,,,,,,,,,gutim,11169 +rst,266,22,3,7632,5414,,554,1528.6704779999911,,,,,,,176,102,0,,,,,,,,,,,gutim,11170 +nof,266,15,1,7625,5415,,416,1528.7834779999912,,,,,,,144,24,0,,,,,,,,,,,gutim,11163 +nof,266,10,1,7620,5416,,256,1528.8684779999912,,,,,,,144,75,0,,,,,,,,,,,gutim,11158 +non,266,23,2,7633,5416,3410,597,1528.8684779999912,0.390625,8,0,Eb5,mp,14,144,75,14,,,,,,o,,d,,,gutim,11171 +rst,266,24,3,7634,5416,,597,1528.8684779999912,,,,,,,176,102,0,,,,,,,,,,,gutim,11172 +nof,266,20,3,7630,5417,,512,1528.8804779999912,,,,,,,144,48,0,,,,,,,,,,,gutim,11168 +nof,266,23,2,7633,5418,,597,1529.259477999991,,,,,,,144,75,0,,,,,,,,,,,gutim,11171 +non,266,25,2,7635,5418,3411,682,1529.259477999991,1.57169117647059,2,0,Eb5,mp,14,144,75,14,,,,,t,o,,d,,,gutim,11173 +non,266,26,3,7636,5418,3411,682,1529.259477999991,0.395220588235294,8,0,Db2,mp,14,144,37,14,,,,,t,o,,D 5996,,,gutim,11174 +non,266,27,3,7637,5419,,768,1529.654477999991,1.17647058823529,4,0,Db2,,,,,,,,,,_,,,,,,gutim,11175 +rst,266,28,1,7638,5420,,1024,1530.8304779999912,,,,,,,176,102,0,,,,,,,,,,,gutim,11176 +non,266,29,2,7639,5420,,1024,1530.8304779999912,1.56709558823529,2,0,Eb5,,,,,,,,,,T,,,,,,gutim,11177 +non,266,30,3,7640,5420,,1024,1530.8304779999912,1.17647058823529,4,1,Db2,,,,,,,,,,T,,,,,,gutim,11178 +nof,266,26,3,7636,5421,,682,1532.0074779999911,,,,,,,144,37,0,,,,,,,,,,,gutim,11174 +non,266,31,1,7641,5422,3412,1280,1532.0074779999911,0,8,0,A2,pp+,9,,,,,,,,,o,,,,,gutim,11179 +non,266,32,1,7642,5422,3412,1280,1532.0074779999911,1.76470588235294,4,1,B4,pp+,9,144,71,9,,,,,,o,,,,,gutim,11180 +non,266,33,3,7643,5422,3412,1280,1532.0074779999911,0.390625,8,0,Db2,pp+,9,144,37,9,,,,,,o,,,,,gutim,11181 +ped,266,34,0,7644,5423,,1365,1532.3624779999911,,,,,,,176,64,0,,,,,,,^,,,,gutim,11161 +nof,266,25,2,7635,5424,,682,1532.3974779999912,,,,,,,144,75,0,,,,,,,,,,,gutim,11173 +nof,266,33,3,7643,5425,,1280,1532.3974779999912,,,,,,,144,37,0,,,,,,,,,,,gutim,11181 +non,266,35,2,7645,5425,3413,1365,1532.3974779999912,1.56709558823529,2,0,Eb5,pp,8,144,75,8,,,,,,o,,,,,gutim,11182 +non,266,36,2,7646,5425,3413,1365,1532.3974779999912,2.35294117647059,2,0,Db6,pp,8,144,85,8,,,,,,o,,,,,gutim,11183 +non,266,37,3,7647,5425,3413,1365,1532.3974779999912,1.56709558823529,2,0,Db2,pp,8,144,37,8,,,,,,o,,,,,gutim,11184 +non,266,38,3,7648,5425,3413,1365,1532.3974779999912,2.35294117647059,2,0,B2,pp,8,144,47,8,,,,,,o,,,,,gutim,11185 +ped,266,39,0,7649,5426,,1415,1532.662477999991,,,,,,,176,64,127,,,,,,,V,,,,gutim,11186 +nof,266,32,1,7642,5427,,1280,1533.7714779999912,,,,,,,144,71,0,,,,,,,,,,,gutim,11180 +non,266,40,1,7650,5427,3414,1664,1533.7714779999912,0.0965073529411765,32,0,Gb2,ppp+,6,144,42,6,,,,,,o,,,,,gutim,11187 +nof,266,40,1,7650,5428,,1664,1533.8684779999912,,,,,,,144,42,0,,,,,,,,,,,gutim,11187 +non,266,41,1,7651,5428,3415,1685,1533.8684779999912,0.0965073529411765,32,0,F1,ppp,5,144,29,5,,,,,,o,,,,,gutim,11188 +nof,266,35,2,7645,5429,,1365,1533.9644779999912,,,,,,,144,75,0,,,,,,,,,,,gutim,11182 +nof,266,37,3,7647,5429,,1365,1533.9644779999912,,,,,,,144,37,0,,,,,,,,,,,gutim,11184 +nof,266,38,3,7648,5429,,1365,1533.9644779999912,,,,,,,144,47,0,,,,,,,,,,,gutim,11185 +nof,266,41,1,7651,5429,,1685,1533.9644779999912,,,,,,,144,29,0,,,,,,,,,,,gutim,11188 +non,266,42,1,7652,5429,3416,1706,1533.9644779999912,0.101102941176471,32,0,Gb2,ppp,5,144,42,5,,,,,,o,,,,,gutim,11189 +rst,266,43,2,7653,5429,,1706,1533.9644779999912,,,,,,,176,102,0,,,,,,,,,,,gutim,11190 +non,266,44,3,7654,5429,3416,1706,1533.9644779999912,1.57169117647059,2,0,C2,ppp,5,144,36,5,,,,,,o,,,,,gutim,11191 +non,266,45,3,7655,5429,3416,1706,1533.9644779999912,2.35294117647059,2,0,B2,ppp,5,144,47,5,,,,,,o,,,,,gutim,11192 +nof,266,42,1,7652,5430,,1706,1534.066477999991,,,,,,,144,42,0,,,,,,,,,,,gutim,11189 +non,266,46,1,7656,5430,3417,1728,1534.066477999991,0.0965073529411765,32,0,F1,ppp,5,144,29,5,,,,,,o,,,,,gutim,11193 +nof,266,46,1,7656,5431,,1728,1534.162477999991,,,,,,,144,29,0,,,,,,,,,,,gutim,11193 +rst,266,47,1,7657,5431,,1749,1534.162477999991,,,,,,,176,102,0,,,,,,,,,,,gutim,11194 +non,266,48,2,7658,5431,3418,1749,1534.162477999991,0.197610294117647,16,0,G7,ppp,5,144,103,5,,,,,,o,,,,,gutim,11195 +bpm,266,49,0,7659,5432,,1792,1534.3424779999912,,1,,,,,,,,,,56,,,,,,,,gutim,11196 +rst,266,50,1,7660,5432,,1792,1534.3424779999912,,,,,,,176,102,0,,,,,,,,,,,gutim,11197 +rst,266,51,2,7661,5432,,1792,1534.3424779999912,,,,,,,176,102,0,,,,,,,,,,,gutim,11198 +nof,266,48,2,7658,5433,,1749,1534.3604779999912,,,,,,,144,103,0,,,,,,,,,,,gutim,11195 +nof,266,36,2,7646,5434,,1365,1534.825477999991,,,,,,,144,85,0,,,,,,,,,,,gutim,11183 +non,266,52,1,7662,5435,3419,1920,1534.8784779999912,0.104631696428571,32,0,Bb1,p,11,144,34,11,,,,,,o,,,e,,gutim,11199 +nof,266,52,1,7662,5436,,1920,1534.9824779999913,,,,,,,144,34,0,,,,,,,,,,,gutim,11199 +non,266,53,1,7663,5436,3420,1945,1534.9824779999913,0.108816964285714,32,0,Gb4,pp+,9,144,66,9,,,,,,o,,,e,,gutim,11200 +nof,266,53,1,7663,5437,,1945,1535.0914779999912,,,,,,,144,66,0,,,,,,,,,,,gutim,11200 +non,266,54,1,7664,5437,3421,1971,1535.0914779999912,0.104631696428571,32,0,Eb5,ppp+,6,144,75,6,,,,,,o,,,e,,gutim,11201 +nof,266,54,1,7664,5438,,1971,1535.1964779999912,,,,,,,144,75,0,,,,,,,,,,,gutim,11201 +non,266,55,1,7665,5438,3422,1996,1535.1964779999912,0.108816964285714,32,0,D4,ppp-,4,144,62,4,,,,,,o,,,e,,gutim,11202 +nof,266,55,1,7665,5439,,1996,1535.3054779999911,,,,,,,144,62,0,,,,,,,,,,,gutim,11202 +ped,266,56,0,7666,5439,,2022,1535.3054779999911,,,,,,,176,64,0,,,,,,,^,,,,gutim,11186 +non,266,57,1,7667,5439,3423,2022,1535.3054779999911,0.108816964285714,32,0,C1,pppp,2,144,24,2,,,,,,o,,,E 5996,,gutim,11203 +nof,266,57,1,7667,5440,,2022,1535.413477999991,,,,,,,144,24,0,,,,,,,,,,,gutim,11203 +bar,267,0,0,7668,5440,,0,1535.413477999991,,,,,,,,,,267,,,,,,,,,,gutim,11204 +sec,267,1,0,7669,5440,,0,1535.413477999991,,,,,,,,,,,5996,,,,,,,,,gutim,11205 +non,267,2,1,7670,5440,3424,,1535.413477999991,0.05,8,0,Eb5,f,20,144,75,20,,,,g,,o,,,,,gutim,11206 +nof,267,2,1,7670,5441,,,1535.4634779999913,,,,,,,144,75,0,,,,,,,,,,,gutim,11206 +non,267,3,1,7671,5442,3425,,1535.4884779999911,0.05,8,0,C3,f-,19,144,48,19,,,,g,,o,,,,,gutim,11207 +nof,267,3,1,7671,5443,,,1535.538477999991,,,,,,,144,48,0,,,,,,,,,,,gutim,11207 +non,267,4,1,7672,5444,3426,,1535.5634779999912,0.05,8,0,Eb6,f-,19,144,87,19,,,,g,,o,,,,,gutim,11208 +nof,266,44,3,7654,5445,,1706,1535.6114779999912,,,,,,,144,36,0,,,,,,,,,,,gutim,11191 +nof,267,4,1,7672,5446,,,1535.6134779999911,,,,,,,144,87,0,,,,,,,,,,,gutim,11208 +non,267,5,1,7673,5447,3427,0,1535.6384779999912,0.104631696428571,32,0,C#3,mf+,18,144,49,18,,,,,,o,,,,,gutim,11209 +non,267,6,3,7674,5447,3427,0,1535.6384779999912,0.355747767857143,8,0,G3,ff,22,144,55,22,,,,,,o,,,,,gutim,11210 +nof,267,5,1,7673,5448,,0,1535.7434779999912,,,,,,,144,49,0,,,,,,,,,,,gutim,11209 +non,267,8,1,7675,5448,3428,25,1535.7434779999912,0.108816964285714,32,0,B3,mf+,18,144,59,18,,,,,,o,,,,,gutim,11211 +ped,267,7,0,7676,5448,,25,1535.7434779999912,,,,,,,176,64,127,,,,,,,V,,,,gutim,11212 +nof,267,8,1,7675,5449,,25,1535.8524779999912,,,,,,,144,59,0,,,,,,,,,,,gutim,11211 +non,267,9,1,7677,5449,3429,51,1535.8524779999912,0.104631696428571,32,0,C#3,mf,17,144,49,17,,,,,,o,,,,,gutim,11213 +nof,267,9,1,7677,5450,,51,1535.9574779999912,,,,,,,144,49,0,,,,,,,,,,,gutim,11213 +non,267,10,1,7678,5450,3430,76,1535.9574779999912,0.217633928571429,16,0,B3,mf-,16,144,59,16,,,,,t,o,,,,,gutim,11214 +nof,267,6,3,7674,5451,,0,1535.9944779999912,,,,,,,144,55,0,,,,,,,,,,,gutim,11210 +non,267,11,3,7679,5452,3431,85,1535.9944779999912,0.087890625,32,0,Gb2,ppp,5,144,42,5,,,,,,o,,,,,gutim,11215 +nof,267,11,3,7679,5453,,85,1536.0824779999912,,,,,,,144,42,0,,,,,,,,,,,gutim,11215 +non,267,12,3,7680,5453,3432,106,1536.0824779999912,0.0920758928571429,32,0,F1,ppp,5,144,29,5,,,,,,o,,,,,gutim,11216 +nof,267,12,3,7680,5454,,106,1536.174477999991,,,,,,,144,29,0,,,,,,,,,,,gutim,11216 +non,267,13,3,7681,5454,3433,128,1536.174477999991,0.087890625,32,0,Gb2,ppp,5,144,42,5,,,,,,o,,,,,gutim,11217 +non,267,14,1,7682,5454,,128,1536.174477999991,0.213448660714286,16,0,B3,,,,,,,,,,T,,,,,,gutim,11218 +nof,267,13,3,7681,5455,,128,1536.2624779999912,,,,,,,144,42,0,,,,,,,,,,,gutim,11217 +non,267,15,3,7683,5455,3434,149,1536.2624779999912,0.087890625,32,0,F1,ppp,5,144,29,5,,,,,,o,,,,,gutim,11219 +nof,267,15,3,7683,5456,,149,1536.3504779999912,,,,,,,144,29,0,,,,,,,,,,,gutim,11219 +rst,267,16,3,7684,5456,,170,1536.3504779999912,,,,,,,176,102,0,,,,,,,,,,,gutim,11220 +non,267,17,1,7685,5457,3435,179,1536.3884779999912,0.104631696428571,32,0,C#3,mp-,13,144,49,13,,,,,,o,,,,,gutim,11221 +nof,267,10,1,7678,5458,,76,1536.3884779999912,,,,,,,144,59,0,,,,,,,,,,,gutim,11214 +nof,266,45,3,7655,5459,,1706,1536.3924779999911,,,,,,,144,47,0,,,,,,,,,,,gutim,11192 +nof,267,17,1,7685,5460,,179,1536.4924779999913,,,,,,,144,49,0,,,,,,,,,,,gutim,11221 +non,267,18,1,7686,5460,3436,204,1536.4924779999913,0.108816964285714,32,0,B3,p+,12,144,59,12,,,,,,o,,,,,gutim,11222 +nof,267,18,1,7686,5461,,204,1536.6014779999912,,,,,,,144,59,0,,,,,,,,,,,gutim,11222 +non,267,19,1,7687,5461,3437,230,1536.6014779999912,0.108816964285714,32,0,G6,p,11,144,91,11,,,,,,o,,,,,gutim,11223 +nof,267,19,1,7687,5462,,230,1536.710477999991,,,,,,,144,91,0,,,,,,,,,,,gutim,11223 +rst,267,20,1,7688,5462,,256,1536.710477999991,,,,,,,176,102,0,,,,,,,,,,,gutim,11224 +rst,267,21,3,7689,5462,,256,1536.710477999991,,,,,,,176,102,0,,,,,,,,,,,gutim,11225 +non,267,23,3,7690,5463,3438,,1537.171477999991,0.05,8,0,C3,p,11,144,48,11,,,,g,,o,,,,,gutim,11226 +nof,267,23,3,7690,5464,,,1537.221477999991,,,,,,,144,48,0,,,,,,,,,,,gutim,11226 +non,267,22,1,7691,5465,3439,384,1537.2464779999912,0.087890625,32,0,Db4,pp,8,144,61,8,,,,,,o,,,,,gutim,11227 +non,267,24,3,7692,5465,3439,384,1537.2464779999912,0.535714285714286,8,0,Gb3,p,11,144,54,11,,,,,,o,,,,,gutim,11228 +nof,267,22,1,7691,5466,,384,1537.3344779999911,,,,,,,144,61,0,,,,,,,,,,,gutim,11227 +non,267,25,1,7693,5466,3440,405,1537.3344779999911,0.087890625,32,0,Bb4,pp+,9,144,70,9,,,,,,o,,,,,gutim,11229 +nof,267,25,1,7693,5467,,405,1537.421477999991,,,,,,,144,70,0,,,,,,,,,,,gutim,11229 +non,267,26,1,7694,5467,3441,426,1537.421477999991,0.0920758928571429,32,0,Db4,pp+,9,144,61,9,,,,,,o,,,,,gutim,11230 +nof,267,26,1,7694,5468,,426,1537.5134779999912,,,,,,,144,61,0,,,,,,,,,,,gutim,11230 +non,267,27,1,7695,5468,3442,448,1537.5134779999912,0.087890625,32,0,Bb4,p-,10,144,70,10,,,,,,o,,,,,gutim,11231 +nof,267,27,1,7695,5469,,448,1537.6014779999912,,,,,,,144,70,0,,,,,,,,,,,gutim,11231 +non,267,28,1,7696,5469,3443,469,1537.6014779999912,0.179966517857143,16,0,C6,p,11,144,84,11,,,,,,o,,,,,gutim,11232 +non,267,30,3,7697,5470,3444,,1537.7064779999912,0.05,8,0,C3,mp,14,144,48,14,,,,g,,o,,,,,gutim,11233 +nof,267,30,3,7697,5471,,,1537.7564779999911,,,,,,,144,48,0,,,,,,,,,,,gutim,11233 +nof,267,24,3,7692,5472,,384,1537.7814779999912,,,,,,,144,54,0,,,,,,,,,,,gutim,11228 +nof,267,28,1,7696,5472,,469,1537.7814779999912,,,,,,,144,84,0,,,,,,,,,,,gutim,11232 +rst,267,29,1,7698,5472,,512,1537.7814779999912,,,,,,,176,102,0,,,,,,,,,,,gutim,11234 +non,267,31,3,7699,5472,3445,512,1537.7814779999912,0.535714285714286,8,0,Gb3,mp,14,144,54,14,,,,,,o,,,,,gutim,11235 +nof,267,31,3,7699,5473,,512,1538.317477999991,,,,,,,144,54,0,,,,,,,,,,,gutim,11235 +non,267,32,1,7700,5473,3446,640,1538.317477999991,0.535714285714286,8,0,A4,mf,17,144,69,17,,,,,t,o,,,,,gutim,11236 +rst,267,33,3,7701,5473,,640,1538.317477999991,,,,,,,176,102,0,,,,,,,,,,,gutim,11237 +ped,267,34,0,7702,5474,,768,1538.8534779999911,,,,,,,176,64,0,,,,,,,^,,,,gutim,11212 +non,267,35,1,7703,5474,,768,1538.8534779999911,1.07142857142857,4,0,A4,,,,,,,,,,_,,,,,,gutim,11238 +rst,267,36,3,7704,5474,,768,1538.8534779999911,,,,,,,176,102,0,,,,,,,,,,,gutim,11239 +non,267,37,1,7705,5475,,1024,1539.924477999991,3.21428571428571,2,1,A4,,,,,,,,,,T,,,,,,gutim,11240 +non,267,38,3,7706,5475,3447,1024,1539.924477999991,0.355747767857143,8,0,Eb3,f,20,144,51,20,,,,,,o,,,,,gutim,11241 +nof,267,38,3,7706,5476,,1024,1540.2804779999913,,,,,,,144,51,0,,,,,,,,,,,gutim,11241 +non,267,39,3,7707,5476,3448,1109,1540.2804779999913,0.179966517857143,16,0,Db1,mp+,15,144,25,15,,,,,,o,,,,,gutim,11242 +nof,267,39,3,7707,5477,,1109,1540.460477999991,,,,,,,144,25,0,,,,,,,,,,,gutim,11242 +non,267,40,3,7708,5477,3449,1152,1540.460477999991,0.104631696428571,32,0,C1,mp-,13,144,24,13,,,,,,o,,,e,,gutim,11243 +nof,267,40,3,7708,5478,,1152,1540.5654779999911,,,,,,,144,24,0,,,,,,,,,,,gutim,11243 +non,267,41,3,7709,5478,3450,1177,1540.5654779999911,0.108816964285714,32,0,B2,p,11,144,47,11,,,,,,o,,,e,,gutim,11244 +nof,267,41,3,7709,5479,,1177,1540.673477999991,,,,,,,144,47,0,,,,,,,,,,,gutim,11244 +non,267,43,3,7710,5479,3451,1203,1540.673477999991,0.104631696428571,32,0,C1,p-,10,144,24,10,,,,,,o,,,e,,gutim,11245 +ped,267,42,0,7711,5479,,1203,1540.673477999991,,,,,,,176,64,127,,,,,,,V,,,,gutim,11246 +nof,267,43,3,7710,5480,,1203,1540.778477999991,,,,,,,144,24,0,,,,,,,,,,,gutim,11245 +non,267,44,3,7712,5480,3452,1228,1540.778477999991,0.108816964285714,32,0,B1,pp,8,144,35,8,,,,,,o,,,e,,gutim,11247 +non,267,45,3,7713,5480,3452,1228,1540.778477999991,0.133928571428571,32,0,Eb2,pp,8,144,39,8,,,,,,o,,,e,,gutim,11248 +nof,267,44,3,7712,5481,,1228,1540.8874779999912,,,,,,,144,35,0,,,,,,,,,,,gutim,11247 +non,267,46,3,7714,5481,3453,1254,1540.8874779999912,0.108816964285714,32,0,C1,pp-,7,144,24,7,,,,,,o,,,e,,gutim,11249 +nof,267,45,3,7713,5482,,1228,1540.912477999991,,,,,,,144,39,0,,,,,,,,,,,gutim,11248 +nof,267,46,3,7714,5483,,1254,1540.9964779999912,,,,,,,144,24,0,,,,,,,,,,,gutim,11249 +non,267,47,3,7715,5483,3454,1280,1540.9964779999912,0.104631696428571,32,0,B1,ppp,5,144,35,5,,,,,,o,,,E 5997,,gutim,11250 +nof,267,47,3,7715,5484,,1280,1541.1004779999912,,,,,,,144,35,0,,,,,,,,,,,gutim,11250 +non,267,48,3,7716,5484,3455,1305,1541.1004779999912,0.108816964285714,32,0,G3,ppp,5,144,55,5,,,,,,o,,,,,gutim,11251 +nof,267,48,3,7716,5485,,1305,1541.2094779999911,,,,,,,144,55,0,,,,,,,,,,,gutim,11251 +rst,267,49,3,7717,5485,,1331,1541.2094779999911,,,,,,,176,102,0,,,,,,,,,,,gutim,11252 +rst,267,50,3,7718,5486,,1382,1541.423477999991,,,,,,,176,102,0,,,,,,,,,,,gutim,11253 +rst,267,51,3,7719,5487,,1408,1541.5314779999912,,,,,,,176,102,0,,,,,,,,,,,gutim,11254 +rst,267,52,3,7720,5488,,1536,1542.067477999991,,,,,,,176,102,0,,,,,,,,,,,gutim,11255 +ped,267,53,0,7721,5489,,1792,1543.1384779999912,,,,,,,176,64,0,,,,,,,^,,,,gutim,11246 +rst,267,54,1,7722,5489,,1792,1543.1384779999912,,,,,,,176,102,0,,,,,,,,,,,gutim,11256 +non,267,55,3,7723,5489,3456,1792,1543.1384779999912,0.535714285714286,8,0,C1,mp,14,144,24,14,,,,,,o,,,,,gutim,11257 +non,267,56,3,7724,5489,3456,1792,1543.1384779999912,0.535714285714286,8,0,Db1,mp,14,144,25,14,,,,,,o,,,,,gutim,11258 +non,267,57,3,7725,5489,3456,1792,1543.1384779999912,0.535714285714286,8,0,B1,mp,14,144,35,14,,,,,,o,,,,,gutim,11259 +non,267,58,3,7726,5489,3456,1792,1543.1384779999912,0.535714285714286,8,0,Eb3,mp,14,144,51,14,,,,,,o,,,,,gutim,11260 +non,267,59,3,7727,5489,3456,1792,1543.1384779999912,0.535714285714286,8,0,G3,mp,14,144,55,14,,,,,,o,,,,,gutim,11261 +nof,267,32,1,7700,5490,,640,1543.3634779999911,,,,,,,144,69,0,,,,,,,,,,,gutim,11236 +nof,267,55,3,7723,5491,,1792,1543.674477999991,,,,,,,144,24,0,,,,,,,,,,,gutim,11257 +nof,267,56,3,7724,5491,,1792,1543.674477999991,,,,,,,144,25,0,,,,,,,,,,,gutim,11258 +nof,267,57,3,7725,5491,,1792,1543.674477999991,,,,,,,144,35,0,,,,,,,,,,,gutim,11259 +nof,267,58,3,7726,5491,,1792,1543.674477999991,,,,,,,144,51,0,,,,,,,,,,,gutim,11260 +nof,267,59,3,7727,5491,,1792,1543.674477999991,,,,,,,144,55,0,,,,,,,,,,,gutim,11261 +non,267,60,3,7728,5491,3457,1920,1543.674477999991,0.535714285714286,8,0,C1,pp,8,144,24,8,,,,,,o,,,,,gutim,11262 +non,267,61,3,7729,5491,3457,1920,1543.674477999991,0.535714285714286,8,0,Db2,pp,8,144,37,8,,,,,,o,,,,,gutim,11263 +non,267,62,3,7730,5491,3457,1920,1543.674477999991,0.535714285714286,8,0,B2,pp,8,144,47,8,,,,,,o,,,,,gutim,11264 +non,267,63,3,7731,5491,3457,1920,1543.674477999991,0.535714285714286,8,0,Eb3,pp,8,144,51,8,,,,,,o,,,,,gutim,11265 +non,267,64,3,7732,5491,3457,1920,1543.674477999991,0.535714285714286,8,0,G3,pp,8,144,55,8,,,,,,o,,,,,gutim,11266 +nof,267,60,3,7728,5492,,1920,1544.210477999991,,,,,,,144,24,0,,,,,,,,,,,gutim,11262 +nof,267,61,3,7729,5492,,1920,1544.210477999991,,,,,,,144,37,0,,,,,,,,,,,gutim,11263 +nof,267,62,3,7730,5492,,1920,1544.210477999991,,,,,,,144,47,0,,,,,,,,,,,gutim,11264 +nof,267,63,3,7731,5492,,1920,1544.210477999991,,,,,,,144,51,0,,,,,,,,,,,gutim,11265 +nof,267,64,3,7732,5492,,1920,1544.210477999991,,,,,,,144,55,0,,,,,,,,,,,gutim,11266 +bar,268,0,0,7733,5492,,0,1544.210477999991,,,,,,,,,,268,,,,,,,,,,gutim,11267 +sec,268,1,0,7734,5492,,0,1544.210477999991,,,,,,,,,,,5997,,,,,,,,,gutim,11268 +rst,268,2,1,7735,5492,,0,1544.210477999991,,,,,,,176,102,0,,,,,,,,,,,gutim,11269 +non,268,3,3,7736,5492,3458,0,1544.210477999991,2.14285714285714,2,0,Eb4,pp,8,144,63,8,,,,,,o,,,,,gutim,11270 +ped,268,4,0,7737,5493,,42,1544.3864779999913,,,,,,,176,64,127,,,,,,,V,,,,gutim,11271 +non,268,5,1,7738,5494,3459,256,1545.2814779999912,0.0669642857142857,64,0,Ab5,pp,8,144,80,8,,,,,,o,,,,,gutim,11272 +nof,268,5,1,7738,5495,,256,1545.3484779999912,,,,,,,144,80,0,,,,,,,,,,,gutim,11272 +non,268,6,1,7739,5495,3460,272,1545.3484779999912,0.0669642857142857,64,0,Eb5,pp,8,144,75,8,,,,,,o,,,,,gutim,11273 +nof,268,6,1,7739,5496,,272,1545.4154779999913,,,,,,,144,75,0,,,,,,,,,,,gutim,11273 +non,268,7,1,7740,5496,3461,288,1545.4154779999913,0.0669642857142857,64,0,Ab5,pp,8,144,80,8,,,,,,o,,,,,gutim,11274 +nof,268,7,1,7740,5497,,288,1545.4824779999913,,,,,,,144,80,0,,,,,,,,,,,gutim,11274 +non,268,8,1,7741,5497,3462,304,1545.4824779999913,0.0669642857142857,64,0,Eb5,pp,8,144,75,8,,,,,,o,,,,,gutim,11275 +nof,268,8,1,7741,5498,,304,1545.549477999991,,,,,,,144,75,0,,,,,,,,,,,gutim,11275 +non,268,9,1,7742,5498,3463,320,1545.549477999991,0.0669642857142857,64,0,Ab5,pp+,9,144,80,9,,,,,,o,,,,,gutim,11276 +nof,268,9,1,7742,5499,,320,1545.616477999991,,,,,,,144,80,0,,,,,,,,,,,gutim,11276 +non,268,10,1,7743,5499,3464,336,1545.616477999991,0.0669642857142857,64,0,Eb5,pp+,9,144,75,9,,,,,,o,,,,,gutim,11277 +nof,268,10,1,7743,5500,,336,1545.683477999991,,,,,,,144,75,0,,,,,,,,,,,gutim,11277 +non,268,11,1,7744,5500,3465,352,1545.683477999991,0.0669642857142857,64,0,B4,pp+,9,144,71,9,,,,,,o,,,,,gutim,11278 +nof,268,11,1,7744,5501,,352,1545.750477999991,,,,,,,144,71,0,,,,,,,,,,,gutim,11278 +non,268,12,1,7745,5501,3466,368,1545.750477999991,0.100446428571429,64,1,Eb5,pp+,9,144,75,9,,,,,,o,,,e,,gutim,11279 +nof,268,12,1,7745,5502,,368,1545.8514779999912,,,,,,,144,75,0,,,,,,,,,,,gutim,11279 +non,268,13,1,7746,5502,3467,392,1545.8514779999912,0.100446428571429,64,1,Ab5,pp+,9,144,80,9,,,,,,o,,,e,,gutim,11280 +nof,268,13,1,7746,5503,,392,1545.951477999991,,,,,,,144,80,0,,,,,,,,,,,gutim,11280 +non,268,14,1,7747,5503,3468,416,1545.951477999991,0.100446428571429,64,1,B3,pp+,9,144,59,9,,,,,,o,,,e,,gutim,11281 +nof,268,3,3,7736,5504,,0,1546.0514779999912,,,,,,,144,63,0,,,,,,,,,,,gutim,11270 +nof,268,14,1,7747,5504,,416,1546.0514779999912,,,,,,,144,59,0,,,,,,,,,,,gutim,11281 +non,268,15,1,7748,5504,3469,440,1546.0514779999912,0.100446428571429,64,1,Eb4,p-,10,144,63,10,,,,,,o,,,e,,gutim,11282 +non,268,16,1,7749,5505,3470,464,1546.152477999991,0.100446428571429,64,1,Ab5,p-,10,144,80,10,,,,,,o,,,e,,gutim,11283 +nof,268,16,1,7749,5506,,464,1546.2524779999912,,,,,,,144,80,0,,,,,,,,,,,gutim,11283 +non,268,17,1,7750,5506,3471,488,1546.2524779999912,0.100446428571429,64,1,B2,p-,10,144,47,10,,,,,,o,,,e,,gutim,11284 +nof,268,17,1,7750,5507,,488,1546.3534779999911,,,,,,,144,47,0,,,,,,,,,,,gutim,11284 +non,268,18,1,7751,5507,3472,512,1546.3534779999911,0.0669642857142857,64,0,Ab5,p-,10,144,80,10,,,,,,o,,,E,,gutim,11285 +non,268,19,3,7752,5507,3472,512,1546.3534779999911,0.087890625,32,0,A1,pp,8,144,33,8,,,,,,o,,,,,gutim,11286 +nof,268,18,1,7751,5508,,512,1546.4204779999911,,,,,,,144,80,0,,,,,,,,,,,gutim,11285 +non,268,20,1,7753,5508,3473,528,1546.4204779999911,0.0669642857142857,64,0,Eb5,p-,10,144,75,10,,,,,,o,,,,,gutim,11287 +nof,268,19,3,7752,5509,,512,1546.441477999991,,,,,,,144,33,0,,,,,,,,,,,gutim,11286 +non,268,21,3,7754,5509,3474,533,1546.441477999991,0.087890625,32,0,G2,pp,8,144,43,8,,,,,,o,,,,,gutim,11288 +nof,268,20,1,7753,5510,,528,1546.4874779999911,,,,,,,144,75,0,,,,,,,,,,,gutim,11287 +non,268,22,1,7755,5511,3475,544,1546.4874779999911,0.0669642857142857,64,0,Ab5,p-,10,144,80,10,,,,,,o,,,,,gutim,11289 +nof,268,15,1,7748,5512,,440,1546.5034779999912,,,,,,,144,63,0,,,,,,,,,,,gutim,11282 +nof,268,21,3,7754,5513,,533,1546.529477999991,,,,,,,144,43,0,,,,,,,,,,,gutim,11288 +non,268,23,3,7756,5513,3476,554,1546.529477999991,0.0920758928571429,32,0,A1,pp,8,144,33,8,,,,,,o,,,,,gutim,11290 +nof,268,22,1,7755,5514,,544,1546.5544779999911,,,,,,,144,80,0,,,,,,,,,,,gutim,11289 +non,268,24,1,7757,5514,3477,560,1546.5544779999911,0.0669642857142857,64,0,Eb5,p-,10,144,75,10,,,,,,o,,,,,gutim,11291 +nof,268,23,3,7756,5515,,554,1546.6214779999912,,,,,,,144,33,0,,,,,,,,,,,gutim,11290 +nof,268,24,1,7757,5515,,560,1546.6214779999912,,,,,,,144,75,0,,,,,,,,,,,gutim,11291 +non,268,25,1,7758,5515,3478,576,1546.6214779999912,0.0669642857142857,64,0,Ab5,p,11,144,80,11,,,,,,o,,,,,gutim,11292 +non,268,26,3,7759,5515,3478,576,1546.6214779999912,0.133928571428571,32,1,G2,pp+,9,144,43,9,,,,,,o,,,,,gutim,11293 +nof,268,25,1,7758,5516,,576,1546.6884779999912,,,,,,,144,80,0,,,,,,,,,,,gutim,11292 +non,268,27,1,7760,5516,3479,592,1546.6884779999912,0.0669642857142857,64,0,Eb5,p,11,144,75,11,,,,,,o,,,,,gutim,11294 +nof,268,27,1,7760,5517,,592,1546.7554779999912,,,,,,,144,75,0,,,,,,,,,,,gutim,11294 +non,268,28,1,7761,5517,3480,608,1546.7554779999912,0.0669642857142857,64,0,B4,p,11,144,71,11,,,,,,o,,,,,gutim,11295 +non,268,29,3,7762,5517,3480,608,1546.7554779999912,0.133928571428571,32,1,A1,pp+,9,144,33,9,,,,,,o,,,,,gutim,11296 +nof,268,26,3,7759,5518,,576,1546.7554779999912,,,,,,,144,43,0,,,,,,,,,,,gutim,11293 +nof,268,28,1,7761,5519,,608,1546.8224779999912,,,,,,,144,71,0,,,,,,,,,,,gutim,11295 +non,268,30,1,7763,5519,3481,624,1546.8224779999912,0.100446428571429,64,1,Eb5,p,11,144,75,11,,,,,,o,,,e,,gutim,11297 +non,268,31,3,7764,5520,3482,640,1546.8884779999912,0.133928571428571,32,1,G2,p,11,144,43,11,,,,,,o,,,,,gutim,11298 +nof,268,29,3,7762,5521,,608,1546.8884779999912,,,,,,,144,33,0,,,,,,,,,,,gutim,11296 +nof,268,30,1,7763,5522,,624,1546.922477999991,,,,,,,144,75,0,,,,,,,,,,,gutim,11297 +non,268,32,1,7765,5522,3483,648,1546.922477999991,0.100446428571429,64,1,Ab5,p,11,144,80,11,,,,,,o,,,e,,gutim,11299 +nof,268,32,1,7765,5523,,648,1547.0224779999912,,,,,,,144,80,0,,,,,,,,,,,gutim,11299 +non,268,33,1,7766,5523,3484,672,1547.0224779999912,0.100446428571429,64,1,B4,p,11,144,71,11,,,,,,o,,,e,,gutim,11300 +non,268,34,3,7767,5523,3484,672,1547.0224779999912,0.087890625,32,0,A1,p,11,144,33,11,,,,,,o,,,,,gutim,11301 +nof,268,31,3,7764,5524,,640,1547.0224779999912,,,,,,,144,43,0,,,,,,,,,,,gutim,11298 +nof,268,34,3,7767,5525,,672,1547.1104779999912,,,,,,,144,33,0,,,,,,,,,,,gutim,11301 +non,268,35,3,7768,5525,3485,693,1547.1104779999912,0.087890625,32,0,G2,p+,12,144,43,12,,,,,,o,,,,,gutim,11302 +nof,268,33,1,7766,5526,,672,1547.123477999991,,,,,,,144,71,0,,,,,,,,,,,gutim,11300 +non,268,36,1,7769,5526,3486,696,1547.123477999991,0.100446428571429,64,1,Eb5,p+,12,144,75,12,,,,,,o,,,e,,gutim,11303 +nof,268,35,3,7768,5527,,693,1547.1984779999912,,,,,,,144,43,0,,,,,,,,,,,gutim,11302 +non,268,37,3,7770,5527,3487,714,1547.1984779999912,0.0920758928571429,32,0,A1,p+,12,144,33,12,,,,,,o,,,,,gutim,11304 +nof,268,36,1,7769,5528,,696,1547.2234779999912,,,,,,,144,75,0,,,,,,,,,,,gutim,11303 +non,268,38,1,7771,5529,3488,720,1547.2234779999912,0.100446428571429,64,1,Ab5,p+,12,144,80,12,,,,,,o,,,e,,gutim,11305 +nof,268,37,3,7770,5530,,714,1547.2904779999913,,,,,,,144,33,0,,,,,,,,,,,gutim,11304 +non,268,39,3,7772,5530,3489,736,1547.2904779999913,0.133928571428571,32,1,G2,mp,14,144,43,14,,,,,,o,,,,,gutim,11306 +nof,268,38,1,7771,5531,,720,1547.3244779999911,,,,,,,144,80,0,,,,,,,,,,,gutim,11305 +non,268,40,1,7773,5531,3490,744,1547.3244779999911,0.100446428571429,64,1,B4,p+,12,144,71,12,,,,,,o,,,E,,gutim,11307 +nof,268,40,1,7773,5532,,744,1547.424477999991,,,,,,,144,71,0,,,,,,,,,,,gutim,11307 +rst,268,41,1,7774,5532,,768,1547.424477999991,,,,,,,176,102,0,,,,,,,,,,,gutim,11308 +rst,268,42,3,7775,5532,,768,1547.424477999991,,,,,,,176,102,0,,,,,,,,,,,gutim,11309 +nof,268,39,3,7772,5533,,736,1547.424477999991,,,,,,,144,43,0,,,,,,,,,,,gutim,11306 +rst,268,43,1,7776,5534,,1024,1548.4964779999912,,,,,,,176,102,0,,,,,,,,,,,gutim,11310 +non,268,44,3,7777,5534,3491,1024,1548.4964779999912,2.14285714285714,2,0,Eb4,pp,8,144,63,8,,,,,,o,,,,,gutim,11311 +ped,268,45,0,7778,5535,,1472,1550.355477999991,,,,,,,176,64,0,,,,,,,^,,,,gutim,11271 +nof,268,44,3,7777,5536,,1024,1550.6384779999912,,,,,,,144,63,0,,,,,,,,,,,gutim,11311 +non,268,47,1,7779,5536,3492,1536,1550.6384779999912,0.150669642857143,32,0,E6,p+,12,144,88,12,,,,,,o,,,,,gutim,11312 +rst,268,48,3,7780,5536,,1536,1550.6384779999912,,,,,,,176,102,0,,,,,,,,,,,gutim,11313 +ped,268,46,0,7781,5537,,1536,1550.6554779999913,,,,,,,176,64,127,,,,,,,V,,,,gutim,11314 +nof,268,47,1,7779,5538,,1536,1550.789477999991,,,,,,,144,88,0,,,,,,,,,,,gutim,11312 +non,268,49,1,7782,5538,3493,1572,1550.789477999991,0.154854910714286,32,0,C#3,mp-,13,144,49,13,,,,,,o,,,,,gutim,11315 +nof,268,49,1,7782,5539,,1572,1550.9444779999912,,,,,,,144,49,0,,,,,,,,,,,gutim,11315 +non,268,50,1,7783,5539,3494,1609,1550.9444779999912,0.230189732142857,32,1,C#3,mp+,15,144,49,15,,,,,,o,,,,,gutim,11316 +non,268,51,1,7784,5539,3494,1609,1550.9444779999912,0.133928571428571,32,1,E6,mp+,15,144,88,15,,,,,,o,,,,,gutim,11317 +nof,268,51,1,7784,5540,,1609,1551.0784779999913,,,,,,,144,88,0,,,,,,,,,,,gutim,11317 +nof,268,50,1,7783,5541,,1609,1551.174477999991,,,,,,,144,49,0,,,,,,,,,,,gutim,11316 +non,268,52,3,7785,5541,3495,,1551.174477999991,0.05,8,0,A4,mf,17,144,69,17,,,,g,,o,,,,,gutim,11318 +nof,268,52,3,7785,5542,,,1551.2244779999912,,,,,,,144,69,0,,,,,,,,,,,gutim,11318 +non,268,53,3,7786,5543,3496,1664,1551.249477999991,1.07142857142857,4,0,E4,mf,17,144,64,17,,,,,,o,,,,,gutim,11319 +non,268,54,1,7787,5543,3496,1664,1551.249477999991,0.226004464285714,32,1,G#4,mf,17,144,68,17,,,,,,o,,,,,gutim,11320 +non,268,55,1,7788,5543,3496,1664,1551.249477999991,0.133928571428571,32,1,E6,mf,17,144,88,17,,,,,,o,,,,,gutim,11321 +nof,268,55,1,7788,5544,,1664,1551.383477999991,,,,,,,144,88,0,,,,,,,,,,,gutim,11321 +nof,268,54,1,7787,5545,,1664,1551.4754779999912,,,,,,,144,68,0,,,,,,,,,,,gutim,11320 +non,268,56,1,7789,5545,3497,1718,1551.4754779999912,0.154854910714286,32,0,C6,pp,8,144,84,8,,,,,,o,,,,,gutim,11322 +nof,268,56,1,7789,5546,,1718,1551.6304779999912,,,,,,,144,84,0,,,,,,,,,,,gutim,11322 +non,268,57,1,7790,5546,3498,1755,1551.6304779999912,0.154854910714286,32,0,Bb3,pp,8,144,58,8,,,,,,o,,,,,gutim,11323 +nof,268,57,1,7790,5547,,1755,1551.7854779999911,,,,,,,144,58,0,,,,,,,,,,,gutim,11323 +rst,268,58,1,7791,5547,,1792,1551.7854779999911,,,,,,,176,102,0,,,,,,,,,,,gutim,11324 +non,268,59,3,7792,5548,3499,1920,1552.3214779999912,0.535714285714286,8,0,G#4,mp,14,144,68,14,,,,,,o,,,,,gutim,11325 +nof,268,53,3,7786,5549,,1664,1552.3214779999912,,,,,,,144,64,0,,,,,,,,,,,gutim,11319 +nof,268,59,3,7792,5550,,1920,1552.856477999991,,,,,,,144,68,0,,,,,,,,,,,gutim,11325 +bar,269,0,0,7793,5550,,0,1552.856477999991,,,,,,,,,,269,,,,,,,,,,gutim,11326 +non,269,1,1,7794,5550,3500,0,1552.856477999991,6.42857142857143,1,1,F5,f,20,144,77,20,,,,,,o,,d,,,gutim,11327 +non,269,2,2,7795,5550,3500,0,1552.856477999991,2.14285714285714,2,0,Bb3,pp,8,144,58,8,,,,,t,o,,d,,,gutim,11328 +non,269,3,2,7796,5550,3500,0,1552.856477999991,2.14285714285714,2,0,Ab4,pp,8,144,68,8,,,,,t,o,,d,,,gutim,11329 +non,269,4,2,7797,5550,3500,0,1552.856477999991,2.14285714285714,2,0,C6,pp,8,144,84,8,,,,,t,o,,d,,,gutim,11330 +non,269,5,2,7798,5550,3500,0,1552.856477999991,2.14285714285714,2,0,E6,pp,8,144,88,8,,,,,t,o,,d,,,gutim,11331 +rst,269,6,3,7799,5550,,0,1552.856477999991,,,,,,,176,102,0,,,,,,,,,,,gutim,11332 +non,269,7,4,7800,5550,3500,0,1552.856477999991,2.14285714285714,2,0,E4,pp,8,144,64,8,,,,,t,o,,d,,,gutim,11333 +non,269,8,4,7801,5550,3500,0,1552.856477999991,2.14285714285714,2,0,A4,pp,8,144,69,8,,,,,t,o,,d,,,gutim,11334 +non,269,9,2,7802,5551,,512,1554.999477999991,0.535714285714286,8,0,Bb3,,,,,,,,,,T,,,,,,gutim,11335 +non,269,10,2,7803,5551,,512,1554.999477999991,0.535714285714286,8,0,Ab4,,,,,,,,,,T,,,,,,gutim,11336 +non,269,11,2,7804,5551,,512,1554.999477999991,0.535714285714286,8,0,C6,,,,,,,,,,T,,,,,,gutim,11337 +non,269,12,2,7805,5551,,512,1554.999477999991,0.535714285714286,8,0,E6,,,,,,,,,,T,,,,,,gutim,11338 +non,269,13,4,7806,5551,,512,1554.999477999991,0.535714285714286,8,0,E4,,,,,,,,,,T,,,,,,gutim,11339 +non,269,14,4,7807,5551,,512,1554.999477999991,0.535714285714286,8,0,A4,,,,,,,,,,T,,,,,,gutim,11340 +non,269,15,2,7808,5552,3501,640,1555.5354779999911,1.60714285714286,4,1,Bb3,p,11,144,58,11,,,,,t,o,,,,,gutim,11341 +non,269,16,2,7809,5552,3501,640,1555.5354779999911,1.07142857142857,4,1,Ab4,p,11,144,68,11,,,,,t,o,,,,,gutim,11342 +non,269,17,2,7810,5552,3501,640,1555.5354779999911,1.07142857142857,4,1,C6,p,11,144,84,11,,,,,t,o,,,,,gutim,11343 +non,269,18,2,7811,5552,3501,640,1555.5354779999911,1.07142857142857,4,1,E6,p,11,144,88,11,,,,,t,o,,,,,gutim,11344 +non,269,19,4,7812,5552,3501,640,1555.5354779999911,1.60714285714286,4,1,E4,p,11,144,64,11,,,,,t,o,,,,,gutim,11345 +non,269,20,4,7813,5552,3501,640,1555.5354779999911,1.07142857142857,4,1,A4,p,11,144,69,11,,,,,t,o,,,,,gutim,11346 +nof,269,2,2,7795,5553,,0,1555.760477999991,,,,,,,144,58,0,,,,,,,,,,,gutim,11341 +nof,269,3,2,7796,5553,,0,1555.760477999991,,,,,,,144,68,0,,,,,,,,,,,gutim,11342 +nof,269,4,2,7797,5553,,0,1555.760477999991,,,,,,,144,84,0,,,,,,,,,,,gutim,11343 +nof,269,5,2,7798,5553,,0,1555.760477999991,,,,,,,144,88,0,,,,,,,,,,,gutim,11344 +nof,269,7,4,7800,5553,,0,1555.760477999991,,,,,,,144,64,0,,,,,,,,,,,gutim,11345 +nof,269,8,4,7801,5553,,0,1555.760477999991,,,,,,,144,69,0,,,,,,,,,,,gutim,11346 +non,269,21,2,7814,5554,,1024,1557.1424779999911,2.14285714285714,2,0,Bb3,,,,,,,,,,T,,,,,,gutim,11347 +non,269,22,2,7815,5554,,1024,1557.1424779999911,2.14285714285714,2,0,Ab4,,,,,,,,,,T,,,,,,gutim,11348 +non,269,23,2,7816,5554,,1024,1557.1424779999911,2.14285714285714,2,0,C6,,,,,,,,,,T,,,,,,gutim,11349 +non,269,24,2,7817,5554,,1024,1557.1424779999911,2.14285714285714,2,0,E6,,,,,,,,,,T,,,,,,gutim,11350 +non,269,25,4,7818,5554,,1024,1557.1424779999911,2.14285714285714,2,0,E4,,,,,,,,,,T,,,,,,gutim,11351 +non,269,26,4,7819,5554,,1024,1557.1424779999911,2.14285714285714,2,0,A4,,,,,,,,,,T,,,,,,gutim,11352 +nof,269,16,2,7809,5555,,640,1558.749477999991,,,,,,,144,68,0,,,,,,,,,,,gutim,11353 +nof,269,17,2,7810,5555,,640,1558.749477999991,,,,,,,144,84,0,,,,,,,,,,,gutim,11354 +nof,269,18,2,7811,5555,,640,1558.749477999991,,,,,,,144,88,0,,,,,,,,,,,gutim,11355 +nof,269,20,4,7813,5555,,640,1558.749477999991,,,,,,,144,69,0,,,,,,,,,,,gutim,11356 +nof,269,1,1,7794,5556,,0,1559.2854779999911,,,,,,,144,77,0,,,,,,,,,,,gutim,11327 +nof,269,15,2,7808,5556,,640,1559.2854779999911,,,,,,,144,58,0,,,,,,,,,,,gutim,11357 +nof,269,19,4,7812,5556,,640,1559.2854779999911,,,,,,,144,64,0,,,,,,,,,,,gutim,11358 +non,269,27,1,7820,5556,3502,1536,1559.2854779999911,2.14285714285714,2,0,F5,mp,14,144,77,14,,,,,t,o,,d,,,gutim,11359 +non,269,28,2,7821,5556,3502,1536,1559.2854779999911,2.14285714285714,2,0,Ab4,ppp,5,144,68,5,,,,,,o,,d,,,gutim,11360 +non,269,29,3,7822,5556,3502,1536,1559.2854779999911,2.14285714285714,2,0,E2,ppp,5,144,40,5,,,,,,o,,d,,,gutim,11361 +non,269,30,4,7823,5556,3502,1536,1559.2854779999911,2.14285714285714,2,0,E4,mp,14,144,64,14,,,,,,o,,d,,,gutim,11362 +non,269,31,4,7824,5556,3502,1536,1559.2854779999911,2.14285714285714,2,0,A4,ppp,5,144,69,5,,,,,,o,,d,,,gutim,11363 +nof,269,28,2,7821,5557,,1536,1561.4284779999912,,,,,,,144,68,0,,,,,,,,,,,gutim,11360 +nof,269,29,3,7822,5557,,1536,1561.4284779999912,,,,,,,144,40,0,,,,,,,,,,,gutim,11361 +nof,269,30,4,7823,5557,,1536,1561.4284779999912,,,,,,,144,64,0,,,,,,,,,,,gutim,11362 +nof,269,31,4,7824,5557,,1536,1561.4284779999912,,,,,,,144,69,0,,,,,,,,,,,gutim,11363 +bar,270,0,0,7825,5557,,0,1561.4284779999912,,,,,,,,,,270,,,,,,,,,,gutim,11364 +non,270,1,1,7826,5557,,0,1561.4284779999912,4.01785714285714,2,3,F5,,,,,,,,,,T,,,,,,gutim,11365 +non,270,2,2,7827,5557,3503,0,1561.4284779999912,4.28571428571429,1,0,Ab4,pp,8,144,68,8,,,,,,o,,,,,gutim,11366 +non,270,3,3,7828,5557,3503,0,1561.4284779999912,4.28571428571429,1,0,D3,pp,8,144,50,8,,,,,,o,,D,,,gutim,11367 +non,270,4,4,7829,5557,3503,0,1561.4284779999912,4.28571428571429,1,0,E4,pp,8,144,64,8,,,,,,o,,,,,gutim,11368 +non,270,5,4,7830,5557,3503,0,1561.4284779999912,4.28571428571429,1,0,A4,pp,8,144,69,8,,,,,,o,,,,,gutim,11369 +nof,269,27,1,7820,5558,,1536,1565.4464779999912,,,,,,,144,77,0,,,,,,,,,,,gutim,11359 +ped,270,6,0,7831,5558,,960,1565.4464779999912,,,,,,,176,64,0,,,,,,,^,,,,gutim,11314 +non,270,7,1,7832,5558,3504,960,1565.4464779999912,0.267857142857143,16,0,D4,f,20,144,62,20,,,,,,o,,,,,gutim,11370 +non,270,8,1,7833,5558,3504,960,1565.4464779999912,0.267857142857143,16,0,C6,f,20,144,84,20,,,,,,o,,,,,gutim,11371 +non,270,9,1,7834,5558,3504,960,1565.4464779999912,0.267857142857143,16,0,E6,f,20,144,88,20,,,,,,o,,,,,gutim,11372 +nof,270,2,2,7827,5559,,0,1565.7134779999913,,,,,,,144,68,0,,,,,,,,,,,gutim,11366 +nof,270,3,3,7828,5559,,0,1565.7134779999913,,,,,,,144,50,0,,,,,,,,,,,gutim,11367 +nof,270,4,4,7829,5559,,0,1565.7134779999913,,,,,,,144,64,0,,,,,,,,,,,gutim,11368 +nof,270,5,4,7830,5559,,0,1565.7134779999913,,,,,,,144,69,0,,,,,,,,,,,gutim,11369 +nof,270,7,1,7832,5559,,960,1565.7134779999913,,,,,,,144,62,0,,,,,,,,,,,gutim,11370 +nof,270,8,1,7833,5559,,960,1565.7134779999913,,,,,,,144,84,0,,,,,,,,,,,gutim,11371 +nof,270,9,1,7834,5559,,960,1565.7134779999913,,,,,,,144,88,0,,,,,,,,,,,gutim,11372 +non,270,10,1,7835,5559,3505,1024,1565.7134779999913,4.28571428571429,1,0,D4,pp,8,144,62,8,,,,,,o,,,,,gutim,11373 +non,270,11,1,7836,5559,3505,1024,1565.7134779999913,4.28571428571429,1,0,C6,pp,8,144,84,8,,,,,,o,,,,,gutim,11374 +non,270,12,1,7837,5559,3505,1024,1565.7134779999913,4.28571428571429,1,0,E6,pp,8,144,88,8,,,,,,o,,,,,gutim,11375 +non,270,13,2,7838,5559,3505,1024,1565.7134779999913,4.28571428571429,1,0,Ab4,p,11,144,68,11,,,,,,o,,,,,gutim,11376 +rst,270,14,3,7839,5559,,1024,1565.7134779999913,,,,,,,176,102,0,,,,,,,,,,,gutim,11377 +non,270,15,4,7840,5559,3505,1024,1565.7134779999913,4.28571428571429,1,0,E4,pp,8,144,64,8,,,,,,o,,,,,gutim,11378 +non,270,16,4,7841,5559,3505,1024,1565.7134779999913,4.28571428571429,1,0,A4,pp,8,144,69,8,,,,,,o,,,,,gutim,11379 +non,270,17,3,7842,5560,3506,1152,1566.249477999991,0.17578125,16,0,G#2,f,20,144,44,20,,,,,,o,,,,,gutim,11380 +nof,270,17,3,7842,5561,,1152,1566.4254779999912,,,,,,,144,44,0,,,,,,,,,,,gutim,11380 +non,270,18,3,7843,5561,3507,1194,1566.4254779999912,0.359933035714286,8,0,G#2,p,11,144,44,11,,,,,t,o,,,,,gutim,11381 +non,270,19,3,7844,5561,3507,1194,1566.4254779999912,0.535714285714286,8,0,C#3,p,11,144,49,11,,,,,t,o,,,,,gutim,11382 +non,270,20,3,7845,5562,,1280,1566.7854779999911,2.14285714285714,2,0,G#2,,,,,,,,,,T,,,,,,gutim,11383 +non,270,21,3,7846,5562,,1280,1566.7854779999911,2.14285714285714,2,0,C#3,,,,,,,,,,T,,,,,,gutim,11384 +nof,270,18,3,7843,5563,,1194,1568.9284779999912,,,,,,,144,44,0,,,,,,,,,,,gutim,11381 +non,270,23,3,7847,5563,3508,1792,1568.9284779999912,0.133928571428571,32,1,C#2,ppp,5,144,37,5,,,,,,o,,,,,gutim,11385 +ped,270,22,0,7848,5563,,1792,1568.9284779999912,,,,,,,176,64,127,,,,,,,V,,,,gutim,11386 +nof,270,23,3,7847,5564,,1792,1569.0624779999912,,,,,,,144,37,0,,,,,,,,,,,gutim,11385 +non,270,24,3,7849,5564,3509,1824,1569.0624779999912,0.133928571428571,32,1,A3,ppp-,4,144,57,4,,,,,,o,,,,,gutim,11387 +nof,270,19,3,7844,5565,,1194,1569.104477999991,,,,,,,144,49,0,,,,,,,,,,,gutim,11382 +nof,270,24,3,7849,5566,,1824,1569.1964779999912,,,,,,,144,57,0,,,,,,,,,,,gutim,11387 +non,270,25,3,7850,5566,3510,1856,1569.1964779999912,0.087890625,32,0,B1,ppp-,4,144,35,4,,,,,,o,,,e,,gutim,11388 +nof,270,25,3,7850,5567,,1856,1569.2844779999912,,,,,,,144,35,0,,,,,,,,,,,gutim,11388 +non,270,26,3,7851,5567,3511,1877,1569.2844779999912,0.087890625,32,0,F2,pppp+,3,144,41,3,,,,,,o,,,e,,gutim,11389 +nof,270,26,3,7851,5568,,1877,1569.3714779999912,,,,,,,144,41,0,,,,,,,,,,,gutim,11389 +non,270,27,3,7852,5568,3512,1898,1569.3714779999912,0.0920758928571429,32,0,B1,pppp+,3,144,35,3,,,,,,o,,,e,,gutim,11390 +non,270,28,3,7853,5568,3512,1898,1569.3714779999912,0.133928571428571,32,0,C#2,pppp+,3,144,37,3,,,,,,o,,,e,,gutim,11391 +nof,270,27,3,7852,5569,,1898,1569.4634779999913,,,,,,,144,35,0,,,,,,,,,,,gutim,11390 +non,270,29,3,7854,5569,3513,1920,1569.4634779999913,0.087890625,32,0,F2,pppp+,3,144,41,3,,,,,,o,,,e,,gutim,11392 +nof,270,28,3,7853,5570,,1898,1569.5054779999912,,,,,,,144,37,0,,,,,,,,,,,gutim,11391 +nof,270,29,3,7854,5571,,1920,1569.5514779999912,,,,,,,144,41,0,,,,,,,,,,,gutim,11392 +non,270,30,3,7855,5571,3514,1941,1569.5514779999912,0.087890625,32,0,B0,pppp,2,144,23,2,,,,,,o,,,e,,gutim,11393 +nof,270,30,3,7855,5572,,1941,1569.6394779999912,,,,,,,144,23,0,,,,,,,,,,,gutim,11393 +non,270,31,3,7856,5572,3515,1962,1569.6394779999912,0.0920758928571429,32,0,A3,pppp,2,144,57,2,,,,,,o,,,e,,gutim,11394 +nof,270,31,3,7856,5573,,1962,1569.731477999991,,,,,,,144,57,0,,,,,,,,,,,gutim,11394 +non,270,32,3,7857,5573,3516,1984,1569.731477999991,0.087890625,32,0,F2,pppp-,1,144,41,1,,,,,,o,,,e,,gutim,11395 +nof,270,32,3,7857,5574,,1984,1569.8194779999912,,,,,,,144,41,0,,,,,,,,,,,gutim,11395 +non,270,33,3,7858,5574,3517,2005,1569.8194779999912,0.179966517857143,16,0,B0,pppp-,1,144,23,1,,,,,,o,,,E 5998,,gutim,11396 +nof,270,10,1,7835,5575,,1024,1569.999477999991,,,,,,,144,62,0,,,,,,,,,,,gutim,11373 +nof,270,11,1,7836,5575,,1024,1569.999477999991,,,,,,,144,84,0,,,,,,,,,,,gutim,11374 +nof,270,12,1,7837,5575,,1024,1569.999477999991,,,,,,,144,88,0,,,,,,,,,,,gutim,11375 +nof,270,13,2,7838,5575,,1024,1569.999477999991,,,,,,,144,68,0,,,,,,,,,,,gutim,11376 +nof,270,15,4,7840,5575,,1024,1569.999477999991,,,,,,,144,64,0,,,,,,,,,,,gutim,11378 +nof,270,16,4,7841,5575,,1024,1569.999477999991,,,,,,,144,69,0,,,,,,,,,,,gutim,11379 +bar,271,0,0,7859,5575,,0,1569.999477999991,,,,,,,,,,271,,,,,,,,,,gutim,11397 +non,271,1,1,7860,5575,3518,0,1569.999477999991,2.14285714285714,2,0,Ab4,mp,14,144,68,14,,,,,,o,,d,,,gutim,11398 +non,271,2,2,7861,5575,3518,0,1569.999477999991,2.14285714285714,2,0,D4,ppp,5,144,62,5,,,,,,o,,d,,,gutim,11399 +non,271,3,2,7862,5575,3518,0,1569.999477999991,2.14285714285714,2,0,C6,ppp,5,144,84,5,,,,,,o,,d,,,gutim,11400 +non,271,4,2,7863,5575,3518,0,1569.999477999991,2.14285714285714,2,0,E6,ppp,5,144,88,5,,,,,,o,,d,,,gutim,11401 +rst,271,5,3,7864,5575,,0,1569.999477999991,,,,,,,176,102,0,,,,,,,,,,,gutim,11402 +non,271,6,4,7865,5575,3518,0,1569.999477999991,2.14285714285714,2,0,E4,mp,14,144,64,14,,,,,,o,,d,,,gutim,11403 +non,271,7,4,7866,5575,3518,0,1569.999477999991,2.14285714285714,2,0,A4,mp,14,144,69,14,,,,,,o,,d 5998,,,gutim,11404 +nof,270,33,3,7858,5576,,2005,1570.0744779999911,,,,,,,144,23,0,,,,,,,,,,,gutim,11396 +ped,271,8,0,7867,5577,,512,1571.4654779999912,,,,,,,176,64,0,,,,,,,^,,,,gutim,11386 +nof,271,1,1,7860,5578,,0,1572.1424779999911,,,,,,,144,68,0,,,,,,,,,,,gutim,11398 +nof,271,2,2,7861,5578,,0,1572.1424779999911,,,,,,,144,62,0,,,,,,,,,,,gutim,11399 +nof,271,3,2,7862,5578,,0,1572.1424779999911,,,,,,,144,84,0,,,,,,,,,,,gutim,11400 +nof,271,4,2,7863,5578,,0,1572.1424779999911,,,,,,,144,88,0,,,,,,,,,,,gutim,11401 +nof,271,6,4,7865,5578,,0,1572.1424779999911,,,,,,,144,64,0,,,,,,,,,,,gutim,11403 +nof,271,7,4,7866,5578,,0,1572.1424779999911,,,,,,,144,69,0,,,,,,,,,,,gutim,11404 +rst,271,9,1,7868,5578,,512,1572.1424779999911,,,,,,,176,102,0,,,,,,,,,,,gutim,11405 +non,271,10,2,7869,5578,3519,512,1572.1424779999911,0.711495535714286,4,0,F5,f,20,144,77,20,,,,,,o,,,,,gutim,11406 +non,271,11,3,7870,5578,3519,512,1572.1424779999911,0.711495535714286,4,0,G1,f,20,144,31,20,,,,,,o,,,,,gutim,11407 +non,271,12,3,7871,5578,3519,512,1572.1424779999911,1.07142857142857,4,0,E2,f,20,144,40,20,,,,,,o,,,,,gutim,11408 +rst,271,13,4,7872,5578,,512,1572.1424779999911,,,,,,,176,102,0,,,,,,,,,,,gutim,11409 +ped,271,14,0,7873,5579,,682,1572.1774779999912,,,,,,,176,64,127,,,,,,,V,,,,gutim,11410 +nof,271,10,2,7869,5580,,512,1572.192477999991,,,,,,,144,77,0,,,,,,,,,,,gutim,11406 +nof,271,11,3,7870,5580,,512,1572.192477999991,,,,,,,144,31,0,,,,,,,,,,,gutim,11407 +nof,271,12,3,7871,5580,,512,1572.192477999991,,,,,,,144,40,0,,,,,,,,,,,gutim,11408 +non,271,15,2,7874,5581,3520,682,1572.854477999991,0.0920758928571429,32,0,E3,ppp,5,144,52,5,,,,,,o,,,,,gutim,11411 +rst,271,16,3,7875,5581,,682,1572.854477999991,,,,,,,176,102,0,,,,,,,,,,,gutim,11412 +nof,271,15,2,7874,5582,,682,1572.9464779999912,,,,,,,144,52,0,,,,,,,,,,,gutim,11411 +non,271,17,2,7876,5582,3521,704,1572.9464779999912,0.087890625,32,0,C4,ppp,5,144,60,5,,,,,,o,,,,,gutim,11413 +nof,271,17,2,7876,5583,,704,1573.0344779999912,,,,,,,144,60,0,,,,,,,,,,,gutim,11413 +non,271,18,2,7877,5583,3522,725,1573.0344779999912,0.087890625,32,0,E3,ppp+,6,144,52,6,,,,,,o,,,,,gutim,11414 +nof,271,18,2,7877,5584,,725,1573.1214779999912,,,,,,,144,52,0,,,,,,,,,,,gutim,11414 +non,271,19,2,7878,5584,3523,746,1573.1214779999912,0.0920758928571429,32,0,C4,ppp+,6,144,60,6,,,,,,o,,,,,gutim,11415 +nof,271,19,2,7878,5585,,746,1573.2134779999913,,,,,,,144,60,0,,,,,,,,,,,gutim,11415 +non,271,20,2,7879,5585,3524,768,1573.2134779999913,0.087890625,32,0,E3,pp-,7,144,52,7,,,,,,o,,,,,gutim,11416 +non,271,21,2,7880,5585,3524,768,1573.2134779999913,0.133928571428571,32,0,C4,pp-,7,144,60,7,,,,,,o,,,,,gutim,11417 +non,271,22,2,7881,5585,3524,768,1573.2134779999913,0.133928571428571,32,0,Gb6,pp-,7,144,90,7,,,,,,o,,,,,gutim,11418 +rst,271,23,3,7882,5585,,768,1573.2134779999913,,,,,,,176,102,0,,,,,,,,,,,gutim,11419 +nof,271,20,2,7879,5586,,768,1573.3014779999912,,,,,,,144,52,0,,,,,,,,,,,gutim,11416 +non,271,24,2,7883,5586,3525,789,1573.3014779999912,0.179966517857143,16,0,F4,pp-,7,144,65,7,,,,,,o,,,,,gutim,11420 +nof,271,21,2,7880,5587,,768,1573.347477999991,,,,,,,144,60,0,,,,,,,,,,,gutim,11417 +nof,271,22,2,7881,5587,,768,1573.347477999991,,,,,,,144,90,0,,,,,,,,,,,gutim,11418 +nof,271,24,2,7883,5588,,789,1573.481477999991,,,,,,,144,65,0,,,,,,,,,,,gutim,11420 +rst,271,25,2,7884,5588,,832,1573.481477999991,,,,,,,176,102,0,,,,,,,,,,,gutim,11421 +non,271,26,2,7885,5589,3526,853,1573.5694779999912,0.087890625,32,0,Gb6,pp,8,144,90,8,,,,,,o,,,,,gutim,11422 +nof,271,26,2,7885,5590,,853,1573.6574779999912,,,,,,,144,90,0,,,,,,,,,,,gutim,11422 +non,271,27,2,7886,5590,3527,874,1573.6574779999912,0.0920758928571429,32,0,F5,ppp,5,144,77,5,,,,,,o,,,,,gutim,11423 +nof,271,27,2,7886,5591,,874,1573.749477999991,,,,,,,144,77,0,,,,,,,,,,,gutim,11423 +rst,271,28,2,7887,5591,,896,1573.749477999991,,,,,,,176,102,0,,,,,,,,,,,gutim,11424 +rst,271,29,3,7888,5591,,896,1573.749477999991,,,,,,,176,102,0,,,,,,,,,,,gutim,11425 +sec,271,30,0,7889,5591,,896,1573.749477999991,,,,,,,,,,,5998,,,,,,,,,gutim,11426 +ped,271,31,0,7890,5592,,928,1573.883477999991,,,,,,,176,64,0,,,,,,,^,,,,gutim,11410 +non,271,32,3,7891,5592,3528,928,1573.883477999991,0.133928571428571,32,0,G3,f,20,144,55,20,,,,,,o,,,,,gutim,11427 +nof,271,32,3,7891,5593,,928,1574.0174779999911,,,,,,,144,55,0,,,,,,,,,,,gutim,11427 +non,271,33,3,7892,5593,3529,960,1574.0174779999911,0.133928571428571,32,0,G3,pp,8,144,55,8,,,,,,o,,,,,gutim,11428 +non,271,34,3,7893,5593,3529,960,1574.0174779999911,0.133928571428571,32,0,B3,pp,8,144,59,8,,,,,,o,,,,,gutim,11429 +nof,271,33,3,7892,5594,,960,1574.1514779999911,,,,,,,144,55,0,,,,,,,,,,,gutim,11428 +nof,271,34,3,7893,5594,,960,1574.1514779999911,,,,,,,144,59,0,,,,,,,,,,,gutim,11429 +non,271,35,3,7894,5594,3530,992,1574.1514779999911,0.133928571428571,32,0,G3,pp,8,144,55,8,,,,,t,o,,,,,gutim,11430 +non,271,36,3,7895,5594,3530,992,1574.1514779999911,0.133928571428571,32,0,B3,pp,8,144,59,8,,,,,t,o,,,,,gutim,11431 +rst,271,38,1,7896,5595,,1024,1574.2854779999911,,,,,,,176,102,0,,,,,,,,,,,gutim,11432 +rst,271,39,2,7897,5595,,1024,1574.2854779999911,,,,,,,176,102,0,,,,,,,,,,,gutim,11433 +non,271,40,3,7898,5595,,1024,1574.2854779999911,2.14285714285714,2,0,G3,,,,,,,,,,T,,,,,,gutim,11434 +non,271,41,3,7899,5595,,1024,1574.2854779999911,2.14285714285714,2,0,B3,,,,,,,,,,T,,,,,,gutim,11435 +rst,271,42,4,7900,5595,,1024,1574.2854779999911,,,,,,,176,102,0,,,,,,,,,,,gutim,11436 +ped,271,37,0,7901,5595,,1024,1574.2854779999911,,,,,,,176,64,127,,,,,,,V,,,,gutim,11437 +non,271,43,2,7902,5596,3531,1408,1575.8924779999911,0.0669642857142857,64,0,Gb7,ppp,5,144,102,5,,,,,,o,,,e,,gutim,11438 +nof,271,43,2,7902,5597,,1408,1575.9594779999911,,,,,,,144,102,0,,,,,,,,,,,gutim,11438 +non,271,44,2,7903,5597,3532,1424,1575.9594779999911,0.0669642857142857,64,0,E5,ppp+,6,144,76,6,,,,,,o,,,e,,gutim,11439 +nof,271,44,2,7903,5598,,1424,1576.0264779999911,,,,,,,144,76,0,,,,,,,,,,,gutim,11439 +non,271,45,2,7904,5598,3533,1440,1576.0264779999911,0.0669642857142857,64,0,F6,pp-,7,144,89,7,,,,,,o,,,e,,gutim,11440 +nof,271,45,2,7904,5599,,1440,1576.0934779999911,,,,,,,144,89,0,,,,,,,,,,,gutim,11440 +non,271,46,2,7905,5599,3534,1456,1576.0934779999911,0.0669642857142857,64,0,C6,pp,8,144,84,8,,,,,,o,,,e,,gutim,11441 +nof,271,46,2,7905,5600,,1456,1576.1604779999911,,,,,,,144,84,0,,,,,,,,,,,gutim,11441 +non,271,47,2,7906,5600,3535,1472,1576.1604779999911,0.0669642857142857,64,0,Ab5,pp+,9,144,80,9,,,,,,o,,,e,,gutim,11442 +nof,271,47,2,7906,5601,,1472,1576.2274779999912,,,,,,,144,80,0,,,,,,,,,,,gutim,11442 +non,271,48,2,7907,5601,3536,1488,1576.2274779999912,0.100446428571429,64,1,E4,p-,10,144,64,10,,,,,,o,,,E,,gutim,11443 +nof,271,48,2,7907,5602,,1488,1576.327477999991,,,,,,,144,64,0,,,,,,,,,,,gutim,11443 +ped,271,49,0,7908,5602,,1512,1576.327477999991,,,,,,,176,64,0,,,,,,,^,,,,gutim,11437 +non,271,50,2,7909,5602,3537,1512,1576.327477999991,0.100446428571429,64,1,C6,p,11,144,84,11,,,,,,o,,d,,,gutim,11444 +nof,271,50,2,7909,5603,,1512,1576.4284779999912,,,,,,,144,84,0,,,,,,,,,,,gutim,11444 +rst,271,51,2,7910,5603,,1536,1576.4284779999912,,,,,,,176,102,0,,,,,,,,,,,gutim,11445 +non,271,52,3,7911,5603,3538,1536,1576.4284779999912,1.07142857142857,4,0,C3,pp,8,144,48,8,,,,,,o,,d,,,gutim,11446 +non,271,53,3,7912,5603,3538,1536,1576.4284779999912,1.07142857142857,4,0,G3,pp,8,144,55,8,,,,,,o,,d,,,gutim,11447 +non,271,54,3,7913,5603,3538,1536,1576.4284779999912,1.07142857142857,4,0,B3,pp,8,144,59,8,,,,,,o,,d,,,gutim,11448 +rst,271,55,4,7914,5603,,1536,1576.4284779999912,,,,,,,176,102,0,,,,,,,,,,,gutim,11449 +nof,271,35,3,7894,5604,,992,1576.4284779999912,,,,,,,144,55,0,,,,,,,,,,,gutim,11447 +nof,271,36,3,7895,5604,,992,1576.4284779999912,,,,,,,144,59,0,,,,,,,,,,,gutim,11448 +nof,271,52,3,7911,5605,,1536,1577.499477999991,,,,,,,144,48,0,,,,,,,,,,,gutim,11446 +nof,271,53,3,7912,5605,,1536,1577.499477999991,,,,,,,144,55,0,,,,,,,,,,,gutim,11450 +nof,271,54,3,7913,5605,,1536,1577.499477999991,,,,,,,144,59,0,,,,,,,,,,,gutim,11451 +non,271,58,4,7915,5605,3539,,1577.499477999991,0.05,8,0,D2,mf,17,144,38,17,,,,g,,o,,d,e,,gutim,11452 +nof,271,58,4,7915,5606,,,1577.549477999991,,,,,,,144,38,0,,,,,,,,,,,gutim,11452 +non,271,59,4,7916,5607,3540,,1577.5744779999911,0.05,8,0,C3,mf-,16,144,48,16,,,,g,,o,,,e,,gutim,11453 +nof,271,59,4,7916,5608,,,1577.624477999991,,,,,,,144,48,0,,,,,,,,,,,gutim,11453 +non,271,60,4,7917,5609,3541,,1577.6494779999912,0.05,8,0,D2,mp,14,144,38,14,,,,g,,o,,,e,,gutim,11454 +nof,271,60,4,7917,5610,,,1577.6994779999911,,,,,,,144,38,0,,,,,,,,,,,gutim,11454 +non,271,61,4,7918,5611,3542,,1577.7244779999912,0.05,8,0,E3,mp-,13,144,52,13,,,,g,,o,,,e,,gutim,11455 +nof,271,61,4,7918,5612,,,1577.7744779999912,,,,,,,144,52,0,,,,,,,,,,,gutim,11455 +non,271,62,4,7919,5613,3543,,1577.799477999991,0.05,8,0,Db2,p+,12,144,37,12,,,,g,,o,,,e,,gutim,11456 +nof,271,62,4,7919,5614,,,1577.8494779999912,,,,,,,144,37,0,,,,,,,,,,,gutim,11456 +non,271,63,4,7920,5615,3544,,1577.874477999991,0.05,8,0,A1,p-,10,144,33,10,,,,g,,o,,,e,,gutim,11457 +non,271,64,4,7921,5615,3544,,1577.874477999991,0.05,8,0,D2,p-,10,144,38,10,,,,g,,o,,,e,,gutim,11458 +non,271,65,4,7922,5615,3544,,1577.874477999991,0.05,8,0,C3,p-,10,144,48,10,,,,g,,o,,,e,,gutim,11459 +non,271,66,4,7923,5615,3544,,1577.874477999991,0.05,8,0,E3,p-,10,144,52,10,,,,g,,o,,,e,,gutim,11460 +nof,271,63,4,7920,5616,,,1577.924477999991,,,,,,,144,33,0,,,,,,,,,,,gutim,11457 +nof,271,64,4,7921,5616,,,1577.924477999991,,,,,,,144,38,0,,,,,,,,,,,gutim,11458 +nof,271,65,4,7922,5616,,,1577.924477999991,,,,,,,144,48,0,,,,,,,,,,,gutim,11459 +nof,271,66,4,7923,5616,,,1577.924477999991,,,,,,,144,52,0,,,,,,,,,,,gutim,11460 +non,271,67,4,7924,5617,3545,,1577.9494779999911,0.05,8,0,Db2,pp+,9,144,37,9,,,,g,,o,,,e,,gutim,11461 +nof,271,67,4,7924,5618,,,1577.999477999991,,,,,,,144,37,0,,,,,,,,,,,gutim,11461 +non,271,68,4,7925,5619,3546,,1578.0244779999912,0.05,8,0,E4,pp,8,144,64,8,,,,g,,o,,,e,,gutim,11462 +nof,271,68,4,7925,5620,,,1578.0744779999911,,,,,,,144,64,0,,,,,,,,,,,gutim,11462 +non,271,69,4,7926,5621,3547,,1578.0994779999912,0.05,8,0,A1,ppp+,6,144,33,6,,,,g,,o,,,e,,gutim,11463 +nof,271,69,4,7926,5622,,,1578.1494779999912,,,,,,,144,33,0,,,,,,,,,,,gutim,11463 +non,271,70,4,7927,5623,3548,,1578.174477999991,0.05,8,0,Db2,ppp,5,144,37,5,,,,g,,o,,,E,,gutim,11464 +nof,271,70,4,7927,5624,,,1578.2244779999912,,,,,,,144,37,0,,,,,,,,,,,gutim,11464 +non,271,56,2,7928,5625,3549,1792,1578.249477999991,0.401785714285714,16,1,Ab4,p,11,144,68,11,,,,,,o,,,,,gutim,11465 +rst,271,57,3,7929,5625,,1792,1578.249477999991,,,,,,,176,102,0,,,,,,,,,,,gutim,11466 +rst,271,71,4,7930,5625,,1792,1578.249477999991,,,,,,,176,102,0,,,,,,,,,,,gutim,11467 +nof,271,56,2,7928,5626,,1792,1578.6514779999911,,,,,,,144,68,0,,,,,,,,,,,gutim,11465 +non,271,72,2,7931,5626,3550,1888,1578.6514779999911,0.267857142857143,16,0,D4,p,11,144,62,11,,,,,,o,,,,,gutim,11468 +nof,271,72,2,7931,5627,,1888,1578.9194779999912,,,,,,,144,62,0,,,,,,,,,,,gutim,11468 +non,271,73,2,7932,5627,3551,1952,1578.9194779999912,0.401785714285714,16,1,C#3,p,11,144,49,11,,,,,,o,,,,,gutim,11469 +non,271,75,4,7933,5628,3552,1984,1579.0534779999912,0.133928571428571,32,0,Db2,ppp,5,144,37,5,,,,,,o,,,,,gutim,11470 +ped,271,74,0,7934,5628,,1984,1579.0534779999912,,,,,,,176,64,127,,,,,,,V,,,,gutim,11471 +nof,271,75,4,7933,5629,,1984,1579.1874779999912,,,,,,,144,37,0,,,,,,,,,,,gutim,11470 +non,271,76,4,7935,5629,3553,2016,1579.1874779999912,0.133928571428571,32,0,Db2,pp,8,144,37,8,,,,,,o,,,,,gutim,11472 +nof,271,73,2,7932,5630,,1952,1579.3214779999912,,,,,,,144,49,0,,,,,,,,,,,gutim,11469 +nof,271,76,4,7935,5631,,2016,1579.3214779999912,,,,,,,144,37,0,,,,,,,,,,,gutim,11472 +bar,272,0,0,7936,5631,,0,1579.3214779999912,,,,,,,,,,272,,,,,,,,,,gutim,11473 +non,272,1,1,7937,5631,3554,0,1579.3214779999912,0.133928571428571,32,0,E7,pp,8,144,100,8,,,,,,o,,d,,,gutim,11474 +non,272,2,3,7938,5631,3554,0,1579.3214779999912,0.535714285714286,8,0,Db2,p,11,144,37,11,,,,,,o,,d,,t,gutim,11475 +non,272,3,3,7939,5631,3554,0,1579.3214779999912,0.535714285714286,8,0,E3,p,11,144,52,11,,,,,,o,,d,,t,gutim,11476 +nof,272,1,1,7937,5632,,0,1579.4554779999912,,,,,,,144,100,0,,,,,,,,,,,gutim,11474 +non,272,4,1,7940,5632,3555,32,1579.4554779999912,0.133928571428571,32,0,Ab4,pp+,9,144,68,9,,,,,,o,,,,,gutim,11477 +nof,272,4,1,7940,5633,,32,1579.5884779999913,,,,,,,144,68,0,,,,,,,,,,,gutim,11477 +non,272,5,1,7941,5633,3556,64,1579.5884779999913,0.200892857142857,32,1,Bb3,p-,10,144,58,10,,,,,,o,,,,,gutim,11478 +nof,272,5,1,7941,5634,,64,1579.789477999991,,,,,,,144,58,0,,,,,,,,,,,gutim,11478 +non,272,6,1,7942,5634,3557,112,1579.789477999991,0.200892857142857,32,1,C7,p,11,144,96,11,,,,,,o,,,,,gutim,11479 +nof,272,2,3,7938,5635,,0,1579.856477999991,,,,,,,144,37,0,,,,,,,,,,,gutim,11475 +nof,272,3,3,7939,5635,,0,1579.856477999991,,,,,,,144,52,0,,,,,,,,,,,gutim,11476 +non,272,7,3,7943,5636,3558,128,1579.856477999991,0.267857142857143,16,0,E5,pp,8,144,76,8,,,,,,o,,,,,gutim,11480 +nof,272,6,1,7942,5637,,112,1579.990477999991,,,,,,,144,96,0,,,,,,,,,,,gutim,11479 +non,272,8,1,7944,5637,3559,160,1579.990477999991,0.133928571428571,32,0,Ab4,p+,12,144,68,12,,,,,,o,,,,,gutim,11481 +nof,272,7,3,7943,5638,,128,1580.124477999991,,,,,,,144,76,0,,,,,,,,,,,gutim,11480 +nof,272,8,1,7944,5639,,160,1580.124477999991,,,,,,,144,68,0,,,,,,,,,,,gutim,11481 +non,272,9,1,7945,5639,3560,192,1580.124477999991,0.133928571428571,32,0,Bb3,mp-,13,144,58,13,,,,,,o,,,,,gutim,11482 +non,272,10,3,7946,5639,3560,192,1580.124477999991,0.267857142857143,16,0,E6,pp,8,144,88,8,,,,,,o,,,,,gutim,11483 +nof,272,9,1,7945,5640,,192,1580.258477999991,,,,,,,144,58,0,,,,,,,,,,,gutim,11482 +ped,272,11,0,7947,5640,,224,1580.258477999991,,,,,,,176,64,0,,,,,,,^,,,,gutim,11471 +non,272,12,1,7948,5640,3561,224,1580.258477999991,0.133928571428571,32,0,C7,mp,14,144,96,14,,,,,,o,,,,,gutim,11484 +nof,272,10,3,7946,5641,,192,1580.3924779999911,,,,,,,144,88,0,,,,,,,,,,,gutim,11483 +nof,272,12,1,7948,5642,,224,1580.3924779999911,,,,,,,144,96,0,,,,,,,,,,,gutim,11484 +non,272,13,1,7949,5642,3562,256,1580.3924779999911,0.087890625,32,0,E4,ppp,5,144,64,5,,,,,,o,,d,,,gutim,11485 +non,272,14,3,7950,5642,3562,256,1580.3924779999911,0.17578125,16,0,G#2,p,11,144,44,11,,,,,,o,,d,,t,gutim,11486 +non,272,15,3,7951,5642,3562,256,1580.3924779999911,0.267857142857143,16,0,F3,p,11,144,53,11,,,,,t,o,,d,,t,gutim,11487 +nof,272,13,1,7949,5643,,256,1580.480477999991,,,,,,,144,64,0,,,,,,,,,,,gutim,11485 +non,272,16,1,7952,5643,3563,277,1580.480477999991,0.087890625,32,0,F#5,ppp,5,144,78,5,,,,,,o,,,,,gutim,11488 +nof,272,14,3,7950,5644,,256,1580.568477999991,,,,,,,144,44,0,,,,,,,,,,,gutim,11486 +nof,272,16,1,7952,5644,,277,1580.568477999991,,,,,,,144,78,0,,,,,,,,,,,gutim,11488 +non,272,17,1,7953,5644,3564,298,1580.568477999991,0.0920758928571429,32,0,C5,ppp+,6,144,72,6,,,,,,o,,,,,gutim,11489 +non,272,18,3,7954,5644,,298,1580.568477999991,0.535714285714286,8,1,F3,,,,,,,,,,T,,,,,,gutim,11490 +nof,272,17,1,7953,5645,,298,1580.6604779999911,,,,,,,144,72,0,,,,,,,,,,,gutim,11489 +non,272,19,1,7955,5645,3565,320,1580.6604779999911,0.133928571428571,32,0,E4,ppp+,6,144,64,6,,,,,,o,,,,,gutim,11491 +nof,272,19,1,7955,5646,,320,1580.7944779999912,,,,,,,144,64,0,,,,,,,,,,,gutim,11491 +non,272,20,1,7956,5646,3566,352,1580.7944779999912,0.133928571428571,32,0,C5,pp-,7,144,72,7,,,,,,o,,,,,gutim,11492 +nof,272,20,1,7956,5647,,352,1580.9284779999912,,,,,,,144,72,0,,,,,,,,,,,gutim,11492 +non,272,21,1,7957,5647,3567,384,1580.9284779999912,0.17578125,16,0,F#5,pp,8,144,78,8,,,,,,o,,,,,gutim,11493 +nof,272,21,1,7957,5648,,384,1581.104477999991,,,,,,,144,78,0,,,,,,,,,,,gutim,11493 +non,272,23,1,7958,5648,3568,426,1581.104477999991,0.359933035714286,8,0,E5,pp,8,144,76,8,,,,,t,o,,,,,gutim,11494 +non,272,24,1,7959,5648,3568,426,1581.104477999991,0.535714285714286,8,0,G#5,pp,8,144,80,8,,,,,t,o,,,,,gutim,11495 +non,272,25,3,7960,5648,3568,426,1581.104477999991,0.359933035714286,8,0,C3,p,11,144,48,11,,,,,,o,,,,,gutim,11496 +ped,272,22,0,7961,5648,,426,1581.104477999991,,,,,,,176,64,127,,,,,,,V,,,,gutim,11497 +nof,272,15,3,7951,5649,,256,1581.1964779999912,,,,,,,144,53,0,,,,,,,,,,,gutim,11487 +nof,272,25,3,7960,5650,,426,1581.4634779999913,,,,,,,144,48,0,,,,,,,,,,,gutim,11496 +non,272,26,1,7962,5650,,512,1581.4634779999913,0.711495535714286,4,0,E5,,,,,,,,,,T,,,,,,gutim,11498 +non,272,27,1,7963,5650,,512,1581.4634779999913,1.07142857142857,4,0,G#5,,,,,,,,,,T,,,,,,gutim,11499 +non,272,28,3,7964,5650,3569,512,1581.4634779999913,0.133928571428571,32,1,C#2,p,11,144,37,11,,,,,,o,,d,,t,gutim,11500 +nof,272,28,3,7964,5651,,512,1581.597477999991,,,,,,,144,37,0,,,,,,,,,,,gutim,11500 +non,272,29,3,7965,5651,3570,544,1581.597477999991,0.133928571428571,32,1,A2,p,11,144,45,11,,,,,,o,,,,,gutim,11501 +nof,272,29,3,7965,5652,,544,1581.731477999991,,,,,,,144,45,0,,,,,,,,,,,gutim,11501 +non,272,30,3,7966,5652,3571,576,1581.731477999991,0.087890625,32,0,B1,p,11,144,35,11,,,,,,o,,,,,gutim,11502 +nof,272,30,3,7966,5653,,576,1581.8194779999912,,,,,,,144,35,0,,,,,,,,,,,gutim,11502 +non,272,31,3,7967,5653,3572,597,1581.8194779999912,0.087890625,32,0,F2,p,11,144,41,11,,,,,,o,,,,,gutim,11503 +nof,272,31,3,7967,5654,,597,1581.9074779999912,,,,,,,144,41,0,,,,,,,,,,,gutim,11503 +non,272,32,3,7968,5654,3573,618,1581.9074779999912,0.0920758928571429,32,0,B1,p,11,144,35,11,,,,,,o,,,,,gutim,11504 +non,272,33,3,7969,5654,3573,618,1581.9074779999912,0.133928571428571,32,0,C#2,p,11,144,37,11,,,,,,o,,,,,gutim,11505 +nof,272,32,3,7968,5655,,618,1581.999477999991,,,,,,,144,35,0,,,,,,,,,,,gutim,11504 +non,272,34,3,7970,5655,3574,640,1581.999477999991,0.17578125,16,0,F2,p,11,144,41,11,,,,,,o,,,,,gutim,11506 +nof,272,33,3,7969,5656,,618,1582.0414779999912,,,,,,,144,37,0,,,,,,,,,,,gutim,11505 +nof,272,23,1,7958,5657,,426,1582.1754779999912,,,,,,,144,76,0,,,,,,,,,,,gutim,11494 +nof,272,34,3,7970,5657,,640,1582.1754779999912,,,,,,,144,41,0,,,,,,,,,,,gutim,11506 +ped,272,35,0,7971,5657,,682,1582.1754779999912,,,,,,,176,64,0,,,,,,,^,,,,gutim,11497 +non,272,36,1,7972,5657,3575,682,1582.1754779999912,0.359933035714286,8,0,E5,mf,17,144,76,17,,,,,,o,,,,,gutim,11507 +non,272,37,1,7973,5657,3575,682,1582.1754779999912,0.535714285714286,8,0,G#5,mf,17,144,80,17,,,,,,o,,,,,gutim,11508 +non,272,38,1,7974,5657,3575,682,1582.1754779999912,0.535714285714286,8,0,A5,mf,17,144,81,17,,,,,,o,,,,,gutim,11509 +non,272,39,3,7975,5657,3575,682,1582.1754779999912,0.359933035714286,8,0,C3,mf,17,144,48,17,,,,,,o,,,,,gutim,11510 +non,272,40,3,7976,5657,3575,682,1582.1754779999912,0.535714285714286,8,0,F#3,mf,17,144,54,17,,,,,,o,,,,,gutim,11511 +nof,272,36,1,7972,5658,,682,1582.5354779999911,,,,,,,144,76,0,,,,,,,,,,,gutim,11507 +nof,272,39,3,7975,5658,,682,1582.5354779999911,,,,,,,144,48,0,,,,,,,,,,,gutim,11510 +non,272,41,1,7977,5658,3576,768,1582.5354779999911,1.07142857142857,4,0,Bb3,pp,8,144,58,8,,,,,,o,,d,,t,gutim,11512 +non,272,42,1,7978,5658,3576,768,1582.5354779999911,1.07142857142857,4,0,Ab4,pp,8,144,68,8,,,,,,o,,d,,t,gutim,11513 +non,272,43,1,7979,5658,3576,768,1582.5354779999911,1.07142857142857,4,0,C7,pp,8,144,96,8,,,,,,o,,d,,t,gutim,11514 +non,272,44,1,7980,5658,3576,768,1582.5354779999911,1.07142857142857,4,0,E7,pp,8,144,100,8,,,,,,o,,d,,t,gutim,11515 +rst,272,45,3,7981,5658,,768,1582.5354779999911,,,,,,,176,102,0,,,,,,,,,,,gutim,11516 +nof,272,24,1,7959,5659,,426,1582.711477999991,,,,,,,144,80,0,,,,,,,,,,,gutim,11508 +nof,272,37,1,7973,5659,,682,1582.711477999991,,,,,,,144,80,0,,,,,,,,,,,gutim,11517 +nof,272,38,1,7974,5659,,682,1582.711477999991,,,,,,,144,81,0,,,,,,,,,,,gutim,11509 +nof,272,40,3,7976,5659,,682,1582.711477999991,,,,,,,144,54,0,,,,,,,,,,,gutim,11511 +non,272,46,3,7982,5660,3577,853,1582.8914779999911,0.087890625,32,0,F#2,pp,8,144,42,8,,,,,,o,,,,,gutim,11518 +nof,272,46,3,7982,5661,,853,1582.979477999991,,,,,,,144,42,0,,,,,,,,,,,gutim,11518 +non,272,47,3,7983,5661,3578,874,1582.979477999991,0.0920758928571429,32,0,G#5,pp+,9,144,80,9,,,,,,o,,,,,gutim,11519 +nof,272,47,3,7983,5662,,874,1583.0714779999912,,,,,,,144,80,0,,,,,,,,,,,gutim,11519 +non,272,48,3,7984,5662,3579,896,1583.0714779999912,0.087890625,32,0,A5,p,11,144,81,11,,,,,,o,,,,,gutim,11520 +nof,272,48,3,7984,5663,,896,1583.1594779999912,,,,,,,144,81,0,,,,,,,,,,,gutim,11520 +non,272,49,3,7985,5663,3580,917,1583.1594779999912,0.087890625,32,0,C2,p+,12,144,36,12,,,,,,o,,,,,gutim,11521 +nof,272,49,3,7985,5664,,917,1583.2464779999912,,,,,,,144,36,0,,,,,,,,,,,gutim,11521 +non,272,50,3,7986,5664,3581,938,1583.2464779999912,0.0920758928571429,32,0,E4,mp,14,144,64,14,,,,,,o,,,,,gutim,11522 +nof,272,50,3,7986,5665,,938,1583.3384779999913,,,,,,,144,64,0,,,,,,,,,,,gutim,11522 +non,272,51,3,7987,5665,3582,960,1583.3384779999913,0.087890625,32,0,F#2,mf-,16,144,42,16,,,,,,o,,,,,gutim,11523 +nof,272,42,1,7978,5666,,768,1583.4264779999912,,,,,,,144,68,0,,,,,,,,,,,gutim,11513 +nof,272,51,3,7987,5666,,960,1583.4264779999912,,,,,,,144,42,0,,,,,,,,,,,gutim,11523 +non,272,52,3,7988,5666,3583,981,1583.4264779999912,0.179966517857143,16,0,G#4,mf,17,144,68,17,,,,,,o,,,,,gutim,11524 +non,272,54,1,7989,5667,3584,1024,1583.606477999991,0.133928571428571,32,0,E6,pp,8,144,88,8,,,,,,o,,d,,t,gutim,11525 +rst,272,55,3,7990,5667,,1024,1583.606477999991,,,,,,,176,102,0,,,,,,,,,,,gutim,11526 +ped,272,53,0,7991,5667,,1024,1583.606477999991,,,,,,,176,64,127,,,,,,,V,,,,gutim,11527 +nof,272,41,1,7977,5668,,768,1583.606477999991,,,,,,,144,58,0,,,,,,,,,,,gutim,11512 +nof,272,43,1,7979,5668,,768,1583.606477999991,,,,,,,144,96,0,,,,,,,,,,,gutim,11514 +nof,272,44,1,7980,5668,,768,1583.606477999991,,,,,,,144,100,0,,,,,,,,,,,gutim,11515 +nof,272,52,3,7988,5668,,981,1583.606477999991,,,,,,,144,68,0,,,,,,,,,,,gutim,11524 +nof,272,54,1,7989,5669,,1024,1583.740477999991,,,,,,,144,88,0,,,,,,,,,,,gutim,11525 +non,272,56,1,7992,5669,3585,1056,1583.740477999991,0.133928571428571,32,0,Ab3,pp+,9,144,56,9,,,,,,o,,,,,gutim,11528 +nof,272,56,1,7992,5670,,1056,1583.874477999991,,,,,,,144,56,0,,,,,,,,,,,gutim,11528 +non,272,57,1,7993,5670,3586,1088,1583.874477999991,0.200892857142857,32,1,Bb2,p-,10,144,46,10,,,,,,o,,,,,gutim,11529 +nof,272,57,1,7993,5671,,1088,1584.075477999991,,,,,,,144,46,0,,,,,,,,,,,gutim,11529 +non,272,58,1,7994,5671,3587,1136,1584.075477999991,0.200892857142857,32,1,C6,p,11,144,84,11,,,,,,o,,,,,gutim,11530 +nof,272,58,1,7994,5672,,1136,1584.2764779999911,,,,,,,144,84,0,,,,,,,,,,,gutim,11530 +non,272,59,1,7995,5672,3588,1184,1584.2764779999911,0.133928571428571,32,0,Ab3,p+,12,144,56,12,,,,,,o,,,,,gutim,11531 +nof,272,59,1,7995,5673,,1184,1584.4104779999911,,,,,,,144,56,0,,,,,,,,,,,gutim,11531 +non,272,60,1,7996,5673,3589,1216,1584.4104779999911,0.133928571428571,32,0,Bb2,mp-,13,144,46,13,,,,,,o,,,,,gutim,11532 +ped,272,61,0,7997,5674,,1248,1584.461477999991,,,,,,,176,64,0,,,,,,,^,,,,gutim,11527 +nof,272,60,1,7996,5675,,1216,1584.5444779999912,,,,,,,144,46,0,,,,,,,,,,,gutim,11532 +non,272,62,1,7998,5675,3590,1248,1584.5444779999912,0.133928571428571,32,0,C6,mp,14,144,84,14,,,,,,o,,,,,gutim,11533 +nof,272,62,1,7998,5676,,1248,1584.6784779999912,,,,,,,144,84,0,,,,,,,,,,,gutim,11533 +bar,273,0,0,7999,5676,,0,1584.6784779999912,,,,,,,,,,273,,,,,,,,,,gutim,11534 +non,273,2,1,8000,5676,3591,0,1584.6784779999912,1.07142857142857,4,0,A4,mf,17,144,69,17,,,,,,o,,d,,t 5999,gutim,11535 +rst,273,3,2,8001,5676,,0,1584.6784779999912,,,,,,,176,102,0,,,,,,,,,,,gutim,11536 +non,273,4,3,8002,5676,3591,0,1584.6784779999912,0.133928571428571,32,1,C#1,mf,17,144,25,17,,,,,,o,,d,,,gutim,11537 +rst,273,5,4,8003,5676,,0,1584.6784779999912,,,,,,,176,102,0,,,,,,,,,,,gutim,11538 +ped,273,1,0,8004,5677,,0,1584.7614779999913,,,,,,,176,64,127,,,,,,,V,,,,gutim,11539 +nof,273,4,3,8002,5678,,0,1584.8124779999912,,,,,,,144,25,0,,,,,,,,,,,gutim,11537 +non,273,6,3,8005,5678,3592,32,1584.8124779999912,0.133928571428571,32,1,A3,mf-,16,144,57,16,,,,,,o,,,,,gutim,11540 +nof,273,6,3,8005,5679,,32,1584.9464779999912,,,,,,,144,57,0,,,,,,,,,,,gutim,11540 +non,273,7,3,8006,5679,3593,64,1584.9464779999912,0.087890625,32,0,B0,mp,14,144,23,14,,,,,,o,,,e,,gutim,11541 +nof,273,7,3,8006,5680,,64,1585.0344779999912,,,,,,,144,23,0,,,,,,,,,,,gutim,11541 +non,273,8,3,8007,5680,3594,85,1585.0344779999912,0.087890625,32,0,F2,mp-,13,144,41,13,,,,,,o,,,e,,gutim,11542 +nof,273,8,3,8007,5681,,85,1585.1214779999912,,,,,,,144,41,0,,,,,,,,,,,gutim,11542 +non,273,9,3,8008,5681,3595,106,1585.1214779999912,0.0920758928571429,32,0,B0,mp-,13,144,23,13,,,,,,o,,,e,,gutim,11543 +non,273,10,3,8009,5681,3595,106,1585.1214779999912,0.133928571428571,32,0,C#1,mp-,13,144,25,13,,,,,,o,,,e,,gutim,11544 +nof,273,9,3,8008,5682,,106,1585.2134779999913,,,,,,,144,23,0,,,,,,,,,,,gutim,11543 +non,273,11,3,8010,5682,3596,128,1585.2134779999913,0.087890625,32,0,F1,p+,12,144,29,12,,,,,,o,,,e,,gutim,11545 +nof,273,10,3,8009,5683,,106,1585.2554779999912,,,,,,,144,25,0,,,,,,,,,,,gutim,11544 +nof,273,11,3,8010,5684,,128,1585.3014779999912,,,,,,,144,29,0,,,,,,,,,,,gutim,11545 +non,273,12,3,8011,5684,3597,149,1585.3014779999912,0.087890625,32,0,B0,p,11,144,23,11,,,,,,o,,,e,,gutim,11546 +nof,273,12,3,8011,5685,,149,1585.3894779999912,,,,,,,144,23,0,,,,,,,,,,,gutim,11546 +non,273,13,3,8012,5685,3598,170,1585.3894779999912,0.0920758928571429,32,0,A2,p-,10,144,45,10,,,,,,o,,,e,,gutim,11547 +nof,273,13,3,8012,5686,,170,1585.481477999991,,,,,,,144,45,0,,,,,,,,,,,gutim,11547 +non,273,14,3,8013,5686,3599,192,1585.481477999991,0.087890625,32,0,F1,pp+,9,144,29,9,,,,,,o,,,e,,gutim,11548 +nof,273,14,3,8013,5687,,192,1585.5694779999912,,,,,,,144,29,0,,,,,,,,,,,gutim,11548 +non,273,15,3,8014,5687,3600,213,1585.5694779999912,0.179966517857143,16,0,B0,pp,8,144,23,8,,,,,t,o,,d,E,,gutim,11549 +nof,273,2,1,8000,5688,,0,1585.749477999991,,,,,,,144,69,0,,,,,,,,,,,gutim,11535 +rst,273,16,1,8015,5688,,256,1585.749477999991,,,,,,,176,102,0,,,,,,,,,,,gutim,11550 +non,273,17,3,8016,5688,,256,1585.749477999991,1.07142857142857,4,0,B0,,,,,,,,,,_,,,,,,gutim,11551 +rst,273,18,1,8017,5689,,512,1586.8214779999912,,,,,,,176,102,0,,,,,,,,,,,gutim,11552 +non,273,19,3,8018,5689,,512,1586.8214779999912,0.711495535714286,4,0,B0,,,,,,,,,,T,,,,,,gutim,11553 +nof,273,15,3,8014,5690,,213,1587.5324779999912,,,,,,,144,23,0,,,,,,,,,,,gutim,11549 +ped,273,20,0,8019,5690,,682,1587.5324779999912,,,,,,,176,64,0,,,,,,,^,,,,gutim,11539 +non,273,21,3,8020,5690,3601,682,1587.5324779999912,0.359933035714286,8,0,B0,p,11,144,23,11,,,,,,o,,d,,,gutim,11554 +non,273,22,3,8021,5690,3601,682,1587.5324779999912,0.535714285714286,8,0,C#1,p,11,144,25,11,,,,,,o,,d,,,gutim,11555 +non,273,23,3,8022,5690,3601,682,1587.5324779999912,0.535714285714286,8,0,F1,p,11,144,29,11,,,,,,o,,d,,,gutim,11556 +non,273,24,3,8023,5690,3601,682,1587.5324779999912,0.535714285714286,8,0,A2,p,11,144,45,11,,,,,,o,,d,,,gutim,11557 +non,273,25,1,8024,5691,3602,704,1587.624477999991,0.087890625,32,0,E4,ppp,5,144,64,5,,,,,,o,,d,,,gutim,11558 +nof,273,25,1,8024,5692,,704,1587.712477999991,,,,,,,144,64,0,,,,,,,,,,,gutim,11558 +non,273,26,1,8025,5692,3603,725,1587.712477999991,0.087890625,32,0,F#5,ppp,5,144,78,5,,,,,,o,,d,,,gutim,11559 +nof,273,26,1,8025,5693,,725,1587.8004779999912,,,,,,,144,78,0,,,,,,,,,,,gutim,11559 +non,273,27,1,8026,5693,3604,746,1587.8004779999912,0.0920758928571429,32,0,C5,ppp,5,144,72,5,,,,,,o,,d,,,gutim,11560 +nof,273,21,3,8020,5694,,682,1587.8924779999911,,,,,,,144,23,0,,,,,,,,,,,gutim,11554 +nof,273,27,1,8026,5694,,746,1587.8924779999911,,,,,,,144,72,0,,,,,,,,,,,gutim,11560 +non,273,28,1,8027,5694,3605,768,1587.8924779999911,0.159040178571429,32,1,Ab6,pp,8,144,92,8,,,,,,o,,d,,,gutim,11561 +rst,273,29,2,8028,5694,,768,1587.8924779999911,,,,,,,176,102,0,,,,,,,,,,,gutim,11562 +non,273,30,3,8029,5694,3605,768,1587.8924779999911,1.07142857142857,4,0,Eb4,p,11,144,63,11,,,,,,o,,d,,,gutim,11563 +non,273,31,3,8030,5694,3605,768,1587.8924779999911,1.07142857142857,4,0,F5,p,11,144,77,11,,,,,,o,,d 5999,,,gutim,11564 +rst,273,32,4,8031,5694,,768,1587.8924779999911,,,,,,,176,102,0,,,,,,,,,,,gutim,11565 +nof,273,28,1,8027,5695,,768,1588.0514779999912,,,,,,,144,92,0,,,,,,,,,,,gutim,11561 +non,273,34,1,8032,5695,3606,806,1588.0514779999912,0.108816964285714,32,0,E5,pp+,9,144,76,9,,,,,,o,,,,,gutim,11566 +ped,273,33,0,8033,5695,,806,1588.0514779999912,,,,,,,176,64,127,,,,,,,V,,,,gutim,11567 +nof,273,22,3,8021,5696,,682,1588.068477999991,,,,,,,144,25,0,,,,,,,,,,,gutim,11555 +nof,273,23,3,8022,5696,,682,1588.068477999991,,,,,,,144,29,0,,,,,,,,,,,gutim,11556 +nof,273,24,3,8023,5696,,682,1588.068477999991,,,,,,,144,45,0,,,,,,,,,,,gutim,11557 +nof,273,34,1,8032,5697,,806,1588.1604779999911,,,,,,,144,76,0,,,,,,,,,,,gutim,11566 +non,273,35,1,8034,5697,3607,832,1588.1604779999911,0.159040178571429,32,1,Ab6,pp+,9,144,92,9,,,,,,o,,,,,gutim,11568 +nof,273,35,1,8034,5698,,832,1588.3194779999912,,,,,,,144,92,0,,,,,,,,,,,gutim,11568 +non,273,36,1,8035,5698,3608,870,1588.3194779999912,0.108816964285714,32,0,E4,p-,10,144,64,10,,,,,,o,,,,,gutim,11569 +nof,273,36,1,8035,5699,,870,1588.4284779999912,,,,,,,144,64,0,,,,,,,,,,,gutim,11569 +non,273,37,1,8036,5699,3609,896,1588.4284779999912,0.0502232142857143,64,0,C6,p-,10,144,84,10,,,,,,o,,,e,,gutim,11570 +nof,273,37,1,8036,5700,,896,1588.4784779999911,,,,,,,144,84,0,,,,,,,,,,,gutim,11570 +non,273,38,1,8037,5700,3610,908,1588.4784779999911,0.0544084821428571,64,0,D7,p-,10,144,98,10,,,,,,o,,,e,,gutim,11571 +nof,273,38,1,8037,5701,,908,1588.5324779999912,,,,,,,144,98,0,,,,,,,,,,,gutim,11571 +non,273,39,1,8038,5701,3611,921,1588.5324779999912,0.0544084821428571,64,0,C6,p-,10,144,84,10,,,,,,o,,,e,,gutim,11572 +nof,273,39,1,8038,5702,,921,1588.587477999991,,,,,,,144,84,0,,,,,,,,,,,gutim,11572 +non,273,40,1,8039,5702,3612,934,1588.587477999991,0.0544084821428571,64,0,D7,p,11,144,98,11,,,,,,o,,,e,,gutim,11573 +nof,273,40,1,8039,5703,,934,1588.6414779999911,,,,,,,144,98,0,,,,,,,,,,,gutim,11573 +non,273,41,1,8040,5703,3613,947,1588.6414779999911,0.0544084821428571,64,0,C6,p,11,144,84,11,,,,,,o,,,e,,gutim,11574 +nof,273,41,1,8040,5704,,947,1588.6964779999912,,,,,,,144,84,0,,,,,,,,,,,gutim,11574 +non,273,42,1,8041,5704,3614,960,1588.6964779999912,0.0502232142857143,64,0,Db5,p,11,144,73,11,,,,,,o,,,e,,gutim,11575 +nof,273,42,1,8041,5705,,960,1588.7464779999912,,,,,,,144,73,0,,,,,,,,,,,gutim,11575 +non,273,43,1,8042,5705,3615,972,1588.7464779999912,0.108816964285714,32,0,Ab6,p,11,144,92,11,,,,,,o,,,E 5999,,gutim,11576 +nof,273,43,1,8042,5706,,972,1588.855477999991,,,,,,,144,92,0,,,,,,,,,,,gutim,11576 +non,273,44,1,8043,5706,3616,998,1588.855477999991,0.108816964285714,32,0,E4,p+,12,144,64,12,,,,,,o,,,,,gutim,11577 +nof,273,30,3,8029,5707,,768,1588.9634779999913,,,,,,,144,63,0,,,,,,,,,,,gutim,11563 +nof,273,31,3,8030,5707,,768,1588.9634779999913,,,,,,,144,77,0,,,,,,,,,,,gutim,11564 +nof,273,44,1,8043,5708,,998,1588.9634779999913,,,,,,,144,64,0,,,,,,,,,,,gutim,11577 +non,273,45,1,8044,5708,3617,1024,1588.9634779999913,0.104631696428571,32,0,D7,p+,12,144,98,12,,,,,,o,,,,,gutim,11578 +rst,273,46,2,8045,5708,,1024,1588.9634779999913,,,,,,,176,102,0,,,,,,,,,,,gutim,11579 +rst,273,47,3,8046,5708,,1024,1588.9634779999913,,,,,,,176,102,0,,,,,,,,,,,gutim,11580 +rst,273,48,4,8047,5708,,1024,1588.9634779999913,,,,,,,176,102,0,,,,,,,,,,,gutim,11581 +nof,273,45,1,8044,5709,,1024,1589.068477999991,,,,,,,144,98,0,,,,,,,,,,,gutim,11578 +non,273,49,1,8048,5709,3618,1049,1589.068477999991,0.108816964285714,32,0,C6,p+,12,144,84,12,,,,,,o,,,,,gutim,11582 +nof,273,49,1,8048,5710,,1049,1589.1774779999912,,,,,,,144,84,0,,,,,,,,,,,gutim,11582 +non,273,50,1,8049,5710,3619,1075,1589.1774779999912,0.104631696428571,32,0,D7,p+,12,144,98,12,,,,,,o,,,,,gutim,11583 +nof,273,50,1,8049,5711,,1075,1589.2824779999912,,,,,,,144,98,0,,,,,,,,,,,gutim,11583 +non,273,51,1,8050,5711,3620,1100,1589.2824779999912,0.217633928571429,16,0,C6,p+,12,144,84,12,,,,,,o,,,,,gutim,11584 +nof,273,51,1,8050,5712,,1100,1589.499477999991,,,,,,,144,84,0,,,,,,,,,,,gutim,11584 +ped,273,52,0,8051,5712,,1152,1589.499477999991,,,,,,,176,64,0,,,,,,,^,,,,gutim,11567 +non,273,53,1,8052,5712,3621,1152,1589.499477999991,0.535714285714286,8,0,E4,ff,22,144,64,22,,,,,,o,,,,,gutim,11585 +non,273,54,1,8053,5712,3621,1152,1589.499477999991,0.535714285714286,8,0,G#4,ff,22,144,68,22,,,,,,o,,,,,gutim,11586 +non,273,55,1,8054,5712,3621,1152,1589.499477999991,0.535714285714286,8,0,A4,ff,22,144,69,22,,,,,,o,,,,,gutim,11587 +non,273,56,2,8055,5712,3621,1152,1589.499477999991,0.535714285714286,8,0,Ab3,mp,14,144,56,14,,,,,,o,,,,,gutim,11588 +non,273,57,2,8056,5712,3621,1152,1589.499477999991,0.535714285714286,8,0,C4,mp,14,144,60,14,,,,,,o,,,,,gutim,11589 +non,273,58,3,8057,5712,3621,1152,1589.499477999991,0.535714285714286,8,0,C1,ff,22,144,24,22,,,,,,o,,,,,gutim,11590 +non,273,59,3,8058,5712,3621,1152,1589.499477999991,0.535714285714286,8,0,Gb1,ff,22,144,30,22,,,,,,o,,,,,gutim,11591 +non,273,60,4,8059,5712,3621,1152,1589.499477999991,0.535714285714286,8,0,B0,pp,8,144,23,8,,,,,,o,,,,,gutim,11592 +non,273,61,4,8060,5712,3621,1152,1589.499477999991,0.535714285714286,8,0,Db1,pp,8,144,25,8,,,,,,o,,,,,gutim,11593 +non,273,62,4,8061,5712,3621,1152,1589.499477999991,0.535714285714286,8,0,F1,pp,8,144,29,8,,,,,,o,,,,,gutim,11594 +nof,273,53,1,8052,5713,,1152,1590.0354779999911,,,,,,,144,64,0,,,,,,,,,,,gutim,11585 +nof,273,54,1,8053,5713,,1152,1590.0354779999911,,,,,,,144,68,0,,,,,,,,,,,gutim,11586 +nof,273,55,1,8054,5713,,1152,1590.0354779999911,,,,,,,144,69,0,,,,,,,,,,,gutim,11587 +nof,273,56,2,8055,5713,,1152,1590.0354779999911,,,,,,,144,56,0,,,,,,,,,,,gutim,11588 +nof,273,57,2,8056,5713,,1152,1590.0354779999911,,,,,,,144,60,0,,,,,,,,,,,gutim,11589 +nof,273,58,3,8057,5713,,1152,1590.0354779999911,,,,,,,144,24,0,,,,,,,,,,,gutim,11590 +nof,273,59,3,8058,5713,,1152,1590.0354779999911,,,,,,,144,30,0,,,,,,,,,,,gutim,11591 +nof,273,60,4,8059,5713,,1152,1590.0354779999911,,,,,,,144,23,0,,,,,,,,,,,gutim,11592 +nof,273,61,4,8060,5713,,1152,1590.0354779999911,,,,,,,144,25,0,,,,,,,,,,,gutim,11593 +nof,273,62,4,8061,5713,,1152,1590.0354779999911,,,,,,,144,29,0,,,,,,,,,,,gutim,11594 +bar,274,0,0,8062,5713,,0,1590.0354779999911,,,,,,,,,,274,,,,,,,,,,gutim,11595 +rst,274,1,1,8063,5713,,0,1590.0354779999911,,,,,,,176,102,0,,,,,,,,,,,gutim,11596 +rst,274,2,3,8064,5713,,0,1590.0354779999911,,,,,,,176,102,0,,,,,,,,,,,gutim,11597 +sec,274,3,0,8065,5714,,0,1590.335477999991,,,,,,,,,,,5999,,,,,,,,,gutim,11598 +non,274,4,1,8066,5715,3622,384,1591.942477999991,0.087890625,32,0,E4,ppp,5,144,64,5,,,,,,o,,,,,gutim,11599 +nof,274,4,1,8066,5716,,384,1592.0304779999913,,,,,,,144,64,0,,,,,,,,,,,gutim,11599 +non,274,5,1,8067,5716,3623,405,1592.0304779999913,0.087890625,32,0,F#5,ppp+,6,144,78,6,,,,,,o,,,,,gutim,11600 +nof,274,5,1,8067,5717,,405,1592.1184779999912,,,,,,,144,78,0,,,,,,,,,,,gutim,11600 +non,274,6,1,8068,5717,3624,426,1592.1184779999912,0.0920758928571429,32,0,C5,ppp+,6,144,72,6,,,,,,o,,,,,gutim,11601 +nof,274,6,1,8068,5718,,426,1592.210477999991,,,,,,,144,72,0,,,,,,,,,,,gutim,11601 +non,274,7,1,8069,5718,3625,448,1592.210477999991,0.087890625,32,0,F#5,pp-,7,144,78,7,,,,,,o,,,,,gutim,11602 +nof,274,7,1,8069,5719,,448,1592.298477999991,,,,,,,144,78,0,,,,,,,,,,,gutim,11602 +non,274,8,1,8070,5719,3626,469,1592.298477999991,0.087890625,32,0,C5,pp,8,144,72,8,,,,,,o,,,,,gutim,11603 +nof,274,8,1,8070,5720,,469,1592.3864779999913,,,,,,,144,72,0,,,,,,,,,,,gutim,11603 +non,274,9,1,8071,5720,3627,490,1592.3864779999913,0.0920758928571429,32,0,F#5,pp,8,144,78,8,,,,,,o,,,,,gutim,11604 +nof,274,9,1,8071,5721,,490,1592.4784779999911,,,,,,,144,78,0,,,,,,,,,,,gutim,11604 +non,274,10,1,8072,5721,3628,512,1592.4784779999911,0.17578125,16,0,F5,pp+,9,144,77,9,,,,,,o,,,,,gutim,11605 +rst,274,11,3,8073,5721,,512,1592.4784779999911,,,,,,,176,102,0,,,,,,,,,,,gutim,11606 +nof,274,10,1,8072,5722,,512,1592.654477999991,,,,,,,144,77,0,,,,,,,,,,,gutim,11605 +non,274,12,1,8074,5722,3629,554,1592.654477999991,0.359933035714286,8,0,Ab4,pp+,9,144,68,9,,,,,,o,,,,,gutim,11607 +nof,274,12,1,8074,5723,,554,1593.0134779999912,,,,,,,144,68,0,,,,,,,,,,,gutim,11607 +non,274,13,1,8075,5723,3630,640,1593.0134779999912,1.60714285714286,4,1,Bb2,pp,8,144,46,8,,,,,,o,,,,,gutim,11608 +non,274,14,1,8076,5723,3630,640,1593.0134779999912,1.07142857142857,4,1,Ab3,pp,8,144,56,8,,,,,,o,,,,,gutim,11609 +non,274,15,1,8077,5723,3630,640,1593.0134779999912,1.07142857142857,4,1,C4,pp,8,144,60,8,,,,,,o,,,,,gutim,11610 +non,274,16,3,8078,5723,3630,640,1593.0134779999912,1.60714285714286,4,1,B0,pp,8,144,23,8,,,,,,o,,,,,gutim,11611 +non,274,17,3,8079,5723,3630,640,1593.0134779999912,1.07142857142857,4,1,Db1,pp,8,144,25,8,,,,,,o,,,,,gutim,11612 +non,274,18,3,8080,5723,3630,640,1593.0134779999912,1.07142857142857,4,1,F1,pp,8,144,29,8,,,,,,o,,,,,gutim,11613 +nof,274,14,1,8076,5724,,640,1594.085477999991,,,,,,,144,56,0,,,,,,,,,,,gutim,11609 +nof,274,15,1,8077,5724,,640,1594.085477999991,,,,,,,144,60,0,,,,,,,,,,,gutim,11610 +nof,274,17,3,8079,5724,,640,1594.085477999991,,,,,,,144,25,0,,,,,,,,,,,gutim,11612 +nof,274,18,3,8080,5724,,640,1594.085477999991,,,,,,,144,29,0,,,,,,,,,,,gutim,11613 +nof,274,13,1,8075,5725,,640,1594.6214779999912,,,,,,,144,46,0,,,,,,,,,,,gutim,11608 +nof,274,16,3,8078,5725,,640,1594.6214779999912,,,,,,,144,23,0,,,,,,,,,,,gutim,11611 +non,274,19,1,8081,5725,3631,1024,1594.6214779999912,0.535714285714286,8,0,Bb2,p,11,144,46,11,,,,,,o,,,,,gutim,11614 +non,274,20,1,8082,5725,3631,1024,1594.6214779999912,0.535714285714286,8,0,Ab3,p,11,144,56,11,,,,,,o,,,,,gutim,11615 +non,274,21,1,8083,5725,3631,1024,1594.6214779999912,0.535714285714286,8,0,C4,p,11,144,60,11,,,,,,o,,,,,gutim,11616 +non,274,22,3,8084,5725,3631,1024,1594.6214779999912,0.535714285714286,8,0,B0,ppp,5,144,23,5,,,,,,o,,,,,gutim,11617 +non,274,23,3,8085,5725,3631,1024,1594.6214779999912,0.535714285714286,8,0,Db1,ppp,5,144,25,5,,,,,,o,,,,,gutim,11618 +non,274,24,3,8086,5725,3631,1024,1594.6214779999912,0.535714285714286,8,0,F1,ppp,5,144,29,5,,,,,,o,,,,,gutim,11619 +nof,274,19,1,8081,5726,,1024,1595.1564779999912,,,,,,,144,46,0,,,,,,,,,,,gutim,11614 +nof,274,20,1,8082,5726,,1024,1595.1564779999912,,,,,,,144,56,0,,,,,,,,,,,gutim,11615 +nof,274,21,1,8083,5726,,1024,1595.1564779999912,,,,,,,144,60,0,,,,,,,,,,,gutim,11616 +nof,274,22,3,8084,5726,,1024,1595.1564779999912,,,,,,,144,23,0,,,,,,,,,,,gutim,11617 +nof,274,23,3,8085,5726,,1024,1595.1564779999912,,,,,,,144,25,0,,,,,,,,,,,gutim,11618 +nof,274,24,3,8086,5726,,1024,1595.1564779999912,,,,,,,144,29,0,,,,,,,,,,,gutim,11619 +rst,274,25,1,8087,5726,,1152,1595.1564779999912,,,,,,,176,102,0,,,,,,,,,,,gutim,11620 +non,274,26,3,8088,5726,3632,1152,1595.1564779999912,0.087890625,32,0,C3,pp,8,144,48,8,,,,,,o,,,e,,gutim,11621 +nof,274,26,3,8088,5727,,1152,1595.2444779999912,,,,,,,144,48,0,,,,,,,,,,,gutim,11621 +non,274,27,3,8089,5727,3633,1173,1595.2444779999912,0.087890625,32,0,E3,pp,8,144,52,8,,,,,,o,,,e,,gutim,11622 +nof,274,27,3,8089,5728,,1173,1595.3324779999912,,,,,,,144,52,0,,,,,,,,,,,gutim,11622 +non,274,28,3,8090,5728,3634,1194,1595.3324779999912,0.0920758928571429,32,0,D2,pp-,7,144,38,7,,,,,,o,,,e,,gutim,11623 +nof,274,28,3,8090,5729,,1194,1595.424477999991,,,,,,,144,38,0,,,,,,,,,,,gutim,11623 +non,274,29,3,8091,5729,3635,1216,1595.424477999991,0.087890625,32,0,E3,pp-,7,144,52,7,,,,,,o,,,e,,gutim,11624 +nof,274,29,3,8091,5730,,1216,1595.5124779999912,,,,,,,144,52,0,,,,,,,,,,,gutim,11624 +non,274,30,3,8092,5730,3636,1237,1595.5124779999912,0.087890625,32,0,D2,ppp+,6,144,38,6,,,,,,o,,,e,,gutim,11625 +nof,274,30,3,8092,5731,,1237,1595.6004779999912,,,,,,,144,38,0,,,,,,,,,,,gutim,11625 +non,274,31,3,8093,5731,3637,1258,1595.6004779999912,0.0920758928571429,32,0,E4,ppp+,6,144,64,6,,,,,,o,,,e,,gutim,11626 +nof,274,31,3,8093,5732,,1258,1595.692477999991,,,,,,,144,64,0,,,,,,,,,,,gutim,11626 +bar,275,0,0,8094,5732,,0,1595.692477999991,,,,,,,,,,275,,,,,,,,,,gutim,11627 +non,275,1,1,8095,5732,3638,0,1595.692477999991,0.9375,8,2,Ab5,f,20,144,80,20,,,,,,o,,d,,,gutim,11628 +non,275,2,3,8096,5732,3638,0,1595.692477999991,0.267857142857143,16,0,Ab1,ppp,5,144,32,5,,,,,,o,,,E,,gutim,11629 +nof,275,2,3,8096,5733,,0,1595.960477999991,,,,,,,144,32,0,,,,,,,,,,,gutim,11629 +non,275,3,3,8097,5733,3639,64,1595.960477999991,0.803571428571429,8,1,Ab1,ppp-,4,144,32,4,,,,,,o,,,,,gutim,11630 +non,275,4,3,8098,5733,3639,64,1595.960477999991,0.535714285714286,8,1,Db2,ppp-,4,144,37,4,,,,,,o,,,,,gutim,11631 +nof,275,4,3,8098,5734,,64,1596.4964779999912,,,,,,,144,37,0,,,,,,,,,,,gutim,11631 +nof,275,1,1,8095,5735,,0,1596.6304779999912,,,,,,,144,80,0,,,,,,,,,,,gutim,11628 +non,275,5,1,8099,5735,3640,224,1596.6304779999912,0.133928571428571,32,0,C3,mf,17,144,48,17,,,,,,o,,d,,,gutim,11632 +non,275,6,1,8100,5735,3640,224,1596.6304779999912,0.133928571428571,32,0,G3,mf,17,144,55,17,,,,,,o,,d,,,gutim,11633 +non,275,7,1,8101,5735,3640,224,1596.6304779999912,0.133928571428571,32,0,B3,mf,17,144,59,17,,,,,,o,,d,,,gutim,11634 +nof,275,3,3,8097,5736,,64,1596.7634779999912,,,,,,,144,32,0,,,,,,,,,,,gutim,11630 +nof,275,5,1,8099,5737,,224,1596.7634779999912,,,,,,,144,48,0,,,,,,,,,,,gutim,11632 +nof,275,6,1,8100,5737,,224,1596.7634779999912,,,,,,,144,55,0,,,,,,,,,,,gutim,11633 +nof,275,7,1,8101,5737,,224,1596.7634779999912,,,,,,,144,59,0,,,,,,,,,,,gutim,11634 +non,275,8,1,8102,5737,3641,256,1596.7634779999912,0.159040178571429,32,1,Ab5,pp,8,144,80,8,,,,,,o,,d,,,gutim,11635 +non,275,9,1,8103,5737,3641,256,1596.7634779999912,0.133928571428571,32,1,A6,mf,17,144,93,17,,,,,,o,,d,,,gutim,11636 +non,275,10,3,8104,5737,3641,256,1596.7634779999912,0.267857142857143,16,0,Ab1,f,20,144,32,20,,,,,,o,,d,,,gutim,11637 +non,275,11,3,8105,5737,3641,256,1596.7634779999912,0.267857142857143,16,0,Db2,ppp-,4,144,37,4,,,,,,o,,d,,,gutim,11638 +non,275,12,3,8106,5737,3641,256,1596.7634779999912,0.267857142857143,16,0,Gb2,ppp-,4,144,42,4,,,,,t,o,,d,,,gutim,11639 +nof,275,9,1,8103,5738,,256,1596.8974779999912,,,,,,,144,93,0,,,,,,,,,,,gutim,11636 +nof,275,8,1,8102,5739,,256,1596.923477999991,,,,,,,144,80,0,,,,,,,,,,,gutim,11635 +non,275,13,1,8107,5739,3642,294,1596.923477999991,0.159040178571429,32,1,E2,pp,8,144,40,8,,,,,,o,,,,,gutim,11640 +non,275,14,3,8108,5740,,320,1597.0314779999912,0.803571428571429,8,1,Gb2,,,,,,,,,,T,,,,,,gutim,11641 +non,275,15,1,8109,5741,3643,332,1597.0824779999912,0.108816964285714,32,0,C5,pp+,9,144,72,9,,,,,,o,,,,,gutim,11642 +nof,275,15,1,8109,5742,,332,1597.1904779999911,,,,,,,144,72,0,,,,,,,,,,,gutim,11642 +non,275,16,1,8110,5742,3644,358,1597.1904779999911,0.108816964285714,32,0,D6,p-,10,144,86,10,,,,,,o,,,,,gutim,11643 +nof,275,16,1,8110,5743,,358,1597.299477999991,,,,,,,144,86,0,,,,,,,,,,,gutim,11643 +non,275,17,1,8111,5743,3645,384,1597.299477999991,0.104631696428571,32,0,C5,p-,10,144,72,10,,,,,,o,,,,,gutim,11644 +nof,275,17,1,8111,5744,,384,1597.404477999991,,,,,,,144,72,0,,,,,,,,,,,gutim,11644 +non,275,18,1,8112,5744,3646,409,1597.404477999991,0.108816964285714,32,0,D6,p,11,144,86,11,,,,,,o,,,,,gutim,11645 +nof,275,18,1,8112,5745,,409,1597.5134779999912,,,,,,,144,86,0,,,,,,,,,,,gutim,11645 +non,275,19,1,8113,5745,3647,435,1597.5134779999912,0.104631696428571,32,0,C5,p,11,144,72,11,,,,,,o,,,,,gutim,11646 +nof,275,19,1,8113,5746,,435,1597.6174779999913,,,,,,,144,72,0,,,,,,,,,,,gutim,11646 +non,275,20,1,8114,5746,3648,460,1597.6174779999913,0.217633928571429,16,0,Db4,p+,12,144,61,12,,,,,,o,,,,,gutim,11647 +nof,275,10,3,8104,5747,,256,1597.7814779999912,,,,,,,144,32,0,,,,,,,,,,,gutim,11637 +nof,275,11,3,8105,5747,,256,1597.7814779999912,,,,,,,144,37,0,,,,,,,,,,,gutim,11638 +nof,275,13,1,8107,5748,,294,1597.8324779999912,,,,,,,144,40,0,,,,,,,,,,,gutim,11640 +nof,275,20,1,8114,5749,,460,1597.835477999991,,,,,,,144,61,0,,,,,,,,,,,gutim,11647 +rst,275,22,1,8115,5749,,512,1597.835477999991,,,,,,,176,102,0,,,,,,,,,,,gutim,11648 +non,275,23,3,8116,5749,3649,512,1597.835477999991,0.133928571428571,32,1,C#1,ppp,5,144,25,5,,,,,,o,,,,,gutim,11649 +ped,275,21,0,8117,5749,,512,1597.835477999991,,,,,,,176,64,127,,,,,,,V,,,,gutim,11650 +nof,275,23,3,8116,5750,,512,1597.969477999991,,,,,,,144,25,0,,,,,,,,,,,gutim,11649 +non,275,24,3,8118,5750,3650,544,1597.969477999991,0.133928571428571,32,1,A3,ppp,5,144,57,5,,,,,,o,,,,,gutim,11651 +nof,275,24,3,8118,5751,,544,1598.1034779999911,,,,,,,144,57,0,,,,,,,,,,,gutim,11651 +non,275,25,3,8119,5751,3651,576,1598.1034779999911,0.087890625,32,0,B0,ppp,5,144,23,5,,,,,,o,,d,e,,gutim,11652 +nof,275,25,3,8119,5752,,576,1598.191477999991,,,,,,,144,23,0,,,,,,,,,,,gutim,11652 +non,275,26,3,8120,5752,3652,597,1598.191477999991,0.087890625,32,0,F2,ppp,5,144,41,5,,,,,,o,,d,e,,gutim,11653 +nof,275,26,3,8120,5753,,597,1598.279477999991,,,,,,,144,41,0,,,,,,,,,,,gutim,11653 +non,275,27,3,8121,5753,3653,618,1598.279477999991,0.0920758928571429,32,0,B0,ppp,5,144,23,5,,,,,,o,,d,e,,gutim,11654 +non,275,28,3,8122,5753,3653,618,1598.279477999991,0.133928571428571,32,0,C#1,ppp,5,144,25,5,,,,,,o,,d,e,,gutim,11655 +nof,275,27,3,8121,5754,,618,1598.3714779999912,,,,,,,144,23,0,,,,,,,,,,,gutim,11654 +non,275,29,3,8123,5754,3654,640,1598.3714779999912,0.087890625,32,0,F1,ppp,5,144,29,5,,,,,,o,,d,e,,gutim,11656 +nof,275,28,3,8122,5755,,618,1598.412477999991,,,,,,,144,25,0,,,,,,,,,,,gutim,11655 +nof,275,29,3,8123,5756,,640,1598.4594779999911,,,,,,,144,29,0,,,,,,,,,,,gutim,11656 +non,275,30,3,8124,5756,3655,661,1598.4594779999911,0.087890625,32,0,B0,ppp,5,144,23,5,,,,,,o,,d,e,,gutim,11657 +nof,275,30,3,8124,5757,,661,1598.546477999991,,,,,,,144,23,0,,,,,,,,,,,gutim,11657 +non,275,31,3,8125,5757,3656,682,1598.546477999991,0.0920758928571429,32,0,A2,ppp,5,144,45,5,,,,,,o,,d,e,,gutim,11658 +nof,275,12,3,8106,5758,,256,1598.585477999991,,,,,,,144,42,0,,,,,,,,,,,gutim,11639 +nof,275,31,3,8125,5759,,682,1598.6384779999912,,,,,,,144,45,0,,,,,,,,,,,gutim,11658 +non,275,32,3,8126,5759,3657,704,1598.6384779999912,0.133928571428571,32,1,F1,ppp,5,144,29,5,,,,,,o,,d,E,,gutim,11659 +nof,275,32,3,8126,5760,,704,1598.7724779999912,,,,,,,144,29,0,,,,,,,,,,,gutim,11659 +non,275,33,1,8127,5760,3658,736,1598.7724779999912,0.133928571428571,32,0,F5,p,11,144,77,11,,,,,,o,,d,,,gutim,11660 +non,275,34,3,8128,5760,3658,736,1598.7724779999912,0.133928571428571,32,1,G1,p,11,144,31,11,,,,,,o,,d,,,gutim,11661 +non,275,35,3,8129,5760,3658,736,1598.7724779999912,0.133928571428571,32,1,E2,p,11,144,40,11,,,,,,o,,d,,,gutim,11662 +nof,275,33,1,8127,5761,,736,1598.9064779999912,,,,,,,144,77,0,,,,,,,,,,,gutim,11660 +nof,275,34,3,8128,5761,,736,1598.9064779999912,,,,,,,144,31,0,,,,,,,,,,,gutim,11661 +nof,275,35,3,8129,5761,,736,1598.9064779999912,,,,,,,144,40,0,,,,,,,,,,,gutim,11662 +non,275,36,1,8130,5761,3659,768,1598.9064779999912,0.133928571428571,32,0,F5,f,20,144,77,20,,,,,,o,,d,,,gutim,11663 +non,275,37,1,8131,5761,3659,768,1598.9064779999912,0.133928571428571,32,0,Eb6,f,20,144,87,20,,,,,,o,,d,,,gutim,11664 +non,275,38,3,8132,5761,3659,768,1598.9064779999912,0.133928571428571,32,0,G1,f,20,144,31,20,,,,,,o,,d,,,gutim,11665 +non,275,39,3,8133,5761,3659,768,1598.9064779999912,0.133928571428571,32,0,E2,f,20,144,40,20,,,,,,o,,d,,,gutim,11666 +nof,275,36,1,8130,5762,,768,1599.0404779999913,,,,,,,144,77,0,,,,,,,,,,,gutim,11663 +nof,275,37,1,8131,5762,,768,1599.0404779999913,,,,,,,144,87,0,,,,,,,,,,,gutim,11664 +nof,275,38,3,8132,5762,,768,1599.0404779999913,,,,,,,144,31,0,,,,,,,,,,,gutim,11665 +nof,275,39,3,8133,5762,,768,1599.0404779999913,,,,,,,144,40,0,,,,,,,,,,,gutim,11666 +non,275,40,1,8134,5762,3660,800,1599.0404779999913,0.9375,8,2,F5,fff,24,144,77,24,,,,,,o,,d,,,gutim,11667 +non,275,41,1,8135,5762,3660,800,1599.0404779999913,0.535714285714286,8,2,Eb6,fff,24,144,87,24,,,,,,o,,d,,,gutim,11668 +non,275,42,3,8136,5762,3660,800,1599.0404779999913,0.9375,8,2,G1,fff,24,144,31,24,,,,,,o,,d,,,gutim,11669 +non,275,43,3,8137,5762,3660,800,1599.0404779999913,0.535714285714286,8,2,B1,fff,24,144,35,24,,,,,,o,,d,,,gutim,11670 +non,275,44,3,8138,5762,3660,800,1599.0404779999913,0.535714285714286,8,2,E2,fff,24,144,40,24,,,,,,o,,d,,,gutim,11671 +nof,275,41,1,8135,5763,,800,1599.576477999991,,,,,,,144,87,0,,,,,,,,,,,gutim,11668 +nof,275,43,3,8137,5763,,800,1599.576477999991,,,,,,,144,35,0,,,,,,,,,,,gutim,11670 +nof,275,44,3,8138,5763,,800,1599.576477999991,,,,,,,144,40,0,,,,,,,,,,,gutim,11671 +nof,275,40,1,8134,5764,,800,1599.9784779999911,,,,,,,144,77,0,,,,,,,,,,,gutim,11667 +nof,275,42,3,8136,5764,,800,1599.9784779999911,,,,,,,144,31,0,,,,,,,,,,,gutim,11669 +ped,275,45,0,8139,5764,,1024,1599.9784779999911,,,,,,,176,64,0,,,,,,,^,,,,gutim,11650 +rst,275,46,1,8140,5764,,1024,1599.9784779999911,,,,,,,176,102,0,,,,,,,,,,,gutim,11672 +non,275,47,3,8141,5764,3661,1024,1599.9784779999911,0.133928571428571,32,1,C#1,ppp,5,144,25,5,,,,,,o,,D,,,gutim,11673 +nof,275,47,3,8141,5765,,1024,1600.1124779999911,,,,,,,144,25,0,,,,,,,,,,,gutim,11673 +non,275,48,3,8142,5765,3662,1056,1600.1124779999911,0.133928571428571,32,1,A3,ppp,5,144,57,5,,,,,,o,,,,,gutim,11674 +nof,275,48,3,8142,5766,,1056,1600.2464779999912,,,,,,,144,57,0,,,,,,,,,,,gutim,11674 +non,275,49,3,8143,5766,3663,1088,1600.2464779999912,0.087890625,32,0,B0,ppp,5,144,23,5,,,,,,o,,d,e,,gutim,11675 +nof,275,49,3,8143,5767,,1088,1600.3344779999911,,,,,,,144,23,0,,,,,,,,,,,gutim,11675 +non,275,50,3,8144,5767,3664,1109,1600.3344779999911,0.087890625,32,0,F2,ppp,5,144,41,5,,,,,,o,,d,e,,gutim,11676 +nof,275,50,3,8144,5768,,1109,1600.421477999991,,,,,,,144,41,0,,,,,,,,,,,gutim,11676 +non,275,51,3,8145,5768,3665,1130,1600.421477999991,0.0920758928571429,32,0,B0,ppp,5,144,23,5,,,,,,o,,d,e,,gutim,11677 +non,275,52,3,8146,5768,3665,1130,1600.421477999991,0.133928571428571,32,0,C#1,ppp,5,144,25,5,,,,,,o,,d,e,,gutim,11678 +nof,275,51,3,8145,5769,,1130,1600.5134779999912,,,,,,,144,23,0,,,,,,,,,,,gutim,11677 +non,275,53,3,8147,5769,3666,1152,1600.5134779999912,0.087890625,32,0,F1,ppp,5,144,29,5,,,,,,o,,d,e,,gutim,11679 +nof,275,52,3,8146,5770,,1130,1600.5554779999911,,,,,,,144,25,0,,,,,,,,,,,gutim,11678 +nof,275,53,3,8147,5771,,1152,1600.6014779999912,,,,,,,144,29,0,,,,,,,,,,,gutim,11679 +non,275,54,3,8148,5771,3667,1173,1600.6014779999912,0.087890625,32,0,B0,ppp,5,144,23,5,,,,,,o,,d,e,,gutim,11680 +nof,275,54,3,8148,5772,,1173,1600.6894779999911,,,,,,,144,23,0,,,,,,,,,,,gutim,11680 +non,275,55,3,8149,5772,3668,1194,1600.6894779999911,0.0920758928571429,32,0,A2,ppp,5,144,45,5,,,,,,o,,d,e,,gutim,11681 +nof,275,55,3,8149,5773,,1194,1600.7814779999912,,,,,,,144,45,0,,,,,,,,,,,gutim,11681 +non,275,56,3,8150,5773,3669,1216,1600.7814779999912,0.087890625,32,0,F1,ppp,5,144,29,5,,,,,,o,,d,e,,gutim,11682 +nof,275,56,3,8150,5774,,1216,1600.8694779999912,,,,,,,144,29,0,,,,,,,,,,,gutim,11682 +non,275,57,3,8151,5774,3670,1237,1600.8694779999912,0.179966517857143,16,0,B0,ppp,5,144,23,5,,,,,t,o,,d,E,,gutim,11683 +bar,276,0,0,8152,5775,,0,1601.049477999991,,,,,,,,,,276,,,,,,,,,,gutim,11684 +rst,276,1,1,8153,5775,,0,1601.049477999991,,,,,,,176,102,0,,,,,,,,,,,gutim,11685 +non,276,2,3,8154,5775,,0,1601.049477999991,1.07142857142857,4,0,B0,,,,,,,,,,T,,,,,,gutim,11686 +nof,275,57,3,8151,5776,,1237,1602.1214779999912,,,,,,,144,23,0,,,,,,,,,,,gutim,11683 +non,276,3,3,8155,5776,3671,,1602.1214779999912,0.05,8,0,C#1,ppp,5,144,25,5,,,,g,,o,,,,,gutim,11687 +nof,276,3,3,8155,5777,,,1602.171477999991,,,,,,,144,25,0,,,,,,,,,,,gutim,11687 +non,276,4,3,8156,5778,3672,,1602.1964779999912,0.05,8,0,D2,ppp,5,144,38,5,,,,g,,o,,,,,gutim,11688 +nof,276,4,3,8156,5779,,,1602.2464779999912,,,,,,,144,38,0,,,,,,,,,,,gutim,11688 +non,276,5,3,8157,5780,3673,,1602.2714779999912,0.05,8,0,C#1,ppp,5,144,25,5,,,,g,,o,,,,,gutim,11689 +nof,276,5,3,8157,5781,,,1602.3214779999912,,,,,,,144,25,0,,,,,,,,,,,gutim,11689 +non,276,6,3,8158,5782,3674,,1602.346477999991,0.05,8,0,D2,ppp,5,144,38,5,,,,g,,o,,,,,gutim,11690 +nof,276,6,3,8158,5783,,,1602.3964779999912,,,,,,,144,38,0,,,,,,,,,,,gutim,11690 +non,276,7,3,8159,5784,3675,,1602.421477999991,0.05,8,0,C#1,ppp,5,144,25,5,,,,g,,o,,,,,gutim,11691 +nof,276,7,3,8159,5785,,,1602.471477999991,,,,,,,144,25,0,,,,,,,,,,,gutim,11691 +non,276,8,3,8160,5786,3676,256,1602.4964779999912,1.07142857142857,4,0,A2,ppp,5,144,45,5,,,,,,o,,,,,gutim,11692 +non,276,10,1,8161,5787,3677,384,1603.0314779999912,0.159040178571429,32,1,A5,pp,8,144,81,8,,,,,,o,,,,,gutim,11693 +ped,276,9,0,8162,5787,,384,1603.0314779999912,,,,,,,176,64,127,,,,,,,V,,,,gutim,11694 +nof,276,10,1,8161,5788,,384,1603.1904779999911,,,,,,,144,81,0,,,,,,,,,,,gutim,11693 +non,276,11,1,8163,5788,3678,422,1603.1904779999911,0.159040178571429,32,1,E2,pp,8,144,40,8,,,,,,o,,,,,gutim,11695 +nof,276,11,1,8163,5789,,422,1603.3494779999912,,,,,,,144,40,0,,,,,,,,,,,gutim,11695 +non,276,12,1,8164,5789,3679,460,1603.3494779999912,0.0544084821428571,64,0,C5,pp,8,144,72,8,,,,,,o,,,,,gutim,11696 +nof,276,12,1,8164,5790,,460,1603.404477999991,,,,,,,144,72,0,,,,,,,,,,,gutim,11696 +non,276,13,1,8165,5790,3680,473,1603.404477999991,0.0544084821428571,64,0,D6,pp,8,144,86,8,,,,,,o,,,,,gutim,11697 +nof,276,13,1,8165,5791,,473,1603.4584779999911,,,,,,,144,86,0,,,,,,,,,,,gutim,11697 +non,276,14,1,8166,5791,3681,486,1603.4584779999911,0.0544084821428571,64,0,C5,pp,8,144,72,8,,,,,,o,,,,,gutim,11698 +nof,276,14,1,8166,5792,,486,1603.5134779999912,,,,,,,144,72,0,,,,,,,,,,,gutim,11698 +non,276,15,1,8167,5792,3682,499,1603.5134779999912,0.0544084821428571,64,0,D6,pp,8,144,86,8,,,,,,o,,,,,gutim,11699 +nof,276,15,1,8167,5793,,499,1603.567477999991,,,,,,,144,86,0,,,,,,,,,,,gutim,11699 +non,276,16,1,8168,5793,3683,512,1603.567477999991,0.159040178571429,32,1,C5,pp,8,144,72,8,,,,,,o,,,,,gutim,11700 +rst,276,17,3,8169,5793,,512,1603.567477999991,,,,,,,176,102,0,,,,,,,,,,,gutim,11701 +nof,276,8,3,8160,5794,,256,1603.567477999991,,,,,,,144,45,0,,,,,,,,,,,gutim,11692 +nof,276,16,1,8168,5795,,512,1603.7264779999912,,,,,,,144,72,0,,,,,,,,,,,gutim,11700 +non,276,18,1,8170,5795,3684,550,1603.7264779999912,0.159040178571429,32,1,Db4,pp,8,144,61,8,,,,,,o,,,,,gutim,11702 +nof,276,18,1,8170,5796,,550,1603.885477999991,,,,,,,144,61,0,,,,,,,,,,,gutim,11702 +non,276,19,1,8171,5796,3685,588,1603.885477999991,0.108816964285714,32,0,C5,pp,8,144,72,8,,,,,,o,,,,,gutim,11703 +nof,276,19,1,8171,5797,,588,1603.9944779999912,,,,,,,144,72,0,,,,,,,,,,,gutim,11703 +non,276,20,1,8172,5797,3686,614,1603.9944779999912,0.108816964285714,32,0,Db4,pp,8,144,61,8,,,,,,o,,,,,gutim,11704 +nof,276,20,1,8172,5798,,614,1604.1034779999911,,,,,,,144,61,0,,,,,,,,,,,gutim,11704 +rst,276,21,1,8173,5798,,640,1604.1034779999911,,,,,,,176,102,0,,,,,,,,,,,gutim,11705 +non,276,22,1,8174,5799,3687,682,1604.279477999991,0.05859375,32,0,D7,pp,8,144,98,8,,,,,,o,,d,e,,gutim,11706 +nof,276,22,1,8174,5800,,682,1604.337477999991,,,,,,,144,98,0,,,,,,,,,,,gutim,11706 +non,276,23,1,8175,5800,3688,696,1604.337477999991,0.05859375,32,0,Ab6,pp,8,144,92,8,,,,,,o,,d,e,,gutim,11707 +nof,276,23,1,8175,5801,,696,1604.3964779999912,,,,,,,144,92,0,,,,,,,,,,,gutim,11707 +non,276,24,1,8176,5801,3689,710,1604.3964779999912,0.05859375,32,0,Db5,pp,8,144,73,8,,,,,,o,,d,e,,gutim,11708 +nof,276,24,1,8176,5802,,710,1604.4544779999912,,,,,,,144,73,0,,,,,,,,,,,gutim,11708 +non,276,25,1,8177,5802,3690,724,1604.4544779999912,0.05859375,32,0,E4,pp,8,144,64,8,,,,,,o,,d,e,,gutim,11709 +nof,276,25,1,8177,5803,,724,1604.5134779999912,,,,,,,144,64,0,,,,,,,,,,,gutim,11709 +non,276,26,1,8178,5803,3691,738,1604.5134779999912,0.125558035714286,16,0,C6,pp,8,144,84,8,,,,,,o,,d,e,,gutim,11710 +nof,276,26,1,8178,5804,,738,1604.6384779999912,,,,,,,144,84,0,,,,,,,,,,,gutim,11710 +non,276,27,1,8179,5804,3692,768,1604.6384779999912,0.087890625,32,0,Ab6,ppp,5,144,92,5,,,,,,o,,d,e,,gutim,11711 +rst,276,28,3,8180,5804,,768,1604.6384779999912,,,,,,,176,102,0,,,,,,,,,,,gutim,11712 +nof,276,27,1,8179,5805,,768,1604.7264779999912,,,,,,,144,92,0,,,,,,,,,,,gutim,11711 +non,276,29,1,8181,5805,3693,789,1604.7264779999912,0.087890625,32,0,D7,ppp,5,144,98,5,,,,,,o,,d,e,,gutim,11713 +nof,276,29,1,8181,5806,,789,1604.8144779999911,,,,,,,144,98,0,,,,,,,,,,,gutim,11713 +non,276,30,1,8182,5806,3694,810,1604.8144779999911,0.0920758928571429,32,0,Ab6,ppp,5,144,92,5,,,,,,o,,d,e,,gutim,11714 +nof,276,30,1,8182,5807,,810,1604.9064779999912,,,,,,,144,92,0,,,,,,,,,,,gutim,11714 +non,276,31,1,8183,5807,3695,832,1604.9064779999912,0.087890625,32,0,E4,ppp,5,144,64,5,,,,,,o,,d,e,,gutim,11715 +nof,276,31,1,8183,5808,,832,1604.9944779999912,,,,,,,144,64,0,,,,,,,,,,,gutim,11715 +non,276,32,1,8184,5808,3696,853,1604.9944779999912,0.087890625,32,0,Ab6,ppp,5,144,92,5,,,,,,o,,d,e,,gutim,11716 +nof,276,32,1,8184,5809,,853,1605.0824779999912,,,,,,,144,92,0,,,,,,,,,,,gutim,11716 +non,276,33,1,8185,5809,3697,874,1605.0824779999912,0.0920758928571429,32,0,D7,ppp,5,144,98,5,,,,,,o,,d,e,,gutim,11717 +nof,276,33,1,8185,5810,,874,1605.174477999991,,,,,,,144,98,0,,,,,,,,,,,gutim,11717 +non,276,34,1,8186,5810,3698,896,1605.174477999991,0.133928571428571,32,1,E3,ppp,5,144,52,5,,,,,,o,,d,E,,gutim,11718 +nof,276,34,1,8186,5811,,896,1605.308477999991,,,,,,,144,52,0,,,,,,,,,,,gutim,11718 +non,276,35,1,8187,5811,3699,928,1605.308477999991,0.087890625,32,0,D7,ppp,5,144,98,5,,,,,,o,,,,,gutim,11719 +nof,276,35,1,8187,5812,,928,1605.3964779999912,,,,,,,144,98,0,,,,,,,,,,,gutim,11719 +non,276,36,1,8188,5812,3700,949,1605.3964779999912,0.087890625,32,0,Db5,ppp,5,144,73,5,,,,,,o,,,,,gutim,11720 +nof,276,36,1,8188,5813,,949,1605.4844779999912,,,,,,,144,73,0,,,,,,,,,,,gutim,11720 +non,276,37,1,8189,5813,3701,970,1605.4844779999912,0.133928571428571,32,1,C6,ppp,5,144,84,5,,,,,,o,,,,,gutim,11721 +nof,276,37,1,8189,5814,,970,1605.6184779999912,,,,,,,144,84,0,,,,,,,,,,,gutim,11721 +non,276,38,1,8190,5814,3702,1002,1605.6184779999912,0.0920758928571429,32,0,Db4,ppp,5,144,61,5,,,,,,o,,,,,gutim,11722 +nof,276,38,1,8190,5815,,1002,1605.710477999991,,,,,,,144,61,0,,,,,,,,,,,gutim,11722 +non,276,39,1,8191,5815,3703,1024,1605.710477999991,0.133928571428571,32,1,D7,ppp,5,144,98,5,,,,,,o,,,,,gutim,11723 +non,276,40,3,8192,5815,3703,1024,1605.710477999991,1.07142857142857,4,0,A4,f,20,144,69,20,,,,,t,o,,,,,gutim,11724 +nof,276,39,1,8191,5816,,1024,1605.844477999991,,,,,,,144,98,0,,,,,,,,,,,gutim,11723 +non,276,41,1,8193,5816,3704,1056,1605.844477999991,0.133928571428571,32,1,C6,ppp,5,144,84,5,,,,,,o,,,,,gutim,11725 +nof,276,41,1,8193,5817,,1056,1605.9784779999911,,,,,,,144,84,0,,,,,,,,,,,gutim,11725 +non,276,42,1,8194,5817,3705,1088,1605.9784779999911,0.267857142857143,16,1,Db5,ppp,5,144,73,5,,,,,,o,,,,,gutim,11726 +nof,276,42,1,8194,5818,,1088,1606.2464779999912,,,,,,,144,73,0,,,,,,,,,,,gutim,11726 +rst,276,43,1,8195,5818,,1152,1606.2464779999912,,,,,,,176,102,0,,,,,,,,,,,gutim,11727 +ped,276,44,0,8196,5819,,1190,1606.4054779999913,,,,,,,176,64,0,,,,,,,^,,,,gutim,11694 +bar,277,0,0,8197,5820,,0,1606.7814779999912,,,,,,,,,,277,,,,,,,,,,gutim,11728 +rst,277,1,1,8198,5820,,0,1606.7814779999912,,,,,,,176,102,0,,,,,,,,,,,gutim,11729 +non,277,2,3,8199,5820,,0,1606.7814779999912,3.21428571428571,2,1,A4,,,,,,,,,,T,,,,,,gutim,11730 +non,277,3,1,8200,5821,3706,,1607.2424779999913,0.05,8,0,E5,mf,17,144,76,17,,,,g,,o,,,,,gutim,11731 +nof,277,3,1,8200,5822,,,1607.2924779999912,,,,,,,144,76,0,,,,,,,,,,,gutim,11731 +non,277,4,1,8201,5823,3707,128,1607.317477999991,1.60714285714286,4,1,C#2,mf,17,144,37,17,,,,,,o,,,,,gutim,11732 +nof,277,4,1,8201,5824,,128,1608.924477999991,,,,,,,144,37,0,,,,,,,,,,,gutim,11732 +rst,277,5,1,8202,5824,,512,1608.924477999991,,,,,,,176,102,0,,,,,,,,,,,gutim,11733 +nof,276,40,3,8192,5825,,1024,1609.9964779999912,,,,,,,144,69,0,,,,,,,,,,,gutim,11724 +non,277,6,1,8203,5826,3708,768,1609.9964779999912,0.535714285714286,8,0,F#3,f,20,144,54,20,,,,,,o,,d,,,gutim,11734 +non,277,7,1,8204,5826,3708,768,1609.9964779999912,0.535714285714286,8,0,A4,f,20,144,69,20,,,,,,o,,d,,,gutim,11735 +non,277,8,3,8205,5826,3708,,1609.9964779999912,0.05,8,0,D3,ppp,5,144,50,5,,,,g,,o,,d,e,,gutim,11736 +nof,277,8,3,8205,5827,,,1610.046477999991,,,,,,,144,50,0,,,,,,,,,,,gutim,11736 +non,277,9,3,8206,5828,3709,,1610.0714779999912,0.05,8,0,C#2,ppp,5,144,37,5,,,,g,,o,,d,e,,gutim,11737 +nof,277,9,3,8206,5829,,,1610.1214779999912,,,,,,,144,37,0,,,,,,,,,,,gutim,11737 +non,277,10,3,8207,5830,3710,,1610.1464779999912,0.05,8,0,D3,ppp,5,144,50,5,,,,g,,o,,d,e,,gutim,11738 +nof,277,10,3,8207,5831,,,1610.1964779999912,,,,,,,144,50,0,,,,,,,,,,,gutim,11738 +non,277,11,3,8208,5832,3711,,1610.221477999991,0.05,8,0,C#2,ppp,5,144,37,5,,,,g,,o,,d,e,,gutim,11739 +nof,277,11,3,8208,5833,,,1610.2714779999912,,,,,,,144,37,0,,,,,,,,,,,gutim,11739 +non,277,12,3,8209,5834,3712,,1610.296477999991,0.05,8,0,C4,ppp,5,144,60,5,,,,g,,o,,d,e,,gutim,11740 +nof,277,12,3,8209,5835,,,1610.346477999991,,,,,,,144,60,0,,,,,,,,,,,gutim,11740 +non,277,13,3,8210,5836,3713,,1610.3714779999912,0.05,8,0,D3,ppp,5,144,50,5,,,,g,,o,,d,e,,gutim,11741 +nof,277,13,3,8210,5837,,,1610.421477999991,,,,,,,144,50,0,,,,,,,,,,,gutim,11741 +non,277,14,3,8211,5838,3714,,1610.4464779999912,0.05,8,0,C#2,ppp,5,144,37,5,,,,g,,o,,d,e,,gutim,11742 +nof,277,14,3,8211,5839,,,1610.4964779999912,,,,,,,144,37,0,,,,,,,,,,,gutim,11742 +non,277,15,3,8212,5840,3715,,1610.5214779999912,0.05,8,0,C4,ppp,5,144,60,5,,,,g,,o,,d,e,,gutim,11743 +nof,277,6,1,8203,5841,,768,1610.5314779999912,,,,,,,144,54,0,,,,,,,,,,,gutim,11734 +nof,277,7,1,8204,5841,,768,1610.5314779999912,,,,,,,144,69,0,,,,,,,,,,,gutim,11735 +nof,277,15,3,8212,5842,,,1610.5714779999912,,,,,,,144,60,0,,,,,,,,,,,gutim,11743 +non,277,16,3,8213,5843,3716,,1610.596477999991,0.05,8,0,D3,ppp,5,144,50,5,,,,g,,o,,d,e,,gutim,11744 +nof,277,16,3,8213,5844,,,1610.6464779999912,,,,,,,144,50,0,,,,,,,,,,,gutim,11744 +non,277,17,3,8214,5845,3717,768,1610.671477999991,0.133928571428571,32,0,E4,ppp,5,144,64,5,,,,,,o,,d,E,,gutim,11745 +nof,277,17,3,8214,5846,,768,1610.8054779999911,,,,,,,144,64,0,,,,,,,,,,,gutim,11745 +non,277,19,3,8215,5846,3718,800,1610.8054779999911,0.9375,8,2,G#1,ppp,5,144,32,5,,,,,,o,,,,,gutim,11746 +non,277,20,3,8216,5846,3718,800,1610.8054779999911,0.535714285714286,8,2,E4,ppp,5,144,64,5,,,,,,o,,,,,gutim,11747 +ped,277,18,0,8217,5846,,800,1610.8054779999911,,,,,,,176,64,127,,,,,,,V,,,,gutim,11748 +non,277,21,1,8218,5847,3719,896,1611.2064779999912,0.133928571428571,32,0,C#2,f,20,144,37,20,,,,,,o,,,,,gutim,11749 +non,277,22,1,8219,5847,3719,896,1611.2064779999912,0.133928571428571,32,0,E5,f,20,144,76,20,,,,,,o,,,,,gutim,11750 +nof,277,20,3,8216,5848,,800,1611.3404779999912,,,,,,,144,64,0,,,,,,,,,,,gutim,11747 +nof,277,21,1,8218,5849,,896,1611.3404779999912,,,,,,,144,37,0,,,,,,,,,,,gutim,11749 +nof,277,22,1,8219,5849,,896,1611.3404779999912,,,,,,,144,76,0,,,,,,,,,,,gutim,11750 +non,277,23,1,8220,5849,3720,928,1611.3404779999912,0.401785714285714,16,1,C#2,f,20,144,37,20,,,,,,o,,,,,gutim,11751 +non,277,24,1,8221,5849,3720,928,1611.3404779999912,0.267857142857143,16,1,A#2,f,20,144,46,20,,,,,,o,,,,,gutim,11752 +non,277,25,1,8222,5849,3720,928,1611.3404779999912,0.267857142857143,16,1,E5,f,20,144,76,20,,,,,,o,,,,,gutim,11753 +nof,277,24,1,8221,5850,,928,1611.6084779999912,,,,,,,144,46,0,,,,,,,,,,,gutim,11752 +nof,277,25,1,8222,5850,,928,1611.6084779999912,,,,,,,144,76,0,,,,,,,,,,,gutim,11753 +nof,277,19,3,8215,5851,,800,1611.7424779999913,,,,,,,144,32,0,,,,,,,,,,,gutim,11746 +nof,277,23,1,8220,5852,,928,1611.7424779999913,,,,,,,144,37,0,,,,,,,,,,,gutim,11751 +ped,277,26,0,8223,5852,,1024,1611.7424779999913,,,,,,,176,64,0,,,,,,,^,,,,gutim,11748 +rst,277,27,1,8224,5852,,1024,1611.7424779999913,,,,,,,176,102,0,,,,,,,,,,,gutim,11754 +non,277,28,3,8225,5852,3721,1024,1611.7424779999913,0.267857142857143,16,1,F5,ff,22,144,77,22,,,,,,o,,,,,gutim,11755 +nof,277,28,3,8225,5853,,1024,1612.010477999991,,,,,,,144,77,0,,,,,,,,,,,gutim,11755 +non,277,29,3,8226,5853,3722,1088,1612.010477999991,0.087890625,32,0,G1,mf+,18,144,31,18,,,,,,o,,,e,,gutim,11756 +nof,277,29,3,8226,5854,,1088,1612.0984779999912,,,,,,,144,31,0,,,,,,,,,,,gutim,11756 +non,277,30,3,8227,5854,3723,1109,1612.0984779999912,0.087890625,32,0,E2,mf,17,144,40,17,,,,,,o,,,e,,gutim,11757 +nof,277,30,3,8227,5855,,1109,1612.1864779999912,,,,,,,144,40,0,,,,,,,,,,,gutim,11757 +non,277,31,3,8228,5855,3724,1130,1612.1864779999912,0.0920758928571429,32,0,G1,mp+,15,144,31,15,,,,,,o,,,e,,gutim,11758 +nof,277,31,3,8228,5856,,1130,1612.278477999991,,,,,,,144,31,0,,,,,,,,,,,gutim,11758 +non,277,32,3,8229,5856,3725,1152,1612.278477999991,0.087890625,32,0,E2,mp,14,144,40,14,,,,,,o,,,e,,gutim,11759 +nof,277,32,3,8229,5857,,1152,1612.366477999991,,,,,,,144,40,0,,,,,,,,,,,gutim,11759 +non,277,33,3,8230,5857,3726,1173,1612.366477999991,0.087890625,32,0,G1,mp-,13,144,31,13,,,,,,o,,,e,,gutim,11760 +nof,277,33,3,8230,5858,,1173,1612.4544779999912,,,,,,,144,31,0,,,,,,,,,,,gutim,11760 +non,277,34,3,8231,5858,3727,1194,1612.4544779999912,0.0920758928571429,32,0,E2,p,11,144,40,11,,,,,,o,,,e,,gutim,11761 +nof,277,34,3,8231,5859,,1194,1612.546477999991,,,,,,,144,40,0,,,,,,,,,,,gutim,11761 +non,277,35,3,8232,5859,3728,1216,1612.546477999991,0.05859375,32,0,G1,p-,10,144,31,10,,,,,,o,,,e,,gutim,11762 +nof,277,35,3,8232,5860,,1216,1612.604477999991,,,,,,,144,31,0,,,,,,,,,,,gutim,11762 +non,277,36,3,8233,5860,3729,1230,1612.604477999991,0.05859375,32,0,E2,pp+,9,144,40,9,,,,,,o,,,e,,gutim,11763 +nof,277,36,3,8233,5861,,1230,1612.663477999991,,,,,,,144,40,0,,,,,,,,,,,gutim,11763 +non,277,37,3,8234,5861,3730,1244,1612.663477999991,0.05859375,32,0,G1,pp,8,144,31,8,,,,,t,o,,,E,,gutim,11764 +non,277,38,3,8235,5862,,1258,1612.721477999991,0.0920758928571429,32,0,G1,,,,,,,,,,T,,,,,,gutim,11765 +nof,277,37,3,8234,5863,,1244,1612.8134779999912,,,,,,,144,31,0,,,,,,,,,,,gutim,11764 +bar,278,0,0,8236,5863,,0,1612.8134779999912,,,,,,,,,,278,,,,,,,,,,gutim,11766 +rst,278,1,1,8237,5863,,0,1612.8134779999912,,,,,,,176,102,0,,,,,,,,,,,gutim,11767 +non,278,2,3,8238,5863,3731,0,1612.8134779999912,1.60714285714286,4,1,G1,pp,8,144,31,8,,,,,,o,,,,,gutim,11768 +non,278,3,3,8239,5863,3731,0,1612.8134779999912,1.07142857142857,4,1,E2,pp,8,144,40,8,,,,,,o,,,,,gutim,11769 +non,278,4,3,8240,5863,3731,0,1612.8134779999912,1.07142857142857,4,1,F4,pp,8,144,65,8,,,,,,o,,,,,gutim,11770 +nof,278,3,3,8239,5864,,0,1613.885477999991,,,,,,,144,40,0,,,,,,,,,,,gutim,11769 +nof,278,4,3,8240,5864,,0,1613.885477999991,,,,,,,144,65,0,,,,,,,,,,,gutim,11770 +rst,278,5,1,8241,5864,,256,1613.885477999991,,,,,,,176,102,0,,,,,,,,,,,gutim,11771 +nof,278,2,3,8238,5865,,0,1614.421477999991,,,,,,,144,31,0,,,,,,,,,,,gutim,11768 +non,278,6,3,8242,5865,3732,384,1614.421477999991,0.535714285714286,8,0,G1,pp,8,144,31,8,,,,,,o,,d,,,gutim,11772 +non,278,7,3,8243,5865,3732,384,1614.421477999991,0.535714285714286,8,0,E2,pp,8,144,40,8,,,,,,o,,d,,,gutim,11773 +non,278,8,3,8244,5865,3732,384,1614.421477999991,0.535714285714286,8,0,F3,pp,8,144,53,8,,,,,,o,,d,,,gutim,11774 +non,278,9,1,8245,5866,3733,480,1614.8224779999912,0.133928571428571,32,0,F#2,ff,22,144,42,22,,,,,,o,,d,,,gutim,11775 +non,278,10,1,8246,5866,3733,480,1614.8224779999912,0.133928571428571,32,0,A4,ff,22,144,69,22,,,,,,o,,d,,,gutim,11776 +nof,278,6,3,8242,5867,,384,1614.9564779999912,,,,,,,144,31,0,,,,,,,,,,,gutim,11772 +nof,278,7,3,8243,5867,,384,1614.9564779999912,,,,,,,144,40,0,,,,,,,,,,,gutim,11773 +nof,278,8,3,8244,5867,,384,1614.9564779999912,,,,,,,144,53,0,,,,,,,,,,,gutim,11774 +nof,278,9,1,8245,5868,,480,1614.9564779999912,,,,,,,144,42,0,,,,,,,,,,,gutim,11775 +nof,278,10,1,8246,5868,,480,1614.9564779999912,,,,,,,144,69,0,,,,,,,,,,,gutim,11776 +non,278,11,1,8247,5868,3734,512,1614.9564779999912,0.267857142857143,16,0,C2,ff,22,144,36,22,,,,,,o,,d,,,gutim,11777 +non,278,12,3,8248,5868,3734,512,1614.9564779999912,0.133928571428571,32,0,Db1,pp,8,144,25,8,,,,,,o,,d,,,gutim,11778 +non,278,13,3,8249,5868,3734,512,1614.9564779999912,0.133928571428571,32,0,Eb3,pp,8,144,51,8,,,,,,o,,d 6000,,,gutim,11779 +nof,278,12,3,8248,5869,,512,1615.0904779999912,,,,,,,144,25,0,,,,,,,,,,,gutim,11778 +nof,278,13,3,8249,5869,,512,1615.0904779999912,,,,,,,144,51,0,,,,,,,,,,,gutim,11779 +non,278,14,3,8250,5869,3735,544,1615.0904779999912,0.133928571428571,32,0,B1,pp-,7,144,35,7,,,,,,o,,,,,gutim,11780 +nof,278,11,1,8247,5870,,512,1615.2244779999912,,,,,,,144,36,0,,,,,,,,,,,gutim,11777 +nof,278,14,3,8250,5871,,544,1615.2244779999912,,,,,,,144,35,0,,,,,,,,,,,gutim,11780 +rst,278,15,1,8251,5871,,576,1615.2244779999912,,,,,,,176,102,0,,,,,,,,,,,gutim,11781 +non,278,16,3,8252,5871,3736,576,1615.2244779999912,0.133928571428571,32,0,G3,ppp+,6,144,55,6,,,,,,o,,,,,gutim,11782 +nof,278,16,3,8252,5872,,576,1615.3584779999912,,,,,,,144,55,0,,,,,,,,,,,gutim,11782 +non,278,18,3,8253,5872,3737,608,1615.3584779999912,0.133928571428571,32,0,C1,ppp,5,144,24,5,,,,,,o,,,,,gutim,11783 +ped,278,17,0,8254,5872,,608,1615.3584779999912,,,,,,,176,64,127,,,,,,,V,,,,gutim,11784 +nof,278,18,3,8253,5873,,608,1615.4924779999913,,,,,,,144,24,0,,,,,,,,,,,gutim,11783 +non,278,19,1,8255,5873,3738,640,1615.4924779999913,0.087890625,32,0,D6,ppp,5,144,86,5,,,,,,o,,,e,,gutim,11785 +rst,278,20,3,8256,5873,,640,1615.4924779999913,,,,,,,176,102,0,,,,,,,,,,,gutim,11786 +nof,278,19,1,8255,5874,,640,1615.5804779999912,,,,,,,144,86,0,,,,,,,,,,,gutim,11785 +non,278,21,1,8257,5874,3739,661,1615.5804779999912,0.087890625,32,0,G#5,ppp,5,144,80,5,,,,,,o,,,e,,gutim,11787 +nof,278,21,1,8257,5875,,661,1615.6684779999912,,,,,,,144,80,0,,,,,,,,,,,gutim,11787 +non,278,22,1,8258,5875,3740,682,1615.6684779999912,0.0920758928571429,32,0,C#4,ppp+,6,144,61,6,,,,,,o,,,e,,gutim,11788 +nof,278,22,1,8258,5876,,682,1615.760477999991,,,,,,,144,61,0,,,,,,,,,,,gutim,11788 +non,278,23,1,8259,5876,3741,704,1615.760477999991,0.087890625,32,0,E3,ppp+,6,144,52,6,,,,,,o,,,e,,gutim,11789 +nof,278,23,1,8259,5877,,704,1615.8484779999912,,,,,,,144,52,0,,,,,,,,,,,gutim,11789 +non,278,24,1,8260,5877,3742,725,1615.8484779999912,0.087890625,32,0,C5,ppp+,6,144,72,6,,,,,,o,,,e,,gutim,11790 +nof,278,24,1,8260,5878,,725,1615.9364779999912,,,,,,,144,72,0,,,,,,,,,,,gutim,11790 +non,278,25,1,8261,5878,3743,746,1615.9364779999912,0.0920758928571429,32,0,G#5,ppp+,6,144,80,6,,,,,,o,,,e,,gutim,11791 +nof,278,25,1,8261,5879,,746,1616.028477999991,,,,,,,144,80,0,,,,,,,,,,,gutim,11791 +non,278,26,1,8262,5879,3744,768,1616.028477999991,0.087890625,32,0,E3,pp-,7,144,52,7,,,,,,o,,,e,,gutim,11792 +rst,278,27,3,8263,5879,,768,1616.028477999991,,,,,,,176,102,0,,,,,,,,,,,gutim,11793 +nof,278,26,1,8262,5880,,768,1616.116477999991,,,,,,,144,52,0,,,,,,,,,,,gutim,11792 +non,278,28,1,8264,5880,3745,789,1616.116477999991,0.087890625,32,0,C5,pp-,7,144,72,7,,,,,,o,,,e,,gutim,11794 +nof,278,28,1,8264,5881,,789,1616.2044779999912,,,,,,,144,72,0,,,,,,,,,,,gutim,11794 +non,278,29,1,8265,5881,3746,810,1616.2044779999912,0.0920758928571429,32,0,D6,pp-,7,144,86,7,,,,,,o,,,e,,gutim,11795 +nof,278,29,1,8265,5882,,810,1616.296477999991,,,,,,,144,86,0,,,,,,,,,,,gutim,11795 +non,278,30,1,8266,5882,3747,832,1616.296477999991,0.087890625,32,0,C5,pp,8,144,72,8,,,,,,o,,,e,,gutim,11796 +nof,278,30,1,8266,5883,,832,1616.384477999991,,,,,,,144,72,0,,,,,,,,,,,gutim,11796 +non,278,31,1,8267,5883,3748,853,1616.384477999991,0.087890625,32,0,C#4,pp,8,144,61,8,,,,,,o,,,e,,gutim,11797 +nof,278,31,1,8267,5884,,853,1616.471477999991,,,,,,,144,61,0,,,,,,,,,,,gutim,11797 +non,278,32,1,8268,5884,3749,874,1616.471477999991,0.0920758928571429,32,0,E3,pp,8,144,52,8,,,,,,o,,,e,,gutim,11798 +nof,278,32,1,8268,5885,,874,1616.5634779999912,,,,,,,144,52,0,,,,,,,,,,,gutim,11798 +non,278,33,1,8269,5885,3750,896,1616.5634779999912,0.087890625,32,0,C5,pp,8,144,72,8,,,,,,o,,,e,,gutim,11799 +nof,278,33,1,8269,5886,,896,1616.6514779999911,,,,,,,144,72,0,,,,,,,,,,,gutim,11799 +non,278,34,1,8270,5886,3751,917,1616.6514779999911,0.087890625,32,0,D6,pp+,9,144,86,9,,,,,,o,,,e,,gutim,11800 +nof,278,34,1,8270,5887,,917,1616.739477999991,,,,,,,144,86,0,,,,,,,,,,,gutim,11800 +non,278,35,1,8271,5887,3752,938,1616.739477999991,0.0920758928571429,32,0,G#5,pp+,9,144,80,9,,,,,,o,,,e,,gutim,11801 +nof,278,35,1,8271,5888,,938,1616.8314779999912,,,,,,,144,80,0,,,,,,,,,,,gutim,11801 +non,278,36,1,8272,5888,3753,960,1616.8314779999912,0.133928571428571,32,1,D6,pp+,9,144,86,9,,,,,,o,,,E,,gutim,11802 +nof,278,36,1,8272,5889,,960,1616.9654779999912,,,,,,,144,86,0,,,,,,,,,,,gutim,11802 +non,278,37,1,8273,5889,3754,992,1616.9654779999912,0.133928571428571,32,1,C5,p-,10,144,72,10,,,,,,o,,,,,gutim,11803 +nof,278,37,1,8273,5890,,992,1617.0994779999912,,,,,,,144,72,0,,,,,,,,,,,gutim,11803 +non,278,38,1,8274,5890,3755,1024,1617.0994779999912,0.087890625,32,0,C#3,p-,10,144,49,10,,,,,,o,,,,,gutim,11804 +nof,278,38,1,8274,5891,,1024,1617.1874779999912,,,,,,,144,49,0,,,,,,,,,,,gutim,11804 +non,278,39,1,8275,5891,3756,1045,1617.1874779999912,0.087890625,32,0,E2,p-,10,144,40,10,,,,,,o,,,,,gutim,11805 +nof,278,39,1,8275,5892,,1045,1617.2754779999912,,,,,,,144,40,0,,,,,,,,,,,gutim,11805 +non,278,40,1,8276,5892,3757,1066,1617.2754779999912,0.0920758928571429,32,0,C5,p,11,144,72,11,,,,,,o,,,,,gutim,11806 +nof,278,40,1,8276,5893,,1066,1617.3674779999913,,,,,,,144,72,0,,,,,,,,,,,gutim,11806 +non,278,41,1,8277,5893,3758,1088,1617.3674779999913,0.133928571428571,32,1,G#5,p,11,144,80,11,,,,,,o,,,e,,gutim,11807 +nof,278,41,1,8277,5894,,1088,1617.501477999991,,,,,,,144,80,0,,,,,,,,,,,gutim,11807 +non,278,42,1,8278,5894,3759,1120,1617.501477999991,0.133928571428571,32,1,E2,p,11,144,40,11,,,,,,o,,,e,,gutim,11808 +nof,278,42,1,8278,5895,,1120,1617.635477999991,,,,,,,144,40,0,,,,,,,,,,,gutim,11808 +non,278,43,1,8279,5895,3760,1152,1617.635477999991,0.133928571428571,32,1,D6,p,11,144,86,11,,,,,,o,,,e,,gutim,11809 +ped,278,48,0,8280,5896,,1279,1617.6664779999912,,,,,,,176,64,0,,,,,,,^,,,,gutim,11784 +nof,278,43,1,8279,5897,,1152,1617.769477999991,,,,,,,144,86,0,,,,,,,,,,,gutim,11809 +non,278,44,1,8281,5897,3761,1184,1617.769477999991,0.133928571428571,32,1,C5,p,11,144,72,11,,,,,,o,,,e,,gutim,11810 +nof,278,44,1,8281,5898,,1184,1617.903477999991,,,,,,,144,72,0,,,,,,,,,,,gutim,11810 +non,278,45,1,8282,5898,3762,1216,1617.903477999991,0.087890625,32,0,C#3,p,11,144,49,11,,,,,,o,,,E 6000,,gutim,11811 +nof,278,45,1,8282,5899,,1216,1617.991477999991,,,,,,,144,49,0,,,,,,,,,,,gutim,11811 +non,278,46,1,8283,5899,3763,1237,1617.991477999991,0.087890625,32,0,E2,p,11,144,40,11,,,,,,o,,,,,gutim,11812 +nof,278,46,1,8283,5900,,1237,1618.0794779999912,,,,,,,144,40,0,,,,,,,,,,,gutim,11812 +non,278,47,1,8284,5900,3764,1258,1618.0794779999912,0.0920758928571429,32,0,C5,p,11,144,72,11,,,,,,o,,,,,gutim,11813 +nof,278,47,1,8284,5901,,1258,1618.171477999991,,,,,,,144,72,0,,,,,,,,,,,gutim,11813 +bar,279,0,0,8285,5901,,0,1618.171477999991,,,,,,,,,,279,,,,,,,,,,gutim,11814 +sec,279,1,0,8286,5901,,0,1618.171477999991,,,,,,,,,,,6000,,,,,,,,,gutim,11815 +rst,279,2,1,8287,5901,,0,1618.171477999991,,,,,,,176,102,0,,,,,,,,,,,gutim,11816 +non,279,3,3,8288,5901,3765,0,1618.171477999991,0.535714285714286,8,0,C2,f,20,144,36,20,,,,,,o,,,,,gutim,11817 +non,279,4,3,8289,5901,3765,0,1618.171477999991,0.535714285714286,8,0,F#2,f,20,144,42,20,,,,,,o,,,,,gutim,11818 +non,279,5,3,8290,5901,3765,0,1618.171477999991,0.535714285714286,8,0,A4,f,20,144,69,20,,,,,,o,,,,,gutim,11819 +ped,279,6,0,8291,5902,,128,1618.2064779999912,,,,,,,176,64,127,,,,,,,V,,,,gutim,11820 +nof,279,3,3,8288,5903,,0,1618.221477999991,,,,,,,144,36,0,,,,,,,,,,,gutim,11817 +nof,279,4,3,8289,5903,,0,1618.221477999991,,,,,,,144,42,0,,,,,,,,,,,gutim,11818 +nof,279,5,3,8290,5903,,0,1618.221477999991,,,,,,,144,69,0,,,,,,,,,,,gutim,11819 +non,279,7,3,8292,5904,3766,128,1618.7064779999912,0.535714285714286,8,0,C1,pp,8,144,24,8,,,,,,o,,d,,,gutim,11821 +non,279,8,3,8293,5904,3766,128,1618.7064779999912,0.535714285714286,8,0,Db1,pp,8,144,25,8,,,,,,o,,d,,,gutim,11822 +non,279,9,3,8294,5904,3766,128,1618.7064779999912,0.535714285714286,8,0,B1,pp,8,144,35,8,,,,,,o,,d,,,gutim,11823 +non,279,10,3,8295,5904,3766,128,1618.7064779999912,0.535714285714286,8,0,G2,pp,8,144,43,8,,,,,,o,,d,,,gutim,11824 +nof,279,7,3,8292,5905,,128,1619.2424779999913,,,,,,,144,24,0,,,,,,,,,,,gutim,11821 +nof,279,8,3,8293,5905,,128,1619.2424779999913,,,,,,,144,25,0,,,,,,,,,,,gutim,11822 +nof,279,9,3,8294,5905,,128,1619.2424779999913,,,,,,,144,35,0,,,,,,,,,,,gutim,11823 +nof,279,10,3,8295,5905,,128,1619.2424779999913,,,,,,,144,43,0,,,,,,,,,,,gutim,11824 +rst,279,11,3,8296,5905,,256,1619.2424779999913,,,,,,,176,102,0,,,,,,,,,,,gutim,11825 +ped,279,12,0,8297,5906,,768,1621.385477999991,,,,,,,176,64,0,,,,,,,^,,,,gutim,11820 +non,279,13,1,8298,5906,3767,768,1621.385477999991,0.133928571428571,32,0,E5,p,11,144,76,11,,,,,,o,,d,,,gutim,11826 +non,279,14,3,8299,5906,3767,768,1621.385477999991,0.133928571428571,32,0,C#2,p,11,144,37,11,,,,,,o,,d,,,gutim,11827 +non,279,15,3,8300,5906,3767,768,1621.385477999991,0.133928571428571,32,0,A#2,p,11,144,46,11,,,,,,o,,d,,,gutim,11828 +nof,279,13,1,8298,5907,,768,1621.519477999991,,,,,,,144,76,0,,,,,,,,,,,gutim,11826 +nof,279,14,3,8299,5907,,768,1621.519477999991,,,,,,,144,37,0,,,,,,,,,,,gutim,11827 +nof,279,15,3,8300,5907,,768,1621.519477999991,,,,,,,144,46,0,,,,,,,,,,,gutim,11828 +non,279,16,1,8301,5907,3768,800,1621.519477999991,0.401785714285714,16,1,E5,mp+,15,144,76,15,,,,,,o,,,,,gutim,11829 +non,279,17,3,8302,5907,3768,800,1621.519477999991,0.401785714285714,16,1,C#2,mp-,13,144,37,13,,,,,,o,,,,,gutim,11830 +non,279,18,3,8303,5907,3768,800,1621.519477999991,0.267857142857143,16,1,A#2,mp-,13,144,46,13,,,,,,o,,,,,gutim,11831 +nof,279,18,3,8303,5908,,800,1621.787477999991,,,,,,,144,46,0,,,,,,,,,,,gutim,11831 +nof,279,16,1,8301,5909,,800,1621.921477999991,,,,,,,144,76,0,,,,,,,,,,,gutim,11829 +nof,279,17,3,8302,5909,,800,1621.921477999991,,,,,,,144,37,0,,,,,,,,,,,gutim,11830 +non,279,19,1,8304,5909,3769,896,1621.921477999991,0.401785714285714,16,1,G#3,f,20,144,56,20,,,,,,o,,d,,,gutim,11832 +non,279,20,3,8305,5909,3769,896,1621.921477999991,0.535714285714286,8,0,C#2,f,20,144,37,20,,,,,,o,,d,,,gutim,11833 +non,279,21,3,8306,5909,3769,896,1621.921477999991,0.535714285714286,8,0,A#2,f,20,144,46,20,,,,,,o,,d,,,gutim,11834 +nof,279,19,1,8304,5910,,896,1622.3224779999912,,,,,,,144,56,0,,,,,,,,,,,gutim,11832 +non,279,22,1,8307,5910,3770,992,1622.3224779999912,0.133928571428571,32,0,C5,mp+,15,144,72,15,,,,,,o,,,,,gutim,11835 +nof,279,20,3,8305,5911,,896,1622.4564779999912,,,,,,,144,37,0,,,,,,,,,,,gutim,11833 +nof,279,21,3,8306,5911,,896,1622.4564779999912,,,,,,,144,46,0,,,,,,,,,,,gutim,11834 +nof,279,22,1,8307,5912,,992,1622.4564779999912,,,,,,,144,72,0,,,,,,,,,,,gutim,11835 +rst,279,23,1,8308,5912,,1024,1622.4564779999912,,,,,,,176,102,0,,,,,,,,,,,gutim,11836 +non,279,24,3,8309,5912,3771,1024,1622.4564779999912,0.267857142857143,16,1,F4,p,11,144,65,11,,,,,,o,,d,,,gutim,11837 +non,279,26,3,8310,5913,3772,1088,1622.7244779999912,0.087890625,32,0,G1,p-,10,144,31,10,,,,,,o,,D,,,gutim,11838 +ped,279,25,0,8311,5913,,1088,1622.7244779999912,,,,,,,176,64,127,,,,,,,V,,,,gutim,11839 +nof,279,26,3,8310,5914,,1088,1622.8124779999912,,,,,,,144,31,0,,,,,,,,,,,gutim,11838 +non,279,27,3,8312,5914,3773,1109,1622.8124779999912,0.087890625,32,0,E2,p-,10,144,40,10,,,,,,o,,,,,gutim,11840 +nof,279,27,3,8312,5915,,1109,1622.9004779999912,,,,,,,144,40,0,,,,,,,,,,,gutim,11840 +non,279,28,3,8313,5915,3774,1130,1622.9004779999912,0.0920758928571429,32,0,G1,p-,10,144,31,10,,,,,,o,,,,,gutim,11841 +nof,279,28,3,8313,5916,,1130,1622.9924779999913,,,,,,,144,31,0,,,,,,,,,,,gutim,11841 +non,279,29,3,8314,5916,3775,1152,1622.9924779999913,0.087890625,32,0,E2,pp+,9,144,40,9,,,,,,o,,,,,gutim,11842 +nof,279,29,3,8314,5917,,1152,1623.0804779999912,,,,,,,144,40,0,,,,,,,,,,,gutim,11842 +non,279,30,3,8315,5917,3776,1173,1623.0804779999912,0.087890625,32,0,G1,pp+,9,144,31,9,,,,,,o,,,,,gutim,11843 +nof,279,24,3,8309,5918,,1024,1623.0994779999912,,,,,,,144,65,0,,,,,,,,,,,gutim,11837 +nof,279,30,3,8315,5919,,1173,1623.1684779999912,,,,,,,144,31,0,,,,,,,,,,,gutim,11843 +non,279,31,3,8316,5919,3777,1194,1623.1684779999912,0.0920758928571429,32,0,E2,pp+,9,144,40,9,,,,,,o,,,,,gutim,11844 +nof,279,31,3,8316,5920,,1194,1623.260477999991,,,,,,,144,40,0,,,,,,,,,,,gutim,11844 +non,279,32,3,8317,5920,3778,1216,1623.260477999991,0.05859375,32,0,G1,pp,8,144,31,8,,,,,,o,,,,,gutim,11845 +nof,279,32,3,8317,5921,,1216,1623.3194779999912,,,,,,,144,31,0,,,,,,,,,,,gutim,11845 +non,279,33,3,8318,5921,3779,1230,1623.3194779999912,0.05859375,32,0,E2,pp,8,144,40,8,,,,,,o,,,,,gutim,11846 +nof,279,33,3,8318,5922,,1230,1623.3774779999912,,,,,,,144,40,0,,,,,,,,,,,gutim,11846 +non,279,34,3,8319,5922,3780,1244,1623.3774779999912,0.05859375,32,0,G1,pp,8,144,31,8,,,,,t,o,,,,,gutim,11847 +non,279,35,3,8320,5923,,1258,1623.4364779999912,0.0920758928571429,32,0,G1,,,,,,,,,,T,,,,,,gutim,11848 +nof,279,34,3,8319,5924,,1244,1623.528477999991,,,,,,,144,31,0,,,,,,,,,,,gutim,11847 +bar,280,0,0,8321,5924,,0,1623.528477999991,,,,,,,,,,280,,,,,,,,,,gutim,11849 +rst,280,1,1,8322,5924,,0,1623.528477999991,,,,,,,176,102,0,,,,,,,,,,,gutim,11850 +non,280,2,3,8323,5924,3781,0,1623.528477999991,1.60714285714286,4,1,G1,pp,8,144,31,8,,,,,,o,,,,,gutim,11851 +non,280,3,3,8324,5924,3781,0,1623.528477999991,1.07142857142857,4,1,E2,pp,8,144,40,8,,,,,,o,,,,,gutim,11852 +non,280,4,3,8325,5924,3781,0,1623.528477999991,1.07142857142857,4,1,F3,pp,8,144,53,8,,,,,,o,,,,,gutim,11853 +nof,280,3,3,8324,5925,,0,1624.5994779999912,,,,,,,144,40,0,,,,,,,,,,,gutim,11852 +nof,280,4,3,8325,5925,,0,1624.5994779999912,,,,,,,144,53,0,,,,,,,,,,,gutim,11853 +ped,280,5,0,8326,5926,,384,1625.0734779999912,,,,,,,176,64,0,,,,,,,^,,,,gutim,11839 +nof,280,2,3,8323,5927,,0,1625.135477999991,,,,,,,144,31,0,,,,,,,,,,,gutim,11851 +non,280,6,3,8327,5927,3782,384,1625.135477999991,0.17578125,16,0,G1,pp,8,144,31,8,,,,,,o,,,,,gutim,11854 +non,280,7,3,8328,5927,3782,384,1625.135477999991,0.267857142857143,16,0,E2,pp,8,144,40,8,,,,,,o,,,,,gutim,11855 +non,280,8,3,8329,5927,3782,384,1625.135477999991,0.267857142857143,16,0,F2,pp,8,144,41,8,,,,,,o,,,,,gutim,11856 +nof,280,6,3,8327,5928,,384,1625.3114779999912,,,,,,,144,31,0,,,,,,,,,,,gutim,11854 +non,280,10,3,8330,5928,3783,426,1625.3114779999912,0.1171875,16,0,F4,pp,8,144,65,8,,,,,,o,,,e,,gutim,11857 +ped,280,9,0,8331,5929,,426,1625.373477999991,,,,,,,176,64,127,,,,,,,V,,,,gutim,11858 +nof,280,7,3,8328,5930,,384,1625.403477999991,,,,,,,144,40,0,,,,,,,,,,,gutim,11855 +nof,280,8,3,8329,5930,,384,1625.403477999991,,,,,,,144,41,0,,,,,,,,,,,gutim,11856 +nof,280,10,3,8330,5931,,426,1625.4284779999912,,,,,,,144,65,0,,,,,,,,,,,gutim,11857 +non,280,11,3,8332,5931,3784,454,1625.4284779999912,0.1171875,16,0,G2,pp,8,144,43,8,,,,,,o,,,e,,gutim,11859 +nof,280,11,3,8332,5932,,454,1625.5454779999911,,,,,,,144,43,0,,,,,,,,,,,gutim,11859 +non,280,12,3,8333,5932,3785,482,1625.5454779999911,0.125558035714286,16,0,E3,pp,8,144,52,8,,,,,,o,,,e,,gutim,11860 +nof,280,12,3,8333,5933,,482,1625.671477999991,,,,,,,144,52,0,,,,,,,,,,,gutim,11860 +non,280,13,3,8334,5933,3786,512,1625.671477999991,1.07142857142857,4,0,D#5,pp,8,144,75,8,,,,,t,o,,,E,,gutim,11861 +rst,280,14,1,8335,5933,,512,1625.671477999991,,,,,,,176,102,0,,,,,,,,,,,gutim,11862 +non,280,15,1,8336,5934,3787,736,1626.6084779999912,0.133928571428571,32,0,D#4,pp,8,144,63,8,,,,,,o,,d,,,gutim,11863 +non,280,16,1,8337,5934,3787,736,1626.6084779999912,0.133928571428571,32,0,G#5,f,20,144,80,20,,,,,,o,,d,,,gutim,11864 +nof,280,15,1,8336,5935,,736,1626.7424779999913,,,,,,,144,63,0,,,,,,,,,,,gutim,11863 +nof,280,16,1,8337,5935,,736,1626.7424779999913,,,,,,,144,80,0,,,,,,,,,,,gutim,11864 +ped,280,17,0,8338,5935,,768,1626.7424779999913,,,,,,,176,64,0,,,,,,,^,,,,gutim,11858 +non,280,18,3,8339,5935,,768,1626.7424779999913,1.07142857142857,4,0,D#5,,,,,,,,,,T,,,,,,gutim,11865 +non,280,19,1,8340,5935,3788,768,1626.7424779999913,1.07142857142857,4,0,B3,p,11,144,59,11,,,,,,o,,d,,,gutim,11866 +non,280,20,1,8341,5935,3788,768,1626.7424779999913,1.07142857142857,4,0,D#4,p,11,144,63,11,,,,,,o,,d,,,gutim,11867 +non,280,21,1,8342,5935,3788,768,1626.7424779999913,1.07142857142857,4,0,G#5,p,11,144,80,11,,,,,,o,,d,,,gutim,11868 +nof,280,13,3,8334,5936,,512,1627.8134779999912,,,,,,,144,75,0,,,,,,,,,,,gutim,11861 +nof,280,19,1,8340,5937,,768,1627.8134779999912,,,,,,,144,59,0,,,,,,,,,,,gutim,11866 +nof,280,20,1,8341,5937,,768,1627.8134779999912,,,,,,,144,63,0,,,,,,,,,,,gutim,11867 +nof,280,21,1,8342,5937,,768,1627.8134779999912,,,,,,,144,80,0,,,,,,,,,,,gutim,11868 +rst,280,22,3,8343,5937,,1024,1627.8134779999912,,,,,,,176,102,0,,,,,,,,,,,gutim,11869 +non,280,23,1,8344,5937,3789,1024,1627.8134779999912,0.104631696428571,32,0,G#6,pp,8,144,92,8,,,,,,o,,d,,,gutim,11870 +nof,280,23,1,8344,5938,,1024,1627.9184779999912,,,,,,,144,92,0,,,,,,,,,,,gutim,11870 +non,280,25,1,8345,5938,3790,1049,1627.9184779999912,0.0544084821428571,64,0,G#6,pp,8,144,92,8,,,,,,o,,d,,,gutim,11871 +ped,280,24,0,8346,5938,,1049,1627.9184779999912,,,,,,,176,64,127,,,,,,,V,,,,gutim,11872 +nof,280,25,1,8345,5939,,1049,1627.9734779999912,,,,,,,144,92,0,,,,,,,,,,,gutim,11871 +non,280,26,1,8347,5939,3791,1062,1627.9734779999912,0.0544084821428571,64,0,D7,pp,8,144,98,8,,,,,,o,,D,,,gutim,11873 +nof,280,26,1,8347,5940,,1062,1628.027477999991,,,,,,,144,98,0,,,,,,,,,,,gutim,11873 +non,280,27,1,8348,5940,3792,1075,1628.027477999991,0.0544084821428571,64,0,G#6,pp,8,144,92,8,,,,,,o,,,,,gutim,11874 +nof,280,27,1,8348,5941,,1075,1628.0814779999912,,,,,,,144,92,0,,,,,,,,,,,gutim,11874 +non,280,28,1,8349,5941,3793,1088,1628.0814779999912,0.0502232142857143,64,0,E2,pp+,9,144,40,9,,,,,,o,,,,,gutim,11875 +nof,280,28,1,8349,5942,,1088,1628.1324779999911,,,,,,,144,40,0,,,,,,,,,,,gutim,11875 +non,280,29,1,8350,5942,3794,1100,1628.1324779999911,0.0544084821428571,64,0,G#5,pp+,9,144,80,9,,,,,,o,,,,,gutim,11876 +nof,280,29,1,8350,5943,,1100,1628.1864779999912,,,,,,,144,80,0,,,,,,,,,,,gutim,11876 +non,280,30,1,8351,5943,3795,1113,1628.1864779999912,0.0544084821428571,64,0,D6,pp+,9,144,86,9,,,,,,o,,,,,gutim,11877 +nof,280,30,1,8351,5944,,1113,1628.240477999991,,,,,,,144,86,0,,,,,,,,,,,gutim,11877 +non,280,31,1,8352,5944,3796,1126,1628.240477999991,0.0544084821428571,64,0,E3,pp+,9,144,52,9,,,,,,o,,,,,gutim,11878 +nof,280,31,1,8352,5945,,1126,1628.2954779999911,,,,,,,144,52,0,,,,,,,,,,,gutim,11878 +non,280,32,1,8353,5945,3797,1139,1628.2954779999911,0.0544084821428571,64,0,C#4,pp+,9,144,61,9,,,,,,o,,,,,gutim,11879 +nof,280,32,1,8353,5946,,1139,1628.3494779999912,,,,,,,144,61,0,,,,,,,,,,,gutim,11879 +non,280,33,1,8354,5946,3798,1152,1628.3494779999912,0.087890625,32,0,C5,p-,10,144,72,10,,,,,,o,,,e,,gutim,11880 +rst,280,34,3,8355,5946,,1152,1628.3494779999912,,,,,,,176,102,0,,,,,,,,,,,gutim,11881 +nof,280,33,1,8354,5947,,1152,1628.4374779999912,,,,,,,144,72,0,,,,,,,,,,,gutim,11880 +non,280,35,1,8356,5947,3799,1173,1628.4374779999912,0.087890625,32,0,C#4,p-,10,144,61,10,,,,,,o,,,e,,gutim,11882 +nof,280,35,1,8356,5948,,1173,1628.5254779999912,,,,,,,144,61,0,,,,,,,,,,,gutim,11882 +non,280,36,1,8357,5948,3800,1194,1628.5254779999912,0.0920758928571429,32,0,G#5,p-,10,144,80,10,,,,,,o,,,e,,gutim,11883 +ped,280,38,0,8358,5949,,1216,1628.6014779999912,,,,,,,176,64,0,,,,,,,^,,,,gutim,11872 +nof,280,36,1,8357,5950,,1194,1628.6174779999913,,,,,,,144,80,0,,,,,,,,,,,gutim,11883 +non,280,37,1,8359,5950,3801,1216,1628.6174779999913,0.087890625,32,0,E3,p,11,144,52,11,,,,,,o,,,e,,gutim,11884 +nof,280,37,1,8359,5951,,1216,1628.7054779999912,,,,,,,144,52,0,,,,,,,,,,,gutim,11884 +non,280,39,1,8360,5951,3802,1237,1628.7054779999912,0.087890625,32,0,D6,p,11,144,86,11,,,,,,o,,,e,,gutim,11885 +nof,280,39,1,8360,5952,,1237,1628.7934779999912,,,,,,,144,86,0,,,,,,,,,,,gutim,11885 +non,280,40,1,8361,5952,3803,1258,1628.7934779999912,0.0920758928571429,32,0,C5,p,11,144,72,11,,,,,,o,,,e,,gutim,11886 +nof,280,40,1,8361,5953,,1258,1628.885477999991,,,,,,,144,72,0,,,,,,,,,,,gutim,11886 +bar,281,0,0,8362,5953,,0,1628.885477999991,,,,,,,,,,281,,,,,,,,,,gutim,11887 +rst,281,2,1,8363,5953,,0,1628.885477999991,,,,,,,176,102,0,,,,,,,,,,,gutim,11888 +non,281,3,3,8364,5953,3804,0,1628.885477999991,0.0502232142857143,64,0,E2,p+,12,144,40,12,,,,,,o,,,E,,gutim,11889 +ped,281,1,0,8365,5954,,0,1628.9014779999911,,,,,,,176,64,127,,,,,,,V,,,,gutim,11890 +nof,281,3,3,8364,5955,,0,1628.9354779999912,,,,,,,144,40,0,,,,,,,,,,,gutim,11889 +non,281,4,3,8366,5955,3805,12,1628.9354779999912,0.0544084821428571,64,0,C#3,p+,12,144,49,12,,,,,,o,,,,,gutim,11891 +nof,281,4,3,8366,5956,,12,1628.990477999991,,,,,,,144,49,0,,,,,,,,,,,gutim,11891 +non,281,5,3,8367,5956,3806,25,1628.990477999991,0.0544084821428571,64,0,C4,p+,12,144,60,12,,,,,,o,,,,,gutim,11892 +nof,281,5,3,8367,5957,,25,1629.0444779999912,,,,,,,144,60,0,,,,,,,,,,,gutim,11892 +non,281,6,3,8368,5957,3807,38,1629.0444779999912,0.0544084821428571,64,0,G#4,p+,12,144,68,12,,,,,,o,,,,,gutim,11893 +nof,281,6,3,8368,5958,,38,1629.0984779999912,,,,,,,144,68,0,,,,,,,,,,,gutim,11893 +non,281,7,3,8369,5958,3808,51,1629.0984779999912,0.0544084821428571,64,0,D5,mp-,13,144,74,13,,,,,,o,,,,,gutim,11894 +nof,281,7,3,8369,5959,,51,1629.153477999991,,,,,,,144,74,0,,,,,,,,,,,gutim,11894 +non,281,8,3,8370,5959,3809,64,1629.153477999991,0.133928571428571,32,1,G#4,mp-,13,144,68,13,,,,,,o,,,,,gutim,11895 +nof,281,8,3,8370,5960,,64,1629.287477999991,,,,,,,144,68,0,,,,,,,,,,,gutim,11895 +non,281,9,3,8371,5960,3810,96,1629.287477999991,0.087890625,32,0,E2,mp-,13,144,40,13,,,,,,o,,,,,gutim,11896 +nof,281,9,3,8371,5961,,96,1629.375477999991,,,,,,,144,40,0,,,,,,,,,,,gutim,11896 +non,281,10,3,8372,5961,3811,117,1629.375477999991,0.087890625,32,0,C#3,mp,14,144,49,14,,,,,,o,,,,,gutim,11897 +nof,281,10,3,8372,5962,,117,1629.462477999991,,,,,,,144,49,0,,,,,,,,,,,gutim,11897 +non,281,11,3,8373,5962,3812,138,1629.462477999991,0.133928571428571,32,1,C4,mp,14,144,60,14,,,,,,o,,d,,,gutim,11898 +nof,281,11,3,8373,5963,,138,1629.596477999991,,,,,,,144,60,0,,,,,,,,,,,gutim,11898 +non,281,12,3,8374,5963,3813,170,1629.596477999991,0.0920758928571429,32,0,C#3,mp,14,144,49,14,,,,,,o,,d,,,gutim,11899 +nof,281,12,3,8374,5964,,170,1629.6884779999912,,,,,,,144,49,0,,,,,,,,,,,gutim,11899 +rst,281,13,3,8375,5964,,192,1629.6884779999912,,,,,,,176,102,0,,,,,,,,,,,gutim,11900 +non,281,14,3,8376,5965,3814,256,1629.9564779999912,2.14285714285714,2,0,C1,pp,8,144,24,8,,,,,,o,,d,,,gutim,11901 +non,281,15,3,8377,5965,3814,256,1629.9564779999912,2.14285714285714,2,0,Db1,pp,8,144,25,8,,,,,,o,,d,,,gutim,11902 +non,281,16,3,8378,5965,3814,256,1629.9564779999912,2.14285714285714,2,0,B1,pp,8,144,35,8,,,,,,o,,d,,,gutim,11903 +non,281,17,3,8379,5965,3814,256,1629.9564779999912,2.14285714285714,2,0,G3,pp,8,144,55,8,,,,,,o,,d,,,gutim,11904 +ped,281,18,0,8380,5966,,767,1632.095477999991,,,,,,,176,64,0,,,,,,,^,,,,gutim,11890 +non,281,19,1,8381,5967,3815,768,1632.0994779999912,0.133928571428571,32,0,E4,fff,24,144,64,24,,,,,,o,,d,,,gutim,11905 +non,281,20,1,8382,5967,3815,768,1632.0994779999912,0.133928571428571,32,0,A4,fff,24,144,69,24,,,,,,o,,d,,,gutim,11906 +non,281,21,3,8383,5967,3815,768,1632.0994779999912,0.133928571428571,32,0,C2,fff,24,144,36,24,,,,,,o,,d,,,gutim,11907 +non,281,22,3,8384,5967,3815,768,1632.0994779999912,0.133928571428571,32,0,F#2,fff,24,144,42,24,,,,,,o,,d,,,gutim,11908 +nof,281,19,1,8381,5968,,768,1632.2334779999912,,,,,,,144,64,0,,,,,,,,,,,gutim,11905 +nof,281,20,1,8382,5968,,768,1632.2334779999912,,,,,,,144,69,0,,,,,,,,,,,gutim,11906 +nof,281,21,3,8383,5968,,768,1632.2334779999912,,,,,,,144,36,0,,,,,,,,,,,gutim,11907 +nof,281,22,3,8384,5968,,768,1632.2334779999912,,,,,,,144,42,0,,,,,,,,,,,gutim,11908 +non,281,23,1,8385,5968,3816,800,1632.2334779999912,0.401785714285714,16,1,E4,pp,8,144,64,8,,,,,,o,,d,,,gutim,11909 +non,281,24,1,8386,5968,3816,800,1632.2334779999912,0.267857142857143,16,1,G#4,pp,8,144,68,8,,,,,,o,,d,,,gutim,11910 +non,281,25,1,8387,5968,3816,800,1632.2334779999912,0.267857142857143,16,1,A4,pp,8,144,69,8,,,,,,o,,d,,,gutim,11911 +non,281,26,3,8388,5968,3816,800,1632.2334779999912,0.401785714285714,16,1,C2,pp,8,144,36,8,,,,,,o,,d,,,gutim,11912 +non,281,27,3,8389,5968,3816,800,1632.2334779999912,0.267857142857143,16,1,F#2,pp,8,144,42,8,,,,,,o,,d,,,gutim,11913 +ped,281,28,0,8390,5969,,845,1632.421477999991,,,,,,,176,64,127,,,,,,,V,,,,gutim,11914 +nof,281,24,1,8386,5970,,800,1632.501477999991,,,,,,,144,68,0,,,,,,,,,,,gutim,11910 +nof,281,25,1,8387,5970,,800,1632.501477999991,,,,,,,144,69,0,,,,,,,,,,,gutim,11911 +nof,281,27,3,8389,5970,,800,1632.501477999991,,,,,,,144,42,0,,,,,,,,,,,gutim,11913 +rst,281,29,1,8391,5971,,896,1632.635477999991,,,,,,,176,102,0,,,,,,,,,,,gutim,11915 +rst,281,30,3,8392,5971,,896,1632.635477999991,,,,,,,176,102,0,,,,,,,,,,,gutim,11916 +nof,281,23,1,8385,5972,,800,1632.635477999991,,,,,,,144,64,0,,,,,,,,,,,gutim,11909 +nof,281,26,3,8388,5972,,800,1632.635477999991,,,,,,,144,36,0,,,,,,,,,,,gutim,11912 +nof,281,14,3,8376,5973,,256,1632.7744779999912,,,,,,,144,24,0,,,,,,,,,,,gutim,11901 +nof,281,15,3,8377,5973,,256,1632.7744779999912,,,,,,,144,25,0,,,,,,,,,,,gutim,11902 +nof,281,16,3,8378,5973,,256,1632.7744779999912,,,,,,,144,35,0,,,,,,,,,,,gutim,11903 +nof,281,17,3,8379,5973,,256,1632.7744779999912,,,,,,,144,55,0,,,,,,,,,,,gutim,11904 +rst,281,31,1,8393,5974,,1024,1633.171477999991,,,,,,,176,102,0,,,,,,,,,,,gutim,11917 +rst,281,32,3,8394,5974,,1024,1633.171477999991,,,,,,,176,102,0,,,,,,,,,,,gutim,11918 +bar,282,0,0,8395,5975,,0,1634.2424779999913,,,,,,,,,,282,,,,,,,,,,gutim,11919 +rst,282,1,1,8396,5975,,0,1634.2424779999913,,,,,,,176,102,0,,,,,,,,,,,gutim,11920 +rst,282,2,3,8397,5975,,0,1634.2424779999913,,,,,,,176,102,0,,,,,,,,,,,gutim,11921 +rst,282,3,4,8398,5975,,0,1634.2424779999913,,,,,,,176,102,0,,,,,,,,,,,gutim,11922 +rst,282,5,1,8399,5976,,256,1635.3134779999912,,,,,,,176,102,0,,,,,,,,,,,gutim,11923 +non,282,4,1,8400,5976,3817,,1635.3134779999912,0.05,8,0,F#5,pp,8,144,78,8,,,,g,,o,,d,,,gutim,11924 +non,282,6,3,8401,5976,3817,,1635.3134779999912,0.05,8,0,C#1,pp,8,144,25,8,,,,g,,o,,d,,,gutim,11925 +nof,282,4,1,8400,5977,,,1635.3634779999911,,,,,,,144,78,0,,,,,,,,,,,gutim,11924 +nof,282,6,3,8401,5977,,,1635.3634779999911,,,,,,,144,25,0,,,,,,,,,,,gutim,11925 +non,282,7,3,8402,5978,3818,,1635.3884779999912,0.05,8,0,D2,pp,8,144,38,8,,,,g,,o,,d,,,gutim,11926 +nof,282,7,3,8402,5979,,,1635.4384779999912,,,,,,,144,38,0,,,,,,,,,,,gutim,11926 +non,282,8,3,8403,5980,3819,,1635.4634779999913,0.05,8,0,C#1,pp,8,144,25,8,,,,g,,o,,d,,,gutim,11927 +nof,282,8,3,8403,5981,,,1635.5134779999912,,,,,,,144,25,0,,,,,,,,,,,gutim,11927 +non,282,9,3,8404,5982,3820,,1635.538477999991,0.05,8,0,D2,pp,8,144,38,8,,,,g,,o,,d,,,gutim,11928 +nof,282,9,3,8404,5983,,,1635.5884779999913,,,,,,,144,38,0,,,,,,,,,,,gutim,11928 +non,282,10,3,8405,5984,3821,,1635.6134779999911,0.05,8,0,C#1,pp,8,144,25,8,,,,g,,o,,D,,,gutim,11929 +nof,282,10,3,8405,5985,,,1635.663477999991,,,,,,,144,25,0,,,,,,,,,,,gutim,11929 +non,282,11,3,8406,5986,3822,256,1635.6884779999912,1.07142857142857,4,0,F1,pp,8,144,29,8,,,,,,o,,d,e,,gutim,11930 +non,282,12,3,8407,5986,3822,256,1635.6884779999912,1.07142857142857,4,0,A2,pp,8,144,45,8,,,,,,o,,d,e,,gutim,11931 +non,282,13,3,8408,5986,3822,256,1635.6884779999912,1.07142857142857,4,0,E3,pp,8,144,52,8,,,,,,o,,d,e,,gutim,11932 +rst,282,14,4,8409,5986,,256,1635.6884779999912,,,,,,,176,102,0,,,,,,,,,,,gutim,11933 +non,282,15,1,8410,5987,3823,277,1635.7764779999911,0.087890625,32,0,C5,mp,14,144,72,14,,,,,,o,,d,e,,gutim,11934 +nof,282,15,1,8410,5988,,277,1635.864477999991,,,,,,,144,72,0,,,,,,,,,,,gutim,11934 +non,282,16,1,8411,5988,3824,298,1635.864477999991,0.0920758928571429,32,0,Ab3,mp,14,144,56,14,,,,,,o,,d,e,,gutim,11935 +nof,282,16,1,8411,5989,,298,1635.9564779999912,,,,,,,144,56,0,,,,,,,,,,,gutim,11935 +non,282,17,1,8412,5989,3825,320,1635.9564779999912,0.087890625,32,0,F5,mp,14,144,77,14,,,,,,o,,d,e,,gutim,11936 +nof,282,17,1,8412,5990,,320,1636.0444779999912,,,,,,,144,77,0,,,,,,,,,,,gutim,11936 +non,282,18,1,8413,5990,3826,341,1636.0444779999912,0.087890625,32,0,Ab3,mp,14,144,56,14,,,,,,o,,d,e,,gutim,11937 +nof,282,18,1,8413,5991,,341,1636.1324779999911,,,,,,,144,56,0,,,,,,,,,,,gutim,11937 +non,282,19,1,8414,5991,3827,362,1636.1324779999911,0.0920758928571429,32,0,F5,mp,14,144,77,14,,,,,,o,,d 6001,E 6001,,gutim,11938 +nof,282,19,1,8414,5992,,362,1636.2244779999912,,,,,,,144,77,0,,,,,,,,,,,gutim,11938 +ped,282,20,0,8415,5992,,384,1636.2244779999912,,,,,,,176,64,0,,,,,,,^,,,,gutim,11914 +rst,282,21,1,8416,5992,,384,1636.2244779999912,,,,,,,176,102,0,,,,,,,,,,,gutim,11939 +nof,282,11,3,8406,5993,,256,1636.760477999991,,,,,,,144,29,0,,,,,,,,,,,gutim,11930 +non,282,22,1,8417,5993,3828,512,1636.760477999991,3.21428571428571,2,1,E4,ppp,5,144,64,5,,,,,,o,,,,,gutim,11940 +non,282,23,1,8418,5993,3828,512,1636.760477999991,2.14285714285714,2,1,G#4,ppp,5,144,68,5,,,,,,o,,,,,gutim,11941 +non,282,24,1,8419,5993,3828,512,1636.760477999991,2.14285714285714,2,1,A4,ppp,5,144,69,5,,,,,,o,,,,,gutim,11942 +non,282,25,3,8420,5993,3828,512,1636.760477999991,3.21428571428571,2,1,F#2,ppp,5,144,42,5,,,,,,o,,,,,gutim,11943 +non,282,26,4,8421,5993,3828,512,1636.760477999991,0.133928571428571,32,0,F1,pp,8,144,29,8,,,,,,o,,,,,gutim,11944 +nof,282,12,3,8407,5994,,256,1636.760477999991,,,,,,,144,45,0,,,,,,,,,,,gutim,11931 +nof,282,13,3,8408,5994,,256,1636.760477999991,,,,,,,144,52,0,,,,,,,,,,,gutim,11932 +ped,282,27,0,8422,5995,,522,1636.8024779999912,,,,,,,176,64,127,,,,,,,V,,,,gutim,11945 +nof,282,26,4,8421,5996,,512,1636.894477999991,,,,,,,144,29,0,,,,,,,,,,,gutim,11944 +non,282,28,4,8423,5996,3829,544,1636.894477999991,0.9375,8,2,B0,pp,8,144,23,8,,,,,,o,,,,,gutim,11946 +non,282,29,4,8424,5996,3829,544,1636.894477999991,0.535714285714286,8,2,F1,pp,8,144,29,8,,,,,,o,,,,,gutim,11947 +nof,282,29,4,8424,5997,,544,1637.4304779999911,,,,,,,144,29,0,,,,,,,,,,,gutim,11947 +nof,282,28,4,8423,5998,,544,1637.8314779999912,,,,,,,144,23,0,,,,,,,,,,,gutim,11946 +rst,282,30,4,8425,5998,,768,1637.8314779999912,,,,,,,176,102,0,,,,,,,,,,,gutim,11948 +nof,282,23,1,8418,5999,,512,1638.903477999991,,,,,,,144,68,0,,,,,,,,,,,gutim,11941 +nof,282,24,1,8419,5999,,512,1638.903477999991,,,,,,,144,69,0,,,,,,,,,,,gutim,11942 +ped,283,1,0,8426,6000,,0,1639.8244779999911,,,,,,,176,64,0,,,,,,,^,,,,gutim,11945 +nof,282,22,1,8417,6001,,512,1639.9744779999912,,,,,,,144,64,0,,,,,,,,,,,gutim,11940 +bar,283,0,0,8427,6001,,0,1639.9744779999912,,,,,,,,,,283,,,,,,,,,,gutim,11949 +non,283,3,1,8428,6001,3830,0,1639.9744779999912,2.14285714285714,2,0,E4,pp,8,144,64,8,,,,,,o,,,,,gutim,11950 +non,283,4,1,8429,6001,3830,0,1639.9744779999912,2.14285714285714,2,0,G#4,pp,8,144,68,8,,,,,,o,,,,,gutim,11951 +non,283,5,3,8430,6001,3830,0,1639.9744779999912,1.07142857142857,4,0,B0,pp,8,144,23,8,,,,,t,o,,,,,gutim,11952 +non,283,6,3,8431,6001,3830,0,1639.9744779999912,1.07142857142857,4,0,F1,pp,8,144,29,8,,,,,t,o,,,,,gutim,11953 +non,283,7,3,8432,6001,3830,0,1639.9744779999912,1.07142857142857,4,0,C2,pp,8,144,36,8,,,,,t,o,,,,,gutim,11954 +nof,282,25,3,8420,6002,,512,1639.9744779999912,,,,,,,144,42,0,,,,,,,,,,,gutim,11943 +ped,283,2,0,8433,6003,,0,1640.124477999991,,,,,,,176,64,127,,,,,,,V,,,,gutim,11955 +ped,283,8,0,8434,6004,,256,1641.046477999991,,,,,,,176,64,0,,,,,,,^,,,,gutim,11955 +non,283,9,3,8435,6004,,256,1641.046477999991,1.07142857142857,4,0,B0,,,,,,,,,,T,,,,,,gutim,11956 +non,283,10,3,8436,6004,,256,1641.046477999991,1.07142857142857,4,0,F1,,,,,,,,,,T,,,,,,gutim,11957 +non,283,11,3,8437,6004,,256,1641.046477999991,1.07142857142857,4,0,C2,,,,,,,,,,T,,,,,,gutim,11958 +nof,283,3,1,8428,6005,,0,1642.1174779999913,,,,,,,144,64,0,,,,,,,,,,,gutim,11950 +nof,283,4,1,8429,6005,,0,1642.1174779999913,,,,,,,144,68,0,,,,,,,,,,,gutim,11951 +nof,283,5,3,8430,6005,,0,1642.1174779999913,,,,,,,144,23,0,,,,,,,,,,,gutim,11952 +nof,283,6,3,8431,6005,,0,1642.1174779999913,,,,,,,144,29,0,,,,,,,,,,,gutim,11953 +nof,283,7,3,8432,6005,,0,1642.1174779999913,,,,,,,144,36,0,,,,,,,,,,,gutim,11954 +rst,283,13,1,8438,6006,,512,1642.1174779999913,,,,,,,176,102,0,,,,,,,,,,,gutim,11959 +non,283,14,3,8439,6006,3831,512,1642.1174779999913,0.133928571428571,32,0,F1,ppp,5,144,29,5,,,,,,o,,,,,gutim,11960 +ped,283,12,0,8440,6006,,512,1642.1174779999913,,,,,,,176,64,127,,,,,,,V,,,,gutim,11961 +nof,283,14,3,8439,6007,,512,1642.251477999991,,,,,,,144,29,0,,,,,,,,,,,gutim,11960 +non,283,15,3,8441,6007,3832,544,1642.251477999991,0.9375,8,2,B0,ppp,5,144,23,5,,,,,t,o,,,,,gutim,11962 +ped,283,16,0,8442,6008,,768,1643.1884779999912,,,,,,,176,64,0,,,,,,,^,,,,gutim,11961 +rst,283,17,1,8443,6008,,768,1643.1884779999912,,,,,,,176,102,0,,,,,,,,,,,gutim,11963 +non,283,18,3,8444,6008,,768,1643.1884779999912,2.14285714285714,2,0,B0,,,,,,,,,,_,,,,,,gutim,11964 +non,283,19,3,8445,6009,,1280,1645.3314779999912,1.07142857142857,4,0,B0,,,,,,,,,,T,,,,,,gutim,11965 +nof,283,15,3,8441,6010,,544,1646.403477999991,,,,,,,144,23,0,,,,,,,,,,,gutim,11962 +ctl,,,,,,,0,1646.403477999991,,,,,,,176,64,0,,,,,,,,,,,67_2,11966 +ctl,,,,,,,0,1646.403477999991,,,,,,,176,64,0,,,,,,,,,,,67_2,11967 +ctl,,,,,,,1024,1647.070101999991,,,,,,,176,64,0,,,,,,,,,,,67_2,11968 +ctl,,,,,,,0,1647.070101999991,,,,,,,176,64,0,,,,,,,,,,,67_2,11969 +non,,,,,,,0,1647.070101999991,,,,A#3,,,144,58,5,,,,,,,,,,,67_2,11970 +non,,,,,,,0,1647.070101999991,,,,D#4,,,144,63,7,,,,,,,,,,,67_2,11971 +non,,,,,,,0,1647.070101999991,,,,G2,,,144,43,3,,,,,,,,,,,67_2,11972 +non,,,,,,,171,1647.213228999991,,,,C3,,,144,48,4,,,,,,,,,,,67_2,11973 +nof,,,,,,,170,1647.355518999991,,,,,,,144,43,0,,,,,,,,,,,67_2,11972 +non,,,,,,,0,1647.355518999991,,,,G2,,,144,43,4,,,,,,,,,,,67_2,11974 +non,,,,,,,171,1647.4986459999911,,,,G3,,,144,55,4,,,,,,,,,,,67_2,11975 +non,,,,,,,0,1647.4986459999911,,,,C4,,,144,60,4,,,,,,,,,,,67_2,11976 +non,,,,,,,0,1647.4986459999911,,,,F#4,,,144,66,6,,,,,,,,,,,67_2,11977 +nof,,,,,,,0,1647.4986459999911,,,,,,,144,43,0,,,,,,,,,,,67_2,11974 +nof,,,,,,,0,1647.4986459999911,,,,,,,144,48,0,,,,,,,,,,,67_2,11973 +non,,,,,,,0,1647.4986459999911,,,,A2,,,144,45,4,,,,,,,,,,,67_2,11978 +nof,,,,,,,50,1647.531195999991,,,,,,,144,58,0,,,,,,,,,,,67_2,11970 +nof,,,,,,,0,1647.531195999991,,,,,,,144,63,0,,,,,,,,,,,67_2,11971 +non,,,,,,,121,1647.609966999991,,,,D#2,,,144,39,4,,,,,,,,,,,67_2,11979 +nof,,,,,,,170,1647.720636999991,,,,,,,144,45,0,,,,,,,,,,,67_2,11978 +non,,,,,,,0,1647.720636999991,,,,A2,,,144,45,4,,,,,,,,,,,67_2,11980 +non,,,,,,,171,1647.8319579999911,,,,A#3,,,144,58,5,,,,,,,,,,,67_2,11981 +non,,,,,,,0,1647.8319579999911,,,,D#4,,,144,63,8,,,,,,,,,,,67_2,11982 +nof,,,,,,,0,1647.8319579999911,,,,,,,144,39,0,,,,,,,,,,,67_2,11979 +nof,,,,,,,0,1647.8319579999911,,,,,,,144,45,0,,,,,,,,,,,67_2,11980 +non,,,,,,,0,1647.8319579999911,,,,G2,,,144,43,4,,,,,,,,,,,67_2,11983 +nof,,,,,,,50,1647.864507999991,,,,,,,144,55,0,,,,,,,,,,,67_2,11975 +nof,,,,,,,0,1647.864507999991,,,,,,,144,60,0,,,,,,,,,,,67_2,11976 +nof,,,,,,,0,1647.864507999991,,,,,,,144,66,0,,,,,,,,,,,67_2,11977 +non,,,,,,,121,1647.943278999991,,,,C3,,,144,48,4,,,,,,,,,,,67_2,11984 +nof,,,,,,,170,1648.053948999991,,,,,,,144,43,0,,,,,,,,,,,67_2,11983 +non,,,,,,,0,1648.053948999991,,,,G2,,,144,43,4,,,,,,,,,,,67_2,11985 +non,,,,,,,171,1648.165269999991,,,,G3,,,144,55,4,,,,,,,,,,,67_2,11986 +non,,,,,,,0,1648.165269999991,,,,C4,,,144,60,4,,,,,,,,,,,67_2,11987 +non,,,,,,,0,1648.165269999991,,,,F#4,,,144,66,7,,,,,,,,,,,67_2,11988 +nof,,,,,,,0,1648.165269999991,,,,,,,144,43,0,,,,,,,,,,,67_2,11985 +nof,,,,,,,0,1648.165269999991,,,,,,,144,48,0,,,,,,,,,,,67_2,11984 +non,,,,,,,0,1648.165269999991,,,,A2,,,144,45,4,,,,,,,,,,,67_2,11989 +nof,,,,,,,50,1648.197819999991,,,,,,,144,58,0,,,,,,,,,,,67_2,11981 +nof,,,,,,,0,1648.197819999991,,,,,,,144,63,0,,,,,,,,,,,67_2,11982 +non,,,,,,,121,1648.2765909999912,,,,D#2,,,144,39,4,,,,,,,,,,,67_2,11990 +nof,,,,,,,170,1648.387260999991,,,,,,,144,45,0,,,,,,,,,,,67_2,11989 +non,,,,,,,0,1648.387260999991,,,,A2,,,144,45,4,,,,,,,,,,,67_2,11991 +ctl,,,,,,,171,1648.498581999991,,,,,,,176,64,127,,,,,,,,,,,67_2,11992 +ctl,,,,,,,0,1648.498581999991,,,,,,,176,64,0,,,,,,,,,,,67_2,11993 +ctl,,,,,,,0,1648.498581999991,,,,,,,176,64,0,,,,,,,,,,,67_2,11994 +nof,,,,,,,0,1648.498581999991,,,,,,,144,66,0,,,,,,,,,,,67_2,11988 +nof,,,,,,,0,1648.498581999991,,,,,,,144,39,0,,,,,,,,,,,67_2,11990 +nof,,,,,,,0,1648.498581999991,,,,,,,144,45,0,,,,,,,,,,,67_2,11991 +non,,,,,,,0,1648.498581999991,,,,C#4,,,144,61,5,,,,,,,,,,,67_2,11995 +non,,,,,,,0,1648.498581999991,,,,F#4,,,144,66,8,,,,,,,,,,,67_2,11996 +non,,,,,,,0,1648.498581999991,,,,A#2,,,144,46,4,,,,,,,,,,,67_2,11997 +ctl,,,,,,,39,1648.527129999991,,,,,,,176,64,0,,,,,,,,,,,67_2,11998 +nof,,,,,,,11,1648.535181999991,,,,,,,144,55,0,,,,,,,,,,,67_2,11986 +nof,,,,,,,0,1648.535181999991,,,,,,,144,60,0,,,,,,,,,,,67_2,11987 +ctl,,,,,,,29,1648.556409999991,,,,,,,176,64,0,,,,,,,,,,,67_2,11999 +ctl,,,,,,,44,1648.5886179999911,,,,,,,176,64,127,,,,,,,,,,,67_2,12000 +nof,,,,,,,48,1648.623753999991,,,,,,,144,46,0,,,,,,,,,,,67_2,11997 +non,,,,,,,0,1648.623753999991,,,,D#3,,,144,51,5,,,,,,,,,,,67_2,12001 +nof,,,,,,,170,1648.7481939999911,,,,,,,144,51,0,,,,,,,,,,,67_2,12001 +non,,,,,,,0,1648.7481939999911,,,,A#2,,,144,46,5,,,,,,,,,,,67_2,12002 +ctl,,,,,,,106,1648.825785999991,,,,,,,176,64,0,,,,,,,,,,,67_2,12003 +non,,,,,,,65,1648.8733659999912,,,,A#3,,,144,58,5,,,,,,,,,,,67_2,12004 +non,,,,,,,0,1648.8733659999912,,,,D#4,,,144,63,5,,,,,,,,,,,67_2,12005 +non,,,,,,,0,1648.8733659999912,,,,A4,,,144,69,8,,,,,,,,,,,67_2,12006 +nof,,,,,,,0,1648.8733659999912,,,,,,,144,46,0,,,,,,,,,,,67_2,12002 +non,,,,,,,0,1648.8733659999912,,,,C3,,,144,48,5,,,,,,,,,,,67_2,12007 +nof,,,,,,,50,1648.905915999991,,,,,,,144,61,0,,,,,,,,,,,67_2,11995 +nof,,,,,,,0,1648.905915999991,,,,,,,144,66,0,,,,,,,,,,,67_2,11996 +ctl,,,,,,,28,1648.924143999991,,,,,,,176,64,127,,,,,,,,,,,67_2,12008 +nof,,,,,,,93,1648.984686999991,,,,,,,144,48,0,,,,,,,,,,,67_2,12007 +non,,,,,,,0,1648.984686999991,,,,F#2,,,144,42,5,,,,,,,,,,,67_2,12009 +nof,,,,,,,170,1649.095356999991,,,,,,,144,42,0,,,,,,,,,,,67_2,12009 +non,,,,,,,0,1649.095356999991,,,,C3,,,144,48,5,,,,,,,,,,,67_2,12010 +ctl,,,,,,,119,1649.1728259999911,,,,,,,176,64,0,,,,,,,,,,,67_2,12011 +non,,,,,,,52,1649.2066779999911,,,,E4,,,144,64,6,,,,,,,,,,,67_2,12012 +non,,,,,,,0,1649.2066779999911,,,,A4,,,144,69,9,,,,,,,,,,,67_2,12013 +nof,,,,,,,0,1649.2066779999911,,,,,,,144,48,0,,,,,,,,,,,67_2,12010 +non,,,,,,,0,1649.2066779999911,,,,C#3,,,144,49,5,,,,,,,,,,,67_2,12014 +ctl,,,,,,,6,1649.210583999991,,,,,,,176,64,0,,,,,,,,,,,67_2,12015 +nof,,,,,,,44,1649.239227999991,,,,,,,144,58,0,,,,,,,,,,,67_2,12004 +nof,,,,,,,0,1649.239227999991,,,,,,,144,63,0,,,,,,,,,,,67_2,12005 +nof,,,,,,,0,1649.239227999991,,,,,,,144,69,0,,,,,,,,,,,67_2,12013 +ctl,,,,,,,15,1649.248992999991,,,,,,,176,64,127,,,,,,,,,,,67_2,12016 +nof,,,,,,,106,1649.317998999991,,,,,,,144,49,0,,,,,,,,,,,67_2,12014 +non,,,,,,,0,1649.317998999991,,,,F#3,,,144,54,5,,,,,,,,,,,67_2,12017 +ctl,,,,,,,23,1649.332971999991,,,,,,,176,64,127,,,,,,,,,,,67_2,12018 +nof,,,,,,,147,1649.428668999991,,,,,,,144,54,0,,,,,,,,,,,67_2,12017 +non,,,,,,,0,1649.428668999991,,,,C#3,,,144,49,5,,,,,,,,,,,67_2,12019 +non,,,,,,,171,1649.5399899999911,,,,C#4,,,144,61,6,,,,,,,,,,,67_2,12020 +non,,,,,,,0,1649.5399899999911,,,,F#4,,,144,66,6,,,,,,,,,,,67_2,12021 +non,,,,,,,0,1649.5399899999911,,,,C5,,,144,72,9,,,,,,,,,,,67_2,12022 +nof,,,,,,,0,1649.5399899999911,,,,,,,144,49,0,,,,,,,,,,,67_2,12019 +non,,,,,,,0,1649.5399899999911,,,,D#3,,,144,51,5,,,,,,,,,,,67_2,12023 +ctl,,,,,,,19,1649.5523589999912,,,,,,,176,64,0,,,,,,,,,,,67_2,12024 +nof,,,,,,,31,1649.572539999991,,,,,,,144,64,0,,,,,,,,,,,67_2,12012 +nof,,,,,,,0,1649.572539999991,,,,,,,144,69,0,,,,,,,,,,,67_2,12025 +ctl,,,,,,,67,1649.616156999991,,,,,,,176,64,127,,,,,,,,,,,67_2,12026 +nof,,,,,,,54,1649.651310999991,,,,,,,144,51,0,,,,,,,,,,,67_2,12023 +non,,,,,,,0,1649.651310999991,,,,A2,,,144,45,6,,,,,,,,,,,67_2,12027 +nof,,,,,,,170,1649.761980999991,,,,,,,144,45,0,,,,,,,,,,,67_2,12027 +non,,,,,,,0,1649.761980999991,,,,D#3,,,144,51,6,,,,,,,,,,,67_2,12028 +ctl,,,,,,,171,1649.873301999991,,,,,,,176,64,127,,,,,,,,,,,67_2,12029 +ctl,,,,,,,0,1649.873301999991,,,,,,,176,64,0,,,,,,,,,,,67_2,12030 +ctl,,,,,,,0,1649.873301999991,,,,,,,176,64,0,,,,,,,,,,,67_2,12031 +nof,,,,,,,0,1649.873301999991,,,,,,,144,72,0,,,,,,,,,,,67_2,12022 +nof,,,,,,,0,1649.873301999991,,,,,,,144,51,0,,,,,,,,,,,67_2,12028 +non,,,,,,,0,1649.873301999991,,,,G4,,,144,67,6,,,,,,,,,,,67_2,12032 +non,,,,,,,0,1649.873301999991,,,,C5,,,144,72,9,,,,,,,,,,,67_2,12033 +non,,,,,,,0,1649.873301999991,,,,D#3,,,144,51,6,,,,,,,,,,,67_2,12034 +ctl,,,,,,,39,1649.905944999991,,,,,,,176,64,0,,,,,,,,,,,67_2,12035 +nof,,,,,,,11,1649.9151519999912,,,,,,,144,61,0,,,,,,,,,,,67_2,12020 +nof,,,,,,,0,1649.9151519999912,,,,,,,144,66,0,,,,,,,,,,,67_2,12021 +ctl,,,,,,,29,1649.9394249999912,,,,,,,176,64,0,,,,,,,,,,,67_2,12036 +ctl,,,,,,,44,1649.9762529999912,,,,,,,176,64,127,,,,,,,,,,,67_2,12037 +nof,,,,,,,48,1650.0164289999911,,,,,,,144,51,0,,,,,,,,,,,67_2,12034 +non,,,,,,,0,1650.0164289999911,,,,A3,,,144,57,6,,,,,,,,,,,67_2,12038 +nof,,,,,,,170,1650.1587189999912,,,,,,,144,57,0,,,,,,,,,,,67_2,12038 +non,,,,,,,0,1650.1587189999912,,,,D#3,,,144,51,5,,,,,,,,,,,67_2,12039 +ctl,,,,,,,106,1650.247440999991,,,,,,,176,64,0,,,,,,,,,,,67_2,12040 +non,,,,,,,65,1650.301845999991,,,,F#4,,,144,66,5,,,,,,,,,,,67_2,12041 +non,,,,,,,0,1650.301845999991,,,,D5,,,144,74,8,,,,,,,,,,,67_2,12042 +nof,,,,,,,0,1650.301845999991,,,,,,,144,51,0,,,,,,,,,,,67_2,12039 +non,,,,,,,0,1650.301845999991,,,,G#3,,,144,56,5,,,,,,,,,,,67_2,12043 +nof,,,,,,,50,1650.334395999991,,,,,,,144,67,0,,,,,,,,,,,67_2,12032 +nof,,,,,,,0,1650.334395999991,,,,,,,144,72,0,,,,,,,,,,,67_2,12033 +ctl,,,,,,,28,1650.352623999991,,,,,,,176,64,127,,,,,,,,,,,67_2,12044 +non,,,,,,,93,1650.413166999991,,,,D#3,,,144,51,5,,,,,,,,,,,67_2,12045 +nof,,,,,,,170,1650.523836999991,,,,,,,144,51,0,,,,,,,,,,,67_2,12045 +nof,,,,,,,0,1650.523836999991,,,,,,,144,56,0,,,,,,,,,,,67_2,12043 +non,,,,,,,0,1650.523836999991,,,,G#3,,,144,56,5,,,,,,,,,,,67_2,12046 +ctl,,,,,,,119,1650.6013059999912,,,,,,,176,64,0,,,,,,,,,,,67_2,12047 +non,,,,,,,52,1650.6351579999912,,,,F4,,,144,65,5,,,,,,,,,,,67_2,12048 +non,,,,,,,0,1650.6351579999912,,,,A#4,,,144,70,8,,,,,,,,,,,67_2,12049 +non,,,,,,,0,1650.6351579999912,,,,D3,,,144,50,5,,,,,,,,,,,67_2,12050 +ctl,,,,,,,6,1650.639063999991,,,,,,,176,64,0,,,,,,,,,,,67_2,12051 +nof,,,,,,,44,1650.667707999991,,,,,,,144,66,0,,,,,,,,,,,67_2,12041 +nof,,,,,,,0,1650.667707999991,,,,,,,144,74,0,,,,,,,,,,,67_2,12042 +ctl,,,,,,,15,1650.677472999991,,,,,,,176,64,127,,,,,,,,,,,67_2,12052 +nof,,,,,,,106,1650.746478999991,,,,,,,144,50,0,,,,,,,,,,,67_2,12050 +nof,,,,,,,0,1650.746478999991,,,,,,,144,56,0,,,,,,,,,,,67_2,12046 +non,,,,,,,0,1650.746478999991,,,,G3,,,144,55,5,,,,,,,,,,,67_2,12053 +ctl,,,,,,,23,1650.761451999991,,,,,,,176,64,127,,,,,,,,,,,67_2,12054 +non,,,,,,,147,1650.857148999991,,,,D3,,,144,50,5,,,,,,,,,,,67_2,12055 +non,,,,,,,171,1650.9684699999912,,,,E4,,,144,64,5,,,,,,,,,,,67_2,12056 +nof,,,,,,,0,1650.9684699999912,,,,,,,144,50,0,,,,,,,,,,,67_2,12055 +nof,,,,,,,0,1650.9684699999912,,,,,,,144,55,0,,,,,,,,,,,67_2,12053 +non,,,,,,,0,1650.9684699999912,,,,F#3,,,144,54,5,,,,,,,,,,,67_2,12057 +ctl,,,,,,,19,1650.9808389999912,,,,,,,176,64,0,,,,,,,,,,,67_2,12058 +nof,,,,,,,31,1651.001019999991,,,,,,,144,65,0,,,,,,,,,,,67_2,12048 +ctl,,,,,,,67,1651.044636999991,,,,,,,176,64,127,,,,,,,,,,,67_2,12059 +non,,,,,,,54,1651.079790999991,,,,C#3,,,144,49,5,,,,,,,,,,,67_2,12060 +nof,,,,,,,170,1651.190460999991,,,,,,,144,49,0,,,,,,,,,,,67_2,12060 +nof,,,,,,,0,1651.190460999991,,,,,,,144,54,0,,,,,,,,,,,67_2,12057 +non,,,,,,,0,1651.190460999991,,,,F#3,,,144,54,4,,,,,,,,,,,67_2,12061 +ctl,,,,,,,171,1651.3017819999911,,,,,,,176,64,127,,,,,,,,,,,67_2,12062 +ctl,,,,,,,0,1651.3017819999911,,,,,,,176,64,0,,,,,,,,,,,67_2,12063 +ctl,,,,,,,0,1651.3017819999911,,,,,,,176,64,0,,,,,,,,,,,67_2,12064 +non,,,,,,,0,1651.3017819999911,,,,D#4,,,144,63,5,,,,,,,,,,,67_2,12065 +non,,,,,,,0,1651.3017819999911,,,,C3,,,144,48,4,,,,,,,,,,,67_2,12066 +ctl,,,,,,,39,1651.327170999991,,,,,,,176,64,0,,,,,,,,,,,67_2,12067 +nof,,,,,,,11,1651.334331999991,,,,,,,144,64,0,,,,,,,,,,,67_2,12056 +ctl,,,,,,,29,1651.353210999991,,,,,,,176,64,0,,,,,,,,,,,67_2,12068 +ctl,,,,,,,44,1651.381854999991,,,,,,,176,64,127,,,,,,,,,,,67_2,12069 +nof,,,,,,,48,1651.413102999991,,,,,,,144,48,0,,,,,,,,,,,67_2,12066 +nof,,,,,,,0,1651.413102999991,,,,,,,144,54,0,,,,,,,,,,,67_2,12061 +non,,,,,,,0,1651.413102999991,,,,F3,,,144,53,5,,,,,,,,,,,67_2,12070 +non,,,,,,,170,1651.523772999991,,,,C3,,,144,48,5,,,,,,,,,,,67_2,12071 +ctl,,,,,,,106,1651.592778999991,,,,,,,176,64,0,,,,,,,,,,,67_2,12072 +nof,,,,,,,65,1651.635093999991,,,,,,,144,63,0,,,,,,,,,,,67_2,12065 +nof,,,,,,,0,1651.635093999991,,,,,,,144,70,0,,,,,,,,,,,67_2,12049 +non,,,,,,,0,1651.635093999991,,,,D4,,,144,62,5,,,,,,,,,,,67_2,12073 +non,,,,,,,0,1651.635093999991,,,,G4,,,144,67,7,,,,,,,,,,,67_2,12074 +nof,,,,,,,0,1651.635093999991,,,,,,,144,48,0,,,,,,,,,,,67_2,12071 +nof,,,,,,,0,1651.635093999991,,,,,,,144,53,0,,,,,,,,,,,67_2,12070 +non,,,,,,,0,1651.635093999991,,,,E3,,,144,52,5,,,,,,,,,,,67_2,12075 +ctl,,,,,,,78,1651.6858719999912,,,,,,,176,64,127,,,,,,,,,,,67_2,12076 +non,,,,,,,93,1651.746414999991,,,,B2,,,144,47,5,,,,,,,,,,,67_2,12077 +nof,,,,,,,170,1651.857084999991,,,,,,,144,47,0,,,,,,,,,,,67_2,12077 +nof,,,,,,,0,1651.857084999991,,,,,,,144,52,0,,,,,,,,,,,67_2,12075 +non,,,,,,,0,1651.857084999991,,,,E3,,,144,52,5,,,,,,,,,,,67_2,12078 +ctl,,,,,,,119,1651.934553999991,,,,,,,176,64,0,,,,,,,,,,,67_2,12079 +nof,,,,,,,52,1651.968405999991,,,,,,,144,62,0,,,,,,,,,,,67_2,12073 +nof,,,,,,,0,1651.968405999991,,,,,,,144,67,0,,,,,,,,,,,67_2,12074 +non,,,,,,,0,1651.968405999991,,,,D4,,,144,62,5,,,,,,,,,,,67_2,12080 +non,,,,,,,0,1651.968405999991,,,,G4,,,144,67,8,,,,,,,,,,,67_2,12081 +non,,,,,,,0,1651.968405999991,,,,A#2,,,144,46,5,,,,,,,,,,,67_2,12082 +ctl,,,,,,,6,1651.972311999991,,,,,,,176,64,0,,,,,,,,,,,67_2,12083 +ctl,,,,,,,59,1652.010720999991,,,,,,,176,64,127,,,,,,,,,,,67_2,12084 +nof,,,,,,,106,1652.0797269999912,,,,,,,144,46,0,,,,,,,,,,,67_2,12082 +nof,,,,,,,0,1652.0797269999912,,,,,,,144,52,0,,,,,,,,,,,67_2,12078 +non,,,,,,,0,1652.0797269999912,,,,E3,,,144,52,5,,,,,,,,,,,67_2,12085 +ctl,,,,,,,23,1652.094699999991,,,,,,,176,64,127,,,,,,,,,,,67_2,12086 +non,,,,,,,147,1652.190396999991,,,,A#2,,,144,46,5,,,,,,,,,,,67_2,12087 +nof,,,,,,,171,1652.301717999991,,,,,,,144,62,0,,,,,,,,,,,67_2,12080 +nof,,,,,,,0,1652.301717999991,,,,,,,144,67,0,,,,,,,,,,,67_2,12081 +non,,,,,,,0,1652.301717999991,,,,C#4,,,144,61,6,,,,,,,,,,,67_2,12088 +non,,,,,,,0,1652.301717999991,,,,A4,,,144,69,9,,,,,,,,,,,67_2,12089 +nof,,,,,,,0,1652.301717999991,,,,,,,144,46,0,,,,,,,,,,,67_2,12087 +nof,,,,,,,0,1652.301717999991,,,,,,,144,52,0,,,,,,,,,,,67_2,12085 +non,,,,,,,0,1652.301717999991,,,,D#3,,,144,51,5,,,,,,,,,,,67_2,12090 +ctl,,,,,,,19,1652.314086999991,,,,,,,176,64,0,,,,,,,,,,,67_2,12091 +ctl,,,,,,,98,1652.377884999991,,,,,,,176,64,127,,,,,,,,,,,67_2,12092 +non,,,,,,,54,1652.4130389999912,,,,A#2,,,144,46,5,,,,,,,,,,,67_2,12093 +nof,,,,,,,170,1652.5237089999912,,,,,,,144,46,0,,,,,,,,,,,67_2,12093 +nof,,,,,,,0,1652.5237089999912,,,,,,,144,51,0,,,,,,,,,,,67_2,12090 +non,,,,,,,0,1652.5237089999912,,,,D#3,,,144,51,5,,,,,,,,,,,67_2,12094 +ctl,,,,,,,171,1652.635029999991,,,,,,,176,64,127,,,,,,,,,,,67_2,12095 +ctl,,,,,,,0,1652.635029999991,,,,,,,176,64,0,,,,,,,,,,,67_2,12096 +ctl,,,,,,,0,1652.635029999991,,,,,,,176,64,0,,,,,,,,,,,67_2,12097 +nof,,,,,,,0,1652.635029999991,,,,,,,144,61,0,,,,,,,,,,,67_2,12088 +nof,,,,,,,0,1652.635029999991,,,,,,,144,69,0,,,,,,,,,,,67_2,12089 +nof,,,,,,,0,1652.635029999991,,,,,,,144,51,0,,,,,,,,,,,67_2,12094 +non,,,,,,,0,1652.635029999991,,,,F4,,,144,65,6,,,,,,,,,,,67_2,12098 +non,,,,,,,0,1652.635029999991,,,,A#4,,,144,70,9,,,,,,,,,,,67_2,12099 +non,,,,,,,0,1652.635029999991,,,,C#3,,,144,49,5,,,,,,,,,,,67_2,12100 +ctl,,,,,,,39,1652.663577999991,,,,,,,176,64,0,,,,,,,,,,,67_2,12101 +ctl,,,,,,,40,1652.692857999991,,,,,,,176,64,0,,,,,,,,,,,67_2,12102 +ctl,,,,,,,44,1652.725065999991,,,,,,,176,64,127,,,,,,,,,,,67_2,12103 +nof,,,,,,,48,1652.760201999991,,,,,,,144,49,0,,,,,,,,,,,67_2,12100 +non,,,,,,,0,1652.760201999991,,,,G3,,,144,55,5,,,,,,,,,,,67_2,12104 +non,,,,,,,170,1652.8846419999911,,,,C#3,,,144,49,5,,,,,,,,,,,67_2,12105 +ctl,,,,,,,106,1652.962233999991,,,,,,,176,64,0,,,,,,,,,,,67_2,12106 +nof,,,,,,,65,1653.0098139999911,,,,,,,144,65,0,,,,,,,,,,,67_2,12098 +nof,,,,,,,0,1653.0098139999911,,,,,,,144,70,0,,,,,,,,,,,67_2,12099 +non,,,,,,,0,1653.0098139999911,,,,E4,,,144,64,5,,,,,,,,,,,67_2,12107 +non,,,,,,,0,1653.0098139999911,,,,C5,,,144,72,8,,,,,,,,,,,67_2,12108 +nof,,,,,,,0,1653.0098139999911,,,,,,,144,49,0,,,,,,,,,,,67_2,12105 +nof,,,,,,,0,1653.0098139999911,,,,,,,144,55,0,,,,,,,,,,,67_2,12104 +non,,,,,,,0,1653.0098139999911,,,,F#3,,,144,54,5,,,,,,,,,,,67_2,12109 +ctl,,,,,,,78,1653.0605919999912,,,,,,,176,64,127,,,,,,,,,,,67_2,12110 +non,,,,,,,93,1653.121134999991,,,,C#3,,,144,49,5,,,,,,,,,,,67_2,12111 +nof,,,,,,,170,1653.231804999991,,,,,,,144,49,0,,,,,,,,,,,67_2,12111 +nof,,,,,,,0,1653.231804999991,,,,,,,144,54,0,,,,,,,,,,,67_2,12109 +non,,,,,,,0,1653.231804999991,,,,F#3,,,144,54,5,,,,,,,,,,,67_2,12112 +ctl,,,,,,,119,1653.309273999991,,,,,,,176,64,0,,,,,,,,,,,67_2,12113 +nof,,,,,,,52,1653.3431259999911,,,,,,,144,64,0,,,,,,,,,,,67_2,12107 +nof,,,,,,,0,1653.3431259999911,,,,,,,144,72,0,,,,,,,,,,,67_2,12108 +non,,,,,,,0,1653.3431259999911,,,,D#4,,,144,63,5,,,,,,,,,,,67_2,12114 +non,,,,,,,0,1653.3431259999911,,,,G#4,,,144,68,8,,,,,,,,,,,67_2,12115 +non,,,,,,,0,1653.3431259999911,,,,C3,,,144,48,5,,,,,,,,,,,67_2,12116 +ctl,,,,,,,6,1653.347031999991,,,,,,,176,64,0,,,,,,,,,,,67_2,12117 +ctl,,,,,,,59,1653.385440999991,,,,,,,176,64,127,,,,,,,,,,,67_2,12118 +nof,,,,,,,106,1653.454446999991,,,,,,,144,48,0,,,,,,,,,,,67_2,12116 +nof,,,,,,,0,1653.454446999991,,,,,,,144,54,0,,,,,,,,,,,67_2,12112 +non,,,,,,,0,1653.454446999991,,,,F3,,,144,53,4,,,,,,,,,,,67_2,12119 +ctl,,,,,,,23,1653.469419999991,,,,,,,176,64,127,,,,,,,,,,,67_2,12120 +non,,,,,,,147,1653.565116999991,,,,C3,,,144,48,4,,,,,,,,,,,67_2,12121 +nof,,,,,,,171,1653.676437999991,,,,,,,144,63,0,,,,,,,,,,,67_2,12114 +non,,,,,,,0,1653.676437999991,,,,D4,,,144,62,5,,,,,,,,,,,67_2,12122 +nof,,,,,,,0,1653.676437999991,,,,,,,144,48,0,,,,,,,,,,,67_2,12121 +nof,,,,,,,0,1653.676437999991,,,,,,,144,53,0,,,,,,,,,,,67_2,12119 +non,,,,,,,0,1653.676437999991,,,,E3,,,144,52,4,,,,,,,,,,,67_2,12123 +ctl,,,,,,,19,1653.6888069999911,,,,,,,176,64,0,,,,,,,,,,,67_2,12124 +ctl,,,,,,,98,1653.752604999991,,,,,,,176,64,127,,,,,,,,,,,67_2,12125 +non,,,,,,,54,1653.7877589999912,,,,B2,,,144,47,4,,,,,,,,,,,67_2,12126 +nof,,,,,,,170,1653.898428999991,,,,,,,144,47,0,,,,,,,,,,,67_2,12126 +nof,,,,,,,0,1653.898428999991,,,,,,,144,52,0,,,,,,,,,,,67_2,12123 +non,,,,,,,0,1653.898428999991,,,,E3,,,144,52,4,,,,,,,,,,,67_2,12127 +ctl,,,,,,,171,1654.009749999991,,,,,,,176,64,127,,,,,,,,,,,67_2,12128 +ctl,,,,,,,0,1654.009749999991,,,,,,,176,64,0,,,,,,,,,,,67_2,12129 +ctl,,,,,,,0,1654.009749999991,,,,,,,176,64,0,,,,,,,,,,,67_2,12130 +nof,,,,,,,0,1654.009749999991,,,,,,,144,62,0,,,,,,,,,,,67_2,12122 +nof,,,,,,,0,1654.009749999991,,,,,,,144,52,0,,,,,,,,,,,67_2,12127 +non,,,,,,,0,1654.009749999991,,,,C#4,,,144,61,5,,,,,,,,,,,67_2,12131 +non,,,,,,,0,1654.009749999991,,,,A#2,,,144,46,4,,,,,,,,,,,67_2,12132 +ctl,,,,,,,39,1654.035138999991,,,,,,,176,64,0,,,,,,,,,,,67_2,12133 +ctl,,,,,,,40,1654.0611789999912,,,,,,,176,64,0,,,,,,,,,,,67_2,12134 +ctl,,,,,,,44,1654.0898229999912,,,,,,,176,64,127,,,,,,,,,,,67_2,12135 +nof,,,,,,,48,1654.1210709999912,,,,,,,144,46,0,,,,,,,,,,,67_2,12132 +non,,,,,,,0,1654.1210709999912,,,,D#3,,,144,51,4,,,,,,,,,,,67_2,12136 +nof,,,,,,,170,1654.2317409999912,,,,,,,144,51,0,,,,,,,,,,,67_2,12136 +non,,,,,,,0,1654.2317409999912,,,,A#2,,,144,46,4,,,,,,,,,,,67_2,12137 +ctl,,,,,,,106,1654.3007469999911,,,,,,,176,64,0,,,,,,,,,,,67_2,12138 +non,,,,,,,65,1654.343061999991,,,,C4,,,144,60,5,,,,,,,,,,,67_2,12139 +non,,,,,,,0,1654.343061999991,,,,F4,,,144,65,8,,,,,,,,,,,67_2,12140 +nof,,,,,,,0,1654.343061999991,,,,,,,144,46,0,,,,,,,,,,,67_2,12137 +non,,,,,,,0,1654.343061999991,,,,D3,,,144,50,4,,,,,,,,,,,67_2,12141 +nof,,,,,,,40,1654.369101999991,,,,,,,144,61,0,,,,,,,,,,,67_2,12131 +nof,,,,,,,0,1654.369101999991,,,,,,,144,68,0,,,,,,,,,,,67_2,12115 +ctl,,,,,,,38,1654.393839999991,,,,,,,176,64,127,,,,,,,,,,,67_2,12142 +nof,,,,,,,93,1654.4543829999911,,,,,,,144,50,0,,,,,,,,,,,67_2,12141 +non,,,,,,,0,1654.4543829999911,,,,A2,,,144,45,4,,,,,,,,,,,67_2,12143 +nof,,,,,,,170,1654.5650529999912,,,,,,,144,45,0,,,,,,,,,,,67_2,12143 +non,,,,,,,0,1654.5650529999912,,,,D3,,,144,50,4,,,,,,,,,,,67_2,12144 +ctl,,,,,,,119,1654.642521999991,,,,,,,176,64,0,,,,,,,,,,,67_2,12145 +nof,,,,,,,52,1654.676373999991,,,,,,,144,60,0,,,,,,,,,,,67_2,12139 +nof,,,,,,,0,1654.676373999991,,,,,,,144,65,0,,,,,,,,,,,67_2,12140 +non,,,,,,,0,1654.676373999991,,,,C4,,,144,60,5,,,,,,,,,,,67_2,12146 +non,,,,,,,0,1654.676373999991,,,,F4,,,144,65,8,,,,,,,,,,,67_2,12147 +nof,,,,,,,0,1654.676373999991,,,,,,,144,50,0,,,,,,,,,,,67_2,12144 +non,,,,,,,0,1654.676373999991,,,,G#2,,,144,44,4,,,,,,,,,,,67_2,12148 +ctl,,,,,,,6,1654.680765999991,,,,,,,176,64,0,,,,,,,,,,,67_2,12149 +ctl,,,,,,,59,1654.7239539999912,,,,,,,176,64,127,,,,,,,,,,,67_2,12150 +nof,,,,,,,106,1654.801545999991,,,,,,,144,44,0,,,,,,,,,,,67_2,12148 +non,,,,,,,0,1654.801545999991,,,,D3,,,144,50,4,,,,,,,,,,,67_2,12151 +ctl,,,,,,,23,1654.818381999991,,,,,,,176,64,127,,,,,,,,,,,67_2,12152 +nof,,,,,,,147,1654.925985999991,,,,,,,144,50,0,,,,,,,,,,,67_2,12151 +non,,,,,,,0,1654.925985999991,,,,G#2,,,144,44,4,,,,,,,,,,,67_2,12153 +non,,,,,,,171,1655.0511579999911,,,,B3,,,144,59,4,,,,,,,,,,,67_2,12154 +non,,,,,,,0,1655.0511579999911,,,,G4,,,144,67,7,,,,,,,,,,,67_2,12155 +nof,,,,,,,0,1655.0511579999911,,,,,,,144,44,0,,,,,,,,,,,67_2,12153 +non,,,,,,,0,1655.0511579999911,,,,C#3,,,144,49,4,,,,,,,,,,,67_2,12156 +ctl,,,,,,,19,1655.067060999991,,,,,,,176,64,0,,,,,,,,,,,67_2,12157 +nof,,,,,,,21,1655.0846379999912,,,,,,,144,60,0,,,,,,,,,,,67_2,12146 +nof,,,,,,,0,1655.0846379999912,,,,,,,144,65,0,,,,,,,,,,,67_2,12147 +ctl,,,,,,,77,1655.1490869999911,,,,,,,176,64,127,,,,,,,,,,,67_2,12158 +nof,,,,,,,54,1655.1942849999912,,,,,,,144,49,0,,,,,,,,,,,67_2,12156 +non,,,,,,,0,1655.1942849999912,,,,G#2,,,144,44,4,,,,,,,,,,,67_2,12159 +nof,,,,,,,170,1655.3365749999912,,,,,,,144,44,0,,,,,,,,,,,67_2,12159 +non,,,,,,,0,1655.3365749999912,,,,C#3,,,144,49,4,,,,,,,,,,,67_2,12160 +ctl,,,,,,,171,1655.479701999991,,,,,,,176,64,127,,,,,,,,,,,67_2,12161 +ctl,,,,,,,0,1655.479701999991,,,,,,,176,64,0,,,,,,,,,,,67_2,12162 +ctl,,,,,,,0,1655.479701999991,,,,,,,176,64,0,,,,,,,,,,,67_2,12163 +nof,,,,,,,0,1655.479701999991,,,,,,,144,49,0,,,,,,,,,,,67_2,12160 +non,,,,,,,0,1655.479701999991,,,,A#4,,,144,70,6,,,,,,,,,,,67_2,12164 +non,,,,,,,0,1655.479701999991,,,,D#5,,,144,75,9,,,,,,,,,,,67_2,12165 +non,,,,,,,0,1655.479701999991,,,,G3,,,144,55,5,,,,,,,,,,,67_2,12166 +ctl,,,,,,,39,1655.508249999991,,,,,,,176,64,0,,,,,,,,,,,67_2,12167 +nof,,,,,,,1,1655.5089819999912,,,,,,,144,59,0,,,,,,,,,,,67_2,12154 +nof,,,,,,,0,1655.5089819999912,,,,,,,144,67,0,,,,,,,,,,,67_2,12155 +ctl,,,,,,,39,1655.5375299999912,,,,,,,176,64,0,,,,,,,,,,,67_2,12168 +ctl,,,,,,,44,1655.569737999991,,,,,,,176,64,127,,,,,,,,,,,67_2,12169 +nof,,,,,,,48,1655.604873999991,,,,,,,144,55,0,,,,,,,,,,,67_2,12166 +non,,,,,,,0,1655.604873999991,,,,C4,,,144,60,5,,,,,,,,,,,67_2,12170 +nof,,,,,,,170,1655.729313999991,,,,,,,144,60,0,,,,,,,,,,,67_2,12170 +non,,,,,,,0,1655.729313999991,,,,G3,,,144,55,5,,,,,,,,,,,67_2,12171 +ctl,,,,,,,106,1655.8069059999912,,,,,,,176,64,0,,,,,,,,,,,67_2,12172 +non,,,,,,,65,1655.854485999991,,,,A4,,,144,69,6,,,,,,,,,,,67_2,12173 +non,,,,,,,0,1655.854485999991,,,,F5,,,144,77,9,,,,,,,,,,,67_2,12174 +nof,,,,,,,0,1655.854485999991,,,,,,,144,55,0,,,,,,,,,,,67_2,12171 +non,,,,,,,0,1655.854485999991,,,,B3,,,144,59,5,,,,,,,,,,,67_2,12175 +nof,,,,,,,40,1655.880525999991,,,,,,,144,70,0,,,,,,,,,,,67_2,12164 +nof,,,,,,,0,1655.880525999991,,,,,,,144,75,0,,,,,,,,,,,67_2,12165 +ctl,,,,,,,38,1655.9052639999911,,,,,,,176,64,127,,,,,,,,,,,67_2,12176 +nof,,,,,,,93,1655.9658069999912,,,,,,,144,59,0,,,,,,,,,,,67_2,12175 +non,,,,,,,0,1655.9658069999912,,,,F#3,,,144,54,5,,,,,,,,,,,67_2,12177 +nof,,,,,,,170,1656.076476999991,,,,,,,144,54,0,,,,,,,,,,,67_2,12177 +non,,,,,,,0,1656.076476999991,,,,B3,,,144,59,5,,,,,,,,,,,67_2,12178 +ctl,,,,,,,119,1656.153945999991,,,,,,,176,64,0,,,,,,,,,,,67_2,12179 +non,,,,,,,52,1656.187797999991,,,,G#4,,,144,68,6,,,,,,,,,,,67_2,12180 +non,,,,,,,0,1656.187797999991,,,,C#5,,,144,73,9,,,,,,,,,,,67_2,12181 +nof,,,,,,,0,1656.187797999991,,,,,,,144,59,0,,,,,,,,,,,67_2,12178 +non,,,,,,,0,1656.187797999991,,,,F3,,,144,53,5,,,,,,,,,,,67_2,12182 +ctl,,,,,,,6,1656.191703999991,,,,,,,176,64,0,,,,,,,,,,,67_2,12183 +nof,,,,,,,34,1656.213837999991,,,,,,,144,69,0,,,,,,,,,,,67_2,12173 +nof,,,,,,,0,1656.213837999991,,,,,,,144,77,0,,,,,,,,,,,67_2,12174 +ctl,,,,,,,25,1656.230112999991,,,,,,,176,64,127,,,,,,,,,,,67_2,12184 +nof,,,,,,,106,1656.2991189999912,,,,,,,144,53,0,,,,,,,,,,,67_2,12182 +non,,,,,,,0,1656.2991189999912,,,,A#3,,,144,58,5,,,,,,,,,,,67_2,12185 +ctl,,,,,,,23,1656.314091999991,,,,,,,176,64,127,,,,,,,,,,,67_2,12186 +nof,,,,,,,147,1656.4097889999912,,,,,,,144,58,0,,,,,,,,,,,67_2,12185 +non,,,,,,,0,1656.4097889999912,,,,F3,,,144,53,5,,,,,,,,,,,67_2,12187 +non,,,,,,,171,1656.521109999991,,,,G4,,,144,67,6,,,,,,,,,,,67_2,12188 +nof,,,,,,,0,1656.521109999991,,,,,,,144,53,0,,,,,,,,,,,67_2,12187 +non,,,,,,,0,1656.521109999991,,,,A3,,,144,57,5,,,,,,,,,,,67_2,12189 +ctl,,,,,,,19,1656.533478999991,,,,,,,176,64,0,,,,,,,,,,,67_2,12190 +nof,,,,,,,21,1656.547149999991,,,,,,,144,68,0,,,,,,,,,,,67_2,12180 +ctl,,,,,,,77,1656.597276999991,,,,,,,176,64,127,,,,,,,,,,,67_2,12191 +nof,,,,,,,54,1656.6324309999911,,,,,,,144,57,0,,,,,,,,,,,67_2,12189 +non,,,,,,,0,1656.6324309999911,,,,E3,,,144,52,5,,,,,,,,,,,67_2,12192 +nof,,,,,,,170,1656.7431009999912,,,,,,,144,52,0,,,,,,,,,,,67_2,12192 +non,,,,,,,0,1656.7431009999912,,,,A3,,,144,57,5,,,,,,,,,,,67_2,12193 +ctl,,,,,,,171,1656.854421999991,,,,,,,176,64,127,,,,,,,,,,,67_2,12194 +ctl,,,,,,,0,1656.854421999991,,,,,,,176,64,0,,,,,,,,,,,67_2,12195 +ctl,,,,,,,0,1656.854421999991,,,,,,,176,64,0,,,,,,,,,,,67_2,12196 +nof,,,,,,,0,1656.854421999991,,,,,,,144,57,0,,,,,,,,,,,67_2,12193 +non,,,,,,,0,1656.854421999991,,,,F#4,,,144,66,5,,,,,,,,,,,67_2,12197 +non,,,,,,,0,1656.854421999991,,,,D#3,,,144,51,5,,,,,,,,,,,67_2,12198 +ctl,,,,,,,39,1656.882969999991,,,,,,,176,64,0,,,,,,,,,,,67_2,12199 +nof,,,,,,,1,1656.883701999991,,,,,,,144,67,0,,,,,,,,,,,67_2,12188 +ctl,,,,,,,39,1656.912249999991,,,,,,,176,64,0,,,,,,,,,,,67_2,12200 +ctl,,,,,,,44,1656.944457999991,,,,,,,176,64,127,,,,,,,,,,,67_2,12201 +nof,,,,,,,48,1656.979593999991,,,,,,,144,51,0,,,,,,,,,,,67_2,12198 +non,,,,,,,0,1656.979593999991,,,,G#3,,,144,56,5,,,,,,,,,,,67_2,12202 +nof,,,,,,,170,1657.104033999991,,,,,,,144,56,0,,,,,,,,,,,67_2,12202 +non,,,,,,,0,1657.104033999991,,,,D#3,,,144,51,5,,,,,,,,,,,67_2,12203 +ctl,,,,,,,106,1657.1816259999912,,,,,,,176,64,0,,,,,,,,,,,67_2,12204 +non,,,,,,,65,1657.229205999991,,,,F4,,,144,65,5,,,,,,,,,,,67_2,12205 +non,,,,,,,0,1657.229205999991,,,,A#4,,,144,70,8,,,,,,,,,,,67_2,12206 +nof,,,,,,,0,1657.229205999991,,,,,,,144,51,0,,,,,,,,,,,67_2,12203 +non,,,,,,,0,1657.229205999991,,,,G3,,,144,55,5,,,,,,,,,,,67_2,12207 +nof,,,,,,,40,1657.255245999991,,,,,,,144,66,0,,,,,,,,,,,67_2,12197 +nof,,,,,,,0,1657.255245999991,,,,,,,144,73,0,,,,,,,,,,,67_2,12181 +ctl,,,,,,,38,1657.2799839999911,,,,,,,176,64,127,,,,,,,,,,,67_2,12208 +nof,,,,,,,93,1657.340526999991,,,,,,,144,55,0,,,,,,,,,,,67_2,12207 +non,,,,,,,0,1657.340526999991,,,,D3,,,144,50,4,,,,,,,,,,,67_2,12209 +nof,,,,,,,170,1657.451196999991,,,,,,,144,50,0,,,,,,,,,,,67_2,12209 +non,,,,,,,0,1657.451196999991,,,,G3,,,144,55,4,,,,,,,,,,,67_2,12210 +ctl,,,,,,,119,1657.528665999991,,,,,,,176,64,0,,,,,,,,,,,67_2,12211 +nof,,,,,,,52,1657.562517999991,,,,,,,144,65,0,,,,,,,,,,,67_2,12205 +nof,,,,,,,0,1657.562517999991,,,,,,,144,70,0,,,,,,,,,,,67_2,12206 +non,,,,,,,0,1657.562517999991,,,,F4,,,144,65,6,,,,,,,,,,,67_2,12212 +non,,,,,,,0,1657.562517999991,,,,A#4,,,144,70,8,,,,,,,,,,,67_2,12213 +nof,,,,,,,0,1657.562517999991,,,,,,,144,55,0,,,,,,,,,,,67_2,12210 +non,,,,,,,0,1657.562517999991,,,,C#3,,,144,49,4,,,,,,,,,,,67_2,12214 +ctl,,,,,,,6,1657.566423999991,,,,,,,176,64,0,,,,,,,,,,,67_2,12215 +ctl,,,,,,,59,1657.604832999991,,,,,,,176,64,127,,,,,,,,,,,67_2,12216 +nof,,,,,,,106,1657.6738389999912,,,,,,,144,49,0,,,,,,,,,,,67_2,12214 +non,,,,,,,0,1657.6738389999912,,,,G3,,,144,55,4,,,,,,,,,,,67_2,12217 +ctl,,,,,,,23,1657.688811999991,,,,,,,176,64,127,,,,,,,,,,,67_2,12218 +nof,,,,,,,147,1657.784508999991,,,,,,,144,55,0,,,,,,,,,,,67_2,12217 +non,,,,,,,0,1657.784508999991,,,,C#3,,,144,49,4,,,,,,,,,,,67_2,12219 +non,,,,,,,171,1657.895829999991,,,,E4,,,144,64,4,,,,,,,,,,,67_2,12220 +non,,,,,,,0,1657.895829999991,,,,C5,,,144,72,7,,,,,,,,,,,67_2,12221 +nof,,,,,,,0,1657.895829999991,,,,,,,144,49,0,,,,,,,,,,,67_2,12219 +non,,,,,,,0,1657.895829999991,,,,F#3,,,144,54,4,,,,,,,,,,,67_2,12222 +ctl,,,,,,,19,1657.908198999991,,,,,,,176,64,0,,,,,,,,,,,67_2,12223 +nof,,,,,,,21,1657.921869999991,,,,,,,144,65,0,,,,,,,,,,,67_2,12212 +nof,,,,,,,0,1657.921869999991,,,,,,,144,70,0,,,,,,,,,,,67_2,12213 +ctl,,,,,,,77,1657.971996999991,,,,,,,176,64,127,,,,,,,,,,,67_2,12224 +nof,,,,,,,54,1658.0071509999912,,,,,,,144,54,0,,,,,,,,,,,67_2,12222 +non,,,,,,,0,1658.0071509999912,,,,C#3,,,144,49,4,,,,,,,,,,,67_2,12225 +nof,,,,,,,170,1658.1178209999912,,,,,,,144,49,0,,,,,,,,,,,67_2,12225 +non,,,,,,,0,1658.1178209999912,,,,F#3,,,144,54,4,,,,,,,,,,,67_2,12226 +ctl,,,,,,,171,1658.229141999991,,,,,,,176,64,127,,,,,,,,,,,67_2,12227 +ctl,,,,,,,0,1658.229141999991,,,,,,,176,64,0,,,,,,,,,,,67_2,12228 +ctl,,,,,,,0,1658.229141999991,,,,,,,176,64,0,,,,,,,,,,,67_2,12229 +nof,,,,,,,0,1658.229141999991,,,,,,,144,54,0,,,,,,,,,,,67_2,12226 +non,,,,,,,0,1658.229141999991,,,,G#4,,,144,68,7,,,,,,,,,,,67_2,12230 +non,,,,,,,0,1658.229141999991,,,,C#5,,,144,73,9,,,,,,,,,,,67_2,12231 +non,,,,,,,0,1658.229141999991,,,,E3,,,144,52,4,,,,,,,,,,,67_2,12232 +ctl,,,,,,,39,1658.257689999991,,,,,,,176,64,0,,,,,,,,,,,67_2,12233 +nof,,,,,,,1,1658.258421999991,,,,,,,144,64,0,,,,,,,,,,,67_2,12220 +nof,,,,,,,0,1658.258421999991,,,,,,,144,72,0,,,,,,,,,,,67_2,12221 +ctl,,,,,,,39,1658.286969999991,,,,,,,176,64,0,,,,,,,,,,,67_2,12234 +ctl,,,,,,,44,1658.319177999991,,,,,,,176,64,127,,,,,,,,,,,67_2,12235 +nof,,,,,,,48,1658.354313999991,,,,,,,144,52,0,,,,,,,,,,,67_2,12232 +non,,,,,,,0,1658.354313999991,,,,A#3,,,144,58,4,,,,,,,,,,,67_2,12236 +nof,,,,,,,170,1658.478753999991,,,,,,,144,58,0,,,,,,,,,,,67_2,12236 +non,,,,,,,0,1658.478753999991,,,,E3,,,144,52,4,,,,,,,,,,,67_2,12237 +ctl,,,,,,,106,1658.556345999991,,,,,,,176,64,0,,,,,,,,,,,67_2,12238 +non,,,,,,,65,1658.6039259999911,,,,G4,,,144,67,6,,,,,,,,,,,67_2,12239 +non,,,,,,,0,1658.6039259999911,,,,D#5,,,144,75,8,,,,,,,,,,,67_2,12240 +nof,,,,,,,0,1658.6039259999911,,,,,,,144,52,0,,,,,,,,,,,67_2,12237 +non,,,,,,,0,1658.6039259999911,,,,A3,,,144,57,4,,,,,,,,,,,67_2,12241 +nof,,,,,,,40,1658.629965999991,,,,,,,144,68,0,,,,,,,,,,,67_2,12230 +nof,,,,,,,0,1658.629965999991,,,,,,,144,73,0,,,,,,,,,,,67_2,12231 +ctl,,,,,,,38,1658.6547039999912,,,,,,,176,64,127,,,,,,,,,,,67_2,12242 +nof,,,,,,,93,1658.715246999991,,,,,,,144,57,0,,,,,,,,,,,67_2,12241 +non,,,,,,,0,1658.715246999991,,,,E3,,,144,52,4,,,,,,,,,,,67_2,12243 +nof,,,,,,,170,1658.825916999991,,,,,,,144,52,0,,,,,,,,,,,67_2,12243 +non,,,,,,,0,1658.825916999991,,,,A3,,,144,57,4,,,,,,,,,,,67_2,12244 +ctl,,,,,,,119,1658.903385999991,,,,,,,176,64,0,,,,,,,,,,,67_2,12245 +non,,,,,,,52,1658.937237999991,,,,F4,,,144,65,5,,,,,,,,,,,67_2,12246 +non,,,,,,,0,1658.937237999991,,,,A#4,,,144,70,8,,,,,,,,,,,67_2,12247 +nof,,,,,,,0,1658.937237999991,,,,,,,144,57,0,,,,,,,,,,,67_2,12244 +non,,,,,,,0,1658.937237999991,,,,C#3,,,144,49,4,,,,,,,,,,,67_2,12248 +ctl,,,,,,,6,1658.941143999991,,,,,,,176,64,0,,,,,,,,,,,67_2,12249 +nof,,,,,,,34,1658.963277999991,,,,,,,144,67,0,,,,,,,,,,,67_2,12239 +nof,,,,,,,0,1658.963277999991,,,,,,,144,75,0,,,,,,,,,,,67_2,12240 +ctl,,,,,,,25,1658.979552999991,,,,,,,176,64,127,,,,,,,,,,,67_2,12250 +nof,,,,,,,106,1659.048558999991,,,,,,,144,49,0,,,,,,,,,,,67_2,12248 +non,,,,,,,0,1659.048558999991,,,,G3,,,144,55,4,,,,,,,,,,,67_2,12251 +ctl,,,,,,,23,1659.063531999991,,,,,,,176,64,127,,,,,,,,,,,67_2,12252 +nof,,,,,,,147,1659.159228999991,,,,,,,144,55,0,,,,,,,,,,,67_2,12251 +non,,,,,,,0,1659.159228999991,,,,C#3,,,144,49,4,,,,,,,,,,,67_2,12253 +non,,,,,,,171,1659.270549999991,,,,E4,,,144,64,6,,,,,,,,,,,67_2,12254 +non,,,,,,,0,1659.270549999991,,,,C5,,,144,72,8,,,,,,,,,,,67_2,12255 +nof,,,,,,,0,1659.270549999991,,,,,,,144,49,0,,,,,,,,,,,67_2,12253 +non,,,,,,,0,1659.270549999991,,,,F#3,,,144,54,4,,,,,,,,,,,67_2,12256 +ctl,,,,,,,19,1659.2829189999911,,,,,,,176,64,0,,,,,,,,,,,67_2,12257 +nof,,,,,,,21,1659.296589999991,,,,,,,144,65,0,,,,,,,,,,,67_2,12246 +nof,,,,,,,0,1659.296589999991,,,,,,,144,70,0,,,,,,,,,,,67_2,12247 +ctl,,,,,,,77,1659.346716999991,,,,,,,176,64,127,,,,,,,,,,,67_2,12258 +nof,,,,,,,54,1659.3818709999912,,,,,,,144,54,0,,,,,,,,,,,67_2,12256 +non,,,,,,,0,1659.3818709999912,,,,C#3,,,144,49,4,,,,,,,,,,,67_2,12259 +nof,,,,,,,170,1659.492540999991,,,,,,,144,49,0,,,,,,,,,,,67_2,12259 +non,,,,,,,0,1659.492540999991,,,,F#3,,,144,54,4,,,,,,,,,,,67_2,12260 +ctl,,,,,,,171,1659.603861999991,,,,,,,176,64,127,,,,,,,,,,,67_2,12261 +ctl,,,,,,,0,1659.603861999991,,,,,,,176,64,0,,,,,,,,,,,67_2,12262 +ctl,,,,,,,0,1659.603861999991,,,,,,,176,64,0,,,,,,,,,,,67_2,12263 +nof,,,,,,,0,1659.603861999991,,,,,,,144,54,0,,,,,,,,,,,67_2,12260 +non,,,,,,,0,1659.603861999991,,,,G#4,,,144,68,6,,,,,,,,,,,67_2,12264 +non,,,,,,,0,1659.603861999991,,,,C#5,,,144,73,9,,,,,,,,,,,67_2,12265 +non,,,,,,,0,1659.603861999991,,,,E3,,,144,52,4,,,,,,,,,,,67_2,12266 +ctl,,,,,,,39,1659.629250999991,,,,,,,176,64,0,,,,,,,,,,,67_2,12267 +nof,,,,,,,1,1659.629901999991,,,,,,,144,64,0,,,,,,,,,,,67_2,12254 +nof,,,,,,,0,1659.629901999991,,,,,,,144,72,0,,,,,,,,,,,67_2,12255 +ctl,,,,,,,39,1659.6552909999912,,,,,,,176,64,0,,,,,,,,,,,67_2,12268 +ctl,,,,,,,44,1659.6839349999912,,,,,,,176,64,127,,,,,,,,,,,67_2,12269 +nof,,,,,,,48,1659.7151829999912,,,,,,,144,52,0,,,,,,,,,,,67_2,12266 +non,,,,,,,0,1659.7151829999912,,,,A#3,,,144,58,4,,,,,,,,,,,67_2,12270 +nof,,,,,,,170,1659.8258529999912,,,,,,,144,58,0,,,,,,,,,,,67_2,12270 +non,,,,,,,0,1659.8258529999912,,,,E3,,,144,52,4,,,,,,,,,,,67_2,12271 +ctl,,,,,,,106,1659.8948589999911,,,,,,,176,64,0,,,,,,,,,,,67_2,12272 +non,,,,,,,65,1659.937173999991,,,,G4,,,144,67,6,,,,,,,,,,,67_2,12273 +non,,,,,,,0,1659.937173999991,,,,D#5,,,144,75,9,,,,,,,,,,,67_2,12274 +nof,,,,,,,0,1659.937173999991,,,,,,,144,52,0,,,,,,,,,,,67_2,12271 +non,,,,,,,0,1659.937173999991,,,,A3,,,144,57,4,,,,,,,,,,,67_2,12275 +nof,,,,,,,40,1659.963213999991,,,,,,,144,68,0,,,,,,,,,,,67_2,12264 +nof,,,,,,,0,1659.963213999991,,,,,,,144,73,0,,,,,,,,,,,67_2,12265 +ctl,,,,,,,38,1659.987951999991,,,,,,,176,64,127,,,,,,,,,,,67_2,12276 +nof,,,,,,,93,1660.0484949999911,,,,,,,144,57,0,,,,,,,,,,,67_2,12275 +non,,,,,,,0,1660.0484949999911,,,,E3,,,144,52,4,,,,,,,,,,,67_2,12277 +nof,,,,,,,170,1660.1591649999912,,,,,,,144,52,0,,,,,,,,,,,67_2,12277 +non,,,,,,,0,1660.1591649999912,,,,A3,,,144,57,5,,,,,,,,,,,67_2,12278 +ctl,,,,,,,119,1660.236633999991,,,,,,,176,64,0,,,,,,,,,,,67_2,12279 +non,,,,,,,52,1660.270485999991,,,,B4,,,144,71,6,,,,,,,,,,,67_2,12280 +non,,,,,,,0,1660.270485999991,,,,E5,,,144,76,9,,,,,,,,,,,67_2,12281 +nof,,,,,,,0,1660.270485999991,,,,,,,144,57,0,,,,,,,,,,,67_2,12278 +non,,,,,,,0,1660.270485999991,,,,G3,,,144,55,5,,,,,,,,,,,67_2,12282 +ctl,,,,,,,6,1660.2743919999912,,,,,,,176,64,0,,,,,,,,,,,67_2,12283 +nof,,,,,,,34,1660.296525999991,,,,,,,144,67,0,,,,,,,,,,,67_2,12273 +nof,,,,,,,0,1660.296525999991,,,,,,,144,75,0,,,,,,,,,,,67_2,12274 +ctl,,,,,,,25,1660.3128009999912,,,,,,,176,64,127,,,,,,,,,,,67_2,12284 +nof,,,,,,,106,1660.381806999991,,,,,,,144,55,0,,,,,,,,,,,67_2,12282 +non,,,,,,,0,1660.381806999991,,,,C#4,,,144,61,5,,,,,,,,,,,67_2,12285 +ctl,,,,,,,23,1660.3967799999912,,,,,,,176,64,127,,,,,,,,,,,67_2,12286 +nof,,,,,,,147,1660.4924769999911,,,,,,,144,61,0,,,,,,,,,,,67_2,12285 +non,,,,,,,0,1660.4924769999911,,,,G3,,,144,55,5,,,,,,,,,,,67_2,12287 +non,,,,,,,171,1660.603797999991,,,,A#4,,,144,70,7,,,,,,,,,,,67_2,12288 +non,,,,,,,0,1660.603797999991,,,,F#5,,,144,78,10,,,,,,,,,,,67_2,12289 +nof,,,,,,,0,1660.603797999991,,,,,,,144,55,0,,,,,,,,,,,67_2,12287 +non,,,,,,,0,1660.603797999991,,,,C4,,,144,60,5,,,,,,,,,,,67_2,12290 +ctl,,,,,,,19,1660.616166999991,,,,,,,176,64,0,,,,,,,,,,,67_2,12291 +nof,,,,,,,21,1660.6298379999912,,,,,,,144,71,0,,,,,,,,,,,67_2,12280 +nof,,,,,,,0,1660.6298379999912,,,,,,,144,76,0,,,,,,,,,,,67_2,12281 +ctl,,,,,,,77,1660.6799649999912,,,,,,,176,64,127,,,,,,,,,,,67_2,12292 +nof,,,,,,,54,1660.715118999991,,,,,,,144,60,0,,,,,,,,,,,67_2,12290 +non,,,,,,,0,1660.715118999991,,,,G3,,,144,55,5,,,,,,,,,,,67_2,12293 +nof,,,,,,,170,1660.8257889999911,,,,,,,144,55,0,,,,,,,,,,,67_2,12293 +non,,,,,,,0,1660.8257889999911,,,,C4,,,144,60,5,,,,,,,,,,,67_2,12294 +ctl,,,,,,,171,1660.937109999991,,,,,,,176,64,127,,,,,,,,,,,67_2,12295 +ctl,,,,,,,0,1660.937109999991,,,,,,,176,64,0,,,,,,,,,,,67_2,12296 +ctl,,,,,,,0,1660.937109999991,,,,,,,176,64,0,,,,,,,,,,,67_2,12297 +nof,,,,,,,0,1660.937109999991,,,,,,,144,60,0,,,,,,,,,,,67_2,12294 +non,,,,,,,0,1660.937109999991,,,,D5,,,144,74,7,,,,,,,,,,,67_2,12298 +non,,,,,,,0,1660.937109999991,,,,G5,,,144,79,10,,,,,,,,,,,67_2,12299 +non,,,,,,,0,1660.937109999991,,,,A#3,,,144,58,5,,,,,,,,,,,67_2,12300 +ctl,,,,,,,39,1660.9667499999912,,,,,,,176,64,0,,,,,,,,,,,67_2,12301 +nof,,,,,,,1,1660.967509999991,,,,,,,144,70,0,,,,,,,,,,,67_2,12288 +nof,,,,,,,0,1660.967509999991,,,,,,,144,78,0,,,,,,,,,,,67_2,12289 +ctl,,,,,,,39,1660.997149999991,,,,,,,176,64,0,,,,,,,,,,,67_2,12302 +ctl,,,,,,,44,1661.030589999991,,,,,,,176,64,127,,,,,,,,,,,67_2,12303 +nof,,,,,,,48,1661.0670699999912,,,,,,,144,58,0,,,,,,,,,,,67_2,12300 +non,,,,,,,0,1661.0670699999912,,,,E4,,,144,64,5,,,,,,,,,,,67_2,12304 +nof,,,,,,,170,1661.196269999991,,,,,,,144,64,0,,,,,,,,,,,67_2,12304 +non,,,,,,,0,1661.196269999991,,,,A#3,,,144,58,5,,,,,,,,,,,67_2,12305 +ctl,,,,,,,106,1661.2768299999912,,,,,,,176,64,0,,,,,,,,,,,67_2,12306 +non,,,,,,,65,1661.326229999991,,,,C#5,,,144,73,7,,,,,,,,,,,67_2,12307 +non,,,,,,,0,1661.326229999991,,,,A5,,,144,81,10,,,,,,,,,,,67_2,12308 +nof,,,,,,,0,1661.326229999991,,,,,,,144,58,0,,,,,,,,,,,67_2,12305 +non,,,,,,,0,1661.326229999991,,,,D#4,,,144,63,5,,,,,,,,,,,67_2,12309 +nof,,,,,,,40,1661.352269999991,,,,,,,144,74,0,,,,,,,,,,,67_2,12298 +nof,,,,,,,0,1661.352269999991,,,,,,,144,79,0,,,,,,,,,,,67_2,12299 +ctl,,,,,,,38,1661.377007999991,,,,,,,176,64,127,,,,,,,,,,,67_2,12310 +nof,,,,,,,93,1661.4375509999911,,,,,,,144,63,0,,,,,,,,,,,67_2,12309 +non,,,,,,,0,1661.4375509999911,,,,A#3,,,144,58,5,,,,,,,,,,,67_2,12311 +nof,,,,,,,170,1661.5482209999911,,,,,,,144,58,0,,,,,,,,,,,67_2,12311 +non,,,,,,,0,1661.5482209999911,,,,D#4,,,144,63,5,,,,,,,,,,,67_2,12312 +ctl,,,,,,,119,1661.625689999991,,,,,,,176,64,0,,,,,,,,,,,67_2,12313 +non,,,,,,,52,1661.659541999991,,,,C5,,,144,72,7,,,,,,,,,,,67_2,12314 +non,,,,,,,0,1661.659541999991,,,,F5,,,144,77,10,,,,,,,,,,,67_2,12315 +nof,,,,,,,0,1661.659541999991,,,,,,,144,63,0,,,,,,,,,,,67_2,12312 +non,,,,,,,0,1661.659541999991,,,,A3,,,144,57,5,,,,,,,,,,,67_2,12316 +ctl,,,,,,,6,1661.6634479999911,,,,,,,176,64,0,,,,,,,,,,,67_2,12317 +nof,,,,,,,34,1661.685581999991,,,,,,,144,73,0,,,,,,,,,,,67_2,12307 +nof,,,,,,,0,1661.685581999991,,,,,,,144,81,0,,,,,,,,,,,67_2,12308 +ctl,,,,,,,25,1661.7018569999912,,,,,,,176,64,127,,,,,,,,,,,67_2,12318 +nof,,,,,,,106,1661.770862999991,,,,,,,144,57,0,,,,,,,,,,,67_2,12316 +non,,,,,,,0,1661.770862999991,,,,D4,,,144,62,5,,,,,,,,,,,67_2,12319 +ctl,,,,,,,23,1661.7858359999911,,,,,,,176,64,127,,,,,,,,,,,67_2,12320 +nof,,,,,,,147,1661.8815329999911,,,,,,,144,62,0,,,,,,,,,,,67_2,12319 +non,,,,,,,0,1661.8815329999911,,,,A3,,,144,57,5,,,,,,,,,,,67_2,12321 +non,,,,,,,171,1661.992853999991,,,,B4,,,144,71,6,,,,,,,,,,,67_2,12322 +nof,,,,,,,0,1661.992853999991,,,,,,,144,57,0,,,,,,,,,,,67_2,12321 +non,,,,,,,0,1661.992853999991,,,,C#4,,,144,61,5,,,,,,,,,,,67_2,12323 +ctl,,,,,,,19,1662.005222999991,,,,,,,176,64,0,,,,,,,,,,,67_2,12324 +nof,,,,,,,21,1662.0188939999912,,,,,,,144,72,0,,,,,,,,,,,67_2,12314 +ctl,,,,,,,77,1662.0690209999912,,,,,,,176,64,127,,,,,,,,,,,67_2,12325 +nof,,,,,,,54,1662.104174999991,,,,,,,144,61,0,,,,,,,,,,,67_2,12323 +non,,,,,,,0,1662.104174999991,,,,G#3,,,144,56,5,,,,,,,,,,,67_2,12326 +nof,,,,,,,170,1662.214844999991,,,,,,,144,56,0,,,,,,,,,,,67_2,12326 +non,,,,,,,0,1662.214844999991,,,,C#4,,,144,61,5,,,,,,,,,,,67_2,12327 +ctl,,,,,,,171,1662.3261659999912,,,,,,,176,64,127,,,,,,,,,,,67_2,12328 +ctl,,,,,,,0,1662.3261659999912,,,,,,,176,64,0,,,,,,,,,,,67_2,12329 +ctl,,,,,,,0,1662.3261659999912,,,,,,,176,64,0,,,,,,,,,,,67_2,12330 +nof,,,,,,,0,1662.3261659999912,,,,,,,144,61,0,,,,,,,,,,,67_2,12327 +non,,,,,,,0,1662.3261659999912,,,,A#4,,,144,70,6,,,,,,,,,,,67_2,12331 +non,,,,,,,0,1662.3261659999912,,,,G3,,,144,55,5,,,,,,,,,,,67_2,12332 +ctl,,,,,,,39,1662.351554999991,,,,,,,176,64,0,,,,,,,,,,,67_2,12333 +nof,,,,,,,1,1662.3522059999912,,,,,,,144,71,0,,,,,,,,,,,67_2,12322 +ctl,,,,,,,39,1662.377594999991,,,,,,,176,64,0,,,,,,,,,,,67_2,12334 +ctl,,,,,,,44,1662.406238999991,,,,,,,176,64,127,,,,,,,,,,,67_2,12335 +nof,,,,,,,48,1662.437486999991,,,,,,,144,55,0,,,,,,,,,,,67_2,12332 +non,,,,,,,0,1662.437486999991,,,,C4,,,144,60,5,,,,,,,,,,,67_2,12336 +nof,,,,,,,170,1662.548156999991,,,,,,,144,60,0,,,,,,,,,,,67_2,12336 +non,,,,,,,0,1662.548156999991,,,,G3,,,144,55,5,,,,,,,,,,,67_2,12337 +ctl,,,,,,,106,1662.617162999991,,,,,,,176,64,0,,,,,,,,,,,67_2,12338 +non,,,,,,,65,1662.6594779999912,,,,A4,,,144,69,6,,,,,,,,,,,67_2,12339 +non,,,,,,,0,1662.6594779999912,,,,D5,,,144,74,8,,,,,,,,,,,67_2,12340 +nof,,,,,,,0,1662.6594779999912,,,,,,,144,55,0,,,,,,,,,,,67_2,12337 +non,,,,,,,0,1662.6594779999912,,,,B3,,,144,59,5,,,,,,,,,,,67_2,12341 +nof,,,,,,,40,1662.6855179999911,,,,,,,144,70,0,,,,,,,,,,,67_2,12331 +nof,,,,,,,0,1662.6855179999911,,,,,,,144,77,0,,,,,,,,,,,67_2,12315 +ctl,,,,,,,38,1662.710255999991,,,,,,,176,64,127,,,,,,,,,,,67_2,12342 +nof,,,,,,,93,1662.770798999991,,,,,,,144,59,0,,,,,,,,,,,67_2,12341 +non,,,,,,,0,1662.770798999991,,,,F#3,,,144,54,5,,,,,,,,,,,67_2,12343 +nof,,,,,,,170,1662.881468999991,,,,,,,144,54,0,,,,,,,,,,,67_2,12343 +non,,,,,,,0,1662.881468999991,,,,B3,,,144,59,5,,,,,,,,,,,67_2,12344 +ctl,,,,,,,119,1662.9589379999911,,,,,,,176,64,0,,,,,,,,,,,67_2,12345 +nof,,,,,,,52,1662.9927899999911,,,,,,,144,69,0,,,,,,,,,,,67_2,12339 +nof,,,,,,,0,1662.9927899999911,,,,,,,144,74,0,,,,,,,,,,,67_2,12340 +non,,,,,,,0,1662.9927899999911,,,,A4,,,144,69,6,,,,,,,,,,,67_2,12346 +non,,,,,,,0,1662.9927899999911,,,,D5,,,144,74,9,,,,,,,,,,,67_2,12347 +nof,,,,,,,0,1662.9927899999911,,,,,,,144,59,0,,,,,,,,,,,67_2,12344 +non,,,,,,,0,1662.9927899999911,,,,F3,,,144,53,5,,,,,,,,,,,67_2,12348 +ctl,,,,,,,6,1662.996695999991,,,,,,,176,64,0,,,,,,,,,,,67_2,12349 +ctl,,,,,,,59,1663.035104999991,,,,,,,176,64,127,,,,,,,,,,,67_2,12350 +nof,,,,,,,106,1663.104110999991,,,,,,,144,53,0,,,,,,,,,,,67_2,12348 +non,,,,,,,0,1663.104110999991,,,,B3,,,144,59,4,,,,,,,,,,,67_2,12351 +ctl,,,,,,,23,1663.119083999991,,,,,,,176,64,127,,,,,,,,,,,67_2,12352 +nof,,,,,,,147,1663.214780999991,,,,,,,144,59,0,,,,,,,,,,,67_2,12351 +non,,,,,,,0,1663.214780999991,,,,F3,,,144,53,4,,,,,,,,,,,67_2,12353 +non,,,,,,,171,1663.3261019999911,,,,G#4,,,144,68,5,,,,,,,,,,,67_2,12354 +non,,,,,,,0,1663.3261019999911,,,,E5,,,144,76,8,,,,,,,,,,,67_2,12355 +nof,,,,,,,0,1663.3261019999911,,,,,,,144,53,0,,,,,,,,,,,67_2,12353 +non,,,,,,,0,1663.3261019999911,,,,A#3,,,144,58,4,,,,,,,,,,,67_2,12356 +ctl,,,,,,,19,1663.3384709999912,,,,,,,176,64,0,,,,,,,,,,,67_2,12357 +nof,,,,,,,21,1663.352141999991,,,,,,,144,69,0,,,,,,,,,,,67_2,12346 +nof,,,,,,,0,1663.352141999991,,,,,,,144,74,0,,,,,,,,,,,67_2,12347 +ctl,,,,,,,77,1663.402268999991,,,,,,,176,64,127,,,,,,,,,,,67_2,12358 +nof,,,,,,,54,1663.437422999991,,,,,,,144,58,0,,,,,,,,,,,67_2,12356 +non,,,,,,,0,1663.437422999991,,,,F3,,,144,53,4,,,,,,,,,,,67_2,12359 +nof,,,,,,,170,1663.548092999991,,,,,,,144,53,0,,,,,,,,,,,67_2,12359 +non,,,,,,,0,1663.548092999991,,,,A#3,,,144,58,4,,,,,,,,,,,67_2,12360 +ctl,,,,,,,171,1663.659413999991,,,,,,,176,64,127,,,,,,,,,,,67_2,12361 +ctl,,,,,,,0,1663.659413999991,,,,,,,176,64,0,,,,,,,,,,,67_2,12362 +ctl,,,,,,,0,1663.659413999991,,,,,,,176,64,0,,,,,,,,,,,67_2,12363 +nof,,,,,,,0,1663.659413999991,,,,,,,144,58,0,,,,,,,,,,,67_2,12360 +non,,,,,,,0,1663.659413999991,,,,C5,,,144,72,6,,,,,,,,,,,67_2,12364 +non,,,,,,,0,1663.659413999991,,,,F5,,,144,77,9,,,,,,,,,,,67_2,12365 +non,,,,,,,0,1663.659413999991,,,,G#3,,,144,56,4,,,,,,,,,,,67_2,12366 +ctl,,,,,,,39,1663.687961999991,,,,,,,176,64,0,,,,,,,,,,,67_2,12367 +nof,,,,,,,1,1663.688693999991,,,,,,,144,68,0,,,,,,,,,,,67_2,12354 +nof,,,,,,,0,1663.688693999991,,,,,,,144,76,0,,,,,,,,,,,67_2,12355 +ctl,,,,,,,39,1663.717241999991,,,,,,,176,64,0,,,,,,,,,,,67_2,12368 +ctl,,,,,,,44,1663.7494499999912,,,,,,,176,64,127,,,,,,,,,,,67_2,12369 +nof,,,,,,,48,1663.7845859999911,,,,,,,144,56,0,,,,,,,,,,,67_2,12366 +non,,,,,,,0,1663.7845859999911,,,,D4,,,144,62,4,,,,,,,,,,,67_2,12370 +nof,,,,,,,170,1663.9090259999912,,,,,,,144,62,0,,,,,,,,,,,67_2,12370 +non,,,,,,,0,1663.9090259999912,,,,G#3,,,144,56,4,,,,,,,,,,,67_2,12371 +ctl,,,,,,,106,1663.986617999991,,,,,,,176,64,0,,,,,,,,,,,67_2,12372 +non,,,,,,,65,1664.0341979999912,,,,B4,,,144,71,5,,,,,,,,,,,67_2,12373 +non,,,,,,,0,1664.0341979999912,,,,G5,,,144,79,8,,,,,,,,,,,67_2,12374 +nof,,,,,,,0,1664.0341979999912,,,,,,,144,56,0,,,,,,,,,,,67_2,12371 +non,,,,,,,0,1664.0341979999912,,,,C#4,,,144,61,5,,,,,,,,,,,67_2,12375 +nof,,,,,,,40,1664.0602379999912,,,,,,,144,72,0,,,,,,,,,,,67_2,12364 +nof,,,,,,,0,1664.0602379999912,,,,,,,144,77,0,,,,,,,,,,,67_2,12365 +ctl,,,,,,,38,1664.084975999991,,,,,,,176,64,127,,,,,,,,,,,67_2,12376 +nof,,,,,,,93,1664.145518999991,,,,,,,144,61,0,,,,,,,,,,,67_2,12375 +non,,,,,,,0,1664.145518999991,,,,G#3,,,144,56,5,,,,,,,,,,,67_2,12377 +nof,,,,,,,170,1664.256188999991,,,,,,,144,56,0,,,,,,,,,,,67_2,12377 +non,,,,,,,0,1664.256188999991,,,,C#4,,,144,61,5,,,,,,,,,,,67_2,12378 +ctl,,,,,,,119,1664.3336579999911,,,,,,,176,64,0,,,,,,,,,,,67_2,12379 +non,,,,,,,52,1664.3675099999912,,,,A4,,,144,69,6,,,,,,,,,,,67_2,12380 +non,,,,,,,0,1664.3675099999912,,,,D5,,,144,74,9,,,,,,,,,,,67_2,12381 +nof,,,,,,,0,1664.3675099999912,,,,,,,144,61,0,,,,,,,,,,,67_2,12378 +non,,,,,,,0,1664.3675099999912,,,,F3,,,144,53,5,,,,,,,,,,,67_2,12382 +ctl,,,,,,,6,1664.371415999991,,,,,,,176,64,0,,,,,,,,,,,67_2,12383 +nof,,,,,,,34,1664.3935499999911,,,,,,,144,71,0,,,,,,,,,,,67_2,12373 +nof,,,,,,,0,1664.3935499999911,,,,,,,144,79,0,,,,,,,,,,,67_2,12374 +ctl,,,,,,,25,1664.409824999991,,,,,,,176,64,127,,,,,,,,,,,67_2,12384 +nof,,,,,,,106,1664.478830999991,,,,,,,144,53,0,,,,,,,,,,,67_2,12382 +non,,,,,,,0,1664.478830999991,,,,B3,,,144,59,5,,,,,,,,,,,67_2,12385 +ctl,,,,,,,23,1664.493803999991,,,,,,,176,64,127,,,,,,,,,,,67_2,12386 +nof,,,,,,,147,1664.589500999991,,,,,,,144,59,0,,,,,,,,,,,67_2,12385 +non,,,,,,,0,1664.589500999991,,,,F3,,,144,53,5,,,,,,,,,,,67_2,12387 +non,,,,,,,171,1664.7008219999911,,,,G#4,,,144,68,7,,,,,,,,,,,67_2,12388 +non,,,,,,,0,1664.7008219999911,,,,E5,,,144,76,10,,,,,,,,,,,67_2,12389 +nof,,,,,,,0,1664.7008219999911,,,,,,,144,53,0,,,,,,,,,,,67_2,12387 +non,,,,,,,0,1664.7008219999911,,,,A#3,,,144,58,5,,,,,,,,,,,67_2,12390 +ctl,,,,,,,19,1664.7131909999912,,,,,,,176,64,0,,,,,,,,,,,67_2,12391 +nof,,,,,,,21,1664.7268619999911,,,,,,,144,69,0,,,,,,,,,,,67_2,12380 +nof,,,,,,,0,1664.7268619999911,,,,,,,144,74,0,,,,,,,,,,,67_2,12381 +ctl,,,,,,,77,1664.776988999991,,,,,,,176,64,127,,,,,,,,,,,67_2,12392 +nof,,,,,,,54,1664.812142999991,,,,,,,144,58,0,,,,,,,,,,,67_2,12390 +non,,,,,,,0,1664.812142999991,,,,F3,,,144,53,5,,,,,,,,,,,67_2,12393 +nof,,,,,,,170,1664.922812999991,,,,,,,144,53,0,,,,,,,,,,,67_2,12393 +non,,,,,,,0,1664.922812999991,,,,A#3,,,144,58,5,,,,,,,,,,,67_2,12394 +ctl,,,,,,,171,1665.0341339999911,,,,,,,176,64,127,,,,,,,,,,,67_2,12395 +ctl,,,,,,,0,1665.0341339999911,,,,,,,176,64,0,,,,,,,,,,,67_2,12396 +ctl,,,,,,,0,1665.0341339999911,,,,,,,176,64,0,,,,,,,,,,,67_2,12397 +nof,,,,,,,0,1665.0341339999911,,,,,,,144,58,0,,,,,,,,,,,67_2,12394 +non,,,,,,,0,1665.0341339999911,,,,C5,,,144,72,7,,,,,,,,,,,67_2,12398 +non,,,,,,,0,1665.0341339999911,,,,F5,,,144,77,10,,,,,,,,,,,67_2,12399 +non,,,,,,,0,1665.0341339999911,,,,G#3,,,144,56,6,,,,,,,,,,,67_2,12400 +ctl,,,,,,,39,1665.059522999991,,,,,,,176,64,0,,,,,,,,,,,67_2,12401 +nof,,,,,,,1,1665.060173999991,,,,,,,144,68,0,,,,,,,,,,,67_2,12388 +nof,,,,,,,0,1665.060173999991,,,,,,,144,76,0,,,,,,,,,,,67_2,12389 +ctl,,,,,,,39,1665.085562999991,,,,,,,176,64,0,,,,,,,,,,,67_2,12402 +ctl,,,,,,,44,1665.114206999991,,,,,,,176,64,127,,,,,,,,,,,67_2,12403 +nof,,,,,,,48,1665.145454999991,,,,,,,144,56,0,,,,,,,,,,,67_2,12400 +non,,,,,,,0,1665.145454999991,,,,D4,,,144,62,6,,,,,,,,,,,67_2,12404 +nof,,,,,,,170,1665.256124999991,,,,,,,144,62,0,,,,,,,,,,,67_2,12404 +non,,,,,,,0,1665.256124999991,,,,G#3,,,144,56,6,,,,,,,,,,,67_2,12405 +ctl,,,,,,,106,1665.3251309999912,,,,,,,176,64,0,,,,,,,,,,,67_2,12406 +non,,,,,,,65,1665.367445999991,,,,B4,,,144,71,7,,,,,,,,,,,67_2,12407 +non,,,,,,,0,1665.367445999991,,,,G5,,,144,79,11,,,,,,,,,,,67_2,12408 +nof,,,,,,,0,1665.367445999991,,,,,,,144,56,0,,,,,,,,,,,67_2,12405 +non,,,,,,,0,1665.367445999991,,,,C#4,,,144,61,6,,,,,,,,,,,67_2,12409 +nof,,,,,,,40,1665.393485999991,,,,,,,144,72,0,,,,,,,,,,,67_2,12398 +nof,,,,,,,0,1665.393485999991,,,,,,,144,77,0,,,,,,,,,,,67_2,12399 +ctl,,,,,,,38,1665.4182239999911,,,,,,,176,64,127,,,,,,,,,,,67_2,12410 +nof,,,,,,,93,1665.4787669999912,,,,,,,144,61,0,,,,,,,,,,,67_2,12409 +non,,,,,,,0,1665.4787669999912,,,,G#3,,,144,56,6,,,,,,,,,,,67_2,12411 +nof,,,,,,,170,1665.589436999991,,,,,,,144,56,0,,,,,,,,,,,67_2,12411 +non,,,,,,,0,1665.589436999991,,,,C#4,,,144,61,6,,,,,,,,,,,67_2,12412 +ctl,,,,,,,119,1665.666905999991,,,,,,,176,64,0,,,,,,,,,,,67_2,12413 +non,,,,,,,52,1665.700757999991,,,,D#5,,,144,75,8,,,,,,,,,,,67_2,12414 +non,,,,,,,0,1665.700757999991,,,,G#5,,,144,80,11,,,,,,,,,,,67_2,12415 +nof,,,,,,,0,1665.700757999991,,,,,,,144,61,0,,,,,,,,,,,67_2,12412 +non,,,,,,,0,1665.700757999991,,,,B3,,,144,59,6,,,,,,,,,,,67_2,12416 +ctl,,,,,,,6,1665.704891999991,,,,,,,176,64,0,,,,,,,,,,,67_2,12417 +nof,,,,,,,34,1665.728317999991,,,,,,,144,71,0,,,,,,,,,,,67_2,12407 +nof,,,,,,,0,1665.728317999991,,,,,,,144,79,0,,,,,,,,,,,67_2,12408 +ctl,,,,,,,25,1665.7455429999911,,,,,,,176,64,127,,,,,,,,,,,67_2,12418 +nof,,,,,,,106,1665.8185769999911,,,,,,,144,59,0,,,,,,,,,,,67_2,12416 +non,,,,,,,0,1665.8185769999911,,,,F4,,,144,65,7,,,,,,,,,,,67_2,12419 +ctl,,,,,,,23,1665.834423999991,,,,,,,176,64,127,,,,,,,,,,,67_2,12420 +nof,,,,,,,147,1665.935706999991,,,,,,,144,65,0,,,,,,,,,,,67_2,12419 +non,,,,,,,0,1665.935706999991,,,,B3,,,144,59,7,,,,,,,,,,,67_2,12421 +non,,,,,,,171,1666.053525999991,,,,D5,,,144,74,7,,,,,,,,,,,67_2,12422 +non,,,,,,,0,1666.053525999991,,,,A#5,,,144,82,11,,,,,,,,,,,67_2,12423 +nof,,,,,,,0,1666.053525999991,,,,,,,144,59,0,,,,,,,,,,,67_2,12421 +non,,,,,,,0,1666.053525999991,,,,E4,,,144,64,7,,,,,,,,,,,67_2,12424 +ctl,,,,,,,19,1666.066616999991,,,,,,,176,64,0,,,,,,,,,,,67_2,12425 +nof,,,,,,,21,1666.081085999991,,,,,,,144,75,0,,,,,,,,,,,67_2,12414 +nof,,,,,,,0,1666.081085999991,,,,,,,144,80,0,,,,,,,,,,,67_2,12415 +ctl,,,,,,,77,1666.1341389999911,,,,,,,176,64,127,,,,,,,,,,,67_2,12426 +nof,,,,,,,54,1666.171344999991,,,,,,,144,64,0,,,,,,,,,,,67_2,12424 +non,,,,,,,0,1666.171344999991,,,,B3,,,144,59,7,,,,,,,,,,,67_2,12427 +nof,,,,,,,170,1666.2884749999912,,,,,,,144,59,0,,,,,,,,,,,67_2,12427 +non,,,,,,,0,1666.2884749999912,,,,E4,,,144,64,7,,,,,,,,,,,67_2,12428 +ctl,,,,,,,171,1666.406293999991,,,,,,,176,64,127,,,,,,,,,,,67_2,12429 +ctl,,,,,,,0,1666.406293999991,,,,,,,176,64,0,,,,,,,,,,,67_2,12430 +ctl,,,,,,,0,1666.406293999991,,,,,,,176,64,0,,,,,,,,,,,67_2,12431 +nof,,,,,,,0,1666.406293999991,,,,,,,144,64,0,,,,,,,,,,,67_2,12428 +non,,,,,,,0,1666.406293999991,,,,F#5,,,144,78,8,,,,,,,,,,,67_2,12432 +non,,,,,,,0,1666.406293999991,,,,B5,,,144,83,12,,,,,,,,,,,67_2,12433 +non,,,,,,,0,1666.406293999991,,,,D4,,,144,62,7,,,,,,,,,,,67_2,12434 +ctl,,,,,,,39,1666.440886999991,,,,,,,176,64,0,,,,,,,,,,,67_2,12435 +nof,,,,,,,1,1666.441773999991,,,,,,,144,74,0,,,,,,,,,,,67_2,12422 +nof,,,,,,,0,1666.441773999991,,,,,,,144,82,0,,,,,,,,,,,67_2,12423 +ctl,,,,,,,39,1666.4763669999911,,,,,,,176,64,0,,,,,,,,,,,67_2,12436 +ctl,,,,,,,44,1666.515394999991,,,,,,,176,64,127,,,,,,,,,,,67_2,12437 +nof,,,,,,,48,1666.557970999991,,,,,,,144,62,0,,,,,,,,,,,67_2,12434 +non,,,,,,,0,1666.557970999991,,,,G#4,,,144,68,7,,,,,,,,,,,67_2,12438 +nof,,,,,,,170,1666.708760999991,,,,,,,144,68,0,,,,,,,,,,,67_2,12438 +non,,,,,,,0,1666.708760999991,,,,D4,,,144,62,7,,,,,,,,,,,67_2,12439 +ctl,,,,,,,106,1666.802782999991,,,,,,,176,64,0,,,,,,,,,,,67_2,12440 +non,,,,,,,65,1666.860437999991,,,,F5,,,144,77,8,,,,,,,,,,,67_2,12441 +non,,,,,,,0,1666.860437999991,,,,C#6,,,144,85,11,,,,,,,,,,,67_2,12442 +nof,,,,,,,0,1666.860437999991,,,,,,,144,62,0,,,,,,,,,,,67_2,12439 +non,,,,,,,0,1666.860437999991,,,,G4,,,144,67,7,,,,,,,,,,,67_2,12443 +ctl,,,,,,,78,1666.917533999991,,,,,,,176,64,127,,,,,,,,,,,67_2,12444 +nof,,,,,,,2,1666.918997999991,,,,,,,144,78,0,,,,,,,,,,,67_2,12432 +nof,,,,,,,0,1666.918997999991,,,,,,,144,83,0,,,,,,,,,,,67_2,12433 +nof,,,,,,,91,1666.985609999991,,,,,,,144,67,0,,,,,,,,,,,67_2,12443 +non,,,,,,,0,1666.985609999991,,,,D4,,,144,62,7,,,,,,,,,,,67_2,12445 +nof,,,,,,,170,1667.1100499999911,,,,,,,144,62,0,,,,,,,,,,,67_2,12445 +non,,,,,,,0,1667.1100499999911,,,,G4,,,144,67,7,,,,,,,,,,,67_2,12446 +ctl,,,,,,,119,1667.197157999991,,,,,,,176,64,0,,,,,,,,,,,67_2,12447 +non,,,,,,,52,1667.2352219999912,,,,E5,,,144,76,8,,,,,,,,,,,67_2,12448 +non,,,,,,,0,1667.2352219999912,,,,A5,,,144,81,11,,,,,,,,,,,67_2,12449 +nof,,,,,,,0,1667.2352219999912,,,,,,,144,67,0,,,,,,,,,,,67_2,12446 +non,,,,,,,0,1667.2352219999912,,,,C#4,,,144,61,7,,,,,,,,,,,67_2,12450 +ctl,,,,,,,6,1667.239127999991,,,,,,,176,64,0,,,,,,,,,,,67_2,12451 +nof,,,,,,,34,1667.2612619999911,,,,,,,144,77,0,,,,,,,,,,,67_2,12441 +nof,,,,,,,0,1667.2612619999911,,,,,,,144,85,0,,,,,,,,,,,67_2,12442 +ctl,,,,,,,25,1667.277536999991,,,,,,,176,64,127,,,,,,,,,,,67_2,12452 +nof,,,,,,,106,1667.346542999991,,,,,,,144,61,0,,,,,,,,,,,67_2,12450 +non,,,,,,,0,1667.346542999991,,,,F#4,,,144,66,7,,,,,,,,,,,67_2,12453 +ctl,,,,,,,23,1667.361515999991,,,,,,,176,64,127,,,,,,,,,,,67_2,12454 +nof,,,,,,,147,1667.457212999991,,,,,,,144,66,0,,,,,,,,,,,67_2,12453 +non,,,,,,,0,1667.457212999991,,,,C#4,,,144,61,7,,,,,,,,,,,67_2,12455 +non,,,,,,,171,1667.5685339999911,,,,D#5,,,144,75,6,,,,,,,,,,,67_2,12456 +nof,,,,,,,0,1667.5685339999911,,,,,,,144,61,0,,,,,,,,,,,67_2,12455 +non,,,,,,,0,1667.5685339999911,,,,F4,,,144,65,7,,,,,,,,,,,67_2,12457 +ctl,,,,,,,19,1667.5809029999912,,,,,,,176,64,0,,,,,,,,,,,67_2,12458 +nof,,,,,,,21,1667.594573999991,,,,,,,144,76,0,,,,,,,,,,,67_2,12448 +ctl,,,,,,,77,1667.644700999991,,,,,,,176,64,127,,,,,,,,,,,67_2,12459 +nof,,,,,,,54,1667.679854999991,,,,,,,144,65,0,,,,,,,,,,,67_2,12457 +non,,,,,,,0,1667.679854999991,,,,C4,,,144,60,7,,,,,,,,,,,67_2,12460 +nof,,,,,,,170,1667.790524999991,,,,,,,144,60,0,,,,,,,,,,,67_2,12460 +non,,,,,,,0,1667.790524999991,,,,F4,,,144,65,6,,,,,,,,,,,67_2,12461 +ctl,,,,,,,171,1667.901845999991,,,,,,,176,64,127,,,,,,,,,,,67_2,12462 +ctl,,,,,,,0,1667.901845999991,,,,,,,176,64,0,,,,,,,,,,,67_2,12463 +ctl,,,,,,,0,1667.901845999991,,,,,,,176,64,0,,,,,,,,,,,67_2,12464 +nof,,,,,,,0,1667.901845999991,,,,,,,144,65,0,,,,,,,,,,,67_2,12461 +non,,,,,,,0,1667.901845999991,,,,D5,,,144,74,6,,,,,,,,,,,67_2,12465 +non,,,,,,,0,1667.901845999991,,,,B3,,,144,59,6,,,,,,,,,,,67_2,12466 +ctl,,,,,,,39,1667.927234999991,,,,,,,176,64,0,,,,,,,,,,,67_2,12467 +nof,,,,,,,1,1667.927885999991,,,,,,,144,75,0,,,,,,,,,,,67_2,12456 +ctl,,,,,,,39,1667.953274999991,,,,,,,176,64,0,,,,,,,,,,,67_2,12468 +ctl,,,,,,,44,1667.9819189999912,,,,,,,176,64,127,,,,,,,,,,,67_2,12469 +nof,,,,,,,48,1668.013166999991,,,,,,,144,59,0,,,,,,,,,,,67_2,12466 +non,,,,,,,0,1668.013166999991,,,,E4,,,144,64,6,,,,,,,,,,,67_2,12470 +nof,,,,,,,170,1668.123836999991,,,,,,,144,64,0,,,,,,,,,,,67_2,12470 +non,,,,,,,0,1668.123836999991,,,,B3,,,144,59,6,,,,,,,,,,,67_2,12471 +ctl,,,,,,,106,1668.1928429999912,,,,,,,176,64,0,,,,,,,,,,,67_2,12472 +non,,,,,,,65,1668.235157999991,,,,C#5,,,144,73,7,,,,,,,,,,,67_2,12473 +non,,,,,,,0,1668.235157999991,,,,F#5,,,144,78,10,,,,,,,,,,,67_2,12474 +nof,,,,,,,0,1668.235157999991,,,,,,,144,59,0,,,,,,,,,,,67_2,12471 +non,,,,,,,0,1668.235157999991,,,,D#4,,,144,63,6,,,,,,,,,,,67_2,12475 +nof,,,,,,,40,1668.261197999991,,,,,,,144,74,0,,,,,,,,,,,67_2,12465 +nof,,,,,,,0,1668.261197999991,,,,,,,144,81,0,,,,,,,,,,,67_2,12449 +ctl,,,,,,,38,1668.2859359999911,,,,,,,176,64,127,,,,,,,,,,,67_2,12476 +nof,,,,,,,93,1668.3464789999912,,,,,,,144,63,0,,,,,,,,,,,67_2,12475 +non,,,,,,,0,1668.3464789999912,,,,A#3,,,144,58,6,,,,,,,,,,,67_2,12477 +nof,,,,,,,170,1668.457148999991,,,,,,,144,58,0,,,,,,,,,,,67_2,12477 +non,,,,,,,0,1668.457148999991,,,,D#4,,,144,63,6,,,,,,,,,,,67_2,12478 +ctl,,,,,,,119,1668.534617999991,,,,,,,176,64,0,,,,,,,,,,,67_2,12479 +nof,,,,,,,52,1668.568469999991,,,,,,,144,73,0,,,,,,,,,,,67_2,12473 +nof,,,,,,,0,1668.568469999991,,,,,,,144,78,0,,,,,,,,,,,67_2,12474 +non,,,,,,,0,1668.568469999991,,,,C#5,,,144,73,6,,,,,,,,,,,67_2,12480 +non,,,,,,,0,1668.568469999991,,,,F#5,,,144,78,10,,,,,,,,,,,67_2,12481 +nof,,,,,,,0,1668.568469999991,,,,,,,144,63,0,,,,,,,,,,,67_2,12478 +non,,,,,,,0,1668.568469999991,,,,A3,,,144,57,6,,,,,,,,,,,67_2,12482 +ctl,,,,,,,6,1668.572375999991,,,,,,,176,64,0,,,,,,,,,,,67_2,12483 +ctl,,,,,,,59,1668.610784999991,,,,,,,176,64,127,,,,,,,,,,,67_2,12484 +nof,,,,,,,106,1668.6797909999912,,,,,,,144,57,0,,,,,,,,,,,67_2,12482 +non,,,,,,,0,1668.6797909999912,,,,D#4,,,144,63,6,,,,,,,,,,,67_2,12485 +ctl,,,,,,,23,1668.694763999991,,,,,,,176,64,127,,,,,,,,,,,67_2,12486 +nof,,,,,,,147,1668.7904609999912,,,,,,,144,63,0,,,,,,,,,,,67_2,12485 +non,,,,,,,0,1668.7904609999912,,,,A3,,,144,57,6,,,,,,,,,,,67_2,12487 +non,,,,,,,171,1668.901781999991,,,,C5,,,144,72,6,,,,,,,,,,,67_2,12488 +non,,,,,,,0,1668.901781999991,,,,G#5,,,144,80,9,,,,,,,,,,,67_2,12489 +nof,,,,,,,0,1668.901781999991,,,,,,,144,57,0,,,,,,,,,,,67_2,12487 +non,,,,,,,0,1668.901781999991,,,,D4,,,144,62,6,,,,,,,,,,,67_2,12490 +ctl,,,,,,,19,1668.914150999991,,,,,,,176,64,0,,,,,,,,,,,67_2,12491 +nof,,,,,,,21,1668.927821999991,,,,,,,144,73,0,,,,,,,,,,,67_2,12480 +nof,,,,,,,0,1668.927821999991,,,,,,,144,78,0,,,,,,,,,,,67_2,12481 +ctl,,,,,,,77,1668.977948999991,,,,,,,176,64,127,,,,,,,,,,,67_2,12492 +nof,,,,,,,54,1669.0131029999911,,,,,,,144,62,0,,,,,,,,,,,67_2,12490 +non,,,,,,,0,1669.0131029999911,,,,A3,,,144,57,5,,,,,,,,,,,67_2,12493 +nof,,,,,,,170,1669.1237729999912,,,,,,,144,57,0,,,,,,,,,,,67_2,12493 +non,,,,,,,0,1669.1237729999912,,,,D4,,,144,62,5,,,,,,,,,,,67_2,12494 +ctl,,,,,,,171,1669.235093999991,,,,,,,176,64,127,,,,,,,,,,,67_2,12495 +ctl,,,,,,,0,1669.235093999991,,,,,,,176,64,0,,,,,,,,,,,67_2,12496 +ctl,,,,,,,0,1669.235093999991,,,,,,,176,64,0,,,,,,,,,,,67_2,12497 +nof,,,,,,,0,1669.235093999991,,,,,,,144,62,0,,,,,,,,,,,67_2,12494 +non,,,,,,,0,1669.235093999991,,,,E5,,,144,76,7,,,,,,,,,,,67_2,12498 +non,,,,,,,0,1669.235093999991,,,,A5,,,144,81,10,,,,,,,,,,,67_2,12499 +non,,,,,,,0,1669.235093999991,,,,C4,,,144,60,5,,,,,,,,,,,67_2,12500 +ctl,,,,,,,39,1669.267736999991,,,,,,,176,64,0,,,,,,,,,,,67_2,12501 +nof,,,,,,,1,1669.268573999991,,,,,,,144,72,0,,,,,,,,,,,67_2,12488 +nof,,,,,,,0,1669.268573999991,,,,,,,144,80,0,,,,,,,,,,,67_2,12489 +ctl,,,,,,,39,1669.301216999991,,,,,,,176,64,0,,,,,,,,,,,67_2,12502 +ctl,,,,,,,44,1669.338044999991,,,,,,,176,64,127,,,,,,,,,,,67_2,12503 +nof,,,,,,,48,1669.378220999991,,,,,,,144,60,0,,,,,,,,,,,67_2,12500 +non,,,,,,,0,1669.378220999991,,,,F#4,,,144,66,5,,,,,,,,,,,67_2,12504 +nof,,,,,,,170,1669.520510999991,,,,,,,144,66,0,,,,,,,,,,,67_2,12504 +non,,,,,,,0,1669.520510999991,,,,C4,,,144,60,5,,,,,,,,,,,67_2,12505 +ctl,,,,,,,106,1669.609232999991,,,,,,,176,64,0,,,,,,,,,,,67_2,12506 +non,,,,,,,65,1669.6636379999911,,,,D#5,,,144,75,5,,,,,,,,,,,67_2,12507 +non,,,,,,,0,1669.6636379999911,,,,B5,,,144,83,8,,,,,,,,,,,67_2,12508 +nof,,,,,,,0,1669.6636379999911,,,,,,,144,60,0,,,,,,,,,,,67_2,12505 +non,,,,,,,0,1669.6636379999911,,,,F4,,,144,65,5,,,,,,,,,,,67_2,12509 +ctl,,,,,,,78,1669.7207339999911,,,,,,,176,64,127,,,,,,,,,,,67_2,12510 +nof,,,,,,,2,1669.722197999991,,,,,,,144,76,0,,,,,,,,,,,67_2,12498 +nof,,,,,,,0,1669.722197999991,,,,,,,144,81,0,,,,,,,,,,,67_2,12499 +nof,,,,,,,91,1669.7888099999911,,,,,,,144,65,0,,,,,,,,,,,67_2,12509 +non,,,,,,,0,1669.7888099999911,,,,C4,,,144,60,5,,,,,,,,,,,67_2,12511 +nof,,,,,,,170,1669.9132499999912,,,,,,,144,60,0,,,,,,,,,,,67_2,12511 +non,,,,,,,0,1669.9132499999912,,,,F4,,,144,65,5,,,,,,,,,,,67_2,12512 +ctl,,,,,,,119,1670.0003579999911,,,,,,,176,64,0,,,,,,,,,,,67_2,12513 +non,,,,,,,52,1670.038421999991,,,,D5,,,144,74,6,,,,,,,,,,,67_2,12514 +non,,,,,,,0,1670.038421999991,,,,G5,,,144,79,8,,,,,,,,,,,67_2,12515 +nof,,,,,,,0,1670.038421999991,,,,,,,144,65,0,,,,,,,,,,,67_2,12512 +non,,,,,,,0,1670.038421999991,,,,B3,,,144,59,5,,,,,,,,,,,67_2,12516 +ctl,,,,,,,6,1670.0423279999911,,,,,,,176,64,0,,,,,,,,,,,67_2,12517 +nof,,,,,,,34,1670.0644619999912,,,,,,,144,75,0,,,,,,,,,,,67_2,12507 +nof,,,,,,,0,1670.0644619999912,,,,,,,144,83,0,,,,,,,,,,,67_2,12508 +ctl,,,,,,,25,1670.0807369999911,,,,,,,176,64,127,,,,,,,,,,,67_2,12518 +nof,,,,,,,106,1670.149742999991,,,,,,,144,59,0,,,,,,,,,,,67_2,12516 +non,,,,,,,0,1670.149742999991,,,,E4,,,144,64,5,,,,,,,,,,,67_2,12519 +ctl,,,,,,,23,1670.1647159999911,,,,,,,176,64,127,,,,,,,,,,,67_2,12520 +nof,,,,,,,147,1670.260412999991,,,,,,,144,64,0,,,,,,,,,,,67_2,12519 +non,,,,,,,0,1670.260412999991,,,,B3,,,144,59,5,,,,,,,,,,,67_2,12521 +non,,,,,,,171,1670.3717339999912,,,,C#5,,,144,73,5,,,,,,,,,,,67_2,12522 +nof,,,,,,,0,1670.3717339999912,,,,,,,144,59,0,,,,,,,,,,,67_2,12521 +non,,,,,,,0,1670.3717339999912,,,,D#4,,,144,63,5,,,,,,,,,,,67_2,12523 +ctl,,,,,,,19,1670.384102999991,,,,,,,176,64,0,,,,,,,,,,,67_2,12524 +nof,,,,,,,21,1670.3977739999912,,,,,,,144,74,0,,,,,,,,,,,67_2,12514 +ctl,,,,,,,77,1670.4479009999911,,,,,,,176,64,127,,,,,,,,,,,67_2,12525 +nof,,,,,,,54,1670.483054999991,,,,,,,144,63,0,,,,,,,,,,,67_2,12523 +non,,,,,,,0,1670.483054999991,,,,A#3,,,144,58,5,,,,,,,,,,,67_2,12526 +nof,,,,,,,170,1670.593724999991,,,,,,,144,58,0,,,,,,,,,,,67_2,12526 +non,,,,,,,0,1670.593724999991,,,,D#4,,,144,63,5,,,,,,,,,,,67_2,12527 +ctl,,,,,,,171,1670.7050459999912,,,,,,,176,64,127,,,,,,,,,,,67_2,12528 +ctl,,,,,,,0,1670.7050459999912,,,,,,,176,64,0,,,,,,,,,,,67_2,12529 +ctl,,,,,,,0,1670.7050459999912,,,,,,,176,64,0,,,,,,,,,,,67_2,12530 +nof,,,,,,,0,1670.7050459999912,,,,,,,144,63,0,,,,,,,,,,,67_2,12527 +non,,,,,,,0,1670.7050459999912,,,,C5,,,144,72,5,,,,,,,,,,,67_2,12531 +non,,,,,,,0,1670.7050459999912,,,,A3,,,144,57,5,,,,,,,,,,,67_2,12532 +ctl,,,,,,,39,1670.730434999991,,,,,,,176,64,0,,,,,,,,,,,67_2,12533 +nof,,,,,,,1,1670.7310859999911,,,,,,,144,73,0,,,,,,,,,,,67_2,12522 +ctl,,,,,,,39,1670.756474999991,,,,,,,176,64,0,,,,,,,,,,,67_2,12534 +ctl,,,,,,,44,1670.785118999991,,,,,,,176,64,127,,,,,,,,,,,67_2,12535 +nof,,,,,,,48,1670.816366999991,,,,,,,144,57,0,,,,,,,,,,,67_2,12532 +non,,,,,,,0,1670.816366999991,,,,D4,,,144,62,5,,,,,,,,,,,67_2,12536 +nof,,,,,,,170,1670.927036999991,,,,,,,144,62,0,,,,,,,,,,,67_2,12536 +non,,,,,,,0,1670.927036999991,,,,A3,,,144,57,5,,,,,,,,,,,67_2,12537 +ctl,,,,,,,106,1670.996042999991,,,,,,,176,64,0,,,,,,,,,,,67_2,12538 +non,,,,,,,65,1671.0383579999911,,,,B4,,,144,71,5,,,,,,,,,,,67_2,12539 +non,,,,,,,0,1671.0383579999911,,,,E5,,,144,76,8,,,,,,,,,,,67_2,12540 +nof,,,,,,,0,1671.0383579999911,,,,,,,144,57,0,,,,,,,,,,,67_2,12537 +non,,,,,,,0,1671.0383579999911,,,,C#4,,,144,61,5,,,,,,,,,,,67_2,12541 +nof,,,,,,,40,1671.0643979999911,,,,,,,144,72,0,,,,,,,,,,,67_2,12531 +nof,,,,,,,0,1671.0643979999911,,,,,,,144,79,0,,,,,,,,,,,67_2,12515 +ctl,,,,,,,38,1671.0891359999912,,,,,,,176,64,127,,,,,,,,,,,67_2,12542 +nof,,,,,,,93,1671.149678999991,,,,,,,144,61,0,,,,,,,,,,,67_2,12541 +non,,,,,,,0,1671.149678999991,,,,G#3,,,144,56,5,,,,,,,,,,,67_2,12543 +nof,,,,,,,170,1671.260348999991,,,,,,,144,56,0,,,,,,,,,,,67_2,12543 +non,,,,,,,0,1671.260348999991,,,,C#4,,,144,61,5,,,,,,,,,,,67_2,12544 +ctl,,,,,,,119,1671.337817999991,,,,,,,176,64,0,,,,,,,,,,,67_2,12545 +nof,,,,,,,52,1671.3716699999911,,,,,,,144,71,0,,,,,,,,,,,67_2,12539 +nof,,,,,,,0,1671.3716699999911,,,,,,,144,76,0,,,,,,,,,,,67_2,12540 +non,,,,,,,0,1671.3716699999911,,,,B4,,,144,71,5,,,,,,,,,,,67_2,12546 +non,,,,,,,0,1671.3716699999911,,,,E5,,,144,76,8,,,,,,,,,,,67_2,12547 +nof,,,,,,,0,1671.3716699999911,,,,,,,144,61,0,,,,,,,,,,,67_2,12544 +non,,,,,,,0,1671.3716699999911,,,,G3,,,144,55,5,,,,,,,,,,,67_2,12548 +ctl,,,,,,,6,1671.375575999991,,,,,,,176,64,0,,,,,,,,,,,67_2,12549 +ctl,,,,,,,59,1671.413984999991,,,,,,,176,64,127,,,,,,,,,,,67_2,12550 +nof,,,,,,,106,1671.482990999991,,,,,,,144,55,0,,,,,,,,,,,67_2,12548 +non,,,,,,,0,1671.482990999991,,,,C#4,,,144,61,5,,,,,,,,,,,67_2,12551 +ctl,,,,,,,23,1671.497963999991,,,,,,,176,64,127,,,,,,,,,,,67_2,12552 +nof,,,,,,,147,1671.593660999991,,,,,,,144,61,0,,,,,,,,,,,67_2,12551 +non,,,,,,,0,1671.593660999991,,,,G3,,,144,55,5,,,,,,,,,,,67_2,12553 +non,,,,,,,171,1671.704981999991,,,,A#4,,,144,70,5,,,,,,,,,,,67_2,12554 +non,,,,,,,0,1671.704981999991,,,,F#5,,,144,78,8,,,,,,,,,,,67_2,12555 +nof,,,,,,,0,1671.704981999991,,,,,,,144,55,0,,,,,,,,,,,67_2,12553 +non,,,,,,,0,1671.704981999991,,,,C4,,,144,60,5,,,,,,,,,,,67_2,12556 +ctl,,,,,,,19,1671.7173509999911,,,,,,,176,64,0,,,,,,,,,,,67_2,12557 +nof,,,,,,,21,1671.731021999991,,,,,,,144,71,0,,,,,,,,,,,67_2,12546 +nof,,,,,,,0,1671.731021999991,,,,,,,144,76,0,,,,,,,,,,,67_2,12547 +ctl,,,,,,,77,1671.781148999991,,,,,,,176,64,127,,,,,,,,,,,67_2,12558 +nof,,,,,,,54,1671.8163029999912,,,,,,,144,60,0,,,,,,,,,,,67_2,12556 +non,,,,,,,0,1671.8163029999912,,,,G3,,,144,55,5,,,,,,,,,,,67_2,12559 +nof,,,,,,,170,1671.926972999991,,,,,,,144,55,0,,,,,,,,,,,67_2,12559 +non,,,,,,,0,1671.926972999991,,,,C4,,,144,60,4,,,,,,,,,,,67_2,12560 +ctl,,,,,,,171,1672.038293999991,,,,,,,176,64,127,,,,,,,,,,,67_2,12561 +ctl,,,,,,,0,1672.038293999991,,,,,,,176,64,0,,,,,,,,,,,67_2,12562 +ctl,,,,,,,0,1672.038293999991,,,,,,,176,64,0,,,,,,,,,,,67_2,12563 +nof,,,,,,,0,1672.038293999991,,,,,,,144,60,0,,,,,,,,,,,67_2,12560 +non,,,,,,,0,1672.038293999991,,,,D5,,,144,74,6,,,,,,,,,,,67_2,12564 +non,,,,,,,0,1672.038293999991,,,,G5,,,144,79,9,,,,,,,,,,,67_2,12565 +non,,,,,,,0,1672.038293999991,,,,A#3,,,144,58,4,,,,,,,,,,,67_2,12566 +ctl,,,,,,,39,1672.066841999991,,,,,,,176,64,0,,,,,,,,,,,67_2,12567 +nof,,,,,,,1,1672.067573999991,,,,,,,144,70,0,,,,,,,,,,,67_2,12554 +nof,,,,,,,0,1672.067573999991,,,,,,,144,78,0,,,,,,,,,,,67_2,12555 +ctl,,,,,,,39,1672.096121999991,,,,,,,176,64,0,,,,,,,,,,,67_2,12568 +ctl,,,,,,,44,1672.1283299999911,,,,,,,176,64,127,,,,,,,,,,,67_2,12569 +nof,,,,,,,48,1672.163465999991,,,,,,,144,58,0,,,,,,,,,,,67_2,12566 +non,,,,,,,0,1672.163465999991,,,,E4,,,144,64,4,,,,,,,,,,,67_2,12570 +nof,,,,,,,170,1672.2879059999912,,,,,,,144,64,0,,,,,,,,,,,67_2,12570 +non,,,,,,,0,1672.2879059999912,,,,A#3,,,144,58,4,,,,,,,,,,,67_2,12571 +ctl,,,,,,,106,1672.365497999991,,,,,,,176,64,0,,,,,,,,,,,67_2,12572 +non,,,,,,,65,1672.4130779999912,,,,C#5,,,144,73,5,,,,,,,,,,,67_2,12573 +non,,,,,,,0,1672.4130779999912,,,,A5,,,144,81,8,,,,,,,,,,,67_2,12574 +nof,,,,,,,0,1672.4130779999912,,,,,,,144,58,0,,,,,,,,,,,67_2,12571 +non,,,,,,,0,1672.4130779999912,,,,D#4,,,144,63,4,,,,,,,,,,,67_2,12575 +ctl,,,,,,,78,1672.463855999991,,,,,,,176,64,127,,,,,,,,,,,67_2,12576 +nof,,,,,,,2,1672.465157999991,,,,,,,144,74,0,,,,,,,,,,,67_2,12564 +nof,,,,,,,0,1672.465157999991,,,,,,,144,79,0,,,,,,,,,,,67_2,12565 +nof,,,,,,,91,1672.524398999991,,,,,,,144,63,0,,,,,,,,,,,67_2,12575 +non,,,,,,,0,1672.524398999991,,,,A#3,,,144,58,4,,,,,,,,,,,67_2,12577 +nof,,,,,,,170,1672.635068999991,,,,,,,144,58,0,,,,,,,,,,,67_2,12577 +non,,,,,,,0,1672.635068999991,,,,D#4,,,144,63,4,,,,,,,,,,,67_2,12578 +ctl,,,,,,,119,1672.7125379999911,,,,,,,176,64,0,,,,,,,,,,,67_2,12579 +non,,,,,,,52,1672.7463899999912,,,,C5,,,144,72,5,,,,,,,,,,,67_2,12580 +non,,,,,,,0,1672.7463899999912,,,,F5,,,144,77,8,,,,,,,,,,,67_2,12581 +nof,,,,,,,0,1672.7463899999912,,,,,,,144,63,0,,,,,,,,,,,67_2,12578 +non,,,,,,,0,1672.7463899999912,,,,G#3,,,144,56,4,,,,,,,,,,,67_2,12582 +ctl,,,,,,,6,1672.750295999991,,,,,,,176,64,0,,,,,,,,,,,67_2,12583 +nof,,,,,,,34,1672.7724299999911,,,,,,,144,73,0,,,,,,,,,,,67_2,12573 +nof,,,,,,,0,1672.7724299999911,,,,,,,144,81,0,,,,,,,,,,,67_2,12574 +ctl,,,,,,,25,1672.788704999991,,,,,,,176,64,127,,,,,,,,,,,67_2,12584 +nof,,,,,,,106,1672.857710999991,,,,,,,144,56,0,,,,,,,,,,,67_2,12582 +non,,,,,,,0,1672.857710999991,,,,D4,,,144,62,4,,,,,,,,,,,67_2,12585 +ctl,,,,,,,23,1672.872683999991,,,,,,,176,64,127,,,,,,,,,,,67_2,12586 +nof,,,,,,,147,1672.968380999991,,,,,,,144,62,0,,,,,,,,,,,67_2,12585 +non,,,,,,,0,1672.968380999991,,,,G#3,,,144,56,4,,,,,,,,,,,67_2,12587 +non,,,,,,,171,1673.0797019999911,,,,B4,,,144,71,5,,,,,,,,,,,67_2,12588 +non,,,,,,,0,1673.0797019999911,,,,G5,,,144,79,7,,,,,,,,,,,67_2,12589 +nof,,,,,,,0,1673.0797019999911,,,,,,,144,56,0,,,,,,,,,,,67_2,12587 +non,,,,,,,0,1673.0797019999911,,,,C#4,,,144,61,4,,,,,,,,,,,67_2,12590 +ctl,,,,,,,19,1673.0920709999912,,,,,,,176,64,0,,,,,,,,,,,67_2,12591 +nof,,,,,,,21,1673.105741999991,,,,,,,144,72,0,,,,,,,,,,,67_2,12580 +nof,,,,,,,0,1673.105741999991,,,,,,,144,77,0,,,,,,,,,,,67_2,12581 +ctl,,,,,,,77,1673.155868999991,,,,,,,176,64,127,,,,,,,,,,,67_2,12592 +nof,,,,,,,54,1673.191022999991,,,,,,,144,61,0,,,,,,,,,,,67_2,12590 +non,,,,,,,0,1673.191022999991,,,,G#3,,,144,56,4,,,,,,,,,,,67_2,12593 +nof,,,,,,,170,1673.301692999991,,,,,,,144,56,0,,,,,,,,,,,67_2,12593 +non,,,,,,,0,1673.301692999991,,,,C#4,,,144,61,4,,,,,,,,,,,67_2,12594 +ctl,,,,,,,171,1673.413013999991,,,,,,,176,64,127,,,,,,,,,,,67_2,12595 +ctl,,,,,,,0,1673.413013999991,,,,,,,176,64,0,,,,,,,,,,,67_2,12596 +ctl,,,,,,,0,1673.413013999991,,,,,,,176,64,0,,,,,,,,,,,67_2,12597 +nof,,,,,,,0,1673.413013999991,,,,,,,144,61,0,,,,,,,,,,,67_2,12594 +non,,,,,,,0,1673.413013999991,,,,A#4,,,144,70,5,,,,,,,,,,,67_2,12598 +non,,,,,,,0,1673.413013999991,,,,D#5,,,144,75,8,,,,,,,,,,,67_2,12599 +non,,,,,,,0,1673.413013999991,,,,F#3,,,144,54,4,,,,,,,,,,,67_2,12600 +ctl,,,,,,,39,1673.4375839999911,,,,,,,176,64,0,,,,,,,,,,,67_2,12601 +nof,,,,,,,1,1673.4382139999911,,,,,,,144,71,0,,,,,,,,,,,67_2,12588 +nof,,,,,,,0,1673.4382139999911,,,,,,,144,79,0,,,,,,,,,,,67_2,12589 +ctl,,,,,,,39,1673.4627839999912,,,,,,,176,64,0,,,,,,,,,,,67_2,12602 +ctl,,,,,,,44,1673.490503999991,,,,,,,176,64,127,,,,,,,,,,,67_2,12603 +nof,,,,,,,48,1673.520743999991,,,,,,,144,54,0,,,,,,,,,,,67_2,12600 +non,,,,,,,0,1673.520743999991,,,,C4,,,144,60,4,,,,,,,,,,,67_2,12604 +nof,,,,,,,170,1673.627843999991,,,,,,,144,60,0,,,,,,,,,,,67_2,12604 +non,,,,,,,0,1673.627843999991,,,,F#3,,,144,54,4,,,,,,,,,,,67_2,12605 +ctl,,,,,,,106,1673.694623999991,,,,,,,176,64,0,,,,,,,,,,,67_2,12606 +non,,,,,,,65,1673.7355739999912,,,,A4,,,144,69,5,,,,,,,,,,,67_2,12607 +non,,,,,,,0,1673.7355739999912,,,,F5,,,144,77,7,,,,,,,,,,,67_2,12608 +nof,,,,,,,0,1673.7355739999912,,,,,,,144,54,0,,,,,,,,,,,67_2,12605 +non,,,,,,,0,1673.7355739999912,,,,B3,,,144,59,4,,,,,,,,,,,67_2,12609 +ctl,,,,,,,78,1673.784713999991,,,,,,,176,64,127,,,,,,,,,,,67_2,12610 +nof,,,,,,,2,1673.785973999991,,,,,,,144,70,0,,,,,,,,,,,67_2,12598 +nof,,,,,,,0,1673.785973999991,,,,,,,144,75,0,,,,,,,,,,,67_2,12599 +nof,,,,,,,91,1673.8433039999911,,,,,,,144,59,0,,,,,,,,,,,67_2,12609 +non,,,,,,,0,1673.8433039999911,,,,F#3,,,144,54,4,,,,,,,,,,,67_2,12611 +nof,,,,,,,170,1673.950403999991,,,,,,,144,54,0,,,,,,,,,,,67_2,12611 +non,,,,,,,0,1673.950403999991,,,,B3,,,144,59,4,,,,,,,,,,,67_2,12612 +ctl,,,,,,,119,1674.0253739999912,,,,,,,176,64,0,,,,,,,,,,,67_2,12613 +non,,,,,,,52,1674.058133999991,,,,G#4,,,144,68,5,,,,,,,,,,,67_2,12614 +non,,,,,,,0,1674.058133999991,,,,C#5,,,144,73,7,,,,,,,,,,,67_2,12615 +nof,,,,,,,0,1674.058133999991,,,,,,,144,59,0,,,,,,,,,,,67_2,12612 +non,,,,,,,0,1674.058133999991,,,,E3,,,144,52,4,,,,,,,,,,,67_2,12616 +ctl,,,,,,,6,1674.061913999991,,,,,,,176,64,0,,,,,,,,,,,67_2,12617 +nof,,,,,,,34,1674.083333999991,,,,,,,144,69,0,,,,,,,,,,,67_2,12607 +nof,,,,,,,0,1674.083333999991,,,,,,,144,77,0,,,,,,,,,,,67_2,12608 +ctl,,,,,,,25,1674.099083999991,,,,,,,176,64,127,,,,,,,,,,,67_2,12618 +nof,,,,,,,106,1674.1658639999912,,,,,,,144,52,0,,,,,,,,,,,67_2,12616 +non,,,,,,,0,1674.1658639999912,,,,A#3,,,144,58,4,,,,,,,,,,,67_2,12619 +ctl,,,,,,,23,1674.180353999991,,,,,,,176,64,127,,,,,,,,,,,67_2,12620 +nof,,,,,,,147,1674.2729639999911,,,,,,,144,58,0,,,,,,,,,,,67_2,12619 +non,,,,,,,0,1674.2729639999911,,,,E3,,,144,52,4,,,,,,,,,,,67_2,12621 +non,,,,,,,171,1674.380693999991,,,,G4,,,144,67,5,,,,,,,,,,,67_2,12622 +non,,,,,,,0,1674.380693999991,,,,D#5,,,144,75,7,,,,,,,,,,,67_2,12623 +nof,,,,,,,0,1674.380693999991,,,,,,,144,52,0,,,,,,,,,,,67_2,12621 +non,,,,,,,0,1674.380693999991,,,,A3,,,144,57,4,,,,,,,,,,,67_2,12624 +ctl,,,,,,,19,1674.392397999991,,,,,,,176,64,0,,,,,,,,,,,67_2,12625 +nof,,,,,,,21,1674.4053339999912,,,,,,,144,68,0,,,,,,,,,,,67_2,12614 +nof,,,,,,,0,1674.4053339999912,,,,,,,144,73,0,,,,,,,,,,,67_2,12615 +ctl,,,,,,,77,1674.452765999991,,,,,,,176,64,127,,,,,,,,,,,67_2,12626 +nof,,,,,,,54,1674.4860299999912,,,,,,,144,57,0,,,,,,,,,,,67_2,12624 +non,,,,,,,0,1674.4860299999912,,,,E3,,,144,52,4,,,,,,,,,,,67_2,12627 +nof,,,,,,,170,1674.590749999991,,,,,,,144,52,0,,,,,,,,,,,67_2,12627 +non,,,,,,,0,1674.590749999991,,,,A3,,,144,57,3,,,,,,,,,,,67_2,12628 +ctl,,,,,,,171,1674.696085999991,,,,,,,176,64,127,,,,,,,,,,,67_2,12629 +ctl,,,,,,,0,1674.696085999991,,,,,,,176,64,0,,,,,,,,,,,67_2,12630 +ctl,,,,,,,0,1674.696085999991,,,,,,,176,64,0,,,,,,,,,,,67_2,12631 +nof,,,,,,,0,1674.696085999991,,,,,,,144,57,0,,,,,,,,,,,67_2,12628 +non,,,,,,,0,1674.696085999991,,,,F#4,,,144,66,5,,,,,,,,,,,67_2,12632 +non,,,,,,,0,1674.696085999991,,,,B4,,,144,71,7,,,,,,,,,,,67_2,12633 +non,,,,,,,0,1674.696085999991,,,,D3,,,144,50,3,,,,,,,,,,,67_2,12634 +ctl,,,,,,,39,1674.720109999991,,,,,,,176,64,0,,,,,,,,,,,67_2,12635 +nof,,,,,,,1,1674.7207259999911,,,,,,,144,67,0,,,,,,,,,,,67_2,12622 +nof,,,,,,,0,1674.7207259999911,,,,,,,144,75,0,,,,,,,,,,,67_2,12623 +ctl,,,,,,,39,1674.744749999991,,,,,,,176,64,0,,,,,,,,,,,67_2,12636 +ctl,,,,,,,44,1674.771853999991,,,,,,,176,64,127,,,,,,,,,,,67_2,12637 +nof,,,,,,,48,1674.8014219999911,,,,,,,144,50,0,,,,,,,,,,,67_2,12634 +non,,,,,,,0,1674.8014219999911,,,,G#3,,,144,56,3,,,,,,,,,,,67_2,12638 +nof,,,,,,,170,1674.9061419999912,,,,,,,144,56,0,,,,,,,,,,,67_2,12638 +non,,,,,,,0,1674.9061419999912,,,,D3,,,144,50,3,,,,,,,,,,,67_2,12639 +ctl,,,,,,,106,1674.9714379999912,,,,,,,176,64,0,,,,,,,,,,,67_2,12640 +non,,,,,,,65,1675.011477999991,,,,F4,,,144,65,4,,,,,,,,,,,67_2,12641 +non,,,,,,,0,1675.011477999991,,,,C#5,,,144,73,7,,,,,,,,,,,67_2,12642 +nof,,,,,,,0,1675.011477999991,,,,,,,144,50,0,,,,,,,,,,,67_2,12639 +non,,,,,,,0,1675.011477999991,,,,G3,,,144,55,3,,,,,,,,,,,67_2,12643 +ctl,,,,,,,78,1675.0595259999911,,,,,,,176,64,127,,,,,,,,,,,67_2,12644 +nof,,,,,,,2,1675.060757999991,,,,,,,144,66,0,,,,,,,,,,,67_2,12632 +nof,,,,,,,0,1675.060757999991,,,,,,,144,71,0,,,,,,,,,,,67_2,12633 +nof,,,,,,,91,1675.116813999991,,,,,,,144,55,0,,,,,,,,,,,67_2,12643 +non,,,,,,,0,1675.116813999991,,,,D3,,,144,50,3,,,,,,,,,,,67_2,12645 +nof,,,,,,,170,1675.2215339999912,,,,,,,144,50,0,,,,,,,,,,,67_2,12645 +non,,,,,,,0,1675.2215339999912,,,,G3,,,144,55,3,,,,,,,,,,,67_2,12646 +ctl,,,,,,,119,1675.2948379999912,,,,,,,176,64,0,,,,,,,,,,,67_2,12647 +non,,,,,,,52,1675.326869999991,,,,E4,,,144,64,4,,,,,,,,,,,67_2,12648 +non,,,,,,,0,1675.326869999991,,,,A4,,,144,69,6,,,,,,,,,,,67_2,12649 +nof,,,,,,,0,1675.326869999991,,,,,,,144,55,0,,,,,,,,,,,67_2,12646 +non,,,,,,,0,1675.326869999991,,,,C3,,,144,48,3,,,,,,,,,,,67_2,12650 +ctl,,,,,,,6,1675.330565999991,,,,,,,176,64,0,,,,,,,,,,,67_2,12651 +nof,,,,,,,34,1675.351509999991,,,,,,,144,65,0,,,,,,,,,,,67_2,12641 +nof,,,,,,,0,1675.351509999991,,,,,,,144,73,0,,,,,,,,,,,67_2,12642 +ctl,,,,,,,25,1675.366909999991,,,,,,,176,64,127,,,,,,,,,,,67_2,12652 +nof,,,,,,,106,1675.432205999991,,,,,,,144,48,0,,,,,,,,,,,67_2,12650 +non,,,,,,,0,1675.432205999991,,,,F#3,,,144,54,3,,,,,,,,,,,67_2,12653 +ctl,,,,,,,23,1675.446373999991,,,,,,,176,64,127,,,,,,,,,,,67_2,12654 +nof,,,,,,,147,1675.5369259999911,,,,,,,144,54,0,,,,,,,,,,,67_2,12653 +non,,,,,,,0,1675.5369259999911,,,,C3,,,144,48,3,,,,,,,,,,,67_2,12655 +non,,,,,,,171,1675.642261999991,,,,D#4,,,144,63,4,,,,,,,,,,,67_2,12656 +non,,,,,,,0,1675.642261999991,,,,B4,,,144,71,6,,,,,,,,,,,67_2,12657 +nof,,,,,,,0,1675.642261999991,,,,,,,144,48,0,,,,,,,,,,,67_2,12655 +non,,,,,,,0,1675.642261999991,,,,F3,,,144,53,3,,,,,,,,,,,67_2,12658 +ctl,,,,,,,19,1675.653965999991,,,,,,,176,64,0,,,,,,,,,,,67_2,12659 +nof,,,,,,,21,1675.666901999991,,,,,,,144,64,0,,,,,,,,,,,67_2,12648 +nof,,,,,,,0,1675.666901999991,,,,,,,144,69,0,,,,,,,,,,,67_2,12649 +ctl,,,,,,,77,1675.7143339999911,,,,,,,176,64,127,,,,,,,,,,,67_2,12660 +nof,,,,,,,54,1675.747597999991,,,,,,,144,53,0,,,,,,,,,,,67_2,12658 +non,,,,,,,0,1675.747597999991,,,,C3,,,144,48,3,,,,,,,,,,,67_2,12661 +nof,,,,,,,170,1675.852317999991,,,,,,,144,48,0,,,,,,,,,,,67_2,12661 +non,,,,,,,0,1675.852317999991,,,,F3,,,144,53,3,,,,,,,,,,,67_2,12662 +ctl,,,,,,,171,1675.9576539999912,,,,,,,176,64,127,,,,,,,,,,,67_2,12663 +ctl,,,,,,,0,1675.9576539999912,,,,,,,176,64,0,,,,,,,,,,,67_2,12664 +ctl,,,,,,,0,1675.9576539999912,,,,,,,176,64,0,,,,,,,,,,,67_2,12665 +nof,,,,,,,0,1675.9576539999912,,,,,,,144,53,0,,,,,,,,,,,67_2,12662 +non,,,,,,,0,1675.9576539999912,,,,D4,,,144,62,4,,,,,,,,,,,67_2,12666 +non,,,,,,,0,1675.9576539999912,,,,G4,,,144,67,6,,,,,,,,,,,67_2,12667 +non,,,,,,,0,1675.9576539999912,,,,A#2,,,144,46,3,,,,,,,,,,,67_2,12668 +ctl,,,,,,,39,1675.981677999991,,,,,,,176,64,0,,,,,,,,,,,67_2,12669 +nof,,,,,,,1,1675.982293999991,,,,,,,144,63,0,,,,,,,,,,,67_2,12656 +nof,,,,,,,0,1675.982293999991,,,,,,,144,71,0,,,,,,,,,,,67_2,12657 +ctl,,,,,,,39,1676.006317999991,,,,,,,176,64,0,,,,,,,,,,,67_2,12670 +ctl,,,,,,,44,1676.033421999991,,,,,,,176,64,127,,,,,,,,,,,67_2,12671 +nof,,,,,,,48,1676.062989999991,,,,,,,144,46,0,,,,,,,,,,,67_2,12668 +non,,,,,,,0,1676.062989999991,,,,E3,,,144,52,3,,,,,,,,,,,67_2,12672 +nof,,,,,,,170,1676.167709999991,,,,,,,144,52,0,,,,,,,,,,,67_2,12672 +non,,,,,,,0,1676.167709999991,,,,A#2,,,144,46,3,,,,,,,,,,,67_2,12673 +ctl,,,,,,,106,1676.233005999991,,,,,,,176,64,0,,,,,,,,,,,67_2,12674 +non,,,,,,,65,1676.2730459999912,,,,C#4,,,144,61,4,,,,,,,,,,,67_2,12675 +non,,,,,,,0,1676.2730459999912,,,,A4,,,144,69,6,,,,,,,,,,,67_2,12676 +nof,,,,,,,0,1676.2730459999912,,,,,,,144,46,0,,,,,,,,,,,67_2,12673 +non,,,,,,,0,1676.2730459999912,,,,D#3,,,144,51,3,,,,,,,,,,,67_2,12677 +ctl,,,,,,,78,1676.322185999991,,,,,,,176,64,127,,,,,,,,,,,67_2,12678 +nof,,,,,,,2,1676.323445999991,,,,,,,144,62,0,,,,,,,,,,,67_2,12666 +nof,,,,,,,0,1676.323445999991,,,,,,,144,67,0,,,,,,,,,,,67_2,12667 +nof,,,,,,,91,1676.380775999991,,,,,,,144,51,0,,,,,,,,,,,67_2,12677 +non,,,,,,,0,1676.380775999991,,,,A#2,,,144,46,3,,,,,,,,,,,67_2,12679 +nof,,,,,,,170,1676.487875999991,,,,,,,144,46,0,,,,,,,,,,,67_2,12679 +non,,,,,,,0,1676.487875999991,,,,D#3,,,144,51,3,,,,,,,,,,,67_2,12680 +ctl,,,,,,,119,1676.5628459999912,,,,,,,176,64,0,,,,,,,,,,,67_2,12681 +non,,,,,,,52,1676.595605999991,,,,C4,,,144,60,3,,,,,,,,,,,67_2,12682 +non,,,,,,,0,1676.595605999991,,,,F4,,,144,65,6,,,,,,,,,,,67_2,12683 +nof,,,,,,,0,1676.595605999991,,,,,,,144,51,0,,,,,,,,,,,67_2,12680 +non,,,,,,,0,1676.595605999991,,,,G#2,,,144,44,3,,,,,,,,,,,67_2,12684 +ctl,,,,,,,6,1676.5995119999911,,,,,,,176,64,0,,,,,,,,,,,67_2,12685 +nof,,,,,,,34,1676.6216459999912,,,,,,,144,61,0,,,,,,,,,,,67_2,12675 +nof,,,,,,,0,1676.6216459999912,,,,,,,144,69,0,,,,,,,,,,,67_2,12676 +ctl,,,,,,,25,1676.6379209999911,,,,,,,176,64,127,,,,,,,,,,,67_2,12686 +nof,,,,,,,106,1676.706926999991,,,,,,,144,44,0,,,,,,,,,,,67_2,12684 +non,,,,,,,0,1676.706926999991,,,,D3,,,144,50,3,,,,,,,,,,,67_2,12687 +ctl,,,,,,,23,1676.7218999999911,,,,,,,176,64,127,,,,,,,,,,,67_2,12688 +nof,,,,,,,147,1676.817596999991,,,,,,,144,50,0,,,,,,,,,,,67_2,12687 +non,,,,,,,0,1676.817596999991,,,,G#2,,,144,44,3,,,,,,,,,,,67_2,12689 +non,,,,,,,171,1676.928917999991,,,,B3,,,144,59,3,,,,,,,,,,,67_2,12690 +non,,,,,,,0,1676.928917999991,,,,G4,,,144,67,6,,,,,,,,,,,67_2,12691 +nof,,,,,,,0,1676.928917999991,,,,,,,144,44,0,,,,,,,,,,,67_2,12689 +non,,,,,,,0,1676.928917999991,,,,C#3,,,144,49,3,,,,,,,,,,,67_2,12692 +ctl,,,,,,,19,1676.941286999991,,,,,,,176,64,0,,,,,,,,,,,67_2,12693 +nof,,,,,,,21,1676.9549579999912,,,,,,,144,60,0,,,,,,,,,,,67_2,12682 +nof,,,,,,,0,1676.9549579999912,,,,,,,144,65,0,,,,,,,,,,,67_2,12683 +ctl,,,,,,,77,1677.0050849999911,,,,,,,176,64,127,,,,,,,,,,,67_2,12694 +nof,,,,,,,54,1677.040238999991,,,,,,,144,49,0,,,,,,,,,,,67_2,12692 +non,,,,,,,0,1677.040238999991,,,,G#2,,,144,44,3,,,,,,,,,,,67_2,12695 +nof,,,,,,,170,1677.150908999991,,,,,,,144,44,0,,,,,,,,,,,67_2,12695 +non,,,,,,,0,1677.150908999991,,,,C#3,,,144,49,3,,,,,,,,,,,67_2,12696 +ctl,,,,,,,171,1677.2622299999912,,,,,,,176,64,0,,,,,,,,,,,67_2,12697 +ctl,,,,,,,0,1677.2622299999912,,,,,,,176,64,0,,,,,,,,,,,67_2,12698 +nof,,,,,,,0,1677.2622299999912,,,,,,,144,49,0,,,,,,,,,,,67_2,12696 +non,,,,,,,0,1677.2622299999912,,,,A#3,,,144,58,4,,,,,,,,,,,67_2,12699 +non,,,,,,,0,1677.2622299999912,,,,D#4,,,144,63,5,,,,,,,,,,,67_2,12700 +non,,,,,,,0,1677.2622299999912,,,,G2,,,144,43,3,,,,,,,,,,,67_2,12701 +nof,,,,,,,40,1677.295709999991,,,,,,,144,59,0,,,,,,,,,,,67_2,12690 +nof,,,,,,,0,1677.295709999991,,,,,,,144,67,0,,,,,,,,,,,67_2,12691 +non,,,,,,,131,1677.405356999991,,,,C3,,,144,48,3,,,,,,,,,,,67_2,12702 +nof,,,,,,,170,1677.547646999991,,,,,,,144,43,0,,,,,,,,,,,67_2,12701 +non,,,,,,,0,1677.547646999991,,,,G2,,,144,43,3,,,,,,,,,,,67_2,12703 +non,,,,,,,171,1677.690773999991,,,,G3,,,144,55,3,,,,,,,,,,,67_2,12704 +non,,,,,,,0,1677.690773999991,,,,C4,,,144,60,3,,,,,,,,,,,67_2,12705 +non,,,,,,,0,1677.690773999991,,,,F#4,,,144,66,5,,,,,,,,,,,67_2,12706 +nof,,,,,,,0,1677.690773999991,,,,,,,144,43,0,,,,,,,,,,,67_2,12703 +nof,,,,,,,0,1677.690773999991,,,,,,,144,48,0,,,,,,,,,,,67_2,12702 +non,,,,,,,0,1677.690773999991,,,,A2,,,144,45,3,,,,,,,,,,,67_2,12707 +nof,,,,,,,50,1677.7233239999912,,,,,,,144,58,0,,,,,,,,,,,67_2,12699 +nof,,,,,,,0,1677.7233239999912,,,,,,,144,63,0,,,,,,,,,,,67_2,12700 +non,,,,,,,121,1677.8020949999911,,,,D#2,,,144,39,3,,,,,,,,,,,67_2,12708 +nof,,,,,,,170,1677.9127649999912,,,,,,,144,45,0,,,,,,,,,,,67_2,12707 +non,,,,,,,0,1677.9127649999912,,,,A2,,,144,45,3,,,,,,,,,,,67_2,12709 +non,,,,,,,171,1678.024085999991,,,,A#3,,,144,58,5,,,,,,,,,,,67_2,12710 +non,,,,,,,0,1678.024085999991,,,,D#4,,,144,63,7,,,,,,,,,,,67_2,12711 +nof,,,,,,,0,1678.024085999991,,,,,,,144,39,0,,,,,,,,,,,67_2,12708 +nof,,,,,,,0,1678.024085999991,,,,,,,144,45,0,,,,,,,,,,,67_2,12709 +non,,,,,,,0,1678.024085999991,,,,G2,,,144,43,3,,,,,,,,,,,67_2,12712 +nof,,,,,,,50,1678.0566359999912,,,,,,,144,55,0,,,,,,,,,,,67_2,12704 +nof,,,,,,,0,1678.0566359999912,,,,,,,144,60,0,,,,,,,,,,,67_2,12705 +nof,,,,,,,0,1678.0566359999912,,,,,,,144,66,0,,,,,,,,,,,67_2,12706 +non,,,,,,,121,1678.1354069999911,,,,C3,,,144,48,4,,,,,,,,,,,67_2,12713 +nof,,,,,,,170,1678.2460769999911,,,,,,,144,43,0,,,,,,,,,,,67_2,12712 +non,,,,,,,0,1678.2460769999911,,,,G2,,,144,43,4,,,,,,,,,,,67_2,12714 +non,,,,,,,171,1678.357397999991,,,,G3,,,144,55,4,,,,,,,,,,,67_2,12715 +non,,,,,,,0,1678.357397999991,,,,C4,,,144,60,4,,,,,,,,,,,67_2,12716 +non,,,,,,,0,1678.357397999991,,,,F#4,,,144,66,7,,,,,,,,,,,67_2,12717 +nof,,,,,,,0,1678.357397999991,,,,,,,144,43,0,,,,,,,,,,,67_2,12714 +nof,,,,,,,0,1678.357397999991,,,,,,,144,48,0,,,,,,,,,,,67_2,12713 +non,,,,,,,0,1678.357397999991,,,,A2,,,144,45,4,,,,,,,,,,,67_2,12718 +nof,,,,,,,50,1678.3899479999911,,,,,,,144,58,0,,,,,,,,,,,67_2,12710 +nof,,,,,,,0,1678.3899479999911,,,,,,,144,63,0,,,,,,,,,,,67_2,12711 +non,,,,,,,121,1678.468718999991,,,,D#2,,,144,39,4,,,,,,,,,,,67_2,12719 +nof,,,,,,,170,1678.5793889999911,,,,,,,144,45,0,,,,,,,,,,,67_2,12718 +non,,,,,,,0,1678.5793889999911,,,,A2,,,144,45,4,,,,,,,,,,,67_2,12720 +ctl,,,,,,,171,1678.690709999991,,,,,,,176,64,127,,,,,,,,,,,67_2,12721 +ctl,,,,,,,0,1678.690709999991,,,,,,,176,64,0,,,,,,,,,,,67_2,12722 +ctl,,,,,,,0,1678.690709999991,,,,,,,176,64,0,,,,,,,,,,,67_2,12723 +nof,,,,,,,0,1678.690709999991,,,,,,,144,66,0,,,,,,,,,,,67_2,12717 +nof,,,,,,,0,1678.690709999991,,,,,,,144,39,0,,,,,,,,,,,67_2,12719 +nof,,,,,,,0,1678.690709999991,,,,,,,144,45,0,,,,,,,,,,,67_2,12720 +non,,,,,,,0,1678.690709999991,,,,C#4,,,144,61,5,,,,,,,,,,,67_2,12724 +non,,,,,,,0,1678.690709999991,,,,F#4,,,144,66,8,,,,,,,,,,,67_2,12725 +non,,,,,,,0,1678.690709999991,,,,A#2,,,144,46,4,,,,,,,,,,,67_2,12726 +ctl,,,,,,,39,1678.719257999991,,,,,,,176,64,0,,,,,,,,,,,67_2,12727 +nof,,,,,,,11,1678.7273099999911,,,,,,,144,55,0,,,,,,,,,,,67_2,12715 +nof,,,,,,,0,1678.7273099999911,,,,,,,144,60,0,,,,,,,,,,,67_2,12716 +ctl,,,,,,,29,1678.7485379999912,,,,,,,176,64,0,,,,,,,,,,,67_2,12728 +ctl,,,,,,,44,1678.780745999991,,,,,,,176,64,127,,,,,,,,,,,67_2,12729 +nof,,,,,,,48,1678.815881999991,,,,,,,144,46,0,,,,,,,,,,,67_2,12726 +non,,,,,,,0,1678.815881999991,,,,D#3,,,144,51,5,,,,,,,,,,,67_2,12730 +nof,,,,,,,170,1678.940321999991,,,,,,,144,51,0,,,,,,,,,,,67_2,12730 +non,,,,,,,0,1678.940321999991,,,,A#2,,,144,46,5,,,,,,,,,,,67_2,12731 +ctl,,,,,,,106,1679.0179139999912,,,,,,,176,64,0,,,,,,,,,,,67_2,12732 +non,,,,,,,65,1679.065493999991,,,,A#3,,,144,58,5,,,,,,,,,,,67_2,12733 +non,,,,,,,0,1679.065493999991,,,,D#4,,,144,63,5,,,,,,,,,,,67_2,12734 +non,,,,,,,0,1679.065493999991,,,,A4,,,144,69,8,,,,,,,,,,,67_2,12735 +nof,,,,,,,0,1679.065493999991,,,,,,,144,46,0,,,,,,,,,,,67_2,12731 +non,,,,,,,0,1679.065493999991,,,,C3,,,144,48,5,,,,,,,,,,,67_2,12736 +nof,,,,,,,50,1679.098043999991,,,,,,,144,61,0,,,,,,,,,,,67_2,12724 +nof,,,,,,,0,1679.098043999991,,,,,,,144,66,0,,,,,,,,,,,67_2,12725 +ctl,,,,,,,28,1679.116271999991,,,,,,,176,64,127,,,,,,,,,,,67_2,12737 +nof,,,,,,,93,1679.1768149999912,,,,,,,144,48,0,,,,,,,,,,,67_2,12736 +non,,,,,,,0,1679.1768149999912,,,,F#2,,,144,42,5,,,,,,,,,,,67_2,12738 +nof,,,,,,,170,1679.2874849999912,,,,,,,144,42,0,,,,,,,,,,,67_2,12738 +non,,,,,,,0,1679.2874849999912,,,,C3,,,144,48,5,,,,,,,,,,,67_2,12739 +ctl,,,,,,,119,1679.364953999991,,,,,,,176,64,0,,,,,,,,,,,67_2,12740 +non,,,,,,,52,1679.398805999991,,,,E4,,,144,64,6,,,,,,,,,,,67_2,12741 +non,,,,,,,0,1679.398805999991,,,,A4,,,144,69,9,,,,,,,,,,,67_2,12742 +nof,,,,,,,0,1679.398805999991,,,,,,,144,48,0,,,,,,,,,,,67_2,12739 +non,,,,,,,0,1679.398805999991,,,,C#3,,,144,49,5,,,,,,,,,,,67_2,12743 +ctl,,,,,,,6,1679.402711999991,,,,,,,176,64,0,,,,,,,,,,,67_2,12744 +nof,,,,,,,44,1679.4313559999912,,,,,,,144,58,0,,,,,,,,,,,67_2,12733 +nof,,,,,,,0,1679.4313559999912,,,,,,,144,63,0,,,,,,,,,,,67_2,12734 +nof,,,,,,,0,1679.4313559999912,,,,,,,144,69,0,,,,,,,,,,,67_2,12742 +ctl,,,,,,,15,1679.4411209999912,,,,,,,176,64,127,,,,,,,,,,,67_2,12745 +nof,,,,,,,106,1679.5101269999911,,,,,,,144,49,0,,,,,,,,,,,67_2,12743 +non,,,,,,,0,1679.5101269999911,,,,F#3,,,144,54,5,,,,,,,,,,,67_2,12746 +ctl,,,,,,,23,1679.5250999999912,,,,,,,176,64,127,,,,,,,,,,,67_2,12747 +nof,,,,,,,147,1679.6207969999912,,,,,,,144,54,0,,,,,,,,,,,67_2,12746 +non,,,,,,,0,1679.6207969999912,,,,C#3,,,144,49,5,,,,,,,,,,,67_2,12748 +non,,,,,,,171,1679.732117999991,,,,C#4,,,144,61,6,,,,,,,,,,,67_2,12749 +non,,,,,,,0,1679.732117999991,,,,F#4,,,144,66,6,,,,,,,,,,,67_2,12750 +non,,,,,,,0,1679.732117999991,,,,C5,,,144,72,9,,,,,,,,,,,67_2,12751 +nof,,,,,,,0,1679.732117999991,,,,,,,144,49,0,,,,,,,,,,,67_2,12748 +non,,,,,,,0,1679.732117999991,,,,D#3,,,144,51,5,,,,,,,,,,,67_2,12752 +ctl,,,,,,,19,1679.744486999991,,,,,,,176,64,0,,,,,,,,,,,67_2,12753 +nof,,,,,,,31,1679.7646679999912,,,,,,,144,64,0,,,,,,,,,,,67_2,12741 +nof,,,,,,,0,1679.7646679999912,,,,,,,144,69,0,,,,,,,,,,,67_2,12754 +ctl,,,,,,,67,1679.808284999991,,,,,,,176,64,127,,,,,,,,,,,67_2,12755 +nof,,,,,,,54,1679.8434389999911,,,,,,,144,51,0,,,,,,,,,,,67_2,12752 +non,,,,,,,0,1679.8434389999911,,,,A2,,,144,45,6,,,,,,,,,,,67_2,12756 +nof,,,,,,,170,1679.9541089999911,,,,,,,144,45,0,,,,,,,,,,,67_2,12756 +non,,,,,,,0,1679.9541089999911,,,,D#3,,,144,51,6,,,,,,,,,,,67_2,12757 +ctl,,,,,,,171,1680.065429999991,,,,,,,176,64,127,,,,,,,,,,,67_2,12758 +ctl,,,,,,,0,1680.065429999991,,,,,,,176,64,0,,,,,,,,,,,67_2,12759 +ctl,,,,,,,0,1680.065429999991,,,,,,,176,64,0,,,,,,,,,,,67_2,12760 +nof,,,,,,,0,1680.065429999991,,,,,,,144,72,0,,,,,,,,,,,67_2,12751 +nof,,,,,,,0,1680.065429999991,,,,,,,144,51,0,,,,,,,,,,,67_2,12757 +non,,,,,,,0,1680.065429999991,,,,G4,,,144,67,6,,,,,,,,,,,67_2,12761 +non,,,,,,,0,1680.065429999991,,,,C5,,,144,72,9,,,,,,,,,,,67_2,12762 +non,,,,,,,0,1680.065429999991,,,,D#3,,,144,51,6,,,,,,,,,,,67_2,12763 +ctl,,,,,,,39,1680.098072999991,,,,,,,176,64,0,,,,,,,,,,,67_2,12764 +nof,,,,,,,11,1680.107279999991,,,,,,,144,61,0,,,,,,,,,,,67_2,12749 +nof,,,,,,,0,1680.107279999991,,,,,,,144,66,0,,,,,,,,,,,67_2,12750 +ctl,,,,,,,29,1680.131552999991,,,,,,,176,64,0,,,,,,,,,,,67_2,12765 +ctl,,,,,,,44,1680.168380999991,,,,,,,176,64,127,,,,,,,,,,,67_2,12766 +nof,,,,,,,48,1680.208556999991,,,,,,,144,51,0,,,,,,,,,,,67_2,12763 +non,,,,,,,0,1680.208556999991,,,,A3,,,144,57,6,,,,,,,,,,,67_2,12767 +nof,,,,,,,170,1680.350846999991,,,,,,,144,57,0,,,,,,,,,,,67_2,12767 +non,,,,,,,0,1680.350846999991,,,,D#3,,,144,51,5,,,,,,,,,,,67_2,12768 +ctl,,,,,,,106,1680.439568999991,,,,,,,176,64,0,,,,,,,,,,,67_2,12769 +non,,,,,,,65,1680.493973999991,,,,F#4,,,144,66,5,,,,,,,,,,,67_2,12770 +non,,,,,,,0,1680.493973999991,,,,D5,,,144,74,8,,,,,,,,,,,67_2,12771 +nof,,,,,,,0,1680.493973999991,,,,,,,144,51,0,,,,,,,,,,,67_2,12768 +non,,,,,,,0,1680.493973999991,,,,G#3,,,144,56,5,,,,,,,,,,,67_2,12772 +nof,,,,,,,50,1680.526523999991,,,,,,,144,67,0,,,,,,,,,,,67_2,12761 +nof,,,,,,,0,1680.526523999991,,,,,,,144,72,0,,,,,,,,,,,67_2,12762 +ctl,,,,,,,28,1680.5447519999911,,,,,,,176,64,127,,,,,,,,,,,67_2,12773 +non,,,,,,,93,1680.605294999991,,,,D#3,,,144,51,5,,,,,,,,,,,67_2,12774 +nof,,,,,,,170,1680.715964999991,,,,,,,144,51,0,,,,,,,,,,,67_2,12774 +nof,,,,,,,0,1680.715964999991,,,,,,,144,56,0,,,,,,,,,,,67_2,12772 +non,,,,,,,0,1680.715964999991,,,,G#3,,,144,56,5,,,,,,,,,,,67_2,12775 +ctl,,,,,,,119,1680.793433999991,,,,,,,176,64,0,,,,,,,,,,,67_2,12776 +non,,,,,,,52,1680.827285999991,,,,F4,,,144,65,5,,,,,,,,,,,67_2,12777 +non,,,,,,,0,1680.827285999991,,,,A#4,,,144,70,8,,,,,,,,,,,67_2,12778 +non,,,,,,,0,1680.827285999991,,,,D3,,,144,50,5,,,,,,,,,,,67_2,12779 +ctl,,,,,,,6,1680.831191999991,,,,,,,176,64,0,,,,,,,,,,,67_2,12780 +nof,,,,,,,44,1680.859835999991,,,,,,,144,66,0,,,,,,,,,,,67_2,12770 +nof,,,,,,,0,1680.859835999991,,,,,,,144,74,0,,,,,,,,,,,67_2,12771 +ctl,,,,,,,15,1680.869600999991,,,,,,,176,64,127,,,,,,,,,,,67_2,12781 +nof,,,,,,,106,1680.9386069999912,,,,,,,144,50,0,,,,,,,,,,,67_2,12779 +nof,,,,,,,0,1680.9386069999912,,,,,,,144,56,0,,,,,,,,,,,67_2,12775 +non,,,,,,,0,1680.9386069999912,,,,G3,,,144,55,5,,,,,,,,,,,67_2,12782 +ctl,,,,,,,23,1680.953579999991,,,,,,,176,64,127,,,,,,,,,,,67_2,12783 +non,,,,,,,147,1681.049276999991,,,,D3,,,144,50,5,,,,,,,,,,,67_2,12784 +non,,,,,,,171,1681.160597999991,,,,E4,,,144,64,5,,,,,,,,,,,67_2,12785 +nof,,,,,,,0,1681.160597999991,,,,,,,144,50,0,,,,,,,,,,,67_2,12784 +nof,,,,,,,0,1681.160597999991,,,,,,,144,55,0,,,,,,,,,,,67_2,12782 +non,,,,,,,0,1681.160597999991,,,,F#3,,,144,54,5,,,,,,,,,,,67_2,12786 +ctl,,,,,,,19,1681.172966999991,,,,,,,176,64,0,,,,,,,,,,,67_2,12787 +nof,,,,,,,31,1681.1931479999912,,,,,,,144,65,0,,,,,,,,,,,67_2,12777 +ctl,,,,,,,67,1681.236764999991,,,,,,,176,64,127,,,,,,,,,,,67_2,12788 +non,,,,,,,54,1681.2719189999912,,,,C#3,,,144,49,5,,,,,,,,,,,67_2,12789 +nof,,,,,,,170,1681.3825889999912,,,,,,,144,49,0,,,,,,,,,,,67_2,12789 +nof,,,,,,,0,1681.3825889999912,,,,,,,144,54,0,,,,,,,,,,,67_2,12786 +non,,,,,,,0,1681.3825889999912,,,,F#3,,,144,54,4,,,,,,,,,,,67_2,12790 +ctl,,,,,,,171,1681.493909999991,,,,,,,176,64,127,,,,,,,,,,,67_2,12791 +ctl,,,,,,,0,1681.493909999991,,,,,,,176,64,0,,,,,,,,,,,67_2,12792 +ctl,,,,,,,0,1681.493909999991,,,,,,,176,64,0,,,,,,,,,,,67_2,12793 +non,,,,,,,0,1681.493909999991,,,,D#4,,,144,63,5,,,,,,,,,,,67_2,12794 +non,,,,,,,0,1681.493909999991,,,,C3,,,144,48,4,,,,,,,,,,,67_2,12795 +ctl,,,,,,,39,1681.5192989999912,,,,,,,176,64,0,,,,,,,,,,,67_2,12796 +nof,,,,,,,11,1681.5264599999912,,,,,,,144,64,0,,,,,,,,,,,67_2,12785 +ctl,,,,,,,29,1681.5453389999911,,,,,,,176,64,0,,,,,,,,,,,67_2,12797 +ctl,,,,,,,44,1681.5739829999911,,,,,,,176,64,127,,,,,,,,,,,67_2,12798 +nof,,,,,,,48,1681.6052309999911,,,,,,,144,48,0,,,,,,,,,,,67_2,12795 +nof,,,,,,,0,1681.6052309999911,,,,,,,144,54,0,,,,,,,,,,,67_2,12790 +non,,,,,,,0,1681.6052309999911,,,,F3,,,144,53,5,,,,,,,,,,,67_2,12799 +non,,,,,,,170,1681.7159009999912,,,,C3,,,144,48,5,,,,,,,,,,,67_2,12800 +ctl,,,,,,,106,1681.784906999991,,,,,,,176,64,0,,,,,,,,,,,67_2,12801 +nof,,,,,,,65,1681.827221999991,,,,,,,144,63,0,,,,,,,,,,,67_2,12794 +nof,,,,,,,0,1681.827221999991,,,,,,,144,70,0,,,,,,,,,,,67_2,12778 +non,,,,,,,0,1681.827221999991,,,,D4,,,144,62,5,,,,,,,,,,,67_2,12802 +non,,,,,,,0,1681.827221999991,,,,G4,,,144,67,7,,,,,,,,,,,67_2,12803 +nof,,,,,,,0,1681.827221999991,,,,,,,144,48,0,,,,,,,,,,,67_2,12800 +nof,,,,,,,0,1681.827221999991,,,,,,,144,53,0,,,,,,,,,,,67_2,12799 +non,,,,,,,0,1681.827221999991,,,,E3,,,144,52,5,,,,,,,,,,,67_2,12804 +ctl,,,,,,,78,1681.877999999991,,,,,,,176,64,127,,,,,,,,,,,67_2,12805 +non,,,,,,,93,1681.9385429999911,,,,B2,,,144,47,5,,,,,,,,,,,67_2,12806 +nof,,,,,,,170,1682.0492129999911,,,,,,,144,47,0,,,,,,,,,,,67_2,12806 +nof,,,,,,,0,1682.0492129999911,,,,,,,144,52,0,,,,,,,,,,,67_2,12804 +non,,,,,,,0,1682.0492129999911,,,,E3,,,144,52,5,,,,,,,,,,,67_2,12807 +ctl,,,,,,,119,1682.126681999991,,,,,,,176,64,0,,,,,,,,,,,67_2,12808 +nof,,,,,,,52,1682.160533999991,,,,,,,144,62,0,,,,,,,,,,,67_2,12802 +nof,,,,,,,0,1682.160533999991,,,,,,,144,67,0,,,,,,,,,,,67_2,12803 +non,,,,,,,0,1682.160533999991,,,,D4,,,144,62,5,,,,,,,,,,,67_2,12809 +non,,,,,,,0,1682.160533999991,,,,G4,,,144,67,8,,,,,,,,,,,67_2,12810 +non,,,,,,,0,1682.160533999991,,,,A#2,,,144,46,5,,,,,,,,,,,67_2,12811 +ctl,,,,,,,6,1682.1644399999911,,,,,,,176,64,0,,,,,,,,,,,67_2,12812 +ctl,,,,,,,59,1682.2028489999911,,,,,,,176,64,127,,,,,,,,,,,67_2,12813 +nof,,,,,,,106,1682.271854999991,,,,,,,144,46,0,,,,,,,,,,,67_2,12811 +nof,,,,,,,0,1682.271854999991,,,,,,,144,52,0,,,,,,,,,,,67_2,12807 +non,,,,,,,0,1682.271854999991,,,,E3,,,144,52,5,,,,,,,,,,,67_2,12814 +ctl,,,,,,,23,1682.2868279999911,,,,,,,176,64,127,,,,,,,,,,,67_2,12815 +non,,,,,,,147,1682.3825249999911,,,,A#2,,,144,46,5,,,,,,,,,,,67_2,12816 +nof,,,,,,,171,1682.493845999991,,,,,,,144,62,0,,,,,,,,,,,67_2,12809 +nof,,,,,,,0,1682.493845999991,,,,,,,144,67,0,,,,,,,,,,,67_2,12810 +non,,,,,,,0,1682.493845999991,,,,C#4,,,144,61,6,,,,,,,,,,,67_2,12817 +non,,,,,,,0,1682.493845999991,,,,A4,,,144,69,9,,,,,,,,,,,67_2,12818 +nof,,,,,,,0,1682.493845999991,,,,,,,144,46,0,,,,,,,,,,,67_2,12816 +nof,,,,,,,0,1682.493845999991,,,,,,,144,52,0,,,,,,,,,,,67_2,12814 +non,,,,,,,0,1682.493845999991,,,,D#3,,,144,51,5,,,,,,,,,,,67_2,12819 +ctl,,,,,,,19,1682.506214999991,,,,,,,176,64,0,,,,,,,,,,,67_2,12820 +ctl,,,,,,,98,1682.5700129999911,,,,,,,176,64,127,,,,,,,,,,,67_2,12821 +non,,,,,,,54,1682.605166999991,,,,A#2,,,144,46,5,,,,,,,,,,,67_2,12822 +nof,,,,,,,170,1682.715836999991,,,,,,,144,46,0,,,,,,,,,,,67_2,12822 +nof,,,,,,,0,1682.715836999991,,,,,,,144,51,0,,,,,,,,,,,67_2,12819 +non,,,,,,,0,1682.715836999991,,,,D#3,,,144,51,5,,,,,,,,,,,67_2,12823 +ctl,,,,,,,171,1682.8271579999912,,,,,,,176,64,127,,,,,,,,,,,67_2,12824 +ctl,,,,,,,0,1682.8271579999912,,,,,,,176,64,0,,,,,,,,,,,67_2,12825 +ctl,,,,,,,0,1682.8271579999912,,,,,,,176,64,0,,,,,,,,,,,67_2,12826 +nof,,,,,,,0,1682.8271579999912,,,,,,,144,61,0,,,,,,,,,,,67_2,12817 +nof,,,,,,,0,1682.8271579999912,,,,,,,144,69,0,,,,,,,,,,,67_2,12818 +nof,,,,,,,0,1682.8271579999912,,,,,,,144,51,0,,,,,,,,,,,67_2,12823 +non,,,,,,,0,1682.8271579999912,,,,F4,,,144,65,6,,,,,,,,,,,67_2,12827 +non,,,,,,,0,1682.8271579999912,,,,A#4,,,144,70,9,,,,,,,,,,,67_2,12828 +non,,,,,,,0,1682.8271579999912,,,,C#3,,,144,49,5,,,,,,,,,,,67_2,12829 +ctl,,,,,,,39,1682.8557059999912,,,,,,,176,64,0,,,,,,,,,,,67_2,12830 +ctl,,,,,,,40,1682.8849859999912,,,,,,,176,64,0,,,,,,,,,,,67_2,12831 +ctl,,,,,,,44,1682.917193999991,,,,,,,176,64,127,,,,,,,,,,,67_2,12832 +nof,,,,,,,48,1682.952329999991,,,,,,,144,49,0,,,,,,,,,,,67_2,12829 +non,,,,,,,0,1682.952329999991,,,,G3,,,144,55,5,,,,,,,,,,,67_2,12833 +non,,,,,,,170,1683.076769999991,,,,C#3,,,144,49,5,,,,,,,,,,,67_2,12834 +ctl,,,,,,,106,1683.1543619999911,,,,,,,176,64,0,,,,,,,,,,,67_2,12835 +nof,,,,,,,65,1683.201941999991,,,,,,,144,65,0,,,,,,,,,,,67_2,12827 +nof,,,,,,,0,1683.201941999991,,,,,,,144,70,0,,,,,,,,,,,67_2,12828 +non,,,,,,,0,1683.201941999991,,,,E4,,,144,64,5,,,,,,,,,,,67_2,12836 +non,,,,,,,0,1683.201941999991,,,,C5,,,144,72,8,,,,,,,,,,,67_2,12837 +nof,,,,,,,0,1683.201941999991,,,,,,,144,49,0,,,,,,,,,,,67_2,12834 +nof,,,,,,,0,1683.201941999991,,,,,,,144,55,0,,,,,,,,,,,67_2,12833 +non,,,,,,,0,1683.201941999991,,,,F#3,,,144,54,5,,,,,,,,,,,67_2,12838 +ctl,,,,,,,78,1683.252719999991,,,,,,,176,64,127,,,,,,,,,,,67_2,12839 +non,,,,,,,93,1683.3132629999911,,,,C#3,,,144,49,5,,,,,,,,,,,67_2,12840 +nof,,,,,,,170,1683.4239329999912,,,,,,,144,49,0,,,,,,,,,,,67_2,12840 +nof,,,,,,,0,1683.4239329999912,,,,,,,144,54,0,,,,,,,,,,,67_2,12838 +non,,,,,,,0,1683.4239329999912,,,,F#3,,,144,54,5,,,,,,,,,,,67_2,12841 +ctl,,,,,,,119,1683.501401999991,,,,,,,176,64,0,,,,,,,,,,,67_2,12842 +nof,,,,,,,52,1683.535253999991,,,,,,,144,64,0,,,,,,,,,,,67_2,12836 +nof,,,,,,,0,1683.535253999991,,,,,,,144,72,0,,,,,,,,,,,67_2,12837 +non,,,,,,,0,1683.535253999991,,,,D#4,,,144,63,5,,,,,,,,,,,67_2,12843 +non,,,,,,,0,1683.535253999991,,,,G#4,,,144,68,8,,,,,,,,,,,67_2,12844 +non,,,,,,,0,1683.535253999991,,,,C3,,,144,48,5,,,,,,,,,,,67_2,12845 +ctl,,,,,,,6,1683.5391599999912,,,,,,,176,64,0,,,,,,,,,,,67_2,12846 +ctl,,,,,,,59,1683.5775689999912,,,,,,,176,64,127,,,,,,,,,,,67_2,12847 +nof,,,,,,,106,1683.6465749999911,,,,,,,144,48,0,,,,,,,,,,,67_2,12845 +nof,,,,,,,0,1683.6465749999911,,,,,,,144,54,0,,,,,,,,,,,67_2,12841 +non,,,,,,,0,1683.6465749999911,,,,F3,,,144,53,4,,,,,,,,,,,67_2,12848 +ctl,,,,,,,23,1683.6615479999912,,,,,,,176,64,127,,,,,,,,,,,67_2,12849 +non,,,,,,,147,1683.7572449999911,,,,C3,,,144,48,4,,,,,,,,,,,67_2,12850 +nof,,,,,,,171,1683.868565999991,,,,,,,144,63,0,,,,,,,,,,,67_2,12843 +non,,,,,,,0,1683.868565999991,,,,D4,,,144,62,5,,,,,,,,,,,67_2,12851 +nof,,,,,,,0,1683.868565999991,,,,,,,144,48,0,,,,,,,,,,,67_2,12850 +nof,,,,,,,0,1683.868565999991,,,,,,,144,53,0,,,,,,,,,,,67_2,12848 +non,,,,,,,0,1683.868565999991,,,,E3,,,144,52,4,,,,,,,,,,,67_2,12852 +ctl,,,,,,,19,1683.880934999991,,,,,,,176,64,0,,,,,,,,,,,67_2,12853 +ctl,,,,,,,98,1683.9447329999912,,,,,,,176,64,127,,,,,,,,,,,67_2,12854 +non,,,,,,,54,1683.979886999991,,,,B2,,,144,47,4,,,,,,,,,,,67_2,12855 +nof,,,,,,,170,1684.0905569999911,,,,,,,144,47,0,,,,,,,,,,,67_2,12855 +nof,,,,,,,0,1684.0905569999911,,,,,,,144,52,0,,,,,,,,,,,67_2,12852 +non,,,,,,,0,1684.0905569999911,,,,E3,,,144,52,4,,,,,,,,,,,67_2,12856 +ctl,,,,,,,171,1684.201877999991,,,,,,,176,64,127,,,,,,,,,,,67_2,12857 +ctl,,,,,,,0,1684.201877999991,,,,,,,176,64,0,,,,,,,,,,,67_2,12858 +ctl,,,,,,,0,1684.201877999991,,,,,,,176,64,0,,,,,,,,,,,67_2,12859 +nof,,,,,,,0,1684.201877999991,,,,,,,144,62,0,,,,,,,,,,,67_2,12851 +nof,,,,,,,0,1684.201877999991,,,,,,,144,52,0,,,,,,,,,,,67_2,12856 +non,,,,,,,0,1684.201877999991,,,,C#4,,,144,61,5,,,,,,,,,,,67_2,12860 +non,,,,,,,0,1684.201877999991,,,,A#2,,,144,46,4,,,,,,,,,,,67_2,12861 +ctl,,,,,,,39,1684.2272669999911,,,,,,,176,64,0,,,,,,,,,,,67_2,12862 +ctl,,,,,,,40,1684.253306999991,,,,,,,176,64,0,,,,,,,,,,,67_2,12863 +ctl,,,,,,,44,1684.281950999991,,,,,,,176,64,127,,,,,,,,,,,67_2,12864 +nof,,,,,,,48,1684.313198999991,,,,,,,144,46,0,,,,,,,,,,,67_2,12861 +non,,,,,,,0,1684.313198999991,,,,D#3,,,144,51,4,,,,,,,,,,,67_2,12865 +nof,,,,,,,170,1684.423868999991,,,,,,,144,51,0,,,,,,,,,,,67_2,12865 +non,,,,,,,0,1684.423868999991,,,,A#2,,,144,46,4,,,,,,,,,,,67_2,12866 +ctl,,,,,,,106,1684.492874999991,,,,,,,176,64,0,,,,,,,,,,,67_2,12867 +non,,,,,,,65,1684.5351899999912,,,,C4,,,144,60,5,,,,,,,,,,,67_2,12868 +non,,,,,,,0,1684.5351899999912,,,,F4,,,144,65,8,,,,,,,,,,,67_2,12869 +nof,,,,,,,0,1684.5351899999912,,,,,,,144,46,0,,,,,,,,,,,67_2,12866 +non,,,,,,,0,1684.5351899999912,,,,D3,,,144,50,4,,,,,,,,,,,67_2,12870 +nof,,,,,,,40,1684.5612299999912,,,,,,,144,61,0,,,,,,,,,,,67_2,12860 +nof,,,,,,,0,1684.5612299999912,,,,,,,144,68,0,,,,,,,,,,,67_2,12844 +ctl,,,,,,,38,1684.585967999991,,,,,,,176,64,127,,,,,,,,,,,67_2,12871 +nof,,,,,,,93,1684.646510999991,,,,,,,144,50,0,,,,,,,,,,,67_2,12870 +non,,,,,,,0,1684.646510999991,,,,A2,,,144,45,4,,,,,,,,,,,67_2,12872 +nof,,,,,,,170,1684.757180999991,,,,,,,144,45,0,,,,,,,,,,,67_2,12872 +non,,,,,,,0,1684.757180999991,,,,D3,,,144,50,4,,,,,,,,,,,67_2,12873 +ctl,,,,,,,119,1684.8346499999911,,,,,,,176,64,0,,,,,,,,,,,67_2,12874 +nof,,,,,,,52,1684.8685019999912,,,,,,,144,60,0,,,,,,,,,,,67_2,12868 +nof,,,,,,,0,1684.8685019999912,,,,,,,144,65,0,,,,,,,,,,,67_2,12869 +non,,,,,,,0,1684.8685019999912,,,,C4,,,144,60,5,,,,,,,,,,,67_2,12875 +non,,,,,,,0,1684.8685019999912,,,,F4,,,144,65,8,,,,,,,,,,,67_2,12876 +nof,,,,,,,0,1684.8685019999912,,,,,,,144,50,0,,,,,,,,,,,67_2,12873 +non,,,,,,,0,1684.8685019999912,,,,G#2,,,144,44,4,,,,,,,,,,,67_2,12877 +ctl,,,,,,,6,1684.872893999991,,,,,,,176,64,0,,,,,,,,,,,67_2,12878 +ctl,,,,,,,59,1684.916081999991,,,,,,,176,64,127,,,,,,,,,,,67_2,12879 +nof,,,,,,,106,1684.9936739999912,,,,,,,144,44,0,,,,,,,,,,,67_2,12877 +non,,,,,,,0,1684.9936739999912,,,,D3,,,144,50,4,,,,,,,,,,,67_2,12880 +ctl,,,,,,,23,1685.010509999991,,,,,,,176,64,127,,,,,,,,,,,67_2,12881 +nof,,,,,,,147,1685.118113999991,,,,,,,144,50,0,,,,,,,,,,,67_2,12880 +non,,,,,,,0,1685.118113999991,,,,G#2,,,144,44,4,,,,,,,,,,,67_2,12882 +non,,,,,,,171,1685.243285999991,,,,B3,,,144,59,4,,,,,,,,,,,67_2,12883 +non,,,,,,,0,1685.243285999991,,,,G4,,,144,67,7,,,,,,,,,,,67_2,12884 +nof,,,,,,,0,1685.243285999991,,,,,,,144,44,0,,,,,,,,,,,67_2,12882 +non,,,,,,,0,1685.243285999991,,,,C#3,,,144,49,4,,,,,,,,,,,67_2,12885 +ctl,,,,,,,19,1685.259188999991,,,,,,,176,64,0,,,,,,,,,,,67_2,12886 +nof,,,,,,,21,1685.276765999991,,,,,,,144,60,0,,,,,,,,,,,67_2,12875 +nof,,,,,,,0,1685.276765999991,,,,,,,144,65,0,,,,,,,,,,,67_2,12876 +ctl,,,,,,,77,1685.341214999991,,,,,,,176,64,127,,,,,,,,,,,67_2,12887 +nof,,,,,,,54,1685.386412999991,,,,,,,144,49,0,,,,,,,,,,,67_2,12885 +non,,,,,,,0,1685.386412999991,,,,G#2,,,144,44,4,,,,,,,,,,,67_2,12888 +nof,,,,,,,170,1685.528702999991,,,,,,,144,44,0,,,,,,,,,,,67_2,12888 +non,,,,,,,0,1685.528702999991,,,,C#3,,,144,49,4,,,,,,,,,,,67_2,12889 +ctl,,,,,,,171,1685.6718299999911,,,,,,,176,64,127,,,,,,,,,,,67_2,12890 +ctl,,,,,,,0,1685.6718299999911,,,,,,,176,64,0,,,,,,,,,,,67_2,12891 +ctl,,,,,,,0,1685.6718299999911,,,,,,,176,64,0,,,,,,,,,,,67_2,12892 +nof,,,,,,,0,1685.6718299999911,,,,,,,144,49,0,,,,,,,,,,,67_2,12889 +non,,,,,,,0,1685.6718299999911,,,,F4,,,144,65,6,,,,,,,,,,,67_2,12893 +non,,,,,,,0,1685.6718299999911,,,,A#4,,,144,70,9,,,,,,,,,,,67_2,12894 +non,,,,,,,0,1685.6718299999911,,,,C#3,,,144,49,5,,,,,,,,,,,67_2,12895 +ctl,,,,,,,39,1685.7003779999911,,,,,,,176,64,0,,,,,,,,,,,67_2,12896 +nof,,,,,,,1,1685.701109999991,,,,,,,144,59,0,,,,,,,,,,,67_2,12883 +nof,,,,,,,0,1685.701109999991,,,,,,,144,67,0,,,,,,,,,,,67_2,12884 +ctl,,,,,,,39,1685.729657999991,,,,,,,176,64,0,,,,,,,,,,,67_2,12897 +ctl,,,,,,,44,1685.7618659999912,,,,,,,176,64,127,,,,,,,,,,,67_2,12898 +nof,,,,,,,48,1685.7970019999912,,,,,,,144,49,0,,,,,,,,,,,67_2,12895 +non,,,,,,,0,1685.7970019999912,,,,G3,,,144,55,5,,,,,,,,,,,67_2,12899 +non,,,,,,,170,1685.921441999991,,,,C#3,,,144,49,5,,,,,,,,,,,67_2,12900 +ctl,,,,,,,106,1685.999033999991,,,,,,,176,64,0,,,,,,,,,,,67_2,12901 +nof,,,,,,,65,1686.046613999991,,,,,,,144,65,0,,,,,,,,,,,67_2,12893 +nof,,,,,,,0,1686.046613999991,,,,,,,144,70,0,,,,,,,,,,,67_2,12894 +non,,,,,,,0,1686.046613999991,,,,E4,,,144,64,5,,,,,,,,,,,67_2,12902 +non,,,,,,,0,1686.046613999991,,,,C5,,,144,72,8,,,,,,,,,,,67_2,12903 +nof,,,,,,,0,1686.046613999991,,,,,,,144,49,0,,,,,,,,,,,67_2,12900 +nof,,,,,,,0,1686.046613999991,,,,,,,144,55,0,,,,,,,,,,,67_2,12899 +non,,,,,,,0,1686.046613999991,,,,F#3,,,144,54,5,,,,,,,,,,,67_2,12904 +ctl,,,,,,,78,1686.097391999991,,,,,,,176,64,127,,,,,,,,,,,67_2,12905 +non,,,,,,,93,1686.157934999991,,,,C#3,,,144,49,5,,,,,,,,,,,67_2,12906 +nof,,,,,,,170,1686.268604999991,,,,,,,144,49,0,,,,,,,,,,,67_2,12906 +nof,,,,,,,0,1686.268604999991,,,,,,,144,54,0,,,,,,,,,,,67_2,12904 +non,,,,,,,0,1686.268604999991,,,,F#3,,,144,54,5,,,,,,,,,,,67_2,12907 +ctl,,,,,,,119,1686.3460739999912,,,,,,,176,64,0,,,,,,,,,,,67_2,12908 +nof,,,,,,,52,1686.379925999991,,,,,,,144,64,0,,,,,,,,,,,67_2,12902 +nof,,,,,,,0,1686.379925999991,,,,,,,144,72,0,,,,,,,,,,,67_2,12903 +non,,,,,,,0,1686.379925999991,,,,D#4,,,144,63,5,,,,,,,,,,,67_2,12909 +non,,,,,,,0,1686.379925999991,,,,G#4,,,144,68,8,,,,,,,,,,,67_2,12910 +non,,,,,,,0,1686.379925999991,,,,C3,,,144,48,5,,,,,,,,,,,67_2,12911 +ctl,,,,,,,6,1686.3838319999911,,,,,,,176,64,0,,,,,,,,,,,67_2,12912 +ctl,,,,,,,59,1686.4222409999911,,,,,,,176,64,127,,,,,,,,,,,67_2,12913 +nof,,,,,,,106,1686.491246999991,,,,,,,144,48,0,,,,,,,,,,,67_2,12911 +nof,,,,,,,0,1686.491246999991,,,,,,,144,54,0,,,,,,,,,,,67_2,12907 +non,,,,,,,0,1686.491246999991,,,,F3,,,144,53,4,,,,,,,,,,,67_2,12914 +ctl,,,,,,,23,1686.5062199999911,,,,,,,176,64,127,,,,,,,,,,,67_2,12915 +non,,,,,,,147,1686.601916999991,,,,C3,,,144,48,4,,,,,,,,,,,67_2,12916 +nof,,,,,,,171,1686.7132379999912,,,,,,,144,63,0,,,,,,,,,,,67_2,12909 +non,,,,,,,0,1686.7132379999912,,,,D4,,,144,62,5,,,,,,,,,,,67_2,12917 +nof,,,,,,,0,1686.7132379999912,,,,,,,144,48,0,,,,,,,,,,,67_2,12916 +nof,,,,,,,0,1686.7132379999912,,,,,,,144,53,0,,,,,,,,,,,67_2,12914 +non,,,,,,,0,1686.7132379999912,,,,E3,,,144,52,4,,,,,,,,,,,67_2,12918 +ctl,,,,,,,19,1686.725606999991,,,,,,,176,64,0,,,,,,,,,,,67_2,12919 +ctl,,,,,,,98,1686.7894049999911,,,,,,,176,64,127,,,,,,,,,,,67_2,12920 +non,,,,,,,54,1686.824558999991,,,,B2,,,144,47,4,,,,,,,,,,,67_2,12921 +nof,,,,,,,170,1686.935228999991,,,,,,,144,47,0,,,,,,,,,,,67_2,12921 +nof,,,,,,,0,1686.935228999991,,,,,,,144,52,0,,,,,,,,,,,67_2,12918 +non,,,,,,,0,1686.935228999991,,,,E3,,,144,52,4,,,,,,,,,,,67_2,12922 +ctl,,,,,,,171,1687.0465499999912,,,,,,,176,64,127,,,,,,,,,,,67_2,12923 +ctl,,,,,,,0,1687.0465499999912,,,,,,,176,64,0,,,,,,,,,,,67_2,12924 +ctl,,,,,,,0,1687.0465499999912,,,,,,,176,64,0,,,,,,,,,,,67_2,12925 +nof,,,,,,,0,1687.0465499999912,,,,,,,144,62,0,,,,,,,,,,,67_2,12917 +nof,,,,,,,0,1687.0465499999912,,,,,,,144,52,0,,,,,,,,,,,67_2,12922 +non,,,,,,,0,1687.0465499999912,,,,C#4,,,144,61,4,,,,,,,,,,,67_2,12926 +non,,,,,,,0,1687.0465499999912,,,,A#2,,,144,46,3,,,,,,,,,,,67_2,12927 +ctl,,,,,,,39,1687.071938999991,,,,,,,176,64,0,,,,,,,,,,,67_2,12928 +ctl,,,,,,,40,1687.097978999991,,,,,,,176,64,0,,,,,,,,,,,67_2,12929 +ctl,,,,,,,44,1687.126622999991,,,,,,,176,64,127,,,,,,,,,,,67_2,12930 +nof,,,,,,,48,1687.157870999991,,,,,,,144,46,0,,,,,,,,,,,67_2,12927 +non,,,,,,,0,1687.157870999991,,,,D#3,,,144,51,3,,,,,,,,,,,67_2,12931 +nof,,,,,,,170,1687.268540999991,,,,,,,144,51,0,,,,,,,,,,,67_2,12931 +non,,,,,,,0,1687.268540999991,,,,A#2,,,144,46,3,,,,,,,,,,,67_2,12932 +ctl,,,,,,,106,1687.337546999991,,,,,,,176,64,0,,,,,,,,,,,67_2,12933 +non,,,,,,,65,1687.3798619999911,,,,C4,,,144,60,3,,,,,,,,,,,67_2,12934 +non,,,,,,,0,1687.3798619999911,,,,F4,,,144,65,6,,,,,,,,,,,67_2,12935 +nof,,,,,,,0,1687.3798619999911,,,,,,,144,46,0,,,,,,,,,,,67_2,12932 +non,,,,,,,0,1687.3798619999911,,,,D3,,,144,50,3,,,,,,,,,,,67_2,12936 +nof,,,,,,,60,1687.4189219999912,,,,,,,144,61,0,,,,,,,,,,,67_2,12926 +nof,,,,,,,0,1687.4189219999912,,,,,,,144,68,0,,,,,,,,,,,67_2,12910 +ctl,,,,,,,18,1687.4306399999912,,,,,,,176,64,127,,,,,,,,,,,67_2,12937 +nof,,,,,,,93,1687.491182999991,,,,,,,144,50,0,,,,,,,,,,,67_2,12936 +non,,,,,,,0,1687.491182999991,,,,A2,,,144,45,3,,,,,,,,,,,67_2,12938 +nof,,,,,,,170,1687.601852999991,,,,,,,144,45,0,,,,,,,,,,,67_2,12938 +non,,,,,,,0,1687.601852999991,,,,D3,,,144,50,3,,,,,,,,,,,67_2,12939 +ctl,,,,,,,119,1687.679321999991,,,,,,,176,64,0,,,,,,,,,,,67_2,12940 +nof,,,,,,,52,1687.713173999991,,,,,,,144,60,0,,,,,,,,,,,67_2,12934 +nof,,,,,,,0,1687.713173999991,,,,,,,144,65,0,,,,,,,,,,,67_2,12935 +non,,,,,,,0,1687.713173999991,,,,C4,,,144,60,3,,,,,,,,,,,67_2,12941 +non,,,,,,,0,1687.713173999991,,,,F4,,,144,65,6,,,,,,,,,,,67_2,12942 +nof,,,,,,,0,1687.713173999991,,,,,,,144,50,0,,,,,,,,,,,67_2,12939 +non,,,,,,,0,1687.713173999991,,,,G#2,,,144,44,3,,,,,,,,,,,67_2,12943 +ctl,,,,,,,6,1687.717079999991,,,,,,,176,64,0,,,,,,,,,,,67_2,12944 +ctl,,,,,,,59,1687.755488999991,,,,,,,176,64,127,,,,,,,,,,,67_2,12945 +nof,,,,,,,106,1687.824494999991,,,,,,,144,44,0,,,,,,,,,,,67_2,12943 +non,,,,,,,0,1687.824494999991,,,,D3,,,144,50,3,,,,,,,,,,,67_2,12946 +ctl,,,,,,,23,1687.839467999991,,,,,,,176,64,127,,,,,,,,,,,67_2,12947 +nof,,,,,,,147,1687.935164999991,,,,,,,144,50,0,,,,,,,,,,,67_2,12946 +non,,,,,,,0,1687.935164999991,,,,G#2,,,144,44,3,,,,,,,,,,,67_2,12948 +nof,,,,,,,171,1688.046485999991,,,,,,,144,60,0,,,,,,,,,,,67_2,12941 +nof,,,,,,,0,1688.046485999991,,,,,,,144,65,0,,,,,,,,,,,67_2,12942 +non,,,,,,,0,1688.046485999991,,,,B3,,,144,59,3,,,,,,,,,,,67_2,12949 +non,,,,,,,0,1688.046485999991,,,,G4,,,144,67,5,,,,,,,,,,,67_2,12950 +nof,,,,,,,0,1688.046485999991,,,,,,,144,44,0,,,,,,,,,,,67_2,12948 +non,,,,,,,0,1688.046485999991,,,,C#3,,,144,49,3,,,,,,,,,,,67_2,12951 +ctl,,,,,,,19,1688.0588549999911,,,,,,,176,64,0,,,,,,,,,,,67_2,12952 +ctl,,,,,,,98,1688.122652999991,,,,,,,176,64,127,,,,,,,,,,,67_2,12953 +nof,,,,,,,54,1688.1578069999912,,,,,,,144,49,0,,,,,,,,,,,67_2,12951 +non,,,,,,,0,1688.1578069999912,,,,G#2,,,144,44,3,,,,,,,,,,,67_2,12954 +nof,,,,,,,170,1688.268476999991,,,,,,,144,44,0,,,,,,,,,,,67_2,12954 +non,,,,,,,0,1688.268476999991,,,,C#3,,,144,49,3,,,,,,,,,,,67_2,12955 +ctl,,,,,,,171,1688.379797999991,,,,,,,176,64,0,,,,,,,,,,,67_2,12956 +ctl,,,,,,,0,1688.379797999991,,,,,,,176,64,0,,,,,,,,,,,67_2,12957 +nof,,,,,,,0,1688.379797999991,,,,,,,144,49,0,,,,,,,,,,,67_2,12955 +non,,,,,,,0,1688.379797999991,,,,C4,,,144,60,2,,,,,,,,,,,67_2,12958 +non,,,,,,,0,1688.379797999991,,,,F4,,,144,65,5,,,,,,,,,,,67_2,12959 +non,,,,,,,0,1688.379797999991,,,,G#2,,,144,44,3,,,,,,,,,,,67_2,12960 +nof,,,,,,,60,1688.4237179999911,,,,,,,144,59,0,,,,,,,,,,,67_2,12949 +nof,,,,,,,0,1688.4237179999911,,,,,,,144,67,0,,,,,,,,,,,67_2,12950 +nof,,,,,,,111,1688.504969999991,,,,,,,144,44,0,,,,,,,,,,,67_2,12960 +non,,,,,,,0,1688.504969999991,,,,D3,,,144,50,3,,,,,,,,,,,67_2,12961 +nof,,,,,,,170,1688.6294099999911,,,,,,,144,50,0,,,,,,,,,,,67_2,12961 +non,,,,,,,0,1688.6294099999911,,,,G#2,,,144,44,3,,,,,,,,,,,67_2,12962 +non,,,,,,,171,1688.7545819999912,,,,B3,,,144,59,2,,,,,,,,,,,67_2,12963 +non,,,,,,,0,1688.7545819999912,,,,G4,,,144,67,4,,,,,,,,,,,67_2,12964 +nof,,,,,,,0,1688.7545819999912,,,,,,,144,44,0,,,,,,,,,,,67_2,12962 +non,,,,,,,0,1688.7545819999912,,,,C#3,,,144,49,2,,,,,,,,,,,67_2,12965 +nof,,,,,,,60,1688.793641999991,,,,,,,144,60,0,,,,,,,,,,,67_2,12958 +nof,,,,,,,0,1688.793641999991,,,,,,,144,65,0,,,,,,,,,,,67_2,12959 +nof,,,,,,,111,1688.865902999991,,,,,,,144,49,0,,,,,,,,,,,67_2,12965 +non,,,,,,,0,1688.865902999991,,,,G#2,,,144,44,2,,,,,,,,,,,67_2,12966 +nof,,,,,,,170,1688.976572999991,,,,,,,144,44,0,,,,,,,,,,,67_2,12966 +non,,,,,,,0,1688.976572999991,,,,C#3,,,144,49,2,,,,,,,,,,,67_2,12967 +non,,,,,,,171,1689.0878939999911,,,,C4,,,144,60,2,,,,,,,,,,,67_2,12968 +non,,,,,,,0,1689.0878939999911,,,,F4,,,144,65,5,,,,,,,,,,,67_2,12969 +nof,,,,,,,0,1689.0878939999911,,,,,,,144,49,0,,,,,,,,,,,67_2,12967 +non,,,,,,,0,1689.0878939999911,,,,G#2,,,144,44,2,,,,,,,,,,,67_2,12970 +nof,,,,,,,60,1689.126953999991,,,,,,,144,59,0,,,,,,,,,,,67_2,12963 +nof,,,,,,,0,1689.126953999991,,,,,,,144,67,0,,,,,,,,,,,67_2,12964 +nof,,,,,,,111,1689.199214999991,,,,,,,144,44,0,,,,,,,,,,,67_2,12970 +non,,,,,,,0,1689.199214999991,,,,D3,,,144,50,2,,,,,,,,,,,67_2,12971 +nof,,,,,,,170,1689.309884999991,,,,,,,144,50,0,,,,,,,,,,,67_2,12971 +non,,,,,,,0,1689.309884999991,,,,G#2,,,144,44,2,,,,,,,,,,,67_2,12972 +non,,,,,,,171,1689.4212059999911,,,,B3,,,144,59,2,,,,,,,,,,,67_2,12973 +non,,,,,,,0,1689.4212059999911,,,,G4,,,144,67,4,,,,,,,,,,,67_2,12974 +nof,,,,,,,0,1689.4212059999911,,,,,,,144,44,0,,,,,,,,,,,67_2,12972 +non,,,,,,,0,1689.4212059999911,,,,C#3,,,144,49,2,,,,,,,,,,,67_2,12975 +nof,,,,,,,60,1689.4602659999912,,,,,,,144,60,0,,,,,,,,,,,67_2,12968 +nof,,,,,,,0,1689.4602659999912,,,,,,,144,65,0,,,,,,,,,,,67_2,12969 +nof,,,,,,,111,1689.532526999991,,,,,,,144,49,0,,,,,,,,,,,67_2,12975 +non,,,,,,,0,1689.532526999991,,,,G#2,,,144,44,2,,,,,,,,,,,67_2,12976 +nof,,,,,,,170,1689.643196999991,,,,,,,144,44,0,,,,,,,,,,,67_2,12976 +non,,,,,,,0,1689.643196999991,,,,C#3,,,144,49,2,,,,,,,,,,,67_2,12977 +ctl,,,,,,,171,1689.754517999991,,,,,,,176,64,0,,,,,,,,,,,67_2,12978 +ctl,,,,,,,0,1689.754517999991,,,,,,,176,64,0,,,,,,,,,,,67_2,12979 +nof,,,,,,,0,1689.754517999991,,,,,,,144,49,0,,,,,,,,,,,67_2,12977 +non,,,,,,,0,1689.754517999991,,,,C4,,,144,60,3,,,,,,,,,,,67_2,12980 +non,,,,,,,0,1689.754517999991,,,,F4,,,144,65,5,,,,,,,,,,,67_2,12981 +non,,,,,,,0,1689.754517999991,,,,G#2,,,144,44,2,,,,,,,,,,,67_2,12982 +nof,,,,,,,60,1689.7984379999912,,,,,,,144,59,0,,,,,,,,,,,67_2,12973 +nof,,,,,,,0,1689.7984379999912,,,,,,,144,67,0,,,,,,,,,,,67_2,12974 +nof,,,,,,,111,1689.8796899999911,,,,,,,144,44,0,,,,,,,,,,,67_2,12982 +non,,,,,,,0,1689.8796899999911,,,,D3,,,144,50,2,,,,,,,,,,,67_2,12983 +nof,,,,,,,170,1690.0041299999912,,,,,,,144,50,0,,,,,,,,,,,67_2,12983 +non,,,,,,,0,1690.0041299999912,,,,G#2,,,144,44,3,,,,,,,,,,,67_2,12984 +non,,,,,,,171,1690.1293019999912,,,,B3,,,144,59,2,,,,,,,,,,,67_2,12985 +non,,,,,,,0,1690.1293019999912,,,,G4,,,144,67,4,,,,,,,,,,,67_2,12986 +nof,,,,,,,0,1690.1293019999912,,,,,,,144,44,0,,,,,,,,,,,67_2,12984 +non,,,,,,,0,1690.1293019999912,,,,C#3,,,144,49,3,,,,,,,,,,,67_2,12987 +nof,,,,,,,40,1690.1585819999912,,,,,,,144,60,0,,,,,,,,,,,67_2,12980 +nof,,,,,,,0,1690.1585819999912,,,,,,,144,65,0,,,,,,,,,,,67_2,12981 +nof,,,,,,,131,1690.254473999991,,,,,,,144,49,0,,,,,,,,,,,67_2,12987 +non,,,,,,,0,1690.254473999991,,,,G#2,,,144,44,3,,,,,,,,,,,67_2,12988 +nof,,,,,,,170,1690.378913999991,,,,,,,144,44,0,,,,,,,,,,,67_2,12988 +non,,,,,,,0,1690.378913999991,,,,C#3,,,144,49,3,,,,,,,,,,,67_2,12989 +non,,,,,,,171,1690.504085999991,,,,A#3,,,144,58,4,,,,,,,,,,,67_2,12990 +non,,,,,,,0,1690.504085999991,,,,D#4,,,144,63,6,,,,,,,,,,,67_2,12991 +nof,,,,,,,0,1690.504085999991,,,,,,,144,49,0,,,,,,,,,,,67_2,12989 +non,,,,,,,0,1690.504085999991,,,,G2,,,144,43,4,,,,,,,,,,,67_2,12992 +nof,,,,,,,40,1690.537565999991,,,,,,,144,59,0,,,,,,,,,,,67_2,12985 +nof,,,,,,,0,1690.537565999991,,,,,,,144,67,0,,,,,,,,,,,67_2,12986 +non,,,,,,,131,1690.647212999991,,,,C3,,,144,48,4,,,,,,,,,,,67_2,12993 +nof,,,,,,,170,1690.789502999991,,,,,,,144,43,0,,,,,,,,,,,67_2,12992 +non,,,,,,,0,1690.789502999991,,,,G2,,,144,43,4,,,,,,,,,,,67_2,12994 +non,,,,,,,171,1690.956398999991,,,,G3,,,144,55,5,,,,,,,,,,,67_2,12995 +non,,,,,,,0,1690.956398999991,,,,C4,,,144,60,5,,,,,,,,,,,67_2,12996 +non,,,,,,,0,1690.956398999991,,,,F#4,,,144,66,7,,,,,,,,,,,67_2,12997 +nof,,,,,,,0,1690.956398999991,,,,,,,144,43,0,,,,,,,,,,,67_2,12994 +nof,,,,,,,0,1690.956398999991,,,,,,,144,48,0,,,,,,,,,,,67_2,12993 +non,,,,,,,0,1690.956398999991,,,,A2,,,144,45,4,,,,,,,,,,,67_2,12998 +nof,,,,,,,50,1691.005198999991,,,,,,,144,58,0,,,,,,,,,,,67_2,12990 +nof,,,,,,,0,1691.005198999991,,,,,,,144,63,0,,,,,,,,,,,67_2,12991 +non,,,,,,,121,1691.123294999991,,,,D#2,,,144,39,5,,,,,,,,,,,67_2,12999 +nof,,,,,,,170,1691.3223649999911,,,,,,,144,45,0,,,,,,,,,,,67_2,12998 +non,,,,,,,0,1691.3223649999911,,,,A2,,,144,45,5,,,,,,,,,,,67_2,13000 +ctl,,,,,,,171,1691.5226059999911,,,,,,,176,64,0,,,,,,,,,,,67_2,13001 +ctl,,,,,,,0,1691.5226059999911,,,,,,,176,64,0,,,,,,,,,,,67_2,13002 +nof,,,,,,,0,1691.5226059999911,,,,,,,144,39,0,,,,,,,,,,,67_2,12999 +nof,,,,,,,0,1691.5226059999911,,,,,,,144,45,0,,,,,,,,,,,67_2,13000 +non,,,,,,,0,1691.5226059999911,,,,A#3,,,144,58,6,,,,,,,,,,,67_2,13003 +non,,,,,,,0,1691.5226059999911,,,,D#4,,,144,63,6,,,,,,,,,,,67_2,13004 +non,,,,,,,0,1691.5226059999911,,,,A4,,,144,69,8,,,,,,,,,,,67_2,13005 +non,,,,,,,0,1691.5226059999911,,,,C2,,,144,36,3,,,,,,,,,,,67_2,13006 +non,,,,,,,0,1691.5226059999911,,,,F#2,,,144,42,5,,,,,,,,,,,67_2,13007 +nof,,,,,,,50,1691.581155999991,,,,,,,144,55,0,,,,,,,,,,,67_2,12995 +nof,,,,,,,0,1691.581155999991,,,,,,,144,60,0,,,,,,,,,,,67_2,12996 +nof,,,,,,,0,1691.581155999991,,,,,,,144,66,0,,,,,,,,,,,67_2,12997 +ctl,,,,,,,1998,1693.920813999991,,,,,,,176,64,0,,,,,,,,,,,67_2,13008 +ctl,,,,,,,0,1693.920813999991,,,,,,,176,64,0,,,,,,,,,,,67_2,13009 +non,,,,,,,1024,1695.119917999991,,,,F#4,,,144,66,5,,,,,,,,,,,67_2,13010 +nof,,,,,,,40,1695.1589579999911,,,,,,,144,69,0,,,,,,,,,,,67_2,13005 +ctl,,,,,,,984,1696.119341999991,,,,,,,176,64,0,,,,,,,,,,,67_2,13011 +ctl,,,,,,,0,1696.119341999991,,,,,,,176,64,0,,,,,,,,,,,67_2,13012 +nof,,,,,,,0,1696.119341999991,,,,,,,144,36,0,,,,,,,,,,,67_2,13006 +non,,,,,,,0,1696.119341999991,,,,C2,,,144,36,3,,,,,,,,,,,67_2,13013 +nof,,,,,,,128,1696.244269999991,,,,,,,144,42,0,,,,,,,,,,,67_2,13007 +non,,,,,,,0,1696.244269999991,,,,F#2,,,144,42,3,,,,,,,,,,,67_2,13014 +nof,,,,,,,128,1696.369197999991,,,,,,,144,58,0,,,,,,,,,,,67_2,13003 +nof,,,,,,,0,1696.369197999991,,,,,,,144,63,0,,,,,,,,,,,67_2,13004 +nof,,,,,,,0,1696.369197999991,,,,,,,144,66,0,,,,,,,,,,,67_2,13010 +non,,,,,,,0,1696.369197999991,,,,A#3,,,144,58,2,,,,,,,,,,,67_2,13015 +non,,,,,,,0,1696.369197999991,,,,E4,,,144,64,2,,,,,,,,,,,67_2,13016 +non,,,,,,,0,1696.369197999991,,,,A#4,,,144,70,5,,,,,,,,,,,67_2,13017 +non,,,,,,,0,1696.369197999991,,,,E3,,,144,52,3,,,,,,,,,,,67_2,13018 +ctl,,,,,,,1792,1703.368749999991,,,,,,,176,64,0,,,,,,,,,,,67_2,13019 +ctl,,,,,,,0,1703.368749999991,,,,,,,176,64,0,,,,,,,,,,,67_2,13020 +nof,,,,,,,0,1703.368749999991,,,,,,,144,58,0,,,,,,,,,,,67_2,13015 +nof,,,,,,,0,1703.368749999991,,,,,,,144,64,0,,,,,,,,,,,67_2,13016 +nof,,,,,,,0,1703.368749999991,,,,,,,144,70,0,,,,,,,,,,,67_2,13017 +nof,,,,,,,0,1703.368749999991,,,,,,,144,36,0,,,,,,,,,,,67_2,13013 +nof,,,,,,,0,1703.368749999991,,,,,,,144,42,0,,,,,,,,,,,67_2,13014 +nof,,,,,,,0,1703.368749999991,,,,,,,144,52,0,,,,,,,,,,,67_2,13018 +rst,283,20,3,8446,6010,,1536,1703.368749999991,,,,,,,176,102,0,,,,,,,,,,,gutim,13021 +bar,284,0,0,8447,6011,,0,1704.4397499999911,,,,,,,,,,284,,,,,,,,,,gutim,13022 +bpm,284,1,0,8448,6011,,0,1704.4397499999911,,18.23,,,,,,,,,,56,,,,,,,,gutim,13023 +sec,284,2,0,8449,6012,,0,1705.4397499999911,,,,,,,,,,,6001,,,,,,,,,gutim,13024 +non,284,3,1,8450,6012,3833,0,1705.4397499999911,4.28571428571429,1,0,B3,fff,24,144,59,24,,,,,t,o,,,,,gutim,13025 +non,284,4,1,8451,6012,3833,0,1705.4397499999911,4.28571428571429,1,0,D#4,fff,24,144,63,24,,,,,t,o,,,,,gutim,13026 +non,284,5,1,8452,6012,3833,0,1705.4397499999911,4.28571428571429,1,0,G#5,fff,24,144,80,24,,,,,t,o,,,,,gutim,13027 +rst,284,6,3,8453,6012,,0,1705.4397499999911,,,,,,,176,102,0,,,,,,,,,,,gutim,13028 +rst,284,7,3,8454,6013,,128,1705.975749999991,,,,,,,176,102,0,,,,,,,,,,,gutim,13029 +ped,284,8,0,8455,6014,,180,1706.193749999991,,,,,,,176,64,127,,,,,,,V,,,,gutim,13030 +rst,284,9,3,8456,6015,,256,1706.511749999991,,,,,,,176,102,0,,,,,,,,,,,gutim,13031 +non,284,10,1,8457,6016,,1024,1709.725749999991,1.07142857142857,4,0,B3,,,,,,,,,,_,,,,,,gutim,13032 +non,284,11,1,8458,6016,,1024,1709.725749999991,1.07142857142857,4,0,D#4,,,,,,,,,,_,,,,,,gutim,13033 +non,284,12,1,8459,6016,,1024,1709.725749999991,1.07142857142857,4,0,G#5,,,,,,,,,,_,,,,,,gutim,13034 +non,284,13,3,8460,6016,3834,1024,1709.725749999991,0.1171875,16,0,E4,ppp,5,144,64,5,,,,,,o,,,,,gutim,13035 +nof,284,13,3,8460,6017,,1024,1709.8427499999912,,,,,,,144,64,0,,,,,,,,,,,gutim,13035 +non,284,14,3,8461,6017,3835,1052,1709.8427499999912,0.05859375,32,0,G#3,pp,8,144,56,8,,,,,,o,,d,e,t,gutim,13036 +nof,284,14,3,8461,6018,,1052,1709.9017499999911,,,,,,,144,56,0,,,,,,,,,,,gutim,13036 +non,284,15,3,8462,6018,3836,1066,1709.9017499999911,0.05859375,32,0,E4,p-,10,144,64,10,,,,,,o,,d,e,t,gutim,13037 +nof,284,15,3,8462,6019,,1066,1709.9597499999911,,,,,,,144,64,0,,,,,,,,,,,gutim,13037 +non,284,16,3,8463,6019,3837,1080,1709.9597499999911,0.05859375,32,0,G#3,p,11,144,56,11,,,,,,o,,d,e,t,gutim,13038 +nof,284,16,3,8463,6020,,1080,1710.018749999991,,,,,,,144,56,0,,,,,,,,,,,gutim,13038 +non,284,17,3,8464,6020,3838,1094,1710.018749999991,0.0627790178571429,32,0,C#2,mp-,13,144,37,13,,,,,,o,,d,e,t,gutim,13039 +nof,284,17,3,8464,6021,,1094,1710.081749999991,,,,,,,144,37,0,,,,,,,,,,,gutim,13039 +non,284,18,3,8465,6021,3839,1109,1710.081749999991,0.05859375,32,0,C4,mp,14,144,60,14,,,,,,o,,d,e,t,gutim,13040 +nof,284,18,3,8465,6022,,1109,1710.139749999991,,,,,,,144,60,0,,,,,,,,,,,gutim,13040 +non,284,19,3,8466,6022,3840,1123,1710.139749999991,0.05859375,32,0,Ab3,mf-,16,144,56,16,,,,,,o,,d,e,t,gutim,13041 +nof,284,19,3,8466,6023,,1123,1710.1987499999912,,,,,,,144,56,0,,,,,,,,,,,gutim,13041 +non,284,20,3,8467,6023,3841,1137,1710.1987499999912,0.0627790178571429,32,0,Db2,mf+,18,144,37,18,,,,,,o,,d,e,t,gutim,13042 +nof,284,20,3,8467,6024,,1137,1710.261749999991,,,,,,,144,37,0,,,,,,,,,,,gutim,13042 +non,284,21,3,8468,6024,3842,1152,1710.261749999991,0.05859375,32,0,Bb2,f-,19,144,46,19,,,,,,o,,d,e,t,gutim,13043 +nof,284,21,3,8468,6025,,1152,1710.319749999991,,,,,,,144,46,0,,,,,,,,,,,gutim,13043 +non,284,22,3,8469,6025,3843,1166,1710.319749999991,0.05859375,32,0,C4,f+,21,144,60,21,,,,,,o,,d,e,t,gutim,13044 +nof,284,22,3,8469,6026,,1166,1710.378749999991,,,,,,,144,60,0,,,,,,,,,,,gutim,13044 +non,284,23,3,8470,6026,3844,1180,1710.378749999991,0.05859375,32,0,Bb2,ff,22,144,46,22,,,,,,o,,D,E,t 6002,gutim,13045 +nof,284,23,3,8470,6027,,1180,1710.436749999991,,,,,,,144,46,0,,,,,,,,,,,gutim,13045 +non,284,24,3,8471,6027,3845,1194,1710.436749999991,0.267857142857143,16,1,Db1,fff,24,144,25,24,,,,,,o,,,,,gutim,13046 +ped,284,26,0,8472,6028,,1279,1710.644749999991,,,,,,,176,64,0,,,,,,,^,,,,gutim,13030 +nof,284,24,3,8471,6029,,1194,1710.704749999991,,,,,,,144,25,0,,,,,,,,,,,gutim,13046 +non,284,25,3,8473,6029,3846,1258,1710.704749999991,0.0920758928571429,32,0,Db1,fff,24,144,25,24,,,,,,o,,,,,gutim,13047 +nof,284,25,3,8473,6030,,1258,1710.796749999991,,,,,,,144,25,0,,,,,,,,,,,gutim,13047 +bar,285,0,0,8474,6030,,0,1710.796749999991,,,,,,,,,,285,,,,,,,,,,gutim,13048 +non,285,2,1,8475,6030,,0,1710.796749999991,4.28571428571429,1,0,B3,,,,,,,,,,_,,,,,,gutim,13049 +non,285,3,1,8476,6030,,0,1710.796749999991,4.28571428571429,1,0,D#4,,,,,,,,,,_,,,,,,gutim,13050 +non,285,4,1,8477,6030,,0,1710.796749999991,4.28571428571429,1,0,G#5,,,,,,,,,,_,,,,,,gutim,13051 +rst,285,5,2,8478,6030,,0,1710.796749999991,,,,,,,176,102,0,,,,,,,,,,,gutim,13052 +non,285,6,3,8479,6030,3847,0,1710.796749999991,1.24720982142857,4,2,Db1,ff+,23,144,25,23,,,,,,o,,,,,gutim,13053 +non,285,7,3,8480,6030,3847,0,1710.796749999991,1.07142857142857,4,2,Bb1,ff+,23,144,34,23,,,,,,o,,,,,gutim,13054 +ped,285,1,0,8481,6031,,0,1710.944749999991,,,,,,,176,64,127,,,,,,,V,,,,gutim,13055 +nof,285,7,3,8480,6032,,0,1711.868749999991,,,,,,,144,34,0,,,,,,,,,,,gutim,13054 +nof,285,6,3,8479,6033,,0,1712.0447499999912,,,,,,,144,25,0,,,,,,,,,,,gutim,13053 +non,285,8,3,8482,6033,3848,298,1712.0447499999912,0.179966517857143,16,0,Db1,mp-,13,144,25,13,,,,,,o,,,,,gutim,13056 +non,285,9,3,8483,6033,3848,298,1712.0447499999912,0.267857142857143,16,0,Bb1,mp-,13,144,34,13,,,,,,o,,,,,gutim,13057 +nof,285,8,3,8482,6034,,298,1712.224749999991,,,,,,,144,25,0,,,,,,,,,,,gutim,13056 +nof,285,9,3,8483,6034,,298,1712.224749999991,,,,,,,144,34,0,,,,,,,,,,,gutim,13057 +non,285,10,2,8484,6034,3849,341,1712.224749999991,0.535714285714286,8,1,E5,p,11,144,76,11,,,,,t,o,,,,,gutim,13058 +non,285,11,3,8485,6034,3849,341,1712.224749999991,0.715680803571429,4,0,Db1,p,11,144,25,11,,,,,,o,,,,,gutim,13059 +non,285,12,3,8486,6034,3849,341,1712.224749999991,1.07142857142857,4,0,Bb1,p,11,144,34,11,,,,,,o,,,,,gutim,13060 +non,285,13,2,8487,6035,,469,1712.759749999991,0.087890625,32,0,E5,,,,,,,,,,T,,,,,,gutim,13061 +nof,285,10,2,8484,6036,,341,1712.847749999991,,,,,,,144,76,0,,,,,,,,,,,gutim,13058 +non,285,14,2,8488,6036,3850,490,1712.847749999991,0.0920758928571429,32,0,E5,ppp+,6,144,76,6,,,,,,o,,,,,gutim,13062 +nof,285,11,3,8485,6037,,341,1712.9397499999911,,,,,,,144,25,0,,,,,,,,,,,gutim,13059 +nof,285,12,3,8486,6037,,341,1712.9397499999911,,,,,,,144,34,0,,,,,,,,,,,gutim,13060 +nof,285,14,2,8488,6037,,490,1712.9397499999911,,,,,,,144,76,0,,,,,,,,,,,gutim,13062 +non,285,15,2,8489,6037,3851,512,1712.9397499999911,0.087890625,32,0,Ab3,ppp,5,144,56,5,,,,,,o,,d,,,gutim,13063 +non,285,16,3,8490,6037,3851,512,1712.9397499999911,0.711495535714286,4,0,Db1,ppp,5,144,25,5,,,,,,o,,d,,,gutim,13064 +non,285,17,3,8491,6037,3851,512,1712.9397499999911,1.07142857142857,4,0,Bb1,ppp,5,144,34,5,,,,,,o,,d,,,gutim,13065 +nof,285,15,2,8489,6038,,512,1713.027749999991,,,,,,,144,56,0,,,,,,,,,,,gutim,13063 +non,285,18,2,8492,6038,3852,533,1713.027749999991,0.267857142857143,16,1,C5,ppp,5,144,72,5,,,,,t,o,,D,,,gutim,13066 +non,285,19,2,8493,6039,,597,1713.2957499999911,0.355747767857143,8,0,C5,,,,,,,,,,T,,,,,,gutim,13067 +ped,285,20,0,8494,6040,,682,1713.6517499999911,,,,,,,176,64,0,,,,,,,^,,,,gutim,13055 +rst,285,21,2,8495,6040,,682,1713.6517499999911,,,,,,,176,102,0,,,,,,,,,,,gutim,13068 +rst,285,22,3,8496,6040,,682,1713.6517499999911,,,,,,,176,102,0,,,,,,,,,,,gutim,13069 +rst,285,23,2,8497,6041,,768,1714.011749999991,,,,,,,176,102,0,,,,,,,,,,,gutim,13070 +rst,285,24,3,8498,6041,,768,1714.011749999991,,,,,,,176,102,0,,,,,,,,,,,gutim,13071 +nof,285,16,3,8490,6042,,512,1714.0267499999911,,,,,,,144,25,0,,,,,,,,,,,gutim,13064 +nof,285,18,2,8492,6042,,533,1714.0267499999911,,,,,,,144,72,0,,,,,,,,,,,gutim,13066 +nof,285,17,3,8491,6043,,512,1714.386749999991,,,,,,,144,34,0,,,,,,,,,,,gutim,13065 +non,285,25,1,8499,6044,,1024,1715.0827499999912,1.07142857142857,4,0,B3,,,,,,,,,,_,,,,,,gutim,13072 +non,285,26,1,8500,6044,,1024,1715.0827499999912,1.07142857142857,4,0,D#4,,,,,,,,,,_,,,,,,gutim,13073 +non,285,27,1,8501,6044,,1024,1715.0827499999912,1.07142857142857,4,0,G#5,,,,,,,,,,_,,,,,,gutim,13074 +bar,286,0,0,8502,6045,,0,1716.153749999991,,,,,,,,,,286,,,,,,,,,,gutim,13075 +non,286,1,1,8503,6045,,0,1716.153749999991,1.07142857142857,4,0,B3,,,,,,,,,,T,,,,,,gutim,13076 +non,286,2,1,8504,6045,,0,1716.153749999991,1.07142857142857,4,0,D#4,,,,,,,,,,T,,,,,,gutim,13077 +non,286,3,1,8505,6045,,0,1716.153749999991,1.07142857142857,4,0,G#5,,,,,,,,,,T,,,,,,gutim,13078 +rst,286,4,3,8506,6045,,0,1716.153749999991,,,,,,,176,102,0,,,,,,,,,,,gutim,13079 +rst,286,5,4,8507,6045,,0,1716.153749999991,,,,,,,176,102,0,,,,,,,,,,,gutim,13080 +non,286,6,1,8508,6046,3853,256,1717.225749999991,0.267857142857143,16,0,B3,p,11,144,59,11,,,,,,o,,d,,,gutim,13081 +non,286,7,1,8509,6046,3853,256,1717.225749999991,0.267857142857143,16,0,G#5,p,11,144,80,11,,,,,,o,,d,,,gutim,13082 +non,286,8,3,8510,6046,3853,256,1717.225749999991,0.267857142857143,16,0,G2,f,20,144,43,20,,,,,,o,,d,,,gutim,13083 +nof,286,6,1,8508,6047,,256,1717.493749999991,,,,,,,144,59,0,,,,,,,,,,,gutim,13081 +nof,286,7,1,8509,6047,,256,1717.493749999991,,,,,,,144,80,0,,,,,,,,,,,gutim,13082 +nof,286,8,3,8510,6047,,256,1717.493749999991,,,,,,,144,43,0,,,,,,,,,,,gutim,13083 +rst,286,9,1,8511,6047,,320,1717.493749999991,,,,,,,176,102,0,,,,,,,,,,,gutim,13084 +non,286,10,3,8512,6047,3854,320,1717.493749999991,0.267857142857143,16,0,A0,f,20,144,21,20,,,,,,o,,D,,,gutim,13085 +nof,284,3,1,8450,6048,,0,1717.600749999991,,,,,,,144,59,0,,,,,,,,,,,gutim,13086 +nof,284,4,1,8451,6048,,0,1717.600749999991,,,,,,,144,63,0,,,,,,,,,,,gutim,13026 +nof,284,5,1,8452,6048,,0,1717.600749999991,,,,,,,144,80,0,,,,,,,,,,,gutim,13087 +nof,286,10,3,8512,6049,,320,1717.761749999991,,,,,,,144,21,0,,,,,,,,,,,gutim,13085 +non,286,11,1,8513,6049,3855,,1717.761749999991,0.05,8,0,D7,p,11,144,98,11,,,,g,,o,,,,,gutim,13088 +nof,286,11,1,8513,6050,,,1717.811749999991,,,,,,,144,98,0,,,,,,,,,,,gutim,13088 +non,286,12,1,8514,6051,3856,384,1717.836749999991,0.535714285714286,8,0,G#6,p,11,144,92,11,,,,,,o,,,,,gutim,13089 +non,286,13,3,8515,6051,3856,384,1717.836749999991,0.104631696428571,32,0,D#3,mf,17,144,51,17,,,,,,o,,,e,,gutim,13090 +nof,286,13,3,8515,6052,,384,1717.940749999991,,,,,,,144,51,0,,,,,,,,,,,gutim,13090 +non,286,14,3,8516,6052,3857,409,1717.940749999991,0.108816964285714,32,0,B2,mf,17,144,47,17,,,,,,o,,,e,,gutim,13091 +nof,286,14,3,8516,6053,,409,1718.049749999991,,,,,,,144,47,0,,,,,,,,,,,gutim,13091 +non,286,15,3,8517,6053,3858,435,1718.049749999991,0.104631696428571,32,0,G#3,mf-,16,144,56,16,,,,,,o,,,e,,gutim,13092 +non,286,19,1,8518,6054,3859,,1718.146749999991,0.05,8,0,A#6,pp,8,144,94,8,,,,g,,o,,,,,gutim,13093 +nof,286,15,3,8517,6055,,435,1718.154749999991,,,,,,,144,56,0,,,,,,,,,,,gutim,13092 +non,286,16,3,8519,6055,3860,460,1718.154749999991,0.108816964285714,32,0,D#3,mf-,16,144,51,16,,,,,,o,,,e,,gutim,13094 +nof,286,19,1,8518,6056,,,1718.196749999991,,,,,,,144,94,0,,,,,,,,,,,gutim,13093 +nof,286,12,1,8514,6057,,384,1718.221749999991,,,,,,,144,92,0,,,,,,,,,,,gutim,13089 +non,286,20,1,8520,6057,3861,,1718.221749999991,0.05,8,0,G#6,pp,8,144,92,8,,,,g,,o,,,,,gutim,13095 +nof,286,16,3,8519,6058,,460,1718.263749999991,,,,,,,144,51,0,,,,,,,,,,,gutim,13094 +non,286,17,3,8521,6058,3862,486,1718.263749999991,0.108816964285714,32,0,G#3,mp+,15,144,56,15,,,,,,o,,,E,,gutim,13096 +non,286,21,1,8522,6059,3863,,1718.296749999991,0.05,8,0,F#5,pp,8,144,78,8,,,,g,,o,,,,,gutim,13097 +nof,286,21,1,8522,6060,,,1718.346749999991,,,,,,,144,78,0,,,,,,,,,,,gutim,13097 +nof,286,20,1,8520,6061,,,1718.3717499999912,,,,,,,144,92,0,,,,,,,,,,,gutim,13095 +nof,286,17,3,8521,6062,,486,1718.3717499999912,,,,,,,144,56,0,,,,,,,,,,,gutim,13096 +non,286,22,1,8523,6062,3864,512,1718.3717499999912,1.60714285714286,4,1,D6,pp,8,144,86,8,,,,,,o,,d,,,gutim,13098 +non,286,23,4,8524,6062,3864,512,1718.3717499999912,1.60714285714286,4,1,A2,f,20,144,45,20,,,,,,o,,d,,,gutim,13099 +non,286,24,3,8525,6062,3864,512,1718.3717499999912,0.159040178571429,32,1,D#3,mp+,15,144,51,15,,,,,,o,,d 6002,,,gutim,13100 +ped,286,18,0,8526,6062,,512,1718.3717499999912,,,,,,,176,64,127,,,,,,,V,,,,gutim,13101 +nof,286,24,3,8525,6063,,512,1718.530749999991,,,,,,,144,51,0,,,,,,,,,,,gutim,13100 +non,286,25,3,8527,6063,3865,550,1718.530749999991,0.159040178571429,32,1,G#3,mp,14,144,56,14,,,,,,o,,,,,gutim,13102 +nof,286,25,3,8527,6064,,550,1718.6897499999911,,,,,,,144,56,0,,,,,,,,,,,gutim,13102 +non,286,26,3,8528,6064,3866,588,1718.6897499999911,0.108816964285714,32,0,B2,mp-,13,144,47,13,,,,,,o,,,,,gutim,13103 +nof,286,26,3,8528,6065,,588,1718.798749999991,,,,,,,144,47,0,,,,,,,,,,,gutim,13103 +non,286,27,3,8529,6065,3867,614,1718.798749999991,0.108816964285714,32,0,G#3,mp-,13,144,56,13,,,,,,o,,,,,gutim,13104 +nof,286,27,3,8529,6066,,614,1718.907749999991,,,,,,,144,56,0,,,,,,,,,,,gutim,13104 +non,286,28,3,8530,6066,3868,640,1718.907749999991,0.1171875,32,0,A1,p+,12,144,33,12,,,,,,o,,,,,gutim,13105 +nof,286,28,3,8530,6067,,640,1719.0247499999912,,,,,,,144,33,0,,,,,,,,,,,gutim,13105 +non,286,29,3,8531,6067,3869,668,1719.0247499999912,0.1171875,32,0,G2,p+,12,144,43,12,,,,,,o,,,,,gutim,13106 +nof,286,29,3,8531,6068,,668,1719.1417499999911,,,,,,,144,43,0,,,,,,,,,,,gutim,13106 +non,286,30,3,8532,6068,3870,696,1719.1417499999911,0.121372767857143,32,0,A1,p,11,144,33,11,,,,,,o,,,,,gutim,13107 +nof,286,30,3,8532,6069,,696,1719.263749999991,,,,,,,144,33,0,,,,,,,,,,,gutim,13107 +non,286,31,3,8533,6069,3871,725,1719.263749999991,0.179966517857143,32,1,G2,p,11,144,43,11,,,,,,o,,,,,gutim,13108 +nof,286,31,3,8533,6070,,725,1719.443749999991,,,,,,,144,43,0,,,,,,,,,,,gutim,13108 +non,286,32,3,8534,6070,3872,768,1719.443749999991,0.104631696428571,32,0,A1,p-,10,144,33,10,,,,,,o,,,e,,gutim,13109 +nof,286,32,3,8534,6071,,768,1719.547749999991,,,,,,,144,33,0,,,,,,,,,,,gutim,13109 +non,286,33,3,8535,6071,3873,793,1719.547749999991,0.108816964285714,32,0,G2,pp+,9,144,43,9,,,,,,o,,,e,,gutim,13110 +nof,286,33,3,8535,6072,,793,1719.656749999991,,,,,,,144,43,0,,,,,,,,,,,gutim,13110 +non,286,34,3,8536,6072,3874,819,1719.656749999991,0.104631696428571,32,0,B2,pp+,9,144,47,9,,,,,,o,,,e,,gutim,13111 +nof,286,34,3,8536,6073,,819,1719.761749999991,,,,,,,144,47,0,,,,,,,,,,,gutim,13111 +non,286,35,3,8537,6073,3875,844,1719.761749999991,0.108816964285714,32,0,G#3,pp,8,144,56,8,,,,,,o,,,e,,gutim,13112 +nof,286,35,3,8537,6074,,844,1719.8707499999912,,,,,,,144,56,0,,,,,,,,,,,gutim,13112 +non,286,36,3,8538,6074,3876,870,1719.8707499999912,0.108816964285714,32,0,A1,pp,8,144,33,8,,,,,,o,,,e,,gutim,13113 +nof,286,22,1,8523,6075,,512,1719.9787499999911,,,,,,,144,86,0,,,,,,,,,,,gutim,13098 +nof,286,23,4,8524,6075,,512,1719.9787499999911,,,,,,,144,45,0,,,,,,,,,,,gutim,13099 +nof,286,36,3,8538,6076,,870,1719.9787499999911,,,,,,,144,33,0,,,,,,,,,,,gutim,13113 +ped,286,38,0,8539,6076,,896,1719.9787499999911,,,,,,,176,64,0,,,,,,,^,,,,gutim,13101 +non,286,37,3,8540,6076,3877,896,1719.9787499999911,0.159040178571429,32,1,G2,pp-,7,144,43,7,,,,,,o,,,E 6002,,gutim,13114 +rst,286,39,1,8541,6076,,896,1719.9787499999911,,,,,,,176,102,0,,,,,,,,,,,gutim,13115 +rst,286,40,4,8542,6076,,896,1719.9787499999911,,,,,,,176,102,0,,,,,,,,,,,gutim,13116 +nof,286,37,3,8540,6077,,896,1720.138749999991,,,,,,,144,43,0,,,,,,,,,,,gutim,13114 +non,286,41,3,8543,6077,3878,934,1720.138749999991,0.108816964285714,32,0,A0,pp-,7,144,21,7,,,,,,o,,,,,gutim,13117 +nof,286,41,3,8543,6078,,934,1720.2467499999912,,,,,,,144,21,0,,,,,,,,,,,gutim,13117 +non,286,42,3,8544,6078,3879,960,1720.2467499999912,0.104631696428571,32,0,G1,ppp+,6,144,31,6,,,,,,o,,,,,gutim,13118 +nof,286,42,3,8544,6079,,960,1720.3517499999912,,,,,,,144,31,0,,,,,,,,,,,gutim,13118 +non,286,43,3,8545,6079,3880,985,1720.3517499999912,0.163225446428571,32,1,D#2,ppp+,6,144,39,6,,,,,,o,,,,,gutim,13119 +nof,286,43,3,8545,6080,,985,1720.514749999991,,,,,,,144,39,0,,,,,,,,,,,gutim,13119 +non,286,44,3,8546,6080,3881,1024,1720.514749999991,0.159040178571429,32,1,G#2,ppp,5,144,44,5,,,,,,o,,,,,gutim,13120 +rst,286,45,1,8547,6080,,1024,1720.514749999991,,,,,,,176,102,0,,,,,,,,,,,gutim,13121 +nof,286,44,3,8546,6081,,1024,1720.673749999991,,,,,,,144,44,0,,,,,,,,,,,gutim,13120 +non,286,46,3,8548,6081,3882,1062,1720.673749999991,0.159040178571429,32,1,B1,ppp,5,144,35,5,,,,,,o,,,,,gutim,13122 +nof,286,46,3,8548,6082,,1062,1720.8327499999912,,,,,,,144,35,0,,,,,,,,,,,gutim,13122 +non,286,47,3,8549,6082,3883,1100,1720.8327499999912,0.217633928571429,16,0,A0,ppp,5,144,21,5,,,,,,o,,,,,gutim,13123 +sec,286,48,0,8550,6082,,1100,1720.8327499999912,,,,,,,,,,,6002,,,,,,,,,gutim,13124 +nof,286,47,3,8549,6083,,1100,1721.050749999991,,,,,,,144,21,0,,,,,,,,,,,gutim,13123 +non,286,50,1,8551,6083,3884,,1721.050749999991,0.05,8,0,G#5,ppp,5,144,80,5,,,,g,,o,,,,,gutim,13125 +nof,286,50,1,8551,6084,,,1721.100749999991,,,,,,,144,80,0,,,,,,,,,,,gutim,13125 +non,286,51,1,8552,6085,3885,,1721.125749999991,0.05,8,0,D#5,ppp,5,144,75,5,,,,g,,o,,,,,gutim,13126 +nof,286,51,1,8552,6086,,,1721.175749999991,,,,,,,144,75,0,,,,,,,,,,,gutim,13126 +non,286,52,1,8553,6087,3886,1152,1721.200749999991,0.535714285714286,8,0,B4,ppp,5,144,71,5,,,,,,o,,,,,gutim,13127 +rst,286,53,3,8554,6087,,1152,1721.200749999991,,,,,,,176,102,0,,,,,,,,,,,gutim,13128 +ped,286,49,0,8555,6087,,1152,1721.200749999991,,,,,,,176,64,127,,,,,,,V,,,,gutim,13129 +nof,286,52,1,8553,6088,,1152,1721.7367499999912,,,,,,,144,71,0,,,,,,,,,,,gutim,13127 +bar,287,0,0,8556,6088,,0,1721.7367499999912,,,,,,,,,,287,,,,,,,,,,gutim,13130 +non,287,1,1,8557,6088,3887,0,1721.7367499999912,0.267857142857143,16,0,D6,pp,8,144,86,8,,,,,,o,,,,,gutim,13131 +rst,287,2,3,8558,6088,,0,1721.7367499999912,,,,,,,176,102,0,,,,,,,,,,,gutim,13132 +nof,287,1,1,8557,6089,,0,1722.003749999991,,,,,,,144,86,0,,,,,,,,,,,gutim,13131 +non,287,3,1,8559,6089,3888,64,1722.003749999991,0.267857142857143,16,0,G7,pp,8,144,103,8,,,,,,o,,,,,gutim,13133 +nof,287,3,1,8559,6090,,64,1722.271749999991,,,,,,,144,103,0,,,,,,,,,,,gutim,13133 +non,287,4,1,8560,6090,3889,,1722.271749999991,0.05,8,0,D7,ppp,5,144,98,5,,,,g,,o,,,,,gutim,13134 +nof,287,4,1,8560,6091,,,1722.321749999991,,,,,,,144,98,0,,,,,,,,,,,gutim,13134 +non,287,5,1,8561,6092,3890,128,1722.346749999991,0.133928571428571,32,0,G#6,ppp,5,144,92,5,,,,,,o,,,,,gutim,13135 +nof,287,5,1,8561,6093,,128,1722.480749999991,,,,,,,144,92,0,,,,,,,,,,,gutim,13135 +non,287,6,1,8562,6093,3891,160,1722.480749999991,0.133928571428571,32,0,E3,ppp,5,144,52,5,,,,,,o,,,,,gutim,13136 +nof,287,6,1,8562,6094,,160,1722.614749999991,,,,,,,144,52,0,,,,,,,,,,,gutim,13136 +rst,287,7,1,8563,6094,,192,1722.614749999991,,,,,,,176,102,0,,,,,,,,,,,gutim,13137 +non,287,8,1,8564,6095,3892,213,1722.702749999991,0.087890625,32,0,A#6,pp,8,144,94,8,,,,,,o,,,,,gutim,13138 +nof,287,8,1,8564,6096,,213,1722.790749999991,,,,,,,144,94,0,,,,,,,,,,,gutim,13138 +non,287,9,1,8565,6096,3893,234,1722.790749999991,0.0920758928571429,32,0,G#6,pp,8,144,92,8,,,,,,o,,,,,gutim,13139 +nof,287,9,1,8565,6097,,234,1722.8827499999911,,,,,,,144,92,0,,,,,,,,,,,gutim,13139 +non,287,10,1,8566,6097,3894,256,1722.8827499999911,0.0502232142857143,64,0,F#5,pp,8,144,78,8,,,,,,o,,,,,gutim,13140 +nof,287,10,1,8566,6098,,256,1722.932749999991,,,,,,,144,78,0,,,,,,,,,,,gutim,13140 +non,287,11,1,8567,6098,3895,268,1722.932749999991,0.0544084821428571,64,0,G#6,pp+,9,144,92,9,,,,,,o,,,,,gutim,13141 +nof,287,11,1,8567,6099,,268,1722.9877499999911,,,,,,,144,92,0,,,,,,,,,,,gutim,13141 +non,287,12,1,8568,6099,3896,281,1722.9877499999911,0.0544084821428571,64,0,F#5,pp+,9,144,78,9,,,,,,o,,,,,gutim,13142 +nof,287,12,1,8568,6100,,281,1723.041749999991,,,,,,,144,78,0,,,,,,,,,,,gutim,13142 +non,287,13,1,8569,6100,3897,294,1723.041749999991,0.0544084821428571,64,0,G#6,pp+,9,144,92,9,,,,,,o,,,,,gutim,13143 +nof,287,13,1,8569,6101,,294,1723.096749999991,,,,,,,144,92,0,,,,,,,,,,,gutim,13143 +non,287,14,1,8570,6101,3898,307,1723.096749999991,0.0544084821428571,64,0,F#5,pp+,9,144,78,9,,,,,,o,,,,,gutim,13144 +nof,287,14,1,8570,6102,,307,1723.1507499999911,,,,,,,144,78,0,,,,,,,,,,,gutim,13144 +non,287,15,1,8571,6102,3899,320,1723.1507499999911,0.535714285714286,8,0,D6,pp+,9,144,86,9,,,,,,o,,,,,gutim,13145 +nof,287,15,1,8571,6103,,320,1723.686749999991,,,,,,,144,86,0,,,,,,,,,,,gutim,13145 +non,287,16,1,8572,6103,3900,448,1723.686749999991,0.267857142857143,16,0,G7,p-,10,144,103,10,,,,,,o,,,,,gutim,13146 +nof,287,16,1,8572,6104,,448,1723.953749999991,,,,,,,144,103,0,,,,,,,,,,,gutim,13146 +rst,287,17,1,8573,6104,,512,1723.953749999991,,,,,,,176,102,0,,,,,,,,,,,gutim,13147 +rst,287,18,3,8574,6104,,512,1723.953749999991,,,,,,,176,102,0,,,,,,,,,,,gutim,13148 +non,287,19,1,8575,6105,3901,640,1724.489749999991,0.535714285714286,8,0,F#5,p+,12,144,78,12,,,,,,o,,,,,gutim,13149 +non,287,20,1,8576,6105,3901,640,1724.489749999991,0.535714285714286,8,0,D6,p+,12,144,86,12,,,,,,o,,,,,gutim,13150 +non,287,21,1,8577,6105,3901,640,1724.489749999991,0.535714285714286,8,0,G#6,p+,12,144,92,12,,,,,,o,,,,,gutim,13151 +non,287,22,1,8578,6105,3901,640,1724.489749999991,0.535714285714286,8,0,A#6,p+,12,144,94,12,,,,,,o,,,,,gutim,13152 +non,287,23,1,8579,6105,3901,640,1724.489749999991,0.535714285714286,8,0,G7,p+,12,144,103,12,,,,,,o,,,,,gutim,13153 +nof,287,19,1,8575,6106,,640,1725.0257499999911,,,,,,,144,78,0,,,,,,,,,,,gutim,13149 +nof,287,20,1,8576,6106,,640,1725.0257499999911,,,,,,,144,86,0,,,,,,,,,,,gutim,13150 +nof,287,21,1,8577,6106,,640,1725.0257499999911,,,,,,,144,92,0,,,,,,,,,,,gutim,13151 +nof,287,22,1,8578,6106,,640,1725.0257499999911,,,,,,,144,94,0,,,,,,,,,,,gutim,13152 +nof,287,23,1,8579,6106,,640,1725.0257499999911,,,,,,,144,103,0,,,,,,,,,,,gutim,13153 +rst,287,24,1,8580,6106,,768,1725.0257499999911,,,,,,,176,102,0,,,,,,,,,,,gutim,13154 +non,287,25,1,8581,6107,3902,789,1725.1137499999911,0.05859375,64,0,G#5,ppp,5,144,80,5,,,,,,o,,,e,,gutim,13155 +nof,287,25,1,8581,6108,,789,1725.171749999991,,,,,,,144,80,0,,,,,,,,,,,gutim,13155 +non,287,26,1,8582,6108,3903,803,1725.171749999991,0.05859375,64,0,D#5,ppp,5,144,75,5,,,,,,o,,,e,,gutim,13156 +nof,287,26,1,8582,6109,,803,1725.230749999991,,,,,,,144,75,0,,,,,,,,,,,gutim,13156 +non,287,27,1,8583,6109,3904,817,1725.230749999991,0.0627790178571429,64,0,B4,ppp,5,144,71,5,,,,,,o,,,e,,gutim,13157 +nof,287,27,1,8583,6110,,817,1725.2937499999912,,,,,,,144,71,0,,,,,,,,,,,gutim,13157 +non,287,28,1,8584,6110,3905,832,1725.2937499999912,0.087890625,64,1,D#5,ppp,5,144,75,5,,,,,,o,,,e,,gutim,13158 +nof,287,28,1,8584,6111,,832,1725.3817499999911,,,,,,,144,75,0,,,,,,,,,,,gutim,13158 +non,287,29,1,8585,6111,3906,853,1725.3817499999911,0.087890625,64,1,G#5,ppp,5,144,80,5,,,,,,o,,,e,,gutim,13159 +nof,287,29,1,8585,6112,,853,1725.469749999991,,,,,,,144,80,0,,,,,,,,,,,gutim,13159 +non,287,30,1,8586,6112,3907,874,1725.469749999991,0.0920758928571429,64,1,B4,ppp,5,144,71,5,,,,,,o,,,E,,gutim,13160 +nof,287,30,1,8586,6113,,874,1725.561749999991,,,,,,,144,71,0,,,,,,,,,,,gutim,13160 +non,287,31,1,8587,6113,3908,896,1725.561749999991,0.087890625,32,0,G3,ppp,5,144,55,5,,,,,,o,,,,,gutim,13161 +nof,287,31,1,8587,6114,,896,1725.6497499999912,,,,,,,144,55,0,,,,,,,,,,,gutim,13161 +non,287,32,1,8588,6114,3909,917,1725.6497499999912,0.087890625,32,0,A2,ppp,5,144,45,5,,,,,t,o,,,,,gutim,13162 +non,287,33,1,8589,6115,,938,1725.7367499999912,0.359933035714286,8,0,A2,,,,,,,,,,T,,,,,,gutim,13163 +ped,287,34,0,8590,6116,,1024,1725.946749999991,,,,,,,176,64,0,,,,,,,^,,,,gutim,13129 +nof,287,32,1,8588,6117,,917,1726.096749999991,,,,,,,144,45,0,,,,,,,,,,,gutim,13162 +rst,287,36,1,8591,6117,,1024,1726.096749999991,,,,,,,176,102,0,,,,,,,,,,,gutim,13164 +non,287,37,3,8592,6117,3910,1024,1726.096749999991,0.087890625,32,0,D#4,ppp,5,144,63,5,,,,,,o,,d,e,,gutim,13165 +nof,287,37,3,8592,6118,,1024,1726.184749999991,,,,,,,144,63,0,,,,,,,,,,,gutim,13165 +non,287,38,3,8593,6118,3911,1045,1726.184749999991,0.087890625,32,0,G#4,ppp,5,144,68,5,,,,,,o,,d,e,,gutim,13166 +ped,287,35,0,8594,6119,,1024,1726.2467499999912,,,,,,,176,64,127,,,,,,,V,,,,gutim,13167 +nof,287,38,3,8593,6120,,1045,1726.272749999991,,,,,,,144,68,0,,,,,,,,,,,gutim,13166 +non,287,39,3,8595,6120,3912,1066,1726.272749999991,0.0920758928571429,32,0,B3,ppp,5,144,59,5,,,,,,o,,d,e,,gutim,13168 +nof,287,39,3,8595,6121,,1066,1726.364749999991,,,,,,,144,59,0,,,,,,,,,,,gutim,13168 +non,287,40,3,8596,6121,3913,1088,1726.364749999991,0.087890625,32,0,A0,ppp,5,144,21,5,,,,,,o,,d,e,,gutim,13169 +nof,287,40,3,8596,6122,,1088,1726.452749999991,,,,,,,144,21,0,,,,,,,,,,,gutim,13169 +non,287,41,3,8597,6122,3914,1109,1726.452749999991,0.087890625,32,0,G1,ppp,5,144,31,5,,,,,,o,,d,e,,gutim,13170 +nof,287,41,3,8597,6123,,1109,1726.540749999991,,,,,,,144,31,0,,,,,,,,,,,gutim,13170 +non,287,42,3,8598,6123,3915,1130,1726.540749999991,0.0920758928571429,32,0,A0,ppp,5,144,21,5,,,,,,o,,d,e,,gutim,13171 +nof,287,42,3,8598,6124,,1130,1726.6327499999911,,,,,,,144,21,0,,,,,,,,,,,gutim,13171 +non,287,43,1,8599,6124,3916,1152,1726.6327499999911,0.267857142857143,16,0,C4,mp,14,144,60,14,,,,,,o,,d,,,gutim,13172 +non,287,44,3,8600,6124,3916,1152,1726.6327499999911,0.087890625,32,0,B2,ppp,5,144,47,5,,,,,,o,,d,e,,gutim,13173 +nof,287,44,3,8600,6125,,1152,1726.720749999991,,,,,,,144,47,0,,,,,,,,,,,gutim,13173 +non,287,45,3,8601,6125,3917,1173,1726.720749999991,0.087890625,32,0,G#3,ppp,5,144,56,5,,,,,,o,,d,e,,gutim,13174 +nof,287,45,3,8601,6126,,1173,1726.808749999991,,,,,,,144,56,0,,,,,,,,,,,gutim,13174 +non,287,46,3,8602,6126,3918,1194,1726.808749999991,0.0920758928571429,32,0,A0,ppp,5,144,21,5,,,,,,o,,d,e,,gutim,13175 +nof,287,43,1,8599,6127,,1152,1726.9007499999911,,,,,,,144,60,0,,,,,,,,,,,gutim,13172 +nof,287,46,3,8602,6127,,1194,1726.9007499999911,,,,,,,144,21,0,,,,,,,,,,,gutim,13175 +non,287,47,1,8603,6127,3919,1216,1726.9007499999911,0.267857142857143,16,0,Db3,mp,14,144,49,14,,,,,,o,,D,,,gutim,13176 +non,287,48,3,8604,6127,3919,1216,1726.9007499999911,0.087890625,32,0,G2,ppp,5,144,43,5,,,,,,o,,d 6003,E 6003,,gutim,13177 +nof,287,48,3,8604,6128,,1216,1726.9887499999911,,,,,,,144,43,0,,,,,,,,,,,gutim,13177 +rst,287,49,3,8605,6128,,1237,1726.9887499999911,,,,,,,176,102,0,,,,,,,,,,,gutim,13178 +ped,287,50,0,8606,6129,,1279,1727.164749999991,,,,,,,176,64,0,,,,,,,^,,,,gutim,13167 +nof,287,47,1,8603,6130,,1216,1727.1687499999912,,,,,,,144,49,0,,,,,,,,,,,gutim,13176 +bar,288,0,0,8607,6130,,0,1727.1687499999912,,,,,,,,,,288,,,,,,,,,,gutim,13179 +sec,288,1,0,8608,6130,,0,1727.1687499999912,,,,,,,,,,,6003,,,,,,,,,gutim,13180 +non,288,2,1,8609,6130,3920,0,1727.1687499999912,4.28571428571429,1,0,Ab4,mf,17,144,68,17,,,,,t,o,,d,,,gutim,13181 +rst,288,3,3,8610,6130,,0,1727.1687499999912,,,,,,,176,102,0,,,,,,,,,,,gutim,13182 +non,288,5,3,8611,6131,3921,,1731.2287499999911,0.05,8,0,G#2,p,11,144,44,11,,,,g,,o,,,e,,gutim,13183 +nof,288,5,3,8611,6132,,,1731.278749999991,,,,,,,144,44,0,,,,,,,,,,,gutim,13183 +non,288,6,3,8612,6133,3922,,1731.3037499999912,0.05,8,0,D#2,p,11,144,39,11,,,,g,,o,,,e,,gutim,13184 +nof,288,6,3,8612,6134,,,1731.3537499999911,,,,,,,144,39,0,,,,,,,,,,,gutim,13184 +non,288,7,3,8613,6135,3923,,1731.378749999991,0.05,8,0,A0,p,11,144,21,11,,,,g,,o,,,e,,gutim,13185 +nof,288,7,3,8613,6136,,,1731.4287499999912,,,,,,,144,21,0,,,,,,,,,,,gutim,13185 +non,288,4,1,8614,6137,,1024,1731.453749999991,1.07142857142857,4,0,Ab4,,,,,,,,,,_,,,,,,gutim,13186 +non,288,8,3,8615,6137,3924,1024,1731.453749999991,0.17578125,16,0,B1,p,11,144,35,11,,,,,,o,,,E,,gutim,13187 +nof,288,8,3,8615,6138,,1024,1731.629749999991,,,,,,,144,35,0,,,,,,,,,,,gutim,13187 +non,288,9,3,8616,6138,3925,1066,1731.629749999991,0.715680803571429,4,0,G1,p,11,144,31,11,,,,,,o,,,,,gutim,13188 +non,288,10,3,8617,6138,3925,1066,1731.629749999991,1.07142857142857,4,0,B1,p,11,144,35,11,,,,,,o,,,,,gutim,13189 +nof,288,9,3,8616,6139,,1066,1732.345749999991,,,,,,,144,31,0,,,,,,,,,,,gutim,13188 +nof,288,10,3,8617,6139,,1066,1732.345749999991,,,,,,,144,35,0,,,,,,,,,,,gutim,13189 +non,288,11,3,8618,6139,3926,1237,1732.345749999991,0.179966517857143,16,0,A0,ff,22,144,21,22,,,,,,o,,,,,gutim,13190 +non,288,12,3,8619,6139,3926,1237,1732.345749999991,0.267857142857143,16,0,G1,ff,22,144,31,22,,,,,,o,,,,,gutim,13191 +non,288,13,3,8620,6139,3926,1237,1732.345749999991,0.267857142857143,16,0,B1,ff,22,144,35,22,,,,,,o,,,,,gutim,13192 +non,288,14,3,8621,6139,3926,1237,1732.345749999991,0.267857142857143,16,0,D#2,ff,22,144,39,22,,,,,,o,,,,,gutim,13193 +non,288,15,3,8622,6139,3926,1237,1732.345749999991,0.267857142857143,16,0,G#2,ff,22,144,44,22,,,,,,o,,,,,gutim,13194 +nof,288,11,3,8618,6140,,1237,1732.5257499999911,,,,,,,144,21,0,,,,,,,,,,,gutim,13190 +bar,289,0,0,8623,6140,,0,1732.5257499999911,,,,,,,,,,289,,,,,,,,,,gutim,13195 +non,289,1,1,8624,6140,,0,1732.5257499999911,0.535714285714286,8,0,Ab4,,,,,,,,,,T,,,,,,gutim,13196 +rst,289,2,3,8625,6140,,0,1732.5257499999911,,,,,,,176,102,0,,,,,,,,,,,gutim,13197 +nof,288,12,3,8619,6141,,1237,1732.6137499999911,,,,,,,144,31,0,,,,,,,,,,,gutim,13191 +nof,288,14,3,8621,6141,,1237,1732.6137499999911,,,,,,,144,39,0,,,,,,,,,,,gutim,13193 +nof,288,15,3,8622,6141,,1237,1732.6137499999911,,,,,,,144,44,0,,,,,,,,,,,gutim,13194 +nof,288,13,3,8620,6142,,1237,1732.701749999991,,,,,,,144,35,0,,,,,,,,,,,gutim,13192 +non,289,4,1,8626,6143,3927,128,1733.061749999991,0.535714285714286,8,0,F#5,pp,8,144,78,8,,,,,,o,,,,,gutim,13198 +non,289,5,1,8627,6143,3927,128,1733.061749999991,0.535714285714286,8,0,D6,pp,8,144,86,8,,,,,,o,,,,,gutim,13199 +non,289,6,1,8628,6143,3927,128,1733.061749999991,0.535714285714286,8,0,G#6,pp,8,144,92,8,,,,,,o,,,,,gutim,13200 +non,289,7,1,8629,6143,3927,128,1733.061749999991,0.535714285714286,8,0,A#6,pp,8,144,94,8,,,,,,o,,,,,gutim,13201 +non,289,8,1,8630,6143,3927,128,1733.061749999991,0.535714285714286,8,0,G7,pp,8,144,103,8,,,,,,o,,,,,gutim,13202 +ped,289,3,0,8631,6143,,128,1733.061749999991,,,,,,,176,64,127,,,,,,,V,,,,gutim,13203 +nof,288,2,1,8609,6144,,0,1733.061749999991,,,,,,,144,68,0,,,,,,,,,,,gutim,13181 +nof,289,4,1,8626,6145,,128,1733.596749999991,,,,,,,144,78,0,,,,,,,,,,,gutim,13198 +nof,289,5,1,8627,6145,,128,1733.596749999991,,,,,,,144,86,0,,,,,,,,,,,gutim,13199 +nof,289,6,1,8628,6145,,128,1733.596749999991,,,,,,,144,92,0,,,,,,,,,,,gutim,13200 +nof,289,7,1,8629,6145,,128,1733.596749999991,,,,,,,144,94,0,,,,,,,,,,,gutim,13201 +nof,289,8,1,8630,6145,,128,1733.596749999991,,,,,,,144,103,0,,,,,,,,,,,gutim,13202 +rst,289,9,1,8632,6145,,256,1733.596749999991,,,,,,,176,102,0,,,,,,,,,,,gutim,13204 +non,289,10,3,8633,6145,3928,256,1733.596749999991,0.087890625,32,0,E1,pp,8,144,28,8,,,,,,o,,d,e,,gutim,13205 +nof,289,10,3,8633,6146,,256,1733.684749999991,,,,,,,144,28,0,,,,,,,,,,,gutim,13205 +non,289,11,3,8634,6146,3929,277,1733.684749999991,0.087890625,32,0,D5,pp,8,144,74,8,,,,,,o,,d,e,,gutim,13206 +nof,289,11,3,8634,6147,,277,1733.772749999991,,,,,,,144,74,0,,,,,,,,,,,gutim,13206 +non,289,12,3,8635,6147,3930,298,1733.772749999991,0.0920758928571429,32,0,C#2,pp,8,144,37,8,,,,,,o,,d,e,,gutim,13207 +nof,289,12,3,8635,6148,,298,1733.864749999991,,,,,,,144,37,0,,,,,,,,,,,gutim,13207 +non,289,13,3,8636,6148,3931,320,1733.864749999991,0.087890625,32,0,C4,pp,8,144,60,8,,,,,,o,,d,e,,gutim,13208 +nof,289,13,3,8636,6149,,320,1733.952749999991,,,,,,,144,60,0,,,,,,,,,,,gutim,13208 +non,289,14,3,8637,6149,3932,341,1733.952749999991,0.087890625,32,0,C#2,pp,8,144,37,8,,,,,,o,,d,e,,gutim,13209 +nof,289,14,3,8637,6150,,341,1734.040749999991,,,,,,,144,37,0,,,,,,,,,,,gutim,13209 +non,289,15,3,8638,6150,3933,362,1734.040749999991,0.0920758928571429,32,0,D5,pp,8,144,74,8,,,,,,o,,d,e,,gutim,13210 +nof,289,15,3,8638,6151,,362,1734.1327499999911,,,,,,,144,74,0,,,,,,,,,,,gutim,13210 +non,289,16,3,8639,6151,3934,384,1734.1327499999911,0.087890625,32,0,C4,pp,8,144,60,8,,,,,,o,,d,e,,gutim,13211 +nof,289,16,3,8639,6152,,384,1734.220749999991,,,,,,,144,60,0,,,,,,,,,,,gutim,13211 +non,289,17,3,8640,6152,3935,405,1734.220749999991,0.087890625,32,0,C#2,pp,8,144,37,8,,,,,,o,,d 6004,E,,gutim,13212 +nof,289,17,3,8640,6153,,405,1734.308749999991,,,,,,,144,37,0,,,,,,,,,,,gutim,13212 +non,289,18,1,8641,6153,3936,,1734.308749999991,0.05,8,0,Ab5,pp,8,144,80,8,,,,g,,o,,,e,,gutim,13213 +nof,289,18,1,8641,6154,,,1734.358749999991,,,,,,,144,80,0,,,,,,,,,,,gutim,13213 +non,289,19,1,8642,6155,3937,,1734.383749999991,0.05,8,0,D6,pp,8,144,86,8,,,,g,,o,,,e,,gutim,13214 +nof,289,19,1,8642,6156,,,1734.433749999991,,,,,,,144,86,0,,,,,,,,,,,gutim,13214 +non,289,20,1,8643,6157,3938,,1734.4587499999911,0.05,8,0,E3,pp,8,144,52,8,,,,g,,o,,,e,,gutim,13215 +nof,289,20,1,8643,6158,,,1734.508749999991,,,,,,,144,52,0,,,,,,,,,,,gutim,13215 +non,289,21,1,8644,6159,3939,426,1734.533749999991,0.179966517857143,16,0,C5,pp,8,144,72,8,,,,,,o,,,E,,gutim,13216 +rst,289,22,3,8645,6159,,426,1734.533749999991,,,,,,,176,102,0,,,,,,,,,,,gutim,13217 +nof,289,21,1,8644,6160,,426,1734.713749999991,,,,,,,144,72,0,,,,,,,,,,,gutim,13216 +non,289,23,1,8646,6160,3940,469,1734.713749999991,0.179966517857143,16,0,C#4,pp,8,144,61,8,,,,,,o,,,,,gutim,13218 +ped,289,24,0,8647,6161,,487,1734.7287499999911,,,,,,,176,64,0,,,,,,,^,,,,gutim,13203 +nof,289,23,1,8646,6162,,469,1734.893749999991,,,,,,,144,61,0,,,,,,,,,,,gutim,13218 +non,289,26,1,8648,6163,3941,,1734.893749999991,0.05,8,0,D5,pp,8,144,74,8,,,,g,,o,,,,,gutim,13219 +nof,289,26,1,8648,6164,,,1734.943749999991,,,,,,,144,74,0,,,,,,,,,,,gutim,13219 +non,289,27,1,8649,6165,3942,512,1734.9687499999911,0.133928571428571,32,1,Ab4,pp,8,144,68,8,,,,,,o,,,,,gutim,13220 +rst,289,28,3,8650,6165,,512,1734.9687499999911,,,,,,,176,102,0,,,,,,,,,,,gutim,13221 +ped,289,25,0,8651,6166,,512,1735.028749999991,,,,,,,176,64,127,,,,,,,V,,,,gutim,13222 +nof,289,27,1,8649,6167,,512,1735.1027499999911,,,,,,,144,68,0,,,,,,,,,,,gutim,13220 +non,289,29,1,8652,6167,3943,544,1735.1027499999911,0.087890625,32,0,E2,pp,8,144,40,8,,,,,,o,,,,,gutim,13223 +nof,289,29,1,8652,6168,,544,1735.190749999991,,,,,,,144,40,0,,,,,,,,,,,gutim,13223 +non,289,30,1,8653,6168,3944,565,1735.190749999991,0.087890625,32,0,C#3,pp,8,144,49,8,,,,,,o,,,,,gutim,13224 +nof,289,30,1,8653,6169,,565,1735.277749999991,,,,,,,144,49,0,,,,,,,,,,,gutim,13224 +non,289,31,1,8654,6169,3945,586,1735.277749999991,0.133928571428571,32,1,C4,pp,8,144,60,8,,,,,,o,,,,,gutim,13225 +nof,289,31,1,8654,6170,,586,1735.4117499999911,,,,,,,144,60,0,,,,,,,,,,,gutim,13225 +non,289,32,1,8655,6170,3946,618,1735.4117499999911,0.0920758928571429,32,0,C#3,pp,8,144,49,8,,,,,,o,,,,,gutim,13226 +nof,289,32,1,8655,6171,,618,1735.503749999991,,,,,,,144,49,0,,,,,,,,,,,gutim,13226 +non,289,33,1,8656,6171,3947,640,1735.503749999991,0.133928571428571,32,1,Ab4,pp,8,144,68,8,,,,,,o,,,,,gutim,13227 +nof,289,33,1,8656,6172,,640,1735.637749999991,,,,,,,144,68,0,,,,,,,,,,,gutim,13227 +non,289,34,1,8657,6172,3948,672,1735.637749999991,0.133928571428571,32,1,E2,pp,8,144,40,8,,,,,,o,,,,,gutim,13228 +nof,289,34,1,8657,6173,,672,1735.771749999991,,,,,,,144,40,0,,,,,,,,,,,gutim,13228 +non,289,35,1,8658,6173,3949,704,1735.771749999991,0.267857142857143,16,1,D5,pp,8,144,74,8,,,,,,o,,,,,gutim,13229 +nof,289,35,1,8658,6174,,704,1736.039749999991,,,,,,,144,74,0,,,,,,,,,,,gutim,13229 +rst,289,36,1,8659,6174,,768,1736.039749999991,,,,,,,176,102,0,,,,,,,,,,,gutim,13230 +non,289,37,3,8660,6174,3950,768,1736.039749999991,0.355747767857143,8,0,G2,ppp,5,144,43,5,,,,,,o,,,,,gutim,13231 +nof,289,37,3,8660,6175,,768,1736.395749999991,,,,,,,144,43,0,,,,,,,,,,,gutim,13231 +non,289,38,3,8661,6175,3951,853,1736.395749999991,0.715680803571429,4,0,G2,ppp,5,144,43,5,,,,,,o,,,,,gutim,13232 +non,289,39,3,8662,6175,3951,853,1736.395749999991,1.07142857142857,4,0,B2,ppp,5,144,47,5,,,,,,o,,,,,gutim,13233 +nof,289,38,3,8661,6176,,853,1737.1117499999912,,,,,,,144,43,0,,,,,,,,,,,gutim,13232 +non,289,40,1,8663,6176,3952,1024,1737.1117499999912,0.087890625,32,0,Ab6,ppp,5,144,92,5,,,,,,o,,,e,,gutim,13234 +rst,289,41,3,8664,6176,,1024,1737.1117499999912,,,,,,,176,102,0,,,,,,,,,,,gutim,13235 +nof,289,40,1,8663,6177,,1024,1737.1997499999911,,,,,,,144,92,0,,,,,,,,,,,gutim,13234 +non,289,42,1,8665,6177,3953,1045,1737.1997499999911,0.087890625,32,0,D7,ppp,5,144,98,5,,,,,,o,,,e,,gutim,13236 +nof,289,42,1,8665,6178,,1045,1737.2867499999911,,,,,,,144,98,0,,,,,,,,,,,gutim,13236 +non,289,43,1,8666,6178,3954,1066,1737.2867499999911,0.0920758928571429,32,0,C#4,ppp+,6,144,61,6,,,,,,o,,,e,,gutim,13237 +nof,289,43,1,8666,6179,,1066,1737.378749999991,,,,,,,144,61,0,,,,,,,,,,,gutim,13237 +non,289,44,1,8667,6179,3955,1088,1737.378749999991,0.087890625,32,0,E3,ppp+,6,144,52,6,,,,,,o,,,e,,gutim,13238 +nof,289,44,1,8667,6180,,1088,1737.466749999991,,,,,,,144,52,0,,,,,,,,,,,gutim,13238 +non,289,45,1,8668,6180,3956,1109,1737.466749999991,0.087890625,32,0,C6,pp-,7,144,84,7,,,,,,o,,,E,,gutim,13239 +non,289,46,1,8669,6180,3956,1109,1737.466749999991,0.133928571428571,32,0,D7,pp-,7,144,98,7,,,,,,o,,,E 6004,,gutim,13240 +nof,289,39,3,8662,6181,,853,1737.466749999991,,,,,,,144,47,0,,,,,,,,,,,gutim,13233 +nof,289,45,1,8668,6182,,1109,1737.5547499999911,,,,,,,144,84,0,,,,,,,,,,,gutim,13239 +non,289,47,1,8670,6182,3957,1130,1737.5547499999911,0.133928571428571,32,1,Ab6,pp-,7,144,92,7,,,,,,o,,,,,gutim,13241 +nof,289,46,1,8669,6183,,1109,1737.600749999991,,,,,,,144,98,0,,,,,,,,,,,gutim,13240 +nof,289,47,1,8670,6184,,1130,1737.6887499999912,,,,,,,144,92,0,,,,,,,,,,,gutim,13241 +non,289,48,1,8671,6184,3958,1162,1737.6887499999912,0.133928571428571,32,1,E3,pp,8,144,52,8,,,,,,o,,,,,gutim,13242 +non,289,49,1,8672,6184,3958,1162,1737.6887499999912,0.133928571428571,32,1,C#4,pp,8,144,61,8,,,,,,o,,,,,gutim,13243 +nof,289,48,1,8671,6185,,1162,1737.8227499999912,,,,,,,144,52,0,,,,,,,,,,,gutim,13242 +nof,289,49,1,8672,6185,,1162,1737.8227499999912,,,,,,,144,61,0,,,,,,,,,,,gutim,13243 +non,289,50,1,8673,6185,3959,1194,1737.8227499999912,0.0920758928571429,32,0,C6,pp+,9,144,84,9,,,,,,o,,,,,gutim,13244 +non,289,51,1,8674,6185,3959,1194,1737.8227499999912,0.133928571428571,32,0,Ab6,pp+,9,144,92,9,,,,,,o,,,,,gutim,13245 +nof,289,50,1,8673,6186,,1194,1737.914749999991,,,,,,,144,84,0,,,,,,,,,,,gutim,13244 +non,289,52,1,8675,6186,3960,1216,1737.914749999991,0.133928571428571,32,1,D7,pp+,9,144,98,9,,,,,,o,,,,,gutim,13246 +nof,289,51,1,8674,6187,,1194,1737.956749999991,,,,,,,144,92,0,,,,,,,,,,,gutim,13245 +nof,289,52,1,8675,6188,,1216,1738.048749999991,,,,,,,144,98,0,,,,,,,,,,,gutim,13246 +non,289,53,1,8676,6188,3961,1248,1738.048749999991,0.133928571428571,32,1,C6,pp+,9,144,84,9,,,,,,o,,,,,gutim,13247 +nof,289,53,1,8676,6189,,1248,1738.182749999991,,,,,,,144,84,0,,,,,,,,,,,gutim,13247 +bar,290,0,0,8677,6189,,0,1738.182749999991,,,,,,,,,,290,,,,,,,,,,gutim,13248 +rst,290,1,1,8678,6189,,0,1738.182749999991,,,,,,,176,102,0,,,,,,,,,,,gutim,13249 +non,290,2,3,8679,6189,3962,0,1738.182749999991,0.087890625,32,0,C#2,pp,8,144,37,8,,,,,,o,,,,,gutim,13250 +nof,290,2,3,8679,6190,,0,1738.270749999991,,,,,,,144,37,0,,,,,,,,,,,gutim,13250 +non,290,3,3,8680,6190,3963,21,1738.270749999991,0.087890625,32,0,E1,pp,8,144,28,8,,,,,,o,,,,,gutim,13251 +nof,290,3,3,8680,6191,,21,1738.358749999991,,,,,,,144,28,0,,,,,,,,,,,gutim,13251 +non,290,4,3,8681,6191,3964,42,1738.358749999991,0.179966517857143,16,0,C3,pp,8,144,48,8,,,,,,o,,,,,gutim,13252 +non,290,5,3,8682,6191,3964,42,1738.358749999991,0.267857142857143,16,0,Ab3,pp,8,144,56,8,,,,,,o,,,,,gutim,13253 +non,290,6,3,8683,6191,3964,42,1738.358749999991,0.267857142857143,16,0,D4,pp,8,144,62,8,,,,,,o,,,,,gutim,13254 +nof,290,4,3,8681,6192,,42,1738.538749999991,,,,,,,144,48,0,,,,,,,,,,,gutim,13252 +non,290,7,3,8684,6192,3965,85,1738.538749999991,0.267857142857143,16,1,E1,pp,8,144,28,8,,,,,,o,,,,,gutim,13255 +non,290,8,3,8685,6192,3965,85,1738.538749999991,0.267857142857143,16,1,C#2,pp,8,144,37,8,,,,,,o,,,,,gutim,13256 +nof,290,5,3,8682,6193,,42,1738.626749999991,,,,,,,144,56,0,,,,,,,,,,,gutim,13253 +nof,290,6,3,8683,6193,,42,1738.626749999991,,,,,,,144,62,0,,,,,,,,,,,gutim,13254 +nof,290,7,3,8684,6194,,85,1738.806749999991,,,,,,,144,28,0,,,,,,,,,,,gutim,13255 +nof,290,8,3,8685,6194,,85,1738.806749999991,,,,,,,144,37,0,,,,,,,,,,,gutim,13256 +ped,290,9,0,8686,6194,,149,1738.806749999991,,,,,,,176,64,0,,,,,,,^,,,,gutim,13222 +non,290,10,3,8687,6194,3966,149,1738.806749999991,0.179966517857143,16,0,E1,f,20,144,28,20,,,,,,o,,,,,gutim,13257 +non,290,11,3,8688,6194,3966,149,1738.806749999991,0.267857142857143,16,0,C#2,f,20,144,37,20,,,,,,o,,,,,gutim,13258 +non,290,12,3,8689,6194,3966,149,1738.806749999991,0.267857142857143,16,0,C3,f,20,144,48,20,,,,,,o,,,,,gutim,13259 +non,290,13,3,8690,6194,3966,149,1738.806749999991,0.267857142857143,16,0,Ab3,f,20,144,56,20,,,,,,o,,,,,gutim,13260 +non,290,14,3,8691,6194,3966,149,1738.806749999991,0.267857142857143,16,0,D4,f,20,144,62,20,,,,,,o,,,,,gutim,13261 +nof,290,10,3,8687,6195,,149,1738.9867499999912,,,,,,,144,28,0,,,,,,,,,,,gutim,13257 +rst,290,15,3,8692,6195,,192,1738.9867499999912,,,,,,,176,102,0,,,,,,,,,,,gutim,13262 +sec,290,16,0,8693,6195,,192,1738.9867499999912,,,,,,,,,,,6004,,,,,,,,,gutim,13263 +bpm,290,16,0,8693,6195,,192,1738.9867499999912,,0.5,,,,,,,,,,56,,,,,,,,gutim,13264 +nof,290,11,3,8688,6196,,149,1739.0747499999911,,,,,,,144,37,0,,,,,,,,,,,gutim,13258 +nof,290,12,3,8689,6196,,149,1739.0747499999911,,,,,,,144,48,0,,,,,,,,,,,gutim,13259 +nof,290,13,3,8690,6196,,149,1739.0747499999911,,,,,,,144,56,0,,,,,,,,,,,gutim,13260 +nof,290,14,3,8691,6196,,149,1739.0747499999911,,,,,,,144,62,0,,,,,,,,,,,gutim,13261 +rst,290,17,1,8694,6197,,256,1739.253749999991,,,,,,,176,102,0,,,,,,,,,,,gutim,13265 +non,290,18,3,8695,6197,3967,256,1739.253749999991,4.28571428571429,1,0,Ab5,ff,22,144,80,22,,,,,,o,,,,,gutim,13266 +non,290,20,1,8696,6198,3968,384,1739.789749999991,0.104631696428571,32,0,F#5,ppp,5,144,78,5,,,,,,o,,,e,,gutim,13267 +ped,290,19,0,8697,6198,,384,1739.789749999991,,,,,,,176,64,127,,,,,,,V,,,,gutim,13268 +nof,290,20,1,8696,6199,,384,1739.894749999991,,,,,,,144,78,0,,,,,,,,,,,gutim,13267 +non,290,21,1,8698,6199,3969,409,1739.894749999991,0.108816964285714,32,0,D6,ppp,5,144,86,5,,,,,,o,,,e,,gutim,13269 +nof,290,21,1,8698,6200,,409,1740.003749999991,,,,,,,144,86,0,,,,,,,,,,,gutim,13269 +non,290,22,1,8699,6200,3970,435,1740.003749999991,0.104631696428571,32,0,Bb6,ppp,5,144,94,5,,,,,,o,,,e,,gutim,13270 +nof,290,22,1,8699,6201,,435,1740.107749999991,,,,,,,144,94,0,,,,,,,,,,,gutim,13270 +non,290,23,1,8700,6201,3971,460,1740.107749999991,0.108816964285714,32,0,G7,ppp,5,144,103,5,,,,,,o,,,e,,gutim,13271 +nof,290,23,1,8700,6202,,460,1740.216749999991,,,,,,,144,103,0,,,,,,,,,,,gutim,13271 +non,290,24,1,8701,6202,3972,486,1740.216749999991,0.108816964285714,32,0,Ab6,ppp,5,144,92,5,,,,,,o,,,e,,gutim,13272 +nof,290,24,1,8701,6203,,486,1740.325749999991,,,,,,,144,92,0,,,,,,,,,,,gutim,13272 +non,290,25,1,8702,6203,3973,512,1740.325749999991,0.159040178571429,32,1,Bb6,ppp+,6,144,94,6,,,,,,o,,,E,,gutim,13273 +nof,290,25,1,8702,6204,,512,1740.484749999991,,,,,,,144,94,0,,,,,,,,,,,gutim,13273 +non,290,26,1,8703,6204,3974,550,1740.484749999991,0.108816964285714,32,0,F#4,ppp+,6,144,66,6,,,,,,o,,,,,gutim,13274 +nof,290,26,1,8703,6205,,550,1740.5937499999911,,,,,,,144,66,0,,,,,,,,,,,gutim,13274 +non,290,27,1,8704,6205,3975,576,1740.5937499999911,0.104631696428571,32,0,D5,ppp+,6,144,74,6,,,,,,o,,,,,gutim,13275 +nof,290,27,1,8704,6206,,576,1740.6977499999912,,,,,,,144,74,0,,,,,,,,,,,gutim,13275 +non,290,28,1,8705,6206,3976,601,1740.6977499999912,0.163225446428571,32,1,F#4,ppp+,6,144,66,6,,,,,,o,,,,,gutim,13276 +nof,290,18,3,8695,6207,,256,1740.8617499999912,,,,,,,144,80,0,,,,,,,,,,,gutim,13266 +nof,290,28,1,8705,6207,,601,1740.8617499999912,,,,,,,144,66,0,,,,,,,,,,,gutim,13276 +non,290,29,1,8706,6207,3977,640,1740.8617499999912,0.133928571428571,32,1,Ab5,ppp+,6,144,80,6,,,,,,o,,,,,gutim,13277 +non,290,30,1,8707,6208,3978,672,1740.9957499999912,0.087890625,32,0,D5,ppp+,6,144,74,6,,,,,,o,,,,,gutim,13278 +nof,290,30,1,8707,6209,,672,1741.0827499999912,,,,,,,144,74,0,,,,,,,,,,,gutim,13278 +non,290,31,1,8708,6209,3979,693,1741.0827499999912,0.087890625,32,0,Bb5,pp-,7,144,82,7,,,,,,o,,,,,gutim,13279 +nof,290,31,1,8708,6210,,693,1741.1707499999911,,,,,,,144,82,0,,,,,,,,,,,gutim,13279 +non,290,32,1,8709,6210,3980,714,1741.1707499999911,0.0920758928571429,32,0,G7,pp-,7,144,103,7,,,,,,o,,,,,gutim,13280 +nof,290,32,1,8709,6211,,714,1741.262749999991,,,,,,,144,103,0,,,,,,,,,,,gutim,13280 +non,290,33,1,8710,6211,3981,736,1741.262749999991,0.133928571428571,32,1,D5,pp-,7,144,74,7,,,,,,o,,,,,gutim,13281 +nof,290,33,1,8710,6212,,736,1741.396749999991,,,,,,,144,74,0,,,,,,,,,,,gutim,13281 +non,290,34,1,8711,6212,3982,768,1741.396749999991,0.104631696428571,32,0,G7,pp-,7,144,103,7,,,,,,o,,,e,,gutim,13282 +nof,290,29,1,8706,6213,,640,1741.501749999991,,,,,,,144,80,0,,,,,,,,,,,gutim,13277 +nof,290,34,1,8711,6213,,768,1741.501749999991,,,,,,,144,103,0,,,,,,,,,,,gutim,13282 +non,290,35,1,8712,6213,3983,793,1741.501749999991,0.108816964285714,32,0,Ab5,pp-,7,144,80,7,,,,,,o,,,e,,gutim,13283 +non,290,36,1,8713,6214,3984,819,1741.610749999991,0.104631696428571,32,0,F#4,pp-,7,144,66,7,,,,,,o,,,e,,gutim,13284 +nof,290,36,1,8713,6215,,819,1741.714749999991,,,,,,,144,66,0,,,,,,,,,,,gutim,13284 +non,290,37,1,8714,6215,3985,844,1741.714749999991,0.108816964285714,32,0,D5,pp-,7,144,74,7,,,,,,o,,,e,,gutim,13285 +nof,290,37,1,8714,6216,,844,1741.8237499999912,,,,,,,144,74,0,,,,,,,,,,,gutim,13285 +non,290,38,1,8715,6216,3986,870,1741.8237499999912,0.159040178571429,32,1,F#4,pp-,7,144,66,7,,,,,,o,,,E,,gutim,13286 +nof,290,35,1,8712,6217,,793,1741.982749999991,,,,,,,144,80,0,,,,,,,,,,,gutim,13283 +nof,290,38,1,8715,6217,,870,1741.982749999991,,,,,,,144,66,0,,,,,,,,,,,gutim,13286 +non,290,39,1,8716,6217,3987,908,1741.982749999991,0.163225446428571,32,1,Ab5,pp,8,144,80,8,,,,,,o,,,e,,gutim,13287 +non,290,40,1,8717,6218,3988,947,1742.146749999991,0.159040178571429,32,1,D5,pp,8,144,74,8,,,,,,o,,,e,,gutim,13288 +nof,290,40,1,8717,6219,,947,1742.3057499999911,,,,,,,144,74,0,,,,,,,,,,,gutim,13288 +non,290,41,1,8718,6219,3989,985,1742.3057499999911,0.163225446428571,32,1,G7,pp,8,144,103,8,,,,,,o,,,e,,gutim,13289 +nof,290,39,1,8716,6220,,908,1742.4687499999911,,,,,,,144,80,0,,,,,,,,,,,gutim,13287 +nof,290,41,1,8718,6220,,985,1742.4687499999911,,,,,,,144,103,0,,,,,,,,,,,gutim,13289 +non,290,42,1,8719,6220,3990,1024,1742.4687499999911,0.104631696428571,32,0,Ab5,pp,8,144,80,8,,,,,,o,,,E 6005,,gutim,13290 +non,290,43,1,8720,6221,3991,1049,1742.5727499999912,0.108816964285714,32,0,Bb6,pp,8,144,94,8,,,,,,o,,,,,gutim,13291 +nof,290,43,1,8720,6222,,1049,1742.681749999991,,,,,,,144,94,0,,,,,,,,,,,gutim,13291 +non,290,44,1,8721,6222,3992,1075,1742.681749999991,0.104631696428571,32,0,F#3,pp,8,144,54,8,,,,,,o,,,,,gutim,13292 +nof,290,44,1,8721,6223,,1075,1742.7867499999911,,,,,,,144,54,0,,,,,,,,,,,gutim,13292 +non,290,45,1,8722,6223,3993,1100,1742.7867499999911,0.108816964285714,32,0,D5,pp,8,144,74,8,,,,,,o,,,,,gutim,13293 +nof,290,42,1,8719,6224,,1024,1742.895749999991,,,,,,,144,80,0,,,,,,,,,,,gutim,13290 +nof,290,45,1,8722,6224,,1100,1742.895749999991,,,,,,,144,74,0,,,,,,,,,,,gutim,13293 +non,290,46,1,8723,6224,3994,1126,1742.895749999991,0.159040178571429,32,1,Ab5,pp+,9,144,80,9,,,,,,o,,,,,gutim,13294 +non,290,47,1,8724,6225,3995,1164,1743.0547499999911,0.163225446428571,32,1,D5,pp+,9,144,74,9,,,,,,o,,,,,gutim,13295 +nof,290,47,1,8724,6226,,1164,1743.2177499999912,,,,,,,144,74,0,,,,,,,,,,,gutim,13295 +non,290,48,1,8725,6226,3996,1203,1743.2177499999912,0.322265625,16,1,G7,pp+,9,144,103,9,,,,,,o,,,,,gutim,13296 +nof,290,48,1,8725,6227,,1203,1743.539749999991,,,,,,,144,103,0,,,,,,,,,,,gutim,13296 +bar,291,0,0,8726,6227,,0,1743.539749999991,,,,,,,,,,291,,,,,,,,,,gutim,13297 +rst,291,1,1,8727,6227,,0,1743.539749999991,,,,,,,176,102,0,,,,,,,,,,,gutim,13298 +rst,291,2,3,8728,6227,,0,1743.539749999991,,,,,,,176,102,0,,,,,,,,,,,gutim,13299 +nof,290,46,1,8723,6228,,1126,1743.6897499999911,,,,,,,144,80,0,,,,,,,,,,,gutim,13294 +ped,291,3,0,8729,6229,,768,1746.6037499999911,,,,,,,176,64,0,,,,,,,^,,,,gutim,13268 +rst,291,5,1,8730,6230,,768,1746.753749999991,,,,,,,176,102,0,,,,,,,,,,,gutim,13300 +non,291,6,3,8731,6230,3997,768,1746.753749999991,0.17578125,16,0,G2,ppp,5,144,43,5,,,,,,o,,,,,gutim,13301 +ped,291,4,0,8732,6231,,768,1746.903749999991,,,,,,,176,64,127,,,,,,,V,,,,gutim,13302 +nof,291,6,3,8731,6232,,768,1746.9297499999911,,,,,,,144,43,0,,,,,,,,,,,gutim,13301 +non,291,7,3,8733,6232,3998,810,1746.9297499999911,0.535714285714286,8,1,G2,ppp,5,144,43,5,,,,,,o,,,,,gutim,13303 +non,291,8,3,8734,6232,3998,810,1746.9297499999911,0.535714285714286,8,1,B2,ppp,5,144,47,5,,,,,,o,,,,,gutim,13304 +nof,291,7,3,8733,6233,,810,1747.465749999991,,,,,,,144,43,0,,,,,,,,,,,gutim,13303 +nof,291,8,3,8734,6233,,810,1747.465749999991,,,,,,,144,47,0,,,,,,,,,,,gutim,13304 +non,291,9,3,8735,6233,3999,938,1747.465749999991,0.359933035714286,8,0,A4,ppp,5,144,69,5,,,,,t,o,,,,,gutim,13305 +non,291,10,3,8736,6234,,1024,1747.825749999991,1.07142857142857,4,0,A4,,,,,,,,,,T,,,,,,gutim,13306 +nof,291,9,3,8735,6235,,938,1748.896749999991,,,,,,,144,69,0,,,,,,,,,,,gutim,13305 +bar,292,0,0,8737,6235,,0,1748.896749999991,,,,,,,,,,292,,,,,,,,,,gutim,13307 +rst,292,1,1,8738,6235,,0,1748.896749999991,,,,,,,176,102,0,,,,,,,,,,,gutim,13308 +rst,292,2,3,8739,6235,,0,1748.896749999991,,,,,,,176,102,0,,,,,,,,,,,gutim,13309 +non,292,3,3,8740,6236,4000,85,1749.252749999991,0.087890625,32,0,A4,ppp,5,144,69,5,,,,,,o,,d,,,gutim,13310 +nof,292,3,3,8740,6237,,85,1749.340749999991,,,,,,,144,69,0,,,,,,,,,,,gutim,13310 +non,292,4,3,8741,6237,4001,106,1749.340749999991,0.0920758928571429,32,0,Eb4,ppp,5,144,63,5,,,,,,o,,d,,,gutim,13311 +nof,292,4,3,8741,6238,,106,1749.432749999991,,,,,,,144,63,0,,,,,,,,,,,gutim,13311 +non,292,5,3,8742,6238,4002,128,1749.432749999991,0.267857142857143,16,1,C2,ppp,5,144,36,5,,,,,,o,,d,,,gutim,13312 +nof,292,5,3,8742,6239,,128,1749.700749999991,,,,,,,144,36,0,,,,,,,,,,,gutim,13312 +non,292,6,3,8743,6239,4003,192,1749.700749999991,0.267857142857143,16,1,A4,ppp,5,144,69,5,,,,,t,o,,d,,,gutim,13313 +non,292,7,3,8744,6240,,256,1749.9687499999911,0.133928571428571,32,0,A4,,,,,,,,,,T,,,,,,gutim,13314 +nof,292,6,3,8743,6241,,192,1750.1027499999911,,,,,,,144,69,0,,,,,,,,,,,gutim,13313 +non,292,8,3,8745,6241,4004,288,1750.1027499999911,0.9375,8,2,Eb4,ppp,5,144,63,5,,,,,,o,,D,,,gutim,13315 +nof,292,8,3,8745,6242,,288,1751.039749999991,,,,,,,144,63,0,,,,,,,,,,,gutim,13315 +rst,292,9,3,8746,6242,,512,1751.039749999991,,,,,,,176,102,0,,,,,,,,,,,gutim,13316 +non,292,10,1,8747,6243,4005,,1753.107749999991,0.05,8,0,F4,ppp,5,144,65,5,,,,g,,o,,,,,gutim,13317 +nof,292,10,1,8747,6244,,,1753.157749999991,,,,,,,144,65,0,,,,,,,,,,,gutim,13317 +non,292,11,1,8748,6245,4006,1024,1753.182749999991,1.07142857142857,4,0,F4,ppp,5,144,65,5,,,,,,o,,d,,t,gutim,13318 +non,292,12,3,8749,6245,4006,1024,1753.182749999991,1.07142857142857,4,0,G1,ppp,5,144,31,5,,,,,,o,,d,,t,gutim,13319 +nof,292,11,1,8748,6246,,1024,1754.253749999991,,,,,,,144,65,0,,,,,,,,,,,gutim,13318 +nof,292,12,3,8749,6246,,1024,1754.253749999991,,,,,,,144,31,0,,,,,,,,,,,gutim,13319 +bar,293,0,0,8750,6246,,0,1754.253749999991,,,,,,,,,,293,,,,,,,,,,gutim,13320 +non,293,1,1,8751,6246,4007,0,1754.253749999991,2.14285714285714,2,0,Ab5,mp,14,144,80,14,,,,,,o,,d,,t,gutim,13321 +non,293,2,3,8752,6246,4007,0,1754.253749999991,2.14285714285714,2,0,E2,mp,14,144,40,14,,,,,,o,,d 6005,,t,gutim,13322 +nof,293,1,1,8751,6247,,0,1756.396749999991,,,,,,,144,80,0,,,,,,,,,,,gutim,13321 +nof,293,2,3,8752,6247,,0,1756.396749999991,,,,,,,144,40,0,,,,,,,,,,,gutim,13322 +non,293,3,1,8753,6247,4008,512,1756.396749999991,1.07142857142857,4,0,Ab5,mp+,15,144,80,15,,,,,t,o,,,,t,gutim,13323 +non,293,4,1,8754,6247,4008,512,1756.396749999991,1.07142857142857,4,0,D6,mp+,15,144,86,15,,,,,t,o,,,,t,gutim,13324 +non,293,5,3,8755,6247,4008,512,1756.396749999991,2.14285714285714,2,0,E2,mp,14,144,40,14,,,,,,o,,,,,gutim,13325 +non,293,6,1,8756,6248,,768,1757.4687499999911,1.07142857142857,4,0,Ab5,,,,,,,,,,T,,,,,,gutim,13326 +non,293,7,1,8757,6248,,768,1757.4687499999911,1.07142857142857,4,0,D6,,,,,,,,,,T,,,,,,gutim,13327 +nof,293,3,1,8753,6249,,512,1758.539749999991,,,,,,,144,80,0,,,,,,,,,,,gutim,13323 +nof,293,4,1,8754,6249,,512,1758.539749999991,,,,,,,144,86,0,,,,,,,,,,,gutim,13324 +nof,293,5,3,8755,6249,,512,1758.539749999991,,,,,,,144,40,0,,,,,,,,,,,gutim,13325 +non,293,8,1,8758,6250,4009,1024,1758.539749999991,0.803571428571429,8,1,C5,mp+,15,144,72,15,,,,,,o,,,,T,gutim,13328 +non,293,9,1,8759,6250,4009,1024,1758.539749999991,0.535714285714286,8,1,Ab5,mp+,15,144,80,15,,,,,,o,,,,T,gutim,13329 +non,293,10,1,8760,6250,4009,1024,1758.539749999991,0.535714285714286,8,1,D6,mp+,15,144,86,15,,,,,,o,,,,T 6005,gutim,13330 +rst,293,11,3,8761,6250,,1024,1758.539749999991,,,,,,,176,102,0,,,,,,,,,,,gutim,13331 +nof,293,9,1,8759,6251,,1024,1759.075749999991,,,,,,,144,80,0,,,,,,,,,,,gutim,13329 +nof,293,10,1,8760,6251,,1024,1759.075749999991,,,,,,,144,86,0,,,,,,,,,,,gutim,13330 +nof,293,8,1,8758,6252,,1024,1759.3437499999911,,,,,,,144,72,0,,,,,,,,,,,gutim,13328 +ped,293,12,0,8762,6252,,1216,1759.3437499999911,,,,,,,176,64,0,,,,,,,^,,,,gutim,13302 +non,293,13,1,8763,6252,4010,1216,1759.3437499999911,0.267857142857143,16,0,C#3,mp+,15,144,49,15,,,,,,o,,,,,gutim,13332 +sec,293,14,0,8764,6252,,1216,1759.3437499999911,,,,,,,,,,,6005,,,,,,,,,gutim,13333 +nof,293,13,1,8763,6253,,1216,1759.6117499999912,,,,,,,144,49,0,,,,,,,,,,,gutim,13332 +bar,294,0,0,8765,6253,,0,1759.6117499999912,,,,,,,,,,294,,,,,,,,,,gutim,13334 +rst,294,2,1,8766,6253,,0,1759.6117499999912,,,,,,,176,102,0,,,,,,,,,,,gutim,13335 +non,294,3,3,8767,6253,4011,,1759.6117499999912,0.05,8,0,D4,ppp,5,144,62,5,,,,g,,o,,d,,,gutim,13336 +nof,294,3,3,8767,6254,,,1759.6617499999911,,,,,,,144,62,0,,,,,,,,,,,gutim,13336 +non,294,4,3,8768,6255,4012,,1759.686749999991,0.05,8,0,C#2,ppp,5,144,37,5,,,,g,,o,,d,,,gutim,13337 +nof,294,4,3,8768,6256,,,1759.7367499999912,,,,,,,144,37,0,,,,,,,,,,,gutim,13337 +non,294,5,3,8769,6257,4013,0,1759.761749999991,0.133928571428571,32,1,Ab3,ppp,5,144,56,5,,,,,,o,,d,,,gutim,13338 +ped,294,1,0,8770,6257,,0,1759.761749999991,,,,,,,176,64,127,,,,,,,V,,,,gutim,13339 +nof,294,5,3,8769,6258,,0,1759.895749999991,,,,,,,144,56,0,,,,,,,,,,,gutim,13338 +non,294,6,3,8771,6258,4014,32,1759.895749999991,0.087890625,32,0,E1,ppp,5,144,28,5,,,,,,o,,d,,,gutim,13340 +nof,294,6,3,8771,6259,,32,1759.982749999991,,,,,,,144,28,0,,,,,,,,,,,gutim,13340 +non,294,7,3,8772,6259,4015,53,1759.982749999991,0.133928571428571,32,1,C3,ppp,5,144,48,5,,,,,,o,,d,,,gutim,13341 +nof,294,7,3,8772,6260,,53,1760.116749999991,,,,,,,144,48,0,,,,,,,,,,,gutim,13341 +rst,294,8,3,8773,6260,,85,1760.116749999991,,,,,,,176,102,0,,,,,,,,,,,gutim,13342 +rst,294,9,3,8774,6261,,128,1760.296749999991,,,,,,,176,102,0,,,,,,,,,,,gutim,13343 +non,294,10,3,8775,6262,4016,256,1760.8327499999912,3.21428571428571,2,1,D3,ppp,5,144,50,5,,,,,,o,,d,,,gutim,13344 +non,294,11,1,8776,6263,4017,,1761.828749999991,0.05,8,0,A2,pp,8,144,45,8,,,,g,,o,,d,,,gutim,13345 +nof,294,11,1,8776,6264,,,1761.878749999991,,,,,,,144,45,0,,,,,,,,,,,gutim,13345 +non,294,12,1,8777,6265,4018,512,1761.903749999991,3.21428571428571,2,1,A2,ff,22,144,45,22,,,,,,o,,d,,,gutim,13346 +non,294,13,1,8778,6265,4018,512,1761.903749999991,2.14285714285714,2,1,C#6,ff,22,144,85,22,,,,,,o,,d,,,gutim,13347 +nof,294,10,3,8775,6266,,256,1764.046749999991,,,,,,,144,50,0,,,,,,,,,,,gutim,13344 +nof,294,13,1,8778,6266,,512,1764.046749999991,,,,,,,144,85,0,,,,,,,,,,,gutim,13347 +non,294,14,3,8779,6266,4019,1024,1764.046749999991,0.087890625,32,0,D3,ppp,5,144,50,5,,,,,,o,,D,,,gutim,13348 +nof,294,14,3,8779,6267,,1024,1764.134749999991,,,,,,,144,50,0,,,,,,,,,,,gutim,13348 +non,294,15,3,8780,6267,4020,1045,1764.134749999991,0.087890625,32,0,Db2,ppp,5,144,37,5,,,,,,o,,,,,gutim,13349 +nof,294,15,3,8780,6268,,1045,1764.222749999991,,,,,,,144,37,0,,,,,,,,,,,gutim,13349 +non,294,16,3,8781,6268,4021,1066,1764.222749999991,0.05859375,32,0,F2,ppp,5,144,41,5,,,,,,o,,,e,,gutim,13350 +nof,294,16,3,8781,6269,,1066,1764.281749999991,,,,,,,144,41,0,,,,,,,,,,,gutim,13350 +non,294,17,3,8782,6269,4022,1080,1764.281749999991,0.05859375,32,0,A3,ppp,5,144,57,5,,,,,,o,,,e,,gutim,13351 +nof,294,17,3,8782,6270,,1080,1764.339749999991,,,,,,,144,57,0,,,,,,,,,,,gutim,13351 +non,294,18,3,8783,6270,4023,1094,1764.339749999991,0.0627790178571429,32,0,F2,ppp,5,144,41,5,,,,,,o,,,e,,gutim,13352 +nof,294,18,3,8783,6271,,1094,1764.402749999991,,,,,,,144,41,0,,,,,,,,,,,gutim,13352 +non,294,19,3,8784,6271,4024,1109,1764.402749999991,0.05859375,32,0,A3,ppp,5,144,57,5,,,,,,o,,,e,,gutim,13353 +nof,294,19,3,8784,6272,,1109,1764.461749999991,,,,,,,144,57,0,,,,,,,,,,,gutim,13353 +non,294,20,3,8785,6272,4025,1123,1764.461749999991,0.05859375,32,0,F2,ppp,5,144,41,5,,,,,,o,,,e,,gutim,13354 +nof,294,20,3,8785,6273,,1123,1764.519749999991,,,,,,,144,41,0,,,,,,,,,,,gutim,13354 +non,294,21,3,8786,6273,4026,1137,1764.519749999991,0.0627790178571429,32,0,A3,ppp,5,144,57,5,,,,,,o,,,E,,gutim,13355 +nof,294,21,3,8786,6274,,1137,1764.5827499999912,,,,,,,144,57,0,,,,,,,,,,,gutim,13355 +non,294,22,3,8787,6274,4027,1152,1764.5827499999912,0.087890625,32,0,F2,ppp,5,144,41,5,,,,,,o,,d,e,,gutim,13356 +nof,294,22,3,8787,6275,,1152,1764.6707499999911,,,,,,,144,41,0,,,,,,,,,,,gutim,13356 +non,294,23,3,8788,6275,4028,1173,1764.6707499999911,0.087890625,32,0,B1,ppp,5,144,35,5,,,,,,o,,d,e,,gutim,13357 +nof,294,23,3,8788,6276,,1173,1764.758749999991,,,,,,,144,35,0,,,,,,,,,,,gutim,13357 +non,294,24,3,8789,6276,4029,1194,1764.758749999991,0.0920758928571429,32,0,A3,ppp,5,144,57,5,,,,,,o,,d,e,,gutim,13358 +nof,294,24,3,8789,6277,,1194,1764.850749999991,,,,,,,144,57,0,,,,,,,,,,,gutim,13358 +non,294,25,3,8790,6277,4030,1216,1764.850749999991,0.087890625,32,0,B0,ppp,5,144,23,5,,,,,,o,,d,e,,gutim,13359 +nof,294,25,3,8790,6278,,1216,1764.9387499999912,,,,,,,144,23,0,,,,,,,,,,,gutim,13359 +non,294,26,3,8791,6278,4031,1237,1764.9387499999912,0.087890625,32,0,F1,ppp,5,144,29,5,,,,,,o,,d,e,,gutim,13360 +nof,294,26,3,8791,6279,,1237,1765.0267499999911,,,,,,,144,29,0,,,,,,,,,,,gutim,13360 +non,294,27,3,8792,6279,4032,1258,1765.0267499999911,0.0920758928571429,32,0,B0,ppp,5,144,23,5,,,,,,o,,d,E,,gutim,13361 +nof,294,27,3,8792,6280,,1258,1765.118749999991,,,,,,,144,23,0,,,,,,,,,,,gutim,13361 +bar,295,0,0,8793,6280,,0,1765.118749999991,,,,,,,,,,295,,,,,,,,,,gutim,13362 +rst,295,1,1,8794,6280,,0,1765.118749999991,,,,,,,176,102,0,,,,,,,,,,,gutim,13363 +non,295,2,3,8795,6280,4033,0,1765.118749999991,0.087890625,32,0,D2,ppp,5,144,38,5,,,,,,o,,,,,gutim,13364 +nof,294,12,1,8777,6281,,512,1765.118749999991,,,,,,,144,45,0,,,,,,,,,,,gutim,13346 +nof,295,2,3,8795,6282,,0,1765.206749999991,,,,,,,144,38,0,,,,,,,,,,,gutim,13364 +non,295,3,3,8796,6282,4034,21,1765.206749999991,0.087890625,32,0,Db1,ppp,5,144,25,5,,,,,,o,,,,,gutim,13365 +nof,295,3,3,8796,6283,,21,1765.2947499999912,,,,,,,144,25,0,,,,,,,,,,,gutim,13365 +non,295,4,3,8797,6283,4035,42,1765.2947499999912,0.05859375,32,0,F1,ppp,5,144,29,5,,,,,,o,,d,e,,gutim,13366 +non,295,5,3,8798,6283,4035,42,1765.2947499999912,0.133928571428571,32,0,D2,ppp,5,144,38,5,,,,,,o,,d,e,,gutim,13367 +nof,295,4,3,8797,6284,,42,1765.3527499999911,,,,,,,144,29,0,,,,,,,,,,,gutim,13366 +non,295,6,3,8799,6284,4036,56,1765.3527499999911,0.05859375,32,0,A2,ppp,5,144,45,5,,,,,,o,,d,e,,gutim,13368 +nof,295,5,3,8798,6285,,42,1765.4117499999911,,,,,,,144,38,0,,,,,,,,,,,gutim,13367 +nof,295,6,3,8799,6285,,56,1765.4117499999911,,,,,,,144,45,0,,,,,,,,,,,gutim,13368 +non,295,7,3,8800,6285,4037,70,1765.4117499999911,0.0627790178571429,32,0,F1,ppp,5,144,29,5,,,,,,o,,d,e,,gutim,13369 +non,295,8,3,8801,6285,4037,70,1765.4117499999911,0.133928571428571,32,0,D2,ppp,5,144,38,5,,,,,,o,,d,e,,gutim,13370 +nof,295,7,3,8800,6286,,70,1765.474749999991,,,,,,,144,29,0,,,,,,,,,,,gutim,13369 +non,295,9,3,8802,6286,4038,85,1765.474749999991,0.05859375,32,0,A2,ppp,5,144,45,5,,,,,,o,,d,e,,gutim,13371 +nof,295,8,3,8801,6287,,70,1765.532749999991,,,,,,,144,38,0,,,,,,,,,,,gutim,13370 +nof,295,9,3,8802,6287,,85,1765.532749999991,,,,,,,144,45,0,,,,,,,,,,,gutim,13371 +non,295,10,3,8803,6287,4039,99,1765.532749999991,0.05859375,32,0,F1,ppp,5,144,29,5,,,,,,o,,d,e,,gutim,13372 +non,295,11,3,8804,6287,4039,99,1765.532749999991,0.133928571428571,32,0,D2,ppp,5,144,38,5,,,,,,o,,d,e,,gutim,13373 +nof,295,10,3,8803,6288,,99,1765.591749999991,,,,,,,144,29,0,,,,,,,,,,,gutim,13372 +non,295,12,3,8805,6288,4040,113,1765.591749999991,0.0627790178571429,32,0,A2,ppp,5,144,45,5,,,,,,o,,d,e,,gutim,13374 +nof,295,12,3,8805,6289,,113,1765.653749999991,,,,,,,144,45,0,,,,,,,,,,,gutim,13374 +non,295,13,3,8806,6289,4041,128,1765.653749999991,0.087890625,32,0,F1,ppp,5,144,29,5,,,,,,o,,d,E,,gutim,13375 +nof,295,11,3,8804,6290,,99,1765.666749999991,,,,,,,144,38,0,,,,,,,,,,,gutim,13373 +nof,295,13,3,8806,6291,,128,1765.741749999991,,,,,,,144,29,0,,,,,,,,,,,gutim,13375 +non,295,14,3,8807,6291,4042,149,1765.741749999991,0.087890625,32,0,B0,ppp,5,144,23,5,,,,,,o,,,e,,gutim,13376 +nof,295,14,3,8807,6292,,149,1765.829749999991,,,,,,,144,23,0,,,,,,,,,,,gutim,13376 +non,295,15,3,8808,6292,4043,170,1765.829749999991,0.0920758928571429,32,0,D2,ppp,5,144,38,5,,,,,,o,,,e,,gutim,13377 +non,295,16,3,8809,6292,4043,170,1765.829749999991,0.133928571428571,32,0,A2,ppp,5,144,45,5,,,,,,o,,,e,,gutim,13378 +nof,295,15,3,8808,6293,,170,1765.921749999991,,,,,,,144,38,0,,,,,,,,,,,gutim,13377 +non,295,17,3,8810,6293,4044,192,1765.921749999991,0.087890625,32,0,B0,ppp,5,144,23,5,,,,,,o,,,e,,gutim,13379 +nof,295,16,3,8809,6294,,170,1765.963749999991,,,,,,,144,45,0,,,,,,,,,,,gutim,13378 +nof,295,17,3,8810,6295,,192,1766.009749999991,,,,,,,144,23,0,,,,,,,,,,,gutim,13379 +non,295,18,3,8811,6295,4045,213,1766.009749999991,0.087890625,32,0,F1,ppp,5,144,29,5,,,,,,o,,,e,,gutim,13380 +non,295,19,3,8812,6295,4045,213,1766.009749999991,0.133928571428571,32,0,D2,ppp,5,144,38,5,,,,,,o,,,e,,gutim,13381 +non,295,20,3,8813,6295,4045,213,1766.009749999991,0.133928571428571,32,0,A2,ppp,5,144,45,5,,,,,,o,,,e,,gutim,13382 +nof,295,18,3,8811,6296,,213,1766.097749999991,,,,,,,144,29,0,,,,,,,,,,,gutim,13380 +non,295,21,3,8814,6296,4046,234,1766.097749999991,0.0920758928571429,32,0,B0,ppp,5,144,23,5,,,,,,o,,,E,,gutim,13383 +nof,295,19,3,8812,6297,,213,1766.143749999991,,,,,,,144,38,0,,,,,,,,,,,gutim,13381 +nof,295,20,3,8813,6297,,213,1766.143749999991,,,,,,,144,45,0,,,,,,,,,,,gutim,13382 +nof,295,21,3,8814,6298,,234,1766.1897499999911,,,,,,,144,23,0,,,,,,,,,,,gutim,13383 +non,295,22,3,8815,6298,4047,256,1766.1897499999911,4.28571428571429,1,0,B0,ppp,5,144,23,5,,,,,t,o,,,,,gutim,13384 +non,295,23,3,8816,6298,4047,256,1766.1897499999911,4.28571428571429,1,0,Db1,ppp,5,144,25,5,,,,,t,o,,,,,gutim,13385 +non,295,24,3,8817,6298,4047,256,1766.1897499999911,4.28571428571429,1,0,F1,ppp,5,144,29,5,,,,,t,o,,,,,gutim,13386 +non,295,25,3,8818,6298,4047,256,1766.1897499999911,4.28571428571429,1,0,D3,ppp,5,144,50,5,,,,,t,o,,,,,gutim,13387 +non,295,26,3,8819,6298,4047,256,1766.1897499999911,4.28571428571429,1,0,A3,ppp,5,144,57,5,,,,,t,o,,,,,gutim,13388 +bar,296,0,0,8820,6299,,0,1770.475749999991,,,,,,,,,,296,,,,,,,,,,gutim,13389 +rst,296,1,1,8821,6299,,0,1770.475749999991,,,,,,,176,102,0,,,,,,,,,,,gutim,13390 +rst,296,2,2,8822,6299,,0,1770.475749999991,,,,,,,176,102,0,,,,,,,,,,,gutim,13391 +non,296,3,3,8823,6299,,0,1770.475749999991,3.21428571428571,2,1,B0,,,,,,,,,,T,,,,,,gutim,13392 +non,296,4,3,8824,6299,,0,1770.475749999991,2.14285714285714,2,1,Db1,,,,,,,,,,T,,,,,,gutim,13393 +non,296,5,3,8825,6299,,0,1770.475749999991,2.14285714285714,2,1,F1,,,,,,,,,,T,,,,,,gutim,13394 +non,296,6,3,8826,6299,,0,1770.475749999991,2.14285714285714,2,1,D3,,,,,,,,,,T,,,,,,gutim,13395 +non,296,7,3,8827,6299,,0,1770.475749999991,2.14285714285714,2,1,A3,,,,,,,,,,T,,,,,,gutim,13396 +rst,296,8,2,8828,6300,,256,1771.546749999991,,,,,,,176,102,0,,,,,,,,,,,gutim,13397 +nof,295,23,3,8816,6301,,256,1772.618749999991,,,,,,,144,25,0,,,,,,,,,,,gutim,13385 +nof,295,24,3,8817,6301,,256,1772.618749999991,,,,,,,144,29,0,,,,,,,,,,,gutim,13386 +nof,295,25,3,8818,6301,,256,1772.618749999991,,,,,,,144,50,0,,,,,,,,,,,gutim,13387 +nof,295,26,3,8819,6301,,256,1772.618749999991,,,,,,,144,57,0,,,,,,,,,,,gutim,13388 +non,296,9,1,8829,6302,4048,512,1772.618749999991,1.07142857142857,4,0,C#6,mp,14,144,85,14,,,,,t,o,,,,,gutim,13398 +non,296,10,2,8830,6302,4048,512,1772.618749999991,1.07142857142857,4,0,A2,mp,14,144,45,14,,,,,t,o,,,,,gutim,13399 +non,296,11,2,8831,6302,4048,512,1772.618749999991,1.07142857142857,4,0,F#3,mp,14,144,54,14,,,,,t,o,,,,,gutim,13400 +nof,295,22,3,8815,6303,,256,1773.6897499999911,,,,,,,144,23,0,,,,,,,,,,,gutim,13384 +non,296,12,1,8832,6304,,768,1773.6897499999911,0.535714285714286,8,0,C#6,,,,,,,,,,T,,,,,,gutim,13401 +non,296,13,2,8833,6304,,768,1773.6897499999911,0.535714285714286,8,0,A2,,,,,,,,,,T,,,,,,gutim,13402 +non,296,14,2,8834,6304,,768,1773.6897499999911,0.535714285714286,8,0,F#3,,,,,,,,,,T,,,,,,gutim,13403 +rst,296,15,3,8835,6304,,768,1773.6897499999911,,,,,,,176,102,0,,,,,,,,,,,gutim,13404 +nof,296,9,1,8829,6305,,512,1774.225749999991,,,,,,,144,85,0,,,,,,,,,,,gutim,13398 +nof,296,10,2,8830,6305,,512,1774.225749999991,,,,,,,144,45,0,,,,,,,,,,,gutim,13399 +nof,296,11,2,8831,6305,,512,1774.225749999991,,,,,,,144,54,0,,,,,,,,,,,gutim,13400 +non,296,16,1,8836,6305,4049,896,1774.225749999991,0.104631696428571,32,0,F#4,ppp,5,144,66,5,,,,,,o,,,e,,gutim,13405 +rst,296,17,2,8837,6305,,896,1774.225749999991,,,,,,,176,102,0,,,,,,,,,,,gutim,13406 +nof,296,16,1,8836,6306,,896,1774.330749999991,,,,,,,144,66,0,,,,,,,,,,,gutim,13405 +non,296,18,1,8838,6306,4050,921,1774.330749999991,0.108816964285714,32,0,D5,ppp,5,144,74,5,,,,,,o,,,e,,gutim,13407 +nof,296,18,1,8838,6307,,921,1774.4387499999912,,,,,,,144,74,0,,,,,,,,,,,gutim,13407 +non,296,19,1,8839,6307,4051,947,1774.4387499999912,0.104631696428571,32,0,Bb6,ppp,5,144,94,5,,,,,,o,,,e,,gutim,13408 +nof,296,19,1,8839,6308,,947,1774.5437499999912,,,,,,,144,94,0,,,,,,,,,,,gutim,13408 +non,296,20,1,8840,6308,4052,972,1774.5437499999912,0.108816964285714,32,0,G7,ppp,5,144,103,5,,,,,,o,,,e,,gutim,13409 +nof,296,20,1,8840,6309,,972,1774.652749999991,,,,,,,144,103,0,,,,,,,,,,,gutim,13409 +non,296,21,1,8841,6309,4053,998,1774.652749999991,0.108816964285714,32,0,Ab6,ppp,5,144,92,5,,,,,,o,,,e,,gutim,13410 +nof,296,21,1,8841,6310,,998,1774.761749999991,,,,,,,144,92,0,,,,,,,,,,,gutim,13410 +non,296,22,1,8842,6310,4054,1024,1774.761749999991,0.159040178571429,32,1,Bb6,ppp,5,144,94,5,,,,,,o,,,E 6006,,gutim,13411 +rst,296,23,2,8843,6310,,1024,1774.761749999991,,,,,,,176,102,0,,,,,,,,,,,gutim,13412 +nof,296,22,1,8842,6311,,1024,1774.9207499999911,,,,,,,144,94,0,,,,,,,,,,,gutim,13411 +non,296,24,1,8844,6311,4055,1062,1774.9207499999911,0.108816964285714,32,0,F#4,ppp,5,144,66,5,,,,,,o,,,,,gutim,13413 +nof,296,24,1,8844,6312,,1062,1775.028749999991,,,,,,,144,66,0,,,,,,,,,,,gutim,13413 +non,296,25,1,8845,6312,4056,1088,1775.028749999991,0.104631696428571,32,0,D5,ppp,5,144,74,5,,,,,,o,,,,,gutim,13414 +nof,296,25,1,8845,6313,,1088,1775.133749999991,,,,,,,144,74,0,,,,,,,,,,,gutim,13414 +non,296,26,1,8846,6313,4057,1113,1775.133749999991,0.163225446428571,32,1,F#4,ppp,5,144,66,5,,,,,,o,,,,,gutim,13415 +nof,296,26,1,8846,6314,,1113,1775.296749999991,,,,,,,144,66,0,,,,,,,,,,,gutim,13415 +non,296,27,1,8847,6314,4058,1152,1775.296749999991,0.133928571428571,32,1,Ab5,ppp,5,144,80,5,,,,,,o,,,,,gutim,13416 +nof,296,27,1,8847,6315,,1152,1775.4307499999911,,,,,,,144,80,0,,,,,,,,,,,gutim,13416 +non,296,28,1,8848,6315,4059,1184,1775.4307499999911,0.087890625,32,0,D5,ppp,5,144,74,5,,,,,,o,,,,,gutim,13417 +nof,296,28,1,8848,6316,,1184,1775.518749999991,,,,,,,144,74,0,,,,,,,,,,,gutim,13417 +non,296,29,1,8849,6316,4060,1205,1775.518749999991,0.087890625,32,0,Bb5,ppp,5,144,82,5,,,,,,o,,,,,gutim,13418 +nof,296,29,1,8849,6317,,1205,1775.606749999991,,,,,,,144,82,0,,,,,,,,,,,gutim,13418 +non,296,30,1,8850,6317,4061,1226,1775.606749999991,0.0920758928571429,32,0,G7,ppp,5,144,103,5,,,,,,o,,,,,gutim,13419 +nof,296,30,1,8850,6318,,1226,1775.6987499999912,,,,,,,144,103,0,,,,,,,,,,,gutim,13419 +non,296,31,1,8851,6318,4062,1248,1775.6987499999912,0.133928571428571,32,1,D5,ppp,5,144,74,5,,,,,,o,,,,,gutim,13420 +nof,296,31,1,8851,6319,,1248,1775.8327499999912,,,,,,,144,74,0,,,,,,,,,,,gutim,13420 +bar,297,0,0,8852,6319,,0,1775.8327499999912,,,,,,,,,,297,,,,,,,,,,gutim,13421 +non,297,1,1,8853,6319,4063,0,1775.8327499999912,0.104631696428571,32,0,G7,ppp,5,144,103,5,,,,,,o,,,,,gutim,13422 +rst,297,2,3,8854,6319,,0,1775.8327499999912,,,,,,,176,102,0,,,,,,,,,,,gutim,13423 +nof,297,1,1,8853,6320,,0,1775.937749999991,,,,,,,144,103,0,,,,,,,,,,,gutim,13422 +non,297,3,1,8855,6320,4064,25,1775.937749999991,0.108816964285714,32,0,Ab4,ppp,5,144,68,5,,,,,,o,,,,,gutim,13424 +nof,297,3,1,8855,6321,,25,1776.046749999991,,,,,,,144,68,0,,,,,,,,,,,gutim,13424 +non,297,4,1,8856,6321,4065,51,1776.046749999991,0.104631696428571,32,0,F#3,ppp,5,144,54,5,,,,,,o,,,,,gutim,13425 +nof,297,4,1,8856,6322,,51,1776.1507499999911,,,,,,,144,54,0,,,,,,,,,,,gutim,13425 +non,297,5,1,8857,6322,4066,76,1776.1507499999911,0.108816964285714,32,0,D4,ppp,5,144,62,5,,,,,,o,,,,,gutim,13426 +nof,297,5,1,8857,6323,,76,1776.259749999991,,,,,,,144,62,0,,,,,,,,,,,gutim,13426 +non,297,6,1,8858,6323,4067,102,1776.259749999991,0.159040178571429,32,1,F#3,ppp,5,144,54,5,,,,,,o,,,,,gutim,13427 +nof,297,6,1,8858,6324,,102,1776.4187499999912,,,,,,,144,54,0,,,,,,,,,,,gutim,13427 +non,297,7,1,8859,6324,4068,140,1776.4187499999912,0.163225446428571,32,1,Ab4,ppp,5,144,68,5,,,,,,o,,,,,gutim,13428 +nof,297,7,1,8859,6325,,140,1776.581749999991,,,,,,,144,68,0,,,,,,,,,,,gutim,13428 +non,297,8,1,8860,6325,4069,179,1776.581749999991,0.159040178571429,32,1,D4,ppp,5,144,62,5,,,,,,o,,,,,gutim,13429 +nof,297,8,1,8860,6326,,179,1776.740749999991,,,,,,,144,62,0,,,,,,,,,,,gutim,13429 +non,297,9,1,8861,6326,4070,217,1776.740749999991,0.163225446428571,32,1,Bb6,ppp,5,144,94,5,,,,,,o,,,,,gutim,13430 +non,297,10,1,8862,6326,4070,217,1776.740749999991,0.133928571428571,32,1,G7,ppp,5,144,103,5,,,,,,o,,,,,gutim,13431 +nof,297,10,1,8862,6327,,217,1776.874749999991,,,,,,,144,103,0,,,,,,,,,,,gutim,13431 +nof,297,9,1,8861,6328,,217,1776.903749999991,,,,,,,144,94,0,,,,,,,,,,,gutim,13430 +non,297,11,1,8863,6328,4071,256,1776.903749999991,0.104631696428571,32,0,Ab5,ppp,5,144,80,5,,,,,,o,,d,,,gutim,13432 +rst,297,12,3,8864,6328,,256,1776.903749999991,,,,,,,176,102,0,,,,,,,,,,,gutim,13433 +nof,297,11,1,8863,6329,,256,1777.008749999991,,,,,,,144,80,0,,,,,,,,,,,gutim,13432 +non,297,13,1,8865,6329,4072,281,1777.008749999991,0.108816964285714,32,0,Bb5,ppp,5,144,82,5,,,,,,o,,d,,,gutim,13434 +nof,297,13,1,8865,6330,,281,1777.117749999991,,,,,,,144,82,0,,,,,,,,,,,gutim,13434 +non,297,14,1,8866,6330,4073,307,1777.117749999991,0.104631696428571,32,0,F#3,ppp,5,144,54,5,,,,,,o,,d,,,gutim,13435 +nof,297,14,1,8866,6331,,307,1777.222749999991,,,,,,,144,54,0,,,,,,,,,,,gutim,13435 +non,297,15,1,8867,6331,4074,332,1777.222749999991,0.108816964285714,32,0,D5,ppp,5,144,74,5,,,,,,o,,d,,,gutim,13436 +non,297,16,1,8868,6331,4074,332,1777.222749999991,0.133928571428571,32,0,Bb5,ppp,5,144,82,5,,,,,,o,,d,,,gutim,13437 +nof,297,15,1,8867,6332,,332,1777.330749999991,,,,,,,144,74,0,,,,,,,,,,,gutim,13436 +non,297,17,1,8869,6332,4075,358,1777.330749999991,0.159040178571429,32,1,Ab5,ppp,5,144,80,5,,,,,,o,,d,,,gutim,13438 +nof,297,16,1,8868,6333,,332,1777.355749999991,,,,,,,144,82,0,,,,,,,,,,,gutim,13437 +nof,297,17,1,8869,6334,,358,1777.489749999991,,,,,,,144,80,0,,,,,,,,,,,gutim,13438 +non,297,18,1,8870,6334,4076,396,1777.489749999991,0.163225446428571,32,1,D5,ppp,5,144,74,5,,,,,,o,,d,,,gutim,13439 +nof,297,18,1,8870,6335,,396,1777.653749999991,,,,,,,144,74,0,,,,,,,,,,,gutim,13439 +non,297,19,1,8871,6335,4077,435,1777.653749999991,0.322265625,16,1,G7,ppp,5,144,103,5,,,,,,o,,d,,,gutim,13440 +nof,297,19,1,8871,6336,,435,1777.975749999991,,,,,,,144,103,0,,,,,,,,,,,gutim,13440 +rst,297,20,1,8872,6336,,512,1777.975749999991,,,,,,,176,102,0,,,,,,,,,,,gutim,13441 +non,297,21,3,8873,6336,4078,512,1777.975749999991,0.087890625,32,0,D3,pppp,2,144,50,2,,,,,,o,,d,,,gutim,13442 +nof,297,21,3,8873,6337,,512,1778.0637499999912,,,,,,,144,50,0,,,,,,,,,,,gutim,13442 +non,297,22,3,8874,6337,4079,533,1778.0637499999912,0.087890625,32,0,Db1,pppp,2,144,25,2,,,,,,o,,d,,,gutim,13443 +nof,297,22,3,8874,6338,,533,1778.1517499999911,,,,,,,144,25,0,,,,,,,,,,,gutim,13443 +non,297,23,3,8875,6338,4080,554,1778.1517499999911,0.05859375,32,0,F1,pppp,2,144,29,2,,,,,,o,,d,,,gutim,13444 +nof,297,23,3,8875,6339,,554,1778.2097499999911,,,,,,,144,29,0,,,,,,,,,,,gutim,13444 +non,297,24,3,8876,6339,4081,568,1778.2097499999911,0.05859375,32,0,A4,pppp,2,144,69,2,,,,,,o,,d,,,gutim,13445 +nof,297,24,3,8876,6340,,568,1778.268749999991,,,,,,,144,69,0,,,,,,,,,,,gutim,13445 +non,297,25,3,8877,6340,4082,582,1778.268749999991,0.0627790178571429,32,0,F1,pppp,2,144,29,2,,,,,,o,,d,,,gutim,13446 +nof,297,25,3,8877,6341,,582,1778.331749999991,,,,,,,144,29,0,,,,,,,,,,,gutim,13446 +non,297,26,3,8878,6341,4083,597,1778.331749999991,0.05859375,32,0,A3,pppp,2,144,57,2,,,,,,o,,d,,,gutim,13447 +nof,297,26,3,8878,6342,,597,1778.389749999991,,,,,,,144,57,0,,,,,,,,,,,gutim,13447 +non,297,27,3,8879,6342,4084,611,1778.389749999991,0.05859375,32,0,F1,pppp,2,144,29,2,,,,,,o,,d,,,gutim,13448 +nof,297,27,3,8879,6343,,611,1778.4487499999912,,,,,,,144,29,0,,,,,,,,,,,gutim,13448 +non,297,28,3,8880,6343,4085,625,1778.4487499999912,0.0627790178571429,32,0,A3,pppp,2,144,57,2,,,,,,o,,d,,,gutim,13449 +nof,297,28,3,8880,6344,,625,1778.511749999991,,,,,,,144,57,0,,,,,,,,,,,gutim,13449 +non,297,29,3,8881,6344,4086,640,1778.511749999991,0.087890625,32,0,F1,pppp,2,144,29,2,,,,,,o,,d,,,gutim,13450 +nof,297,29,3,8881,6345,,640,1778.599749999991,,,,,,,144,29,0,,,,,,,,,,,gutim,13450 +non,297,30,3,8882,6345,4087,661,1778.599749999991,0.087890625,32,0,B0,pppp,2,144,23,2,,,,,,o,,d,,,gutim,13451 +nof,297,30,3,8882,6346,,661,1778.686749999991,,,,,,,144,23,0,,,,,,,,,,,gutim,13451 +non,297,31,3,8883,6346,4088,682,1778.686749999991,0.0920758928571429,32,0,A3,pppp,2,144,57,2,,,,,,o,,D 6006,,,gutim,13452 +nof,297,31,3,8883,6347,,682,1778.778749999991,,,,,,,144,57,0,,,,,,,,,,,gutim,13452 +non,297,32,3,8884,6347,4089,704,1778.778749999991,0.087890625,32,0,B0,pppp,2,144,23,2,,,,,,o,,,,,gutim,13453 +nof,297,32,3,8884,6348,,704,1778.866749999991,,,,,,,144,23,0,,,,,,,,,,,gutim,13453 +non,297,33,3,8885,6348,4090,725,1778.866749999991,0.087890625,32,0,F1,pppp,2,144,29,2,,,,,,o,,,,,gutim,13454 +nof,297,33,3,8885,6349,,725,1778.954749999991,,,,,,,144,29,0,,,,,,,,,,,gutim,13454 +non,297,34,3,8886,6349,4091,746,1778.954749999991,0.0920758928571429,32,0,B0,pppp,2,144,23,2,,,,,,o,,,,,gutim,13455 +nof,297,34,3,8886,6350,,746,1779.046749999991,,,,,,,144,23,0,,,,,,,,,,,gutim,13455 +rst,297,35,1,8887,6350,,768,1779.046749999991,,,,,,,176,102,0,,,,,,,,,,,gutim,13456 +non,297,36,3,8888,6350,4092,768,1779.046749999991,0.087890625,32,0,D2,pppp,2,144,38,2,,,,,,o,,,,,gutim,13457 +nof,297,36,3,8888,6351,,768,1779.134749999991,,,,,,,144,38,0,,,,,,,,,,,gutim,13457 +non,297,37,3,8889,6351,4093,789,1779.134749999991,0.087890625,32,0,Db1,pppp,2,144,25,2,,,,,,o,,,,,gutim,13458 +nof,297,37,3,8889,6352,,789,1779.222749999991,,,,,,,144,25,0,,,,,,,,,,,gutim,13458 +non,297,38,3,8890,6352,4094,810,1779.222749999991,0.05859375,32,0,F1,pppp,2,144,29,2,,,,,,o,,,,,gutim,13459 +nof,297,38,3,8890,6353,,810,1779.281749999991,,,,,,,144,29,0,,,,,,,,,,,gutim,13459 +non,297,39,3,8891,6353,4095,824,1779.281749999991,0.05859375,32,0,A2,pppp,2,144,45,2,,,,,,o,,,,,gutim,13460 +nof,297,39,3,8891,6354,,824,1779.339749999991,,,,,,,144,45,0,,,,,,,,,,,gutim,13460 +non,297,40,3,8892,6354,4096,838,1779.339749999991,0.0627790178571429,32,0,F1,pppp,2,144,29,2,,,,,,o,,,,,gutim,13461 +nof,297,40,3,8892,6355,,838,1779.402749999991,,,,,,,144,29,0,,,,,,,,,,,gutim,13461 +non,297,41,3,8893,6355,4097,853,1779.402749999991,0.05859375,32,0,A2,pppp,2,144,45,2,,,,,,o,,,,,gutim,13462 +nof,297,41,3,8893,6356,,853,1779.461749999991,,,,,,,144,45,0,,,,,,,,,,,gutim,13462 +non,297,42,3,8894,6356,4098,867,1779.461749999991,0.05859375,32,0,F1,pppp,2,144,29,2,,,,,,o,,,,,gutim,13463 +nof,297,42,3,8894,6357,,867,1779.519749999991,,,,,,,144,29,0,,,,,,,,,,,gutim,13463 +non,297,43,3,8895,6357,4099,881,1779.519749999991,0.0627790178571429,32,0,A2,pppp,2,144,45,2,,,,,,o,,,,,gutim,13464 +nof,297,43,3,8895,6358,,881,1779.5827499999912,,,,,,,144,45,0,,,,,,,,,,,gutim,13464 +non,297,44,3,8896,6358,4100,896,1779.5827499999912,0.087890625,32,0,F1,pppp,2,144,29,2,,,,,,o,,,,,gutim,13465 +nof,297,44,3,8896,6359,,896,1779.6707499999911,,,,,,,144,29,0,,,,,,,,,,,gutim,13465 +non,297,45,3,8897,6359,4101,917,1779.6707499999911,0.087890625,32,0,B0,pppp,2,144,23,2,,,,,,o,,,,,gutim,13466 +nof,297,45,3,8897,6360,,917,1779.758749999991,,,,,,,144,23,0,,,,,,,,,,,gutim,13466 +non,297,46,3,8898,6360,4102,938,1779.758749999991,0.0920758928571429,32,0,A2,pppp,2,144,45,2,,,,,,o,,,,,gutim,13467 +nof,297,46,3,8898,6361,,938,1779.850749999991,,,,,,,144,45,0,,,,,,,,,,,gutim,13467 +non,297,47,3,8899,6361,4103,960,1779.850749999991,0.087890625,32,0,B0,pppp,2,144,23,2,,,,,,o,,,,,gutim,13468 +nof,297,47,3,8899,6362,,960,1779.9387499999912,,,,,,,144,23,0,,,,,,,,,,,gutim,13468 +non,297,48,3,8900,6362,4104,981,1779.9387499999912,0.087890625,32,0,F1,pppp,2,144,29,2,,,,,,o,,,,,gutim,13469 +nof,297,48,3,8900,6363,,981,1780.0267499999911,,,,,,,144,29,0,,,,,,,,,,,gutim,13469 +non,297,49,3,8901,6363,4105,1002,1780.0267499999911,0.0920758928571429,32,0,B0,pppp,2,144,23,2,,,,,,o,,,,,gutim,13470 +nof,297,49,3,8901,6364,,1002,1780.118749999991,,,,,,,144,23,0,,,,,,,,,,,gutim,13470 +non,297,50,3,8902,6364,4106,1024,1780.118749999991,0.087890625,32,0,D2,pppp,2,144,38,2,,,,,,o,,,,,gutim,13471 +non,297,51,3,8903,6364,4106,1024,1780.118749999991,0.133928571428571,32,0,A2,pppp,2,144,45,2,,,,,,o,,,,,gutim,13472 +nof,297,50,3,8902,6365,,1024,1780.206749999991,,,,,,,144,38,0,,,,,,,,,,,gutim,13471 +non,297,52,3,8904,6365,4107,1045,1780.206749999991,0.087890625,32,0,Db1,pppp,2,144,25,2,,,,,,o,,,,,gutim,13473 +nof,297,51,3,8903,6366,,1024,1780.252749999991,,,,,,,144,45,0,,,,,,,,,,,gutim,13472 +nof,297,52,3,8904,6367,,1045,1780.2947499999912,,,,,,,144,25,0,,,,,,,,,,,gutim,13473 +non,297,53,3,8905,6367,4108,1066,1780.2947499999912,0.05859375,32,0,F1,pppp,2,144,29,2,,,,,,o,,,,,gutim,13474 +nof,297,53,3,8905,6368,,1066,1780.3527499999911,,,,,,,144,29,0,,,,,,,,,,,gutim,13474 +non,297,54,3,8906,6368,4109,1080,1780.3527499999911,0.05859375,32,0,D2,pppp,2,144,38,2,,,,,,o,,,,,gutim,13475 +non,297,55,3,8907,6368,4109,1080,1780.3527499999911,0.133928571428571,32,0,A2,pppp,2,144,45,2,,,,,,o,,,,,gutim,13476 +nof,297,54,3,8906,6369,,1080,1780.4117499999911,,,,,,,144,38,0,,,,,,,,,,,gutim,13475 +non,297,56,3,8908,6369,4110,1094,1780.4117499999911,0.0627790178571429,32,0,F1,pppp,2,144,29,2,,,,,,o,,,,,gutim,13477 +nof,297,55,3,8907,6370,,1080,1780.474749999991,,,,,,,144,45,0,,,,,,,,,,,gutim,13476 +nof,297,56,3,8908,6370,,1094,1780.474749999991,,,,,,,144,29,0,,,,,,,,,,,gutim,13477 +non,297,57,3,8909,6370,4111,1109,1780.474749999991,0.05859375,32,0,D2,pppp,2,144,38,2,,,,,,o,,,,,gutim,13478 +non,297,58,3,8910,6370,4111,1109,1780.474749999991,0.133928571428571,32,0,A2,pppp,2,144,45,2,,,,,,o,,,,,gutim,13479 +nof,297,57,3,8909,6371,,1109,1780.532749999991,,,,,,,144,38,0,,,,,,,,,,,gutim,13478 +non,297,59,3,8911,6371,4112,1123,1780.532749999991,0.05859375,32,0,F1,pppp,2,144,29,2,,,,,,o,,,,,gutim,13480 +nof,297,58,3,8910,6372,,1109,1780.591749999991,,,,,,,144,45,0,,,,,,,,,,,gutim,13479 +nof,297,59,3,8911,6372,,1123,1780.591749999991,,,,,,,144,29,0,,,,,,,,,,,gutim,13480 +non,297,60,3,8912,6372,4113,1137,1780.591749999991,0.0627790178571429,32,0,D2,pppp,2,144,38,2,,,,,,o,,,,,gutim,13481 +non,297,61,3,8913,6372,4113,1137,1780.591749999991,0.133928571428571,32,0,A2,pppp,2,144,45,2,,,,,,o,,,,,gutim,13482 +nof,297,60,3,8912,6373,,1137,1780.653749999991,,,,,,,144,38,0,,,,,,,,,,,gutim,13481 +non,297,62,3,8914,6373,4114,1152,1780.653749999991,0.087890625,32,0,F1,pppp,2,144,29,2,,,,,,o,,,,,gutim,13483 +nof,297,61,3,8913,6374,,1137,1780.725749999991,,,,,,,144,45,0,,,,,,,,,,,gutim,13482 +nof,297,62,3,8914,6375,,1152,1780.741749999991,,,,,,,144,29,0,,,,,,,,,,,gutim,13483 +non,297,63,3,8915,6375,4115,1173,1780.741749999991,0.087890625,32,0,B0,pppp,2,144,23,2,,,,,,o,,,,,gutim,13484 +nof,297,63,3,8915,6376,,1173,1780.829749999991,,,,,,,144,23,0,,,,,,,,,,,gutim,13484 +non,297,64,3,8916,6376,4116,1194,1780.829749999991,0.0920758928571429,32,0,Db1,pppp,2,144,25,2,,,,,,o,,,,,gutim,13485 +non,297,65,3,8917,6376,4116,1194,1780.829749999991,0.133928571428571,32,0,D2,pppp,2,144,38,2,,,,,,o,,,,,gutim,13486 +non,297,66,3,8918,6376,4116,1194,1780.829749999991,0.133928571428571,32,0,A2,pppp,2,144,45,2,,,,,,o,,,,,gutim,13487 +nof,297,64,3,8916,6377,,1194,1780.921749999991,,,,,,,144,25,0,,,,,,,,,,,gutim,13485 +non,297,67,3,8919,6377,4117,1216,1780.921749999991,0.087890625,32,0,B0,pppp,2,144,23,2,,,,,,o,,,,,gutim,13488 +nof,297,65,3,8917,6378,,1194,1780.963749999991,,,,,,,144,38,0,,,,,,,,,,,gutim,13486 +nof,297,66,3,8918,6378,,1194,1780.963749999991,,,,,,,144,45,0,,,,,,,,,,,gutim,13487 +nof,297,67,3,8919,6379,,1216,1781.009749999991,,,,,,,144,23,0,,,,,,,,,,,gutim,13488 +non,297,68,3,8920,6379,4118,1237,1781.009749999991,0.087890625,32,0,F1,pppp,2,144,29,2,,,,,,o,,,,,gutim,13489 +non,297,69,3,8921,6379,4118,1237,1781.009749999991,0.133928571428571,32,0,D2,pppp,2,144,38,2,,,,,,o,,,,,gutim,13490 +non,297,70,3,8922,6379,4118,1237,1781.009749999991,0.133928571428571,32,0,A2,pppp,2,144,45,2,,,,,,o,,,,,gutim,13491 +nof,297,68,3,8920,6380,,1237,1781.097749999991,,,,,,,144,29,0,,,,,,,,,,,gutim,13489 +non,297,71,3,8923,6380,4119,1258,1781.097749999991,0.0920758928571429,32,0,B0,pppp,2,144,23,2,,,,,,o,,,,,gutim,13492 +nof,297,69,3,8921,6381,,1237,1781.143749999991,,,,,,,144,38,0,,,,,,,,,,,gutim,13490 +nof,297,70,3,8922,6381,,1237,1781.143749999991,,,,,,,144,45,0,,,,,,,,,,,gutim,13491 +ped,297,72,0,8924,6382,,1279,1781.185749999991,,,,,,,176,64,0,,,,,,,^,,,,gutim,13339 +nof,297,71,3,8923,6383,,1258,1781.1897499999911,,,,,,,144,23,0,,,,,,,,,,,gutim,13492 +bar,298,0,0,8925,6383,,0,1781.1897499999911,,,,,,,,,,298,,,,,,,,,,gutim,13493 +rst,298,1,1,8926,6383,,0,1781.1897499999911,,,,,,,176,102,0,,,,,,,,,,,gutim,13494 +rst,298,2,3,8927,6383,,0,1781.1897499999911,,,,,,,176,102,0,,,,,,,,,,,gutim,13495 +non,298,3,4,8928,6383,4120,0,1781.1897499999911,1.07142857142857,4,0,B0,pppp,2,144,23,2,,,,,t,o,,,,,gutim,13496 +non,298,4,4,8929,6383,4120,0,1781.1897499999911,1.07142857142857,4,0,Db1,pppp,2,144,25,2,,,,,t,o,,,,,gutim,13497 +non,298,5,4,8930,6383,4120,0,1781.1897499999911,1.07142857142857,4,0,F1,pppp,2,144,29,2,,,,,t,o,,,,,gutim,13498 +non,298,6,4,8931,6383,4120,0,1781.1897499999911,1.07142857142857,4,0,D2,pppp,2,144,38,2,,,,,t,o,,,,,gutim,13499 +non,298,7,4,8932,6383,4120,0,1781.1897499999911,1.07142857142857,4,0,A2,pppp,2,144,45,2,,,,,t,o,,,,,gutim,13500 +rst,298,8,3,8933,6384,,256,1782.261749999991,,,,,,,176,102,0,,,,,,,,,,,gutim,13501 +non,298,9,4,8934,6384,,256,1782.261749999991,0.355747767857143,8,0,B0,,,,,,,,,,T,,,,,,gutim,13502 +non,298,10,4,8935,6384,,256,1782.261749999991,0.535714285714286,8,0,Db1,,,,,,,,,,T,,,,,,gutim,13503 +non,298,11,4,8936,6384,,256,1782.261749999991,0.535714285714286,8,0,F1,,,,,,,,,,T,,,,,,gutim,13504 +non,298,12,4,8937,6384,,256,1782.261749999991,0.535714285714286,8,0,D2,,,,,,,,,,T,,,,,,gutim,13505 +non,298,13,4,8938,6384,,256,1782.261749999991,0.535714285714286,8,0,A2,,,,,,,,,,T,,,,,,gutim,13506 +non,298,14,4,8939,6385,4121,341,1782.616749999991,0.715680803571429,4,0,B0,pppp,2,144,23,2,,,,,t,o,,,,,gutim,13507 +non,298,15,4,8940,6385,4121,341,1782.616749999991,1.07142857142857,4,0,Db1,pppp,2,144,25,2,,,,,t,o,,,,,gutim,13508 +non,298,16,4,8941,6385,4121,341,1782.616749999991,1.07142857142857,4,0,F1,pppp,2,144,29,2,,,,,t,o,,,,,gutim,13509 +non,298,17,4,8942,6385,4121,341,1782.616749999991,1.07142857142857,4,0,D2,pppp,2,144,38,2,,,,,t,o,,,,,gutim,13510 +non,298,18,4,8943,6385,4121,341,1782.616749999991,1.07142857142857,4,0,A2,pppp,2,144,45,2,,,,,t,o,,,,,gutim,13511 +nof,298,3,4,8928,6386,,0,1782.7667499999911,,,,,,,144,23,0,,,,,,,,,,,gutim,13507 +nof,298,4,4,8929,6387,,0,1782.946749999991,,,,,,,144,25,0,,,,,,,,,,,gutim,13508 +nof,298,5,4,8930,6387,,0,1782.946749999991,,,,,,,144,29,0,,,,,,,,,,,gutim,13509 +nof,298,6,4,8931,6387,,0,1782.946749999991,,,,,,,144,38,0,,,,,,,,,,,gutim,13510 +nof,298,7,4,8932,6387,,0,1782.946749999991,,,,,,,144,45,0,,,,,,,,,,,gutim,13511 +non,298,19,1,8944,6388,4122,512,1783.3327499999912,0.535714285714286,8,0,F4,pp,8,144,65,8,,,,,,o,,,,,gutim,13512 +non,298,20,1,8945,6388,4122,512,1783.3327499999912,0.535714285714286,8,0,C#6,pp,8,144,85,8,,,,,,o,,,,,gutim,13513 +non,298,21,3,8946,6388,4122,512,1783.3327499999912,0.133928571428571,32,0,F#3,pp,8,144,54,8,,,,,,o,,,,,gutim,13514 +non,298,22,4,8947,6388,,512,1783.3327499999912,1.42717633928571,2,0,B0,,,,,,,,,,T,,,,,,gutim,13515 +non,298,23,4,8948,6388,,512,1783.3327499999912,2.14285714285714,2,0,Db1,,,,,,,,,,T,,,,,,gutim,13516 +non,298,24,4,8949,6388,,512,1783.3327499999912,2.14285714285714,2,0,F1,,,,,,,,,,T,,,,,,gutim,13517 +non,298,25,4,8950,6388,,512,1783.3327499999912,2.14285714285714,2,0,D2,,,,,,,,,,T,,,,,,gutim,13518 +non,298,26,4,8951,6388,,512,1783.3327499999912,2.14285714285714,2,0,A2,,,,,,,,,,T,,,,,,gutim,13519 +nof,298,21,3,8946,6389,,512,1783.466749999991,,,,,,,144,54,0,,,,,,,,,,,gutim,13514 +non,298,27,3,8952,6389,4123,544,1783.466749999991,0.401785714285714,16,1,G2,pp,8,144,43,8,,,,,,o,,,,,gutim,13520 +nof,298,19,1,8944,6390,,512,1783.868749999991,,,,,,,144,65,0,,,,,,,,,,,gutim,13512 +nof,298,20,1,8945,6390,,512,1783.868749999991,,,,,,,144,85,0,,,,,,,,,,,gutim,13513 +nof,298,27,3,8952,6391,,544,1783.868749999991,,,,,,,144,43,0,,,,,,,,,,,gutim,13520 +rst,298,28,1,8953,6391,,640,1783.868749999991,,,,,,,176,102,0,,,,,,,,,,,gutim,13521 +rst,298,29,3,8954,6391,,640,1783.868749999991,,,,,,,176,102,0,,,,,,,,,,,gutim,13522 +rst,298,30,1,8955,6392,,768,1784.403749999991,,,,,,,176,102,0,,,,,,,,,,,gutim,13523 +rst,298,31,3,8956,6392,,768,1784.403749999991,,,,,,,176,102,0,,,,,,,,,,,gutim,13524 +nof,298,14,4,8939,6393,,341,1784.759749999991,,,,,,,144,23,0,,,,,,,,,,,gutim,13525 +non,298,32,4,8957,6393,4124,853,1784.759749999991,0.355747767857143,8,0,B0,pp,8,144,23,8,,,,,,o,,,,,gutim,13526 +non,298,33,4,8958,6393,4124,853,1784.759749999991,0.535714285714286,8,0,Db1,pp,8,144,25,8,,,,,,o,,,,,gutim,13527 +non,298,34,4,8959,6393,4124,853,1784.759749999991,0.535714285714286,8,0,F1,pp,8,144,29,8,,,,,,o,,,,,gutim,13528 +non,298,35,4,8960,6393,4124,853,1784.759749999991,0.535714285714286,8,0,D2,pp,8,144,38,8,,,,,,o,,,,,gutim,13529 +non,298,36,4,8961,6393,4124,853,1784.759749999991,0.535714285714286,8,0,A2,pp,8,144,45,8,,,,,,o,,,,,gutim,13530 +nof,298,32,4,8957,6394,,853,1785.115749999991,,,,,,,144,23,0,,,,,,,,,,,gutim,13526 +rst,298,38,4,8962,6394,,938,1785.115749999991,,,,,,,176,102,0,,,,,,,,,,,gutim,13531 +ped,298,37,0,8963,6394,,938,1785.115749999991,,,,,,,176,64,127,,,,,,,V,,,,gutim,13532 +nof,298,33,4,8958,6395,,853,1785.2957499999911,,,,,,,144,25,0,,,,,,,,,,,gutim,13527 +nof,298,34,4,8959,6395,,853,1785.2957499999911,,,,,,,144,29,0,,,,,,,,,,,gutim,13528 +nof,298,35,4,8960,6395,,853,1785.2957499999911,,,,,,,144,38,0,,,,,,,,,,,gutim,13529 +nof,298,36,4,8961,6395,,853,1785.2957499999911,,,,,,,144,45,0,,,,,,,,,,,gutim,13530 +ped,298,41,0,8964,6396,,1024,1785.645749999991,,,,,,,176,64,0,,,,,,,^,,,,gutim,13532 +bpm,298,39,0,8965,6396,,1024,1785.645749999991,,1,,,,,,,,,,38,,,,,,,,gutim,13533 +sec,298,40,0,8966,6396,,1024,1785.645749999991,,,,,,,,,,,6006,,,,,,,,,gutim,13534 +rst,298,42,4,8967,6396,,1024,1785.645749999991,,,,,,,176,102,0,,,,,,,,,,,gutim,13535 +nof,298,15,4,8940,6397,,341,1785.831749999991,,,,,,,144,25,0,,,,,,,,,,,gutim,13536 +nof,298,16,4,8941,6397,,341,1785.831749999991,,,,,,,144,29,0,,,,,,,,,,,gutim,13537 +nof,298,17,4,8942,6397,,341,1785.831749999991,,,,,,,144,38,0,,,,,,,,,,,gutim,13538 +nof,298,18,4,8943,6397,,341,1785.831749999991,,,,,,,144,45,0,,,,,,,,,,,gutim,13539 +bpm,298,43,0,8968,6398,,1393,1787.2477499999911,,1,,,,,,,,,,54,,,,,,,,gutim,13540 +non,298,44,3,8969,6399,4125,,1787.7187499999911,0.05,8,0,E1,s,0,144,28,0,,,,g,,o,,,,,gutim,13541 +nof,298,44,3,8969,6400,,,1787.768749999991,,,,,,,144,28,0,,,,,,,,,,,gutim,13542 +non,298,45,3,8970,6401,4126,,1787.7937499999912,0.05,8,0,C3,s,0,144,48,0,,,,g,,o,,,,,gutim,13543 +nof,298,45,3,8970,6402,,,1787.8437499999911,,,,,,,144,48,0,,,,,,,,,,,gutim,13544 +bar,299,0,0,8971,6403,,0,1787.868749999991,,,,,,,,,,299,,,,,,,,,,gutim,13545 +non,299,1,1,8972,6404,4127,0,1788.868749999991,1.11111111111111,4,0,G#4,p,11,144,68,11,,,,,,o,,d,e,t,gutim,13546 +non,299,2,1,8973,6404,4127,0,1788.868749999991,1.11111111111111,4,0,D#6,p,11,144,87,11,,,,,,o,,d,e,t,gutim,13547 +rst,299,3,2,8974,6404,,0,1788.868749999991,,,,,,,176,102,0,,,,,,,,,,,gutim,13548 +rst,299,4,3,8975,6404,,0,1788.868749999991,,,,,,,176,102,0,,,,,,,,,,,gutim,13549 +rst,299,5,4,8976,6404,,0,1788.868749999991,,,,,,,176,102,0,,,,,,,,,,,gutim,13550 +non,299,10,4,8977,6405,4128,,1789.754749999991,0.05,8,0,E4,ppp,5,144,64,5,,,,g,,o,,,,,gutim,13551 +nof,299,10,4,8977,6406,,,1789.8047499999911,,,,,,,144,64,0,,,,,,,,,,,gutim,13551 +non,299,11,4,8978,6407,4129,,1789.829749999991,0.05,8,0,Bb3,ppp,5,144,58,5,,,,g,,o,,,,,gutim,13552 +nof,299,11,4,8978,6408,,,1789.879749999991,,,,,,,144,58,0,,,,,,,,,,,gutim,13552 +non,299,13,4,8979,6409,4130,,1789.904749999991,0.05,8,0,E3,ppp,5,144,52,5,,,,g,,o,,,,,gutim,13553 +non,299,12,4,8980,6409,4130,,1789.904749999991,0.05,8,0,D3,ppp,5,144,50,5,,,,g,,o,,,,,gutim,13554 +nof,299,13,4,8979,6410,,,1789.954749999991,,,,,,,144,52,0,,,,,,,,,,,gutim,13553 +nof,299,12,4,8980,6410,,,1789.954749999991,,,,,,,144,50,0,,,,,,,,,,,gutim,13554 +nof,299,1,1,8972,6411,,0,1789.979749999991,,,,,,,144,68,0,,,,,,,,,,,gutim,13546 +nof,299,2,1,8973,6411,,0,1789.979749999991,,,,,,,144,87,0,,,,,,,,,,,gutim,13547 +non,299,7,1,8981,6411,4131,256,1789.979749999991,2.22222222222222,2,0,C#4,p,11,144,61,11,,,,,,o,,D,e,t,gutim,13555 +non,299,8,1,8982,6411,4131,256,1789.979749999991,2.22222222222222,2,0,F#4,pp,8,144,66,8,,,,,,o,,D,e,t,gutim,13556 +rst,299,9,3,8983,6411,,256,1789.979749999991,,,,,,,176,102,0,,,,,,,,,,,gutim,13557 +non,299,14,4,8984,6411,4131,256,1789.979749999991,2.22222222222222,2,0,C1,ff,22,144,24,22,,,,,,o,,d,,,gutim,13558 +non,299,15,4,8985,6411,4131,256,1789.979749999991,2.22222222222222,2,0,Db1,pp,8,144,25,8,,,,,,o,,d,,,gutim,13559 +non,299,16,4,8986,6411,4131,256,1789.979749999991,2.22222222222222,2,0,E1,pp,8,144,28,8,,,,,,o,,d,,,gutim,13560 +ped,299,6,0,8987,6412,,136,1789.979749999991,,,,,,,176,64,127,,,,,,,V,,,,gutim,13561 +non,299,17,3,8988,6413,4132,358,1790.421749999991,0.668402777777778,8,1,Eb2,ppp,5,144,39,5,,,,,,o,,d,,,gutim,13562 +nof,299,17,3,8988,6414,,358,1791.090749999991,,,,,,,144,39,0,,,,,,,,,,,gutim,13562 +non,299,18,3,8989,6414,4133,512,1791.090749999991,0.0911458333333333,32,0,Ab1,ppp,5,144,32,5,,,,,,o,,,E,t 6007,gutim,13563 +nof,299,18,3,8989,6415,,512,1791.181749999991,,,,,,,144,32,0,,,,,,,,,,,gutim,13563 +non,299,19,3,8990,6415,4134,533,1791.181749999991,0.0911458333333333,32,0,F2,ppp+,6,144,41,6,,,,,,o,,,e,,gutim,13564 +nof,299,19,3,8990,6416,,533,1791.272749999991,,,,,,,144,41,0,,,,,,,,,,,gutim,13564 +non,299,20,3,8991,6416,4135,554,1791.272749999991,0.0954861111111111,32,0,Gb1,pp-,7,144,30,7,,,,,,o,,,e,,gutim,13565 +nof,299,20,3,8991,6417,,554,1791.368749999991,,,,,,,144,30,0,,,,,,,,,,,gutim,13565 +non,299,21,3,8992,6417,4136,576,1791.368749999991,0.0911458333333333,32,0,Ab1,pp-,7,144,32,7,,,,,,o,,,e,,gutim,13566 +nof,299,21,3,8992,6418,,576,1791.4597499999911,,,,,,,144,32,0,,,,,,,,,,,gutim,13566 +non,299,22,3,8993,6418,4137,597,1791.4597499999911,0.0911458333333333,32,0,F2,pp,8,144,41,8,,,,,,o,,,e,,gutim,13567 +nof,299,22,3,8993,6419,,597,1791.550749999991,,,,,,,144,41,0,,,,,,,,,,,gutim,13567 +non,299,23,3,8994,6419,4138,618,1791.550749999991,0.0954861111111111,32,0,Gb1,pp+,9,144,30,9,,,,,,o,,,e,,gutim,13568 +nof,299,23,3,8994,6420,,618,1791.645749999991,,,,,,,144,30,0,,,,,,,,,,,gutim,13568 +non,299,24,3,8995,6420,4139,640,1791.645749999991,0.078125,64,0,F3,p-,10,144,53,10,,,,,,o,,,E,,gutim,13569 +nof,299,24,3,8995,6421,,640,1791.724749999991,,,,,,,144,53,0,,,,,,,,,,,gutim,13569 +non,299,25,3,8996,6421,4140,658,1791.724749999991,0.15625,32,0,E4,p,11,144,64,11,,,,,,o,,,,,gutim,13570 +nof,299,25,3,8996,6422,,658,1791.8807499999912,,,,,,,144,64,0,,,,,,,,,,,gutim,13570 +non,299,26,3,8997,6422,4141,694,1791.8807499999912,0.0824652777777778,64,0,F3,p+,12,144,53,12,,,,,,o,,,,,gutim,13571 +nof,299,26,3,8997,6423,,694,1791.962749999991,,,,,,,144,53,0,,,,,,,,,,,gutim,13571 +non,299,27,3,8998,6423,4142,713,1791.962749999991,0.078125,64,0,E4,mp-,13,144,64,13,,,,,,o,,,,,gutim,13572 +nof,299,27,3,8998,6424,,713,1792.040749999991,,,,,,,144,64,0,,,,,,,,,,,gutim,13572 +non,299,28,3,8999,6424,4143,731,1792.040749999991,0.078125,64,0,F3,mp-,13,144,53,13,,,,,,o,,,,,gutim,13573 +ped,299,29,0,9000,6425,,749,1792.077749999991,,,,,,,176,64,0,,,,,,,^,,,,gutim,13561 +nof,299,28,3,8999,6426,,731,1792.118749999991,,,,,,,144,53,0,,,,,,,,,,,gutim,13573 +non,299,30,3,9001,6426,4144,749,1792.118749999991,0.0824652777777778,64,0,Gb2,mp,14,144,42,14,,,,,,o,,d,,,gutim,13574 +nof,299,7,1,8981,6427,,256,1792.201749999991,,,,,,,144,61,0,,,,,,,,,,,gutim,13555 +nof,299,15,4,8985,6427,,256,1792.201749999991,,,,,,,144,25,0,,,,,,,,,,,gutim,13559 +nof,299,16,4,8986,6427,,256,1792.201749999991,,,,,,,144,28,0,,,,,,,,,,,gutim,13560 +nof,299,30,3,9001,6427,,749,1792.201749999991,,,,,,,144,42,0,,,,,,,,,,,gutim,13574 +non,299,31,1,9002,6427,4145,768,1792.201749999991,1.11111111111111,4,0,C#4,pp,8,144,61,8,,,,,,o,,d,,,gutim,13575 +rst,299,32,2,9003,6427,,768,1792.201749999991,,,,,,,176,102,0,,,,,,,,,,,gutim,13576 +non,299,33,3,9004,6427,4145,768,1792.201749999991,1.11111111111111,4,0,E1,ff,22,144,28,22,,,,,,o,,d,,,gutim,13577 +non,299,34,4,9005,6427,4145,768,1792.201749999991,1.11111111111111,4,0,Db1,pp,8,144,25,8,,,,,,o,,D,,,gutim,13578 +non,299,35,4,9006,6427,4145,768,1792.201749999991,1.11111111111111,4,0,C2,mp,14,144,36,14,,,,,,o,,D,,,gutim,13579 +nof,299,8,1,8982,6428,,256,1792.201749999991,,,,,,,144,66,0,,,,,,,,,,,gutim,13556 +nof,299,14,4,8984,6428,,256,1792.201749999991,,,,,,,144,24,0,,,,,,,,,,,gutim,13558 +ped,299,36,0,9007,6429,,799,1792.377749999991,,,,,,,176,64,127,,,,,,,V,,,,gutim,13580 +non,299,37,2,9008,6430,4146,870,1792.644749999991,0.112847222222222,32,0,D3,pp-,7,144,50,7,,,,,,o,,,e,,gutim,13581 +nof,299,37,2,9008,6431,,870,1792.7577499999911,,,,,,,144,50,0,,,,,,,,,,,gutim,13581 +non,299,38,2,9009,6431,4147,896,1792.7577499999911,0.108506944444444,32,0,F#5,pp-,7,144,78,7,,,,,,o,,,e,,gutim,13582 +nof,299,38,2,9009,6432,,896,1792.865749999991,,,,,,,144,78,0,,,,,,,,,,,gutim,13582 +non,299,39,2,9010,6432,4148,921,1792.865749999991,0.112847222222222,32,0,E5,pp-,7,144,76,7,,,,,,o,,,e,,gutim,13583 +nof,299,39,2,9010,6433,,921,1792.9787499999911,,,,,,,144,76,0,,,,,,,,,,,gutim,13583 +non,299,40,2,9011,6433,4149,947,1792.9787499999911,0.108506944444444,32,0,Eb2,pp-,7,144,39,7,,,,,,o,,,e,,gutim,13584 +nof,299,40,2,9011,6434,,947,1793.086749999991,,,,,,,144,39,0,,,,,,,,,,,gutim,13584 +non,299,41,2,9012,6434,4150,972,1793.086749999991,0.225694444444444,16,0,Bb3,pp-,7,144,58,7,,,,,,o,,,E 6007,,gutim,13585 +nof,299,41,2,9012,6435,,972,1793.312749999991,,,,,,,144,58,0,,,,,,,,,,,gutim,13585 +non,299,42,1,9013,6435,4151,1024,1793.312749999991,0.108506944444444,32,0,F#5,ppp+,6,144,78,6,,,,,,o,,,,,gutim,13586 +non,299,43,3,9014,6435,4151,1024,1793.312749999991,1.11111111111111,4,0,Ab2,ppp+,6,144,44,6,,,,,,o,,,,,gutim,13587 +rst,299,44,4,9015,6435,,1024,1793.312749999991,,,,,,,176,102,0,,,,,,,,,,,gutim,13588 +rst,299,51,2,9016,6435,,1024,1793.312749999991,,,,,,,176,102,0,,,,,,,,,,,gutim,13589 +nof,299,31,1,9002,6436,,768,1793.312749999991,,,,,,,144,61,0,,,,,,,,,,,gutim,13575 +nof,299,33,3,9004,6436,,768,1793.312749999991,,,,,,,144,28,0,,,,,,,,,,,gutim,13577 +nof,299,34,4,9005,6436,,768,1793.312749999991,,,,,,,144,25,0,,,,,,,,,,,gutim,13578 +nof,299,35,4,9006,6436,,768,1793.312749999991,,,,,,,144,36,0,,,,,,,,,,,gutim,13579 +nof,299,42,1,9013,6437,,1024,1793.421749999991,,,,,,,144,78,0,,,,,,,,,,,gutim,13586 +non,299,45,1,9017,6437,4152,1049,1793.421749999991,0.112847222222222,32,0,E4,ppp+,6,144,64,6,,,,,,o,,,,,gutim,13590 +nof,299,45,1,9017,6438,,1049,1793.533749999991,,,,,,,144,64,0,,,,,,,,,,,gutim,13590 +non,299,46,1,9018,6438,4153,1075,1793.533749999991,0.108506944444444,32,0,D3,ppp+,6,144,50,6,,,,,,o,,,,,gutim,13591 +nof,299,46,1,9018,6439,,1075,1793.642749999991,,,,,,,144,50,0,,,,,,,,,,,gutim,13591 +non,299,47,1,9019,6439,4154,1100,1793.642749999991,0.112847222222222,32,0,F#5,ppp+,6,144,78,6,,,,,,o,,,,,gutim,13592 +nof,299,47,1,9019,6440,,1100,1793.7557499999912,,,,,,,144,78,0,,,,,,,,,,,gutim,13592 +non,299,48,1,9020,6440,4155,1126,1793.7557499999912,0.112847222222222,32,0,E4,ppp+,6,144,64,6,,,,,,o,,,,,gutim,13593 +nof,299,48,1,9020,6441,,1126,1793.868749999991,,,,,,,144,64,0,,,,,,,,,,,gutim,13593 +non,299,49,1,9021,6441,4156,1152,1793.868749999991,0.221354166666667,16,0,Eb2,ppp+,6,144,39,6,,,,,,o,,,,,gutim,13594 +nof,299,49,1,9021,6442,,1152,1794.089749999991,,,,,,,144,39,0,,,,,,,,,,,gutim,13594 +non,299,50,1,9022,6442,4157,1203,1794.089749999991,0.108506944444444,32,0,Bb3,ppp,5,144,58,5,,,,,,o,,,,,gutim,13595 +nof,299,50,1,9022,6443,,1203,1794.1977499999912,,,,,,,144,58,0,,,,,,,,,,,gutim,13595 +non,299,52,1,9023,6443,4158,1228,1794.1977499999912,0.112847222222222,32,0,E4,ppp,5,144,64,5,,,,,,o,,,,,gutim,13596 +nof,299,52,1,9023,6444,,1228,1794.310749999991,,,,,,,144,64,0,,,,,,,,,,,gutim,13596 +non,299,53,1,9024,6444,4159,1254,1794.310749999991,0.112847222222222,32,0,Eb1,ppp,5,144,27,5,,,,,,o,,,,,gutim,13597 +nof,299,53,1,9024,6445,,1254,1794.423749999991,,,,,,,144,27,0,,,,,,,,,,,gutim,13597 +bar,300,0,0,9025,6445,,0,1794.423749999991,,,,,,,,,,300,,,,,,,,,,gutim,13598 +rst,300,1,1,9026,6445,,0,1794.423749999991,,,,,,,176,102,0,,,,,,,,,,,gutim,13599 +non,300,2,2,9027,6445,4160,0,1794.423749999991,0.221354166666667,16,0,E4,mf,17,144,64,17,,,,,,o,,d,,,gutim,13600 +non,300,3,3,9028,6445,4160,,1794.423749999991,0.05,8,0,E1,fff,24,144,28,24,,,,g,t,o,,d,,,gutim,13601 +nof,299,43,3,9014,6446,,1024,1794.423749999991,,,,,,,144,44,0,,,,,,,,,,,gutim,13587 +nof,300,3,3,9028,6447,,,1794.473749999991,,,,,,,144,28,0,,,,,,,,,,,gutim,13601 +non,300,4,3,9029,6448,,0,1794.498749999991,3.33333333333333,2,1,E1,,,,,,,,,,T,,,,,,gutim,13602 +non,300,5,3,9030,6448,4161,0,1794.498749999991,2.22222222222222,2,1,C3,fff,24,144,48,24,,,,,,o,,d,,,gutim,13603 +rst,300,6,4,9031,6448,,0,1794.498749999991,,,,,,,176,102,0,,,,,,,,,,,gutim,13604 +nof,300,2,2,9027,6449,,0,1794.645749999991,,,,,,,144,64,0,,,,,,,,,,,gutim,13600 +ped,300,7,0,9032,6450,,51,1794.720749999991,,,,,,,176,64,0,,,,,,,^,,,,gutim,13580 +non,300,8,2,9033,6450,4162,51,1794.720749999991,0.221354166666667,16,0,F2,f,20,144,41,20,,,,,,o,,,,,gutim,13605 +non,300,9,4,9034,6451,4163,64,1794.7767499999911,0.277777777777778,16,0,C1,ff,22,144,24,22,,,,,,o,,d,,,gutim,13606 +non,300,10,4,9035,6451,4163,64,1794.7767499999911,0.277777777777778,16,0,Gb1,ff,22,144,30,22,,,,,,o,,d,,,gutim,13607 +non,300,11,4,9036,6451,4163,64,1794.7767499999911,0.277777777777778,16,0,Ab1,ff,22,144,32,22,,,,,,o,,d,,,gutim,13608 +non,300,12,4,9037,6451,4163,64,1794.7767499999911,0.277777777777778,16,0,F3,ff,22,144,53,22,,,,,,o,,d,,,gutim,13609 +non,300,13,4,9038,6451,4163,64,1794.7767499999911,0.277777777777778,16,0,E4,ff,22,144,64,22,,,,,,o,,d,,,gutim,13610 +non,300,14,1,9039,6452,4164,85,1794.867749999991,0.368923611111111,8,0,D3,pp,8,144,50,8,,,,,,o,,d,,,gutim,13611 +non,300,15,2,9040,6453,4165,102,1794.941749999991,0.668402777777778,8,1,C2,ff,22,144,36,22,,,,,,o,,d,,,gutim,13612 +nof,300,8,2,9033,6454,,51,1794.941749999991,,,,,,,144,41,0,,,,,,,,,,,gutim,13605 +rst,300,17,4,9041,6455,,128,1795.0547499999911,,,,,,,176,102,0,,,,,,,,,,,gutim,13613 +ped,300,16,0,9042,6455,,128,1795.0547499999911,,,,,,,176,64,127,,,,,,,V,,,,gutim,13614 +nof,300,9,4,9034,6456,,64,1795.0547499999911,,,,,,,144,24,0,,,,,,,,,,,gutim,13606 +nof,300,10,4,9035,6456,,64,1795.0547499999911,,,,,,,144,30,0,,,,,,,,,,,gutim,13607 +nof,300,11,4,9036,6456,,64,1795.0547499999911,,,,,,,144,32,0,,,,,,,,,,,gutim,13608 +nof,300,12,4,9037,6456,,64,1795.0547499999911,,,,,,,144,53,0,,,,,,,,,,,gutim,13609 +nof,300,13,4,9038,6456,,64,1795.0547499999911,,,,,,,144,64,0,,,,,,,,,,,gutim,13610 +nof,300,14,1,9039,6457,,85,1795.2367499999912,,,,,,,144,50,0,,,,,,,,,,,gutim,13611 +non,300,18,1,9043,6457,4166,170,1795.2367499999912,0.373263888888889,8,0,G6,f,20,144,91,20,,,,,,o,,d,,,gutim,13615 +nof,300,15,2,9040,6458,,102,1795.609749999991,,,,,,,144,36,0,,,,,,,,,,,gutim,13612 +nof,300,18,1,9043,6458,,170,1795.609749999991,,,,,,,144,91,0,,,,,,,,,,,gutim,13615 +non,300,19,1,9044,6458,4167,256,1795.609749999991,0.0911458333333333,32,0,Bb5,f,20,144,82,20,,,,,,o,,d,,,gutim,13616 +non,300,20,2,9045,6458,4167,256,1795.609749999991,2.22222222222222,2,0,Bb4,pp,8,144,70,8,,,,,,o,,D 6007,,,gutim,13617 +rst,300,21,4,9046,6458,,256,1795.609749999991,,,,,,,176,102,0,,,,,,,,,,,gutim,13618 +nof,300,19,1,9044,6459,,256,1795.700749999991,,,,,,,144,82,0,,,,,,,,,,,gutim,13616 +non,300,22,1,9047,6459,4168,277,1795.700749999991,0.0911458333333333,32,0,F#2,f-,19,144,42,19,,,,,,o,,,,,gutim,13619 +nof,300,22,1,9047,6460,,277,1795.792749999991,,,,,,,144,42,0,,,,,,,,,,,gutim,13619 +non,300,23,1,9048,6460,4169,298,1795.792749999991,0.0954861111111111,32,0,D4,mf+,18,144,62,18,,,,,,o,,,,,gutim,13620 +nof,300,23,1,9048,6461,,298,1795.887749999991,,,,,,,144,62,0,,,,,,,,,,,gutim,13620 +non,300,24,1,9049,6461,4170,320,1795.887749999991,0.0911458333333333,32,0,Ab4,mf-,16,144,68,16,,,,,,o,,,,,gutim,13621 +nof,300,24,1,9049,6462,,320,1795.9787499999911,,,,,,,144,68,0,,,,,,,,,,,gutim,13621 +non,300,25,1,9050,6462,4171,341,1795.9787499999911,0.0911458333333333,32,0,D4,mp+,15,144,62,15,,,,,,o,,,,,gutim,13622 +nof,300,25,1,9050,6463,,341,1796.069749999991,,,,,,,144,62,0,,,,,,,,,,,gutim,13622 +non,300,26,1,9051,6463,4172,362,1796.069749999991,0.0954861111111111,32,0,Ab4,mp,14,144,68,14,,,,,,o,,,,,gutim,13623 +nof,300,26,1,9051,6464,,362,1796.165749999991,,,,,,,144,68,0,,,,,,,,,,,gutim,13623 +non,300,27,1,9052,6464,4173,384,1796.165749999991,0.0911458333333333,32,0,D4,mp-,13,144,62,13,,,,,,o,,,,,gutim,13624 +nof,300,27,1,9052,6465,,384,1796.2567499999911,,,,,,,144,62,0,,,,,,,,,,,gutim,13624 +non,300,28,1,9053,6465,4174,405,1796.2567499999911,0.0911458333333333,32,0,Ab4,p+,12,144,68,12,,,,,,o,,,,,gutim,13625 +nof,300,28,1,9053,6466,,405,1796.347749999991,,,,,,,144,68,0,,,,,,,,,,,gutim,13625 +non,300,29,1,9054,6466,4175,426,1796.347749999991,0.0954861111111111,32,0,G6,p-,10,144,91,10,,,,,,o,,,,,gutim,13626 +nof,300,29,1,9054,6467,,426,1796.443749999991,,,,,,,144,91,0,,,,,,,,,,,gutim,13626 +non,300,30,1,9055,6467,4176,448,1796.443749999991,0.0911458333333333,32,0,Ab4,pp+,9,144,68,9,,,,,,o,,,,,gutim,13627 +nof,300,30,1,9055,6468,,448,1796.5347499999912,,,,,,,144,68,0,,,,,,,,,,,gutim,13627 +non,300,31,1,9056,6468,4177,469,1796.5347499999912,0.186631944444444,16,0,G6,pp,8,144,91,8,,,,,,o,,,,,gutim,13628 +nof,300,31,1,9056,6469,,469,1796.720749999991,,,,,,,144,91,0,,,,,,,,,,,gutim,13628 +rst,300,32,1,9057,6469,,512,1796.720749999991,,,,,,,176,102,0,,,,,,,,,,,gutim,13629 +nof,300,5,3,9030,6470,,0,1796.720749999991,,,,,,,144,48,0,,,,,,,,,,,gutim,13603 +rst,300,33,1,9058,6471,,768,1797.8327499999912,,,,,,,176,102,0,,,,,,,,,,,gutim,13630 +rst,300,34,2,9059,6471,,768,1797.8327499999912,,,,,,,176,102,0,,,,,,,,,,,gutim,13631 +rst,300,35,3,9060,6471,,768,1797.8327499999912,,,,,,,176,102,0,,,,,,,,,,,gutim,13632 +rst,300,36,4,9061,6471,,768,1797.8327499999912,,,,,,,176,102,0,,,,,,,,,,,gutim,13633 +nof,300,20,2,9045,6472,,256,1797.8327499999912,,,,,,,144,70,0,,,,,,,,,,,gutim,13617 +ped,300,37,0,9062,6473,,896,1798.387749999991,,,,,,,176,64,0,,,,,,,^,,,,gutim,13614 +non,300,38,4,9063,6474,4178,921,1798.4967499999912,0.221354166666667,16,0,G#2,mp,14,144,44,14,,,,,,o,,,,,gutim,13634 +sec,300,39,0,9064,6474,,921,1798.4967499999912,,,,,,,,,,,6007,,,,,,,,,gutim,13635 +non,300,40,3,9065,6475,4179,,1798.569749999991,0.05,8,0,F#1,mf-,16,144,30,16,,,,g,,o,,,,,gutim,13636 +nof,300,40,3,9065,6476,,,1798.619749999991,,,,,,,144,30,0,,,,,,,,,,,gutim,13636 +non,300,41,3,9066,6477,4180,,1798.644749999991,0.05,8,0,A#4,mf+,18,144,70,18,,,,g,,o,,,,,gutim,13637 +nof,300,41,3,9066,6478,,,1798.694749999991,,,,,,,144,70,0,,,,,,,,,,,gutim,13637 +nof,300,38,4,9063,6479,,921,1798.7177499999912,,,,,,,144,44,0,,,,,,,,,,,gutim,13634 +non,300,42,3,9067,6480,4181,938,1798.719749999991,0.373263888888889,8,0,D3,f,20,144,50,20,,,,,,o,,,,,gutim,13638 +non,300,43,4,9068,6481,4182,972,1798.867749999991,0.225694444444444,16,0,F#2,p,11,144,42,11,,,,,,o,,,,,gutim,13639 +ped,300,44,0,9069,6482,,978,1798.893749999991,,,,,,,176,64,127,,,,,,,V,,,,gutim,13640 +nof,300,43,4,9068,6483,,972,1799.0937499999911,,,,,,,144,42,0,,,,,,,,,,,gutim,13639 +nof,300,42,3,9067,6484,,938,1799.0937499999911,,,,,,,144,50,0,,,,,,,,,,,gutim,13638 +bpm,300,45,0,9070,6485,,1024,1799.138749999991,,1,,,,,,,,,,44,,,,,,,,gutim,13641 +non,300,48,1,9071,6485,4183,1024,1799.138749999991,0.814985795454546,8,1,Bb4,fff,24,144,70,24,,,,,t,o,,d,,,gutim,13642 +non,300,49,1,9072,6485,4183,1024,1799.138749999991,0.681818181818182,8,1,E5,fff,24,144,76,24,,,,,t,o,,d,,,gutim,13643 +non,300,50,2,9073,6485,4183,1024,1799.138749999991,1.36363636363636,4,0,D4,p,11,144,62,11,,,,,t,o,,d,,,gutim,13644 +non,300,46,1,9074,6485,4183,,1799.138749999991,0.05,8,0,D3,mf,17,144,50,17,,,,g,,o,,,,,gutim,13645 +nof,300,46,1,9074,6486,,,1799.1887499999912,,,,,,,144,50,0,,,,,,,,,,,gutim,13645 +nof,300,49,1,9072,6487,,1024,1799.213749999991,,,,,,,144,76,0,,,,,,,,,,,gutim,13643 +non,300,47,1,9075,6487,4184,,1799.213749999991,0.05,8,0,E5,f,20,144,76,20,,,,g,,o,,,,,gutim,13646 +non,300,58,3,9076,6488,4185,1024,1799.288749999991,1.36363636363636,4,0,B1,p,11,144,35,11,,,,,t,o,,d,,,gutim,13647 +non,300,51,3,9077,6488,4185,,1799.288749999991,0.05,8,0,E4,p,11,144,64,11,,,,g,,o,,,e,,gutim,13648 +nof,300,51,3,9077,6489,,,1799.338749999991,,,,,,,144,64,0,,,,,,,,,,,gutim,13648 +non,300,52,3,9078,6490,4186,,1799.3637499999911,0.05,8,0,C2,mp-,13,144,36,13,,,,g,,o,,,e,,gutim,13649 +nof,300,52,3,9078,6491,,,1799.413749999991,,,,,,,144,36,0,,,,,,,,,,,gutim,13649 +non,300,53,3,9079,6492,4187,,1799.4387499999912,0.05,8,0,F3,mp+,15,144,53,15,,,,g,,o,,,e,,gutim,13650 +nof,300,53,3,9079,6493,,,1799.4887499999911,,,,,,,144,53,0,,,,,,,,,,,gutim,13650 +non,300,54,3,9080,6494,4188,,1799.513749999991,0.05,8,0,A#1,mf-,16,144,34,16,,,,g,,o,,,e,,gutim,13651 +non,300,55,3,9081,6494,4188,,1799.513749999991,0.05,8,0,F#2,mf-,16,144,42,16,,,,g,,o,,,e,,gutim,13652 +nof,300,54,3,9080,6495,,,1799.5637499999912,,,,,,,144,34,0,,,,,,,,,,,gutim,13651 +nof,300,55,3,9081,6495,,,1799.5637499999912,,,,,,,144,42,0,,,,,,,,,,,gutim,13652 +non,300,56,3,9082,6496,4189,,1799.588749999991,0.05,8,0,G#2,mf+,18,144,44,18,,,,g,,o,,,e,,gutim,13653 +nof,300,56,3,9082,6497,,,1799.638749999991,,,,,,,144,44,0,,,,,,,,,,,gutim,13653 +non,300,57,3,9083,6498,4190,,1799.663749999991,0.05,8,0,C3,f,20,144,48,20,,,,g,,o,,,E 6008,,gutim,13654 +nof,300,57,3,9083,6499,,,1799.713749999991,,,,,,,144,48,0,,,,,,,,,,,gutim,13654 +non,300,59,3,9084,6500,4191,1024,1799.7387499999911,1.36363636363636,4,0,F#2,ff,22,144,42,22,,,,,t,o,,d,,,gutim,13655 +rst,300,60,4,9085,6500,,1024,1799.7387499999911,,,,,,,176,102,0,,,,,,,,,,,gutim,13656 +non,300,61,1,9086,6501,,1177,1800.5537499999912,0.548650568181818,8,0,Bb4,,,,,,,,,,_,,,,,,gutim,13657 +non,300,62,1,9087,6501,,1177,1800.5537499999912,0.681818181818182,8,0,E5,,,,,,,,,,_,,,,,,gutim,13658 +non,300,63,1,9088,6501,4192,1177,1800.5537499999912,0.681818181818182,8,0,F5,f,20,144,77,20,,,,,t,o,,,,,gutim,13659 +non,300,64,1,9089,6502,4193,,1801.027749999991,0.05,8,0,D#5,pp,8,144,75,8,,,,g,,o,,,,,gutim,13660 +nof,300,64,1,9089,6503,,,1801.077749999991,,,,,,,144,75,0,,,,,,,,,,,gutim,13660 +bar,301,0,0,9090,6504,,0,1801.1027499999911,,,,,,,,,,301,,,,,,,,,,gutim,13661 +non,301,1,1,9091,6504,,0,1801.1027499999911,0.814985795454546,8,1,Bb4,,,,,,,,,,T,,,,,,gutim,13662 +non,301,2,1,9092,6504,,0,1801.1027499999911,0.681818181818182,8,1,E5,,,,,,,,,,T,,,,,,gutim,13663 +non,301,3,1,9093,6504,,0,1801.1027499999911,0.681818181818182,8,1,F5,,,,,,,,,,T,,,,,,gutim,13664 +non,301,4,2,9094,6504,,0,1801.1027499999911,0.814985795454546,8,1,D4,,,,,,,,,,T,,,,,,gutim,13665 +non,301,5,3,9095,6504,,0,1801.1027499999911,0.814985795454546,8,1,B1,,,,,,,,,,T,,,,,,gutim,13666 +non,301,6,3,9096,6504,,0,1801.1027499999911,0.681818181818182,8,1,F#2,,,,,,,,,,T,,,,,,gutim,13667 +non,301,7,4,9097,6504,4194,0,1801.1027499999911,0.814985795454546,8,1,B4,pp,8,144,71,8,,,,,,o,,d,,,gutim,13668 +nof,300,47,1,9075,6505,,,1801.183749999991,,,,,,,144,76,0,,,,,,,,,,,gutim,13646 +nof,300,48,1,9071,6506,,1024,1801.317749999991,,,,,,,144,70,0,,,,,,,,,,,gutim,13642 +nof,300,50,2,9073,6506,,1024,1801.317749999991,,,,,,,144,62,0,,,,,,,,,,,gutim,13644 +nof,300,58,3,9076,6507,,1024,1801.4677499999912,,,,,,,144,35,0,,,,,,,,,,,gutim,13647 +nof,300,59,3,9084,6508,,1024,1801.783749999991,,,,,,,144,42,0,,,,,,,,,,,gutim,13655 +nof,300,63,1,9088,6509,,1177,1801.917749999991,,,,,,,144,77,0,,,,,,,,,,,gutim,13659 +nof,301,7,4,9097,6509,,0,1801.917749999991,,,,,,,144,71,0,,,,,,,,,,,gutim,13668 +non,301,8,1,9098,6509,4195,153,1801.917749999991,0.548650568181818,8,0,Bb4,mp,14,144,70,14,,,,,t,o,,d,,,gutim,13669 +non,301,9,1,9099,6509,4195,153,1801.917749999991,0.681818181818182,8,0,F5,f,20,,,,,,,,t,o,,,,,gutim,13670 +non,301,10,2,9100,6509,4195,153,1801.917749999991,0.548650568181818,8,0,D4,pp,8,144,62,8,,,,,t,o,,d,,,gutim,13671 +non,301,11,3,9101,6509,4195,153,1801.917749999991,0.548650568181818,8,0,B1,pp,8,144,35,8,,,,,,o,,D,,,gutim,13672 +non,301,12,3,9102,6509,4195,153,1801.917749999991,0.681818181818182,8,0,F#2,pp,8,144,42,8,,,,,,o,,D,,,gutim,13673 +non,301,13,4,9103,6509,4195,153,1801.917749999991,0.138494318181818,32,0,F5,f,20,144,77,20,,,,,,o,,,,,gutim,13674 +non,301,14,4,9104,6510,4196,179,1802.0557499999911,0.0692471590909091,64,0,A1,mf,17,144,33,17,,,,,,o,,,,,gutim,13675 +nof,301,14,4,9104,6511,,179,1802.124749999991,,,,,,,144,33,0,,,,,,,,,,,gutim,13675 +non,301,15,4,9105,6511,4197,192,1802.124749999991,0.133167613636364,32,0,G1,mp+,15,144,31,15,,,,,,o,,,,,gutim,13676 +nof,301,13,4,9103,6512,,153,1802.258749999991,,,,,,,144,77,0,,,,,,,,,,,gutim,13674 +nof,301,15,4,9105,6512,,192,1802.258749999991,,,,,,,144,31,0,,,,,,,,,,,gutim,13676 +non,301,16,4,9106,6512,4198,217,1802.258749999991,0.0692471590909091,64,0,F5,mp-,13,144,77,13,,,,,,o,,,,,gutim,13677 +non,301,17,4,9107,6513,4199,230,1802.327749999991,0.138494318181818,32,0,G1,p,11,144,31,11,,,,,,o,,,,,gutim,13678 +nof,301,11,3,9101,6514,,153,1802.465749999991,,,,,,,144,35,0,,,,,,,,,,,gutim,13672 +nof,301,12,3,9102,6514,,153,1802.465749999991,,,,,,,144,42,0,,,,,,,,,,,gutim,13673 +nof,301,17,4,9107,6514,,230,1802.465749999991,,,,,,,144,31,0,,,,,,,,,,,gutim,13678 +non,301,18,1,9108,6514,,256,1802.465749999991,1.36363636363636,4,0,Bb4,,,,,,,,,,_,,,,,,gutim,13679 +non,301,19,1,9109,6514,,256,1802.465749999991,1.36363636363636,4,0,F5,,,,,,,,,,_,,,,,,gutim,13680 +non,301,20,2,9110,6514,,256,1802.465749999991,1.36363636363636,4,0,D4,,,,,,,,,,_,,,,,,gutim,13681 +non,301,21,3,9111,6514,4200,256,1802.465749999991,1.36363636363636,4,0,B1,ppp,5,144,35,5,,,,,t,o,,d,,,gutim,13682 +non,301,22,3,9112,6514,4200,256,1802.465749999991,1.36363636363636,4,0,F#2,ppp,5,144,42,5,,,,,t,o,,d,,,gutim,13683 +non,301,23,4,9113,6514,4200,256,1802.465749999991,1.36363636363636,4,0,G1,ppp,5,144,31,5,,,,,t,o,,d,,,gutim,13684 +non,301,24,1,9114,6515,,512,1803.829749999991,0.814985795454546,8,1,Bb4,,,,,,,,,,T,,,,,,gutim,13685 +non,301,25,1,9115,6515,,512,1803.829749999991,0.681818181818182,8,1,F5,,,,,,,,,,T,,,,,,gutim,13686 +non,301,26,2,9116,6515,,512,1803.829749999991,0.814985795454546,8,1,D4,,,,,,,,,,T,,,,,,gutim,13687 +non,301,27,3,9117,6515,,512,1803.829749999991,0.814985795454546,8,1,B1,,,,,,,,,,T,,,,,,gutim,13688 +non,301,28,3,9118,6515,,512,1803.829749999991,0.681818181818182,8,1,F#2,,,,,,,,,,T,,,,,,gutim,13689 +non,301,29,4,9119,6515,,512,1803.829749999991,0.271661931818182,16,0,G1,,,,,,,,,,T,,,,,,gutim,13690 +nof,301,23,4,9113,6516,,256,1804.1017499999912,,,,,,,144,31,0,,,,,,,,,,,gutim,13684 +ped,301,30,0,9120,6516,,563,1804.1017499999912,,,,,,,176,64,0,,,,,,,^,,,,gutim,13640 +non,301,31,4,9121,6516,4201,563,1804.1017499999912,0.543323863636364,8,0,F3,ff,22,144,53,22,,,,,,o,,d,,,gutim,13691 +nof,301,22,3,9112,6517,,256,1804.511749999991,,,,,,,144,42,0,,,,,,,,,,,gutim,13683 +nof,301,31,4,9121,6518,,563,1804.644749999991,,,,,,,144,53,0,,,,,,,,,,,gutim,13691 +non,301,32,1,9122,6518,4202,665,1804.644749999991,0.548650568181818,8,0,Bb4,ppp,5,144,70,5,,,,,,o,,d,,,gutim,13692 +non,301,33,1,9123,6518,4202,665,1804.644749999991,0.681818181818182,8,0,F5,ppp,5,144,77,5,,,,,,o,,d,,,gutim,13693 +rst,301,34,2,9124,6518,,665,1804.644749999991,,,,,,,176,102,0,,,,,,,,,,,gutim,13694 +non,301,36,3,9125,6518,4202,665,1804.644749999991,0.548650568181818,8,0,B1,ppp,5,144,35,5,,,,,,o,,d,,,gutim,13695 +non,301,37,3,9126,6518,4202,665,1804.644749999991,0.681818181818182,8,0,F#2,ppp,5,144,42,5,,,,,,o,,d,,,gutim,13696 +rst,301,38,4,9127,6518,,665,1804.644749999991,,,,,,,176,102,0,,,,,,,,,,,gutim,13697 +ped,301,35,0,9128,6518,,665,1804.644749999991,,,,,,,176,64,127,,,,,,,V,,,,gutim,13698 +nof,301,8,1,9098,6519,,153,1804.644749999991,,,,,,,144,70,0,,,,,,,,,,,gutim,13692 +nof,301,10,2,9100,6519,,153,1804.644749999991,,,,,,,144,62,0,,,,,,,,,,,gutim,13671 +nof,301,16,4,9106,6519,,217,1804.644749999991,,,,,,,144,77,0,,,,,,,,,,,gutim,13693 +nof,301,21,3,9111,6519,,256,1804.644749999991,,,,,,,144,35,0,,,,,,,,,,,gutim,13695 +bpm,301,39,0,9129,6520,,768,1805.010749999991,,1,,,,,,,,,,66,,,,,,,,gutim,13699 +non,301,40,1,9130,6520,4203,768,1805.010749999991,0.909090909090909,4,0,Gb6,fff,24,144,90,24,,,,,,o,,d,,,gutim,13700 +rst,301,41,2,9131,6520,,768,1805.010749999991,,,,,,,176,102,0,,,,,,,,,,,gutim,13701 +rst,301,42,3,9132,6520,,768,1805.010749999991,,,,,,,176,102,0,,,,,,,,,,,gutim,13702 +rst,301,43,4,9133,6520,,768,1805.010749999991,,,,,,,176,102,0,,,,,,,,,,,gutim,13703 +nof,301,32,1,9122,6521,,665,1805.193749999991,,,,,,,144,70,0,,,,,,,,,,,gutim,13704 +nof,301,36,3,9125,6521,,665,1805.193749999991,,,,,,,144,35,0,,,,,,,,,,,gutim,13705 +non,301,44,3,9134,6522,4204,844,1805.280749999991,0.2734375,16,1,D4,pp,8,144,62,8,,,,,,o,,D 6008,,,gutim,13706 +nof,301,33,1,9123,6523,,665,1805.326749999991,,,,,,,144,77,0,,,,,,,,,,,gutim,13707 +nof,301,37,3,9126,6523,,665,1805.326749999991,,,,,,,144,42,0,,,,,,,,,,,gutim,13696 +nof,301,44,3,9134,6524,,844,1805.5537499999912,,,,,,,144,62,0,,,,,,,,,,,gutim,13706 +non,301,45,3,9135,6524,4205,921,1805.5537499999912,0.0461647727272727,64,0,F#2,pp,8,144,42,8,,,,,,o,,,,,gutim,13708 +nof,301,45,3,9135,6525,,921,1805.599749999991,,,,,,,144,42,0,,,,,,,,,,,gutim,13708 +non,301,46,3,9136,6525,4206,934,1805.599749999991,0.0923295454545454,32,0,B2,pp,8,144,47,8,,,,,,o,,,,,gutim,13709 +nof,301,46,3,9136,6526,,934,1805.691749999991,,,,,,,144,47,0,,,,,,,,,,,gutim,13709 +non,301,47,3,9137,6526,4207,960,1805.691749999991,0.0426136363636364,64,0,F#2,pp,8,144,42,8,,,,,,o,,,,,gutim,13710 +nof,301,47,3,9137,6527,,960,1805.734749999991,,,,,,,144,42,0,,,,,,,,,,,gutim,13710 +non,301,48,3,9138,6527,4208,972,1805.734749999991,0.0923295454545454,32,0,B2,pp-,7,144,47,7,,,,,,o,,,,,gutim,13711 +nof,301,48,3,9138,6528,,972,1805.826749999991,,,,,,,144,47,0,,,,,,,,,,,gutim,13711 +non,301,49,3,9139,6528,4209,998,1805.826749999991,0.0461647727272727,64,0,F#2,pp-,7,144,42,7,,,,,,o,,,,,gutim,13712 +nof,301,49,3,9139,6529,,998,1805.873749999991,,,,,,,144,42,0,,,,,,,,,,,gutim,13712 +non,301,50,3,9140,6529,4210,1011,1805.873749999991,0.0461647727272727,64,0,B2,pp-,7,144,47,7,,,,,,o,,,,,gutim,13713 +nof,301,50,3,9140,6530,,1011,1805.9197499999912,,,,,,,144,47,0,,,,,,,,,,,gutim,13713 +non,301,51,1,9141,6530,4211,1024,1805.9197499999912,0.909090909090909,4,0,F4,mf,17,144,65,17,,,,,,o,,,,,gutim,13714 +rst,301,52,2,9142,6530,,1024,1805.9197499999912,,,,,,,176,102,0,,,,,,,,,,,gutim,13715 +rst,301,53,3,9143,6530,,1024,1805.9197499999912,,,,,,,176,102,0,,,,,,,,,,,gutim,13716 +nof,301,40,1,9130,6531,,768,1805.9197499999912,,,,,,,144,90,0,,,,,,,,,,,gutim,13700 +non,301,54,3,9144,6532,4212,1075,1806.100749999991,0.0461647727272727,64,0,F#2,ppp+,6,144,42,6,,,,,,o,,,,,gutim,13717 +nof,301,54,3,9144,6533,,1075,1806.146749999991,,,,,,,144,42,0,,,,,,,,,,,gutim,13717 +non,301,55,3,9145,6533,4213,1088,1806.146749999991,0.0887784090909091,32,0,B2,ppp+,6,144,47,6,,,,,,o,,,,,gutim,13718 +nof,301,55,3,9145,6534,,1088,1806.235749999991,,,,,,,144,47,0,,,,,,,,,,,gutim,13718 +non,301,56,3,9146,6534,4214,1113,1806.235749999991,0.0461647727272727,64,0,F#2,ppp+,6,144,42,6,,,,,,o,,,,,gutim,13719 +nof,301,56,3,9146,6535,,1113,1806.281749999991,,,,,,,144,42,0,,,,,,,,,,,gutim,13719 +non,301,57,3,9147,6535,4215,1126,1806.281749999991,0.181107954545455,16,0,B2,ppp+,6,144,47,6,,,,,,o,,,,,gutim,13720 +nof,301,57,3,9147,6536,,1126,1806.462749999991,,,,,,,144,47,0,,,,,,,,,,,gutim,13720 +non,301,58,3,9148,6536,4216,1177,1806.462749999991,0.0461647727272727,64,0,F#2,ppp,5,144,42,5,,,,,,o,,,,,gutim,13721 +nof,301,58,3,9148,6537,,1177,1806.508749999991,,,,,,,144,42,0,,,,,,,,,,,gutim,13721 +non,301,59,3,9149,6537,4217,1190,1806.508749999991,0.0923295454545454,32,0,B2,ppp,5,144,47,5,,,,,,o,,,,,gutim,13722 +nof,301,59,3,9149,6538,,1190,1806.6017499999912,,,,,,,144,47,0,,,,,,,,,,,gutim,13722 +non,301,60,3,9150,6538,4218,1216,1806.6017499999912,0.0426136363636364,64,0,F#2,ppp,5,144,42,5,,,,,,o,,,,,gutim,13723 +nof,301,60,3,9150,6539,,1216,1806.643749999991,,,,,,,144,42,0,,,,,,,,,,,gutim,13723 +non,301,61,3,9151,6539,4219,1228,1806.643749999991,0.184659090909091,16,0,B2,ppp,5,144,47,5,,,,,,o,,,,,gutim,13724 +nof,301,51,1,9141,6540,,1024,1806.828749999991,,,,,,,144,65,0,,,,,,,,,,,gutim,13714 +nof,301,61,3,9151,6540,,1228,1806.828749999991,,,,,,,144,47,0,,,,,,,,,,,gutim,13724 +rst,301,62,1,9152,6540,,1280,1806.828749999991,,,,,,,176,102,0,,,,,,,,,,,gutim,13725 +rst,301,63,2,9153,6540,,1280,1806.828749999991,,,,,,,176,102,0,,,,,,,,,,,gutim,13726 +rst,301,64,3,9154,6540,,1280,1806.828749999991,,,,,,,176,102,0,,,,,,,,,,,gutim,13727 +non,301,65,4,9155,6540,4220,1280,1806.828749999991,0.454545454545455,8,0,Ab1,pp,8,144,32,8,,,,,,o,,,,,gutim,13728 +non,301,66,3,9156,6541,4221,1331,1807.009749999991,0.0461647727272727,64,0,F#2,pp,8,144,42,8,,,,,,o,,,,,gutim,13729 +nof,301,66,3,9156,6542,,1331,1807.0557499999911,,,,,,,144,42,0,,,,,,,,,,,gutim,13729 +non,301,67,3,9157,6542,4222,1344,1807.0557499999911,0.0887784090909091,32,0,B2,pp,8,144,47,8,,,,,,o,,,,,gutim,13730 +nof,301,67,3,9157,6543,,1344,1807.144749999991,,,,,,,144,47,0,,,,,,,,,,,gutim,13730 +non,301,68,3,9158,6543,4223,1369,1807.144749999991,0.0461647727272727,64,0,F#2,pp,8,144,42,8,,,,,,o,,,,,gutim,13731 +nof,301,68,3,9158,6544,,1369,1807.190749999991,,,,,,,144,42,0,,,,,,,,,,,gutim,13731 +ped,301,69,0,9159,6544,,1382,1807.190749999991,,,,,,,176,64,0,,,,,,,^,,,,gutim,13698 +non,301,70,3,9160,6544,4224,1382,1807.190749999991,0.0923295454545454,32,0,B2,pp,8,144,47,8,,,,,,o,,,,,gutim,13732 +nof,301,65,4,9155,6545,,1280,1807.282749999991,,,,,,,144,32,0,,,,,,,,,,,gutim,13728 +nof,301,70,3,9160,6545,,1382,1807.282749999991,,,,,,,144,47,0,,,,,,,,,,,gutim,13732 +bpm,301,71,0,9161,6546,,1408,1807.317749999991,,1,,,,,,,,,,48,,,,,,,,gutim,13733 +non,301,72,1,9162,6546,4225,1408,1807.317749999991,0.1025390625,64,1,E2,p,11,144,40,11,,,,,,o,,,,,gutim,13734 +non,301,73,3,9163,6546,4225,1408,1807.317749999991,0.625,8,0,C2,ff,22,144,36,22,,,,,,o,,,,,gutim,13735 +rst,301,74,4,9164,6546,,1408,1807.317749999991,,,,,,,176,102,0,,,,,,,,,,,gutim,13736 +nof,301,72,1,9162,6547,,1408,1807.4207499999911,,,,,,,144,40,0,,,,,,,,,,,gutim,13734 +non,301,75,1,9165,6547,4226,1429,1807.4207499999911,0.1025390625,64,1,Gb5,p-,10,144,78,10,,,,,,o,,,,,gutim,13737 +nof,301,75,1,9165,6548,,1429,1807.522749999991,,,,,,,144,78,0,,,,,,,,,,,gutim,13737 +non,301,76,1,9166,6548,4227,1450,1807.522749999991,0.068359375,64,0,C3,pp,8,144,48,8,,,,,,o,,,,,gutim,13738 +nof,301,76,1,9166,6549,,1450,1807.590749999991,,,,,,,144,48,0,,,,,,,,,,,gutim,13738 +non,301,77,1,9167,6549,4228,1464,1807.590749999991,0.0732421875,64,0,Gb5,pp,8,144,78,8,,,,,,o,,,,,gutim,13739 +nof,301,77,1,9167,6550,,1464,1807.664749999991,,,,,,,144,78,0,,,,,,,,,,,gutim,13739 +non,301,78,1,9168,6550,4229,1479,1807.664749999991,0.068359375,64,0,Ab2,pp-,7,144,44,7,,,,,,o,,,,,gutim,13740 +non,301,79,1,9169,6550,4229,1479,1807.664749999991,0.078125,64,0,C3,pp-,7,144,48,7,,,,,,o,,,,,gutim,13741 +nof,301,78,1,9168,6551,,1479,1807.732749999991,,,,,,,144,44,0,,,,,,,,,,,gutim,13740 +non,301,80,1,9170,6551,4230,1493,1807.732749999991,0.068359375,64,0,F4,ppp+,6,144,65,6,,,,,,o,,,,,gutim,13742 +non,301,81,1,9171,6551,4230,1493,1807.732749999991,0.078125,64,0,Gb5,ppp+,6,144,78,6,,,,,,o,,,,,gutim,13743 +nof,301,79,1,9169,6552,,1479,1807.742749999991,,,,,,,144,48,0,,,,,,,,,,,gutim,13741 +nof,301,80,1,9170,6553,,1493,1807.800749999991,,,,,,,144,65,0,,,,,,,,,,,gutim,13742 +non,301,82,1,9172,6553,4231,1507,1807.800749999991,0.1416015625,32,0,Ab2,ppp,5,144,44,5,,,,,,o,,,,,gutim,13744 +nof,301,81,1,9171,6554,,1493,1807.810749999991,,,,,,,144,78,0,,,,,,,,,,,gutim,13743 +nof,301,73,3,9163,6555,,1408,1807.942749999991,,,,,,,144,36,0,,,,,,,,,,,gutim,13735 +nof,301,82,1,9172,6555,,1507,1807.942749999991,,,,,,,144,44,0,,,,,,,,,,,gutim,13744 +bar,302,0,0,9173,6555,,0,1807.942749999991,,,,,,,,,,302,,,,,,,,,,gutim,13745 +sec,302,1,0,9174,6555,,0,1807.942749999991,,,,,,,,,,,6008,,,,,,,,,gutim,13746 +bpm,302,2,0,9175,6555,,0,1807.942749999991,,1,,,,,,,,,,80,,,,,,,,gutim,13747 +non,302,3,1,9176,6555,4232,,1807.942749999991,0.05,8,0,F#4,ppp,5,144,66,5,,,,g,,o,,,,,gutim,13748 +nof,302,3,1,9176,6556,,,1807.992749999991,,,,,,,144,66,0,,,,,,,,,,,gutim,13748 +non,302,4,1,9177,6557,4233,0,1808.017749999991,1.125,4,1,E1,ppp,5,144,28,5,,,,,,o,,,,,gutim,13749 +rst,302,5,3,9178,6557,,0,1808.017749999991,,,,,,,176,102,0,,,,,,,,,,,gutim,13750 +non,302,6,3,9179,6558,4234,,1808.767749999991,0.05,8,0,C#5,p,11,144,73,11,,,,g,,o,,,e,,gutim,13751 +nof,302,6,3,9179,6559,,,1808.817749999991,,,,,,,144,73,0,,,,,,,,,,,gutim,13751 +non,302,7,3,9180,6560,4235,,1808.8427499999912,0.05,8,0,A1,p,11,144,33,11,,,,g,,o,,,e,,gutim,13752 +nof,302,7,3,9180,6561,,,1808.892749999991,,,,,,,144,33,0,,,,,,,,,,,gutim,13752 +non,302,8,3,9181,6562,4236,,1808.917749999991,0.05,8,0,C#4,p-,10,144,61,10,,,,g,,o,,,e,,gutim,13753 +nof,302,8,3,9181,6563,,,1808.9677499999912,,,,,,,144,61,0,,,,,,,,,,,gutim,13753 +non,302,9,3,9182,6564,4237,,1808.992749999991,0.05,8,0,A1,p-,10,144,33,10,,,,g,,o,,,e,,gutim,13754 +nof,302,9,3,9182,6565,,,1809.042749999991,,,,,,,144,33,0,,,,,,,,,,,gutim,13754 +non,302,10,3,9183,6566,4238,,1809.067749999991,0.05,8,0,C#4,pp,8,144,61,8,,,,g,,o,,,e,,gutim,13755 +nof,302,10,3,9183,6567,,,1809.117749999991,,,,,,,144,61,0,,,,,,,,,,,gutim,13755 +nof,302,4,1,9177,6568,,0,1809.142749999991,,,,,,,144,28,0,,,,,,,,,,,gutim,13749 +non,302,11,3,9184,6568,4239,256,1809.142749999991,0.4482421875,8,1,A1,pp,8,144,33,8,,,,,,o,,,E,,gutim,13756 +non,302,12,3,9185,6568,4239,256,1809.142749999991,0.375,8,1,F#2,pp,8,144,42,8,,,,,,o,,,E,,gutim,13757 +non,302,13,3,9186,6568,4239,256,1809.142749999991,0.375,8,1,C#4,pp,8,144,61,8,,,,,,o,,,E,,gutim,13758 +nof,302,12,3,9185,6569,,256,1809.517749999991,,,,,,,144,42,0,,,,,,,,,,,gutim,13757 +nof,302,13,3,9186,6569,,256,1809.517749999991,,,,,,,144,61,0,,,,,,,,,,,gutim,13758 +rst,302,14,1,9187,6569,,384,1809.517749999991,,,,,,,176,102,0,,,,,,,,,,,gutim,13759 +nof,302,11,3,9184,6570,,256,1809.590749999991,,,,,,,144,33,0,,,,,,,,,,,gutim,13756 +non,302,15,3,9188,6570,4240,409,1809.590749999991,0.3017578125,8,0,A1,ff,22,144,33,22,,,,,,o,,d,,,gutim,13760 +non,302,16,3,9189,6570,4240,409,1809.590749999991,0.375,8,0,F#2,ff,22,144,42,22,,,,,,o,,d,,,gutim,13761 +non,302,17,3,9190,6570,4240,409,1809.590749999991,0.375,8,0,C#4,ff,22,144,61,22,,,,,,o,,d,,,gutim,13762 +non,302,19,1,9191,6571,4241,,1809.817749999991,0.05,8,0,D#5,p,11,144,75,11,,,,g,,o,,d,,,gutim,13763 +nof,302,19,1,9191,6572,,,1809.867749999991,,,,,,,144,75,0,,,,,,,,,,,gutim,13763 +nof,302,15,3,9188,6573,,409,1809.892749999991,,,,,,,144,33,0,,,,,,,,,,,gutim,13760 +nof,302,17,3,9190,6573,,409,1809.892749999991,,,,,,,144,61,0,,,,,,,,,,,gutim,13762 +non,302,20,1,9192,6573,4242,512,1809.892749999991,1.5,2,0,B4,p,11,144,71,11,,,,,,o,,d,,,gutim,13764 +non,302,21,3,9193,6573,4242,512,1809.892749999991,0.08203125,32,0,C#4,ppp,5,144,61,5,,,,,,o,,d,e,,gutim,13765 +ped,302,18,0,9194,6573,,512,1809.892749999991,,,,,,,176,64,127,,,,,,,V,,,,gutim,13766 +nof,302,16,3,9189,6574,,409,1809.965749999991,,,,,,,144,42,0,,,,,,,,,,,gutim,13761 +nof,302,21,3,9193,6575,,512,1809.974749999991,,,,,,,144,61,0,,,,,,,,,,,gutim,13765 +non,302,22,3,9195,6575,4243,540,1809.974749999991,0.08203125,32,0,A1,ppp,5,144,33,5,,,,,,o,,,e,,gutim,13767 +nof,302,22,3,9195,6576,,540,1810.056749999991,,,,,,,144,33,0,,,,,,,,,,,gutim,13767 +non,302,23,3,9196,6576,4244,568,1810.056749999991,0.0849609375,32,0,F#2,ppp,5,144,42,5,,,,,,o,,,e,,gutim,13768 +nof,302,23,3,9196,6577,,568,1810.1417499999911,,,,,,,144,42,0,,,,,,,,,,,gutim,13768 +non,302,24,3,9197,6577,4245,597,1810.1417499999911,0.08203125,32,0,C#4,ppp,5,144,61,5,,,,,,o,,,e,,gutim,13769 +nof,302,24,3,9197,6578,,597,1810.223749999991,,,,,,,144,61,0,,,,,,,,,,,gutim,13769 +non,302,25,3,9198,6578,4246,625,1810.223749999991,0.0849609375,32,0,F#2,ppp,5,144,42,5,,,,,,o,,,e,,gutim,13770 +nof,302,25,3,9198,6579,,625,1810.308749999991,,,,,,,144,42,0,,,,,,,,,,,gutim,13770 +non,302,26,3,9199,6579,4247,654,1810.308749999991,0.1669921875,16,0,A1,ppp,5,144,33,5,,,,,,o,,,E,,gutim,13771 +nof,302,26,3,9199,6580,,654,1810.475749999991,,,,,,,144,33,0,,,,,,,,,,,gutim,13771 +non,302,27,3,9200,6580,4248,711,1810.475749999991,0.08203125,32,0,C#4,ppp,5,144,61,5,,,,,,o,,,,,gutim,13772 +nof,302,27,3,9200,6581,,711,1810.557749999991,,,,,,,144,61,0,,,,,,,,,,,gutim,13772 +non,302,28,3,9201,6581,4249,739,1810.557749999991,0.0849609375,32,0,F#2,ppp,5,144,42,5,,,,,,o,,,,,gutim,13773 +nof,302,28,3,9201,6582,,739,1810.642749999991,,,,,,,144,42,0,,,,,,,,,,,gutim,13773 +non,302,29,3,9202,6582,4250,768,1810.642749999991,0.08203125,32,0,C#4,ppp,5,144,61,5,,,,,,o,,,,,gutim,13774 +nof,302,29,3,9202,6583,,768,1810.724749999991,,,,,,,144,61,0,,,,,,,,,,,gutim,13774 +non,302,30,3,9203,6583,4251,796,1810.724749999991,0.08203125,32,0,A1,ppp+,6,144,33,6,,,,,,o,,,,,gutim,13775 +nof,302,30,3,9203,6584,,796,1810.806749999991,,,,,,,144,33,0,,,,,,,,,,,gutim,13775 +non,302,31,3,9204,6584,4252,824,1810.806749999991,0.0849609375,32,0,F#2,ppp+,6,144,42,6,,,,,,o,,,,,gutim,13776 +nof,302,31,3,9204,6585,,824,1810.8917499999911,,,,,,,144,42,0,,,,,,,,,,,gutim,13776 +non,302,32,3,9205,6585,4253,853,1810.8917499999911,0.08203125,32,0,C#4,ppp+,6,144,61,6,,,,,,o,,,,,gutim,13777 +nof,302,32,3,9205,6586,,853,1810.973749999991,,,,,,,144,61,0,,,,,,,,,,,gutim,13777 +non,302,33,3,9206,6586,4254,881,1810.973749999991,0.0849609375,32,0,F#2,ppp+,6,144,42,6,,,,,,o,,,,,gutim,13778 +nof,302,33,3,9206,6587,,881,1811.058749999991,,,,,,,144,42,0,,,,,,,,,,,gutim,13778 +non,302,34,3,9207,6587,4255,910,1811.058749999991,0.1669921875,16,0,A1,ppp+,6,144,33,6,,,,,,o,,,,,gutim,13779 +nof,302,34,3,9207,6588,,910,1811.225749999991,,,,,,,144,33,0,,,,,,,,,,,gutim,13779 +non,302,35,3,9208,6588,4256,967,1811.225749999991,0.08203125,32,0,C#4,pp-,7,144,61,7,,,,,,o,,,e,,gutim,13780 +nof,302,35,3,9208,6589,,967,1811.307749999991,,,,,,,144,61,0,,,,,,,,,,,gutim,13780 +non,302,36,3,9209,6589,4257,995,1811.307749999991,0.0849609375,32,0,F#2,pp-,7,144,42,7,,,,,,o,,,e,,gutim,13781 +nof,302,20,1,9192,6590,,512,1811.392749999991,,,,,,,144,71,0,,,,,,,,,,,gutim,13764 +nof,302,36,3,9209,6590,,995,1811.392749999991,,,,,,,144,42,0,,,,,,,,,,,gutim,13781 +bar,303,0,0,9210,6590,,0,1811.392749999991,,,,,,,,,,303,,,,,,,,,,gutim,13782 +rst,303,1,1,9211,6590,,0,1811.392749999991,,,,,,,176,102,0,,,,,,,,,,,gutim,13783 +non,303,2,3,9212,6590,4258,0,1811.392749999991,0.08203125,32,0,C#4,pp-,7,144,61,7,,,,,,o,,,e,,gutim,13784 +nof,303,2,3,9212,6591,,0,1811.474749999991,,,,,,,144,61,0,,,,,,,,,,,gutim,13784 +non,303,3,3,9213,6591,4259,28,1811.474749999991,0.08203125,32,0,A1,pp-,7,144,33,7,,,,,,o,,,e,,gutim,13785 +nof,303,3,3,9213,6592,,28,1811.556749999991,,,,,,,144,33,0,,,,,,,,,,,gutim,13785 +non,303,4,3,9214,6592,4260,56,1811.556749999991,0.0849609375,32,0,F#2,pp-,7,144,42,7,,,,,,o,,,e,,gutim,13786 +nof,303,4,3,9214,6593,,56,1811.6417499999911,,,,,,,144,42,0,,,,,,,,,,,gutim,13786 +non,303,5,3,9215,6593,4261,85,1811.6417499999911,0.08203125,32,0,C#4,pp,8,144,61,8,,,,,,o,,,e,,gutim,13787 +nof,303,5,3,9215,6594,,85,1811.723749999991,,,,,,,144,61,0,,,,,,,,,,,gutim,13787 +non,303,6,3,9216,6594,4262,113,1811.723749999991,0.0849609375,32,0,F#2,pp,8,144,42,8,,,,,,o,,,e,,gutim,13788 +nof,303,6,3,9216,6595,,113,1811.808749999991,,,,,,,144,42,0,,,,,,,,,,,gutim,13788 +non,303,7,3,9217,6595,4263,142,1811.808749999991,0.1669921875,16,0,A1,pp,8,144,33,8,,,,,,o,,,E,,gutim,13789 +nof,303,7,3,9217,6596,,142,1811.975749999991,,,,,,,144,33,0,,,,,,,,,,,gutim,13789 +non,303,8,3,9218,6596,4264,199,1811.975749999991,0.08203125,32,0,C#4,pp,8,144,61,8,,,,,,o,,,,,gutim,13790 +nof,303,8,3,9218,6597,,199,1812.057749999991,,,,,,,144,61,0,,,,,,,,,,,gutim,13790 +non,303,9,3,9219,6597,4265,227,1812.057749999991,0.0849609375,32,0,F#2,pp+,9,144,42,9,,,,,,o,,,,,gutim,13791 +nof,303,9,3,9219,6598,,227,1812.142749999991,,,,,,,144,42,0,,,,,,,,,,,gutim,13791 +non,303,10,3,9220,6598,4266,256,1812.142749999991,0.08203125,32,0,C#4,pp+,9,144,61,9,,,,,,o,,,,,gutim,13792 +nof,303,10,3,9220,6599,,256,1812.224749999991,,,,,,,144,61,0,,,,,,,,,,,gutim,13792 +non,303,11,3,9221,6599,4267,284,1812.224749999991,0.08203125,32,0,A1,pp+,9,144,33,9,,,,,,o,,,,,gutim,13793 +nof,303,11,3,9221,6600,,284,1812.306749999991,,,,,,,144,33,0,,,,,,,,,,,gutim,13793 +non,303,12,3,9222,6600,4268,312,1812.306749999991,0.0849609375,32,0,F#2,pp+,9,144,42,9,,,,,,o,,,,,gutim,13794 +nof,303,12,3,9222,6601,,312,1812.3917499999911,,,,,,,144,42,0,,,,,,,,,,,gutim,13794 +non,303,13,3,9223,6601,4269,341,1812.3917499999911,0.08203125,32,0,C#4,pp+,9,144,61,9,,,,,,o,,,,,gutim,13795 +nof,303,13,3,9223,6602,,341,1812.473749999991,,,,,,,144,61,0,,,,,,,,,,,gutim,13795 +non,303,14,3,9224,6602,4270,369,1812.473749999991,0.0849609375,32,0,F#2,pp+,9,144,42,9,,,,,,o,,,,,gutim,13796 +nof,303,14,3,9224,6603,,369,1812.558749999991,,,,,,,144,42,0,,,,,,,,,,,gutim,13796 +non,303,15,3,9225,6603,4271,398,1812.558749999991,0.1669921875,16,0,A1,p-,10,144,33,10,,,,,,o,,,,,gutim,13797 +nof,303,15,3,9225,6604,,398,1812.725749999991,,,,,,,144,33,0,,,,,,,,,,,gutim,13797 +non,303,16,3,9226,6604,4272,455,1812.725749999991,0.08203125,32,0,C#4,p-,10,144,61,10,,,,,,o,,,,,gutim,13798 +nof,303,16,3,9226,6605,,455,1812.807749999991,,,,,,,144,61,0,,,,,,,,,,,gutim,13798 +non,303,17,3,9227,6605,4273,483,1812.807749999991,0.0849609375,32,0,F#2,p-,10,144,42,10,,,,,,o,,,,,gutim,13799 +nof,303,17,3,9227,6606,,483,1812.892749999991,,,,,,,144,42,0,,,,,,,,,,,gutim,13799 +non,303,18,3,9228,6606,4274,512,1812.892749999991,0.08203125,32,0,C#4,p-,10,144,61,10,,,,,,o,,,,,gutim,13800 +rst,303,19,1,9229,6606,,512,1812.892749999991,,,,,,,176,102,0,,,,,,,,,,,gutim,13801 +nof,303,18,3,9228,6607,,512,1812.974749999991,,,,,,,144,61,0,,,,,,,,,,,gutim,13800 +non,303,20,3,9230,6607,4275,540,1812.974749999991,0.08203125,32,0,A1,p-,10,144,33,10,,,,,,o,,,,,gutim,13802 +nof,303,20,3,9230,6608,,540,1813.056749999991,,,,,,,144,33,0,,,,,,,,,,,gutim,13802 +non,303,21,3,9231,6608,4276,568,1813.056749999991,0.0849609375,32,0,F#2,p-,10,144,42,10,,,,,,o,,,,,gutim,13803 +nof,303,21,3,9231,6609,,568,1813.1417499999911,,,,,,,144,42,0,,,,,,,,,,,gutim,13803 +non,303,22,3,9232,6609,4277,597,1813.1417499999911,0.2900390625,16,2,A1,p-,10,144,33,10,,,,,,o,,,,,gutim,13804 +bpm,303,23,0,9233,6609,,597,1813.1417499999911,,1,,,,,,,,,,66,,,,,,,,gutim,13805 +non,303,24,1,9234,6610,4278,640,1813.2947499999912,0.0994318181818182,32,0,D#5,p,11,144,75,11,,,,,,o,,,,,gutim,13806 +nof,303,24,1,9234,6611,,640,1813.393749999991,,,,,,,144,75,0,,,,,,,,,,,gutim,13806 +non,303,25,1,9235,6611,4279,668,1813.393749999991,0.0994318181818182,32,0,B4,p,11,144,71,11,,,,,,o,,,,,gutim,13807 +nof,303,22,3,9232,6612,,597,1813.431749999991,,,,,,,144,33,0,,,,,,,,,,,gutim,13804 +nof,303,25,1,9235,6613,,668,1813.493749999991,,,,,,,144,71,0,,,,,,,,,,,gutim,13807 +ped,303,27,0,9236,6613,,696,1813.493749999991,,,,,,,176,64,0,,,,,,,^,,,,gutim,13766 +non,303,26,3,9237,6613,4280,696,1813.493749999991,0.152698863636364,32,1,B3,p,11,144,59,11,,,,,,o,,,,,gutim,13808 +non,303,28,1,9238,6613,4280,696,1813.493749999991,0.152698863636364,32,1,D#5,p-,10,144,75,10,,,,,,o,,,,,gutim,13809 +nof,303,26,3,9237,6614,,696,1813.645749999991,,,,,,,144,59,0,,,,,,,,,,,gutim,13808 +nof,303,28,1,9238,6614,,696,1813.645749999991,,,,,,,144,75,0,,,,,,,,,,,gutim,13809 +non,303,29,3,9239,6614,4281,739,1813.645749999991,0.102982954545455,32,0,G3,p-,10,144,55,10,,,,,,o,,,,,gutim,13810 +non,303,30,1,9240,6614,4281,739,1813.645749999991,0.102982954545455,32,0,B4,pp+,9,144,71,9,,,,,,o,,,,,gutim,13811 +nof,303,29,3,9239,6615,,739,1813.748749999991,,,,,,,144,55,0,,,,,,,,,,,gutim,13810 +nof,303,30,1,9240,6615,,739,1813.748749999991,,,,,,,144,71,0,,,,,,,,,,,gutim,13811 +rst,303,31,3,9241,6615,,768,1813.748749999991,,,,,,,176,102,0,,,,,,,,,,,gutim,13812 +non,303,32,1,9242,6615,4282,768,1813.748749999991,0.0994318181818182,32,0,D#5,pp+,9,144,75,9,,,,,,o,,,,,gutim,13813 +nof,303,32,1,9242,6616,,768,1813.848749999991,,,,,,,144,75,0,,,,,,,,,,,gutim,13813 +non,303,34,1,9243,6616,4283,796,1813.848749999991,0.202414772727273,16,0,B4,pp,8,144,71,8,,,,,,o,,,,,gutim,13814 +ped,303,33,0,9244,6616,,796,1813.848749999991,,,,,,,176,64,127,,,,,,,V,,,,gutim,13815 +non,303,35,3,9245,6617,4284,824,1813.9477499999912,0.202414772727273,16,0,G3,pp,8,144,55,8,,,,,,o,,,,,gutim,13816 +nof,303,34,1,9243,6618,,796,1814.050749999991,,,,,,,144,71,0,,,,,,,,,,,gutim,13814 +non,303,36,1,9246,6618,4285,853,1814.050749999991,0.0994318181818182,32,0,D#5,pp-,7,144,75,7,,,,,,o,,,e,,gutim,13817 +nof,303,35,3,9245,6619,,824,1814.1507499999911,,,,,,,144,55,0,,,,,,,,,,,gutim,13816 +nof,303,36,1,9246,6619,,853,1814.1507499999911,,,,,,,144,75,0,,,,,,,,,,,gutim,13817 +non,303,37,3,9247,6619,4286,881,1814.1507499999911,0.202414772727273,16,0,G3,pp-,7,144,55,7,,,,,,o,,,,,gutim,13818 +non,303,38,1,9248,6619,4286,881,1814.1507499999911,0.102982954545455,32,0,B4,pp-,7,144,71,7,,,,,,o,,,e,,gutim,13819 +nof,303,38,1,9248,6620,,881,1814.253749999991,,,,,,,144,71,0,,,,,,,,,,,gutim,13819 +non,303,39,1,9249,6620,4287,910,1814.253749999991,0.0994318181818182,32,0,G#5,mp,14,144,80,14,,,,,,o,,d,e,,gutim,13820 +nof,303,37,3,9247,6621,,881,1814.3527499999911,,,,,,,144,55,0,,,,,,,,,,,gutim,13818 +nof,303,39,1,9249,6621,,910,1814.3527499999911,,,,,,,144,80,0,,,,,,,,,,,gutim,13820 +non,303,40,3,9250,6621,4288,938,1814.3527499999911,0.305397727272727,16,1,G3,mp,14,144,55,14,,,,,,o,,D,,,gutim,13821 +non,303,41,1,9251,6621,4288,938,1814.3527499999911,0.152698863636364,32,1,D#5,mp-,13,144,75,13,,,,,,o,,d,E 6009,,gutim,13822 +nof,303,41,1,9251,6622,,938,1814.5057499999912,,,,,,,144,75,0,,,,,,,,,,,gutim,13822 +non,303,42,1,9252,6622,4289,981,1814.5057499999912,0.152698863636364,32,1,B4,p+,12,144,71,12,,,,,,o,,,,,gutim,13823 +non,303,43,1,9253,6622,4289,981,1814.5057499999912,0.113636363636364,32,1,G#5,p+,12,144,80,12,,,,,,o,,,,,gutim,13824 +nof,303,43,1,9253,6623,,981,1814.618749999991,,,,,,,144,80,0,,,,,,,,,,,gutim,13824 +nof,303,42,1,9252,6624,,981,1814.657749999991,,,,,,,144,71,0,,,,,,,,,,,gutim,13823 +bar,304,0,0,9254,6624,,0,1814.657749999991,,,,,,,,,,304,,,,,,,,,,gutim,13825 +non,304,1,1,9255,6624,4290,0,1814.657749999991,0.149147727272727,32,1,B4,p,11,144,71,11,,,,,,o,,,,,gutim,13826 +non,304,2,1,9256,6624,4290,0,1814.657749999991,0.113636363636364,32,1,D#5,p,11,144,75,11,,,,,,o,,,,,gutim,13827 +rst,304,3,3,9257,6624,,0,1814.657749999991,,,,,,,176,102,0,,,,,,,,,,,gutim,13828 +nof,303,40,3,9250,6625,,938,1814.657749999991,,,,,,,144,55,0,,,,,,,,,,,gutim,13821 +nof,304,2,1,9256,6626,,0,1814.771749999991,,,,,,,144,75,0,,,,,,,,,,,gutim,13827 +nof,304,1,1,9255,6627,,0,1814.807749999991,,,,,,,144,71,0,,,,,,,,,,,gutim,13826 +rst,304,4,1,9258,6627,,42,1814.807749999991,,,,,,,176,102,0,,,,,,,,,,,gutim,13829 +non,304,5,3,9259,6627,4291,42,1814.807749999991,0.202414772727273,16,0,G3,mp-,13,144,55,13,,,,,,o,,,,,gutim,13830 +non,304,6,1,9260,6628,4292,71,1814.9107499999911,0.202414772727273,16,0,B4,mf,17,144,71,17,,,,,,o,,d,,,gutim,13831 +non,304,7,1,9261,6628,4292,71,1814.9107499999911,0.227272727272727,16,0,D#5,mf,17,144,75,17,,,,,,o,,d,,,gutim,13832 +non,304,8,1,9262,6628,4292,71,1814.9107499999911,0.227272727272727,16,0,G#5,mf,17,144,80,17,,,,,,o,,d,,,gutim,13833 +nof,304,5,3,9259,6629,,42,1815.009749999991,,,,,,,144,55,0,,,,,,,,,,,gutim,13830 +non,304,9,3,9263,6629,4293,99,1815.009749999991,0.102982954545455,32,0,A2,mf,17,144,45,17,,,,,,o,,D 6009,,,gutim,13834 +nof,304,6,1,9260,6630,,71,1815.1127499999911,,,,,,,144,71,0,,,,,,,,,,,gutim,13831 +nof,304,9,3,9263,6630,,99,1815.1127499999911,,,,,,,144,45,0,,,,,,,,,,,gutim,13834 +rst,304,10,1,9264,6630,,128,1815.1127499999911,,,,,,,176,102,0,,,,,,,,,,,gutim,13835 +non,304,11,3,9265,6630,4294,128,1815.1127499999911,0.149147727272727,32,1,G3,mf-,16,144,55,16,,,,,,o,,,,,gutim,13836 +nof,304,7,1,9261,6631,,71,1815.137749999991,,,,,,,144,75,0,,,,,,,,,,,gutim,13832 +nof,304,8,1,9262,6631,,71,1815.137749999991,,,,,,,144,80,0,,,,,,,,,,,gutim,13833 +nof,304,11,3,9265,6632,,128,1815.261749999991,,,,,,,144,55,0,,,,,,,,,,,gutim,13836 +non,304,12,1,9266,6632,4295,170,1815.261749999991,0.202414772727273,16,0,B4,p,11,144,71,11,,,,,,o,,,,,gutim,13837 +non,304,13,1,9267,6632,4295,170,1815.261749999991,0.227272727272727,16,0,D#5,p,11,144,75,11,,,,,,o,,,,,gutim,13838 +non,304,14,3,9268,6632,4295,170,1815.261749999991,0.102982954545455,32,0,A2,mp,14,144,45,14,,,,,,o,,,,,gutim,13839 +nof,304,14,3,9268,6633,,170,1815.364749999991,,,,,,,144,45,0,,,,,,,,,,,gutim,13839 +non,304,15,3,9269,6633,4296,199,1815.364749999991,0.202414772727273,16,0,G3,mp-,13,144,55,13,,,,,,o,,,,,gutim,13840 +nof,304,12,1,9266,6634,,170,1815.463749999991,,,,,,,144,71,0,,,,,,,,,,,gutim,13837 +non,304,16,1,9270,6634,4297,227,1815.463749999991,0.102982954545455,32,0,G#6,pp-,7,144,92,7,,,,,,o,,,,,gutim,13841 +nof,304,13,1,9267,6635,,170,1815.4887499999911,,,,,,,144,75,0,,,,,,,,,,,gutim,13838 +nof,304,15,3,9269,6636,,199,1815.566749999991,,,,,,,144,55,0,,,,,,,,,,,gutim,13840 +nof,304,16,1,9270,6636,,227,1815.566749999991,,,,,,,144,92,0,,,,,,,,,,,gutim,13841 +non,304,17,1,9271,6636,4298,256,1815.566749999991,0.149147727272727,32,1,D#4,p,11,144,63,11,,,,,,o,,,,,gutim,13842 +rst,304,18,3,9272,6636,,256,1815.566749999991,,,,,,,176,102,0,,,,,,,,,,,gutim,13843 +nof,304,17,1,9271,6637,,256,1815.716749999991,,,,,,,144,63,0,,,,,,,,,,,gutim,13842 +non,304,19,1,9273,6637,4299,298,1815.716749999991,0.152698863636364,32,1,G#5,p-,10,144,80,10,,,,,,o,,,,,gutim,13844 +nof,304,19,1,9273,6638,,298,1815.868749999991,,,,,,,144,80,0,,,,,,,,,,,gutim,13844 +non,304,20,1,9274,6638,4300,341,1815.868749999991,0.152698863636364,32,1,B3,pp,8,144,59,8,,,,,,o,,,,,gutim,13845 +nof,304,20,1,9274,6639,,341,1816.021749999991,,,,,,,144,59,0,,,,,,,,,,,gutim,13845 +rst,304,21,1,9275,6639,,384,1816.021749999991,,,,,,,176,102,0,,,,,,,,,,,gutim,13846 +non,304,22,3,9276,6639,4301,384,1816.021749999991,0.0639204545454545,64,0,G2,mp,14,144,43,14,,,,,,o,,,,,gutim,13847 +nof,304,22,3,9276,6640,,384,1816.085749999991,,,,,,,144,43,0,,,,,,,,,,,gutim,13847 +non,304,23,3,9277,6640,4302,402,1816.085749999991,0.0639204545454545,64,0,D#3,mf,17,144,51,17,,,,,,o,,,,,gutim,13848 +nof,304,23,3,9277,6641,,402,1816.1497499999912,,,,,,,144,51,0,,,,,,,,,,,gutim,13848 +non,304,24,3,9278,6641,4303,420,1816.1497499999912,0.0639204545454545,64,0,B2,f-,19,144,47,19,,,,,,o,,,,,gutim,13849 +nof,304,24,3,9278,6642,,420,1816.213749999991,,,,,,,144,47,0,,,,,,,,,,,gutim,13849 +non,304,25,3,9279,6642,4304,438,1816.213749999991,0.0674715909090909,64,0,G#4,ff,22,144,68,22,,,,,,o,,,,,gutim,13850 +non,304,26,3,9280,6642,4304,438,1816.213749999991,0.0568181818181818,64,0,B4,ff,22,144,71,22,,,,,,o,,,,,gutim,13851 +non,304,27,3,9281,6642,4304,438,1816.213749999991,0.0568181818181818,64,0,D#5,ff,22,144,75,22,,,,,,o,,,,,gutim,13852 +non,304,28,3,9282,6642,4304,438,1816.213749999991,0.0568181818181818,64,0,G#5,ff,22,144,80,22,,,,,,o,,,,,gutim,13853 +nof,304,26,3,9280,6643,,438,1816.270749999991,,,,,,,144,71,0,,,,,,,,,,,gutim,13851 +nof,304,27,3,9281,6643,,438,1816.270749999991,,,,,,,144,75,0,,,,,,,,,,,gutim,13852 +nof,304,28,3,9282,6643,,438,1816.270749999991,,,,,,,144,80,0,,,,,,,,,,,gutim,13853 +nof,304,25,3,9279,6644,,438,1816.280749999991,,,,,,,144,68,0,,,,,,,,,,,gutim,13850 +non,304,29,3,9283,6644,4305,457,1816.280749999991,0.0639204545454545,64,0,A1,ff,22,144,33,22,,,,,,o,,,,,gutim,13854 +non,304,30,3,9284,6644,4305,457,1816.280749999991,0.0568181818181818,64,0,G2,ff,22,144,43,22,,,,,,o,,,,,gutim,13855 +rst,304,31,1,9285,6645,,469,1816.3237499999912,,,,,,,176,102,0,,,,,,,,,,,gutim,13856 +nof,304,30,3,9284,6646,,457,1816.337749999991,,,,,,,144,43,0,,,,,,,,,,,gutim,13855 +nof,304,29,3,9283,6647,,457,1816.344749999991,,,,,,,144,33,0,,,,,,,,,,,gutim,13854 +non,304,32,3,9286,6647,4306,475,1816.344749999991,0.0639204545454545,64,0,D#4,ff,22,144,63,22,,,,,,o,,,,,gutim,13857 +nof,304,32,3,9286,6648,,475,1816.408749999991,,,,,,,144,63,0,,,,,,,,,,,gutim,13857 +non,304,33,3,9287,6648,4307,493,1816.408749999991,0.0674715909090909,64,0,B3,f+,21,144,59,21,,,,,,o,,,,,gutim,13858 +nof,304,33,3,9287,6649,,493,1816.4767499999912,,,,,,,144,59,0,,,,,,,,,,,gutim,13858 +rst,304,34,1,9288,6649,,512,1816.4767499999912,,,,,,,176,102,0,,,,,,,,,,,gutim,13859 +non,304,35,3,9289,6649,4308,512,1816.4767499999912,0.149147727272727,32,1,G2,f-,19,144,43,19,,,,,,o,,,,,gutim,13860 +nof,304,35,3,9289,6650,,512,1816.625749999991,,,,,,,144,43,0,,,,,,,,,,,gutim,13860 +non,304,36,3,9290,6650,4309,554,1816.625749999991,0.102982954545455,32,0,A1,mf-,16,144,33,16,,,,,,o,,,,,gutim,13861 +nof,304,36,3,9290,6651,,554,1816.7287499999911,,,,,,,144,33,0,,,,,,,,,,,gutim,13861 +non,304,37,3,9291,6651,4310,583,1816.7287499999911,0.149147727272727,32,1,G2,mp-,13,144,43,13,,,,,,o,,,,,gutim,13862 +non,304,38,3,9292,6651,4310,583,1816.7287499999911,0.113636363636364,32,1,B3,mp-,13,144,59,13,,,,,,o,,,,,gutim,13863 +non,304,39,3,9293,6651,4310,583,1816.7287499999911,0.113636363636364,32,1,D#4,mp-,13,144,63,13,,,,,,o,,,,,gutim,13864 +nof,304,38,3,9292,6652,,583,1816.841749999991,,,,,,,144,59,0,,,,,,,,,,,gutim,13863 +nof,304,39,3,9293,6652,,583,1816.841749999991,,,,,,,144,63,0,,,,,,,,,,,gutim,13864 +nof,304,37,3,9291,6653,,583,1816.877749999991,,,,,,,144,43,0,,,,,,,,,,,gutim,13862 +non,304,40,3,9294,6653,4311,625,1816.877749999991,0.102982954545455,32,0,A0,p-,10,144,21,10,,,,,,o,,,,,gutim,13865 +nof,304,40,3,9294,6654,,625,1816.980749999991,,,,,,,144,21,0,,,,,,,,,,,gutim,13865 +non,304,41,3,9295,6654,4312,654,1816.980749999991,0.0994318181818182,32,0,G3,pp-,7,144,55,7,,,,,,o,,,,,gutim,13866 +non,304,42,3,9296,6654,4312,654,1816.980749999991,0.113636363636364,32,0,G#4,pp-,7,144,68,7,,,,,,o,,,,,gutim,13867 +sec,304,43,0,9297,6654,,654,1816.980749999991,,,,,,,,,,,6009,,,,,,,,,gutim,13868 +nof,304,41,3,9295,6655,,654,1817.079749999991,,,,,,,144,55,0,,,,,,,,,,,gutim,13866 +ped,304,44,0,9298,6655,,682,1817.079749999991,,,,,,,176,64,0,,,,,,,^,,,,gutim,13815 +non,304,45,3,9299,6655,4313,682,1817.079749999991,0.305397727272727,16,1,A0,ppp,5,144,21,5,,,,,t,o,,d,,,gutim,13869 +nof,304,42,3,9296,6656,,654,1817.0937499999911,,,,,,,144,68,0,,,,,,,,,,,gutim,13867 +bpm,304,46,0,9300,6657,,768,1817.499749999991,,1,,,,,,,,,,48,,,,,,,,gutim,13870 +non,304,47,1,9301,6657,4314,768,1817.499749999991,0.3125,16,0,A1,p,11,144,33,11,,,,,,o,,D,,,gutim,13871 +non,304,48,1,9302,6657,4314,768,1817.499749999991,0.3125,16,0,F#2,p,11,144,42,11,,,,,,o,,D,,,gutim,13872 +non,304,49,1,9303,6657,4314,768,1817.499749999991,0.3125,16,0,F3,p,11,144,53,11,,,,,,o,,D,,,gutim,13873 +non,304,50,1,9304,6657,4314,768,1817.499749999991,0.3125,16,0,C#4,p,11,144,61,11,,,,,,o,,D,,,gutim,13874 +non,304,51,3,9305,6657,,768,1817.499749999991,1.25,4,0,A0,,,,,,,,,,_,,,,,,gutim,13875 +nof,304,47,1,9301,6658,,768,1817.812749999991,,,,,,,144,33,0,,,,,,,,,,,gutim,13871 +nof,304,48,1,9302,6658,,768,1817.812749999991,,,,,,,144,42,0,,,,,,,,,,,gutim,13872 +nof,304,49,1,9303,6658,,768,1817.812749999991,,,,,,,144,53,0,,,,,,,,,,,gutim,13873 +nof,304,50,1,9304,6658,,768,1817.812749999991,,,,,,,144,61,0,,,,,,,,,,,gutim,13874 +non,304,52,1,9306,6658,4315,832,1817.812749999991,0.9375,8,1,G1,p-,10,144,31,10,,,,,t,o,,,,,gutim,13876 +non,304,53,1,9307,6658,4315,832,1817.812749999991,0.625,8,1,A1,p-,10,144,33,10,,,,,t,o,,,,,gutim,13877 +non,304,54,1,9308,6658,4315,832,1817.812749999991,0.625,8,1,F#2,p-,10,144,42,10,,,,,,o,,,,,gutim,13878 +non,304,55,1,9309,6658,4315,832,1817.812749999991,0.625,8,1,F3,p-,10,144,53,10,,,,,,o,,,,,gutim,13879 +non,304,56,1,9310,6658,4315,832,1817.812749999991,0.625,8,1,C#4,p-,10,144,61,10,,,,,,o,,,,,gutim,13880 +nof,304,54,1,9308,6659,,832,1818.437749999991,,,,,,,144,42,0,,,,,,,,,,,gutim,13878 +nof,304,55,1,9309,6659,,832,1818.437749999991,,,,,,,144,53,0,,,,,,,,,,,gutim,13879 +nof,304,56,1,9310,6659,,832,1818.437749999991,,,,,,,144,61,0,,,,,,,,,,,gutim,13880 +bar,305,0,0,9311,6660,,0,1818.749749999991,,,,,,,,,,305,,,,,,,,,,gutim,13881 +bpm,305,1,0,9312,6660,,0,1818.749749999991,,1,,,,,,,,,,66,,,,,,,,gutim,13882 +non,305,2,1,9313,6660,4316,0,1818.749749999991,0.454545454545455,8,0,E1,pp,8,144,28,8,,,,,,o,,,,,gutim,13883 +non,305,3,1,9314,6660,,0,1818.749749999991,0.454545454545455,8,0,G1,,,,,,,,,,T,,,,,,gutim,13884 +non,305,4,1,9315,6660,,0,1818.749749999991,0.454545454545455,8,0,A1,,,,,,,,,,T,,,,,,gutim,13885 +non,305,5,3,9316,6660,,0,1818.749749999991,3.63636363636364,1,0,A0,,,,,,,,,,T,,,,,,gutim,13886 +nof,304,53,1,9307,6661,,832,1818.8917499999911,,,,,,,144,33,0,,,,,,,,,,,gutim,13877 +non,305,6,1,9317,6662,4317,,1819.129749999991,0.05,8,0,F#4,pp,8,144,66,8,,,,g,,o,,,,,gutim,13887 +nof,305,6,1,9317,6663,,,1819.1797499999911,,,,,,,144,66,0,,,,,,,,,,,gutim,13887 +nof,304,52,1,9306,6664,,832,1819.204749999991,,,,,,,144,31,0,,,,,,,,,,,gutim,13876 +nof,305,2,1,9313,6664,,0,1819.204749999991,,,,,,,144,28,0,,,,,,,,,,,gutim,13883 +non,305,7,1,9318,6664,4318,128,1819.204749999991,0.454545454545455,8,0,C3,pp,8,144,48,8,,,,,,o,,,,,gutim,13888 +nof,305,7,1,9318,6665,,128,1819.658749999991,,,,,,,144,48,0,,,,,,,,,,,gutim,13888 +rst,305,8,1,9319,6665,,256,1819.658749999991,,,,,,,176,102,0,,,,,,,,,,,gutim,13889 +ped,305,9,0,9320,6666,,334,1819.935749999991,,,,,,,176,64,127,,,,,,,V,,,,gutim,13890 +non,305,10,1,9321,6667,4319,,1820.1127499999911,0.05,8,0,Gb1,mf,17,144,30,17,,,,g,,o,,d,,,gutim,13891 +nof,305,10,1,9321,6668,,,1820.162749999991,,,,,,,144,30,0,,,,,,,,,,,gutim,13891 +non,305,11,1,9322,6669,4320,,1820.187749999991,0.05,8,0,Bb4,mf,17,144,70,17,,,,g,,o,,d,,,gutim,13892 +nof,305,11,1,9322,6670,,,1820.2377499999911,,,,,,,144,70,0,,,,,,,,,,,gutim,13892 +non,305,12,1,9323,6671,4321,426,1820.262749999991,0.305397727272727,8,0,D3,mf,17,144,50,17,,,,,,o,,d,,,gutim,13893 +ped,305,13,0,9324,6672,,471,1820.364749999991,,,,,,,176,64,0,,,,,,,^,,,,gutim,13890 +nof,305,12,1,9323,6673,,426,1820.567749999991,,,,,,,144,50,0,,,,,,,,,,,gutim,13893 +non,305,14,1,9325,6673,4322,512,1820.567749999991,0.0994318181818182,32,0,Gb1,mf,17,144,30,17,,,,,,o,,d,,,gutim,13894 +ped,305,15,0,9326,6674,,523,1820.664749999991,,,,,,,176,64,127,,,,,,,V,,,,gutim,13895 +nof,305,14,1,9325,6675,,512,1820.667749999991,,,,,,,144,30,0,,,,,,,,,,,gutim,13894 +non,305,16,1,9327,6675,4323,540,1820.667749999991,0.152698863636364,32,1,Bb4,p,11,144,70,11,,,,,,o,,D 6010,,,gutim,13896 +nof,305,16,1,9327,6676,,540,1820.819749999991,,,,,,,144,70,0,,,,,,,,,,,gutim,13896 +non,305,17,1,9328,6676,4324,583,1820.819749999991,0.0994318181818182,32,0,Gb2,p+,12,144,42,12,,,,,,o,,,,,gutim,13897 +non,305,18,1,9329,6676,4324,583,1820.819749999991,0.113636363636364,32,0,D3,p+,12,144,50,12,,,,,,o,,,,,gutim,13898 +nof,305,17,1,9328,6677,,583,1820.9197499999912,,,,,,,144,42,0,,,,,,,,,,,gutim,13897 +non,305,19,1,9330,6677,4325,611,1820.9197499999912,0.152698863636364,32,1,Bb3,mp-,13,144,58,13,,,,,,o,,,,,gutim,13899 +nof,305,18,1,9329,6678,,583,1820.933749999991,,,,,,,144,50,0,,,,,,,,,,,gutim,13898 +nof,305,19,1,9330,6679,,611,1821.0727499999912,,,,,,,144,58,0,,,,,,,,,,,gutim,13899 +non,305,20,1,9331,6679,4326,654,1821.0727499999912,0.149147727272727,32,1,D3,mp+,15,144,50,15,,,,,,o,,,,,gutim,13900 +nof,305,20,1,9331,6680,,654,1821.221749999991,,,,,,,144,50,0,,,,,,,,,,,gutim,13900 +non,305,21,1,9332,6680,4327,696,1821.221749999991,0.102982954545455,32,0,D3,mf-,16,144,50,16,,,,,,o,,,,,gutim,13901 +non,305,22,1,9333,6680,4327,696,1821.221749999991,0.113636363636364,32,0,G5,mf-,16,144,79,16,,,,,,o,,,,,gutim,13902 +nof,305,21,1,9332,6681,,696,1821.3247499999911,,,,,,,144,50,0,,,,,,,,,,,gutim,13901 +non,305,23,1,9334,6681,4328,725,1821.3247499999911,0.152698863636364,32,1,Ab3,mf,17,144,56,17,,,,,,o,,,,,gutim,13903 +nof,305,22,1,9333,6682,,696,1821.3347499999911,,,,,,,144,79,0,,,,,,,,,,,gutim,13902 +non,305,24,1,9335,6683,4329,768,1821.4767499999912,0.149147727272727,32,1,D3,mf+,18,144,50,18,,,,,,o,,,,,gutim,13904 +non,305,25,1,9336,6683,4329,768,1821.4767499999912,0.113636363636364,32,1,Bb3,mf+,18,144,58,18,,,,,,o,,,,,gutim,13905 +nof,305,25,1,9336,6684,,768,1821.590749999991,,,,,,,144,58,0,,,,,,,,,,,gutim,13905 +nof,305,24,1,9335,6685,,768,1821.626749999991,,,,,,,144,50,0,,,,,,,,,,,gutim,13904 +non,305,26,1,9337,6685,4330,810,1821.626749999991,0.102982954545455,32,0,G6,f-,19,144,91,19,,,,,,o,,,,,gutim,13906 +nof,305,23,1,9334,6686,,725,1821.626749999991,,,,,,,144,56,0,,,,,,,,,,,gutim,13903 +nof,305,26,1,9337,6687,,810,1821.729749999991,,,,,,,144,91,0,,,,,,,,,,,gutim,13906 +non,305,27,1,9338,6687,4331,839,1821.729749999991,0.149147727272727,32,1,D3,f,20,144,50,20,,,,,,o,,,,,gutim,13907 +non,305,28,1,9339,6687,4331,839,1821.729749999991,0.113636363636364,32,1,Ab3,f,20,144,56,20,,,,,,o,,,,,gutim,13908 +non,305,29,1,9340,6687,4331,839,1821.729749999991,0.113636363636364,32,1,Bb3,f,20,144,58,20,,,,,,o,,,,,gutim,13909 +bpm,305,30,0,9341,6687,,839,1821.729749999991,,1,,,,,,,,,,48,,,,,,,,gutim,13910 +nof,305,28,1,9339,6688,,839,1821.8427499999912,,,,,,,144,56,0,,,,,,,,,,,gutim,13908 +nof,305,29,1,9340,6688,,839,1821.8427499999912,,,,,,,144,58,0,,,,,,,,,,,gutim,13909 +nof,305,27,1,9338,6689,,839,1821.878749999991,,,,,,,144,50,0,,,,,,,,,,,gutim,13907 +non,305,31,1,9342,6690,4332,881,1821.934749999991,0.2783203125,16,0,G7,ff,22,144,103,22,,,,,,o,,,,,gutim,13911 +rst,305,32,1,9343,6691,,938,1822.212749999991,,,,,,,176,102,0,,,,,,,,,,,gutim,13912 +ped,305,33,0,9344,6692,,1023,1822.627749999991,,,,,,,176,64,0,,,,,,,^,,,,gutim,13895 +bar,306,0,0,9345,6693,,0,1822.6327499999911,,,,,,,,,,306,,,,,,,,,,gutim,13913 +nof,305,31,1,9342,6694,,881,1822.812749999991,,,,,,,144,103,0,,,,,,,,,,,gutim,13911 +nof,304,45,3,9299,6695,,682,1823.096749999991,,,,,,,144,21,0,,,,,,,,,,,gutim,13869 +sec,306,1,0,9346,6696,,0,1823.232749999991,,,,,,,,,,,6010,,,,,,,,,gutim,13914 +bpm,306,2,0,9347,6696,,0,1823.232749999991,,1,,,,,,,,,,80,,,,,,,,gutim,13915 +non,306,4,1,9348,6696,4333,0,1823.232749999991,0.08203125,32,0,C#6,ppp,5,144,85,5,,,,,,o,,,,,gutim,13916 +non,306,5,3,9349,6696,4333,,1823.232749999991,0.05,8,0,C3,pp,8,144,48,8,,,,g,,o,,,,,gutim,13917 +nof,306,5,3,9349,6697,,,1823.282749999991,,,,,,,144,48,0,,,,,,,,,,,gutim,13917 +non,306,6,3,9350,6698,4334,0,1823.307749999991,1.5,2,0,C4,pp,8,144,60,8,,,,,,o,,,,,gutim,13918 +ped,306,3,0,9351,6698,,0,1823.307749999991,,,,,,,176,64,127,,,,,,,V,,,,gutim,13919 +nof,306,4,1,9348,6699,,0,1823.3147499999911,,,,,,,144,85,0,,,,,,,,,,,gutim,13916 +non,306,7,1,9352,6700,4335,28,1823.389749999991,0.08203125,32,0,F#4,ppp,5,144,66,5,,,,,,o,,,,,gutim,13920 +nof,306,7,1,9352,6701,,28,1823.471749999991,,,,,,,144,66,0,,,,,,,,,,,gutim,13920 +non,306,8,1,9353,6701,4336,56,1823.471749999991,0.0849609375,32,0,A3,ppp,5,144,57,5,,,,,,o,,,,,gutim,13921 +nof,306,8,1,9353,6702,,56,1823.556749999991,,,,,,,144,57,0,,,,,,,,,,,gutim,13921 +non,306,9,1,9354,6702,4337,85,1823.556749999991,0.08203125,32,0,C#6,ppp,5,144,85,5,,,,,,o,,,,,gutim,13922 +nof,306,9,1,9354,6703,,85,1823.638749999991,,,,,,,144,85,0,,,,,,,,,,,gutim,13922 +non,306,10,1,9355,6703,4338,113,1823.638749999991,0.0849609375,32,0,F#4,ppp,5,144,66,5,,,,,,o,,,,,gutim,13923 +nof,306,10,1,9355,6704,,113,1823.723749999991,,,,,,,144,66,0,,,,,,,,,,,gutim,13923 +non,306,11,1,9356,6704,4339,142,1823.723749999991,0.1669921875,16,0,A3,ppp,5,144,57,5,,,,,,o,,,,,gutim,13924 +nof,306,11,1,9356,6705,,142,1823.8907499999912,,,,,,,144,57,0,,,,,,,,,,,gutim,13924 +non,306,12,1,9357,6705,4340,199,1823.8907499999912,0.08203125,32,0,C#6,ppp,5,144,85,5,,,,,,o,,d,e,,gutim,13925 +nof,306,12,1,9357,6706,,199,1823.972749999991,,,,,,,144,85,0,,,,,,,,,,,gutim,13925 +non,306,13,1,9358,6706,4341,227,1823.972749999991,0.0849609375,32,0,F#4,ppp,5,144,66,5,,,,,,o,,d,e,,gutim,13926 +nof,306,13,1,9358,6707,,227,1824.057749999991,,,,,,,144,66,0,,,,,,,,,,,gutim,13926 +non,306,14,1,9359,6707,4342,256,1824.057749999991,0.08203125,32,0,C#6,ppp,5,144,85,5,,,,,,o,,d,e,,gutim,13927 +nof,306,14,1,9359,6708,,256,1824.139749999991,,,,,,,144,85,0,,,,,,,,,,,gutim,13927 +non,306,15,1,9360,6708,4343,284,1824.139749999991,0.08203125,32,0,F#4,ppp,5,144,66,5,,,,,,o,,d,e,,gutim,13928 +nof,306,15,1,9360,6709,,284,1824.221749999991,,,,,,,144,66,0,,,,,,,,,,,gutim,13928 +non,306,16,1,9361,6709,4344,312,1824.221749999991,0.0849609375,32,0,A3,ppp,5,144,57,5,,,,,,o,,d,e,,gutim,13929 +nof,306,16,1,9361,6710,,312,1824.306749999991,,,,,,,144,57,0,,,,,,,,,,,gutim,13929 +non,306,17,1,9362,6710,4345,341,1824.306749999991,0.08203125,32,0,C#6,ppp,5,144,85,5,,,,,,o,,d,e,,gutim,13930 +nof,306,17,1,9362,6711,,341,1824.388749999991,,,,,,,144,85,0,,,,,,,,,,,gutim,13930 +non,306,18,1,9363,6711,4346,369,1824.388749999991,0.0849609375,32,0,F#4,ppp,5,144,66,5,,,,,,o,,d,e,,gutim,13931 +nof,306,18,1,9363,6712,,369,1824.473749999991,,,,,,,144,66,0,,,,,,,,,,,gutim,13931 +non,306,19,1,9364,6712,4347,398,1824.473749999991,0.1669921875,16,0,A3,ppp,5,144,57,5,,,,,,o,,,,,gutim,13932 +nof,306,19,1,9364,6713,,398,1824.6407499999912,,,,,,,144,57,0,,,,,,,,,,,gutim,13932 +non,306,20,1,9365,6713,4348,455,1824.6407499999912,0.08203125,32,0,C#6,ppp,5,144,85,5,,,,,,o,,d,e,,gutim,13933 +nof,306,20,1,9365,6714,,455,1824.722749999991,,,,,,,144,85,0,,,,,,,,,,,gutim,13933 +non,306,21,1,9366,6714,4349,483,1824.722749999991,0.0849609375,32,0,F#4,ppp,5,144,66,5,,,,,,o,,d,e,,gutim,13934 +nof,306,6,3,9350,6715,,0,1824.807749999991,,,,,,,144,60,0,,,,,,,,,,,gutim,13918 +nof,306,21,1,9366,6715,,483,1824.807749999991,,,,,,,144,66,0,,,,,,,,,,,gutim,13934 +non,306,22,1,9367,6715,4350,512,1824.807749999991,0.08203125,32,0,C#6,ppp,5,144,85,5,,,,,,o,,d,e,,gutim,13935 +non,306,23,3,9368,6715,4350,512,1824.807749999991,1.5,2,0,C4,pp,8,144,60,8,,,,,,o,,d,,,gutim,13936 +non,306,24,3,9369,6715,4350,512,1824.807749999991,1.5,2,0,F4,pp,8,144,65,8,,,,,,o,,d,,,gutim,13937 +nof,306,22,1,9367,6716,,512,1824.889749999991,,,,,,,144,85,0,,,,,,,,,,,gutim,13935 +non,306,25,1,9370,6716,4351,540,1824.889749999991,0.08203125,32,0,F#4,ppp,5,144,66,5,,,,,,o,,d,e,,gutim,13938 +nof,306,25,1,9370,6717,,540,1824.971749999991,,,,,,,144,66,0,,,,,,,,,,,gutim,13938 +non,306,26,1,9371,6717,4352,568,1824.971749999991,0.0849609375,32,0,A3,ppp,5,144,57,5,,,,,,o,,d,e,,gutim,13939 +nof,306,26,1,9371,6718,,568,1825.056749999991,,,,,,,144,57,0,,,,,,,,,,,gutim,13939 +non,306,27,1,9372,6718,4353,597,1825.056749999991,0.08203125,32,0,C#6,ppp,5,144,85,5,,,,,,o,,d,e,,gutim,13940 +nof,306,27,1,9372,6719,,597,1825.138749999991,,,,,,,144,85,0,,,,,,,,,,,gutim,13940 +non,306,28,1,9373,6719,4354,625,1825.138749999991,0.0849609375,32,0,F#4,ppp,5,144,66,5,,,,,,o,,d,E,,gutim,13941 +nof,306,28,1,9373,6720,,625,1825.223749999991,,,,,,,144,66,0,,,,,,,,,,,gutim,13941 +non,306,29,1,9374,6720,4355,654,1825.223749999991,0.1669921875,16,0,A3,ppp,5,144,57,5,,,,,,o,,,,,gutim,13942 +nof,306,29,1,9374,6721,,654,1825.3907499999912,,,,,,,144,57,0,,,,,,,,,,,gutim,13942 +non,306,30,1,9375,6721,4356,711,1825.3907499999912,0.08203125,32,0,C#6,ppp,5,144,85,5,,,,,,o,,,,,gutim,13943 +nof,306,30,1,9375,6722,,711,1825.472749999991,,,,,,,144,85,0,,,,,,,,,,,gutim,13943 +non,306,31,1,9376,6722,4357,739,1825.472749999991,0.0849609375,32,0,F#4,ppp,5,144,66,5,,,,,,o,,,,,gutim,13944 +nof,306,31,1,9376,6723,,739,1825.557749999991,,,,,,,144,66,0,,,,,,,,,,,gutim,13944 +non,306,32,1,9377,6723,4358,768,1825.557749999991,0.08203125,32,0,C#6,ppp,5,144,85,5,,,,,,o,,,,,gutim,13945 +nof,306,32,1,9377,6724,,768,1825.639749999991,,,,,,,144,85,0,,,,,,,,,,,gutim,13945 +non,306,33,1,9378,6724,4359,796,1825.639749999991,0.08203125,32,0,F#4,ppp,5,144,66,5,,,,,,o,,,,,gutim,13946 +nof,306,33,1,9378,6725,,796,1825.721749999991,,,,,,,144,66,0,,,,,,,,,,,gutim,13946 +non,306,34,1,9379,6725,4360,824,1825.721749999991,0.0849609375,32,0,A3,ppp,5,144,57,5,,,,,,o,,,,,gutim,13947 +nof,306,34,1,9379,6726,,824,1825.806749999991,,,,,,,144,57,0,,,,,,,,,,,gutim,13947 +non,306,35,1,9380,6726,4361,853,1825.806749999991,0.08203125,32,0,C#6,ppp,5,144,85,5,,,,,,o,,,,,gutim,13948 +nof,306,35,1,9380,6727,,853,1825.888749999991,,,,,,,144,85,0,,,,,,,,,,,gutim,13948 +non,306,36,1,9381,6727,4362,881,1825.888749999991,0.0849609375,32,0,F#4,ppp,5,144,66,5,,,,,,o,,,,,gutim,13949 +nof,306,36,1,9381,6728,,881,1825.973749999991,,,,,,,144,66,0,,,,,,,,,,,gutim,13949 +non,306,37,1,9382,6728,4363,910,1825.973749999991,0.1669921875,16,0,A3,ppp,5,144,57,5,,,,,,o,,,,,gutim,13950 +nof,306,37,1,9382,6729,,910,1826.1407499999912,,,,,,,144,57,0,,,,,,,,,,,gutim,13950 +non,306,38,1,9383,6729,4364,967,1826.1407499999912,0.08203125,32,0,C#6,ppp,5,144,85,5,,,,,,o,,d,e,,gutim,13951 +nof,306,38,1,9383,6730,,967,1826.222749999991,,,,,,,144,85,0,,,,,,,,,,,gutim,13951 +non,306,39,1,9384,6730,4365,995,1826.222749999991,0.0849609375,32,0,F#4,ppp,5,144,66,5,,,,,,o,,d,e,,gutim,13952 +nof,306,23,3,9368,6731,,512,1826.307749999991,,,,,,,144,60,0,,,,,,,,,,,gutim,13936 +nof,306,24,3,9369,6731,,512,1826.307749999991,,,,,,,144,65,0,,,,,,,,,,,gutim,13937 +nof,306,39,1,9384,6731,,995,1826.307749999991,,,,,,,144,66,0,,,,,,,,,,,gutim,13952 +bar,307,0,0,9385,6731,,0,1826.307749999991,,,,,,,,,,307,,,,,,,,,,gutim,13953 +non,307,1,1,9386,6731,4366,0,1826.307749999991,0.08203125,32,0,C#6,ppp,5,144,85,5,,,,,,o,,d,e,,gutim,13954 +non,307,2,3,9387,6731,4366,0,1826.307749999991,0.498046875,4,0,C4,p,11,144,60,11,,,,,,o,,D,,,gutim,13955 +non,307,3,3,9388,6731,4366,0,1826.307749999991,0.75,4,0,F4,p,11,144,65,11,,,,,,o,,D,,,gutim,13956 +nof,307,1,1,9386,6732,,0,1826.389749999991,,,,,,,144,85,0,,,,,,,,,,,gutim,13954 +non,307,4,1,9389,6732,4367,28,1826.389749999991,0.08203125,32,0,F#4,ppp,5,144,66,5,,,,,,o,,d,e,,gutim,13957 +nof,307,4,1,9389,6733,,28,1826.471749999991,,,,,,,144,66,0,,,,,,,,,,,gutim,13957 +non,307,5,1,9390,6733,4368,56,1826.471749999991,0.0849609375,32,0,A3,ppp,5,144,57,5,,,,,,o,,d,e,,gutim,13958 +nof,307,5,1,9390,6734,,56,1826.556749999991,,,,,,,144,57,0,,,,,,,,,,,gutim,13958 +non,307,6,1,9391,6734,4369,85,1826.556749999991,0.08203125,32,0,C#6,ppp,5,144,85,5,,,,,,o,,d,e,,gutim,13959 +nof,307,6,1,9391,6735,,85,1826.638749999991,,,,,,,144,85,0,,,,,,,,,,,gutim,13959 +non,307,7,1,9392,6735,4370,113,1826.638749999991,0.0849609375,32,0,F#4,ppp,5,144,66,5,,,,,,o,,d,E 6011,,gutim,13960 +nof,307,7,1,9392,6736,,113,1826.723749999991,,,,,,,144,66,0,,,,,,,,,,,gutim,13960 +non,307,8,1,9393,6736,4371,142,1826.723749999991,0.1669921875,16,0,A3,ppp,5,144,57,5,,,,,,o,,,,,gutim,13961 +nof,307,2,3,9387,6737,,0,1826.8057499999911,,,,,,,144,60,0,,,,,,,,,,,gutim,13955 +non,307,9,3,9394,6737,4372,170,1826.8057499999911,0.251953125,8,0,Ab3,p+,12,144,56,12,,,,,t,o,,,,,gutim,13962 +nof,307,8,1,9393,6738,,142,1826.8907499999912,,,,,,,144,57,0,,,,,,,,,,,gutim,13961 +non,307,10,1,9395,6738,4373,199,1826.8907499999912,0.08203125,32,0,C#6,ppp,5,144,85,5,,,,,,o,,,,,gutim,13963 +nof,307,10,1,9395,6739,,199,1826.972749999991,,,,,,,144,85,0,,,,,,,,,,,gutim,13963 +non,307,11,1,9396,6739,4374,227,1826.972749999991,0.0849609375,32,0,F#4,ppp,5,144,66,5,,,,,,o,,,,,gutim,13964 +nof,307,3,3,9388,6740,,0,1827.057749999991,,,,,,,144,65,0,,,,,,,,,,,gutim,13956 +nof,307,11,1,9396,6740,,227,1827.057749999991,,,,,,,144,66,0,,,,,,,,,,,gutim,13964 +non,307,12,1,9397,6740,4375,256,1827.057749999991,0.08203125,32,0,C#6,ppp,5,144,85,5,,,,,,o,,,,,gutim,13965 +non,307,13,3,9398,6740,,256,1827.057749999991,0.498046875,4,0,Ab3,,,,,,,,,,T,,,,,,gutim,13966 +nof,307,12,1,9397,6741,,256,1827.139749999991,,,,,,,144,85,0,,,,,,,,,,,gutim,13965 +non,307,14,1,9399,6741,4376,284,1827.139749999991,0.08203125,32,0,F#4,ppp,5,144,66,5,,,,,,o,,,,,gutim,13967 +nof,307,14,1,9399,6742,,284,1827.221749999991,,,,,,,144,66,0,,,,,,,,,,,gutim,13967 +non,307,15,1,9400,6742,4377,312,1827.221749999991,0.0849609375,32,0,A3,ppp,5,144,57,5,,,,,,o,,,,,gutim,13968 +nof,307,15,1,9400,6743,,312,1827.306749999991,,,,,,,144,57,0,,,,,,,,,,,gutim,13968 +non,307,16,1,9401,6743,4378,341,1827.306749999991,0.333984375,8,0,F5,ppp,5,144,77,5,,,,,,o,,,,,gutim,13969 +nof,307,9,3,9394,6744,,170,1827.5557499999911,,,,,,,144,56,0,,,,,,,,,,,gutim,13962 +non,307,17,3,9402,6744,4379,426,1827.5557499999911,0.251953125,8,0,Ab3,mf,17,144,56,17,,,,,,o,,d,,,gutim,13970 +non,307,18,3,9403,6744,4379,426,1827.5557499999911,0.375,8,0,C4,mf,17,144,60,17,,,,,,o,,d,,,gutim,13971 +non,307,19,3,9404,6744,4379,426,1827.5557499999911,0.375,8,0,F4,mf,17,144,65,17,,,,,,o,,d,,,gutim,13972 +ped,307,21,0,9405,6745,,455,1827.5737499999912,,,,,,,176,64,0,,,,,,,^,,,,gutim,13919 +nof,307,16,1,9401,6746,,341,1827.6407499999912,,,,,,,144,77,0,,,,,,,,,,,gutim,13969 +non,307,20,1,9406,6746,4380,455,1827.6407499999912,0.1669921875,16,0,G3,ppp,5,144,55,5,,,,,,o,,,,,gutim,13973 +nof,307,17,3,9402,6747,,426,1827.807749999991,,,,,,,144,56,0,,,,,,,,,,,gutim,13970 +nof,307,20,1,9406,6747,,455,1827.807749999991,,,,,,,144,55,0,,,,,,,,,,,gutim,13973 +non,307,22,1,9407,6747,4381,512,1827.807749999991,0.08203125,32,0,F#3,ppp,5,144,54,5,,,,,,o,,,,,gutim,13974 +rst,307,24,3,9408,6747,,512,1827.807749999991,,,,,,,176,102,0,,,,,,,,,,,gutim,13975 +ped,307,23,0,9409,6748,,512,1827.873749999991,,,,,,,176,64,127,,,,,,,V,,,,gutim,13976 +nof,307,22,1,9407,6749,,512,1827.889749999991,,,,,,,144,54,0,,,,,,,,,,,gutim,13974 +non,307,25,1,9410,6749,4382,540,1827.889749999991,0.08203125,32,0,D4,ppp,5,144,62,5,,,,,,o,,,,,gutim,13977 +nof,307,18,3,9403,6750,,426,1827.9307499999911,,,,,,,144,60,0,,,,,,,,,,,gutim,13971 +nof,307,19,3,9404,6750,,426,1827.9307499999911,,,,,,,144,65,0,,,,,,,,,,,gutim,13972 +nof,307,25,1,9410,6751,,540,1827.971749999991,,,,,,,144,62,0,,,,,,,,,,,gutim,13977 +non,307,26,1,9411,6751,4383,568,1827.971749999991,0.0849609375,32,0,Bb5,ppp+,6,144,82,6,,,,,,o,,,,,gutim,13978 +nof,307,26,1,9411,6752,,568,1828.056749999991,,,,,,,144,82,0,,,,,,,,,,,gutim,13978 +non,307,27,1,9412,6752,4384,597,1828.056749999991,0.08203125,32,0,F#3,ppp+,6,144,54,6,,,,,,o,,,,,gutim,13979 +nof,307,27,1,9412,6753,,597,1828.138749999991,,,,,,,144,54,0,,,,,,,,,,,gutim,13979 +non,307,28,1,9413,6753,4385,625,1828.138749999991,0.0849609375,32,0,D4,pp-,7,144,62,7,,,,,,o,,,,,gutim,13980 +nof,307,28,1,9413,6754,,625,1828.223749999991,,,,,,,144,62,0,,,,,,,,,,,gutim,13980 +non,307,29,1,9414,6754,4386,654,1828.223749999991,0.08203125,32,0,Bb5,pp,8,144,82,8,,,,,,o,,,,,gutim,13981 +nof,307,29,1,9414,6755,,654,1828.3057499999911,,,,,,,144,82,0,,,,,,,,,,,gutim,13981 +non,307,30,1,9415,6755,4387,682,1828.3057499999911,0.0849609375,32,0,Ab5,pp,8,144,80,8,,,,,,o,,,,,gutim,13982 +nof,307,30,1,9415,6756,,682,1828.3907499999912,,,,,,,144,80,0,,,,,,,,,,,gutim,13982 +non,307,31,1,9416,6756,4388,711,1828.3907499999912,0.08203125,32,0,F#3,pp+,9,144,54,9,,,,,,o,,,,,gutim,13983 +non,307,32,1,9417,6756,4388,711,1828.3907499999912,0.09375,32,0,D4,pp+,9,144,62,9,,,,,,o,,,,,gutim,13984 +nof,307,31,1,9416,6757,,711,1828.472749999991,,,,,,,144,54,0,,,,,,,,,,,gutim,13983 +non,307,33,1,9418,6757,4389,739,1828.472749999991,0.0849609375,32,0,Ab4,mp-,13,144,68,13,,,,,,o,,,,,gutim,13985 +nof,307,32,1,9417,6758,,711,1828.484749999991,,,,,,,144,62,0,,,,,,,,,,,gutim,13984 +nof,307,33,1,9418,6759,,739,1828.557749999991,,,,,,,144,68,0,,,,,,,,,,,gutim,13985 +non,307,34,1,9419,6759,4390,768,1828.557749999991,0.08203125,32,0,F#3,mf,17,144,54,17,,,,,,o,,d,,,gutim,13986 +non,307,35,1,9420,6759,4390,768,1828.557749999991,0.09375,32,0,D4,mf,17,144,62,17,,,,,,o,,d,,,gutim,13987 +nof,307,34,1,9419,6760,,768,1828.639749999991,,,,,,,144,54,0,,,,,,,,,,,gutim,13986 +non,307,36,1,9421,6760,4391,796,1828.639749999991,0.08203125,32,0,Bb5,pp,8,144,82,8,,,,,,o,,D,,,gutim,13988 +nof,307,35,1,9420,6761,,768,1828.6517499999911,,,,,,,144,62,0,,,,,,,,,,,gutim,13987 +nof,307,36,1,9421,6762,,796,1828.721749999991,,,,,,,144,82,0,,,,,,,,,,,gutim,13988 +non,307,37,1,9422,6762,4392,824,1828.721749999991,0.0849609375,32,0,Ab4,pp+,9,144,68,9,,,,,,o,,,,,gutim,13989 +nof,307,37,1,9422,6763,,824,1828.806749999991,,,,,,,144,68,0,,,,,,,,,,,gutim,13989 +non,307,38,1,9423,6763,4393,853,1828.806749999991,0.08203125,32,0,D3,pp+,9,144,50,9,,,,,,o,,,,,gutim,13990 +nof,307,38,1,9423,6764,,853,1828.888749999991,,,,,,,144,50,0,,,,,,,,,,,gutim,13990 +non,307,39,1,9424,6764,4394,881,1828.888749999991,0.1259765625,32,1,F#2,p-,10,144,42,10,,,,,,o,,,,,gutim,13991 +nof,307,39,1,9424,6765,,881,1829.014749999991,,,,,,,144,42,0,,,,,,,,,,,gutim,13991 +non,307,40,1,9425,6765,4395,924,1829.014749999991,0.1259765625,32,1,Ab4,p,11,144,68,11,,,,,,o,,,,,gutim,13992 +nof,307,40,1,9425,6766,,924,1829.1407499999912,,,,,,,144,68,0,,,,,,,,,,,gutim,13992 +non,307,41,1,9426,6766,4396,967,1829.1407499999912,0.08203125,32,0,F#2,f,20,144,42,20,,,,,,o,,d,,,gutim,13993 +non,307,42,1,9427,6766,4396,967,1829.1407499999912,0.09375,32,0,D3,f,20,144,50,20,,,,,,o,,d,,,gutim,13994 +nof,307,41,1,9426,6767,,967,1829.222749999991,,,,,,,144,42,0,,,,,,,,,,,gutim,13993 +non,307,43,1,9428,6767,4397,995,1829.222749999991,0.0849609375,32,0,Bb5,p,11,144,82,11,,,,,,o,,D,,,gutim,13995 +nof,307,42,1,9427,6768,,967,1829.234749999991,,,,,,,144,50,0,,,,,,,,,,,gutim,13994 +nof,307,43,1,9428,6769,,995,1829.307749999991,,,,,,,144,82,0,,,,,,,,,,,gutim,13995 +bar,308,0,0,9429,6769,,0,1829.307749999991,,,,,,,,,,308,,,,,,,,,,gutim,13996 +non,308,1,1,9430,6769,4398,0,1829.307749999991,0.08203125,32,0,Ab5,p+,12,144,80,12,,,,,,o,,,,,gutim,13997 +non,308,2,3,9431,6769,4398,0,1829.307749999991,0.75,4,0,C#5,p+,12,144,73,12,,,,,t,o,,,,,gutim,13998 +nof,308,1,1,9430,6770,,0,1829.389749999991,,,,,,,144,80,0,,,,,,,,,,,gutim,13997 +non,308,3,1,9432,6770,4399,28,1829.389749999991,0.08203125,32,0,G6,p+,12,144,91,12,,,,,,o,,,,,gutim,13999 +nof,308,3,1,9432,6771,,28,1829.471749999991,,,,,,,144,91,0,,,,,,,,,,,gutim,13999 +non,308,4,1,9433,6771,4400,56,1829.471749999991,0.0849609375,32,0,D4,mp-,13,144,62,13,,,,,,o,,,,,gutim,14000 +nof,308,4,1,9433,6772,,56,1829.556749999991,,,,,,,144,62,0,,,,,,,,,,,gutim,14000 +non,308,5,1,9434,6772,4401,85,1829.556749999991,0.1259765625,32,1,Ab5,mp-,13,144,80,13,,,,,,o,,,,,gutim,14001 +nof,308,5,1,9434,6773,,85,1829.682749999991,,,,,,,144,80,0,,,,,,,,,,,gutim,14001 +non,308,6,1,9435,6773,4402,128,1829.682749999991,0.123046875,32,1,D5,mp,14,144,74,14,,,,,,o,,,,,gutim,14002 +nof,308,6,1,9435,6774,,128,1829.8057499999911,,,,,,,144,74,0,,,,,,,,,,,gutim,14002 +non,308,7,1,9436,6774,4403,170,1829.8057499999911,0.0849609375,32,0,Ab5,mp+,15,144,80,15,,,,,,o,,,,,gutim,14003 +non,308,8,1,9437,6774,4403,170,1829.8057499999911,0.09375,32,0,G6,mp+,15,144,91,15,,,,,,o,,,,,gutim,14004 +nof,308,7,1,9436,6775,,170,1829.8907499999912,,,,,,,144,80,0,,,,,,,,,,,gutim,14003 +non,308,9,1,9438,6775,4404,199,1829.8907499999912,0.08203125,32,0,D3,p,11,144,50,11,,,,,,o,,,,,gutim,14005 +nof,308,8,1,9437,6776,,170,1829.8997499999912,,,,,,,144,91,0,,,,,,,,,,,gutim,14004 +nof,308,9,1,9438,6777,,199,1829.972749999991,,,,,,,144,50,0,,,,,,,,,,,gutim,14005 +non,308,10,1,9439,6777,4405,227,1829.972749999991,0.0849609375,32,0,F#2,p+,12,144,42,12,,,,,,o,,,,,gutim,14006 +nof,308,10,1,9439,6778,,227,1830.057749999991,,,,,,,144,42,0,,,,,,,,,,,gutim,14006 +non,308,11,1,9440,6778,4406,256,1830.057749999991,0.08203125,32,0,D3,p+,12,144,50,12,,,,,,o,,,,,gutim,14007 +non,308,12,3,9441,6778,,256,1830.057749999991,1.5,2,0,C#5,,,,,,,,,,T,,,,,,gutim,14008 +non,308,13,3,9442,6778,4406,256,1830.057749999991,1.5,2,0,D5,p+,12,144,74,12,,,,,,o,,,,,gutim,14009 +nof,308,11,1,9440,6779,,256,1830.139749999991,,,,,,,144,50,0,,,,,,,,,,,gutim,14007 +rst,308,14,1,9443,6779,,284,1830.139749999991,,,,,,,176,102,0,,,,,,,,,,,gutim,14010 +non,308,15,1,9444,6780,4407,312,1830.221749999991,0.0849609375,32,0,Bb5,mp,14,144,82,14,,,,,,o,,,,,gutim,14011 +nof,308,15,1,9444,6781,,312,1830.306749999991,,,,,,,144,82,0,,,,,,,,,,,gutim,14011 +non,308,16,1,9445,6781,4408,341,1830.306749999991,0.08203125,32,0,Ab4,mp,14,144,68,14,,,,,,o,,,,,gutim,14012 +nof,308,16,1,9445,6782,,341,1830.388749999991,,,,,,,144,68,0,,,,,,,,,,,gutim,14012 +non,308,17,1,9446,6782,4409,369,1830.388749999991,0.1259765625,32,1,Bb5,mp+,15,144,82,15,,,,,,o,,,,,gutim,14013 +nof,308,17,1,9446,6783,,369,1830.514749999991,,,,,,,144,82,0,,,,,,,,,,,gutim,14013 +non,308,18,1,9447,6783,4410,412,1830.514749999991,0.1259765625,32,1,F#1,mf-,16,144,30,16,,,,,,o,,,,,gutim,14014 +nof,308,18,1,9447,6784,,412,1830.6407499999912,,,,,,,144,30,0,,,,,,,,,,,gutim,14014 +non,308,19,1,9448,6784,4411,455,1830.6407499999912,0.08203125,32,0,Ab5,mf,17,144,80,17,,,,,,o,,,,,gutim,14015 +nof,308,19,1,9448,6785,,455,1830.722749999991,,,,,,,144,80,0,,,,,,,,,,,gutim,14015 +non,308,20,1,9449,6785,4412,483,1830.722749999991,0.0849609375,32,0,Bb6,mf+,18,144,94,18,,,,,,o,,,,,gutim,14016 +nof,308,20,1,9449,6786,,483,1830.807749999991,,,,,,,144,94,0,,,,,,,,,,,gutim,14016 +non,308,21,1,9450,6786,4413,512,1830.807749999991,0.08203125,32,0,Ab5,f-,19,144,80,19,,,,,,o,,,,,gutim,14017 +nof,308,21,1,9450,6787,,512,1830.889749999991,,,,,,,144,80,0,,,,,,,,,,,gutim,14017 +non,308,22,1,9451,6787,4414,540,1830.889749999991,0.08203125,32,0,G7,f-,19,144,103,19,,,,,,o,,,,,gutim,14018 +non,308,23,1,9452,6788,4415,568,1830.971749999991,0.0849609375,32,0,F#3,f,20,144,54,20,,,,,,o,,d,,,gutim,14019 +non,308,24,1,9453,6788,4415,568,1830.971749999991,0.09375,32,0,D4,f,20,144,62,20,,,,,,o,,d,,,gutim,14020 +nof,308,22,1,9451,6789,,540,1831.046749999991,,,,,,,144,103,0,,,,,,,,,,,gutim,14018 +nof,308,23,1,9452,6790,,568,1831.056749999991,,,,,,,144,54,0,,,,,,,,,,,gutim,14019 +non,308,25,1,9454,6790,4416,597,1831.056749999991,0.1259765625,32,1,Ab4,p,11,144,68,11,,,,,,o,,d,,,gutim,14021 +nof,308,24,1,9453,6791,,568,1831.065749999991,,,,,,,144,62,0,,,,,,,,,,,gutim,14020 +nof,308,25,1,9454,6792,,597,1831.182749999991,,,,,,,144,68,0,,,,,,,,,,,gutim,14021 +non,308,26,1,9455,6792,4417,640,1831.182749999991,0.123046875,32,1,D4,p+,12,144,62,12,,,,,,o,,D,,,gutim,14022 +nof,308,26,1,9455,6793,,640,1831.3057499999911,,,,,,,144,62,0,,,,,,,,,,,gutim,14022 +non,308,27,1,9456,6793,4418,682,1831.3057499999911,0.0849609375,32,0,G7,p+,12,144,103,12,,,,,,o,,,,,gutim,14023 +nof,308,27,1,9456,6794,,682,1831.3907499999912,,,,,,,144,103,0,,,,,,,,,,,gutim,14023 +non,308,28,1,9457,6794,4419,711,1831.3907499999912,0.08203125,32,0,Bb5,mp-,13,144,82,13,,,,,,o,,,,,gutim,14024 +nof,308,28,1,9457,6795,,711,1831.472749999991,,,,,,,144,82,0,,,,,,,,,,,gutim,14024 +non,308,29,1,9458,6795,4420,739,1831.472749999991,0.0849609375,32,0,Ab4,mp-,13,144,68,13,,,,,,o,,,,,gutim,14025 +nof,308,29,1,9458,6796,,739,1831.557749999991,,,,,,,144,68,0,,,,,,,,,,,gutim,14025 +non,308,30,1,9459,6796,4421,768,1831.557749999991,0.123046875,32,1,F#2,mp-,13,144,42,13,,,,,,o,,,,,gutim,14026 +bpm,308,31,0,9460,6796,,768,1831.557749999991,,6,,,,,,,,,,48,,,,,,,,gutim,14027 +non,308,32,3,9461,6796,4421,,1831.557749999991,0.05,8,0,E2,p,11,144,40,11,,,,g,,o,,,,,gutim,14028 +nof,308,32,3,9461,6797,,,1831.607749999991,,,,,,,144,40,0,,,,,,,,,,,gutim,14028 +nof,308,2,3,9431,6798,,0,1831.6327499999911,,,,,,,144,73,0,,,,,,,,,,,gutim,13998 +nof,308,13,3,9442,6798,,256,1831.6327499999911,,,,,,,144,74,0,,,,,,,,,,,gutim,14009 +non,308,33,3,9462,6798,4422,768,1831.6327499999911,0.625,8,1,F#5,p,11,144,78,11,,,,,,o,,,,,gutim,14029 +nof,308,30,1,9459,6799,,768,1831.6807499999911,,,,,,,144,42,0,,,,,,,,,,,gutim,14026 +non,308,34,1,9463,6800,4423,810,1831.837749999991,0.2099609375,32,1,Ab5,mp+,15,144,80,15,,,,,,o,,,,,gutim,14030 +nof,308,34,1,9463,6801,,810,1832.047749999991,,,,,,,144,80,0,,,,,,,,,,,gutim,14030 +non,308,35,1,9464,6801,4424,853,1832.047749999991,0.13671875,32,0,F#2,mf-,16,144,42,16,,,,,,o,,,,,gutim,14031 +non,308,36,1,9465,6801,4424,853,1832.047749999991,0.15625,32,0,D3,mf-,16,144,50,16,,,,,,o,,,,,gutim,14032 +nof,308,35,1,9464,6802,,853,1832.184749999991,,,,,,,144,42,0,,,,,,,,,,,gutim,14031 +non,308,37,1,9466,6802,4425,881,1832.184749999991,0.1416015625,32,0,Ab5,mf-,16,144,80,16,,,,,,o,,,,,gutim,14033 +non,308,38,1,9467,6802,4425,881,1832.184749999991,0.15625,32,0,Bb5,mf-,16,144,82,16,,,,,,o,,,,,gutim,14034 +nof,308,36,1,9465,6803,,853,1832.203749999991,,,,,,,144,50,0,,,,,,,,,,,gutim,14032 +nof,308,33,3,9462,6804,,768,1832.2577499999911,,,,,,,144,78,0,,,,,,,,,,,gutim,14029 +non,308,39,3,9468,6804,4426,896,1832.2577499999911,0.205078125,16,0,F4,mp,14,144,65,14,,,,,,o,,d,,t,gutim,14035 +non,308,40,3,9469,6804,4426,896,1832.2577499999911,0.3125,16,0,F#5,mp,14,144,78,14,,,,,,o,,d,,t,gutim,14036 +nof,308,37,1,9466,6805,,881,1832.325749999991,,,,,,,144,80,0,,,,,,,,,,,gutim,14033 +non,308,41,1,9470,6805,4427,910,1832.325749999991,0.2783203125,16,0,G6,mf,17,144,91,17,,,,,,o,,,,,gutim,14037 +nof,308,38,1,9467,6806,,881,1832.340749999991,,,,,,,144,82,0,,,,,,,,,,,gutim,14034 +nof,308,39,3,9468,6807,,896,1832.462749999991,,,,,,,144,65,0,,,,,,,,,,,gutim,14035 +nof,308,40,3,9469,6807,,896,1832.462749999991,,,,,,,144,78,0,,,,,,,,,,,gutim,14036 +ped,308,42,0,9471,6807,,938,1832.462749999991,,,,,,,176,64,0,,,,,,,^,,,,gutim,13976 +non,308,43,3,9472,6807,4428,938,1832.462749999991,0.2099609375,16,0,C2,ff,22,144,36,22,,,,,,o,,d,,t,gutim,14038 +non,308,44,3,9473,6807,4428,938,1832.462749999991,0.3125,16,0,F2,ff,22,144,41,22,,,,,,o,,d,,t,gutim,14039 +non,308,45,3,9474,6807,4428,938,1832.462749999991,0.3125,16,0,F#5,f,20,144,78,20,,,,,,o,,d,,t,gutim,14040 +nof,308,41,1,9470,6808,,910,1832.604749999991,,,,,,,144,91,0,,,,,,,,,,,gutim,14037 +rst,308,46,1,9475,6808,,967,1832.604749999991,,,,,,,176,102,0,,,,,,,,,,,gutim,14041 +nof,308,43,3,9472,6809,,938,1832.672749999991,,,,,,,144,36,0,,,,,,,,,,,gutim,14038 +nof,308,44,3,9473,6809,,938,1832.672749999991,,,,,,,144,41,0,,,,,,,,,,,gutim,14039 +non,308,47,3,9476,6809,4429,981,1832.672749999991,0.2099609375,16,0,Ab1,p,11,144,32,11,,,,,,o,,d,,t,gutim,14042 +non,308,48,3,9477,6809,4429,981,1832.672749999991,0.3125,16,0,C2,p,11,144,36,11,,,,,,o,,d,,t,gutim,14043 +non,308,49,3,9478,6809,4429,981,1832.672749999991,0.3125,16,0,F2,p,11,144,41,11,,,,,,o,,d,,t,gutim,14044 +non,308,50,3,9479,6809,4429,981,1832.672749999991,0.3125,16,0,F#4,p,11,144,66,11,,,,,,o,,d,,t,gutim,14045 +nof,308,45,3,9474,6810,,938,1832.7747499999912,,,,,,,144,78,0,,,,,,,,,,,gutim,14040 +nof,308,47,3,9476,6811,,981,1832.8827499999911,,,,,,,144,32,0,,,,,,,,,,,gutim,14042 +bar,309,0,0,9480,6811,,0,1832.8827499999911,,,,,,,,,,309,,,,,,,,,,gutim,14046 +bpm,309,1,0,9481,6811,,0,1832.8827499999911,,1,,,,,,,,,,69,,,,,,,,gutim,14047 +non,309,3,1,9482,6811,4430,0,1832.8827499999911,0.258152173913044,16,1,D5,pp,8,144,74,8,,,,,,o,,d 6011,,t 6011,gutim,14048 +rst,309,4,3,9483,6811,,0,1832.8827499999911,,,,,,,176,102,0,,,,,,,,,,,gutim,14049 +ped,309,2,0,9484,6811,,0,1832.8827499999911,,,,,,,176,64,127,,,,,,,V,,,,gutim,14050 +nof,308,48,3,9477,6812,,981,1832.984749999991,,,,,,,144,36,0,,,,,,,,,,,gutim,14043 +nof,308,49,3,9478,6812,,981,1832.984749999991,,,,,,,144,41,0,,,,,,,,,,,gutim,14044 +nof,308,50,3,9479,6812,,981,1832.984749999991,,,,,,,144,66,0,,,,,,,,,,,gutim,14045 +nof,309,3,1,9482,6813,,0,1833.1407499999912,,,,,,,144,74,0,,,,,,,,,,,gutim,14048 +non,309,5,1,9485,6813,4431,76,1833.1407499999912,0.0883152173913044,32,0,F#2,pp+,9,144,42,9,,,,,,o,,,,,gutim,14051 +nof,309,5,1,9485,6814,,76,1833.2287499999911,,,,,,,144,42,0,,,,,,,,,,,gutim,14051 +non,309,6,1,9486,6814,4432,102,1833.2287499999911,0.173233695652174,16,0,A#1,p-,10,144,34,10,,,,,,o,,,,,gutim,14052 +nof,309,6,1,9486,6815,,102,1833.402749999991,,,,,,,144,34,0,,,,,,,,,,,gutim,14052 +non,309,7,1,9487,6815,4433,153,1833.402749999991,0.173233695652174,16,0,D5,p,11,144,74,11,,,,,,o,,,,,gutim,14053 +ped,309,8,0,9488,6816,,204,1833.513749999991,,,,,,,176,64,0,,,,,,,^,,,,gutim,14050 +nof,309,7,1,9487,6817,,153,1833.575749999991,,,,,,,144,74,0,,,,,,,,,,,gutim,14053 +non,309,9,1,9489,6817,4434,204,1833.575749999991,0.176630434782609,16,0,F#2,p+,12,144,42,12,,,,,,o,,,,,gutim,14054 +nof,309,9,1,9489,6818,,204,1833.751749999991,,,,,,,144,42,0,,,,,,,,,,,gutim,14054 +rst,309,11,1,9490,6818,,256,1833.751749999991,,,,,,,176,102,0,,,,,,,,,,,gutim,14055 +non,309,12,3,9491,6818,4435,256,1833.751749999991,0.183423913043478,32,1,D6,mp-,13,144,86,13,,,,,,o,,,,,gutim,14056 +ped,309,10,0,9492,6819,,256,1833.8137499999912,,,,,,,176,64,127,,,,,,,V,,,,gutim,14057 +nof,309,12,3,9491,6820,,256,1833.935749999991,,,,,,,144,86,0,,,,,,,,,,,gutim,14056 +non,309,13,3,9493,6820,4436,310,1833.935749999991,0.125679347826087,32,0,F#2,mp,14,144,42,14,,,,,,o,,,,,gutim,14058 +nof,309,13,3,9493,6821,,310,1834.061749999991,,,,,,,144,42,0,,,,,,,,,,,gutim,14058 +non,309,14,3,9494,6821,4437,347,1834.061749999991,0.125679347826087,32,0,A#1,mp+,15,144,34,15,,,,,,o,,,,,gutim,14059 +nof,309,14,3,9494,6822,,347,1834.186749999991,,,,,,,144,34,0,,,,,,,,,,,gutim,14059 +non,309,15,3,9495,6822,4438,384,1834.186749999991,0.0849184782608696,32,0,B2,mf-,16,144,47,16,,,,,,o,,,,,gutim,14060 +nof,309,15,3,9495,6823,,384,1834.271749999991,,,,,,,144,47,0,,,,,,,,,,,gutim,14060 +non,309,16,3,9496,6823,4439,409,1834.271749999991,0.0883152173913044,32,0,C3,mf-,16,144,48,16,,,,,,o,,,,,gutim,14061 +nof,309,16,3,9496,6824,,409,1834.359749999991,,,,,,,144,48,0,,,,,,,,,,,gutim,14061 +non,309,17,3,9497,6824,4440,435,1834.359749999991,0.0849184782608696,32,0,B2,mf,17,144,47,17,,,,,,o,,,,,gutim,14062 +nof,309,17,3,9497,6825,,435,1834.444749999991,,,,,,,144,47,0,,,,,,,,,,,gutim,14062 +non,309,18,3,9498,6825,4441,460,1834.444749999991,0.176630434782609,16,0,F#2,mf,17,144,42,17,,,,,,o,,,,,gutim,14063 +nof,309,18,3,9498,6826,,460,1834.6217499999912,,,,,,,144,42,0,,,,,,,,,,,gutim,14063 +ped,309,19,0,9499,6826,,512,1834.6217499999912,,,,,,,176,64,0,,,,,,,^,,,,gutim,14057 +rst,309,20,1,9500,6826,,512,1834.6217499999912,,,,,,,176,102,0,,,,,,,,,,,gutim,14064 +rst,309,21,3,9501,6826,,512,1834.6217499999912,,,,,,,176,102,0,,,,,,,,,,,gutim,14065 +non,309,22,3,9502,6827,4442,640,1835.056749999991,0.0611413043478261,64,0,C3,pp,8,144,48,8,,,,,,o,,,,,gutim,14066 +nof,309,22,3,9502,6828,,640,1835.117749999991,,,,,,,144,48,0,,,,,,,,,,,gutim,14066 +non,309,23,3,9503,6828,4443,658,1835.117749999991,0.0611413043478261,64,0,B2,pp,8,144,47,8,,,,,,o,,,,,gutim,14067 +nof,309,23,3,9503,6829,,658,1835.1787499999912,,,,,,,144,47,0,,,,,,,,,,,gutim,14067 +non,309,24,3,9504,6829,4444,676,1835.1787499999912,0.0611413043478261,64,0,C3,pp+,9,144,48,9,,,,,,o,,,,,gutim,14068 +nof,309,24,3,9504,6830,,676,1835.239749999991,,,,,,,144,48,0,,,,,,,,,,,gutim,14068 +non,309,25,3,9505,6830,4445,694,1835.239749999991,0.0645380434782609,64,0,B2,pp+,9,144,47,9,,,,,,o,,,,,gutim,14069 +nof,309,25,3,9505,6831,,694,1835.3047499999911,,,,,,,144,47,0,,,,,,,,,,,gutim,14069 +non,309,26,3,9506,6831,4446,713,1835.3047499999911,0.0611413043478261,64,0,C3,p-,10,144,48,10,,,,,,o,,,,,gutim,14070 +nof,309,26,3,9506,6832,,713,1835.365749999991,,,,,,,144,48,0,,,,,,,,,,,gutim,14070 +non,309,27,3,9507,6832,4447,731,1835.365749999991,0.0611413043478261,64,0,B2,p,11,144,47,11,,,,,,o,,,,,gutim,14071 +nof,309,27,3,9507,6833,,731,1835.426749999991,,,,,,,144,47,0,,,,,,,,,,,gutim,14071 +non,309,28,3,9508,6833,4448,749,1835.426749999991,0.0645380434782609,64,0,C3,p,11,144,48,11,,,,,,o,,,,,gutim,14072 +nof,309,28,3,9508,6834,,749,1835.491749999991,,,,,,,144,48,0,,,,,,,,,,,gutim,14072 +non,309,29,3,9509,6834,4449,768,1835.491749999991,0.869565217391304,4,0,F#1,p,11,144,30,11,,,,,,o,,,,,gutim,14073 +non,309,30,1,9510,6835,4450,896,1835.925749999991,0.434782608695652,8,0,Ab1,p,11,144,32,11,,,,,,o,,,,,gutim,14074 +non,309,31,1,9511,6835,4450,896,1835.925749999991,0.434782608695652,8,0,C2,p,11,144,36,11,,,,,,o,,,,,gutim,14075 +non,309,32,1,9512,6835,4450,896,1835.925749999991,0.434782608695652,8,0,F2,p,11,144,41,11,,,,,,o,,,,,gutim,14076 +non,309,33,1,9513,6835,4450,896,1835.925749999991,0.434782608695652,8,0,F#3,p,11,144,54,11,,,,,,o,,,,,gutim,14077 +nof,309,29,3,9509,6836,,768,1836.360749999991,,,,,,,144,30,0,,,,,,,,,,,gutim,14073 +nof,309,30,1,9510,6837,,896,1836.360749999991,,,,,,,144,32,0,,,,,,,,,,,gutim,14074 +nof,309,31,1,9511,6837,,896,1836.360749999991,,,,,,,144,36,0,,,,,,,,,,,gutim,14075 +nof,309,32,1,9512,6837,,896,1836.360749999991,,,,,,,144,41,0,,,,,,,,,,,gutim,14076 +nof,309,33,1,9513,6837,,896,1836.360749999991,,,,,,,144,54,0,,,,,,,,,,,gutim,14077 +bar,310,0,0,9514,6837,,0,1836.360749999991,,,,,,,,,,310,,,,,,,,,,gutim,14078 +sec,310,1,0,9515,6837,,0,1836.360749999991,,,,,,,,,,,6011,,,,,,,,,gutim,14079 +rst,310,3,1,9516,6837,,0,1836.360749999991,,,,,,,176,102,0,,,,,,,,,,,gutim,14080 +non,310,4,3,9517,6837,4451,0,1836.360749999991,0.434782608695652,8,0,E1,ppp,5,144,28,5,,,,,,o,,,,,gutim,14081 +non,310,5,3,9518,6837,4451,0,1836.360749999991,0.434782608695652,8,0,F#1,mp,14,144,30,14,,,,,,o,,,,,gutim,14082 +ped,310,2,0,9519,6837,,0,1836.360749999991,,,,,,,176,64,127,,,,,,,V,,,,gutim,14083 +nof,310,4,3,9517,6838,,0,1836.7957499999911,,,,,,,144,28,0,,,,,,,,,,,gutim,14081 +nof,310,5,3,9518,6838,,0,1836.7957499999911,,,,,,,144,30,0,,,,,,,,,,,gutim,14082 +non,310,6,3,9520,6838,4452,128,1836.7957499999911,0.0849184782608696,32,0,F#1,mf+,18,144,30,18,,,,,,o,,,,,gutim,14084 +nof,310,6,3,9520,6839,,128,1836.8807499999912,,,,,,,144,30,0,,,,,,,,,,,gutim,14084 +non,310,7,3,9521,6839,4453,153,1836.8807499999912,0.0883152173913044,32,0,B1,f-,19,144,35,19,,,,,,o,,,,,gutim,14085 +nof,310,7,3,9521,6840,,153,1836.9687499999911,,,,,,,144,35,0,,,,,,,,,,,gutim,14085 +non,310,8,3,9522,6840,4454,179,1836.9687499999911,0.129076086956522,32,1,C2,f,20,144,36,20,,,,,,o,,,,,gutim,14086 +non,310,10,1,9523,6841,4455,,1837.080749999991,0.05,8,0,E6,mp,14,144,88,14,,,,g,,o,,,,,gutim,14087 +nof,310,8,3,9522,6842,,179,1837.097749999991,,,,,,,144,36,0,,,,,,,,,,,gutim,14086 +non,310,9,3,9524,6842,4456,217,1837.097749999991,0.132472826086957,32,1,B1,f+,21,144,35,21,,,,,,o,,,,,gutim,14088 +nof,310,10,1,9523,6843,,,1837.1307499999912,,,,,,,144,88,0,,,,,,,,,,,gutim,14087 +non,310,11,1,9525,6844,4457,,1837.155749999991,0.05,8,0,Bb5,mf,17,144,82,17,,,,g,,o,,,,,gutim,14089 +nof,310,11,1,9525,6845,,,1837.205749999991,,,,,,,144,82,0,,,,,,,,,,,gutim,14089 +nof,310,9,3,9524,6846,,217,1837.230749999991,,,,,,,144,35,0,,,,,,,,,,,gutim,14088 +non,310,12,1,9526,6846,4458,256,1837.230749999991,0.108695652173913,32,0,F#6,f,20,144,90,20,,,,,,o,,d,,,gutim,14090 +non,310,13,3,9527,6846,4458,256,1837.230749999991,0.258152173913044,16,1,Bb0,ff,22,144,22,22,,,,,,o,,d,,,gutim,14091 +nof,310,12,1,9526,6847,,256,1837.338749999991,,,,,,,144,90,0,,,,,,,,,,,gutim,14090 +non,310,14,1,9528,6847,4459,288,1837.338749999991,0.326086956521739,16,1,Eb1,f,20,144,27,20,,,,,,o,,d,,,gutim,14092 +nof,310,13,3,9527,6848,,256,1837.4887499999911,,,,,,,144,22,0,,,,,,,,,,,gutim,14091 +non,310,15,3,9529,6849,4460,332,1837.4887499999911,0.261548913043478,16,1,D7,ff,22,144,98,22,,,,,,o,,d,,,gutim,14093 +nof,310,14,1,9528,6850,,288,1837.665749999991,,,,,,,144,27,0,,,,,,,,,,,gutim,14092 +rst,310,16,1,9530,6850,,384,1837.665749999991,,,,,,,176,102,0,,,,,,,,,,,gutim,14094 +ped,310,17,0,9531,6851,,409,1837.749749999991,,,,,,,176,64,0,,,,,,,^,,,,gutim,14083 +non,310,18,3,9532,6851,4461,409,1837.749749999991,0.261548913043478,16,1,F#1,ff,22,144,30,22,,,,,,o,,d,,,gutim,14095 +nof,310,15,3,9529,6852,,332,1837.749749999991,,,,,,,144,98,0,,,,,,,,,,,gutim,14093 +nof,310,18,3,9532,6853,,409,1838.011749999991,,,,,,,144,30,0,,,,,,,,,,,gutim,14095 +non,310,19,3,9533,6853,4462,486,1838.011749999991,0.0883152173913044,32,0,Bb0,ff,22,144,22,22,,,,,,o,,D,,,gutim,14096 +nof,310,19,3,9533,6854,,486,1838.099749999991,,,,,,,144,22,0,,,,,,,,,,,gutim,14096 +non,310,20,3,9534,6854,4463,512,1838.099749999991,0.0849184782608696,32,0,F#1,f,20,144,30,20,,,,,,o,,,,,gutim,14097 +rst,310,21,1,9535,6854,,512,1838.099749999991,,,,,,,176,102,0,,,,,,,,,,,gutim,14098 +nof,310,20,3,9534,6855,,512,1838.184749999991,,,,,,,144,30,0,,,,,,,,,,,gutim,14097 +non,310,22,3,9536,6855,4464,537,1838.184749999991,0.173233695652174,16,0,C2,mf,17,144,36,17,,,,,,o,,,,,gutim,14099 +nof,310,22,3,9536,6856,,537,1838.357749999991,,,,,,,144,36,0,,,,,,,,,,,gutim,14099 +non,310,24,3,9537,6856,4465,588,1838.357749999991,0.0883152173913044,32,0,B1,mp-,13,144,35,13,,,,,,o,,,,,gutim,14100 +ped,310,23,0,9538,6856,,588,1838.357749999991,,,,,,,176,64,127,,,,,,,V,,,,gutim,14101 +nof,310,24,3,9537,6857,,588,1838.446749999991,,,,,,,144,35,0,,,,,,,,,,,gutim,14100 +non,310,25,3,9539,6857,4466,614,1838.446749999991,0.0883152173913044,32,0,C2,p-,10,144,36,10,,,,,,o,,,,,gutim,14102 +nof,310,25,3,9539,6858,,614,1838.5347499999912,,,,,,,144,36,0,,,,,,,,,,,gutim,14102 +non,310,26,3,9540,6858,4467,640,1838.5347499999912,0.0849184782608696,32,0,B1,pp,8,144,35,8,,,,,t,o,,d,,,gutim,14103 +non,310,27,3,9541,6859,,665,1838.619749999991,0.349864130434783,8,0,B1,,,,,,,,,,T,,,,,,gutim,14104 +ped,310,28,0,9542,6860,,768,1838.819749999991,,,,,,,176,64,0,,,,,,,^,,,,gutim,14101 +non,310,30,1,9543,6861,4468,768,1838.969749999991,1.73913043478261,2,0,F#6,mp,14,144,90,14,,,,,,o,,d,,,gutim,14105 +non,310,31,3,9544,6861,4468,768,1838.969749999991,1.73913043478261,2,0,A#0,mp,14,144,22,14,,,,,,o,,d,,,gutim,14106 +non,310,32,3,9545,6861,4468,768,1838.969749999991,1.73913043478261,2,0,D#1,mp,14,144,27,14,,,,,,o,,d,,,gutim,14107 +non,310,33,3,9546,6861,4468,768,1838.969749999991,1.73913043478261,2,0,E1,mp,14,144,28,14,,,,,,o,,d,,,gutim,14108 +non,310,34,3,9547,6861,4468,768,1838.969749999991,1.73913043478261,2,0,F#1,mp,14,144,30,14,,,,,,o,,d,,,gutim,14109 +non,310,35,3,9548,6861,4468,768,1838.969749999991,1.73913043478261,2,0,B1,mp,14,144,35,14,,,,,,o,,d,,,gutim,14110 +non,310,36,3,9549,6861,4468,768,1838.969749999991,1.73913043478261,2,0,C2,mp,14,144,36,14,,,,,,o,,d,,,gutim,14111 +nof,310,26,3,9540,6862,,640,1838.969749999991,,,,,,,144,35,0,,,,,,,,,,,gutim,14110 +ped,310,29,0,9550,6863,,768,1839.119749999991,,,,,,,176,64,127,,,,,,,V,,,,gutim,14112 +nof,310,30,1,9543,6864,,768,1840.7087499999911,,,,,,,144,90,0,,,,,,,,,,,gutim,14105 +nof,310,31,3,9544,6864,,768,1840.7087499999911,,,,,,,144,22,0,,,,,,,,,,,gutim,14106 +nof,310,32,3,9545,6864,,768,1840.7087499999911,,,,,,,144,27,0,,,,,,,,,,,gutim,14107 +nof,310,33,3,9546,6864,,768,1840.7087499999911,,,,,,,144,28,0,,,,,,,,,,,gutim,14108 +nof,310,34,3,9547,6864,,768,1840.7087499999911,,,,,,,144,30,0,,,,,,,,,,,gutim,14109 +nof,310,35,3,9548,6864,,768,1840.7087499999911,,,,,,,144,35,0,,,,,,,,,,,gutim,14113 +nof,310,36,3,9549,6864,,768,1840.7087499999911,,,,,,,144,36,0,,,,,,,,,,,gutim,14111 +ped,310,37,0,9551,6864,,1280,1840.7087499999911,,,,,,,176,64,0,,,,,,,^,,,,gutim,14112 +rst,310,38,1,9552,6864,,1280,1840.7087499999911,,,,,,,176,102,0,,,,,,,,,,,gutim,14114 +non,310,39,3,9553,6864,4469,1280,1840.7087499999911,2.60869565217391,2,1,A#0,ppp,5,144,22,5,,,,,,o,,D,,,gutim,14115 +non,310,40,3,9554,6864,4469,1280,1840.7087499999911,1.73913043478261,2,1,D#1,ppp,5,144,27,5,,,,,,o,,D,,,gutim,14116 +non,310,41,3,9555,6864,4469,1280,1840.7087499999911,1.73913043478261,2,1,E1,ppp,5,144,28,5,,,,,,o,,D,,,gutim,14117 +non,310,42,3,9556,6864,4469,1280,1840.7087499999911,1.73913043478261,2,1,F#1,ppp,5,144,30,5,,,,,,o,,D,,,gutim,14118 +non,310,43,3,9557,6864,4469,1280,1840.7087499999911,1.73913043478261,2,1,B1,ppp,5,144,35,5,,,,,,o,,D,,,gutim,14119 +non,310,44,3,9558,6864,4469,1280,1840.7087499999911,1.73913043478261,2,1,C2,ppp,5,144,36,5,,,,,,o,,D 6012,,,gutim,14120 +nof,310,40,3,9554,6865,,1280,1842.4477499999912,,,,,,,144,27,0,,,,,,,,,,,gutim,14116 +nof,310,41,3,9555,6865,,1280,1842.4477499999912,,,,,,,144,28,0,,,,,,,,,,,gutim,14117 +nof,310,42,3,9556,6865,,1280,1842.4477499999912,,,,,,,144,30,0,,,,,,,,,,,gutim,14118 +nof,310,43,3,9557,6865,,1280,1842.4477499999912,,,,,,,144,35,0,,,,,,,,,,,gutim,14119 +nof,310,44,3,9558,6865,,1280,1842.4477499999912,,,,,,,144,36,0,,,,,,,,,,,gutim,14120 +nof,310,39,3,9553,6866,,1280,1843.317749999991,,,,,,,144,22,0,,,,,,,,,,,gutim,14115 +bar,311,0,0,9559,6866,,0,1843.317749999991,,,,,,,,,,311,,,,,,,,,,gutim,14121 +non,311,1,1,9560,6866,4470,0,1843.317749999991,5.21739130434783,1,1,F#6,f,20,144,90,20,,,,,,o,,,,,gutim,14122 +non,311,2,3,9561,6866,4470,0,1843.317749999991,0.217391304347826,16,0,A#0,fff,24,144,22,24,,,,,,o,,,,,gutim,14123 +non,311,3,3,9562,6866,4470,0,1843.317749999991,0.217391304347826,16,0,D#1,fff,24,144,27,24,,,,,,o,,,,,gutim,14124 +non,311,4,3,9563,6866,4470,0,1843.317749999991,0.217391304347826,16,0,E1,fff,24,144,28,24,,,,,,o,,,,,gutim,14125 +non,311,5,3,9564,6866,4470,0,1843.317749999991,0.217391304347826,16,0,F#1,fff,24,144,30,24,,,,,,o,,,,,gutim,14126 +non,311,6,3,9565,6866,4470,0,1843.317749999991,0.217391304347826,16,0,B1,fff,24,144,35,24,,,,,,o,,,,,gutim,14127 +non,311,7,3,9566,6866,4470,0,1843.317749999991,0.217391304347826,16,0,C2,fff,24,144,36,24,,,,,,o,,,,,gutim,14128 +ctl,,,,,,,0,1843.317749999991,,,,,,,176,64,0,,,,,,,,,,,74_5,14129 +ctl,,,,,,,0,1843.317749999991,,,,,,,176,64,0,,,,,,,,,,,74_5,14130 +nof,311,2,3,9561,6867,,0,1843.367749999991,,,,,,,144,22,0,,,,,,,,,,,gutim,14123 +nof,311,3,3,9562,6867,,0,1843.367749999991,,,,,,,144,27,0,,,,,,,,,,,gutim,14124 +nof,311,4,3,9563,6867,,0,1843.367749999991,,,,,,,144,28,0,,,,,,,,,,,gutim,14125 +nof,311,5,3,9564,6867,,0,1843.367749999991,,,,,,,144,30,0,,,,,,,,,,,gutim,14126 +nof,311,6,3,9565,6867,,0,1843.367749999991,,,,,,,144,35,0,,,,,,,,,,,gutim,14127 +nof,311,7,3,9566,6867,,0,1843.367749999991,,,,,,,144,36,0,,,,,,,,,,,gutim,14128 +rst,311,9,3,9567,6868,,64,1843.5347499999912,,,,,,,176,102,0,,,,,,,,,,,gutim,14131 +ctl,,,,,,,1024,1843.717109999991,,,,,,,176,64,127,,,,,,,,,,,74_5,14132 +ctl,,,,,,,0,1843.717109999991,,,,,,,176,64,0,,,,,,,,,,,74_5,14133 +non,,,,,,,0,1843.717109999991,,,,A#1,,,144,34,7,,,,,,,,,,,74_5,14134 +non,,,,,,,0,1843.717109999991,,,,A#2,,,144,46,8,,,,,,,,,,,74_5,14135 +ctl,,,,,,,183,1843.806413999991,,,,,,,176,64,0,,,,,,,,,,,74_5,14136 +ctl,,,,,,,122,1843.865949999991,,,,,,,176,64,127,,,,,,,,,,,74_5,14137 +non,,,,,,,36,1843.883517999991,,,,D#3,,,144,51,8,,,,,,,,,,,74_5,14138 +nof,,,,,,,0,1843.883517999991,,,,,,,144,34,0,,,,,,,,,,,74_5,14134 +nof,,,,,,,0,1843.883517999991,,,,,,,144,46,0,,,,,,,,,,,74_5,14135 +non,,,,,,,0,1843.883517999991,,,,F1,,,144,29,6,,,,,,,,,,,74_5,14139 +non,,,,,,,0,1843.883517999991,,,,F2,,,144,41,7,,,,,,,,,,,74_5,14140 +ped,311,8,0,9568,6869,,64,1843.934749999991,,,,,,,176,64,127,,,,,,,V,,,,gutim,14141 +nof,,,,,,,342,1844.016897999991,,,,,,,144,51,0,,,,,,,,,,,74_5,14138 +non,,,,,,,0,1844.016897999991,,,,C#4,,,144,61,8,,,,,,,,,,,74_5,14142 +nof,,,,,,,341,1844.149887999991,,,,,,,144,61,0,,,,,,,,,,,74_5,14142 +non,,,,,,,0,1844.149887999991,,,,A4,,,144,69,9,,,,,,,,,,,74_5,14143 +rst,311,10,3,9569,6870,,256,1844.186749999991,,,,,,,176,102,0,,,,,,,,,,,gutim,14144 +nof,,,,,,,341,1844.2828779999911,,,,,,,144,69,0,,,,,,,,,,,74_5,14143 +non,,,,,,,0,1844.2828779999911,,,,G4,,,144,67,9,,,,,,,,,,,74_5,14145 +nof,,,,,,,342,1844.416257999991,,,,,,,144,67,0,,,,,,,,,,,74_5,14145 +non,,,,,,,0,1844.416257999991,,,,C5,,,144,72,10,,,,,,,,,,,74_5,14146 +nof,,,,,,,341,1844.5492479999912,,,,,,,144,72,0,,,,,,,,,,,74_5,14146 +nof,,,,,,,0,1844.5492479999912,,,,,,,144,29,0,,,,,,,,,,,74_5,14139 +nof,,,,,,,0,1844.5492479999912,,,,,,,144,41,0,,,,,,,,,,,74_5,14140 +non,,,,,,,0,1844.5492479999912,,,,A#1,,,144,34,9,,,,,,,,,,,74_5,14147 +non,,,,,,,0,1844.5492479999912,,,,A#2,,,144,46,11,,,,,,,,,,,74_5,14148 +ctl,,,,,,,27,1844.562423999991,,,,,,,176,64,0,,,,,,,,,,,74_5,14149 +ctl,,,,,,,204,1844.661975999991,,,,,,,176,64,127,,,,,,,,,,,74_5,14150 +non,,,,,,,110,1844.715655999991,,,,D#3,,,144,51,9,,,,,,,,,,,74_5,14151 +nof,,,,,,,0,1844.715655999991,,,,,,,144,34,0,,,,,,,,,,,74_5,14147 +nof,,,,,,,0,1844.715655999991,,,,,,,144,46,0,,,,,,,,,,,74_5,14148 +non,,,,,,,0,1844.715655999991,,,,F1,,,144,29,8,,,,,,,,,,,74_5,14152 +non,,,,,,,0,1844.715655999991,,,,F2,,,144,41,9,,,,,,,,,,,74_5,14153 +nof,,,,,,,342,1844.837065999991,,,,,,,144,51,0,,,,,,,,,,,74_5,14151 +non,,,,,,,0,1844.837065999991,,,,C#4,,,144,61,10,,,,,,,,,,,74_5,14154 +nof,,,,,,,341,1844.958120999991,,,,,,,144,61,0,,,,,,,,,,,74_5,14154 +non,,,,,,,0,1844.958120999991,,,,A4,,,144,69,10,,,,,,,,,,,74_5,14155 +rst,311,11,3,9570,6871,,512,1845.056749999991,,,,,,,176,102,0,,,,,,,,,,,gutim,14156 +nof,,,,,,,341,1845.079175999991,,,,,,,144,69,0,,,,,,,,,,,74_5,14155 +non,,,,,,,0,1845.079175999991,,,,G4,,,144,67,10,,,,,,,,,,,74_5,14157 +nof,,,,,,,342,1845.200585999991,,,,,,,144,67,0,,,,,,,,,,,74_5,14157 +non,,,,,,,0,1845.200585999991,,,,F5,,,144,77,11,,,,,,,,,,,74_5,14158 +ctl,,,,,,,334,1845.3191559999912,,,,,,,176,64,0,,,,,,,,,,,74_5,14159 +nof,,,,,,,7,1845.3216409999911,,,,,,,144,77,0,,,,,,,,,,,74_5,14158 +nof,,,,,,,0,1845.3216409999911,,,,,,,144,29,0,,,,,,,,,,,74_5,14152 +nof,,,,,,,0,1845.3216409999911,,,,,,,144,41,0,,,,,,,,,,,74_5,14153 +non,,,,,,,0,1845.3216409999911,,,,B1,,,144,35,11,,,,,,,,,,,74_5,14160 +non,,,,,,,0,1845.3216409999911,,,,B2,,,144,47,13,,,,,,,,,,,74_5,14161 +ctl,,,,,,,176,1845.390280999991,,,,,,,176,64,127,,,,,,,,,,,74_5,14162 +non,,,,,,,165,1845.454630999991,,,,D#3,,,144,51,11,,,,,,,,,,,74_5,14163 +nof,,,,,,,0,1845.454630999991,,,,,,,144,35,0,,,,,,,,,,,74_5,14160 +nof,,,,,,,0,1845.454630999991,,,,,,,144,47,0,,,,,,,,,,,74_5,14161 +non,,,,,,,0,1845.454630999991,,,,F1,,,144,29,9,,,,,,,,,,,74_5,14164 +non,,,,,,,0,1845.454630999991,,,,F2,,,144,41,11,,,,,,,,,,,74_5,14165 +nof,,,,,,,342,1845.5657809999911,,,,,,,144,51,0,,,,,,,,,,,74_5,14163 +non,,,,,,,0,1845.5657809999911,,,,D4,,,144,62,12,,,,,,,,,,,74_5,14166 +sec,311,12,0,9571,6872,,512,1845.656749999991,,,,,,,,,,,6012,,,,,,,,,gutim,14167 +nof,,,,,,,341,1845.6766059999911,,,,,,,144,62,0,,,,,,,,,,,74_5,14166 +non,,,,,,,0,1845.6766059999911,,,,A4,,,144,69,13,,,,,,,,,,,74_5,14168 +nof,,,,,,,341,1845.787430999991,,,,,,,144,69,0,,,,,,,,,,,74_5,14168 +non,,,,,,,0,1845.787430999991,,,,G4,,,144,67,13,,,,,,,,,,,74_5,14169 +nof,,,,,,,342,1845.898580999991,,,,,,,144,67,0,,,,,,,,,,,74_5,14169 +non,,,,,,,0,1845.898580999991,,,,F5,,,144,77,14,,,,,,,,,,,74_5,14170 +ctl,,,,,,,341,1846.064988999991,,,,,,,176,64,127,,,,,,,,,,,74_5,14171 +ctl,,,,,,,0,1846.064988999991,,,,,,,176,64,0,,,,,,,,,,,74_5,14172 +nof,,,,,,,0,1846.064988999991,,,,,,,144,29,0,,,,,,,,,,,74_5,14164 +nof,,,,,,,0,1846.064988999991,,,,,,,144,41,0,,,,,,,,,,,74_5,14165 +non,,,,,,,0,1846.064988999991,,,,G1,,,144,31,12,,,,,,,,,,,74_5,14173 +non,,,,,,,0,1846.064988999991,,,,G2,,,144,43,14,,,,,,,,,,,74_5,14174 +ctl,,,,,,,113,1846.114030999991,,,,,,,176,64,0,,,,,,,,,,,74_5,14175 +ctl,,,,,,,189,1846.196056999991,,,,,,,176,64,127,,,,,,,,,,,74_5,14176 +nof,,,,,,,39,1846.212982999991,,,,,,,144,77,0,,,,,,,,,,,74_5,14170 +non,,,,,,,0,1846.212982999991,,,,D#5,,,144,75,14,,,,,,,,,,,74_5,14177 +nof,,,,,,,0,1846.212982999991,,,,,,,144,31,0,,,,,,,,,,,74_5,14173 +nof,,,,,,,0,1846.212982999991,,,,,,,144,43,0,,,,,,,,,,,74_5,14174 +non,,,,,,,0,1846.212982999991,,,,C#1,,,144,25,12,,,,,,,,,,,74_5,14178 +non,,,,,,,0,1846.212982999991,,,,C#2,,,144,37,14,,,,,,,,,,,74_5,14179 +nof,,,,,,,342,1846.346362999991,,,,,,,144,75,0,,,,,,,,,,,74_5,14177 +non,,,,,,,0,1846.346362999991,,,,A#4,,,144,70,14,,,,,,,,,,,74_5,14180 +nof,,,,,,,341,1846.479352999991,,,,,,,144,70,0,,,,,,,,,,,74_5,14180 +non,,,,,,,0,1846.479352999991,,,,B4,,,144,71,13,,,,,,,,,,,74_5,14181 +non,,,,,,,0,1846.479352999991,,,,B3,,,144,59,10,,,,,,,,,,,74_5,14182 +non,,,,,,,0,1846.479352999991,,,,F4,,,144,65,10,,,,,,,,,,,74_5,14183 +non,,,,,,,0,1846.479352999991,,,,D#3,,,144,51,11,,,,,,,,,,,74_5,14184 +non,,,,,,,0,1846.479352999991,,,,D#4,,,144,63,14,,,,,,,,,,,74_5,14185 +ctl,,,,,,,88,1846.513672999991,,,,,,,176,64,0,,,,,,,,,,,74_5,14186 +ctl,,,,,,,339,1846.645882999991,,,,,,,176,64,127,,,,,,,,,,,74_5,14187 +nof,,,,,,,256,1846.7457229999911,,,,,,,144,51,0,,,,,,,,,,,74_5,14184 +nof,,,,,,,0,1846.7457229999911,,,,,,,144,63,0,,,,,,,,,,,74_5,14185 +non,,,,,,,0,1846.7457229999911,,,,D3,,,144,50,11,,,,,,,,,,,74_5,14188 +non,,,,,,,0,1846.7457229999911,,,,D4,,,144,62,14,,,,,,,,,,,74_5,14189 +nof,,,,,,,1365,1847.278072999991,,,,,,,144,59,0,,,,,,,,,,,74_5,14182 +nof,,,,,,,0,1847.278072999991,,,,,,,144,65,0,,,,,,,,,,,74_5,14183 +non,,,,,,,0,1847.278072999991,,,,B3,,,144,59,6,,,,,,,,,,,74_5,14190 +non,,,,,,,0,1847.278072999991,,,,F4,,,144,65,8,,,,,,,,,,,74_5,14191 +nof,,,,,,,0,1847.278072999991,,,,,,,144,25,0,,,,,,,,,,,74_5,14178 +nof,,,,,,,0,1847.278072999991,,,,,,,144,37,0,,,,,,,,,,,74_5,14179 +non,,,,,,,0,1847.278072999991,,,,C#2,,,144,37,10,,,,,,,,,,,74_5,14192 +nof,,,,,,,205,1847.367042999991,,,,,,,144,37,0,,,,,,,,,,,74_5,14192 +non,,,,,,,0,1847.367042999991,,,,G2,,,144,43,10,,,,,,,,,,,74_5,14193 +nof,,,,,,,205,1847.4560129999911,,,,,,,144,43,0,,,,,,,,,,,74_5,14193 +non,,,,,,,0,1847.4560129999911,,,,D3,,,144,50,11,,,,,,,,,,,74_5,14194 +nof,,,,,,,204,1847.544548999991,,,,,,,144,50,0,,,,,,,,,,,74_5,14194 +non,,,,,,,0,1847.544548999991,,,,C#3,,,144,49,11,,,,,,,,,,,74_5,14195 +nof,,,,,,,205,1847.633518999991,,,,,,,144,49,0,,,,,,,,,,,74_5,14195 +non,,,,,,,0,1847.633518999991,,,,G3,,,144,55,12,,,,,,,,,,,74_5,14196 +nof,,,,,,,205,1847.7224889999911,,,,,,,144,55,0,,,,,,,,,,,74_5,14196 +non,,,,,,,0,1847.7224889999911,,,,D4,,,144,62,12,,,,,,,,,,,74_5,14197 +nof,,,,,,,205,1847.8114589999911,,,,,,,144,62,0,,,,,,,,,,,74_5,14197 +non,,,,,,,0,1847.8114589999911,,,,G3,,,144,55,12,,,,,,,,,,,74_5,14198 +nof,,,,,,,205,1847.9004289999912,,,,,,,144,55,0,,,,,,,,,,,74_5,14198 +non,,,,,,,0,1847.9004289999912,,,,C#3,,,144,49,11,,,,,,,,,,,74_5,14199 +nof,,,,,,,204,1847.9889649999911,,,,,,,144,49,0,,,,,,,,,,,74_5,14199 +non,,,,,,,0,1847.9889649999911,,,,D3,,,144,50,11,,,,,,,,,,,74_5,14200 +nof,,,,,,,205,1848.0779349999912,,,,,,,144,50,0,,,,,,,,,,,74_5,14200 +non,,,,,,,0,1848.0779349999912,,,,G2,,,144,43,10,,,,,,,,,,,74_5,14201 +nof,,,,,,,205,1848.1669049999912,,,,,,,144,59,0,,,,,,,,,,,74_5,14190 +nof,,,,,,,0,1848.1669049999912,,,,,,,144,65,0,,,,,,,,,,,74_5,14191 +non,,,,,,,0,1848.1669049999912,,,,B3,,,144,59,6,,,,,,,,,,,74_5,14202 +non,,,,,,,0,1848.1669049999912,,,,F4,,,144,65,8,,,,,,,,,,,74_5,14203 +nof,,,,,,,0,1848.1669049999912,,,,,,,144,43,0,,,,,,,,,,,74_5,14201 +non,,,,,,,0,1848.1669049999912,,,,C#2,,,144,37,10,,,,,,,,,,,74_5,14204 +ctl,,,,,,,832,1848.527992999991,,,,,,,176,64,0,,,,,,,,,,,74_5,14205 +nof,311,1,1,9560,6873,,0,1848.609749999991,,,,,,,144,90,0,,,,,,,,,,,gutim,14122 +ctl,,,,,,,192,1848.611320999991,,,,,,,176,64,127,,,,,,,,,,,74_5,14206 +ctl,,,,,,,0,1848.611320999991,,,,,,,176,64,0,,,,,,,,,,,74_5,14207 +ctl,,,,,,,0,1848.611320999991,,,,,,,176,64,0,,,,,,,,,,,74_5,14208 +ctl,,,,,,,0,1848.611320999991,,,,,,,176,64,0,,,,,,,,,,,74_5,14209 +nof,,,,,,,0,1848.611320999991,,,,,,,144,59,0,,,,,,,,,,,74_5,14202 +nof,,,,,,,0,1848.611320999991,,,,,,,144,65,0,,,,,,,,,,,74_5,14203 +nof,,,,,,,0,1848.611320999991,,,,,,,144,71,0,,,,,,,,,,,74_5,14181 +nof,,,,,,,0,1848.611320999991,,,,,,,144,50,0,,,,,,,,,,,74_5,14210 +nof,,,,,,,0,1848.611320999991,,,,,,,144,62,0,,,,,,,,,,,74_5,14211 +nof,,,,,,,0,1848.611320999991,,,,,,,144,37,0,,,,,,,,,,,74_5,14204 +non,,,,,,,0,1848.611320999991,,,,F#1,,,144,30,7,,,,,,,,,,,74_5,14212 +non,,,,,,,0,1848.611320999991,,,,F#2,,,144,42,8,,,,,,,,,,,74_5,14213 +ctl,,,,,,,183,1848.700624999991,,,,,,,176,64,0,,,,,,,,,,,74_5,14214 +ctl,,,,,,,122,1848.760160999991,,,,,,,176,64,127,,,,,,,,,,,74_5,14215 +non,,,,,,,36,1848.777728999991,,,,B2,,,144,47,8,,,,,,,,,,,74_5,14216 +nof,,,,,,,0,1848.777728999991,,,,,,,144,30,0,,,,,,,,,,,74_5,14212 +nof,,,,,,,0,1848.777728999991,,,,,,,144,42,0,,,,,,,,,,,74_5,14213 +non,,,,,,,0,1848.777728999991,,,,C#1,,,144,25,6,,,,,,,,,,,74_5,14217 +non,,,,,,,0,1848.777728999991,,,,C#2,,,144,37,7,,,,,,,,,,,74_5,14218 +nof,,,,,,,342,1848.911108999991,,,,,,,144,47,0,,,,,,,,,,,74_5,14216 +non,,,,,,,0,1848.911108999991,,,,A3,,,144,57,8,,,,,,,,,,,74_5,14219 +nof,,,,,,,341,1849.044098999991,,,,,,,144,57,0,,,,,,,,,,,74_5,14219 +non,,,,,,,0,1849.044098999991,,,,F4,,,144,65,9,,,,,,,,,,,74_5,14220 +ped,311,13,0,9572,6874,,1536,1849.134749999991,,,,,,,176,64,0,,,,,,,^,,,,gutim,14141 +rst,311,14,1,9573,6874,,1536,1849.134749999991,,,,,,,176,102,0,,,,,,,,,,,gutim,14221 +nof,,,,,,,341,1849.1770889999912,,,,,,,144,65,0,,,,,,,,,,,74_5,14220 +non,,,,,,,0,1849.1770889999912,,,,D#4,,,144,63,9,,,,,,,,,,,74_5,14222 +nof,,,,,,,342,1849.3104689999911,,,,,,,144,63,0,,,,,,,,,,,74_5,14222 +non,,,,,,,0,1849.3104689999911,,,,G#4,,,144,68,10,,,,,,,,,,,74_5,14223 +nof,,,,,,,341,1849.443458999991,,,,,,,144,68,0,,,,,,,,,,,74_5,14223 +nof,,,,,,,0,1849.443458999991,,,,,,,144,25,0,,,,,,,,,,,74_5,14217 +nof,,,,,,,0,1849.443458999991,,,,,,,144,37,0,,,,,,,,,,,74_5,14218 +non,,,,,,,0,1849.443458999991,,,,F#1,,,144,30,9,,,,,,,,,,,74_5,14224 +non,,,,,,,0,1849.443458999991,,,,F#2,,,144,42,11,,,,,,,,,,,74_5,14225 +ctl,,,,,,,27,1849.4566349999911,,,,,,,176,64,0,,,,,,,,,,,74_5,14226 +ctl,,,,,,,204,1849.556186999991,,,,,,,176,64,127,,,,,,,,,,,74_5,14227 +non,,,,,,,110,1849.609866999991,,,,B2,,,144,47,9,,,,,,,,,,,74_5,14228 +nof,,,,,,,0,1849.609866999991,,,,,,,144,30,0,,,,,,,,,,,74_5,14224 +nof,,,,,,,0,1849.609866999991,,,,,,,144,42,0,,,,,,,,,,,74_5,14225 +non,,,,,,,0,1849.609866999991,,,,C#1,,,144,25,8,,,,,,,,,,,74_5,14229 +non,,,,,,,0,1849.609866999991,,,,C#2,,,144,37,9,,,,,,,,,,,74_5,14230 +nof,,,,,,,342,1849.731276999991,,,,,,,144,47,0,,,,,,,,,,,74_5,14228 +non,,,,,,,0,1849.731276999991,,,,A3,,,144,57,10,,,,,,,,,,,74_5,14231 +nof,,,,,,,341,1849.852331999991,,,,,,,144,57,0,,,,,,,,,,,74_5,14231 +non,,,,,,,0,1849.852331999991,,,,F4,,,144,65,10,,,,,,,,,,,74_5,14232 +nof,,,,,,,341,1849.9733869999911,,,,,,,144,65,0,,,,,,,,,,,74_5,14232 +non,,,,,,,0,1849.9733869999911,,,,D#4,,,144,63,10,,,,,,,,,,,74_5,14233 +nof,,,,,,,342,1850.094796999991,,,,,,,144,63,0,,,,,,,,,,,74_5,14233 +non,,,,,,,0,1850.094796999991,,,,C#5,,,144,73,11,,,,,,,,,,,74_5,14234 +ctl,,,,,,,334,1850.213366999991,,,,,,,176,64,0,,,,,,,,,,,74_5,14235 +nof,,,,,,,7,1850.2158519999912,,,,,,,144,73,0,,,,,,,,,,,74_5,14234 +nof,,,,,,,0,1850.2158519999912,,,,,,,144,25,0,,,,,,,,,,,74_5,14229 +nof,,,,,,,0,1850.2158519999912,,,,,,,144,37,0,,,,,,,,,,,74_5,14230 +non,,,,,,,0,1850.2158519999912,,,,G1,,,144,31,11,,,,,,,,,,,74_5,14236 +non,,,,,,,0,1850.2158519999912,,,,G2,,,144,43,13,,,,,,,,,,,74_5,14237 +ctl,,,,,,,176,1850.2844919999911,,,,,,,176,64,127,,,,,,,,,,,74_5,14238 +non,,,,,,,165,1850.348841999991,,,,B2,,,144,47,11,,,,,,,,,,,74_5,14239 +nof,,,,,,,0,1850.348841999991,,,,,,,144,31,0,,,,,,,,,,,74_5,14236 +nof,,,,,,,0,1850.348841999991,,,,,,,144,43,0,,,,,,,,,,,74_5,14237 +non,,,,,,,0,1850.348841999991,,,,C#1,,,144,25,9,,,,,,,,,,,74_5,14240 +non,,,,,,,0,1850.348841999991,,,,C#2,,,144,37,11,,,,,,,,,,,74_5,14241 +nof,,,,,,,342,1850.459991999991,,,,,,,144,47,0,,,,,,,,,,,74_5,14239 +non,,,,,,,0,1850.459991999991,,,,A#3,,,144,58,12,,,,,,,,,,,74_5,14242 +nof,,,,,,,341,1850.5708169999912,,,,,,,144,58,0,,,,,,,,,,,74_5,14242 +non,,,,,,,0,1850.5708169999912,,,,F4,,,144,65,13,,,,,,,,,,,74_5,14243 +nof,,,,,,,341,1850.6816419999911,,,,,,,144,65,0,,,,,,,,,,,74_5,14243 +non,,,,,,,0,1850.6816419999911,,,,D#4,,,144,63,13,,,,,,,,,,,74_5,14244 +nof,,,,,,,342,1850.792791999991,,,,,,,144,63,0,,,,,,,,,,,74_5,14244 +non,,,,,,,0,1850.792791999991,,,,C#5,,,144,73,14,,,,,,,,,,,74_5,14245 +ctl,,,,,,,341,1850.9591999999911,,,,,,,176,64,127,,,,,,,,,,,74_5,14246 +ctl,,,,,,,0,1850.9591999999911,,,,,,,176,64,0,,,,,,,,,,,74_5,14247 +ctl,,,,,,,0,1850.9591999999911,,,,,,,176,64,0,,,,,,,,,,,74_5,14248 +ctl,,,,,,,0,1850.9591999999911,,,,,,,176,64,0,,,,,,,,,,,74_5,14249 +nof,,,,,,,0,1850.9591999999911,,,,,,,144,25,0,,,,,,,,,,,74_5,14240 +nof,,,,,,,0,1850.9591999999911,,,,,,,144,37,0,,,,,,,,,,,74_5,14241 +non,,,,,,,0,1850.9591999999911,,,,D#1,,,144,27,12,,,,,,,,,,,74_5,14250 +non,,,,,,,0,1850.9591999999911,,,,D#2,,,144,39,14,,,,,,,,,,,74_5,14251 +ctl,,,,,,,113,1851.008241999991,,,,,,,176,64,0,,,,,,,,,,,74_5,14252 +ctl,,,,,,,189,1851.090267999991,,,,,,,176,64,127,,,,,,,,,,,74_5,14253 +nof,,,,,,,39,1851.107193999991,,,,,,,144,73,0,,,,,,,,,,,74_5,14245 +non,,,,,,,0,1851.107193999991,,,,B4,,,144,71,14,,,,,,,,,,,74_5,14254 +nof,,,,,,,0,1851.107193999991,,,,,,,144,27,0,,,,,,,,,,,74_5,14250 +nof,,,,,,,0,1851.107193999991,,,,,,,144,39,0,,,,,,,,,,,74_5,14251 +non,,,,,,,0,1851.107193999991,,,,A0,,,144,21,12,,,,,,,,,,,74_5,14255 +non,,,,,,,0,1851.107193999991,,,,A1,,,144,33,14,,,,,,,,,,,74_5,14256 +nof,,,,,,,342,1851.240573999991,,,,,,,144,71,0,,,,,,,,,,,74_5,14254 +non,,,,,,,0,1851.240573999991,,,,F#4,,,144,66,14,,,,,,,,,,,74_5,14257 +nof,,,,,,,341,1851.3735639999911,,,,,,,144,66,0,,,,,,,,,,,74_5,14257 +non,,,,,,,0,1851.3735639999911,,,,G4,,,144,67,13,,,,,,,,,,,74_5,14258 +non,,,,,,,0,1851.3735639999911,,,,G3,,,144,55,10,,,,,,,,,,,74_5,14259 +non,,,,,,,0,1851.3735639999911,,,,C#4,,,144,61,10,,,,,,,,,,,74_5,14260 +non,,,,,,,0,1851.3735639999911,,,,B2,,,144,47,11,,,,,,,,,,,74_5,14261 +non,,,,,,,0,1851.3735639999911,,,,B3,,,144,59,14,,,,,,,,,,,74_5,14262 +ctl,,,,,,,88,1851.407883999991,,,,,,,176,64,0,,,,,,,,,,,74_5,14263 +ctl,,,,,,,339,1851.540093999991,,,,,,,176,64,127,,,,,,,,,,,74_5,14264 +nof,,,,,,,256,1851.6399339999912,,,,,,,144,47,0,,,,,,,,,,,74_5,14261 +nof,,,,,,,0,1851.6399339999912,,,,,,,144,59,0,,,,,,,,,,,74_5,14262 +non,,,,,,,0,1851.6399339999912,,,,A#2,,,144,46,11,,,,,,,,,,,74_5,14265 +non,,,,,,,0,1851.6399339999912,,,,A#3,,,144,58,14,,,,,,,,,,,74_5,14266 +nof,,,,,,,1365,1852.1722839999911,,,,,,,144,55,0,,,,,,,,,,,74_5,14259 +nof,,,,,,,0,1852.1722839999911,,,,,,,144,61,0,,,,,,,,,,,74_5,14260 +non,,,,,,,0,1852.1722839999911,,,,G3,,,144,55,6,,,,,,,,,,,74_5,14267 +non,,,,,,,0,1852.1722839999911,,,,C#4,,,144,61,8,,,,,,,,,,,74_5,14268 +nof,,,,,,,0,1852.1722839999911,,,,,,,144,21,0,,,,,,,,,,,74_5,14255 +nof,,,,,,,0,1852.1722839999911,,,,,,,144,33,0,,,,,,,,,,,74_5,14256 +non,,,,,,,0,1852.1722839999911,,,,A1,,,144,33,10,,,,,,,,,,,74_5,14269 +nof,,,,,,,205,1852.2612539999911,,,,,,,144,33,0,,,,,,,,,,,74_5,14269 +non,,,,,,,0,1852.2612539999911,,,,D#2,,,144,39,10,,,,,,,,,,,74_5,14270 +nof,,,,,,,205,1852.3502239999912,,,,,,,144,39,0,,,,,,,,,,,74_5,14270 +non,,,,,,,0,1852.3502239999912,,,,A#2,,,144,46,11,,,,,,,,,,,74_5,14271 +nof,,,,,,,204,1852.4387599999911,,,,,,,144,46,0,,,,,,,,,,,74_5,14271 +non,,,,,,,0,1852.4387599999911,,,,A2,,,144,45,11,,,,,,,,,,,74_5,14272 +nof,,,,,,,205,1852.5277299999912,,,,,,,144,45,0,,,,,,,,,,,74_5,14272 +non,,,,,,,0,1852.5277299999912,,,,D#3,,,144,51,12,,,,,,,,,,,74_5,14273 +nof,,,,,,,205,1852.6166999999912,,,,,,,144,51,0,,,,,,,,,,,74_5,14273 +non,,,,,,,0,1852.6166999999912,,,,A#3,,,144,58,12,,,,,,,,,,,74_5,14274 +nof,,,,,,,205,1852.705669999991,,,,,,,144,58,0,,,,,,,,,,,74_5,14274 +non,,,,,,,0,1852.705669999991,,,,D#3,,,144,51,12,,,,,,,,,,,74_5,14275 +nof,,,,,,,205,1852.794639999991,,,,,,,144,51,0,,,,,,,,,,,74_5,14275 +non,,,,,,,0,1852.794639999991,,,,A2,,,144,45,11,,,,,,,,,,,74_5,14276 +nof,,,,,,,204,1852.883175999991,,,,,,,144,45,0,,,,,,,,,,,74_5,14276 +non,,,,,,,0,1852.883175999991,,,,A#2,,,144,46,11,,,,,,,,,,,74_5,14277 +nof,,,,,,,205,1852.972145999991,,,,,,,144,46,0,,,,,,,,,,,74_5,14277 +non,,,,,,,0,1852.972145999991,,,,D#2,,,144,39,10,,,,,,,,,,,74_5,14278 +nof,,,,,,,205,1853.061115999991,,,,,,,144,55,0,,,,,,,,,,,74_5,14267 +nof,,,,,,,0,1853.061115999991,,,,,,,144,61,0,,,,,,,,,,,74_5,14268 +non,,,,,,,0,1853.061115999991,,,,G3,,,144,55,6,,,,,,,,,,,74_5,14279 +non,,,,,,,0,1853.061115999991,,,,C#4,,,144,61,8,,,,,,,,,,,74_5,14280 +nof,,,,,,,0,1853.061115999991,,,,,,,144,39,0,,,,,,,,,,,74_5,14278 +non,,,,,,,0,1853.061115999991,,,,A1,,,144,33,10,,,,,,,,,,,74_5,14281 +ctl,,,,,,,832,1853.422203999991,,,,,,,176,64,0,,,,,,,,,,,74_5,14282 +ctl,,,,,,,192,1853.505531999991,,,,,,,176,64,127,,,,,,,,,,,74_5,14283 +ctl,,,,,,,0,1853.505531999991,,,,,,,176,64,0,,,,,,,,,,,74_5,14284 +ctl,,,,,,,0,1853.505531999991,,,,,,,176,64,0,,,,,,,,,,,74_5,14285 +ctl,,,,,,,0,1853.505531999991,,,,,,,176,64,0,,,,,,,,,,,74_5,14286 +nof,,,,,,,0,1853.505531999991,,,,,,,144,55,0,,,,,,,,,,,74_5,14279 +nof,,,,,,,0,1853.505531999991,,,,,,,144,61,0,,,,,,,,,,,74_5,14280 +nof,,,,,,,0,1853.505531999991,,,,,,,144,67,0,,,,,,,,,,,74_5,14258 +nof,,,,,,,0,1853.505531999991,,,,,,,144,46,0,,,,,,,,,,,74_5,14287 +nof,,,,,,,0,1853.505531999991,,,,,,,144,58,0,,,,,,,,,,,74_5,14288 +nof,,,,,,,0,1853.505531999991,,,,,,,144,33,0,,,,,,,,,,,74_5,14281 +non,,,,,,,0,1853.505531999991,,,,D#1,,,144,27,7,,,,,,,,,,,74_5,14289 +non,,,,,,,0,1853.505531999991,,,,D#2,,,144,39,10,,,,,,,,,,,74_5,14290 +ctl,,,,,,,113,1853.560675999991,,,,,,,176,64,0,,,,,,,,,,,74_5,14291 +ctl,,,,,,,189,1853.6529079999912,,,,,,,176,64,127,,,,,,,,,,,74_5,14292 +non,,,,,,,39,1853.671939999991,,,,F#4,,,144,66,10,,,,,,,,,,,74_5,14293 +nof,,,,,,,0,1853.671939999991,,,,,,,144,27,0,,,,,,,,,,,74_5,14289 +nof,,,,,,,0,1853.671939999991,,,,,,,144,39,0,,,,,,,,,,,74_5,14290 +non,,,,,,,0,1853.671939999991,,,,A0,,,144,21,6,,,,,,,,,,,74_5,14294 +non,,,,,,,0,1853.671939999991,,,,A1,,,144,33,8,,,,,,,,,,,74_5,14295 +nof,,,,,,,342,1853.838835999991,,,,,,,144,66,0,,,,,,,,,,,74_5,14293 +non,,,,,,,0,1853.838835999991,,,,G4,,,144,67,11,,,,,,,,,,,74_5,14296 +ctl,,,,,,,236,1853.941259999991,,,,,,,176,64,127,,,,,,,,,,,74_5,14297 +nof,,,,,,,105,1853.986829999991,,,,,,,144,67,0,,,,,,,,,,,74_5,14296 +non,,,,,,,0,1853.986829999991,,,,A#4,,,144,70,11,,,,,,,,,,,74_5,14298 +non,,,,,,,0,1853.986829999991,,,,A#2,,,144,46,10,,,,,,,,,,,74_5,14299 +non,,,,,,,0,1853.986829999991,,,,A#3,,,144,58,14,,,,,,,,,,,74_5,14300 +nof,,,,,,,341,1854.134823999991,,,,,,,144,70,0,,,,,,,,,,,74_5,14298 +non,,,,,,,0,1854.134823999991,,,,F#4,,,144,66,9,,,,,,,,,,,74_5,14301 +non,,,,,,,0,1854.134823999991,,,,C#5,,,144,73,9,,,,,,,,,,,74_5,14302 +non,,,,,,,0,1854.134823999991,,,,F#5,,,144,78,13,,,,,,,,,,,74_5,14303 +nof,,,,,,,1195,1854.6811019999911,,,,,,,144,46,0,,,,,,,,,,,74_5,14299 +nof,,,,,,,0,1854.6811019999911,,,,,,,144,58,0,,,,,,,,,,,74_5,14300 +non,,,,,,,0,1854.6811019999911,,,,A#2,,,144,46,10,,,,,,,,,,,74_5,14304 +non,,,,,,,0,1854.6811019999911,,,,A#3,,,144,58,14,,,,,,,,,,,74_5,14305 +nof,,,,,,,1024,1855.252493999991,,,,,,,144,46,0,,,,,,,,,,,74_5,14304 +nof,,,,,,,0,1855.252493999991,,,,,,,144,58,0,,,,,,,,,,,74_5,14305 +non,,,,,,,0,1855.252493999991,,,,A#2,,,144,46,9,,,,,,,,,,,74_5,14306 +non,,,,,,,0,1855.252493999991,,,,A#3,,,144,58,13,,,,,,,,,,,74_5,14307 +nof,,,,,,,512,1855.5381899999911,,,,,,,144,46,0,,,,,,,,,,,74_5,14306 +nof,,,,,,,0,1855.5381899999911,,,,,,,144,58,0,,,,,,,,,,,74_5,14307 +non,,,,,,,341,1855.7284679999912,,,,F#3,,,144,54,10,,,,,,,,,,,74_5,14308 +nof,,,,,,,342,1855.895363999991,,,,,,,144,54,0,,,,,,,,,,,74_5,14308 +non,,,,,,,0,1855.895363999991,,,,G3,,,144,55,11,,,,,,,,,,,74_5,14309 +nof,,,,,,,341,1856.043357999991,,,,,,,144,66,0,,,,,,,,,,,74_5,14301 +nof,,,,,,,0,1856.043357999991,,,,,,,144,73,0,,,,,,,,,,,74_5,14302 +nof,,,,,,,0,1856.043357999991,,,,,,,144,78,0,,,,,,,,,,,74_5,14303 +nof,,,,,,,0,1856.043357999991,,,,,,,144,55,0,,,,,,,,,,,74_5,14309 +non,,,,,,,0,1856.043357999991,,,,A#3,,,144,58,11,,,,,,,,,,,74_5,14310 +non,,,,,,,0,1856.043357999991,,,,D#5,,,144,75,12,,,,,,,,,,,74_5,14311 +nof,,,,,,,341,1856.191351999991,,,,,,,144,58,0,,,,,,,,,,,74_5,14310 +non,,,,,,,0,1856.191351999991,,,,F#4,,,144,66,12,,,,,,,,,,,74_5,14312 +ctl,,,,,,,683,1856.635984999991,,,,,,,176,64,127,,,,,,,,,,,74_5,14313 +ctl,,,,,,,0,1856.635984999991,,,,,,,176,64,0,,,,,,,,,,,74_5,14314 +ctl,,,,,,,0,1856.635984999991,,,,,,,176,64,0,,,,,,,,,,,74_5,14315 +ctl,,,,,,,0,1856.635984999991,,,,,,,176,64,0,,,,,,,,,,,74_5,14316 +ctl,,,,,,,0,1856.635984999991,,,,,,,176,64,0,,,,,,,,,,,74_5,14317 +nof,,,,,,,0,1856.635984999991,,,,,,,144,66,0,,,,,,,,,,,74_5,14312 +nof,,,,,,,0,1856.635984999991,,,,,,,144,75,0,,,,,,,,,,,74_5,14311 +nof,,,,,,,0,1856.635984999991,,,,,,,144,21,0,,,,,,,,,,,74_5,14294 +nof,,,,,,,0,1856.635984999991,,,,,,,144,33,0,,,,,,,,,,,74_5,14295 +non,,,,,,,0,1856.635984999991,,,,A1,,,144,33,6,,,,,,,,,,,74_5,14318 +non,,,,,,,0,1856.635984999991,,,,A2,,,144,45,8,,,,,,,,,,,74_5,14319 +ctl,,,,,,,113,1856.6911289999912,,,,,,,176,64,0,,,,,,,,,,,74_5,14320 +ctl,,,,,,,189,1856.7833609999911,,,,,,,176,64,127,,,,,,,,,,,74_5,14321 +non,,,,,,,39,1856.802392999991,,,,E5,,,144,76,9,,,,,,,,,,,74_5,14322 +non,,,,,,,0,1856.802392999991,,,,G4,,,144,67,6,,,,,,,,,,,74_5,14323 +non,,,,,,,0,1856.802392999991,,,,A#4,,,144,70,6,,,,,,,,,,,74_5,14324 +non,,,,,,,0,1856.802392999991,,,,F#5,,,144,78,7,,,,,,,,,,,74_5,14325 +nof,,,,,,,0,1856.802392999991,,,,,,,144,33,0,,,,,,,,,,,74_5,14318 +nof,,,,,,,0,1856.802392999991,,,,,,,144,45,0,,,,,,,,,,,74_5,14319 +non,,,,,,,0,1856.802392999991,,,,D#1,,,144,27,6,,,,,,,,,,,74_5,14326 +non,,,,,,,0,1856.802392999991,,,,D#2,,,144,39,8,,,,,,,,,,,74_5,14327 +nof,,,,,,,342,1856.950820999991,,,,,,,144,76,0,,,,,,,,,,,74_5,14322 +non,,,,,,,0,1856.950820999991,,,,D#5,,,144,75,9,,,,,,,,,,,74_5,14328 +nof,,,,,,,341,1857.098814999991,,,,,,,144,75,0,,,,,,,,,,,74_5,14328 +non,,,,,,,0,1857.098814999991,,,,E5,,,144,76,9,,,,,,,,,,,74_5,14329 +nof,,,,,,,0,1857.098814999991,,,,,,,144,67,0,,,,,,,,,,,74_5,14323 +nof,,,,,,,0,1857.098814999991,,,,,,,144,70,0,,,,,,,,,,,74_5,14324 +nof,,,,,,,0,1857.098814999991,,,,,,,144,78,0,,,,,,,,,,,74_5,14325 +non,,,,,,,0,1857.098814999991,,,,G4,,,144,67,7,,,,,,,,,,,74_5,14330 +non,,,,,,,0,1857.098814999991,,,,A#4,,,144,70,7,,,,,,,,,,,74_5,14331 +non,,,,,,,0,1857.098814999991,,,,F#5,,,144,78,8,,,,,,,,,,,74_5,14332 +non,,,,,,,0,1857.098814999991,,,,E3,,,144,52,8,,,,,,,,,,,74_5,14333 +non,,,,,,,0,1857.098814999991,,,,C#4,,,144,61,8,,,,,,,,,,,74_5,14334 +non,,,,,,,0,1857.098814999991,,,,E4,,,144,64,10,,,,,,,,,,,74_5,14335 +ctl,,,,,,,88,1857.1370069999912,,,,,,,176,64,0,,,,,,,,,,,74_5,14336 +ctl,,,,,,,339,1857.284132999991,,,,,,,176,64,127,,,,,,,,,,,74_5,14337 +nof,,,,,,,1280,1857.8396529999911,,,,,,,144,76,0,,,,,,,,,,,74_5,14329 +non,,,,,,,0,1857.8396529999911,,,,D#5,,,144,75,10,,,,,,,,,,,74_5,14338 +nof,,,,,,,341,1857.987646999991,,,,,,,144,75,0,,,,,,,,,,,74_5,14338 +non,,,,,,,0,1857.987646999991,,,,E5,,,144,76,11,,,,,,,,,,,74_5,14339 +nof,,,,,,,0,1857.987646999991,,,,,,,144,67,0,,,,,,,,,,,74_5,14330 +nof,,,,,,,0,1857.987646999991,,,,,,,144,70,0,,,,,,,,,,,74_5,14331 +nof,,,,,,,0,1857.987646999991,,,,,,,144,78,0,,,,,,,,,,,74_5,14332 +non,,,,,,,0,1857.987646999991,,,,G4,,,144,67,7,,,,,,,,,,,74_5,14340 +non,,,,,,,0,1857.987646999991,,,,A#4,,,144,70,7,,,,,,,,,,,74_5,14341 +non,,,,,,,0,1857.987646999991,,,,F#5,,,144,78,8,,,,,,,,,,,74_5,14342 +nof,,,,,,,0,1857.987646999991,,,,,,,144,52,0,,,,,,,,,,,74_5,14333 +nof,,,,,,,0,1857.987646999991,,,,,,,144,61,0,,,,,,,,,,,74_5,14334 +nof,,,,,,,0,1857.987646999991,,,,,,,144,64,0,,,,,,,,,,,74_5,14335 +non,,,,,,,0,1857.987646999991,,,,E3,,,144,52,8,,,,,,,,,,,74_5,14343 +non,,,,,,,0,1857.987646999991,,,,C#4,,,144,61,8,,,,,,,,,,,74_5,14344 +non,,,,,,,0,1857.987646999991,,,,E4,,,144,64,10,,,,,,,,,,,74_5,14345 +nof,,,,,,,1707,1858.728484999991,,,,,,,144,76,0,,,,,,,,,,,74_5,14339 +non,,,,,,,0,1858.728484999991,,,,D#5,,,144,75,11,,,,,,,,,,,74_5,14346 +nof,,,,,,,341,1858.8764789999911,,,,,,,144,75,0,,,,,,,,,,,74_5,14346 +nof,,,,,,,0,1858.8764789999911,,,,,,,144,67,0,,,,,,,,,,,74_5,14340 +nof,,,,,,,0,1858.8764789999911,,,,,,,144,70,0,,,,,,,,,,,74_5,14341 +nof,,,,,,,0,1858.8764789999911,,,,,,,144,78,0,,,,,,,,,,,74_5,14342 +non,,,,,,,0,1858.8764789999911,,,,G4,,,144,67,8,,,,,,,,,,,74_5,14347 +non,,,,,,,0,1858.8764789999911,,,,A#4,,,144,70,8,,,,,,,,,,,74_5,14348 +non,,,,,,,0,1858.8764789999911,,,,E5,,,144,76,12,,,,,,,,,,,74_5,14349 +non,,,,,,,0,1858.8764789999911,,,,F#5,,,144,78,9,,,,,,,,,,,74_5,14350 +nof,,,,,,,0,1858.8764789999911,,,,,,,144,52,0,,,,,,,,,,,74_5,14343 +nof,,,,,,,0,1858.8764789999911,,,,,,,144,61,0,,,,,,,,,,,74_5,14344 +nof,,,,,,,0,1858.8764789999911,,,,,,,144,64,0,,,,,,,,,,,74_5,14345 +non,,,,,,,0,1858.8764789999911,,,,E3,,,144,52,8,,,,,,,,,,,74_5,14351 +non,,,,,,,0,1858.8764789999911,,,,C#4,,,144,61,8,,,,,,,,,,,74_5,14352 +non,,,,,,,0,1858.8764789999911,,,,E4,,,144,64,10,,,,,,,,,,,74_5,14353 +ctl,,,,,,,1024,1859.320894999991,,,,,,,176,64,127,,,,,,,,,,,74_5,14354 +ctl,,,,,,,0,1859.320894999991,,,,,,,176,64,0,,,,,,,,,,,74_5,14355 +ctl,,,,,,,0,1859.320894999991,,,,,,,176,64,0,,,,,,,,,,,74_5,14356 +ctl,,,,,,,0,1859.320894999991,,,,,,,176,64,0,,,,,,,,,,,74_5,14357 +ctl,,,,,,,0,1859.320894999991,,,,,,,176,64,0,,,,,,,,,,,74_5,14358 +nof,,,,,,,0,1859.320894999991,,,,,,,144,67,0,,,,,,,,,,,74_5,14347 +nof,,,,,,,0,1859.320894999991,,,,,,,144,70,0,,,,,,,,,,,74_5,14348 +nof,,,,,,,0,1859.320894999991,,,,,,,144,76,0,,,,,,,,,,,74_5,14349 +nof,,,,,,,0,1859.320894999991,,,,,,,144,78,0,,,,,,,,,,,74_5,14350 +nof,,,,,,,0,1859.320894999991,,,,,,,144,52,0,,,,,,,,,,,74_5,14351 +nof,,,,,,,0,1859.320894999991,,,,,,,144,61,0,,,,,,,,,,,74_5,14352 +nof,,,,,,,0,1859.320894999991,,,,,,,144,64,0,,,,,,,,,,,74_5,14353 +nof,,,,,,,0,1859.320894999991,,,,,,,144,27,0,,,,,,,,,,,74_5,14326 +nof,,,,,,,0,1859.320894999991,,,,,,,144,39,0,,,,,,,,,,,74_5,14327 +non,,,,,,,0,1859.320894999991,,,,C2,,,144,36,9,,,,,,,,,,,74_5,14359 +non,,,,,,,0,1859.320894999991,,,,C3,,,144,48,11,,,,,,,,,,,74_5,14360 +ctl,,,,,,,113,1859.369936999991,,,,,,,176,64,0,,,,,,,,,,,74_5,14361 +ctl,,,,,,,189,1859.451962999991,,,,,,,176,64,127,,,,,,,,,,,74_5,14362 +non,,,,,,,39,1859.4688889999911,,,,G5,,,144,79,13,,,,,,,,,,,74_5,14363 +non,,,,,,,0,1859.4688889999911,,,,A#4,,,144,70,10,,,,,,,,,,,74_5,14364 +non,,,,,,,0,1859.4688889999911,,,,C#5,,,144,73,10,,,,,,,,,,,74_5,14365 +non,,,,,,,0,1859.4688889999911,,,,A5,,,144,81,11,,,,,,,,,,,74_5,14366 +nof,,,,,,,0,1859.4688889999911,,,,,,,144,36,0,,,,,,,,,,,74_5,14359 +nof,,,,,,,0,1859.4688889999911,,,,,,,144,48,0,,,,,,,,,,,74_5,14360 +non,,,,,,,0,1859.4688889999911,,,,F#1,,,144,30,9,,,,,,,,,,,74_5,14367 +non,,,,,,,0,1859.4688889999911,,,,F#2,,,144,42,11,,,,,,,,,,,74_5,14368 +nof,,,,,,,342,1859.617316999991,,,,,,,144,79,0,,,,,,,,,,,74_5,14363 +non,,,,,,,0,1859.617316999991,,,,F#5,,,144,78,13,,,,,,,,,,,74_5,14369 +nof,,,,,,,341,1859.765310999991,,,,,,,144,78,0,,,,,,,,,,,74_5,14369 +non,,,,,,,0,1859.765310999991,,,,G5,,,144,79,13,,,,,,,,,,,74_5,14370 +nof,,,,,,,0,1859.765310999991,,,,,,,144,70,0,,,,,,,,,,,74_5,14364 +nof,,,,,,,0,1859.765310999991,,,,,,,144,73,0,,,,,,,,,,,74_5,14365 +nof,,,,,,,0,1859.765310999991,,,,,,,144,81,0,,,,,,,,,,,74_5,14366 +non,,,,,,,0,1859.765310999991,,,,A#4,,,144,70,10,,,,,,,,,,,74_5,14371 +non,,,,,,,0,1859.765310999991,,,,C#5,,,144,73,10,,,,,,,,,,,74_5,14372 +non,,,,,,,0,1859.765310999991,,,,A5,,,144,81,11,,,,,,,,,,,74_5,14373 +non,,,,,,,0,1859.765310999991,,,,G3,,,144,55,11,,,,,,,,,,,74_5,14374 +non,,,,,,,0,1859.765310999991,,,,E4,,,144,64,11,,,,,,,,,,,74_5,14375 +non,,,,,,,0,1859.765310999991,,,,G4,,,144,67,14,,,,,,,,,,,74_5,14376 +ctl,,,,,,,88,1859.803502999991,,,,,,,176,64,0,,,,,,,,,,,74_5,14377 +ctl,,,,,,,339,1859.950628999991,,,,,,,176,64,127,,,,,,,,,,,74_5,14378 +nof,,,,,,,1280,1860.506148999991,,,,,,,144,79,0,,,,,,,,,,,74_5,14370 +non,,,,,,,0,1860.506148999991,,,,F#5,,,144,78,14,,,,,,,,,,,74_5,14379 +nof,,,,,,,341,1860.654142999991,,,,,,,144,78,0,,,,,,,,,,,74_5,14379 +non,,,,,,,0,1860.654142999991,,,,G5,,,144,79,14,,,,,,,,,,,74_5,14380 +nof,,,,,,,0,1860.654142999991,,,,,,,144,70,0,,,,,,,,,,,74_5,14371 +nof,,,,,,,0,1860.654142999991,,,,,,,144,73,0,,,,,,,,,,,74_5,14372 +nof,,,,,,,0,1860.654142999991,,,,,,,144,81,0,,,,,,,,,,,74_5,14373 +non,,,,,,,0,1860.654142999991,,,,A#4,,,144,70,11,,,,,,,,,,,74_5,14381 +non,,,,,,,0,1860.654142999991,,,,C#5,,,144,73,11,,,,,,,,,,,74_5,14382 +non,,,,,,,0,1860.654142999991,,,,A5,,,144,81,12,,,,,,,,,,,74_5,14383 +nof,,,,,,,0,1860.654142999991,,,,,,,144,55,0,,,,,,,,,,,74_5,14374 +nof,,,,,,,0,1860.654142999991,,,,,,,144,64,0,,,,,,,,,,,74_5,14375 +nof,,,,,,,0,1860.654142999991,,,,,,,144,67,0,,,,,,,,,,,74_5,14376 +non,,,,,,,0,1860.654142999991,,,,G3,,,144,55,11,,,,,,,,,,,74_5,14384 +non,,,,,,,0,1860.654142999991,,,,E4,,,144,64,11,,,,,,,,,,,74_5,14385 +non,,,,,,,0,1860.654142999991,,,,G4,,,144,67,14,,,,,,,,,,,74_5,14386 +nof,,,,,,,1707,1861.394980999991,,,,,,,144,79,0,,,,,,,,,,,74_5,14380 +non,,,,,,,0,1861.394980999991,,,,F#5,,,144,78,15,,,,,,,,,,,74_5,14387 +nof,,,,,,,341,1861.542974999991,,,,,,,144,78,0,,,,,,,,,,,74_5,14387 +nof,,,,,,,0,1861.542974999991,,,,,,,144,70,0,,,,,,,,,,,74_5,14381 +nof,,,,,,,0,1861.542974999991,,,,,,,144,73,0,,,,,,,,,,,74_5,14382 +nof,,,,,,,0,1861.542974999991,,,,,,,144,81,0,,,,,,,,,,,74_5,14383 +non,,,,,,,0,1861.542974999991,,,,A#4,,,144,70,12,,,,,,,,,,,74_5,14388 +non,,,,,,,0,1861.542974999991,,,,C#5,,,144,73,12,,,,,,,,,,,74_5,14389 +non,,,,,,,0,1861.542974999991,,,,G5,,,144,79,15,,,,,,,,,,,74_5,14390 +non,,,,,,,0,1861.542974999991,,,,A5,,,144,81,13,,,,,,,,,,,74_5,14391 +nof,,,,,,,0,1861.542974999991,,,,,,,144,55,0,,,,,,,,,,,74_5,14384 +nof,,,,,,,0,1861.542974999991,,,,,,,144,64,0,,,,,,,,,,,74_5,14385 +nof,,,,,,,0,1861.542974999991,,,,,,,144,67,0,,,,,,,,,,,74_5,14386 +non,,,,,,,0,1861.542974999991,,,,G3,,,144,55,11,,,,,,,,,,,74_5,14392 +non,,,,,,,0,1861.542974999991,,,,E4,,,144,64,11,,,,,,,,,,,74_5,14393 +non,,,,,,,0,1861.542974999991,,,,G4,,,144,67,14,,,,,,,,,,,74_5,14394 +ctl,,,,,,,1024,1861.987390999991,,,,,,,176,64,127,,,,,,,,,,,74_5,14395 +ctl,,,,,,,0,1861.987390999991,,,,,,,176,64,0,,,,,,,,,,,74_5,14396 +ctl,,,,,,,0,1861.987390999991,,,,,,,176,64,0,,,,,,,,,,,74_5,14397 +ctl,,,,,,,0,1861.987390999991,,,,,,,176,64,0,,,,,,,,,,,74_5,14398 +ctl,,,,,,,0,1861.987390999991,,,,,,,176,64,0,,,,,,,,,,,74_5,14399 +ctl,,,,,,,0,1861.987390999991,,,,,,,176,64,0,,,,,,,,,,,74_5,14400 +nof,,,,,,,0,1861.987390999991,,,,,,,144,70,0,,,,,,,,,,,74_5,14388 +nof,,,,,,,0,1861.987390999991,,,,,,,144,73,0,,,,,,,,,,,74_5,14389 +nof,,,,,,,0,1861.987390999991,,,,,,,144,79,0,,,,,,,,,,,74_5,14390 +nof,,,,,,,0,1861.987390999991,,,,,,,144,81,0,,,,,,,,,,,74_5,14391 +nof,,,,,,,0,1861.987390999991,,,,,,,144,55,0,,,,,,,,,,,74_5,14392 +nof,,,,,,,0,1861.987390999991,,,,,,,144,64,0,,,,,,,,,,,74_5,14393 +nof,,,,,,,0,1861.987390999991,,,,,,,144,67,0,,,,,,,,,,,74_5,14394 +nof,,,,,,,0,1861.987390999991,,,,,,,144,30,0,,,,,,,,,,,74_5,14367 +nof,,,,,,,0,1861.987390999991,,,,,,,144,42,0,,,,,,,,,,,74_5,14368 +non,,,,,,,0,1861.987390999991,,,,D#2,,,144,39,12,,,,,,,,,,,74_5,14401 +non,,,,,,,0,1861.987390999991,,,,D#3,,,144,51,14,,,,,,,,,,,74_5,14402 +ctl,,,,,,,113,1862.050444999991,,,,,,,176,64,0,,,,,,,,,,,74_5,14403 +ctl,,,,,,,189,1862.155906999991,,,,,,,176,64,127,,,,,,,,,,,74_5,14404 +non,,,,,,,39,1862.177668999991,,,,C6,,,144,84,14,,,,,,,,,,,74_5,14405 +non,,,,,,,0,1862.177668999991,,,,C#5,,,144,73,10,,,,,,,,,,,74_5,14406 +non,,,,,,,0,1862.177668999991,,,,E5,,,144,76,10,,,,,,,,,,,74_5,14407 +nof,,,,,,,0,1862.177668999991,,,,,,,144,39,0,,,,,,,,,,,74_5,14401 +nof,,,,,,,0,1862.177668999991,,,,,,,144,51,0,,,,,,,,,,,74_5,14402 +non,,,,,,,0,1862.177668999991,,,,A1,,,144,33,12,,,,,,,,,,,74_5,14408 +non,,,,,,,0,1862.177668999991,,,,A2,,,144,45,14,,,,,,,,,,,74_5,14409 +nof,,,,,,,342,1862.368504999991,,,,,,,144,84,0,,,,,,,,,,,74_5,14405 +non,,,,,,,0,1862.368504999991,,,,A#5,,,144,82,14,,,,,,,,,,,74_5,14410 +ctl,,,,,,,85,1862.4053949999911,,,,,,,176,64,127,,,,,,,,,,,74_5,14411 +nof,,,,,,,256,1862.516498999991,,,,,,,144,82,0,,,,,,,,,,,74_5,14410 +non,,,,,,,0,1862.516498999991,,,,A5,,,144,81,14,,,,,,,,,,,74_5,14412 +non,,,,,,,0,1862.516498999991,,,,A#3,,,144,58,11,,,,,,,,,,,74_5,14413 +non,,,,,,,0,1862.516498999991,,,,G4,,,144,67,11,,,,,,,,,,,74_5,14414 +non,,,,,,,0,1862.516498999991,,,,A#4,,,144,70,14,,,,,,,,,,,74_5,14415 +nof,,,,,,,341,1862.649488999991,,,,,,,144,81,0,,,,,,,,,,,74_5,14412 +non,,,,,,,0,1862.649488999991,,,,F#5,,,144,78,14,,,,,,,,,,,74_5,14416 +nof,,,,,,,342,1862.782868999991,,,,,,,144,78,0,,,,,,,,,,,74_5,14416 +non,,,,,,,0,1862.782868999991,,,,D#5,,,144,75,13,,,,,,,,,,,74_5,14417 +ctl,,,,,,,335,1862.901793999991,,,,,,,176,64,0,,,,,,,,,,,74_5,14418 +nof,,,,,,,6,1862.903923999991,,,,,,,144,75,0,,,,,,,,,,,74_5,14417 +non,,,,,,,0,1862.903923999991,,,,C#5,,,144,73,13,,,,,,,,,,,74_5,14419 +ctl,,,,,,,331,1863.021428999991,,,,,,,176,64,127,,,,,,,,,,,74_5,14420 +nof,,,,,,,10,1863.0249789999912,,,,,,,144,73,0,,,,,,,,,,,74_5,14419 +nof,,,,,,,0,1863.0249789999912,,,,,,,144,76,0,,,,,,,,,,,74_5,14407 +non,,,,,,,0,1863.0249789999912,,,,C#4,,,144,61,11,,,,,,,,,,,74_5,14421 +non,,,,,,,0,1863.0249789999912,,,,E4,,,144,64,11,,,,,,,,,,,74_5,14422 +nof,,,,,,,0,1863.0249789999912,,,,,,,144,73,0,,,,,,,,,,,74_5,14423 +non,,,,,,,0,1863.0249789999912,,,,C5,,,144,72,14,,,,,,,,,,,74_5,14424 +nof,,,,,,,171,1863.085683999991,,,,,,,144,58,0,,,,,,,,,,,74_5,14413 +nof,,,,,,,0,1863.085683999991,,,,,,,144,67,0,,,,,,,,,,,74_5,14414 +nof,,,,,,,0,1863.085683999991,,,,,,,144,70,0,,,,,,,,,,,74_5,14415 +nof,,,,,,,171,1863.1463889999911,,,,,,,144,72,0,,,,,,,,,,,74_5,14424 +non,,,,,,,0,1863.1463889999911,,,,A#4,,,144,70,13,,,,,,,,,,,74_5,14425 +nof,,,,,,,341,1863.267443999991,,,,,,,144,70,0,,,,,,,,,,,74_5,14425 +non,,,,,,,0,1863.267443999991,,,,A4,,,144,69,13,,,,,,,,,,,74_5,14426 +nof,,,,,,,341,1863.388498999991,,,,,,,144,69,0,,,,,,,,,,,74_5,14426 +non,,,,,,,0,1863.388498999991,,,,F#4,,,144,66,13,,,,,,,,,,,74_5,14427 +nof,,,,,,,342,1863.509908999991,,,,,,,144,66,0,,,,,,,,,,,74_5,14427 +non,,,,,,,0,1863.509908999991,,,,D#4,,,144,63,13,,,,,,,,,,,74_5,14428 +nof,,,,,,,341,1863.630963999991,,,,,,,144,63,0,,,,,,,,,,,74_5,14428 +non,,,,,,,0,1863.630963999991,,,,C#4,,,144,61,14,,,,,,,,,,,74_5,14429 +nof,,,,,,,0,1863.630963999991,,,,,,,144,33,0,,,,,,,,,,,74_5,14408 +nof,,,,,,,0,1863.630963999991,,,,,,,144,45,0,,,,,,,,,,,74_5,14409 +ctl,,,,,,,6,1863.633891999991,,,,,,,176,64,0,,,,,,,,,,,74_5,14430 +ctl,,,,,,,262,1863.761747999991,,,,,,,176,64,127,,,,,,,,,,,74_5,14431 +nof,,,,,,,73,1863.7973719999911,,,,,,,144,61,0,,,,,,,,,,,74_5,14429 +nof,,,,,,,0,1863.7973719999911,,,,,,,144,64,0,,,,,,,,,,,74_5,14422 +non,,,,,,,0,1863.7973719999911,,,,C4,,,144,60,11,,,,,,,,,,,74_5,14432 +nof,,,,,,,342,1863.945799999991,,,,,,,144,61,0,,,,,,,,,,,74_5,14433 +nof,,,,,,,0,1863.945799999991,,,,,,,144,60,0,,,,,,,,,,,74_5,14432 +non,,,,,,,0,1863.945799999991,,,,A#3,,,144,58,11,,,,,,,,,,,74_5,14434 +non,,,,,,,0,1863.945799999991,,,,C#4,,,144,61,13,,,,,,,,,,,74_5,14435 +nof,,,,,,,341,1864.0787899999912,,,,,,,144,58,0,,,,,,,,,,,74_5,14434 +non,,,,,,,0,1864.0787899999912,,,,A3,,,144,57,10,,,,,,,,,,,74_5,14436 +nof,,,,,,,341,1864.211779999991,,,,,,,144,57,0,,,,,,,,,,,74_5,14436 +non,,,,,,,0,1864.211779999991,,,,F#3,,,144,54,10,,,,,,,,,,,74_5,14437 +nof,,,,,,,0,1864.211779999991,,,,,,,144,61,0,,,,,,,,,,,74_5,14435 +non,,,,,,,0,1864.211779999991,,,,C#4,,,144,61,13,,,,,,,,,,,74_5,14438 +nof,,,,,,,342,1864.345159999991,,,,,,,144,54,0,,,,,,,,,,,74_5,14437 +non,,,,,,,0,1864.345159999991,,,,D#3,,,144,51,10,,,,,,,,,,,74_5,14439 +ctl,,,,,,,135,1864.4330449999911,,,,,,,176,64,0,,,,,,,,,,,74_5,14440 +ctl,,,,,,,206,1864.567150999991,,,,,,,176,64,127,,,,,,,,,,,74_5,14441 +ctl,,,,,,,0,1864.567150999991,,,,,,,176,64,0,,,,,,,,,,,74_5,14442 +ctl,,,,,,,0,1864.567150999991,,,,,,,176,64,0,,,,,,,,,,,74_5,14443 +ctl,,,,,,,0,1864.567150999991,,,,,,,176,64,0,,,,,,,,,,,74_5,14444 +nof,,,,,,,0,1864.567150999991,,,,,,,144,51,0,,,,,,,,,,,74_5,14439 +nof,,,,,,,0,1864.567150999991,,,,,,,144,61,0,,,,,,,,,,,74_5,14438 +non,,,,,,,0,1864.567150999991,,,,A#1,,,144,34,7,,,,,,,,,,,74_5,14445 +non,,,,,,,0,1864.567150999991,,,,A#2,,,144,46,8,,,,,,,,,,,74_5,14446 +ctl,,,,,,,183,1864.656454999991,,,,,,,176,64,0,,,,,,,,,,,74_5,14447 +ctl,,,,,,,122,1864.7159909999912,,,,,,,176,64,127,,,,,,,,,,,74_5,14448 +non,,,,,,,36,1864.7335589999911,,,,D#3,,,144,51,8,,,,,,,,,,,74_5,14449 +nof,,,,,,,0,1864.7335589999911,,,,,,,144,34,0,,,,,,,,,,,74_5,14445 +nof,,,,,,,0,1864.7335589999911,,,,,,,144,46,0,,,,,,,,,,,74_5,14446 +non,,,,,,,0,1864.7335589999911,,,,F1,,,144,29,6,,,,,,,,,,,74_5,14450 +non,,,,,,,0,1864.7335589999911,,,,F2,,,144,41,7,,,,,,,,,,,74_5,14451 +nof,,,,,,,342,1864.8669389999911,,,,,,,144,51,0,,,,,,,,,,,74_5,14449 +non,,,,,,,0,1864.8669389999911,,,,C#4,,,144,61,8,,,,,,,,,,,74_5,14452 +nof,,,,,,,341,1864.999928999991,,,,,,,144,61,0,,,,,,,,,,,74_5,14452 +non,,,,,,,0,1864.999928999991,,,,A4,,,144,69,9,,,,,,,,,,,74_5,14453 +nof,,,,,,,341,1865.132918999991,,,,,,,144,69,0,,,,,,,,,,,74_5,14453 +non,,,,,,,0,1865.132918999991,,,,G4,,,144,67,9,,,,,,,,,,,74_5,14454 +nof,,,,,,,342,1865.266298999991,,,,,,,144,67,0,,,,,,,,,,,74_5,14454 +non,,,,,,,0,1865.266298999991,,,,C5,,,144,72,10,,,,,,,,,,,74_5,14455 +nof,,,,,,,341,1865.399288999991,,,,,,,144,72,0,,,,,,,,,,,74_5,14455 +nof,,,,,,,0,1865.399288999991,,,,,,,144,29,0,,,,,,,,,,,74_5,14450 +nof,,,,,,,0,1865.399288999991,,,,,,,144,41,0,,,,,,,,,,,74_5,14451 +non,,,,,,,0,1865.399288999991,,,,A#1,,,144,34,9,,,,,,,,,,,74_5,14456 +non,,,,,,,0,1865.399288999991,,,,A#2,,,144,46,11,,,,,,,,,,,74_5,14457 +ctl,,,,,,,27,1865.412464999991,,,,,,,176,64,0,,,,,,,,,,,74_5,14458 +ctl,,,,,,,204,1865.5120169999911,,,,,,,176,64,127,,,,,,,,,,,74_5,14459 +non,,,,,,,110,1865.5656969999911,,,,D#3,,,144,51,9,,,,,,,,,,,74_5,14460 +nof,,,,,,,0,1865.5656969999911,,,,,,,144,34,0,,,,,,,,,,,74_5,14456 +nof,,,,,,,0,1865.5656969999911,,,,,,,144,46,0,,,,,,,,,,,74_5,14457 +non,,,,,,,0,1865.5656969999911,,,,F1,,,144,29,8,,,,,,,,,,,74_5,14461 +non,,,,,,,0,1865.5656969999911,,,,F2,,,144,41,9,,,,,,,,,,,74_5,14462 +nof,,,,,,,342,1865.687106999991,,,,,,,144,51,0,,,,,,,,,,,74_5,14460 +non,,,,,,,0,1865.687106999991,,,,C#4,,,144,61,10,,,,,,,,,,,74_5,14463 +nof,,,,,,,341,1865.8081619999912,,,,,,,144,61,0,,,,,,,,,,,74_5,14463 +non,,,,,,,0,1865.8081619999912,,,,A4,,,144,69,10,,,,,,,,,,,74_5,14464 +nof,,,,,,,341,1865.929216999991,,,,,,,144,69,0,,,,,,,,,,,74_5,14464 +non,,,,,,,0,1865.929216999991,,,,G4,,,144,67,10,,,,,,,,,,,74_5,14465 +nof,,,,,,,342,1866.050626999991,,,,,,,144,67,0,,,,,,,,,,,74_5,14465 +non,,,,,,,0,1866.050626999991,,,,F5,,,144,77,11,,,,,,,,,,,74_5,14466 +ctl,,,,,,,334,1866.169196999991,,,,,,,176,64,0,,,,,,,,,,,74_5,14467 +nof,,,,,,,7,1866.171681999991,,,,,,,144,77,0,,,,,,,,,,,74_5,14466 +nof,,,,,,,0,1866.171681999991,,,,,,,144,29,0,,,,,,,,,,,74_5,14461 +nof,,,,,,,0,1866.171681999991,,,,,,,144,41,0,,,,,,,,,,,74_5,14462 +non,,,,,,,0,1866.171681999991,,,,B1,,,144,35,8,,,,,,,,,,,74_5,14468 +non,,,,,,,0,1866.171681999991,,,,B2,,,144,47,11,,,,,,,,,,,74_5,14469 +ctl,,,,,,,176,1866.240321999991,,,,,,,176,64,127,,,,,,,,,,,74_5,14470 +non,,,,,,,165,1866.3046719999911,,,,D#3,,,144,51,11,,,,,,,,,,,74_5,14471 +nof,,,,,,,0,1866.3046719999911,,,,,,,144,35,0,,,,,,,,,,,74_5,14468 +nof,,,,,,,0,1866.3046719999911,,,,,,,144,47,0,,,,,,,,,,,74_5,14469 +non,,,,,,,0,1866.3046719999911,,,,F1,,,144,29,7,,,,,,,,,,,74_5,14472 +non,,,,,,,0,1866.3046719999911,,,,F2,,,144,41,9,,,,,,,,,,,74_5,14473 +nof,,,,,,,342,1866.415821999991,,,,,,,144,51,0,,,,,,,,,,,74_5,14471 +non,,,,,,,0,1866.415821999991,,,,D4,,,144,62,11,,,,,,,,,,,74_5,14474 +nof,,,,,,,341,1866.526646999991,,,,,,,144,62,0,,,,,,,,,,,74_5,14474 +non,,,,,,,0,1866.526646999991,,,,A4,,,144,69,12,,,,,,,,,,,74_5,14475 +nof,,,,,,,341,1866.637471999991,,,,,,,144,69,0,,,,,,,,,,,74_5,14475 +non,,,,,,,0,1866.637471999991,,,,G4,,,144,67,12,,,,,,,,,,,74_5,14476 +nof,,,,,,,342,1866.748621999991,,,,,,,144,67,0,,,,,,,,,,,74_5,14476 +non,,,,,,,0,1866.748621999991,,,,F5,,,144,77,13,,,,,,,,,,,74_5,14477 +ctl,,,,,,,341,1866.915029999991,,,,,,,176,64,127,,,,,,,,,,,74_5,14478 +ctl,,,,,,,0,1866.915029999991,,,,,,,176,64,0,,,,,,,,,,,74_5,14479 +ctl,,,,,,,0,1866.915029999991,,,,,,,176,64,0,,,,,,,,,,,74_5,14480 +ctl,,,,,,,0,1866.915029999991,,,,,,,176,64,0,,,,,,,,,,,74_5,14481 +nof,,,,,,,0,1866.915029999991,,,,,,,144,29,0,,,,,,,,,,,74_5,14472 +nof,,,,,,,0,1866.915029999991,,,,,,,144,41,0,,,,,,,,,,,74_5,14473 +non,,,,,,,0,1866.915029999991,,,,G1,,,144,31,9,,,,,,,,,,,74_5,14482 +non,,,,,,,0,1866.915029999991,,,,G2,,,144,43,12,,,,,,,,,,,74_5,14483 +ctl,,,,,,,113,1866.9640719999911,,,,,,,176,64,0,,,,,,,,,,,74_5,14484 +ctl,,,,,,,189,1867.0460979999912,,,,,,,176,64,127,,,,,,,,,,,74_5,14485 +nof,,,,,,,39,1867.0630239999912,,,,,,,144,77,0,,,,,,,,,,,74_5,14477 +non,,,,,,,0,1867.0630239999912,,,,D#5,,,144,75,13,,,,,,,,,,,74_5,14486 +nof,,,,,,,0,1867.0630239999912,,,,,,,144,31,0,,,,,,,,,,,74_5,14482 +nof,,,,,,,0,1867.0630239999912,,,,,,,144,43,0,,,,,,,,,,,74_5,14483 +non,,,,,,,0,1867.0630239999912,,,,C#1,,,144,25,9,,,,,,,,,,,74_5,14487 +non,,,,,,,0,1867.0630239999912,,,,C#2,,,144,37,12,,,,,,,,,,,74_5,14488 +nof,,,,,,,342,1867.2114519999911,,,,,,,144,75,0,,,,,,,,,,,74_5,14486 +non,,,,,,,0,1867.2114519999911,,,,A#4,,,144,70,11,,,,,,,,,,,74_5,14489 +nof,,,,,,,341,1867.359445999991,,,,,,,144,70,0,,,,,,,,,,,74_5,14489 +non,,,,,,,0,1867.359445999991,,,,B4,,,144,71,12,,,,,,,,,,,74_5,14490 +non,,,,,,,0,1867.359445999991,,,,B3,,,144,59,8,,,,,,,,,,,74_5,14491 +non,,,,,,,0,1867.359445999991,,,,F4,,,144,65,8,,,,,,,,,,,74_5,14492 +non,,,,,,,0,1867.359445999991,,,,D#3,,,144,51,9,,,,,,,,,,,74_5,14493 +non,,,,,,,0,1867.359445999991,,,,D#4,,,144,63,11,,,,,,,,,,,74_5,14494 +ctl,,,,,,,88,1867.397637999991,,,,,,,176,64,0,,,,,,,,,,,74_5,14495 +ctl,,,,,,,339,1867.5447639999911,,,,,,,176,64,127,,,,,,,,,,,74_5,14496 +nof,,,,,,,256,1867.655867999991,,,,,,,144,51,0,,,,,,,,,,,74_5,14493 +nof,,,,,,,0,1867.655867999991,,,,,,,144,63,0,,,,,,,,,,,74_5,14494 +non,,,,,,,0,1867.655867999991,,,,D3,,,144,50,9,,,,,,,,,,,74_5,14497 +non,,,,,,,0,1867.655867999991,,,,D4,,,144,62,11,,,,,,,,,,,74_5,14498 +nof,,,,,,,1365,1868.2482779999912,,,,,,,144,59,0,,,,,,,,,,,74_5,14491 +nof,,,,,,,0,1868.2482779999912,,,,,,,144,65,0,,,,,,,,,,,74_5,14492 +non,,,,,,,0,1868.2482779999912,,,,B3,,,144,59,6,,,,,,,,,,,74_5,14499 +non,,,,,,,0,1868.2482779999912,,,,F4,,,144,65,8,,,,,,,,,,,74_5,14500 +nof,,,,,,,0,1868.2482779999912,,,,,,,144,25,0,,,,,,,,,,,74_5,14487 +nof,,,,,,,0,1868.2482779999912,,,,,,,144,37,0,,,,,,,,,,,74_5,14488 +non,,,,,,,0,1868.2482779999912,,,,C#2,,,144,37,10,,,,,,,,,,,74_5,14501 +nof,,,,,,,205,1868.3372479999912,,,,,,,144,37,0,,,,,,,,,,,74_5,14501 +non,,,,,,,0,1868.3372479999912,,,,G2,,,144,43,10,,,,,,,,,,,74_5,14502 +nof,,,,,,,205,1868.426217999991,,,,,,,144,43,0,,,,,,,,,,,74_5,14502 +non,,,,,,,0,1868.426217999991,,,,D3,,,144,50,11,,,,,,,,,,,74_5,14503 +nof,,,,,,,204,1868.5147539999912,,,,,,,144,50,0,,,,,,,,,,,74_5,14503 +non,,,,,,,0,1868.5147539999912,,,,C#3,,,144,49,11,,,,,,,,,,,74_5,14504 +nof,,,,,,,205,1868.603723999991,,,,,,,144,49,0,,,,,,,,,,,74_5,14504 +non,,,,,,,0,1868.603723999991,,,,G3,,,144,55,12,,,,,,,,,,,74_5,14505 +nof,,,,,,,205,1868.692693999991,,,,,,,144,55,0,,,,,,,,,,,74_5,14505 +non,,,,,,,0,1868.692693999991,,,,D4,,,144,62,12,,,,,,,,,,,74_5,14506 +nof,,,,,,,205,1868.781663999991,,,,,,,144,62,0,,,,,,,,,,,74_5,14506 +non,,,,,,,0,1868.781663999991,,,,G3,,,144,55,12,,,,,,,,,,,74_5,14507 +nof,,,,,,,205,1868.870633999991,,,,,,,144,55,0,,,,,,,,,,,74_5,14507 +non,,,,,,,0,1868.870633999991,,,,C#3,,,144,49,11,,,,,,,,,,,74_5,14508 +nof,,,,,,,204,1868.959169999991,,,,,,,144,49,0,,,,,,,,,,,74_5,14508 +non,,,,,,,0,1868.959169999991,,,,D3,,,144,50,11,,,,,,,,,,,74_5,14509 +nof,,,,,,,205,1869.048139999991,,,,,,,144,50,0,,,,,,,,,,,74_5,14509 +non,,,,,,,0,1869.048139999991,,,,G2,,,144,43,10,,,,,,,,,,,74_5,14510 +nof,,,,,,,205,1869.137109999991,,,,,,,144,59,0,,,,,,,,,,,74_5,14499 +nof,,,,,,,0,1869.137109999991,,,,,,,144,65,0,,,,,,,,,,,74_5,14500 +non,,,,,,,0,1869.137109999991,,,,B3,,,144,59,6,,,,,,,,,,,74_5,14511 +non,,,,,,,0,1869.137109999991,,,,F4,,,144,65,8,,,,,,,,,,,74_5,14512 +nof,,,,,,,0,1869.137109999991,,,,,,,144,43,0,,,,,,,,,,,74_5,14510 +non,,,,,,,0,1869.137109999991,,,,C#2,,,144,37,10,,,,,,,,,,,74_5,14513 +ctl,,,,,,,832,1869.4981979999911,,,,,,,176,64,0,,,,,,,,,,,74_5,14514 +ctl,,,,,,,192,1869.581525999991,,,,,,,176,64,127,,,,,,,,,,,74_5,14515 +ctl,,,,,,,0,1869.581525999991,,,,,,,176,64,0,,,,,,,,,,,74_5,14516 +ctl,,,,,,,0,1869.581525999991,,,,,,,176,64,0,,,,,,,,,,,74_5,14517 +ctl,,,,,,,0,1869.581525999991,,,,,,,176,64,0,,,,,,,,,,,74_5,14518 +ctl,,,,,,,0,1869.581525999991,,,,,,,176,64,0,,,,,,,,,,,74_5,14519 +ctl,,,,,,,0,1869.581525999991,,,,,,,176,64,0,,,,,,,,,,,74_5,14520 +nof,,,,,,,0,1869.581525999991,,,,,,,144,59,0,,,,,,,,,,,74_5,14511 +nof,,,,,,,0,1869.581525999991,,,,,,,144,65,0,,,,,,,,,,,74_5,14512 +nof,,,,,,,0,1869.581525999991,,,,,,,144,71,0,,,,,,,,,,,74_5,14490 +nof,,,,,,,0,1869.581525999991,,,,,,,144,50,0,,,,,,,,,,,74_5,14521 +nof,,,,,,,0,1869.581525999991,,,,,,,144,62,0,,,,,,,,,,,74_5,14522 +nof,,,,,,,0,1869.581525999991,,,,,,,144,37,0,,,,,,,,,,,74_5,14513 +non,,,,,,,0,1869.581525999991,,,,C2,,,144,36,7,,,,,,,,,,,74_5,14523 +non,,,,,,,0,1869.581525999991,,,,C3,,,144,48,8,,,,,,,,,,,74_5,14524 +ctl,,,,,,,183,1869.6708299999912,,,,,,,176,64,0,,,,,,,,,,,74_5,14525 +ctl,,,,,,,122,1869.7303659999911,,,,,,,176,64,127,,,,,,,,,,,74_5,14526 +non,,,,,,,36,1869.7479339999911,,,,F3,,,144,53,8,,,,,,,,,,,74_5,14527 +nof,,,,,,,0,1869.7479339999911,,,,,,,144,36,0,,,,,,,,,,,74_5,14523 +nof,,,,,,,0,1869.7479339999911,,,,,,,144,48,0,,,,,,,,,,,74_5,14524 +non,,,,,,,0,1869.7479339999911,,,,G1,,,144,31,6,,,,,,,,,,,74_5,14528 +non,,,,,,,0,1869.7479339999911,,,,G2,,,144,43,7,,,,,,,,,,,74_5,14529 +nof,,,,,,,342,1869.881313999991,,,,,,,144,53,0,,,,,,,,,,,74_5,14527 +non,,,,,,,0,1869.881313999991,,,,D#4,,,144,63,8,,,,,,,,,,,74_5,14530 +nof,,,,,,,341,1870.0143039999912,,,,,,,144,63,0,,,,,,,,,,,74_5,14530 +non,,,,,,,0,1870.0143039999912,,,,B4,,,144,71,9,,,,,,,,,,,74_5,14531 +nof,,,,,,,341,1870.147293999991,,,,,,,144,71,0,,,,,,,,,,,74_5,14531 +non,,,,,,,0,1870.147293999991,,,,A4,,,144,69,9,,,,,,,,,,,74_5,14532 +nof,,,,,,,342,1870.280673999991,,,,,,,144,69,0,,,,,,,,,,,74_5,14532 +non,,,,,,,0,1870.280673999991,,,,D5,,,144,74,10,,,,,,,,,,,74_5,14533 +nof,,,,,,,341,1870.413663999991,,,,,,,144,74,0,,,,,,,,,,,74_5,14533 +nof,,,,,,,0,1870.413663999991,,,,,,,144,31,0,,,,,,,,,,,74_5,14528 +nof,,,,,,,0,1870.413663999991,,,,,,,144,43,0,,,,,,,,,,,74_5,14529 +non,,,,,,,0,1870.413663999991,,,,C2,,,144,36,9,,,,,,,,,,,74_5,14534 +non,,,,,,,0,1870.413663999991,,,,C3,,,144,48,11,,,,,,,,,,,74_5,14535 +ctl,,,,,,,27,1870.426839999991,,,,,,,176,64,0,,,,,,,,,,,74_5,14536 +ctl,,,,,,,204,1870.5263919999911,,,,,,,176,64,127,,,,,,,,,,,74_5,14537 +non,,,,,,,110,1870.580071999991,,,,F3,,,144,53,9,,,,,,,,,,,74_5,14538 +nof,,,,,,,0,1870.580071999991,,,,,,,144,36,0,,,,,,,,,,,74_5,14534 +nof,,,,,,,0,1870.580071999991,,,,,,,144,48,0,,,,,,,,,,,74_5,14535 +non,,,,,,,0,1870.580071999991,,,,G1,,,144,31,8,,,,,,,,,,,74_5,14539 +non,,,,,,,0,1870.580071999991,,,,G2,,,144,43,9,,,,,,,,,,,74_5,14540 +nof,,,,,,,342,1870.701481999991,,,,,,,144,53,0,,,,,,,,,,,74_5,14538 +non,,,,,,,0,1870.701481999991,,,,D#4,,,144,63,10,,,,,,,,,,,74_5,14541 +nof,,,,,,,341,1870.8225369999911,,,,,,,144,63,0,,,,,,,,,,,74_5,14541 +non,,,,,,,0,1870.8225369999911,,,,B4,,,144,71,10,,,,,,,,,,,74_5,14542 +nof,,,,,,,341,1870.943591999991,,,,,,,144,71,0,,,,,,,,,,,74_5,14542 +non,,,,,,,0,1870.943591999991,,,,A4,,,144,69,10,,,,,,,,,,,74_5,14543 +nof,,,,,,,342,1871.065001999991,,,,,,,144,69,0,,,,,,,,,,,74_5,14543 +non,,,,,,,0,1871.065001999991,,,,G5,,,144,79,11,,,,,,,,,,,74_5,14544 +ctl,,,,,,,334,1871.183571999991,,,,,,,176,64,0,,,,,,,,,,,74_5,14545 +nof,,,,,,,7,1871.186056999991,,,,,,,144,79,0,,,,,,,,,,,74_5,14544 +nof,,,,,,,0,1871.186056999991,,,,,,,144,31,0,,,,,,,,,,,74_5,14539 +nof,,,,,,,0,1871.186056999991,,,,,,,144,43,0,,,,,,,,,,,74_5,14540 +non,,,,,,,0,1871.186056999991,,,,C#2,,,144,37,11,,,,,,,,,,,74_5,14546 +non,,,,,,,0,1871.186056999991,,,,C#3,,,144,49,13,,,,,,,,,,,74_5,14547 +ctl,,,,,,,176,1871.254696999991,,,,,,,176,64,127,,,,,,,,,,,74_5,14548 +non,,,,,,,165,1871.319046999991,,,,F3,,,144,53,11,,,,,,,,,,,74_5,14549 +nof,,,,,,,0,1871.319046999991,,,,,,,144,37,0,,,,,,,,,,,74_5,14546 +nof,,,,,,,0,1871.319046999991,,,,,,,144,49,0,,,,,,,,,,,74_5,14547 +non,,,,,,,0,1871.319046999991,,,,G1,,,144,31,9,,,,,,,,,,,74_5,14550 +non,,,,,,,0,1871.319046999991,,,,G2,,,144,43,11,,,,,,,,,,,74_5,14551 +nof,,,,,,,342,1871.430196999991,,,,,,,144,53,0,,,,,,,,,,,74_5,14549 +non,,,,,,,0,1871.430196999991,,,,E4,,,144,64,12,,,,,,,,,,,74_5,14552 +nof,,,,,,,341,1871.541021999991,,,,,,,144,64,0,,,,,,,,,,,74_5,14552 +non,,,,,,,0,1871.541021999991,,,,B4,,,144,71,13,,,,,,,,,,,74_5,14553 +nof,,,,,,,341,1871.651846999991,,,,,,,144,71,0,,,,,,,,,,,74_5,14553 +non,,,,,,,0,1871.651846999991,,,,A4,,,144,69,13,,,,,,,,,,,74_5,14554 +nof,,,,,,,342,1871.7629969999912,,,,,,,144,69,0,,,,,,,,,,,74_5,14554 +non,,,,,,,0,1871.7629969999912,,,,G5,,,144,79,14,,,,,,,,,,,74_5,14555 +ctl,,,,,,,341,1871.929404999991,,,,,,,176,64,127,,,,,,,,,,,74_5,14556 +ctl,,,,,,,0,1871.929404999991,,,,,,,176,64,0,,,,,,,,,,,74_5,14557 +ctl,,,,,,,0,1871.929404999991,,,,,,,176,64,0,,,,,,,,,,,74_5,14558 +ctl,,,,,,,0,1871.929404999991,,,,,,,176,64,0,,,,,,,,,,,74_5,14559 +ctl,,,,,,,0,1871.929404999991,,,,,,,176,64,0,,,,,,,,,,,74_5,14560 +ctl,,,,,,,0,1871.929404999991,,,,,,,176,64,0,,,,,,,,,,,74_5,14561 +nof,,,,,,,0,1871.929404999991,,,,,,,144,31,0,,,,,,,,,,,74_5,14550 +nof,,,,,,,0,1871.929404999991,,,,,,,144,43,0,,,,,,,,,,,74_5,14551 +non,,,,,,,0,1871.929404999991,,,,A1,,,144,33,12,,,,,,,,,,,74_5,14562 +non,,,,,,,0,1871.929404999991,,,,A2,,,144,45,14,,,,,,,,,,,74_5,14563 +ctl,,,,,,,113,1871.9845489999911,,,,,,,176,64,0,,,,,,,,,,,74_5,14564 +ctl,,,,,,,189,1872.0767809999911,,,,,,,176,64,127,,,,,,,,,,,74_5,14565 +nof,,,,,,,39,1872.095812999991,,,,,,,144,79,0,,,,,,,,,,,74_5,14555 +non,,,,,,,0,1872.095812999991,,,,F5,,,144,77,14,,,,,,,,,,,74_5,14566 +nof,,,,,,,0,1872.095812999991,,,,,,,144,33,0,,,,,,,,,,,74_5,14562 +nof,,,,,,,0,1872.095812999991,,,,,,,144,45,0,,,,,,,,,,,74_5,14563 +non,,,,,,,0,1872.095812999991,,,,D#1,,,144,27,12,,,,,,,,,,,74_5,14567 +non,,,,,,,0,1872.095812999991,,,,D#2,,,144,39,14,,,,,,,,,,,74_5,14568 +nof,,,,,,,342,1872.286648999991,,,,,,,144,77,0,,,,,,,,,,,74_5,14566 +non,,,,,,,0,1872.286648999991,,,,C5,,,144,72,14,,,,,,,,,,,74_5,14569 +nof,,,,,,,341,1872.476926999991,,,,,,,144,72,0,,,,,,,,,,,74_5,14569 +non,,,,,,,0,1872.476926999991,,,,C#5,,,144,73,13,,,,,,,,,,,74_5,14570 +non,,,,,,,0,1872.476926999991,,,,C#4,,,144,61,10,,,,,,,,,,,74_5,14571 +non,,,,,,,0,1872.476926999991,,,,G4,,,144,67,10,,,,,,,,,,,74_5,14572 +non,,,,,,,0,1872.476926999991,,,,F3,,,144,53,11,,,,,,,,,,,74_5,14573 +non,,,,,,,0,1872.476926999991,,,,F4,,,144,65,14,,,,,,,,,,,74_5,14574 +ctl,,,,,,,88,1872.515118999991,,,,,,,176,64,0,,,,,,,,,,,74_5,14575 +ctl,,,,,,,339,1872.6622449999911,,,,,,,176,64,127,,,,,,,,,,,74_5,14576 +nof,,,,,,,256,1872.773348999991,,,,,,,144,53,0,,,,,,,,,,,74_5,14573 +nof,,,,,,,0,1872.773348999991,,,,,,,144,65,0,,,,,,,,,,,74_5,14574 +non,,,,,,,0,1872.773348999991,,,,E3,,,144,52,11,,,,,,,,,,,74_5,14577 +non,,,,,,,0,1872.773348999991,,,,E4,,,144,64,14,,,,,,,,,,,74_5,14578 +nof,,,,,,,1365,1873.3657589999912,,,,,,,144,61,0,,,,,,,,,,,74_5,14571 +nof,,,,,,,0,1873.3657589999912,,,,,,,144,67,0,,,,,,,,,,,74_5,14572 +non,,,,,,,0,1873.3657589999912,,,,C#4,,,144,61,6,,,,,,,,,,,74_5,14579 +non,,,,,,,0,1873.3657589999912,,,,G4,,,144,67,8,,,,,,,,,,,74_5,14580 +nof,,,,,,,0,1873.3657589999912,,,,,,,144,27,0,,,,,,,,,,,74_5,14567 +nof,,,,,,,0,1873.3657589999912,,,,,,,144,39,0,,,,,,,,,,,74_5,14568 +non,,,,,,,0,1873.3657589999912,,,,D#2,,,144,39,10,,,,,,,,,,,74_5,14581 +nof,,,,,,,205,1873.4547289999912,,,,,,,144,39,0,,,,,,,,,,,74_5,14581 +non,,,,,,,0,1873.4547289999912,,,,A2,,,144,45,10,,,,,,,,,,,74_5,14582 +nof,,,,,,,205,1873.543698999991,,,,,,,144,45,0,,,,,,,,,,,74_5,14582 +non,,,,,,,0,1873.543698999991,,,,E3,,,144,52,11,,,,,,,,,,,74_5,14583 +nof,,,,,,,204,1873.6322349999912,,,,,,,144,52,0,,,,,,,,,,,74_5,14583 +non,,,,,,,0,1873.6322349999912,,,,D#3,,,144,51,11,,,,,,,,,,,74_5,14584 +nof,,,,,,,205,1873.721204999991,,,,,,,144,51,0,,,,,,,,,,,74_5,14584 +non,,,,,,,0,1873.721204999991,,,,A3,,,144,57,12,,,,,,,,,,,74_5,14585 +nof,,,,,,,205,1873.810174999991,,,,,,,144,57,0,,,,,,,,,,,74_5,14585 +non,,,,,,,0,1873.810174999991,,,,E4,,,144,64,12,,,,,,,,,,,74_5,14586 +nof,,,,,,,205,1873.899144999991,,,,,,,144,64,0,,,,,,,,,,,74_5,14586 +non,,,,,,,0,1873.899144999991,,,,A3,,,144,57,12,,,,,,,,,,,74_5,14587 +nof,,,,,,,205,1873.988114999991,,,,,,,144,57,0,,,,,,,,,,,74_5,14587 +non,,,,,,,0,1873.988114999991,,,,D#3,,,144,51,11,,,,,,,,,,,74_5,14588 +nof,,,,,,,204,1874.076650999991,,,,,,,144,51,0,,,,,,,,,,,74_5,14588 +non,,,,,,,0,1874.076650999991,,,,E3,,,144,52,11,,,,,,,,,,,74_5,14589 +nof,,,,,,,205,1874.165620999991,,,,,,,144,52,0,,,,,,,,,,,74_5,14589 +non,,,,,,,0,1874.165620999991,,,,A2,,,144,45,10,,,,,,,,,,,74_5,14590 +nof,,,,,,,205,1874.254590999991,,,,,,,144,61,0,,,,,,,,,,,74_5,14579 +nof,,,,,,,0,1874.254590999991,,,,,,,144,67,0,,,,,,,,,,,74_5,14580 +non,,,,,,,0,1874.254590999991,,,,C#4,,,144,61,6,,,,,,,,,,,74_5,14591 +non,,,,,,,0,1874.254590999991,,,,G4,,,144,67,8,,,,,,,,,,,74_5,14592 +nof,,,,,,,0,1874.254590999991,,,,,,,144,45,0,,,,,,,,,,,74_5,14590 +non,,,,,,,0,1874.254590999991,,,,D#2,,,144,39,10,,,,,,,,,,,74_5,14593 +ctl,,,,,,,832,1874.6156789999911,,,,,,,176,64,0,,,,,,,,,,,74_5,14594 +ctl,,,,,,,192,1874.699006999991,,,,,,,176,64,127,,,,,,,,,,,74_5,14595 +ctl,,,,,,,0,1874.699006999991,,,,,,,176,64,0,,,,,,,,,,,74_5,14596 +ctl,,,,,,,0,1874.699006999991,,,,,,,176,64,0,,,,,,,,,,,74_5,14597 +ctl,,,,,,,0,1874.699006999991,,,,,,,176,64,0,,,,,,,,,,,74_5,14598 +ctl,,,,,,,0,1874.699006999991,,,,,,,176,64,0,,,,,,,,,,,74_5,14599 +ctl,,,,,,,0,1874.699006999991,,,,,,,176,64,0,,,,,,,,,,,74_5,14600 +nof,,,,,,,0,1874.699006999991,,,,,,,144,61,0,,,,,,,,,,,74_5,14591 +nof,,,,,,,0,1874.699006999991,,,,,,,144,67,0,,,,,,,,,,,74_5,14592 +nof,,,,,,,0,1874.699006999991,,,,,,,144,73,0,,,,,,,,,,,74_5,14570 +nof,,,,,,,0,1874.699006999991,,,,,,,144,52,0,,,,,,,,,,,74_5,14601 +nof,,,,,,,0,1874.699006999991,,,,,,,144,64,0,,,,,,,,,,,74_5,14602 +nof,,,,,,,0,1874.699006999991,,,,,,,144,39,0,,,,,,,,,,,74_5,14593 +non,,,,,,,0,1874.699006999991,,,,A1,,,144,33,7,,,,,,,,,,,74_5,14603 +non,,,,,,,0,1874.699006999991,,,,A2,,,144,45,10,,,,,,,,,,,74_5,14604 +ctl,,,,,,,113,1874.754150999991,,,,,,,176,64,0,,,,,,,,,,,74_5,14605 +ctl,,,,,,,189,1874.846382999991,,,,,,,176,64,127,,,,,,,,,,,74_5,14606 +non,,,,,,,39,1874.8654149999911,,,,C5,,,144,72,10,,,,,,,,,,,74_5,14607 +nof,,,,,,,0,1874.8654149999911,,,,,,,144,33,0,,,,,,,,,,,74_5,14603 +nof,,,,,,,0,1874.8654149999911,,,,,,,144,45,0,,,,,,,,,,,74_5,14604 +non,,,,,,,0,1874.8654149999911,,,,D#1,,,144,27,6,,,,,,,,,,,74_5,14608 +non,,,,,,,0,1874.8654149999911,,,,D#2,,,144,39,8,,,,,,,,,,,74_5,14609 +nof,,,,,,,342,1875.032310999991,,,,,,,144,72,0,,,,,,,,,,,74_5,14607 +non,,,,,,,0,1875.032310999991,,,,C#5,,,144,73,11,,,,,,,,,,,74_5,14610 +ctl,,,,,,,236,1875.134734999991,,,,,,,176,64,127,,,,,,,,,,,74_5,14611 +nof,,,,,,,105,1875.180304999991,,,,,,,144,73,0,,,,,,,,,,,74_5,14610 +non,,,,,,,0,1875.180304999991,,,,E5,,,144,76,11,,,,,,,,,,,74_5,14612 +non,,,,,,,0,1875.180304999991,,,,E3,,,144,52,8,,,,,,,,,,,74_5,14613 +non,,,,,,,0,1875.180304999991,,,,E4,,,144,64,12,,,,,,,,,,,74_5,14614 +nof,,,,,,,341,1875.3282989999911,,,,,,,144,76,0,,,,,,,,,,,74_5,14612 +non,,,,,,,0,1875.3282989999911,,,,C5,,,144,72,9,,,,,,,,,,,74_5,14615 +non,,,,,,,0,1875.3282989999911,,,,G5,,,144,79,9,,,,,,,,,,,74_5,14616 +non,,,,,,,0,1875.3282989999911,,,,C6,,,144,84,13,,,,,,,,,,,74_5,14617 +nof,,,,,,,1195,1875.874576999991,,,,,,,144,52,0,,,,,,,,,,,74_5,14613 +nof,,,,,,,0,1875.874576999991,,,,,,,144,64,0,,,,,,,,,,,74_5,14614 +non,,,,,,,0,1875.874576999991,,,,E3,,,144,52,8,,,,,,,,,,,74_5,14618 +non,,,,,,,0,1875.874576999991,,,,E4,,,144,64,12,,,,,,,,,,,74_5,14619 +nof,,,,,,,1024,1876.445968999991,,,,,,,144,52,0,,,,,,,,,,,74_5,14618 +nof,,,,,,,0,1876.445968999991,,,,,,,144,64,0,,,,,,,,,,,74_5,14619 +non,,,,,,,0,1876.445968999991,,,,E3,,,144,52,7,,,,,,,,,,,74_5,14620 +non,,,,,,,0,1876.445968999991,,,,E4,,,144,64,11,,,,,,,,,,,74_5,14621 +nof,,,,,,,512,1876.7316649999912,,,,,,,144,52,0,,,,,,,,,,,74_5,14620 +nof,,,,,,,0,1876.7316649999912,,,,,,,144,64,0,,,,,,,,,,,74_5,14621 +non,,,,,,,341,1876.921942999991,,,,C4,,,144,60,10,,,,,,,,,,,74_5,14622 +nof,,,,,,,342,1877.0888389999911,,,,,,,144,60,0,,,,,,,,,,,74_5,14622 +non,,,,,,,0,1877.0888389999911,,,,C#4,,,144,61,11,,,,,,,,,,,74_5,14623 +nof,,,,,,,341,1877.236832999991,,,,,,,144,72,0,,,,,,,,,,,74_5,14615 +nof,,,,,,,0,1877.236832999991,,,,,,,144,79,0,,,,,,,,,,,74_5,14616 +nof,,,,,,,0,1877.236832999991,,,,,,,144,84,0,,,,,,,,,,,74_5,14617 +nof,,,,,,,0,1877.236832999991,,,,,,,144,61,0,,,,,,,,,,,74_5,14623 +non,,,,,,,0,1877.236832999991,,,,E4,,,144,64,11,,,,,,,,,,,74_5,14624 +non,,,,,,,0,1877.236832999991,,,,A5,,,144,81,12,,,,,,,,,,,74_5,14625 +nof,,,,,,,341,1877.384826999991,,,,,,,144,64,0,,,,,,,,,,,74_5,14624 +non,,,,,,,0,1877.384826999991,,,,C5,,,144,72,12,,,,,,,,,,,74_5,14626 +ctl,,,,,,,683,1877.829459999991,,,,,,,176,64,127,,,,,,,,,,,74_5,14627 +ctl,,,,,,,0,1877.829459999991,,,,,,,176,64,0,,,,,,,,,,,74_5,14628 +ctl,,,,,,,0,1877.829459999991,,,,,,,176,64,0,,,,,,,,,,,74_5,14629 +ctl,,,,,,,0,1877.829459999991,,,,,,,176,64,0,,,,,,,,,,,74_5,14630 +ctl,,,,,,,0,1877.829459999991,,,,,,,176,64,0,,,,,,,,,,,74_5,14631 +ctl,,,,,,,0,1877.829459999991,,,,,,,176,64,0,,,,,,,,,,,74_5,14632 +ctl,,,,,,,0,1877.829459999991,,,,,,,176,64,0,,,,,,,,,,,74_5,14633 +nof,,,,,,,0,1877.829459999991,,,,,,,144,72,0,,,,,,,,,,,74_5,14626 +nof,,,,,,,0,1877.829459999991,,,,,,,144,81,0,,,,,,,,,,,74_5,14625 +nof,,,,,,,0,1877.829459999991,,,,,,,144,27,0,,,,,,,,,,,74_5,14608 +nof,,,,,,,0,1877.829459999991,,,,,,,144,39,0,,,,,,,,,,,74_5,14609 +non,,,,,,,0,1877.829459999991,,,,D#2,,,144,39,6,,,,,,,,,,,74_5,14634 +non,,,,,,,0,1877.829459999991,,,,D#3,,,144,51,8,,,,,,,,,,,74_5,14635 +ctl,,,,,,,113,1877.884603999991,,,,,,,176,64,0,,,,,,,,,,,74_5,14636 +ctl,,,,,,,189,1877.9768359999912,,,,,,,176,64,127,,,,,,,,,,,74_5,14637 +non,,,,,,,39,1877.995867999991,,,,A#5,,,144,82,9,,,,,,,,,,,74_5,14638 +non,,,,,,,0,1877.995867999991,,,,C#5,,,144,73,6,,,,,,,,,,,74_5,14639 +non,,,,,,,0,1877.995867999991,,,,E5,,,144,76,6,,,,,,,,,,,74_5,14640 +non,,,,,,,0,1877.995867999991,,,,C6,,,144,84,7,,,,,,,,,,,74_5,14641 +nof,,,,,,,0,1877.995867999991,,,,,,,144,39,0,,,,,,,,,,,74_5,14634 +nof,,,,,,,0,1877.995867999991,,,,,,,144,51,0,,,,,,,,,,,74_5,14635 +non,,,,,,,0,1877.995867999991,,,,A1,,,144,33,6,,,,,,,,,,,74_5,14642 +non,,,,,,,0,1877.995867999991,,,,A2,,,144,45,8,,,,,,,,,,,74_5,14643 +nof,,,,,,,342,1878.144295999991,,,,,,,144,82,0,,,,,,,,,,,74_5,14638 +non,,,,,,,0,1878.144295999991,,,,A5,,,144,81,9,,,,,,,,,,,74_5,14644 +nof,,,,,,,341,1878.292289999991,,,,,,,144,81,0,,,,,,,,,,,74_5,14644 +non,,,,,,,0,1878.292289999991,,,,A#5,,,144,82,9,,,,,,,,,,,74_5,14645 +nof,,,,,,,0,1878.292289999991,,,,,,,144,73,0,,,,,,,,,,,74_5,14639 +nof,,,,,,,0,1878.292289999991,,,,,,,144,76,0,,,,,,,,,,,74_5,14640 +nof,,,,,,,0,1878.292289999991,,,,,,,144,84,0,,,,,,,,,,,74_5,14641 +non,,,,,,,0,1878.292289999991,,,,C#5,,,144,73,7,,,,,,,,,,,74_5,14646 +non,,,,,,,0,1878.292289999991,,,,E5,,,144,76,7,,,,,,,,,,,74_5,14647 +non,,,,,,,0,1878.292289999991,,,,C6,,,144,84,8,,,,,,,,,,,74_5,14648 +non,,,,,,,0,1878.292289999991,,,,A#3,,,144,58,8,,,,,,,,,,,74_5,14649 +non,,,,,,,0,1878.292289999991,,,,G4,,,144,67,8,,,,,,,,,,,74_5,14650 +non,,,,,,,0,1878.292289999991,,,,A#4,,,144,70,10,,,,,,,,,,,74_5,14651 +ctl,,,,,,,88,1878.330481999991,,,,,,,176,64,0,,,,,,,,,,,74_5,14652 +ctl,,,,,,,339,1878.477607999991,,,,,,,176,64,127,,,,,,,,,,,74_5,14653 +nof,,,,,,,1280,1879.003075999991,,,,,,,144,82,0,,,,,,,,,,,74_5,14645 +non,,,,,,,0,1879.003075999991,,,,A5,,,144,81,10,,,,,,,,,,,74_5,14654 +nof,,,,,,,341,1879.1360659999912,,,,,,,144,81,0,,,,,,,,,,,74_5,14654 +non,,,,,,,0,1879.1360659999912,,,,A#5,,,144,82,11,,,,,,,,,,,74_5,14655 +nof,,,,,,,0,1879.1360659999912,,,,,,,144,73,0,,,,,,,,,,,74_5,14646 +nof,,,,,,,0,1879.1360659999912,,,,,,,144,76,0,,,,,,,,,,,74_5,14647 +nof,,,,,,,0,1879.1360659999912,,,,,,,144,84,0,,,,,,,,,,,74_5,14648 +non,,,,,,,0,1879.1360659999912,,,,C#5,,,144,73,7,,,,,,,,,,,74_5,14656 +non,,,,,,,0,1879.1360659999912,,,,E5,,,144,76,7,,,,,,,,,,,74_5,14657 +non,,,,,,,0,1879.1360659999912,,,,C6,,,144,84,8,,,,,,,,,,,74_5,14658 +nof,,,,,,,0,1879.1360659999912,,,,,,,144,58,0,,,,,,,,,,,74_5,14649 +nof,,,,,,,0,1879.1360659999912,,,,,,,144,67,0,,,,,,,,,,,74_5,14650 +nof,,,,,,,0,1879.1360659999912,,,,,,,144,70,0,,,,,,,,,,,74_5,14651 +non,,,,,,,0,1879.1360659999912,,,,A#3,,,144,58,8,,,,,,,,,,,74_5,14659 +non,,,,,,,0,1879.1360659999912,,,,G4,,,144,67,8,,,,,,,,,,,74_5,14660 +non,,,,,,,0,1879.1360659999912,,,,A#4,,,144,70,10,,,,,,,,,,,74_5,14661 +nof,,,,,,,1707,1879.801795999991,,,,,,,144,82,0,,,,,,,,,,,74_5,14655 +non,,,,,,,0,1879.801795999991,,,,A5,,,144,81,11,,,,,,,,,,,74_5,14662 +nof,,,,,,,341,1879.9347859999912,,,,,,,144,81,0,,,,,,,,,,,74_5,14662 +nof,,,,,,,0,1879.9347859999912,,,,,,,144,73,0,,,,,,,,,,,74_5,14656 +nof,,,,,,,0,1879.9347859999912,,,,,,,144,76,0,,,,,,,,,,,74_5,14657 +nof,,,,,,,0,1879.9347859999912,,,,,,,144,84,0,,,,,,,,,,,74_5,14658 +non,,,,,,,0,1879.9347859999912,,,,C#5,,,144,73,8,,,,,,,,,,,74_5,14663 +non,,,,,,,0,1879.9347859999912,,,,E5,,,144,76,8,,,,,,,,,,,74_5,14664 +non,,,,,,,0,1879.9347859999912,,,,A#5,,,144,82,12,,,,,,,,,,,74_5,14665 +non,,,,,,,0,1879.9347859999912,,,,C6,,,144,84,9,,,,,,,,,,,74_5,14666 +nof,,,,,,,0,1879.9347859999912,,,,,,,144,58,0,,,,,,,,,,,74_5,14659 +nof,,,,,,,0,1879.9347859999912,,,,,,,144,67,0,,,,,,,,,,,74_5,14660 +nof,,,,,,,0,1879.9347859999912,,,,,,,144,70,0,,,,,,,,,,,74_5,14661 +non,,,,,,,0,1879.9347859999912,,,,A#3,,,144,58,8,,,,,,,,,,,74_5,14667 +non,,,,,,,0,1879.9347859999912,,,,G4,,,144,67,8,,,,,,,,,,,74_5,14668 +non,,,,,,,0,1879.9347859999912,,,,A#4,,,144,70,10,,,,,,,,,,,74_5,14669 +ctl,,,,,,,1024,1880.334145999991,,,,,,,176,64,127,,,,,,,,,,,74_5,14670 +ctl,,,,,,,0,1880.334145999991,,,,,,,176,64,0,,,,,,,,,,,74_5,14671 +ctl,,,,,,,0,1880.334145999991,,,,,,,176,64,0,,,,,,,,,,,74_5,14672 +ctl,,,,,,,0,1880.334145999991,,,,,,,176,64,0,,,,,,,,,,,74_5,14673 +ctl,,,,,,,0,1880.334145999991,,,,,,,176,64,0,,,,,,,,,,,74_5,14674 +ctl,,,,,,,0,1880.334145999991,,,,,,,176,64,0,,,,,,,,,,,74_5,14675 +ctl,,,,,,,0,1880.334145999991,,,,,,,176,64,0,,,,,,,,,,,74_5,14676 +nof,,,,,,,0,1880.334145999991,,,,,,,144,73,0,,,,,,,,,,,74_5,14663 +nof,,,,,,,0,1880.334145999991,,,,,,,144,76,0,,,,,,,,,,,74_5,14664 +nof,,,,,,,0,1880.334145999991,,,,,,,144,82,0,,,,,,,,,,,74_5,14665 +nof,,,,,,,0,1880.334145999991,,,,,,,144,84,0,,,,,,,,,,,74_5,14666 +nof,,,,,,,0,1880.334145999991,,,,,,,144,58,0,,,,,,,,,,,74_5,14667 +nof,,,,,,,0,1880.334145999991,,,,,,,144,67,0,,,,,,,,,,,74_5,14668 +nof,,,,,,,0,1880.334145999991,,,,,,,144,70,0,,,,,,,,,,,74_5,14669 +nof,,,,,,,0,1880.334145999991,,,,,,,144,33,0,,,,,,,,,,,74_5,14642 +nof,,,,,,,0,1880.334145999991,,,,,,,144,45,0,,,,,,,,,,,74_5,14643 +non,,,,,,,0,1880.334145999991,,,,F#2,,,144,42,9,,,,,,,,,,,74_5,14677 +non,,,,,,,0,1880.334145999991,,,,F#3,,,144,54,11,,,,,,,,,,,74_5,14678 +ctl,,,,,,,113,1880.3831879999912,,,,,,,176,64,0,,,,,,,,,,,74_5,14679 +ctl,,,,,,,189,1880.465213999991,,,,,,,176,64,127,,,,,,,,,,,74_5,14680 +non,,,,,,,39,1880.482139999991,,,,C#6,,,144,85,13,,,,,,,,,,,74_5,14681 +non,,,,,,,0,1880.482139999991,,,,E5,,,144,76,10,,,,,,,,,,,74_5,14682 +non,,,,,,,0,1880.482139999991,,,,G5,,,144,79,10,,,,,,,,,,,74_5,14683 +non,,,,,,,0,1880.482139999991,,,,D#6,,,144,87,11,,,,,,,,,,,74_5,14684 +nof,,,,,,,0,1880.482139999991,,,,,,,144,42,0,,,,,,,,,,,74_5,14677 +nof,,,,,,,0,1880.482139999991,,,,,,,144,54,0,,,,,,,,,,,74_5,14678 +non,,,,,,,0,1880.482139999991,,,,C2,,,144,36,9,,,,,,,,,,,74_5,14685 +non,,,,,,,0,1880.482139999991,,,,C3,,,144,48,11,,,,,,,,,,,74_5,14686 +nof,,,,,,,342,1880.6305679999912,,,,,,,144,85,0,,,,,,,,,,,74_5,14681 +non,,,,,,,0,1880.6305679999912,,,,C6,,,144,84,13,,,,,,,,,,,74_5,14687 +nof,,,,,,,341,1880.778561999991,,,,,,,144,84,0,,,,,,,,,,,74_5,14687 +non,,,,,,,0,1880.778561999991,,,,C#6,,,144,85,13,,,,,,,,,,,74_5,14688 +nof,,,,,,,0,1880.778561999991,,,,,,,144,76,0,,,,,,,,,,,74_5,14682 +nof,,,,,,,0,1880.778561999991,,,,,,,144,79,0,,,,,,,,,,,74_5,14683 +nof,,,,,,,0,1880.778561999991,,,,,,,144,87,0,,,,,,,,,,,74_5,14684 +non,,,,,,,0,1880.778561999991,,,,E5,,,144,76,10,,,,,,,,,,,74_5,14689 +non,,,,,,,0,1880.778561999991,,,,G5,,,144,79,10,,,,,,,,,,,74_5,14690 +non,,,,,,,0,1880.778561999991,,,,D#6,,,144,87,11,,,,,,,,,,,74_5,14691 +non,,,,,,,0,1880.778561999991,,,,C#4,,,144,61,11,,,,,,,,,,,74_5,14692 +non,,,,,,,0,1880.778561999991,,,,A#4,,,144,70,11,,,,,,,,,,,74_5,14693 +non,,,,,,,0,1880.778561999991,,,,C#5,,,144,73,14,,,,,,,,,,,74_5,14694 +ctl,,,,,,,88,1880.812881999991,,,,,,,176,64,0,,,,,,,,,,,74_5,14695 +ctl,,,,,,,339,1880.945091999991,,,,,,,176,64,127,,,,,,,,,,,74_5,14696 +nof,,,,,,,1280,1881.444291999991,,,,,,,144,85,0,,,,,,,,,,,74_5,14688 +non,,,,,,,0,1881.444291999991,,,,C6,,,144,84,14,,,,,,,,,,,74_5,14697 +nof,,,,,,,341,1881.577281999991,,,,,,,144,84,0,,,,,,,,,,,74_5,14697 +non,,,,,,,0,1881.577281999991,,,,C#6,,,144,85,14,,,,,,,,,,,74_5,14698 +nof,,,,,,,0,1881.577281999991,,,,,,,144,76,0,,,,,,,,,,,74_5,14689 +nof,,,,,,,0,1881.577281999991,,,,,,,144,79,0,,,,,,,,,,,74_5,14690 +nof,,,,,,,0,1881.577281999991,,,,,,,144,87,0,,,,,,,,,,,74_5,14691 +non,,,,,,,0,1881.577281999991,,,,E5,,,144,76,11,,,,,,,,,,,74_5,14699 +non,,,,,,,0,1881.577281999991,,,,G5,,,144,79,11,,,,,,,,,,,74_5,14700 +non,,,,,,,0,1881.577281999991,,,,D#6,,,144,87,12,,,,,,,,,,,74_5,14701 +nof,,,,,,,0,1881.577281999991,,,,,,,144,61,0,,,,,,,,,,,74_5,14692 +nof,,,,,,,0,1881.577281999991,,,,,,,144,70,0,,,,,,,,,,,74_5,14693 +nof,,,,,,,0,1881.577281999991,,,,,,,144,73,0,,,,,,,,,,,74_5,14694 +non,,,,,,,0,1881.577281999991,,,,C#4,,,144,61,11,,,,,,,,,,,74_5,14702 +non,,,,,,,0,1881.577281999991,,,,A#4,,,144,70,11,,,,,,,,,,,74_5,14703 +non,,,,,,,0,1881.577281999991,,,,C#5,,,144,73,14,,,,,,,,,,,74_5,14704 +nof,,,,,,,1707,1882.273063999991,,,,,,,144,85,0,,,,,,,,,,,74_5,14698 +non,,,,,,,0,1882.273063999991,,,,C6,,,144,84,15,,,,,,,,,,,74_5,14705 +nof,,,,,,,341,1882.4394719999912,,,,,,,144,84,0,,,,,,,,,,,74_5,14705 +nof,,,,,,,0,1882.4394719999912,,,,,,,144,76,0,,,,,,,,,,,74_5,14699 +nof,,,,,,,0,1882.4394719999912,,,,,,,144,79,0,,,,,,,,,,,74_5,14700 +nof,,,,,,,0,1882.4394719999912,,,,,,,144,87,0,,,,,,,,,,,74_5,14701 +non,,,,,,,0,1882.4394719999912,,,,E5,,,144,76,12,,,,,,,,,,,74_5,14706 +non,,,,,,,0,1882.4394719999912,,,,G5,,,144,79,12,,,,,,,,,,,74_5,14707 +non,,,,,,,0,1882.4394719999912,,,,C#6,,,144,85,15,,,,,,,,,,,74_5,14708 +non,,,,,,,0,1882.4394719999912,,,,D#6,,,144,87,13,,,,,,,,,,,74_5,14709 +nof,,,,,,,0,1882.4394719999912,,,,,,,144,61,0,,,,,,,,,,,74_5,14702 +nof,,,,,,,0,1882.4394719999912,,,,,,,144,70,0,,,,,,,,,,,74_5,14703 +nof,,,,,,,0,1882.4394719999912,,,,,,,144,73,0,,,,,,,,,,,74_5,14704 +non,,,,,,,0,1882.4394719999912,,,,C#4,,,144,61,11,,,,,,,,,,,74_5,14710 +non,,,,,,,0,1882.4394719999912,,,,A#4,,,144,70,11,,,,,,,,,,,74_5,14711 +non,,,,,,,0,1882.4394719999912,,,,C#5,,,144,73,14,,,,,,,,,,,74_5,14712 +ctl,,,,,,,1024,1882.939183999991,,,,,,,176,64,127,,,,,,,,,,,74_5,14713 +ctl,,,,,,,0,1882.939183999991,,,,,,,176,64,0,,,,,,,,,,,74_5,14714 +ctl,,,,,,,0,1882.939183999991,,,,,,,176,64,0,,,,,,,,,,,74_5,14715 +ctl,,,,,,,0,1882.939183999991,,,,,,,176,64,0,,,,,,,,,,,74_5,14716 +ctl,,,,,,,0,1882.939183999991,,,,,,,176,64,0,,,,,,,,,,,74_5,14717 +ctl,,,,,,,0,1882.939183999991,,,,,,,176,64,0,,,,,,,,,,,74_5,14718 +ctl,,,,,,,0,1882.939183999991,,,,,,,176,64,0,,,,,,,,,,,74_5,14719 +ctl,,,,,,,0,1882.939183999991,,,,,,,176,64,0,,,,,,,,,,,74_5,14720 +nof,,,,,,,0,1882.939183999991,,,,,,,144,76,0,,,,,,,,,,,74_5,14706 +nof,,,,,,,0,1882.939183999991,,,,,,,144,79,0,,,,,,,,,,,74_5,14707 +nof,,,,,,,0,1882.939183999991,,,,,,,144,85,0,,,,,,,,,,,74_5,14708 +nof,,,,,,,0,1882.939183999991,,,,,,,144,87,0,,,,,,,,,,,74_5,14709 +nof,,,,,,,0,1882.939183999991,,,,,,,144,61,0,,,,,,,,,,,74_5,14710 +nof,,,,,,,0,1882.939183999991,,,,,,,144,70,0,,,,,,,,,,,74_5,14711 +nof,,,,,,,0,1882.939183999991,,,,,,,144,73,0,,,,,,,,,,,74_5,14712 +nof,,,,,,,0,1882.939183999991,,,,,,,144,36,0,,,,,,,,,,,74_5,14685 +nof,,,,,,,0,1882.939183999991,,,,,,,144,48,0,,,,,,,,,,,74_5,14686 +non,,,,,,,0,1882.939183999991,,,,A2,,,144,45,12,,,,,,,,,,,74_5,14721 +non,,,,,,,0,1882.939183999991,,,,A3,,,144,57,14,,,,,,,,,,,74_5,14722 +ctl,,,,,,,113,1883.0022379999912,,,,,,,176,64,0,,,,,,,,,,,74_5,14723 +ctl,,,,,,,189,1883.1076999999912,,,,,,,176,64,127,,,,,,,,,,,74_5,14724 +non,,,,,,,39,1883.129461999991,,,,G5,,,144,79,12,,,,,,,,,,,74_5,14725 +non,,,,,,,0,1883.129461999991,,,,A#5,,,144,82,12,,,,,,,,,,,74_5,14726 +non,,,,,,,0,1883.129461999991,,,,F#6,,,144,90,14,,,,,,,,,,,74_5,14727 +nof,,,,,,,0,1883.129461999991,,,,,,,144,45,0,,,,,,,,,,,74_5,14721 +nof,,,,,,,0,1883.129461999991,,,,,,,144,57,0,,,,,,,,,,,74_5,14722 +non,,,,,,,0,1883.129461999991,,,,D#2,,,144,39,12,,,,,,,,,,,74_5,14728 +non,,,,,,,0,1883.129461999991,,,,D#3,,,144,51,14,,,,,,,,,,,74_5,14729 +nof,,,,,,,342,1883.352103999991,,,,,,,144,79,0,,,,,,,,,,,74_5,14725 +nof,,,,,,,0,1883.352103999991,,,,,,,144,82,0,,,,,,,,,,,74_5,14726 +nof,,,,,,,0,1883.352103999991,,,,,,,144,90,0,,,,,,,,,,,74_5,14727 +non,,,,,,,0,1883.352103999991,,,,E6,,,144,88,14,,,,,,,,,,,74_5,14730 +ctl,,,,,,,85,1883.388993999991,,,,,,,176,64,127,,,,,,,,,,,74_5,14731 +nof,,,,,,,256,1883.500097999991,,,,,,,144,88,0,,,,,,,,,,,74_5,14730 +non,,,,,,,0,1883.500097999991,,,,D#6,,,144,87,14,,,,,,,,,,,74_5,14732 +non,,,,,,,0,1883.500097999991,,,,E4,,,144,64,11,,,,,,,,,,,74_5,14733 +non,,,,,,,0,1883.500097999991,,,,C#5,,,144,73,11,,,,,,,,,,,74_5,14734 +non,,,,,,,0,1883.500097999991,,,,E5,,,144,76,14,,,,,,,,,,,74_5,14735 +nof,,,,,,,341,1883.633087999991,,,,,,,144,87,0,,,,,,,,,,,74_5,14732 +non,,,,,,,0,1883.633087999991,,,,C6,,,144,84,14,,,,,,,,,,,74_5,14736 +nof,,,,,,,342,1883.7664679999912,,,,,,,144,84,0,,,,,,,,,,,74_5,14736 +non,,,,,,,0,1883.7664679999912,,,,A5,,,144,81,13,,,,,,,,,,,74_5,14737 +ctl,,,,,,,335,1883.8853929999912,,,,,,,176,64,0,,,,,,,,,,,74_5,14738 +nof,,,,,,,6,1883.887522999991,,,,,,,144,81,0,,,,,,,,,,,74_5,14737 +non,,,,,,,0,1883.887522999991,,,,G5,,,144,79,13,,,,,,,,,,,74_5,14739 +ctl,,,,,,,331,1884.0050279999912,,,,,,,176,64,127,,,,,,,,,,,74_5,14740 +nof,,,,,,,10,1884.008577999991,,,,,,,144,79,0,,,,,,,,,,,74_5,14739 +non,,,,,,,0,1884.008577999991,,,,G4,,,144,67,10,,,,,,,,,,,74_5,14741 +non,,,,,,,0,1884.008577999991,,,,A#4,,,144,70,10,,,,,,,,,,,74_5,14742 +non,,,,,,,0,1884.008577999991,,,,F#5,,,144,78,14,,,,,,,,,,,74_5,14743 +nof,,,,,,,171,1884.0692829999912,,,,,,,144,64,0,,,,,,,,,,,74_5,14733 +nof,,,,,,,0,1884.0692829999912,,,,,,,144,73,0,,,,,,,,,,,74_5,14734 +nof,,,,,,,0,1884.0692829999912,,,,,,,144,76,0,,,,,,,,,,,74_5,14735 +nof,,,,,,,171,1884.129987999991,,,,,,,144,67,0,,,,,,,,,,,74_5,14741 +nof,,,,,,,0,1884.129987999991,,,,,,,144,70,0,,,,,,,,,,,74_5,14742 +nof,,,,,,,0,1884.129987999991,,,,,,,144,78,0,,,,,,,,,,,74_5,14743 +non,,,,,,,0,1884.129987999991,,,,E5,,,144,76,13,,,,,,,,,,,74_5,14744 +nof,,,,,,,341,1884.2510429999911,,,,,,,144,76,0,,,,,,,,,,,74_5,14744 +non,,,,,,,0,1884.2510429999911,,,,D#5,,,144,75,13,,,,,,,,,,,74_5,14745 +nof,,,,,,,341,1884.372097999991,,,,,,,144,75,0,,,,,,,,,,,74_5,14745 +non,,,,,,,0,1884.372097999991,,,,C5,,,144,72,13,,,,,,,,,,,74_5,14746 +nof,,,,,,,342,1884.4935079999912,,,,,,,144,72,0,,,,,,,,,,,74_5,14746 +non,,,,,,,0,1884.4935079999912,,,,A4,,,144,69,13,,,,,,,,,,,74_5,14747 +non,,,,,,,171,1884.554212999991,,,,A2,,,144,45,10,,,,,,,,,,,74_5,14748 +non,,,,,,,85,1884.5843879999911,,,,D#3,,,144,51,10,,,,,,,,,,,74_5,14749 +nof,,,,,,,85,1884.614562999991,,,,,,,144,69,0,,,,,,,,,,,74_5,14747 +non,,,,,,,0,1884.614562999991,,,,G4,,,144,67,12,,,,,,,,,,,74_5,14750 +nof,,,,,,,0,1884.614562999991,,,,,,,144,39,0,,,,,,,,,,,74_5,14728 +nof,,,,,,,0,1884.614562999991,,,,,,,144,51,0,,,,,,,,,,,74_5,14749 +non,,,,,,,0,1884.614562999991,,,,C#4,,,144,61,12,,,,,,,,,,,74_5,14751 +ctl,,,,,,,6,1884.617490999991,,,,,,,176,64,0,,,,,,,,,,,74_5,14752 +ctl,,,,,,,262,1884.7453469999912,,,,,,,176,64,127,,,,,,,,,,,74_5,14753 +nof,,,,,,,73,1884.780970999991,,,,,,,144,67,0,,,,,,,,,,,74_5,14750 +non,,,,,,,0,1884.780970999991,,,,G3,,,144,55,10,,,,,,,,,,,74_5,14754 +non,,,,,,,0,1884.780970999991,,,,A#3,,,144,58,10,,,,,,,,,,,74_5,14755 +non,,,,,,,0,1884.780970999991,,,,F#4,,,144,66,13,,,,,,,,,,,74_5,14756 +nof,,,,,,,342,1884.929398999991,,,,,,,144,55,0,,,,,,,,,,,74_5,14754 +nof,,,,,,,0,1884.929398999991,,,,,,,144,58,0,,,,,,,,,,,74_5,14755 +nof,,,,,,,0,1884.929398999991,,,,,,,144,66,0,,,,,,,,,,,74_5,14756 +non,,,,,,,0,1884.929398999991,,,,E4,,,144,64,13,,,,,,,,,,,74_5,14757 +nof,,,,,,,341,1885.095806999991,,,,,,,144,64,0,,,,,,,,,,,74_5,14757 +non,,,,,,,0,1885.095806999991,,,,D#4,,,144,63,14,,,,,,,,,,,74_5,14758 +nof,,,,,,,341,1885.286084999991,,,,,,,144,63,0,,,,,,,,,,,74_5,14758 +non,,,,,,,0,1885.286084999991,,,,C4,,,144,60,14,,,,,,,,,,,74_5,14759 +nof,,,,,,,342,1885.476920999991,,,,,,,144,60,0,,,,,,,,,,,74_5,14759 +non,,,,,,,0,1885.476920999991,,,,A3,,,144,57,13,,,,,,,,,,,74_5,14760 +ctl,,,,,,,135,1885.552250999991,,,,,,,176,64,0,,,,,,,,,,,74_5,14761 +ctl,,,,,,,206,1885.6671989999911,,,,,,,176,64,0,,,,,,,,,,,74_5,14762 +ctl,,,,,,,0,1885.6671989999911,,,,,,,176,64,0,,,,,,,,,,,74_5,14763 +nof,,,,,,,0,1885.6671989999911,,,,,,,144,57,0,,,,,,,,,,,74_5,14760 +nof,,,,,,,0,1885.6671989999911,,,,,,,144,45,0,,,,,,,,,,,74_5,14748 +nof,,,,,,,0,1885.6671989999911,,,,,,,144,51,0,,,,,,,,,,,74_5,14764 +nof,,,,,,,0,1885.6671989999911,,,,,,,144,61,0,,,,,,,,,,,74_5,14751 +non,,,,,,,0,1885.6671989999911,,,,C#3,,,144,49,12,,,,,,,,,,,74_5,14765 +non,,,,,,,0,1885.6671989999911,,,,G3,,,144,55,14,,,,,,,,,,,74_5,14766 +non,,,,,,,0,1885.6671989999911,,,,D#1,,,144,27,12,,,,,,,,,,,74_5,14767 +non,,,,,,,0,1885.6671989999911,,,,D#2,,,144,39,12,,,,,,,,,,,74_5,14768 +non,311,15,3,9574,6874,4471,1536,1889.095550999991,0.869565217391304,4,0,E1,p,11,144,28,11,,,,,,o,,,,t,gutim,14769 +ctl,,,,,,,6144,1889.095550999991,,,,,,,176,64,0,,,,,,,,,,,74_5,14770 +ctl,,,,,,,0,1889.095550999991,,,,,,,176,64,0,,,,,,,,,,,74_5,14771 +nof,,,,,,,0,1889.095550999991,,,,,,,144,49,0,,,,,,,,,,,74_5,14765 +nof,,,,,,,0,1889.095550999991,,,,,,,144,55,0,,,,,,,,,,,74_5,14766 +nof,,,,,,,0,1889.095550999991,,,,,,,144,27,0,,,,,,,,,,,74_5,14767 +nof,,,,,,,0,1889.095550999991,,,,,,,144,39,0,,,,,,,,,,,74_5,14768 +nof,311,15,3,9574,6875,,1536,1889.965550999991,,,,,,,144,28,0,,,,,,,,,,,gutim,14769 +non,311,16,3,9575,6875,4472,1792,1889.965550999991,0.869565217391304,4,0,C2,pp+,9,144,36,9,,,,,,o,,,,t,gutim,14772 +ctl,,,,,,,6144,1890.170750999991,,,,,,,176,64,0,,,,,,,,,,,74_5,14773 +ctl,,,,,,,0,1890.170750999991,,,,,,,176,64,0,,,,,,,,,,,74_5,14774 +nof,311,16,3,9575,6876,,1792,1890.834550999991,,,,,,,144,36,0,,,,,,,,,,,gutim,14772 +bar,312,0,0,9576,6876,,0,1890.834550999991,,,,,,,,,,312,,,,,,,,,,gutim,14775 +rst,312,2,1,9577,6876,,0,1890.834550999991,,,,,,,176,102,0,,,,,,,,,,,gutim,14776 +non,312,3,3,9578,6876,4473,0,1890.834550999991,0.142663043478261,32,1,C2,pp-,7,144,36,7,,,,,,o,,,,T 6013,gutim,14777 +ped,312,1,0,9579,6876,,0,1890.834550999991,,,,,,,176,64,127,,,,,,,V,,,,gutim,14778 +nof,312,3,3,9578,6877,,0,1890.977550999991,,,,,,,144,36,0,,,,,,,,,,,gutim,14777 +non,312,4,3,9580,6877,4474,42,1890.977550999991,0.146059782608696,32,1,Gb2,pp-,7,144,42,7,,,,,,o,,,,,gutim,14779 +nof,312,4,3,9580,6878,,42,1891.123550999991,,,,,,,144,42,0,,,,,,,,,,,gutim,14779 +non,312,5,3,9581,6878,4475,85,1891.123550999991,0.0951086956521739,32,0,Ab1,ppp+,6,144,32,6,,,,,,o,,,e,,gutim,14780 +nof,312,5,3,9581,6879,,85,1891.218550999991,,,,,,,144,32,0,,,,,,,,,,,gutim,14780 +non,312,6,3,9582,6879,4476,113,1891.218550999991,0.0985054347826087,32,0,F2,ppp+,6,144,41,6,,,,,,o,,,e,,gutim,14781 +nof,312,6,3,9582,6880,,113,1891.317550999991,,,,,,,144,41,0,,,,,,,,,,,gutim,14781 +non,312,7,3,9583,6880,4477,142,1891.317550999991,0.0951086956521739,32,0,Ab1,ppp+,6,144,32,6,,,,,,o,,,e,,gutim,14782 +nof,312,7,3,9583,6881,,142,1891.412550999991,,,,,,,144,32,0,,,,,,,,,,,gutim,14782 +non,312,8,3,9584,6881,4478,170,1891.412550999991,0.0985054347826087,32,0,Gb2,ppp,5,144,42,5,,,,,,o,,,e,,gutim,14783 +ped,312,10,0,9585,6882,,227,1891.505550999991,,,,,,,176,64,0,,,,,,,^,,,,gutim,14778 +nof,312,8,3,9584,6883,,170,1891.510550999991,,,,,,,144,42,0,,,,,,,,,,,gutim,14783 +non,312,9,3,9586,6883,4479,199,1891.510550999991,0.0951086956521739,32,0,F2,ppp,5,144,41,5,,,,,,o,,,e,,gutim,14784 +nof,312,9,3,9586,6884,,199,1891.605550999991,,,,,,,144,41,0,,,,,,,,,,,gutim,14784 +non,312,11,3,9587,6884,4480,227,1891.605550999991,0.0985054347826087,32,0,Ab1,ppp,5,144,32,5,,,,,,o,,,e,,gutim,14785 +nof,312,11,3,9587,6885,,227,1891.704550999991,,,,,,,144,32,0,,,,,,,,,,,gutim,14785 +non,312,12,3,9588,6885,4481,256,1891.704550999991,0.0951086956521739,32,0,E1,mp,14,144,28,14,,,,,,o,,,E,,gutim,14786 +non,312,13,3,9589,6885,4481,256,1891.704550999991,0.108695652173913,32,0,C2,mp,14,144,36,14,,,,,,o,,,E,,gutim,14787 +ped,312,16,0,9590,6886,,312,1891.744550999991,,,,,,,176,64,0,,,,,,,^,,,,gutim,14788 +nof,312,12,3,9588,6887,,256,1891.799550999991,,,,,,,144,28,0,,,,,,,,,,,gutim,14786 +non,312,15,3,9591,6887,4482,284,1891.799550999991,0.0951086956521739,32,0,Ab1,mp+,15,144,32,15,,,,,,o,,,,,gutim,14789 +ped,312,14,0,9592,6888,,256,1891.805550999991,,,,,,,176,64,127,,,,,,,V,,,,gutim,14790 +nof,312,13,3,9589,6889,,256,1891.8125509999911,,,,,,,144,36,0,,,,,,,,,,,gutim,14787 +nof,312,15,3,9591,6890,,284,1891.894550999991,,,,,,,144,32,0,,,,,,,,,,,gutim,14789 +non,312,18,3,9593,6890,4483,312,1891.894550999991,0.146059782608696,32,1,E1,mf-,16,144,28,16,,,,,,o,,,,,gutim,14791 +non,312,19,3,9594,6890,4483,312,1891.894550999991,0.108695652173913,32,1,C2,mf-,16,144,36,16,,,,,,o,,,,,gutim,14792 +nof,312,19,3,9594,6891,,312,1892.003550999991,,,,,,,144,36,0,,,,,,,,,,,gutim,14792 +nof,312,18,3,9593,6892,,312,1892.040550999991,,,,,,,144,28,0,,,,,,,,,,,gutim,14791 +non,312,20,3,9595,6892,4484,355,1892.040550999991,0.146059782608696,32,1,Gb3,mf+,18,144,54,18,,,,,,o,,,,,gutim,14793 +ped,312,17,0,9596,6893,,312,1892.044550999991,,,,,,,176,64,127,,,,,,,V,,,,gutim,14794 +nof,312,20,3,9595,6894,,355,1892.186550999991,,,,,,,144,54,0,,,,,,,,,,,gutim,14793 +non,312,21,3,9597,6894,4485,398,1892.186550999991,0.0951086956521739,32,0,E1,f,20,144,28,20,,,,,,o,,,e,,gutim,14795 +non,312,22,3,9598,6894,4485,398,1892.186550999991,0.108695652173913,32,0,Ab1,f,20,144,32,20,,,,,,o,,,e,,gutim,14796 +non,312,23,3,9599,6894,4485,398,1892.186550999991,0.108695652173913,32,0,C2,f,20,144,36,20,,,,,,o,,,e,,gutim,14797 +ped,312,24,0,9600,6895,,408,1892.220550999991,,,,,,,176,64,0,,,,,,,^,,,,gutim,14794 +non,312,25,3,9601,6896,4486,426,1892.281550999991,0.0985054347826087,32,0,Gb4,p,11,144,66,11,,,,,,o,,,e,,gutim,14798 +nof,312,21,3,9597,6897,,398,1892.281550999991,,,,,,,144,28,0,,,,,,,,,,,gutim,14795 +nof,312,22,3,9598,6898,,398,1892.295550999991,,,,,,,144,32,0,,,,,,,,,,,gutim,14796 +nof,312,23,3,9599,6898,,398,1892.295550999991,,,,,,,144,36,0,,,,,,,,,,,gutim,14797 +nof,312,25,3,9601,6899,,426,1892.380550999991,,,,,,,144,66,0,,,,,,,,,,,gutim,14798 +non,312,26,3,9602,6899,4487,455,1892.380550999991,0.0951086956521739,32,0,F3,p-,10,144,53,10,,,,,,o,,,e,,gutim,14799 +nof,312,26,3,9602,6900,,455,1892.475550999991,,,,,,,144,53,0,,,,,,,,,,,gutim,14799 +non,312,27,3,9603,6900,4488,483,1892.475550999991,0.0985054347826087,32,0,Ab1,p-,10,144,32,10,,,,,,o,,,e,,gutim,14800 +nof,312,27,3,9603,6901,,483,1892.573550999991,,,,,,,144,32,0,,,,,,,,,,,gutim,14800 +non,312,28,3,9604,6901,4489,512,1892.573550999991,0.142663043478261,32,1,E1,pp+,9,144,28,9,,,,,,o,,,E,,gutim,14801 +non,312,29,3,9605,6901,4489,512,1892.573550999991,0.108695652173913,32,1,C2,pp+,9,144,36,9,,,,,,o,,,E,,gutim,14802 +non,312,30,3,9606,6901,4489,512,1892.573550999991,0.108695652173913,32,1,Gb3,pp+,9,144,54,9,,,,,,o,,,E,,gutim,14803 +rst,312,32,1,9607,6901,,512,1892.573550999991,,,,,,,176,102,0,,,,,,,,,,,gutim,14804 +ped,312,31,0,9608,6901,,512,1892.573550999991,,,,,,,176,64,127,,,,,,,V,,,,gutim,14805 +nof,312,29,3,9605,6902,,512,1892.682550999991,,,,,,,144,36,0,,,,,,,,,,,gutim,14802 +nof,312,30,3,9606,6902,,512,1892.682550999991,,,,,,,144,54,0,,,,,,,,,,,gutim,14803 +nof,312,28,3,9604,6903,,512,1892.7165509999911,,,,,,,144,28,0,,,,,,,,,,,gutim,14801 +non,312,33,3,9609,6903,4490,554,1892.7165509999911,0.0985054347826087,32,0,Ab1,pp,8,144,32,8,,,,,,o,,,,,gutim,14806 +nof,312,33,3,9609,6904,,554,1892.815550999991,,,,,,,144,32,0,,,,,,,,,,,gutim,14806 +ped,312,35,0,9610,6904,,583,1892.815550999991,,,,,,,176,64,0,,,,,,,^,,,,gutim,14805 +non,312,34,3,9611,6904,4491,583,1892.815550999991,0.0951086956521739,32,0,F2,pp-,7,144,41,7,,,,,,o,,,,,gutim,14807 +nof,312,34,3,9611,6905,,583,1892.910550999991,,,,,,,144,41,0,,,,,,,,,,,gutim,14807 +rst,312,36,3,9612,6905,,611,1892.910550999991,,,,,,,176,102,0,,,,,,,,,,,gutim,14808 +non,312,37,1,9613,6906,4492,640,1893.008550999991,0.217391304347826,16,0,Ab2,ff,22,144,44,22,,,,,,o,,d,,,gutim,14809 +rst,312,38,3,9614,6907,,654,1893.056550999991,,,,,,,176,102,0,,,,,,,,,,,gutim,14810 +nof,312,37,1,9613,6908,,640,1893.226550999991,,,,,,,144,44,0,,,,,,,,,,,gutim,14809 +non,312,39,1,9615,6908,4493,704,1893.226550999991,0.217391304347826,16,0,Gb2,ff,22,144,42,22,,,,,,o,,d,,,gutim,14811 +non,312,40,1,9616,6908,4493,704,1893.226550999991,0.217391304347826,16,0,Ab2,ff,22,144,44,22,,,,,,o,,d,,,gutim,14812 +nof,312,39,1,9615,6909,,704,1893.443550999991,,,,,,,144,42,0,,,,,,,,,,,gutim,14811 +nof,312,40,1,9616,6909,,704,1893.443550999991,,,,,,,144,44,0,,,,,,,,,,,gutim,14812 +rst,312,41,1,9617,6909,,768,1893.443550999991,,,,,,,176,102,0,,,,,,,,,,,gutim,14813 +non,312,42,3,9618,6909,4494,768,1893.443550999991,3.47826086956522,1,0,E1,ppp,5,144,28,5,,,,,,o,,D,,,gutim,14814 +non,312,43,3,9619,6909,4494,768,1893.443550999991,3.47826086956522,1,0,Ab1,ppp,5,144,32,5,,,,,,o,,D,,,gutim,14815 +non,312,44,3,9620,6909,4494,768,1893.443550999991,3.47826086956522,1,0,C2,ppp,5,144,36,5,,,,,,o,,D,,,gutim,14816 +non,312,45,3,9621,6909,4494,768,1893.443550999991,3.47826086956522,1,0,F4,ppp,5,144,65,5,,,,,,o,,D,,,gutim,14817 +non,312,46,3,9622,6909,4494,768,1893.443550999991,3.47826086956522,1,0,Gb4,ppp,5,144,66,5,,,,,,o,,D 6013,,,gutim,14818 +ped,312,47,0,9623,6910,,905,1893.9085509999911,,,,,,,176,64,127,,,,,,,V,,,,gutim,14819 +non,312,48,1,9624,6911,4495,1280,1895.182550999991,0.142663043478261,32,1,E5,pp,8,144,76,8,,,,,,o,,,,,gutim,14820 +nof,312,48,1,9624,6912,,1280,1895.325550999991,,,,,,,144,76,0,,,,,,,,,,,gutim,14820 +non,312,49,1,9625,6912,4496,1322,1895.325550999991,0.0985054347826087,32,0,D4,pp,8,144,62,8,,,,,,o,,,,,gutim,14821 +nof,312,49,1,9625,6913,,1322,1895.423550999991,,,,,,,144,62,0,,,,,,,,,,,gutim,14821 +non,312,50,1,9626,6913,4497,1351,1895.423550999991,0.0951086956521739,32,0,F#5,pp+,9,144,78,9,,,,,,o,,,,,gutim,14822 +nof,312,50,1,9626,6914,,1351,1895.518550999991,,,,,,,144,78,0,,,,,,,,,,,gutim,14822 +non,312,51,1,9627,6914,4498,1379,1895.518550999991,0.0985054347826087,32,0,Bb4,pp+,9,144,70,9,,,,,,o,,,,,gutim,14823 +nof,312,51,1,9627,6915,,1379,1895.617550999991,,,,,,,144,70,0,,,,,,,,,,,gutim,14823 +non,312,52,1,9628,6915,4499,1408,1895.617550999991,0.0849184782608696,32,0,F#5,pp+,9,144,78,9,,,,,,o,,,e,,gutim,14824 +nof,312,52,1,9628,6916,,1408,1895.702550999991,,,,,,,144,78,0,,,,,,,,,,,gutim,14824 +non,312,53,1,9629,6916,4500,1433,1895.702550999991,0.0883152173913044,32,0,Bb4,pp+,9,144,70,9,,,,,,o,,,e,,gutim,14825 +nof,312,53,1,9629,6917,,1433,1895.790550999991,,,,,,,144,70,0,,,,,,,,,,,gutim,14825 +non,312,54,1,9630,6917,4501,1459,1895.790550999991,0.0849184782608696,32,0,F#6,pp+,9,144,90,9,,,,,,o,,,e,,gutim,14826 +nof,312,54,1,9630,6918,,1459,1895.875550999991,,,,,,,144,90,0,,,,,,,,,,,gutim,14826 +non,312,55,1,9631,6918,4502,1484,1895.875550999991,0.0883152173913044,32,0,Bb4,p-,10,144,70,10,,,,,,o,,,e,,gutim,14827 +nof,312,55,1,9631,6919,,1484,1895.963550999991,,,,,,,144,70,0,,,,,,,,,,,gutim,14827 +non,312,56,1,9632,6919,4503,1510,1895.963550999991,0.0883152173913044,32,0,D4,p-,10,144,62,10,,,,,,o,,,e,,gutim,14828 +nof,312,56,1,9632,6920,,1510,1896.052550999991,,,,,,,144,62,0,,,,,,,,,,,gutim,14828 +non,312,57,1,9633,6920,4504,1536,1896.052550999991,0.0951086956521739,32,0,F#6,p-,10,144,90,10,,,,,,o,,,E 6013,,gutim,14829 +nof,312,57,1,9633,6921,,1536,1896.147550999991,,,,,,,144,90,0,,,,,,,,,,,gutim,14829 +non,312,58,1,9634,6921,4505,1564,1896.147550999991,0.0951086956521739,32,0,Bb4,p-,10,144,70,10,,,,,,o,,,,,gutim,14830 +nof,312,58,1,9634,6922,,1564,1896.242550999991,,,,,,,144,70,0,,,,,,,,,,,gutim,14830 +non,312,59,1,9635,6922,4506,1592,1896.242550999991,0.0985054347826087,32,0,Eb3,p-,10,144,51,10,,,,,,o,,,,,gutim,14831 +nof,312,59,1,9635,6923,,1592,1896.340550999991,,,,,,,144,51,0,,,,,,,,,,,gutim,14831 +non,312,60,1,9636,6923,4507,1621,1896.340550999991,0.146059782608696,32,1,D4,p,11,144,62,11,,,,,,o,,,,,gutim,14832 +non,312,61,1,9637,6923,4507,1621,1896.340550999991,0.108695652173913,32,1,Bb4,p,11,144,70,11,,,,,,o,,,,,gutim,14833 +non,312,62,1,9638,6923,4507,1621,1896.340550999991,0.108695652173913,32,1,F#5,p,11,144,78,11,,,,,,o,,,,,gutim,14834 +nof,312,61,1,9637,6924,,1621,1896.449550999991,,,,,,,144,70,0,,,,,,,,,,,gutim,14833 +nof,312,62,1,9638,6924,,1621,1896.449550999991,,,,,,,144,78,0,,,,,,,,,,,gutim,14834 +nof,312,60,1,9636,6925,,1621,1896.486550999991,,,,,,,144,62,0,,,,,,,,,,,gutim,14832 +non,312,63,1,9639,6925,4508,1664,1896.486550999991,0.434782608695652,8,0,Eb3,p,11,144,51,11,,,,,,o,,,,,gutim,14835 +ped,312,64,0,9640,6926,,1791,1896.918550999991,,,,,,,176,64,0,,,,,,,^,,,,gutim,14819 +nof,312,42,3,9618,6927,,768,1896.921550999991,,,,,,,144,28,0,,,,,,,,,,,gutim,14814 +nof,312,43,3,9619,6927,,768,1896.921550999991,,,,,,,144,32,0,,,,,,,,,,,gutim,14815 +nof,312,44,3,9620,6927,,768,1896.921550999991,,,,,,,144,36,0,,,,,,,,,,,gutim,14816 +nof,312,45,3,9621,6927,,768,1896.921550999991,,,,,,,144,65,0,,,,,,,,,,,gutim,14817 +nof,312,46,3,9622,6927,,768,1896.921550999991,,,,,,,144,66,0,,,,,,,,,,,gutim,14818 +nof,312,63,1,9639,6927,,1664,1896.921550999991,,,,,,,144,51,0,,,,,,,,,,,gutim,14835 +bar,313,0,0,9641,6927,,0,1896.921550999991,,,,,,,,,,313,,,,,,,,,,gutim,14836 +sec,313,1,0,9642,6927,,0,1896.921550999991,,,,,,,,,,,6013,,,,,,,,,gutim,14837 +rst,313,2,1,9643,6927,,0,1896.921550999991,,,,,,,176,102,0,,,,,,,,,,,gutim,14838 +non,313,3,3,9644,6927,4509,0,1896.921550999991,0.869565217391304,4,0,E1,ppp,5,144,28,5,,,,,,o,,,,,gutim,14839 +non,313,4,3,9645,6927,4509,0,1896.921550999991,0.869565217391304,4,0,Ab1,ppp,5,144,32,5,,,,,,o,,,,,gutim,14840 +non,313,5,3,9646,6927,4509,0,1896.921550999991,0.869565217391304,4,0,C2,ppp,5,144,36,5,,,,,,o,,,,,gutim,14841 +non,313,6,3,9647,6927,4509,0,1896.921550999991,0.869565217391304,4,0,F4,ppp,5,144,65,5,,,,,,o,,,,,gutim,14842 +non,313,7,3,9648,6927,4509,0,1896.921550999991,0.869565217391304,4,0,Gb4,ppp,5,144,66,5,,,,,,o,,,,,gutim,14843 +non,313,8,1,9649,6928,4510,85,1897.210550999991,0.0951086956521739,32,0,D2,mf,17,144,38,17,,,,,,o,,,e,,gutim,14844 +nof,313,8,1,9649,6929,,85,1897.305550999991,,,,,,,144,38,0,,,,,,,,,,,gutim,14844 +non,313,9,1,9650,6929,4511,113,1897.305550999991,0.0985054347826087,32,0,E3,mf,17,144,52,17,,,,,,o,,,e,,gutim,14845 +nof,313,9,1,9650,6930,,113,1897.403550999991,,,,,,,144,52,0,,,,,,,,,,,gutim,14845 +non,313,10,1,9651,6930,4512,142,1897.403550999991,0.0951086956521739,32,0,D2,mf,17,144,38,17,,,,,,o,,,e,,gutim,14846 +nof,313,10,1,9651,6931,,142,1897.499550999991,,,,,,,144,38,0,,,,,,,,,,,gutim,14846 +non,313,11,1,9652,6931,4513,170,1897.499550999991,0.0985054347826087,32,0,C1,mp,14,144,24,14,,,,,,o,,,e,,gutim,14847 +nof,313,11,1,9652,6932,,170,1897.597550999991,,,,,,,144,24,0,,,,,,,,,,,gutim,14847 +non,313,12,1,9653,6932,4514,199,1897.597550999991,0.0951086956521739,32,0,Gb1,p,11,144,30,11,,,,,,o,,,e,,gutim,14848 +nof,313,4,3,9645,6933,,0,1897.692550999991,,,,,,,144,32,0,,,,,,,,,,,gutim,14840 +nof,313,12,1,9653,6933,,199,1897.692550999991,,,,,,,144,30,0,,,,,,,,,,,gutim,14848 +non,313,13,1,9654,6933,4515,227,1897.692550999991,0.0985054347826087,32,0,Ab1,pp,8,144,32,8,,,,,,o,,,e,,gutim,14849 +nof,313,3,3,9644,6934,,0,1897.791550999991,,,,,,,144,28,0,,,,,,,,,,,gutim,14839 +nof,313,5,3,9646,6934,,0,1897.791550999991,,,,,,,144,36,0,,,,,,,,,,,gutim,14841 +nof,313,6,3,9647,6934,,0,1897.791550999991,,,,,,,144,65,0,,,,,,,,,,,gutim,14842 +nof,313,7,3,9648,6934,,0,1897.791550999991,,,,,,,144,66,0,,,,,,,,,,,gutim,14843 +nof,313,13,1,9654,6934,,227,1897.791550999991,,,,,,,144,32,0,,,,,,,,,,,gutim,14849 +non,313,14,1,9655,6934,4516,256,1897.791550999991,0.0951086956521739,32,0,D5,p,11,144,74,11,,,,,,o,,,,,gutim,14850 +non,313,15,3,9656,6934,4516,256,1897.791550999991,0.217391304347826,16,0,C1,p,11,144,24,11,,,,,,o,,,E,,gutim,14851 +non,313,16,3,9657,6934,4516,256,1897.791550999991,0.217391304347826,16,0,Gb1,p,11,144,30,11,,,,,,o,,,E,,gutim,14852 +nof,313,14,1,9655,6935,,256,1897.886550999991,,,,,,,144,74,0,,,,,,,,,,,gutim,14850 +non,313,17,1,9658,6935,4517,284,1897.886550999991,0.0951086956521739,32,0,Bb2,p+,12,144,46,12,,,,,,o,,,,,gutim,14853 +nof,313,17,1,9658,6936,,284,1897.981550999991,,,,,,,144,46,0,,,,,,,,,,,gutim,14853 +non,313,18,1,9659,6936,4518,312,1897.981550999991,0.0985054347826087,32,0,D6,mp-,13,144,86,13,,,,,,o,,,,,gutim,14854 +nof,313,15,3,9656,6937,,256,1898.008550999991,,,,,,,144,24,0,,,,,,,,,,,gutim,14851 +nof,313,16,3,9657,6937,,256,1898.008550999991,,,,,,,144,30,0,,,,,,,,,,,gutim,14852 +rst,313,20,3,9660,6938,,320,1898.008550999991,,,,,,,176,102,0,,,,,,,,,,,gutim,14855 +ped,313,19,0,9661,6938,,320,1898.008550999991,,,,,,,176,64,127,,,,,,,V,,,,gutim,14856 +nof,313,18,1,9659,6939,,312,1898.079550999991,,,,,,,144,86,0,,,,,,,,,,,gutim,14854 +non,313,21,1,9662,6940,4519,341,1898.079550999991,0.0951086956521739,32,0,Bb2,mp,14,144,46,14,,,,,,o,,,,,gutim,14857 +nof,313,21,1,9662,6941,,341,1898.175550999991,,,,,,,144,46,0,,,,,,,,,,,gutim,14857 +non,313,22,1,9663,6941,4520,369,1898.175550999991,0.0985054347826087,32,0,C5,mp+,15,144,72,15,,,,,,o,,,,,gutim,14858 +nof,313,22,1,9663,6942,,369,1898.273550999991,,,,,,,144,72,0,,,,,,,,,,,gutim,14858 +non,313,23,1,9664,6942,4521,398,1898.273550999991,0.0951086956521739,32,0,Bb2,mf,17,144,46,17,,,,,,o,,,,,gutim,14859 +non,313,24,1,9665,6942,4521,398,1898.273550999991,0.108695652173913,32,0,F#3,mf,17,144,54,17,,,,,,o,,,,,gutim,14860 +nof,313,23,1,9664,6943,,398,1898.368550999991,,,,,,,144,46,0,,,,,,,,,,,gutim,14859 +non,313,25,1,9666,6943,4522,426,1898.368550999991,0.0985054347826087,32,0,C4,mf+,18,144,60,18,,,,,,o,,,,,gutim,14861 +nof,313,24,1,9665,6944,,398,1898.382550999991,,,,,,,144,54,0,,,,,,,,,,,gutim,14860 +ped,313,30,0,9667,6945,,483,1898.436550999991,,,,,,,176,64,0,,,,,,,^,,,,gutim,14856 +nof,313,25,1,9666,6946,,426,1898.467550999991,,,,,,,144,60,0,,,,,,,,,,,gutim,14861 +non,313,26,1,9668,6946,4523,455,1898.467550999991,0.0951086956521739,32,0,Bb2,f-,19,144,46,19,,,,,,o,,,,,gutim,14862 +non,313,27,1,9669,6946,4523,455,1898.467550999991,0.108695652173913,32,0,F#3,f-,19,144,54,19,,,,,,o,,,,,gutim,14863 +non,313,28,1,9670,6946,4523,455,1898.467550999991,0.108695652173913,32,0,D4,f-,19,144,62,19,,,,,,o,,,,,gutim,14864 +nof,313,26,1,9668,6947,,455,1898.5625509999911,,,,,,,144,46,0,,,,,,,,,,,gutim,14862 +non,313,29,1,9671,6947,4524,483,1898.5625509999911,0.0985054347826087,32,0,B3,f,20,144,59,20,,,,,,o,,d,,,gutim,14865 +nof,313,27,1,9669,6948,,455,1898.575550999991,,,,,,,144,54,0,,,,,,,,,,,gutim,14863 +nof,313,28,1,9670,6948,,455,1898.575550999991,,,,,,,144,62,0,,,,,,,,,,,gutim,14864 +nof,313,29,1,9671,6949,,483,1898.660550999991,,,,,,,144,59,0,,,,,,,,,,,gutim,14865 +non,313,32,1,9672,6949,4525,512,1898.660550999991,0.142663043478261,16,0,E5,mf,17,144,76,17,,,,,,o,,d,,,gutim,14866 +non,313,33,1,9673,6949,4525,512,1898.660550999991,0.217391304347826,16,0,Ab5,p,11,144,80,11,,,,,,o,,d,,,gutim,14867 +non,313,34,3,9674,6949,4525,,1898.660550999991,0.05,8,0,Ab1,p,11,144,32,11,,,,g,,o,,d,,,gutim,14868 +nof,313,34,3,9674,6950,,,1898.710550999991,,,,,,,144,32,0,,,,,,,,,,,gutim,14868 +non,313,35,3,9675,6951,4526,,1898.7355509999911,0.05,8,0,C#4,p,11,144,61,11,,,,g,,o,,d,,,gutim,14869 +ped,313,31,0,9676,6952,,497,1898.736550999991,,,,,,,176,64,127,,,,,,,V,,,,gutim,14870 +nof,313,35,3,9675,6953,,,1898.785550999991,,,,,,,144,61,0,,,,,,,,,,,gutim,14869 +nof,313,32,1,9672,6954,,512,1898.803550999991,,,,,,,144,76,0,,,,,,,,,,,gutim,14866 +non,313,36,3,9677,6955,4527,,1898.810550999991,0.05,8,0,Ab1,p,11,144,32,11,,,,g,,o,,d,,,gutim,14871 +nof,313,36,3,9677,6956,,,1898.8605509999911,,,,,,,144,32,0,,,,,,,,,,,gutim,14871 +nof,313,33,1,9673,6957,,512,1898.878550999991,,,,,,,144,80,0,,,,,,,,,,,gutim,14867 +non,313,37,3,9678,6958,4528,512,1898.885550999991,0.434782608695652,8,0,Bb1,f,20,144,34,20,,,,,,o,,D,,,gutim,14872 +non,313,38,3,9679,6958,4528,512,1898.885550999991,0.434782608695652,8,0,Gb2,p,11,144,42,11,,,,,,o,,D,,,gutim,14873 +non,313,39,1,9680,6959,4529,554,1899.028550999991,0.146059782608696,16,0,F4,p+,12,144,65,12,,,,,,o,,,,,gutim,14874 +nof,313,39,1,9680,6960,,554,1899.174550999991,,,,,,,144,65,0,,,,,,,,,,,gutim,14874 +non,313,40,1,9681,6960,4530,597,1899.174550999991,0.146059782608696,16,0,Gb3,p-,10,144,54,10,,,,,,o,,,,,gutim,14875 +nof,313,37,3,9678,6961,,512,1899.320550999991,,,,,,,144,34,0,,,,,,,,,,,gutim,14872 +nof,313,38,3,9679,6961,,512,1899.320550999991,,,,,,,144,42,0,,,,,,,,,,,gutim,14873 +nof,313,40,1,9681,6961,,597,1899.320550999991,,,,,,,144,54,0,,,,,,,,,,,gutim,14875 +non,313,41,1,9682,6961,4531,640,1899.320550999991,0.0951086956521739,32,0,C3,pp,8,144,48,8,,,,,,o,,,,,gutim,14876 +non,313,42,3,9683,6961,4531,640,1899.320550999991,0.434782608695652,8,0,Eb3,mp,14,144,51,14,,,,,,o,,D,,,gutim,14877 +non,313,43,3,9684,6961,4531,640,1899.320550999991,0.434782608695652,8,0,D4,mp,14,144,62,14,,,,,,o,,D,,,gutim,14878 +non,313,44,3,9685,6961,4531,640,1899.320550999991,0.434782608695652,8,0,Bb4,mp,14,144,70,14,,,,,,o,,D,,,gutim,14879 +non,313,45,3,9686,6961,4531,640,1899.320550999991,0.434782608695652,8,0,Gb5,mp,14,144,78,14,,,,,,o,,D,,,gutim,14880 +nof,313,41,1,9682,6962,,640,1899.415550999991,,,,,,,144,48,0,,,,,,,,,,,gutim,14876 +non,313,46,1,9687,6962,4532,668,1899.415550999991,0.0951086956521739,32,0,Ab3,ppp+,6,144,56,6,,,,,,o,,,,,gutim,14881 +ped,313,49,0,9688,6963,,725,1899.491550999991,,,,,,,176,64,0,,,,,,,^,,,,gutim,14870 +nof,313,46,1,9687,6964,,668,1899.510550999991,,,,,,,144,56,0,,,,,,,,,,,gutim,14881 +non,313,47,1,9689,6964,4533,696,1899.510550999991,0.0985054347826087,32,0,Gb3,ppp,5,144,54,5,,,,,,o,,,,,gutim,14882 +nof,313,47,1,9689,6965,,696,1899.609550999991,,,,,,,144,54,0,,,,,,,,,,,gutim,14882 +rst,313,48,1,9690,6965,,725,1899.609550999991,,,,,,,176,102,0,,,,,,,,,,,gutim,14883 +nof,313,42,3,9683,6966,,640,1899.755550999991,,,,,,,144,51,0,,,,,,,,,,,gutim,14877 +nof,313,43,3,9684,6966,,640,1899.755550999991,,,,,,,144,62,0,,,,,,,,,,,gutim,14878 +nof,313,44,3,9685,6966,,640,1899.755550999991,,,,,,,144,70,0,,,,,,,,,,,gutim,14879 +nof,313,45,3,9686,6966,,640,1899.755550999991,,,,,,,144,78,0,,,,,,,,,,,gutim,14880 +non,313,51,1,9691,6966,4534,,1899.755550999991,0.05,8,0,D5,p,11,144,74,11,,,,g,,o,,,,,gutim,14884 +ped,313,50,0,9692,6967,,744,1899.791550999991,,,,,,,176,64,127,,,,,,,V,,,,gutim,14885 +nof,313,51,1,9691,6968,,,1899.805550999991,,,,,,,144,74,0,,,,,,,,,,,gutim,14884 +non,313,52,1,9693,6969,4535,,1899.830550999991,0.05,8,0,E6,p+,12,144,88,12,,,,g,,o,,,,,gutim,14886 +nof,313,52,1,9693,6970,,,1899.880550999991,,,,,,,144,88,0,,,,,,,,,,,gutim,14886 +non,313,53,1,9694,6971,4536,768,1899.905550999991,0.190217391304348,16,0,F#7,p+,12,144,102,12,,,,,,o,,,,,gutim,14887 +rst,313,54,3,9695,6971,,768,1899.905550999991,,,,,,,176,102,0,,,,,,,,,,,gutim,14888 +nof,313,53,1,9694,6972,,768,1900.095550999991,,,,,,,144,102,0,,,,,,,,,,,gutim,14887 +non,313,55,1,9696,6972,4537,824,1900.095550999991,0.0985054347826087,32,0,Eb4,mp-,13,144,63,13,,,,,,o,,,,,gutim,14889 +nof,313,55,1,9696,6973,,824,1900.194550999991,,,,,,,144,63,0,,,,,,,,,,,gutim,14889 +non,313,56,1,9697,6973,4538,853,1900.194550999991,0.193614130434783,16,0,Bb5,mp,14,144,82,14,,,,,,o,,,e,,gutim,14890 +nof,313,56,1,9697,6974,,853,1900.387550999991,,,,,,,144,82,0,,,,,,,,,,,gutim,14890 +non,313,57,1,9698,6974,4539,910,1900.387550999991,0.193614130434783,16,0,Gb6,mf-,16,144,90,16,,,,,,o,,,e,,gutim,14891 +nof,313,57,1,9698,6975,,910,1900.5815509999911,,,,,,,144,90,0,,,,,,,,,,,gutim,14891 +non,313,58,1,9699,6975,4540,967,1900.5815509999911,0.193614130434783,16,0,Eb4,mf,17,144,63,17,,,,,,o,,d,E,,gutim,14892 +nof,313,58,1,9699,6976,,967,1900.774550999991,,,,,,,144,63,0,,,,,,,,,,,gutim,14892 +bar,314,0,0,9700,6976,,0,1900.774550999991,,,,,,,,,,314,,,,,,,,,,gutim,14893 +rst,314,1,1,9701,6976,,0,1900.774550999991,,,,,,,176,102,0,,,,,,,,,,,gutim,14894 +rst,314,2,2,9702,6976,,0,1900.774550999991,,,,,,,176,102,0,,,,,,,,,,,gutim,14895 +rst,314,3,3,9703,6976,,0,1900.774550999991,,,,,,,176,102,0,,,,,,,,,,,gutim,14896 +non,314,4,4,9704,6976,4541,0,1900.774550999991,5.21739130434783,1,1,E1,ppp,5,144,28,5,,,,,t,o,,,,,gutim,14897 +non,314,5,4,9705,6976,4541,0,1900.774550999991,3.47826086956522,1,1,Ab1,ppp,5,144,32,5,,,,,t,o,,,,,gutim,14898 +non,314,6,4,9706,6976,4541,0,1900.774550999991,3.47826086956522,1,1,C2,ppp,5,144,36,5,,,,,t,o,,,,,gutim,14899 +non,314,7,4,9707,6976,4541,0,1900.774550999991,3.47826086956522,1,1,F4,ppp,5,144,65,5,,,,,t,o,,,,,gutim,14900 +non,314,8,4,9708,6976,4541,0,1900.774550999991,3.47826086956522,1,1,Gb4,ppp,5,144,66,5,,,,,t,o,,,,,gutim,14901 +non,314,9,1,9709,6977,4542,512,1902.5145509999911,0.142663043478261,32,1,Ab6,pp,8,144,92,8,,,,,,o,,d,,,gutim,14902 +non,314,10,2,9710,6977,4542,512,1902.5145509999911,1.30434782608696,4,1,Eb4,p,11,144,63,11,,,,,,o,,D,,,gutim,14903 +non,314,11,2,9711,6977,4542,512,1902.5145509999911,0.869565217391304,4,1,Bb4,p,11,144,70,11,,,,,,o,,D,,,gutim,14904 +non,314,12,2,9712,6977,4542,512,1902.5145509999911,0.869565217391304,4,1,D5,p,11,144,74,11,,,,,,o,,D,,,gutim,14905 +non,314,13,2,9713,6977,4542,512,1902.5145509999911,0.869565217391304,4,1,Gb6,p,11,144,90,11,,,,,,o,,D,,,gutim,14906 +nof,314,9,1,9709,6978,,512,1902.656550999991,,,,,,,144,92,0,,,,,,,,,,,gutim,14902 +non,314,14,1,9714,6978,4543,554,1902.656550999991,0.0985054347826087,32,0,C7,pp+,9,144,96,9,,,,,,o,,,,,gutim,14907 +nof,314,14,1,9714,6979,,554,1902.755550999991,,,,,,,144,96,0,,,,,,,,,,,gutim,14907 +non,314,15,1,9715,6979,4544,583,1902.755550999991,0.0951086956521739,32,0,E6,p-,10,144,88,10,,,,,,o,,,,,gutim,14908 +nof,314,15,1,9715,6980,,583,1902.850550999991,,,,,,,144,88,0,,,,,,,,,,,gutim,14908 +non,314,16,1,9716,6980,4545,611,1902.850550999991,0.146059782608696,32,1,C7,p-,10,144,96,10,,,,,,o,,,,,gutim,14909 +non,314,17,1,9717,6980,4545,611,1902.850550999991,0.108695652173913,32,1,F#7,p-,10,144,102,10,,,,,,o,,,,,gutim,14910 +nof,314,17,1,9717,6981,,611,1902.959550999991,,,,,,,144,102,0,,,,,,,,,,,gutim,14910 +nof,314,16,1,9716,6982,,611,1902.996550999991,,,,,,,144,96,0,,,,,,,,,,,gutim,14909 +non,314,18,1,9718,6982,4546,654,1902.996550999991,0.142663043478261,32,1,E6,p,11,144,88,11,,,,,,o,,,,,gutim,14911 +non,314,19,1,9719,6982,4546,654,1902.996550999991,0.108695652173913,32,1,G#6,p,11,144,92,11,,,,,,o,,,,,gutim,14912 +nof,314,19,1,9719,6983,,654,1903.105550999991,,,,,,,144,92,0,,,,,,,,,,,gutim,14912 +nof,314,18,1,9718,6984,,654,1903.1395509999911,,,,,,,144,88,0,,,,,,,,,,,gutim,14911 +non,314,20,1,9720,6984,4547,696,1903.1395509999911,0.0985054347826087,32,0,C7,p+,12,144,96,12,,,,,,o,,,,,gutim,14913 +nof,314,20,1,9720,6985,,696,1903.237550999991,,,,,,,144,96,0,,,,,,,,,,,gutim,14913 +non,314,21,1,9721,6985,4548,725,1903.237550999991,0.146059782608696,32,1,E6,mp-,13,144,88,13,,,,,,o,,,,,gutim,14914 +non,314,22,1,9722,6985,4548,725,1903.237550999991,0.108695652173913,32,1,G#6,mp-,13,144,92,13,,,,,,o,,,,,gutim,14915 +non,314,23,1,9723,6985,4548,725,1903.237550999991,0.108695652173913,32,1,F#7,mp-,13,144,102,13,,,,,,o,,,,,gutim,14916 +nof,314,22,1,9722,6986,,725,1903.346550999991,,,,,,,144,92,0,,,,,,,,,,,gutim,14915 +nof,314,23,1,9723,6986,,725,1903.346550999991,,,,,,,144,102,0,,,,,,,,,,,gutim,14916 +nof,314,11,2,9711,6987,,512,1903.383550999991,,,,,,,144,70,0,,,,,,,,,,,gutim,14904 +nof,314,12,2,9712,6987,,512,1903.383550999991,,,,,,,144,74,0,,,,,,,,,,,gutim,14905 +nof,314,13,2,9713,6987,,512,1903.383550999991,,,,,,,144,90,0,,,,,,,,,,,gutim,14906 +nof,314,21,1,9721,6987,,725,1903.383550999991,,,,,,,144,88,0,,,,,,,,,,,gutim,14914 +non,314,24,1,9724,6987,4549,768,1903.383550999991,0.288722826086957,8,0,F5,mp,14,144,77,14,,,,,,o,,,,,gutim,14917 +nof,314,24,1,9724,6988,,768,1903.672550999991,,,,,,,144,77,0,,,,,,,,,,,gutim,14917 +non,314,25,1,9725,6988,4550,853,1903.672550999991,0.580842391304348,4,0,E6,mp,14,144,88,14,,,,,,o,,,,,gutim,14918 +non,314,26,1,9726,6988,4550,853,1903.672550999991,0.869565217391304,4,0,G#6,mp,14,144,92,14,,,,,,o,,,,,gutim,14919 +non,314,27,1,9727,6988,4550,853,1903.672550999991,0.869565217391304,4,0,C7,mp,14,144,96,14,,,,,,o,,,,,gutim,14920 +non,314,28,1,9728,6988,4550,853,1903.672550999991,0.869565217391304,4,0,F#7,mp,14,144,102,14,,,,,,o,,,,,gutim,14921 +nof,314,10,2,9710,6989,,512,1903.818550999991,,,,,,,144,63,0,,,,,,,,,,,gutim,14903 +non,314,29,2,9729,6989,4551,896,1903.818550999991,1.30434782608696,4,1,Eb4,mp,14,144,63,14,,,,,t,o,,,,,gutim,14922 +non,314,30,2,9730,6989,4551,896,1903.818550999991,0.869565217391304,4,1,Bb4,mp,14,144,70,14,,,,,t,o,,,,,gutim,14923 +non,314,31,2,9731,6989,4551,896,1903.818550999991,0.869565217391304,4,1,D5,mp,14,144,74,14,,,,,t,o,,,,,gutim,14924 +non,314,32,2,9732,6989,4551,896,1903.818550999991,0.869565217391304,4,1,Gb6,mp,14,144,90,14,,,,,t,o,,,,,gutim,14925 +nof,314,25,1,9725,6990,,853,1904.253550999991,,,,,,,144,88,0,,,,,,,,,,,gutim,14918 +rst,314,33,1,9733,6991,,1024,1904.253550999991,,,,,,,176,102,0,,,,,,,,,,,gutim,14926 +nof,314,26,1,9726,6992,,853,1904.541550999991,,,,,,,144,92,0,,,,,,,,,,,gutim,14919 +nof,314,27,1,9727,6992,,853,1904.541550999991,,,,,,,144,96,0,,,,,,,,,,,gutim,14920 +nof,314,28,1,9728,6992,,853,1904.541550999991,,,,,,,144,102,0,,,,,,,,,,,gutim,14921 +non,314,34,2,9734,6993,,1280,1905.122550999991,0.869565217391304,4,0,Eb4,,,,,,,,,,T,,,,,,gutim,14927 +non,314,35,2,9735,6993,,1280,1905.122550999991,0.869565217391304,4,0,Bb4,,,,,,,,,,T,,,,,,gutim,14928 +non,314,36,2,9736,6993,,1280,1905.122550999991,0.869565217391304,4,0,D5,,,,,,,,,,T,,,,,,gutim,14929 +non,314,37,2,9737,6993,4552,1280,1905.122550999991,0.869565217391304,4,0,E5,mp,14,144,76,14,,,,,,o,,,,,gutim,14930 +non,314,38,2,9738,6993,,1280,1905.122550999991,0.869565217391304,4,0,Gb6,,,,,,,,,,T,,,,,,gutim,14931 +nof,314,30,2,9730,6994,,896,1905.557550999991,,,,,,,144,70,0,,,,,,,,,,,gutim,14923 +nof,314,31,2,9731,6994,,896,1905.557550999991,,,,,,,144,74,0,,,,,,,,,,,gutim,14924 +nof,314,32,2,9732,6994,,896,1905.557550999991,,,,,,,144,90,0,,,,,,,,,,,gutim,14925 +nof,314,29,2,9729,6995,,896,1905.992550999991,,,,,,,144,63,0,,,,,,,,,,,gutim,14922 +nof,314,37,2,9737,6995,,1280,1905.992550999991,,,,,,,144,76,0,,,,,,,,,,,gutim,14930 +bar,315,0,0,9739,6995,,0,1905.992550999991,,,,,,,,,,315,,,,,,,,,,gutim,14932 +non,315,1,1,9740,6995,4553,0,1905.992550999991,0.142663043478261,32,1,F#5,p,11,144,78,11,,,,,,o,,,,,gutim,14933 +rst,315,2,3,9741,6995,,0,1905.992550999991,,,,,,,176,102,0,,,,,,,,,,,gutim,14934 +non,315,3,4,9742,6995,,0,1905.992550999991,5.21739130434783,1,1,E1,,,,,,,,,,_,,,,,,gutim,14935 +non,315,4,4,9743,6995,,0,1905.992550999991,3.47826086956522,1,1,Ab1,,,,,,,,,,_,,,,,,gutim,14936 +non,315,5,4,9744,6995,,0,1905.992550999991,3.47826086956522,1,1,C2,,,,,,,,,,_,,,,,,gutim,14937 +non,315,6,4,9745,6995,,0,1905.992550999991,3.47826086956522,1,1,F4,,,,,,,,,,_,,,,,,gutim,14938 +non,315,7,4,9746,6995,,0,1905.992550999991,3.47826086956522,1,1,Gb4,,,,,,,,,,_,,,,,,gutim,14939 +nof,315,1,1,9740,6996,,0,1906.134550999991,,,,,,,144,78,0,,,,,,,,,,,gutim,14933 +non,315,8,1,9747,6996,4554,42,1906.134550999991,0.0985054347826087,32,0,G#4,p+,12,144,68,12,,,,,,o,,,,,gutim,14940 +nof,315,8,1,9747,6997,,42,1906.233550999991,,,,,,,144,68,0,,,,,,,,,,,gutim,14940 +non,315,9,1,9748,6997,4555,71,1906.233550999991,0.047554347826087,64,0,F3,mp-,13,144,53,13,,,,,,o,,,e,,gutim,14941 +nof,315,9,1,9748,6998,,71,1906.281550999991,,,,,,,144,53,0,,,,,,,,,,,gutim,14941 +non,315,10,1,9749,6998,4556,85,1906.281550999991,0.047554347826087,64,0,C5,mp-,13,144,72,13,,,,,,o,,,e,,gutim,14942 +nof,315,10,1,9749,6999,,85,1906.328550999991,,,,,,,144,72,0,,,,,,,,,,,gutim,14942 +non,315,11,1,9750,6999,4557,99,1906.328550999991,0.047554347826087,64,0,F3,mp,14,144,53,14,,,,,,o,,,e,,gutim,14943 +nof,315,11,1,9750,7000,,99,1906.376550999991,,,,,,,144,53,0,,,,,,,,,,,gutim,14943 +non,315,12,1,9751,7000,4558,113,1906.376550999991,0.0509510869565217,64,0,E4,mp,14,144,64,14,,,,,,o,,,E,,gutim,14944 +nof,315,12,1,9751,7001,,113,1906.427550999991,,,,,,,144,64,0,,,,,,,,,,,gutim,14944 +non,315,13,3,9752,7001,4559,,1906.427550999991,0.05,8,0,E3,p,11,144,52,11,,,,g,,o,,,,,gutim,14945 +nof,315,13,3,9752,7002,,,1906.477550999991,,,,,,,144,52,0,,,,,,,,,,,gutim,14945 +non,315,14,3,9753,7003,4560,,1906.502550999991,0.05,8,0,C1,p-,10,144,24,10,,,,g,,o,,,,,gutim,14946 +nof,315,14,3,9753,7004,,,1906.552550999991,,,,,,,144,24,0,,,,,,,,,,,gutim,14946 +non,315,15,3,9754,7005,4561,,1906.577550999991,0.05,8,0,F2,p-,10,144,41,10,,,,g,,o,,,,,gutim,14947 +nof,315,15,3,9754,7006,,,1906.627550999991,,,,,,,144,41,0,,,,,,,,,,,gutim,14947 +ped,315,18,0,9755,7007,,142,1906.634550999991,,,,,,,176,64,0,,,,,,,^,,,,gutim,14885 +non,315,16,3,9756,7008,4562,128,1906.652550999991,0.217391304347826,16,0,Ab1,pp+,9,144,32,9,,,,,,o,,,,,gutim,14948 +rst,315,17,1,9757,7008,,128,1906.652550999991,,,,,,,176,102,0,,,,,,,,,,,gutim,14949 +rst,315,19,1,9758,7009,,142,1906.699550999991,,,,,,,176,102,0,,,,,,,,,,,gutim,14950 +nof,315,16,3,9756,7010,,128,1906.869550999991,,,,,,,144,32,0,,,,,,,,,,,gutim,14948 +non,315,21,3,9759,7010,4563,192,1906.869550999991,0.217391304347826,16,0,Gb1,pp,8,144,30,8,,,,,,o,,,,,gutim,14951 +ped,315,20,0,9760,7011,,192,1906.934550999991,,,,,,,176,64,127,,,,,,,V,,,,gutim,14952 +nof,315,21,3,9759,7012,,192,1907.086550999991,,,,,,,144,30,0,,,,,,,,,,,gutim,14951 +non,315,22,1,9761,7012,4564,,1907.086550999991,0.05,8,0,G#5,mf,17,144,80,17,,,,g,,o,,d,e,,gutim,14953 +nof,315,22,1,9761,7013,,,1907.136550999991,,,,,,,144,80,0,,,,,,,,,,,gutim,14953 +non,315,23,1,9762,7014,4565,,1907.161550999991,0.05,8,0,F#6,mf,17,144,90,17,,,,g,,o,,d,e,,gutim,14954 +nof,315,23,1,9762,7015,,,1907.211550999991,,,,,,,144,90,0,,,,,,,,,,,gutim,14954 +non,315,24,1,9763,7016,4566,256,1907.236550999991,1.73913043478261,2,0,C6,mf,17,144,84,17,,,,,t,o,,d,E 6014,,gutim,14955 +non,315,25,3,9764,7016,4566,256,1907.236550999991,1.73913043478261,2,0,Gb1,ppp,5,144,30,5,,,,,t,o,,D,,,gutim,14956 +non,315,26,3,9765,7016,4566,256,1907.236550999991,1.73913043478261,2,0,Ab1,ppp,5,144,32,5,,,,,t,o,,D 6014,,,gutim,14957 +nof,314,5,4,9705,7017,,0,1908.166550999991,,,,,,,144,32,0,,,,,,,,,,,gutim,14957 +nof,314,6,4,9706,7018,,0,1908.601550999991,,,,,,,144,36,0,,,,,,,,,,,gutim,14899 +nof,314,7,4,9707,7018,,0,1908.601550999991,,,,,,,144,65,0,,,,,,,,,,,gutim,14900 +nof,314,8,4,9708,7018,,0,1908.601550999991,,,,,,,144,66,0,,,,,,,,,,,gutim,14901 +non,315,27,1,9766,7019,,768,1908.976550999991,2.60869565217391,2,1,C6,,,,,,,,,,_,,,,,,gutim,14958 +non,315,28,3,9767,7019,,768,1908.976550999991,2.60869565217391,2,1,Gb1,,,,,,,,,,_,,,,,,gutim,14959 +non,315,29,3,9768,7019,,768,1908.976550999991,1.73913043478261,2,1,Ab1,,,,,,,,,,_,,,,,,gutim,14960 +nof,315,26,3,9765,7020,,256,1911.584550999991,,,,,,,144,32,0,,,,,,,,,,,gutim,14961 +bar,316,0,0,9769,7020,,0,1911.584550999991,,,,,,,,,,316,,,,,,,,,,gutim,14962 +non,316,1,1,9770,7020,,0,1911.584550999991,0.577445652173913,4,0,C6,,,,,,,,,,T,,,,,,gutim,14963 +non,316,2,3,9771,7020,,0,1911.584550999991,0.869565217391304,4,0,Gb1,,,,,,,,,,T,,,,,,gutim,14964 +non,316,3,3,9772,7020,,0,1911.584550999991,0.869565217391304,4,0,Ab1,,,,,,,,,,T,,,,,,gutim,14965 +non,316,4,4,9773,7020,,0,1911.584550999991,0.288722826086957,8,0,E1,,,,,,,,,,_,,,,,,gutim,14966 +non,316,5,4,9774,7020,4567,0,1911.584550999991,0.434782608695652,8,0,Ab1,,,,,,,,,,t,o,,,,,gutim,14967 +non,316,6,4,9775,7020,,0,1911.584550999991,0.434782608695652,8,0,C2,,,,,,,,,,_,,,,,,gutim,14968 +non,316,7,4,9776,7020,,0,1911.584550999991,0.434782608695652,8,0,F4,,,,,,,,,,_,,,,,,gutim,14969 +non,316,8,4,9777,7020,,0,1911.584550999991,0.434782608695652,8,0,Gb4,,,,,,,,,,_,,,,,,gutim,14970 +nof,314,4,4,9704,7021,,0,1911.787550999991,,,,,,,144,28,0,,,,,,,,,,,gutim,14897 +non,316,9,4,9778,7022,,85,1911.873550999991,0.288722826086957,8,0,E1,,,,,,,,,,T,,,,,,gutim,14971 +non,316,10,4,9779,7022,,85,1911.873550999991,0.434782608695652,8,0,Ab1,,,,,,,,,,T,,,,,,gutim,14972 +non,316,11,4,9780,7022,4568,85,1911.873550999991,0.434782608695652,8,0,Bb1,f,20,144,34,20,,,,,,o,,,,,gutim,14973 +non,316,12,4,9781,7022,,85,1911.873550999991,0.434782608695652,8,0,C2,,,,,,,,,,T,,,,,,gutim,14974 +non,316,13,4,9782,7022,,85,1911.873550999991,0.434782608695652,8,0,F4,,,,,,,,,,T,,,,,,gutim,14975 +non,316,14,4,9783,7022,,85,1911.873550999991,0.434782608695652,8,0,Gb4,,,,,,,,,,T,,,,,,gutim,14976 +sec,316,15,0,9784,7022,,85,1911.873550999991,,,,,,,,,,,6014,,,,,,,,,gutim,14977 +ped,316,16,0,9785,7023,,170,1912.012550999991,,,,,,,176,64,0,,,,,,,^,,,,gutim,14952 +nof,315,24,1,9763,7024,,256,1912.162550999991,,,,,,,144,84,0,,,,,,,,,,,gutim,14955 +nof,316,11,4,9780,7024,,85,1912.162550999991,,,,,,,144,34,0,,,,,,,,,,,gutim,14973 +non,316,18,1,9786,7024,4569,170,1912.162550999991,0.292119565217391,8,0,D7,ff,22,144,98,22,,,,,t,o,,d,,,gutim,14978 +non,316,19,4,9787,7024,4569,170,1912.162550999991,0.292119565217391,8,0,Bb1,ff,22,144,34,22,,,,,t,o,,d,,,gutim,14979 +ped,316,17,0,9788,7025,,170,1912.3125509999911,,,,,,,176,64,127,,,,,,,V,,,,gutim,14980 +nof,315,25,3,9764,7026,,256,1912.454550999991,,,,,,,144,30,0,,,,,,,,,,,gutim,14956 +non,316,20,1,9789,7027,,256,1912.454550999991,2.60869565217391,2,1,D7,,,,,,,,,,T,,,,,,gutim,14981 +rst,316,21,3,9790,7027,,256,1912.454550999991,,,,,,,176,102,0,,,,,,,,,,,gutim,14982 +non,316,22,4,9791,7027,,256,1912.454550999991,3.47826086956522,1,0,Bb1,,,,,,,,,,T,,,,,,gutim,14983 +non,316,24,1,9792,7028,4570,,1914.987550999991,0.05,8,0,Db5,ppp,5,144,73,5,,,,g,,o,,d,,,gutim,14984 +nof,316,24,1,9792,7029,,,1915.037550999991,,,,,,,144,73,0,,,,,,,,,,,gutim,14984 +nof,316,18,1,9786,7030,,170,1915.0625509999911,,,,,,,144,98,0,,,,,,,,,,,gutim,14978 +ped,316,23,0,9793,7031,,1024,1915.0625509999911,,,,,,,176,64,0,,,,,,,^,,,,gutim,14980 +non,316,25,1,9794,7031,4571,1024,1915.0625509999911,0.869565217391304,4,0,Db5,ppp,5,144,73,5,,,,,,o,,d,,,gutim,14985 +non,316,26,3,9795,7031,4571,1024,1915.0625509999911,0.869565217391304,4,0,Gb2,ppp,5,144,42,5,,,,,,o,,d,,,gutim,14986 +nof,316,19,4,9787,7032,,170,1915.932550999991,,,,,,,144,34,0,,,,,,,,,,,gutim,14979 +nof,316,25,1,9794,7033,,1024,1915.932550999991,,,,,,,144,73,0,,,,,,,,,,,gutim,14985 +nof,316,26,3,9795,7033,,1024,1915.932550999991,,,,,,,144,42,0,,,,,,,,,,,gutim,14986 +rst,316,27,1,9796,7033,,1280,1915.932550999991,,,,,,,176,102,0,,,,,,,,,,,gutim,14987 +non,316,28,3,9797,7033,4572,1280,1915.932550999991,0.217391304347826,16,0,F2,mf,17,144,41,17,,,,,t,o,,d,,,gutim,14988 +rst,316,29,4,9798,7033,,1280,1915.932550999991,,,,,,,176,102,0,,,,,,,,,,,gutim,14989 +ped,316,,,9799,7033,,1280,1915.932550999991,,,,,,,176,64,127,,,,,,,V,,,,gutim,14990 +non,316,30,1,9800,7034,4573,,1916.149550999991,0.05,8,0,C6,mf,17,144,84,17,,,,g,,o,,d,,,gutim,14991 +nof,316,30,1,9800,7035,,,1916.199550999991,,,,,,,144,84,0,,,,,,,,,,,gutim,14991 +non,316,31,1,9801,7036,4574,1344,1916.224550999991,0.652173913043478,8,1,C6,mf,17,144,84,17,,,,,,o,,D 6015,,,gutim,14992 +non,316,32,3,9802,7036,,1344,1916.224550999991,0.652173913043478,8,1,F2,,,,,,,,,,T,,,,,,gutim,14993 +non,316,33,3,9803,7036,4574,1344,1916.224550999991,0.434782608695652,8,1,E4,mf+,18,144,64,18,,,,,,o,,,,,gutim,14994 +nof,316,33,3,9803,7037,,1344,1916.659550999991,,,,,,,144,64,0,,,,,,,,,,,gutim,14994 +nof,316,28,3,9797,7038,,1280,1916.802550999991,,,,,,,144,41,0,,,,,,,,,,,gutim,14988 +ped,316,,,9804,7039,,1535,1916.873550999991,,,,,,,176,64,0,,,,,,,^,,,,gutim,14990 +nof,316,31,1,9801,7040,,1344,1916.877550999991,,,,,,,144,84,0,,,,,,,,,,,gutim,14992 +bar,317,0,0,9805,7040,,0,1916.877550999991,,,,,,,,,,317,,,,,,,,,,gutim,14995 +non,317,1,1,9806,7040,4575,0,1916.877550999991,0.108695652173913,32,0,F#4,pp,8,144,66,8,,,,,,o,,,,,gutim,14996 +rst,317,2,3,9807,7040,,0,1916.877550999991,,,,,,,176,102,0,,,,,,,,,,,gutim,14997 +nof,317,1,1,9806,7041,,0,1916.9855509999911,,,,,,,144,66,0,,,,,,,,,,,gutim,14996 +non,317,3,1,9808,7041,4576,32,1916.9855509999911,0.760869565217391,8,2,F3,pp,8,144,53,8,,,,,t,o,,,,,gutim,14998 +non,317,4,1,9809,7042,,256,1917.746550999991,1.73913043478261,2,0,F3,,,,,,,,,,_,,,,,,gutim,14999 +non,317,5,3,9810,7042,4577,256,1917.746550999991,0.217391304347826,16,0,G2,p,11,144,43,11,,,,,,o,,,,,gutim,15000 +nof,317,5,3,9810,7043,,256,1917.964550999991,,,,,,,144,43,0,,,,,,,,,,,gutim,15000 +non,317,6,3,9811,7043,4578,320,1917.964550999991,0.652173913043478,8,1,G2,mp,14,144,43,14,,,,,,o,,,,,gutim,15001 +non,317,7,3,9812,7043,4578,320,1917.964550999991,0.434782608695652,8,1,F3,mp,14,144,53,14,,,,,,o,,,,,gutim,15002 +nof,317,7,3,9812,7044,,320,1918.398550999991,,,,,,,144,53,0,,,,,,,,,,,gutim,15002 +nof,317,6,3,9811,7045,,320,1918.616550999991,,,,,,,144,43,0,,,,,,,,,,,gutim,15001 +rst,317,8,3,9813,7045,,512,1918.616550999991,,,,,,,176,102,0,,,,,,,,,,,gutim,15003 +non,317,9,3,9814,7046,4579,,1918.826550999991,0.05,8,0,F3,pp,8,144,53,8,,,,g,,o,,,,,gutim,15004 +nof,317,9,3,9814,7047,,,1918.876550999991,,,,,,,144,53,0,,,,,,,,,,,gutim,15004 +non,317,10,3,9815,7048,4580,,1918.901550999991,0.05,8,0,F#2,pp,8,144,42,8,,,,g,,o,,,,,gutim,15005 +nof,317,10,3,9815,7049,,,1918.951550999991,,,,,,,144,42,0,,,,,,,,,,,gutim,15005 +non,317,11,3,9816,7050,4581,,1918.976550999991,0.05,8,0,E4,pp,8,144,64,8,,,,g,,o,,,,,gutim,15006 +nof,317,11,3,9816,7051,,,1919.026550999991,,,,,,,144,64,0,,,,,,,,,,,gutim,15006 +non,317,12,3,9817,7052,4582,640,1919.051550999991,0.217391304347826,16,0,C2,pp-,7,144,36,7,,,,,,o,,,,,gutim,15007 +nof,317,12,3,9817,7053,,640,1919.268550999991,,,,,,,144,36,0,,,,,,,,,,,gutim,15007 +non,317,13,3,9818,7053,4583,704,1919.268550999991,0.217391304347826,16,0,C2,pp-,7,144,36,7,,,,,t,o,,,,,gutim,15008 +non,317,14,3,9819,7053,4583,704,1919.268550999991,0.217391304347826,16,0,Ab2,pp-,7,144,44,7,,,,,t,o,,,,,gutim,15009 +non,317,15,1,9820,7054,,768,1919.4855509999911,0.760869565217391,8,2,F3,,,,,,,,,,T,,,,,,gutim,15010 +non,317,16,3,9821,7054,,768,1919.4855509999911,0.869565217391304,4,0,C2,,,,,,,,,,T,,,,,,gutim,15011 +non,317,17,3,9822,7054,,768,1919.4855509999911,0.869565217391304,4,0,Ab2,,,,,,,,,,T,,,,,,gutim,15012 +nof,317,3,1,9808,7055,,32,1920.246550999991,,,,,,,144,53,0,,,,,,,,,,,gutim,15013 +non,317,18,1,9823,7055,4584,992,1920.246550999991,0.108695652173913,32,0,F3,ppp,5,144,53,5,,,,,,o,,,,,gutim,15014 +nof,317,13,3,9818,7056,,704,1920.355550999991,,,,,,,144,36,0,,,,,,,,,,,gutim,15008 +nof,317,14,3,9819,7056,,704,1920.355550999991,,,,,,,144,44,0,,,,,,,,,,,gutim,15009 +nof,317,18,1,9823,7056,,992,1920.355550999991,,,,,,,144,53,0,,,,,,,,,,,gutim,15014 +non,317,19,1,9824,7056,4585,1024,1920.355550999991,0.869565217391304,4,0,E1,ppp,5,144,28,5,,,,,,o,,,,,gutim,15015 +non,317,20,1,9825,7056,4585,1024,1920.355550999991,0.869565217391304,4,0,F3,ppp,5,144,53,5,,,,,,o,,,,,gutim,15016 +non,317,21,3,9826,7056,4585,1024,1920.355550999991,0.0713315217391305,32,0,E4,ppp-,4,144,64,4,,,,,,o,,,,,gutim,15017 +nof,317,21,3,9826,7057,,1024,1920.426550999991,,,,,,,144,64,0,,,,,,,,,,,gutim,15017 +non,317,22,3,9827,7057,4586,1045,1920.426550999991,0.0713315217391305,32,0,C1,pppp+,3,144,24,3,,,,,,o,,,,,gutim,15018 +nof,317,22,3,9827,7058,,1045,1920.498550999991,,,,,,,144,24,0,,,,,,,,,,,gutim,15018 +non,317,23,3,9828,7058,4587,1066,1920.498550999991,0.0747282608695652,32,0,E3,pppp+,3,144,52,3,,,,,,o,,,,,gutim,15019 +nof,317,23,3,9828,7059,,1066,1920.572550999991,,,,,,,144,52,0,,,,,,,,,,,gutim,15019 +non,317,24,3,9829,7059,4588,1088,1920.572550999991,0.0713315217391305,32,0,F2,pppp+,3,144,41,3,,,,,,o,,,,,gutim,15020 +nof,317,24,3,9829,7060,,1088,1920.644550999991,,,,,,,144,41,0,,,,,,,,,,,gutim,15020 +non,317,25,3,9830,7060,4589,1109,1920.644550999991,0.0713315217391305,32,0,C1,pppp+,3,144,24,3,,,,,,o,,,,,gutim,15021 +nof,317,25,3,9830,7061,,1109,1920.715550999991,,,,,,,144,24,0,,,,,,,,,,,gutim,15021 +non,317,26,3,9831,7061,4590,1130,1920.715550999991,0.0747282608695652,32,0,Ab1,pppp+,3,144,32,3,,,,,,o,,,,,gutim,15022 +non,317,27,3,9832,7061,4590,1130,1920.715550999991,0.108695652173913,32,0,F2,pppp+,3,144,41,3,,,,,,o,,,,,gutim,15023 +non,317,28,3,9833,7061,4590,1130,1920.715550999991,0.108695652173913,32,0,E3,pppp+,3,144,52,3,,,,,,o,,,,,gutim,15024 +nof,317,26,3,9831,7062,,1130,1920.790550999991,,,,,,,144,32,0,,,,,,,,,,,gutim,15022 +non,317,29,3,9834,7062,4591,1152,1920.790550999991,0.0713315217391305,32,0,Gb1,pppp,2,144,30,2,,,,,,o,,,,,gutim,15025 +nof,317,27,3,9832,7063,,1130,1920.824550999991,,,,,,,144,41,0,,,,,,,,,,,gutim,15023 +nof,317,28,3,9833,7063,,1130,1920.824550999991,,,,,,,144,52,0,,,,,,,,,,,gutim,15024 +nof,317,29,3,9834,7064,,1152,1920.861550999991,,,,,,,144,30,0,,,,,,,,,,,gutim,15025 +non,317,31,3,9835,7064,4592,1173,1920.861550999991,0.0713315217391305,32,0,F2,pppp,2,144,41,2,,,,,,o,,,,,gutim,15026 +non,317,32,3,9836,7064,4592,1173,1920.861550999991,0.108695652173913,32,0,E3,pppp,2,144,52,2,,,,,,o,,,,,gutim,15027 +ped,317,30,0,9837,7064,,1173,1920.861550999991,,,,,,,176,64,127,,,,,,,V,,,,gutim,15028 +nof,317,31,3,9835,7065,,1173,1920.932550999991,,,,,,,144,41,0,,,,,,,,,,,gutim,15026 +non,317,33,3,9838,7065,4593,1194,1920.932550999991,0.217391304347826,16,1,C1,pppp,2,144,24,2,,,,,,o,,,,,gutim,15029 +non,317,34,3,9839,7065,4593,1194,1920.932550999991,0.217391304347826,16,1,Gb1,pppp,2,144,30,2,,,,,,o,,,,,gutim,15030 +nof,317,32,3,9836,7066,,1173,1920.970550999991,,,,,,,144,52,0,,,,,,,,,,,gutim,15027 +nof,317,33,3,9838,7067,,1194,1921.150550999991,,,,,,,144,24,0,,,,,,,,,,,gutim,15029 +nof,317,34,3,9839,7067,,1194,1921.150550999991,,,,,,,144,30,0,,,,,,,,,,,gutim,15030 +non,317,35,3,9840,7067,4594,1258,1921.150550999991,0.0747282608695652,32,0,Gb1,pppp,2,144,30,2,,,,,,o,,,,,gutim,15031 +non,317,36,3,9841,7067,4594,1258,1921.150550999991,0.108695652173913,32,0,Ab1,pppp,2,144,32,2,,,,,,o,,,,,gutim,15032 +nof,317,19,1,9824,7068,,1024,1921.224550999991,,,,,,,144,28,0,,,,,,,,,,,gutim,15015 +nof,317,20,1,9825,7068,,1024,1921.224550999991,,,,,,,144,53,0,,,,,,,,,,,gutim,15016 +nof,317,35,3,9840,7069,,1258,1921.224550999991,,,,,,,144,30,0,,,,,,,,,,,gutim,15031 +rst,317,37,1,9842,7069,,1280,1921.224550999991,,,,,,,176,102,0,,,,,,,,,,,gutim,15033 +rst,317,38,3,9843,7069,,1280,1921.224550999991,,,,,,,176,102,0,,,,,,,,,,,gutim,15034 +nof,317,36,3,9841,7070,,1258,1921.258550999991,,,,,,,144,32,0,,,,,,,,,,,gutim,15032 +ped,317,39,0,9844,7071,,1791,1922.960550999991,,,,,,,176,64,0,,,,,,,^,,,,gutim,15028 +bar,318,0,0,9845,7072,,0,1922.964550999991,,,,,,,,,,318,,,,,,,,,,gutim,15035 +rst,318,1,1,9846,7072,,0,1922.964550999991,,,,,,,176,102,0,,,,,,,,,,,gutim,15036 +rst,318,2,3,9847,7072,,0,1922.964550999991,,,,,,,176,102,0,,,,,,,,,,,gutim,15037 +rst,318,3,4,9848,7072,,0,1922.964550999991,,,,,,,176,102,0,,,,,,,,,,,gutim,15038 +sec,318,4,0,9849,7073,,0,1923.564550999991,,,,,,,,,,,6015,,,,,,,,,gutim,15039 +non,318,6,1,9850,7074,4595,128,1923.998550999991,0.0951086956521739,32,0,D6,p,11,144,86,11,,,,,,o,,,,,gutim,15040 +ped,318,5,0,9851,7074,,128,1923.998550999991,,,,,,,176,64,127,,,,,,,V,,,,gutim,15041 +nof,318,6,1,9850,7075,,128,1924.093550999991,,,,,,,144,86,0,,,,,,,,,,,gutim,15040 +non,318,7,1,9852,7075,4596,156,1924.093550999991,0.0951086956521739,32,0,F#7,p+,12,144,102,12,,,,,,o,,,,,gutim,15042 +nof,318,7,1,9852,7076,,156,1924.189550999991,,,,,,,144,102,0,,,,,,,,,,,gutim,15042 +non,318,8,1,9853,7076,4597,184,1924.189550999991,0.146059782608696,32,1,E7,p+,12,144,100,12,,,,,,o,,,,,gutim,15043 +nof,318,8,1,9853,7077,,184,1924.335550999991,,,,,,,144,100,0,,,,,,,,,,,gutim,15043 +non,318,9,1,9854,7077,4598,227,1924.335550999991,0.0985054347826087,32,0,D5,mp-,13,144,74,13,,,,,,o,,,e,,gutim,15044 +nof,318,9,1,9854,7078,,227,1924.433550999991,,,,,,,144,74,0,,,,,,,,,,,gutim,15044 +non,318,10,1,9855,7078,4599,256,1924.433550999991,0.0849184782608696,32,0,E6,mp,14,144,88,14,,,,,,o,,,e,,gutim,15045 +nof,318,10,1,9855,7079,,256,1924.518550999991,,,,,,,144,88,0,,,,,,,,,,,gutim,15045 +non,318,11,1,9856,7079,4600,281,1924.518550999991,0.0883152173913044,32,0,Bb5,mp+,15,144,82,15,,,,,,o,,,e,,gutim,15046 +nof,318,11,1,9856,7080,,281,1924.606550999991,,,,,,,144,82,0,,,,,,,,,,,gutim,15046 +non,318,12,1,9857,7080,4601,307,1924.606550999991,0.129076086956522,32,1,E6,mp+,15,144,88,15,,,,,,o,,,E 6016,,gutim,15047 +nof,318,12,1,9857,7081,,307,1924.7355509999911,,,,,,,144,88,0,,,,,,,,,,,gutim,15047 +non,318,13,1,9858,7081,4602,345,1924.7355509999911,0.132472826086957,32,1,D4,mf-,16,144,62,16,,,,,,o,,,e,,gutim,15048 +nof,318,13,1,9858,7082,,345,1924.868550999991,,,,,,,144,62,0,,,,,,,,,,,gutim,15048 +non,318,14,1,9859,7082,4603,384,1924.868550999991,0.142663043478261,32,1,Bb5,mf,17,144,82,17,,,,,,o,,,e,,gutim,15049 +nof,318,14,1,9859,7083,,384,1925.011550999991,,,,,,,144,82,0,,,,,,,,,,,gutim,15049 +non,318,15,1,9860,7083,4604,426,1925.011550999991,0.0985054347826087,32,0,F#6,mf+,18,144,90,18,,,,,,o,,,E,,gutim,15050 +nof,318,15,1,9860,7084,,426,1925.109550999991,,,,,,,144,90,0,,,,,,,,,,,gutim,15050 +non,318,16,1,9861,7084,4605,455,1925.109550999991,0.0951086956521739,32,0,E5,f-,19,144,76,19,,,,,,o,,,,,gutim,15051 +nof,318,16,1,9861,7085,,455,1925.204550999991,,,,,,,144,76,0,,,,,,,,,,,gutim,15051 +non,318,17,1,9862,7085,4606,483,1925.204550999991,0.0985054347826087,32,0,Bb4,f-,19,144,70,19,,,,,,o,,d,,,gutim,15052 +nof,318,17,1,9862,7086,,483,1925.303550999991,,,,,,,144,70,0,,,,,,,,,,,gutim,15052 +non,318,18,1,9863,7086,4607,512,1925.303550999991,0.288722826086957,8,0,Eb3,f,20,144,51,20,,,,,,o,,d,,,gutim,15053 +non,318,19,1,9864,7086,4607,512,1925.303550999991,0.434782608695652,8,0,D7,ff,22,144,98,22,,,,,,o,,d,,,gutim,15054 +non,318,20,1,9865,7086,4607,512,1925.303550999991,0.434782608695652,8,0,F#7,f,20,144,102,20,,,,,,o,,d,,,gutim,15055 +rst,318,21,3,9866,7086,,512,1925.303550999991,,,,,,,176,102,0,,,,,,,,,,,gutim,15056 +rst,318,22,4,9867,7086,,512,1925.303550999991,,,,,,,176,102,0,,,,,,,,,,,gutim,15057 +nof,318,18,1,9863,7087,,512,1925.5915509999911,,,,,,,144,51,0,,,,,,,,,,,gutim,15053 +nof,318,19,1,9864,7087,,512,1925.5915509999911,,,,,,,144,98,0,,,,,,,,,,,gutim,15054 +non,318,23,1,9868,7087,4608,597,1925.5915509999911,0.580842391304348,4,0,D7,f,20,144,98,20,,,,,,o,,d,,,gutim,15058 +non,318,24,4,9869,7087,4608,597,1925.5915509999911,0.580842391304348,4,0,F#2,f,20,144,42,20,,,,,,o,,d,,,gutim,15059 +nof,318,20,1,9865,7088,,512,1925.737550999991,,,,,,,144,102,0,,,,,,,,,,,gutim,15055 +non,318,25,3,9870,7088,4609,640,1925.737550999991,0.0849184782608696,32,0,E1,pp,8,144,28,8,,,,,,o,,D,,,gutim,15060 +nof,318,25,3,9870,7089,,640,1925.822550999991,,,,,,,144,28,0,,,,,,,,,,,gutim,15060 +non,318,26,3,9871,7089,4610,665,1925.822550999991,0.0883152173913044,32,0,C2,pp-,7,144,36,7,,,,,,o,,,,,gutim,15061 +nof,318,26,3,9871,7090,,665,1925.911550999991,,,,,,,144,36,0,,,,,,,,,,,gutim,15061 +non,318,27,3,9872,7090,4611,691,1925.911550999991,0.0849184782608696,32,0,E1,ppp,5,144,28,5,,,,,,o,,,,,gutim,15062 +nof,318,27,3,9872,7091,,691,1925.996550999991,,,,,,,144,28,0,,,,,,,,,,,gutim,15062 +non,318,28,3,9873,7091,4612,716,1925.996550999991,0.0883152173913044,32,0,C2,ppp-,4,144,36,4,,,,,,o,,,,,gutim,15063 +nof,318,28,3,9873,7092,,716,1926.084550999991,,,,,,,144,36,0,,,,,,,,,,,gutim,15063 +non,318,29,3,9874,7092,4613,742,1926.084550999991,0.0883152173913044,32,0,Ab1,pppp,2,144,32,2,,,,,,o,,,,,gutim,15064 +nof,318,29,3,9874,7093,,742,1926.172550999991,,,,,,,144,32,0,,,,,,,,,,,gutim,15064 +rst,318,30,1,9875,7093,,768,1926.172550999991,,,,,,,176,102,0,,,,,,,,,,,gutim,15065 +rst,318,31,3,9876,7093,,768,1926.172550999991,,,,,,,176,102,0,,,,,,,,,,,gutim,15066 +rst,318,32,4,9877,7093,,768,1926.172550999991,,,,,,,176,102,0,,,,,,,,,,,gutim,15067 +nof,318,23,1,9868,7094,,597,1926.172550999991,,,,,,,144,98,0,,,,,,,,,,,gutim,15058 +nof,318,24,4,9869,7094,,597,1926.172550999991,,,,,,,144,42,0,,,,,,,,,,,gutim,15059 +bar,319,0,0,9878,7095,,0,1929.651550999991,,,,,,,,,,319,,,,,,,,,,gutim,15068 +non,319,1,1,9879,7095,4614,0,1929.651550999991,0.869565217391304,4,0,G#5,f,20,144,80,20,,,,,,o,,,,t,gutim,15069 +non,319,2,1,9880,7095,4614,0,1929.651550999991,0.869565217391304,4,0,F#7,f,20,144,102,20,,,,,,o,,,,t,gutim,15070 +rst,319,3,3,9881,7095,,0,1929.651550999991,,,,,,,176,102,0,,,,,,,,,,,gutim,15071 +ped,319,4,0,9882,7096,,196,1930.268550999991,,,,,,,176,64,0,,,,,,,^,,,,gutim,15041 +nof,319,2,1,9880,7097,,0,1930.520550999991,,,,,,,144,102,0,,,,,,,,,,,gutim,15070 +non,319,6,1,9883,7097,4615,256,1930.520550999991,0.0713315217391305,32,0,G#6,p,11,144,92,11,,,,,,o,,d,e,t,gutim,15072 +non,319,7,1,9884,7097,4615,256,1930.520550999991,0.108695652173913,32,0,F#7,p,11,144,102,11,,,,,,o,,d,e,t,gutim,15073 +rst,319,8,3,9885,7097,,256,1930.520550999991,,,,,,,176,102,0,,,,,,,,,,,gutim,15074 +ped,319,5,0,9886,7098,,256,1930.568550999991,,,,,,,176,64,127,,,,,,,V,,,,gutim,15075 +nof,319,6,1,9883,7099,,256,1930.5915509999911,,,,,,,144,92,0,,,,,,,,,,,gutim,15072 +non,319,9,1,9887,7099,4616,277,1930.5915509999911,0.0713315217391305,32,0,C7,p+,12,144,96,12,,,,,,o,,,e,,gutim,15076 +nof,319,9,1,9887,7100,,277,1930.663550999991,,,,,,,144,96,0,,,,,,,,,,,gutim,15076 +non,319,10,1,9888,7100,4617,298,1930.663550999991,0.0747282608695652,32,0,E4,p+,12,144,64,12,,,,,,o,,,e,,gutim,15077 +nof,319,10,1,9888,7101,,298,1930.737550999991,,,,,,,144,64,0,,,,,,,,,,,gutim,15077 +non,319,11,1,9889,7101,4618,320,1930.737550999991,0.0713315217391305,32,0,C6,mp-,13,144,84,13,,,,,,o,,,e,,gutim,15078 +nof,319,1,1,9879,7102,,0,1930.745550999991,,,,,,,144,80,0,,,,,,,,,,,gutim,15069 +nof,319,7,1,9884,7102,,256,1930.745550999991,,,,,,,144,102,0,,,,,,,,,,,gutim,15073 +nof,319,11,1,9889,7103,,320,1930.809550999991,,,,,,,144,84,0,,,,,,,,,,,gutim,15078 +non,319,12,1,9890,7103,4619,341,1930.809550999991,0.0713315217391305,32,0,F3,mp,14,144,53,14,,,,,,o,,,e,,gutim,15079 +nof,319,12,1,9890,7104,,341,1930.880550999991,,,,,,,144,53,0,,,,,,,,,,,gutim,15079 +non,319,13,1,9891,7104,4620,362,1930.880550999991,0.0747282608695652,32,0,E4,mp+,15,144,64,15,,,,,,o,,,e,,gutim,15080 +non,319,14,1,9892,7105,4621,384,1930.955550999991,0.0713315217391305,32,0,F3,mf-,16,144,53,16,,,,,,o,,,e,,gutim,15081 +nof,319,13,1,9891,7106,,362,1931.026550999991,,,,,,,144,64,0,,,,,,,,,,,gutim,15080 +nof,319,14,1,9892,7106,,384,1931.026550999991,,,,,,,144,53,0,,,,,,,,,,,gutim,15081 +non,319,15,1,9893,7106,4622,405,1931.026550999991,0.0713315217391305,32,0,E4,mf-,16,144,64,16,,,,,,o,,,e,,gutim,15082 +non,319,16,1,9894,7107,4623,426,1931.098550999991,0.0747282608695652,32,0,F3,mf,17,144,53,17,,,,,,o,,,E,,gutim,15083 +nof,319,15,1,9893,7108,,405,1931.105550999991,,,,,,,144,64,0,,,,,,,,,,,gutim,15082 +nof,319,16,1,9894,7109,,426,1931.172550999991,,,,,,,144,53,0,,,,,,,,,,,gutim,15083 +rst,319,17,1,9895,7109,,448,1931.172550999991,,,,,,,176,102,0,,,,,,,,,,,gutim,15084 +ped,319,18,0,9896,7110,,486,1931.195550999991,,,,,,,176,64,0,,,,,,,^,,,,gutim,15075 +non,319,20,1,9897,7111,4624,512,1931.390550999991,0.288722826086957,8,0,Bb4,p,11,144,70,11,,,,,,o,,d,,t,gutim,15085 +non,319,21,1,9898,7111,4624,512,1931.390550999991,0.434782608695652,8,0,E5,p,11,144,76,11,,,,,,o,,d,,t,gutim,15086 +non,319,22,1,9899,7111,4624,512,1931.390550999991,0.434782608695652,8,0,F#5,p,11,144,78,11,,,,,,o,,d,,t,gutim,15087 +non,319,23,3,9900,7111,4624,512,1931.390550999991,0.288722826086957,8,0,Eb3,p,11,144,51,11,,,,,,o,,d,,,gutim,15088 +non,319,24,3,9901,7111,4624,512,1931.390550999991,0.434782608695652,8,0,D4,p,11,144,62,11,,,,,,o,,d,,,gutim,15089 +ped,319,19,0,9902,7112,,512,1931.495550999991,,,,,,,176,64,127,,,,,,,V,,,,gutim,15090 +nof,319,20,1,9897,7113,,512,1931.678550999991,,,,,,,144,70,0,,,,,,,,,,,gutim,15085 +nof,319,23,3,9900,7113,,512,1931.678550999991,,,,,,,144,51,0,,,,,,,,,,,gutim,15088 +non,319,25,1,9903,7113,4625,597,1931.678550999991,0.580842391304348,4,0,G#5,pp,8,144,80,8,,,,,,o,,,,,gutim,15091 +non,319,26,1,9904,7113,4625,597,1931.678550999991,0.869565217391304,4,0,C6,pp,8,144,84,8,,,,,,o,,,,,gutim,15092 +non,319,27,1,9905,7113,4625,597,1931.678550999991,0.869565217391304,4,0,F#6,pp,8,144,90,8,,,,,,o,,,,,gutim,15093 +rst,319,28,3,9906,7113,,597,1931.678550999991,,,,,,,176,102,0,,,,,,,,,,,gutim,15094 +nof,319,21,1,9898,7114,,512,1931.824550999991,,,,,,,144,76,0,,,,,,,,,,,gutim,15086 +nof,319,22,1,9899,7114,,512,1931.824550999991,,,,,,,144,78,0,,,,,,,,,,,gutim,15087 +nof,319,24,3,9901,7114,,512,1931.824550999991,,,,,,,144,62,0,,,,,,,,,,,gutim,15089 +rst,319,29,3,9907,7114,,640,1931.824550999991,,,,,,,176,102,0,,,,,,,,,,,gutim,15095 +non,319,30,3,9908,7115,4626,661,1931.896550999991,0.0713315217391305,32,0,F2,pp,8,144,41,8,,,,,,o,,d,e,,gutim,15096 +nof,319,30,3,9908,7116,,661,1931.967550999991,,,,,,,144,41,0,,,,,,,,,,,gutim,15096 +non,319,31,3,9909,7116,4627,682,1931.967550999991,0.0747282608695652,32,0,E3,pp,8,144,52,8,,,,,,o,,d,e,,gutim,15097 +nof,319,31,3,9909,7117,,682,1932.042550999991,,,,,,,144,52,0,,,,,,,,,,,gutim,15097 +non,319,32,3,9910,7117,4628,704,1932.042550999991,0.0713315217391305,32,0,F2,pp,8,144,41,8,,,,,,o,,d,e,,gutim,15098 +nof,319,32,3,9910,7118,,704,1932.113550999991,,,,,,,144,41,0,,,,,,,,,,,gutim,15098 +non,319,33,3,9911,7118,4629,725,1932.113550999991,0.146059782608696,16,0,E3,pp,8,144,52,8,,,,,,o,,d,E 6016,,gutim,15099 +nof,319,25,1,9903,7119,,597,1932.259550999991,,,,,,,144,80,0,,,,,,,,,,,gutim,15091 +nof,319,27,1,9905,7120,,597,1932.259550999991,,,,,,,144,90,0,,,,,,,,,,,gutim,15093 +nof,319,33,3,9911,7120,,725,1932.259550999991,,,,,,,144,52,0,,,,,,,,,,,gutim,15099 +non,319,34,1,9912,7120,4630,768,1932.259550999991,1.73913043478261,2,0,Bb5,ppp,5,144,82,5,,,,,,o,,d,,,gutim,15100 +non,319,35,1,9913,7120,4630,768,1932.259550999991,1.73913043478261,2,0,E6,ppp,5,144,88,5,,,,,,o,,d,,,gutim,15101 +non,319,36,1,9914,7120,4630,768,1932.259550999991,1.73913043478261,2,0,F#6,ppp,5,144,90,5,,,,,,o,,d,,,gutim,15102 +non,319,37,3,9915,7120,4630,768,1932.259550999991,1.73913043478261,2,0,Eb2,ppp,5,144,39,5,,,,,,o,,d,,t,gutim,15103 +non,319,38,3,9916,7120,4630,768,1932.259550999991,1.73913043478261,2,0,D3,ppp,5,144,50,5,,,,,,o,,d 6016,,t 6016,gutim,15104 +nof,319,26,1,9904,7121,,597,1932.548550999991,,,,,,,144,84,0,,,,,,,,,,,gutim,15092 +ped,319,39,0,9917,7122,,1279,1933.847550999991,,,,,,,176,64,0,,,,,,,^,,,,gutim,15090 +nof,319,34,1,9912,7123,,768,1933.998550999991,,,,,,,144,82,0,,,,,,,,,,,gutim,15100 +nof,319,35,1,9913,7123,,768,1933.998550999991,,,,,,,144,88,0,,,,,,,,,,,gutim,15101 +nof,319,36,1,9914,7123,,768,1933.998550999991,,,,,,,144,90,0,,,,,,,,,,,gutim,15102 +nof,319,37,3,9915,7123,,768,1933.998550999991,,,,,,,144,39,0,,,,,,,,,,,gutim,15103 +nof,319,38,3,9916,7123,,768,1933.998550999991,,,,,,,144,50,0,,,,,,,,,,,gutim,15104 +non,319,41,1,9918,7124,4631,1280,1933.998550999991,0.288722826086957,8,0,G#6,ppp,5,144,92,5,,,,,,o,,,,,gutim,15105 +non,319,42,1,9919,7124,4631,1280,1933.998550999991,0.434782608695652,8,0,C7,ppp,5,144,96,5,,,,,,o,,,,,gutim,15106 +non,319,43,1,9920,7124,4631,1280,1933.998550999991,0.434782608695652,8,0,F#7,ppp,5,144,102,5,,,,,,o,,,,,gutim,15107 +non,319,44,3,9921,7124,4631,1280,1933.998550999991,0.288722826086957,8,0,F1,ppp,5,144,29,5,,,,,,o,,,,,gutim,15108 +non,319,45,3,9922,7124,4631,1280,1933.998550999991,0.434782608695652,8,0,Eb2,ppp,5,144,39,5,,,,,,o,,,,,gutim,15109 +ped,319,40,0,9923,7125,,1280,1934.147550999991,,,,,,,176,64,127,,,,,,,V,,,,gutim,15110 +nof,319,41,1,9918,7126,,1280,1934.287550999991,,,,,,,144,92,0,,,,,,,,,,,gutim,15105 +nof,319,43,1,9920,7126,,1280,1934.287550999991,,,,,,,144,102,0,,,,,,,,,,,gutim,15107 +nof,319,44,3,9921,7126,,1280,1934.287550999991,,,,,,,144,29,0,,,,,,,,,,,gutim,15108 +non,319,46,1,9924,7126,4632,1365,1934.287550999991,0.580842391304348,4,0,Bb6,ppp,5,144,94,5,,,,,t,o,,,,,gutim,15111 +non,319,47,1,9925,7126,4632,1365,1934.287550999991,0.869565217391304,4,0,E7,ppp,5,144,100,5,,,,,t,o,,,,,gutim,15112 +non,319,48,1,9926,7126,4632,1365,1934.287550999991,0.869565217391304,4,0,F#7,ppp,5,144,102,5,,,,,t,o,,,,,gutim,15113 +non,319,49,3,9927,7126,4632,1365,1934.287550999991,0.580842391304348,4,0,Eb1,ppp,5,144,27,5,,,,,t,o,,,,,gutim,15114 +non,319,50,3,9928,7126,4632,1365,1934.287550999991,0.869565217391304,4,0,D2,ppp,5,144,38,5,,,,,t,o,,,,,gutim,15115 +nof,319,42,1,9919,7127,,1280,1934.433550999991,,,,,,,144,96,0,,,,,,,,,,,gutim,15106 +nof,319,45,3,9922,7127,,1280,1934.433550999991,,,,,,,144,39,0,,,,,,,,,,,gutim,15109 +non,319,51,1,9929,7128,,1536,1934.868550999991,0.869565217391304,4,0,Bb6,,,,,,,,,,T,,,,,,gutim,15116 +non,319,52,1,9930,7128,,1536,1934.868550999991,0.869565217391304,4,0,E7,,,,,,,,,,T,,,,,,gutim,15117 +non,319,53,1,9931,7128,,1536,1934.868550999991,0.869565217391304,4,0,F#7,,,,,,,,,,T,,,,,,gutim,15118 +non,319,54,3,9932,7128,,1536,1934.868550999991,0.869565217391304,4,0,Eb1,,,,,,,,,,T,,,,,,gutim,15119 +non,319,55,3,9933,7128,,1536,1934.868550999991,0.869565217391304,4,0,D2,,,,,,,,,,T,,,,,,gutim,15120 +bar,320,0,0,9934,7129,,0,1935.737550999991,,,,,,,,,,320,,,,,,,,,,gutim,15121 +non,320,1,1,9935,7129,4633,0,1935.737550999991,1.15828804347826,2,0,G#6,ppp,5,144,92,5,,,,,,o,,,,,gutim,15122 +non,320,2,1,9936,7129,4633,0,1935.737550999991,1.73913043478261,2,0,C7,ppp,5,144,96,5,,,,,,o,,,,,gutim,15123 +non,320,3,1,9937,7129,4633,0,1935.737550999991,1.73913043478261,2,0,F#7,ppp,5,144,102,5,,,,,,o,,,,,gutim,15124 +non,320,4,3,9938,7129,4633,0,1935.737550999991,1.15828804347826,2,0,F1,ppp,5,144,29,5,,,,,,o,,,,,gutim,15125 +non,320,5,3,9939,7129,4633,0,1935.737550999991,1.73913043478261,2,0,E2,ppp,5,144,40,5,,,,,,o,,,,,gutim,15126 +nof,319,46,1,9924,7130,,1365,1935.737550999991,,,,,,,144,94,0,,,,,,,,,,,gutim,15111 +nof,319,49,3,9927,7130,,1365,1935.737550999991,,,,,,,144,27,0,,,,,,,,,,,gutim,15114 +nof,319,47,1,9925,7131,,1365,1936.026550999991,,,,,,,144,100,0,,,,,,,,,,,gutim,15112 +nof,319,48,1,9926,7131,,1365,1936.026550999991,,,,,,,144,102,0,,,,,,,,,,,gutim,15124 +nof,319,50,3,9928,7131,,1365,1936.026550999991,,,,,,,144,38,0,,,,,,,,,,,gutim,15115 +nof,320,1,1,9935,7132,,0,1936.896550999991,,,,,,,144,92,0,,,,,,,,,,,gutim,15122 +nof,320,3,1,9937,7132,,0,1936.896550999991,,,,,,,144,102,0,,,,,,,,,,,gutim,15127 +nof,320,4,3,9938,7132,,0,1936.896550999991,,,,,,,144,29,0,,,,,,,,,,,gutim,15125 +non,320,6,1,9940,7132,4634,341,1936.896550999991,0.580842391304348,4,0,Bb6,ppp,5,144,94,5,,,,,t,o,,,,,gutim,15128 +non,320,7,1,9941,7132,4634,341,1936.896550999991,0.869565217391304,4,0,E7,ppp,5,144,100,5,,,,,t,o,,,,,gutim,15129 +non,320,8,1,9942,7132,4634,341,1936.896550999991,0.869565217391304,4,0,F#7,ppp,5,144,102,5,,,,,t,o,,,,,gutim,15130 +non,320,9,3,9943,7132,4634,341,1936.896550999991,0.580842391304348,4,0,Eb1,ppp,5,144,27,5,,,,,t,o,,,,,gutim,15131 +non,320,10,3,9944,7132,4634,341,1936.896550999991,0.869565217391304,4,0,D2,ppp,5,144,38,5,,,,,t,o,,,,,gutim,15132 +nof,320,2,1,9936,7133,,0,1937.477550999991,,,,,,,144,96,0,,,,,,,,,,,gutim,15123 +nof,320,5,3,9939,7133,,0,1937.477550999991,,,,,,,144,40,0,,,,,,,,,,,gutim,15126 +non,320,11,1,9945,7133,,512,1937.477550999991,1.73913043478261,2,0,Bb6,,,,,,,,,,T,,,,,,gutim,15133 +non,320,12,1,9946,7133,,512,1937.477550999991,1.73913043478261,2,0,E7,,,,,,,,,,T,,,,,,gutim,15134 +non,320,13,1,9947,7133,,512,1937.477550999991,1.73913043478261,2,0,F#7,,,,,,,,,,T,,,,,,gutim,15135 +non,320,14,3,9948,7133,,512,1937.477550999991,1.73913043478261,2,0,Eb1,,,,,,,,,,T,,,,,,gutim,15136 +non,320,15,3,9949,7133,,512,1937.477550999991,1.73913043478261,2,0,D2,,,,,,,,,,T,,,,,,gutim,15137 +non,320,16,1,9950,7134,4635,1024,1939.2165509999911,3.47826086956522,1,0,G#4,ppp,5,144,68,5,,,,,t,o,,,,,gutim,15138 +non,320,17,1,9951,7134,4635,1024,1939.2165509999911,3.47826086956522,1,0,C5,ppp,5,144,72,5,,,,,t,o,,,,,gutim,15139 +non,320,18,1,9952,7134,4635,1024,1939.2165509999911,3.47826086956522,1,0,F#5,ppp,5,144,78,5,,,,,t,o,,,,,gutim,15140 +non,320,19,3,9953,7134,4635,1024,1939.2165509999911,3.47826086956522,1,0,F3,ppp,5,144,53,5,,,,,t,o,,,,,gutim,15141 +non,320,20,3,9954,7134,4635,1024,1939.2165509999911,3.47826086956522,1,0,E4,ppp,5,144,64,5,,,,,t,o,,,,,gutim,15142 +nof,320,6,1,9940,7135,,341,1939.2165509999911,,,,,,,144,94,0,,,,,,,,,,,gutim,15128 +nof,320,9,3,9943,7135,,341,1939.2165509999911,,,,,,,144,27,0,,,,,,,,,,,gutim,15131 +nof,320,7,1,9941,7136,,341,1939.5045509999911,,,,,,,144,100,0,,,,,,,,,,,gutim,15129 +nof,320,8,1,9942,7136,,341,1939.5045509999911,,,,,,,144,102,0,,,,,,,,,,,gutim,15130 +nof,320,10,3,9944,7136,,341,1939.5045509999911,,,,,,,144,38,0,,,,,,,,,,,gutim,15132 +bar,321,0,0,9955,7137,,0,1942.694550999991,,,,,,,,,,321,,,,,,,,,,gutim,15143 +non,321,1,1,9956,7137,,0,1942.694550999991,0.869565217391304,4,0,G#4,,,,,,,,,,T,,,,,,gutim,15144 +non,321,2,1,9957,7137,,0,1942.694550999991,0.869565217391304,4,0,C5,,,,,,,,,,T,,,,,,gutim,15145 +non,321,3,1,9958,7137,,0,1942.694550999991,0.869565217391304,4,0,F#5,,,,,,,,,,T,,,,,,gutim,15146 +non,321,4,3,9959,7137,,0,1942.694550999991,0.869565217391304,4,0,F3,,,,,,,,,,T,,,,,,gutim,15147 +non,321,5,3,9960,7137,,0,1942.694550999991,0.869565217391304,4,0,E4,,,,,,,,,,T,,,,,,gutim,15148 +non,321,6,1,9961,7138,4636,256,1943.564550999991,6.08695652173913,1,2,Bb4,pp,8,144,70,8,,,,,,o,,,,,gutim,15149 +non,321,7,1,9962,7138,4636,256,1943.564550999991,3.47826086956522,1,2,E5,pp,8,144,76,8,,,,,,o,,,,,gutim,15150 +non,321,8,1,9963,7138,4636,256,1943.564550999991,3.47826086956522,1,2,F#5,pp,8,144,78,8,,,,,,o,,,,,gutim,15151 +non,321,9,3,9964,7138,4636,256,1943.564550999991,6.08695652173913,1,2,Eb3,pp,8,144,51,8,,,,,,o,,,,,gutim,15152 +non,321,10,3,9965,7138,4636,256,1943.564550999991,3.47826086956522,1,2,D4,pp,8,144,62,8,,,,,,o,,,,,gutim,15153 +nof,320,16,1,9950,7139,,1024,1943.6395509999911,,,,,,,144,68,0,,,,,,,,,,,gutim,15138 +nof,320,17,1,9951,7139,,1024,1943.6395509999911,,,,,,,144,72,0,,,,,,,,,,,gutim,15139 +nof,320,18,1,9952,7139,,1024,1943.6395509999911,,,,,,,144,78,0,,,,,,,,,,,gutim,15151 +nof,320,19,3,9953,7139,,1024,1943.6395509999911,,,,,,,144,53,0,,,,,,,,,,,gutim,15141 +nof,320,20,3,9954,7139,,1024,1943.6395509999911,,,,,,,144,64,0,,,,,,,,,,,gutim,15142 +nof,321,7,1,9962,7140,,256,1947.042550999991,,,,,,,144,76,0,,,,,,,,,,,gutim,15150 +nof,321,8,1,9963,7140,,256,1947.042550999991,,,,,,,144,78,0,,,,,,,,,,,gutim,15154 +nof,321,10,3,9965,7140,,256,1947.042550999991,,,,,,,144,62,0,,,,,,,,,,,gutim,15153 +ped,321,11,0,9966,7141,,2047,1949.647550999991,,,,,,,176,64,0,,,,,,,^,,,,gutim,15110 +nof,321,6,1,9961,7142,,256,1949.651550999991,,,,,,,144,70,0,,,,,,,,,,,gutim,15149 +nof,321,9,3,9964,7142,,256,1949.651550999991,,,,,,,144,51,0,,,,,,,,,,,gutim,15152 +bar,322,0,0,9967,7142,,0,1949.651550999991,,,,,,,,,,322,,,,,,,,,,gutim,15155 +rst,322,1,1,9968,7142,,0,1949.651550999991,,,,,,,176,102,0,,,,,,,,,,,gutim,15156 +rst,322,2,3,9969,7142,,0,1949.651550999991,,,,,,,176,102,0,,,,,,,,,,,gutim,15157 +sec,322,3,0,9970,7143,,0,1950.651550999991,,,,,,,,,,,6016,,,,,,,,,gutim,15158 +non,322,4,3,9971,7144,4637,256,1951.520550999991,0.288722826086957,8,0,F#2,mp,14,144,42,14,,,,,,o,,d,,,gutim,15159 +nof,322,4,3,9971,7145,,256,1951.809550999991,,,,,,,144,42,0,,,,,,,,,,,gutim,15159 +non,322,5,3,9972,7145,4638,341,1951.809550999991,0.434782608695652,8,1,F#2,fff,24,144,42,24,,,,,,o,,D,,,gutim,15160 +non,322,6,3,9973,7145,4638,341,1951.809550999991,0.434782608695652,8,1,C3,fff,24,144,48,24,,,,,,o,,D,,,gutim,15161 +nof,322,5,3,9972,7146,,341,1952.244550999991,,,,,,,144,42,0,,,,,,,,,,,gutim,15160 +nof,322,6,3,9973,7146,,341,1952.244550999991,,,,,,,144,48,0,,,,,,,,,,,gutim,15161 +non,322,7,3,9974,7146,4639,469,1952.244550999991,0.146059782608696,16,0,F#2,fff,24,144,42,24,,,,,,o,,,,,gutim,15162 +non,322,8,3,9975,7146,4639,469,1952.244550999991,0.217391304347826,16,0,B2,fff,24,144,47,24,,,,,,o,,,,,gutim,15163 +non,322,9,3,9976,7146,4639,469,1952.244550999991,0.217391304347826,16,0,C3,fff,24,144,48,24,,,,,,o,,,,,gutim,15164 +nof,322,7,3,9974,7147,,469,1952.294550999991,,,,,,,144,42,0,,,,,,,,,,,gutim,15162 +nof,322,8,3,9975,7147,,469,1952.294550999991,,,,,,,144,47,0,,,,,,,,,,,gutim,15163 +nof,322,9,3,9976,7147,,469,1952.294550999991,,,,,,,144,48,0,,,,,,,,,,,gutim,15164 +rst,322,11,1,9977,7148,,512,1952.390550999991,,,,,,,176,102,0,,,,,,,,,,,gutim,15165 +rst,322,12,3,9978,7148,,512,1952.390550999991,,,,,,,176,102,0,,,,,,,,,,,gutim,15166 +ped,322,10,0,9979,7149,,512,1952.490550999991,,,,,,,176,64,127,,,,,,,V,,,,gutim,15167 +ped,322,13,0,9980,7150,,768,1953.109550999991,,,,,,,176,64,0,,,,,,,^,,,,gutim,15167 +non,322,15,3,9981,7151,4640,768,1953.259550999991,0.0713315217391305,32,0,D4,fff,24,144,62,24,,,,,,o,,d,e,,gutim,15168 +nof,322,15,3,9981,7152,,768,1953.3315509999911,,,,,,,144,62,0,,,,,,,,,,,gutim,15168 +non,322,16,3,9982,7152,4641,789,1953.3315509999911,0.0713315217391305,32,0,Bb0,fff,24,144,22,24,,,,,,o,,d,e,,gutim,15169 +nof,322,16,3,9982,7153,,789,1953.402550999991,,,,,,,144,22,0,,,,,,,,,,,gutim,15169 +non,322,17,3,9983,7153,4642,810,1953.402550999991,0.0747282608695652,32,0,F#1,fff,24,144,30,24,,,,,,o,,d,e,,gutim,15170 +ped,322,14,0,9984,7154,,768,1953.409550999991,,,,,,,176,64,127,,,,,,,V,,,,gutim,15171 +nof,322,17,3,9983,7155,,810,1953.477550999991,,,,,,,144,30,0,,,,,,,,,,,gutim,15170 +non,322,18,3,9985,7155,4643,832,1953.477550999991,0.0713315217391305,32,0,B1,fff,24,144,35,24,,,,,,o,,d,e,,gutim,15172 +ped,322,20,0,9986,7156,,896,1953.544550999991,,,,,,,176,64,0,,,,,,,^,,,,gutim,15171 +nof,322,18,3,9985,7157,,832,1953.548550999991,,,,,,,144,35,0,,,,,,,,,,,gutim,15172 +non,322,19,3,9987,7157,4644,853,1953.548550999991,0.146059782608696,16,0,C2,fff,24,144,36,24,,,,,,o,,d,E,,gutim,15173 +nof,322,19,3,9987,7158,,853,1953.694550999991,,,,,,,144,36,0,,,,,,,,,,,gutim,15173 +non,322,22,3,9988,7158,4645,896,1953.694550999991,0.0951086956521739,32,0,F#1,f,20,144,30,20,,,,,,o,,d,,,gutim,15174 +nof,322,22,3,9988,7159,,896,1953.789550999991,,,,,,,144,30,0,,,,,,,,,,,gutim,15174 +non,322,23,3,9989,7159,4646,924,1953.789550999991,0.0951086956521739,32,0,B1,f,20,144,35,20,,,,,,o,,,,,gutim,15175 +ped,322,21,0,9990,7160,,896,1953.844550999991,,,,,,,176,64,127,,,,,,,V,,,,gutim,15176 +nof,322,23,3,9989,7161,,924,1953.884550999991,,,,,,,144,35,0,,,,,,,,,,,gutim,15175 +non,322,24,3,9991,7161,4647,952,1953.884550999991,0.146059782608696,32,1,C2,f,20,144,36,20,,,,,,o,,,,,gutim,15177 +nof,322,24,3,9991,7162,,952,1954.030550999991,,,,,,,144,36,0,,,,,,,,,,,gutim,15177 +non,322,25,3,9992,7162,4648,995,1954.030550999991,0.0985054347826087,32,0,B1,mf+,18,144,35,18,,,,,,o,,,,,gutim,15178 +nof,322,25,3,9992,7163,,995,1954.1295509999911,,,,,,,144,35,0,,,,,,,,,,,gutim,15178 +non,322,26,3,9993,7163,4649,1024,1954.1295509999911,0.142663043478261,32,1,C2,mf-,16,144,36,16,,,,,,o,,,,,gutim,15179 +nof,322,26,3,9993,7164,,1024,1954.271550999991,,,,,,,144,36,0,,,,,,,,,,,gutim,15179 +non,322,27,3,9994,7164,4650,1066,1954.271550999991,0.0985054347826087,32,0,B1,mp,14,144,35,14,,,,,,o,,,,,gutim,15180 +nof,322,27,3,9994,7165,,1066,1954.370550999991,,,,,,,144,35,0,,,,,,,,,,,gutim,15180 +ped,322,29,0,9995,7165,,1095,1954.370550999991,,,,,,,176,64,0,,,,,,,^,,,,gutim,15176 +non,322,28,3,9996,7165,4651,1095,1954.370550999991,0.0951086956521739,32,0,D5,p+,12,144,74,12,,,,,,o,,,,,gutim,15181 +nof,322,28,3,9996,7166,,1095,1954.465550999991,,,,,,,144,74,0,,,,,,,,,,,gutim,15181 +non,322,30,3,9997,7166,4652,1123,1954.465550999991,0.0985054347826087,32,0,Bb0,p,11,144,22,11,,,,,,o,,,,,gutim,15182 +nof,322,30,3,9997,7167,,1123,1954.564550999991,,,,,,,144,22,0,,,,,,,,,,,gutim,15182 +non,322,31,3,9998,7167,4653,1152,1954.564550999991,0.142663043478261,32,1,F#1,pp+,9,144,30,9,,,,,,o,,,,,gutim,15183 +nof,322,31,3,9998,7168,,1152,1954.7065509999911,,,,,,,144,30,0,,,,,,,,,,,gutim,15183 +non,322,32,3,9999,7168,4654,1194,1954.7065509999911,0.0985054347826087,32,0,C2,pp-,7,144,36,7,,,,,,o,,d,e,,gutim,15184 +nof,322,32,3,9999,7169,,1194,1954.805550999991,,,,,,,144,36,0,,,,,,,,,,,gutim,15184 +non,322,33,3,10000,7169,4655,1223,1954.805550999991,0.0951086956521739,32,0,B1,ppp,5,144,35,5,,,,,,o,,d,e,,gutim,15185 +nof,322,33,3,10000,7170,,1223,1954.900550999991,,,,,,,144,35,0,,,,,,,,,,,gutim,15185 +non,322,34,3,10001,7170,4656,1251,1954.900550999991,0.0985054347826087,32,0,C2,ppp,5,144,36,5,,,,,,o,,d,e,,gutim,15186 +nof,322,34,3,10001,7171,,1251,1954.998550999991,,,,,,,144,36,0,,,,,,,,,,,gutim,15186 +non,322,35,1,10002,7171,4657,1280,1954.998550999991,0.869565217391304,4,0,D6,ppp,5,144,86,5,,,,,,o,,d 6017,E 6017,,gutim,15187 +rst,322,36,3,10003,7171,,1280,1954.998550999991,,,,,,,176,102,0,,,,,,,,,,,gutim,15188 +nof,322,35,1,10002,7172,,1280,1955.868550999991,,,,,,,144,86,0,,,,,,,,,,,gutim,15187 +bar,323,0,0,10004,7172,,0,1955.868550999991,,,,,,,,,,323,,,,,,,,,,gutim,15189 +sec,323,1,0,10005,7172,,0,1955.868550999991,,,,,,,,,,,6017,,,,,,,,,gutim,15190 +non,323,3,1,10006,7172,4658,0,1955.868550999991,1.73913043478261,2,0,Bb6,f,20,144,94,20,,,,,,o,,,,,gutim,15191 +rst,323,4,3,10007,7172,,0,1955.868550999991,,,,,,,176,102,0,,,,,,,,,,,gutim,15192 +rst,323,5,4,10008,7172,,0,1955.868550999991,,,,,,,176,102,0,,,,,,,,,,,gutim,15193 +ped,323,2,0,10009,7172,,0,1955.868550999991,,,,,,,176,64,127,,,,,,,V,,,,gutim,15194 +non,323,6,3,10010,7173,4659,256,1956.737550999991,0.869565217391304,4,0,Ab1,pp,8,144,32,8,,,,,t,o,,d,,t,gutim,15195 +non,323,7,3,10011,7173,4659,256,1956.737550999991,0.869565217391304,4,0,Gb2,pp,8,144,42,8,,,,,t,o,,d,,t,gutim,15196 +non,323,8,4,10012,7173,4659,256,1956.737550999991,1.73913043478261,2,0,Ab2,fff,24,144,44,24,,,,,,o,,d,,t,gutim,15197 +nof,323,3,1,10006,7174,,0,1957.607550999991,,,,,,,144,94,0,,,,,,,,,,,gutim,15191 +non,323,9,1,10013,7174,4660,512,1957.607550999991,0.108695652173913,32,0,E6,f,20,144,88,20,,,,,t,o,,D,,t 6018,gutim,15198 +non,323,10,3,10014,7174,,512,1957.607550999991,0.288722826086957,8,0,Ab1,,,,,,,,,,T,,,,,,gutim,15199 +non,323,11,3,10015,7174,,512,1957.607550999991,0.434782608695652,8,0,Gb2,,,,,,,,,,T,,,,,,gutim,15200 +non,323,12,1,10016,7175,4661,544,1957.7165509999911,0.760869565217391,8,2,D4,f,20,144,62,20,,,,,,o,,,,,gutim,15201 +non,323,13,1,10017,7175,,544,1957.7165509999911,0.434782608695652,8,2,E6,,,,,,,,,,T,,,,,,gutim,15202 +nof,323,6,3,10010,7176,,256,1957.896550999991,,,,,,,144,32,0,,,,,,,,,,,gutim,15195 +non,323,14,3,10018,7176,4662,597,1957.896550999991,0.146059782608696,16,0,C3,ppp,5,144,48,5,,,,,,o,,d,,,gutim,15203 +nof,323,7,3,10011,7177,,256,1958.042550999991,,,,,,,144,42,0,,,,,,,,,,,gutim,15196 +nof,323,14,3,10018,7177,,597,1958.042550999991,,,,,,,144,48,0,,,,,,,,,,,gutim,15203 +non,323,15,3,10019,7177,4663,640,1958.042550999991,0.0713315217391305,32,0,E3,ppp,5,144,52,5,,,,,,o,,,e,,gutim,15204 +nof,323,15,3,10019,7178,,640,1958.113550999991,,,,,,,144,52,0,,,,,,,,,,,gutim,15204 +non,323,16,3,10020,7178,4664,661,1958.113550999991,0.0713315217391305,32,0,C#4,ppp+,6,144,61,6,,,,,,o,,,e,,gutim,15205 +nof,323,9,1,10013,7179,,512,1958.151550999991,,,,,,,144,88,0,,,,,,,,,,,gutim,15198 +nof,323,16,3,10020,7180,,661,1958.184550999991,,,,,,,144,61,0,,,,,,,,,,,gutim,15205 +non,323,17,3,10021,7180,4665,682,1958.184550999991,0.0747282608695652,32,0,D2,ppp+,6,144,38,6,,,,,,o,,,e,,gutim,15206 +nof,323,17,3,10021,7181,,682,1958.259550999991,,,,,,,144,38,0,,,,,,,,,,,gutim,15206 +non,323,18,3,10022,7181,4666,704,1958.259550999991,0.0713315217391305,32,0,Ab1,pp-,7,144,32,7,,,,,,o,,,e,,gutim,15207 +nof,323,18,3,10022,7182,,704,1958.3315509999911,,,,,,,144,32,0,,,,,,,,,,,gutim,15207 +non,323,19,3,10023,7182,4667,725,1958.3315509999911,0.0713315217391305,32,0,C3,pp-,7,144,48,7,,,,,,o,,,e,,gutim,15208 +nof,323,19,3,10023,7183,,725,1958.402550999991,,,,,,,144,48,0,,,,,,,,,,,gutim,15208 +non,323,20,3,10024,7183,4668,746,1958.402550999991,0.0747282608695652,32,0,E3,pp,8,144,52,8,,,,,,o,,,E,,gutim,15209 +ped,323,21,0,10025,7184,,768,1958.471550999991,,,,,,,176,64,0,,,,,,,^,,,,gutim,15194 +nof,323,8,4,10012,7185,,256,1958.477550999991,,,,,,,144,44,0,,,,,,,,,,,gutim,15197 +nof,323,12,1,10016,7186,,544,1958.477550999991,,,,,,,144,62,0,,,,,,,,,,,gutim,15201 +nof,323,20,3,10024,7187,,746,1958.477550999991,,,,,,,144,52,0,,,,,,,,,,,gutim,15209 +rst,323,22,1,10026,7187,,768,1958.477550999991,,,,,,,176,102,0,,,,,,,,,,,gutim,15210 +non,323,23,3,10027,7187,4669,768,1958.477550999991,0.288722826086957,16,1,Ab1,p,11,144,32,11,,,,,,o,,,,,gutim,15211 +non,323,24,3,10028,7187,4669,768,1958.477550999991,0.217391304347826,16,1,D2,p,11,144,38,11,,,,,,o,,,,,gutim,15212 +non,323,25,3,10029,7187,4669,768,1958.477550999991,0.217391304347826,16,1,C3,p,11,144,48,11,,,,,,o,,,,,gutim,15213 +non,323,26,3,10030,7187,4669,768,1958.477550999991,0.217391304347826,16,1,C#4,p,11,144,61,11,,,,,,o,,,,,gutim,15214 +rst,323,27,4,10031,7187,,768,1958.477550999991,,,,,,,176,102,0,,,,,,,,,,,gutim,15215 +nof,323,24,3,10028,7188,,768,1958.694550999991,,,,,,,144,38,0,,,,,,,,,,,gutim,15212 +nof,323,25,3,10029,7188,,768,1958.694550999991,,,,,,,144,48,0,,,,,,,,,,,gutim,15213 +nof,323,26,3,10030,7188,,768,1958.694550999991,,,,,,,144,61,0,,,,,,,,,,,gutim,15214 +nof,323,23,3,10027,7189,,768,1958.765550999991,,,,,,,144,32,0,,,,,,,,,,,gutim,15211 +non,323,29,3,10032,7189,4670,853,1958.765550999991,0.047554347826087,64,0,C#7,ppp,5,144,97,5,,,,,,o,,,,,gutim,15216 +ped,323,28,0,10033,7190,,853,1958.771550999991,,,,,,,176,64,127,,,,,,,V,,,,gutim,15217 +nof,323,29,3,10032,7191,,853,1958.813550999991,,,,,,,144,97,0,,,,,,,,,,,gutim,15216 +non,323,30,3,10034,7191,4671,867,1958.813550999991,0.047554347826087,64,0,G#4,ppp,5,144,68,5,,,,,,o,,,,,gutim,15218 +nof,323,30,3,10034,7192,,867,1958.8605509999911,,,,,,,144,68,0,,,,,,,,,,,gutim,15218 +non,323,31,3,10035,7192,4672,881,1958.8605509999911,0.0509510869565217,64,0,D5,ppp+,6,144,74,6,,,,,,o,,,,,gutim,15219 +nof,323,31,3,10035,7193,,881,1958.911550999991,,,,,,,144,74,0,,,,,,,,,,,gutim,15219 +non,323,32,3,10036,7193,4673,896,1958.911550999991,0.047554347826087,64,0,G#4,ppp+,6,144,68,6,,,,,,o,,,,,gutim,15220 +nof,323,32,3,10036,7194,,896,1958.959550999991,,,,,,,144,68,0,,,,,,,,,,,gutim,15220 +non,323,33,3,10037,7194,4674,910,1958.959550999991,0.047554347826087,64,0,D5,ppp+,6,144,74,6,,,,,,o,,,,,gutim,15221 +nof,323,33,3,10037,7195,,910,1959.006550999991,,,,,,,144,74,0,,,,,,,,,,,gutim,15221 +non,323,34,3,10038,7195,4675,924,1959.006550999991,0.047554347826087,64,0,G#4,pp-,7,144,68,7,,,,,,o,,,,,gutim,15222 +nof,323,34,3,10038,7196,,924,1959.054550999991,,,,,,,144,68,0,,,,,,,,,,,gutim,15222 +non,323,35,3,10039,7196,4676,938,1959.054550999991,0.193614130434783,16,0,C6,pp-,7,144,84,7,,,,,,o,,,,,gutim,15223 +nof,323,35,3,10039,7197,,938,1959.248550999991,,,,,,,144,84,0,,,,,,,,,,,gutim,15223 +non,323,36,3,10040,7197,4677,995,1959.248550999991,0.0985054347826087,32,0,E6,pp+,9,144,88,9,,,,,,o,,,,,gutim,15224 +nof,323,36,3,10040,7198,,995,1959.346550999991,,,,,,,144,88,0,,,,,,,,,,,gutim,15224 +non,323,37,1,10041,7198,4678,1024,1959.346550999991,0.0713315217391305,32,0,G#3,pp+,9,144,56,9,,,,,,o,,,e,,gutim,15225 +rst,323,38,3,10042,7198,,1024,1959.346550999991,,,,,,,176,102,0,,,,,,,,,,,gutim,15226 +nof,323,37,1,10041,7199,,1024,1959.417550999991,,,,,,,144,56,0,,,,,,,,,,,gutim,15225 +non,323,39,1,10043,7199,4679,1045,1959.417550999991,0.0713315217391305,32,0,C#6,p-,10,144,85,10,,,,,,o,,,e,,gutim,15227 +nof,323,39,1,10043,7200,,1045,1959.489550999991,,,,,,,144,85,0,,,,,,,,,,,gutim,15227 +non,323,40,1,10044,7200,4680,1066,1959.489550999991,0.0747282608695652,32,0,C5,p-,10,144,72,10,,,,,,o,,,e,,gutim,15228 +nof,323,40,1,10044,7201,,1066,1959.564550999991,,,,,,,144,72,0,,,,,,,,,,,gutim,15228 +non,323,41,1,10045,7201,4681,1088,1959.564550999991,0.0713315217391305,32,0,D4,p,11,144,62,11,,,,,,o,,,e,,gutim,15229 +nof,323,41,1,10045,7202,,1088,1959.635550999991,,,,,,,144,62,0,,,,,,,,,,,gutim,15229 +non,323,42,1,10046,7202,4682,1109,1959.635550999991,0.108695652173913,32,1,C#6,p,11,144,85,11,,,,,,o,,,E,,gutim,15230 +nof,323,42,1,10046,7203,,1109,1959.744550999991,,,,,,,144,85,0,,,,,,,,,,,gutim,15230 +non,323,43,1,10047,7203,4683,1141,1959.744550999991,0.108695652173913,32,1,D3,p+,12,144,50,12,,,,,,o,,,,,gutim,15231 +nof,323,43,1,10047,7204,,1141,1959.852550999991,,,,,,,144,50,0,,,,,,,,,,,gutim,15231 +non,323,44,1,10048,7204,4684,1173,1959.852550999991,0.0713315217391305,32,0,G#2,mp-,13,144,44,13,,,,,,o,,,e,,gutim,15232 +nof,323,44,1,10048,7205,,1173,1959.924550999991,,,,,,,144,44,0,,,,,,,,,,,gutim,15232 +non,323,45,1,10049,7205,4685,1194,1959.924550999991,0.0747282608695652,32,0,C#6,mp-,13,144,85,13,,,,,,o,,,e,,gutim,15233 +nof,323,45,1,10049,7206,,1194,1959.998550999991,,,,,,,144,85,0,,,,,,,,,,,gutim,15233 +non,323,46,1,10050,7206,4686,1216,1959.998550999991,0.0713315217391305,32,0,C5,mp,14,144,72,14,,,,,,o,,d,e,,gutim,15234 +ped,323,48,0,10051,7207,,1258,1960.066550999991,,,,,,,176,64,0,,,,,,,^,,,,gutim,15217 +nof,323,46,1,10050,7208,,1216,1960.070550999991,,,,,,,144,72,0,,,,,,,,,,,gutim,15234 +non,323,47,1,10052,7208,4687,1237,1960.070550999991,0.0713315217391305,32,0,D3,mp,14,144,50,14,,,,,,o,,d,e,,gutim,15235 +nof,323,47,1,10052,7209,,1237,1960.141550999991,,,,,,,144,50,0,,,,,,,,,,,gutim,15235 +non,323,49,1,10053,7209,4688,1258,1960.141550999991,0.0747282608695652,32,0,G#2,f,20,144,44,20,,,,,,o,,d,E,,gutim,15236 +non,323,50,1,10054,7209,4688,1258,1960.141550999991,0.108695652173913,32,0,D3,f,20,144,50,20,,,,,,o,,d,E,,gutim,15237 +non,323,51,1,10055,7209,4688,1258,1960.141550999991,0.108695652173913,32,0,C5,f,20,144,72,20,,,,,,o,,d,E,,gutim,15238 +non,323,52,1,10056,7209,4688,1258,1960.141550999991,0.108695652173913,32,0,E5,f,20,144,76,20,,,,,,o,,d,E,,gutim,15239 +non,323,53,1,10057,7209,4688,1258,1960.141550999991,0.108695652173913,32,0,C#6,f,20,144,85,20,,,,,,o,,d,E 6018,,gutim,15240 +nof,323,49,1,10053,7210,,1258,1960.2165509999911,,,,,,,144,44,0,,,,,,,,,,,gutim,15236 +non,323,54,1,10058,7210,4689,,1960.2165509999911,0.05,8,0,C#5,f,20,144,73,20,,,,g,,o,,,,,gutim,15241 +nof,323,50,1,10054,7211,,1258,1960.250550999991,,,,,,,144,50,0,,,,,,,,,,,gutim,15237 +nof,323,51,1,10055,7211,,1258,1960.250550999991,,,,,,,144,72,0,,,,,,,,,,,gutim,15238 +nof,323,52,1,10056,7211,,1258,1960.250550999991,,,,,,,144,76,0,,,,,,,,,,,gutim,15239 +nof,323,53,1,10057,7211,,1258,1960.250550999991,,,,,,,144,85,0,,,,,,,,,,,gutim,15240 +nof,323,54,1,10058,7212,,,1960.266550999991,,,,,,,144,73,0,,,,,,,,,,,gutim,15241 +bar,324,0,0,10059,7213,,0,1960.291550999991,,,,,,,,,,324,,,,,,,,,,gutim,15242 +non,324,2,1,10060,7213,4690,0,1960.291550999991,0.288722826086957,8,0,F#4,mp,14,144,66,14,,,,,,o,,d,,,gutim,15243 +non,324,3,1,10061,7213,4690,0,1960.291550999991,0.434782608695652,8,0,E5,pp,8,144,76,8,,,,,,o,,d,,,gutim,15244 +non,324,4,3,10062,7213,4690,0,1960.291550999991,0.869565217391304,4,0,G#1,pp,8,144,32,8,,,,,,o,,d,,,gutim,15245 +ped,324,1,0,10063,7214,,0,1960.366550999991,,,,,,,176,64,127,,,,,,,V,,,,gutim,15246 +nof,324,2,1,10060,7215,,0,1960.579550999991,,,,,,,144,66,0,,,,,,,,,,,gutim,15243 +nof,324,3,1,10061,7215,,0,1960.579550999991,,,,,,,144,76,0,,,,,,,,,,,gutim,15244 +non,324,5,1,10064,7215,4691,85,1960.579550999991,0.434782608695652,8,1,F#4,f,20,144,66,20,,,,,,o,,d,,,gutim,15247 +non,324,6,1,10065,7215,4691,85,1960.579550999991,0.434782608695652,8,1,E5,p,11,144,76,11,,,,,,o,,d,,,gutim,15248 +non,324,7,1,10066,7215,4691,85,1960.579550999991,0.434782608695652,8,1,A#6,f,20,144,94,20,,,,,,o,,d,,,gutim,15249 +nof,324,5,1,10064,7216,,85,1961.0145509999911,,,,,,,144,66,0,,,,,,,,,,,gutim,15247 +nof,324,6,1,10065,7216,,85,1961.0145509999911,,,,,,,144,76,0,,,,,,,,,,,gutim,15248 +nof,324,7,1,10066,7216,,85,1961.0145509999911,,,,,,,144,94,0,,,,,,,,,,,gutim,15249 +non,324,8,1,10067,7216,4692,213,1961.0145509999911,0.146059782608696,16,0,D4,p,11,144,62,11,,,,,,o,,d,,,gutim,15250 +non,324,9,1,10068,7216,4692,213,1961.0145509999911,0.217391304347826,16,0,F#4,p,11,144,66,11,,,,,,o,,d,,,gutim,15251 +non,324,10,1,10069,7216,4692,213,1961.0145509999911,0.217391304347826,16,0,E5,p,11,144,76,11,,,,,,o,,d,,,gutim,15252 +nof,324,4,3,10062,7217,,0,1961.160550999991,,,,,,,144,32,0,,,,,,,,,,,gutim,15245 +nof,324,8,1,10067,7218,,213,1961.160550999991,,,,,,,144,62,0,,,,,,,,,,,gutim,15250 +ped,324,11,0,10070,7218,,256,1961.160550999991,,,,,,,176,64,0,,,,,,,^,,,,gutim,15246 +rst,324,12,1,10071,7218,,256,1961.160550999991,,,,,,,176,102,0,,,,,,,,,,,gutim,15253 +non,324,13,3,10072,7218,4693,256,1961.160550999991,0.142663043478261,32,1,F3,ppp,5,144,53,5,,,,,,o,,D 6018,,,gutim,15254 +nof,324,9,1,10068,7219,,213,1961.232550999991,,,,,,,144,66,0,,,,,,,,,,,gutim,15251 +nof,324,10,1,10069,7219,,213,1961.232550999991,,,,,,,144,76,0,,,,,,,,,,,gutim,15252 +nof,324,13,3,10072,7220,,256,1961.303550999991,,,,,,,144,53,0,,,,,,,,,,,gutim,15254 +non,324,14,3,10073,7220,4694,298,1961.303550999991,0.0985054347826087,32,0,G1,ppp-,4,144,31,4,,,,,,o,,,,,gutim,15255 +nof,324,14,3,10073,7221,,298,1961.401550999991,,,,,,,144,31,0,,,,,,,,,,,gutim,15255 +non,324,15,3,10074,7221,4695,327,1961.401550999991,0.0951086956521739,32,0,A1,ppp-,4,144,33,4,,,,,,o,,,,,gutim,15256 +nof,324,15,3,10074,7222,,327,1961.497550999991,,,,,,,144,33,0,,,,,,,,,,,gutim,15256 +non,324,16,3,10075,7222,4696,355,1961.497550999991,0.0985054347826087,32,0,G1,ppp-,4,144,31,4,,,,,,o,,,,,gutim,15257 +nof,324,16,3,10075,7223,,355,1961.595550999991,,,,,,,144,31,0,,,,,,,,,,,gutim,15257 +non,324,17,3,10076,7223,4697,384,1961.595550999991,0.0951086956521739,32,0,A1,pppp+,3,144,33,3,,,,,,o,,,,,gutim,15258 +nof,324,17,3,10076,7224,,384,1961.690550999991,,,,,,,144,33,0,,,,,,,,,,,gutim,15258 +non,324,18,3,10077,7224,4698,412,1961.690550999991,0.0951086956521739,32,0,G1,pppp+,3,144,31,3,,,,,,o,,,,,gutim,15259 +nof,324,18,3,10077,7225,,412,1961.785550999991,,,,,,,144,31,0,,,,,,,,,,,gutim,15259 +non,324,19,3,10078,7225,4699,440,1961.785550999991,0.146059782608696,32,1,F3,pppp+,3,144,53,3,,,,,,o,,,,,gutim,15260 +nof,324,19,3,10078,7226,,440,1961.931550999991,,,,,,,144,53,0,,,,,,,,,,,gutim,15260 +non,324,20,3,10079,7226,4700,483,1961.931550999991,0.0985054347826087,32,0,G1,pppp,2,144,31,2,,,,,,o,,,,,gutim,15261 +non,324,21,3,10080,7226,4700,483,1961.931550999991,0.108695652173913,32,0,F3,pppp,2,144,53,2,,,,,,o,,,,,gutim,15262 +nof,324,20,3,10079,7227,,483,1962.030550999991,,,,,,,144,31,0,,,,,,,,,,,gutim,15261 +rst,324,22,1,10081,7227,,512,1962.030550999991,,,,,,,176,102,0,,,,,,,,,,,gutim,15263 +rst,324,23,3,10082,7227,,512,1962.030550999991,,,,,,,176,102,0,,,,,,,,,,,gutim,15264 +sec,324,24,0,10083,7227,,512,1962.030550999991,,,,,,,,,,,6018,,,,,,,,,gutim,15265 +nof,324,21,3,10080,7228,,483,1962.040550999991,,,,,,,144,53,0,,,,,,,,,,,gutim,15262 +non,324,25,1,10084,7229,4701,704,1962.682550999991,0.108695652173913,32,0,E6,p,11,144,88,11,,,,,,o,,,,,gutim,15266 +nof,324,25,1,10084,7230,,704,1962.791550999991,,,,,,,144,88,0,,,,,,,,,,,gutim,15266 +non,324,26,1,10085,7230,4702,736,1962.791550999991,0.108695652173913,32,0,D4,mp,14,144,62,14,,,,,,o,,,,,gutim,15267 +non,324,27,1,10086,7230,4702,736,1962.791550999991,0.108695652173913,32,0,E6,mp,14,144,88,14,,,,,,o,,,,,gutim,15268 +nof,324,26,1,10085,7231,,736,1962.899550999991,,,,,,,144,62,0,,,,,,,,,,,gutim,15267 +nof,324,27,1,10086,7231,,736,1962.899550999991,,,,,,,144,88,0,,,,,,,,,,,gutim,15268 +non,324,28,1,10087,7231,4703,768,1962.899550999991,0.258152173913044,16,1,F#6,mf,17,144,90,17,,,,,,o,,d,,,gutim,15269 +rst,324,29,3,10088,7231,,768,1962.899550999991,,,,,,,176,102,0,,,,,,,,,,,gutim,15270 +nof,324,28,1,10087,7232,,768,1963.1585509999911,,,,,,,144,90,0,,,,,,,,,,,gutim,15269 +non,324,30,1,10089,7232,4704,844,1963.1585509999911,0.0883152173913044,32,0,D#3,mp,14,144,51,14,,,,,,o,,,,,gutim,15271 +nof,324,30,1,10089,7233,,844,1963.246550999991,,,,,,,144,51,0,,,,,,,,,,,gutim,15271 +non,324,31,1,10090,7233,4705,870,1963.246550999991,0.0883152173913044,32,0,A#4,p,11,144,70,11,,,,,,o,,,,,gutim,15272 +nof,324,31,1,10090,7234,,870,1963.334550999991,,,,,,,144,70,0,,,,,,,,,,,gutim,15272 +non,324,33,1,10091,7234,4706,896,1963.334550999991,0.434782608695652,8,0,D4,ppp,5,144,62,5,,,,,t,o,,d,,,gutim,15273 +non,324,34,1,10092,7234,4706,896,1963.334550999991,0.434782608695652,8,0,F#4,ppp,5,144,66,5,,,,,t,o,,d,,,gutim,15274 +non,324,35,1,10093,7234,4706,896,1963.334550999991,0.434782608695652,8,0,E5,ppp,5,144,76,5,,,,,t,o,,d,,,gutim,15275 +ped,324,32,0,10094,7234,,896,1963.334550999991,,,,,,,176,64,127,,,,,,,V,,,,gutim,15276 +non,324,36,1,10095,7235,,1024,1963.769550999991,0.434782608695652,8,0,D4,,,,,,,,,,T,,,,,,gutim,15277 +non,324,37,1,10096,7235,,1024,1963.769550999991,0.434782608695652,8,0,F#4,,,,,,,,,,T,,,,,,gutim,15278 +non,324,38,1,10097,7235,,1024,1963.769550999991,0.434782608695652,8,0,E5,,,,,,,,,,T,,,,,,gutim,15279 +nof,324,33,1,10091,7236,,896,1964.204550999991,,,,,,,144,62,0,,,,,,,,,,,gutim,15273 +nof,324,34,1,10092,7236,,896,1964.204550999991,,,,,,,144,66,0,,,,,,,,,,,gutim,15274 +nof,324,35,1,10093,7236,,896,1964.204550999991,,,,,,,144,76,0,,,,,,,,,,,gutim,15275 +non,324,39,1,10098,7237,4707,1152,1964.204550999991,0.434782608695652,8,0,D4,mp,14,144,62,14,,,,,t,o,,D,,,gutim,15280 +non,324,40,1,10099,7237,4707,1152,1964.204550999991,0.434782608695652,8,0,F#4,mp,14,144,66,14,,,,,t,o,,D,,,gutim,15281 +non,324,41,1,10100,7237,4707,1152,1964.204550999991,0.434782608695652,8,0,E5,mp,14,144,76,14,,,,,t,o,,D,,,gutim,15282 +non,324,42,1,10101,7237,4707,1152,1964.204550999991,0.434782608695652,8,0,A#6,f,20,144,94,20,,,,,t,o,,D,,,gutim,15283 +non,324,43,1,10102,7238,,1280,1964.6395509999911,0.869565217391304,4,0,D4,,,,,,,,,,T,,,,,,gutim,15284 +non,324,44,1,10103,7238,,1280,1964.6395509999911,0.869565217391304,4,0,F#4,,,,,,,,,,T,,,,,,gutim,15285 +non,324,45,1,10104,7238,,1280,1964.6395509999911,0.869565217391304,4,0,E5,,,,,,,,,,T,,,,,,gutim,15286 +non,324,46,1,10105,7238,,1280,1964.6395509999911,0.869565217391304,4,0,A#6,,,,,,,,,,T,,,,,,gutim,15287 +ped,324,47,0,10106,7239,,1535,1965.356550999991,,,,,,,176,64,0,,,,,,,^,,,,gutim,15276 +nof,324,39,1,10098,7240,,1152,1965.508550999991,,,,,,,144,62,0,,,,,,,,,,,gutim,15280 +nof,324,40,1,10099,7240,,1152,1965.508550999991,,,,,,,144,66,0,,,,,,,,,,,gutim,15281 +nof,324,41,1,10100,7240,,1152,1965.508550999991,,,,,,,144,76,0,,,,,,,,,,,gutim,15282 +nof,324,42,1,10101,7240,,1152,1965.508550999991,,,,,,,144,94,0,,,,,,,,,,,gutim,15283 +bar,325,0,0,10107,7240,,0,1965.508550999991,,,,,,,,,,325,,,,,,,,,,gutim,15288 +non,325,2,1,10108,7240,4708,0,1965.508550999991,0.0951086956521739,32,0,Ab6,ppp,5,144,92,5,,,,,,o,,,,,gutim,15289 +rst,325,3,3,10109,7240,,0,1965.508550999991,,,,,,,176,102,0,,,,,,,,,,,gutim,15290 +nof,325,2,1,10108,7241,,0,1965.603550999991,,,,,,,144,92,0,,,,,,,,,,,gutim,15289 +non,325,4,1,10110,7241,4709,28,1965.603550999991,0.047554347826087,64,0,C7,ppp+,6,144,96,6,,,,,,o,,,,,gutim,15291 +nof,325,4,1,10110,7242,,28,1965.651550999991,,,,,,,144,96,0,,,,,,,,,,,gutim,15291 +non,325,5,1,10111,7242,4710,42,1965.651550999991,0.0985054347826087,32,0,Gb7,ppp+,6,144,102,6,,,,,,o,,,e,,gutim,15292 +ped,325,1,0,10112,7243,,0,1965.656550999991,,,,,,,176,64,127,,,,,,,V,,,,gutim,15293 +nof,325,5,1,10111,7244,,42,1965.749550999991,,,,,,,144,102,0,,,,,,,,,,,gutim,15292 +non,325,6,1,10113,7244,4711,71,1965.749550999991,0.0951086956521739,32,0,Ab6,pp-,7,144,92,7,,,,,,o,,,e,,gutim,15294 +nof,325,6,1,10113,7245,,71,1965.844550999991,,,,,,,144,92,0,,,,,,,,,,,gutim,15294 +non,325,7,1,10114,7245,4712,99,1965.844550999991,0.0985054347826087,32,0,C7,pp,8,144,96,8,,,,,,o,,,e,,gutim,15295 +nof,325,7,1,10114,7246,,99,1965.943550999991,,,,,,,144,96,0,,,,,,,,,,,gutim,15295 +non,325,8,1,10115,7246,4713,128,1965.943550999991,0.0951086956521739,32,0,Ab5,pp+,9,144,80,9,,,,,,o,,,e,,gutim,15296 +nof,325,8,1,10115,7247,,128,1966.038550999991,,,,,,,144,80,0,,,,,,,,,,,gutim,15296 +non,325,9,1,10116,7247,4714,156,1966.038550999991,0.047554347826087,64,0,C7,p-,10,144,96,10,,,,,,o,,,E,,gutim,15297 +nof,325,9,1,10116,7248,,156,1966.086550999991,,,,,,,144,96,0,,,,,,,,,,,gutim,15297 +non,325,10,1,10117,7248,4715,170,1966.086550999991,0.0985054347826087,32,0,Gb7,p,11,144,102,11,,,,,,o,,,,,gutim,15298 +nof,325,10,1,10117,7249,,170,1966.184550999991,,,,,,,144,102,0,,,,,,,,,,,gutim,15298 +non,325,11,1,10118,7249,4716,199,1966.184550999991,0.0951086956521739,32,0,Ab5,p+,12,144,80,12,,,,,,o,,,,,gutim,15299 +nof,325,11,1,10118,7250,,199,1966.279550999991,,,,,,,144,80,0,,,,,,,,,,,gutim,15299 +non,325,12,1,10119,7250,4717,227,1966.279550999991,0.0985054347826087,32,0,C6,p+,12,144,84,12,,,,,,o,,,,,gutim,15300 +nof,325,12,1,10119,7251,,227,1966.378550999991,,,,,,,144,84,0,,,,,,,,,,,gutim,15300 +non,325,13,1,10120,7251,4718,256,1966.378550999991,0.0951086956521739,32,0,Ab4,mp-,13,144,68,13,,,,,,o,,,,,gutim,15301 +non,325,14,1,10121,7251,4718,256,1966.378550999991,0.108695652173913,32,0,C6,mp-,13,144,84,13,,,,,,o,,,,,gutim,15302 +non,325,15,1,10122,7251,4718,256,1966.378550999991,0.108695652173913,32,0,Gb6,mp-,13,144,90,13,,,,,,o,,,,,gutim,15303 +nof,325,13,1,10120,7252,,256,1966.473550999991,,,,,,,144,68,0,,,,,,,,,,,gutim,15301 +non,325,16,1,10123,7252,4719,284,1966.473550999991,0.047554347826087,64,0,C7,mp,14,144,96,14,,,,,,o,,,,,gutim,15304 +nof,325,14,1,10121,7253,,256,1966.486550999991,,,,,,,144,84,0,,,,,,,,,,,gutim,15302 +nof,325,15,1,10122,7253,,256,1966.486550999991,,,,,,,144,90,0,,,,,,,,,,,gutim,15303 +nof,325,16,1,10123,7254,,284,1966.520550999991,,,,,,,144,96,0,,,,,,,,,,,gutim,15304 +non,325,17,1,10124,7254,4720,298,1966.520550999991,0.0985054347826087,32,0,Gb7,mp+,15,144,102,15,,,,,,o,,,e,,gutim,15305 +nof,325,17,1,10124,7255,,298,1966.619550999991,,,,,,,144,102,0,,,,,,,,,,,gutim,15305 +non,325,18,1,10125,7255,4721,327,1966.619550999991,0.0951086956521739,32,0,Ab5,mf-,16,144,80,16,,,,,,o,,,e,,gutim,15306 +nof,325,18,1,10125,7256,,327,1966.714550999991,,,,,,,144,80,0,,,,,,,,,,,gutim,15306 +non,325,19,1,10126,7256,4722,355,1966.714550999991,0.0985054347826087,32,0,C7,mf,17,144,96,17,,,,,,o,,,e,,gutim,15307 +nof,325,19,1,10126,7257,,355,1966.8125509999911,,,,,,,144,96,0,,,,,,,,,,,gutim,15307 +non,325,20,1,10127,7257,4723,384,1966.8125509999911,0.0951086956521739,32,0,Ab4,mf+,18,144,68,18,,,,,,o,,,E,,gutim,15308 +non,325,21,1,10128,7257,4723,384,1966.8125509999911,0.108695652173913,32,0,C7,mf+,18,144,96,18,,,,,,o,,,E,,gutim,15309 +non,325,22,1,10129,7257,4723,384,1966.8125509999911,0.108695652173913,32,0,Gb7,mf+,18,144,102,18,,,,,,o,,,E,,gutim,15310 +nof,325,20,1,10127,7258,,384,1966.9085509999911,,,,,,,144,68,0,,,,,,,,,,,gutim,15308 +nof,325,21,1,10128,7258,,384,1966.9085509999911,,,,,,,144,96,0,,,,,,,,,,,gutim,15309 +non,325,23,1,10130,7258,4724,412,1966.9085509999911,0.047554347826087,64,0,C7,f-,19,144,96,19,,,,,,o,,,,,gutim,15311 +nof,325,22,1,10129,7259,,384,1966.921550999991,,,,,,,144,102,0,,,,,,,,,,,gutim,15310 +nof,325,23,1,10130,7260,,412,1966.955550999991,,,,,,,144,96,0,,,,,,,,,,,gutim,15311 +non,325,24,1,10131,7260,4725,426,1966.955550999991,0.0985054347826087,32,0,Gb7,f-,19,144,102,19,,,,,,o,,,,,gutim,15312 +nof,325,24,1,10131,7261,,426,1967.054550999991,,,,,,,144,102,0,,,,,,,,,,,gutim,15312 +non,325,25,1,10132,7261,4726,455,1967.054550999991,0.0951086956521739,32,0,Ab4,f,20,144,68,20,,,,,,o,,d,,,gutim,15313 +ped,325,28,0,10133,7262,,512,1967.097550999991,,,,,,,176,64,0,,,,,,,^,,,,gutim,15293 +nof,325,25,1,10132,7263,,455,1967.149550999991,,,,,,,144,68,0,,,,,,,,,,,gutim,15313 +non,325,26,1,10134,7263,4727,483,1967.149550999991,0.0985054347826087,32,0,C6,f,20,144,84,20,,,,,,o,,d,,,gutim,15314 +nof,325,26,1,10134,7264,,483,1967.247550999991,,,,,,,144,84,0,,,,,,,,,,,gutim,15314 +non,325,27,1,10135,7264,4728,512,1967.247550999991,0.142663043478261,32,1,D5,pp,8,144,74,8,,,,,,o,,D,,,gutim,15315 +nof,325,27,1,10135,7265,,512,1967.390550999991,,,,,,,144,74,0,,,,,,,,,,,gutim,15315 +non,325,30,1,10136,7265,4729,554,1967.390550999991,0.0985054347826087,32,0,G7,p-,10,144,103,10,,,,,,o,,,,,gutim,15316 +ped,325,29,0,10137,7266,,512,1967.397550999991,,,,,,,176,64,127,,,,,,,V,,,,gutim,15317 +nof,325,30,1,10136,7267,,554,1967.488550999991,,,,,,,144,103,0,,,,,,,,,,,gutim,15316 +non,325,31,1,10138,7267,4730,583,1967.488550999991,0.142663043478261,32,1,Ab5,p,11,144,80,11,,,,,,o,,,e,,gutim,15318 +nof,325,31,1,10138,7268,,583,1967.631550999991,,,,,,,144,80,0,,,,,,,,,,,gutim,15318 +non,325,32,1,10139,7268,4731,625,1967.631550999991,0.146059782608696,32,1,D6,mp-,13,144,86,13,,,,,,o,,,e,,gutim,15319 +nof,325,32,1,10139,7269,,625,1967.777550999991,,,,,,,144,86,0,,,,,,,,,,,gutim,15319 +non,325,33,1,10140,7269,4732,668,1967.777550999991,0.146059782608696,32,1,G7,mp,14,144,103,14,,,,,,o,,,e,,gutim,15320 +nof,325,33,1,10140,7270,,668,1967.923550999991,,,,,,,144,103,0,,,,,,,,,,,gutim,15320 +non,325,34,1,10141,7270,4733,711,1967.923550999991,0.0951086956521739,32,0,F#4,mf-,16,144,66,16,,,,,,o,,,E 6019,,gutim,15321 +nof,325,34,1,10141,7271,,711,1968.018550999991,,,,,,,144,66,0,,,,,,,,,,,gutim,15321 +non,325,35,1,10142,7271,4734,739,1968.018550999991,0.0985054347826087,32,0,D5,mf,17,144,74,17,,,,,,o,,,e,,gutim,15322 +nof,325,35,1,10142,7272,,739,1968.117550999991,,,,,,,144,74,0,,,,,,,,,,,gutim,15322 +non,325,36,1,10143,7272,4735,768,1968.117550999991,0.0951086956521739,32,0,F#4,f-,19,144,66,19,,,,,,o,,,e,,gutim,15323 +non,325,37,1,10144,7272,4735,768,1968.117550999991,0.108695652173913,32,0,D5,f-,19,144,74,19,,,,,,o,,,e,,gutim,15324 +non,325,38,1,10145,7272,4735,768,1968.117550999991,0.108695652173913,32,0,G6,f-,19,144,91,19,,,,,,o,,,e,,gutim,15325 +rst,325,39,3,10146,7272,,768,1968.117550999991,,,,,,,176,102,0,,,,,,,,,,,gutim,15326 +nof,325,36,1,10143,7273,,768,1968.212550999991,,,,,,,144,66,0,,,,,,,,,,,gutim,15323 +non,325,40,1,10147,7273,4736,796,1968.212550999991,0.0951086956521739,32,0,Ab5,f,20,144,80,20,,,,,,o,,,e,,gutim,15327 +nof,325,37,1,10144,7274,,768,1968.226550999991,,,,,,,144,74,0,,,,,,,,,,,gutim,15324 +nof,325,38,1,10145,7274,,768,1968.226550999991,,,,,,,144,91,0,,,,,,,,,,,gutim,15325 +nof,325,40,1,10147,7275,,796,1968.307550999991,,,,,,,144,80,0,,,,,,,,,,,gutim,15327 +non,325,41,1,10148,7275,4737,824,1968.307550999991,0.0985054347826087,32,0,D5,f+,21,144,74,21,,,,,,o,,,e,,gutim,15328 +nof,325,41,1,10148,7276,,824,1968.406550999991,,,,,,,144,74,0,,,,,,,,,,,gutim,15328 +non,325,42,1,10149,7276,4738,853,1968.406550999991,0.580842391304348,8,1,Ab5,ff,22,144,80,22,,,,,,o,,,E,,gutim,15329 +non,325,43,1,10150,7276,4738,853,1968.406550999991,0.434782608695652,8,1,G6,ff,22,144,91,22,,,,,,o,,,E,,gutim,15330 +non,325,44,3,10151,7277,4739,896,1968.552550999991,0.0849184782608696,32,0,Ab2,ff,22,144,44,22,,,,,,o,,,e,,gutim,15331 +nof,325,44,3,10151,7278,,896,1968.637550999991,,,,,,,144,44,0,,,,,,,,,,,gutim,15331 +non,325,45,3,10152,7278,4740,921,1968.637550999991,0.0883152173913044,32,0,C4,ff,22,144,60,22,,,,,,o,,,e,,gutim,15332 +nof,325,45,3,10152,7279,,921,1968.725550999991,,,,,,,144,60,0,,,,,,,,,,,gutim,15332 +non,325,46,3,10153,7279,4741,947,1968.725550999991,0.0849184782608696,32,0,Gb4,ff,22,144,66,22,,,,,,o,,,e,,gutim,15333 +nof,325,46,3,10153,7280,,947,1968.810550999991,,,,,,,144,66,0,,,,,,,,,,,gutim,15333 +non,325,47,3,10154,7280,4742,972,1968.810550999991,0.0883152173913044,32,0,Ab2,ff,22,144,44,22,,,,,,o,,,e,,gutim,15334 +nof,325,43,1,10150,7281,,853,1968.840550999991,,,,,,,144,91,0,,,,,,,,,,,gutim,15330 +nof,325,47,3,10154,7282,,972,1968.898550999991,,,,,,,144,44,0,,,,,,,,,,,gutim,15334 +non,325,48,3,10155,7282,4743,998,1968.898550999991,0.0883152173913044,32,0,C3,ff,22,144,48,22,,,,,,o,,,e,,gutim,15335 +nof,325,48,3,10155,7283,,998,1968.986550999991,,,,,,,144,48,0,,,,,,,,,,,gutim,15335 +rst,325,49,1,10156,7283,,1024,1968.986550999991,,,,,,,176,102,0,,,,,,,,,,,gutim,15336 +non,325,50,3,10157,7283,4744,1024,1968.986550999991,0.0951086956521739,32,0,Gb1,f,20,144,30,20,,,,,,o,,,E 6019,,gutim,15337 +nof,325,42,1,10149,7284,,853,1968.986550999991,,,,,,,144,80,0,,,,,,,,,,,gutim,15329 +nof,325,50,3,10157,7285,,1024,1969.0815509999911,,,,,,,144,30,0,,,,,,,,,,,gutim,15337 +non,325,51,3,10158,7285,4745,1052,1969.0815509999911,0.146059782608696,32,1,Bb2,f+,21,144,46,21,,,,,,o,,,,,gutim,15338 +nof,325,51,3,10158,7286,,1052,1969.228550999991,,,,,,,144,46,0,,,,,,,,,,,gutim,15338 +non,325,52,3,10159,7286,4746,1095,1969.228550999991,0.0951086956521739,32,0,Gb1,ff,22,144,30,22,,,,,,o,,,,,gutim,15339 +nof,325,52,3,10159,7287,,1095,1969.323550999991,,,,,,,144,30,0,,,,,,,,,,,gutim,15339 +non,325,53,3,10160,7287,4747,1123,1969.323550999991,0.0985054347826087,32,0,D2,ff,22,144,38,22,,,,,,o,,,,,gutim,15340 +nof,325,53,3,10160,7288,,1123,1969.421550999991,,,,,,,144,38,0,,,,,,,,,,,gutim,15340 +non,325,54,1,10161,7288,4748,1152,1969.421550999991,0.434782608695652,8,0,Ab1,pp,8,144,32,8,,,,,,o,,d,,,gutim,15341 +non,325,55,1,10162,7288,4748,1152,1969.421550999991,0.434782608695652,8,0,C4,ff,22,144,60,22,,,,,,o,,d,,,gutim,15342 +non,325,56,1,10163,7288,4748,1152,1969.421550999991,0.434782608695652,8,0,G4,ff,22,144,67,22,,,,,,o,,d,,,gutim,15343 +non,325,57,3,10164,7288,4748,1152,1969.421550999991,0.142663043478261,32,1,Ab2,ff+,23,144,44,23,,,,,,o,,,,,gutim,15344 +nof,325,57,3,10164,7289,,1152,1969.564550999991,,,,,,,144,44,0,,,,,,,,,,,gutim,15344 +non,325,58,3,10165,7289,4749,1194,1969.564550999991,0.146059782608696,32,1,D2,fff,24,144,38,24,,,,,,o,,d,,,gutim,15345 +ped,325,60,0,10166,7290,,1279,1969.704550999991,,,,,,,176,64,0,,,,,,,^,,,,gutim,15317 +nof,325,58,3,10165,7291,,1194,1969.710550999991,,,,,,,144,38,0,,,,,,,,,,,gutim,15345 +non,325,59,3,10167,7291,4750,1237,1969.710550999991,0.146059782608696,32,1,G5,fff,24,144,79,24,,,,,,o,,D 6019,,,gutim,15346 +nof,325,54,1,10161,7292,,1152,1969.856550999991,,,,,,,144,32,0,,,,,,,,,,,gutim,15341 +nof,325,55,1,10162,7292,,1152,1969.856550999991,,,,,,,144,60,0,,,,,,,,,,,gutim,15342 +nof,325,56,1,10163,7292,,1152,1969.856550999991,,,,,,,144,67,0,,,,,,,,,,,gutim,15343 +nof,325,59,3,10167,7292,,1237,1969.856550999991,,,,,,,144,79,0,,,,,,,,,,,gutim,15346 +bar,326,0,0,10168,7292,,0,1969.856550999991,,,,,,,,,,326,,,,,,,,,,gutim,15347 +sec,326,1,0,10169,7292,,0,1969.856550999991,,,,,,,,,,,6019,,,,,,,,,gutim,15348 +non,326,3,1,10170,7292,4751,0,1969.856550999991,2.60869565217391,2,1,Bb5,fff,24,144,82,24,,,,,,o,,d,,,gutim,15349 +non,326,4,3,10171,7292,4751,0,1969.856550999991,3.47826086956522,1,0,Ab3,mp,14,144,56,14,,,,,,o,,d,,,gutim,15350 +non,326,5,3,10172,7292,4751,0,1969.856550999991,3.47826086956522,1,0,C4,mp,14,144,60,14,,,,,,o,,d,,,gutim,15351 +non,326,6,3,10173,7292,4751,0,1969.856550999991,3.47826086956522,1,0,Gb4,mp,14,144,66,14,,,,,,o,,d,,,gutim,15352 +ped,326,2,0,10174,7293,,0,1970.0045509999911,,,,,,,176,64,127,,,,,,,V,,,,gutim,15353 +nof,326,3,1,10170,7294,,0,1972.465550999991,,,,,,,144,82,0,,,,,,,,,,,gutim,15349 +rst,326,7,1,10175,7294,,768,1972.465550999991,,,,,,,176,102,0,,,,,,,,,,,gutim,15354 +nof,326,4,3,10171,7295,,0,1972.899550999991,,,,,,,144,56,0,,,,,,,,,,,gutim,15350 +non,326,8,1,10176,7295,4752,896,1972.899550999991,0.0849184782608696,32,0,Ab3,p,11,144,56,11,,,,,,o,,D,,,gutim,15355 +nof,326,5,3,10172,7296,,0,1972.984550999991,,,,,,,144,60,0,,,,,,,,,,,gutim,15351 +non,326,9,1,10177,7296,4753,921,1972.984550999991,0.0883152173913044,32,0,C4,p-,10,144,60,10,,,,,,o,,,,,gutim,15356 +nof,326,6,3,10173,7297,,0,1973.073550999991,,,,,,,144,66,0,,,,,,,,,,,gutim,15352 +non,326,10,1,10178,7297,4754,947,1973.073550999991,0.0849184782608696,32,0,Gb4,p-,10,144,66,10,,,,,,o,,,,,gutim,15357 +nof,326,8,1,10176,7298,,896,1973.1585509999911,,,,,,,144,56,0,,,,,,,,,,,gutim,15355 +non,326,11,1,10179,7298,4755,972,1973.1585509999911,0.0883152173913044,32,0,Ab3,pp+,9,144,56,9,,,,,,o,,,,,gutim,15358 +nof,326,9,1,10177,7299,,921,1973.246550999991,,,,,,,144,60,0,,,,,,,,,,,gutim,15356 +non,326,12,1,10180,7299,4756,998,1973.246550999991,0.0883152173913044,32,0,C4,pp,8,144,60,8,,,,,,o,,,,,gutim,15359 +rst,326,13,1,10181,7300,,1024,1973.334550999991,,,,,,,176,102,0,,,,,,,,,,,gutim,15360 +rst,326,14,3,10182,7300,,1024,1973.334550999991,,,,,,,176,102,0,,,,,,,,,,,gutim,15361 +nof,326,10,1,10178,7301,,947,1973.334550999991,,,,,,,144,66,0,,,,,,,,,,,gutim,15357 +nof,326,11,1,10179,7301,,972,1973.334550999991,,,,,,,144,56,0,,,,,,,,,,,gutim,15358 +nof,326,12,1,10180,7301,,998,1973.334550999991,,,,,,,144,60,0,,,,,,,,,,,gutim,15359 +non,326,15,3,10183,7302,4757,1152,1973.769550999991,0.869565217391304,4,0,Ab2,p,11,144,44,11,,,,,,o,,d,,,gutim,15362 +nof,326,15,3,10183,7303,,1152,1974.6395509999911,,,,,,,144,44,0,,,,,,,,,,,gutim,15362 +non,326,16,3,10184,7303,4758,1408,1974.6395509999911,0.434782608695652,8,0,Ab2,pp-,7,144,44,7,,,,,t,o,,,,,gutim,15363 +non,326,17,3,10185,7303,4758,1408,1974.6395509999911,0.434782608695652,8,0,C3,pp-,7,144,48,7,,,,,t,o,,,,,gutim,15364 +non,326,18,3,10186,7304,,1536,1975.073550999991,0.869565217391304,4,0,Ab2,,,,,,,,,,T,,,,,,gutim,15365 +non,326,19,3,10187,7304,,1536,1975.073550999991,0.869565217391304,4,0,C3,,,,,,,,,,T,,,,,,gutim,15366 +nof,326,16,3,10184,7305,,1408,1975.943550999991,,,,,,,144,44,0,,,,,,,,,,,gutim,15363 +nof,326,17,3,10185,7305,,1408,1975.943550999991,,,,,,,144,48,0,,,,,,,,,,,gutim,15364 +non,326,20,3,10188,7305,4759,1792,1975.943550999991,0.346467391304348,8,0,F1,mp,14,144,29,14,,,,,,o,,,,,gutim,15367 +nof,326,20,3,10188,7306,,1792,1976.289550999991,,,,,,,144,29,0,,,,,,,,,,,gutim,15367 +non,326,21,3,10189,7306,4760,1894,1976.289550999991,0.0883152173913044,32,0,F1,mf,17,144,29,17,,,,,,o,,,,,gutim,15368 +nof,326,21,3,10189,7307,,1894,1976.378550999991,,,,,,,144,29,0,,,,,,,,,,,gutim,15368 +non,326,22,3,10190,7307,4761,1920,1976.378550999991,0.0849184782608696,32,0,E2,mf+,18,144,40,18,,,,,,o,,,,,gutim,15369 +nof,326,22,3,10190,7308,,1920,1976.463550999991,,,,,,,144,40,0,,,,,,,,,,,gutim,15369 +non,326,23,3,10191,7308,4762,1945,1976.463550999991,0.0883152173913044,32,0,F1,f-,19,144,29,19,,,,,,o,,,,,gutim,15370 +nof,326,23,3,10191,7309,,1945,1976.551550999991,,,,,,,144,29,0,,,,,,,,,,,gutim,15370 +non,326,24,3,10192,7309,4763,1971,1976.551550999991,0.261548913043478,16,1,E2,f,20,144,40,20,,,,,,o,,D 6020,,,gutim,15371 +ped,326,25,0,10193,7310,,2047,1976.747550999991,,,,,,,176,64,0,,,,,,,^,,,,gutim,15353 +nof,326,24,3,10192,7311,,1971,1976.8125509999911,,,,,,,144,40,0,,,,,,,,,,,gutim,15371 +bar,327,0,0,10194,7311,,0,1976.8125509999911,,,,,,,,,,327,,,,,,,,,,gutim,15372 +sec,327,1,0,10195,7311,,0,1976.8125509999911,,,,,,,,,,,6020,,,,,,,,,gutim,15373 +rst,327,2,1,10196,7311,,0,1976.8125509999911,,,,,,,176,102,0,,,,,,,,,,,gutim,15374 +rst,327,3,3,10197,7311,,0,1976.8125509999911,,,,,,,176,102,0,,,,,,,,,,,gutim,15375 +non,327,5,1,10198,7312,4764,51,1976.986550999991,0.0849184782608696,32,0,G#5,ppp,5,144,80,5,,,,,,o,,,e,,gutim,15376 +ped,327,4,0,10199,7313,,51,1977.047550999991,,,,,,,176,64,127,,,,,,,V,,,,gutim,15377 +nof,327,5,1,10198,7314,,51,1977.071550999991,,,,,,,144,80,0,,,,,,,,,,,gutim,15376 +non,327,6,1,10200,7314,4765,76,1977.071550999991,0.0883152173913044,32,0,F#6,ppp+,6,144,90,6,,,,,,o,,,e,,gutim,15378 +nof,327,6,1,10200,7315,,76,1977.159550999991,,,,,,,144,90,0,,,,,,,,,,,gutim,15378 +non,327,7,1,10201,7315,4766,102,1977.159550999991,0.0883152173913044,32,0,G#5,pp-,7,144,80,7,,,,,,o,,,e,,gutim,15379 +nof,327,7,1,10201,7316,,102,1977.247550999991,,,,,,,144,80,0,,,,,,,,,,,gutim,15379 +non,327,8,1,10202,7316,4767,128,1977.247550999991,0.0849184782608696,32,0,F#7,pp,8,144,102,8,,,,,,o,,,e,,gutim,15380 +nof,327,8,1,10202,7317,,128,1977.332550999991,,,,,,,144,102,0,,,,,,,,,,,gutim,15380 +non,327,9,1,10203,7317,4768,153,1977.332550999991,0.0883152173913044,32,0,G#4,pp+,9,144,68,9,,,,,,o,,,e,,gutim,15381 +nof,327,9,1,10203,7318,,153,1977.420550999991,,,,,,,144,68,0,,,,,,,,,,,gutim,15381 +non,327,10,1,10204,7318,4769,179,1977.420550999991,0.0849184782608696,32,0,C6,p,11,144,84,11,,,,,,o,,,e,,gutim,15382 +nof,327,10,1,10204,7319,,179,1977.505550999991,,,,,,,144,84,0,,,,,,,,,,,gutim,15382 +non,327,11,1,10205,7319,4770,204,1977.505550999991,0.0883152173913044,32,0,G#4,p+,12,144,68,12,,,,,,o,,,e,,gutim,15383 +nof,327,11,1,10205,7320,,204,1977.594550999991,,,,,,,144,68,0,,,,,,,,,,,gutim,15383 +non,327,12,1,10206,7320,4771,230,1977.594550999991,0.0883152173913044,32,0,C5,mp-,13,144,72,13,,,,,,o,,,e,,gutim,15384 +nof,327,12,1,10206,7321,,230,1977.682550999991,,,,,,,144,72,0,,,,,,,,,,,gutim,15384 +non,327,13,1,10207,7321,4772,256,1977.682550999991,0.0849184782608696,32,0,G#4,mp,14,144,68,14,,,,,,o,,,e,,gutim,15385 +nof,327,13,1,10207,7322,,256,1977.767550999991,,,,,,,144,68,0,,,,,,,,,,,gutim,15385 +non,327,14,1,10208,7322,4773,281,1977.767550999991,0.0883152173913044,32,0,C5,mp+,15,144,72,15,,,,,,o,,,e,,gutim,15386 +nof,327,14,1,10208,7323,,281,1977.855550999991,,,,,,,144,72,0,,,,,,,,,,,gutim,15386 +non,327,15,1,10209,7323,4774,307,1977.855550999991,0.0849184782608696,32,0,E3,mf-,16,144,52,16,,,,,,o,,,e,,gutim,15387 +non,327,16,1,10210,7323,4774,307,1977.855550999991,0.108695652173913,32,0,G#4,mf-,16,144,68,16,,,,,,o,,,e,,gutim,15388 +non,327,17,1,10211,7323,4774,307,1977.855550999991,0.108695652173913,32,0,C5,mf-,16,144,72,16,,,,,,o,,,e,,gutim,15389 +nof,327,15,1,10209,7324,,307,1977.940550999991,,,,,,,144,52,0,,,,,,,,,,,gutim,15387 +non,327,18,1,10212,7324,4775,332,1977.940550999991,0.0883152173913044,32,0,F2,mf,17,144,41,17,,,,,,o,,,e,,gutim,15390 +nof,327,16,1,10210,7325,,307,1977.964550999991,,,,,,,144,68,0,,,,,,,,,,,gutim,15388 +nof,327,17,1,10211,7325,,307,1977.964550999991,,,,,,,144,72,0,,,,,,,,,,,gutim,15389 +nof,327,18,1,10212,7326,,332,1978.028550999991,,,,,,,144,41,0,,,,,,,,,,,gutim,15390 +non,327,19,1,10213,7326,4776,358,1978.028550999991,0.0883152173913044,32,0,E4,mf+,18,144,64,18,,,,,,o,,,e,,gutim,15391 +nof,327,19,1,10213,7327,,358,1978.117550999991,,,,,,,144,64,0,,,,,,,,,,,gutim,15391 +non,327,20,1,10214,7327,4777,384,1978.117550999991,0.0849184782608696,32,0,F2,f,20,144,41,20,,,,,,o,,,e,,gutim,15392 +nof,327,20,1,10214,7328,,384,1978.202550999991,,,,,,,144,41,0,,,,,,,,,,,gutim,15392 +non,327,21,1,10215,7328,4778,409,1978.202550999991,0.0883152173913044,32,0,C5,f+,21,144,72,21,,,,,,o,,,e,,gutim,15393 +nof,327,21,1,10215,7329,,409,1978.290550999991,,,,,,,144,72,0,,,,,,,,,,,gutim,15393 +non,327,22,1,10216,7329,4779,435,1978.290550999991,0.173233695652174,16,0,E3,ff,22,144,52,22,,,,,,o,,,E,,gutim,15394 +nof,327,22,1,10216,7330,,435,1978.463550999991,,,,,,,144,52,0,,,,,,,,,,,gutim,15394 +non,327,23,1,10217,7330,4780,486,1978.463550999991,0.0883152173913044,32,0,F1,fff,24,144,29,24,,,,,,o,,,,,gutim,15395 +nof,327,23,1,10217,7331,,486,1978.552550999991,,,,,,,144,29,0,,,,,,,,,,,gutim,15395 +non,327,24,1,10218,7331,4781,512,1978.552550999991,0.869565217391304,4,0,F#7,fff,24,144,102,24,,,,,,o,,,,,gutim,15396 +nof,327,24,1,10218,7332,,512,1979.421550999991,,,,,,,144,102,0,,,,,,,,,,,gutim,15396 +rst,327,25,1,10219,7332,,768,1979.421550999991,,,,,,,176,102,0,,,,,,,,,,,gutim,15397 +rst,327,26,3,10220,7332,,768,1979.421550999991,,,,,,,176,102,0,,,,,,,,,,,gutim,15398 +non,327,27,1,10221,7333,4782,810,1979.564550999991,0.146059782608696,16,0,G#5,fff,24,144,80,24,,,,,t,o,,,,,gutim,15399 +non,327,28,1,10222,7333,4782,810,1979.564550999991,0.217391304347826,16,0,F#7,fff,24,144,102,24,,,,,t,o,,,,,gutim,15400 +non,327,29,1,10223,7334,,853,1979.710550999991,0.580842391304348,4,0,G#5,,,,,,,,,,_,,,,,,gutim,15401 +non,327,30,1,10224,7334,,853,1979.710550999991,0.869565217391304,4,0,F#7,,,,,,,,,,_,,,,,,gutim,15402 +non,327,31,1,10225,7335,,1024,1980.291550999991,0.869565217391304,4,0,G#5,,,,,,,,,,T,,,,,,gutim,15403 +non,327,32,1,10226,7335,,1024,1980.291550999991,0.869565217391304,4,0,F#7,,,,,,,,,,T,,,,,,gutim,15404 +ped,327,33,0,10227,7336,,1279,1981.009550999991,,,,,,,176,64,0,,,,,,,^,,,,gutim,15377 +nof,327,27,1,10221,7337,,810,1981.160550999991,,,,,,,144,80,0,,,,,,,,,,,gutim,15399 +bar,328,0,0,10228,7337,,0,1981.160550999991,,,,,,,,,,328,,,,,,,,,,gutim,15405 +non,328,2,1,10229,7337,4783,0,1981.160550999991,3.47826086956522,1,0,G#5,mf,17,144,80,17,,,,,,o,,,,,gutim,15406 +non,328,3,1,10230,7337,4783,0,1981.160550999991,3.47826086956522,1,0,F#7,mf,17,144,102,17,,,,,,o,,,,,gutim,15407 +non,328,4,3,10231,7337,4783,0,1981.160550999991,0.0849184782608696,32,0,D5,ppp,5,144,74,5,,,,,,o,,,e,,gutim,15408 +nof,328,4,3,10231,7338,,0,1981.245550999991,,,,,,,144,74,0,,,,,,,,,,,gutim,15408 +non,328,5,3,10232,7338,4784,25,1981.245550999991,0.0883152173913044,32,0,E6,pp-,7,144,88,7,,,,,,o,,,e,,gutim,15409 +ped,328,1,0,10233,7339,,0,1981.309550999991,,,,,,,176,64,127,,,,,,,V,,,,gutim,15410 +nof,328,5,3,10232,7340,,25,1981.334550999991,,,,,,,144,88,0,,,,,,,,,,,gutim,15409 +non,328,6,3,10234,7340,4785,51,1981.334550999991,0.0849184782608696,32,0,D4,pp+,9,144,62,9,,,,,,o,,,e,,gutim,15411 +nof,328,6,3,10234,7341,,51,1981.418550999991,,,,,,,144,62,0,,,,,,,,,,,gutim,15411 +non,328,7,3,10235,7341,4786,76,1981.418550999991,0.0883152173913044,32,0,F#6,p,11,144,90,11,,,,,,o,,,e,,gutim,15412 +nof,328,7,3,10235,7342,,76,1981.507550999991,,,,,,,144,90,0,,,,,,,,,,,gutim,15412 +non,328,8,3,10236,7342,4787,102,1981.507550999991,0.0883152173913044,32,0,E5,mp-,13,144,76,13,,,,,,o,,,e,,gutim,15413 +nof,327,28,1,10222,7343,,810,1981.520550999991,,,,,,,144,102,0,,,,,,,,,,,gutim,15407 +nof,328,3,1,10230,7344,,0,1981.595550999991,,,,,,,144,102,0,,,,,,,,,,,gutim,15414 +nof,328,8,3,10236,7344,,102,1981.595550999991,,,,,,,144,76,0,,,,,,,,,,,gutim,15413 +non,328,9,3,10237,7344,4788,128,1981.595550999991,0.0849184782608696,32,0,F#7,mf-,16,144,102,16,,,,,,o,,,e,,gutim,15415 +non,328,10,3,10238,7345,4789,153,1981.680550999991,0.0883152173913044,32,0,Bb4,mf+,18,144,70,18,,,,,,o,,,e,,gutim,15416 +nof,328,10,3,10238,7346,,153,1981.768550999991,,,,,,,144,70,0,,,,,,,,,,,gutim,15416 +non,328,11,3,10239,7346,4790,179,1981.768550999991,0.0849184782608696,32,0,E5,f,20,144,76,20,,,,,,o,,,e,,gutim,15417 +non,328,12,3,10240,7346,4790,179,1981.768550999991,0.108695652173913,32,0,F#6,f,20,144,90,20,,,,,,o,,,e,,gutim,15418 +nof,328,11,3,10239,7347,,179,1981.853550999991,,,,,,,144,76,0,,,,,,,,,,,gutim,15417 +non,328,13,3,10241,7347,4791,204,1981.853550999991,0.0883152173913044,32,0,Bb4,ff,22,144,70,22,,,,,,o,,,e,,gutim,15419 +nof,328,12,3,10240,7348,,179,1981.877550999991,,,,,,,144,90,0,,,,,,,,,,,gutim,15418 +nof,328,13,3,10241,7349,,204,1981.942550999991,,,,,,,144,70,0,,,,,,,,,,,gutim,15419 +non,328,14,3,10242,7349,4792,230,1981.942550999991,0.0883152173913044,32,0,Eb3,fff,24,144,51,24,,,,,,o,,,E 6021,,gutim,15420 +nof,328,14,3,10242,7350,,230,1982.030550999991,,,,,,,144,51,0,,,,,,,,,,,gutim,15420 +rst,328,15,3,10243,7350,,256,1982.030550999991,,,,,,,176,102,0,,,,,,,,,,,gutim,15421 +non,328,16,3,10244,7351,4793,298,1982.173550999991,0.146059782608696,16,0,D4,p,11,144,62,11,,,,,t,o,,,,,gutim,15422 +non,328,17,3,10245,7351,4793,298,1982.173550999991,0.217391304347826,16,0,Bb4,p,11,144,70,11,,,,,t,o,,,,,gutim,15423 +non,328,18,3,10246,7351,4793,298,1982.173550999991,0.217391304347826,16,0,E5,p,11,144,76,11,,,,,t,o,,,,,gutim,15424 +non,328,19,3,10247,7351,4793,298,1982.173550999991,0.217391304347826,16,0,F#6,p,11,144,90,11,,,,,t,o,,,,,gutim,15425 +non,328,20,3,10248,7352,,341,1982.319550999991,0.580842391304348,4,0,D4,,,,,,,,,,_,,,,,,gutim,15426 +non,328,21,3,10249,7352,,341,1982.319550999991,0.869565217391304,4,0,Bb4,,,,,,,,,,_,,,,,,gutim,15427 +non,328,22,3,10250,7352,,341,1982.319550999991,0.869565217391304,4,0,E5,,,,,,,,,,_,,,,,,gutim,15428 +non,328,23,3,10251,7352,,341,1982.319550999991,0.869565217391304,4,0,F#6,,,,,,,,,,_,,,,,,gutim,15429 +non,328,24,3,10252,7353,,512,1982.899550999991,0.288722826086957,8,0,D4,,,,,,,,,,T,,,,,,gutim,15430 +non,328,25,3,10253,7353,,512,1982.899550999991,0.434782608695652,8,0,Bb4,,,,,,,,,,T,,,,,,gutim,15431 +non,328,26,3,10254,7353,,512,1982.899550999991,0.434782608695652,8,0,E5,,,,,,,,,,T,,,,,,gutim,15432 +non,328,27,3,10255,7353,,512,1982.899550999991,0.434782608695652,8,0,F#6,,,,,,,,,,T,,,,,,gutim,15433 +nof,328,16,3,10244,7354,,298,1983.188550999991,,,,,,,144,62,0,,,,,,,,,,,gutim,15422 +non,328,28,3,10256,7354,4794,597,1983.188550999991,0.580842391304348,4,0,D4,f,20,144,62,20,,,,,t,o,,,,,gutim,15434 +non,328,29,3,10257,7354,4794,597,1983.188550999991,0.869565217391304,4,0,Bb4,f,20,144,70,20,,,,,t,o,,,,,gutim,15435 +non,328,30,3,10258,7354,4794,597,1983.188550999991,0.869565217391304,4,0,E5,f,20,144,76,20,,,,,t,o,,,,,gutim,15436 +non,328,31,3,10259,7354,4794,597,1983.188550999991,0.869565217391304,4,0,F#6,f,20,144,90,20,,,,,t,o,,,,,gutim,15437 +nof,328,17,3,10245,7355,,298,1983.694550999991,,,,,,,144,70,0,,,,,,,,,,,gutim,15435 +nof,328,18,3,10246,7355,,298,1983.694550999991,,,,,,,144,76,0,,,,,,,,,,,gutim,15436 +nof,328,19,3,10247,7355,,298,1983.694550999991,,,,,,,144,90,0,,,,,,,,,,,gutim,15437 +non,328,32,3,10260,7356,,768,1983.769550999991,0.869565217391304,4,0,D4,,,,,,,,,,T,,,,,,gutim,15438 +non,328,33,3,10261,7356,,768,1983.769550999991,0.869565217391304,4,0,Bb4,,,,,,,,,,T,,,,,,gutim,15439 +non,328,34,3,10262,7356,,768,1983.769550999991,0.869565217391304,4,0,E5,,,,,,,,,,T,,,,,,gutim,15440 +non,328,35,3,10263,7356,,768,1983.769550999991,0.869565217391304,4,0,F#6,,,,,,,,,,T,,,,,,gutim,15441 +ped,328,36,0,10264,7357,,1023,1984.487550999991,,,,,,,176,64,0,,,,,,,^,,,,gutim,15410 +nof,328,2,1,10229,7358,,0,1984.6395509999911,,,,,,,144,80,0,,,,,,,,,,,gutim,15406 +nof,328,9,3,10237,7358,,128,1984.6395509999911,,,,,,,144,102,0,,,,,,,,,,,gutim,15415 +bar,329,0,0,10265,7358,,0,1984.6395509999911,,,,,,,,,,329,,,,,,,,,,gutim,15442 +sec,329,1,0,10266,7358,,0,1984.6395509999911,,,,,,,,,,,6021,,,,,,,,,gutim,15443 +non,329,3,1,10267,7358,4795,0,1984.6395509999911,1.73913043478261,2,0,E6,fff,24,144,88,24,,,,,t,o,,d,,,gutim,15444 +non,329,4,1,10268,7358,4795,0,1984.6395509999911,1.73913043478261,2,0,C#7,fff,24,144,97,24,,,,,t,o,,d,,,gutim,15445 +non,329,5,2,10269,7358,4795,0,1984.6395509999911,2.60869565217391,2,1,G#5,f,20,144,80,20,,,,,,o,,d,,,gutim,15446 +non,329,6,2,10270,7358,4795,0,1984.6395509999911,1.73913043478261,2,1,F#7,f,20,144,102,20,,,,,,o,,d,,,gutim,15447 +rst,329,7,3,10271,7358,,0,1984.6395509999911,,,,,,,176,102,0,,,,,,,,,,,gutim,15448 +nof,328,28,3,10256,7359,,597,1984.714550999991,,,,,,,144,62,0,,,,,,,,,,,gutim,15434 +ped,329,2,0,10272,7360,,0,1984.787550999991,,,,,,,176,64,127,,,,,,,V,,,,gutim,15449 +nof,328,29,3,10257,7361,,597,1985.002550999991,,,,,,,144,70,0,,,,,,,,,,,gutim,15450 +nof,328,30,3,10258,7361,,597,1985.002550999991,,,,,,,144,76,0,,,,,,,,,,,gutim,15451 +nof,328,31,3,10259,7361,,597,1985.002550999991,,,,,,,144,90,0,,,,,,,,,,,gutim,15452 +nof,329,6,2,10270,7362,,0,1986.378550999991,,,,,,,144,102,0,,,,,,,,,,,gutim,15447 +non,329,8,1,10273,7362,,512,1986.378550999991,0.288722826086957,8,0,E6,,,,,,,,,,T,,,,,,gutim,15453 +non,329,9,1,10274,7362,,512,1986.378550999991,0.434782608695652,8,0,C#7,,,,,,,,,,T,,,,,,gutim,15454 +rst,329,10,3,10275,7362,,512,1986.378550999991,,,,,,,176,102,0,,,,,,,,,,,gutim,15455 +nof,329,3,1,10267,7363,,0,1986.666550999991,,,,,,,144,88,0,,,,,,,,,,,gutim,15444 +non,329,11,1,10276,7363,4796,597,1986.666550999991,0.580842391304348,4,0,E6,f,20,144,88,20,,,,,,o,,,,,gutim,15456 +non,329,12,1,10277,7363,4796,597,1986.666550999991,0.869565217391304,4,0,C#7,f,20,144,97,20,,,,,,o,,,,,gutim,15457 +non,329,13,3,10278,7363,4796,597,1986.666550999991,0.580842391304348,4,0,A0,ff,22,144,21,22,,,,,t,o,,D,,,gutim,15458 +nof,329,4,1,10268,7364,,0,1986.8125509999911,,,,,,,144,97,0,,,,,,,,,,,gutim,15457 +nof,329,11,1,10276,7365,,597,1987.247550999991,,,,,,,144,88,0,,,,,,,,,,,gutim,15456 +rst,329,14,1,10279,7365,,768,1987.247550999991,,,,,,,176,102,0,,,,,,,,,,,gutim,15459 +rst,329,15,2,10280,7365,,768,1987.247550999991,,,,,,,176,102,0,,,,,,,,,,,gutim,15460 +non,329,16,3,10281,7365,,768,1987.247550999991,0.434782608695652,8,1,A0,,,,,,,,,,T,,,,,,gutim,15461 +nof,329,5,2,10269,7366,,0,1987.247550999991,,,,,,,144,80,0,,,,,,,,,,,gutim,15446 +nof,329,12,1,10277,7367,,597,1987.536550999991,,,,,,,144,97,0,,,,,,,,,,,gutim,15462 +non,329,17,2,10282,7367,4797,853,1987.536550999991,0.580842391304348,4,0,G#5,fff,24,144,80,24,,,,,,o,,,,,gutim,15463 +non,329,18,2,10283,7367,4797,853,1987.536550999991,0.869565217391304,4,0,C7,fff,24,144,96,24,,,,,,o,,,,,gutim,15464 +non,329,19,2,10284,7367,4797,853,1987.536550999991,0.869565217391304,4,0,F#7,fff,24,144,102,24,,,,,,o,,,,,gutim,15465 +nof,329,13,3,10278,7368,,597,1987.682550999991,,,,,,,144,21,0,,,,,,,,,,,gutim,15458 +non,329,20,3,10285,7368,4798,896,1987.682550999991,0.142663043478261,16,0,F#2,ff,22,144,42,22,,,,,,o,,,,,gutim,15466 +ped,329,22,0,10286,7369,,960,1987.785550999991,,,,,,,176,64,0,,,,,,,^,,,,gutim,15449 +nof,329,20,3,10285,7370,,896,1987.825550999991,,,,,,,144,42,0,,,,,,,,,,,gutim,15466 +non,329,21,3,10287,7370,4799,938,1987.825550999991,0.0747282608695652,32,0,G3,ff,22,144,55,22,,,,,,o,,,,,gutim,15467 +nof,329,21,3,10287,7371,,938,1987.899550999991,,,,,,,144,55,0,,,,,,,,,,,gutim,15467 +non,329,23,3,10288,7371,4800,960,1987.899550999991,0.0713315217391305,32,0,F5,ff,22,144,77,22,,,,,,o,,,,,gutim,15468 +nof,329,23,3,10288,7372,,960,1987.971550999991,,,,,,,144,77,0,,,,,,,,,,,gutim,15468 +non,329,25,3,10289,7372,4801,981,1987.971550999991,0.047554347826087,32,0,C#5,mf,17,144,73,17,,,,,,o,,,e,,gutim,15469 +nof,329,25,3,10289,7373,,981,1988.018550999991,,,,,,,144,73,0,,,,,,,,,,,gutim,15469 +non,329,26,3,10290,7373,4802,995,1988.018550999991,0.047554347826087,32,0,F#2,mf-,16,144,42,16,,,,,,o,,,e,,gutim,15470 +nof,329,26,3,10290,7374,,995,1988.066550999991,,,,,,,144,42,0,,,,,,,,,,,gutim,15470 +non,329,27,3,10291,7374,4803,1009,1988.066550999991,0.0509510869565217,32,0,A1,mp+,15,144,33,15,,,,,,o,,,e,,gutim,15471 +ped,329,24,0,10292,7375,,981,1988.085550999991,,,,,,,176,64,127,,,,,,,V,,,,gutim,15472 +nof,329,17,2,10282,7376,,853,1988.117550999991,,,,,,,144,80,0,,,,,,,,,,,gutim,15463 +nof,329,18,2,10283,7376,,853,1988.117550999991,,,,,,,144,96,0,,,,,,,,,,,gutim,15464 +nof,329,27,3,10291,7376,,1009,1988.117550999991,,,,,,,144,33,0,,,,,,,,,,,gutim,15471 +bar,330,0,0,10293,7376,,0,1988.117550999991,,,,,,,,,,330,,,,,,,,,,gutim,15473 +non,330,1,1,10294,7376,4804,0,1988.117550999991,0.869565217391304,4,0,E6,mp,14,144,88,14,,,,,,o,,,,,gutim,15474 +non,330,2,1,10295,7376,4804,0,1988.117550999991,0.869565217391304,4,0,C7,mp,14,144,96,14,,,,,,o,,,,,gutim,15475 +non,330,3,3,10296,7376,4804,0,1988.117550999991,0.288722826086957,8,0,G2,mp,14,144,43,14,,,,,,o,,,E,,gutim,15476 +nof,329,19,2,10284,7377,,853,1988.406550999991,,,,,,,144,102,0,,,,,,,,,,,gutim,15465 +nof,330,3,3,10296,7377,,0,1988.406550999991,,,,,,,144,43,0,,,,,,,,,,,gutim,15476 +non,330,4,3,10297,7377,4805,85,1988.406550999991,0.580842391304348,4,0,F3,pp-,7,144,53,7,,,,,,o,,,,,gutim,15477 +nof,330,1,1,10294,7378,,0,1988.986550999991,,,,,,,144,88,0,,,,,,,,,,,gutim,15474 +nof,330,2,1,10295,7378,,0,1988.986550999991,,,,,,,144,96,0,,,,,,,,,,,gutim,15475 +nof,330,4,3,10297,7378,,85,1988.986550999991,,,,,,,144,53,0,,,,,,,,,,,gutim,15477 +non,330,5,1,10298,7378,4806,256,1988.986550999991,0.577445652173913,4,0,D4,fff,24,144,62,24,,,,,,o,,,,,gutim,15478 +non,330,6,1,10299,7378,4806,256,1988.986550999991,0.869565217391304,4,0,E6,fff,24,144,88,24,,,,,,o,,,,,gutim,15479 +rst,330,7,3,10300,7378,,256,1988.986550999991,,,,,,,176,102,0,,,,,,,,,,,gutim,15480 +nof,330,5,1,10298,7379,,256,1989.564550999991,,,,,,,144,62,0,,,,,,,,,,,gutim,15478 +non,330,8,1,10301,7379,4807,426,1989.564550999991,0.292119565217391,8,0,C7,fff,24,144,96,24,,,,,,o,,,,,gutim,15481 +non,330,9,3,10302,7379,4807,426,1989.564550999991,0.146059782608696,16,0,F1,fff,24,144,29,24,,,,,,o,,,,,gutim,15482 +nof,330,9,3,10302,7380,,426,1989.710550999991,,,,,,,144,29,0,,,,,,,,,,,gutim,15482 +non,330,10,3,10303,7380,4808,469,1989.710550999991,0.146059782608696,16,0,E3,fff,24,144,52,24,,,,,,o,,,,,gutim,15483 +nof,330,6,1,10299,7381,,256,1989.856550999991,,,,,,,144,88,0,,,,,,,,,,,gutim,15479 +nof,330,8,1,10301,7382,,426,1989.856550999991,,,,,,,144,96,0,,,,,,,,,,,gutim,15481 +nof,330,10,3,10303,7382,,469,1989.856550999991,,,,,,,144,52,0,,,,,,,,,,,gutim,15483 +rst,330,11,1,10304,7382,,512,1989.856550999991,,,,,,,176,102,0,,,,,,,,,,,gutim,15484 +rst,330,12,3,10305,7382,,512,1989.856550999991,,,,,,,176,102,0,,,,,,,,,,,gutim,15485 +non,330,13,1,10306,7383,4809,625,1990.240550999991,0.0509510869565217,64,0,G#4,ff,22,144,68,22,,,,,,o,,,e,,gutim,15486 +nof,330,13,1,10306,7384,,625,1990.291550999991,,,,,,,144,68,0,,,,,,,,,,,gutim,15486 +non,330,14,1,10307,7384,4810,640,1990.291550999991,0.047554347826087,64,0,F#5,f,20,144,78,20,,,,,,o,,,e,,gutim,15487 +nof,330,14,1,10307,7385,,640,1990.338550999991,,,,,,,144,78,0,,,,,,,,,,,gutim,15487 +non,330,15,1,10308,7385,4811,654,1990.338550999991,0.047554347826087,64,0,G#4,f-,19,144,68,19,,,,,,o,,,e,,gutim,15488 +nof,330,15,1,10308,7386,,654,1990.386550999991,,,,,,,144,68,0,,,,,,,,,,,gutim,15488 +non,330,16,1,10309,7386,4812,668,1990.386550999991,0.047554347826087,64,0,F3,mf,17,144,53,17,,,,,,o,,,e,,gutim,15489 +nof,330,16,1,10309,7387,,668,1990.433550999991,,,,,,,144,53,0,,,,,,,,,,,gutim,15489 +non,330,17,1,10310,7387,4813,682,1990.433550999991,0.047554347826087,64,0,C5,mf-,16,144,72,16,,,,,,o,,,e,,gutim,15490 +nof,330,17,1,10310,7388,,682,1990.481550999991,,,,,,,144,72,0,,,,,,,,,,,gutim,15490 +non,330,18,1,10311,7388,4814,696,1990.481550999991,0.0509510869565217,64,0,F2,mp,14,144,41,14,,,,,,o,,,e,,gutim,15491 +ped,330,21,0,10312,7389,,742,1990.531550999991,,,,,,,176,64,0,,,,,,,^,,,,gutim,15472 +nof,330,18,1,10311,7390,,696,1990.532550999991,,,,,,,144,41,0,,,,,,,,,,,gutim,15491 +non,330,19,1,10313,7390,4815,711,1990.532550999991,0.047554347826087,64,0,C5,mp-,13,144,72,13,,,,,,o,,,E,,gutim,15492 +nof,330,19,1,10313,7391,,711,1990.579550999991,,,,,,,144,72,0,,,,,,,,,,,gutim,15492 +non,330,20,1,10314,7391,4816,725,1990.579550999991,0.146059782608696,32,1,E4,p,11,144,64,11,,,,,,o,,,,,gutim,15493 +nof,330,20,1,10314,7392,,725,1990.726550999991,,,,,,,144,64,0,,,,,,,,,,,gutim,15493 +non,330,23,1,10315,7392,4817,768,1990.726550999991,0.0543478260869565,64,0,Ab5,f,20,144,80,20,,,,,,o,,,e,,gutim,15494 +rst,330,24,3,10316,7392,,768,1990.726550999991,,,,,,,176,102,0,,,,,,,,,,,gutim,15495 +nof,330,23,1,10315,7393,,768,1990.780550999991,,,,,,,144,80,0,,,,,,,,,,,gutim,15494 +non,330,25,1,10317,7393,4818,784,1990.780550999991,0.0543478260869565,64,0,C6,f,20,144,84,20,,,,,,o,,,e,,gutim,15496 +ped,330,22,0,10318,7394,,768,1990.8315509999911,,,,,,,176,64,127,,,,,,,V,,,,gutim,15497 +nof,330,25,1,10317,7395,,784,1990.834550999991,,,,,,,144,84,0,,,,,,,,,,,gutim,15496 +non,330,26,1,10319,7395,4819,800,1990.834550999991,0.0543478260869565,64,0,Ab4,f-,19,144,68,19,,,,,,o,,,e,,gutim,15498 +nof,330,26,1,10319,7396,,800,1990.8895509999911,,,,,,,144,68,0,,,,,,,,,,,gutim,15498 +non,330,27,1,10320,7396,4820,816,1990.8895509999911,0.0543478260869565,64,0,C6,f-,19,144,84,19,,,,,,o,,,e,,gutim,15499 +nof,330,27,1,10320,7397,,816,1990.943550999991,,,,,,,144,84,0,,,,,,,,,,,gutim,15499 +non,330,28,1,10321,7397,4821,832,1990.943550999991,0.0543478260869565,64,0,Ab5,f-,19,144,80,19,,,,,,o,,,e,,gutim,15500 +nof,330,28,1,10321,7398,,832,1990.997550999991,,,,,,,144,80,0,,,,,,,,,,,gutim,15500 +non,330,29,1,10322,7398,4822,848,1990.997550999991,0.0815217391304348,64,1,C6,mf+,18,144,84,18,,,,,,o,,,E,,gutim,15501 +non,330,30,1,10323,7398,4822,848,1990.997550999991,0.0543478260869565,64,1,Gb6,mf+,18,144,90,18,,,,,,o,,,E,,gutim,15502 +nof,330,30,1,10323,7399,,848,1991.052550999991,,,,,,,144,90,0,,,,,,,,,,,gutim,15502 +nof,330,29,1,10322,7400,,848,1991.079550999991,,,,,,,144,84,0,,,,,,,,,,,gutim,15501 +non,330,31,1,10324,7400,4823,872,1991.079550999991,0.0815217391304348,64,1,Ab5,mf+,18,144,80,18,,,,,,o,,,,,gutim,15503 +nof,330,31,1,10324,7401,,872,1991.160550999991,,,,,,,144,80,0,,,,,,,,,,,gutim,15503 +non,330,32,1,10325,7401,4824,896,1991.160550999991,0.217391304347826,16,0,Ab5,mf,17,144,80,17,,,,,,o,,,,,gutim,15504 +non,330,33,1,10326,7401,4824,896,1991.160550999991,0.217391304347826,16,0,Gb6,mf,17,144,90,17,,,,,,o,,,,,gutim,15505 +non,330,34,3,10327,7401,4824,896,1991.160550999991,0.0713315217391305,32,0,E4,mf,17,144,64,17,,,,,,o,,,,,gutim,15506 +nof,330,34,3,10327,7402,,896,1991.232550999991,,,,,,,144,64,0,,,,,,,,,,,gutim,15506 +non,330,35,3,10328,7402,4825,917,1991.232550999991,0.108695652173913,32,1,F3,mf,17,144,53,17,,,,,,o,,,,,gutim,15507 +nof,330,35,3,10328,7403,,917,1991.340550999991,,,,,,,144,53,0,,,,,,,,,,,gutim,15507 +non,330,36,3,10329,7403,4826,949,1991.340550999991,0.108695652173913,32,1,E4,mf-,16,144,64,16,,,,,,o,,,,,gutim,15508 +nof,330,32,1,10325,7404,,896,1991.378550999991,,,,,,,144,80,0,,,,,,,,,,,gutim,15504 +nof,330,33,1,10326,7404,,896,1991.378550999991,,,,,,,144,90,0,,,,,,,,,,,gutim,15505 +non,330,37,1,10330,7405,4827,960,1991.378550999991,0.217391304347826,16,0,Ab5,mf-,16,144,80,16,,,,,,o,,,,,gutim,15509 +non,330,38,1,10331,7405,4827,960,1991.378550999991,0.217391304347826,16,0,C6,mf-,16,144,84,16,,,,,,o,,,,,gutim,15510 +non,330,39,1,10332,7405,4827,960,1991.378550999991,0.217391304347826,16,0,Gb6,mf-,16,144,90,16,,,,,,o,,,,,gutim,15511 +nof,330,36,3,10329,7406,,949,1991.449550999991,,,,,,,144,64,0,,,,,,,,,,,gutim,15508 +non,330,40,3,10333,7406,4828,981,1991.449550999991,0.0713315217391305,32,0,F3,mp+,15,144,53,15,,,,,,o,,,,,gutim,15512 +nof,330,40,3,10333,7407,,981,1991.520550999991,,,,,,,144,53,0,,,,,,,,,,,gutim,15512 +non,330,41,3,10334,7407,4829,1002,1991.520550999991,0.0747282608695652,32,0,E4,mp+,15,144,64,15,,,,,,o,,,,,gutim,15513 +nof,330,37,1,10330,7408,,960,1991.595550999991,,,,,,,144,80,0,,,,,,,,,,,gutim,15509 +nof,330,38,1,10331,7408,,960,1991.595550999991,,,,,,,144,84,0,,,,,,,,,,,gutim,15510 +nof,330,39,1,10332,7408,,960,1991.595550999991,,,,,,,144,90,0,,,,,,,,,,,gutim,15511 +nof,330,41,3,10334,7409,,1002,1991.595550999991,,,,,,,144,64,0,,,,,,,,,,,gutim,15513 +bar,331,0,0,10335,7409,,0,1991.595550999991,,,,,,,,,,331,,,,,,,,,,gutim,15514 +non,331,1,1,10336,7409,4830,0,1991.595550999991,0.0951086956521739,32,0,Gb7,mp,14,144,102,14,,,,,,o,,,e,,gutim,15515 +non,331,2,3,10337,7409,4830,0,1991.595550999991,0.869565217391304,4,0,F3,mp,14,144,53,14,,,,,,o,,,,t,gutim,15516 +non,331,3,3,10338,7409,4830,0,1991.595550999991,0.869565217391304,4,0,E4,mp,14,144,64,14,,,,,,o,,,,t,gutim,15517 +nof,331,1,1,10336,7410,,0,1991.690550999991,,,,,,,144,102,0,,,,,,,,,,,gutim,15515 +non,331,4,1,10339,7410,4831,28,1991.690550999991,0.0951086956521739,32,0,Ab6,mp-,13,144,92,13,,,,,,o,,,e,,gutim,15518 +nof,331,4,1,10339,7411,,28,1991.785550999991,,,,,,,144,92,0,,,,,,,,,,,gutim,15518 +non,331,5,1,10340,7411,4832,56,1991.785550999991,0.0985054347826087,32,0,C7,mp-,13,144,96,13,,,,,,o,,,e,,gutim,15519 +nof,331,5,1,10340,7412,,56,1991.884550999991,,,,,,,144,96,0,,,,,,,,,,,gutim,15519 +non,331,6,1,10341,7412,4833,85,1991.884550999991,0.0951086956521739,32,0,Gb7,p+,12,144,102,12,,,,,,o,,,e,,gutim,15520 +nof,331,6,1,10341,7413,,85,1991.979550999991,,,,,,,144,102,0,,,,,,,,,,,gutim,15520 +non,331,7,1,10342,7413,4834,113,1991.979550999991,0.0985054347826087,32,0,Ab5,p+,12,144,80,12,,,,,,o,,,e,,gutim,15521 +nof,331,7,1,10342,7414,,113,1992.077550999991,,,,,,,144,80,0,,,,,,,,,,,gutim,15521 +non,331,8,1,10343,7414,4835,142,1992.077550999991,0.0951086956521739,32,0,C7,p,11,144,96,11,,,,,,o,,,e,,gutim,15522 +nof,331,8,1,10343,7415,,142,1992.173550999991,,,,,,,144,96,0,,,,,,,,,,,gutim,15522 +non,331,9,1,10344,7415,4836,170,1992.173550999991,0.0985054347826087,32,0,F4,p-,10,144,65,10,,,,,,o,,,e,,gutim,15523 +nof,331,9,1,10344,7416,,170,1992.271550999991,,,,,,,144,65,0,,,,,,,,,,,gutim,15523 +non,331,10,1,10345,7416,4837,199,1992.271550999991,0.0951086956521739,32,0,E5,p-,10,144,76,10,,,,,,o,,,e,,gutim,15524 +nof,331,10,1,10345,7417,,199,1992.366550999991,,,,,,,144,76,0,,,,,,,,,,,gutim,15524 +non,331,11,1,10346,7417,4838,227,1992.366550999991,0.0985054347826087,32,0,E3,pp+,9,144,52,9,,,,,,o,,,e,,gutim,15525 +nof,331,2,3,10337,7418,,0,1992.465550999991,,,,,,,144,53,0,,,,,,,,,,,gutim,15516 +nof,331,3,3,10338,7418,,0,1992.465550999991,,,,,,,144,64,0,,,,,,,,,,,gutim,15517 +nof,331,11,1,10346,7418,,227,1992.465550999991,,,,,,,144,52,0,,,,,,,,,,,gutim,15525 +non,331,12,1,10347,7418,4839,256,1992.465550999991,0.0951086956521739,32,0,Gb7,pp,8,144,102,8,,,,,,o,,,E,,gutim,15526 +non,331,13,3,10348,7418,4839,256,1992.465550999991,0.869565217391304,4,0,E7,ff,22,144,100,22,,,,,t,o,,d,,t,gutim,15527 +nof,331,12,1,10347,7419,,256,1992.560550999991,,,,,,,144,102,0,,,,,,,,,,,gutim,15526 +non,331,14,1,10349,7419,4840,284,1992.560550999991,0.387228260869565,8,0,F5,pp,8,144,77,8,,,,,,o,,,,,gutim,15528 +nof,331,14,1,10349,7420,,284,1992.947550999991,,,,,,,144,77,0,,,,,,,,,,,gutim,15528 +non,331,15,1,10350,7420,4841,398,1992.947550999991,0.0951086956521739,32,0,Gb7,ppp,5,144,102,5,,,,,,o,,d,,,gutim,15529 +nof,331,15,1,10350,7421,,398,1993.042550999991,,,,,,,144,102,0,,,,,,,,,,,gutim,15529 +non,331,16,1,10351,7421,4842,426,1993.042550999991,0.292119565217391,16,1,F5,ppp,5,144,77,5,,,,,,o,,D,,,gutim,15530 +nof,331,16,1,10351,7422,,426,1993.334550999991,,,,,,,144,77,0,,,,,,,,,,,gutim,15530 +non,331,17,1,10352,7422,4843,512,1993.334550999991,0.577445652173913,4,0,F5,mp,14,144,77,14,,,,,,o,,d,,t,gutim,15531 +non,331,18,1,10353,7422,4843,512,1993.334550999991,0.869565217391304,4,0,Ab6,mp,14,144,92,14,,,,,,o,,d,,t,gutim,15532 +non,331,19,1,10354,7422,4843,512,1993.334550999991,0.869565217391304,4,0,Gb7,mp,14,144,102,14,,,,,,o,,d,,t,gutim,15533 +non,331,20,3,10355,7422,,512,1993.334550999991,0.217391304347826,16,0,E7,,,,,,,,,,T,,,,,,gutim,15534 +nof,331,13,3,10348,7423,,256,1993.552550999991,,,,,,,144,100,0,,,,,,,,,,,gutim,15527 +non,331,21,3,10356,7423,4844,576,1993.552550999991,0.326086956521739,16,1,F4,ff,22,144,65,22,,,,,,o,,,,,gutim,15535 +non,331,22,3,10357,7423,4844,576,1993.552550999991,0.217391304347826,16,1,E7,ff,22,144,100,22,,,,,,o,,,,,gutim,15536 +nof,331,22,3,10357,7424,,576,1993.769550999991,,,,,,,144,100,0,,,,,,,,,,,gutim,15536 +nof,331,21,3,10356,7425,,576,1993.878550999991,,,,,,,144,65,0,,,,,,,,,,,gutim,15535 +non,331,23,3,10358,7425,4845,672,1993.878550999991,0.326086956521739,16,1,Gb1,ff,22,144,30,22,,,,,,o,,,,,gutim,15537 +non,331,24,3,10359,7425,4845,672,1993.878550999991,0.217391304347826,16,1,F4,ff,22,144,65,22,,,,,,o,,,,,gutim,15538 +rst,331,25,1,10360,7426,,682,1993.912550999991,,,,,,,176,102,0,,,,,,,,,,,gutim,15539 +nof,331,17,1,10352,7427,,512,1993.912550999991,,,,,,,144,77,0,,,,,,,,,,,gutim,15531 +non,331,26,1,10361,7428,4846,725,1994.058550999991,0.0713315217391305,32,0,C7,p,11,144,96,11,,,,,,o,,,,,gutim,15540 +nof,331,24,3,10359,7429,,672,1994.095550999991,,,,,,,144,65,0,,,,,,,,,,,gutim,15538 +nof,331,26,1,10361,7430,,725,1994.1295509999911,,,,,,,144,96,0,,,,,,,,,,,gutim,15540 +ped,331,28,0,10362,7430,,746,1994.1295509999911,,,,,,,176,64,0,,,,,,,^,,,,gutim,15497 +non,331,27,1,10363,7430,4847,746,1994.1295509999911,0.0747282608695652,32,0,E6,p,11,144,88,11,,,,,,o,,,,,gutim,15541 +nof,331,18,1,10353,7431,,512,1994.204550999991,,,,,,,144,92,0,,,,,,,,,,,gutim,15532 +nof,331,19,1,10354,7431,,512,1994.204550999991,,,,,,,144,102,0,,,,,,,,,,,gutim,15533 +nof,331,23,3,10358,7431,,672,1994.204550999991,,,,,,,144,30,0,,,,,,,,,,,gutim,15537 +nof,331,27,1,10363,7431,,746,1994.204550999991,,,,,,,144,88,0,,,,,,,,,,,gutim,15541 +non,331,29,1,10364,7431,4848,768,1994.204550999991,0.288722826086957,8,0,Ab6,pp,8,144,92,8,,,,,,o,,,e,,gutim,15542 +non,331,30,1,10365,7431,4848,768,1994.204550999991,0.434782608695652,8,0,C7,pp,8,144,96,8,,,,,,o,,,e,,gutim,15543 +non,331,31,1,10366,7431,4848,768,1994.204550999991,0.434782608695652,8,0,Gb7,pp,8,144,102,8,,,,,,o,,,e,,gutim,15544 +non,331,32,3,10367,7431,4848,768,1994.204550999991,0.0849184782608696,32,0,F2,f,20,144,41,20,,,,,,o,,d 6022,,t 6022,gutim,15545 +nof,331,32,3,10367,7432,,768,1994.289550999991,,,,,,,144,41,0,,,,,,,,,,,gutim,15545 +non,331,33,3,10368,7432,4849,793,1994.289550999991,0.0883152173913044,32,0,Ab1,mf+,18,144,32,18,,,,,,o,,,,,gutim,15546 +nof,331,33,3,10368,7433,,793,1994.377550999991,,,,,,,144,32,0,,,,,,,,,,,gutim,15546 +non,331,34,3,10369,7433,4850,819,1994.377550999991,0.0849184782608696,32,0,Gb1,mf,17,144,30,17,,,,,,o,,,,,gutim,15547 +nof,331,34,3,10369,7434,,819,1994.462550999991,,,,,,,144,30,0,,,,,,,,,,,gutim,15547 +non,331,35,3,10370,7434,4851,844,1994.462550999991,0.0883152173913044,32,0,F2,mp+,15,144,41,15,,,,,,o,,,,,gutim,15548 +non,331,36,1,10371,7435,4852,853,1994.492550999991,0.288722826086957,8,0,Ab5,pp-,7,144,80,7,,,,,,o,,,e,,gutim,15549 +non,331,37,1,10372,7435,4852,853,1994.492550999991,0.434782608695652,8,0,C6,pp-,7,144,84,7,,,,,,o,,,e,,gutim,15550 +nof,331,29,1,10364,7436,,768,1994.492550999991,,,,,,,144,92,0,,,,,,,,,,,gutim,15542 +nof,331,35,3,10370,7437,,844,1994.550550999991,,,,,,,144,41,0,,,,,,,,,,,gutim,15548 +non,331,38,3,10373,7438,4853,870,1994.550550999991,0.0883152173913044,32,0,Gb1,mp,14,144,30,14,,,,,,o,,,,,gutim,15551 +nof,331,38,3,10373,7439,,870,1994.6395509999911,,,,,,,144,30,0,,,,,,,,,,,gutim,15551 +non,331,39,3,10374,7439,4854,896,1994.6395509999911,0.217391304347826,16,0,C2,p+,12,144,36,12,,,,,t,o,,,,,gutim,15552 +nof,331,30,1,10365,7440,,768,1994.6395509999911,,,,,,,144,96,0,,,,,,,,,,,gutim,15543 +nof,331,31,1,10366,7440,,768,1994.6395509999911,,,,,,,144,102,0,,,,,,,,,,,gutim,15544 +nof,331,36,1,10371,7441,,853,1994.781550999991,,,,,,,144,80,0,,,,,,,,,,,gutim,15549 +non,331,40,1,10375,7441,4855,938,1994.781550999991,0.292119565217391,8,0,E5,ppp,5,144,76,5,,,,,,o,,,e,,gutim,15553 +non,331,41,3,10376,7442,,960,1994.856550999991,0.0543478260869565,64,0,C2,,,,,,,,,,T,,,,,,gutim,15554 +nof,331,39,3,10374,7443,,896,1994.910550999991,,,,,,,144,36,0,,,,,,,,,,,gutim,15552 +non,331,42,3,10377,7443,4856,976,1994.910550999991,0.0543478260869565,64,0,Gb1,pp-,7,144,30,7,,,,,t,o,,,,,gutim,15555 +non,331,43,3,10378,7443,4856,976,1994.910550999991,0.0543478260869565,64,0,Ab1,pp-,7,144,32,7,,,,,t,o,,,,,gutim,15556 +non,331,44,3,10379,7443,4856,976,1994.910550999991,0.0543478260869565,64,0,F2,pp-,7,144,41,7,,,,,t,o,,,,,gutim,15557 +nof,331,37,1,10372,7444,,853,1994.927550999991,,,,,,,144,84,0,,,,,,,,,,,gutim,15550 +non,331,45,3,10380,7445,,992,1994.965550999991,0.0543478260869565,64,0,Gb1,,,,,,,,,,T,,,,,,gutim,15558 +non,331,46,3,10381,7445,,992,1994.965550999991,0.0543478260869565,64,0,Ab1,,,,,,,,,,T,,,,,,gutim,15559 +non,331,47,3,10382,7445,4857,992,1994.965550999991,0.0543478260869565,64,0,C2,ppp+,6,144,36,6,,,,,,o,,,,,gutim,15560 +non,331,48,3,10383,7445,,992,1994.965550999991,0.0543478260869565,64,0,F2,,,,,,,,,,T,,,,,,gutim,15561 +nof,331,42,3,10377,7446,,976,1995.019550999991,,,,,,,144,30,0,,,,,,,,,,,gutim,15555 +nof,331,43,3,10378,7446,,976,1995.019550999991,,,,,,,144,32,0,,,,,,,,,,,gutim,15556 +nof,331,44,3,10379,7446,,976,1995.019550999991,,,,,,,144,41,0,,,,,,,,,,,gutim,15557 +nof,331,47,3,10382,7446,,992,1995.019550999991,,,,,,,144,36,0,,,,,,,,,,,gutim,15560 +non,331,49,3,10384,7446,4858,1008,1995.019550999991,0.0543478260869565,64,0,E4,ppp,5,144,64,5,,,,,,o,,,,,gutim,15562 +nof,331,40,1,10375,7447,,938,1995.073550999991,,,,,,,144,76,0,,,,,,,,,,,gutim,15553 +nof,331,49,3,10384,7447,,1008,1995.073550999991,,,,,,,144,64,0,,,,,,,,,,,gutim,15562 +bar,332,0,0,10385,7447,,0,1995.073550999991,,,,,,,,,,332,,,,,,,,,,gutim,15563 +rst,332,1,1,10386,7447,,0,1995.073550999991,,,,,,,176,102,0,,,,,,,,,,,gutim,15564 +non,332,2,3,10387,7447,4859,0,1995.073550999991,3.47826086956522,1,0,Gb2,ppp,5,144,42,5,,,,,t,o,,,E 6022,,gutim,15565 +rst,332,3,4,10388,7447,,0,1995.073550999991,,,,,,,176,102,0,,,,,,,,,,,gutim,15566 +non,332,5,4,10389,7448,4860,256,1995.943550999991,0.869565217391304,4,0,Gb1,fff,24,144,30,24,,,,,t,o,,,,,gutim,15567 +ped,332,4,0,10390,7448,,256,1995.943550999991,,,,,,,176,64,127,,,,,,,V,,,,gutim,15568 +non,332,6,4,10391,7449,,512,1996.8125509999911,3.47826086956522,1,0,Gb1,,,,,,,,,,T,,,,,,gutim,15569 +non,332,7,3,10392,7450,,1024,1998.552550999991,6.08695652173913,1,2,Gb2,,,,,,,,,,T,,,,,,gutim,15570 +non,332,8,1,10393,7451,4861,1536,2000.291550999991,0.869565217391304,4,0,Ab4,mp,14,144,68,14,,,,,t,o,,,,,gutim,15571 +non,332,9,4,10394,7451,4861,1536,2000.291550999991,0.869565217391304,4,0,Gb1,mp,14,144,30,14,,,,,t,o,,,,,gutim,15572 +nof,332,5,4,10389,7452,,256,2000.291550999991,,,,,,,144,30,0,,,,,,,,,,,gutim,15572 +non,332,10,1,10395,7453,,1792,2001.160550999991,3.47826086956522,1,0,Ab4,,,,,,,,,,T,,,,,,gutim,15573 +non,332,11,4,10396,7453,,1792,2001.160550999991,3.47826086956522,1,0,Gb1,,,,,,,,,,T,,,,,,gutim,15574 +ped,332,12,0,10397,7454,,2815,2004.487550999991,,,,,,,176,64,0,,,,,,,^,,,,gutim,15568 +nof,332,8,1,10393,7455,,1536,2004.6395509999911,,,,,,,144,68,0,,,,,,,,,,,gutim,15571 +nof,332,9,4,10394,7455,,1536,2004.6395509999911,,,,,,,144,30,0,,,,,,,,,,,gutim,15575 +bar,333,0,0,10398,7455,,0,2004.6395509999911,,,,,,,,,,333,,,,,,,,,,gutim,15576 +non,333,2,1,10399,7455,4862,0,2004.6395509999911,0.0849184782608696,32,0,Ab5,mp,14,144,80,14,,,,,,o,,,,,gutim,15577 +rst,333,3,3,10400,7455,,0,2004.6395509999911,,,,,,,176,102,0,,,,,,,,,,,gutim,15578 +nof,332,2,3,10387,7456,,0,2004.6395509999911,,,,,,,144,42,0,,,,,,,,,,,gutim,15565 +nof,333,2,1,10399,7457,,0,2004.723550999991,,,,,,,144,80,0,,,,,,,,,,,gutim,15577 +non,333,4,1,10401,7457,4863,25,2004.723550999991,0.0883152173913044,32,0,F6,mp,14,144,89,14,,,,,,o,,,,,gutim,15579 +ped,333,1,0,10402,7458,,0,2004.787550999991,,,,,,,176,64,127,,,,,,,V,,,,gutim,15580 +nof,333,4,1,10401,7459,,25,2004.8125509999911,,,,,,,144,89,0,,,,,,,,,,,gutim,15579 +non,333,5,1,10403,7459,4864,51,2004.8125509999911,0.0849184782608696,32,0,Ab5,mp,14,144,80,14,,,,,,o,,,,,gutim,15581 +nof,333,5,1,10403,7460,,51,2004.897550999991,,,,,,,144,80,0,,,,,,,,,,,gutim,15581 +non,333,6,1,10404,7460,4865,76,2004.897550999991,0.0883152173913044,32,0,C6,mp,14,144,84,14,,,,,,o,,,,,gutim,15582 +nof,333,6,1,10404,7461,,76,2004.9855509999911,,,,,,,144,84,0,,,,,,,,,,,gutim,15582 +non,333,7,1,10405,7461,4866,102,2004.9855509999911,0.0883152173913044,32,0,Ab5,mp+,15,144,80,15,,,,,,o,,,,,gutim,15583 +nof,333,7,1,10405,7462,,102,2005.073550999991,,,,,,,144,80,0,,,,,,,,,,,gutim,15583 +non,333,8,1,10406,7462,4867,128,2005.073550999991,0.129076086956522,32,1,F7,mp+,15,144,101,15,,,,,,o,,,,,gutim,15584 +nof,333,8,1,10406,7463,,128,2005.202550999991,,,,,,,144,101,0,,,,,,,,,,,gutim,15584 +non,333,9,1,10407,7463,4868,166,2005.202550999991,0.129076086956522,32,1,C7,mp+,15,144,96,15,,,,,,o,,,,,gutim,15585 +nof,333,9,1,10407,7464,,166,2005.3315509999911,,,,,,,144,96,0,,,,,,,,,,,gutim,15585 +non,333,10,1,10408,7464,4869,204,2005.3315509999911,0.0883152173913044,32,0,Gb5,mp+,15,144,78,15,,,,,,o,,,,,gutim,15586 +nof,333,10,1,10408,7465,,204,2005.420550999991,,,,,,,144,78,0,,,,,,,,,,,gutim,15586 +non,333,11,1,10409,7465,4870,230,2005.420550999991,0.0883152173913044,32,0,F7,mp+,15,144,101,15,,,,,t,o,,,,,gutim,15587 +non,333,12,1,10410,7466,,256,2005.508550999991,0.0849184782608696,32,0,F7,,,,,,,,,,T,,,,,,gutim,15588 +non,333,13,1,10411,7467,4871,281,2005.593550999991,0.132472826086957,32,1,Gb5,mf-,16,144,78,16,,,,,,o,,,,,gutim,15589 +nof,333,11,1,10409,7468,,230,2005.593550999991,,,,,,,144,101,0,,,,,,,,,,,gutim,15587 +nof,333,13,1,10411,7469,,281,2005.726550999991,,,,,,,144,78,0,,,,,,,,,,,gutim,15589 +non,333,14,1,10412,7469,4872,320,2005.726550999991,0.129076086956522,32,1,E7,mf-,16,144,100,16,,,,,,o,,,,,gutim,15590 +nof,333,14,1,10412,7470,,320,2005.855550999991,,,,,,,144,100,0,,,,,,,,,,,gutim,15590 +non,333,15,1,10413,7470,4873,358,2005.855550999991,0.0883152173913044,32,0,F6,mf-,16,144,89,16,,,,,,o,,,,,gutim,15591 +nof,333,15,1,10413,7471,,358,2005.943550999991,,,,,,,144,89,0,,,,,,,,,,,gutim,15591 +non,333,16,1,10414,7471,4874,384,2005.943550999991,0.0849184782608696,32,0,C5,mf-,16,144,72,16,,,,,,o,,,,,gutim,15592 +nof,333,16,1,10414,7472,,384,2006.028550999991,,,,,,,144,72,0,,,,,,,,,,,gutim,15592 +non,333,17,1,10415,7472,4875,409,2006.028550999991,0.132472826086957,32,1,Gb4,mf,17,144,66,17,,,,,,o,,,,,gutim,15593 +nof,333,17,1,10415,7473,,409,2006.160550999991,,,,,,,144,66,0,,,,,,,,,,,gutim,15593 +non,333,18,1,10416,7473,4876,448,2006.160550999991,0.129076086956522,32,1,E7,mf,17,144,100,17,,,,,,o,,,,,gutim,15594 +nof,333,18,1,10416,7474,,448,2006.289550999991,,,,,,,144,100,0,,,,,,,,,,,gutim,15594 +non,333,19,1,10417,7474,4877,486,2006.289550999991,0.0883152173913044,32,0,E6,mf,17,144,88,17,,,,,,o,,,,,gutim,15595 +nof,333,19,1,10417,7475,,486,2006.378550999991,,,,,,,144,88,0,,,,,,,,,,,gutim,15595 +rst,333,20,1,10418,7475,,512,2006.378550999991,,,,,,,176,102,0,,,,,,,,,,,gutim,15596 +ped,333,21,0,10419,7476,,1023,2008.113550999991,,,,,,,176,64,0,,,,,,,^,,,,gutim,15580 +rst,333,22,1,10420,7477,,1024,2008.117550999991,,,,,,,176,102,0,,,,,,,,,,,gutim,15597 +rst,333,23,3,10421,7477,,1024,2008.117550999991,,,,,,,176,102,0,,,,,,,,,,,gutim,15598 +bar,334,0,0,10422,7478,,0,2008.986550999991,,,,,,,,,,334,,,,,,,,,,gutim,15599 +sec,334,1,0,10423,7479,,0,2009.986550999991,,,,,,,,,,,6022,,,,,,,,,gutim,15600 +bpm,334,2,0,10424,7479,,0,2009.986550999991,,1,,,,,,,,,,56,,,,,,,,gutim,15601 +non,334,5,1,10425,7479,4878,0,2009.986550999991,1.60714285714286,4,1,E6,mf,17,144,88,17,,,,,,o,,d,,,gutim,15602 +rst,334,6,3,10426,7479,,0,2009.986550999991,,,,,,,176,102,0,,,,,,,,,,,gutim,15603 +non,334,4,1,10427,7479,4878,,2009.986550999991,0.05,8,0,C5,mf,17,144,72,17,,,,g,,o,,d,,,gutim,15604 +nof,334,4,1,10427,7480,,,2010.036550999991,,,,,,,144,72,0,,,,,,,,,,,gutim,15604 +non,334,7,4,10428,7481,4879,,2010.061550999991,0.05,8,0,Gb4,pp,8,144,66,8,,,,g,,o,,d,,,gutim,15605 +nof,334,7,4,10428,7482,,,2010.111550999991,,,,,,,144,66,0,,,,,,,,,,,gutim,15605 +non,334,8,4,10429,7483,4880,,2010.136550999991,0.05,8,0,F4,pp,8,144,65,8,,,,g,,o,,d,,,gutim,15606 +nof,334,8,4,10429,7484,,,2010.186550999991,,,,,,,144,65,0,,,,,,,,,,,gutim,15606 +non,334,9,4,10430,7485,4881,0,2010.211550999991,4.28571428571429,1,0,G#2,p,11,144,44,11,,,,,,o,,d,,,gutim,15607 +non,334,10,4,10431,7485,4881,0,2010.211550999991,4.28571428571429,1,0,B2,p,11,144,47,11,,,,,,o,,d,,,gutim,15608 +ped,334,3,0,10432,7485,,0,2010.211550999991,,,,,,,176,64,127,,,,,,,V,,,,gutim,15609 +nof,334,5,1,10425,7486,,0,2011.594550999991,,,,,,,144,88,0,,,,,,,,,,,gutim,15602 +non,334,11,1,10433,7487,4882,384,2011.819550999991,0.267857142857143,16,0,E6,mf,17,144,88,17,,,,,,o,,,,,gutim,15610 +nof,334,11,1,10433,7488,,384,2012.086550999991,,,,,,,144,88,0,,,,,,,,,,,gutim,15610 +non,334,12,1,10434,7488,4883,448,2012.086550999991,0.267857142857143,16,0,G#4,mp,14,144,68,14,,,,,t,o,,,,,gutim,15611 +non,334,13,1,10435,7489,,512,2012.354550999991,1.07142857142857,4,0,G#4,,,,,,,,,,_,,,,,,gutim,15612 +non,334,14,3,10436,7489,4884,512,2012.354550999991,0.087890625,32,0,G1,ppp,5,144,31,5,,,,,,o,,d,,,gutim,15613 +nof,334,14,3,10436,7490,,512,2012.442550999991,,,,,,,144,31,0,,,,,,,,,,,gutim,15613 +non,334,15,3,10437,7490,4885,533,2012.442550999991,0.087890625,32,0,F2,ppp,5,144,41,5,,,,,,o,,D,,,gutim,15614 +nof,334,15,3,10437,7491,,533,2012.530550999991,,,,,,,144,41,0,,,,,,,,,,,gutim,15614 +non,334,16,3,10438,7491,4886,554,2012.530550999991,0.0920758928571429,32,0,G1,ppp,5,144,31,5,,,,,,o,,,,,gutim,15615 +nof,334,16,3,10438,7492,,554,2012.622550999991,,,,,,,144,31,0,,,,,,,,,,,gutim,15615 +non,334,17,3,10439,7492,4887,576,2012.622550999991,0.17578125,16,0,F2,ppp,5,144,41,5,,,,,,o,,,,,gutim,15616 +nof,334,17,3,10439,7493,,576,2012.798550999991,,,,,,,144,41,0,,,,,,,,,,,gutim,15616 +non,334,18,3,10440,7493,4888,618,2012.798550999991,0.0920758928571429,32,0,A0,ppp,5,144,21,5,,,,,t,o,,,,,gutim,15617 +non,334,19,3,10441,7494,,640,2012.890550999991,0.535714285714286,8,1,A0,,,,,,,,,,T,,,,,,gutim,15618 +ped,334,20,0,10442,7495,,768,2013.276550999991,,,,,,,176,64,0,,,,,,,^,,,,gutim,15609 +nof,334,18,3,10440,7496,,618,2013.426550999991,,,,,,,144,21,0,,,,,,,,,,,gutim,15617 +non,334,22,1,10443,7496,,768,2013.426550999991,0.535714285714286,8,0,G#4,,,,,,,,,,T,,,,,,gutim,15619 +rst,334,23,3,10444,7496,,768,2013.426550999991,,,,,,,176,102,0,,,,,,,,,,,gutim,15620 +ped,334,21,0,10445,7497,,768,2013.576550999991,,,,,,,176,64,127,,,,,,,V,,,,gutim,15621 +non,334,24,1,10446,7498,4889,896,2013.961550999991,0.0669642857142857,64,0,Bb6,mf,17,144,94,17,,,,,,o,,,e,,gutim,15622 +nof,334,12,1,10434,7499,,448,2013.961550999991,,,,,,,144,68,0,,,,,,,,,,,gutim,15611 +nof,334,24,1,10446,7500,,896,2014.028550999991,,,,,,,144,94,0,,,,,,,,,,,gutim,15622 +non,334,25,1,10447,7500,4890,912,2014.028550999991,0.0669642857142857,64,0,F5,mf-,16,144,77,16,,,,,,o,,,e,,gutim,15623 +nof,334,25,1,10447,7501,,912,2014.095550999991,,,,,,,144,77,0,,,,,,,,,,,gutim,15623 +non,334,26,1,10448,7501,4891,928,2014.095550999991,0.0669642857142857,64,0,Bb7,mf-,16,144,106,16,,,,,,o,,,e,,gutim,15624 +nof,334,26,1,10448,7502,,928,2014.162550999991,,,,,,,144,106,0,,,,,,,,,,,gutim,15624 +non,334,27,1,10449,7502,4892,944,2014.162550999991,0.0669642857142857,64,0,C6,mp+,15,144,84,15,,,,,,o,,,e,,gutim,15625 +nof,334,27,1,10449,7503,,944,2014.229550999991,,,,,,,144,84,0,,,,,,,,,,,gutim,15625 +non,334,28,1,10450,7503,4893,960,2014.229550999991,0.267857142857143,16,0,F6,mp,14,144,89,14,,,,,,o,,,E 6023,,gutim,15626 +ped,334,29,0,10451,7504,,1023,2014.345550999991,,,,,,,176,64,0,,,,,,,^,,,,gutim,15621 +nof,334,28,1,10450,7505,,960,2014.497550999991,,,,,,,144,89,0,,,,,,,,,,,gutim,15626 +bar,335,0,0,10452,7505,,0,2014.497550999991,,,,,,,,,,335,,,,,,,,,,gutim,15627 +non,335,2,1,10453,7505,4894,0,2014.497550999991,0.267857142857143,16,0,Bb7,p+,12,144,106,12,,,,,,o,,,,,gutim,15628 +non,335,3,3,10454,7505,4894,0,2014.497550999991,2.14285714285714,2,0,D4,pp,8,144,62,8,,,,,,o,,,,,gutim,15629 +non,335,4,4,10455,7505,4894,0,2014.497550999991,0.426897321428571,8,0,C5,ppp,5,144,72,5,,,,,,o,,,,,gutim,15630 +nof,334,9,4,10430,7506,,0,2014.497550999991,,,,,,,144,44,0,,,,,,,,,,,gutim,15607 +nof,334,10,4,10431,7506,,0,2014.497550999991,,,,,,,144,47,0,,,,,,,,,,,gutim,15608 +ped,335,1,0,10456,7507,,0,2014.645550999991,,,,,,,176,64,127,,,,,,,V,,,,gutim,15631 +nof,335,2,1,10453,7508,,0,2014.765550999991,,,,,,,144,106,0,,,,,,,,,,,gutim,15628 +non,335,5,1,10457,7508,4895,64,2014.765550999991,0.133928571428571,32,0,C6,pp+,9,144,84,9,,,,,,o,,,,,gutim,15632 +nof,335,5,1,10457,7509,,64,2014.899550999991,,,,,,,144,84,0,,,,,,,,,,,gutim,15632 +non,335,6,1,10458,7509,4896,96,2014.899550999991,0.267857142857143,16,0,Bb7,pp,8,144,106,8,,,,,,o,,,,,gutim,15633 +nof,335,4,4,10455,7510,,0,2014.924550999991,,,,,,,144,72,0,,,,,,,,,,,gutim,15630 +non,335,7,4,10459,7510,4897,102,2014.924550999991,0.322265625,16,1,Ab3,ppp,5,144,56,5,,,,,,o,,d,,,gutim,15634 +nof,335,6,1,10458,7511,,96,2015.167550999991,,,,,,,144,106,0,,,,,,,,,,,gutim,15633 +non,335,8,1,10460,7511,4898,160,2015.167550999991,0.401785714285714,16,1,E7,ppp,5,144,100,5,,,,,,o,,d,,,gutim,15635 +nof,335,7,4,10459,7512,,102,2015.246550999991,,,,,,,144,56,0,,,,,,,,,,,gutim,15634 +non,335,9,4,10461,7512,4899,179,2015.246550999991,0.104631696428571,32,0,C5,ppp,5,144,72,5,,,,,,o,,d,,,gutim,15636 +nof,335,9,4,10461,7513,,179,2015.351550999991,,,,,,,144,72,0,,,,,,,,,,,gutim,15636 +non,335,10,4,10462,7513,4900,204,2015.351550999991,0.217633928571429,16,0,E5,ppp,5,144,76,5,,,,,t,o,,d,,,gutim,15637 +nof,335,8,1,10460,7514,,160,2015.569550999991,,,,,,,144,100,0,,,,,,,,,,,gutim,15635 +rst,335,11,1,10463,7514,,256,2015.569550999991,,,,,,,176,102,0,,,,,,,,,,,gutim,15638 +non,335,12,4,10464,7514,,256,2015.569550999991,0.213448660714286,16,0,E5,,,,,,,,,,T,,,,,,gutim,15639 +non,335,13,4,10465,7515,4901,307,2015.782550999991,0.104631696428571,32,0,C5,ppp,5,144,72,5,,,,,,o,,d,,,gutim,15640 +nof,335,10,4,10462,7516,,204,2015.782550999991,,,,,,,144,76,0,,,,,,,,,,,gutim,15637 +nof,335,13,4,10465,7517,,307,2015.887550999991,,,,,,,144,72,0,,,,,,,,,,,gutim,15640 +non,335,14,4,10466,7517,4902,332,2015.887550999991,0.108816964285714,32,0,E5,ppp,5,144,76,5,,,,,,o,,d,,,gutim,15641 +non,335,15,1,10467,7518,4903,352,2015.970550999991,0.133928571428571,32,0,G#5,ppp,5,144,80,5,,,,,,o,,d,,,gutim,15642 +nof,335,3,3,10454,7519,,0,2015.995550999991,,,,,,,144,62,0,,,,,,,,,,,gutim,15629 +nof,335,14,4,10466,7519,,332,2015.995550999991,,,,,,,144,76,0,,,,,,,,,,,gutim,15641 +non,335,16,4,10468,7519,4904,358,2015.995550999991,0.64453125,8,1,D4,ppp,5,144,62,5,,,,,,o,,d,,,gutim,15643 +nof,335,15,1,10467,7520,,352,2016.104550999991,,,,,,,144,80,0,,,,,,,,,,,gutim,15642 +non,335,17,1,10469,7520,4905,384,2016.104550999991,0.267857142857143,16,0,E7,ppp,5,144,100,5,,,,,,o,,d,,,gutim,15644 +nof,335,17,1,10469,7521,,384,2016.372550999991,,,,,,,144,100,0,,,,,,,,,,,gutim,15644 +non,335,18,1,10470,7521,4906,448,2016.372550999991,0.267857142857143,16,0,G#5,ppp,5,144,80,5,,,,,,o,,d,,,gutim,15645 +nof,335,16,4,10468,7522,,358,2016.640550999991,,,,,,,144,62,0,,,,,,,,,,,gutim,15643 +nof,335,18,1,10470,7522,,448,2016.640550999991,,,,,,,144,80,0,,,,,,,,,,,gutim,15645 +non,335,19,1,10471,7522,4907,512,2016.640550999991,0.133928571428571,32,0,D4,p,11,144,62,11,,,,,,o,,D,,,gutim,15646 +rst,335,20,3,10472,7522,,512,2016.640550999991,,,,,,,176,102,0,,,,,,,,,,,gutim,15647 +rst,335,21,4,10473,7522,,512,2016.640550999991,,,,,,,176,102,0,,,,,,,,,,,gutim,15648 +nof,335,19,1,10471,7523,,512,2016.774550999991,,,,,,,144,62,0,,,,,,,,,,,gutim,15646 +non,335,22,1,10474,7523,4908,544,2016.774550999991,0.401785714285714,16,1,Bb5,mp,14,144,82,14,,,,,,o,,,,,gutim,15649 +non,335,23,4,10475,7524,4909,563,2016.853550999991,0.104631696428571,32,0,C5,ppp,5,144,72,5,,,,,,o,,,,,gutim,15650 +nof,335,23,4,10475,7525,,563,2016.958550999991,,,,,,,144,72,0,,,,,,,,,,,gutim,15650 +non,335,24,4,10476,7525,4910,588,2016.958550999991,0.108816964285714,32,0,E5,ppp,5,144,76,5,,,,,,o,,,,,gutim,15651 +nof,335,24,4,10476,7526,,588,2017.067550999991,,,,,,,144,76,0,,,,,,,,,,,gutim,15651 +non,335,25,4,10477,7526,4911,614,2017.067550999991,0.64453125,8,1,D4,ppp-,4,144,62,4,,,,,,o,,,,,gutim,15652 +nof,335,22,1,10474,7527,,544,2017.176550999991,,,,,,,144,82,0,,,,,,,,,,,gutim,15649 +rst,335,26,1,10478,7528,,640,2017.176550999991,,,,,,,176,102,0,,,,,,,,,,,gutim,15653 +non,335,27,1,10479,7529,4912,704,2017.444550999991,0.267857142857143,16,0,G#5,pppp+,3,144,80,3,,,,,,o,,,,,gutim,15654 +nof,335,25,4,10477,7530,,614,2017.711550999991,,,,,,,144,62,0,,,,,,,,,,,gutim,15652 +nof,335,27,1,10479,7530,,704,2017.711550999991,,,,,,,144,80,0,,,,,,,,,,,gutim,15654 +non,335,28,1,10480,7530,4913,768,2017.711550999991,1.07142857142857,4,0,G#5,pppp+,3,144,80,3,,,,,,o,,,,,gutim,15655 +non,335,29,4,10481,7530,4913,768,2017.711550999991,0.426897321428571,8,0,C5,pppp+,3,144,72,3,,,,,,o,,,,,gutim,15656 +nof,335,29,4,10481,7531,,768,2018.138550999991,,,,,,,144,72,0,,,,,,,,,,,gutim,15656 +non,335,30,4,10482,7531,4914,870,2018.138550999991,0.108816964285714,32,0,E5,pppp-,1,144,76,1,,,,,,o,,,,,gutim,15657 +nof,335,30,4,10482,7532,,870,2018.247550999991,,,,,,,144,76,0,,,,,,,,,,,gutim,15657 +non,335,31,4,10483,7532,4915,896,2018.247550999991,0.104631696428571,32,0,D4,pppp-,1,144,62,1,,,,,t,o,,,,,gutim,15658 +non,335,32,4,10484,7533,,921,2018.352550999991,0.431082589285714,8,0,D4,,,,,,,,,,T,,,,,,gutim,15659 +ped,335,33,0,10485,7534,,1023,2018.631550999991,,,,,,,176,64,0,,,,,,,^,,,,gutim,15631 +nof,335,28,1,10480,7535,,768,2018.7835509999911,,,,,,,144,80,0,,,,,,,,,,,gutim,15655 +nof,335,31,4,10483,7535,,896,2018.7835509999911,,,,,,,144,62,0,,,,,,,,,,,gutim,15658 +bar,336,0,0,10486,7536,,0,2018.7835509999911,,,,,,,,,,336,,,,,,,,,,gutim,15660 +non,336,2,1,10487,7536,4916,0,2018.7835509999911,0.05859375,64,0,C3,ppp,5,144,48,5,,,,,,o,,d,,,gutim,15661 +non,336,3,3,10488,7536,4916,0,2018.7835509999911,3.21428571428571,2,1,Ab2,ppp,5,144,44,5,,,,,,o,,d,,,gutim,15662 +non,336,4,4,10489,7536,4916,0,2018.7835509999911,1.60714285714286,4,1,Db2,f,20,144,37,20,,,,,,o,,d,,,gutim,15663 +nof,336,2,1,10487,7537,,0,2018.8415509999911,,,,,,,144,48,0,,,,,,,,,,,gutim,15661 +non,336,5,1,10490,7537,4917,14,2018.8415509999911,0.05859375,64,0,Bb7,ppp,5,144,106,5,,,,,,o,,,,,gutim,15664 +nof,336,5,1,10490,7538,,14,2018.900550999991,,,,,,,144,106,0,,,,,,,,,,,gutim,15664 +non,336,6,1,10491,7538,4918,28,2018.900550999991,0.05859375,64,0,E7,ppp+,6,144,100,6,,,,,,o,,,,,gutim,15665 +ped,336,1,0,10492,7539,,0,2018.931550999991,,,,,,,176,64,127,,,,,,,V,,,,gutim,15666 +nof,336,6,1,10491,7540,,28,2018.959550999991,,,,,,,144,100,0,,,,,,,,,,,gutim,15665 +non,336,7,1,10493,7540,4919,42,2018.959550999991,0.05859375,64,0,F6,ppp+,6,144,89,6,,,,,,o,,,,,gutim,15667 +nof,336,7,1,10493,7541,,42,2019.017550999991,,,,,,,144,89,0,,,,,,,,,,,gutim,15667 +non,336,8,1,10494,7541,4920,56,2019.017550999991,0.0627790178571429,64,0,E7,pp-,7,144,100,7,,,,,,o,,,,,gutim,15668 +nof,336,8,1,10494,7542,,56,2019.080550999991,,,,,,,144,100,0,,,,,,,,,,,gutim,15668 +non,336,9,1,10495,7542,4921,71,2019.080550999991,0.05859375,64,0,Ab4,pp,8,144,68,8,,,,,,o,,,,,gutim,15669 +nof,336,9,1,10495,7543,,71,2019.1395509999911,,,,,,,144,68,0,,,,,,,,,,,gutim,15669 +non,336,10,1,10496,7543,4922,85,2019.1395509999911,0.05859375,64,0,Bb6,pp,8,144,94,8,,,,,,o,,,,,gutim,15670 +nof,336,10,1,10496,7544,,85,2019.197550999991,,,,,,,144,94,0,,,,,,,,,,,gutim,15670 +non,336,11,1,10497,7544,4923,99,2019.197550999991,0.05859375,64,0,C5,pp,8,144,72,8,,,,,,o,,,,,gutim,15671 +nof,336,11,1,10497,7545,,99,2019.256550999991,,,,,,,144,72,0,,,,,,,,,,,gutim,15671 +non,336,12,1,10498,7545,4924,113,2019.256550999991,0.0627790178571429,64,0,Bb6,pp+,9,144,94,9,,,,,,o,,,,,gutim,15672 +nof,336,12,1,10498,7546,,113,2019.319550999991,,,,,,,144,94,0,,,,,,,,,,,gutim,15672 +non,336,13,1,10499,7546,4925,128,2019.319550999991,0.17578125,16,0,E6,p-,10,144,88,10,,,,,,o,,,,,gutim,15673 +nof,336,13,1,10499,7547,,128,2019.494550999991,,,,,,,144,88,0,,,,,,,,,,,gutim,15673 +non,336,14,1,10500,7547,4926,170,2019.494550999991,0.179966517857143,16,0,Ab3,p,11,144,56,11,,,,,,o,,d,,,gutim,15674 +nof,336,14,1,10500,7548,,170,2019.674550999991,,,,,,,144,56,0,,,,,,,,,,,gutim,15674 +non,336,15,1,10501,7548,4927,213,2019.674550999991,0.179966517857143,16,0,F5,p,11,144,77,11,,,,,,o,,d,,,gutim,15675 +nof,336,15,1,10501,7549,,213,2019.854550999991,,,,,,,144,77,0,,,,,,,,,,,gutim,15675 +rst,336,16,1,10502,7549,,256,2019.854550999991,,,,,,,176,102,0,,,,,,,,,,,gutim,15676 +nof,336,4,4,10489,7550,,0,2020.390550999991,,,,,,,144,37,0,,,,,,,,,,,gutim,15663 +non,336,17,4,10503,7550,4928,384,2020.390550999991,1.60714285714286,4,1,Eb1,p,11,144,27,11,,,,,,o,,d,,,gutim,15677 +non,336,18,4,10504,7550,4928,384,2020.390550999991,1.07142857142857,4,1,Db2,p,11,144,37,11,,,,,,o,,d 6023,,,gutim,15678 +nof,336,18,4,10504,7551,,384,2021.461550999991,,,,,,,144,37,0,,,,,,,,,,,gutim,15678 +nof,336,17,4,10503,7552,,384,2021.997550999991,,,,,,,144,27,0,,,,,,,,,,,gutim,15677 +ped,336,19,0,10505,7552,,768,2021.997550999991,,,,,,,176,64,0,,,,,,,^,,,,gutim,15666 +rst,336,20,3,10506,7552,,768,2021.997550999991,,,,,,,176,102,0,,,,,,,,,,,gutim,15679 +rst,336,21,4,10507,7552,,768,2021.997550999991,,,,,,,176,102,0,,,,,,,,,,,gutim,15680 +sec,336,22,0,10508,7552,,768,2021.997550999991,,,,,,,,,,,6023,,,,,,,,,gutim,15681 +nof,336,3,3,10488,7553,,0,2021.997550999991,,,,,,,144,44,0,,,,,,,,,,,gutim,15662 +non,336,23,1,10509,7554,4929,,2022.919550999991,0.05,8,0,D4,p,11,144,62,11,,,,g,,o,,d,,,gutim,15682 +nof,336,23,1,10509,7555,,,2022.969550999991,,,,,,,144,62,0,,,,,,,,,,,gutim,15682 +non,336,24,1,10510,7556,4930,,2022.994550999991,0.05,8,0,Bb4,p,11,144,70,11,,,,g,,o,,d,,,gutim,15683 +nof,336,24,1,10510,7557,,,2023.044550999991,,,,,,,144,70,0,,,,,,,,,,,gutim,15683 +bar,337,0,0,10511,7558,,0,2023.069550999991,,,,,,,,,,337,,,,,,,,,,gutim,15684 +rst,337,1,1,10512,7558,,0,2023.069550999991,,,,,,,176,102,0,,,,,,,,,,,gutim,15685 +rst,337,2,2,10513,7558,,0,2023.069550999991,,,,,,,176,102,0,,,,,,,,,,,gutim,15686 +non,337,3,3,10514,7558,4931,0,2023.069550999991,1.07142857142857,4,0,B0,p,11,144,23,11,,,,,,o,,d,,t,gutim,15687 +non,337,4,4,10515,7558,4931,0,2023.069550999991,0.133928571428571,32,0,Eb1,f,20,144,27,20,,,,,,o,,d,,,gutim,15688 +non,337,5,4,10516,7558,4931,0,2023.069550999991,0.133928571428571,32,0,Db2,f,20,144,37,20,,,,,,o,,d,,,gutim,15689 +non,337,6,1,10517,7559,4932,21,2023.156550999991,0.179966517857143,16,0,C2,ppp,5,144,36,5,,,,,,o,,d,,,gutim,15690 +nof,337,4,4,10515,7560,,0,2023.202550999991,,,,,,,144,27,0,,,,,,,,,,,gutim,15688 +nof,337,5,4,10516,7560,,0,2023.202550999991,,,,,,,144,37,0,,,,,,,,,,,gutim,15689 +rst,337,7,4,10518,7560,,32,2023.202550999991,,,,,,,176,102,0,,,,,,,,,,,gutim,15691 +nof,337,6,1,10517,7561,,21,2023.336550999991,,,,,,,144,36,0,,,,,,,,,,,gutim,15690 +non,337,8,1,10519,7562,4933,64,2023.336550999991,0.087890625,32,0,E4,pp-,7,144,64,7,,,,,,o,,,,,gutim,15692 +non,337,9,4,10520,7562,4933,64,2023.336550999991,0.267857142857143,16,0,Eb1,p,11,144,27,11,,,,,,o,,D,,,gutim,15693 +nof,337,8,1,10519,7563,,64,2023.424550999991,,,,,,,144,64,0,,,,,,,,,,,gutim,15692 +non,337,10,1,10521,7563,4934,85,2023.424550999991,0.179966517857143,16,0,C2,pp,8,144,36,8,,,,,,o,,,,,gutim,15694 +nof,337,9,4,10520,7564,,64,2023.604550999991,,,,,,,144,27,0,,,,,,,,,,,gutim,15693 +nof,337,10,1,10521,7564,,85,2023.604550999991,,,,,,,144,36,0,,,,,,,,,,,gutim,15694 +non,337,12,1,10522,7564,4935,128,2023.604550999991,0.17578125,16,0,Bb4,p-,10,144,70,10,,,,,,o,,,,,gutim,15695 +rst,337,13,4,10523,7564,,128,2023.604550999991,,,,,,,176,102,0,,,,,,,,,,,gutim,15696 +ped,337,11,0,10524,7564,,128,2023.604550999991,,,,,,,176,64,127,,,,,,,V,,,,gutim,15697 +nof,337,12,1,10522,7565,,128,2023.780550999991,,,,,,,144,70,0,,,,,,,,,,,gutim,15695 +non,337,14,1,10525,7565,4936,170,2023.780550999991,0.0920758928571429,32,0,F3,p,11,144,53,11,,,,,,o,,,,,gutim,15698 +nof,337,14,1,10525,7566,,170,2023.872550999991,,,,,,,144,53,0,,,,,,,,,,,gutim,15698 +non,337,15,1,10526,7566,4937,192,2023.872550999991,0.087890625,32,0,Bb4,p+,12,144,70,12,,,,,,o,,,,,gutim,15699 +nof,337,15,1,10526,7567,,192,2023.960550999991,,,,,,,144,70,0,,,,,,,,,,,gutim,15699 +non,337,16,1,10527,7567,4938,213,2023.960550999991,0.179966517857143,16,0,F3,mp-,13,144,53,13,,,,,,o,,,,,gutim,15700 +nof,337,3,3,10514,7568,,0,2024.140550999991,,,,,,,144,23,0,,,,,,,,,,,gutim,15687 +nof,337,16,1,10527,7568,,213,2024.140550999991,,,,,,,144,53,0,,,,,,,,,,,gutim,15700 +non,337,17,1,10528,7568,4939,256,2024.140550999991,0.17578125,16,0,Bb3,mp+,15,144,58,15,,,,,,o,,,,,gutim,15701 +non,337,18,3,10529,7568,4939,256,2024.140550999991,0.104631696428571,32,0,B0,p,11,144,23,11,,,,,,o,,,,t,gutim,15702 +rst,337,19,4,10530,7568,,256,2024.140550999991,,,,,,,176,102,0,,,,,,,,,,,gutim,15703 +nof,337,18,3,10529,7569,,256,2024.245550999991,,,,,,,144,23,0,,,,,,,,,,,gutim,15702 +non,337,20,3,10531,7569,4940,281,2024.245550999991,0.108816964285714,32,0,D1,mp+,15,144,26,15,,,,,,o,,,,,gutim,15704 +ped,337,23,0,10532,7570,,307,2024.310550999991,,,,,,,176,64,0,,,,,,,^,,,,gutim,15697 +nof,337,17,1,10528,7571,,256,2024.316550999991,,,,,,,144,58,0,,,,,,,,,,,gutim,15701 +non,337,21,1,10533,7571,4941,298,2024.316550999991,0.0920758928571429,32,0,F3,mf,17,144,53,17,,,,,,o,,d,,,gutim,15705 +non,337,22,3,10534,7572,4942,307,2024.353550999991,0.104631696428571,32,0,F#1,f,20,144,30,20,,,,,,o,,d,,,gutim,15706 +nof,337,20,3,10531,7573,,281,2024.353550999991,,,,,,,144,26,0,,,,,,,,,,,gutim,15704 +nof,337,21,1,10533,7574,,298,2024.4085509999911,,,,,,,144,53,0,,,,,,,,,,,gutim,15705 +non,337,24,1,10535,7574,4943,320,2024.4085509999911,0.087890625,32,0,Ab2,mf,17,144,44,17,,,,,,o,,d,,,gutim,15707 +nof,337,22,3,10534,7575,,307,2024.458550999991,,,,,,,144,30,0,,,,,,,,,,,gutim,15706 +non,337,25,3,10536,7575,4944,332,2024.458550999991,0.108816964285714,32,0,B0,p,11,144,23,11,,,,,,o,,d,,,gutim,15708 +nof,337,24,1,10535,7576,,320,2024.496550999991,,,,,,,144,44,0,,,,,,,,,,,gutim,15707 +non,337,26,1,10537,7576,4945,341,2024.496550999991,0.715680803571429,4,0,C3,mf,17,144,48,17,,,,,t,o,,,,,gutim,15709 +non,337,28,3,10538,7577,4946,358,2024.567550999991,0.108816964285714,32,0,D1,pp,8,144,26,8,,,,,,o,,,,,gutim,15710 +nof,337,25,3,10536,7578,,332,2024.567550999991,,,,,,,144,23,0,,,,,,,,,,,gutim,15708 +ped,337,27,0,10539,7579,,358,2024.6105509999911,,,,,,,176,64,127,,,,,,,V,,,,gutim,15711 +nof,337,28,3,10538,7580,,358,2024.676550999991,,,,,,,144,26,0,,,,,,,,,,,gutim,15710 +rst,337,29,3,10540,7580,,384,2024.676550999991,,,,,,,176,102,0,,,,,,,,,,,gutim,15712 +non,337,30,1,10541,7581,,512,2025.211550999991,0.17578125,16,0,C3,,,,,,,,,,T,,,,,,gutim,15713 +non,337,31,2,10542,7581,4947,512,2025.211550999991,1.07142857142857,4,0,Bb4,ff,22,144,70,22,,,,,,o,,d,,t,gutim,15714 +rst,337,32,3,10543,7581,,512,2025.211550999991,,,,,,,176,102,0,,,,,,,,,,,gutim,15715 +rst,337,33,4,10544,7581,,512,2025.211550999991,,,,,,,176,102,0,,,,,,,,,,,gutim,15716 +nof,337,26,1,10537,7582,,341,2025.387550999991,,,,,,,144,48,0,,,,,,,,,,,gutim,15709 +non,337,34,1,10545,7582,4948,554,2025.387550999991,0.535714285714286,8,1,C3,mf,17,144,48,17,,,,,,o,,,,,gutim,15717 +non,337,35,3,10546,7583,4949,640,2025.747550999991,0.104631696428571,32,0,B0,f,20,144,23,20,,,,,,o,,,,,gutim,15718 +nof,337,35,3,10546,7584,,640,2025.852550999991,,,,,,,144,23,0,,,,,,,,,,,gutim,15718 +non,337,36,3,10547,7584,4950,665,2025.852550999991,0.108816964285714,32,0,D1,mf,17,144,26,17,,,,,,o,,,,,gutim,15719 +nof,337,34,1,10545,7585,,554,2025.923550999991,,,,,,,144,48,0,,,,,,,,,,,gutim,15717 +non,337,37,1,10548,7585,4951,682,2025.923550999991,0.359933035714286,8,0,Bb5,mf,17,144,82,17,,,,,,o,,,,,gutim,15720 +non,337,38,3,10549,7586,4952,691,2025.961550999991,0.104631696428571,32,0,F#1,mp,14,144,30,14,,,,,,o,,,,,gutim,15721 +nof,337,36,3,10547,7587,,665,2025.961550999991,,,,,,,144,26,0,,,,,,,,,,,gutim,15719 +nof,337,38,3,10549,7588,,691,2026.065550999991,,,,,,,144,30,0,,,,,,,,,,,gutim,15721 +non,337,39,3,10550,7588,4953,716,2026.065550999991,0.108816964285714,32,0,B0,p,11,144,23,11,,,,,,o,,,,,gutim,15722 +ped,337,40,0,10551,7589,,742,2026.122550999991,,,,,,,176,64,0,,,,,,,^,,,,gutim,15711 +nof,337,39,3,10550,7590,,716,2026.174550999991,,,,,,,144,23,0,,,,,,,,,,,gutim,15722 +non,337,41,3,10552,7590,4954,742,2026.174550999991,0.108816964285714,32,0,D1,pp,8,144,26,8,,,,,,o,,d,,,gutim,15723 +nof,337,37,1,10548,7591,,682,2026.2835509999911,,,,,,,144,82,0,,,,,,,,,,,gutim,15720 +nof,337,31,2,10542,7592,,512,2026.2835509999911,,,,,,,144,70,0,,,,,,,,,,,gutim,15714 +nof,337,41,3,10552,7592,,742,2026.2835509999911,,,,,,,144,26,0,,,,,,,,,,,gutim,15723 +non,337,42,1,10553,7592,4955,768,2026.2835509999911,0.133928571428571,32,0,E5,mf,17,144,76,17,,,,,t,o,,,,,gutim,15724 +non,337,43,1,10554,7592,4955,768,2026.2835509999911,0.133928571428571,32,0,Bb5,mf,17,144,82,17,,,,,,o,,,,,gutim,15725 +non,337,44,2,10555,7592,4955,768,2026.2835509999911,0.133928571428571,32,0,C3,pp,8,144,48,8,,,,,,o,,d,,t 6024,gutim,15726 +rst,337,45,3,10556,7592,,768,2026.2835509999911,,,,,,,176,102,0,,,,,,,,,,,gutim,15727 +non,337,47,3,10557,7593,4956,789,2026.371550999991,0.087890625,32,0,Ab2,pp,8,144,44,8,,,,,,o,,,,,gutim,15728 +nof,337,43,1,10554,7594,,768,2026.417550999991,,,,,,,144,82,0,,,,,,,,,,,gutim,15725 +nof,337,44,2,10555,7594,,768,2026.417550999991,,,,,,,144,48,0,,,,,,,,,,,gutim,15726 +non,337,48,1,10558,7594,,800,2026.417550999991,0.9375,8,2,E5,,,,,,,,,,T,,,,,,gutim,15729 +rst,337,49,2,10559,7594,,800,2026.417550999991,,,,,,,176,102,0,,,,,,,,,,,gutim,15730 +ped,337,46,0,10560,7595,,789,2026.422550999991,,,,,,,176,64,127,,,,,,,V,,,,gutim,15731 +nof,337,47,3,10557,7596,,789,2026.459550999991,,,,,,,144,44,0,,,,,,,,,,,gutim,15728 +non,337,50,3,10561,7596,4957,810,2026.459550999991,0.0920758928571429,32,0,F3,pp,8,144,53,8,,,,,,o,,,,,gutim,15732 +nof,337,50,3,10561,7597,,810,2026.551550999991,,,,,,,144,53,0,,,,,,,,,,,gutim,15732 +non,337,51,3,10562,7597,4958,832,2026.551550999991,0.0669642857142857,64,0,Ab1,pp,8,144,32,8,,,,,,o,,,,,gutim,15733 +nof,337,51,3,10562,7598,,832,2026.618550999991,,,,,,,144,32,0,,,,,,,,,,,gutim,15733 +non,337,52,3,10563,7598,4959,848,2026.618550999991,0.0669642857142857,64,0,E5,pp,8,144,76,8,,,,,,o,,,,,gutim,15734 +nof,337,52,3,10563,7599,,848,2026.685550999991,,,,,,,144,76,0,,,,,,,,,,,gutim,15734 +non,337,53,3,10564,7599,4960,864,2026.685550999991,0.133928571428571,32,0,Ab1,pp,8,144,32,8,,,,,,o,,,,,gutim,15735 +nof,337,53,3,10564,7600,,864,2026.819550999991,,,,,,,144,32,0,,,,,,,,,,,gutim,15735 +rst,337,54,3,10565,7600,,896,2026.819550999991,,,,,,,176,102,0,,,,,,,,,,,gutim,15736 +non,337,55,2,10566,7601,4961,992,2027.220550999991,0.133928571428571,32,0,Eb1,pp,8,144,27,8,,,,,,o,,d,,,gutim,15737 +ped,337,56,0,10567,7602,,1023,2027.350550999991,,,,,,,176,64,0,,,,,,,^,,,,gutim,15731 +nof,337,55,2,10566,7603,,992,2027.354550999991,,,,,,,144,27,0,,,,,,,,,,,gutim,15737 +bar,338,0,0,10568,7603,,0,2027.354550999991,,,,,,,,,,338,,,,,,,,,,gutim,15738 +rst,338,1,1,10569,7603,,0,2027.354550999991,,,,,,,176,102,0,,,,,,,,,,,gutim,15739 +non,338,2,2,10570,7603,4962,0,2027.354550999991,0.133928571428571,32,0,Bb4,ppp,5,144,70,5,,,,,,o,,d,,,gutim,15740 +rst,338,3,3,10571,7603,,0,2027.354550999991,,,,,,,176,102,0,,,,,,,,,,,gutim,15741 +non,338,4,4,10572,7603,4962,0,2027.354550999991,0.267857142857143,16,0,Eb1,fff,24,144,27,24,,,,,,o,,d,,,gutim,15742 +non,338,5,4,10573,7603,4962,0,2027.354550999991,0.267857142857143,16,0,Bb3,fff,24,144,58,24,,,,,t,o,,d,,,gutim,15743 +nof,337,42,1,10553,7604,,768,2027.354550999991,,,,,,,144,76,0,,,,,,,,,,,gutim,15744 +nof,338,2,2,10570,7605,,0,2027.488550999991,,,,,,,144,70,0,,,,,,,,,,,gutim,15740 +non,338,6,2,10574,7605,4963,32,2027.488550999991,0.133928571428571,32,0,F3,ppp,5,144,53,5,,,,,,o,,D,,,gutim,15745 +nof,338,4,4,10572,7606,,0,2027.622550999991,,,,,,,144,27,0,,,,,,,,,,,gutim,15742 +nof,338,6,2,10574,7607,,32,2027.622550999991,,,,,,,144,53,0,,,,,,,,,,,gutim,15745 +rst,338,7,2,10575,7607,,64,2027.622550999991,,,,,,,176,102,0,,,,,,,,,,,gutim,15746 +non,338,8,4,10576,7607,,64,2027.622550999991,0.803571428571429,8,1,Bb3,,,,,,,,,,_,,,,,,gutim,15747 +ped,338,9,0,10577,7608,,82,2027.697550999991,,,,,,,176,64,127,,,,,,,V,,,,gutim,15748 +non,338,10,1,10578,7609,4964,,2027.890550999991,0.05,8,0,Db7,ppp,5,144,97,5,,,,g,,o,,,,,gutim,15749 +nof,338,10,1,10578,7610,,,2027.940550999991,,,,,,,144,97,0,,,,,,,,,,,gutim,15749 +non,338,11,1,10579,7611,4965,,2027.965550999991,0.05,8,0,C7,ppp,5,144,96,5,,,,g,,o,,,,,gutim,15750 +nof,338,11,1,10579,7612,,,2028.015550999991,,,,,,,144,96,0,,,,,,,,,,,gutim,15750 +non,338,12,1,10580,7613,4966,,2028.040550999991,0.05,8,0,G6,ppp,5,144,91,5,,,,g,,o,,,,,gutim,15751 +nof,338,12,1,10580,7614,,,2028.090550999991,,,,,,,144,91,0,,,,,,,,,,,gutim,15751 +non,338,13,1,10581,7615,4967,128,2028.115550999991,0.267857142857143,16,0,E7,ppp,5,144,100,5,,,,,,o,,,,,gutim,15752 +non,338,14,2,10582,7615,4967,128,2028.115550999991,0.104631696428571,32,0,A6,ppp,5,144,93,5,,,,,,o,,,,,gutim,15753 +non,338,15,3,10583,7615,4967,,2028.115550999991,0.05,8,0,B1,ppp,5,144,35,5,,,,g,,o,,,,,gutim,15754 +nof,338,15,3,10583,7616,,,2028.165550999991,,,,,,,144,35,0,,,,,,,,,,,gutim,15754 +non,338,16,3,10584,7617,4968,,2028.190550999991,0.05,8,0,Gb2,pp,8,144,42,8,,,,g,,o,,,,,gutim,15755 +nof,338,14,2,10582,7618,,128,2028.220550999991,,,,,,,144,93,0,,,,,,,,,,,gutim,15753 +nof,338,16,3,10584,7619,,,2028.240550999991,,,,,,,144,42,0,,,,,,,,,,,gutim,15755 +non,338,17,3,10585,7620,4969,,2028.265550999991,0.05,8,0,F2,p,11,144,41,11,,,,g,,o,,,,,gutim,15756 +nof,338,17,3,10585,7621,,,2028.315550999991,,,,,,,144,41,0,,,,,,,,,,,gutim,15756 +non,338,18,3,10586,7622,4970,128,2028.340550999991,0.267857142857143,16,0,D2,mp,14,144,38,14,,,,,,o,,,,,gutim,15757 +nof,338,13,1,10581,7623,,128,2028.383550999991,,,,,,,144,100,0,,,,,,,,,,,gutim,15752 +non,338,19,2,10587,7624,4971,153,2028.445550999991,0.108816964285714,32,0,F7,ppp,5,144,101,5,,,,,,o,,,,,gutim,15758 +nof,338,19,2,10587,7625,,153,2028.553550999991,,,,,,,144,101,0,,,,,,,,,,,gutim,15758 +non,338,20,2,10588,7625,4972,179,2028.553550999991,0.0669642857142857,32,0,C#7,ppp,5,144,97,5,,,,,,o,,d,e,,gutim,15759 +nof,338,18,3,10586,7626,,128,2028.608550999991,,,,,,,144,38,0,,,,,,,,,,,gutim,15757 +non,338,21,1,10589,7627,4973,192,2028.608550999991,0.267857142857143,16,0,G#6,ppp,5,144,92,5,,,,,t,o,,,,,gutim,15760 +non,338,22,3,10590,7627,4973,192,2028.608550999991,0.267857142857143,16,0,Bb2,mp,14,144,46,14,,,,,t,o,,,,,gutim,15761 +nof,338,20,2,10588,7628,,179,2028.620550999991,,,,,,,144,97,0,,,,,,,,,,,gutim,15759 +non,338,23,2,10591,7628,4974,195,2028.620550999991,0.0753348214285714,32,0,E7,ppp,5,144,100,5,,,,,,o,,d,e,,gutim,15762 +nof,338,23,2,10591,7629,,195,2028.696550999991,,,,,,,144,100,0,,,,,,,,,,,gutim,15762 +non,338,24,2,10592,7629,4975,213,2028.696550999991,0.0711495535714286,32,0,C#7,ppp,5,144,97,5,,,,,,o,,d,e,,gutim,15763 +nof,338,24,2,10592,7630,,213,2028.767550999991,,,,,,,144,97,0,,,,,,,,,,,gutim,15763 +non,338,25,2,10593,7630,4976,230,2028.767550999991,0.108816964285714,32,0,A#6,ppp,5,144,94,5,,,,,,o,,d,e,,gutim,15764 +nof,338,25,2,10593,7631,,230,2028.876550999991,,,,,,,144,94,0,,,,,,,,,,,gutim,15764 +non,338,26,1,10594,7631,,256,2028.876550999991,0.133928571428571,32,0,G#6,,,,,,,,,,T,,,,,,gutim,15765 +rst,338,27,2,10595,7631,,256,2028.876550999991,,,,,,,176,102,0,,,,,,,,,,,gutim,15766 +non,338,28,3,10596,7631,,256,2028.876550999991,0.133928571428571,32,0,Bb2,,,,,,,,,,T,,,,,,gutim,15767 +non,338,29,4,10597,7631,,256,2028.876550999991,0.535714285714286,8,0,Bb3,,,,,,,,,,T,,,,,,gutim,15768 +nof,338,5,4,10573,7632,,0,2028.961550999991,,,,,,,144,58,0,,,,,,,,,,,gutim,15743 +nof,338,21,1,10589,7633,,192,2029.010550999991,,,,,,,144,92,0,,,,,,,,,,,gutim,15760 +nof,338,22,3,10590,7633,,192,2029.010550999991,,,,,,,144,46,0,,,,,,,,,,,gutim,15761 +non,338,30,1,10598,7633,4977,288,2029.010550999991,0.087890625,32,0,G6,ppp,5,144,91,5,,,,,,o,,d,e,,gutim,15769 +non,338,31,3,10599,7633,4977,288,2029.010550999991,0.133928571428571,32,0,B1,ppp,5,144,35,5,,,,,,o,,,,,gutim,15770 +nof,338,30,1,10598,7634,,288,2029.097550999991,,,,,,,144,91,0,,,,,,,,,,,gutim,15769 +non,338,32,1,10600,7634,4978,309,2029.097550999991,0.087890625,32,0,C#7,ppp,5,144,97,5,,,,,,o,,d,e,,gutim,15771 +nof,338,31,3,10599,7635,,288,2029.144550999991,,,,,,,144,35,0,,,,,,,,,,,gutim,15770 +non,338,33,3,10601,7635,4979,320,2029.144550999991,0.133928571428571,32,0,Gb2,ppp,5,144,42,5,,,,,,o,,,,,gutim,15772 +nof,338,32,1,10600,7636,,309,2029.185550999991,,,,,,,144,97,0,,,,,,,,,,,gutim,15771 +non,338,34,1,10602,7636,4980,330,2029.185550999991,0.0920758928571429,32,0,G6,ppp,5,144,91,5,,,,,,o,,d,e,,gutim,15773 +nof,338,34,1,10602,7637,,330,2029.277550999991,,,,,,,144,91,0,,,,,,,,,,,gutim,15773 +non,338,35,1,10603,7637,4981,352,2029.277550999991,0.133928571428571,32,0,C#7,ppp,5,144,97,5,,,,,,o,,d,E,,gutim,15774 +non,338,36,3,10604,7637,4981,352,2029.277550999991,0.087890625,32,0,B1,ppp,5,144,35,5,,,,,,o,,,,,gutim,15775 +nof,338,33,3,10601,7638,,320,2029.277550999991,,,,,,,144,42,0,,,,,,,,,,,gutim,15772 +nof,338,36,3,10604,7639,,352,2029.365550999991,,,,,,,144,35,0,,,,,,,,,,,gutim,15775 +non,338,37,3,10605,7639,4982,373,2029.365550999991,0.087890625,32,0,Gb2,ppp,5,144,42,5,,,,,,o,,,,,gutim,15776 +nof,338,35,1,10603,7640,,352,2029.411550999991,,,,,,,144,97,0,,,,,,,,,,,gutim,15774 +non,338,38,1,10606,7640,4983,384,2029.411550999991,0.133928571428571,32,0,G6,ppp,5,144,91,5,,,,,,o,,,,,gutim,15777 +non,338,39,4,10607,7640,4983,384,2029.411550999991,0.535714285714286,8,0,A6,ppp,5,144,93,5,,,,,,o,,,,,gutim,15778 +nof,338,37,3,10605,7641,,373,2029.453550999991,,,,,,,144,42,0,,,,,,,,,,,gutim,15776 +non,338,40,3,10608,7641,4984,394,2029.453550999991,0.0920758928571429,32,0,B1,ppp,5,144,35,5,,,,,,o,,,,,gutim,15779 +nof,338,40,3,10608,7642,,394,2029.545550999991,,,,,,,144,35,0,,,,,,,,,,,gutim,15779 +non,338,41,1,10609,7642,4985,416,2029.545550999991,0.133928571428571,32,0,C#7,ppp,5,144,97,5,,,,,,o,,,,,gutim,15780 +non,338,42,3,10610,7642,4985,416,2029.545550999991,0.0669642857142857,64,0,F2,ppp,5,144,41,5,,,,,,o,,,,,gutim,15781 +nof,338,38,1,10606,7643,,384,2029.545550999991,,,,,,,144,91,0,,,,,,,,,,,gutim,15777 +nof,338,42,3,10610,7644,,416,2029.612550999991,,,,,,,144,41,0,,,,,,,,,,,gutim,15781 +non,338,43,3,10611,7644,4986,432,2029.612550999991,0.0669642857142857,64,0,D2,ppp,5,144,38,5,,,,,,o,,,,,gutim,15782 +nof,338,43,3,10611,7645,,432,2029.679550999991,,,,,,,144,38,0,,,,,,,,,,,gutim,15782 +non,338,44,1,10612,7645,4987,448,2029.679550999991,0.267857142857143,16,0,E7,ppp,5,144,100,5,,,,,,o,,,,,gutim,15783 +non,338,45,3,10613,7645,4987,448,2029.679550999991,0.087890625,32,0,Bb2,ppp,5,144,46,5,,,,,,o,,d,e,,gutim,15784 +nof,338,41,1,10609,7646,,416,2029.679550999991,,,,,,,144,97,0,,,,,,,,,,,gutim,15780 +nof,338,45,3,10613,7647,,448,2029.767550999991,,,,,,,144,46,0,,,,,,,,,,,gutim,15784 +non,338,46,3,10614,7647,4988,469,2029.767550999991,0.087890625,32,0,D2,ppp,5,144,38,5,,,,,,o,,d,e,,gutim,15785 +nof,338,46,3,10614,7648,,469,2029.855550999991,,,,,,,144,38,0,,,,,,,,,,,gutim,15785 +non,338,47,3,10615,7648,4989,490,2029.855550999991,0.0920758928571429,32,0,Bb2,ppp,5,144,46,5,,,,,,o,,d,e,,gutim,15786 +nof,338,44,1,10612,7649,,448,2029.947550999991,,,,,,,144,100,0,,,,,,,,,,,gutim,15783 +nof,338,47,3,10615,7649,,490,2029.947550999991,,,,,,,144,46,0,,,,,,,,,,,gutim,15786 +nof,338,39,4,10607,7650,,384,2029.947550999991,,,,,,,144,93,0,,,,,,,,,,,gutim,15778 +bpm,338,48,0,10616,7651,,512,2029.958550999991,,1,,,,,,,,,,50,,,,,,,,gutim,15787 +rst,338,49,1,10617,7651,,512,2029.958550999991,,,,,,,176,102,0,,,,,,,,,,,gutim,15788 +rst,338,50,2,10618,7651,,512,2029.958550999991,,,,,,,176,102,0,,,,,,,,,,,gutim,15789 +non,338,51,3,10619,7651,4990,512,2029.958550999991,2.4,2,0,F3,ppp,5,144,53,5,,,,,t,o,,d 6024,E 6024,,gutim,15790 +rst,338,52,4,10620,7651,,512,2029.958550999991,,,,,,,176,102,0,,,,,,,,,,,gutim,15791 +ped,338,53,0,10621,7652,,768,2031.008550999991,,,,,,,176,64,0,,,,,,,^,,,,gutim,15748 +ped,338,53,0,10622,7653,,768,2031.308550999991,,,,,,,176,64,127,,,,,,,V,,,,gutim,15792 +bar,339,0,0,10623,7654,,0,2032.358550999991,,,,,,,,,,339,,,,,,,,,,gutim,15793 +rst,339,1,1,10624,7654,,0,2032.358550999991,,,,,,,176,102,0,,,,,,,,,,,gutim,15794 +non,339,2,3,10625,7654,,0,2032.358550999991,2.4,2,0,F3,,,,,,,,,,T,,,,,,gutim,15795 +rst,339,3,3,10626,7655,,512,2034.758550999991,,,,,,,176,102,0,,,,,,,,,,,gutim,15796 +nof,338,51,3,10619,7656,,512,2034.983550999991,,,,,,,144,53,0,,,,,,,,,,,gutim,15790 +ped,339,4,0,10627,7657,,584,2035.758550999991,,,,,,,176,64,0,,,,,,,^,,,,gutim,15792 +sec,339,5,0,10628,7657,,584,2035.758550999991,,,,,,,,,,,6024,,,,,,,,,gutim,15797 +rst,339,6,3,10629,7658,,768,2036.621550999991,,,,,,,176,102,0,,,,,,,,,,,gutim,15798 +non,339,7,3,10630,7659,4991,938,2037.418550999991,0.403125,8,0,B1,ff,22,144,35,22,,,,,,o,,d,,,gutim,15799 +non,339,8,3,10631,7659,4991,938,2037.418550999991,0.6,8,0,D2,ff,22,144,38,22,,,,,,o,,d,,,gutim,15800 +non,339,9,3,10632,7659,4991,938,2037.418550999991,0.6,8,0,F2,ff,22,144,41,22,,,,,,o,,d,,,gutim,15801 +non,339,10,3,10633,7659,4991,938,2037.418550999991,0.6,8,0,Gb2,ff,22,144,42,22,,,,,,o,,d,,,gutim,15802 +non,339,11,3,10634,7659,4991,938,2037.418550999991,0.6,8,0,Bb2,ff,22,144,46,22,,,,,,o,,d,,,gutim,15803 +nof,339,7,3,10630,7660,,938,2037.468550999991,,,,,,,144,35,0,,,,,,,,,,,gutim,15799 +nof,339,8,3,10631,7660,,938,2037.468550999991,,,,,,,144,38,0,,,,,,,,,,,gutim,15800 +nof,339,9,3,10632,7660,,938,2037.468550999991,,,,,,,144,41,0,,,,,,,,,,,gutim,15801 +nof,339,10,3,10633,7660,,938,2037.468550999991,,,,,,,144,42,0,,,,,,,,,,,gutim,15802 +nof,339,11,3,10634,7660,,938,2037.468550999991,,,,,,,144,46,0,,,,,,,,,,,gutim,15803 +bar,340,0,0,10635,7661,,0,2037.821550999991,,,,,,,,,,340,,,,,,,,,,gutim,15804 +non,340,1,1,10636,7661,4992,0,2037.821550999991,0.1171875,32,0,E6,ppp,5,144,88,5,,,,,,o,,d,,,gutim,15805 +non,340,2,3,10637,7661,4992,0,2037.821550999991,3.6,2,1,Eb2,p,11,144,39,11,,,,,,o,,d,,,gutim,15806 +nof,340,1,1,10636,7662,,0,2037.938550999991,,,,,,,144,88,0,,,,,,,,,,,gutim,15805 +non,340,3,1,10638,7662,4993,25,2037.938550999991,0.121875,32,0,A4,ppp,5,144,69,5,,,,,,o,,d,,,gutim,15807 +nof,340,3,1,10638,7663,,25,2038.060550999991,,,,,,,144,69,0,,,,,,,,,,,gutim,15807 +non,340,4,1,10639,7663,4994,51,2038.060550999991,0.1171875,32,0,Bb5,ppp+,6,144,82,6,,,,,,o,,D,,,gutim,15808 +ped,339,12,0,10640,7664,,1023,2038.066550999991,,,,,,,176,64,127,,,,,,,V,,,,gutim,15809 +nof,340,4,1,10639,7665,,51,2038.177550999991,,,,,,,144,82,0,,,,,,,,,,,gutim,15808 +non,340,5,1,10641,7665,4995,76,2038.177550999991,0.075,32,0,F6,ppp+,6,144,89,6,,,,,,o,,,,,gutim,15810 +nof,340,5,1,10641,7666,,76,2038.252550999991,,,,,,,144,89,0,,,,,,,,,,,gutim,15810 +non,340,6,1,10642,7666,4996,92,2038.252550999991,0.084375,32,0,A4,pp-,7,144,69,7,,,,,,o,,,,,gutim,15811 +nof,340,6,1,10642,7667,,92,2038.336550999991,,,,,,,144,69,0,,,,,,,,,,,gutim,15811 +non,340,7,1,10643,7667,4997,110,2038.336550999991,0.084375,32,0,F6,pp-,7,144,89,7,,,,,,o,,,,,gutim,15812 +nof,340,7,1,10643,7668,,110,2038.421550999991,,,,,,,144,89,0,,,,,,,,,,,gutim,15812 +non,340,8,1,10644,7668,4998,128,2038.421550999991,0.1171875,32,0,E5,pp-,7,144,76,7,,,,,,o,,,e,,gutim,15813 +nof,340,8,1,10644,7669,,128,2038.538550999991,,,,,,,144,76,0,,,,,,,,,,,gutim,15813 +non,340,9,1,10645,7669,4999,153,2038.538550999991,0.121875,32,0,A3,pp,8,144,57,8,,,,,,o,,,e,,gutim,15814 +nof,340,9,1,10645,7670,,153,2038.660550999991,,,,,,,144,57,0,,,,,,,,,,,gutim,15814 +non,340,10,1,10646,7670,5000,179,2038.660550999991,0.1171875,32,0,Bb4,pp,8,144,70,8,,,,,,o,,,e,,gutim,15815 +nof,340,10,1,10646,7671,,179,2038.777550999991,,,,,,,144,70,0,,,,,,,,,,,gutim,15815 +non,340,11,1,10647,7671,5001,204,2038.777550999991,0.121875,32,0,F6,pp+,9,144,89,9,,,,,,o,,,e,,gutim,15816 +nof,340,11,1,10647,7672,,204,2038.899550999991,,,,,,,144,89,0,,,,,,,,,,,gutim,15816 +non,340,12,1,10648,7672,5002,230,2038.899550999991,0.121875,32,0,Db5,pp+,9,144,73,9,,,,,,o,,,E,,gutim,15817 +nof,340,12,1,10648,7673,,230,2039.021550999991,,,,,,,144,73,0,,,,,,,,,,,gutim,15817 +rst,340,13,1,10649,7673,,256,2039.021550999991,,,,,,,176,102,0,,,,,,,,,,,gutim,15818 +rst,340,14,1,10650,7674,,512,2040.221550999991,,,,,,,176,102,0,,,,,,,,,,,gutim,15819 +nof,340,2,3,10637,7675,,0,2041.421550999991,,,,,,,144,39,0,,,,,,,,,,,gutim,15806 +rst,340,15,3,10651,7676,,768,2041.421550999991,,,,,,,176,102,0,,,,,,,,,,,gutim,15820 +ped,340,16,0,10652,7677,,938,2042.167550999991,,,,,,,176,64,0,,,,,,,^,,,,gutim,15809 +non,340,17,3,10653,7678,5003,938,2042.218550999991,0.403125,8,0,B1,pp,8,144,35,8,,,,,,o,,,,,gutim,15821 +non,340,18,3,10654,7678,5003,938,2042.218550999991,0.6,8,0,D2,pp,8,144,38,8,,,,,,o,,,,,gutim,15822 +non,340,19,3,10655,7678,5003,938,2042.218550999991,0.6,8,0,F2,pp,8,144,41,8,,,,,,o,,,,,gutim,15823 +non,340,20,3,10656,7678,5003,938,2042.218550999991,0.6,8,0,Gb2,pp,8,144,42,8,,,,,,o,,,,,gutim,15824 +non,340,21,3,10657,7678,5003,938,2042.218550999991,0.6,8,0,Bb2,pp,8,144,46,8,,,,,,o,,,,,gutim,15825 +nof,340,17,3,10653,7679,,938,2042.268550999991,,,,,,,144,35,0,,,,,,,,,,,gutim,15821 +nof,340,18,3,10654,7679,,938,2042.268550999991,,,,,,,144,38,0,,,,,,,,,,,gutim,15822 +nof,340,19,3,10655,7679,,938,2042.268550999991,,,,,,,144,41,0,,,,,,,,,,,gutim,15823 +nof,340,20,3,10656,7679,,938,2042.268550999991,,,,,,,144,42,0,,,,,,,,,,,gutim,15824 +nof,340,21,3,10657,7679,,938,2042.268550999991,,,,,,,144,46,0,,,,,,,,,,,gutim,15825 +non,341,4,1,10658,7680,5004,,2042.396550999991,0.05,8,0,Bb5,pp,8,144,82,8,,,,g,,o,,,e,,gutim,15826 +nof,341,4,1,10658,7681,,,2042.446550999991,,,,,,,144,82,0,,,,,,,,,,,gutim,15826 +ped,340,22,0,10659,7682,,1023,2042.467550999991,,,,,,,176,64,127,,,,,,,V,,,,gutim,15827 +non,341,5,1,10660,7683,5005,,2042.471550999991,0.05,8,0,C3,pp+,9,144,48,9,,,,g,,o,,,e,,gutim,15828 +nof,341,5,1,10660,7684,,,2042.521550999991,,,,,,,144,48,0,,,,,,,,,,,gutim,15828 +non,341,6,1,10661,7685,5006,,2042.546550999991,0.05,8,0,Bb6,p,11,144,94,11,,,,g,,o,,,e,,gutim,15829 +nof,341,6,1,10661,7686,,,2042.596550999991,,,,,,,144,94,0,,,,,,,,,,,gutim,15829 +non,341,7,1,10662,7687,5007,,2042.621550999991,0.05,8,0,C2,p+,12,144,36,12,,,,g,,o,,,e,,gutim,15830 +bar,341,0,0,10663,7688,,0,2042.621550999991,,,,,,,,,,341,,,,,,,,,,gutim,15831 +rst,341,1,1,10664,7688,,0,2042.621550999991,,,,,,,176,102,0,,,,,,,,,,,gutim,15832 +rst,341,2,3,10665,7688,,0,2042.621550999991,,,,,,,176,102,0,,,,,,,,,,,gutim,15833 +rst,341,3,4,10666,7688,,0,2042.621550999991,,,,,,,176,102,0,,,,,,,,,,,gutim,15834 +nof,341,7,1,10662,7689,,,2042.671550999991,,,,,,,144,36,0,,,,,,,,,,,gutim,15830 +non,341,8,1,10667,7690,5008,,2042.696550999991,0.05,8,0,E4,mp-,13,144,64,13,,,,g,,o,,,e,,gutim,15835 +nof,341,8,1,10667,7691,,,2042.746550999991,,,,,,,144,64,0,,,,,,,,,,,gutim,15835 +non,341,9,1,10668,7692,5009,,2042.771550999991,0.05,8,0,F3,mp,14,144,53,14,,,,g,,o,,,e,,gutim,15836 +nof,341,9,1,10668,7693,,,2042.821550999991,,,,,,,144,53,0,,,,,,,,,,,gutim,15836 +non,341,10,1,10669,7694,5010,,2042.846550999991,0.05,8,0,E5,mf-,16,144,76,16,,,,g,,o,,,e,,gutim,15837 +nof,341,10,1,10669,7695,,,2042.896550999991,,,,,,,144,76,0,,,,,,,,,,,gutim,15837 +non,341,11,1,10670,7696,5011,,2042.921550999991,0.05,8,0,F3,mf,17,144,53,17,,,,g,,o,,,e,,gutim,15838 +nof,341,11,1,10670,7697,,,2042.971550999991,,,,,,,144,53,0,,,,,,,,,,,gutim,15838 +non,341,12,1,10671,7698,5012,,2042.996550999991,0.05,8,0,E5,mf+,18,144,76,18,,,,g,,o,,,e,,gutim,15839 +nof,341,12,1,10671,7699,,,2043.046550999991,,,,,,,144,76,0,,,,,,,,,,,gutim,15839 +non,341,13,1,10672,7700,5013,,2043.071550999991,0.05,8,0,F3,f-,19,144,53,19,,,,g,,o,,,e,,gutim,15840 +nof,341,13,1,10672,7701,,,2043.121550999991,,,,,,,144,53,0,,,,,,,,,,,gutim,15840 +non,341,14,1,10673,7702,5014,,2043.146550999991,0.05,8,0,Ab1,f+,21,144,32,21,,,,g,,o,,,E,,gutim,15841 +nof,341,14,1,10673,7703,,,2043.196550999991,,,,,,,144,32,0,,,,,,,,,,,gutim,15841 +rst,341,15,1,10674,7704,,128,2043.221550999991,,,,,,,176,102,0,,,,,,,,,,,gutim,15842 +non,341,16,4,10675,7704,5015,128,2043.221550999991,0.6,8,0,C2,ff,22,144,36,22,,,,,t,o,,,,,gutim,15843 +rst,341,17,1,10676,7705,,256,2043.821550999991,,,,,,,176,102,0,,,,,,,,,,,gutim,15844 +non,341,18,4,10677,7705,,256,2043.821550999991,3.6,2,1,C2,,,,,,,,,,_,,,,,,gutim,15845 +rst,341,19,1,10678,7706,,768,2046.221550999991,,,,,,,176,102,0,,,,,,,,,,,gutim,15846 +bar,342,0,0,10679,7707,,0,2047.421550999991,,,,,,,,,,342,,,,,,,,,,gutim,15847 +rst,342,1,1,10680,7707,,0,2047.421550999991,,,,,,,176,102,0,,,,,,,,,,,gutim,15848 +rst,342,2,2,10681,7707,,0,2047.421550999991,,,,,,,176,102,0,,,,,,,,,,,gutim,15849 +non,342,3,3,10682,7707,5016,0,2047.421550999991,8.4,1,2,C3,p,11,144,48,11,,,,,,o,,,,,gutim,15850 +non,342,4,4,10683,7707,,0,2047.421550999991,2.4,2,0,C2,,,,,,,,,,T,,,,,,gutim,15851 +non,342,5,1,10684,7708,5017,64,2047.721550999991,2.1,4,2,E6,pp,8,144,88,8,,,,,,o,,,,,gutim,15852 +rst,342,6,2,10685,7709,,256,2048.621550999991,,,,,,,176,102,0,,,,,,,,,,,gutim,15853 +ped,342,7,0,10686,7710,,415,2049.366550999991,,,,,,,176,64,0,,,,,,,^,,,,gutim,15827 +nof,341,16,4,10675,7711,,128,2049.821550999991,,,,,,,144,36,0,,,,,,,,,,,gutim,15843 +nof,342,5,1,10684,7711,,64,2049.821550999991,,,,,,,144,88,0,,,,,,,,,,,gutim,15852 +rst,342,9,1,10687,7712,,512,2049.821550999991,,,,,,,176,102,0,,,,,,,,,,,gutim,15854 +non,342,10,2,10688,7712,5018,512,2049.821550999991,1.2,4,0,Bb6,ff,22,144,94,22,,,,,t,o,,d,,,gutim,15855 +non,342,11,4,10689,7712,5018,512,2049.821550999991,0.6,8,0,F#1,pp,8,144,30,8,,,,,t,o,,d,,,gutim,15856 +non,342,12,4,10690,7712,5018,512,2049.821550999991,0.6,8,0,C2,pp,8,144,36,8,,,,,,o,,d,,,gutim,15857 +ped,342,8,0,10691,7712,,512,2049.821550999991,,,,,,,176,64,127,,,,,,,V,,,,gutim,15858 +nof,342,12,4,10690,7713,,512,2050.4215509999913,,,,,,,144,36,0,,,,,,,,,,,gutim,15857 +non,342,13,1,10692,7713,5019,640,2050.4215509999913,0.6,8,0,Gb5,p,11,144,78,11,,,,,t,o,,D 6025,,,gutim,15859 +non,342,14,4,10693,7713,,640,2050.4215509999913,0.6,8,0,F#1,,,,,,,,,,_,,,,,,gutim,15860 +non,342,15,4,10694,7713,5019,640,2050.4215509999913,0.6,8,0,B1,pp,8,144,35,8,,,,,t,o,,,,,gutim,15861 +non,342,16,1,10695,7714,,768,2051.021550999991,4.8,1,0,Gb5,,,,,,,,,,T,,,,,,gutim,15862 +non,342,17,2,10696,7714,,768,2051.021550999991,1.2,4,0,Bb6,,,,,,,,,,_,,,,,,gutim,15863 +non,342,18,4,10697,7714,,768,2051.021550999991,4.2,2,2,F#1,,,,,,,,,,T,,,,,,gutim,15864 +non,342,19,4,10698,7714,,768,2051.021550999991,2.4,2,2,B1,,,,,,,,,,T,,,,,,gutim,15865 +non,342,20,2,10699,7715,,1024,2052.2215509999915,0.9,8,1,Bb6,,,,,,,,,,T,,,,,,gutim,15866 +non,342,21,2,10700,7716,5020,1216,2053.1215509999915,0.3,16,0,F3,ppp,5,144,53,5,,,,,t,o,,,,,gutim,15867 +non,342,22,2,10701,7717,,1280,2053.4215509999913,1.8,4,1,F3,,,,,,,,,,T,,,,,,gutim,15868 +nof,342,10,2,10688,7718,,512,2053.571550999991,,,,,,,144,94,0,,,,,,,,,,,gutim,15855 +nof,342,15,4,10694,7719,,640,2053.871550999991,,,,,,,144,35,0,,,,,,,,,,,gutim,15861 +nof,342,21,2,10700,7720,,1216,2055.221550999991,,,,,,,144,53,0,,,,,,,,,,,gutim,15867 +non,342,23,2,10702,7720,5021,1664,2055.221550999991,0.6,8,0,F3,ppp,5,144,53,5,,,,,t,o,,,,,gutim,15869 +non,342,24,4,10703,7720,5021,1664,2055.221550999991,0.6,8,0,F#1,ppp,5,144,30,5,,,,,t,o,,,,,gutim,15870 +non,342,25,4,10704,7720,5021,1664,2055.221550999991,0.6,8,0,B1,ppp,5,144,35,5,,,,,t,o,,,,,gutim,15871 +nof,342,11,4,10689,7721,,512,2055.6715509999913,,,,,,,144,30,0,,,,,,,,,,,gutim,15870 +rst,342,26,1,10705,7722,,1792,2055.821550999991,,,,,,,176,102,0,,,,,,,,,,,gutim,15872 +non,342,27,2,10706,7722,,1792,2055.821550999991,0.6,8,0,F3,,,,,,,,,,T,,,,,,gutim,15873 +non,342,28,3,10707,7722,5022,1792,2055.821550999991,0.6,8,0,B0,pp,8,144,23,8,,,,,t,o,,,,,gutim,15874 +non,342,29,4,10708,7722,,1792,2055.821550999991,0.6,8,0,F#1,,,,,,,,,,T,,,,,,gutim,15875 +non,342,30,4,10709,7722,,1792,2055.821550999991,0.6,8,0,B1,,,,,,,,,,T,,,,,,gutim,15876 +ped,342,31,0,10710,7723,,1840,2056.0465509999913,,,,,,,176,64,0,,,,,,,^,,,,gutim,15858 +nof,342,3,3,10682,7724,,0,2056.271550999991,,,,,,,144,48,0,,,,,,,,,,,gutim,15850 +nof,342,13,1,10692,7724,,640,2056.271550999991,,,,,,,144,78,0,,,,,,,,,,,gutim,15859 +non,342,33,1,10711,7725,5023,1920,2056.4215509999913,0.196875,32,1,D4,pp,8,144,62,8,,,,,,o,,,,,gutim,15877 +rst,342,34,2,10712,7725,,1920,2056.4215509999913,,,,,,,176,102,0,,,,,,,,,,,gutim,15878 +non,342,35,3,10713,7725,,1920,2056.4215509999913,0.6,8,0,B0,,,,,,,,,,T,,,,,,gutim,15879 +rst,342,36,4,10714,7725,,1920,2056.4215509999913,,,,,,,176,102,0,,,,,,,,,,,gutim,15880 +ped,342,32,0,10715,7725,,1920,2056.4215509999913,,,,,,,176,64,127,,,,,,,V,,,,gutim,15881 +nof,342,23,2,10702,7726,,1664,2056.4215509999913,,,,,,,144,53,0,,,,,,,,,,,gutim,15869 +nof,342,24,4,10703,7726,,1664,2056.4215509999913,,,,,,,144,30,0,,,,,,,,,,,gutim,15882 +nof,342,25,4,10704,7726,,1664,2056.4215509999913,,,,,,,144,35,0,,,,,,,,,,,gutim,15871 +nof,342,33,1,10711,7727,,1920,2056.6185509999914,,,,,,,144,62,0,,,,,,,,,,,gutim,15877 +non,342,37,1,10716,7727,5024,1962,2056.6185509999914,0.2015625,32,1,F5,pp-,7,144,77,7,,,,,,o,,,,,gutim,15883 +nof,342,37,1,10716,7728,,1962,2056.8195509999914,,,,,,,144,77,0,,,,,,,,,,,gutim,15883 +non,342,38,1,10717,7728,5025,2005,2056.8195509999914,0.13125,32,0,Bb6,pp-,7,144,94,7,,,,,,o,,,e,,gutim,15884 +nof,342,38,1,10717,7729,,2005,2056.9505509999917,,,,,,,144,94,0,,,,,,,,,,,gutim,15884 +non,342,39,1,10718,7729,5026,2033,2056.9505509999917,0.1359375,32,0,F5,ppp+,6,144,77,6,,,,,,o,,,e,,gutim,15885 +rst,342,40,2,10719,7730,,2048,2057.0215509999916,,,,,,,176,102,0,,,,,,,,,,,gutim,15886 +rst,342,41,3,10720,7730,,2048,2057.0215509999916,,,,,,,176,102,0,,,,,,,,,,,gutim,15887 +rst,342,42,4,10721,7730,,2048,2057.0215509999916,,,,,,,176,102,0,,,,,,,,,,,gutim,15888 +nof,342,28,3,10707,7731,,1792,2057.0215509999916,,,,,,,144,23,0,,,,,,,,,,,gutim,15874 +nof,342,39,1,10718,7732,,2033,2057.0865509999917,,,,,,,144,77,0,,,,,,,,,,,gutim,15885 +non,342,43,1,10722,7732,5027,2062,2057.0865509999917,0.13125,32,0,Bb6,ppp+,6,144,94,6,,,,,,o,,,e,,gutim,15889 +nof,342,43,1,10722,7733,,2062,2057.2185509999917,,,,,,,144,94,0,,,,,,,,,,,gutim,15889 +non,342,44,1,10723,7733,5028,2090,2057.2185509999917,0.1359375,32,0,D5,ppp,5,144,74,5,,,,,,o,,,e,,gutim,15890 +nof,342,44,1,10723,7734,,2090,2057.353550999992,,,,,,,144,74,0,,,,,,,,,,,gutim,15890 +non,342,45,1,10724,7734,5029,2119,2057.353550999992,0.084375,32,0,Bb6,ppp,5,144,94,5,,,,,,o,,,E 6025,,gutim,15891 +nof,342,45,1,10724,7735,,2119,2057.438550999992,,,,,,,144,94,0,,,,,,,,,,,gutim,15891 +non,342,46,1,10725,7735,5030,2137,2057.438550999992,0.0890625,32,0,F6,ppp-,4,144,89,4,,,,,,o,,,,,gutim,15892 +nof,342,46,1,10725,7736,,2137,2057.527550999992,,,,,,,144,89,0,,,,,,,,,,,gutim,15892 +non,342,47,1,10726,7736,5031,2156,2057.527550999992,0.09375,32,0,Bb7,ppp-,4,144,106,4,,,,,,o,,,,,gutim,15893 +nof,342,47,1,10726,7737,,2156,2057.621550999992,,,,,,,144,106,0,,,,,,,,,,,gutim,15893 +rst,342,48,1,10727,7737,,2176,2057.621550999992,,,,,,,176,102,0,,,,,,,,,,,gutim,15894 +bar,343,0,0,10728,7738,,0,2058.221550999992,,,,,,,,,,343,,,,,,,,,,gutim,15895 +bpm,343,1,0,10729,7738,,0,2058.221550999992,,1,,,,,,,,,,58,,,,,,,,gutim,15896 +rst,343,2,1,10730,7738,,0,2058.221550999992,,,,,,,176,102,0,,,,,,,,,,,gutim,15897 +rst,343,3,2,10731,7738,,0,2058.221550999992,,,,,,,176,102,0,,,,,,,,,,,gutim,15898 +rst,343,4,3,10732,7738,,0,2058.221550999992,,,,,,,176,102,0,,,,,,,,,,,gutim,15899 +rst,343,5,4,10733,7738,,0,2058.221550999992,,,,,,,176,102,0,,,,,,,,,,,gutim,15900 +rst,343,6,2,10734,7739,,768,2061.324550999992,,,,,,,176,102,0,,,,,,,,,,,gutim,15901 +rst,343,7,4,10735,7739,,768,2061.324550999992,,,,,,,176,102,0,,,,,,,,,,,gutim,15902 +rst,343,8,1,10736,7740,,1536,2064.428550999992,,,,,,,176,102,0,,,,,,,,,,,gutim,15903 +rst,343,9,2,10737,7740,,1536,2064.428550999992,,,,,,,176,102,0,,,,,,,,,,,gutim,15904 +rst,343,10,3,10738,7740,,1536,2064.428550999992,,,,,,,176,102,0,,,,,,,,,,,gutim,15905 +rst,343,11,4,10739,7740,,1536,2064.428550999992,,,,,,,176,102,0,,,,,,,,,,,gutim,15906 +sec,343,12,0,10740,7740,,1536,2064.428550999992,,,,,,,,,,,6025,,,,,,,,,gutim,15907 +ped,343,13,0,10741,7741,,1728,2065.053550999992,,,,,,,176,64,0,,,,,,,^,,,,gutim,15881 +non,343,15,1,10742,7742,5032,1728,2065.2035509999914,0.129310344827586,32,0,E5,ff,22,144,76,22,,,,,,o,,d,,,gutim,15908 +nof,343,15,1,10742,7743,,1728,2065.3335509999915,,,,,,,144,76,0,,,,,,,,,,,gutim,15908 +non,343,16,1,10743,7743,5033,1760,2065.3335509999915,0.129310344827586,32,0,G#1,ff,22,144,32,22,,,,,,o,,,,,gutim,15909 +ped,343,14,0,10744,7744,,1728,2065.3535509999915,,,,,,,176,64,127,,,,,,,V,,,,gutim,15910 +nof,343,16,1,10743,7745,,1760,2065.4625509999914,,,,,,,144,32,0,,,,,,,,,,,gutim,15909 +non,343,17,1,10745,7745,5034,,2065.4625509999914,0.05,8,0,B1,mp,14,144,35,14,,,,g,,o,,,,,gutim,15911 +nof,343,17,1,10745,7746,,,2065.5125509999916,,,,,,,144,35,0,,,,,,,,,,,gutim,15911 +non,343,18,1,10746,7747,5035,,2065.5375509999917,0.05,8,0,F#4,mp+,15,144,66,15,,,,g,,o,,,,,gutim,15912 +nof,343,18,1,10746,7748,,,2065.5875509999914,,,,,,,144,66,0,,,,,,,,,,,gutim,15912 +non,343,19,1,10747,7749,5036,1792,2065.6125509999915,2.06896551724138,2,0,E5,f,20,144,76,20,,,,,t,o,,,,,gutim,15913 +non,343,20,2,10748,7749,5036,1792,2065.6125509999915,2.06896551724138,2,0,D4,mf,17,144,62,17,,,,,t,o,,,,,gutim,15914 +non,343,21,2,10749,7749,5036,1792,2065.6125509999915,2.06896551724138,2,0,F#4,mf,17,144,66,17,,,,,t,o,,,,,gutim,15915 +non,343,22,3,10750,7749,5036,1792,2065.6125509999915,2.06896551724138,2,0,G1,f,20,144,31,20,,,,,t,o,,d,,,gutim,15916 +non,343,23,4,10751,7749,5036,1792,2065.6125509999915,2.06896551724138,2,0,B1,mp,14,144,35,14,,,,,t,o,,d,,,gutim,15917 +bar,344,0,0,10752,7750,,0,2067.6815509999915,,,,,,,,,,344,,,,,,,,,,gutim,15918 +non,344,1,1,10753,7750,,0,2067.6815509999915,4.13793103448276,1,0,E5,,,,,,,,,,T,,,,,,gutim,15919 +non,344,2,2,10754,7750,,0,2067.6815509999915,4.13793103448276,1,0,D4,,,,,,,,,,T,,,,,,gutim,15920 +non,344,3,2,10755,7750,,0,2067.6815509999915,4.13793103448276,1,0,F#4,,,,,,,,,,T,,,,,,gutim,15921 +non,344,4,3,10756,7750,,0,2067.6815509999915,4.13793103448276,1,0,G1,,,,,,,,,,T,,,,,,gutim,15922 +non,344,5,4,10757,7750,,0,2067.6815509999915,4.13793103448276,1,0,B1,,,,,,,,,,T,,,,,,gutim,15923 +nof,343,19,1,10747,7751,,1792,2071.8195509999914,,,,,,,144,76,0,,,,,,,,,,,gutim,15913 +nof,343,20,2,10748,7751,,1792,2071.8195509999914,,,,,,,144,62,0,,,,,,,,,,,gutim,15914 +nof,343,21,2,10749,7751,,1792,2071.8195509999914,,,,,,,144,66,0,,,,,,,,,,,gutim,15915 +nof,343,22,3,10750,7751,,1792,2071.8195509999914,,,,,,,144,31,0,,,,,,,,,,,gutim,15916 +nof,343,23,4,10751,7751,,1792,2071.8195509999914,,,,,,,144,35,0,,,,,,,,,,,gutim,15917 +ped,344,6,0,10758,7751,,1024,2071.8195509999914,,,,,,,176,64,0,,,,,,,^,,,,gutim,15910 +rst,344,7,1,10759,7751,,1024,2071.8195509999914,,,,,,,176,102,0,,,,,,,,,,,gutim,15924 +rst,344,8,2,10760,7751,,1024,2071.8195509999914,,,,,,,176,102,0,,,,,,,,,,,gutim,15925 +rst,344,9,3,10761,7751,,1024,2071.8195509999914,,,,,,,176,102,0,,,,,,,,,,,gutim,15926 +rst,344,10,4,10762,7751,,1024,2071.8195509999914,,,,,,,176,102,0,,,,,,,,,,,gutim,15927 +non,344,11,1,10763,7752,5037,1248,2072.724550999991,0.129310344827586,32,0,E5,p,11,144,76,11,,,,,,o,,d,,,gutim,15928 +non,344,12,3,10764,7752,5037,1248,2072.724550999991,0.129310344827586,32,0,B1,f,20,144,35,20,,,,,,o,,,,,gutim,15929 +non,344,13,3,10765,7752,5037,1248,2072.724550999991,0.129310344827586,32,0,D4,f,20,144,62,20,,,,,,o,,,,,gutim,15930 +non,344,14,3,10766,7752,5037,1248,2072.724550999991,0.129310344827586,32,0,F#4,f,20,144,66,20,,,,,,o,,,,,gutim,15931 +non,344,15,4,10767,7752,5037,1248,2072.724550999991,0.129310344827586,32,0,G#1,p,11,144,32,11,,,,,,o,,d,,,gutim,15932 +nof,344,11,1,10763,7753,,1248,2072.853550999991,,,,,,,144,76,0,,,,,,,,,,,gutim,15928 +nof,344,12,3,10764,7753,,1248,2072.853550999991,,,,,,,144,35,0,,,,,,,,,,,gutim,15929 +nof,344,13,3,10765,7753,,1248,2072.853550999991,,,,,,,144,62,0,,,,,,,,,,,gutim,15930 +nof,344,14,3,10766,7753,,1248,2072.853550999991,,,,,,,144,66,0,,,,,,,,,,,gutim,15931 +nof,344,15,4,10767,7753,,1248,2072.853550999991,,,,,,,144,32,0,,,,,,,,,,,gutim,15932 +non,344,17,1,10768,7753,5038,1280,2072.853550999991,0.169719827586207,16,0,F#7,fff,24,144,102,24,,,,,,o,,d,,,gutim,15933 +rst,344,18,2,10769,7753,,1280,2072.853550999991,,,,,,,176,102,0,,,,,,,,,,,gutim,15934 +rst,344,19,3,10770,7753,,1280,2072.853550999991,,,,,,,176,102,0,,,,,,,,,,,gutim,15935 +rst,344,20,4,10771,7753,,1280,2072.853550999991,,,,,,,176,102,0,,,,,,,,,,,gutim,15936 +ped,344,16,0,10772,7753,,1280,2072.853550999991,,,,,,,176,64,127,,,,,,,V,,,,gutim,15937 +nof,344,17,1,10768,7754,,1280,2073.023550999991,,,,,,,144,102,0,,,,,,,,,,,gutim,15933 +non,344,21,1,10773,7754,5039,1322,2073.023550999991,0.347521551724138,8,0,D4,mf,17,144,62,17,,,,,,o,,d,,,gutim,15938 +non,344,22,1,10774,7754,5039,1322,2073.023550999991,0.517241379310345,8,0,F#4,mf,17,144,66,17,,,,,,o,,d,,,gutim,15939 +non,344,23,1,10775,7754,5039,1322,2073.023550999991,0.517241379310345,8,0,E5,pp,8,144,76,8,,,,,,o,,d,,,gutim,15940 +non,344,24,3,10776,7754,5039,1322,2073.023550999991,0.347521551724138,8,0,G#1,mf,17,144,32,17,,,,,,o,,d,,,gutim,15941 +non,344,25,3,10777,7754,5039,1322,2073.023550999991,0.517241379310345,8,0,B1,mf,17,144,35,17,,,,,,o,,d,,,gutim,15942 +non,344,26,4,10778,7754,5039,1322,2073.023550999991,0.347521551724138,8,0,D#1,fff,24,144,27,24,,,,,t,o,,d,,,gutim,15943 +ped,344,27,0,10779,7755,,1344,2073.0915509999913,,,,,,,176,64,0,,,,,,,^,,,,gutim,15937 +nof,344,21,1,10773,7756,,1322,2073.371550999991,,,,,,,144,62,0,,,,,,,,,,,gutim,15938 +nof,344,22,1,10774,7756,,1322,2073.371550999991,,,,,,,144,66,0,,,,,,,,,,,gutim,15939 +nof,344,24,3,10776,7756,,1322,2073.371550999991,,,,,,,144,32,0,,,,,,,,,,,gutim,15941 +nof,344,25,3,10777,7756,,1322,2073.371550999991,,,,,,,144,35,0,,,,,,,,,,,gutim,15942 +non,344,29,1,10780,7756,5040,1408,2073.371550999991,0.517241379310345,8,1,D4,p,11,144,62,11,,,,,,o,,d,,,gutim,15944 +non,344,30,1,10781,7756,5040,1408,2073.371550999991,0.517241379310345,8,1,F#4,p,11,144,66,11,,,,,,o,,d,,,gutim,15945 +non,344,31,3,10782,7756,5040,1408,2073.371550999991,0.517241379310345,8,1,G#1,mf,17,144,32,17,,,,,,o,,,,,gutim,15946 +non,344,32,3,10783,7756,5040,1408,2073.371550999991,0.517241379310345,8,1,B1,mf,17,144,35,17,,,,,,o,,,,,gutim,15947 +non,344,33,4,10784,7756,,1408,2073.371550999991,0.517241379310345,8,1,D#1,,,,,,,,,,T,,,,,,gutim,15948 +ped,344,28,0,10785,7757,,1408,2073.391550999991,,,,,,,176,64,127,,,,,,,V,,,,gutim,15949 +nof,344,23,1,10775,7758,,1322,2073.540550999991,,,,,,,144,76,0,,,,,,,,,,,gutim,15940 +ped,344,34,0,10786,7759,,1536,2073.7385509999913,,,,,,,176,64,0,,,,,,,^,,,,gutim,15949 +nof,344,26,4,10778,7760,,1322,2073.888550999991,,,,,,,144,27,0,,,,,,,,,,,gutim,15943 +nof,344,29,1,10780,7760,,1408,2073.888550999991,,,,,,,144,62,0,,,,,,,,,,,gutim,15944 +nof,344,30,1,10781,7760,,1408,2073.888550999991,,,,,,,144,66,0,,,,,,,,,,,gutim,15945 +nof,344,31,3,10782,7760,,1408,2073.888550999991,,,,,,,144,32,0,,,,,,,,,,,gutim,15946 +nof,344,32,3,10783,7760,,1408,2073.888550999991,,,,,,,144,35,0,,,,,,,,,,,gutim,15947 +rst,344,36,1,10787,7760,,1536,2073.888550999991,,,,,,,176,102,0,,,,,,,,,,,gutim,15950 +rst,344,37,2,10788,7760,,1536,2073.888550999991,,,,,,,176,102,0,,,,,,,,,,,gutim,15951 +non,344,38,3,10789,7760,5041,1536,2073.888550999991,3.10344827586207,2,1,G#1,ppp,5,144,32,5,,,,,,o,,d,,,gutim,15952 +non,344,39,3,10790,7760,5041,1536,2073.888550999991,2.06896551724138,2,1,B1,ppp,5,144,35,5,,,,,,o,,d,,,gutim,15953 +non,344,40,4,10791,7760,5041,1536,2073.888550999991,3.10344827586207,2,1,D#1,p,11,144,27,11,,,,,,o,,d,,,gutim,15954 +ped,344,35,0,10792,7761,,1536,2074.038550999991,,,,,,,176,64,127,,,,,,,V,,,,gutim,15955 +nof,344,39,3,10790,7762,,1536,2075.9575509999913,,,,,,,144,35,0,,,,,,,,,,,gutim,15953 +nof,344,38,3,10789,7763,,1536,2076.991550999991,,,,,,,144,32,0,,,,,,,,,,,gutim,15952 +nof,344,40,4,10791,7763,,1536,2076.991550999991,,,,,,,144,27,0,,,,,,,,,,,gutim,15954 +bar,345,0,0,10793,7763,,0,2076.991550999991,,,,,,,,,,345,,,,,,,,,,gutim,15956 +rst,345,1,1,10794,7763,,0,2076.991550999991,,,,,,,176,102,0,,,,,,,,,,,gutim,15957 +rst,345,2,2,10795,7763,,0,2076.991550999991,,,,,,,176,102,0,,,,,,,,,,,gutim,15958 +rst,345,3,3,10796,7763,,0,2076.991550999991,,,,,,,176,102,0,,,,,,,,,,,gutim,15959 +rst,345,4,1,10797,7764,,85,2077.335550999991,,,,,,,176,102,0,,,,,,,,,,,gutim,15960 +ped,345,5,0,10798,7765,,148,2077.571550999991,,,,,,,176,64,0,,,,,,,^,,,,gutim,15955 +non,345,6,3,10799,7766,5042,192,2077.767550999991,0.129310344827586,32,0,C4,p,11,144,60,11,,,,,,o,,d,,,gutim,15961 +non,345,8,1,10800,7767,5043,213,2077.852550999991,0.173760775862069,16,0,F#7,pp,8,144,102,8,,,,,,o,,d,,,gutim,15962 +ped,345,7,0,10801,7768,,213,2077.871550999991,,,,,,,176,64,127,,,,,,,V,,,,gutim,15963 +non,345,9,3,10802,7769,5044,224,2077.897550999991,0.129310344827586,32,0,E4,mp,14,144,64,14,,,,,,o,,,,,gutim,15964 +nof,345,6,3,10799,7770,,192,2077.897550999991,,,,,,,144,60,0,,,,,,,,,,,gutim,15961 +nof,345,8,1,10800,7771,,213,2078.026550999991,,,,,,,144,102,0,,,,,,,,,,,gutim,15962 +nof,345,9,3,10802,7771,,224,2078.026550999991,,,,,,,144,64,0,,,,,,,,,,,gutim,15964 +non,345,10,1,10803,7771,5045,256,2078.026550999991,0.517241379310345,8,0,D#1,pp,8,144,27,8,,,,,,o,,d,,,gutim,15965 +non,345,11,1,10804,7771,5045,256,2078.026550999991,0.517241379310345,8,0,A#3,pp,8,144,58,8,,,,,,o,,d,,,gutim,15966 +non,345,12,2,10805,7771,5045,256,2078.026550999991,1.55172413793103,4,1,G#1,ppp,5,144,32,5,,,,,,o,,d,,,gutim,15967 +non,345,13,2,10806,7771,5045,256,2078.026550999991,1.03448275862069,4,1,B1,ppp,5,144,35,5,,,,,,o,,d,,,gutim,15968 +non,345,14,3,10807,7771,5045,256,2078.026550999991,0.258620689655172,16,0,A1,mf,17,144,33,17,,,,,,o,,d,,,gutim,15969 +nof,345,14,3,10807,7772,,256,2078.2845509999906,,,,,,,144,33,0,,,,,,,,,,,gutim,15969 +non,345,15,3,10808,7772,5046,320,2078.2845509999906,0.775862068965517,8,1,A1,p,11,144,33,11,,,,,t,o,,d,,,gutim,15970 +non,345,16,3,10809,7772,5046,320,2078.2845509999906,0.517241379310345,8,1,D3,p,11,144,50,11,,,,,t,o,,d,,,gutim,15971 +nof,345,10,1,10803,7773,,256,2078.5435509999907,,,,,,,144,27,0,,,,,,,,,,,gutim,15965 +nof,345,11,1,10804,7773,,256,2078.5435509999907,,,,,,,144,58,0,,,,,,,,,,,gutim,15966 +nof,345,16,3,10809,7773,,320,2078.5435509999907,,,,,,,144,50,0,,,,,,,,,,,gutim,15971 +non,345,17,1,10810,7773,5047,384,2078.5435509999907,0.169719827586207,16,0,D3,ff,22,144,50,22,,,,,,o,,d,,,gutim,15972 +non,345,18,1,10811,7774,5048,426,2078.7135509999907,0.347521551724138,8,0,E7,ff,22,144,100,22,,,,,,o,,d,,,gutim,15973 +nof,345,13,2,10806,7775,,256,2079.0605509999905,,,,,,,144,35,0,,,,,,,,,,,gutim,15968 +nof,345,18,1,10811,7775,,426,2079.0605509999905,,,,,,,144,100,0,,,,,,,,,,,gutim,15973 +rst,345,19,1,10812,7775,,512,2079.0605509999905,,,,,,,176,102,0,,,,,,,,,,,gutim,15974 +non,345,20,3,10813,7775,,512,2079.0605509999905,0.517241379310345,8,0,A1,,,,,,,,,,T,,,,,,gutim,15975 +non,345,21,3,10814,7775,,512,2079.0605509999905,0.517241379310345,8,0,D3,,,,,,,,,,T,,,,,,gutim,15976 +nof,345,17,1,10810,7776,,384,2079.3195509999905,,,,,,,144,50,0,,,,,,,,,,,gutim,15972 +nof,345,12,2,10805,7777,,256,2079.5785509999905,,,,,,,144,32,0,,,,,,,,,,,gutim,15967 +nof,345,15,3,10808,7777,,320,2079.5785509999905,,,,,,,144,33,0,,,,,,,,,,,gutim,15970 +rst,345,22,2,10815,7777,,640,2079.5785509999905,,,,,,,176,102,0,,,,,,,,,,,gutim,15977 +non,345,23,3,10816,7777,5049,640,2079.5785509999905,0.0848599137931035,32,0,A0,ppp,5,144,21,5,,,,,t,o,,D,e,,gutim,15978 +non,345,24,3,10817,7778,,661,2079.6625509999903,0.0848599137931035,32,0,A0,,,,,,,,,,_,,,,,,gutim,15979 +non,345,25,3,10818,7778,5050,661,2079.6625509999903,0.129310344827586,32,0,G#1,ppp+,6,144,32,6,,,,,t,o,,,e,,gutim,15980 +non,345,26,3,10819,7779,,682,2079.7475509999904,0.0889008620689655,32,0,A0,,,,,,,,,,_,,,,,,gutim,15981 +non,345,27,3,10820,7779,,682,2079.7475509999904,0.129310344827586,32,0,G#1,,,,,,,,,,_,,,,,,gutim,15982 +non,345,28,3,10821,7779,5051,682,2079.7475509999904,0.129310344827586,32,0,D2,ppp+,6,144,38,6,,,,,t,o,,,e,,gutim,15983 +non,345,29,3,10822,7780,,704,2079.8365509999903,0.0848599137931035,32,0,A0,,,,,,,,,,_,,,,,,gutim,15984 +non,345,30,3,10823,7780,,704,2079.8365509999903,0.129310344827586,32,0,G#1,,,,,,,,,,_,,,,,,gutim,15985 +non,345,31,3,10824,7780,,704,2079.8365509999903,0.129310344827586,32,0,D2,,,,,,,,,,_,,,,,,gutim,15986 +non,345,32,3,10825,7780,5052,704,2079.8365509999903,0.129310344827586,32,0,A2,pp-,7,144,45,7,,,,,t,o,,,e,,gutim,15987 +ped,345,33,0,10826,7781,,725,2079.8585509999903,,,,,,,176,64,0,,,,,,,^,,,,gutim,15963 +non,345,34,3,10827,7782,,725,2079.9215509999904,0.173760775862069,16,0,A0,,,,,,,,,,_,,,,,,gutim,15988 +non,345,35,3,10828,7782,,725,2079.9215509999904,0.258620689655172,16,0,G#1,,,,,,,,,,_,,,,,,gutim,15989 +non,345,36,3,10829,7782,,725,2079.9215509999904,0.258620689655172,16,0,D2,,,,,,,,,,_,,,,,,gutim,15990 +non,345,37,3,10830,7782,,725,2079.9215509999904,0.258620689655172,16,0,A2,,,,,,,,,,_,,,,,,gutim,15991 +non,345,38,3,10831,7782,5053,725,2079.9215509999904,0.258620689655172,16,0,C3,pp,8,144,48,8,,,,,t,o,,,E,,gutim,15992 +rst,345,40,1,10832,7783,,768,2080.0955509999903,,,,,,,176,102,0,,,,,,,,,,,gutim,15993 +rst,345,41,2,10833,7783,,768,2080.0955509999903,,,,,,,176,102,0,,,,,,,,,,,gutim,15994 +non,345,42,3,10834,7783,,768,2080.0955509999903,0.517241379310345,8,0,A0,,,,,,,,,,T,,,,,,gutim,15995 +non,345,43,3,10835,7783,,768,2080.0955509999903,0.517241379310345,8,0,G#1,,,,,,,,,,T,,,,,,gutim,15996 +non,345,44,3,10836,7783,,768,2080.0955509999903,0.517241379310345,8,0,D2,,,,,,,,,,T,,,,,,gutim,15997 +non,345,45,3,10837,7783,,768,2080.0955509999903,0.517241379310345,8,0,A2,,,,,,,,,,T,,,,,,gutim,15998 +non,345,46,3,10838,7783,,768,2080.0955509999903,0.517241379310345,8,0,C3,,,,,,,,,,T,,,,,,gutim,15999 +ped,345,39,0,10839,7784,,768,2080.1585509999904,,,,,,,176,64,127,,,,,,,V,,,,gutim,16000 +ped,345,47,0,10840,7785,,896,2080.4625509999905,,,,,,,176,64,0,,,,,,,^,,,,gutim,16000 +non,345,49,3,10841,7786,5054,896,2080.6125509999906,0.0848599137931035,32,0,A0,pp,8,144,21,8,,,,,,o,,d,,,gutim,16001 +nof,345,23,3,10816,7787,,640,2080.6125509999906,,,,,,,144,21,0,,,,,,,,,,,gutim,16001 +nof,345,49,3,10841,7788,,896,2080.6975509999907,,,,,,,144,21,0,,,,,,,,,,,gutim,16002 +non,345,50,3,10842,7788,5055,917,2080.6975509999907,0.0848599137931035,32,0,G#1,pp+,9,144,32,9,,,,,,o,,,,,gutim,16003 +nof,345,38,3,10831,7789,,725,2080.6975509999907,,,,,,,144,48,0,,,,,,,,,,,gutim,15992 +nof,345,32,3,10825,7790,,704,2080.7415509999905,,,,,,,144,45,0,,,,,,,,,,,gutim,15987 +ped,345,48,0,10843,7791,,896,2080.7625509999907,,,,,,,176,64,127,,,,,,,V,,,,gutim,16004 +nof,345,50,3,10842,7792,,917,2080.7825509999907,,,,,,,144,32,0,,,,,,,,,,,gutim,16003 +non,345,51,3,10844,7792,5056,938,2080.7825509999907,0.0889008620689655,32,0,D2,p,11,144,38,11,,,,,,o,,,,,gutim,16005 +nof,345,28,3,10821,7793,,682,2080.7825509999907,,,,,,,144,38,0,,,,,,,,,,,gutim,16005 +nof,345,25,3,10818,7794,,661,2080.826550999991,,,,,,,144,32,0,,,,,,,,,,,gutim,16006 +nof,345,51,3,10844,7795,,938,2080.871550999991,,,,,,,144,38,0,,,,,,,,,,,gutim,16007 +non,345,52,3,10845,7795,5057,960,2080.871550999991,0.0484913793103448,64,0,E3,p+,12,144,52,12,,,,,,o,,,e,,gutim,16008 +nof,345,52,3,10845,7796,,960,2080.919550999991,,,,,,,144,52,0,,,,,,,,,,,gutim,16008 +non,345,53,3,10846,7796,5058,972,2080.919550999991,0.0525323275862069,64,0,G#1,mp-,13,144,32,13,,,,,,o,,,e,,gutim,16009 +nof,345,53,3,10846,7797,,972,2080.9725509999907,,,,,,,144,32,0,,,,,,,,,,,gutim,16009 +non,345,54,3,10847,7797,5059,985,2080.9725509999907,0.0525323275862069,64,0,E3,mp,14,144,52,14,,,,,,o,,,e,,gutim,16010 +nof,345,54,3,10847,7798,,985,2081.024550999991,,,,,,,144,52,0,,,,,,,,,,,gutim,16010 +non,345,55,3,10848,7798,5060,998,2081.024550999991,0.0525323275862069,64,0,G#1,mp+,15,144,32,15,,,,,,o,,,e,,gutim,16011 +nof,345,55,3,10848,7799,,998,2081.0775509999908,,,,,,,144,32,0,,,,,,,,,,,gutim,16011 +non,345,56,3,10849,7799,5061,1011,2081.0775509999908,0.0525323275862069,64,0,D2,mf-,16,144,38,16,,,,,,o,,,e,,gutim,16012 +nof,345,56,3,10849,7800,,1011,2081.129550999991,,,,,,,144,38,0,,,,,,,,,,,gutim,16012 +non,345,57,3,10850,7800,5062,1024,2081.129550999991,0.129310344827586,32,0,A0,mf,17,144,21,17,,,,,,o,,d,E 6026,,gutim,16013 +nof,345,57,3,10850,7801,,1024,2081.259550999991,,,,,,,144,21,0,,,,,,,,,,,gutim,16013 +non,345,58,3,10851,7801,5063,1056,2081.259550999991,0.129310344827586,32,0,D2,mf,17,144,38,17,,,,,,o,,d,,,gutim,16014 +nof,345,58,3,10851,7802,,1056,2081.388550999991,,,,,,,144,38,0,,,,,,,,,,,gutim,16014 +non,345,59,3,10852,7802,5064,1088,2081.388550999991,0.0848599137931035,32,0,E3,mp+,15,144,52,15,,,,,,o,,,,,gutim,16015 +nof,345,59,3,10852,7803,,1088,2081.473550999991,,,,,,,144,52,0,,,,,,,,,,,gutim,16015 +non,345,60,3,10853,7803,5065,1109,2081.473550999991,0.0848599137931035,32,0,C3,mp-,13,144,48,13,,,,,,o,,,,,gutim,16016 +nof,345,60,3,10853,7804,,1109,2081.558550999991,,,,,,,144,48,0,,,,,,,,,,,gutim,16016 +non,345,61,3,10854,7804,5066,1130,2081.558550999991,0.0889008620689655,32,0,E3,p,11,144,52,11,,,,,,o,,,,,gutim,16017 +nof,345,61,3,10854,7805,,1130,2081.647550999991,,,,,,,144,52,0,,,,,,,,,,,gutim,16017 +non,345,62,3,10855,7805,5067,1152,2081.647550999991,0.0646551724137931,64,0,A0,p-,10,144,21,10,,,,,,o,,,,,gutim,16018 +nof,345,62,3,10855,7806,,1152,2081.7115509999912,,,,,,,144,21,0,,,,,,,,,,,gutim,16018 +non,345,63,3,10856,7806,5068,1168,2081.7115509999912,0.0646551724137931,64,0,G#1,pp+,9,144,32,9,,,,,,o,,,,,gutim,16019 +nof,345,63,3,10856,7807,,1168,2081.7765509999913,,,,,,,144,32,0,,,,,,,,,,,gutim,16019 +non,345,64,3,10857,7807,5069,1184,2081.7765509999913,0.0646551724137931,64,0,D2,pp-,7,144,38,7,,,,,,o,,,,,gutim,16020 +nof,345,64,3,10857,7808,,1184,2081.840550999991,,,,,,,144,38,0,,,,,,,,,,,gutim,16020 +non,345,65,3,10858,7808,5070,1200,2081.840550999991,0.0646551724137931,64,0,C3,ppp+,6,144,48,6,,,,,,o,,d,,,gutim,16021 +nof,345,65,3,10858,7809,,1200,2081.905550999991,,,,,,,144,48,0,,,,,,,,,,,gutim,16021 +non,345,66,3,10859,7809,5071,1216,2081.905550999991,0.258620689655172,16,0,E3,ppp,5,144,52,5,,,,,,o,,D 6026,,,gutim,16022 +sec,345,67,0,10860,7809,,1216,2081.905550999991,,,,,,,,,,,6026,,,,,,,,,gutim,16023 +ped,345,68,0,10861,7810,,1279,2082.012550999991,,,,,,,176,64,0,,,,,,,^,,,,gutim,16004 +nof,345,66,3,10859,7811,,1216,2082.164550999991,,,,,,,144,52,0,,,,,,,,,,,gutim,16022 +bar,346,2,0,10862,7811,,0,2082.164550999991,,,,,,,,,,346,,,,,,,,,,gutim,16024 +non,346,1,3,10863,7811,5072,0,2082.164550999991,0.129310344827586,32,0,Ab3,p,11,144,56,11,,,,,,o,,,,,gutim,16025 +non,346,3,1,10864,7811,5072,0,2082.164550999991,0.129310344827586,32,0,D7,pp,8,144,98,8,,,,,,o,,,,,gutim,16026 +rst,346,4,2,10865,7811,,0,2082.164550999991,,,,,,,176,102,0,,,,,,,,,,,gutim,16027 +nof,346,1,3,10863,7812,,0,2082.2935509999916,,,,,,,144,56,0,,,,,,,,,,,gutim,16025 +nof,346,3,1,10864,7812,,0,2082.2935509999916,,,,,,,144,98,0,,,,,,,,,,,gutim,16026 +non,346,5,3,10866,7812,5073,32,2082.2935509999916,0.775862068965517,8,1,C4,p,11,144,60,11,,,,,,o,,,,,gutim,16028 +non,346,6,1,10867,7812,5073,32,2082.2935509999916,0.129310344827586,32,0,F#4,pp-,7,144,66,7,,,,,,o,,,,,gutim,16029 +ped,346,0,0,10868,7813,,0,2082.312550999992,,,,,,,176,64,127,,,,,,,V,,,,gutim,16030 +nof,346,6,1,10867,7814,,32,2082.4225509999915,,,,,,,144,66,0,,,,,,,,,,,gutim,16029 +non,346,7,1,10869,7814,5074,64,2082.4225509999915,0.0848599137931035,32,0,B4,pp-,7,144,71,7,,,,,,o,,,,,gutim,16031 +nof,346,7,1,10869,7815,,64,2082.5075509999915,,,,,,,144,71,0,,,,,,,,,,,gutim,16031 +non,346,8,1,10870,7815,5075,85,2082.5075509999915,0.0848599137931035,32,0,C5,pp-,7,144,72,7,,,,,,o,,,,,gutim,16032 +nof,346,8,1,10870,7816,,85,2082.5925509999915,,,,,,,144,72,0,,,,,,,,,,,gutim,16032 +non,346,9,1,10871,7816,5076,106,2082.5925509999915,0.0889008620689655,32,0,B4,ppp+,6,144,71,6,,,,,,o,,,,,gutim,16033 +nof,346,9,1,10871,7817,,106,2082.6815509999915,,,,,,,144,71,0,,,,,,,,,,,gutim,16033 +non,346,10,1,10872,7817,5077,128,2082.6815509999915,0.0848599137931035,32,0,D6,ppp+,6,144,86,6,,,,,,o,,,,,gutim,16034 +nof,346,10,1,10872,7818,,128,2082.7665509999915,,,,,,,144,86,0,,,,,,,,,,,gutim,16034 +non,346,11,1,10873,7818,5078,149,2082.7665509999915,0.0848599137931035,32,0,F#4,ppp,5,144,66,5,,,,,,o,,,,,gutim,16035 +nof,346,11,1,10873,7819,,149,2082.8515509999916,,,,,,,144,66,0,,,,,,,,,,,gutim,16035 +non,346,12,1,10874,7819,5079,170,2082.8515509999916,0.0646551724137931,32,0,C5,ppp,5,144,72,5,,,,,,o,,,,,gutim,16036 +nof,346,12,1,10874,7820,,170,2082.9155509999914,,,,,,,144,72,0,,,,,,,,,,,gutim,16036 +non,346,13,1,10875,7820,5080,186,2082.9155509999914,0.0686961206896552,32,0,B4,ppp,5,144,71,5,,,,,,o,,,,,gutim,16037 +nof,346,13,1,10875,7821,,186,2082.9845509999914,,,,,,,144,71,0,,,,,,,,,,,gutim,16037 +non,346,14,1,10876,7821,5081,203,2082.9845509999914,0.0727370689655172,32,0,C5,ppp,5,144,72,5,,,,,,o,,,,,gutim,16038 +nof,346,14,1,10876,7822,,203,2083.0575509999917,,,,,,,144,72,0,,,,,,,,,,,gutim,16038 +non,346,15,1,10877,7822,5082,221,2083.0575509999917,0.0686961206896552,32,0,B4,ppp-,4,144,71,4,,,,,,o,,,,,gutim,16039 +nof,346,5,3,10866,7823,,32,2083.0695509999914,,,,,,,144,60,0,,,,,,,,,,,gutim,16028 +non,346,16,3,10878,7823,5083,224,2083.0695509999914,0.129310344827586,32,0,Ab3,ppp,5,144,56,5,,,,,,o,,d,,,gutim,16040 +nof,346,15,1,10877,7824,,221,2083.1255509999914,,,,,,,144,71,0,,,,,,,,,,,gutim,16039 +non,346,17,1,10879,7824,5084,238,2083.1255509999914,0.0727370689655172,32,0,C5,ppp-,4,144,72,4,,,,,,o,,,,,gutim,16041 +nof,346,16,3,10878,7825,,224,2083.1985509999913,,,,,,,144,56,0,,,,,,,,,,,gutim,16040 +nof,346,17,1,10879,7825,,238,2083.1985509999913,,,,,,,144,72,0,,,,,,,,,,,gutim,16041 +rst,346,18,1,10880,7825,,256,2083.1985509999913,,,,,,,176,102,0,,,,,,,,,,,gutim,16042 +non,346,19,3,10881,7825,5085,256,2083.1985509999913,0.905172413793103,8,2,C4,ppp,5,144,60,5,,,,,,o,,d,,,gutim,16043 +ped,346,20,0,10882,7826,,410,2083.821550999991,,,,,,,176,64,0,,,,,,,^,,,,gutim,16030 +nof,346,19,3,10881,7827,,256,2084.103550999991,,,,,,,144,60,0,,,,,,,,,,,gutim,16043 +non,346,23,1,10883,7827,5086,,2084.103550999991,0.05,8,0,Gb2,mf,17,144,42,17,,,,g,,o,,d,e,,gutim,16044 +nof,346,23,1,10883,7828,,,2084.1535509999912,,,,,,,144,42,0,,,,,,,,,,,gutim,16044 +non,346,24,1,10884,7829,5087,,2084.1785509999913,0.05,8,0,C3,mf,17,144,48,17,,,,g,,o,,,e,,gutim,16045 +nof,346,24,1,10884,7830,,,2084.228550999991,,,,,,,144,48,0,,,,,,,,,,,gutim,16045 +non,346,25,1,10885,7831,5088,,2084.2535509999907,0.05,8,0,Ab2,mf,17,144,44,17,,,,g,,o,,,e,,gutim,16046 +nof,346,25,1,10885,7832,,,2084.303550999991,,,,,,,144,44,0,,,,,,,,,,,gutim,16046 +non,346,26,1,10886,7833,5089,,2084.3285509999905,0.05,8,0,F5,mf,17,144,77,17,,,,g,,o,,,E,,gutim,16047 +nof,346,26,1,10886,7834,,,2084.3785509999907,,,,,,,144,77,0,,,,,,,,,,,gutim,16047 +non,346,22,3,10887,7835,5090,480,2084.403550999991,0.129310344827586,32,0,F4,mf,17,144,65,17,,,,,,o,,D,,,gutim,16048 +ped,346,21,0,10888,7835,,480,2084.403550999991,,,,,,,176,64,127,,,,,,,V,,,,gutim,16049 +nof,346,22,3,10887,7836,,480,2084.533550999991,,,,,,,144,65,0,,,,,,,,,,,gutim,16048 +non,346,27,1,10889,7836,5091,512,2084.533550999991,0.169719827586207,16,0,C5,mf,17,144,72,17,,,,,,o,,,,,gutim,16050 +rst,346,28,3,10890,7836,,512,2084.533550999991,,,,,,,176,102,0,,,,,,,,,,,gutim,16051 +nof,346,27,1,10889,7837,,512,2084.7025509999908,,,,,,,144,72,0,,,,,,,,,,,gutim,16050 +non,346,29,1,10891,7837,5092,554,2084.7025509999908,0.173760775862069,16,0,E6,mf,17,144,88,17,,,,,,o,,,,,gutim,16052 +nof,346,29,1,10891,7838,,554,2084.8765509999907,,,,,,,144,88,0,,,,,,,,,,,gutim,16052 +non,346,30,1,10892,7838,5093,597,2084.8765509999907,0.173760775862069,16,0,F#1,mf-,16,144,30,16,,,,,,o,,,,,gutim,16053 +nof,346,30,1,10892,7839,,597,2085.0505509999907,,,,,,,144,30,0,,,,,,,,,,,gutim,16053 +rst,346,31,1,10893,7839,,640,2085.0505509999907,,,,,,,176,102,0,,,,,,,,,,,gutim,16054 +non,346,35,1,10894,7840,5094,,2085.3425509999906,0.05,8,0,G#5,pp,8,144,80,8,,,,g,,o,,,,,gutim,16055 +nof,346,35,1,10894,7841,,,2085.392550999991,,,,,,,144,80,0,,,,,,,,,,,gutim,16055 +non,346,36,1,10895,7842,5095,,2085.4175509999905,0.05,8,0,A4,p+,12,144,69,12,,,,g,,o,,,,,gutim,16056 +nof,346,36,1,10895,7843,,,2085.4675509999906,,,,,,,144,69,0,,,,,,,,,,,gutim,16056 +non,346,37,1,10896,7844,5096,,2085.4925509999903,0.05,8,0,C7,mf,17,144,96,17,,,,g,,o,,,,,gutim,16057 +nof,346,37,1,10896,7845,,,2085.5425509999905,,,,,,,144,96,0,,,,,,,,,,,gutim,16057 +rst,346,32,1,10897,7846,,768,2085.5675509999905,,,,,,,176,102,0,,,,,,,,,,,gutim,16058 +rst,346,33,3,10898,7846,,768,2085.5675509999905,,,,,,,176,102,0,,,,,,,,,,,gutim,16059 +ped,346,34,0,10899,7847,,865,2085.959550999991,,,,,,,176,64,0,,,,,,,^,,,,gutim,16049 +non,346,38,1,10900,7848,5097,,2086.602550999991,0.05,8,0,D4,mp,14,144,62,14,,,,g,,o,,,,,gutim,16060 +nof,346,38,1,10900,7849,,,2086.652550999991,,,,,,,144,62,0,,,,,,,,,,,gutim,16060 +non,346,39,1,10901,7850,5098,,2086.6775509999907,0.05,8,0,Bb2,p,11,144,46,11,,,,g,,o,,,,,gutim,16061 +nof,346,39,1,10901,7851,,,2086.727550999991,,,,,,,144,46,0,,,,,,,,,,,gutim,16061 +non,346,40,1,10902,7852,5099,,2086.7525509999905,0.05,8,0,D4,pp,8,144,62,8,,,,g,,o,,,,,gutim,16062 +nof,346,40,1,10902,7853,,,2086.8025509999907,,,,,,,144,62,0,,,,,,,,,,,gutim,16062 +non,346,41,1,10903,7854,5100,1024,2086.8275509999908,0.517241379310345,8,0,Ab3,mf,17,144,56,17,,,,,,o,,d,,,gutim,16063 +non,346,42,2,10904,7854,5100,1024,2086.8275509999908,1.03448275862069,4,0,Gb3,ppp,5,144,54,5,,,,,,o,,d,,,gutim,16064 +non,346,43,3,10905,7854,5100,,2086.8275509999908,0.05,8,0,F3,ppp,5,144,53,5,,,,g,,o,,,,,gutim,16065 +nof,346,43,3,10905,7855,,,2086.8775509999905,,,,,,,144,53,0,,,,,,,,,,,gutim,16065 +non,346,44,3,10906,7856,5101,1024,2086.9025509999906,0.129310344827586,32,0,Ab2,p,11,144,44,11,,,,,,o,,,,,gutim,16066 +nof,346,44,3,10906,7857,,1024,2087.0315509999905,,,,,,,144,44,0,,,,,,,,,,,gutim,16066 +non,346,45,3,10907,7857,5102,1056,2087.0315509999905,0.0848599137931035,32,0,C3,p-,10,144,48,10,,,,,,o,,,,,gutim,16067 +nof,346,45,3,10907,7858,,1056,2087.1165509999905,,,,,,,144,48,0,,,,,,,,,,,gutim,16067 +non,346,46,3,10908,7858,5103,1077,2087.1165509999905,0.0848599137931035,32,0,Gb1,p-,10,144,30,10,,,,,,o,,,,,gutim,16068 +nof,346,46,3,10908,7859,,1077,2087.2015509999906,,,,,,,144,30,0,,,,,,,,,,,gutim,16068 +non,346,47,3,10909,7859,5104,1098,2087.2015509999906,0.0889008620689655,32,0,C3,p-,10,144,48,10,,,,,,o,,,,,gutim,16069 +nof,346,47,3,10909,7860,,1098,2087.2905509999905,,,,,,,144,48,0,,,,,,,,,,,gutim,16069 +non,346,48,3,10910,7860,5105,1120,2087.2905509999905,0.129310344827586,32,0,E5,p-,10,144,76,10,,,,,,o,,,,,gutim,16070 +nof,346,41,1,10903,7861,,1024,2087.3445509999906,,,,,,,144,56,0,,,,,,,,,,,gutim,16063 +nof,346,48,3,10910,7862,,1120,2087.419550999991,,,,,,,144,76,0,,,,,,,,,,,gutim,16070 +non,346,49,1,10911,7862,5106,1152,2087.419550999991,0.517241379310345,8,0,C6,f,20,144,84,20,,,,,,o,,,,,gutim,16071 +non,346,50,3,10912,7862,5106,1152,2087.419550999991,0.129310344827586,32,0,F3,pp+,9,144,53,9,,,,,,o,,,,,gutim,16072 +nof,346,50,3,10912,7863,,1152,2087.5485509999908,,,,,,,144,53,0,,,,,,,,,,,gutim,16072 +non,346,51,3,10913,7863,5107,1184,2087.5485509999908,0.258620689655172,16,0,Ab2,pp+,9,144,44,9,,,,,,o,,,,,gutim,16073 +nof,346,51,3,10913,7864,,1184,2087.807550999991,,,,,,,144,44,0,,,,,,,,,,,gutim,16073 +non,346,52,3,10914,7864,5108,1248,2087.807550999991,0.129310344827586,32,0,F3,pp,8,144,53,8,,,,,,o,,,,,gutim,16074 +nof,346,42,2,10904,7865,,1024,2087.861550999991,,,,,,,144,54,0,,,,,,,,,,,gutim,16064 +nof,346,49,1,10911,7866,,1152,2087.9365509999907,,,,,,,144,84,0,,,,,,,,,,,gutim,16071 +nof,346,52,3,10914,7867,,1248,2087.9365509999907,,,,,,,144,53,0,,,,,,,,,,,gutim,16074 +rst,346,53,1,10915,7867,,1280,2087.9365509999907,,,,,,,176,102,0,,,,,,,,,,,gutim,16075 +rst,346,54,2,10916,7867,,1280,2087.9365509999907,,,,,,,176,102,0,,,,,,,,,,,gutim,16076 +non,346,55,3,10917,7867,5109,1280,2087.9365509999907,0.387931034482759,16,1,C3,pp,8,144,48,8,,,,,,o,,,,,gutim,16077 +nof,346,55,3,10917,7868,,1280,2088.324550999991,,,,,,,144,48,0,,,,,,,,,,,gutim,16077 +non,346,56,3,10918,7868,5110,1376,2088.324550999991,0.387931034482759,16,1,G2,pp-,7,144,43,7,,,,,,o,,,,,gutim,16078 +nof,346,56,3,10918,7869,,1376,2088.712550999991,,,,,,,144,43,0,,,,,,,,,,,gutim,16078 +non,346,57,3,10919,7869,5111,1472,2088.712550999991,0.258620689655172,16,0,E4,ppp+,6,144,64,6,,,,,,o,,,,,gutim,16079 +nof,346,57,3,10919,7870,,1472,2088.971550999991,,,,,,,144,64,0,,,,,,,,,,,gutim,16079 +non,346,59,1,10920,7870,5112,1536,2088.971550999991,1.03448275862069,4,0,B4,mf,17,144,71,17,,,,,,o,,,,,gutim,16080 +rst,346,60,2,10921,7870,,1536,2088.971550999991,,,,,,,176,102,0,,,,,,,,,,,gutim,16081 +non,346,58,1,10922,7870,5112,,2088.971550999991,0.05,8,0,D#4,mf,17,144,63,17,,,,g,,o,,,,,gutim,16082 +non,346,61,3,10923,7870,5112,,2088.971550999991,0.05,8,0,Ab1,ppp,5,144,32,5,,,,g,,o,,,,,gutim,16083 +nof,346,58,1,10922,7871,,,2089.0215509999907,,,,,,,144,63,0,,,,,,,,,,,gutim,16082 +nof,346,61,3,10923,7871,,,2089.0215509999907,,,,,,,144,32,0,,,,,,,,,,,gutim,16083 +non,346,62,3,10924,7872,5113,1536,2089.046550999991,0.0646551724137931,64,0,F2,ppp,5,144,41,5,,,,,,o,,,,,gutim,16084 +nof,346,62,3,10924,7873,,1536,2089.110550999991,,,,,,,144,41,0,,,,,,,,,,,gutim,16084 +non,346,63,3,10925,7873,5114,1552,2089.110550999991,0.0646551724137931,64,0,Gb1,ppp,5,144,30,5,,,,,,o,,,,,gutim,16085 +nof,346,63,3,10925,7874,,1552,2089.1755509999907,,,,,,,144,30,0,,,,,,,,,,,gutim,16085 +non,346,64,3,10926,7874,5115,1568,2089.1755509999907,0.387931034482759,16,1,C2,ppp,5,144,36,5,,,,,,o,,,,,gutim,16086 +nof,346,64,3,10926,7875,,1568,2089.563550999991,,,,,,,144,36,0,,,,,,,,,,,gutim,16086 +non,346,65,3,10927,7875,5116,1664,2089.563550999991,0.517241379310345,8,0,E3,ppp,5,144,52,5,,,,,,o,,,,,gutim,16087 +nof,346,59,1,10920,7876,,1536,2090.005550999991,,,,,,,144,71,0,,,,,,,,,,,gutim,16080 +nof,346,65,3,10927,7877,,1664,2090.080550999991,,,,,,,144,52,0,,,,,,,,,,,gutim,16087 +rst,346,66,1,10928,7877,,1792,2090.080550999991,,,,,,,176,102,0,,,,,,,,,,,gutim,16088 +non,346,67,3,10929,7877,5117,1792,2090.080550999991,0.0646551724137931,64,0,F#2,p,11,144,42,11,,,,,,o,,,,,gutim,16089 +nof,346,67,3,10929,7878,,1792,2090.145550999991,,,,,,,144,42,0,,,,,,,,,,,gutim,16089 +non,346,68,3,10930,7878,5118,1808,2090.145550999991,0.0646551724137931,64,0,D3,p-,10,144,50,10,,,,,,o,,,,,gutim,16090 +nof,346,68,3,10930,7879,,1808,2090.209550999991,,,,,,,144,50,0,,,,,,,,,,,gutim,16090 +non,346,69,3,10931,7879,5119,1824,2090.209550999991,0.0646551724137931,64,0,G4,pp+,9,144,67,9,,,,,,o,,,,,gutim,16091 +nof,346,69,3,10931,7880,,1824,2090.274550999991,,,,,,,144,67,0,,,,,,,,,,,gutim,16091 +non,346,70,3,10932,7880,5120,1840,2090.274550999991,0.0646551724137931,64,0,Bb3,pp,8,144,58,8,,,,,,o,,,,,gutim,16092 +nof,346,70,3,10932,7881,,1840,2090.339550999991,,,,,,,144,58,0,,,,,,,,,,,gutim,16092 +non,346,71,3,10933,7881,5121,1856,2090.339550999991,0.0646551724137931,64,0,Ab3,pp-,7,144,56,7,,,,,,o,,,,,gutim,16093 +nof,346,71,3,10933,7882,,1856,2090.403550999991,,,,,,,144,56,0,,,,,,,,,,,gutim,16093 +non,346,72,3,10934,7882,5122,1872,2090.403550999991,0.0969827586206897,64,1,D3,ppp+,6,144,50,6,,,,,,o,,,,,gutim,16094 +nof,346,72,3,10934,7883,,1872,2090.500550999991,,,,,,,144,50,0,,,,,,,,,,,gutim,16094 +non,346,73,3,10935,7883,5123,1896,2090.500550999991,0.0969827586206897,64,1,G4,ppp,5,144,67,5,,,,,,o,,,,,gutim,16095 +nof,346,73,3,10935,7884,,1896,2090.5975509999907,,,,,,,144,67,0,,,,,,,,,,,gutim,16095 +bpm,346,74,0,10936,7885,,1920,2090.623550999991,,1,,,,,,,,,,46,,,,,,,,gutim,16096 +rst,346,76,1,10937,7885,,1920,2090.623550999991,,,,,,,176,102,0,,,,,,,,,,,gutim,16097 +non,346,77,3,10938,7885,5124,1920,2090.623550999991,0.652173913043478,8,0,Gb1,ppp,5,144,30,5,,,,,,o,,,,,gutim,16098 +non,346,78,3,10939,7885,5124,1920,2090.623550999991,0.652173913043478,8,0,Ab1,ppp,5,144,32,5,,,,,,o,,,,,gutim,16099 +non,346,79,3,10940,7885,5124,1920,2090.623550999991,0.652173913043478,8,0,C2,ppp,5,144,36,5,,,,,,o,,,,,gutim,16100 +non,346,80,3,10941,7885,5124,1920,2090.623550999991,0.652173913043478,8,0,F2,ppp,5,144,41,5,,,,,,o,,,,,gutim,16101 +non,346,81,3,10942,7885,5124,1920,2090.623550999991,0.652173913043478,8,0,E3,ppp,5,144,52,5,,,,,,o,,,,,gutim,16102 +nof,346,77,3,10938,7886,,1920,2090.6735509999908,,,,,,,144,30,0,,,,,,,,,,,gutim,16098 +nof,346,78,3,10939,7886,,1920,2090.6735509999908,,,,,,,144,32,0,,,,,,,,,,,gutim,16099 +nof,346,79,3,10940,7886,,1920,2090.6735509999908,,,,,,,144,36,0,,,,,,,,,,,gutim,16100 +nof,346,80,3,10941,7886,,1920,2090.6735509999908,,,,,,,144,41,0,,,,,,,,,,,gutim,16101 +nof,346,81,3,10942,7886,,1920,2090.6735509999908,,,,,,,144,52,0,,,,,,,,,,,gutim,16102 +ped,346,75,0,10943,7887,,1920,2090.9235509999908,,,,,,,176,64,127,,,,,,,V,,,,gutim,16103 +ped,346,1,0,10944,7888,,2047,2091.270550999991,,,,,,,176,64,0,,,,,,,^,,,,gutim,16103 +bar,347,0,0,10945,7889,,0,2091.275550999991,,,,,,,,,,347,,,,,,,,,,gutim,16104 +rst,347,4,1,10946,7890,,0,2091.575550999991,,,,,,,176,102,0,,,,,,,,,,,gutim,16105 +rst,347,12,3,10947,7890,,0,2091.575550999991,,,,,,,176,102,0,,,,,,,,,,,gutim,16106 +non,347,13,4,10948,7890,5125,0,2091.575550999991,0.0815217391304348,64,0,Ab3,p,11,144,56,11,,,,,,o,,d,,,gutim,16107 +rst,347,16,2,10949,7890,,0,2091.575550999991,,,,,,,176,102,0,,,,,,,,,,,gutim,16108 +ped,347,2,0,10950,7890,,0,2091.575550999991,,,,,,,176,64,127,,,,,,,V,,,,gutim,16109 +nof,347,13,4,10948,7891,,0,2091.656550999991,,,,,,,144,56,0,,,,,,,,,,,gutim,16107 +non,347,14,4,10951,7891,5126,16,2091.656550999991,0.0815217391304348,64,0,C4,p,11,144,60,11,,,,,,o,,,,,gutim,16110 +nof,347,14,4,10951,7892,,16,2091.738550999991,,,,,,,144,60,0,,,,,,,,,,,gutim,16110 +non,347,15,4,10952,7892,5127,32,2091.738550999991,1.14130434782609,8,2,F4,p,11,144,65,11,,,,,,o,,,,,gutim,16111 +nof,347,15,4,10952,7893,,32,2092.879550999991,,,,,,,144,65,0,,,,,,,,,,,gutim,16111 +non,347,5,1,10953,7893,5128,,2092.879550999991,0.05,8,0,G#5,pp,8,144,80,8,,,,g,,o,,,e,,gutim,16112 +nof,347,5,1,10953,7894,,,2092.929550999991,,,,,,,144,80,0,,,,,,,,,,,gutim,16112 +non,347,6,1,10954,7895,5129,,2092.9545509999907,0.05,8,0,A4,p-,10,144,69,10,,,,g,,o,,,e,,gutim,16113 +nof,347,6,1,10954,7896,,,2093.004550999991,,,,,,,144,69,0,,,,,,,,,,,gutim,16113 +non,347,7,1,10955,7897,5130,,2093.029550999991,0.05,8,0,G#5,p+,12,144,80,12,,,,g,,o,,,e,,gutim,16114 +nof,347,7,1,10955,7898,,,2093.0795509999907,,,,,,,144,80,0,,,,,,,,,,,gutim,16114 +non,347,8,1,10956,7899,5131,,2093.104550999991,0.05,8,0,C7,mp-,13,144,96,13,,,,g,,o,,,e,,gutim,16115 +nof,347,8,1,10956,7900,,,2093.154550999991,,,,,,,144,96,0,,,,,,,,,,,gutim,16115 +non,347,9,1,10957,7901,5132,,2093.179550999991,0.05,8,0,A4,mp+,15,144,69,15,,,,g,,o,,,e,,gutim,16116 +nof,347,9,1,10957,7902,,,2093.229550999991,,,,,,,144,69,0,,,,,,,,,,,gutim,16116 +non,347,10,1,10958,7903,5133,,2093.254550999991,0.05,8,0,C7,mf,17,144,96,17,,,,g,,o,,,E,,gutim,16117 +nof,347,10,1,10958,7904,,,2093.304550999991,,,,,,,144,96,0,,,,,,,,,,,gutim,16117 +non,347,3,2,10959,7905,5134,,2093.3295509999907,0.05,8,0,C#3,p,11,144,49,11,,,,g,,o,,d,,,gutim,16118 +nof,347,3,2,10959,7906,,,2093.379550999991,,,,,,,144,49,0,,,,,,,,,,,gutim,16118 +non,347,11,2,10960,7907,5135,256,2093.404550999991,1.30434782608696,4,0,D6,p,11,144,86,11,,,,,,o,,d,,,gutim,16119 +non,347,17,1,10961,7907,5135,256,2093.404550999991,0.978260869565217,8,1,D5,p,11,144,74,11,,,,,,o,,d,,,gutim,16120 +non,347,18,3,10962,7907,5135,256,2093.404550999991,0.106997282608696,32,0,Db4,ff,22,144,61,22,,,,,,o,,D,,,gutim,16121 +non,347,19,4,10963,7907,5135,256,2093.404550999991,2.60869565217391,2,0,Ab3,ff,22,144,56,22,,,,,,o,,,,,gutim,16122 +nof,347,18,3,10962,7908,,256,2093.511550999991,,,,,,,144,61,0,,,,,,,,,,,gutim,16121 +non,347,20,3,10964,7908,5136,277,2093.511550999991,0.106997282608696,32,0,Ab1,f+,21,144,32,21,,,,,,o,,,,,gutim,16123 +nof,347,20,3,10964,7909,,277,2093.618550999991,,,,,,,144,32,0,,,,,,,,,,,gutim,16123 +non,347,21,3,10965,7909,5137,298,2093.618550999991,0.219089673913043,16,0,Eb1,f+,21,144,27,21,,,,,t,o,,,,,gutim,16124 +non,347,22,3,10966,7910,,341,2093.837550999991,0.871263586956522,4,0,Eb1,,,,,,,,,,_,,,,,,gutim,16125 +nof,347,17,1,10961,7911,,256,2094.382550999991,,,,,,,144,74,0,,,,,,,,,,,gutim,16120 +non,347,23,1,10967,7911,5138,448,2094.382550999991,0.326086956521739,16,0,A4,mf-,16,144,69,16,,,,,t,o,,,,,gutim,16126 +nof,347,11,2,10960,7912,,256,2094.709550999991,,,,,,,144,86,0,,,,,,,,,,,gutim,16119 +non,347,24,1,10968,7912,,512,2094.709550999991,1.30434782608696,4,0,A4,,,,,,,,,,_,,,,,,gutim,16127 +rst,347,25,2,10969,7912,,512,2094.709550999991,,,,,,,176,102,0,,,,,,,,,,,gutim,16128 +non,347,26,3,10970,7912,,512,2094.709550999991,0.433084239130435,8,0,Eb1,,,,,,,,,,T,,,,,,gutim,16129 +nof,347,21,3,10965,7913,,298,2095.142550999991,,,,,,,144,27,0,,,,,,,,,,,gutim,16124 +non,347,27,3,10971,7913,5139,597,2095.142550999991,0.106997282608696,32,0,B5,p+,12,144,83,12,,,,,,o,,,,,gutim,16130 +nof,347,27,3,10971,7914,,597,2095.249550999991,,,,,,,144,83,0,,,,,,,,,,,gutim,16130 +non,347,28,3,10972,7914,5140,618,2095.249550999991,0.764266304347826,8,2,G2,p,11,144,43,11,,,,,t,o,,,,,gutim,16131 +nof,347,19,4,10963,7915,,256,2096.013550999991,,,,,,,144,56,0,,,,,,,,,,,gutim,16122 +bar,348,0,0,10973,7915,,0,2096.013550999991,,,,,,,,,,348,,,,,,,,,,gutim,16132 +ped,348,1,0,10974,7915,,0,2096.013550999991,,,,,,,176,64,0,,,,,,,^,,,,gutim,16109 +non,348,2,1,10975,7915,,0,2096.013550999991,0.326086956521739,16,0,A4,,,,,,,,,,T,,,,,,gutim,16133 +non,348,3,2,10976,7915,5141,0,2096.013550999991,0.0815217391304348,64,0,Ab3,ppp,5,144,56,5,,,,,,o,,,,,gutim,16134 +non,348,4,3,10977,7915,,0,2096.013550999991,0.86616847826087,4,0,G2,,,,,,,,,,T,,,,,,gutim,16135 +non,348,5,3,10978,7915,5141,0,2096.013550999991,1.30434782608696,4,0,Bb2,ppp,5,144,46,5,,,,,,o,,,,,gutim,16136 +rst,348,6,4,10979,7915,,0,2096.013550999991,,,,,,,176,102,0,,,,,,,,,,,gutim,16137 +nof,348,3,2,10976,7916,,0,2096.094550999991,,,,,,,144,56,0,,,,,,,,,,,gutim,16134 +non,348,7,2,10980,7916,5142,16,2096.094550999991,0.0815217391304348,64,0,C4,ppp,5,144,60,5,,,,,,o,,,,,gutim,16138 +nof,348,7,2,10980,7917,,16,2096.176550999991,,,,,,,144,60,0,,,,,,,,,,,gutim,16138 +non,348,8,2,10981,7917,5143,32,2096.176550999991,0.0815217391304348,64,0,E5,ppp,5,144,76,5,,,,,,o,,,,,gutim,16139 +nof,348,8,2,10981,7918,,32,2096.257550999991,,,,,,,144,76,0,,,,,,,,,,,gutim,16139 +non,348,9,2,10982,7918,5144,48,2096.257550999991,0.489130434782609,16,1,F4,ppp,5,144,65,5,,,,,,o,,,,,gutim,16140 +nof,347,23,1,10967,7919,,448,2096.339550999991,,,,,,,144,69,0,,,,,,,,,,,gutim,16126 +rst,348,10,1,10983,7920,,64,2096.339550999991,,,,,,,176,102,0,,,,,,,,,,,gutim,16141 +non,348,11,4,10984,7920,5145,64,2096.339550999991,0.244565217391304,32,1,G3,ppp,5,144,55,5,,,,,,o,,,,,gutim,16142 +nof,348,9,2,10982,7921,,48,2096.584550999991,,,,,,,144,65,0,,,,,,,,,,,gutim,16140 +nof,348,11,4,10984,7921,,64,2096.584550999991,,,,,,,144,55,0,,,,,,,,,,,gutim,16142 +non,348,12,4,10985,7921,5146,112,2096.584550999991,0.0815217391304348,64,0,F4,ppp+,6,144,65,6,,,,,,o,,,,,gutim,16143 +non,348,13,4,10986,7922,5147,128,2096.665550999991,0.0815217391304348,64,0,G3,pp,8,144,55,8,,,,,,o,,,,,gutim,16144 +nof,348,12,4,10985,7923,,112,2096.747550999991,,,,,,,144,65,0,,,,,,,,,,,gutim,16143 +nof,348,13,4,10986,7924,,128,2096.747550999991,,,,,,,144,55,0,,,,,,,,,,,gutim,16144 +rst,348,14,2,10987,7924,,144,2096.747550999991,,,,,,,176,102,0,,,,,,,,,,,gutim,16145 +non,348,15,4,10988,7924,5148,144,2096.747550999991,0.0815217391304348,64,0,F4,pp+,9,144,65,9,,,,,t,o,,,,,gutim,16146 +non,348,16,4,10989,7925,,160,2096.828550999991,0.16304347826087,32,0,F4,,,,,,,,,,T,,,,,,gutim,16147 +nof,347,28,3,10972,7926,,618,2096.879550999991,,,,,,,144,43,0,,,,,,,,,,,gutim,16131 +non,348,17,3,10990,7927,5149,170,2096.879550999991,0.438179347826087,8,0,Eb2,ff,22,144,39,22,,,,,,o,,,,,gutim,16148 +nof,348,15,4,10988,7928,,144,2096.991550999991,,,,,,,144,65,0,,,,,,,,,,,gutim,16146 +rst,348,18,2,10991,7928,,192,2096.991550999991,,,,,,,176,102,0,,,,,,,,,,,gutim,16149 +rst,348,19,4,10992,7928,,192,2096.991550999991,,,,,,,176,102,0,,,,,,,,,,,gutim,16150 +nof,348,5,3,10978,7929,,0,2097.317550999991,,,,,,,144,46,0,,,,,,,,,,,gutim,16136 +nof,348,17,3,10990,7930,,170,2097.317550999991,,,,,,,144,39,0,,,,,,,,,,,gutim,16148 +non,348,21,1,10993,7930,5150,256,2097.317550999991,0.106997282608696,32,0,B4,ff,22,144,71,22,,,,,,o,,,,,gutim,16151 +rst,348,22,2,10994,7930,,256,2097.317550999991,,,,,,,176,102,0,,,,,,,,,,,gutim,16152 +rst,348,23,3,10995,7930,,256,2097.317550999991,,,,,,,176,102,0,,,,,,,,,,,gutim,16153 +non,348,24,4,10996,7930,5150,256,2097.317550999991,0.652173913043478,8,0,C3,p,11,144,48,11,,,,,,o,,,,,gutim,16154 +ped,348,20,0,10997,7930,,256,2097.317550999991,,,,,,,176,64,127,,,,,,,V,,,,gutim,16155 +nof,348,21,1,10993,7931,,256,2097.424550999991,,,,,,,144,71,0,,,,,,,,,,,gutim,16151 +non,348,25,1,10998,7931,5151,277,2097.424550999991,0.106997282608696,32,0,C#4,f,20,144,61,20,,,,,,o,,,,,gutim,16156 +nof,348,25,1,10998,7932,,277,2097.531550999991,,,,,,,144,61,0,,,,,,,,,,,gutim,16156 +non,348,26,1,10999,7932,5152,298,2097.531550999991,0.0713315217391304,32,0,G3,f-,19,144,55,19,,,,,,o,,,,,gutim,16157 +nof,348,26,1,10999,7933,,298,2097.603550999991,,,,,,,144,55,0,,,,,,,,,,,gutim,16157 +non,348,27,1,11000,7933,5153,312,2097.603550999991,0.0713315217391304,32,0,C#4,mf,17,144,61,17,,,,,,o,,,,,gutim,16158 +nof,348,27,1,11000,7934,,312,2097.674550999991,,,,,,,144,61,0,,,,,,,,,,,gutim,16158 +non,348,28,1,11001,7934,5154,326,2097.674550999991,0.0764266304347826,32,0,G3,mf-,16,144,55,16,,,,,,o,,,,,gutim,16159 +nof,348,28,1,11001,7935,,326,2097.750550999991,,,,,,,144,55,0,,,,,,,,,,,gutim,16159 +non,348,29,1,11002,7935,5155,341,2097.750550999991,0.106997282608696,32,0,C#4,mp+,15,144,61,15,,,,,,o,,,,,gutim,16160 +nof,348,29,1,11002,7936,,341,2097.857550999991,,,,,,,144,61,0,,,,,,,,,,,gutim,16160 +non,348,30,1,11003,7936,5156,362,2097.857550999991,0.112092391304348,32,0,G3,mp-,13,144,55,13,,,,,,o,,,,,gutim,16161 +nof,348,24,4,10996,7937,,256,2097.969550999991,,,,,,,144,48,0,,,,,,,,,,,gutim,16154 +nof,348,30,1,11003,7938,,362,2097.969550999991,,,,,,,144,55,0,,,,,,,,,,,gutim,16161 +non,348,31,4,11004,7938,5157,384,2097.969550999991,0.652173913043478,8,0,B2,pp,8,144,47,8,,,,,,o,,,,,gutim,16162 +non,348,32,1,11005,7938,5157,384,2097.969550999991,0.106997282608696,32,0,G#2,p,11,144,44,11,,,,,,o,,,,,gutim,16163 +nof,348,32,1,11005,7939,,384,2098.076550999991,,,,,,,144,44,0,,,,,,,,,,,gutim,16163 +non,348,33,1,11006,7939,5158,405,2098.076550999991,0.0713315217391304,32,0,D#2,p-,10,144,39,10,,,,,,o,,,e,,gutim,16164 +nof,348,33,1,11006,7940,,405,2098.1485509999907,,,,,,,144,39,0,,,,,,,,,,,gutim,16164 +non,348,34,1,11007,7940,5159,419,2098.1485509999907,0.0713315217391304,32,0,B5,pp+,9,144,83,9,,,,,,o,,,e,,gutim,16165 +nof,348,34,1,11007,7941,,419,2098.219550999991,,,,,,,144,83,0,,,,,,,,,,,gutim,16165 +non,348,35,1,11008,7941,5160,433,2098.219550999991,0.0764266304347826,32,0,C#5,pp-,7,144,73,7,,,,,,o,,,e,,gutim,16166 +nof,348,35,1,11008,7942,,433,2098.295550999991,,,,,,,144,73,0,,,,,,,,,,,gutim,16166 +ped,348,36,0,11009,7942,,448,2098.295550999991,,,,,,,176,64,0,,,,,,,^,,,,gutim,16155 +non,348,37,3,11010,7942,5161,448,2098.295550999991,0.16304347826087,32,0,D5,mp,14,144,74,14,,,,,,o,,d,,,gutim,16167 +non,348,38,1,11011,7942,5161,448,2098.295550999991,0.0713315217391304,32,0,G4,ppp+,6,144,67,6,,,,,,o,,,E,,gutim,16168 +nof,348,38,1,11011,7943,,448,2098.3675509999907,,,,,,,144,67,0,,,,,,,,,,,gutim,16168 +non,348,39,1,11012,7943,5162,462,2098.3675509999907,0.142663043478261,16,0,G#3,ppp,5,144,56,5,,,,,,o,,d,,,gutim,16169 +nof,348,37,3,11010,7944,,448,2098.459550999991,,,,,,,144,74,0,,,,,,,,,,,gutim,16167 +non,348,40,3,11013,7945,5163,480,2098.459550999991,0.16304347826087,32,0,Eb2,f,20,144,39,20,,,,,,o,,d,,,gutim,16170 +nof,348,39,1,11012,7946,,462,2098.509550999991,,,,,,,144,56,0,,,,,,,,,,,gutim,16169 +rst,348,41,1,11014,7946,,490,2098.509550999991,,,,,,,176,102,0,,,,,,,,,,,gutim,16171 +nof,348,31,4,11004,7947,,384,2098.622550999991,,,,,,,144,47,0,,,,,,,,,,,gutim,16162 +nof,348,40,3,11013,7948,,480,2098.622550999991,,,,,,,144,39,0,,,,,,,,,,,gutim,16170 +non,348,43,1,11015,7948,5164,512,2098.622550999991,0.652173913043478,8,0,E5,p,11,144,76,11,,,,,,o,,D,,,gutim,16172 +rst,348,44,2,11016,7948,,512,2098.622550999991,,,,,,,176,102,0,,,,,,,,,,,gutim,16173 +non,348,45,3,11017,7948,5164,512,2098.622550999991,0.0815217391304348,64,0,C#5,mf,17,144,73,17,,,,,,o,,,,,gutim,16174 +non,348,46,4,11018,7948,5164,512,2098.622550999991,1.30434782608696,4,0,Bb1,ppp,5,144,34,5,,,,,,o,,,,,gutim,16175 +ped,348,42,0,11019,7948,,512,2098.622550999991,,,,,,,176,64,127,,,,,,,V,,,,gutim,16176 +nof,348,45,3,11017,7949,,512,2098.703550999991,,,,,,,144,73,0,,,,,,,,,,,gutim,16174 +non,348,47,3,11020,7949,5165,528,2098.703550999991,0.0815217391304348,64,0,G2,mf-,16,144,43,16,,,,,,o,,,,,gutim,16177 +nof,348,47,3,11020,7950,,528,2098.785550999991,,,,,,,144,43,0,,,,,,,,,,,gutim,16177 +non,348,48,3,11021,7950,5166,544,2098.785550999991,0.16304347826087,32,0,B6,mp,14,144,95,14,,,,,,o,,,,,gutim,16178 +nof,348,48,3,11021,7951,,544,2098.948550999991,,,,,,,144,95,0,,,,,,,,,,,gutim,16178 +non,348,49,3,11022,7951,5167,576,2098.948550999991,0.978260869565217,8,1,G#2,p,11,144,44,11,,,,,,o,,,,,gutim,16179 +nof,348,43,1,11015,7952,,512,2099.274550999991,,,,,,,144,76,0,,,,,,,,,,,gutim,16172 +non,348,50,1,11023,7952,5168,640,2099.274550999991,0.127377717391304,32,0,E5,ppp,5,144,76,5,,,,,,o,,,,,gutim,16180 +nof,348,50,1,11023,7953,,640,2099.401550999991,,,,,,,144,76,0,,,,,,,,,,,gutim,16180 +non,348,51,1,11024,7953,5169,665,2099.401550999991,0.132472826086957,32,0,C#4,ppp+,6,144,61,6,,,,,,o,,,,,gutim,16181 +nof,348,51,1,11024,7954,,665,2099.534550999991,,,,,,,144,61,0,,,,,,,,,,,gutim,16181 +non,348,52,1,11025,7954,5170,691,2099.534550999991,0.0662364130434783,64,0,Ab4,ppp+,6,144,68,6,,,,,,o,,,e,,gutim,16182 +nof,348,52,1,11025,7955,,691,2099.600550999991,,,,,,,144,68,0,,,,,,,,,,,gutim,16182 +non,348,53,1,11026,7955,5171,704,2099.600550999991,0.0611413043478261,64,0,D6,pp-,7,144,86,7,,,,,,o,,,e,,gutim,16183 +nof,348,53,1,11026,7956,,704,2099.661550999991,,,,,,,144,86,0,,,,,,,,,,,gutim,16183 +non,348,54,1,11027,7956,5172,716,2099.661550999991,0.0662364130434783,64,0,Ab4,pp-,7,144,68,7,,,,,,o,,,e,,gutim,16184 +nof,348,54,1,11027,7957,,716,2099.727550999991,,,,,,,144,68,0,,,,,,,,,,,gutim,16184 +non,348,55,1,11028,7957,5173,729,2099.727550999991,0.0662364130434783,64,0,D6,pp,8,144,86,8,,,,,,o,,,e,,gutim,16185 +nof,348,55,1,11028,7958,,729,2099.793550999991,,,,,,,144,86,0,,,,,,,,,,,gutim,16185 +non,348,56,1,11029,7958,5174,742,2099.793550999991,0.132472826086957,32,0,A6,pp,8,144,93,8,,,,,,o,,,E,,gutim,16186 +nof,348,46,4,11018,7959,,512,2099.926550999991,,,,,,,144,34,0,,,,,,,,,,,gutim,16175 +nof,348,49,3,11022,7959,,576,2099.926550999991,,,,,,,144,44,0,,,,,,,,,,,gutim,16179 +nof,348,56,1,11029,7959,,742,2099.926550999991,,,,,,,144,93,0,,,,,,,,,,,gutim,16186 +non,348,57,1,11030,7959,5175,768,2099.926550999991,0.652173913043478,8,0,Bb1,pp,8,144,34,8,,,,,,o,,,,,gutim,16187 +non,348,58,1,11031,7959,5175,768,2099.926550999991,0.652173913043478,8,0,Ab2,pp,8,144,44,8,,,,,,o,,,,,gutim,16188 +non,348,59,3,11032,7959,5175,768,2099.926550999991,0.433084239130435,8,0,Bb2,f,20,144,46,20,,,,,,o,,,,,gutim,16189 +rst,348,60,4,11033,7959,,768,2099.926550999991,,,,,,,176,102,0,,,,,,,,,,,gutim,16190 +nof,348,59,3,11032,7960,,768,2100.359550999991,,,,,,,144,46,0,,,,,,,,,,,gutim,16189 +non,348,61,3,11034,7960,5176,853,2100.359550999991,0.285326086956522,8,0,A4,mp+,15,144,69,15,,,,,,o,,,,,gutim,16191 +nof,348,57,1,11030,7961,,768,2100.578550999991,,,,,,,144,34,0,,,,,,,,,,,gutim,16187 +nof,348,58,1,11031,7961,,768,2100.578550999991,,,,,,,144,44,0,,,,,,,,,,,gutim,16188 +rst,348,62,1,11035,7961,,896,2100.578550999991,,,,,,,176,102,0,,,,,,,,,,,gutim,16192 +nof,348,61,3,11034,7962,,853,2100.6445509999908,,,,,,,144,69,0,,,,,,,,,,,gutim,16191 +non,348,63,3,11036,7962,5177,909,2100.6445509999908,0.147758152173913,16,0,Db2,p,11,144,37,11,,,,,,o,,,,,gutim,16193 +nof,348,63,3,11036,7963,,909,2100.792550999991,,,,,,,144,37,0,,,,,,,,,,,gutim,16193 +non,348,64,3,11037,7963,5178,938,2100.792550999991,0.168138586956522,16,0,Bb2,pp+,9,144,46,9,,,,,,o,,,,,gutim,16194 +nof,348,64,3,11037,7964,,938,2100.960550999991,,,,,,,144,46,0,,,,,,,,,,,gutim,16194 +non,348,65,3,11038,7964,5179,971,2100.960550999991,0.0917119565217391,32,0,A3,pp-,7,144,57,7,,,,,,o,,,,,gutim,16195 +nof,348,65,3,11038,7965,,971,2101.0525509999907,,,,,,,144,57,0,,,,,,,,,,,gutim,16195 +non,348,66,3,11039,7965,5180,989,2101.0525509999907,0.086616847826087,32,0,Db2,ppp+,6,144,37,6,,,,,,o,,,,,gutim,16196 +ped,348,67,0,11040,7966,,1006,2101.072550999991,,,,,,,176,64,0,,,,,,,^,,,,gutim,16176 +nof,348,66,3,11039,7967,,989,2101.139550999991,,,,,,,144,37,0,,,,,,,,,,,gutim,16196 +non,348,68,3,11041,7967,5181,1006,2101.139550999991,0.0917119565217391,32,0,F3,ppp,5,144,53,5,,,,,,o,,,,,gutim,16197 +nof,348,68,3,11041,7968,,1006,2101.230550999991,,,,,,,144,53,0,,,,,,,,,,,gutim,16197 +bar,349,0,0,11042,7968,,0,2101.230550999991,,,,,,,,,,349,,,,,,,,,,gutim,16198 +rst,349,1,1,11043,7968,,0,2101.230550999991,,,,,,,176,102,0,,,,,,,,,,,gutim,16199 +rst,349,2,2,11044,7968,,0,2101.230550999991,,,,,,,176,102,0,,,,,,,,,,,gutim,16200 +non,349,4,3,11045,7968,5182,,2101.230550999991,0.05,8,0,Db4,f,20,144,61,20,,,,g,,o,,,,,gutim,16201 +nof,349,4,3,11045,7969,,,2101.2805509999907,,,,,,,144,61,0,,,,,,,,,,,gutim,16201 +non,349,5,3,11046,7970,5183,0,2101.305550999991,0.326086956521739,16,0,Eb1,f,20,144,27,20,,,,,,o,,d,,,gutim,16202 +ped,349,3,0,11047,7971,,0,2101.372550999991,,,,,,,176,64,127,,,,,,,V,,,,gutim,16203 +nof,349,5,3,11046,7972,,0,2101.631550999991,,,,,,,144,27,0,,,,,,,,,,,gutim,16202 +non,349,6,1,11048,7972,5184,64,2101.631550999991,0.326086956521739,16,0,D5,mp,14,144,74,14,,,,,,o,,D,,,gutim,16204 +non,349,7,3,11049,7972,5184,64,2101.631550999991,0.0815217391304348,64,0,B4,p,11,144,71,11,,,,,,o,,d,e,,gutim,16205 +nof,349,7,3,11049,7973,,64,2101.7135509999907,,,,,,,144,71,0,,,,,,,,,,,gutim,16205 +non,349,8,3,11050,7973,5185,80,2101.7135509999907,0.0815217391304348,64,0,Ab1,pp+,9,144,32,9,,,,,,o,,,e,,gutim,16206 +ped,349,10,0,11051,7974,,112,2101.767550999991,,,,,,,176,64,0,,,,,,,^,,,,gutim,16203 +nof,349,8,3,11050,7975,,80,2101.794550999991,,,,,,,144,32,0,,,,,,,,,,,gutim,16206 +non,349,9,3,11052,7975,5186,96,2101.794550999991,0.0815217391304348,64,0,B5,pp-,7,144,83,7,,,,,,o,,,e,,gutim,16207 +nof,349,9,3,11052,7976,,96,2101.8765509999907,,,,,,,144,83,0,,,,,,,,,,,gutim,16207 +non,349,11,3,11053,7976,5187,112,2101.8765509999907,0.0815217391304348,64,0,G2,ppp,5,144,43,5,,,,,,o,,,e,,gutim,16208 +nof,349,6,1,11048,7977,,64,2101.957550999991,,,,,,,144,74,0,,,,,,,,,,,gutim,16204 +nof,349,11,3,11053,7978,,112,2101.957550999991,,,,,,,144,43,0,,,,,,,,,,,gutim,16208 +non,349,13,1,11054,7978,5188,128,2101.957550999991,0.326086956521739,16,0,A4,pp,8,144,69,8,,,,,,o,,,E,,gutim,16209 +rst,349,14,3,11055,7978,,128,2101.957550999991,,,,,,,176,102,0,,,,,,,,,,,gutim,16210 +ped,349,12,0,11056,7979,,128,2102.067550999991,,,,,,,176,64,127,,,,,,,V,,,,gutim,16211 +nof,349,13,1,11054,7980,,128,2102.284550999991,,,,,,,144,69,0,,,,,,,,,,,gutim,16209 +non,349,15,1,11057,7980,5189,192,2102.284550999991,0.0815217391304348,64,0,G3,mp-,13,144,55,13,,,,,,o,,,,,gutim,16212 +nof,349,15,1,11057,7981,,192,2102.365550999991,,,,,,,144,55,0,,,,,,,,,,,gutim,16212 +non,349,16,1,11058,7981,5190,208,2102.365550999991,0.0815217391304348,64,0,C#3,mp,14,144,49,14,,,,,,o,,,,,gutim,16213 +nof,349,16,1,11058,7982,,208,2102.447550999991,,,,,,,144,49,0,,,,,,,,,,,gutim,16213 +non,349,17,1,11059,7982,5191,224,2102.447550999991,0.0815217391304348,64,0,F4,mf-,16,144,65,16,,,,,,o,,,,,gutim,16214 +nof,349,17,1,11059,7983,,224,2102.528550999991,,,,,,,144,65,0,,,,,,,,,,,gutim,16214 +non,349,18,1,11060,7983,5192,240,2102.528550999991,0.0815217391304348,64,0,C#2,mf,17,144,37,17,,,,,,o,,,,,gutim,16215 +nof,349,18,1,11060,7984,,240,2102.610550999991,,,,,,,144,37,0,,,,,,,,,,,gutim,16215 +non,349,19,1,11061,7984,5193,256,2102.610550999991,0.519701086956522,8,0,D5,f,20,144,74,20,,,,,,o,,d,,,gutim,16216 +non,349,20,2,11062,7984,5193,256,2102.610550999991,0.519701086956522,8,0,F4,p,11,144,65,11,,,,,,o,,d,,,gutim,16217 +non,349,21,2,11063,7984,5193,256,2102.610550999991,0.652173913043478,8,0,A4,p,11,144,69,11,,,,,,o,,d,,,gutim,16218 +non,349,22,3,11064,7984,5193,256,2102.610550999991,0.519701086956522,8,0,Eb1,mf,17,144,27,17,,,,,,o,,d,,,gutim,16219 +non,349,23,3,11065,7984,5193,256,2102.610550999991,0.652173913043478,8,0,Ab1,mf,17,144,32,17,,,,,,o,,d,,,gutim,16220 +non,349,24,3,11066,7984,5193,256,2102.610550999991,0.652173913043478,8,0,Db2,mf,17,144,37,17,,,,,,o,,d,,,gutim,16221 +ped,349,25,0,11067,7985,,358,2102.979550999991,,,,,,,176,64,0,,,,,,,^,,,,gutim,16211 +nof,349,19,1,11061,7986,,256,2103.129550999991,,,,,,,144,74,0,,,,,,,,,,,gutim,16216 +nof,349,20,2,11062,7986,,256,2103.129550999991,,,,,,,144,65,0,,,,,,,,,,,gutim,16217 +nof,349,21,2,11063,7986,,256,2103.129550999991,,,,,,,144,69,0,,,,,,,,,,,gutim,16218 +nof,349,22,3,11064,7986,,256,2103.129550999991,,,,,,,144,27,0,,,,,,,,,,,gutim,16219 +nof,349,24,3,11066,7986,,256,2103.129550999991,,,,,,,144,37,0,,,,,,,,,,,gutim,16221 +non,349,27,1,11068,7986,5194,358,2103.129550999991,0.784646739130435,8,1,D5,ppp,5,144,74,5,,,,,,o,,d,,,gutim,16222 +non,349,28,2,11069,7986,5194,358,2103.129550999991,0.784646739130435,8,1,F4,ppp,5,144,65,5,,,,,,o,,d,,,gutim,16223 +non,349,29,2,11070,7986,5194,358,2103.129550999991,0.652173913043478,8,1,A4,ppp,5,144,69,5,,,,,,o,,d,,,gutim,16224 +non,349,30,3,11071,7986,5194,358,2103.129550999991,0.784646739130435,8,1,Eb1,ppp,5,144,27,5,,,,,,o,,D,,,gutim,16225 +non,349,31,3,11072,7986,5194,358,2103.129550999991,0.652173913043478,8,1,Db2,ppp,5,144,37,5,,,,,,o,,D,,,gutim,16226 +nof,349,23,3,11065,7987,,256,2103.2625509999907,,,,,,,144,32,0,,,,,,,,,,,gutim,16220 +ped,349,26,0,11073,7988,,358,2103.279550999991,,,,,,,176,64,127,,,,,,,V,,,,gutim,16227 +nof,349,29,2,11070,7989,,358,2103.781550999991,,,,,,,144,69,0,,,,,,,,,,,gutim,16224 +nof,349,31,3,11072,7989,,358,2103.781550999991,,,,,,,144,37,0,,,,,,,,,,,gutim,16226 +nof,349,27,1,11068,7990,,358,2103.9145509999908,,,,,,,144,74,0,,,,,,,,,,,gutim,16222 +nof,349,28,2,11069,7990,,358,2103.9145509999908,,,,,,,144,65,0,,,,,,,,,,,gutim,16223 +nof,349,30,3,11071,7990,,358,2103.9145509999908,,,,,,,144,27,0,,,,,,,,,,,gutim,16225 +non,349,32,1,11074,7990,5195,,2103.9145509999908,0.05,8,0,G6,ppp,5,144,91,5,,,,g,,o,,,,,gutim,16228 +nof,349,32,1,11074,7991,,,2103.964550999991,,,,,,,144,91,0,,,,,,,,,,,gutim,16228 +non,349,33,1,11075,7992,5196,,2103.989550999991,0.05,8,0,E7,ppp,5,144,100,5,,,,g,,o,,,,,gutim,16229 +nof,349,33,1,11075,7993,,,2104.0395509999908,,,,,,,144,100,0,,,,,,,,,,,gutim,16229 +non,349,34,1,11076,7994,5197,,2104.064550999991,0.05,8,0,C#7,ppp,5,144,97,5,,,,g,,o,,,,,gutim,16230 +nof,349,34,1,11076,7995,,,2104.114550999991,,,,,,,144,97,0,,,,,,,,,,,gutim,16230 +non,349,35,1,11077,7996,5198,512,2104.139550999991,1.30434782608696,4,0,B5,p,11,144,83,11,,,,,,o,,,,,gutim,16231 +non,349,36,1,11078,7996,5198,512,2104.139550999991,1.30434782608696,4,0,G#6,p,11,144,92,11,,,,,,o,,,,,gutim,16232 +rst,349,37,2,11079,7996,,512,2104.139550999991,,,,,,,176,102,0,,,,,,,,,,,gutim,16233 +non,349,38,3,11080,7996,5198,,2104.139550999991,0.05,8,0,Eb3,ppp,5,144,51,5,,,,g,,o,,,,,gutim,16234 +nof,349,38,3,11080,7997,,,2104.189550999991,,,,,,,144,51,0,,,,,,,,,,,gutim,16234 +non,349,39,3,11081,7998,5199,,2104.214550999991,0.05,8,0,E4,p,11,144,64,11,,,,g,,o,,,,,gutim,16235 +non,349,40,3,11082,7998,5199,,2104.214550999991,0.05,8,0,C#5,p,11,144,73,11,,,,g,,o,,,,,gutim,16236 +nof,349,39,3,11081,7999,,,2104.264550999991,,,,,,,144,64,0,,,,,,,,,,,gutim,16235 +nof,349,40,3,11082,7999,,,2104.264550999991,,,,,,,144,73,0,,,,,,,,,,,gutim,16236 +non,349,41,3,11083,8000,5200,512,2104.2895509999908,1.30434782608696,4,0,A3,p,11,144,57,11,,,,,,o,,,,,gutim,16237 +non,349,42,2,11084,8001,5201,640,2104.941550999991,0.127377717391304,32,0,E5,ppp,5,144,76,5,,,,,,o,,,,,gutim,16238 +nof,349,42,2,11084,8002,,640,2105.069550999991,,,,,,,144,76,0,,,,,,,,,,,gutim,16238 +non,349,43,2,11085,8002,5202,665,2105.069550999991,0.132472826086957,32,0,C3,ppp+,6,144,48,6,,,,,,o,,,,,gutim,16239 +nof,349,43,2,11085,8003,,665,2105.201550999991,,,,,,,144,48,0,,,,,,,,,,,gutim,16239 +non,349,44,2,11086,8003,5203,691,2105.201550999991,0.0662364130434783,64,0,Ab4,pp,8,144,68,8,,,,,,o,,,e,,gutim,16240 +nof,349,44,2,11086,8004,,691,2105.267550999991,,,,,,,144,68,0,,,,,,,,,,,gutim,16240 +non,349,45,2,11087,8004,5204,704,2105.267550999991,0.0611413043478261,64,0,D6,pp+,9,144,86,9,,,,,,o,,,e,,gutim,16241 +nof,349,45,2,11087,8005,,704,2105.328550999991,,,,,,,144,86,0,,,,,,,,,,,gutim,16241 +non,349,46,2,11088,8005,5205,716,2105.328550999991,0.0662364130434783,64,0,Ab4,pp+,9,144,68,9,,,,,,o,,,e,,gutim,16242 +nof,349,46,2,11088,8006,,716,2105.395550999991,,,,,,,144,68,0,,,,,,,,,,,gutim,16242 +non,349,47,2,11089,8006,5206,729,2105.395550999991,0.0662364130434783,64,0,D6,p-,10,144,86,10,,,,,,o,,,e,,gutim,16243 +nof,349,35,1,11077,8007,,512,2105.4435509999907,,,,,,,144,83,0,,,,,,,,,,,gutim,16231 +nof,349,36,1,11078,8007,,512,2105.4435509999907,,,,,,,144,92,0,,,,,,,,,,,gutim,16232 +nof,349,47,2,11089,8008,,729,2105.461550999991,,,,,,,144,86,0,,,,,,,,,,,gutim,16243 +non,349,48,2,11090,8008,5207,742,2105.461550999991,0.132472826086957,32,0,A7,p,11,144,105,11,,,,,,o,,,E,,gutim,16244 +nof,349,41,3,11083,8009,,512,2105.593550999991,,,,,,,144,57,0,,,,,,,,,,,gutim,16237 +nof,349,48,2,11090,8009,,742,2105.593550999991,,,,,,,144,105,0,,,,,,,,,,,gutim,16244 +rst,349,49,1,11091,8009,,768,2105.593550999991,,,,,,,176,102,0,,,,,,,,,,,gutim,16245 +rst,349,50,2,11092,8009,,768,2105.593550999991,,,,,,,176,102,0,,,,,,,,,,,gutim,16246 +rst,349,51,3,11093,8009,,768,2105.593550999991,,,,,,,176,102,0,,,,,,,,,,,gutim,16247 +non,349,52,3,11094,8010,5208,810,2105.807550999991,0.219089673913043,16,0,Bb1,ppp,5,144,34,5,,,,,,o,,,,,gutim,16248 +nof,349,52,3,11094,8011,,810,2106.026550999991,,,,,,,144,34,0,,,,,,,,,,,gutim,16248 +non,349,53,3,11095,8011,5209,853,2106.026550999991,0.219089673913043,16,0,D4,ppp,5,144,62,5,,,,,,o,,,,,gutim,16249 +nof,349,53,3,11095,8012,,853,2106.245550999991,,,,,,,144,62,0,,,,,,,,,,,gutim,16249 +non,349,54,3,11096,8012,5210,896,2106.245550999991,0.0815217391304348,32,0,C3,ppp,5,144,48,5,,,,,,o,,,,,gutim,16250 +nof,349,54,3,11096,8013,,896,2106.3275509999908,,,,,,,144,48,0,,,,,,,,,,,gutim,16250 +non,349,55,3,11097,8013,5211,912,2106.3275509999908,0.086616847826087,32,0,F#2,ppp,5,144,42,5,,,,,,o,,,,,gutim,16251 +nof,349,55,3,11097,8014,,912,2106.4145509999908,,,,,,,144,42,0,,,,,,,,,,,gutim,16251 +non,349,56,3,11098,8014,5212,929,2106.4145509999908,0.0917119565217391,32,0,B2,ppp,5,144,47,5,,,,,,o,,,,,gutim,16252 +nof,349,56,3,11098,8015,,929,2106.505550999991,,,,,,,144,47,0,,,,,,,,,,,gutim,16252 +non,349,57,3,11099,8015,5213,947,2106.505550999991,0.086616847826087,32,0,C3,ppp,5,144,48,5,,,,,,o,,,,,gutim,16253 +nof,349,57,3,11099,8016,,947,2106.592550999991,,,,,,,144,48,0,,,,,,,,,,,gutim,16253 +non,349,58,3,11100,8016,5214,964,2106.592550999991,0.086616847826087,32,0,B2,ppp,5,144,47,5,,,,,,o,,,,,gutim,16254 +ped,349,59,0,11101,8017,,981,2106.638550999991,,,,,,,176,64,0,,,,,,,^,,,,gutim,16227 +non,349,63,1,11102,8018,5215,,2106.6735509999908,0.05,8,0,G6,ppp,5,144,91,5,,,,g,,o,,,,,gutim,16255 +nof,349,58,3,11100,8019,,964,2106.679550999991,,,,,,,144,47,0,,,,,,,,,,,gutim,16254 +non,349,60,3,11103,8019,5216,981,2106.679550999991,0.219089673913043,16,0,F#2,ppp,5,144,42,5,,,,,,o,,,,,gutim,16256 +nof,349,63,1,11102,8020,,,2106.723550999991,,,,,,,144,91,0,,,,,,,,,,,gutim,16255 +non,349,64,1,11104,8021,5217,,2106.748550999991,0.05,8,0,E7,ppp,5,144,100,5,,,,g,,o,,d,e,,gutim,16257 +nof,349,64,1,11104,8022,,,2106.7985509999908,,,,,,,144,100,0,,,,,,,,,,,gutim,16257 +non,349,65,1,11105,8023,5218,,2106.823550999991,0.05,8,0,C#7,ppp,5,144,97,5,,,,g,,o,,d,e,,gutim,16258 +nof,349,65,1,11105,8024,,,2106.873550999991,,,,,,,144,97,0,,,,,,,,,,,gutim,16258 +nof,349,60,3,11103,8025,,981,2106.8985509999907,,,,,,,144,42,0,,,,,,,,,,,gutim,16256 +non,349,61,3,11106,8025,5219,1024,2106.8985509999907,0.433084239130435,8,0,A3,pp,8,144,57,8,,,,,,o,,d,,,gutim,16259 +non,349,66,1,11107,8025,5219,1024,2106.8985509999907,0.652173913043478,8,0,G#6,ppp,5,144,92,5,,,,,,o,,d,E 6027,,gutim,16260 +non,349,67,2,11108,8025,5219,1024,2106.8985509999907,0.326086956521739,16,0,B5,mp,14,144,83,14,,,,,,o,,d,,,gutim,16261 +ped,349,62,0,11109,8026,,1024,2106.938550999991,,,,,,,176,64,127,,,,,,,V,,,,gutim,16262 +nof,349,67,2,11108,8027,,1024,2107.2245509999907,,,,,,,144,83,0,,,,,,,,,,,gutim,16261 +non,349,68,2,11110,8027,5220,1088,2107.2245509999907,0.16304347826087,32,0,G4,p-,10,144,67,10,,,,,,o,,,,,gutim,16263 +non,349,69,2,11111,8027,5220,1088,2107.2245509999907,0.16304347826087,32,0,B5,p-,10,144,83,10,,,,,,o,,,,,gutim,16264 +nof,349,61,3,11106,8028,,1024,2107.331550999991,,,,,,,144,57,0,,,,,,,,,,,gutim,16259 +non,349,70,3,11112,8028,5221,1109,2107.331550999991,0.433084239130435,8,0,A3,pp,8,144,57,8,,,,,,o,,d,,,gutim,16265 +non,349,71,3,11113,8028,5221,1109,2107.331550999991,0.652173913043478,8,0,F4,pp,8,144,65,8,,,,,,o,,d,,,gutim,16266 +nof,349,68,2,11110,8029,,1088,2107.3875509999907,,,,,,,144,67,0,,,,,,,,,,,gutim,16263 +nof,349,69,2,11111,8029,,1088,2107.3875509999907,,,,,,,144,83,0,,,,,,,,,,,gutim,16264 +non,349,72,2,11114,8030,5222,1120,2107.3875509999907,0.16304347826087,32,0,Ab3,pp,8,144,56,8,,,,,,o,,,,,gutim,16267 +nof,349,66,1,11107,8031,,1024,2107.5505509999907,,,,,,,144,92,0,,,,,,,,,,,gutim,16260 +nof,349,72,2,11114,8031,,1120,2107.5505509999907,,,,,,,144,56,0,,,,,,,,,,,gutim,16267 +non,349,73,1,11115,8031,5223,1152,2107.5505509999907,0.652173913043478,8,0,C#7,ppp,5,144,97,5,,,,,,o,,,,,gutim,16268 +rst,349,74,2,11116,8031,,1152,2107.5505509999907,,,,,,,176,102,0,,,,,,,,,,,gutim,16269 +nof,349,70,3,11112,8032,,1109,2107.764550999991,,,,,,,144,57,0,,,,,,,,,,,gutim,16265 +non,349,75,3,11117,8032,5224,1194,2107.764550999991,0.142663043478261,16,0,A3,pp,8,144,57,8,,,,,,o,,d,,,gutim,16270 +nof,349,71,3,11113,8033,,1109,2107.906550999991,,,,,,,144,65,0,,,,,,,,,,,gutim,16266 +nof,349,75,3,11117,8033,,1194,2107.906550999991,,,,,,,144,57,0,,,,,,,,,,,gutim,16270 +non,349,76,3,11118,8033,5225,1222,2107.906550999991,0.142663043478261,16,0,F4,pp,8,144,65,8,,,,,,o,,d,,,gutim,16271 +nof,349,76,3,11118,8034,,1222,2108.049550999991,,,,,,,144,65,0,,,,,,,,,,,gutim,16271 +non,349,77,3,11119,8034,5226,1250,2108.049550999991,0.152853260869565,16,0,E4,mf,17,144,64,17,,,,,,o,,D 6027,,,gutim,16272 +ped,349,78,0,11120,8035,,1279,2108.049550999991,,,,,,,176,64,0,,,,,,,^,,,,gutim,16262 +nof,349,73,1,11115,8036,,1152,2108.2025509999908,,,,,,,144,97,0,,,,,,,,,,,gutim,16268 +nof,349,77,3,11119,8036,,1250,2108.2025509999908,,,,,,,144,64,0,,,,,,,,,,,gutim,16272 +bar,350,0,0,11121,8037,,0,2108.2025509999908,,,,,,,,,,350,,,,,,,,,,gutim,16273 +non,350,2,1,11122,8037,5227,0,2108.2025509999908,0.519701086956522,8,0,E5,ppp,5,144,76,5,,,,,,o,,,,,gutim,16274 +rst,350,3,3,11123,8037,,0,2108.2025509999908,,,,,,,176,102,0,,,,,,,,,,,gutim,16275 +ped,350,1,0,11124,8038,,0,2108.3495509999907,,,,,,,176,64,127,,,,,,,V,,,,gutim,16276 +nof,350,2,1,11122,8039,,0,2108.7225509999907,,,,,,,144,76,0,,,,,,,,,,,gutim,16274 +non,350,4,1,11125,8039,5228,102,2108.7225509999907,0.132472826086957,32,0,Ab4,pp-,7,144,68,7,,,,,,o,,,,,gutim,16277 +nof,350,4,1,11125,8040,,102,2108.854550999991,,,,,,,144,68,0,,,,,,,,,,,gutim,16277 +non,350,5,1,11126,8040,5229,128,2108.854550999991,0.0611413043478261,64,0,D6,pp,8,144,86,8,,,,,,o,,,,,gutim,16278 +nof,350,5,1,11126,8041,,128,2108.915550999991,,,,,,,144,86,0,,,,,,,,,,,gutim,16278 +non,350,6,1,11127,8041,5230,140,2108.915550999991,0.0662364130434783,64,0,Ab4,pp,8,144,68,8,,,,,,o,,,,,gutim,16279 +ped,350,7,0,11128,8042,,153,2108.9235509999908,,,,,,,176,64,0,,,,,,,^,,,,gutim,16276 +nof,350,6,1,11127,8043,,140,2108.982550999991,,,,,,,144,68,0,,,,,,,,,,,gutim,16279 +non,350,8,1,11129,8043,5231,153,2108.982550999991,0.524796195652174,8,0,A6,pp,8,144,93,8,,,,,,o,,,,,gutim,16280 +sec,350,9,0,11130,8043,,153,2108.982550999991,,,,,,,,,,,6027,,,,,,,,,gutim,16281 +ped,350,10,0,11131,8044,,189,2109.223550999991,,,,,,,176,64,127,,,,,,,V,,,,gutim,16282 +nof,350,8,1,11129,8045,,153,2109.506550999991,,,,,,,144,93,0,,,,,,,,,,,gutim,16280 +non,350,11,1,11132,8045,5232,,2109.506550999991,0.05,8,0,D6,mf,17,144,86,17,,,,g,,o,,d,,,gutim,16283 +nof,350,11,1,11132,8046,,,2109.556550999991,,,,,,,144,86,0,,,,,,,,,,,gutim,16283 +non,350,12,1,11133,8047,5233,,2109.581550999991,0.05,8,0,C#3,mf,17,144,49,17,,,,g,,o,,d,,,gutim,16284 +nof,350,12,1,11133,8048,,,2109.631550999991,,,,,,,144,49,0,,,,,,,,,,,gutim,16284 +non,350,13,1,11134,8049,5234,256,2109.656550999991,2.60869565217391,2,0,A5,f,20,144,81,20,,,,,,o,,,,,gutim,16285 +non,350,14,3,11135,8049,5234,256,2109.656550999991,0.326086956521739,16,1,D5,ppp,5,144,74,5,,,,,,o,,,,,gutim,16286 +nof,350,14,3,11135,8050,,256,2109.982550999991,,,,,,,144,74,0,,,,,,,,,,,gutim,16286 +non,350,15,3,11136,8050,5235,320,2109.982550999991,0.106997282608696,32,0,F#3,ppp,5,144,54,5,,,,,,o,,d,e,,gutim,16287 +nof,350,15,3,11136,8051,,320,2110.089550999991,,,,,,,144,54,0,,,,,,,,,,,gutim,16287 +non,350,16,3,11137,8051,5236,341,2110.089550999991,0.106997282608696,32,0,B3,ppp,5,144,59,5,,,,,,o,,d,e,,gutim,16288 +nof,350,16,3,11137,8052,,341,2110.196550999991,,,,,,,144,59,0,,,,,,,,,,,gutim,16288 +non,350,17,3,11138,8052,5237,362,2110.196550999991,0.112092391304348,32,0,C4,ppp,5,144,60,5,,,,,,o,,d,e,,gutim,16289 +nof,350,17,3,11138,8053,,362,2110.3095509999907,,,,,,,144,60,0,,,,,,,,,,,gutim,16289 +non,350,18,3,11139,8053,5238,384,2110.3095509999907,0.106997282608696,32,0,B3,ppp,5,144,59,5,,,,,,o,,d,e,,gutim,16290 +nof,350,18,3,11139,8054,,384,2110.4165509999907,,,,,,,144,59,0,,,,,,,,,,,gutim,16290 +non,350,19,3,11140,8054,5239,405,2110.4165509999907,0.106997282608696,32,0,F#3,ppp,5,144,54,5,,,,,,o,,d,e,,gutim,16291 +nof,350,19,3,11140,8055,,405,2110.5235509999907,,,,,,,144,54,0,,,,,,,,,,,gutim,16291 +non,350,20,3,11141,8055,5240,426,2110.5235509999907,0.112092391304348,32,0,B3,ppp,5,144,59,5,,,,,,o,,d,e,,gutim,16292 +nof,350,20,3,11141,8056,,426,2110.6355509999908,,,,,,,144,59,0,,,,,,,,,,,gutim,16292 +non,350,21,3,11142,8056,5241,448,2110.6355509999908,0.106997282608696,32,0,Bb2,ppp,5,144,46,5,,,,,,o,,d,e,,gutim,16293 +non,350,22,3,11143,8057,5242,469,2110.7425509999907,0.106997282608696,32,0,C4,ppp,5,144,60,5,,,,,,o,,d,e,,gutim,16294 +ped,350,23,0,11144,8058,,490,2110.755550999991,,,,,,,176,64,0,,,,,,,^,,,,gutim,16282 +nof,350,22,3,11143,8059,,469,2110.8495509999907,,,,,,,144,60,0,,,,,,,,,,,gutim,16294 +non,350,24,3,11145,8059,5243,490,2110.8495509999907,0.112092391304348,32,0,B3,ppp,5,144,59,5,,,,,,o,,d,E,,gutim,16295 +nof,350,24,3,11145,8060,,490,2110.961550999991,,,,,,,144,59,0,,,,,,,,,,,gutim,16295 +non,350,26,3,11146,8060,5244,512,2110.961550999991,0.285326086956522,16,0,Bb1,p,11,144,34,11,,,,,,o,,,,,gutim,16296 +nof,350,21,3,11142,8061,,448,2111.042550999991,,,,,,,144,46,0,,,,,,,,,,,gutim,16293 +ped,350,25,0,11147,8062,,512,2111.055550999991,,,,,,,176,64,127,,,,,,,V,,,,gutim,16297 +nof,350,26,3,11146,8063,,512,2111.246550999991,,,,,,,144,34,0,,,,,,,,,,,gutim,16296 +non,350,27,3,11148,8063,5245,568,2111.246550999991,0.290421195652174,16,0,D4,p,11,144,62,11,,,,,,o,,,,,gutim,16298 +nof,350,27,3,11148,8064,,568,2111.536550999991,,,,,,,144,62,0,,,,,,,,,,,gutim,16298 +non,350,28,3,11149,8064,5246,625,2111.536550999991,0.290421195652174,16,0,F#2,p,11,144,42,11,,,,,,o,,,,,gutim,16299 +nof,350,28,3,11149,8065,,625,2111.8275509999908,,,,,,,144,42,0,,,,,,,,,,,gutim,16299 +non,350,29,3,11150,8065,5247,682,2111.8275509999908,0.0815217391304348,64,0,C3,pp,8,144,48,8,,,,,,o,,,,,gutim,16300 +nof,350,29,3,11150,8066,,682,2111.908550999991,,,,,,,144,48,0,,,,,,,,,,,gutim,16300 +non,350,30,3,11151,8066,5248,698,2111.908550999991,0.086616847826087,64,0,Bb2,pp-,7,144,46,7,,,,,,o,,,,,gutim,16301 +nof,350,30,3,11151,8067,,698,2111.995550999991,,,,,,,144,46,0,,,,,,,,,,,gutim,16301 +non,350,31,3,11152,8067,5249,715,2111.995550999991,0.086616847826087,64,0,C3,pp-,7,144,48,7,,,,,,o,,,,,gutim,16302 +nof,350,31,3,11152,8068,,715,2112.082550999991,,,,,,,144,48,0,,,,,,,,,,,gutim,16302 +non,350,32,3,11153,8068,5250,732,2112.082550999991,0.086616847826087,64,0,Bb2,ppp+,6,144,46,6,,,,,,o,,,,,gutim,16303 +nof,350,32,3,11153,8069,,732,2112.168550999991,,,,,,,144,46,0,,,,,,,,,,,gutim,16303 +non,350,33,3,11154,8069,5251,749,2112.168550999991,0.0968070652173913,64,0,C3,ppp,5,144,48,5,,,,,,o,,,,,gutim,16304 +ped,350,34,0,11155,8070,,768,2112.2225509999907,,,,,,,176,64,0,,,,,,,^,,,,gutim,16297 +nof,350,33,3,11154,8071,,749,2112.265550999991,,,,,,,144,48,0,,,,,,,,,,,gutim,16304 +rst,350,35,1,11156,8071,,768,2112.265550999991,,,,,,,176,102,0,,,,,,,,,,,gutim,16305 +non,350,36,3,11157,8071,5252,768,2112.265550999991,0.213994565217391,16,0,D3,ppp-,4,144,50,4,,,,,,o,,,,,gutim,16306 +nof,350,36,3,11157,8072,,768,2112.479550999991,,,,,,,144,50,0,,,,,,,,,,,gutim,16306 +non,350,38,3,11158,8072,5253,810,2112.479550999991,0.219089673913043,16,0,Bb0,pp,8,144,22,8,,,,,,o,,d,,,gutim,16307 +ped,350,37,0,11159,8073,,810,2112.522550999991,,,,,,,176,64,127,,,,,,,V,,,,gutim,16308 +nof,350,13,1,11134,8074,,256,2112.565550999991,,,,,,,144,81,0,,,,,,,,,,,gutim,16285 +nof,350,38,3,11158,8075,,810,2112.698550999991,,,,,,,144,22,0,,,,,,,,,,,gutim,16307 +non,350,39,3,11160,8075,5254,853,2112.698550999991,0.106997282608696,32,0,D3,pp-,7,144,50,7,,,,,,o,,d,,,gutim,16309 +nof,350,39,3,11160,8076,,853,2112.805550999991,,,,,,,144,50,0,,,,,,,,,,,gutim,16309 +non,350,40,3,11161,8076,5255,874,2112.805550999991,0.326086956521739,16,1,F#1,pp-,7,144,30,7,,,,,,o,,,,,gutim,16310 +nof,350,40,3,11161,8077,,874,2113.131550999991,,,,,,,144,30,0,,,,,,,,,,,gutim,16310 +non,350,41,3,11162,8077,5256,938,2113.131550999991,0.112092391304348,32,0,B2,ppp+,6,144,47,6,,,,,,o,,,,,gutim,16311 +non,350,42,3,11163,8078,5257,960,2113.243550999991,0.106997282608696,32,0,C3,ppp,5,144,48,5,,,,,,o,,,,,gutim,16312 +nof,350,41,3,11162,8079,,938,2113.350550999991,,,,,,,144,47,0,,,,,,,,,,,gutim,16311 +nof,350,42,3,11163,8079,,960,2113.350550999991,,,,,,,144,48,0,,,,,,,,,,,gutim,16312 +non,350,43,3,11164,8079,5258,981,2113.350550999991,0.106997282608696,32,0,B2,ppp,5,144,47,5,,,,,,o,,,,,gutim,16313 +non,350,44,3,11165,8080,5259,1002,2113.457550999991,0.112092391304348,32,0,Bb0,ppp,5,144,22,5,,,,,t,o,,,,,gutim,16314 +nof,350,43,3,11164,8081,,981,2113.5325509999907,,,,,,,144,47,0,,,,,,,,,,,gutim,16313 +non,350,45,3,11166,8082,,1024,2113.569550999991,0.106997282608696,32,0,Bb0,,,,,,,,,,T,,,,,,gutim,16315 +nof,350,44,3,11165,8083,,1002,2113.676550999991,,,,,,,144,22,0,,,,,,,,,,,gutim,16314 +non,350,46,3,11167,8083,5260,1045,2113.676550999991,0.106997282608696,32,0,C3,ppp-,4,144,48,4,,,,,,o,,,,,gutim,16316 +nof,350,46,3,11167,8084,,1045,2113.783550999991,,,,,,,144,48,0,,,,,,,,,,,gutim,16316 +non,350,47,3,11168,8084,5261,1066,2113.783550999991,0.219089673913043,16,0,Bb0,ppp-,4,144,22,4,,,,,,o,,,,,gutim,16317 +nof,350,47,3,11168,8085,,1066,2114.002550999991,,,,,,,144,22,0,,,,,,,,,,,gutim,16317 +non,350,48,3,11169,8085,5262,1109,2114.002550999991,0.219089673913043,16,0,D2,pppp+,3,144,38,3,,,,,,o,,,,,gutim,16318 +ped,350,49,0,11170,8086,,1131,2114.115550999991,,,,,,,176,64,0,,,,,,,^,,,,gutim,16308 +nof,350,48,3,11169,8087,,1109,2114.2225509999907,,,,,,,144,38,0,,,,,,,,,,,gutim,16318 +non,350,50,1,11171,8087,5263,1152,2114.2225509999907,0.326086956521739,16,0,Bb5,mf,17,144,82,17,,,,,,o,,d,,,gutim,16319 +non,350,51,3,11172,8087,5263,1152,2114.2225509999907,0.652173913043478,8,0,F#1,pppp,2,144,30,2,,,,,,o,,D,,,gutim,16320 +nof,350,50,1,11171,8088,,1152,2114.5485509999908,,,,,,,144,82,0,,,,,,,,,,,gutim,16319 +non,350,52,1,11173,8088,5264,1216,2114.5485509999908,0.326086956521739,16,0,F4,mf+,18,144,65,18,,,,,t,o,,,,,gutim,16321 +non,350,53,1,11174,8088,5264,1216,2114.5485509999908,0.326086956521739,16,0,Bb5,mf+,18,144,82,18,,,,,t,o,,,,,gutim,16322 +nof,350,51,3,11172,8089,,1152,2114.874550999991,,,,,,,144,30,0,,,,,,,,,,,gutim,16320 +non,350,54,2,11175,8089,5265,,2114.874550999991,0.05,8,0,A5,mf+,18,144,81,18,,,,g,,o,,,,,gutim,16323 +nof,350,54,2,11175,8090,,,2114.924550999991,,,,,,,144,81,0,,,,,,,,,,,gutim,16323 +bar,351,0,0,11176,8091,,0,2114.949550999991,,,,,,,,,,351,,,,,,,,,,gutim,16324 +non,351,1,1,11177,8091,5266,0,2114.949550999991,2.28260869565217,4,2,G3,f,20,144,55,20,,,,,,o,,d,,,gutim,16325 +non,351,2,1,11178,8091,,0,2114.949550999991,1.30434782608696,4,2,F4,,,,,,,,,,T,,,,,,gutim,16326 +non,351,3,1,11179,8091,,0,2114.949550999991,1.30434782608696,4,2,Bb5,,,,,,,,,,T,,,,,,gutim,16327 +non,351,4,2,11180,8091,5266,0,2114.949550999991,0.16304347826087,32,0,A5,f,20,144,81,20,,,,,t,o,,d,,,gutim,16328 +rst,351,5,3,11181,8091,,0,2114.949550999991,,,,,,,176,102,0,,,,,,,,,,,gutim,16329 +rst,351,6,4,11182,8091,,0,2114.949550999991,,,,,,,176,102,0,,,,,,,,,,,gutim,16330 +non,351,7,2,11183,8092,5267,32,2115.112550999991,1.14130434782609,8,2,F5,f,20,144,77,20,,,,,t,o,,d,,,gutim,16331 +non,351,8,2,11184,8092,,32,2115.112550999991,0.652173913043478,8,2,A5,,,,,,,,,,_,,,,,,gutim,16332 +non,351,9,3,11185,8093,5268,76,2115.336550999991,0.132472826086957,32,0,C2,ppp,5,144,36,5,,,,,,o,,d,,,gutim,16333 +nof,351,9,3,11185,8094,,76,2115.468550999991,,,,,,,144,36,0,,,,,,,,,,,gutim,16333 +non,351,10,3,11186,8094,5269,102,2115.468550999991,0.132472826086957,32,0,E3,ppp,5,144,52,5,,,,,,o,,d,,,gutim,16334 +ped,351,11,0,11187,8094,,102,2115.468550999991,,,,,,,176,64,127,,,,,,,V,,,,gutim,16335 +non,351,12,3,11188,8095,5270,128,2115.601550999991,0.0815217391304348,32,0,Bb3,ppp,5,144,58,5,,,,,,o,,d,,,gutim,16336 +nof,351,10,3,11186,8096,,102,2115.676550999991,,,,,,,144,52,0,,,,,,,,,,,gutim,16334 +nof,351,12,3,11188,8097,,128,2115.682550999991,,,,,,,144,58,0,,,,,,,,,,,gutim,16336 +non,351,13,3,11189,8097,5271,144,2115.682550999991,0.0917119565217391,32,0,E3,ppp,5,144,52,5,,,,,,o,,d,,,gutim,16337 +nof,351,13,3,11189,8098,,144,2115.774550999991,,,,,,,144,52,0,,,,,,,,,,,gutim,16337 +non,351,14,3,11190,8098,5272,162,2115.774550999991,0.086616847826087,32,0,Bb3,ppp,5,144,58,5,,,,,,o,,d,,,gutim,16338 +nof,351,14,3,11190,8099,,162,2115.861550999991,,,,,,,144,58,0,,,,,,,,,,,gutim,16338 +non,351,15,3,11191,8099,5273,179,2115.861550999991,0.127377717391304,32,0,C2,ppp,5,144,36,5,,,,,,o,,d,,,gutim,16339 +nof,351,15,3,11191,8100,,179,2115.988550999991,,,,,,,144,36,0,,,,,,,,,,,gutim,16339 +non,351,16,3,11192,8100,5274,204,2115.988550999991,0.132472826086957,32,0,Bb3,ppp+,6,144,58,6,,,,,,o,,,,,gutim,16340 +nof,351,16,3,11192,8101,,204,2116.121550999991,,,,,,,144,58,0,,,,,,,,,,,gutim,16340 +non,351,17,3,11193,8101,5275,230,2116.121550999991,0.132472826086957,32,0,Ab1,ppp+,6,144,32,6,,,,,,o,,,,,gutim,16341 +nof,350,52,1,11173,8102,,1216,2116.2535509999907,,,,,,,144,65,0,,,,,,,,,,,gutim,16321 +nof,350,53,1,11174,8102,,1216,2116.2535509999907,,,,,,,144,82,0,,,,,,,,,,,gutim,16322 +nof,351,17,3,11193,8102,,230,2116.2535509999907,,,,,,,144,32,0,,,,,,,,,,,gutim,16341 +non,351,18,3,11194,8102,5276,256,2116.2535509999907,0.127377717391304,32,0,F2,pp-,7,144,41,7,,,,,,o,,,,,gutim,16342 +non,351,19,2,11195,8102,,256,2116.2535509999907,0.978260869565217,8,1,F5,,,,,,,,,,T,,,,,,gutim,16343 +non,351,20,2,11196,8102,,256,2116.2535509999907,0.652173913043478,8,1,A5,,,,,,,,,,T,,,,,,gutim,16344 +rst,351,21,4,11197,8102,,256,2116.2535509999907,,,,,,,176,102,0,,,,,,,,,,,gutim,16345 +nof,351,18,3,11194,8103,,256,2116.380550999991,,,,,,,144,41,0,,,,,,,,,,,gutim,16342 +non,351,22,3,11198,8103,5277,281,2116.380550999991,0.0815217391304348,32,0,E3,pp-,7,144,52,7,,,,,,o,,,,,gutim,16346 +nof,351,22,3,11198,8104,,281,2116.462550999991,,,,,,,144,52,0,,,,,,,,,,,gutim,16346 +non,351,23,3,11199,8104,5278,297,2116.462550999991,0.0917119565217391,32,0,Ab1,pp,8,144,32,8,,,,,,o,,,,,gutim,16347 +nof,351,4,2,11180,8105,,0,2116.491550999991,,,,,,,144,81,0,,,,,,,,,,,gutim,16328 +nof,351,23,3,11199,8106,,297,2116.554550999991,,,,,,,144,32,0,,,,,,,,,,,gutim,16347 +non,351,24,3,11200,8106,5279,315,2116.554550999991,0.086616847826087,32,0,F2,pp,8,144,41,8,,,,,t,o,,,,,gutim,16348 +non,351,25,3,11201,8107,,332,2116.640550999991,0.132472826086957,32,0,F2,,,,,,,,,,T,,,,,,gutim,16349 +nof,351,24,3,11200,8108,,315,2116.7735509999907,,,,,,,144,41,0,,,,,,,,,,,gutim,16348 +ped,351,31,0,11202,8108,,358,2116.7735509999907,,,,,,,176,64,0,,,,,,,^,,,,gutim,16335 +non,351,26,3,11203,8108,5280,358,2116.7735509999907,0.132472826086957,32,0,Ab1,f,20,144,32,20,,,,,,o,,d,,,gutim,16350 +non,351,27,3,11204,8108,5280,358,2116.7735509999907,0.16304347826087,32,0,C2,f,20,144,36,20,,,,,,o,,d,,,gutim,16351 +non,351,28,3,11205,8108,5280,358,2116.7735509999907,0.16304347826087,32,0,F2,f,20,144,41,20,,,,,,o,,d,,,gutim,16352 +non,351,29,3,11206,8108,5280,358,2116.7735509999907,0.16304347826087,32,0,E3,f,20,144,52,20,,,,,,o,,d,,,gutim,16353 +non,351,30,3,11207,8108,5280,358,2116.7735509999907,0.16304347826087,32,0,Bb3,f,20,144,58,20,,,,,,o,,d,,,gutim,16354 +nof,351,26,3,11203,8109,,358,2116.9055509999907,,,,,,,144,32,0,,,,,,,,,,,gutim,16350 +rst,351,32,3,11208,8109,,384,2116.9055509999907,,,,,,,176,102,0,,,,,,,,,,,gutim,16355 +non,351,33,4,11209,8109,5281,384,2116.9055509999907,0.106997282608696,32,0,F#1,ppp,5,144,30,5,,,,,,o,,,,,gutim,16356 +nof,351,27,3,11204,8110,,358,2116.9365509999907,,,,,,,144,36,0,,,,,,,,,,,gutim,16351 +nof,351,28,3,11205,8110,,358,2116.9365509999907,,,,,,,144,41,0,,,,,,,,,,,gutim,16352 +nof,351,29,3,11206,8110,,358,2116.9365509999907,,,,,,,144,52,0,,,,,,,,,,,gutim,16353 +nof,351,30,3,11207,8110,,358,2116.9365509999907,,,,,,,144,58,0,,,,,,,,,,,gutim,16354 +nof,351,33,4,11209,8111,,384,2117.0125509999907,,,,,,,144,30,0,,,,,,,,,,,gutim,16356 +non,351,34,4,11210,8111,5282,405,2117.0125509999907,0.106997282608696,32,0,C2,ppp,5,144,36,5,,,,,,o,,,,,gutim,16357 +nof,351,34,4,11210,8112,,405,2117.1195509999907,,,,,,,144,36,0,,,,,,,,,,,gutim,16357 +non,351,35,4,11211,8112,5283,426,2117.1195509999907,0.112092391304348,32,0,B1,p,11,144,35,11,,,,,,o,,,,,gutim,16358 +nof,351,35,4,11211,8113,,426,2117.2315509999908,,,,,,,144,35,0,,,,,,,,,,,gutim,16358 +rst,351,36,1,11212,8113,,448,2117.2315509999908,,,,,,,176,102,0,,,,,,,,,,,gutim,16359 +rst,351,37,2,11213,8113,,448,2117.2315509999908,,,,,,,176,102,0,,,,,,,,,,,gutim,16360 +non,351,38,4,11214,8113,5284,448,2117.2315509999908,0.106997282608696,32,0,C2,p,11,144,36,11,,,,,,o,,,,,gutim,16361 +nof,351,1,1,11177,8114,,0,2117.306550999991,,,,,,,144,55,0,,,,,,,,,,,gutim,16325 +nof,351,7,2,11183,8114,,32,2117.306550999991,,,,,,,144,77,0,,,,,,,,,,,gutim,16331 +nof,351,38,4,11214,8115,,448,2117.3385509999907,,,,,,,144,36,0,,,,,,,,,,,gutim,16361 +non,351,39,4,11215,8115,5285,469,2117.3385509999907,0.106997282608696,32,0,B1,p,11,144,35,11,,,,,,o,,,,,gutim,16362 +nof,351,39,4,11215,8116,,469,2117.4455509999907,,,,,,,144,35,0,,,,,,,,,,,gutim,16362 +non,351,40,4,11216,8116,5286,490,2117.4455509999907,0.112092391304348,32,0,Bb0,p,11,144,22,11,,,,,t,o,,,,,gutim,16363 +rst,351,44,1,11217,8117,,512,2117.557550999991,,,,,,,176,102,0,,,,,,,,,,,gutim,16364 +rst,351,45,2,11218,8117,,512,2117.557550999991,,,,,,,176,102,0,,,,,,,,,,,gutim,16365 +non,351,42,1,11219,8117,5287,,2117.557550999991,0.05,8,0,Bb4,p,11,144,70,11,,,,g,,o,,d,,,gutim,16366 +nof,351,42,1,11219,8118,,,2117.607550999991,,,,,,,144,70,0,,,,,,,,,,,gutim,16366 +non,351,43,1,11220,8119,5288,,2117.632550999991,0.05,8,0,F4,p,11,144,65,11,,,,g,,o,,D 6028,,,gutim,16367 +nof,351,43,1,11220,8120,,,2117.682550999991,,,,,,,144,65,0,,,,,,,,,,,gutim,16367 +non,351,46,3,11221,8121,5289,512,2117.707550999991,0.142663043478261,32,0,B1,p,11,144,35,11,,,,,,o,,,,,gutim,16368 +non,351,47,4,11222,8121,,512,2117.707550999991,3.91304347826087,2,1,Bb0,,,,,,,,,,_,,,,,,gutim,16369 +ped,351,41,0,11223,8121,,512,2117.707550999991,,,,,,,176,64,127,,,,,,,V,,,,gutim,16370 +nof,351,46,3,11221,8122,,512,2117.850550999991,,,,,,,144,35,0,,,,,,,,,,,gutim,16368 +non,351,48,3,11224,8122,5290,540,2117.850550999991,0.142663043478261,32,0,D3,p,11,144,50,11,,,,,,o,,,,,gutim,16371 +nof,351,48,3,11224,8123,,540,2117.993550999991,,,,,,,144,50,0,,,,,,,,,,,gutim,16371 +non,351,49,3,11225,8123,5291,568,2117.993550999991,0.147758152173913,32,0,F#3,p+,12,144,54,12,,,,,,o,,,,,gutim,16372 +nof,351,49,3,11225,8124,,568,2118.141550999991,,,,,,,144,54,0,,,,,,,,,,,gutim,16372 +non,351,50,3,11226,8124,5292,597,2118.141550999991,0.0815217391304348,64,0,B1,mp,14,144,35,14,,,,,,o,,,,,gutim,16373 +nof,351,50,3,11226,8125,,597,2118.2225509999907,,,,,,,144,35,0,,,,,,,,,,,gutim,16373 +non,351,51,3,11227,8125,5293,613,2118.2225509999907,0.086616847826087,64,0,D3,mp+,15,144,50,15,,,,,,o,,,,,gutim,16374 +nof,351,51,3,11227,8126,,613,2118.3095509999907,,,,,,,144,50,0,,,,,,,,,,,gutim,16374 +non,351,52,3,11228,8126,5294,630,2118.3095509999907,0.086616847826087,64,0,F3,mf-,16,144,53,16,,,,,,o,,,,,gutim,16375 +nof,351,52,3,11228,8127,,630,2118.395550999991,,,,,,,144,53,0,,,,,,,,,,,gutim,16375 +non,351,53,3,11229,8127,5295,647,2118.395550999991,0.086616847826087,64,0,Gb3,mf-,16,144,54,16,,,,,,o,,,,,gutim,16376 +nof,351,53,3,11229,8128,,647,2118.482550999991,,,,,,,144,54,0,,,,,,,,,,,gutim,16376 +non,351,54,3,11230,8128,5296,664,2118.482550999991,0.0917119565217391,64,0,F3,mf,17,144,53,17,,,,,,o,,,,,gutim,16377 +nof,351,54,3,11230,8129,,664,2118.574550999991,,,,,,,144,53,0,,,,,,,,,,,gutim,16377 +non,351,57,3,11231,8129,5297,,2118.574550999991,0.05,8,0,F4,f,20,144,65,20,,,,g,,o,,,,,gutim,16378 +nof,351,57,3,11231,8130,,,2118.624550999991,,,,,,,144,65,0,,,,,,,,,,,gutim,16378 +non,351,55,3,11232,8131,5298,682,2118.649550999991,0.147758152173913,32,0,Bb3,f,20,144,58,20,,,,,,o,,,,,gutim,16379 +non,351,56,1,11233,8132,5299,704,2118.761550999991,0.16304347826087,32,0,D6,f,20,144,86,20,,,,,,o,,,,,gutim,16380 +non,351,58,3,11234,8133,5300,711,2118.796550999991,0.0917119565217391,32,0,F3,f,20,144,53,20,,,,,,o,,,,,gutim,16381 +non,351,59,3,11235,8133,5300,711,2118.796550999991,0.16304347826087,32,0,Db4,f,20,144,61,20,,,,,,o,,,,,gutim,16382 +nof,351,55,3,11232,8134,,682,2118.796550999991,,,,,,,144,58,0,,,,,,,,,,,gutim,16379 +nof,351,58,3,11234,8135,,711,2118.888550999991,,,,,,,144,53,0,,,,,,,,,,,gutim,16381 +non,351,60,3,11236,8135,5301,729,2118.888550999991,0.0968070652173913,32,0,Bb3,mp,14,144,58,14,,,,,,o,,,,,gutim,16383 +nof,351,56,1,11233,8136,,704,2118.924550999991,,,,,,,144,86,0,,,,,,,,,,,gutim,16380 +non,351,61,1,11237,8136,5302,736,2118.924550999991,0.0815217391304348,64,0,A5,p,11,144,81,11,,,,,,o,,,,,gutim,16384 +nof,351,59,3,11235,8137,,711,2118.959550999991,,,,,,,144,61,0,,,,,,,,,,,gutim,16382 +non,351,62,3,11238,8138,5303,748,2118.985550999991,0.101902173913043,32,0,F3,pp,8,144,53,8,,,,,,o,,,,,gutim,16385 +nof,351,60,3,11236,8139,,729,2118.985550999991,,,,,,,144,58,0,,,,,,,,,,,gutim,16383 +non,351,63,1,11239,8140,5304,752,2119.005550999991,0.0815217391304348,64,0,C#3,ppp-,4,144,49,4,,,,,,o,,,,,gutim,16386 +nof,351,61,1,11237,8141,,736,2119.005550999991,,,,,,,144,81,0,,,,,,,,,,,gutim,16384 +nof,351,62,3,11238,8142,,748,2119.087550999991,,,,,,,144,53,0,,,,,,,,,,,gutim,16385 +nof,351,63,1,11239,8142,,752,2119.087550999991,,,,,,,144,49,0,,,,,,,,,,,gutim,16386 +bpm,351,64,0,11240,8143,,768,2119.0905509999907,,12.17,,,,,,,,,,44,,,,,,,,gutim,16387 +non,351,65,3,11241,8143,5305,768,2119.0905509999907,0.111860795454545,32,0,Bb4,pp,8,144,70,8,,,,,,o,,,e,t,gutim,16388 +non,351,66,3,11242,8143,5305,768,2119.0905509999907,0.170454545454545,32,0,Bb5,pp,8,144,82,8,,,,,,o,,,e,t,gutim,16389 +non,351,67,1,11243,8143,5305,768,2119.0905509999907,0.170454545454545,32,0,G4,mp+,15,144,67,15,,,,,,o,,,,,gutim,16390 +nof,351,65,3,11241,8144,,768,2119.2025509999908,,,,,,,144,70,0,,,,,,,,,,,gutim,16388 +non,351,68,3,11244,8144,5306,789,2119.2025509999908,0.111860795454545,32,0,F2,pp,8,144,41,8,,,,,,o,,,e,t,gutim,16391 +nof,351,66,3,11242,8145,,768,2119.261550999991,,,,,,,144,82,0,,,,,,,,,,,gutim,16389 +nof,351,67,1,11243,8145,,768,2119.261550999991,,,,,,,144,67,0,,,,,,,,,,,gutim,16390 +non,351,69,1,11245,8145,5307,800,2119.261550999991,1.19318181818182,8,2,F5,f,20,144,77,20,,,,,,o,,,,,gutim,16392 +nof,351,68,3,11244,8146,,789,2119.314550999991,,,,,,,144,41,0,,,,,,,,,,,gutim,16391 +non,351,70,3,11246,8146,5308,810,2119.314550999991,0.1171875,32,0,C2,pp-,7,144,36,7,,,,,,o,,,e,t,gutim,16393 +nof,351,70,3,11246,8147,,810,2119.431550999991,,,,,,,144,36,0,,,,,,,,,,,gutim,16393 +non,351,71,3,11247,8147,5309,832,2119.431550999991,0.111860795454545,32,0,Bb4,ppp+,6,144,70,6,,,,,,o,,,e,t,gutim,16394 +nof,351,71,3,11247,8148,,832,2119.543550999991,,,,,,,144,70,0,,,,,,,,,,,gutim,16394 +non,351,72,3,11248,8148,5310,853,2119.543550999991,0.111860795454545,32,0,F2,ppp+,6,144,41,6,,,,,,o,,,e,t,gutim,16395 +nof,351,72,3,11248,8149,,853,2119.6555509999907,,,,,,,144,41,0,,,,,,,,,,,gutim,16395 +non,351,73,3,11249,8149,5311,874,2119.6555509999907,0.1171875,32,0,C2,ppp,5,144,36,5,,,,,,o,,,e,t,gutim,16396 +non,351,74,3,11250,8150,5312,896,2119.772550999991,0.170454545454545,32,0,Bb3,ppp-,4,144,58,4,,,,,,o,,,E 6028,t 6028,gutim,16397 +nof,351,74,3,11250,8151,,896,2119.9435509999907,,,,,,,144,58,0,,,,,,,,,,,gutim,16397 +non,351,75,3,11251,8151,5313,928,2119.9435509999907,0.170454545454545,32,0,F2,pppp+,3,144,41,3,,,,,,o,,,,,gutim,16398 +nof,351,73,3,11249,8152,,874,2120.113550999991,,,,,,,144,36,0,,,,,,,,,,,gutim,16396 +nof,351,75,3,11251,8152,,928,2120.113550999991,,,,,,,144,41,0,,,,,,,,,,,gutim,16398 +non,351,76,3,11252,8152,5314,960,2120.113550999991,0.340909090909091,16,0,C2,pppp,2,144,36,2,,,,,,o,,,,,gutim,16399 +nof,351,76,3,11252,8153,,960,2120.4545509999907,,,,,,,144,36,0,,,,,,,,,,,gutim,16399 +rst,351,77,1,11253,8153,,1024,2120.4545509999907,,,,,,,176,102,0,,,,,,,,,,,gutim,16400 +rst,351,78,3,11254,8153,,1024,2120.4545509999907,,,,,,,176,102,0,,,,,,,,,,,gutim,16401 +nof,351,69,1,11245,8154,,800,2120.979550999991,,,,,,,144,77,0,,,,,,,,,,,gutim,16392 +bar,352,0,0,11255,8155,,0,2121.8185509999907,,,,,,,,,,352,,,,,,,,,,gutim,16402 +rst,352,1,1,11256,8155,,0,2121.8185509999907,,,,,,,176,102,0,,,,,,,,,,,gutim,16403 +rst,352,2,3,11257,8155,,0,2121.8185509999907,,,,,,,176,102,0,,,,,,,,,,,gutim,16404 +non,352,3,4,11258,8155,,0,2121.8185509999907,5.45454545454546,1,0,Bb0,,,,,,,,,,_,,,,,,gutim,16405 +non,352,4,3,11259,8156,5315,768,2125.909550999991,1.36363636363636,4,0,A3,pp,8,144,57,8,,,,,t,o,,,,,gutim,16406 +ped,352,5,0,11260,8157,,1024,2127.272550999991,,,,,,,176,64,0,,,,,,,^,,,,gutim,16370 +non,352,6,3,11261,8157,,1024,2127.272550999991,1.36363636363636,4,0,A3,,,,,,,,,,T,,,,,,gutim,16407 +non,352,7,4,11262,8157,,1024,2127.272550999991,1.36363636363636,4,0,Bb0,,,,,,,,,,T,,,,,,gutim,16408 +bar,353,0,0,11263,8158,,0,2128.636550999991,,,,,,,,,,353,,,,,,,,,,gutim,16409 +nof,352,4,3,11259,8159,,768,2128.711550999991,,,,,,,144,57,0,,,,,,,,,,,gutim,16406 +nof,351,40,4,11216,8160,,490,2128.889550999991,,,,,,,144,22,0,,,,,,,,,,,gutim,16363 +sec,353,1,0,11264,8161,,0,2129.636550999991,,,,,,,,,,,6028,,,,,,,,,gutim,16410 +bpm,353,1,0,11264,8161,,0,2129.636550999991,,1,,,,,,,,,,44,,,,,,,,gutim,16411 +non,353,3,1,11265,8161,5316,,2129.636550999991,0.05,8,0,Ab3,p,11,144,56,11,,,,g,,o,,,,,gutim,16412 +nof,353,3,1,11265,8162,,,2129.6865509999907,,,,,,,144,56,0,,,,,,,,,,,gutim,16412 +non,353,4,1,11266,8163,5317,,2129.711550999991,0.05,8,0,C6,mp,14,144,84,14,,,,g,,o,,,,,gutim,16413 +nof,353,4,1,11266,8164,,,2129.761550999991,,,,,,,144,84,0,,,,,,,,,,,gutim,16413 +non,353,5,1,11267,8165,5318,0,2129.786550999991,0.452769886363636,8,0,C#7,mf,17,144,97,17,,,,,,o,,,,,gutim,16414 +non,353,6,3,11268,8165,5318,0,2129.786550999991,0.340909090909091,16,0,F2,ppp,5,144,41,5,,,,,,o,,,,,gutim,16415 +ped,353,2,0,11269,8165,,0,2129.786550999991,,,,,,,176,64,127,,,,,,,V,,,,gutim,16416 +nof,353,6,3,11268,8166,,0,2130.127550999991,,,,,,,144,41,0,,,,,,,,,,,gutim,16415 +non,353,7,3,11270,8166,5319,64,2130.127550999991,0.170454545454545,32,0,C2,ppp-,4,144,36,4,,,,,,o,,,,,gutim,16417 +non,353,8,1,11271,8167,5320,85,2130.239550999991,0.111860795454545,32,0,D5,mp,14,144,74,14,,,,,,o,,,,,gutim,16418 +nof,353,5,1,11267,8168,,0,2130.239550999991,,,,,,,144,97,0,,,,,,,,,,,gutim,16414 +nof,353,7,3,11270,8169,,64,2130.297550999991,,,,,,,144,36,0,,,,,,,,,,,gutim,16417 +non,353,9,3,11272,8169,5321,96,2130.297550999991,0.170454545454545,32,0,F2,ppp-,4,144,41,4,,,,,,o,,,,,gutim,16419 +nof,353,8,1,11271,8170,,85,2130.351550999991,,,,,,,144,74,0,,,,,,,,,,,gutim,16418 +non,353,10,1,11273,8170,5322,106,2130.351550999991,0.1171875,32,0,E6,p,11,144,88,11,,,,,,o,,,,,gutim,16420 +nof,353,9,3,11272,8171,,96,2130.468550999991,,,,,,,144,41,0,,,,,,,,,,,gutim,16419 +nof,353,10,1,11273,8171,,106,2130.468550999991,,,,,,,144,88,0,,,,,,,,,,,gutim,16420 +non,353,11,1,11274,8171,5323,128,2130.468550999991,0.170454545454545,32,0,D4,p,11,144,62,11,,,,,,o,,,e,,gutim,16421 +non,353,12,3,11275,8171,5323,128,2130.468550999991,0.681818181818182,8,0,E3,ppp-,4,144,52,4,,,,,,o,,,,,gutim,16422 +nof,353,11,1,11274,8172,,128,2130.638550999991,,,,,,,144,62,0,,,,,,,,,,,gutim,16421 +non,353,13,1,11276,8172,5324,160,2130.638550999991,0.170454545454545,32,0,Ab2,p-,10,144,44,10,,,,,,o,,,e,,gutim,16423 +nof,353,13,1,11276,8173,,160,2130.8095509999907,,,,,,,144,44,0,,,,,,,,,,,gutim,16423 +non,353,14,1,11277,8173,5325,192,2130.8095509999907,0.170454545454545,32,0,C6,pp,8,144,84,8,,,,,,o,,,e,,gutim,16424 +non,353,15,1,11278,8174,5326,224,2130.979550999991,0.170454545454545,32,0,E6,ppp,5,144,88,5,,,,,,o,,,e,,gutim,16425 +rst,353,16,1,11279,8175,,256,2131.150550999991,,,,,,,176,102,0,,,,,,,,,,,gutim,16426 +non,353,17,3,11280,8175,5327,256,2131.150550999991,1.36363636363636,4,0,A1,pppp,2,144,33,2,,,,,,o,,,E 6029,t,gutim,16427 +nof,353,14,1,11277,8176,,192,2131.2045509999907,,,,,,,144,84,0,,,,,,,,,,,gutim,16424 +nof,353,15,1,11278,8177,,224,2131.3005509999907,,,,,,,144,88,0,,,,,,,,,,,gutim,16425 +nof,353,12,3,11275,8178,,128,2131.525550999991,,,,,,,144,52,0,,,,,,,,,,,gutim,16422 +ped,353,18,0,11281,8179,,339,2131.592550999991,,,,,,,176,64,0,,,,,,,^,,,,gutim,16416 +ped,353,19,0,11282,8180,,407,2131.9545509999907,,,,,,,176,64,127,,,,,,,V,,,,gutim,16428 +non,353,20,1,11283,8181,5328,,2132.363550999991,0.05,8,0,Ab1,ppp,5,144,32,5,,,,g,,o,,,,,gutim,16429 +nof,353,20,1,11283,8182,,,2132.413550999991,,,,,,,144,32,0,,,,,,,,,,,gutim,16429 +non,353,21,1,11284,8183,5329,,2132.438550999991,0.05,8,0,Db6,ppp,5,144,85,5,,,,g,,o,,,,,gutim,16430 +nof,353,21,1,11284,8184,,,2132.488550999991,,,,,,,144,85,0,,,,,,,,,,,gutim,16430 +nof,353,17,3,11280,8185,,256,2132.513550999991,,,,,,,144,33,0,,,,,,,,,,,gutim,16427 +non,353,22,1,11285,8186,5330,512,2132.513550999991,1.36363636363636,4,0,C5,ppp,5,144,72,5,,,,,,o,,,,t,gutim,16431 +rst,353,23,3,11286,8186,,512,2132.513550999991,,,,,,,176,102,0,,,,,,,,,,,gutim,16432 +nof,353,22,1,11285,8187,,512,2133.877550999991,,,,,,,144,72,0,,,,,,,,,,,gutim,16431 +non,353,24,1,11287,8187,5331,768,2133.877550999991,0.452769886363636,16,1,E5,p-,10,144,76,10,,,,,,o,,,,t,gutim,16433 +nof,353,24,1,11287,8188,,768,2134.330550999991,,,,,,,144,76,0,,,,,,,,,,,gutim,16433 +non,353,25,1,11288,8188,5332,853,2134.330550999991,0.149147727272727,32,0,C5,p,11,144,72,11,,,,,,o,,,,,gutim,16434 +nof,353,25,1,11288,8189,,853,2134.479550999991,,,,,,,144,72,0,,,,,,,,,,,gutim,16434 +non,353,26,1,11289,8189,5333,881,2134.479550999991,0.154474431818182,32,0,E5,p+,12,144,76,12,,,,,,o,,,,,gutim,16435 +nof,353,26,1,11289,8190,,881,2134.633550999991,,,,,,,144,76,0,,,,,,,,,,,gutim,16435 +non,353,27,1,11290,8190,5334,910,2134.633550999991,0.303622159090909,16,0,D3,p+,12,144,50,12,,,,,,o,,,,,gutim,16436 +nof,353,27,1,11290,8191,,910,2134.937550999991,,,,,,,144,50,0,,,,,,,,,,,gutim,16436 +non,353,28,1,11291,8191,5335,967,2134.937550999991,0.149147727272727,32,0,Db6,mp-,13,144,85,13,,,,,,o,,,,,gutim,16437 +nof,353,28,1,11291,8192,,967,2135.086550999991,,,,,,,144,85,0,,,,,,,,,,,gutim,16437 +non,353,29,1,11292,8192,5336,995,2135.086550999991,0.154474431818182,32,0,D3,mp,14,144,50,14,,,,,,o,,,,,gutim,16438 +ped,353,30,0,11293,8193,,1024,2135.0905509999907,,,,,,,176,64,0,,,,,,,^,,,,gutim,16428 +nof,353,29,1,11292,8194,,995,2135.240550999991,,,,,,,144,50,0,,,,,,,,,,,gutim,16438 +rst,353,32,1,11294,8194,,1024,2135.240550999991,,,,,,,176,102,0,,,,,,,,,,,gutim,16439 +non,353,33,3,11295,8194,5337,1024,2135.240550999991,0.149147727272727,32,0,Ab2,mp,14,144,44,14,,,,,,o,,,,T 6029,gutim,16440 +nof,353,33,3,11295,8195,,1024,2135.390550999991,,,,,,,144,44,0,,,,,,,,,,,gutim,16440 +non,353,34,3,11296,8195,5338,1052,2135.390550999991,0.149147727272727,32,0,Db5,mp,14,144,73,14,,,,,,o,,,,,gutim,16441 +ped,353,31,0,11297,8196,,1024,2135.390550999991,,,,,,,176,64,127,,,,,,,V,,,,gutim,16442 +nof,353,34,3,11296,8197,,1052,2135.5395509999908,,,,,,,144,73,0,,,,,,,,,,,gutim,16441 +non,353,35,3,11298,8197,5339,1080,2135.5395509999908,0.607244318181818,8,0,C4,mp+,15,144,60,15,,,,,,o,,,,,gutim,16443 +nof,353,35,3,11298,8198,,1080,2136.1465509999907,,,,,,,144,60,0,,,,,,,,,,,gutim,16443 +non,353,36,3,11299,8198,5340,1194,2136.1465509999907,0.303622159090909,16,0,E4,mf+,18,144,64,18,,,,,,o,,,,,gutim,16444 +nof,353,36,3,11299,8199,,1194,2136.450550999991,,,,,,,144,64,0,,,,,,,,,,,gutim,16444 +non,353,37,3,11300,8199,5341,1251,2136.450550999991,0.154474431818182,32,0,D3,f,20,144,50,20,,,,,,o,,,,,gutim,16445 +ped,353,38,0,11301,8200,,1279,2136.451550999991,,,,,,,176,64,0,,,,,,,^,,,,gutim,16442 +bar,354,0,0,11302,8201,,0,2136.604550999991,,,,,,,,,,354,,,,,,,,,,gutim,16446 +sec,354,1,0,11303,8201,,0,2136.604550999991,,,,,,,,,,,6029,,,,,,,,,gutim,16447 +bpm,354,1,0,11303,8201,,0,2136.604550999991,,4,,,,,,,,,,44,,,,,,,,gutim,16448 +non,354,3,1,11304,8201,5342,0,2136.604550999991,1.36363636363636,4,0,C4,p,11,144,60,11,,,,,,o,,d,,,gutim,16449 +non,354,4,1,11305,8201,5342,0,2136.604550999991,1.36363636363636,4,0,E4,p,11,144,64,11,,,,,,o,,d,,,gutim,16450 +non,354,5,1,11306,8201,5342,0,2136.604550999991,1.36363636363636,4,0,Db5,p,11,144,73,11,,,,,,o,,d,,,gutim,16451 +rst,354,6,2,11307,8201,,0,2136.604550999991,,,,,,,176,102,0,,,,,,,,,,,gutim,16452 +non,354,7,3,11308,8201,5342,0,2136.604550999991,0.905539772727273,4,0,Eb1,f,20,144,27,20,,,,,,o,,d,,,gutim,16453 +non,354,8,4,11309,8201,5342,0,2136.604550999991,1.36363636363636,4,0,Ab1,p,11,144,32,11,,,,,,o,,d,,,gutim,16454 +non,354,9,4,11310,8201,5342,0,2136.604550999991,1.36363636363636,4,0,D2,p,11,144,38,11,,,,,,o,,d,,,gutim,16455 +ped,354,2,0,11311,8202,,0,2136.7515509999907,,,,,,,176,64,127,,,,,,,V,,,,gutim,16456 +nof,353,37,3,11300,8203,,1251,2136.754550999991,,,,,,,144,50,0,,,,,,,,,,,gutim,16445 +non,354,10,2,11312,8204,5343,128,2137.286550999991,0.681818181818182,8,0,Ab3,ff,22,144,56,22,,,,,,o,,D,,,gutim,16457 +nof,354,7,3,11308,8205,,0,2137.5105509999908,,,,,,,144,27,0,,,,,,,,,,,gutim,16453 +non,354,11,3,11313,8205,5344,170,2137.5105509999908,0.1171875,32,0,Bb2,f+,21,144,46,21,,,,,,o,,,,,gutim,16458 +nof,354,11,3,11313,8206,,170,2137.627550999991,,,,,,,144,46,0,,,,,,,,,,,gutim,16458 +non,354,12,3,11314,8206,5345,192,2137.627550999991,0.111860795454545,32,0,Db2,ff,22,144,37,22,,,,,,o,,,,,gutim,16459 +nof,354,12,3,11314,8207,,192,2137.739550999991,,,,,,,144,37,0,,,,,,,,,,,gutim,16459 +non,354,13,3,11315,8207,5346,213,2137.739550999991,0.111860795454545,32,0,Eb1,ff+,23,144,27,23,,,,,,o,,,,,gutim,16460 +nof,354,13,3,11315,8208,,213,2137.851550999991,,,,,,,144,27,0,,,,,,,,,,,gutim,16460 +ped,354,14,0,11316,8208,,234,2137.851550999991,,,,,,,176,64,0,,,,,,,^,,,,gutim,16456 +non,354,15,3,11317,8208,5347,234,2137.851550999991,0.1171875,32,0,Bb2,fff,24,144,46,24,,,,,,o,,,,,gutim,16461 +nof,354,3,1,11304,8209,,0,2137.968550999991,,,,,,,144,60,0,,,,,,,,,,,gutim,16449 +nof,354,4,1,11305,8209,,0,2137.968550999991,,,,,,,144,64,0,,,,,,,,,,,gutim,16450 +nof,354,5,1,11306,8209,,0,2137.968550999991,,,,,,,144,73,0,,,,,,,,,,,gutim,16451 +nof,354,8,4,11309,8209,,0,2137.968550999991,,,,,,,144,32,0,,,,,,,,,,,gutim,16454 +nof,354,9,4,11310,8209,,0,2137.968550999991,,,,,,,144,38,0,,,,,,,,,,,gutim,16455 +nof,354,15,3,11317,8209,,234,2137.968550999991,,,,,,,144,46,0,,,,,,,,,,,gutim,16461 +non,354,16,1,11318,8209,5348,256,2137.968550999991,0.340909090909091,16,0,C4,fff,24,144,60,24,,,,,,o,,,,,gutim,16462 +non,354,17,1,11319,8209,5348,256,2137.968550999991,0.340909090909091,16,0,E4,fff,24,144,64,24,,,,,,o,,,,,gutim,16463 +non,354,18,1,11320,8209,5348,256,2137.968550999991,0.340909090909091,16,0,Db5,fff,24,144,73,24,,,,,,o,,,,,gutim,16464 +rst,354,19,2,11321,8209,,256,2137.968550999991,,,,,,,176,102,0,,,,,,,,,,,gutim,16465 +rst,354,20,3,11322,8209,,256,2137.968550999991,,,,,,,176,102,0,,,,,,,,,,,gutim,16466 +non,354,21,4,11323,8209,5348,256,2137.968550999991,0.340909090909091,16,0,Ab1,fff,24,144,32,24,,,,,,o,,,,,gutim,16467 +non,354,22,4,11324,8209,5348,256,2137.968550999991,0.340909090909091,16,0,Db2,fff,24,144,37,24,,,,,,o,,,,,gutim,16468 +nof,354,10,2,11312,8210,,128,2137.968550999991,,,,,,,144,56,0,,,,,,,,,,,gutim,16457 +non,354,24,2,11325,8211,5349,298,2138.191550999991,0.458096590909091,8,0,Ab3,mf,17,144,56,17,,,,,t,o,,,,,gutim,16469 +non,354,25,3,11326,8211,5349,298,2138.191550999991,0.1171875,32,0,Bb2,p,11,144,46,11,,,,,,o,,,,,gutim,16470 +ped,354,23,0,11327,8211,,298,2138.191550999991,,,,,,,176,64,127,,,,,,,V,,,,gutim,16471 +nof,354,16,1,11318,8212,,256,2138.3095509999907,,,,,,,144,60,0,,,,,,,,,,,gutim,16462 +nof,354,17,1,11319,8212,,256,2138.3095509999907,,,,,,,144,64,0,,,,,,,,,,,gutim,16463 +nof,354,18,1,11320,8212,,256,2138.3095509999907,,,,,,,144,73,0,,,,,,,,,,,gutim,16464 +nof,354,21,4,11323,8212,,256,2138.3095509999907,,,,,,,144,32,0,,,,,,,,,,,gutim,16467 +nof,354,22,4,11324,8212,,256,2138.3095509999907,,,,,,,144,37,0,,,,,,,,,,,gutim,16468 +nof,354,25,3,11326,8212,,298,2138.3095509999907,,,,,,,144,46,0,,,,,,,,,,,gutim,16470 +rst,354,26,1,11328,8212,,320,2138.3095509999907,,,,,,,176,102,0,,,,,,,,,,,gutim,16472 +non,354,27,3,11329,8212,5350,320,2138.3095509999907,0.111860795454545,32,0,Db2,p-,10,144,37,10,,,,,,o,,,,,gutim,16473 +rst,354,28,4,11330,8212,,320,2138.3095509999907,,,,,,,176,102,0,,,,,,,,,,,gutim,16474 +nof,354,27,3,11329,8213,,320,2138.421550999991,,,,,,,144,37,0,,,,,,,,,,,gutim,16473 +non,354,29,3,11331,8213,5351,341,2138.421550999991,0.111860795454545,32,0,Eb1,pp,8,144,27,8,,,,,,o,,,,,gutim,16475 +nof,354,29,3,11331,8214,,341,2138.5325509999907,,,,,,,144,27,0,,,,,,,,,,,gutim,16475 +non,354,30,3,11332,8214,5352,362,2138.5325509999907,0.1171875,32,0,Bb2,pp-,7,144,46,7,,,,,,o,,,,,gutim,16476 +nof,354,30,3,11332,8215,,362,2138.650550999991,,,,,,,144,46,0,,,,,,,,,,,gutim,16476 +non,354,31,2,11333,8215,,384,2138.650550999991,0.681818181818182,8,0,Ab3,,,,,,,,,,_,,,,,,gutim,16477 +rst,354,32,3,11334,8215,,384,2138.650550999991,,,,,,,176,102,0,,,,,,,,,,,gutim,16478 +rst,354,33,1,11335,8216,,512,2139.331550999991,,,,,,,176,102,0,,,,,,,,,,,gutim,16479 +non,354,34,2,11336,8216,,512,2139.331550999991,1.36363636363636,4,0,Ab3,,,,,,,,,,_,,,,,,gutim,16480 +rst,354,35,3,11337,8216,,512,2139.331550999991,,,,,,,176,102,0,,,,,,,,,,,gutim,16481 +rst,354,36,4,11338,8216,,512,2139.331550999991,,,,,,,176,102,0,,,,,,,,,,,gutim,16482 +rst,354,37,1,11339,8217,,768,2140.6955509999907,,,,,,,176,102,0,,,,,,,,,,,gutim,16483 +non,354,38,2,11340,8217,,768,2140.6955509999907,5.45454545454546,1,0,Ab3,,,,,,,,,,_,,,,,,gutim,16484 +rst,354,39,3,11341,8217,,768,2140.6955509999907,,,,,,,176,102,0,,,,,,,,,,,gutim,16485 +rst,354,40,4,11342,8217,,768,2140.6955509999907,,,,,,,176,102,0,,,,,,,,,,,gutim,16486 +ped,354,41,0,11343,8218,,1791,2145.997550999991,,,,,,,176,64,0,,,,,,,^,,,,gutim,16471 +bar,355,0,0,11344,8219,,0,2146.150550999991,,,,,,,,,,355,,,,,,,,,,gutim,16487 +rst,355,2,1,11345,8219,,0,2146.150550999991,,,,,,,176,102,0,,,,,,,,,,,gutim,16488 +non,355,3,2,11346,8219,,0,2146.150550999991,2.04545454545455,4,1,Ab3,,,,,,,,,,T,,,,,,gutim,16489 +non,355,4,3,11347,8219,5353,0,2146.150550999991,0.905539772727273,4,0,F#4,f,20,144,66,20,,,,,,o,,d,,,gutim,16490 +ped,355,1,0,11348,8220,,0,2146.297550999991,,,,,,,176,64,127,,,,,,,V,,,,gutim,16491 +nof,355,4,3,11347,8221,,0,2147.055550999991,,,,,,,144,66,0,,,,,,,,,,,gutim,16490 +non,355,5,3,11349,8221,5354,170,2147.055550999991,1.82173295454545,2,0,B0,ff,22,144,23,22,,,,,,o,,,,,gutim,16492 +non,355,6,3,11350,8221,5354,170,2147.055550999991,2.72727272727273,2,0,F#4,ff,22,144,66,22,,,,,,o,,,,,gutim,16493 +rst,355,7,1,11351,8222,,256,2147.513550999991,,,,,,,176,102,0,,,,,,,,,,,gutim,16494 +non,355,8,2,11352,8223,5355,384,2148.1955509999907,0.681818181818182,8,0,Ab3,p,11,144,56,11,,,,,t,o,,d,,,gutim,16495 +non,355,9,2,11353,8223,5355,384,2148.1955509999907,0.681818181818182,8,0,C5,p,11,144,72,11,,,,,t,o,,d,,,gutim,16496 +nof,354,24,2,11325,8224,,298,2148.495550999991,,,,,,,144,56,0,,,,,,,,,,,gutim,16495 +nof,355,5,3,11349,8225,,170,2148.877550999991,,,,,,,144,23,0,,,,,,,,,,,gutim,16492 +nof,355,6,3,11350,8225,,170,2148.877550999991,,,,,,,144,66,0,,,,,,,,,,,gutim,16493 +rst,355,10,1,11354,8225,,512,2148.877550999991,,,,,,,176,102,0,,,,,,,,,,,gutim,16497 +non,355,11,2,11355,8225,,512,2148.877550999991,2.72727272727273,2,0,Ab3,,,,,,,,,,T,,,,,,gutim,16498 +non,355,12,2,11356,8225,,512,2148.877550999991,2.72727272727273,2,0,C5,,,,,,,,,,T,,,,,,gutim,16499 +non,355,13,3,11357,8225,5356,512,2148.877550999991,2.72727272727273,2,0,B0,fff,24,144,23,24,,,,,t,o,,d,,,gutim,16500 +non,355,14,3,11358,8225,5356,512,2148.877550999991,2.72727272727273,2,0,D4,fff,24,144,62,24,,,,,t,o,,d,,,gutim,16501 +non,355,15,3,11359,8225,5356,512,2148.877550999991,2.72727272727273,2,0,F#4,fff,24,144,66,24,,,,,t,o,,d,,,gutim,16502 +non,355,16,1,11360,8226,5357,682,2149.7825509999907,1.82173295454545,2,0,F3,pp,8,144,53,8,,,,,,o,,d,,,gutim,16503 +nof,355,8,2,11352,8227,,384,2151.604550999991,,,,,,,144,56,0,,,,,,,,,,,gutim,16504 +nof,355,9,2,11353,8227,,384,2151.604550999991,,,,,,,144,72,0,,,,,,,,,,,gutim,16496 +nof,355,16,1,11360,8227,,682,2151.604550999991,,,,,,,144,53,0,,,,,,,,,,,gutim,16503 +bar,356,0,0,11361,8227,,0,2151.604550999991,,,,,,,,,,356,,,,,,,,,,gutim,16505 +rst,356,1,1,11362,8227,,0,2151.604550999991,,,,,,,176,102,0,,,,,,,,,,,gutim,16506 +non,356,2,2,11363,8227,5358,0,2151.604550999991,1.02272727272727,8,1,F6,mp,14,144,89,14,,,,,,o,,d,,,gutim,16507 +non,356,3,3,11364,8227,,0,2151.604550999991,0.681818181818182,8,0,B0,,,,,,,,,,T,,,,,,gutim,16508 +non,356,4,3,11365,8227,,0,2151.604550999991,0.681818181818182,8,0,D4,,,,,,,,,,T,,,,,,gutim,16509 +non,356,5,3,11366,8227,,0,2151.604550999991,0.681818181818182,8,0,F#4,,,,,,,,,,T,,,,,,gutim,16510 +non,356,6,4,11367,8227,5358,0,2151.604550999991,0.905539772727273,4,0,F3,ppp,5,144,53,5,,,,,,o,,d,,,gutim,16511 +ped,356,10,0,11368,8228,,149,2152.258550999991,,,,,,,176,64,0,,,,,,,^,,,,gutim,16491 +nof,355,13,3,11357,8229,,512,2152.286550999991,,,,,,,144,23,0,,,,,,,,,,,gutim,16500 +nof,355,14,3,11358,8229,,512,2152.286550999991,,,,,,,144,62,0,,,,,,,,,,,gutim,16501 +nof,355,15,3,11359,8229,,512,2152.286550999991,,,,,,,144,66,0,,,,,,,,,,,gutim,16502 +non,356,7,1,11369,8229,5359,128,2152.286550999991,0.111860795454545,32,0,D4,fff,24,144,62,24,,,,,,o,,d,,,gutim,16512 +non,356,8,1,11370,8229,5359,128,2152.286550999991,0.170454545454545,32,0,Gb4,fff,24,144,66,24,,,,,,o,,d,,,gutim,16513 +rst,356,9,3,11371,8229,,128,2152.286550999991,,,,,,,176,102,0,,,,,,,,,,,gutim,16514 +nof,356,7,1,11369,8230,,128,2152.3985509999907,,,,,,,144,62,0,,,,,,,,,,,gutim,16512 +non,356,11,1,11372,8230,5360,149,2152.3985509999907,0.111860795454545,32,0,F4,fff,24,144,65,24,,,,,,o,,d,,,gutim,16515 +nof,356,8,1,11370,8231,,128,2152.456550999991,,,,,,,144,66,0,,,,,,,,,,,gutim,16513 +ped,356,13,0,11373,8232,,166,2152.488550999991,,,,,,,176,64,0,,,,,,,^,,,,gutim,16516 +nof,356,6,4,11367,8233,,0,2152.5105509999908,,,,,,,144,53,0,,,,,,,,,,,gutim,16511 +nof,356,11,1,11372,8233,,149,2152.5105509999908,,,,,,,144,65,0,,,,,,,,,,,gutim,16515 +non,356,15,1,11374,8233,5361,,2152.5105509999908,0.05,8,0,B2,ff,22,144,47,22,,,,g,,o,,,,,gutim,16517 +ped,356,12,0,11375,8234,,153,2152.558550999991,,,,,,,176,64,127,,,,,,,V,,,,gutim,16518 +nof,356,15,1,11374,8235,,,2152.560550999991,,,,,,,144,47,0,,,,,,,,,,,gutim,16517 +non,356,16,1,11376,8236,5362,,2152.585550999991,0.05,8,0,D3,f-,19,144,50,19,,,,g,,o,,,,,gutim,16519 +nof,356,2,2,11363,8237,,0,2152.627550999991,,,,,,,144,89,0,,,,,,,,,,,gutim,16507 +nof,356,16,1,11376,8238,,,2152.6355509999908,,,,,,,144,50,0,,,,,,,,,,,gutim,16519 +non,356,17,1,11377,8239,5363,,2152.660550999991,0.05,8,0,Gb3,mf-,16,144,54,16,,,,g,,o,,,,,gutim,16520 +nof,356,17,1,11377,8240,,,2152.710550999991,,,,,,,144,54,0,,,,,,,,,,,gutim,16520 +non,356,18,1,11378,8241,5364,,2152.735550999991,0.05,8,0,F3,mp,14,144,53,14,,,,g,,o,,,,,gutim,16521 +nof,356,18,1,11378,8242,,,2152.785550999991,,,,,,,144,53,0,,,,,,,,,,,gutim,16521 +non,356,19,1,11379,8243,5365,,2152.810550999991,0.05,8,0,Bb4,p,11,144,70,11,,,,g,,o,,,,,gutim,16522 +nof,356,19,1,11379,8244,,,2152.860550999991,,,,,,,144,70,0,,,,,,,,,,,gutim,16522 +non,356,20,1,11380,8245,5366,170,2152.8855509999908,0.458096590909091,8,0,Gb2,p-,10,144,42,10,,,,,,o,,,,,gutim,16523 +non,356,21,4,11381,8245,5366,170,2152.8855509999908,0.1171875,32,0,F3,mf,17,144,53,17,,,,,,o,,,,,gutim,16524 +ped,356,14,0,11382,8245,,170,2152.8855509999908,,,,,,,176,64,127,,,,,,,V,,,,gutim,16525 +nof,356,21,4,11381,8246,,170,2153.002550999991,,,,,,,144,53,0,,,,,,,,,,,gutim,16524 +non,356,22,2,11383,8246,5367,192,2153.002550999991,0.170454545454545,32,0,F6,mp,14,144,89,14,,,,,,o,,,,,gutim,16526 +non,356,23,4,11384,8246,5367,192,2153.002550999991,0.111860795454545,32,0,G2,pp,8,144,43,8,,,,,,o,,,,,gutim,16527 +nof,356,23,4,11384,8247,,192,2153.114550999991,,,,,,,144,43,0,,,,,,,,,,,gutim,16527 +non,356,24,4,11385,8247,5368,213,2153.114550999991,0.111860795454545,32,0,F3,pp-,7,144,53,7,,,,,,o,,,,,gutim,16528 +nof,356,22,2,11383,8248,,192,2153.172550999991,,,,,,,144,89,0,,,,,,,,,,,gutim,16526 +non,356,25,2,11386,8248,5369,224,2153.172550999991,0.170454545454545,32,0,E5,mp+,15,144,76,15,,,,,,o,,,,,gutim,16529 +nof,356,24,4,11385,8249,,213,2153.226550999991,,,,,,,144,53,0,,,,,,,,,,,gutim,16528 +non,356,26,4,11387,8249,5370,234,2153.226550999991,0.1171875,32,0,G2,ppp,5,144,43,5,,,,,,o,,,,,gutim,16530 +nof,356,20,1,11380,8250,,170,2153.343550999991,,,,,,,144,42,0,,,,,,,,,,,gutim,16523 +nof,356,25,2,11386,8250,,224,2153.343550999991,,,,,,,144,76,0,,,,,,,,,,,gutim,16529 +nof,356,26,4,11387,8250,,234,2153.343550999991,,,,,,,144,43,0,,,,,,,,,,,gutim,16530 +rst,356,27,1,11388,8250,,256,2153.343550999991,,,,,,,176,102,0,,,,,,,,,,,gutim,16531 +non,356,28,2,11389,8250,5371,256,2153.343550999991,0.170454545454545,32,0,E5,mf-,16,144,76,16,,,,,,o,,,,,gutim,16532 +rst,356,29,3,11390,8250,,256,2153.343550999991,,,,,,,176,102,0,,,,,,,,,,,gutim,16533 +rst,356,30,4,11391,8250,,256,2153.343550999991,,,,,,,176,102,0,,,,,,,,,,,gutim,16534 +nof,356,28,2,11389,8251,,256,2153.513550999991,,,,,,,144,76,0,,,,,,,,,,,gutim,16532 +non,356,31,2,11392,8251,5372,288,2153.513550999991,0.170454545454545,32,0,A#4,mf-,16,144,70,16,,,,,,o,,,,,gutim,16535 +nof,356,31,2,11392,8252,,288,2153.6845509999907,,,,,,,144,70,0,,,,,,,,,,,gutim,16535 +non,356,32,2,11393,8252,5373,320,2153.6845509999907,0.111860795454545,32,0,C#5,mf,17,144,73,17,,,,,,o,,,e,,gutim,16536 +nof,356,32,2,11393,8253,,320,2153.796550999991,,,,,,,144,73,0,,,,,,,,,,,gutim,16536 +non,356,33,2,11394,8253,5374,341,2153.796550999991,0.111860795454545,32,0,A#4,mf,17,144,70,17,,,,,,o,,,e,,gutim,16537 +non,356,34,4,11395,8253,5374,341,2153.796550999991,0.910866477272727,4,0,Ab2,ppp-,4,144,44,4,,,,,,o,,,,,gutim,16538 +nof,356,33,2,11394,8254,,341,2153.9075509999907,,,,,,,144,70,0,,,,,,,,,,,gutim,16537 +non,356,35,2,11396,8254,5375,362,2153.9075509999907,0.1171875,32,0,C#5,mf+,18,144,73,18,,,,,,o,,,e,,gutim,16539 +nof,356,35,2,11396,8255,,362,2154.025550999991,,,,,,,144,73,0,,,,,,,,,,,gutim,16539 +non,356,36,2,11397,8255,5376,384,2154.025550999991,0.111860795454545,32,0,E5,mf+,18,144,76,18,,,,,,o,,,e,,gutim,16540 +non,356,37,3,11398,8255,5376,384,2154.025550999991,0.681818181818182,8,0,A2,mf,17,144,45,17,,,,,t,o,,d,,,gutim,16541 +non,356,38,3,11399,8255,5376,384,2154.025550999991,0.681818181818182,8,0,Ab3,mf,17,144,56,17,,,,,t,o,,d,,,gutim,16542 +non,356,39,3,11400,8255,5376,384,2154.025550999991,0.681818181818182,8,0,C5,mf,17,144,72,17,,,,,t,o,,d,,,gutim,16543 +nof,356,36,2,11397,8256,,384,2154.136550999991,,,,,,,144,76,0,,,,,,,,,,,gutim,16540 +non,356,40,2,11401,8256,5377,405,2154.136550999991,0.111860795454545,32,0,C#5,f-,19,144,73,19,,,,,,o,,,e,,gutim,16544 +nof,356,40,2,11401,8257,,405,2154.248550999991,,,,,,,144,73,0,,,,,,,,,,,gutim,16544 +non,356,41,2,11402,8257,5378,426,2154.248550999991,0.1171875,32,0,A#3,f-,19,144,58,19,,,,,,o,,,e,,gutim,16545 +nof,356,41,2,11402,8258,,426,2154.365550999991,,,,,,,144,58,0,,,,,,,,,,,gutim,16545 +non,356,42,2,11403,8258,5379,448,2154.365550999991,0.340909090909091,16,0,C#5,f,20,144,73,20,,,,,t,o,,,E,,gutim,16546 +ped,356,43,0,11404,8259,,512,2154.556550999991,,,,,,,176,64,0,,,,,,,^,,,,gutim,16525 +rst,356,45,1,11405,8260,,512,2154.706550999991,,,,,,,176,102,0,,,,,,,,,,,gutim,16547 +non,356,46,2,11406,8260,,512,2154.706550999991,1.02272727272727,8,1,C#5,,,,,,,,,,T,,,,,,gutim,16548 +non,356,47,3,11407,8260,,512,2154.706550999991,2.04545454545455,4,1,A2,,,,,,,,,,T,,,,,,gutim,16549 +non,356,48,3,11408,8260,,512,2154.706550999991,1.36363636363636,4,1,Ab3,,,,,,,,,,T,,,,,,gutim,16550 +non,356,49,3,11409,8260,,512,2154.706550999991,1.36363636363636,4,1,C5,,,,,,,,,,T,,,,,,gutim,16551 +non,356,50,4,11410,8260,5380,512,2154.706550999991,0.111860795454545,32,0,F#2,mp,14,144,42,14,,,,,,o,,D 6030,,,gutim,16552 +nof,356,34,4,11395,8261,,341,2154.706550999991,,,,,,,144,44,0,,,,,,,,,,,gutim,16538 +nof,356,50,4,11410,8262,,512,2154.8185509999907,,,,,,,144,42,0,,,,,,,,,,,gutim,16552 +non,356,51,4,11411,8262,5381,533,2154.8185509999907,0.340909090909091,16,1,B1,p+,12,144,35,12,,,,,,o,,,,,gutim,16553 +ped,356,44,0,11412,8263,,512,2154.8565509999908,,,,,,,176,64,127,,,,,,,V,,,,gutim,16554 +nof,356,51,4,11411,8264,,533,2155.159550999991,,,,,,,144,35,0,,,,,,,,,,,gutim,16553 +non,356,52,4,11413,8264,5382,597,2155.159550999991,0.0745738636363637,32,0,F#2,pp-,7,144,42,7,,,,,,o,,,,,gutim,16555 +nof,356,52,4,11413,8265,,597,2155.234550999991,,,,,,,144,42,0,,,,,,,,,,,gutim,16555 +non,356,53,4,11414,8265,5383,611,2155.234550999991,0.0745738636363637,32,0,B0,ppp+,6,144,23,6,,,,,,o,,,,,gutim,16556 +nof,356,53,4,11414,8266,,611,2155.308550999991,,,,,,,144,23,0,,,,,,,,,,,gutim,16556 +non,356,54,4,11415,8266,5384,625,2155.308550999991,0.0799005681818182,32,0,F2,ppp,5,144,41,5,,,,,t,o,,,,,gutim,16557 +non,356,55,4,11416,8267,,640,2155.388550999991,0.681818181818182,8,1,F2,,,,,,,,,,T,,,,,,gutim,16558 +non,356,56,2,11417,8268,5385,704,2155.729550999991,0.111860795454545,32,0,F7,p,11,144,101,11,,,,,,o,,,e,t,gutim,16559 +nof,356,42,2,11403,8269,,448,2155.729550999991,,,,,,,144,73,0,,,,,,,,,,,gutim,16546 +nof,356,56,2,11417,8270,,704,2155.841550999991,,,,,,,144,101,0,,,,,,,,,,,gutim,16559 +non,356,57,2,11418,8270,5386,725,2155.841550999991,0.111860795454545,32,0,E5,mp-,13,144,76,13,,,,,,o,,,e,,gutim,16560 +nof,356,57,2,11418,8271,,725,2155.953550999991,,,,,,,144,76,0,,,,,,,,,,,gutim,16560 +non,356,58,2,11419,8271,5387,746,2155.953550999991,0.1171875,32,0,C#5,mp+,15,144,73,15,,,,,,o,,,e,,gutim,16561 +nof,356,58,2,11419,8272,,746,2156.0705509999907,,,,,,,144,73,0,,,,,,,,,,,gutim,16561 +non,356,59,2,11420,8272,5388,768,2156.0705509999907,0.111860795454545,32,0,E5,mf-,16,144,76,16,,,,,,o,,,e,t,gutim,16562 +rst,356,60,4,11421,8272,,768,2156.0705509999907,,,,,,,176,102,0,,,,,,,,,,,gutim,16563 +nof,356,54,4,11415,8273,,625,2156.0705509999907,,,,,,,144,41,0,,,,,,,,,,,gutim,16557 +nof,356,38,3,11399,8274,,384,2156.0705509999907,,,,,,,144,56,0,,,,,,,,,,,gutim,16542 +nof,356,39,3,11400,8274,,384,2156.0705509999907,,,,,,,144,72,0,,,,,,,,,,,gutim,16543 +nof,356,59,2,11420,8275,,768,2156.182550999991,,,,,,,144,76,0,,,,,,,,,,,gutim,16562 +non,356,61,2,11422,8275,5389,789,2156.182550999991,0.111860795454545,32,0,Bb3,mf+,18,144,58,18,,,,,,o,,,e,,gutim,16564 +nof,356,61,2,11422,8276,,789,2156.294550999991,,,,,,,144,58,0,,,,,,,,,,,gutim,16564 +non,356,62,2,11423,8276,5390,810,2156.294550999991,0.1171875,32,0,Db4,f,20,144,61,20,,,,,,o,,,E,,gutim,16565 +nof,356,62,2,11423,8277,,810,2156.411550999991,,,,,,,144,61,0,,,,,,,,,,,gutim,16565 +ped,356,63,0,11424,8277,,832,2156.411550999991,,,,,,,176,64,0,,,,,,,^,,,,gutim,16554 +rst,356,64,2,11425,8277,,832,2156.411550999991,,,,,,,176,102,0,,,,,,,,,,,gutim,16566 +non,356,66,2,11426,8278,5391,896,2156.752550999991,0.340909090909091,16,0,D4,ff,22,144,62,22,,,,,,o,,,,t,gutim,16567 +non,356,67,2,11427,8278,5391,896,2156.752550999991,0.340909090909091,16,0,C#5,ff,22,144,73,22,,,,,,o,,,,t,gutim,16568 +non,356,68,3,11428,8278,5391,896,2156.752550999991,0.340909090909091,16,0,A2,ff,22,144,45,22,,,,,,o,,,,,gutim,16569 +non,356,69,3,11429,8278,5391,896,2156.752550999991,0.340909090909091,16,0,Ab3,ff,22,144,56,22,,,,,,o,,,,,gutim,16570 +rst,356,70,4,11430,8278,,896,2156.752550999991,,,,,,,176,102,0,,,,,,,,,,,gutim,16571 +ped,356,65,0,11431,8278,,896,2156.752550999991,,,,,,,176,64,127,,,,,,,V,,,,gutim,16572 +nof,356,37,3,11398,8279,,384,2156.752550999991,,,,,,,144,45,0,,,,,,,,,,,gutim,16569 +nof,356,66,2,11426,8280,,896,2157.093550999991,,,,,,,144,62,0,,,,,,,,,,,gutim,16567 +nof,356,67,2,11427,8280,,896,2157.093550999991,,,,,,,144,73,0,,,,,,,,,,,gutim,16568 +nof,356,68,3,11428,8280,,896,2157.093550999991,,,,,,,144,45,0,,,,,,,,,,,gutim,16573 +nof,356,69,3,11429,8280,,896,2157.093550999991,,,,,,,144,56,0,,,,,,,,,,,gutim,16570 +non,356,71,2,11432,8280,5392,960,2157.093550999991,0.340909090909091,16,0,D4,ff,22,144,62,22,,,,,,o,,,,T,gutim,16574 +non,356,72,2,11433,8280,5392,960,2157.093550999991,0.340909090909091,16,0,C#5,ff,22,144,73,22,,,,,,o,,,,T,gutim,16575 +non,356,73,2,11434,8280,5392,960,2157.093550999991,0.340909090909091,16,0,E5,ff,22,144,76,22,,,,,,o,,,,T 6030,gutim,16576 +non,356,74,3,11435,8280,5392,960,2157.093550999991,0.340909090909091,16,0,A2,ff,22,144,45,22,,,,,,o,,,,,gutim,16577 +non,356,75,3,11436,8280,5392,960,2157.093550999991,0.340909090909091,16,0,Ab3,ff,22,144,56,22,,,,,,o,,,,,gutim,16578 +nof,356,71,2,11432,8281,,960,2157.4345509999907,,,,,,,144,62,0,,,,,,,,,,,gutim,16574 +nof,356,72,2,11433,8281,,960,2157.4345509999907,,,,,,,144,73,0,,,,,,,,,,,gutim,16575 +nof,356,73,2,11434,8281,,960,2157.4345509999907,,,,,,,144,76,0,,,,,,,,,,,gutim,16576 +nof,356,74,3,11435,8281,,960,2157.4345509999907,,,,,,,144,45,0,,,,,,,,,,,gutim,16577 +nof,356,75,3,11436,8281,,960,2157.4345509999907,,,,,,,144,56,0,,,,,,,,,,,gutim,16578 +bar,357,2,0,11437,8281,,0,2157.4345509999907,,,,,,,,,,357,,,,,,,,,,gutim,16579 +non,357,5,2,11438,8281,5393,,2157.4345509999907,0.05,8,0,Bb3,p,11,144,58,11,,,,g,,o,,,e,,gutim,16580 +nof,357,5,2,11438,8282,,,2157.484550999991,,,,,,,144,58,0,,,,,,,,,,,gutim,16580 +non,357,6,2,11439,8283,5394,,2157.509550999991,0.05,8,0,E6,mp,14,144,88,14,,,,g,,o,,,e,,gutim,16581 +nof,357,6,2,11439,8284,,,2157.5595509999907,,,,,,,144,88,0,,,,,,,,,,,gutim,16581 +non,357,7,2,11440,8285,5395,,2157.584550999991,0.05,8,0,F7,mf-,16,144,101,16,,,,g,,o,,,e,,gutim,16582 +nof,357,7,2,11440,8286,,,2157.634550999991,,,,,,,144,101,0,,,,,,,,,,,gutim,16582 +non,357,8,2,11441,8287,5396,,2157.659550999991,0.05,8,0,E6,mf+,18,144,88,18,,,,g,,o,,,e,,gutim,16583 +nof,357,8,2,11441,8288,,,2157.709550999991,,,,,,,144,88,0,,,,,,,,,,,gutim,16583 +non,357,9,2,11442,8289,5397,,2157.734550999991,0.05,8,0,F7,f+,21,144,101,21,,,,g,,o,,,e,,gutim,16584 +nof,357,9,2,11442,8290,,,2157.784550999991,,,,,,,144,101,0,,,,,,,,,,,gutim,16584 +non,357,0,3,11443,8291,5398,0,2157.8095509999907,0.111860795454545,32,0,G#4,ff,22,144,68,22,,,,,,o,,,,,gutim,16585 +non,357,3,1,11444,8291,5398,0,2157.8095509999907,0.170454545454545,32,0,C#6,ff,22,144,85,22,,,,,,o,,,E,,gutim,16586 +nof,357,0,3,11443,8292,,0,2157.921550999991,,,,,,,144,68,0,,,,,,,,,,,gutim,16585 +non,357,1,3,11445,8292,5399,21,2157.921550999991,0.111860795454545,32,0,A3,ff,22,144,57,22,,,,,,o,,,,,gutim,16587 +nof,357,3,1,11444,8293,,0,2157.979550999991,,,,,,,144,85,0,,,,,,,,,,,gutim,16586 +non,357,4,1,11446,8293,5400,32,2157.979550999991,0.170454545454545,32,0,A#4,ff,22,144,70,22,,,,,,o,,,,,gutim,16588 +nof,357,1,3,11445,8294,,21,2158.0325509999907,,,,,,,144,57,0,,,,,,,,,,,gutim,16587 +non,357,10,3,11447,8294,5401,42,2158.0325509999907,0.0745738636363637,32,0,C6,f+,21,144,84,21,,,,,,o,,,,,gutim,16589 +nof,357,10,3,11447,8295,,42,2158.107550999991,,,,,,,144,84,0,,,,,,,,,,,gutim,16589 +non,357,11,3,11448,8295,5402,56,2158.107550999991,0.0745738636363637,32,0,G#4,mf+,18,144,68,18,,,,,,o,,,,,gutim,16590 +nof,357,4,1,11446,8296,,32,2158.150550999991,,,,,,,144,70,0,,,,,,,,,,,gutim,16588 +rst,357,12,1,11449,8296,,64,2158.150550999991,,,,,,,176,102,0,,,,,,,,,,,gutim,16591 +nof,357,11,3,11448,8297,,56,2158.182550999991,,,,,,,144,68,0,,,,,,,,,,,gutim,16590 +non,357,13,3,11450,8298,5403,70,2158.182550999991,0.0799005681818182,32,0,C6,mp+,15,144,84,15,,,,,,o,,,,,gutim,16592 +nof,357,13,3,11450,8299,,70,2158.261550999991,,,,,,,144,84,0,,,,,,,,,,,gutim,16592 +non,357,14,3,11451,8299,5404,85,2158.261550999991,0.111860795454545,32,0,E6,p+,12,144,88,12,,,,,,o,,,,,gutim,16593 +ped,357,15,0,11452,8300,,106,2158.274550999991,,,,,,,176,64,0,,,,,,,^,,,,gutim,16572 +nof,357,14,3,11451,8301,,85,2158.373550999991,,,,,,,144,88,0,,,,,,,,,,,gutim,16593 +non,357,16,3,11453,8301,5405,106,2158.373550999991,0.05859375,64,0,D5,pp,8,144,74,8,,,,,,o,,,,,gutim,16594 +nof,357,16,3,11453,8302,,106,2158.432550999991,,,,,,,144,74,0,,,,,,,,,,,gutim,16594 +non,357,17,3,11454,8302,5406,117,2158.432550999991,0.05859375,64,0,E6,pp,8,144,88,8,,,,,,o,,,,,gutim,16595 +sec,357,18,0,11455,8302,,117,2158.432550999991,,,,,,,,,,,6030,,,,,,,,,gutim,16596 +nof,357,17,3,11454,8303,,117,2158.490550999991,,,,,,,144,88,0,,,,,,,,,,,gutim,16595 +non,357,20,3,11456,8303,5407,,2158.490550999991,0.05,8,0,A1,f,20,144,33,20,,,,g,,o,,,,,gutim,16597 +nof,357,20,3,11456,8304,,,2158.540550999991,,,,,,,144,33,0,,,,,,,,,,,gutim,16597 +non,357,21,3,11457,8305,5408,128,2158.565550999991,0.681818181818182,8,0,G#2,f,20,144,44,20,,,,,,o,,,,,gutim,16598 +ped,357,19,0,11458,8306,,125,2158.574550999991,,,,,,,176,64,127,,,,,,,V,,,,gutim,16599 +nof,357,21,3,11457,8307,,128,2159.247550999991,,,,,,,144,44,0,,,,,,,,,,,gutim,16598 +rst,357,22,1,11459,8307,,256,2159.247550999991,,,,,,,176,102,0,,,,,,,,,,,gutim,16600 +non,357,23,3,11460,8307,5409,256,2159.247550999991,0.681818181818182,8,0,C4,mf-,16,144,60,16,,,,,t,o,,,,,gutim,16601 +non,357,24,3,11461,8308,,384,2159.929550999991,0.452769886363636,8,0,C4,,,,,,,,,,T,,,,,,gutim,16602 +nof,357,23,3,11460,8309,,256,2160.382550999991,,,,,,,144,60,0,,,,,,,,,,,gutim,16601 +non,357,25,3,11462,8310,5410,469,2160.382550999991,0.229048295454545,16,0,A1,pp+,9,144,33,9,,,,,,o,,,,,gutim,16603 +nof,357,25,3,11462,8311,,469,2160.611550999991,,,,,,,144,33,0,,,,,,,,,,,gutim,16603 +rst,357,26,1,11463,8311,,512,2160.611550999991,,,,,,,176,102,0,,,,,,,,,,,gutim,16604 +non,357,27,3,11464,8311,5411,512,2160.611550999991,0.111860795454545,32,0,G#2,pp,8,144,44,8,,,,,,o,,,,,gutim,16605 +nof,357,27,3,11464,8312,,512,2160.723550999991,,,,,,,144,44,0,,,,,,,,,,,gutim,16605 +non,357,28,3,11465,8312,5412,533,2160.723550999991,0.111860795454545,32,0,C4,pp-,7,144,60,7,,,,,,o,,,,,gutim,16606 +nof,357,28,3,11465,8313,,533,2160.835550999991,,,,,,,144,60,0,,,,,,,,,,,gutim,16606 +non,357,29,3,11466,8313,5413,554,2160.835550999991,0.1171875,32,0,A0,pp-,7,144,21,7,,,,,,o,,,,,gutim,16607 +nof,357,29,3,11466,8314,,554,2160.9525509999908,,,,,,,144,21,0,,,,,,,,,,,gutim,16607 +non,357,30,3,11467,8314,5414,576,2160.9525509999908,0.111860795454545,32,0,G#1,ppp+,6,144,32,6,,,,,,o,,,,,gutim,16608 +nof,357,30,3,11467,8315,,576,2161.064550999991,,,,,,,144,32,0,,,,,,,,,,,gutim,16608 +non,357,31,3,11468,8315,5415,597,2161.064550999991,0.05859375,64,0,C3,ppp,5,144,48,5,,,,,,o,,,,,gutim,16609 +nof,357,31,3,11468,8316,,597,2161.122550999991,,,,,,,144,48,0,,,,,,,,,,,gutim,16609 +non,357,32,3,11469,8316,5416,608,2161.122550999991,0.170454545454545,32,1,A0,ppp,5,144,21,5,,,,,t,o,,,,,gutim,16610 +non,357,33,3,11470,8317,,640,2161.293550999991,2.04545454545455,4,1,A0,,,,,,,,,,_,,,,,,gutim,16611 +bar,358,0,0,11471,8318,,0,2163.3385509999907,,,,,,,,,,358,,,,,,,,,,gutim,16612 +rst,358,1,1,11472,8318,,0,2163.3385509999907,,,,,,,176,102,0,,,,,,,,,,,gutim,16613 +non,358,2,3,11473,8318,,0,2163.3385509999907,2.72727272727273,2,0,A0,,,,,,,,,,T,,,,,,gutim,16614 +nof,357,32,3,11469,8319,,608,2166.065550999991,,,,,,,144,21,0,,,,,,,,,,,gutim,16610 +rst,358,3,1,11474,8319,,512,2166.065550999991,,,,,,,176,102,0,,,,,,,,,,,gutim,16615 +rst,358,4,3,11475,8319,,512,2166.065550999991,,,,,,,176,102,0,,,,,,,,,,,gutim,16616 +non,358,5,3,11476,8320,5417,554,2166.2895509999908,0.1171875,32,0,C3,mf,17,144,48,17,,,,,,o,,,,,gutim,16617 +nof,358,5,3,11476,8321,,554,2166.406550999991,,,,,,,144,48,0,,,,,,,,,,,gutim,16617 +non,358,6,3,11477,8321,5418,576,2166.406550999991,0.111860795454545,32,0,D2,mf-,16,144,38,16,,,,,,o,,,,,gutim,16618 +nof,358,6,3,11477,8322,,576,2166.518550999991,,,,,,,144,38,0,,,,,,,,,,,gutim,16618 +non,358,7,3,11478,8322,5419,597,2166.518550999991,0.452769886363636,8,0,E3,mf-,16,144,52,16,,,,,,o,,,,,gutim,16619 +rst,358,8,1,11479,8323,,640,2166.747550999991,,,,,,,176,102,0,,,,,,,,,,,gutim,16620 +rst,358,9,3,11480,8324,,682,2166.971550999991,,,,,,,176,102,0,,,,,,,,,,,gutim,16621 +nof,358,7,3,11478,8325,,597,2166.971550999991,,,,,,,144,52,0,,,,,,,,,,,gutim,16619 +non,358,10,1,11481,8326,5420,704,2167.0885509999907,0.111860795454545,32,0,G#6,mp-,13,144,92,13,,,,,,o,,,e,,gutim,16622 +nof,358,10,1,11481,8327,,704,2167.200550999991,,,,,,,144,92,0,,,,,,,,,,,gutim,16622 +non,358,11,1,11482,8327,5421,725,2167.200550999991,0.111860795454545,32,0,A5,p+,12,144,81,12,,,,,,o,,,e,,gutim,16623 +nof,358,11,1,11482,8328,,725,2167.312550999991,,,,,,,144,81,0,,,,,,,,,,,gutim,16623 +non,358,12,1,11483,8328,5422,746,2167.312550999991,0.1171875,32,0,D7,p+,12,144,98,12,,,,,,o,,,e,,gutim,16624 +nof,358,12,1,11483,8329,,746,2167.429550999991,,,,,,,144,98,0,,,,,,,,,,,gutim,16624 +non,358,13,1,11484,8329,5423,768,2167.429550999991,0.111860795454545,32,0,C8,p,11,144,108,11,,,,,,o,,,e,,gutim,16625 +rst,358,14,3,11485,8329,,768,2167.429550999991,,,,,,,176,102,0,,,,,,,,,,,gutim,16626 +nof,358,13,1,11484,8330,,768,2167.5415509999907,,,,,,,144,108,0,,,,,,,,,,,gutim,16625 +non,358,15,1,11486,8330,5424,789,2167.5415509999907,0.170454545454545,32,1,G#5,p,11,144,80,11,,,,,,o,,,e,,gutim,16627 +nof,358,15,1,11486,8331,,789,2167.711550999991,,,,,,,144,80,0,,,,,,,,,,,gutim,16627 +non,358,16,1,11487,8331,5425,821,2167.711550999991,0.170454545454545,32,1,C7,p-,10,144,96,10,,,,,,o,,,e,,gutim,16628 +nof,358,16,1,11487,8332,,821,2167.882550999991,,,,,,,144,96,0,,,,,,,,,,,gutim,16628 +non,358,17,1,11488,8332,5426,853,2167.882550999991,0.111860795454545,32,0,G#5,pp+,9,144,80,9,,,,,,o,,,e,,gutim,16629 +nof,358,17,1,11488,8333,,853,2167.9945509999907,,,,,,,144,80,0,,,,,,,,,,,gutim,16629 +non,358,18,1,11489,8333,5427,874,2167.9945509999907,0.1171875,32,0,A4,pp,8,144,69,8,,,,,,o,,,e,,gutim,16630 +nof,358,18,1,11489,8334,,874,2168.111550999991,,,,,,,144,69,0,,,,,,,,,,,gutim,16630 +non,358,19,1,11490,8334,5428,896,2168.111550999991,0.111860795454545,32,0,D6,pp,8,144,86,8,,,,,,o,,,e,,gutim,16631 +nof,358,19,1,11490,8335,,896,2168.223550999991,,,,,,,144,86,0,,,,,,,,,,,gutim,16631 +non,358,20,1,11491,8335,5429,917,2168.223550999991,0.111860795454545,32,0,C7,pp-,7,144,96,7,,,,,,o,,,e,,gutim,16632 +nof,358,20,1,11491,8336,,917,2168.335550999991,,,,,,,144,96,0,,,,,,,,,,,gutim,16632 +non,358,21,1,11492,8336,5430,938,2168.335550999991,0.1171875,32,0,E7,ppp+,6,144,100,6,,,,,,o,,,e,,gutim,16633 +nof,358,21,1,11492,8337,,938,2168.4525509999908,,,,,,,144,100,0,,,,,,,,,,,gutim,16633 +non,358,22,1,11493,8337,5431,960,2168.4525509999908,0.170454545454545,32,1,D6,ppp+,6,144,86,6,,,,,,o,,,e,,gutim,16634 +nof,358,22,1,11493,8338,,960,2168.622550999991,,,,,,,144,86,0,,,,,,,,,,,gutim,16634 +non,358,23,1,11494,8338,5432,992,2168.622550999991,0.170454545454545,32,1,E7,ppp,5,144,100,5,,,,,,o,,,E 6031,,gutim,16635 +ped,358,24,0,11495,8339,,1023,2168.787550999991,,,,,,,176,64,0,,,,,,,^,,,,gutim,16599 +nof,358,23,1,11494,8340,,992,2168.793550999991,,,,,,,144,100,0,,,,,,,,,,,gutim,16635 +bar,359,1,0,11496,8340,,0,2168.793550999991,,,,,,,,,,359,,,,,,,,,,gutim,16636 +rst,359,0,3,11497,8340,,0,2168.793550999991,,,,,,,176,102,0,,,,,,,,,,,gutim,16637 +sec,359,2,0,11498,8341,,0,2169.793550999991,,,,,,,,,,,6031,,,,,,,,,gutim,16638 +rst,359,3,1,11499,8341,,0,2169.793550999991,,,,,,,176,102,0,,,,,,,,,,,gutim,16639 +non,359,5,1,11500,8342,5433,85,2170.246550999991,0.229048295454545,16,0,D2,mf,17,144,38,17,,,,,,o,,d,,,gutim,16640 +ped,359,4,0,11501,8342,,85,2170.246550999991,,,,,,,176,64,127,,,,,,,V,,,,gutim,16641 +nof,359,5,1,11500,8343,,85,2170.475550999991,,,,,,,144,38,0,,,,,,,,,,,gutim,16640 +non,359,6,3,11502,8343,5434,128,2170.475550999991,0.681818181818182,8,0,Ab2,pp,8,144,44,8,,,,,t,o,,d,,,gutim,16642 +non,359,7,1,11503,8343,5434,128,2170.475550999991,0.223721590909091,16,0,Bb3,mp,14,144,58,14,,,,,,o,,,,,gutim,16643 +nof,359,7,1,11503,8344,,128,2170.698550999991,,,,,,,144,58,0,,,,,,,,,,,gutim,16643 +non,359,8,1,11504,8344,5435,170,2170.698550999991,0.149147727272727,16,0,F3,p+,12,144,53,12,,,,,,o,,,,,gutim,16644 +nof,359,8,1,11504,8345,,170,2170.8475509999907,,,,,,,144,53,0,,,,,,,,,,,gutim,16644 +non,359,9,1,11505,8345,5436,198,2170.8475509999907,0.149147727272727,16,0,D3,p-,10,144,50,10,,,,,,o,,,,,gutim,16645 +nof,359,9,1,11505,8346,,198,2170.997550999991,,,,,,,144,50,0,,,,,,,,,,,gutim,16645 +non,359,10,1,11506,8346,5437,226,2170.997550999991,0.159801136363636,16,0,Bb3,pp,8,144,58,8,,,,,,o,,d,,,gutim,16646 +nof,359,10,1,11506,8347,,226,2171.156550999991,,,,,,,144,58,0,,,,,,,,,,,gutim,16646 +rst,359,11,1,11507,8347,,256,2171.156550999991,,,,,,,176,102,0,,,,,,,,,,,gutim,16647 +non,359,12,3,11508,8347,,256,2171.156550999991,4.09090909090909,2,1,Ab2,,,,,,,,,,_,,,,,,gutim,16648 +non,359,13,1,11509,8348,5438,,2171.8385509999907,0.05,8,0,E4,pp,8,144,64,8,,,,g,,o,,d,,,gutim,16649 +nof,359,13,1,11509,8349,,,2171.888550999991,,,,,,,144,64,0,,,,,,,,,,,gutim,16649 +non,359,14,1,11510,8350,5439,384,2171.913550999991,0.404829545454545,16,1,A1,pp+,9,144,33,9,,,,,,o,,d,,,gutim,16650 +nof,359,14,1,11510,8351,,384,2172.3185509999907,,,,,,,144,33,0,,,,,,,,,,,gutim,16650 +non,359,15,1,11511,8351,5440,460,2172.3185509999907,0.138494318181818,32,0,F4,mp,14,144,65,14,,,,,,o,,,,,gutim,16651 +nof,359,15,1,11511,8352,,460,2172.457550999991,,,,,,,144,65,0,,,,,,,,,,,gutim,16651 +non,359,16,1,11512,8352,5441,486,2172.457550999991,0.138494318181818,32,0,E3,mf-,16,144,52,16,,,,,,o,,,,,gutim,16652 +nof,359,16,1,11512,8353,,486,2172.595550999991,,,,,,,144,52,0,,,,,,,,,,,gutim,16652 +non,359,17,1,11513,8353,5442,512,2172.595550999991,0.202414772727273,32,1,A2,mf,17,144,45,17,,,,,,o,,,,,gutim,16653 +nof,359,17,1,11513,8354,,512,2172.797550999991,,,,,,,144,45,0,,,,,,,,,,,gutim,16653 +non,359,18,1,11514,8354,5443,550,2172.797550999991,0.138494318181818,32,0,F5,f,20,144,77,20,,,,,,o,,,,,gutim,16654 +nof,359,18,1,11514,8355,,550,2172.9365509999907,,,,,,,144,77,0,,,,,,,,,,,gutim,16654 +non,359,19,1,11515,8355,5444,576,2172.9365509999907,0.202414772727273,32,1,Bb2,f,20,144,46,20,,,,,,o,,d,,,gutim,16655 +nof,359,19,1,11515,8356,,576,2173.138550999991,,,,,,,144,46,0,,,,,,,,,,,gutim,16655 +non,359,20,1,11516,8356,5445,614,2173.138550999991,0.138494318181818,32,0,Db3,f,20,144,49,20,,,,,,o,,d,,,gutim,16656 +nof,359,20,1,11516,8357,,614,2173.277550999991,,,,,,,144,49,0,,,,,,,,,,,gutim,16656 +non,359,21,1,11517,8357,5446,640,2173.277550999991,0.133167613636364,32,0,Bb2,mf,17,144,46,17,,,,,,o,,,,,gutim,16657 +nof,359,21,1,11517,8358,,640,2173.410550999991,,,,,,,144,46,0,,,,,,,,,,,gutim,16657 +non,359,22,1,11518,8358,5447,665,2173.410550999991,0.0692471590909091,64,0,E4,mp,14,144,64,14,,,,,,o,,,,,gutim,16658 +nof,359,22,1,11518,8359,,665,2173.479550999991,,,,,,,144,64,0,,,,,,,,,,,gutim,16658 +non,359,23,1,11519,8359,5448,678,2173.479550999991,0.0692471590909091,64,0,F4,mp-,13,144,65,13,,,,,,o,,,,,gutim,16659 +nof,359,23,1,11519,8360,,678,2173.549550999991,,,,,,,144,65,0,,,,,,,,,,,gutim,16659 +non,359,24,1,11520,8360,5449,691,2173.549550999991,0.133167613636364,32,0,E4,p+,12,144,64,12,,,,,,o,,,,,gutim,16660 +nof,359,24,1,11520,8361,,691,2173.682550999991,,,,,,,144,64,0,,,,,,,,,,,gutim,16660 +non,359,25,1,11521,8361,5450,716,2173.682550999991,0.0852272727272727,32,0,Bb2,pp+,9,144,46,9,,,,,,o,,,,,gutim,16661 +nof,359,25,1,11521,8362,,716,2173.767550999991,,,,,,,144,46,0,,,,,,,,,,,gutim,16661 +non,359,26,1,11522,8362,5451,732,2173.767550999991,0.0958806818181818,32,0,Db4,pp-,7,144,61,7,,,,,,o,,d,,,gutim,16662 +nof,359,26,1,11522,8363,,732,2173.863550999991,,,,,,,144,61,0,,,,,,,,,,,gutim,16662 +non,359,27,1,11523,8363,5452,750,2173.863550999991,0.0958806818181818,32,0,Bb2,ppp,5,144,46,5,,,,,,o,,d,,,gutim,16663 +nof,359,27,1,11523,8364,,750,2173.959550999991,,,,,,,144,46,0,,,,,,,,,,,gutim,16663 +rst,359,28,1,11524,8364,,768,2173.959550999991,,,,,,,176,102,0,,,,,,,,,,,gutim,16664 +bar,360,0,0,11525,8365,,0,2175.322550999991,,,,,,,,,,360,,,,,,,,,,gutim,16665 +ped,360,1,0,11526,8365,,0,2175.322550999991,,,,,,,176,64,0,,,,,,,^,,,,gutim,16641 +rst,360,2,1,11527,8365,,0,2175.322550999991,,,,,,,176,102,0,,,,,,,,,,,gutim,16666 +non,360,3,3,11528,8365,,0,2175.322550999991,1.36363636363636,4,0,Ab2,,,,,,,,,,_,,,,,,gutim,16667 +non,360,5,1,11529,8366,5453,256,2176.6865509999907,0.202414772727273,32,1,Ab1,pp,8,144,32,8,,,,,,o,,,,,gutim,16668 +non,360,6,3,11530,8366,,256,2176.6865509999907,1.36363636363636,4,0,Ab2,,,,,,,,,,T,,,,,,gutim,16669 +ped,360,4,0,11531,8366,,256,2176.6865509999907,,,,,,,176,64,127,,,,,,,V,,,,gutim,16670 +nof,360,5,1,11529,8367,,256,2176.888550999991,,,,,,,144,32,0,,,,,,,,,,,gutim,16668 +non,360,7,1,11532,8367,5454,294,2176.888550999991,0.202414772727273,32,1,C5,p-,10,144,72,10,,,,,,o,,,,,gutim,16671 +nof,360,7,1,11532,8368,,294,2177.091550999991,,,,,,,144,72,0,,,,,,,,,,,gutim,16671 +non,360,8,1,11533,8368,5455,332,2177.091550999991,0.138494318181818,32,0,D3,p+,12,144,50,12,,,,,,o,,,e,,gutim,16672 +nof,360,8,1,11533,8369,,332,2177.229550999991,,,,,,,144,50,0,,,,,,,,,,,gutim,16672 +non,360,9,1,11534,8369,5456,358,2177.229550999991,0.138494318181818,32,0,Ab2,mp,14,144,44,14,,,,,,o,,,e,,gutim,16673 +nof,360,9,1,11534,8370,,358,2177.368550999991,,,,,,,144,44,0,,,,,,,,,,,gutim,16673 +non,360,10,1,11535,8370,5457,384,2177.368550999991,0.133167613636364,32,0,C4,mf-,16,144,60,16,,,,,,o,,,e,,gutim,16674 +nof,360,10,1,11535,8371,,384,2177.5015509999907,,,,,,,144,60,0,,,,,,,,,,,gutim,16674 +non,360,11,1,11536,8371,5458,409,2177.5015509999907,0.138494318181818,32,0,D3,mf,17,144,50,17,,,,,,o,,,e,,gutim,16675 +nof,360,11,1,11536,8372,,409,2177.639550999991,,,,,,,144,50,0,,,,,,,,,,,gutim,16675 +non,360,12,1,11537,8372,5459,435,2177.639550999991,0.133167613636364,32,0,C5,f-,19,144,72,19,,,,,,o,,,e,,gutim,16676 +nof,360,12,1,11537,8373,,435,2177.7735509999907,,,,,,,144,72,0,,,,,,,,,,,gutim,16676 +non,360,13,1,11538,8373,5460,460,2177.7735509999907,0.207741477272727,32,1,E5,f,20,144,76,20,,,,,,o,,d,E,,gutim,16677 +nof,359,6,3,11502,8374,,128,2177.975550999991,,,,,,,144,44,0,,,,,,,,,,,gutim,16678 +nof,360,13,1,11538,8375,,460,2177.980550999991,,,,,,,144,76,0,,,,,,,,,,,gutim,16677 +non,360,14,1,11539,8375,5461,499,2177.980550999991,0.0692471590909091,64,0,D3,mf-,16,144,50,16,,,,,t,o,,,,,gutim,16679 +non,360,15,1,11540,8376,,512,2178.0505509999907,0.133167613636364,32,0,D3,,,,,,,,,,T,,,,,,gutim,16680 +rst,360,16,3,11541,8376,,512,2178.0505509999907,,,,,,,176,102,0,,,,,,,,,,,gutim,16681 +nof,360,14,1,11539,8377,,499,2178.183550999991,,,,,,,144,50,0,,,,,,,,,,,gutim,16679 +non,360,17,1,11542,8377,5462,537,2178.183550999991,0.138494318181818,32,0,E5,p,11,144,76,11,,,,,,o,,d,,,gutim,16682 +ped,360,18,0,11543,8378,,540,2178.199550999991,,,,,,,176,64,0,,,,,,,^,,,,gutim,16670 +rst,360,19,3,11544,8378,,540,2178.199550999991,,,,,,,176,102,0,,,,,,,,,,,gutim,16683 +nof,360,17,1,11542,8379,,537,2178.321550999991,,,,,,,144,76,0,,,,,,,,,,,gutim,16682 +rst,360,20,1,11545,8379,,563,2178.321550999991,,,,,,,176,102,0,,,,,,,,,,,gutim,16684 +non,360,21,3,11546,8380,5463,583,2178.428550999991,0.223721590909091,32,1,A0,ppp,5,144,21,5,,,,,,o,,d,,,gutim,16685 +nof,360,21,3,11546,8381,,583,2178.652550999991,,,,,,,144,21,0,,,,,,,,,,,gutim,16685 +non,360,22,3,11547,8381,5464,625,2178.652550999991,0.229048295454545,32,1,E1,ppp+,6,144,28,6,,,,,,o,,d,,,gutim,16686 +non,360,23,1,11548,8382,5465,640,2178.7315509999908,0.681818181818182,8,0,C4,p,11,144,60,11,,,,,,o,,D 6032,,,gutim,16687 +nof,360,22,3,11547,8383,,625,2178.881550999991,,,,,,,144,28,0,,,,,,,,,,,gutim,16686 +non,360,24,3,11549,8383,5466,668,2178.881550999991,0.229048295454545,32,1,Bb0,ppp+,6,144,22,6,,,,,,o,,,,,gutim,16688 +nof,360,24,3,11549,8384,,668,2179.110550999991,,,,,,,144,22,0,,,,,,,,,,,gutim,16688 +non,360,25,3,11550,8384,5467,711,2179.110550999991,0.149147727272727,32,0,F1,pp-,7,144,29,7,,,,,,o,,,,,gutim,16689 +nof,360,25,3,11550,8385,,711,2179.259550999991,,,,,,,144,29,0,,,,,,,,,,,gutim,16689 +non,360,26,3,11551,8385,5468,739,2179.259550999991,0.154474431818182,32,0,E1,pp-,7,144,28,7,,,,,,o,,,,,gutim,16690 +nof,360,23,1,11548,8386,,640,2179.413550999991,,,,,,,144,60,0,,,,,,,,,,,gutim,16687 +nof,360,26,3,11551,8386,,739,2179.413550999991,,,,,,,144,28,0,,,,,,,,,,,gutim,16690 +non,360,27,3,11552,8386,5469,768,2179.413550999991,0.223721590909091,32,1,Bb0,pp,8,144,22,8,,,,,,o,,,,,gutim,16691 +non,360,28,1,11553,8386,5469,768,2179.413550999991,0.340909090909091,16,0,A1,pp,8,144,33,8,,,,,,o,,,,,gutim,16692 +nof,360,27,3,11552,8387,,768,2179.6375509999907,,,,,,,144,22,0,,,,,,,,,,,gutim,16691 +non,360,30,3,11554,8387,5470,810,2179.6375509999907,0.229048295454545,32,1,F1,pp,8,144,29,8,,,,,,o,,,,,gutim,16693 +ped,360,29,0,11555,8387,,810,2179.6375509999907,,,,,,,176,64,127,,,,,,,V,,,,gutim,16694 +nof,360,28,1,11553,8388,,768,2179.754550999991,,,,,,,144,33,0,,,,,,,,,,,gutim,16692 +non,360,31,1,11556,8388,5471,832,2179.754550999991,0.111860795454545,32,0,E4,ppp,5,144,64,5,,,,,,o,,,,,gutim,16695 +nof,360,30,3,11554,8389,,810,2179.866550999991,,,,,,,144,29,0,,,,,,,,,,,gutim,16693 +nof,360,31,1,11556,8389,,832,2179.866550999991,,,,,,,144,64,0,,,,,,,,,,,gutim,16695 +non,360,32,3,11557,8389,5472,853,2179.866550999991,0.229048295454545,32,1,Db1,pp+,9,144,25,9,,,,,,o,,,,,gutim,16696 +non,360,33,1,11558,8389,5472,853,2179.866550999991,0.111860795454545,32,0,D3,ppp-,4,144,50,4,,,,,,o,,,,,gutim,16697 +nof,360,33,1,11558,8390,,853,2179.978550999991,,,,,,,144,50,0,,,,,,,,,,,gutim,16697 +non,360,34,1,11559,8390,5473,874,2179.978550999991,0.1171875,32,0,E4,pppp,2,144,64,2,,,,,,o,,,,,gutim,16698 +nof,360,32,3,11557,8391,,853,2180.095550999991,,,,,,,144,25,0,,,,,,,,,,,gutim,16696 +nof,360,34,1,11559,8391,,874,2180.095550999991,,,,,,,144,64,0,,,,,,,,,,,gutim,16698 +non,360,35,3,11560,8391,5474,896,2180.095550999991,0.149147727272727,32,0,A0,p-,10,144,21,10,,,,,,o,,,,,gutim,16699 +rst,360,36,1,11561,8391,,896,2180.095550999991,,,,,,,176,102,0,,,,,,,,,,,gutim,16700 +nof,360,35,3,11560,8392,,896,2180.2445509999907,,,,,,,144,21,0,,,,,,,,,,,gutim,16699 +non,360,37,3,11562,8392,5475,924,2180.2445509999907,0.149147727272727,32,0,F1,p-,10,144,29,10,,,,,,o,,,,,gutim,16701 +nof,360,37,3,11562,8393,,924,2180.393550999991,,,,,,,144,29,0,,,,,,,,,,,gutim,16701 +non,360,38,3,11563,8393,5476,952,2180.393550999991,0.229048295454545,32,1,E1,p-,10,144,28,10,,,,,,o,,,,,gutim,16702 +non,360,39,3,11564,8394,5477,995,2180.622550999991,0.154474431818182,32,0,Bb0,p,11,144,22,11,,,,,,o,,,e,,gutim,16703 +nof,360,39,3,11564,8395,,995,2180.777550999991,,,,,,,144,22,0,,,,,,,,,,,gutim,16703 +bar,361,0,0,11565,8395,,0,2180.777550999991,,,,,,,,,,361,,,,,,,,,,gutim,16704 +rst,361,1,1,11566,8395,,0,2180.777550999991,,,,,,,176,102,0,,,,,,,,,,,gutim,16705 +non,361,2,3,11567,8395,5478,0,2180.777550999991,0.149147727272727,32,0,F1,mp,14,144,29,14,,,,,,o,,,e,,gutim,16706 +nof,361,2,3,11567,8396,,0,2180.926550999991,,,,,,,144,29,0,,,,,,,,,,,gutim,16706 +non,361,3,3,11568,8396,5479,28,2180.926550999991,0.149147727272727,32,0,Db1,mf-,16,144,25,16,,,,,,o,,,e,,gutim,16707 +nof,360,38,3,11563,8397,,952,2180.997550999991,,,,,,,144,28,0,,,,,,,,,,,gutim,16702 +nof,361,3,3,11568,8398,,28,2181.075550999991,,,,,,,144,25,0,,,,,,,,,,,gutim,16707 +non,361,4,3,11569,8398,5480,56,2181.075550999991,0.154474431818182,32,0,Bb0,mf,17,144,22,17,,,,,,o,,,e,,gutim,16708 +nof,361,4,3,11569,8399,,56,2181.230550999991,,,,,,,144,22,0,,,,,,,,,,,gutim,16708 +non,361,5,3,11570,8399,5481,85,2181.230550999991,0.0958806818181818,32,0,F1,f-,19,144,29,19,,,,,,o,,,E 6032,,gutim,16709 +nof,361,5,3,11570,8400,,85,2181.326550999991,,,,,,,144,29,0,,,,,,,,,,,gutim,16709 +non,361,6,3,11571,8400,5482,103,2181.326550999991,0.101207386363636,32,0,E1,f,20,144,28,20,,,,,,o,,,,,gutim,16710 +nof,361,6,3,11571,8401,,103,2181.4275509999907,,,,,,,144,28,0,,,,,,,,,,,gutim,16710 +non,361,7,3,11572,8401,5483,122,2181.4275509999907,0.106534090909091,32,0,Db1,f+,21,144,25,21,,,,,,o,,,,,gutim,16711 +nof,361,7,3,11572,8402,,122,2181.533550999991,,,,,,,144,25,0,,,,,,,,,,,gutim,16711 +non,361,8,3,11573,8402,5484,142,2181.533550999991,0.0958806818181818,32,0,Bb0,ff,22,144,22,22,,,,,,o,,,,,gutim,16712 +nof,361,8,3,11573,8403,,142,2181.629550999991,,,,,,,144,22,0,,,,,,,,,,,gutim,16712 +non,361,9,3,11574,8403,5485,160,2181.629550999991,0.207741477272727,16,0,A0,ff,22,144,21,22,,,,,,o,,,,,gutim,16713 +nof,361,9,3,11574,8404,,160,2181.837550999991,,,,,,,144,21,0,,,,,,,,,,,gutim,16713 +non,361,10,3,11575,8404,5486,199,2181.837550999991,0.149147727272727,32,0,A1,f-,19,144,33,19,,,,,,o,,,,,gutim,16714 +nof,361,10,3,11575,8405,,199,2181.986550999991,,,,,,,144,33,0,,,,,,,,,,,gutim,16714 +non,361,11,3,11576,8405,5487,227,2181.986550999991,0.154474431818182,32,0,E3,mf-,16,144,52,16,,,,,,o,,,,,gutim,16715 +nof,361,11,3,11576,8406,,227,2182.140550999991,,,,,,,144,52,0,,,,,,,,,,,gutim,16715 +non,361,12,3,11577,8406,5488,256,2182.140550999991,0.149147727272727,32,0,Bb2,mp,14,144,46,14,,,,,,o,,,,,gutim,16716 +nof,361,12,3,11577,8407,,256,2182.290550999991,,,,,,,144,46,0,,,,,,,,,,,gutim,16716 +non,361,13,3,11578,8407,5489,284,2182.290550999991,0.0958806818181818,32,0,F5,p,11,144,77,11,,,,,,o,,,,,gutim,16717 +nof,361,13,3,11578,8408,,284,2182.386550999991,,,,,,,144,77,0,,,,,,,,,,,gutim,16717 +non,361,14,3,11579,8408,5490,302,2182.386550999991,0.101207386363636,32,0,E4,p-,10,144,64,10,,,,,,o,,,,,gutim,16718 +nof,361,14,3,11579,8409,,302,2182.487550999991,,,,,,,144,64,0,,,,,,,,,,,gutim,16718 +ped,361,15,0,11580,8409,,321,2182.487550999991,,,,,,,176,64,0,,,,,,,^,,,,gutim,16694 +non,361,16,3,11581,8409,5491,321,2182.487550999991,0.106534090909091,32,0,C#4,pp,8,144,61,8,,,,,,o,,,,,gutim,16719 +nof,361,16,3,11581,8410,,321,2182.593550999991,,,,,,,144,61,0,,,,,,,,,,,gutim,16719 +rst,361,17,3,11582,8410,,341,2182.593550999991,,,,,,,176,102,0,,,,,,,,,,,gutim,16720 +sec,361,18,0,11583,8410,,341,2182.593550999991,,,,,,,,,,,6032,,,,,,,,,gutim,16721 +non,361,20,1,11584,8411,5492,384,2182.822550999991,0.340909090909091,16,0,A0,pp,8,144,21,8,,,,,,o,,,,,gutim,16722 +ped,361,19,0,11585,8411,,384,2182.822550999991,,,,,,,176,64,127,,,,,,,V,,,,gutim,16723 +nof,361,20,1,11584,8412,,384,2183.163550999991,,,,,,,144,21,0,,,,,,,,,,,gutim,16722 +non,361,21,1,11586,8412,5493,448,2183.163550999991,0.340909090909091,16,0,D2,pp,8,144,38,8,,,,,,o,,,,,gutim,16724 +nof,361,21,1,11586,8413,,448,2183.504550999991,,,,,,,144,38,0,,,,,,,,,,,gutim,16724 +rst,361,22,1,11587,8413,,512,2183.504550999991,,,,,,,176,102,0,,,,,,,,,,,gutim,16725 +rst,361,23,3,11588,8413,,512,2183.504550999991,,,,,,,176,102,0,,,,,,,,,,,gutim,16726 +rst,361,24,1,11589,8414,,768,2184.868550999991,,,,,,,176,102,0,,,,,,,,,,,gutim,16727 +non,361,25,3,11590,8414,5494,768,2184.868550999991,0.170454545454545,32,0,Ab1,mf,17,144,32,17,,,,,,o,,,,,gutim,16728 +nof,361,25,3,11590,8415,,768,2185.038550999991,,,,,,,144,32,0,,,,,,,,,,,gutim,16728 +non,361,26,3,11591,8415,5495,800,2185.038550999991,0.170454545454545,32,0,C3,f-,19,144,48,19,,,,,,o,,,,,gutim,16729 +nof,361,26,3,11591,8416,,800,2185.209550999991,,,,,,,144,48,0,,,,,,,,,,,gutim,16729 +non,361,27,3,11592,8416,5496,832,2185.209550999991,0.111860795454545,32,0,Ab1,f,20,144,32,20,,,,,,o,,,,,gutim,16730 +nof,361,27,3,11592,8417,,832,2185.321550999991,,,,,,,144,32,0,,,,,,,,,,,gutim,16730 +non,361,28,3,11593,8417,5497,853,2185.321550999991,0.111860795454545,32,0,C3,ff,22,144,48,22,,,,,,o,,,,,gutim,16731 +non,361,29,3,11594,8418,5498,874,2185.432550999991,0.1171875,32,0,E3,ff+,23,144,52,23,,,,,,o,,,,,gutim,16732 +nof,361,29,3,11594,8419,,874,2185.5505509999907,,,,,,,144,52,0,,,,,,,,,,,gutim,16732 +non,361,30,3,11595,8419,5499,896,2185.5505509999907,0.0745738636363637,64,0,Ab1,fff,24,144,32,24,,,,,,o,,,,,gutim,16733 +nof,361,30,3,11595,8420,,896,2185.624550999991,,,,,,,144,32,0,,,,,,,,,,,gutim,16733 +non,361,31,3,11596,8420,5500,910,2185.624550999991,0.0745738636363637,64,0,A0,fff,24,144,21,24,,,,,,o,,,,,gutim,16734 +nof,361,31,3,11596,8421,,910,2185.699550999991,,,,,,,144,21,0,,,,,,,,,,,gutim,16734 +non,361,32,3,11597,8421,5501,924,2185.699550999991,0.0745738636363637,64,0,D2,ff,22,144,38,22,,,,,,o,,,,,gutim,16735 +nof,361,32,3,11597,8422,,924,2185.7735509999907,,,,,,,144,38,0,,,,,,,,,,,gutim,16735 +non,361,33,3,11598,8422,5502,938,2185.7735509999907,0.229048295454545,32,1,Ab1,f,20,144,32,20,,,,,,o,,,,,gutim,16736 +nof,361,28,3,11593,8423,,853,2185.807550999991,,,,,,,144,48,0,,,,,,,,,,,gutim,16731 +nof,361,33,3,11598,8424,,938,2186.002550999991,,,,,,,144,32,0,,,,,,,,,,,gutim,16736 +non,361,34,3,11599,8424,5503,981,2186.002550999991,0.0745738636363637,64,0,C3,mp-,13,144,48,13,,,,,,o,,,,,gutim,16737 +nof,361,34,3,11599,8425,,981,2186.0775509999908,,,,,,,144,48,0,,,,,,,,,,,gutim,16737 +non,361,35,3,11600,8425,5504,995,2186.0775509999908,0.154474431818182,32,0,E3,p,11,144,52,11,,,,,t,o,,d,,,gutim,16738 +bar,362,0,0,11601,8426,,0,2186.2315509999908,,,,,,,,,,362,,,,,,,,,,gutim,16739 +rst,362,1,1,11602,8426,,0,2186.2315509999908,,,,,,,176,102,0,,,,,,,,,,,gutim,16740 +rst,362,2,2,11603,8426,,0,2186.2315509999908,,,,,,,176,102,0,,,,,,,,,,,gutim,16741 +non,362,3,3,11604,8426,,0,2186.2315509999908,2.04545454545455,4,1,E3,,,,,,,,,,_,,,,,,gutim,16742 +rst,362,4,4,11605,8426,,0,2186.2315509999908,,,,,,,176,102,0,,,,,,,,,,,gutim,16743 +ped,362,5,0,11606,8427,,384,2188.277550999991,,,,,,,176,64,0,,,,,,,^,,,,gutim,16723 +non,362,6,3,11607,8427,,384,2188.277550999991,0.681818181818182,8,0,E3,,,,,,,,,,_,,,,,,gutim,16744 +non,362,11,4,11608,8428,5505,,2188.959550999991,0.05,8,0,D5,pp,8,144,74,8,,,,g,,o,,d,,,gutim,16745 +nof,362,11,4,11608,8429,,,2189.009550999991,,,,,,,144,74,0,,,,,,,,,,,gutim,16745 +non,362,8,1,11609,8430,5506,512,2189.034550999991,0.298295454545455,16,0,C#7,ppp,5,144,97,5,,,,,,o,,d,,,gutim,16746 +non,362,9,2,11610,8430,5506,512,2189.034550999991,0.111860795454545,32,0,E5,ppp,5,144,76,5,,,,,,o,,d,e,,gutim,16747 +non,362,10,3,11611,8430,,512,2189.034550999991,2.72727272727273,2,0,E3,,,,,,,,,,T,,,,,,gutim,16748 +non,362,12,4,11612,8430,5506,512,2189.034550999991,2.72727272727273,2,0,E4,pp,8,144,64,8,,,,,,o,,d,,,gutim,16749 +ped,362,7,0,11613,8430,,512,2189.034550999991,,,,,,,176,64,127,,,,,,,V,,,,gutim,16750 +nof,362,9,2,11610,8431,,512,2189.1465509999907,,,,,,,144,76,0,,,,,,,,,,,gutim,16747 +non,362,13,2,11614,8431,5507,533,2189.1465509999907,0.111860795454545,32,0,F#4,ppp+,6,144,66,6,,,,,,o,,,e,,gutim,16751 +nof,362,13,2,11614,8432,,533,2189.257550999991,,,,,,,144,66,0,,,,,,,,,,,gutim,16751 +non,362,14,2,11615,8432,5508,554,2189.257550999991,0.1171875,32,0,B5,pp-,7,144,83,7,,,,,,o,,,e,,gutim,16752 +non,362,15,1,11616,8433,5509,568,2189.332550999991,0.303622159090909,16,0,F#5,pp,8,144,78,8,,,,,,o,,,,,gutim,16753 +nof,362,8,1,11609,8434,,512,2189.332550999991,,,,,,,144,97,0,,,,,,,,,,,gutim,16746 +nof,362,14,2,11615,8435,,554,2189.375550999991,,,,,,,144,83,0,,,,,,,,,,,gutim,16752 +non,362,16,2,11617,8435,5510,576,2189.375550999991,0.111860795454545,32,0,D6,pp,8,144,86,8,,,,,,o,,,e,,gutim,16754 +nof,362,16,2,11617,8436,,576,2189.486550999991,,,,,,,144,86,0,,,,,,,,,,,gutim,16754 +non,362,17,2,11618,8436,5511,597,2189.486550999991,0.111860795454545,32,0,B5,p-,10,144,83,10,,,,,,o,,,e,,gutim,16755 +nof,362,17,2,11618,8437,,597,2189.598550999991,,,,,,,144,83,0,,,,,,,,,,,gutim,16755 +non,362,18,2,11619,8437,5512,618,2189.598550999991,0.1171875,32,0,A#3,p,11,144,58,11,,,,,,o,,,e,,gutim,16756 +nof,362,15,1,11616,8438,,568,2189.636550999991,,,,,,,144,78,0,,,,,,,,,,,gutim,16753 +non,362,19,1,11620,8438,5513,625,2189.636550999991,0.303622159090909,16,0,C#7,p,11,144,97,11,,,,,,o,,,,,gutim,16757 +nof,362,18,2,11619,8439,,618,2189.7155509999907,,,,,,,144,58,0,,,,,,,,,,,gutim,16756 +non,362,20,2,11621,8439,5514,640,2189.7155509999907,0.681818181818182,8,1,B5,p+,12,144,83,12,,,,,,o,,,E,,gutim,16758 +non,362,21,1,11622,8440,5515,682,2189.939550999991,0.458096590909091,16,1,F#5,mp,14,144,78,14,,,,,t,o,,,,,gutim,16759 +nof,362,19,1,11620,8441,,625,2189.939550999991,,,,,,,144,97,0,,,,,,,,,,,gutim,16757 +non,362,22,1,11623,8442,,768,2190.397550999991,0.452769886363636,8,0,F#5,,,,,,,,,,T,,,,,,gutim,16760 +rst,362,23,2,11624,8442,,768,2190.397550999991,,,,,,,176,102,0,,,,,,,,,,,gutim,16761 +nof,362,20,2,11621,8443,,640,2190.397550999991,,,,,,,144,83,0,,,,,,,,,,,gutim,16758 +nof,362,21,1,11622,8444,,682,2190.850550999991,,,,,,,144,78,0,,,,,,,,,,,gutim,16759 +non,362,24,1,11625,8444,5516,853,2190.850550999991,0.910866477272727,4,0,B7,ppp,5,144,107,5,,,,,,o,,,,,gutim,16762 +nof,361,35,3,11600,8445,,995,2191.761550999991,,,,,,,144,52,0,,,,,,,,,,,gutim,16738 +nof,362,24,1,11625,8445,,853,2191.761550999991,,,,,,,144,107,0,,,,,,,,,,,gutim,16762 +bar,363,0,0,11626,8445,,0,2191.761550999991,,,,,,,,,,363,,,,,,,,,,gutim,16763 +non,363,1,1,11627,8445,5517,0,2191.761550999991,0.452769886363636,8,0,A5,ppp,5,144,81,5,,,,,,o,,,,,gutim,16764 +rst,363,2,3,11628,8445,,0,2191.761550999991,,,,,,,176,102,0,,,,,,,,,,,gutim,16765 +rst,363,3,4,11629,8445,,0,2191.761550999991,,,,,,,176,102,0,,,,,,,,,,,gutim,16766 +nof,362,12,4,11612,8446,,512,2191.761550999991,,,,,,,144,64,0,,,,,,,,,,,gutim,16749 +nof,363,1,1,11627,8447,,0,2192.214550999991,,,,,,,144,81,0,,,,,,,,,,,gutim,16764 +non,363,4,1,11630,8447,5518,85,2192.214550999991,0.910866477272727,4,0,F6,ppp,5,144,89,5,,,,,t,o,,,,,gutim,16767 +non,363,5,1,11631,8448,,256,2193.125550999991,1.36363636363636,4,0,F6,,,,,,,,,,T,,,,,,gutim,16768 +nof,363,4,1,11630,8449,,85,2194.488550999991,,,,,,,144,89,0,,,,,,,,,,,gutim,16767 +non,363,6,1,11632,8449,5519,512,2194.488550999991,0.0852272727272727,64,0,C8,ppp,5,144,108,5,,,,,,o,,d,e,,gutim,16769 +non,363,7,3,11633,8449,5519,512,2194.488550999991,0.271661931818182,16,0,F7,ppp,5,144,101,5,,,,,,o,,D,,,gutim,16770 +non,363,8,4,11634,8449,5519,512,2194.488550999991,2.04545454545455,4,1,G3,f,20,144,55,20,,,,,,o,,D,,,gutim,16771 +non,363,9,4,11635,8449,5519,512,2194.488550999991,1.36363636363636,4,1,C#4,pp,8,144,61,8,,,,,,o,,D,,,gutim,16772 +non,363,10,4,11636,8449,5519,512,2194.488550999991,1.36363636363636,4,1,B4,pp,8,144,71,8,,,,,,o,,D,,,gutim,16773 +nof,363,6,1,11632,8450,,512,2194.573550999991,,,,,,,144,108,0,,,,,,,,,,,gutim,16769 +non,363,11,1,11637,8450,5520,528,2194.573550999991,0.0852272727272727,64,0,F#7,ppp,5,144,102,5,,,,,,o,,d,e,,gutim,16774 +nof,363,11,1,11637,8451,,528,2194.659550999991,,,,,,,144,102,0,,,,,,,,,,,gutim,16774 +non,363,12,1,11638,8451,5521,544,2194.659550999991,0.0852272727272727,64,0,D#7,ppp,5,144,99,5,,,,,,o,,d,e,,gutim,16775 +nof,363,12,1,11638,8452,,544,2194.7445509999907,,,,,,,144,99,0,,,,,,,,,,,gutim,16775 +non,363,13,1,11639,8452,5522,560,2194.7445509999907,0.0852272727272727,64,0,F#7,ppp,5,144,102,5,,,,,,o,,d,e,,gutim,16776 +non,363,14,3,11640,8453,5523,563,2194.7605509999908,0.133167613636364,32,0,C#6,ppp,5,144,85,5,,,,,,o,,D,,,gutim,16777 +nof,363,7,3,11633,8454,,512,2194.7605509999908,,,,,,,144,101,0,,,,,,,,,,,gutim,16770 +nof,363,13,1,11639,8455,,560,2194.8295509999907,,,,,,,144,102,0,,,,,,,,,,,gutim,16776 +non,363,15,1,11641,8455,5524,576,2194.8295509999907,0.255681818181818,32,1,B7,ppp,5,144,107,5,,,,,,o,,d,E,,gutim,16778 +nof,363,14,3,11640,8456,,563,2194.893550999991,,,,,,,144,85,0,,,,,,,,,,,gutim,16777 +non,363,16,3,11642,8457,5525,588,2194.893550999991,0.138494318181818,32,0,A5,ppp,5,144,81,5,,,,,,o,,D 6033,,,gutim,16779 +nof,363,16,3,11642,8458,,588,2195.0325509999907,,,,,,,144,81,0,,,,,,,,,,,gutim,16779 +non,363,17,3,11643,8458,5526,614,2195.0325509999907,0.0852272727272727,32,0,D6,ppp,5,144,86,5,,,,,,o,,,e,,gutim,16780 +nof,363,15,1,11641,8459,,576,2195.085550999991,,,,,,,144,107,0,,,,,,,,,,,gutim,16778 +non,363,18,1,11644,8459,5527,624,2195.085550999991,0.0852272727272727,64,0,G7,ppp,5,144,103,5,,,,,,o,,,,,gutim,16781 +nof,363,17,3,11643,8460,,614,2195.1175509999907,,,,,,,144,86,0,,,,,,,,,,,gutim,16780 +non,363,19,3,11645,8460,5528,630,2195.1175509999907,0.0958806818181818,32,0,C#6,ppp,5,144,85,5,,,,,,o,,,e,,gutim,16782 +nof,363,18,1,11644,8461,,624,2195.170550999991,,,,,,,144,103,0,,,,,,,,,,,gutim,16781 +rst,363,20,1,11646,8461,,640,2195.170550999991,,,,,,,176,102,0,,,,,,,,,,,gutim,16783 +nof,363,19,3,11645,8462,,630,2195.2135509999907,,,,,,,144,85,0,,,,,,,,,,,gutim,16782 +non,363,21,3,11647,8462,5529,648,2195.2135509999907,0.0905539772727273,32,0,A4,ppp,5,144,69,5,,,,,,o,,,e,,gutim,16784 +nof,363,21,3,11647,8463,,648,2195.303550999991,,,,,,,144,69,0,,,,,,,,,,,gutim,16784 +non,363,22,3,11648,8463,5530,665,2195.303550999991,0.138494318181818,32,0,D6,ppp,5,144,86,5,,,,,,o,,,E,,gutim,16785 +nof,363,22,3,11648,8464,,665,2195.442550999991,,,,,,,144,86,0,,,,,,,,,,,gutim,16785 +non,363,23,3,11649,8464,5531,691,2195.442550999991,0.41015625,16,1,G#7,ppp,5,144,104,5,,,,,,o,,,,,gutim,16786 +nof,363,9,4,11635,8465,,512,2195.852550999991,,,,,,,144,61,0,,,,,,,,,,,gutim,16772 +nof,363,10,4,11636,8465,,512,2195.852550999991,,,,,,,144,71,0,,,,,,,,,,,gutim,16773 +nof,363,23,3,11649,8465,,691,2195.852550999991,,,,,,,144,104,0,,,,,,,,,,,gutim,16786 +rst,363,24,1,11650,8465,,768,2195.852550999991,,,,,,,176,102,0,,,,,,,,,,,gutim,16787 +rst,363,25,3,11651,8465,,768,2195.852550999991,,,,,,,176,102,0,,,,,,,,,,,gutim,16788 +nof,363,8,4,11634,8466,,512,2196.534550999991,,,,,,,144,55,0,,,,,,,,,,,gutim,16771 +non,363,26,3,11652,8466,5532,896,2196.534550999991,0.271661931818182,16,0,G#1,p,11,144,32,11,,,,,,o,,,,,gutim,16789 +non,363,27,4,11653,8466,5532,896,2196.534550999991,0.681818181818182,8,0,B4,ppp,5,144,71,5,,,,,,o,,,,,gutim,16790 +nof,363,26,3,11652,8467,,896,2196.805550999991,,,,,,,144,32,0,,,,,,,,,,,gutim,16789 +non,363,28,3,11654,8467,5533,947,2196.805550999991,0.133167613636364,32,0,G2,pp,8,144,43,8,,,,,,o,,,,,gutim,16791 +nof,363,28,3,11654,8468,,947,2196.939550999991,,,,,,,144,43,0,,,,,,,,,,,gutim,16791 +non,363,29,3,11655,8468,5534,972,2196.939550999991,0.276988636363636,16,0,G#1,ppp,5,144,32,5,,,,,,o,,,,,gutim,16792 +ped,363,30,0,11656,8469,,984,2196.956550999991,,,,,,,176,64,0,,,,,,,^,,,,gutim,16750 +nof,363,27,4,11653,8470,,896,2197.2155509999907,,,,,,,144,71,0,,,,,,,,,,,gutim,16790 +nof,363,29,3,11655,8470,,972,2197.2155509999907,,,,,,,144,32,0,,,,,,,,,,,gutim,16792 +bar,364,0,0,11657,8470,,0,2197.2155509999907,,,,,,,,,,364,,,,,,,,,,gutim,16793 +rst,364,1,1,11658,8470,,0,2197.2155509999907,,,,,,,176,102,0,,,,,,,,,,,gutim,16794 +rst,364,2,3,11659,8470,,0,2197.2155509999907,,,,,,,176,102,0,,,,,,,,,,,gutim,16795 +non,364,3,4,11660,8470,5535,,2197.2155509999907,0.05,8,0,C#3,pppp,2,144,49,2,,,,g,,o,,,,,gutim,16796 +ped,363,31,0,11661,8471,,1023,2197.256550999991,,,,,,,176,64,127,,,,,,,V,,,,gutim,16797 +nof,364,3,4,11660,8472,,,2197.265550999991,,,,,,,144,49,0,,,,,,,,,,,gutim,16796 +non,364,4,4,11662,8473,5536,0,2197.290550999991,1.36363636363636,4,0,F1,pppp,2,144,29,2,,,,,,o,,,,,gutim,16798 +nof,364,4,4,11662,8474,,0,2198.654550999991,,,,,,,144,29,0,,,,,,,,,,,gutim,16798 +rst,364,5,1,11663,8474,,256,2198.654550999991,,,,,,,176,102,0,,,,,,,,,,,gutim,16799 +rst,364,6,3,11664,8474,,256,2198.654550999991,,,,,,,176,102,0,,,,,,,,,,,gutim,16800 +rst,364,7,4,11665,8474,,256,2198.654550999991,,,,,,,176,102,0,,,,,,,,,,,gutim,16801 +non,364,8,3,11666,8475,5537,307,2198.926550999991,0.271661931818182,16,0,F4,ppp,5,144,65,5,,,,,,o,,,,,gutim,16802 +non,364,9,1,11667,8476,5538,341,2199.107550999991,0.340909090909091,16,1,B6,ppp,5,144,95,5,,,,,,o,,,,,gutim,16803 +nof,364,8,3,11666,8477,,307,2199.197550999991,,,,,,,144,65,0,,,,,,,,,,,gutim,16802 +non,364,10,3,11668,8477,5539,358,2199.197550999991,0.138494318181818,32,0,D4,ppp,5,144,62,5,,,,,,o,,,,,gutim,16804 +nof,364,10,3,11668,8478,,358,2199.336550999991,,,,,,,144,62,0,,,,,,,,,,,gutim,16804 +non,364,11,3,11669,8478,5540,384,2199.336550999991,0.133167613636364,32,0,C#4,ppp,5,144,61,5,,,,,,o,,,,,gutim,16805 +nof,364,9,1,11667,8479,,341,2199.448550999991,,,,,,,144,95,0,,,,,,,,,,,gutim,16803 +non,364,12,1,11670,8479,5541,405,2199.448550999991,0.111860795454545,32,0,A4,ppp,5,144,69,5,,,,,,o,,,,,gutim,16806 +nof,364,11,3,11669,8480,,384,2199.469550999991,,,,,,,144,61,0,,,,,,,,,,,gutim,16805 +non,364,13,3,11671,8480,5542,409,2199.469550999991,0.181107954545455,16,0,A3,ppp,5,144,57,5,,,,,,o,,,e,,gutim,16807 +nof,364,12,1,11670,8481,,405,2199.560550999991,,,,,,,144,69,0,,,,,,,,,,,gutim,16806 +non,364,14,1,11672,8481,5543,426,2199.560550999991,0.0745738636363637,32,0,F5,ppp+,6,144,77,6,,,,,,o,,,,,gutim,16808 +nof,364,14,1,11672,8482,,426,2199.634550999991,,,,,,,144,77,0,,,,,,,,,,,gutim,16808 +non,364,15,1,11673,8482,5544,440,2199.634550999991,0.0745738636363637,32,0,C#6,ppp+,6,144,85,6,,,,,,o,,,,,gutim,16809 +non,364,16,3,11674,8483,5545,443,2199.650550999991,0.181107954545455,16,0,D4,ppp,5,144,62,5,,,,,,o,,,e,,gutim,16810 +nof,364,13,3,11671,8484,,409,2199.650550999991,,,,,,,144,57,0,,,,,,,,,,,gutim,16807 +nof,364,15,1,11673,8485,,440,2199.709550999991,,,,,,,144,85,0,,,,,,,,,,,gutim,16809 +non,364,17,1,11675,8485,5546,454,2199.709550999991,0.0745738636363637,32,0,F5,pp-,7,144,77,7,,,,,,o,,,,,gutim,16811 +nof,364,17,1,11675,8486,,454,2199.783550999991,,,,,,,144,77,0,,,,,,,,,,,gutim,16811 +non,364,18,1,11676,8486,5547,468,2199.783550999991,0.0745738636363637,32,0,C#6,pp-,7,144,85,7,,,,,,o,,,,,gutim,16812 +non,364,19,3,11677,8487,5548,477,2199.831550999991,0.186434659090909,16,0,G#4,ppp,5,144,68,5,,,,,,o,,,e,,gutim,16813 +nof,364,16,3,11674,8488,,443,2199.831550999991,,,,,,,144,62,0,,,,,,,,,,,gutim,16810 +nof,364,18,1,11676,8489,,468,2199.8585509999907,,,,,,,144,85,0,,,,,,,,,,,gutim,16812 +non,364,20,1,11678,8489,5549,482,2199.8585509999907,0.159801136363636,16,0,F#4,pp,8,144,66,8,,,,,,o,,,,,gutim,16814 +ped,364,21,0,11679,8490,,494,2199.922550999991,,,,,,,176,64,0,,,,,,,^,,,,gutim,16797 +non,364,22,3,11680,8491,5550,512,2200.018550999991,0.404829545454545,16,1,G#3,p,11,144,56,11,,,,,,o,,,E 6033,,gutim,16815 +non,364,26,1,11681,8491,5550,,2200.018550999991,0.05,8,0,B5,pp,8,144,83,8,,,,g,,o,,,,,gutim,16816 +nof,364,26,1,11681,8492,,,2200.0685509999907,,,,,,,144,83,0,,,,,,,,,,,gutim,16816 +nof,364,19,3,11677,8493,,477,2200.093550999991,,,,,,,144,68,0,,,,,,,,,,,gutim,16813 +nof,364,20,1,11678,8493,,482,2200.093550999991,,,,,,,144,66,0,,,,,,,,,,,gutim,16814 +non,364,23,1,11682,8494,5551,512,2200.093550999991,1.36363636363636,4,0,C#5,f,20,144,73,20,,,,,,o,,,,,gutim,16817 +non,364,24,1,11683,8494,5551,512,2200.093550999991,1.36363636363636,4,0,D6,f,20,144,86,20,,,,,,o,,,,,gutim,16818 +rst,364,25,4,11684,8494,,512,2200.093550999991,,,,,,,176,102,0,,,,,,,,,,,gutim,16819 +nof,364,22,3,11680,8495,,512,2200.4235509999908,,,,,,,144,56,0,,,,,,,,,,,gutim,16815 +non,364,27,3,11685,8496,5552,588,2200.498550999991,0.276988636363636,16,0,A5,mp,14,144,81,14,,,,,,o,,,,,gutim,16820 +nof,364,27,3,11685,8497,,588,2200.775550999991,,,,,,,144,81,0,,,,,,,,,,,gutim,16820 +non,364,28,3,11686,8497,5553,640,2200.775550999991,0.681818181818182,8,0,E5,mf,17,144,76,17,,,,,,o,,,,,gutim,16821 +sec,364,29,0,11687,8497,,640,2200.775550999991,,,,,,,,,,,6033,,,,,,,,,gutim,16822 +nof,364,23,1,11682,8498,,512,2201.456550999991,,,,,,,144,73,0,,,,,,,,,,,gutim,16817 +nof,364,24,1,11683,8498,,512,2201.456550999991,,,,,,,144,86,0,,,,,,,,,,,gutim,16818 +nof,364,28,3,11686,8499,,640,2201.456550999991,,,,,,,144,76,0,,,,,,,,,,,gutim,16821 +bpm,364,30,0,11688,8500,,768,2201.564550999991,,1,,,,,,,,,,38,,,,,,,,gutim,16823 +rst,364,32,1,11689,8500,,768,2201.564550999991,,,,,,,176,102,0,,,,,,,,,,,gutim,16824 +rst,364,33,3,11690,8500,,768,2201.564550999991,,,,,,,176,102,0,,,,,,,,,,,gutim,16825 +non,364,34,4,11691,8500,5554,768,2201.564550999991,1.57894736842105,4,0,D#1,ppp,5,144,27,5,,,,,t,o,,d,,,gutim,16826 +non,364,35,4,11692,8500,5554,768,2201.564550999991,1.57894736842105,4,0,E3,f,20,144,52,20,,,,,t,o,,d,,,gutim,16827 +non,364,36,4,11693,8500,5554,768,2201.564550999991,1.57894736842105,4,0,F#3,mp,14,144,54,14,,,,,t,o,,d,,,gutim,16828 +ped,364,31,0,11694,8500,,768,2201.564550999991,,,,,,,176,64,127,,,,,,,V,,,,gutim,16829 +bar,365,4,0,11695,8501,,0,2203.143550999991,,,,,,,,,,365,,,,,,,,,,gutim,16830 +rst,365,0,3,11696,8501,,0,2203.143550999991,,,,,,,176,102,0,,,,,,,,,,,gutim,16831 +non,365,1,4,11697,8501,,0,2203.143550999991,4.73684210526316,2,1,D#1,,,,,,,,,,T,,,,,,gutim,16832 +non,365,2,4,11698,8501,,0,2203.143550999991,3.15789473684211,2,1,E3,,,,,,,,,,T,,,,,,gutim,16833 +non,365,3,4,11699,8501,,0,2203.143550999991,3.15789473684211,2,1,F#3,,,,,,,,,,T,,,,,,gutim,16834 +non,365,5,1,11700,8501,5555,0,2203.143550999991,0.154194078947368,32,0,F6,pppp,2,144,89,2,,,,,,o,,d,,,gutim,16835 +nof,365,5,1,11700,8502,,0,2203.297550999991,,,,,,,144,89,0,,,,,,,,,,,gutim,16835 +non,365,6,1,11701,8502,5556,25,2203.297550999991,0.0986842105263158,32,0,C#4,pppp,2,144,61,2,,,,,,o,,d,,,gutim,16836 +nof,365,6,1,11701,8503,,25,2203.3965509999907,,,,,,,144,61,0,,,,,,,,,,,gutim,16836 +non,365,7,1,11702,8503,5557,41,2203.3965509999907,0.111019736842105,32,0,D5,pppp,2,144,74,2,,,,,,o,,d,,,gutim,16837 +nof,365,7,1,11702,8504,,41,2203.507550999991,,,,,,,144,74,0,,,,,,,,,,,gutim,16837 +non,365,8,1,11703,8504,5558,59,2203.507550999991,0.104851973684211,32,0,C#5,pppp,2,144,73,2,,,,,t,o,,D,,,gutim,16838 +non,365,9,1,11704,8505,,76,2203.612550999991,0.0493421052631579,64,0,C#5,,,,,,,,,,T,,,,,,gutim,16839 +nof,365,8,1,11703,8506,,59,2203.661550999991,,,,,,,144,73,0,,,,,,,,,,,gutim,16838 +non,365,10,1,11705,8506,5559,84,2203.661550999991,0.0493421052631579,64,0,A3,pppp,2,144,57,2,,,,,t,o,,,,,gutim,16840 +non,365,11,1,11706,8507,,92,2203.710550999991,0.111019736842105,32,0,A3,,,,,,,,,,T,,,,,,gutim,16841 +nof,365,10,1,11705,8508,,84,2203.821550999991,,,,,,,144,57,0,,,,,,,,,,,gutim,16840 +non,365,12,1,11707,8508,5560,110,2203.821550999991,0.111019736842105,32,0,D6,pppp,2,144,86,2,,,,,,o,,,,,gutim,16842 +nof,365,12,1,11707,8509,,110,2203.932550999991,,,,,,,144,86,0,,,,,,,,,,,gutim,16842 +non,365,13,3,11708,8509,5561,128,2203.932550999991,0.0986842105263158,64,0,D#5,pppp,2,144,75,2,,,,,,o,,d,e,,gutim,16843 +non,365,14,1,11709,8509,5561,128,2203.932550999991,0.0986842105263158,32,0,F6,pppp,2,144,89,2,,,,,,o,,,,,gutim,16844 +nof,365,13,3,11708,8510,,128,2204.031550999991,,,,,,,144,75,0,,,,,,,,,,,gutim,16843 +nof,365,14,1,11709,8510,,128,2204.031550999991,,,,,,,144,89,0,,,,,,,,,,,gutim,16844 +non,365,15,3,11710,8510,5562,144,2204.031550999991,0.0986842105263158,64,0,B5,pppp,2,144,83,2,,,,,,o,,d,e,,gutim,16845 +non,365,16,1,11711,8510,5562,144,2204.031550999991,0.111019736842105,32,0,D6,pppp,2,144,86,2,,,,,,o,,,,,gutim,16846 +nof,365,15,3,11710,8511,,144,2204.130550999991,,,,,,,144,83,0,,,,,,,,,,,gutim,16845 +non,365,17,3,11712,8511,5563,160,2204.130550999991,0.0986842105263158,64,0,C6,pppp,2,144,84,2,,,,,,o,,d,e,,gutim,16847 +nof,365,16,1,11711,8512,,144,2204.142550999991,,,,,,,144,86,0,,,,,,,,,,,gutim,16846 +non,365,18,1,11713,8512,5564,162,2204.142550999991,0.104851973684211,32,0,G#6,pppp,2,144,92,2,,,,,,o,,,,,gutim,16848 +nof,365,17,3,11712,8513,,160,2204.229550999991,,,,,,,144,84,0,,,,,,,,,,,gutim,16847 +non,365,19,3,11714,8514,5565,176,2204.229550999991,0.0986842105263158,64,0,B5,pppp,2,144,83,2,,,,,,o,,d,e,,gutim,16849 +nof,365,18,1,11713,8515,,162,2204.247550999991,,,,,,,144,92,0,,,,,,,,,,,gutim,16848 +non,365,20,1,11715,8516,5566,179,2204.247550999991,0.154194078947368,32,0,C#6,pppp,2,144,85,2,,,,,,o,,,,,gutim,16850 +nof,365,19,3,11714,8517,,176,2204.3275509999908,,,,,,,144,83,0,,,,,,,,,,,gutim,16849 +non,365,21,3,11716,8518,5567,192,2204.3275509999908,0.296052631578947,32,1,G5,pppp,2,144,79,2,,,,,,o,,d,E,,gutim,16851 +nof,365,20,1,11715,8519,,179,2204.401550999991,,,,,,,144,85,0,,,,,,,,,,,gutim,16850 +non,365,22,1,11717,8520,5568,204,2204.401550999991,0.0986842105263158,32,0,A5,pppp,2,144,81,2,,,,,,o,,,,,gutim,16852 +nof,365,22,1,11717,8521,,204,2204.500550999991,,,,,,,144,81,0,,,,,,,,,,,gutim,16852 +non,365,23,1,11718,8521,5569,220,2204.500550999991,0.111019736842105,32,0,D6,pppp,2,144,86,2,,,,,,o,,,,,gutim,16853 +nof,365,23,1,11718,8522,,220,2204.611550999991,,,,,,,144,86,0,,,,,,,,,,,gutim,16853 +non,365,24,1,11719,8522,5570,238,2204.611550999991,0.111019736842105,32,0,G#6,pppp,2,144,92,2,,,,,,o,,,,,gutim,16854 +nof,365,21,3,11716,8523,,192,2204.623550999991,,,,,,,144,79,0,,,,,,,,,,,gutim,16851 +non,365,25,3,11720,8523,5571,240,2204.623550999991,0.0986842105263158,64,0,F#5,pppp,2,144,78,2,,,,,,o,,,,,gutim,16855 +nof,365,24,1,11719,8524,,238,2204.7225509999907,,,,,,,144,92,0,,,,,,,,,,,gutim,16854 +nof,365,25,3,11720,8524,,240,2204.7225509999907,,,,,,,144,78,0,,,,,,,,,,,gutim,16855 +rst,365,26,1,11721,8524,,256,2204.7225509999907,,,,,,,176,102,0,,,,,,,,,,,gutim,16856 +rst,365,27,3,11722,8524,,256,2204.7225509999907,,,,,,,176,102,0,,,,,,,,,,,gutim,16857 +rst,365,28,1,11723,8525,,512,2206.301550999991,,,,,,,176,102,0,,,,,,,,,,,gutim,16858 +non,365,29,3,11724,8525,5572,512,2206.301550999991,0.197368421052632,32,0,D#6,pppp,2,144,87,2,,,,,,o,,,,,gutim,16859 +nof,364,35,4,11692,8526,,768,2206.301550999991,,,,,,,144,52,0,,,,,,,,,,,gutim,16827 +nof,364,36,4,11693,8526,,768,2206.301550999991,,,,,,,144,54,0,,,,,,,,,,,gutim,16828 +non,365,30,1,11725,8527,5573,528,2206.400550999991,0.111019736842105,32,0,D7,pppp,2,144,98,2,,,,,,o,,,,,gutim,16860 +non,365,31,3,11726,8528,5574,544,2206.498550999991,0.197368421052632,32,0,B6,pppp,2,144,95,2,,,,,,o,,,,,gutim,16861 +nof,365,29,3,11724,8529,,512,2206.498550999991,,,,,,,144,87,0,,,,,,,,,,,gutim,16859 +nof,365,30,1,11725,8530,,528,2206.511550999991,,,,,,,144,98,0,,,,,,,,,,,gutim,16860 +non,365,32,1,11727,8530,5575,546,2206.511550999991,0.104851973684211,32,0,F7,pppp,2,144,101,2,,,,,,o,,,,,gutim,16862 +nof,365,32,1,11727,8531,,546,2206.615550999991,,,,,,,144,101,0,,,,,,,,,,,gutim,16862 +non,365,33,1,11728,8531,5576,563,2206.615550999991,0.0986842105263158,32,0,D7,pppp,2,144,98,2,,,,,,o,,,,,gutim,16863 +nof,365,31,3,11726,8532,,544,2206.696550999991,,,,,,,144,95,0,,,,,,,,,,,gutim,16861 +non,365,34,3,11729,8532,5577,576,2206.696550999991,0.12952302631579,32,0,C7,pppp,2,144,96,2,,,,,,o,,d,e,,gutim,16864 +nof,365,33,1,11728,8533,,563,2206.714550999991,,,,,,,144,98,0,,,,,,,,,,,gutim,16863 +non,365,35,1,11730,8534,5578,579,2206.714550999991,0.111019736842105,32,0,F7,pppp,2,144,101,2,,,,,,o,,,,,gutim,16865 +nof,365,34,3,11729,8535,,576,2206.825550999991,,,,,,,144,96,0,,,,,,,,,,,gutim,16864 +nof,365,35,1,11730,8535,,579,2206.825550999991,,,,,,,144,101,0,,,,,,,,,,,gutim,16865 +non,365,36,1,11731,8535,5579,597,2206.825550999991,0.104851973684211,32,0,D7,pppp,2,144,98,2,,,,,,o,,,,,gutim,16866 +non,365,37,3,11732,8535,5579,597,2206.825550999991,0.12952302631579,32,0,B6,pppp,2,144,95,2,,,,,,o,,d,e,,gutim,16867 +nof,365,36,1,11731,8536,,597,2206.930550999991,,,,,,,144,98,0,,,,,,,,,,,gutim,16866 +non,365,38,1,11733,8536,5580,614,2206.930550999991,0.160361842105263,32,0,G#7,pppp,2,144,104,2,,,,,,o,,,,,gutim,16868 +nof,365,37,3,11732,8537,,597,2206.955550999991,,,,,,,144,95,0,,,,,,,,,,,gutim,16867 +non,365,39,3,11734,8537,5581,618,2206.955550999991,0.135690789473684,32,0,C7,pppp,2,144,96,2,,,,,,o,,d,e,,gutim,16869 +nof,365,38,1,11733,8538,,614,2207.0905509999907,,,,,,,144,104,0,,,,,,,,,,,gutim,16868 +nof,365,39,3,11734,8539,,618,2207.0905509999907,,,,,,,144,96,0,,,,,,,,,,,gutim,16869 +non,365,40,1,11735,8539,5582,640,2207.0905509999907,0.0986842105263158,32,0,C#7,pppp,2,144,97,2,,,,,,o,,,,,gutim,16870 +non,365,41,3,11736,8539,5582,640,2207.0905509999907,0.12952302631579,32,0,B6,pppp,2,144,95,2,,,,,,o,,d,e,,gutim,16871 +nof,365,40,1,11735,8540,,640,2207.189550999991,,,,,,,144,97,0,,,,,,,,,,,gutim,16870 +non,365,42,1,11737,8540,5583,656,2207.189550999991,0.111019736842105,32,0,G#7,pppp,2,144,104,2,,,,,,o,,,,,gutim,16872 +non,365,43,3,11738,8541,5584,661,2207.220550999991,0.12952302631579,32,0,C7,pppp,2,144,96,2,,,,,,o,,d,e,,gutim,16873 +nof,365,41,3,11736,8542,,640,2207.220550999991,,,,,,,144,95,0,,,,,,,,,,,gutim,16871 +nof,365,42,1,11737,8543,,656,2207.3005509999907,,,,,,,144,104,0,,,,,,,,,,,gutim,16872 +non,365,44,1,11739,8543,5585,674,2207.3005509999907,0.104851973684211,32,0,C#7,pppp,2,144,97,2,,,,,t,o,,,,,gutim,16874 +nof,365,43,3,11738,8544,,661,2207.3495509999907,,,,,,,144,96,0,,,,,,,,,,,gutim,16873 +non,365,45,3,11740,8544,5586,682,2207.3495509999907,0.135690789473684,32,0,B6,pppp,2,144,95,2,,,,,,o,,d,e,,gutim,16875 +non,365,46,1,11741,8545,,691,2207.4055509999907,0.0493421052631579,64,0,C#7,,,,,,,,,,T,,,,,,gutim,16876 +nof,365,44,1,11739,8546,,674,2207.4545509999907,,,,,,,144,97,0,,,,,,,,,,,gutim,16874 +non,365,47,1,11742,8546,5587,699,2207.4545509999907,0.0493421052631579,64,0,A6,pppp,2,144,93,2,,,,,t,o,,,,,gutim,16877 +non,365,48,3,11743,8547,5588,704,2207.485550999991,0.197368421052632,32,0,G6,pppp,2,144,91,2,,,,,,o,,d,E,,gutim,16878 +nof,365,45,3,11740,8548,,682,2207.485550999991,,,,,,,144,95,0,,,,,,,,,,,gutim,16875 +non,365,49,1,11744,8549,,707,2207.504550999991,0.111019736842105,32,0,A6,,,,,,,,,,T,,,,,,gutim,16879 +nof,365,47,1,11742,8550,,699,2207.615550999991,,,,,,,144,93,0,,,,,,,,,,,gutim,16877 +non,365,50,1,11745,8550,5589,725,2207.615550999991,0.104851973684211,32,0,D7,pppp,2,144,98,2,,,,,,o,,,,,gutim,16880 +nof,365,48,3,11743,8551,,704,2207.682550999991,,,,,,,144,91,0,,,,,,,,,,,gutim,16878 +non,365,51,3,11746,8551,5590,736,2207.682550999991,0.197368421052632,32,0,F#5,pppp,2,144,78,2,,,,,,o,,,,,gutim,16881 +nof,365,50,1,11745,8552,,725,2207.719550999991,,,,,,,144,98,0,,,,,,,,,,,gutim,16880 +non,365,52,1,11747,8552,5591,742,2207.719550999991,0.160361842105263,32,0,G#7,pppp,2,144,104,2,,,,,,o,,,,,gutim,16882 +nof,365,52,1,11747,8553,,742,2207.880550999991,,,,,,,144,104,0,,,,,,,,,,,gutim,16882 +non,365,53,1,11748,8553,5592,768,2207.880550999991,0.0986842105263158,32,0,D7,pppp,2,144,98,2,,,,,,o,,,,,gutim,16883 +non,365,54,3,11749,8553,5592,768,2207.880550999991,0.12952302631579,32,0,F#6,pppp,2,144,90,2,,,,,,o,,,,,gutim,16884 +rst,365,55,4,11750,8553,,768,2207.880550999991,,,,,,,176,102,0,,,,,,,,,,,gutim,16885 +nof,365,51,3,11746,8554,,736,2207.880550999991,,,,,,,144,78,0,,,,,,,,,,,gutim,16881 +nof,364,34,4,11691,8555,,768,2207.880550999991,,,,,,,144,27,0,,,,,,,,,,,gutim,16826 +nof,365,53,1,11748,8556,,768,2207.979550999991,,,,,,,144,98,0,,,,,,,,,,,gutim,16883 +non,365,56,1,11751,8556,5593,784,2207.979550999991,0.215871710526316,16,0,C#7,pppp,2,144,97,2,,,,,,o,,,,,gutim,16886 +non,365,57,3,11752,8557,5594,789,2208.009550999991,0.12952302631579,32,0,D#6,pppp,2,144,87,2,,,,,,o,,,,,gutim,16887 +nof,365,54,3,11749,8558,,768,2208.009550999991,,,,,,,144,90,0,,,,,,,,,,,gutim,16884 +nof,365,57,3,11752,8559,,789,2208.139550999991,,,,,,,144,87,0,,,,,,,,,,,gutim,16887 +non,365,58,3,11753,8559,5595,810,2208.139550999991,0.135690789473684,32,0,F#6,pppp,2,144,90,2,,,,,,o,,,,,gutim,16888 +nof,365,56,1,11751,8560,,784,2208.194550999991,,,,,,,144,97,0,,,,,,,,,,,gutim,16886 +non,365,59,1,11754,8560,5596,819,2208.194550999991,0.0986842105263158,32,0,G#7,pppp,2,144,104,2,,,,,,o,,,,,gutim,16889 +nof,365,58,3,11753,8561,,810,2208.275550999991,,,,,,,144,90,0,,,,,,,,,,,gutim,16888 +rst,365,60,3,11755,8561,,832,2208.275550999991,,,,,,,176,102,0,,,,,,,,,,,gutim,16890 +nof,365,59,1,11754,8562,,819,2208.293550999991,,,,,,,144,104,0,,,,,,,,,,,gutim,16889 +non,365,61,1,11756,8563,5597,835,2208.293550999991,0.215871710526316,16,0,A6,pppp,2,144,93,2,,,,,,o,,,,,gutim,16891 +nof,365,61,1,11756,8564,,835,2208.509550999991,,,,,,,144,93,0,,,,,,,,,,,gutim,16891 +rst,365,62,1,11757,8564,,870,2208.509550999991,,,,,,,176,102,0,,,,,,,,,,,gutim,16892 +ped,365,63,0,11758,8565,,1023,2209.453550999991,,,,,,,176,64,0,,,,,,,^,,,,gutim,16829 +bar,366,0,0,11759,8566,,0,2209.459550999991,,,,,,,,,,366,,,,,,,,,,gutim,16893 +rst,366,2,1,11760,8567,,0,2209.759550999991,,,,,,,176,102,0,,,,,,,,,,,gutim,16894 +non,366,3,3,11761,8567,5598,0,2209.759550999991,0.12952302631579,32,0,D6,pppp,2,144,86,2,,,,,,o,,,,,gutim,16895 +rst,366,4,4,11762,8567,,0,2209.759550999991,,,,,,,176,102,0,,,,,,,,,,,gutim,16896 +ped,366,1,0,11763,8567,,0,2209.759550999991,,,,,,,176,64,127,,,,,,,V,,,,gutim,16897 +nof,366,3,3,11761,8568,,0,2209.888550999991,,,,,,,144,86,0,,,,,,,,,,,gutim,16895 +non,366,5,3,11764,8568,5599,21,2209.888550999991,0.12952302631579,32,0,F6,pppp,2,144,89,2,,,,,,o,,,,,gutim,16898 +non,366,6,1,11765,8569,5600,25,2209.913550999991,0.160361842105263,32,0,D#7,pppp,2,144,99,2,,,,,,o,,,,,gutim,16899 +nof,366,5,3,11764,8570,,21,2210.018550999991,,,,,,,144,89,0,,,,,,,,,,,gutim,16898 +non,366,7,3,11766,8570,5601,42,2210.018550999991,0.0863486842105263,32,0,D6,pppp,2,144,86,2,,,,,,o,,d,e,,gutim,16900 +nof,366,6,1,11765,8571,,25,2210.073550999991,,,,,,,144,99,0,,,,,,,,,,,gutim,16899 +non,366,8,1,11767,8571,5602,51,2210.073550999991,0.154194078947368,32,0,B7,pppp,2,144,107,2,,,,,,o,,,,,gutim,16901 +non,366,9,3,11768,8572,5603,56,2210.104550999991,0.0863486842105263,32,0,F6,pppp,2,144,89,2,,,,,,o,,d,e,,gutim,16902 +nof,366,7,3,11766,8573,,42,2210.104550999991,,,,,,,144,86,0,,,,,,,,,,,gutim,16900 +nof,366,9,3,11768,8574,,56,2210.191550999991,,,,,,,144,89,0,,,,,,,,,,,gutim,16902 +non,366,10,3,11769,8574,5604,70,2210.191550999991,0.0925164473684211,32,0,D6,pppp,2,144,86,2,,,,,,o,,d,e,,gutim,16903 +nof,366,8,1,11767,8575,,51,2210.228550999991,,,,,,,144,107,0,,,,,,,,,,,gutim,16901 +non,366,11,1,11770,8575,5605,76,2210.228550999991,0.160361842105263,32,0,C8,pppp,2,144,108,2,,,,,,o,,,,,gutim,16904 +nof,366,10,3,11769,8576,,70,2210.283550999991,,,,,,,144,86,0,,,,,,,,,,,gutim,16903 +non,366,12,3,11771,8576,5606,85,2210.283550999991,0.12952302631579,32,0,F6,pppp,2,144,89,2,,,,,,o,,d,e,,gutim,16905 +nof,366,11,1,11770,8577,,76,2210.388550999991,,,,,,,144,108,0,,,,,,,,,,,gutim,16904 +non,366,13,1,11772,8577,5607,102,2210.388550999991,0.0986842105263158,32,0,B7,pppp,2,144,107,2,,,,,,o,,d,e,,gutim,16906 +nof,366,12,3,11771,8578,,85,2210.413550999991,,,,,,,144,89,0,,,,,,,,,,,gutim,16905 +non,366,14,3,11773,8578,5608,106,2210.413550999991,0.135690789473684,32,0,G#6,pppp,2,144,92,2,,,,,,o,,,,,gutim,16907 +nof,366,13,1,11772,8579,,102,2210.487550999991,,,,,,,144,107,0,,,,,,,,,,,gutim,16906 +non,366,15,1,11774,8580,5609,118,2210.487550999991,0.111019736842105,32,0,C8,pppp,2,144,108,2,,,,,,o,,d,e,,gutim,16908 +nof,366,14,3,11773,8581,,106,2210.5485509999908,,,,,,,144,92,0,,,,,,,,,,,gutim,16907 +non,366,16,3,11775,8581,5610,128,2210.5485509999908,0.12952302631579,32,0,C#6,pppp,2,144,85,2,,,,,,o,,,,,gutim,16909 +nof,366,15,1,11774,8582,,118,2210.598550999991,,,,,,,144,108,0,,,,,,,,,,,gutim,16908 +non,366,17,1,11776,8582,5611,136,2210.598550999991,0.104851973684211,32,0,B7,pppp,2,144,107,2,,,,,,o,,d,e,,gutim,16910 +nof,366,16,3,11775,8583,,128,2210.678550999991,,,,,,,144,85,0,,,,,,,,,,,gutim,16909 +non,366,18,3,11777,8583,5612,149,2210.678550999991,0.0863486842105263,32,0,G#6,pppp,2,144,92,2,,,,,,o,,d,e,,gutim,16911 +nof,366,17,1,11776,8584,,136,2210.7025509999908,,,,,,,144,107,0,,,,,,,,,,,gutim,16910 +non,366,19,1,11778,8585,5613,153,2210.7025509999908,0.0986842105263158,32,0,C8,pppp,2,144,108,2,,,,,,o,,d,e,,gutim,16912 +nof,366,18,3,11777,8586,,149,2210.764550999991,,,,,,,144,92,0,,,,,,,,,,,gutim,16911 +non,366,20,3,11779,8586,5614,163,2210.764550999991,0.0863486842105263,32,0,C#6,pppp,2,144,85,2,,,,,,o,,d,e,,gutim,16913 +nof,366,19,1,11778,8587,,153,2210.801550999991,,,,,,,144,108,0,,,,,,,,,,,gutim,16912 +non,366,21,1,11780,8587,5615,169,2210.801550999991,0.111019736842105,32,0,B7,pppp,2,144,107,2,,,,,,o,,d,e,,gutim,16914 +non,366,22,3,11781,8588,5616,177,2210.850550999991,0.0925164473684211,32,0,G#6,pppp,2,144,92,2,,,,,t,o,,d,e,,gutim,16915 +nof,366,20,3,11779,8589,,163,2210.850550999991,,,,,,,144,85,0,,,,,,,,,,,gutim,16913 +nof,366,21,1,11780,8590,,169,2210.912550999991,,,,,,,144,107,0,,,,,,,,,,,gutim,16914 +non,366,23,1,11782,8590,5617,187,2210.912550999991,0.104851973684211,32,0,C8,pppp,2,144,108,2,,,,,,o,,d,e,,gutim,16916 +non,366,24,3,11783,8591,,192,2210.9435509999907,0.12952302631579,32,0,G#6,,,,,,,,,,T,,,,,,gutim,16917 +nof,366,23,1,11782,8592,,187,2211.017550999991,,,,,,,144,108,0,,,,,,,,,,,gutim,16916 +non,366,25,1,11784,8592,5618,204,2211.017550999991,0.0986842105263158,32,0,B7,pppp,2,144,107,2,,,,,,o,,d,e,,gutim,16918 +nof,366,22,3,11781,8593,,177,2211.073550999991,,,,,,,144,92,0,,,,,,,,,,,gutim,16915 +non,366,26,3,11785,8593,5619,213,2211.073550999991,0.265213815789474,16,0,C#5,pppp,2,144,73,2,,,,,,o,,,,,gutim,16919 +nof,366,25,1,11784,8594,,204,2211.116550999991,,,,,,,144,107,0,,,,,,,,,,,gutim,16918 +non,366,27,1,11786,8594,5620,220,2211.116550999991,0.160361842105263,32,1,G7,pppp,2,144,103,2,,,,,,o,,d 6034,E 6034,,gutim,16920 +nof,366,27,1,11786,8595,,220,2211.276550999991,,,,,,,144,103,0,,,,,,,,,,,gutim,16920 +non,366,28,1,11787,8595,5621,246,2211.276550999991,0.0616776315789474,64,0,F#7,pppp,2,144,102,2,,,,,t,o,,,,,gutim,16921 +nof,366,26,3,11785,8596,,213,2211.3385509999907,,,,,,,144,73,0,,,,,,,,,,,gutim,16919 +non,366,29,1,11788,8596,,256,2211.3385509999907,0.0986842105263158,32,0,F#7,,,,,,,,,,T,,,,,,gutim,16922 +non,366,30,3,11789,8596,5622,256,2211.3385509999907,0.0863486842105263,32,0,A4,pppp,2,144,69,2,,,,,,o,,,,,gutim,16923 +nof,366,30,3,11789,8597,,256,2211.424550999991,,,,,,,144,69,0,,,,,,,,,,,gutim,16923 +non,366,31,3,11790,8597,5623,270,2211.424550999991,0.0863486842105263,32,0,F7,pppp,2,144,101,2,,,,,,o,,,,,gutim,16924 +nof,366,28,1,11787,8598,,246,2211.4365509999907,,,,,,,144,102,0,,,,,,,,,,,gutim,16921 +non,366,32,1,11791,8599,5624,272,2211.4365509999907,0.111019736842105,32,0,B7,pppp,2,144,107,2,,,,,,o,,,,,gutim,16925 +nof,366,31,3,11790,8600,,270,2211.5105509999908,,,,,,,144,101,0,,,,,,,,,,,gutim,16924 +non,366,33,3,11792,8600,5625,284,2211.5105509999908,0.0863486842105263,32,0,D7,pppp,2,144,98,2,,,,,,o,,,,,gutim,16926 +nof,366,32,1,11791,8601,,272,2211.547550999991,,,,,,,144,107,0,,,,,,,,,,,gutim,16925 +non,366,34,1,11793,8601,5626,290,2211.547550999991,0.104851973684211,32,0,G7,pppp,2,144,103,2,,,,,t,o,,,,,gutim,16927 +non,366,35,3,11794,8602,5627,298,2211.5975509999907,0.135690789473684,32,0,F7,pppp,2,144,101,2,,,,,,o,,,,,gutim,16928 +nof,366,33,3,11792,8603,,284,2211.5975509999907,,,,,,,144,98,0,,,,,,,,,,,gutim,16926 +non,366,36,1,11795,8604,,307,2211.652550999991,0.0493421052631579,64,0,G7,,,,,,,,,,T,,,,,,gutim,16929 +nof,366,34,1,11793,8605,,290,2211.7025509999908,,,,,,,144,103,0,,,,,,,,,,,gutim,16927 +non,366,37,1,11796,8605,5628,315,2211.7025509999908,0.0493421052631579,64,0,F#6,pppp,2,144,90,2,,,,,t,o,,,,,gutim,16930 +non,366,38,3,11797,8606,5629,320,2211.732550999991,0.12952302631579,32,0,G#7,pppp,2,144,104,2,,,,,,o,,,,,gutim,16931 +nof,366,35,3,11794,8607,,298,2211.732550999991,,,,,,,144,101,0,,,,,,,,,,,gutim,16928 +non,366,39,1,11798,8608,,323,2211.7515509999907,0.111019736842105,32,0,F#6,,,,,,,,,,T,,,,,,gutim,16932 +nof,366,37,1,11796,8609,,315,2211.862550999991,,,,,,,144,90,0,,,,,,,,,,,gutim,16930 +nof,366,38,3,11797,8609,,320,2211.862550999991,,,,,,,144,104,0,,,,,,,,,,,gutim,16931 +non,366,40,1,11799,8609,5630,341,2211.862550999991,0.104851973684211,32,0,D#6,pppp,2,144,87,2,,,,,,o,,,,,gutim,16933 +non,366,41,3,11800,8609,5630,341,2211.862550999991,0.0863486842105263,32,0,C#6,pppp,2,144,85,2,,,,,,o,,,,,gutim,16934 +nof,366,41,3,11800,8610,,341,2211.948550999991,,,,,,,144,85,0,,,,,,,,,,,gutim,16934 +non,366,42,3,11801,8610,5631,355,2211.948550999991,0.0863486842105263,32,0,G#7,pppp,2,144,104,2,,,,,,o,,,,,gutim,16935 +nof,366,40,1,11799,8611,,341,2211.967550999991,,,,,,,144,87,0,,,,,,,,,,,gutim,16933 +non,366,43,1,11802,8612,5632,358,2211.967550999991,0.160361842105263,32,0,B6,pppp,2,144,95,2,,,,,,o,,,,,gutim,16936 +nof,366,42,3,11801,8613,,355,2212.035550999991,,,,,,,144,104,0,,,,,,,,,,,gutim,16935 +non,366,44,3,11803,8613,5633,369,2212.035550999991,0.0925164473684211,32,0,C#7,pppp,2,144,97,2,,,,,,o,,,,,gutim,16937 +nof,366,43,1,11802,8614,,358,2212.127550999991,,,,,,,144,95,0,,,,,,,,,,,gutim,16936 +nof,366,44,3,11803,8614,,369,2212.127550999991,,,,,,,144,97,0,,,,,,,,,,,gutim,16937 +non,366,45,1,11804,8614,5634,384,2212.127550999991,0.154194078947368,32,0,G6,pppp,2,144,91,2,,,,,,o,,,,,gutim,16938 +rst,366,46,3,11805,8614,,384,2212.127550999991,,,,,,,176,102,0,,,,,,,,,,,gutim,16939 +nof,366,45,1,11804,8615,,384,2212.281550999991,,,,,,,144,91,0,,,,,,,,,,,gutim,16938 +ped,366,47,0,11806,8615,,409,2212.281550999991,,,,,,,176,64,0,,,,,,,^,,,,gutim,16897 +rst,366,48,1,11807,8615,,409,2212.281550999991,,,,,,,176,102,0,,,,,,,,,,,gutim,16940 +sec,366,49,0,11808,8615,,409,2212.281550999991,,,,,,,,,,,6034,,,,,,,,,gutim,16941 +non,366,51,1,11809,8616,5635,512,2212.917550999991,0.0986842105263158,32,0,D#6,ppp,5,144,87,5,,,,,,o,,d,,,gutim,16942 +non,366,52,4,11810,8616,5635,512,2212.917550999991,1.57894736842105,4,0,E3,p,11,144,52,11,,,,,,o,,d,,,gutim,16943 +non,366,53,4,11811,8616,5635,512,2212.917550999991,1.57894736842105,4,0,F#3,ppp,5,144,54,5,,,,,,o,,d,,,gutim,16944 +non,366,54,4,11812,8616,5635,512,2212.917550999991,1.57894736842105,4,0,D6,f,20,144,86,20,,,,,,o,,d,,,gutim,16945 +rst,366,55,3,11813,8616,,512,2212.917550999991,,,,,,,176,102,0,,,,,,,,,,,gutim,16946 +ped,366,50,0,11814,8616,,512,2212.917550999991,,,,,,,176,64,127,,,,,,,V,,,,gutim,16947 +nof,366,51,1,11809,8617,,512,2213.015550999991,,,,,,,144,87,0,,,,,,,,,,,gutim,16942 +non,366,56,1,11815,8617,5636,528,2213.015550999991,0.111019736842105,32,0,F#6,ppp,5,144,90,5,,,,,,o,,d,,,gutim,16948 +nof,366,56,1,11815,8618,,528,2213.1265509999907,,,,,,,144,90,0,,,,,,,,,,,gutim,16948 +non,366,57,1,11816,8618,5637,546,2213.1265509999907,0.104851973684211,32,0,B6,ppp,5,144,95,5,,,,,t,o,,d,,,gutim,16949 +non,366,58,1,11817,8619,,563,2213.2315509999908,0.0801809210526316,64,0,B6,,,,,,,,,,T,,,,,,gutim,16950 +nof,366,57,1,11816,8620,,546,2213.3115509999907,,,,,,,144,95,0,,,,,,,,,,,gutim,16949 +non,366,59,1,11818,8620,5638,576,2213.3115509999907,0.0740131578947369,64,0,C7,ppp,5,144,96,5,,,,,t,o,,D,,,gutim,16951 +non,366,60,3,11819,8620,5638,576,2213.3115509999907,0.12952302631579,32,0,C#6,ppp,5,144,85,5,,,,,,o,,d,e,,gutim,16952 +non,366,61,1,11820,8621,,588,2213.3855509999908,0.0493421052631579,64,0,C7,,,,,,,,,,T,,,,,,gutim,16953 +nof,366,59,1,11818,8622,,576,2213.435550999991,,,,,,,144,96,0,,,,,,,,,,,gutim,16951 +non,366,62,1,11821,8622,5639,596,2213.435550999991,0.0493421052631579,64,0,G6,ppp,5,144,91,5,,,,,t,o,,,,,gutim,16954 +nof,366,60,3,11819,8623,,576,2213.441550999991,,,,,,,144,85,0,,,,,,,,,,,gutim,16952 +non,366,63,3,11822,8623,5640,597,2213.441550999991,0.12952302631579,32,0,G#6,ppp,5,144,92,5,,,,,,o,,d,e,,gutim,16955 +non,366,64,1,11823,8624,,604,2213.484550999991,0.111019736842105,32,0,G6,,,,,,,,,,T,,,,,,gutim,16956 +nof,366,63,3,11822,8625,,597,2213.5705509999907,,,,,,,144,92,0,,,,,,,,,,,gutim,16955 +non,366,65,3,11824,8625,5641,618,2213.5705509999907,0.135690789473684,32,0,C#6,ppp,5,144,85,5,,,,,,o,,d,e,,gutim,16957 +nof,366,62,1,11821,8626,,596,2213.595550999991,,,,,,,144,91,0,,,,,,,,,,,gutim,16954 +non,366,66,1,11825,8627,5642,622,2213.595550999991,0.111019736842105,32,0,F#6,ppp,5,144,90,5,,,,,,o,,,,,gutim,16958 +nof,366,65,3,11824,8628,,618,2213.706550999991,,,,,,,144,85,0,,,,,,,,,,,gutim,16957 +nof,366,66,1,11825,8628,,622,2213.706550999991,,,,,,,144,90,0,,,,,,,,,,,gutim,16958 +non,366,67,1,11826,8628,5643,640,2213.706550999991,0.0986842105263158,32,0,C7,ppp,5,144,96,5,,,,,,o,,,,,gutim,16959 +non,366,68,3,11827,8628,5643,640,2213.706550999991,0.259046052631579,16,0,A4,ppp,5,144,69,5,,,,,,o,,d,E,,gutim,16960 +nof,366,67,1,11826,8629,,640,2213.805550999991,,,,,,,144,96,0,,,,,,,,,,,gutim,16959 +non,366,69,1,11828,8629,5644,656,2213.805550999991,0.111019736842105,32,0,D#6,ppp,5,144,87,5,,,,,,o,,,,,gutim,16961 +nof,366,69,1,11828,8630,,656,2213.9165509999907,,,,,,,144,87,0,,,,,,,,,,,gutim,16961 +non,366,70,1,11829,8630,5645,674,2213.9165509999907,0.104851973684211,32,0,C7,ppp,5,144,96,5,,,,,,o,,,,,gutim,16962 +non,366,71,3,11830,8631,5646,682,2213.9655509999907,0.135690789473684,32,0,F6,ppp,5,144,89,5,,,,,,o,,,e,,gutim,16963 +nof,366,68,3,11827,8632,,640,2213.9655509999907,,,,,,,144,69,0,,,,,,,,,,,gutim,16960 +nof,366,70,1,11829,8633,,674,2214.0215509999907,,,,,,,144,96,0,,,,,,,,,,,gutim,16962 +non,366,72,1,11831,8633,5647,691,2214.0215509999907,0.154194078947368,32,0,G6,ppp,5,144,91,5,,,,,,o,,,,,gutim,16964 +nof,366,71,3,11830,8634,,682,2214.101550999991,,,,,,,144,89,0,,,,,,,,,,,gutim,16963 +non,366,73,3,11832,8634,5648,704,2214.101550999991,0.12952302631579,32,0,D5,ppp,5,144,74,5,,,,,,o,,,e,,gutim,16965 +nof,366,72,1,11831,8635,,691,2214.1755509999907,,,,,,,144,91,0,,,,,,,,,,,gutim,16964 +non,366,74,1,11833,8636,5649,716,2214.1755509999907,0.0986842105263158,32,0,F#6,ppp,5,144,90,5,,,,,,o,,,,,gutim,16966 +nof,366,73,3,11832,8637,,704,2214.230550999991,,,,,,,144,74,0,,,,,,,,,,,gutim,16965 +non,366,75,3,11834,8637,5650,725,2214.230550999991,0.12952302631579,32,0,F6,ppp,5,144,89,5,,,,,,o,,,e,,gutim,16967 +nof,366,74,1,11833,8638,,716,2214.274550999991,,,,,,,144,90,0,,,,,,,,,,,gutim,16966 +non,366,76,1,11835,8638,5651,732,2214.274550999991,0.111019736842105,32,0,C7,ppp,5,144,96,5,,,,,,o,,,,,gutim,16968 +nof,366,75,3,11834,8639,,725,2214.360550999991,,,,,,,144,89,0,,,,,,,,,,,gutim,16967 +non,366,77,3,11836,8639,5652,746,2214.360550999991,0.135690789473684,32,0,D5,ppp,5,144,74,5,,,,,,o,,,e,,gutim,16969 +nof,366,76,1,11835,8640,,732,2214.3855509999908,,,,,,,144,96,0,,,,,,,,,,,gutim,16968 +non,366,78,1,11837,8641,5653,750,2214.3855509999908,0.111019736842105,32,0,D#6,ppp,5,144,87,5,,,,,t,o,,,,,gutim,16970 +nof,366,52,4,11810,8642,,512,2214.496550999991,,,,,,,144,52,0,,,,,,,,,,,gutim,16943 +nof,366,53,4,11811,8642,,512,2214.496550999991,,,,,,,144,54,0,,,,,,,,,,,gutim,16944 +nof,366,54,4,11812,8642,,512,2214.496550999991,,,,,,,144,86,0,,,,,,,,,,,gutim,16945 +nof,366,77,3,11836,8643,,746,2214.496550999991,,,,,,,144,74,0,,,,,,,,,,,gutim,16969 +non,366,79,1,11838,8643,,768,2214.496550999991,0.629111842105263,8,0,D#6,,,,,,,,,,T,,,,,,gutim,16971 +rst,366,80,3,11839,8643,,768,2214.496550999991,,,,,,,176,102,0,,,,,,,,,,,gutim,16972 +non,366,81,4,11840,8643,5654,768,2214.496550999991,1.57894736842105,4,0,C4,ppp,5,144,60,5,,,,,,o,,,E,,gutim,16973 +nof,366,78,1,11837,8644,,750,2215.125550999991,,,,,,,144,87,0,,,,,,,,,,,gutim,16970 +non,366,82,1,11841,8644,5655,870,2215.125550999991,0.0986842105263158,32,0,D#5,ppp,5,144,75,5,,,,,,o,,,e,,gutim,16974 +nof,366,82,1,11841,8645,,870,2215.223550999991,,,,,,,144,75,0,,,,,,,,,,,gutim,16974 +non,366,83,1,11842,8645,5656,886,2215.223550999991,0.111019736842105,32,0,B6,ppp,5,144,95,5,,,,,,o,,,e,,gutim,16975 +rst,366,84,3,11843,8646,,896,2215.285550999991,,,,,,,176,102,0,,,,,,,,,,,gutim,16976 +nof,366,83,1,11842,8647,,886,2215.334550999991,,,,,,,144,95,0,,,,,,,,,,,gutim,16975 +non,366,85,1,11844,8647,5657,904,2215.334550999991,0.104851973684211,32,0,C8,ppp,5,144,108,5,,,,,,o,,,e,,gutim,16977 +nof,366,85,1,11844,8648,,904,2215.439550999991,,,,,,,144,108,0,,,,,,,,,,,gutim,16977 +non,366,86,1,11845,8648,5658,921,2215.439550999991,0.0986842105263158,32,0,B6,ppp,5,144,95,5,,,,,,o,,,e,,gutim,16978 +non,366,87,3,11846,8649,5659,928,2215.482550999991,0.0986842105263158,64,0,D7,ppp,5,144,98,5,,,,,,o,,d,,,gutim,16979 +nof,366,86,1,11845,8650,,921,2215.538550999991,,,,,,,144,95,0,,,,,,,,,,,gutim,16978 +non,366,88,1,11847,8650,5660,937,2215.538550999991,0.111019736842105,32,0,C8,ppp,5,144,108,5,,,,,,o,,,e,,gutim,16980 +nof,366,87,3,11846,8651,,928,2215.581550999991,,,,,,,144,98,0,,,,,,,,,,,gutim,16979 +non,366,89,3,11848,8651,5661,944,2215.581550999991,0.0986842105263158,64,0,F7,ppp,5,144,101,5,,,,,,o,,d,,,gutim,16981 +nof,366,88,1,11847,8652,,937,2215.649550999991,,,,,,,144,108,0,,,,,,,,,,,gutim,16980 +non,366,90,1,11849,8652,5662,955,2215.649550999991,0.104851973684211,32,0,B6,ppp,5,144,95,5,,,,,,o,,,e,,gutim,16982 +nof,366,89,3,11848,8653,,944,2215.680550999991,,,,,,,144,101,0,,,,,,,,,,,gutim,16981 +non,366,91,3,11850,8653,5663,960,2215.680550999991,0.0986842105263158,64,0,D7,ppp,5,144,98,5,,,,,,o,,d,,,gutim,16983 +nof,366,90,1,11849,8654,,955,2215.754550999991,,,,,,,144,95,0,,,,,,,,,,,gutim,16982 +non,366,92,1,11851,8654,5664,972,2215.754550999991,0.160361842105263,32,0,G6,ppp,5,144,91,5,,,,,,o,,,E,,gutim,16984 +nof,366,91,3,11850,8655,,960,2215.779550999991,,,,,,,144,98,0,,,,,,,,,,,gutim,16983 +non,366,93,3,11852,8656,5665,976,2215.779550999991,0.0986842105263158,64,0,F7,ppp,5,144,101,5,,,,,,o,,d,,,gutim,16985 +nof,366,93,3,11852,8657,,976,2215.877550999991,,,,,,,144,101,0,,,,,,,,,,,gutim,16985 +non,366,94,3,11853,8657,5666,992,2215.877550999991,0.0986842105263158,64,0,D7,ppp,5,144,98,5,,,,,,o,,d,,,gutim,16986 +nof,366,92,1,11851,8658,,972,2215.9145509999908,,,,,,,144,91,0,,,,,,,,,,,gutim,16984 +non,366,95,1,11854,8658,5667,998,2215.9145509999908,0.160361842105263,32,0,C7,ppp,5,144,96,5,,,,,t,o,,,,,gutim,16987 +nof,366,94,3,11853,8659,,992,2215.976550999991,,,,,,,144,98,0,,,,,,,,,,,gutim,16986 +non,366,96,3,11855,8659,5668,1008,2215.976550999991,0.0986842105263158,64,0,G#7,ppp,5,144,104,5,,,,,,o,,D,,,gutim,16988 +nof,366,96,3,11855,8660,,1008,2216.075550999991,,,,,,,144,104,0,,,,,,,,,,,gutim,16988 +bar,367,0,0,11856,8660,,0,2216.075550999991,,,,,,,,,,367,,,,,,,,,,gutim,16989 +non,367,1,1,11857,8660,,0,2216.075550999991,0.629111842105263,8,0,C7,,,,,,,,,,T,,,,,,gutim,16990 +rst,367,2,3,11858,8660,,0,2216.075550999991,,,,,,,176,102,0,,,,,,,,,,,gutim,16991 +rst,367,3,4,11859,8660,,0,2216.075550999991,,,,,,,176,102,0,,,,,,,,,,,gutim,16992 +nof,366,81,4,11840,8661,,768,2216.075550999991,,,,,,,144,60,0,,,,,,,,,,,gutim,16973 +non,367,4,3,11860,8662,5669,64,2216.469550999991,0.592105263157895,16,1,C#6,ppp,5,144,85,5,,,,,,o,,,,,gutim,16993 +non,367,5,1,11861,8663,5670,102,2216.7045509999907,0.160361842105263,32,0,G5,ppp,5,144,79,5,,,,,,o,,,,,gutim,16994 +nof,366,95,1,11854,8664,,998,2216.7045509999907,,,,,,,144,96,0,,,,,,,,,,,gutim,16987 +nof,367,5,1,11861,8665,,102,2216.864550999991,,,,,,,144,79,0,,,,,,,,,,,gutim,16994 +non,367,6,1,11862,8665,5671,128,2216.864550999991,0.154194078947368,32,0,F#4,ppp,5,144,66,5,,,,,,o,,,,,gutim,16995 +nof,367,6,1,11862,8666,,128,2217.018550999991,,,,,,,144,66,0,,,,,,,,,,,gutim,16995 +non,367,7,1,11863,8666,5672,153,2217.018550999991,0.0986842105263158,32,0,B5,ppp,5,144,83,5,,,,,,o,,d,e,,gutim,16996 +non,367,8,3,11864,8667,5673,160,2217.0615509999907,0.592105263157895,16,1,A4,ppp,5,144,69,5,,,,,,o,,,,,gutim,16997 +nof,367,4,3,11860,8668,,64,2217.0615509999907,,,,,,,144,85,0,,,,,,,,,,,gutim,16993 +non,367,9,1,11865,8669,5674,169,2217.1175509999907,0.111019736842105,32,0,G5,ppp,5,144,79,5,,,,,,o,,d,e,,gutim,16998 +nof,367,7,1,11863,8670,,153,2217.192550999991,,,,,,,144,83,0,,,,,,,,,,,gutim,16996 +nof,367,9,1,11865,8671,,169,2217.228550999991,,,,,,,144,79,0,,,,,,,,,,,gutim,16998 +non,367,10,1,11866,8671,5675,187,2217.228550999991,0.104851973684211,32,0,F#5,ppp,5,144,78,5,,,,,,o,,d,e,,gutim,16999 +nof,367,10,1,11866,8672,,187,2217.333550999991,,,,,,,144,78,0,,,,,,,,,,,gutim,16999 +non,367,11,1,11867,8672,5676,204,2217.333550999991,0.0986842105263158,32,0,B5,ppp,5,144,83,5,,,,,,o,,d,e,,gutim,17000 +nof,367,11,1,11867,8673,,204,2217.431550999991,,,,,,,144,83,0,,,,,,,,,,,gutim,17000 +non,367,12,1,11868,8673,5677,220,2217.431550999991,0.111019736842105,32,0,C7,ppp,5,144,96,5,,,,,,o,,d,e,,gutim,17001 +nof,367,12,1,11868,8674,,220,2217.543550999991,,,,,,,144,96,0,,,,,,,,,,,gutim,17001 +non,367,13,1,11869,8674,5678,238,2217.543550999991,0.111019736842105,32,0,B5,ppp,5,144,83,5,,,,,,o,,d,e,,gutim,17002 +nof,367,13,1,11869,8675,,238,2217.654550999991,,,,,,,144,83,0,,,,,,,,,,,gutim,17002 +non,367,14,1,11870,8675,5679,256,2217.654550999991,0.0986842105263158,32,0,G5,ppp,5,144,79,5,,,,,,o,,d,e,,gutim,17003 +non,367,15,3,11871,8675,5679,256,2217.654550999991,0.789473684210526,8,0,C#5,ppp,5,144,73,5,,,,,,o,,,,,gutim,17004 +rst,367,16,4,11872,8675,,256,2217.654550999991,,,,,,,176,102,0,,,,,,,,,,,gutim,17005 +nof,367,8,3,11864,8676,,160,2217.729550999991,,,,,,,144,69,0,,,,,,,,,,,gutim,16997 +nof,367,14,1,11870,8677,,256,2217.752550999991,,,,,,,144,79,0,,,,,,,,,,,gutim,17003 +non,367,17,1,11873,8677,5680,272,2217.752550999991,0.111019736842105,32,0,F#4,ppp,5,144,66,5,,,,,,o,,d,e,,gutim,17006 +nof,367,17,1,11873,8678,,272,2217.863550999991,,,,,,,144,66,0,,,,,,,,,,,gutim,17006 +non,367,18,1,11874,8678,5681,290,2217.863550999991,0.104851973684211,32,0,G5,ppp,5,144,79,5,,,,,,o,,d,e,,gutim,17007 +nof,367,18,1,11874,8679,,290,2217.968550999991,,,,,,,144,79,0,,,,,,,,,,,gutim,17007 +non,367,19,1,11875,8679,5682,307,2217.968550999991,0.154194078947368,32,0,F#4,ppp,5,144,66,5,,,,,,o,,d,e,,gutim,17008 +nof,367,19,1,11875,8680,,307,2218.122550999991,,,,,,,144,66,0,,,,,,,,,,,gutim,17008 +non,367,20,1,11876,8680,5683,332,2218.122550999991,0.0986842105263158,32,0,D#4,ppp,5,144,63,5,,,,,,o,,d,e,,gutim,17009 +nof,367,20,1,11876,8681,,332,2218.221550999991,,,,,,,144,63,0,,,,,,,,,,,gutim,17009 +non,367,21,1,11877,8681,5684,348,2218.221550999991,0.111019736842105,32,0,B4,ppp,5,144,71,5,,,,,,o,,d,e,,gutim,17010 +nof,367,21,1,11877,8682,,348,2218.332550999991,,,,,,,144,71,0,,,,,,,,,,,gutim,17010 +non,367,22,1,11878,8682,5685,366,2218.332550999991,0.111019736842105,32,0,C6,ppp,5,144,84,5,,,,,,o,,d,e,,gutim,17011 +nof,367,22,1,11878,8683,,366,2218.4435509999907,,,,,,,144,84,0,,,,,,,,,,,gutim,17011 +non,367,23,1,11879,8683,5686,384,2218.4435509999907,0.154194078947368,32,0,G4,ppp,5,144,67,5,,,,,,o,,d 6035,E 6035,,gutim,17012 +non,367,24,3,11880,8683,5686,384,2218.4435509999907,0.394736842105263,16,0,A4,ppp,5,144,69,5,,,,,,o,,,,,gutim,17013 +non,367,25,4,11881,8683,5686,384,2218.4435509999907,0.259046052631579,16,0,F#3,pp,8,144,54,8,,,,,,o,,,,,gutim,17014 +nof,367,15,3,11871,8684,,256,2218.4435509999907,,,,,,,144,73,0,,,,,,,,,,,gutim,17004 +nof,367,23,1,11879,8685,,384,2218.5975509999907,,,,,,,144,67,0,,,,,,,,,,,gutim,17012 +non,367,26,1,11882,8685,5687,409,2218.5975509999907,0.635279605263158,8,0,F#4,ppp,5,144,66,5,,,,,,o,,,,,gutim,17015 +non,367,27,4,11883,8686,5688,426,2218.7025509999908,0.265213815789474,16,0,A3,pp+,9,144,57,9,,,,,,o,,,,,gutim,17016 +nof,367,25,4,11881,8687,,384,2218.7025509999908,,,,,,,144,54,0,,,,,,,,,,,gutim,17014 +nof,367,24,3,11880,8688,,384,2218.8385509999907,,,,,,,144,69,0,,,,,,,,,,,gutim,17013 +non,367,28,3,11884,8688,5689,448,2218.8385509999907,0.394736842105263,16,0,A2,ff,22,144,45,22,,,,,t,o,,,,,gutim,17017 +nof,367,27,4,11883,8689,,426,2218.967550999991,,,,,,,144,57,0,,,,,,,,,,,gutim,17016 +non,367,29,4,11885,8690,5690,469,2218.967550999991,0.265213815789474,16,0,F4,p,11,144,65,11,,,,,,o,,,,,gutim,17018 +ped,367,30,0,11886,8691,,512,2219.082550999991,,,,,,,176,64,0,,,,,,,^,,,,gutim,16947 +nof,367,26,1,11882,8692,,409,2219.232550999991,,,,,,,144,66,0,,,,,,,,,,,gutim,17015 +nof,367,29,4,11885,8692,,469,2219.232550999991,,,,,,,144,65,0,,,,,,,,,,,gutim,17018 +rst,367,32,1,11887,8692,,512,2219.232550999991,,,,,,,176,102,0,,,,,,,,,,,gutim,17019 +non,367,33,3,11888,8692,,512,2219.232550999991,1.57894736842105,4,0,A2,,,,,,,,,,T,,,,,,gutim,17020 +non,367,34,4,11889,8692,5691,512,2219.232550999991,0.12952302631579,32,0,C4,ppp,5,144,60,5,,,,,t,o,,,,,gutim,17021 +non,367,35,4,11890,8693,,533,2219.362550999991,0.394736842105263,16,1,C4,,,,,,,,,,_,,,,,,gutim,17022 +non,367,36,4,11891,8693,5692,533,2219.362550999991,0.394736842105263,16,1,E5,ppp,5,144,76,5,,,,,t,o,,,,,gutim,17023 +ped,367,31,0,11892,8694,,512,2219.382550999991,,,,,,,176,64,127,,,,,,,V,,,,gutim,17024 +non,367,37,4,11893,8695,,597,2219.757550999991,0.265213815789474,16,0,C4,,,,,,,,,,_,,,,,,gutim,17025 +non,367,38,4,11894,8695,,597,2219.757550999991,0.394736842105263,16,0,E5,,,,,,,,,,_,,,,,,gutim,17026 +non,367,39,4,11895,8696,,640,2220.022550999991,2.36842105263158,4,1,C4,,,,,,,,,,T,,,,,,gutim,17027 +non,367,40,4,11896,8696,,640,2220.022550999991,1.57894736842105,4,1,E5,,,,,,,,,,T,,,,,,gutim,17028 +nof,367,28,3,11884,8697,,448,2220.8115509999907,,,,,,,144,45,0,,,,,,,,,,,gutim,17017 +non,367,41,1,11897,8697,5693,768,2220.8115509999907,0.172697368421053,32,0,C7,pppp,2,144,96,2,,,,,,o,,,,,gutim,17029 +rst,367,42,3,11898,8697,,768,2220.8115509999907,,,,,,,176,102,0,,,,,,,,,,,gutim,17030 +nof,367,41,1,11897,8698,,768,2220.984550999991,,,,,,,144,96,0,,,,,,,,,,,gutim,17029 +non,367,43,1,11899,8698,5694,796,2220.984550999991,0.265213815789474,32,1,D#6,pppp,2,144,87,2,,,,,,o,,,,,gutim,17031 +rst,367,44,3,11900,8699,,819,2221.1265509999907,,,,,,,176,102,0,,,,,,,,,,,gutim,17032 +non,367,45,3,11901,8700,5695,835,2221.225550999991,0.111019736842105,32,0,D6,pppp,2,144,86,2,,,,,,o,,,,,gutim,17033 +nof,367,43,1,11899,8701,,796,2221.249550999991,,,,,,,144,87,0,,,,,,,,,,,gutim,17031 +non,367,46,1,11902,8702,5696,839,2221.249550999991,0.259046052631579,32,1,B6,pppp,2,144,95,2,,,,,,o,,,,,gutim,17034 +nof,367,45,3,11901,8703,,835,2221.336550999991,,,,,,,144,86,0,,,,,,,,,,,gutim,17033 +non,367,47,3,11903,8704,5697,853,2221.336550999991,0.104851973684211,32,0,F6,pppp,2,144,89,2,,,,,,o,,,,,gutim,17035 +nof,367,47,3,11903,8705,,853,2221.441550999991,,,,,,,144,89,0,,,,,,,,,,,gutim,17035 +non,367,48,3,11904,8705,5698,870,2221.441550999991,0.0986842105263158,32,0,D6,pppp,2,144,86,2,,,,,,o,,,,,gutim,17036 +nof,367,46,1,11902,8706,,839,2221.508550999991,,,,,,,144,95,0,,,,,,,,,,,gutim,17034 +non,367,49,1,11905,8706,5699,881,2221.508550999991,0.178865131578947,32,0,C7,pppp,2,144,96,2,,,,,,o,,,,,gutim,17037 +nof,367,48,3,11904,8707,,870,2221.5395509999908,,,,,,,144,86,0,,,,,,,,,,,gutim,17036 +non,367,50,3,11906,8707,5700,886,2221.5395509999908,0.111019736842105,32,0,G#6,pppp,2,144,92,2,,,,,,o,,,,,gutim,17038 +nof,367,50,3,11906,8708,,886,2221.650550999991,,,,,,,144,92,0,,,,,,,,,,,gutim,17038 +non,367,51,3,11907,8708,5701,904,2221.650550999991,0.104851973684211,32,0,C#6,pppp,2,144,85,2,,,,,,o,,,,,gutim,17039 +non,367,52,1,11908,8709,5702,910,2221.687550999991,0.172697368421053,32,0,G6,pppp,2,144,91,2,,,,,,o,,,,,gutim,17040 +nof,367,49,1,11905,8710,,881,2221.687550999991,,,,,,,144,96,0,,,,,,,,,,,gutim,17037 +nof,367,36,4,11891,8711,,533,2221.730550999991,,,,,,,144,76,0,,,,,,,,,,,gutim,17023 +nof,367,51,3,11907,8712,,904,2221.755550999991,,,,,,,144,85,0,,,,,,,,,,,gutim,17039 +non,367,53,3,11909,8712,5703,921,2221.755550999991,0.160361842105263,32,0,G#6,pppp,2,144,92,2,,,,,,o,,,,,gutim,17041 +nof,367,52,1,11908,8713,,910,2221.860550999991,,,,,,,144,91,0,,,,,,,,,,,gutim,17040 +non,367,54,1,11910,8713,5704,938,2221.860550999991,0.178865131578947,32,0,F#6,pppp,2,144,90,2,,,,,,o,,,,,gutim,17042 +nof,367,53,3,11909,8714,,921,2221.915550999991,,,,,,,144,92,0,,,,,,,,,,,gutim,17041 +non,367,55,3,11911,8714,5705,947,2221.915550999991,0.154194078947368,32,0,C#6,pppp,2,144,85,2,,,,,,o,,,,,gutim,17043 +nof,367,54,1,11910,8715,,938,2222.0395509999908,,,,,,,144,90,0,,,,,,,,,,,gutim,17042 +non,367,56,1,11912,8715,5706,967,2222.0395509999908,0.172697368421053,32,0,G6,pppp,2,144,91,2,,,,,,o,,,,,gutim,17044 +nof,367,55,3,11911,8716,,947,2222.0705509999907,,,,,,,144,85,0,,,,,,,,,,,gutim,17043 +non,367,57,3,11913,8716,5707,972,2222.0705509999907,0.320723684210526,16,0,A5,pppp,2,144,81,2,,,,,,o,,,,,gutim,17045 +nof,367,56,1,11912,8717,,967,2222.212550999991,,,,,,,144,91,0,,,,,,,,,,,gutim,17044 +non,367,58,1,11914,8717,5708,995,2222.212550999991,0.178865131578947,32,0,F#6,pppp,2,144,90,2,,,,,,o,,,,,gutim,17046 +ped,367,59,0,11915,8718,,1023,2222.384550999991,,,,,,,176,64,0,,,,,,,^,,,,gutim,17024 +nof,367,34,4,11889,8719,,512,2222.390550999991,,,,,,,144,60,0,,,,,,,,,,,gutim,17021 +nof,367,57,3,11913,8719,,972,2222.390550999991,,,,,,,144,81,0,,,,,,,,,,,gutim,17045 +nof,367,58,1,11914,8719,,995,2222.390550999991,,,,,,,144,90,0,,,,,,,,,,,gutim,17046 +bar,368,0,0,11916,8719,,0,2222.390550999991,,,,,,,,,,368,,,,,,,,,,gutim,17047 +sec,368,1,0,11917,8720,,0,2223.390550999991,,,,,,,,,,,6035,,,,,,,,,gutim,17048 +bpm,368,2,0,11918,8720,,0,2223.390550999991,,1,,,,,,,,,,44,,,,,,,,gutim,17049 +non,368,4,1,11919,8720,5709,,2223.390550999991,0.05,8,0,D6,ff,22,144,86,22,,,,g,,o,,d,,,gutim,17050 +non,368,8,3,11920,8720,5709,,2223.390550999991,0.05,8,0,G#3,ppp,5,144,56,5,,,,g,t,o,,d,,,gutim,17051 +nof,368,4,1,11919,8721,,,2223.440550999991,,,,,,,144,86,0,,,,,,,,,,,gutim,17050 +nof,368,8,3,11920,8721,,,2223.440550999991,,,,,,,144,56,0,,,,,,,,,,,gutim,17051 +non,368,5,1,11921,8722,5710,0,2223.4655509999907,2.72727272727273,2,0,A5,ff,22,144,81,22,,,,,,o,,d,,,gutim,17052 +non,368,6,1,11922,8722,5710,0,2223.4655509999907,2.72727272727273,2,0,D6,ff,22,144,86,22,,,,,,o,,d,,,gutim,17053 +non,368,7,2,11923,8722,5710,0,2223.4655509999907,0.814985795454546,8,1,C#6,ppp,5,144,85,5,,,,,,o,,d,,,gutim,17054 +non,368,9,3,11924,8722,,0,2223.4655509999907,0.133167613636364,32,0,G#3,,,,,,,,,,T,,,,,,gutim,17055 +ped,368,3,0,11925,8722,,0,2223.4655509999907,,,,,,,176,64,127,,,,,,,V,,,,gutim,17056 +non,368,10,3,11926,8723,5711,25,2223.5995509999907,0.138494318181818,32,0,D4,ppp+,6,144,62,6,,,,,,o,,d,,,gutim,17057 +nof,368,10,3,11926,8724,,25,2223.737550999991,,,,,,,144,62,0,,,,,,,,,,,gutim,17057 +non,368,11,3,11927,8724,5712,51,2223.737550999991,0.133167613636364,32,0,G#3,pp-,7,144,56,7,,,,,,o,,,,,gutim,17058 +nof,368,11,3,11927,8725,,51,2223.870550999991,,,,,,,144,56,0,,,,,,,,,,,gutim,17058 +non,368,12,3,11928,8725,5713,76,2223.870550999991,0.276988636363636,16,0,D4,pp-,7,144,62,7,,,,,,o,,,,,gutim,17059 +nof,368,12,3,11928,8726,,76,2224.147550999991,,,,,,,144,62,0,,,,,,,,,,,gutim,17059 +non,368,13,3,11929,8726,5714,128,2224.147550999991,0.271661931818182,16,0,G#3,pp+,9,144,56,9,,,,,,o,,,,,gutim,17060 +nof,368,7,2,11923,8727,,0,2224.2805509999907,,,,,,,144,85,0,,,,,,,,,,,gutim,17054 +non,368,14,2,11930,8727,5715,153,2224.2805509999907,0.548650568181818,8,0,C#6,pp,8,144,85,8,,,,,t,o,,,,,gutim,17061 +non,368,15,3,11931,8728,5716,179,2224.419550999991,0.133167613636364,32,0,D4,p-,10,144,62,10,,,,,,o,,,,,gutim,17062 +nof,368,13,3,11929,8729,,128,2224.419550999991,,,,,,,144,56,0,,,,,,,,,,,gutim,17060 +nof,368,15,3,11931,8730,,179,2224.5525509999907,,,,,,,144,62,0,,,,,,,,,,,gutim,17062 +non,368,16,3,11932,8730,5717,204,2224.5525509999907,0.138494318181818,32,0,G#3,p,11,144,56,11,,,,,,o,,,,,gutim,17063 +nof,368,16,3,11932,8731,,204,2224.691550999991,,,,,,,144,56,0,,,,,,,,,,,gutim,17063 +non,368,17,3,11933,8731,5718,230,2224.691550999991,0.138494318181818,32,0,D4,p,11,144,62,11,,,,,t,o,,,,,gutim,17064 +non,368,18,2,11934,8732,,256,2224.8295509999907,0.681818181818182,8,0,C#6,,,,,,,,,,T,,,,,,gutim,17065 +non,368,19,3,11935,8732,,256,2224.8295509999907,0.953480113636364,8,2,D4,,,,,,,,,,T,,,,,,gutim,17066 +non,368,20,2,11936,8733,5719,384,2225.511550999991,0.681818181818182,8,0,C#6,p,11,144,85,11,,,,,,o,,,,,gutim,17067 +nof,368,14,2,11930,8734,,153,2225.586550999991,,,,,,,144,85,0,,,,,,,,,,,gutim,17067 +non,368,21,3,11937,8735,5720,435,2225.7825509999907,0.133167613636364,32,0,G#3,mf-,16,144,56,16,,,,,,o,,,,,gutim,17068 +nof,368,17,3,11933,8736,,230,2225.857550999991,,,,,,,144,62,0,,,,,,,,,,,gutim,17064 +nof,368,21,3,11937,8737,,435,2225.9165509999907,,,,,,,144,56,0,,,,,,,,,,,gutim,17068 +non,368,22,3,11938,8737,5721,460,2225.9165509999907,0.276988636363636,16,0,D4,mf,17,144,62,17,,,,,,o,,,,,gutim,17069 +nof,368,20,2,11936,8738,,384,2226.1935509999907,,,,,,,144,85,0,,,,,,,,,,,gutim,17070 +nof,368,22,3,11938,8738,,460,2226.1935509999907,,,,,,,144,62,0,,,,,,,,,,,gutim,17069 +rst,368,23,1,11939,8738,,512,2226.1935509999907,,,,,,,176,102,0,,,,,,,,,,,gutim,17071 +non,368,24,2,11940,8738,5722,512,2226.1935509999907,0.133167613636364,32,0,C5,mf+,18,144,72,18,,,,,,o,,,,,gutim,17072 +rst,368,25,3,11941,8738,,512,2226.1935509999907,,,,,,,176,102,0,,,,,,,,,,,gutim,17073 +nof,368,5,1,11921,8739,,0,2226.268550999991,,,,,,,144,81,0,,,,,,,,,,,gutim,17052 +nof,368,6,1,11922,8739,,0,2226.268550999991,,,,,,,144,86,0,,,,,,,,,,,gutim,17053 +nof,368,24,2,11940,8740,,512,2226.326550999991,,,,,,,144,72,0,,,,,,,,,,,gutim,17072 +non,368,26,2,11942,8740,5723,537,2226.326550999991,0.271661931818182,16,0,E5,f-,19,144,76,19,,,,,,o,,,,,gutim,17074 +nof,368,26,2,11942,8741,,537,2226.5975509999907,,,,,,,144,76,0,,,,,,,,,,,gutim,17074 +non,368,27,2,11943,8741,5724,588,2226.5975509999907,0.0692471590909091,64,0,C#6,f,20,144,85,20,,,,,,o,,,,,gutim,17075 +nof,368,27,2,11943,8742,,588,2226.667550999991,,,,,,,144,85,0,,,,,,,,,,,gutim,17075 +non,368,28,2,11944,8742,5725,601,2226.667550999991,0.0692471590909091,64,0,G#2,f+,21,144,44,21,,,,,,o,,,,,gutim,17076 +nof,368,28,2,11944,8743,,601,2226.736550999991,,,,,,,144,44,0,,,,,,,,,,,gutim,17076 +non,368,29,2,11945,8743,5726,614,2226.736550999991,0.0692471590909091,64,0,D3,f+,21,144,50,21,,,,,,o,,,,,gutim,17077 +nof,368,29,2,11945,8744,,614,2226.805550999991,,,,,,,144,50,0,,,,,,,,,,,gutim,17077 +non,368,30,2,11946,8744,5727,627,2226.805550999991,0.0692471590909091,64,0,C5,f+,21,144,72,21,,,,,,o,,,,,gutim,17078 +nof,368,30,2,11946,8745,,627,2226.874550999991,,,,,,,144,72,0,,,,,,,,,,,gutim,17078 +non,368,31,2,11947,8745,5728,640,2226.874550999991,0.404829545454545,16,1,E5,ff,22,144,76,22,,,,,,o,,,,,gutim,17079 +non,368,32,1,11948,8746,5729,704,2227.2155509999907,0.340909090909091,16,0,F7,f,20,144,101,20,,,,,t,o,,,,,gutim,17080 +nof,368,31,2,11947,8747,,640,2227.279550999991,,,,,,,144,76,0,,,,,,,,,,,gutim,17079 +rst,368,33,2,11949,8747,,716,2227.279550999991,,,,,,,176,102,0,,,,,,,,,,,gutim,17081 +non,368,34,3,11950,8748,5730,736,2227.386550999991,0.170454545454545,32,0,E3,fff,24,144,52,24,,,,,,o,,,,,gutim,17082 +nof,368,34,3,11950,8749,,736,2227.556550999991,,,,,,,144,52,0,,,,,,,,,,,gutim,17082 +non,368,35,1,11951,8749,,768,2227.556550999991,1.19318181818182,8,2,F7,,,,,,,,,,T,,,,,,gutim,17083 +rst,368,36,2,11952,8749,,768,2227.556550999991,,,,,,,176,102,0,,,,,,,,,,,gutim,17084 +non,368,37,3,11953,8749,5731,768,2227.556550999991,0.170454545454545,32,0,Bb1,fff,24,144,34,24,,,,,,o,,,,,gutim,17085 +non,368,38,3,11954,8749,5731,768,2227.556550999991,0.170454545454545,32,0,E3,fff,24,144,52,24,,,,,,o,,,,,gutim,17086 +nof,368,37,3,11953,8750,,768,2227.727550999991,,,,,,,144,34,0,,,,,,,,,,,gutim,17085 +nof,368,38,3,11954,8750,,768,2227.727550999991,,,,,,,144,52,0,,,,,,,,,,,gutim,17086 +non,368,39,3,11955,8750,5732,800,2227.727550999991,0.511363636363636,16,1,Bb1,fff,24,144,34,24,,,,,,o,,,,,gutim,17087 +non,368,40,3,11956,8750,5732,800,2227.727550999991,0.340909090909091,16,1,Gb2,fff,24,144,42,24,,,,,,o,,,,,gutim,17088 +nof,368,40,3,11956,8751,,800,2228.0685509999907,,,,,,,144,42,0,,,,,,,,,,,gutim,17088 +non,368,41,3,11957,8752,5733,896,2228.238550999991,0.681818181818182,8,0,Gb2,f+,21,144,42,21,,,,,,o,,,,,gutim,17089 +nof,368,39,3,11955,8753,,800,2228.313550999991,,,,,,,144,34,0,,,,,,,,,,,gutim,17087 +ped,368,43,0,11958,8754,,1011,2228.701550999991,,,,,,,176,64,0,,,,,,,^,,,,gutim,17056 +non,368,42,1,11959,8755,5734,992,2228.749550999991,0.170454545454545,32,0,F7,f,20,144,101,20,,,,,,o,,d,,,gutim,17090 +nof,368,32,1,11948,8756,,704,2228.824550999991,,,,,,,144,101,0,,,,,,,,,,,gutim,17090 +nof,368,41,3,11957,8757,,896,2228.920550999991,,,,,,,144,42,0,,,,,,,,,,,gutim,17089 +nof,368,42,1,11959,8757,,992,2228.920550999991,,,,,,,144,101,0,,,,,,,,,,,gutim,17091 +bar,369,1,0,11960,8758,,0,2228.920550999991,,,,,,,,,,369,,,,,,,,,,gutim,17092 +rst,369,0,3,11961,8758,,0,2228.920550999991,,,,,,,176,102,0,,,,,,,,,,,gutim,17093 +non,369,2,1,11962,8758,5735,0,2228.920550999991,2.72727272727273,2,0,E5,ff,22,144,76,22,,,,,,o,,d,,,gutim,17094 +non,369,3,1,11963,8758,5735,0,2228.920550999991,2.72727272727273,2,0,F7,ff,22,144,101,22,,,,,,o,,d,,,gutim,17095 +non,369,4,2,11964,8758,5735,0,2228.920550999991,0.298295454545455,16,0,E6,ppp,5,144,88,5,,,,,,o,,d,,,gutim,17096 +ped,368,43,0,11965,8759,,1011,2229.0015509999907,,,,,,,176,64,127,,,,,,,V,,,,gutim,17097 +nof,369,4,2,11964,8760,,0,2229.218550999991,,,,,,,144,88,0,,,,,,,,,,,gutim,17096 +non,369,5,2,11966,8760,5736,56,2229.218550999991,0.607244318181818,8,0,G#4,ppp,5,144,68,5,,,,,,o,,d,,,gutim,17098 +nof,369,5,2,11966,8761,,56,2229.825550999991,,,,,,,144,68,0,,,,,,,,,,,gutim,17098 +rst,369,6,2,11967,8761,,170,2229.825550999991,,,,,,,176,102,0,,,,,,,,,,,gutim,17099 +non,369,7,2,11968,8762,5737,199,2229.980550999991,0.149147727272727,32,0,C#6,ppp,5,144,85,5,,,,,,o,,d,,,gutim,17100 +nof,369,7,2,11968,8763,,199,2230.129550999991,,,,,,,144,85,0,,,,,,,,,,,gutim,17100 +non,369,8,2,11969,8763,5738,227,2230.129550999991,0.154474431818182,32,0,G5,ppp,5,144,79,5,,,,,,o,,d,,,gutim,17101 +nof,369,8,2,11969,8764,,227,2230.284550999991,,,,,,,144,79,0,,,,,,,,,,,gutim,17101 +non,369,9,3,11970,8764,5739,256,2230.284550999991,2.38636363636364,4,2,Eb1,pp,8,144,27,8,,,,,,o,,D,,,gutim,17102 +non,369,10,2,11971,8764,5739,256,2230.284550999991,0.149147727272727,32,0,C#6,ppp,5,144,85,5,,,,,,o,,d,,,gutim,17103 +nof,369,10,2,11971,8765,,256,2230.433550999991,,,,,,,144,85,0,,,,,,,,,,,gutim,17103 +non,369,11,2,11972,8765,5740,284,2230.433550999991,0.149147727272727,32,0,G5,ppp,5,144,79,5,,,,,,o,,,,,gutim,17104 +nof,369,11,2,11972,8766,,284,2230.582550999991,,,,,,,144,79,0,,,,,,,,,,,gutim,17104 +non,369,12,2,11973,8766,5741,312,2230.582550999991,0.154474431818182,32,0,C#6,ppp,5,144,85,5,,,,,,o,,,,,gutim,17105 +nof,369,12,2,11973,8767,,312,2230.736550999991,,,,,,,144,85,0,,,,,,,,,,,gutim,17105 +non,369,13,2,11974,8767,5742,341,2230.736550999991,0.452769886363636,16,1,E6,ppp,5,144,88,5,,,,,,o,,,,,gutim,17106 +nof,369,13,2,11974,8768,,341,2231.189550999991,,,,,,,144,88,0,,,,,,,,,,,gutim,17106 +non,369,14,2,11975,8768,5743,426,2231.189550999991,0.154474431818182,32,0,G4,ppp,5,144,67,5,,,,,,o,,,,,gutim,17107 +nof,369,14,2,11975,8769,,426,2231.344550999991,,,,,,,144,67,0,,,,,,,,,,,gutim,17107 +non,369,15,2,11976,8769,5744,455,2231.344550999991,0.303622159090909,16,0,E6,ppp,5,144,88,5,,,,,,o,,,,,gutim,17108 +nof,369,2,1,11962,8770,,0,2231.647550999991,,,,,,,144,76,0,,,,,,,,,,,gutim,17094 +nof,369,3,1,11963,8770,,0,2231.647550999991,,,,,,,144,101,0,,,,,,,,,,,gutim,17095 +nof,369,15,2,11976,8771,,455,2231.647550999991,,,,,,,144,88,0,,,,,,,,,,,gutim,17108 +rst,369,16,1,11977,8771,,512,2231.647550999991,,,,,,,176,102,0,,,,,,,,,,,gutim,17109 +non,369,17,2,11978,8771,5745,512,2231.647550999991,0.149147727272727,32,0,C#6,ppp,5,144,85,5,,,,,,o,,,,,gutim,17110 +nof,369,17,2,11978,8772,,512,2231.796550999991,,,,,,,144,85,0,,,,,,,,,,,gutim,17110 +non,369,18,2,11979,8772,5746,540,2231.796550999991,0.149147727272727,32,0,G4,ppp,5,144,67,5,,,,,,o,,,,,gutim,17111 +nof,369,18,2,11979,8773,,540,2231.9455509999907,,,,,,,144,67,0,,,,,,,,,,,gutim,17111 +non,369,19,2,11980,8773,5747,568,2231.9455509999907,0.154474431818182,32,0,E6,ppp,5,144,88,5,,,,,,o,,,,,gutim,17112 +nof,369,19,2,11980,8774,,568,2232.100550999991,,,,,,,144,88,0,,,,,,,,,,,gutim,17112 +non,369,20,2,11981,8774,5748,597,2232.100550999991,0.452769886363636,16,1,C5,ppp,5,144,72,5,,,,,,o,,,,,gutim,17113 +non,369,21,1,11982,8775,5749,640,2232.3295509999907,0.681818181818182,8,0,C#5,f,20,144,73,20,,,,,t,o,,,,,gutim,17114 +non,369,22,2,11983,8776,5750,682,2232.553550999991,0.154474431818182,32,0,G4,ppp,5,144,67,5,,,,,,o,,,,,gutim,17115 +nof,369,20,2,11981,8777,,597,2232.553550999991,,,,,,,144,72,0,,,,,,,,,,,gutim,17113 +nof,369,9,3,11970,8778,,256,2232.670550999991,,,,,,,144,27,0,,,,,,,,,,,gutim,17102 +non,369,23,3,11984,8779,5751,704,2232.670550999991,0.340909090909091,16,0,Bb2,p,11,144,46,11,,,,,t,o,,,,,gutim,17116 +nof,369,21,1,11982,8780,,640,2232.707550999991,,,,,,,144,73,0,,,,,,,,,,,gutim,17114 +nof,369,22,2,11983,8780,,682,2232.707550999991,,,,,,,144,67,0,,,,,,,,,,,gutim,17115 +non,369,24,2,11985,8780,5752,711,2232.707550999991,0.149147727272727,32,0,C#5,ppp,5,144,73,5,,,,,,o,,,,,gutim,17117 +non,369,25,2,11986,8781,5753,739,2232.8565509999908,0.154474431818182,32,0,G4,ppp,5,144,67,5,,,,,,o,,,,,gutim,17118 +nof,369,25,2,11986,8782,,739,2233.011550999991,,,,,,,144,67,0,,,,,,,,,,,gutim,17118 +non,369,26,1,11987,8782,,768,2233.011550999991,1.02272727272727,8,1,C#5,,,,,,,,,,T,,,,,,gutim,17119 +non,369,27,2,11988,8782,5754,768,2233.011550999991,0.905539772727273,8,1,E5,ppp,5,144,76,5,,,,,,o,,,,,gutim,17120 +non,369,28,3,11989,8782,,768,2233.011550999991,0.340909090909091,16,0,Bb2,,,,,,,,,,T,,,,,,gutim,17121 +nof,369,23,3,11984,8783,,704,2233.352550999991,,,,,,,144,46,0,,,,,,,,,,,gutim,17116 +non,369,29,3,11990,8783,5755,832,2233.352550999991,0.133167613636364,32,0,A4,p,11,144,69,11,,,,,,o,,,e,,gutim,17122 +nof,369,29,3,11990,8784,,832,2233.485550999991,,,,,,,144,69,0,,,,,,,,,,,gutim,17122 +non,369,30,3,11991,8784,5756,857,2233.485550999991,0.138494318181818,32,0,F2,p-,10,144,41,10,,,,,,o,,,e,,gutim,17123 +nof,369,30,3,11991,8785,,857,2233.623550999991,,,,,,,144,41,0,,,,,,,,,,,gutim,17123 +non,369,31,3,11992,8785,5757,883,2233.623550999991,0.133167613636364,32,0,A5,pp,8,144,81,8,,,,,,o,,,e,,gutim,17124 +nof,369,31,3,11992,8786,,883,2233.757550999991,,,,,,,144,81,0,,,,,,,,,,,gutim,17124 +non,369,32,3,11993,8786,5758,908,2233.757550999991,0.138494318181818,32,0,F2,pp-,7,144,41,7,,,,,,o,,,e,,gutim,17125 +nof,369,32,3,11993,8787,,908,2233.895550999991,,,,,,,144,41,0,,,,,,,,,,,gutim,17125 +non,369,33,3,11994,8787,5759,934,2233.895550999991,0.138494318181818,32,0,Db2,ppp,5,144,37,5,,,,,t,o,,,E,,gutim,17126 +non,369,34,2,11995,8788,5760,938,2233.9165509999907,0.303622159090909,16,0,G4,ppp,5,144,67,5,,,,,,o,,,,,gutim,17127 +nof,369,27,2,11988,8789,,768,2233.9165509999907,,,,,,,144,76,0,,,,,,,,,,,gutim,17120 +non,369,35,1,11996,8790,5761,960,2234.034550999991,0.340909090909091,16,0,Bb3,ppp,5,144,58,5,,,,,t,o,,,,,gutim,17128 +non,369,36,3,11997,8790,,960,2234.034550999991,0.340909090909091,16,0,Db2,,,,,,,,,,_,,,,,,gutim,17129 +nof,369,24,2,11985,8791,,711,2234.034550999991,,,,,,,144,73,0,,,,,,,,,,,gutim,17117 +nof,369,34,2,11995,8792,,938,2234.220550999991,,,,,,,144,67,0,,,,,,,,,,,gutim,17127 +non,369,37,2,11998,8792,5762,995,2234.220550999991,0.154474431818182,32,0,E6,p,11,144,88,11,,,,,t,o,,,,,gutim,17130 +bar,370,0,0,11999,8793,,0,2234.374550999991,,,,,,,,,,370,,,,,,,,,,gutim,17131 +non,370,1,1,12000,8793,,0,2234.374550999991,1.36363636363636,4,0,Bb3,,,,,,,,,,T,,,,,,gutim,17132 +non,370,2,2,12001,8793,,0,2234.374550999991,0.298295454545455,16,0,E6,,,,,,,,,,T,,,,,,gutim,17133 +non,370,3,3,12002,8793,,0,2234.374550999991,1.36363636363636,4,0,Db2,,,,,,,,,,T,,,,,,gutim,17134 +rst,370,4,4,12003,8793,,0,2234.374550999991,,,,,,,176,102,0,,,,,,,,,,,gutim,17135 +nof,369,37,2,11998,8794,,995,2234.6735509999908,,,,,,,144,88,0,,,,,,,,,,,gutim,17130 +non,370,5,2,12004,8794,5763,56,2234.6735509999908,0.154474431818182,32,0,G3,ppp,5,144,55,5,,,,,,o,,,,,gutim,17136 +nof,370,5,2,12004,8795,,56,2234.8275509999908,,,,,,,144,55,0,,,,,,,,,,,gutim,17136 +non,370,6,2,12005,8795,5764,85,2234.8275509999908,0.149147727272727,32,0,E5,ppp,5,144,76,5,,,,,,o,,,,,gutim,17137 +nof,370,6,2,12005,8796,,85,2234.976550999991,,,,,,,144,76,0,,,,,,,,,,,gutim,17137 +non,370,7,2,12006,8796,5765,113,2234.976550999991,0.458096590909091,16,1,C4,ppp,5,144,60,5,,,,,,o,,,,,gutim,17138 +nof,370,7,2,12006,8797,,113,2235.4345509999907,,,,,,,144,60,0,,,,,,,,,,,gutim,17138 +non,370,8,2,12007,8797,5766,199,2235.4345509999907,0.149147727272727,32,0,Ab3,ppp,5,144,56,5,,,,,,o,,d,e,,gutim,17139 +nof,370,8,2,12007,8798,,199,2235.584550999991,,,,,,,144,56,0,,,,,,,,,,,gutim,17139 +non,370,9,2,12008,8798,5767,227,2235.584550999991,0.154474431818182,32,0,C4,ppp,5,144,60,5,,,,,,o,,d,e,,gutim,17140 +ped,370,10,0,12009,8799,,256,2235.663550999991,,,,,,,176,64,0,,,,,,,^,,,,gutim,17097 +nof,369,33,3,11994,8800,,934,2235.738550999991,,,,,,,144,37,0,,,,,,,,,,,gutim,17126 +nof,369,35,1,11996,8800,,960,2235.738550999991,,,,,,,144,58,0,,,,,,,,,,,gutim,17128 +nof,370,9,2,12008,8801,,227,2235.738550999991,,,,,,,144,60,0,,,,,,,,,,,gutim,17140 +non,370,11,1,12010,8801,5768,256,2235.738550999991,0.149147727272727,32,0,Ab3,ppp,5,144,56,5,,,,,,o,,d,e,,gutim,17141 +rst,370,12,2,12011,8801,,256,2235.738550999991,,,,,,,176,102,0,,,,,,,,,,,gutim,17142 +non,370,13,3,12012,8801,5768,,2235.738550999991,0.05,8,0,E2,f,20,144,40,20,,,,g,,o,,d,,,gutim,17143 +nof,370,13,3,12012,8802,,,2235.788550999991,,,,,,,144,40,0,,,,,,,,,,,gutim,17143 +non,370,14,3,12013,8803,5769,,2235.813550999991,0.05,8,0,Bb1,f,20,144,34,20,,,,g,,o,,d,,,gutim,17144 +nof,370,14,3,12013,8804,,,2235.863550999991,,,,,,,144,34,0,,,,,,,,,,,gutim,17144 +nof,370,11,1,12010,8805,,256,2235.8875509999907,,,,,,,144,56,0,,,,,,,,,,,gutim,17141 +non,370,15,3,12014,8806,5770,256,2235.888550999991,0.111860795454545,32,0,A1,f,20,144,33,20,,,,,,o,,d,,,gutim,17145 +rst,370,16,4,12015,8806,,256,2235.888550999991,,,,,,,176,102,0,,,,,,,,,,,gutim,17146 +ped,370,10,0,12016,8807,,256,2235.9635509999907,,,,,,,176,64,127,,,,,,,V,,,,gutim,17147 +nof,370,15,3,12014,8808,,256,2236.000550999991,,,,,,,144,33,0,,,,,,,,,,,gutim,17145 +non,370,17,3,12017,8808,5771,277,2236.000550999991,0.111860795454545,32,0,F2,mp,14,144,41,14,,,,,,o,,d,,,gutim,17148 +non,370,18,1,12018,8809,5772,284,2236.037550999991,0.149147727272727,32,0,C4,ppp+,6,144,60,6,,,,,,o,,,e,,gutim,17149 +nof,370,17,3,12017,8810,,277,2236.112550999991,,,,,,,144,41,0,,,,,,,,,,,gutim,17148 +non,370,19,3,12019,8810,5773,298,2236.112550999991,0.1171875,32,0,E2,p,11,144,40,11,,,,,,o,,,,,gutim,17150 +non,370,20,1,12020,8811,5774,312,2236.1865509999907,0.154474431818182,32,0,Ab3,ppp+,6,144,56,6,,,,,,o,,,E 6036,,gutim,17151 +nof,370,18,1,12018,8812,,284,2236.1865509999907,,,,,,,144,60,0,,,,,,,,,,,gutim,17149 +nof,370,19,3,12019,8813,,298,2236.229550999991,,,,,,,144,40,0,,,,,,,,,,,gutim,17150 +non,370,21,3,12021,8813,5775,320,2236.229550999991,0.111860795454545,32,0,Bb1,p-,10,144,34,10,,,,,,o,,,,,gutim,17152 +nof,370,20,1,12020,8814,,312,2236.341550999991,,,,,,,144,56,0,,,,,,,,,,,gutim,17151 +nof,370,21,3,12021,8814,,320,2236.341550999991,,,,,,,144,34,0,,,,,,,,,,,gutim,17152 +non,370,22,1,12022,8814,5776,341,2236.341550999991,0.0852272727272727,64,0,G2,pp-,7,144,43,7,,,,,,o,,,,,gutim,17153 +non,370,23,3,12023,8814,5776,341,2236.341550999991,0.111860795454545,32,0,A1,pp,8,144,33,8,,,,,,o,,,,,gutim,17154 +nof,370,22,1,12022,8815,,341,2236.426550999991,,,,,,,144,43,0,,,,,,,,,,,gutim,17153 +non,370,24,1,12024,8815,5777,357,2236.426550999991,0.0905539772727273,64,0,C#5,pp-,7,144,73,7,,,,,,o,,,,,gutim,17155 +nof,370,23,3,12023,8816,,341,2236.453550999991,,,,,,,144,33,0,,,,,,,,,,,gutim,17154 +non,370,25,3,12025,8816,5778,362,2236.453550999991,0.1171875,32,0,F2,pp-,7,144,41,7,,,,,,o,,,,,gutim,17156 +nof,370,24,1,12024,8817,,357,2236.517550999991,,,,,,,144,73,0,,,,,,,,,,,gutim,17155 +non,370,26,1,12026,8817,5779,374,2236.517550999991,0.0905539772727273,64,0,E6,pp-,7,144,88,7,,,,,,o,,,,,gutim,17157 +nof,370,25,3,12025,8818,,362,2236.5705509999907,,,,,,,144,41,0,,,,,,,,,,,gutim,17156 +non,370,27,3,12027,8818,5780,384,2236.5705509999907,0.681818181818182,8,1,Db2,ppp,5,144,37,5,,,,,,o,,d 6036,,,gutim,17158 +nof,370,26,1,12026,8819,,374,2236.607550999991,,,,,,,144,88,0,,,,,,,,,,,gutim,17157 +non,370,28,1,12028,8819,5781,391,2236.607550999991,0.0905539772727273,64,0,C5,pp,8,144,72,8,,,,,,o,,,,,gutim,17159 +nof,370,28,1,12028,8820,,391,2236.698550999991,,,,,,,144,72,0,,,,,,,,,,,gutim,17159 +non,370,29,1,12029,8820,5782,408,2236.698550999991,0.0958806818181818,64,0,Ab4,pp,8,144,68,8,,,,,,o,,,,,gutim,17160 +nof,370,29,1,12029,8821,,408,2236.794550999991,,,,,,,144,68,0,,,,,,,,,,,gutim,17160 +non,370,30,1,12030,8821,5783,426,2236.794550999991,0.303622159090909,16,0,C5,pp,8,144,72,8,,,,,,o,,,,,gutim,17161 +nof,370,30,1,12030,8822,,426,2237.0975509999907,,,,,,,144,72,0,,,,,,,,,,,gutim,17161 +non,370,31,1,12031,8822,5784,483,2237.0975509999907,0.154474431818182,32,0,Ab3,pp+,9,144,56,9,,,,,,o,,,e,,gutim,17162 +sec,370,32,0,12032,8822,,483,2237.0975509999907,,,,,,,,,,,6036,,,,,,,,,gutim,17163 +nof,370,27,3,12027,8823,,384,2237.252550999991,,,,,,,144,37,0,,,,,,,,,,,gutim,17158 +nof,370,31,1,12031,8824,,483,2237.252550999991,,,,,,,144,56,0,,,,,,,,,,,gutim,17162 +non,370,33,1,12033,8824,5785,512,2237.252550999991,0.149147727272727,32,0,G2,p-,10,144,43,10,,,,,,o,,,e,,gutim,17164 +rst,370,34,2,12034,8824,,512,2237.252550999991,,,,,,,176,102,0,,,,,,,,,,,gutim,17165 +rst,370,35,3,12035,8824,,512,2237.252550999991,,,,,,,176,102,0,,,,,,,,,,,gutim,17166 +nof,370,33,1,12033,8825,,512,2237.401550999991,,,,,,,144,43,0,,,,,,,,,,,gutim,17164 +non,370,36,1,12036,8825,5786,540,2237.401550999991,0.149147727272727,32,0,Ab3,p-,10,144,56,10,,,,,,o,,,e,,gutim,17167 +nof,370,36,1,12036,8826,,540,2237.5505509999907,,,,,,,144,56,0,,,,,,,,,,,gutim,17167 +non,370,37,1,12037,8826,5787,568,2237.5505509999907,0.154474431818182,32,0,C#5,p,11,144,73,11,,,,,,o,,,e,,gutim,17168 +nof,370,37,1,12037,8827,,568,2237.705550999991,,,,,,,144,73,0,,,,,,,,,,,gutim,17168 +non,370,38,1,12038,8827,5788,597,2237.705550999991,0.303622159090909,16,0,E6,p,11,144,88,11,,,,,,o,,,E,,gutim,17169 +nof,370,38,1,12038,8828,,597,2238.008550999991,,,,,,,144,88,0,,,,,,,,,,,gutim,17169 +rst,370,39,1,12039,8828,,654,2238.008550999991,,,,,,,176,102,0,,,,,,,,,,,gutim,17170 +ped,370,40,0,12040,8829,,689,2238.045550999991,,,,,,,176,64,0,,,,,,,^,,,,gutim,17147 +ped,370,40,0,12041,8830,,689,2238.345550999991,,,,,,,176,64,127,,,,,,,V,,,,gutim,17171 +non,370,43,3,12042,8831,5789,,2238.615550999991,0.05,8,0,B4,p,11,144,71,11,,,,g,,o,,,e,,gutim,17172 +nof,370,43,3,12042,8832,,,2238.665550999991,,,,,,,144,71,0,,,,,,,,,,,gutim,17172 +non,370,44,3,12043,8833,5790,,2238.690550999991,0.05,8,0,E3,p,11,144,52,11,,,,g,,o,,,e,,gutim,17173 +nof,370,44,3,12043,8834,,,2238.740550999991,,,,,,,144,52,0,,,,,,,,,,,gutim,17173 +non,370,45,3,12044,8835,5791,,2238.765550999991,0.05,8,0,F#2,p,11,144,42,11,,,,g,,o,,,e,,gutim,17174 +nof,370,45,3,12044,8836,,,2238.815550999991,,,,,,,144,42,0,,,,,,,,,,,gutim,17174 +non,370,46,3,12045,8837,5792,,2238.8405509999907,0.05,8,0,B5,p,11,144,83,11,,,,g,,o,,,e,,gutim,17175 +nof,370,46,3,12045,8838,,,2238.890550999991,,,,,,,144,83,0,,,,,,,,,,,gutim,17175 +non,370,47,3,12046,8839,5793,,2238.915550999991,0.05,8,0,D6,f,20,144,86,20,,,,g,,o,,,e,,gutim,17176 +nof,370,47,3,12046,8840,,,2238.9655509999907,,,,,,,144,86,0,,,,,,,,,,,gutim,17176 +non,370,48,3,12047,8841,5794,,2238.990550999991,0.05,8,0,Bb1,p,11,144,34,11,,,,g,,o,,,E,,gutim,17177 +nof,370,48,3,12047,8842,,,2239.040550999991,,,,,,,144,34,0,,,,,,,,,,,gutim,17177 +non,370,42,1,12048,8843,5795,768,2239.065550999991,0.681818181818182,8,0,B4,f,20,144,71,20,,,,,,o,,,,,gutim,17178 +non,370,41,1,12049,8843,5795,,2239.065550999991,0.05,8,0,E4,f,20,144,64,20,,,,g,,o,,,,,gutim,17179 +nof,370,41,1,12049,8844,,,2239.115550999991,,,,,,,144,64,0,,,,,,,,,,,gutim,17179 +non,370,49,3,12050,8845,5796,768,2239.140550999991,0.905539772727273,8,1,C4,ppp,5,144,60,5,,,,,,o,,,,,gutim,17180 +nof,370,42,1,12048,8846,,768,2239.747550999991,,,,,,,144,71,0,,,,,,,,,,,gutim,17178 +non,370,50,1,12051,8847,5797,,2239.822550999991,0.05,8,0,Gb6,ppp,5,144,90,5,,,,g,,o,,,e,,gutim,17181 +nof,370,50,1,12051,8848,,,2239.872550999991,,,,,,,144,90,0,,,,,,,,,,,gutim,17181 +non,370,51,1,12052,8849,5798,,2239.897550999991,0.05,8,0,Ab5,ppp,5,144,80,5,,,,g,,o,,,e,,gutim,17182 +nof,370,51,1,12052,8850,,,2239.947550999991,,,,,,,144,80,0,,,,,,,,,,,gutim,17182 +non,370,52,1,12053,8851,5799,,2239.9725509999907,0.05,8,0,D7,ppp,5,144,98,5,,,,g,,o,,,e,,gutim,17183 +nof,370,52,1,12053,8852,,,2240.022550999991,,,,,,,144,98,0,,,,,,,,,,,gutim,17183 +nof,370,49,3,12050,8853,,768,2240.046550999991,,,,,,,144,60,0,,,,,,,,,,,gutim,17180 +non,370,53,1,12054,8854,5800,,2240.047550999991,0.05,8,0,Eb6,ppp,5,144,87,5,,,,g,,o,,,e,,gutim,17184 +nof,370,53,1,12054,8855,,,2240.0975509999907,,,,,,,144,87,0,,,,,,,,,,,gutim,17184 +non,370,54,1,12055,8856,5801,,2240.122550999991,0.05,8,0,Bb7,ppp,5,144,106,5,,,,g,,o,,,E,,gutim,17185 +nof,370,54,1,12055,8857,,,2240.172550999991,,,,,,,144,106,0,,,,,,,,,,,gutim,17185 +non,370,55,1,12056,8858,5802,896,2240.197550999991,0.191761363636364,32,0,B4,mp,14,144,71,14,,,,,,o,,,,,gutim,17186 +nof,370,55,1,12056,8859,,896,2240.389550999991,,,,,,,144,71,0,,,,,,,,,,,gutim,17186 +non,370,56,1,12057,8859,5803,932,2240.389550999991,0.197088068181818,32,0,D5,p+,12,144,74,12,,,,,,o,,,,,gutim,17187 +non,370,57,3,12058,8860,5804,938,2240.421550999991,0.0852272727272727,64,0,E5,ppp,5,144,76,5,,,,,,o,,,,,gutim,17188 +nof,370,57,3,12058,8861,,938,2240.506550999991,,,,,,,144,76,0,,,,,,,,,,,gutim,17188 +non,370,58,3,12059,8861,5805,954,2240.506550999991,0.0905539772727273,64,0,C4,ppp,5,144,60,5,,,,,,o,,,,,gutim,17189 +nof,370,56,1,12057,8862,,932,2240.586550999991,,,,,,,144,74,0,,,,,,,,,,,gutim,17187 +non,370,59,1,12060,8862,5806,969,2240.586550999991,0.0958806818181818,64,0,E4,p-,10,144,64,10,,,,,,o,,,,,gutim,17190 +nof,370,58,3,12059,8863,,954,2240.5975509999907,,,,,,,144,60,0,,,,,,,,,,,gutim,17189 +non,370,60,3,12061,8863,5807,971,2240.5975509999907,0.0905539772727273,64,0,Ab3,ppp,5,144,56,5,,,,,,o,,,,,gutim,17191 +nof,370,59,1,12060,8864,,969,2240.682550999991,,,,,,,144,64,0,,,,,,,,,,,gutim,17190 +non,370,61,1,12062,8864,5808,987,2240.682550999991,0.0958806818181818,64,0,B4,pp+,9,144,71,9,,,,,,o,,,,,gutim,17192 +nof,370,60,3,12061,8865,,971,2240.687550999991,,,,,,,144,56,0,,,,,,,,,,,gutim,17191 +non,370,62,3,12063,8865,5809,988,2240.687550999991,0.0905539772727273,64,0,C4,ppp,5,144,60,5,,,,,,o,,,,,gutim,17193 +nof,370,61,1,12062,8866,,987,2240.778550999991,,,,,,,144,71,0,,,,,,,,,,,gutim,17192 +nof,370,62,3,12063,8866,,988,2240.778550999991,,,,,,,144,60,0,,,,,,,,,,,gutim,17193 +non,370,63,1,12064,8866,5810,1005,2240.778550999991,0.101207386363636,64,0,D5,pp,8,144,74,8,,,,,,o,,,,,gutim,17194 +non,370,64,3,12065,8866,5810,1005,2240.778550999991,0.101207386363636,64,0,Ab3,ppp,5,144,56,5,,,,,,o,,,,,gutim,17195 +ped,371,5,0,12066,8867,,16,2240.814550999991,,,,,,,176,64,0,,,,,,,^,,,,gutim,17171 +nof,370,63,1,12064,8868,,1005,2240.879550999991,,,,,,,144,74,0,,,,,,,,,,,gutim,17194 +nof,370,64,3,12065,8868,,1005,2240.879550999991,,,,,,,144,56,0,,,,,,,,,,,gutim,17195 +bar,371,0,0,12067,8868,,0,2240.879550999991,,,,,,,,,,371,,,,,,,,,,gutim,17196 +non,371,1,1,12068,8868,5811,0,2240.879550999991,0.149147727272727,32,0,C#5,ppp,5,144,73,5,,,,,,o,,,,,gutim,17197 +rst,371,2,2,12069,8868,,0,2240.879550999991,,,,,,,176,102,0,,,,,,,,,,,gutim,17198 +rst,371,3,3,12070,8868,,0,2240.879550999991,,,,,,,176,102,0,,,,,,,,,,,gutim,17199 +rst,371,4,4,12071,8868,,0,2240.879550999991,,,,,,,176,102,0,,,,,,,,,,,gutim,17200 +nof,371,1,1,12068,8869,,0,2241.028550999991,,,,,,,144,73,0,,,,,,,,,,,gutim,17197 +non,371,6,1,12072,8869,5812,28,2241.028550999991,0.149147727272727,32,0,G4,ppp+,6,144,67,6,,,,,,o,,,,,gutim,17201 +non,371,7,4,12073,8870,5813,36,2241.071550999991,0.197088068181818,32,0,Gb3,pp,8,144,54,8,,,,,,o,,,,,gutim,17202 +ped,371,5,0,12074,8871,,16,2241.114550999991,,,,,,,176,64,127,,,,,,,V,,,,gutim,17203 +nof,371,6,1,12072,8872,,28,2241.1775509999907,,,,,,,144,67,0,,,,,,,,,,,gutim,17201 +non,371,8,1,12075,8872,5814,56,2241.1775509999907,0.154474431818182,32,0,C#6,ppp+,6,144,85,6,,,,,,o,,,,,gutim,17204 +nof,371,7,4,12073,8873,,36,2241.268550999991,,,,,,,144,54,0,,,,,,,,,,,gutim,17202 +non,371,9,4,12076,8873,5815,73,2241.268550999991,0.191761363636364,32,0,Bb2,pp-,7,144,46,7,,,,,,o,,,,,gutim,17205 +nof,371,8,1,12075,8874,,56,2241.332550999991,,,,,,,144,85,0,,,,,,,,,,,gutim,17204 +non,371,10,1,12077,8874,5816,85,2241.332550999991,0.303622159090909,16,0,E6,pp-,7,144,88,7,,,,,,o,,,,,gutim,17206 +nof,371,9,4,12076,8875,,73,2241.460550999991,,,,,,,144,46,0,,,,,,,,,,,gutim,17205 +non,371,11,4,12078,8876,5817,109,2241.460550999991,0.197088068181818,32,0,Gb3,ppp,5,144,54,5,,,,,,o,,,,,gutim,17207 +nof,371,10,1,12077,8877,,85,2241.6355509999908,,,,,,,144,88,0,,,,,,,,,,,gutim,17206 +non,371,12,1,12079,8877,5818,142,2241.6355509999908,0.149147727272727,32,0,C5,pp,8,144,72,8,,,,,,o,,,,,gutim,17208 +nof,371,11,4,12078,8878,,109,2241.6575509999907,,,,,,,144,54,0,,,,,,,,,,,gutim,17207 +non,371,13,4,12080,8878,5819,146,2241.6575509999907,0.5859375,16,1,Bb2,ppp-,4,144,46,4,,,,,,o,,,,,gutim,17209 +nof,371,12,1,12079,8879,,142,2241.785550999991,,,,,,,144,72,0,,,,,,,,,,,gutim,17208 +non,371,14,1,12081,8879,5820,170,2241.785550999991,0.0852272727272727,64,0,C#6,pp+,9,144,85,9,,,,,,o,,,,,gutim,17210 +nof,371,14,1,12081,8880,,170,2241.870550999991,,,,,,,144,85,0,,,,,,,,,,,gutim,17210 +non,371,15,1,12082,8880,5821,186,2241.870550999991,0.0905539772727273,64,0,G4,pp+,9,144,67,9,,,,,,o,,,,,gutim,17211 +nof,371,15,1,12082,8881,,186,2241.960550999991,,,,,,,144,67,0,,,,,,,,,,,gutim,17211 +non,371,16,1,12083,8881,5822,203,2241.960550999991,0.0905539772727273,64,0,E7,p-,10,144,100,10,,,,,,o,,,,,gutim,17212 +nof,371,16,1,12083,8882,,203,2242.051550999991,,,,,,,144,100,0,,,,,,,,,,,gutim,17212 +non,371,17,1,12084,8882,5823,220,2242.051550999991,0.0905539772727273,64,0,C6,p-,10,144,84,10,,,,,,o,,,,,gutim,17213 +nof,371,17,1,12084,8883,,220,2242.141550999991,,,,,,,144,84,0,,,,,,,,,,,gutim,17213 +non,371,18,1,12085,8883,5824,237,2242.141550999991,0.101207386363636,64,0,G#4,p,11,144,68,11,,,,,,o,,,,,gutim,17214 +nof,371,13,4,12080,8884,,146,2242.243550999991,,,,,,,144,46,0,,,,,,,,,,,gutim,17209 +nof,371,18,1,12085,8885,,237,2242.243550999991,,,,,,,144,68,0,,,,,,,,,,,gutim,17214 +non,371,19,1,12086,8885,5825,256,2242.243550999991,0.149147727272727,32,0,C#5,p,11,144,73,11,,,,,,o,,,,,gutim,17215 +rst,371,20,3,12087,8885,,256,2242.243550999991,,,,,,,176,102,0,,,,,,,,,,,gutim,17216 +rst,371,21,4,12088,8885,,256,2242.243550999991,,,,,,,176,102,0,,,,,,,,,,,gutim,17217 +nof,371,19,1,12086,8886,,256,2242.392550999991,,,,,,,144,73,0,,,,,,,,,,,gutim,17215 +non,371,22,1,12089,8886,5826,284,2242.392550999991,0.149147727272727,32,0,G2,p+,12,144,43,12,,,,,,o,,,,,gutim,17218 +nof,371,22,1,12089,8887,,284,2242.5415509999907,,,,,,,144,43,0,,,,,,,,,,,gutim,17218 +non,371,23,1,12090,8887,5827,312,2242.5415509999907,0.154474431818182,32,0,E6,mp-,13,144,88,13,,,,,,o,,,,,gutim,17219 +nof,371,23,1,12090,8888,,312,2242.6955509999907,,,,,,,144,88,0,,,,,,,,,,,gutim,17219 +non,371,24,1,12091,8888,5828,341,2242.6955509999907,0.0852272727272727,64,0,G1,mp-,13,144,31,13,,,,,,o,,,,,gutim,17220 +nof,371,24,1,12091,8889,,341,2242.781550999991,,,,,,,144,31,0,,,,,,,,,,,gutim,17220 +non,371,25,1,12092,8889,5829,357,2242.781550999991,0.0905539772727273,64,0,C#5,mp,14,144,73,14,,,,,,o,,,,,gutim,17221 +nof,371,25,1,12092,8890,,357,2242.871550999991,,,,,,,144,73,0,,,,,,,,,,,gutim,17221 +non,371,26,1,12093,8890,5830,374,2242.871550999991,0.276988636363636,32,1,E5,mp,14,144,76,14,,,,,,o,,,,,gutim,17222 +non,371,27,3,12094,8891,5831,384,2242.924550999991,0.0958806818181818,64,0,E1,ff,22,144,28,22,,,,,,o,,d,e,,gutim,17223 +rst,371,28,4,12095,8891,,384,2242.924550999991,,,,,,,176,102,0,,,,,,,,,,,gutim,17224 +nof,371,27,3,12094,8892,,384,2243.020550999991,,,,,,,144,28,0,,,,,,,,,,,gutim,17223 +non,371,29,3,12096,8892,5832,402,2243.020550999991,0.0958806818181818,64,0,Bb0,f-,19,144,22,19,,,,,,o,,,e,,gutim,17225 +nof,371,29,3,12096,8893,,402,2243.116550999991,,,,,,,144,22,0,,,,,,,,,,,gutim,17225 +non,371,30,3,12097,8893,5833,420,2243.116550999991,0.0958806818181818,64,0,A0,mf-,16,144,21,16,,,,,,o,,,e,,gutim,17226 +nof,371,26,1,12093,8894,,374,2243.1485509999907,,,,,,,144,76,0,,,,,,,,,,,gutim,17222 +non,371,31,1,12098,8894,5834,426,2243.1485509999907,0.0852272727272727,64,0,C2,mp,14,144,36,14,,,,,,o,,,,,gutim,17227 +nof,371,30,3,12097,8895,,420,2243.212550999991,,,,,,,144,21,0,,,,,,,,,,,gutim,17226 +non,371,32,3,12099,8895,5835,438,2243.212550999991,0.101207386363636,64,0,F1,mp,14,144,29,14,,,,,,o,,,e,,gutim,17228 +nof,371,31,1,12098,8896,,426,2243.2335509999907,,,,,,,144,36,0,,,,,,,,,,,gutim,17227 +non,371,33,1,12100,8896,5836,442,2243.2335509999907,0.0905539772727273,64,0,E2,mp,14,144,40,14,,,,,,o,,,,,gutim,17229 +non,371,34,3,12101,8897,5837,457,2243.313550999991,0.0958806818181818,64,0,Db1,p,11,144,25,11,,,,,,o,,,e,,gutim,17230 +nof,371,32,3,12099,8898,,438,2243.313550999991,,,,,,,144,29,0,,,,,,,,,,,gutim,17228 +nof,371,33,1,12100,8899,,442,2243.324550999991,,,,,,,144,40,0,,,,,,,,,,,gutim,17229 +non,371,35,1,12102,8899,5838,459,2243.324550999991,0.0905539772727273,64,0,Ab1,mp,14,144,32,14,,,,,,o,,,,,gutim,17231 +nof,371,34,3,12101,8900,,457,2243.409550999991,,,,,,,144,25,0,,,,,,,,,,,gutim,17230 +non,371,36,3,12103,8900,5839,475,2243.409550999991,0.0958806818181818,64,0,F1,pp,8,144,29,8,,,,,,o,,,e,,gutim,17232 +nof,371,35,1,12102,8901,,459,2243.415550999991,,,,,,,144,32,0,,,,,,,,,,,gutim,17231 +non,371,37,1,12104,8901,5840,476,2243.415550999991,0.0905539772727273,64,0,C2,mp,14,144,36,14,,,,,,o,,,,,gutim,17233 +nof,371,36,3,12103,8902,,475,2243.505550999991,,,,,,,144,29,0,,,,,,,,,,,gutim,17232 +nof,371,37,1,12104,8902,,476,2243.505550999991,,,,,,,144,36,0,,,,,,,,,,,gutim,17233 +non,371,38,1,12105,8902,5841,493,2243.505550999991,0.101207386363636,64,0,Ab1,mp,14,144,32,14,,,,,,o,,,,,gutim,17234 +non,371,39,3,12106,8902,5841,493,2243.505550999991,0.101207386363636,64,0,Db1,ppp,5,144,25,5,,,,,,o,,,E,,gutim,17235 +ped,371,40,0,12107,8903,,498,2243.5325509999907,,,,,,,176,64,0,,,,,,,^,,,,gutim,17203 +rst,371,41,1,12108,8904,,512,2243.6065509999908,,,,,,,176,102,0,,,,,,,,,,,gutim,17236 +nof,371,38,1,12105,8905,,493,2243.6065509999908,,,,,,,144,32,0,,,,,,,,,,,gutim,17234 +nof,371,39,3,12106,8905,,493,2243.6065509999908,,,,,,,144,25,0,,,,,,,,,,,gutim,17235 +non,371,43,2,12109,8906,5842,512,2244.206550999991,1.36363636363636,4,0,C6,ff,22,144,84,22,,,,,,o,,,,,gutim,17237 +rst,371,44,3,12110,8906,,512,2244.206550999991,,,,,,,176,102,0,,,,,,,,,,,gutim,17238 +non,371,45,4,12111,8906,5842,512,2244.206550999991,1.36363636363636,4,0,F5,ff,22,144,77,22,,,,,,o,,,,,gutim,17239 +ped,371,42,0,12112,8906,,512,2244.206550999991,,,,,,,176,64,127,,,,,,,V,,,,gutim,17240 +non,371,46,3,12113,8907,5843,,2244.888550999991,0.05,8,0,Eb4,pp,8,144,63,8,,,,g,,o,,,,,gutim,17241 +nof,371,46,3,12113,8908,,,2244.938550999991,,,,,,,144,63,0,,,,,,,,,,,gutim,17241 +non,371,47,3,12114,8909,5844,,2244.9635509999907,0.05,8,0,C5,pp+,9,144,72,9,,,,g,,o,,,,,gutim,17242 +nof,371,47,3,12114,8910,,,2245.013550999991,,,,,,,144,72,0,,,,,,,,,,,gutim,17242 +non,371,48,3,12115,8911,5845,640,2245.038550999991,2.04545454545455,4,1,Gb4,p,11,144,66,11,,,,,,o,,,,,gutim,17243 +nof,371,43,2,12109,8912,,512,2245.5705509999907,,,,,,,144,84,0,,,,,,,,,,,gutim,17237 +nof,371,45,4,12111,8912,,512,2245.5705509999907,,,,,,,144,77,0,,,,,,,,,,,gutim,17239 +rst,371,49,1,12116,8913,,768,2245.720550999991,,,,,,,176,102,0,,,,,,,,,,,gutim,17244 +non,371,57,2,12117,8913,5846,768,2245.720550999991,0.271661931818182,16,0,C6,ff,22,144,84,22,,,,,,o,,,,,gutim,17245 +non,371,58,4,12118,8913,5846,768,2245.720550999991,0.170454545454545,32,0,F5,ff,22,144,77,22,,,,,,o,,,,,gutim,17246 +nof,371,58,4,12118,8914,,768,2245.890550999991,,,,,,,144,77,0,,,,,,,,,,,gutim,17246 +non,371,59,4,12119,8914,5847,800,2245.890550999991,0.170454545454545,32,0,F5,ff,22,144,77,22,,,,,,o,,,,,gutim,17247 +nof,371,57,2,12117,8915,,768,2245.9925509999907,,,,,,,144,84,0,,,,,,,,,,,gutim,17245 +non,371,50,2,12120,8915,5848,,2245.9925509999907,0.05,8,0,Gb6,ppp,5,144,90,5,,,,g,,o,,,e,,gutim,17248 +nof,371,50,2,12120,8916,,,2246.042550999991,,,,,,,144,90,0,,,,,,,,,,,gutim,17248 +nof,371,59,4,12119,8917,,800,2246.0615509999907,,,,,,,144,77,0,,,,,,,,,,,gutim,17247 +non,371,51,2,12121,8918,5849,,2246.067550999991,0.05,8,0,Ab5,ppp,5,144,80,5,,,,g,,o,,,e,,gutim,17249 +nof,371,51,2,12121,8919,,,2246.1175509999907,,,,,,,144,80,0,,,,,,,,,,,gutim,17249 +non,371,52,2,12122,8920,5850,,2246.142550999991,0.05,8,0,D7,ppp,5,144,98,5,,,,g,,o,,,e,,gutim,17250 +nof,371,52,2,12122,8921,,,2246.192550999991,,,,,,,144,98,0,,,,,,,,,,,gutim,17250 +non,371,53,2,12123,8922,5851,,2246.217550999991,0.05,8,0,Gb6,ppp,5,144,90,5,,,,g,,o,,,e,,gutim,17251 +nof,371,53,2,12123,8923,,,2246.267550999991,,,,,,,144,90,0,,,,,,,,,,,gutim,17251 +non,371,54,2,12124,8924,5852,,2246.292550999991,0.05,8,0,D7,ppp,5,144,98,5,,,,g,,o,,,e,,gutim,17252 +nof,371,54,2,12124,8925,,,2246.342550999991,,,,,,,144,98,0,,,,,,,,,,,gutim,17252 +non,371,55,2,12125,8926,5853,,2246.3675509999907,0.05,8,0,Eb6,ppp,5,144,87,5,,,,g,,o,,,e,,gutim,17253 +nof,371,55,2,12125,8927,,,2246.417550999991,,,,,,,144,87,0,,,,,,,,,,,gutim,17253 +non,371,56,2,12126,8928,5854,,2246.442550999991,0.05,8,0,Bb7,ppp,5,144,106,5,,,,g,,o,,,E,,gutim,17254 +nof,371,56,2,12126,8929,,,2246.4925509999907,,,,,,,144,106,0,,,,,,,,,,,gutim,17254 +non,371,60,2,12127,8930,5855,819,2246.517550999991,0.814985795454546,8,1,C6,ff,22,144,84,22,,,,,,o,,d,,,gutim,17255 +rst,371,61,4,12128,8931,,832,2246.586550999991,,,,,,,176,102,0,,,,,,,,,,,gutim,17256 +non,371,62,1,12129,8932,5856,853,2246.698550999991,0.0852272727272727,32,0,C#6,p,11,144,85,11,,,,,,o,,d,e,,gutim,17257 +nof,371,62,1,12129,8933,,853,2246.783550999991,,,,,,,144,85,0,,,,,,,,,,,gutim,17257 +non,371,63,1,12130,8933,5857,869,2246.783550999991,0.0905539772727273,32,0,G3,p,11,144,55,11,,,,,,o,,d,e,,gutim,17258 +nof,371,63,1,12130,8934,,869,2246.873550999991,,,,,,,144,55,0,,,,,,,,,,,gutim,17258 +non,371,64,1,12131,8934,5858,886,2246.873550999991,0.0958806818181818,32,0,E6,p,11,144,88,11,,,,,,o,,d,e,,gutim,17259 +nof,371,64,1,12131,8935,,886,2246.969550999991,,,,,,,144,88,0,,,,,,,,,,,gutim,17259 +non,371,65,1,12132,8935,5859,904,2246.969550999991,0.0905539772727273,32,0,G2,p,11,144,43,11,,,,,,o,,d,e,,gutim,17260 +nof,371,65,1,12132,8936,,904,2247.060550999991,,,,,,,144,43,0,,,,,,,,,,,gutim,17260 +non,371,66,1,12133,8936,5860,921,2247.060550999991,0.0905539772727273,32,0,C#2,p,11,144,37,11,,,,,,o,,d,e,,gutim,17261 +nof,371,48,3,12115,8937,,640,2247.084550999991,,,,,,,144,66,0,,,,,,,,,,,gutim,17243 +nof,371,66,1,12133,8938,,921,2247.150550999991,,,,,,,144,37,0,,,,,,,,,,,gutim,17261 +non,371,67,1,12134,8938,5861,938,2247.150550999991,0.0852272727272727,32,0,E7,p,11,144,100,11,,,,,,o,,d,e,,gutim,17262 +nof,371,67,1,12134,8939,,938,2247.236550999991,,,,,,,144,100,0,,,,,,,,,,,gutim,17262 +non,371,68,1,12135,8939,5862,954,2247.236550999991,0.0905539772727273,32,0,C3,p,11,144,48,11,,,,,,o,,d,e,,gutim,17263 +nof,371,68,1,12135,8940,,954,2247.326550999991,,,,,,,144,48,0,,,,,,,,,,,gutim,17263 +non,371,69,1,12136,8940,5863,971,2247.326550999991,0.0958806818181818,32,0,Ab2,p,11,144,44,11,,,,,,o,,d,e,,gutim,17264 +nof,371,60,2,12127,8941,,819,2247.332550999991,,,,,,,144,84,0,,,,,,,,,,,gutim,17255 +non,371,70,2,12137,8942,5864,972,2247.332550999991,0.276988636363636,16,0,C6,mp,14,144,84,14,,,,,,o,,d,,,gutim,17265 +nof,371,69,1,12136,8943,,971,2247.422550999991,,,,,,,144,44,0,,,,,,,,,,,gutim,17264 +non,371,71,1,12138,8943,5865,989,2247.422550999991,0.0905539772727273,32,0,C4,p,11,144,60,11,,,,,,o,,d,e,,gutim,17266 +ped,371,73,0,12139,8944,,1023,2247.456550999991,,,,,,,176,64,0,,,,,,,^,,,,gutim,17240 +nof,371,71,1,12138,8945,,989,2247.513550999991,,,,,,,144,60,0,,,,,,,,,,,gutim,17266 +non,371,72,1,12140,8945,5866,1006,2247.513550999991,0.0958806818181818,32,0,A2,p,11,144,45,11,,,,,,o,,d,E 6037,,gutim,17267 +nof,371,70,2,12137,8946,,972,2247.609550999991,,,,,,,144,84,0,,,,,,,,,,,gutim,17265 +nof,371,72,1,12140,8946,,1006,2247.609550999991,,,,,,,144,45,0,,,,,,,,,,,gutim,17267 +bar,372,3,0,12141,8946,,0,2247.609550999991,,,,,,,,,,372,,,,,,,,,,gutim,17268 +rst,372,1,3,12142,8946,,0,2247.609550999991,,,,,,,176,102,0,,,,,,,,,,,gutim,17269 +non,372,2,4,12143,8946,5867,0,2247.609550999991,4.09090909090909,2,1,G1,ff,22,144,31,22,,,,,,o,,d,,,gutim,17270 +non,372,4,1,12144,8946,5867,0,2247.609550999991,0.388849431818182,16,0,G#5,mp,14,144,80,14,,,,,,o,,,,,gutim,17271 +non,372,5,1,12145,8946,5867,0,2247.609550999991,0.340909090909091,16,0,B5,mp,14,144,83,14,,,,,,o,,,,,gutim,17272 +non,372,6,2,12146,8946,5867,0,2247.609550999991,0.133167613636364,32,0,C6,ff,22,144,84,22,,,,,,o,,,,,gutim,17273 +nof,372,6,2,12146,8947,,0,2247.7425509999907,,,,,,,144,84,0,,,,,,,,,,,gutim,17273 +non,372,7,2,12147,8947,5868,25,2247.7425509999907,0.41015625,16,1,C6,f,20,144,84,20,,,,,,o,,d,,,gutim,17274 +ped,372,0,0,12148,8948,,0,2247.756550999991,,,,,,,176,64,127,,,,,,,V,,,,gutim,17275 +nof,372,5,1,12145,8949,,0,2247.949550999991,,,,,,,144,83,0,,,,,,,,,,,gutim,17272 +nof,372,4,1,12144,8950,,0,2247.997550999991,,,,,,,144,80,0,,,,,,,,,,,gutim,17271 +non,372,8,1,12149,8950,5869,73,2247.997550999991,0.191761363636364,32,0,G#5,mf+,18,144,80,18,,,,,,o,,,,,gutim,17276 +non,372,9,1,12150,8950,5869,73,2247.997550999991,0.170454545454545,32,0,B5,mf+,18,144,83,18,,,,,,o,,,,,gutim,17277 +nof,372,7,2,12147,8951,,25,2248.152550999991,,,,,,,144,84,0,,,,,,,,,,,gutim,17274 +rst,372,10,2,12151,8951,,102,2248.152550999991,,,,,,,176,102,0,,,,,,,,,,,gutim,17278 +nof,372,9,1,12150,8952,,73,2248.168550999991,,,,,,,144,83,0,,,,,,,,,,,gutim,17277 +nof,372,8,1,12149,8953,,73,2248.189550999991,,,,,,,144,80,0,,,,,,,,,,,gutim,17276 +non,372,11,1,12152,8954,5870,109,2248.189550999991,0.783025568181818,8,0,F5,ff,22,144,77,22,,,,,,o,,d,,,gutim,17279 +non,372,12,1,12153,8954,5870,109,2248.189550999991,0.681818181818182,8,0,B5,ff,22,144,83,22,,,,,,o,,d,,,gutim,17280 +non,372,13,1,12154,8954,5870,109,2248.189550999991,0.681818181818182,8,0,C6,ff,22,144,84,22,,,,,,o,,d,,,gutim,17281 +non,372,14,1,12155,8954,5870,109,2248.189550999991,0.681818181818182,8,0,E6,ff,22,144,88,22,,,,,,o,,d,,,gutim,17282 +nof,372,12,1,12153,8955,,109,2248.871550999991,,,,,,,144,83,0,,,,,,,,,,,gutim,17280 +nof,372,13,1,12154,8955,,109,2248.871550999991,,,,,,,144,84,0,,,,,,,,,,,gutim,17281 +nof,372,14,1,12155,8955,,109,2248.871550999991,,,,,,,144,88,0,,,,,,,,,,,gutim,17282 +nof,372,11,1,12152,8956,,109,2248.9725509999907,,,,,,,144,77,0,,,,,,,,,,,gutim,17279 +non,372,15,3,12156,8956,5871,256,2248.9725509999907,2.72727272727273,2,0,F3,ff,22,144,53,22,,,,,,o,,d,,,gutim,17283 +non,372,16,1,12157,8956,5871,256,2248.9725509999907,1.36363636363636,4,0,F5,mf,17,144,77,17,,,,,t,o,,d,,,gutim,17284 +non,372,17,1,12158,8956,5871,256,2248.9725509999907,1.36363636363636,4,0,B5,mf,17,144,83,17,,,,,t,o,,d,,,gutim,17285 +non,372,18,1,12159,8956,5871,256,2248.9725509999907,1.36363636363636,4,0,E6,mf,17,144,88,17,,,,,t,o,,d,,,gutim,17286 +rst,372,19,2,12160,8956,,256,2248.9725509999907,,,,,,,176,102,0,,,,,,,,,,,gutim,17287 +non,372,20,1,12161,8957,,512,2250.336550999991,0.191761363636364,32,0,F5,,,,,,,,,,T,,,,,,gutim,17288 +non,372,21,1,12162,8957,,512,2250.336550999991,0.170454545454545,32,0,B5,,,,,,,,,,T,,,,,,gutim,17289 +non,372,22,1,12163,8957,,512,2250.336550999991,0.170454545454545,32,0,E6,,,,,,,,,,T,,,,,,gutim,17290 +rst,372,23,2,12164,8957,,512,2250.336550999991,,,,,,,176,102,0,,,,,,,,,,,gutim,17291 +nof,372,17,1,12158,8958,,256,2250.506550999991,,,,,,,144,83,0,,,,,,,,,,,gutim,17285 +nof,372,18,1,12159,8958,,256,2250.506550999991,,,,,,,144,88,0,,,,,,,,,,,gutim,17286 +non,372,24,1,12165,8959,5872,548,2250.528550999991,0.388849431818182,16,0,G2,p,11,144,43,11,,,,,,o,,d,,,gutim,17292 +nof,372,16,1,12157,8960,,256,2250.528550999991,,,,,,,144,77,0,,,,,,,,,,,gutim,17284 +non,372,25,2,12166,8961,5873,614,2250.879550999991,0.202414772727273,32,1,B3,ppp,5,144,59,5,,,,,,o,,d,,,gutim,17293 +nof,372,24,1,12165,8962,,548,2250.9165509999907,,,,,,,144,43,0,,,,,,,,,,,gutim,17292 +non,372,26,1,12167,8962,5874,621,2250.9165509999907,0.5859375,16,1,Ab1,p-,10,144,32,10,,,,,,o,,,,,gutim,17294 +nof,372,25,2,12166,8963,,614,2251.082550999991,,,,,,,144,59,0,,,,,,,,,,,gutim,17293 +non,372,27,2,12168,8963,5875,652,2251.082550999991,0.207741477272727,32,1,E3,ppp,5,144,52,5,,,,,,o,,d,,,gutim,17295 +nof,372,27,2,12168,8964,,652,2251.2895509999908,,,,,,,144,52,0,,,,,,,,,,,gutim,17295 +non,372,28,2,12169,8964,5876,691,2251.2895509999908,0.133167613636364,32,0,B3,ppp,5,144,59,5,,,,,,o,,d,,,gutim,17296 +nof,372,28,2,12169,8965,,691,2251.422550999991,,,,,,,144,59,0,,,,,,,,,,,gutim,17296 +non,372,29,2,12170,8965,5877,716,2251.422550999991,0.0852272727272727,32,0,D4,ppp,5,144,62,5,,,,,,o,,d,,,gutim,17297 +non,372,30,1,12171,8966,5878,731,2251.502550999991,0.197088068181818,32,0,G2,pp,8,144,43,8,,,,,t,o,,,,,gutim,17298 +nof,372,26,1,12167,8967,,621,2251.502550999991,,,,,,,144,32,0,,,,,,,,,,,gutim,17294 +nof,372,29,2,12170,8968,,716,2251.508550999991,,,,,,,144,62,0,,,,,,,,,,,gutim,17297 +non,372,31,2,12172,8968,5879,732,2251.508550999991,0.0958806818181818,32,0,E3,ppp,5,144,52,5,,,,,,o,,d,,,gutim,17299 +nof,372,31,2,12172,8969,,732,2251.604550999991,,,,,,,144,52,0,,,,,,,,,,,gutim,17299 +non,372,32,2,12173,8969,5880,750,2251.604550999991,0.0958806818181818,32,0,D4,ppp,5,144,62,5,,,,,,o,,d,,,gutim,17300 +nof,372,32,2,12173,8970,,750,2251.699550999991,,,,,,,144,62,0,,,,,,,,,,,gutim,17300 +non,372,33,1,12174,8970,,768,2251.699550999991,0.191761363636364,32,0,G2,,,,,,,,,,T,,,,,,gutim,17301 +non,372,34,2,12175,8970,5881,768,2251.699550999991,0.543323863636364,8,0,Bb1,ppp,5,144,34,5,,,,,,o,,D 6037,,,gutim,17302 +rst,372,35,3,12176,8970,,768,2251.699550999991,,,,,,,176,102,0,,,,,,,,,,,gutim,17303 +rst,372,36,4,12177,8970,,768,2251.699550999991,,,,,,,176,102,0,,,,,,,,,,,gutim,17304 +nof,372,2,4,12143,8971,,0,2251.699550999991,,,,,,,144,31,0,,,,,,,,,,,gutim,17270 +nof,372,15,3,12156,8971,,256,2251.699550999991,,,,,,,144,53,0,,,,,,,,,,,gutim,17283 +nof,372,30,1,12171,8972,,731,2251.891550999991,,,,,,,144,43,0,,,,,,,,,,,gutim,17298 +non,372,37,1,12178,8972,5882,804,2251.891550999991,0.5859375,16,1,Ab1,pp,8,144,32,8,,,,,,o,,,,,gutim,17305 +nof,372,34,2,12175,8973,,768,2252.243550999991,,,,,,,144,34,0,,,,,,,,,,,gutim,17302 +non,372,38,2,12179,8973,5883,870,2252.243550999991,0.138494318181818,32,0,Bb1,ppp,5,144,34,5,,,,,,o,,,,,gutim,17306 +nof,372,38,2,12179,8974,,870,2252.381550999991,,,,,,,144,34,0,,,,,,,,,,,gutim,17306 +non,372,39,2,12180,8974,5884,896,2252.381550999991,0.133167613636364,32,0,Gb2,ppp,5,144,42,5,,,,,,o,,,,,gutim,17307 +nof,372,37,1,12178,8975,,804,2252.477550999991,,,,,,,144,32,0,,,,,,,,,,,gutim,17305 +non,372,40,1,12181,8975,5885,914,2252.477550999991,0.191761363636364,32,0,B5,ppp,5,144,83,5,,,,,,o,,,,,gutim,17308 +non,372,41,3,12182,8975,5885,914,2252.477550999991,0.5859375,16,1,G#5,ppp,5,144,80,5,,,,,t,o,,,,,gutim,17309 +nof,372,39,2,12180,8976,,896,2252.514550999991,,,,,,,144,42,0,,,,,,,,,,,gutim,17307 +rst,372,42,2,12183,8977,,921,2252.514550999991,,,,,,,176,102,0,,,,,,,,,,,gutim,17310 +nof,372,40,1,12181,8978,,914,2252.669550999991,,,,,,,144,83,0,,,,,,,,,,,gutim,17308 +non,372,43,1,12184,8979,5886,950,2252.669550999991,0.197088068181818,32,0,G2,ppp+,6,144,43,6,,,,,,o,,,,,gutim,17311 +nof,372,43,1,12184,8980,,950,2252.866550999991,,,,,,,144,43,0,,,,,,,,,,,gutim,17311 +non,372,44,1,12185,8980,5887,987,2252.866550999991,0.197088068181818,32,0,Ab1,ppp,5,144,32,5,,,,,,o,,,,,gutim,17312 +ped,372,45,0,12186,8981,,1023,2253.058550999991,,,,,,,176,64,0,,,,,,,^,,,,gutim,17275 +nof,372,44,1,12185,8982,,987,2253.063550999991,,,,,,,144,32,0,,,,,,,,,,,gutim,17312 +bar,373,0,0,12187,8982,,0,2253.063550999991,,,,,,,,,,373,,,,,,,,,,gutim,17313 +rst,373,1,1,12188,8982,,0,2253.063550999991,,,,,,,176,102,0,,,,,,,,,,,gutim,17314 +rst,373,2,2,12189,8982,,0,2253.063550999991,,,,,,,176,102,0,,,,,,,,,,,gutim,17315 +non,373,3,3,12190,8982,,0,2253.063550999991,0.905539772727273,8,1,G#5,,,,,,,,,,T,,,,,,gutim,17316 +non,373,4,3,12191,8983,5888,170,2253.969550999991,0.303622159090909,16,0,G#5,ppp,5,144,80,5,,,,,,o,,,,,gutim,17317 +nof,372,41,3,12182,8984,,914,2254.044550999991,,,,,,,144,80,0,,,,,,,,,,,gutim,17317 +nof,373,4,3,12191,8985,,170,2254.272550999991,,,,,,,144,80,0,,,,,,,,,,,gutim,17318 +non,373,6,3,12192,8985,5889,227,2254.272550999991,0.154474431818182,32,0,A6,ppp,5,144,93,5,,,,,,o,,,,,gutim,17319 +ped,373,5,0,12193,8985,,227,2254.272550999991,,,,,,,176,64,127,,,,,,,V,,,,gutim,17320 +nof,373,6,3,12192,8986,,227,2254.4275509999907,,,,,,,144,93,0,,,,,,,,,,,gutim,17319 +non,373,7,1,12194,8986,5890,256,2254.4275509999907,0.298295454545455,16,0,F4,ppp,5,144,65,5,,,,,,o,,,,,gutim,17321 +rst,373,8,2,12195,8986,,256,2254.4275509999907,,,,,,,176,102,0,,,,,,,,,,,gutim,17322 +rst,373,9,3,12196,8986,,256,2254.4275509999907,,,,,,,176,102,0,,,,,,,,,,,gutim,17323 +nof,373,7,1,12194,8987,,256,2254.725550999991,,,,,,,144,65,0,,,,,,,,,,,gutim,17321 +non,373,10,1,12197,8987,5891,312,2254.725550999991,0.154474431818182,32,0,Bb3,ppp,5,144,58,5,,,,,,o,,,,,gutim,17324 +ped,373,,,12198,8988,,341,2254.730550999991,,,,,,,176,64,0,,,,,,,^,,,,gutim,17320 +nof,373,10,1,12197,8989,,312,2254.880550999991,,,,,,,144,58,0,,,,,,,,,,,gutim,17324 +non,373,11,1,12199,8989,5892,341,2254.880550999991,0.229048295454545,32,1,F5,ppp,5,144,77,5,,,,,,o,,,,,gutim,17325 +ped,373,12,0,12200,8990,,341,2255.0305509999907,,,,,,,176,64,127,,,,,,,V,,,,gutim,17326 +nof,373,11,1,12199,8991,,341,2255.109550999991,,,,,,,144,77,0,,,,,,,,,,,gutim,17325 +non,373,13,1,12201,8991,5893,384,2255.109550999991,0.223721590909091,32,1,C4,ppp,5,144,60,5,,,,,,o,,,,,gutim,17327 +sec,373,14,0,12202,8991,,384,2255.109550999991,,,,,,,,,,,6037,,,,,,,,,gutim,17328 +nof,373,13,1,12201,8992,,384,2255.332550999991,,,,,,,144,60,0,,,,,,,,,,,gutim,17327 +non,373,15,1,12203,8992,5894,426,2255.332550999991,0.154474431818182,32,0,Bb4,ppp,5,144,70,5,,,,,,o,,,,,gutim,17329 +nof,373,15,1,12203,8993,,426,2255.487550999991,,,,,,,144,70,0,,,,,,,,,,,gutim,17329 +non,373,16,1,12204,8993,5895,455,2255.487550999991,0.149147727272727,32,0,C4,ppp+,6,144,60,6,,,,,,o,,,,,gutim,17330 +nof,373,16,1,12204,8994,,455,2255.636550999991,,,,,,,144,60,0,,,,,,,,,,,gutim,17330 +non,373,17,1,12205,8994,5896,483,2255.636550999991,0.154474431818182,32,0,Bb4,ppp+,6,144,70,6,,,,,,o,,,,,gutim,17331 +nof,373,17,1,12205,8995,,483,2255.790550999991,,,,,,,144,70,0,,,,,,,,,,,gutim,17331 +non,373,18,1,12206,8995,5897,512,2255.790550999991,0.133167613636364,32,0,C4,ppp+,6,144,60,6,,,,,,o,,,,,gutim,17332 +rst,373,19,2,12207,8995,,512,2255.790550999991,,,,,,,176,102,0,,,,,,,,,,,gutim,17333 +nof,373,18,1,12206,8996,,512,2255.924550999991,,,,,,,144,60,0,,,,,,,,,,,gutim,17332 +non,373,20,1,12208,8996,5898,537,2255.924550999991,0.138494318181818,32,0,Bb4,ppp+,6,144,70,6,,,,,,o,,,,,gutim,17334 +nof,373,20,1,12208,8997,,537,2256.062550999991,,,,,,,144,70,0,,,,,,,,,,,gutim,17334 +non,373,21,1,12209,8997,5899,563,2256.062550999991,0.133167613636364,32,0,G#5,pp-,7,144,80,7,,,,,,o,,,,,gutim,17335 +nof,373,21,1,12209,8998,,563,2256.1955509999907,,,,,,,144,80,0,,,,,,,,,,,gutim,17335 +non,373,22,1,12210,8998,5900,588,2256.1955509999907,0.548650568181818,8,0,E6,pp-,7,144,88,7,,,,,,o,,,,,gutim,17336 +nof,373,22,1,12210,8999,,588,2256.7445509999907,,,,,,,144,88,0,,,,,,,,,,,gutim,17336 +non,373,23,1,12211,8999,5901,691,2256.7445509999907,0.133167613636364,32,0,G#5,pp,8,144,80,8,,,,,,o,,,,,gutim,17337 +nof,373,23,1,12211,9000,,691,2256.877550999991,,,,,,,144,80,0,,,,,,,,,,,gutim,17337 +non,373,24,1,12212,9000,5902,716,2256.877550999991,0.276988636363636,16,0,E6,pp,8,144,88,8,,,,,,o,,,,,gutim,17338 +non,373,25,2,12213,9001,5903,736,2256.984550999991,0.170454545454545,32,0,F3,mf,17,144,53,17,,,,,,o,,,,,gutim,17339 +nof,373,25,2,12213,9002,,736,2257.154550999991,,,,,,,144,53,0,,,,,,,,,,,gutim,17339 +rst,373,26,1,12214,9002,,768,2257.154550999991,,,,,,,176,102,0,,,,,,,,,,,gutim,17340 +non,373,27,2,12215,9002,5904,768,2257.154550999991,1.36363636363636,4,0,Ab6,mf,17,144,92,17,,,,,,o,,,,,gutim,17341 +non,373,28,3,12216,9002,5904,768,2257.154550999991,0.170454545454545,32,0,F5,ff,22,144,77,22,,,,,,o,,,,,gutim,17342 +nof,373,24,1,12212,9003,,716,2257.154550999991,,,,,,,144,88,0,,,,,,,,,,,gutim,17338 +nof,373,28,3,12216,9004,,768,2257.324550999991,,,,,,,144,77,0,,,,,,,,,,,gutim,17342 +non,373,29,3,12217,9004,5905,800,2257.324550999991,0.511363636363636,16,1,D4,ff,22,144,62,22,,,,,t,o,,,,,gutim,17343 +non,373,30,3,12218,9004,5905,800,2257.324550999991,0.340909090909091,16,1,F5,ff,22,144,77,22,,,,,t,o,,,,,gutim,17344 +non,373,31,1,12219,9005,5906,896,2257.836550999991,0.170454545454545,32,0,G#5,pp,8,144,80,8,,,,,,o,,,,,gutim,17345 +non,373,32,3,12220,9005,,896,2257.836550999991,0.340909090909091,16,0,D4,,,,,,,,,,T,,,,,,gutim,17346 +non,373,33,3,12221,9005,,896,2257.836550999991,0.340909090909091,16,0,F5,,,,,,,,,,T,,,,,,gutim,17347 +nof,373,30,3,12218,9006,,800,2258.006550999991,,,,,,,144,77,0,,,,,,,,,,,gutim,17344 +nof,373,31,1,12219,9006,,896,2258.006550999991,,,,,,,144,80,0,,,,,,,,,,,gutim,17345 +non,373,34,1,12222,9006,5907,928,2258.006550999991,0.511363636363636,16,1,E6,pp,8,144,88,8,,,,,,o,,,,,gutim,17348 +nof,373,29,3,12217,9007,,800,2258.1775509999907,,,,,,,144,62,0,,,,,,,,,,,gutim,17343 +non,373,35,3,12223,9007,5908,960,2258.1775509999907,0.340909090909091,16,0,D6,f,20,144,86,20,,,,,,o,,,,,gutim,17349 +nof,373,27,2,12215,9008,,768,2258.518550999991,,,,,,,144,92,0,,,,,,,,,,,gutim,17341 +nof,373,35,3,12223,9008,,960,2258.518550999991,,,,,,,144,86,0,,,,,,,,,,,gutim,17349 +bar,374,0,0,12224,9008,,0,2258.518550999991,,,,,,,,,,374,,,,,,,,,,gutim,17350 +rst,374,1,1,12225,9008,,0,2258.518550999991,,,,,,,176,102,0,,,,,,,,,,,gutim,17351 +non,374,2,2,12226,9008,5909,0,2258.518550999991,2.72727272727273,2,0,Ab6,mp,14,144,92,14,,,,,,o,,,,,gutim,17352 +non,374,3,3,12227,9008,5909,0,2258.518550999991,0.340909090909091,16,0,F5,f,20,144,77,20,,,,,,o,,,,,gutim,17353 +non,374,4,3,12228,9008,5909,0,2258.518550999991,0.340909090909091,16,0,D6,f,20,144,86,20,,,,,,o,,,,,gutim,17354 +rst,374,5,4,12229,9008,,0,2258.518550999991,,,,,,,176,102,0,,,,,,,,,,,gutim,17355 +nof,373,34,1,12222,9009,,928,2258.518550999991,,,,,,,144,88,0,,,,,,,,,,,gutim,17348 +nof,374,3,3,12227,9010,,0,2258.859550999991,,,,,,,144,77,0,,,,,,,,,,,gutim,17353 +nof,374,4,3,12228,9010,,0,2258.859550999991,,,,,,,144,86,0,,,,,,,,,,,gutim,17354 +non,374,6,1,12230,9010,5910,64,2258.859550999991,1.02272727272727,8,1,D4,p,11,144,62,11,,,,,t,o,,,,,gutim,17356 +non,374,7,3,12231,9010,5910,64,2258.859550999991,1.02272727272727,8,1,Db1,mp,14,144,25,14,,,,,t,o,,,,,gutim,17357 +non,374,8,1,12232,9011,,256,2259.881550999991,1.36363636363636,4,0,D4,,,,,,,,,,T,,,,,,gutim,17358 +non,374,9,3,12233,9011,,256,2259.881550999991,1.02272727272727,8,1,Db1,,,,,,,,,,T,,,,,,gutim,17359 +rst,374,10,4,12234,9011,,256,2259.881550999991,,,,,,,176,102,0,,,,,,,,,,,gutim,17360 +nof,374,7,3,12231,9012,,64,2260.904550999991,,,,,,,144,25,0,,,,,,,,,,,gutim,17357 +non,374,11,3,12235,9012,5911,448,2260.904550999991,0.340909090909091,16,0,F5,pp+,9,144,77,9,,,,,,o,,,,,gutim,17361 +nof,374,11,3,12235,9013,,448,2261.245550999991,,,,,,,144,77,0,,,,,,,,,,,gutim,17361 +ped,374,12,0,12236,9013,,512,2261.245550999991,,,,,,,176,64,0,,,,,,,^,,,,gutim,17326 +rst,374,13,1,12237,9013,,512,2261.245550999991,,,,,,,176,102,0,,,,,,,,,,,gutim,17362 +rst,374,14,2,12238,9013,,512,2261.245550999991,,,,,,,176,102,0,,,,,,,,,,,gutim,17363 +non,374,15,3,12239,9013,5912,512,2261.245550999991,0.511363636363636,16,1,E1,pp,8,144,28,8,,,,,,o,,d,,,gutim,17364 +non,374,16,4,12240,9013,5912,512,2261.245550999991,0.340909090909091,16,0,Db1,pp,8,144,25,8,,,,,,o,,d,,,gutim,17365 +nof,374,2,2,12226,9014,,0,2261.245550999991,,,,,,,144,92,0,,,,,,,,,,,gutim,17352 +nof,374,6,1,12230,9014,,64,2261.245550999991,,,,,,,144,62,0,,,,,,,,,,,gutim,17356 +non,374,22,2,12241,9015,5913,,2261.5595509999907,0.05,8,0,C4,ppp,5,144,60,5,,,,g,,o,,d,e,,gutim,17366 +nof,374,16,4,12240,9016,,512,2261.586550999991,,,,,,,144,25,0,,,,,,,,,,,gutim,17365 +rst,374,18,4,12242,9016,,576,2261.586550999991,,,,,,,176,102,0,,,,,,,,,,,gutim,17367 +ped,374,17,0,12243,9016,,576,2261.586550999991,,,,,,,176,64,127,,,,,,,V,,,,gutim,17368 +nof,374,22,2,12241,9017,,,2261.609550999991,,,,,,,144,60,0,,,,,,,,,,,gutim,17366 +non,374,23,2,12244,9018,5914,,2261.634550999991,0.05,8,0,F6,ppp,5,144,89,5,,,,g,,o,,d,e,,gutim,17369 +nof,374,23,2,12244,9019,,,2261.6845509999907,,,,,,,144,89,0,,,,,,,,,,,gutim,17369 +non,374,24,2,12245,9020,5915,,2261.709550999991,0.05,8,0,Ab6,ppp,5,144,92,5,,,,g,,o,,,e,,gutim,17370 +non,374,19,3,12246,9021,5916,608,2261.756550999991,0.511363636363636,16,1,B2,ppp,5,144,47,5,,,,,,o,,,,,gutim,17371 +nof,374,15,3,12239,9022,,512,2261.756550999991,,,,,,,144,28,0,,,,,,,,,,,gutim,17364 +nof,374,24,2,12245,9023,,,2261.759550999991,,,,,,,144,92,0,,,,,,,,,,,gutim,17370 +non,374,25,2,12247,9024,5917,,2261.784550999991,0.05,8,0,F6,ppp,5,144,89,5,,,,g,,o,,,e,,gutim,17372 +nof,374,25,2,12247,9025,,,2261.834550999991,,,,,,,144,89,0,,,,,,,,,,,gutim,17372 +non,374,26,2,12248,9026,5918,,2261.859550999991,0.05,8,0,Bb5,ppp+,6,144,82,6,,,,g,,o,,,e,,gutim,17373 +nof,374,26,2,12248,9027,,,2261.909550999991,,,,,,,144,82,0,,,,,,,,,,,gutim,17373 +non,374,27,2,12249,9028,5919,,2261.9345509999907,0.05,8,0,C4,ppp+,6,144,60,6,,,,g,,o,,,e,,gutim,17374 +nof,374,27,2,12249,9029,,,2261.984550999991,,,,,,,144,60,0,,,,,,,,,,,gutim,17374 +non,374,28,2,12250,9030,5920,,2262.009550999991,0.05,8,0,F6,ppp+,6,144,89,6,,,,g,,o,,,e,,gutim,17375 +nof,374,28,2,12250,9031,,,2262.0595509999907,,,,,,,144,89,0,,,,,,,,,,,gutim,17375 +non,374,29,2,12251,9032,5921,,2262.084550999991,0.05,8,0,Ab6,pp-,7,144,92,7,,,,g,,o,,,e,,gutim,17376 +nof,374,29,2,12251,9033,,,2262.134550999991,,,,,,,144,92,0,,,,,,,,,,,gutim,17376 +non,374,30,2,12252,9034,5922,,2262.159550999991,0.05,8,0,Bb5,pp-,7,144,82,7,,,,g,,o,,,e,,gutim,17377 +nof,374,30,2,12252,9035,,,2262.209550999991,,,,,,,144,82,0,,,,,,,,,,,gutim,17377 +non,374,31,2,12253,9036,5923,,2262.234550999991,0.05,8,0,Ab6,pp,8,144,92,8,,,,g,,o,,,e,,gutim,17378 +nof,374,19,3,12246,9037,,608,2262.268550999991,,,,,,,144,47,0,,,,,,,,,,,gutim,17371 +non,374,20,3,12254,9037,5924,704,2262.268550999991,0.340909090909091,16,0,G#5,ff,22,144,80,22,,,,,,o,,d,,,gutim,17379 +nof,374,31,2,12253,9038,,,2262.284550999991,,,,,,,144,92,0,,,,,,,,,,,gutim,17378 +non,374,32,2,12255,9039,5925,,2262.3095509999907,0.05,8,0,E7,pp,8,144,100,8,,,,g,,o,,,e,,gutim,17380 +nof,374,32,2,12255,9040,,,2262.359550999991,,,,,,,144,100,0,,,,,,,,,,,gutim,17380 +non,374,33,2,12256,9041,5926,,2262.384550999991,0.05,8,0,Bb5,pp+,9,144,82,9,,,,g,,o,,,e,,gutim,17381 +nof,374,33,2,12256,9042,,,2262.4345509999907,,,,,,,144,82,0,,,,,,,,,,,gutim,17381 +non,374,34,2,12257,9043,5927,,2262.459550999991,0.05,8,0,E7,pp+,9,144,100,9,,,,g,,o,,,E 6038,,gutim,17382 +nof,374,34,2,12257,9044,,,2262.509550999991,,,,,,,144,100,0,,,,,,,,,,,gutim,17382 +non,374,37,4,12258,9045,5928,,2262.534550999991,0.05,8,0,F5,pp+,9,144,77,9,,,,g,,o,,,,,gutim,17383 +nof,374,37,4,12258,9046,,,2262.584550999991,,,,,,,144,77,0,,,,,,,,,,,gutim,17383 +nof,374,20,3,12254,9047,,704,2262.609550999991,,,,,,,144,80,0,,,,,,,,,,,gutim,17379 +rst,374,21,1,12259,9047,,768,2262.609550999991,,,,,,,176,102,0,,,,,,,,,,,gutim,17384 +rst,374,35,2,12260,9047,,768,2262.609550999991,,,,,,,176,102,0,,,,,,,,,,,gutim,17385 +non,374,36,3,12261,9047,5929,768,2262.609550999991,0.170454545454545,32,0,E2,mf,17,144,40,17,,,,,,o,,,,,gutim,17386 +non,374,38,4,12262,9047,5929,768,2262.609550999991,1.36363636363636,4,0,C3,pp,8,144,48,8,,,,,,o,,d,,,gutim,17387 +nof,374,36,3,12261,9048,,768,2262.779550999991,,,,,,,144,40,0,,,,,,,,,,,gutim,17386 +non,374,39,3,12263,9048,5930,800,2262.779550999991,0.170454545454545,32,0,G#5,mp,14,144,80,14,,,,,,o,,,,,gutim,17388 +nof,374,39,3,12263,9049,,800,2262.949550999991,,,,,,,144,80,0,,,,,,,,,,,gutim,17388 +non,374,40,3,12264,9049,5931,832,2262.949550999991,0.340909090909091,16,0,E2,p,11,144,40,11,,,,,,o,,,,,gutim,17389 +nof,374,40,3,12264,9050,,832,2263.290550999991,,,,,,,144,40,0,,,,,,,,,,,gutim,17389 +non,374,41,3,12265,9050,5932,896,2263.290550999991,0.388849431818182,16,0,G#5,pp,8,144,80,8,,,,,,o,,d,,,gutim,17390 +ped,374,43,0,12266,9051,,969,2263.529550999991,,,,,,,176,64,0,,,,,,,^,,,,gutim,17368 +non,374,42,1,12267,9052,5933,960,2263.631550999991,0.340909090909091,16,0,C#3,ppp,5,144,49,5,,,,,,o,,d,,,gutim,17391 +non,374,44,3,12268,9053,5934,969,2263.679550999991,0.191761363636364,32,0,E2,f,20,144,40,20,,,,,,o,,d,,,gutim,17392 +nof,374,41,3,12265,9054,,896,2263.679550999991,,,,,,,144,80,0,,,,,,,,,,,gutim,17390 +ped,374,43,0,12269,9055,,969,2263.8295509999907,,,,,,,176,64,127,,,,,,,V,,,,gutim,17393 +nof,374,44,3,12268,9056,,969,2263.871550999991,,,,,,,144,40,0,,,,,,,,,,,gutim,17392 +non,374,45,3,12270,9056,5935,1005,2263.871550999991,0.101207386363636,64,0,C5,pp,8,144,72,8,,,,,,o,,d,,,gutim,17394 +nof,374,42,1,12267,9057,,960,2263.9725509999907,,,,,,,144,49,0,,,,,,,,,,,gutim,17391 +nof,374,45,3,12270,9057,,1005,2263.9725509999907,,,,,,,144,72,0,,,,,,,,,,,gutim,17394 +bar,375,0,0,12271,9057,,0,2263.9725509999907,,,,,,,,,,375,,,,,,,,,,gutim,17395 +rst,375,1,1,12272,9057,,0,2263.9725509999907,,,,,,,176,102,0,,,,,,,,,,,gutim,17396 +rst,375,2,2,12273,9057,,0,2263.9725509999907,,,,,,,176,102,0,,,,,,,,,,,gutim,17397 +non,375,3,3,12274,9057,5936,0,2263.9725509999907,0.191761363636364,32,0,B2,f,20,144,47,20,,,,,,o,,d,,,gutim,17398 +rst,375,4,4,12275,9057,,0,2263.9725509999907,,,,,,,176,102,0,,,,,,,,,,,gutim,17399 +nof,374,38,4,12262,9058,,768,2263.9725509999907,,,,,,,144,48,0,,,,,,,,,,,gutim,17387 +nof,375,3,3,12274,9059,,0,2264.1645509999908,,,,,,,144,47,0,,,,,,,,,,,gutim,17398 +non,375,5,3,12276,9059,5937,36,2264.1645509999908,0.197088068181818,32,0,C5,f,20,144,72,20,,,,,,o,,d,,,gutim,17400 +nof,375,5,3,12276,9060,,36,2264.361550999991,,,,,,,144,72,0,,,,,,,,,,,gutim,17400 +non,375,6,3,12277,9060,5938,73,2264.361550999991,0.0958806818181818,64,0,B2,pp,8,144,47,8,,,,,,o,,d,,,gutim,17401 +nof,375,6,3,12277,9061,,73,2264.457550999991,,,,,,,144,47,0,,,,,,,,,,,gutim,17401 +non,375,7,3,12278,9061,5939,91,2264.457550999991,0.197088068181818,32,0,F3,mf,17,144,53,17,,,,,,o,,d,,,gutim,17402 +nof,375,7,3,12278,9062,,91,2264.654550999991,,,,,,,144,53,0,,,,,,,,,,,gutim,17402 +non,375,8,3,12279,9062,5940,128,2264.654550999991,0.111860795454545,32,0,G#5,fff,24,144,80,24,,,,,,o,,D 6038,,,gutim,17403 +nof,375,8,3,12279,9063,,128,2264.766550999991,,,,,,,144,80,0,,,,,,,,,,,gutim,17403 +non,375,9,3,12280,9063,5941,149,2264.766550999991,0.111860795454545,32,0,E2,f-,19,144,40,19,,,,,,o,,,,,gutim,17404 +nof,375,9,3,12280,9064,,149,2264.8785509999907,,,,,,,144,40,0,,,,,,,,,,,gutim,17404 +non,375,10,3,12281,9064,5942,170,2264.8785509999907,0.1171875,32,0,C5,mp,14,144,72,14,,,,,,o,,,,,gutim,17405 +nof,375,10,3,12281,9065,,170,2264.995550999991,,,,,,,144,72,0,,,,,,,,,,,gutim,17405 +non,375,11,3,12282,9065,5943,192,2264.995550999991,0.111860795454545,32,0,B2,pp,8,144,47,8,,,,,,o,,,,,gutim,17406 +ped,375,13,0,12283,9066,,224,2265.101550999991,,,,,,,176,64,0,,,,,,,^,,,,gutim,17393 +nof,375,11,3,12282,9067,,192,2265.107550999991,,,,,,,144,47,0,,,,,,,,,,,gutim,17406 +non,375,12,3,12284,9067,5944,213,2265.107550999991,0.229048295454545,16,0,F3,pp,8,144,53,8,,,,,,o,,,,,gutim,17407 +non,375,14,2,12285,9068,5945,224,2265.165550999991,0.0852272727272727,64,0,G5,pp,8,144,79,8,,,,,,o,,,,,gutim,17408 +nof,375,14,2,12285,9069,,224,2265.2515509999907,,,,,,,144,79,0,,,,,,,,,,,gutim,17408 +non,375,15,2,12286,9069,5946,240,2265.2515509999907,0.0852272727272727,64,0,A1,pp,8,144,33,8,,,,,,o,,,,,gutim,17409 +nof,375,12,3,12284,9070,,213,2265.336550999991,,,,,,,144,53,0,,,,,,,,,,,gutim,17407 +nof,375,15,2,12286,9070,,240,2265.336550999991,,,,,,,144,33,0,,,,,,,,,,,gutim,17409 +non,375,16,3,12287,9070,5947,256,2265.336550999991,0.133167613636364,32,0,D4,pp,8,144,62,8,,,,,,o,,,,,gutim,17410 +sec,375,17,0,12288,9070,,256,2265.336550999991,,,,,,,,,,,6038,,,,,,,,,gutim,17411 +rst,375,19,1,12289,9070,,256,2265.336550999991,,,,,,,176,102,0,,,,,,,,,,,gutim,17412 +rst,375,20,2,12290,9070,,256,2265.336550999991,,,,,,,176,102,0,,,,,,,,,,,gutim,17413 +rst,375,21,4,12291,9070,,256,2265.336550999991,,,,,,,176,102,0,,,,,,,,,,,gutim,17414 +ped,375,18,0,12292,9071,,256,2265.401550999991,,,,,,,176,64,127,,,,,,,V,,,,gutim,17415 +nof,375,16,3,12287,9072,,256,2265.469550999991,,,,,,,144,62,0,,,,,,,,,,,gutim,17410 +non,375,22,3,12293,9072,5948,281,2265.469550999991,0.138494318181818,32,0,F4,p-,10,144,65,10,,,,,,o,,,,,gutim,17416 +nof,375,22,3,12293,9073,,281,2265.607550999991,,,,,,,144,65,0,,,,,,,,,,,gutim,17416 +non,375,23,3,12294,9073,5949,307,2265.607550999991,0.133167613636364,32,0,D4,p+,12,144,62,12,,,,,,o,,,,,gutim,17417 +non,375,24,3,12295,9074,5950,332,2265.741550999991,0.276988636363636,16,0,C#3,mp,14,144,49,14,,,,,,o,,,,,gutim,17418 +nof,375,23,3,12294,9075,,307,2265.891550999991,,,,,,,144,62,0,,,,,,,,,,,gutim,17417 +nof,375,24,3,12295,9076,,332,2266.018550999991,,,,,,,144,49,0,,,,,,,,,,,gutim,17418 +non,375,25,3,12296,9076,5951,384,2266.018550999991,0.133167613636364,32,0,A2,mf+,18,144,45,18,,,,,,o,,,e,,gutim,17419 +nof,375,25,3,12296,9077,,384,2266.151550999991,,,,,,,144,45,0,,,,,,,,,,,gutim,17419 +non,375,26,3,12297,9077,5952,409,2266.151550999991,0.138494318181818,32,0,G#5,f,20,144,80,20,,,,,,o,,,e,,gutim,17420 +nof,375,26,3,12297,9078,,409,2266.2895509999908,,,,,,,144,80,0,,,,,,,,,,,gutim,17420 +non,375,27,3,12298,9078,5953,435,2266.2895509999908,0.133167613636364,32,0,A2,ff,22,144,45,22,,,,,,o,,,e,,gutim,17421 +nof,375,27,3,12298,9079,,435,2266.422550999991,,,,,,,144,45,0,,,,,,,,,,,gutim,17421 +non,375,28,3,12299,9079,5954,460,2266.422550999991,0.0852272727272727,32,0,F4,fff,24,144,65,24,,,,,,o,,d,E,,gutim,17422 +ped,375,31,0,12300,9080,,502,2266.496550999991,,,,,,,176,64,0,,,,,,,^,,,,gutim,17415 +nof,375,28,3,12299,9081,,460,2266.508550999991,,,,,,,144,65,0,,,,,,,,,,,gutim,17422 +non,375,29,3,12301,9081,5955,476,2266.508550999991,0.0958806818181818,32,0,C#4,fff,24,144,61,24,,,,,,o,,d,,,gutim,17423 +nof,375,29,3,12301,9082,,476,2266.604550999991,,,,,,,144,61,0,,,,,,,,,,,gutim,17423 +non,375,30,3,12302,9082,5956,494,2266.604550999991,0.0958806818181818,32,0,D4,fff,24,144,62,24,,,,,,o,,d,,,gutim,17424 +nof,375,30,3,12302,9083,,494,2266.699550999991,,,,,,,144,62,0,,,,,,,,,,,gutim,17424 +non,375,32,3,12303,9083,5957,,2266.699550999991,0.05,8,0,C4,ppp,5,144,60,5,,,,g,,o,,d,,,gutim,17425 +nof,375,32,3,12303,9084,,,2266.749550999991,,,,,,,144,60,0,,,,,,,,,,,gutim,17425 +non,375,33,3,12304,9085,5958,,2266.774550999991,0.05,8,0,A5,ppp,5,144,81,5,,,,g,,o,,d,,,gutim,17426 +non,375,37,4,12305,9085,5958,,2266.774550999991,0.05,8,0,Ab3,f,20,144,56,20,,,,g,,o,,d,,,gutim,17427 +ped,375,31,0,12306,9086,,502,2266.796550999991,,,,,,,176,64,127,,,,,,,V,,,,gutim,17428 +nof,375,33,3,12304,9087,,,2266.824550999991,,,,,,,144,81,0,,,,,,,,,,,gutim,17426 +nof,375,37,4,12305,9087,,,2266.824550999991,,,,,,,144,56,0,,,,,,,,,,,gutim,17427 +non,375,34,3,12307,9088,5959,512,2266.8495509999907,1.36363636363636,4,0,C3,f,20,144,48,20,,,,,,o,,d,,,gutim,17429 +non,375,35,3,12308,9088,5959,512,2266.8495509999907,1.36363636363636,4,0,Eb5,pp,8,144,75,8,,,,,,o,,d,,,gutim,17430 +non,375,36,3,12309,9088,5959,512,2266.8495509999907,1.36363636363636,4,0,A5,pp,8,144,81,8,,,,,,o,,d,,,gutim,17431 +non,375,38,4,12310,9088,5959,512,2266.8495509999907,0.170454545454545,32,0,G#4,fff,24,144,68,24,,,,,,o,,d,,,gutim,17432 +rst,375,39,1,12311,9088,,512,2266.8495509999907,,,,,,,176,102,0,,,,,,,,,,,gutim,17433 +rst,375,40,2,12312,9088,,512,2266.8495509999907,,,,,,,176,102,0,,,,,,,,,,,gutim,17434 +nof,375,38,4,12310,9089,,512,2267.020550999991,,,,,,,144,68,0,,,,,,,,,,,gutim,17432 +non,375,41,4,12313,9089,5960,544,2267.020550999991,0.170454545454545,32,0,A3,fff,24,144,57,24,,,,,,o,,d,,,gutim,17435 +nof,375,41,4,12313,9090,,544,2267.190550999991,,,,,,,144,57,0,,,,,,,,,,,gutim,17435 +non,375,42,4,12314,9090,5961,576,2267.190550999991,1.02272727272727,8,1,F4,fff,24,144,65,24,,,,,,o,,d,,,gutim,17436 +non,375,43,1,12315,9091,5962,614,2267.393550999991,0.138494318181818,32,0,D7,pppp,2,144,98,2,,,,,,o,,d,,,gutim,17437 +nof,375,43,1,12315,9092,,614,2267.531550999991,,,,,,,144,98,0,,,,,,,,,,,gutim,17437 +non,375,44,1,12316,9092,5963,640,2267.531550999991,0.0852272727272727,32,0,Eb6,pppp,2,144,87,2,,,,,,o,,d,,,gutim,17438 +nof,375,44,1,12316,9093,,640,2267.6175509999907,,,,,,,144,87,0,,,,,,,,,,,gutim,17438 +non,375,45,1,12317,9093,5964,656,2267.6175509999907,0.0958806818181818,32,0,Gb6,pppp,2,144,90,2,,,,,,o,,d,,,gutim,17439 +nof,375,45,1,12317,9094,,656,2267.712550999991,,,,,,,144,90,0,,,,,,,,,,,gutim,17439 +non,375,46,1,12318,9094,5965,674,2267.712550999991,0.0905539772727273,32,0,Eb6,pppp,2,144,87,2,,,,,,o,,d,,,gutim,17440 +nof,375,46,1,12318,9095,,674,2267.803550999991,,,,,,,144,87,0,,,,,,,,,,,gutim,17440 +non,375,47,1,12319,9095,5966,691,2267.803550999991,0.133167613636364,32,0,Gb6,pppp,2,144,90,2,,,,,,o,,d,,,gutim,17441 +nof,375,47,1,12319,9096,,691,2267.9365509999907,,,,,,,144,90,0,,,,,,,,,,,gutim,17441 +non,375,48,1,12320,9096,5967,716,2267.9365509999907,0.138494318181818,32,0,Bb7,pppp,2,144,106,2,,,,,,o,,d,,,gutim,17442 +nof,375,48,1,12320,9097,,716,2268.075550999991,,,,,,,144,106,0,,,,,,,,,,,gutim,17442 +non,375,49,1,12321,9097,5968,742,2268.075550999991,0.138494318181818,32,0,Ab5,pppp,2,144,80,2,,,,,,o,,d,,,gutim,17443 +nof,375,49,1,12321,9098,,742,2268.2135509999907,,,,,,,144,80,0,,,,,,,,,,,gutim,17443 +non,375,50,1,12322,9098,5969,768,2268.2135509999907,0.133167613636364,32,0,Eb6,pppp,2,144,87,2,,,,,,o,,d,,,gutim,17444 +non,375,51,3,12323,9098,5969,768,2268.2135509999907,0.681818181818182,8,0,Ab6,ff,22,144,92,22,,,,,,o,,d,,,gutim,17445 +rst,375,52,4,12324,9098,,768,2268.2135509999907,,,,,,,176,102,0,,,,,,,,,,,gutim,17446 +nof,375,34,3,12307,9099,,512,2268.2135509999907,,,,,,,144,48,0,,,,,,,,,,,gutim,17429 +nof,375,35,3,12308,9099,,512,2268.2135509999907,,,,,,,144,75,0,,,,,,,,,,,gutim,17430 +nof,375,36,3,12309,9099,,512,2268.2135509999907,,,,,,,144,81,0,,,,,,,,,,,gutim,17431 +nof,375,42,4,12314,9099,,576,2268.2135509999907,,,,,,,144,65,0,,,,,,,,,,,gutim,17436 +nof,375,50,1,12322,9100,,768,2268.346550999991,,,,,,,144,87,0,,,,,,,,,,,gutim,17444 +non,375,53,1,12325,9100,5970,793,2268.346550999991,0.138494318181818,32,0,Gb6,pppp,2,144,90,2,,,,,,o,,d,,,gutim,17447 +nof,375,53,1,12325,9101,,793,2268.485550999991,,,,,,,144,90,0,,,,,,,,,,,gutim,17447 +non,375,54,1,12326,9101,5971,819,2268.485550999991,0.133167613636364,32,0,Bb7,pppp,2,144,106,2,,,,,,o,,d,,,gutim,17448 +nof,375,54,1,12326,9102,,819,2268.618550999991,,,,,,,144,106,0,,,,,,,,,,,gutim,17448 +non,375,55,1,12327,9102,5972,844,2268.618550999991,0.138494318181818,32,0,Ab5,pppp,2,144,80,2,,,,,,o,,d,,,gutim,17449 +non,375,56,1,12328,9103,5973,870,2268.756550999991,0.0852272727272727,32,0,D7,pppp,2,144,98,2,,,,,,o,,,,,gutim,17450 +nof,375,56,1,12328,9104,,870,2268.842550999991,,,,,,,144,98,0,,,,,,,,,,,gutim,17450 +non,375,57,1,12329,9104,5974,886,2268.842550999991,0.0958806818181818,32,0,Gb6,pppp,2,144,90,2,,,,,,o,,,,,gutim,17451 +nof,375,51,3,12323,9105,,768,2268.895550999991,,,,,,,144,92,0,,,,,,,,,,,gutim,17445 +non,375,58,3,12330,9105,5975,896,2268.895550999991,0.170454545454545,32,0,Ab6,f,20,144,92,20,,,,,,o,,,e,,gutim,17452 +nof,375,57,1,12329,9106,,886,2268.938550999991,,,,,,,144,90,0,,,,,,,,,,,gutim,17451 +non,375,59,1,12331,9106,5976,904,2268.938550999991,0.0905539772727273,32,0,Eb5,pppp,2,144,75,2,,,,,,o,,,,,gutim,17453 +nof,375,59,1,12331,9107,,904,2269.028550999991,,,,,,,144,75,0,,,,,,,,,,,gutim,17453 +non,375,60,1,12332,9107,5977,921,2269.028550999991,0.0852272727272727,32,0,Gb5,pppp,2,144,78,2,,,,,,o,,,,,gutim,17454 +non,375,61,3,12333,9108,5978,928,2269.065550999991,0.170454545454545,32,0,E7,f-,19,144,100,19,,,,,,o,,,e,,gutim,17455 +nof,375,60,1,12332,9109,,921,2269.113550999991,,,,,,,144,78,0,,,,,,,,,,,gutim,17454 +non,375,62,1,12334,9109,5979,937,2269.113550999991,0.0958806818181818,32,0,Eb5,pppp,2,144,75,2,,,,,,o,,,,,gutim,17456 +nof,375,55,1,12327,9110,,844,2269.206550999991,,,,,,,144,80,0,,,,,,,,,,,gutim,17449 +non,375,63,1,12335,9111,5980,955,2269.209550999991,0.0905539772727273,32,0,Ab4,pppp,2,144,68,2,,,,,,o,,,,,gutim,17457 +non,375,64,3,12336,9112,5981,960,2269.236550999991,0.170454545454545,32,0,Bb5,mf,17,144,82,17,,,,,,o,,,e,,gutim,17458 +nof,375,62,1,12334,9113,,937,2269.284550999991,,,,,,,144,75,0,,,,,,,,,,,gutim,17456 +nof,375,63,1,12335,9114,,955,2269.3005509999907,,,,,,,144,68,0,,,,,,,,,,,gutim,17457 +non,375,65,1,12337,9114,5982,972,2269.3005509999907,0.138494318181818,32,0,D6,pppp,2,144,86,2,,,,,,o,,,,,gutim,17459 +nof,375,61,3,12333,9115,,928,2269.3115509999907,,,,,,,144,100,0,,,,,,,,,,,gutim,17455 +nof,375,58,3,12330,9116,,896,2269.345550999991,,,,,,,144,92,0,,,,,,,,,,,gutim,17452 +nof,375,64,3,12336,9117,,960,2269.406550999991,,,,,,,144,82,0,,,,,,,,,,,gutim,17458 +non,375,66,3,12338,9117,5983,992,2269.406550999991,0.170454545454545,32,0,Ab6,mf-,16,144,92,16,,,,,,o,,,e,,gutim,17460 +ped,375,68,0,12339,9118,,1023,2269.421550999991,,,,,,,176,64,0,,,,,,,^,,,,gutim,17428 +nof,375,65,1,12337,9119,,972,2269.438550999991,,,,,,,144,86,0,,,,,,,,,,,gutim,17459 +non,375,67,1,12340,9119,5984,998,2269.438550999991,0.138494318181818,32,0,Eb5,pppp,2,144,75,2,,,,,,o,,,,,gutim,17461 +rst,376,4,4,12341,9120,,-3,2269.5615509999907,,,,,,,176,102,0,,,,,,,,,,,gutim,17462 +nof,375,66,3,12338,9121,,992,2269.5775509999908,,,,,,,144,92,0,,,,,,,,,,,gutim,17460 +nof,375,67,1,12340,9121,,998,2269.5775509999908,,,,,,,144,75,0,,,,,,,,,,,gutim,17461 +bar,376,0,0,12342,9121,,0,2269.5775509999908,,,,,,,,,,376,,,,,,,,,,gutim,17463 +non,376,1,1,12343,9121,5985,0,2269.5775509999908,0.133167613636364,32,0,Gb5,pppp,2,144,78,2,,,,,,o,,,,,gutim,17464 +rst,376,2,2,12344,9121,,0,2269.5775509999908,,,,,,,176,102,0,,,,,,,,,,,gutim,17465 +non,376,3,3,12345,9121,5985,0,2269.5775509999908,0.340909090909091,16,0,E7,mp,14,144,100,14,,,,,,o,,,E,,gutim,17466 +nof,376,1,1,12343,9122,,0,2269.710550999991,,,,,,,144,78,0,,,,,,,,,,,gutim,17464 +non,376,5,1,12346,9122,5986,25,2269.710550999991,0.138494318181818,32,0,Bb7,pppp,2,144,106,2,,,,,,o,,,,,gutim,17467 +ped,375,68,0,12347,9123,,1023,2269.721550999991,,,,,,,176,64,127,,,,,,,V,,,,gutim,17468 +nof,376,5,1,12346,9124,,25,2269.848550999991,,,,,,,144,106,0,,,,,,,,,,,gutim,17467 +non,376,6,1,12348,9124,5987,51,2269.848550999991,0.133167613636364,32,0,Ab4,pppp,2,144,68,2,,,,,,o,,,,,gutim,17469 +rst,376,7,3,12349,9125,,64,2269.918550999991,,,,,,,176,102,0,,,,,,,,,,,gutim,17470 +non,376,8,1,12350,9126,5988,76,2269.982550999991,0.0852272727272727,32,0,D7,pppp,2,144,98,2,,,,,,o,,d,e,,gutim,17471 +nof,376,8,1,12350,9127,,76,2270.067550999991,,,,,,,144,98,0,,,,,,,,,,,gutim,17471 +non,376,9,1,12351,9127,5989,92,2270.067550999991,0.0958806818181818,32,0,Eb5,pppp,2,144,75,2,,,,,,o,,d,e,,gutim,17472 +nof,376,9,1,12351,9128,,92,2270.163550999991,,,,,,,144,75,0,,,,,,,,,,,gutim,17472 +non,376,10,1,12352,9128,5990,110,2270.163550999991,0.0958806818181818,32,0,Gb6,pppp,2,144,90,2,,,,,,o,,d,e,,gutim,17473 +nof,376,10,1,12352,9129,,110,2270.259550999991,,,,,,,144,90,0,,,,,,,,,,,gutim,17473 +non,376,11,1,12353,9129,5991,128,2270.259550999991,0.0852272727272727,32,0,Eb5,pppp,2,144,75,2,,,,,,o,,d,e,,gutim,17474 +nof,376,3,3,12345,9130,,0,2270.293550999991,,,,,,,144,100,0,,,,,,,,,,,gutim,17466 +nof,376,11,1,12353,9131,,128,2270.344550999991,,,,,,,144,75,0,,,,,,,,,,,gutim,17474 +non,376,12,1,12354,9131,5992,144,2270.344550999991,0.0958806818181818,32,0,Ab3,pppp,2,144,56,2,,,,,,o,,d,e,,gutim,17475 +nof,376,6,1,12348,9132,,51,2270.357550999991,,,,,,,144,68,0,,,,,,,,,,,gutim,17469 +nof,376,12,1,12354,9133,,144,2270.440550999991,,,,,,,144,56,0,,,,,,,,,,,gutim,17475 +non,376,13,1,12355,9133,5993,162,2270.440550999991,0.0905539772727273,32,0,Bb7,pppp,2,144,106,2,,,,,,o,,d,e,,gutim,17476 +nof,376,13,1,12355,9134,,162,2270.5305509999907,,,,,,,144,106,0,,,,,,,,,,,gutim,17476 +non,376,14,1,12356,9134,5994,179,2270.5305509999907,0.41015625,16,1,Ab3,pppp,2,144,56,2,,,,,,o,,d,E,,gutim,17477 +non,376,15,3,12357,9135,5995,192,2270.5995509999907,0.111860795454545,32,0,D3,fff,24,144,50,24,,,,,,o,,,e,,gutim,17478 +nof,376,15,3,12357,9136,,192,2270.711550999991,,,,,,,144,50,0,,,,,,,,,,,gutim,17478 +non,376,16,3,12358,9136,5996,213,2270.711550999991,0.111860795454545,32,0,C#2,ff+,23,144,37,23,,,,,,o,,,e,,gutim,17479 +nof,376,16,3,12358,9137,,213,2270.823550999991,,,,,,,144,37,0,,,,,,,,,,,gutim,17479 +non,376,17,3,12359,9137,5997,234,2270.823550999991,0.1171875,32,0,A1,f+,21,144,33,21,,,,,,o,,,e,,gutim,17480 +non,376,20,4,12360,9138,5998,253,2270.924550999991,1.36363636363636,4,0,G#1,f,20,144,32,20,,,,,,o,,,,,gutim,17481 +nof,376,14,1,12356,9139,,179,2270.940550999991,,,,,,,144,56,0,,,,,,,,,,,gutim,17477 +nof,376,17,3,12359,9139,,234,2270.940550999991,,,,,,,144,33,0,,,,,,,,,,,gutim,17480 +rst,376,18,1,12361,9139,,256,2270.940550999991,,,,,,,176,102,0,,,,,,,,,,,gutim,17482 +non,376,19,3,12362,9139,5999,256,2270.940550999991,0.111860795454545,32,0,Ab3,f,20,144,56,20,,,,,,o,,,e,,gutim,17483 +nof,376,19,3,12362,9140,,256,2271.0525509999907,,,,,,,144,56,0,,,,,,,,,,,gutim,17483 +non,376,21,3,12363,9140,6000,277,2271.0525509999907,0.111860795454545,32,0,A1,mf+,18,144,33,18,,,,,,o,,,e,,gutim,17484 +nof,376,21,3,12363,9141,,277,2271.1645509999908,,,,,,,144,33,0,,,,,,,,,,,gutim,17484 +non,376,22,3,12364,9141,6001,298,2271.1645509999908,0.1171875,32,0,Ab3,mf,17,144,56,17,,,,,,o,,,e,,gutim,17485 +nof,376,22,3,12364,9142,,298,2271.281550999991,,,,,,,144,56,0,,,,,,,,,,,gutim,17485 +non,376,23,3,12365,9142,6002,320,2271.281550999991,0.111860795454545,32,0,D3,mp+,15,144,50,15,,,,,,o,,,e,,gutim,17486 +nof,376,23,3,12365,9143,,320,2271.393550999991,,,,,,,144,50,0,,,,,,,,,,,gutim,17486 +non,376,24,3,12366,9143,6003,341,2271.393550999991,0.229048295454545,16,0,C#2,mp,14,144,37,14,,,,,,o,,,E 6039,,gutim,17487 +nof,376,24,3,12366,9144,,341,2271.622550999991,,,,,,,144,37,0,,,,,,,,,,,gutim,17487 +non,376,25,3,12367,9144,6004,384,2271.622550999991,0.111860795454545,32,0,A1,p,11,144,33,11,,,,,,o,,,,,gutim,17488 +nof,376,25,3,12367,9145,,384,2271.734550999991,,,,,,,144,33,0,,,,,,,,,,,gutim,17488 +non,376,26,3,12368,9145,6005,405,2271.734550999991,0.111860795454545,32,0,Ab3,pp+,9,144,56,9,,,,,,o,,,,,gutim,17489 +nof,376,26,3,12368,9146,,405,2271.846550999991,,,,,,,144,56,0,,,,,,,,,,,gutim,17489 +non,376,27,3,12369,9146,6006,426,2271.846550999991,0.1171875,32,0,A1,pp,8,144,33,8,,,,,,o,,d,,,gutim,17490 +nof,376,27,3,12369,9147,,426,2271.9635509999907,,,,,,,144,33,0,,,,,,,,,,,gutim,17490 +ped,376,28,0,12370,9147,,448,2271.9635509999907,,,,,,,176,64,0,,,,,,,^,,,,gutim,17468 +non,376,29,3,12371,9147,6007,448,2271.9635509999907,0.223721590909091,16,0,Ab3,pp,8,144,56,8,,,,,,o,,D 6039,,,gutim,17491 +nof,376,29,3,12371,9148,,448,2272.187550999991,,,,,,,144,56,0,,,,,,,,,,,gutim,17491 +rst,376,30,3,12372,9148,,490,2272.187550999991,,,,,,,176,102,0,,,,,,,,,,,gutim,17492 +sec,376,31,0,12373,9148,,490,2272.187550999991,,,,,,,,,,,6039,,,,,,,,,gutim,17493 +non,376,35,3,12374,9149,6008,,2272.288550999991,0.05,8,0,D2,mf,17,144,38,17,,,,g,,o,,d,,,gutim,17494 +nof,376,20,4,12360,9150,,253,2272.288550999991,,,,,,,144,32,0,,,,,,,,,,,gutim,17481 +nof,376,35,3,12374,9151,,,2272.3385509999907,,,,,,,144,38,0,,,,,,,,,,,gutim,17494 +non,376,36,3,12375,9152,6009,,2272.363550999991,0.05,8,0,F2,mf,17,144,41,17,,,,g,,o,,d,,,gutim,17495 +nof,376,36,3,12375,9153,,,2272.413550999991,,,,,,,144,41,0,,,,,,,,,,,gutim,17495 +non,376,37,3,12376,9154,6010,,2272.438550999991,0.05,8,0,D2,mf,17,144,38,17,,,,g,,o,,,,,gutim,17496 +nof,376,37,3,12376,9155,,,2272.488550999991,,,,,,,144,38,0,,,,,,,,,,,gutim,17496 +non,376,38,3,12377,9156,6011,509,2272.513550999991,0.543323863636364,8,0,C#1,mf,17,144,25,17,,,,,,o,,,,,gutim,17497 +rst,376,39,4,12378,9156,,509,2272.513550999991,,,,,,,176,102,0,,,,,,,,,,,gutim,17498 +rst,376,33,1,12379,9157,,512,2272.529550999991,,,,,,,176,102,0,,,,,,,,,,,gutim,17499 +rst,376,34,2,12380,9157,,512,2272.529550999991,,,,,,,176,102,0,,,,,,,,,,,gutim,17500 +ped,376,32,0,12381,9157,,512,2272.529550999991,,,,,,,176,64,127,,,,,,,V,,,,gutim,17501 +non,376,40,2,12382,9158,6012,597,2272.982550999991,0.111860795454545,32,0,D4,mp,14,144,62,14,,,,,,o,,d,,,gutim,17502 +nof,376,38,3,12377,9159,,509,2273.056550999991,,,,,,,144,25,0,,,,,,,,,,,gutim,17497 +non,376,41,3,12383,9159,6013,611,2273.056550999991,0.41015625,16,1,G#2,p,11,144,44,11,,,,,,o,,,,,gutim,17503 +nof,376,40,2,12382,9160,,597,2273.094550999991,,,,,,,144,62,0,,,,,,,,,,,gutim,17502 +non,376,42,2,12384,9160,6014,618,2273.094550999991,0.1171875,32,0,Bb4,p+,12,144,70,12,,,,,,o,,,,,gutim,17504 +nof,376,42,2,12384,9161,,618,2273.211550999991,,,,,,,144,70,0,,,,,,,,,,,gutim,17504 +non,376,43,2,12385,9161,6015,640,2273.211550999991,0.111860795454545,32,0,D4,p-,10,144,62,10,,,,,,o,,,,,gutim,17505 +nof,376,43,2,12385,9162,,640,2273.323550999991,,,,,,,144,62,0,,,,,,,,,,,gutim,17505 +non,376,44,2,12386,9162,6016,661,2273.323550999991,0.111860795454545,32,0,F#4,pp+,9,144,66,9,,,,,,o,,,,,gutim,17506 +nof,376,44,2,12386,9163,,661,2273.435550999991,,,,,,,144,66,0,,,,,,,,,,,gutim,17506 +non,376,45,1,12387,9163,6017,682,2273.435550999991,0.458096590909091,8,0,Ab4,pp-,7,144,68,7,,,,,,o,,,,,gutim,17507 +non,376,46,2,12388,9163,6017,682,2273.435550999991,0.1171875,32,0,D4,pp-,7,144,62,7,,,,,,o,,,,,gutim,17508 +nof,376,41,3,12383,9164,,611,2273.467550999991,,,,,,,144,44,0,,,,,,,,,,,gutim,17503 +non,376,47,3,12389,9164,6018,688,2273.467550999991,0.133167613636364,32,0,A0,pp,8,144,21,8,,,,,,o,,,,,gutim,17509 +nof,376,46,2,12388,9165,,682,2273.5525509999907,,,,,,,144,62,0,,,,,,,,,,,gutim,17508 +ped,376,48,0,12390,9165,,704,2273.5525509999907,,,,,,,176,64,0,,,,,,,^,,,,gutim,17501 +non,376,49,2,12391,9165,6019,704,2273.5525509999907,0.340909090909091,16,1,F4,ppp,5,144,65,5,,,,,,o,,,,,gutim,17510 +nof,376,47,3,12389,9166,,688,2273.600550999991,,,,,,,144,21,0,,,,,,,,,,,gutim,17509 +non,376,50,3,12392,9166,6020,713,2273.600550999991,0.276988636363636,16,0,F1,ppp,5,144,29,5,,,,,t,o,,d,,,gutim,17511 +non,376,51,3,12393,9167,,765,2273.877550999991,0.271661931818182,16,0,F1,,,,,,,,,,T,,,,,,gutim,17512 +nof,376,45,1,12387,9168,,682,2273.893550999991,,,,,,,144,68,0,,,,,,,,,,,gutim,17507 +nof,376,49,2,12391,9168,,704,2273.893550999991,,,,,,,144,65,0,,,,,,,,,,,gutim,17510 +rst,376,52,1,12394,9168,,768,2273.893550999991,,,,,,,176,102,0,,,,,,,,,,,gutim,17513 +non,376,53,2,12395,9168,6021,768,2273.893550999991,0.681818181818182,8,0,C2,ppp,5,144,36,5,,,,,,o,,D 6040,,,gutim,17514 +nof,376,50,3,12392,9169,,713,2274.1485509999907,,,,,,,144,29,0,,,,,,,,,,,gutim,17511 +rst,376,54,3,12396,9169,,816,2274.1485509999907,,,,,,,176,102,0,,,,,,,,,,,gutim,17515 +non,376,55,3,12397,9170,6022,841,2274.2825509999907,0.138494318181818,32,0,D1,ppp-,4,144,26,4,,,,,,o,,,,,gutim,17516 +nof,376,55,3,12397,9171,,841,2274.420550999991,,,,,,,144,26,0,,,,,,,,,,,gutim,17516 +non,376,56,3,12398,9171,6023,867,2274.420550999991,0.138494318181818,32,0,F1,ppp-,4,144,29,4,,,,,,o,,,,,gutim,17517 +nof,376,56,3,12398,9172,,867,2274.558550999991,,,,,,,144,29,0,,,,,,,,,,,gutim,17517 +non,376,58,3,12399,9172,6024,893,2274.558550999991,0.271661931818182,16,0,D1,ppp-,4,144,26,4,,,,,,o,,,,,gutim,17518 +non,376,57,2,12400,9173,6025,896,2274.574550999991,0.681818181818182,8,0,Ab5,ppp,5,144,80,5,,,,,,o,,,,,gutim,17519 +nof,376,53,2,12395,9174,,768,2274.574550999991,,,,,,,144,36,0,,,,,,,,,,,gutim,17514 +non,376,59,3,12401,9175,6026,944,2274.830550999991,0.133167613636364,32,0,F1,ppp-,4,144,29,4,,,,,,o,,,e,,gutim,17520 +nof,376,58,3,12399,9176,,893,2274.830550999991,,,,,,,144,26,0,,,,,,,,,,,gutim,17518 +nof,376,59,3,12401,9177,,944,2274.9635509999907,,,,,,,144,29,0,,,,,,,,,,,gutim,17520 +non,376,60,3,12402,9177,6027,969,2274.9635509999907,0.138494318181818,32,0,D1,ppp-,4,144,26,4,,,,,,o,,,e,,gutim,17521 +nof,376,60,3,12402,9178,,969,2275.102550999991,,,,,,,144,26,0,,,,,,,,,,,gutim,17521 +non,376,61,3,12403,9178,6028,995,2275.102550999991,0.138494318181818,32,0,G#1,ppp-,4,144,32,4,,,,,,o,,,e,,gutim,17522 +bar,377,0,0,12404,9179,,0,2275.256550999991,,,,,,,,,,377,,,,,,,,,,gutim,17523 +rst,377,1,1,12405,9179,,0,2275.256550999991,,,,,,,176,102,0,,,,,,,,,,,gutim,17524 +rst,377,2,2,12406,9179,,0,2275.256550999991,,,,,,,176,102,0,,,,,,,,,,,gutim,17525 +non,377,3,3,12407,9179,6029,0,2275.256550999991,0.133167613636364,32,0,D1,pppp+,3,144,26,3,,,,,,o,,,e,,gutim,17526 +nof,377,3,3,12407,9180,,0,2275.389550999991,,,,,,,144,26,0,,,,,,,,,,,gutim,17526 +non,377,4,3,12408,9180,6030,25,2275.389550999991,0.138494318181818,32,0,C#1,pppp+,3,144,25,3,,,,,,o,,,e,,gutim,17527 +nof,376,61,3,12403,9181,,995,2275.390550999991,,,,,,,144,32,0,,,,,,,,,,,gutim,17522 +nof,376,57,2,12400,9182,,896,2275.406550999991,,,,,,,144,80,0,,,,,,,,,,,gutim,17519 +nof,377,4,3,12408,9183,,25,2275.528550999991,,,,,,,144,25,0,,,,,,,,,,,gutim,17527 +non,377,5,3,12409,9183,6031,51,2275.528550999991,0.133167613636364,32,0,D1,pppp+,3,144,26,3,,,,,,o,,,e,,gutim,17528 +nof,377,5,3,12409,9184,,51,2275.661550999991,,,,,,,144,26,0,,,,,,,,,,,gutim,17528 +non,377,6,3,12410,9184,6032,76,2275.661550999991,0.138494318181818,32,0,G#1,pppp+,3,144,32,3,,,,,,o,,,e,,gutim,17529 +nof,377,6,3,12410,9185,,76,2275.8005509999907,,,,,,,144,32,0,,,,,,,,,,,gutim,17529 +non,377,7,3,12411,9185,6033,102,2275.8005509999907,0.138494318181818,32,0,C#1,pppp+,3,144,25,3,,,,,,o,,,e,,gutim,17530 +nof,377,7,3,12411,9186,,102,2275.938550999991,,,,,,,144,25,0,,,,,,,,,,,gutim,17530 +non,377,8,3,12412,9186,6034,128,2275.938550999991,0.404829545454545,16,1,A0,pppp+,3,144,21,3,,,,,,o,,,E 6040,,gutim,17531 +non,377,9,3,12413,9187,6035,204,2276.343550999991,0.276988636363636,16,0,F1,pppp,2,144,29,2,,,,,t,o,,,,,gutim,17532 +non,377,10,2,12414,9188,6036,256,2276.620550999991,0.681818181818182,8,0,C5,pppp,2,144,72,2,,,,,,o,,,,,gutim,17533 +non,377,11,3,12415,9188,,256,2276.620550999991,0.133167613636364,32,0,F1,,,,,,,,,,T,,,,,,gutim,17534 +nof,377,9,3,12413,9189,,204,2276.7535509999907,,,,,,,144,29,0,,,,,,,,,,,gutim,17532 +non,377,12,3,12416,9189,6037,281,2276.7535509999907,0.271661931818182,16,0,D1,pppp,2,144,26,2,,,,,,o,,,,,gutim,17535 +nof,377,8,3,12412,9190,,128,2276.868550999991,,,,,,,144,21,0,,,,,,,,,,,gutim,17531 +nof,377,12,3,12416,9191,,281,2277.025550999991,,,,,,,144,26,0,,,,,,,,,,,gutim,17535 +non,377,13,3,12417,9191,6038,332,2277.025550999991,0.138494318181818,32,0,G#1,pppp,2,144,32,2,,,,,,o,,,,,gutim,17536 +nof,377,13,3,12417,9192,,332,2277.163550999991,,,,,,,144,32,0,,,,,,,,,,,gutim,17536 +non,377,14,3,12418,9192,6039,358,2277.163550999991,0.271661931818182,16,0,C#1,pppp,2,144,25,2,,,,,,o,,,,,gutim,17537 +rst,377,15,2,12419,9193,,384,2277.3025509999907,,,,,,,176,102,0,,,,,,,,,,,gutim,17538 +nof,377,10,2,12414,9194,,256,2277.3025509999907,,,,,,,144,72,0,,,,,,,,,,,gutim,17533 +non,377,16,3,12420,9195,6040,409,2277.435550999991,0.138494318181818,32,0,D1,pppp-,1,144,26,1,,,,,,o,,,,,gutim,17539 +nof,377,14,3,12418,9196,,358,2277.435550999991,,,,,,,144,25,0,,,,,,,,,,,gutim,17537 +nof,377,16,3,12420,9197,,409,2277.573550999991,,,,,,,144,26,0,,,,,,,,,,,gutim,17539 +non,377,17,3,12421,9197,6041,435,2277.573550999991,0.133167613636364,32,0,G#1,pppp-,1,144,32,1,,,,,,o,,,,,gutim,17540 +nof,377,17,3,12421,9198,,435,2277.707550999991,,,,,,,144,32,0,,,,,,,,,,,gutim,17540 +non,377,18,3,12422,9198,6042,460,2277.707550999991,0.138494318181818,32,0,C#1,pppp-,1,144,25,1,,,,,,o,,,,,gutim,17541 +nof,377,18,3,12422,9199,,460,2277.845550999991,,,,,,,144,25,0,,,,,,,,,,,gutim,17541 +non,377,19,3,12423,9199,6043,486,2277.845550999991,0.138494318181818,32,0,A0,pppp-,1,144,21,1,,,,,,o,,,,,gutim,17542 +bpm,377,20,0,12424,9200,,512,2277.9545509999907,,1,,,,,,,,,,56,,,,,,,,gutim,17543 +rst,377,21,2,12425,9200,,512,2277.9545509999907,,,,,,,176,102,0,,,,,,,,,,,gutim,17544 +rst,377,22,3,12426,9200,,512,2277.9545509999907,,,,,,,176,102,0,,,,,,,,,,,gutim,17545 +nof,377,19,3,12423,9201,,486,2277.984550999991,,,,,,,144,21,0,,,,,,,,,,,gutim,17542 +rst,377,23,3,12427,9202,,768,2279.025550999991,,,,,,,176,102,0,,,,,,,,,,,gutim,17546 +bar,378,0,0,12428,9203,,0,2280.0975509999907,,,,,,,,,,378,,,,,,,,,,gutim,17547 +sec,378,1,0,12429,9204,,0,2281.0975509999907,,,,,,,,,,,6040,,,,,,,,,gutim,17548 +non,378,3,1,12430,9204,6044,0,2281.0975509999907,3.21428571428571,2,1,F4,pp,8,144,65,8,,,,,,o,,,,,gutim,17549 +non,378,4,1,12431,9204,6044,0,2281.0975509999907,2.14285714285714,2,1,C5,pp,8,144,72,8,,,,,,o,,,,,gutim,17550 +rst,378,5,2,12432,9204,,0,2281.0975509999907,,,,,,,176,102,0,,,,,,,,,,,gutim,17551 +non,378,6,3,12433,9204,6044,0,2281.0975509999907,3.21428571428571,2,1,C3,pp,8,144,48,8,,,,,,o,,,,,gutim,17552 +non,378,7,3,12434,9204,6044,0,2281.0975509999907,2.14285714285714,2,1,Ab3,pp,8,144,56,8,,,,,,o,,,,,gutim,17553 +ped,378,2,0,12435,9204,,0,2281.0975509999907,,,,,,,176,64,127,,,,,,,V,,,,gutim,17554 +nof,378,4,1,12431,9205,,0,2283.240550999991,,,,,,,144,72,0,,,,,,,,,,,gutim,17550 +nof,378,7,3,12434,9205,,0,2283.240550999991,,,,,,,144,56,0,,,,,,,,,,,gutim,17553 +rst,378,8,2,12436,9205,,512,2283.240550999991,,,,,,,176,102,0,,,,,,,,,,,gutim,17555 +ped,378,9,0,12437,9206,,707,2284.033550999991,,,,,,,176,64,0,,,,,,,^,,,,gutim,17554 +nof,378,3,1,12430,9207,,0,2284.3115509999907,,,,,,,144,65,0,,,,,,,,,,,gutim,17549 +nof,378,6,3,12433,9207,,0,2284.3115509999907,,,,,,,144,48,0,,,,,,,,,,,gutim,17552 +non,378,11,1,12438,9207,6045,768,2284.3115509999907,1.07142857142857,4,0,Db6,mp,14,144,85,14,,,,,,o,,,,,gutim,17556 +non,378,12,2,12439,9207,6045,768,2284.3115509999907,1.07142857142857,4,0,C5,pp,8,144,72,8,,,,,,o,,,,t,gutim,17557 +non,378,13,3,12440,9207,6045,768,2284.3115509999907,1.07142857142857,4,0,C3,pp,8,144,48,8,,,,,,o,,,,,gutim,17558 +non,378,14,3,12441,9207,6045,768,2284.3115509999907,1.07142857142857,4,0,Ab3,pp,8,144,56,8,,,,,,o,,,,,gutim,17559 +ped,378,10,0,12442,9208,,768,2284.333550999991,,,,,,,176,64,127,,,,,,,V,,,,gutim,17560 +nof,378,11,1,12438,9209,,768,2285.382550999991,,,,,,,144,85,0,,,,,,,,,,,gutim,17556 +nof,378,12,2,12439,9209,,768,2285.382550999991,,,,,,,144,72,0,,,,,,,,,,,gutim,17557 +nof,378,13,3,12440,9209,,768,2285.382550999991,,,,,,,144,48,0,,,,,,,,,,,gutim,17558 +nof,378,14,3,12441,9209,,768,2285.382550999991,,,,,,,144,56,0,,,,,,,,,,,gutim,17559 +bar,379,0,0,12443,9209,,0,2285.382550999991,,,,,,,,,,379,,,,,,,,,,gutim,17561 +ped,379,1,0,12444,9209,,0,2285.382550999991,,,,,,,176,64,0,,,,,,,^,,,,gutim,17560 +non,379,2,1,12445,9209,6046,0,2285.382550999991,0.355747767857143,8,0,C3,mp,14,144,48,14,,,,,,o,,d,,t,gutim,17562 +non,379,3,1,12446,9209,6046,0,2285.382550999991,0.535714285714286,8,0,Ab3,mp,14,144,56,14,,,,,,o,,d,,t,gutim,17563 +non,379,4,3,12447,9209,6046,,2285.382550999991,0.05,8,0,F2,mp,14,144,41,14,,,,g,,o,,d,,,gutim,17564 +nof,379,4,3,12447,9210,,,2285.432550999991,,,,,,,144,41,0,,,,,,,,,,,gutim,17564 +non,379,5,3,12448,9211,6047,0,2285.457550999991,0.535714285714286,8,0,E1,mp,14,144,28,14,,,,,,o,,d,,,gutim,17565 +non,379,6,3,12449,9211,6047,0,2285.457550999991,0.535714285714286,8,0,F2,mp,14,144,41,14,,,,,,o,,d,,,gutim,17566 +nof,379,2,1,12445,9212,,0,2285.738550999991,,,,,,,144,48,0,,,,,,,,,,,gutim,17562 +non,379,7,1,12450,9213,6048,,2285.813550999991,0.05,8,0,C#5,p,11,144,73,11,,,,g,,o,,d,,,gutim,17567 +nof,379,7,1,12450,9214,,,2285.863550999991,,,,,,,144,73,0,,,,,,,,,,,gutim,17567 +non,379,8,1,12451,9215,6049,85,2285.888550999991,0.715680803571429,4,0,B5,p,11,144,83,11,,,,,,o,,d,,,gutim,17568 +nof,379,3,1,12446,9216,,0,2285.918550999991,,,,,,,144,56,0,,,,,,,,,,,gutim,17563 +nof,379,5,3,12448,9217,,0,2285.993550999991,,,,,,,144,28,0,,,,,,,,,,,gutim,17565 +nof,379,6,3,12449,9217,,0,2285.993550999991,,,,,,,144,41,0,,,,,,,,,,,gutim,17566 +non,379,9,3,12452,9218,6050,128,2286.0685509999907,0.17578125,32,1,C5,pp,8,144,72,8,,,,,,o,,d,,,gutim,17569 +nof,379,9,3,12452,9219,,128,2286.2445509999907,,,,,,,144,72,0,,,,,,,,,,,gutim,17569 +non,379,10,3,12453,9219,6051,170,2286.2445509999907,0.121372767857143,32,0,D#3,pp+,9,144,51,9,,,,,,o,,D,,,gutim,17570 +ped,379,11,0,12454,9220,,183,2286.2985509999908,,,,,,,176,64,127,,,,,,,V,,,,gutim,17571 +nof,379,10,3,12453,9221,,170,2286.365550999991,,,,,,,144,51,0,,,,,,,,,,,gutim,17570 +non,379,12,3,12455,9221,6052,199,2286.365550999991,0.1171875,32,0,B3,p-,10,144,59,10,,,,,,o,,,,,gutim,17572 +non,379,13,3,12456,9221,6052,199,2286.365550999991,0.133928571428571,32,0,C5,p-,10,144,72,10,,,,,,o,,,,,gutim,17573 +nof,379,12,3,12455,9222,,199,2286.4835509999907,,,,,,,144,59,0,,,,,,,,,,,gutim,17572 +non,379,14,3,12457,9222,6053,227,2286.4835509999907,0.121372767857143,32,0,F#3,p,11,144,54,11,,,,,,o,,,,,gutim,17574 +nof,379,13,3,12456,9223,,199,2286.499550999991,,,,,,,144,72,0,,,,,,,,,,,gutim,17573 +nof,379,8,1,12451,9224,,85,2286.604550999991,,,,,,,144,83,0,,,,,,,,,,,gutim,17568 +nof,379,14,3,12457,9224,,227,2286.604550999991,,,,,,,144,54,0,,,,,,,,,,,gutim,17574 +rst,379,15,1,12458,9224,,256,2286.604550999991,,,,,,,176,102,0,,,,,,,,,,,gutim,17575 +non,379,16,3,12459,9224,6054,256,2286.604550999991,0.200892857142857,32,1,D#2,p+,12,144,39,12,,,,,,o,,,,T,gutim,17576 +non,379,17,3,12460,9224,6054,256,2286.604550999991,0.133928571428571,32,1,F#2,p+,12,144,42,12,,,,,,o,,,,T 6041,gutim,17577 +nof,379,17,3,12460,9225,,256,2286.738550999991,,,,,,,144,42,0,,,,,,,,,,,gutim,17577 +nof,379,16,3,12459,9226,,256,2286.805550999991,,,,,,,144,39,0,,,,,,,,,,,gutim,17576 +non,379,18,3,12461,9226,6055,304,2286.805550999991,0.200892857142857,32,1,F#3,mp-,13,144,54,13,,,,,,o,,,,,gutim,17578 +nof,379,18,3,12461,9227,,304,2287.006550999991,,,,,,,144,54,0,,,,,,,,,,,gutim,17578 +non,379,19,3,12462,9227,6056,352,2287.006550999991,0.133928571428571,32,0,B4,mp,14,144,71,14,,,,,,o,,,,,gutim,17579 +nof,379,19,3,12462,9228,,352,2287.140550999991,,,,,,,144,71,0,,,,,,,,,,,gutim,17579 +non,379,20,3,12463,9228,6057,384,2287.140550999991,0.1171875,32,0,F#1,mp+,15,144,30,15,,,,,,o,,,,,gutim,17580 +non,379,21,3,12464,9228,6057,384,2287.140550999991,0.133928571428571,32,0,B3,mp+,15,144,59,15,,,,,,o,,,,,gutim,17581 +non,379,22,3,12465,9228,6057,384,2287.140550999991,0.133928571428571,32,0,C5,mp+,15,144,72,15,,,,,,o,,,,,gutim,17582 +nof,379,20,3,12463,9229,,384,2287.257550999991,,,,,,,144,30,0,,,,,,,,,,,gutim,17580 +non,379,23,3,12466,9229,6058,412,2287.257550999991,0.1171875,32,0,G3,mf-,16,144,55,16,,,,,,o,,,,,gutim,17583 +nof,379,21,3,12464,9230,,384,2287.274550999991,,,,,,,144,59,0,,,,,,,,,,,gutim,17581 +nof,379,22,3,12465,9230,,384,2287.274550999991,,,,,,,144,72,0,,,,,,,,,,,gutim,17582 +nof,379,23,3,12466,9231,,412,2287.374550999991,,,,,,,144,55,0,,,,,,,,,,,gutim,17583 +non,379,24,3,12467,9231,6059,440,2287.374550999991,0.179966517857143,32,1,B3,mf,17,144,59,17,,,,,,o,,d,,,gutim,17584 +nof,379,24,3,12467,9232,,440,2287.554550999991,,,,,,,144,59,0,,,,,,,,,,,gutim,17584 +ped,379,25,0,12468,9232,,483,2287.554550999991,,,,,,,176,64,0,,,,,,,^,,,,gutim,17571 +non,379,26,3,12469,9232,6060,483,2287.554550999991,0.121372767857143,32,0,D#1,mf,17,144,27,17,,,,,,o,,d,,,gutim,17585 +non,379,27,3,12470,9232,6060,483,2287.554550999991,0.133928571428571,32,0,F#1,mf,17,144,30,17,,,,,,o,,d,,,gutim,17586 +non,379,28,3,12471,9232,6060,483,2287.554550999991,0.133928571428571,32,0,G3,mf,17,144,55,17,,,,,,o,,d,,,gutim,17587 +nof,379,26,3,12469,9233,,483,2287.6755509999907,,,,,,,144,27,0,,,,,,,,,,,gutim,17585 +rst,379,29,1,12472,9233,,512,2287.6755509999907,,,,,,,176,102,0,,,,,,,,,,,gutim,17588 +non,379,30,3,12473,9233,6061,,2287.6755509999907,0.05,8,0,D#2,p,11,144,39,11,,,,g,,o,,d,,,gutim,17589 +nof,379,27,3,12470,9234,,483,2287.688550999991,,,,,,,144,30,0,,,,,,,,,,,gutim,17586 +nof,379,28,3,12471,9234,,483,2287.688550999991,,,,,,,144,55,0,,,,,,,,,,,gutim,17587 +nof,379,30,3,12473,9235,,,2287.725550999991,,,,,,,144,39,0,,,,,,,,,,,gutim,17589 +non,379,31,3,12474,9236,6062,,2287.750550999991,0.05,8,0,C3,p,11,144,48,11,,,,g,,o,,d,,,gutim,17590 +nof,379,31,3,12474,9237,,,2287.8005509999907,,,,,,,144,48,0,,,,,,,,,,,gutim,17590 +non,379,32,3,12475,9238,6063,512,2287.825550999991,1.07142857142857,4,0,D#2,p,11,144,39,11,,,,,,o,,d,,,gutim,17591 +non,379,33,3,12476,9238,6063,512,2287.825550999991,1.07142857142857,4,0,B2,p,11,144,47,11,,,,,,o,,d,,,gutim,17592 +non,379,34,3,12477,9238,6063,512,2287.825550999991,1.07142857142857,4,0,C3,p,11,144,48,11,,,,,,o,,d,,,gutim,17593 +non,379,35,1,12478,9239,6064,640,2288.361550999991,0.17578125,32,1,B5,p,11,144,83,11,,,,,,o,,D,,,gutim,17594 +nof,379,35,1,12478,9240,,640,2288.537550999991,,,,,,,144,83,0,,,,,,,,,,,gutim,17594 +non,379,36,1,12479,9240,6065,682,2288.537550999991,0.121372767857143,32,0,A3,p-,10,144,57,10,,,,,,o,,,,,gutim,17595 +nof,379,36,1,12479,9241,,682,2288.658550999991,,,,,,,144,57,0,,,,,,,,,,,gutim,17595 +non,379,37,1,12480,9241,6066,711,2288.658550999991,0.1171875,32,0,F#3,pp+,9,144,54,9,,,,,,o,,,,,gutim,17596 +nof,379,37,1,12480,9242,,711,2288.775550999991,,,,,,,144,54,0,,,,,,,,,,,gutim,17596 +non,379,38,1,12481,9242,6067,739,2288.775550999991,0.121372767857143,32,0,F#3,pp,8,144,54,8,,,,,,o,,d,,,gutim,17597 +non,379,39,1,12482,9242,6067,739,2288.775550999991,0.133928571428571,32,0,A3,pp,8,144,57,8,,,,,,o,,d,,,gutim,17598 +non,379,40,1,12483,9242,6067,739,2288.775550999991,0.133928571428571,32,0,F4,pp,8,144,65,8,,,,,,o,,d,,,gutim,17599 +non,379,41,1,12484,9242,6067,739,2288.775550999991,0.133928571428571,32,0,C#5,pp,8,144,73,8,,,,,,o,,d,,,gutim,17600 +nof,379,34,3,12477,9243,,512,2288.897550999991,,,,,,,144,48,0,,,,,,,,,,,gutim,17593 +nof,379,38,1,12481,9243,,739,2288.897550999991,,,,,,,144,54,0,,,,,,,,,,,gutim,17597 +rst,379,42,1,12485,9243,,768,2288.897550999991,,,,,,,176,102,0,,,,,,,,,,,gutim,17601 +non,379,43,3,12486,9243,6068,768,2288.897550999991,0.213448660714286,16,0,E1,f,20,144,28,20,,,,,,o,,d,,,gutim,17602 +non,379,44,3,12487,9243,6068,768,2288.897550999991,0.267857142857143,16,0,F2,f,20,144,41,20,,,,,,o,,d,,,gutim,17603 +non,379,45,3,12488,9243,6068,768,2288.897550999991,0.267857142857143,16,0,C3,f,20,144,48,20,,,,,,o,,d,,,gutim,17604 +non,379,46,3,12489,9243,6068,768,2288.897550999991,0.267857142857143,16,0,Ab3,f,20,144,56,20,,,,,,o,,d,,,gutim,17605 +nof,379,32,3,12475,9244,,512,2288.897550999991,,,,,,,144,39,0,,,,,,,,,,,gutim,17591 +nof,379,33,3,12476,9244,,512,2288.897550999991,,,,,,,144,47,0,,,,,,,,,,,gutim,17592 +nof,379,39,1,12482,9245,,739,2288.909550999991,,,,,,,144,57,0,,,,,,,,,,,gutim,17598 +nof,379,40,1,12483,9245,,739,2288.909550999991,,,,,,,144,65,0,,,,,,,,,,,gutim,17599 +nof,379,41,1,12484,9245,,739,2288.909550999991,,,,,,,144,73,0,,,,,,,,,,,gutim,17600 +nof,379,43,3,12486,9246,,768,2289.110550999991,,,,,,,144,28,0,,,,,,,,,,,gutim,17602 +nof,379,44,3,12487,9246,,768,2289.110550999991,,,,,,,144,41,0,,,,,,,,,,,gutim,17603 +nof,379,45,3,12488,9246,,768,2289.110550999991,,,,,,,144,48,0,,,,,,,,,,,gutim,17604 +nof,379,46,3,12489,9246,,768,2289.110550999991,,,,,,,144,56,0,,,,,,,,,,,gutim,17605 +non,379,47,3,12490,9246,6069,819,2289.110550999991,0.322265625,16,1,E1,ff,22,144,28,22,,,,,,o,,d,,,gutim,17606 +non,379,48,3,12491,9246,6069,819,2289.110550999991,0.267857142857143,16,1,B1,ff,22,144,35,22,,,,,,o,,d,,,gutim,17607 +non,379,49,3,12492,9246,6069,819,2289.110550999991,0.267857142857143,16,1,F2,ff,22,144,41,22,,,,,,o,,d,,,gutim,17608 +non,379,50,3,12493,9246,6069,819,2289.110550999991,0.267857142857143,16,1,C3,ff,22,144,48,22,,,,,,o,,d,,,gutim,17609 +non,379,51,3,12494,9246,6069,819,2289.110550999991,0.267857142857143,16,1,Ab3,ff,22,144,56,22,,,,,,o,,d,,,gutim,17610 +non,379,53,1,12495,9247,6070,,2289.357550999991,0.05,8,0,C4,mp,14,144,60,14,,,,g,,o,,d,,,gutim,17611 +nof,379,48,3,12491,9248,,819,2289.3785509999907,,,,,,,144,35,0,,,,,,,,,,,gutim,17607 +nof,379,49,3,12492,9248,,819,2289.3785509999907,,,,,,,144,41,0,,,,,,,,,,,gutim,17608 +nof,379,50,3,12493,9248,,819,2289.3785509999907,,,,,,,144,48,0,,,,,,,,,,,gutim,17609 +nof,379,51,3,12494,9248,,819,2289.3785509999907,,,,,,,144,56,0,,,,,,,,,,,gutim,17610 +nof,379,53,1,12495,9249,,,2289.4075509999907,,,,,,,144,60,0,,,,,,,,,,,gutim,17611 +nof,379,47,3,12490,9250,,819,2289.432550999991,,,,,,,144,28,0,,,,,,,,,,,gutim,17606 +non,379,54,1,12496,9250,6071,896,2289.432550999991,0.17578125,32,1,Ab4,mp-,13,144,68,13,,,,,,o,,D 6041,,,gutim,17612 +rst,379,55,3,12497,9250,,896,2289.432550999991,,,,,,,176,102,0,,,,,,,,,,,gutim,17613 +ped,379,52,0,12498,9250,,896,2289.432550999991,,,,,,,176,64,127,,,,,,,V,,,,gutim,17614 +nof,379,54,1,12496,9251,,896,2289.6085509999907,,,,,,,144,68,0,,,,,,,,,,,gutim,17612 +non,379,56,1,12499,9251,6072,938,2289.6085509999907,0.121372767857143,32,0,E2,p,11,144,40,11,,,,,,o,,,,,gutim,17615 +ped,379,61,0,12500,9252,,995,2289.720550999991,,,,,,,176,64,0,,,,,,,^,,,,gutim,17614 +nof,379,56,1,12499,9253,,938,2289.730550999991,,,,,,,144,40,0,,,,,,,,,,,gutim,17615 +non,379,57,1,12501,9253,6073,967,2289.730550999991,0.1171875,32,0,F3,pp+,9,144,53,9,,,,,,o,,,,,gutim,17616 +non,379,58,1,12502,9253,6073,967,2289.730550999991,0.133928571428571,32,0,C4,pp+,9,144,60,9,,,,,,o,,,,,gutim,17617 +non,379,59,1,12503,9253,6073,967,2289.730550999991,0.133928571428571,32,0,Ab4,pp+,9,144,68,9,,,,,,o,,,,,gutim,17618 +sec,379,60,0,12504,9253,,967,2289.730550999991,,,,,,,,,,,6041,,,,,,,,,gutim,17619 +nof,379,57,1,12501,9254,,967,2289.8475509999907,,,,,,,144,53,0,,,,,,,,,,,gutim,17616 +non,379,62,1,12505,9254,6074,995,2289.8475509999907,0.121372767857143,32,0,E2,pp,8,144,40,8,,,,,,o,,d,,,gutim,17620 +non,379,63,1,12506,9254,6074,995,2289.8475509999907,0.133928571428571,32,0,B2,pp,8,144,47,8,,,,,,o,,d,,,gutim,17621 +nof,379,58,1,12502,9255,,967,2289.864550999991,,,,,,,144,60,0,,,,,,,,,,,gutim,17617 +nof,379,59,1,12503,9255,,967,2289.864550999991,,,,,,,144,68,0,,,,,,,,,,,gutim,17618 +nof,379,62,1,12505,9256,,995,2289.968550999991,,,,,,,144,40,0,,,,,,,,,,,gutim,17620 +ped,379,65,0,12507,9257,,1024,2289.968550999991,,,,,,,176,64,0,,,,,,,^,,,,gutim,17622 +rst,379,66,1,12508,9257,,1024,2289.968550999991,,,,,,,176,102,0,,,,,,,,,,,gutim,17623 +non,379,67,3,12509,9257,6075,,2289.968550999991,0.05,8,0,C#3,p,11,144,49,11,,,,g,,o,,,e,,gutim,17624 +nof,379,63,1,12506,9258,,995,2289.9815509999908,,,,,,,144,47,0,,,,,,,,,,,gutim,17621 +nof,379,67,3,12509,9259,,,2290.018550999991,,,,,,,144,49,0,,,,,,,,,,,gutim,17624 +ped,379,64,0,12510,9260,,1006,2290.020550999991,,,,,,,176,64,127,,,,,,,V,,,,gutim,17625 +non,379,68,3,12511,9261,6076,,2290.043550999991,0.05,8,0,D#1,mp-,13,144,27,13,,,,g,,o,,,e,,gutim,17626 +nof,379,68,3,12511,9262,,,2290.093550999991,,,,,,,144,27,0,,,,,,,,,,,gutim,17626 +non,379,69,3,12512,9263,6077,,2290.118550999991,0.05,8,0,G#1,mp+,15,144,32,15,,,,g,,o,,,e,,gutim,17627 +nof,379,69,3,12512,9264,,,2290.168550999991,,,,,,,144,32,0,,,,,,,,,,,gutim,17627 +non,379,70,3,12513,9265,6078,1024,2290.1935509999907,0.355747767857143,8,0,D#1,mf,17,144,27,17,,,,,,o,,,E,,gutim,17628 +non,379,71,3,12514,9265,6078,1024,2290.1935509999907,0.535714285714286,8,0,G#1,mf,17,144,32,17,,,,,,o,,,E,,gutim,17629 +non,379,72,3,12515,9265,6078,1024,2290.1935509999907,0.535714285714286,8,0,C#4,mf,17,144,61,17,,,,,,o,,,E,,gutim,17630 +non,379,73,3,12516,9265,6078,1024,2290.1935509999907,0.535714285714286,8,0,B4,mf,17,144,71,17,,,,,,o,,,E,,gutim,17631 +nof,379,70,3,12513,9266,,1024,2290.549550999991,,,,,,,144,27,0,,,,,,,,,,,gutim,17628 +non,379,74,3,12517,9266,6079,1109,2290.549550999991,0.535714285714286,8,1,G2,mp,14,144,43,14,,,,,,o,,,,,gutim,17632 +nof,379,71,3,12514,9267,,1024,2290.729550999991,,,,,,,144,32,0,,,,,,,,,,,gutim,17629 +nof,379,72,3,12515,9267,,1024,2290.729550999991,,,,,,,144,61,0,,,,,,,,,,,gutim,17630 +nof,379,73,3,12516,9267,,1024,2290.729550999991,,,,,,,144,71,0,,,,,,,,,,,gutim,17631 +ped,379,75,0,12518,9268,,1161,2290.767550999991,,,,,,,176,64,127,,,,,,,V,,,,gutim,17633 +nof,379,74,3,12517,9269,,1109,2291.085550999991,,,,,,,144,43,0,,,,,,,,,,,gutim,17632 +non,379,76,3,12519,9269,6080,1237,2291.085550999991,0.179966517857143,16,0,D#1,ppp,5,144,27,5,,,,,,o,,d,,,gutim,17634 +non,379,77,3,12520,9269,6080,1237,2291.085550999991,0.267857142857143,16,0,G#1,ppp,5,144,32,5,,,,,,o,,d,,,gutim,17635 +non,379,78,3,12521,9269,6080,1237,2291.085550999991,0.267857142857143,16,0,C#4,ppp,5,144,61,5,,,,,,o,,d,,,gutim,17636 +non,379,79,3,12522,9269,6080,1237,2291.085550999991,0.267857142857143,16,0,B4,ppp,5,144,71,5,,,,,,o,,d,,,gutim,17637 +nof,379,76,3,12519,9270,,1237,2291.265550999991,,,,,,,144,27,0,,,,,,,,,,,gutim,17634 +bar,380,0,0,12523,9270,,0,2291.265550999991,,,,,,,,,,380,,,,,,,,,,gutim,17638 +rst,380,1,1,12524,9270,,0,2291.265550999991,,,,,,,176,102,0,,,,,,,,,,,gutim,17639 +rst,380,2,3,12525,9270,,0,2291.265550999991,,,,,,,176,102,0,,,,,,,,,,,gutim,17640 +nof,379,77,3,12520,9271,,1237,2291.352550999991,,,,,,,144,32,0,,,,,,,,,,,gutim,17635 +nof,379,78,3,12521,9271,,1237,2291.352550999991,,,,,,,144,61,0,,,,,,,,,,,gutim,17636 +nof,379,79,3,12522,9271,,1237,2291.352550999991,,,,,,,144,71,0,,,,,,,,,,,gutim,17637 +non,380,3,1,12526,9272,6081,85,2291.620550999991,0.715680803571429,4,0,F#3,mp,14,144,54,14,,,,,,o,,d,,,gutim,17641 +non,380,4,1,12527,9272,6081,85,2291.620550999991,1.07142857142857,4,0,A3,mp,14,144,57,14,,,,,,o,,d,,,gutim,17642 +non,380,5,1,12528,9272,6081,85,2291.620550999991,1.07142857142857,4,0,F4,mp,14,144,65,14,,,,,,o,,d,,,gutim,17643 +non,380,6,1,12529,9272,6081,85,2291.620550999991,1.07142857142857,4,0,C#5,mp,14,144,73,14,,,,,,o,,d,,,gutim,17644 +non,380,7,1,12530,9272,6081,85,2291.620550999991,1.07142857142857,4,0,B5,mp,14,144,83,14,,,,,,o,,d,,,gutim,17645 +non,380,9,1,12531,9273,6082,,2292.1865509999907,0.05,8,0,B6,p,11,144,95,11,,,,g,,o,,d,,,gutim,17646 +nof,380,9,1,12531,9274,,,2292.236550999991,,,,,,,144,95,0,,,,,,,,,,,gutim,17646 +nof,380,6,1,12529,9275,,85,2292.261550999991,,,,,,,144,73,0,,,,,,,,,,,gutim,17644 +non,380,10,1,12532,9275,6083,,2292.261550999991,0.05,8,0,C#5,p,11,144,73,11,,,,g,,o,,d,,,gutim,17647 +nof,380,3,1,12526,9276,,85,2292.336550999991,,,,,,,144,54,0,,,,,,,,,,,gutim,17641 +nof,380,4,1,12527,9276,,85,2292.336550999991,,,,,,,144,57,0,,,,,,,,,,,gutim,17642 +ped,380,8,0,12533,9276,,256,2292.336550999991,,,,,,,176,64,0,,,,,,,^,,,,gutim,17633 +non,380,11,1,12534,9276,6084,256,2292.336550999991,1.07142857142857,4,0,C#6,f,20,144,85,20,,,,,,o,,d,,,gutim,17648 +non,380,12,1,12535,9276,6084,256,2292.336550999991,1.07142857142857,4,0,E7,f,20,144,100,20,,,,,,o,,d,,,gutim,17649 +non,380,13,3,12536,9276,6084,256,2292.336550999991,0.535714285714286,8,0,A3,p,11,144,57,11,,,,,,o,,d,,,gutim,17650 +nof,380,5,1,12528,9277,,85,2292.692550999991,,,,,,,144,65,0,,,,,,,,,,,gutim,17643 +nof,380,7,1,12530,9277,,85,2292.692550999991,,,,,,,144,83,0,,,,,,,,,,,gutim,17645 +nof,380,10,1,12532,9277,,,2292.692550999991,,,,,,,144,73,0,,,,,,,,,,,gutim,17647 +nof,380,13,3,12536,9278,,256,2292.872550999991,,,,,,,144,57,0,,,,,,,,,,,gutim,17650 +non,380,15,3,12537,9278,6085,384,2292.872550999991,0.535714285714286,8,0,Ab1,f,20,144,32,20,,,,,,o,,d,,,gutim,17651 +ped,380,14,0,12538,9278,,384,2292.872550999991,,,,,,,176,64,127,,,,,,,V,,,,gutim,17652 +ped,380,16,0,12539,9279,,512,2293.257550999991,,,,,,,176,64,0,,,,,,,^,,,,gutim,17652 +nof,380,15,3,12537,9280,,384,2293.4075509999907,,,,,,,144,32,0,,,,,,,,,,,gutim,17651 +rst,380,18,1,12540,9280,,512,2293.4075509999907,,,,,,,176,102,0,,,,,,,,,,,gutim,17653 +non,380,19,3,12541,9280,6086,512,2293.4075509999907,0.17578125,32,1,Ab1,pp,8,144,32,8,,,,,,o,,d 6042,,,gutim,17654 +nof,380,11,1,12534,9281,,256,2293.4075509999907,,,,,,,144,85,0,,,,,,,,,,,gutim,17648 +nof,380,12,1,12535,9281,,256,2293.4075509999907,,,,,,,144,100,0,,,,,,,,,,,gutim,17649 +ped,380,17,0,12542,9282,,512,2293.557550999991,,,,,,,176,64,127,,,,,,,V,,,,gutim,17655 +nof,380,19,3,12541,9283,,512,2293.583550999991,,,,,,,144,32,0,,,,,,,,,,,gutim,17654 +non,380,20,3,12543,9283,6087,554,2293.583550999991,0.121372767857143,32,0,C5,pp+,9,144,72,9,,,,,,o,,,,,gutim,17656 +nof,380,20,3,12543,9284,,554,2293.705550999991,,,,,,,144,72,0,,,,,,,,,,,gutim,17656 +non,380,21,3,12544,9284,6088,583,2293.705550999991,0.1171875,32,0,C#6,p-,10,144,85,10,,,,,,o,,,,,gutim,17657 +nof,380,21,3,12544,9285,,583,2293.822550999991,,,,,,,144,85,0,,,,,,,,,,,gutim,17657 +non,380,22,3,12545,9285,6089,611,2293.822550999991,0.121372767857143,32,0,E5,p,11,144,76,11,,,,,,o,,,,,gutim,17658 +nof,380,22,3,12545,9286,,611,2293.9435509999907,,,,,,,144,76,0,,,,,,,,,,,gutim,17658 +non,380,23,3,12546,9286,6090,640,2293.9435509999907,0.133928571428571,32,0,Ab2,p+,12,144,44,12,,,,,,o,,,,,gutim,17659 +non,380,24,3,12547,9286,6090,640,2293.9435509999907,0.133928571428571,32,0,D3,p+,12,144,50,12,,,,,,o,,,,,gutim,17660 +non,380,25,3,12548,9286,6090,640,2293.9435509999907,0.133928571428571,32,0,C5,p+,12,144,72,12,,,,,,o,,,,,gutim,17661 +nof,380,23,3,12546,9287,,640,2294.0775509999908,,,,,,,144,44,0,,,,,,,,,,,gutim,17659 +nof,380,24,3,12547,9287,,640,2294.0775509999908,,,,,,,144,50,0,,,,,,,,,,,gutim,17660 +nof,380,25,3,12548,9287,,640,2294.0775509999908,,,,,,,144,72,0,,,,,,,,,,,gutim,17661 +non,380,26,3,12549,9287,6091,672,2294.0775509999908,0.133928571428571,32,0,C#6,mp,14,144,85,14,,,,,,o,,,,,gutim,17662 +nof,380,26,3,12549,9288,,672,2294.211550999991,,,,,,,144,85,0,,,,,,,,,,,gutim,17662 +non,380,27,3,12550,9288,6092,704,2294.211550999991,0.133928571428571,32,0,E5,mp+,15,144,76,15,,,,,,o,,,,,gutim,17663 +nof,380,27,3,12550,9289,,704,2294.345550999991,,,,,,,144,76,0,,,,,,,,,,,gutim,17663 +non,380,28,3,12551,9289,6093,736,2294.345550999991,0.133928571428571,32,0,D4,mf-,16,144,62,16,,,,,,o,,,,,gutim,17664 +non,380,29,3,12552,9289,6093,736,2294.345550999991,0.133928571428571,32,0,C#6,mf-,16,144,85,16,,,,,,o,,,,,gutim,17665 +nof,380,28,3,12551,9290,,736,2294.479550999991,,,,,,,144,62,0,,,,,,,,,,,gutim,17664 +nof,380,29,3,12552,9290,,736,2294.479550999991,,,,,,,144,85,0,,,,,,,,,,,gutim,17665 +non,380,30,1,12553,9290,6094,768,2294.479550999991,0.355747767857143,8,0,C#7,mf,17,144,97,17,,,,,,o,,,,,gutim,17666 +rst,380,31,3,12554,9290,,768,2294.479550999991,,,,,,,176,102,0,,,,,,,,,,,gutim,17667 +non,380,32,3,12555,9291,6095,810,2294.6555509999907,0.179966517857143,16,0,D3,mf,17,144,50,17,,,,,,o,,,,,gutim,17668 +nof,380,30,1,12553,9292,,768,2294.835550999991,,,,,,,144,97,0,,,,,,,,,,,gutim,17666 +nof,380,32,3,12555,9292,,810,2294.835550999991,,,,,,,144,50,0,,,,,,,,,,,gutim,17668 +ped,380,33,0,12556,9292,,853,2294.835550999991,,,,,,,176,64,0,,,,,,,^,,,,gutim,17655 +non,380,34,1,12557,9292,6096,853,2294.835550999991,0.179966517857143,16,0,C#7,mf,17,144,97,17,,,,,,o,,,,,gutim,17669 +non,380,35,3,12558,9292,6096,853,2294.835550999991,0.179966517857143,16,0,Ab2,mf,17,144,44,17,,,,,,o,,,,,gutim,17670 +non,380,36,3,12559,9292,6096,853,2294.835550999991,0.267857142857143,16,0,D3,mf,17,144,50,17,,,,,,o,,,,,gutim,17671 +nof,380,34,1,12557,9293,,853,2295.015550999991,,,,,,,144,97,0,,,,,,,,,,,gutim,17669 +nof,380,35,3,12558,9293,,853,2295.015550999991,,,,,,,144,44,0,,,,,,,,,,,gutim,17670 +rst,380,37,1,12560,9293,,896,2295.015550999991,,,,,,,176,102,0,,,,,,,,,,,gutim,17672 +rst,380,38,3,12561,9293,,896,2295.015550999991,,,,,,,176,102,0,,,,,,,,,,,gutim,17673 +nof,380,36,3,12559,9294,,853,2295.102550999991,,,,,,,144,50,0,,,,,,,,,,,gutim,17671 +non,380,40,1,12562,9295,6097,938,2295.190550999991,0.179966517857143,16,0,D#4,pp,8,144,63,8,,,,,,o,,,,,gutim,17674 +ped,380,39,0,12563,9295,,938,2295.190550999991,,,,,,,176,64,127,,,,,,,V,,,,gutim,17675 +nof,380,40,1,12562,9296,,938,2295.370550999991,,,,,,,144,63,0,,,,,,,,,,,gutim,17674 +non,380,41,1,12564,9296,6098,981,2295.370550999991,0.179966517857143,16,0,G#3,pp,8,144,56,8,,,,,,o,,,,,gutim,17676 +nof,380,41,1,12564,9297,,981,2295.5505509999907,,,,,,,144,56,0,,,,,,,,,,,gutim,17676 +rst,380,42,1,12565,9297,,1024,2295.5505509999907,,,,,,,176,102,0,,,,,,,,,,,gutim,17677 +non,380,43,3,12566,9297,6099,1024,2295.5505509999907,0.267857142857143,16,0,C2,pp,8,144,36,8,,,,,,o,,,,,gutim,17678 +nof,380,43,3,12566,9298,,1024,2295.8185509999907,,,,,,,144,36,0,,,,,,,,,,,gutim,17678 +non,380,44,3,12567,9298,6100,1088,2295.8185509999907,0.267857142857143,16,0,D#4,pp,8,144,63,8,,,,,,o,,,,,gutim,17679 +nof,380,44,3,12567,9299,,1088,2296.086550999991,,,,,,,144,63,0,,,,,,,,,,,gutim,17679 +non,380,45,3,12568,9299,6101,1152,2296.086550999991,0.401785714285714,16,1,G#2,pp,8,144,44,8,,,,,,o,,,,,gutim,17680 +nof,380,45,3,12568,9300,,1152,2296.488550999991,,,,,,,144,44,0,,,,,,,,,,,gutim,17680 +non,380,46,3,12569,9300,6102,1248,2296.488550999991,0.133928571428571,32,0,D#2,pp,8,144,39,8,,,,,,o,,,e,,gutim,17681 +non,380,47,3,12570,9300,6102,1248,2296.488550999991,0.133928571428571,32,0,B2,pp,8,144,47,8,,,,,,o,,,e,,gutim,17682 +non,380,48,3,12571,9300,6102,1248,2296.488550999991,0.133928571428571,32,0,C3,pp,8,144,48,8,,,,,,o,,,e,,gutim,17683 +ped,380,49,0,12572,9301,,1279,2296.618550999991,,,,,,,176,64,0,,,,,,,^,,,,gutim,17675 +bar,381,0,0,12573,9302,,0,2296.622550999991,,,,,,,,,,381,,,,,,,,,,gutim,17684 +rst,381,1,1,12574,9302,,0,2296.622550999991,,,,,,,176,102,0,,,,,,,,,,,gutim,17685 +non,381,2,3,12575,9302,6103,0,2296.622550999991,0.133928571428571,32,0,F#2,p+,12,144,42,12,,,,,,o,,,e,,gutim,17686 +nof,380,46,3,12569,9303,,1248,2296.622550999991,,,,,,,144,39,0,,,,,,,,,,,gutim,17681 +nof,380,47,3,12570,9303,,1248,2296.622550999991,,,,,,,144,47,0,,,,,,,,,,,gutim,17682 +nof,380,48,3,12571,9303,,1248,2296.622550999991,,,,,,,144,48,0,,,,,,,,,,,gutim,17683 +nof,381,2,3,12575,9304,,0,2296.756550999991,,,,,,,144,42,0,,,,,,,,,,,gutim,17686 +non,381,3,3,12576,9304,6104,32,2296.756550999991,0.133928571428571,32,0,G2,mf-,16,144,43,16,,,,,,o,,,e,,gutim,17687 +nof,381,3,3,12576,9305,,32,2296.890550999991,,,,,,,144,43,0,,,,,,,,,,,gutim,17687 +non,381,4,1,12577,9305,6105,64,2296.890550999991,0.267857142857143,16,0,B2,f,20,144,47,20,,,,,,o,,,e,,gutim,17688 +non,381,5,1,12578,9305,6105,64,2296.890550999991,0.267857142857143,16,0,C4,f,20,144,60,20,,,,,,o,,,e,,gutim,17689 +non,381,6,3,12579,9305,6105,64,2296.890550999991,0.267857142857143,16,0,D#1,f,20,144,27,20,,,,,,o,,,E,,gutim,17690 +non,381,7,3,12580,9305,6105,64,2296.890550999991,0.267857142857143,16,0,F#1,f,20,144,30,20,,,,,,o,,,E 6042,,gutim,17691 +nof,381,4,1,12577,9306,,64,2297.1575509999907,,,,,,,144,47,0,,,,,,,,,,,gutim,17688 +nof,381,5,1,12578,9306,,64,2297.1575509999907,,,,,,,144,60,0,,,,,,,,,,,gutim,17689 +nof,381,6,3,12579,9306,,64,2297.1575509999907,,,,,,,144,27,0,,,,,,,,,,,gutim,17690 +nof,381,7,3,12580,9306,,64,2297.1575509999907,,,,,,,144,30,0,,,,,,,,,,,gutim,17691 +rst,381,8,1,12581,9306,,128,2297.1575509999907,,,,,,,176,102,0,,,,,,,,,,,gutim,17692 +rst,381,9,3,12582,9306,,128,2297.1575509999907,,,,,,,176,102,0,,,,,,,,,,,gutim,17693 +sec,381,10,0,12583,9307,,128,2297.457550999991,,,,,,,,,,,6042,,,,,,,,,gutim,17694 +non,381,11,1,12584,9308,6106,160,2297.591550999991,0.401785714285714,16,1,B2,pp,8,144,47,8,,,,,,o,,,,,gutim,17695 +non,381,12,1,12585,9308,6106,160,2297.591550999991,0.267857142857143,16,1,C4,pp,8,144,60,8,,,,,,o,,,,,gutim,17696 +non,381,13,3,12586,9308,6106,160,2297.591550999991,0.401785714285714,16,1,D#1,pp,8,144,27,8,,,,,,o,,,,,gutim,17697 +non,381,14,3,12587,9308,6106,160,2297.591550999991,0.267857142857143,16,1,F#1,pp,8,144,30,8,,,,,,o,,,,,gutim,17698 +nof,381,12,1,12585,9309,,160,2297.859550999991,,,,,,,144,60,0,,,,,,,,,,,gutim,17696 +nof,381,14,3,12587,9309,,160,2297.859550999991,,,,,,,144,30,0,,,,,,,,,,,gutim,17698 +nof,381,11,1,12584,9310,,160,2297.993550999991,,,,,,,144,47,0,,,,,,,,,,,gutim,17695 +nof,381,13,3,12586,9310,,160,2297.993550999991,,,,,,,144,27,0,,,,,,,,,,,gutim,17697 +rst,381,15,1,12588,9310,,256,2297.993550999991,,,,,,,176,102,0,,,,,,,,,,,gutim,17699 +non,381,16,3,12589,9310,6107,256,2297.993550999991,0.104631696428571,32,0,F2,pp,8,144,41,8,,,,,,o,,,,,gutim,17700 +nof,381,16,3,12589,9311,,256,2298.098550999991,,,,,,,144,41,0,,,,,,,,,,,gutim,17700 +non,381,17,3,12590,9311,6108,281,2298.098550999991,0.108816964285714,32,0,C#2,pp,8,144,37,8,,,,,,o,,,,,gutim,17701 +nof,381,17,3,12590,9312,,281,2298.207550999991,,,,,,,144,37,0,,,,,,,,,,,gutim,17701 +non,381,18,3,12591,9312,6109,307,2298.207550999991,0.104631696428571,32,0,D2,pp,8,144,38,8,,,,,,o,,,,,gutim,17702 +nof,381,18,3,12591,9313,,307,2298.3115509999907,,,,,,,144,38,0,,,,,,,,,,,gutim,17702 +non,381,19,3,12592,9313,6110,332,2298.3115509999907,0.108816964285714,32,0,C#2,pp,8,144,37,8,,,,,,o,,,,,gutim,17703 +nof,381,19,3,12592,9314,,332,2298.420550999991,,,,,,,144,37,0,,,,,,,,,,,gutim,17703 +non,381,20,3,12593,9314,6111,358,2298.420550999991,0.108816964285714,32,0,D2,pp,8,144,38,8,,,,,,o,,,,,gutim,17704 +nof,381,20,3,12593,9315,,358,2298.529550999991,,,,,,,144,38,0,,,,,,,,,,,gutim,17704 +non,381,21,3,12594,9315,6112,384,2298.529550999991,0.104631696428571,32,0,C#2,pp,8,144,37,8,,,,,,o,,,,,gutim,17705 +nof,381,21,3,12594,9316,,384,2298.634550999991,,,,,,,144,37,0,,,,,,,,,,,gutim,17705 +non,381,22,3,12595,9316,6113,409,2298.634550999991,0.163225446428571,32,1,F2,pp,8,144,41,8,,,,,,o,,,,,gutim,17706 +non,381,23,1,12596,9317,6114,426,2298.705550999991,0.179966517857143,16,0,C#5,p,11,144,73,11,,,,,,o,,,,,gutim,17707 +non,381,24,1,12597,9317,6114,426,2298.705550999991,0.267857142857143,16,0,A5,p,11,144,81,11,,,,,,o,,,,,gutim,17708 +non,381,26,3,12598,9318,6115,448,2298.797550999991,0.159040178571429,32,1,D2,pp,8,144,38,8,,,,,,o,,,,,gutim,17709 +ped,381,25,0,12599,9318,,448,2298.797550999991,,,,,,,176,64,127,,,,,,,V,,,,gutim,17710 +nof,381,22,3,12595,9319,,409,2298.797550999991,,,,,,,144,41,0,,,,,,,,,,,gutim,17706 +nof,381,23,1,12596,9320,,426,2298.8855509999908,,,,,,,144,73,0,,,,,,,,,,,gutim,17707 +non,381,27,1,12600,9320,6116,469,2298.8855509999908,0.179966517857143,16,0,F4,p+,12,144,65,12,,,,,,o,,,,,gutim,17711 +nof,381,26,3,12598,9321,,448,2298.956550999991,,,,,,,144,38,0,,,,,,,,,,,gutim,17709 +non,381,28,3,12601,9321,6117,486,2298.956550999991,0.108816964285714,32,0,C#2,pp,8,144,37,8,,,,,,o,,,,,gutim,17712 +nof,381,24,1,12597,9322,,426,2298.973550999991,,,,,,,144,81,0,,,,,,,,,,,gutim,17708 +nof,381,27,1,12600,9323,,469,2299.065550999991,,,,,,,144,65,0,,,,,,,,,,,gutim,17711 +nof,381,28,3,12601,9323,,486,2299.065550999991,,,,,,,144,37,0,,,,,,,,,,,gutim,17712 +non,381,29,1,12602,9323,6118,512,2299.065550999991,0.711495535714286,4,0,F4,mp,14,144,65,14,,,,,,o,,,,,gutim,17713 +non,381,30,1,12603,9323,6118,512,2299.065550999991,1.07142857142857,4,0,C#5,mp,14,144,73,14,,,,,,o,,,,,gutim,17714 +non,381,31,3,12604,9323,6118,512,2299.065550999991,0.104631696428571,32,0,A1,pp,8,144,33,8,,,,,,o,,,,,gutim,17715 +non,381,32,3,12605,9323,6118,512,2299.065550999991,0.133928571428571,32,0,F2,pp,8,144,41,8,,,,,,o,,,,,gutim,17716 +nof,381,31,3,12604,9324,,512,2299.169550999991,,,,,,,144,33,0,,,,,,,,,,,gutim,17715 +non,381,33,3,12606,9324,6119,537,2299.169550999991,0.163225446428571,32,1,G#2,pp,8,144,44,8,,,,,,o,,,,,gutim,17717 +nof,381,32,3,12605,9325,,512,2299.199550999991,,,,,,,144,41,0,,,,,,,,,,,gutim,17716 +nof,381,33,3,12606,9326,,537,2299.332550999991,,,,,,,144,44,0,,,,,,,,,,,gutim,17717 +non,381,34,3,12607,9326,6120,576,2299.332550999991,0.104631696428571,32,0,A1,pp,8,144,33,8,,,,,,o,,,,,gutim,17718 +non,381,35,3,12608,9326,6120,576,2299.332550999991,0.133928571428571,32,0,C#2,pp,8,144,37,8,,,,,,o,,,,,gutim,17719 +non,381,36,3,12609,9326,6120,576,2299.332550999991,0.133928571428571,32,0,D2,pp,8,144,38,8,,,,,,o,,,,,gutim,17720 +nof,381,34,3,12607,9327,,576,2299.437550999991,,,,,,,144,33,0,,,,,,,,,,,gutim,17718 +non,381,37,3,12610,9327,6121,601,2299.437550999991,0.108816964285714,32,0,G#2,pp,8,144,44,8,,,,,,o,,,,,gutim,17721 +nof,381,35,3,12608,9328,,576,2299.466550999991,,,,,,,144,37,0,,,,,,,,,,,gutim,17719 +nof,381,36,3,12609,9328,,576,2299.466550999991,,,,,,,144,38,0,,,,,,,,,,,gutim,17720 +nof,381,37,3,12610,9329,,601,2299.546550999991,,,,,,,144,44,0,,,,,,,,,,,gutim,17721 +non,381,38,3,12611,9329,6122,627,2299.546550999991,0.159040178571429,32,1,D2,pp,8,144,38,8,,,,,,o,,,,,gutim,17722 +nof,381,38,3,12611,9330,,627,2299.705550999991,,,,,,,144,38,0,,,,,,,,,,,gutim,17722 +non,381,39,3,12612,9330,6123,665,2299.705550999991,0.163225446428571,32,1,A1,pp,8,144,33,8,,,,,,o,,,,,gutim,17723 +non,381,40,3,12613,9330,6123,665,2299.705550999991,0.133928571428571,32,1,C#2,pp,8,144,37,8,,,,,,o,,,,,gutim,17724 +non,381,41,3,12614,9330,6123,665,2299.705550999991,0.133928571428571,32,1,F2,pp,8,144,41,8,,,,,,o,,,,,gutim,17725 +nof,381,29,1,12602,9331,,512,2299.776550999991,,,,,,,144,65,0,,,,,,,,,,,gutim,17713 +ped,381,42,0,12615,9332,,682,2299.776550999991,,,,,,,176,64,0,,,,,,,^,,,,gutim,17710 +rst,381,43,1,12616,9332,,682,2299.776550999991,,,,,,,176,102,0,,,,,,,,,,,gutim,17726 +nof,381,40,3,12613,9333,,665,2299.839550999991,,,,,,,144,37,0,,,,,,,,,,,gutim,17724 +nof,381,41,3,12614,9333,,665,2299.839550999991,,,,,,,144,41,0,,,,,,,,,,,gutim,17725 +non,381,44,3,12617,9334,6124,704,2299.868550999991,0.159040178571429,32,1,G#2,pp,8,144,44,8,,,,,,o,,,,,gutim,17727 +nof,381,39,3,12612,9335,,665,2299.868550999991,,,,,,,144,33,0,,,,,,,,,,,gutim,17723 +nof,381,44,3,12617,9336,,704,2300.027550999991,,,,,,,144,44,0,,,,,,,,,,,gutim,17727 +non,381,45,3,12618,9336,6125,742,2300.027550999991,0.108816964285714,32,0,A1,pp,8,144,33,8,,,,,,o,,,,,gutim,17728 +nof,381,30,1,12603,9337,,512,2300.136550999991,,,,,,,144,73,0,,,,,,,,,,,gutim,17714 +nof,381,45,3,12618,9337,,742,2300.136550999991,,,,,,,144,33,0,,,,,,,,,,,gutim,17728 +non,381,46,1,12619,9337,6126,768,2300.136550999991,0.17578125,16,0,Eb4,mp,14,144,63,14,,,,,,o,,,e,,gutim,17729 +non,381,47,3,12620,9337,6126,768,2300.136550999991,0.17578125,16,0,C2,pp,8,144,36,8,,,,,,o,,,e,,gutim,17730 +nof,381,46,1,12619,9338,,768,2300.312550999991,,,,,,,144,63,0,,,,,,,,,,,gutim,17729 +nof,381,47,3,12620,9338,,768,2300.312550999991,,,,,,,144,36,0,,,,,,,,,,,gutim,17730 +rst,381,48,1,12621,9338,,810,2300.312550999991,,,,,,,176,102,0,,,,,,,,,,,gutim,17731 +non,381,49,3,12622,9338,6127,810,2300.312550999991,0.359933035714286,8,0,C2,pp,8,144,36,8,,,,,,o,,,e,,gutim,17732 +non,381,50,3,12623,9338,6127,810,2300.312550999991,0.535714285714286,8,0,Ab2,pp,8,144,44,8,,,,,,o,,,e,,gutim,17733 +non,381,52,1,12624,9339,6128,853,2300.4925509999907,0.179966517857143,16,0,E6,mp,14,144,88,14,,,,,,o,,,e,,gutim,17734 +ped,381,51,0,12625,9339,,853,2300.4925509999907,,,,,,,176,64,127,,,,,,,V,,,,gutim,17735 +nof,381,49,3,12622,9340,,810,2300.672550999991,,,,,,,144,36,0,,,,,,,,,,,gutim,17732 +nof,381,52,1,12624,9340,,853,2300.672550999991,,,,,,,144,88,0,,,,,,,,,,,gutim,17734 +non,381,53,1,12626,9340,6129,896,2300.672550999991,0.17578125,16,0,A5,mp,14,144,81,14,,,,,,o,,,e,,gutim,17736 +non,381,54,3,12627,9340,6129,896,2300.672550999991,0.17578125,16,0,Ab3,pp+,9,144,56,9,,,,,,o,,,E,,gutim,17737 +non,381,55,3,12628,9340,6129,896,2300.672550999991,0.267857142857143,16,0,Eb4,pp+,9,144,63,9,,,,,,o,,,E,,gutim,17738 +nof,381,50,3,12623,9341,,810,2300.848550999991,,,,,,,144,44,0,,,,,,,,,,,gutim,17733 +nof,381,53,1,12626,9341,,896,2300.848550999991,,,,,,,144,81,0,,,,,,,,,,,gutim,17736 +nof,381,54,3,12627,9341,,896,2300.848550999991,,,,,,,144,56,0,,,,,,,,,,,gutim,17737 +rst,381,56,1,12629,9341,,938,2300.848550999991,,,,,,,176,102,0,,,,,,,,,,,gutim,17739 +rst,381,57,3,12630,9341,,938,2300.848550999991,,,,,,,176,102,0,,,,,,,,,,,gutim,17740 +nof,381,55,3,12628,9342,,896,2300.940550999991,,,,,,,144,63,0,,,,,,,,,,,gutim,17738 +non,381,58,1,12631,9343,6130,1024,2301.207550999991,0.355747767857143,8,0,G2,mp,14,144,43,14,,,,,,o,,,,,gutim,17741 +non,381,59,1,12632,9343,6130,1024,2301.207550999991,0.535714285714286,8,0,B2,mp,14,144,47,14,,,,,,o,,,,,gutim,17742 +non,381,60,3,12633,9343,6130,1024,2301.207550999991,0.355747767857143,8,0,D#1,p,11,144,27,11,,,,,,o,,,,,gutim,17743 +non,381,61,3,12634,9343,6130,1024,2301.207550999991,0.535714285714286,8,0,F#1,p,11,144,30,11,,,,,,o,,,,,gutim,17744 +ped,381,62,0,12635,9344,,1109,2301.428550999991,,,,,,,176,64,0,,,,,,,^,,,,gutim,17735 +nof,381,58,1,12631,9345,,1024,2301.563550999991,,,,,,,144,43,0,,,,,,,,,,,gutim,17741 +nof,381,60,3,12633,9345,,1024,2301.563550999991,,,,,,,144,27,0,,,,,,,,,,,gutim,17743 +non,381,63,1,12636,9345,6131,1109,2301.563550999991,0.179966517857143,16,0,C#7,ff,22,144,97,22,,,,,,o,,d,e,,gutim,17745 +rst,381,64,3,12637,9345,,1109,2301.563550999991,,,,,,,176,102,0,,,,,,,,,,,gutim,17746 +non,381,66,3,12638,9346,6132,1130,2301.651550999991,0.0920758928571429,32,0,D#4,pp,8,144,63,8,,,,,,o,,d,e,,gutim,17747 +ped,381,65,0,12639,9347,,1116,2301.728550999991,,,,,,,176,64,127,,,,,,,V,,,,gutim,17748 +nof,381,59,1,12632,9348,,1024,2301.743550999991,,,,,,,144,47,0,,,,,,,,,,,gutim,17742 +nof,381,61,3,12634,9348,,1024,2301.743550999991,,,,,,,144,30,0,,,,,,,,,,,gutim,17744 +nof,381,63,1,12636,9348,,1109,2301.743550999991,,,,,,,144,97,0,,,,,,,,,,,gutim,17745 +nof,381,66,3,12638,9348,,1130,2301.743550999991,,,,,,,144,63,0,,,,,,,,,,,gutim,17747 +non,381,67,1,12640,9348,6133,1152,2301.743550999991,0.087890625,32,0,B5,pp,8,144,83,8,,,,,,o,,d 6043,e,,gutim,17749 +rst,381,68,3,12641,9348,,1152,2301.743550999991,,,,,,,176,102,0,,,,,,,,,,,gutim,17750 +nof,381,67,1,12640,9349,,1152,2301.831550999991,,,,,,,144,83,0,,,,,,,,,,,gutim,17749 +non,381,69,1,12642,9349,6134,1173,2301.831550999991,0.179966517857143,16,0,C7,pp+,9,144,96,9,,,,,,o,,,e,,gutim,17751 +non,381,70,3,12643,9350,6135,1194,2301.919550999991,0.0920758928571429,32,0,F#4,p-,10,144,66,10,,,,,,o,,,e,,gutim,17752 +nof,381,69,1,12642,9351,,1173,2302.011550999991,,,,,,,144,96,0,,,,,,,,,,,gutim,17751 +nof,381,70,3,12643,9351,,1194,2302.011550999991,,,,,,,144,66,0,,,,,,,,,,,gutim,17752 +non,381,71,1,12644,9351,6136,1216,2302.011550999991,0.267857142857143,16,0,C7,p,11,144,96,11,,,,,,o,,,E 6043,,gutim,17753 +rst,381,72,3,12645,9351,,1216,2302.011550999991,,,,,,,176,102,0,,,,,,,,,,,gutim,17754 +non,381,73,3,12646,9352,6137,1248,2302.145550999991,0.133928571428571,32,0,D#4,p+,12,144,63,12,,,,,,o,,,,,gutim,17755 +nof,381,71,1,12644,9353,,1216,2302.279550999991,,,,,,,144,96,0,,,,,,,,,,,gutim,17753 +nof,381,73,3,12646,9354,,1248,2302.279550999991,,,,,,,144,63,0,,,,,,,,,,,gutim,17755 +bar,382,0,0,12647,9354,,0,2302.279550999991,,,,,,,,,,382,,,,,,,,,,gutim,17756 +rst,382,1,1,12648,9354,,0,2302.279550999991,,,,,,,176,102,0,,,,,,,,,,,gutim,17757 +non,382,2,3,12649,9354,6138,0,2302.279550999991,0.133928571428571,32,1,F#4,p+,12,144,66,12,,,,,,o,,,,,gutim,17758 +nof,382,2,3,12649,9355,,0,2302.413550999991,,,,,,,144,66,0,,,,,,,,,,,gutim,17758 +non,382,3,3,12650,9355,6139,32,2302.413550999991,0.133928571428571,32,1,B5,p+,12,144,83,12,,,,,,o,,,,,gutim,17759 +nof,382,3,3,12650,9356,,32,2302.547550999991,,,,,,,144,83,0,,,,,,,,,,,gutim,17759 +non,382,4,3,12651,9356,6140,64,2302.547550999991,0.087890625,32,0,C7,p+,12,144,96,12,,,,,,o,,,,,gutim,17760 +nof,382,4,3,12651,9357,,64,2302.6355509999908,,,,,,,144,96,0,,,,,,,,,,,gutim,17760 +non,382,5,1,12652,9357,6141,85,2302.6355509999908,0.355747767857143,8,0,C#7,ff,22,144,97,22,,,,,,o,,,,,gutim,17761 +non,382,6,3,12653,9357,6141,85,2302.6355509999908,0.087890625,32,0,F#4,p+,12,144,66,12,,,,,,o,,,,,gutim,17762 +nof,382,6,3,12653,9358,,85,2302.723550999991,,,,,,,144,66,0,,,,,,,,,,,gutim,17762 +non,382,7,3,12654,9358,6142,106,2302.723550999991,0.0920758928571429,32,0,G5,p+,12,144,79,12,,,,,,o,,,,,gutim,17763 +nof,382,7,3,12654,9359,,106,2302.815550999991,,,,,,,144,79,0,,,,,,,,,,,gutim,17763 +rst,382,8,3,12655,9359,,128,2302.815550999991,,,,,,,176,102,0,,,,,,,,,,,gutim,17764 +nof,382,5,1,12652,9360,,85,2302.990550999991,,,,,,,144,97,0,,,,,,,,,,,gutim,17761 +ped,382,9,0,12656,9360,,170,2302.990550999991,,,,,,,176,64,0,,,,,,,^,,,,gutim,17748 +non,382,10,1,12657,9360,6143,170,2302.990550999991,0.359933035714286,8,0,C#7,ff,22,144,97,22,,,,,,o,,,,,gutim,17765 +non,382,11,3,12658,9360,6143,170,2302.990550999991,0.359933035714286,8,0,D3,ff,22,144,50,22,,,,,,o,,,,,gutim,17766 +non,382,12,1,12659,9361,6144,256,2303.350550999991,0.17578125,16,0,C#3,f,20,144,49,20,,,,,,o,,,,,gutim,17767 +non,382,13,1,12660,9361,6144,256,2303.350550999991,0.267857142857143,16,0,B3,f,20,144,59,20,,,,,,o,,,,,gutim,17768 +non,382,14,3,12661,9361,6144,256,2303.350550999991,0.17578125,16,0,D#1,f,20,144,27,20,,,,,,o,,,,,gutim,17769 +non,382,15,3,12662,9361,6144,256,2303.350550999991,0.267857142857143,16,0,G#1,f,20,144,32,20,,,,,,o,,,,,gutim,17770 +nof,382,12,1,12659,9362,,256,2303.526550999991,,,,,,,144,49,0,,,,,,,,,,,gutim,17767 +nof,382,14,3,12661,9362,,256,2303.526550999991,,,,,,,144,27,0,,,,,,,,,,,gutim,17769 +non,382,16,1,12663,9362,6145,298,2303.526550999991,0.535714285714286,8,1,G2,mf,17,144,43,17,,,,,,o,,,,,gutim,17771 +rst,382,17,3,12664,9362,,298,2303.526550999991,,,,,,,176,102,0,,,,,,,,,,,gutim,17772 +sec,382,18,0,12665,9362,,298,2303.526550999991,,,,,,,,,,,6043,,,,,,,,,gutim,17773 +nof,382,10,1,12657,9363,,170,2303.575550999991,,,,,,,144,97,0,,,,,,,,,,,gutim,17765 +nof,382,11,3,12658,9363,,170,2303.575550999991,,,,,,,144,50,0,,,,,,,,,,,gutim,17766 +nof,382,13,1,12660,9364,,256,2303.618550999991,,,,,,,144,59,0,,,,,,,,,,,gutim,17768 +nof,382,15,3,12662,9364,,256,2303.618550999991,,,,,,,144,32,0,,,,,,,,,,,gutim,17770 +nof,382,16,1,12663,9365,,298,2304.062550999991,,,,,,,144,43,0,,,,,,,,,,,gutim,17771 +non,382,20,1,12666,9365,6146,426,2304.062550999991,0.359933035714286,8,0,G2,pp,8,144,43,8,,,,,,o,,,,,gutim,17774 +non,382,21,1,12667,9365,6146,426,2304.062550999991,0.535714285714286,8,0,C#3,pp,8,144,49,8,,,,,,o,,,,,gutim,17775 +non,382,22,3,12668,9365,6146,426,2304.062550999991,0.359933035714286,8,0,D#1,pp,8,144,27,8,,,,,,o,,,,,gutim,17776 +non,382,23,3,12669,9365,6146,426,2304.062550999991,0.535714285714286,8,0,G#1,pp,8,144,32,8,,,,,,o,,,,,gutim,17777 +ped,382,19,0,12670,9365,,426,2304.062550999991,,,,,,,176,64,127,,,,,,,V,,,,gutim,17778 +nof,382,20,1,12666,9366,,426,2304.422550999991,,,,,,,144,43,0,,,,,,,,,,,gutim,17774 +nof,382,22,3,12668,9366,,426,2304.422550999991,,,,,,,144,27,0,,,,,,,,,,,gutim,17776 +rst,382,24,1,12671,9366,,512,2304.422550999991,,,,,,,176,102,0,,,,,,,,,,,gutim,17779 +rst,382,25,3,12672,9366,,512,2304.422550999991,,,,,,,176,102,0,,,,,,,,,,,gutim,17780 +nof,382,21,1,12667,9367,,426,2304.598550999991,,,,,,,144,49,0,,,,,,,,,,,gutim,17775 +nof,382,23,3,12669,9367,,426,2304.598550999991,,,,,,,144,32,0,,,,,,,,,,,gutim,17777 +non,382,26,1,12673,9368,6147,576,2304.690550999991,0.133928571428571,32,0,Ab5,p,11,144,80,11,,,,,,o,,,,,gutim,17781 +nof,382,26,1,12673,9369,,576,2304.824550999991,,,,,,,144,80,0,,,,,,,,,,,gutim,17781 +non,382,27,1,12674,9369,6148,608,2304.824550999991,0.133928571428571,32,0,C5,p,11,144,72,11,,,,,,o,,,,,gutim,17782 +nof,382,27,1,12674,9370,,608,2304.957550999991,,,,,,,144,72,0,,,,,,,,,,,gutim,17782 +rst,382,28,1,12675,9370,,640,2304.957550999991,,,,,,,176,102,0,,,,,,,,,,,gutim,17783 +non,382,29,3,12676,9370,6149,640,2304.957550999991,0.267857142857143,16,0,E2,p,11,144,40,11,,,,,,o,,,,,gutim,17784 +nof,382,29,3,12676,9371,,640,2305.225550999991,,,,,,,144,40,0,,,,,,,,,,,gutim,17784 +non,382,30,3,12677,9371,6150,704,2305.225550999991,0.133928571428571,32,0,B2,p,11,144,47,11,,,,,,o,,,,,gutim,17785 +nof,382,30,3,12677,9372,,704,2305.359550999991,,,,,,,144,47,0,,,,,,,,,,,gutim,17785 +non,382,31,3,12678,9372,6151,736,2305.359550999991,0.133928571428571,32,0,F3,p,11,144,53,11,,,,,,o,,,,,gutim,17786 +nof,382,31,3,12678,9373,,736,2305.493550999991,,,,,,,144,53,0,,,,,,,,,,,gutim,17786 +non,382,34,3,12679,9373,6152,,2305.493550999991,0.05,8,0,Eb3,pp,8,144,51,8,,,,g,,o,,,e,,gutim,17787 +nof,382,34,3,12679,9374,,,2305.543550999991,,,,,,,144,51,0,,,,,,,,,,,gutim,17787 +non,382,35,3,12680,9375,6153,,2305.5685509999907,0.05,8,0,C2,pp,8,144,36,8,,,,g,,o,,,e,,gutim,17788 +nof,382,35,3,12680,9376,,,2305.618550999991,,,,,,,144,36,0,,,,,,,,,,,gutim,17788 +non,382,36,3,12681,9377,6154,,2305.643550999991,0.05,8,0,Eb3,pp,8,144,51,8,,,,g,,o,,,e,,gutim,17789 +nof,382,36,3,12681,9378,,,2305.6935509999907,,,,,,,144,51,0,,,,,,,,,,,gutim,17789 +non,382,37,3,12682,9379,6155,,2305.718550999991,0.05,8,0,A3,pp,8,144,57,8,,,,g,,o,,,e,,gutim,17790 +nof,382,37,3,12682,9380,,,2305.768550999991,,,,,,,144,57,0,,,,,,,,,,,gutim,17790 +non,382,32,1,12683,9381,6156,768,2305.793550999991,0.1171875,32,0,Ab5,p,11,144,80,11,,,,,,o,,d,e,,gutim,17791 +non,382,33,1,12684,9381,6156,768,2305.793550999991,0.133928571428571,32,0,C6,mf,17,144,84,17,,,,,,o,,d,e,,gutim,17792 +non,382,38,3,12685,9381,6156,768,2305.793550999991,0.267857142857143,16,0,C2,p,11,144,36,11,,,,,,o,,d,e,,gutim,17793 +non,382,39,3,12686,9381,6156,768,2305.793550999991,0.267857142857143,16,0,Ab2,pp,8,144,44,8,,,,,,o,,d,E 6044,,gutim,17794 +nof,382,32,1,12683,9382,,768,2305.910550999991,,,,,,,144,80,0,,,,,,,,,,,gutim,17791 +non,382,40,1,12687,9382,6157,796,2305.910550999991,0.179966517857143,32,1,C5,p,11,144,72,11,,,,,,o,,,,,gutim,17795 +nof,382,33,1,12684,9383,,768,2305.9275509999907,,,,,,,144,84,0,,,,,,,,,,,gutim,17792 +nof,382,38,3,12685,9384,,768,2306.0615509999907,,,,,,,144,36,0,,,,,,,,,,,gutim,17793 +nof,382,39,3,12686,9384,,768,2306.0615509999907,,,,,,,144,44,0,,,,,,,,,,,gutim,17794 +rst,382,41,3,12688,9384,,832,2306.0615509999907,,,,,,,176,102,0,,,,,,,,,,,gutim,17796 +nof,382,40,1,12687,9385,,796,2306.0905509999907,,,,,,,144,72,0,,,,,,,,,,,gutim,17795 +non,382,42,1,12689,9385,6158,839,2306.0905509999907,0.1171875,32,0,E2,p+,12,144,40,12,,,,,,o,,,,,gutim,17797 +non,382,43,1,12690,9385,6158,839,2306.0905509999907,0.133928571428571,32,0,B2,p+,12,144,47,12,,,,,,o,,,,,gutim,17798 +non,382,44,1,12691,9385,6158,839,2306.0905509999907,0.133928571428571,32,0,F4,p+,12,144,65,12,,,,,,o,,,,,gutim,17799 +nof,382,42,1,12689,9386,,839,2306.208550999991,,,,,,,144,40,0,,,,,,,,,,,gutim,17797 +non,382,45,1,12692,9386,6159,867,2306.208550999991,0.121372767857143,32,0,C5,mp-,13,144,72,13,,,,,,o,,,,,gutim,17800 +nof,382,43,1,12690,9387,,839,2306.2245509999907,,,,,,,144,47,0,,,,,,,,,,,gutim,17798 +nof,382,44,1,12691,9387,,839,2306.2245509999907,,,,,,,144,65,0,,,,,,,,,,,gutim,17799 +nof,382,45,1,12692,9388,,867,2306.3295509999907,,,,,,,144,72,0,,,,,,,,,,,gutim,17800 +rst,382,46,1,12693,9388,,896,2306.3295509999907,,,,,,,176,102,0,,,,,,,,,,,gutim,17801 +non,382,47,3,12694,9388,6160,896,2306.3295509999907,0.1171875,32,0,F3,mp-,13,144,53,13,,,,,,o,,,,,gutim,17802 +nof,382,47,3,12694,9389,,896,2306.446550999991,,,,,,,144,53,0,,,,,,,,,,,gutim,17802 +non,382,48,3,12695,9389,6161,924,2306.446550999991,0.1171875,32,0,Ab5,mp,14,144,80,14,,,,,,o,,,,,gutim,17803 +nof,382,48,3,12695,9390,,924,2306.563550999991,,,,,,,144,80,0,,,,,,,,,,,gutim,17803 +non,382,49,3,12696,9390,6162,952,2306.563550999991,0.179966517857143,32,1,E1,mp,14,144,28,14,,,,,,o,,,,,gutim,17804 +nof,382,49,3,12696,9391,,952,2306.743550999991,,,,,,,144,28,0,,,,,,,,,,,gutim,17804 +non,382,50,3,12697,9391,6163,995,2306.743550999991,0.121372767857143,32,0,B2,mp+,15,144,47,15,,,,,t,o,,,,,gutim,17805 +rst,382,51,1,12698,9392,,1024,2306.865550999991,,,,,,,176,102,0,,,,,,,,,,,gutim,17806 +non,382,52,3,12699,9392,,1024,2306.865550999991,0.133928571428571,32,0,B2,,,,,,,,,,T,,,,,,gutim,17807 +nof,382,50,3,12697,9393,,995,2306.999550999991,,,,,,,144,47,0,,,,,,,,,,,gutim,17805 +non,382,53,1,12700,9393,6164,1056,2306.999550999991,0.133928571428571,32,0,C5,p,11,144,72,11,,,,,,o,,d,,,gutim,17808 +non,382,54,1,12701,9393,6164,1056,2306.999550999991,0.133928571428571,32,0,Ab5,p,11,144,80,11,,,,,,o,,d,,,gutim,17809 +non,382,55,3,12702,9393,6164,1056,2306.999550999991,0.133928571428571,32,0,E2,p,11,144,40,11,,,,,,o,,,,,gutim,17810 +non,382,56,3,12703,9393,6164,1056,2306.999550999991,0.133928571428571,32,0,B2,p,11,144,47,11,,,,,,o,,,,,gutim,17811 +non,382,57,3,12704,9393,6164,1056,2306.999550999991,0.133928571428571,32,0,F3,p,11,144,53,11,,,,,,o,,,,,gutim,17812 +nof,382,53,1,12700,9394,,1056,2307.132550999991,,,,,,,144,72,0,,,,,,,,,,,gutim,17808 +nof,382,54,1,12701,9394,,1056,2307.132550999991,,,,,,,144,80,0,,,,,,,,,,,gutim,17809 +nof,382,55,3,12702,9394,,1056,2307.132550999991,,,,,,,144,40,0,,,,,,,,,,,gutim,17810 +nof,382,56,3,12703,9394,,1056,2307.132550999991,,,,,,,144,47,0,,,,,,,,,,,gutim,17811 +nof,382,57,3,12704,9394,,1056,2307.132550999991,,,,,,,144,53,0,,,,,,,,,,,gutim,17812 +non,382,58,1,12705,9394,6165,1088,2307.132550999991,0.267857142857143,16,0,Ab4,p,11,144,68,11,,,,,,o,,d,,,gutim,17813 +rst,382,59,3,12706,9394,,1088,2307.132550999991,,,,,,,176,102,0,,,,,,,,,,,gutim,17814 +nof,382,58,1,12705,9395,,1088,2307.400550999991,,,,,,,144,68,0,,,,,,,,,,,gutim,17813 +non,382,60,1,12707,9395,6166,1152,2307.400550999991,0.133928571428571,32,0,F3,mf,17,144,53,17,,,,,,o,,d,,,gutim,17815 +non,382,61,1,12708,9395,6166,1152,2307.400550999991,0.133928571428571,32,0,Ab3,mf,17,144,56,17,,,,,,o,,d,,,gutim,17816 +non,382,62,3,12709,9395,6166,1152,2307.400550999991,0.133928571428571,32,0,C2,mf,17,144,36,17,,,,,,o,,d,,,gutim,17817 +non,382,63,3,12710,9395,6166,1152,2307.400550999991,0.133928571428571,32,0,Bb2,mf,17,144,46,17,,,,,,o,,d,,,gutim,17818 +nof,382,60,1,12707,9396,,1152,2307.534550999991,,,,,,,144,53,0,,,,,,,,,,,gutim,17815 +nof,382,61,1,12708,9396,,1152,2307.534550999991,,,,,,,144,56,0,,,,,,,,,,,gutim,17816 +nof,382,62,3,12709,9396,,1152,2307.534550999991,,,,,,,144,36,0,,,,,,,,,,,gutim,17817 +nof,382,63,3,12710,9396,,1152,2307.534550999991,,,,,,,144,46,0,,,,,,,,,,,gutim,17818 +non,382,64,1,12711,9396,6167,1184,2307.534550999991,0.401785714285714,16,1,E5,pp,8,144,76,8,,,,,,o,,D 6044,,,gutim,17819 +rst,382,65,3,12712,9396,,1184,2307.534550999991,,,,,,,176,102,0,,,,,,,,,,,gutim,17820 +nof,382,64,1,12711,9397,,1184,2307.9365509999907,,,,,,,144,76,0,,,,,,,,,,,gutim,17819 +bar,383,0,0,12713,9397,,0,2307.9365509999907,,,,,,,,,,383,,,,,,,,,,gutim,17821 +sec,383,1,0,12714,9397,,0,2307.9365509999907,,,,,,,,,,,6044,,,,,,,,,gutim,17822 +non,383,2,1,12715,9397,6168,0,2307.9365509999907,0.355747767857143,8,0,C#6,f,20,144,85,20,,,,,,o,,d,,,gutim,17823 +non,383,3,1,12716,9397,6168,0,2307.9365509999907,0.535714285714286,8,0,E7,f,20,144,100,20,,,,,,o,,d,,,gutim,17824 +non,383,4,3,12717,9397,6168,0,2307.9365509999907,0.267857142857143,16,0,G1,f,20,144,31,20,,,,,,o,,d,,,gutim,17825 +non,383,5,3,12718,9397,6168,0,2307.9365509999907,0.267857142857143,16,0,Ab2,f,20,144,44,20,,,,,,o,,d,,,gutim,17826 +nof,383,4,3,12717,9398,,0,2308.2045509999907,,,,,,,144,31,0,,,,,,,,,,,gutim,17825 +nof,383,5,3,12718,9398,,0,2308.2045509999907,,,,,,,144,44,0,,,,,,,,,,,gutim,17826 +non,383,6,3,12719,9398,6169,64,2308.2045509999907,0.087890625,32,0,C4,mp,14,144,60,14,,,,,,o,,,,,gutim,17827 +nof,383,2,1,12715,9399,,0,2308.292550999991,,,,,,,144,85,0,,,,,,,,,,,gutim,17823 +nof,383,6,3,12719,9399,,64,2308.292550999991,,,,,,,144,60,0,,,,,,,,,,,gutim,17827 +non,383,7,1,12720,9399,6170,85,2308.292550999991,0.715680803571429,4,0,C#7,pp,8,144,97,8,,,,,,o,,d,,,gutim,17828 +non,383,8,3,12721,9399,6170,85,2308.292550999991,0.179966517857143,16,0,D3,pp,8,144,50,8,,,,,t,o,,d,,,gutim,17829 +nof,383,3,1,12716,9400,,0,2308.4725509999907,,,,,,,144,100,0,,,,,,,,,,,gutim,17824 +non,383,9,3,12722,9400,,128,2308.4725509999907,0.535714285714286,8,0,D3,,,,,,,,,,T,,,,,,gutim,17830 +nof,383,7,1,12720,9401,,85,2309.007550999991,,,,,,,144,97,0,,,,,,,,,,,gutim,17828 +nof,383,8,3,12721,9401,,85,2309.007550999991,,,,,,,144,50,0,,,,,,,,,,,gutim,17829 +rst,383,10,1,12723,9401,,256,2309.007550999991,,,,,,,176,102,0,,,,,,,,,,,gutim,17831 +rst,383,11,3,12724,9401,,256,2309.007550999991,,,,,,,176,102,0,,,,,,,,,,,gutim,17832 +non,383,12,3,12725,9402,6171,288,2309.141550999991,0.133928571428571,32,0,Ab4,p,11,144,68,11,,,,,,o,,d,,,gutim,17833 +nof,383,12,3,12725,9403,,288,2309.275550999991,,,,,,,144,68,0,,,,,,,,,,,gutim,17833 +non,383,13,3,12726,9403,6172,320,2309.275550999991,0.267857142857143,16,0,E1,p,11,144,28,11,,,,,,o,,d,,,gutim,17834 +nof,383,13,3,12726,9404,,320,2309.543550999991,,,,,,,144,28,0,,,,,,,,,,,gutim,17834 +non,383,14,1,12727,9404,6173,384,2309.543550999991,0.133928571428571,32,0,Eb3,mp,14,144,51,14,,,,,,o,,d,,,gutim,17835 +non,383,15,1,12728,9404,6173,384,2309.543550999991,0.133928571428571,32,0,A3,mp,14,144,57,14,,,,,,o,,d,,,gutim,17836 +non,383,16,3,12729,9404,6173,384,2309.543550999991,0.133928571428571,32,0,C2,mp,14,144,36,14,,,,,,o,,d,,,gutim,17837 +non,383,17,3,12730,9404,6173,384,2309.543550999991,0.133928571428571,32,0,Ab2,mp,14,144,44,14,,,,,,o,,d,,,gutim,17838 +nof,383,14,1,12727,9405,,384,2309.6775509999907,,,,,,,144,51,0,,,,,,,,,,,gutim,17835 +nof,383,15,1,12728,9405,,384,2309.6775509999907,,,,,,,144,57,0,,,,,,,,,,,gutim,17836 +nof,383,16,3,12729,9405,,384,2309.6775509999907,,,,,,,144,36,0,,,,,,,,,,,gutim,17837 +nof,383,17,3,12730,9405,,384,2309.6775509999907,,,,,,,144,44,0,,,,,,,,,,,gutim,17838 +non,383,18,1,12731,9405,6174,416,2309.6775509999907,0.401785714285714,16,1,E5,mp,14,144,76,14,,,,,,o,,d,,,gutim,17839 +rst,383,19,3,12732,9405,,416,2309.6775509999907,,,,,,,176,102,0,,,,,,,,,,,gutim,17840 +rst,383,20,3,12733,9406,,448,2309.8115509999907,,,,,,,176,102,0,,,,,,,,,,,gutim,17841 +nof,383,18,1,12731,9407,,416,2310.0795509999907,,,,,,,144,76,0,,,,,,,,,,,gutim,17839 +non,383,21,1,12734,9407,6175,512,2310.0795509999907,2.14285714285714,2,0,C6,mp,14,144,84,14,,,,,,o,,D 6045,,,gutim,17842 +non,383,22,3,12735,9407,6175,512,2310.0795509999907,0.104631696428571,32,0,F2,pp,8,144,41,8,,,,,,o,,,e,,gutim,17843 +nof,383,22,3,12735,9408,,512,2310.1845509999907,,,,,,,144,41,0,,,,,,,,,,,gutim,17843 +non,383,23,3,12736,9408,6176,537,2310.1845509999907,0.108816964285714,32,0,C#2,pp,8,144,37,8,,,,,,o,,,e,,gutim,17844 +nof,383,23,3,12736,9409,,537,2310.292550999991,,,,,,,144,37,0,,,,,,,,,,,gutim,17844 +non,383,24,3,12737,9409,6177,563,2310.292550999991,0.104631696428571,32,0,D2,pp,8,144,38,8,,,,,,o,,,e,,gutim,17845 +nof,383,24,3,12737,9410,,563,2310.397550999991,,,,,,,144,38,0,,,,,,,,,,,gutim,17845 +non,383,25,3,12738,9410,6178,588,2310.397550999991,0.108816964285714,32,0,C#2,pp,8,144,37,8,,,,,,o,,,e,,gutim,17846 +nof,383,25,3,12738,9411,,588,2310.506550999991,,,,,,,144,37,0,,,,,,,,,,,gutim,17846 +non,383,26,3,12739,9411,6179,614,2310.506550999991,0.108816964285714,32,0,D2,pp,8,144,38,8,,,,,,o,,,e,,gutim,17847 +nof,383,26,3,12739,9412,,614,2310.615550999991,,,,,,,144,38,0,,,,,,,,,,,gutim,17847 +non,383,27,3,12740,9412,6180,640,2310.615550999991,0.104631696428571,32,0,C#2,pp,8,144,37,8,,,,,,o,,,e,,gutim,17848 +nof,383,27,3,12740,9413,,640,2310.719550999991,,,,,,,144,37,0,,,,,,,,,,,gutim,17848 +non,383,28,3,12741,9413,6181,665,2310.719550999991,0.163225446428571,32,1,F2,pp,8,144,41,8,,,,,,o,,,E 6045,,gutim,17849 +nof,383,28,3,12741,9414,,665,2310.882550999991,,,,,,,144,41,0,,,,,,,,,,,gutim,17849 +non,383,29,3,12742,9414,6182,704,2310.882550999991,0.159040178571429,32,1,D2,pp,8,144,38,8,,,,,,o,,,,,gutim,17850 +nof,383,29,3,12742,9415,,704,2311.0415509999907,,,,,,,144,38,0,,,,,,,,,,,gutim,17850 +non,383,30,3,12743,9415,6183,742,2311.0415509999907,0.108816964285714,32,0,C#2,pp,8,144,37,8,,,,,,o,,,,,gutim,17851 +nof,383,30,3,12743,9416,,742,2311.150550999991,,,,,,,144,37,0,,,,,,,,,,,gutim,17851 +non,383,31,3,12744,9416,6184,768,2311.150550999991,0.104631696428571,32,0,A1,pp,8,144,33,8,,,,,,o,,,,,gutim,17852 +non,383,32,3,12745,9416,6184,768,2311.150550999991,0.133928571428571,32,0,F2,pp,8,144,41,8,,,,,,o,,,,,gutim,17853 +ped,383,33,0,12746,9417,,772,2311.167550999991,,,,,,,176,64,0,,,,,,,^,,,,gutim,17778 +nof,383,31,3,12744,9418,,768,2311.255550999991,,,,,,,144,33,0,,,,,,,,,,,gutim,17852 +non,383,34,3,12747,9418,6185,793,2311.255550999991,0.163225446428571,32,1,G#2,pp,8,144,44,8,,,,,,o,,,,,gutim,17854 +nof,383,32,3,12745,9419,,768,2311.284550999991,,,,,,,144,41,0,,,,,,,,,,,gutim,17853 +nof,383,34,3,12747,9420,,793,2311.418550999991,,,,,,,144,44,0,,,,,,,,,,,gutim,17854 +non,383,35,3,12748,9420,6186,832,2311.418550999991,0.104631696428571,32,0,A1,pp,8,144,33,8,,,,,,o,,,,,gutim,17855 +non,383,36,3,12749,9420,6186,832,2311.418550999991,0.133928571428571,32,0,C#2,pp,8,144,37,8,,,,,,o,,,,,gutim,17856 +non,383,37,3,12750,9420,6186,832,2311.418550999991,0.133928571428571,32,0,D2,pp,8,144,38,8,,,,,,o,,,,,gutim,17857 +nof,383,35,3,12748,9421,,832,2311.5235509999907,,,,,,,144,33,0,,,,,,,,,,,gutim,17855 +non,383,38,3,12751,9421,6187,857,2311.5235509999907,0.108816964285714,32,0,G#2,pp,8,144,44,8,,,,,,o,,,,,gutim,17858 +nof,383,36,3,12749,9422,,832,2311.5525509999907,,,,,,,144,37,0,,,,,,,,,,,gutim,17856 +nof,383,37,3,12750,9422,,832,2311.5525509999907,,,,,,,144,38,0,,,,,,,,,,,gutim,17857 +nof,383,38,3,12751,9423,,857,2311.632550999991,,,,,,,144,44,0,,,,,,,,,,,gutim,17858 +non,383,39,3,12752,9423,6188,883,2311.632550999991,0.159040178571429,32,1,D2,pp,8,144,38,8,,,,,,o,,,,,gutim,17859 +nof,383,39,3,12752,9424,,883,2311.7915509999907,,,,,,,144,38,0,,,,,,,,,,,gutim,17859 +non,383,40,3,12753,9424,6189,921,2311.7915509999907,0.163225446428571,32,1,A1,pp,8,144,33,8,,,,,,o,,,,,gutim,17860 +non,383,41,3,12754,9424,6189,921,2311.7915509999907,0.133928571428571,32,1,C#2,pp,8,144,37,8,,,,,,o,,,,,gutim,17861 +non,383,42,3,12755,9424,6189,921,2311.7915509999907,0.133928571428571,32,1,F2,pp,8,144,41,8,,,,,,o,,,,,gutim,17862 +nof,383,41,3,12754,9425,,921,2311.9255509999907,,,,,,,144,37,0,,,,,,,,,,,gutim,17861 +nof,383,42,3,12755,9425,,921,2311.9255509999907,,,,,,,144,41,0,,,,,,,,,,,gutim,17862 +nof,383,40,3,12753,9426,,921,2311.9545509999907,,,,,,,144,33,0,,,,,,,,,,,gutim,17860 +non,383,43,3,12756,9426,6190,960,2311.9545509999907,0.159040178571429,32,1,G#2,pp,8,144,44,8,,,,,,o,,,,,gutim,17863 +nof,383,43,3,12756,9427,,960,2312.113550999991,,,,,,,144,44,0,,,,,,,,,,,gutim,17863 +non,383,44,3,12757,9427,6191,998,2312.113550999991,0.108816964285714,32,0,A1,pp,8,144,33,8,,,,,,o,,,,,gutim,17864 +sec,383,45,0,12758,9427,,998,2312.113550999991,,,,,,,,,,,6045,,,,,,,,,gutim,17865 +nof,383,21,1,12734,9428,,512,2312.2225509999907,,,,,,,144,84,0,,,,,,,,,,,gutim,17842 +nof,383,44,3,12757,9429,,998,2312.2225509999907,,,,,,,144,33,0,,,,,,,,,,,gutim,17864 +rst,383,46,1,12759,9429,,1024,2312.2225509999907,,,,,,,176,102,0,,,,,,,,,,,gutim,17866 +non,383,47,3,12760,9429,6192,1024,2312.2225509999907,0.267857142857143,16,0,D#1,mf,17,144,27,17,,,,,,o,,,,,gutim,17867 +non,383,48,3,12761,9429,6192,1024,2312.2225509999907,0.267857142857143,16,0,G#1,mf,17,144,32,17,,,,,,o,,,,,gutim,17868 +non,383,49,3,12762,9429,6192,1024,2312.2225509999907,0.267857142857143,16,0,C#2,mf,17,144,37,17,,,,,,o,,,,,gutim,17869 +non,383,50,3,12763,9429,6192,1024,2312.2225509999907,0.267857142857143,16,0,G3,mf,17,144,55,17,,,,,,o,,,,,gutim,17870 +non,383,51,3,12764,9429,6192,1024,2312.2225509999907,0.267857142857143,16,0,B3,mf,17,144,59,17,,,,,,o,,,,,gutim,17871 +nof,383,47,3,12760,9430,,1024,2312.272550999991,,,,,,,144,27,0,,,,,,,,,,,gutim,17867 +nof,383,48,3,12761,9430,,1024,2312.272550999991,,,,,,,144,32,0,,,,,,,,,,,gutim,17868 +nof,383,49,3,12762,9430,,1024,2312.272550999991,,,,,,,144,37,0,,,,,,,,,,,gutim,17869 +nof,383,50,3,12763,9430,,1024,2312.272550999991,,,,,,,144,55,0,,,,,,,,,,,gutim,17870 +nof,383,51,3,12764,9430,,1024,2312.272550999991,,,,,,,144,59,0,,,,,,,,,,,gutim,17871 +non,383,52,3,12765,9431,6193,1088,2312.490550999991,0.803571428571429,8,1,D#2,pp,8,144,39,8,,,,,,o,,,,,gutim,17872 +ped,383,53,0,12766,9432,,1140,2312.707550999991,,,,,,,176,64,127,,,,,,,V,,,,gutim,17873 +nof,383,52,3,12765,9433,,1088,2313.293550999991,,,,,,,144,39,0,,,,,,,,,,,gutim,17872 +bar,384,0,0,12767,9433,,0,2313.293550999991,,,,,,,,,,384,,,,,,,,,,gutim,17874 +rst,384,1,1,12768,9433,,0,2313.293550999991,,,,,,,176,102,0,,,,,,,,,,,gutim,17875 +rst,384,2,3,12769,9433,,0,2313.293550999991,,,,,,,176,102,0,,,,,,,,,,,gutim,17876 +non,384,3,1,12770,9434,6194,128,2313.829550999991,0.355747767857143,8,0,C6,p,11,144,84,11,,,,,,o,,,,,gutim,17877 +non,384,4,3,12771,9434,6194,128,2313.829550999991,0.355747767857143,8,0,Eb3,pp,8,144,51,8,,,,,,o,,,,,gutim,17878 +nof,384,3,1,12770,9435,,128,2314.185550999991,,,,,,,144,84,0,,,,,,,,,,,gutim,17877 +nof,384,4,3,12771,9435,,128,2314.185550999991,,,,,,,144,51,0,,,,,,,,,,,gutim,17878 +rst,384,5,1,12772,9435,,213,2314.185550999991,,,,,,,176,102,0,,,,,,,,,,,gutim,17879 +non,384,6,3,12773,9435,6195,213,2314.185550999991,0.179966517857143,16,0,C2,pp,8,144,36,8,,,,,,o,,,,,gutim,17880 +non,384,7,1,12774,9436,6196,234,2314.2735509999907,0.0920758928571429,32,0,F4,p,11,144,65,11,,,,,,o,,,,,gutim,17881 +nof,384,6,3,12773,9437,,213,2314.365550999991,,,,,,,144,36,0,,,,,,,,,,,gutim,17880 +nof,384,7,1,12774,9437,,234,2314.365550999991,,,,,,,144,65,0,,,,,,,,,,,gutim,17881 +non,384,8,1,12775,9437,6197,256,2314.365550999991,0.087890625,32,0,Ab4,mp-,13,144,68,13,,,,,,o,,,,,gutim,17882 +rst,384,9,3,12776,9437,,256,2314.365550999991,,,,,,,176,102,0,,,,,,,,,,,gutim,17883 +ped,384,11,0,12777,9438,,298,2314.4365509999907,,,,,,,176,64,0,,,,,,,^,,,,gutim,17873 +nof,384,8,1,12775,9439,,256,2314.4525509999908,,,,,,,144,68,0,,,,,,,,,,,gutim,17882 +non,384,10,1,12778,9439,6198,277,2314.4525509999908,0.087890625,32,0,E5,mp+,15,144,76,15,,,,,,o,,,,,gutim,17884 +nof,384,10,1,12778,9440,,277,2314.5405509999905,,,,,,,144,76,0,,,,,,,,,,,gutim,17884 +non,384,12,1,12779,9440,6199,298,2314.5405509999905,0.0920758928571429,32,0,F4,mf,17,144,65,17,,,,,,o,,,,,gutim,17885 +non,384,13,1,12780,9440,6199,298,2314.5405509999905,0.133928571428571,32,0,Ab4,mf,17,144,68,17,,,,,,o,,,,,gutim,17886 +non,384,14,3,12781,9440,6199,298,2314.5405509999905,0.0920758928571429,32,0,C2,mf,17,144,36,17,,,,,,o,,,e,,gutim,17887 +non,384,15,3,12782,9440,6199,298,2314.5405509999905,0.133928571428571,32,0,Bb2,mf,17,144,46,17,,,,,,o,,,e,,gutim,17888 +nof,384,12,1,12779,9441,,298,2314.5905509999907,,,,,,,144,65,0,,,,,,,,,,,gutim,17885 +nof,384,13,1,12780,9441,,298,2314.5905509999907,,,,,,,144,68,0,,,,,,,,,,,gutim,17886 +nof,384,14,3,12781,9441,,298,2314.5905509999907,,,,,,,144,36,0,,,,,,,,,,,gutim,17887 +nof,384,15,3,12782,9441,,298,2314.5905509999907,,,,,,,144,46,0,,,,,,,,,,,gutim,17888 +rst,384,17,1,12783,9442,,320,2314.632550999991,,,,,,,176,102,0,,,,,,,,,,,gutim,17889 +non,384,18,3,12784,9442,6200,320,2314.632550999991,0.087890625,32,0,C3,mp,14,144,48,14,,,,,,o,,,e,,gutim,17890 +nof,384,18,3,12784,9443,,320,2314.720550999991,,,,,,,144,48,0,,,,,,,,,,,gutim,17890 +non,384,19,3,12785,9443,6201,341,2314.720550999991,0.087890625,32,0,F2,p+,12,144,41,12,,,,,,o,,,e,,gutim,17891 +ped,384,16,0,12786,9444,,320,2314.736550999991,,,,,,,176,64,127,,,,,,,V,,,,gutim,17892 +nof,384,19,3,12785,9445,,341,2314.8085509999905,,,,,,,144,41,0,,,,,,,,,,,gutim,17891 +non,384,20,3,12787,9445,6202,362,2314.8085509999905,0.0920758928571429,32,0,B1,p,11,144,35,11,,,,,,o,,,e,,gutim,17893 +nof,384,20,3,12787,9446,,362,2314.9005509999906,,,,,,,144,35,0,,,,,,,,,,,gutim,17893 +non,384,21,1,12788,9446,6203,384,2314.9005509999906,0.087890625,32,0,G2,p,11,144,43,11,,,,,,o,,,e,,gutim,17894 +rst,384,22,3,12789,9446,,384,2314.9005509999906,,,,,,,176,102,0,,,,,,,,,,,gutim,17895 +nof,384,21,1,12788,9447,,384,2314.988550999991,,,,,,,144,43,0,,,,,,,,,,,gutim,17894 +non,384,23,1,12790,9447,6204,405,2314.988550999991,0.087890625,32,0,E6,p,11,144,88,11,,,,,,o,,,e,,gutim,17896 +nof,384,23,1,12790,9448,,405,2315.0765509999906,,,,,,,144,88,0,,,,,,,,,,,gutim,17896 +non,384,24,1,12791,9448,6205,426,2315.0765509999906,0.0920758928571429,32,0,Db6,p,11,144,85,11,,,,,,o,,,e,,gutim,17897 +nof,384,24,1,12791,9449,,426,2315.1685509999907,,,,,,,144,85,0,,,,,,,,,,,gutim,17897 +non,384,25,1,12792,9449,6206,448,2315.1685509999907,0.087890625,32,0,E6,p-,10,144,88,10,,,,,,o,,,e,,gutim,17898 +nof,384,25,1,12792,9450,,448,2315.256550999991,,,,,,,144,88,0,,,,,,,,,,,gutim,17898 +non,384,26,1,12793,9450,6207,469,2315.256550999991,0.087890625,32,0,Db5,p-,10,144,73,10,,,,,,o,,,e,,gutim,17899 +nof,384,26,1,12793,9451,,469,2315.3445509999906,,,,,,,144,73,0,,,,,,,,,,,gutim,17899 +non,384,27,1,12794,9451,6208,490,2315.3445509999906,0.0920758928571429,32,0,E5,p-,10,144,76,10,,,,,,o,,,e,,gutim,17900 +nof,384,27,1,12794,9452,,490,2315.4365509999902,,,,,,,144,76,0,,,,,,,,,,,gutim,17900 +non,384,28,1,12795,9452,6209,512,2315.4365509999902,0.133928571428571,32,1,G3,p-,10,144,55,10,,,,,,o,,,E,,gutim,17901 +non,384,29,3,12796,9452,6209,512,2315.4365509999902,1.07142857142857,4,0,C3,mf,17,144,48,17,,,,,,o,,,,,gutim,17902 +nof,384,28,1,12795,9453,,512,2315.5705509999902,,,,,,,144,55,0,,,,,,,,,,,gutim,17901 +non,384,30,1,12797,9453,6210,544,2315.5705509999902,0.133928571428571,32,1,Db4,pp+,9,144,61,9,,,,,,o,,,,,gutim,17903 +nof,384,30,1,12797,9454,,544,2315.7045509999903,,,,,,,144,61,0,,,,,,,,,,,gutim,17903 +non,384,31,1,12798,9454,6211,576,2315.7045509999903,0.087890625,32,0,E5,pp+,9,144,76,9,,,,,,o,,,,,gutim,17904 +nof,384,31,1,12798,9455,,576,2315.79255099999,,,,,,,144,76,0,,,,,,,,,,,gutim,17904 +non,384,32,1,12799,9455,6212,597,2315.79255099999,0.087890625,32,0,Db4,pp+,9,144,61,9,,,,,,o,,,,,gutim,17905 +nof,384,32,1,12799,9456,,597,2315.88055099999,,,,,,,144,61,0,,,,,,,,,,,gutim,17905 +non,384,33,1,12800,9456,6213,618,2315.88055099999,0.0920758928571429,32,0,C4,pp,8,144,60,8,,,,,,o,,,,,gutim,17906 +nof,384,33,1,12800,9457,,618,2315.9725509999903,,,,,,,144,60,0,,,,,,,,,,,gutim,17906 +non,384,34,1,12801,9457,6214,640,2315.9725509999903,0.133928571428571,32,1,G2,pp,8,144,43,8,,,,,,o,,,e,,gutim,17907 +non,384,35,1,12802,9457,6214,640,2315.9725509999903,0.133928571428571,32,1,Ab3,pp,8,144,56,8,,,,,,o,,,e,,gutim,17908 +nof,384,34,1,12801,9458,,640,2316.1065509999903,,,,,,,144,43,0,,,,,,,,,,,gutim,17907 +nof,384,35,1,12802,9458,,640,2316.1065509999903,,,,,,,144,56,0,,,,,,,,,,,gutim,17908 +non,384,36,1,12803,9458,6215,672,2316.1065509999903,0.133928571428571,32,1,C4,pp,8,144,60,8,,,,,,o,,,e,,gutim,17909 +nof,384,36,1,12803,9459,,672,2316.2405509999903,,,,,,,144,60,0,,,,,,,,,,,gutim,17909 +non,384,37,1,12804,9459,6216,704,2316.2405509999903,0.133928571428571,32,1,Ab2,pp-,7,144,44,7,,,,,,o,,,e,,gutim,17910 +nof,384,37,1,12804,9460,,704,2316.3745509999903,,,,,,,144,44,0,,,,,,,,,,,gutim,17910 +non,384,38,1,12805,9460,6217,736,2316.3745509999903,0.133928571428571,32,1,C5,pp-,7,144,72,7,,,,,,o,,,e,,gutim,17911 +non,384,39,1,12806,9460,6217,736,2316.3745509999903,0.133928571428571,32,1,E5,pp-,7,144,76,7,,,,,,o,,,e,,gutim,17912 +nof,384,29,3,12796,9461,,512,2316.50755099999,,,,,,,144,48,0,,,,,,,,,,,gutim,17902 +nof,384,38,1,12805,9462,,736,2316.50755099999,,,,,,,144,72,0,,,,,,,,,,,gutim,17911 +nof,384,39,1,12806,9462,,736,2316.50755099999,,,,,,,144,76,0,,,,,,,,,,,gutim,17912 +rst,384,40,1,12807,9462,,768,2316.50755099999,,,,,,,176,102,0,,,,,,,,,,,gutim,17913 +non,384,41,3,12808,9462,6218,768,2316.50755099999,0.133928571428571,32,1,G1,pp-,7,144,31,7,,,,,,o,,,e,,gutim,17914 +non,384,42,3,12809,9463,6219,800,2316.64155099999,0.133928571428571,32,1,Db4,ppp+,6,144,61,6,,,,,,o,,,e,,gutim,17915 +nof,384,41,3,12808,9464,,768,2316.71655099999,,,,,,,144,31,0,,,,,,,,,,,gutim,17914 +nof,384,42,3,12809,9465,,800,2316.77555099999,,,,,,,144,61,0,,,,,,,,,,,gutim,17915 +non,384,43,3,12810,9465,6220,832,2316.77555099999,0.087890625,32,0,Ab2,ppp+,6,144,44,6,,,,,,o,,,E,,gutim,17916 +non,384,44,3,12811,9465,6220,832,2316.77555099999,0.133928571428571,32,0,E5,ppp+,6,144,76,6,,,,,,o,,,E 6046,,gutim,17917 +nof,384,43,3,12810,9466,,832,2316.86355099999,,,,,,,144,44,0,,,,,,,,,,,gutim,17916 +non,384,45,3,12812,9466,6221,853,2316.86355099999,0.087890625,32,0,C3,ppp+,6,144,48,6,,,,,,o,,,,,gutim,17918 +nof,384,44,3,12811,9467,,832,2316.90955099999,,,,,,,144,76,0,,,,,,,,,,,gutim,17917 +non,384,46,3,12813,9468,6222,874,2316.95155099999,0.0920758928571429,32,0,Ab2,ppp,5,144,44,5,,,,,t,o,,,,,gutim,17919 +nof,384,45,3,12812,9469,,853,2317.0265509999904,,,,,,,144,48,0,,,,,,,,,,,gutim,17918 +non,384,47,3,12814,9470,,896,2317.04355099999,0.0418526785714286,64,0,Ab2,,,,,,,,,,T,,,,,,gutim,17920 +non,384,48,3,12815,9471,6223,906,2317.08555099999,0.0920758928571429,32,0,C3,ppp,5,144,48,5,,,,,,o,,,,,gutim,17921 +nof,384,46,3,12813,9472,,874,2317.08555099999,,,,,,,144,44,0,,,,,,,,,,,gutim,17919 +nof,384,48,3,12815,9473,,906,2317.17755099999,,,,,,,144,48,0,,,,,,,,,,,gutim,17921 +non,384,49,3,12816,9473,6224,928,2317.17755099999,0.133928571428571,32,1,Db3,ppp,5,144,49,5,,,,,,o,,,,,gutim,17922 +ped,384,50,0,12817,9474,,960,2317.2955509999906,,,,,,,176,64,0,,,,,,,^,,,,gutim,17892 +nof,384,49,3,12816,9475,,928,2317.3115509999902,,,,,,,144,49,0,,,,,,,,,,,gutim,17922 +non,384,51,3,12818,9475,6225,960,2317.3115509999902,0.133928571428571,32,1,Ab2,ppp,5,144,44,5,,,,,,o,,,,,gutim,17923 +non,384,52,3,12819,9475,6225,960,2317.3115509999902,0.133928571428571,32,1,C3,ppp,5,144,48,5,,,,,,o,,,,,gutim,17924 +non,384,53,3,12820,9475,6225,960,2317.3115509999902,0.133928571428571,32,1,E4,ppp,5,144,64,5,,,,,,o,,,,,gutim,17925 +nof,384,51,3,12818,9476,,960,2317.4455509999902,,,,,,,144,44,0,,,,,,,,,,,gutim,17923 +nof,384,52,3,12819,9476,,960,2317.4455509999902,,,,,,,144,48,0,,,,,,,,,,,gutim,17924 +nof,384,53,3,12820,9476,,960,2317.4455509999902,,,,,,,144,64,0,,,,,,,,,,,gutim,17925 +non,384,54,3,12821,9476,6226,992,2317.4455509999902,0.133928571428571,32,1,G1,ppp,5,144,31,5,,,,,,o,,,,,gutim,17926 +non,384,55,3,12822,9476,6226,992,2317.4455509999902,0.133928571428571,32,1,Ab1,ppp,5,144,32,5,,,,,,o,,,,,gutim,17927 +sec,384,56,0,12823,9476,,992,2317.4455509999902,,,,,,,,,,,6046,,,,,,,,,gutim,17928 +nof,384,54,3,12821,9477,,992,2317.5795509999903,,,,,,,144,31,0,,,,,,,,,,,gutim,17926 +nof,384,55,3,12822,9477,,992,2317.5795509999903,,,,,,,144,32,0,,,,,,,,,,,gutim,17927 +non,384,58,1,12824,9477,6227,1024,2317.5795509999903,0.267857142857143,16,0,C5,pp,8,144,72,8,,,,,,o,,,,,gutim,17929 +non,384,59,3,12825,9477,6227,1024,2317.5795509999903,0.17578125,16,0,C2,ppp,5,144,36,5,,,,,,o,,,,,gutim,17930 +non,384,60,3,12826,9477,6227,1024,2317.5795509999903,0.267857142857143,16,0,Db3,ppp,5,144,49,5,,,,,,o,,,,,gutim,17931 +non,384,61,3,12827,9477,6227,1024,2317.5795509999903,0.267857142857143,16,0,E4,ppp,5,144,64,5,,,,,,o,,,,,gutim,17932 +ped,384,57,0,12828,9478,,1024,2317.5955509999903,,,,,,,176,64,127,,,,,,,V,,,,gutim,17933 +nof,384,59,3,12825,9479,,1024,2317.7555509999906,,,,,,,144,36,0,,,,,,,,,,,gutim,17930 +rst,384,62,3,12829,9479,,1066,2317.7555509999906,,,,,,,176,102,0,,,,,,,,,,,gutim,17934 +nof,384,58,1,12824,9480,,1024,2317.8475509999903,,,,,,,144,72,0,,,,,,,,,,,gutim,17929 +nof,384,60,3,12826,9480,,1024,2317.8475509999903,,,,,,,144,49,0,,,,,,,,,,,gutim,17931 +nof,384,61,3,12827,9480,,1024,2317.8475509999903,,,,,,,144,64,0,,,,,,,,,,,gutim,17932 +non,384,63,1,12830,9480,6228,1088,2317.8475509999903,0.267857142857143,16,0,Ab5,pp,8,144,80,8,,,,,,o,,,,,gutim,17935 +non,384,64,3,12831,9481,6229,1109,2317.93555099999,0.179966517857143,16,0,C#4,ppp,5,144,61,5,,,,,,o,,,,,gutim,17936 +nof,384,63,1,12830,9482,,1088,2318.1155509999903,,,,,,,144,80,0,,,,,,,,,,,gutim,17935 +nof,384,64,3,12831,9482,,1109,2318.1155509999903,,,,,,,144,61,0,,,,,,,,,,,gutim,17936 +rst,384,65,1,12832,9482,,1152,2318.1155509999903,,,,,,,176,102,0,,,,,,,,,,,gutim,17937 +non,384,66,3,12833,9482,6230,1152,2318.1155509999903,0.267857142857143,16,0,G2,ppp,5,144,43,5,,,,,,o,,,,,gutim,17938 +nof,384,66,3,12833,9483,,1152,2318.38255099999,,,,,,,144,43,0,,,,,,,,,,,gutim,17938 +non,384,67,3,12834,9483,6231,1216,2318.38255099999,0.267857142857143,16,0,C#4,ppp,5,144,61,5,,,,,,o,,,,,gutim,17939 +nof,384,67,3,12834,9484,,1216,2318.65055099999,,,,,,,144,61,0,,,,,,,,,,,gutim,17939 +bar,385,0,0,12835,9484,,0,2318.65055099999,,,,,,,,,,385,,,,,,,,,,gutim,17940 +rst,385,1,1,12836,9484,,0,2318.65055099999,,,,,,,176,102,0,,,,,,,,,,,gutim,17941 +non,385,2,2,12837,9484,6232,0,2318.65055099999,1.07142857142857,4,0,E5,ppp,5,144,76,5,,,,,,o,,,,t,gutim,17942 +rst,385,3,3,12838,9484,,0,2318.65055099999,,,,,,,176,102,0,,,,,,,,,,,gutim,17943 +non,385,4,1,12839,9485,6233,,2319.57255099999,0.05,8,0,E6,pp,8,144,88,8,,,,g,,o,,,,,gutim,17944 +nof,385,4,1,12839,9486,,,2319.62255099999,,,,,,,144,88,0,,,,,,,,,,,gutim,17944 +non,385,5,1,12840,9487,6234,,2319.6475509999896,0.05,8,0,F#3,pp,8,144,54,8,,,,g,,o,,,,,gutim,17945 +nof,385,5,1,12840,9488,,,2319.6975509999897,,,,,,,144,54,0,,,,,,,,,,,gutim,17945 +non,385,6,1,12841,9489,6235,256,2319.7225509999894,0.104631696428571,32,0,B3,pp,8,144,59,8,,,,,,o,,,,,gutim,17946 +non,385,7,2,12842,9489,6235,256,2319.7225509999894,1.07142857142857,4,0,D6,pp,8,144,86,8,,,,,,o,,,,t,gutim,17947 +non,385,8,3,12843,9489,6235,256,2319.7225509999894,0.711495535714286,4,0,C3,p,11,144,48,11,,,,,,o,,,,,gutim,17948 +nof,385,6,1,12841,9490,,256,2319.8265509999896,,,,,,,144,59,0,,,,,,,,,,,gutim,17946 +non,385,9,1,12844,9490,6236,281,2319.8265509999896,0.163225446428571,32,1,E7,pp,8,144,100,8,,,,,,o,,,,,gutim,17949 +nof,385,2,2,12837,9491,,0,2319.87255099999,,,,,,,144,76,0,,,,,,,,,,,gutim,17942 +nof,385,9,1,12844,9492,,281,2319.99055099999,,,,,,,144,100,0,,,,,,,,,,,gutim,17949 +non,385,10,1,12845,9492,6237,320,2319.99055099999,0.159040178571429,32,1,B3,pp,8,144,59,8,,,,,,o,,,,,gutim,17950 +nof,385,10,1,12845,9493,,320,2320.14955099999,,,,,,,144,59,0,,,,,,,,,,,gutim,17950 +non,385,11,1,12846,9493,6238,358,2320.14955099999,0.426897321428571,8,0,Bb4,pp,8,144,70,8,,,,,,o,,,,,gutim,17951 +nof,385,8,3,12843,9494,,256,2320.4335509999896,,,,,,,144,48,0,,,,,,,,,,,gutim,17948 +non,385,12,3,12847,9495,6239,426,2320.4335509999896,0.359933035714286,8,0,Eb4,p,11,144,63,11,,,,,t,o,,,,,gutim,17952 +nof,385,11,1,12846,9496,,358,2320.5765509999896,,,,,,,144,70,0,,,,,,,,,,,gutim,17951 +non,385,13,1,12848,9496,6240,460,2320.5765509999896,0.217633928571429,16,0,D4,pp,8,144,62,8,,,,,,o,,,,,gutim,17953 +nof,385,7,2,12842,9497,,256,2320.7935509999897,,,,,,,144,86,0,,,,,,,,,,,gutim,17947 +nof,385,13,1,12848,9497,,460,2320.7935509999897,,,,,,,144,62,0,,,,,,,,,,,gutim,17953 +rst,385,14,1,12849,9497,,512,2320.7935509999897,,,,,,,176,102,0,,,,,,,,,,,gutim,17954 +non,385,15,2,12850,9497,6241,512,2320.7935509999897,0.267857142857143,16,0,D6,pp,8,144,86,8,,,,,,o,,,,t,gutim,17955 +non,385,16,3,12851,9497,,512,2320.7935509999897,0.355747767857143,8,0,Eb4,,,,,,,,,,T,,,,,,gutim,17956 +nof,385,15,2,12850,9498,,512,2321.0615509999893,,,,,,,144,86,0,,,,,,,,,,,gutim,17955 +non,385,17,2,12852,9498,6242,576,2321.0615509999893,0.267857142857143,16,0,F#5,pp,8,144,78,8,,,,,,o,,,,,gutim,17957 +non,385,18,3,12853,9499,6243,597,2321.1495509999895,0.179966517857143,16,0,Ab3,p,11,144,56,11,,,,,,o,,,,,gutim,17958 +nof,385,18,3,12853,9500,,597,2321.3295509999894,,,,,,,144,56,0,,,,,,,,,,,gutim,17958 +rst,385,19,2,12854,9500,,640,2321.3295509999894,,,,,,,176,102,0,,,,,,,,,,,gutim,17959 +non,385,20,3,12855,9500,6244,640,2321.3295509999894,0.087890625,32,0,Ab2,pp,8,144,44,8,,,,,,o,,,,,gutim,17960 +nof,385,12,3,12847,9501,,426,2321.3745509999894,,,,,,,144,63,0,,,,,,,,,,,gutim,17952 +nof,385,20,3,12855,9502,,640,2321.417550999989,,,,,,,144,44,0,,,,,,,,,,,gutim,17960 +non,385,21,3,12856,9502,6245,661,2321.417550999989,0.087890625,32,0,Eb3,pp,8,144,51,8,,,,,,o,,,,,gutim,17961 +nof,385,21,3,12856,9503,,661,2321.5055509999893,,,,,,,144,51,0,,,,,,,,,,,gutim,17961 +non,385,22,2,12857,9503,6246,682,2321.5055509999893,0.0920758928571429,32,0,A5,p,11,144,81,11,,,,,,o,,,,,gutim,17962 +non,385,23,3,12858,9503,6246,682,2321.5055509999893,0.0920758928571429,32,0,Ab2,pp,8,144,44,8,,,,,,o,,,,,gutim,17963 +nof,385,17,2,12852,9504,,576,2321.5545509999893,,,,,,,144,78,0,,,,,,,,,,,gutim,17957 +nof,385,22,2,12857,9505,,682,2321.5975509999894,,,,,,,144,81,0,,,,,,,,,,,gutim,17962 +nof,385,23,3,12858,9505,,682,2321.5975509999894,,,,,,,144,44,0,,,,,,,,,,,gutim,17963 +non,385,24,2,12859,9505,6247,704,2321.5975509999894,0.133928571428571,32,1,E7,p,11,144,100,11,,,,,,o,,,,,gutim,17964 +non,385,25,3,12860,9505,6247,704,2321.5975509999894,0.133928571428571,32,1,Eb3,pp,8,144,51,8,,,,,,o,,,,,gutim,17965 +nof,385,24,2,12859,9506,,704,2321.7315509999894,,,,,,,144,100,0,,,,,,,,,,,gutim,17964 +nof,385,25,3,12860,9506,,704,2321.7315509999894,,,,,,,144,51,0,,,,,,,,,,,gutim,17965 +non,385,26,2,12861,9506,6248,736,2321.7315509999894,0.133928571428571,32,1,A6,p,11,144,93,11,,,,,,o,,,,,gutim,17966 +non,385,27,3,12862,9506,6248,736,2321.7315509999894,0.133928571428571,32,1,Ab2,pp,8,144,44,8,,,,,,o,,,,,gutim,17967 +nof,385,26,2,12861,9507,,736,2321.8655509999894,,,,,,,144,93,0,,,,,,,,,,,gutim,17966 +nof,385,27,3,12862,9507,,736,2321.8655509999894,,,,,,,144,44,0,,,,,,,,,,,gutim,17967 +rst,385,28,1,12863,9507,,768,2321.8655509999894,,,,,,,176,102,0,,,,,,,,,,,gutim,17968 +non,385,29,2,12864,9507,6249,768,2321.8655509999894,2.14285714285714,2,0,A#6,pp,8,144,94,8,,,,,,o,,,,T 6047,gutim,17969 +non,385,30,3,12865,9507,6249,768,2321.8655509999894,0.213448660714286,16,0,B2,pp,8,144,47,8,,,,,,o,,,,,gutim,17970 +nof,385,30,3,12865,9508,,768,2322.078550999989,,,,,,,144,47,0,,,,,,,,,,,gutim,17970 +non,385,31,3,12866,9508,6250,819,2322.078550999989,0.104631696428571,32,0,Bb3,pp,8,144,58,8,,,,,,o,,,,,gutim,17971 +nof,385,31,3,12866,9509,,819,2322.183550999989,,,,,,,144,58,0,,,,,,,,,,,gutim,17971 +non,385,32,3,12867,9509,6251,844,2322.183550999989,0.108816964285714,32,0,E5,pp,8,144,76,8,,,,,,o,,,,,gutim,17972 +nof,385,32,3,12867,9510,,844,2322.291550999989,,,,,,,144,76,0,,,,,,,,,,,gutim,17972 +non,385,33,3,12868,9510,6252,870,2322.291550999989,0.108816964285714,32,0,D3,pp,8,144,50,8,,,,,,o,,,,,gutim,17973 +nof,385,33,3,12868,9511,,870,2322.4005509999893,,,,,,,144,50,0,,,,,,,,,,,gutim,17973 +non,385,34,3,12869,9511,6253,896,2322.4005509999893,0.318080357142857,16,1,F#2,pp,8,144,42,8,,,,,,o,,,,,gutim,17974 +sec,385,35,0,12870,9511,,896,2322.4005509999893,,,,,,,,,,,6047,,,,,,,,,gutim,17975 +ped,385,36,0,12871,9512,,972,2322.6505509999893,,,,,,,176,64,0,,,,,,,^,,,,gutim,17933 +nof,385,34,3,12869,9513,,896,2322.7185509999895,,,,,,,144,42,0,,,,,,,,,,,gutim,17974 +non,385,37,3,12872,9513,6254,972,2322.7185509999895,0.217633928571429,16,0,F#2,mp,14,144,42,14,,,,,,o,,,,,gutim,17976 +non,385,38,3,12873,9513,6254,972,2322.7185509999895,0.267857142857143,16,0,B2,mp,14,144,47,14,,,,,,o,,,,,gutim,17977 +non,385,39,3,12874,9513,6254,972,2322.7185509999895,0.267857142857143,16,0,D3,mp,14,144,50,14,,,,,,o,,,,,gutim,17978 +non,385,40,3,12875,9513,6254,972,2322.7185509999895,0.267857142857143,16,0,Bb3,mp,14,144,58,14,,,,,,o,,,,,gutim,17979 +nof,385,37,3,12872,9514,,972,2322.9365509999893,,,,,,,144,42,0,,,,,,,,,,,gutim,17976 +non,385,42,3,12876,9515,6255,,2322.9365509999893,0.05,8,0,Eb3,p,11,144,51,11,,,,g,,o,,,,,gutim,17980 +ped,385,41,0,12877,9516,,1011,2322.9505509999894,,,,,,,176,64,127,,,,,,,V,,,,gutim,17981 +nof,385,42,3,12876,9517,,,2322.9865509999895,,,,,,,144,51,0,,,,,,,,,,,gutim,17980 +nof,385,38,3,12873,9518,,972,2322.9865509999895,,,,,,,144,47,0,,,,,,,,,,,gutim,17977 +nof,385,39,3,12874,9518,,972,2322.9865509999895,,,,,,,144,50,0,,,,,,,,,,,gutim,17978 +nof,385,40,3,12875,9518,,972,2322.9865509999895,,,,,,,144,58,0,,,,,,,,,,,gutim,17979 +non,385,43,3,12878,9519,6256,,2323.011550999989,0.05,8,0,C2,p,11,144,36,11,,,,g,,o,,,,,gutim,17982 +nof,385,43,3,12878,9520,,,2323.0615509999893,,,,,,,144,36,0,,,,,,,,,,,gutim,17982 +non,385,44,3,12879,9521,6257,1024,2323.0865509999894,0.234375,16,0,Ab2,p,11,144,44,11,,,,,,o,,,,,gutim,17983 +nof,385,44,3,12879,9522,,1024,2323.3205509999893,,,,,,,144,44,0,,,,,,,,,,,gutim,17983 +non,385,45,3,12880,9522,6258,1080,2323.3205509999893,0.238560267857143,16,0,A4,p,11,144,69,11,,,,,,o,,,,,gutim,17984 +nof,385,45,3,12880,9523,,1080,2323.5595509999894,,,,,,,144,69,0,,,,,,,,,,,gutim,17984 +non,385,46,3,12881,9523,6259,1137,2323.5595509999894,0.359933035714286,16,1,E6,p,11,144,88,11,,,,,,o,,,,,gutim,17985 +nof,385,46,3,12881,9524,,1137,2323.9195509999895,,,,,,,144,88,0,,,,,,,,,,,gutim,17985 +non,385,47,3,12882,9524,6260,1223,2323.9195509999895,0.238560267857143,16,0,A4,p,11,144,69,11,,,,,,o,,,,,gutim,17986 +nof,385,29,2,12864,9525,,768,2324.0075509999892,,,,,,,144,94,0,,,,,,,,,,,gutim,17969 +nof,385,47,3,12882,9526,,1223,2324.157550999989,,,,,,,144,69,0,,,,,,,,,,,gutim,17986 +bar,386,0,0,12883,9526,,0,2324.157550999989,,,,,,,,,,386,,,,,,,,,,gutim,17987 +non,386,1,1,12884,9526,6261,,2324.157550999989,0.05,8,0,F#4,p,11,144,66,11,,,,g,,o,,,,,gutim,17988 +nof,386,1,1,12884,9527,,,2324.207550999989,,,,,,,144,66,0,,,,,,,,,,,gutim,17988 +non,386,2,1,12885,9528,6262,,2324.2325509999887,0.05,8,0,C5,p,11,144,72,11,,,,g,,o,,,,,gutim,17989 +nof,386,2,1,12885,9529,,,2324.282550999989,,,,,,,144,72,0,,,,,,,,,,,gutim,17989 +non,386,3,1,12886,9530,6263,,2324.307550999989,0.05,8,0,G5,p,11,144,79,11,,,,g,,o,,,,,gutim,17990 +nof,386,3,1,12886,9531,,,2324.3575509999887,,,,,,,144,79,0,,,,,,,,,,,gutim,17990 +non,386,4,1,12887,9532,6264,0,2324.382550999989,0.535714285714286,8,0,E5,p,11,144,76,11,,,,,,o,,,,,gutim,17991 +non,386,5,1,12888,9532,6264,0,2324.382550999989,0.535714285714286,8,0,Bb5,p,11,144,82,11,,,,,,o,,,,,gutim,17992 +non,386,6,3,12889,9532,6264,,2324.382550999989,0.05,8,0,B3,mp,14,144,59,14,,,,g,,o,,,,,gutim,17993 +nof,386,6,3,12889,9533,,,2324.4325509999885,,,,,,,144,59,0,,,,,,,,,,,gutim,17993 +nof,386,4,1,12887,9534,,0,2324.4575509999886,,,,,,,144,76,0,,,,,,,,,,,gutim,17991 +non,386,7,3,12890,9534,6265,,2324.4575509999886,0.05,8,0,E5,mp,14,144,76,14,,,,g,,o,,,,,gutim,17994 +non,386,8,3,12891,9535,6266,,2324.5325509999884,0.05,8,0,B3,mp+,15,144,59,15,,,,g,,o,,,,,gutim,17995 +nof,386,8,3,12891,9536,,,2324.5825509999886,,,,,,,144,59,0,,,,,,,,,,,gutim,17995 +non,386,9,3,12892,9537,6267,,2324.6075509999887,0.05,8,0,F#3,mp+,15,144,54,15,,,,g,,o,,,,,gutim,17996 +nof,386,9,3,12892,9538,,,2324.657550999989,,,,,,,144,54,0,,,,,,,,,,,gutim,17996 +non,386,10,3,12893,9539,6268,0,2324.682550999989,0.401785714285714,16,1,Bb4,mp+,15,144,70,15,,,,,,o,,,,,gutim,17997 +nof,386,5,1,12888,9540,,0,2324.9185509999893,,,,,,,144,82,0,,,,,,,,,,,gutim,17992 +nof,386,7,3,12890,9540,,,2324.9185509999893,,,,,,,144,76,0,,,,,,,,,,,gutim,17994 +nof,386,10,3,12893,9541,,0,2325.0845509999895,,,,,,,144,70,0,,,,,,,,,,,gutim,17997 +non,386,11,3,12894,9541,6269,96,2325.0845509999895,0.401785714285714,16,1,D4,mf,17,144,62,17,,,,,,o,,,,,gutim,17998 +non,386,12,3,12895,9541,6269,96,2325.0845509999895,0.267857142857143,16,1,Bb4,mf,17,144,70,17,,,,,,o,,,,,gutim,17999 +non,386,13,1,12896,9542,6270,128,2325.2185509999895,0.535714285714286,8,0,D7,p,11,144,98,11,,,,,,o,,,,,gutim,18000 +nof,386,12,3,12895,9543,,96,2325.3525509999895,,,,,,,144,70,0,,,,,,,,,,,gutim,17999 +nof,386,11,3,12894,9544,,96,2325.4865509999895,,,,,,,144,62,0,,,,,,,,,,,gutim,17998 +non,386,14,3,12897,9544,6271,192,2325.4865509999895,0.267857142857143,16,0,F#3,mf+,18,144,54,18,,,,,,o,,,,,gutim,18001 +non,386,15,3,12898,9544,6271,192,2325.4865509999895,0.267857142857143,16,0,D4,mf+,18,144,62,18,,,,,,o,,,,,gutim,18002 +ped,386,16,0,12899,9545,,215,2325.5825509999895,,,,,,,176,64,0,,,,,,,^,,,,gutim,17981 +nof,386,13,1,12896,9546,,128,2325.7545509999895,,,,,,,144,98,0,,,,,,,,,,,gutim,18000 +nof,386,14,3,12897,9546,,192,2325.7545509999895,,,,,,,144,54,0,,,,,,,,,,,gutim,18001 +nof,386,15,3,12898,9546,,192,2325.7545509999895,,,,,,,144,62,0,,,,,,,,,,,gutim,18002 +rst,386,17,1,12900,9546,,256,2325.7545509999895,,,,,,,176,102,0,,,,,,,,,,,gutim,18003 +rst,386,18,3,12901,9546,,256,2325.7545509999895,,,,,,,176,102,0,,,,,,,,,,,gutim,18004 +non,386,20,1,12902,9547,6272,288,2325.8885509999895,0.133928571428571,32,0,C5,f,20,144,72,20,,,,,,o,,,,,gutim,18005 +non,386,21,1,12903,9547,6272,288,2325.8885509999895,0.133928571428571,32,0,Ab5,f,20,144,80,20,,,,,,o,,,,,gutim,18006 +ped,386,19,0,12904,9547,,288,2325.8885509999895,,,,,,,176,64,127,,,,,,,V,,,,gutim,18007 +nof,386,20,1,12902,9548,,288,2326.0225509999896,,,,,,,144,72,0,,,,,,,,,,,gutim,18005 +nof,386,21,1,12903,9548,,288,2326.0225509999896,,,,,,,144,80,0,,,,,,,,,,,gutim,18006 +non,386,22,1,12905,9548,6273,320,2326.0225509999896,0.133928571428571,32,0,E2,f,20,144,40,20,,,,,,o,,,,,gutim,18008 +nof,386,22,1,12905,9549,,320,2326.1565509999896,,,,,,,144,40,0,,,,,,,,,,,gutim,18008 +non,386,23,1,12906,9549,6274,352,2326.1565509999896,0.133928571428571,32,0,B2,f,20,144,47,20,,,,,,o,,,,,gutim,18009 +ped,386,27,0,12907,9550,,405,2326.2715509999894,,,,,,,176,64,0,,,,,,,^,,,,gutim,18007 +nof,386,23,1,12906,9551,,352,2326.2905509999896,,,,,,,144,47,0,,,,,,,,,,,gutim,18009 +non,386,24,1,12908,9551,6275,384,2326.2905509999896,0.087890625,32,0,F3,f,20,144,53,20,,,,,,o,,,e,,gutim,18010 +non,386,25,1,12909,9551,6275,384,2326.2905509999896,0.133928571428571,32,0,C5,f,20,144,72,20,,,,,,o,,,e,,gutim,18011 +non,386,26,1,12910,9551,6275,384,2326.2905509999896,0.133928571428571,32,0,Ab5,f,20,144,80,20,,,,,,o,,,e,,gutim,18012 +nof,386,24,1,12908,9552,,384,2326.3775509999896,,,,,,,144,53,0,,,,,,,,,,,gutim,18010 +non,386,28,1,12911,9552,6276,405,2326.3775509999896,0.087890625,32,0,Ab4,f-,19,144,68,19,,,,,,o,,,e,,gutim,18013 +nof,386,25,1,12909,9553,,384,2326.4245509999896,,,,,,,144,72,0,,,,,,,,,,,gutim,18011 +nof,386,26,1,12910,9553,,384,2326.4245509999896,,,,,,,144,80,0,,,,,,,,,,,gutim,18012 +nof,386,28,1,12911,9554,,405,2326.46555099999,,,,,,,144,68,0,,,,,,,,,,,gutim,18013 +non,386,30,1,12912,9554,6277,426,2326.46555099999,0.0920758928571429,32,0,C4,mf,17,144,60,17,,,,,,o,,,e,,gutim,18014 +nof,386,30,1,12912,9555,,426,2326.55755099999,,,,,,,144,60,0,,,,,,,,,,,gutim,18014 +rst,386,31,1,12913,9555,,448,2326.55755099999,,,,,,,176,102,0,,,,,,,,,,,gutim,18015 +non,386,32,3,12914,9555,6278,448,2326.55755099999,0.087890625,32,0,E1,mf,17,144,28,17,,,,,,o,,,e,,gutim,18016 +ped,386,29,0,12915,9556,,426,2326.5715509999895,,,,,,,176,64,127,,,,,,,V,,,,gutim,18017 +nof,386,32,3,12914,9557,,448,2326.6455509999896,,,,,,,144,28,0,,,,,,,,,,,gutim,18016 +non,386,33,1,12916,9557,6279,469,2326.6455509999896,0.179966517857143,16,0,C4,mp,14,144,60,14,,,,,,o,,,e,,gutim,18018 +non,386,34,1,12917,9557,6279,469,2326.6455509999896,0.267857142857143,16,0,Ab4,mp,14,144,68,14,,,,,,o,,,e,,gutim,18019 +non,386,35,3,12918,9557,6279,469,2326.6455509999896,0.087890625,32,0,E1,mf,17,144,28,17,,,,,,o,,,e,,gutim,18020 +non,386,36,3,12919,9557,6279,469,2326.6455509999896,0.133928571428571,32,0,F2,mf,17,144,41,17,,,,,,o,,,e,,gutim,18021 +nof,386,35,3,12918,9558,,469,2326.73355099999,,,,,,,144,28,0,,,,,,,,,,,gutim,18020 +non,386,37,3,12920,9558,6280,490,2326.73355099999,0.0920758928571429,32,0,B1,mf,17,144,35,17,,,,,,o,,,E,,gutim,18022 +nof,386,36,3,12919,9559,,469,2326.77955099999,,,,,,,144,41,0,,,,,,,,,,,gutim,18021 +nof,386,33,1,12916,9560,,469,2326.8255509999904,,,,,,,144,60,0,,,,,,,,,,,gutim,18018 +nof,386,37,3,12920,9560,,490,2326.8255509999904,,,,,,,144,35,0,,,,,,,,,,,gutim,18022 +non,386,38,1,12921,9560,6281,,2326.8255509999904,0.05,8,0,C3,p,11,144,48,11,,,,g,,o,,,,,gutim,18023 +nof,386,38,1,12921,9561,,,2326.8755509999905,,,,,,,144,48,0,,,,,,,,,,,gutim,18023 +non,386,39,1,12922,9562,6282,,2326.9005509999906,0.05,8,0,Ab3,p,11,144,56,11,,,,g,,o,,,,,gutim,18024 +nof,386,34,1,12917,9563,,469,2326.9135509999905,,,,,,,144,68,0,,,,,,,,,,,gutim,18019 +nof,386,39,1,12922,9564,,,2326.9505509999904,,,,,,,144,56,0,,,,,,,,,,,gutim,18024 +non,386,40,1,12923,9565,6283,,2326.97555099999,0.05,8,0,F2,p,11,144,41,11,,,,g,,o,,,,,gutim,18025 +nof,386,40,1,12923,9566,,,2327.02555099999,,,,,,,144,41,0,,,,,,,,,,,gutim,18025 +non,386,41,1,12924,9567,6284,512,2327.05055099999,0.17578125,16,0,C3,p,11,144,48,11,,,,,,o,,,,,gutim,18026 +non,386,42,1,12925,9567,6284,512,2327.05055099999,0.267857142857143,16,0,Ab3,p,11,144,56,11,,,,,,o,,,,,gutim,18027 +non,386,43,3,12926,9567,6284,512,2327.05055099999,0.267857142857143,16,0,E1,p,11,144,28,11,,,,,,o,,,,,gutim,18028 +non,386,44,3,12927,9567,6284,512,2327.05055099999,0.267857142857143,16,0,F2,p,11,144,41,11,,,,,,o,,,,,gutim,18029 +nof,386,41,1,12924,9568,,512,2327.22655099999,,,,,,,144,48,0,,,,,,,,,,,gutim,18026 +rst,386,45,1,12928,9568,,554,2327.22655099999,,,,,,,176,102,0,,,,,,,,,,,gutim,18030 +nof,386,42,1,12925,9569,,512,2327.31855099999,,,,,,,144,56,0,,,,,,,,,,,gutim,18027 +nof,386,43,3,12926,9569,,512,2327.31855099999,,,,,,,144,28,0,,,,,,,,,,,gutim,18028 +nof,386,44,3,12927,9569,,512,2327.31855099999,,,,,,,144,41,0,,,,,,,,,,,gutim,18029 +non,386,46,3,12929,9569,6285,576,2327.31855099999,0.267857142857143,16,0,B1,p,11,144,35,11,,,,,,o,,,,,gutim,18031 +non,386,47,1,12930,9570,6286,597,2327.4065509999896,0.179966517857143,16,0,Bb2,p,11,144,46,11,,,,,,o,,,,,gutim,18032 +nof,386,46,3,12929,9571,,576,2327.58655099999,,,,,,,144,35,0,,,,,,,,,,,gutim,18031 +nof,386,47,1,12930,9571,,597,2327.58655099999,,,,,,,144,46,0,,,,,,,,,,,gutim,18032 +non,386,48,1,12931,9571,6287,640,2327.58655099999,0.535714285714286,8,0,Ab6,p,11,144,92,11,,,,,,o,,,,,gutim,18033 +rst,386,49,3,12932,9571,,640,2327.58655099999,,,,,,,176,102,0,,,,,,,,,,,gutim,18034 +nof,386,48,1,12931,9572,,640,2328.12255099999,,,,,,,144,92,0,,,,,,,,,,,gutim,18033 +non,386,50,1,12933,9572,6288,768,2328.12255099999,0.17578125,16,0,C#5,p,11,144,73,11,,,,,,o,,,e,,gutim,18035 +non,386,51,1,12934,9572,6288,768,2328.12255099999,0.267857142857143,16,0,A5,p,11,144,81,11,,,,,,o,,,e,,gutim,18036 +rst,386,52,3,12935,9572,,768,2328.12255099999,,,,,,,176,102,0,,,,,,,,,,,gutim,18037 +nof,386,50,1,12933,9573,,768,2328.29855099999,,,,,,,144,73,0,,,,,,,,,,,gutim,18035 +non,386,53,1,12936,9573,6289,810,2328.29855099999,0.179966517857143,16,0,F4,mp-,13,144,65,13,,,,,,o,,,e,,gutim,18038 +non,386,54,1,12937,9573,6289,810,2328.29855099999,0.267857142857143,16,0,C#5,mp-,13,144,73,13,,,,,,o,,,e,,gutim,18039 +nof,386,51,1,12934,9574,,768,2328.39055099999,,,,,,,144,81,0,,,,,,,,,,,gutim,18036 +nof,386,53,1,12936,9575,,810,2328.47755099999,,,,,,,144,65,0,,,,,,,,,,,gutim,18038 +nof,386,54,1,12937,9575,,810,2328.47755099999,,,,,,,144,73,0,,,,,,,,,,,gutim,18039 +non,386,55,1,12938,9575,6290,853,2328.47755099999,0.355747767857143,8,0,F4,mp+,15,144,65,15,,,,,,o,,,e,,gutim,18040 +non,386,56,1,12939,9575,6290,853,2328.47755099999,0.535714285714286,8,0,C#5,mp+,15,144,73,15,,,,,,o,,,e,,gutim,18041 +non,386,57,3,12940,9576,6291,896,2328.65755099999,0.17578125,16,0,Bb2,mp,14,144,46,14,,,,,,o,,,e,,gutim,18042 +nof,386,55,1,12938,9577,,853,2328.83355099999,,,,,,,144,65,0,,,,,,,,,,,gutim,18040 +nof,386,57,3,12940,9577,,896,2328.83355099999,,,,,,,144,46,0,,,,,,,,,,,gutim,18042 +rst,386,58,1,12941,9577,,938,2328.83355099999,,,,,,,176,102,0,,,,,,,,,,,gutim,18043 +non,386,59,3,12942,9577,6292,938,2328.83355099999,0.359933035714286,8,0,E2,mf,17,144,40,17,,,,,,o,,,E 6048,,gutim,18044 +nof,386,56,1,12939,9578,,853,2329.01355099999,,,,,,,144,73,0,,,,,,,,,,,gutim,18041 +non,386,60,1,12943,9579,6293,1002,2329.10155099999,0.0920758928571429,32,0,Eb3,mf,17,144,51,17,,,,,,o,,,,,gutim,18045 +non,386,61,1,12944,9579,6293,1002,2329.10155099999,0.133928571428571,32,0,C6,mf,17,144,84,17,,,,,,o,,,,,gutim,18046 +nof,386,59,3,12942,9580,,938,2329.19355099999,,,,,,,144,40,0,,,,,,,,,,,gutim,18044 +nof,386,60,1,12943,9580,,1002,2329.19355099999,,,,,,,144,51,0,,,,,,,,,,,gutim,18045 +nof,386,61,1,12944,9580,,1002,2329.19355099999,,,,,,,144,84,0,,,,,,,,,,,gutim,18046 +non,386,62,1,12945,9580,6294,1024,2329.19355099999,0.133928571428571,32,0,B4,mf+,18,144,71,18,,,,,,o,,,,,gutim,18047 +non,386,63,1,12946,9580,6294,1024,2329.19355099999,0.133928571428571,32,0,C6,mf+,18,144,84,18,,,,,,o,,,,,gutim,18048 +non,386,64,3,12947,9580,6294,1024,2329.19355099999,0.267857142857143,16,0,Eb2,mf,17,144,39,17,,,,,,o,,,,,gutim,18049 +nof,386,62,1,12945,9581,,1024,2329.32755099999,,,,,,,144,71,0,,,,,,,,,,,gutim,18047 +nof,386,63,1,12946,9581,,1024,2329.32755099999,,,,,,,144,84,0,,,,,,,,,,,gutim,18048 +rst,386,65,1,12948,9581,,1056,2329.32755099999,,,,,,,176,102,0,,,,,,,,,,,gutim,18050 +nof,386,64,3,12947,9582,,1024,2329.46155099999,,,,,,,144,39,0,,,,,,,,,,,gutim,18049 +rst,386,66,1,12949,9583,,1088,2329.46155099999,,,,,,,176,102,0,,,,,,,,,,,gutim,18051 +rst,386,67,3,12950,9583,,1088,2329.46155099999,,,,,,,176,102,0,,,,,,,,,,,gutim,18052 +rst,386,68,1,12951,9584,,1152,2329.72955099999,,,,,,,176,102,0,,,,,,,,,,,gutim,18053 +non,386,69,3,12952,9584,6295,1152,2329.72955099999,0.213448660714286,16,0,E3,pp,8,144,52,8,,,,,,o,,,,,gutim,18054 +nof,386,69,3,12952,9585,,1152,2329.9425509999896,,,,,,,144,52,0,,,,,,,,,,,gutim,18054 +non,386,70,3,12953,9585,6296,1203,2329.9425509999896,0.322265625,16,1,B3,pp,8,144,59,8,,,,,,o,,,,,gutim,18055 +nof,386,70,3,12953,9586,,1203,2330.26555099999,,,,,,,144,59,0,,,,,,,,,,,gutim,18055 +bar,387,0,0,12954,9586,,0,2330.26555099999,,,,,,,,,,387,,,,,,,,,,gutim,18056 +non,387,1,1,12955,9586,6297,0,2330.26555099999,0.640345982142857,8,1,C6,ppp,5,144,84,5,,,,,,o,,,,,gutim,18057 +non,387,2,1,12956,9586,6297,0,2330.26555099999,0.535714285714286,8,1,Ab6,ppp,5,144,92,5,,,,,,o,,,,,gutim,18058 +non,387,3,3,12957,9586,6297,0,2330.26555099999,0.640345982142857,8,1,E3,ppp,5,144,52,5,,,,,,o,,,,,gutim,18059 +non,387,4,3,12958,9586,6297,0,2330.26555099999,0.535714285714286,8,1,B3,ppp,5,144,59,5,,,,,,o,,,,,gutim,18060 +nof,387,2,1,12956,9587,,0,2330.80055099999,,,,,,,144,92,0,,,,,,,,,,,gutim,18058 +nof,387,4,3,12958,9587,,0,2330.80055099999,,,,,,,144,59,0,,,,,,,,,,,gutim,18060 +nof,387,1,1,12955,9588,,0,2330.90555099999,,,,,,,144,84,0,,,,,,,,,,,gutim,18057 +nof,387,3,3,12957,9588,,0,2330.90555099999,,,,,,,144,52,0,,,,,,,,,,,gutim,18059 +non,387,5,1,12959,9588,6298,153,2330.90555099999,0.431082589285714,8,0,C6,ppp,5,144,84,5,,,,,t,o,,,,,gutim,18061 +non,387,6,1,12960,9588,6298,153,2330.90555099999,0.535714285714286,8,0,Ab6,ppp,5,144,92,5,,,,,t,o,,,,,gutim,18062 +non,387,7,3,12961,9588,6298,153,2330.90555099999,0.431082589285714,8,0,E3,ppp,5,144,52,5,,,,,t,o,,,,,gutim,18063 +non,387,8,3,12962,9588,6298,153,2330.90555099999,0.535714285714286,8,0,B3,ppp,5,144,59,5,,,,,t,o,,,,,gutim,18064 +non,387,9,3,12963,9588,6298,153,2330.90555099999,0.535714285714286,8,0,F4,ppp,5,144,65,5,,,,,t,o,,,,,gutim,18065 +non,387,10,1,12964,9589,,256,2331.33655099999,1.07142857142857,4,0,C6,,,,,,,,,,T,,,,,,gutim,18066 +non,387,11,1,12965,9589,,256,2331.33655099999,1.07142857142857,4,0,Ab6,,,,,,,,,,T,,,,,,gutim,18067 +non,387,12,3,12966,9589,,256,2331.33655099999,1.07142857142857,4,0,E3,,,,,,,,,,T,,,,,,gutim,18068 +non,387,13,3,12967,9589,,256,2331.33655099999,1.07142857142857,4,0,B3,,,,,,,,,,T,,,,,,gutim,18069 +non,387,14,3,12968,9589,,256,2331.33655099999,1.07142857142857,4,0,F4,,,,,,,,,,T,,,,,,gutim,18070 +sec,387,15,0,12969,9589,,256,2331.33655099999,,,,,,,,,,,6048,,,,,,,,,gutim,18071 +ped,387,16,0,12970,9590,,512,2332.25755099999,,,,,,,176,64,0,,,,,,,^,,,,gutim,18017 +nof,387,5,1,12959,9591,,153,2332.40755099999,,,,,,,144,84,0,,,,,,,,,,,gutim,18061 +nof,387,7,3,12961,9591,,153,2332.40755099999,,,,,,,144,52,0,,,,,,,,,,,gutim,18063 +non,387,18,1,12971,9592,6299,512,2332.40755099999,0.087890625,32,0,Eb2,f,20,144,39,20,,,,,,o,,,,,gutim,18072 +non,387,19,1,12972,9592,6299,512,2332.40755099999,0.133928571428571,32,0,B4,f,20,144,71,20,,,,,,o,,,,,gutim,18073 +non,387,20,1,12973,9592,6299,512,2332.40755099999,0.133928571428571,32,0,C6,f,20,144,84,20,,,,,,o,,,,,gutim,18074 +rst,387,21,3,12974,9592,,512,2332.40755099999,,,,,,,176,102,0,,,,,,,,,,,gutim,18075 +nof,387,18,1,12971,9593,,512,2332.49555099999,,,,,,,144,39,0,,,,,,,,,,,gutim,18072 +non,387,22,1,12975,9593,6300,533,2332.49555099999,0.087890625,32,0,G4,f,20,144,67,20,,,,,,o,,,,,gutim,18076 +nof,387,6,1,12960,9594,,153,2332.51255099999,,,,,,,144,92,0,,,,,,,,,,,gutim,18062 +nof,387,8,3,12962,9594,,153,2332.51255099999,,,,,,,144,59,0,,,,,,,,,,,gutim,18064 +nof,387,9,3,12963,9594,,153,2332.51255099999,,,,,,,144,65,0,,,,,,,,,,,gutim,18065 +nof,387,19,1,12972,9595,,512,2332.54155099999,,,,,,,144,71,0,,,,,,,,,,,gutim,18073 +nof,387,20,1,12973,9595,,512,2332.54155099999,,,,,,,144,84,0,,,,,,,,,,,gutim,18074 +ped,387,17,0,12976,9596,,512,2332.55755099999,,,,,,,176,64,127,,,,,,,V,,,,gutim,18077 +nof,387,22,1,12975,9597,,533,2332.58355099999,,,,,,,144,67,0,,,,,,,,,,,gutim,18076 +non,387,23,1,12977,9597,6301,554,2332.58355099999,0.179966517857143,16,0,Gb3,f,20,144,54,20,,,,,,o,,,,,gutim,18078 +ped,387,24,0,12978,9598,,597,2332.70355099999,,,,,,,176,64,0,,,,,,,^,,,,gutim,18077 +nof,387,23,1,12977,9599,,554,2332.76355099999,,,,,,,144,54,0,,,,,,,,,,,gutim,18078 +rst,387,25,1,12979,9599,,597,2332.76355099999,,,,,,,176,102,0,,,,,,,,,,,gutim,18079 +bpm,387,26,0,12980,9600,,640,2332.94355099999,,1,,,,,,,,,,56,,,,,,,,gutim,18080 +non,387,28,1,12981,9600,6302,640,2332.94355099999,0.267857142857143,16,1,E5,ppp,5,144,76,5,,,,,,o,,,,,gutim,18081 +rst,387,29,3,12982,9600,,640,2332.94355099999,,,,,,,176,102,0,,,,,,,,,,,gutim,18082 +ped,387,27,0,12983,9601,,640,2333.00355099999,,,,,,,176,64,127,,,,,,,V,,,,gutim,18083 +nof,387,28,1,12981,9602,,640,2333.21155099999,,,,,,,144,76,0,,,,,,,,,,,gutim,18081 +non,387,30,1,12984,9602,6303,704,2333.21155099999,0.17578125,16,0,G#3,pp,8,144,56,8,,,,,,o,,,,,gutim,18084 +nof,387,30,1,12984,9603,,704,2333.38755099999,,,,,,,144,56,0,,,,,,,,,,,gutim,18084 +non,387,31,1,12985,9603,6304,746,2333.38755099999,0.0920758928571429,32,0,C7,pp+,9,144,96,9,,,,,,o,,,e,,gutim,18085 +nof,387,31,1,12985,9604,,746,2333.47955099999,,,,,,,144,96,0,,,,,,,,,,,gutim,18085 +non,387,32,1,12986,9604,6305,768,2333.47955099999,0.087890625,32,0,A2,p-,10,144,45,10,,,,,,o,,,e,,gutim,18086 +rst,387,33,3,12987,9604,,768,2333.47955099999,,,,,,,176,102,0,,,,,,,,,,,gutim,18087 +nof,387,32,1,12986,9605,,768,2333.5675509999896,,,,,,,144,45,0,,,,,,,,,,,gutim,18086 +non,387,34,1,12988,9605,6306,789,2333.5675509999896,0.087890625,32,0,C7,p,11,144,96,11,,,,,,o,,,e,,gutim,18088 +nof,387,34,1,12988,9606,,789,2333.6555509999894,,,,,,,144,96,0,,,,,,,,,,,gutim,18088 +non,387,35,1,12989,9606,6307,810,2333.6555509999894,0.0920758928571429,32,0,A2,p+,12,144,45,12,,,,,,o,,,e,,gutim,18089 +nof,387,35,1,12989,9607,,810,2333.7475509999895,,,,,,,144,45,0,,,,,,,,,,,gutim,18089 +non,387,36,1,12990,9607,6308,832,2333.7475509999895,0.133928571428571,32,1,E5,mp-,13,144,76,13,,,,,,o,,,E 6049,,gutim,18090 +nof,387,36,1,12990,9608,,832,2333.8815509999895,,,,,,,144,76,0,,,,,,,,,,,gutim,18090 +non,387,37,1,12991,9608,6309,864,2333.8815509999895,0.133928571428571,32,1,G#3,mp,14,144,56,14,,,,,,o,,,,,gutim,18091 +nof,387,37,1,12991,9609,,864,2334.0155509999895,,,,,,,144,56,0,,,,,,,,,,,gutim,18091 +non,387,38,1,12992,9609,6310,896,2334.0155509999895,0.087890625,32,0,A2,mf-,16,144,45,16,,,,,,o,,,,,gutim,18092 +nof,387,38,1,12992,9610,,896,2334.1025509999895,,,,,,,144,45,0,,,,,,,,,,,gutim,18092 +non,387,39,1,12993,9610,6311,917,2334.1025509999895,0.087890625,32,0,D6,mf-,16,144,86,16,,,,,,o,,,,,gutim,18093 +nof,387,39,1,12993,9611,,917,2334.1905509999892,,,,,,,144,86,0,,,,,,,,,,,gutim,18093 +non,387,40,1,12994,9611,6312,938,2334.1905509999892,0.133928571428571,32,1,C7,mf,17,144,96,17,,,,,,o,,,,,gutim,18094 +nof,387,40,1,12994,9612,,938,2334.3245509999892,,,,,,,144,96,0,,,,,,,,,,,gutim,18094 +non,387,41,1,12995,9612,6313,970,2334.3245509999892,0.133928571428571,32,1,D6,f-,19,144,86,19,,,,,,o,,,,,gutim,18095 +sec,387,42,0,12996,9612,,970,2334.3245509999892,,,,,,,,,,,6049,,,,,,,,,gutim,18096 +nof,387,41,1,12995,9613,,970,2334.4585509999893,,,,,,,144,86,0,,,,,,,,,,,gutim,18095 +ped,387,43,0,12997,9613,,1002,2334.4585509999893,,,,,,,176,64,0,,,,,,,^,,,,gutim,18083 +non,387,44,1,12998,9613,6314,1002,2334.4585509999893,0.0920758928571429,32,0,A2,f,20,144,45,20,,,,,,o,,,,,gutim,18097 +non,387,45,1,12999,9613,6314,1002,2334.4585509999893,0.133928571428571,32,0,G#3,f,20,144,56,20,,,,,,o,,,,,gutim,18098 +non,387,46,1,13000,9613,6314,1002,2334.4585509999893,0.133928571428571,32,0,D6,f,20,144,86,20,,,,,,o,,,,,gutim,18099 +non,387,47,1,13001,9613,6314,1002,2334.4585509999893,0.133928571428571,32,0,C7,f,20,144,96,20,,,,,,o,,,,,gutim,18100 +nof,387,44,1,12998,9614,,1002,2334.550550999989,,,,,,,144,45,0,,,,,,,,,,,gutim,18097 +rst,387,48,1,13002,9614,,1024,2334.550550999989,,,,,,,176,102,0,,,,,,,,,,,gutim,18101 +nof,387,45,1,12999,9615,,1002,2334.5925509999893,,,,,,,144,56,0,,,,,,,,,,,gutim,18098 +nof,387,46,1,13000,9615,,1002,2334.5925509999893,,,,,,,144,86,0,,,,,,,,,,,gutim,18099 +nof,387,47,1,13001,9615,,1002,2334.5925509999893,,,,,,,144,96,0,,,,,,,,,,,gutim,18100 +rst,387,49,3,13003,9616,,1024,2335.1505509999893,,,,,,,176,102,0,,,,,,,,,,,gutim,18102 +non,387,51,3,13004,9617,6315,1088,2335.4185509999893,0.267857142857143,16,0,Eb2,pp,8,144,39,8,,,,,,o,,d,e,,gutim,18103 +ped,387,50,0,13005,9617,,1088,2335.4185509999893,,,,,,,176,64,127,,,,,,,V,,,,gutim,18104 +nof,387,51,3,13004,9618,,1088,2335.6865509999893,,,,,,,144,39,0,,,,,,,,,,,gutim,18103 +non,387,52,1,13006,9618,6316,1152,2335.6865509999893,0.267857142857143,16,0,B5,pp,8,144,83,8,,,,,,o,,d,e,,gutim,18105 +non,387,53,3,13007,9618,6316,1152,2335.6865509999893,0.267857142857143,16,0,Eb2,pp,8,144,39,8,,,,,,o,,d,e,,gutim,18106 +nof,387,52,1,13006,9619,,1152,2335.9545509999894,,,,,,,144,83,0,,,,,,,,,,,gutim,18105 +nof,387,53,3,13007,9619,,1152,2335.9545509999894,,,,,,,144,39,0,,,,,,,,,,,gutim,18106 +non,387,54,1,13008,9619,6317,1216,2335.9545509999894,0.267857142857143,16,0,B5,pp,8,144,83,8,,,,,,o,,d,e,,gutim,18107 +non,387,55,3,13009,9619,6317,1216,2335.9545509999894,0.267857142857143,16,0,G3,pp,8,144,55,8,,,,,,o,,d,e,,gutim,18108 +nof,387,54,1,13008,9620,,1216,2336.2225509999894,,,,,,,144,83,0,,,,,,,,,,,gutim,18107 +nof,387,55,3,13009,9620,,1216,2336.2225509999894,,,,,,,144,55,0,,,,,,,,,,,gutim,18108 +bar,388,0,0,13010,9620,,0,2336.2225509999894,,,,,,,,,,388,,,,,,,,,,gutim,18109 +non,388,1,1,13011,9620,6318,0,2336.2225509999894,0.1171875,32,0,Eb4,f,20,144,63,20,,,,,,o,,d 6050,E,,gutim,18110 +rst,388,2,3,13012,9620,,0,2336.2225509999894,,,,,,,176,102,0,,,,,,,,,,,gutim,18111 +nof,388,1,1,13011,9621,,0,2336.3395509999896,,,,,,,144,63,0,,,,,,,,,,,gutim,18110 +non,388,3,1,13013,9621,6319,28,2336.3395509999896,0.1171875,32,0,C8,f-,19,144,108,19,,,,,,o,,,,,gutim,18112 +nof,388,3,1,13013,9622,,28,2336.4565509999898,,,,,,,144,108,0,,,,,,,,,,,gutim,18112 +non,388,4,1,13014,9622,6320,56,2336.4565509999898,0.121372767857143,32,0,Eb5,f-,19,144,75,19,,,,,,o,,,,,gutim,18113 +nof,388,4,1,13014,9623,,56,2336.57755099999,,,,,,,144,75,0,,,,,,,,,,,gutim,18113 +non,388,5,1,13015,9623,6321,85,2336.57755099999,0.179966517857143,32,1,C7,mf+,18,144,96,18,,,,,,o,,,,,gutim,18114 +nof,388,5,1,13015,9624,,85,2336.75755099999,,,,,,,144,96,0,,,,,,,,,,,gutim,18114 +non,388,6,1,13016,9624,6322,128,2336.75755099999,0.150669642857143,32,0,Eb3,mf,17,144,51,17,,,,,,o,,,,,gutim,18115 +nof,388,6,1,13016,9625,,128,2336.90855099999,,,,,,,144,51,0,,,,,,,,,,,gutim,18115 +non,388,7,1,13017,9625,6323,164,2336.90855099999,0.154854910714286,32,0,C7,mf-,16,144,96,16,,,,,,o,,,,,gutim,18116 +nof,388,7,1,13017,9626,,164,2337.0635509999897,,,,,,,144,96,0,,,,,,,,,,,gutim,18116 +non,388,8,1,13018,9626,6324,201,2337.0635509999897,0.150669642857143,32,0,B6,mp+,15,144,95,15,,,,,,o,,,,,gutim,18117 +nof,388,8,1,13018,9627,,201,2337.2145509999896,,,,,,,144,95,0,,,,,,,,,,,gutim,18117 +non,388,9,1,13019,9627,6325,237,2337.2145509999896,0.154854910714286,32,0,Eb3,mp,14,144,51,14,,,,,,o,,,,,gutim,18118 +non,388,10,1,13020,9627,6325,237,2337.2145509999896,0.133928571428571,32,0,Gb4,mp,14,144,66,14,,,,,,o,,,,,gutim,18119 +nof,388,10,1,13020,9628,,237,2337.3485509999896,,,,,,,144,66,0,,,,,,,,,,,gutim,18119 +nof,388,9,1,13019,9629,,237,2337.3695509999893,,,,,,,144,51,0,,,,,,,,,,,gutim,18118 +non,388,11,1,13021,9629,6326,274,2337.3695509999893,0.230189732142857,32,1,C7,mp-,13,144,96,13,,,,,,o,,,,,gutim,18120 +non,388,12,1,13022,9630,6327,329,2337.5995509999893,0.230189732142857,32,1,Eb4,p+,12,144,63,12,,,,,,o,,,,,gutim,18121 +nof,388,12,1,13022,9631,,329,2337.8295509999894,,,,,,,144,63,0,,,,,,,,,,,gutim,18121 +non,388,13,1,13023,9631,6328,384,2337.8295509999894,0.17578125,32,1,Gb5,p-,10,144,78,10,,,,,,o,,,,,gutim,18122 +non,388,14,1,13024,9631,6328,384,2337.8295509999894,0.133928571428571,32,1,C6,p-,10,144,84,10,,,,,,o,,,,,gutim,18123 +nof,388,11,1,13021,9632,,274,2337.8995509999895,,,,,,,144,96,0,,,,,,,,,,,gutim,18120 +nof,388,14,1,13024,9633,,384,2337.9635509999894,,,,,,,144,84,0,,,,,,,,,,,gutim,18123 +nof,388,13,1,13023,9634,,384,2338.0055509999897,,,,,,,144,78,0,,,,,,,,,,,gutim,18122 +non,388,15,1,13025,9634,6329,426,2338.0055509999897,0.121372767857143,32,0,B5,pp+,9,144,83,9,,,,,,o,,,,,gutim,18124 +nof,388,15,1,13025,9635,,426,2338.12655099999,,,,,,,144,83,0,,,,,,,,,,,gutim,18124 +non,388,16,1,13026,9635,6330,455,2338.12655099999,0.1171875,32,0,Eb2,pp+,9,144,39,9,,,,,,o,,,,,gutim,18125 +nof,388,16,1,13026,9636,,455,2338.24355099999,,,,,,,144,39,0,,,,,,,,,,,gutim,18125 +non,388,17,1,13027,9636,6331,483,2338.24355099999,0.121372767857143,32,0,G4,pp,8,144,67,8,,,,,,o,,,,,gutim,18126 +nof,388,17,1,13027,9637,,483,2338.3655509999903,,,,,,,144,67,0,,,,,,,,,,,gutim,18126 +non,388,18,1,13028,9637,6332,512,2338.3655509999903,0.234375,16,0,G5,pp,8,144,79,8,,,,,,o,,,,,gutim,18127 +non,388,19,3,13029,9637,6332,512,2338.3655509999903,0.17578125,16,0,B4,ppp,5,144,71,5,,,,,,o,,,,,gutim,18128 +nof,388,19,3,13029,9638,,512,2338.5405509999905,,,,,,,144,71,0,,,,,,,,,,,gutim,18128 +non,388,20,3,13030,9638,6333,554,2338.5405509999905,0.0920758928571429,32,0,G3,ppp,5,144,55,5,,,,,,o,,,,,gutim,18129 +nof,388,18,1,13028,9639,,512,2338.5995509999907,,,,,,,144,79,0,,,,,,,,,,,gutim,18127 +non,388,21,1,13031,9639,6334,568,2338.5995509999907,0.238560267857143,16,0,Bb5,pp+,9,144,82,9,,,,,,o,,,,,gutim,18130 +nof,388,20,3,13030,9640,,554,2338.632550999991,,,,,,,144,55,0,,,,,,,,,,,gutim,18129 +non,388,22,3,13032,9640,6335,576,2338.632550999991,0.401785714285714,16,1,E6,pp,8,144,88,8,,,,,,o,,,,,gutim,18131 +nof,388,21,1,13031,9641,,568,2338.838550999991,,,,,,,144,82,0,,,,,,,,,,,gutim,18130 +non,388,23,1,13033,9641,6336,625,2338.838550999991,0.359933035714286,16,1,F#4,pp+,9,144,66,9,,,,,,o,,,,,gutim,18132 +nof,388,22,3,13032,9642,,576,2339.034550999991,,,,,,,144,88,0,,,,,,,,,,,gutim,18131 +non,388,24,3,13034,9642,6337,672,2339.034550999991,0.401785714285714,16,1,E6,pp+,9,144,88,9,,,,,,o,,,,,gutim,18133 +nof,388,23,1,13033,9643,,625,2339.197550999991,,,,,,,144,66,0,,,,,,,,,,,gutim,18132 +non,388,25,1,13035,9644,6338,711,2339.197550999991,0.238560267857143,16,0,Bb5,p-,10,144,82,10,,,,,,o,,,,,gutim,18134 +nof,388,24,3,13034,9645,,672,2339.436550999991,,,,,,,144,88,0,,,,,,,,,,,gutim,18133 +nof,388,25,1,13035,9645,,711,2339.436550999991,,,,,,,144,82,0,,,,,,,,,,,gutim,18134 +non,388,26,1,13036,9645,6339,768,2339.436550999991,0.401785714285714,16,1,G5,p,11,144,79,11,,,,,,o,,,,,gutim,18135 +non,388,27,1,13037,9645,6339,768,2339.436550999991,0.267857142857143,16,1,E6,p,11,144,88,11,,,,,,o,,,,,gutim,18136 +non,388,28,3,13038,9645,6339,768,2339.436550999991,0.803571428571429,8,1,B2,p,11,144,47,11,,,,,,o,,,,,gutim,18137 +nof,388,27,1,13037,9646,,768,2339.704550999991,,,,,,,144,88,0,,,,,,,,,,,gutim,18136 +nof,388,26,1,13036,9647,,768,2339.838550999991,,,,,,,144,79,0,,,,,,,,,,,gutim,18135 +non,388,29,1,13039,9647,6340,864,2339.838550999991,0.401785714285714,16,1,F#4,p+,12,144,66,12,,,,,,o,,,,,gutim,18138 +non,388,30,1,13040,9647,6340,864,2339.838550999991,0.267857142857143,16,1,Bb4,p+,12,144,70,12,,,,,,o,,,,,gutim,18139 +nof,388,30,1,13040,9648,,864,2340.106550999991,,,,,,,144,70,0,,,,,,,,,,,gutim,18139 +nof,388,28,3,13038,9649,,768,2340.2405509999912,,,,,,,144,47,0,,,,,,,,,,,gutim,18137 +nof,388,29,1,13039,9650,,864,2340.2405509999912,,,,,,,144,66,0,,,,,,,,,,,gutim,18138 +non,388,31,1,13041,9650,6341,960,2340.2405509999912,0.267857142857143,16,0,Bb5,mp-,13,144,82,13,,,,,,o,,,,,gutim,18140 +non,388,32,3,13042,9650,6341,960,2340.2405509999912,0.087890625,32,0,F#2,p,11,144,42,11,,,,,,o,,,e,,gutim,18141 +nof,388,32,3,13042,9651,,960,2340.327550999991,,,,,,,144,42,0,,,,,,,,,,,gutim,18141 +non,388,33,3,13043,9651,6342,981,2340.327550999991,0.087890625,32,0,D3,p,11,144,50,11,,,,,,o,,,e,,gutim,18142 +nof,388,33,3,13043,9652,,981,2340.4155509999914,,,,,,,144,50,0,,,,,,,,,,,gutim,18142 +non,388,34,3,13044,9652,6343,1002,2340.4155509999914,0.0920758928571429,32,0,F#2,p,11,144,42,11,,,,,,o,,,,,gutim,18143 +nof,388,31,1,13041,9653,,960,2340.5075509999915,,,,,,,144,82,0,,,,,,,,,,,gutim,18140 +nof,388,34,3,13044,9653,,1002,2340.5075509999915,,,,,,,144,42,0,,,,,,,,,,,gutim,18143 +non,388,35,1,13045,9653,6344,1024,2340.5075509999915,0.267857142857143,16,0,F#4,mp-,13,144,66,13,,,,,,o,,,,,gutim,18144 +non,388,36,3,13046,9653,6344,1024,2340.5075509999915,0.087890625,32,0,B2,p-,10,144,47,10,,,,,,o,,,e,,gutim,18145 +non,388,37,3,13047,9653,6344,1024,2340.5075509999915,0.133928571428571,32,0,D3,p-,10,144,50,10,,,,,,o,,,e,,gutim,18146 +nof,388,36,3,13046,9654,,1024,2340.5955509999917,,,,,,,144,47,0,,,,,,,,,,,gutim,18145 +non,388,38,3,13048,9654,6345,1045,2340.5955509999917,0.087890625,32,0,F#2,p-,10,144,42,10,,,,,,o,,,e,,gutim,18147 +nof,388,37,3,13047,9655,,1024,2340.641550999992,,,,,,,144,50,0,,,,,,,,,,,gutim,18146 +nof,388,38,3,13048,9656,,1045,2340.683550999992,,,,,,,144,42,0,,,,,,,,,,,gutim,18147 +non,388,39,3,13049,9656,6346,1066,2340.683550999992,0.0920758928571429,32,0,D3,pp,8,144,50,8,,,,,,o,,,e,,gutim,18148 +nof,388,35,1,13045,9657,,1024,2340.775550999992,,,,,,,144,66,0,,,,,,,,,,,gutim,18144 +nof,388,39,3,13049,9657,,1066,2340.775550999992,,,,,,,144,50,0,,,,,,,,,,,gutim,18148 +non,388,40,1,13050,9657,6347,1088,2340.775550999992,0.803571428571429,8,1,G5,mp,14,144,79,14,,,,,,o,,,,,gutim,18149 +non,388,41,1,13051,9657,6347,1088,2340.775550999992,0.535714285714286,8,1,Bb5,mp,14,144,82,14,,,,,,o,,,,,gutim,18150 +non,388,42,1,13052,9657,6347,1088,2340.775550999992,0.535714285714286,8,1,D6,mp,14,144,86,14,,,,,,o,,,,,gutim,18151 +non,388,43,3,13053,9657,6347,1088,2340.775550999992,0.267857142857143,16,1,F#2,pp,8,144,42,8,,,,,,o,,,E 6050,,gutim,18152 +nof,388,43,3,13053,9658,,1088,2341.043550999992,,,,,,,144,42,0,,,,,,,,,,,gutim,18152 +non,388,44,3,13054,9658,6348,1152,2341.043550999992,0.535714285714286,8,0,C2,mp,14,144,36,14,,,,,,o,,,,,gutim,18153 +non,388,45,3,13055,9658,6348,1152,2341.043550999992,0.535714285714286,8,0,E5,mp,14,144,76,14,,,,,,o,,,,,gutim,18154 +nof,388,41,1,13051,9659,,1088,2341.311550999992,,,,,,,144,82,0,,,,,,,,,,,gutim,18150 +nof,388,42,1,13052,9659,,1088,2341.311550999992,,,,,,,144,86,0,,,,,,,,,,,gutim,18151 +nof,388,40,1,13050,9660,,1088,2341.579550999992,,,,,,,144,79,0,,,,,,,,,,,gutim,18149 +nof,388,44,3,13054,9660,,1152,2341.579550999992,,,,,,,144,36,0,,,,,,,,,,,gutim,18153 +nof,388,45,3,13055,9660,,1152,2341.579550999992,,,,,,,144,76,0,,,,,,,,,,,gutim,18154 +bar,389,0,0,13056,9660,,0,2341.579550999992,,,,,,,,,,389,,,,,,,,,,gutim,18155 +non,389,1,1,13057,9660,6349,0,2341.579550999992,0.426897321428571,8,0,C5,mp,14,144,72,14,,,,,,o,,,,,gutim,18156 +non,389,2,1,13058,9660,6349,0,2341.579550999992,0.535714285714286,8,0,G5,mp,14,144,79,14,,,,,,o,,,,,gutim,18157 +non,389,3,1,13059,9660,6349,0,2341.579550999992,0.535714285714286,8,0,Bb5,mp,14,144,82,14,,,,,,o,,,,,gutim,18158 +non,389,4,1,13060,9660,6349,0,2341.579550999992,0.535714285714286,8,0,D6,mp,14,144,86,14,,,,,,o,,,,,gutim,18159 +rst,389,5,3,13061,9660,,0,2341.579550999992,,,,,,,176,102,0,,,,,,,,,,,gutim,18160 +ped,389,6,0,13062,9661,,64,2341.847550999992,,,,,,,176,64,0,,,,,,,^,,,,gutim,18104 +nof,389,1,1,13057,9662,,0,2342.006550999992,,,,,,,144,72,0,,,,,,,,,,,gutim,18156 +nof,389,2,1,13058,9662,,0,2342.006550999992,,,,,,,144,79,0,,,,,,,,,,,gutim,18157 +nof,389,3,1,13059,9662,,0,2342.006550999992,,,,,,,144,82,0,,,,,,,,,,,gutim,18158 +nof,389,4,1,13060,9662,,0,2342.006550999992,,,,,,,144,86,0,,,,,,,,,,,gutim,18159 +non,389,7,1,13063,9662,6350,102,2342.006550999992,0.64453125,8,1,C5,mp,14,144,72,14,,,,,,o,,,,,gutim,18161 +non,389,8,1,13064,9662,6350,102,2342.006550999992,0.535714285714286,8,1,G5,mp,14,144,79,14,,,,,,o,,,,,gutim,18162 +non,389,9,1,13065,9662,6350,102,2342.006550999992,0.535714285714286,8,1,Bb5,mp,14,144,82,14,,,,,,o,,,,,gutim,18163 +non,389,10,1,13066,9662,6350,102,2342.006550999992,0.535714285714286,8,1,D6,mp,14,144,86,14,,,,,,o,,,,,gutim,18164 +sec,389,11,0,13067,9662,,102,2342.006550999992,,,,,,,,,,,6050,,,,,,,,,gutim,18165 +rst,389,12,3,13068,9663,,128,2342.115550999992,,,,,,,176,102,0,,,,,,,,,,,gutim,18166 +ped,389,13,0,13069,9664,,156,2342.2325509999923,,,,,,,176,64,127,,,,,,,V,,,,gutim,18167 +nof,389,8,1,13064,9665,,102,2342.5415509999925,,,,,,,144,79,0,,,,,,,,,,,gutim,18162 +nof,389,9,1,13065,9665,,102,2342.5415509999925,,,,,,,144,82,0,,,,,,,,,,,gutim,18163 +nof,389,10,1,13066,9665,,102,2342.5415509999925,,,,,,,144,86,0,,,,,,,,,,,gutim,18164 +nof,389,7,1,13063,9666,,102,2342.650550999993,,,,,,,144,72,0,,,,,,,,,,,gutim,18161 +rst,389,14,1,13070,9666,,256,2342.650550999993,,,,,,,176,102,0,,,,,,,,,,,gutim,18168 +non,389,15,3,13071,9666,6351,,2342.650550999993,0.05,8,0,B2,mp,14,144,47,14,,,,g,,o,,,,,gutim,18169 +nof,389,15,3,13071,9667,,,2342.700550999993,,,,,,,144,47,0,,,,,,,,,,,gutim,18169 +non,389,16,3,13072,9668,6352,,2342.7255509999927,0.05,8,0,E4,mp,14,144,64,14,,,,g,,o,,,,,gutim,18170 +nof,389,16,3,13072,9669,,,2342.775550999993,,,,,,,144,64,0,,,,,,,,,,,gutim,18170 +non,389,17,3,13073,9670,6353,,2342.8005509999925,0.05,8,0,B1,mp,14,144,35,14,,,,g,,o,,,,,gutim,18171 +nof,389,17,3,13073,9671,,,2342.8505509999927,,,,,,,144,35,0,,,,,,,,,,,gutim,18171 +non,389,18,3,13074,9672,6354,256,2342.875550999993,0.213448660714286,16,0,G3,mp,14,144,55,14,,,,,,o,,,,,gutim,18172 +non,389,19,3,13075,9672,6354,256,2342.875550999993,0.267857142857143,16,0,Bb3,mp,14,144,58,14,,,,,,o,,,,,gutim,18173 +nof,389,18,3,13074,9673,,256,2343.0895509999928,,,,,,,144,55,0,,,,,,,,,,,gutim,18172 +non,389,20,3,13076,9673,6355,307,2343.0895509999928,0.104631696428571,32,0,F#2,mp,14,144,42,14,,,,,,o,,,,,gutim,18174 +non,389,21,3,13077,9673,6355,307,2343.0895509999928,0.133928571428571,32,0,G3,mp,14,144,55,14,,,,,,o,,,,,gutim,18175 +nof,389,19,3,13075,9674,,256,2343.143550999993,,,,,,,144,58,0,,,,,,,,,,,gutim,18173 +nof,389,20,3,13076,9675,,307,2343.1935509999926,,,,,,,144,42,0,,,,,,,,,,,gutim,18174 +non,389,22,3,13078,9675,6356,332,2343.1935509999926,0.217633928571429,16,0,C3,mp,14,144,48,14,,,,,,o,,,,,gutim,18176 +nof,389,21,3,13077,9676,,307,2343.2235509999923,,,,,,,144,55,0,,,,,,,,,,,gutim,18175 +nof,389,22,3,13078,9677,,332,2343.4115509999924,,,,,,,144,48,0,,,,,,,,,,,gutim,18176 +non,389,23,1,13079,9677,6357,384,2343.4115509999924,0.133928571428571,32,1,C2,pp,8,144,36,8,,,,,,o,,,,,gutim,18177 +non,389,24,1,13080,9677,6357,384,2343.4115509999924,0.133928571428571,32,1,E5,pp,8,144,76,8,,,,,,o,,,,,gutim,18178 +rst,389,25,3,13081,9677,,384,2343.4115509999924,,,,,,,176,102,0,,,,,,,,,,,gutim,18179 +nof,389,23,1,13079,9678,,384,2343.5455509999924,,,,,,,144,36,0,,,,,,,,,,,gutim,18177 +nof,389,24,1,13080,9678,,384,2343.5455509999924,,,,,,,144,76,0,,,,,,,,,,,gutim,18178 +non,389,26,1,13082,9678,6358,416,2343.5455509999924,0.133928571428571,32,1,D6,p-,10,144,86,10,,,,,,o,,,,,gutim,18180 +nof,389,26,1,13082,9679,,416,2343.6795509999924,,,,,,,144,86,0,,,,,,,,,,,gutim,18180 +non,389,27,1,13083,9679,6359,448,2343.6795509999924,0.087890625,32,0,A6,p+,12,144,93,12,,,,,,o,,,,,gutim,18181 +nof,389,27,1,13083,9680,,448,2343.767550999992,,,,,,,144,93,0,,,,,,,,,,,gutim,18181 +non,389,28,1,13084,9680,6360,469,2343.767550999992,0.087890625,32,0,G#2,mp-,13,144,44,13,,,,,,o,,,,,gutim,18182 +nof,389,28,1,13084,9681,,469,2343.855550999992,,,,,,,144,44,0,,,,,,,,,,,gutim,18182 +non,389,29,1,13085,9681,6361,490,2343.855550999992,0.0920758928571429,32,0,A6,mp,14,144,93,14,,,,,,o,,,,,gutim,18183 +nof,389,29,1,13085,9682,,490,2343.947550999992,,,,,,,144,93,0,,,,,,,,,,,gutim,18183 +non,389,30,1,13086,9682,6362,512,2343.947550999992,0.133928571428571,32,0,D6,mp,14,144,86,14,,,,,,o,,,,,gutim,18184 +rst,389,31,3,13087,9682,,512,2343.947550999992,,,,,,,176,102,0,,,,,,,,,,,gutim,18185 +nof,389,30,1,13086,9683,,512,2344.081550999992,,,,,,,144,86,0,,,,,,,,,,,gutim,18184 +non,389,32,1,13088,9683,6363,544,2344.081550999992,0.133928571428571,32,0,G#3,f,20,144,56,20,,,,,,o,,,,,gutim,18186 +nof,389,32,1,13088,9684,,544,2344.2155509999916,,,,,,,144,56,0,,,,,,,,,,,gutim,18186 +non,389,33,1,13089,9684,6364,576,2344.2155509999916,0.133928571428571,32,0,A7,f,20,144,105,20,,,,,,o,,,,,gutim,18187 +nof,389,33,1,13089,9685,,576,2344.3495509999916,,,,,,,144,105,0,,,,,,,,,,,gutim,18187 +non,389,34,1,13090,9685,6365,608,2344.3495509999916,0.133928571428571,32,0,D7,f,20,144,98,20,,,,,,o,,,,,gutim,18188 +non,389,35,3,13091,9685,6365,608,2344.3495509999916,0.133928571428571,32,0,C3,f,20,144,48,20,,,,,,o,,,,,gutim,18189 +non,389,36,3,13092,9685,6365,608,2344.3495509999916,0.133928571428571,32,0,Ab3,f,20,144,56,20,,,,,,o,,,,,gutim,18190 +nof,389,34,1,13090,9686,,608,2344.4825509999914,,,,,,,144,98,0,,,,,,,,,,,gutim,18188 +nof,389,35,3,13091,9686,,608,2344.4825509999914,,,,,,,144,48,0,,,,,,,,,,,gutim,18189 +nof,389,36,3,13092,9686,,608,2344.4825509999914,,,,,,,144,56,0,,,,,,,,,,,gutim,18190 +non,389,37,1,13093,9686,6366,640,2344.4825509999914,0.17578125,16,0,D7,f,20,144,98,20,,,,,,o,,d,e,,gutim,18191 +non,389,38,1,13094,9686,6366,640,2344.4825509999914,0.267857142857143,16,0,A7,f,20,144,105,20,,,,,,o,,d,e,,gutim,18192 +non,389,39,3,13095,9686,6366,640,2344.4825509999914,0.17578125,16,0,C3,f,20,144,48,20,,,,,,o,,d,e,,gutim,18193 +non,389,40,3,13096,9686,6366,640,2344.4825509999914,0.267857142857143,16,0,Ab3,f,20,144,56,20,,,,,,o,,d,e,,gutim,18194 +nof,389,37,1,13093,9687,,640,2344.658550999992,,,,,,,144,98,0,,,,,,,,,,,gutim,18191 +nof,389,39,3,13095,9687,,640,2344.658550999992,,,,,,,144,48,0,,,,,,,,,,,gutim,18193 +non,389,41,1,13097,9687,6367,682,2344.658550999992,0.179966517857143,16,0,B6,p,11,144,95,11,,,,,,o,,d,e,,gutim,18195 +rst,389,42,3,13098,9687,,682,2344.658550999992,,,,,,,176,102,0,,,,,,,,,,,gutim,18196 +nof,389,38,1,13094,9688,,640,2344.7505509999914,,,,,,,144,105,0,,,,,,,,,,,gutim,18192 +nof,389,40,3,13096,9688,,640,2344.7505509999914,,,,,,,144,56,0,,,,,,,,,,,gutim,18194 +ped,389,43,0,13099,9689,,725,2344.7785509999917,,,,,,,176,64,0,,,,,,,^,,,,gutim,18167 +nof,389,41,1,13097,9690,,682,2344.8385509999916,,,,,,,144,95,0,,,,,,,,,,,gutim,18195 +rst,389,44,1,13100,9690,,725,2344.8385509999916,,,,,,,176,102,0,,,,,,,,,,,gutim,18197 +non,389,45,3,13101,9690,6368,725,2344.8385509999916,0.179966517857143,16,0,A2,p,11,144,45,11,,,,,,o,,d,e,,gutim,18198 +nof,389,45,3,13101,9691,,725,2345.0185509999915,,,,,,,144,45,0,,,,,,,,,,,gutim,18198 +non,389,47,1,13102,9691,6369,768,2345.0185509999915,2.14285714285714,2,0,A2,p,11,144,45,11,,,,,,o,,d,E,,gutim,18199 +non,389,48,1,13103,9691,6369,768,2345.0185509999915,2.14285714285714,2,0,B3,ppp,5,144,59,5,,,,,,o,,d,E,,gutim,18200 +non,389,49,1,13104,9691,6369,768,2345.0185509999915,2.14285714285714,2,0,B6,p,11,144,95,11,,,,,,o,,d 6051,E 6051,,gutim,18201 +rst,389,50,3,13105,9691,,768,2345.0185509999915,,,,,,,176,102,0,,,,,,,,,,,gutim,18202 +ped,389,46,0,13106,9692,,768,2345.0785509999914,,,,,,,176,64,127,,,,,,,V,,,,gutim,18203 +non,389,51,3,13107,9693,6370,819,2345.2325509999914,0.104631696428571,32,0,F#2,p,11,144,42,11,,,,,,o,,,,,gutim,18204 +non,389,52,3,13108,9693,6370,819,2345.2325509999914,0.133928571428571,32,0,G3,p,11,144,55,11,,,,,,o,,,,,gutim,18205 +nof,389,51,3,13107,9694,,819,2345.3365509999917,,,,,,,144,42,0,,,,,,,,,,,gutim,18204 +non,389,53,3,13109,9694,6371,844,2345.3365509999917,0.217633928571429,16,0,C3,p,11,144,48,11,,,,,,o,,,,,gutim,18206 +nof,389,52,3,13108,9695,,819,2345.3665509999914,,,,,,,144,55,0,,,,,,,,,,,gutim,18205 +nof,389,53,3,13109,9696,,844,2345.5545509999915,,,,,,,144,48,0,,,,,,,,,,,gutim,18206 +rst,389,54,3,13110,9696,,896,2345.5545509999915,,,,,,,176,102,0,,,,,,,,,,,gutim,18207 +non,389,55,3,13111,9697,6372,917,2345.6425509999913,0.087890625,32,0,A1,pp,8,144,33,8,,,,,,o,,,,,gutim,18208 +nof,389,55,3,13111,9698,,917,2345.730550999991,,,,,,,144,33,0,,,,,,,,,,,gutim,18208 +non,389,56,3,13112,9698,6373,938,2345.730550999991,0.0920758928571429,32,0,E4,pp+,9,144,64,9,,,,,,o,,,,,gutim,18209 +nof,389,56,3,13112,9699,,938,2345.822550999991,,,,,,,144,64,0,,,,,,,,,,,gutim,18209 +non,389,57,3,13113,9699,6374,960,2345.822550999991,0.087890625,32,0,D5,p-,10,144,74,10,,,,,,o,,,,,gutim,18210 +nof,389,57,3,13113,9700,,960,2345.9105509999913,,,,,,,144,74,0,,,,,,,,,,,gutim,18210 +non,389,58,3,13114,9700,6375,981,2345.9105509999913,0.087890625,32,0,A1,p,11,144,33,11,,,,,,o,,,,,gutim,18211 +non,389,59,3,13115,9700,6375,981,2345.9105509999913,0.133928571428571,32,0,G#2,p,11,144,44,11,,,,,,o,,,,,gutim,18212 +nof,389,58,3,13114,9701,,981,2345.998550999991,,,,,,,144,33,0,,,,,,,,,,,gutim,18211 +non,389,60,3,13116,9701,6376,1002,2345.998550999991,0.0920758928571429,32,0,D5,p+,12,144,74,12,,,,,,o,,,,,gutim,18213 +non,389,61,3,13117,9701,6376,1002,2345.998550999991,0.133928571428571,32,0,C6,p+,12,144,84,12,,,,,,o,,,,,gutim,18214 +nof,389,59,3,13115,9702,,981,2346.0445509999913,,,,,,,144,44,0,,,,,,,,,,,gutim,18212 +nof,389,60,3,13116,9703,,1002,2346.090550999991,,,,,,,144,74,0,,,,,,,,,,,gutim,18213 +non,389,62,3,13118,9703,6377,1024,2346.090550999991,0.1171875,32,0,F#3,pp,8,144,54,8,,,,,,o,,,,,gutim,18215 +nof,389,61,3,13117,9704,,1002,2346.1315509999913,,,,,,,144,84,0,,,,,,,,,,,gutim,18214 +nof,389,62,3,13118,9705,,1024,2346.2075509999913,,,,,,,144,54,0,,,,,,,,,,,gutim,18215 +non,389,63,3,13119,9705,6378,1052,2346.2075509999913,0.1171875,32,0,D4,pp+,9,144,62,9,,,,,,o,,,,,gutim,18216 +nof,389,63,3,13119,9706,,1052,2346.324550999991,,,,,,,144,62,0,,,,,,,,,,,gutim,18216 +non,389,64,3,13120,9706,6379,1080,2346.324550999991,0.121372767857143,32,0,F#3,p,11,144,54,11,,,,,,o,,,,,gutim,18217 +nof,389,64,3,13120,9707,,1080,2346.445550999991,,,,,,,144,54,0,,,,,,,,,,,gutim,18217 +non,389,65,3,13121,9707,6380,1109,2346.445550999991,0.355747767857143,16,1,D4,p+,12,144,62,12,,,,,,o,,,,,gutim,18218 +nof,389,65,3,13121,9708,,1109,2346.801550999991,,,,,,,144,62,0,,,,,,,,,,,gutim,18218 +non,389,66,3,13122,9708,6381,1194,2346.801550999991,0.359933035714286,16,1,F#3,mf,17,144,54,17,,,,,,o,,,,,gutim,18219 +nof,389,66,3,13122,9709,,1194,2347.161550999991,,,,,,,144,54,0,,,,,,,,,,,gutim,18219 +non,389,67,1,13123,9709,6382,,2347.161550999991,0.05,8,0,F4,mp,14,144,65,14,,,,g,,o,,,,,gutim,18220 +nof,389,47,1,13102,9710,,768,2347.161550999991,,,,,,,144,45,0,,,,,,,,,,,gutim,18199 +nof,389,48,1,13103,9710,,768,2347.161550999991,,,,,,,144,59,0,,,,,,,,,,,gutim,18200 +nof,389,49,1,13104,9710,,768,2347.161550999991,,,,,,,144,95,0,,,,,,,,,,,gutim,18201 +nof,389,67,1,13123,9711,,,2347.211550999991,,,,,,,144,65,0,,,,,,,,,,,gutim,18220 +bar,390,0,0,13124,9712,,0,2347.236550999991,,,,,,,,,,390,,,,,,,,,,gutim,18221 +non,390,1,1,13125,9712,6383,0,2347.236550999991,0.535714285714286,8,0,C2,mp,14,144,36,14,,,,,,o,,,,,gutim,18222 +non,390,2,3,13126,9712,6383,0,2347.236550999991,0.535714285714286,8,0,D#2,mp,14,144,39,14,,,,,,o,,,,,gutim,18223 +nof,390,1,1,13125,9713,,0,2347.7725509999905,,,,,,,144,36,0,,,,,,,,,,,gutim,18222 +nof,390,2,3,13126,9713,,0,2347.7725509999905,,,,,,,144,39,0,,,,,,,,,,,gutim,18223 +rst,390,3,1,13127,9713,,128,2347.7725509999905,,,,,,,176,102,0,,,,,,,,,,,gutim,18224 +rst,390,4,3,13128,9713,,128,2347.7725509999905,,,,,,,176,102,0,,,,,,,,,,,gutim,18225 +non,390,5,3,13129,9714,6384,149,2347.8605509999907,0.087890625,32,0,A1,pp,8,144,33,8,,,,,,o,,,,,gutim,18226 +nof,390,5,3,13129,9715,,149,2347.948550999991,,,,,,,144,33,0,,,,,,,,,,,gutim,18226 +non,390,6,3,13130,9715,6385,170,2347.948550999991,0.0920758928571429,32,0,E4,pp+,9,144,64,9,,,,,,o,,,,,gutim,18227 +nof,390,6,3,13130,9716,,170,2348.0405509999905,,,,,,,144,64,0,,,,,,,,,,,gutim,18227 +non,390,7,3,13131,9716,6386,192,2348.0405509999905,0.087890625,32,0,D5,p-,10,144,74,10,,,,,,o,,,,,gutim,18228 +nof,390,7,3,13131,9717,,192,2348.1275509999905,,,,,,,144,74,0,,,,,,,,,,,gutim,18228 +non,390,8,3,13132,9717,6387,213,2348.1275509999905,0.087890625,32,0,A1,p,11,144,33,11,,,,,,o,,,,,gutim,18229 +non,390,9,3,13133,9717,6387,213,2348.1275509999905,0.133928571428571,32,0,G#2,p,11,144,44,11,,,,,,o,,,,,gutim,18230 +nof,390,8,3,13132,9718,,213,2348.2155509999907,,,,,,,144,33,0,,,,,,,,,,,gutim,18229 +non,390,10,3,13134,9718,6388,234,2348.2155509999907,0.0920758928571429,32,0,D5,p+,12,144,74,12,,,,,,o,,,,,gutim,18231 +non,390,11,3,13135,9718,6388,234,2348.2155509999907,0.133928571428571,32,0,C6,p+,12,144,84,12,,,,,,o,,,,,gutim,18232 +nof,390,9,3,13133,9719,,213,2348.261550999991,,,,,,,144,44,0,,,,,,,,,,,gutim,18230 +nof,390,10,3,13134,9720,,234,2348.3075509999912,,,,,,,144,74,0,,,,,,,,,,,gutim,18231 +rst,390,12,1,13136,9720,,256,2348.3075509999912,,,,,,,176,102,0,,,,,,,,,,,gutim,18233 +rst,390,13,3,13137,9720,,256,2348.3075509999912,,,,,,,176,102,0,,,,,,,,,,,gutim,18234 +nof,390,11,3,13135,9721,,234,2348.349550999991,,,,,,,144,84,0,,,,,,,,,,,gutim,18232 +non,390,14,3,13138,9722,6389,329,2348.6135509999913,0.150669642857143,32,0,A1,pp,8,144,33,8,,,,,,o,,,,,gutim,18235 +nof,390,14,3,13138,9723,,329,2348.7645509999916,,,,,,,144,33,0,,,,,,,,,,,gutim,18235 +non,390,15,3,13139,9723,6390,365,2348.7645509999916,0.230189732142857,32,1,E4,pp,8,144,64,8,,,,,,o,,,,,gutim,18236 +nof,390,15,3,13139,9724,,365,2348.994550999991,,,,,,,144,64,0,,,,,,,,,,,gutim,18236 +non,390,16,3,13140,9724,6391,420,2348.994550999991,0.230189732142857,32,1,G#2,pp+,9,144,44,9,,,,,,o,,,,,gutim,18237 +nof,390,16,3,13140,9725,,420,2349.224550999991,,,,,,,144,44,0,,,,,,,,,,,gutim,18237 +non,390,17,3,13141,9725,6392,475,2349.224550999991,0.154854910714286,32,0,A1,p-,10,144,33,10,,,,,,o,,,,,gutim,18238 +nof,390,17,3,13141,9726,,475,2349.3795509999914,,,,,,,144,33,0,,,,,,,,,,,gutim,18238 +rst,390,18,1,13142,9726,,512,2349.3795509999914,,,,,,,176,102,0,,,,,,,,,,,gutim,18239 +non,390,19,3,13143,9726,6393,512,2349.3795509999914,0.226004464285714,32,1,C6,p-,10,144,84,10,,,,,,o,,,,,gutim,18240 +nof,390,19,3,13143,9727,,512,2349.605550999991,,,,,,,144,84,0,,,,,,,,,,,gutim,18240 +non,390,20,3,13144,9727,6394,566,2349.605550999991,0.154854910714286,32,0,D5,p,11,144,74,11,,,,,,o,,,,,gutim,18241 +nof,390,20,3,13144,9728,,566,2349.7605509999908,,,,,,,144,74,0,,,,,,,,,,,gutim,18241 +non,390,21,3,13145,9728,6395,603,2349.7605509999908,0.154854910714286,32,0,G#2,p+,12,144,44,12,,,,,,o,,,,,gutim,18242 +nof,390,21,3,13145,9729,,603,2349.9155509999905,,,,,,,144,44,0,,,,,,,,,,,gutim,18242 +non,390,22,3,13146,9729,6396,640,2349.9155509999905,0.150669642857143,32,0,D5,p+,12,144,74,12,,,,,,o,,,,,gutim,18243 +nof,390,22,3,13146,9730,,640,2350.0655509999906,,,,,,,144,74,0,,,,,,,,,,,gutim,18243 +ped,390,23,0,13147,9730,,676,2350.0655509999906,,,,,,,176,64,0,,,,,,,^,,,,gutim,18203 +non,390,24,3,13148,9730,6397,676,2350.0655509999906,0.230189732142857,32,1,C6,p+,12,144,84,12,,,,,,o,,,,,gutim,18244 +sec,390,25,0,13149,9730,,676,2350.0655509999906,,,,,,,,,,,6051,,,,,,,,,gutim,18245 +nof,390,24,3,13148,9731,,676,2350.2955509999906,,,,,,,144,84,0,,,,,,,,,,,gutim,18244 +non,390,26,3,13150,9731,6398,731,2350.2955509999906,0.154854910714286,32,0,D5,p+,12,144,74,12,,,,,,o,,,,,gutim,18246 +nof,390,26,3,13150,9732,,731,2350.4505509999904,,,,,,,144,74,0,,,,,,,,,,,gutim,18246 +non,390,28,1,13151,9732,6399,768,2350.4505509999904,0.355747767857143,8,0,A2,p+,12,144,45,12,,,,,,o,,,,,gutim,18247 +non,390,29,1,13152,9732,6399,768,2350.4505509999904,0.535714285714286,8,0,B6,p+,12,144,95,12,,,,,,o,,,,,gutim,18248 +rst,390,30,3,13153,9732,,768,2350.4505509999904,,,,,,,176,102,0,,,,,,,,,,,gutim,18249 +ped,390,27,0,13154,9732,,768,2350.4505509999904,,,,,,,176,64,127,,,,,,,V,,,,gutim,18250 +nof,390,28,1,13151,9733,,768,2350.80655099999,,,,,,,144,45,0,,,,,,,,,,,gutim,18247 +non,390,31,1,13155,9733,6400,853,2350.80655099999,0.087890625,32,0,C#5,p+,12,144,73,12,,,,,,o,,,,,gutim,18251 +nof,390,31,1,13155,9734,,853,2350.89455099999,,,,,,,144,73,0,,,,,,,,,,,gutim,18251 +non,390,32,1,13156,9734,6401,874,2350.89455099999,0.0920758928571429,32,0,F#2,p+,12,144,42,12,,,,,,o,,,,,gutim,18252 +nof,390,29,1,13152,9735,,768,2350.98655099999,,,,,,,144,95,0,,,,,,,,,,,gutim,18248 +nof,390,32,1,13156,9735,,874,2350.98655099999,,,,,,,144,42,0,,,,,,,,,,,gutim,18252 +non,390,33,1,13157,9735,6402,896,2350.98655099999,0.133928571428571,32,1,F3,p+,12,144,53,12,,,,,,o,,,,,gutim,18253 +nof,390,33,1,13157,9736,,896,2351.12055099999,,,,,,,144,53,0,,,,,,,,,,,gutim,18253 +non,390,34,1,13158,9736,6403,928,2351.12055099999,0.133928571428571,32,1,C#4,p+,12,144,61,12,,,,,,o,,,,,gutim,18254 +nof,390,34,1,13158,9737,,928,2351.25455099999,,,,,,,144,61,0,,,,,,,,,,,gutim,18254 +non,390,35,1,13159,9737,6404,960,2351.25455099999,0.267857142857143,16,1,F#2,p+,12,144,42,12,,,,,,o,,,,,gutim,18255 +nof,390,35,1,13159,9738,,960,2351.52255099999,,,,,,,144,42,0,,,,,,,,,,,gutim,18255 +non,390,36,1,13160,9738,6405,1024,2351.52255099999,0.535714285714286,8,0,F4,mp,14,144,65,14,,,,,,o,,d,,,gutim,18256 +non,390,37,3,13161,9738,6405,1024,2351.52255099999,1.07142857142857,4,0,C2,mp,14,144,36,14,,,,,,o,,d,,,gutim,18257 +nof,390,36,1,13160,9739,,1024,2352.05755099999,,,,,,,144,65,0,,,,,,,,,,,gutim,18256 +non,390,38,1,13162,9739,6406,1152,2352.05755099999,0.213448660714286,16,0,Ab4,mp,14,144,68,14,,,,,,o,,d,,,gutim,18258 +nof,390,38,1,13162,9740,,1152,2352.27155099999,,,,,,,144,68,0,,,,,,,,,,,gutim,18258 +non,390,39,1,13163,9740,6407,1203,2352.27155099999,0.322265625,16,1,Bb3,mp,14,144,58,14,,,,,,o,,d,,,gutim,18259 +ped,390,40,0,13164,9741,,1279,2352.44155099999,,,,,,,176,64,0,,,,,,,^,,,,gutim,18250 +nof,390,39,1,13163,9742,,1203,2352.59355099999,,,,,,,144,58,0,,,,,,,,,,,gutim,18259 +bar,391,0,0,13165,9742,,0,2352.59355099999,,,,,,,,,,391,,,,,,,,,,gutim,18260 +non,391,2,1,13166,9742,6408,0,2352.59355099999,0.535714285714286,8,0,E4,pp,8,144,64,8,,,,,,o,,d,,,gutim,18261 +non,391,3,2,13167,9742,6408,0,2352.59355099999,0.213448660714286,16,0,Bb3,mp,14,144,58,14,,,,,,o,,d,,,gutim,18262 +non,391,4,2,13168,9742,6408,0,2352.59355099999,0.267857142857143,16,0,F4,mp,14,144,65,14,,,,,,o,,d,,,gutim,18263 +non,391,5,2,13169,9742,6408,0,2352.59355099999,0.267857142857143,16,0,Ab4,mp,14,144,68,14,,,,,,o,,d,,,gutim,18264 +rst,391,6,3,13170,9742,,0,2352.59355099999,,,,,,,176,102,0,,,,,,,,,,,gutim,18265 +nof,390,37,3,13161,9743,,1024,2352.59355099999,,,,,,,144,36,0,,,,,,,,,,,gutim,18257 +ped,391,1,0,13171,9744,,0,2352.74155099999,,,,,,,176,64,127,,,,,,,V,,,,gutim,18266 +nof,391,3,2,13167,9745,,0,2352.80755099999,,,,,,,144,58,0,,,,,,,,,,,gutim,18262 +non,391,7,2,13172,9745,6409,51,2352.80755099999,0.322265625,16,1,E6,mp,14,144,88,14,,,,,,o,,d,,,gutim,18267 +nof,391,4,2,13168,9746,,0,2352.86155099999,,,,,,,144,65,0,,,,,,,,,,,gutim,18263 +nof,391,5,2,13169,9746,,0,2352.86155099999,,,,,,,144,68,0,,,,,,,,,,,gutim,18264 +nof,391,2,1,13166,9747,,0,2353.12955099999,,,,,,,144,64,0,,,,,,,,,,,gutim,18261 +nof,391,7,2,13172,9747,,51,2353.12955099999,,,,,,,144,88,0,,,,,,,,,,,gutim,18267 +non,391,8,1,13173,9747,6410,128,2353.12955099999,0.355747767857143,8,0,D5,pp,8,144,74,8,,,,,,o,,d,,,gutim,18268 +rst,391,9,2,13174,9747,,128,2353.12955099999,,,,,,,176,102,0,,,,,,,,,,,gutim,18269 +non,391,10,3,13175,9748,6411,170,2353.30555099999,0.121372767857143,32,0,F#3,p,11,144,54,11,,,,,,o,,d,,,gutim,18270 +nof,391,10,3,13175,9749,,170,2353.4265509999896,,,,,,,144,54,0,,,,,,,,,,,gutim,18270 +non,391,11,3,13176,9749,6412,199,2353.4265509999896,0.1171875,32,0,D4,mp-,13,144,62,13,,,,,,o,,,,,gutim,18271 +nof,391,8,1,13173,9750,,128,2353.4855509999898,,,,,,,144,74,0,,,,,,,,,,,gutim,18268 +non,391,12,1,13177,9750,6413,213,2353.4855509999898,0.355747767857143,8,0,E4,pp,8,144,64,8,,,,,,o,,d,,,gutim,18272 +nof,391,11,3,13176,9751,,199,2353.5435509999897,,,,,,,144,62,0,,,,,,,,,,,gutim,18271 +non,391,13,3,13178,9751,6414,227,2353.5435509999897,0.121372767857143,32,0,F#3,mp+,15,144,54,15,,,,,,o,,,,,gutim,18273 +nof,391,13,3,13178,9752,,227,2353.6655509999896,,,,,,,144,54,0,,,,,,,,,,,gutim,18273 +ped,391,18,0,13179,9752,,256,2353.6655509999896,,,,,,,176,64,0,,,,,,,^,,,,gutim,18266 +non,391,14,3,13180,9752,6415,256,2353.6655509999896,0.17578125,16,0,Ab1,mf,17,144,32,17,,,,,,o,,d,,,gutim,18274 +non,391,15,3,13181,9752,6415,256,2353.6655509999896,0.267857142857143,16,0,Eb2,mf,17,144,39,17,,,,,,o,,d,,,gutim,18275 +non,391,16,3,13182,9752,6415,256,2353.6655509999896,0.267857142857143,16,0,F#3,mf,17,144,54,17,,,,,,o,,d,,,gutim,18276 +non,391,17,3,13183,9752,6415,256,2353.6655509999896,0.267857142857143,16,0,D4,mf,17,144,62,17,,,,,,o,,d,,,gutim,18277 +rst,391,19,2,13184,9752,,256,2353.6655509999896,,,,,,,176,102,0,,,,,,,,,,,gutim,18278 +nof,391,12,1,13177,9753,,213,2353.8405509999893,,,,,,,144,64,0,,,,,,,,,,,gutim,18272 +nof,391,14,3,13180,9753,,256,2353.8405509999893,,,,,,,144,32,0,,,,,,,,,,,gutim,18274 +nof,391,15,3,13181,9753,,256,2353.8405509999893,,,,,,,144,39,0,,,,,,,,,,,gutim,18275 +nof,391,17,3,13183,9753,,256,2353.8405509999893,,,,,,,144,62,0,,,,,,,,,,,gutim,18277 +non,391,20,3,13185,9753,6416,298,2353.8405509999893,0.179966517857143,16,0,Ab1,mf,17,144,32,17,,,,,,o,,d,,,gutim,18279 +non,391,21,3,13186,9753,6416,298,2353.8405509999893,0.267857142857143,16,0,Eb2,mf,17,144,39,17,,,,,,o,,d,,,gutim,18280 +non,391,22,1,13187,9753,6416,298,2353.8405509999893,0.359933035714286,8,0,D5,pp,8,144,74,8,,,,,,o,,,,,gutim,18281 +non,391,23,2,13188,9753,6416,298,2353.8405509999893,0.179966517857143,16,0,D4,mf,17,144,62,17,,,,,,o,,d,,,gutim,18282 +non,391,24,2,13189,9753,6416,298,2353.8405509999893,0.267857142857143,16,0,Bb4,mf,17,144,70,17,,,,,,o,,d,,,gutim,18283 +nof,391,16,3,13182,9754,,256,2353.9325509999894,,,,,,,144,54,0,,,,,,,,,,,gutim,18276 +nof,391,20,3,13185,9755,,298,2354.0205509999896,,,,,,,144,32,0,,,,,,,,,,,gutim,18279 +nof,391,23,2,13188,9755,,298,2354.0205509999896,,,,,,,144,62,0,,,,,,,,,,,gutim,18282 +rst,391,25,3,13190,9755,,341,2354.0205509999896,,,,,,,176,102,0,,,,,,,,,,,gutim,18284 +rst,391,26,2,13191,9755,,341,2354.0205509999896,,,,,,,176,102,0,,,,,,,,,,,gutim,18285 +nof,391,21,3,13186,9756,,298,2354.1085509999893,,,,,,,144,39,0,,,,,,,,,,,gutim,18280 +nof,391,24,2,13189,9756,,298,2354.1085509999893,,,,,,,144,70,0,,,,,,,,,,,gutim,18283 +nof,391,22,1,13187,9757,,298,2354.2005509999894,,,,,,,144,74,0,,,,,,,,,,,gutim,18281 +non,391,27,3,13192,9757,6417,384,2354.2005509999894,0.535714285714286,8,1,C1,pp,8,144,24,8,,,,,,o,,d,,,gutim,18286 +rst,391,29,1,13193,9757,,384,2354.2005509999894,,,,,,,176,102,0,,,,,,,,,,,gutim,18287 +ped,391,28,0,13194,9757,,384,2354.2005509999894,,,,,,,176,64,127,,,,,,,V,,,,gutim,18288 +rst,391,30,2,13195,9758,,426,2354.3765509999894,,,,,,,176,102,0,,,,,,,,,,,gutim,18289 +nof,391,27,3,13192,9759,,384,2354.7365509999895,,,,,,,144,24,0,,,,,,,,,,,gutim,18286 +non,391,31,1,13196,9759,6418,512,2354.7365509999895,0.535714285714286,8,0,D5,pp,8,144,74,8,,,,,,o,,d,,,gutim,18290 +rst,391,32,2,13197,9759,,512,2354.7365509999895,,,,,,,176,102,0,,,,,,,,,,,gutim,18291 +non,391,33,3,13198,9759,6418,512,2354.7365509999895,2.14285714285714,2,0,G1,ppp,5,144,31,5,,,,,,o,,d,,,gutim,18292 +non,391,34,1,13199,9760,6419,640,2355.272550999989,0.535714285714286,8,0,Ab3,pp,8,144,56,8,,,,,,o,,d,,,gutim,18293 +nof,391,31,1,13196,9761,,512,2355.422550999989,,,,,,,144,74,0,,,,,,,,,,,gutim,18290 +nof,391,34,1,13199,9762,,640,2355.807550999989,,,,,,,144,56,0,,,,,,,,,,,gutim,18293 +non,391,35,1,13200,9762,6420,768,2355.807550999989,1.07142857142857,4,0,A7,pp,8,144,105,8,,,,,,o,,d,,,gutim,18294 +rst,391,36,2,13201,9762,,768,2355.807550999989,,,,,,,176,102,0,,,,,,,,,,,gutim,18295 +ped,391,37,0,13202,9763,,1024,2356.863550999989,,,,,,,176,64,0,,,,,,,^,,,,gutim,18288 +non,391,38,1,13203,9764,6421,1024,2356.879550999989,1.07142857142857,4,0,D5,mf,17,144,74,17,,,,,,o,,d,,,gutim,18296 +non,391,39,2,13204,9764,6421,1024,2356.879550999989,0.267857142857143,16,0,Bb4,ppp,5,144,70,5,,,,,,o,,d,,,gutim,18297 +non,391,40,3,13205,9764,6421,1024,2356.879550999989,0.267857142857143,16,0,F#2,ppp,5,144,42,5,,,,,,o,,d,,,gutim,18298 +non,391,41,3,13206,9764,6421,1024,2356.879550999989,0.267857142857143,16,0,C3,ppp,5,144,48,5,,,,,,o,,d,,,gutim,18299 +non,391,42,3,13207,9764,6421,1024,2356.879550999989,0.267857142857143,16,0,G3,ppp,5,144,55,5,,,,,,o,,d,,,gutim,18300 +nof,391,39,2,13204,9765,,1024,2357.147550999989,,,,,,,144,70,0,,,,,,,,,,,gutim,18297 +nof,391,40,3,13205,9765,,1024,2357.147550999989,,,,,,,144,42,0,,,,,,,,,,,gutim,18298 +nof,391,41,3,13206,9765,,1024,2357.147550999989,,,,,,,144,48,0,,,,,,,,,,,gutim,18299 +nof,391,42,3,13207,9765,,1024,2357.147550999989,,,,,,,144,55,0,,,,,,,,,,,gutim,18300 +non,391,44,2,13208,9765,6422,1088,2357.147550999989,0.267857142857143,16,0,B5,ppp,5,144,83,5,,,,,,o,,d,,,gutim,18301 +non,391,45,3,13209,9765,6422,1088,2357.147550999989,0.267857142857143,16,0,Eb2,ppp,5,144,39,5,,,,,,o,,d,,,gutim,18302 +ped,391,43,0,13210,9766,,1088,2357.163550999989,,,,,,,176,64,127,,,,,,,V,,,,gutim,18303 +nof,391,35,1,13200,9767,,768,2357.404550999989,,,,,,,144,105,0,,,,,,,,,,,gutim,18294 +nof,391,44,2,13208,9768,,1088,2357.415550999989,,,,,,,144,83,0,,,,,,,,,,,gutim,18301 +nof,391,45,3,13209,9768,,1088,2357.415550999989,,,,,,,144,39,0,,,,,,,,,,,gutim,18302 +non,391,46,2,13211,9768,6423,1152,2357.415550999989,0.267857142857143,16,0,B4,ppp,5,144,71,5,,,,,,o,,d,,,gutim,18304 +non,391,47,3,13212,9768,6423,1152,2357.415550999989,0.267857142857143,16,0,G3,ppp,5,144,55,5,,,,,,o,,d,,,gutim,18305 +nof,391,33,3,13198,9769,,512,2357.5545509999893,,,,,,,144,31,0,,,,,,,,,,,gutim,18292 +nof,391,46,2,13211,9770,,1152,2357.682550999989,,,,,,,144,71,0,,,,,,,,,,,gutim,18304 +nof,391,47,3,13212,9770,,1152,2357.682550999989,,,,,,,144,55,0,,,,,,,,,,,gutim,18305 +rst,391,48,2,13213,9770,,1216,2357.682550999989,,,,,,,176,102,0,,,,,,,,,,,gutim,18306 +non,391,49,3,13214,9770,6424,1216,2357.682550999989,0.133928571428571,32,0,Db4,ppp,5,144,61,5,,,,,,o,,d,,,gutim,18307 +nof,391,49,3,13214,9771,,1216,2357.816550999989,,,,,,,144,61,0,,,,,,,,,,,gutim,18307 +non,391,50,3,13215,9771,6425,1248,2357.816550999989,0.133928571428571,32,0,Ab2,ppp,5,144,44,5,,,,,,o,,D 6052,,,gutim,18308 +nof,391,38,1,13203,9772,,1024,2357.950550999989,,,,,,,144,74,0,,,,,,,,,,,gutim,18296 +nof,391,50,3,13215,9772,,1248,2357.950550999989,,,,,,,144,44,0,,,,,,,,,,,gutim,18308 +bar,392,0,0,13216,9772,,0,2357.950550999989,,,,,,,,,,392,,,,,,,,,,gutim,18309 +non,392,1,1,13217,9772,6426,0,2357.950550999989,0.267857142857143,16,0,Db4,ppp,5,144,61,5,,,,,,o,,,,,gutim,18310 +non,392,2,3,13218,9772,6426,0,2357.950550999989,0.133928571428571,32,0,Ab2,ppp,5,144,44,5,,,,,,o,,,,,gutim,18311 +nof,392,2,3,13218,9773,,0,2358.084550999989,,,,,,,144,44,0,,,,,,,,,,,gutim,18311 +non,392,3,3,13219,9773,6427,32,2358.084550999989,0.133928571428571,32,0,Eb2,ppp,5,144,39,5,,,,,,o,,,,,gutim,18312 +nof,392,1,1,13217,9774,,0,2358.218550999989,,,,,,,144,61,0,,,,,,,,,,,gutim,18310 +nof,392,3,3,13219,9775,,32,2358.218550999989,,,,,,,144,39,0,,,,,,,,,,,gutim,18312 +non,392,4,1,13220,9775,6428,64,2358.218550999989,0.133928571428571,32,0,B4,ppp,5,144,71,5,,,,,,o,,,,,gutim,18313 +non,392,5,3,13221,9775,6428,64,2358.218550999989,0.267857142857143,16,0,Eb2,ppp,5,144,39,5,,,,,,o,,,,,gutim,18314 +nof,392,4,1,13220,9776,,64,2358.352550999989,,,,,,,144,71,0,,,,,,,,,,,gutim,18313 +non,392,6,1,13222,9776,6429,96,2358.352550999989,0.133928571428571,32,0,G3,ppp,5,144,55,5,,,,,,o,,,,,gutim,18315 +nof,392,5,3,13221,9777,,64,2358.486550999989,,,,,,,144,39,0,,,,,,,,,,,gutim,18314 +nof,392,6,1,13222,9778,,96,2358.486550999989,,,,,,,144,55,0,,,,,,,,,,,gutim,18315 +rst,392,7,1,13223,9778,,128,2358.486550999989,,,,,,,176,102,0,,,,,,,,,,,gutim,18316 +rst,392,8,3,13224,9778,,128,2358.486550999989,,,,,,,176,102,0,,,,,,,,,,,gutim,18317 +non,392,9,1,13225,9779,6430,160,2358.620550999989,0.087890625,32,0,Db4,ppp,5,144,61,5,,,,,,o,,,,,gutim,18318 +non,392,10,3,13226,9779,6430,160,2358.620550999989,0.17578125,16,0,Eb2,ppp,5,144,39,5,,,,,,o,,,,,gutim,18319 +non,392,11,3,13227,9779,6430,160,2358.620550999989,0.267857142857143,16,0,Ab2,ppp,5,144,44,5,,,,,,o,,,,,gutim,18320 +nof,392,9,1,13225,9780,,160,2358.708550999989,,,,,,,144,61,0,,,,,,,,,,,gutim,18318 +non,392,12,1,13228,9780,6431,181,2358.708550999989,0.087890625,32,0,B4,ppp,5,144,71,5,,,,,,o,,,,,gutim,18321 +nof,392,10,3,13226,9781,,160,2358.7965509999885,,,,,,,144,39,0,,,,,,,,,,,gutim,18319 +nof,392,11,3,13227,9781,,160,2358.7965509999885,,,,,,,144,44,0,,,,,,,,,,,gutim,18320 +nof,392,12,1,13228,9781,,181,2358.7965509999885,,,,,,,144,71,0,,,,,,,,,,,gutim,18321 +non,392,13,1,13229,9781,6432,202,2358.7965509999885,0.0920758928571429,32,0,G3,ppp,5,144,55,5,,,,,,o,,,,,gutim,18322 +non,392,14,1,13230,9781,6432,202,2358.7965509999885,0.133928571428571,32,0,Db4,ppp,5,144,61,5,,,,,,o,,,,,gutim,18323 +non,392,15,3,13231,9781,6432,202,2358.7965509999885,0.0920758928571429,32,0,Eb2,ppp,5,144,39,5,,,,,,o,,,,,gutim,18324 +non,392,16,3,13232,9781,6432,202,2358.7965509999885,0.133928571428571,32,0,Ab2,ppp,5,144,44,5,,,,,,o,,,,,gutim,18325 +nof,392,13,1,13229,9782,,202,2358.888550999988,,,,,,,144,55,0,,,,,,,,,,,gutim,18322 +nof,392,15,3,13231,9782,,202,2358.888550999988,,,,,,,144,39,0,,,,,,,,,,,gutim,18324 +rst,392,18,1,13233,9782,,224,2358.888550999988,,,,,,,176,102,0,,,,,,,,,,,gutim,18326 +rst,392,19,3,13234,9782,,224,2358.888550999988,,,,,,,176,102,0,,,,,,,,,,,gutim,18327 +nof,392,14,1,13230,9783,,202,2358.9305509999886,,,,,,,144,61,0,,,,,,,,,,,gutim,18323 +nof,392,16,3,13232,9783,,202,2358.9305509999886,,,,,,,144,44,0,,,,,,,,,,,gutim,18325 +ped,392,17,0,13235,9784,,224,2359.1055509999887,,,,,,,176,64,0,,,,,,,^,,,,gutim,18303 +sec,392,20,0,13236,9785,,224,2359.188550999989,,,,,,,,,,,6052,,,,,,,,,gutim,18328 +non,392,22,1,13237,9786,6433,256,2359.322550999989,0.17578125,16,0,C#7,fff,24,144,97,24,,,,,,o,,,,,gutim,18329 +rst,392,23,3,13238,9786,,256,2359.322550999989,,,,,,,176,102,0,,,,,,,,,,,gutim,18330 +ped,392,21,0,13239,9787,,256,2359.405550999989,,,,,,,176,64,127,,,,,,,V,,,,gutim,18331 +nof,392,22,1,13237,9788,,256,2359.4985509999888,,,,,,,144,97,0,,,,,,,,,,,gutim,18329 +non,392,24,1,13240,9788,6434,298,2359.4985509999888,0.179966517857143,16,0,C#7,fff,24,144,97,24,,,,,t,o,,,,,gutim,18332 +non,392,25,3,13241,9788,6434,298,2359.4985509999888,0.179966517857143,16,0,D3,fff,24,144,50,24,,,,,,o,,,,,gutim,18333 +nof,392,25,3,13241,9789,,298,2359.677550999989,,,,,,,144,50,0,,,,,,,,,,,gutim,18333 +non,392,26,1,13242,9789,,341,2359.677550999989,0.715680803571429,4,0,C#7,,,,,,,,,,T,,,,,,gutim,18334 +non,392,27,3,13243,9789,6435,341,2359.677550999989,0.715680803571429,4,0,G#1,fff,24,144,32,24,,,,,,o,,,,,gutim,18335 +non,392,28,3,13244,9789,6435,341,2359.677550999989,1.07142857142857,4,0,D2,fff,24,144,38,24,,,,,,o,,,,,gutim,18336 +nof,392,27,3,13243,9790,,341,2360.393550999989,,,,,,,144,32,0,,,,,,,,,,,gutim,18335 +rst,392,29,1,13245,9790,,512,2360.393550999989,,,,,,,176,102,0,,,,,,,,,,,gutim,18337 +rst,392,30,3,13246,9790,,512,2360.393550999989,,,,,,,176,102,0,,,,,,,,,,,gutim,18338 +nof,392,24,1,13240,9791,,298,2360.393550999989,,,,,,,144,97,0,,,,,,,,,,,gutim,18332 +nof,392,28,3,13244,9792,,341,2360.749550999989,,,,,,,144,38,0,,,,,,,,,,,gutim,18336 +non,392,31,1,13247,9793,6436,768,2361.465550999989,0.426897321428571,8,0,Bb4,fff,24,144,70,24,,,,,,o,,,,,gutim,18339 +non,392,32,3,13248,9793,6436,768,2361.465550999989,0.426897321428571,8,0,F#2,fff,24,144,42,24,,,,,,o,,,,,gutim,18340 +non,392,33,3,13249,9793,6436,768,2361.465550999989,0.535714285714286,8,0,C3,fff,24,144,48,24,,,,,,o,,,,,gutim,18341 +non,392,34,3,13250,9793,6436,768,2361.465550999989,0.535714285714286,8,0,G3,fff,24,144,55,24,,,,,,o,,,,,gutim,18342 +nof,392,31,1,13247,9794,,768,2361.891550999989,,,,,,,144,70,0,,,,,,,,,,,gutim,18339 +nof,392,32,3,13248,9794,,768,2361.891550999989,,,,,,,144,42,0,,,,,,,,,,,gutim,18340 +nof,392,33,3,13249,9794,,768,2361.891550999989,,,,,,,144,48,0,,,,,,,,,,,gutim,18341 +nof,392,34,3,13250,9794,,768,2361.891550999989,,,,,,,144,55,0,,,,,,,,,,,gutim,18342 +non,392,35,1,13251,9794,6437,870,2361.891550999989,0.64453125,8,1,D6,fff,24,144,86,24,,,,,,o,,,,,gutim,18343 +non,392,36,3,13252,9794,6437,870,2361.891550999989,0.64453125,8,1,F#2,fff,24,144,42,24,,,,,,o,,,,,gutim,18344 +non,392,37,3,13253,9794,6437,870,2361.891550999989,0.535714285714286,8,1,C3,fff,24,144,48,24,,,,,,o,,,,,gutim,18345 +non,392,38,3,13254,9794,6437,870,2361.891550999989,0.535714285714286,8,1,G3,fff,24,144,55,24,,,,,,o,,,,,gutim,18346 +ped,392,39,0,13255,9795,,929,2362.1385509999886,,,,,,,176,64,0,,,,,,,^,,,,gutim,18331 +nof,392,37,3,13253,9796,,870,2362.427550999989,,,,,,,144,48,0,,,,,,,,,,,gutim,18345 +nof,392,38,3,13254,9796,,870,2362.427550999989,,,,,,,144,55,0,,,,,,,,,,,gutim,18346 +non,392,41,1,13256,9797,6438,,2362.461550999989,0.05,8,0,D4,p,11,144,62,11,,,,g,,o,,,,,gutim,18347 +nof,392,41,1,13256,9798,,,2362.5115509999887,,,,,,,144,62,0,,,,,,,,,,,gutim,18347 +nof,392,35,1,13251,9799,,870,2362.536550999989,,,,,,,144,86,0,,,,,,,,,,,gutim,18343 +nof,392,36,3,13252,9799,,870,2362.536550999989,,,,,,,144,42,0,,,,,,,,,,,gutim,18344 +non,392,42,1,13257,9799,6439,1024,2362.536550999989,0.355747767857143,8,0,E3,p,11,144,52,11,,,,,,o,,,,,gutim,18348 +rst,392,43,3,13258,9799,,1024,2362.536550999989,,,,,,,176,102,0,,,,,,,,,,,gutim,18349 +ped,392,40,0,13259,9799,,1024,2362.536550999989,,,,,,,176,64,127,,,,,,,V,,,,gutim,18350 +non,392,44,3,13260,9800,6440,1066,2362.7125509999887,0.715680803571429,4,0,C1,p,11,144,24,11,,,,,,o,,,,,gutim,18351 +nof,392,42,1,13257,9801,,1024,2362.892550999989,,,,,,,144,52,0,,,,,,,,,,,gutim,18348 +non,392,45,1,13261,9801,6441,1109,2362.892550999989,0.535714285714286,8,1,D4,p,11,144,62,11,,,,,,o,,,,,gutim,18352 +nof,392,44,3,13260,9802,,1066,2363.427550999989,,,,,,,144,24,0,,,,,,,,,,,gutim,18351 +nof,392,45,1,13261,9802,,1109,2363.427550999989,,,,,,,144,62,0,,,,,,,,,,,gutim,18352 +non,392,46,1,13262,9802,6442,1237,2363.427550999989,0.179966517857143,16,0,E3,p,11,144,52,11,,,,,,o,,,,,gutim,18353 +non,392,47,1,13263,9802,6442,1237,2363.427550999989,0.267857142857143,16,0,D4,p,11,144,62,11,,,,,,o,,,,,gutim,18354 +non,392,48,3,13264,9802,6442,1237,2363.427550999989,0.179966517857143,16,0,C1,p,11,144,24,11,,,,,,o,,,,,gutim,18355 +nof,392,46,1,13262,9803,,1237,2363.607550999989,,,,,,,144,52,0,,,,,,,,,,,gutim,18353 +nof,392,48,3,13264,9803,,1237,2363.607550999989,,,,,,,144,24,0,,,,,,,,,,,gutim,18355 +bar,393,0,0,13265,9803,,0,2363.607550999989,,,,,,,,,,393,,,,,,,,,,gutim,18356 +rst,393,1,1,13266,9803,,0,2363.607550999989,,,,,,,176,102,0,,,,,,,,,,,gutim,18357 +rst,393,2,3,13267,9803,,0,2363.607550999989,,,,,,,176,102,0,,,,,,,,,,,gutim,18358 +nof,392,47,1,13263,9804,,1237,2363.695550999989,,,,,,,144,62,0,,,,,,,,,,,gutim,18354 +non,393,3,1,13268,9805,6443,28,2363.7255509999886,0.1171875,32,0,A4,p,11,144,69,11,,,,,,o,,,e,,gutim,18359 +nof,393,3,1,13268,9806,,28,2363.842550999989,,,,,,,144,69,0,,,,,,,,,,,gutim,18359 +non,393,4,1,13269,9806,6444,56,2363.842550999989,0.121372767857143,32,0,G#2,p+,12,144,44,12,,,,,,o,,,e,,gutim,18360 +nof,393,4,1,13269,9807,,56,2363.963550999989,,,,,,,144,44,0,,,,,,,,,,,gutim,18360 +non,393,5,1,13270,9807,6445,85,2363.963550999989,0.1171875,32,0,A5,p+,12,144,81,12,,,,,,o,,,e,,gutim,18361 +nof,393,5,1,13270,9808,,85,2364.080550999989,,,,,,,144,81,0,,,,,,,,,,,gutim,18361 +non,393,6,1,13271,9808,6446,113,2364.080550999989,0.121372767857143,32,0,G#2,mp-,13,144,44,13,,,,,,o,,,e,,gutim,18362 +nof,393,6,1,13271,9809,,113,2364.2025509999894,,,,,,,144,44,0,,,,,,,,,,,gutim,18362 +non,393,7,1,13272,9809,6447,142,2364.2025509999894,0.1171875,32,0,A4,mp-,13,144,69,13,,,,,,o,,,e,,gutim,18363 +nof,393,7,1,13272,9810,,142,2364.3195509999896,,,,,,,144,69,0,,,,,,,,,,,gutim,18363 +non,393,8,1,13273,9810,6448,170,2364.3195509999896,0.179966517857143,32,1,E3,mp,14,144,52,14,,,,,,o,,,E,,gutim,18364 +nof,393,8,1,13273,9811,,170,2364.49955099999,,,,,,,144,52,0,,,,,,,,,,,gutim,18364 +non,393,9,1,13274,9811,6449,213,2364.49955099999,0.179966517857143,32,1,C2,mp+,15,144,36,15,,,,,,o,,,,,gutim,18365 +nof,393,9,1,13274,9812,,213,2364.67955099999,,,,,,,144,36,0,,,,,,,,,,,gutim,18365 +non,393,10,1,13275,9812,6450,256,2364.67955099999,0.17578125,16,0,D5,mp+,15,144,74,15,,,,,,o,,,,,gutim,18366 +rst,393,11,3,13276,9812,,256,2364.67955099999,,,,,,,176,102,0,,,,,,,,,,,gutim,18367 +nof,393,10,1,13275,9813,,256,2364.85555099999,,,,,,,144,74,0,,,,,,,,,,,gutim,18366 +non,393,12,1,13277,9813,6451,298,2364.85555099999,0.179966517857143,16,0,G#2,mf-,16,144,44,16,,,,,,o,,,,,gutim,18368 +nof,393,12,1,13277,9814,,298,2365.03555099999,,,,,,,144,44,0,,,,,,,,,,,gutim,18368 +non,393,13,1,13278,9814,6452,341,2365.03555099999,0.179966517857143,16,0,A6,mf,17,144,93,17,,,,,,o,,,,,gutim,18369 +non,393,14,3,13279,9814,6452,341,2365.03555099999,0.179966517857143,16,0,C2,mf,17,144,36,17,,,,,,o,,,,,gutim,18370 +non,393,15,3,13280,9814,6452,341,2365.03555099999,0.267857142857143,16,0,G#2,mf,17,144,44,17,,,,,,o,,,,,gutim,18371 +non,393,16,3,13281,9814,6452,341,2365.03555099999,0.267857142857143,16,0,E3,mf,17,144,52,17,,,,,,o,,,,,gutim,18372 +nof,393,13,1,13278,9815,,341,2365.21555099999,,,,,,,144,93,0,,,,,,,,,,,gutim,18369 +nof,393,14,3,13279,9815,,341,2365.21555099999,,,,,,,144,36,0,,,,,,,,,,,gutim,18370 +rst,393,17,1,13282,9815,,384,2365.21555099999,,,,,,,176,102,0,,,,,,,,,,,gutim,18373 +rst,393,18,3,13283,9815,,384,2365.21555099999,,,,,,,176,102,0,,,,,,,,,,,gutim,18374 +nof,393,15,3,13280,9816,,341,2365.3025509999898,,,,,,,144,44,0,,,,,,,,,,,gutim,18371 +nof,393,16,3,13281,9816,,341,2365.3025509999898,,,,,,,144,52,0,,,,,,,,,,,gutim,18372 +non,393,19,1,13284,9817,6453,426,2365.39055099999,0.0920758928571429,32,0,E5,pp,8,144,76,8,,,,,,o,,,,,gutim,18375 +nof,393,19,1,13284,9818,,426,2365.48255099999,,,,,,,144,76,0,,,,,,,,,,,gutim,18375 +non,393,20,1,13285,9818,6454,448,2365.48255099999,0.087890625,32,0,D6,pp+,9,144,86,9,,,,,,o,,,,,gutim,18376 +nof,393,20,1,13285,9819,,448,2365.57055099999,,,,,,,144,86,0,,,,,,,,,,,gutim,18376 +non,393,21,1,13286,9819,6455,469,2365.57055099999,0.087890625,32,0,A6,p-,10,144,93,10,,,,,,o,,,,,gutim,18377 +nof,393,21,1,13286,9820,,469,2365.65855099999,,,,,,,144,93,0,,,,,,,,,,,gutim,18377 +non,393,22,1,13287,9820,6456,490,2365.65855099999,0.0920758928571429,32,0,C3,p,11,144,48,11,,,,,,o,,,,,gutim,18378 +nof,393,22,1,13287,9821,,490,2365.75055099999,,,,,,,144,48,0,,,,,,,,,,,gutim,18378 +non,393,23,1,13288,9821,6457,512,2365.75055099999,0.17578125,16,0,E4,p+,12,144,64,12,,,,,,o,,,,,gutim,18379 +rst,393,24,3,13289,9821,,512,2365.75055099999,,,,,,,176,102,0,,,,,,,,,,,gutim,18380 +nof,393,23,1,13288,9822,,512,2365.92655099999,,,,,,,144,64,0,,,,,,,,,,,gutim,18379 +non,393,25,1,13290,9822,6458,554,2365.92655099999,0.0920758928571429,32,0,C2,mp,14,144,36,14,,,,,,o,,,e,,gutim,18381 +nof,393,25,1,13290,9823,,554,2366.01855099999,,,,,,,144,36,0,,,,,,,,,,,gutim,18381 +non,393,26,1,13291,9823,6459,576,2366.01855099999,0.087890625,32,0,E4,mp+,15,144,64,15,,,,,,o,,,e,,gutim,18382 +nof,393,26,1,13291,9824,,576,2366.10655099999,,,,,,,144,64,0,,,,,,,,,,,gutim,18382 +non,393,27,1,13292,9824,6460,597,2366.10655099999,0.087890625,32,0,D5,mf-,16,144,74,16,,,,,,o,,,e,,gutim,18383 +nof,393,27,1,13292,9825,,597,2366.1945509999896,,,,,,,144,74,0,,,,,,,,,,,gutim,18383 +non,393,28,1,13293,9825,6461,618,2366.1945509999896,0.0920758928571429,32,0,A5,mf,17,144,81,17,,,,,,o,,,e,,gutim,18384 +nof,393,28,1,13293,9826,,618,2366.2865509999897,,,,,,,144,81,0,,,,,,,,,,,gutim,18384 +non,393,29,1,13294,9826,6462,640,2366.2865509999897,0.087890625,32,0,C3,f-,19,144,48,19,,,,,,o,,,e,,gutim,18385 +nof,393,29,1,13294,9827,,640,2366.37455099999,,,,,,,144,48,0,,,,,,,,,,,gutim,18385 +non,393,30,1,13295,9827,6463,661,2366.37455099999,0.087890625,32,0,Ab3,f,20,144,56,20,,,,,,o,,,e,,gutim,18386 +nof,393,30,1,13295,9828,,661,2366.4625509999896,,,,,,,144,56,0,,,,,,,,,,,gutim,18386 +rst,393,31,1,13296,9828,,682,2366.4625509999896,,,,,,,176,102,0,,,,,,,,,,,gutim,18387 +non,393,32,3,13297,9828,6464,682,2366.4625509999896,0.121372767857143,32,0,D5,f+,21,144,74,21,,,,,,o,,,E 6053,,gutim,18388 +rst,393,33,1,13298,9829,,710,2366.57955099999,,,,,,,176,102,0,,,,,,,,,,,gutim,18389 +nof,393,32,3,13297,9830,,682,2366.5835509999897,,,,,,,144,74,0,,,,,,,,,,,gutim,18388 +non,393,34,3,13299,9830,6465,711,2366.5835509999897,0.1171875,32,0,Ab1,ff,22,144,32,22,,,,,,o,,,,,gutim,18390 +non,393,35,1,13300,9831,6466,738,2366.6965509999895,0.125558035714286,16,0,A7,ff,22,144,105,22,,,,,,o,,,,,gutim,18391 +nof,393,34,3,13299,9832,,711,2366.70055099999,,,,,,,144,32,0,,,,,,,,,,,gutim,18390 +ped,393,36,0,13301,9832,,739,2366.70055099999,,,,,,,176,64,0,,,,,,,^,,,,gutim,18350 +non,393,37,3,13302,9832,6467,739,2366.70055099999,0.121372767857143,32,0,C1,ff,22,144,24,22,,,,,,o,,,,,gutim,18392 +nof,393,35,1,13300,9833,,738,2366.82255099999,,,,,,,144,105,0,,,,,,,,,,,gutim,18391 +nof,393,37,3,13302,9833,,739,2366.82255099999,,,,,,,144,24,0,,,,,,,,,,,gutim,18392 +rst,393,38,1,13303,9833,,768,2366.82255099999,,,,,,,176,102,0,,,,,,,,,,,gutim,18393 +sec,393,39,0,13304,9834,,768,2367.1225509999904,,,,,,,,,,,6053,,,,,,,,,gutim,18394 +non,393,40,3,13305,9834,6468,768,2367.1225509999904,1.07142857142857,4,0,E4,ff,22,144,64,22,,,,,,o,,,,,gutim,18395 +non,393,41,1,13306,9835,6469,853,2367.4775509999904,0.355747767857143,8,0,F#4,mp,14,144,66,14,,,,,,o,,d,e,,gutim,18396 +non,393,42,1,13307,9835,6469,853,2367.4775509999904,0.535714285714286,8,0,D5,mp,14,144,74,14,,,,,,o,,d,e,,gutim,18397 +nof,393,41,1,13306,9836,,853,2367.8335509999906,,,,,,,144,66,0,,,,,,,,,,,gutim,18396 +non,393,43,1,13308,9836,6470,938,2367.8335509999906,0.359933035714286,8,0,D#4,mp,14,144,63,14,,,,,,o,,d,e,,gutim,18398 +nof,393,42,1,13307,9837,,853,2368.0135509999905,,,,,,,144,74,0,,,,,,,,,,,gutim,18397 +nof,393,43,1,13308,9838,,938,2368.1935509999903,,,,,,,144,63,0,,,,,,,,,,,gutim,18398 +non,393,44,1,13309,9838,6471,1024,2368.1935509999903,0.355747767857143,8,0,F#4,mp,14,144,66,14,,,,,,o,,d,e,,gutim,18399 +non,393,45,1,13310,9838,6471,1024,2368.1935509999903,0.535714285714286,8,0,D5,mp,14,144,74,14,,,,,,o,,d,e,,gutim,18400 +rst,393,47,3,13311,9838,,1024,2368.1935509999903,,,,,,,176,102,0,,,,,,,,,,,gutim,18401 +ped,393,46,0,13312,9838,,1024,2368.1935509999903,,,,,,,176,64,127,,,,,,,V,,,,gutim,18402 +nof,393,40,3,13305,9839,,768,2368.1935509999903,,,,,,,144,64,0,,,,,,,,,,,gutim,18395 +nof,393,44,1,13309,9840,,1024,2368.54955099999,,,,,,,144,66,0,,,,,,,,,,,gutim,18399 +non,393,48,1,13313,9840,6472,1109,2368.54955099999,0.267857142857143,16,1,Eb3,mp,14,144,51,14,,,,,,o,,d,E,,gutim,18403 +nof,393,45,1,13310,9841,,1024,2368.7295509999904,,,,,,,144,74,0,,,,,,,,,,,gutim,18400 +nof,393,48,1,13313,9842,,1109,2368.81755099999,,,,,,,144,51,0,,,,,,,,,,,gutim,18403 +non,393,49,1,13314,9842,6473,1173,2368.81755099999,0.087890625,32,0,Bb5,p,11,144,82,11,,,,,,o,,,,,gutim,18404 +nof,393,49,1,13314,9843,,1173,2368.90555099999,,,,,,,144,82,0,,,,,,,,,,,gutim,18404 +non,393,50,1,13315,9843,6474,1194,2368.90555099999,0.0920758928571429,32,0,Ab2,p,11,144,44,11,,,,,,o,,,,,gutim,18405 +nof,393,50,1,13315,9844,,1194,2368.99755099999,,,,,,,144,44,0,,,,,,,,,,,gutim,18405 +non,393,51,1,13316,9844,6475,1216,2368.99755099999,0.087890625,32,0,Bb5,p-,10,144,82,10,,,,,,o,,,,,gutim,18406 +nof,393,51,1,13316,9845,,1216,2369.08555099999,,,,,,,144,82,0,,,,,,,,,,,gutim,18406 +non,393,52,1,13317,9845,6476,1237,2369.08555099999,0.087890625,32,0,Ab1,pp+,9,144,32,9,,,,,,o,,,,,gutim,18407 +nof,393,52,1,13317,9846,,1237,2369.17355099999,,,,,,,144,32,0,,,,,,,,,,,gutim,18407 +non,393,53,1,13318,9846,6477,1258,2369.17355099999,0.0920758928571429,32,0,Bb6,pp,8,144,94,8,,,,,,o,,,,,gutim,18408 +nof,393,53,1,13318,9847,,1258,2369.26555099999,,,,,,,144,94,0,,,,,,,,,,,gutim,18408 +bar,394,0,0,13319,9847,,0,2369.26555099999,,,,,,,,,,394,,,,,,,,,,gutim,18409 +non,394,1,1,13320,9847,6478,0,2369.26555099999,0.318080357142857,16,1,C#7,fff,24,144,97,24,,,,,,o,,,,,gutim,18410 +rst,394,2,3,13321,9847,,0,2369.26555099999,,,,,,,176,102,0,,,,,,,,,,,gutim,18411 +nof,394,1,1,13320,9848,,0,2369.5835509999897,,,,,,,144,97,0,,,,,,,,,,,gutim,18410 +rst,394,3,1,13322,9848,,76,2369.5835509999897,,,,,,,176,102,0,,,,,,,,,,,gutim,18412 +non,394,4,3,13323,9849,6479,85,2369.62055099999,0.715680803571429,4,0,G#1,fff,24,144,32,24,,,,,t,o,,,,,gutim,18413 +non,394,5,3,13324,9849,6479,85,2369.62055099999,1.07142857142857,4,0,D3,fff,24,144,50,24,,,,,t,o,,,,,gutim,18414 +non,394,6,1,13325,9850,6480,115,2369.74655099999,0.104631696428571,32,0,D7,p,11,144,98,11,,,,,,o,,d,e,,gutim,18415 +nof,394,6,1,13325,9851,,115,2369.85155099999,,,,,,,144,98,0,,,,,,,,,,,gutim,18415 +non,394,7,1,13326,9851,6481,140,2369.85155099999,0.108816964285714,32,0,D#6,p,11,144,87,11,,,,,,o,,d,e,,gutim,18416 +nof,394,7,1,13326,9852,,140,2369.95955099999,,,,,,,144,87,0,,,,,,,,,,,gutim,18416 +non,394,8,1,13327,9852,6482,166,2369.95955099999,0.108816964285714,32,0,F#6,p,11,144,90,11,,,,,,o,,d,e,,gutim,18417 +nof,394,8,1,13327,9853,,166,2370.06855099999,,,,,,,144,90,0,,,,,,,,,,,gutim,18417 +non,394,9,1,13328,9853,6483,192,2370.06855099999,0.104631696428571,32,0,D#5,p,11,144,75,11,,,,,,o,,d,e,,gutim,18418 +nof,394,9,1,13328,9854,,192,2370.17355099999,,,,,,,144,75,0,,,,,,,,,,,gutim,18418 +non,394,10,1,13329,9854,6484,217,2370.17355099999,0.163225446428571,32,1,F#6,p,11,144,90,11,,,,,,o,,d,E,,gutim,18419 +nof,394,10,1,13329,9855,,217,2370.33655099999,,,,,,,144,90,0,,,,,,,,,,,gutim,18419 +non,394,11,1,13330,9855,6485,256,2370.33655099999,0.104631696428571,32,0,D#4,p,11,144,63,11,,,,,,o,,,,,gutim,18420 +non,394,12,3,13331,9855,,256,2370.33655099999,2.14285714285714,2,0,G#1,,,,,,,,,,T,,,,,,gutim,18421 +non,394,13,3,13332,9855,,256,2370.33655099999,2.14285714285714,2,0,D3,,,,,,,,,,T,,,,,,gutim,18422 +nof,394,11,1,13330,9856,,256,2370.44155099999,,,,,,,144,63,0,,,,,,,,,,,gutim,18420 +non,394,14,1,13333,9856,6486,281,2370.44155099999,0.163225446428571,32,1,D7,p,11,144,98,11,,,,,,o,,,,,gutim,18423 +nof,394,14,1,13333,9857,,281,2370.60455099999,,,,,,,144,98,0,,,,,,,,,,,gutim,18423 +non,394,15,1,13334,9857,6487,320,2370.60455099999,0.159040178571429,32,1,F#5,p,11,144,78,11,,,,,,o,,,,,gutim,18424 +nof,394,15,1,13334,9858,,320,2370.76355099999,,,,,,,144,78,0,,,,,,,,,,,gutim,18424 +non,394,16,1,13335,9858,6488,358,2370.76355099999,0.108816964285714,32,0,D#5,p,11,144,75,11,,,,,,o,,,,,gutim,18425 +nof,394,16,1,13335,9859,,358,2370.8725509999904,,,,,,,144,75,0,,,,,,,,,,,gutim,18425 +non,394,17,1,13336,9859,6489,384,2370.8725509999904,0.104631696428571,32,0,F#5,p,11,144,78,11,,,,,,o,,,,,gutim,18426 +nof,394,17,1,13336,9860,,384,2370.9765509999906,,,,,,,144,78,0,,,,,,,,,,,gutim,18426 +non,394,18,1,13337,9860,6490,409,2370.9765509999906,0.163225446428571,32,1,D#4,p,11,144,63,11,,,,,,o,,,,,gutim,18427 +nof,394,18,1,13337,9861,,409,2371.1405509999904,,,,,,,144,63,0,,,,,,,,,,,gutim,18427 +non,394,19,1,13338,9861,6491,448,2371.1405509999904,0.159040178571429,32,1,G#3,p,11,144,56,11,,,,,,o,,,,,gutim,18428 +nof,394,19,1,13338,9862,,448,2371.29955099999,,,,,,,144,56,0,,,,,,,,,,,gutim,18428 +non,394,20,1,13339,9862,6492,486,2371.29955099999,0.108816964285714,32,0,A#7,p,11,144,106,11,,,,,,o,,,,,gutim,18429 +nof,394,20,1,13339,9863,,486,2371.4075509999902,,,,,,,144,106,0,,,,,,,,,,,gutim,18429 +non,394,21,1,13340,9863,6493,512,2371.4075509999902,0.226004464285714,32,1,D7,p,11,144,98,11,,,,,,o,,d,e,,gutim,18430 +nof,394,21,1,13340,9864,,512,2371.6335509999903,,,,,,,144,98,0,,,,,,,,,,,gutim,18430 +non,394,22,1,13341,9864,6494,566,2371.6335509999903,0.230189732142857,32,1,F#5,p,11,144,78,11,,,,,,o,,d,e,,gutim,18431 +nof,394,22,1,13341,9865,,566,2371.8645509999906,,,,,,,144,78,0,,,,,,,,,,,gutim,18431 +non,394,23,1,13342,9865,6495,621,2371.8645509999906,0.230189732142857,32,1,D#5,p,11,144,75,11,,,,,,o,,d,e,,gutim,18432 +nof,394,23,1,13342,9866,,621,2372.0945509999906,,,,,,,144,75,0,,,,,,,,,,,gutim,18432 +non,394,24,1,13343,9866,6496,676,2372.0945509999906,0.230189732142857,32,1,G#3,p,11,144,56,11,,,,,,o,,d,e,,gutim,18433 +nof,394,24,1,13343,9867,,676,2372.3245509999906,,,,,,,144,56,0,,,,,,,,,,,gutim,18433 +ped,394,25,0,13344,9867,,731,2372.3245509999906,,,,,,,176,64,0,,,,,,,^,,,,gutim,18402 +non,394,26,1,13345,9867,6497,731,2372.3245509999906,0.154854910714286,32,0,A#7,p,11,144,106,11,,,,,,o,,d 6054,E 6054,,gutim,18434 +nof,394,4,3,13323,9868,,85,2372.4795509999904,,,,,,,144,32,0,,,,,,,,,,,gutim,18413 +nof,394,26,1,13345,9869,,731,2372.4795509999904,,,,,,,144,106,0,,,,,,,,,,,gutim,18434 +rst,394,27,3,13346,9869,,768,2372.4795509999904,,,,,,,176,102,0,,,,,,,,,,,gutim,18435 +rst,394,28,1,13347,9869,,768,2372.4795509999904,,,,,,,176,102,0,,,,,,,,,,,gutim,18436 +nof,394,5,3,13324,9870,,85,2372.83555099999,,,,,,,144,50,0,,,,,,,,,,,gutim,18414 +rst,394,30,3,13348,9871,,853,2372.83555099999,,,,,,,176,102,0,,,,,,,,,,,gutim,18437 +sec,394,31,0,13349,9871,,853,2372.83555099999,,,,,,,,,,,6054,,,,,,,,,gutim,18438 +ped,394,29,0,13350,9871,,853,2372.83555099999,,,,,,,176,64,127,,,,,,,V,,,,gutim,18439 +non,394,32,3,13351,9872,6498,874,2372.92355099999,0.0920758928571429,32,0,F#2,p,11,144,42,11,,,,,,o,,,e,,gutim,18440 +nof,394,32,3,13351,9873,,874,2373.01555099999,,,,,,,144,42,0,,,,,,,,,,,gutim,18440 +non,394,33,3,13352,9873,6499,896,2373.01555099999,0.087890625,32,0,D3,mp-,13,144,50,13,,,,,,o,,,e,,gutim,18441 +nof,394,33,3,13352,9874,,896,2373.10255099999,,,,,,,144,50,0,,,,,,,,,,,gutim,18441 +non,394,34,3,13353,9874,6500,917,2373.10255099999,0.087890625,32,0,F#2,mp+,15,144,42,15,,,,,,o,,,e,,gutim,18442 +nof,394,34,3,13353,9875,,917,2373.1905509999897,,,,,,,144,42,0,,,,,,,,,,,gutim,18442 +non,394,35,3,13354,9875,6501,938,2373.1905509999897,0.0920758928571429,32,0,D#2,mf-,16,144,39,16,,,,,,o,,,e,,gutim,18443 +rst,394,36,1,13355,9875,,938,2373.1905509999897,,,,,,,176,102,0,,,,,,,,,,,gutim,18444 +nof,394,35,3,13354,9876,,938,2373.2825509999893,,,,,,,144,39,0,,,,,,,,,,,gutim,18443 +non,394,37,3,13356,9876,6502,960,2373.2825509999893,0.087890625,32,0,F#2,mf+,18,144,42,18,,,,,,o,,,e,,gutim,18445 +non,394,38,3,13357,9876,6502,960,2373.2825509999893,0.133928571428571,32,0,D3,mf+,18,144,50,18,,,,,,o,,,e,,gutim,18446 +non,394,39,3,13358,9876,6502,960,2373.2825509999893,0.133928571428571,32,0,A#3,mf+,18,144,58,18,,,,,,o,,,e,,gutim,18447 +nof,394,37,3,13356,9877,,960,2373.3705509999895,,,,,,,144,42,0,,,,,,,,,,,gutim,18445 +non,394,40,3,13359,9877,6503,981,2373.3705509999895,0.087890625,32,0,G#1,f,20,144,32,20,,,,,,o,,,e,,gutim,18448 +non,394,41,1,13360,9877,6503,981,2373.3705509999895,0.179966517857143,16,0,B1,f,20,144,35,20,,,,,,o,,,,,gutim,18449 +non,394,42,1,13361,9877,6503,981,2373.3705509999895,0.267857142857143,16,0,E4,f,20,144,64,20,,,,,,o,,,,,gutim,18450 +nof,394,38,3,13357,9878,,960,2373.4165509999893,,,,,,,144,50,0,,,,,,,,,,,gutim,18446 +nof,394,39,3,13358,9878,,960,2373.4165509999893,,,,,,,144,58,0,,,,,,,,,,,gutim,18447 +nof,394,40,3,13359,9879,,981,2373.4585509999897,,,,,,,144,32,0,,,,,,,,,,,gutim,18448 +ped,394,43,0,13362,9879,,1002,2373.4585509999897,,,,,,,176,64,0,,,,,,,^,,,,gutim,18439 +non,394,44,3,13363,9879,6504,1002,2373.4585509999897,0.0920758928571429,32,0,G#1,ff,22,144,32,22,,,,,,o,,,e,,gutim,18451 +non,394,45,3,13364,9879,6504,1002,2373.4585509999897,0.133928571428571,32,0,D#2,ff,22,144,39,22,,,,,,o,,,e,,gutim,18452 +non,394,46,3,13365,9879,6504,1002,2373.4585509999897,0.133928571428571,32,0,F#2,ff,22,144,42,22,,,,,,o,,,e,,gutim,18453 +non,394,47,3,13366,9879,6504,1002,2373.4585509999897,0.133928571428571,32,0,A#4,ff,22,144,70,22,,,,,,o,,,e,,gutim,18454 +nof,394,41,1,13360,9880,,981,2373.5505509999894,,,,,,,144,35,0,,,,,,,,,,,gutim,18449 +nof,394,44,3,13363,9880,,1002,2373.5505509999894,,,,,,,144,32,0,,,,,,,,,,,gutim,18451 +non,394,48,1,13367,9880,6505,1024,2373.5505509999894,1.07142857142857,4,0,D5,ff,22,144,74,22,,,,,t,o,,,,,gutim,18455 +non,394,49,3,13368,9880,6505,1024,2373.5505509999894,0.17578125,16,0,B1,mp,14,144,35,14,,,,,,o,,,E,,gutim,18456 +non,394,50,3,13369,9880,6505,1024,2373.5505509999894,0.267857142857143,16,0,D2,mp,14,144,38,14,,,,,,o,,,E,,gutim,18457 +nof,394,45,3,13364,9881,,1002,2373.5925509999897,,,,,,,144,39,0,,,,,,,,,,,gutim,18452 +nof,394,46,3,13365,9881,,1002,2373.5925509999897,,,,,,,144,42,0,,,,,,,,,,,gutim,18453 +nof,394,47,3,13366,9881,,1002,2373.5925509999897,,,,,,,144,70,0,,,,,,,,,,,gutim,18454 +nof,394,42,1,13361,9882,,981,2373.6385509999895,,,,,,,144,64,0,,,,,,,,,,,gutim,18450 +nof,394,49,3,13368,9883,,1024,2373.7265509999897,,,,,,,144,35,0,,,,,,,,,,,gutim,18456 +non,394,51,3,13370,9883,6506,1066,2373.7265509999897,0.179966517857143,16,0,F#1,mp,14,144,30,14,,,,,,o,,,,,gutim,18458 +nof,394,50,3,13369,9884,,1024,2373.8185509999894,,,,,,,144,38,0,,,,,,,,,,,gutim,18457 +nof,394,51,3,13370,9885,,1066,2373.906550999989,,,,,,,144,30,0,,,,,,,,,,,gutim,18458 +rst,394,52,3,13371,9885,,1109,2373.906550999989,,,,,,,176,102,0,,,,,,,,,,,gutim,18459 +rst,394,53,3,13372,9886,,1194,2374.262550999989,,,,,,,176,102,0,,,,,,,,,,,gutim,18460 +bar,395,0,0,13373,9887,,0,2374.622550999989,,,,,,,,,,395,,,,,,,,,,gutim,18461 +non,395,1,1,13374,9887,,0,2374.622550999989,0.535714285714286,8,1,D5,,,,,,,,,,T,,,,,,gutim,18462 +rst,395,2,3,13375,9887,,0,2374.622550999989,,,,,,,176,102,0,,,,,,,,,,,gutim,18463 +non,395,3,1,13376,9888,6507,128,2375.157550999989,0.087890625,32,0,F#3,pp,8,144,54,8,,,,,,o,,d,e,,gutim,18464 +nof,395,3,1,13376,9889,,128,2375.245550999989,,,,,,,144,54,0,,,,,,,,,,,gutim,18464 +non,395,5,1,13377,9889,6508,149,2375.245550999989,0.087890625,32,0,G4,pp,8,144,67,8,,,,,,o,,d,e,,gutim,18465 +ped,395,4,0,13378,9889,,149,2375.245550999989,,,,,,,176,64,127,,,,,,,V,,,,gutim,18466 +nof,395,5,1,13377,9890,,149,2375.333550999989,,,,,,,144,67,0,,,,,,,,,,,gutim,18465 +non,395,6,1,13379,9890,6509,170,2375.333550999989,0.0920758928571429,32,0,F#3,pp,8,144,54,8,,,,,,o,,d,e,,gutim,18467 +nof,394,48,1,13367,9891,,1024,2375.382550999989,,,,,,,144,74,0,,,,,,,,,,,gutim,18455 +nof,395,6,1,13379,9892,,170,2375.4255509999884,,,,,,,144,54,0,,,,,,,,,,,gutim,18467 +non,395,7,1,13380,9892,6510,192,2375.4255509999884,0.087890625,32,0,G4,pp,8,144,67,8,,,,,,o,,d,e,,gutim,18468 +nof,395,7,1,13380,9893,,192,2375.513550999988,,,,,,,144,67,0,,,,,,,,,,,gutim,18468 +non,395,8,1,13381,9893,6511,213,2375.513550999988,0.087890625,32,0,F#3,pp,8,144,54,8,,,,,,o,,d,e,,gutim,18469 +nof,395,8,1,13381,9894,,213,2375.6015509999884,,,,,,,144,54,0,,,,,,,,,,,gutim,18469 +ped,395,9,0,13382,9894,,234,2375.6015509999884,,,,,,,176,64,0,,,,,,,^,,,,gutim,18466 +non,395,10,1,13383,9894,6512,234,2375.6015509999884,0.0920758928571429,32,0,G4,pp,8,144,67,8,,,,,t,o,,d,e,,gutim,18470 +non,395,11,1,13384,9895,,256,2375.6935509999885,0.133928571428571,32,0,G4,,,,,,,,,,T,,,,,,gutim,18471 +non,395,12,3,13385,9895,6513,256,2375.6935509999885,0.267857142857143,16,0,C1,ff,22,144,24,22,,,,,,o,,d,E,,gutim,18472 +non,395,13,3,13386,9895,6513,256,2375.6935509999885,0.267857142857143,16,0,E4,ff,22,144,64,22,,,,,,o,,d,E,,gutim,18473 +non,395,14,3,13387,9895,6513,256,2375.6935509999885,0.267857142857143,16,0,C5,f,20,144,72,20,,,,,,o,,d,E 6055,,gutim,18474 +nof,395,10,1,13383,9896,,234,2375.8275509999885,,,,,,,144,67,0,,,,,,,,,,,gutim,18470 +non,395,15,1,13388,9896,6514,288,2375.8275509999885,0.133928571428571,32,0,F#3,pp,8,144,54,8,,,,,,o,,,,,gutim,18475 +nof,395,12,3,13385,9897,,256,2375.9615509999885,,,,,,,144,24,0,,,,,,,,,,,gutim,18472 +nof,395,13,3,13386,9897,,256,2375.9615509999885,,,,,,,144,64,0,,,,,,,,,,,gutim,18473 +nof,395,14,3,13387,9897,,256,2375.9615509999885,,,,,,,144,72,0,,,,,,,,,,,gutim,18474 +nof,395,15,1,13388,9898,,288,2375.9615509999885,,,,,,,144,54,0,,,,,,,,,,,gutim,18475 +non,395,17,1,13389,9898,6515,320,2375.9615509999885,0.133928571428571,32,0,G4,pp,8,144,67,8,,,,,,o,,,,,gutim,18476 +rst,395,18,3,13390,9898,,320,2375.9615509999885,,,,,,,176,102,0,,,,,,,,,,,gutim,18477 +ped,395,16,0,13391,9898,,320,2375.9615509999885,,,,,,,176,64,127,,,,,,,V,,,,gutim,18478 +nof,395,17,1,13389,9899,,320,2376.0955509999885,,,,,,,144,67,0,,,,,,,,,,,gutim,18476 +non,395,19,1,13392,9899,6516,352,2376.0955509999885,0.133928571428571,32,0,F#3,pp,8,144,54,8,,,,,,o,,,,,gutim,18479 +nof,395,19,1,13392,9900,,352,2376.2295509999885,,,,,,,144,54,0,,,,,,,,,,,gutim,18479 +non,395,20,1,13393,9900,6517,384,2376.2295509999885,0.087890625,32,0,Bb4,pp,8,144,70,8,,,,,,o,,,,,gutim,18480 +nof,395,20,1,13393,9901,,384,2376.3175509999883,,,,,,,144,70,0,,,,,,,,,,,gutim,18480 +non,395,21,1,13394,9901,6518,405,2376.3175509999883,0.087890625,32,0,C4,pp,8,144,60,8,,,,,,o,,,,,gutim,18481 +nof,395,21,1,13394,9902,,405,2376.405550999988,,,,,,,144,60,0,,,,,,,,,,,gutim,18481 +non,395,22,1,13395,9902,6519,426,2376.405550999988,0.0920758928571429,32,0,D5,pp,8,144,74,8,,,,,t,o,,,,,gutim,18482 +non,395,23,1,13396,9903,,448,2376.497550999988,0.133928571428571,32,0,D5,,,,,,,,,,T,,,,,,gutim,18483 +nof,395,22,1,13395,9904,,426,2376.631550999988,,,,,,,144,74,0,,,,,,,,,,,gutim,18482 +ped,395,24,0,13397,9904,,480,2376.631550999988,,,,,,,176,64,0,,,,,,,^,,,,gutim,18478 +non,395,25,1,13398,9904,6520,480,2376.631550999988,0.133928571428571,32,0,C4,pp,8,144,60,8,,,,,,o,,,,,gutim,18484 +nof,395,25,1,13398,9905,,480,2376.765550999988,,,,,,,144,60,0,,,,,,,,,,,gutim,18484 +rst,395,26,1,13399,9905,,512,2376.765550999988,,,,,,,176,102,0,,,,,,,,,,,gutim,18485 +non,395,27,3,13400,9905,6521,512,2376.765550999988,0.267857142857143,16,0,C1,ff,22,144,24,22,,,,,,o,,,,,gutim,18486 +non,395,28,3,13401,9905,6521,512,2376.765550999988,0.267857142857143,16,0,E4,ff,22,144,64,22,,,,,,o,,,,,gutim,18487 +non,395,29,3,13402,9905,6521,512,2376.765550999988,0.267857142857143,16,0,D5,ff,22,144,74,22,,,,,,o,,,,,gutim,18488 +non,395,30,1,13403,9906,6522,544,2376.899550999988,0.133928571428571,32,0,G4,pp,8,144,67,8,,,,,,o,,,,,gutim,18489 +nof,395,27,3,13400,9907,,512,2377.032550999988,,,,,,,144,24,0,,,,,,,,,,,gutim,18486 +nof,395,28,3,13401,9907,,512,2377.032550999988,,,,,,,144,64,0,,,,,,,,,,,gutim,18487 +nof,395,29,3,13402,9907,,512,2377.032550999988,,,,,,,144,74,0,,,,,,,,,,,gutim,18488 +nof,395,30,1,13403,9908,,544,2377.032550999988,,,,,,,144,67,0,,,,,,,,,,,gutim,18489 +non,395,32,1,13404,9908,6523,576,2377.032550999988,0.133928571428571,32,0,F#3,pp,8,144,54,8,,,,,,o,,,,,gutim,18490 +rst,395,33,3,13405,9908,,576,2377.032550999988,,,,,,,176,102,0,,,,,,,,,,,gutim,18491 +ped,395,31,0,13406,9908,,576,2377.032550999988,,,,,,,176,64,127,,,,,,,V,,,,gutim,18492 +nof,395,32,1,13404,9909,,576,2377.166550999988,,,,,,,144,54,0,,,,,,,,,,,gutim,18490 +non,395,34,1,13407,9909,6524,608,2377.166550999988,0.133928571428571,32,0,Bb4,pp,8,144,70,8,,,,,,o,,,,,gutim,18493 +nof,395,34,1,13407,9910,,608,2377.300550999988,,,,,,,144,70,0,,,,,,,,,,,gutim,18493 +non,395,35,1,13408,9910,6525,640,2377.300550999988,0.087890625,32,0,D6,pp,8,144,86,8,,,,,,o,,,,,gutim,18494 +nof,395,35,1,13408,9911,,640,2377.388550999988,,,,,,,144,86,0,,,,,,,,,,,gutim,18494 +non,395,36,1,13409,9911,6526,661,2377.388550999988,0.087890625,32,0,C4,pp,8,144,60,8,,,,,,o,,,,,gutim,18495 +nof,395,36,1,13409,9912,,661,2377.4765509999884,,,,,,,144,60,0,,,,,,,,,,,gutim,18495 +non,395,37,1,13410,9912,6527,682,2377.4765509999884,0.0920758928571429,32,0,D6,pp,8,144,86,8,,,,,,o,,,,,gutim,18496 +nof,395,37,1,13410,9913,,682,2377.5685509999885,,,,,,,144,86,0,,,,,,,,,,,gutim,18496 +non,395,38,1,13411,9913,6528,704,2377.5685509999885,0.087890625,32,0,C4,pp,8,144,60,8,,,,,,o,,d,,,gutim,18497 +nof,395,38,1,13411,9914,,704,2377.656550999988,,,,,,,144,60,0,,,,,,,,,,,gutim,18497 +ped,395,39,0,13412,9914,,725,2377.656550999988,,,,,,,176,64,0,,,,,,,^,,,,gutim,18492 +non,395,40,1,13413,9914,6529,725,2377.656550999988,0.179966517857143,16,0,D6,pp,8,144,86,8,,,,,,o,,d,,,gutim,18498 +nof,395,40,1,13413,9915,,725,2377.8365509999885,,,,,,,144,86,0,,,,,,,,,,,gutim,18498 +non,395,41,1,13414,9915,6530,768,2377.8365509999885,0.133928571428571,32,0,F#4,ff,22,144,66,22,,,,,,o,,d,,,gutim,18499 +non,395,42,1,13415,9915,6530,768,2377.8365509999885,0.133928571428571,32,0,D5,ff,22,144,74,22,,,,,,o,,d,,,gutim,18500 +non,395,43,3,13416,9915,6530,,2377.8365509999885,0.05,8,0,C3,p,11,144,48,11,,,,g,,o,,d,,,gutim,18501 +nof,395,43,3,13416,9916,,,2377.8865509999887,,,,,,,144,48,0,,,,,,,,,,,gutim,18501 +non,395,44,3,13417,9917,6531,768,2377.911550999989,0.711495535714286,4,0,F4,p,11,144,65,11,,,,,,o,,d,,,gutim,18502 +nof,395,41,1,13414,9918,,768,2377.9705509999885,,,,,,,144,66,0,,,,,,,,,,,gutim,18499 +nof,395,42,1,13415,9918,,768,2377.9705509999885,,,,,,,144,74,0,,,,,,,,,,,gutim,18500 +non,395,46,1,13418,9919,6532,800,2378.0455509999883,0.133928571428571,32,0,Bb4,pp,8,144,70,8,,,,,,o,,d,,,gutim,18503 +ped,395,45,0,13419,9919,,800,2378.0455509999883,,,,,,,176,64,127,,,,,,,V,,,,gutim,18504 +ped,395,48,0,13420,9920,,864,2378.1635509999883,,,,,,,176,64,0,,,,,,,^,,,,gutim,18504 +nof,395,46,1,13418,9921,,800,2378.1795509999884,,,,,,,144,70,0,,,,,,,,,,,gutim,18503 +non,395,47,1,13421,9921,6533,832,2378.1795509999884,0.133928571428571,32,0,D6,pp,8,144,86,8,,,,,,o,,d,,,gutim,18505 +nof,395,47,1,13421,9922,,832,2378.3135509999884,,,,,,,144,86,0,,,,,,,,,,,gutim,18505 +non,395,50,1,13422,9922,6534,864,2378.3135509999884,0.133928571428571,32,0,C4,pp,8,144,60,8,,,,,,o,,d,,,gutim,18506 +nof,395,50,1,13422,9923,,864,2378.4475509999884,,,,,,,144,60,0,,,,,,,,,,,gutim,18506 +rst,395,51,1,13423,9923,,896,2378.4475509999884,,,,,,,176,102,0,,,,,,,,,,,gutim,18507 +ped,395,49,0,13424,9924,,864,2378.463550999988,,,,,,,176,64,127,,,,,,,V,,,,gutim,18508 +nof,395,44,3,13417,9925,,768,2378.623550999988,,,,,,,144,65,0,,,,,,,,,,,gutim,18502 +non,395,52,3,13425,9926,6535,938,2378.623550999988,0.359933035714286,8,0,Bb3,p,11,144,58,11,,,,,t,o,,d,,,gutim,18509 +non,395,53,1,13426,9927,6536,1024,2378.982550999988,0.234375,16,0,Bb4,mp,14,144,70,14,,,,,,o,,d,,,gutim,18510 +non,395,54,3,13427,9927,,1024,2378.982550999988,0.355747767857143,8,0,Bb3,,,,,,,,,,T,,,,,,gutim,18511 +nof,395,53,1,13426,9928,,1024,2379.217550999988,,,,,,,144,70,0,,,,,,,,,,,gutim,18510 +non,395,55,1,13428,9928,6537,1080,2379.217550999988,0.238560267857143,16,0,B6,mp,14,144,95,14,,,,,,o,,d,,,gutim,18512 +nof,395,52,3,13425,9929,,938,2379.338550999988,,,,,,,144,58,0,,,,,,,,,,,gutim,18509 +non,395,56,3,13429,9929,6538,1109,2379.338550999988,0.179966517857143,16,0,C3,p,11,144,48,11,,,,,,o,,D 6055,,,gutim,18513 +nof,395,55,1,13428,9930,,1080,2379.455550999988,,,,,,,144,95,0,,,,,,,,,,,gutim,18512 +non,395,57,1,13430,9930,6539,1137,2379.455550999988,0.359933035714286,16,1,E4,mp,14,144,64,14,,,,,,o,,,,,gutim,18514 +nof,395,56,3,13429,9931,,1109,2379.5185509999883,,,,,,,144,48,0,,,,,,,,,,,gutim,18513 +non,395,58,3,13431,9931,6540,1152,2379.5185509999883,0.17578125,16,0,F4,p,11,144,65,11,,,,,,o,,,,,gutim,18515 +non,395,59,3,13432,9932,6541,1194,2379.694550999988,0.179966517857143,16,0,Bb3,p,11,144,58,11,,,,,,o,,,,,gutim,18516 +nof,395,58,3,13431,9933,,1152,2379.7695509999885,,,,,,,144,65,0,,,,,,,,,,,gutim,18515 +non,395,60,1,13433,9934,6542,1223,2379.815550999989,0.238560267857143,16,0,B6,mp,14,144,95,14,,,,,,o,,,,,gutim,18517 +nof,395,59,3,13432,9935,,1194,2379.874550999989,,,,,,,144,58,0,,,,,,,,,,,gutim,18516 +non,395,61,3,13434,9935,6543,1237,2379.874550999989,0.179966517857143,16,0,C3,p,11,144,48,11,,,,,,o,,,,,gutim,18518 +nof,395,57,1,13430,9936,,1137,2379.890550999989,,,,,,,144,64,0,,,,,,,,,,,gutim,18514 +ped,395,62,0,13435,9937,,1255,2379.949550999989,,,,,,,176,64,0,,,,,,,^,,,,gutim,18508 +nof,395,60,1,13433,9938,,1223,2380.054550999989,,,,,,,144,95,0,,,,,,,,,,,gutim,18517 +nof,395,61,3,13434,9938,,1237,2380.054550999989,,,,,,,144,48,0,,,,,,,,,,,gutim,18518 +bar,396,0,0,13436,9939,,0,2380.054550999989,,,,,,,,,,396,,,,,,,,,,gutim,18519 +sec,396,1,0,13437,9939,,0,2380.054550999989,,,,,,,,,,,6055,,,,,,,,,gutim,18520 +non,396,2,1,13438,9939,6544,0,2380.054550999989,1.07142857142857,4,0,F#4,mp,14,144,66,14,,,,,,o,,d,,,gutim,18521 +non,396,3,1,13439,9939,6544,0,2380.054550999989,1.07142857142857,4,0,D5,mp,14,144,74,14,,,,,,o,,d,,,gutim,18522 +non,396,4,3,13440,9939,6544,0,2380.054550999989,1.07142857142857,4,0,D#3,ff,22,144,51,22,,,,,,o,,d,,,gutim,18523 +ped,396,5,0,13441,9940,,64,2380.322550999989,,,,,,,176,64,127,,,,,,,V,,,,gutim,18524 +nof,396,2,1,13438,9941,,0,2381.1255509999887,,,,,,,144,66,0,,,,,,,,,,,gutim,18521 +non,396,6,1,13442,9941,6545,256,2381.1255509999887,0.267857142857143,16,0,F#4,mp,14,144,66,14,,,,,,o,,d,,,gutim,18525 +non,396,7,3,13443,9941,6545,256,2381.1255509999887,0.535714285714286,8,0,G#1,ff,22,144,32,22,,,,,,o,,d,,,gutim,18526 +nof,396,3,1,13439,9942,,0,2381.1255509999887,,,,,,,144,74,0,,,,,,,,,,,gutim,18522 +nof,396,4,3,13440,9942,,0,2381.1255509999887,,,,,,,144,51,0,,,,,,,,,,,gutim,18523 +nof,396,6,1,13442,9943,,256,2381.3935509999887,,,,,,,144,66,0,,,,,,,,,,,gutim,18525 +non,396,8,1,13444,9943,6546,320,2381.3935509999887,0.267857142857143,16,0,A#7,mp,14,144,106,14,,,,,,o,,d,,,gutim,18527 +nof,396,7,3,13443,9944,,256,2381.661550999989,,,,,,,144,32,0,,,,,,,,,,,gutim,18526 +nof,396,8,1,13444,9944,,320,2381.661550999989,,,,,,,144,106,0,,,,,,,,,,,gutim,18527 +non,396,9,1,13445,9944,6547,384,2381.661550999989,0.159040178571429,32,1,Eb4,ppp,5,144,63,5,,,,,,o,,D,,,gutim,18528 +rst,396,10,3,13446,9944,,384,2381.661550999989,,,,,,,176,102,0,,,,,,,,,,,gutim,18529 +nof,396,9,1,13445,9945,,384,2381.820550999989,,,,,,,144,63,0,,,,,,,,,,,gutim,18528 +non,396,11,1,13447,9945,6548,422,2381.820550999989,0.108816964285714,32,0,Ab3,ppp+,6,144,56,6,,,,,,o,,,,,gutim,18530 +nof,396,11,1,13447,9946,,422,2381.9295509999893,,,,,,,144,56,0,,,,,,,,,,,gutim,18530 +non,396,12,1,13448,9946,6549,448,2381.9295509999893,0.159040178571429,32,1,Eb4,ppp+,6,144,63,6,,,,,,o,,,,,gutim,18531 +nof,396,12,1,13448,9947,,448,2382.088550999989,,,,,,,144,63,0,,,,,,,,,,,gutim,18531 +non,396,13,1,13449,9947,6550,486,2382.088550999989,0.108816964285714,32,0,Ab3,pp-,7,144,56,7,,,,,,o,,,,,gutim,18532 +nof,396,13,1,13449,9948,,486,2382.1975509999893,,,,,,,144,56,0,,,,,,,,,,,gutim,18532 +non,396,14,1,13450,9948,6551,512,2382.1975509999893,0.159040178571429,32,1,Eb4,pp-,7,144,63,7,,,,,,o,,,,,gutim,18533 +rst,396,15,3,13451,9948,,512,2382.1975509999893,,,,,,,176,102,0,,,,,,,,,,,gutim,18534 +nof,396,14,1,13450,9949,,512,2382.356550999989,,,,,,,144,63,0,,,,,,,,,,,gutim,18533 +non,396,16,1,13452,9949,6552,550,2382.356550999989,0.159040178571429,32,1,Ab3,pp,8,144,56,8,,,,,,o,,,,,gutim,18535 +nof,396,16,1,13452,9950,,550,2382.515550999989,,,,,,,144,56,0,,,,,,,,,,,gutim,18535 +non,396,17,1,13453,9950,6553,588,2382.515550999989,0.163225446428571,32,1,C3,pp+,9,144,48,9,,,,,,o,,,,,gutim,18536 +nof,396,17,1,13453,9951,,588,2382.678550999989,,,,,,,144,48,0,,,,,,,,,,,gutim,18536 +non,396,18,1,13454,9951,6554,627,2382.678550999989,0.0544084821428571,64,0,Eb4,p-,10,144,63,10,,,,,t,o,,,,,gutim,18537 +ped,396,20,0,13455,9952,,640,2382.732550999989,,,,,,,176,64,0,,,,,,,^,,,,gutim,18524 +non,396,19,1,13456,9952,,640,2382.732550999989,0.104631696428571,32,0,Eb4,,,,,,,,,,T,,,,,,gutim,18538 +nof,396,18,1,13454,9953,,627,2382.837550999989,,,,,,,144,63,0,,,,,,,,,,,gutim,18537 +non,396,21,1,13457,9954,6555,665,2382.837550999989,0.163225446428571,32,1,Ab3,p-,10,144,56,10,,,,,,o,,,,,gutim,18539 +nof,396,21,1,13457,9955,,665,2383.000550999989,,,,,,,144,56,0,,,,,,,,,,,gutim,18539 +non,396,22,1,13458,9955,6556,704,2383.000550999989,0.104631696428571,32,0,A4,p,11,144,69,11,,,,,,o,,,,,gutim,18540 +non,396,23,3,13459,9955,6556,704,2383.000550999989,0.087890625,32,0,F#3,ppp,5,144,54,5,,,,,,o,,,,,gutim,18541 +nof,396,23,3,13459,9956,,704,2383.088550999989,,,,,,,144,54,0,,,,,,,,,,,gutim,18541 +non,396,24,3,13460,9956,6557,725,2383.088550999989,0.087890625,32,0,D4,ppp,5,144,62,5,,,,,,o,,,,,gutim,18542 +nof,396,22,1,13458,9957,,704,2383.1055509999887,,,,,,,144,69,0,,,,,,,,,,,gutim,18540 +non,396,25,1,13461,9957,6558,729,2383.1055509999887,0.163225446428571,32,1,E6,p,11,144,88,11,,,,,,o,,,,,gutim,18543 +nof,396,24,3,13460,9958,,725,2383.1765509999886,,,,,,,144,62,0,,,,,,,,,,,gutim,18542 +non,396,26,3,13462,9958,6559,746,2383.1765509999886,0.0920758928571429,32,0,F#3,ppp,5,144,54,5,,,,,,o,,,,,gutim,18544 +nof,396,26,3,13462,9959,,746,2383.2685509999887,,,,,,,144,54,0,,,,,,,,,,,gutim,18544 +non,396,27,1,13463,9959,6560,768,2383.2685509999887,0.1171875,32,0,Bb4,p,11,144,70,11,,,,,,o,,,e,,gutim,18545 +rst,396,29,3,13464,9959,,768,2383.2685509999887,,,,,,,176,102,0,,,,,,,,,,,gutim,18546 +ped,396,28,0,13465,9959,,768,2383.2685509999887,,,,,,,176,64,127,,,,,,,V,,,,gutim,18547 +nof,396,25,1,13461,9960,,729,2383.2685509999887,,,,,,,144,88,0,,,,,,,,,,,gutim,18543 +nof,396,27,1,13463,9961,,768,2383.3855509999885,,,,,,,144,70,0,,,,,,,,,,,gutim,18545 +non,396,30,1,13466,9961,6561,796,2383.3855509999885,0.1171875,32,0,E4,mp-,13,144,64,13,,,,,,o,,,e,,gutim,18548 +nof,396,30,1,13466,9962,,796,2383.5035509999884,,,,,,,144,64,0,,,,,,,,,,,gutim,18548 +non,396,31,1,13467,9962,6562,824,2383.5035509999884,0.121372767857143,32,0,E4,mp+,15,144,64,15,,,,,,o,,,e,,gutim,18549 +non,396,32,1,13468,9962,6562,824,2383.5035509999884,0.133928571428571,32,0,Bb4,mp+,15,144,70,15,,,,,,o,,,e,,gutim,18550 +non,396,33,1,13469,9962,6562,824,2383.5035509999884,0.133928571428571,32,0,B6,mp+,15,144,95,15,,,,,,o,,,e,,gutim,18551 +nof,396,31,1,13467,9963,,824,2383.6245509999885,,,,,,,144,64,0,,,,,,,,,,,gutim,18549 +non,396,34,1,13470,9963,6563,853,2383.6245509999885,0.1171875,32,0,C#6,mf+,18,144,85,18,,,,,,o,,,e,,gutim,18552 +nof,396,32,1,13468,9964,,824,2383.6365509999887,,,,,,,144,70,0,,,,,,,,,,,gutim,18550 +nof,396,33,1,13469,9964,,824,2383.6365509999887,,,,,,,144,95,0,,,,,,,,,,,gutim,18551 +nof,396,34,1,13470,9965,,853,2383.7415509999887,,,,,,,144,85,0,,,,,,,,,,,gutim,18552 +non,396,35,1,13471,9965,6564,881,2383.7415509999887,0.359933035714286,16,1,F5,f,20,144,77,20,,,,,,o,,,E,,gutim,18553 +non,396,36,3,13472,9966,6565,896,2383.804550999989,0.087890625,32,0,D4,ppp,5,144,62,5,,,,,,o,,,,,gutim,18554 +nof,396,36,3,13472,9967,,896,2383.892550999989,,,,,,,144,62,0,,,,,,,,,,,gutim,18554 +non,396,37,3,13473,9967,6566,917,2383.892550999989,0.087890625,32,0,F#3,ppp,5,144,54,5,,,,,,o,,,,,gutim,18555 +nof,396,37,3,13473,9968,,917,2383.9805509999887,,,,,,,144,54,0,,,,,,,,,,,gutim,18555 +non,396,38,3,13474,9968,6567,938,2383.9805509999887,0.133928571428571,32,1,D4,ppp,5,144,62,5,,,,,,o,,,,,gutim,18556 +nof,396,35,1,13471,9969,,881,2384.101550999989,,,,,,,144,77,0,,,,,,,,,,,gutim,18553 +rst,396,39,1,13475,9969,,967,2384.101550999989,,,,,,,176,102,0,,,,,,,,,,,gutim,18557 +non,396,40,3,13476,9970,6568,970,2384.1145509999888,0.133928571428571,32,1,F#3,ppp,5,144,54,5,,,,,,o,,,,,gutim,18558 +nof,396,38,3,13474,9971,,938,2384.1145509999888,,,,,,,144,62,0,,,,,,,,,,,gutim,18556 +nof,396,40,3,13476,9972,,970,2384.2485509999888,,,,,,,144,54,0,,,,,,,,,,,gutim,18558 +non,396,41,3,13477,9972,6569,1002,2384.2485509999888,0.0920758928571429,32,0,G#2,ppp,5,144,44,5,,,,,,o,,,,,gutim,18559 +non,396,42,3,13478,9972,6569,1002,2384.2485509999888,0.133928571428571,32,0,F#3,ppp,5,144,54,5,,,,,,o,,,,,gutim,18560 +non,396,43,3,13479,9972,6569,1002,2384.2485509999888,0.133928571428571,32,0,D4,ppp,5,144,62,5,,,,,,o,,,,,gutim,18561 +nof,396,41,3,13477,9973,,1002,2384.3405509999884,,,,,,,144,44,0,,,,,,,,,,,gutim,18559 +rst,396,44,1,13480,9973,,1024,2384.3405509999884,,,,,,,176,102,0,,,,,,,,,,,gutim,18562 +non,396,45,3,13481,9973,6570,1024,2384.3405509999884,0.087890625,32,0,D#3,ppp,5,144,51,5,,,,,,o,,,,,gutim,18563 +nof,396,42,3,13478,9974,,1002,2384.3815509999886,,,,,,,144,54,0,,,,,,,,,,,gutim,18560 +nof,396,43,3,13479,9974,,1002,2384.3815509999886,,,,,,,144,62,0,,,,,,,,,,,gutim,18561 +nof,396,45,3,13481,9975,,1024,2384.4275509999884,,,,,,,144,51,0,,,,,,,,,,,gutim,18563 +non,396,46,3,13482,9975,6571,1045,2384.4275509999884,0.087890625,32,0,G#2,ppp,5,144,44,5,,,,,,o,,,,,gutim,18564 +nof,396,46,3,13482,9976,,1045,2384.5155509999886,,,,,,,144,44,0,,,,,,,,,,,gutim,18564 +non,396,47,1,13483,9976,6572,1066,2384.5155509999886,0.267857142857143,16,1,F#3,ppp,5,144,54,5,,,,,,o,,,,,gutim,18565 +non,396,48,1,13484,9976,6572,1066,2384.5155509999886,0.267857142857143,16,1,D4,ppp,5,144,62,5,,,,,,o,,,,,gutim,18566 +non,396,49,3,13485,9976,6572,1066,2384.5155509999886,0.133928571428571,32,1,D#3,ppp,5,144,51,5,,,,,,o,,,,,gutim,18567 +nof,396,49,3,13485,9977,,1066,2384.6495509999886,,,,,,,144,51,0,,,,,,,,,,,gutim,18567 +non,396,50,3,13486,9977,6573,1098,2384.6495509999886,0.133928571428571,32,1,G#2,ppp,5,144,44,5,,,,,,o,,,,,gutim,18568 +nof,396,47,1,13483,9978,,1066,2384.7835509999886,,,,,,,144,54,0,,,,,,,,,,,gutim,18565 +nof,396,48,1,13484,9978,,1066,2384.7835509999886,,,,,,,144,62,0,,,,,,,,,,,gutim,18566 +nof,396,50,3,13486,9979,,1098,2384.7835509999886,,,,,,,144,44,0,,,,,,,,,,,gutim,18568 +non,396,51,1,13487,9979,6574,1130,2384.7835509999886,0.0920758928571429,32,0,Bb5,ppp,5,144,82,5,,,,,,o,,,,,gutim,18569 +non,396,52,3,13488,9979,6574,1130,2384.7835509999886,0.0920758928571429,32,0,G#2,ppp,5,144,44,5,,,,,,o,,,,,gutim,18570 +non,396,53,3,13489,9979,6574,1130,2384.7835509999886,0.133928571428571,32,0,D#3,ppp,5,144,51,5,,,,,,o,,,,,gutim,18571 +ped,396,54,0,13490,9980,,1152,2384.8595509999886,,,,,,,176,64,0,,,,,,,^,,,,gutim,18547 +nof,396,51,1,13487,9981,,1130,2384.8755509999887,,,,,,,144,82,0,,,,,,,,,,,gutim,18569 +nof,396,52,3,13488,9981,,1130,2384.8755509999887,,,,,,,144,44,0,,,,,,,,,,,gutim,18570 +rst,396,55,1,13491,9981,,1152,2384.8755509999887,,,,,,,176,102,0,,,,,,,,,,,gutim,18572 +rst,396,56,3,13492,9981,,1152,2384.8755509999887,,,,,,,176,102,0,,,,,,,,,,,gutim,18573 +nof,396,53,3,13489,9982,,1130,2384.9175509999886,,,,,,,144,51,0,,,,,,,,,,,gutim,18571 +non,396,58,3,13493,9983,6575,1216,2385.1435509999887,0.087890625,32,0,F4,ppp,5,144,65,5,,,,,,o,,,e,,gutim,18574 +ped,396,57,0,13494,9984,,1216,2385.159550999989,,,,,,,176,64,127,,,,,,,V,,,,gutim,18575 +nof,396,58,3,13493,9985,,1216,2385.231550999989,,,,,,,144,65,0,,,,,,,,,,,gutim,18574 +non,396,59,3,13495,9985,6576,1237,2385.231550999989,0.087890625,32,0,Bb3,pp+,9,144,58,9,,,,,,o,,,e,,gutim,18576 +nof,396,59,3,13495,9986,,1237,2385.3195509999887,,,,,,,144,58,0,,,,,,,,,,,gutim,18576 +non,396,60,3,13496,9986,6577,1258,2385.3195509999887,0.0920758928571429,32,0,C3,mp-,13,144,48,13,,,,,,o,,,e,,gutim,18577 +nof,396,60,3,13496,9987,,1258,2385.411550999989,,,,,,,144,48,0,,,,,,,,,,,gutim,18577 +bar,397,0,0,13497,9987,,0,2385.411550999989,,,,,,,,,,397,,,,,,,,,,gutim,18578 +non,397,1,1,13498,9987,6578,0,2385.411550999989,0.087890625,32,0,Ab6,f,20,144,92,20,,,,,,o,,,e,,gutim,18579 +non,397,2,3,13499,9987,6578,0,2385.411550999989,0.267857142857143,16,0,Bb3,mf,17,144,58,17,,,,,,o,,,e,,gutim,18580 +non,397,3,3,13500,9987,6578,0,2385.411550999989,0.267857142857143,16,0,F4,mf,17,144,65,17,,,,,,o,,,e,,gutim,18581 +nof,397,1,1,13498,9988,,0,2385.499550999989,,,,,,,144,92,0,,,,,,,,,,,gutim,18579 +non,397,4,1,13501,9988,6579,21,2385.499550999989,0.179966517857143,16,0,E7,f,20,144,100,20,,,,,,o,,,E,,gutim,18582 +nof,397,2,3,13499,9989,,0,2385.6795509999893,,,,,,,144,58,0,,,,,,,,,,,gutim,18580 +nof,397,3,3,13500,9989,,0,2385.6795509999893,,,,,,,144,65,0,,,,,,,,,,,gutim,18581 +nof,397,4,1,13501,9989,,21,2385.6795509999893,,,,,,,144,100,0,,,,,,,,,,,gutim,18582 +rst,397,5,1,13502,9989,,64,2385.6795509999893,,,,,,,176,102,0,,,,,,,,,,,gutim,18583 +rst,397,6,3,13503,9989,,64,2385.6795509999893,,,,,,,176,102,0,,,,,,,,,,,gutim,18584 +ped,397,7,0,13504,9990,,192,2386.2155509999893,,,,,,,176,64,0,,,,,,,^,,,,gutim,18575 +non,397,8,1,13505,9990,6580,192,2386.2155509999893,0.267857142857143,16,0,G1,p,11,144,31,11,,,,,,o,,d,,,gutim,18585 +rst,397,9,3,13506,9990,,192,2386.2155509999893,,,,,,,176,102,0,,,,,,,,,,,gutim,18586 +nof,397,8,1,13505,9991,,192,2386.482550999989,,,,,,,144,31,0,,,,,,,,,,,gutim,18585 +non,397,10,1,13507,9991,6581,256,2386.482550999989,0.803571428571429,8,1,G1,p,11,144,31,11,,,,,,o,,d,,,gutim,18587 +non,397,11,1,13508,9991,6581,256,2386.482550999989,0.535714285714286,8,1,C#4,p,11,144,61,11,,,,,,o,,d,,,gutim,18588 +non,397,12,3,13509,9991,6581,256,2386.482550999989,0.711495535714286,4,0,Eb1,ff,22,144,27,22,,,,,,o,,d,,,gutim,18589 +non,397,13,3,13510,9991,6581,256,2386.482550999989,1.07142857142857,4,0,C5,ff,22,144,72,22,,,,,,o,,d,,,gutim,18590 +nof,397,11,1,13508,9992,,256,2387.018550999989,,,,,,,144,61,0,,,,,,,,,,,gutim,18588 +nof,397,12,3,13509,9993,,256,2387.194550999989,,,,,,,144,27,0,,,,,,,,,,,gutim,18589 +nof,397,13,3,13510,9993,,256,2387.194550999989,,,,,,,144,72,0,,,,,,,,,,,gutim,18590 +non,397,14,3,13511,9993,6582,426,2387.194550999989,0.179966517857143,16,0,Ab1,ff,22,144,32,22,,,,,,o,,d,,,gutim,18591 +non,397,15,3,13512,9993,6582,426,2387.194550999989,0.267857142857143,16,0,C5,ff,22,144,72,22,,,,,,o,,d,,,gutim,18592 +nof,397,10,1,13507,9994,,256,2387.2865509999892,,,,,,,144,31,0,,,,,,,,,,,gutim,18587 +rst,397,16,1,13513,9994,,448,2387.2865509999892,,,,,,,176,102,0,,,,,,,,,,,gutim,18593 +nof,397,14,3,13511,9995,,426,2387.374550999989,,,,,,,144,32,0,,,,,,,,,,,gutim,18591 +nof,397,15,3,13512,9995,,426,2387.374550999989,,,,,,,144,72,0,,,,,,,,,,,gutim,18592 +non,397,17,3,13514,9995,6583,469,2387.374550999989,0.179966517857143,16,0,Ab1,ff,22,144,32,22,,,,,,o,,d,,,gutim,18594 +non,397,18,3,13515,9995,6583,469,2387.374550999989,0.267857142857143,16,0,C5,ff,22,144,72,22,,,,,,o,,d,,,gutim,18595 +non,397,19,3,13516,9995,6583,469,2387.374550999989,0.267857142857143,16,0,E5,ff,22,144,76,22,,,,,,o,,d,,,gutim,18596 +nof,397,17,3,13514,9996,,469,2387.5545509999893,,,,,,,144,32,0,,,,,,,,,,,gutim,18594 +non,397,21,1,13517,9996,6584,512,2387.5545509999893,1.07142857142857,4,0,D5,pp,8,144,74,8,,,,,,o,,d,,,gutim,18597 +non,397,22,3,13518,9996,6584,512,2387.5545509999893,0.267857142857143,16,1,G1,p,11,144,31,11,,,,,,o,,d,,,gutim,18598 +non,397,23,3,13519,9996,6584,512,2387.5545509999893,0.267857142857143,16,1,C#4,p,11,144,61,11,,,,,,o,,d,,,gutim,18599 +ped,397,20,0,13520,9996,,512,2387.5545509999893,,,,,,,176,64,127,,,,,,,V,,,,gutim,18600 +nof,397,18,3,13515,9997,,469,2387.642550999989,,,,,,,144,72,0,,,,,,,,,,,gutim,18595 +nof,397,19,3,13516,9997,,469,2387.642550999989,,,,,,,144,76,0,,,,,,,,,,,gutim,18596 +nof,397,22,3,13518,9998,,512,2387.8225509999893,,,,,,,144,31,0,,,,,,,,,,,gutim,18598 +nof,397,23,3,13519,9998,,512,2387.8225509999893,,,,,,,144,61,0,,,,,,,,,,,gutim,18599 +non,397,24,3,13521,9998,6585,576,2387.8225509999893,0.17578125,16,0,E5,p,11,144,76,11,,,,,,o,,d,,,gutim,18601 +nof,397,24,3,13521,9999,,576,2387.998550999989,,,,,,,144,76,0,,,,,,,,,,,gutim,18601 +non,397,25,3,13522,9999,6586,618,2387.998550999989,0.179966517857143,16,0,C3,p,11,144,48,11,,,,,,o,,d,,,gutim,18602 +nof,397,25,3,13522,10000,,618,2388.177550999989,,,,,,,144,48,0,,,,,,,,,,,gutim,18602 +non,397,26,3,13523,10000,6587,661,2388.177550999989,0.267857142857143,16,1,Ab2,p,11,144,44,11,,,,,,o,,d,,,gutim,18603 +ped,397,28,0,13524,10001,,742,2388.421550999989,,,,,,,176,64,0,,,,,,,^,,,,gutim,18600 +nof,397,26,3,13523,10002,,661,2388.445550999989,,,,,,,144,44,0,,,,,,,,,,,gutim,18603 +non,397,27,3,13525,10002,6588,725,2388.445550999989,0.179966517857143,16,0,C4,p,11,144,60,11,,,,,,o,,d,,,gutim,18604 +nof,397,21,1,13517,10003,,512,2388.625550999989,,,,,,,144,74,0,,,,,,,,,,,gutim,18597 +nof,397,27,3,13525,10003,,725,2388.625550999989,,,,,,,144,60,0,,,,,,,,,,,gutim,18604 +rst,397,30,1,13526,10003,,768,2388.625550999989,,,,,,,176,102,0,,,,,,,,,,,gutim,18605 +non,397,31,3,13527,10003,6589,768,2388.625550999989,0.087890625,32,0,D5,f,20,144,74,20,,,,,,o,,D 6056,,,gutim,18606 +nof,397,31,3,13527,10004,,768,2388.713550999989,,,,,,,144,74,0,,,,,,,,,,,gutim,18606 +non,397,32,3,13528,10004,6590,789,2388.713550999989,0.087890625,32,0,Eb2,f-,19,144,39,19,,,,,,o,,,,,gutim,18607 +ped,397,29,0,13529,10005,,768,2388.7215509999887,,,,,,,176,64,127,,,,,,,V,,,,gutim,18608 +nof,397,32,3,13528,10006,,789,2388.8015509999886,,,,,,,144,39,0,,,,,,,,,,,gutim,18607 +non,397,33,3,13530,10006,6591,810,2388.8015509999886,0.0920758928571429,32,0,Bb5,mf+,18,144,82,18,,,,,,o,,,,,gutim,18609 +nof,397,33,3,13530,10007,,810,2388.8935509999887,,,,,,,144,82,0,,,,,,,,,,,gutim,18609 +non,397,34,3,13531,10007,6592,832,2388.8935509999887,0.087890625,32,0,Eb2,mf,17,144,39,17,,,,,,o,,,,,gutim,18610 +non,397,35,3,13532,10007,6592,832,2388.8935509999887,0.133928571428571,32,0,Gb2,mf,17,144,42,17,,,,,,o,,,,,gutim,18611 +nof,397,34,3,13531,10008,,832,2388.981550999989,,,,,,,144,39,0,,,,,,,,,,,gutim,18610 +non,397,36,3,13533,10008,6593,853,2388.981550999989,0.133928571428571,32,1,D4,mf-,16,144,62,16,,,,,,o,,,,,gutim,18612 +nof,397,35,3,13532,10009,,832,2389.027550999989,,,,,,,144,42,0,,,,,,,,,,,gutim,18611 +nof,397,36,3,13533,10010,,853,2389.115550999989,,,,,,,144,62,0,,,,,,,,,,,gutim,18612 +non,397,37,3,13534,10010,6594,885,2389.115550999989,0.0460379464285714,64,0,Eb2,mp+,15,144,39,15,,,,,t,o,,,,,gutim,18613 +non,397,38,3,13535,10010,6594,885,2389.115550999989,0.0669642857142857,64,0,Gb2,mp+,15,144,42,15,,,,,t,o,,,,,gutim,18614 +non,397,39,3,13536,10011,,896,2389.1615509999892,0.0418526785714286,64,0,Eb2,,,,,,,,,,T,,,,,,gutim,18615 +non,397,40,3,13537,10011,,896,2389.1615509999892,0.0669642857142857,64,0,Gb2,,,,,,,,,,T,,,,,,gutim,18616 +nof,397,37,3,13534,10012,,885,2389.203550999989,,,,,,,144,39,0,,,,,,,,,,,gutim,18613 +non,397,41,3,13538,10012,6595,906,2389.203550999989,0.133928571428571,32,1,D3,mp,14,144,50,14,,,,,,o,,,,,gutim,18617 +nof,397,38,3,13535,10013,,885,2389.249550999989,,,,,,,144,42,0,,,,,,,,,,,gutim,18614 +nof,397,41,3,13538,10014,,906,2389.3375509999887,,,,,,,144,50,0,,,,,,,,,,,gutim,18617 +non,397,42,3,13539,10014,6596,938,2389.3375509999887,0.133928571428571,32,1,Gb2,mp-,13,144,42,13,,,,,,o,,,,,gutim,18618 +nof,397,42,3,13539,10015,,938,2389.4715509999887,,,,,,,144,42,0,,,,,,,,,,,gutim,18618 +non,397,43,3,13540,10015,6597,970,2389.4715509999887,0.133928571428571,32,1,Eb2,p,11,144,39,11,,,,,,o,,,,,gutim,18619 +nof,397,43,3,13540,10016,,970,2389.6055509999887,,,,,,,144,39,0,,,,,,,,,,,gutim,18619 +ped,397,44,0,13541,10016,,1002,2389.6055509999887,,,,,,,176,64,0,,,,,,,^,,,,gutim,18608 +non,397,45,3,13542,10016,6598,1002,2389.6055509999887,0.0920758928571429,32,0,Ab1,p-,10,144,32,10,,,,,,o,,,,,gutim,18620 +non,397,46,3,13543,10016,6598,1002,2389.6055509999887,0.133928571428571,32,0,Gb2,p-,10,144,42,10,,,,,,o,,,,,gutim,18621 +nof,397,45,3,13542,10017,,1002,2389.697550999989,,,,,,,144,32,0,,,,,,,,,,,gutim,18620 +non,397,47,3,13544,10017,6599,1024,2389.697550999989,0.087890625,32,0,Eb2,pp+,9,144,39,9,,,,,,o,,,,,gutim,18622 +nof,397,46,3,13543,10018,,1002,2389.7395509999888,,,,,,,144,42,0,,,,,,,,,,,gutim,18621 +nof,397,47,3,13544,10019,,1024,2389.785550999989,,,,,,,144,39,0,,,,,,,,,,,gutim,18622 +non,397,48,3,13545,10019,6600,1045,2389.785550999989,0.087890625,32,0,D3,pp,8,144,50,8,,,,,,o,,,,,gutim,18623 +non,397,49,3,13546,10019,6600,1045,2389.785550999989,0.133928571428571,32,0,Bb4,pp,8,144,70,8,,,,,,o,,,,,gutim,18624 +nof,397,48,3,13545,10020,,1045,2389.8735509999888,,,,,,,144,50,0,,,,,,,,,,,gutim,18623 +non,397,50,3,13547,10020,6601,1066,2389.8735509999888,0.133928571428571,32,1,Ab1,pp-,7,144,32,7,,,,,,o,,,,,gutim,18625 +non,397,51,3,13548,10020,6601,1066,2389.8735509999888,0.133928571428571,32,1,Eb2,pp-,7,144,39,7,,,,,,o,,,,,gutim,18626 +nof,397,49,3,13546,10021,,1045,2389.919550999989,,,,,,,144,70,0,,,,,,,,,,,gutim,18624 +nof,397,50,3,13547,10022,,1066,2390.006550999989,,,,,,,144,32,0,,,,,,,,,,,gutim,18625 +nof,397,51,3,13548,10022,,1066,2390.006550999989,,,,,,,144,39,0,,,,,,,,,,,gutim,18626 +non,397,52,3,13549,10022,6602,1098,2390.006550999989,0.0920758928571429,32,0,Bb3,ppp+,6,144,58,6,,,,,,o,,,,,gutim,18627 +nof,397,52,3,13549,10023,,1098,2390.099550999989,,,,,,,144,58,0,,,,,,,,,,,gutim,18627 +non,397,53,3,13550,10023,6603,1120,2390.099550999989,0.133928571428571,32,1,D3,ppp,5,144,50,5,,,,,,o,,,e,,gutim,18628 +nof,397,53,3,13550,10024,,1120,2390.232550999989,,,,,,,144,50,0,,,,,,,,,,,gutim,18628 +non,397,54,3,13551,10024,6604,1152,2390.232550999989,0.133928571428571,32,1,Gb2,ppp,5,144,42,5,,,,,,o,,,e,,gutim,18629 +nof,397,54,3,13551,10025,,1152,2390.366550999989,,,,,,,144,42,0,,,,,,,,,,,gutim,18629 +non,397,55,3,13552,10025,6605,1184,2390.366550999989,0.133928571428571,32,1,Eb2,ppp,5,144,39,5,,,,,,o,,,e,,gutim,18630 +non,397,56,3,13553,10025,6605,1184,2390.366550999989,0.133928571428571,32,1,D3,ppp,5,144,50,5,,,,,,o,,,e,,gutim,18631 +nof,397,55,3,13552,10026,,1184,2390.500550999989,,,,,,,144,39,0,,,,,,,,,,,gutim,18630 +nof,397,56,3,13553,10026,,1184,2390.500550999989,,,,,,,144,50,0,,,,,,,,,,,gutim,18631 +non,397,57,3,13554,10026,6606,1216,2390.500550999989,0.133928571428571,32,1,Ab1,ppp,5,144,32,5,,,,,,o,,,e,,gutim,18632 +non,397,58,3,13555,10026,6606,1216,2390.500550999989,0.133928571428571,32,1,Eb2,ppp,5,144,39,5,,,,,,o,,,e,,gutim,18633 +non,397,59,3,13556,10026,6606,1216,2390.500550999989,0.133928571428571,32,1,Gb2,ppp,5,144,42,5,,,,,,o,,,e,,gutim,18634 +nof,397,57,3,13554,10027,,1216,2390.634550999989,,,,,,,144,32,0,,,,,,,,,,,gutim,18632 +nof,397,58,3,13555,10027,,1216,2390.634550999989,,,,,,,144,39,0,,,,,,,,,,,gutim,18633 +nof,397,59,3,13556,10027,,1216,2390.634550999989,,,,,,,144,42,0,,,,,,,,,,,gutim,18634 +non,397,60,3,13557,10027,6607,1248,2390.634550999989,0.133928571428571,32,1,Bb3,ppp,5,144,58,5,,,,,,o,,,E 6056,,gutim,18635 +nof,397,60,3,13557,10028,,1248,2390.768550999989,,,,,,,144,58,0,,,,,,,,,,,gutim,18635 +bar,398,0,0,13558,10028,,0,2390.768550999989,,,,,,,,,,398,,,,,,,,,,gutim,18636 +sec,398,1,0,13559,10029,,0,2391.0685509999894,,,,,,,,,,,6056,,,,,,,,,gutim,18637 +rst,398,2,1,13560,10029,,0,2391.0685509999894,,,,,,,176,102,0,,,,,,,,,,,gutim,18638 +rst,398,3,3,13561,10029,,0,2391.0685509999894,,,,,,,176,102,0,,,,,,,,,,,gutim,18639 +non,398,4,3,13562,10030,6608,64,2391.3365509999894,0.104631696428571,32,0,B2,p,11,144,47,11,,,,,,o,,,e,,gutim,18640 +non,398,5,3,13563,10030,6608,64,2391.3365509999894,0.133928571428571,32,0,D4,p,11,144,62,11,,,,,,o,,,e,,gutim,18641 +nof,398,4,3,13562,10031,,64,2391.4415509999894,,,,,,,144,47,0,,,,,,,,,,,gutim,18640 +non,398,7,3,13564,10031,6609,89,2391.4415509999894,0.108816964285714,32,0,E2,mp,14,144,40,14,,,,,,o,,,e,,gutim,18642 +ped,398,6,0,13565,10031,,89,2391.4415509999894,,,,,,,176,64,127,,,,,,,V,,,,gutim,18643 +nof,398,5,3,13563,10032,,64,2391.4705509999894,,,,,,,144,62,0,,,,,,,,,,,gutim,18641 +nof,398,7,3,13564,10033,,89,2391.549550999989,,,,,,,144,40,0,,,,,,,,,,,gutim,18642 +non,398,8,3,13566,10033,6610,115,2391.549550999989,0.104631696428571,32,0,F#1,mf-,16,144,30,16,,,,,,o,,,e,,gutim,18644 +non,398,9,3,13567,10033,6610,115,2391.549550999989,0.133928571428571,32,0,D3,mf-,16,144,50,16,,,,,,o,,,e,,gutim,18645 +nof,398,8,3,13566,10034,,115,2391.654550999989,,,,,,,144,30,0,,,,,,,,,,,gutim,18644 +non,398,10,3,13568,10034,6611,140,2391.654550999989,0.108816964285714,32,0,A#0,f-,19,144,22,19,,,,,,o,,,e,,gutim,18646 +non,398,11,3,13569,10034,6611,140,2391.654550999989,0.133928571428571,32,0,E2,f-,19,144,40,19,,,,,,o,,,e,,gutim,18647 +non,398,12,3,13570,10034,6611,140,2391.654550999989,0.133928571428571,32,0,B2,f-,19,144,47,19,,,,,,o,,,e,,gutim,18648 +nof,398,9,3,13567,10035,,115,2391.683550999989,,,,,,,144,50,0,,,,,,,,,,,gutim,18645 +nof,398,10,3,13568,10036,,140,2391.763550999989,,,,,,,144,22,0,,,,,,,,,,,gutim,18646 +nof,398,11,3,13569,10036,,140,2391.763550999989,,,,,,,144,40,0,,,,,,,,,,,gutim,18647 +nof,398,12,3,13570,10036,,140,2391.763550999989,,,,,,,144,47,0,,,,,,,,,,,gutim,18648 +non,398,13,3,13571,10036,6612,166,2391.763550999989,0.108816964285714,32,0,F#1,ff,22,144,30,22,,,,,,o,,,E,,gutim,18649 +non,398,14,3,13572,10036,6612,166,2391.763550999989,0.133928571428571,32,0,E2,ff,22,144,40,22,,,,,,o,,,E,,gutim,18650 +non,398,15,3,13573,10036,6612,166,2391.763550999989,0.133928571428571,32,0,B2,ff,22,144,47,22,,,,,,o,,,E,,gutim,18651 +non,398,16,3,13574,10036,6612,166,2391.763550999989,0.133928571428571,32,0,D3,ff,22,144,50,22,,,,,,o,,,E,,gutim,18652 +nof,398,13,3,13571,10037,,166,2391.8725509999895,,,,,,,144,30,0,,,,,,,,,,,gutim,18649 +rst,398,17,3,13575,10037,,192,2391.8725509999895,,,,,,,176,102,0,,,,,,,,,,,gutim,18653 +nof,398,14,3,13572,10038,,166,2391.897550999989,,,,,,,144,40,0,,,,,,,,,,,gutim,18650 +nof,398,15,3,13573,10038,,166,2391.897550999989,,,,,,,144,47,0,,,,,,,,,,,gutim,18651 +nof,398,16,3,13574,10038,,166,2391.897550999989,,,,,,,144,50,0,,,,,,,,,,,gutim,18652 +non,398,18,1,13576,10039,6613,256,2392.1405509999895,0.17578125,16,0,D3,fff,24,144,50,24,,,,,,o,,,,,gutim,18654 +non,398,19,1,13577,10039,6613,256,2392.1405509999895,0.267857142857143,16,0,C#7,fff,24,144,97,24,,,,,,o,,,,,gutim,18655 +rst,398,20,3,13578,10039,,256,2392.1405509999895,,,,,,,176,102,0,,,,,,,,,,,gutim,18656 +nof,398,18,1,13576,10040,,256,2392.3155509999897,,,,,,,144,50,0,,,,,,,,,,,gutim,18654 +non,398,21,1,13579,10040,6614,298,2392.3155509999897,0.179966517857143,16,0,Ab1,fff,24,144,32,24,,,,,,o,,,,,gutim,18657 +non,398,22,1,13580,10040,6614,298,2392.3155509999897,0.267857142857143,16,0,C5,fff,24,144,72,24,,,,,,o,,,,,gutim,18658 +non,398,23,1,13581,10040,6614,298,2392.3155509999897,0.267857142857143,16,0,E5,fff,24,144,76,24,,,,,,o,,,,,gutim,18659 +nof,398,19,1,13577,10041,,256,2392.4075509999893,,,,,,,144,97,0,,,,,,,,,,,gutim,18655 +nof,398,21,1,13579,10042,,298,2392.4955509999895,,,,,,,144,32,0,,,,,,,,,,,gutim,18657 +rst,398,24,1,13582,10042,,341,2392.4955509999895,,,,,,,176,102,0,,,,,,,,,,,gutim,18660 +nof,398,22,1,13580,10043,,298,2392.5835509999897,,,,,,,144,72,0,,,,,,,,,,,gutim,18658 +nof,398,23,1,13581,10043,,298,2392.5835509999897,,,,,,,144,76,0,,,,,,,,,,,gutim,18659 +ped,398,25,0,13583,10044,,512,2393.2115509999894,,,,,,,176,64,0,,,,,,,^,,,,gutim,18643 +rst,398,26,1,13584,10044,,512,2393.2115509999894,,,,,,,176,102,0,,,,,,,,,,,gutim,18661 +non,398,27,3,13585,10044,6615,512,2393.2115509999894,0.355747767857143,8,0,C1,fff,24,144,24,24,,,,,t,o,,,,,gutim,18662 +non,398,28,1,13586,10045,6616,576,2393.4795509999894,0.087890625,32,0,Db4,ff,22,144,61,22,,,,,,o,,,,,gutim,18663 +nof,398,28,1,13586,10046,,576,2393.567550999989,,,,,,,144,61,0,,,,,,,,,,,gutim,18663 +rst,398,29,1,13587,10046,,597,2393.567550999989,,,,,,,176,102,0,,,,,,,,,,,gutim,18664 +non,398,30,3,13588,10046,,597,2393.567550999989,0.087890625,32,0,C1,,,,,,,,,,T,,,,,,gutim,18665 +non,398,31,3,13589,10046,6617,597,2393.567550999989,0.133928571428571,32,0,G1,f,20,144,31,20,,,,,,o,,,,,gutim,18666 +nof,398,27,3,13585,10047,,512,2393.655550999989,,,,,,,144,24,0,,,,,,,,,,,gutim,18662 +non,398,32,1,13590,10047,6618,618,2393.655550999989,0.0920758928571429,32,0,Db3,f-,19,144,49,19,,,,,,o,,,,,gutim,18667 +rst,398,33,3,13591,10047,,618,2393.655550999989,,,,,,,176,102,0,,,,,,,,,,,gutim,18668 +nof,398,31,3,13589,10048,,597,2393.701550999989,,,,,,,144,31,0,,,,,,,,,,,gutim,18666 +nof,398,32,1,13590,10049,,618,2393.7475509999895,,,,,,,144,49,0,,,,,,,,,,,gutim,18667 +non,398,34,1,13592,10049,6619,640,2393.7475509999895,0.087890625,32,0,Db4,mf,17,144,61,17,,,,,,o,,,,,gutim,18669 +non,398,35,3,13593,10049,6619,640,2393.7475509999895,0.087890625,32,0,C2,mf,17,144,36,17,,,,,,o,,,,,gutim,18670 +nof,398,34,1,13592,10050,,640,2393.835550999989,,,,,,,144,61,0,,,,,,,,,,,gutim,18669 +nof,398,35,3,13593,10050,,640,2393.835550999989,,,,,,,144,36,0,,,,,,,,,,,gutim,18670 +rst,398,36,1,13594,10050,,661,2393.835550999989,,,,,,,176,102,0,,,,,,,,,,,gutim,18671 +non,398,37,3,13595,10050,6620,661,2393.835550999989,0.087890625,32,0,G1,mf-,16,144,31,16,,,,,,o,,,,,gutim,18672 +nof,398,37,3,13595,10051,,661,2393.923550999989,,,,,,,144,31,0,,,,,,,,,,,gutim,18672 +non,398,38,1,13596,10051,6621,682,2393.923550999989,0.0920758928571429,32,0,C3,mp,14,144,48,14,,,,,,o,,,,,gutim,18673 +non,398,39,1,13597,10051,6621,682,2393.923550999989,0.133928571428571,32,0,Db4,mp,14,144,61,14,,,,,,o,,,,,gutim,18674 +rst,398,40,3,13598,10051,,682,2393.923550999989,,,,,,,176,102,0,,,,,,,,,,,gutim,18675 +nof,398,38,1,13596,10052,,682,2394.015550999989,,,,,,,144,48,0,,,,,,,,,,,gutim,18673 +rst,398,41,1,13599,10052,,704,2394.015550999989,,,,,,,176,102,0,,,,,,,,,,,gutim,18676 +non,398,42,3,13600,10052,6622,704,2394.015550999989,0.087890625,32,0,G1,mp-,13,144,31,13,,,,,,o,,,,,gutim,18677 +non,398,43,3,13601,10052,6622,704,2394.015550999989,0.133928571428571,32,0,C2,mp-,13,144,36,13,,,,,,o,,,,,gutim,18678 +nof,398,39,1,13597,10053,,682,2394.0565509999888,,,,,,,144,61,0,,,,,,,,,,,gutim,18674 +nof,398,42,3,13600,10054,,704,2394.102550999989,,,,,,,144,31,0,,,,,,,,,,,gutim,18677 +non,398,44,1,13602,10054,6623,725,2394.102550999989,0.087890625,32,0,C3,p,11,144,48,11,,,,,,o,,,,,gutim,18679 +non,398,45,1,13603,10054,6623,725,2394.102550999989,0.133928571428571,32,0,Db3,p,11,144,49,11,,,,,,o,,,,,gutim,18680 +rst,398,46,3,13604,10054,,725,2394.102550999989,,,,,,,176,102,0,,,,,,,,,,,gutim,18681 +nof,398,43,3,13601,10055,,704,2394.149550999989,,,,,,,144,36,0,,,,,,,,,,,gutim,18678 +nof,398,44,1,13602,10056,,725,2394.190550999989,,,,,,,144,48,0,,,,,,,,,,,gutim,18679 +rst,398,47,1,13605,10056,,746,2394.190550999989,,,,,,,176,102,0,,,,,,,,,,,gutim,18682 +non,398,48,3,13606,10056,6624,746,2394.190550999989,0.0920758928571429,32,0,C2,p-,10,144,36,10,,,,,,o,,,,,gutim,18683 +nof,398,45,1,13603,10057,,725,2394.236550999989,,,,,,,144,49,0,,,,,,,,,,,gutim,18680 +nof,398,48,3,13606,10058,,746,2394.282550999989,,,,,,,144,36,0,,,,,,,,,,,gutim,18683 +non,398,49,1,13607,10058,6625,768,2394.282550999989,0.133928571428571,32,0,Db4,pp,8,144,61,8,,,,,,o,,d,,,gutim,18684 +non,398,50,1,13608,10058,6625,768,2394.282550999989,0.133928571428571,32,0,E4,pp,8,144,64,8,,,,,,o,,d,,,gutim,18685 +non,398,51,3,13609,10058,6625,768,2394.282550999989,0.133928571428571,32,0,G1,pp,8,144,31,8,,,,,,o,,d,,,gutim,18686 +nof,398,49,1,13607,10059,,768,2394.416550999989,,,,,,,144,61,0,,,,,,,,,,,gutim,18684 +nof,398,50,1,13608,10059,,768,2394.416550999989,,,,,,,144,64,0,,,,,,,,,,,gutim,18685 +nof,398,51,3,13609,10059,,768,2394.416550999989,,,,,,,144,31,0,,,,,,,,,,,gutim,18686 +rst,398,52,1,13610,10059,,800,2394.416550999989,,,,,,,176,102,0,,,,,,,,,,,gutim,18687 +non,398,53,3,13611,10059,6626,800,2394.416550999989,0.133928571428571,32,0,Ab1,pp,8,144,32,8,,,,,,o,,d,,,gutim,18688 +nof,398,53,3,13611,10060,,800,2394.550550999989,,,,,,,144,32,0,,,,,,,,,,,gutim,18688 +rst,398,54,1,13612,10060,,832,2394.550550999989,,,,,,,176,102,0,,,,,,,,,,,gutim,18689 +rst,398,55,3,13613,10060,,832,2394.550550999989,,,,,,,176,102,0,,,,,,,,,,,gutim,18690 +non,398,58,3,13614,10061,6627,,2394.818550999989,0.05,8,0,E5,p,11,144,76,11,,,,g,,o,,d,,,gutim,18691 +nof,398,58,3,13614,10062,,,2394.8685509999887,,,,,,,144,76,0,,,,,,,,,,,gutim,18691 +non,398,56,1,13615,10063,6628,896,2394.8935509999887,0.267857142857143,16,0,D5,ff,22,144,74,22,,,,,,o,,d,,,gutim,18692 +non,398,57,1,13616,10063,6628,896,2394.8935509999887,0.267857142857143,16,0,E5,mf,17,144,76,17,,,,,,o,,d,,,gutim,18693 +non,398,59,3,13617,10063,6628,896,2394.8935509999887,0.535714285714286,8,0,Ab2,p,11,144,44,11,,,,,,o,,d,,,gutim,18694 +non,398,60,3,13618,10063,6628,896,2394.8935509999887,0.535714285714286,8,0,Eb3,p,11,144,51,11,,,,,,o,,d,,,gutim,18695 +non,398,61,3,13619,10063,6628,896,2394.8935509999887,0.535714285714286,8,0,Ab3,ff,22,144,56,22,,,,,,o,,d,,,gutim,18696 +nof,398,56,1,13615,10064,,896,2395.161550999989,,,,,,,144,74,0,,,,,,,,,,,gutim,18692 +nof,398,57,1,13616,10064,,896,2395.161550999989,,,,,,,144,76,0,,,,,,,,,,,gutim,18693 +non,398,62,1,13620,10064,6629,960,2395.161550999989,0.267857142857143,16,0,A7,ff,22,144,105,22,,,,,,o,,d,,,gutim,18697 +nof,398,59,3,13617,10065,,896,2395.429550999989,,,,,,,144,44,0,,,,,,,,,,,gutim,18694 +nof,398,60,3,13618,10065,,896,2395.429550999989,,,,,,,144,51,0,,,,,,,,,,,gutim,18695 +nof,398,61,3,13619,10065,,896,2395.429550999989,,,,,,,144,56,0,,,,,,,,,,,gutim,18696 +nof,398,62,1,13620,10065,,960,2395.429550999989,,,,,,,144,105,0,,,,,,,,,,,gutim,18697 +rst,398,64,1,13621,10065,,1024,2395.429550999989,,,,,,,176,102,0,,,,,,,,,,,gutim,18698 +non,398,65,3,13622,10065,6630,,2395.429550999989,0.05,8,0,D3,f,20,144,50,20,,,,g,,o,,d,,,gutim,18699 +nof,398,65,3,13622,10066,,,2395.4795509999885,,,,,,,144,50,0,,,,,,,,,,,gutim,18699 +non,398,66,3,13623,10067,6631,,2395.5045509999886,0.05,8,0,A3,mf+,18,144,57,18,,,,g,,o,,D,,,gutim,18700 +nof,398,66,3,13623,10068,,,2395.5545509999884,,,,,,,144,57,0,,,,,,,,,,,gutim,18700 +non,398,67,3,13624,10069,6632,1024,2395.579550999988,0.087890625,32,0,E2,mf-,16,144,40,16,,,,,,o,,,,,gutim,18701 +ped,398,63,0,13625,10069,,1024,2395.579550999988,,,,,,,176,64,127,,,,,,,V,,,,gutim,18702 +nof,398,67,3,13624,10070,,1024,2395.6675509999877,,,,,,,144,40,0,,,,,,,,,,,gutim,18701 +non,398,68,3,13626,10070,6633,1045,2395.6675509999877,0.087890625,32,0,C1,mp,14,144,24,14,,,,,,o,,,,,gutim,18703 +nof,398,68,3,13626,10071,,1045,2395.755550999988,,,,,,,144,24,0,,,,,,,,,,,gutim,18703 +non,398,69,3,13627,10071,6634,1066,2395.755550999988,0.0920758928571429,32,0,D3,p+,12,144,50,12,,,,,,o,,,,,gutim,18704 +nof,398,69,3,13627,10072,,1066,2395.847550999988,,,,,,,144,50,0,,,,,,,,,,,gutim,18704 +non,398,70,3,13628,10072,6635,1088,2395.847550999988,0.087890625,32,0,Ab1,pp+,9,144,32,9,,,,,,o,,,,,gutim,18705 +ped,398,71,0,13629,10073,,1109,2395.8755509999883,,,,,,,176,64,0,,,,,,,^,,,,gutim,18702 +nof,398,70,3,13628,10074,,1088,2395.935550999988,,,,,,,144,32,0,,,,,,,,,,,gutim,18705 +non,398,72,3,13630,10074,6636,1109,2395.935550999988,0.087890625,32,0,A3,pp-,7,144,57,7,,,,,,o,,,,,gutim,18706 +nof,398,72,3,13630,10075,,1109,2396.0235509999884,,,,,,,144,57,0,,,,,,,,,,,gutim,18706 +non,398,73,3,13631,10075,6637,1130,2396.0235509999884,0.0920758928571429,32,0,C1,ppp,5,144,24,5,,,,,,o,,,,,gutim,18707 +non,398,74,3,13632,10075,6637,1130,2396.0235509999884,0.133928571428571,32,0,Ab1,ppp,5,144,32,5,,,,,,o,,,,,gutim,18708 +non,398,75,3,13633,10075,6637,1130,2396.0235509999884,0.133928571428571,32,0,E2,ppp,5,144,40,5,,,,,,o,,,,,gutim,18709 +non,398,76,3,13634,10075,6637,1130,2396.0235509999884,0.133928571428571,32,0,D3,ppp,5,144,50,5,,,,,,o,,,,,gutim,18710 +nof,398,73,3,13631,10076,,1130,2396.1155509999885,,,,,,,144,24,0,,,,,,,,,,,gutim,18707 +non,398,78,3,13635,10076,6638,1152,2396.1155509999885,0.355747767857143,8,0,A3,ppp,5,144,57,5,,,,,,o,,,,,gutim,18711 +nof,398,74,3,13632,10077,,1130,2396.156550999988,,,,,,,144,32,0,,,,,,,,,,,gutim,18708 +nof,398,75,3,13633,10077,,1130,2396.156550999988,,,,,,,144,40,0,,,,,,,,,,,gutim,18709 +nof,398,76,3,13634,10077,,1130,2396.156550999988,,,,,,,144,50,0,,,,,,,,,,,gutim,18710 +ped,398,77,0,13636,10078,,1152,2396.1755509999884,,,,,,,176,64,127,,,,,,,V,,,,gutim,18712 +nof,398,78,3,13635,10079,,1152,2396.4705509999885,,,,,,,144,57,0,,,,,,,,,,,gutim,18711 +rst,398,79,3,13637,10079,,1237,2396.4705509999885,,,,,,,176,102,0,,,,,,,,,,,gutim,18713 +non,398,80,3,13638,10080,6639,1258,2396.5585509999883,0.0920758928571429,32,0,G1,ppp,5,144,31,5,,,,,,o,,,,,gutim,18714 +nof,398,80,3,13638,10081,,1258,2396.6505509999884,,,,,,,144,31,0,,,,,,,,,,,gutim,18714 +bar,399,0,0,13639,10081,,0,2396.6505509999884,,,,,,,,,,399,,,,,,,,,,gutim,18715 +rst,399,1,1,13640,10081,,0,2396.6505509999884,,,,,,,176,102,0,,,,,,,,,,,gutim,18716 +non,399,2,3,13641,10081,6640,0,2396.6505509999884,0.133928571428571,32,0,E5,ppp,5,144,76,5,,,,,,o,,d,e,,gutim,18717 +nof,399,2,3,13641,10082,,0,2396.7845509999884,,,,,,,144,76,0,,,,,,,,,,,gutim,18717 +non,399,3,3,13642,10082,6641,32,2396.7845509999884,0.133928571428571,32,0,G#2,ppp,5,144,44,5,,,,,,o,,d,e,,gutim,18718 +nof,399,3,3,13642,10083,,32,2396.9185509999884,,,,,,,144,44,0,,,,,,,,,,,gutim,18718 +non,399,4,3,13643,10083,6642,64,2396.9185509999884,0.133928571428571,32,0,G1,ppp,5,144,31,5,,,,,,o,,d,e,,gutim,18719 +non,399,5,3,13644,10083,6642,64,2396.9185509999884,0.133928571428571,32,0,C#5,ppp,5,144,73,5,,,,,,o,,d,e,,gutim,18720 +nof,399,4,3,13643,10084,,64,2397.052550999988,,,,,,,144,31,0,,,,,,,,,,,gutim,18719 +nof,399,5,3,13644,10084,,64,2397.052550999988,,,,,,,144,73,0,,,,,,,,,,,gutim,18720 +non,399,6,3,13645,10084,6643,96,2397.052550999988,0.133928571428571,32,0,E5,ppp,5,144,76,5,,,,,,o,,d,e,,gutim,18721 +nof,399,6,3,13645,10085,,96,2397.186550999988,,,,,,,144,76,0,,,,,,,,,,,gutim,18721 +non,399,7,3,13646,10085,6644,128,2397.186550999988,0.133928571428571,32,0,G#2,ppp,5,144,44,5,,,,,,o,,d,e,,gutim,18722 +nof,399,7,3,13646,10086,,128,2397.320550999988,,,,,,,144,44,0,,,,,,,,,,,gutim,18722 +non,399,8,3,13647,10086,6645,160,2397.320550999988,0.133928571428571,32,0,G1,ppp,5,144,31,5,,,,,,o,,d,E,,gutim,18723 +non,399,9,3,13648,10086,6645,160,2397.320550999988,0.133928571428571,32,0,C4,ppp,5,144,60,5,,,,,,o,,d,E,,gutim,18724 +non,399,10,3,13649,10086,6645,160,2397.320550999988,0.133928571428571,32,0,C#5,ppp,5,144,73,5,,,,,,o,,d 6057,E 6057,,gutim,18725 +sec,399,11,0,13650,10086,,160,2397.320550999988,,,,,,,,,,,6057,,,,,,,,,gutim,18726 +nof,399,8,3,13647,10087,,160,2397.454550999988,,,,,,,144,31,0,,,,,,,,,,,gutim,18723 +nof,399,9,3,13648,10087,,160,2397.454550999988,,,,,,,144,60,0,,,,,,,,,,,gutim,18724 +nof,399,10,3,13649,10087,,160,2397.454550999988,,,,,,,144,73,0,,,,,,,,,,,gutim,18725 +ped,399,12,0,13651,10087,,192,2397.454550999988,,,,,,,176,64,0,,,,,,,^,,,,gutim,18712 +rst,399,13,3,13652,10087,,192,2397.454550999988,,,,,,,176,102,0,,,,,,,,,,,gutim,18727 +rst,399,14,1,13653,10088,,256,2397.722550999988,,,,,,,176,102,0,,,,,,,,,,,gutim,18728 +non,399,15,3,13654,10088,6646,256,2397.722550999988,1.07142857142857,4,0,C1,ff,22,144,24,22,,,,,,o,,,,,gutim,18729 +non,399,16,3,13655,10088,6646,256,2397.722550999988,1.07142857142857,4,0,Eb1,ff,22,144,27,22,,,,,,o,,,,,gutim,18730 +non,399,17,3,13656,10088,6646,256,2397.722550999988,1.07142857142857,4,0,Eb3,ff,22,144,51,22,,,,,,o,,,,,gutim,18731 +non,399,18,1,13657,10089,6647,352,2398.124550999988,0.133928571428571,32,0,B3,mp,14,144,59,14,,,,,,o,,,,,gutim,18732 +nof,399,18,1,13657,10090,,352,2398.257550999988,,,,,,,144,59,0,,,,,,,,,,,gutim,18732 +non,399,20,1,13658,10090,6648,384,2398.257550999988,0.133928571428571,32,0,D5,mp,14,144,74,14,,,,,,o,,,,,gutim,18733 +ped,399,19,0,13659,10090,,384,2398.257550999988,,,,,,,176,64,127,,,,,,,V,,,,gutim,18734 +nof,399,20,1,13658,10091,,384,2398.391550999988,,,,,,,144,74,0,,,,,,,,,,,gutim,18733 +non,399,21,1,13660,10091,6649,416,2398.391550999988,0.133928571428571,32,0,E3,mp,14,144,52,14,,,,,,o,,,,,gutim,18735 +nof,399,21,1,13660,10092,,416,2398.525550999988,,,,,,,144,52,0,,,,,,,,,,,gutim,18735 +non,399,22,1,13661,10092,6650,448,2398.525550999988,0.087890625,32,0,F#2,mp,14,144,42,14,,,,,,o,,,,,gutim,18736 +nof,399,22,1,13661,10093,,448,2398.6135509999876,,,,,,,144,42,0,,,,,,,,,,,gutim,18736 +non,399,23,1,13662,10093,6651,469,2398.6135509999876,0.087890625,32,0,A#1,mp,14,144,34,14,,,,,,o,,,,,gutim,18737 +non,399,24,1,13663,10093,6651,469,2398.6135509999876,0.133928571428571,32,0,E3,mp,14,144,52,14,,,,,,o,,,,,gutim,18738 +non,399,25,1,13664,10093,6651,469,2398.6135509999876,0.133928571428571,32,0,B3,mp,14,144,59,14,,,,,,o,,,,,gutim,18739 +nof,399,23,1,13662,10094,,469,2398.7015509999874,,,,,,,144,34,0,,,,,,,,,,,gutim,18737 +non,399,26,1,13665,10094,6652,490,2398.7015509999874,0.0920758928571429,32,0,F#2,mp,14,144,42,14,,,,,,o,,,,,gutim,18740 +nof,399,24,1,13663,10095,,469,2398.7475509999877,,,,,,,144,52,0,,,,,,,,,,,gutim,18738 +nof,399,25,1,13664,10095,,469,2398.7475509999877,,,,,,,144,59,0,,,,,,,,,,,gutim,18739 +ped,399,27,0,13666,10096,,503,2398.7565509999877,,,,,,,176,64,0,,,,,,,^,,,,gutim,18734 +nof,399,15,3,13654,10097,,256,2398.793550999988,,,,,,,144,24,0,,,,,,,,,,,gutim,18729 +nof,399,16,3,13655,10097,,256,2398.793550999988,,,,,,,144,27,0,,,,,,,,,,,gutim,18730 +nof,399,17,3,13656,10097,,256,2398.793550999988,,,,,,,144,51,0,,,,,,,,,,,gutim,18731 +nof,399,26,1,13665,10098,,490,2398.793550999988,,,,,,,144,42,0,,,,,,,,,,,gutim,18740 +rst,399,28,1,13667,10098,,512,2398.793550999988,,,,,,,176,102,0,,,,,,,,,,,gutim,18741 +non,399,29,3,13668,10098,6653,,2398.793550999988,0.05,8,0,E2,pp,8,144,40,8,,,,g,,o,,,,,gutim,18742 +nof,399,29,3,13668,10099,,,2398.843550999988,,,,,,,144,40,0,,,,,,,,,,,gutim,18742 +non,399,30,3,13669,10100,6654,512,2398.8685509999877,0.711495535714286,4,0,B2,pp,8,144,47,8,,,,,,o,,,,,gutim,18743 +non,399,31,1,13670,10101,6655,576,2399.136550999988,0.087890625,32,0,E5,mf,17,144,76,17,,,,,,o,,,,,gutim,18744 +nof,399,31,1,13670,10102,,576,2399.2245509999875,,,,,,,144,76,0,,,,,,,,,,,gutim,18744 +non,399,32,1,13671,10102,6656,597,2399.2245509999875,0.179966517857143,16,0,G#4,mf+,18,144,68,18,,,,,,o,,,,,gutim,18745 +nof,399,32,1,13671,10103,,597,2399.404550999988,,,,,,,144,68,0,,,,,,,,,,,gutim,18745 +non,399,33,1,13672,10103,6657,640,2399.404550999988,0.087890625,32,0,C7,f,20,144,96,20,,,,,,o,,,,,gutim,18746 +nof,399,33,1,13672,10104,,640,2399.4925509999875,,,,,,,144,96,0,,,,,,,,,,,gutim,18746 +non,399,34,1,13673,10104,6658,661,2399.4925509999875,0.179966517857143,16,0,D6,f+,21,144,86,21,,,,,,o,,,,,gutim,18747 +nof,399,30,3,13669,10105,,512,2399.5805509999873,,,,,,,144,47,0,,,,,,,,,,,gutim,18743 +non,399,35,3,13674,10105,6659,682,2399.5805509999873,0.359933035714286,8,0,E2,pp,8,144,40,8,,,,,,o,,d,,,gutim,18748 +non,399,36,3,13675,10105,6659,682,2399.5805509999873,0.535714285714286,8,0,B2,pp,8,144,47,8,,,,,,o,,d,,,gutim,18749 +non,399,37,3,13676,10105,6659,682,2399.5805509999873,0.535714285714286,8,0,D3,pp,8,144,50,8,,,,,,o,,d,,,gutim,18750 +nof,399,34,1,13673,10106,,661,2399.6725509999874,,,,,,,144,86,0,,,,,,,,,,,gutim,18747 +rst,399,38,1,13677,10106,,704,2399.6725509999874,,,,,,,176,102,0,,,,,,,,,,,gutim,18751 +nof,399,35,3,13674,10107,,682,2399.9405509999874,,,,,,,144,40,0,,,,,,,,,,,gutim,18748 +non,399,39,1,13678,10107,6660,768,2399.9405509999874,1.07142857142857,4,0,E3,f+,21,144,52,21,,,,,,o,,,,,gutim,18752 +non,399,40,3,13679,10107,6660,768,2399.9405509999874,0.535714285714286,8,0,C1,ff,22,144,24,22,,,,,,o,,d,,,gutim,18753 +non,399,41,3,13680,10107,6660,768,2399.9405509999874,0.535714285714286,8,0,Ab2,ff,22,144,44,22,,,,,,o,,d,,,gutim,18754 +non,399,42,3,13681,10107,6660,768,2399.9405509999874,0.535714285714286,8,0,Eb3,ff,22,144,51,22,,,,,,o,,d,,,gutim,18755 +nof,399,36,3,13675,10108,,682,2400.115550999987,,,,,,,144,47,0,,,,,,,,,,,gutim,18749 +nof,399,37,3,13676,10108,,682,2400.115550999987,,,,,,,144,50,0,,,,,,,,,,,gutim,18750 +nof,399,40,3,13679,10109,,768,2400.475550999987,,,,,,,144,24,0,,,,,,,,,,,gutim,18753 +nof,399,41,3,13680,10109,,768,2400.475550999987,,,,,,,144,44,0,,,,,,,,,,,gutim,18754 +nof,399,42,3,13681,10109,,768,2400.475550999987,,,,,,,144,51,0,,,,,,,,,,,gutim,18755 +non,399,43,3,13682,10109,6661,896,2400.475550999987,0.535714285714286,8,0,Ab2,mp,14,144,44,14,,,,,,o,,d,,,gutim,18756 +nof,399,43,3,13682,10110,,896,2401.011550999987,,,,,,,144,44,0,,,,,,,,,,,gutim,18756 +rst,399,44,1,13683,10110,,1024,2401.011550999987,,,,,,,176,102,0,,,,,,,,,,,gutim,18757 +non,399,45,3,13684,10110,6662,1024,2401.011550999987,0.355747767857143,8,0,C4,mp,14,144,60,14,,,,,,o,,d,,,gutim,18758 +nof,399,39,1,13678,10111,,768,2401.011550999987,,,,,,,144,52,0,,,,,,,,,,,gutim,18752 +nof,399,45,3,13684,10112,,1024,2401.3675509999866,,,,,,,144,60,0,,,,,,,,,,,gutim,18758 +non,399,47,3,13685,10112,6663,1109,2401.3675509999866,0.355747767857143,8,0,E6,mp,14,144,88,14,,,,,,o,,d,,,gutim,18759 +ped,399,46,0,13686,10112,,1109,2401.3675509999866,,,,,,,176,64,127,,,,,,,V,,,,gutim,18760 +nof,399,47,3,13685,10113,,1109,2401.7235509999864,,,,,,,144,88,0,,,,,,,,,,,gutim,18759 +rst,399,48,3,13687,10113,,1194,2401.7235509999864,,,,,,,176,102,0,,,,,,,,,,,gutim,18761 +bar,400,0,0,13688,10114,,0,2402.082550999987,,,,,,,,,,400,,,,,,,,,,gutim,18762 +rst,400,1,1,13689,10114,,0,2402.082550999987,,,,,,,176,102,0,,,,,,,,,,,gutim,18763 +rst,400,2,3,13690,10114,,0,2402.082550999987,,,,,,,176,102,0,,,,,,,,,,,gutim,18764 +non,400,3,1,13691,10115,6664,85,2402.4385509999865,0.179966517857143,16,0,C#7,f,20,144,97,20,,,,,,o,,d,,,gutim,18765 +non,400,4,3,13692,10115,6664,85,2402.4385509999865,0.179966517857143,16,0,D3,f,20,144,50,20,,,,,,o,,d,,,gutim,18766 +nof,400,3,1,13691,10116,,85,2402.6185509999864,,,,,,,144,97,0,,,,,,,,,,,gutim,18765 +nof,400,4,3,13692,10116,,85,2402.6185509999864,,,,,,,144,50,0,,,,,,,,,,,gutim,18766 +non,400,5,1,13693,10116,6665,128,2402.6185509999864,0.17578125,16,0,C5,f,20,144,72,20,,,,,,o,,d,,,gutim,18767 +non,400,6,1,13694,10116,6665,128,2402.6185509999864,0.267857142857143,16,0,E5,f,20,144,76,20,,,,,,o,,d,,,gutim,18768 +non,400,7,3,13695,10116,6665,128,2402.6185509999864,0.17578125,16,0,Ab1,f,20,144,32,20,,,,,,o,,d,,,gutim,18769 +nof,400,5,1,13693,10117,,128,2402.7945509999863,,,,,,,144,72,0,,,,,,,,,,,gutim,18767 +nof,400,7,3,13695,10117,,128,2402.7945509999863,,,,,,,144,32,0,,,,,,,,,,,gutim,18769 +rst,400,8,1,13696,10117,,170,2402.7945509999863,,,,,,,176,102,0,,,,,,,,,,,gutim,18770 +rst,400,9,3,13697,10117,,170,2402.7945509999863,,,,,,,176,102,0,,,,,,,,,,,gutim,18771 +nof,400,6,1,13694,10118,,128,2402.886550999986,,,,,,,144,76,0,,,,,,,,,,,gutim,18768 +ped,400,10,0,13698,10119,,212,2402.970550999986,,,,,,,176,64,0,,,,,,,^,,,,gutim,18760 +non,400,11,1,13699,10120,6666,256,2403.154550999986,0.133928571428571,32,0,B3,fff,24,144,59,24,,,,,,o,,d,,,gutim,18772 +non,400,12,1,13700,10120,6666,256,2403.154550999986,0.133928571428571,32,0,C5,fff,24,144,72,24,,,,,,o,,d,,,gutim,18773 +non,400,13,3,13701,10120,6666,256,2403.154550999986,0.133928571428571,32,0,Eb1,fff,24,144,27,24,,,,,,o,,d,,,gutim,18774 +non,400,14,3,13702,10120,6666,256,2403.154550999986,0.133928571428571,32,0,Gb1,fff,24,144,30,24,,,,,,o,,d,,,gutim,18775 +nof,400,11,1,13699,10121,,256,2403.288550999986,,,,,,,144,59,0,,,,,,,,,,,gutim,18772 +nof,400,12,1,13700,10121,,256,2403.288550999986,,,,,,,144,72,0,,,,,,,,,,,gutim,18773 +nof,400,13,3,13701,10121,,256,2403.288550999986,,,,,,,144,27,0,,,,,,,,,,,gutim,18774 +nof,400,14,3,13702,10121,,256,2403.288550999986,,,,,,,144,30,0,,,,,,,,,,,gutim,18775 +non,400,15,1,13703,10121,6667,288,2403.288550999986,0.133928571428571,32,0,G3,fff,24,144,55,24,,,,,,o,,d,,,gutim,18776 +non,400,16,1,13704,10121,6667,288,2403.288550999986,0.133928571428571,32,0,B3,fff,24,144,59,24,,,,,,o,,d,,,gutim,18777 +non,400,17,3,13705,10121,6667,288,2403.288550999986,0.133928571428571,32,0,Eb1,fff,24,144,27,24,,,,,,o,,d,,,gutim,18778 +non,400,18,3,13706,10121,6667,288,2403.288550999986,0.133928571428571,32,0,Gb1,fff,24,144,30,24,,,,,,o,,d,,,gutim,18779 +nof,400,15,1,13703,10122,,288,2403.422550999986,,,,,,,144,55,0,,,,,,,,,,,gutim,18776 +nof,400,16,1,13704,10122,,288,2403.422550999986,,,,,,,144,59,0,,,,,,,,,,,gutim,18777 +nof,400,17,3,13705,10122,,288,2403.422550999986,,,,,,,144,27,0,,,,,,,,,,,gutim,18778 +nof,400,18,3,13706,10122,,288,2403.422550999986,,,,,,,144,30,0,,,,,,,,,,,gutim,18779 +rst,400,19,1,13707,10122,,320,2403.422550999986,,,,,,,176,102,0,,,,,,,,,,,gutim,18780 +rst,400,20,3,13708,10122,,320,2403.422550999986,,,,,,,176,102,0,,,,,,,,,,,gutim,18781 +non,400,22,1,13709,10123,6668,512,2404.225550999986,0.318080357142857,16,1,B2,p,11,144,47,11,,,,,,o,,d,,,gutim,18782 +rst,400,23,3,13710,10123,,512,2404.225550999986,,,,,,,176,102,0,,,,,,,,,,,gutim,18783 +ped,400,21,0,13711,10123,,512,2404.225550999986,,,,,,,176,64,127,,,,,,,V,,,,gutim,18784 +nof,400,22,1,13709,10124,,512,2404.543550999986,,,,,,,144,47,0,,,,,,,,,,,gutim,18782 +non,400,24,1,13712,10124,6669,588,2404.543550999986,0.217633928571429,16,0,Bb4,p,11,144,70,11,,,,,,o,,d,,,gutim,18785 +nof,400,24,1,13712,10125,,588,2404.761550999986,,,,,,,144,70,0,,,,,,,,,,,gutim,18785 +non,400,25,1,13713,10125,6670,640,2404.761550999986,0.17578125,16,0,E6,p,11,144,88,11,,,,,,o,,d,,,gutim,18786 +nof,400,25,1,13713,10126,,640,2404.9375509999863,,,,,,,144,88,0,,,,,,,,,,,gutim,18786 +non,400,26,1,13714,10126,6671,682,2404.9375509999863,0.179966517857143,16,0,B3,p,11,144,59,11,,,,,,o,,d,,,gutim,18787 +nof,400,26,1,13714,10127,,682,2405.117550999986,,,,,,,144,59,0,,,,,,,,,,,gutim,18787 +non,400,27,1,13715,10127,6672,725,2405.117550999986,0.179966517857143,16,0,Bb5,p,11,144,82,11,,,,,,o,,d,,,gutim,18788 +nof,400,27,1,13715,10128,,725,2405.297550999986,,,,,,,144,82,0,,,,,,,,,,,gutim,18788 +rst,400,28,1,13716,10128,,768,2405.297550999986,,,,,,,176,102,0,,,,,,,,,,,gutim,18789 +non,400,29,3,13717,10128,6673,768,2405.297550999986,0.087890625,32,0,F#2,p,11,144,42,11,,,,,,o,,d,,,gutim,18790 +non,400,30,3,13718,10128,6673,768,2405.297550999986,0.133928571428571,32,0,B3,p,11,144,59,11,,,,,,o,,d,,,gutim,18791 +nof,400,29,3,13717,10129,,768,2405.3855509999858,,,,,,,144,42,0,,,,,,,,,,,gutim,18790 +non,400,31,3,13719,10129,6674,789,2405.3855509999858,0.087890625,32,0,D4,p,11,144,62,11,,,,,,o,,d,,,gutim,18792 +nof,400,30,3,13718,10130,,768,2405.431550999986,,,,,,,144,59,0,,,,,,,,,,,gutim,18791 +nof,400,31,3,13719,10131,,789,2405.473550999986,,,,,,,144,62,0,,,,,,,,,,,gutim,18792 +non,400,32,3,13720,10131,6675,810,2405.473550999986,0.0920758928571429,32,0,F#2,p,11,144,42,11,,,,,,o,,d,,,gutim,18793 +nof,400,32,3,13720,10132,,810,2405.565550999986,,,,,,,144,42,0,,,,,,,,,,,gutim,18793 +rst,400,33,1,13721,10132,,832,2405.565550999986,,,,,,,176,102,0,,,,,,,,,,,gutim,18794 +non,400,34,3,13722,10132,6676,832,2405.565550999986,0.133928571428571,32,0,B3,p,11,144,59,11,,,,,,o,,d,,,gutim,18795 +non,400,35,3,13723,10132,6676,832,2405.565550999986,0.133928571428571,32,0,D4,p,11,144,62,11,,,,,,o,,d,,,gutim,18796 +non,400,36,3,13724,10132,6676,832,2405.565550999986,0.133928571428571,32,0,Bb4,p,11,144,70,11,,,,,,o,,d,,,gutim,18797 +nof,400,34,3,13722,10133,,832,2405.699550999986,,,,,,,144,59,0,,,,,,,,,,,gutim,18795 +nof,400,35,3,13723,10133,,832,2405.699550999986,,,,,,,144,62,0,,,,,,,,,,,gutim,18796 +nof,400,36,3,13724,10133,,832,2405.699550999986,,,,,,,144,70,0,,,,,,,,,,,gutim,18797 +non,400,37,3,13725,10133,6677,864,2405.699550999986,0.133928571428571,32,0,F#2,p,11,144,42,11,,,,,,o,,D 6058,,,gutim,18798 +nof,400,37,3,13725,10134,,864,2405.832550999986,,,,,,,144,42,0,,,,,,,,,,,gutim,18798 +rst,400,38,1,13726,10134,,896,2405.832550999986,,,,,,,176,102,0,,,,,,,,,,,gutim,18799 +rst,400,39,3,13727,10134,,896,2405.832550999986,,,,,,,176,102,0,,,,,,,,,,,gutim,18800 +rst,400,40,1,13728,10135,,1024,2406.368550999986,,,,,,,176,102,0,,,,,,,,,,,gutim,18801 +rst,400,41,3,13729,10135,,1024,2406.368550999986,,,,,,,176,102,0,,,,,,,,,,,gutim,18802 +ped,400,42,0,13730,10136,,1279,2407.435550999986,,,,,,,176,64,0,,,,,,,^,,,,gutim,18784 +bar,401,0,0,13731,10137,,0,2407.440550999986,,,,,,,,,,401,,,,,,,,,,gutim,18803 +sec,401,1,0,13732,10138,,0,2408.440550999986,,,,,,,,,,,6058,,,,,,,,,gutim,18804 +bpm,401,1,0,13732,10138,,0,2408.440550999986,,2,,,,,,,,,,56,,,,,,,,gutim,18805 +rst,401,2,1,13733,10138,,0,2408.440550999986,,,,,,,176,102,0,,,,,,,,,,,gutim,18806 +rst,401,3,3,13734,10138,,0,2408.440550999986,,,,,,,176,102,0,,,,,,,,,,,gutim,18807 +non,401,4,1,13735,10139,6678,256,2409.511550999986,0.267857142857143,16,0,E7,fff,24,144,100,24,,,,,,o,,,,,gutim,18808 +non,401,5,3,13736,10139,6678,256,2409.511550999986,0.267857142857143,16,0,Ab2,fff,24,144,44,24,,,,,,o,,,,,gutim,18809 +non,401,6,3,13737,10139,6678,256,2409.511550999986,0.267857142857143,16,0,Eb3,fff,24,144,51,24,,,,,,o,,,,,gutim,18810 +nof,401,4,1,13735,10140,,256,2409.779550999986,,,,,,,144,100,0,,,,,,,,,,,gutim,18808 +nof,401,5,3,13736,10140,,256,2409.779550999986,,,,,,,144,44,0,,,,,,,,,,,gutim,18809 +nof,401,6,3,13737,10140,,256,2409.779550999986,,,,,,,144,51,0,,,,,,,,,,,gutim,18810 +non,401,8,1,13738,10140,6679,320,2409.779550999986,0.133928571428571,32,0,A4,fff,24,144,69,24,,,,,,o,,,,,gutim,18811 +non,401,9,1,13739,10140,6679,320,2409.779550999986,0.133928571428571,32,0,E7,fff,24,144,100,24,,,,,,o,,,,,gutim,18812 +rst,401,10,3,13740,10140,,320,2409.779550999986,,,,,,,176,102,0,,,,,,,,,,,gutim,18813 +ped,401,7,0,13741,10140,,320,2409.779550999986,,,,,,,176,64,127,,,,,,,V,,,,gutim,18814 +nof,401,8,1,13738,10141,,320,2409.913550999986,,,,,,,144,69,0,,,,,,,,,,,gutim,18811 +nof,401,9,1,13739,10141,,320,2409.913550999986,,,,,,,144,100,0,,,,,,,,,,,gutim,18812 +rst,401,11,1,13742,10141,,352,2409.913550999986,,,,,,,176,102,0,,,,,,,,,,,gutim,18815 +ped,401,12,0,13743,10142,,384,2409.985550999986,,,,,,,176,64,0,,,,,,,^,,,,gutim,18814 +rst,401,13,1,13744,10143,,384,2410.047550999986,,,,,,,176,102,0,,,,,,,,,,,gutim,18816 +non,401,14,3,13745,10143,6680,384,2410.047550999986,0.087890625,32,0,C1,fff,24,144,24,24,,,,,,o,,,,,gutim,18817 +nof,401,14,3,13745,10144,,384,2410.1355509999858,,,,,,,144,24,0,,,,,,,,,,,gutim,18817 +non,401,15,3,13746,10144,6681,405,2410.1355509999858,0.087890625,32,0,Ab1,ff+,23,144,32,23,,,,,,o,,,,,gutim,18818 +nof,401,15,3,13746,10145,,405,2410.2235509999855,,,,,,,144,32,0,,,,,,,,,,,gutim,18818 +non,401,17,3,13747,10145,6682,426,2410.2235509999855,0.0920758928571429,32,0,Eb2,f+,21,144,39,21,,,,,,o,,,,,gutim,18819 +ped,401,16,0,13748,10146,,426,2410.2855509999854,,,,,,,176,64,127,,,,,,,V,,,,gutim,18820 +nof,401,17,3,13747,10147,,426,2410.315550999985,,,,,,,144,39,0,,,,,,,,,,,gutim,18819 +non,401,18,3,13749,10147,6683,448,2410.315550999985,0.133928571428571,32,0,C1,f,20,144,24,20,,,,,,o,,,,,gutim,18821 +non,401,19,3,13750,10147,6683,448,2410.315550999985,0.133928571428571,32,0,Ab1,f,20,144,32,20,,,,,,o,,,,,gutim,18822 +nof,401,18,3,13749,10148,,448,2410.449550999985,,,,,,,144,24,0,,,,,,,,,,,gutim,18821 +nof,401,19,3,13750,10148,,448,2410.449550999985,,,,,,,144,32,0,,,,,,,,,,,gutim,18822 +non,401,20,3,13751,10148,6684,480,2410.449550999985,0.133928571428571,32,0,Eb3,mf+,18,144,51,18,,,,,,o,,,,,gutim,18823 +rst,401,21,1,13752,10149,,512,2410.582550999985,,,,,,,176,102,0,,,,,,,,,,,gutim,18824 +non,401,22,3,13753,10149,6685,512,2410.582550999985,0.133928571428571,32,0,Ab1,mf-,16,144,32,16,,,,,,o,,,,,gutim,18825 +nof,401,20,3,13751,10150,,480,2410.657550999985,,,,,,,144,51,0,,,,,,,,,,,gutim,18823 +nof,401,22,3,13753,10151,,512,2410.716550999985,,,,,,,144,32,0,,,,,,,,,,,gutim,18825 +non,401,23,3,13754,10151,6686,544,2410.716550999985,0.133928571428571,32,0,A3,mp,14,144,57,14,,,,,,o,,,,,gutim,18826 +nof,401,23,3,13754,10152,,544,2410.850550999985,,,,,,,144,57,0,,,,,,,,,,,gutim,18826 +non,401,24,3,13755,10152,6687,576,2410.850550999985,0.133928571428571,32,0,E4,p+,12,144,64,12,,,,,,o,,,,,gutim,18827 +nof,401,24,3,13755,10153,,576,2410.984550999985,,,,,,,144,64,0,,,,,,,,,,,gutim,18827 +non,401,25,3,13756,10153,6688,608,2410.984550999985,0.133928571428571,32,0,A2,p-,10,144,45,10,,,,,,o,,,,,gutim,18828 +nof,401,25,3,13756,10154,,608,2411.118550999985,,,,,,,144,45,0,,,,,,,,,,,gutim,18828 +rst,401,26,1,13757,10154,,640,2411.118550999985,,,,,,,176,102,0,,,,,,,,,,,gutim,18829 +non,401,27,3,13758,10154,6689,640,2411.118550999985,0.17578125,16,0,C1,pp,8,144,24,8,,,,,,o,,,,,gutim,18830 +non,401,28,3,13759,10154,6689,640,2411.118550999985,0.267857142857143,16,0,Ab1,pp,8,144,32,8,,,,,,o,,,,,gutim,18831 +nof,401,27,3,13758,10155,,640,2411.2945509999854,,,,,,,144,24,0,,,,,,,,,,,gutim,18830 +non,401,29,3,13760,10155,6690,682,2411.2945509999854,0.179966517857143,16,0,E5,ppp,5,144,76,5,,,,,,o,,,,,gutim,18832 +nof,401,28,3,13759,10156,,640,2411.386550999985,,,,,,,144,32,0,,,,,,,,,,,gutim,18831 +ped,401,30,0,13761,10157,,725,2411.4145509999853,,,,,,,176,64,0,,,,,,,^,,,,gutim,18820 +nof,401,29,3,13760,10158,,682,2411.4745509999852,,,,,,,144,76,0,,,,,,,,,,,gutim,18832 +non,401,31,3,13762,10158,6691,725,2411.4745509999852,0.179966517857143,16,0,A2,ppp,5,144,45,5,,,,,,o,,,,,gutim,18833 +nof,401,31,3,13762,10159,,725,2411.654550999985,,,,,,,144,45,0,,,,,,,,,,,gutim,18833 +non,401,33,1,13763,10159,6692,768,2411.654550999985,0.0669642857142857,64,0,A7,p,11,144,105,11,,,,,,o,,,e,,gutim,18834 +non,401,34,3,13764,10159,6692,768,2411.654550999985,0.535714285714286,8,0,C4,pp,8,144,60,8,,,,,,o,,,,,gutim,18835 +ped,401,32,0,13765,10160,,768,2411.714550999985,,,,,,,176,64,127,,,,,,,V,,,,gutim,18836 +nof,401,33,1,13763,10161,,768,2411.721550999985,,,,,,,144,105,0,,,,,,,,,,,gutim,18834 +non,401,35,1,13766,10161,6693,784,2411.721550999985,0.0669642857142857,64,0,Bb4,p,11,144,70,11,,,,,,o,,,e,,gutim,18837 +nof,401,35,1,13766,10162,,784,2411.788550999985,,,,,,,144,70,0,,,,,,,,,,,gutim,18837 +non,401,36,1,13767,10162,6694,800,2411.788550999985,0.0669642857142857,64,0,C#7,p,11,144,97,11,,,,,,o,,,e,,gutim,18838 +nof,401,36,1,13767,10163,,800,2411.855550999985,,,,,,,144,97,0,,,,,,,,,,,gutim,18838 +non,401,37,1,13768,10163,6695,816,2411.855550999985,0.0669642857142857,64,0,A7,p-,10,144,105,10,,,,,,o,,,e,,gutim,18839 +nof,401,37,1,13768,10164,,816,2411.922550999985,,,,,,,144,105,0,,,,,,,,,,,gutim,18839 +non,401,38,1,13769,10164,6696,832,2411.922550999985,0.0669642857142857,64,0,C#7,p-,10,144,97,10,,,,,,o,,,e,,gutim,18840 +nof,401,38,1,13769,10165,,832,2411.989550999985,,,,,,,144,97,0,,,,,,,,,,,gutim,18840 +non,401,39,1,13770,10165,6697,848,2411.989550999985,0.0669642857142857,64,0,E4,p-,10,144,64,10,,,,,,o,,,e,,gutim,18841 +nof,401,39,1,13770,10166,,848,2412.056550999985,,,,,,,144,64,0,,,,,,,,,,,gutim,18841 +non,401,40,1,13771,10166,6698,864,2412.056550999985,0.0669642857142857,64,0,A7,p-,10,144,105,10,,,,,,o,,,e,,gutim,18842 +nof,401,40,1,13771,10167,,864,2412.123550999985,,,,,,,144,105,0,,,,,,,,,,,gutim,18842 +non,401,41,1,13772,10167,6699,880,2412.123550999985,0.0669642857142857,64,0,C#7,p-,10,144,97,10,,,,,,o,,,e,,gutim,18843 +nof,401,41,1,13772,10168,,880,2412.190550999985,,,,,,,144,97,0,,,,,,,,,,,gutim,18843 +non,401,42,1,13773,10168,6700,896,2412.190550999985,0.104631696428571,32,0,Bb4,pp+,9,144,70,9,,,,,,o,,,e,,gutim,18844 +non,401,43,3,13774,10168,6700,896,2412.190550999985,0.535714285714286,8,0,Eb5,pp,8,144,75,8,,,,,,o,,,E,,gutim,18845 +nof,401,34,3,13764,10169,,768,2412.190550999985,,,,,,,144,60,0,,,,,,,,,,,gutim,18835 +nof,401,42,1,13773,10170,,896,2412.2945509999854,,,,,,,144,70,0,,,,,,,,,,,gutim,18844 +non,401,44,1,13775,10170,6701,921,2412.2945509999854,0.108816964285714,32,0,E4,pp+,9,144,64,9,,,,,,o,,,e,,gutim,18846 +nof,401,44,1,13775,10171,,921,2412.4035509999853,,,,,,,144,64,0,,,,,,,,,,,gutim,18846 +non,401,45,1,13776,10171,6702,947,2412.4035509999853,0.104631696428571,32,0,A7,pp+,9,144,105,9,,,,,,o,,,e,,gutim,18847 +nof,401,45,1,13776,10172,,947,2412.5085509999853,,,,,,,144,105,0,,,,,,,,,,,gutim,18847 +non,401,46,1,13777,10172,6703,972,2412.5085509999853,0.108816964285714,32,0,C#7,pp,8,144,97,8,,,,,,o,,,e,,gutim,18848 +nof,401,46,1,13777,10173,,972,2412.6165509999855,,,,,,,144,97,0,,,,,,,,,,,gutim,18848 +non,401,47,1,13778,10173,6704,998,2412.6165509999855,0.108816964285714,32,0,F5,pp,8,144,77,8,,,,,,o,,,E 6059,,gutim,18849 +nof,401,43,3,13774,10174,,896,2412.7255509999854,,,,,,,144,75,0,,,,,,,,,,,gutim,18845 +nof,401,47,1,13778,10175,,998,2412.7255509999854,,,,,,,144,77,0,,,,,,,,,,,gutim,18849 +non,401,48,1,13779,10175,6705,,2412.7255509999854,0.05,8,0,Bb2,pp,8,144,46,8,,,,g,,o,,d,,,gutim,18850 +nof,401,48,1,13779,10176,,,2412.7755509999856,,,,,,,144,46,0,,,,,,,,,,,gutim,18850 +non,401,49,1,13780,10177,6706,,2412.8005509999857,0.05,8,0,Db3,pp,8,144,49,8,,,,g,,o,,d,,,gutim,18851 +nof,401,49,1,13780,10178,,,2412.850550999986,,,,,,,144,49,0,,,,,,,,,,,gutim,18851 +non,401,50,1,13781,10179,6707,1024,2412.875550999986,1.07142857142857,4,0,E5,ff,22,144,76,22,,,,,,o,,d,,t,gutim,18852 +non,401,51,1,13782,10179,6707,1024,2412.875550999986,1.07142857142857,4,0,A5,p,11,144,81,11,,,,,,o,,d,,t,gutim,18853 +non,401,52,3,13783,10179,6707,1024,2412.875550999986,0.535714285714286,8,0,A1,pp,8,144,33,8,,,,,,o,,d,,,gutim,18854 +non,401,53,3,13784,10179,6707,1024,2412.875550999986,0.535714285714286,8,0,C5,pp,8,144,72,8,,,,,,o,,d,,,gutim,18855 +nof,401,52,3,13783,10180,,1024,2413.411550999986,,,,,,,144,33,0,,,,,,,,,,,gutim,18854 +nof,401,53,3,13784,10180,,1024,2413.411550999986,,,,,,,144,72,0,,,,,,,,,,,gutim,18855 +ped,401,54,0,13785,10180,,1152,2413.411550999986,,,,,,,176,64,0,,,,,,,^,,,,gutim,18836 +non,401,55,3,13786,10180,6708,1152,2413.411550999986,0.535714285714286,8,0,A1,pp,8,144,33,8,,,,,,o,,d,,t,gutim,18856 +non,401,56,3,13787,10180,6708,1152,2413.411550999986,0.535714285714286,8,0,C#2,pp,8,144,37,8,,,,,,o,,d,,t,gutim,18857 +non,401,57,3,13788,10180,6708,1152,2413.411550999986,0.535714285714286,8,0,F2,pp,8,144,41,8,,,,,,o,,d,,t,gutim,18858 +non,401,58,3,13789,10180,6708,1152,2413.411550999986,0.535714285714286,8,0,C5,pp,8,144,72,8,,,,,,o,,d,,t,gutim,18859 +nof,401,55,3,13786,10181,,1152,2413.947550999986,,,,,,,144,33,0,,,,,,,,,,,gutim,18856 +nof,401,56,3,13787,10181,,1152,2413.947550999986,,,,,,,144,37,0,,,,,,,,,,,gutim,18857 +nof,401,57,3,13788,10181,,1152,2413.947550999986,,,,,,,144,41,0,,,,,,,,,,,gutim,18858 +nof,401,58,3,13789,10181,,1152,2413.947550999986,,,,,,,144,72,0,,,,,,,,,,,gutim,18859 +bar,402,0,0,13790,10181,,0,2413.947550999986,,,,,,,,,,402,,,,,,,,,,gutim,18860 +non,402,1,1,13791,10181,6709,0,2413.947550999986,0.803571428571429,8,1,G5,pp,8,144,79,8,,,,,,o,,d,,,gutim,18861 +non,402,2,3,13792,10181,6709,0,2413.947550999986,0.535714285714286,8,0,D6,p,11,144,86,11,,,,,,o,,d,,t,gutim,18862 +nof,401,50,1,13781,10182,,1024,2413.947550999986,,,,,,,144,76,0,,,,,,,,,,,gutim,18852 +nof,401,51,1,13782,10182,,1024,2413.947550999986,,,,,,,144,81,0,,,,,,,,,,,gutim,18853 +nof,402,2,3,13792,10183,,0,2414.482550999986,,,,,,,144,86,0,,,,,,,,,,,gutim,18862 +non,402,3,3,13793,10183,6710,128,2414.482550999986,0.535714285714286,8,0,G#5,p,11,144,80,11,,,,,,o,,d,,t,gutim,18863 +nof,402,1,1,13791,10184,,0,2414.750550999986,,,,,,,144,79,0,,,,,,,,,,,gutim,18861 +non,402,4,1,13794,10184,6711,192,2414.750550999986,0.267857142857143,16,0,B1,ff,22,144,35,22,,,,,,o,,d,,,gutim,18864 +non,402,5,1,13795,10184,6711,192,2414.750550999986,0.267857142857143,16,0,E5,ff,22,144,76,22,,,,,,o,,d,,,gutim,18865 +nof,402,3,3,13793,10185,,128,2415.018550999986,,,,,,,144,80,0,,,,,,,,,,,gutim,18863 +nof,402,4,1,13794,10185,,192,2415.018550999986,,,,,,,144,35,0,,,,,,,,,,,gutim,18864 +nof,402,5,1,13795,10185,,192,2415.018550999986,,,,,,,144,76,0,,,,,,,,,,,gutim,18865 +non,402,7,1,13796,10185,6712,256,2415.018550999986,2.14285714285714,2,0,G3,f,20,144,55,20,,,,,,o,,d,,t,gutim,18866 +non,402,8,3,13797,10185,6712,256,2415.018550999986,0.17578125,16,0,D4,pp,8,144,62,8,,,,,,o,,d,,T 6059,gutim,18867 +ped,402,6,0,13798,10185,,256,2415.018550999986,,,,,,,176,64,127,,,,,,,V,,,,gutim,18868 +nof,402,8,3,13797,10186,,256,2415.194550999986,,,,,,,144,62,0,,,,,,,,,,,gutim,18867 +non,402,9,3,13799,10186,6713,298,2415.194550999986,0.179966517857143,16,0,G#3,pp,8,144,56,8,,,,,,o,,d,,,gutim,18869 +nof,402,9,3,13799,10187,,298,2415.3745509999862,,,,,,,144,56,0,,,,,,,,,,,gutim,18869 +non,402,10,3,13800,10187,6714,341,2415.3745509999862,0.179966517857143,16,0,D4,pp,8,144,62,8,,,,,,o,,D 6059,,,gutim,18870 +nof,402,10,3,13800,10188,,341,2415.5545509999865,,,,,,,144,62,0,,,,,,,,,,,gutim,18870 +non,402,11,3,13801,10188,6715,384,2415.5545509999865,0.267857142857143,16,0,C#3,pp,8,144,49,8,,,,,,o,,,,,gutim,18871 +nof,402,11,3,13801,10189,,384,2415.8225509999866,,,,,,,144,49,0,,,,,,,,,,,gutim,18871 +non,402,12,3,13802,10189,6716,448,2415.8225509999866,0.267857142857143,16,0,G#3,pp,8,144,56,8,,,,,,o,,,,,gutim,18872 +nof,402,12,3,13802,10190,,448,2416.0905509999866,,,,,,,144,56,0,,,,,,,,,,,gutim,18872 +non,402,13,3,13803,10190,6717,512,2416.0905509999866,0.267857142857143,16,0,A0,pp,8,144,21,8,,,,,,o,,,,,gutim,18873 +nof,402,13,3,13803,10191,,512,2416.3575509999864,,,,,,,144,21,0,,,,,,,,,,,gutim,18873 +non,402,14,3,13804,10191,6718,576,2416.3575509999864,0.267857142857143,16,0,F1,pp,8,144,29,8,,,,,,o,,,,,gutim,18874 +nof,402,14,3,13804,10192,,576,2416.6255509999864,,,,,,,144,29,0,,,,,,,,,,,gutim,18874 +rst,402,15,3,13805,10192,,640,2416.6255509999864,,,,,,,176,102,0,,,,,,,,,,,gutim,18875 +sec,402,16,0,13806,10192,,640,2416.6255509999864,,,,,,,,,,,6059,,,,,,,,,gutim,18876 +ped,402,17,0,13807,10193,,768,2417.1165509999864,,,,,,,176,64,0,,,,,,,^,,,,gutim,18868 +non,402,18,1,13808,10194,6719,768,2417.1615509999865,0.535714285714286,8,0,C4,p,11,144,60,11,,,,,,o,,,,,gutim,18877 +non,402,19,3,13809,10194,6719,768,2417.1615509999865,1.07142857142857,4,0,Db4,p,11,144,61,11,,,,,,o,,,,,gutim,18878 +nof,402,7,1,13796,10195,,256,2417.1615509999865,,,,,,,144,55,0,,,,,,,,,,,gutim,18866 +ped,402,20,0,13810,10196,,818,2417.4165509999866,,,,,,,176,64,127,,,,,,,V,,,,gutim,18879 +nof,402,18,1,13808,10197,,768,2417.6975509999866,,,,,,,144,60,0,,,,,,,,,,,gutim,18877 +non,402,21,1,13811,10197,6720,896,2417.6975509999866,0.355747767857143,8,0,Eb5,pp+,9,144,75,9,,,,,,o,,,,,gutim,18880 +nof,402,21,1,13811,10198,,896,2418.052550999986,,,,,,,144,75,0,,,,,,,,,,,gutim,18880 +non,402,22,1,13812,10198,6721,981,2418.052550999986,0.179966517857143,16,0,A6,pp-,7,144,93,7,,,,,,o,,,,,gutim,18881 +ped,402,23,0,13813,10199,,994,2418.1075509999864,,,,,,,176,64,0,,,,,,,^,,,,gutim,18879 +nof,402,22,1,13812,10200,,981,2418.2325509999864,,,,,,,144,93,0,,,,,,,,,,,gutim,18881 +non,402,24,1,13814,10200,6722,1024,2418.2325509999864,0.426897321428571,8,0,C4,pp-,7,144,60,7,,,,,t,o,,,,,gutim,18882 +non,402,25,1,13815,10200,6722,1024,2418.2325509999864,0.535714285714286,8,0,Ab4,pp-,7,144,68,7,,,,,t,o,,,,,gutim,18883 +non,402,26,1,13816,10200,6722,1024,2418.2325509999864,0.535714285714286,8,0,Eb5,pp-,7,144,75,7,,,,,t,o,,,,,gutim,18884 +non,402,27,1,13817,10200,6722,1024,2418.2325509999864,0.535714285714286,8,0,A5,pp-,7,144,81,7,,,,,t,o,,,,,gutim,18885 +non,402,28,3,13818,10200,6722,1024,2418.2325509999864,1.07142857142857,4,0,C3,pp,8,144,48,8,,,,,,o,,,,,gutim,18886 +nof,402,19,3,13809,10201,,768,2418.2325509999864,,,,,,,144,61,0,,,,,,,,,,,gutim,18878 +non,402,29,1,13819,10202,,1126,2418.6595509999865,0.64453125,8,1,C4,,,,,,,,,,_,,,,,,gutim,18887 +non,402,30,1,13820,10202,,1126,2418.6595509999865,0.535714285714286,8,1,Ab4,,,,,,,,,,_,,,,,,gutim,18888 +non,402,31,1,13821,10202,,1126,2418.6595509999865,0.535714285714286,8,1,Eb5,,,,,,,,,,_,,,,,,gutim,18889 +non,402,32,1,13822,10202,,1126,2418.6595509999865,0.535714285714286,8,1,A5,,,,,,,,,,_,,,,,,gutim,18890 +non,402,33,1,13823,10202,6723,1126,2418.6595509999865,0.535714285714286,8,1,E7,ppp,5,144,100,5,,,,,,o,,,,,gutim,18891 +nof,402,33,1,13823,10203,,1126,2419.195550999986,,,,,,,144,100,0,,,,,,,,,,,gutim,18891 +nof,402,28,3,13818,10204,,1024,2419.3045509999865,,,,,,,144,48,0,,,,,,,,,,,gutim,18886 +bar,403,0,0,13824,10204,,0,2419.3045509999865,,,,,,,,,,403,,,,,,,,,,gutim,18892 +non,403,1,1,13825,10204,,0,2419.3045509999865,2.14285714285714,2,0,C4,,,,,,,,,,T,,,,,,gutim,18893 +non,403,2,1,13826,10204,,0,2419.3045509999865,2.14285714285714,2,0,Ab4,,,,,,,,,,T,,,,,,gutim,18894 +non,403,3,1,13827,10204,,0,2419.3045509999865,2.14285714285714,2,0,Eb5,,,,,,,,,,T,,,,,,gutim,18895 +non,403,4,1,13828,10204,,0,2419.3045509999865,2.14285714285714,2,0,A5,,,,,,,,,,T,,,,,,gutim,18896 +rst,403,5,2,13829,10204,,0,2419.3045509999865,,,,,,,176,102,0,,,,,,,,,,,gutim,18897 +non,403,6,3,13830,10204,6724,0,2419.3045509999865,0.104631696428571,32,0,D1,pp,8,144,26,8,,,,,,o,,,,,gutim,18898 +nof,403,6,3,13830,10205,,0,2419.4095509999865,,,,,,,144,26,0,,,,,,,,,,,gutim,18898 +non,403,7,3,13831,10205,6725,25,2419.4095509999865,0.108816964285714,32,0,G#1,pp,8,144,32,8,,,,,,o,,,,,gutim,18899 +nof,403,7,3,13831,10206,,25,2419.5175509999863,,,,,,,144,32,0,,,,,,,,,,,gutim,18899 +non,403,8,3,13832,10206,6726,51,2419.5175509999863,0.104631696428571,32,0,F1,pp,8,144,29,8,,,,,,o,,,,,gutim,18900 +nof,403,8,3,13832,10207,,51,2419.6225509999863,,,,,,,144,29,0,,,,,,,,,,,gutim,18900 +non,403,9,3,13833,10207,6727,76,2419.6225509999863,0.108816964285714,32,0,C#1,pp,8,144,25,8,,,,,,o,,,,,gutim,18901 +nof,403,9,3,13833,10208,,76,2419.731550999986,,,,,,,144,25,0,,,,,,,,,,,gutim,18901 +non,403,10,3,13834,10208,6728,102,2419.731550999986,0.108816964285714,32,0,D1,pp,8,144,26,8,,,,,,o,,,,,gutim,18902 +nof,403,10,3,13834,10209,,102,2419.840550999986,,,,,,,144,26,0,,,,,,,,,,,gutim,18902 +non,403,11,3,13835,10209,6729,128,2419.840550999986,0.104631696428571,32,0,G#1,pp,8,144,32,8,,,,,,o,,,,,gutim,18903 +nof,403,11,3,13835,10210,,128,2419.944550999986,,,,,,,144,32,0,,,,,,,,,,,gutim,18903 +non,403,12,3,13836,10210,6730,153,2419.944550999986,0.163225446428571,32,1,F1,pp,8,144,29,8,,,,,,o,,,,,gutim,18904 +nof,403,12,3,13836,10211,,153,2420.107550999986,,,,,,,144,29,0,,,,,,,,,,,gutim,18904 +non,403,13,3,13837,10211,6731,192,2420.107550999986,0.159040178571429,32,1,D1,pp,8,144,26,8,,,,,,o,,,,,gutim,18905 +nof,403,13,3,13837,10212,,192,2420.266550999986,,,,,,,144,26,0,,,,,,,,,,,gutim,18905 +non,403,14,3,13838,10212,6732,230,2420.266550999986,0.108816964285714,32,0,C#1,pp,8,144,25,8,,,,,,o,,,,,gutim,18906 +nof,403,14,3,13838,10213,,230,2420.375550999986,,,,,,,144,25,0,,,,,,,,,,,gutim,18906 +rst,403,15,2,13839,10213,,256,2420.375550999986,,,,,,,176,102,0,,,,,,,,,,,gutim,18907 +non,403,16,3,13840,10213,6733,256,2420.375550999986,0.104631696428571,32,0,A0,pp,8,144,21,8,,,,,,o,,,,,gutim,18908 +nof,403,16,3,13840,10214,,256,2420.480550999986,,,,,,,144,21,0,,,,,,,,,,,gutim,18908 +non,403,18,3,13841,10214,6734,281,2420.480550999986,0.163225446428571,32,1,C#1,pp,8,144,25,8,,,,,,o,,,,,gutim,18909 +ped,403,17,0,13842,10214,,281,2420.480550999986,,,,,,,176,64,127,,,,,,,V,,,,gutim,18910 +nof,403,18,3,13841,10215,,281,2420.643550999986,,,,,,,144,25,0,,,,,,,,,,,gutim,18909 +non,403,19,3,13843,10215,6735,320,2420.643550999986,0.104631696428571,32,0,G#1,pp,8,144,32,8,,,,,,o,,,,,gutim,18911 +nof,403,19,3,13843,10216,,320,2420.748550999986,,,,,,,144,32,0,,,,,,,,,,,gutim,18911 +non,403,20,3,13844,10216,6736,345,2420.748550999986,0.108816964285714,32,0,F1,pp,8,144,29,8,,,,,,o,,,,,gutim,18912 +nof,403,20,3,13844,10217,,345,2420.857550999986,,,,,,,144,29,0,,,,,,,,,,,gutim,18912 +non,403,21,3,13845,10217,6737,371,2420.857550999986,0.159040178571429,32,1,D2,pp,8,144,38,8,,,,,,o,,,,,gutim,18913 +nof,403,21,3,13845,10218,,371,2421.016550999986,,,,,,,144,38,0,,,,,,,,,,,gutim,18913 +non,403,22,3,13846,10218,6738,409,2421.016550999986,0.163225446428571,32,1,C#1,pp,8,144,25,8,,,,,,o,,,,,gutim,18914 +nof,403,22,3,13846,10219,,409,2421.179550999986,,,,,,,144,25,0,,,,,,,,,,,gutim,18914 +non,403,23,3,13847,10219,6739,448,2421.179550999986,0.159040178571429,32,1,G#1,pp,8,144,32,8,,,,,,o,,,,,gutim,18915 +nof,403,23,3,13847,10220,,448,2421.338550999986,,,,,,,144,32,0,,,,,,,,,,,gutim,18915 +non,403,24,3,13848,10220,6740,486,2421.338550999986,0.108816964285714,32,0,A0,pp,8,144,21,8,,,,,,o,,,,,gutim,18916 +nof,402,24,1,13814,10221,,1024,2421.4475509999866,,,,,,,144,60,0,,,,,,,,,,,gutim,18882 +nof,402,25,1,13815,10221,,1024,2421.4475509999866,,,,,,,144,68,0,,,,,,,,,,,gutim,18883 +nof,402,26,1,13816,10221,,1024,2421.4475509999866,,,,,,,144,75,0,,,,,,,,,,,gutim,18884 +nof,402,27,1,13817,10221,,1024,2421.4475509999866,,,,,,,144,81,0,,,,,,,,,,,gutim,18885 +nof,403,24,3,13848,10222,,486,2421.4475509999866,,,,,,,144,21,0,,,,,,,,,,,gutim,18916 +non,403,25,1,13849,10222,6741,512,2421.4475509999866,0.17578125,16,0,C#5,p,11,144,73,11,,,,,,o,,,,,gutim,18917 +non,403,26,1,13850,10222,6741,512,2421.4475509999866,0.267857142857143,16,0,A5,p,11,144,81,11,,,,,,o,,,,,gutim,18918 +rst,403,27,2,13851,10222,,512,2421.4475509999866,,,,,,,176,102,0,,,,,,,,,,,gutim,18919 +rst,403,28,3,13852,10222,,512,2421.4475509999866,,,,,,,176,102,0,,,,,,,,,,,gutim,18920 +nof,403,25,1,13849,10223,,512,2421.6235509999865,,,,,,,144,73,0,,,,,,,,,,,gutim,18917 +nof,403,26,1,13850,10223,,512,2421.6235509999865,,,,,,,144,81,0,,,,,,,,,,,gutim,18918 +ped,403,29,0,13853,10223,,554,2421.6235509999865,,,,,,,176,64,0,,,,,,,^,,,,gutim,18910 +non,403,30,1,13854,10223,6742,554,2421.6235509999865,0.267857142857143,16,1,F3,mp-,13,144,53,13,,,,,,o,,,,,gutim,18921 +non,403,31,1,13855,10223,6742,554,2421.6235509999865,0.267857142857143,16,1,C#5,mp-,13,144,73,13,,,,,,o,,,,,gutim,18922 +non,403,32,1,13856,10223,6742,554,2421.6235509999865,0.267857142857143,16,1,A5,mp-,13,144,81,13,,,,,,o,,,,,gutim,18923 +nof,403,30,1,13854,10224,,554,2421.8905509999868,,,,,,,144,53,0,,,,,,,,,,,gutim,18921 +nof,403,31,1,13855,10224,,554,2421.8905509999868,,,,,,,144,73,0,,,,,,,,,,,gutim,18922 +nof,403,32,1,13856,10224,,554,2421.8905509999868,,,,,,,144,81,0,,,,,,,,,,,gutim,18923 +non,403,33,1,13857,10224,6743,618,2421.8905509999868,0.0920758928571429,32,0,E2,mp+,15,144,40,15,,,,,,o,,,,,gutim,18924 +nof,403,33,1,13857,10225,,618,2421.9825509999864,,,,,,,144,40,0,,,,,,,,,,,gutim,18924 +non,403,34,1,13858,10225,6744,640,2421.9825509999864,0.133928571428571,32,0,C#5,mf,17,144,73,17,,,,,,o,,d,,,gutim,18925 +non,403,35,1,13859,10225,6744,640,2421.9825509999864,0.133928571428571,32,0,A5,mf,17,144,81,17,,,,,,o,,d,,,gutim,18926 +non,403,36,2,13860,10225,6744,640,2421.9825509999864,0.267857142857143,16,0,E5,ff,22,144,76,22,,,,,,o,,d,,,gutim,18927 +non,403,37,3,13861,10225,6744,640,2421.9825509999864,0.17578125,16,0,E2,mf,17,144,40,17,,,,,,o,,d,,,gutim,18928 +non,403,38,3,13862,10225,6744,640,2421.9825509999864,0.267857142857143,16,0,F3,mf,17,144,53,17,,,,,,o,,d,,,gutim,18929 +nof,403,34,1,13858,10226,,640,2422.1165509999864,,,,,,,144,73,0,,,,,,,,,,,gutim,18925 +nof,403,35,1,13859,10226,,640,2422.1165509999864,,,,,,,144,81,0,,,,,,,,,,,gutim,18926 +rst,403,39,1,13863,10226,,672,2422.1165509999864,,,,,,,176,102,0,,,,,,,,,,,gutim,18930 +nof,403,37,3,13861,10227,,640,2422.158550999987,,,,,,,144,40,0,,,,,,,,,,,gutim,18928 +non,403,40,3,13864,10227,6745,682,2422.158550999987,0.359933035714286,8,0,F#2,f,20,144,42,20,,,,,,o,,d,,,gutim,18931 +non,403,41,3,13865,10227,6745,682,2422.158550999987,0.535714285714286,8,0,G3,f,20,144,55,20,,,,,,o,,d,,,gutim,18932 +nof,403,36,2,13860,10228,,640,2422.2505509999864,,,,,,,144,76,0,,,,,,,,,,,gutim,18927 +nof,403,38,3,13862,10228,,640,2422.2505509999864,,,,,,,144,53,0,,,,,,,,,,,gutim,18929 +non,403,42,2,13866,10228,6746,704,2422.2505509999864,0.267857142857143,16,0,B1,ff,22,144,35,22,,,,,,o,,d,,,gutim,18933 +non,403,43,2,13867,10228,6746,704,2422.2505509999864,0.267857142857143,16,0,Bb3,ff,22,144,58,22,,,,,,o,,d,,,gutim,18934 +nof,403,40,3,13864,10229,,682,2422.5185509999865,,,,,,,144,42,0,,,,,,,,,,,gutim,18931 +nof,403,42,2,13866,10229,,704,2422.5185509999865,,,,,,,144,35,0,,,,,,,,,,,gutim,18933 +nof,403,43,2,13867,10229,,704,2422.5185509999865,,,,,,,144,58,0,,,,,,,,,,,gutim,18934 +non,403,44,1,13868,10229,6747,768,2422.5185509999865,0.535714285714286,8,0,E3,pp,8,144,52,8,,,,,,o,,d,,,gutim,18935 +non,403,45,1,13869,10229,6747,768,2422.5185509999865,0.535714285714286,8,0,G5,pp,8,144,79,8,,,,,,o,,d,,,gutim,18936 +rst,403,46,2,13870,10229,,768,2422.5185509999865,,,,,,,176,102,0,,,,,,,,,,,gutim,18937 +rst,403,47,3,13871,10229,,768,2422.5185509999865,,,,,,,176,102,0,,,,,,,,,,,gutim,18938 +nof,403,41,3,13865,10230,,682,2422.6945509999864,,,,,,,144,55,0,,,,,,,,,,,gutim,18932 +nof,403,44,1,13868,10230,,768,2422.6945509999864,,,,,,,144,52,0,,,,,,,,,,,gutim,18935 +non,403,49,3,13872,10230,6748,810,2422.6945509999864,0.179966517857143,16,0,E3,p,11,144,52,11,,,,,,o,,d,,,gutim,18939 +non,403,50,3,13873,10230,6748,810,2422.6945509999864,0.267857142857143,16,0,B3,p,11,144,59,11,,,,,,o,,d,,,gutim,18940 +non,403,51,3,13874,10230,6748,810,2422.6945509999864,0.267857142857143,16,0,D4,p,11,144,62,11,,,,,,o,,d,,,gutim,18941 +ped,403,48,0,13875,10230,,810,2422.6945509999864,,,,,,,176,64,127,,,,,,,V,,,,gutim,18942 +non,403,52,3,13876,10231,6749,853,2422.8745509999862,0.355747767857143,8,0,Bb0,p,11,144,22,11,,,,,,o,,d,,,gutim,18943 +nof,403,50,3,13873,10232,,810,2422.962550999986,,,,,,,144,59,0,,,,,,,,,,,gutim,18940 +nof,403,51,3,13874,10232,,810,2422.962550999986,,,,,,,144,62,0,,,,,,,,,,,gutim,18941 +nof,403,45,1,13869,10233,,768,2423.054550999986,,,,,,,144,79,0,,,,,,,,,,,gutim,18936 +nof,403,49,3,13872,10233,,810,2423.054550999986,,,,,,,144,52,0,,,,,,,,,,,gutim,18939 +ped,403,53,0,13877,10233,,896,2423.054550999986,,,,,,,176,64,0,,,,,,,^,,,,gutim,18942 +non,403,54,1,13878,10233,6750,896,2423.054550999986,0.535714285714286,8,0,G#2,p,11,144,44,11,,,,,,o,,,,,gutim,18944 +non,403,55,1,13879,10233,6750,896,2423.054550999986,0.535714285714286,8,0,E3,p,11,144,52,11,,,,,,o,,,,,gutim,18945 +nof,403,52,3,13876,10234,,853,2423.230550999986,,,,,,,144,22,0,,,,,,,,,,,gutim,18943 +non,403,56,3,13880,10234,6751,938,2423.230550999986,0.359933035714286,8,0,Gb1,p,11,144,30,11,,,,,,o,,d,,,gutim,18946 +nof,403,54,1,13878,10235,,896,2423.5905509999857,,,,,,,144,44,0,,,,,,,,,,,gutim,18944 +nof,403,55,1,13879,10235,,896,2423.5905509999857,,,,,,,144,52,0,,,,,,,,,,,gutim,18945 +nof,403,56,3,13880,10235,,938,2423.5905509999857,,,,,,,144,30,0,,,,,,,,,,,gutim,18946 +non,403,58,1,13881,10235,6752,1024,2423.5905509999857,0.267857142857143,16,0,C#4,pp,8,144,61,8,,,,,,o,,D,,,gutim,18947 +non,403,59,3,13882,10235,6752,1024,2423.5905509999857,1.07142857142857,4,0,B6,ff,22,144,95,22,,,,,,o,,d,,,gutim,18948 +ped,403,57,0,13883,10235,,1024,2423.5905509999857,,,,,,,176,64,127,,,,,,,V,,,,gutim,18949 +nof,403,58,1,13881,10236,,1024,2423.8575509999855,,,,,,,144,61,0,,,,,,,,,,,gutim,18947 +non,403,60,1,13884,10236,6753,1088,2423.8575509999855,0.17578125,16,0,D5,p-,10,144,74,10,,,,,,o,,,,,gutim,18950 +nof,403,60,1,13884,10237,,1088,2424.033550999986,,,,,,,144,74,0,,,,,,,,,,,gutim,18950 +non,403,61,1,13885,10237,6754,1130,2424.033550999986,0.0920758928571429,32,0,A2,p,11,144,45,11,,,,,,o,,,,,gutim,18951 +nof,403,61,1,13885,10238,,1130,2424.1255509999855,,,,,,,144,45,0,,,,,,,,,,,gutim,18951 +non,403,62,1,13886,10238,6755,1152,2424.1255509999855,0.087890625,32,0,G#4,p+,12,144,68,12,,,,,,o,,,,,gutim,18952 +nof,403,62,1,13886,10239,,1152,2424.2135509999853,,,,,,,144,68,0,,,,,,,,,,,gutim,18952 +non,403,63,1,13887,10239,6756,1173,2424.2135509999853,0.087890625,32,0,A2,p+,12,144,45,12,,,,,,o,,,,,gutim,18953 +nof,403,63,1,13887,10240,,1173,2424.301550999985,,,,,,,144,45,0,,,,,,,,,,,gutim,18953 +non,403,64,1,13888,10240,6757,1194,2424.301550999985,0.0920758928571429,32,0,G#4,mp-,13,144,68,13,,,,,,o,,,,,gutim,18954 +nof,403,64,1,13888,10241,,1194,2424.393550999985,,,,,,,144,68,0,,,,,,,,,,,gutim,18954 +non,403,65,1,13889,10241,6758,1216,2424.393550999985,0.087890625,32,0,A2,mp-,13,144,45,13,,,,,,o,,,,,gutim,18955 +nof,403,65,1,13889,10242,,1216,2424.4815509999853,,,,,,,144,45,0,,,,,,,,,,,gutim,18955 +non,403,66,1,13890,10242,6759,1237,2424.4815509999853,0.179966517857143,16,0,F3,mp,14,144,53,14,,,,,,o,,,,,gutim,18956 +ped,403,67,0,13891,10243,,1279,2424.6575509999852,,,,,,,176,64,0,,,,,,,^,,,,gutim,18949 +nof,403,66,1,13890,10244,,1237,2424.6615509999856,,,,,,,144,53,0,,,,,,,,,,,gutim,18956 +bar,404,0,0,13892,10244,,0,2424.6615509999856,,,,,,,,,,404,,,,,,,,,,gutim,18957 +rst,404,1,1,13893,10244,,0,2424.6615509999856,,,,,,,176,102,0,,,,,,,,,,,gutim,18958 +rst,404,2,3,13894,10244,,0,2424.6615509999856,,,,,,,176,102,0,,,,,,,,,,,gutim,18959 +rst,404,3,4,13895,10244,,0,2424.6615509999856,,,,,,,176,102,0,,,,,,,,,,,gutim,18960 +nof,403,59,3,13882,10245,,1024,2424.6615509999856,,,,,,,144,95,0,,,,,,,,,,,gutim,18948 +non,404,4,1,13896,10246,6760,64,2424.9295509999856,0.133928571428571,32,0,D6,mp,14,144,86,14,,,,,,o,,,,,gutim,18961 +ped,404,5,0,13897,10247,,76,2424.979550999986,,,,,,,176,64,127,,,,,,,V,,,,gutim,18962 +nof,404,4,1,13896,10248,,64,2425.0635509999856,,,,,,,144,86,0,,,,,,,,,,,gutim,18961 +non,404,6,1,13898,10248,6761,96,2425.0635509999856,0.133928571428571,32,0,C#5,mp,14,144,73,14,,,,,,o,,,,,gutim,18963 +nof,404,6,1,13898,10249,,96,2425.1975509999857,,,,,,,144,73,0,,,,,,,,,,,gutim,18963 +rst,404,7,1,13899,10249,,128,2425.1975509999857,,,,,,,176,102,0,,,,,,,,,,,gutim,18964 +non,404,8,3,13900,10249,6762,128,2425.1975509999857,0.17578125,16,0,A1,mp,14,144,33,14,,,,,,o,,,,,gutim,18965 +nof,404,8,3,13900,10250,,128,2425.3735509999856,,,,,,,144,33,0,,,,,,,,,,,gutim,18965 +non,404,9,3,13901,10250,6763,170,2425.3735509999856,0.0920758928571429,32,0,F2,mp,14,144,41,14,,,,,,o,,,,,gutim,18966 +nof,404,9,3,13901,10251,,170,2425.4655509999857,,,,,,,144,41,0,,,,,,,,,,,gutim,18966 +non,404,10,3,13902,10251,6764,192,2425.4655509999857,0.17578125,16,0,D6,mp,14,144,86,14,,,,,,o,,,,,gutim,18967 +nof,404,10,3,13902,10252,,192,2425.640550999986,,,,,,,144,86,0,,,,,,,,,,,gutim,18967 +non,404,11,3,13903,10252,6765,234,2425.640550999986,0.0920758928571429,32,0,G#5,mp,14,144,80,14,,,,,,o,,,,,gutim,18968 +nof,404,11,3,13903,10253,,234,2425.7325509999855,,,,,,,144,80,0,,,,,,,,,,,gutim,18968 +non,404,12,1,13904,10253,6766,256,2425.7325509999855,1.60714285714286,4,1,C#5,mp,14,144,73,14,,,,,,o,,d,,,gutim,18969 +non,404,13,1,13905,10253,6766,256,2425.7325509999855,1.07142857142857,4,1,G5,mp,14,144,79,14,,,,,,o,,d,,,gutim,18970 +non,404,14,1,13906,10253,6766,256,2425.7325509999855,1.07142857142857,4,1,D6,mp,14,144,86,14,,,,,,o,,d,,,gutim,18971 +non,404,15,3,13907,10253,6766,256,2425.7325509999855,1.60714285714286,4,1,A1,mp,14,144,33,14,,,,,,o,,d,,,gutim,18972 +non,404,16,3,13908,10253,6766,256,2425.7325509999855,1.07142857142857,4,1,F2,mp,14,144,41,14,,,,,,o,,d,,,gutim,18973 +non,404,17,4,13909,10253,6766,,2425.7325509999855,0.05,8,0,D#2,pp,8,144,39,8,,,,g,,o,,d,,,gutim,18974 +nof,404,17,4,13909,10254,,,2425.7825509999857,,,,,,,144,39,0,,,,,,,,,,,gutim,18974 +non,404,18,4,13910,10255,6767,256,2425.807550999986,1.60714285714286,4,1,B2,pp,8,144,47,8,,,,,,o,,d,,,gutim,18975 +nof,404,13,1,13905,10256,,256,2426.8045509999856,,,,,,,144,79,0,,,,,,,,,,,gutim,18970 +nof,404,14,1,13906,10256,,256,2426.8045509999856,,,,,,,144,86,0,,,,,,,,,,,gutim,18971 +nof,404,16,3,13908,10256,,256,2426.8045509999856,,,,,,,144,41,0,,,,,,,,,,,gutim,18973 +nof,404,12,1,13904,10257,,256,2427.3405509999857,,,,,,,144,73,0,,,,,,,,,,,gutim,18969 +nof,404,15,3,13907,10257,,256,2427.3405509999857,,,,,,,144,33,0,,,,,,,,,,,gutim,18972 +nof,404,18,4,13910,10258,,256,2427.4155509999855,,,,,,,144,47,0,,,,,,,,,,,gutim,18975 +non,404,19,1,13911,10258,6768,640,2427.4155509999855,0.535714285714286,8,0,C#5,f,20,144,73,20,,,,,,o,,d,,,gutim,18976 +non,404,20,1,13912,10258,6768,640,2427.4155509999855,0.535714285714286,8,0,G5,f,20,144,79,20,,,,,,o,,d,,,gutim,18977 +non,404,21,1,13913,10258,6768,640,2427.4155509999855,0.535714285714286,8,0,D6,f,20,144,86,20,,,,,,o,,d,,,gutim,18978 +non,404,22,3,13914,10258,6768,640,2427.4155509999855,0.133928571428571,32,0,D#2,f,20,144,39,20,,,,,,o,,d,,,gutim,18979 +non,404,23,3,13915,10258,6768,640,2427.4155509999855,0.133928571428571,32,0,B2,f,20,144,47,20,,,,,,o,,d,,,gutim,18980 +non,404,24,4,13916,10258,6768,640,2427.4155509999855,0.535714285714286,8,0,A1,f,20,144,33,20,,,,,,o,,D,,,gutim,18981 +non,404,25,4,13917,10258,6768,640,2427.4155509999855,0.535714285714286,8,0,F2,f,20,144,41,20,,,,,,o,,D 6060,,,gutim,18982 +nof,404,22,3,13914,10259,,640,2427.5495509999855,,,,,,,144,39,0,,,,,,,,,,,gutim,18979 +nof,404,23,3,13915,10259,,640,2427.5495509999855,,,,,,,144,47,0,,,,,,,,,,,gutim,18980 +non,404,26,3,13918,10259,6769,672,2427.5495509999855,0.133928571428571,32,0,G2,mf-,16,144,43,16,,,,,,o,,,,,gutim,18983 +nof,404,26,3,13918,10260,,672,2427.6825509999853,,,,,,,144,43,0,,,,,,,,,,,gutim,18983 +non,404,27,3,13919,10260,6770,704,2427.6825509999853,0.133928571428571,32,0,C4,p+,12,144,60,12,,,,,,o,,,,,gutim,18984 +nof,404,27,3,13919,10261,,704,2427.8165509999853,,,,,,,144,60,0,,,,,,,,,,,gutim,18984 +non,404,28,3,13920,10261,6771,736,2427.8165509999853,0.133928571428571,32,0,D#2,pp,8,144,39,8,,,,,t,o,,,,,gutim,18985 +non,404,29,3,13921,10261,6771,736,2427.8165509999853,0.133928571428571,32,0,F#2,pp,8,144,42,8,,,,,t,o,,,,,gutim,18986 +non,404,30,3,13922,10261,6771,736,2427.8165509999853,0.133928571428571,32,0,G2,pp,8,144,43,8,,,,,t,o,,,,,gutim,18987 +non,404,31,3,13923,10261,6771,736,2427.8165509999853,0.133928571428571,32,0,B2,pp,8,144,47,8,,,,,t,o,,,,,gutim,18988 +non,404,32,3,13924,10261,6771,736,2427.8165509999853,0.133928571428571,32,0,C4,pp,8,144,60,8,,,,,t,o,,,,,gutim,18989 +ped,404,33,0,13925,10262,,767,2427.9465509999854,,,,,,,176,64,0,,,,,,,^,,,,gutim,18962 +rst,404,34,1,13926,10263,,768,2427.9505509999854,,,,,,,176,102,0,,,,,,,,,,,gutim,18990 +non,404,35,3,13927,10263,,768,2427.9505509999854,1.07142857142857,4,0,D#2,,,,,,,,,,T,,,,,,gutim,18991 +non,404,36,3,13928,10263,,768,2427.9505509999854,1.07142857142857,4,0,F#2,,,,,,,,,,T,,,,,,gutim,18992 +non,404,37,3,13929,10263,,768,2427.9505509999854,1.07142857142857,4,0,G2,,,,,,,,,,T,,,,,,gutim,18993 +non,404,38,3,13930,10263,,768,2427.9505509999854,1.07142857142857,4,0,B2,,,,,,,,,,T,,,,,,gutim,18994 +non,404,39,3,13931,10263,,768,2427.9505509999854,1.07142857142857,4,0,C4,,,,,,,,,,T,,,,,,gutim,18995 +rst,404,40,4,13932,10263,,768,2427.9505509999854,,,,,,,176,102,0,,,,,,,,,,,gutim,18996 +nof,404,19,1,13911,10264,,640,2428.025550999985,,,,,,,144,73,0,,,,,,,,,,,gutim,18976 +nof,404,20,1,13912,10264,,640,2428.025550999985,,,,,,,144,79,0,,,,,,,,,,,gutim,18977 +nof,404,21,1,13913,10264,,640,2428.025550999985,,,,,,,144,86,0,,,,,,,,,,,gutim,18978 +nof,404,24,4,13916,10264,,640,2428.025550999985,,,,,,,144,33,0,,,,,,,,,,,gutim,18981 +nof,404,25,4,13917,10264,,640,2428.025550999985,,,,,,,144,41,0,,,,,,,,,,,gutim,18982 +non,404,41,1,13933,10265,6772,896,2428.4865509999854,0.267857142857143,16,0,B6,pp,8,144,95,8,,,,,,o,,,,,gutim,18997 +non,404,42,4,13934,10265,6772,896,2428.4865509999854,0.267857142857143,16,0,A2,pp,8,144,45,8,,,,,,o,,,,,gutim,18998 +nof,404,41,1,13933,10266,,896,2428.7545509999854,,,,,,,144,95,0,,,,,,,,,,,gutim,18997 +nof,404,42,4,13934,10266,,896,2428.7545509999854,,,,,,,144,45,0,,,,,,,,,,,gutim,18998 +non,404,43,1,13935,10266,6773,960,2428.7545509999854,0.267857142857143,16,0,C#5,pp,8,144,73,8,,,,,,o,,,,,gutim,18999 +non,404,44,1,13936,10266,6773,960,2428.7545509999854,0.267857142857143,16,0,G5,pp,8,144,79,8,,,,,,o,,,,,gutim,19000 +non,404,45,1,13937,10266,6773,960,2428.7545509999854,0.267857142857143,16,0,D6,pp,8,144,86,8,,,,,,o,,,,,gutim,19001 +non,404,46,4,13938,10266,6773,960,2428.7545509999854,0.267857142857143,16,0,F2,pp,8,144,41,8,,,,,,o,,,,,gutim,19002 +ped,404,47,0,13939,10267,,989,2428.8755509999855,,,,,,,176,64,127,,,,,,,V,,,,gutim,19003 +nof,404,43,1,13935,10268,,960,2429.0225509999855,,,,,,,144,73,0,,,,,,,,,,,gutim,18999 +nof,404,44,1,13936,10268,,960,2429.0225509999855,,,,,,,144,79,0,,,,,,,,,,,gutim,19000 +nof,404,45,1,13937,10268,,960,2429.0225509999855,,,,,,,144,86,0,,,,,,,,,,,gutim,19001 +nof,404,46,4,13938,10268,,960,2429.0225509999855,,,,,,,144,41,0,,,,,,,,,,,gutim,19002 +rst,404,48,1,13940,10268,,1024,2429.0225509999855,,,,,,,176,102,0,,,,,,,,,,,gutim,19004 +non,404,49,3,13941,10268,6774,1024,2429.0225509999855,0.17578125,32,1,C3,pp,8,144,48,8,,,,,,o,,,,,gutim,19005 +rst,404,50,4,13942,10268,,1024,2429.0225509999855,,,,,,,176,102,0,,,,,,,,,,,gutim,19006 +nof,404,28,3,13920,10269,,736,2429.1725509999856,,,,,,,144,39,0,,,,,,,,,,,gutim,18985 +nof,404,29,3,13921,10269,,736,2429.1725509999856,,,,,,,144,42,0,,,,,,,,,,,gutim,18986 +nof,404,30,3,13922,10269,,736,2429.1725509999856,,,,,,,144,43,0,,,,,,,,,,,gutim,18987 +nof,404,31,3,13923,10269,,736,2429.1725509999856,,,,,,,144,47,0,,,,,,,,,,,gutim,18988 +nof,404,32,3,13924,10269,,736,2429.1725509999856,,,,,,,144,60,0,,,,,,,,,,,gutim,18989 +nof,404,49,3,13941,10270,,1024,2429.198550999986,,,,,,,144,48,0,,,,,,,,,,,gutim,19005 +non,404,51,3,13943,10270,6775,1066,2429.198550999986,0.121372767857143,32,0,Ab4,pp+,9,144,68,9,,,,,,o,,,,,gutim,19007 +nof,404,51,3,13943,10271,,1066,2429.319550999986,,,,,,,144,68,0,,,,,,,,,,,gutim,19007 +non,404,52,3,13944,10271,6776,1095,2429.319550999986,0.1171875,32,0,F4,p-,10,144,65,10,,,,,,o,,,,,gutim,19008 +nof,404,52,3,13944,10272,,1095,2429.436550999986,,,,,,,144,65,0,,,,,,,,,,,gutim,19008 +non,404,53,3,13945,10272,6777,1123,2429.436550999986,0.121372767857143,32,0,E5,p,11,144,76,11,,,,,,o,,,,,gutim,19009 +nof,404,53,3,13945,10273,,1123,2429.5575509999862,,,,,,,144,76,0,,,,,,,,,,,gutim,19009 +non,404,54,1,13946,10273,6778,1152,2429.5575509999862,0.17578125,16,0,F4,p+,12,144,65,12,,,,,,o,,,,,gutim,19010 +non,404,55,1,13947,10273,6778,1152,2429.5575509999862,0.267857142857143,16,0,A4,p+,12,144,69,12,,,,,,o,,,,,gutim,19011 +non,404,56,1,13948,10273,6778,1152,2429.5575509999862,0.267857142857143,16,0,E5,p+,12,144,76,12,,,,,,o,,,,,gutim,19012 +rst,404,57,3,13949,10273,,1152,2429.5575509999862,,,,,,,176,102,0,,,,,,,,,,,gutim,19013 +nof,404,54,1,13946,10274,,1152,2429.733550999986,,,,,,,144,65,0,,,,,,,,,,,gutim,19010 +non,404,58,1,13950,10274,6779,1194,2429.733550999986,0.179966517857143,16,0,Bb3,mp-,13,144,58,13,,,,,,o,,,,,gutim,19014 +nof,404,55,1,13947,10275,,1152,2429.8255509999863,,,,,,,144,69,0,,,,,,,,,,,gutim,19011 +nof,404,56,1,13948,10275,,1152,2429.8255509999863,,,,,,,144,76,0,,,,,,,,,,,gutim,19012 +ped,404,59,0,13951,10276,,1237,2429.8535509999865,,,,,,,176,64,0,,,,,,,^,,,,gutim,19003 +nof,404,58,1,13950,10277,,1194,2429.9135509999865,,,,,,,144,58,0,,,,,,,,,,,gutim,19014 +non,404,60,1,13952,10277,6780,1237,2429.9135509999865,0.179966517857143,16,0,C3,mp,14,144,48,14,,,,,,o,,,,,gutim,19015 +nof,404,60,1,13952,10278,,1237,2430.0935509999863,,,,,,,144,48,0,,,,,,,,,,,gutim,19015 +bar,405,0,0,13953,10278,,0,2430.0935509999863,,,,,,,,,,405,,,,,,,,,,gutim,19016 +sec,405,1,0,13954,10278,,0,2430.0935509999863,,,,,,,,,,,6060,,,,,,,,,gutim,19017 +non,405,3,1,13955,10278,6781,0,2430.0935509999863,0.355747767857143,8,0,A6,mp,14,144,93,14,,,,,,o,,,,,gutim,19018 +non,405,4,3,13956,10278,6781,0,2430.0935509999863,0.267857142857143,16,1,G#2,pp,8,144,44,8,,,,,,o,,,,,gutim,19019 +non,405,5,3,13957,10278,6781,0,2430.0935509999863,0.267857142857143,16,1,E3,pp,8,144,52,8,,,,,,o,,,,,gutim,19020 +ped,405,2,0,13958,10279,,0,2430.1535509999862,,,,,,,176,64,127,,,,,,,V,,,,gutim,19021 +nof,405,4,3,13956,10280,,0,2430.3615509999863,,,,,,,144,44,0,,,,,,,,,,,gutim,19019 +nof,405,5,3,13957,10280,,0,2430.3615509999863,,,,,,,144,52,0,,,,,,,,,,,gutim,19020 +non,405,6,3,13959,10280,6782,64,2430.3615509999863,0.17578125,16,0,A1,mp-,13,144,33,13,,,,,,o,,,,,gutim,19022 +nof,405,3,1,13955,10281,,0,2430.449550999986,,,,,,,144,93,0,,,,,,,,,,,gutim,19018 +non,405,7,1,13960,10281,6783,85,2430.449550999986,0.715680803571429,4,0,C#6,mp+,15,144,85,15,,,,,,o,,,,,gutim,19023 +non,405,8,1,13961,10281,6783,85,2430.449550999986,1.07142857142857,4,0,A6,mp+,15,144,93,15,,,,,,o,,,,,gutim,19024 +nof,405,6,3,13959,10282,,64,2430.537550999986,,,,,,,144,33,0,,,,,,,,,,,gutim,19022 +non,405,9,3,13962,10282,6784,106,2430.537550999986,0.179966517857143,16,0,D4,mf,17,144,62,17,,,,,,o,,,,,gutim,19025 +nof,405,9,3,13962,10283,,106,2430.717550999986,,,,,,,144,62,0,,,,,,,,,,,gutim,19025 +non,405,10,3,13963,10283,6785,149,2430.717550999986,0.267857142857143,16,1,G#2,f,20,144,44,20,,,,,,o,,d,,,gutim,19026 +non,405,11,3,13964,10283,6785,149,2430.717550999986,0.267857142857143,16,1,E3,f,20,144,52,20,,,,,,o,,d,,,gutim,19027 +non,405,12,3,13965,10283,6785,149,2430.717550999986,0.267857142857143,16,1,C5,f,20,144,72,20,,,,,,o,,d,,,gutim,19028 +nof,405,10,3,13963,10284,,149,2430.985550999986,,,,,,,144,44,0,,,,,,,,,,,gutim,19026 +nof,405,11,3,13964,10284,,149,2430.985550999986,,,,,,,144,52,0,,,,,,,,,,,gutim,19027 +nof,405,12,3,13965,10284,,149,2430.985550999986,,,,,,,144,72,0,,,,,,,,,,,gutim,19028 +non,405,13,3,13966,10284,6786,213,2430.985550999986,0.179966517857143,16,0,D4,f,20,144,62,20,,,,,,o,,d,,,gutim,19029 +ped,405,14,0,13967,10285,,256,2431.073550999986,,,,,,,176,64,0,,,,,,,^,,,,gutim,19021 +nof,405,7,1,13960,10286,,85,2431.1655509999855,,,,,,,144,85,0,,,,,,,,,,,gutim,19023 +nof,405,13,3,13966,10286,,213,2431.1655509999855,,,,,,,144,62,0,,,,,,,,,,,gutim,19029 +rst,405,15,1,13968,10286,,256,2431.1655509999855,,,,,,,176,102,0,,,,,,,,,,,gutim,19030 +non,405,16,3,13969,10286,6787,256,2431.1655509999855,1.07142857142857,4,0,Eb2,ppp,5,144,39,5,,,,,,o,,d,,,gutim,19031 +ped,405,17,0,13970,10287,,284,2431.3735509999856,,,,,,,176,64,127,,,,,,,V,,,,gutim,19032 +non,405,18,1,13971,10288,6788,312,2431.399550999986,0.121372767857143,32,0,E5,p,11,144,76,11,,,,,,o,,D,,,gutim,19033 +nof,405,18,1,13971,10289,,312,2431.520550999986,,,,,,,144,76,0,,,,,,,,,,,gutim,19033 +non,405,19,1,13972,10289,6789,341,2431.520550999986,0.1171875,32,0,A3,mp,14,144,57,14,,,,,,o,,,,,gutim,19034 +nof,405,8,1,13961,10290,,85,2431.520550999986,,,,,,,144,93,0,,,,,,,,,,,gutim,19024 +nof,405,19,1,13972,10291,,341,2431.638550999986,,,,,,,144,57,0,,,,,,,,,,,gutim,19034 +non,405,20,1,13973,10291,6790,369,2431.638550999986,0.121372767857143,32,0,G#4,mf-,16,144,68,16,,,,,,o,,,,,gutim,19035 +non,405,21,1,13974,10292,6791,398,2431.759550999986,0.1171875,32,0,A3,f-,19,144,57,19,,,,,,o,,,,,gutim,19036 +nof,405,20,1,13973,10293,,369,2431.8345509999863,,,,,,,144,68,0,,,,,,,,,,,gutim,19035 +nof,405,21,1,13974,10294,,398,2431.876550999986,,,,,,,144,57,0,,,,,,,,,,,gutim,19036 +non,405,22,1,13975,10294,6792,426,2431.876550999986,0.121372767857143,32,0,A3,ff,22,144,57,22,,,,,,o,,,,,gutim,19037 +non,405,23,1,13976,10294,6792,426,2431.876550999986,0.133928571428571,32,0,G#4,ff,22,144,68,22,,,,,,o,,,,,gutim,19038 +non,405,24,1,13977,10294,6792,426,2431.876550999986,0.133928571428571,32,0,C7,ff,22,144,96,22,,,,,,o,,,,,gutim,19039 +nof,405,22,1,13975,10295,,426,2431.9975509999863,,,,,,,144,57,0,,,,,,,,,,,gutim,19037 +non,405,25,1,13978,10295,6793,455,2431.9975509999863,0.238560267857143,16,0,D6,ff,22,144,86,22,,,,,,o,,,,,gutim,19040 +nof,405,23,1,13976,10296,,426,2432.010550999986,,,,,,,144,68,0,,,,,,,,,,,gutim,19038 +nof,405,24,1,13977,10296,,426,2432.010550999986,,,,,,,144,96,0,,,,,,,,,,,gutim,19039 +ped,405,26,0,13979,10297,,511,2432.172550999986,,,,,,,176,64,0,,,,,,,^,,,,gutim,19032 +nof,405,25,1,13978,10298,,455,2432.2365509999863,,,,,,,144,86,0,,,,,,,,,,,gutim,19040 +non,405,27,1,13980,10298,6794,512,2432.2365509999863,0.17578125,32,1,Ab4,ppp,5,144,68,5,,,,,,o,,,,,gutim,19041 +rst,405,28,3,13981,10298,,512,2432.2365509999863,,,,,,,176,102,0,,,,,,,,,,,gutim,19042 +nof,405,16,3,13969,10299,,256,2432.311550999986,,,,,,,144,39,0,,,,,,,,,,,gutim,19031 +nof,405,27,1,13980,10300,,512,2432.4125509999863,,,,,,,144,68,0,,,,,,,,,,,gutim,19041 +non,405,30,1,13982,10300,6795,554,2432.4125509999863,0.121372767857143,32,0,E5,ppp,5,144,76,5,,,,,,o,,,,,gutim,19043 +ped,405,29,0,13983,10301,,554,2432.472550999986,,,,,,,176,64,127,,,,,,,V,,,,gutim,19044 +nof,405,30,1,13982,10302,,554,2432.5335509999863,,,,,,,144,76,0,,,,,,,,,,,gutim,19043 +non,405,31,1,13984,10302,6796,583,2432.5335509999863,0.1171875,32,0,F4,ppp,5,144,65,5,,,,,,o,,,,,gutim,19045 +nof,405,31,1,13984,10303,,583,2432.650550999986,,,,,,,144,65,0,,,,,,,,,,,gutim,19045 +non,405,32,1,13985,10303,6797,611,2432.650550999986,0.121372767857143,32,0,E6,ppp,5,144,88,5,,,,,,o,,,,,gutim,19046 +nof,405,32,1,13985,10304,,611,2432.772550999986,,,,,,,144,88,0,,,,,,,,,,,gutim,19046 +non,405,33,1,13986,10304,6798,640,2432.772550999986,0.104631696428571,32,0,Bb3,ppp,5,144,58,5,,,,,,o,,,,,gutim,19047 +nof,405,33,1,13986,10305,,640,2432.8765509999857,,,,,,,144,58,0,,,,,,,,,,,gutim,19047 +non,405,34,1,13987,10305,6799,665,2432.8765509999857,0.163225446428571,32,1,F4,ppp,5,144,65,5,,,,,,o,,,,,gutim,19048 +nof,405,34,1,13987,10306,,665,2433.0405509999855,,,,,,,144,65,0,,,,,,,,,,,gutim,19048 +non,405,35,1,13988,10306,6800,704,2433.0405509999855,0.104631696428571,32,0,Bb3,ppp,5,144,58,5,,,,,,o,,,,,gutim,19049 +nof,405,35,1,13988,10307,,704,2433.1445509999858,,,,,,,144,58,0,,,,,,,,,,,gutim,19049 +non,405,36,1,13989,10307,6801,729,2433.1445509999858,0.163225446428571,32,1,C2,ppp,5,144,36,5,,,,,,o,,,,,gutim,19050 +nof,405,36,1,13989,10308,,729,2433.307550999986,,,,,,,144,36,0,,,,,,,,,,,gutim,19050 +ped,405,38,0,13990,10308,,768,2433.307550999986,,,,,,,176,64,0,,,,,,,^,,,,gutim,19044 +non,405,37,1,13991,10308,6802,768,2433.307550999986,0.104631696428571,32,0,Ab4,ppp,5,144,68,5,,,,,,o,,,,,gutim,19051 +rst,405,39,3,13992,10308,,768,2433.307550999986,,,,,,,176,102,0,,,,,,,,,,,gutim,19052 +nof,405,37,1,13991,10309,,768,2433.412550999986,,,,,,,144,68,0,,,,,,,,,,,gutim,19051 +non,405,40,1,13993,10309,6803,793,2433.412550999986,0.108816964285714,32,0,F4,ppp,5,144,65,5,,,,,,o,,,,,gutim,19053 +nof,405,40,1,13993,10310,,793,2433.5215509999857,,,,,,,144,65,0,,,,,,,,,,,gutim,19053 +non,405,41,1,13994,10310,6804,819,2433.5215509999857,0.322265625,16,1,E6,ppp,5,144,88,5,,,,,,o,,,,,gutim,19054 +nof,405,41,1,13994,10311,,819,2433.8435509999854,,,,,,,144,88,0,,,,,,,,,,,gutim,19054 +rst,405,42,1,13995,10311,,896,2433.8435509999854,,,,,,,176,102,0,,,,,,,,,,,gutim,19055 +rst,405,44,1,13996,10312,,1024,2434.9795509999853,,,,,,,176,102,0,,,,,,,,,,,gutim,19056 +non,405,45,3,13997,10312,6805,1024,2434.9795509999853,1.07142857142857,4,0,Ab1,ppp,5,144,32,5,,,,,,o,,,,,gutim,19057 +non,405,46,3,13998,10312,6805,1024,2434.9795509999853,1.07142857142857,4,0,Eb2,ppp,5,144,39,5,,,,,,o,,,,,gutim,19058 +ped,405,43,0,13999,10312,,1024,2434.9795509999853,,,,,,,176,64,127,,,,,,,V,,,,gutim,19059 +nof,405,45,3,13997,10313,,1024,2436.0505509999853,,,,,,,144,32,0,,,,,,,,,,,gutim,19057 +nof,405,46,3,13998,10313,,1024,2436.0505509999853,,,,,,,144,39,0,,,,,,,,,,,gutim,19058 +bar,406,0,0,14000,10313,,0,2436.0505509999853,,,,,,,,,,406,,,,,,,,,,gutim,19060 +non,406,1,1,14001,10313,6806,,2436.0505509999853,0.05,8,0,A2,ppp,5,144,45,5,,,,g,,o,,,,,gutim,19061 +nof,406,1,1,14001,10314,,,2436.100550999985,,,,,,,144,45,0,,,,,,,,,,,gutim,19061 +non,406,2,1,14002,10315,6807,0,2436.125550999985,0.200892857142857,32,1,E6,p,11,144,88,11,,,,,,o,,,,,gutim,19062 +rst,406,3,3,14003,10315,,0,2436.125550999985,,,,,,,176,102,0,,,,,,,,,,,gutim,19063 +nof,406,2,1,14002,10316,,0,2436.326550999985,,,,,,,144,88,0,,,,,,,,,,,gutim,19062 +non,406,4,1,14004,10316,6808,48,2436.326550999985,0.200892857142857,32,1,G#5,p+,12,144,80,12,,,,,,o,,,,,gutim,19064 +nof,406,4,1,14004,10317,,48,2436.527550999985,,,,,,,144,80,0,,,,,,,,,,,gutim,19064 +non,406,5,1,14005,10317,6809,96,2436.527550999985,0.133928571428571,32,0,A3,mp-,13,144,57,13,,,,,,o,,,,,gutim,19065 +nof,406,5,1,14005,10318,,96,2436.661550999985,,,,,,,144,57,0,,,,,,,,,,,gutim,19065 +non,406,6,1,14006,10318,6810,128,2436.661550999985,0.104631696428571,32,0,D7,mp,14,144,98,14,,,,,,o,,,,,gutim,19066 +nof,406,6,1,14006,10319,,128,2436.766550999985,,,,,,,144,98,0,,,,,,,,,,,gutim,19066 +non,406,7,1,14007,10319,6811,153,2436.766550999985,0.108816964285714,32,0,C8,mp+,15,144,108,15,,,,,,o,,,,,gutim,19067 +nof,406,7,1,14007,10320,,153,2436.8745509999853,,,,,,,144,108,0,,,,,,,,,,,gutim,19067 +non,406,8,1,14008,10320,6812,179,2436.8745509999853,0.104631696428571,32,0,D7,mf-,16,144,98,16,,,,,,o,,,,,gutim,19068 +nof,406,8,1,14008,10321,,179,2436.9795509999853,,,,,,,144,98,0,,,,,,,,,,,gutim,19068 +non,406,9,1,14009,10321,6813,204,2436.9795509999853,0.108816964285714,32,0,C8,mf-,16,144,108,16,,,,,,o,,,,,gutim,19069 +nof,406,9,1,14009,10322,,204,2437.0885509999853,,,,,,,144,108,0,,,,,,,,,,,gutim,19069 +non,406,10,1,14010,10322,6814,230,2437.0885509999853,0.108816964285714,32,0,D7,mf,17,144,98,17,,,,,,o,,,,,gutim,19070 +nof,406,10,1,14010,10323,,230,2437.1975509999857,,,,,,,144,98,0,,,,,,,,,,,gutim,19070 +ped,406,11,0,14011,10323,,256,2437.1975509999857,,,,,,,176,64,0,,,,,,,^,,,,gutim,19059 +non,406,12,1,14012,10323,6815,256,2437.1975509999857,0.200892857142857,32,1,C8,mf+,18,144,108,18,,,,,,o,,,,,gutim,19071 +nof,406,12,1,14012,10324,,256,2437.3985509999857,,,,,,,144,108,0,,,,,,,,,,,gutim,19071 +non,406,13,1,14013,10324,6816,304,2437.3985509999857,0.200892857142857,32,1,D7,f-,19,144,98,19,,,,,,o,,,,,gutim,19072 +nof,406,13,1,14013,10325,,304,2437.5995509999857,,,,,,,144,98,0,,,,,,,,,,,gutim,19072 +non,406,14,1,14014,10325,6817,352,2437.5995509999857,0.133928571428571,32,0,A2,f,20,144,45,20,,,,,,o,,d,,,gutim,19073 +non,406,15,1,14015,10325,6817,352,2437.5995509999857,0.133928571428571,32,0,G#5,f,20,144,80,20,,,,,,o,,d,,,gutim,19074 +non,406,16,1,14016,10325,6817,352,2437.5995509999857,0.133928571428571,32,0,E6,f,20,144,88,20,,,,,,o,,d,,,gutim,19075 +nof,406,14,1,14014,10326,,352,2437.7325509999855,,,,,,,144,45,0,,,,,,,,,,,gutim,19073 +nof,406,15,1,14015,10326,,352,2437.7325509999855,,,,,,,144,80,0,,,,,,,,,,,gutim,19074 +nof,406,16,1,14016,10326,,352,2437.7325509999855,,,,,,,144,88,0,,,,,,,,,,,gutim,19075 +rst,406,17,1,14017,10326,,384,2437.7325509999855,,,,,,,176,102,0,,,,,,,,,,,gutim,19076 +non,406,18,1,14018,10327,6818,512,2438.2685509999856,0.535714285714286,8,0,E5,ppp,5,144,76,5,,,,,,o,,d,,,gutim,19077 +non,406,19,3,14019,10327,6818,512,2438.2685509999856,0.535714285714286,8,0,Ab1,ppp,5,144,32,5,,,,,,o,,d,,,gutim,19078 +non,406,20,3,14020,10327,6818,512,2438.2685509999856,0.535714285714286,8,0,Eb2,ppp,5,144,39,5,,,,,,o,,d,,,gutim,19079 +nof,406,18,1,14018,10328,,512,2438.8045509999856,,,,,,,144,76,0,,,,,,,,,,,gutim,19077 +nof,406,19,3,14019,10328,,512,2438.8045509999856,,,,,,,144,32,0,,,,,,,,,,,gutim,19078 +nof,406,20,3,14020,10328,,512,2438.8045509999856,,,,,,,144,39,0,,,,,,,,,,,gutim,19079 +rst,406,22,1,14021,10328,,640,2438.8045509999856,,,,,,,176,102,0,,,,,,,,,,,gutim,19080 +non,406,23,3,14022,10328,6819,640,2438.8045509999856,0.133928571428571,32,0,C1,ppp,5,144,24,5,,,,,,o,,d,,,gutim,19081 +ped,406,21,0,14023,10328,,640,2438.8045509999856,,,,,,,176,64,127,,,,,,,V,,,,gutim,19082 +nof,406,23,3,14022,10329,,640,2438.9385509999856,,,,,,,144,24,0,,,,,,,,,,,gutim,19081 +non,406,24,1,14024,10329,6820,672,2438.9385509999856,0.401785714285714,16,1,A3,ppp,5,144,57,5,,,,,,o,,d,,,gutim,19083 +non,406,25,1,14025,10329,6820,672,2438.9385509999856,0.267857142857143,16,1,E4,ppp,5,144,64,5,,,,,,o,,d,,,gutim,19084 +non,406,26,3,14026,10329,6820,672,2438.9385509999856,0.401785714285714,16,1,Ab1,ppp,5,144,32,5,,,,,,o,,d,,,gutim,19085 +non,406,27,3,14027,10329,6820,672,2438.9385509999856,0.267857142857143,16,1,Eb2,ppp,5,144,39,5,,,,,,o,,d,,,gutim,19086 +nof,406,25,1,14025,10330,,672,2439.2065509999857,,,,,,,144,64,0,,,,,,,,,,,gutim,19084 +nof,406,27,3,14027,10330,,672,2439.2065509999857,,,,,,,144,39,0,,,,,,,,,,,gutim,19086 +nof,406,24,1,14024,10331,,672,2439.3405509999857,,,,,,,144,57,0,,,,,,,,,,,gutim,19083 +nof,406,26,3,14026,10331,,672,2439.3405509999857,,,,,,,144,32,0,,,,,,,,,,,gutim,19085 +non,406,28,1,14028,10331,6821,768,2439.3405509999857,1.07142857142857,4,0,F4,ff,22,144,65,22,,,,,,o,,d,,,gutim,19087 +rst,406,29,3,14029,10331,,768,2439.3405509999857,,,,,,,176,102,0,,,,,,,,,,,gutim,19088 +nof,406,28,1,14028,10332,,768,2440.4115509999856,,,,,,,144,65,0,,,,,,,,,,,gutim,19087 +non,406,30,1,14030,10332,6822,1024,2440.4115509999856,0.355747767857143,16,1,G6,ppp,5,144,91,5,,,,,,o,,d,,,gutim,19089 +nof,406,30,1,14030,10333,,1024,2440.7675509999854,,,,,,,144,91,0,,,,,,,,,,,gutim,19089 +non,406,31,1,14031,10333,6823,1109,2440.7675509999854,0.238560267857143,16,0,E5,ppp,5,144,76,5,,,,,,o,,d,,,gutim,19090 +nof,406,31,1,14031,10334,,1109,2441.0055509999856,,,,,,,144,76,0,,,,,,,,,,,gutim,19090 +non,406,32,1,14032,10334,6824,1166,2441.0055509999856,0.1171875,32,0,C6,ppp,5,144,84,5,,,,,,o,,d,,,gutim,19091 +nof,406,32,1,14032,10335,,1166,2441.1235509999856,,,,,,,144,84,0,,,,,,,,,,,gutim,19091 +non,406,33,1,14033,10335,6825,1194,2441.1235509999856,0.121372767857143,32,0,G#3,ppp,5,144,56,5,,,,,,o,,d,,,gutim,19092 +nof,406,33,1,14033,10336,,1194,2441.244550999985,,,,,,,144,56,0,,,,,,,,,,,gutim,19092 +non,406,34,1,14034,10336,6826,1223,2441.244550999985,0.1171875,32,0,C6,ppp,5,144,84,5,,,,,,o,,d,,,gutim,19093 +nof,406,34,1,14034,10337,,1223,2441.3615509999854,,,,,,,144,84,0,,,,,,,,,,,gutim,19093 +non,406,35,1,14035,10337,6827,1251,2441.3615509999854,0.121372767857143,32,0,G#3,ppp,5,144,56,5,,,,,,o,,d,,,gutim,19094 +nof,406,35,1,14035,10338,,1251,2441.4825509999855,,,,,,,144,56,0,,,,,,,,,,,gutim,19094 +bar,407,0,0,14036,10338,,0,2441.4825509999855,,,,,,,,,,407,,,,,,,,,,gutim,19095 +non,407,1,1,14037,10338,6828,0,2441.4825509999855,0.234375,16,0,C6,ppp,5,144,84,5,,,,,,o,,d,,,gutim,19096 +rst,407,2,3,14038,10338,,0,2441.4825509999855,,,,,,,176,102,0,,,,,,,,,,,gutim,19097 +nof,407,1,1,14037,10339,,0,2441.7175509999856,,,,,,,144,84,0,,,,,,,,,,,gutim,19096 +non,407,3,1,14039,10339,6829,56,2441.7175509999856,0.121372767857143,32,0,C#3,ppp,5,144,49,5,,,,,,o,,d,,,gutim,19098 +non,407,4,1,14040,10339,6829,56,2441.7175509999856,0.133928571428571,32,0,G#3,ppp,5,144,56,5,,,,,,o,,d,,,gutim,19099 +nof,407,3,1,14039,10340,,56,2441.8385509999853,,,,,,,144,49,0,,,,,,,,,,,gutim,19098 +rst,407,5,1,14041,10340,,85,2441.8385509999853,,,,,,,176,102,0,,,,,,,,,,,gutim,19100 +nof,407,4,1,14040,10341,,56,2441.851550999985,,,,,,,144,56,0,,,,,,,,,,,gutim,19099 +non,407,6,3,14042,10342,6830,128,2442.018550999985,0.104631696428571,32,0,E5,mp,14,144,76,14,,,,,,o,,D 6061,,,gutim,19101 +nof,407,6,3,14042,10343,,128,2442.123550999985,,,,,,,144,76,0,,,,,,,,,,,gutim,19101 +non,407,7,3,14043,10343,6831,153,2442.123550999985,0.108816964285714,32,0,A2,mf-,16,144,45,16,,,,,,o,,,,,gutim,19102 +nof,407,7,3,14043,10344,,153,2442.232550999985,,,,,,,144,45,0,,,,,,,,,,,gutim,19102 +non,407,8,3,14044,10344,6832,179,2442.232550999985,0.104631696428571,32,0,D6,mf+,18,144,86,18,,,,,,o,,,,,gutim,19103 +nof,407,8,3,14044,10345,,179,2442.336550999985,,,,,,,144,86,0,,,,,,,,,,,gutim,19103 +non,407,9,3,14045,10345,6833,204,2442.336550999985,0.108816964285714,32,0,A2,f,20,144,45,20,,,,,,o,,,,,gutim,19104 +non,407,10,3,14046,10345,6833,204,2442.336550999985,0.133928571428571,32,0,G#3,f,20,144,56,20,,,,,,o,,,,,gutim,19105 +nof,407,9,3,14045,10346,,204,2442.445550999985,,,,,,,144,45,0,,,,,,,,,,,gutim,19104 +non,407,11,3,14047,10346,6834,230,2442.445550999985,0.108816964285714,32,0,D6,ff,22,144,86,22,,,,,,o,,,,,gutim,19106 +non,407,12,3,14048,10346,6834,230,2442.445550999985,0.133928571428571,32,0,C7,ff,22,144,96,22,,,,,,o,,,,,gutim,19107 +nof,407,10,3,14046,10347,,204,2442.470550999985,,,,,,,144,56,0,,,,,,,,,,,gutim,19105 +nof,407,11,3,14047,10348,,230,2442.5545509999847,,,,,,,144,86,0,,,,,,,,,,,gutim,19106 +rst,407,13,1,14049,10348,,256,2442.5545509999847,,,,,,,176,102,0,,,,,,,,,,,gutim,19108 +non,407,14,3,14050,10348,6835,256,2442.5545509999847,1.07142857142857,4,0,A2,ff,22,144,45,22,,,,,,o,,,,,gutim,19109 +non,407,15,3,14051,10348,6835,256,2442.5545509999847,1.07142857142857,4,0,G#3,ff,22,144,56,22,,,,,,o,,,,,gutim,19110 +non,407,16,3,14052,10348,6835,256,2442.5545509999847,1.07142857142857,4,0,E4,ff,22,144,64,22,,,,,,o,,,,,gutim,19111 +nof,407,12,3,14048,10349,,230,2442.5795509999843,,,,,,,144,96,0,,,,,,,,,,,gutim,19107 +nof,407,14,3,14050,10350,,256,2443.6255509999846,,,,,,,144,45,0,,,,,,,,,,,gutim,19109 +nof,407,15,3,14051,10350,,256,2443.6255509999846,,,,,,,144,56,0,,,,,,,,,,,gutim,19110 +nof,407,16,3,14052,10350,,256,2443.6255509999846,,,,,,,144,64,0,,,,,,,,,,,gutim,19111 +rst,407,17,1,14053,10350,,512,2443.6255509999846,,,,,,,176,102,0,,,,,,,,,,,gutim,19112 +rst,407,18,3,14054,10350,,512,2443.6255509999846,,,,,,,176,102,0,,,,,,,,,,,gutim,19113 +non,407,19,1,14055,10351,6836,704,2444.4295509999847,0.267857142857143,16,0,Bb3,ff,22,144,58,22,,,,,t,o,,,,,gutim,19114 +non,407,20,1,14056,10351,6836,704,2444.4295509999847,0.267857142857143,16,0,F4,ff,22,144,65,22,,,,,t,o,,,,,gutim,19115 +non,407,21,1,14057,10352,,768,2444.6975509999847,1.07142857142857,4,0,Bb3,,,,,,,,,,T,,,,,,gutim,19116 +non,407,22,1,14058,10352,,768,2444.6975509999847,1.07142857142857,4,0,F4,,,,,,,,,,T,,,,,,gutim,19117 +non,407,23,3,14059,10352,6837,768,2444.6975509999847,1.07142857142857,4,0,E4,ff,22,144,64,22,,,,,t,o,,,,,gutim,19118 +ped,407,24,0,14060,10353,,1024,2445.6185509999846,,,,,,,176,64,0,,,,,,,^,,,,gutim,19082 +rst,407,26,1,14061,10354,,1024,2445.7685509999847,,,,,,,176,102,0,,,,,,,,,,,gutim,19119 +non,407,27,3,14062,10354,,1024,2445.7685509999847,0.535714285714286,8,0,E4,,,,,,,,,,T,,,,,,gutim,19120 +nof,407,19,1,14055,10355,,704,2445.9185509999847,,,,,,,144,58,0,,,,,,,,,,,gutim,19114 +nof,407,20,1,14056,10355,,704,2445.9185509999847,,,,,,,144,65,0,,,,,,,,,,,gutim,19115 +ped,407,25,0,14063,10356,,1024,2445.9185509999847,,,,,,,176,64,127,,,,,,,V,,,,gutim,19121 +non,407,28,3,14064,10357,6838,1152,2446.3045509999847,0.087890625,32,0,G#3,ff,22,144,56,22,,,,,,o,,,,,gutim,19122 +non,407,29,3,14065,10357,6838,1152,2446.3045509999847,0.133928571428571,32,0,E4,ff,22,144,64,22,,,,,,o,,,,,gutim,19123 +nof,407,28,3,14064,10358,,1152,2446.3925509999845,,,,,,,144,56,0,,,,,,,,,,,gutim,19122 +nof,407,29,3,14065,10358,,1152,2446.3925509999845,,,,,,,144,64,0,,,,,,,,,,,gutim,19123 +non,407,30,3,14066,10358,6839,1173,2446.3925509999845,0.087890625,32,0,A1,ff,22,144,33,22,,,,,t,o,,,,,gutim,19124 +non,407,31,3,14067,10358,6839,1173,2446.3925509999845,0.133928571428571,32,0,G#3,ff,22,144,56,22,,,,,,o,,,,,gutim,19125 +non,407,32,3,14068,10358,6839,1173,2446.3925509999845,0.133928571428571,32,0,E4,ff,22,144,64,22,,,,,,o,,,,,gutim,19126 +nof,407,23,3,14059,10359,,768,2446.4545509999843,,,,,,,144,64,0,,,,,,,,,,,gutim,19126 +non,407,33,3,14069,10360,,1194,2446.480550999984,0.359933035714286,8,0,A1,,,,,,,,,,_,,,,,,gutim,19127 +nof,407,31,3,14067,10361,,1173,2446.5265509999845,,,,,,,144,56,0,,,,,,,,,,,gutim,19125 +nof,407,32,3,14068,10361,,1173,2446.5265509999845,,,,,,,144,64,0,,,,,,,,,,,gutim,19128 +bar,408,0,0,14070,10362,,0,2446.8405509999843,,,,,,,,,,408,,,,,,,,,,gutim,19129 +non,408,1,1,14071,10362,6840,0,2446.8405509999843,0.355747767857143,8,0,Bb3,f,20,144,58,20,,,,,,o,,,,,gutim,19130 +non,408,2,1,14072,10362,6840,0,2446.8405509999843,0.535714285714286,8,0,F4,f,20,144,65,20,,,,,,o,,,,,gutim,19131 +non,408,3,3,14073,10362,,0,2446.8405509999843,0.355747767857143,8,0,A1,,,,,,,,,,T,,,,,,gutim,19132 +nof,407,30,3,14066,10363,,1173,2447.1955509999843,,,,,,,144,33,0,,,,,,,,,,,gutim,19124 +nof,408,1,1,14071,10363,,0,2447.1955509999843,,,,,,,144,58,0,,,,,,,,,,,gutim,19130 +non,408,4,1,14074,10363,6841,85,2447.1955509999843,0.087890625,32,0,C7,f,20,144,96,20,,,,,,o,,,,,gutim,19133 +non,408,5,3,14075,10363,6841,85,2447.1955509999843,0.179966517857143,16,0,A1,f,20,144,33,20,,,,,,o,,,,,gutim,19134 +nof,408,4,1,14074,10364,,85,2447.2835509999845,,,,,,,144,96,0,,,,,,,,,,,gutim,19133 +ped,408,6,0,14076,10364,,106,2447.2835509999845,,,,,,,176,64,0,,,,,,,^,,,,gutim,19121 +non,408,7,1,14077,10364,6842,106,2447.2835509999845,0.0920758928571429,32,0,D5,f,20,144,74,20,,,,,,o,,,,,gutim,19135 +nof,408,2,1,14072,10365,,0,2447.3755509999846,,,,,,,144,65,0,,,,,,,,,,,gutim,19131 +nof,408,5,3,14075,10365,,85,2447.3755509999846,,,,,,,144,33,0,,,,,,,,,,,gutim,19134 +nof,408,7,1,14077,10365,,106,2447.3755509999846,,,,,,,144,74,0,,,,,,,,,,,gutim,19135 +rst,408,8,1,14078,10365,,128,2447.3755509999846,,,,,,,176,102,0,,,,,,,,,,,gutim,19136 +non,408,9,3,14079,10365,6843,,2447.3755509999846,0.05,8,0,A0,mf,17,144,21,17,,,,g,,o,,,,,gutim,19137 +nof,408,9,3,14079,10366,,,2447.425550999985,,,,,,,144,21,0,,,,,,,,,,,gutim,19137 +non,408,10,3,14080,10367,6844,,2447.450550999985,0.05,8,0,D4,mf-,16,144,62,16,,,,g,,o,,,,,gutim,19138 +nof,408,10,3,14080,10368,,,2447.5005509999846,,,,,,,144,62,0,,,,,,,,,,,gutim,19138 +non,408,11,3,14081,10369,6845,128,2447.5255509999847,0.17578125,16,0,E2,mp,14,144,40,14,,,,,,o,,,,,gutim,19139 +ped,408,12,0,14082,10370,,148,2447.6095509999845,,,,,,,176,64,127,,,,,,,V,,,,gutim,19140 +nof,408,11,3,14081,10371,,128,2447.7015509999846,,,,,,,144,40,0,,,,,,,,,,,gutim,19139 +non,408,13,3,14083,10371,6846,170,2447.7015509999846,0.179966517857143,16,0,A0,p,11,144,21,11,,,,,,o,,,,,gutim,19141 +non,408,14,3,14084,10371,6846,170,2447.7015509999846,0.267857142857143,16,0,G#1,p,11,144,32,11,,,,,,o,,,,,gutim,19142 +nof,408,13,3,14083,10372,,170,2447.881550999985,,,,,,,144,21,0,,,,,,,,,,,gutim,19141 +nof,408,14,3,14084,10372,,170,2447.881550999985,,,,,,,144,32,0,,,,,,,,,,,gutim,19142 +non,408,15,1,14085,10372,6847,213,2447.881550999985,0.179966517857143,16,0,D4,pp,8,144,62,8,,,,,t,o,,,,,gutim,19143 +non,408,16,1,14086,10372,6847,213,2447.881550999985,0.267857142857143,16,0,C5,pp,8,144,72,8,,,,,t,o,,,,,gutim,19144 +non,408,17,3,14087,10372,6847,213,2447.881550999985,0.179966517857143,16,0,A0,pp,8,144,21,8,,,,,t,o,,,,,gutim,19145 +non,408,18,3,14088,10372,6847,213,2447.881550999985,0.267857142857143,16,0,G#1,pp,8,144,32,8,,,,,t,o,,,,,gutim,19146 +non,408,20,1,14089,10373,,256,2448.061550999985,1.07142857142857,4,0,D4,,,,,,,,,,T,,,,,,gutim,19147 +non,408,21,1,14090,10373,,256,2448.061550999985,1.07142857142857,4,0,C5,,,,,,,,,,T,,,,,,gutim,19148 +non,408,22,3,14091,10373,,256,2448.061550999985,1.07142857142857,4,0,A0,,,,,,,,,,T,,,,,,gutim,19149 +non,408,23,3,14092,10373,,256,2448.061550999985,1.07142857142857,4,0,G#1,,,,,,,,,,T,,,,,,gutim,19150 +ped,408,19,0,14093,10374,,256,2448.361550999985,,,,,,,176,64,0,,,,,,,^,,,,gutim,19140 +sec,408,24,0,14094,10374,,256,2448.361550999985,,,,,,,,,,,6061,,,,,,,,,gutim,19151 +nof,408,15,1,14085,10375,,213,2449.132550999985,,,,,,,144,62,0,,,,,,,,,,,gutim,19143 +nof,408,17,3,14087,10375,,213,2449.132550999985,,,,,,,144,21,0,,,,,,,,,,,gutim,19145 +nof,408,16,1,14086,10376,,213,2449.220550999985,,,,,,,144,72,0,,,,,,,,,,,gutim,19144 +nof,408,18,3,14088,10376,,213,2449.220550999985,,,,,,,144,32,0,,,,,,,,,,,gutim,19146 +non,408,26,1,14095,10377,6848,,2449.3575509999846,0.05,8,0,G5,pp,8,144,79,8,,,,g,,o,,d,,,gutim,19152 +nof,408,26,1,14095,10378,,,2449.407550999985,,,,,,,144,79,0,,,,,,,,,,,gutim,19152 +non,408,27,1,14096,10379,6849,512,2449.432550999985,2.14285714285714,2,0,C5,pp,8,144,72,8,,,,,,o,,d,,,gutim,19153 +non,408,28,3,14097,10379,6849,512,2449.432550999985,0.711495535714286,4,0,F2,ppp,5,144,41,5,,,,,,o,,d,,,gutim,19154 +ped,408,25,0,14098,10379,,512,2449.432550999985,,,,,,,176,64,127,,,,,,,V,,,,gutim,19155 +nof,408,28,3,14097,10380,,512,2450.144550999985,,,,,,,144,41,0,,,,,,,,,,,gutim,19154 +non,408,29,3,14099,10380,6850,682,2450.144550999985,0.359933035714286,8,0,F2,ppp,5,144,41,5,,,,,t,o,,d,,,gutim,19156 +non,408,30,3,14100,10380,6850,682,2450.144550999985,0.535714285714286,8,0,Db3,ppp,5,144,49,5,,,,,t,o,,d,,,gutim,19157 +non,408,31,3,14101,10381,,768,2450.504550999985,0.535714285714286,8,0,F2,,,,,,,,,,T,,,,,,gutim,19158 +non,408,32,3,14102,10381,,768,2450.504550999985,0.535714285714286,8,0,Db3,,,,,,,,,,T,,,,,,gutim,19159 +non,408,33,3,14103,10382,6851,896,2451.0405509999846,0.535714285714286,8,0,Db2,pp,8,144,37,8,,,,,,o,,d,,,gutim,19160 +nof,408,29,3,14099,10383,,682,2451.0405509999846,,,,,,,144,41,0,,,,,,,,,,,gutim,19156 +nof,408,30,3,14100,10384,,682,2451.2155509999848,,,,,,,144,49,0,,,,,,,,,,,gutim,19157 +nof,408,33,3,14103,10385,,896,2451.575550999985,,,,,,,144,37,0,,,,,,,,,,,gutim,19160 +rst,408,34,1,14104,10385,,1024,2451.575550999985,,,,,,,176,102,0,,,,,,,,,,,gutim,19161 +rst,408,35,3,14105,10385,,1024,2451.575550999985,,,,,,,176,102,0,,,,,,,,,,,gutim,19162 +nof,408,27,1,14096,10386,,512,2451.575550999985,,,,,,,144,72,0,,,,,,,,,,,gutim,19153 +non,408,36,1,14106,10387,6852,1109,2451.931550999985,0.179966517857143,16,0,Bb4,ff,22,144,70,22,,,,,,o,,d,,,gutim,19163 +non,408,37,3,14107,10387,6852,1109,2451.931550999985,0.179966517857143,16,0,F#2,ff,22,144,42,22,,,,,,o,,d,,,gutim,19164 +non,408,38,3,14108,10387,6852,1109,2451.931550999985,0.267857142857143,16,0,G3,ff,22,144,55,22,,,,,,o,,d,,,gutim,19165 +nof,408,36,1,14106,10388,,1109,2452.1115509999854,,,,,,,144,70,0,,,,,,,,,,,gutim,19163 +nof,408,37,3,14107,10388,,1109,2452.1115509999854,,,,,,,144,42,0,,,,,,,,,,,gutim,19164 +rst,408,40,1,14109,10388,,1152,2452.1115509999854,,,,,,,176,102,0,,,,,,,,,,,gutim,19166 +non,408,39,1,14110,10388,6853,,2452.1115509999854,0.05,8,0,G5,pp,8,144,79,8,,,,g,,o,,d,,,gutim,19167 +nof,408,39,1,14110,10389,,,2452.1615509999856,,,,,,,144,79,0,,,,,,,,,,,gutim,19167 +non,408,41,3,14111,10390,6854,1152,2452.1865509999852,0.267857142857143,16,1,E3,pp,8,144,52,8,,,,,,o,,d,,,gutim,19168 +nof,408,38,3,14108,10391,,1109,2452.199550999985,,,,,,,144,55,0,,,,,,,,,,,gutim,19165 +nof,408,41,3,14111,10392,,1152,2452.4545509999853,,,,,,,144,52,0,,,,,,,,,,,gutim,19168 +non,408,42,3,14112,10392,6855,1216,2452.4545509999853,0.087890625,32,0,G#2,pp,8,144,44,8,,,,,,o,,d,,,gutim,19169 +nof,408,42,3,14112,10393,,1216,2452.542550999985,,,,,,,144,44,0,,,,,,,,,,,gutim,19169 +non,408,43,1,14113,10393,6856,1237,2452.542550999985,0.179966517857143,16,0,E6,mp,14,144,88,14,,,,,,o,,d,,,gutim,19170 +non,408,44,3,14114,10393,6856,1237,2452.542550999985,0.179966517857143,16,0,C3,mp,14,144,48,14,,,,,,o,,d,,,gutim,19171 +nof,408,43,1,14113,10394,,1237,2452.7225509999853,,,,,,,144,88,0,,,,,,,,,,,gutim,19170 +nof,408,44,3,14114,10394,,1237,2452.7225509999853,,,,,,,144,48,0,,,,,,,,,,,gutim,19171 +bar,409,0,0,14115,10394,,0,2452.7225509999853,,,,,,,,,,409,,,,,,,,,,gutim,19172 +non,409,1,1,14116,10394,6857,0,2452.7225509999853,0.267857142857143,16,0,F5,mp,14,144,77,14,,,,,,o,,d,,,gutim,19173 +non,409,2,1,14117,10394,6857,0,2452.7225509999853,0.267857142857143,16,0,E6,mp,14,144,88,14,,,,,,o,,d,,,gutim,19174 +non,409,3,3,14118,10394,6857,0,2452.7225509999853,0.133928571428571,32,0,Bb3,mp,14,144,58,14,,,,,,o,,d,,,gutim,19175 +nof,409,3,3,14118,10395,,0,2452.8565509999853,,,,,,,144,58,0,,,,,,,,,,,gutim,19175 +non,409,4,3,14119,10395,6858,32,2452.8565509999853,0.133928571428571,32,0,E2,mp,14,144,40,14,,,,,,o,,d,,,gutim,19176 +nof,409,1,1,14116,10396,,0,2452.9905509999853,,,,,,,144,77,0,,,,,,,,,,,gutim,19173 +nof,409,2,1,14117,10396,,0,2452.9905509999853,,,,,,,144,88,0,,,,,,,,,,,gutim,19174 +nof,409,4,3,14119,10397,,32,2452.9905509999853,,,,,,,144,40,0,,,,,,,,,,,gutim,19176 +non,409,5,1,14120,10397,6859,64,2452.9905509999853,0.267857142857143,16,0,C#6,mp,14,144,85,14,,,,,,o,,d,,,gutim,19177 +non,409,6,1,14121,10397,6859,64,2452.9905509999853,0.267857142857143,16,0,A6,mp,14,144,93,14,,,,,,o,,d,,,gutim,19178 +non,409,7,3,14122,10397,6859,64,2452.9905509999853,0.133928571428571,32,0,E3,mp,14,144,52,14,,,,,,o,,d,,,gutim,19179 +non,409,8,3,14123,10397,6859,64,2452.9905509999853,0.133928571428571,32,0,Bb3,mp,14,144,58,14,,,,,,o,,d,,,gutim,19180 +nof,409,7,3,14122,10398,,64,2453.1245509999853,,,,,,,144,52,0,,,,,,,,,,,gutim,19179 +nof,409,8,3,14123,10398,,64,2453.1245509999853,,,,,,,144,58,0,,,,,,,,,,,gutim,19180 +non,409,9,3,14124,10398,6860,96,2453.1245509999853,0.133928571428571,32,0,F4,mp,14,144,65,14,,,,,,o,,d,,,gutim,19181 +nof,409,5,1,14120,10399,,64,2453.257550999985,,,,,,,144,85,0,,,,,,,,,,,gutim,19177 +nof,409,6,1,14121,10399,,64,2453.257550999985,,,,,,,144,93,0,,,,,,,,,,,gutim,19178 +nof,409,9,3,14124,10400,,96,2453.257550999985,,,,,,,144,65,0,,,,,,,,,,,gutim,19181 +rst,409,10,1,14125,10400,,128,2453.257550999985,,,,,,,176,102,0,,,,,,,,,,,gutim,19182 +rst,409,11,3,14126,10400,,128,2453.257550999985,,,,,,,176,102,0,,,,,,,,,,,gutim,19183 +non,409,12,1,14127,10401,6861,213,2453.613550999985,0.179966517857143,16,0,Bb4,mp,14,144,70,14,,,,,,o,,d,,,gutim,19184 +nof,409,12,1,14127,10402,,213,2453.793550999985,,,,,,,144,70,0,,,,,,,,,,,gutim,19184 +non,409,13,1,14128,10402,6862,256,2453.793550999985,0.355747767857143,8,0,Bb3,fff,24,144,58,24,,,,,,o,,d,,,gutim,19185 +non,409,14,1,14129,10402,6862,256,2453.793550999985,0.535714285714286,8,0,F4,fff,24,144,65,24,,,,,,o,,d,,,gutim,19186 +non,409,15,3,14130,10402,6862,256,2453.793550999985,0.355747767857143,8,0,C2,fff,24,144,36,24,,,,,,o,,d,,,gutim,19187 +ped,409,16,0,14131,10403,,341,2453.9995509999853,,,,,,,176,64,0,,,,,,,^,,,,gutim,19155 +nof,409,13,1,14128,10404,,256,2454.1495509999854,,,,,,,144,58,0,,,,,,,,,,,gutim,19185 +nof,409,15,3,14130,10404,,256,2454.1495509999854,,,,,,,144,36,0,,,,,,,,,,,gutim,19187 +non,409,18,1,14132,10404,6863,341,2454.1495509999854,0.535714285714286,8,1,Bb4,fff,24,144,70,24,,,,,,o,,D,,,gutim,19188 +non,409,19,3,14133,10404,6863,341,2454.1495509999854,0.535714285714286,8,1,F#2,fff,24,144,42,24,,,,,,o,,d,,,gutim,19189 +non,409,20,3,14134,10404,6863,341,2454.1495509999854,0.535714285714286,8,1,G3,fff,24,144,55,24,,,,,,o,,d,,,gutim,19190 +ped,409,17,0,14135,10405,,341,2454.2995509999855,,,,,,,176,64,127,,,,,,,V,,,,gutim,19191 +nof,409,14,1,14129,10406,,256,2454.3295509999853,,,,,,,144,65,0,,,,,,,,,,,gutim,19186 +nof,409,18,1,14132,10407,,341,2454.685550999985,,,,,,,144,70,0,,,,,,,,,,,gutim,19188 +nof,409,19,3,14133,10407,,341,2454.685550999985,,,,,,,144,42,0,,,,,,,,,,,gutim,19189 +nof,409,20,3,14134,10407,,341,2454.685550999985,,,,,,,144,55,0,,,,,,,,,,,gutim,19190 +non,409,21,1,14136,10407,6864,469,2454.685550999985,0.087890625,32,0,Bb3,fff,24,144,58,24,,,,,,o,,,,,gutim,19192 +non,409,22,1,14137,10407,6864,469,2454.685550999985,0.133928571428571,32,0,F4,fff,24,144,65,24,,,,,,o,,,,,gutim,19193 +non,409,23,3,14138,10407,6864,469,2454.685550999985,0.087890625,32,0,C2,fff,24,144,36,24,,,,,,o,,,,,gutim,19194 +nof,409,21,1,14136,10408,,469,2454.7735509999848,,,,,,,144,58,0,,,,,,,,,,,gutim,19192 +nof,409,23,3,14138,10408,,469,2454.7735509999848,,,,,,,144,36,0,,,,,,,,,,,gutim,19194 +rst,409,24,1,14139,10408,,490,2454.7735509999848,,,,,,,176,102,0,,,,,,,,,,,gutim,19195 +rst,409,25,3,14140,10408,,490,2454.7735509999848,,,,,,,176,102,0,,,,,,,,,,,gutim,19196 +nof,409,22,1,14137,10409,,469,2454.819550999985,,,,,,,144,65,0,,,,,,,,,,,gutim,19193 +ped,409,26,0,14141,10410,,512,2454.849550999985,,,,,,,176,64,0,,,,,,,^,,,,gutim,19191 +non,409,27,1,14142,10411,6865,512,2454.865550999985,0.472935267857143,8,0,Bb3,f,20,144,58,20,,,,,,o,,,,,gutim,19197 +non,409,28,1,14143,10411,6865,512,2454.865550999985,0.535714285714286,8,0,F4,f,20,144,65,20,,,,,,o,,,,,gutim,19198 +non,409,29,1,14144,10411,6865,512,2454.865550999985,0.535714285714286,8,0,Bb4,f,20,144,70,20,,,,,,o,,,,,gutim,19199 +non,409,30,3,14145,10411,6865,512,2454.865550999985,0.535714285714286,8,0,C2,f,20,144,36,20,,,,,,o,,,,,gutim,19200 +non,409,31,3,14146,10411,6865,512,2454.865550999985,0.535714285714286,8,0,F#2,f,20,144,42,20,,,,,,o,,,,,gutim,19201 +ped,409,32,0,14147,10412,,576,2455.149550999985,,,,,,,176,64,127,,,,,,,V,,,,gutim,19202 +nof,409,27,1,14142,10413,,512,2455.338550999985,,,,,,,144,58,0,,,,,,,,,,,gutim,19197 +rst,409,33,1,14148,10413,,625,2455.338550999985,,,,,,,176,102,0,,,,,,,,,,,gutim,19203 +nof,409,28,1,14143,10414,,512,2455.400550999985,,,,,,,144,65,0,,,,,,,,,,,gutim,19198 +nof,409,29,1,14144,10414,,512,2455.400550999985,,,,,,,144,70,0,,,,,,,,,,,gutim,19199 +nof,409,30,3,14145,10414,,512,2455.400550999985,,,,,,,144,36,0,,,,,,,,,,,gutim,19200 +nof,409,31,3,14146,10414,,512,2455.400550999985,,,,,,,144,42,0,,,,,,,,,,,gutim,19201 +rst,409,34,3,14149,10414,,640,2455.400550999985,,,,,,,176,102,0,,,,,,,,,,,gutim,19204 +non,409,35,1,14150,10415,6866,654,2455.4595509999854,0.1171875,32,0,F6,pp,8,144,89,8,,,,,,o,,d,e,,gutim,19205 +nof,409,35,1,14150,10416,,654,2455.5765509999856,,,,,,,144,89,0,,,,,,,,,,,gutim,19205 +non,409,36,1,14151,10416,6867,682,2455.5765509999856,0.121372767857143,32,0,Ab4,p,11,144,68,11,,,,,,o,,d,e,,gutim,19206 +nof,409,36,1,14151,10417,,682,2455.6975509999857,,,,,,,144,68,0,,,,,,,,,,,gutim,19206 +non,409,37,1,14152,10417,6868,711,2455.6975509999857,0.1171875,32,0,Bb5,p,11,144,82,11,,,,,,o,,d,e,,gutim,19207 +nof,409,37,1,14152,10418,,711,2455.8155509999856,,,,,,,144,82,0,,,,,,,,,,,gutim,19207 +non,409,38,1,14153,10418,6869,739,2455.8155509999856,0.121372767857143,32,0,C5,pp,8,144,72,8,,,,,,o,,d,e,,gutim,19208 +nof,409,38,1,14153,10419,,739,2455.9365509999852,,,,,,,144,72,0,,,,,,,,,,,gutim,19208 +non,409,39,1,14154,10419,6870,768,2455.9365509999852,0.1171875,32,0,Ab3,pp,8,144,56,8,,,,,,o,,d,e,,gutim,19209 +non,409,40,3,14155,10419,6870,768,2455.9365509999852,0.711495535714286,4,0,Ab2,pp,8,144,44,8,,,,,,o,,d,e,,gutim,19210 +non,409,41,3,14156,10419,6870,768,2455.9365509999852,1.07142857142857,4,0,E3,pp,8,144,52,8,,,,,,o,,d,e,,gutim,19211 +nof,409,39,1,14154,10420,,768,2456.0535509999854,,,,,,,144,56,0,,,,,,,,,,,gutim,19209 +non,409,42,1,14157,10420,6871,796,2456.0535509999854,0.1171875,32,0,Bb5,pp,8,144,82,8,,,,,,o,,d,e,,gutim,19212 +nof,409,42,1,14157,10421,,796,2456.1705509999856,,,,,,,144,82,0,,,,,,,,,,,gutim,19212 +non,409,43,1,14158,10421,6872,824,2456.1705509999856,0.121372767857143,32,0,C5,pp,8,144,72,8,,,,,,o,,d,e,,gutim,19213 +nof,409,43,1,14158,10422,,824,2456.2925509999855,,,,,,,144,72,0,,,,,,,,,,,gutim,19213 +non,409,44,1,14159,10422,6873,853,2456.2925509999855,0.179966517857143,32,1,Ab3,pp,8,144,56,8,,,,,,o,,d 6062,E 6062,,gutim,19214 +nof,409,44,1,14159,10423,,853,2456.4725509999853,,,,,,,144,56,0,,,,,,,,,,,gutim,19214 +non,409,45,1,14160,10423,6874,896,2456.4725509999853,0.17578125,32,1,C4,pp,8,144,60,8,,,,,,o,,,,,gutim,19215 +nof,409,40,3,14155,10424,,768,2456.648550999985,,,,,,,144,44,0,,,,,,,,,,,gutim,19210 +nof,409,45,1,14160,10424,,896,2456.648550999985,,,,,,,144,60,0,,,,,,,,,,,gutim,19215 +non,409,46,1,14161,10424,6875,938,2456.648550999985,0.121372767857143,32,0,F5,pp,8,144,77,8,,,,,,o,,,,,gutim,19216 +non,409,47,3,14162,10424,6875,938,2456.648550999985,0.359933035714286,8,0,C5,p,11,144,72,11,,,,,,o,,,,,gutim,19217 +non,409,48,3,14163,10424,6875,938,2456.648550999985,0.535714285714286,8,0,G5,p,11,144,79,11,,,,,,o,,,,,gutim,19218 +nof,409,46,1,14161,10425,,938,2456.7695509999853,,,,,,,144,77,0,,,,,,,,,,,gutim,19216 +non,409,49,1,14164,10425,6876,967,2456.7695509999853,0.1171875,32,0,Ab2,pp,8,144,44,8,,,,,,o,,,,,gutim,19219 +nof,409,49,1,14164,10426,,967,2456.886550999985,,,,,,,144,44,0,,,,,,,,,,,gutim,19219 +non,409,50,1,14165,10426,6877,995,2456.886550999985,0.121372767857143,32,0,Bb5,pp,8,144,82,8,,,,,,o,,,,,gutim,19220 +nof,409,41,3,14156,10427,,768,2457.007550999985,,,,,,,144,52,0,,,,,,,,,,,gutim,19211 +nof,409,47,3,14162,10427,,938,2457.007550999985,,,,,,,144,72,0,,,,,,,,,,,gutim,19217 +nof,409,50,1,14165,10427,,995,2457.007550999985,,,,,,,144,82,0,,,,,,,,,,,gutim,19220 +non,409,51,1,14166,10427,6878,1024,2457.007550999985,0.17578125,32,1,F6,pp,8,144,89,8,,,,,,o,,,,,gutim,19221 +non,409,52,3,14167,10427,6878,1024,2457.007550999985,0.472935267857143,8,0,G#2,p,11,144,44,11,,,,,,o,,,,,gutim,19222 +non,409,53,3,14168,10427,6878,1024,2457.007550999985,0.535714285714286,8,0,E3,p,11,144,52,11,,,,,,o,,,,,gutim,19223 +nof,409,48,3,14163,10428,,938,2457.183550999985,,,,,,,144,79,0,,,,,,,,,,,gutim,19218 +nof,409,51,1,14166,10428,,1024,2457.183550999985,,,,,,,144,89,0,,,,,,,,,,,gutim,19221 +non,409,54,1,14169,10428,6879,1066,2457.183550999985,0.121372767857143,32,0,Bb5,pp,8,144,82,8,,,,,,o,,,,,gutim,19224 +nof,409,52,3,14167,10429,,1024,2457.305550999985,,,,,,,144,44,0,,,,,,,,,,,gutim,19222 +nof,409,54,1,14169,10429,,1066,2457.305550999985,,,,,,,144,82,0,,,,,,,,,,,gutim,19224 +non,409,55,1,14170,10429,6880,1095,2457.305550999985,0.1171875,32,0,Ab2,pp,8,144,44,8,,,,,,o,,,,,gutim,19225 +non,409,56,1,14171,10430,6881,1123,2457.422550999985,0.121372767857143,32,0,Bb5,pp,8,144,82,8,,,,,,o,,,,,gutim,19226 +nof,409,55,1,14170,10431,,1095,2457.480550999985,,,,,,,144,44,0,,,,,,,,,,,gutim,19225 +rst,409,57,3,14172,10431,,1137,2457.480550999985,,,,,,,176,102,0,,,,,,,,,,,gutim,19227 +nof,409,53,3,14168,10432,,1024,2457.543550999985,,,,,,,144,52,0,,,,,,,,,,,gutim,19223 +nof,409,56,1,14171,10432,,1123,2457.543550999985,,,,,,,144,82,0,,,,,,,,,,,gutim,19226 +non,409,58,1,14173,10432,6882,1152,2457.543550999985,0.1171875,32,0,C3,pp,8,144,48,8,,,,,,o,,,,,gutim,19228 +nof,409,58,1,14173,10433,,1152,2457.6605509999854,,,,,,,144,48,0,,,,,,,,,,,gutim,19228 +non,409,59,1,14174,10433,6883,1180,2457.6605509999854,0.1171875,32,0,E7,pp,8,144,100,8,,,,,,o,,,,,gutim,19229 +nof,409,59,1,14174,10434,,1180,2457.7785509999853,,,,,,,144,100,0,,,,,,,,,,,gutim,19229 +non,409,60,1,14175,10434,6884,1208,2457.7785509999853,0.179966517857143,32,1,Bb5,pp,8,144,82,8,,,,,,o,,,,,gutim,19230 +nof,409,60,1,14175,10435,,1208,2457.958550999985,,,,,,,144,82,0,,,,,,,,,,,gutim,19230 +non,409,61,1,14176,10435,6885,1251,2457.958550999985,0.121372767857143,32,0,E7,pp,8,144,100,8,,,,,,o,,,,,gutim,19231 +non,409,62,3,14177,10435,6885,1251,2457.958550999985,0.121372767857143,32,0,C#2,p,11,144,37,11,,,,,,o,,,,,gutim,19232 +non,409,63,3,14178,10435,6885,1251,2457.958550999985,0.133928571428571,32,0,G#2,p,11,144,44,11,,,,,,o,,,,,gutim,19233 +nof,409,61,1,14176,10436,,1251,2458.0795509999853,,,,,,,144,100,0,,,,,,,,,,,gutim,19231 +nof,409,62,3,14177,10436,,1251,2458.0795509999853,,,,,,,144,37,0,,,,,,,,,,,gutim,19232 +bar,410,0,0,14179,10436,,0,2458.0795509999853,,,,,,,,,,410,,,,,,,,,,gutim,19234 +non,410,2,3,14180,10436,6886,,2458.0795509999853,0.05,8,0,E5,fff,24,144,76,24,,,,g,,o,,,,,gutim,19235 +nof,409,63,3,14178,10437,,1251,2458.0915509999854,,,,,,,144,44,0,,,,,,,,,,,gutim,19233 +nof,410,2,3,14180,10438,,,2458.1295509999854,,,,,,,144,76,0,,,,,,,,,,,gutim,19235 +non,410,1,1,14181,10439,6887,0,2458.154550999985,0.267857142857143,16,1,Bb3,fff,24,144,58,24,,,,,,o,,,,,gutim,19236 +non,410,3,3,14182,10439,6887,0,2458.154550999985,0.267857142857143,16,1,B1,fff,24,144,35,24,,,,,,o,,,,,gutim,19237 +non,410,4,3,14183,10439,6887,0,2458.154550999985,0.267857142857143,16,1,D2,fff,24,144,38,24,,,,,,o,,,,,gutim,19238 +nof,410,1,1,14181,10440,,0,2458.422550999985,,,,,,,144,58,0,,,,,,,,,,,gutim,19236 +nof,410,3,3,14182,10440,,0,2458.422550999985,,,,,,,144,35,0,,,,,,,,,,,gutim,19237 +nof,410,4,3,14183,10440,,0,2458.422550999985,,,,,,,144,38,0,,,,,,,,,,,gutim,19238 +non,410,5,1,14184,10440,6888,64,2458.422550999985,0.355747767857143,8,0,Bb3,fff,24,144,58,24,,,,,,o,,,,,gutim,19239 +non,410,6,3,14185,10440,6888,64,2458.422550999985,0.355747767857143,8,0,F#1,fff,24,144,30,24,,,,,,o,,,,,gutim,19240 +non,410,7,3,14186,10440,6888,64,2458.422550999985,0.535714285714286,8,0,B1,fff,24,144,35,24,,,,,,o,,,,,gutim,19241 +non,410,8,3,14187,10440,6888,64,2458.422550999985,0.535714285714286,8,0,D2,fff,24,144,38,24,,,,,,o,,,,,gutim,19242 +nof,410,5,1,14184,10441,,64,2458.777550999985,,,,,,,144,58,0,,,,,,,,,,,gutim,19239 +nof,410,6,3,14185,10441,,64,2458.777550999985,,,,,,,144,30,0,,,,,,,,,,,gutim,19240 +rst,410,9,1,14188,10441,,149,2458.777550999985,,,,,,,176,102,0,,,,,,,,,,,gutim,19243 +rst,410,10,3,14189,10441,,149,2458.777550999985,,,,,,,176,102,0,,,,,,,,,,,gutim,19244 +sec,410,11,0,14190,10441,,149,2458.777550999985,,,,,,,,,,,6062,,,,,,,,,gutim,19245 +ped,410,12,0,14191,10442,,170,2458.8655509999853,,,,,,,176,64,0,,,,,,,^,,,,gutim,19202 +non,410,13,1,14192,10442,6889,170,2458.8655509999853,0.359933035714286,8,0,Bb3,ff,22,144,58,22,,,,,,o,,,,,gutim,19246 +non,410,14,1,14193,10442,6889,170,2458.8655509999853,0.535714285714286,8,0,F4,ff,22,144,65,22,,,,,,o,,,,,gutim,19247 +non,410,15,1,14194,10442,6889,170,2458.8655509999853,0.535714285714286,8,0,Bb4,ff,22,144,70,22,,,,,,o,,,,,gutim,19248 +non,410,16,3,14195,10442,6889,170,2458.8655509999853,0.359933035714286,8,0,C2,ff,22,144,36,22,,,,,,o,,,,,gutim,19249 +non,410,17,3,14196,10442,6889,170,2458.8655509999853,0.535714285714286,8,0,F#2,ff,22,144,42,22,,,,,,o,,,,,gutim,19250 +nof,410,13,1,14192,10443,,170,2458.9155509999855,,,,,,,144,58,0,,,,,,,,,,,gutim,19246 +nof,410,14,1,14193,10443,,170,2458.9155509999855,,,,,,,144,65,0,,,,,,,,,,,gutim,19247 +nof,410,15,1,14194,10443,,170,2458.9155509999855,,,,,,,144,70,0,,,,,,,,,,,gutim,19248 +nof,410,16,3,14195,10443,,170,2458.9155509999855,,,,,,,144,36,0,,,,,,,,,,,gutim,19249 +nof,410,17,3,14196,10443,,170,2458.9155509999855,,,,,,,144,42,0,,,,,,,,,,,gutim,19250 +nof,410,7,3,14186,10444,,64,2458.957550999986,,,,,,,144,35,0,,,,,,,,,,,gutim,19241 +nof,410,8,3,14187,10444,,64,2458.957550999986,,,,,,,144,38,0,,,,,,,,,,,gutim,19242 +non,410,19,1,14197,10445,6890,256,2459.225550999986,0.267857142857143,16,1,B5,pp,8,144,83,8,,,,,,o,,,,,gutim,19251 +rst,410,20,3,14198,10445,,256,2459.225550999986,,,,,,,176,102,0,,,,,,,,,,,gutim,19252 +ped,410,18,0,14199,10445,,256,2459.225550999986,,,,,,,176,64,127,,,,,,,V,,,,gutim,19253 +nof,410,19,1,14197,10446,,256,2459.493550999986,,,,,,,144,83,0,,,,,,,,,,,gutim,19251 +non,410,21,1,14200,10446,6891,320,2459.493550999986,0.17578125,16,0,A1,p-,10,144,33,10,,,,,,o,,,,,gutim,19254 +nof,410,21,1,14200,10447,,320,2459.6695509999863,,,,,,,144,33,0,,,,,,,,,,,gutim,19254 +non,410,22,1,14201,10447,6892,362,2459.6695509999863,0.0920758928571429,32,0,G2,p,11,144,43,11,,,,,,o,,,,,gutim,19255 +nof,410,22,1,14201,10448,,362,2459.761550999986,,,,,,,144,43,0,,,,,,,,,,,gutim,19255 +non,410,23,1,14202,10448,6893,384,2459.761550999986,0.267857142857143,16,1,Eb5,p+,12,144,75,12,,,,,,o,,,,,gutim,19256 +ped,410,24,0,14203,10449,,448,2460.013550999986,,,,,,,176,64,0,,,,,,,^,,,,gutim,19253 +nof,410,23,1,14202,10450,,384,2460.029550999986,,,,,,,144,75,0,,,,,,,,,,,gutim,19256 +non,410,25,1,14204,10450,6894,448,2460.029550999986,0.267857142857143,16,1,B5,mp-,13,144,83,13,,,,,,o,,,,,gutim,19257 +non,410,26,3,14205,10450,6894,448,2460.029550999986,0.267857142857143,16,0,F#1,ff,22,144,30,22,,,,,,o,,,,,gutim,19258 +non,410,27,3,14206,10450,6894,448,2460.029550999986,0.267857142857143,16,0,B1,ff,22,144,35,22,,,,,,o,,,,,gutim,19259 +non,410,28,3,14207,10450,6894,448,2460.029550999986,0.267857142857143,16,0,D2,ff,22,144,38,22,,,,,,o,,,,,gutim,19260 +nof,410,25,1,14204,10451,,448,2460.297550999986,,,,,,,144,83,0,,,,,,,,,,,gutim,19257 +nof,410,26,3,14205,10451,,448,2460.297550999986,,,,,,,144,30,0,,,,,,,,,,,gutim,19258 +nof,410,27,3,14206,10451,,448,2460.297550999986,,,,,,,144,35,0,,,,,,,,,,,gutim,19259 +nof,410,28,3,14207,10451,,448,2460.297550999986,,,,,,,144,38,0,,,,,,,,,,,gutim,19260 +non,410,30,1,14208,10451,6895,512,2460.297550999986,0.087890625,32,0,A1,mp+,15,144,33,15,,,,,,o,,,,,gutim,19261 +rst,410,31,3,14209,10451,,512,2460.297550999986,,,,,,,176,102,0,,,,,,,,,,,gutim,19262 +ped,410,29,0,14210,10452,,512,2460.313550999986,,,,,,,176,64,127,,,,,,,V,,,,gutim,19263 +nof,410,30,1,14208,10453,,512,2460.3855509999858,,,,,,,144,33,0,,,,,,,,,,,gutim,19261 +non,410,32,1,14211,10453,6896,533,2460.3855509999858,0.087890625,32,0,G2,mf-,16,144,43,16,,,,,,o,,,,,gutim,19264 +nof,410,32,1,14211,10454,,533,2460.4735509999855,,,,,,,144,43,0,,,,,,,,,,,gutim,19264 +non,410,33,1,14212,10454,6897,554,2460.4735509999855,0.0920758928571429,32,0,Eb5,mf-,16,144,75,16,,,,,,o,,,,,gutim,19265 +nof,410,33,1,14212,10455,,554,2460.5655509999856,,,,,,,144,75,0,,,,,,,,,,,gutim,19265 +non,410,34,1,14213,10455,6898,576,2460.5655509999856,0.087890625,32,0,E6,mf,17,144,88,17,,,,,,o,,,,,gutim,19266 +non,410,35,3,14214,10455,6898,576,2460.5655509999856,0.087890625,32,0,A1,mp,14,144,33,14,,,,,,o,,,,,gutim,19267 +non,410,36,3,14215,10455,6898,576,2460.5655509999856,0.133928571428571,32,0,G2,mp,14,144,43,14,,,,,,o,,,,,gutim,19268 +nof,410,34,1,14213,10456,,576,2460.6525509999856,,,,,,,144,88,0,,,,,,,,,,,gutim,19266 +nof,410,35,3,14214,10456,,576,2460.6525509999856,,,,,,,144,33,0,,,,,,,,,,,gutim,19267 +non,410,37,1,14216,10456,6899,597,2460.6525509999856,0.133928571428571,32,1,Eb5,mf,17,144,75,17,,,,,,o,,,,,gutim,19269 +rst,410,38,3,14217,10456,,597,2460.6525509999856,,,,,,,176,102,0,,,,,,,,,,,gutim,19270 +nof,410,36,3,14215,10457,,576,2460.6995509999856,,,,,,,144,43,0,,,,,,,,,,,gutim,19268 +nof,410,37,1,14216,10458,,597,2460.7865509999856,,,,,,,144,75,0,,,,,,,,,,,gutim,19269 +non,410,39,1,14218,10458,6900,629,2460.7865509999856,0.133928571428571,32,1,B5,mf+,18,144,83,18,,,,,,o,,,,,gutim,19271 +nof,410,39,1,14218,10459,,629,2460.9205509999856,,,,,,,144,83,0,,,,,,,,,,,gutim,19271 +non,410,40,1,14219,10459,6901,661,2460.9205509999856,0.133928571428571,32,1,A1,f-,19,144,33,19,,,,,,o,,,,,gutim,19272 +nof,410,40,1,14219,10460,,661,2461.0545509999856,,,,,,,144,33,0,,,,,,,,,,,gutim,19272 +non,410,41,1,14220,10460,6902,693,2461.0545509999856,0.133928571428571,32,1,E6,f,20,144,88,20,,,,,,o,,d,,,gutim,19273 +nof,410,41,1,14220,10461,,693,2461.1885509999856,,,,,,,144,88,0,,,,,,,,,,,gutim,19273 +non,410,42,1,14221,10461,6903,725,2461.1885509999856,0.179966517857143,16,0,G2,f,20,144,43,20,,,,,,o,,d,,,gutim,19274 +non,410,43,3,14222,10461,6903,725,2461.1885509999856,0.179966517857143,16,0,C2,ff,22,144,36,22,,,,,,o,,d,,,gutim,19275 +non,410,44,3,14223,10461,6903,725,2461.1885509999856,0.267857142857143,16,0,F#2,ff,22,144,42,22,,,,,,o,,d,,,gutim,19276 +non,410,45,3,14224,10461,6903,725,2461.1885509999856,0.267857142857143,16,0,B3,ff,22,144,59,22,,,,,,o,,d,,,gutim,19277 +non,410,46,3,14225,10461,6903,725,2461.1885509999856,0.267857142857143,16,0,F4,ff,22,144,65,22,,,,,,o,,d,,,gutim,19278 +non,410,47,3,14226,10461,6903,725,2461.1885509999856,0.267857142857143,16,0,Bb4,ff,22,144,70,22,,,,,,o,,d,,,gutim,19279 +ped,410,48,0,14227,10462,,746,2461.2765509999854,,,,,,,176,64,0,,,,,,,^,,,,gutim,19263 +nof,410,42,1,14221,10463,,725,2461.368550999985,,,,,,,144,43,0,,,,,,,,,,,gutim,19274 +nof,410,43,3,14222,10463,,725,2461.368550999985,,,,,,,144,36,0,,,,,,,,,,,gutim,19275 +rst,410,49,1,14228,10463,,768,2461.368550999985,,,,,,,176,102,0,,,,,,,,,,,gutim,19280 +non,410,50,3,14229,10463,6904,768,2461.368550999985,1.60714285714286,4,1,F#1,mf,17,144,30,17,,,,,,o,,d,,,gutim,19281 +non,410,51,3,14230,10463,6904,768,2461.368550999985,1.07142857142857,4,1,B1,mf,17,144,35,17,,,,,,o,,d,,,gutim,19282 +non,410,52,3,14231,10463,6904,768,2461.368550999985,1.07142857142857,4,1,D2,mf,17,144,38,17,,,,,,o,,d,,,gutim,19283 +non,410,53,3,14232,10463,6904,768,2461.368550999985,1.07142857142857,4,1,Bb3,mf,17,144,58,17,,,,,,o,,d,,,gutim,19284 +nof,410,44,3,14223,10464,,725,2461.456550999985,,,,,,,144,42,0,,,,,,,,,,,gutim,19276 +nof,410,45,3,14224,10464,,725,2461.456550999985,,,,,,,144,59,0,,,,,,,,,,,gutim,19277 +nof,410,46,3,14225,10464,,725,2461.456550999985,,,,,,,144,65,0,,,,,,,,,,,gutim,19278 +nof,410,47,3,14226,10464,,725,2461.456550999985,,,,,,,144,70,0,,,,,,,,,,,gutim,19279 +nof,410,53,3,14232,10465,,768,2462.080550999985,,,,,,,144,58,0,,,,,,,,,,,gutim,19284 +non,410,54,1,14233,10465,6905,938,2462.080550999985,0.359933035714286,8,0,C2,ff,22,144,36,22,,,,,,o,,d,,,gutim,19285 +non,410,55,1,14234,10465,6905,938,2462.080550999985,0.535714285714286,8,0,F#2,ff,22,144,42,22,,,,,,o,,d,,,gutim,19286 +non,410,56,1,14235,10465,6905,938,2462.080550999985,0.535714285714286,8,0,Bb3,ff,22,144,58,22,,,,,,o,,d,,,gutim,19287 +non,410,57,1,14236,10465,6905,938,2462.080550999985,0.535714285714286,8,0,F4,ff,22,144,65,22,,,,,,o,,d,,,gutim,19288 +non,410,58,1,14237,10465,6905,938,2462.080550999985,0.535714285714286,8,0,Bb4,ff,22,144,70,22,,,,,,o,,d,,,gutim,19289 +nof,410,54,1,14233,10466,,938,2462.440550999985,,,,,,,144,36,0,,,,,,,,,,,gutim,19285 +rst,410,59,1,14238,10466,,1024,2462.440550999985,,,,,,,176,102,0,,,,,,,,,,,gutim,19290 +nof,410,51,3,14230,10467,,768,2462.440550999985,,,,,,,144,35,0,,,,,,,,,,,gutim,19282 +nof,410,52,3,14231,10467,,768,2462.440550999985,,,,,,,144,38,0,,,,,,,,,,,gutim,19283 +nof,410,55,1,14234,10468,,938,2462.6155509999853,,,,,,,144,42,0,,,,,,,,,,,gutim,19286 +nof,410,56,1,14235,10468,,938,2462.6155509999853,,,,,,,144,58,0,,,,,,,,,,,gutim,19287 +nof,410,57,1,14236,10468,,938,2462.6155509999853,,,,,,,144,65,0,,,,,,,,,,,gutim,19288 +nof,410,58,1,14237,10468,,938,2462.6155509999853,,,,,,,144,70,0,,,,,,,,,,,gutim,19289 +nof,410,50,3,14229,10469,,768,2462.975550999985,,,,,,,144,30,0,,,,,,,,,,,gutim,19281 +non,410,60,3,14239,10469,6906,1152,2462.975550999985,0.535714285714286,8,0,F#1,p,11,144,30,11,,,,,t,o,,D,,,gutim,19291 +non,410,61,3,14240,10469,6906,1152,2462.975550999985,0.535714285714286,8,0,B1,p,11,144,35,11,,,,,t,o,,D,,,gutim,19292 +non,410,62,3,14241,10469,6906,1152,2462.975550999985,0.535714285714286,8,0,D2,p,11,144,38,11,,,,,t,o,,D,,,gutim,19293 +non,410,63,3,14242,10469,6906,1152,2462.975550999985,0.535714285714286,8,0,Bb3,p,11,144,58,11,,,,,t,o,,D 6063,,,gutim,19294 +bar,411,0,0,14243,10470,,0,2463.511550999985,,,,,,,,,,411,,,,,,,,,,gutim,19295 +rst,411,1,1,14244,10470,,0,2463.511550999985,,,,,,,176,102,0,,,,,,,,,,,gutim,19296 +non,411,2,3,14245,10470,,0,2463.511550999985,0.535714285714286,8,0,F#1,,,,,,,,,,T,,,,,,gutim,19297 +non,411,3,3,14246,10470,,0,2463.511550999985,0.535714285714286,8,0,B1,,,,,,,,,,T,,,,,,gutim,19298 +non,411,4,3,14247,10470,,0,2463.511550999985,0.535714285714286,8,0,D2,,,,,,,,,,T,,,,,,gutim,19299 +non,411,5,3,14248,10470,,0,2463.511550999985,0.535714285714286,8,0,Bb3,,,,,,,,,,T,,,,,,gutim,19300 +non,411,6,3,14249,10471,6907,128,2464.047550999985,0.535714285714286,8,0,F#1,p-,10,144,30,10,,,,,,o,,,,,gutim,19301 +non,411,7,3,14250,10471,6907,128,2464.047550999985,0.535714285714286,8,0,B1,p-,10,144,35,10,,,,,,o,,,,,gutim,19302 +non,411,8,3,14251,10471,6907,128,2464.047550999985,0.535714285714286,8,0,D2,p-,10,144,38,10,,,,,,o,,,,,gutim,19303 +non,411,9,3,14252,10471,6907,128,2464.047550999985,0.535714285714286,8,0,Bb3,p-,10,144,58,10,,,,,,o,,,,,gutim,19304 +nof,410,60,3,14239,10472,,1152,2464.047550999985,,,,,,,144,30,0,,,,,,,,,,,gutim,19301 +nof,410,61,3,14240,10472,,1152,2464.047550999985,,,,,,,144,35,0,,,,,,,,,,,gutim,19302 +nof,410,62,3,14241,10472,,1152,2464.047550999985,,,,,,,144,38,0,,,,,,,,,,,gutim,19303 +nof,410,63,3,14242,10472,,1152,2464.047550999985,,,,,,,144,58,0,,,,,,,,,,,gutim,19304 +sec,411,10,0,14253,10473,,128,2464.3475509999853,,,,,,,,,,,6063,,,,,,,,,gutim,19305 +nof,411,6,3,14249,10474,,128,2464.5825509999854,,,,,,,144,30,0,,,,,,,,,,,gutim,19306 +nof,411,7,3,14250,10474,,128,2464.5825509999854,,,,,,,144,35,0,,,,,,,,,,,gutim,19307 +nof,411,8,3,14251,10474,,128,2464.5825509999854,,,,,,,144,38,0,,,,,,,,,,,gutim,19308 +nof,411,9,3,14252,10474,,128,2464.5825509999854,,,,,,,144,58,0,,,,,,,,,,,gutim,19309 +non,411,12,3,14254,10475,6908,256,2464.882550999985,0.1171875,32,0,Ab1,pp,8,144,32,8,,,,,,o,,,e,,gutim,19310 +ped,411,11,0,14255,10475,,256,2464.882550999985,,,,,,,176,64,127,,,,,,,V,,,,gutim,19311 +nof,411,12,3,14254,10476,,256,2465.000550999985,,,,,,,144,32,0,,,,,,,,,,,gutim,19310 +non,411,13,3,14256,10476,6909,284,2465.000550999985,0.1171875,32,0,F3,pp,8,144,53,8,,,,,,o,,,e,,gutim,19312 +nof,411,13,3,14256,10477,,284,2465.117550999985,,,,,,,144,53,0,,,,,,,,,,,gutim,19312 +non,411,14,3,14257,10477,6910,312,2465.117550999985,0.121372767857143,32,0,C2,pp+,9,144,36,9,,,,,,o,,,e,,gutim,19313 +nof,411,14,3,14257,10478,,312,2465.238550999985,,,,,,,144,36,0,,,,,,,,,,,gutim,19313 +non,411,15,3,14258,10478,6911,341,2465.238550999985,0.1171875,32,0,Ab1,pp+,9,144,32,9,,,,,,o,,,e,,gutim,19314 +nof,411,15,3,14258,10479,,341,2465.355550999985,,,,,,,144,32,0,,,,,,,,,,,gutim,19314 +non,411,16,3,14259,10479,6912,369,2465.355550999985,0.121372767857143,32,0,F3,p-,10,144,53,10,,,,,,o,,,e,,gutim,19315 +nof,411,16,3,14259,10480,,369,2465.4775509999854,,,,,,,144,53,0,,,,,,,,,,,gutim,19315 +non,411,17,3,14260,10480,6913,398,2465.4775509999854,0.1171875,32,0,C2,p-,10,144,36,10,,,,,,o,,,e,,gutim,19316 +nof,411,17,3,14260,10481,,398,2465.5945509999856,,,,,,,144,36,0,,,,,,,,,,,gutim,19316 +non,411,18,3,14261,10481,6914,426,2465.5945509999856,0.179966517857143,32,1,Ab1,p,11,144,32,11,,,,,,o,,,E 6064,,gutim,19317 +nof,411,18,3,14261,10482,,426,2465.774550999986,,,,,,,144,32,0,,,,,,,,,,,gutim,19317 +non,411,19,3,14262,10482,6915,469,2465.774550999986,0.179966517857143,32,1,C2,p,11,144,36,11,,,,,,o,,,,,gutim,19318 +nof,411,19,3,14262,10483,,469,2465.9545509999857,,,,,,,144,36,0,,,,,,,,,,,gutim,19318 +non,411,20,3,14263,10483,6916,512,2465.9545509999857,0.1171875,32,0,F3,p+,12,144,53,12,,,,,,o,,,,,gutim,19319 +nof,411,20,3,14263,10484,,512,2466.0715509999854,,,,,,,144,53,0,,,,,,,,,,,gutim,19319 +non,411,21,3,14264,10484,6917,540,2466.0715509999854,0.1171875,32,0,C2,p+,12,144,36,12,,,,,,o,,,,,gutim,19320 +ped,411,22,0,14265,10485,,568,2466.0995509999857,,,,,,,176,64,0,,,,,,,^,,,,gutim,19311 +nof,411,21,3,14264,10486,,540,2466.1885509999856,,,,,,,144,36,0,,,,,,,,,,,gutim,19320 +non,411,23,3,14266,10486,6918,568,2466.1885509999856,0.121372767857143,32,0,F4,mp-,13,144,65,13,,,,,,o,,,,,gutim,19321 +nof,411,23,3,14266,10487,,568,2466.3105509999855,,,,,,,144,65,0,,,,,,,,,,,gutim,19321 +non,411,24,3,14267,10487,6919,597,2466.3105509999855,0.179966517857143,32,1,Ab1,mp-,13,144,32,13,,,,,,o,,,,,gutim,19322 +ped,411,25,0,14268,10488,,597,2466.399550999986,,,,,,,176,64,127,,,,,,,V,,,,gutim,19323 +nof,411,24,3,14267,10489,,597,2466.4905509999858,,,,,,,144,32,0,,,,,,,,,,,gutim,19322 +non,411,26,3,14269,10489,6920,640,2466.4905509999858,0.17578125,32,1,C2,mp,14,144,36,14,,,,,,o,,,,,gutim,19324 +nof,411,26,3,14269,10490,,640,2466.6655509999855,,,,,,,144,36,0,,,,,,,,,,,gutim,19324 +non,411,27,3,14270,10490,6921,682,2466.6655509999855,0.359933035714286,16,1,F4,mp,14,144,65,14,,,,,,o,,,,,gutim,19325 +nof,411,27,3,14270,10491,,682,2467.0255509999856,,,,,,,144,65,0,,,,,,,,,,,gutim,19325 +non,411,28,3,14271,10491,6922,768,2467.0255509999856,0.355747767857143,8,0,Bb2,mp,14,144,46,14,,,,,,o,,,,,gutim,19326 +non,411,29,1,14272,10491,6922,768,2467.0255509999856,1.60714285714286,4,1,Eb3,f,20,144,51,20,,,,,,o,,,,,gutim,19327 +nof,411,28,3,14271,10492,,768,2467.381550999986,,,,,,,144,46,0,,,,,,,,,,,gutim,19326 +non,411,30,3,14273,10492,6923,853,2467.381550999986,0.355747767857143,8,0,E5,mp,14,144,76,14,,,,,,o,,,,,gutim,19328 +nof,411,30,3,14273,10493,,853,2467.7375509999856,,,,,,,144,76,0,,,,,,,,,,,gutim,19328 +rst,411,31,3,14274,10493,,938,2467.7375509999856,,,,,,,176,102,0,,,,,,,,,,,gutim,19329 +ped,411,,,14275,10494,,1024,2467.9475509999857,,,,,,,176,64,0,,,,,,,^,,,,gutim,19323 +rst,411,32,3,14276,10495,,1024,2468.0975509999853,,,,,,,176,102,0,,,,,,,,,,,gutim,19330 +ped,411,33,0,14277,10496,,1024,2468.2475509999854,,,,,,,176,64,127,,,,,,,V,,,,gutim,19331 +non,411,34,3,14278,10497,6924,1066,2468.273550999985,0.0920758928571429,32,0,B3,mp,14,144,59,14,,,,,,o,,,,,gutim,19332 +nof,411,34,3,14278,10498,,1066,2468.3655509999853,,,,,,,144,59,0,,,,,,,,,,,gutim,19332 +non,411,35,3,14279,10498,6925,1088,2468.3655509999853,0.087890625,32,0,E6,mp,14,144,88,14,,,,,,o,,,,,gutim,19333 +nof,411,35,3,14279,10499,,1088,2468.4525509999853,,,,,,,144,88,0,,,,,,,,,,,gutim,19333 +non,411,36,3,14280,10499,6926,1109,2468.4525509999853,0.087890625,32,0,B2,mp-,13,144,47,13,,,,,,o,,,,,gutim,19334 +nof,411,36,3,14280,10500,,1109,2468.5405509999855,,,,,,,144,47,0,,,,,,,,,,,gutim,19334 +non,411,37,3,14281,10500,6927,1130,2468.5405509999855,0.0920758928571429,32,0,E7,mp-,13,144,100,13,,,,,,o,,,,,gutim,19335 +nof,411,37,3,14281,10501,,1130,2468.6325509999856,,,,,,,144,100,0,,,,,,,,,,,gutim,19335 +non,411,38,3,14282,10501,6928,1152,2468.6325509999856,0.133928571428571,32,1,B3,p+,12,144,59,12,,,,,,o,,,,,gutim,19336 +rst,411,39,1,14283,10501,,1152,2468.6325509999856,,,,,,,176,102,0,,,,,,,,,,,gutim,19337 +nof,411,29,1,14272,10502,,768,2468.6325509999856,,,,,,,144,51,0,,,,,,,,,,,gutim,19327 +nof,411,38,3,14282,10503,,1152,2468.7665509999856,,,,,,,144,59,0,,,,,,,,,,,gutim,19336 +non,411,40,3,14284,10503,6929,1184,2468.7665509999856,0.133928571428571,32,1,A#5,p+,12,144,82,12,,,,,,o,,,,,gutim,19338 +nof,411,40,3,14284,10504,,1184,2468.9005509999856,,,,,,,144,82,0,,,,,,,,,,,gutim,19338 +non,411,41,3,14285,10504,6930,1216,2468.9005509999856,0.087890625,32,0,F#2,p,11,144,42,11,,,,,,o,,,,,gutim,19339 +non,411,42,3,14286,10504,6930,1216,2468.9005509999856,0.133928571428571,32,0,B2,p,11,144,47,11,,,,,,o,,,,,gutim,19340 +nof,411,41,3,14285,10505,,1216,2468.988550999986,,,,,,,144,42,0,,,,,,,,,,,gutim,19339 +non,411,43,3,14287,10505,6931,1237,2468.988550999986,0.179966517857143,16,0,D3,p,11,144,50,11,,,,,,o,,,,,gutim,19341 +nof,411,42,3,14286,10506,,1216,2469.034550999986,,,,,,,144,47,0,,,,,,,,,,,gutim,19340 +nof,411,43,3,14287,10507,,1237,2469.168550999986,,,,,,,144,50,0,,,,,,,,,,,gutim,19341 +bar,412,0,0,14288,10507,,0,2469.168550999986,,,,,,,,,,412,,,,,,,,,,gutim,19342 +rst,412,1,1,14289,10507,,0,2469.168550999986,,,,,,,176,102,0,,,,,,,,,,,gutim,19343 +non,412,2,3,14290,10507,6932,0,2469.168550999986,0.133928571428571,32,0,F#2,p-,10,144,42,10,,,,,,o,,,,,gutim,19344 +nof,412,2,3,14290,10508,,0,2469.302550999986,,,,,,,144,42,0,,,,,,,,,,,gutim,19344 +non,412,3,1,14291,10508,6933,32,2469.302550999986,0.267857142857143,16,0,A#5,p-,10,144,82,10,,,,,,o,,,,,gutim,19345 +non,412,4,3,14292,10508,6933,32,2469.302550999986,0.133928571428571,32,0,B2,p-,10,144,47,10,,,,,,o,,,,,gutim,19346 +non,412,5,3,14293,10509,6934,64,2469.436550999986,0.133928571428571,32,0,F#2,pp+,9,144,42,9,,,,,,o,,,,,gutim,19347 +non,412,6,3,14294,10509,6934,64,2469.436550999986,0.133928571428571,32,0,D3,pp+,9,144,50,9,,,,,,o,,,,,gutim,19348 +nof,412,4,3,14292,10510,,32,2469.511550999986,,,,,,,144,47,0,,,,,,,,,,,gutim,19346 +nof,412,5,3,14293,10511,,64,2469.570550999986,,,,,,,144,42,0,,,,,,,,,,,gutim,19347 +nof,412,6,3,14294,10511,,64,2469.570550999986,,,,,,,144,50,0,,,,,,,,,,,gutim,19348 +non,412,7,1,14295,10511,6935,96,2469.570550999986,0.133928571428571,32,0,E6,pp+,9,144,88,9,,,,,,o,,,,,gutim,19349 +non,412,8,3,14296,10511,6935,96,2469.570550999986,0.133928571428571,32,0,B2,pp+,9,144,47,9,,,,,,o,,,,,gutim,19350 +nof,412,3,1,14291,10512,,32,2469.645550999986,,,,,,,144,82,0,,,,,,,,,,,gutim,19345 +nof,412,7,1,14295,10513,,96,2469.704550999986,,,,,,,144,88,0,,,,,,,,,,,gutim,19349 +nof,412,8,3,14296,10513,,96,2469.704550999986,,,,,,,144,47,0,,,,,,,,,,,gutim,19350 +rst,412,9,1,14297,10513,,128,2469.704550999986,,,,,,,176,102,0,,,,,,,,,,,gutim,19351 +non,412,10,3,14298,10513,6936,128,2469.704550999986,0.17578125,16,0,F#2,pp,8,144,42,8,,,,,,o,,,,,gutim,19352 +non,412,11,3,14299,10513,6936,128,2469.704550999986,0.267857142857143,16,0,D3,pp,8,144,50,8,,,,,,o,,,,,gutim,19353 +nof,412,10,3,14298,10514,,128,2469.8805509999866,,,,,,,144,42,0,,,,,,,,,,,gutim,19352 +non,412,12,1,14300,10514,6937,170,2469.8805509999866,0.359933035714286,8,0,A#5,pp,8,144,82,8,,,,,,o,,,,,gutim,19354 +non,412,13,1,14301,10514,6937,170,2469.8805509999866,0.535714285714286,8,0,E6,pp,8,144,88,8,,,,,,o,,,,,gutim,19355 +non,412,14,3,14302,10514,6937,170,2469.8805509999866,0.179966517857143,16,0,B2,pp,8,144,47,8,,,,,,o,,,,,gutim,19356 +nof,412,11,3,14299,10515,,128,2469.972550999986,,,,,,,144,50,0,,,,,,,,,,,gutim,19353 +nof,412,14,3,14302,10516,,170,2470.060550999986,,,,,,,144,47,0,,,,,,,,,,,gutim,19356 +non,412,15,3,14303,10516,6938,213,2470.060550999986,0.179966517857143,16,0,F#2,pp,8,144,42,8,,,,,,o,,,,,gutim,19357 +non,412,16,3,14304,10516,6938,213,2470.060550999986,0.267857142857143,16,0,B2,pp,8,144,47,8,,,,,,o,,,,,gutim,19358 +non,412,17,3,14305,10516,6938,213,2470.060550999986,0.267857142857143,16,0,D3,pp,8,144,50,8,,,,,,o,,,,,gutim,19359 +nof,412,12,1,14300,10517,,170,2470.240550999986,,,,,,,144,82,0,,,,,,,,,,,gutim,19354 +nof,412,15,3,14303,10517,,213,2470.240550999986,,,,,,,144,42,0,,,,,,,,,,,gutim,19357 +rst,412,18,1,14306,10517,,256,2470.240550999986,,,,,,,176,102,0,,,,,,,,,,,gutim,19360 +rst,412,19,3,14307,10517,,256,2470.240550999986,,,,,,,176,102,0,,,,,,,,,,,gutim,19361 +nof,412,16,3,14304,10518,,213,2470.327550999986,,,,,,,144,47,0,,,,,,,,,,,gutim,19358 +nof,412,17,3,14305,10518,,213,2470.327550999986,,,,,,,144,50,0,,,,,,,,,,,gutim,19359 +nof,412,13,1,14301,10519,,170,2470.4155509999864,,,,,,,144,88,0,,,,,,,,,,,gutim,19355 +non,412,20,1,14308,10520,6939,426,2470.9515509999865,0.359933035714286,8,0,A#5,pp,8,144,82,8,,,,,,o,,,,,gutim,19362 +non,412,21,1,14309,10520,6939,426,2470.9515509999865,0.535714285714286,8,0,E6,pp,8,144,88,8,,,,,,o,,,,,gutim,19363 +non,412,22,3,14310,10520,6939,426,2470.9515509999865,0.359933035714286,8,0,F#2,pp,8,144,42,8,,,,,,o,,,,,gutim,19364 +non,412,23,3,14311,10520,6939,426,2470.9515509999865,0.535714285714286,8,0,B2,pp,8,144,47,8,,,,,,o,,,,,gutim,19365 +non,412,24,3,14312,10520,6939,426,2470.9515509999865,0.535714285714286,8,0,D3,pp,8,144,50,8,,,,,,o,,,,,gutim,19366 +nof,412,20,1,14308,10521,,426,2471.311550999986,,,,,,,144,82,0,,,,,,,,,,,gutim,19362 +nof,412,22,3,14310,10521,,426,2471.311550999986,,,,,,,144,42,0,,,,,,,,,,,gutim,19364 +rst,412,25,1,14313,10521,,512,2471.311550999986,,,,,,,176,102,0,,,,,,,,,,,gutim,19367 +rst,412,26,3,14314,10521,,512,2471.311550999986,,,,,,,176,102,0,,,,,,,,,,,gutim,19368 +nof,412,21,1,14309,10522,,426,2471.4875509999865,,,,,,,144,88,0,,,,,,,,,,,gutim,19363 +nof,412,23,3,14311,10522,,426,2471.4875509999865,,,,,,,144,47,0,,,,,,,,,,,gutim,19365 +nof,412,24,3,14312,10522,,426,2471.4875509999865,,,,,,,144,50,0,,,,,,,,,,,gutim,19366 +non,412,27,1,14315,10523,6940,597,2471.6675509999864,0.355747767857143,8,0,A#4,pp,8,144,70,8,,,,,,o,,d,,,gutim,19369 +non,412,28,1,14316,10523,6940,597,2471.6675509999864,0.535714285714286,8,0,E5,pp,8,144,76,8,,,,,,o,,d,,,gutim,19370 +non,412,29,3,14317,10523,6940,597,2471.6675509999864,0.355747767857143,8,0,F#2,pp,8,144,42,8,,,,,,o,,d,,,gutim,19371 +non,412,30,3,14318,10523,6940,597,2471.6675509999864,0.535714285714286,8,0,B2,pp,8,144,47,8,,,,,,o,,d,,,gutim,19372 +non,412,31,3,14319,10523,6940,597,2471.6675509999864,0.535714285714286,8,0,D3,pp,8,144,50,8,,,,,,o,,d,,,gutim,19373 +nof,412,27,1,14315,10524,,597,2472.0235509999866,,,,,,,144,70,0,,,,,,,,,,,gutim,19369 +nof,412,29,3,14317,10524,,597,2472.0235509999866,,,,,,,144,42,0,,,,,,,,,,,gutim,19371 +ped,412,32,0,14320,10524,,682,2472.0235509999866,,,,,,,176,64,0,,,,,,,^,,,,gutim,19331 +non,412,33,1,14321,10524,6941,682,2472.0235509999866,0.359933035714286,8,0,B4,f,20,144,71,20,,,,,t,o,,d,,,gutim,19374 +non,412,34,3,14322,10524,6941,682,2472.0235509999866,0.359933035714286,8,0,Eb3,f,20,144,51,20,,,,,t,o,,d,,,gutim,19375 +nof,412,28,1,14316,10525,,597,2472.2025509999867,,,,,,,144,76,0,,,,,,,,,,,gutim,19370 +nof,412,30,3,14318,10525,,597,2472.2025509999867,,,,,,,144,47,0,,,,,,,,,,,gutim,19372 +nof,412,31,3,14319,10525,,597,2472.2025509999867,,,,,,,144,50,0,,,,,,,,,,,gutim,19373 +non,412,36,1,14323,10526,6942,768,2472.382550999987,0.355747767857143,8,0,Bb3,ff,22,144,58,22,,,,,,o,,d,,,gutim,19376 +non,412,37,1,14324,10526,6942,768,2472.382550999987,0.535714285714286,8,0,F4,ff,22,144,65,22,,,,,,o,,d,,,gutim,19377 +non,412,38,1,14325,10526,6942,768,2472.382550999987,0.535714285714286,8,0,G#4,ff,22,144,68,22,,,,,,o,,d,,,gutim,19378 +non,412,39,1,14326,10526,,768,2472.382550999987,0.535714285714286,8,0,B4,,,,,,,,,,T,,,,,,gutim,19379 +non,412,40,3,14327,10526,6942,768,2472.382550999987,0.355747767857143,8,0,C2,ff,22,144,36,22,,,,,,o,,d,,,gutim,19380 +non,412,41,3,14328,10526,,768,2472.382550999987,0.535714285714286,8,0,Eb3,,,,,,,,,,T,,,,,,gutim,19381 +ped,412,35,0,14329,10526,,768,2472.382550999987,,,,,,,176,64,127,,,,,,,V,,,,gutim,19382 +nof,412,36,1,14323,10527,,768,2472.7385509999867,,,,,,,144,58,0,,,,,,,,,,,gutim,19376 +nof,412,40,3,14327,10527,,768,2472.7385509999867,,,,,,,144,36,0,,,,,,,,,,,gutim,19380 +non,412,42,1,14330,10527,6943,853,2472.7385509999867,0.355747767857143,8,0,B4,f,20,144,71,20,,,,,,o,,d,,,gutim,19383 +non,412,43,3,14331,10527,6943,853,2472.7385509999867,0.355747767857143,8,0,A0,f,20,144,21,20,,,,,,o,,d,,,gutim,19384 +nof,412,37,1,14324,10528,,768,2472.918550999987,,,,,,,144,65,0,,,,,,,,,,,gutim,19377 +nof,412,38,1,14325,10528,,768,2472.918550999987,,,,,,,144,68,0,,,,,,,,,,,gutim,19378 +nof,412,33,1,14321,10529,,682,2472.918550999987,,,,,,,144,71,0,,,,,,,,,,,gutim,19383 +nof,412,34,3,14322,10529,,682,2472.918550999987,,,,,,,144,51,0,,,,,,,,,,,gutim,19375 +nof,412,42,1,14330,10530,,853,2473.094550999987,,,,,,,144,71,0,,,,,,,,,,,gutim,19385 +nof,412,43,3,14331,10530,,853,2473.094550999987,,,,,,,144,21,0,,,,,,,,,,,gutim,19384 +non,412,44,1,14332,10530,6944,938,2473.094550999987,0.0920758928571429,32,0,E6,f,20,144,88,20,,,,,,o,,d,,,gutim,19386 +non,412,45,3,14333,10530,6944,938,2473.094550999987,0.0920758928571429,32,0,A0,f,20,144,21,20,,,,,,o,,d,,,gutim,19387 +nof,412,44,1,14332,10531,,938,2473.186550999987,,,,,,,144,88,0,,,,,,,,,,,gutim,19386 +nof,412,45,3,14333,10531,,938,2473.186550999987,,,,,,,144,21,0,,,,,,,,,,,gutim,19387 +non,412,46,1,14334,10531,6945,960,2473.186550999987,0.267857142857143,16,1,E6,f,20,144,88,20,,,,,,o,,d,,,gutim,19388 +non,412,47,3,14335,10531,6945,960,2473.186550999987,0.267857142857143,16,1,A0,f,20,144,21,20,,,,,,o,,d,,,gutim,19389 +non,412,48,3,14336,10531,6945,960,2473.186550999987,0.267857142857143,16,1,G1,f,20,144,31,20,,,,,,o,,d,,,gutim,19390 +nof,412,46,1,14334,10532,,960,2473.454550999987,,,,,,,144,88,0,,,,,,,,,,,gutim,19388 +nof,412,47,3,14335,10532,,960,2473.454550999987,,,,,,,144,21,0,,,,,,,,,,,gutim,19389 +nof,412,48,3,14336,10532,,960,2473.454550999987,,,,,,,144,31,0,,,,,,,,,,,gutim,19390 +non,412,49,1,14337,10532,6946,1024,2473.454550999987,0.355747767857143,8,0,Bb3,ff,22,144,58,22,,,,,,o,,d,,,gutim,19391 +non,412,50,1,14338,10532,6946,1024,2473.454550999987,0.535714285714286,8,0,F4,ff,22,144,65,22,,,,,,o,,d,,,gutim,19392 +non,412,51,1,14339,10532,6946,1024,2473.454550999987,0.535714285714286,8,0,G#4,ff,22,144,68,22,,,,,,o,,d,,,gutim,19393 +non,412,52,3,14340,10532,6946,1024,2473.454550999987,0.355747767857143,8,0,C2,ff,22,144,36,22,,,,,,o,,d,,,gutim,19394 +nof,412,49,1,14337,10533,,1024,2473.810550999987,,,,,,,144,58,0,,,,,,,,,,,gutim,19391 +nof,412,52,3,14340,10533,,1024,2473.810550999987,,,,,,,144,36,0,,,,,,,,,,,gutim,19394 +non,412,53,1,14341,10533,6947,1109,2473.810550999987,0.535714285714286,8,1,E7,ff,22,144,100,22,,,,,,o,,d,,,gutim,19395 +rst,412,54,3,14342,10533,,1109,2473.810550999987,,,,,,,176,102,0,,,,,,,,,,,gutim,19396 +nof,412,50,1,14338,10534,,1024,2473.990550999987,,,,,,,144,65,0,,,,,,,,,,,gutim,19392 +nof,412,51,1,14339,10534,,1024,2473.990550999987,,,,,,,144,68,0,,,,,,,,,,,gutim,19393 +nof,412,53,1,14341,10535,,1109,2474.345550999987,,,,,,,144,100,0,,,,,,,,,,,gutim,19395 +ped,412,55,0,14343,10535,,1237,2474.345550999987,,,,,,,176,64,0,,,,,,,^,,,,gutim,19382 +non,412,56,1,14344,10535,6948,1237,2474.345550999987,0.179966517857143,16,0,A#4,pp,8,144,70,8,,,,,,o,,d,,,gutim,19397 +non,412,57,1,14345,10535,6948,1237,2474.345550999987,0.267857142857143,16,0,E5,pp,8,144,76,8,,,,,,o,,d,,,gutim,19398 +non,412,58,3,14346,10535,6948,1237,2474.345550999987,0.179966517857143,16,0,F#2,pp,8,144,42,8,,,,,,o,,d,,,gutim,19399 +non,412,59,3,14347,10535,6948,1237,2474.345550999987,0.267857142857143,16,0,B2,pp,8,144,47,8,,,,,,o,,d,,,gutim,19400 +non,412,60,3,14348,10535,6948,1237,2474.345550999987,0.267857142857143,16,0,D3,pp,8,144,50,8,,,,,,o,,d,,,gutim,19401 +nof,412,56,1,14344,10536,,1237,2474.525550999987,,,,,,,144,70,0,,,,,,,,,,,gutim,19397 +nof,412,58,3,14346,10536,,1237,2474.525550999987,,,,,,,144,42,0,,,,,,,,,,,gutim,19399 +bar,413,0,0,14349,10536,,0,2474.525550999987,,,,,,,,,,413,,,,,,,,,,gutim,19402 +non,413,1,1,14350,10536,6949,0,2474.525550999987,0.535714285714286,8,0,B4,pp,8,144,71,8,,,,,,o,,d,,,gutim,19403 +rst,413,2,3,14351,10536,,0,2474.525550999987,,,,,,,176,102,0,,,,,,,,,,,gutim,19404 +nof,412,57,1,14345,10537,,1237,2474.6135509999867,,,,,,,144,76,0,,,,,,,,,,,gutim,19398 +nof,412,59,3,14347,10537,,1237,2474.6135509999867,,,,,,,144,47,0,,,,,,,,,,,gutim,19400 +nof,412,60,3,14348,10537,,1237,2474.6135509999867,,,,,,,144,50,0,,,,,,,,,,,gutim,19401 +nof,413,1,1,14350,10538,,0,2475.0615509999866,,,,,,,144,71,0,,,,,,,,,,,gutim,19403 +non,413,3,1,14352,10538,6950,128,2475.0615509999866,0.535714285714286,8,0,B6,ff,22,144,95,22,,,,,,o,,d,,,gutim,19405 +non,413,4,3,14353,10538,6950,128,2475.0615509999866,0.535714285714286,8,0,A2,ff,22,144,45,22,,,,,,o,,d,,,gutim,19406 +non,413,5,3,14354,10538,6950,128,2475.0615509999866,0.535714285714286,8,0,F3,ff,22,144,53,22,,,,,,o,,d,,,gutim,19407 +nof,413,3,1,14352,10539,,128,2475.5975509999867,,,,,,,144,95,0,,,,,,,,,,,gutim,19405 +nof,413,4,3,14353,10539,,128,2475.5975509999867,,,,,,,144,45,0,,,,,,,,,,,gutim,19406 +nof,413,5,3,14354,10539,,128,2475.5975509999867,,,,,,,144,53,0,,,,,,,,,,,gutim,19407 +rst,413,6,1,14355,10539,,256,2475.5975509999867,,,,,,,176,102,0,,,,,,,,,,,gutim,19408 +non,413,7,3,14356,10539,6951,,2475.5975509999867,0.05,8,0,D#3,f,20,144,51,20,,,,g,,o,,d,,,gutim,19409 +nof,413,7,3,14356,10540,,,2475.6475509999864,,,,,,,144,51,0,,,,,,,,,,,gutim,19409 +non,413,8,3,14357,10541,6952,,2475.6725509999865,0.05,8,0,E6,f-,19,144,88,19,,,,g,,o,,d,,,gutim,19410 +nof,413,8,3,14357,10542,,,2475.722550999986,,,,,,,144,88,0,,,,,,,,,,,gutim,19410 +non,413,9,3,14358,10543,6953,256,2475.7475509999863,0.318080357142857,16,1,D#3,f-,19,144,51,19,,,,,,o,,D,,,gutim,19411 +non,413,10,3,14359,10543,6953,256,2475.7475509999863,0.267857142857143,16,1,B3,f-,19,144,59,19,,,,,,o,,D 6064,,,gutim,19412 +nof,413,10,3,14359,10544,,256,2476.0155509999863,,,,,,,144,59,0,,,,,,,,,,,gutim,19412 +nof,413,9,3,14358,10545,,256,2476.065550999986,,,,,,,144,51,0,,,,,,,,,,,gutim,19411 +non,413,12,3,14360,10545,6954,332,2476.065550999986,0.217633928571429,16,0,D#3,mf,17,144,51,17,,,,,,o,,,,,gutim,19413 +ped,413,11,0,14361,10545,,332,2476.065550999986,,,,,,,176,64,127,,,,,,,V,,,,gutim,19414 +nof,413,12,3,14360,10546,,332,2476.2825509999857,,,,,,,144,51,0,,,,,,,,,,,gutim,19413 +non,413,13,1,14362,10546,6955,384,2476.2825509999857,0.355747767857143,8,0,B4,mp+,15,144,71,15,,,,,,o,,,,,gutim,19415 +rst,413,14,3,14363,10546,,384,2476.2825509999857,,,,,,,176,102,0,,,,,,,,,,,gutim,19416 +non,413,15,3,14364,10547,6956,426,2476.458550999986,0.179966517857143,16,0,A1,mp,14,144,33,14,,,,,,o,,,,,gutim,19417 +nof,413,13,1,14362,10548,,384,2476.638550999986,,,,,,,144,71,0,,,,,,,,,,,gutim,19415 +nof,413,15,3,14364,10548,,426,2476.638550999986,,,,,,,144,33,0,,,,,,,,,,,gutim,19417 +non,413,16,1,14365,10548,6957,469,2476.638550999986,0.179966517857143,16,0,E5,mp-,13,144,76,13,,,,,,o,,,,,gutim,19418 +non,413,17,3,14366,10548,6957,469,2476.638550999986,0.179966517857143,16,0,A0,mp-,13,144,21,13,,,,,,o,,,,,gutim,19419 +nof,413,16,1,14365,10549,,469,2476.8185509999857,,,,,,,144,76,0,,,,,,,,,,,gutim,19418 +nof,413,17,3,14366,10549,,469,2476.8185509999857,,,,,,,144,21,0,,,,,,,,,,,gutim,19419 +non,413,18,1,14367,10549,6958,512,2476.8185509999857,0.355747767857143,8,0,B4,p+,12,144,71,12,,,,,,o,,,,,gutim,19420 +rst,413,19,3,14368,10549,,512,2476.8185509999857,,,,,,,176,102,0,,,,,,,,,,,gutim,19421 +non,413,20,3,14369,10550,6959,554,2476.9945509999857,0.0920758928571429,32,0,A1,p-,10,144,33,10,,,,,,o,,,,,gutim,19422 +nof,413,20,3,14369,10551,,554,2477.086550999986,,,,,,,144,33,0,,,,,,,,,,,gutim,19422 +non,413,21,3,14370,10551,6960,576,2477.086550999986,0.087890625,32,0,G2,p-,10,144,43,10,,,,,,o,,,,,gutim,19423 +nof,413,18,1,14367,10552,,512,2477.1745509999855,,,,,,,144,71,0,,,,,,,,,,,gutim,19420 +nof,413,21,3,14370,10552,,576,2477.1745509999855,,,,,,,144,43,0,,,,,,,,,,,gutim,19423 +rst,413,22,1,14371,10552,,597,2477.1745509999855,,,,,,,176,102,0,,,,,,,,,,,gutim,19424 +non,413,23,3,14372,10552,6961,597,2477.1745509999855,0.179966517857143,16,0,A1,pp+,9,144,33,9,,,,,,o,,,,,gutim,19425 +nof,413,23,3,14372,10553,,597,2477.354550999986,,,,,,,144,33,0,,,,,,,,,,,gutim,19425 +ped,413,24,0,14373,10553,,640,2477.354550999986,,,,,,,176,64,0,,,,,,,^,,,,gutim,19414 +non,413,25,1,14374,10553,6962,640,2477.354550999986,0.17578125,16,0,E5,pp,8,144,76,8,,,,,,o,,,,,gutim,19426 +non,413,26,3,14375,10553,6962,640,2477.354550999986,0.17578125,16,0,A1,pp,8,144,33,8,,,,,,o,,,,,gutim,19427 +nof,413,25,1,14374,10554,,640,2477.5305509999857,,,,,,,144,76,0,,,,,,,,,,,gutim,19426 +nof,413,26,3,14375,10554,,640,2477.5305509999857,,,,,,,144,33,0,,,,,,,,,,,gutim,19427 +rst,413,27,1,14376,10554,,682,2477.5305509999857,,,,,,,176,102,0,,,,,,,,,,,gutim,19428 +non,413,28,3,14377,10554,6963,682,2477.5305509999857,0.179966517857143,16,0,G2,pp,8,144,43,8,,,,,,o,,,,,gutim,19429 +nof,413,28,3,14377,10555,,682,2477.7105509999856,,,,,,,144,43,0,,,,,,,,,,,gutim,19429 +rst,413,29,3,14378,10555,,725,2477.7105509999856,,,,,,,176,102,0,,,,,,,,,,,gutim,19430 +rst,413,30,1,14379,10556,,768,2477.890550999986,,,,,,,176,102,0,,,,,,,,,,,gutim,19431 +rst,413,31,3,14380,10556,,768,2477.890550999986,,,,,,,176,102,0,,,,,,,,,,,gutim,19432 +sec,413,32,0,14381,10557,,768,2478.890550999986,,,,,,,,,,,6064,,,,,,,,,gutim,19433 +bpm,413,32,0,14381,10557,,768,2478.890550999986,,1,,,,,,,,,,56,,,,,,,,gutim,19434 +rst,413,34,3,14382,10558,,881,2479.363550999986,,,,,,,176,102,0,,,,,,,,,,,gutim,19435 +ped,413,33,0,14383,10558,,881,2479.363550999986,,,,,,,176,64,127,,,,,,,V,,,,gutim,19436 +non,413,35,3,14384,10559,6964,910,2479.484550999986,0.1171875,32,0,F5,pp,8,144,77,8,,,,,,o,,,,,gutim,19437 +nof,413,35,3,14384,10560,,910,2479.601550999986,,,,,,,144,77,0,,,,,,,,,,,gutim,19437 +non,413,36,3,14385,10560,6965,938,2479.601550999986,0.121372767857143,32,0,Ab2,pp,8,144,44,8,,,,,,o,,,,,gutim,19438 +nof,413,36,3,14385,10561,,938,2479.722550999986,,,,,,,144,44,0,,,,,,,,,,,gutim,19438 +non,413,37,3,14386,10561,6966,967,2479.722550999986,0.1171875,32,0,C3,pp,8,144,48,8,,,,,,o,,,,,gutim,19439 +nof,413,37,3,14386,10562,,967,2479.840550999986,,,,,,,144,48,0,,,,,,,,,,,gutim,19439 +non,413,38,3,14387,10562,6967,995,2479.840550999986,0.121372767857143,32,0,F6,pp,8,144,89,8,,,,,,o,,,,,gutim,19440 +nof,413,38,3,14387,10563,,995,2479.9615509999862,,,,,,,144,89,0,,,,,,,,,,,gutim,19440 +rst,413,39,1,14388,10563,,1024,2479.9615509999862,,,,,,,176,102,0,,,,,,,,,,,gutim,19441 +rst,413,40,3,14389,10563,,1024,2479.9615509999862,,,,,,,176,102,0,,,,,,,,,,,gutim,19442 +bar,414,0,0,14390,10564,,0,2481.032550999986,,,,,,,,,,414,,,,,,,,,,gutim,19443 +non,414,1,1,14391,10564,6968,0,2481.032550999986,0.355747767857143,8,0,B4,pp,8,144,71,8,,,,,,o,,d,,t,gutim,19444 +non,414,2,3,14392,10564,6968,0,2481.032550999986,0.711495535714286,4,0,Eb4,f,20,144,63,20,,,,,,o,,d,,,gutim,19445 +nof,414,1,1,14391,10565,,0,2481.3885509999864,,,,,,,144,71,0,,,,,,,,,,,gutim,19444 +non,414,3,1,14393,10565,6969,85,2481.3885509999864,0.355747767857143,8,0,D6,pp,8,144,86,8,,,,,,o,,d,,,gutim,19446 +nof,414,2,3,14392,10566,,0,2481.744550999986,,,,,,,144,63,0,,,,,,,,,,,gutim,19445 +nof,414,3,1,14393,10566,,85,2481.744550999986,,,,,,,144,86,0,,,,,,,,,,,gutim,19446 +non,414,4,1,14394,10566,6970,170,2481.744550999986,0.359933035714286,8,0,D6,fff,24,144,86,24,,,,,,o,,d,,,gutim,19447 +non,414,5,3,14395,10566,6970,170,2481.744550999986,0.179966517857143,16,0,Bb4,fff,24,144,70,24,,,,,,o,,d,,,gutim,19448 +nof,414,5,3,14395,10567,,170,2481.9245509999864,,,,,,,144,70,0,,,,,,,,,,,gutim,19448 +non,414,6,3,14396,10567,6971,213,2481.9245509999864,0.179966517857143,16,0,F#2,fff,24,144,42,24,,,,,,o,,d,,,gutim,19449 +non,414,7,3,14397,10567,6971,213,2481.9245509999864,0.267857142857143,16,0,C3,fff,24,144,48,24,,,,,,o,,d,,,gutim,19450 +non,414,8,3,14398,10567,6971,213,2481.9245509999864,0.267857142857143,16,0,G3,fff,24,144,55,24,,,,,,o,,d,,,gutim,19451 +ped,414,9,0,14399,10568,,255,2482.0505509999866,,,,,,,176,64,0,,,,,,,^,,,,gutim,19436 +nof,414,4,1,14394,10569,,170,2482.1045509999867,,,,,,,144,86,0,,,,,,,,,,,gutim,19447 +nof,414,6,3,14396,10569,,213,2482.1045509999867,,,,,,,144,42,0,,,,,,,,,,,gutim,19449 +rst,414,10,1,14400,10569,,256,2482.1045509999867,,,,,,,176,102,0,,,,,,,,,,,gutim,19452 +non,414,11,3,14401,10569,6972,256,2482.1045509999867,0.535714285714286,8,0,Eb4,mf,17,144,63,17,,,,,,o,,d,,t,gutim,19453 +nof,414,7,3,14397,10570,,213,2482.1925509999865,,,,,,,144,48,0,,,,,,,,,,,gutim,19450 +nof,414,8,3,14398,10570,,213,2482.1925509999865,,,,,,,144,55,0,,,,,,,,,,,gutim,19451 +ped,414,12,0,14402,10571,,303,2482.3505509999864,,,,,,,176,64,127,,,,,,,V,,,,gutim,19454 +nof,414,11,3,14401,10572,,256,2482.6405509999868,,,,,,,144,63,0,,,,,,,,,,,gutim,19453 +non,414,13,3,14403,10573,6973,384,2482.6405509999868,0.17578125,16,0,Eb4,mf,17,144,63,17,,,,,,o,,D,,,gutim,19455 +nof,414,13,3,14403,10574,,384,2482.815550999987,,,,,,,144,63,0,,,,,,,,,,,gutim,19455 +non,414,14,3,14404,10574,6974,426,2482.815550999987,0.267857142857143,16,1,B5,mf-,16,144,83,16,,,,,,o,,,,,gutim,19456 +nof,414,14,3,14404,10575,,426,2483.083550999987,,,,,,,144,83,0,,,,,,,,,,,gutim,19456 +non,414,15,3,14405,10575,6975,490,2483.083550999987,0.0920758928571429,32,0,E6,mp,14,144,88,14,,,,,,o,,,,,gutim,19457 +nof,414,15,3,14405,10576,,490,2483.1755509999866,,,,,,,144,88,0,,,,,,,,,,,gutim,19457 +rst,414,16,1,14406,10576,,512,2483.1755509999866,,,,,,,176,102,0,,,,,,,,,,,gutim,19458 +non,414,17,3,14407,10576,6976,512,2483.1755509999866,0.087890625,32,0,A2,mp-,13,144,45,13,,,,,,o,,,,t,gutim,19459 +nof,414,17,3,14407,10577,,512,2483.2635509999864,,,,,,,144,45,0,,,,,,,,,,,gutim,19459 +non,414,18,3,14408,10577,6977,533,2483.2635509999864,0.087890625,32,0,E6,mp-,13,144,88,13,,,,,,o,,,,,gutim,19460 +nof,414,18,3,14408,10578,,533,2483.3515509999866,,,,,,,144,88,0,,,,,,,,,,,gutim,19460 +non,414,19,3,14409,10578,6978,554,2483.3515509999866,0.0920758928571429,32,0,A2,p+,12,144,45,12,,,,,,o,,,,,gutim,19461 +nof,414,19,3,14409,10579,,554,2483.4435509999867,,,,,,,144,45,0,,,,,,,,,,,gutim,19461 +non,414,20,3,14410,10579,6979,576,2483.4435509999867,0.087890625,32,0,E6,p+,12,144,88,12,,,,,,o,,,,,gutim,19462 +nof,414,20,3,14410,10580,,576,2483.5315509999864,,,,,,,144,88,0,,,,,,,,,,,gutim,19462 +non,414,21,1,14411,10580,6980,597,2483.5315509999864,0.179966517857143,16,0,A2,p,11,144,45,11,,,,,,o,,,,,gutim,19463 +non,414,22,3,14412,10580,6980,597,2483.5315509999864,0.179966517857143,16,0,E6,p,11,144,88,11,,,,,,o,,d,,,gutim,19464 +nof,414,21,1,14411,10581,,597,2483.7115509999867,,,,,,,144,45,0,,,,,,,,,,,gutim,19463 +nof,414,22,3,14412,10581,,597,2483.7115509999867,,,,,,,144,88,0,,,,,,,,,,,gutim,19464 +non,414,23,1,14413,10581,6981,640,2483.7115509999867,0.087890625,32,0,G5,f,20,144,79,20,,,,,,o,,d,,,gutim,19465 +non,414,24,1,14414,10581,6981,640,2483.7115509999867,0.133928571428571,32,0,A6,mp,14,144,93,14,,,,,,o,,d,,,gutim,19466 +non,414,25,3,14415,10581,6981,640,2483.7115509999867,0.267857142857143,16,0,G3,fff,24,144,55,24,,,,,,o,,,,,gutim,19467 +nof,414,23,1,14413,10582,,640,2483.7995509999864,,,,,,,144,79,0,,,,,,,,,,,gutim,19465 +non,414,26,1,14416,10582,6982,661,2483.7995509999864,0.087890625,32,0,Bb5,f,20,144,82,20,,,,,,o,,d,,,gutim,19468 +nof,414,24,1,14414,10583,,640,2483.8455509999867,,,,,,,144,93,0,,,,,,,,,,,gutim,19466 +nof,414,26,1,14416,10584,,661,2483.8875509999866,,,,,,,144,82,0,,,,,,,,,,,gutim,19468 +non,414,27,1,14417,10584,6983,682,2483.8875509999866,0.0920758928571429,32,0,F#3,f,20,144,54,20,,,,,,o,,d,,,gutim,19469 +nof,414,25,3,14415,10585,,640,2483.9795509999867,,,,,,,144,55,0,,,,,,,,,,,gutim,19467 +nof,414,27,1,14417,10585,,682,2483.9795509999867,,,,,,,144,54,0,,,,,,,,,,,gutim,19469 +non,414,28,1,14418,10585,6984,704,2483.9795509999867,0.133928571428571,32,1,G5,f,20,144,79,20,,,,,,o,,d,,,gutim,19470 +non,414,29,3,14419,10585,6984,704,2483.9795509999867,0.087890625,32,0,Bb2,mp,14,144,46,14,,,,,,o,,d,,,gutim,19471 +nof,414,29,3,14419,10586,,704,2484.0675509999865,,,,,,,144,46,0,,,,,,,,,,,gutim,19471 +non,414,30,3,14420,10586,6985,725,2484.0675509999865,0.179966517857143,16,0,A2,p,11,144,45,11,,,,,,o,,d,,,gutim,19472 +non,414,31,3,14421,10586,6985,725,2484.0675509999865,0.267857142857143,16,0,G3,p,11,144,55,11,,,,,,o,,d,,,gutim,19473 +non,414,32,3,14422,10586,6985,725,2484.0675509999865,0.267857142857143,16,0,Eb4,p,11,144,63,11,,,,,,o,,d,,,gutim,19474 +non,414,33,3,14423,10586,6985,725,2484.0675509999865,0.267857142857143,16,0,Bb4,p,11,144,70,11,,,,,,o,,d,,,gutim,19475 +non,414,34,3,14424,10586,6985,725,2484.0675509999865,0.267857142857143,16,0,E5,p,11,144,76,11,,,,,,o,,d,,,gutim,19476 +nof,414,28,1,14418,10587,,704,2484.1135509999867,,,,,,,144,79,0,,,,,,,,,,,gutim,19470 +non,414,35,1,14425,10587,6986,736,2484.1135509999867,0.133928571428571,32,1,F#3,mf+,18,144,54,18,,,,,,o,,,,,gutim,19477 +nof,414,30,3,14420,10588,,725,2484.2475509999867,,,,,,,144,45,0,,,,,,,,,,,gutim,19472 +nof,414,35,1,14425,10589,,736,2484.2475509999867,,,,,,,144,54,0,,,,,,,,,,,gutim,19477 +non,414,36,1,14426,10589,6987,768,2484.2475509999867,0.087890625,32,0,Bb5,mp+,15,144,82,15,,,,,,o,,,,,gutim,19478 +non,414,37,3,14427,10589,6987,768,2484.2475509999867,0.355747767857143,8,0,C#6,mf,17,144,85,17,,,,,,o,,d,,T 6065,gutim,19479 +nof,414,31,3,14421,10590,,725,2484.3355509999865,,,,,,,144,55,0,,,,,,,,,,,gutim,19473 +nof,414,32,3,14422,10590,,725,2484.3355509999865,,,,,,,144,63,0,,,,,,,,,,,gutim,19474 +nof,414,33,3,14423,10590,,725,2484.3355509999865,,,,,,,144,70,0,,,,,,,,,,,gutim,19475 +nof,414,34,3,14424,10590,,725,2484.3355509999865,,,,,,,144,76,0,,,,,,,,,,,gutim,19476 +nof,414,36,1,14426,10591,,768,2484.3355509999865,,,,,,,144,82,0,,,,,,,,,,,gutim,19478 +non,414,38,1,14428,10591,6988,789,2484.3355509999865,0.087890625,32,0,F#3,mp,14,144,54,14,,,,,,o,,,,,gutim,19480 +nof,414,38,1,14428,10592,,789,2484.423550999986,,,,,,,144,54,0,,,,,,,,,,,gutim,19480 +non,414,39,1,14429,10592,6989,810,2484.423550999986,0.0920758928571429,32,0,C4,mp-,13,144,60,13,,,,,,o,,,,,gutim,19481 +nof,414,39,1,14429,10593,,810,2484.5155509999863,,,,,,,144,60,0,,,,,,,,,,,gutim,19481 +non,414,40,1,14430,10593,6990,832,2484.5155509999863,0.087890625,32,0,D6,p,11,144,86,11,,,,,,o,,,,,gutim,19482 +nof,414,37,3,14427,10594,,768,2484.6025509999863,,,,,,,144,85,0,,,,,,,,,,,gutim,19479 +nof,414,40,1,14430,10594,,832,2484.6025509999863,,,,,,,144,86,0,,,,,,,,,,,gutim,19482 +non,414,41,1,14431,10594,6991,853,2484.6025509999863,0.087890625,32,0,Bb5,pp+,9,144,82,9,,,,,,o,,,,,gutim,19483 +non,414,42,3,14432,10594,6991,853,2484.6025509999863,0.179966517857143,16,0,F4,mf+,18,144,65,18,,,,,,o,,,,,gutim,19484 +nof,414,41,1,14431,10595,,853,2484.690550999986,,,,,,,144,82,0,,,,,,,,,,,gutim,19483 +non,414,43,1,14433,10595,6992,874,2484.690550999986,0.0920758928571429,32,0,F#3,pp,8,144,54,8,,,,,,o,,,,,gutim,19485 +nof,414,42,3,14432,10596,,853,2484.7825509999857,,,,,,,144,65,0,,,,,,,,,,,gutim,19484 +nof,414,43,1,14433,10596,,874,2484.7825509999857,,,,,,,144,54,0,,,,,,,,,,,gutim,19485 +non,414,44,1,14434,10596,6993,896,2484.7825509999857,0.133928571428571,32,0,G5,pp,8,144,79,8,,,,,,o,,,,,gutim,19486 +rst,414,45,3,14435,10596,,896,2484.7825509999857,,,,,,,176,102,0,,,,,,,,,,,gutim,19487 +nof,414,44,1,14434,10597,,896,2484.9165509999857,,,,,,,144,79,0,,,,,,,,,,,gutim,19486 +non,414,46,1,14436,10597,6994,928,2484.9165509999857,0.133928571428571,32,0,Bb5,pp-,7,144,82,7,,,,,,o,,,,,gutim,19488 +nof,414,46,1,14436,10598,,928,2485.0505509999857,,,,,,,144,82,0,,,,,,,,,,,gutim,19488 +non,414,47,1,14437,10598,6995,960,2485.0505509999857,0.133928571428571,32,0,C4,pp-,7,144,60,7,,,,,,o,,,,,gutim,19489 +nof,414,47,1,14437,10599,,960,2485.1845509999857,,,,,,,144,60,0,,,,,,,,,,,gutim,19489 +rst,414,48,1,14438,10599,,992,2485.1845509999857,,,,,,,176,102,0,,,,,,,,,,,gutim,19490 +ped,414,49,0,14439,10600,,999,2485.2145509999855,,,,,,,176,64,0,,,,,,,^,,,,gutim,19454 +non,414,51,1,14440,10601,6996,1024,2485.3185509999857,1.07142857142857,4,0,Bb4,mf,17,144,70,17,,,,,t,o,,D,,,gutim,19491 +non,414,52,1,14441,10601,6996,1024,2485.3185509999857,1.07142857142857,4,0,E5,p,11,144,76,11,,,,,t,o,,D,,,gutim,19492 +non,414,53,3,14442,10601,6996,,2485.3185509999857,0.05,8,0,F#1,mf,17,144,30,17,,,,g,,o,,d,,,gutim,19493 +nof,414,53,3,14442,10602,,,2485.368550999986,,,,,,,144,30,0,,,,,,,,,,,gutim,19493 +non,414,54,3,14443,10603,6997,,2485.393550999986,0.05,8,0,G2,mf,17,144,43,17,,,,g,,o,,d,,,gutim,19494 +nof,414,54,3,14443,10604,,,2485.4435509999857,,,,,,,144,43,0,,,,,,,,,,,gutim,19494 +non,414,55,3,14444,10605,6998,,2485.468550999986,0.05,8,0,F#1,mf,17,144,30,17,,,,g,,o,,d,,,gutim,19495 +nof,414,55,3,14444,10606,,,2485.5185509999856,,,,,,,144,30,0,,,,,,,,,,,gutim,19495 +non,414,56,3,14445,10607,6999,1024,2485.5435509999857,1.07142857142857,4,0,F#1,mf,17,144,30,17,,,,,t,o,,D,,,gutim,19496 +non,414,57,3,14446,10607,6999,1024,2485.5435509999857,1.07142857142857,4,0,Ab1,f,20,144,32,20,,,,,t,o,,D,,,gutim,19497 +non,414,58,3,14447,10607,6999,1024,2485.5435509999857,1.07142857142857,4,0,G2,mf,17,144,43,17,,,,,t,o,,D 6065,,,gutim,19498 +ped,414,50,0,14448,10607,,1024,2485.5435509999857,,,,,,,176,64,127,,,,,,,V,,,,gutim,19499 +bar,415,0,0,14449,10608,,0,2486.6155509999853,,,,,,,,,,415,,,,,,,,,,gutim,19500 +non,415,1,1,14450,10608,,0,2486.6155509999853,0.535714285714286,8,0,Bb4,,,,,,,,,,T,,,,,,gutim,19501 +non,415,2,1,14451,10608,,0,2486.6155509999853,0.535714285714286,8,0,E5,,,,,,,,,,T,,,,,,gutim,19502 +non,415,3,3,14452,10608,,0,2486.6155509999853,0.535714285714286,8,0,F#1,,,,,,,,,,T,,,,,,gutim,19503 +non,415,4,3,14453,10608,,0,2486.6155509999853,0.535714285714286,8,0,Ab1,,,,,,,,,,T,,,,,,gutim,19504 +non,415,5,3,14454,10608,,0,2486.6155509999853,0.535714285714286,8,0,G2,,,,,,,,,,T,,,,,,gutim,19505 +nof,414,51,1,14440,10609,,1024,2487.0005509999855,,,,,,,144,70,0,,,,,,,,,,,gutim,19491 +nof,414,52,1,14441,10609,,1024,2487.0005509999855,,,,,,,144,76,0,,,,,,,,,,,gutim,19492 +non,415,6,1,14455,10610,7000,128,2487.1505509999856,0.535714285714286,8,0,E5,p,11,144,76,11,,,,,,o,,,,,gutim,19506 +rst,415,7,3,14456,10610,,128,2487.1505509999856,,,,,,,176,102,0,,,,,,,,,,,gutim,19507 +nof,414,56,3,14445,10611,,1024,2487.2255509999854,,,,,,,144,30,0,,,,,,,,,,,gutim,19496 +nof,414,57,3,14446,10611,,1024,2487.2255509999854,,,,,,,144,32,0,,,,,,,,,,,gutim,19497 +nof,414,58,3,14447,10611,,1024,2487.2255509999854,,,,,,,144,43,0,,,,,,,,,,,gutim,19498 +ped,415,9,0,14457,10612,,234,2487.4905509999853,,,,,,,176,64,0,,,,,,,^,,,,gutim,19499 +non,415,8,3,14458,10613,7001,213,2487.5065509999854,0.087890625,32,0,B2,p,11,144,47,11,,,,,,o,,,,,gutim,19508 +nof,415,8,3,14458,10614,,213,2487.5945509999856,,,,,,,144,47,0,,,,,,,,,,,gutim,19508 +non,415,10,3,14459,10614,7002,234,2487.5945509999856,0.0920758928571429,32,0,F#2,p,11,144,42,11,,,,,,o,,,,,gutim,19509 +sec,415,11,0,14460,10614,,234,2487.5945509999856,,,,,,,,,,,6065,,,,,,,,,gutim,19510 +nof,415,6,1,14455,10615,,128,2487.6865509999852,,,,,,,144,76,0,,,,,,,,,,,gutim,19506 +nof,415,10,3,14459,10615,,234,2487.6865509999852,,,,,,,144,42,0,,,,,,,,,,,gutim,19509 +non,415,13,1,14461,10615,7003,256,2487.6865509999852,1.42717633928571,2,0,Bb4,p,11,144,70,11,,,,,,o,,d,,,gutim,19511 +non,415,14,1,14462,10615,7003,256,2487.6865509999852,2.14285714285714,2,0,E5,mp,14,144,76,14,,,,,,o,,d,,,gutim,19512 +non,415,15,3,14463,10615,7003,256,2487.6865509999852,1.42717633928571,2,0,F#1,pp,8,144,30,8,,,,,,o,,d,,,gutim,19513 +non,415,16,3,14464,10615,7003,256,2487.6865509999852,2.14285714285714,2,0,G2,pp,8,144,43,8,,,,,,o,,d,,,gutim,19514 +ped,415,12,0,14465,10616,,256,2487.7905509999855,,,,,,,176,64,127,,,,,,,V,,,,gutim,19515 +nof,415,13,1,14461,10617,,256,2489.113550999986,,,,,,,144,70,0,,,,,,,,,,,gutim,19511 +nof,415,15,3,14463,10617,,256,2489.113550999986,,,,,,,144,30,0,,,,,,,,,,,gutim,19513 +nof,415,16,3,14464,10617,,256,2489.113550999986,,,,,,,144,43,0,,,,,,,,,,,gutim,19514 +non,415,17,1,14466,10617,7004,597,2489.113550999986,0.087890625,32,0,Bb4,mp,14,144,70,14,,,,,,o,,d,,,gutim,19516 +non,415,18,1,14467,10617,7004,597,2489.113550999986,0.133928571428571,32,0,D5,mp,14,144,74,14,,,,,,o,,d,,,gutim,19517 +non,415,19,3,14468,10617,7004,597,2489.113550999986,0.087890625,32,0,F#1,mp,14,144,30,14,,,,,,o,,d,,,gutim,19518 +non,415,20,3,14469,10617,7004,597,2489.113550999986,0.133928571428571,32,0,G2,mp,14,144,43,14,,,,,,o,,d,,,gutim,19519 +nof,415,17,1,14466,10618,,597,2489.2015509999856,,,,,,,144,70,0,,,,,,,,,,,gutim,19516 +nof,415,18,1,14467,10618,,597,2489.2015509999856,,,,,,,144,74,0,,,,,,,,,,,gutim,19517 +nof,415,19,3,14468,10618,,597,2489.2015509999856,,,,,,,144,30,0,,,,,,,,,,,gutim,19518 +non,415,21,1,14470,10618,7005,618,2489.2015509999856,0.0920758928571429,32,0,Bb4,f,20,144,70,20,,,,,,o,,d,,,gutim,19520 +non,415,22,1,14471,10618,7005,618,2489.2015509999856,0.133928571428571,32,0,D5,f,20,144,74,20,,,,,,o,,d,,,gutim,19521 +non,415,23,3,14472,10618,7005,618,2489.2015509999856,0.0920758928571429,32,0,C2,f,20,144,36,20,,,,,,o,,d,,,gutim,19522 +nof,415,14,1,14462,10619,,256,2489.2935509999857,,,,,,,144,76,0,,,,,,,,,,,gutim,19512 +nof,415,21,1,14470,10619,,618,2489.2935509999857,,,,,,,144,70,0,,,,,,,,,,,gutim,19520 +nof,415,23,3,14472,10619,,618,2489.2935509999857,,,,,,,144,36,0,,,,,,,,,,,gutim,19522 +non,415,24,1,14473,10619,7006,640,2489.2935509999857,0.355747767857143,8,0,Bb4,mp,14,144,70,14,,,,,,o,,d,,,gutim,19523 +non,415,25,1,14474,10619,7006,640,2489.2935509999857,0.535714285714286,8,0,E5,mp,14,144,76,14,,,,,,o,,d,,,gutim,19524 +non,415,26,3,14475,10619,7006,640,2489.2935509999857,0.535714285714286,8,1,B2,mp,14,144,47,14,,,,,,o,,d,,,gutim,19525 +nof,415,22,1,14471,10620,,618,2489.3355509999856,,,,,,,144,74,0,,,,,,,,,,,gutim,19521 +nof,415,24,1,14473,10621,,640,2489.649550999986,,,,,,,144,70,0,,,,,,,,,,,gutim,19523 +ped,415,27,0,14476,10621,,725,2489.649550999986,,,,,,,176,64,0,,,,,,,^,,,,gutim,19515 +non,415,28,1,14477,10621,7007,725,2489.649550999986,0.179966517857143,16,0,G4,mp,14,144,67,14,,,,,t,o,,d,,,gutim,19526 +nof,415,20,3,14469,10622,,597,2489.8295509999857,,,,,,,144,43,0,,,,,,,,,,,gutim,19519 +nof,415,25,1,14474,10622,,640,2489.8295509999857,,,,,,,144,76,0,,,,,,,,,,,gutim,19524 +nof,415,26,3,14475,10622,,640,2489.8295509999857,,,,,,,144,47,0,,,,,,,,,,,gutim,19525 +non,415,29,1,14478,10622,,768,2489.8295509999857,0.087890625,32,0,G4,,,,,,,,,,_,,,,,,gutim,19527 +non,415,30,1,14479,10622,7008,768,2489.8295509999857,0.133928571428571,32,0,Bb4,p,11,144,70,11,,,,,,o,,d,,,gutim,19528 +non,415,31,1,14480,10622,7008,768,2489.8295509999857,0.133928571428571,32,0,E5,p,11,144,76,11,,,,,,o,,d,,,gutim,19529 +non,415,32,3,14481,10622,7008,768,2489.8295509999857,0.087890625,32,0,B2,p,11,144,47,11,,,,,,o,,D,,,gutim,19530 +nof,415,32,3,14481,10623,,768,2489.917550999986,,,,,,,144,47,0,,,,,,,,,,,gutim,19530 +non,415,33,1,14482,10623,,789,2489.917550999986,0.087890625,32,0,G4,,,,,,,,,,_,,,,,,gutim,19531 +non,415,34,3,14483,10623,7009,789,2489.917550999986,0.087890625,32,0,F#2,p-,10,144,42,10,,,,,,o,,,,,gutim,19532 +nof,415,30,1,14479,10624,,768,2489.963550999986,,,,,,,144,70,0,,,,,,,,,,,gutim,19528 +nof,415,31,1,14480,10624,,768,2489.963550999986,,,,,,,144,76,0,,,,,,,,,,,gutim,19529 +nof,415,34,3,14483,10625,,789,2490.0055509999866,,,,,,,144,42,0,,,,,,,,,,,gutim,19532 +non,415,35,1,14484,10625,,810,2490.0055509999866,0.0920758928571429,32,0,G4,,,,,,,,,,_,,,,,,gutim,19533 +non,415,36,1,14485,10625,7010,810,2490.0055509999866,0.133928571428571,32,0,Bb4,pp+,9,144,70,9,,,,,,o,,,,,gutim,19534 +non,415,37,1,14486,10625,7010,810,2490.0055509999866,0.133928571428571,32,0,E5,pp+,9,144,76,9,,,,,,o,,,,,gutim,19535 +non,415,38,3,14487,10625,7010,810,2490.0055509999866,0.0920758928571429,32,0,B2,pp+,9,144,47,9,,,,,,o,,,,,gutim,19536 +nof,415,38,3,14487,10626,,810,2490.097550999986,,,,,,,144,47,0,,,,,,,,,,,gutim,19536 +non,415,39,1,14488,10626,,832,2490.097550999986,0.087890625,32,0,G4,,,,,,,,,,_,,,,,,gutim,19537 +non,415,40,3,14489,10626,7011,832,2490.097550999986,0.087890625,32,0,F#2,pp,8,144,42,8,,,,,,o,,,,,gutim,19538 +non,415,41,3,14490,10626,7011,832,2490.097550999986,0.133928571428571,32,0,B2,pp,8,144,47,8,,,,,,o,,,,,gutim,19539 +non,415,42,3,14491,10626,7011,832,2490.097550999986,0.133928571428571,32,0,D3,pp,8,144,50,8,,,,,,o,,,,,gutim,19540 +nof,415,36,1,14485,10627,,810,2490.1395509999866,,,,,,,144,70,0,,,,,,,,,,,gutim,19534 +nof,415,37,1,14486,10627,,810,2490.1395509999866,,,,,,,144,76,0,,,,,,,,,,,gutim,19535 +nof,415,40,3,14489,10628,,832,2490.1855509999864,,,,,,,144,42,0,,,,,,,,,,,gutim,19538 +non,415,44,1,14492,10628,,853,2490.1855509999864,0.355747767857143,8,0,G4,,,,,,,,,,T,,,,,,gutim,19541 +non,415,45,3,14493,10628,7012,853,2490.1855509999864,0.535714285714286,8,1,C3,ff,22,144,48,22,,,,,,o,,,,,gutim,19542 +ped,415,43,0,14494,10628,,853,2490.1855509999864,,,,,,,176,64,127,,,,,,,V,,,,gutim,19543 +nof,415,41,3,14490,10629,,832,2490.231550999986,,,,,,,144,47,0,,,,,,,,,,,gutim,19539 +nof,415,42,3,14491,10629,,832,2490.231550999986,,,,,,,144,50,0,,,,,,,,,,,gutim,19540 +nof,415,28,1,14477,10630,,725,2490.5405509999864,,,,,,,144,67,0,,,,,,,,,,,gutim,19526 +non,415,46,1,14495,10630,7013,938,2490.5405509999864,0.359933035714286,8,0,F#3,mf,17,144,54,17,,,,,,o,,,,,gutim,19544 +non,415,47,1,14496,10630,7013,938,2490.5405509999864,0.535714285714286,8,0,G4,mf,17,144,67,17,,,,,,o,,,,,gutim,19545 +nof,415,45,3,14493,10631,,853,2490.7205509999867,,,,,,,144,48,0,,,,,,,,,,,gutim,19542 +non,415,48,3,14497,10631,7014,981,2490.7205509999867,0.179966517857143,16,0,Ab1,ff,22,144,32,22,,,,,,o,,,,,gutim,19546 +non,415,49,3,14498,10631,7014,981,2490.7205509999867,0.267857142857143,16,0,C3,ff,22,144,48,22,,,,,,o,,,,,gutim,19547 +nof,415,46,1,14495,10632,,938,2490.900550999987,,,,,,,144,54,0,,,,,,,,,,,gutim,19544 +nof,415,48,3,14497,10632,,981,2490.900550999987,,,,,,,144,32,0,,,,,,,,,,,gutim,19546 +rst,415,50,1,14499,10632,,1024,2490.900550999987,,,,,,,176,102,0,,,,,,,,,,,gutim,19548 +rst,415,51,3,14500,10632,,1024,2490.900550999987,,,,,,,176,102,0,,,,,,,,,,,gutim,19549 +nof,415,49,3,14498,10633,,981,2490.9885509999867,,,,,,,144,48,0,,,,,,,,,,,gutim,19547 +nof,415,47,1,14496,10634,,938,2491.0765509999865,,,,,,,144,67,0,,,,,,,,,,,gutim,19545 +non,415,52,1,14501,10635,7015,1109,2491.2565509999868,0.715680803571429,4,0,F6,ff,22,144,89,22,,,,,,o,,,,,gutim,19550 +non,415,53,3,14502,10635,7015,1109,2491.2565509999868,0.715680803571429,4,0,C3,ff,22,144,48,22,,,,,,o,,,,,gutim,19551 +bar,416,0,0,14503,10636,,0,2491.9725509999867,,,,,,,,,,416,,,,,,,,,,gutim,19552 +rst,416,1,1,14504,10636,,0,2491.9725509999867,,,,,,,176,102,0,,,,,,,,,,,gutim,19553 +rst,416,2,3,14505,10636,,0,2491.9725509999867,,,,,,,176,102,0,,,,,,,,,,,gutim,19554 +nof,415,52,1,14501,10637,,1109,2492.047550999987,,,,,,,144,89,0,,,,,,,,,,,gutim,19550 +nof,415,53,3,14502,10637,,1109,2492.047550999987,,,,,,,144,48,0,,,,,,,,,,,gutim,19551 +non,416,3,1,14506,10638,7016,85,2492.3275509999867,0.715680803571429,4,0,Bb5,ff,22,144,82,22,,,,,,o,,,,,gutim,19555 +non,416,4,1,14507,10638,7016,85,2492.3275509999867,1.07142857142857,4,0,F6,ff,22,144,89,22,,,,,,o,,,,,gutim,19556 +non,416,5,3,14508,10638,7016,85,2492.3275509999867,0.159040178571429,32,1,F3,f,20,144,53,20,,,,,,o,,,,,gutim,19557 +non,416,6,3,14509,10638,7016,85,2492.3275509999867,0.133928571428571,32,1,G4,f,20,144,67,20,,,,,,o,,,,,gutim,19558 +nof,416,6,3,14509,10639,,85,2492.4615509999867,,,,,,,144,67,0,,,,,,,,,,,gutim,19558 +nof,416,5,3,14508,10640,,85,2492.4875509999865,,,,,,,144,53,0,,,,,,,,,,,gutim,19557 +non,416,7,3,14510,10640,7017,123,2492.4875509999865,0.104631696428571,32,0,B5,mf+,18,144,83,18,,,,,,o,,,,,gutim,19559 +nof,416,7,3,14510,10641,,123,2492.591550999987,,,,,,,144,83,0,,,,,,,,,,,gutim,19559 +non,416,8,3,14511,10641,7018,148,2492.591550999987,0.104631696428571,32,0,C4,mf,17,144,60,17,,,,,,o,,,,,gutim,19560 +nof,416,8,3,14511,10642,,148,2492.6965509999864,,,,,,,144,60,0,,,,,,,,,,,gutim,19560 +non,416,9,3,14512,10642,7019,173,2492.6965509999864,0.163225446428571,32,1,D7,mp+,15,144,98,15,,,,,,o,,,,,gutim,19561 +nof,416,9,3,14512,10643,,173,2492.8595509999864,,,,,,,144,98,0,,,,,,,,,,,gutim,19561 +non,416,10,3,14513,10643,7020,212,2492.8595509999864,0.108816964285714,32,0,C4,mp-,13,144,60,13,,,,,,o,,,,,gutim,19562 +nof,416,10,3,14513,10644,,212,2492.9685509999863,,,,,,,144,60,0,,,,,,,,,,,gutim,19562 +non,416,11,3,14514,10644,7021,238,2492.9685509999863,0.163225446428571,32,1,B5,p+,12,144,83,12,,,,,,o,,,,,gutim,19563 +nof,416,3,1,14506,10645,,85,2493.043550999986,,,,,,,144,82,0,,,,,,,,,,,gutim,19555 +rst,416,12,1,14515,10646,,256,2493.043550999986,,,,,,,176,102,0,,,,,,,,,,,gutim,19564 +nof,416,11,3,14514,10647,,238,2493.131550999986,,,,,,,144,83,0,,,,,,,,,,,gutim,19563 +non,416,13,3,14516,10647,7022,277,2493.131550999986,0.159040178571429,32,1,D7,p-,10,144,98,10,,,,,,o,,,,,gutim,19565 +nof,416,13,3,14516,10648,,277,2493.2905509999855,,,,,,,144,98,0,,,,,,,,,,,gutim,19565 +non,416,14,3,14517,10648,7023,315,2493.2905509999855,0.108816964285714,32,0,C4,pp,8,144,60,8,,,,,,o,,d,,,gutim,19566 +nof,416,4,1,14507,10649,,85,2493.399550999986,,,,,,,144,89,0,,,,,,,,,,,gutim,19556 +nof,416,14,3,14517,10650,,315,2493.399550999986,,,,,,,144,60,0,,,,,,,,,,,gutim,19566 +non,416,15,3,14518,10650,7024,341,2493.399550999986,0.355747767857143,8,0,F6,ff,22,144,89,22,,,,,,o,,d,,,gutim,19567 +non,416,16,3,14519,10650,7024,341,2493.399550999986,0.535714285714286,8,0,E7,ff,22,144,100,22,,,,,,o,,d,,,gutim,19568 +nof,416,15,3,14518,10651,,341,2493.7555509999856,,,,,,,144,89,0,,,,,,,,,,,gutim,19567 +non,416,17,3,14520,10651,7025,426,2493.7555509999856,0.0920758928571429,32,0,F#1,pp,8,144,30,8,,,,,,o,,d,,,gutim,19569 +nof,416,17,3,14520,10652,,426,2493.8475509999853,,,,,,,144,30,0,,,,,,,,,,,gutim,19569 +non,416,18,3,14521,10652,7026,448,2493.8475509999853,0.087890625,32,0,G2,pp,8,144,43,8,,,,,,o,,d,,,gutim,19570 +nof,416,16,3,14519,10653,,341,2493.935550999985,,,,,,,144,100,0,,,,,,,,,,,gutim,19568 +nof,416,18,3,14521,10653,,448,2493.935550999985,,,,,,,144,43,0,,,,,,,,,,,gutim,19570 +non,416,19,3,14522,10653,7027,469,2493.935550999985,0.087890625,32,0,F#1,pp,8,144,30,8,,,,,,o,,d,,,gutim,19571 +nof,416,19,3,14522,10654,,469,2494.0235509999848,,,,,,,144,30,0,,,,,,,,,,,gutim,19571 +non,416,20,3,14523,10654,7028,490,2494.0235509999848,0.0920758928571429,32,0,C2,pp,8,144,36,8,,,,,,o,,d,,,gutim,19572 +nof,416,20,3,14523,10655,,490,2494.115550999985,,,,,,,144,36,0,,,,,,,,,,,gutim,19572 +rst,416,21,1,14524,10655,,512,2494.115550999985,,,,,,,176,102,0,,,,,,,,,,,gutim,19573 +non,416,22,3,14525,10655,7029,512,2494.115550999985,0.355747767857143,8,0,Bb2,pp,8,144,46,8,,,,,,o,,d,,,gutim,19574 +nof,416,22,3,14525,10656,,512,2494.470550999985,,,,,,,144,46,0,,,,,,,,,,,gutim,19574 +non,416,23,1,14526,10656,7030,597,2494.470550999985,0.535714285714286,8,1,Bb3,pp,8,144,58,8,,,,,,o,,d,,,gutim,19575 +non,416,24,1,14527,10656,7030,597,2494.470550999985,0.535714285714286,8,1,D4,pp,8,144,62,8,,,,,,o,,d,,,gutim,19576 +non,416,25,3,14528,10656,7030,597,2494.470550999985,0.715680803571429,4,0,F#1,pp,8,144,30,8,,,,,,o,,d,,,gutim,19577 +non,416,26,3,14529,10656,7030,597,2494.470550999985,1.07142857142857,4,0,C2,pp,8,144,36,8,,,,,,o,,d,,,gutim,19578 +non,416,27,3,14530,10656,7030,597,2494.470550999985,1.07142857142857,4,0,G2,pp,8,144,43,8,,,,,,o,,d,,,gutim,19579 +nof,416,23,1,14526,10657,,597,2495.006550999985,,,,,,,144,58,0,,,,,,,,,,,gutim,19575 +nof,416,24,1,14527,10657,,597,2495.006550999985,,,,,,,144,62,0,,,,,,,,,,,gutim,19576 +non,416,28,1,14531,10657,7031,725,2495.006550999985,0.087890625,32,0,A6,p,11,144,93,11,,,,,,o,,D,,,gutim,19580 +nof,416,28,1,14531,10658,,725,2495.0945509999847,,,,,,,144,93,0,,,,,,,,,,,gutim,19580 +ped,416,29,0,14532,10658,,746,2495.0945509999847,,,,,,,176,64,0,,,,,,,^,,,,gutim,19543 +non,416,30,1,14533,10658,7032,746,2495.0945509999847,0.0920758928571429,32,0,Bb2,p+,12,144,46,12,,,,,,o,,,,,gutim,19581 +nof,416,25,3,14528,10659,,597,2495.1865509999843,,,,,,,144,30,0,,,,,,,,,,,gutim,19577 +nof,416,30,1,14533,10659,,746,2495.1865509999843,,,,,,,144,46,0,,,,,,,,,,,gutim,19581 +non,416,31,1,14534,10659,7033,768,2495.1865509999843,0.17578125,16,0,C#6,mp-,13,144,85,13,,,,,,o,,,,,gutim,19582 +non,416,32,1,14535,10659,7033,768,2495.1865509999843,0.267857142857143,16,0,A6,mp-,13,144,93,13,,,,,,o,,,,,gutim,19583 +rst,416,33,3,14536,10659,,768,2495.1865509999843,,,,,,,176,102,0,,,,,,,,,,,gutim,19584 +nof,416,31,1,14534,10660,,768,2495.3625509999847,,,,,,,144,85,0,,,,,,,,,,,gutim,19582 +non,416,34,1,14537,10660,7034,810,2495.3625509999847,0.179966517857143,16,0,F4,mp,14,144,65,14,,,,,,o,,,,,gutim,19585 +nof,416,32,1,14535,10661,,768,2495.4545509999843,,,,,,,144,93,0,,,,,,,,,,,gutim,19583 +nof,416,34,1,14537,10662,,810,2495.542550999984,,,,,,,144,65,0,,,,,,,,,,,gutim,19585 +non,416,35,1,14538,10662,7035,853,2495.542550999984,0.179966517857143,16,0,Bb2,mp+,15,144,46,15,,,,,,o,,,,,gutim,19586 +nof,416,26,3,14529,10663,,597,2495.542550999984,,,,,,,144,36,0,,,,,,,,,,,gutim,19578 +nof,416,27,3,14530,10663,,597,2495.542550999984,,,,,,,144,43,0,,,,,,,,,,,gutim,19579 +nof,416,35,1,14538,10664,,853,2495.7225509999844,,,,,,,144,46,0,,,,,,,,,,,gutim,19586 +non,416,37,1,14539,10664,7036,896,2495.7225509999844,0.535714285714286,8,0,E2,mf,17,144,40,17,,,,,,o,,d,,,gutim,19587 +non,416,38,3,14540,10664,7036,896,2495.7225509999844,0.535714285714286,8,0,F#2,pp,8,144,42,8,,,,,t,o,,d,,,gutim,19588 +non,416,39,3,14541,10664,7036,896,2495.7225509999844,0.535714285714286,8,0,B2,pp,8,144,47,8,,,,,t,o,,d,,,gutim,19589 +non,416,40,3,14542,10664,7036,896,2495.7225509999844,0.535714285714286,8,0,D3,pp,8,144,50,8,,,,,t,o,,d,,,gutim,19590 +non,416,41,3,14543,10664,7036,896,2495.7225509999844,0.535714285714286,8,0,Bb4,pp,8,144,70,8,,,,,t,o,,d,,,gutim,19591 +non,416,42,3,14544,10664,7036,896,2495.7225509999844,0.535714285714286,8,0,E5,pp,8,144,76,8,,,,,t,o,,d,,,gutim,19592 +ped,416,36,0,14545,10664,,896,2495.7225509999844,,,,,,,176,64,127,,,,,,,V,,,,gutim,19593 +nof,416,37,1,14539,10665,,896,2496.2575509999842,,,,,,,144,40,0,,,,,,,,,,,gutim,19587 +rst,416,43,1,14546,10665,,1024,2496.2575509999842,,,,,,,176,102,0,,,,,,,,,,,gutim,19594 +non,416,44,3,14547,10665,,1024,2496.2575509999842,0.535714285714286,8,0,F#2,,,,,,,,,,T,,,,,,gutim,19595 +non,416,45,3,14548,10665,,1024,2496.2575509999842,0.535714285714286,8,0,B2,,,,,,,,,,T,,,,,,gutim,19596 +non,416,46,3,14549,10665,,1024,2496.2575509999842,0.535714285714286,8,0,D3,,,,,,,,,,T,,,,,,gutim,19597 +non,416,47,3,14550,10665,,1024,2496.2575509999842,0.535714285714286,8,0,Bb4,,,,,,,,,,T,,,,,,gutim,19598 +non,416,48,3,14551,10665,,1024,2496.2575509999842,0.535714285714286,8,0,E5,,,,,,,,,,T,,,,,,gutim,19599 +ped,416,49,0,14552,10666,,1152,2496.7935509999843,,,,,,,176,64,0,,,,,,,^,,,,gutim,19593 +non,416,50,1,14553,10666,7037,1152,2496.7935509999843,0.087890625,32,0,Bb4,pp,8,144,70,8,,,,,,o,,d,,,gutim,19600 +non,416,51,1,14554,10666,7037,1152,2496.7935509999843,0.133928571428571,32,0,E5,pp,8,144,76,8,,,,,,o,,d,,,gutim,19601 +non,416,52,3,14555,10666,7037,1152,2496.7935509999843,0.087890625,32,0,F#2,pp,8,144,42,8,,,,,,o,,d,,,gutim,19602 +non,416,53,3,14556,10666,7037,1152,2496.7935509999843,0.133928571428571,32,0,B2,pp,8,144,47,8,,,,,,o,,d,,,gutim,19603 +non,416,54,3,14557,10666,7037,1152,2496.7935509999843,0.133928571428571,32,0,D3,pp,8,144,50,8,,,,,,o,,d,,,gutim,19604 +nof,416,38,3,14540,10667,,896,2496.7935509999843,,,,,,,144,42,0,,,,,,,,,,,gutim,19602 +nof,416,39,3,14541,10667,,896,2496.7935509999843,,,,,,,144,47,0,,,,,,,,,,,gutim,19603 +nof,416,40,3,14542,10667,,896,2496.7935509999843,,,,,,,144,50,0,,,,,,,,,,,gutim,19604 +nof,416,41,3,14543,10667,,896,2496.7935509999843,,,,,,,144,70,0,,,,,,,,,,,gutim,19600 +nof,416,42,3,14544,10667,,896,2496.7935509999843,,,,,,,144,76,0,,,,,,,,,,,gutim,19601 +nof,416,50,1,14553,10668,,1152,2496.881550999984,,,,,,,144,70,0,,,,,,,,,,,gutim,19605 +nof,416,52,3,14555,10668,,1152,2496.881550999984,,,,,,,144,42,0,,,,,,,,,,,gutim,19606 +non,416,55,1,14558,10668,7038,1173,2496.881550999984,0.087890625,32,0,A4,pp,8,144,69,8,,,,,,o,,d,,,gutim,19607 +non,416,56,3,14559,10668,7038,1173,2496.881550999984,0.087890625,32,0,F2,pp,8,144,41,8,,,,,,o,,d,,,gutim,19608 +non,416,57,3,14560,10668,7038,1173,2496.881550999984,0.133928571428571,32,0,Db3,pp,8,144,49,8,,,,,,o,,d,,,gutim,19609 +nof,416,51,1,14554,10669,,1152,2496.927550999984,,,,,,,144,76,0,,,,,,,,,,,gutim,19610 +nof,416,53,3,14556,10669,,1152,2496.927550999984,,,,,,,144,47,0,,,,,,,,,,,gutim,19611 +nof,416,54,3,14557,10669,,1152,2496.927550999984,,,,,,,144,50,0,,,,,,,,,,,gutim,19612 +nof,416,55,1,14558,10670,,1173,2496.9695509999838,,,,,,,144,69,0,,,,,,,,,,,gutim,19607 +nof,416,56,3,14559,10670,,1173,2496.9695509999838,,,,,,,144,41,0,,,,,,,,,,,gutim,19608 +nof,416,57,3,14560,10670,,1173,2496.9695509999838,,,,,,,144,49,0,,,,,,,,,,,gutim,19609 +non,416,58,1,14561,10670,7039,1194,2496.9695509999838,0.179966517857143,16,0,Ab3,pp,8,144,56,8,,,,,,o,,d,,,gutim,19613 +non,416,59,3,14562,10670,7039,1194,2496.9695509999838,0.179966517857143,16,0,F2,pp,8,144,41,8,,,,,,o,,d,,,gutim,19614 +non,416,60,3,14563,10670,7039,1194,2496.9695509999838,0.267857142857143,16,0,Db3,pp,8,144,49,8,,,,,,o,,d,,,gutim,19615 +nof,416,58,1,14561,10671,,1194,2497.149550999984,,,,,,,144,56,0,,,,,,,,,,,gutim,19613 +nof,416,59,3,14562,10671,,1194,2497.149550999984,,,,,,,144,41,0,,,,,,,,,,,gutim,19614 +rst,416,61,1,14564,10671,,1237,2497.149550999984,,,,,,,176,102,0,,,,,,,,,,,gutim,19616 +non,416,62,3,14565,10671,7040,1237,2497.149550999984,0.179966517857143,16,0,D2,pp,8,144,38,8,,,,,t,o,,d,,,gutim,19617 +nof,416,60,3,14563,10672,,1194,2497.237550999984,,,,,,,144,49,0,,,,,,,,,,,gutim,19615 +bar,417,0,0,14566,10673,,0,2497.3295509999834,,,,,,,,,,417,,,,,,,,,,gutim,19618 +rst,417,2,1,14567,10673,,0,2497.3295509999834,,,,,,,176,102,0,,,,,,,,,,,gutim,19619 +non,417,3,3,14568,10673,,0,2497.3295509999834,0.267857142857143,16,0,D2,,,,,,,,,,T,,,,,,gutim,19620 +ped,417,1,0,14569,10673,,0,2497.3295509999834,,,,,,,176,64,127,,,,,,,V,,,,gutim,19621 +nof,416,62,3,14565,10674,,1237,2497.5975509999835,,,,,,,144,38,0,,,,,,,,,,,gutim,19617 +non,417,4,3,14570,10674,7041,64,2497.5975509999835,0.087890625,32,0,Ab1,mp,14,144,32,14,,,,,,o,,D 6066,,,gutim,19622 +nof,417,4,3,14570,10675,,64,2497.685550999983,,,,,,,144,32,0,,,,,,,,,,,gutim,19622 +non,417,5,3,14571,10675,7042,85,2497.685550999983,0.087890625,32,0,F5,mp,14,144,77,14,,,,,,o,,,,,gutim,19623 +nof,417,5,3,14571,10676,,85,2497.773550999983,,,,,,,144,77,0,,,,,,,,,,,gutim,19623 +non,417,6,3,14572,10676,7043,106,2497.773550999983,0.0920758928571429,32,0,C3,mp-,13,144,48,13,,,,,,o,,,,,gutim,19624 +nof,417,6,3,14572,10677,,106,2497.865550999983,,,,,,,144,48,0,,,,,,,,,,,gutim,19624 +non,417,7,3,14573,10677,7044,128,2497.865550999983,0.133928571428571,32,0,Ab2,mp-,13,144,44,13,,,,,,o,,,,,gutim,19625 +nof,417,7,3,14573,10678,,128,2497.999550999983,,,,,,,144,44,0,,,,,,,,,,,gutim,19625 +non,417,8,3,14574,10678,7045,160,2497.999550999983,0.133928571428571,32,0,C3,p+,12,144,48,12,,,,,,o,,,,,gutim,19626 +nof,417,8,3,14574,10679,,160,2498.1325509999833,,,,,,,144,48,0,,,,,,,,,,,gutim,19626 +non,417,9,1,14575,10679,7046,192,2498.1325509999833,0.267857142857143,16,0,F5,p,11,144,77,11,,,,,,o,,,,,gutim,19627 +non,417,10,3,14576,10679,7046,192,2498.1325509999833,0.087890625,32,0,Ab2,p,11,144,44,11,,,,,,o,,,,,gutim,19628 +nof,417,10,3,14576,10680,,192,2498.220550999983,,,,,,,144,44,0,,,,,,,,,,,gutim,19628 +non,417,11,3,14577,10680,7047,213,2498.220550999983,0.087890625,32,0,C3,p,11,144,48,11,,,,,,o,,,,,gutim,19629 +nof,417,11,3,14577,10681,,213,2498.308550999983,,,,,,,144,48,0,,,,,,,,,,,gutim,19629 +non,417,12,3,14578,10681,7048,234,2498.308550999983,0.0920758928571429,32,0,E6,p-,10,144,88,10,,,,,,o,,,,,gutim,19630 +nof,417,9,1,14575,10682,,192,2498.400550999983,,,,,,,144,77,0,,,,,,,,,,,gutim,19627 +nof,417,12,3,14578,10682,,234,2498.400550999983,,,,,,,144,88,0,,,,,,,,,,,gutim,19630 +rst,417,13,1,14579,10682,,256,2498.400550999983,,,,,,,176,102,0,,,,,,,,,,,gutim,19631 +non,417,14,3,14580,10682,7049,256,2498.400550999983,0.087890625,32,0,C3,p-,10,144,48,10,,,,,,o,,,,,gutim,19632 +non,417,15,3,14581,10682,7049,256,2498.400550999983,0.133928571428571,32,0,Bb3,p-,10,144,58,10,,,,,,o,,,,,gutim,19633 +nof,417,14,3,14580,10683,,256,2498.488550999983,,,,,,,144,48,0,,,,,,,,,,,gutim,19632 +non,417,16,3,14582,10683,7050,277,2498.488550999983,0.133928571428571,32,1,F5,pp+,9,144,77,9,,,,,,o,,,,,gutim,19634 +non,417,17,3,14583,10683,7050,277,2498.488550999983,0.133928571428571,32,1,E6,pp+,9,144,88,9,,,,,,o,,,,,gutim,19635 +nof,417,15,3,14581,10684,,256,2498.5345509999834,,,,,,,144,58,0,,,,,,,,,,,gutim,19633 +nof,417,16,3,14582,10685,,277,2498.622550999983,,,,,,,144,77,0,,,,,,,,,,,gutim,19634 +nof,417,17,3,14583,10685,,277,2498.622550999983,,,,,,,144,88,0,,,,,,,,,,,gutim,19635 +non,417,18,3,14584,10685,7051,309,2498.622550999983,0.133928571428571,32,1,C3,pp+,9,144,48,9,,,,,,o,,,,,gutim,19636 +non,417,19,3,14585,10685,7051,309,2498.622550999983,0.133928571428571,32,1,Bb3,pp+,9,144,58,9,,,,,,o,,,,,gutim,19637 +nof,417,18,3,14584,10686,,309,2498.756550999983,,,,,,,144,48,0,,,,,,,,,,,gutim,19636 +nof,417,19,3,14585,10686,,309,2498.756550999983,,,,,,,144,58,0,,,,,,,,,,,gutim,19637 +non,417,20,3,14586,10686,7052,341,2498.756550999983,0.179966517857143,16,0,E6,pp,8,144,88,8,,,,,,o,,,,,gutim,19638 +nof,417,20,3,14586,10687,,341,2498.936550999983,,,,,,,144,88,0,,,,,,,,,,,gutim,19638 +rst,417,21,1,14587,10687,,384,2498.936550999983,,,,,,,176,102,0,,,,,,,,,,,gutim,19639 +rst,417,22,3,14588,10687,,384,2498.936550999983,,,,,,,176,102,0,,,,,,,,,,,gutim,19640 +non,417,23,3,14589,10688,7053,426,2499.112550999983,0.179966517857143,16,0,F2,pp,8,144,41,8,,,,,,o,,,,,gutim,19641 +non,417,24,3,14590,10688,7053,426,2499.112550999983,0.267857142857143,16,0,D3,pp,8,144,50,8,,,,,,o,,,,,gutim,19642 +nof,417,23,3,14589,10689,,426,2499.2925509999827,,,,,,,144,41,0,,,,,,,,,,,gutim,19641 +non,417,25,1,14591,10689,7054,469,2499.2925509999827,0.179966517857143,16,0,Ab3,pp,8,144,56,8,,,,,,o,,,,,gutim,19643 +non,417,26,1,14592,10689,7054,469,2499.2925509999827,0.267857142857143,16,0,A4,pp,8,144,69,8,,,,,,o,,,,,gutim,19644 +non,417,27,3,14593,10689,7054,469,2499.2925509999827,0.179966517857143,16,0,D2,pp,8,144,38,8,,,,,,o,,,,,gutim,19645 +nof,417,24,3,14590,10690,,426,2499.380550999983,,,,,,,144,50,0,,,,,,,,,,,gutim,19642 +nof,417,25,1,14591,10691,,469,2499.4725509999826,,,,,,,144,56,0,,,,,,,,,,,gutim,19643 +nof,417,27,3,14593,10691,,469,2499.4725509999826,,,,,,,144,38,0,,,,,,,,,,,gutim,19645 +ped,417,30,0,14594,10691,,715,2499.4725509999826,,,,,,,176,64,0,,,,,,,^,,,,gutim,19621 +rst,417,28,1,14595,10691,,512,2499.4725509999826,,,,,,,176,102,0,,,,,,,,,,,gutim,19646 +rst,417,29,3,14596,10691,,512,2499.4725509999826,,,,,,,176,102,0,,,,,,,,,,,gutim,19647 +sec,417,31,0,14597,10691,,715,2499.4725509999826,,,,,,,,,,,6066,,,,,,,,,gutim,19648 +nof,417,26,1,14592,10692,,469,2499.5605509999823,,,,,,,144,69,0,,,,,,,,,,,gutim,19644 +rst,417,32,1,14598,10693,,768,2499.6945509999823,,,,,,,176,102,0,,,,,,,,,,,gutim,19649 +non,417,33,3,14599,10693,7055,768,2499.6945509999823,0.087890625,32,0,F2,mp,14,144,41,14,,,,,,o,,,,,gutim,19650 +non,417,34,3,14600,10693,7055,768,2499.6945509999823,0.133928571428571,32,0,Db3,mp,14,144,49,14,,,,,,o,,,,,gutim,19651 +nof,417,33,3,14599,10694,,768,2499.7815509999823,,,,,,,144,41,0,,,,,,,,,,,gutim,19650 +non,417,35,3,14601,10694,7056,789,2499.7815509999823,0.087890625,32,0,D2,mf,17,144,38,17,,,,,,o,,,,,gutim,19652 +non,417,36,3,14602,10694,7056,789,2499.7815509999823,0.133928571428571,32,0,Ab3,mf,17,144,56,17,,,,,,o,,,,,gutim,19653 +non,417,37,3,14603,10694,7056,789,2499.7815509999823,0.133928571428571,32,0,A4,mf,17,144,69,17,,,,,,o,,,,,gutim,19654 +nof,417,34,3,14600,10695,,768,2499.827550999982,,,,,,,144,49,0,,,,,,,,,,,gutim,19651 +nof,417,35,3,14601,10696,,789,2499.869550999982,,,,,,,144,38,0,,,,,,,,,,,gutim,19652 +rst,417,39,3,14604,10696,,810,2499.869550999982,,,,,,,176,102,0,,,,,,,,,,,gutim,19655 +ped,417,38,0,14605,10696,,810,2499.869550999982,,,,,,,176,64,127,,,,,,,V,,,,gutim,19656 +nof,417,36,3,14602,10697,,789,2499.915550999982,,,,,,,144,56,0,,,,,,,,,,,gutim,19653 +nof,417,37,3,14603,10697,,789,2499.915550999982,,,,,,,144,69,0,,,,,,,,,,,gutim,19654 +non,417,40,1,14606,10698,7057,832,2499.961550999982,0.267857142857143,16,0,C4,p,11,144,60,11,,,,,,o,,,,,gutim,19657 +nof,417,40,1,14606,10699,,832,2500.229550999982,,,,,,,144,60,0,,,,,,,,,,,gutim,19657 +non,417,41,1,14607,10699,7058,896,2500.229550999982,0.17578125,16,0,G5,p+,12,144,79,12,,,,,,o,,,,,gutim,19658 +rst,417,42,3,14608,10699,,896,2500.229550999982,,,,,,,176,102,0,,,,,,,,,,,gutim,19659 +nof,417,41,1,14607,10700,,896,2500.405550999982,,,,,,,144,79,0,,,,,,,,,,,gutim,19658 +non,417,43,1,14609,10700,7059,938,2500.405550999982,0.359933035714286,8,0,F6,pp,8,144,89,8,,,,,,o,,d,,,gutim,19660 +non,417,44,3,14610,10701,7060,992,2500.631550999982,0.133928571428571,32,0,Bb3,mf,17,144,58,17,,,,,,o,,d,,,gutim,19661 +nof,417,43,1,14609,10702,,938,2500.765550999982,,,,,,,144,89,0,,,,,,,,,,,gutim,19660 +nof,417,44,3,14610,10703,,992,2500.765550999982,,,,,,,144,58,0,,,,,,,,,,,gutim,19661 +non,417,45,1,14611,10703,7061,1024,2500.765550999982,1.07142857142857,4,0,F6,pp,8,144,89,8,,,,,,o,,d,,,gutim,19662 +non,417,46,1,14612,10703,7061,1024,2500.765550999982,1.07142857142857,4,0,A6,mf,17,144,93,17,,,,,,o,,d,,,gutim,19663 +non,417,47,3,14613,10703,7061,1024,2500.765550999982,0.267857142857143,16,0,Ab2,pp,8,144,44,8,,,,,,o,,d,,,gutim,19664 +non,417,48,3,14614,10703,7061,1024,2500.765550999982,0.267857142857143,16,0,E3,pp,8,144,52,8,,,,,,o,,d,,,gutim,19665 +non,417,49,3,14615,10703,7061,1024,2500.765550999982,0.267857142857143,16,0,Bb3,mf,17,144,58,17,,,,,,o,,d,,,gutim,19666 +nof,417,47,3,14613,10704,,1024,2501.0335509999823,,,,,,,144,44,0,,,,,,,,,,,gutim,19664 +nof,417,48,3,14614,10704,,1024,2501.0335509999823,,,,,,,144,52,0,,,,,,,,,,,gutim,19665 +nof,417,49,3,14615,10704,,1024,2501.0335509999823,,,,,,,144,58,0,,,,,,,,,,,gutim,19666 +non,417,50,3,14616,10704,7062,1088,2501.0335509999823,0.267857142857143,16,0,Db2,pp,8,144,37,8,,,,,,o,,d,,,gutim,19667 +nof,417,50,3,14616,10705,,1088,2501.3015509999823,,,,,,,144,37,0,,,,,,,,,,,gutim,19667 +non,417,51,3,14617,10705,7063,1152,2501.3015509999823,0.535714285714286,8,0,Ab2,pp,8,144,44,8,,,,,,o,,d,,,gutim,19668 +nof,417,51,3,14617,10706,,1152,2501.836550999982,,,,,,,144,44,0,,,,,,,,,,,gutim,19668 +bar,418,0,0,14618,10706,,0,2501.836550999982,,,,,,,,,,418,,,,,,,,,,gutim,19669 +non,418,1,1,14619,10706,7064,0,2501.836550999982,0.305524553571429,16,0,Bb3,mf,17,144,58,17,,,,,,o,,d,,,gutim,19670 +rst,418,2,3,14620,10706,,0,2501.836550999982,,,,,,,176,102,0,,,,,,,,,,,gutim,19671 +nof,417,45,1,14611,10707,,1024,2501.836550999982,,,,,,,144,89,0,,,,,,,,,,,gutim,19662 +nof,417,46,1,14612,10707,,1024,2501.836550999982,,,,,,,144,93,0,,,,,,,,,,,gutim,19663 +nof,418,1,1,14619,10708,,0,2502.142550999982,,,,,,,144,58,0,,,,,,,,,,,gutim,19670 +non,418,3,1,14621,10708,7065,73,2502.142550999982,0.456194196428571,16,1,A6,mf,17,144,93,17,,,,,,o,,d,,,gutim,19672 +nof,418,3,1,14621,10709,,73,2502.598550999982,,,,,,,144,93,0,,,,,,,,,,,gutim,19672 +non,418,4,1,14622,10709,7066,182,2502.598550999982,0.309709821428571,16,0,Db6,mf,17,144,85,17,,,,,,o,,d,,,gutim,19673 +nof,418,4,1,14622,10710,,182,2502.9085509999823,,,,,,,144,85,0,,,,,,,,,,,gutim,19673 +non,418,5,1,14623,10710,7067,256,2502.9085509999823,0.1171875,32,0,F6,pp,8,144,89,8,,,,,,o,,d,,,gutim,19674 +non,418,6,1,14624,10710,7067,256,2502.9085509999823,0.133928571428571,32,0,Ab6,pp,8,144,92,8,,,,,,o,,d,,,gutim,19675 +non,418,7,3,14625,10710,7067,256,2502.9085509999823,0.305524553571429,16,0,Ab2,mf,17,144,44,17,,,,,,o,,d,,,gutim,19676 +non,418,8,3,14626,10710,7067,256,2502.9085509999823,0.267857142857143,16,0,E3,mf,17,144,52,17,,,,,,o,,d,,,gutim,19677 +nof,418,5,1,14623,10711,,256,2503.0255509999824,,,,,,,144,89,0,,,,,,,,,,,gutim,19674 +non,418,9,1,14627,10711,7068,284,2503.0255509999824,0.1171875,32,0,F3,pp,8,144,53,8,,,,,,o,,,,,gutim,19678 +nof,418,6,1,14624,10712,,256,2503.0425509999823,,,,,,,144,92,0,,,,,,,,,,,gutim,19675 +nof,418,9,1,14627,10713,,284,2503.1425509999826,,,,,,,144,53,0,,,,,,,,,,,gutim,19678 +non,418,10,1,14628,10713,7069,312,2503.1425509999826,0.121372767857143,32,0,D3,pp+,9,144,50,9,,,,,,o,,,,,gutim,19679 +nof,418,8,3,14626,10714,,256,2503.1765509999823,,,,,,,144,52,0,,,,,,,,,,,gutim,19677 +nof,418,7,3,14625,10715,,256,2503.2135509999825,,,,,,,144,44,0,,,,,,,,,,,gutim,19676 +non,418,11,3,14629,10715,7070,329,2503.2135509999825,0.456194196428571,16,1,Bb3,mf,17,144,58,17,,,,,,o,,D,,,gutim,19680 +nof,418,10,1,14628,10716,,312,2503.264550999983,,,,,,,144,50,0,,,,,,,,,,,gutim,19679 +non,418,12,1,14630,10716,7071,341,2503.264550999983,0.1171875,32,0,C3,pp+,9,144,48,9,,,,,,o,,,,,gutim,19681 +non,418,13,1,14631,10716,7071,341,2503.264550999983,0.133928571428571,32,0,Db4,pp+,9,144,61,9,,,,,,o,,,,,gutim,19682 +nof,418,12,1,14630,10717,,341,2503.381550999983,,,,,,,144,48,0,,,,,,,,,,,gutim,19681 +non,418,14,1,14632,10717,7072,369,2503.381550999983,0.121372767857143,32,0,A7,pp+,9,144,105,9,,,,,,o,,,,,gutim,19683 +nof,418,13,1,14631,10718,,341,2503.398550999983,,,,,,,144,61,0,,,,,,,,,,,gutim,19682 +nof,418,14,1,14632,10719,,369,2503.502550999983,,,,,,,144,105,0,,,,,,,,,,,gutim,19683 +non,418,15,1,14633,10719,7073,398,2503.502550999983,0.17578125,32,1,F3,p-,10,144,53,10,,,,,,o,,,,,gutim,19684 +nof,418,11,3,14629,10720,,329,2503.6705509999833,,,,,,,144,58,0,,,,,,,,,,,gutim,19680 +non,418,16,3,14634,10720,7074,438,2503.6705509999833,0.309709821428571,16,0,E3,mf,17,144,52,17,,,,,,o,,,,,gutim,19685 +nof,418,15,1,14633,10721,,398,2503.6785509999836,,,,,,,144,53,0,,,,,,,,,,,gutim,19684 +non,418,17,1,14635,10721,7075,440,2503.6785509999836,0.179966517857143,32,1,Db4,p-,10,144,61,10,,,,,,o,,,,,gutim,19686 +nof,418,17,1,14635,10722,,440,2503.8585509999834,,,,,,,144,61,0,,,,,,,,,,,gutim,19686 +non,418,18,1,14636,10722,7076,483,2503.8585509999834,0.121372767857143,32,0,Ab6,p,11,144,92,11,,,,,,o,,,,,gutim,19687 +nof,418,18,1,14636,10723,,483,2503.9795509999835,,,,,,,144,92,0,,,,,,,,,,,gutim,19687 +non,418,19,1,14637,10723,7077,512,2503.9795509999835,0.1171875,32,0,F3,p,11,144,53,11,,,,,,o,,,,,gutim,19688 +non,418,20,1,14638,10723,7077,512,2503.9795509999835,0.133928571428571,32,0,Db4,p,11,144,61,11,,,,,,o,,,,,gutim,19689 +non,418,21,3,14639,10723,7077,512,2503.9795509999835,0.305524553571429,16,0,Bb3,mf,17,144,58,17,,,,,,o,,,,,gutim,19690 +nof,418,16,3,14634,10724,,438,2503.9795509999835,,,,,,,144,52,0,,,,,,,,,,,gutim,19685 +nof,418,19,1,14637,10725,,512,2504.0965509999833,,,,,,,144,53,0,,,,,,,,,,,gutim,19688 +non,418,22,1,14640,10725,7078,540,2504.0965509999833,0.1171875,32,0,D3,p,11,144,50,11,,,,,,o,,,,,gutim,19691 +nof,418,20,1,14638,10726,,512,2504.113550999983,,,,,,,144,61,0,,,,,,,,,,,gutim,19689 +nof,418,22,1,14640,10727,,540,2504.2145509999827,,,,,,,144,50,0,,,,,,,,,,,gutim,19691 +non,418,23,1,14641,10727,7079,568,2504.2145509999827,0.179966517857143,32,1,Ab5,p+,12,144,80,12,,,,,,o,,,,,gutim,19692 +nof,418,21,3,14639,10728,,512,2504.2855509999827,,,,,,,144,58,0,,,,,,,,,,,gutim,19690 +non,418,24,3,14642,10728,7080,585,2504.2855509999827,0.456194196428571,16,1,A6,mf,17,144,93,17,,,,,,o,,,,,gutim,19693 +nof,418,23,1,14641,10729,,568,2504.3945509999826,,,,,,,144,80,0,,,,,,,,,,,gutim,19692 +non,418,25,1,14643,10729,7081,611,2504.3945509999826,0.121372767857143,32,0,D3,p+,12,144,50,12,,,,,,o,,,,,gutim,19694 +nof,418,25,1,14643,10730,,611,2504.5155509999827,,,,,,,144,50,0,,,,,,,,,,,gutim,19694 +non,418,26,1,14644,10730,7082,640,2504.5155509999827,0.1171875,32,0,F3,p+,12,144,53,12,,,,,,o,,,,,gutim,19695 +non,418,27,1,14645,10730,7082,640,2504.5155509999827,0.133928571428571,32,0,Db4,p+,12,144,61,12,,,,,,o,,,,,gutim,19696 +nof,418,24,3,14642,10731,,585,2504.6325509999824,,,,,,,144,93,0,,,,,,,,,,,gutim,19693 +nof,418,26,1,14644,10731,,640,2504.6325509999824,,,,,,,144,53,0,,,,,,,,,,,gutim,19695 +non,418,28,1,14646,10731,7083,668,2504.6325509999824,0.1171875,32,0,A6,mp-,13,144,93,13,,,,,,o,,,,,gutim,19697 +nof,418,27,1,14645,10732,,640,2504.6495509999822,,,,,,,144,61,0,,,,,,,,,,,gutim,19696 +non,418,29,3,14647,10733,7084,694,2504.741550999982,0.309709821428571,16,0,C#6,mf,17,144,85,17,,,,,,o,,,,,gutim,19698 +nof,418,28,1,14646,10734,,668,2504.7495509999817,,,,,,,144,93,0,,,,,,,,,,,gutim,19697 +non,418,30,1,14648,10734,7085,696,2504.7495509999817,0.179966517857143,32,1,D3,mp-,13,144,50,13,,,,,,o,,,,,gutim,19699 +nof,418,30,1,14648,10735,,696,2504.929550999982,,,,,,,144,50,0,,,,,,,,,,,gutim,19699 +non,418,31,1,14649,10735,7086,739,2504.929550999982,0.121372767857143,32,0,Ab5,mp,14,144,80,14,,,,,,o,,,,,gutim,19700 +non,418,32,1,14650,10735,7086,739,2504.929550999982,0.133928571428571,32,0,A6,mp,14,144,93,14,,,,,,o,,,,,gutim,19701 +nof,418,31,1,14649,10736,,739,2505.051550999982,,,,,,,144,80,0,,,,,,,,,,,gutim,19700 +nof,418,32,1,14650,10736,,739,2505.051550999982,,,,,,,144,93,0,,,,,,,,,,,gutim,19701 +non,418,33,3,14651,10736,7087,768,2505.051550999982,0.305524553571429,16,0,E2,mp,14,144,40,14,,,,,,o,,d,,,gutim,19702 +non,418,34,3,14652,10736,7087,768,2505.051550999982,0.267857142857143,16,0,Ab2,mp,14,144,44,14,,,,,,o,,d,,,gutim,19703 +non,418,35,3,14653,10736,7087,768,2505.051550999982,0.267857142857143,16,0,Bb2,mp,14,144,46,14,,,,,,o,,d,,,gutim,19704 +non,418,36,3,14654,10736,7087,768,2505.051550999982,0.267857142857143,16,0,C3,mp,14,144,48,14,,,,,,o,,d,,,gutim,19705 +non,418,37,3,14655,10736,7087,768,2505.051550999982,0.267857142857143,16,0,D3,mp,14,144,50,14,,,,,,o,,d,,,gutim,19706 +non,418,38,1,14656,10736,7087,768,2505.051550999982,2.14285714285714,2,0,Ab5,mp,14,144,80,14,,,,,,o,,d,,,gutim,19707 +non,418,39,1,14657,10736,7087,768,2505.051550999982,2.14285714285714,2,0,F6,mp,14,144,89,14,,,,,,o,,d,,,gutim,19708 +non,418,40,1,14658,10736,7087,768,2505.051550999982,2.14285714285714,2,0,A6,mp,14,144,93,14,,,,,,o,,d,,,gutim,19709 +nof,418,29,3,14647,10737,,694,2505.051550999982,,,,,,,144,85,0,,,,,,,,,,,gutim,19698 +nof,418,34,3,14652,10738,,768,2505.319550999982,,,,,,,144,44,0,,,,,,,,,,,gutim,19703 +nof,418,35,3,14653,10738,,768,2505.319550999982,,,,,,,144,46,0,,,,,,,,,,,gutim,19704 +nof,418,36,3,14654,10738,,768,2505.319550999982,,,,,,,144,48,0,,,,,,,,,,,gutim,19705 +nof,418,37,3,14655,10738,,768,2505.319550999982,,,,,,,144,50,0,,,,,,,,,,,gutim,19706 +nof,418,33,3,14651,10739,,768,2505.3565509999817,,,,,,,144,40,0,,,,,,,,,,,gutim,19702 +non,418,41,3,14659,10739,7088,841,2505.3565509999817,0.305524553571429,16,0,F5,mf,17,144,77,17,,,,,,o,,d,,,gutim,19710 +nof,418,41,3,14659,10740,,841,2505.6625509999817,,,,,,,144,77,0,,,,,,,,,,,gutim,19710 +non,418,42,3,14660,10740,7089,914,2505.6625509999817,0.460379464285714,16,1,A7,mf,17,144,105,17,,,,,,o,,d,,,gutim,19711 +nof,418,42,3,14660,10741,,914,2506.1225509999817,,,,,,,144,105,0,,,,,,,,,,,gutim,19711 +non,418,43,3,14661,10741,7090,1024,2506.1225509999817,0.456194196428571,16,1,C#7,mf,17,144,97,17,,,,,,o,,d,,,gutim,19712 +nof,418,43,3,14661,10742,,1024,2506.5785509999814,,,,,,,144,97,0,,,,,,,,,,,gutim,19712 +non,418,44,3,14662,10742,7091,1133,2506.5785509999814,0.615234375,8,0,F5,mf,17,144,77,17,,,,,,o,,d,,,gutim,19713 +ped,418,45,0,14663,10743,,1279,2507.041550999981,,,,,,,176,64,0,,,,,,,^,,,,gutim,19656 +nof,418,38,1,14656,10744,,768,2507.1945509999814,,,,,,,144,80,0,,,,,,,,,,,gutim,19707 +nof,418,39,1,14657,10744,,768,2507.1945509999814,,,,,,,144,89,0,,,,,,,,,,,gutim,19708 +nof,418,40,1,14658,10744,,768,2507.1945509999814,,,,,,,144,93,0,,,,,,,,,,,gutim,19709 +nof,418,44,3,14662,10744,,1133,2507.1945509999814,,,,,,,144,77,0,,,,,,,,,,,gutim,19713 +bar,419,0,0,14664,10744,,0,2507.1945509999814,,,,,,,,,,419,,,,,,,,,,gutim,19714 +non,419,2,1,14665,10744,7092,0,2507.1945509999814,0.711495535714286,8,1,Ab5,mf,17,144,80,17,,,,,,o,,d,,,gutim,19715 +non,419,3,1,14666,10744,7092,0,2507.1945509999814,0.535714285714286,8,1,A6,mf,17,144,93,17,,,,,,o,,d,,,gutim,19716 +non,419,4,3,14667,10744,7092,0,2507.1945509999814,0.17578125,16,0,E2,mp,14,144,40,14,,,,,,o,,d,,,gutim,19717 +non,419,5,3,14668,10744,7092,0,2507.1945509999814,0.267857142857143,16,0,Ab2,mp,14,144,44,14,,,,,,o,,d,,,gutim,19718 +non,419,6,3,14669,10744,7092,0,2507.1945509999814,0.267857142857143,16,0,Bb2,mp,14,144,46,14,,,,,,o,,d,,,gutim,19719 +non,419,7,3,14670,10744,7092,0,2507.1945509999814,0.267857142857143,16,0,D3,mp,14,144,50,14,,,,,,o,,d,,,gutim,19720 +ped,419,1,0,14671,10745,,0,2507.3415509999813,,,,,,,176,64,127,,,,,,,V,,,,gutim,19721 +nof,419,4,3,14667,10746,,0,2507.369550999981,,,,,,,144,40,0,,,,,,,,,,,gutim,19717 +non,419,8,3,14672,10746,7093,42,2507.369550999981,0.179966517857143,16,0,C3,mp,14,144,48,14,,,,,,o,,d,,,gutim,19722 +nof,419,5,3,14668,10747,,0,2507.4615509999812,,,,,,,144,44,0,,,,,,,,,,,gutim,19718 +nof,419,6,3,14669,10747,,0,2507.4615509999812,,,,,,,144,46,0,,,,,,,,,,,gutim,19719 +nof,419,7,3,14670,10747,,0,2507.4615509999812,,,,,,,144,50,0,,,,,,,,,,,gutim,19720 +nof,419,8,3,14672,10748,,42,2507.549550999981,,,,,,,144,48,0,,,,,,,,,,,gutim,19722 +non,419,9,3,14673,10748,7094,85,2507.549550999981,0.179966517857143,16,0,F5,mp,14,144,77,14,,,,,,o,,d,,,gutim,19723 +nof,419,3,1,14666,10749,,0,2507.7295509999813,,,,,,,144,93,0,,,,,,,,,,,gutim,19716 +nof,419,9,3,14673,10749,,85,2507.7295509999813,,,,,,,144,77,0,,,,,,,,,,,gutim,19723 +rst,419,10,3,14674,10749,,128,2507.7295509999813,,,,,,,176,102,0,,,,,,,,,,,gutim,19724 +nof,419,2,1,14665,10750,,0,2507.905550999981,,,,,,,144,80,0,,,,,,,,,,,gutim,19715 +rst,419,11,1,14675,10750,,170,2507.905550999981,,,,,,,176,102,0,,,,,,,,,,,gutim,19725 +non,419,12,1,14676,10751,7095,199,2508.0265509999813,0.238560267857143,16,0,C4,pp,8,144,60,8,,,,,,o,,d,e,,gutim,19726 +nof,419,12,1,14676,10752,,199,2508.2655509999813,,,,,,,144,60,0,,,,,,,,,,,gutim,19726 +non,419,13,1,14677,10752,7096,256,2508.2655509999813,0.1171875,32,0,Ab5,p,11,144,80,11,,,,,,o,,d,e,,gutim,19727 +non,419,14,3,14678,10752,7096,256,2508.2655509999813,0.355747767857143,16,1,G5,p,11,144,79,11,,,,,,o,,d 6067,e,,gutim,19728 +nof,419,13,1,14677,10753,,256,2508.3825509999815,,,,,,,144,80,0,,,,,,,,,,,gutim,19727 +non,419,15,1,14679,10753,7097,284,2508.3825509999815,0.1171875,32,0,F3,p,11,144,53,11,,,,,,o,,,e,,gutim,19729 +nof,419,15,1,14679,10754,,284,2508.4995509999817,,,,,,,144,53,0,,,,,,,,,,,gutim,19729 +non,419,16,1,14680,10754,7098,312,2508.4995509999817,0.121372767857143,32,0,D3,p+,12,144,50,12,,,,,,o,,,e,,gutim,19730 +nof,419,14,3,14678,10755,,256,2508.621550999982,,,,,,,144,79,0,,,,,,,,,,,gutim,19728 +nof,419,16,1,14680,10755,,312,2508.621550999982,,,,,,,144,50,0,,,,,,,,,,,gutim,19730 +non,419,17,1,14681,10755,7099,341,2508.621550999982,0.1171875,32,0,Db4,p+,12,144,61,12,,,,,,o,,,e,,gutim,19731 +non,419,18,3,14682,10755,7099,341,2508.621550999982,0.238560267857143,16,0,E3,p+,12,144,52,12,,,,,,o,,,e,,gutim,19732 +nof,419,17,1,14681,10756,,341,2508.738550999982,,,,,,,144,61,0,,,,,,,,,,,gutim,19731 +non,419,19,1,14683,10756,7100,369,2508.738550999982,0.121372767857143,32,0,A6,p+,12,144,93,12,,,,,,o,,,e,,gutim,19733 +nof,419,18,3,14682,10757,,341,2508.8595509999823,,,,,,,144,52,0,,,,,,,,,,,gutim,19732 +nof,419,19,1,14683,10757,,369,2508.8595509999823,,,,,,,144,93,0,,,,,,,,,,,gutim,19733 +non,419,20,1,14684,10757,7101,398,2508.8595509999823,0.355747767857143,16,1,F2,mp-,13,144,41,13,,,,,,o,,,e,,gutim,19734 +non,419,21,1,14685,10757,7101,398,2508.8595509999823,0.267857142857143,16,1,Db3,mp-,13,144,49,13,,,,,,o,,,e,,gutim,19735 +non,419,22,3,14686,10757,7101,398,2508.8595509999823,0.1171875,32,0,C#2,mp-,13,144,37,13,,,,,,o,,,e,,gutim,19736 +nof,419,22,3,14686,10758,,398,2508.9765509999825,,,,,,,144,37,0,,,,,,,,,,,gutim,19736 +non,419,23,3,14687,10758,7102,426,2508.9765509999825,0.121372767857143,32,0,G#2,mp-,13,144,44,13,,,,,,o,,,e,,gutim,19737 +nof,419,23,3,14687,10759,,426,2509.0985509999823,,,,,,,144,44,0,,,,,,,,,,,gutim,19737 +non,419,24,3,14688,10759,7103,455,2509.0985509999823,0.1171875,32,0,C#2,mp-,13,144,37,13,,,,,,o,,,e,,gutim,19738 +nof,419,21,1,14685,10760,,398,2509.1275509999823,,,,,,,144,49,0,,,,,,,,,,,gutim,19735 +nof,419,20,1,14684,10761,,398,2509.215550999982,,,,,,,144,41,0,,,,,,,,,,,gutim,19734 +nof,419,24,3,14688,10761,,455,2509.215550999982,,,,,,,144,37,0,,,,,,,,,,,gutim,19738 +non,419,25,1,14689,10761,7104,483,2509.215550999982,0.121372767857143,32,0,Ab5,mp,14,144,80,14,,,,,,o,,,e,,gutim,19739 +non,419,26,3,14690,10761,7104,483,2509.215550999982,0.121372767857143,32,0,G#2,mp,14,144,44,14,,,,,,o,,,e,,gutim,19740 +non,419,27,1,14691,10762,7105,512,2509.336550999982,0.1171875,32,0,F2,mp,14,144,41,14,,,,,,o,,,e,,gutim,19741 +non,419,28,1,14692,10762,7105,512,2509.336550999982,0.133928571428571,32,0,Db3,mp,14,144,49,14,,,,,,o,,,e,,gutim,19742 +non,419,29,3,14693,10762,7105,512,2509.336550999982,0.1171875,32,0,C#2,mp,14,144,37,14,,,,,,o,,,e,,gutim,19743 +nof,419,26,3,14690,10763,,483,2509.454550999982,,,,,,,144,44,0,,,,,,,,,,,gutim,19740 +nof,419,27,1,14691,10763,,512,2509.454550999982,,,,,,,144,41,0,,,,,,,,,,,gutim,19741 +nof,419,29,3,14693,10763,,512,2509.454550999982,,,,,,,144,37,0,,,,,,,,,,,gutim,19743 +non,419,30,1,14694,10763,7106,540,2509.454550999982,0.1171875,32,0,D2,mp,14,144,38,14,,,,,,o,,,e,,gutim,19744 +non,419,31,3,14695,10763,7106,540,2509.454550999982,0.355747767857143,16,1,G#2,mp,14,144,44,14,,,,,,o,,,e,,gutim,19745 +nof,419,28,1,14692,10764,,512,2509.470550999982,,,,,,,144,49,0,,,,,,,,,,,gutim,19742 +nof,419,25,1,14689,10765,,483,2509.4865509999822,,,,,,,144,80,0,,,,,,,,,,,gutim,19739 +nof,419,30,1,14694,10766,,540,2509.571550999982,,,,,,,144,38,0,,,,,,,,,,,gutim,19744 +non,419,32,1,14696,10766,7107,568,2509.571550999982,0.477120535714286,8,0,Ab5,mp+,15,144,80,15,,,,,,o,,,E 6067,,gutim,19746 +nof,419,31,3,14695,10767,,540,2509.809550999982,,,,,,,144,44,0,,,,,,,,,,,gutim,19745 +non,419,33,3,14697,10767,7108,625,2509.809550999982,0.238560267857143,16,0,C4,mp+,15,144,60,15,,,,,,o,,,,,gutim,19747 +nof,419,32,1,14696,10768,,568,2510.048550999982,,,,,,,144,80,0,,,,,,,,,,,gutim,19746 +nof,419,33,3,14697,10768,,625,2510.048550999982,,,,,,,144,60,0,,,,,,,,,,,gutim,19747 +non,419,34,1,14698,10768,7109,682,2510.048550999982,0.238560267857143,16,0,A6,mf-,16,144,93,16,,,,,,o,,,,,gutim,19748 +non,419,35,3,14699,10768,7109,682,2510.048550999982,0.359933035714286,16,1,G5,mf-,16,144,79,16,,,,,,o,,,,,gutim,19749 +ped,419,,,14700,10769,,768,2510.258550999982,,,,,,,176,64,0,,,,,,,^,,,,gutim,19721 +nof,419,34,1,14698,10770,,682,2510.286550999982,,,,,,,144,93,0,,,,,,,,,,,gutim,19748 +non,419,36,1,14701,10770,7110,739,2510.286550999982,0.121372767857143,32,0,Ab5,mf,17,144,80,17,,,,,,o,,,,,gutim,19750 +non,419,37,1,14702,10770,7110,739,2510.286550999982,0.133928571428571,32,0,A6,mf,17,144,93,17,,,,,,o,,,,,gutim,19751 +nof,419,35,3,14699,10771,,682,2510.4085509999823,,,,,,,144,79,0,,,,,,,,,,,gutim,19749 +nof,419,36,1,14701,10771,,739,2510.4085509999823,,,,,,,144,80,0,,,,,,,,,,,gutim,19750 +nof,419,37,1,14702,10771,,739,2510.4085509999823,,,,,,,144,93,0,,,,,,,,,,,gutim,19751 +non,419,38,3,14703,10771,7111,768,2510.4085509999823,0.355747767857143,16,1,D2,mp,14,144,38,14,,,,,,o,,,,,gutim,19752 +non,419,39,3,14704,10771,7111,768,2510.4085509999823,0.267857142857143,16,1,F2,mp,14,144,41,14,,,,,,o,,,,,gutim,19753 +non,419,40,3,14705,10771,7111,768,2510.4085509999823,0.267857142857143,16,1,Ab2,mp,14,144,44,14,,,,,,o,,,,,gutim,19754 +non,419,41,3,14706,10771,7111,768,2510.4085509999823,0.267857142857143,16,1,C3,mp,14,144,48,14,,,,,,o,,,,,gutim,19755 +non,419,42,3,14707,10771,7111,768,2510.4085509999823,0.267857142857143,16,1,E3,mp,14,144,52,14,,,,,,o,,,,,gutim,19756 +non,419,44,1,14708,10771,7111,768,2510.4085509999823,1.07142857142857,4,0,Ab5,mf,17,144,80,17,,,,,,o,,,,,gutim,19757 +non,419,45,1,14709,10771,7111,768,2510.4085509999823,1.07142857142857,4,0,F6,mf,17,144,89,17,,,,,,o,,,,,gutim,19758 +non,419,46,1,14710,10771,7111,768,2510.4085509999823,1.07142857142857,4,0,A6,mf,17,144,93,17,,,,,,o,,,,,gutim,19759 +ped,419,43,0,14711,10772,,768,2510.558550999982,,,,,,,176,64,127,,,,,,,V,,,,gutim,19760 +nof,419,39,3,14704,10773,,768,2510.676550999982,,,,,,,144,41,0,,,,,,,,,,,gutim,19753 +nof,419,40,3,14705,10773,,768,2510.676550999982,,,,,,,144,44,0,,,,,,,,,,,gutim,19754 +nof,419,41,3,14706,10773,,768,2510.676550999982,,,,,,,144,48,0,,,,,,,,,,,gutim,19755 +nof,419,42,3,14707,10773,,768,2510.676550999982,,,,,,,144,52,0,,,,,,,,,,,gutim,19756 +nof,419,38,3,14703,10774,,768,2510.764550999982,,,,,,,144,38,0,,,,,,,,,,,gutim,19752 +non,419,47,3,14712,10774,7112,853,2510.764550999982,0.355747767857143,16,1,Ab2,p,11,144,44,11,,,,,,o,,,,,gutim,19761 +nof,419,47,3,14712,10775,,853,2511.1195509999816,,,,,,,144,44,0,,,,,,,,,,,gutim,19761 +non,419,48,3,14713,10775,7113,938,2511.1195509999816,0.238560267857143,16,0,D2,p,11,144,38,11,,,,,,o,,,,,gutim,19762 +ped,419,50,0,14714,10776,,1008,2511.2965509999817,,,,,,,176,64,0,,,,,,,^,,,,gutim,19760 +nof,419,48,3,14713,10777,,938,2511.3585509999816,,,,,,,144,38,0,,,,,,,,,,,gutim,19762 +non,419,49,3,14715,10777,7114,995,2511.3585509999816,0.121372767857143,32,0,Ab2,p,11,144,44,11,,,,,,o,,,,,gutim,19763 +nof,419,49,3,14715,10778,,995,2511.4795509999817,,,,,,,144,44,0,,,,,,,,,,,gutim,19763 +non,419,51,3,14716,10778,7115,1024,2511.4795509999817,0.234375,16,0,D2,p,11,144,38,11,,,,,,o,,,,,gutim,19764 +non,419,52,3,14717,10778,7115,1024,2511.4795509999817,0.267857142857143,16,0,F2,p,11,144,41,11,,,,,,o,,,,,gutim,19765 +non,419,53,3,14718,10778,7115,1024,2511.4795509999817,0.267857142857143,16,0,Ab2,p,11,144,44,11,,,,,,o,,,,,gutim,19766 +non,419,54,3,14719,10778,7115,1024,2511.4795509999817,0.267857142857143,16,0,C3,p,11,144,48,11,,,,,,o,,,,,gutim,19767 +non,419,56,1,14720,10778,7115,1024,2511.4795509999817,1.07142857142857,4,0,E7,p,11,144,100,11,,,,,,o,,,,,gutim,19768 +nof,419,44,1,14708,10779,,768,2511.4795509999817,,,,,,,144,80,0,,,,,,,,,,,gutim,19757 +nof,419,45,1,14709,10779,,768,2511.4795509999817,,,,,,,144,89,0,,,,,,,,,,,gutim,19758 +nof,419,46,1,14710,10779,,768,2511.4795509999817,,,,,,,144,93,0,,,,,,,,,,,gutim,19759 +ped,419,55,0,14721,10780,,1024,2511.5965509999814,,,,,,,176,64,127,,,,,,,V,,,,gutim,19769 +nof,419,51,3,14716,10781,,1024,2511.7145509999814,,,,,,,144,38,0,,,,,,,,,,,gutim,19764 +non,419,57,3,14722,10781,7116,1080,2511.7145509999814,0.238560267857143,16,0,C4,p,11,144,60,11,,,,,,o,,,,,gutim,19770 +nof,419,52,3,14717,10782,,1024,2511.7475509999813,,,,,,,144,41,0,,,,,,,,,,,gutim,19765 +nof,419,53,3,14718,10782,,1024,2511.7475509999813,,,,,,,144,44,0,,,,,,,,,,,gutim,19766 +nof,419,54,3,14719,10782,,1024,2511.7475509999813,,,,,,,144,48,0,,,,,,,,,,,gutim,19767 +nof,419,57,3,14722,10783,,1080,2511.952550999981,,,,,,,144,60,0,,,,,,,,,,,gutim,19770 +non,419,58,3,14723,10783,7117,1137,2511.952550999981,0.238560267857143,16,0,Bb0,p,11,144,22,11,,,,,t,o,,,,,gutim,19771 +non,419,59,3,14724,10784,,1194,2512.1915509999812,0.359933035714286,16,1,Bb0,,,,,,,,,,_,,,,,,gutim,19772 +ped,419,60,0,14725,10785,,1279,2512.5475509999815,,,,,,,176,64,0,,,,,,,^,,,,gutim,19769 +bar,420,0,0,14726,10786,,0,2512.5515509999814,,,,,,,,,,420,,,,,,,,,,gutim,19773 +rst,420,1,1,14727,10786,,0,2512.5515509999814,,,,,,,176,102,0,,,,,,,,,,,gutim,19774 +non,420,2,3,14728,10786,,0,2512.5515509999814,1.07142857142857,4,0,Bb0,,,,,,,,,,_,,,,,,gutim,19775 +nof,419,56,1,14720,10787,,1024,2512.5515509999814,,,,,,,144,100,0,,,,,,,,,,,gutim,19768 +non,420,3,3,14729,10788,,256,2513.6225509999813,0.401785714285714,16,1,Bb0,,,,,,,,,,T,,,,,,gutim,19776 +nof,419,58,3,14723,10789,,1137,2514.0245509999813,,,,,,,144,22,0,,,,,,,,,,,gutim,19771 +sec,420,4,0,14730,10790,,256,2514.6225509999813,,,,,,,,,,,6067,,,,,,,,,gutim,19777 +non,420,6,3,14731,10791,7118,352,2515.0245509999813,0.087890625,32,0,F1,pp,8,144,29,8,,,,,,o,,,,,gutim,19778 +ped,420,5,0,14732,10791,,352,2515.0245509999813,,,,,,,176,64,127,,,,,,,V,,,,gutim,19779 +nof,420,6,3,14731,10792,,352,2515.112550999981,,,,,,,144,29,0,,,,,,,,,,,gutim,19778 +non,420,7,3,14733,10792,7119,373,2515.112550999981,0.087890625,32,0,Ab3,pp,8,144,56,8,,,,,,o,,,,,gutim,19780 +nof,420,7,3,14733,10793,,373,2515.200550999981,,,,,,,144,56,0,,,,,,,,,,,gutim,19780 +non,420,8,3,14734,10793,7120,394,2515.200550999981,0.133928571428571,32,1,Db2,pp,8,144,37,8,,,,,,o,,,,,gutim,19781 +nof,420,8,3,14734,10794,,394,2515.334550999981,,,,,,,144,37,0,,,,,,,,,,,gutim,19781 +non,420,9,3,14735,10794,7121,426,2515.334550999981,0.0920758928571429,32,0,Ab3,pp,8,144,56,8,,,,,,o,,,,,gutim,19782 +nof,420,9,3,14735,10795,,426,2515.4265509999805,,,,,,,144,56,0,,,,,,,,,,,gutim,19782 +non,420,10,3,14736,10795,7122,448,2515.4265509999805,0.133928571428571,32,1,F1,pp,8,144,29,8,,,,,,o,,,,,gutim,19783 +nof,420,10,3,14736,10796,,448,2515.5605509999805,,,,,,,144,29,0,,,,,,,,,,,gutim,19783 +non,420,11,3,14737,10796,7123,480,2515.5605509999805,0.133928571428571,32,0,Db2,pp,8,144,37,8,,,,,,o,,,,,gutim,19784 +ped,420,12,0,14738,10797,,501,2515.64855099998,,,,,,,176,64,0,,,,,,,^,,,,gutim,19779 +nof,420,11,3,14737,10798,,480,2515.6945509999805,,,,,,,144,37,0,,,,,,,,,,,gutim,19784 +non,420,13,3,14739,10798,7124,512,2515.6945509999805,1.60714285714286,4,1,F1,pp,8,144,29,8,,,,,,o,,d,,,gutim,19785 +non,420,14,3,14740,10798,7124,512,2515.6945509999805,1.07142857142857,4,1,Db2,pp,8,144,37,8,,,,,,o,,d,,,gutim,19786 +non,420,15,3,14741,10798,7124,512,2515.6945509999805,1.07142857142857,4,1,Eb2,pp,8,144,39,8,,,,,,o,,d,,,gutim,19787 +non,420,16,3,14742,10798,7124,512,2515.6945509999805,1.07142857142857,4,1,Ab3,pp,8,144,56,8,,,,,,o,,d,,,gutim,19788 +nof,420,14,3,14740,10799,,512,2516.7655509999804,,,,,,,144,37,0,,,,,,,,,,,gutim,19786 +nof,420,15,3,14741,10799,,512,2516.7655509999804,,,,,,,144,39,0,,,,,,,,,,,gutim,19787 +nof,420,16,3,14742,10799,,512,2516.7655509999804,,,,,,,144,56,0,,,,,,,,,,,gutim,19788 +rst,420,17,1,14743,10799,,768,2516.7655509999804,,,,,,,176,102,0,,,,,,,,,,,gutim,19789 +non,420,18,1,14744,10800,7125,864,2517.1675509999804,0.133928571428571,32,0,B6,f,20,144,95,20,,,,,,o,,d,,,gutim,19790 +ped,420,19,0,14745,10801,,871,2517.1965509999804,,,,,,,176,64,127,,,,,,,V,,,,gutim,19791 +nof,420,13,3,14739,10802,,512,2517.3015509999805,,,,,,,144,29,0,,,,,,,,,,,gutim,19785 +nof,420,18,1,14744,10803,,864,2517.3015509999805,,,,,,,144,95,0,,,,,,,,,,,gutim,19790 +non,420,20,1,14746,10803,7126,896,2517.3015509999805,0.401785714285714,16,1,C#5,mp,14,144,73,14,,,,,,o,,d,,,gutim,19792 +non,420,21,3,14747,10803,7126,896,2517.3015509999805,0.133928571428571,32,0,A2,pp,8,144,45,8,,,,,,o,,d,,,gutim,19793 +non,420,22,3,14748,10803,7126,896,2517.3015509999805,0.133928571428571,32,0,F3,pp,8,144,53,8,,,,,,o,,d,,,gutim,19794 +nof,420,21,3,14747,10804,,896,2517.4355509999805,,,,,,,144,45,0,,,,,,,,,,,gutim,19793 +nof,420,22,3,14748,10804,,896,2517.4355509999805,,,,,,,144,53,0,,,,,,,,,,,gutim,19794 +non,420,23,3,14749,10804,7127,928,2517.4355509999805,0.267857142857143,16,0,F#1,p,11,144,30,11,,,,,,o,,d,,,gutim,19795 +ped,420,26,0,14750,10805,,1002,2517.6405509999804,,,,,,,176,64,0,,,,,,,^,,,,gutim,19791 +nof,420,20,1,14746,10806,,896,2517.7025509999803,,,,,,,144,73,0,,,,,,,,,,,gutim,19792 +nof,420,23,3,14749,10806,,928,2517.7025509999803,,,,,,,144,30,0,,,,,,,,,,,gutim,19795 +non,420,24,1,14751,10806,7128,992,2517.7025509999803,0.133928571428571,32,0,C#5,pp,8,144,73,8,,,,,,o,,d,,,gutim,19796 +non,420,25,3,14752,10806,7128,992,2517.7025509999803,0.133928571428571,32,0,F#1,pp,8,144,30,8,,,,,,o,,d,,,gutim,19797 +non,420,28,1,14753,10807,7129,1024,2517.8365509999803,1.07142857142857,4,0,F6,ppp,5,144,89,5,,,,,,o,,d,,,gutim,19798 +non,420,29,3,14754,10807,7129,1024,2517.8365509999803,1.07142857142857,4,0,Ab2,ppp,5,144,44,5,,,,,,o,,D,,,gutim,19799 +non,420,30,3,14755,10807,7129,1024,2517.8365509999803,1.07142857142857,4,0,C3,ppp,5,144,48,5,,,,,,o,,D,,,gutim,19800 +nof,420,24,1,14751,10808,,992,2517.8365509999803,,,,,,,144,73,0,,,,,,,,,,,gutim,19796 +nof,420,25,3,14752,10808,,992,2517.8365509999803,,,,,,,144,30,0,,,,,,,,,,,gutim,19797 +ped,420,27,0,14756,10809,,1024,2517.9405509999806,,,,,,,176,64,127,,,,,,,V,,,,gutim,19801 +nof,420,28,1,14753,10810,,1024,2518.9085509999804,,,,,,,144,89,0,,,,,,,,,,,gutim,19798 +nof,420,29,3,14754,10810,,1024,2518.9085509999804,,,,,,,144,44,0,,,,,,,,,,,gutim,19799 +nof,420,30,3,14755,10810,,1024,2518.9085509999804,,,,,,,144,48,0,,,,,,,,,,,gutim,19800 +bar,421,0,0,14757,10810,,0,2518.9085509999804,,,,,,,,,,421,,,,,,,,,,gutim,19802 +rst,421,1,1,14758,10810,,0,2518.9085509999804,,,,,,,176,102,0,,,,,,,,,,,gutim,19803 +rst,421,2,3,14759,10810,,0,2518.9085509999804,,,,,,,176,102,0,,,,,,,,,,,gutim,19804 +rst,421,3,3,14760,10811,,128,2519.4445509999805,,,,,,,176,102,0,,,,,,,,,,,gutim,19805 +rst,421,4,3,14761,10812,,213,2519.7995509999805,,,,,,,176,102,0,,,,,,,,,,,gutim,19806 +ped,421,8,0,14762,10813,,243,2519.8025509999807,,,,,,,176,64,0,,,,,,,^,,,,gutim,19801 +non,421,5,3,14763,10814,7130,234,2519.8875509999807,0.0920758928571429,32,0,F1,ppp,5,144,29,5,,,,,,o,,,,,gutim,19807 +non,421,6,3,14764,10814,7130,234,2519.8875509999807,0.133928571428571,32,0,Db2,ppp,5,144,37,5,,,,,,o,,,,,gutim,19808 +non,421,7,3,14765,10814,7130,234,2519.8875509999807,0.133928571428571,32,0,Ab3,ppp,5,144,56,5,,,,,,o,,,,,gutim,19809 +nof,421,5,3,14763,10815,,234,2519.979550999981,,,,,,,144,29,0,,,,,,,,,,,gutim,19807 +non,421,10,1,14766,10815,7131,256,2519.979550999981,0.087890625,32,0,D1,ppp,5,144,26,5,,,,,,o,,,,,gutim,19810 +rst,421,11,3,14767,10815,,256,2519.979550999981,,,,,,,176,102,0,,,,,,,,,,,gutim,19811 +nof,421,6,3,14764,10816,,234,2520.0215509999807,,,,,,,144,37,0,,,,,,,,,,,gutim,19808 +nof,421,7,3,14765,10816,,234,2520.0215509999807,,,,,,,144,56,0,,,,,,,,,,,gutim,19809 +nof,421,10,1,14766,10817,,256,2520.067550999981,,,,,,,144,26,0,,,,,,,,,,,gutim,19810 +non,421,12,1,14768,10817,7132,277,2520.067550999981,0.087890625,32,0,A4,ppp,5,144,69,5,,,,,,o,,,,,gutim,19812 +ped,421,9,0,14769,10818,,256,2520.102550999981,,,,,,,176,64,127,,,,,,,V,,,,gutim,19813 +nof,421,12,1,14768,10819,,277,2520.1555509999807,,,,,,,144,69,0,,,,,,,,,,,gutim,19812 +non,421,13,1,14770,10819,7133,298,2520.1555509999807,0.0920758928571429,32,0,Ab5,ppp+,6,144,80,6,,,,,,o,,,,,gutim,19814 +nof,421,13,1,14770,10820,,298,2520.247550999981,,,,,,,144,80,0,,,,,,,,,,,gutim,19814 +non,421,14,1,14771,10820,7134,320,2520.247550999981,0.133928571428571,32,1,F3,ppp+,6,144,53,6,,,,,,o,,,,,gutim,19815 +nof,421,14,1,14771,10821,,320,2520.381550999981,,,,,,,144,53,0,,,,,,,,,,,gutim,19815 +non,421,15,1,14772,10821,7135,352,2520.381550999981,0.133928571428571,32,1,Db4,pp-,7,144,61,7,,,,,,o,,,,,gutim,19816 +nof,421,15,1,14772,10822,,352,2520.515550999981,,,,,,,144,61,0,,,,,,,,,,,gutim,19816 +non,421,16,1,14773,10822,7136,384,2520.515550999981,0.087890625,32,0,Ab5,pp,8,144,80,8,,,,,,o,,,,,gutim,19817 +nof,421,16,1,14773,10823,,384,2520.603550999981,,,,,,,144,80,0,,,,,,,,,,,gutim,19817 +non,421,17,1,14774,10823,7137,405,2520.603550999981,0.087890625,32,0,A6,pp,8,144,93,8,,,,,,o,,,,,gutim,19818 +nof,421,17,1,14774,10824,,405,2520.691550999981,,,,,,,144,93,0,,,,,,,,,,,gutim,19818 +non,421,18,1,14775,10824,7138,426,2520.691550999981,0.133928571428571,32,1,D2,pp+,9,144,38,9,,,,,,o,,,,,gutim,19819 +nof,421,18,1,14775,10825,,426,2520.825550999981,,,,,,,144,38,0,,,,,,,,,,,gutim,19819 +non,421,19,1,14776,10825,7139,458,2520.825550999981,0.0920758928571429,32,0,A6,pp+,9,144,93,9,,,,,,o,,,,,gutim,19820 +nof,421,19,1,14776,10826,,458,2520.9175509999804,,,,,,,144,93,0,,,,,,,,,,,gutim,19820 +non,421,20,1,14777,10826,7140,480,2520.9175509999804,0.133928571428571,32,1,Ab5,p-,10,144,80,10,,,,,,o,,,,,gutim,19821 +nof,421,20,1,14777,10827,,480,2521.0515509999805,,,,,,,144,80,0,,,,,,,,,,,gutim,19821 +non,421,21,1,14778,10827,7141,512,2521.0515509999805,0.318080357142857,16,1,D2,p,11,144,38,11,,,,,,o,,,,,gutim,19822 +non,421,22,1,14779,10827,7141,512,2521.0515509999805,0.267857142857143,16,1,E2,p,11,144,40,11,,,,,,o,,,,,gutim,19823 +non,421,23,1,14780,10827,7141,512,2521.0515509999805,0.267857142857143,16,1,Bb2,p,11,144,46,11,,,,,,o,,,,,gutim,19824 +non,421,24,3,14781,10827,7141,512,2521.0515509999805,2.14285714285714,2,0,C#7,p,11,144,97,11,,,,,,o,,,,,gutim,19825 +non,421,25,3,14782,10827,7141,512,2521.0515509999805,2.14285714285714,2,0,A7,p,11,144,105,11,,,,,,o,,,,,gutim,19826 +nof,421,22,1,14779,10828,,512,2521.3195509999805,,,,,,,144,40,0,,,,,,,,,,,gutim,19823 +nof,421,23,1,14780,10828,,512,2521.3195509999805,,,,,,,144,46,0,,,,,,,,,,,gutim,19824 +nof,421,21,1,14778,10829,,512,2521.3695509999807,,,,,,,144,38,0,,,,,,,,,,,gutim,19822 +non,421,26,1,14783,10829,7142,588,2521.3695509999807,0.217633928571429,16,0,A6,mp-,13,144,93,13,,,,,,o,,,,,gutim,19827 +nof,421,26,1,14783,10830,,588,2521.586550999981,,,,,,,144,93,0,,,,,,,,,,,gutim,19827 +non,421,27,1,14784,10830,7143,640,2521.586550999981,0.318080357142857,16,1,F3,mp,14,144,53,14,,,,,,o,,,,,gutim,19828 +nof,421,27,1,14784,10831,,640,2521.9045509999805,,,,,,,144,53,0,,,,,,,,,,,gutim,19828 +non,421,28,1,14785,10831,7144,716,2521.9045509999805,0.322265625,16,1,Db4,mf-,16,144,61,16,,,,,,o,,,,,gutim,19829 +nof,421,28,1,14785,10832,,716,2522.227550999981,,,,,,,144,61,0,,,,,,,,,,,gutim,19829 +non,421,29,1,14786,10832,7145,793,2522.227550999981,0.213448660714286,16,0,Ab5,mf+,18,144,80,18,,,,,,o,,,,,gutim,19830 +nof,421,29,1,14786,10833,,793,2522.4405509999806,,,,,,,144,80,0,,,,,,,,,,,gutim,19830 +non,421,30,1,14787,10833,7146,844,2522.4405509999806,0.217633928571429,16,0,A6,f-,19,144,93,19,,,,,,o,,,,,gutim,19831 +nof,421,30,1,14787,10834,,844,2522.6585509999804,,,,,,,144,93,0,,,,,,,,,,,gutim,19831 +non,421,31,1,14788,10834,7147,896,2522.6585509999804,0.318080357142857,16,1,D2,f,20,144,38,20,,,,,,o,,,,,gutim,19832 +nof,421,31,1,14788,10835,,896,2522.9765509999806,,,,,,,144,38,0,,,,,,,,,,,gutim,19832 +ped,421,32,0,14789,10835,,972,2522.9765509999806,,,,,,,176,64,0,,,,,,,^,,,,gutim,19813 +non,421,33,1,14790,10835,7148,972,2522.9765509999806,0.217633928571429,16,0,A6,f,20,144,93,20,,,,,,o,,,,,gutim,19833 +nof,421,33,1,14790,10836,,972,2523.1945509999805,,,,,,,144,93,0,,,,,,,,,,,gutim,19833 +non,421,34,1,14791,10836,7149,,2523.1945509999805,0.05,8,0,G6,mp,14,144,91,14,,,,g,,o,,,,,gutim,19834 +nof,421,24,3,14781,10837,,512,2523.1945509999805,,,,,,,144,97,0,,,,,,,,,,,gutim,19825 +nof,421,25,3,14782,10837,,512,2523.1945509999805,,,,,,,144,105,0,,,,,,,,,,,gutim,19826 +nof,421,34,1,14791,10838,,,2523.2445509999807,,,,,,,144,91,0,,,,,,,,,,,gutim,19834 +non,421,35,1,14792,10839,7150,,2523.2695509999808,0.05,8,0,C6,mp,14,144,84,14,,,,g,,o,,,,,gutim,19835 +non,421,36,1,14793,10839,7150,,2523.2695509999808,0.05,8,0,A6,mp,14,144,93,14,,,,g,,o,,,,,gutim,19836 +nof,421,35,1,14792,10840,,,2523.3195509999805,,,,,,,144,84,0,,,,,,,,,,,gutim,19835 +nof,421,36,1,14793,10840,,,2523.3195509999805,,,,,,,144,93,0,,,,,,,,,,,gutim,19836 +non,421,37,1,14794,10841,7151,1024,2523.3445509999806,0.535714285714286,8,0,E5,mp,14,144,76,14,,,,,,o,,,,,gutim,19837 +non,421,38,3,14795,10841,7151,1024,2523.3445509999806,0.133928571428571,32,0,Eb2,mp,14,144,39,14,,,,,,o,,,,,gutim,19838 +non,421,39,3,14796,10841,7151,1024,2523.3445509999806,0.133928571428571,32,0,B2,mp,14,144,47,14,,,,,,o,,,,,gutim,19839 +nof,421,38,3,14795,10842,,1024,2523.477550999981,,,,,,,144,39,0,,,,,,,,,,,gutim,19838 +nof,421,39,3,14796,10842,,1024,2523.477550999981,,,,,,,144,47,0,,,,,,,,,,,gutim,19839 +non,421,40,3,14797,10842,7152,1056,2523.477550999981,0.133928571428571,32,0,B2,mp,14,144,47,14,,,,,,o,,,,,gutim,19840 +nof,421,40,3,14797,10843,,1056,2523.611550999981,,,,,,,144,47,0,,,,,,,,,,,gutim,19840 +non,421,41,3,14798,10843,7153,1088,2523.611550999981,0.535714285714286,8,0,A0,mp-,13,144,21,13,,,,,,o,,,,,gutim,19841 +nof,421,37,1,14794,10844,,1024,2523.879550999981,,,,,,,144,76,0,,,,,,,,,,,gutim,19837 +rst,421,42,1,14799,10845,,1152,2523.879550999981,,,,,,,176,102,0,,,,,,,,,,,gutim,19842 +nof,421,41,3,14798,10846,,1088,2524.147550999981,,,,,,,144,21,0,,,,,,,,,,,gutim,19841 +non,421,43,3,14800,10846,7154,1216,2524.147550999981,0.133928571428571,32,0,A0,p-,10,144,21,10,,,,,,o,,,,,gutim,19843 +non,421,44,3,14801,10846,7154,1216,2524.147550999981,0.133928571428571,32,0,Eb2,p-,10,144,39,10,,,,,,o,,,,,gutim,19844 +non,421,45,3,14802,10846,7154,1216,2524.147550999981,0.133928571428571,32,0,B2,p-,10,144,47,10,,,,,,o,,,,,gutim,19845 +nof,421,43,3,14800,10847,,1216,2524.281550999981,,,,,,,144,21,0,,,,,,,,,,,gutim,19843 +nof,421,44,3,14801,10847,,1216,2524.281550999981,,,,,,,144,39,0,,,,,,,,,,,gutim,19844 +nof,421,45,3,14802,10847,,1216,2524.281550999981,,,,,,,144,47,0,,,,,,,,,,,gutim,19845 +non,421,46,3,14803,10847,7155,1248,2524.281550999981,0.133928571428571,32,0,G1,p-,10,144,31,10,,,,,,o,,,,,gutim,19846 +nof,421,46,3,14803,10848,,1248,2524.415550999981,,,,,,,144,31,0,,,,,,,,,,,gutim,19846 +bar,422,0,0,14804,10848,,0,2524.415550999981,,,,,,,,,,422,,,,,,,,,,gutim,19847 +non,422,2,1,14805,10848,7156,0,2524.415550999981,0.803571428571429,8,1,F2,mp,14,144,41,14,,,,,,o,,d,,,gutim,19848 +non,422,3,1,14806,10848,7156,0,2524.415550999981,0.535714285714286,8,1,F3,mp,14,144,53,14,,,,,,o,,d,,,gutim,19849 +non,422,4,3,14807,10848,7156,0,2524.415550999981,0.133928571428571,32,0,A0,pp+,9,144,21,9,,,,,,o,,,,,gutim,19850 +non,422,5,3,14808,10848,7156,0,2524.415550999981,0.133928571428571,32,0,E1,pp+,9,144,28,9,,,,,,o,,,,,gutim,19851 +ped,422,1,0,14809,10848,,0,2524.415550999981,,,,,,,176,64,127,,,,,,,V,,,,gutim,19852 +nof,422,4,3,14807,10849,,0,2524.549550999981,,,,,,,144,21,0,,,,,,,,,,,gutim,19850 +nof,422,5,3,14808,10849,,0,2524.549550999981,,,,,,,144,28,0,,,,,,,,,,,gutim,19851 +non,422,6,3,14810,10849,7157,32,2524.549550999981,0.401785714285714,16,1,E3,pp,8,144,52,8,,,,,,o,,d,,,gutim,19853 +nof,422,3,1,14806,10850,,0,2524.951550999981,,,,,,,144,53,0,,,,,,,,,,,gutim,19849 +nof,422,6,3,14810,10851,,32,2524.951550999981,,,,,,,144,52,0,,,,,,,,,,,gutim,19853 +non,422,7,3,14811,10851,7158,128,2524.951550999981,0.535714285714286,8,0,A0,pp,8,144,21,8,,,,,t,o,,d,,,gutim,19854 +non,422,8,3,14812,10851,7158,128,2524.951550999981,0.535714285714286,8,0,G1,pp,8,144,31,8,,,,,t,o,,d,,,gutim,19855 +non,422,9,3,14813,10851,7158,128,2524.951550999981,0.535714285714286,8,0,Eb2,pp,8,144,39,8,,,,,t,o,,d,,,gutim,19856 +non,422,10,3,14814,10851,7158,128,2524.951550999981,0.535714285714286,8,0,B2,pp,8,144,47,8,,,,,t,o,,d,,,gutim,19857 +non,422,11,3,14815,10851,7158,128,2524.951550999981,0.535714285714286,8,0,E3,pp,8,144,52,8,,,,,t,o,,d,,,gutim,19858 +nof,422,2,1,14805,10852,,0,2525.219550999981,,,,,,,144,41,0,,,,,,,,,,,gutim,19848 +non,422,12,1,14816,10853,7159,192,2525.219550999981,0.267857142857143,16,0,F#4,pp,8,144,66,8,,,,,t,o,,d,,,gutim,19859 +non,422,13,1,14817,10854,,256,2525.486550999981,0.267857142857143,16,0,F#4,,,,,,,,,,T,,,,,,gutim,19860 +non,422,14,3,14818,10854,,256,2525.486550999981,1.07142857142857,4,0,A0,,,,,,,,,,T,,,,,,gutim,19861 +non,422,15,3,14819,10854,,256,2525.486550999981,1.07142857142857,4,0,G1,,,,,,,,,,T,,,,,,gutim,19862 +non,422,16,3,14820,10854,,256,2525.486550999981,1.07142857142857,4,0,Eb2,,,,,,,,,,T,,,,,,gutim,19863 +non,422,17,3,14821,10854,,256,2525.486550999981,1.07142857142857,4,0,B2,,,,,,,,,,T,,,,,,gutim,19864 +non,422,18,3,14822,10854,,256,2525.486550999981,1.07142857142857,4,0,E3,,,,,,,,,,T,,,,,,gutim,19865 +nof,422,12,1,14816,10855,,192,2525.754550999981,,,,,,,144,66,0,,,,,,,,,,,gutim,19859 +non,422,19,1,14823,10855,7160,320,2525.754550999981,0.267857142857143,16,0,B5,pp,8,144,83,8,,,,,t,o,,d,,,gutim,19866 +non,422,20,1,14824,10856,,384,2526.022550999981,0.401785714285714,16,1,B5,,,,,,,,,,T,,,,,,gutim,19867 +nof,422,19,1,14823,10857,,320,2526.424550999981,,,,,,,144,83,0,,,,,,,,,,,gutim,19866 +non,422,21,1,14825,10857,7161,480,2526.424550999981,0.133928571428571,32,0,B6,ppp,5,144,95,5,,,,,,o,,d,,,gutim,19868 +nof,422,7,3,14811,10858,,128,2526.558550999981,,,,,,,144,21,0,,,,,,,,,,,gutim,19854 +nof,422,8,3,14812,10858,,128,2526.558550999981,,,,,,,144,31,0,,,,,,,,,,,gutim,19855 +nof,422,9,3,14813,10858,,128,2526.558550999981,,,,,,,144,39,0,,,,,,,,,,,gutim,19856 +nof,422,10,3,14814,10858,,128,2526.558550999981,,,,,,,144,47,0,,,,,,,,,,,gutim,19857 +nof,422,11,3,14815,10858,,128,2526.558550999981,,,,,,,144,52,0,,,,,,,,,,,gutim,19858 +nof,422,21,1,14825,10858,,480,2526.558550999981,,,,,,,144,95,0,,,,,,,,,,,gutim,19868 +non,422,22,1,14826,10858,7162,512,2526.558550999981,0.401785714285714,16,1,C#5,ppp,5,144,73,5,,,,,,o,,d,,,gutim,19869 +non,422,23,1,14827,10858,7162,512,2526.558550999981,0.267857142857143,16,1,D5,ppp,5,144,74,5,,,,,,o,,d,,,gutim,19870 +non,422,24,3,14828,10858,7162,512,2526.558550999981,0.401785714285714,16,1,A2,ppp,5,144,45,5,,,,,,o,,d,,,gutim,19871 +non,422,25,3,14829,10858,7162,512,2526.558550999981,0.267857142857143,16,1,F3,ppp,5,144,53,5,,,,,,o,,d,,,gutim,19872 +nof,422,23,1,14827,10859,,512,2526.826550999981,,,,,,,144,74,0,,,,,,,,,,,gutim,19870 +nof,422,25,3,14829,10859,,512,2526.826550999981,,,,,,,144,53,0,,,,,,,,,,,gutim,19872 +nof,422,22,1,14826,10860,,512,2526.960550999981,,,,,,,144,73,0,,,,,,,,,,,gutim,19869 +nof,422,24,3,14828,10860,,512,2526.960550999981,,,,,,,144,45,0,,,,,,,,,,,gutim,19871 +non,422,26,1,14830,10860,7163,608,2526.960550999981,0.133928571428571,32,0,C#5,ppp,5,144,73,5,,,,,t,o,,d,,,gutim,19873 +non,422,27,3,14831,10860,7163,608,2526.960550999981,0.133928571428571,32,0,F#1,ppp,5,144,30,5,,,,,t,o,,d,,,gutim,19874 +non,422,29,1,14832,10861,,640,2527.094550999981,0.535714285714286,8,0,C#5,,,,,,,,,,T,,,,,,gutim,19875 +non,422,30,1,14833,10861,7164,640,2527.094550999981,0.535714285714286,8,0,A#5,ppp,5,144,82,5,,,,,,o,,d 6068,,,gutim,19876 +non,422,31,3,14834,10861,,640,2527.094550999981,0.535714285714286,8,0,F#1,,,,,,,,,,T,,,,,,gutim,19877 +ped,422,28,0,14835,10862,,640,2527.394550999981,,,,,,,176,64,0,,,,,,,^,,,,gutim,19852 +sec,422,32,0,14836,10862,,640,2527.394550999981,,,,,,,,,,,6068,,,,,,,,,gutim,19878 +nof,422,26,1,14830,10863,,608,2527.6295509999813,,,,,,,144,73,0,,,,,,,,,,,gutim,19873 +nof,422,27,3,14831,10863,,608,2527.6295509999813,,,,,,,144,30,0,,,,,,,,,,,gutim,19874 +nof,422,30,1,14833,10863,,640,2527.6295509999813,,,,,,,144,82,0,,,,,,,,,,,gutim,19876 +non,422,34,1,14837,10864,7165,768,2527.929550999981,0.087890625,32,0,E5,p,11,144,76,11,,,,,,o,,d,,,gutim,19879 +rst,422,35,3,14838,10864,,768,2527.929550999981,,,,,,,176,102,0,,,,,,,,,,,gutim,19880 +ped,422,33,0,14839,10864,,768,2527.929550999981,,,,,,,176,64,127,,,,,,,V,,,,gutim,19881 +nof,422,34,1,14837,10865,,768,2528.017550999981,,,,,,,144,76,0,,,,,,,,,,,gutim,19879 +non,422,36,1,14840,10865,7166,789,2528.017550999981,0.087890625,32,0,G#3,p,11,144,56,11,,,,,,o,,d,,,gutim,19882 +nof,422,36,1,14840,10866,,789,2528.1055509999806,,,,,,,144,56,0,,,,,,,,,,,gutim,19882 +non,422,37,1,14841,10866,7167,810,2528.1055509999806,0.0920758928571429,32,0,C#3,p,11,144,49,11,,,,,,o,,d,,,gutim,19883 +nof,422,37,1,14841,10867,,810,2528.1975509999806,,,,,,,144,49,0,,,,,,,,,,,gutim,19883 +rst,422,38,1,14842,10867,,832,2528.1975509999806,,,,,,,176,102,0,,,,,,,,,,,gutim,19884 +rst,422,39,1,14843,10868,,896,2528.46555099998,,,,,,,176,102,0,,,,,,,,,,,gutim,19885 +non,422,40,1,14844,10869,7168,960,2528.7335509999803,0.087890625,32,0,E5,p,11,144,76,11,,,,,,o,,d,e,,gutim,19886 +nof,422,40,1,14844,10870,,960,2528.82155099998,,,,,,,144,76,0,,,,,,,,,,,gutim,19886 +non,422,41,1,14845,10870,7169,981,2528.82155099998,0.087890625,32,0,G#3,p,11,144,56,11,,,,,,o,,d,e,,gutim,19887 +nof,422,41,1,14845,10871,,981,2528.90955099998,,,,,,,144,56,0,,,,,,,,,,,gutim,19887 +non,422,42,1,14846,10871,7170,1002,2528.90955099998,0.0920758928571429,32,0,C6,p,11,144,84,11,,,,,,o,,d,e,,gutim,19888 +nof,422,42,1,14846,10872,,1002,2529.0015509999803,,,,,,,144,84,0,,,,,,,,,,,gutim,19888 +non,422,43,1,14847,10872,7171,1024,2529.0015509999803,0.087890625,32,0,G#3,p,11,144,56,11,,,,,,o,,d,e,,gutim,19889 +non,422,44,3,14848,10872,7171,1024,2529.0015509999803,0.535714285714286,8,0,Bb2,p,11,144,46,11,,,,,,o,,d,e,,gutim,19890 +nof,422,43,1,14847,10873,,1024,2529.08955099998,,,,,,,144,56,0,,,,,,,,,,,gutim,19889 +non,422,45,1,14849,10873,7172,1045,2529.08955099998,0.087890625,32,0,E5,p,11,144,76,11,,,,,,o,,d,e,,gutim,19891 +non,422,46,1,14850,10873,7172,1045,2529.08955099998,0.133928571428571,32,0,B5,p,11,144,83,11,,,,,,o,,d,e,,gutim,19892 +non,422,47,1,14851,10873,7172,1045,2529.08955099998,0.133928571428571,32,0,C6,p,11,144,84,11,,,,,,o,,d,e,,gutim,19893 +nof,422,45,1,14849,10874,,1045,2529.17655099998,,,,,,,144,76,0,,,,,,,,,,,gutim,19891 +non,422,48,1,14852,10874,7173,1066,2529.17655099998,0.0920758928571429,32,0,G#3,p,11,144,56,11,,,,,,o,,d,e,,gutim,19894 +nof,422,46,1,14850,10875,,1045,2529.22355099998,,,,,,,144,83,0,,,,,,,,,,,gutim,19892 +nof,422,47,1,14851,10875,,1045,2529.22355099998,,,,,,,144,84,0,,,,,,,,,,,gutim,19893 +nof,422,48,1,14852,10876,,1066,2529.2695509999803,,,,,,,144,56,0,,,,,,,,,,,gutim,19894 +non,422,49,1,14853,10876,7174,1088,2529.2695509999803,0.087890625,32,0,C#3,p,11,144,49,11,,,,,,o,,d,e,,gutim,19895 +non,422,50,1,14854,10876,7174,1088,2529.2695509999803,0.133928571428571,32,0,E5,p,11,144,76,11,,,,,,o,,d,e,,gutim,19896 +non,422,51,1,14855,10876,7174,1088,2529.2695509999803,0.133928571428571,32,0,C6,p,11,144,84,11,,,,,,o,,d,e,,gutim,19897 +nof,422,49,1,14853,10877,,1088,2529.3565509999803,,,,,,,144,49,0,,,,,,,,,,,gutim,19895 +non,422,52,1,14856,10877,7175,1109,2529.3565509999803,0.179966517857143,16,0,D5,p,11,144,74,11,,,,,,o,,d,E,,gutim,19898 +nof,422,50,1,14854,10878,,1088,2529.40255099998,,,,,,,144,76,0,,,,,,,,,,,gutim,19896 +nof,422,51,1,14855,10878,,1088,2529.40255099998,,,,,,,144,84,0,,,,,,,,,,,gutim,19897 +nof,422,44,3,14848,10879,,1024,2529.53655099998,,,,,,,144,46,0,,,,,,,,,,,gutim,19890 +nof,422,52,1,14856,10879,,1109,2529.53655099998,,,,,,,144,74,0,,,,,,,,,,,gutim,19898 +non,422,53,1,14857,10879,7176,1152,2529.53655099998,0.267857142857143,16,0,F3,p,11,144,53,11,,,,,,o,,,,,gutim,19899 +non,422,54,3,14858,10879,7176,1152,2529.53655099998,0.535714285714286,8,0,E2,p,11,144,40,11,,,,,,o,,,,,gutim,19900 +nof,422,53,1,14857,10880,,1152,2529.80455099998,,,,,,,144,53,0,,,,,,,,,,,gutim,19899 +non,422,55,1,14859,10880,7177,1216,2529.80455099998,0.267857142857143,16,0,F#4,p,11,144,66,11,,,,,,o,,,,,gutim,19901 +nof,422,54,3,14858,10881,,1152,2530.07255099998,,,,,,,144,40,0,,,,,,,,,,,gutim,19900 +nof,422,55,1,14859,10881,,1216,2530.07255099998,,,,,,,144,66,0,,,,,,,,,,,gutim,19901 +bar,423,0,0,14860,10881,,0,2530.07255099998,,,,,,,,,,423,,,,,,,,,,gutim,19902 +non,423,1,1,14861,10881,7178,0,2530.07255099998,0.17578125,16,0,A6,p+,12,144,93,12,,,,,,o,,,,,gutim,19903 +non,423,2,1,14862,10881,7178,0,2530.07255099998,0.267857142857143,16,0,B6,p+,12,144,95,12,,,,,,o,,,,,gutim,19904 +rst,423,3,3,14863,10881,,0,2530.07255099998,,,,,,,176,102,0,,,,,,,,,,,gutim,19905 +nof,423,1,1,14861,10882,,0,2530.24855099998,,,,,,,144,93,0,,,,,,,,,,,gutim,19903 +non,423,4,1,14864,10882,7179,42,2530.24855099998,0.179966517857143,16,0,D5,p+,12,144,74,12,,,,,,o,,,,,gutim,19906 +nof,423,2,1,14862,10883,,0,2530.34055099998,,,,,,,144,95,0,,,,,,,,,,,gutim,19904 +nof,423,4,1,14864,10884,,42,2530.4285509999804,,,,,,,144,74,0,,,,,,,,,,,gutim,19906 +non,423,5,1,14865,10884,7180,85,2530.4285509999804,0.179966517857143,16,0,Bb5,p+,12,144,82,12,,,,,,o,,,,,gutim,19907 +nof,423,5,1,14865,10885,,85,2530.6085509999803,,,,,,,144,82,0,,,,,,,,,,,gutim,19907 +rst,423,6,1,14866,10885,,128,2530.6085509999803,,,,,,,176,102,0,,,,,,,,,,,gutim,19908 +non,423,7,3,14867,10885,7181,128,2530.6085509999803,0.535714285714286,8,0,Bb3,mp-,13,144,58,13,,,,,,o,,,,,gutim,19909 +nof,423,7,3,14867,10886,,128,2531.1445509999803,,,,,,,144,58,0,,,,,,,,,,,gutim,19909 +rst,423,8,1,14868,10886,,256,2531.1445509999803,,,,,,,176,102,0,,,,,,,,,,,gutim,19910 +non,423,9,3,14869,10886,7182,256,2531.1445509999803,0.535714285714286,8,0,E2,mp,14,144,40,14,,,,,,o,,,,,gutim,19911 +nof,423,9,3,14869,10887,,256,2531.67955099998,,,,,,,144,40,0,,,,,,,,,,,gutim,19911 +non,423,10,3,14870,10887,7183,384,2531.67955099998,0.133928571428571,32,0,A5,mp+,15,144,81,15,,,,,,o,,,,,gutim,19912 +nof,423,10,3,14870,10888,,384,2531.81355099998,,,,,,,144,81,0,,,,,,,,,,,gutim,19912 +non,423,11,3,14871,10888,7184,416,2531.81355099998,0.133928571428571,32,0,Bb2,mp+,15,144,46,15,,,,,,o,,,,,gutim,19913 +nof,423,11,3,14871,10889,,416,2531.94755099998,,,,,,,144,46,0,,,,,,,,,,,gutim,19913 +non,423,12,3,14872,10889,7185,448,2531.94755099998,0.133928571428571,32,0,E1,mp+,15,144,28,15,,,,,,o,,,,,gutim,19914 +nof,423,12,3,14872,10890,,448,2532.08155099998,,,,,,,144,28,0,,,,,,,,,,,gutim,19914 +non,423,13,3,14873,10890,7186,480,2532.08155099998,0.133928571428571,32,0,A6,mp+,15,144,93,15,,,,,,o,,,,,gutim,19915 +nof,423,13,3,14873,10891,,480,2532.21555099998,,,,,,,144,93,0,,,,,,,,,,,gutim,19915 +non,423,14,1,14874,10891,7187,512,2532.21555099998,0.17578125,16,0,D5,mp+,15,144,74,15,,,,,,o,,,,,gutim,19916 +non,423,15,1,14875,10891,7187,512,2532.21555099998,0.267857142857143,16,0,B5,mp+,15,144,83,15,,,,,,o,,,,,gutim,19917 +rst,423,16,3,14876,10891,,512,2532.21555099998,,,,,,,176,102,0,,,,,,,,,,,gutim,19918 +nof,423,14,1,14874,10892,,512,2532.3915509999806,,,,,,,144,74,0,,,,,,,,,,,gutim,19916 +non,423,17,1,14877,10892,7188,554,2532.3915509999806,0.179966517857143,16,0,F2,mp+,15,144,41,15,,,,,,o,,,,,gutim,19919 +nof,423,15,1,14875,10893,,512,2532.4835509999803,,,,,,,144,83,0,,,,,,,,,,,gutim,19917 +nof,423,17,1,14877,10894,,554,2532.57155099998,,,,,,,144,41,0,,,,,,,,,,,gutim,19919 +non,423,18,1,14878,10894,7189,597,2532.57155099998,0.179966517857143,16,0,F#4,mp+,15,144,66,15,,,,,,o,,,,,gutim,19920 +nof,423,18,1,14878,10895,,597,2532.7515509999803,,,,,,,144,66,0,,,,,,,,,,,gutim,19920 +non,423,19,1,14879,10895,7190,640,2532.7515509999803,0.104631696428571,32,0,E6,ppp,5,144,88,5,,,,,,o,,d,e,,gutim,19921 +nof,423,19,1,14879,10896,,640,2532.8555509999806,,,,,,,144,88,0,,,,,,,,,,,gutim,19921 +non,423,20,1,14880,10896,7191,665,2532.8555509999806,0.108816964285714,32,0,B6,ppp,5,144,95,5,,,,,,o,,d,e,,gutim,19922 +nof,423,20,1,14880,10897,,665,2532.9645509999805,,,,,,,144,95,0,,,,,,,,,,,gutim,19922 +non,423,21,1,14881,10897,7192,691,2532.9645509999805,0.104631696428571,32,0,G5,ppp,5,144,79,5,,,,,,o,,d,e,,gutim,19923 +nof,423,21,1,14881,10898,,691,2533.0695509999805,,,,,,,144,79,0,,,,,,,,,,,gutim,19923 +non,423,22,1,14882,10898,7193,716,2533.0695509999805,0.108816964285714,32,0,Bb5,ppp,5,144,82,5,,,,,,o,,d,e,,gutim,19924 +nof,423,22,1,14882,10899,,716,2533.178550999981,,,,,,,144,82,0,,,,,,,,,,,gutim,19924 +non,423,23,1,14883,10899,7194,742,2533.178550999981,0.108816964285714,32,0,Eb7,ppp,5,144,99,5,,,,,,o,,d,e,,gutim,19925 +nof,423,23,1,14883,10900,,742,2533.286550999981,,,,,,,144,99,0,,,,,,,,,,,gutim,19925 +non,423,24,3,14884,10900,7195,768,2533.286550999981,0.267857142857143,16,0,E1,ppp,5,144,28,5,,,,,,o,,d,E,,gutim,19926 +non,423,25,1,14885,10900,7195,768,2533.286550999981,0.355747767857143,8,0,A7,ppp,5,144,105,5,,,,,,o,,d,e 6069,,gutim,19927 +nof,423,24,3,14884,10901,,768,2533.554550999981,,,,,,,144,28,0,,,,,,,,,,,gutim,19926 +non,423,26,3,14886,10901,7196,832,2533.554550999981,0.087890625,32,0,Bb2,ppp,5,144,46,5,,,,,,o,,,,,gutim,19928 +nof,423,25,1,14885,10902,,768,2533.642550999981,,,,,,,144,105,0,,,,,,,,,,,gutim,19927 +nof,423,26,3,14886,10902,,832,2533.642550999981,,,,,,,144,46,0,,,,,,,,,,,gutim,19928 +non,423,27,3,14887,10902,7197,853,2533.642550999981,0.179966517857143,16,0,E2,ppp,5,144,40,5,,,,,,o,,,,,gutim,19929 +non,423,28,3,14888,10902,7197,853,2533.642550999981,0.267857142857143,16,0,Bb2,ppp,5,144,46,5,,,,,,o,,,,,gutim,19930 +non,423,29,1,14889,10902,7197,853,2533.642550999981,0.179966517857143,16,0,A6,ppp,5,144,93,5,,,,,,o,,,,,gutim,19931 +nof,423,27,3,14887,10903,,853,2533.822550999981,,,,,,,144,40,0,,,,,,,,,,,gutim,19929 +nof,423,29,1,14889,10903,,853,2533.822550999981,,,,,,,144,93,0,,,,,,,,,,,gutim,19931 +non,423,30,1,14890,10903,7198,896,2533.822550999981,0.535714285714286,8,0,Bb5,ppp,5,144,82,5,,,,,t,o,,d,,,gutim,19932 +rst,423,31,3,14891,10903,,896,2533.822550999981,,,,,,,176,102,0,,,,,,,,,,,gutim,19933 +nof,423,28,3,14888,10904,,853,2533.910550999981,,,,,,,144,46,0,,,,,,,,,,,gutim,19930 +non,423,32,1,14892,10905,,1024,2534.3585509999807,0.535714285714286,8,0,Bb5,,,,,,,,,,T,,,,,,gutim,19934 +rst,423,33,3,14893,10905,,1024,2534.3585509999807,,,,,,,176,102,0,,,,,,,,,,,gutim,19935 +non,423,34,1,14894,10906,7199,1152,2534.8945509999808,0.17578125,16,0,D5,mf,17,144,74,17,,,,,,o,,d,,,gutim,19936 +non,423,35,1,14895,10906,7199,1152,2534.8945509999808,0.267857142857143,16,0,B5,mf,17,144,83,17,,,,,,o,,d,,,gutim,19937 +nof,423,30,1,14890,10907,,896,2534.8945509999808,,,,,,,144,82,0,,,,,,,,,,,gutim,19932 +nof,423,34,1,14894,10908,,1152,2535.0695509999805,,,,,,,144,74,0,,,,,,,,,,,gutim,19936 +non,423,36,1,14896,10908,7200,1194,2535.0695509999805,0.359933035714286,8,0,Bb5,pp,8,144,82,8,,,,,,o,,d,,,gutim,19938 +non,423,37,3,14897,10908,7200,1194,2535.0695509999805,0.359933035714286,8,0,F2,mp,14,144,41,14,,,,,,o,,d,,,gutim,19939 +non,423,38,3,14898,10908,7200,1194,2535.0695509999805,0.535714285714286,8,0,F#3,mp,14,144,54,14,,,,,,o,,d,,,gutim,19940 +nof,423,35,1,14895,10909,,1152,2535.1615509999806,,,,,,,144,83,0,,,,,,,,,,,gutim,19937 +nof,423,36,1,14896,10910,,1194,2535.4295509999806,,,,,,,144,82,0,,,,,,,,,,,gutim,19938 +nof,423,37,3,14897,10910,,1194,2535.4295509999806,,,,,,,144,41,0,,,,,,,,,,,gutim,19939 +bar,424,0,0,14899,10910,,0,2535.4295509999806,,,,,,,,,,424,,,,,,,,,,gutim,19941 +rst,424,1,1,14900,10910,,0,2535.4295509999806,,,,,,,176,102,0,,,,,,,,,,,gutim,19942 +rst,424,2,3,14901,10910,,0,2535.4295509999806,,,,,,,176,102,0,,,,,,,,,,,gutim,19943 +nof,423,38,3,14898,10911,,1194,2535.6055509999806,,,,,,,144,54,0,,,,,,,,,,,gutim,19940 +ped,424,3,0,14902,10912,,256,2536.5015509999803,,,,,,,176,64,0,,,,,,,^,,,,gutim,19881 +non,424,4,3,14903,10912,7201,256,2536.5015509999803,0.535714285714286,8,0,F2,mp,14,144,41,14,,,,,t,o,,d,,,gutim,19944 +non,424,5,1,14904,10913,7202,384,2537.03655099998,1.60714285714286,4,1,B4,pp,8,144,71,8,,,,,,o,,d,,,gutim,19945 +non,424,6,1,14905,10913,7202,384,2537.03655099998,1.07142857142857,4,1,A5,pp,8,144,81,8,,,,,,o,,d,,,gutim,19946 +non,424,7,3,14906,10913,7202,384,2537.03655099998,0.535714285714286,8,0,E2,pp,8,144,40,8,,,,,t,o,,d,,,gutim,19947 +non,424,8,3,14907,10913,,384,2537.03655099998,0.535714285714286,8,0,F2,,,,,,,,,,_,,,,,,gutim,19948 +non,424,9,3,14908,10913,7202,384,2537.03655099998,0.535714285714286,8,0,Bb2,pp,8,144,46,8,,,,,t,o,,d,,,gutim,19949 +non,424,11,3,14909,10914,,512,2537.57255099998,0.535714285714286,8,0,E2,,,,,,,,,,T,,,,,,gutim,19950 +non,424,12,3,14910,10914,,512,2537.57255099998,0.535714285714286,8,0,F2,,,,,,,,,,T,,,,,,gutim,19951 +non,424,13,3,14911,10914,,512,2537.57255099998,0.535714285714286,8,0,Bb2,,,,,,,,,,T,,,,,,gutim,19952 +ped,424,10,0,14912,10914,,512,2537.57255099998,,,,,,,176,64,127,,,,,,,V,,,,gutim,19953 +non,424,14,3,14913,10915,7203,640,2538.1085509999803,0.535714285714286,8,0,Bb3,pp,8,144,58,8,,,,,,o,,D 6069,,,gutim,19954 +nof,424,4,3,14903,10916,,256,2538.1085509999803,,,,,,,144,41,0,,,,,,,,,,,gutim,19944 +nof,424,6,1,14905,10916,,384,2538.1085509999803,,,,,,,144,81,0,,,,,,,,,,,gutim,19946 +nof,424,7,3,14906,10916,,384,2538.1085509999803,,,,,,,144,40,0,,,,,,,,,,,gutim,19947 +nof,424,9,3,14908,10916,,384,2538.1085509999803,,,,,,,144,46,0,,,,,,,,,,,gutim,19949 +nof,424,14,3,14913,10917,,640,2538.6445509999803,,,,,,,144,58,0,,,,,,,,,,,gutim,19954 +non,424,15,1,14914,10917,7204,768,2538.6445509999803,0.355747767857143,16,1,A6,pp,8,144,93,8,,,,,,o,,,,,gutim,19955 +non,424,16,3,14915,10917,7204,768,2538.6445509999803,0.234375,16,0,E2,pp,8,144,40,8,,,,,,o,,,,,gutim,19956 +nof,424,5,1,14904,10918,,384,2538.6445509999803,,,,,,,144,71,0,,,,,,,,,,,gutim,19945 +nof,424,16,3,14915,10919,,768,2538.8785509999802,,,,,,,144,40,0,,,,,,,,,,,gutim,19956 +non,424,17,3,14916,10919,7205,824,2538.8785509999802,0.359933035714286,16,1,Bb2,pp,8,144,46,8,,,,,,o,,,,,gutim,19957 +nof,424,15,1,14914,10920,,768,2538.9995509999803,,,,,,,144,93,0,,,,,,,,,,,gutim,19955 +non,424,18,1,14917,10920,7206,853,2538.9995509999803,0.1171875,32,0,A5,pp,8,144,81,8,,,,,,o,,,,,gutim,19958 +nof,424,18,1,14917,10921,,853,2539.11655099998,,,,,,,144,81,0,,,,,,,,,,,gutim,19958 +non,424,19,1,14918,10921,7207,881,2539.11655099998,0.121372767857143,32,0,A6,pp,8,144,93,8,,,,,,o,,,,,gutim,19959 +nof,424,17,3,14916,10922,,824,2539.2385509999804,,,,,,,144,46,0,,,,,,,,,,,gutim,19957 +nof,424,19,1,14918,10922,,881,2539.2385509999804,,,,,,,144,93,0,,,,,,,,,,,gutim,19959 +non,424,20,1,14919,10922,7208,910,2539.2385509999804,0.355747767857143,16,1,A5,pp,8,144,81,8,,,,,,o,,,,,gutim,19960 +non,424,21,3,14920,10922,7208,910,2539.2385509999804,0.238560267857143,16,0,E2,pp,8,144,40,8,,,,,,o,,,,,gutim,19961 +nof,424,21,3,14920,10923,,910,2539.4765509999806,,,,,,,144,40,0,,,,,,,,,,,gutim,19961 +non,424,22,3,14921,10923,7209,967,2539.4765509999806,0.238560267857143,16,0,Bb3,pp,8,144,58,8,,,,,t,o,,,,,gutim,19962 +nof,424,20,1,14919,10924,,910,2539.5945509999806,,,,,,,144,81,0,,,,,,,,,,,gutim,19960 +non,424,23,1,14922,10924,7210,995,2539.5945509999806,0.121372767857143,32,0,A7,pp,8,144,105,8,,,,,,o,,,,,gutim,19963 +nof,424,23,1,14922,10925,,995,2539.71555099998,,,,,,,144,105,0,,,,,,,,,,,gutim,19963 +rst,424,24,1,14923,10925,,1024,2539.71555099998,,,,,,,176,102,0,,,,,,,,,,,gutim,19964 +non,424,25,3,14924,10925,,1024,2539.71555099998,0.1171875,32,0,Bb3,,,,,,,,,,T,,,,,,gutim,19965 +nof,424,22,3,14921,10926,,967,2539.8325509999804,,,,,,,144,58,0,,,,,,,,,,,gutim,19962 +non,424,26,1,14925,10926,7211,1052,2539.8325509999804,0.238560267857143,16,0,A6,pp,8,144,93,8,,,,,,o,,,,,gutim,19966 +non,424,27,3,14926,10926,7211,1052,2539.8325509999804,0.355747767857143,16,1,E2,pp,8,144,40,8,,,,,,o,,,,,gutim,19967 +nof,424,26,1,14925,10927,,1052,2540.07155099998,,,,,,,144,93,0,,,,,,,,,,,gutim,19966 +non,424,28,1,14927,10927,7212,1109,2540.07155099998,0.1171875,32,0,A7,pp,8,144,105,8,,,,,,o,,,,,gutim,19968 +nof,424,27,3,14926,10928,,1052,2540.18855099998,,,,,,,144,40,0,,,,,,,,,,,gutim,19967 +nof,424,28,1,14927,10928,,1109,2540.18855099998,,,,,,,144,105,0,,,,,,,,,,,gutim,19968 +rst,424,29,1,14928,10928,,1137,2540.18855099998,,,,,,,176,102,0,,,,,,,,,,,gutim,19969 +non,424,30,3,14929,10928,7213,1137,2540.18855099998,0.121372767857143,32,0,E2,pp,8,144,40,8,,,,,,o,,,,,gutim,19970 +nof,424,30,3,14929,10929,,1137,2540.3095509999803,,,,,,,144,40,0,,,,,,,,,,,gutim,19970 +non,424,31,3,14930,10929,7214,1166,2540.3095509999803,0.1171875,32,0,E1,pp,8,144,28,8,,,,,,o,,,,,gutim,19971 +nof,424,31,3,14930,10930,,1166,2540.4265509999805,,,,,,,144,28,0,,,,,,,,,,,gutim,19971 +non,424,32,1,14931,10930,7215,1194,2540.4265509999805,0.359933035714286,16,1,A5,pp,8,144,81,8,,,,,,o,,,,,gutim,19972 +non,424,33,3,14932,10930,7215,1194,2540.4265509999805,0.121372767857143,32,0,E2,pp,8,144,40,8,,,,,,o,,,,,gutim,19973 +nof,424,33,3,14932,10931,,1194,2540.5485509999808,,,,,,,144,40,0,,,,,,,,,,,gutim,19973 +non,424,34,3,14933,10931,7216,1223,2540.5485509999808,0.1171875,32,0,E1,pp,8,144,28,8,,,,,,o,,,,,gutim,19974 +nof,424,34,3,14933,10932,,1223,2540.665550999981,,,,,,,144,28,0,,,,,,,,,,,gutim,19974 +non,424,35,3,14934,10932,7217,1251,2540.665550999981,0.121372767857143,32,0,E2,pp,8,144,40,8,,,,,,o,,,,,gutim,19975 +nof,424,32,1,14931,10933,,1194,2540.786550999981,,,,,,,144,81,0,,,,,,,,,,,gutim,19972 +nof,424,35,3,14934,10933,,1251,2540.786550999981,,,,,,,144,40,0,,,,,,,,,,,gutim,19975 +bar,425,0,0,14935,10933,,0,2540.786550999981,,,,,,,,,,425,,,,,,,,,,gutim,19976 +non,425,1,1,14936,10933,7218,0,2540.786550999981,0.472935267857143,8,0,A7,pp+,9,144,105,9,,,,,,o,,,,,gutim,19977 +non,425,2,3,14937,10933,7218,0,2540.786550999981,0.355747767857143,16,1,Bb2,pp+,9,144,46,9,,,,,,o,,,,,gutim,19978 +nof,425,2,3,14937,10934,,0,2541.142550999981,,,,,,,144,46,0,,,,,,,,,,,gutim,19978 +non,425,3,3,14938,10934,7219,85,2541.142550999981,0.1171875,32,0,Bb3,pp+,9,144,58,9,,,,,,o,,,,,gutim,19979 +nof,425,1,1,14936,10935,,0,2541.259550999981,,,,,,,144,105,0,,,,,,,,,,,gutim,19977 +nof,425,3,3,14938,10935,,85,2541.259550999981,,,,,,,144,58,0,,,,,,,,,,,gutim,19979 +non,425,4,1,14939,10935,7220,113,2541.259550999981,0.238560267857143,16,0,A6,pp+,9,144,93,9,,,,,,o,,,,,gutim,19980 +non,425,5,3,14940,10935,7220,113,2541.259550999981,0.121372767857143,32,0,Bb2,pp+,9,144,46,9,,,,,,o,,,,,gutim,19981 +nof,425,5,3,14940,10936,,113,2541.3815509999813,,,,,,,144,46,0,,,,,,,,,,,gutim,19981 +non,425,6,3,14941,10936,7221,142,2541.3815509999813,0.355747767857143,16,1,Bb3,pp+,9,144,58,9,,,,,,o,,,,,gutim,19982 +nof,425,4,1,14939,10937,,113,2541.4985509999815,,,,,,,144,93,0,,,,,,,,,,,gutim,19980 +non,425,7,1,14942,10937,7222,170,2541.4985509999815,0.359933035714286,16,1,A7,pp+,9,144,105,9,,,,,,o,,,,,gutim,19983 +nof,425,6,3,14941,10938,,142,2541.736550999982,,,,,,,144,58,0,,,,,,,,,,,gutim,19982 +non,425,8,3,14943,10938,7223,227,2541.736550999982,0.121372767857143,32,0,E2,p-,10,144,40,10,,,,,,o,,,,,gutim,19984 +nof,425,7,1,14942,10939,,170,2541.8585509999816,,,,,,,144,105,0,,,,,,,,,,,gutim,19983 +nof,425,8,3,14943,10939,,227,2541.8585509999816,,,,,,,144,40,0,,,,,,,,,,,gutim,19984 +rst,425,9,3,14944,10939,,256,2541.8585509999816,,,,,,,176,102,0,,,,,,,,,,,gutim,19985 +rst,425,10,1,14945,10939,,256,2541.8585509999816,,,,,,,176,102,0,,,,,,,,,,,gutim,19986 +non,425,11,3,14946,10940,7224,341,2542.214550999982,0.238560267857143,16,0,E2,p-,10,144,40,10,,,,,,o,,,,,gutim,19987 +non,425,12,3,14947,10940,7224,341,2542.214550999982,0.267857142857143,16,0,Bb2,p-,10,144,46,10,,,,,,o,,,,,gutim,19988 +nof,425,11,3,14946,10941,,341,2542.452550999982,,,,,,,144,40,0,,,,,,,,,,,gutim,19987 +non,425,13,3,14948,10941,7225,398,2542.452550999982,0.477120535714286,8,0,E1,p-,10,144,28,10,,,,,,o,,,,,gutim,19989 +nof,425,12,3,14947,10942,,341,2542.481550999982,,,,,,,144,46,0,,,,,,,,,,,gutim,19988 +nof,425,13,3,14948,10943,,398,2542.929550999982,,,,,,,144,28,0,,,,,,,,,,,gutim,19989 +non,425,14,3,14949,10943,7226,512,2542.929550999982,0.355747767857143,8,0,E1,p,11,144,28,11,,,,,,o,,,,,gutim,19990 +rst,425,15,1,14950,10943,,512,2542.929550999982,,,,,,,176,102,0,,,,,,,,,,,gutim,19991 +nof,425,14,3,14949,10944,,512,2543.2855509999818,,,,,,,144,28,0,,,,,,,,,,,gutim,19990 +rst,425,16,3,14951,10944,,597,2543.2855509999818,,,,,,,176,102,0,,,,,,,,,,,gutim,19992 +non,425,17,1,14952,10944,7227,597,2543.2855509999818,0.179966517857143,16,0,B4,f,20,144,71,20,,,,,,o,,,,,gutim,19993 +nof,425,17,1,14952,10945,,597,2543.4655509999816,,,,,,,144,71,0,,,,,,,,,,,gutim,19993 +non,425,18,1,14953,10945,7228,640,2543.4655509999816,0.17578125,16,0,D3,f,20,144,50,20,,,,,,o,,,,,gutim,19994 +non,425,19,1,14954,10945,7228,640,2543.4655509999816,0.267857142857143,16,0,B4,f,20,144,71,20,,,,,,o,,,,,gutim,19995 +nof,425,18,1,14953,10946,,640,2543.6415509999815,,,,,,,144,50,0,,,,,,,,,,,gutim,19994 +non,425,20,3,14955,10946,7229,682,2543.6415509999815,0.179966517857143,16,0,F1,p,11,144,29,11,,,,,,o,,,,,gutim,19996 +rst,425,21,1,14956,10946,,682,2543.6415509999815,,,,,,,176,102,0,,,,,,,,,,,gutim,19997 +nof,425,19,1,14954,10947,,640,2543.733550999981,,,,,,,144,71,0,,,,,,,,,,,gutim,19995 +non,425,22,1,14957,10947,7230,704,2543.733550999981,0.087890625,32,0,Bb3,f+,21,144,58,21,,,,,,o,,,,,gutim,19998 +nof,425,20,3,14955,10948,,682,2543.821550999981,,,,,,,144,29,0,,,,,,,,,,,gutim,19996 +nof,425,22,1,14957,10948,,704,2543.821550999981,,,,,,,144,58,0,,,,,,,,,,,gutim,19998 +non,425,23,3,14958,10948,7231,725,2543.821550999981,0.179966517857143,16,0,F1,f,20,144,29,20,,,,,,o,,,,,gutim,19999 +non,425,24,1,14959,10948,7231,725,2543.821550999981,0.087890625,32,0,Gb2,f+,21,144,42,21,,,,,,o,,,,,gutim,20000 +nof,425,24,1,14959,10949,,725,2543.909550999981,,,,,,,144,42,0,,,,,,,,,,,gutim,20000 +non,425,25,1,14960,10949,7232,746,2543.909550999981,0.0920758928571429,32,0,Bb3,f+,21,144,58,21,,,,,,o,,,,,gutim,20001 +nof,425,23,3,14958,10950,,725,2544.001550999981,,,,,,,144,29,0,,,,,,,,,,,gutim,19999 +nof,425,25,1,14960,10950,,746,2544.001550999981,,,,,,,144,58,0,,,,,,,,,,,gutim,20001 +rst,425,26,3,14961,10950,,768,2544.001550999981,,,,,,,176,102,0,,,,,,,,,,,gutim,20002 +rst,425,27,1,14962,10950,,768,2544.001550999981,,,,,,,176,102,0,,,,,,,,,,,gutim,20003 +ped,425,29,0,14963,10951,,832,2544.1635509999815,,,,,,,176,64,0,,,,,,,^,,,,gutim,19953 +rst,425,28,3,14964,10952,,832,2544.269550999981,,,,,,,176,102,0,,,,,,,,,,,gutim,20004 +non,425,30,1,14965,10952,7233,832,2544.269550999981,0.087890625,32,0,F6,ff,22,144,89,22,,,,,,o,,,,,gutim,20005 +nof,425,30,1,14965,10953,,832,2544.356550999981,,,,,,,144,89,0,,,,,,,,,,,gutim,20005 +non,425,32,3,14966,10953,7234,853,2544.356550999981,0.715680803571429,4,0,Ab2,f+,21,144,44,21,,,,,t,o,,,,,gutim,20006 +non,425,33,3,14967,10953,7234,853,2544.356550999981,1.07142857142857,4,0,C3,f+,21,144,48,21,,,,,t,o,,,,,gutim,20007 +non,425,34,1,14968,10953,7234,853,2544.356550999981,0.715680803571429,4,0,Bb5,f+,21,144,82,21,,,,,t,o,,,,,gutim,20008 +non,425,35,1,14969,10953,7234,853,2544.356550999981,1.07142857142857,4,0,F6,f+,21,144,89,21,,,,,t,o,,,,,gutim,20009 +ped,425,31,0,14970,10954,,853,2544.463550999981,,,,,,,176,64,127,,,,,,,V,,,,gutim,20010 +non,425,36,3,14971,10955,,1024,2545.072550999981,0.535714285714286,8,1,Ab2,,,,,,,,,,_,,,,,,gutim,20011 +non,425,37,3,14972,10955,,1024,2545.072550999981,0.535714285714286,8,1,C3,,,,,,,,,,_,,,,,,gutim,20012 +non,425,38,1,14973,10955,,1024,2545.072550999981,0.535714285714286,8,1,Bb5,,,,,,,,,,_,,,,,,gutim,20013 +non,425,39,1,14974,10955,,1024,2545.072550999981,0.535714285714286,8,1,F6,,,,,,,,,,_,,,,,,gutim,20014 +non,425,40,3,14975,10956,,1152,2545.608550999981,0.267857142857143,16,1,Ab2,,,,,,,,,,T,,,,,,gutim,20015 +non,425,41,3,14976,10956,,1152,2545.608550999981,0.267857142857143,16,1,C3,,,,,,,,,,T,,,,,,gutim,20016 +non,425,42,1,14977,10956,,1152,2545.608550999981,0.267857142857143,16,1,Bb5,,,,,,,,,,T,,,,,,gutim,20017 +non,425,43,1,14978,10956,,1152,2545.608550999981,0.267857142857143,16,1,F6,,,,,,,,,,T,,,,,,gutim,20018 +ped,425,46,0,14979,10957,,1216,2545.858550999981,,,,,,,176,64,0,,,,,,,^,,,,gutim,20010 +non,425,44,3,14980,10958,7235,1216,2545.876550999981,0.087890625,32,0,Ab2,p,11,144,44,11,,,,,,o,,,,,gutim,20019 +non,425,45,3,14981,10958,7235,1216,2545.876550999981,0.133928571428571,32,0,C3,p,11,144,48,11,,,,,,o,,,,,gutim,20020 +non,425,47,1,14982,10958,7235,1216,2545.876550999981,0.087890625,32,0,Bb5,p,11,144,82,11,,,,,,o,,,,,gutim,20021 +non,425,48,1,14983,10958,7235,1216,2545.876550999981,0.133928571428571,32,0,F6,p,11,144,89,11,,,,,,o,,,,,gutim,20022 +nof,425,32,3,14966,10959,,853,2545.876550999981,,,,,,,144,44,0,,,,,,,,,,,gutim,20019 +nof,425,34,1,14968,10959,,853,2545.876550999981,,,,,,,144,82,0,,,,,,,,,,,gutim,20021 +nof,425,44,3,14980,10960,,1216,2545.964550999981,,,,,,,144,44,0,,,,,,,,,,,gutim,20023 +nof,425,45,3,14981,10960,,1216,2545.964550999981,,,,,,,144,48,0,,,,,,,,,,,gutim,20020 +nof,425,47,1,14982,10960,,1216,2545.964550999981,,,,,,,144,82,0,,,,,,,,,,,gutim,20024 +non,425,49,3,14984,10960,7236,1237,2545.964550999981,0.179966517857143,16,0,Ab2,p,11,144,44,11,,,,,,o,,,,,gutim,20025 +non,425,50,3,14985,10960,7236,1237,2545.964550999981,0.267857142857143,16,0,C3,p,11,144,48,11,,,,,,o,,,,,gutim,20026 +non,425,51,1,14986,10960,7236,1237,2545.964550999981,0.179966517857143,16,0,E7,p,11,144,100,11,,,,,,o,,,,,gutim,20027 +nof,425,48,1,14983,10961,,1216,2546.010550999981,,,,,,,144,89,0,,,,,,,,,,,gutim,20022 +nof,425,49,3,14984,10962,,1237,2546.144550999981,,,,,,,144,44,0,,,,,,,,,,,gutim,20025 +nof,425,51,1,14986,10962,,1237,2546.144550999981,,,,,,,144,100,0,,,,,,,,,,,gutim,20027 +bar,426,0,0,14987,10962,,0,2546.144550999981,,,,,,,,,,426,,,,,,,,,,gutim,20028 +rst,426,1,1,14988,10962,,0,2546.144550999981,,,,,,,176,102,0,,,,,,,,,,,gutim,20029 +rst,426,2,3,14989,10962,,0,2546.144550999981,,,,,,,176,102,0,,,,,,,,,,,gutim,20030 +ped,425,52,0,14990,10963,,1279,2546.1585509999813,,,,,,,176,64,127,,,,,,,V,,,,gutim,20031 +nof,425,50,3,14985,10964,,1237,2546.231550999981,,,,,,,144,48,0,,,,,,,,,,,gutim,20026 +nof,425,33,3,14967,10965,,853,2546.231550999981,,,,,,,144,48,0,,,,,,,,,,,gutim,20032 +nof,425,35,1,14969,10965,,853,2546.231550999981,,,,,,,144,89,0,,,,,,,,,,,gutim,20033 +rst,426,3,3,14991,10966,,512,2548.286550999981,,,,,,,176,102,0,,,,,,,,,,,gutim,20034 +rst,426,4,3,14992,10967,,597,2548.642550999981,,,,,,,176,102,0,,,,,,,,,,,gutim,20035 +non,426,5,3,14993,10968,7237,725,2549.178550999981,0.179966517857143,16,0,B1,ppp,5,144,35,5,,,,,t,o,,,,,gutim,20036 +non,426,6,3,14994,10969,,768,2549.3585509999807,2.14285714285714,2,0,B1,,,,,,,,,,_,,,,,,gutim,20037 +ped,426,7,0,14995,10970,,1167,2551.028550999981,,,,,,,176,64,0,,,,,,,^,,,,gutim,20031 +bar,427,0,0,14996,10971,,0,2551.5015509999807,,,,,,,,,,427,,,,,,,,,,gutim,20038 +rst,427,1,1,14997,10971,,0,2551.5015509999807,,,,,,,176,102,0,,,,,,,,,,,gutim,20039 +non,427,2,3,14998,10971,,0,2551.5015509999807,1.07142857142857,4,0,B1,,,,,,,,,,_,,,,,,gutim,20040 +non,427,4,3,14999,10972,,256,2552.572550999981,1.07142857142857,4,0,B1,,,,,,,,,,T,,,,,,gutim,20041 +ped,427,3,0,15000,10972,,256,2552.572550999981,,,,,,,176,64,127,,,,,,,V,,,,gutim,20042 +non,427,5,1,15001,10973,7238,384,2553.108550999981,0.104631696428571,32,0,E6,ppp,5,144,88,5,,,,,,o,,,,,gutim,20043 +nof,427,5,1,15001,10974,,384,2553.2125509999814,,,,,,,144,88,0,,,,,,,,,,,gutim,20043 +non,427,6,1,15002,10974,7239,409,2553.2125509999814,0.108816964285714,32,0,B6,ppp,5,144,95,5,,,,,,o,,,,,gutim,20044 +nof,427,6,1,15002,10975,,409,2553.3215509999814,,,,,,,144,95,0,,,,,,,,,,,gutim,20044 +non,427,7,1,15003,10975,7240,435,2553.3215509999814,0.104631696428571,32,0,G5,ppp,5,144,79,5,,,,,,o,,,,,gutim,20045 +nof,427,7,1,15003,10976,,435,2553.4265509999814,,,,,,,144,79,0,,,,,,,,,,,gutim,20045 +non,427,8,1,15004,10976,7241,460,2553.4265509999814,0.108816964285714,32,0,Bb5,ppp,5,144,82,5,,,,,,o,,,,,gutim,20046 +nof,427,8,1,15004,10977,,460,2553.5355509999818,,,,,,,144,82,0,,,,,,,,,,,gutim,20046 +non,427,9,1,15005,10977,7242,486,2553.5355509999818,0.108816964285714,32,0,Eb7,ppp,5,144,99,5,,,,,,o,,,,,gutim,20047 +ped,427,12,0,15006,10978,,612,2553.5525509999816,,,,,,,176,64,0,,,,,,,^,,,,gutim,20042 +nof,426,5,3,14993,10979,,725,2553.6445509999817,,,,,,,144,35,0,,,,,,,,,,,gutim,20036 +nof,427,9,1,15005,10980,,486,2553.6445509999817,,,,,,,144,99,0,,,,,,,,,,,gutim,20047 +rst,427,10,1,15007,10980,,512,2553.6445509999817,,,,,,,176,102,0,,,,,,,,,,,gutim,20048 +rst,427,11,3,15008,10980,,512,2553.6445509999817,,,,,,,176,102,0,,,,,,,,,,,gutim,20049 +sec,427,13,0,15009,10980,,612,2553.6445509999817,,,,,,,,,,,6069,,,,,,,,,gutim,20050 +non,427,15,1,15010,10981,7243,,2553.6865509999816,0.05,8,0,B5,mf,17,144,83,17,,,,g,,o,,,,,gutim,20051 +nof,427,15,1,15010,10982,,,2553.736550999982,,,,,,,144,83,0,,,,,,,,,,,gutim,20051 +non,427,16,1,15011,10983,7244,640,2553.7615509999814,0.17578125,16,0,F3,mf,17,144,53,17,,,,,,o,,d,,,gutim,20052 +non,427,17,1,15012,10983,7244,640,2553.7615509999814,0.267857142857143,16,0,C#5,fff,24,144,73,24,,,,,,o,,d,,,gutim,20053 +non,427,18,1,15013,10983,7244,640,2553.7615509999814,0.267857142857143,16,0,A5,fff,24,144,81,24,,,,,,o,,d,,,gutim,20054 +non,427,19,1,15014,10983,7244,640,2553.7615509999814,0.267857142857143,16,0,C#6,mf,17,144,85,17,,,,,t,o,,d,,,gutim,20055 +non,427,20,3,15015,10983,7244,640,2553.7615509999814,0.535714285714286,8,0,E2,fff,24,144,40,24,,,,,,o,,d,,,gutim,20056 +non,427,21,3,15016,10983,7244,640,2553.7615509999814,0.535714285714286,8,0,F2,fff,24,144,41,24,,,,,,o,,d,,,gutim,20057 +non,427,22,3,15017,10983,7244,640,2553.7615509999814,0.535714285714286,8,0,Bb2,fff,24,144,46,24,,,,,,o,,d,,,gutim,20058 +ped,427,14,0,15018,10984,,640,2553.8525509999818,,,,,,,176,64,127,,,,,,,V,,,,gutim,20059 +nof,427,16,1,15011,10985,,640,2553.937550999982,,,,,,,144,53,0,,,,,,,,,,,gutim,20052 +non,427,23,1,15019,10985,7245,682,2553.937550999982,0.0920758928571429,32,0,B5,mf,17,144,83,17,,,,,,o,,d,,,gutim,20060 +non,427,24,1,15020,10985,,682,2553.937550999982,0.133928571428571,32,0,C#6,,,,,,,,,,_,,,,,,gutim,20061 +nof,427,17,1,15012,10986,,640,2554.0295509999814,,,,,,,144,73,0,,,,,,,,,,,gutim,20053 +nof,427,18,1,15013,10986,,640,2554.0295509999814,,,,,,,144,81,0,,,,,,,,,,,gutim,20054 +nof,427,23,1,15019,10986,,682,2554.0295509999814,,,,,,,144,83,0,,,,,,,,,,,gutim,20060 +non,427,25,1,15021,10986,7246,704,2554.0295509999814,0.087890625,32,0,F3,mf,17,144,53,17,,,,,t,o,,d,,,gutim,20062 +non,427,26,1,15022,10986,,704,2554.0295509999814,0.133928571428571,32,0,C#6,,,,,,,,,,_,,,,,,gutim,20063 +non,427,27,1,15023,10987,,725,2554.1165509999814,0.179966517857143,16,0,F3,,,,,,,,,,T,,,,,,gutim,20064 +non,427,28,1,15024,10987,7247,725,2554.1165509999814,0.267857142857143,16,0,F4,fff,24,144,65,24,,,,,,o,,d,,,gutim,20065 +non,427,29,1,15025,10987,,725,2554.1165509999814,0.267857142857143,16,0,C#6,,,,,,,,,,_,,,,,,gutim,20066 +ped,427,30,0,15026,10988,,749,2554.1515509999817,,,,,,,176,64,0,,,,,,,^,,,,gutim,20059 +nof,427,20,3,15015,10989,,640,2554.2965509999817,,,,,,,144,40,0,,,,,,,,,,,gutim,20056 +nof,427,21,3,15016,10989,,640,2554.2965509999817,,,,,,,144,41,0,,,,,,,,,,,gutim,20057 +nof,427,22,3,15017,10989,,640,2554.2965509999817,,,,,,,144,46,0,,,,,,,,,,,gutim,20058 +nof,427,25,1,15021,10989,,704,2554.2965509999817,,,,,,,144,53,0,,,,,,,,,,,gutim,20062 +non,427,31,1,15027,10989,7248,768,2554.2965509999817,0.087890625,32,0,F#4,mf,17,144,66,17,,,,,,o,,d,,,gutim,20067 +non,427,32,1,15028,10989,,768,2554.2965509999817,0.133928571428571,32,0,C#6,,,,,,,,,,_,,,,,,gutim,20068 +rst,427,33,3,15029,10989,,768,2554.2965509999817,,,,,,,176,102,0,,,,,,,,,,,gutim,20069 +nof,427,28,1,15024,10990,,725,2554.384550999982,,,,,,,144,65,0,,,,,,,,,,,gutim,20065 +nof,427,31,1,15027,10990,,768,2554.384550999982,,,,,,,144,66,0,,,,,,,,,,,gutim,20067 +non,427,35,1,15030,10990,7249,789,2554.384550999982,0.087890625,32,0,D5,mf,17,144,74,17,,,,,,o,,d,,,gutim,20070 +non,427,36,1,15031,10990,,789,2554.384550999982,0.133928571428571,32,0,C#6,,,,,,,,,,_,,,,,,gutim,20071 +ped,427,34,0,15032,10991,,789,2554.451550999982,,,,,,,176,64,127,,,,,,,V,,,,gutim,20072 +nof,427,35,1,15030,10992,,789,2554.4725509999816,,,,,,,144,74,0,,,,,,,,,,,gutim,20070 +non,427,37,1,15033,10992,7250,810,2554.4725509999816,0.133928571428571,32,1,B5,mf,17,144,83,17,,,,,,o,,d,,,gutim,20073 +non,427,38,1,15034,10992,,810,2554.4725509999816,0.133928571428571,32,1,C#6,,,,,,,,,,T,,,,,,gutim,20074 +nof,427,37,1,15033,10993,,810,2554.6065509999817,,,,,,,144,83,0,,,,,,,,,,,gutim,20073 +non,427,39,1,15035,10993,7251,842,2554.6065509999817,0.133928571428571,32,1,D5,p,11,144,74,11,,,,,,o,,d,,,gutim,20075 +nof,427,39,1,15035,10994,,842,2554.7405509999817,,,,,,,144,74,0,,,,,,,,,,,gutim,20075 +non,427,40,1,15036,10994,7252,874,2554.7405509999817,0.0920758928571429,32,0,F3,p,11,144,53,11,,,,,,o,,d,,,gutim,20076 +nof,427,40,1,15036,10995,,874,2554.832550999982,,,,,,,144,53,0,,,,,,,,,,,gutim,20076 +non,427,41,1,15037,10995,7253,896,2554.832550999982,0.087890625,32,0,F#4,p,11,144,66,11,,,,,,o,,d,,,gutim,20077 +nof,427,41,1,15037,10996,,896,2554.920550999982,,,,,,,144,66,0,,,,,,,,,,,gutim,20077 +non,427,42,1,15038,10996,7254,917,2554.920550999982,0.087890625,32,0,D5,p,11,144,74,11,,,,,,o,,d,,,gutim,20078 +nof,427,19,1,15014,10997,,640,2554.9665509999822,,,,,,,144,85,0,,,,,,,,,,,gutim,20055 +nof,427,42,1,15038,10998,,917,2555.008550999982,,,,,,,144,74,0,,,,,,,,,,,gutim,20078 +non,427,43,1,15039,10998,7255,938,2555.008550999982,0.0920758928571429,32,0,Bb5,p,11,144,82,11,,,,,,o,,d,,,gutim,20079 +nof,427,43,1,15039,10999,,938,2555.1005509999823,,,,,,,144,82,0,,,,,,,,,,,gutim,20079 +non,427,44,1,15040,10999,7256,,2555.1005509999823,0.05,8,0,F2,pp,8,144,41,8,,,,g,,o,,d,,,gutim,20080 +nof,427,44,1,15040,11000,,,2555.1505509999824,,,,,,,144,41,0,,,,,,,,,,,gutim,20080 +non,427,45,1,15041,11001,7257,960,2555.175550999982,0.267857142857143,16,1,B4,pp,8,144,71,8,,,,,,o,,d,,,gutim,20081 +nof,427,45,1,15041,11002,,960,2555.443550999982,,,,,,,144,71,0,,,,,,,,,,,gutim,20081 +rst,427,46,1,15042,11002,,1024,2555.443550999982,,,,,,,176,102,0,,,,,,,,,,,gutim,20082 +non,427,47,3,15043,11002,7258,1024,2555.443550999982,0.267857142857143,16,1,D4,pp,8,144,62,8,,,,,,o,,D 6070,,,gutim,20083 +nof,427,47,3,15043,11003,,1024,2555.711550999982,,,,,,,144,62,0,,,,,,,,,,,gutim,20083 +non,427,48,3,15044,11003,7259,1088,2555.711550999982,0.17578125,16,0,F2,p-,10,144,41,10,,,,,,o,,,,,gutim,20084 +nof,427,48,3,15044,11004,,1088,2555.887550999982,,,,,,,144,41,0,,,,,,,,,,,gutim,20084 +non,427,49,3,15045,11004,7260,1130,2555.887550999982,0.267857142857143,16,1,B4,p+,12,144,71,12,,,,,,o,,,,,gutim,20085 +nof,427,49,3,15045,11005,,1130,2556.1545509999823,,,,,,,144,71,0,,,,,,,,,,,gutim,20085 +non,427,50,3,15046,11005,7261,1194,2556.1545509999823,0.267857142857143,16,1,F2,mp+,15,144,41,15,,,,,,o,,,,,gutim,20086 +non,427,51,3,15047,11005,7261,1194,2556.1545509999823,0.267857142857143,16,1,D4,mp+,15,144,62,15,,,,,,o,,,,,gutim,20087 +nof,427,50,3,15046,11006,,1194,2556.4225509999824,,,,,,,144,41,0,,,,,,,,,,,gutim,20086 +nof,427,51,3,15047,11006,,1194,2556.4225509999824,,,,,,,144,62,0,,,,,,,,,,,gutim,20087 +non,427,52,3,15048,11006,7262,1258,2556.4225509999824,0.0920758928571429,32,0,F1,mf,17,144,29,17,,,,,,o,,,,,gutim,20088 +nof,427,52,3,15048,11007,,1258,2556.5145509999825,,,,,,,144,29,0,,,,,,,,,,,gutim,20088 +bar,428,0,0,15049,11007,,0,2556.5145509999825,,,,,,,,,,428,,,,,,,,,,gutim,20089 +rst,428,1,1,15050,11007,,0,2556.5145509999825,,,,,,,176,102,0,,,,,,,,,,,gutim,20090 +rst,428,2,3,15051,11007,,0,2556.5145509999825,,,,,,,176,102,0,,,,,,,,,,,gutim,20091 +non,428,3,1,15052,11008,7263,128,2557.050550999982,0.17578125,16,0,C#5,fff,24,144,73,24,,,,,,o,,,,,gutim,20092 +non,428,4,1,15053,11008,7263,128,2557.050550999982,0.267857142857143,16,0,A5,fff,24,144,81,24,,,,,,o,,,,,gutim,20093 +non,428,5,1,15054,11008,7263,128,2557.050550999982,0.267857142857143,16,0,C#6,fff,24,144,85,24,,,,,,o,,,,,gutim,20094 +non,428,6,3,15055,11008,7263,128,2557.050550999982,0.535714285714286,8,0,E2,fff,24,144,40,24,,,,,,o,,,,,gutim,20095 +non,428,7,3,15056,11008,7263,128,2557.050550999982,0.535714285714286,8,0,F2,fff,24,144,41,24,,,,,,o,,,,,gutim,20096 +non,428,8,3,15057,11008,7263,128,2557.050550999982,0.535714285714286,8,0,Bb2,fff,24,144,46,24,,,,,,o,,,,,gutim,20097 +non,428,9,1,15058,11009,7264,170,2557.2265509999825,0.179966517857143,16,0,F4,fff,24,144,65,24,,,,,,o,,,,,gutim,20098 +nof,428,3,1,15052,11010,,128,2557.376550999982,,,,,,,144,73,0,,,,,,,,,,,gutim,20092 +nof,428,9,1,15058,11011,,170,2557.406550999982,,,,,,,144,65,0,,,,,,,,,,,gutim,20098 +non,428,10,1,15059,11011,7265,213,2557.406550999982,0.087890625,32,0,C#4,pp,8,144,61,8,,,,,,o,,,,,gutim,20099 +nof,428,4,1,15053,11012,,128,2557.4685509999817,,,,,,,144,81,0,,,,,,,,,,,gutim,20093 +nof,428,5,1,15054,11012,,128,2557.4685509999817,,,,,,,144,85,0,,,,,,,,,,,gutim,20094 +nof,428,10,1,15059,11013,,213,2557.4945509999816,,,,,,,144,61,0,,,,,,,,,,,gutim,20099 +non,428,11,1,15060,11013,7266,234,2557.4945509999816,0.0920758928571429,32,0,A1,pp+,9,144,33,9,,,,,,o,,,,,gutim,20100 +nof,428,11,1,15060,11014,,234,2557.5865509999817,,,,,,,144,33,0,,,,,,,,,,,gutim,20100 +ped,428,12,0,15061,11014,,256,2557.5865509999817,,,,,,,176,64,0,,,,,,,^,,,,gutim,20072 +rst,428,13,1,15062,11014,,256,2557.5865509999817,,,,,,,176,102,0,,,,,,,,,,,gutim,20101 +non,428,14,3,15063,11014,7267,256,2557.5865509999817,0.133928571428571,32,0,D5,p-,10,144,74,10,,,,,,o,,,,,gutim,20102 +nof,428,14,3,15063,11015,,256,2557.7205509999817,,,,,,,144,74,0,,,,,,,,,,,gutim,20102 +non,428,15,3,15064,11015,7268,288,2557.7205509999817,0.133928571428571,32,0,G#4,p,11,144,68,11,,,,,,o,,,,,gutim,20103 +nof,428,6,3,15055,11016,,128,2557.736550999982,,,,,,,144,40,0,,,,,,,,,,,gutim,20095 +nof,428,7,3,15056,11016,,128,2557.736550999982,,,,,,,144,41,0,,,,,,,,,,,gutim,20096 +nof,428,8,3,15057,11016,,128,2557.736550999982,,,,,,,144,46,0,,,,,,,,,,,gutim,20097 +nof,428,15,3,15064,11017,,288,2557.8545509999817,,,,,,,144,68,0,,,,,,,,,,,gutim,20103 +non,428,16,3,15065,11017,7269,320,2557.8545509999817,0.133928571428571,32,0,C#4,p+,12,144,61,12,,,,,,o,,,,,gutim,20104 +nof,428,16,3,15065,11018,,320,2557.9885509999817,,,,,,,144,61,0,,,,,,,,,,,gutim,20104 +non,428,17,3,15066,11018,7270,352,2557.9885509999817,0.133928571428571,32,0,D5,mp-,13,144,74,13,,,,,,o,,,,,gutim,20105 +nof,428,17,3,15066,11019,,352,2558.121550999982,,,,,,,144,74,0,,,,,,,,,,,gutim,20105 +non,428,19,1,15067,11019,7271,384,2558.121550999982,0.535714285714286,8,0,F2,fff,24,144,41,24,,,,,,o,,,,,gutim,20106 +non,428,20,1,15068,11019,7271,384,2558.121550999982,0.535714285714286,8,0,Gb2,fff,24,144,42,24,,,,,,o,,,,,gutim,20107 +non,428,21,3,15069,11019,7271,384,2558.121550999982,0.133928571428571,32,0,C#4,mp,14,144,61,14,,,,,,o,,,,,gutim,20108 +non,428,22,3,15070,11019,7271,384,2558.121550999982,0.133928571428571,32,0,G#4,mp,14,144,68,14,,,,,,o,,,,,gutim,20109 +ped,428,18,0,15071,11019,,384,2558.121550999982,,,,,,,176,64,127,,,,,,,V,,,,gutim,20110 +nof,428,21,3,15069,11020,,384,2558.255550999982,,,,,,,144,61,0,,,,,,,,,,,gutim,20108 +nof,428,22,3,15070,11020,,384,2558.255550999982,,,,,,,144,68,0,,,,,,,,,,,gutim,20109 +non,428,23,3,15072,11020,7272,416,2558.255550999982,0.087890625,32,0,A2,mp,14,144,45,14,,,,,,o,,,,,gutim,20111 +nof,428,23,3,15072,11021,,416,2558.3435509999817,,,,,,,144,45,0,,,,,,,,,,,gutim,20111 +non,428,24,3,15073,11021,7273,437,2558.3435509999817,0.087890625,32,0,C#4,mp,14,144,61,14,,,,,,o,,,,,gutim,20112 +non,428,25,3,15074,11021,7273,437,2558.3435509999817,0.133928571428571,32,0,G#4,mp,14,144,68,14,,,,,,o,,,,,gutim,20113 +non,428,26,3,15075,11021,7273,437,2558.3435509999817,0.133928571428571,32,0,D5,mp,14,144,74,14,,,,,,o,,,,,gutim,20114 +nof,428,24,3,15073,11022,,437,2558.4315509999815,,,,,,,144,61,0,,,,,,,,,,,gutim,20112 +non,428,27,3,15076,11022,7274,458,2558.4315509999815,0.0920758928571429,32,0,A1,mp,14,144,33,14,,,,,t,o,,,,,gutim,20115 +nof,428,25,3,15074,11023,,437,2558.4775509999818,,,,,,,144,68,0,,,,,,,,,,,gutim,20113 +nof,428,26,3,15075,11023,,437,2558.4775509999818,,,,,,,144,74,0,,,,,,,,,,,gutim,20114 +ped,428,28,0,15077,11024,,480,2558.5235509999816,,,,,,,176,64,0,,,,,,,^,,,,gutim,20110 +non,428,29,3,15078,11024,,480,2558.5235509999816,0.133928571428571,32,0,A1,,,,,,,,,,T,,,,,,gutim,20116 +nof,428,19,1,15067,11025,,384,2558.6575509999816,,,,,,,144,41,0,,,,,,,,,,,gutim,20106 +nof,428,20,1,15068,11025,,384,2558.6575509999816,,,,,,,144,42,0,,,,,,,,,,,gutim,20107 +nof,428,27,3,15076,11026,,458,2558.6575509999816,,,,,,,144,33,0,,,,,,,,,,,gutim,20115 +rst,428,30,1,15079,11026,,512,2558.6575509999816,,,,,,,176,102,0,,,,,,,,,,,gutim,20117 +non,428,31,3,15080,11026,7275,512,2558.6575509999816,0.535714285714286,8,0,F2,p,11,144,41,11,,,,,,o,,,,,gutim,20118 +sec,428,32,0,15081,11026,,512,2558.6575509999816,,,,,,,,,,,6070,,,,,,,,,gutim,20119 +nof,428,31,3,15080,11027,,512,2559.1935509999817,,,,,,,144,41,0,,,,,,,,,,,gutim,20118 +non,428,34,1,15082,11027,7276,640,2559.1935509999817,0.17578125,16,0,C#5,mf,17,144,73,17,,,,,,o,,d,,,gutim,20120 +non,428,35,1,15083,11027,7276,640,2559.1935509999817,0.267857142857143,16,0,A5,mf,17,144,81,17,,,,,,o,,d,,,gutim,20121 +non,428,36,1,15084,11027,7276,640,2559.1935509999817,0.267857142857143,16,0,C#6,mf,17,144,85,17,,,,,,o,,d,,,gutim,20122 +non,428,37,3,15085,11027,7276,640,2559.1935509999817,0.535714285714286,8,0,E2,mf,17,144,40,17,,,,,,o,,d,,,gutim,20123 +non,428,38,3,15086,11027,7276,640,2559.1935509999817,0.535714285714286,8,0,Bb2,mf,17,144,46,17,,,,,,o,,d,,,gutim,20124 +ped,428,33,0,15087,11027,,640,2559.1935509999817,,,,,,,176,64,127,,,,,,,V,,,,gutim,20125 +nof,428,34,1,15082,11028,,640,2559.3695509999816,,,,,,,144,73,0,,,,,,,,,,,gutim,20120 +non,428,39,1,15088,11028,7277,682,2559.3695509999816,0.359933035714286,8,0,F4,mf,17,144,65,17,,,,,,o,,d,,,gutim,20126 +nof,428,35,1,15083,11029,,640,2559.4615509999817,,,,,,,144,81,0,,,,,,,,,,,gutim,20121 +nof,428,36,1,15084,11029,,640,2559.4615509999817,,,,,,,144,85,0,,,,,,,,,,,gutim,20122 +nof,428,37,3,15085,11030,,640,2559.7295509999817,,,,,,,144,40,0,,,,,,,,,,,gutim,20123 +nof,428,38,3,15086,11030,,640,2559.7295509999817,,,,,,,144,46,0,,,,,,,,,,,gutim,20124 +nof,428,39,1,15088,11030,,682,2559.7295509999817,,,,,,,144,65,0,,,,,,,,,,,gutim,20126 +rst,428,40,1,15089,11030,,768,2559.7295509999817,,,,,,,176,102,0,,,,,,,,,,,gutim,20127 +non,428,41,3,15090,11030,7278,768,2559.7295509999817,0.133928571428571,32,1,C#5,mp,14,144,73,14,,,,,,o,,D,,,gutim,20128 +nof,428,41,3,15090,11031,,768,2559.8635509999817,,,,,,,144,73,0,,,,,,,,,,,gutim,20128 +non,428,42,3,15091,11031,7279,800,2559.8635509999817,0.133928571428571,32,1,A3,mp-,13,144,57,13,,,,,,o,,,,,gutim,20129 +nof,428,42,3,15091,11032,,800,2559.996550999982,,,,,,,144,57,0,,,,,,,,,,,gutim,20129 +non,428,43,3,15092,11032,7280,832,2559.996550999982,0.087890625,32,0,F3,p+,12,144,53,12,,,,,,o,,,,,gutim,20130 +nof,428,43,3,15092,11033,,832,2560.0845509999817,,,,,,,144,53,0,,,,,,,,,,,gutim,20130 +non,428,44,3,15093,11033,7281,853,2560.0845509999817,0.087890625,32,0,E4,p,11,144,64,11,,,,,,o,,,,,gutim,20131 +nof,428,44,3,15093,11034,,853,2560.1725509999815,,,,,,,144,64,0,,,,,,,,,,,gutim,20131 +non,428,45,3,15094,11034,7282,874,2560.1725509999815,0.0920758928571429,32,0,F3,p-,10,144,53,10,,,,,,o,,,,,gutim,20132 +nof,428,45,3,15094,11035,,874,2560.2645509999816,,,,,,,144,53,0,,,,,,,,,,,gutim,20132 +rst,428,46,3,15095,11035,,896,2560.2645509999816,,,,,,,176,102,0,,,,,,,,,,,gutim,20133 +non,428,47,1,15096,11036,7283,938,2560.4405509999815,0.0920758928571429,32,0,C#6,p,11,144,85,11,,,,,,o,,,,,gutim,20134 +nof,428,47,1,15096,11037,,938,2560.532550999981,,,,,,,144,85,0,,,,,,,,,,,gutim,20134 +non,428,48,1,15097,11037,7284,,2560.532550999981,0.05,8,0,D7,p+,12,144,98,12,,,,g,,o,,,,,gutim,20135 +nof,428,48,1,15097,11038,,,2560.5825509999813,,,,,,,144,98,0,,,,,,,,,,,gutim,20135 +non,428,49,1,15098,11039,7285,960,2560.607550999981,0.087890625,32,0,A4,mp-,13,144,69,13,,,,,,o,,,,,gutim,20136 +nof,428,49,1,15098,11040,,960,2560.6955509999807,,,,,,,144,69,0,,,,,,,,,,,gutim,20136 +non,428,50,1,15099,11040,7286,,2560.6955509999807,0.05,8,0,F5,mp-,13,144,77,13,,,,g,,o,,,,,gutim,20137 +nof,428,50,1,15099,11041,,,2560.745550999981,,,,,,,144,77,0,,,,,,,,,,,gutim,20137 +non,428,51,1,15100,11042,7287,,2560.7705509999805,0.05,8,0,G#6,mp,14,144,92,14,,,,g,,o,,,,,gutim,20138 +nof,428,51,1,15100,11043,,,2560.8205509999807,,,,,,,144,92,0,,,,,,,,,,,gutim,20138 +rst,428,52,1,15101,11044,,981,2560.845550999981,,,,,,,176,102,0,,,,,,,,,,,gutim,20139 +non,428,53,1,15102,11045,7288,1024,2561.0255509999806,0.087890625,32,0,C#5,mf,17,144,73,17,,,,,,o,,,,,gutim,20140 +rst,428,54,3,15103,11045,,1024,2561.0255509999806,,,,,,,176,102,0,,,,,,,,,,,gutim,20141 +nof,428,53,1,15102,11046,,1024,2561.1135509999804,,,,,,,144,73,0,,,,,,,,,,,gutim,20140 +non,428,55,1,15104,11046,7289,1045,2561.1135509999804,0.087890625,32,0,D7,mf,17,144,98,17,,,,,,o,,,,,gutim,20142 +nof,428,55,1,15104,11047,,1045,2561.20155099998,,,,,,,144,98,0,,,,,,,,,,,gutim,20142 +non,428,56,1,15105,11047,7290,1066,2561.20155099998,0.0920758928571429,32,0,G#6,mf+,18,144,92,18,,,,,,o,,,,,gutim,20143 +nof,428,56,1,15105,11048,,1066,2561.29355099998,,,,,,,144,92,0,,,,,,,,,,,gutim,20143 +non,428,57,1,15106,11048,7291,1088,2561.29355099998,0.087890625,32,0,A2,f-,19,144,45,19,,,,,,o,,,,,gutim,20144 +nof,428,57,1,15106,11049,,1088,2561.3815509999804,,,,,,,144,45,0,,,,,,,,,,,gutim,20144 +non,428,58,1,15107,11049,7292,1109,2561.3815509999804,0.087890625,32,0,F3,f,20,144,53,20,,,,,,o,,,,,gutim,20145 +nof,428,58,1,15107,11050,,1109,2561.46955099998,,,,,,,144,53,0,,,,,,,,,,,gutim,20145 +non,428,59,1,15108,11050,7293,1130,2561.46955099998,0.0920758928571429,32,0,G#6,f,20,144,92,20,,,,,,o,,,,,gutim,20146 +nof,428,59,1,15108,11051,,1130,2561.5615509999798,,,,,,,144,92,0,,,,,,,,,,,gutim,20146 +rst,428,60,1,15109,11051,,1152,2561.5615509999798,,,,,,,176,102,0,,,,,,,,,,,gutim,20147 +ped,428,61,0,15110,11052,,1279,2562.0925509999797,,,,,,,176,64,0,,,,,,,^,,,,gutim,20125 +bar,429,0,0,15111,11053,,0,2562.09655099998,,,,,,,,,,429,,,,,,,,,,gutim,20148 +non,429,1,1,15112,11054,7294,,2562.69655099998,0.05,8,0,D3,ff,22,144,50,22,,,,g,,o,,,e,,gutim,20149 +nof,429,1,1,15112,11055,,,2562.7465509999797,,,,,,,144,50,0,,,,,,,,,,,gutim,20149 +non,429,2,1,15113,11056,7295,,2562.77155099998,0.05,8,0,C#2,ff,22,144,37,22,,,,g,,o,,,e,,gutim,20150 +nof,429,2,1,15113,11057,,,2562.82155099998,,,,,,,144,37,0,,,,,,,,,,,gutim,20150 +non,429,3,1,15114,11058,7296,,2562.84655099998,0.05,8,0,A0,ff+,23,144,21,23,,,,g,,o,,,e,,gutim,20151 +nof,429,3,1,15114,11059,,,2562.89655099998,,,,,,,144,21,0,,,,,,,,,,,gutim,20151 +non,429,4,1,15115,11060,7297,,2562.92155099998,0.05,8,0,C#2,fff,24,144,37,24,,,,g,,o,,,e,,gutim,20152 +non,429,5,1,15116,11060,7297,,2562.92155099998,0.05,8,0,G#2,fff,24,144,44,24,,,,g,,o,,,e,,gutim,20153 +non,429,6,1,15117,11060,7297,,2562.92155099998,0.05,8,0,D3,fff,24,144,50,24,,,,g,,o,,,e,,gutim,20154 +nof,429,4,1,15115,11061,,,2562.97155099998,,,,,,,144,37,0,,,,,,,,,,,gutim,20152 +nof,429,5,1,15116,11061,,,2562.97155099998,,,,,,,144,44,0,,,,,,,,,,,gutim,20153 +nof,429,6,1,15117,11061,,,2562.97155099998,,,,,,,144,50,0,,,,,,,,,,,gutim,20154 +non,429,7,1,15118,11062,7298,,2562.9965509999797,0.05,8,0,A0,fff,24,144,21,24,,,,g,,o,,,e,,gutim,20155 +non,429,8,1,15119,11062,7298,,2562.9965509999797,0.05,8,0,F1,fff,24,144,29,24,,,,g,,o,,,e,,gutim,20156 +nof,429,7,1,15118,11063,,,2563.04655099998,,,,,,,144,21,0,,,,,,,,,,,gutim,20155 +nof,429,8,1,15119,11063,,,2563.04655099998,,,,,,,144,29,0,,,,,,,,,,,gutim,20156 +non,429,9,1,15120,11064,7299,0,2563.07155099998,0.803571428571429,8,1,C#4,fff,24,144,61,24,,,,,t,o,,,E,,gutim,20157 +rst,429,10,3,15121,11064,,0,2563.07155099998,,,,,,,176,102,0,,,,,,,,,,,gutim,20158 +ped,429,11,0,15122,11065,,50,2563.28155099998,,,,,,,176,64,127,,,,,,,V,,,,gutim,20159 +ped,429,12,0,15123,11066,,192,2563.87555099998,,,,,,,176,64,0,,,,,,,^,,,,gutim,20159 +non,429,13,1,15124,11066,,192,2563.87555099998,0.267857142857143,16,0,C#4,,,,,,,,,,_,,,,,,gutim,20160 +rst,429,14,3,15125,11066,,192,2563.87555099998,,,,,,,176,102,0,,,,,,,,,,,gutim,20161 +non,429,15,1,15126,11067,7300,,2564.1435509999797,0.05,8,0,G3,p,11,144,55,11,,,,g,,o,,,,,gutim,20162 +nof,429,15,1,15126,11068,,,2564.19355099998,,,,,,,144,55,0,,,,,,,,,,,gutim,20162 +non,429,16,1,15127,11069,7301,256,2564.21855099998,0.133928571428571,32,0,Bb3,p,11,144,58,11,,,,,,o,,,,,gutim,20163 +non,429,17,1,15128,11069,,256,2564.21855099998,0.133928571428571,32,0,C#4,,,,,,,,,,_,,,,,,gutim,20164 +non,429,18,1,15129,11069,7301,256,2564.21855099998,0.133928571428571,32,0,G5,p,11,144,79,11,,,,,t,o,,,,,gutim,20165 +rst,429,19,3,15130,11069,,256,2564.21855099998,,,,,,,176,102,0,,,,,,,,,,,gutim,20166 +nof,429,16,1,15127,11070,,256,2564.35255099998,,,,,,,144,58,0,,,,,,,,,,,gutim,20163 +non,429,20,1,15131,11071,,288,2564.35255099998,0.133928571428571,32,0,C#4,,,,,,,,,,T,,,,,,gutim,20167 +non,429,21,1,15132,11071,7302,288,2564.35255099998,0.133928571428571,32,0,D4,p,11,144,62,11,,,,,,o,,,,,gutim,20168 +non,429,22,1,15133,11071,,288,2564.35255099998,0.133928571428571,32,0,G5,,,,,,,,,,_,,,,,,gutim,20169 +nof,429,9,1,15120,11072,,0,2564.4115509999797,,,,,,,144,61,0,,,,,,,,,,,gutim,20157 +nof,429,21,1,15132,11073,,288,2564.48655099998,,,,,,,144,62,0,,,,,,,,,,,gutim,20168 +non,429,23,1,15134,11073,7303,320,2564.48655099998,0.803571428571429,8,1,C#4,fff,24,144,61,24,,,,,,o,,,,,gutim,20170 +non,429,24,1,15135,11073,,320,2564.48655099998,0.535714285714286,8,1,G5,,,,,,,,,,T,,,,,,gutim,20171 +non,429,25,1,15136,11073,7303,320,2564.48655099998,0.535714285714286,8,1,D6,fff,24,144,86,24,,,,,,o,,,,,gutim,20172 +non,429,26,3,15137,11074,7304,426,2564.9295509999797,0.359933035714286,8,0,B1,p,11,144,35,11,,,,,t,o,,,,,gutim,20173 +non,429,27,3,15138,11074,7304,426,2564.9295509999797,0.535714285714286,8,0,Bb2,p,11,144,46,11,,,,,t,o,,,,,gutim,20174 +nof,429,18,1,15129,11075,,256,2565.02155099998,,,,,,,144,79,0,,,,,,,,,,,gutim,20165 +nof,429,25,1,15136,11075,,320,2565.02155099998,,,,,,,144,86,0,,,,,,,,,,,gutim,20172 +nof,429,23,1,15134,11076,,320,2565.28955099998,,,,,,,144,61,0,,,,,,,,,,,gutim,20170 +rst,429,29,1,15139,11076,,512,2565.28955099998,,,,,,,176,102,0,,,,,,,,,,,gutim,20175 +non,429,30,3,15140,11076,,512,2565.28955099998,1.07142857142857,4,0,B1,,,,,,,,,,T,,,,,,gutim,20176 +non,429,31,3,15141,11076,7305,512,2565.28955099998,1.07142857142857,4,0,D2,p,11,144,38,11,,,,,,o,,,,,gutim,20177 +non,429,32,3,15142,11076,,512,2565.28955099998,1.07142857142857,4,0,Bb2,,,,,,,,,,T,,,,,,gutim,20178 +ped,429,28,0,15143,11076,,512,2565.28955099998,,,,,,,176,64,127,,,,,,,V,,,,gutim,20179 +non,429,33,1,15144,11077,7306,576,2565.55755099998,0.087890625,32,0,Db6,mp,14,144,85,14,,,,,,o,,d,e,,gutim,20180 +nof,429,33,1,15144,11078,,576,2565.64555099998,,,,,,,144,85,0,,,,,,,,,,,gutim,20180 +non,429,34,1,15145,11078,7307,597,2565.64555099998,0.087890625,32,0,A3,mp,14,144,57,14,,,,,,o,,d,e,,gutim,20181 +nof,429,34,1,15145,11079,,597,2565.73355099998,,,,,,,144,57,0,,,,,,,,,,,gutim,20181 +non,429,35,1,15146,11079,7308,618,2565.73355099998,0.0920758928571429,32,0,F3,mp,14,144,53,14,,,,,,o,,d,e,,gutim,20182 +nof,429,35,1,15146,11080,,618,2565.82555099998,,,,,,,144,53,0,,,,,,,,,,,gutim,20182 +non,429,36,1,15147,11080,7309,640,2565.82555099998,0.087890625,32,0,E4,mp,14,144,64,14,,,,,,o,,d,e,,gutim,20183 +non,429,37,1,15148,11081,7310,661,2565.91355099998,0.087890625,32,0,F3,mp,14,144,53,14,,,,,,o,,d,e,,gutim,20184 +nof,429,36,1,15147,11082,,640,2565.91355099998,,,,,,,144,64,0,,,,,,,,,,,gutim,20183 +nof,429,37,1,15148,11083,,661,2566.00155099998,,,,,,,144,53,0,,,,,,,,,,,gutim,20184 +non,429,38,1,15149,11083,7311,682,2566.00155099998,0.0920758928571429,32,0,E4,mp,14,144,64,14,,,,,,o,,d,e,,gutim,20185 +nof,429,38,1,15149,11084,,682,2566.09355099998,,,,,,,144,64,0,,,,,,,,,,,gutim,20185 +non,429,39,1,15150,11084,7312,704,2566.09355099998,0.267857142857143,16,0,Bb4,mp,14,144,70,14,,,,,,o,,d,E,,gutim,20186 +nof,429,26,3,15137,11085,,426,2566.36155099998,,,,,,,144,35,0,,,,,,,,,,,gutim,20173 +nof,429,31,3,15141,11085,,512,2566.36155099998,,,,,,,144,38,0,,,,,,,,,,,gutim,20177 +non,429,40,1,15151,11085,7313,768,2566.36155099998,0.133928571428571,32,0,F#2,pp,8,144,42,8,,,,,,o,,,,,gutim,20187 +non,429,41,1,15152,11085,7313,768,2566.36155099998,0.133928571428571,32,0,G3,pp,8,144,55,8,,,,,,o,,,,,gutim,20188 +non,429,42,3,15153,11085,7313,768,2566.36155099998,0.355747767857143,8,0,B1,pp,8,144,35,8,,,,,,o,,,,,gutim,20189 +non,429,43,3,15154,11085,7313,768,2566.36155099998,0.535714285714286,8,0,D2,pp,8,144,38,8,,,,,,o,,,,,gutim,20190 +non,429,44,3,15155,11085,7313,768,2566.36155099998,0.535714285714286,8,0,Bb2,pp,8,144,46,8,,,,,,o,,,,,gutim,20191 +nof,429,39,1,15150,11086,,704,2566.36155099998,,,,,,,144,70,0,,,,,,,,,,,gutim,20186 +nof,429,40,1,15151,11087,,768,2566.49555099998,,,,,,,144,42,0,,,,,,,,,,,gutim,20187 +nof,429,41,1,15152,11087,,768,2566.49555099998,,,,,,,144,55,0,,,,,,,,,,,gutim,20188 +non,429,45,1,15156,11087,7314,800,2566.49555099998,0.133928571428571,32,0,C3,pp,8,144,48,8,,,,,,o,,,,,gutim,20192 +nof,429,27,3,15138,11088,,426,2566.53755099998,,,,,,,144,46,0,,,,,,,,,,,gutim,20191 +nof,429,45,1,15156,11089,,800,2566.62955099998,,,,,,,144,48,0,,,,,,,,,,,gutim,20192 +rst,429,46,1,15157,11089,,832,2566.62955099998,,,,,,,176,102,0,,,,,,,,,,,gutim,20193 +non,429,47,3,15158,11090,7315,853,2566.71655099998,0.355747767857143,8,0,E4,pp-,7,144,64,7,,,,,,o,,,,,gutim,20194 +nof,429,42,3,15153,11091,,768,2566.71655099998,,,,,,,144,35,0,,,,,,,,,,,gutim,20189 +nof,429,43,3,15154,11092,,768,2566.89655099998,,,,,,,144,38,0,,,,,,,,,,,gutim,20190 +nof,429,44,3,15155,11092,,768,2566.89655099998,,,,,,,144,46,0,,,,,,,,,,,gutim,20195 +nof,429,47,3,15158,11093,,853,2567.0725509999797,,,,,,,144,64,0,,,,,,,,,,,gutim,20194 +non,429,48,3,15159,11093,7316,938,2567.0725509999797,0.359933035714286,8,0,F#1,ppp,5,144,30,5,,,,,,o,,,,,gutim,20196 +non,429,49,3,15160,11093,7316,938,2567.0725509999797,0.535714285714286,8,0,B1,ppp,5,144,35,5,,,,,,o,,,,,gutim,20197 +non,429,50,3,15161,11093,7316,938,2567.0725509999797,0.535714285714286,8,0,D2,ppp,5,144,38,5,,,,,,o,,,,,gutim,20198 +non,429,51,3,15162,11093,7316,938,2567.0725509999797,0.535714285714286,8,0,Bb2,ppp,5,144,46,5,,,,,,o,,,,,gutim,20199 +ped,429,52,0,15163,11094,,960,2567.16455099998,,,,,,,176,64,0,,,,,,,^,,,,gutim,20179 +non,429,53,1,15164,11094,7317,960,2567.16455099998,0.133928571428571,32,0,F#3,p,11,144,54,11,,,,,,o,,,,,gutim,20200 +nof,429,53,1,15164,11095,,960,2567.29855099998,,,,,,,144,54,0,,,,,,,,,,,gutim,20200 +non,429,54,1,15165,11096,7318,992,2567.29855099998,0.133928571428571,32,0,A#4,p,11,144,70,11,,,,,,o,,,,,gutim,20201 +nof,429,48,3,15159,11097,,938,2567.43255099998,,,,,,,144,30,0,,,,,,,,,,,gutim,20196 +nof,429,54,1,15165,11097,,992,2567.43255099998,,,,,,,144,70,0,,,,,,,,,,,gutim,20201 +non,429,55,1,15166,11098,7319,1024,2567.43255099998,1.07142857142857,4,0,G5,p,11,144,79,11,,,,,t,o,,,,,gutim,20202 +rst,429,56,3,15167,11098,,1024,2567.43255099998,,,,,,,176,102,0,,,,,,,,,,,gutim,20203 +nof,429,49,3,15160,11099,,938,2567.60855099998,,,,,,,144,35,0,,,,,,,,,,,gutim,20197 +nof,429,50,3,15161,11099,,938,2567.60855099998,,,,,,,144,38,0,,,,,,,,,,,gutim,20198 +nof,429,51,3,15162,11099,,938,2567.60855099998,,,,,,,144,46,0,,,,,,,,,,,gutim,20199 +non,429,57,3,15168,11100,7320,1120,2567.83455099998,0.133928571428571,32,0,B5,p,11,144,83,11,,,,,,o,,d,e,,gutim,20204 +nof,429,57,3,15168,11101,,1120,2567.96855099998,,,,,,,144,83,0,,,,,,,,,,,gutim,20204 +non,429,58,3,15169,11101,7321,1152,2567.96855099998,0.133928571428571,32,0,D4,p,11,144,62,11,,,,,,o,,d,e,,gutim,20205 +nof,429,58,3,15169,11102,,1152,2568.10255099998,,,,,,,144,62,0,,,,,,,,,,,gutim,20205 +non,429,59,3,15170,11103,7322,1184,2568.10255099998,0.133928571428571,32,0,F2,p,11,144,41,11,,,,,,o,,d,e,,gutim,20206 +nof,429,59,3,15170,11104,,1184,2568.23655099998,,,,,,,144,41,0,,,,,,,,,,,gutim,20206 +non,429,60,3,15171,11104,7323,1216,2568.23655099998,0.133928571428571,32,0,F2,p,11,144,41,11,,,,,,o,,d,e,,gutim,20207 +non,429,61,3,15172,11104,7323,1216,2568.23655099998,0.133928571428571,32,0,F#3,p,11,144,54,11,,,,,,o,,d,e,,gutim,20208 +non,429,62,3,15173,11104,7323,1216,2568.23655099998,0.133928571428571,32,0,D4,p,11,144,62,11,,,,,,o,,d,e,,gutim,20209 +non,429,63,3,15174,11104,7323,1216,2568.23655099998,0.133928571428571,32,0,B4,p,11,144,71,11,,,,,,o,,d,e,,gutim,20210 +nof,429,60,3,15171,11105,,1216,2568.37055099998,,,,,,,144,41,0,,,,,,,,,,,gutim,20207 +nof,429,61,3,15172,11105,,1216,2568.37055099998,,,,,,,144,54,0,,,,,,,,,,,gutim,20208 +nof,429,62,3,15173,11105,,1216,2568.37055099998,,,,,,,144,62,0,,,,,,,,,,,gutim,20209 +nof,429,63,3,15174,11105,,1216,2568.37055099998,,,,,,,144,71,0,,,,,,,,,,,gutim,20210 +non,429,64,3,15175,11105,7324,1248,2568.37055099998,0.133928571428571,32,0,A#4,p,11,144,70,11,,,,,,o,,d,e,,gutim,20211 +bar,430,0,0,15176,11106,,0,2568.50455099998,,,,,,,,,,430,,,,,,,,,,gutim,20212 +non,430,1,1,15177,11106,,0,2568.50455099998,0.535714285714286,8,0,G5,,,,,,,,,,T,,,,,,gutim,20213 +non,430,2,3,15178,11106,7325,0,2568.50455099998,0.133928571428571,32,0,F#2,ppp,5,144,42,5,,,,,,o,,d,e,,gutim,20214 +non,430,3,3,15179,11106,7325,0,2568.50455099998,0.133928571428571,32,0,G3,ppp,5,144,55,5,,,,,,o,,d,e,,gutim,20215 +nof,429,64,3,15175,11107,,1248,2568.50455099998,,,,,,,144,70,0,,,,,,,,,,,gutim,20211 +nof,430,2,3,15178,11108,,0,2568.63855099998,,,,,,,144,42,0,,,,,,,,,,,gutim,20214 +nof,430,3,3,15179,11108,,0,2568.63855099998,,,,,,,144,55,0,,,,,,,,,,,gutim,20215 +non,430,4,3,15180,11108,7326,32,2568.63855099998,0.133928571428571,32,0,Bb3,ppp,5,144,58,5,,,,,,o,,d,e,,gutim,20216 +nof,430,4,3,15180,11109,,32,2568.77155099998,,,,,,,144,58,0,,,,,,,,,,,gutim,20216 +non,430,5,3,15181,11109,7327,64,2568.77155099998,0.133928571428571,32,0,D4,ppp,5,144,62,5,,,,,,o,,d,e,,gutim,20217 +nof,430,5,3,15181,11110,,64,2568.90555099998,,,,,,,144,62,0,,,,,,,,,,,gutim,20217 +non,430,6,3,15182,11111,7328,96,2568.90555099998,0.133928571428571,32,0,F#2,ppp,5,144,42,5,,,,,,o,,d,e,,gutim,20218 +non,430,7,3,15183,11111,7328,96,2568.90555099998,0.133928571428571,32,0,C3,ppp,5,144,48,5,,,,,,o,,d,e,,gutim,20219 +non,430,8,3,15184,11111,7328,96,2568.90555099998,0.133928571428571,32,0,G3,ppp,5,144,55,5,,,,,,o,,d,e,,gutim,20220 +nof,430,6,3,15182,11112,,96,2569.03955099998,,,,,,,144,42,0,,,,,,,,,,,gutim,20218 +nof,430,7,3,15183,11112,,96,2569.03955099998,,,,,,,144,48,0,,,,,,,,,,,gutim,20219 +nof,430,8,3,15184,11112,,96,2569.03955099998,,,,,,,144,55,0,,,,,,,,,,,gutim,20220 +non,430,10,1,15185,11112,7329,128,2569.03955099998,0.401785714285714,16,1,E4,ppp,5,144,64,5,,,,,,o,,d 6071,E 6071,,gutim,20221 +rst,430,11,3,15186,11112,,128,2569.03955099998,,,,,,,176,102,0,,,,,,,,,,,gutim,20222 +ped,430,9,0,15187,11112,,128,2569.03955099998,,,,,,,176,64,127,,,,,,,V,,,,gutim,20223 +nof,429,55,1,15166,11113,,1024,2569.03955099998,,,,,,,144,79,0,,,,,,,,,,,gutim,20202 +non,430,12,3,15188,11114,7330,170,2569.2155509999798,0.359933035714286,8,0,F#1,ppp,5,144,30,5,,,,,,o,,,,,gutim,20224 +non,430,13,3,15189,11114,7330,170,2569.2155509999798,0.535714285714286,8,0,B1,ppp,5,144,35,5,,,,,,o,,,,,gutim,20225 +non,430,14,3,15190,11114,7330,170,2569.2155509999798,0.535714285714286,8,0,D2,ppp,5,144,38,5,,,,,,o,,,,,gutim,20226 +non,430,15,3,15191,11114,7330,170,2569.2155509999798,0.535714285714286,8,0,Bb2,ppp,5,144,46,5,,,,,,o,,,,,gutim,20227 +non,430,16,3,15192,11114,7330,170,2569.2155509999798,0.535714285714286,8,0,E3,ppp,5,144,52,5,,,,,,o,,,,,gutim,20228 +ped,430,18,0,15193,11115,,239,2569.32755099998,,,,,,,176,64,0,,,,,,,^,,,,gutim,20223 +nof,430,10,1,15185,11116,,128,2569.44155099998,,,,,,,144,64,0,,,,,,,,,,,gutim,20221 +non,430,17,1,15194,11116,7331,224,2569.44155099998,0.133928571428571,32,0,F2,mp,14,144,41,14,,,,,,o,,,,,gutim,20229 +sec,430,19,0,15195,11116,,239,2569.44155099998,,,,,,,,,,,6071,,,,,,,,,gutim,20230 +nof,430,17,1,15194,11117,,224,2569.51255099998,,,,,,,144,41,0,,,,,,,,,,,gutim,20229 +non,430,21,1,15196,11117,7332,256,2569.51255099998,0.535714285714286,8,0,F2,mf,17,144,41,17,,,,,,o,,,,,gutim,20231 +non,430,22,1,15197,11117,7332,256,2569.51255099998,0.535714285714286,8,0,Db3,mf,17,144,49,17,,,,,,o,,,,,gutim,20232 +non,430,23,3,15198,11117,7332,256,2569.51255099998,0.711495535714286,8,1,B5,p,11,144,83,11,,,,,,o,,,,,gutim,20233 +nof,430,12,3,15188,11118,,170,2569.57555099998,,,,,,,144,30,0,,,,,,,,,,,gutim,20224 +ped,430,20,0,15199,11119,,256,2569.62755099998,,,,,,,176,64,127,,,,,,,V,,,,gutim,20234 +nof,430,13,3,15189,11120,,170,2569.75155099998,,,,,,,144,35,0,,,,,,,,,,,gutim,20225 +nof,430,14,3,15190,11120,,170,2569.75155099998,,,,,,,144,38,0,,,,,,,,,,,gutim,20226 +nof,430,15,3,15191,11120,,170,2569.75155099998,,,,,,,144,46,0,,,,,,,,,,,gutim,20227 +nof,430,16,3,15192,11120,,170,2569.75155099998,,,,,,,144,52,0,,,,,,,,,,,gutim,20228 +non,430,24,1,15200,11121,7333,384,2570.04855099998,1.60714285714286,4,1,G5,p,11,144,79,11,,,,,,o,,,,,gutim,20235 +nof,430,21,1,15196,11122,,256,2570.04855099998,,,,,,,144,41,0,,,,,,,,,,,gutim,20231 +nof,430,22,1,15197,11122,,256,2570.04855099998,,,,,,,144,49,0,,,,,,,,,,,gutim,20232 +non,430,25,3,15201,11123,7334,426,2570.22455099998,0.121372767857143,32,0,F#2,p,11,144,42,11,,,,,,o,,,,,gutim,20236 +nof,430,23,3,15198,11124,,256,2570.22455099998,,,,,,,144,83,0,,,,,,,,,,,gutim,20233 +nof,430,25,3,15201,11125,,426,2570.34555099998,,,,,,,144,42,0,,,,,,,,,,,gutim,20236 +non,430,26,3,15202,11125,7335,455,2570.34555099998,0.1171875,32,0,D3,p+,12,144,50,12,,,,,,o,,,,,gutim,20237 +nof,430,26,3,15202,11126,,455,2570.46255099998,,,,,,,144,50,0,,,,,,,,,,,gutim,20237 +non,430,27,3,15203,11126,7336,483,2570.46255099998,0.121372767857143,32,0,F#2,mp-,13,144,42,13,,,,,,o,,,,,gutim,20238 +non,430,28,3,15204,11127,7337,512,2570.58455099998,0.1171875,32,0,B5,mp,14,144,83,14,,,,,,o,,,,,gutim,20239 +nof,430,27,3,15203,11128,,483,2570.58455099998,,,,,,,144,42,0,,,,,,,,,,,gutim,20238 +nof,430,28,3,15204,11129,,512,2570.7015509999796,,,,,,,144,83,0,,,,,,,,,,,gutim,20239 +non,430,29,3,15205,11129,7338,540,2570.7015509999796,0.1171875,32,0,D3,mp,14,144,50,14,,,,,,o,,,,,gutim,20240 +nof,430,29,3,15205,11130,,540,2570.81855099998,,,,,,,144,50,0,,,,,,,,,,,gutim,20240 +non,430,30,3,15206,11130,7339,568,2570.81855099998,0.121372767857143,32,0,F#2,mp,14,144,42,14,,,,,,o,,,,,gutim,20241 +rst,430,31,3,15207,11131,,597,2570.93955099998,,,,,,,176,102,0,,,,,,,,,,,gutim,20242 +nof,430,30,3,15206,11132,,568,2570.93955099998,,,,,,,144,42,0,,,,,,,,,,,gutim,20241 +non,430,32,3,15208,11133,7340,682,2571.2955509999797,0.359933035714286,16,1,F#1,ppp,5,144,30,5,,,,,,o,,,,,gutim,20243 +non,430,33,3,15209,11133,7340,682,2571.2955509999797,0.267857142857143,16,1,B1,ppp,5,144,35,5,,,,,,o,,,,,gutim,20244 +non,430,34,3,15210,11133,7340,682,2571.2955509999797,0.267857142857143,16,1,D2,ppp,5,144,38,5,,,,,,o,,,,,gutim,20245 +non,430,35,3,15211,11133,7340,682,2571.2955509999797,0.267857142857143,16,1,Bb2,ppp,5,144,46,5,,,,,,o,,,,,gutim,20246 +non,430,36,3,15212,11133,7340,682,2571.2955509999797,0.267857142857143,16,1,E3,ppp,5,144,52,5,,,,,,o,,,,,gutim,20247 +nof,430,33,3,15209,11134,,682,2571.5635509999797,,,,,,,144,35,0,,,,,,,,,,,gutim,20244 +nof,430,34,3,15210,11134,,682,2571.5635509999797,,,,,,,144,38,0,,,,,,,,,,,gutim,20245 +nof,430,35,3,15211,11134,,682,2571.5635509999797,,,,,,,144,46,0,,,,,,,,,,,gutim,20246 +nof,430,36,3,15212,11134,,682,2571.5635509999797,,,,,,,144,52,0,,,,,,,,,,,gutim,20247 +nof,430,32,3,15208,11135,,682,2571.65555099998,,,,,,,144,30,0,,,,,,,,,,,gutim,20243 +non,430,37,1,15213,11135,7341,768,2571.65555099998,0.640345982142857,8,1,A5,p,11,144,81,11,,,,,,o,,,,,gutim,20248 +rst,430,38,3,15214,11135,,768,2571.65555099998,,,,,,,176,102,0,,,,,,,,,,,gutim,20249 +nof,430,24,1,15200,11136,,384,2571.65555099998,,,,,,,144,79,0,,,,,,,,,,,gutim,20235 +non,430,39,3,15215,11137,7342,896,2572.19155099998,0.535714285714286,8,0,F2,mf,17,144,41,17,,,,,,o,,,,,gutim,20250 +non,430,40,3,15216,11137,7342,896,2572.19155099998,0.535714285714286,8,0,Db3,mf,17,144,49,17,,,,,,o,,,,,gutim,20251 +non,430,41,3,15217,11137,7342,896,2572.19155099998,0.535714285714286,8,0,Ab4,mf,17,144,68,17,,,,,,o,,,,,gutim,20252 +nof,430,37,1,15213,11138,,768,2572.2955509999797,,,,,,,144,81,0,,,,,,,,,,,gutim,20248 +non,430,42,1,15218,11139,7343,921,2572.2955509999797,0.431082589285714,8,0,C#5,p+,12,144,73,12,,,,,,o,,,,,gutim,20253 +non,430,43,1,15219,11140,7344,1024,2572.72755099998,0.159040178571429,32,1,A5,mp-,13,144,81,13,,,,,,o,,,,,gutim,20254 +rst,430,44,3,15220,11140,,1024,2572.72755099998,,,,,,,176,102,0,,,,,,,,,,,gutim,20255 +nof,430,39,3,15215,11141,,896,2572.72755099998,,,,,,,144,41,0,,,,,,,,,,,gutim,20250 +nof,430,40,3,15216,11141,,896,2572.72755099998,,,,,,,144,49,0,,,,,,,,,,,gutim,20251 +nof,430,41,3,15217,11141,,896,2572.72755099998,,,,,,,144,68,0,,,,,,,,,,,gutim,20252 +nof,430,42,1,15218,11141,,921,2572.72755099998,,,,,,,144,73,0,,,,,,,,,,,gutim,20253 +nof,430,43,1,15219,11142,,1024,2572.88655099998,,,,,,,144,81,0,,,,,,,,,,,gutim,20254 +non,430,45,1,15221,11142,7345,1062,2572.88655099998,0.108816964285714,32,0,C#5,mp-,13,144,73,13,,,,,,o,,,,,gutim,20256 +nof,430,45,1,15221,11143,,1062,2572.9945509999798,,,,,,,144,73,0,,,,,,,,,,,gutim,20256 +non,430,46,1,15222,11143,7346,1088,2572.9945509999798,0.104631696428571,32,0,Bb3,mp,14,144,58,14,,,,,,o,,,,,gutim,20257 +nof,430,46,1,15222,11144,,1088,2573.09955099998,,,,,,,144,58,0,,,,,,,,,,,gutim,20257 +non,430,47,1,15223,11144,7347,1113,2573.09955099998,0.163225446428571,32,1,A6,mp,14,144,93,14,,,,,,o,,,,,gutim,20258 +nof,430,47,1,15223,11145,,1113,2573.26255099998,,,,,,,144,93,0,,,,,,,,,,,gutim,20258 +non,430,48,1,15224,11146,7348,1152,2573.26255099998,0.17578125,32,1,C#6,mp,14,144,85,14,,,,,,o,,,,,gutim,20259 +nof,430,48,1,15224,11147,,1152,2573.4385509999797,,,,,,,144,85,0,,,,,,,,,,,gutim,20259 +non,430,49,1,15225,11147,7349,1194,2573.4385509999797,0.121372767857143,32,0,F4,mp,14,144,65,14,,,,,,o,,,e,,gutim,20260 +non,430,50,1,15226,11148,7350,1223,2573.55955099998,0.1171875,32,0,C#6,mp+,15,144,85,15,,,,,,o,,,e,,gutim,20261 +nof,430,49,1,15225,11149,,1194,2573.55955099998,,,,,,,144,65,0,,,,,,,,,,,gutim,20260 +nof,430,50,1,15226,11150,,1223,2573.6775509999798,,,,,,,144,85,0,,,,,,,,,,,gutim,20261 +non,430,51,1,15227,11150,7351,1251,2573.6775509999798,0.121372767857143,32,0,Bb3,mp+,15,144,58,15,,,,,,o,,,e,,gutim,20262 +nof,430,51,1,15227,11151,,1251,2573.79855099998,,,,,,,144,58,0,,,,,,,,,,,gutim,20262 +bar,431,0,0,15228,11151,,0,2573.79855099998,,,,,,,,,,431,,,,,,,,,,gutim,20263 +non,431,1,1,15229,11151,7352,0,2573.79855099998,0.1171875,32,0,F4,mp+,15,144,65,15,,,,,,o,,,e,,gutim,20264 +rst,431,2,3,15230,11151,,0,2573.79855099998,,,,,,,176,102,0,,,,,,,,,,,gutim,20265 +nof,431,1,1,15229,11152,,0,2573.91555099998,,,,,,,144,65,0,,,,,,,,,,,gutim,20264 +non,431,3,1,15231,11152,7353,28,2573.91555099998,0.1171875,32,0,E3,mp+,15,144,52,15,,,,,,o,,,e,,gutim,20266 +non,431,4,1,15232,11153,7354,56,2574.03255099998,0.179966517857143,32,1,Bb3,mf-,16,144,58,16,,,,,,o,,,E,,gutim,20267 +nof,431,3,1,15231,11154,,28,2574.03255099998,,,,,,,144,52,0,,,,,,,,,,,gutim,20266 +non,431,5,1,15233,11155,7355,99,2574.21255099998,0.121372767857143,32,0,E2,mf-,16,144,40,16,,,,,,o,,,,,gutim,20268 +nof,431,4,1,15232,11156,,56,2574.21255099998,,,,,,,144,58,0,,,,,,,,,,,gutim,20267 +nof,431,5,1,15233,11157,,99,2574.33455099998,,,,,,,144,40,0,,,,,,,,,,,gutim,20268 +non,431,6,1,15234,11157,7356,128,2574.33455099998,0.17578125,32,1,A6,mf-,16,144,93,16,,,,,,o,,,,,gutim,20269 +non,431,7,1,15235,11158,7357,170,2574.50955099998,0.121372767857143,32,0,C#6,mf,17,144,85,17,,,,,,o,,,,,gutim,20270 +nof,431,6,1,15234,11159,,128,2574.50955099998,,,,,,,144,93,0,,,,,,,,,,,gutim,20269 +nof,431,7,1,15235,11160,,170,2574.63155099998,,,,,,,144,85,0,,,,,,,,,,,gutim,20270 +non,431,8,1,15236,11160,7358,199,2574.63155099998,0.1171875,32,0,Bb4,mf,17,144,70,17,,,,,,o,,,,,gutim,20271 +nof,431,8,1,15236,11161,,199,2574.7485509999797,,,,,,,144,70,0,,,,,,,,,,,gutim,20271 +ped,431,9,0,15237,11161,,227,2574.7485509999797,,,,,,,176,64,0,,,,,,,^,,,,gutim,20234 +non,431,10,1,15238,11161,7359,227,2574.7485509999797,0.121372767857143,32,0,F5,mf,17,144,77,17,,,,,,o,,,,,gutim,20272 +non,431,11,1,15239,11162,7360,256,2574.8695509999798,2.14285714285714,2,0,Bb3,f,20,144,58,20,,,,,,o,,,,,gutim,20273 +rst,431,12,3,15240,11162,,256,2574.8695509999798,,,,,,,176,102,0,,,,,,,,,,,gutim,20274 +nof,431,10,1,15238,11163,,227,2574.8695509999798,,,,,,,144,77,0,,,,,,,,,,,gutim,20272 +non,431,14,3,15241,11164,7361,341,2575.22555099998,0.1171875,32,0,Bb4,p,11,144,70,11,,,,,,o,,,,,gutim,20275 +ped,431,13,0,15242,11164,,341,2575.22555099998,,,,,,,176,64,127,,,,,,,V,,,,gutim,20276 +nof,431,14,3,15241,11165,,341,2575.3425509999797,,,,,,,144,70,0,,,,,,,,,,,gutim,20275 +non,431,15,3,15243,11165,7362,369,2575.3425509999797,0.121372767857143,32,0,G2,p,11,144,43,11,,,,,,o,,,,,gutim,20277 +non,431,16,3,15244,11166,7363,398,2575.46455099998,0.1171875,32,0,Bb4,p+,12,144,70,12,,,,,,o,,,,,gutim,20278 +nof,431,15,3,15243,11167,,369,2575.46455099998,,,,,,,144,43,0,,,,,,,,,,,gutim,20277 +nof,431,16,3,15244,11168,,398,2575.5815509999798,,,,,,,144,70,0,,,,,,,,,,,gutim,20278 +non,431,17,3,15245,11168,7364,426,2575.5815509999798,0.179966517857143,32,1,Gb2,p+,12,144,42,12,,,,,,o,,,,,gutim,20279 +non,431,18,3,15246,11169,7365,469,2575.76155099998,0.179966517857143,32,1,Bb4,p+,12,144,70,12,,,,,,o,,,,,gutim,20280 +nof,431,17,3,15245,11170,,426,2575.76155099998,,,,,,,144,42,0,,,,,,,,,,,gutim,20279 +nof,431,18,3,15246,11171,,469,2575.94155099998,,,,,,,144,70,0,,,,,,,,,,,gutim,20280 +non,431,19,3,15247,11171,7366,512,2575.94155099998,0.17578125,16,0,B5,mp-,13,144,83,13,,,,,,o,,,,,gutim,20281 +nof,431,19,3,15247,11172,,512,2576.11755099998,,,,,,,144,83,0,,,,,,,,,,,gutim,20281 +non,431,20,3,15248,11172,7367,554,2576.11755099998,0.179966517857143,16,0,D3,mp-,13,144,50,13,,,,,,o,,,,,gutim,20282 +non,431,21,3,15249,11173,7368,597,2576.2975509999796,0.179966517857143,16,0,F2,mp,14,144,41,14,,,,,,o,,,,,gutim,20283 +nof,431,20,3,15248,11174,,554,2576.2975509999796,,,,,,,144,50,0,,,,,,,,,,,gutim,20282 +nof,431,21,3,15249,11175,,597,2576.47755099998,,,,,,,144,41,0,,,,,,,,,,,gutim,20283 +non,431,22,3,15250,11175,7369,640,2576.47755099998,0.104631696428571,32,0,Gb2,mp,14,144,42,14,,,,,,o,,d,e,,gutim,20284 +non,431,23,3,15251,11175,7369,640,2576.47755099998,0.133928571428571,32,0,E3,pp,8,144,52,8,,,,,,o,,d,e,,gutim,20285 +nof,431,22,3,15250,11176,,640,2576.5815509999798,,,,,,,144,42,0,,,,,,,,,,,gutim,20284 +non,431,24,3,15252,11176,7370,665,2576.5815509999798,0.108816964285714,32,0,C#6,pp,8,144,85,8,,,,,,o,,d,e,,gutim,20286 +nof,431,23,3,15251,11177,,640,2576.6105509999798,,,,,,,144,52,0,,,,,,,,,,,gutim,20285 +nof,431,24,3,15252,11178,,665,2576.6905509999797,,,,,,,144,85,0,,,,,,,,,,,gutim,20286 +non,431,25,3,15253,11179,7371,691,2576.6905509999797,0.104631696428571,32,0,Bb4,pp,8,144,70,8,,,,,,o,,d,e,,gutim,20287 +nof,431,25,3,15253,11180,,691,2576.7955509999797,,,,,,,144,70,0,,,,,,,,,,,gutim,20287 +non,431,26,3,15254,11180,7372,716,2576.7955509999797,0.108816964285714,32,0,A2,pp,8,144,45,8,,,,,,o,,d,e,,gutim,20288 +nof,431,26,3,15254,11181,,716,2576.90355099998,,,,,,,144,45,0,,,,,,,,,,,gutim,20288 +non,431,27,3,15255,11181,7373,742,2576.90355099998,0.108816964285714,32,0,F2,pp,8,144,41,8,,,,,,o,,d,E,,gutim,20289 +nof,431,27,3,15255,11182,,742,2577.01255099998,,,,,,,144,41,0,,,,,,,,,,,gutim,20289 +rst,431,28,1,15256,11182,,768,2577.01255099998,,,,,,,176,102,0,,,,,,,,,,,gutim,20290 +rst,431,29,3,15257,11182,,768,2577.01255099998,,,,,,,176,102,0,,,,,,,,,,,gutim,20291 +nof,431,11,1,15239,11183,,256,2577.01255099998,,,,,,,144,58,0,,,,,,,,,,,gutim,20273 +non,431,30,1,15258,11184,7374,896,2577.54855099998,0.17578125,32,1,C#6,pp,8,144,85,8,,,,,,o,,,,,gutim,20292 +nof,431,30,1,15258,11185,,896,2577.72455099998,,,,,,,144,85,0,,,,,,,,,,,gutim,20292 +non,431,31,1,15259,11185,7375,938,2577.72455099998,0.121372767857143,32,0,A2,pp,8,144,45,8,,,,,,o,,,,,gutim,20293 +non,431,32,3,15260,11185,7375,938,2577.72455099998,0.359933035714286,8,0,F#1,ppp,5,144,30,5,,,,,,o,,,,,gutim,20294 +non,431,33,3,15261,11185,7375,938,2577.72455099998,0.535714285714286,8,0,B1,ppp,5,144,35,5,,,,,,o,,,,,gutim,20295 +non,431,34,3,15262,11185,7375,938,2577.72455099998,0.535714285714286,8,0,D2,ppp,5,144,38,5,,,,,,o,,,,,gutim,20296 +non,431,35,3,15263,11185,7375,938,2577.72455099998,0.535714285714286,8,0,Bb2,ppp,5,144,46,5,,,,,,o,,,,,gutim,20297 +non,431,36,3,15264,11185,7375,938,2577.72455099998,0.535714285714286,8,0,E3,ppp,5,144,52,5,,,,,,o,,,,,gutim,20298 +non,431,37,1,15265,11186,7376,967,2577.84555099998,0.1171875,32,0,F2,pp,8,144,41,8,,,,,,o,,,,,gutim,20299 +nof,431,31,1,15259,11187,,938,2577.84555099998,,,,,,,144,45,0,,,,,,,,,,,gutim,20293 +nof,431,36,3,15264,11188,,938,2577.96255099998,,,,,,,144,52,0,,,,,,,,,,,gutim,20298 +nof,431,37,1,15265,11188,,967,2577.96255099998,,,,,,,144,41,0,,,,,,,,,,,gutim,20299 +non,431,38,1,15266,11188,7377,995,2577.96255099998,0.121372767857143,32,0,E3,pp,8,144,52,8,,,,,,o,,,,,gutim,20300 +nof,431,32,3,15260,11189,,938,2578.08455099998,,,,,,,144,30,0,,,,,,,,,,,gutim,20294 +rst,431,39,1,15267,11189,,1024,2578.08455099998,,,,,,,176,102,0,,,,,,,,,,,gutim,20301 +rst,431,40,3,15268,11189,,1024,2578.08455099998,,,,,,,176,102,0,,,,,,,,,,,gutim,20302 +nof,431,33,3,15261,11190,,938,2578.25955099998,,,,,,,144,35,0,,,,,,,,,,,gutim,20295 +nof,431,34,3,15262,11190,,938,2578.25955099998,,,,,,,144,38,0,,,,,,,,,,,gutim,20296 +nof,431,35,3,15263,11190,,938,2578.25955099998,,,,,,,144,46,0,,,,,,,,,,,gutim,20297 +nof,431,38,1,15266,11190,,995,2578.25955099998,,,,,,,144,52,0,,,,,,,,,,,gutim,20300 +non,431,41,1,15269,11191,7378,1152,2578.6195509999798,0.17578125,16,0,C#7,pp,8,144,97,8,,,,,,o,,,,,gutim,20303 +nof,431,41,1,15269,11192,,1152,2578.7955509999797,,,,,,,144,97,0,,,,,,,,,,,gutim,20303 +non,431,42,1,15270,11192,7379,1194,2578.7955509999797,0.179966517857143,16,0,A2,pp,8,144,45,8,,,,,,o,,,,,gutim,20304 +nof,431,42,1,15270,11193,,1194,2578.97555099998,,,,,,,144,45,0,,,,,,,,,,,gutim,20304 +non,431,43,1,15271,11193,7380,1237,2578.97555099998,0.179966517857143,16,0,E3,pp,8,144,52,8,,,,,,o,,,,,gutim,20305 +bar,432,0,0,15272,11194,,0,2579.15555099998,,,,,,,,,,432,,,,,,,,,,gutim,20306 +non,432,1,1,15273,11194,7381,0,2579.15555099998,0.1171875,32,0,F2,pp,8,144,41,8,,,,,,o,,,,,gutim,20307 +non,432,2,1,15274,11194,7381,0,2579.15555099998,0.133928571428571,32,0,A2,pp,8,144,45,8,,,,,,o,,,,,gutim,20308 +rst,432,3,3,15275,11194,,0,2579.15555099998,,,,,,,176,102,0,,,,,,,,,,,gutim,20309 +nof,431,43,1,15271,11195,,1237,2579.15555099998,,,,,,,144,52,0,,,,,,,,,,,gutim,20305 +nof,432,1,1,15273,11196,,0,2579.27255099998,,,,,,,144,41,0,,,,,,,,,,,gutim,20307 +non,432,4,1,15276,11196,7382,28,2579.27255099998,0.1171875,32,0,C#7,pp,8,144,97,8,,,,,,o,,,,,gutim,20310 +nof,432,2,1,15274,11197,,0,2579.28955099998,,,,,,,144,45,0,,,,,,,,,,,gutim,20308 +nof,432,4,1,15276,11198,,28,2579.3895509999797,,,,,,,144,97,0,,,,,,,,,,,gutim,20310 +non,432,5,1,15277,11198,7383,56,2579.3895509999797,0.121372767857143,32,0,Bb5,pp,8,144,82,8,,,,,,o,,,,,gutim,20311 +non,432,6,1,15278,11199,7384,85,2579.51155099998,0.179966517857143,32,1,F2,pp,8,144,41,8,,,,,,o,,,,,gutim,20312 +non,432,7,1,15279,11199,7384,85,2579.51155099998,0.133928571428571,32,1,A2,pp,8,144,45,8,,,,,,o,,,,,gutim,20313 +non,432,8,1,15280,11199,7384,85,2579.51155099998,0.133928571428571,32,1,E3,pp,8,144,52,8,,,,,,o,,,,,gutim,20314 +nof,432,5,1,15277,11200,,56,2579.51155099998,,,,,,,144,82,0,,,,,,,,,,,gutim,20311 +nof,432,7,1,15279,11201,,85,2579.64555099998,,,,,,,144,45,0,,,,,,,,,,,gutim,20313 +nof,432,8,1,15280,11201,,85,2579.64555099998,,,,,,,144,52,0,,,,,,,,,,,gutim,20314 +nof,432,6,1,15278,11202,,85,2579.69155099998,,,,,,,144,41,0,,,,,,,,,,,gutim,20312 +non,432,9,1,15281,11202,7385,128,2579.69155099998,0.535714285714286,8,0,Bb5,pp,8,144,82,8,,,,,,o,,,,,gutim,20315 +nof,432,9,1,15281,11203,,128,2580.22755099998,,,,,,,144,82,0,,,,,,,,,,,gutim,20315 +rst,432,10,1,15282,11203,,256,2580.22755099998,,,,,,,176,102,0,,,,,,,,,,,gutim,20316 +rst,432,11,3,15283,11203,,256,2580.22755099998,,,,,,,176,102,0,,,,,,,,,,,gutim,20317 +non,432,12,1,15284,11204,7386,384,2580.76255099998,0.104631696428571,32,0,E5,ppp,5,144,76,5,,,,,,o,,d,e,,gutim,20318 +nof,432,12,1,15284,11205,,384,2580.86755099998,,,,,,,144,76,0,,,,,,,,,,,gutim,20318 +non,432,13,1,15285,11206,7387,409,2580.86755099998,0.108816964285714,32,0,B5,ppp,5,144,83,5,,,,,,o,,d,e,,gutim,20319 +nof,432,13,1,15285,11207,,409,2580.9765509999797,,,,,,,144,83,0,,,,,,,,,,,gutim,20319 +non,432,14,1,15286,11207,7388,435,2580.9765509999797,0.104631696428571,32,0,G4,ppp,5,144,67,5,,,,,,o,,d,e,,gutim,20320 +nof,432,14,1,15286,11208,,435,2581.08055099998,,,,,,,144,67,0,,,,,,,,,,,gutim,20320 +non,432,15,1,15287,11208,7389,460,2581.08055099998,0.108816964285714,32,0,Bb4,ppp,5,144,70,5,,,,,,o,,d,e,,gutim,20321 +non,432,16,1,15288,11208,7389,460,2581.08055099998,0.133928571428571,32,0,E5,ppp,5,144,76,5,,,,,,o,,d,e,,gutim,20322 +nof,432,15,1,15287,11209,,460,2581.18955099998,,,,,,,144,70,0,,,,,,,,,,,gutim,20321 +non,432,17,1,15289,11209,7390,486,2581.18955099998,0.108816964285714,32,0,Eb7,ppp,5,144,99,5,,,,,,o,,d,E,,gutim,20323 +nof,432,16,1,15288,11210,,460,2581.21455099998,,,,,,,144,76,0,,,,,,,,,,,gutim,20322 +nof,432,17,1,15289,11211,,486,2581.29855099998,,,,,,,144,99,0,,,,,,,,,,,gutim,20323 +rst,432,18,1,15290,11211,,512,2581.29855099998,,,,,,,176,102,0,,,,,,,,,,,gutim,20324 +rst,432,19,3,15291,11211,,512,2581.29855099998,,,,,,,176,102,0,,,,,,,,,,,gutim,20325 +non,432,20,1,15292,11212,7391,576,2581.56655099998,0.401785714285714,16,1,E1,mp,14,144,28,14,,,,,,o,,,,,gutim,20326 +non,432,21,1,15293,11212,7391,576,2581.56655099998,0.267857142857143,16,1,Bb3,mp,14,144,58,14,,,,,,o,,,,,gutim,20327 +non,432,22,3,15294,11213,7392,597,2581.65455099998,0.715680803571429,4,0,F#1,pp,8,144,30,8,,,,,,o,,,,,gutim,20328 +non,432,23,3,15295,11213,7392,597,2581.65455099998,1.07142857142857,4,0,B1,pp,8,144,35,8,,,,,,o,,,,,gutim,20329 +non,432,24,3,15296,11213,7392,597,2581.65455099998,1.07142857142857,4,0,D2,pp,8,144,38,8,,,,,,o,,,,,gutim,20330 +non,432,25,3,15297,11213,7392,597,2581.65455099998,1.07142857142857,4,0,Bb2,pp,8,144,46,8,,,,,,o,,,,,gutim,20331 +non,432,26,3,15298,11213,7392,597,2581.65455099998,1.07142857142857,4,0,E3,pp,8,144,52,8,,,,,,o,,,,,gutim,20332 +nof,432,21,1,15293,11214,,576,2581.83455099998,,,,,,,144,58,0,,,,,,,,,,,gutim,20327 +nof,432,20,1,15292,11215,,576,2581.96855099998,,,,,,,144,28,0,,,,,,,,,,,gutim,20326 +non,432,27,1,15299,11215,7393,672,2581.96855099998,0.401785714285714,16,1,E1,mf,17,144,28,17,,,,,,o,,,,,gutim,20333 +nof,432,27,1,15299,11216,,672,2582.3695509999798,,,,,,,144,28,0,,,,,,,,,,,gutim,20333 +bar,433,0,0,15300,11216,,0,2582.3695509999798,,,,,,,,,,433,,,,,,,,,,gutim,20334 +non,433,1,1,15301,11216,7394,0,2582.3695509999798,0.17578125,16,0,C#7,pp,8,144,97,8,,,,,,o,,,,,gutim,20335 +non,433,2,1,15302,11216,7394,0,2582.3695509999798,0.267857142857143,16,0,A7,f,20,144,105,20,,,,,,o,,,,,gutim,20336 +non,433,3,3,15303,11216,7394,0,2582.3695509999798,1.07142857142857,4,0,E1,f,20,144,28,20,,,,,,o,,,,,gutim,20337 +nof,432,22,3,15294,11217,,597,2582.3695509999798,,,,,,,144,30,0,,,,,,,,,,,gutim,20328 +nof,433,1,1,15301,11218,,0,2582.5455509999797,,,,,,,144,97,0,,,,,,,,,,,gutim,20335 +non,433,4,1,15304,11218,7395,42,2582.5455509999797,0.179966517857143,16,0,A1,pp,8,144,33,8,,,,,,o,,,,,gutim,20338 +nof,433,2,1,15302,11219,,0,2582.63755099998,,,,,,,144,105,0,,,,,,,,,,,gutim,20336 +nof,433,4,1,15304,11220,,42,2582.72555099998,,,,,,,144,33,0,,,,,,,,,,,gutim,20338 +non,433,5,1,15305,11220,7396,85,2582.72555099998,0.179966517857143,16,0,E2,pp,8,144,40,8,,,,,,o,,,,,gutim,20339 +nof,432,23,3,15295,11221,,597,2582.72555099998,,,,,,,144,35,0,,,,,,,,,,,gutim,20329 +nof,432,24,3,15296,11221,,597,2582.72555099998,,,,,,,144,38,0,,,,,,,,,,,gutim,20330 +nof,432,25,3,15297,11221,,597,2582.72555099998,,,,,,,144,46,0,,,,,,,,,,,gutim,20331 +nof,432,26,3,15298,11221,,597,2582.72555099998,,,,,,,144,52,0,,,,,,,,,,,gutim,20332 +non,433,6,1,15306,11222,7397,128,2582.90555099998,0.1171875,32,0,F1,pp,8,144,29,8,,,,,,o,,,,,gutim,20340 +non,433,7,1,15307,11222,7397,128,2582.90555099998,0.133928571428571,32,0,A1,pp,8,144,33,8,,,,,,o,,,,,gutim,20341 +nof,433,5,1,15305,11223,,85,2582.90555099998,,,,,,,144,40,0,,,,,,,,,,,gutim,20339 +nof,433,6,1,15306,11224,,128,2583.02255099998,,,,,,,144,29,0,,,,,,,,,,,gutim,20340 +non,433,8,1,15308,11224,7398,156,2583.02255099998,0.1171875,32,0,C#7,pp,8,144,97,8,,,,,,o,,,,,gutim,20342 +nof,433,7,1,15307,11225,,128,2583.03955099998,,,,,,,144,33,0,,,,,,,,,,,gutim,20341 +nof,433,8,1,15308,11226,,156,2583.1395509999797,,,,,,,144,97,0,,,,,,,,,,,gutim,20342 +non,433,9,1,15309,11226,7399,184,2583.1395509999797,0.121372767857143,32,0,Bb5,pp,8,144,82,8,,,,,,o,,,,,gutim,20343 +nof,433,9,1,15309,11227,,184,2583.26155099998,,,,,,,144,82,0,,,,,,,,,,,gutim,20343 +non,433,10,1,15310,11227,7400,213,2583.26155099998,0.179966517857143,32,1,F1,pp,8,144,29,8,,,,,,o,,,,,gutim,20344 +non,433,11,1,15311,11227,7400,213,2583.26155099998,0.133928571428571,32,1,A1,pp,8,144,33,8,,,,,,o,,,,,gutim,20345 +non,433,12,1,15312,11227,7400,213,2583.26155099998,0.133928571428571,32,1,E2,pp,8,144,40,8,,,,,,o,,,,,gutim,20346 +nof,433,11,1,15311,11228,,213,2583.39555099998,,,,,,,144,33,0,,,,,,,,,,,gutim,20345 +nof,433,12,1,15312,11228,,213,2583.39555099998,,,,,,,144,40,0,,,,,,,,,,,gutim,20346 +nof,433,3,3,15303,11229,,0,2583.44155099998,,,,,,,144,28,0,,,,,,,,,,,gutim,20337 +non,433,13,1,15313,11229,7401,256,2583.44155099998,0.1171875,32,0,B6,p,11,144,95,11,,,,,,o,,,,,gutim,20347 +rst,433,14,3,15314,11229,,256,2583.44155099998,,,,,,,176,102,0,,,,,,,,,,,gutim,20348 +nof,433,10,1,15310,11230,,213,2583.44155099998,,,,,,,144,29,0,,,,,,,,,,,gutim,20344 +nof,433,13,1,15313,11231,,256,2583.55855099998,,,,,,,144,95,0,,,,,,,,,,,gutim,20347 +non,433,15,1,15315,11231,7402,284,2583.55855099998,0.1171875,32,0,F2,p,11,144,41,11,,,,,,o,,,,,gutim,20349 +nof,433,15,1,15315,11232,,284,2583.67555099998,,,,,,,144,41,0,,,,,,,,,,,gutim,20349 +non,433,16,1,15316,11232,7403,312,2583.67555099998,0.121372767857143,32,0,D5,p,11,144,74,11,,,,,,o,,,,,gutim,20350 +nof,433,16,1,15316,11233,,312,2583.7975509999796,,,,,,,144,74,0,,,,,,,,,,,gutim,20350 +non,433,17,1,15317,11233,7404,341,2583.7975509999796,0.179966517857143,32,1,B5,p,11,144,83,11,,,,,,o,,,,,gutim,20351 +non,433,18,1,15318,11234,7405,384,2583.97755099998,0.17578125,32,1,D5,p,11,144,74,11,,,,,,o,,,,,gutim,20352 +nof,433,17,1,15317,11235,,341,2583.97755099998,,,,,,,144,83,0,,,,,,,,,,,gutim,20351 +nof,433,18,1,15318,11236,,384,2584.1525509999797,,,,,,,144,74,0,,,,,,,,,,,gutim,20352 +non,433,19,1,15319,11236,7406,426,2584.1525509999797,0.121372767857143,32,0,F1,p,11,144,29,11,,,,,,o,,,,,gutim,20353 +nof,433,19,1,15319,11237,,426,2584.27455099998,,,,,,,144,29,0,,,,,,,,,,,gutim,20353 +non,433,20,1,15320,11237,7407,455,2584.27455099998,0.1171875,32,0,Bb5,p,11,144,82,11,,,,,,o,,,,,gutim,20354 +nof,433,20,1,15320,11238,,455,2584.3915509999797,,,,,,,144,82,0,,,,,,,,,,,gutim,20354 +non,433,21,1,15321,11238,7408,483,2584.3915509999797,0.179966517857143,32,1,Gb2,p,11,144,42,11,,,,,,o,,,,,gutim,20355 +rst,433,22,3,15322,11239,,512,2584.51255099998,,,,,,,176,102,0,,,,,,,,,,,gutim,20356 +non,433,23,1,15323,11240,7409,526,2584.57155099998,0.1171875,32,0,Bb5,p,11,144,82,11,,,,,,o,,d,e,,gutim,20357 +nof,433,21,1,15321,11241,,483,2584.57155099998,,,,,,,144,42,0,,,,,,,,,,,gutim,20355 +non,433,24,1,15324,11242,7410,554,2584.6885509999797,0.179966517857143,32,1,F1,p,11,144,29,11,,,,,,o,,d,e,,gutim,20358 +nof,433,23,1,15323,11243,,526,2584.6885509999797,,,,,,,144,82,0,,,,,,,,,,,gutim,20357 +nof,433,24,1,15324,11244,,554,2584.86855099998,,,,,,,144,29,0,,,,,,,,,,,gutim,20358 +non,433,25,1,15325,11244,7411,597,2584.86855099998,0.179966517857143,32,1,Gb2,p,11,144,42,11,,,,,,o,,d,e,,gutim,20359 +non,433,26,1,15326,11245,7412,640,2585.04855099998,0.1171875,32,0,F1,p,11,144,29,11,,,,,,o,,d,e,,gutim,20360 +non,433,27,1,15327,11245,7412,640,2585.04855099998,0.133928571428571,32,0,A1,p,11,144,33,11,,,,,,o,,d,e,,gutim,20361 +nof,433,25,1,15325,11246,,597,2585.04855099998,,,,,,,144,42,0,,,,,,,,,,,gutim,20359 +nof,433,26,1,15326,11247,,640,2585.16555099998,,,,,,,144,29,0,,,,,,,,,,,gutim,20360 +non,433,28,1,15328,11247,7413,668,2585.16555099998,0.1171875,32,0,C#7,p,11,144,97,11,,,,,,o,,d,e,,gutim,20362 +nof,433,27,1,15327,11248,,640,2585.18255099998,,,,,,,144,33,0,,,,,,,,,,,gutim,20361 +nof,433,28,1,15328,11249,,668,2585.28255099998,,,,,,,144,97,0,,,,,,,,,,,gutim,20362 +non,433,29,1,15329,11249,7414,696,2585.28255099998,0.121372767857143,32,0,Bb5,p,11,144,82,11,,,,,,o,,d,e,,gutim,20363 +non,433,30,1,15330,11250,7415,725,2585.40455099998,0.179966517857143,32,1,F1,p,11,144,29,11,,,,,,o,,d,e,,gutim,20364 +non,433,31,1,15331,11250,7415,725,2585.40455099998,0.133928571428571,32,1,A1,p,11,144,33,11,,,,,,o,,d,e,,gutim,20365 +non,433,32,1,15332,11250,7415,725,2585.40455099998,0.133928571428571,32,1,E2,p,11,144,40,11,,,,,,o,,d,e,,gutim,20366 +nof,433,29,1,15329,11251,,696,2585.40455099998,,,,,,,144,82,0,,,,,,,,,,,gutim,20363 +nof,433,31,1,15331,11252,,725,2585.53855099998,,,,,,,144,33,0,,,,,,,,,,,gutim,20365 +nof,433,32,1,15332,11252,,725,2585.53855099998,,,,,,,144,40,0,,,,,,,,,,,gutim,20366 +nof,433,30,1,15330,11253,,725,2585.58455099998,,,,,,,144,29,0,,,,,,,,,,,gutim,20364 +non,433,33,1,15333,11253,7416,768,2585.58455099998,0.401785714285714,16,1,C#7,mp,14,144,97,14,,,,,,o,,d,e,,gutim,20367 +non,433,34,1,15334,11253,7416,768,2585.58455099998,0.267857142857143,16,1,A7,mp,14,144,105,14,,,,,,o,,d,e,,gutim,20368 +non,433,35,3,15335,11253,7416,768,2585.58455099998,0.355747767857143,8,0,E1,mp,14,144,28,14,,,,,,o,,d,e 6072,,gutim,20369 +nof,433,34,1,15334,11254,,768,2585.85255099998,,,,,,,144,105,0,,,,,,,,,,,gutim,20368 +non,433,36,3,15336,11255,7417,853,2585.93955099998,0.715680803571429,4,0,F#1,pp,8,144,30,8,,,,,,o,,d,,,gutim,20370 +non,433,37,3,15337,11255,7417,853,2585.93955099998,1.07142857142857,4,0,B1,pp,8,144,35,8,,,,,,o,,d,,,gutim,20371 +non,433,38,3,15338,11255,7417,853,2585.93955099998,1.07142857142857,4,0,D2,pp,8,144,38,8,,,,,,o,,d,,,gutim,20372 +nof,433,35,3,15335,11256,,768,2585.93955099998,,,,,,,144,28,0,,,,,,,,,,,gutim,20369 +non,433,39,1,15339,11257,7418,864,2585.9855509999798,0.133928571428571,32,0,F5,mp,14,144,77,14,,,,,,o,,d,,,gutim,20373 +nof,433,33,1,15333,11258,,768,2585.9855509999798,,,,,,,144,97,0,,,,,,,,,,,gutim,20367 +nof,433,39,1,15339,11259,,864,2586.1195509999798,,,,,,,144,77,0,,,,,,,,,,,gutim,20373 +non,433,40,1,15340,11259,7419,896,2586.1195509999798,0.200892857142857,32,1,C5,p,11,144,72,11,,,,,,o,,D 6072,,,gutim,20374 +nof,433,40,1,15340,11260,,896,2586.32055099998,,,,,,,144,72,0,,,,,,,,,,,gutim,20374 +non,433,41,1,15341,11261,7420,944,2586.32055099998,0.133928571428571,32,0,C#2,p+,12,144,37,12,,,,,,o,,,,,gutim,20375 +nof,433,41,1,15341,11262,,944,2586.45455099998,,,,,,,144,37,0,,,,,,,,,,,gutim,20375 +non,433,42,1,15342,11262,7421,976,2586.45455099998,0.200892857142857,32,1,G#2,p+,12,144,44,12,,,,,,o,,,,,gutim,20376 +nof,433,42,1,15342,11263,,976,2586.65555099998,,,,,,,144,44,0,,,,,,,,,,,gutim,20376 +nof,433,36,3,15336,11264,,853,2586.65555099998,,,,,,,144,30,0,,,,,,,,,,,gutim,20370 +non,433,43,1,15343,11264,7422,1024,2586.65555099998,0.200892857142857,32,1,C5,mp-,13,144,72,13,,,,,,o,,,,,gutim,20377 +rst,433,44,3,15344,11264,,1024,2586.65555099998,,,,,,,176,102,0,,,,,,,,,,,gutim,20378 +nof,433,43,1,15343,11265,,1024,2586.85655099998,,,,,,,144,72,0,,,,,,,,,,,gutim,20377 +non,433,45,1,15345,11266,7423,1072,2586.85655099998,0.200892857142857,32,1,C#2,mp,14,144,37,14,,,,,,o,,,,,gutim,20379 +nof,433,37,3,15337,11267,,853,2587.01155099998,,,,,,,144,35,0,,,,,,,,,,,gutim,20371 +nof,433,38,3,15338,11267,,853,2587.01155099998,,,,,,,144,38,0,,,,,,,,,,,gutim,20372 +nof,433,45,1,15345,11268,,1072,2587.05755099998,,,,,,,144,37,0,,,,,,,,,,,gutim,20379 +non,433,46,1,15346,11268,7424,1120,2587.05755099998,0.401785714285714,16,1,G6,mp+,15,144,91,15,,,,,,o,,,,,gutim,20380 +nof,433,46,1,15346,11269,,1120,2587.45955099998,,,,,,,144,91,0,,,,,,,,,,,gutim,20380 +non,433,47,1,15347,11269,7425,1216,2587.45955099998,0.267857142857143,16,0,E3,mf,17,144,52,17,,,,,,o,,,,,gutim,20381 +non,433,48,1,15348,11270,7426,1280,2587.72755099998,1.07142857142857,4,0,F5,pp,8,144,77,8,,,,,,o,,,,,gutim,20382 +non,433,49,1,15349,11270,7426,1280,2587.72755099998,1.07142857142857,4,0,C#7,pp,8,144,97,8,,,,,,o,,,,,gutim,20383 +non,433,50,1,15350,11270,7426,1280,2587.72755099998,1.07142857142857,4,0,A7,pp,8,144,105,8,,,,,,o,,,,,gutim,20384 +rst,433,51,3,15351,11270,,1280,2587.72755099998,,,,,,,176,102,0,,,,,,,,,,,gutim,20385 +nof,433,47,1,15347,11271,,1216,2587.72755099998,,,,,,,144,52,0,,,,,,,,,,,gutim,20381 +ped,433,52,0,15352,11272,,1496,2588.63155099998,,,,,,,176,64,0,,,,,,,^,,,,gutim,20276 +nof,433,48,1,15348,11273,,1280,2588.79855099998,,,,,,,144,77,0,,,,,,,,,,,gutim,20382 +nof,433,49,1,15349,11273,,1280,2588.79855099998,,,,,,,144,97,0,,,,,,,,,,,gutim,20383 +nof,433,50,1,15350,11273,,1280,2588.79855099998,,,,,,,144,105,0,,,,,,,,,,,gutim,20384 +bar,434,0,0,15353,11274,,0,2588.79855099998,,,,,,,,,,434,,,,,,,,,,gutim,20386 +sec,434,1,0,15354,11275,,0,2589.79855099998,,,,,,,,,,,6072,,,,,,,,,gutim,20387 +non,434,3,1,15355,11275,7427,0,2589.79855099998,1.07142857142857,4,0,B6,f,20,144,95,20,,,,,,o,,,,,gutim,20388 +non,434,4,3,15356,11275,7427,,2589.79855099998,0.05,8,0,C4,mp,14,144,60,14,,,,g,,o,,,,,gutim,20389 +nof,434,4,3,15356,11276,,,2589.84855099998,,,,,,,144,60,0,,,,,,,,,,,gutim,20389 +non,434,5,3,15357,11277,7428,0,2589.8735509999797,1.07142857142857,4,0,G4,mp,14,144,67,14,,,,,t,o,,,,,gutim,20390 +ped,434,2,0,15358,11277,,0,2589.8735509999797,,,,,,,176,64,127,,,,,,,V,,,,gutim,20391 +nof,434,3,1,15355,11278,,0,2590.8695509999798,,,,,,,144,95,0,,,,,,,,,,,gutim,20388 +non,434,6,1,15359,11279,7429,256,2590.94455099998,1.07142857142857,4,0,D4,f,20,144,62,20,,,,,,o,,,,,gutim,20392 +non,434,7,1,15360,11279,7429,256,2590.94455099998,1.07142857142857,4,0,B6,f,20,144,95,20,,,,,,o,,,,,gutim,20393 +non,434,8,3,15361,11279,,256,2590.94455099998,0.355747767857143,8,0,G4,,,,,,,,,,T,,,,,,gutim,20394 +nof,434,5,3,15357,11280,,0,2591.30055099998,,,,,,,144,67,0,,,,,,,,,,,gutim,20390 +non,434,9,3,15362,11280,7430,341,2591.30055099998,0.355747767857143,8,0,E3,mp+,15,144,52,15,,,,,,o,,,,,gutim,20395 +rst,434,10,3,15363,11281,,426,2591.65655099998,,,,,,,176,102,0,,,,,,,,,,,gutim,20396 +nof,434,9,3,15362,11282,,341,2591.65655099998,,,,,,,144,52,0,,,,,,,,,,,gutim,20395 +nof,434,6,1,15359,11283,,256,2592.0165509999797,,,,,,,144,62,0,,,,,,,,,,,gutim,20392 +non,434,11,1,15364,11283,7431,512,2592.0165509999797,0.133928571428571,32,0,F1,mp+,15,144,29,15,,,,,,o,,,,,gutim,20397 +non,434,12,1,15365,11283,7431,512,2592.0165509999797,0.133928571428571,32,0,D4,mp+,15,144,62,15,,,,,,o,,,,,gutim,20398 +rst,434,13,3,15366,11283,,512,2592.0165509999797,,,,,,,176,102,0,,,,,,,,,,,gutim,20399 +nof,434,7,1,15360,11284,,256,2592.0165509999797,,,,,,,144,95,0,,,,,,,,,,,gutim,20393 +nof,434,11,1,15364,11285,,512,2592.1505509999797,,,,,,,144,29,0,,,,,,,,,,,gutim,20397 +nof,434,12,1,15365,11285,,512,2592.1505509999797,,,,,,,144,62,0,,,,,,,,,,,gutim,20398 +non,434,14,1,15367,11285,7432,544,2592.1505509999797,0.133928571428571,32,0,F1,mp+,15,144,29,15,,,,,,o,,,,,gutim,20400 +non,434,15,1,15368,11285,7432,544,2592.1505509999797,0.133928571428571,32,0,F#3,mp+,15,144,54,15,,,,,,o,,,,,gutim,20401 +non,434,16,1,15369,11285,7432,544,2592.1505509999797,0.133928571428571,32,0,D4,mp+,15,144,62,15,,,,,,o,,,,,gutim,20402 +nof,434,14,1,15367,11286,,544,2592.2845509999797,,,,,,,144,29,0,,,,,,,,,,,gutim,20400 +nof,434,15,1,15368,11286,,544,2592.2845509999797,,,,,,,144,54,0,,,,,,,,,,,gutim,20401 +nof,434,16,1,15369,11286,,544,2592.2845509999797,,,,,,,144,62,0,,,,,,,,,,,gutim,20402 +non,434,17,1,15370,11286,7433,576,2592.2845509999797,0.803571428571429,8,1,Bb5,mp+,15,144,82,15,,,,,,o,,,,,gutim,20403 +non,434,18,1,15371,11286,7433,576,2592.2845509999797,0.535714285714286,8,1,B6,mp+,15,144,95,15,,,,,,o,,,,,gutim,20404 +non,434,19,3,15372,11287,7434,640,2592.5525509999798,0.087890625,32,0,G#1,mp,14,144,32,14,,,,,,o,,,,,gutim,20405 +nof,434,19,3,15372,11288,,640,2592.6395509999797,,,,,,,144,32,0,,,,,,,,,,,gutim,20405 +non,434,20,3,15373,11288,7435,661,2592.6395509999797,0.087890625,32,0,C#1,mp+,15,144,25,15,,,,,,o,,,,,gutim,20406 +nof,434,20,3,15373,11289,,661,2592.72755099998,,,,,,,144,25,0,,,,,,,,,,,gutim,20406 +non,434,21,3,15374,11289,7436,682,2592.72755099998,0.133928571428571,32,1,G#1,mf-,16,144,32,16,,,,,,o,,,,,gutim,20407 +nof,434,18,1,15371,11290,,576,2592.81955099998,,,,,,,144,95,0,,,,,,,,,,,gutim,20404 +nof,434,21,3,15374,11291,,682,2592.86155099998,,,,,,,144,32,0,,,,,,,,,,,gutim,20407 +non,434,22,3,15375,11292,7437,714,2592.86155099998,0.133928571428571,32,1,C4,mf,17,144,60,17,,,,,,o,,,,,gutim,20408 +nof,434,22,3,15375,11293,,714,2592.99555099998,,,,,,,144,60,0,,,,,,,,,,,gutim,20408 +non,434,23,3,15376,11293,7438,746,2592.99555099998,0.0920758928571429,32,0,C#1,mf+,18,144,25,18,,,,,,o,,d,,,gutim,20409 +non,434,24,3,15377,11293,7438,746,2592.99555099998,0.133928571428571,32,0,G#1,mf+,18,144,32,18,,,,,,o,,d,,,gutim,20410 +non,434,25,3,15378,11293,7438,746,2592.99555099998,0.133928571428571,32,0,C4,mf+,18,144,60,18,,,,,,o,,d,,,gutim,20411 +ped,434,26,0,15379,11294,,768,2593.00455099998,,,,,,,176,64,0,,,,,,,^,,,,gutim,20391 +nof,434,17,1,15370,11295,,576,2593.08755099998,,,,,,,144,82,0,,,,,,,,,,,gutim,20403 +nof,434,23,3,15376,11295,,746,2593.08755099998,,,,,,,144,25,0,,,,,,,,,,,gutim,20409 +rst,434,27,1,15380,11295,,768,2593.08755099998,,,,,,,176,102,0,,,,,,,,,,,gutim,20412 +rst,434,28,3,15381,11295,,768,2593.08755099998,,,,,,,176,102,0,,,,,,,,,,,gutim,20413 +nof,434,24,3,15377,11296,,746,2593.12955099998,,,,,,,144,32,0,,,,,,,,,,,gutim,20410 +nof,434,25,3,15378,11296,,746,2593.12955099998,,,,,,,144,60,0,,,,,,,,,,,gutim,20411 +non,434,30,3,15382,11297,7439,800,2593.22155099998,0.133928571428571,32,0,C#1,f,20,144,25,20,,,,,,o,,d,,,gutim,20414 +non,434,31,3,15383,11297,7439,800,2593.22155099998,0.133928571428571,32,0,G#1,f,20,144,32,20,,,,,,o,,d,,,gutim,20415 +non,434,32,3,15384,11297,7439,800,2593.22155099998,0.133928571428571,32,0,C4,f,20,144,60,20,,,,,,o,,d,,,gutim,20416 +ped,434,29,0,15385,11298,,800,2593.3045509999797,,,,,,,176,64,127,,,,,,,V,,,,gutim,20417 +nof,434,30,3,15382,11299,,800,2593.35555099998,,,,,,,144,25,0,,,,,,,,,,,gutim,20414 +nof,434,31,3,15383,11299,,800,2593.35555099998,,,,,,,144,32,0,,,,,,,,,,,gutim,20415 +nof,434,32,3,15384,11299,,800,2593.35555099998,,,,,,,144,60,0,,,,,,,,,,,gutim,20416 +rst,434,33,3,15386,11299,,832,2593.35555099998,,,,,,,176,102,0,,,,,,,,,,,gutim,20418 +non,434,34,1,15387,11300,7440,853,2593.44355099998,0.087890625,32,0,Bb5,p,11,144,82,11,,,,,,o,,d,,,gutim,20419 +non,434,35,1,15388,11300,7440,853,2593.44355099998,0.133928571428571,32,0,B6,p,11,144,95,11,,,,,,o,,d,,,gutim,20420 +non,434,36,3,15389,11300,7440,853,2593.44355099998,0.179966517857143,16,0,F#3,p,11,144,54,11,,,,,,o,,d,,,gutim,20421 +non,434,37,3,15390,11300,7440,853,2593.44355099998,0.267857142857143,16,0,D4,p,11,144,62,11,,,,,,o,,d,,,gutim,20422 +nof,434,34,1,15387,11301,,853,2593.53155099998,,,,,,,144,82,0,,,,,,,,,,,gutim,20419 +non,434,38,1,15391,11301,7441,874,2593.53155099998,0.0920758928571429,32,0,G6,mp,14,144,91,14,,,,,,o,,d,e,,gutim,20423 +nof,434,35,1,15388,11302,,853,2593.57755099998,,,,,,,144,95,0,,,,,,,,,,,gutim,20420 +non,434,39,1,15392,11303,7442,896,2593.6235509999797,0.087890625,32,0,C6,mp+,15,144,84,15,,,,,,o,,,e,,gutim,20424 +rst,434,40,3,15393,11303,,896,2593.6235509999797,,,,,,,176,102,0,,,,,,,,,,,gutim,20425 +nof,434,36,3,15389,11304,,853,2593.6235509999797,,,,,,,144,54,0,,,,,,,,,,,gutim,20421 +nof,434,38,1,15391,11304,,874,2593.6235509999797,,,,,,,144,91,0,,,,,,,,,,,gutim,20423 +non,434,41,1,15394,11305,7443,917,2593.71155099998,0.087890625,32,0,E5,mf-,16,144,76,16,,,,,,o,,,e,,gutim,20426 +nof,434,39,1,15392,11306,,896,2593.71155099998,,,,,,,144,84,0,,,,,,,,,,,gutim,20424 +nof,434,37,3,15390,11307,,853,2593.71155099998,,,,,,,144,62,0,,,,,,,,,,,gutim,20422 +non,434,42,1,15395,11308,7444,938,2593.79955099998,0.0920758928571429,32,0,C#3,mf,17,144,49,17,,,,,,o,,,e,,gutim,20427 +nof,434,41,1,15394,11309,,917,2593.79955099998,,,,,,,144,76,0,,,,,,,,,,,gutim,20426 +nof,434,42,1,15395,11310,,938,2593.8915509999797,,,,,,,144,49,0,,,,,,,,,,,gutim,20427 +non,434,43,1,15396,11310,7445,960,2593.8915509999797,0.087890625,32,0,G#3,mf+,18,144,56,18,,,,,,o,,,e,,gutim,20428 +nof,434,43,1,15396,11311,,960,2593.97955099998,,,,,,,144,56,0,,,,,,,,,,,gutim,20428 +non,434,44,1,15397,11311,7446,981,2593.97955099998,0.087890625,32,0,C6,f-,19,144,84,19,,,,,,o,,,e,,gutim,20429 +nof,434,44,1,15397,11312,,981,2594.06755099998,,,,,,,144,84,0,,,,,,,,,,,gutim,20429 +non,434,45,1,15398,11312,7447,1002,2594.06755099998,0.0920758928571429,32,0,C#3,f,20,144,49,20,,,,,,o,,,E,,gutim,20430 +ped,434,46,0,15399,11313,,1008,2594.08855099998,,,,,,,176,64,0,,,,,,,^,,,,gutim,20417 +non,434,51,1,15400,11314,7448,1024,2594.1595509999797,0.17578125,16,0,E4,p,11,144,64,11,,,,,,o,,,,,gutim,20431 +non,434,48,1,15401,11314,7448,,2594.1595509999797,0.05,8,0,C5,mp,14,144,72,14,,,,g,,o,,,,,gutim,20432 +nof,434,45,1,15398,11315,,1002,2594.1595509999797,,,,,,,144,49,0,,,,,,,,,,,gutim,20430 +nof,434,48,1,15401,11316,,,2594.20955099998,,,,,,,144,72,0,,,,,,,,,,,gutim,20432 +non,434,49,1,15402,11317,7449,,2594.23455099998,0.05,8,0,G5,mp,14,144,79,14,,,,g,,o,,,,,gutim,20433 +nof,434,49,1,15402,11318,,,2594.2845509999797,,,,,,,144,79,0,,,,,,,,,,,gutim,20433 +non,434,50,1,15403,11319,7450,,2594.30955099998,0.05,8,0,C#2,mp+,15,144,37,15,,,,g,,o,,,,,gutim,20434 +non,434,52,3,15404,11319,7450,,2594.30955099998,0.05,8,0,F1,mp+,15,144,29,15,,,,g,,o,,,,,gutim,20435 +nof,434,51,1,15400,11320,,1024,2594.33455099998,,,,,,,144,64,0,,,,,,,,,,,gutim,20431 +nof,434,50,1,15403,11321,,,2594.35955099998,,,,,,,144,37,0,,,,,,,,,,,gutim,20434 +nof,434,52,3,15404,11321,,,2594.35955099998,,,,,,,144,29,0,,,,,,,,,,,gutim,20435 +non,434,53,3,15405,11322,7451,1024,2594.38455099998,0.267857142857143,16,0,B4,p,11,144,71,11,,,,,,o,,,,,gutim,20436 +ped,434,47,0,15406,11323,,1024,2594.38855099998,,,,,,,176,64,127,,,,,,,V,,,,gutim,20437 +non,434,54,1,15407,11324,7452,1066,2594.55955099998,0.359933035714286,8,0,G#2,p-,10,144,44,10,,,,,,o,,,,,gutim,20438 +non,434,55,1,15408,11324,7452,1066,2594.55955099998,0.535714285714286,8,0,E4,p-,10,144,64,10,,,,,,o,,,,,gutim,20439 +nof,434,53,3,15405,11325,,1024,2594.6525509999797,,,,,,,144,71,0,,,,,,,,,,,gutim,20436 +non,434,56,3,15409,11325,7453,1088,2594.6525509999797,0.267857142857143,16,0,D3,p-,10,144,50,10,,,,,,o,,,,,gutim,20440 +nof,434,54,1,15407,11326,,1066,2594.91955099998,,,,,,,144,44,0,,,,,,,,,,,gutim,20438 +nof,434,56,3,15409,11326,,1088,2594.91955099998,,,,,,,144,50,0,,,,,,,,,,,gutim,20440 +rst,434,57,1,15410,11326,,1152,2594.91955099998,,,,,,,176,102,0,,,,,,,,,,,gutim,20441 +non,434,58,3,15411,11326,7454,1152,2594.91955099998,0.535714285714286,8,0,F1,pp+,9,144,29,9,,,,,t,o,,,,,gutim,20442 +nof,434,55,1,15408,11327,,1066,2595.09555099998,,,,,,,144,64,0,,,,,,,,,,,gutim,20439 +rst,434,59,1,15412,11328,,1280,2595.45555099998,,,,,,,176,102,0,,,,,,,,,,,gutim,20443 +non,434,60,3,15413,11328,,1280,2595.45555099998,0.535714285714286,8,0,F1,,,,,,,,,,T,,,,,,gutim,20444 +ped,434,61,0,15414,11329,,1408,2595.99155099998,,,,,,,176,64,0,,,,,,,^,,,,gutim,20437 +non,434,62,3,15415,11329,7455,1408,2595.99155099998,0.133928571428571,32,0,F1,ppp+,6,144,29,6,,,,,,o,,,e,,gutim,20445 +non,434,63,3,15416,11329,7455,1408,2595.99155099998,0.133928571428571,32,0,D2,ppp+,6,144,38,6,,,,,,o,,,e,,gutim,20446 +non,434,64,3,15417,11329,7455,1408,2595.99155099998,0.133928571428571,32,0,B4,ppp+,6,144,71,6,,,,,,o,,,e,,gutim,20447 +nof,434,62,3,15415,11330,,1408,2596.12555099998,,,,,,,144,29,0,,,,,,,,,,,gutim,20445 +nof,434,63,3,15416,11330,,1408,2596.12555099998,,,,,,,144,38,0,,,,,,,,,,,gutim,20446 +nof,434,64,3,15417,11330,,1408,2596.12555099998,,,,,,,144,71,0,,,,,,,,,,,gutim,20447 +non,434,65,3,15418,11330,7456,1440,2596.12555099998,0.133928571428571,32,0,Bb3,ppp+,6,144,58,6,,,,,,o,,,e,,gutim,20448 +nof,434,58,3,15411,11331,,1152,2596.21655099998,,,,,,,144,29,0,,,,,,,,,,,gutim,20449 +nof,434,65,3,15418,11332,,1440,2596.25955099998,,,,,,,144,58,0,,,,,,,,,,,gutim,20448 +non,434,66,3,15419,11333,7457,1472,2596.25955099998,0.133928571428571,32,0,Gb1,ppp,5,144,30,5,,,,,,o,,,e,,gutim,20450 +nof,434,66,3,15419,11334,,1472,2596.3935509999797,,,,,,,144,30,0,,,,,,,,,,,gutim,20450 +non,434,67,3,15420,11334,7458,1504,2596.3935509999797,0.133928571428571,32,0,Bb3,ppp,5,144,58,5,,,,,,o,,,e,,gutim,20451 +nof,434,67,3,15420,11335,,1504,2596.5275509999797,,,,,,,144,58,0,,,,,,,,,,,gutim,20451 +bar,435,0,0,15421,11335,,0,2596.5275509999797,,,,,,,,,,435,,,,,,,,,,gutim,20452 +non,435,2,1,15422,11335,7459,0,2596.5275509999797,0.355747767857143,8,0,B4,mp,14,144,71,14,,,,,,o,,d,,,gutim,20453 +non,435,3,3,15423,11335,7459,0,2596.5275509999797,0.17578125,16,0,F1,mp,14,144,29,14,,,,,,o,,d,E,,gutim,20454 +non,435,4,3,15424,11335,7459,0,2596.5275509999797,0.267857142857143,16,0,D2,mp,14,144,38,14,,,,,,o,,d,E 6073,,gutim,20455 +ped,435,1,0,15425,11335,,0,2596.5275509999797,,,,,,,176,64,127,,,,,,,V,,,,gutim,20456 +nof,435,3,3,15423,11336,,0,2596.70255099998,,,,,,,144,29,0,,,,,,,,,,,gutim,20454 +non,435,5,3,15426,11336,7460,42,2596.70255099998,0.359933035714286,8,0,Gb1,pp,8,144,30,8,,,,,,o,,d,,,gutim,20457 +nof,435,4,3,15424,11337,,0,2596.79455099998,,,,,,,144,38,0,,,,,,,,,,,gutim,20455 +nof,435,2,1,15422,11338,,0,2596.8825509999797,,,,,,,144,71,0,,,,,,,,,,,gutim,20453 +non,435,6,1,15427,11338,7461,85,2596.8825509999797,0.179966517857143,16,0,Bb3,ppp,5,144,58,5,,,,,,o,,d,,,gutim,20458 +nof,435,5,3,15426,11339,,42,2597.06255099998,,,,,,,144,30,0,,,,,,,,,,,gutim,20457 +nof,435,6,1,15427,11340,,85,2597.06255099998,,,,,,,144,58,0,,,,,,,,,,,gutim,20458 +rst,435,7,1,15428,11340,,128,2597.06255099998,,,,,,,176,102,0,,,,,,,,,,,gutim,20459 +non,435,8,3,15429,11340,7462,128,2597.06255099998,0.213448660714286,16,0,E2,pp,8,144,40,8,,,,,,o,,d,,,gutim,20460 +non,435,9,1,15430,11341,7463,153,2597.16755099998,0.322265625,16,1,B3,pp,8,144,59,8,,,,,,o,,d,,,gutim,20461 +nof,435,8,3,15429,11342,,128,2597.27655099998,,,,,,,144,40,0,,,,,,,,,,,gutim,20460 +non,435,10,3,15431,11342,7464,179,2597.27655099998,0.104631696428571,32,0,G1,pp,8,144,31,8,,,,,,o,,d,,,gutim,20462 +nof,435,10,3,15431,11343,,179,2597.3805509999797,,,,,,,144,31,0,,,,,,,,,,,gutim,20462 +non,435,11,3,15432,11343,7465,204,2597.3805509999797,0.217633928571429,16,0,Bb1,pp,8,144,34,8,,,,,,o,,d,,,gutim,20463 +non,435,12,3,15433,11343,7465,204,2597.3805509999797,0.267857142857143,16,0,E2,pp,8,144,40,8,,,,,,o,,d,,,gutim,20464 +nof,435,9,1,15430,11344,,153,2597.4895509999797,,,,,,,144,59,0,,,,,,,,,,,gutim,20461 +non,435,13,1,15434,11344,7466,230,2597.4895509999797,0.108816964285714,32,0,Eb5,pp,8,144,75,8,,,,,,o,,d,,,gutim,20465 +rst,435,14,1,15435,11345,,256,2597.59855099998,,,,,,,176,102,0,,,,,,,,,,,gutim,20466 +rst,435,15,3,15436,11345,,256,2597.59855099998,,,,,,,176,102,0,,,,,,,,,,,gutim,20467 +nof,435,11,3,15432,11346,,204,2597.97355099998,,,,,,,144,34,0,,,,,,,,,,,gutim,20463 +nof,435,13,1,15434,11346,,230,2597.97355099998,,,,,,,144,75,0,,,,,,,,,,,gutim,20465 +nof,435,12,3,15433,11347,,204,2598.0235509999798,,,,,,,144,40,0,,,,,,,,,,,gutim,20464 +ped,435,16,0,15437,11348,,512,2598.66955099998,,,,,,,176,64,0,,,,,,,^,,,,gutim,20456 +non,435,17,1,15438,11348,7467,512,2598.66955099998,0.133928571428571,32,0,Bb3,f,20,144,58,20,,,,,,o,,d,,,gutim,20468 +non,435,18,1,15439,11348,7467,512,2598.66955099998,0.133928571428571,32,0,B4,f,20,144,71,20,,,,,,o,,d,,,gutim,20469 +non,435,19,3,15440,11348,7467,512,2598.66955099998,0.133928571428571,32,0,F1,f,20,144,29,20,,,,,,o,,d,,,gutim,20470 +non,435,20,3,15441,11348,7467,512,2598.66955099998,0.133928571428571,32,0,Gb1,f,20,144,30,20,,,,,,o,,d,,,gutim,20471 +non,435,21,3,15442,11348,7467,512,2598.66955099998,0.133928571428571,32,0,D2,f,20,144,38,20,,,,,,o,,d,,,gutim,20472 +nof,435,17,1,15438,11349,,512,2598.80355099998,,,,,,,144,58,0,,,,,,,,,,,gutim,20468 +nof,435,18,1,15439,11349,,512,2598.80355099998,,,,,,,144,71,0,,,,,,,,,,,gutim,20469 +nof,435,19,3,15440,11349,,512,2598.80355099998,,,,,,,144,29,0,,,,,,,,,,,gutim,20470 +nof,435,20,3,15441,11349,,512,2598.80355099998,,,,,,,144,30,0,,,,,,,,,,,gutim,20471 +nof,435,21,3,15442,11349,,512,2598.80355099998,,,,,,,144,38,0,,,,,,,,,,,gutim,20472 +non,435,22,1,15443,11349,7468,544,2598.80355099998,0.401785714285714,16,1,Bb3,f,20,144,58,20,,,,,,o,,,,,gutim,20473 +non,435,23,1,15444,11349,7468,544,2598.80355099998,0.267857142857143,16,1,B4,f,20,144,71,20,,,,,,o,,,,,gutim,20474 +non,435,24,3,15445,11349,7468,544,2598.80355099998,0.401785714285714,16,1,F1,f,20,144,29,20,,,,,,o,,d,,,gutim,20475 +non,435,25,3,15446,11349,7468,544,2598.80355099998,0.267857142857143,16,1,Gb1,f,20,144,30,20,,,,,,o,,d,,,gutim,20476 +non,435,26,3,15447,11349,7468,544,2598.80355099998,0.267857142857143,16,1,D2,f,20,144,38,20,,,,,,o,,d,,,gutim,20477 +nof,435,23,1,15444,11350,,544,2599.14655099998,,,,,,,144,71,0,,,,,,,,,,,gutim,20474 +nof,435,25,3,15446,11350,,544,2599.14655099998,,,,,,,144,30,0,,,,,,,,,,,gutim,20476 +nof,435,26,3,15447,11350,,544,2599.14655099998,,,,,,,144,38,0,,,,,,,,,,,gutim,20477 +rst,435,27,1,15448,11351,,640,2599.20555099998,,,,,,,176,102,0,,,,,,,,,,,gutim,20478 +rst,435,28,3,15449,11351,,640,2599.20555099998,,,,,,,176,102,0,,,,,,,,,,,gutim,20479 +nof,435,22,1,15443,11352,,544,2599.28055099998,,,,,,,144,58,0,,,,,,,,,,,gutim,20473 +nof,435,24,3,15445,11352,,544,2599.28055099998,,,,,,,144,29,0,,,,,,,,,,,gutim,20475 +non,435,29,1,15450,11353,7469,672,2599.33955099998,0.401785714285714,16,1,Bb3,mp,14,144,58,14,,,,,t,o,,d,,,gutim,20480 +non,435,30,1,15451,11353,7469,672,2599.33955099998,0.267857142857143,16,1,B4,mp,14,144,71,14,,,,,t,o,,d,,,gutim,20481 +non,435,31,3,15452,11353,7469,672,2599.33955099998,0.401785714285714,16,1,F1,mp,14,144,29,14,,,,,t,o,,d,,,gutim,20482 +non,435,32,3,15453,11353,7469,672,2599.33955099998,0.267857142857143,16,1,Gb1,mp,14,144,30,14,,,,,t,o,,d,,,gutim,20483 +non,435,33,3,15454,11353,7469,672,2599.33955099998,0.267857142857143,16,1,D2,mp,14,144,38,14,,,,,t,o,,d,,,gutim,20484 +non,435,34,1,15455,11354,,768,2599.74155099998,0.267857142857143,16,0,Bb3,,,,,,,,,,T,,,,,,gutim,20485 +non,435,35,1,15456,11354,,768,2599.74155099998,0.267857142857143,16,0,B4,,,,,,,,,,T,,,,,,gutim,20486 +non,435,36,3,15457,11354,,768,2599.74155099998,0.267857142857143,16,0,F1,,,,,,,,,,T,,,,,,gutim,20487 +non,435,37,3,15458,11354,,768,2599.74155099998,0.267857142857143,16,0,Gb1,,,,,,,,,,T,,,,,,gutim,20488 +non,435,38,3,15459,11354,,768,2599.74155099998,0.267857142857143,16,0,D2,,,,,,,,,,T,,,,,,gutim,20489 +nof,435,30,1,15451,11355,,672,2599.87555099998,,,,,,,144,71,0,,,,,,,,,,,gutim,20481 +nof,435,32,3,15453,11355,,672,2599.87555099998,,,,,,,144,30,0,,,,,,,,,,,gutim,20483 +nof,435,33,3,15454,11355,,672,2599.87555099998,,,,,,,144,38,0,,,,,,,,,,,gutim,20484 +nof,435,29,1,15450,11356,,672,2600.00955099998,,,,,,,144,58,0,,,,,,,,,,,gutim,20480 +nof,435,31,3,15452,11356,,672,2600.00955099998,,,,,,,144,29,0,,,,,,,,,,,gutim,20482 +rst,435,39,1,15460,11357,,832,2600.00955099998,,,,,,,176,102,0,,,,,,,,,,,gutim,20490 +rst,435,40,3,15461,11357,,832,2600.00955099998,,,,,,,176,102,0,,,,,,,,,,,gutim,20491 +non,435,41,1,15462,11358,7470,864,2600.1435509999797,0.535714285714286,8,0,Bb3,pp,8,144,58,8,,,,,,o,,d,,,gutim,20492 +non,435,42,1,15463,11358,7470,864,2600.1435509999797,0.535714285714286,8,0,B4,pp,8,144,71,8,,,,,,o,,d,,,gutim,20493 +non,435,43,3,15464,11358,7470,864,2600.1435509999797,0.535714285714286,8,0,F1,pp,8,144,29,8,,,,,,o,,d,,,gutim,20494 +non,435,44,3,15465,11358,7470,864,2600.1435509999797,0.535714285714286,8,0,Gb1,pp,8,144,30,8,,,,,,o,,d,,,gutim,20495 +non,435,45,3,15466,11358,7470,864,2600.1435509999797,0.535714285714286,8,0,D2,pp,8,144,38,8,,,,,,o,,d,,,gutim,20496 +nof,435,41,1,15462,11359,,864,2600.67855099998,,,,,,,144,58,0,,,,,,,,,,,gutim,20492 +nof,435,42,1,15463,11359,,864,2600.67855099998,,,,,,,144,71,0,,,,,,,,,,,gutim,20493 +nof,435,43,3,15464,11359,,864,2600.67855099998,,,,,,,144,29,0,,,,,,,,,,,gutim,20494 +nof,435,44,3,15465,11359,,864,2600.67855099998,,,,,,,144,30,0,,,,,,,,,,,gutim,20495 +nof,435,45,3,15466,11359,,864,2600.67855099998,,,,,,,144,38,0,,,,,,,,,,,gutim,20496 +rst,435,46,1,15467,11359,,992,2600.67855099998,,,,,,,176,102,0,,,,,,,,,,,gutim,20497 +non,435,47,3,15468,11359,7471,992,2600.67855099998,0.133928571428571,32,0,Bb2,pp,8,144,46,8,,,,,t,o,,d 6073,,,gutim,20498 +sec,435,48,0,15469,11360,,992,2600.9785509999797,,,,,,,,,,,6073,,,,,,,,,gutim,20499 +rst,435,50,1,15470,11361,,1024,2601.1125509999797,,,,,,,176,102,0,,,,,,,,,,,gutim,20500 +non,435,51,3,15471,11361,,1024,2601.1125509999797,2.14285714285714,2,0,Bb2,,,,,,,,,,T,,,,,,gutim,20501 +ped,435,49,0,15472,11361,,1024,2601.1125509999797,,,,,,,176,64,127,,,,,,,V,,,,gutim,20502 +nof,435,47,3,15468,11362,,992,2602.95555099998,,,,,,,144,46,0,,,,,,,,,,,gutim,20498 +bar,436,0,0,15473,11363,,0,2603.2555509999797,,,,,,,,,,436,,,,,,,,,,gutim,20503 +non,436,1,1,15474,11363,7472,0,2603.2555509999797,0.640345982142857,8,1,B5,pp,8,144,83,8,,,,,,o,,,,,gutim,20504 +rst,436,2,3,15475,11363,,0,2603.2555509999797,,,,,,,176,102,0,,,,,,,,,,,gutim,20505 +nof,436,1,1,15474,11364,,0,2603.89555099998,,,,,,,144,83,0,,,,,,,,,,,gutim,20504 +non,436,3,1,15476,11364,7473,153,2603.89555099998,0.431082589285714,8,0,F1,pp,8,144,29,8,,,,,,o,,,,,gutim,20506 +nof,436,3,1,15476,11365,,153,2604.32755099998,,,,,,,144,29,0,,,,,,,,,,,gutim,20506 +non,436,4,1,15477,11365,7474,256,2604.32755099998,0.640345982142857,8,1,D4,pp,8,144,62,8,,,,,,o,,,,,gutim,20507 +non,436,5,1,15478,11365,7474,256,2604.32755099998,0.535714285714286,8,1,B5,pp,8,144,83,8,,,,,,o,,,,,gutim,20508 +nof,436,5,1,15478,11366,,256,2604.8625509999797,,,,,,,144,83,0,,,,,,,,,,,gutim,20508 +nof,436,4,1,15477,11367,,256,2604.9675509999797,,,,,,,144,62,0,,,,,,,,,,,gutim,20507 +non,436,6,1,15479,11367,7475,409,2604.9675509999797,0.431082589285714,8,0,F1,pp,8,144,29,8,,,,,,o,,,,,gutim,20509 +nof,436,6,1,15479,11368,,409,2605.3985509999798,,,,,,,144,29,0,,,,,,,,,,,gutim,20509 +rst,436,7,1,15480,11368,,512,2605.3985509999798,,,,,,,176,102,0,,,,,,,,,,,gutim,20510 +non,436,8,3,15481,11368,7476,512,2605.3985509999798,0.640345982142857,8,1,F2,pp,8,144,41,8,,,,,,o,,,,,gutim,20511 +non,436,9,3,15482,11368,7476,512,2605.3985509999798,0.535714285714286,8,1,D4,pp,8,144,62,8,,,,,,o,,,,,gutim,20512 +nof,436,9,3,15482,11369,,512,2605.93455099998,,,,,,,144,62,0,,,,,,,,,,,gutim,20512 +nof,436,8,3,15481,11370,,512,2606.03855099998,,,,,,,144,41,0,,,,,,,,,,,gutim,20511 +rst,436,10,3,15483,11370,,665,2606.03855099998,,,,,,,176,102,0,,,,,,,,,,,gutim,20513 +non,436,11,3,15484,11371,7477,716,2606.25255099998,0.108816964285714,32,0,G2,pp,8,144,43,8,,,,,,o,,,,,gutim,20514 +nof,436,11,3,15484,11372,,716,2606.36155099998,,,,,,,144,43,0,,,,,,,,,,,gutim,20514 +non,436,12,3,15485,11372,7478,742,2606.36155099998,0.108816964285714,32,0,Bb2,pp,8,144,46,8,,,,,,o,,,,,gutim,20515 +nof,436,12,3,15485,11373,,742,2606.4695509999797,,,,,,,144,46,0,,,,,,,,,,,gutim,20515 +non,436,13,1,15486,11373,7479,768,2606.4695509999797,1.07142857142857,4,0,Eb6,pp,8,144,87,8,,,,,,o,,,,,gutim,20516 +rst,436,14,3,15487,11373,,768,2606.4695509999797,,,,,,,176,102,0,,,,,,,,,,,gutim,20517 +rst,436,15,3,15488,11374,,853,2606.82555099998,,,,,,,176,102,0,,,,,,,,,,,gutim,20518 +non,436,16,3,15489,11375,7480,,2607.36155099998,0.05,8,0,C5,pp,8,144,72,8,,,,g,,o,,,,,gutim,20519 +nof,436,16,3,15489,11376,,,2607.4115509999797,,,,,,,144,72,0,,,,,,,,,,,gutim,20519 +non,436,17,3,15490,11377,7481,,2607.4365509999798,0.05,8,0,G5,pp,8,144,79,8,,,,g,,o,,,,,gutim,20520 +nof,436,17,3,15490,11378,,,2607.48655099998,,,,,,,144,79,0,,,,,,,,,,,gutim,20520 +non,436,18,3,15491,11379,7482,,2607.51155099998,0.05,8,0,C#2,pp+,9,144,37,9,,,,g,,o,,,,,gutim,20521 +nof,436,13,1,15486,11380,,768,2607.54155099998,,,,,,,144,87,0,,,,,,,,,,,gutim,20516 +nof,436,18,3,15491,11381,,,2607.5615509999798,,,,,,,144,37,0,,,,,,,,,,,gutim,20521 +non,436,19,3,15492,11382,7483,981,2607.58655099998,0.179966517857143,16,0,E4,p,11,144,64,11,,,,,,o,,,,,gutim,20522 +nof,436,19,3,15492,11383,,981,2607.7665509999797,,,,,,,144,64,0,,,,,,,,,,,gutim,20522 +rst,436,20,1,15493,11383,,1024,2607.7665509999797,,,,,,,176,102,0,,,,,,,,,,,gutim,20523 +non,436,21,3,15494,11383,7484,1024,2607.7665509999797,0.535714285714286,8,0,G#2,p+,12,144,44,12,,,,,,o,,,,,gutim,20524 +non,436,22,3,15495,11383,7484,1024,2607.7665509999797,0.535714285714286,8,0,E4,p+,12,144,64,12,,,,,,o,,,,,gutim,20525 +nof,436,21,3,15494,11384,,1024,2608.3025509999798,,,,,,,144,44,0,,,,,,,,,,,gutim,20524 +nof,436,22,3,15495,11384,,1024,2608.3025509999798,,,,,,,144,64,0,,,,,,,,,,,gutim,20525 +non,436,23,1,15496,11384,7485,1152,2608.3025509999798,0.104631696428571,32,0,G6,pp,8,144,91,8,,,,,,o,,,,,gutim,20526 +rst,436,24,3,15497,11384,,1152,2608.3025509999798,,,,,,,176,102,0,,,,,,,,,,,gutim,20527 +nof,436,23,1,15496,11385,,1152,2608.40655099998,,,,,,,144,91,0,,,,,,,,,,,gutim,20526 +non,436,25,1,15498,11385,7486,1177,2608.40655099998,0.108816964285714,32,0,C#2,pp+,9,144,37,9,,,,,,o,,,,,gutim,20528 +nof,436,25,1,15498,11386,,1177,2608.51555099998,,,,,,,144,37,0,,,,,,,,,,,gutim,20528 +non,436,26,1,15499,11386,7487,1203,2608.51555099998,0.104631696428571,32,0,E5,p-,10,144,76,10,,,,,,o,,,,,gutim,20529 +nof,436,26,1,15499,11387,,1203,2608.62055099998,,,,,,,144,76,0,,,,,,,,,,,gutim,20529 +non,436,27,1,15500,11387,7488,1228,2608.62055099998,0.163225446428571,32,1,G6,p-,10,144,91,10,,,,,,o,,,,,gutim,20530 +nof,436,27,1,15500,11388,,1228,2608.78355099998,,,,,,,144,91,0,,,,,,,,,,,gutim,20530 +non,436,28,1,15501,11388,7489,1267,2608.78355099998,0.159040178571429,32,1,E3,p+,12,144,52,12,,,,,,o,,,,,gutim,20531 +nof,436,28,1,15501,11389,,1267,2608.94255099998,,,,,,,144,52,0,,,,,,,,,,,gutim,20531 +non,436,29,1,15502,11389,7490,1305,2608.94255099998,0.163225446428571,32,1,G#2,mp-,13,144,44,13,,,,,,o,,,,,gutim,20532 +nof,436,29,1,15502,11390,,1305,2609.10555099998,,,,,,,144,44,0,,,,,,,,,,,gutim,20532 +non,436,30,1,15503,11390,7491,1344,2609.10555099998,0.104631696428571,32,0,C6,mp,14,144,84,14,,,,,,o,,,,,gutim,20533 +nof,436,30,1,15503,11391,,1344,2609.2105509999797,,,,,,,144,84,0,,,,,,,,,,,gutim,20533 +non,436,31,1,15504,11391,7492,1369,2609.2105509999797,0.163225446428571,32,1,G7,mp+,15,144,103,15,,,,,,o,,,,,gutim,20534 +nof,436,31,1,15504,11392,,1369,2609.3735509999797,,,,,,,144,103,0,,,,,,,,,,,gutim,20534 +non,436,32,1,15505,11392,7493,1408,2609.3735509999797,0.159040178571429,32,1,E3,mf-,16,144,52,16,,,,,,o,,,,,gutim,20535 +non,436,33,3,15506,11392,7493,1408,2609.3735509999797,0.318080357142857,16,1,G6,mf-,16,144,91,16,,,,,,o,,,,,gutim,20536 +nof,436,32,1,15505,11393,,1408,2609.53255099998,,,,,,,144,52,0,,,,,,,,,,,gutim,20535 +non,436,34,1,15507,11393,7494,1446,2609.53255099998,0.322265625,16,1,G#2,mf+,18,144,44,18,,,,,,o,,,,,gutim,20537 +nof,436,33,3,15506,11394,,1408,2609.69155099998,,,,,,,144,91,0,,,,,,,,,,,gutim,20536 +non,436,35,3,15508,11395,7495,1484,2609.69155099998,0.163225446428571,32,1,C6,f-,19,144,84,19,,,,,,o,,,,,gutim,20538 +nof,436,34,1,15507,11396,,1446,2609.85455099998,,,,,,,144,44,0,,,,,,,,,,,gutim,20537 +nof,436,35,3,15508,11396,,1484,2609.85455099998,,,,,,,144,84,0,,,,,,,,,,,gutim,20538 +non,436,36,1,15509,11396,7496,1523,2609.85455099998,0.0544084821428571,64,0,C#2,f,20,144,37,20,,,,,,o,,,,,gutim,20539 +non,436,37,1,15510,11396,7496,1523,2609.85455099998,0.0669642857142857,64,0,G#2,f,20,144,44,20,,,,,,o,,,,,gutim,20540 +non,436,38,3,15511,11396,7496,1523,2609.85455099998,0.0544084821428571,64,0,C6,f,20,144,84,20,,,,,,o,,,,,gutim,20541 +ped,436,39,0,15512,11397,,1535,2609.90455099998,,,,,,,176,64,0,,,,,,,^,,,,gutim,20502 +nof,436,36,1,15509,11398,,1523,2609.9095509999797,,,,,,,144,37,0,,,,,,,,,,,gutim,20539 +nof,436,38,3,15511,11398,,1523,2609.9095509999797,,,,,,,144,84,0,,,,,,,,,,,gutim,20541 +bar,437,0,0,15513,11399,,0,2609.9095509999797,,,,,,,,,,437,,,,,,,,,,gutim,20542 +nof,436,37,1,15510,11400,,1523,2609.92155099998,,,,,,,144,44,0,,,,,,,,,,,gutim,20540 +rst,437,1,1,15514,11401,,0,2610.50955099998,,,,,,,176,102,0,,,,,,,,,,,gutim,20543 +rst,437,2,3,15515,11401,,0,2610.50955099998,,,,,,,176,102,0,,,,,,,,,,,gutim,20544 +non,437,4,1,15516,11402,7497,32,2610.6435509999797,0.133928571428571,32,0,C#4,fff,24,144,61,24,,,,,,o,,,,,gutim,20545 +non,437,5,1,15517,11402,7497,32,2610.6435509999797,0.133928571428571,32,0,D6,fff,24,144,86,24,,,,,,o,,,,,gutim,20546 +ped,437,3,0,15518,11402,,32,2610.6435509999797,,,,,,,176,64,127,,,,,,,V,,,,gutim,20547 +nof,437,4,1,15516,11403,,32,2610.7775509999797,,,,,,,144,61,0,,,,,,,,,,,gutim,20545 +nof,437,5,1,15517,11403,,32,2610.7775509999797,,,,,,,144,86,0,,,,,,,,,,,gutim,20546 +non,437,6,1,15519,11403,7498,64,2610.7775509999797,0.803571428571429,8,1,C#4,fff,24,144,61,24,,,,,t,o,,,,,gutim,20548 +non,437,7,1,15520,11403,7498,64,2610.7775509999797,0.535714285714286,8,1,G#5,fff,24,144,80,24,,,,,t,o,,,,,gutim,20549 +non,437,8,1,15521,11403,7498,64,2610.7775509999797,0.535714285714286,8,1,D6,fff,24,144,86,24,,,,,t,o,,,,,gutim,20550 +non,437,9,1,15522,11404,,256,2611.58055099998,0.535714285714286,8,0,C#4,,,,,,,,,,T,,,,,,gutim,20551 +non,437,10,1,15523,11404,,256,2611.58055099998,0.535714285714286,8,0,G#5,,,,,,,,,,T,,,,,,gutim,20552 +non,437,11,1,15524,11404,,256,2611.58055099998,0.535714285714286,8,0,D6,,,,,,,,,,T,,,,,,gutim,20553 +nof,437,7,1,15520,11405,,64,2611.84855099998,,,,,,,144,80,0,,,,,,,,,,,gutim,20549 +nof,437,8,1,15521,11405,,64,2611.84855099998,,,,,,,144,86,0,,,,,,,,,,,gutim,20550 +nof,437,6,1,15519,11406,,64,2612.11655099998,,,,,,,144,61,0,,,,,,,,,,,gutim,20548 +non,437,12,1,15525,11406,7499,384,2612.11655099998,0.535714285714286,8,0,G#5,fff,24,144,80,24,,,,,t,o,,,,,gutim,20554 +non,437,13,1,15526,11406,7499,384,2612.11655099998,0.535714285714286,8,0,D6,fff,24,144,86,24,,,,,t,o,,,,,gutim,20555 +non,437,14,3,15527,11406,7499,384,2612.11655099998,0.133928571428571,32,0,A1,ff,22,144,33,22,,,,,,o,,,,,gutim,20556 +nof,437,14,3,15527,11407,,384,2612.25055099998,,,,,,,144,33,0,,,,,,,,,,,gutim,20556 +ped,437,15,0,15528,11407,,416,2612.25055099998,,,,,,,176,64,0,,,,,,,^,,,,gutim,20547 +non,437,16,3,15529,11407,7500,416,2612.25055099998,0.133928571428571,32,0,A1,ff,22,144,33,22,,,,,,o,,,,,gutim,20557 +non,437,17,3,15530,11407,7500,416,2612.25055099998,0.133928571428571,32,0,F2,ff,22,144,41,22,,,,,,o,,,,,gutim,20558 +nof,437,16,3,15529,11408,,416,2612.38455099998,,,,,,,144,33,0,,,,,,,,,,,gutim,20557 +nof,437,17,3,15530,11408,,416,2612.38455099998,,,,,,,144,41,0,,,,,,,,,,,gutim,20558 +rst,437,18,3,15531,11408,,448,2612.38455099998,,,,,,,176,102,0,,,,,,,,,,,gutim,20559 +non,437,19,1,15532,11409,,512,2612.6525509999797,1.07142857142857,4,0,G#5,,,,,,,,,,T,,,,,,gutim,20560 +non,437,20,1,15533,11409,,512,2612.6525509999797,1.07142857142857,4,0,D6,,,,,,,,,,T,,,,,,gutim,20561 +rst,437,21,3,15534,11409,,512,2612.6525509999797,,,,,,,176,102,0,,,,,,,,,,,gutim,20562 +ped,437,22,0,15535,11410,,545,2612.79055099998,,,,,,,176,64,127,,,,,,,V,,,,gutim,20563 +non,437,23,3,15536,11411,7501,640,2613.18755099998,0.104631696428571,32,0,G5,f,20,144,79,20,,,,,,o,,,,,gutim,20564 +nof,437,23,3,15536,11412,,640,2613.29255099998,,,,,,,144,79,0,,,,,,,,,,,gutim,20564 +non,437,24,3,15537,11412,7502,665,2613.29255099998,0.108816964285714,32,0,C#1,f-,19,144,25,19,,,,,,o,,,,,gutim,20565 +nof,437,24,3,15537,11413,,665,2613.40155099998,,,,,,,144,25,0,,,,,,,,,,,gutim,20565 +non,437,25,3,15538,11413,7503,691,2613.40155099998,0.104631696428571,32,0,E4,mf+,18,144,64,18,,,,,,o,,,,,gutim,20566 +nof,437,25,3,15538,11414,,691,2613.5055509999797,,,,,,,144,64,0,,,,,,,,,,,gutim,20566 +non,437,26,3,15539,11414,7504,716,2613.5055509999797,0.163225446428571,32,1,G5,mf,17,144,79,17,,,,,,o,,,,,gutim,20567 +nof,437,26,3,15539,11415,,716,2613.66955099998,,,,,,,144,79,0,,,,,,,,,,,gutim,20567 +non,437,27,3,15540,11415,7505,755,2613.66955099998,0.159040178571429,32,1,E2,mf-,16,144,40,16,,,,,,o,,,,,gutim,20568 +rst,437,28,1,15541,11416,,768,2613.72355099998,,,,,,,176,102,0,,,,,,,,,,,gutim,20569 +nof,437,12,1,15525,11417,,384,2613.72355099998,,,,,,,144,80,0,,,,,,,,,,,gutim,20554 +nof,437,13,1,15526,11417,,384,2613.72355099998,,,,,,,144,86,0,,,,,,,,,,,gutim,20555 +non,437,29,3,15542,11418,7506,793,2613.82855099998,0.163225446428571,32,1,G#1,mp+,15,144,32,15,,,,,,o,,,,,gutim,20570 +nof,437,27,3,15540,11419,,755,2613.82855099998,,,,,,,144,40,0,,,,,,,,,,,gutim,20568 +nof,437,29,3,15542,11420,,793,2613.99155099998,,,,,,,144,32,0,,,,,,,,,,,gutim,20570 +non,437,30,3,15543,11420,7507,832,2613.99155099998,0.104631696428571,32,0,C5,mp-,13,144,72,13,,,,,,o,,,,,gutim,20571 +nof,437,30,3,15543,11421,,832,2614.09555099998,,,,,,,144,72,0,,,,,,,,,,,gutim,20571 +non,437,31,3,15544,11421,7508,857,2614.09555099998,0.163225446428571,32,1,G6,p+,12,144,91,12,,,,,,o,,d,e,,gutim,20572 +nof,437,31,3,15544,11422,,857,2614.25955099998,,,,,,,144,91,0,,,,,,,,,,,gutim,20572 +non,437,32,1,15545,11422,7509,896,2614.25955099998,0.535714285714286,8,0,G5,p,11,144,79,11,,,,,,o,,d,e,,gutim,20573 +non,437,33,3,15546,11422,7509,896,2614.25955099998,0.159040178571429,32,1,E2,p,11,144,40,11,,,,,,o,,d,e,,gutim,20574 +nof,437,33,3,15546,11423,,896,2614.4185509999797,,,,,,,144,40,0,,,,,,,,,,,gutim,20574 +non,437,34,3,15547,11423,7510,934,2614.4185509999797,0.159040178571429,32,1,G#1,p,11,144,32,11,,,,,,o,,d,e,,gutim,20575 +nof,437,34,3,15547,11424,,934,2614.57755099998,,,,,,,144,32,0,,,,,,,,,,,gutim,20575 +non,437,35,3,15548,11424,7511,972,2614.57755099998,0.163225446428571,32,1,C5,p,11,144,72,11,,,,,,o,,d,e,,gutim,20576 +nof,437,35,3,15548,11425,,972,2614.74055099998,,,,,,,144,72,0,,,,,,,,,,,gutim,20576 +non,437,36,3,15549,11425,7512,1011,2614.74055099998,0.0544084821428571,64,0,C#1,p,11,144,25,11,,,,,,o,,d,E,,gutim,20577 +non,437,37,3,15550,11425,7512,1011,2614.74055099998,0.0669642857142857,64,0,G#1,p,11,144,32,11,,,,,,o,,d,E,,gutim,20578 +non,437,38,3,15551,11425,7512,1011,2614.74055099998,0.0669642857142857,64,0,C5,p,11,144,72,11,,,,,,o,,d,E,,gutim,20579 +nof,437,32,1,15545,11426,,896,2614.79455099998,,,,,,,144,79,0,,,,,,,,,,,gutim,20573 +nof,437,36,3,15549,11426,,1011,2614.79455099998,,,,,,,144,25,0,,,,,,,,,,,gutim,20577 +rst,437,39,1,15552,11426,,1024,2614.79455099998,,,,,,,176,102,0,,,,,,,,,,,gutim,20580 +rst,437,40,3,15553,11426,,1024,2614.79455099998,,,,,,,176,102,0,,,,,,,,,,,gutim,20581 +nof,437,37,3,15550,11427,,1011,2614.80755099998,,,,,,,144,32,0,,,,,,,,,,,gutim,20578 +nof,437,38,3,15551,11427,,1011,2614.80755099998,,,,,,,144,72,0,,,,,,,,,,,gutim,20579 +non,437,41,1,15554,11428,7513,1280,2615.86655099998,0.318080357142857,16,1,D4,p,11,144,62,11,,,,,,o,,,,,gutim,20582 +non,437,42,1,15555,11428,7513,1280,2615.86655099998,0.267857142857143,16,1,B4,p,11,144,71,11,,,,,,o,,,,,gutim,20583 +non,437,43,3,15556,11428,7513,1280,2615.86655099998,0.318080357142857,16,1,F1,p,11,144,29,11,,,,,,o,,,,,gutim,20584 +nof,437,42,1,15555,11429,,1280,2616.13455099998,,,,,,,144,71,0,,,,,,,,,,,gutim,20583 +nof,437,41,1,15554,11430,,1280,2616.18455099998,,,,,,,144,62,0,,,,,,,,,,,gutim,20582 +nof,437,43,3,15556,11430,,1280,2616.18455099998,,,,,,,144,29,0,,,,,,,,,,,gutim,20584 +non,437,44,1,15557,11430,7514,1356,2616.18455099998,0.217633928571429,16,0,D4,p-,10,144,62,10,,,,,,o,,,,,gutim,20585 +non,437,45,1,15558,11430,7514,1356,2616.18455099998,0.267857142857143,16,0,B4,p-,10,144,71,10,,,,,,o,,,,,gutim,20586 +non,437,46,3,15559,11430,7514,1356,2616.18455099998,0.217633928571429,16,0,F1,p-,10,144,29,10,,,,,,o,,,,,gutim,20587 +nof,437,44,1,15557,11431,,1356,2616.4025509999797,,,,,,,144,62,0,,,,,,,,,,,gutim,20585 +nof,437,45,1,15558,11431,,1356,2616.4025509999797,,,,,,,144,71,0,,,,,,,,,,,gutim,20586 +nof,437,46,3,15559,11431,,1356,2616.4025509999797,,,,,,,144,29,0,,,,,,,,,,,gutim,20587 +non,437,47,1,15560,11431,7515,1408,2616.4025509999797,0.213448660714286,16,0,D4,pp+,9,144,62,9,,,,,,o,,,,,gutim,20588 +non,437,48,1,15561,11431,7515,1408,2616.4025509999797,0.267857142857143,16,0,B4,pp+,9,144,71,9,,,,,,o,,,,,gutim,20589 +non,437,49,3,15562,11431,7515,1408,2616.4025509999797,0.426897321428571,8,0,F1,pp+,9,144,29,9,,,,,,o,,,,,gutim,20590 +non,437,50,3,15563,11431,7515,1408,2616.4025509999797,0.535714285714286,8,0,F#2,pp+,9,144,42,9,,,,,,o,,,,,gutim,20591 +nof,437,47,1,15560,11432,,1408,2616.61555099998,,,,,,,144,62,0,,,,,,,,,,,gutim,20588 +nof,437,48,1,15561,11432,,1408,2616.61555099998,,,,,,,144,71,0,,,,,,,,,,,gutim,20589 +non,437,51,1,15564,11432,7516,1459,2616.61555099998,0.213448660714286,16,0,D4,pp,8,144,62,8,,,,,,o,,,,,gutim,20592 +non,437,52,1,15565,11432,7516,1459,2616.61555099998,0.267857142857143,16,0,A#4,pp,8,144,70,8,,,,,,o,,,,,gutim,20593 +non,437,53,1,15566,11432,7516,1459,2616.61555099998,0.267857142857143,16,0,B4,pp,8,144,71,8,,,,,,o,,,,,gutim,20594 +nof,437,49,3,15562,11433,,1408,2616.82855099998,,,,,,,144,29,0,,,,,,,,,,,gutim,20590 +nof,437,50,3,15563,11433,,1408,2616.82855099998,,,,,,,144,42,0,,,,,,,,,,,gutim,20591 +nof,437,51,1,15564,11433,,1459,2616.82855099998,,,,,,,144,62,0,,,,,,,,,,,gutim,20592 +nof,437,52,1,15565,11433,,1459,2616.82855099998,,,,,,,144,70,0,,,,,,,,,,,gutim,20593 +nof,437,53,1,15566,11433,,1459,2616.82855099998,,,,,,,144,71,0,,,,,,,,,,,gutim,20594 +non,437,54,3,15567,11433,7517,1510,2616.82855099998,0.108816964285714,32,0,F1,pp-,7,144,29,7,,,,,,o,,,,,gutim,20595 +non,437,55,3,15568,11433,7517,1510,2616.82855099998,0.133928571428571,32,0,F#2,pp-,7,144,42,7,,,,,,o,,,,,gutim,20596 +non,437,56,1,15569,11433,7517,1510,2616.82855099998,0.108816964285714,32,0,D4,pp-,7,144,62,7,,,,,,o,,,,,gutim,20597 +non,437,57,1,15570,11433,7517,1510,2616.82855099998,0.133928571428571,32,0,A#4,pp-,7,144,70,7,,,,,,o,,,,,gutim,20598 +non,437,58,1,15571,11433,7517,1510,2616.82855099998,0.133928571428571,32,0,B4,pp-,7,144,71,7,,,,,,o,,,,,gutim,20599 +nof,437,54,3,15567,11434,,1510,2616.93755099998,,,,,,,144,29,0,,,,,,,,,,,gutim,20595 +nof,437,56,1,15569,11434,,1510,2616.93755099998,,,,,,,144,62,0,,,,,,,,,,,gutim,20597 +bar,438,0,0,15572,11434,,0,2616.93755099998,,,,,,,,,,438,,,,,,,,,,gutim,20600 +rst,438,1,1,15573,11434,,0,2616.93755099998,,,,,,,176,102,0,,,,,,,,,,,gutim,20601 +rst,438,2,3,15574,11434,,0,2616.93755099998,,,,,,,176,102,0,,,,,,,,,,,gutim,20602 +nof,437,55,3,15568,11435,,1510,2616.96255099998,,,,,,,144,42,0,,,,,,,,,,,gutim,20596 +nof,437,57,1,15570,11435,,1510,2616.96255099998,,,,,,,144,70,0,,,,,,,,,,,gutim,20598 +nof,437,58,1,15571,11435,,1510,2616.96255099998,,,,,,,144,71,0,,,,,,,,,,,gutim,20599 +non,438,3,1,15575,11436,7518,153,2617.57855099998,0.431082589285714,8,0,C5,mp,14,144,72,14,,,,,,o,,,,,gutim,20603 +non,438,4,1,15576,11436,7518,153,2617.57855099998,0.535714285714286,8,0,G5,mp,14,144,79,14,,,,,,o,,,,,gutim,20604 +non,438,5,3,15577,11436,7518,153,2617.57855099998,0.431082589285714,8,0,C#1,mp,14,144,25,14,,,,,,o,,,,,gutim,20605 +non,438,6,3,15578,11436,7518,153,2617.57855099998,0.535714285714286,8,0,G#1,mp,14,144,32,14,,,,,,o,,,,,gutim,20606 +non,438,7,3,15579,11436,7518,153,2617.57855099998,0.535714285714286,8,0,E2,mp,14,144,40,14,,,,,,o,,,,,gutim,20607 +nof,438,3,1,15575,11437,,153,2618.00955099998,,,,,,,144,72,0,,,,,,,,,,,gutim,20603 +nof,438,5,3,15577,11437,,153,2618.00955099998,,,,,,,144,25,0,,,,,,,,,,,gutim,20605 +non,438,8,1,15580,11437,7519,256,2618.00955099998,0.104631696428571,32,0,C#4,pp,8,144,61,8,,,,,,o,,d,e,,gutim,20608 +rst,438,9,3,15581,11437,,256,2618.00955099998,,,,,,,176,102,0,,,,,,,,,,,gutim,20609 +nof,438,4,1,15576,11438,,153,2618.11355099998,,,,,,,144,79,0,,,,,,,,,,,gutim,20604 +nof,438,6,3,15578,11438,,153,2618.11355099998,,,,,,,144,32,0,,,,,,,,,,,gutim,20606 +nof,438,7,3,15579,11438,,153,2618.11355099998,,,,,,,144,40,0,,,,,,,,,,,gutim,20607 +nof,438,8,1,15580,11438,,256,2618.11355099998,,,,,,,144,61,0,,,,,,,,,,,gutim,20608 +non,438,10,1,15582,11438,7520,281,2618.11355099998,0.108816964285714,32,0,A1,pp,8,144,33,8,,,,,,o,,d,e,,gutim,20610 +nof,438,10,1,15582,11439,,281,2618.22255099998,,,,,,,144,33,0,,,,,,,,,,,gutim,20610 +non,438,11,1,15583,11439,7521,307,2618.22255099998,0.104631696428571,32,0,D5,pp,8,144,74,8,,,,,,o,,d,e,,gutim,20611 +nof,438,11,1,15583,11440,,307,2618.32755099998,,,,,,,144,74,0,,,,,,,,,,,gutim,20611 +non,438,12,1,15584,11440,7522,332,2618.32755099998,0.108816964285714,32,0,F2,pp,8,144,41,8,,,,,,o,,d,e,,gutim,20612 +nof,438,12,1,15584,11441,,332,2618.4365509999798,,,,,,,144,41,0,,,,,,,,,,,gutim,20612 +non,438,13,1,15585,11441,7523,358,2618.4365509999798,0.108816964285714,32,0,Ab4,pp,8,144,68,8,,,,,,o,,d,e,,gutim,20613 +nof,438,13,1,15585,11442,,358,2618.54455099998,,,,,,,144,68,0,,,,,,,,,,,gutim,20613 +rst,438,14,1,15586,11442,,384,2618.54455099998,,,,,,,176,102,0,,,,,,,,,,,gutim,20614 +non,438,15,3,15587,11442,7524,384,2618.54455099998,0.1171875,32,0,C#4,pp,8,144,61,8,,,,,,o,,d,E,,gutim,20615 +non,438,16,3,15588,11442,7524,384,2618.54455099998,0.133928571428571,32,0,D5,pp,8,144,74,8,,,,,,o,,d,E,,gutim,20616 +nof,438,15,3,15587,11443,,384,2618.66255099998,,,,,,,144,61,0,,,,,,,,,,,gutim,20615 +non,438,17,3,15589,11443,7525,412,2618.66255099998,0.1171875,32,0,A1,pp,8,144,33,8,,,,,,o,,,,,gutim,20617 +nof,438,16,3,15588,11444,,384,2618.67855099998,,,,,,,144,74,0,,,,,,,,,,,gutim,20616 +nof,438,17,3,15589,11445,,412,2618.77955099998,,,,,,,144,33,0,,,,,,,,,,,gutim,20617 +non,438,18,3,15590,11445,7526,440,2618.77955099998,0.179966517857143,32,1,C#4,pp,8,144,61,8,,,,,,o,,,,,gutim,20618 +nof,438,18,3,15590,11446,,440,2618.95955099998,,,,,,,144,61,0,,,,,,,,,,,gutim,20618 +non,438,19,3,15591,11446,7527,483,2618.95955099998,0.121372767857143,32,0,Ab4,pp,8,144,68,8,,,,,,o,,,,,gutim,20619 +non,438,20,3,15592,11446,7527,483,2618.95955099998,0.133928571428571,32,0,D5,pp,8,144,74,8,,,,,,o,,,,,gutim,20620 +nof,438,19,3,15591,11447,,483,2619.08055099998,,,,,,,144,68,0,,,,,,,,,,,gutim,20619 +non,438,21,3,15593,11447,7528,512,2619.08055099998,0.1171875,32,0,F2,pp,8,144,41,8,,,,,,o,,,,,gutim,20621 +rst,438,22,1,15594,11447,,512,2619.08055099998,,,,,,,176,102,0,,,,,,,,,,,gutim,20622 +nof,438,20,3,15592,11448,,483,2619.09355099998,,,,,,,144,74,0,,,,,,,,,,,gutim,20620 +nof,438,21,3,15593,11449,,512,2619.1975509999797,,,,,,,144,41,0,,,,,,,,,,,gutim,20621 +non,438,23,3,15595,11449,7529,540,2619.1975509999797,0.1171875,32,0,Ab4,pp,8,144,68,8,,,,,,o,,,,,gutim,20623 +nof,438,23,3,15595,11450,,540,2619.31455099998,,,,,,,144,68,0,,,,,,,,,,,gutim,20623 +non,438,24,3,15596,11450,7530,568,2619.31455099998,0.179966517857143,32,1,D5,pp,8,144,74,8,,,,,,o,,,,,gutim,20624 +nof,438,24,3,15596,11451,,568,2619.4945509999798,,,,,,,144,74,0,,,,,,,,,,,gutim,20624 +non,438,25,3,15597,11451,7531,611,2619.4945509999798,0.121372767857143,32,0,Ab4,pp,8,144,68,8,,,,,,o,,,,,gutim,20625 +nof,438,25,3,15597,11452,,611,2619.61655099998,,,,,,,144,68,0,,,,,,,,,,,gutim,20625 +non,438,26,3,15598,11452,7532,640,2619.61655099998,0.1171875,32,0,A1,pp,8,144,33,8,,,,,,o,,,,,gutim,20626 +nof,438,26,3,15598,11453,,640,2619.73355099998,,,,,,,144,33,0,,,,,,,,,,,gutim,20626 +non,438,27,3,15599,11453,7533,668,2619.73355099998,0.1171875,32,0,C#4,pp,8,144,61,8,,,,,,o,,,,,gutim,20627 +non,438,28,3,15600,11453,7533,668,2619.73355099998,0.133928571428571,32,0,G#4,pp,8,144,68,8,,,,,,o,,,,,gutim,20628 +non,438,29,3,15601,11453,7533,668,2619.73355099998,0.133928571428571,32,0,D5,pp,8,144,74,8,,,,,,o,,,,,gutim,20629 +nof,438,27,3,15599,11454,,668,2619.85055099998,,,,,,,144,61,0,,,,,,,,,,,gutim,20627 +non,438,30,3,15602,11454,7534,696,2619.85055099998,0.179966517857143,32,1,A0,pp,8,144,21,8,,,,,,o,,,,,gutim,20630 +nof,438,28,3,15600,11455,,668,2619.86755099998,,,,,,,144,68,0,,,,,,,,,,,gutim,20628 +nof,438,29,3,15601,11455,,668,2619.86755099998,,,,,,,144,74,0,,,,,,,,,,,gutim,20629 +nof,438,30,3,15602,11456,,696,2620.03055099998,,,,,,,144,21,0,,,,,,,,,,,gutim,20630 +non,438,31,3,15603,11456,7535,739,2620.03055099998,0.121372767857143,32,0,F1,pp,8,144,29,8,,,,,,o,,,,,gutim,20631 +nof,438,31,3,15603,11457,,739,2620.1525509999797,,,,,,,144,29,0,,,,,,,,,,,gutim,20631 +rst,438,32,3,15604,11457,,768,2620.1525509999797,,,,,,,176,102,0,,,,,,,,,,,gutim,20632 +non,438,33,1,15605,11457,7536,768,2620.1525509999797,0.200892857142857,32,1,Ab3,pp,8,144,56,8,,,,,,o,,,,,gutim,20633 +non,438,34,1,15606,11457,7536,768,2620.1525509999797,0.133928571428571,32,1,D4,pp,8,144,62,8,,,,,,o,,,,,gutim,20634 +nof,438,34,1,15606,11458,,768,2620.28555099998,,,,,,,144,62,0,,,,,,,,,,,gutim,20634 +nof,438,33,1,15605,11459,,768,2620.35255099998,,,,,,,144,56,0,,,,,,,,,,,gutim,20633 +non,438,35,1,15607,11459,7537,816,2620.35255099998,0.200892857142857,32,1,A0,pp,8,144,21,8,,,,,,o,,,,,gutim,20635 +rst,438,36,3,15608,11460,,853,2620.5075509999797,,,,,,,176,102,0,,,,,,,,,,,gutim,20636 +nof,438,35,1,15607,11461,,816,2620.55355099998,,,,,,,144,21,0,,,,,,,,,,,gutim,20635 +non,438,37,1,15609,11461,7538,864,2620.55355099998,0.133928571428571,32,0,F1,pp,8,144,29,8,,,,,,o,,,,,gutim,20637 +nof,438,37,1,15609,11462,,864,2620.68755099998,,,,,,,144,29,0,,,,,,,,,,,gutim,20637 +non,438,38,1,15610,11462,7539,896,2620.68755099998,0.17578125,16,0,C#3,pp,8,144,49,8,,,,,,o,,d,e,,gutim,20638 +rst,438,39,3,15611,11462,,896,2620.68755099998,,,,,,,176,102,0,,,,,,,,,,,gutim,20639 +nof,438,38,1,15610,11463,,896,2620.86355099998,,,,,,,144,49,0,,,,,,,,,,,gutim,20638 +non,438,40,1,15612,11463,7540,938,2620.86355099998,0.179966517857143,16,0,D4,pp,8,144,62,8,,,,,,o,,d,e,,gutim,20640 +nof,438,40,1,15612,11464,,938,2621.0435509999797,,,,,,,144,62,0,,,,,,,,,,,gutim,20640 +non,438,41,1,15613,11464,7541,981,2621.0435509999797,0.179966517857143,16,0,Ab3,pp,8,144,56,8,,,,,,o,,d,e,,gutim,20641 +nof,438,41,1,15613,11465,,981,2621.22355099998,,,,,,,144,56,0,,,,,,,,,,,gutim,20641 +ped,438,42,0,15614,11465,,1024,2621.22355099998,,,,,,,176,64,0,,,,,,,^,,,,gutim,20563 +non,438,43,1,15615,11465,7542,1024,2621.22355099998,0.267857142857143,16,0,C#3,fff,24,144,49,24,,,,,,o,,d,e,,gutim,20642 +non,438,44,1,15616,11465,7542,1024,2621.22355099998,0.267857142857143,16,0,Ab3,fff,24,144,56,24,,,,,,o,,d,e,,gutim,20643 +non,438,45,1,15617,11465,7542,1024,2621.22355099998,0.267857142857143,16,0,D4,fff,24,144,62,24,,,,,,o,,d,e,,gutim,20644 +non,438,46,3,15618,11465,7542,1024,2621.22355099998,0.17578125,16,0,A0,fff,24,144,21,24,,,,,,o,,d,e,,gutim,20645 +nof,438,46,3,15618,11466,,1024,2621.39955099998,,,,,,,144,21,0,,,,,,,,,,,gutim,20645 +non,438,47,3,15619,11466,7543,1066,2621.39955099998,0.179966517857143,16,0,A0,fff,24,144,21,24,,,,,,o,,d,E,,gutim,20646 +non,438,48,3,15620,11466,7543,1066,2621.39955099998,0.267857142857143,16,0,F1,fff,24,144,29,24,,,,,,o,,d,E,,gutim,20647 +nof,438,43,1,15615,11467,,1024,2621.49155099998,,,,,,,144,49,0,,,,,,,,,,,gutim,20642 +nof,438,44,1,15616,11467,,1024,2621.49155099998,,,,,,,144,56,0,,,,,,,,,,,gutim,20643 +nof,438,45,1,15617,11467,,1024,2621.49155099998,,,,,,,144,62,0,,,,,,,,,,,gutim,20644 +rst,438,49,1,15621,11467,,1088,2621.49155099998,,,,,,,176,102,0,,,,,,,,,,,gutim,20648 +nof,438,47,3,15619,11468,,1066,2621.57955099998,,,,,,,144,21,0,,,,,,,,,,,gutim,20646 +rst,438,50,3,15622,11468,,1109,2621.57955099998,,,,,,,176,102,0,,,,,,,,,,,gutim,20649 +nof,438,48,3,15620,11469,,1066,2621.66755099998,,,,,,,144,29,0,,,,,,,,,,,gutim,20647 +rst,438,52,1,15623,11470,,1152,2621.75955099998,,,,,,,176,102,0,,,,,,,,,,,gutim,20650 +non,438,53,3,15624,11471,7544,1152,2622.35955099998,0.1171875,32,0,C#6,pp,8,144,85,8,,,,,,o,,,,,gutim,20651 +ped,438,51,0,15625,11471,,1152,2622.35955099998,,,,,,,176,64,127,,,,,,,V,,,,gutim,20652 +nof,438,53,3,15624,11472,,1152,2622.4765509999797,,,,,,,144,85,0,,,,,,,,,,,gutim,20651 +non,438,54,3,15626,11472,7545,1180,2622.4765509999797,0.1171875,32,0,E3,pp,8,144,52,8,,,,,,o,,,,,gutim,20653 +nof,438,54,3,15626,11473,,1180,2622.59355099998,,,,,,,144,52,0,,,,,,,,,,,gutim,20653 +non,438,55,3,15627,11473,7546,1208,2622.59355099998,0.179966517857143,32,1,A2,pp+,9,144,45,9,,,,,,o,,,,,gutim,20654 +nof,438,55,3,15627,11474,,1208,2622.7735509999798,,,,,,,144,45,0,,,,,,,,,,,gutim,20654 +non,438,56,3,15628,11474,7547,1251,2622.7735509999798,0.121372767857143,32,0,E3,p-,10,144,52,10,,,,,,o,,,,,gutim,20655 +nof,438,56,3,15628,11475,,1251,2622.89455099998,,,,,,,144,52,0,,,,,,,,,,,gutim,20655 +non,438,57,3,15629,11475,7548,1280,2622.89455099998,0.1171875,32,0,A2,p-,10,144,45,10,,,,,,o,,,,,gutim,20656 +rst,438,58,1,15630,11475,,1280,2622.89455099998,,,,,,,176,102,0,,,,,,,,,,,gutim,20657 +nof,438,57,3,15629,11476,,1280,2623.01255099998,,,,,,,144,45,0,,,,,,,,,,,gutim,20656 +non,438,59,3,15631,11476,7549,1308,2623.01255099998,0.1171875,32,0,Bb4,p,11,144,70,11,,,,,,o,,,,,gutim,20658 +nof,438,59,3,15631,11477,,1308,2623.12955099998,,,,,,,144,70,0,,,,,,,,,,,gutim,20658 +non,438,60,3,15632,11477,7550,1336,2623.12955099998,0.179966517857143,32,1,F2,p,11,144,41,11,,,,,,o,,,,,gutim,20659 +nof,438,60,3,15632,11478,,1336,2623.30955099998,,,,,,,144,41,0,,,,,,,,,,,gutim,20659 +non,438,61,3,15633,11478,7551,1379,2623.30955099998,0.121372767857143,32,0,Bb5,p+,12,144,82,12,,,,,,o,,,,,gutim,20660 +nof,438,61,3,15633,11479,,1379,2623.43055099998,,,,,,,144,82,0,,,,,,,,,,,gutim,20660 +non,438,62,3,15634,11479,7552,1408,2623.43055099998,0.133928571428571,32,1,A2,p+,12,144,45,12,,,,,,o,,,,,gutim,20661 +nof,438,62,3,15634,11480,,1408,2623.56455099998,,,,,,,144,45,0,,,,,,,,,,,gutim,20661 +non,438,63,3,15635,11480,7553,1440,2623.56455099998,0.087890625,32,0,E3,mp-,13,144,52,13,,,,,,o,,,,,gutim,20662 +nof,438,63,3,15635,11481,,1440,2623.6525509999797,,,,,,,144,52,0,,,,,,,,,,,gutim,20662 +non,438,64,3,15636,11481,7554,1461,2623.6525509999797,0.133928571428571,32,1,F2,mp-,13,144,41,13,,,,,,o,,,,,gutim,20663 +nof,438,64,3,15636,11482,,1461,2623.7865509999797,,,,,,,144,41,0,,,,,,,,,,,gutim,20663 +non,438,65,3,15637,11482,7555,1493,2623.7865509999797,0.087890625,32,0,Bb3,mp,14,144,58,14,,,,,,o,,,,,gutim,20664 +ped,438,67,0,15638,11483,,1535,2623.8515509999797,,,,,,,176,64,0,,,,,,,^,,,,gutim,20652 +nof,438,65,3,15637,11484,,1493,2623.87455099998,,,,,,,144,58,0,,,,,,,,,,,gutim,20664 +non,438,66,3,15639,11484,7556,1514,2623.87455099998,0.0920758928571429,32,0,F2,mp,14,144,41,14,,,,,,o,,,,,gutim,20665 +nof,438,66,3,15639,11485,,1514,2623.96655099998,,,,,,,144,41,0,,,,,,,,,,,gutim,20665 +bar,439,0,0,15640,11485,,0,2623.96655099998,,,,,,,,,,439,,,,,,,,,,gutim,20666 +non,439,2,1,15641,11485,7557,0,2623.96655099998,0.267857142857143,16,0,Db5,p,11,144,73,11,,,,,,o,,,,,gutim,20667 +non,439,3,3,15642,11485,7557,,2623.96655099998,0.05,8,0,E2,mp,14,144,40,14,,,,g,,o,,,,,gutim,20668 +nof,439,3,3,15642,11486,,,2624.0165509999797,,,,,,,144,40,0,,,,,,,,,,,gutim,20668 +rst,439,4,3,15643,11487,,0,2624.04155099998,,,,,,,176,102,0,,,,,,,,,,,gutim,20669 +ped,439,1,0,15644,11488,,0,2624.15155099998,,,,,,,176,64,127,,,,,,,V,,,,gutim,20670 +nof,439,2,1,15641,11489,,0,2624.23455099998,,,,,,,144,73,0,,,,,,,,,,,gutim,20667 +non,439,5,1,15645,11490,7558,64,2624.30955099998,0.267857142857143,16,0,A1,p,11,144,33,11,,,,,,o,,,,,gutim,20671 +nof,439,5,1,15645,11491,,64,2624.57755099998,,,,,,,144,33,0,,,,,,,,,,,gutim,20671 +non,439,6,1,15646,11491,7559,128,2624.57755099998,0.267857142857143,16,0,E2,p,11,144,40,11,,,,,,o,,,,,gutim,20672 +nof,439,6,1,15646,11492,,128,2624.8445509999797,,,,,,,144,40,0,,,,,,,,,,,gutim,20672 +non,439,7,1,15647,11492,7560,192,2624.8445509999797,0.267857142857143,16,0,Db6,p,11,144,85,11,,,,,,o,,,,,gutim,20673 +rst,439,8,1,15648,11493,,256,2625.1125509999797,,,,,,,176,102,0,,,,,,,,,,,gutim,20674 +non,439,9,3,15649,11493,7561,256,2625.1125509999797,0.213448660714286,16,0,A1,pp,8,144,33,8,,,,,,o,,d,e,,gutim,20675 +non,439,10,3,15650,11493,7561,256,2625.1125509999797,0.267857142857143,16,0,F2,pp,8,144,41,8,,,,,,o,,d,e,,gutim,20676 +nof,439,7,1,15647,11494,,192,2625.18755099998,,,,,,,144,85,0,,,,,,,,,,,gutim,20673 +nof,439,9,3,15649,11495,,256,2625.3265509999796,,,,,,,144,33,0,,,,,,,,,,,gutim,20675 +non,439,11,1,15651,11495,7562,307,2625.3265509999796,0.213448660714286,16,0,B6,pp,8,144,95,8,,,,,,o,,d,e,,gutim,20677 +non,439,12,3,15652,11495,7562,307,2625.3265509999796,0.213448660714286,16,0,F1,pp,8,144,29,8,,,,,,o,,d,e,,gutim,20678 +nof,439,10,3,15650,11496,,256,2625.3805509999797,,,,,,,144,41,0,,,,,,,,,,,gutim,20676 +nof,439,11,1,15651,11497,,307,2625.53955099998,,,,,,,144,95,0,,,,,,,,,,,gutim,20677 +nof,439,12,3,15652,11497,,307,2625.53955099998,,,,,,,144,29,0,,,,,,,,,,,gutim,20678 +non,439,13,1,15653,11497,7563,358,2625.53955099998,0.213448660714286,16,0,B6,pp,8,144,95,8,,,,,,o,,d,e,,gutim,20679 +non,439,14,3,15654,11497,7563,358,2625.53955099998,0.213448660714286,16,0,F1,pp,8,144,29,8,,,,,,o,,d,e,,gutim,20680 +non,439,15,3,15655,11497,7563,358,2625.53955099998,0.267857142857143,16,0,Gb2,pp,8,144,42,8,,,,,,o,,d,e,,gutim,20681 +nof,439,13,1,15653,11498,,358,2625.75355099998,,,,,,,144,95,0,,,,,,,,,,,gutim,20679 +nof,439,14,3,15654,11498,,358,2625.75355099998,,,,,,,144,29,0,,,,,,,,,,,gutim,20680 +nof,439,15,3,15655,11498,,358,2625.75355099998,,,,,,,144,42,0,,,,,,,,,,,gutim,20681 +non,439,16,1,15656,11498,7564,409,2625.75355099998,0.213448660714286,16,0,B6,pp,8,144,95,8,,,,,,o,,d,e,,gutim,20682 +non,439,17,3,15657,11498,7564,409,2625.75355099998,0.213448660714286,16,0,Gb2,pp,8,144,42,8,,,,,,o,,d,e,,gutim,20683 +non,439,18,3,15658,11498,7564,409,2625.75355099998,0.267857142857143,16,0,D3,pp,8,144,50,8,,,,,,o,,d,e,,gutim,20684 +nof,439,16,1,15656,11499,,409,2625.96655099998,,,,,,,144,95,0,,,,,,,,,,,gutim,20682 +nof,439,17,3,15657,11499,,409,2625.96655099998,,,,,,,144,42,0,,,,,,,,,,,gutim,20683 +nof,439,18,3,15658,11499,,409,2625.96655099998,,,,,,,144,50,0,,,,,,,,,,,gutim,20684 +non,439,19,1,15659,11499,7565,460,2625.96655099998,0.217633928571429,16,0,Bb5,pp,8,144,82,8,,,,,,o,,d,e,,gutim,20685 +non,439,20,1,15660,11499,7565,460,2625.96655099998,0.267857142857143,16,0,B6,pp,8,144,95,8,,,,,,o,,d,e,,gutim,20686 +non,439,21,3,15661,11499,7565,460,2625.96655099998,0.217633928571429,16,0,F2,pp,8,144,41,8,,,,,,o,,d,E,,gutim,20687 +non,439,22,3,15662,11499,7565,460,2625.96655099998,0.267857142857143,16,0,Gb2,pp,8,144,42,8,,,,,,o,,d,E,,gutim,20688 +non,439,23,3,15663,11499,7565,460,2625.96655099998,0.267857142857143,16,0,D3,pp,8,144,50,8,,,,,,o,,d 6074,E 6074,,gutim,20689 +nof,439,19,1,15659,11500,,460,2626.18455099998,,,,,,,144,82,0,,,,,,,,,,,gutim,20685 +nof,439,21,3,15661,11500,,460,2626.18455099998,,,,,,,144,41,0,,,,,,,,,,,gutim,20687 +rst,439,24,1,15664,11500,,512,2626.18455099998,,,,,,,176,102,0,,,,,,,,,,,gutim,20690 +rst,439,25,3,15665,11500,,512,2626.18455099998,,,,,,,176,102,0,,,,,,,,,,,gutim,20691 +nof,439,20,1,15660,11501,,460,2626.23455099998,,,,,,,144,95,0,,,,,,,,,,,gutim,20686 +nof,439,22,3,15662,11501,,460,2626.23455099998,,,,,,,144,42,0,,,,,,,,,,,gutim,20688 +nof,439,23,3,15663,11501,,460,2626.23455099998,,,,,,,144,50,0,,,,,,,,,,,gutim,20689 +non,439,26,1,15666,11502,7566,704,2626.9875509999797,0.355747767857143,8,0,Db5,p,11,144,73,11,,,,,,o,,,,,gutim,20692 +non,439,27,3,15667,11502,7566,704,2626.9875509999797,0.17578125,16,0,A1,p,11,144,33,11,,,,,,o,,,,,gutim,20693 +nof,439,27,3,15667,11503,,704,2627.16355099998,,,,,,,144,33,0,,,,,,,,,,,gutim,20693 +non,439,28,3,15668,11503,7567,746,2627.16355099998,0.179966517857143,16,0,A1,p+,12,144,33,12,,,,,,o,,,,,gutim,20694 +non,439,29,3,15669,11503,7567,746,2627.16355099998,0.267857142857143,16,0,E2,p+,12,144,40,12,,,,,,o,,,,,gutim,20695 +nof,439,26,1,15666,11504,,704,2627.34355099998,,,,,,,144,73,0,,,,,,,,,,,gutim,20692 +nof,439,28,3,15668,11504,,746,2627.34355099998,,,,,,,144,33,0,,,,,,,,,,,gutim,20694 +nof,439,29,3,15669,11504,,746,2627.34355099998,,,,,,,144,40,0,,,,,,,,,,,gutim,20695 +non,439,30,1,15670,11504,7568,789,2627.34355099998,0.179966517857143,16,0,Db6,mp,14,144,85,14,,,,,,o,,,,,gutim,20696 +non,439,31,3,15671,11504,7568,789,2627.34355099998,0.179966517857143,16,0,A1,mp,14,144,33,14,,,,,,o,,,,,gutim,20697 +non,439,32,3,15672,11504,7568,789,2627.34355099998,0.267857142857143,16,0,E2,mp,14,144,40,14,,,,,,o,,,,,gutim,20698 +nof,439,30,1,15670,11505,,789,2627.5235509999798,,,,,,,144,85,0,,,,,,,,,,,gutim,20696 +nof,439,31,3,15671,11505,,789,2627.5235509999798,,,,,,,144,33,0,,,,,,,,,,,gutim,20697 +rst,439,33,1,15673,11505,,832,2627.5235509999798,,,,,,,176,102,0,,,,,,,,,,,gutim,20699 +non,439,34,3,15674,11505,7569,832,2627.5235509999798,0.17578125,16,0,F1,mp+,15,144,29,15,,,,,,o,,,,,gutim,20700 +nof,439,32,3,15672,11506,,789,2627.61155099998,,,,,,,144,40,0,,,,,,,,,,,gutim,20698 +nof,439,34,3,15674,11507,,832,2627.6995509999797,,,,,,,144,29,0,,,,,,,,,,,gutim,20700 +non,439,35,3,15675,11507,7570,874,2627.6995509999797,0.0920758928571429,32,0,Bb3,mf-,16,144,58,16,,,,,,o,,,,,gutim,20701 +nof,439,35,3,15675,11508,,874,2627.79155099998,,,,,,,144,58,0,,,,,,,,,,,gutim,20701 +non,439,36,3,15676,11508,7571,896,2627.79155099998,0.535714285714286,8,0,F1,mf,17,144,29,17,,,,,,o,,,,,gutim,20702 +non,439,37,3,15677,11508,7571,896,2627.79155099998,0.535714285714286,8,0,A1,mf,17,144,33,17,,,,,,o,,,,,gutim,20703 +non,439,38,3,15678,11508,7571,896,2627.79155099998,0.535714285714286,8,0,E2,mf,17,144,40,17,,,,,,o,,,,,gutim,20704 +non,439,39,3,15679,11508,7571,896,2627.79155099998,0.535714285714286,8,0,Bb3,mf,17,144,58,17,,,,,,o,,,,,gutim,20705 +sec,439,40,0,15680,11509,,896,2628.09155099998,,,,,,,,,,,6074,,,,,,,,,gutim,20706 +nof,439,36,3,15676,11510,,896,2628.32755099998,,,,,,,144,29,0,,,,,,,,,,,gutim,20702 +nof,439,37,3,15677,11510,,896,2628.32755099998,,,,,,,144,33,0,,,,,,,,,,,gutim,20703 +nof,439,38,3,15678,11510,,896,2628.32755099998,,,,,,,144,40,0,,,,,,,,,,,gutim,20704 +nof,439,39,3,15679,11510,,896,2628.32755099998,,,,,,,144,58,0,,,,,,,,,,,gutim,20705 +ped,439,41,0,15681,11511,,1024,2628.5835509999797,,,,,,,176,64,0,,,,,,,^,,,,gutim,20670 +non,439,42,1,15682,11512,7572,1024,2628.62755099998,0.803571428571429,8,1,C#7,f,20,144,97,20,,,,,,o,,,,,gutim,20707 +rst,439,43,3,15683,11512,,1024,2628.62755099998,,,,,,,176,102,0,,,,,,,,,,,gutim,20708 +ped,439,44,0,15684,11513,,1075,2628.88355099998,,,,,,,176,64,127,,,,,,,V,,,,gutim,20709 +non,439,45,1,15685,11514,7573,1216,2629.43055099998,0.213448660714286,16,0,B5,pp,8,144,83,8,,,,,,o,,d,e,,gutim,20710 +non,439,46,3,15686,11514,7573,1216,2629.43055099998,0.213448660714286,16,0,F2,pp,8,144,41,8,,,,,,o,,d,e,,gutim,20711 +nof,439,45,1,15685,11515,,1216,2629.64455099998,,,,,,,144,83,0,,,,,,,,,,,gutim,20710 +nof,439,46,3,15686,11515,,1216,2629.64455099998,,,,,,,144,41,0,,,,,,,,,,,gutim,20711 +non,439,47,1,15687,11515,7574,1267,2629.64455099998,0.213448660714286,16,0,B5,pp,8,144,83,8,,,,,,o,,d,e,,gutim,20712 +non,439,48,3,15688,11515,7574,1267,2629.64455099998,0.213448660714286,16,0,Gb2,pp,8,144,42,8,,,,,,o,,d,e,,gutim,20713 +non,439,49,3,15689,11515,7574,1267,2629.64455099998,0.267857142857143,16,0,D3,pp,8,144,50,8,,,,,,o,,d,e,,gutim,20714 +nof,439,42,1,15682,11516,,1024,2629.65555099998,,,,,,,144,97,0,,,,,,,,,,,gutim,20707 +nof,439,47,1,15687,11517,,1267,2629.85755099998,,,,,,,144,83,0,,,,,,,,,,,gutim,20712 +nof,439,48,3,15688,11517,,1267,2629.85755099998,,,,,,,144,42,0,,,,,,,,,,,gutim,20713 +non,439,50,1,15690,11517,7575,1318,2629.85755099998,0.213448660714286,16,0,B5,pp,8,144,83,8,,,,,,o,,d,e,,gutim,20715 +non,439,51,3,15691,11517,7575,1318,2629.85755099998,0.213448660714286,16,0,F2,pp,8,144,41,8,,,,,,o,,d,e,,gutim,20716 +non,439,52,3,15692,11517,7575,1318,2629.85755099998,0.267857142857143,16,0,Gb2,pp,8,144,42,8,,,,,,o,,d,e,,gutim,20717 +nof,439,49,3,15689,11518,,1267,2629.9115509999797,,,,,,,144,50,0,,,,,,,,,,,gutim,20714 +nof,439,50,1,15690,11519,,1318,2630.07055099998,,,,,,,144,83,0,,,,,,,,,,,gutim,20715 +nof,439,51,3,15691,11519,,1318,2630.07055099998,,,,,,,144,41,0,,,,,,,,,,,gutim,20716 +nof,439,52,3,15692,11519,,1318,2630.07055099998,,,,,,,144,42,0,,,,,,,,,,,gutim,20717 +non,439,53,1,15693,11519,7576,1369,2630.07055099998,0.213448660714286,16,0,B5,pp,8,144,83,8,,,,,,o,,d,e,,gutim,20718 +non,439,54,3,15694,11519,7576,1369,2630.07055099998,0.213448660714286,16,0,F1,pp,8,144,29,8,,,,,,o,,d,e,,gutim,20719 +non,439,55,3,15695,11519,7576,1369,2630.07055099998,0.267857142857143,16,0,Gb2,pp,8,144,42,8,,,,,,o,,d,e,,gutim,20720 +nof,439,53,1,15693,11520,,1369,2630.2845509999797,,,,,,,144,83,0,,,,,,,,,,,gutim,20718 +nof,439,54,3,15694,11520,,1369,2630.2845509999797,,,,,,,144,29,0,,,,,,,,,,,gutim,20719 +nof,439,55,3,15695,11520,,1369,2630.2845509999797,,,,,,,144,42,0,,,,,,,,,,,gutim,20720 +non,439,56,1,15696,11520,7577,1420,2630.2845509999797,0.217633928571429,16,0,D4,pp,8,144,62,8,,,,,,o,,d,e,,gutim,20721 +non,439,57,1,15697,11520,7577,1420,2630.2845509999797,0.267857142857143,16,0,A#4,pp,8,144,70,8,,,,,,o,,d,e,,gutim,20722 +non,439,58,1,15698,11520,7577,1420,2630.2845509999797,0.267857142857143,16,0,B4,pp,8,144,71,8,,,,,,o,,d,e,,gutim,20723 +non,439,59,3,15699,11520,7577,1420,2630.2845509999797,0.217633928571429,16,0,F1,pp,8,144,29,8,,,,,,o,,d,E,,gutim,20724 +non,439,60,3,15700,11520,7577,1420,2630.2845509999797,0.267857142857143,16,0,Gb2,pp,8,144,42,8,,,,,,o,,d,E,,gutim,20725 +ped,439,63,0,15701,11521,,1493,2630.43955099998,,,,,,,176,64,0,,,,,,,^,,,,gutim,20709 +nof,439,56,1,15696,11522,,1420,2630.50255099998,,,,,,,144,62,0,,,,,,,,,,,gutim,20721 +nof,439,59,3,15699,11522,,1420,2630.50255099998,,,,,,,144,29,0,,,,,,,,,,,gutim,20724 +rst,439,61,1,15702,11522,,1472,2630.50255099998,,,,,,,176,102,0,,,,,,,,,,,gutim,20726 +rst,439,62,3,15703,11522,,1472,2630.50255099998,,,,,,,176,102,0,,,,,,,,,,,gutim,20727 +nof,439,57,1,15697,11523,,1420,2630.5525509999798,,,,,,,144,70,0,,,,,,,,,,,gutim,20722 +nof,439,58,1,15698,11523,,1420,2630.5525509999798,,,,,,,144,71,0,,,,,,,,,,,gutim,20723 +nof,439,60,3,15700,11523,,1420,2630.5525509999798,,,,,,,144,42,0,,,,,,,,,,,gutim,20725 +non,439,65,3,15704,11524,7578,1493,2630.58955099998,0.179966517857143,16,0,Ab1,pp,8,144,32,8,,,,,,o,,,,,gutim,20728 +ped,439,64,0,15705,11525,,1493,2630.7395509999797,,,,,,,176,64,127,,,,,,,V,,,,gutim,20729 +nof,439,65,3,15704,11526,,1493,2630.76955099998,,,,,,,144,32,0,,,,,,,,,,,gutim,20728 +bar,440,0,0,15706,11526,,0,2630.76955099998,,,,,,,,,,440,,,,,,,,,,gutim,20730 +non,440,1,1,15707,11526,7579,0,2630.76955099998,0.267857142857143,16,1,F5,pp,8,144,77,8,,,,,,o,,,,,gutim,20731 +rst,440,2,3,15708,11526,,0,2630.76955099998,,,,,,,176,102,0,,,,,,,,,,,gutim,20732 +nof,440,1,1,15707,11527,,0,2631.03755099998,,,,,,,144,77,0,,,,,,,,,,,gutim,20731 +non,440,3,1,15709,11527,7580,64,2631.03755099998,0.17578125,16,0,Bb4,pp,8,144,70,8,,,,,,o,,,,,gutim,20733 +rst,440,4,3,15710,11527,,64,2631.03755099998,,,,,,,176,102,0,,,,,,,,,,,gutim,20734 +nof,440,3,1,15709,11528,,64,2631.21355099998,,,,,,,144,70,0,,,,,,,,,,,gutim,20733 +non,440,5,1,15711,11528,7581,106,2631.21355099998,0.179966517857143,16,0,F5,pp,8,144,77,8,,,,,,o,,,,,gutim,20735 +non,440,6,3,15712,11528,7581,106,2631.21355099998,0.179966517857143,16,0,C2,pp,8,144,36,8,,,,,,o,,,,,gutim,20736 +non,440,7,3,15713,11528,7581,106,2631.21355099998,0.267857142857143,16,0,Bb2,pp,8,144,46,8,,,,,,o,,,,,gutim,20737 +nof,440,5,1,15711,11529,,106,2631.3935509999797,,,,,,,144,77,0,,,,,,,,,,,gutim,20735 +nof,440,6,3,15712,11529,,106,2631.3935509999797,,,,,,,144,36,0,,,,,,,,,,,gutim,20736 +non,440,8,1,15714,11529,7582,149,2631.3935509999797,0.267857142857143,16,1,F5,pp,8,144,77,8,,,,,,o,,,,,gutim,20738 +rst,440,9,3,15715,11529,,149,2631.3935509999797,,,,,,,176,102,0,,,,,,,,,,,gutim,20739 +nof,440,7,3,15713,11530,,106,2631.48155099998,,,,,,,144,46,0,,,,,,,,,,,gutim,20737 +rst,440,10,3,15716,11530,,170,2631.48155099998,,,,,,,176,102,0,,,,,,,,,,,gutim,20740 +nof,440,8,1,15714,11531,,149,2631.6615509999797,,,,,,,144,77,0,,,,,,,,,,,gutim,20738 +non,440,11,1,15717,11531,7583,213,2631.6615509999797,0.179966517857143,16,0,Bb4,pp,8,144,70,8,,,,,,o,,,,,gutim,20741 +nof,440,11,1,15717,11532,,213,2631.84155099998,,,,,,,144,70,0,,,,,,,,,,,gutim,20741 +non,440,12,1,15718,11532,7584,256,2631.84155099998,0.0669642857142857,64,0,A4,mp,14,144,69,14,,,,,,o,,,,,gutim,20742 +rst,440,13,3,15719,11532,,256,2631.84155099998,,,,,,,176,102,0,,,,,,,,,,,gutim,20743 +ped,440,16,0,15720,11533,,304,2631.90655099998,,,,,,,176,64,0,,,,,,,^,,,,gutim,20729 +nof,440,12,1,15718,11534,,256,2631.90855099998,,,,,,,144,69,0,,,,,,,,,,,gutim,20742 +non,440,14,1,15721,11534,7585,272,2631.90855099998,0.0669642857142857,64,0,E5,mp+,15,144,76,15,,,,,,o,,,,,gutim,20744 +nof,440,14,1,15721,11535,,272,2631.97555099998,,,,,,,144,76,0,,,,,,,,,,,gutim,20744 +non,440,15,1,15722,11535,7586,288,2631.97555099998,0.0669642857142857,64,0,Bb5,mf-,16,144,82,16,,,,,,o,,,,,gutim,20745 +nof,440,15,1,15722,11536,,288,2632.04255099998,,,,,,,144,82,0,,,,,,,,,,,gutim,20745 +non,440,17,1,15723,11536,7587,304,2632.04255099998,0.0669642857142857,64,0,F4,mf-,16,144,65,16,,,,,,o,,,,,gutim,20746 +nof,440,17,1,15723,11537,,304,2632.10955099998,,,,,,,144,65,0,,,,,,,,,,,gutim,20746 +non,440,20,3,15724,11537,7588,,2632.10955099998,0.05,8,0,C#7,mf,17,144,97,17,,,,g,,o,,,,,gutim,20747 +nof,440,20,3,15724,11538,,,2632.1595509999797,,,,,,,144,97,0,,,,,,,,,,,gutim,20747 +non,440,21,3,15725,11539,7589,,2632.18455099998,0.05,8,0,E4,mf+,18,144,64,18,,,,g,,o,,,,,gutim,20748 +ped,440,18,0,15726,11540,,311,2632.2065509999798,,,,,,,176,64,127,,,,,,,V,,,,gutim,20749 +nof,440,21,3,15725,11541,,,2632.23455099998,,,,,,,144,64,0,,,,,,,,,,,gutim,20748 +non,440,22,3,15727,11542,7590,,2632.25955099998,0.05,8,0,A3,f-,19,144,57,19,,,,g,,o,,,,,gutim,20750 +nof,440,22,3,15727,11543,,,2632.30955099998,,,,,,,144,57,0,,,,,,,,,,,gutim,20750 +non,440,19,1,15728,11544,7591,320,2632.33455099998,0.133928571428571,32,0,Db7,f,20,144,97,20,,,,,,o,,d,,,gutim,20751 +non,440,23,3,15729,11544,7591,320,2632.33455099998,0.133928571428571,32,0,F3,f,20,144,53,20,,,,,,o,,d,,,gutim,20752 +non,440,24,3,15730,11544,7591,320,2632.33455099998,0.133928571428571,32,0,A3,f,20,144,57,20,,,,,,o,,d,,,gutim,20753 +non,440,25,3,15731,11544,7591,320,2632.33455099998,0.133928571428571,32,0,E4,f,20,144,64,20,,,,,,o,,d,,,gutim,20754 +nof,440,19,1,15728,11545,,320,2632.46855099998,,,,,,,144,97,0,,,,,,,,,,,gutim,20751 +nof,440,23,3,15729,11545,,320,2632.46855099998,,,,,,,144,53,0,,,,,,,,,,,gutim,20752 +nof,440,24,3,15730,11545,,320,2632.46855099998,,,,,,,144,57,0,,,,,,,,,,,gutim,20753 +nof,440,25,3,15731,11545,,320,2632.46855099998,,,,,,,144,64,0,,,,,,,,,,,gutim,20754 +non,440,26,1,15732,11545,7592,352,2632.46855099998,0.133928571428571,32,0,Bb6,f,20,144,94,20,,,,,,o,,d,,,gutim,20755 +non,440,27,1,15733,11545,7592,352,2632.46855099998,0.133928571428571,32,0,Db7,f,20,144,97,20,,,,,,o,,d,,,gutim,20756 +non,440,28,3,15734,11545,7592,352,2632.46855099998,0.133928571428571,32,0,F3,f,20,144,53,20,,,,,,o,,d,,,gutim,20757 +non,440,29,3,15735,11545,7592,352,2632.46855099998,0.133928571428571,32,0,A3,f,20,144,57,20,,,,,,o,,d,,,gutim,20758 +non,440,30,3,15736,11545,7592,352,2632.46855099998,0.133928571428571,32,0,E4,f,20,144,64,20,,,,,,o,,d,,,gutim,20759 +nof,440,26,1,15732,11546,,352,2632.60255099998,,,,,,,144,94,0,,,,,,,,,,,gutim,20755 +nof,440,27,1,15733,11546,,352,2632.60255099998,,,,,,,144,97,0,,,,,,,,,,,gutim,20756 +nof,440,28,3,15734,11546,,352,2632.60255099998,,,,,,,144,53,0,,,,,,,,,,,gutim,20757 +nof,440,29,3,15735,11546,,352,2632.60255099998,,,,,,,144,57,0,,,,,,,,,,,gutim,20758 +nof,440,30,3,15736,11546,,352,2632.60255099998,,,,,,,144,64,0,,,,,,,,,,,gutim,20759 +rst,440,31,1,15737,11546,,384,2632.60255099998,,,,,,,176,102,0,,,,,,,,,,,gutim,20760 +rst,440,32,3,15738,11546,,384,2632.60255099998,,,,,,,176,102,0,,,,,,,,,,,gutim,20761 +non,440,33,1,15739,11547,7593,,2633.06255099998,0.05,8,0,E3,f,20,144,52,20,,,,g,,o,,d,,,gutim,20762 +nof,440,33,1,15739,11548,,,2633.1125509999797,,,,,,,144,52,0,,,,,,,,,,,gutim,20762 +non,440,34,1,15740,11549,7594,512,2633.13755099998,0.133928571428571,32,0,B3,f,20,144,59,20,,,,,,o,,d,,,gutim,20763 +non,440,35,1,15741,11549,7594,512,2633.13755099998,0.133928571428571,32,0,Db6,f,20,144,85,20,,,,,,o,,d,,,gutim,20764 +non,440,36,3,15742,11549,7594,512,2633.13755099998,0.200892857142857,32,1,D4,p,11,144,62,11,,,,,,o,,d,,,gutim,20765 +nof,440,34,1,15740,11550,,512,2633.27155099998,,,,,,,144,59,0,,,,,,,,,,,gutim,20763 +nof,440,35,1,15741,11550,,512,2633.27155099998,,,,,,,144,85,0,,,,,,,,,,,gutim,20764 +non,440,37,1,15743,11550,7595,544,2633.27155099998,0.133928571428571,32,0,A2,f,20,144,45,20,,,,,,o,,d,,,gutim,20766 +nof,440,36,3,15742,11551,,512,2633.33855099998,,,,,,,144,62,0,,,,,,,,,,,gutim,20765 +non,440,38,3,15744,11551,7596,560,2633.33855099998,0.133928571428571,32,0,G#2,p,11,144,44,11,,,,,,o,,d,,,gutim,20767 +nof,440,37,1,15743,11552,,544,2633.40555099998,,,,,,,144,45,0,,,,,,,,,,,gutim,20766 +non,440,39,1,15745,11552,7597,576,2633.40555099998,0.267857142857143,16,0,E3,f,20,144,52,20,,,,,,o,,d,,,gutim,20768 +nof,440,38,3,15744,11553,,560,2633.47255099998,,,,,,,144,44,0,,,,,,,,,,,gutim,20767 +non,440,40,3,15746,11553,7598,592,2633.47255099998,0.200892857142857,32,1,C#2,p,11,144,37,11,,,,,,o,,d,,,gutim,20769 +nof,440,40,3,15746,11554,,592,2633.67355099998,,,,,,,144,37,0,,,,,,,,,,,gutim,20769 +rst,440,41,1,15747,11554,,640,2633.67355099998,,,,,,,176,102,0,,,,,,,,,,,gutim,20770 +non,440,42,3,15748,11554,7599,640,2633.67355099998,0.200892857142857,32,1,D3,p,11,144,50,11,,,,,,o,,d,,,gutim,20771 +nof,440,39,1,15745,11555,,576,2633.67355099998,,,,,,,144,52,0,,,,,,,,,,,gutim,20768 +nof,440,42,3,15748,11556,,640,2633.87455099998,,,,,,,144,50,0,,,,,,,,,,,gutim,20771 +non,440,43,3,15749,11556,7600,688,2633.87455099998,0.133928571428571,32,0,G#2,p,11,144,44,11,,,,,,o,,d,,,gutim,20772 +nof,440,43,3,15749,11557,,688,2634.00855099998,,,,,,,144,44,0,,,,,,,,,,,gutim,20772 +non,440,44,3,15750,11557,7601,720,2634.00855099998,0.200892857142857,32,1,C#2,p,11,144,37,11,,,,,,o,,d,,,gutim,20773 +nof,440,44,3,15750,11558,,720,2634.20955099998,,,,,,,144,37,0,,,,,,,,,,,gutim,20773 +ped,440,45,0,15751,11558,,768,2634.20955099998,,,,,,,176,64,0,,,,,,,^,,,,gutim,20749 +non,440,46,1,15752,11558,7602,768,2634.20955099998,0.535714285714286,8,0,B3,f,20,144,59,20,,,,,,o,,d,,,gutim,20774 +non,440,47,3,15753,11558,7602,768,2634.20955099998,0.535714285714286,8,0,D3,p,11,144,50,11,,,,,,o,,d,,,gutim,20775 +nof,440,46,1,15752,11559,,768,2634.7445509999798,,,,,,,144,59,0,,,,,,,,,,,gutim,20774 +nof,440,47,3,15753,11559,,768,2634.7445509999798,,,,,,,144,50,0,,,,,,,,,,,gutim,20775 +non,440,49,1,15754,11559,7603,896,2634.7445509999798,0.104631696428571,32,0,E2,pp,8,144,40,8,,,,,,o,,d,e,,gutim,20776 +rst,440,50,3,15755,11559,,896,2634.7445509999798,,,,,,,176,102,0,,,,,,,,,,,gutim,20777 +ped,440,48,0,15756,11559,,896,2634.7445509999798,,,,,,,176,64,127,,,,,,,V,,,,gutim,20778 +nof,440,49,1,15754,11560,,896,2634.84955099998,,,,,,,144,40,0,,,,,,,,,,,gutim,20776 +non,440,51,1,15757,11560,7604,921,2634.84955099998,0.108816964285714,32,0,B4,pp,8,144,71,8,,,,,,o,,d,e,,gutim,20779 +nof,440,51,1,15757,11561,,921,2634.9585509999797,,,,,,,144,71,0,,,,,,,,,,,gutim,20779 +non,440,52,1,15758,11561,7605,947,2634.9585509999797,0.104631696428571,32,0,G1,pp,8,144,31,8,,,,,,o,,d,e,,gutim,20780 +nof,440,52,1,15758,11562,,947,2635.06255099998,,,,,,,144,31,0,,,,,,,,,,,gutim,20780 +non,440,53,1,15759,11562,7606,972,2635.06255099998,0.108816964285714,32,0,Bb1,pp,8,144,34,8,,,,,,o,,d,e,,gutim,20781 +non,440,54,1,15760,11562,7606,972,2635.06255099998,0.133928571428571,32,0,E2,pp,8,144,40,8,,,,,,o,,d,e,,gutim,20782 +nof,440,53,1,15759,11563,,972,2635.17155099998,,,,,,,144,34,0,,,,,,,,,,,gutim,20781 +non,440,55,1,15761,11563,7607,998,2635.17155099998,0.108816964285714,32,0,Eb6,pp,8,144,87,8,,,,,,o,,d,E,,gutim,20783 +nof,440,54,1,15760,11564,,972,2635.19655099998,,,,,,,144,40,0,,,,,,,,,,,gutim,20782 +nof,440,55,1,15761,11565,,998,2635.28055099998,,,,,,,144,87,0,,,,,,,,,,,gutim,20783 +rst,440,56,1,15762,11565,,1024,2635.28055099998,,,,,,,176,102,0,,,,,,,,,,,gutim,20784 +rst,440,57,3,15763,11565,,1024,2635.28055099998,,,,,,,176,102,0,,,,,,,,,,,gutim,20785 +non,440,58,3,15764,11566,7608,1152,2635.81655099998,0.535714285714286,8,0,Ab1,p,11,144,32,11,,,,,,o,,,,,gutim,20786 +nof,440,58,3,15764,11567,,1152,2636.35255099998,,,,,,,144,32,0,,,,,,,,,,,gutim,20786 +non,440,59,1,15765,11567,7609,1280,2636.35255099998,0.535714285714286,8,0,F6,pp,8,144,89,8,,,,,,o,,,,,gutim,20787 +non,440,60,1,15766,11567,7609,1280,2636.35255099998,0.535714285714286,8,0,Db7,pp,8,144,97,8,,,,,,o,,,,,gutim,20788 +rst,440,61,3,15767,11567,,1280,2636.35255099998,,,,,,,176,102,0,,,,,,,,,,,gutim,20789 +non,440,62,3,15768,11568,7610,1318,2636.51155099998,0.108816964285714,32,0,A1,pp,8,144,33,8,,,,,,o,,,,,gutim,20790 +nof,440,62,3,15768,11569,,1318,2636.6195509999798,,,,,,,144,33,0,,,,,,,,,,,gutim,20790 +non,440,63,3,15769,11569,7611,1344,2636.6195509999798,0.104631696428571,32,0,Bb5,p-,10,144,82,10,,,,,,o,,,,,gutim,20791 +nof,440,63,3,15769,11570,,1344,2636.72455099998,,,,,,,144,82,0,,,,,,,,,,,gutim,20791 +non,440,64,3,15770,11570,7612,1369,2636.72455099998,0.163225446428571,32,1,F1,p+,12,144,29,12,,,,,,o,,,,,gutim,20792 +nof,440,59,1,15765,11571,,1280,2636.88755099998,,,,,,,144,89,0,,,,,,,,,,,gutim,20787 +nof,440,60,1,15766,11571,,1280,2636.88755099998,,,,,,,144,97,0,,,,,,,,,,,gutim,20788 +nof,440,64,3,15770,11571,,1369,2636.88755099998,,,,,,,144,29,0,,,,,,,,,,,gutim,20792 +non,440,65,1,15771,11571,7613,1408,2636.88755099998,0.535714285714286,8,0,C2,pp,8,144,36,8,,,,,,o,,,,,gutim,20793 +non,440,66,1,15772,11571,7613,1408,2636.88755099998,0.535714285714286,8,0,Bb2,pp,8,144,46,8,,,,,,o,,,,,gutim,20794 +non,440,67,3,15773,11571,7613,1408,2636.88755099998,0.104631696428571,32,0,Bb5,mp+,15,144,82,15,,,,,,o,,,,,gutim,20795 +non,440,68,3,15774,11571,7613,1408,2636.88755099998,0.133928571428571,32,0,F6,mp+,15,144,89,15,,,,,,o,,,,,gutim,20796 +nof,440,67,3,15773,11572,,1408,2636.99255099998,,,,,,,144,82,0,,,,,,,,,,,gutim,20795 +non,440,69,3,15775,11572,7614,1433,2636.99255099998,0.108816964285714,32,0,A2,mf-,16,144,45,16,,,,,,o,,,,,gutim,20797 +non,440,70,3,15776,11572,7614,1433,2636.99255099998,0.133928571428571,32,0,E3,mf-,16,144,52,16,,,,,,o,,,,,gutim,20798 +nof,440,68,3,15774,11573,,1408,2637.02155099998,,,,,,,144,89,0,,,,,,,,,,,gutim,20796 +nof,440,69,3,15775,11574,,1433,2637.1015509999797,,,,,,,144,45,0,,,,,,,,,,,gutim,20797 +non,440,71,3,15777,11574,7615,1459,2637.1015509999797,0.159040178571429,32,1,Db6,mf+,18,144,85,18,,,,,,o,,,,,gutim,20799 +nof,440,70,3,15776,11575,,1433,2637.12655099998,,,,,,,144,52,0,,,,,,,,,,,gutim,20798 +nof,440,71,3,15777,11576,,1459,2637.26055099998,,,,,,,144,85,0,,,,,,,,,,,gutim,20799 +non,440,72,3,15778,11576,7616,1497,2637.26055099998,0.163225446428571,32,1,A2,f+,21,144,45,21,,,,,,o,,,,,gutim,20800 +non,440,73,3,15779,11576,7616,1497,2637.26055099998,0.133928571428571,32,1,E3,f+,21,144,52,21,,,,,,o,,,,,gutim,20801 +nof,440,73,3,15779,11577,,1497,2637.39455099998,,,,,,,144,52,0,,,,,,,,,,,gutim,20801 +nof,440,65,1,15771,11578,,1408,2637.42355099998,,,,,,,144,36,0,,,,,,,,,,,gutim,20793 +nof,440,66,1,15772,11578,,1408,2637.42355099998,,,,,,,144,46,0,,,,,,,,,,,gutim,20794 +nof,440,72,3,15778,11578,,1497,2637.42355099998,,,,,,,144,45,0,,,,,,,,,,,gutim,20800 +bar,441,0,0,15780,11578,,0,2637.42355099998,,,,,,,,,,441,,,,,,,,,,gutim,20802 +rst,441,1,1,15781,11578,,0,2637.42355099998,,,,,,,176,102,0,,,,,,,,,,,gutim,20803 +non,441,2,3,15782,11578,7617,0,2637.42355099998,0.159040178571429,32,1,F1,fff,24,144,29,24,,,,,,o,,,,,gutim,20804 +non,441,3,3,15783,11578,7617,0,2637.42355099998,0.133928571428571,32,1,A1,fff,24,144,33,24,,,,,,o,,,,,gutim,20805 +non,441,4,3,15784,11578,7617,0,2637.42355099998,0.133928571428571,32,1,E2,fff,24,144,40,24,,,,,,o,,,,,gutim,20806 +nof,441,3,3,15783,11579,,0,2637.55755099998,,,,,,,144,33,0,,,,,,,,,,,gutim,20805 +nof,441,4,3,15784,11579,,0,2637.55755099998,,,,,,,144,40,0,,,,,,,,,,,gutim,20806 +nof,441,2,3,15782,11580,,0,2637.58255099998,,,,,,,144,29,0,,,,,,,,,,,gutim,20804 +non,441,5,3,15785,11580,7618,38,2637.58255099998,0.108816964285714,32,0,Bb5,fff,24,144,82,24,,,,,,o,,d,,,gutim,20807 +nof,441,5,3,15785,11581,,38,2637.69155099998,,,,,,,144,82,0,,,,,,,,,,,gutim,20807 +non,441,6,3,15786,11581,7619,64,2637.69155099998,0.159040178571429,32,1,F1,mp,14,144,29,14,,,,,,o,,d,,,gutim,20808 +non,441,7,3,15787,11581,7619,64,2637.69155099998,0.133928571428571,32,1,E2,mp,14,144,40,14,,,,,,o,,d,,,gutim,20809 +nof,441,7,3,15787,11582,,64,2637.82555099998,,,,,,,144,40,0,,,,,,,,,,,gutim,20809 +nof,441,6,3,15786,11583,,64,2637.85055099998,,,,,,,144,29,0,,,,,,,,,,,gutim,20808 +ped,441,8,0,15788,11583,,102,2637.85055099998,,,,,,,176,64,0,,,,,,,^,,,,gutim,20778 +non,441,9,3,15789,11583,7620,102,2637.85055099998,0.108816964285714,32,0,Bb4,mp,14,144,70,14,,,,,,o,,d,,,gutim,20810 +nof,441,9,3,15789,11584,,102,2637.95955099998,,,,,,,144,70,0,,,,,,,,,,,gutim,20810 +rst,441,10,3,15790,11584,,128,2637.95955099998,,,,,,,176,102,0,,,,,,,,,,,gutim,20811 +non,441,12,3,15791,11585,7621,213,2638.31455099998,0.179966517857143,16,0,Ab1,pp,8,144,32,8,,,,,,o,,d,,,gutim,20812 +ped,441,11,0,15792,11585,,213,2638.31455099998,,,,,,,176,64,127,,,,,,,V,,,,gutim,20813 +nof,441,12,3,15791,11586,,213,2638.4945509999798,,,,,,,144,32,0,,,,,,,,,,,gutim,20812 +non,441,13,1,15793,11586,7622,256,2638.4945509999798,0.267857142857143,16,1,F6,pp,8,144,89,8,,,,,,o,,d,,,gutim,20814 +rst,441,14,3,15794,11586,,256,2638.4945509999798,,,,,,,176,102,0,,,,,,,,,,,gutim,20815 +nof,441,13,1,15793,11587,,256,2638.76255099998,,,,,,,144,89,0,,,,,,,,,,,gutim,20814 +non,441,15,1,15795,11587,7623,320,2638.76255099998,0.17578125,16,0,F6,pp,8,144,89,8,,,,,,o,,d,,,gutim,20816 +non,441,16,3,15796,11587,7623,320,2638.76255099998,0.17578125,16,0,C2,pp,8,144,36,8,,,,,,o,,d,,,gutim,20817 +non,441,17,3,15797,11587,7623,320,2638.76255099998,0.267857142857143,16,0,Bb2,pp,8,144,46,8,,,,,,o,,d,,,gutim,20818 +nof,441,15,1,15795,11588,,320,2638.9385509999797,,,,,,,144,89,0,,,,,,,,,,,gutim,20816 +nof,441,16,3,15796,11588,,320,2638.9385509999797,,,,,,,144,36,0,,,,,,,,,,,gutim,20817 +nof,441,17,3,15797,11588,,320,2638.9385509999797,,,,,,,144,46,0,,,,,,,,,,,gutim,20818 +non,441,18,1,15798,11588,7624,362,2638.9385509999797,0.179966517857143,16,0,F6,pp,8,144,89,8,,,,,,o,,d,,,gutim,20819 +non,441,19,3,15799,11588,7624,362,2638.9385509999797,0.267857142857143,16,1,C2,pp,8,144,36,8,,,,,,o,,d,,,gutim,20820 +non,441,20,3,15800,11588,7624,362,2638.9385509999797,0.267857142857143,16,1,Bb2,pp,8,144,46,8,,,,,,o,,d,,,gutim,20821 +nof,441,18,1,15798,11589,,362,2639.11855099998,,,,,,,144,89,0,,,,,,,,,,,gutim,20819 +non,441,21,1,15801,11589,7625,405,2639.11855099998,0.267857142857143,16,1,E7,pp,8,144,100,8,,,,,,o,,d,,,gutim,20822 +nof,441,19,3,15799,11590,,362,2639.2065509999798,,,,,,,144,36,0,,,,,,,,,,,gutim,20820 +nof,441,20,3,15800,11590,,362,2639.2065509999798,,,,,,,144,46,0,,,,,,,,,,,gutim,20821 +rst,441,22,3,15802,11590,,426,2639.2065509999798,,,,,,,176,102,0,,,,,,,,,,,gutim,20823 +nof,441,21,1,15801,11591,,405,2639.38655099998,,,,,,,144,100,0,,,,,,,,,,,gutim,20822 +non,441,23,1,15803,11591,7626,469,2639.38655099998,0.179966517857143,16,0,Bb5,pp,8,144,82,8,,,,,,o,,d,,,gutim,20824 +nof,441,23,1,15803,11592,,469,2639.56655099998,,,,,,,144,82,0,,,,,,,,,,,gutim,20824 +non,441,24,1,15804,11592,7627,512,2639.56655099998,1.07142857142857,4,0,E7,pp,8,144,100,8,,,,,t,o,,D,,,gutim,20825 +rst,441,25,3,15805,11592,,512,2639.56655099998,,,,,,,176,102,0,,,,,,,,,,,gutim,20826 +non,441,26,1,15806,11593,,768,2640.63755099998,0.355747767857143,8,0,E7,,,,,,,,,,T,,,,,,gutim,20827 +nof,441,24,1,15804,11594,,512,2640.99355099998,,,,,,,144,100,0,,,,,,,,,,,gutim,20825 +non,441,27,1,15807,11594,7628,853,2640.99355099998,0.179966517857143,16,0,Bb5,pp,8,144,82,8,,,,,,o,,,,,gutim,20828 +nof,441,27,1,15807,11595,,853,2641.17355099998,,,,,,,144,82,0,,,,,,,,,,,gutim,20828 +non,441,28,1,15808,11595,7629,896,2641.17355099998,0.104631696428571,32,0,F6,mp,14,144,89,14,,,,,,o,,d,e,,gutim,20829 +non,441,29,1,15809,11595,7629,896,2641.17355099998,0.133928571428571,32,0,C#7,mp,14,144,97,14,,,,,,o,,d,e,,gutim,20830 +non,441,30,1,15810,11595,7629,896,2641.17355099998,0.133928571428571,32,0,E7,mp,14,144,100,14,,,,,,o,,d,e,,gutim,20831 +non,441,31,3,15811,11595,7629,896,2641.17355099998,0.535714285714286,8,0,Ab1,pp,8,144,32,8,,,,,,o,,d,e,,gutim,20832 +non,441,32,3,15812,11595,7629,896,2641.17355099998,0.535714285714286,8,0,C2,pp,8,144,36,8,,,,,,o,,d,e,,gutim,20833 +non,441,33,3,15813,11595,7629,896,2641.17355099998,0.535714285714286,8,0,Bb2,pp,8,144,46,8,,,,,,o,,d,e,,gutim,20834 +nof,441,28,1,15808,11596,,896,2641.27855099998,,,,,,,144,89,0,,,,,,,,,,,gutim,20829 +non,441,34,1,15814,11596,7630,921,2641.27855099998,0.108816964285714,32,0,E2,mp,14,144,40,14,,,,,,o,,d,e,,gutim,20835 +nof,441,29,1,15809,11597,,896,2641.30755099998,,,,,,,144,97,0,,,,,,,,,,,gutim,20830 +nof,441,30,1,15810,11597,,896,2641.30755099998,,,,,,,144,100,0,,,,,,,,,,,gutim,20831 +nof,441,34,1,15814,11598,,921,2641.38655099998,,,,,,,144,40,0,,,,,,,,,,,gutim,20835 +non,441,35,1,15815,11598,7631,947,2641.38655099998,0.104631696428571,32,0,Bb6,mp,14,144,94,14,,,,,,o,,d,e,,gutim,20836 +nof,441,35,1,15815,11599,,947,2641.49155099998,,,,,,,144,94,0,,,,,,,,,,,gutim,20836 +non,441,36,1,15816,11599,7632,972,2641.49155099998,0.108816964285714,32,0,A1,mp,14,144,33,14,,,,,,o,,d,e,,gutim,20837 +nof,441,36,1,15816,11600,,972,2641.60055099998,,,,,,,144,33,0,,,,,,,,,,,gutim,20837 +non,441,37,1,15817,11600,7633,998,2641.60055099998,0.108816964285714,32,0,F1,mp,14,144,29,14,,,,,,o,,d,e,,gutim,20838 +nof,441,31,3,15811,11601,,896,2641.70955099998,,,,,,,144,32,0,,,,,,,,,,,gutim,20832 +nof,441,32,3,15812,11601,,896,2641.70955099998,,,,,,,144,36,0,,,,,,,,,,,gutim,20833 +nof,441,33,3,15813,11601,,896,2641.70955099998,,,,,,,144,46,0,,,,,,,,,,,gutim,20834 +nof,441,37,1,15817,11601,,998,2641.70955099998,,,,,,,144,29,0,,,,,,,,,,,gutim,20838 +non,441,38,3,15818,11601,7634,1024,2641.70955099998,1.60714285714286,4,1,Ab2,pp,8,144,44,8,,,,,,o,,d 6075,E 6075,,gutim,20839 +rst,441,39,1,15819,11601,,1024,2641.70955099998,,,,,,,176,102,0,,,,,,,,,,,gutim,20840 +non,441,40,1,15820,11602,7635,1075,2641.9225509999796,0.104631696428571,32,0,C#7,ppp,5,144,97,5,,,,,,o,,,,,gutim,20841 +nof,441,40,1,15820,11603,,1075,2642.0275509999797,,,,,,,144,97,0,,,,,,,,,,,gutim,20841 +non,441,41,1,15821,11603,7636,1100,2642.0275509999797,0.108816964285714,32,0,E2,ppp,5,144,40,5,,,,,,o,,,,,gutim,20842 +nof,441,41,1,15821,11604,,1100,2642.13655099998,,,,,,,144,40,0,,,,,,,,,,,gutim,20842 +non,441,42,1,15822,11604,7637,1126,2642.13655099998,0.108816964285714,32,0,Bb5,ppp+,6,144,82,6,,,,,,o,,,,,gutim,20843 +nof,441,42,1,15822,11605,,1126,2642.2445509999798,,,,,,,144,82,0,,,,,,,,,,,gutim,20843 +non,441,43,1,15823,11605,7638,1152,2642.2445509999798,0.104631696428571,32,0,A1,ppp+,6,144,33,6,,,,,,o,,,,,gutim,20844 +nof,441,43,1,15823,11606,,1152,2642.34955099998,,,,,,,144,33,0,,,,,,,,,,,gutim,20844 +non,441,44,1,15824,11606,7639,1177,2642.34955099998,0.163225446428571,32,1,C#7,ppp+,6,144,97,6,,,,,,o,,,,,gutim,20845 +nof,441,44,1,15824,11607,,1177,2642.51255099998,,,,,,,144,97,0,,,,,,,,,,,gutim,20845 +non,441,45,1,15825,11607,7640,1216,2642.51255099998,0.104631696428571,32,0,E2,ppp+,6,144,40,6,,,,,,o,,,,,gutim,20846 +nof,441,45,1,15825,11608,,1216,2642.61755099998,,,,,,,144,40,0,,,,,,,,,,,gutim,20846 +non,441,46,1,15826,11608,7641,1241,2642.61755099998,0.163225446428571,32,1,A1,pp-,7,144,33,7,,,,,,o,,,,,gutim,20847 +non,441,47,1,15827,11609,7642,1280,2642.78055099998,0.1171875,32,0,E2,pp-,7,144,40,7,,,,,,o,,,,,gutim,20848 +nof,441,47,1,15827,11610,,1280,2642.89755099998,,,,,,,144,40,0,,,,,,,,,,,gutim,20848 +non,441,48,1,15828,11610,7643,1308,2642.89755099998,0.1171875,32,0,C#6,pp-,7,144,85,7,,,,,,o,,,,,gutim,20849 +nof,441,46,1,15826,11611,,1241,2643.0055509999797,,,,,,,144,33,0,,,,,,,,,,,gutim,20847 +nof,441,48,1,15828,11612,,1308,2643.0145509999797,,,,,,,144,85,0,,,,,,,,,,,gutim,20849 +non,441,49,1,15829,11612,7644,1336,2643.0145509999797,0.179966517857143,32,1,A1,pp,8,144,33,8,,,,,,o,,,,,gutim,20850 +nof,441,49,1,15829,11613,,1336,2643.19455099998,,,,,,,144,33,0,,,,,,,,,,,gutim,20850 +non,441,50,1,15830,11613,7645,1379,2643.19455099998,0.121372767857143,32,0,E2,pp,8,144,40,8,,,,,,o,,,,,gutim,20851 +nof,441,50,1,15830,11614,,1379,2643.31655099998,,,,,,,144,40,0,,,,,,,,,,,gutim,20851 +non,441,51,3,15831,11614,7646,1408,2643.31655099998,0.535714285714286,8,0,Db2,pp,8,144,37,8,,,,,,o,,,,,gutim,20852 +non,441,52,1,15832,11614,7646,1408,2643.31655099998,0.1171875,32,0,Bb4,pp,8,144,70,8,,,,,,o,,,,,gutim,20853 +nof,441,52,1,15832,11615,,1408,2643.43355099998,,,,,,,144,70,0,,,,,,,,,,,gutim,20853 +non,441,53,1,15833,11615,7647,1436,2643.43355099998,0.1171875,32,0,A1,pp+,9,144,33,9,,,,,,o,,,,,gutim,20854 +nof,441,38,3,15818,11616,,1024,2643.54155099998,,,,,,,144,44,0,,,,,,,,,,,gutim,20839 +nof,441,53,1,15833,11617,,1436,2643.55055099998,,,,,,,144,33,0,,,,,,,,,,,gutim,20854 +non,441,54,1,15834,11617,7648,1464,2643.55055099998,0.179966517857143,32,1,F1,pp+,9,144,29,9,,,,,,o,,,,,gutim,20855 +nof,441,54,1,15834,11618,,1464,2643.73055099998,,,,,,,144,29,0,,,,,,,,,,,gutim,20855 +non,441,55,1,15835,11618,7649,1507,2643.73055099998,0.121372767857143,32,0,Bb3,pp+,9,144,58,9,,,,,,o,,,,,gutim,20856 +nof,441,51,3,15831,11619,,1408,2643.85255099998,,,,,,,144,37,0,,,,,,,,,,,gutim,20852 +nof,441,55,1,15835,11620,,1507,2643.85255099998,,,,,,,144,58,0,,,,,,,,,,,gutim,20856 +bar,442,0,0,15836,11620,,0,2643.85255099998,,,,,,,,,,442,,,,,,,,,,gutim,20857 +non,442,1,1,15837,11620,7650,0,2643.85255099998,0.535714285714286,8,0,D3,pp,8,144,50,8,,,,,,o,,,,,gutim,20858 +non,442,2,1,15838,11620,7650,0,2643.85255099998,0.535714285714286,8,0,B3,p,11,144,59,11,,,,,,o,,,,,gutim,20859 +non,442,3,3,15839,11620,7650,0,2643.85255099998,0.17578125,32,1,A1,p-,10,144,33,10,,,,,,o,,,,,gutim,20860 +nof,442,3,3,15839,11621,,0,2644.0275509999797,,,,,,,144,33,0,,,,,,,,,,,gutim,20860 +non,442,4,3,15840,11621,7651,42,2644.0275509999797,0.121372767857143,32,0,E2,p-,10,144,40,10,,,,,,o,,,,,gutim,20861 +nof,442,4,3,15840,11622,,42,2644.14955099998,,,,,,,144,40,0,,,,,,,,,,,gutim,20861 +non,442,5,3,15841,11622,7652,71,2644.14955099998,0.1171875,32,0,A1,p,11,144,33,11,,,,,,o,,,,,gutim,20862 +nof,442,5,3,15841,11623,,71,2644.2665509999797,,,,,,,144,33,0,,,,,,,,,,,gutim,20862 +non,442,6,3,15842,11623,7653,99,2644.2665509999797,0.121372767857143,32,0,F1,p,11,144,29,11,,,,,,o,,,,,gutim,20863 +nof,442,1,1,15837,11624,,0,2644.38755099998,,,,,,,144,50,0,,,,,,,,,,,gutim,20858 +nof,442,2,1,15838,11624,,0,2644.38755099998,,,,,,,144,59,0,,,,,,,,,,,gutim,20859 +nof,442,6,3,15842,11625,,99,2644.38755099998,,,,,,,144,29,0,,,,,,,,,,,gutim,20863 +non,442,7,3,15843,11625,7654,128,2644.38755099998,0.17578125,32,1,A1,p,11,144,33,11,,,,,,o,,,,,gutim,20864 +non,442,8,1,15844,11625,7654,128,2644.38755099998,0.535714285714286,8,0,G#2,pp,8,144,44,8,,,,,,o,,,,,gutim,20865 +nof,442,7,3,15843,11626,,128,2644.5635509999797,,,,,,,144,33,0,,,,,,,,,,,gutim,20864 +non,442,9,3,15845,11626,7655,170,2644.5635509999797,0.179966517857143,32,1,E2,p+,12,144,40,12,,,,,,o,,,,,gutim,20866 +nof,442,9,3,15845,11627,,170,2644.74355099998,,,,,,,144,40,0,,,,,,,,,,,gutim,20866 +non,442,10,3,15846,11627,7656,213,2644.74355099998,0.179966517857143,32,1,F1,p+,12,144,29,12,,,,,,o,,,,,gutim,20867 +nof,442,8,1,15844,11628,,128,2644.92355099998,,,,,,,144,44,0,,,,,,,,,,,gutim,20865 +nof,442,10,3,15846,11629,,213,2644.92355099998,,,,,,,144,29,0,,,,,,,,,,,gutim,20867 +rst,442,11,1,15847,11629,,256,2644.92355099998,,,,,,,176,102,0,,,,,,,,,,,gutim,20868 +rst,442,12,3,15848,11629,,256,2644.92355099998,,,,,,,176,102,0,,,,,,,,,,,gutim,20869 +non,442,13,1,15849,11630,7657,768,2647.06655099998,1.07142857142857,4,0,B3,mp,14,144,59,14,,,,,,o,,,,,gutim,20870 +rst,442,14,3,15850,11630,,768,2647.06655099998,,,,,,,176,102,0,,,,,,,,,,,gutim,20871 +non,442,15,3,15851,11631,7658,832,2647.33455099998,0.200892857142857,32,1,C#2,mp+,15,144,37,15,,,,,,o,,,,,gutim,20872 +nof,442,15,3,15851,11632,,832,2647.53555099998,,,,,,,144,37,0,,,,,,,,,,,gutim,20872 +non,442,16,3,15852,11632,7659,880,2647.53555099998,0.200892857142857,32,1,D3,mf-,16,144,50,16,,,,,,o,,,,,gutim,20873 +nof,442,16,3,15852,11633,,880,2647.7355509999798,,,,,,,144,50,0,,,,,,,,,,,gutim,20873 +non,442,17,3,15853,11633,7660,928,2647.7355509999798,0.133928571428571,32,0,G#2,mf-,16,144,44,16,,,,,,o,,,,,gutim,20874 +nof,442,17,3,15853,11634,,928,2647.8695509999798,,,,,,,144,44,0,,,,,,,,,,,gutim,20874 +ped,442,18,0,15854,11634,,960,2647.8695509999798,,,,,,,176,64,0,,,,,,,^,,,,gutim,20813 +non,442,19,3,15855,11634,7661,960,2647.8695509999798,0.267857142857143,16,0,C#2,mf,17,144,37,17,,,,,,o,,,,,gutim,20875 +non,442,20,3,15856,11634,7661,960,2647.8695509999798,0.267857142857143,16,0,G#2,mf,17,144,44,17,,,,,,o,,,,,gutim,20876 +non,442,21,3,15857,11634,7661,960,2647.8695509999798,0.267857142857143,16,0,D3,mf,17,144,50,17,,,,,,o,,,,,gutim,20877 +nof,442,13,1,15849,11635,,768,2648.13755099998,,,,,,,144,59,0,,,,,,,,,,,gutim,20870 +nof,442,19,3,15855,11635,,960,2648.13755099998,,,,,,,144,37,0,,,,,,,,,,,gutim,20875 +nof,442,20,3,15856,11635,,960,2648.13755099998,,,,,,,144,44,0,,,,,,,,,,,gutim,20876 +nof,442,21,3,15857,11635,,960,2648.13755099998,,,,,,,144,50,0,,,,,,,,,,,gutim,20877 +rst,442,22,1,15858,11635,,1024,2648.13755099998,,,,,,,176,102,0,,,,,,,,,,,gutim,20878 +rst,442,23,3,15859,11635,,1024,2648.13755099998,,,,,,,176,102,0,,,,,,,,,,,gutim,20879 +sec,442,24,0,15860,11636,,1024,2649.13755099998,,,,,,,,,,,6075,,,,,,,,,gutim,20880 +non,442,26,1,15861,11637,7662,1088,2649.40555099998,0.104631696428571,32,0,E4,pp,8,144,64,8,,,,,,o,,d,e,,gutim,20881 +ped,442,25,0,15862,11637,,1088,2649.40555099998,,,,,,,176,64,127,,,,,,,V,,,,gutim,20882 +nof,442,26,1,15861,11638,,1088,2649.51055099998,,,,,,,144,64,0,,,,,,,,,,,gutim,20881 +non,442,27,1,15863,11638,7663,1113,2649.51055099998,0.108816964285714,32,0,B6,pp,8,144,95,8,,,,,,o,,d,e,,gutim,20883 +nof,442,27,1,15863,11639,,1113,2649.6195509999798,,,,,,,144,95,0,,,,,,,,,,,gutim,20883 +non,442,28,1,15864,11639,7664,1139,2649.6195509999798,0.104631696428571,32,0,G3,pp,8,144,55,8,,,,,,o,,d,e,,gutim,20884 +nof,442,28,1,15864,11640,,1139,2649.72355099998,,,,,,,144,55,0,,,,,,,,,,,gutim,20884 +non,442,29,1,15865,11640,7665,1164,2649.72355099998,0.108816964285714,32,0,Bb3,pp,8,144,58,8,,,,,,o,,d,e,,gutim,20885 +non,442,30,1,15866,11640,7665,1164,2649.72355099998,0.133928571428571,32,0,E4,pp,8,144,64,8,,,,,,o,,d,e,,gutim,20886 +non,442,31,1,15867,11640,7665,1164,2649.72355099998,0.133928571428571,32,0,B6,pp,8,144,95,8,,,,,,o,,d,e,,gutim,20887 +nof,442,29,1,15865,11641,,1164,2649.83255099998,,,,,,,144,58,0,,,,,,,,,,,gutim,20885 +non,442,32,1,15868,11641,7666,1190,2649.83255099998,0.108816964285714,32,0,Eb7,pp,8,144,99,8,,,,,,o,,d,E,,gutim,20888 +nof,442,30,1,15866,11642,,1164,2649.85755099998,,,,,,,144,64,0,,,,,,,,,,,gutim,20886 +nof,442,31,1,15867,11642,,1164,2649.85755099998,,,,,,,144,95,0,,,,,,,,,,,gutim,20887 +nof,442,32,1,15868,11643,,1190,2649.94155099998,,,,,,,144,99,0,,,,,,,,,,,gutim,20888 +rst,442,33,1,15869,11643,,1216,2649.94155099998,,,,,,,176,102,0,,,,,,,,,,,gutim,20889 +non,442,34,1,15870,11644,7667,1248,2650.07555099998,0.213448660714286,16,0,D4,pp,8,144,62,8,,,,,,o,,d,e,,gutim,20890 +non,442,35,1,15871,11644,7667,1248,2650.07555099998,0.267857142857143,16,0,B4,pp,8,144,71,8,,,,,,o,,d,e,,gutim,20891 +non,442,36,3,15872,11644,7667,1248,2650.07555099998,0.213448660714286,16,0,F2,pp,8,144,41,8,,,,,,o,,d,e,,gutim,20892 +nof,442,34,1,15870,11645,,1248,2650.28855099998,,,,,,,144,62,0,,,,,,,,,,,gutim,20890 +nof,442,36,3,15872,11645,,1248,2650.28855099998,,,,,,,144,41,0,,,,,,,,,,,gutim,20892 +non,442,37,1,15873,11645,7668,1299,2650.28855099998,0.213448660714286,16,0,B5,pp,8,144,83,8,,,,,,o,,d,e,,gutim,20893 +non,442,38,3,15874,11645,7668,1299,2650.28855099998,0.213448660714286,16,0,Gb2,pp,8,144,42,8,,,,,,o,,d,e,,gutim,20894 +non,442,39,3,15875,11645,7668,1299,2650.28855099998,0.267857142857143,16,0,D3,pp,8,144,50,8,,,,,,o,,d,e,,gutim,20895 +nof,442,35,1,15871,11646,,1248,2650.34355099998,,,,,,,144,71,0,,,,,,,,,,,gutim,20891 +nof,442,37,1,15873,11647,,1299,2650.50255099998,,,,,,,144,83,0,,,,,,,,,,,gutim,20893 +nof,442,38,3,15874,11647,,1299,2650.50255099998,,,,,,,144,42,0,,,,,,,,,,,gutim,20894 +non,442,40,1,15876,11647,7669,1350,2650.50255099998,0.213448660714286,16,0,B4,pp,8,144,71,8,,,,,,o,,d,e,,gutim,20896 +non,442,41,3,15877,11647,7669,1350,2650.50255099998,0.213448660714286,16,0,F2,pp,8,144,41,8,,,,,,o,,d,e,,gutim,20897 +non,442,42,3,15878,11647,7669,1350,2650.50255099998,0.267857142857143,16,0,Gb2,pp,8,144,42,8,,,,,,o,,d,e,,gutim,20898 +nof,442,39,3,15875,11648,,1299,2650.5565509999797,,,,,,,144,50,0,,,,,,,,,,,gutim,20895 +nof,442,40,1,15876,11649,,1350,2650.7155509999798,,,,,,,144,71,0,,,,,,,,,,,gutim,20896 +nof,442,41,3,15877,11649,,1350,2650.7155509999798,,,,,,,144,41,0,,,,,,,,,,,gutim,20897 +nof,442,42,3,15878,11649,,1350,2650.7155509999798,,,,,,,144,42,0,,,,,,,,,,,gutim,20898 +non,442,43,1,15879,11649,7670,1401,2650.7155509999798,0.213448660714286,16,0,B5,pp,8,144,83,8,,,,,,o,,d,e,,gutim,20899 +non,442,44,3,15880,11649,7670,1401,2650.7155509999798,0.213448660714286,16,0,F1,pp,8,144,29,8,,,,,,o,,d,e,,gutim,20900 +non,442,45,3,15881,11649,7670,1401,2650.7155509999798,0.267857142857143,16,0,Gb2,pp,8,144,42,8,,,,,,o,,d,e,,gutim,20901 +nof,442,43,1,15879,11650,,1401,2650.9295509999797,,,,,,,144,83,0,,,,,,,,,,,gutim,20899 +nof,442,44,3,15880,11650,,1401,2650.9295509999797,,,,,,,144,29,0,,,,,,,,,,,gutim,20900 +nof,442,45,3,15881,11650,,1401,2650.9295509999797,,,,,,,144,42,0,,,,,,,,,,,gutim,20901 +non,442,46,1,15882,11650,7671,1452,2650.9295509999797,0.217633928571429,16,0,D4,pp,8,144,62,8,,,,,,o,,d,e,,gutim,20902 +non,442,47,1,15883,11650,7671,1452,2650.9295509999797,0.267857142857143,16,0,A#4,pp,8,144,70,8,,,,,,o,,d,e,,gutim,20903 +non,442,48,1,15884,11650,7671,1452,2650.9295509999797,0.267857142857143,16,0,B4,pp,8,144,71,8,,,,,,o,,d,e,,gutim,20904 +non,442,49,3,15885,11650,7671,1452,2650.9295509999797,0.217633928571429,16,0,F1,pp,8,144,29,8,,,,,,o,,d,E,,gutim,20905 +non,442,50,3,15886,11650,7671,1452,2650.9295509999797,0.267857142857143,16,0,Gb2,pp,8,144,42,8,,,,,,o,,d 6076,E,,gutim,20906 +ped,442,51,0,15887,11651,,1504,2651.0635509999797,,,,,,,176,64,0,,,,,,,^,,,,gutim,20882 +nof,442,46,1,15882,11652,,1452,2651.14655099998,,,,,,,144,62,0,,,,,,,,,,,gutim,20902 +nof,442,49,3,15885,11652,,1452,2651.14655099998,,,,,,,144,29,0,,,,,,,,,,,gutim,20905 +rst,442,52,1,15888,11652,,1504,2651.14655099998,,,,,,,176,102,0,,,,,,,,,,,gutim,20907 +rst,442,53,3,15889,11652,,1504,2651.14655099998,,,,,,,176,102,0,,,,,,,,,,,gutim,20908 +nof,442,47,1,15883,11653,,1452,2651.19655099998,,,,,,,144,70,0,,,,,,,,,,,gutim,20903 +nof,442,48,1,15884,11653,,1452,2651.19655099998,,,,,,,144,71,0,,,,,,,,,,,gutim,20904 +nof,442,50,3,15886,11653,,1452,2651.19655099998,,,,,,,144,42,0,,,,,,,,,,,gutim,20906 +bar,443,0,0,15890,11654,,0,2651.28055099998,,,,,,,,,,443,,,,,,,,,,gutim,20909 +non,443,2,1,15891,11654,7672,0,2651.28055099998,1.07142857142857,4,0,C#7,fff,24,144,97,24,,,,,,o,,,,,gutim,20910 +rst,443,3,3,15892,11654,,0,2651.28055099998,,,,,,,176,102,0,,,,,,,,,,,gutim,20911 +ped,443,1,0,15893,11655,,0,2651.36355099998,,,,,,,176,64,127,,,,,,,V,,,,gutim,20912 +nof,443,2,1,15891,11656,,0,2652.35255099998,,,,,,,144,97,0,,,,,,,,,,,gutim,20910 +rst,443,4,1,15894,11656,,256,2652.35255099998,,,,,,,176,102,0,,,,,,,,,,,gutim,20913 +rst,443,5,3,15895,11656,,256,2652.35255099998,,,,,,,176,102,0,,,,,,,,,,,gutim,20914 +rst,443,6,1,15896,11657,,341,2652.70755099998,,,,,,,176,102,0,,,,,,,,,,,gutim,20915 +ped,443,7,0,15897,11658,,426,2653.0635509999797,,,,,,,176,64,0,,,,,,,^,,,,gutim,20912 +rst,443,8,1,15898,11658,,426,2653.0635509999797,,,,,,,176,102,0,,,,,,,,,,,gutim,20916 +non,443,9,3,15899,11658,7673,426,2653.0635509999797,0.0920758928571429,32,0,A1,fff,24,144,33,24,,,,,,o,,,e,,gutim,20917 +nof,443,9,3,15899,11659,,426,2653.15555099998,,,,,,,144,33,0,,,,,,,,,,,gutim,20917 +non,443,10,3,15900,11659,7674,448,2653.15555099998,0.087890625,32,0,E2,fff,24,144,40,24,,,,,,o,,,e,,gutim,20918 +nof,443,10,3,15900,11660,,448,2653.24355099998,,,,,,,144,40,0,,,,,,,,,,,gutim,20918 +non,443,11,3,15901,11660,7675,469,2653.24355099998,0.087890625,32,0,F1,fff,24,144,29,24,,,,,,o,,,e,,gutim,20919 +non,443,12,3,15902,11660,7675,469,2653.24355099998,0.133928571428571,32,0,A1,fff,24,144,33,24,,,,,,o,,,e,,gutim,20920 +non,443,13,3,15903,11660,7675,469,2653.24355099998,0.133928571428571,32,0,E2,fff,24,144,40,24,,,,,,o,,,e,,gutim,20921 +nof,443,11,3,15901,11661,,469,2653.3315509999798,,,,,,,144,29,0,,,,,,,,,,,gutim,20919 +nof,443,12,3,15902,11661,,469,2653.3315509999798,,,,,,,144,33,0,,,,,,,,,,,gutim,20920 +nof,443,13,3,15903,11661,,469,2653.3315509999798,,,,,,,144,40,0,,,,,,,,,,,gutim,20921 +non,443,14,1,15904,11661,7676,490,2653.3315509999798,0.0920758928571429,32,0,Bb4,fff,24,144,70,24,,,,,,o,,,e,,gutim,20922 +non,443,15,3,15905,11661,7676,490,2653.3315509999798,0.0920758928571429,32,0,F1,fff,24,144,29,24,,,,,,o,,,e,,gutim,20923 +non,443,16,3,15906,11661,7676,490,2653.3315509999798,0.133928571428571,32,0,A1,fff,24,144,33,24,,,,,,o,,,e,,gutim,20924 +non,443,17,3,15907,11661,7676,490,2653.3315509999798,0.133928571428571,32,0,E2,fff,24,144,40,24,,,,,,o,,,e,,gutim,20925 +nof,443,14,1,15904,11662,,490,2653.42355099998,,,,,,,144,70,0,,,,,,,,,,,gutim,20922 +nof,443,15,3,15905,11662,,490,2653.42355099998,,,,,,,144,29,0,,,,,,,,,,,gutim,20923 +non,443,18,1,15908,11662,7677,512,2653.42355099998,0.267857142857143,16,0,E3,ff,22,144,52,22,,,,,,o,,,e,,gutim,20926 +non,443,19,1,15909,11662,7677,512,2653.42355099998,0.267857142857143,16,0,B3,ff,22,144,59,22,,,,,,o,,,e,,gutim,20927 +rst,443,20,3,15910,11662,,512,2653.42355099998,,,,,,,176,102,0,,,,,,,,,,,gutim,20928 +nof,443,16,3,15906,11663,,490,2653.4655509999798,,,,,,,144,33,0,,,,,,,,,,,gutim,20924 +nof,443,17,3,15907,11663,,490,2653.4655509999798,,,,,,,144,40,0,,,,,,,,,,,gutim,20925 +nof,443,18,1,15908,11664,,512,2653.51155099998,,,,,,,144,52,0,,,,,,,,,,,gutim,20926 +non,443,21,3,15911,11664,7678,533,2653.51155099998,0.087890625,32,0,E3,mp,14,144,52,14,,,,,,o,,,e,,gutim,20929 +non,443,22,3,15912,11665,7679,554,2653.59955099998,0.0920758928571429,32,0,Bb3,mp-,13,144,58,13,,,,,,o,,,e,,gutim,20930 +nof,443,19,1,15909,11666,,512,2653.69155099998,,,,,,,144,59,0,,,,,,,,,,,gutim,20927 +nof,443,21,3,15911,11666,,533,2653.69155099998,,,,,,,144,52,0,,,,,,,,,,,gutim,20929 +nof,443,22,3,15912,11666,,554,2653.69155099998,,,,,,,144,58,0,,,,,,,,,,,gutim,20930 +rst,443,23,1,15913,11666,,576,2653.69155099998,,,,,,,176,102,0,,,,,,,,,,,gutim,20931 +non,443,24,3,15914,11666,7680,576,2653.69155099998,0.087890625,32,0,Db4,p+,12,144,61,12,,,,,,o,,,e,,gutim,20932 +nof,443,24,3,15914,11667,,576,2653.77955099998,,,,,,,144,61,0,,,,,,,,,,,gutim,20932 +non,443,25,3,15915,11667,7681,597,2653.77955099998,0.087890625,32,0,A2,p,11,144,45,11,,,,,,o,,,e,,gutim,20933 +nof,443,25,3,15915,11668,,597,2653.86755099998,,,,,,,144,45,0,,,,,,,,,,,gutim,20933 +non,443,26,3,15916,11668,7682,618,2653.86755099998,0.0920758928571429,32,0,F2,p-,10,144,41,10,,,,,,o,,,e,,gutim,20934 +nof,443,26,3,15916,11669,,618,2653.95955099998,,,,,,,144,41,0,,,,,,,,,,,gutim,20934 +rst,443,27,1,15917,11669,,640,2653.95955099998,,,,,,,176,102,0,,,,,,,,,,,gutim,20935 +non,443,28,3,15918,11669,7683,640,2653.95955099998,0.133928571428571,32,1,A2,pp,8,144,45,8,,,,,,o,,,E 6076,,gutim,20936 +ped,443,29,0,15919,11670,,652,2654.00955099998,,,,,,,176,64,127,,,,,,,V,,,,gutim,20937 +nof,443,28,3,15918,11671,,640,2654.09355099998,,,,,,,144,45,0,,,,,,,,,,,gutim,20936 +non,443,30,3,15920,11671,7684,672,2654.09355099998,0.133928571428571,32,1,E3,pp-,7,144,52,7,,,,,,o,,,,,gutim,20938 +nof,443,30,3,15920,11672,,672,2654.22755099998,,,,,,,144,52,0,,,,,,,,,,,gutim,20938 +non,443,31,3,15921,11672,7685,704,2654.22755099998,0.267857142857143,16,0,F1,ppp,5,144,29,5,,,,,,o,,,,,gutim,20939 +nof,443,31,3,15921,11673,,704,2654.4945509999798,,,,,,,144,29,0,,,,,,,,,,,gutim,20939 +rst,443,32,1,15922,11673,,768,2654.4945509999798,,,,,,,176,102,0,,,,,,,,,,,gutim,20940 +rst,443,33,3,15923,11673,,768,2654.4945509999798,,,,,,,176,102,0,,,,,,,,,,,gutim,20941 +ped,443,34,0,15924,11674,,1024,2655.5235509999798,,,,,,,176,64,0,,,,,,,^,,,,gutim,20937 +non,443,35,1,15925,11675,7686,1024,2655.56655099998,0.426897321428571,8,0,Bb5,pp,8,144,82,8,,,,,,o,,,,,gutim,20942 +non,443,36,1,15926,11675,7686,1024,2655.56655099998,0.535714285714286,8,0,B6,pp,8,144,95,8,,,,,,o,,,,,gutim,20943 +non,443,37,3,15927,11675,7686,1024,2655.56655099998,0.426897321428571,8,0,F2,pp,8,144,41,8,,,,,,o,,,,,gutim,20944 +non,443,38,3,15928,11675,7686,1024,2655.56655099998,0.535714285714286,8,0,Gb2,pp,8,144,42,8,,,,,,o,,,,,gutim,20945 +non,443,39,3,15929,11675,7686,1024,2655.56655099998,0.535714285714286,8,0,D3,pp,8,144,50,8,,,,,,o,,,,,gutim,20946 +ped,443,40,0,15930,11676,,1075,2655.82355099998,,,,,,,176,64,127,,,,,,,V,,,,gutim,20947 +nof,443,35,1,15925,11677,,1024,2655.99355099998,,,,,,,144,82,0,,,,,,,,,,,gutim,20942 +nof,443,37,3,15927,11677,,1024,2655.99355099998,,,,,,,144,41,0,,,,,,,,,,,gutim,20944 +nof,443,38,3,15928,11677,,1024,2655.99355099998,,,,,,,144,42,0,,,,,,,,,,,gutim,20945 +non,443,41,1,15931,11677,7687,1126,2655.99355099998,0.64453125,8,1,D4,pp,8,144,62,8,,,,,,o,,,,,gutim,20948 +non,443,42,1,15932,11677,7687,1126,2655.99355099998,0.535714285714286,8,1,A#4,pp,8,144,70,8,,,,,,o,,,,,gutim,20949 +non,443,43,1,15933,11677,7687,1126,2655.99355099998,0.535714285714286,8,1,B4,pp,8,144,71,8,,,,,,o,,,,,gutim,20950 +non,443,44,3,15934,11677,7687,1126,2655.99355099998,0.64453125,8,1,F1,pp,8,144,29,8,,,,,,o,,,,,gutim,20951 +non,443,45,3,15935,11677,7687,1126,2655.99355099998,0.535714285714286,8,1,Gb2,pp,8,144,42,8,,,,,,o,,,,,gutim,20952 +nof,443,36,1,15926,11678,,1024,2656.10255099998,,,,,,,144,95,0,,,,,,,,,,,gutim,20943 +nof,443,39,3,15929,11678,,1024,2656.10255099998,,,,,,,144,50,0,,,,,,,,,,,gutim,20946 +nof,443,42,1,15932,11679,,1126,2656.52855099998,,,,,,,144,70,0,,,,,,,,,,,gutim,20949 +nof,443,43,1,15933,11679,,1126,2656.52855099998,,,,,,,144,71,0,,,,,,,,,,,gutim,20950 +nof,443,45,3,15935,11679,,1126,2656.52855099998,,,,,,,144,42,0,,,,,,,,,,,gutim,20952 +nof,443,41,1,15931,11680,,1126,2656.63755099998,,,,,,,144,62,0,,,,,,,,,,,gutim,20948 +nof,443,44,3,15934,11680,,1126,2656.63755099998,,,,,,,144,29,0,,,,,,,,,,,gutim,20951 +non,443,46,1,15936,11680,7688,1280,2656.63755099998,1.07142857142857,4,0,E3,p,11,144,52,11,,,,,t,o,,,,,gutim,20953 +non,443,47,1,15937,11680,7688,1280,2656.63755099998,1.07142857142857,4,0,B3,p,11,144,59,11,,,,,t,o,,,,,gutim,20954 +non,443,48,3,15938,11680,7688,1280,2656.63755099998,1.07142857142857,4,0,C#2,pp,8,144,37,8,,,,,,o,,,,,gutim,20955 +non,443,49,3,15939,11680,7688,1280,2656.63755099998,1.07142857142857,4,0,G#2,pp,8,144,44,8,,,,,,o,,,,,gutim,20956 +non,443,50,3,15940,11680,7688,1280,2656.63755099998,1.07142857142857,4,0,D3,pp,8,144,50,8,,,,,,o,,,,,gutim,20957 +nof,443,48,3,15938,11681,,1280,2657.70955099998,,,,,,,144,37,0,,,,,,,,,,,gutim,20955 +nof,443,49,3,15939,11681,,1280,2657.70955099998,,,,,,,144,44,0,,,,,,,,,,,gutim,20956 +nof,443,50,3,15940,11681,,1280,2657.70955099998,,,,,,,144,50,0,,,,,,,,,,,gutim,20957 +bar,444,0,0,15941,11681,,0,2657.70955099998,,,,,,,,,,444,,,,,,,,,,gutim,20958 +non,444,1,1,15942,11681,,0,2657.70955099998,1.07142857142857,4,0,E3,,,,,,,,,,T,,,,,,gutim,20959 +non,444,2,1,15943,11681,,0,2657.70955099998,1.07142857142857,4,0,B3,,,,,,,,,,T,,,,,,gutim,20960 +rst,444,3,3,15944,11681,,0,2657.70955099998,,,,,,,176,102,0,,,,,,,,,,,gutim,20961 +non,444,4,3,15945,11682,7689,64,2657.97755099998,0.803571428571429,8,1,G#2,p,11,144,44,11,,,,,t,o,,,,,gutim,20962 +nof,443,46,1,15936,11683,,1280,2658.78055099998,,,,,,,144,52,0,,,,,,,,,,,gutim,20953 +nof,443,47,1,15937,11683,,1280,2658.78055099998,,,,,,,144,59,0,,,,,,,,,,,gutim,20954 +non,444,5,1,15946,11683,7690,256,2658.78055099998,1.07142857142857,4,0,E3,p,11,144,52,11,,,,,,o,,,,,gutim,20963 +non,444,6,1,15947,11683,7690,256,2658.78055099998,1.07142857142857,4,0,B3,p,11,144,59,11,,,,,,o,,,,,gutim,20964 +non,444,7,3,15948,11683,,256,2658.78055099998,0.535714285714286,8,0,G#2,,,,,,,,,,T,,,,,,gutim,20965 +nof,444,4,3,15945,11684,,64,2659.31655099998,,,,,,,144,44,0,,,,,,,,,,,gutim,20962 +non,444,8,3,15949,11684,7691,384,2659.31655099998,0.535714285714286,8,0,C#2,pp,8,144,37,8,,,,,,o,,,,,gutim,20966 +non,444,9,3,15950,11684,7691,384,2659.31655099998,0.535714285714286,8,0,G#2,pp,8,144,44,8,,,,,,o,,,,,gutim,20967 +non,444,10,3,15951,11684,7691,384,2659.31655099998,0.535714285714286,8,0,D3,pp,8,144,50,8,,,,,,o,,,,,gutim,20968 +rst,444,11,1,15952,11685,,512,2659.85255099998,,,,,,,176,102,0,,,,,,,,,,,gutim,20969 +non,444,12,3,15953,11685,7692,512,2659.85255099998,0.104631696428571,32,0,E2,pp,8,144,40,8,,,,,,o,,,,,gutim,20970 +nof,444,5,1,15946,11686,,256,2659.9275509999798,,,,,,,144,52,0,,,,,,,,,,,gutim,20963 +nof,444,6,1,15947,11686,,256,2659.9275509999798,,,,,,,144,59,0,,,,,,,,,,,gutim,20964 +nof,444,8,3,15949,11686,,384,2659.9275509999798,,,,,,,144,37,0,,,,,,,,,,,gutim,20966 +nof,444,9,3,15950,11686,,384,2659.9275509999798,,,,,,,144,44,0,,,,,,,,,,,gutim,20967 +nof,444,10,3,15951,11686,,384,2659.9275509999798,,,,,,,144,50,0,,,,,,,,,,,gutim,20968 +nof,444,12,3,15953,11687,,512,2659.9565509999798,,,,,,,144,40,0,,,,,,,,,,,gutim,20970 +non,444,13,3,15954,11687,7693,537,2659.9565509999798,0.108816964285714,32,0,B4,pp,8,144,71,8,,,,,,o,,,,,gutim,20971 +nof,444,13,3,15954,11688,,537,2660.0655509999797,,,,,,,144,71,0,,,,,,,,,,,gutim,20971 +non,444,14,3,15955,11688,7694,563,2660.0655509999797,0.104631696428571,32,0,G1,pp,8,144,31,8,,,,,,o,,,,,gutim,20972 +nof,444,14,3,15955,11689,,563,2660.1705509999797,,,,,,,144,31,0,,,,,,,,,,,gutim,20972 +non,444,15,3,15956,11689,7695,588,2660.1705509999797,0.108816964285714,32,0,Bb1,pp,8,144,34,8,,,,,,o,,,,,gutim,20973 +non,444,16,3,15957,11689,7695,588,2660.1705509999797,0.133928571428571,32,0,E2,pp,8,144,40,8,,,,,,o,,,,,gutim,20974 +nof,444,15,3,15956,11690,,588,2660.27855099998,,,,,,,144,34,0,,,,,,,,,,,gutim,20973 +non,444,17,3,15958,11690,7696,614,2660.27855099998,0.108816964285714,32,0,Eb6,pp,8,144,87,8,,,,,,o,,,,,gutim,20975 +nof,444,16,3,15957,11691,,588,2660.3045509999797,,,,,,,144,40,0,,,,,,,,,,,gutim,20974 +nof,444,17,3,15958,11692,,614,2660.38755099998,,,,,,,144,87,0,,,,,,,,,,,gutim,20975 +rst,444,18,3,15959,11692,,640,2660.38755099998,,,,,,,176,102,0,,,,,,,,,,,gutim,20976 +non,444,19,1,15960,11693,7697,704,2660.65555099998,0.318080357142857,16,1,D4,p,11,144,62,11,,,,,,o,,,,,gutim,20977 +non,444,20,1,15961,11693,7697,704,2660.65555099998,0.267857142857143,16,1,B4,p,11,144,71,11,,,,,,o,,,,,gutim,20978 +non,444,21,3,15962,11693,7697,704,2660.65555099998,0.318080357142857,16,1,F1,p,11,144,29,11,,,,,,o,,,,,gutim,20979 +nof,444,20,1,15961,11694,,704,2660.92355099998,,,,,,,144,71,0,,,,,,,,,,,gutim,20978 +nof,444,19,1,15960,11695,,704,2660.97355099998,,,,,,,144,62,0,,,,,,,,,,,gutim,20977 +nof,444,21,3,15962,11695,,704,2660.97355099998,,,,,,,144,29,0,,,,,,,,,,,gutim,20979 +non,444,22,1,15963,11695,7698,780,2660.97355099998,0.217633928571429,16,0,D4,p-,10,144,62,10,,,,,,o,,,,,gutim,20980 +non,444,23,1,15964,11695,7698,780,2660.97355099998,0.267857142857143,16,0,B4,p-,10,144,71,10,,,,,,o,,,,,gutim,20981 +non,444,24,3,15965,11695,7698,780,2660.97355099998,0.217633928571429,16,0,F1,p-,10,144,29,10,,,,,,o,,,,,gutim,20982 +nof,444,22,1,15963,11696,,780,2661.19155099998,,,,,,,144,62,0,,,,,,,,,,,gutim,20980 +nof,444,23,1,15964,11696,,780,2661.19155099998,,,,,,,144,71,0,,,,,,,,,,,gutim,20981 +nof,444,24,3,15965,11696,,780,2661.19155099998,,,,,,,144,29,0,,,,,,,,,,,gutim,20982 +non,444,25,1,15966,11696,7699,832,2661.19155099998,0.213448660714286,16,0,D4,pp+,9,144,62,9,,,,,,o,,,,,gutim,20983 +non,444,26,1,15967,11696,7699,832,2661.19155099998,0.267857142857143,16,0,B4,pp+,9,144,71,9,,,,,,o,,,,,gutim,20984 +non,444,27,3,15968,11696,7699,832,2661.19155099998,0.426897321428571,8,0,F1,pp+,9,144,29,9,,,,,,o,,,,,gutim,20985 +non,444,28,3,15969,11696,7699,832,2661.19155099998,0.535714285714286,8,0,F#2,pp+,9,144,42,9,,,,,,o,,,,,gutim,20986 +nof,444,25,1,15966,11697,,832,2661.40455099998,,,,,,,144,62,0,,,,,,,,,,,gutim,20983 +nof,444,26,1,15967,11697,,832,2661.40455099998,,,,,,,144,71,0,,,,,,,,,,,gutim,20984 +non,444,29,1,15970,11697,7700,883,2661.40455099998,0.213448660714286,16,0,D4,pp,8,144,62,8,,,,,,o,,,,,gutim,20987 +non,444,30,1,15971,11697,7700,883,2661.40455099998,0.267857142857143,16,0,A#4,pp,8,144,70,8,,,,,,o,,,,,gutim,20988 +non,444,31,1,15972,11697,7700,883,2661.40455099998,0.267857142857143,16,0,B4,pp,8,144,71,8,,,,,,o,,,,,gutim,20989 +nof,444,27,3,15968,11698,,832,2661.61855099998,,,,,,,144,29,0,,,,,,,,,,,gutim,20985 +nof,444,28,3,15969,11698,,832,2661.61855099998,,,,,,,144,42,0,,,,,,,,,,,gutim,20986 +nof,444,29,1,15970,11698,,883,2661.61855099998,,,,,,,144,62,0,,,,,,,,,,,gutim,20987 +nof,444,30,1,15971,11698,,883,2661.61855099998,,,,,,,144,70,0,,,,,,,,,,,gutim,20988 +nof,444,31,1,15972,11698,,883,2661.61855099998,,,,,,,144,71,0,,,,,,,,,,,gutim,20989 +ped,444,32,0,15973,11698,,934,2661.61855099998,,,,,,,176,64,0,,,,,,,^,,,,gutim,20947 +non,444,33,3,15974,11698,7701,934,2661.61855099998,0.108816964285714,32,0,F1,pp-,7,144,29,7,,,,,,o,,,,,gutim,20990 +non,444,34,3,15975,11698,7701,934,2661.61855099998,0.133928571428571,32,0,F#2,pp-,7,144,42,7,,,,,,o,,,,,gutim,20991 +non,444,35,1,15976,11698,7701,934,2661.61855099998,0.108816964285714,32,0,D4,pp-,7,144,62,7,,,,,,o,,,,,gutim,20992 +non,444,36,1,15977,11698,7701,934,2661.61855099998,0.133928571428571,32,0,A#4,pp-,7,144,70,7,,,,,,o,,,,,gutim,20993 +non,444,37,1,15978,11698,7701,934,2661.61855099998,0.133928571428571,32,0,B4,pp-,7,144,71,7,,,,,,o,,,,,gutim,20994 +nof,444,33,3,15974,11699,,934,2661.72755099998,,,,,,,144,29,0,,,,,,,,,,,gutim,20990 +nof,444,35,1,15976,11699,,934,2661.72755099998,,,,,,,144,62,0,,,,,,,,,,,gutim,20992 +rst,444,38,1,15979,11699,,960,2661.72755099998,,,,,,,176,102,0,,,,,,,,,,,gutim,20995 +rst,444,39,3,15980,11699,,960,2661.72755099998,,,,,,,176,102,0,,,,,,,,,,,gutim,20996 +sec,444,40,0,15981,11699,,960,2661.72755099998,,,,,,,,,,,6076,,,,,,,,,gutim,20997 +nof,444,34,3,15975,11700,,934,2661.75255099998,,,,,,,144,42,0,,,,,,,,,,,gutim,20991 +nof,444,36,1,15977,11700,,934,2661.75255099998,,,,,,,144,70,0,,,,,,,,,,,gutim,20993 +nof,444,37,1,15978,11700,,934,2661.75255099998,,,,,,,144,71,0,,,,,,,,,,,gutim,20994 +rst,444,42,1,15982,11701,,1024,2661.9945509999798,,,,,,,176,102,0,,,,,,,,,,,gutim,20998 +rst,444,43,3,15983,11701,,1024,2661.9945509999798,,,,,,,176,102,0,,,,,,,,,,,gutim,20999 +ped,444,41,0,15984,11701,,1024,2661.9945509999798,,,,,,,176,64,127,,,,,,,V,,,,gutim,21000 +non,444,44,1,15985,11702,7702,1088,2662.26255099998,0.267857142857143,16,0,G#4,fff,24,144,68,24,,,,,,o,,,,,gutim,21001 +non,444,45,3,15986,11702,7702,1088,2662.26255099998,0.267857142857143,16,0,F2,fff,24,144,41,24,,,,,,o,,,,,gutim,21002 +non,444,46,3,15987,11702,7702,1088,2662.26255099998,0.267857142857143,16,0,Db3,fff,24,144,49,24,,,,,,o,,,,,gutim,21003 +nof,444,44,1,15985,11703,,1088,2662.53055099998,,,,,,,144,68,0,,,,,,,,,,,gutim,21001 +nof,444,45,3,15986,11703,,1088,2662.53055099998,,,,,,,144,41,0,,,,,,,,,,,gutim,21002 +nof,444,46,3,15987,11703,,1088,2662.53055099998,,,,,,,144,49,0,,,,,,,,,,,gutim,21003 +non,444,47,1,15988,11703,7703,1152,2662.53055099998,0.401785714285714,16,1,G#4,fff,24,144,68,24,,,,,,o,,,,,gutim,21004 +non,444,48,3,15989,11703,7703,1152,2662.53055099998,0.401785714285714,16,1,D1,fff,24,144,26,24,,,,,,o,,,,,gutim,21005 +nof,444,47,1,15988,11704,,1152,2662.93255099998,,,,,,,144,68,0,,,,,,,,,,,gutim,21004 +nof,444,48,3,15989,11704,,1152,2662.93255099998,,,,,,,144,26,0,,,,,,,,,,,gutim,21005 +non,444,49,1,15990,11704,7704,1248,2662.93255099998,0.133928571428571,32,0,G#4,fff,24,144,68,24,,,,,,o,,,,,gutim,21006 +non,444,50,1,15991,11704,7704,1248,2662.93255099998,0.133928571428571,32,0,A5,fff,24,144,81,24,,,,,,o,,,,,gutim,21007 +non,444,51,3,15992,11704,7704,1248,2662.93255099998,0.133928571428571,32,0,F2,fff,24,144,41,24,,,,,,o,,,,,gutim,21008 +non,444,52,3,15993,11704,7704,1248,2662.93255099998,0.133928571428571,32,0,Db3,fff,24,144,49,24,,,,,,o,,,,,gutim,21009 +nof,444,49,1,15990,11705,,1248,2663.06655099998,,,,,,,144,68,0,,,,,,,,,,,gutim,21006 +nof,444,50,1,15991,11705,,1248,2663.06655099998,,,,,,,144,81,0,,,,,,,,,,,gutim,21007 +nof,444,51,3,15992,11705,,1248,2663.06655099998,,,,,,,144,41,0,,,,,,,,,,,gutim,21008 +nof,444,52,3,15993,11705,,1248,2663.06655099998,,,,,,,144,49,0,,,,,,,,,,,gutim,21009 +bar,445,0,0,15994,11705,,0,2663.06655099998,,,,,,,,,,445,,,,,,,,,,gutim,21010 +ped,445,1,0,15995,11705,,0,2663.06655099998,,,,,,,176,64,0,,,,,,,^,,,,gutim,21000 +rst,445,2,1,15996,11705,,0,2663.06655099998,,,,,,,176,102,0,,,,,,,,,,,gutim,21011 +rst,445,3,3,15997,11705,,0,2663.06655099998,,,,,,,176,102,0,,,,,,,,,,,gutim,21012 +non,445,4,3,15998,11706,7705,32,2663.20055099998,0.087890625,32,0,F1,ff,22,144,29,22,,,,,,o,,,,,gutim,21013 +nof,445,4,3,15998,11707,,32,2663.28855099998,,,,,,,144,29,0,,,,,,,,,,,gutim,21013 +non,445,5,3,15999,11707,7706,53,2663.28855099998,0.087890625,32,0,Ab2,f+,21,144,44,21,,,,,,o,,,,,gutim,21014 +nof,445,5,3,15999,11708,,53,2663.37655099998,,,,,,,144,44,0,,,,,,,,,,,gutim,21014 +non,445,6,3,16000,11708,7707,74,2663.37655099998,0.133928571428571,32,1,Db2,f+,21,144,37,21,,,,,,o,,,,,gutim,21015 +nof,445,6,3,16000,11709,,74,2663.50955099998,,,,,,,144,37,0,,,,,,,,,,,gutim,21015 +non,445,7,3,16001,11709,7708,106,2663.50955099998,0.0920758928571429,32,0,Ab2,f,20,144,44,20,,,,,,o,,,,,gutim,21016 +nof,445,7,3,16001,11710,,106,2663.60255099998,,,,,,,144,44,0,,,,,,,,,,,gutim,21016 +non,445,8,3,16002,11710,7709,128,2663.60255099998,0.133928571428571,32,1,F1,f-,19,144,29,19,,,,,,o,,,,,gutim,21017 +nof,445,8,3,16002,11711,,128,2663.7355509999798,,,,,,,144,29,0,,,,,,,,,,,gutim,21017 +non,445,10,3,16003,11711,7710,160,2663.7355509999798,0.087890625,32,0,Db2,mf+,18,144,37,18,,,,,,o,,,e,,gutim,21018 +ped,445,9,0,16004,11711,,160,2663.7355509999798,,,,,,,176,64,127,,,,,,,V,,,,gutim,21019 +nof,445,10,3,16003,11712,,160,2663.82355099998,,,,,,,144,37,0,,,,,,,,,,,gutim,21018 +non,445,11,3,16005,11712,7711,181,2663.82355099998,0.087890625,32,0,F1,mf,17,144,29,17,,,,,,o,,,e,,gutim,21020 +nof,445,11,3,16005,11713,,181,2663.9115509999797,,,,,,,144,29,0,,,,,,,,,,,gutim,21020 +non,445,12,3,16006,11713,7712,202,2663.9115509999797,0.0920758928571429,32,0,Ab2,mf,17,144,44,17,,,,,,o,,,e,,gutim,21021 +nof,445,12,3,16006,11714,,202,2664.00355099998,,,,,,,144,44,0,,,,,,,,,,,gutim,21021 +non,445,13,3,16007,11714,7713,224,2664.00355099998,0.087890625,32,0,Db2,mf-,16,144,37,16,,,,,,o,,,e,,gutim,21022 +nof,445,13,3,16007,11715,,224,2664.09155099998,,,,,,,144,37,0,,,,,,,,,,,gutim,21022 +non,445,14,3,16008,11715,7714,245,2664.09155099998,0.087890625,32,0,Ab2,mp+,15,144,44,15,,,,,,o,,,e,,gutim,21023 +non,445,15,3,16009,11715,7714,245,2664.09155099998,0.133928571428571,32,0,A3,mp+,15,144,57,15,,,,,,o,,,e,,gutim,21024 +nof,445,14,3,16008,11716,,245,2664.1795509999797,,,,,,,144,44,0,,,,,,,,,,,gutim,21023 +non,445,16,3,16010,11716,7715,266,2664.1795509999797,0.0920758928571429,32,0,D1,mp+,15,144,26,15,,,,,,o,,,e,,gutim,21025 +nof,445,15,3,16009,11717,,245,2664.22555099998,,,,,,,144,57,0,,,,,,,,,,,gutim,21024 +nof,445,16,3,16010,11718,,266,2664.27155099998,,,,,,,144,26,0,,,,,,,,,,,gutim,21025 +non,445,17,3,16011,11718,7716,288,2664.27155099998,0.133928571428571,32,0,F1,mp,14,144,29,14,,,,,,o,,,E,,gutim,21026 +nof,445,17,3,16011,11719,,288,2664.40555099998,,,,,,,144,29,0,,,,,,,,,,,gutim,21026 +non,445,18,3,16012,11719,7717,320,2664.40555099998,0.133928571428571,32,0,Db2,mp,14,144,37,14,,,,,,o,,,,,gutim,21027 +nof,445,18,3,16012,11720,,320,2664.53955099998,,,,,,,144,37,0,,,,,,,,,,,gutim,21027 +non,445,19,3,16013,11720,7718,352,2664.53955099998,0.133928571428571,32,0,Ab2,mp,14,144,44,14,,,,,,o,,,,,gutim,21028 +nof,445,19,3,16013,11721,,352,2664.67355099998,,,,,,,144,44,0,,,,,,,,,,,gutim,21028 +ped,445,20,0,16014,11721,,384,2664.67355099998,,,,,,,176,64,0,,,,,,,^,,,,gutim,21019 +non,445,21,1,16015,11721,7719,384,2664.67355099998,0.535714285714286,8,0,B3,p,11,144,59,11,,,,,,o,,,,,gutim,21029 +non,445,22,3,16016,11721,7719,384,2664.67355099998,0.133928571428571,32,0,D1,f,20,144,26,20,,,,,,o,,,,,gutim,21030 +non,445,23,3,16017,11721,7719,384,2664.67355099998,0.133928571428571,32,0,F1,f,20,144,29,20,,,,,,o,,,,,gutim,21031 +non,445,24,3,16018,11721,7719,384,2664.67355099998,0.133928571428571,32,0,Db2,f,20,144,37,20,,,,,,o,,,,,gutim,21032 +non,445,25,3,16019,11721,7719,384,2664.67355099998,0.133928571428571,32,0,Ab2,f,20,144,44,20,,,,,,o,,,,,gutim,21033 +nof,445,22,3,16016,11722,,384,2664.80755099998,,,,,,,144,26,0,,,,,,,,,,,gutim,21030 +nof,445,23,3,16017,11722,,384,2664.80755099998,,,,,,,144,29,0,,,,,,,,,,,gutim,21031 +nof,445,24,3,16018,11722,,384,2664.80755099998,,,,,,,144,37,0,,,,,,,,,,,gutim,21032 +nof,445,25,3,16019,11722,,384,2664.80755099998,,,,,,,144,44,0,,,,,,,,,,,gutim,21033 +non,445,26,3,16020,11722,7720,416,2664.80755099998,0.133928571428571,32,0,A3,f,20,144,57,20,,,,,,o,,,,,gutim,21034 +nof,445,26,3,16020,11723,,416,2664.94155099998,,,,,,,144,57,0,,,,,,,,,,,gutim,21034 +non,445,28,3,16021,11723,7721,,2664.94155099998,0.05,8,0,Ab3,p,11,144,56,11,,,,g,,o,,,,,gutim,21035 +nof,445,28,3,16021,11724,,,2664.99155099998,,,,,,,144,56,0,,,,,,,,,,,gutim,21035 +non,445,29,3,16022,11725,7722,448,2665.0165509999797,0.355747767857143,8,0,F2,p,11,144,41,11,,,,,,o,,,,,gutim,21036 +ped,445,27,0,16023,11725,,448,2665.0165509999797,,,,,,,176,64,127,,,,,,,V,,,,gutim,21037 +nof,445,21,1,16015,11726,,384,2665.20955099998,,,,,,,144,59,0,,,,,,,,,,,gutim,21029 +rst,445,30,1,16024,11727,,512,2665.2845509999797,,,,,,,176,102,0,,,,,,,,,,,gutim,21038 +nof,445,29,3,16022,11728,,448,2665.37255099998,,,,,,,144,41,0,,,,,,,,,,,gutim,21036 +non,445,31,3,16025,11728,7723,533,2665.37255099998,0.087890625,32,0,Ab3,p,11,144,56,11,,,,,,o,,,,,gutim,21039 +nof,445,31,3,16025,11729,,533,2665.45955099998,,,,,,,144,56,0,,,,,,,,,,,gutim,21039 +non,445,32,3,16026,11729,7724,554,2665.45955099998,0.0920758928571429,32,0,F2,p,11,144,41,11,,,,,,o,,,,,gutim,21040 +nof,445,32,3,16026,11730,,554,2665.5525509999798,,,,,,,144,41,0,,,,,,,,,,,gutim,21040 +non,445,33,3,16027,11730,7725,576,2665.5525509999798,0.087890625,32,0,Db3,p,11,144,49,11,,,,,,o,,,,,gutim,21041 +nof,445,33,3,16027,11731,,576,2665.6395509999797,,,,,,,144,49,0,,,,,,,,,,,gutim,21041 +non,445,34,3,16028,11731,7726,597,2665.6395509999797,0.087890625,32,0,Ab3,p,11,144,56,11,,,,,,o,,,,,gutim,21042 +nof,445,34,3,16028,11732,,597,2665.72755099998,,,,,,,144,56,0,,,,,,,,,,,gutim,21042 +rst,445,35,3,16029,11732,,618,2665.72755099998,,,,,,,176,102,0,,,,,,,,,,,gutim,21043 +rst,445,36,3,16030,11733,,704,2666.08755099998,,,,,,,176,102,0,,,,,,,,,,,gutim,21044 +non,445,37,1,16031,11734,7727,768,2666.35555099998,0.535714285714286,8,0,B5,p,11,144,83,11,,,,,,o,,,,,gutim,21045 +ped,445,39,0,16032,11735,,800,2666.43555099998,,,,,,,176,64,0,,,,,,,^,,,,gutim,21037 +non,445,38,3,16033,11736,7728,789,2666.44355099998,0.087890625,32,0,D2,p,11,144,38,11,,,,,,o,,,,,gutim,21046 +nof,445,38,3,16033,11737,,789,2666.53155099998,,,,,,,144,38,0,,,,,,,,,,,gutim,21046 +non,445,41,3,16034,11737,7729,,2666.53155099998,0.05,8,0,A6,pp,8,144,93,8,,,,g,,o,,,,,gutim,21047 +nof,445,41,3,16034,11738,,,2666.5815509999798,,,,,,,144,93,0,,,,,,,,,,,gutim,21047 +non,445,42,3,16035,11739,7730,,2666.60655099998,0.05,8,0,F2,pp,8,144,41,8,,,,g,,o,,,,,gutim,21048 +nof,445,42,3,16035,11740,,,2666.65655099998,,,,,,,144,41,0,,,,,,,,,,,gutim,21048 +non,445,43,3,16036,11741,7731,810,2666.6815509999797,0.0920758928571429,32,0,Ab3,p,11,144,56,11,,,,,,o,,,,,gutim,21049 +ped,445,40,0,16037,11742,,810,2666.7355509999798,,,,,,,176,64,127,,,,,,,V,,,,gutim,21050 +nof,445,43,3,16036,11743,,810,2666.7735509999798,,,,,,,144,56,0,,,,,,,,,,,gutim,21049 +non,445,44,3,16038,11743,7732,832,2666.7735509999798,0.267857142857143,16,0,D3,p,11,144,50,11,,,,,,o,,,,,gutim,21051 +nof,445,37,1,16031,11744,,768,2666.8915509999797,,,,,,,144,83,0,,,,,,,,,,,gutim,21045 +nof,445,44,3,16038,11745,,832,2667.04155099998,,,,,,,144,50,0,,,,,,,,,,,gutim,21051 +rst,445,45,1,16039,11745,,896,2667.04155099998,,,,,,,176,102,0,,,,,,,,,,,gutim,21052 +non,445,46,3,16040,11745,7733,896,2667.04155099998,0.104631696428571,32,0,F1,p,11,144,29,11,,,,,,o,,,,,gutim,21053 +nof,445,46,3,16040,11746,,896,2667.14555099998,,,,,,,144,29,0,,,,,,,,,,,gutim,21053 +non,445,47,3,16041,11746,7734,921,2667.14555099998,0.163225446428571,32,1,Ab4,p,11,144,68,11,,,,,,o,,,,,gutim,21054 +nof,445,47,3,16041,11747,,921,2667.30955099998,,,,,,,144,68,0,,,,,,,,,,,gutim,21054 +non,445,48,3,16042,11747,7735,960,2667.30955099998,0.104631696428571,32,0,D1,p-,10,144,26,10,,,,,,o,,,,,gutim,21055 +nof,445,48,3,16042,11748,,960,2667.41355099998,,,,,,,144,26,0,,,,,,,,,,,gutim,21055 +non,445,49,3,16043,11748,7736,985,2667.41355099998,0.163225446428571,32,1,Db2,p-,10,144,37,10,,,,,,o,,,,,gutim,21056 +nof,445,49,3,16043,11749,,985,2667.57755099998,,,,,,,144,37,0,,,,,,,,,,,gutim,21056 +rst,445,50,1,16044,11749,,1024,2667.57755099998,,,,,,,176,102,0,,,,,,,,,,,gutim,21057 +non,445,51,3,16045,11749,7737,1024,2667.57755099998,0.159040178571429,32,1,Ab4,p-,10,144,68,10,,,,,,o,,,,,gutim,21058 +non,445,52,3,16046,11750,7738,1062,2667.73655099998,0.108816964285714,32,0,D1,pp+,9,144,26,9,,,,,,o,,,,,gutim,21059 +nof,445,52,3,16046,11751,,1062,2667.8445509999797,,,,,,,144,26,0,,,,,,,,,,,gutim,21059 +non,445,53,3,16047,11751,7739,1088,2667.8445509999797,0.1171875,32,0,Db2,pp+,9,144,37,9,,,,,,o,,,,,gutim,21060 +nof,445,51,3,16045,11752,,1024,2667.96155099998,,,,,,,144,68,0,,,,,,,,,,,gutim,21058 +nof,445,53,3,16047,11753,,1088,2667.96255099998,,,,,,,144,37,0,,,,,,,,,,,gutim,21060 +non,445,54,3,16048,11753,7740,1116,2667.96255099998,0.1171875,32,0,Ab4,pp+,9,144,68,9,,,,,,o,,,,,gutim,21061 +non,445,55,3,16049,11753,7740,1116,2667.96255099998,0.133928571428571,32,0,A5,pp+,9,144,81,9,,,,,,o,,,,,gutim,21062 +nof,445,54,3,16048,11754,,1116,2668.07955099998,,,,,,,144,68,0,,,,,,,,,,,gutim,21061 +non,445,56,3,16050,11754,7741,1144,2668.07955099998,0.179966517857143,32,1,D1,pp,8,144,26,8,,,,,,o,,,,,gutim,21063 +nof,445,55,3,16049,11755,,1116,2668.09655099998,,,,,,,144,81,0,,,,,,,,,,,gutim,21062 +nof,445,56,3,16050,11756,,1144,2668.25955099998,,,,,,,144,26,0,,,,,,,,,,,gutim,21063 +non,445,57,3,16051,11756,7742,1187,2668.25955099998,0.121372767857143,32,0,Ab4,pp,8,144,68,8,,,,,,o,,,,,gutim,21064 +non,445,58,3,16052,11756,7742,1187,2668.25955099998,0.133928571428571,32,0,A5,pp,8,144,81,8,,,,,,o,,,,,gutim,21065 +nof,445,57,3,16051,11757,,1187,2668.3805509999797,,,,,,,144,68,0,,,,,,,,,,,gutim,21064 +non,445,59,3,16053,11757,7743,1216,2668.3805509999797,0.104631696428571,32,0,F1,pp,8,144,29,8,,,,,,o,,,e,,gutim,21066 +nof,445,58,3,16052,11758,,1187,2668.3935509999797,,,,,,,144,81,0,,,,,,,,,,,gutim,21065 +nof,445,59,3,16053,11759,,1216,2668.4855509999798,,,,,,,144,29,0,,,,,,,,,,,gutim,21066 +non,445,60,3,16054,11759,7744,1241,2668.4855509999798,0.108816964285714,32,0,D1,pp-,7,144,26,7,,,,,,o,,,e,,gutim,21067 +non,445,61,3,16055,11759,7744,1241,2668.4855509999798,0.133928571428571,32,0,Db2,pp-,7,144,37,7,,,,,,o,,,e,,gutim,21068 +nof,445,60,3,16054,11760,,1241,2668.5945509999797,,,,,,,144,26,0,,,,,,,,,,,gutim,21067 +non,445,62,3,16056,11760,7745,1267,2668.5945509999797,0.104631696428571,32,0,Ab4,pp-,7,144,68,7,,,,,,o,,,e,,gutim,21069 +nof,445,61,3,16055,11761,,1241,2668.6195509999798,,,,,,,144,37,0,,,,,,,,,,,gutim,21068 +rst,445,63,1,16057,11762,,1280,2668.6485509999798,,,,,,,176,102,0,,,,,,,,,,,gutim,21070 +nof,445,62,3,16056,11763,,1267,2668.69855099998,,,,,,,144,68,0,,,,,,,,,,,gutim,21069 +non,445,64,3,16058,11763,7746,1292,2668.69855099998,0.108816964285714,32,0,D1,pp-,7,144,26,7,,,,,,o,,,e,,gutim,21071 +non,445,65,3,16059,11763,7746,1292,2668.69855099998,0.133928571428571,32,0,F1,pp-,7,144,29,7,,,,,,o,,,e,,gutim,21072 +non,445,66,3,16060,11763,7746,1292,2668.69855099998,0.133928571428571,32,0,Db2,pp-,7,144,37,7,,,,,,o,,,e,,gutim,21073 +ped,445,69,0,16061,11764,,1344,2668.7665509999797,,,,,,,176,64,0,,,,,,,^,,,,gutim,21050 +nof,445,64,3,16058,11765,,1292,2668.80755099998,,,,,,,144,26,0,,,,,,,,,,,gutim,21071 +non,445,67,3,16062,11765,7747,1318,2668.80755099998,0.108816964285714,32,0,Ab4,pp-,7,144,68,7,,,,,,o,,,E,,gutim,21074 +non,445,68,3,16063,11765,7747,1318,2668.80755099998,0.133928571428571,32,0,A5,pp-,7,144,81,7,,,,,,o,,,E,,gutim,21075 +nof,445,65,3,16059,11766,,1292,2668.83255099998,,,,,,,144,29,0,,,,,,,,,,,gutim,21072 +nof,445,66,3,16060,11766,,1292,2668.83255099998,,,,,,,144,37,0,,,,,,,,,,,gutim,21073 +nof,445,67,3,16062,11767,,1318,2668.91655099998,,,,,,,144,68,0,,,,,,,,,,,gutim,21074 +rst,445,71,3,16064,11767,,1344,2668.91655099998,,,,,,,176,102,0,,,,,,,,,,,gutim,21076 +nof,445,68,3,16063,11768,,1318,2668.94155099998,,,,,,,144,81,0,,,,,,,,,,,gutim,21075 +non,445,72,1,16065,11769,7748,1356,2668.96655099998,0.217633928571429,16,0,D3,pp,8,144,50,8,,,,,,o,,,,,gutim,21077 +non,445,73,1,16066,11769,7748,1356,2668.96655099998,0.267857142857143,16,0,A#3,pp,8,144,58,8,,,,,,o,,,,,gutim,21078 +non,445,74,1,16067,11769,7748,1356,2668.96655099998,0.267857142857143,16,0,B3,pp,8,144,59,8,,,,,,o,,,,,gutim,21079 +ped,445,70,0,16068,11770,,1344,2669.06655099998,,,,,,,176,64,127,,,,,,,V,,,,gutim,21080 +nof,445,72,1,16065,11771,,1356,2669.18455099998,,,,,,,144,50,0,,,,,,,,,,,gutim,21077 +nof,445,73,1,16066,11771,,1356,2669.18455099998,,,,,,,144,58,0,,,,,,,,,,,gutim,21078 +nof,445,74,1,16067,11771,,1356,2669.18455099998,,,,,,,144,59,0,,,,,,,,,,,gutim,21079 +non,445,75,1,16069,11771,7749,1408,2669.18455099998,0.213448660714286,16,0,F1,ppp+,6,144,29,6,,,,,,o,,,,,gutim,21081 +non,445,76,1,16070,11771,7749,1408,2669.18455099998,0.267857142857143,16,0,D3,ppp+,6,144,50,6,,,,,,o,,,,,gutim,21082 +non,445,77,1,16071,11771,7749,1408,2669.18455099998,0.267857142857143,16,0,A#3,ppp+,6,144,58,6,,,,,,o,,,,,gutim,21083 +non,445,78,1,16072,11771,7749,1408,2669.18455099998,0.267857142857143,16,0,B3,ppp+,6,144,59,6,,,,,,o,,,,,gutim,21084 +nof,445,75,1,16069,11772,,1408,2669.39755099998,,,,,,,144,29,0,,,,,,,,,,,gutim,21081 +nof,445,76,1,16070,11772,,1408,2669.39755099998,,,,,,,144,50,0,,,,,,,,,,,gutim,21082 +nof,445,77,1,16071,11772,,1408,2669.39755099998,,,,,,,144,58,0,,,,,,,,,,,gutim,21083 +nof,445,78,1,16072,11772,,1408,2669.39755099998,,,,,,,144,59,0,,,,,,,,,,,gutim,21084 +non,445,79,1,16073,11772,7750,1459,2669.39755099998,0.322265625,16,1,F1,ppp,5,144,29,5,,,,,,o,,,,,gutim,21085 +non,445,80,1,16074,11772,7750,1459,2669.39755099998,0.267857142857143,16,1,F2,ppp,5,144,41,5,,,,,,o,,,,,gutim,21086 +non,445,81,1,16075,11772,7750,1459,2669.39755099998,0.267857142857143,16,1,D3,ppp,5,144,50,5,,,,,,o,,,,,gutim,21087 +non,445,82,1,16076,11772,7750,1459,2669.39755099998,0.267857142857143,16,1,A#3,ppp,5,144,58,5,,,,,,o,,,,,gutim,21088 +non,445,83,1,16077,11772,7750,1459,2669.39755099998,0.267857142857143,16,1,B3,ppp,5,144,59,5,,,,,,o,,,,,gutim,21089 +ped,445,84,0,16078,11773,,1496,2669.5525509999798,,,,,,,176,64,0,,,,,,,^,,,,gutim,21080 +nof,445,80,1,16074,11774,,1459,2669.66555099998,,,,,,,144,41,0,,,,,,,,,,,gutim,21086 +nof,445,81,1,16075,11774,,1459,2669.66555099998,,,,,,,144,50,0,,,,,,,,,,,gutim,21087 +nof,445,82,1,16076,11774,,1459,2669.66555099998,,,,,,,144,58,0,,,,,,,,,,,gutim,21088 +nof,445,83,1,16077,11774,,1459,2669.66555099998,,,,,,,144,59,0,,,,,,,,,,,gutim,21089 +nof,445,79,1,16073,11775,,1459,2669.7195509999797,,,,,,,144,29,0,,,,,,,,,,,gutim,21085 +bar,446,0,0,16079,11775,,0,2669.7195509999797,,,,,,,,,,446,,,,,,,,,,gutim,21090 +rst,446,1,1,16080,11775,,0,2669.7195509999797,,,,,,,176,102,0,,,,,,,,,,,gutim,21091 +non,446,2,3,16081,11775,7751,0,2669.7195509999797,1.07142857142857,4,0,F2,pp,8,144,41,8,,,,,t,o,,,,,gutim,21092 +ped,446,3,0,16082,11776,,54,2669.94555099998,,,,,,,176,64,127,,,,,,,V,,,,gutim,21093 +non,446,4,1,16083,11777,7752,128,2670.2555509999797,0.535714285714286,8,0,Ab2,pp,8,144,44,8,,,,,,o,,,,,gutim,21094 +non,446,5,1,16084,11777,7752,128,2670.2555509999797,0.535714285714286,8,0,C4,pp,8,144,60,8,,,,,,o,,,,,gutim,21095 +nof,446,4,1,16083,11778,,128,2670.79155099998,,,,,,,144,44,0,,,,,,,,,,,gutim,21094 +nof,446,5,1,16084,11778,,128,2670.79155099998,,,,,,,144,60,0,,,,,,,,,,,gutim,21095 +non,446,6,1,16085,11778,7753,256,2670.79155099998,0.104631696428571,32,0,E3,pp,8,144,52,8,,,,,,o,,,,,gutim,21096 +non,446,7,3,16086,11778,,256,2670.79155099998,3.21428571428571,2,1,F2,,,,,,,,,,T,,,,,,gutim,21097 +nof,446,6,1,16085,11779,,256,2670.89555099998,,,,,,,144,52,0,,,,,,,,,,,gutim,21096 +non,446,8,1,16087,11779,7754,281,2670.89555099998,0.108816964285714,32,0,B4,pp,8,144,71,8,,,,,,o,,,,,gutim,21098 +nof,446,8,1,16087,11780,,281,2671.00455099998,,,,,,,144,71,0,,,,,,,,,,,gutim,21098 +non,446,9,1,16088,11780,7755,307,2671.00455099998,0.104631696428571,32,0,G1,pp,8,144,31,8,,,,,,o,,,,,gutim,21099 +nof,446,9,1,16088,11781,,307,2671.10955099998,,,,,,,144,31,0,,,,,,,,,,,gutim,21099 +non,446,10,1,16089,11781,7756,332,2671.10955099998,0.108816964285714,32,0,Bb1,pp,8,144,34,8,,,,,,o,,,,,gutim,21100 +non,446,11,1,16090,11781,7756,332,2671.10955099998,0.133928571428571,32,0,E2,pp,8,144,40,8,,,,,,o,,,,,gutim,21101 +nof,446,10,1,16089,11782,,332,2671.21855099998,,,,,,,144,34,0,,,,,,,,,,,gutim,21100 +non,446,12,1,16091,11782,7757,358,2671.21855099998,0.108816964285714,32,0,Eb6,pp,8,144,87,8,,,,,,o,,,,,gutim,21102 +nof,446,11,1,16090,11783,,332,2671.24355099998,,,,,,,144,40,0,,,,,,,,,,,gutim,21101 +nof,446,12,1,16091,11784,,358,2671.32755099998,,,,,,,144,87,0,,,,,,,,,,,gutim,21102 +rst,446,13,1,16092,11784,,384,2671.32755099998,,,,,,,176,102,0,,,,,,,,,,,gutim,21103 +rst,446,14,1,16093,11785,,512,2671.8625509999797,,,,,,,176,102,0,,,,,,,,,,,gutim,21104 +ped,446,15,0,16094,11786,,896,2673.4695509999797,,,,,,,176,64,0,,,,,,,^,,,,gutim,21093 +rst,446,17,1,16095,11787,,1024,2674.0055509999797,,,,,,,176,102,0,,,,,,,,,,,gutim,21105 +non,446,18,3,16096,11787,7758,1024,2674.0055509999797,0.267857142857143,16,0,F2,fff,24,144,41,24,,,,,,o,,,,,gutim,21106 +non,446,19,3,16097,11787,7758,1024,2674.0055509999797,0.267857142857143,16,0,Db3,fff,24,144,49,24,,,,,,o,,,,,gutim,21107 +ped,446,16,0,16098,11787,,1024,2674.0055509999797,,,,,,,176,64,127,,,,,,,V,,,,gutim,21108 +nof,446,2,3,16081,11788,,0,2674.0055509999797,,,,,,,144,41,0,,,,,,,,,,,gutim,21106 +non,446,20,1,16099,11789,7759,1040,2674.0725509999797,0.0669642857142857,64,0,Ab3,fff,24,144,56,24,,,,,,o,,,,,gutim,21109 +nof,446,20,1,16099,11790,,1040,2674.1395509999797,,,,,,,144,56,0,,,,,,,,,,,gutim,21109 +non,446,21,1,16100,11790,7760,1056,2674.1395509999797,0.0669642857142857,64,0,A4,fff,24,144,69,24,,,,,,o,,,,,gutim,21110 +ped,446,22,0,16101,11791,,1072,2674.1905509999797,,,,,,,176,64,0,,,,,,,^,,,,gutim,21108 +nof,446,18,3,16096,11792,,1024,2674.2065509999798,,,,,,,144,41,0,,,,,,,,,,,gutim,21111 +nof,446,19,3,16097,11792,,1024,2674.2065509999798,,,,,,,144,49,0,,,,,,,,,,,gutim,21107 +nof,446,21,1,16100,11792,,1056,2674.2065509999798,,,,,,,144,69,0,,,,,,,,,,,gutim,21110 +non,446,23,1,16102,11792,7761,1072,2674.2065509999798,0.0669642857142857,64,0,D2,fff,24,144,38,24,,,,,,o,,,,,gutim,21112 +non,446,24,1,16103,11792,7761,1072,2674.2065509999798,0.0669642857142857,64,0,F2,fff,24,144,41,24,,,,,,o,,,,,gutim,21113 +non,446,25,1,16104,11792,7761,1072,2674.2065509999798,0.0669642857142857,64,0,Db3,fff,24,144,49,24,,,,,,o,,,,,gutim,21114 +non,446,26,1,16105,11792,7761,1072,2674.2065509999798,0.0669642857142857,64,0,Ab3,fff,24,144,56,24,,,,,,o,,,,,gutim,21115 +nof,446,23,1,16102,11793,,1072,2674.2735509999798,,,,,,,144,38,0,,,,,,,,,,,gutim,21112 +nof,446,26,1,16105,11793,,1072,2674.2735509999798,,,,,,,144,56,0,,,,,,,,,,,gutim,21115 +non,446,27,1,16106,11793,7762,1088,2674.2735509999798,0.803571428571429,8,1,Ab4,pp,8,144,68,8,,,,,,o,,,,,gutim,21116 +rst,446,28,3,16107,11793,,1088,2674.2735509999798,,,,,,,176,102,0,,,,,,,,,,,gutim,21117 +nof,446,24,1,16103,11794,,1072,2674.2735509999798,,,,,,,144,41,0,,,,,,,,,,,gutim,21113 +nof,446,25,1,16104,11794,,1072,2674.2735509999798,,,,,,,144,49,0,,,,,,,,,,,gutim,21114 +ped,446,29,0,16108,11795,,1136,2674.49055099998,,,,,,,176,64,127,,,,,,,V,,,,gutim,21118 +bar,447,0,0,16109,11796,,0,2675.07755099998,,,,,,,,,,447,,,,,,,,,,gutim,21119 +rst,447,1,1,16110,11796,,0,2675.07755099998,,,,,,,176,102,0,,,,,,,,,,,gutim,21120 +rst,447,2,3,16111,11796,,0,2675.07755099998,,,,,,,176,102,0,,,,,,,,,,,gutim,21121 +nof,446,27,1,16106,11797,,1088,2675.07755099998,,,,,,,144,68,0,,,,,,,,,,,gutim,21116 +rst,447,3,1,16112,11798,,256,2676.1485509999798,,,,,,,176,102,0,,,,,,,,,,,gutim,21122 +rst,447,4,1,16113,11799,,288,2676.28255099998,,,,,,,176,102,0,,,,,,,,,,,gutim,21123 +non,447,5,1,16114,11800,7763,320,2676.41655099998,0.087890625,32,0,F6,ppp,5,144,89,5,,,,,,o,,,,,gutim,21124 +nof,447,5,1,16114,11801,,320,2676.50455099998,,,,,,,144,89,0,,,,,,,,,,,gutim,21124 +non,447,6,1,16115,11801,7764,341,2676.50455099998,0.087890625,32,0,E7,ppp,5,144,100,5,,,,,,o,,,,,gutim,21125 +nof,447,6,1,16115,11802,,341,2676.5925509999797,,,,,,,144,100,0,,,,,,,,,,,gutim,21125 +non,447,7,1,16116,11802,7765,362,2676.5925509999797,0.133928571428571,32,1,Bb5,ppp,5,144,82,5,,,,,,o,,,,,gutim,21126 +nof,447,7,1,16116,11803,,362,2676.7265509999797,,,,,,,144,82,0,,,,,,,,,,,gutim,21126 +non,447,8,1,16117,11803,7766,394,2676.7265509999797,0.0920758928571429,32,0,E7,ppp,5,144,100,5,,,,,,o,,,,,gutim,21127 +nof,447,8,1,16117,11804,,394,2676.81855099998,,,,,,,144,100,0,,,,,,,,,,,gutim,21127 +non,447,9,1,16118,11804,7767,416,2676.81855099998,0.133928571428571,32,1,F6,ppp,5,144,89,5,,,,,,o,,,,,gutim,21128 +nof,447,9,1,16118,11805,,416,2676.95255099998,,,,,,,144,89,0,,,,,,,,,,,gutim,21128 +non,447,10,1,16119,11805,7768,448,2676.95255099998,0.133928571428571,32,1,Bb5,ppp,5,144,82,5,,,,,,o,,,,,gutim,21129 +nof,447,10,1,16119,11806,,448,2677.0855509999797,,,,,,,144,82,0,,,,,,,,,,,gutim,21129 +non,447,11,1,16120,11806,7769,480,2677.0855509999797,0.267857142857143,16,1,E7,ppp,5,144,100,5,,,,,,o,,,,,gutim,21130 +non,447,12,3,16121,11807,7770,512,2677.2195509999797,0.267857142857143,16,0,D1,pp,8,144,26,8,,,,,,o,,,,,gutim,21131 +non,447,13,3,16122,11807,7770,512,2677.2195509999797,0.267857142857143,16,0,F4,pp,8,144,65,8,,,,,,o,,,,,gutim,21132 +non,447,14,3,16123,11807,7770,512,2677.2195509999797,0.267857142857143,16,0,Ab4,pp,8,144,68,8,,,,,,o,,,,,gutim,21133 +rst,447,15,1,16124,11808,,544,2677.3535509999797,,,,,,,176,102,0,,,,,,,,,,,gutim,21134 +nof,447,11,1,16120,11809,,480,2677.3535509999797,,,,,,,144,100,0,,,,,,,,,,,gutim,21130 +nof,447,13,3,16122,11810,,512,2677.4875509999797,,,,,,,144,65,0,,,,,,,,,,,gutim,21132 +non,447,16,3,16125,11810,7771,576,2677.4875509999797,0.803571428571429,8,1,Bb3,pp,8,144,58,8,,,,,t,o,,,,,gutim,21135 +non,447,17,3,16126,11810,7771,576,2677.4875509999797,0.535714285714286,8,1,F4,pp,8,144,65,8,,,,,t,o,,,,,gutim,21136 +nof,447,12,3,16121,11811,,512,2677.4875509999797,,,,,,,144,26,0,,,,,,,,,,,gutim,21131 +nof,447,14,3,16123,11811,,512,2677.4875509999797,,,,,,,144,68,0,,,,,,,,,,,gutim,21133 +rst,447,18,1,16127,11812,,768,2678.29155099998,,,,,,,176,102,0,,,,,,,,,,,gutim,21137 +non,447,19,3,16128,11812,,768,2678.29155099998,1.07142857142857,4,0,Bb3,,,,,,,,,,T,,,,,,gutim,21138 +non,447,20,3,16129,11812,,768,2678.29155099998,1.07142857142857,4,0,F4,,,,,,,,,,T,,,,,,gutim,21139 +nof,447,17,3,16126,11813,,576,2679.0945509999797,,,,,,,144,65,0,,,,,,,,,,,gutim,21136 +nof,447,16,3,16125,11814,,576,2679.3625509999797,,,,,,,144,58,0,,,,,,,,,,,gutim,21135 +rst,447,21,3,16130,11814,,1024,2679.3625509999797,,,,,,,176,102,0,,,,,,,,,,,gutim,21140 +non,447,22,3,16131,11815,7772,1109,2679.71855099998,0.1171875,32,0,C#2,pp,8,144,37,8,,,,,,o,,,e,,gutim,21141 +nof,447,22,3,16131,11816,,1109,2679.8355509999797,,,,,,,144,37,0,,,,,,,,,,,gutim,21141 +non,447,23,3,16132,11816,7773,1137,2679.8355509999797,0.121372767857143,32,0,D3,mp-,13,144,50,13,,,,,,o,,,e,,gutim,21142 +nof,447,23,3,16132,11817,,1137,2679.95755099998,,,,,,,144,50,0,,,,,,,,,,,gutim,21142 +non,447,24,3,16133,11817,7774,1166,2679.95755099998,0.1171875,32,0,G#2,mf,17,144,44,17,,,,,,o,,,e,,gutim,21143 +nof,447,24,3,16133,11818,,1166,2680.0745509999797,,,,,,,144,44,0,,,,,,,,,,,gutim,21143 +non,447,25,3,16134,11818,7775,1194,2680.0745509999797,0.121372767857143,32,0,A0,ff,22,144,21,22,,,,,,o,,,e,,gutim,21144 +non,447,26,3,16135,11818,7775,1194,2680.0745509999797,0.133928571428571,32,0,C#2,ff,22,144,37,22,,,,,,o,,,e,,gutim,21145 +non,447,27,3,16136,11818,7775,1194,2680.0745509999797,0.133928571428571,32,0,G#2,ff,22,144,44,22,,,,,,o,,,e,,gutim,21146 +non,447,28,3,16137,11818,7775,1194,2680.0745509999797,0.133928571428571,32,0,D3,ff,22,144,50,22,,,,,,o,,,e,,gutim,21147 +nof,447,25,3,16134,11819,,1194,2680.19555099998,,,,,,,144,21,0,,,,,,,,,,,gutim,21144 +ped,447,30,0,16138,11819,,1223,2680.19555099998,,,,,,,176,64,0,,,,,,,^,,,,gutim,21118 +non,447,29,3,16139,11819,7776,1223,2680.19555099998,0.1171875,32,0,F1,ff,22,144,29,22,,,,,,o,,,E 6077,,gutim,21148 +nof,447,26,3,16135,11820,,1194,2680.2085509999797,,,,,,,144,37,0,,,,,,,,,,,gutim,21145 +nof,447,27,3,16136,11820,,1194,2680.2085509999797,,,,,,,144,44,0,,,,,,,,,,,gutim,21146 +nof,447,28,3,16137,11820,,1194,2680.2085509999797,,,,,,,144,50,0,,,,,,,,,,,gutim,21147 +nof,447,29,3,16139,11821,,1223,2680.31255099998,,,,,,,144,29,0,,,,,,,,,,,gutim,21148 +rst,447,31,3,16140,11821,,1251,2680.31255099998,,,,,,,176,102,0,,,,,,,,,,,gutim,21149 +bar,448,0,0,16141,11822,,0,2680.43455099998,,,,,,,,,,448,,,,,,,,,,gutim,21150 +non,448,1,1,16142,11823,7777,0,2681.0345509999797,0.355747767857143,8,0,G#2,mp,14,144,44,14,,,,,,o,,,,,gutim,21151 +non,448,2,1,16143,11823,7777,0,2681.0345509999797,0.535714285714286,8,0,D3,mp,14,144,50,14,,,,,,o,,,,,gutim,21152 +non,448,3,3,16144,11823,7777,0,2681.0345509999797,0.355747767857143,8,0,A0,mp,14,144,21,14,,,,,,o,,,,,gutim,21153 +non,448,4,3,16145,11823,7777,0,2681.0345509999797,0.535714285714286,8,0,F1,mp,14,144,29,14,,,,,,o,,,,,gutim,21154 +nof,448,1,1,16142,11824,,0,2681.3895509999797,,,,,,,144,44,0,,,,,,,,,,,gutim,21151 +nof,448,2,1,16143,11824,,0,2681.3895509999797,,,,,,,144,50,0,,,,,,,,,,,gutim,21152 +nof,448,3,3,16144,11824,,0,2681.3895509999797,,,,,,,144,21,0,,,,,,,,,,,gutim,21153 +nof,448,4,3,16145,11824,,0,2681.3895509999797,,,,,,,144,29,0,,,,,,,,,,,gutim,21154 +non,448,6,1,16146,11824,7778,85,2681.3895509999797,0.535714285714286,8,1,G#2,pp,8,144,44,8,,,,,,o,,,,,gutim,21155 +non,448,7,1,16147,11824,7778,85,2681.3895509999797,0.535714285714286,8,1,D3,pp,8,144,50,8,,,,,,o,,,,,gutim,21156 +non,448,8,3,16148,11824,7778,85,2681.3895509999797,0.535714285714286,8,1,A0,pp,8,144,21,8,,,,,,o,,,,,gutim,21157 +non,448,9,3,16149,11824,7778,85,2681.3895509999797,0.535714285714286,8,1,F1,pp,8,144,29,8,,,,,,o,,,,,gutim,21158 +ped,448,5,0,16150,11824,,85,2681.3895509999797,,,,,,,176,64,127,,,,,,,V,,,,gutim,21159 +nof,448,6,1,16146,11825,,85,2681.92555099998,,,,,,,144,44,0,,,,,,,,,,,gutim,21155 +nof,448,7,1,16147,11825,,85,2681.92555099998,,,,,,,144,50,0,,,,,,,,,,,gutim,21156 +nof,448,8,3,16148,11825,,85,2681.92555099998,,,,,,,144,21,0,,,,,,,,,,,gutim,21157 +nof,448,9,3,16149,11825,,85,2681.92555099998,,,,,,,144,29,0,,,,,,,,,,,gutim,21158 +non,448,10,1,16151,11825,7779,213,2681.92555099998,0.179966517857143,16,0,G#2,pp,8,144,44,8,,,,,t,o,,,,,gutim,21160 +non,448,11,1,16152,11825,7779,213,2681.92555099998,0.267857142857143,16,0,D3,pp,8,144,50,8,,,,,t,o,,,,,gutim,21161 +non,448,12,3,16153,11825,7779,213,2681.92555099998,0.179966517857143,16,0,A0,pp,8,144,21,8,,,,,t,o,,,,,gutim,21162 +non,448,13,3,16154,11825,7779,213,2681.92555099998,0.267857142857143,16,0,F1,pp,8,144,29,8,,,,,t,o,,,,,gutim,21163 +non,448,14,1,16155,11826,,256,2682.10555099998,1.07142857142857,4,0,G#2,,,,,,,,,,T,,,,,,gutim,21164 +non,448,15,1,16156,11826,,256,2682.10555099998,1.07142857142857,4,0,D3,,,,,,,,,,T,,,,,,gutim,21165 +non,448,16,3,16157,11826,,256,2682.10555099998,1.07142857142857,4,0,A0,,,,,,,,,,T,,,,,,gutim,21166 +non,448,17,3,16158,11826,,256,2682.10555099998,1.07142857142857,4,0,F1,,,,,,,,,,T,,,,,,gutim,21167 +nof,448,10,1,16151,11827,,213,2683.1775509999798,,,,,,,144,44,0,,,,,,,,,,,gutim,21160 +nof,448,12,3,16153,11827,,213,2683.1775509999798,,,,,,,144,21,0,,,,,,,,,,,gutim,21162 +non,448,18,1,16159,11827,7780,512,2683.1775509999798,1.07142857142857,4,0,Ab4,pp,8,144,68,8,,,,,,o,,,,,gutim,21168 +non,448,19,3,16160,11827,7780,512,2683.1775509999798,1.07142857142857,4,0,D1,pp,8,144,26,8,,,,,,o,,,,,gutim,21169 +non,448,20,3,16161,11827,7780,512,2683.1775509999798,1.07142857142857,4,0,F2,pp,8,144,41,8,,,,,,o,,,,,gutim,21170 +nof,448,11,1,16152,11828,,213,2683.2645509999797,,,,,,,144,50,0,,,,,,,,,,,gutim,21161 +nof,448,13,3,16154,11828,,213,2683.2645509999797,,,,,,,144,29,0,,,,,,,,,,,gutim,21163 +nof,448,18,1,16159,11829,,512,2684.2485509999797,,,,,,,144,68,0,,,,,,,,,,,gutim,21168 +nof,448,19,3,16160,11829,,512,2684.2485509999797,,,,,,,144,26,0,,,,,,,,,,,gutim,21169 +nof,448,20,3,16161,11829,,512,2684.2485509999797,,,,,,,144,41,0,,,,,,,,,,,gutim,21170 +ped,448,21,0,16162,11829,,768,2684.2485509999797,,,,,,,176,64,0,,,,,,,^,,,,gutim,21159 +rst,448,22,1,16163,11829,,768,2684.2485509999797,,,,,,,176,102,0,,,,,,,,,,,gutim,21171 +rst,448,23,3,16164,11829,,768,2684.2485509999797,,,,,,,176,102,0,,,,,,,,,,,gutim,21172 +non,448,25,1,16165,11830,7781,896,2684.7845509999797,0.535714285714286,8,0,Bb3,p,11,144,58,11,,,,,,o,,,,,gutim,21173 +non,448,26,1,16166,11830,7781,896,2684.7845509999797,0.535714285714286,8,0,F4,p,11,144,65,11,,,,,,o,,,,,gutim,21174 +non,448,27,3,16167,11830,7781,896,2684.7845509999797,0.17578125,16,0,Ab1,p,11,144,32,11,,,,,,o,,,,,gutim,21175 +ped,448,24,0,16168,11830,,896,2684.7845509999797,,,,,,,176,64,127,,,,,,,V,,,,gutim,21176 +nof,448,27,3,16167,11831,,896,2684.95955099998,,,,,,,144,32,0,,,,,,,,,,,gutim,21175 +non,448,28,3,16169,11831,7782,938,2684.95955099998,0.359933035714286,8,0,C2,p,11,144,36,11,,,,,,o,,,,,gutim,21177 +nof,448,25,1,16165,11832,,896,2685.31955099998,,,,,,,144,58,0,,,,,,,,,,,gutim,21173 +nof,448,26,1,16166,11832,,896,2685.31955099998,,,,,,,144,65,0,,,,,,,,,,,gutim,21174 +nof,448,28,3,16169,11832,,938,2685.31955099998,,,,,,,144,36,0,,,,,,,,,,,gutim,21177 +rst,448,29,1,16170,11832,,1024,2685.31955099998,,,,,,,176,102,0,,,,,,,,,,,gutim,21178 +rst,448,30,3,16171,11832,,1024,2685.31955099998,,,,,,,176,102,0,,,,,,,,,,,gutim,21179 +non,448,31,1,16172,11833,7783,1152,2685.85555099998,0.401785714285714,16,1,Ab4,p,11,144,68,11,,,,,,o,,,,,gutim,21180 +non,448,32,3,16173,11833,7783,1152,2685.85555099998,0.133928571428571,32,0,D1,p,11,144,26,11,,,,,,o,,,,,gutim,21181 +non,448,33,3,16174,11833,7783,1152,2685.85555099998,0.133928571428571,32,0,F2,p,11,144,41,11,,,,,,o,,,,,gutim,21182 +nof,448,32,3,16173,11834,,1152,2685.9895509999797,,,,,,,144,26,0,,,,,,,,,,,gutim,21181 +nof,448,33,3,16174,11834,,1152,2685.9895509999797,,,,,,,144,41,0,,,,,,,,,,,gutim,21182 +non,448,34,3,16175,11834,7784,1184,2685.9895509999797,0.133928571428571,32,0,Db3,p,11,144,49,11,,,,,,o,,,,,gutim,21183 +nof,448,34,3,16175,11835,,1184,2686.1235509999797,,,,,,,144,49,0,,,,,,,,,,,gutim,21183 +non,448,35,3,16176,11835,7785,1216,2686.1235509999797,0.267857142857143,16,0,D1,p,11,144,26,11,,,,,,o,,,,,gutim,21184 +non,448,36,1,16177,11836,7786,1248,2686.2575509999797,0.133928571428571,32,0,A4,p,11,144,69,11,,,,,,o,,,,,gutim,21185 +nof,448,31,1,16172,11837,,1152,2686.2575509999797,,,,,,,144,68,0,,,,,,,,,,,gutim,21180 +nof,448,36,1,16177,11838,,1248,2686.3915509999797,,,,,,,144,69,0,,,,,,,,,,,gutim,21185 +bar,449,0,0,16178,11838,,0,2686.3915509999797,,,,,,,,,,449,,,,,,,,,,gutim,21186 +ped,449,3,0,16179,11838,,613,2686.3915509999797,,,,,,,176,64,0,,,,,,,^,,,,gutim,21176 +rst,449,1,1,16180,11838,,0,2686.3915509999797,,,,,,,176,102,0,,,,,,,,,,,gutim,21187 +rst,449,2,3,16181,11838,,0,2686.3915509999797,,,,,,,176,102,0,,,,,,,,,,,gutim,21188 +sec,449,4,0,16182,11838,,613,2686.3915509999797,,,,,,,,,,,6077,,,,,,,,,gutim,21189 +nof,448,35,3,16176,11839,,1216,2686.3915509999797,,,,,,,144,26,0,,,,,,,,,,,gutim,21184 +non,449,6,1,16183,11840,7787,768,2687.04055099998,2.14285714285714,2,0,Bb3,pp,8,144,58,8,,,,,,o,,,,,gutim,21190 +non,449,7,1,16184,11840,7787,768,2687.04055099998,2.14285714285714,2,0,F4,pp,8,144,65,8,,,,,,o,,,,,gutim,21191 +non,449,8,3,16185,11840,7787,768,2687.04055099998,2.14285714285714,2,0,Ab1,pp,8,144,32,8,,,,,,o,,,,,gutim,21192 +non,449,9,3,16186,11840,7787,768,2687.04055099998,2.14285714285714,2,0,C2,pp,8,144,36,8,,,,,,o,,,,,gutim,21193 +ped,449,5,0,16187,11840,,768,2687.04055099998,,,,,,,176,64,127,,,,,,,V,,,,gutim,21194 +nof,449,6,1,16183,11841,,768,2689.18255099998,,,,,,,144,58,0,,,,,,,,,,,gutim,21190 +nof,449,7,1,16184,11841,,768,2689.18255099998,,,,,,,144,65,0,,,,,,,,,,,gutim,21191 +nof,449,8,3,16185,11841,,768,2689.18255099998,,,,,,,144,32,0,,,,,,,,,,,gutim,21192 +nof,449,9,3,16186,11841,,768,2689.18255099998,,,,,,,144,36,0,,,,,,,,,,,gutim,21193 +bar,450,0,0,16188,11841,,0,2689.18255099998,,,,,,,,,,450,,,,,,,,,,gutim,21195 +non,450,1,1,16189,11841,7788,0,2689.18255099998,0.17578125,16,0,Bb3,pp,8,144,58,8,,,,,,o,,,,,gutim,21196 +non,450,2,1,16190,11841,7788,0,2689.18255099998,0.267857142857143,16,0,F4,pp,8,144,65,8,,,,,,o,,,,,gutim,21197 +non,450,3,3,16191,11841,7788,0,2689.18255099998,0.267857142857143,16,0,C3,pp,8,144,48,8,,,,,,o,,,,,gutim,21198 +nof,450,1,1,16189,11842,,0,2689.35855099998,,,,,,,144,58,0,,,,,,,,,,,gutim,21196 +non,450,4,1,16192,11842,7789,42,2689.35855099998,0.359933035714286,8,0,E5,pp,8,144,76,8,,,,,,o,,,,,gutim,21199 +nof,450,2,1,16190,11843,,0,2689.45055099998,,,,,,,144,65,0,,,,,,,,,,,gutim,21197 +nof,450,3,3,16191,11843,,0,2689.45055099998,,,,,,,144,48,0,,,,,,,,,,,gutim,21198 +non,450,5,3,16193,11843,7790,64,2689.45055099998,0.267857142857143,16,0,E3,p,11,144,52,11,,,,,,o,,,,,gutim,21200 +non,450,6,3,16194,11843,7790,64,2689.45055099998,0.267857142857143,16,0,B3,p,11,144,59,11,,,,,,o,,,,,gutim,21201 +nof,450,4,1,16192,11844,,42,2689.71855099998,,,,,,,144,76,0,,,,,,,,,,,gutim,21199 +nof,450,5,3,16193,11845,,64,2689.71855099998,,,,,,,144,52,0,,,,,,,,,,,gutim,21200 +nof,450,6,3,16194,11845,,64,2689.71855099998,,,,,,,144,59,0,,,,,,,,,,,gutim,21201 +rst,450,7,1,16195,11845,,128,2689.71855099998,,,,,,,176,102,0,,,,,,,,,,,gutim,21202 +non,450,8,3,16196,11845,7791,128,2689.71855099998,0.104631696428571,32,0,E3,p,11,144,52,11,,,,,,o,,d,e,,gutim,21203 +nof,450,8,3,16196,11846,,128,2689.82355099998,,,,,,,144,52,0,,,,,,,,,,,gutim,21203 +non,450,9,3,16197,11846,7792,153,2689.82355099998,0.108816964285714,32,0,B4,p,11,144,71,11,,,,,,o,,d,e,,gutim,21204 +nof,450,9,3,16197,11847,,153,2689.93255099998,,,,,,,144,71,0,,,,,,,,,,,gutim,21204 +non,450,10,3,16198,11847,7793,179,2689.93255099998,0.104631696428571,32,0,G2,p,11,144,43,11,,,,,,o,,d,e,,gutim,21205 +nof,450,10,3,16198,11848,,179,2690.0365509999797,,,,,,,144,43,0,,,,,,,,,,,gutim,21205 +non,450,11,3,16199,11848,7794,204,2690.0365509999797,0.108816964285714,32,0,Bb2,p,11,144,46,11,,,,,,o,,d,e,,gutim,21206 +non,450,12,3,16200,11848,7794,204,2690.0365509999797,0.133928571428571,32,0,E3,p,11,144,52,11,,,,,,o,,d,e,,gutim,21207 +nof,450,11,3,16199,11849,,204,2690.14555099998,,,,,,,144,46,0,,,,,,,,,,,gutim,21206 +non,450,13,3,16201,11849,7795,230,2690.14555099998,0.108816964285714,32,0,Eb6,p,11,144,87,11,,,,,,o,,d,e,,gutim,21208 +nof,450,12,3,16200,11850,,204,2690.1705509999797,,,,,,,144,52,0,,,,,,,,,,,gutim,21207 +nof,450,13,3,16201,11851,,230,2690.25455099998,,,,,,,144,87,0,,,,,,,,,,,gutim,21208 +ped,450,14,0,16202,11851,,256,2690.25455099998,,,,,,,176,64,0,,,,,,,^,,,,gutim,21194 +non,450,15,1,16203,11851,7796,256,2690.25455099998,3.75,2,2,E3,mp,14,144,52,14,,,,,,o,,d,e,,gutim,21209 +non,450,16,1,16204,11851,7796,256,2690.25455099998,2.14285714285714,2,2,B3,mp,14,144,59,14,,,,,,o,,d,e,,gutim,21210 +non,450,17,3,16205,11851,7796,256,2690.25455099998,3.75,2,2,Ab1,mp,14,144,32,14,,,,,,o,,d,E 6078,,gutim,21211 +ped,450,18,0,16206,11852,,491,2691.2375509999797,,,,,,,176,64,127,,,,,,,V,,,,gutim,21212 +nof,450,16,1,16204,11853,,256,2692.39755099998,,,,,,,144,59,0,,,,,,,,,,,gutim,21210 +nof,450,15,1,16203,11854,,256,2694.00455099998,,,,,,,144,52,0,,,,,,,,,,,gutim,21209 +nof,450,17,3,16205,11854,,256,2694.00455099998,,,,,,,144,32,0,,,,,,,,,,,gutim,21211 +non,450,19,1,16207,11854,7797,1152,2694.00455099998,0.267857142857143,16,0,Bb3,pp,8,144,58,8,,,,,,o,,,,,gutim,21213 +non,450,20,1,16208,11854,7797,1152,2694.00455099998,0.267857142857143,16,0,F4,pp,8,144,65,8,,,,,,o,,,,,gutim,21214 +non,450,21,3,16209,11854,7797,1152,2694.00455099998,0.535714285714286,8,0,Ab1,pp,8,144,32,8,,,,,,o,,,,,gutim,21215 +non,450,22,3,16210,11854,7797,1152,2694.00455099998,0.535714285714286,8,0,C2,pp,8,144,36,8,,,,,,o,,,,,gutim,21216 +nof,450,19,1,16207,11855,,1152,2694.27255099998,,,,,,,144,58,0,,,,,,,,,,,gutim,21213 +nof,450,20,1,16208,11855,,1152,2694.27255099998,,,,,,,144,65,0,,,,,,,,,,,gutim,21214 +non,450,23,1,16211,11855,7798,1216,2694.27255099998,0.267857142857143,16,0,E5,pp,8,144,76,8,,,,,,o,,,,,gutim,21217 +nof,450,21,3,16209,11856,,1152,2694.54055099998,,,,,,,144,32,0,,,,,,,,,,,gutim,21215 +nof,450,22,3,16210,11856,,1152,2694.54055099998,,,,,,,144,36,0,,,,,,,,,,,gutim,21216 +nof,450,23,1,16211,11857,,1216,2694.54055099998,,,,,,,144,76,0,,,,,,,,,,,gutim,21217 +bar,451,0,0,16212,11857,,0,2694.54055099998,,,,,,,,,,451,,,,,,,,,,gutim,21218 +rst,451,1,1,16213,11857,,0,2694.54055099998,,,,,,,176,102,0,,,,,,,,,,,gutim,21219 +rst,451,2,3,16214,11857,,0,2694.54055099998,,,,,,,176,102,0,,,,,,,,,,,gutim,21220 +non,451,3,1,16215,11858,7799,256,2695.61155099998,1.07142857142857,4,0,F4,pp,8,144,65,8,,,,,,o,,,,,gutim,21221 +non,451,4,1,16216,11858,7799,256,2695.61155099998,1.07142857142857,4,0,E5,pp,8,144,76,8,,,,,,o,,,,,gutim,21222 +non,451,5,3,16217,11858,7799,256,2695.61155099998,0.803571428571429,8,1,Ab1,pp,8,144,32,8,,,,,,o,,,,,gutim,21223 +non,451,6,3,16218,11858,7799,256,2695.61155099998,0.535714285714286,8,1,C2,pp,8,144,36,8,,,,,,o,,,,,gutim,21224 +non,451,7,3,16219,11858,7799,256,2695.61155099998,0.535714285714286,8,1,Bb2,pp,8,144,46,8,,,,,,o,,,,,gutim,21225 +nof,451,6,3,16218,11859,,256,2696.14755099998,,,,,,,144,36,0,,,,,,,,,,,gutim,21224 +nof,451,7,3,16219,11859,,256,2696.14755099998,,,,,,,144,46,0,,,,,,,,,,,gutim,21225 +nof,451,5,3,16217,11860,,256,2696.41555099998,,,,,,,144,32,0,,,,,,,,,,,gutim,21223 +non,451,8,3,16220,11860,7800,448,2696.41555099998,0.267857142857143,16,0,F2,p,11,144,41,11,,,,,,o,,,,,gutim,21226 +non,451,9,3,16221,11860,7800,448,2696.41555099998,0.267857142857143,16,0,Gb2,p,11,144,42,11,,,,,,o,,,,,gutim,21227 +nof,451,3,1,16215,11861,,256,2696.68255099998,,,,,,,144,65,0,,,,,,,,,,,gutim,21221 +nof,451,4,1,16216,11861,,256,2696.68255099998,,,,,,,144,76,0,,,,,,,,,,,gutim,21222 +nof,451,8,3,16220,11862,,448,2696.68255099998,,,,,,,144,41,0,,,,,,,,,,,gutim,21226 +nof,451,9,3,16221,11862,,448,2696.68255099998,,,,,,,144,42,0,,,,,,,,,,,gutim,21227 +non,451,10,1,16222,11862,7801,512,2696.68255099998,3.21428571428571,2,1,C6,p,11,144,84,11,,,,,,o,,,,,gutim,21228 +non,451,11,3,16223,11862,7801,512,2696.68255099998,3.21428571428571,2,1,F2,p,11,144,41,11,,,,,,o,,,,,gutim,21229 +non,451,12,3,16224,11862,7801,512,2696.68255099998,2.14285714285714,2,1,Gb2,p,11,144,42,11,,,,,,o,,,,,gutim,21230 +nof,451,12,3,16224,11863,,512,2698.82555099998,,,,,,,144,42,0,,,,,,,,,,,gutim,21230 +nof,451,10,1,16222,11864,,512,2699.89755099998,,,,,,,144,84,0,,,,,,,,,,,gutim,21228 +nof,451,11,3,16223,11864,,512,2699.89755099998,,,,,,,144,41,0,,,,,,,,,,,gutim,21229 +bar,452,0,0,16225,11864,,0,2699.89755099998,,,,,,,,,,452,,,,,,,,,,gutim,21231 +non,452,1,1,16226,11864,7802,0,2699.89755099998,2.14285714285714,2,0,F4,p,11,144,65,11,,,,,,o,,,,,gutim,21232 +non,452,2,1,16227,11864,7802,0,2699.89755099998,2.14285714285714,2,0,E5,p,11,144,76,11,,,,,,o,,,,,gutim,21233 +non,452,3,3,16228,11864,7802,0,2699.89755099998,2.14285714285714,2,0,Ab1,p,11,144,32,11,,,,,,o,,,,,gutim,21234 +non,452,4,3,16229,11864,7802,0,2699.89755099998,2.14285714285714,2,0,C2,p,11,144,36,11,,,,,,o,,,,,gutim,21235 +non,452,5,3,16230,11864,7802,0,2699.89755099998,2.14285714285714,2,0,Bb2,p,11,144,46,11,,,,,,o,,,,,gutim,21236 +rst,452,6,1,16231,11865,,512,2702.04055099998,,,,,,,176,102,0,,,,,,,,,,,gutim,21237 +rst,452,7,3,16232,11865,,512,2702.04055099998,,,,,,,176,102,0,,,,,,,,,,,gutim,21238 +nof,452,1,1,16226,11866,,0,2702.11555099998,,,,,,,144,65,0,,,,,,,,,,,gutim,21232 +nof,452,2,1,16227,11866,,0,2702.11555099998,,,,,,,144,76,0,,,,,,,,,,,gutim,21233 +nof,452,3,3,16228,11866,,0,2702.11555099998,,,,,,,144,32,0,,,,,,,,,,,gutim,21234 +nof,452,4,3,16229,11866,,0,2702.11555099998,,,,,,,144,36,0,,,,,,,,,,,gutim,21235 +nof,452,5,3,16230,11866,,0,2702.11555099998,,,,,,,144,46,0,,,,,,,,,,,gutim,21236 +non,452,8,1,16233,11867,7803,736,2702.97755099998,0.133928571428571,32,0,F4,p,11,144,65,11,,,,,,o,,d,,,gutim,21239 +non,452,9,1,16234,11867,7803,736,2702.97755099998,0.133928571428571,32,0,E5,p,11,144,76,11,,,,,,o,,d,,,gutim,21240 +non,452,10,3,16235,11867,7803,736,2702.97755099998,0.133928571428571,32,0,Ab1,p,11,144,32,11,,,,,,o,,d,,,gutim,21241 +non,452,11,3,16236,11867,7803,736,2702.97755099998,0.133928571428571,32,0,C2,p,11,144,36,11,,,,,,o,,d,,,gutim,21242 +non,452,12,3,16237,11867,7803,736,2702.97755099998,0.133928571428571,32,0,Bb2,p,11,144,46,11,,,,,,o,,d,,,gutim,21243 +nof,452,8,1,16233,11868,,736,2703.11155099998,,,,,,,144,65,0,,,,,,,,,,,gutim,21239 +nof,452,9,1,16234,11868,,736,2703.11155099998,,,,,,,144,76,0,,,,,,,,,,,gutim,21240 +nof,452,10,3,16235,11868,,736,2703.11155099998,,,,,,,144,32,0,,,,,,,,,,,gutim,21241 +nof,452,11,3,16236,11868,,736,2703.11155099998,,,,,,,144,36,0,,,,,,,,,,,gutim,21242 +nof,452,12,3,16237,11868,,736,2703.11155099998,,,,,,,144,46,0,,,,,,,,,,,gutim,21243 +non,452,13,1,16238,11868,7804,768,2703.11155099998,0.535714285714286,8,0,C6,pp,8,144,84,8,,,,,,o,,d,,,gutim,21244 +non,452,14,3,16239,11868,7804,768,2703.11155099998,0.535714285714286,8,0,F2,pp,8,144,41,8,,,,,,o,,d,,,gutim,21245 +non,452,15,3,16240,11868,7804,768,2703.11155099998,0.535714285714286,8,0,Gb2,pp,8,144,42,8,,,,,,o,,d,,,gutim,21246 +nof,452,13,1,16238,11869,,768,2703.64755099998,,,,,,,144,84,0,,,,,,,,,,,gutim,21244 +nof,452,14,3,16239,11869,,768,2703.64755099998,,,,,,,144,41,0,,,,,,,,,,,gutim,21245 +nof,452,15,3,16240,11869,,768,2703.64755099998,,,,,,,144,42,0,,,,,,,,,,,gutim,21246 +non,452,16,1,16241,11869,7805,896,2703.64755099998,0.535714285714286,8,0,E3,p,11,144,52,11,,,,,t,o,,d,,,gutim,21247 +non,452,17,1,16242,11869,7805,896,2703.64755099998,0.535714285714286,8,0,B3,p,11,144,59,11,,,,,t,o,,d,,,gutim,21248 +non,452,18,3,16243,11869,7805,896,2703.64755099998,0.535714285714286,8,0,Ab1,p,11,144,32,11,,,,,t,o,,d,,,gutim,21249 +non,452,19,1,16244,11870,,1024,2704.18255099998,0.803571428571429,8,1,E3,,,,,,,,,,T,,,,,,gutim,21250 +non,452,20,1,16245,11870,,1024,2704.18255099998,0.535714285714286,8,1,B3,,,,,,,,,,T,,,,,,gutim,21251 +non,452,21,3,16246,11870,,1024,2704.18255099998,0.803571428571429,8,1,Ab1,,,,,,,,,,T,,,,,,gutim,21252 +nof,452,17,1,16242,11871,,896,2704.71855099998,,,,,,,144,59,0,,,,,,,,,,,gutim,21248 +nof,452,16,1,16241,11872,,896,2704.98655099998,,,,,,,144,52,0,,,,,,,,,,,gutim,21247 +nof,452,18,3,16243,11872,,896,2704.98655099998,,,,,,,144,32,0,,,,,,,,,,,gutim,21249 +non,452,22,1,16247,11872,7806,1216,2704.98655099998,0.267857142857143,16,0,C6,pp,8,144,84,8,,,,,t,o,,d,,,gutim,21253 +non,452,23,3,16248,11872,7806,1216,2704.98655099998,0.267857142857143,16,0,F2,pp,8,144,41,8,,,,,t,o,,d,,,gutim,21254 +non,452,24,3,16249,11872,7806,1216,2704.98655099998,0.267857142857143,16,0,Gb2,pp,8,144,42,8,,,,,t,o,,d,,,gutim,21255 +bar,453,0,0,16250,11873,,0,2705.25455099998,,,,,,,,,,453,,,,,,,,,,gutim,21256 +non,453,1,1,16251,11873,,0,2705.25455099998,3.21428571428571,2,1,C6,,,,,,,,,,T,,,,,,gutim,21257 +non,453,2,3,16252,11873,,0,2705.25455099998,3.21428571428571,2,1,F2,,,,,,,,,,T,,,,,,gutim,21258 +non,453,3,3,16253,11873,,0,2705.25455099998,2.14285714285714,2,1,Gb2,,,,,,,,,,T,,,,,,gutim,21259 +nof,452,24,3,16249,11874,,1216,2707.39755099998,,,,,,,144,42,0,,,,,,,,,,,gutim,21255 +nof,452,22,1,16247,11875,,1216,2708.46855099998,,,,,,,144,84,0,,,,,,,,,,,gutim,21253 +nof,452,23,3,16248,11875,,1216,2708.46855099998,,,,,,,144,41,0,,,,,,,,,,,gutim,21254 +non,453,4,1,16254,11876,7807,768,2708.46855099998,2.14285714285714,2,0,F4,pp,8,144,65,8,,,,,t,o,,d,,,gutim,21260 +non,453,5,1,16255,11876,7807,768,2708.46855099998,2.14285714285714,2,0,E5,pp,8,144,76,8,,,,,t,o,,d,,,gutim,21261 +non,453,6,3,16256,11876,7807,768,2708.46855099998,2.14285714285714,2,0,Ab1,pp,8,144,32,8,,,,,t,o,,d,,,gutim,21262 +non,453,7,3,16257,11876,7807,768,2708.46855099998,2.14285714285714,2,0,C2,pp,8,144,36,8,,,,,t,o,,d,,,gutim,21263 +non,453,8,3,16258,11876,7807,768,2708.46855099998,2.14285714285714,2,0,Bb2,pp,8,144,46,8,,,,,t,o,,d,,,gutim,21264 +bar,454,0,0,16259,11877,,0,2710.61155099998,,,,,,,,,,454,,,,,,,,,,gutim,21265 +non,454,1,1,16260,11877,,0,2710.61155099998,1.07142857142857,4,0,F4,,,,,,,,,,T,,,,,,gutim,21266 +non,454,2,1,16261,11877,,0,2710.61155099998,1.07142857142857,4,0,E5,,,,,,,,,,T,,,,,,gutim,21267 +non,454,3,3,16262,11877,,0,2710.61155099998,1.07142857142857,4,0,Ab1,,,,,,,,,,T,,,,,,gutim,21268 +non,454,4,3,16263,11877,,0,2710.61155099998,1.07142857142857,4,0,C2,,,,,,,,,,T,,,,,,gutim,21269 +non,454,5,3,16264,11877,,0,2710.61155099998,1.07142857142857,4,0,Bb2,,,,,,,,,,T,,,,,,gutim,21270 +nof,453,4,1,16254,11878,,768,2711.68255099998,,,,,,,144,65,0,,,,,,,,,,,gutim,21260 +nof,453,5,1,16255,11878,,768,2711.68255099998,,,,,,,144,76,0,,,,,,,,,,,gutim,21261 +nof,453,6,3,16256,11878,,768,2711.68255099998,,,,,,,144,32,0,,,,,,,,,,,gutim,21262 +nof,453,7,3,16257,11878,,768,2711.68255099998,,,,,,,144,36,0,,,,,,,,,,,gutim,21263 +nof,453,8,3,16258,11878,,768,2711.68255099998,,,,,,,144,46,0,,,,,,,,,,,gutim,21264 +non,454,6,1,16265,11878,7808,256,2711.68255099998,1.07142857142857,4,0,E3,pp,8,144,52,8,,,,,,o,,d,,,gutim,21271 +non,454,7,1,16266,11878,7808,256,2711.68255099998,1.07142857142857,4,0,B3,pp,8,144,59,8,,,,,,o,,d,,,gutim,21272 +non,454,8,3,16267,11878,7808,256,2711.68255099998,1.07142857142857,4,0,Ab1,pp,8,144,32,8,,,,,,o,,d,,,gutim,21273 +nof,454,6,1,16265,11879,,256,2712.75455099998,,,,,,,144,52,0,,,,,,,,,,,gutim,21271 +nof,454,7,1,16266,11879,,256,2712.75455099998,,,,,,,144,59,0,,,,,,,,,,,gutim,21272 +nof,454,8,3,16267,11879,,256,2712.75455099998,,,,,,,144,32,0,,,,,,,,,,,gutim,21273 +non,454,9,1,16268,11879,7809,512,2712.75455099998,3.21428571428571,2,1,F4,ppp,5,144,65,5,,,,,,o,,d,,,gutim,21274 +non,454,10,1,16269,11879,7809,512,2712.75455099998,2.14285714285714,2,1,E5,ppp,5,144,76,5,,,,,,o,,d,,,gutim,21275 +non,454,11,3,16270,11879,7809,512,2712.75455099998,3.21428571428571,2,1,Ab1,ppp,5,144,32,5,,,,,,o,,d,,,gutim,21276 +non,454,12,3,16271,11879,7809,512,2712.75455099998,2.14285714285714,2,1,C2,ppp,5,144,36,5,,,,,,o,,d,,,gutim,21277 +non,454,13,3,16272,11879,7809,512,2712.75455099998,2.14285714285714,2,1,Bb2,ppp,5,144,46,5,,,,,,o,,d,,,gutim,21278 +nof,454,10,1,16269,11880,,512,2714.89755099998,,,,,,,144,76,0,,,,,,,,,,,gutim,21275 +nof,454,12,3,16271,11880,,512,2714.89755099998,,,,,,,144,36,0,,,,,,,,,,,gutim,21277 +nof,454,13,3,16272,11880,,512,2714.89755099998,,,,,,,144,46,0,,,,,,,,,,,gutim,21278 +nof,454,9,1,16268,11881,,512,2715.96855099998,,,,,,,144,65,0,,,,,,,,,,,gutim,21274 +nof,454,11,3,16270,11881,,512,2715.96855099998,,,,,,,144,32,0,,,,,,,,,,,gutim,21276 +bar,455,0,0,16273,11881,,0,2715.96855099998,,,,,,,,,,455,,,,,,,,,,gutim,21279 +non,455,1,1,16274,11881,7810,0,2715.96855099998,2.14285714285714,2,0,E3,pp,8,144,52,8,,,,,,o,,d,,,gutim,21280 +non,455,2,1,16275,11881,7810,0,2715.96855099998,2.14285714285714,2,0,B3,pp,8,144,59,8,,,,,,o,,d,,,gutim,21281 +non,455,3,3,16276,11881,7810,0,2715.96855099998,2.14285714285714,2,0,Ab1,pp,8,144,32,8,,,,,,o,,d,,,gutim,21282 +nof,455,1,1,16274,11882,,0,2718.11155099998,,,,,,,144,52,0,,,,,,,,,,,gutim,21280 +nof,455,2,1,16275,11882,,0,2718.11155099998,,,,,,,144,59,0,,,,,,,,,,,gutim,21281 +nof,455,3,3,16276,11882,,0,2718.11155099998,,,,,,,144,32,0,,,,,,,,,,,gutim,21282 +non,455,4,1,16277,11882,7811,512,2718.11155099998,2.14285714285714,2,0,C6,ppp,5,144,84,5,,,,,,o,,d,,,gutim,21283 +non,455,5,3,16278,11882,7811,512,2718.11155099998,2.14285714285714,2,0,F2,ppp,5,144,41,5,,,,,,o,,d,,,gutim,21284 +non,455,6,3,16279,11882,7811,512,2718.11155099998,2.14285714285714,2,0,Gb2,ppp,5,144,42,5,,,,,,o,,d,,,gutim,21285 +nof,455,4,1,16277,11883,,512,2720.25455099998,,,,,,,144,84,0,,,,,,,,,,,gutim,21283 +nof,455,5,3,16278,11883,,512,2720.25455099998,,,,,,,144,41,0,,,,,,,,,,,gutim,21284 +nof,455,6,3,16279,11883,,512,2720.25455099998,,,,,,,144,42,0,,,,,,,,,,,gutim,21285 +non,455,7,1,16280,11883,7812,1024,2720.25455099998,4.28571428571429,1,0,E3,ppp,5,144,52,5,,,,,,o,,d,,,gutim,21286 +non,455,8,1,16281,11883,7812,1024,2720.25455099998,4.28571428571429,1,0,B3,ppp,5,144,59,5,,,,,,o,,d,,,gutim,21287 +non,455,9,3,16282,11883,7812,1024,2720.25455099998,4.28571428571429,1,0,Ab1,ppp,5,144,32,5,,,,,,o,,D 6078,,,gutim,21288 +ped,455,10,0,16283,11884,,2047,2724.38755099998,,,,,,,176,64,0,,,,,,,^,,,,gutim,21212 +nof,455,7,1,16280,11885,,1024,2724.54055099998,,,,,,,144,52,0,,,,,,,,,,,gutim,21286 +nof,455,8,1,16281,11885,,1024,2724.54055099998,,,,,,,144,59,0,,,,,,,,,,,gutim,21287 +nof,455,9,3,16282,11885,,1024,2724.54055099998,,,,,,,144,32,0,,,,,,,,,,,gutim,21288 +bar,456,0,0,16284,11886,,0,2724.54055099998,,,,,,,,,,456,,,,,,,,,,gutim,21289 +sec,456,1,0,16285,11886,,0,2724.54055099998,,,,,,,,,,,6078,,,,,,,,,gutim,21290 +non,456,3,1,16286,11886,7813,0,2724.54055099998,3.21428571428571,2,1,E3,ppp,5,144,52,5,,,,,,o,,,,,gutim,21291 +non,456,4,1,16287,11886,7813,0,2724.54055099998,2.14285714285714,2,1,B3,ppp,5,144,59,5,,,,,,o,,,,,gutim,21292 +non,456,5,3,16288,11886,7813,0,2724.54055099998,3.21428571428571,2,1,Ab1,ppp,5,144,32,5,,,,,,o,,,,,gutim,21293 +ped,456,2,0,16289,11887,,0,2724.68755099998,,,,,,,176,64,127,,,,,,,V,,,,gutim,21294 +nof,456,4,1,16287,11888,,0,2726.68255099998,,,,,,,144,59,0,,,,,,,,,,,gutim,21292 +nof,456,3,1,16286,11889,,0,2727.75455099998,,,,,,,144,52,0,,,,,,,,,,,gutim,21291 +nof,456,5,3,16288,11889,,0,2727.75455099998,,,,,,,144,32,0,,,,,,,,,,,gutim,21293 +rst,456,6,1,16290,11889,,768,2727.75455099998,,,,,,,176,102,0,,,,,,,,,,,gutim,21295 +rst,456,7,3,16291,11889,,768,2727.75455099998,,,,,,,176,102,0,,,,,,,,,,,gutim,21296 +non,456,8,1,16292,11890,7814,992,2728.69155099998,0.133928571428571,32,0,E3,p,11,144,52,11,,,,,,o,,,,,gutim,21297 +non,456,9,1,16293,11890,7814,992,2728.69155099998,0.133928571428571,32,0,B3,p,11,144,59,11,,,,,,o,,,,,gutim,21298 +non,456,10,3,16294,11890,7814,992,2728.69155099998,0.133928571428571,32,0,Ab1,p,11,144,32,11,,,,,,o,,,,,gutim,21299 +nof,456,8,1,16292,11891,,992,2728.82555099998,,,,,,,144,52,0,,,,,,,,,,,gutim,21297 +nof,456,9,1,16293,11891,,992,2728.82555099998,,,,,,,144,59,0,,,,,,,,,,,gutim,21298 +nof,456,10,3,16294,11891,,992,2728.82555099998,,,,,,,144,32,0,,,,,,,,,,,gutim,21299 +non,456,11,1,16295,11891,7815,1024,2728.82555099998,0.803571428571429,8,1,E3,mf,17,144,52,17,,,,,,o,,,,,gutim,21300 +non,456,12,1,16296,11891,7815,1024,2728.82555099998,0.535714285714286,8,1,B3,mf,17,144,59,17,,,,,,o,,,,,gutim,21301 +non,456,13,1,16297,11891,7815,1024,2728.82555099998,0.535714285714286,8,1,C4,mf,17,144,60,17,,,,,,o,,,,,gutim,21302 +non,456,14,3,16298,11891,7815,1024,2728.82555099998,0.803571428571429,8,1,Ab1,mf,17,144,32,17,,,,,,o,,,,,gutim,21303 +nof,456,12,1,16296,11892,,1024,2729.36155099998,,,,,,,144,59,0,,,,,,,,,,,gutim,21301 +nof,456,13,1,16297,11892,,1024,2729.36155099998,,,,,,,144,60,0,,,,,,,,,,,gutim,21302 +nof,456,11,1,16295,11893,,1024,2729.62955099998,,,,,,,144,52,0,,,,,,,,,,,gutim,21300 +nof,456,14,3,16298,11893,,1024,2729.62955099998,,,,,,,144,32,0,,,,,,,,,,,gutim,21303 +ped,456,15,0,16299,11893,,1216,2729.62955099998,,,,,,,176,64,0,,,,,,,^,,,,gutim,21294 +rst,456,16,1,16300,11893,,1216,2729.62955099998,,,,,,,176,102,0,,,,,,,,,,,gutim,21304 +rst,456,17,3,16301,11893,,1216,2729.62955099998,,,,,,,176,102,0,,,,,,,,,,,gutim,21305 +non,456,18,1,16302,11894,7816,1280,2729.89755099998,0.133928571428571,32,0,E3,mf,17,144,52,17,,,,,,o,,,,,gutim,21306 +non,456,19,1,16303,11894,7816,1280,2729.89755099998,0.133928571428571,32,0,B3,mf,17,144,59,17,,,,,,o,,,,,gutim,21307 +non,456,20,1,16304,11894,7816,1280,2729.89755099998,0.133928571428571,32,0,C4,mf,17,144,60,17,,,,,,o,,,,,gutim,21308 +non,456,21,3,16305,11894,7816,1280,2729.89755099998,0.133928571428571,32,0,Db1,mf,17,144,25,17,,,,,,o,,,,,gutim,21309 +non,456,22,3,16306,11894,7816,1280,2729.89755099998,0.133928571428571,32,0,Ab1,mf,17,144,32,17,,,,,,o,,,,,gutim,21310 +nof,456,18,1,16302,11895,,1280,2730.03155099998,,,,,,,144,52,0,,,,,,,,,,,gutim,21306 +nof,456,19,1,16303,11895,,1280,2730.03155099998,,,,,,,144,59,0,,,,,,,,,,,gutim,21307 +nof,456,20,1,16304,11895,,1280,2730.03155099998,,,,,,,144,60,0,,,,,,,,,,,gutim,21308 +nof,456,21,3,16305,11895,,1280,2730.03155099998,,,,,,,144,25,0,,,,,,,,,,,gutim,21309 +nof,456,22,3,16306,11895,,1280,2730.03155099998,,,,,,,144,32,0,,,,,,,,,,,gutim,21310 +non,456,24,1,16307,11895,7817,1312,2730.03155099998,0.9375,8,2,E3,ppp,5,144,52,5,,,,,,o,,,,,gutim,21311 +non,456,25,1,16308,11895,7817,1312,2730.03155099998,0.535714285714286,8,2,B3,ppp,5,144,59,5,,,,,,o,,,,,gutim,21312 +non,456,26,1,16309,11895,7817,1312,2730.03155099998,0.535714285714286,8,2,C4,ppp,5,144,60,5,,,,,,o,,,,,gutim,21313 +non,456,27,3,16310,11895,7817,1312,2730.03155099998,0.9375,8,2,Db1,ppp,5,144,25,5,,,,,,o,,,,,gutim,21314 +non,456,28,3,16311,11895,7817,1312,2730.03155099998,0.535714285714286,8,2,Ab1,ppp,5,144,32,5,,,,,,o,,,,,gutim,21315 +ped,456,23,0,16312,11895,,1312,2730.03155099998,,,,,,,176,64,127,,,,,,,V,,,,gutim,21316 +nof,456,25,1,16308,11896,,1312,2730.56655099998,,,,,,,144,59,0,,,,,,,,,,,gutim,21312 +nof,456,26,1,16309,11896,,1312,2730.56655099998,,,,,,,144,60,0,,,,,,,,,,,gutim,21313 +nof,456,28,3,16311,11896,,1312,2730.56655099998,,,,,,,144,32,0,,,,,,,,,,,gutim,21315 +nof,456,24,1,16307,11897,,1312,2730.96855099998,,,,,,,144,52,0,,,,,,,,,,,gutim,21311 +nof,456,27,3,16310,11897,,1312,2730.96855099998,,,,,,,144,25,0,,,,,,,,,,,gutim,21314 +non,456,29,1,16313,11897,7818,1536,2730.96855099998,2.14285714285714,2,0,A4,pp,8,144,69,8,,,,,,o,,,,,gutim,21317 +non,456,30,1,16314,11897,7818,1536,2730.96855099998,2.14285714285714,2,0,C6,pp,8,144,84,8,,,,,,o,,,,,gutim,21318 +non,456,31,3,16315,11897,7818,1536,2730.96855099998,2.14285714285714,2,0,F1,pp,8,144,29,8,,,,,,o,,,,,gutim,21319 +non,456,32,3,16316,11897,7818,1536,2730.96855099998,2.14285714285714,2,0,Gb2,pp,8,144,42,8,,,,,,o,,,,,gutim,21320 +nof,456,29,1,16313,11898,,1536,2733.11155099998,,,,,,,144,69,0,,,,,,,,,,,gutim,21317 +nof,456,30,1,16314,11898,,1536,2733.11155099998,,,,,,,144,84,0,,,,,,,,,,,gutim,21318 +nof,456,31,3,16315,11898,,1536,2733.11155099998,,,,,,,144,29,0,,,,,,,,,,,gutim,21319 +nof,456,32,3,16316,11898,,1536,2733.11155099998,,,,,,,144,42,0,,,,,,,,,,,gutim,21320 +bar,457,0,0,16317,11898,,0,2733.11155099998,,,,,,,,,,457,,,,,,,,,,gutim,21321 +rst,457,1,1,16318,11898,,0,2733.11155099998,,,,,,,176,102,0,,,,,,,,,,,gutim,21322 +rst,457,2,3,16319,11898,,0,2733.11155099998,,,,,,,176,102,0,,,,,,,,,,,gutim,21323 +non,457,3,3,16320,11899,7819,42,2733.28755099998,0.179966517857143,16,0,E4,ff,22,144,64,22,,,,,,o,,,,,gutim,21324 +nof,457,3,3,16320,11900,,42,2733.4675509999797,,,,,,,144,64,0,,,,,,,,,,,gutim,21324 +non,457,4,3,16321,11900,7820,85,2733.4675509999797,0.179966517857143,16,0,B5,ff,22,144,83,22,,,,,,o,,,,,gutim,21325 +nof,457,4,3,16321,11901,,85,2733.64755099998,,,,,,,144,83,0,,,,,,,,,,,gutim,21325 +non,457,5,3,16322,11901,7821,128,2733.64755099998,0.17578125,16,0,G2,ff,22,144,43,22,,,,,,o,,,,,gutim,21326 +nof,457,5,3,16322,11902,,128,2733.8225509999797,,,,,,,144,43,0,,,,,,,,,,,gutim,21326 +non,457,6,1,16323,11902,7822,170,2733.8225509999797,0.179966517857143,16,0,B5,ff,22,144,83,22,,,,,,o,,,,,gutim,21327 +non,457,7,3,16324,11902,7822,170,2733.8225509999797,0.179966517857143,16,0,G2,ff,22,144,43,22,,,,,,o,,,,,gutim,21328 +non,457,8,3,16325,11902,7822,170,2733.8225509999797,0.267857142857143,16,0,Bb2,ff,22,144,46,22,,,,,,o,,,,,gutim,21329 +non,457,9,3,16326,11902,7822,170,2733.8225509999797,0.267857142857143,16,0,E3,ff,22,144,52,22,,,,,,o,,,,,gutim,21330 +nof,457,6,1,16323,11903,,170,2734.00255099998,,,,,,,144,83,0,,,,,,,,,,,gutim,21327 +nof,457,7,3,16324,11903,,170,2734.00255099998,,,,,,,144,43,0,,,,,,,,,,,gutim,21328 +non,457,10,1,16327,11903,7823,213,2734.00255099998,0.179966517857143,16,0,Eb7,ff,22,144,99,22,,,,,,o,,,,,gutim,21331 +rst,457,11,3,16328,11903,,213,2734.00255099998,,,,,,,176,102,0,,,,,,,,,,,gutim,21332 +nof,457,8,3,16325,11904,,170,2734.0905509999798,,,,,,,144,46,0,,,,,,,,,,,gutim,21329 +nof,457,9,3,16326,11904,,170,2734.0905509999798,,,,,,,144,52,0,,,,,,,,,,,gutim,21330 +nof,457,10,1,16327,11905,,213,2734.18255099998,,,,,,,144,99,0,,,,,,,,,,,gutim,21331 +rst,457,12,1,16329,11905,,256,2734.18255099998,,,,,,,176,102,0,,,,,,,,,,,gutim,21333 +rst,457,13,3,16330,11905,,256,2734.18255099998,,,,,,,176,102,0,,,,,,,,,,,gutim,21334 +non,457,14,1,16331,11906,7824,1280,2738.46855099998,1.07142857142857,4,0,A4,pp,8,144,69,8,,,,,,o,,,,,gutim,21335 +non,457,15,1,16332,11906,7824,1280,2738.46855099998,1.07142857142857,4,0,C6,pp,8,144,84,8,,,,,,o,,,,,gutim,21336 +non,457,16,3,16333,11906,7824,1280,2738.46855099998,1.07142857142857,4,0,F2,pp,8,144,41,8,,,,,,o,,,,,gutim,21337 +non,457,17,3,16334,11906,7824,1280,2738.46855099998,1.07142857142857,4,0,Gb2,pp,8,144,42,8,,,,,,o,,,,,gutim,21338 +nof,457,14,1,16331,11907,,1280,2739.54055099998,,,,,,,144,69,0,,,,,,,,,,,gutim,21335 +nof,457,15,1,16332,11907,,1280,2739.54055099998,,,,,,,144,84,0,,,,,,,,,,,gutim,21336 +nof,457,16,3,16333,11907,,1280,2739.54055099998,,,,,,,144,41,0,,,,,,,,,,,gutim,21337 +nof,457,17,3,16334,11907,,1280,2739.54055099998,,,,,,,144,42,0,,,,,,,,,,,gutim,21338 +ped,457,18,0,16335,11907,,1536,2739.54055099998,,,,,,,176,64,0,,,,,,,^,,,,gutim,21316 +non,457,19,1,16336,11907,7825,1536,2739.54055099998,2.14285714285714,2,0,C#4,ppp,5,144,61,5,,,,,t,o,,,,,gutim,21339 +non,457,20,1,16337,11907,7825,1536,2739.54055099998,2.14285714285714,2,0,A4,ppp,5,144,69,5,,,,,t,o,,,,,gutim,21340 +non,457,21,3,16338,11907,7825,1536,2739.54055099998,2.14285714285714,2,0,F1,pppp,2,144,29,2,,,,,t,o,,,,,gutim,21341 +non,457,22,3,16339,11907,7825,1536,2739.54055099998,2.14285714285714,2,0,Gb2,pppp,2,144,42,2,,,,,t,o,,,,,gutim,21342 +ped,457,23,0,16340,11908,,1707,2740.2555509999797,,,,,,,176,64,127,,,,,,,V,,,,gutim,21343 +bar,458,0,0,16341,11909,,0,2741.68255099998,,,,,,,,,,458,,,,,,,,,,gutim,21344 +non,458,1,1,16342,11909,,0,2741.68255099998,4.28571428571429,1,0,C#4,,,,,,,,,,_,,,,,,gutim,21345 +non,458,2,1,16343,11909,,0,2741.68255099998,4.28571428571429,1,0,A4,,,,,,,,,,_,,,,,,gutim,21346 +non,458,3,3,16344,11909,,0,2741.68255099998,4.28571428571429,1,0,F1,,,,,,,,,,T,,,,,,gutim,21347 +non,458,4,3,16345,11909,,0,2741.68255099998,4.28571428571429,1,0,Gb2,,,,,,,,,,_,,,,,,gutim,21348 +ped,458,5,0,16346,11910,,1024,2745.81855099998,,,,,,,176,64,0,,,,,,,^,,,,gutim,21343 +nof,457,21,3,16338,11911,,1536,2745.96855099998,,,,,,,144,29,0,,,,,,,,,,,gutim,21341 +non,458,7,1,16347,11911,,1024,2745.96855099998,4.28571428571429,1,0,C#4,,,,,,,,,,T,,,,,,gutim,21349 +non,458,8,1,16348,11911,,1024,2745.96855099998,4.28571428571429,1,0,A4,,,,,,,,,,T,,,,,,gutim,21350 +non,458,9,3,16349,11911,,1024,2745.96855099998,4.28571428571429,1,0,Gb2,,,,,,,,,,T,,,,,,gutim,21351 +ped,458,6,0,16350,11912,,1024,2746.11855099998,,,,,,,176,64,127,,,,,,,V,,,,gutim,21352 +ped,458,10,0,16351,11913,,2038,2750.21255099998,,,,,,,176,64,0,,,,,,,^,,,,gutim,21352 +nof,457,19,1,16336,11914,,1536,2750.25455099998,,,,,,,144,61,0,,,,,,,,,,,gutim,21339 +nof,457,20,1,16337,11914,,1536,2750.25455099998,,,,,,,144,69,0,,,,,,,,,,,gutim,21340 +nof,457,22,3,16339,11914,,1536,2750.25455099998,,,,,,,144,42,0,,,,,,,,,,,gutim,21342 +ped,458,23,0,16352,11914,7826,2039,2750.2555509999797,,,,,,,176,64,0,,,,,,,^,,,,gutim,21353 diff --git a/src/cwtest/cfg/gutim_full/scriabin/scriabin_prelude_op48_3.csv b/src/cwtest/cfg/gutim_full/scriabin/scriabin_prelude_op48_3.csv new file mode 100644 index 0000000..b4fbc3a --- /dev/null +++ b/src/cwtest/cfg/gutim_full/scriabin/scriabin_prelude_op48_3.csv @@ -0,0 +1,889 @@ +UID,trk,dtick,atick,amicro,type,ch,D0,D1,sci_pitch + 0, 0, 0, 0, 0,tsig,1,2,, + 1, 0, 0, 0, 0,ksig,,,, + 2, 0, 0, 0, 0,tempo,140,bpm,, + 80, 1, 0, 0, 0,name,,,, + 81, 1, 0, 0, 0, pgm, 0, 1, 0, + 82, 1, 0, 0, 0, ctl, 0, 64, 0, + 83, 1, 0, 0, 0, ctl, 0, 64, 0, + 886, 2, 1, 1, 418,copy,,,, + 887, 2, 0, 1, 418,eot,,,, + 3, 0, 1024, 1024, 428032,tsig,3,2,, + 4, 0, 0, 1024, 428032,tempo,80,bpm,, + 84, 1, 1024, 1024, 428032, ctl, 0, 64, 0, + 85, 1, 0, 1024, 428032, ctl, 0, 64, 0, + 86, 1, 0, 1024, 428032, non, 0, 63, 41, D#4 + 87, 1, 0, 1024, 428032, non, 0, 60, 40, C4 + 88, 1, 215, 1239, 585412, ctl, 0, 64,127, + 89, 1, 126, 1365, 677644, nof, 0, 63, 0, + 90, 1, 0, 1365, 677644, non, 0, 62, 36, D4 + 91, 1, 171, 1536, 802816, non, 0, 54, 40, F#3 + 92, 1, 29, 1565, 824044, ctl, 0, 64, 0, + 93, 1, 142, 1707, 927988, non, 0, 70, 51, A#4 + 94, 1, 57, 1764, 969712, ctl, 0, 64,127, + 5, 0, 1024, 2048, 1177600,tempo,100,bpm,, + 95, 1, 284, 2048, 1177600, non, 0, 44, 37, G#2 + 6, 0, 341, 2389, 1377085,tempo,130,bpm,, + 96, 1, 341, 2389, 1377085, nof, 0, 70, 0, + 97, 1, 0, 2389, 1377085, non, 0, 66, 51, F#4 + 98, 1, 171, 2560, 1454035, nof, 0, 44, 0, + 99, 1, 0, 2560, 1454035, non, 0, 44, 33, G#2 + 100, 1, 171, 2731, 1530985, nof, 0, 66, 0, + 101, 1, 0, 2731, 1530985, non, 0, 65, 48, F4 + 7, 0, 683, 3072, 1684435,tempo,110,bpm,, + 102, 1, 341, 3072, 1684435, nof, 0, 65, 0, + 103, 1, 0, 3072, 1684435, non, 0, 58, 44, A#3 + 104, 1, 0, 3072, 1684435, nof, 0, 44, 0, + 105, 1, 0, 3072, 1684435, non, 0, 32, 30, G#1 + 106, 1, 35, 3107, 1703055, ctl, 0, 64, 0, + 8, 0, 341, 3413, 1865847,tempo,100,bpm,, + 107, 1, 306, 3413, 1865847, nof, 0, 62, 0, + 108, 1, 0, 3413, 1865847, nof, 0, 58, 0, + 109, 1, 0, 3413, 1865847, non, 0, 63, 48, D#4 + 110, 1, 31, 3444, 1883982, ctl, 0, 64,127, + 111, 1, 140, 3584, 1965882, nof, 0, 32, 0, + 112, 1, 0, 3584, 1965882, nof, 0, 54, 0, + 113, 1, 0, 3584, 1965882, nof, 0, 60, 0, + 9, 0, 512, 3925, 2165367,tempo,130,bpm,, + 114, 1, 341, 3925, 2165367, non, 0, 70, 44, A#4 + 10, 0, 171, 4096, 2242317,tempo,110,bpm,, + 115, 1, 171, 4096, 2242317, ctl, 0, 64,127, + 116, 1, 0, 4096, 2242317, ctl, 0, 64, 0, + 117, 1, 0, 4096, 2242317, nof, 0, 70, 0, + 118, 1, 0, 4096, 2242317, non, 0, 69, 44, A4 + 119, 1, 0, 4096, 2242317, non, 0, 60, 36, C4 + 120, 1, 105, 4201, 2298177, ctl, 0, 64, 0, + 121, 1, 147, 4348, 2376381, ctl, 0, 64,127, + 11, 0, 341, 4437, 2423729,tempo,140,bpm,, + 122, 1, 89, 4437, 2423729, nof, 0, 63, 0, + 123, 1, 0, 4437, 2423729, nof, 0, 69, 0, + 124, 1, 0, 4437, 2423729, non, 0, 60, 40, C4 + 125, 1, 171, 4608, 2495207, non, 0, 65, 43, F4 + 126, 1, 0, 4608, 2495207, nof, 0, 60, 0, + 127, 1, 0, 4608, 2495207, non, 0, 54, 34, F#3 + 128, 1, 171, 4779, 2566685, nof, 0, 65, 0, + 129, 1, 0, 4779, 2566685, non, 0, 69, 46, A4 + 130, 1, 170, 4949, 2637745, nof, 0, 69, 0, + 131, 1, 0, 4949, 2637745, non, 0, 69, 48, A4 + 132, 1, 171, 5120, 2709223, nof, 0, 69, 0, + 133, 1, 0, 5120, 2709223, non, 0, 77, 51, F5 + 134, 1, 0, 5120, 2709223, nof, 0, 54, 0, + 135, 1, 0, 5120, 2709223, nof, 0, 60, 0, + 136, 1, 0, 5120, 2709223, non, 0, 44, 31, G#2 + 137, 1, 171, 5291, 2780701, nof, 0, 77, 0, + 138, 1, 0, 5291, 2780701, non, 0, 69, 48, A4 + 139, 1, 170, 5461, 2851761, nof, 0, 69, 0, + 140, 1, 0, 5461, 2851761, non, 0, 69, 46, A4 + 141, 1, 171, 5632, 2923239, nof, 0, 69, 0, + 142, 1, 0, 5632, 2923239, non, 0, 65, 43, F4 + 143, 1, 0, 5632, 2923239, nof, 0, 44, 0, + 144, 1, 0, 5632, 2923239, non, 0, 44, 29, G#2 + 145, 1, 171, 5803, 2994717, nof, 0, 65, 0, + 146, 1, 0, 5803, 2994717, non, 0, 60, 40, C4 + 12, 0, 1707, 6144, 3137255,tempo,100,bpm,, + 147, 1, 341, 6144, 3137255, nof, 0, 60, 0, + 148, 1, 0, 6144, 3137255, nof, 0, 44, 0, + 149, 1, 0, 6144, 3137255, non, 0, 32, 27, G#1 + 150, 1, 119, 6263, 3206870, ctl, 0, 64, 0, + 151, 1, 393, 6656, 3436775, nof, 0, 32, 0, + 13, 0, 1024, 7168, 3736295,tempo,120,bpm,, + 152, 1, 512, 7168, 3736295, ctl, 0, 64, 0, + 153, 1, 0, 7168, 3736295, ctl, 0, 64, 0, + 154, 1, 0, 7168, 3736295, ctl, 0, 64, 0, + 155, 1, 0, 7168, 3736295, non, 0, 69, 41, A4 + 156, 1, 0, 7168, 3736295, non, 0, 64, 26, E4 + 157, 1, 0, 7168, 3736295, non, 0, 61, 22, C#4 + 158, 1, 215, 7383, 3841215, ctl, 0, 64,127, + 14, 0, 341, 7509, 3902703,tempo,140,bpm,, + 159, 1, 126, 7509, 3902703, nof, 0, 69, 0, + 160, 1, 0, 7509, 3902703, non, 0, 68, 46, G#4 + 161, 1, 171, 7680, 3974181, non, 0, 54, 20, F#3 + 162, 1, 29, 7709, 3986303, ctl, 0, 64, 0, + 15, 0, 342, 7851, 4045659,tempo,120,bpm,, + 163, 1, 142, 7851, 4045659, nof, 0, 68, 0, + 164, 1, 0, 7851, 4045659, non, 0, 76, 50, E5 + 165, 1, 57, 7908, 4073475, ctl, 0, 64,127, + 166, 1, 284, 8192, 4212067, nof, 0, 61, 0, + 167, 1, 0, 8192, 4212067, non, 0, 48, 18, C3 + 16, 0, 682, 8533, 4378475,tempo,130,bpm,, + 168, 1, 341, 8533, 4378475, nof, 0, 76, 0, + 169, 1, 0, 8533, 4378475, non, 0, 72, 41, C5 + 170, 1, 171, 8704, 4455425, non, 0, 38, 16, D2 + 171, 1, 171, 8875, 4532375, nof, 0, 72, 0, + 172, 1, 0, 8875, 4532375, non, 0, 71, 40, B4 + 173, 1, 341, 9216, 4685825, nof, 0, 64, 0, + 174, 1, 0, 9216, 4685825, nof, 0, 71, 0, + 175, 1, 0, 9216, 4685825, non, 0, 64, 38, E4 + 176, 1, 0, 9216, 4685825, nof, 0, 38, 0, + 177, 1, 0, 9216, 4685825, non, 0, 26, 14, D1 + 178, 1, 35, 9251, 4701575, ctl, 0, 64, 0, + 179, 1, 337, 9588, 4853225, ctl, 0, 64,127, + 180, 1, 140, 9728, 4916225, nof, 0, 26, 0, + 181, 1, 0, 9728, 4916225, nof, 0, 48, 0, + 182, 1, 0, 9728, 4916225, nof, 0, 54, 0, + 17, 0, 1707, 10240, 5146625,tempo,120,bpm,, + 183, 1, 512, 10240, 5146625, ctl, 0, 64,127, + 184, 1, 0, 10240, 5146625, ctl, 0, 64, 0, + 185, 1, 0, 10240, 5146625, ctl, 0, 64, 0, + 186, 1, 0, 10240, 5146625, non, 0, 60, 23, C4 + 187, 1, 105, 10345, 5197865, ctl, 0, 64, 0, + 188, 1, 147, 10492, 5269601, ctl, 0, 64,127, + 189, 1, 260, 10752, 5396481, non, 0, 54, 21, F#3 + 18, 0, 1024, 11264, 5646337,tempo,110,bpm,, + 190, 1, 512, 11264, 5646337, nof, 0, 64, 0, + 191, 1, 0, 11264, 5646337, non, 0, 65, 34, F4 + 192, 1, 0, 11264, 5646337, non, 0, 44, 19, G#2 + 19, 0, 512, 11776, 5918721,tempo,100,bpm,, + 193, 1, 512, 11776, 5918721, non, 0, 70, 45, A#4 + 194, 1, 0, 11776, 5918721, nof, 0, 44, 0, + 195, 1, 0, 11776, 5918721, non, 0, 44, 17, G#2 + 196, 1, 512, 12288, 6218241, nof, 0, 44, 0, + 197, 1, 0, 12288, 6218241, non, 0, 32, 15, G#1 + 198, 1, 119, 12407, 6287856, ctl, 0, 64, 0, + 199, 1, 306, 12713, 6466866, ctl, 0, 64,127, + 20, 0, 1024, 12800, 6517761,tempo,70,bpm,, + 200, 1, 87, 12800, 6517761, nof, 0, 70, 0, + 201, 1, 0, 12800, 6517761, non, 0, 69, 26, A4 + 202, 1, 0, 12800, 6517761, nof, 0, 32, 0, + 203, 1, 0, 12800, 6517761, nof, 0, 54, 0, + 204, 1, 0, 12800, 6517761, nof, 0, 60, 0, + 205, 1, 337, 13137, 6799830, ctl, 0, 64, 0, + 21, 0, 512, 13312, 6946305,tempo,110,bpm,, + 206, 1, 175, 13312, 6946305, ctl, 0, 64, 0, + 207, 1, 0, 13312, 6946305, ctl, 0, 64, 0, + 208, 1, 0, 13312, 6946305, ctl, 0, 64, 0, + 209, 1, 0, 13312, 6946305, ctl, 0, 64, 0, + 210, 1, 0, 13312, 6946305, nof, 0, 65, 0, + 211, 1, 0, 13312, 6946305, nof, 0, 69, 0, + 212, 1, 0, 13312, 6946305, non, 0, 68, 34, G#4 + 213, 1, 0, 13312, 6946305, non, 0, 65, 33, F4 + 214, 1, 215, 13527, 7060685, ctl, 0, 64,127, + 215, 1, 126, 13653, 7127717, nof, 0, 68, 0, + 216, 1, 0, 13653, 7127717, non, 0, 67, 38, G4 + 217, 1, 171, 13824, 7218689, non, 0, 59, 30, B3 + 218, 1, 29, 13853, 7234117, ctl, 0, 64, 0, + 219, 1, 142, 13995, 7309661, non, 0, 75, 43, D#5 + 220, 1, 57, 14052, 7339985, ctl, 0, 64,127, + 22, 0, 1024, 14336, 7491073,tempo,100,bpm,, + 221, 1, 284, 14336, 7491073, nof, 0, 65, 0, + 222, 1, 0, 14336, 7491073, non, 0, 53, 29, F3 + 23, 0, 341, 14677, 7690558,tempo,130,bpm,, + 223, 1, 341, 14677, 7690558, nof, 0, 75, 0, + 224, 1, 0, 14677, 7690558, non, 0, 71, 48, B4 + 225, 1, 171, 14848, 7767508, non, 0, 49, 26, C#3 + 226, 1, 171, 15019, 7844458, nof, 0, 71, 0, + 227, 1, 0, 15019, 7844458, non, 0, 70, 47, A#4 + 228, 1, 341, 15360, 7997908, nof, 0, 70, 0, + 229, 1, 0, 15360, 7997908, non, 0, 63, 45, D#4 + 230, 1, 0, 15360, 7997908, nof, 0, 49, 0, + 231, 1, 0, 15360, 7997908, non, 0, 37, 24, C#2 + 232, 1, 35, 15395, 8013658, ctl, 0, 64, 0, + 24, 0, 1024, 15701, 8151358,tempo,100,bpm,, + 233, 1, 306, 15701, 8151358, nof, 0, 67, 0, + 234, 1, 0, 15701, 8151358, nof, 0, 63, 0, + 235, 1, 0, 15701, 8151358, non, 0, 68, 51, G#4 + 236, 1, 31, 15732, 8169493, ctl, 0, 64,127, + 237, 1, 140, 15872, 8251393, nof, 0, 37, 0, + 238, 1, 0, 15872, 8251393, nof, 0, 53, 0, + 239, 1, 0, 15872, 8251393, nof, 0, 59, 0, + 25, 0, 512, 16213, 8450878,tempo,130,bpm,, + 240, 1, 341, 16213, 8450878, non, 0, 75, 48, D#5 + 241, 1, 171, 16384, 8527828, ctl, 0, 64,127, + 242, 1, 0, 16384, 8527828, ctl, 0, 64, 0, + 243, 1, 0, 16384, 8527828, ctl, 0, 64, 0, + 244, 1, 0, 16384, 8527828, ctl, 0, 64, 0, + 245, 1, 0, 16384, 8527828, nof, 0, 75, 0, + 246, 1, 0, 16384, 8527828, non, 0, 74, 51, D5 + 247, 1, 0, 16384, 8527828, non, 0, 65, 36, F4 + 248, 1, 105, 16489, 8575078, ctl, 0, 64, 0, + 249, 1, 147, 16636, 8641228, ctl, 0, 64,127, + 26, 0, 512, 16725, 8681278,tempo,140,bpm,, + 250, 1, 89, 16725, 8681278, nof, 0, 68, 0, + 251, 1, 0, 16725, 8681278, nof, 0, 74, 0, + 252, 1, 0, 16725, 8681278, non, 0, 65, 47, F4 + 253, 1, 171, 16896, 8752756, non, 0, 70, 50, A#4 + 254, 1, 0, 16896, 8752756, nof, 0, 65, 0, + 255, 1, 0, 16896, 8752756, non, 0, 59, 34, B3 + 256, 1, 171, 17067, 8824234, nof, 0, 70, 0, + 257, 1, 0, 17067, 8824234, non, 0, 74, 53, D5 + 258, 1, 170, 17237, 8895294, nof, 0, 74, 0, + 259, 1, 0, 17237, 8895294, non, 0, 74, 55, D5 + 260, 1, 171, 17408, 8966772, nof, 0, 74, 0, + 261, 1, 0, 17408, 8966772, non, 0, 82, 58, A#5 + 262, 1, 0, 17408, 8966772, nof, 0, 59, 0, + 263, 1, 0, 17408, 8966772, nof, 0, 65, 0, + 264, 1, 0, 17408, 8966772, non, 0, 53, 31, F3 + 265, 1, 171, 17579, 9038250, nof, 0, 82, 0, + 266, 1, 0, 17579, 9038250, non, 0, 74, 55, D5 + 267, 1, 170, 17749, 9109310, nof, 0, 74, 0, + 268, 1, 0, 17749, 9109310, non, 0, 74, 53, D5 + 269, 1, 171, 17920, 9180788, nof, 0, 74, 0, + 270, 1, 0, 17920, 9180788, non, 0, 70, 50, A#4 + 271, 1, 0, 17920, 9180788, nof, 0, 53, 0, + 272, 1, 0, 17920, 9180788, non, 0, 47, 29, B2 + 273, 1, 171, 18091, 9252266, nof, 0, 70, 0, + 274, 1, 0, 18091, 9252266, non, 0, 65, 47, F4 + 27, 0, 1707, 18432, 9394804,tempo,100,bpm,, + 275, 1, 341, 18432, 9394804, nof, 0, 65, 0, + 276, 1, 0, 18432, 9394804, nof, 0, 47, 0, + 277, 1, 0, 18432, 9394804, non, 0, 35, 27, B1 + 278, 1, 119, 18551, 9464419, ctl, 0, 64, 0, + 279, 1, 193, 18744, 9577324, ctl, 0, 64,127, + 280, 1, 200, 18944, 9694324, nof, 0, 35, 0, + 281, 1, 268, 19212, 9851104, ctl, 0, 64, 0, + 28, 0, 1024, 19456, 9993844,tempo,130,bpm,, + 282, 1, 244, 19456, 9993844, ctl, 0, 64, 0, + 283, 1, 0, 19456, 9993844, ctl, 0, 64, 0, + 284, 1, 0, 19456, 9993844, non, 0, 73, 40, C#5 + 285, 1, 0, 19456, 9993844, non, 0, 64, 22, E4 + 29, 0, 341, 19797, 10147294,tempo,140,bpm,, + 286, 1, 341, 19797, 10147294, non, 0, 72, 43, C5 + 287, 1, 40, 19837, 10164014, nof, 0, 73, 0, + 288, 1, 131, 19968, 10218772, non, 0, 56, 17, G#3 + 30, 0, 342, 20139, 10290250,tempo,155,bpm,, + 289, 1, 171, 20139, 10290250, non, 0, 80, 47, G#5 + 290, 1, 40, 20179, 10305370, nof, 0, 72, 0, + 291, 1, 301, 20480, 10419148, non, 0, 46, 12, A#2 + 31, 0, 682, 20821, 10548046,tempo,180,bpm,, + 292, 1, 341, 20821, 10548046, non, 0, 68, 29, G#4 + 293, 1, 40, 20861, 10561046, nof, 0, 80, 0, + 294, 1, 131, 20992, 10603621, nof, 0, 56, 0, + 295, 1, 0, 20992, 10603621, nof, 0, 64, 0, + 296, 1, 0, 20992, 10603621, non, 0, 61, 22, C#4 + 297, 1, 171, 21163, 10659196, non, 0, 73, 37, C#5 + 298, 1, 40, 21203, 10672196, nof, 0, 68, 0, + 32, 0, 683, 21504, 10770021,tempo,130,bpm,, + 299, 1, 301, 21504, 10770021, non, 0, 76, 43, E5 + 300, 1, 0, 21504, 10770021, nof, 0, 46, 0, + 301, 1, 0, 21504, 10770021, non, 0, 55, 17, G3 + 302, 1, 40, 21544, 10788021, nof, 0, 73, 0, + 303, 1, 301, 21845, 10923471, non, 0, 67, 28, G4 + 304, 1, 171, 22016, 11000421, non, 0, 45, 12, A2 + 33, 0, 683, 22187, 11077371,tempo,155,bpm,, + 305, 1, 171, 22187, 11077371, non, 0, 75, 33, D#5 + 306, 1, 40, 22227, 11092491, nof, 0, 67, 0, + 307, 1, 0, 22227, 11092491, nof, 0, 76, 0, + 308, 1, 301, 22528, 11206269, ctl, 0, 64, 0, + 309, 1, 0, 22528, 11206269, ctl, 0, 64, 0, + 310, 1, 0, 22528, 11206269, nof, 0, 45, 0, + 311, 1, 0, 22528, 11206269, nof, 0, 55, 0, + 312, 1, 0, 22528, 11206269, nof, 0, 61, 0, + 313, 1, 0, 22528, 11206269, non, 0, 62, 22, D4 + 314, 1, 40, 22568, 11221389, nof, 0, 75, 0, + 34, 0, 682, 22869, 11335167,tempo,190,bpm,, + 315, 1, 301, 22869, 11335167, non, 0, 71, 40, B4 + 316, 1, 171, 23040, 11387835, non, 0, 54, 17, F#3 + 317, 1, 171, 23211, 11440503, non, 0, 70, 42, A#4 + 318, 1, 40, 23251, 11452823, nof, 0, 71, 0, + 35, 0, 683, 23552, 11545531,tempo,155,bpm,, + 319, 1, 301, 23552, 11545531, non, 0, 78, 44, F#5 + 320, 1, 0, 23552, 11545531, non, 0, 44, 12, G#2 + 321, 1, 40, 23592, 11560651, nof, 0, 70, 0, + 36, 0, 341, 23893, 11674429,tempo,190,bpm,, + 322, 1, 301, 23893, 11674429, non, 0, 66, 32, F#4 + 323, 1, 40, 23933, 11686749, nof, 0, 78, 0, + 324, 1, 131, 24064, 11727097, nof, 0, 44, 0, + 325, 1, 0, 24064, 11727097, nof, 0, 54, 0, + 326, 1, 0, 24064, 11727097, nof, 0, 62, 0, + 327, 1, 0, 24064, 11727097, non, 0, 59, 22, B3 + 328, 1, 171, 24235, 11779765, non, 0, 71, 32, B4 + 329, 1, 40, 24275, 11792085, nof, 0, 66, 0, + 330, 1, 301, 24576, 11884793, non, 0, 74, 44, D5 + 331, 1, 0, 24576, 11884793, non, 0, 53, 17, F3 + 332, 1, 40, 24616, 11897113, nof, 0, 71, 0, + 333, 1, 301, 24917, 11989821, non, 0, 65, 32, F4 + 334, 1, 171, 25088, 12042489, non, 0, 43, 12, G2 + 335, 1, 171, 25259, 12095157, non, 0, 73, 44, C#5 + 336, 1, 40, 25299, 12107477, nof, 0, 65, 0, + 337, 1, 0, 25299, 12107477, nof, 0, 74, 0, + 338, 1, 301, 25600, 12200185, ctl, 0, 64, 0, + 339, 1, 0, 25600, 12200185, ctl, 0, 64, 0, + 340, 1, 0, 25600, 12200185, nof, 0, 43, 0, + 341, 1, 0, 25600, 12200185, nof, 0, 53, 0, + 342, 1, 0, 25600, 12200185, nof, 0, 59, 0, + 343, 1, 0, 25600, 12200185, non, 0, 57, 22, A3 + 344, 1, 40, 25640, 12212505, nof, 0, 73, 0, + 345, 1, 301, 25941, 12305213, non, 0, 69, 46, A4 + 346, 1, 171, 26112, 12357881, non, 0, 50, 17, D3 + 347, 1, 171, 26283, 12410549, non, 0, 68, 46, G#4 + 348, 1, 40, 26323, 12422869, nof, 0, 69, 0, + 349, 1, 301, 26624, 12515577, non, 0, 74, 46, D5 + 350, 1, 0, 26624, 12515577, nof, 0, 57, 0, + 351, 1, 0, 26624, 12515577, non, 0, 42, 12, F#2 + 352, 1, 40, 26664, 12527897, nof, 0, 68, 0, + 353, 1, 301, 26965, 12620605, non, 0, 62, 34, D4 + 354, 1, 171, 27136, 12673273, nof, 0, 42, 0, + 355, 1, 0, 27136, 12673273, nof, 0, 50, 0, + 356, 1, 0, 27136, 12673273, non, 0, 57, 22, A3 + 357, 1, 171, 27307, 12725941, non, 0, 69, 34, A4 + 358, 1, 40, 27347, 12738261, nof, 0, 62, 0, + 359, 1, 0, 27347, 12738261, nof, 0, 74, 0, + 360, 1, 301, 27648, 12830969, non, 0, 73, 46, C#5 + 361, 1, 0, 27648, 12830969, non, 0, 54, 17, F#3 + 362, 1, 40, 27688, 12843289, nof, 0, 69, 0, + 363, 1, 301, 27989, 12935997, non, 0, 63, 34, D#4 + 364, 1, 171, 28160, 12988665, nof, 0, 57, 0, + 365, 1, 0, 28160, 12988665, non, 0, 44, 12, G#2 + 366, 1, 171, 28331, 13041333, non, 0, 72, 46, C5 + 367, 1, 40, 28371, 13053653, nof, 0, 63, 0, + 368, 1, 0, 28371, 13053653, nof, 0, 73, 0, + 37, 0, 4779, 28672, 13146361,tempo,155,bpm,, + 369, 1, 301, 28672, 13146361, ctl, 0, 64, 0, + 370, 1, 0, 28672, 13146361, ctl, 0, 64, 0, + 371, 1, 0, 28672, 13146361, ctl, 0, 64, 0, + 372, 1, 0, 28672, 13146361, ctl, 0, 64, 0, + 373, 1, 0, 28672, 13146361, nof, 0, 44, 0, + 374, 1, 0, 28672, 13146361, nof, 0, 54, 0, + 375, 1, 0, 28672, 13146361, non, 0, 75, 55, D#5 + 376, 1, 0, 28672, 13146361, non, 0, 56, 26, G#3 + 377, 1, 40, 28712, 13161481, nof, 0, 72, 0, + 378, 1, 120, 28832, 13206841, ctl, 0, 64,127, + 379, 1, 181, 29013, 13275259, non, 0, 65, 41, F4 + 380, 1, 171, 29184, 13339897, non, 0, 53, 21, F3 + 38, 0, 683, 29355, 13404535,tempo,180,bpm,, + 381, 1, 171, 29355, 13404535, non, 0, 74, 50, D5 + 382, 1, 40, 29395, 13417535, nof, 0, 65, 0, + 383, 1, 0, 29395, 13417535, nof, 0, 75, 0, + 384, 1, 301, 29696, 13515360, non, 0, 68, 37, G#4 + 385, 1, 0, 29696, 13515360, nof, 0, 56, 0, + 386, 1, 0, 29696, 13515360, non, 0, 44, 17, G#2 + 387, 1, 256, 29952, 13598560, ctl, 0, 64, 0, + 388, 1, 85, 30037, 13626185, non, 0, 73, 47, C#5 + 389, 1, 40, 30077, 13639185, nof, 0, 68, 0, + 390, 1, 0, 30077, 13639185, nof, 0, 74, 0, + 391, 1, 131, 30208, 13681760, non, 0, 37, 12, C#2 + 392, 1, 16, 30224, 13686960, ctl, 0, 64,127, + 393, 1, 155, 30379, 13737335, non, 0, 61, 33, C#4 + 39, 0, 1365, 30720, 13848160,tempo,160,bpm,, + 394, 1, 341, 30720, 13848160, non, 0, 69, 39, A4 + 395, 1, 0, 30720, 13848160, nof, 0, 37, 0, + 396, 1, 0, 30720, 13848160, nof, 0, 44, 0, + 397, 1, 0, 30720, 13848160, nof, 0, 53, 0, + 398, 1, 40, 30760, 13862800, nof, 0, 61, 0, + 399, 1, 0, 30760, 13862800, nof, 0, 73, 0, + 400, 1, 301, 31061, 13972966, non, 0, 65, 26, F4 + 401, 1, 342, 31403, 14098138, non, 0, 68, 30, G#4 + 402, 1, 40, 31443, 14112778, nof, 0, 65, 0, + 403, 1, 0, 31443, 14112778, nof, 0, 69, 0, + 404, 1, 61, 31504, 14135104, ctl, 0, 64, 0, + 40, 0, 1024, 31744, 14222944,tempo,145,bpm,, + 405, 1, 240, 31744, 14222944, ctl, 0, 64, 0, + 406, 1, 0, 31744, 14222944, ctl, 0, 64, 0, + 407, 1, 0, 31744, 14222944, ctl, 0, 64, 0, + 408, 1, 0, 31744, 14222944, ctl, 0, 64, 0, + 409, 1, 0, 31744, 14222944, nof, 0, 68, 0, + 410, 1, 0, 31744, 14222944, non, 0, 68, 37, G#4 + 411, 1, 0, 31744, 14222944, non, 0, 65, 25, F4 + 412, 1, 215, 31959, 14309804, ctl, 0, 64,127, + 413, 1, 126, 32085, 14360708, nof, 0, 68, 0, + 414, 1, 0, 32085, 14360708, non, 0, 67, 41, G4 + 415, 1, 171, 32256, 14429792, non, 0, 59, 23, B3 + 416, 1, 29, 32285, 14441508, ctl, 0, 64, 0, + 417, 1, 142, 32427, 14498876, non, 0, 75, 44, D#5 + 418, 1, 57, 32484, 14521904, ctl, 0, 64,127, + 41, 0, 1024, 32768, 14636640,tempo,120,bpm,, + 419, 1, 284, 32768, 14636640, nof, 0, 65, 0, + 420, 1, 0, 32768, 14636640, non, 0, 49, 21, C#3 + 42, 0, 341, 33109, 14803048,tempo,140,bpm,, + 421, 1, 341, 33109, 14803048, nof, 0, 75, 0, + 422, 1, 0, 33109, 14803048, non, 0, 71, 44, B4 + 423, 1, 171, 33280, 14874526, nof, 0, 49, 0, + 424, 1, 0, 33280, 14874526, non, 0, 49, 20, C#3 + 425, 1, 171, 33451, 14946004, nof, 0, 71, 0, + 426, 1, 0, 33451, 14946004, non, 0, 70, 41, A#4 + 427, 1, 341, 33792, 15088542, nof, 0, 70, 0, + 428, 1, 0, 33792, 15088542, non, 0, 63, 44, D#4 + 429, 1, 0, 33792, 15088542, nof, 0, 49, 0, + 430, 1, 0, 33792, 15088542, non, 0, 37, 18, C#2 + 431, 1, 35, 33827, 15103172, ctl, 0, 64, 0, + 43, 0, 1024, 34133, 15231080,tempo,100,bpm,, + 432, 1, 306, 34133, 15231080, nof, 0, 67, 0, + 433, 1, 0, 34133, 15231080, nof, 0, 63, 0, + 434, 1, 0, 34133, 15231080, non, 0, 68, 48, G#4 + 435, 1, 31, 34164, 15249215, ctl, 0, 64,127, + 436, 1, 140, 34304, 15331115, nof, 0, 37, 0, + 437, 1, 0, 34304, 15331115, nof, 0, 59, 0, + 44, 0, 512, 34645, 15530600,tempo,130,bpm,, + 438, 1, 341, 34645, 15530600, non, 0, 75, 44, D#5 + 439, 1, 171, 34816, 15607550, ctl, 0, 64,127, + 440, 1, 0, 34816, 15607550, ctl, 0, 64, 0, + 441, 1, 0, 34816, 15607550, ctl, 0, 64, 0, + 442, 1, 0, 34816, 15607550, ctl, 0, 64, 0, + 443, 1, 0, 34816, 15607550, nof, 0, 75, 0, + 444, 1, 0, 34816, 15607550, non, 0, 74, 44, D5 + 445, 1, 0, 34816, 15607550, non, 0, 65, 36, F4 + 446, 1, 105, 34921, 15654800, ctl, 0, 64, 0, + 447, 1, 147, 35068, 15720950, ctl, 0, 64,127, + 45, 0, 512, 35157, 15761000,tempo,140,bpm,, + 448, 1, 89, 35157, 15761000, nof, 0, 68, 0, + 449, 1, 0, 35157, 15761000, nof, 0, 74, 0, + 450, 1, 0, 35157, 15761000, non, 0, 65, 40, F4 + 451, 1, 171, 35328, 15832478, non, 0, 70, 43, A#4 + 452, 1, 0, 35328, 15832478, nof, 0, 65, 0, + 453, 1, 0, 35328, 15832478, non, 0, 59, 34, B3 + 454, 1, 171, 35499, 15903956, nof, 0, 70, 0, + 455, 1, 0, 35499, 15903956, non, 0, 74, 46, D5 + 456, 1, 170, 35669, 15975016, nof, 0, 74, 0, + 457, 1, 0, 35669, 15975016, non, 0, 74, 48, D5 + 458, 1, 171, 35840, 16046494, nof, 0, 74, 0, + 459, 1, 0, 35840, 16046494, non, 0, 82, 51, A#5 + 460, 1, 0, 35840, 16046494, nof, 0, 59, 0, + 461, 1, 0, 35840, 16046494, nof, 0, 65, 0, + 462, 1, 0, 35840, 16046494, non, 0, 49, 31, C#3 + 463, 1, 171, 36011, 16117972, nof, 0, 82, 0, + 464, 1, 0, 36011, 16117972, non, 0, 74, 48, D5 + 465, 1, 170, 36181, 16189032, nof, 0, 74, 0, + 466, 1, 0, 36181, 16189032, non, 0, 74, 46, D5 + 467, 1, 171, 36352, 16260510, nof, 0, 74, 0, + 468, 1, 0, 36352, 16260510, non, 0, 70, 43, A#4 + 469, 1, 0, 36352, 16260510, nof, 0, 49, 0, + 470, 1, 0, 36352, 16260510, non, 0, 49, 29, C#3 + 471, 1, 171, 36523, 16331988, nof, 0, 70, 0, + 472, 1, 0, 36523, 16331988, non, 0, 65, 40, F4 + 473, 1, 341, 36864, 16474526, nof, 0, 65, 0, + 474, 1, 0, 36864, 16474526, nof, 0, 49, 0, + 475, 1, 0, 36864, 16474526, non, 0, 37, 27, C#2 + 476, 1, 119, 36983, 16524268, ctl, 0, 64, 0, + 477, 1, 393, 37376, 16688542, nof, 0, 37, 0, + 46, 0, 2731, 37888, 16902558,tempo,145,bpm,, + 478, 1, 512, 37888, 16902558, ctl, 0, 64, 0, + 479, 1, 0, 37888, 16902558, ctl, 0, 64, 0, + 480, 1, 0, 37888, 16902558, ctl, 0, 64, 0, + 481, 1, 0, 37888, 16902558, ctl, 0, 64, 0, + 482, 1, 0, 37888, 16902558, ctl, 0, 64, 0, + 483, 1, 0, 37888, 16902558, ctl, 0, 64, 0, + 484, 1, 0, 37888, 16902558, non, 0, 66, 38, F#4 + 485, 1, 0, 37888, 16902558, non, 0, 63, 38, D#4 + 486, 1, 215, 38103, 16989418, ctl, 0, 64,127, + 487, 1, 126, 38229, 17040322, nof, 0, 66, 0, + 488, 1, 0, 38229, 17040322, non, 0, 65, 42, F4 + 489, 1, 171, 38400, 17109406, non, 0, 57, 34, A3 + 490, 1, 29, 38429, 17121122, ctl, 0, 64, 0, + 491, 1, 142, 38571, 17178490, non, 0, 73, 45, C#5 + 492, 1, 57, 38628, 17201518, ctl, 0, 64,127, + 47, 0, 1024, 38912, 17316254,tempo,120,bpm,, + 493, 1, 284, 38912, 17316254, nof, 0, 63, 0, + 494, 1, 0, 38912, 17316254, non, 0, 49, 31, C#3 + 48, 0, 341, 39253, 17482662,tempo,140,bpm,, + 495, 1, 341, 39253, 17482662, nof, 0, 73, 0, + 496, 1, 0, 39253, 17482662, non, 0, 69, 45, A4 + 497, 1, 171, 39424, 17554140, nof, 0, 49, 0, + 498, 1, 0, 39424, 17554140, non, 0, 49, 27, C#3 + 499, 1, 171, 39595, 17625618, nof, 0, 69, 0, + 500, 1, 0, 39595, 17625618, non, 0, 68, 42, G#4 + 501, 1, 341, 39936, 17768156, nof, 0, 68, 0, + 502, 1, 0, 39936, 17768156, non, 0, 61, 38, C#4 + 503, 1, 0, 39936, 17768156, nof, 0, 49, 0, + 504, 1, 0, 39936, 17768156, non, 0, 37, 24, C#2 + 505, 1, 35, 39971, 17782786, ctl, 0, 64, 0, + 49, 0, 1024, 40277, 17910694,tempo,100,bpm,, + 506, 1, 306, 40277, 17910694, nof, 0, 65, 0, + 507, 1, 0, 40277, 17910694, nof, 0, 61, 0, + 508, 1, 0, 40277, 17910694, non, 0, 66, 42, F#4 + 509, 1, 31, 40308, 17928829, ctl, 0, 64,127, + 510, 1, 140, 40448, 18010729, nof, 0, 37, 0, + 511, 1, 0, 40448, 18010729, nof, 0, 57, 0, + 50, 0, 512, 40789, 18210214,tempo,130,bpm,, + 512, 1, 341, 40789, 18210214, non, 0, 73, 38, C#5 + 513, 1, 171, 40960, 18287164, ctl, 0, 64,127, + 514, 1, 0, 40960, 18287164, ctl, 0, 64, 0, + 515, 1, 0, 40960, 18287164, ctl, 0, 64, 0, + 516, 1, 0, 40960, 18287164, ctl, 0, 64, 0, + 517, 1, 0, 40960, 18287164, ctl, 0, 64, 0, + 518, 1, 0, 40960, 18287164, ctl, 0, 64, 0, + 519, 1, 0, 40960, 18287164, nof, 0, 73, 0, + 520, 1, 0, 40960, 18287164, non, 0, 72, 38, C5 + 521, 1, 0, 40960, 18287164, non, 0, 63, 30, D#4 + 522, 1, 105, 41065, 18334414, ctl, 0, 64, 0, + 523, 1, 147, 41212, 18400564, ctl, 0, 64,127, + 51, 0, 512, 41301, 18440614,tempo,140,bpm,, + 524, 1, 89, 41301, 18440614, nof, 0, 66, 0, + 525, 1, 0, 41301, 18440614, nof, 0, 72, 0, + 526, 1, 0, 41301, 18440614, non, 0, 63, 34, D#4 + 527, 1, 171, 41472, 18512092, non, 0, 68, 37, G#4 + 528, 1, 0, 41472, 18512092, nof, 0, 63, 0, + 529, 1, 0, 41472, 18512092, non, 0, 57, 28, A3 + 530, 1, 171, 41643, 18583570, nof, 0, 68, 0, + 531, 1, 0, 41643, 18583570, non, 0, 72, 40, C5 + 532, 1, 170, 41813, 18654630, nof, 0, 72, 0, + 533, 1, 0, 41813, 18654630, non, 0, 72, 42, C5 + 534, 1, 171, 41984, 18726108, nof, 0, 72, 0, + 535, 1, 0, 41984, 18726108, non, 0, 80, 45, G#5 + 536, 1, 0, 41984, 18726108, nof, 0, 57, 0, + 537, 1, 0, 41984, 18726108, nof, 0, 63, 0, + 538, 1, 0, 41984, 18726108, non, 0, 49, 25, C#3 + 539, 1, 171, 42155, 18797586, nof, 0, 80, 0, + 540, 1, 0, 42155, 18797586, non, 0, 72, 42, C5 + 541, 1, 170, 42325, 18868646, nof, 0, 72, 0, + 542, 1, 0, 42325, 18868646, non, 0, 72, 40, C5 + 543, 1, 171, 42496, 18940124, nof, 0, 72, 0, + 544, 1, 0, 42496, 18940124, non, 0, 68, 37, G#4 + 545, 1, 0, 42496, 18940124, nof, 0, 49, 0, + 546, 1, 0, 42496, 18940124, non, 0, 49, 23, C#3 + 547, 1, 171, 42667, 19011602, nof, 0, 68, 0, + 548, 1, 0, 42667, 19011602, non, 0, 63, 34, D#4 + 52, 0, 1707, 43008, 19154140,tempo,100,bpm,, + 549, 1, 341, 43008, 19154140, nof, 0, 63, 0, + 550, 1, 0, 43008, 19154140, nof, 0, 49, 0, + 551, 1, 0, 43008, 19154140, non, 0, 37, 21, C#2 + 552, 1, 119, 43127, 19223755, ctl, 0, 64, 0, + 553, 1, 393, 43520, 19453660, nof, 0, 37, 0, + 53, 0, 1024, 44032, 19753180,tempo,80,bpm,, + 554, 1, 512, 44032, 19753180, ctl, 0, 64, 0, + 555, 1, 0, 44032, 19753180, ctl, 0, 64, 0, + 556, 1, 0, 44032, 19753180, ctl, 0, 64, 0, + 557, 1, 0, 44032, 19753180, ctl, 0, 64, 0, + 558, 1, 0, 44032, 19753180, ctl, 0, 64, 0, + 559, 1, 0, 44032, 19753180, ctl, 0, 64, 0, + 560, 1, 0, 44032, 19753180, non, 0, 63, 36, D#4 + 561, 1, 0, 44032, 19753180, non, 0, 60, 25, C4 + 562, 1, 215, 44247, 19910560, ctl, 0, 64,127, + 54, 0, 341, 44373, 20002792,tempo,100,bpm,, + 563, 1, 126, 44373, 20002792, nof, 0, 63, 0, + 564, 1, 0, 44373, 20002792, non, 0, 62, 36, D4 + 565, 1, 171, 44544, 20102827, non, 0, 54, 23, F#3 + 566, 1, 29, 44573, 20119792, ctl, 0, 64, 0, + 567, 1, 142, 44715, 20202862, non, 0, 70, 46, A#4 + 568, 1, 57, 44772, 20236207, ctl, 0, 64,127, + 55, 0, 683, 45056, 20402347,tempo,120,bpm,, + 569, 1, 284, 45056, 20402347, non, 0, 49, 21, C#3 + 56, 0, 341, 45397, 20568755,tempo,130,bpm,, + 570, 1, 341, 45397, 20568755, nof, 0, 70, 0, + 571, 1, 0, 45397, 20568755, non, 0, 66, 51, F#4 + 572, 1, 171, 45568, 20645705, nof, 0, 49, 0, + 573, 1, 0, 45568, 20645705, non, 0, 49, 19, C#3 + 574, 1, 171, 45739, 20722655, nof, 0, 66, 0, + 575, 1, 0, 45739, 20722655, non, 0, 65, 48, F4 + 57, 0, 683, 46080, 20876105,tempo,110,bpm,, + 576, 1, 341, 46080, 20876105, nof, 0, 65, 0, + 577, 1, 0, 46080, 20876105, non, 0, 58, 44, A#3 + 578, 1, 0, 46080, 20876105, nof, 0, 49, 0, + 579, 1, 0, 46080, 20876105, non, 0, 37, 17, C#2 + 580, 1, 35, 46115, 20894725, ctl, 0, 64, 0, + 58, 0, 341, 46421, 21057517,tempo,100,bpm,, + 581, 1, 306, 46421, 21057517, nof, 0, 62, 0, + 582, 1, 0, 46421, 21057517, nof, 0, 58, 0, + 583, 1, 0, 46421, 21057517, non, 0, 63, 48, D#4 + 584, 1, 31, 46452, 21075652, ctl, 0, 64,127, + 585, 1, 140, 46592, 21157552, nof, 0, 37, 0, + 586, 1, 0, 46592, 21157552, nof, 0, 54, 0, + 587, 1, 0, 46592, 21157552, nof, 0, 60, 0, + 59, 0, 512, 46933, 21357037,tempo,130,bpm,, + 588, 1, 341, 46933, 21357037, non, 0, 70, 44, A#4 + 589, 1, 171, 47104, 21433987, ctl, 0, 64,127, + 590, 1, 0, 47104, 21433987, ctl, 0, 64, 0, + 591, 1, 0, 47104, 21433987, ctl, 0, 64, 0, + 592, 1, 0, 47104, 21433987, ctl, 0, 64, 0, + 593, 1, 0, 47104, 21433987, ctl, 0, 64, 0, + 594, 1, 0, 47104, 21433987, ctl, 0, 64, 0, + 595, 1, 0, 47104, 21433987, nof, 0, 70, 0, + 596, 1, 0, 47104, 21433987, non, 0, 69, 44, A4 + 597, 1, 0, 47104, 21433987, non, 0, 60, 28, C4 + 598, 1, 105, 47209, 21481237, ctl, 0, 64, 0, + 599, 1, 147, 47356, 21547387, ctl, 0, 64,127, + 60, 0, 512, 47445, 21587437,tempo,140,bpm,, + 600, 1, 89, 47445, 21587437, nof, 0, 63, 0, + 601, 1, 0, 47445, 21587437, nof, 0, 69, 0, + 602, 1, 0, 47445, 21587437, non, 0, 60, 40, C4 + 603, 1, 171, 47616, 21658915, non, 0, 65, 43, F4 + 604, 1, 0, 47616, 21658915, nof, 0, 60, 0, + 605, 1, 0, 47616, 21658915, non, 0, 54, 26, F#3 + 606, 1, 171, 47787, 21730393, nof, 0, 65, 0, + 607, 1, 0, 47787, 21730393, non, 0, 69, 46, A4 + 608, 1, 170, 47957, 21801453, nof, 0, 69, 0, + 609, 1, 0, 47957, 21801453, non, 0, 69, 48, A4 + 610, 1, 171, 48128, 21872931, nof, 0, 69, 0, + 611, 1, 0, 48128, 21872931, non, 0, 77, 51, F5 + 612, 1, 0, 48128, 21872931, nof, 0, 54, 0, + 613, 1, 0, 48128, 21872931, nof, 0, 60, 0, + 614, 1, 0, 48128, 21872931, non, 0, 49, 23, C#3 + 615, 1, 171, 48299, 21944409, nof, 0, 77, 0, + 616, 1, 0, 48299, 21944409, non, 0, 69, 48, A4 + 617, 1, 170, 48469, 22015469, nof, 0, 69, 0, + 618, 1, 0, 48469, 22015469, non, 0, 69, 46, A4 + 619, 1, 171, 48640, 22086947, nof, 0, 69, 0, + 620, 1, 0, 48640, 22086947, non, 0, 65, 43, F4 + 621, 1, 0, 48640, 22086947, nof, 0, 49, 0, + 622, 1, 0, 48640, 22086947, non, 0, 49, 21, C#3 + 623, 1, 171, 48811, 22158425, nof, 0, 65, 0, + 624, 1, 0, 48811, 22158425, non, 0, 60, 40, C4 + 625, 1, 341, 49152, 22300963, nof, 0, 60, 0, + 626, 1, 0, 49152, 22300963, nof, 0, 49, 0, + 627, 1, 0, 49152, 22300963, non, 0, 37, 19, C#2 + 628, 1, 119, 49271, 22350705, ctl, 0, 64, 0, + 629, 1, 393, 49664, 22514979, nof, 0, 37, 0, + 61, 0, 2731, 50176, 22728995,tempo,130,bpm,, + 630, 1, 512, 50176, 22728995, ctl, 0, 64,127, + 631, 1, 0, 50176, 22728995, ctl, 0, 64, 0, + 632, 1, 0, 50176, 22728995, ctl, 0, 64, 0, + 633, 1, 0, 50176, 22728995, ctl, 0, 64, 0, + 634, 1, 0, 50176, 22728995, ctl, 0, 64, 0, + 635, 1, 0, 50176, 22728995, non, 0, 61, 25, C#4 + 636, 1, 105, 50281, 22776245, ctl, 0, 64, 0, + 637, 1, 147, 50428, 22842395, ctl, 0, 64,127, + 62, 0, 512, 50688, 22959395,tempo,160,bpm,, + 638, 1, 260, 50688, 22959395, non, 0, 53, 23, F3 + 63, 0, 512, 51200, 23146787,tempo,155,bpm,, + 639, 1, 512, 51200, 23146787, non, 0, 65, 31, F4 + 640, 1, 0, 51200, 23146787, non, 0, 69, 43, A4 + 641, 1, 0, 51200, 23146787, nof, 0, 61, 0, + 642, 1, 0, 51200, 23146787, non, 0, 49, 21, C#3 + 643, 1, 512, 51712, 23340323, nof, 0, 49, 0, + 644, 1, 0, 51712, 23340323, non, 0, 49, 20, C#3 + 64, 0, 1024, 52224, 23533859,tempo,180,bpm,, + 645, 1, 512, 52224, 23533859, nof, 0, 69, 0, + 646, 1, 0, 52224, 23533859, non, 0, 68, 25, G#4 + 647, 1, 0, 52224, 23533859, nof, 0, 49, 0, + 648, 1, 0, 52224, 23533859, non, 0, 37, 18, C#2 + 649, 1, 119, 52343, 23572534, ctl, 0, 64, 0, + 650, 1, 169, 52512, 23627459, ctl, 0, 64,127, + 651, 1, 224, 52736, 23700259, nof, 0, 37, 0, + 652, 1, 0, 52736, 23700259, nof, 0, 53, 0, + 653, 1, 288, 53024, 23793859, ctl, 0, 64, 0, + 654, 1, 224, 53248, 23866659, ctl, 0, 64,127, + 655, 1, 0, 53248, 23866659, ctl, 0, 64, 0, + 656, 1, 0, 53248, 23866659, ctl, 0, 64, 0, + 657, 1, 0, 53248, 23866659, ctl, 0, 64, 0, + 658, 1, 0, 53248, 23866659, ctl, 0, 64, 0, + 659, 1, 0, 53248, 23866659, ctl, 0, 64, 0, + 660, 1, 0, 53248, 23866659, ctl, 0, 64, 0, + 661, 1, 0, 53248, 23866659, ctl, 0, 64, 0, + 662, 1, 0, 53248, 23866659, nof, 0, 65, 0, + 663, 1, 0, 53248, 23866659, nof, 0, 68, 0, + 664, 1, 0, 53248, 23866659, non, 0, 60, 36, C4 + 665, 1, 105, 53353, 23900784, ctl, 0, 64, 0, + 666, 1, 147, 53500, 23948559, ctl, 0, 64,127, + 65, 0, 1365, 53589, 23977484,tempo,140,bpm,, + 667, 1, 89, 53589, 23977484, non, 0, 60, 40, C4 + 668, 1, 171, 53760, 24048962, non, 0, 65, 43, F4 + 669, 1, 0, 53760, 24048962, nof, 0, 60, 0, + 670, 1, 0, 53760, 24048962, non, 0, 54, 34, F#3 + 671, 1, 171, 53931, 24120440, nof, 0, 65, 0, + 672, 1, 0, 53931, 24120440, non, 0, 69, 46, A4 + 673, 1, 170, 54101, 24191500, nof, 0, 69, 0, + 674, 1, 0, 54101, 24191500, non, 0, 69, 48, A4 + 675, 1, 171, 54272, 24262978, nof, 0, 69, 0, + 676, 1, 0, 54272, 24262978, non, 0, 77, 51, F5 + 677, 1, 0, 54272, 24262978, nof, 0, 54, 0, + 678, 1, 0, 54272, 24262978, nof, 0, 60, 0, + 679, 1, 0, 54272, 24262978, non, 0, 49, 31, C#3 + 680, 1, 171, 54443, 24334456, nof, 0, 77, 0, + 681, 1, 0, 54443, 24334456, non, 0, 69, 48, A4 + 682, 1, 170, 54613, 24405516, nof, 0, 69, 0, + 683, 1, 0, 54613, 24405516, non, 0, 69, 46, A4 + 684, 1, 171, 54784, 24476994, nof, 0, 69, 0, + 685, 1, 0, 54784, 24476994, non, 0, 65, 43, F4 + 686, 1, 0, 54784, 24476994, nof, 0, 49, 0, + 687, 1, 0, 54784, 24476994, non, 0, 49, 29, C#3 + 688, 1, 171, 54955, 24548472, nof, 0, 65, 0, + 689, 1, 0, 54955, 24548472, non, 0, 60, 40, C4 + 690, 1, 341, 55296, 24691010, nof, 0, 60, 0, + 691, 1, 0, 55296, 24691010, nof, 0, 49, 0, + 692, 1, 0, 55296, 24691010, non, 0, 37, 27, C#2 + 693, 1, 119, 55415, 24740752, ctl, 0, 64, 0, + 694, 1, 393, 55808, 24905026, nof, 0, 37, 0, + 66, 0, 2731, 56320, 25119042,tempo,130,bpm,, + 695, 1, 512, 56320, 25119042, ctl, 0, 64,127, + 696, 1, 0, 56320, 25119042, ctl, 0, 64, 0, + 697, 1, 0, 56320, 25119042, ctl, 0, 64, 0, + 698, 1, 0, 56320, 25119042, ctl, 0, 64, 0, + 699, 1, 0, 56320, 25119042, ctl, 0, 64, 0, + 700, 1, 0, 56320, 25119042, ctl, 0, 64, 0, + 701, 1, 0, 56320, 25119042, non, 0, 61, 11, C#4 + 702, 1, 105, 56425, 25166292, ctl, 0, 64, 0, + 703, 1, 147, 56572, 25232442, ctl, 0, 64,127, + 67, 0, 512, 56832, 25349442,tempo,160,bpm,, + 704, 1, 260, 56832, 25349442, non, 0, 53, 9, F3 + 68, 0, 512, 57344, 25536834,tempo,120,bpm,, + 705, 1, 512, 57344, 25536834, non, 0, 65, 23, F4 + 706, 1, 0, 57344, 25536834, non, 0, 69, 35, A4 + 707, 1, 0, 57344, 25536834, nof, 0, 61, 0, + 708, 1, 0, 57344, 25536834, non, 0, 49, 6, C#3 + 709, 1, 512, 57856, 25786690, nof, 0, 49, 0, + 710, 1, 0, 57856, 25786690, non, 0, 49, 4, C#3 + 69, 0, 1024, 58368, 26036546,tempo,100,bpm,, + 711, 1, 512, 58368, 26036546, nof, 0, 69, 0, + 712, 1, 0, 58368, 26036546, non, 0, 68, 17, G#4 + 713, 1, 0, 58368, 26036546, nof, 0, 49, 0, + 714, 1, 0, 58368, 26036546, non, 0, 37, 2, C#2 + 715, 1, 119, 58487, 26106161, ctl, 0, 64, 0, + 716, 1, 169, 58656, 26205026, ctl, 0, 64,127, + 717, 1, 224, 58880, 26336066, nof, 0, 37, 0, + 718, 1, 0, 58880, 26336066, nof, 0, 53, 0, + 719, 1, 288, 59168, 26504546, ctl, 0, 64, 0, + 720, 1, 224, 59392, 26635586, ctl, 0, 64,127, + 721, 1, 0, 59392, 26635586, ctl, 0, 64, 0, + 722, 1, 0, 59392, 26635586, ctl, 0, 64, 0, + 723, 1, 0, 59392, 26635586, ctl, 0, 64, 0, + 724, 1, 0, 59392, 26635586, ctl, 0, 64, 0, + 725, 1, 0, 59392, 26635586, ctl, 0, 64, 0, + 726, 1, 0, 59392, 26635586, ctl, 0, 64, 0, + 727, 1, 0, 59392, 26635586, ctl, 0, 64, 0, + 728, 1, 0, 59392, 26635586, ctl, 0, 64, 0, + 729, 1, 0, 59392, 26635586, ctl, 0, 64, 0, + 730, 1, 0, 59392, 26635586, nof, 0, 65, 0, + 731, 1, 0, 59392, 26635586, nof, 0, 68, 0, + 732, 1, 0, 59392, 26635586, non, 0, 60, 29, C4 + 733, 1, 105, 59497, 26697011, ctl, 0, 64, 0, + 734, 1, 147, 59644, 26783006, ctl, 0, 64,127, + 70, 0, 1365, 59733, 26835071,tempo,140,bpm,, + 735, 1, 89, 59733, 26835071, non, 0, 60, 33, C4 + 736, 1, 171, 59904, 26906549, non, 0, 65, 36, F4 + 737, 1, 0, 59904, 26906549, nof, 0, 60, 0, + 738, 1, 0, 59904, 26906549, non, 0, 54, 27, F#3 + 739, 1, 171, 60075, 26978027, nof, 0, 65, 0, + 740, 1, 0, 60075, 26978027, non, 0, 69, 39, A4 + 741, 1, 170, 60245, 27049087, nof, 0, 69, 0, + 742, 1, 0, 60245, 27049087, non, 0, 69, 41, A4 + 743, 1, 171, 60416, 27120565, nof, 0, 69, 0, + 744, 1, 0, 60416, 27120565, non, 0, 77, 44, F5 + 745, 1, 0, 60416, 27120565, nof, 0, 54, 0, + 746, 1, 0, 60416, 27120565, nof, 0, 60, 0, + 747, 1, 0, 60416, 27120565, non, 0, 49, 24, C#3 + 748, 1, 171, 60587, 27192043, nof, 0, 77, 0, + 749, 1, 0, 60587, 27192043, non, 0, 69, 41, A4 + 750, 1, 170, 60757, 27263103, nof, 0, 69, 0, + 751, 1, 0, 60757, 27263103, non, 0, 69, 39, A4 + 752, 1, 171, 60928, 27334581, nof, 0, 69, 0, + 753, 1, 0, 60928, 27334581, non, 0, 65, 36, F4 + 754, 1, 0, 60928, 27334581, nof, 0, 49, 0, + 755, 1, 0, 60928, 27334581, non, 0, 49, 22, C#3 + 756, 1, 171, 61099, 27406059, nof, 0, 65, 0, + 757, 1, 0, 61099, 27406059, non, 0, 60, 33, C4 + 71, 0, 1707, 61440, 27548597,tempo,155,bpm,, + 758, 1, 341, 61440, 27548597, nof, 0, 60, 0, + 759, 1, 0, 61440, 27548597, nof, 0, 49, 0, + 760, 1, 0, 61440, 27548597, non, 0, 37, 20, C#2 + 761, 1, 119, 61559, 27593579, ctl, 0, 64, 0, + 762, 1, 393, 61952, 27742133, nof, 0, 37, 0, + 763, 1, 512, 62464, 27935669, ctl, 0, 64,127, + 764, 1, 0, 62464, 27935669, ctl, 0, 64, 0, + 765, 1, 0, 62464, 27935669, ctl, 0, 64, 0, + 766, 1, 0, 62464, 27935669, ctl, 0, 64, 0, + 767, 1, 0, 62464, 27935669, ctl, 0, 64, 0, + 768, 1, 0, 62464, 27935669, ctl, 0, 64, 0, + 769, 1, 0, 62464, 27935669, ctl, 0, 64, 0, + 770, 1, 0, 62464, 27935669, ctl, 0, 64, 0, + 771, 1, 0, 62464, 27935669, ctl, 0, 64, 0, + 772, 1, 0, 62464, 27935669, ctl, 0, 64, 0, + 773, 1, 0, 62464, 27935669, non, 0, 60, 41, C4 + 774, 1, 105, 62569, 27975359, ctl, 0, 64, 0, + 775, 1, 147, 62716, 28030925, ctl, 0, 64,127, + 72, 0, 1365, 62805, 28064567,tempo,140,bpm,, + 776, 1, 89, 62805, 28064567, non, 0, 60, 45, C4 + 777, 1, 171, 62976, 28136045, non, 0, 65, 48, F4 + 778, 1, 0, 62976, 28136045, nof, 0, 60, 0, + 779, 1, 0, 62976, 28136045, non, 0, 54, 39, F#3 + 780, 1, 171, 63147, 28207523, nof, 0, 65, 0, + 781, 1, 0, 63147, 28207523, non, 0, 69, 51, A4 + 782, 1, 170, 63317, 28278583, nof, 0, 69, 0, + 783, 1, 0, 63317, 28278583, non, 0, 72, 53, C5 + 784, 1, 171, 63488, 28350061, nof, 0, 72, 0, + 785, 1, 0, 63488, 28350061, non, 0, 81, 56, A5 + 786, 1, 0, 63488, 28350061, nof, 0, 54, 0, + 787, 1, 0, 63488, 28350061, nof, 0, 60, 0, + 788, 1, 0, 63488, 28350061, non, 0, 49, 36, C#3 + 789, 1, 171, 63659, 28421539, nof, 0, 81, 0, + 790, 1, 0, 63659, 28421539, non, 0, 72, 53, C5 + 791, 1, 170, 63829, 28492599, nof, 0, 72, 0, + 792, 1, 0, 63829, 28492599, non, 0, 69, 51, A4 + 793, 1, 171, 64000, 28564077, nof, 0, 69, 0, + 794, 1, 0, 64000, 28564077, non, 0, 65, 48, F4 + 795, 1, 0, 64000, 28564077, nof, 0, 49, 0, + 796, 1, 0, 64000, 28564077, non, 0, 49, 34, C#3 + 797, 1, 171, 64171, 28635555, nof, 0, 65, 0, + 798, 1, 0, 64171, 28635555, non, 0, 60, 45, C4 + 73, 0, 1707, 64512, 28778093,tempo,180,bpm,, + 799, 1, 341, 64512, 28778093, nof, 0, 60, 0, + 800, 1, 0, 64512, 28778093, nof, 0, 49, 0, + 801, 1, 0, 64512, 28778093, non, 0, 37, 32, C#2 + 802, 1, 119, 64631, 28816768, ctl, 0, 64, 0, + 803, 1, 393, 65024, 28944493, nof, 0, 37, 0, + 804, 1, 512, 65536, 29110893, ctl, 0, 64,127, + 805, 1, 0, 65536, 29110893, ctl, 0, 64, 0, + 806, 1, 0, 65536, 29110893, ctl, 0, 64, 0, + 807, 1, 0, 65536, 29110893, ctl, 0, 64, 0, + 808, 1, 0, 65536, 29110893, ctl, 0, 64, 0, + 809, 1, 0, 65536, 29110893, ctl, 0, 64, 0, + 810, 1, 0, 65536, 29110893, ctl, 0, 64, 0, + 811, 1, 0, 65536, 29110893, ctl, 0, 64, 0, + 812, 1, 0, 65536, 29110893, ctl, 0, 64, 0, + 813, 1, 0, 65536, 29110893, ctl, 0, 64, 0, + 814, 1, 0, 65536, 29110893, non, 0, 60, 44, C4 + 815, 1, 105, 65641, 29145018, ctl, 0, 64, 0, + 816, 1, 147, 65788, 29192793, ctl, 0, 64,127, + 74, 0, 1365, 65877, 29221718,tempo,140,bpm,, + 817, 1, 89, 65877, 29221718, non, 0, 60, 48, C4 + 818, 1, 171, 66048, 29293196, non, 0, 65, 51, F4 + 819, 1, 0, 66048, 29293196, nof, 0, 60, 0, + 820, 1, 0, 66048, 29293196, non, 0, 54, 42, F#3 + 821, 1, 171, 66219, 29364674, nof, 0, 65, 0, + 822, 1, 0, 66219, 29364674, non, 0, 69, 54, A4 + 823, 1, 113, 66332, 29411908, nof, 0, 69, 0, + 824, 1, 0, 66332, 29411908, non, 0, 72, 63, C5 + 825, 1, 114, 66446, 29459560, nof, 0, 72, 0, + 826, 1, 0, 66446, 29459560, non, 0, 77, 63, F5 + 827, 1, 114, 66560, 29507212, nof, 0, 77, 0, + 828, 1, 0, 66560, 29507212, non, 0, 84, 68, C6 + 829, 1, 0, 66560, 29507212, nof, 0, 54, 0, + 830, 1, 0, 66560, 29507212, nof, 0, 60, 0, + 831, 1, 0, 66560, 29507212, non, 0, 49, 39, C#3 + 832, 1, 171, 66731, 29578690, nof, 0, 84, 0, + 833, 1, 0, 66731, 29578690, non, 0, 77, 56, F5 + 834, 1, 171, 66902, 29650168, nof, 0, 77, 0, + 835, 1, 0, 66902, 29650168, non, 0, 72, 54, C5 + 836, 1, 170, 67072, 29721228, nof, 0, 72, 0, + 837, 1, 0, 67072, 29721228, non, 0, 69, 51, A4 + 838, 1, 0, 67072, 29721228, nof, 0, 49, 0, + 839, 1, 0, 67072, 29721228, non, 0, 49, 37, C#3 + 840, 1, 171, 67243, 29792706, nof, 0, 69, 0, + 841, 1, 0, 67243, 29792706, non, 0, 65, 48, F4 + 842, 1, 171, 67414, 29864184, nof, 0, 65, 0, + 843, 1, 0, 67414, 29864184, non, 0, 60, 41, C4 + 75, 0, 1707, 67584, 29935244,tempo,100,bpm,, + 844, 1, 170, 67584, 29935244, nof, 0, 60, 0, + 845, 1, 0, 67584, 29935244, nof, 0, 49, 0, + 846, 1, 0, 67584, 29935244, non, 0, 37, 35, C#2 + 847, 1, 119, 67703, 30004859, ctl, 0, 64, 0, + 848, 1, 393, 68096, 30234764, nof, 0, 37, 0, + 76, 0, 1024, 68608, 30534284,tempo,100,bpm,, + 849, 1, 512, 68608, 30534284, ctl, 0, 64, 0, + 850, 1, 0, 68608, 30534284, ctl, 0, 64, 0, + 851, 1, 0, 68608, 30534284, non, 0, 61, 33, C#4 + 852, 1, 140, 68748, 30616184, ctl, 0, 64,127, + 853, 1, 116, 68864, 30684044, non, 0, 53, 39, F3 + 854, 1, 85, 68949, 30733769, non, 0, 61, 44, C#4 + 855, 1, 114, 69063, 30800459, non, 0, 65, 47, F4 + 856, 1, 57, 69120, 30833804, non, 0, 49, 44, C#3 + 857, 1, 57, 69177, 30867149, nof, 0, 61, 0, + 858, 1, 0, 69177, 30867149, nof, 0, 65, 0, + 859, 1, 0, 69177, 30867149, non, 0, 61, 49, C#4 + 860, 1, 0, 69177, 30867149, non, 0, 65, 49, F4 + 861, 1, 0, 69177, 30867149, non, 0, 68, 49, G#4 + 862, 1, 114, 69291, 30933839, non, 0, 73, 52, C#5 + 863, 1, 85, 69376, 30983564, non, 0, 44, 50, G#2 + 864, 1, 28, 69404, 30999944, non, 0, 77, 55, F5 + 865, 1, 114, 69518, 31066634, non, 0, 80, 57, G#5 + 77, 0, 1024, 69632, 31133324,tempo,50,bpm,, + 866, 1, 114, 69632, 31133324, non, 0, 89, 67, F6 + 867, 1, 0, 69632, 31133324, non, 0, 37, 55, C#2 + 868, 1, 1024, 70656, 32332428, nof, 0, 61, 0, + 869, 1, 0, 70656, 32332428, nof, 0, 65, 0, + 870, 1, 0, 70656, 32332428, nof, 0, 68, 0, + 871, 1, 0, 70656, 32332428, nof, 0, 73, 0, + 872, 1, 0, 70656, 32332428, nof, 0, 77, 0, + 873, 1, 0, 70656, 32332428, nof, 0, 80, 0, + 874, 1, 0, 70656, 32332428, nof, 0, 89, 0, + 875, 1, 0, 70656, 32332428, nof, 0, 37, 0, + 876, 1, 0, 70656, 32332428, nof, 0, 44, 0, + 877, 1, 0, 70656, 32332428, nof, 0, 49, 0, + 878, 1, 0, 70656, 32332428, nof, 0, 53, 0, + 879, 1, 0, 70656, 32332428, nof, 0, 61, 0, + 880, 1, 385, 71041, 32783263, ctl, 0, 64, 0, + 78, 0, 2048, 71680, 33531532,tempo,222,bpm,, + 881, 1, 639, 71680, 33531532, ctl, 0, 64, 0, + 882, 1, 0, 71680, 33531532, ctl, 0, 64, 0, + 883, 1, 3072, 74752, 34339468, ctl, 0, 64, 0, + 884, 1, 0, 74752, 34339468, ctl, 0, 64, 0, + 79, 0, 3075, 74755, 34340257,eot,,,, + 885, 1, 3, 74755, 34340257,eot,,,, diff --git a/src/cwtest/cfg/gutim_full/scriabin/scriabin_prelude_op48_3.mid b/src/cwtest/cfg/gutim_full/scriabin/scriabin_prelude_op48_3.mid new file mode 100644 index 0000000000000000000000000000000000000000..6b1355c31dafdd9d5d8c1d3ba096d98cc109619e GIT binary patch literal 4507 zcmbVPOH&(H7Ct=e#0tp-o0su}1`G(gkr0dkfn;b&Ez}?(&?6o;lXw6JDi|C|)I1hL zw?e91sY+FErYf6RWHH+*FK3m?U&wCOS>->>g89x-H4qw_-LIs^t9mi;&?Y_Ih-e*LqB}iaS?Pgu9C7yX=pg)LaA$ zwTF&2Rx4R4EXU_;)zUD~hB1g^pwD1Q$6!e#Sy3L3;&g4+dP=ke`O3@?l-OOCLNrel zrCP~JX|@U>BM`NQM$spSZ1mph*$x9Sa1y{&T_r1u@%#wvu^A&^Pg%Tb%s|3}>>OF5 z7^sFI%hng&T>*C&D-z(3Tt!hofI~G4l?Q)>@vrUxLA7XT!PqI5(?*g z>I7Ly2r{#ElB^geGk2jhgF$-IR>wbvsWc{QYzn@vVZ1s{);PX{9|=v{Ld_u2470<= zg%u7>wBKW-*6Gamo)fEZ^bykTol|Psb*CG0ap5=YLTz^S>{*@CL259*&C~{Q{PK^v z6n92QA9meiZxZ9Sy8PIU|Ay+i#>9so!HEqF)x?<3pH};7 zrL^j|OtL$i#co^O3i=V=+O!kss+E$D{MHs$7VC9|oKej&KQaXC8RT9778bhsGz5u< zwmRKqs~f|93p`~YgE5YdHBGcY#JTje&ktU(dku9k4|}O8KRAbAQzNa*4+k)gD}HMe zc98=p0@R$d4AX0n#(8;NqcE(>Fsc*hhvIp7QzUO8Y6x#de-Zh0h)(hIk>|6_@oBoX{bY9unE_=>v-J( zXJdgD2btGDan}etItnS=Ypd(C0$K=3j*$hP9j&{@)mm~)L_+cfks0gym`^@%V#BqP zF+mm*54ywT2dUzjK3MxC`B>B$6oUf$RULzigzEq%^!v?q0T|2uUR`KSbrI_I>Hi18M0~2zN+R4xOf;(&w%h=+{xl#x_8RC8 zUsc?RITbm37)k_1DE88Ru)(Woz?Q)lni&#S0N;mftG?*&0`Ibm6$xkkuA-F@cz{C! zzSq4{uH$Uw2}QjOV?%QDdKs1q)H!n`ySP)y%`4XK!J3fVeDjLQ?rUydWY-lp?`8Nf zkY>oY@WTdW0L5WxxrMpybH2Uv77j5V*Wbe81S(n-dAG3Ozt=*UcM;ZcIr{LWW5rO*lLqsTOt+ZAOfX<11(9FUeu+UG&sLR4_kA+T;g>ILH_8YQLC*_ih zN1o9gCyIxk{=|Khap?*d6R04j-9Vd^K^7g)eUya;Ad_^M^ma|SyI7HMf!jkAMbWeQ zQ6^mUydxdnikcIhY=Vf^qR+Sx*_1$>bB(9@F~HTnz1V<=SFg1V85ZkBZtz2wJz_-y z(TjU@x(T9k6Np+9M095zjairi-$rS(P)r*6RB6o!Byw3LqvzKQC6Un!1v8;%l&qOFl|(L+F%m^Hx9Q7m zHrC=hik>kF1${G_&nX2no7*&s#hj*W<#Stk(H^mz3(k zVMTdyc(kwJdwRULUsiTcUj4az`1wIq8TR@7yOSr!yGPF}mBZcVN1B59(f*75qrIx8 z%+7>nejS9(oC0r@tiGeMx-D;1S3BcC-v6_^2gStFk? zL0YL`6qH=5X+O>tig`0p%LyO&Itg`2Gxm5KPyGtEBZws)B}qv{9wl}v zAt8C(gqOr(mMmC+1Y6VvYlMW5SRoedS@a+92f}yn%(cglQW^;aQIzYMd+#~l`ObIF zy-udMxlTk+Qx|ogrc81FU83%{>G-wNU8kNqL&vM9FmwD$ch4++!rwmC-GjHUbPx3Z zdc?>6oGHfMZ(je5KP$g{*ZTeo_xcX=VxP1JJC=Jr?89%vpWH9k{|o*_Jkp=^KQz80 zu3k-zwE@r3G54gB_7GQ%YVmt7w)e)4%dEx zS3XNSa{WJ*p9?Wn@OA$8OZKSDiSgXS-|X?d2V(U6RI6U*XFwk*nF+~2l`JDrGIeez z`C`d5_y>KsWG49s?V>ZKDs8NR@M)rXB2Xq$HsVfM36#57hH<$e}L*l3Kd*ABDJ|{(kZgx;tHC59tFJk#JY9aXjef;0XOk|A{lpx%q?cSdJL&& zUFta@-=qTVik(yFWnSB)iSiaM5^kX-Crf4uMc`_4b3`u-XBv83I&8OAiYjD?a+lTm z=_(Zanp*uxk<q^-x7;AasZ$LT4aLzkEdTG0KFltgv71I@%t~0dnxFpS#K@r!WJi5B)Up8Lv#ZRvlDc~OE%z(g(-GMB{)7|8Jtx2`x-OPB4< z5|1qsmsEIljuQomW(B;PL;!51rsvRsN_LCvC`sr1N%MPY7 zb+{r(T^a?uOE4VwACY#2((`0qBf2h<#vLwRp}-(b4^m{1A8WQJAMz|X78QafgJY4b zo0Ion@(`y4=wbBkPCo?7Tv>3by%^#LT-HjA$-}}veXT$bO*DK z=ph>Ir9dx*dnwY(4Yx712wS*hWGxleaW@2ItmTs7@1w~+3inZ@j~4psOrc(Rmx6%# z84WY_kf9SdsJZb0|$t#j;e_ROf++V&}|OtrOfPR z>6B`R7||q*u~s{HVcWq6rzN!6!BicU-RjX6?Pb?=U!3PVsG_hk#O#LAK$)N&b?j^>wirlq5Wf}uszEMvqCrsdLUT`L;7tS6Uk z%*9q&G_4m3(QG`QV+A9V%j(5qZh|f6bIW-{FXr-|CkOSW$1}pBl?uL;Z|&_ySY>mo z%hd#sF1d2JB_@yk>y3 zm4aSixrA#y_7#eGLo23NIXg)sW)$`K$)F{`MVXC(h26^j*4qb_y?uX~ZEuw;5w=;W z+>K04y?cOvY=Egd2k&eI*Yfs literal 0 HcmV?d00001 diff --git a/src/cwtest/cfg/gutim_full/scriabin/scriabin_prelude_op67_2.csv b/src/cwtest/cfg/gutim_full/scriabin/scriabin_prelude_op67_2.csv new file mode 100644 index 0000000..116f87a --- /dev/null +++ b/src/cwtest/cfg/gutim_full/scriabin/scriabin_prelude_op67_2.csv @@ -0,0 +1,1761 @@ +UID,trk,dtick,atick,amicro,type,ch,D0,D1,sci_pitch + 0, 0, 0, 0, 0,tsig,1,2,, + 1, 0, 0, 0, 0,ksig,,,, + 2, 0, 0, 0, 0,tempo,90,bpm,, + 59, 1, 0, 0, 0,name,,,, + 60, 1, 0, 0, 0, pgm, 0, 1, 0, + 61, 1, 0, 0, 0, ctl, 0, 64, 0, + 62, 1, 0, 0, 0, ctl, 0, 64, 0, + 1758, 2, 1, 1, 651,copy,,,, + 1759, 2, 0, 1, 651,eot,,,, + 3, 0, 1024, 1024, 666624,tsig,2,2,, + 4, 0, 0, 1024, 666624,tempo,70,bpm,, + 63, 1, 1024, 1024, 666624, ctl, 0, 64, 0, + 64, 1, 0, 1024, 666624, ctl, 0, 64, 0, + 65, 1, 0, 1024, 666624, non, 0, 58, 26, A#3 + 66, 1, 0, 1024, 666624, non, 0, 63, 38, D#4 + 67, 1, 0, 1024, 666624, non, 0, 43, 20, G2 + 68, 1, 171, 1195, 809751, non, 0, 48, 21, C3 + 69, 1, 170, 1365, 952041, nof, 0, 43, 0, + 70, 1, 0, 1365, 952041, non, 0, 43, 21, G2 + 5, 0, 512, 1536, 1095168,tempo,90,bpm,, + 71, 1, 171, 1536, 1095168, non, 0, 55, 21, G3 + 72, 1, 0, 1536, 1095168, non, 0, 60, 21, C4 + 73, 1, 0, 1536, 1095168, non, 0, 66, 34, F#4 + 74, 1, 0, 1536, 1095168, nof, 0, 43, 0, + 75, 1, 0, 1536, 1095168, nof, 0, 48, 0, + 76, 1, 0, 1536, 1095168, non, 0, 45, 21, A2 + 77, 1, 50, 1586, 1127718, nof, 0, 58, 0, + 78, 1, 0, 1586, 1127718, nof, 0, 63, 0, + 79, 1, 121, 1707, 1206489, non, 0, 39, 22, D#2 + 80, 1, 170, 1877, 1317159, nof, 0, 45, 0, + 81, 1, 0, 1877, 1317159, non, 0, 45, 22, A2 + 82, 1, 171, 2048, 1428480, non, 0, 58, 29, A#3 + 83, 1, 0, 2048, 1428480, non, 0, 63, 42, D#4 + 84, 1, 0, 2048, 1428480, nof, 0, 39, 0, + 85, 1, 0, 2048, 1428480, nof, 0, 45, 0, + 86, 1, 0, 2048, 1428480, non, 0, 43, 23, G2 + 87, 1, 50, 2098, 1461030, nof, 0, 55, 0, + 88, 1, 0, 2098, 1461030, nof, 0, 60, 0, + 89, 1, 0, 2098, 1461030, nof, 0, 66, 0, + 90, 1, 121, 2219, 1539801, non, 0, 48, 23, C3 + 91, 1, 170, 2389, 1650471, nof, 0, 43, 0, + 92, 1, 0, 2389, 1650471, non, 0, 43, 23, G2 + 93, 1, 171, 2560, 1761792, non, 0, 55, 23, G3 + 94, 1, 0, 2560, 1761792, non, 0, 60, 23, C4 + 95, 1, 0, 2560, 1761792, non, 0, 66, 37, F#4 + 96, 1, 0, 2560, 1761792, nof, 0, 43, 0, + 97, 1, 0, 2560, 1761792, nof, 0, 48, 0, + 98, 1, 0, 2560, 1761792, non, 0, 45, 24, A2 + 99, 1, 50, 2610, 1794342, nof, 0, 58, 0, + 100, 1, 0, 2610, 1794342, nof, 0, 63, 0, + 101, 1, 121, 2731, 1873113, non, 0, 39, 24, D#2 + 102, 1, 170, 2901, 1983783, nof, 0, 45, 0, + 103, 1, 0, 2901, 1983783, non, 0, 45, 25, A2 + 6, 0, 1536, 3072, 2095104,tempo,80,bpm,, + 104, 1, 171, 3072, 2095104, ctl, 0, 64,127, + 105, 1, 0, 3072, 2095104, ctl, 0, 64, 0, + 106, 1, 0, 3072, 2095104, ctl, 0, 64, 0, + 107, 1, 0, 3072, 2095104, nof, 0, 66, 0, + 108, 1, 0, 3072, 2095104, nof, 0, 39, 0, + 109, 1, 0, 3072, 2095104, nof, 0, 45, 0, + 110, 1, 0, 3072, 2095104, non, 0, 61, 30, C#4 + 111, 1, 0, 3072, 2095104, non, 0, 66, 44, F#4 + 112, 1, 0, 3072, 2095104, non, 0, 46, 25, A#2 + 113, 1, 39, 3111, 2123652, ctl, 0, 64, 0, + 114, 1, 11, 3122, 2131704, nof, 0, 55, 0, + 115, 1, 0, 3122, 2131704, nof, 0, 60, 0, + 116, 1, 29, 3151, 2152932, ctl, 0, 64, 0, + 117, 1, 44, 3195, 2185140, ctl, 0, 64,127, + 118, 1, 48, 3243, 2220276, nof, 0, 46, 0, + 119, 1, 0, 3243, 2220276, non, 0, 51, 26, D#3 + 120, 1, 170, 3413, 2344716, nof, 0, 51, 0, + 121, 1, 0, 3413, 2344716, non, 0, 46, 26, A#2 + 122, 1, 106, 3519, 2422308, ctl, 0, 64, 0, + 7, 0, 512, 3584, 2469888,tempo,90,bpm,, + 123, 1, 65, 3584, 2469888, non, 0, 58, 31, A#3 + 124, 1, 0, 3584, 2469888, non, 0, 63, 31, D#4 + 125, 1, 0, 3584, 2469888, non, 0, 69, 46, A4 + 126, 1, 0, 3584, 2469888, nof, 0, 46, 0, + 127, 1, 0, 3584, 2469888, non, 0, 48, 27, C3 + 128, 1, 50, 3634, 2502438, nof, 0, 61, 0, + 129, 1, 0, 3634, 2502438, nof, 0, 66, 0, + 130, 1, 28, 3662, 2520666, ctl, 0, 64,127, + 131, 1, 93, 3755, 2581209, nof, 0, 48, 0, + 132, 1, 0, 3755, 2581209, non, 0, 42, 28, F#2 + 133, 1, 170, 3925, 2691879, nof, 0, 42, 0, + 134, 1, 0, 3925, 2691879, non, 0, 48, 29, C3 + 135, 1, 119, 4044, 2769348, ctl, 0, 64, 0, + 136, 1, 52, 4096, 2803200, non, 0, 64, 32, E4 + 137, 1, 0, 4096, 2803200, non, 0, 69, 48, A4 + 138, 1, 0, 4096, 2803200, nof, 0, 48, 0, + 139, 1, 0, 4096, 2803200, non, 0, 49, 29, C#3 + 140, 1, 6, 4102, 2807106, ctl, 0, 64, 0, + 141, 1, 44, 4146, 2835750, nof, 0, 58, 0, + 142, 1, 0, 4146, 2835750, nof, 0, 63, 0, + 143, 1, 0, 4146, 2835750, nof, 0, 69, 0, + 144, 1, 15, 4161, 2845515, ctl, 0, 64,127, + 145, 1, 106, 4267, 2914521, nof, 0, 49, 0, + 146, 1, 0, 4267, 2914521, non, 0, 54, 30, F#3 + 147, 1, 23, 4290, 2929494, ctl, 0, 64,127, + 148, 1, 147, 4437, 3025191, nof, 0, 54, 0, + 149, 1, 0, 4437, 3025191, non, 0, 49, 31, C#3 + 150, 1, 171, 4608, 3136512, non, 0, 61, 33, C#4 + 151, 1, 0, 4608, 3136512, non, 0, 66, 34, F#4 + 152, 1, 0, 4608, 3136512, non, 0, 72, 49, C5 + 153, 1, 0, 4608, 3136512, nof, 0, 49, 0, + 154, 1, 0, 4608, 3136512, non, 0, 51, 31, D#3 + 155, 1, 19, 4627, 3148881, ctl, 0, 64, 0, + 156, 1, 31, 4658, 3169062, nof, 0, 64, 0, + 157, 1, 0, 4658, 3169062, nof, 0, 69, 0, + 158, 1, 67, 4725, 3212679, ctl, 0, 64,127, + 159, 1, 54, 4779, 3247833, nof, 0, 51, 0, + 160, 1, 0, 4779, 3247833, non, 0, 45, 32, A2 + 161, 1, 170, 4949, 3358503, nof, 0, 45, 0, + 162, 1, 0, 4949, 3358503, non, 0, 51, 33, D#3 + 8, 0, 1536, 5120, 3469824,tempo,70,bpm,, + 163, 1, 171, 5120, 3469824, ctl, 0, 64,127, + 164, 1, 0, 5120, 3469824, ctl, 0, 64, 0, + 165, 1, 0, 5120, 3469824, ctl, 0, 64, 0, + 166, 1, 0, 5120, 3469824, nof, 0, 72, 0, + 167, 1, 0, 5120, 3469824, nof, 0, 51, 0, + 168, 1, 0, 5120, 3469824, non, 0, 67, 34, G4 + 169, 1, 0, 5120, 3469824, non, 0, 72, 51, C5 + 170, 1, 0, 5120, 3469824, non, 0, 51, 33, D#3 + 171, 1, 39, 5159, 3502467, ctl, 0, 64, 0, + 172, 1, 11, 5170, 3511674, nof, 0, 61, 0, + 173, 1, 0, 5170, 3511674, nof, 0, 66, 0, + 174, 1, 29, 5199, 3535947, ctl, 0, 64, 0, + 175, 1, 44, 5243, 3572775, ctl, 0, 64,127, + 176, 1, 48, 5291, 3612951, nof, 0, 51, 0, + 177, 1, 0, 5291, 3612951, non, 0, 57, 32, A3 + 178, 1, 170, 5461, 3755241, nof, 0, 57, 0, + 179, 1, 0, 5461, 3755241, non, 0, 51, 31, D#3 + 180, 1, 106, 5567, 3843963, ctl, 0, 64, 0, + 9, 0, 512, 5632, 3898368,tempo,90,bpm,, + 181, 1, 65, 5632, 3898368, non, 0, 66, 31, F#4 + 182, 1, 0, 5632, 3898368, non, 0, 74, 46, D5 + 183, 1, 0, 5632, 3898368, nof, 0, 51, 0, + 184, 1, 0, 5632, 3898368, non, 0, 56, 31, G#3 + 185, 1, 50, 5682, 3930918, nof, 0, 67, 0, + 186, 1, 0, 5682, 3930918, nof, 0, 72, 0, + 187, 1, 28, 5710, 3949146, ctl, 0, 64,127, + 188, 1, 93, 5803, 4009689, non, 0, 51, 30, D#3 + 189, 1, 170, 5973, 4120359, nof, 0, 51, 0, + 190, 1, 0, 5973, 4120359, nof, 0, 56, 0, + 191, 1, 0, 5973, 4120359, non, 0, 56, 29, G#3 + 192, 1, 119, 6092, 4197828, ctl, 0, 64, 0, + 193, 1, 52, 6144, 4231680, non, 0, 65, 31, F4 + 194, 1, 0, 6144, 4231680, non, 0, 70, 46, A#4 + 195, 1, 0, 6144, 4231680, non, 0, 50, 29, D3 + 196, 1, 6, 6150, 4235586, ctl, 0, 64, 0, + 197, 1, 44, 6194, 4264230, nof, 0, 66, 0, + 198, 1, 0, 6194, 4264230, nof, 0, 74, 0, + 199, 1, 15, 6209, 4273995, ctl, 0, 64,127, + 200, 1, 106, 6315, 4343001, nof, 0, 50, 0, + 201, 1, 0, 6315, 4343001, nof, 0, 56, 0, + 202, 1, 0, 6315, 4343001, non, 0, 55, 28, G3 + 203, 1, 23, 6338, 4357974, ctl, 0, 64,127, + 204, 1, 147, 6485, 4453671, non, 0, 50, 27, D3 + 205, 1, 171, 6656, 4564992, non, 0, 64, 31, E4 + 206, 1, 0, 6656, 4564992, nof, 0, 50, 0, + 207, 1, 0, 6656, 4564992, nof, 0, 55, 0, + 208, 1, 0, 6656, 4564992, non, 0, 54, 26, F#3 + 209, 1, 19, 6675, 4577361, ctl, 0, 64, 0, + 210, 1, 31, 6706, 4597542, nof, 0, 65, 0, + 211, 1, 67, 6773, 4641159, ctl, 0, 64,127, + 212, 1, 54, 6827, 4676313, non, 0, 49, 26, C#3 + 213, 1, 170, 6997, 4786983, nof, 0, 49, 0, + 214, 1, 0, 6997, 4786983, nof, 0, 54, 0, + 215, 1, 0, 6997, 4786983, non, 0, 54, 25, F#3 + 216, 1, 171, 7168, 4898304, ctl, 0, 64,127, + 217, 1, 0, 7168, 4898304, ctl, 0, 64, 0, + 218, 1, 0, 7168, 4898304, ctl, 0, 64, 0, + 219, 1, 0, 7168, 4898304, non, 0, 63, 31, D#4 + 220, 1, 0, 7168, 4898304, non, 0, 48, 25, C3 + 221, 1, 39, 7207, 4923693, ctl, 0, 64, 0, + 222, 1, 11, 7218, 4930854, nof, 0, 64, 0, + 223, 1, 29, 7247, 4949733, ctl, 0, 64, 0, + 224, 1, 44, 7291, 4978377, ctl, 0, 64,127, + 225, 1, 48, 7339, 5009625, nof, 0, 48, 0, + 226, 1, 0, 7339, 5009625, nof, 0, 54, 0, + 227, 1, 0, 7339, 5009625, non, 0, 53, 26, F3 + 228, 1, 170, 7509, 5120295, non, 0, 48, 26, C3 + 229, 1, 106, 7615, 5189301, ctl, 0, 64, 0, + 230, 1, 65, 7680, 5231616, nof, 0, 63, 0, + 231, 1, 0, 7680, 5231616, nof, 0, 70, 0, + 232, 1, 0, 7680, 5231616, non, 0, 62, 26, D4 + 233, 1, 0, 7680, 5231616, non, 0, 67, 38, G4 + 234, 1, 0, 7680, 5231616, nof, 0, 48, 0, + 235, 1, 0, 7680, 5231616, nof, 0, 53, 0, + 236, 1, 0, 7680, 5231616, non, 0, 52, 26, E3 + 237, 1, 78, 7758, 5282394, ctl, 0, 64,127, + 238, 1, 93, 7851, 5342937, non, 0, 47, 27, B2 + 239, 1, 170, 8021, 5453607, nof, 0, 47, 0, + 240, 1, 0, 8021, 5453607, nof, 0, 52, 0, + 241, 1, 0, 8021, 5453607, non, 0, 52, 27, E3 + 242, 1, 119, 8140, 5531076, ctl, 0, 64, 0, + 243, 1, 52, 8192, 5564928, nof, 0, 62, 0, + 244, 1, 0, 8192, 5564928, nof, 0, 67, 0, + 245, 1, 0, 8192, 5564928, non, 0, 62, 30, D4 + 246, 1, 0, 8192, 5564928, non, 0, 67, 44, G4 + 247, 1, 0, 8192, 5564928, non, 0, 46, 28, A#2 + 248, 1, 6, 8198, 5568834, ctl, 0, 64, 0, + 249, 1, 59, 8257, 5607243, ctl, 0, 64,127, + 250, 1, 106, 8363, 5676249, nof, 0, 46, 0, + 251, 1, 0, 8363, 5676249, nof, 0, 52, 0, + 252, 1, 0, 8363, 5676249, non, 0, 52, 28, E3 + 253, 1, 23, 8386, 5691222, ctl, 0, 64,127, + 254, 1, 147, 8533, 5786919, non, 0, 46, 29, A#2 + 255, 1, 171, 8704, 5898240, nof, 0, 62, 0, + 256, 1, 0, 8704, 5898240, nof, 0, 67, 0, + 257, 1, 0, 8704, 5898240, non, 0, 61, 33, C#4 + 258, 1, 0, 8704, 5898240, non, 0, 69, 50, A4 + 259, 1, 0, 8704, 5898240, nof, 0, 46, 0, + 260, 1, 0, 8704, 5898240, nof, 0, 52, 0, + 261, 1, 0, 8704, 5898240, non, 0, 51, 29, D#3 + 262, 1, 19, 8723, 5910609, ctl, 0, 64, 0, + 263, 1, 98, 8821, 5974407, ctl, 0, 64,127, + 264, 1, 54, 8875, 6009561, non, 0, 46, 30, A#2 + 265, 1, 170, 9045, 6120231, nof, 0, 46, 0, + 266, 1, 0, 9045, 6120231, nof, 0, 51, 0, + 267, 1, 0, 9045, 6120231, non, 0, 51, 30, D#3 + 10, 0, 3584, 9216, 6231552,tempo,80,bpm,, + 268, 1, 171, 9216, 6231552, ctl, 0, 64,127, + 269, 1, 0, 9216, 6231552, ctl, 0, 64, 0, + 270, 1, 0, 9216, 6231552, ctl, 0, 64, 0, + 271, 1, 0, 9216, 6231552, nof, 0, 61, 0, + 272, 1, 0, 9216, 6231552, nof, 0, 69, 0, + 273, 1, 0, 9216, 6231552, nof, 0, 51, 0, + 274, 1, 0, 9216, 6231552, non, 0, 65, 34, F4 + 275, 1, 0, 9216, 6231552, non, 0, 70, 51, A#4 + 276, 1, 0, 9216, 6231552, non, 0, 49, 30, C#3 + 277, 1, 39, 9255, 6260100, ctl, 0, 64, 0, + 278, 1, 40, 9295, 6289380, ctl, 0, 64, 0, + 279, 1, 44, 9339, 6321588, ctl, 0, 64,127, + 280, 1, 48, 9387, 6356724, nof, 0, 49, 0, + 281, 1, 0, 9387, 6356724, non, 0, 55, 29, G3 + 282, 1, 170, 9557, 6481164, non, 0, 49, 29, C#3 + 283, 1, 106, 9663, 6558756, ctl, 0, 64, 0, + 11, 0, 512, 9728, 6606336,tempo,90,bpm,, + 284, 1, 65, 9728, 6606336, nof, 0, 65, 0, + 285, 1, 0, 9728, 6606336, nof, 0, 70, 0, + 286, 1, 0, 9728, 6606336, non, 0, 64, 31, E4 + 287, 1, 0, 9728, 6606336, non, 0, 72, 46, C5 + 288, 1, 0, 9728, 6606336, nof, 0, 49, 0, + 289, 1, 0, 9728, 6606336, nof, 0, 55, 0, + 290, 1, 0, 9728, 6606336, non, 0, 54, 28, F#3 + 291, 1, 78, 9806, 6657114, ctl, 0, 64,127, + 292, 1, 93, 9899, 6717657, non, 0, 49, 27, C#3 + 293, 1, 170, 10069, 6828327, nof, 0, 49, 0, + 294, 1, 0, 10069, 6828327, nof, 0, 54, 0, + 295, 1, 0, 10069, 6828327, non, 0, 54, 27, F#3 + 296, 1, 119, 10188, 6905796, ctl, 0, 64, 0, + 297, 1, 52, 10240, 6939648, nof, 0, 64, 0, + 298, 1, 0, 10240, 6939648, nof, 0, 72, 0, + 299, 1, 0, 10240, 6939648, non, 0, 63, 31, D#4 + 300, 1, 0, 10240, 6939648, non, 0, 68, 46, G#4 + 301, 1, 0, 10240, 6939648, non, 0, 48, 26, C3 + 302, 1, 6, 10246, 6943554, ctl, 0, 64, 0, + 303, 1, 59, 10305, 6981963, ctl, 0, 64,127, + 304, 1, 106, 10411, 7050969, nof, 0, 48, 0, + 305, 1, 0, 10411, 7050969, nof, 0, 54, 0, + 306, 1, 0, 10411, 7050969, non, 0, 53, 25, F3 + 307, 1, 23, 10434, 7065942, ctl, 0, 64,127, + 308, 1, 147, 10581, 7161639, non, 0, 48, 25, C3 + 309, 1, 171, 10752, 7272960, nof, 0, 63, 0, + 310, 1, 0, 10752, 7272960, non, 0, 62, 31, D4 + 311, 1, 0, 10752, 7272960, nof, 0, 48, 0, + 312, 1, 0, 10752, 7272960, nof, 0, 53, 0, + 313, 1, 0, 10752, 7272960, non, 0, 52, 24, E3 + 314, 1, 19, 10771, 7285329, ctl, 0, 64, 0, + 315, 1, 98, 10869, 7349127, ctl, 0, 64,127, + 316, 1, 54, 10923, 7384281, non, 0, 47, 23, B2 + 317, 1, 170, 11093, 7494951, nof, 0, 47, 0, + 318, 1, 0, 11093, 7494951, nof, 0, 52, 0, + 319, 1, 0, 11093, 7494951, non, 0, 52, 23, E3 + 320, 1, 171, 11264, 7606272, ctl, 0, 64,127, + 321, 1, 0, 11264, 7606272, ctl, 0, 64, 0, + 322, 1, 0, 11264, 7606272, ctl, 0, 64, 0, + 323, 1, 0, 11264, 7606272, nof, 0, 62, 0, + 324, 1, 0, 11264, 7606272, nof, 0, 52, 0, + 325, 1, 0, 11264, 7606272, non, 0, 61, 30, C#4 + 326, 1, 0, 11264, 7606272, non, 0, 46, 22, A#2 + 327, 1, 39, 11303, 7631661, ctl, 0, 64, 0, + 328, 1, 40, 11343, 7657701, ctl, 0, 64, 0, + 329, 1, 44, 11387, 7686345, ctl, 0, 64,127, + 330, 1, 48, 11435, 7717593, nof, 0, 46, 0, + 331, 1, 0, 11435, 7717593, non, 0, 51, 22, D#3 + 332, 1, 170, 11605, 7828263, nof, 0, 51, 0, + 333, 1, 0, 11605, 7828263, non, 0, 46, 22, A#2 + 334, 1, 106, 11711, 7897269, ctl, 0, 64, 0, + 335, 1, 65, 11776, 7939584, non, 0, 60, 30, C4 + 336, 1, 0, 11776, 7939584, non, 0, 65, 44, F4 + 337, 1, 0, 11776, 7939584, nof, 0, 46, 0, + 338, 1, 0, 11776, 7939584, non, 0, 50, 22, D3 + 339, 1, 40, 11816, 7965624, nof, 0, 61, 0, + 340, 1, 0, 11816, 7965624, nof, 0, 68, 0, + 341, 1, 38, 11854, 7990362, ctl, 0, 64,127, + 342, 1, 93, 11947, 8050905, nof, 0, 50, 0, + 343, 1, 0, 11947, 8050905, non, 0, 45, 22, A2 + 344, 1, 170, 12117, 8161575, nof, 0, 45, 0, + 345, 1, 0, 12117, 8161575, non, 0, 50, 22, D3 + 346, 1, 119, 12236, 8239044, ctl, 0, 64, 0, + 12, 0, 2560, 12288, 8272896,tempo,80,bpm,, + 347, 1, 52, 12288, 8272896, nof, 0, 60, 0, + 348, 1, 0, 12288, 8272896, nof, 0, 65, 0, + 349, 1, 0, 12288, 8272896, non, 0, 60, 30, C4 + 350, 1, 0, 12288, 8272896, non, 0, 65, 44, F4 + 351, 1, 0, 12288, 8272896, nof, 0, 50, 0, + 352, 1, 0, 12288, 8272896, non, 0, 44, 22, G#2 + 353, 1, 6, 12294, 8277288, ctl, 0, 64, 0, + 354, 1, 59, 12353, 8320476, ctl, 0, 64,127, + 355, 1, 106, 12459, 8398068, nof, 0, 44, 0, + 356, 1, 0, 12459, 8398068, non, 0, 50, 22, D3 + 357, 1, 23, 12482, 8414904, ctl, 0, 64,127, + 358, 1, 147, 12629, 8522508, nof, 0, 50, 0, + 359, 1, 0, 12629, 8522508, non, 0, 44, 22, G#2 + 13, 0, 512, 12800, 8647680,tempo,70,bpm,, + 360, 1, 171, 12800, 8647680, non, 0, 59, 23, B3 + 361, 1, 0, 12800, 8647680, non, 0, 67, 37, G4 + 362, 1, 0, 12800, 8647680, nof, 0, 44, 0, + 363, 1, 0, 12800, 8647680, non, 0, 49, 22, C#3 + 364, 1, 19, 12819, 8663583, ctl, 0, 64, 0, + 365, 1, 21, 12840, 8681160, nof, 0, 60, 0, + 366, 1, 0, 12840, 8681160, nof, 0, 65, 0, + 367, 1, 77, 12917, 8745609, ctl, 0, 64,127, + 368, 1, 54, 12971, 8790807, nof, 0, 49, 0, + 369, 1, 0, 12971, 8790807, non, 0, 44, 22, G#2 + 370, 1, 170, 13141, 8933097, nof, 0, 44, 0, + 371, 1, 0, 13141, 8933097, non, 0, 49, 22, C#3 + 14, 0, 512, 13312, 9076224,tempo,80,bpm,, + 372, 1, 171, 13312, 9076224, ctl, 0, 64,127, + 373, 1, 0, 13312, 9076224, ctl, 0, 64, 0, + 374, 1, 0, 13312, 9076224, ctl, 0, 64, 0, + 375, 1, 0, 13312, 9076224, nof, 0, 49, 0, + 376, 1, 0, 13312, 9076224, non, 0, 70, 35, A#4 + 377, 1, 0, 13312, 9076224, non, 0, 75, 51, D#5 + 378, 1, 0, 13312, 9076224, non, 0, 55, 31, G3 + 379, 1, 39, 13351, 9104772, ctl, 0, 64, 0, + 380, 1, 1, 13352, 9105504, nof, 0, 59, 0, + 381, 1, 0, 13352, 9105504, nof, 0, 67, 0, + 382, 1, 39, 13391, 9134052, ctl, 0, 64, 0, + 383, 1, 44, 13435, 9166260, ctl, 0, 64,127, + 384, 1, 48, 13483, 9201396, nof, 0, 55, 0, + 385, 1, 0, 13483, 9201396, non, 0, 60, 31, C4 + 386, 1, 170, 13653, 9325836, nof, 0, 60, 0, + 387, 1, 0, 13653, 9325836, non, 0, 55, 31, G3 + 388, 1, 106, 13759, 9403428, ctl, 0, 64, 0, + 15, 0, 512, 13824, 9451008,tempo,90,bpm,, + 389, 1, 65, 13824, 9451008, non, 0, 69, 34, A4 + 390, 1, 0, 13824, 9451008, non, 0, 77, 49, F5 + 391, 1, 0, 13824, 9451008, nof, 0, 55, 0, + 392, 1, 0, 13824, 9451008, non, 0, 59, 30, B3 + 393, 1, 40, 13864, 9477048, nof, 0, 70, 0, + 394, 1, 0, 13864, 9477048, nof, 0, 75, 0, + 395, 1, 38, 13902, 9501786, ctl, 0, 64,127, + 396, 1, 93, 13995, 9562329, nof, 0, 59, 0, + 397, 1, 0, 13995, 9562329, non, 0, 54, 30, F#3 + 398, 1, 170, 14165, 9672999, nof, 0, 54, 0, + 399, 1, 0, 14165, 9672999, non, 0, 59, 30, B3 + 400, 1, 119, 14284, 9750468, ctl, 0, 64, 0, + 401, 1, 52, 14336, 9784320, non, 0, 68, 32, G#4 + 402, 1, 0, 14336, 9784320, non, 0, 73, 48, C#5 + 403, 1, 0, 14336, 9784320, nof, 0, 59, 0, + 404, 1, 0, 14336, 9784320, non, 0, 53, 29, F3 + 405, 1, 6, 14342, 9788226, ctl, 0, 64, 0, + 406, 1, 34, 14376, 9810360, nof, 0, 69, 0, + 407, 1, 0, 14376, 9810360, nof, 0, 77, 0, + 408, 1, 25, 14401, 9826635, ctl, 0, 64,127, + 409, 1, 106, 14507, 9895641, nof, 0, 53, 0, + 410, 1, 0, 14507, 9895641, non, 0, 58, 29, A#3 + 411, 1, 23, 14530, 9910614, ctl, 0, 64,127, + 412, 1, 147, 14677, 10006311, nof, 0, 58, 0, + 413, 1, 0, 14677, 10006311, non, 0, 53, 28, F3 + 414, 1, 171, 14848, 10117632, non, 0, 67, 32, G4 + 415, 1, 0, 14848, 10117632, nof, 0, 53, 0, + 416, 1, 0, 14848, 10117632, non, 0, 57, 28, A3 + 417, 1, 19, 14867, 10130001, ctl, 0, 64, 0, + 418, 1, 21, 14888, 10143672, nof, 0, 68, 0, + 419, 1, 77, 14965, 10193799, ctl, 0, 64,127, + 420, 1, 54, 15019, 10228953, nof, 0, 57, 0, + 421, 1, 0, 15019, 10228953, non, 0, 52, 27, E3 + 422, 1, 170, 15189, 10339623, nof, 0, 52, 0, + 423, 1, 0, 15189, 10339623, non, 0, 57, 26, A3 + 16, 0, 1536, 15360, 10450944,tempo,80,bpm,, + 424, 1, 171, 15360, 10450944, ctl, 0, 64,127, + 425, 1, 0, 15360, 10450944, ctl, 0, 64, 0, + 426, 1, 0, 15360, 10450944, ctl, 0, 64, 0, + 427, 1, 0, 15360, 10450944, nof, 0, 57, 0, + 428, 1, 0, 15360, 10450944, non, 0, 66, 30, F#4 + 429, 1, 0, 15360, 10450944, non, 0, 51, 26, D#3 + 430, 1, 39, 15399, 10479492, ctl, 0, 64, 0, + 431, 1, 1, 15400, 10480224, nof, 0, 67, 0, + 432, 1, 39, 15439, 10508772, ctl, 0, 64, 0, + 433, 1, 44, 15483, 10540980, ctl, 0, 64,127, + 434, 1, 48, 15531, 10576116, nof, 0, 51, 0, + 435, 1, 0, 15531, 10576116, non, 0, 56, 26, G#3 + 436, 1, 170, 15701, 10700556, nof, 0, 56, 0, + 437, 1, 0, 15701, 10700556, non, 0, 51, 26, D#3 + 438, 1, 106, 15807, 10778148, ctl, 0, 64, 0, + 17, 0, 512, 15872, 10825728,tempo,90,bpm,, + 439, 1, 65, 15872, 10825728, non, 0, 65, 30, F4 + 440, 1, 0, 15872, 10825728, non, 0, 70, 44, A#4 + 441, 1, 0, 15872, 10825728, nof, 0, 51, 0, + 442, 1, 0, 15872, 10825728, non, 0, 55, 26, G3 + 443, 1, 40, 15912, 10851768, nof, 0, 66, 0, + 444, 1, 0, 15912, 10851768, nof, 0, 73, 0, + 445, 1, 38, 15950, 10876506, ctl, 0, 64,127, + 446, 1, 93, 16043, 10937049, nof, 0, 55, 0, + 447, 1, 0, 16043, 10937049, non, 0, 50, 24, D3 + 448, 1, 170, 16213, 11047719, nof, 0, 50, 0, + 449, 1, 0, 16213, 11047719, non, 0, 55, 24, G3 + 450, 1, 119, 16332, 11125188, ctl, 0, 64, 0, + 451, 1, 52, 16384, 11159040, nof, 0, 65, 0, + 452, 1, 0, 16384, 11159040, nof, 0, 70, 0, + 453, 1, 0, 16384, 11159040, non, 0, 65, 33, F4 + 454, 1, 0, 16384, 11159040, non, 0, 70, 47, A#4 + 455, 1, 0, 16384, 11159040, nof, 0, 55, 0, + 456, 1, 0, 16384, 11159040, non, 0, 49, 24, C#3 + 457, 1, 6, 16390, 11162946, ctl, 0, 64, 0, + 458, 1, 59, 16449, 11201355, ctl, 0, 64,127, + 459, 1, 106, 16555, 11270361, nof, 0, 49, 0, + 460, 1, 0, 16555, 11270361, non, 0, 55, 24, G3 + 461, 1, 23, 16578, 11285334, ctl, 0, 64,127, + 462, 1, 147, 16725, 11381031, nof, 0, 55, 0, + 463, 1, 0, 16725, 11381031, non, 0, 49, 24, C#3 + 464, 1, 171, 16896, 11492352, non, 0, 64, 24, E4 + 465, 1, 0, 16896, 11492352, non, 0, 72, 38, C5 + 466, 1, 0, 16896, 11492352, nof, 0, 49, 0, + 467, 1, 0, 16896, 11492352, non, 0, 54, 22, F#3 + 468, 1, 19, 16915, 11504721, ctl, 0, 64, 0, + 469, 1, 21, 16936, 11518392, nof, 0, 65, 0, + 470, 1, 0, 16936, 11518392, nof, 0, 70, 0, + 471, 1, 77, 17013, 11568519, ctl, 0, 64,127, + 472, 1, 54, 17067, 11603673, nof, 0, 54, 0, + 473, 1, 0, 17067, 11603673, non, 0, 49, 22, C#3 + 474, 1, 170, 17237, 11714343, nof, 0, 49, 0, + 475, 1, 0, 17237, 11714343, non, 0, 54, 22, F#3 + 18, 0, 1536, 17408, 11825664,tempo,80,bpm,, + 476, 1, 171, 17408, 11825664, ctl, 0, 64,127, + 477, 1, 0, 17408, 11825664, ctl, 0, 64, 0, + 478, 1, 0, 17408, 11825664, ctl, 0, 64, 0, + 479, 1, 0, 17408, 11825664, nof, 0, 54, 0, + 480, 1, 0, 17408, 11825664, non, 0, 68, 38, G#4 + 481, 1, 0, 17408, 11825664, non, 0, 73, 52, C#5 + 482, 1, 0, 17408, 11825664, non, 0, 52, 22, E3 + 483, 1, 39, 17447, 11854212, ctl, 0, 64, 0, + 484, 1, 1, 17448, 11854944, nof, 0, 64, 0, + 485, 1, 0, 17448, 11854944, nof, 0, 72, 0, + 486, 1, 39, 17487, 11883492, ctl, 0, 64, 0, + 487, 1, 44, 17531, 11915700, ctl, 0, 64,127, + 488, 1, 48, 17579, 11950836, nof, 0, 52, 0, + 489, 1, 0, 17579, 11950836, non, 0, 58, 22, A#3 + 490, 1, 170, 17749, 12075276, nof, 0, 58, 0, + 491, 1, 0, 17749, 12075276, non, 0, 52, 22, E3 + 492, 1, 106, 17855, 12152868, ctl, 0, 64, 0, + 19, 0, 512, 17920, 12200448,tempo,90,bpm,, + 493, 1, 65, 17920, 12200448, non, 0, 67, 33, G4 + 494, 1, 0, 17920, 12200448, non, 0, 75, 47, D#5 + 495, 1, 0, 17920, 12200448, nof, 0, 52, 0, + 496, 1, 0, 17920, 12200448, non, 0, 57, 22, A3 + 497, 1, 40, 17960, 12226488, nof, 0, 68, 0, + 498, 1, 0, 17960, 12226488, nof, 0, 73, 0, + 499, 1, 38, 17998, 12251226, ctl, 0, 64,127, + 500, 1, 93, 18091, 12311769, nof, 0, 57, 0, + 501, 1, 0, 18091, 12311769, non, 0, 52, 22, E3 + 502, 1, 170, 18261, 12422439, nof, 0, 52, 0, + 503, 1, 0, 18261, 12422439, non, 0, 57, 22, A3 + 504, 1, 119, 18380, 12499908, ctl, 0, 64, 0, + 505, 1, 52, 18432, 12533760, non, 0, 65, 30, F4 + 506, 1, 0, 18432, 12533760, non, 0, 70, 44, A#4 + 507, 1, 0, 18432, 12533760, nof, 0, 57, 0, + 508, 1, 0, 18432, 12533760, non, 0, 49, 22, C#3 + 509, 1, 6, 18438, 12537666, ctl, 0, 64, 0, + 510, 1, 34, 18472, 12559800, nof, 0, 67, 0, + 511, 1, 0, 18472, 12559800, nof, 0, 75, 0, + 512, 1, 25, 18497, 12576075, ctl, 0, 64,127, + 513, 1, 106, 18603, 12645081, nof, 0, 49, 0, + 514, 1, 0, 18603, 12645081, non, 0, 55, 22, G3 + 515, 1, 23, 18626, 12660054, ctl, 0, 64,127, + 516, 1, 147, 18773, 12755751, nof, 0, 55, 0, + 517, 1, 0, 18773, 12755751, non, 0, 49, 22, C#3 + 518, 1, 171, 18944, 12867072, non, 0, 64, 32, E4 + 519, 1, 0, 18944, 12867072, non, 0, 72, 46, C5 + 520, 1, 0, 18944, 12867072, nof, 0, 49, 0, + 521, 1, 0, 18944, 12867072, non, 0, 54, 22, F#3 + 522, 1, 19, 18963, 12879441, ctl, 0, 64, 0, + 523, 1, 21, 18984, 12893112, nof, 0, 65, 0, + 524, 1, 0, 18984, 12893112, nof, 0, 70, 0, + 525, 1, 77, 19061, 12943239, ctl, 0, 64,127, + 526, 1, 54, 19115, 12978393, nof, 0, 54, 0, + 527, 1, 0, 19115, 12978393, non, 0, 49, 22, C#3 + 528, 1, 170, 19285, 13089063, nof, 0, 49, 0, + 529, 1, 0, 19285, 13089063, non, 0, 54, 22, F#3 + 530, 1, 171, 19456, 13200384, ctl, 0, 64,127, + 531, 1, 0, 19456, 13200384, ctl, 0, 64, 0, + 532, 1, 0, 19456, 13200384, ctl, 0, 64, 0, + 533, 1, 0, 19456, 13200384, nof, 0, 54, 0, + 534, 1, 0, 19456, 13200384, non, 0, 68, 33, G#4 + 535, 1, 0, 19456, 13200384, non, 0, 73, 48, C#5 + 536, 1, 0, 19456, 13200384, non, 0, 52, 22, E3 + 537, 1, 39, 19495, 13225773, ctl, 0, 64, 0, + 538, 1, 1, 19496, 13226424, nof, 0, 64, 0, + 539, 1, 0, 19496, 13226424, nof, 0, 72, 0, + 540, 1, 39, 19535, 13251813, ctl, 0, 64, 0, + 541, 1, 44, 19579, 13280457, ctl, 0, 64,127, + 542, 1, 48, 19627, 13311705, nof, 0, 52, 0, + 543, 1, 0, 19627, 13311705, non, 0, 58, 23, A#3 + 544, 1, 170, 19797, 13422375, nof, 0, 58, 0, + 545, 1, 0, 19797, 13422375, non, 0, 52, 23, E3 + 546, 1, 106, 19903, 13491381, ctl, 0, 64, 0, + 547, 1, 65, 19968, 13533696, non, 0, 67, 34, G4 + 548, 1, 0, 19968, 13533696, non, 0, 75, 51, D#5 + 549, 1, 0, 19968, 13533696, nof, 0, 52, 0, + 550, 1, 0, 19968, 13533696, non, 0, 57, 24, A3 + 551, 1, 40, 20008, 13559736, nof, 0, 68, 0, + 552, 1, 0, 20008, 13559736, nof, 0, 73, 0, + 553, 1, 38, 20046, 13584474, ctl, 0, 64,127, + 554, 1, 93, 20139, 13645017, nof, 0, 57, 0, + 555, 1, 0, 20139, 13645017, non, 0, 52, 25, E3 + 556, 1, 170, 20309, 13755687, nof, 0, 52, 0, + 557, 1, 0, 20309, 13755687, non, 0, 57, 26, A3 + 558, 1, 119, 20428, 13833156, ctl, 0, 64, 0, + 559, 1, 52, 20480, 13867008, non, 0, 71, 36, B4 + 560, 1, 0, 20480, 13867008, non, 0, 76, 52, E5 + 561, 1, 0, 20480, 13867008, nof, 0, 57, 0, + 562, 1, 0, 20480, 13867008, non, 0, 55, 27, G3 + 563, 1, 6, 20486, 13870914, ctl, 0, 64, 0, + 564, 1, 34, 20520, 13893048, nof, 0, 67, 0, + 565, 1, 0, 20520, 13893048, nof, 0, 75, 0, + 566, 1, 25, 20545, 13909323, ctl, 0, 64,127, + 567, 1, 106, 20651, 13978329, nof, 0, 55, 0, + 568, 1, 0, 20651, 13978329, non, 0, 61, 28, C#4 + 569, 1, 23, 20674, 13993302, ctl, 0, 64,127, + 570, 1, 147, 20821, 14088999, nof, 0, 61, 0, + 571, 1, 0, 20821, 14088999, non, 0, 55, 29, G3 + 572, 1, 171, 20992, 14200320, non, 0, 70, 37, A#4 + 573, 1, 0, 20992, 14200320, non, 0, 78, 53, F#5 + 574, 1, 0, 20992, 14200320, nof, 0, 55, 0, + 575, 1, 0, 20992, 14200320, non, 0, 60, 30, C4 + 576, 1, 19, 21011, 14212689, ctl, 0, 64, 0, + 577, 1, 21, 21032, 14226360, nof, 0, 71, 0, + 578, 1, 0, 21032, 14226360, nof, 0, 76, 0, + 579, 1, 77, 21109, 14276487, ctl, 0, 64,127, + 580, 1, 54, 21163, 14311641, nof, 0, 60, 0, + 581, 1, 0, 21163, 14311641, non, 0, 55, 30, G3 + 582, 1, 170, 21333, 14422311, nof, 0, 55, 0, + 583, 1, 0, 21333, 14422311, non, 0, 60, 31, C4 + 20, 0, 3584, 21504, 14533632,tempo,77,bpm,, + 584, 1, 171, 21504, 14533632, ctl, 0, 64,127, + 585, 1, 0, 21504, 14533632, ctl, 0, 64, 0, + 586, 1, 0, 21504, 14533632, ctl, 0, 64, 0, + 587, 1, 0, 21504, 14533632, nof, 0, 60, 0, + 588, 1, 0, 21504, 14533632, non, 0, 74, 39, D5 + 589, 1, 0, 21504, 14533632, non, 0, 79, 57, G5 + 590, 1, 0, 21504, 14533632, non, 0, 58, 31, A#3 + 591, 1, 39, 21543, 14563272, ctl, 0, 64, 0, + 592, 1, 1, 21544, 14564032, nof, 0, 70, 0, + 593, 1, 0, 21544, 14564032, nof, 0, 78, 0, + 594, 1, 39, 21583, 14593672, ctl, 0, 64, 0, + 595, 1, 44, 21627, 14627112, ctl, 0, 64,127, + 596, 1, 48, 21675, 14663592, nof, 0, 58, 0, + 597, 1, 0, 21675, 14663592, non, 0, 64, 31, E4 + 598, 1, 170, 21845, 14792792, nof, 0, 64, 0, + 599, 1, 0, 21845, 14792792, non, 0, 58, 30, A#3 + 600, 1, 106, 21951, 14873352, ctl, 0, 64, 0, + 21, 0, 512, 22016, 14922752,tempo,90,bpm,, + 601, 1, 65, 22016, 14922752, non, 0, 73, 37, C#5 + 602, 1, 0, 22016, 14922752, non, 0, 81, 55, A5 + 603, 1, 0, 22016, 14922752, nof, 0, 58, 0, + 604, 1, 0, 22016, 14922752, non, 0, 63, 30, D#4 + 605, 1, 40, 22056, 14948792, nof, 0, 74, 0, + 606, 1, 0, 22056, 14948792, nof, 0, 79, 0, + 607, 1, 38, 22094, 14973530, ctl, 0, 64,127, + 608, 1, 93, 22187, 15034073, nof, 0, 63, 0, + 609, 1, 0, 22187, 15034073, non, 0, 58, 30, A#3 + 610, 1, 170, 22357, 15144743, nof, 0, 58, 0, + 611, 1, 0, 22357, 15144743, non, 0, 63, 29, D#4 + 612, 1, 119, 22476, 15222212, ctl, 0, 64, 0, + 613, 1, 52, 22528, 15256064, non, 0, 72, 37, C5 + 614, 1, 0, 22528, 15256064, non, 0, 77, 54, F5 + 615, 1, 0, 22528, 15256064, nof, 0, 63, 0, + 616, 1, 0, 22528, 15256064, non, 0, 57, 29, A3 + 617, 1, 6, 22534, 15259970, ctl, 0, 64, 0, + 618, 1, 34, 22568, 15282104, nof, 0, 73, 0, + 619, 1, 0, 22568, 15282104, nof, 0, 81, 0, + 620, 1, 25, 22593, 15298379, ctl, 0, 64,127, + 621, 1, 106, 22699, 15367385, nof, 0, 57, 0, + 622, 1, 0, 22699, 15367385, non, 0, 62, 29, D4 + 623, 1, 23, 22722, 15382358, ctl, 0, 64,127, + 624, 1, 147, 22869, 15478055, nof, 0, 62, 0, + 625, 1, 0, 22869, 15478055, non, 0, 57, 28, A3 + 626, 1, 171, 23040, 15589376, non, 0, 71, 35, B4 + 627, 1, 0, 23040, 15589376, nof, 0, 57, 0, + 628, 1, 0, 23040, 15589376, non, 0, 61, 28, C#4 + 629, 1, 19, 23059, 15601745, ctl, 0, 64, 0, + 630, 1, 21, 23080, 15615416, nof, 0, 72, 0, + 631, 1, 77, 23157, 15665543, ctl, 0, 64,127, + 632, 1, 54, 23211, 15700697, nof, 0, 61, 0, + 633, 1, 0, 23211, 15700697, non, 0, 56, 29, G#3 + 634, 1, 170, 23381, 15811367, nof, 0, 56, 0, + 635, 1, 0, 23381, 15811367, non, 0, 61, 28, C#4 + 636, 1, 171, 23552, 15922688, ctl, 0, 64,127, + 637, 1, 0, 23552, 15922688, ctl, 0, 64, 0, + 638, 1, 0, 23552, 15922688, ctl, 0, 64, 0, + 639, 1, 0, 23552, 15922688, nof, 0, 61, 0, + 640, 1, 0, 23552, 15922688, non, 0, 70, 32, A#4 + 641, 1, 0, 23552, 15922688, non, 0, 55, 28, G3 + 642, 1, 39, 23591, 15948077, ctl, 0, 64, 0, + 643, 1, 1, 23592, 15948728, nof, 0, 71, 0, + 644, 1, 39, 23631, 15974117, ctl, 0, 64, 0, + 645, 1, 44, 23675, 16002761, ctl, 0, 64,127, + 646, 1, 48, 23723, 16034009, nof, 0, 55, 0, + 647, 1, 0, 23723, 16034009, non, 0, 60, 27, C4 + 648, 1, 170, 23893, 16144679, nof, 0, 60, 0, + 649, 1, 0, 23893, 16144679, non, 0, 55, 27, G3 + 650, 1, 106, 23999, 16213685, ctl, 0, 64, 0, + 651, 1, 65, 24064, 16256000, non, 0, 69, 32, A4 + 652, 1, 0, 24064, 16256000, non, 0, 74, 47, D5 + 653, 1, 0, 24064, 16256000, nof, 0, 55, 0, + 654, 1, 0, 24064, 16256000, non, 0, 59, 27, B3 + 655, 1, 40, 24104, 16282040, nof, 0, 70, 0, + 656, 1, 0, 24104, 16282040, nof, 0, 77, 0, + 657, 1, 38, 24142, 16306778, ctl, 0, 64,127, + 658, 1, 93, 24235, 16367321, nof, 0, 59, 0, + 659, 1, 0, 24235, 16367321, non, 0, 54, 26, F#3 + 660, 1, 170, 24405, 16477991, nof, 0, 54, 0, + 661, 1, 0, 24405, 16477991, non, 0, 59, 26, B3 + 662, 1, 119, 24524, 16555460, ctl, 0, 64, 0, + 663, 1, 52, 24576, 16589312, nof, 0, 69, 0, + 664, 1, 0, 24576, 16589312, nof, 0, 74, 0, + 665, 1, 0, 24576, 16589312, non, 0, 69, 32, A4 + 666, 1, 0, 24576, 16589312, non, 0, 74, 48, D5 + 667, 1, 0, 24576, 16589312, nof, 0, 59, 0, + 668, 1, 0, 24576, 16589312, non, 0, 53, 26, F3 + 669, 1, 6, 24582, 16593218, ctl, 0, 64, 0, + 670, 1, 59, 24641, 16631627, ctl, 0, 64,127, + 671, 1, 106, 24747, 16700633, nof, 0, 53, 0, + 672, 1, 0, 24747, 16700633, non, 0, 59, 25, B3 + 673, 1, 23, 24770, 16715606, ctl, 0, 64,127, + 674, 1, 147, 24917, 16811303, nof, 0, 59, 0, + 675, 1, 0, 24917, 16811303, non, 0, 53, 25, F3 + 676, 1, 171, 25088, 16922624, non, 0, 68, 27, G#4 + 677, 1, 0, 25088, 16922624, non, 0, 76, 42, E5 + 678, 1, 0, 25088, 16922624, nof, 0, 53, 0, + 679, 1, 0, 25088, 16922624, non, 0, 58, 25, A#3 + 680, 1, 19, 25107, 16934993, ctl, 0, 64, 0, + 681, 1, 21, 25128, 16948664, nof, 0, 69, 0, + 682, 1, 0, 25128, 16948664, nof, 0, 74, 0, + 683, 1, 77, 25205, 16998791, ctl, 0, 64,127, + 684, 1, 54, 25259, 17033945, nof, 0, 58, 0, + 685, 1, 0, 25259, 17033945, non, 0, 53, 24, F3 + 686, 1, 170, 25429, 17144615, nof, 0, 53, 0, + 687, 1, 0, 25429, 17144615, non, 0, 58, 24, A#3 + 22, 0, 3584, 25600, 17255936,tempo,80,bpm,, + 688, 1, 171, 25600, 17255936, ctl, 0, 64,127, + 689, 1, 0, 25600, 17255936, ctl, 0, 64, 0, + 690, 1, 0, 25600, 17255936, ctl, 0, 64, 0, + 691, 1, 0, 25600, 17255936, nof, 0, 58, 0, + 692, 1, 0, 25600, 17255936, non, 0, 72, 33, C5 + 693, 1, 0, 25600, 17255936, non, 0, 77, 48, F5 + 694, 1, 0, 25600, 17255936, non, 0, 56, 24, G#3 + 695, 1, 39, 25639, 17284484, ctl, 0, 64, 0, + 696, 1, 1, 25640, 17285216, nof, 0, 68, 0, + 697, 1, 0, 25640, 17285216, nof, 0, 76, 0, + 698, 1, 39, 25679, 17313764, ctl, 0, 64, 0, + 699, 1, 44, 25723, 17345972, ctl, 0, 64,127, + 700, 1, 48, 25771, 17381108, nof, 0, 56, 0, + 701, 1, 0, 25771, 17381108, non, 0, 62, 25, D4 + 702, 1, 170, 25941, 17505548, nof, 0, 62, 0, + 703, 1, 0, 25941, 17505548, non, 0, 56, 25, G#3 + 704, 1, 106, 26047, 17583140, ctl, 0, 64, 0, + 23, 0, 512, 26112, 17630720,tempo,90,bpm,, + 705, 1, 65, 26112, 17630720, non, 0, 71, 29, B4 + 706, 1, 0, 26112, 17630720, non, 0, 79, 44, G5 + 707, 1, 0, 26112, 17630720, nof, 0, 56, 0, + 708, 1, 0, 26112, 17630720, non, 0, 61, 26, C#4 + 709, 1, 40, 26152, 17656760, nof, 0, 72, 0, + 710, 1, 0, 26152, 17656760, nof, 0, 77, 0, + 711, 1, 38, 26190, 17681498, ctl, 0, 64,127, + 712, 1, 93, 26283, 17742041, nof, 0, 61, 0, + 713, 1, 0, 26283, 17742041, non, 0, 56, 26, G#3 + 714, 1, 170, 26453, 17852711, nof, 0, 56, 0, + 715, 1, 0, 26453, 17852711, non, 0, 61, 28, C#4 + 716, 1, 119, 26572, 17930180, ctl, 0, 64, 0, + 717, 1, 52, 26624, 17964032, non, 0, 69, 33, A4 + 718, 1, 0, 26624, 17964032, non, 0, 74, 49, D5 + 719, 1, 0, 26624, 17964032, nof, 0, 61, 0, + 720, 1, 0, 26624, 17964032, non, 0, 53, 28, F3 + 721, 1, 6, 26630, 17967938, ctl, 0, 64, 0, + 722, 1, 34, 26664, 17990072, nof, 0, 71, 0, + 723, 1, 0, 26664, 17990072, nof, 0, 79, 0, + 724, 1, 25, 26689, 18006347, ctl, 0, 64,127, + 725, 1, 106, 26795, 18075353, nof, 0, 53, 0, + 726, 1, 0, 26795, 18075353, non, 0, 59, 29, B3 + 727, 1, 23, 26818, 18090326, ctl, 0, 64,127, + 728, 1, 147, 26965, 18186023, nof, 0, 59, 0, + 729, 1, 0, 26965, 18186023, non, 0, 53, 30, F3 + 730, 1, 171, 27136, 18297344, non, 0, 68, 38, G#4 + 731, 1, 0, 27136, 18297344, non, 0, 76, 53, E5 + 732, 1, 0, 27136, 18297344, nof, 0, 53, 0, + 733, 1, 0, 27136, 18297344, non, 0, 58, 30, A#3 + 734, 1, 19, 27155, 18309713, ctl, 0, 64, 0, + 735, 1, 21, 27176, 18323384, nof, 0, 69, 0, + 736, 1, 0, 27176, 18323384, nof, 0, 74, 0, + 737, 1, 77, 27253, 18373511, ctl, 0, 64,127, + 738, 1, 54, 27307, 18408665, nof, 0, 58, 0, + 739, 1, 0, 27307, 18408665, non, 0, 53, 31, F3 + 740, 1, 170, 27477, 18519335, nof, 0, 53, 0, + 741, 1, 0, 27477, 18519335, non, 0, 58, 31, A#3 + 742, 1, 171, 27648, 18630656, ctl, 0, 64,127, + 743, 1, 0, 27648, 18630656, ctl, 0, 64, 0, + 744, 1, 0, 27648, 18630656, ctl, 0, 64, 0, + 745, 1, 0, 27648, 18630656, nof, 0, 58, 0, + 746, 1, 0, 27648, 18630656, non, 0, 72, 37, C5 + 747, 1, 0, 27648, 18630656, non, 0, 77, 54, F5 + 748, 1, 0, 27648, 18630656, non, 0, 56, 32, G#3 + 749, 1, 39, 27687, 18656045, ctl, 0, 64, 0, + 750, 1, 1, 27688, 18656696, nof, 0, 68, 0, + 751, 1, 0, 27688, 18656696, nof, 0, 76, 0, + 752, 1, 39, 27727, 18682085, ctl, 0, 64, 0, + 753, 1, 44, 27771, 18710729, ctl, 0, 64,127, + 754, 1, 48, 27819, 18741977, nof, 0, 56, 0, + 755, 1, 0, 27819, 18741977, non, 0, 62, 32, D4 + 756, 1, 170, 27989, 18852647, nof, 0, 62, 0, + 757, 1, 0, 27989, 18852647, non, 0, 56, 34, G#3 + 758, 1, 106, 28095, 18921653, ctl, 0, 64, 0, + 759, 1, 65, 28160, 18963968, non, 0, 71, 40, B4 + 760, 1, 0, 28160, 18963968, non, 0, 79, 58, G5 + 761, 1, 0, 28160, 18963968, nof, 0, 56, 0, + 762, 1, 0, 28160, 18963968, non, 0, 61, 34, C#4 + 763, 1, 40, 28200, 18990008, nof, 0, 72, 0, + 764, 1, 0, 28200, 18990008, nof, 0, 77, 0, + 765, 1, 38, 28238, 19014746, ctl, 0, 64,127, + 766, 1, 93, 28331, 19075289, nof, 0, 61, 0, + 767, 1, 0, 28331, 19075289, non, 0, 56, 35, G#3 + 768, 1, 170, 28501, 19185959, nof, 0, 56, 0, + 769, 1, 0, 28501, 19185959, non, 0, 61, 36, C#4 + 770, 1, 119, 28620, 19263428, ctl, 0, 64, 0, + 24, 0, 2560, 28672, 19297280,tempo,85,bpm,, + 771, 1, 52, 28672, 19297280, non, 0, 75, 42, D#5 + 772, 1, 0, 28672, 19297280, non, 0, 80, 62, G#5 + 773, 1, 0, 28672, 19297280, nof, 0, 61, 0, + 774, 1, 0, 28672, 19297280, non, 0, 59, 36, B3 + 775, 1, 6, 28678, 19301414, ctl, 0, 64, 0, + 776, 1, 34, 28712, 19324840, nof, 0, 71, 0, + 777, 1, 0, 28712, 19324840, nof, 0, 79, 0, + 778, 1, 25, 28737, 19342065, ctl, 0, 64,127, + 779, 1, 106, 28843, 19415099, nof, 0, 59, 0, + 780, 1, 0, 28843, 19415099, non, 0, 65, 38, F4 + 781, 1, 23, 28866, 19430946, ctl, 0, 64,127, + 782, 1, 147, 29013, 19532229, nof, 0, 65, 0, + 783, 1, 0, 29013, 19532229, non, 0, 59, 38, B3 + 784, 1, 171, 29184, 19650048, non, 0, 74, 41, D5 + 785, 1, 0, 29184, 19650048, non, 0, 82, 62, A#5 + 786, 1, 0, 29184, 19650048, nof, 0, 59, 0, + 787, 1, 0, 29184, 19650048, non, 0, 64, 39, E4 + 788, 1, 19, 29203, 19663139, ctl, 0, 64, 0, + 789, 1, 21, 29224, 19677608, nof, 0, 75, 0, + 790, 1, 0, 29224, 19677608, nof, 0, 80, 0, + 791, 1, 77, 29301, 19730661, ctl, 0, 64,127, + 792, 1, 54, 29355, 19767867, nof, 0, 64, 0, + 793, 1, 0, 29355, 19767867, non, 0, 59, 39, B3 + 794, 1, 170, 29525, 19884997, nof, 0, 59, 0, + 795, 1, 0, 29525, 19884997, non, 0, 64, 40, E4 + 25, 0, 1024, 29696, 20002816,tempo,66,bpm,, + 796, 1, 171, 29696, 20002816, ctl, 0, 64,127, + 797, 1, 0, 29696, 20002816, ctl, 0, 64, 0, + 798, 1, 0, 29696, 20002816, ctl, 0, 64, 0, + 799, 1, 0, 29696, 20002816, nof, 0, 64, 0, + 800, 1, 0, 29696, 20002816, non, 0, 78, 45, F#5 + 801, 1, 0, 29696, 20002816, non, 0, 83, 66, B5 + 802, 1, 0, 29696, 20002816, non, 0, 62, 40, D4 + 803, 1, 39, 29735, 20037409, ctl, 0, 64, 0, + 804, 1, 1, 29736, 20038296, nof, 0, 74, 0, + 805, 1, 0, 29736, 20038296, nof, 0, 82, 0, + 806, 1, 39, 29775, 20072889, ctl, 0, 64, 0, + 807, 1, 44, 29819, 20111917, ctl, 0, 64,127, + 808, 1, 48, 29867, 20154493, nof, 0, 62, 0, + 809, 1, 0, 29867, 20154493, non, 0, 68, 40, G#4 + 810, 1, 170, 30037, 20305283, nof, 0, 68, 0, + 811, 1, 0, 30037, 20305283, non, 0, 62, 39, D4 + 812, 1, 106, 30143, 20399305, ctl, 0, 64, 0, + 26, 0, 512, 30208, 20456960,tempo,80,bpm,, + 813, 1, 65, 30208, 20456960, non, 0, 77, 42, F5 + 814, 1, 0, 30208, 20456960, non, 0, 85, 62, C#6 + 815, 1, 0, 30208, 20456960, nof, 0, 62, 0, + 816, 1, 0, 30208, 20456960, non, 0, 67, 39, G4 + 817, 1, 78, 30286, 20514056, ctl, 0, 64,127, + 818, 1, 2, 30288, 20515520, nof, 0, 78, 0, + 819, 1, 0, 30288, 20515520, nof, 0, 83, 0, + 820, 1, 91, 30379, 20582132, nof, 0, 67, 0, + 821, 1, 0, 30379, 20582132, non, 0, 62, 39, D4 + 822, 1, 170, 30549, 20706572, nof, 0, 62, 0, + 823, 1, 0, 30549, 20706572, non, 0, 67, 38, G4 + 824, 1, 119, 30668, 20793680, ctl, 0, 64, 0, + 27, 0, 512, 30720, 20831744,tempo,90,bpm,, + 825, 1, 52, 30720, 20831744, non, 0, 76, 43, E5 + 826, 1, 0, 30720, 20831744, non, 0, 81, 62, A5 + 827, 1, 0, 30720, 20831744, nof, 0, 67, 0, + 828, 1, 0, 30720, 20831744, non, 0, 61, 38, C#4 + 829, 1, 6, 30726, 20835650, ctl, 0, 64, 0, + 830, 1, 34, 30760, 20857784, nof, 0, 77, 0, + 831, 1, 0, 30760, 20857784, nof, 0, 85, 0, + 832, 1, 25, 30785, 20874059, ctl, 0, 64,127, + 833, 1, 106, 30891, 20943065, nof, 0, 61, 0, + 834, 1, 0, 30891, 20943065, non, 0, 66, 38, F#4 + 835, 1, 23, 30914, 20958038, ctl, 0, 64,127, + 836, 1, 147, 31061, 21053735, nof, 0, 66, 0, + 837, 1, 0, 31061, 21053735, non, 0, 61, 37, C#4 + 838, 1, 171, 31232, 21165056, non, 0, 75, 35, D#5 + 839, 1, 0, 31232, 21165056, nof, 0, 61, 0, + 840, 1, 0, 31232, 21165056, non, 0, 65, 37, F4 + 841, 1, 19, 31251, 21177425, ctl, 0, 64, 0, + 842, 1, 21, 31272, 21191096, nof, 0, 76, 0, + 843, 1, 77, 31349, 21241223, ctl, 0, 64,127, + 844, 1, 54, 31403, 21276377, nof, 0, 65, 0, + 845, 1, 0, 31403, 21276377, non, 0, 60, 37, C4 + 846, 1, 170, 31573, 21387047, nof, 0, 60, 0, + 847, 1, 0, 31573, 21387047, non, 0, 65, 36, F4 + 848, 1, 171, 31744, 21498368, ctl, 0, 64,127, + 849, 1, 0, 31744, 21498368, ctl, 0, 64, 0, + 850, 1, 0, 31744, 21498368, ctl, 0, 64, 0, + 851, 1, 0, 31744, 21498368, nof, 0, 65, 0, + 852, 1, 0, 31744, 21498368, non, 0, 74, 33, D5 + 853, 1, 0, 31744, 21498368, non, 0, 59, 36, B3 + 854, 1, 39, 31783, 21523757, ctl, 0, 64, 0, + 855, 1, 1, 31784, 21524408, nof, 0, 75, 0, + 856, 1, 39, 31823, 21549797, ctl, 0, 64, 0, + 857, 1, 44, 31867, 21578441, ctl, 0, 64,127, + 858, 1, 48, 31915, 21609689, nof, 0, 59, 0, + 859, 1, 0, 31915, 21609689, non, 0, 64, 35, E4 + 860, 1, 170, 32085, 21720359, nof, 0, 64, 0, + 861, 1, 0, 32085, 21720359, non, 0, 59, 35, B3 + 862, 1, 106, 32191, 21789365, ctl, 0, 64, 0, + 863, 1, 65, 32256, 21831680, non, 0, 73, 37, C#5 + 864, 1, 0, 32256, 21831680, non, 0, 78, 55, F#5 + 865, 1, 0, 32256, 21831680, nof, 0, 59, 0, + 866, 1, 0, 32256, 21831680, non, 0, 63, 35, D#4 + 867, 1, 40, 32296, 21857720, nof, 0, 74, 0, + 868, 1, 0, 32296, 21857720, nof, 0, 81, 0, + 869, 1, 38, 32334, 21882458, ctl, 0, 64,127, + 870, 1, 93, 32427, 21943001, nof, 0, 63, 0, + 871, 1, 0, 32427, 21943001, non, 0, 58, 33, A#3 + 872, 1, 170, 32597, 22053671, nof, 0, 58, 0, + 873, 1, 0, 32597, 22053671, non, 0, 63, 33, D#4 + 874, 1, 119, 32716, 22131140, ctl, 0, 64, 0, + 875, 1, 52, 32768, 22164992, nof, 0, 73, 0, + 876, 1, 0, 32768, 22164992, nof, 0, 78, 0, + 877, 1, 0, 32768, 22164992, non, 0, 73, 36, C#5 + 878, 1, 0, 32768, 22164992, non, 0, 78, 53, F#5 + 879, 1, 0, 32768, 22164992, nof, 0, 63, 0, + 880, 1, 0, 32768, 22164992, non, 0, 57, 33, A3 + 881, 1, 6, 32774, 22168898, ctl, 0, 64, 0, + 882, 1, 59, 32833, 22207307, ctl, 0, 64,127, + 883, 1, 106, 32939, 22276313, nof, 0, 57, 0, + 884, 1, 0, 32939, 22276313, non, 0, 63, 32, D#4 + 885, 1, 23, 32962, 22291286, ctl, 0, 64,127, + 886, 1, 147, 33109, 22386983, nof, 0, 63, 0, + 887, 1, 0, 33109, 22386983, non, 0, 57, 32, A3 + 888, 1, 171, 33280, 22498304, non, 0, 72, 35, C5 + 889, 1, 0, 33280, 22498304, non, 0, 80, 51, G#5 + 890, 1, 0, 33280, 22498304, nof, 0, 57, 0, + 891, 1, 0, 33280, 22498304, non, 0, 62, 32, D4 + 892, 1, 19, 33299, 22510673, ctl, 0, 64, 0, + 893, 1, 21, 33320, 22524344, nof, 0, 73, 0, + 894, 1, 0, 33320, 22524344, nof, 0, 78, 0, + 895, 1, 77, 33397, 22574471, ctl, 0, 64,127, + 896, 1, 54, 33451, 22609625, nof, 0, 62, 0, + 897, 1, 0, 33451, 22609625, non, 0, 57, 31, A3 + 898, 1, 170, 33621, 22720295, nof, 0, 57, 0, + 899, 1, 0, 33621, 22720295, non, 0, 62, 31, D4 + 28, 0, 3072, 33792, 22831616,tempo,70,bpm,, + 900, 1, 171, 33792, 22831616, ctl, 0, 64,127, + 901, 1, 0, 33792, 22831616, ctl, 0, 64, 0, + 902, 1, 0, 33792, 22831616, ctl, 0, 64, 0, + 903, 1, 0, 33792, 22831616, nof, 0, 62, 0, + 904, 1, 0, 33792, 22831616, non, 0, 76, 41, E5 + 905, 1, 0, 33792, 22831616, non, 0, 81, 56, A5 + 906, 1, 0, 33792, 22831616, non, 0, 60, 30, C4 + 907, 1, 39, 33831, 22864259, ctl, 0, 64, 0, + 908, 1, 1, 33832, 22865096, nof, 0, 72, 0, + 909, 1, 0, 33832, 22865096, nof, 0, 80, 0, + 910, 1, 39, 33871, 22897739, ctl, 0, 64, 0, + 911, 1, 44, 33915, 22934567, ctl, 0, 64,127, + 912, 1, 48, 33963, 22974743, nof, 0, 60, 0, + 913, 1, 0, 33963, 22974743, non, 0, 66, 30, F#4 + 914, 1, 170, 34133, 23117033, nof, 0, 66, 0, + 915, 1, 0, 34133, 23117033, non, 0, 60, 30, C4 + 916, 1, 106, 34239, 23205755, ctl, 0, 64, 0, + 29, 0, 512, 34304, 23260160,tempo,80,bpm,, + 917, 1, 65, 34304, 23260160, non, 0, 75, 31, D#5 + 918, 1, 0, 34304, 23260160, non, 0, 83, 45, B5 + 919, 1, 0, 34304, 23260160, nof, 0, 60, 0, + 920, 1, 0, 34304, 23260160, non, 0, 65, 29, F4 + 921, 1, 78, 34382, 23317256, ctl, 0, 64,127, + 922, 1, 2, 34384, 23318720, nof, 0, 76, 0, + 923, 1, 0, 34384, 23318720, nof, 0, 81, 0, + 924, 1, 91, 34475, 23385332, nof, 0, 65, 0, + 925, 1, 0, 34475, 23385332, non, 0, 60, 29, C4 + 926, 1, 170, 34645, 23509772, nof, 0, 60, 0, + 927, 1, 0, 34645, 23509772, non, 0, 65, 29, F4 + 928, 1, 119, 34764, 23596880, ctl, 0, 64, 0, + 30, 0, 512, 34816, 23634944,tempo,90,bpm,, + 929, 1, 52, 34816, 23634944, non, 0, 74, 33, D5 + 930, 1, 0, 34816, 23634944, non, 0, 79, 47, G5 + 931, 1, 0, 34816, 23634944, nof, 0, 65, 0, + 932, 1, 0, 34816, 23634944, non, 0, 59, 29, B3 + 933, 1, 6, 34822, 23638850, ctl, 0, 64, 0, + 934, 1, 34, 34856, 23660984, nof, 0, 75, 0, + 935, 1, 0, 34856, 23660984, nof, 0, 83, 0, + 936, 1, 25, 34881, 23677259, ctl, 0, 64,127, + 937, 1, 106, 34987, 23746265, nof, 0, 59, 0, + 938, 1, 0, 34987, 23746265, non, 0, 64, 29, E4 + 939, 1, 23, 35010, 23761238, ctl, 0, 64,127, + 940, 1, 147, 35157, 23856935, nof, 0, 64, 0, + 941, 1, 0, 35157, 23856935, non, 0, 59, 28, B3 + 942, 1, 171, 35328, 23968256, non, 0, 73, 27, C#5 + 943, 1, 0, 35328, 23968256, nof, 0, 59, 0, + 944, 1, 0, 35328, 23968256, non, 0, 63, 28, D#4 + 945, 1, 19, 35347, 23980625, ctl, 0, 64, 0, + 946, 1, 21, 35368, 23994296, nof, 0, 74, 0, + 947, 1, 77, 35445, 24044423, ctl, 0, 64,127, + 948, 1, 54, 35499, 24079577, nof, 0, 63, 0, + 949, 1, 0, 35499, 24079577, non, 0, 58, 28, A#3 + 950, 1, 170, 35669, 24190247, nof, 0, 58, 0, + 951, 1, 0, 35669, 24190247, non, 0, 63, 28, D#4 + 952, 1, 171, 35840, 24301568, ctl, 0, 64,127, + 953, 1, 0, 35840, 24301568, ctl, 0, 64, 0, + 954, 1, 0, 35840, 24301568, ctl, 0, 64, 0, + 955, 1, 0, 35840, 24301568, nof, 0, 63, 0, + 956, 1, 0, 35840, 24301568, non, 0, 72, 30, C5 + 957, 1, 0, 35840, 24301568, non, 0, 57, 28, A3 + 958, 1, 39, 35879, 24326957, ctl, 0, 64, 0, + 959, 1, 1, 35880, 24327608, nof, 0, 73, 0, + 960, 1, 39, 35919, 24352997, ctl, 0, 64, 0, + 961, 1, 44, 35963, 24381641, ctl, 0, 64,127, + 962, 1, 48, 36011, 24412889, nof, 0, 57, 0, + 963, 1, 0, 36011, 24412889, non, 0, 62, 27, D4 + 964, 1, 170, 36181, 24523559, nof, 0, 62, 0, + 965, 1, 0, 36181, 24523559, non, 0, 57, 27, A3 + 966, 1, 106, 36287, 24592565, ctl, 0, 64, 0, + 967, 1, 65, 36352, 24634880, non, 0, 71, 30, B4 + 968, 1, 0, 36352, 24634880, non, 0, 76, 44, E5 + 969, 1, 0, 36352, 24634880, nof, 0, 57, 0, + 970, 1, 0, 36352, 24634880, non, 0, 61, 27, C#4 + 971, 1, 40, 36392, 24660920, nof, 0, 72, 0, + 972, 1, 0, 36392, 24660920, nof, 0, 79, 0, + 973, 1, 38, 36430, 24685658, ctl, 0, 64,127, + 974, 1, 93, 36523, 24746201, nof, 0, 61, 0, + 975, 1, 0, 36523, 24746201, non, 0, 56, 27, G#3 + 976, 1, 170, 36693, 24856871, nof, 0, 56, 0, + 977, 1, 0, 36693, 24856871, non, 0, 61, 27, C#4 + 978, 1, 119, 36812, 24934340, ctl, 0, 64, 0, + 979, 1, 52, 36864, 24968192, nof, 0, 71, 0, + 980, 1, 0, 36864, 24968192, nof, 0, 76, 0, + 981, 1, 0, 36864, 24968192, non, 0, 71, 30, B4 + 982, 1, 0, 36864, 24968192, non, 0, 76, 44, E5 + 983, 1, 0, 36864, 24968192, nof, 0, 61, 0, + 984, 1, 0, 36864, 24968192, non, 0, 55, 26, G3 + 985, 1, 6, 36870, 24972098, ctl, 0, 64, 0, + 986, 1, 59, 36929, 25010507, ctl, 0, 64,127, + 987, 1, 106, 37035, 25079513, nof, 0, 55, 0, + 988, 1, 0, 37035, 25079513, non, 0, 61, 26, C#4 + 989, 1, 23, 37058, 25094486, ctl, 0, 64,127, + 990, 1, 147, 37205, 25190183, nof, 0, 61, 0, + 991, 1, 0, 37205, 25190183, non, 0, 55, 26, G3 + 992, 1, 171, 37376, 25301504, non, 0, 70, 30, A#4 + 993, 1, 0, 37376, 25301504, non, 0, 78, 44, F#5 + 994, 1, 0, 37376, 25301504, nof, 0, 55, 0, + 995, 1, 0, 37376, 25301504, non, 0, 60, 26, C4 + 996, 1, 19, 37395, 25313873, ctl, 0, 64, 0, + 997, 1, 21, 37416, 25327544, nof, 0, 71, 0, + 998, 1, 0, 37416, 25327544, nof, 0, 76, 0, + 999, 1, 77, 37493, 25377671, ctl, 0, 64,127, + 1000, 1, 54, 37547, 25412825, nof, 0, 60, 0, + 1001, 1, 0, 37547, 25412825, non, 0, 55, 26, G3 + 1002, 1, 170, 37717, 25523495, nof, 0, 55, 0, + 1003, 1, 0, 37717, 25523495, non, 0, 60, 25, C4 + 31, 0, 3072, 37888, 25634816,tempo,80,bpm,, + 1004, 1, 171, 37888, 25634816, ctl, 0, 64,127, + 1005, 1, 0, 37888, 25634816, ctl, 0, 64, 0, + 1006, 1, 0, 37888, 25634816, ctl, 0, 64, 0, + 1007, 1, 0, 37888, 25634816, nof, 0, 60, 0, + 1008, 1, 0, 37888, 25634816, non, 0, 74, 34, D5 + 1009, 1, 0, 37888, 25634816, non, 0, 79, 48, G5 + 1010, 1, 0, 37888, 25634816, non, 0, 58, 25, A#3 + 1011, 1, 39, 37927, 25663364, ctl, 0, 64, 0, + 1012, 1, 1, 37928, 25664096, nof, 0, 70, 0, + 1013, 1, 0, 37928, 25664096, nof, 0, 78, 0, + 1014, 1, 39, 37967, 25692644, ctl, 0, 64, 0, + 1015, 1, 44, 38011, 25724852, ctl, 0, 64,127, + 1016, 1, 48, 38059, 25759988, nof, 0, 58, 0, + 1017, 1, 0, 38059, 25759988, non, 0, 64, 25, E4 + 1018, 1, 170, 38229, 25884428, nof, 0, 64, 0, + 1019, 1, 0, 38229, 25884428, non, 0, 58, 25, A#3 + 1020, 1, 106, 38335, 25962020, ctl, 0, 64, 0, + 32, 0, 512, 38400, 26009600,tempo,90,bpm,, + 1021, 1, 65, 38400, 26009600, non, 0, 73, 29, C#5 + 1022, 1, 0, 38400, 26009600, non, 0, 81, 43, A5 + 1023, 1, 0, 38400, 26009600, nof, 0, 58, 0, + 1024, 1, 0, 38400, 26009600, non, 0, 63, 25, D#4 + 1025, 1, 78, 38478, 26060378, ctl, 0, 64,127, + 1026, 1, 2, 38480, 26061680, nof, 0, 74, 0, + 1027, 1, 0, 38480, 26061680, nof, 0, 79, 0, + 1028, 1, 91, 38571, 26120921, nof, 0, 63, 0, + 1029, 1, 0, 38571, 26120921, non, 0, 58, 24, A#3 + 1030, 1, 170, 38741, 26231591, nof, 0, 58, 0, + 1031, 1, 0, 38741, 26231591, non, 0, 63, 24, D#4 + 1032, 1, 119, 38860, 26309060, ctl, 0, 64, 0, + 1033, 1, 52, 38912, 26342912, non, 0, 72, 29, C5 + 1034, 1, 0, 38912, 26342912, non, 0, 77, 42, F5 + 1035, 1, 0, 38912, 26342912, nof, 0, 63, 0, + 1036, 1, 0, 38912, 26342912, non, 0, 56, 24, G#3 + 1037, 1, 6, 38918, 26346818, ctl, 0, 64, 0, + 1038, 1, 34, 38952, 26368952, nof, 0, 73, 0, + 1039, 1, 0, 38952, 26368952, nof, 0, 81, 0, + 1040, 1, 25, 38977, 26385227, ctl, 0, 64,127, + 1041, 1, 106, 39083, 26454233, nof, 0, 56, 0, + 1042, 1, 0, 39083, 26454233, non, 0, 62, 24, D4 + 1043, 1, 23, 39106, 26469206, ctl, 0, 64,127, + 1044, 1, 147, 39253, 26564903, nof, 0, 62, 0, + 1045, 1, 0, 39253, 26564903, non, 0, 56, 23, G#3 + 1046, 1, 171, 39424, 26676224, non, 0, 71, 28, B4 + 1047, 1, 0, 39424, 26676224, non, 0, 79, 41, G5 + 1048, 1, 0, 39424, 26676224, nof, 0, 56, 0, + 1049, 1, 0, 39424, 26676224, non, 0, 61, 23, C#4 + 1050, 1, 19, 39443, 26688593, ctl, 0, 64, 0, + 1051, 1, 21, 39464, 26702264, nof, 0, 72, 0, + 1052, 1, 0, 39464, 26702264, nof, 0, 77, 0, + 1053, 1, 77, 39541, 26752391, ctl, 0, 64,127, + 1054, 1, 54, 39595, 26787545, nof, 0, 61, 0, + 1055, 1, 0, 39595, 26787545, non, 0, 56, 23, G#3 + 1056, 1, 170, 39765, 26898215, nof, 0, 56, 0, + 1057, 1, 0, 39765, 26898215, non, 0, 61, 23, C#4 + 33, 0, 1536, 39936, 27009536,tempo,93,bpm,, + 1058, 1, 171, 39936, 27009536, ctl, 0, 64,127, + 1059, 1, 0, 39936, 27009536, ctl, 0, 64, 0, + 1060, 1, 0, 39936, 27009536, ctl, 0, 64, 0, + 1061, 1, 0, 39936, 27009536, nof, 0, 61, 0, + 1062, 1, 0, 39936, 27009536, non, 0, 70, 31, A#4 + 1063, 1, 0, 39936, 27009536, non, 0, 75, 44, D#5 + 1064, 1, 0, 39936, 27009536, non, 0, 54, 23, F#3 + 1065, 1, 39, 39975, 27034106, ctl, 0, 64, 0, + 1066, 1, 1, 39976, 27034736, nof, 0, 71, 0, + 1067, 1, 0, 39976, 27034736, nof, 0, 79, 0, + 1068, 1, 39, 40015, 27059306, ctl, 0, 64, 0, + 1069, 1, 44, 40059, 27087026, ctl, 0, 64,127, + 1070, 1, 48, 40107, 27117266, nof, 0, 54, 0, + 1071, 1, 0, 40107, 27117266, non, 0, 60, 22, C4 + 1072, 1, 170, 40277, 27224366, nof, 0, 60, 0, + 1073, 1, 0, 40277, 27224366, non, 0, 54, 22, F#3 + 1074, 1, 106, 40383, 27291146, ctl, 0, 64, 0, + 1075, 1, 65, 40448, 27332096, non, 0, 69, 27, A4 + 1076, 1, 0, 40448, 27332096, non, 0, 77, 40, F5 + 1077, 1, 0, 40448, 27332096, nof, 0, 54, 0, + 1078, 1, 0, 40448, 27332096, non, 0, 59, 22, B3 + 1079, 1, 78, 40526, 27381236, ctl, 0, 64,127, + 1080, 1, 2, 40528, 27382496, nof, 0, 70, 0, + 1081, 1, 0, 40528, 27382496, nof, 0, 75, 0, + 1082, 1, 91, 40619, 27439826, nof, 0, 59, 0, + 1083, 1, 0, 40619, 27439826, non, 0, 54, 22, F#3 + 1084, 1, 170, 40789, 27546926, nof, 0, 54, 0, + 1085, 1, 0, 40789, 27546926, non, 0, 59, 22, B3 + 1086, 1, 119, 40908, 27621896, ctl, 0, 64, 0, + 1087, 1, 52, 40960, 27654656, non, 0, 68, 26, G#4 + 1088, 1, 0, 40960, 27654656, non, 0, 73, 39, C#5 + 1089, 1, 0, 40960, 27654656, nof, 0, 59, 0, + 1090, 1, 0, 40960, 27654656, non, 0, 52, 21, E3 + 1091, 1, 6, 40966, 27658436, ctl, 0, 64, 0, + 1092, 1, 34, 41000, 27679856, nof, 0, 69, 0, + 1093, 1, 0, 41000, 27679856, nof, 0, 77, 0, + 1094, 1, 25, 41025, 27695606, ctl, 0, 64,127, + 1095, 1, 106, 41131, 27762386, nof, 0, 52, 0, + 1096, 1, 0, 41131, 27762386, non, 0, 58, 21, A#3 + 1097, 1, 23, 41154, 27776876, ctl, 0, 64,127, + 1098, 1, 147, 41301, 27869486, nof, 0, 58, 0, + 1099, 1, 0, 41301, 27869486, non, 0, 52, 21, E3 + 34, 0, 1536, 41472, 27977216,tempo,95,bpm,, + 1100, 1, 171, 41472, 27977216, non, 0, 67, 26, G4 + 1101, 1, 0, 41472, 27977216, non, 0, 75, 38, D#5 + 1102, 1, 0, 41472, 27977216, nof, 0, 52, 0, + 1103, 1, 0, 41472, 27977216, non, 0, 57, 21, A3 + 1104, 1, 19, 41491, 27988920, ctl, 0, 64, 0, + 1105, 1, 21, 41512, 28001856, nof, 0, 68, 0, + 1106, 1, 0, 41512, 28001856, nof, 0, 73, 0, + 1107, 1, 77, 41589, 28049288, ctl, 0, 64,127, + 1108, 1, 54, 41643, 28082552, nof, 0, 57, 0, + 1109, 1, 0, 41643, 28082552, non, 0, 52, 21, E3 + 1110, 1, 170, 41813, 28187272, nof, 0, 52, 0, + 1111, 1, 0, 41813, 28187272, non, 0, 57, 20, A3 + 1112, 1, 171, 41984, 28292608, ctl, 0, 64,127, + 1113, 1, 0, 41984, 28292608, ctl, 0, 64, 0, + 1114, 1, 0, 41984, 28292608, ctl, 0, 64, 0, + 1115, 1, 0, 41984, 28292608, nof, 0, 57, 0, + 1116, 1, 0, 41984, 28292608, non, 0, 66, 26, F#4 + 1117, 1, 0, 41984, 28292608, non, 0, 71, 37, B4 + 1118, 1, 0, 41984, 28292608, non, 0, 50, 20, D3 + 1119, 1, 39, 42023, 28316632, ctl, 0, 64, 0, + 1120, 1, 1, 42024, 28317248, nof, 0, 67, 0, + 1121, 1, 0, 42024, 28317248, nof, 0, 75, 0, + 1122, 1, 39, 42063, 28341272, ctl, 0, 64, 0, + 1123, 1, 44, 42107, 28368376, ctl, 0, 64,127, + 1124, 1, 48, 42155, 28397944, nof, 0, 50, 0, + 1125, 1, 0, 42155, 28397944, non, 0, 56, 20, G#3 + 1126, 1, 170, 42325, 28502664, nof, 0, 56, 0, + 1127, 1, 0, 42325, 28502664, non, 0, 50, 20, D3 + 1128, 1, 106, 42431, 28567960, ctl, 0, 64, 0, + 1129, 1, 65, 42496, 28608000, non, 0, 65, 25, F4 + 1130, 1, 0, 42496, 28608000, non, 0, 73, 37, C#5 + 1131, 1, 0, 42496, 28608000, nof, 0, 50, 0, + 1132, 1, 0, 42496, 28608000, non, 0, 55, 20, G3 + 1133, 1, 78, 42574, 28656048, ctl, 0, 64,127, + 1134, 1, 2, 42576, 28657280, nof, 0, 66, 0, + 1135, 1, 0, 42576, 28657280, nof, 0, 71, 0, + 1136, 1, 91, 42667, 28713336, nof, 0, 55, 0, + 1137, 1, 0, 42667, 28713336, non, 0, 50, 19, D3 + 1138, 1, 170, 42837, 28818056, nof, 0, 50, 0, + 1139, 1, 0, 42837, 28818056, non, 0, 55, 19, G3 + 1140, 1, 119, 42956, 28891360, ctl, 0, 64, 0, + 1141, 1, 52, 43008, 28923392, non, 0, 64, 24, E4 + 1142, 1, 0, 43008, 28923392, non, 0, 69, 36, A4 + 1143, 1, 0, 43008, 28923392, nof, 0, 55, 0, + 1144, 1, 0, 43008, 28923392, non, 0, 48, 19, C3 + 1145, 1, 6, 43014, 28927088, ctl, 0, 64, 0, + 1146, 1, 34, 43048, 28948032, nof, 0, 65, 0, + 1147, 1, 0, 43048, 28948032, nof, 0, 73, 0, + 1148, 1, 25, 43073, 28963432, ctl, 0, 64,127, + 1149, 1, 106, 43179, 29028728, nof, 0, 48, 0, + 1150, 1, 0, 43179, 29028728, non, 0, 54, 19, F#3 + 1151, 1, 23, 43202, 29042896, ctl, 0, 64,127, + 1152, 1, 147, 43349, 29133448, nof, 0, 54, 0, + 1153, 1, 0, 43349, 29133448, non, 0, 48, 19, C3 + 1154, 1, 171, 43520, 29238784, non, 0, 63, 24, D#4 + 1155, 1, 0, 43520, 29238784, non, 0, 71, 35, B4 + 1156, 1, 0, 43520, 29238784, nof, 0, 48, 0, + 1157, 1, 0, 43520, 29238784, non, 0, 53, 18, F3 + 1158, 1, 19, 43539, 29250488, ctl, 0, 64, 0, + 1159, 1, 21, 43560, 29263424, nof, 0, 64, 0, + 1160, 1, 0, 43560, 29263424, nof, 0, 69, 0, + 1161, 1, 77, 43637, 29310856, ctl, 0, 64,127, + 1162, 1, 54, 43691, 29344120, nof, 0, 53, 0, + 1163, 1, 0, 43691, 29344120, non, 0, 48, 18, C3 + 1164, 1, 170, 43861, 29448840, nof, 0, 48, 0, + 1165, 1, 0, 43861, 29448840, non, 0, 53, 18, F3 + 1166, 1, 171, 44032, 29554176, ctl, 0, 64,127, + 1167, 1, 0, 44032, 29554176, ctl, 0, 64, 0, + 1168, 1, 0, 44032, 29554176, ctl, 0, 64, 0, + 1169, 1, 0, 44032, 29554176, nof, 0, 53, 0, + 1170, 1, 0, 44032, 29554176, non, 0, 62, 23, D4 + 1171, 1, 0, 44032, 29554176, non, 0, 67, 34, G4 + 1172, 1, 0, 44032, 29554176, non, 0, 46, 18, A#2 + 1173, 1, 39, 44071, 29578200, ctl, 0, 64, 0, + 1174, 1, 1, 44072, 29578816, nof, 0, 63, 0, + 1175, 1, 0, 44072, 29578816, nof, 0, 71, 0, + 1176, 1, 39, 44111, 29602840, ctl, 0, 64, 0, + 1177, 1, 44, 44155, 29629944, ctl, 0, 64,127, + 1178, 1, 48, 44203, 29659512, nof, 0, 46, 0, + 1179, 1, 0, 44203, 29659512, non, 0, 52, 18, E3 + 1180, 1, 170, 44373, 29764232, nof, 0, 52, 0, + 1181, 1, 0, 44373, 29764232, non, 0, 46, 18, A#2 + 1182, 1, 106, 44479, 29829528, ctl, 0, 64, 0, + 35, 0, 3072, 44544, 29869568,tempo,93,bpm,, + 1183, 1, 65, 44544, 29869568, non, 0, 61, 23, C#4 + 1184, 1, 0, 44544, 29869568, non, 0, 69, 33, A4 + 1185, 1, 0, 44544, 29869568, nof, 0, 46, 0, + 1186, 1, 0, 44544, 29869568, non, 0, 51, 18, D#3 + 1187, 1, 78, 44622, 29918708, ctl, 0, 64,127, + 1188, 1, 2, 44624, 29919968, nof, 0, 62, 0, + 1189, 1, 0, 44624, 29919968, nof, 0, 67, 0, + 1190, 1, 91, 44715, 29977298, nof, 0, 51, 0, + 1191, 1, 0, 44715, 29977298, non, 0, 46, 18, A#2 + 1192, 1, 170, 44885, 30084398, nof, 0, 46, 0, + 1193, 1, 0, 44885, 30084398, non, 0, 51, 18, D#3 + 1194, 1, 119, 45004, 30159368, ctl, 0, 64, 0, + 36, 0, 512, 45056, 30192128,tempo,90,bpm,, + 1195, 1, 52, 45056, 30192128, non, 0, 60, 18, C4 + 1196, 1, 0, 45056, 30192128, non, 0, 65, 32, F4 + 1197, 1, 0, 45056, 30192128, nof, 0, 51, 0, + 1198, 1, 0, 45056, 30192128, non, 0, 44, 18, G#2 + 1199, 1, 6, 45062, 30196034, ctl, 0, 64, 0, + 1200, 1, 34, 45096, 30218168, nof, 0, 61, 0, + 1201, 1, 0, 45096, 30218168, nof, 0, 69, 0, + 1202, 1, 25, 45121, 30234443, ctl, 0, 64,127, + 1203, 1, 106, 45227, 30303449, nof, 0, 44, 0, + 1204, 1, 0, 45227, 30303449, non, 0, 50, 18, D3 + 1205, 1, 23, 45250, 30318422, ctl, 0, 64,127, + 1206, 1, 147, 45397, 30414119, nof, 0, 50, 0, + 1207, 1, 0, 45397, 30414119, non, 0, 44, 18, G#2 + 1208, 1, 171, 45568, 30525440, non, 0, 59, 18, B3 + 1209, 1, 0, 45568, 30525440, non, 0, 67, 32, G4 + 1210, 1, 0, 45568, 30525440, nof, 0, 44, 0, + 1211, 1, 0, 45568, 30525440, non, 0, 49, 18, C#3 + 1212, 1, 19, 45587, 30537809, ctl, 0, 64, 0, + 1213, 1, 21, 45608, 30551480, nof, 0, 60, 0, + 1214, 1, 0, 45608, 30551480, nof, 0, 65, 0, + 1215, 1, 77, 45685, 30601607, ctl, 0, 64,127, + 1216, 1, 54, 45739, 30636761, nof, 0, 49, 0, + 1217, 1, 0, 45739, 30636761, non, 0, 44, 18, G#2 + 1218, 1, 170, 45909, 30747431, nof, 0, 44, 0, + 1219, 1, 0, 45909, 30747431, non, 0, 49, 18, C#3 + 37, 0, 1024, 46080, 30858752,tempo,70,bpm,, + 1220, 1, 171, 46080, 30858752, ctl, 0, 64, 0, + 1221, 1, 0, 46080, 30858752, ctl, 0, 64, 0, + 1222, 1, 0, 46080, 30858752, nof, 0, 49, 0, + 1223, 1, 0, 46080, 30858752, non, 0, 58, 21, A#3 + 1224, 1, 0, 46080, 30858752, non, 0, 63, 30, D#4 + 1225, 1, 0, 46080, 30858752, non, 0, 43, 18, G2 + 1226, 1, 40, 46120, 30892232, nof, 0, 59, 0, + 1227, 1, 0, 46120, 30892232, nof, 0, 67, 0, + 1228, 1, 131, 46251, 31001879, non, 0, 48, 18, C3 + 1229, 1, 170, 46421, 31144169, nof, 0, 43, 0, + 1230, 1, 0, 46421, 31144169, non, 0, 43, 19, G2 + 38, 0, 512, 46592, 31287296,tempo,90,bpm,, + 1231, 1, 171, 46592, 31287296, non, 0, 55, 18, G3 + 1232, 1, 0, 46592, 31287296, non, 0, 60, 18, C4 + 1233, 1, 0, 46592, 31287296, non, 0, 66, 30, F#4 + 1234, 1, 0, 46592, 31287296, nof, 0, 43, 0, + 1235, 1, 0, 46592, 31287296, nof, 0, 48, 0, + 1236, 1, 0, 46592, 31287296, non, 0, 45, 19, A2 + 1237, 1, 50, 46642, 31319846, nof, 0, 58, 0, + 1238, 1, 0, 46642, 31319846, nof, 0, 63, 0, + 1239, 1, 121, 46763, 31398617, non, 0, 39, 19, D#2 + 1240, 1, 170, 46933, 31509287, nof, 0, 45, 0, + 1241, 1, 0, 46933, 31509287, non, 0, 45, 20, A2 + 1242, 1, 171, 47104, 31620608, non, 0, 58, 27, A#3 + 1243, 1, 0, 47104, 31620608, non, 0, 63, 39, D#4 + 1244, 1, 0, 47104, 31620608, nof, 0, 39, 0, + 1245, 1, 0, 47104, 31620608, nof, 0, 45, 0, + 1246, 1, 0, 47104, 31620608, non, 0, 43, 20, G2 + 1247, 1, 50, 47154, 31653158, nof, 0, 55, 0, + 1248, 1, 0, 47154, 31653158, nof, 0, 60, 0, + 1249, 1, 0, 47154, 31653158, nof, 0, 66, 0, + 1250, 1, 121, 47275, 31731929, non, 0, 48, 21, C3 + 1251, 1, 170, 47445, 31842599, nof, 0, 43, 0, + 1252, 1, 0, 47445, 31842599, non, 0, 43, 21, G2 + 1253, 1, 171, 47616, 31953920, non, 0, 55, 23, G3 + 1254, 1, 0, 47616, 31953920, non, 0, 60, 23, C4 + 1255, 1, 0, 47616, 31953920, non, 0, 66, 37, F#4 + 1256, 1, 0, 47616, 31953920, nof, 0, 43, 0, + 1257, 1, 0, 47616, 31953920, nof, 0, 48, 0, + 1258, 1, 0, 47616, 31953920, non, 0, 45, 21, A2 + 1259, 1, 50, 47666, 31986470, nof, 0, 58, 0, + 1260, 1, 0, 47666, 31986470, nof, 0, 63, 0, + 1261, 1, 121, 47787, 32065241, non, 0, 39, 22, D#2 + 1262, 1, 170, 47957, 32175911, nof, 0, 45, 0, + 1263, 1, 0, 47957, 32175911, non, 0, 45, 22, A2 + 39, 0, 1536, 48128, 32287232,tempo,80,bpm,, + 1264, 1, 171, 48128, 32287232, ctl, 0, 64,127, + 1265, 1, 0, 48128, 32287232, ctl, 0, 64, 0, + 1266, 1, 0, 48128, 32287232, ctl, 0, 64, 0, + 1267, 1, 0, 48128, 32287232, nof, 0, 66, 0, + 1268, 1, 0, 48128, 32287232, nof, 0, 39, 0, + 1269, 1, 0, 48128, 32287232, nof, 0, 45, 0, + 1270, 1, 0, 48128, 32287232, non, 0, 61, 30, C#4 + 1271, 1, 0, 48128, 32287232, non, 0, 66, 44, F#4 + 1272, 1, 0, 48128, 32287232, non, 0, 46, 25, A#2 + 1273, 1, 39, 48167, 32315780, ctl, 0, 64, 0, + 1274, 1, 11, 48178, 32323832, nof, 0, 55, 0, + 1275, 1, 0, 48178, 32323832, nof, 0, 60, 0, + 1276, 1, 29, 48207, 32345060, ctl, 0, 64, 0, + 1277, 1, 44, 48251, 32377268, ctl, 0, 64,127, + 1278, 1, 48, 48299, 32412404, nof, 0, 46, 0, + 1279, 1, 0, 48299, 32412404, non, 0, 51, 26, D#3 + 1280, 1, 170, 48469, 32536844, nof, 0, 51, 0, + 1281, 1, 0, 48469, 32536844, non, 0, 46, 26, A#2 + 1282, 1, 106, 48575, 32614436, ctl, 0, 64, 0, + 40, 0, 512, 48640, 32662016,tempo,90,bpm,, + 1283, 1, 65, 48640, 32662016, non, 0, 58, 31, A#3 + 1284, 1, 0, 48640, 32662016, non, 0, 63, 31, D#4 + 1285, 1, 0, 48640, 32662016, non, 0, 69, 46, A4 + 1286, 1, 0, 48640, 32662016, nof, 0, 46, 0, + 1287, 1, 0, 48640, 32662016, non, 0, 48, 27, C3 + 1288, 1, 50, 48690, 32694566, nof, 0, 61, 0, + 1289, 1, 0, 48690, 32694566, nof, 0, 66, 0, + 1290, 1, 28, 48718, 32712794, ctl, 0, 64,127, + 1291, 1, 93, 48811, 32773337, nof, 0, 48, 0, + 1292, 1, 0, 48811, 32773337, non, 0, 42, 28, F#2 + 1293, 1, 170, 48981, 32884007, nof, 0, 42, 0, + 1294, 1, 0, 48981, 32884007, non, 0, 48, 29, C3 + 1295, 1, 119, 49100, 32961476, ctl, 0, 64, 0, + 1296, 1, 52, 49152, 32995328, non, 0, 64, 32, E4 + 1297, 1, 0, 49152, 32995328, non, 0, 69, 48, A4 + 1298, 1, 0, 49152, 32995328, nof, 0, 48, 0, + 1299, 1, 0, 49152, 32995328, non, 0, 49, 29, C#3 + 1300, 1, 6, 49158, 32999234, ctl, 0, 64, 0, + 1301, 1, 44, 49202, 33027878, nof, 0, 58, 0, + 1302, 1, 0, 49202, 33027878, nof, 0, 63, 0, + 1303, 1, 0, 49202, 33027878, nof, 0, 69, 0, + 1304, 1, 15, 49217, 33037643, ctl, 0, 64,127, + 1305, 1, 106, 49323, 33106649, nof, 0, 49, 0, + 1306, 1, 0, 49323, 33106649, non, 0, 54, 30, F#3 + 1307, 1, 23, 49346, 33121622, ctl, 0, 64,127, + 1308, 1, 147, 49493, 33217319, nof, 0, 54, 0, + 1309, 1, 0, 49493, 33217319, non, 0, 49, 31, C#3 + 1310, 1, 171, 49664, 33328640, non, 0, 61, 33, C#4 + 1311, 1, 0, 49664, 33328640, non, 0, 66, 34, F#4 + 1312, 1, 0, 49664, 33328640, non, 0, 72, 49, C5 + 1313, 1, 0, 49664, 33328640, nof, 0, 49, 0, + 1314, 1, 0, 49664, 33328640, non, 0, 51, 31, D#3 + 1315, 1, 19, 49683, 33341009, ctl, 0, 64, 0, + 1316, 1, 31, 49714, 33361190, nof, 0, 64, 0, + 1317, 1, 0, 49714, 33361190, nof, 0, 69, 0, + 1318, 1, 67, 49781, 33404807, ctl, 0, 64,127, + 1319, 1, 54, 49835, 33439961, nof, 0, 51, 0, + 1320, 1, 0, 49835, 33439961, non, 0, 45, 32, A2 + 1321, 1, 170, 50005, 33550631, nof, 0, 45, 0, + 1322, 1, 0, 50005, 33550631, non, 0, 51, 33, D#3 + 41, 0, 1536, 50176, 33661952,tempo,70,bpm,, + 1323, 1, 171, 50176, 33661952, ctl, 0, 64,127, + 1324, 1, 0, 50176, 33661952, ctl, 0, 64, 0, + 1325, 1, 0, 50176, 33661952, ctl, 0, 64, 0, + 1326, 1, 0, 50176, 33661952, nof, 0, 72, 0, + 1327, 1, 0, 50176, 33661952, nof, 0, 51, 0, + 1328, 1, 0, 50176, 33661952, non, 0, 67, 34, G4 + 1329, 1, 0, 50176, 33661952, non, 0, 72, 51, C5 + 1330, 1, 0, 50176, 33661952, non, 0, 51, 33, D#3 + 1331, 1, 39, 50215, 33694595, ctl, 0, 64, 0, + 1332, 1, 11, 50226, 33703802, nof, 0, 61, 0, + 1333, 1, 0, 50226, 33703802, nof, 0, 66, 0, + 1334, 1, 29, 50255, 33728075, ctl, 0, 64, 0, + 1335, 1, 44, 50299, 33764903, ctl, 0, 64,127, + 1336, 1, 48, 50347, 33805079, nof, 0, 51, 0, + 1337, 1, 0, 50347, 33805079, non, 0, 57, 32, A3 + 1338, 1, 170, 50517, 33947369, nof, 0, 57, 0, + 1339, 1, 0, 50517, 33947369, non, 0, 51, 31, D#3 + 1340, 1, 106, 50623, 34036091, ctl, 0, 64, 0, + 42, 0, 512, 50688, 34090496,tempo,90,bpm,, + 1341, 1, 65, 50688, 34090496, non, 0, 66, 31, F#4 + 1342, 1, 0, 50688, 34090496, non, 0, 74, 46, D5 + 1343, 1, 0, 50688, 34090496, nof, 0, 51, 0, + 1344, 1, 0, 50688, 34090496, non, 0, 56, 31, G#3 + 1345, 1, 50, 50738, 34123046, nof, 0, 67, 0, + 1346, 1, 0, 50738, 34123046, nof, 0, 72, 0, + 1347, 1, 28, 50766, 34141274, ctl, 0, 64,127, + 1348, 1, 93, 50859, 34201817, non, 0, 51, 30, D#3 + 1349, 1, 170, 51029, 34312487, nof, 0, 51, 0, + 1350, 1, 0, 51029, 34312487, nof, 0, 56, 0, + 1351, 1, 0, 51029, 34312487, non, 0, 56, 29, G#3 + 1352, 1, 119, 51148, 34389956, ctl, 0, 64, 0, + 1353, 1, 52, 51200, 34423808, non, 0, 65, 31, F4 + 1354, 1, 0, 51200, 34423808, non, 0, 70, 46, A#4 + 1355, 1, 0, 51200, 34423808, non, 0, 50, 29, D3 + 1356, 1, 6, 51206, 34427714, ctl, 0, 64, 0, + 1357, 1, 44, 51250, 34456358, nof, 0, 66, 0, + 1358, 1, 0, 51250, 34456358, nof, 0, 74, 0, + 1359, 1, 15, 51265, 34466123, ctl, 0, 64,127, + 1360, 1, 106, 51371, 34535129, nof, 0, 50, 0, + 1361, 1, 0, 51371, 34535129, nof, 0, 56, 0, + 1362, 1, 0, 51371, 34535129, non, 0, 55, 28, G3 + 1363, 1, 23, 51394, 34550102, ctl, 0, 64,127, + 1364, 1, 147, 51541, 34645799, non, 0, 50, 27, D3 + 1365, 1, 171, 51712, 34757120, non, 0, 64, 31, E4 + 1366, 1, 0, 51712, 34757120, nof, 0, 50, 0, + 1367, 1, 0, 51712, 34757120, nof, 0, 55, 0, + 1368, 1, 0, 51712, 34757120, non, 0, 54, 26, F#3 + 1369, 1, 19, 51731, 34769489, ctl, 0, 64, 0, + 1370, 1, 31, 51762, 34789670, nof, 0, 65, 0, + 1371, 1, 67, 51829, 34833287, ctl, 0, 64,127, + 1372, 1, 54, 51883, 34868441, non, 0, 49, 26, C#3 + 1373, 1, 170, 52053, 34979111, nof, 0, 49, 0, + 1374, 1, 0, 52053, 34979111, nof, 0, 54, 0, + 1375, 1, 0, 52053, 34979111, non, 0, 54, 25, F#3 + 1376, 1, 171, 52224, 35090432, ctl, 0, 64,127, + 1377, 1, 0, 52224, 35090432, ctl, 0, 64, 0, + 1378, 1, 0, 52224, 35090432, ctl, 0, 64, 0, + 1379, 1, 0, 52224, 35090432, non, 0, 63, 31, D#4 + 1380, 1, 0, 52224, 35090432, non, 0, 48, 25, C3 + 1381, 1, 39, 52263, 35115821, ctl, 0, 64, 0, + 1382, 1, 11, 52274, 35122982, nof, 0, 64, 0, + 1383, 1, 29, 52303, 35141861, ctl, 0, 64, 0, + 1384, 1, 44, 52347, 35170505, ctl, 0, 64,127, + 1385, 1, 48, 52395, 35201753, nof, 0, 48, 0, + 1386, 1, 0, 52395, 35201753, nof, 0, 54, 0, + 1387, 1, 0, 52395, 35201753, non, 0, 53, 26, F3 + 1388, 1, 170, 52565, 35312423, non, 0, 48, 26, C3 + 1389, 1, 106, 52671, 35381429, ctl, 0, 64, 0, + 1390, 1, 65, 52736, 35423744, nof, 0, 63, 0, + 1391, 1, 0, 52736, 35423744, nof, 0, 70, 0, + 1392, 1, 0, 52736, 35423744, non, 0, 62, 26, D4 + 1393, 1, 0, 52736, 35423744, non, 0, 67, 38, G4 + 1394, 1, 0, 52736, 35423744, nof, 0, 48, 0, + 1395, 1, 0, 52736, 35423744, nof, 0, 53, 0, + 1396, 1, 0, 52736, 35423744, non, 0, 52, 26, E3 + 1397, 1, 78, 52814, 35474522, ctl, 0, 64,127, + 1398, 1, 93, 52907, 35535065, non, 0, 47, 27, B2 + 1399, 1, 170, 53077, 35645735, nof, 0, 47, 0, + 1400, 1, 0, 53077, 35645735, nof, 0, 52, 0, + 1401, 1, 0, 53077, 35645735, non, 0, 52, 27, E3 + 1402, 1, 119, 53196, 35723204, ctl, 0, 64, 0, + 1403, 1, 52, 53248, 35757056, nof, 0, 62, 0, + 1404, 1, 0, 53248, 35757056, nof, 0, 67, 0, + 1405, 1, 0, 53248, 35757056, non, 0, 62, 30, D4 + 1406, 1, 0, 53248, 35757056, non, 0, 67, 44, G4 + 1407, 1, 0, 53248, 35757056, non, 0, 46, 28, A#2 + 1408, 1, 6, 53254, 35760962, ctl, 0, 64, 0, + 1409, 1, 59, 53313, 35799371, ctl, 0, 64,127, + 1410, 1, 106, 53419, 35868377, nof, 0, 46, 0, + 1411, 1, 0, 53419, 35868377, nof, 0, 52, 0, + 1412, 1, 0, 53419, 35868377, non, 0, 52, 28, E3 + 1413, 1, 23, 53442, 35883350, ctl, 0, 64,127, + 1414, 1, 147, 53589, 35979047, non, 0, 46, 29, A#2 + 1415, 1, 171, 53760, 36090368, nof, 0, 62, 0, + 1416, 1, 0, 53760, 36090368, nof, 0, 67, 0, + 1417, 1, 0, 53760, 36090368, non, 0, 61, 33, C#4 + 1418, 1, 0, 53760, 36090368, non, 0, 69, 50, A4 + 1419, 1, 0, 53760, 36090368, nof, 0, 46, 0, + 1420, 1, 0, 53760, 36090368, nof, 0, 52, 0, + 1421, 1, 0, 53760, 36090368, non, 0, 51, 29, D#3 + 1422, 1, 19, 53779, 36102737, ctl, 0, 64, 0, + 1423, 1, 98, 53877, 36166535, ctl, 0, 64,127, + 1424, 1, 54, 53931, 36201689, non, 0, 46, 30, A#2 + 1425, 1, 170, 54101, 36312359, nof, 0, 46, 0, + 1426, 1, 0, 54101, 36312359, nof, 0, 51, 0, + 1427, 1, 0, 54101, 36312359, non, 0, 51, 30, D#3 + 43, 0, 3584, 54272, 36423680,tempo,80,bpm,, + 1428, 1, 171, 54272, 36423680, ctl, 0, 64,127, + 1429, 1, 0, 54272, 36423680, ctl, 0, 64, 0, + 1430, 1, 0, 54272, 36423680, ctl, 0, 64, 0, + 1431, 1, 0, 54272, 36423680, nof, 0, 61, 0, + 1432, 1, 0, 54272, 36423680, nof, 0, 69, 0, + 1433, 1, 0, 54272, 36423680, nof, 0, 51, 0, + 1434, 1, 0, 54272, 36423680, non, 0, 65, 34, F4 + 1435, 1, 0, 54272, 36423680, non, 0, 70, 51, A#4 + 1436, 1, 0, 54272, 36423680, non, 0, 49, 30, C#3 + 1437, 1, 39, 54311, 36452228, ctl, 0, 64, 0, + 1438, 1, 40, 54351, 36481508, ctl, 0, 64, 0, + 1439, 1, 44, 54395, 36513716, ctl, 0, 64,127, + 1440, 1, 48, 54443, 36548852, nof, 0, 49, 0, + 1441, 1, 0, 54443, 36548852, non, 0, 55, 29, G3 + 1442, 1, 170, 54613, 36673292, non, 0, 49, 29, C#3 + 1443, 1, 106, 54719, 36750884, ctl, 0, 64, 0, + 44, 0, 512, 54784, 36798464,tempo,90,bpm,, + 1444, 1, 65, 54784, 36798464, nof, 0, 65, 0, + 1445, 1, 0, 54784, 36798464, nof, 0, 70, 0, + 1446, 1, 0, 54784, 36798464, non, 0, 64, 31, E4 + 1447, 1, 0, 54784, 36798464, non, 0, 72, 46, C5 + 1448, 1, 0, 54784, 36798464, nof, 0, 49, 0, + 1449, 1, 0, 54784, 36798464, nof, 0, 55, 0, + 1450, 1, 0, 54784, 36798464, non, 0, 54, 28, F#3 + 1451, 1, 78, 54862, 36849242, ctl, 0, 64,127, + 1452, 1, 93, 54955, 36909785, non, 0, 49, 27, C#3 + 1453, 1, 170, 55125, 37020455, nof, 0, 49, 0, + 1454, 1, 0, 55125, 37020455, nof, 0, 54, 0, + 1455, 1, 0, 55125, 37020455, non, 0, 54, 27, F#3 + 1456, 1, 119, 55244, 37097924, ctl, 0, 64, 0, + 1457, 1, 52, 55296, 37131776, nof, 0, 64, 0, + 1458, 1, 0, 55296, 37131776, nof, 0, 72, 0, + 1459, 1, 0, 55296, 37131776, non, 0, 63, 31, D#4 + 1460, 1, 0, 55296, 37131776, non, 0, 68, 46, G#4 + 1461, 1, 0, 55296, 37131776, non, 0, 48, 26, C3 + 1462, 1, 6, 55302, 37135682, ctl, 0, 64, 0, + 1463, 1, 59, 55361, 37174091, ctl, 0, 64,127, + 1464, 1, 106, 55467, 37243097, nof, 0, 48, 0, + 1465, 1, 0, 55467, 37243097, nof, 0, 54, 0, + 1466, 1, 0, 55467, 37243097, non, 0, 53, 25, F3 + 1467, 1, 23, 55490, 37258070, ctl, 0, 64,127, + 1468, 1, 147, 55637, 37353767, non, 0, 48, 25, C3 + 1469, 1, 171, 55808, 37465088, nof, 0, 63, 0, + 1470, 1, 0, 55808, 37465088, non, 0, 62, 31, D4 + 1471, 1, 0, 55808, 37465088, nof, 0, 48, 0, + 1472, 1, 0, 55808, 37465088, nof, 0, 53, 0, + 1473, 1, 0, 55808, 37465088, non, 0, 52, 24, E3 + 1474, 1, 19, 55827, 37477457, ctl, 0, 64, 0, + 1475, 1, 98, 55925, 37541255, ctl, 0, 64,127, + 1476, 1, 54, 55979, 37576409, non, 0, 47, 23, B2 + 1477, 1, 170, 56149, 37687079, nof, 0, 47, 0, + 1478, 1, 0, 56149, 37687079, nof, 0, 52, 0, + 1479, 1, 0, 56149, 37687079, non, 0, 52, 23, E3 + 1480, 1, 171, 56320, 37798400, ctl, 0, 64,127, + 1481, 1, 0, 56320, 37798400, ctl, 0, 64, 0, + 1482, 1, 0, 56320, 37798400, ctl, 0, 64, 0, + 1483, 1, 0, 56320, 37798400, nof, 0, 62, 0, + 1484, 1, 0, 56320, 37798400, nof, 0, 52, 0, + 1485, 1, 0, 56320, 37798400, non, 0, 61, 30, C#4 + 1486, 1, 0, 56320, 37798400, non, 0, 46, 22, A#2 + 1487, 1, 39, 56359, 37823789, ctl, 0, 64, 0, + 1488, 1, 40, 56399, 37849829, ctl, 0, 64, 0, + 1489, 1, 44, 56443, 37878473, ctl, 0, 64,127, + 1490, 1, 48, 56491, 37909721, nof, 0, 46, 0, + 1491, 1, 0, 56491, 37909721, non, 0, 51, 22, D#3 + 1492, 1, 170, 56661, 38020391, nof, 0, 51, 0, + 1493, 1, 0, 56661, 38020391, non, 0, 46, 22, A#2 + 1494, 1, 106, 56767, 38089397, ctl, 0, 64, 0, + 1495, 1, 65, 56832, 38131712, non, 0, 60, 30, C4 + 1496, 1, 0, 56832, 38131712, non, 0, 65, 44, F4 + 1497, 1, 0, 56832, 38131712, nof, 0, 46, 0, + 1498, 1, 0, 56832, 38131712, non, 0, 50, 22, D3 + 1499, 1, 40, 56872, 38157752, nof, 0, 61, 0, + 1500, 1, 0, 56872, 38157752, nof, 0, 68, 0, + 1501, 1, 38, 56910, 38182490, ctl, 0, 64,127, + 1502, 1, 93, 57003, 38243033, nof, 0, 50, 0, + 1503, 1, 0, 57003, 38243033, non, 0, 45, 22, A2 + 1504, 1, 170, 57173, 38353703, nof, 0, 45, 0, + 1505, 1, 0, 57173, 38353703, non, 0, 50, 22, D3 + 1506, 1, 119, 57292, 38431172, ctl, 0, 64, 0, + 45, 0, 2560, 57344, 38465024,tempo,80,bpm,, + 1507, 1, 52, 57344, 38465024, nof, 0, 60, 0, + 1508, 1, 0, 57344, 38465024, nof, 0, 65, 0, + 1509, 1, 0, 57344, 38465024, non, 0, 60, 30, C4 + 1510, 1, 0, 57344, 38465024, non, 0, 65, 44, F4 + 1511, 1, 0, 57344, 38465024, nof, 0, 50, 0, + 1512, 1, 0, 57344, 38465024, non, 0, 44, 22, G#2 + 1513, 1, 6, 57350, 38469416, ctl, 0, 64, 0, + 1514, 1, 59, 57409, 38512604, ctl, 0, 64,127, + 1515, 1, 106, 57515, 38590196, nof, 0, 44, 0, + 1516, 1, 0, 57515, 38590196, non, 0, 50, 22, D3 + 1517, 1, 23, 57538, 38607032, ctl, 0, 64,127, + 1518, 1, 147, 57685, 38714636, nof, 0, 50, 0, + 1519, 1, 0, 57685, 38714636, non, 0, 44, 22, G#2 + 46, 0, 512, 57856, 38839808,tempo,70,bpm,, + 1520, 1, 171, 57856, 38839808, non, 0, 59, 23, B3 + 1521, 1, 0, 57856, 38839808, non, 0, 67, 37, G4 + 1522, 1, 0, 57856, 38839808, nof, 0, 44, 0, + 1523, 1, 0, 57856, 38839808, non, 0, 49, 22, C#3 + 1524, 1, 19, 57875, 38855711, ctl, 0, 64, 0, + 1525, 1, 21, 57896, 38873288, nof, 0, 60, 0, + 1526, 1, 0, 57896, 38873288, nof, 0, 65, 0, + 1527, 1, 77, 57973, 38937737, ctl, 0, 64,127, + 1528, 1, 54, 58027, 38982935, nof, 0, 49, 0, + 1529, 1, 0, 58027, 38982935, non, 0, 44, 22, G#2 + 1530, 1, 170, 58197, 39125225, nof, 0, 44, 0, + 1531, 1, 0, 58197, 39125225, non, 0, 49, 22, C#3 + 47, 0, 512, 58368, 39268352,tempo,80,bpm,, + 1532, 1, 171, 58368, 39268352, ctl, 0, 64,127, + 1533, 1, 0, 58368, 39268352, ctl, 0, 64, 0, + 1534, 1, 0, 58368, 39268352, ctl, 0, 64, 0, + 1535, 1, 0, 58368, 39268352, nof, 0, 49, 0, + 1536, 1, 0, 58368, 39268352, non, 0, 65, 34, F4 + 1537, 1, 0, 58368, 39268352, non, 0, 70, 51, A#4 + 1538, 1, 0, 58368, 39268352, non, 0, 49, 30, C#3 + 1539, 1, 39, 58407, 39296900, ctl, 0, 64, 0, + 1540, 1, 1, 58408, 39297632, nof, 0, 59, 0, + 1541, 1, 0, 58408, 39297632, nof, 0, 67, 0, + 1542, 1, 39, 58447, 39326180, ctl, 0, 64, 0, + 1543, 1, 44, 58491, 39358388, ctl, 0, 64,127, + 1544, 1, 48, 58539, 39393524, nof, 0, 49, 0, + 1545, 1, 0, 58539, 39393524, non, 0, 55, 29, G3 + 1546, 1, 170, 58709, 39517964, non, 0, 49, 29, C#3 + 1547, 1, 106, 58815, 39595556, ctl, 0, 64, 0, + 48, 0, 512, 58880, 39643136,tempo,90,bpm,, + 1548, 1, 65, 58880, 39643136, nof, 0, 65, 0, + 1549, 1, 0, 58880, 39643136, nof, 0, 70, 0, + 1550, 1, 0, 58880, 39643136, non, 0, 64, 31, E4 + 1551, 1, 0, 58880, 39643136, non, 0, 72, 46, C5 + 1552, 1, 0, 58880, 39643136, nof, 0, 49, 0, + 1553, 1, 0, 58880, 39643136, nof, 0, 55, 0, + 1554, 1, 0, 58880, 39643136, non, 0, 54, 28, F#3 + 1555, 1, 78, 58958, 39693914, ctl, 0, 64,127, + 1556, 1, 93, 59051, 39754457, non, 0, 49, 27, C#3 + 1557, 1, 170, 59221, 39865127, nof, 0, 49, 0, + 1558, 1, 0, 59221, 39865127, nof, 0, 54, 0, + 1559, 1, 0, 59221, 39865127, non, 0, 54, 27, F#3 + 1560, 1, 119, 59340, 39942596, ctl, 0, 64, 0, + 1561, 1, 52, 59392, 39976448, nof, 0, 64, 0, + 1562, 1, 0, 59392, 39976448, nof, 0, 72, 0, + 1563, 1, 0, 59392, 39976448, non, 0, 63, 31, D#4 + 1564, 1, 0, 59392, 39976448, non, 0, 68, 46, G#4 + 1565, 1, 0, 59392, 39976448, non, 0, 48, 26, C3 + 1566, 1, 6, 59398, 39980354, ctl, 0, 64, 0, + 1567, 1, 59, 59457, 40018763, ctl, 0, 64,127, + 1568, 1, 106, 59563, 40087769, nof, 0, 48, 0, + 1569, 1, 0, 59563, 40087769, nof, 0, 54, 0, + 1570, 1, 0, 59563, 40087769, non, 0, 53, 25, F3 + 1571, 1, 23, 59586, 40102742, ctl, 0, 64,127, + 1572, 1, 147, 59733, 40198439, non, 0, 48, 25, C3 + 1573, 1, 171, 59904, 40309760, nof, 0, 63, 0, + 1574, 1, 0, 59904, 40309760, non, 0, 62, 28, D4 + 1575, 1, 0, 59904, 40309760, nof, 0, 48, 0, + 1576, 1, 0, 59904, 40309760, nof, 0, 53, 0, + 1577, 1, 0, 59904, 40309760, non, 0, 52, 24, E3 + 1578, 1, 19, 59923, 40322129, ctl, 0, 64, 0, + 1579, 1, 98, 60021, 40385927, ctl, 0, 64,127, + 1580, 1, 54, 60075, 40421081, non, 0, 47, 23, B2 + 1581, 1, 170, 60245, 40531751, nof, 0, 47, 0, + 1582, 1, 0, 60245, 40531751, nof, 0, 52, 0, + 1583, 1, 0, 60245, 40531751, non, 0, 52, 23, E3 + 1584, 1, 171, 60416, 40643072, ctl, 0, 64,127, + 1585, 1, 0, 60416, 40643072, ctl, 0, 64, 0, + 1586, 1, 0, 60416, 40643072, ctl, 0, 64, 0, + 1587, 1, 0, 60416, 40643072, nof, 0, 62, 0, + 1588, 1, 0, 60416, 40643072, nof, 0, 52, 0, + 1589, 1, 0, 60416, 40643072, non, 0, 61, 23, C#4 + 1590, 1, 0, 60416, 40643072, non, 0, 46, 18, A#2 + 1591, 1, 39, 60455, 40668461, ctl, 0, 64, 0, + 1592, 1, 40, 60495, 40694501, ctl, 0, 64, 0, + 1593, 1, 44, 60539, 40723145, ctl, 0, 64,127, + 1594, 1, 48, 60587, 40754393, nof, 0, 46, 0, + 1595, 1, 0, 60587, 40754393, non, 0, 51, 18, D#3 + 1596, 1, 170, 60757, 40865063, nof, 0, 51, 0, + 1597, 1, 0, 60757, 40865063, non, 0, 46, 18, A#2 + 1598, 1, 106, 60863, 40934069, ctl, 0, 64, 0, + 1599, 1, 65, 60928, 40976384, non, 0, 60, 20, C4 + 1600, 1, 0, 60928, 40976384, non, 0, 65, 34, F4 + 1601, 1, 0, 60928, 40976384, nof, 0, 46, 0, + 1602, 1, 0, 60928, 40976384, non, 0, 50, 17, D3 + 1603, 1, 60, 60988, 41015444, nof, 0, 61, 0, + 1604, 1, 0, 60988, 41015444, nof, 0, 68, 0, + 1605, 1, 18, 61006, 41027162, ctl, 0, 64,127, + 1606, 1, 93, 61099, 41087705, nof, 0, 50, 0, + 1607, 1, 0, 61099, 41087705, non, 0, 45, 17, A2 + 1608, 1, 170, 61269, 41198375, nof, 0, 45, 0, + 1609, 1, 0, 61269, 41198375, non, 0, 50, 17, D3 + 1610, 1, 119, 61388, 41275844, ctl, 0, 64, 0, + 1611, 1, 52, 61440, 41309696, nof, 0, 60, 0, + 1612, 1, 0, 61440, 41309696, nof, 0, 65, 0, + 1613, 1, 0, 61440, 41309696, non, 0, 60, 20, C4 + 1614, 1, 0, 61440, 41309696, non, 0, 65, 34, F4 + 1615, 1, 0, 61440, 41309696, nof, 0, 50, 0, + 1616, 1, 0, 61440, 41309696, non, 0, 44, 17, G#2 + 1617, 1, 6, 61446, 41313602, ctl, 0, 64, 0, + 1618, 1, 59, 61505, 41352011, ctl, 0, 64,127, + 1619, 1, 106, 61611, 41421017, nof, 0, 44, 0, + 1620, 1, 0, 61611, 41421017, non, 0, 50, 17, D3 + 1621, 1, 23, 61634, 41435990, ctl, 0, 64,127, + 1622, 1, 147, 61781, 41531687, nof, 0, 50, 0, + 1623, 1, 0, 61781, 41531687, non, 0, 44, 17, G#2 + 1624, 1, 171, 61952, 41643008, nof, 0, 60, 0, + 1625, 1, 0, 61952, 41643008, nof, 0, 65, 0, + 1626, 1, 0, 61952, 41643008, non, 0, 59, 16, B3 + 1627, 1, 0, 61952, 41643008, non, 0, 67, 30, G4 + 1628, 1, 0, 61952, 41643008, nof, 0, 44, 0, + 1629, 1, 0, 61952, 41643008, non, 0, 49, 16, C#3 + 1630, 1, 19, 61971, 41655377, ctl, 0, 64, 0, + 1631, 1, 98, 62069, 41719175, ctl, 0, 64,127, + 1632, 1, 54, 62123, 41754329, nof, 0, 49, 0, + 1633, 1, 0, 62123, 41754329, non, 0, 44, 16, G#2 + 1634, 1, 170, 62293, 41864999, nof, 0, 44, 0, + 1635, 1, 0, 62293, 41864999, non, 0, 49, 16, C#3 + 49, 0, 3584, 62464, 41976320,tempo,80,bpm,, + 1636, 1, 171, 62464, 41976320, ctl, 0, 64, 0, + 1637, 1, 0, 62464, 41976320, ctl, 0, 64, 0, + 1638, 1, 0, 62464, 41976320, nof, 0, 49, 0, + 1639, 1, 0, 62464, 41976320, non, 0, 60, 14, C4 + 1640, 1, 0, 62464, 41976320, non, 0, 65, 28, F4 + 1641, 1, 0, 62464, 41976320, non, 0, 44, 16, G#2 + 1642, 1, 60, 62524, 42020240, nof, 0, 59, 0, + 1643, 1, 0, 62524, 42020240, nof, 0, 67, 0, + 1644, 1, 111, 62635, 42101492, nof, 0, 44, 0, + 1645, 1, 0, 62635, 42101492, non, 0, 50, 16, D3 + 1646, 1, 170, 62805, 42225932, nof, 0, 50, 0, + 1647, 1, 0, 62805, 42225932, non, 0, 44, 16, G#2 + 50, 0, 512, 62976, 42351104,tempo,90,bpm,, + 1648, 1, 171, 62976, 42351104, non, 0, 59, 11, B3 + 1649, 1, 0, 62976, 42351104, non, 0, 67, 25, G4 + 1650, 1, 0, 62976, 42351104, nof, 0, 44, 0, + 1651, 1, 0, 62976, 42351104, non, 0, 49, 15, C#3 + 1652, 1, 60, 63036, 42390164, nof, 0, 60, 0, + 1653, 1, 0, 63036, 42390164, nof, 0, 65, 0, + 1654, 1, 111, 63147, 42462425, nof, 0, 49, 0, + 1655, 1, 0, 63147, 42462425, non, 0, 44, 15, G#2 + 1656, 1, 170, 63317, 42573095, nof, 0, 44, 0, + 1657, 1, 0, 63317, 42573095, non, 0, 49, 15, C#3 + 1658, 1, 171, 63488, 42684416, non, 0, 60, 14, C4 + 1659, 1, 0, 63488, 42684416, non, 0, 65, 28, F4 + 1660, 1, 0, 63488, 42684416, nof, 0, 49, 0, + 1661, 1, 0, 63488, 42684416, non, 0, 44, 15, G#2 + 1662, 1, 60, 63548, 42723476, nof, 0, 59, 0, + 1663, 1, 0, 63548, 42723476, nof, 0, 67, 0, + 1664, 1, 111, 63659, 42795737, nof, 0, 44, 0, + 1665, 1, 0, 63659, 42795737, non, 0, 50, 15, D3 + 1666, 1, 170, 63829, 42906407, nof, 0, 50, 0, + 1667, 1, 0, 63829, 42906407, non, 0, 44, 15, G#2 + 1668, 1, 171, 64000, 43017728, non, 0, 59, 11, B3 + 1669, 1, 0, 64000, 43017728, non, 0, 67, 25, G4 + 1670, 1, 0, 64000, 43017728, nof, 0, 44, 0, + 1671, 1, 0, 64000, 43017728, non, 0, 49, 14, C#3 + 1672, 1, 60, 64060, 43056788, nof, 0, 60, 0, + 1673, 1, 0, 64060, 43056788, nof, 0, 65, 0, + 1674, 1, 111, 64171, 43129049, nof, 0, 49, 0, + 1675, 1, 0, 64171, 43129049, non, 0, 44, 14, G#2 + 1676, 1, 170, 64341, 43239719, nof, 0, 44, 0, + 1677, 1, 0, 64341, 43239719, non, 0, 49, 14, C#3 + 51, 0, 1536, 64512, 43351040,tempo,80,bpm,, + 1678, 1, 171, 64512, 43351040, ctl, 0, 64, 0, + 1679, 1, 0, 64512, 43351040, ctl, 0, 64, 0, + 1680, 1, 0, 64512, 43351040, nof, 0, 49, 0, + 1681, 1, 0, 64512, 43351040, non, 0, 60, 16, C4 + 1682, 1, 0, 64512, 43351040, non, 0, 65, 27, F4 + 1683, 1, 0, 64512, 43351040, non, 0, 44, 14, G#2 + 1684, 1, 60, 64572, 43394960, nof, 0, 59, 0, + 1685, 1, 0, 64572, 43394960, nof, 0, 67, 0, + 1686, 1, 111, 64683, 43476212, nof, 0, 44, 0, + 1687, 1, 0, 64683, 43476212, non, 0, 50, 15, D3 + 1688, 1, 170, 64853, 43600652, nof, 0, 50, 0, + 1689, 1, 0, 64853, 43600652, non, 0, 44, 16, G#2 + 1690, 1, 171, 65024, 43725824, non, 0, 59, 13, B3 + 1691, 1, 0, 65024, 43725824, non, 0, 67, 25, G4 + 1692, 1, 0, 65024, 43725824, nof, 0, 44, 0, + 1693, 1, 0, 65024, 43725824, non, 0, 49, 18, C#3 + 1694, 1, 40, 65064, 43755104, nof, 0, 60, 0, + 1695, 1, 0, 65064, 43755104, nof, 0, 65, 0, + 1696, 1, 131, 65195, 43850996, nof, 0, 49, 0, + 1697, 1, 0, 65195, 43850996, non, 0, 44, 19, G#2 + 1698, 1, 170, 65365, 43975436, nof, 0, 44, 0, + 1699, 1, 0, 65365, 43975436, non, 0, 49, 20, C#3 + 52, 0, 1024, 65536, 44100608,tempo,70,bpm,, + 1700, 1, 171, 65536, 44100608, non, 0, 58, 23, A#3 + 1701, 1, 0, 65536, 44100608, non, 0, 63, 33, D#4 + 1702, 1, 0, 65536, 44100608, nof, 0, 49, 0, + 1703, 1, 0, 65536, 44100608, non, 0, 43, 21, G2 + 1704, 1, 40, 65576, 44134088, nof, 0, 59, 0, + 1705, 1, 0, 65576, 44134088, nof, 0, 67, 0, + 1706, 1, 131, 65707, 44243735, non, 0, 48, 22, C3 + 53, 0, 341, 65877, 44386025,tempo,60,bpm,, + 1707, 1, 170, 65877, 44386025, nof, 0, 43, 0, + 1708, 1, 0, 65877, 44386025, non, 0, 43, 23, G2 + 1709, 1, 171, 66048, 44552921, non, 0, 55, 26, G3 + 1710, 1, 0, 66048, 44552921, non, 0, 60, 26, C4 + 1711, 1, 0, 66048, 44552921, non, 0, 66, 38, F#4 + 1712, 1, 0, 66048, 44552921, nof, 0, 43, 0, + 1713, 1, 0, 66048, 44552921, nof, 0, 48, 0, + 1714, 1, 0, 66048, 44552921, non, 0, 45, 25, A2 + 1715, 1, 50, 66098, 44601721, nof, 0, 58, 0, + 1716, 1, 0, 66098, 44601721, nof, 0, 63, 0, + 54, 0, 342, 66219, 44719817,tempo,50,bpm,, + 1717, 1, 121, 66219, 44719817, non, 0, 39, 26, D#2 + 1718, 1, 170, 66389, 44918887, nof, 0, 45, 0, + 1719, 1, 0, 66389, 44918887, non, 0, 45, 27, A2 + 1720, 1, 171, 66560, 45119128, ctl, 0, 64, 0, + 1721, 1, 0, 66560, 45119128, ctl, 0, 64, 0, + 1722, 1, 0, 66560, 45119128, nof, 0, 39, 0, + 1723, 1, 0, 66560, 45119128, nof, 0, 45, 0, + 1724, 1, 0, 66560, 45119128, non, 0, 58, 32, A#3 + 1725, 1, 0, 66560, 45119128, non, 0, 63, 32, D#4 + 1726, 1, 0, 66560, 45119128, non, 0, 69, 46, A4 + 1727, 1, 0, 66560, 45119128, non, 0, 36, 20, C2 + 1728, 1, 0, 66560, 45119128, non, 0, 42, 30, F#2 + 1729, 1, 50, 66610, 45177678, nof, 0, 55, 0, + 1730, 1, 0, 66610, 45177678, nof, 0, 60, 0, + 1731, 1, 0, 66610, 45177678, nof, 0, 66, 0, + 1732, 1, 1998, 68608, 47517336, ctl, 0, 64, 0, + 1733, 1, 0, 68608, 47517336, ctl, 0, 64, 0, + 55, 0, 3413, 69632, 48716440,tempo,60,bpm,, + 1734, 1, 1024, 69632, 48716440, non, 0, 66, 28, F#4 + 1735, 1, 40, 69672, 48755480, nof, 0, 69, 0, + 1736, 1, 984, 70656, 49715864, ctl, 0, 64, 0, + 1737, 1, 0, 70656, 49715864, ctl, 0, 64, 0, + 1738, 1, 0, 70656, 49715864, nof, 0, 36, 0, + 1739, 1, 0, 70656, 49715864, non, 0, 36, 16, C2 + 1740, 1, 128, 70784, 49840792, nof, 0, 42, 0, + 1741, 1, 0, 70784, 49840792, non, 0, 42, 16, F#2 + 56, 0, 1280, 70912, 49965720,tempo,15,bpm,, + 1742, 1, 128, 70912, 49965720, nof, 0, 58, 0, + 1743, 1, 0, 70912, 49965720, nof, 0, 63, 0, + 1744, 1, 0, 70912, 49965720, nof, 0, 66, 0, + 1745, 1, 0, 70912, 49965720, non, 0, 58, 15, A#3 + 1746, 1, 0, 70912, 49965720, non, 0, 64, 15, E4 + 1747, 1, 0, 70912, 49965720, non, 0, 70, 31, A#4 + 1748, 1, 0, 70912, 49965720, non, 0, 52, 17, E3 + 57, 0, 1792, 72704, 56965272,tempo,222,bpm,, + 1749, 1, 1792, 72704, 56965272, ctl, 0, 64, 0, + 1750, 1, 0, 72704, 56965272, ctl, 0, 64, 0, + 1751, 1, 0, 72704, 56965272, nof, 0, 58, 0, + 1752, 1, 0, 72704, 56965272, nof, 0, 64, 0, + 1753, 1, 0, 72704, 56965272, nof, 0, 70, 0, + 1754, 1, 0, 72704, 56965272, nof, 0, 36, 0, + 1755, 1, 0, 72704, 56965272, nof, 0, 42, 0, + 1756, 1, 0, 72704, 56965272, nof, 0, 52, 0, + 58, 0, 2049, 74753, 57504159,eot,,,, + 1757, 1, 2049, 74753, 57504159,eot,,,, diff --git a/src/cwtest/cfg/gutim_full/scriabin/scriabin_prelude_op67_2.mid b/src/cwtest/cfg/gutim_full/scriabin/scriabin_prelude_op67_2.mid new file mode 100644 index 0000000000000000000000000000000000000000..43a9055107a3f2b615b91aaa19e60b1453e80009 GIT binary patch literal 7620 zcmeHMOK%(36+W_!ppg+vq8^keK8CU$v`ABYNt8%R6dyxzBt9gOYU3Jhkl0GB#FkQt zMv+y>AV7nnNN15nQFPZokY7-A(?3vj(Onn)A?|n1y(5y!1BiikQN)lz&YXMi-0wT* zJLk-0z5VPd5xqepbo&m~+m{~^jr^Tny?tlo*6dH{)uUUmygIr)8d?2<@7|KTN4MXa z+W1`G{~dqc{ngh)*8}!H-LQW(cOoihqrUzv z!p~+Tic9?!XZtJ8IxEig!e8%xsyEjy66uAv{Zx!lbZ!OP zzpEbM!`H~}r?GAn4^DcpLK0u1o)2-qU}pl950DupF~{Z;-EH2K7pwoG%YatBn6Zj4 zG2gE-BW3RzWX4Erao-!fxB^TjjbYY@-8cqs_}%#4o9u4jA|B|4w}Z@5HBMqq1|~5v z&;_$5l`wKcHuccZ_>#dPd{rXea|sJ1DH&AYWS`gI*uKTnx9}wyP~eII+6OYWZ3YtE z5>Ztlvy*mYo5o%P?o}QC~0Y42Dn4ggBmuBz+9yJ@~?oGCP>b#DS^7 zPy_3xG87i5lBBqwy%EwO#;#BMdaH4tIG|flFhEunet=c@@+uf{hT-s}VIUyjZ04yP zrI_a$hC|Vuc0mlhGD-Fh`~aiSGkXnSjTPlE1W|!DM=KzT(LyNEnZd1#I#{s`Iy$2Q zDCeg_L`fqt6JlwUX_ZYn|Q zY>UtE_NTkDNL@6+bYj%1wh!T8Tjf3-Bq<$W93$NIm3 zWLwrB>LSDrG#*TbXfd24G3ysRcG(~cQfJ$`$YP-j=htZtyZf-qoM(I*5OSWq?(Kz3 z28m(ItI(85L19^@*x^k6mS+eG+lqcldK8WU5Taa`6YDRjQ&z!G6*z@$X-|lgpQS-C zt_0^uranEZoT6i}5TweQf*zl}b_%nYp4Aw5dVChzo~0^O$F>da6j?+ek&MPpQT8Du zY%4F5m7P{DEpTEx z&`uFRPLv5CMA@$4=D5GTq5j6U; zVH~?G8!7sJ1;|>WqcjP|JY=&^)YK8jDJa8_;(2*pNUBRz-ylg(TUs_2(UJBLJ8s93 z4YHBF1=;M~R|ITp*;F+Y2E2)cDgxNXz=2H0wu(V%uaeDPAB5m$u?Z9N3WRCUz7{}s zUbJ5y)IO_Bw6DCvLI+NpXE`aLpN?7jS)GejdO$ud&r=O8j--V-H+MH8(_I%Vt8erQt(g4bagGWenvc|SoMVT3- zeWX6NtxI`a=ptmA1Gy~gI7RXu${v(lLzKyeb(Gx%#E~NQ;V2V85(S&acLL&WMF1^m zKp|>oG@ylV0=kdk0(MaWI#{K{9R(=6sAMw$h%pqF-5|L)$z|BiF89Lw59kmey(e99*^&P|VnGtM-^na*S&s)?K-@uM>t0;Z*X zB7`}j5z>&Lta;6r&Sd*Kx+GKbyM)j+oXOZ$_0yKlWL6)8z~)RQMCeSm=cgK!&$ex3 zGN5+Su_&L1i%@h=DV2e2J&T8=`(;PXLF6qWJckUPV+Gb%m$B^LZg~yyX+xrMa4{NTIqhE$&`+1 zTKk7-Na3x!vJXwnr;D?G?MmX0)z3yjiT6W-VdDh=C;9@<-?#FWA#z0)-wZX7qK zG#7~}l>-WMgfyU<$|;2hlG>xk8~}+)jFx_LQc{48?$KOS!4sQQc%UCkYldH`HzqY6 zrXe=j3+HEv8vwSgyA&S8hpF*!eTlj76lEX6!?qo~Lo86#rSKqT208(Lt4Z-(<|^t^ zc(&byYRE5mcG9KrAW};7SYCa2v@$6?ITsbs)Uz$(Qg{#*rp6<0H7<>ZX^6P+R^y@) zrpQ~3#)J4MXgu7aVw8TX!Egi<;ZGXs%rxcw6n2F;<(8;-TS1re7BH1|5%zBDFR%n z1c`~9I{I=U2kN7*37u;b6H+C({!0g`W=SEKxE6&JiHX4?F@fVdJtaF%CFFA{7UNv} z_y|&JL1f%1663=~B6p7pUW$z8RFSxl^?9&77lX5RsWhk89LuRET}a&-bCw+Ih1D|Z zQ5Yo!N3F%9WG##uTFR*I}HTp5G%2A}&c zPSL8rUmbsset-vlfj-F_!YROS-gag#V)e!G9?7o(tNaE17}^a~Lpw7@yJLh-F*Wg} z{^>-_SPQKmX0CD?82HuY)-Ok1-TM6Goge;hboAh)(Q22?f%9c@T)@o*{Z8aOC%|_o=d}I`AW~)_bl#iQ6%c?gUX1m>t7>CEr!(+>A zH;+eu_@>?&9Ss_VP6xjqon4$~jLx&OE93pM=cfifU!Ffby)>R&eEiAf*$2-$MsRdA z^yI@3EFOEkEi{@2&=~c?BjeaSJSo_>br-ZUvy5dqR%=n2*2(92Q92VHvj+t literal 0 HcmV?d00001 diff --git a/src/cwtest/cfg/gutim_full/scriabin/scriabin_prelude_op74_2.csv b/src/cwtest/cfg/gutim_full/scriabin/scriabin_prelude_op74_2.csv index 9e932b9..44b169b 100644 --- a/src/cwtest/cfg/gutim_full/scriabin/scriabin_prelude_op74_2.csv +++ b/src/cwtest/cfg/gutim_full/scriabin/scriabin_prelude_op74_2.csv @@ -1,639 +1,639 @@ UID,trk,dtick,atick,amicro,type,ch,D0,D1,sci_pitch - 0, 0, 0, 0, 0,tsig,1,2,, - 1, 0, 0, 0, 0,ksig,,,, - 2, 0, 0, 0, 0,tempo,30,bpm,, - 66, 1, 0, 0, 0,name,,,, - 67, 1, 0, 0, 0, pgm, 0, 1, 0, - 68, 1, 0, 0, 0, ctl, 0, 64, 0, - 69, 1, 0, 0, 0, ctl, 0, 64, 0, - 636, 2, 1, 1, 1953,copy,,,, - 637, 2, 0, 1, 1953,eot,,,, - 70, 1, 768, 768, 1499904, non, 0, 30, 13, F#1 - 3, 0, 960, 960, 1874880,tempo,25,bpm,, - 71, 1, 192, 960, 1874880, non, 0, 42, 13, F#2 - 4, 0, 64, 1024, 2024832,tsig,4,3,, - 5, 0, 0, 1024, 2024832,tempo,30,bpm,, - 72, 1, 64, 1024, 2024832, ctl, 0, 64,127, - 73, 1, 0, 1024, 2024832, ctl, 0, 64,127, - 74, 1, 0, 1024, 2024832, non, 0, 69, 38, A4 - 75, 1, 0, 1024, 2024832, non, 0, 49, 13, C#3 - 6, 0, 1024, 2048, 4024704,tempo,25,bpm,, - 76, 1, 1024, 2048, 4024704, non, 0, 72, 39, C5 - 77, 1, 50, 2098, 4141854, nof, 0, 69, 0, - 7, 0, 512, 2560, 5224320,tempo,35,bpm,, - 78, 1, 462, 2560, 5224320, non, 0, 69, 34, A4 - 79, 1, 50, 2610, 5308020, nof, 0, 72, 0, - 80, 1, 462, 3072, 6081408, ctl, 0, 64,127, - 81, 1, 0, 3072, 6081408, ctl, 0, 64,127, - 82, 1, 0, 3072, 6081408, non, 0, 67, 33, G4 - 83, 1, 50, 3122, 6165108, nof, 0, 69, 0, - 84, 1, 462, 3584, 6938496, non, 0, 66, 30, F#4 - 85, 1, 50, 3634, 7022196, nof, 0, 67, 0, - 8, 0, 1536, 4096, 7795584,tempo,30,bpm,, - 86, 1, 462, 4096, 7795584, non, 0, 65, 27, F4 - 87, 1, 50, 4146, 7893234, nof, 0, 66, 0, - 9, 0, 512, 4608, 8795520,tempo,25,bpm,, - 88, 1, 462, 4608, 8795520, non, 0, 64, 20, E4 - 89, 1, 50, 4658, 8912670, nof, 0, 65, 0, - 10, 0, 512, 5120, 9995136,tempo,30,bpm,, - 90, 1, 462, 5120, 9995136, ctl, 0, 64, 0, - 91, 1, 0, 5120, 9995136, ctl, 0, 64,127, - 92, 1, 0, 5120, 9995136, nof, 0, 30, 0, - 93, 1, 0, 5120, 9995136, nof, 0, 42, 0, - 94, 1, 0, 5120, 9995136, nof, 0, 49, 0, - 95, 1, 0, 5120, 9995136, non, 0, 42, 21, F#2 - 96, 1, 0, 5120, 9995136, non, 0, 49, 17, C#3 - 97, 1, 102, 5222, 10194342, ctl, 0, 64, 0, - 98, 1, 118, 5340, 10424796, ctl, 0, 64,127, - 11, 0, 512, 5632, 10995072,tempo,35,bpm,, - 99, 1, 292, 5632, 10995072, nof, 0, 64, 0, - 100, 1, 0, 5632, 10995072, non, 0, 48, 14, C3 - 101, 1, 0, 5632, 10995072, non, 0, 55, 18, G3 - 102, 1, 40, 5672, 11062032, nof, 0, 49, 0, - 103, 1, 472, 6144, 11852160, nof, 0, 42, 0, - 104, 1, 0, 6144, 11852160, non, 0, 49, 17, C#3 - 105, 1, 0, 6144, 11852160, non, 0, 42, 21, F#2 - 106, 1, 40, 6184, 11919120, nof, 0, 48, 0, - 107, 1, 0, 6184, 11919120, nof, 0, 55, 0, - 108, 1, 216, 6400, 12280704, non, 0, 60, 25, C4 - 12, 0, 1024, 6656, 12709248,tempo,30,bpm,, - 109, 1, 256, 6656, 12709248, nof, 0, 60, 0, - 110, 1, 0, 6656, 12709248, non, 0, 59, 25, B3 - 111, 1, 0, 6656, 12709248, non, 0, 48, 14, C3 - 112, 1, 0, 6656, 12709248, non, 0, 55, 18, G3 - 113, 1, 40, 6696, 12787368, nof, 0, 49, 0, - 114, 1, 216, 6912, 13209216, nof, 0, 59, 0, - 115, 1, 0, 6912, 13209216, non, 0, 58, 20, A#3 - 116, 1, 256, 7168, 13709184, ctl, 0, 64, 0, - 117, 1, 0, 7168, 13709184, ctl, 0, 64,127, - 118, 1, 0, 7168, 13709184, nof, 0, 42, 0, - 119, 1, 0, 7168, 13709184, non, 0, 42, 21, F#2 - 120, 1, 0, 7168, 13709184, non, 0, 49, 17, C#3 - 121, 1, 40, 7208, 13787304, nof, 0, 48, 0, - 122, 1, 0, 7208, 13787304, nof, 0, 55, 0, - 123, 1, 67, 7275, 13918155, ctl, 0, 64, 0, - 124, 1, 149, 7424, 14209152, non, 0, 65, 30, F4 - 125, 1, 11, 7435, 14230635, ctl, 0, 64,127, - 13, 0, 1024, 7680, 14709120,tempo,30,bpm,, - 126, 1, 245, 7680, 14709120, nof, 0, 65, 0, - 127, 1, 0, 7680, 14709120, non, 0, 64, 27, E4 - 128, 1, 0, 7680, 14709120, non, 0, 48, 14, C3 - 129, 1, 0, 7680, 14709120, non, 0, 55, 18, G3 - 130, 1, 40, 7720, 14787240, nof, 0, 49, 0, - 14, 0, 256, 7936, 15209088,tempo,35,bpm,, - 131, 1, 216, 7936, 15209088, nof, 0, 64, 0, - 132, 1, 0, 7936, 15209088, non, 0, 63, 25, D#4 - 133, 1, 247, 8183, 15622566, ctl, 0, 64, 0, - 15, 0, 256, 8192, 15637632,tempo,30,bpm,, - 134, 1, 9, 8192, 15637632, nof, 0, 58, 0, - 135, 1, 0, 8192, 15637632, nof, 0, 63, 0, - 136, 1, 0, 8192, 15637632, non, 0, 60, 23, C4 - 137, 1, 0, 8192, 15637632, nof, 0, 42, 0, - 138, 1, 0, 8192, 15637632, non, 0, 51, 17, D#3 - 139, 1, 0, 8192, 15637632, non, 0, 42, 21, F#2 - 140, 1, 40, 8232, 15715752, nof, 0, 48, 0, - 141, 1, 0, 8232, 15715752, nof, 0, 55, 0, - 142, 1, 94, 8326, 15899334, ctl, 0, 64,127, - 16, 0, 256, 8448, 16137600,tempo,35,bpm,, - 143, 1, 122, 8448, 16137600, non, 0, 67, 28, G4 - 17, 0, 256, 8704, 16566144,tempo,30,bpm,, - 144, 1, 256, 8704, 16566144, nof, 0, 67, 0, - 145, 1, 0, 8704, 16566144, non, 0, 66, 27, F#4 - 146, 1, 0, 8704, 16566144, nof, 0, 60, 0, - 147, 1, 0, 8704, 16566144, non, 0, 57, 23, A3 - 148, 1, 0, 8704, 16566144, non, 0, 50, 14, D3 - 149, 1, 13, 8717, 16591533, ctl, 0, 64, 0, - 150, 1, 27, 8744, 16644264, nof, 0, 51, 0, - 151, 1, 187, 8931, 17009475, ctl, 0, 64,127, - 18, 0, 256, 8960, 17066112,tempo,25,bpm,, - 152, 1, 29, 8960, 17066112, nof, 0, 66, 0, - 153, 1, 0, 8960, 17066112, non, 0, 65, 25, F4 - 19, 0, 256, 9216, 17665920,tempo,30,bpm,, - 154, 1, 256, 9216, 17665920, ctl, 0, 64, 0, - 155, 1, 0, 9216, 17665920, ctl, 0, 64,127, - 156, 1, 0, 9216, 17665920, ctl, 0, 64, 0, - 157, 1, 0, 9216, 17665920, nof, 0, 65, 0, - 158, 1, 0, 9216, 17665920, nof, 0, 57, 0, - 159, 1, 0, 9216, 17665920, nof, 0, 42, 0, - 160, 1, 0, 9216, 17665920, non, 0, 69, 43, A4 - 161, 1, 0, 9216, 17665920, non, 0, 42, 15, F#2 - 162, 1, 0, 9216, 17665920, non, 0, 58, 16, A#3 - 163, 1, 0, 9216, 17665920, non, 0, 49, 11, C#3 - 164, 1, 40, 9256, 17744040, nof, 0, 50, 0, - 165, 1, 67, 9323, 17874891, ctl, 0, 64, 0, - 166, 1, 149, 9472, 18165888, non, 0, 65, 22, F4 - 167, 1, 11, 9483, 18187371, ctl, 0, 64,127, - 20, 0, 512, 9728, 18665856,tempo,35,bpm,, - 168, 1, 245, 9728, 18665856, nof, 0, 65, 0, - 169, 1, 0, 9728, 18665856, non, 0, 64, 22, E4 - 170, 1, 0, 9728, 18665856, non, 0, 48, 8, C3 - 171, 1, 0, 9728, 18665856, non, 0, 55, 11, G3 - 172, 1, 40, 9768, 18732816, nof, 0, 49, 0, - 173, 1, 216, 9984, 19094400, nof, 0, 64, 0, - 174, 1, 0, 9984, 19094400, non, 0, 63, 22, D#4 - 175, 1, 247, 10231, 19507878, ctl, 0, 64, 0, - 21, 0, 512, 10240, 19522944,tempo,25,bpm,, - 176, 1, 9, 10240, 19522944, nof, 0, 69, 0, - 177, 1, 0, 10240, 19522944, nof, 0, 63, 0, - 178, 1, 0, 10240, 19522944, non, 0, 66, 26, F#4 - 179, 1, 0, 10240, 19522944, non, 0, 72, 44, C5 - 180, 1, 0, 10240, 19522944, nof, 0, 42, 0, - 181, 1, 0, 10240, 19522944, nof, 0, 58, 0, - 182, 1, 0, 10240, 19522944, non, 0, 49, 11, C#3 - 183, 1, 0, 10240, 19522944, non, 0, 42, 15, F#2 - 184, 1, 0, 10240, 19522944, non, 0, 58, 16, A#3 - 185, 1, 40, 10280, 19616664, nof, 0, 48, 0, - 186, 1, 0, 10280, 19616664, nof, 0, 55, 0, - 187, 1, 94, 10374, 19836906, ctl, 0, 64,127, - 22, 0, 256, 10496, 20122752,tempo,35,bpm,, - 188, 1, 122, 10496, 20122752, nof, 0, 66, 0, - 189, 1, 0, 10496, 20122752, non, 0, 65, 22, F4 - 190, 1, 256, 10752, 20551296, nof, 0, 65, 0, - 191, 1, 0, 10752, 20551296, non, 0, 64, 22, E4 - 192, 1, 0, 10752, 20551296, nof, 0, 72, 0, - 193, 1, 0, 10752, 20551296, non, 0, 69, 39, A4 - 194, 1, 0, 10752, 20551296, non, 0, 48, 8, C3 - 195, 1, 0, 10752, 20551296, non, 0, 55, 12, G3 - 196, 1, 13, 10765, 20573058, ctl, 0, 64, 0, - 197, 1, 27, 10792, 20618256, nof, 0, 49, 0, - 198, 1, 187, 10979, 20931294, ctl, 0, 64,127, - 199, 1, 29, 11008, 20979840, nof, 0, 64, 0, - 200, 1, 0, 11008, 20979840, non, 0, 63, 22, D#4 - 23, 0, 768, 11264, 21408384,tempo,30,bpm,, - 201, 1, 256, 11264, 21408384, ctl, 0, 64, 0, - 202, 1, 0, 11264, 21408384, ctl, 0, 64,127, - 203, 1, 0, 11264, 21408384, ctl, 0, 64, 0, - 204, 1, 0, 11264, 21408384, nof, 0, 63, 0, - 205, 1, 0, 11264, 21408384, nof, 0, 69, 0, - 206, 1, 0, 11264, 21408384, nof, 0, 42, 0, - 207, 1, 0, 11264, 21408384, nof, 0, 58, 0, - 208, 1, 0, 11264, 21408384, non, 0, 67, 33, G4 - 209, 1, 0, 11264, 21408384, non, 0, 64, 21, E4 - 210, 1, 0, 11264, 21408384, non, 0, 42, 11, F#2 - 211, 1, 0, 11264, 21408384, non, 0, 58, 12, A#3 - 212, 1, 0, 11264, 21408384, non, 0, 49, 7, C#3 - 213, 1, 40, 11304, 21486504, nof, 0, 48, 0, - 214, 1, 0, 11304, 21486504, nof, 0, 55, 0, - 215, 1, 67, 11371, 21617355, ctl, 0, 64, 0, - 24, 0, 256, 11520, 21908352,tempo,35,bpm,, - 216, 1, 149, 11520, 21908352, nof, 0, 64, 0, - 217, 1, 0, 11520, 21908352, non, 0, 63, 22, D#4 - 218, 1, 11, 11531, 21926766, ctl, 0, 64,127, - 219, 1, 245, 11776, 22336896, nof, 0, 67, 0, - 220, 1, 0, 11776, 22336896, non, 0, 66, 35, F#4 - 221, 1, 0, 11776, 22336896, non, 0, 48, 8, C3 - 222, 1, 0, 11776, 22336896, non, 0, 55, 12, G3 - 223, 1, 40, 11816, 22403856, nof, 0, 49, 0, - 224, 1, 216, 12032, 22765440, nof, 0, 63, 0, - 225, 1, 0, 12032, 22765440, non, 0, 62, 22, D4 - 226, 1, 247, 12279, 23178918, ctl, 0, 64, 0, - 25, 0, 768, 12288, 23193984,tempo,30,bpm,, - 227, 1, 9, 12288, 23193984, nof, 0, 62, 0, - 228, 1, 0, 12288, 23193984, non, 0, 63, 22, D#4 - 229, 1, 0, 12288, 23193984, nof, 0, 66, 0, - 230, 1, 0, 12288, 23193984, non, 0, 65, 28, F4 - 231, 1, 0, 12288, 23193984, nof, 0, 42, 0, - 232, 1, 0, 12288, 23193984, nof, 0, 58, 0, - 233, 1, 0, 12288, 23193984, non, 0, 49, 3, C#3 - 234, 1, 0, 12288, 23193984, non, 0, 42, 7, F#2 - 235, 1, 0, 12288, 23193984, non, 0, 58, 8, A#3 - 236, 1, 40, 12328, 23272104, nof, 0, 48, 0, - 237, 1, 0, 12328, 23272104, nof, 0, 55, 0, - 238, 1, 94, 12422, 23455686, ctl, 0, 64,127, - 239, 1, 122, 12544, 23693952, nof, 0, 63, 0, - 240, 1, 0, 12544, 23693952, non, 0, 62, 22, D4 - 241, 1, 256, 12800, 24193920, nof, 0, 65, 0, - 242, 1, 0, 12800, 24193920, non, 0, 64, 24, E4 - 243, 1, 0, 12800, 24193920, non, 0, 48, 8, C3 - 244, 1, 0, 12800, 24193920, non, 0, 55, 12, G3 - 245, 1, 13, 12813, 24219309, ctl, 0, 64, 0, - 246, 1, 27, 12840, 24272040, nof, 0, 49, 0, - 247, 1, 187, 13027, 24637251, ctl, 0, 64,127, - 248, 1, 29, 13056, 24693888, nof, 0, 62, 0, - 249, 1, 0, 13056, 24693888, non, 0, 61, 15, C#4 - 250, 1, 256, 13312, 25193856, ctl, 0, 64, 0, - 251, 1, 0, 13312, 25193856, ctl, 0, 64, 0, - 252, 1, 0, 13312, 25193856, ctl, 0, 64,127, - 253, 1, 0, 13312, 25193856, ctl, 0, 64, 0, - 254, 1, 0, 13312, 25193856, nof, 0, 42, 0, - 255, 1, 0, 13312, 25193856, non, 0, 42, 14, F#2 - 256, 1, 0, 13312, 25193856, non, 0, 49, 10, C#3 - 257, 1, 40, 13352, 25271976, nof, 0, 48, 0, - 258, 1, 0, 13352, 25271976, nof, 0, 55, 0, - 259, 1, 62, 13414, 25393062, ctl, 0, 64, 0, - 260, 1, 118, 13532, 25623516, ctl, 0, 64,127, - 26, 0, 1536, 13824, 26193792,tempo,35,bpm,, - 261, 1, 292, 13824, 26193792, nof, 0, 61, 0, - 262, 1, 0, 13824, 26193792, non, 0, 48, 14, C3 - 263, 1, 0, 13824, 26193792, non, 0, 55, 18, G3 - 264, 1, 40, 13864, 26260752, nof, 0, 49, 0, - 265, 1, 0, 13864, 26260752, nof, 0, 58, 0, - 266, 1, 472, 14336, 27050880, nof, 0, 42, 0, - 267, 1, 0, 14336, 27050880, non, 0, 49, 17, C#3 - 268, 1, 0, 14336, 27050880, non, 0, 42, 21, F#2 - 269, 1, 40, 14376, 27117840, nof, 0, 48, 0, - 270, 1, 0, 14376, 27117840, nof, 0, 55, 0, - 271, 1, 216, 14592, 27479424, non, 0, 60, 25, C4 - 27, 0, 1024, 14848, 27907968,tempo,30,bpm,, - 272, 1, 256, 14848, 27907968, non, 0, 59, 22, B3 - 273, 1, 0, 14848, 27907968, non, 0, 48, 14, C3 - 274, 1, 0, 14848, 27907968, non, 0, 55, 18, G3 - 275, 1, 40, 14888, 27986088, nof, 0, 49, 0, - 276, 1, 10, 14898, 28005618, nof, 0, 60, 0, - 277, 1, 206, 15104, 28407936, non, 0, 58, 20, A#3 - 278, 1, 50, 15154, 28505586, nof, 0, 59, 0, - 28, 0, 512, 15360, 28907904,tempo,35,bpm,, - 279, 1, 206, 15360, 28907904, ctl, 0, 64, 0, - 280, 1, 0, 15360, 28907904, ctl, 0, 64,127, - 281, 1, 0, 15360, 28907904, ctl, 0, 64, 0, - 282, 1, 0, 15360, 28907904, nof, 0, 64, 0, - 283, 1, 0, 15360, 28907904, nof, 0, 42, 0, - 284, 1, 0, 15360, 28907904, non, 0, 42, 21, F#2 - 285, 1, 0, 15360, 28907904, non, 0, 49, 17, C#3 - 286, 1, 40, 15400, 28974864, nof, 0, 48, 0, - 287, 1, 0, 15400, 28974864, nof, 0, 55, 0, - 288, 1, 67, 15467, 29087022, ctl, 0, 64, 0, - 289, 1, 149, 15616, 29336448, non, 0, 65, 27, F4 - 290, 1, 11, 15627, 29354862, ctl, 0, 64,127, - 29, 0, 512, 15872, 29764992,tempo,30,bpm,, - 291, 1, 245, 15872, 29764992, non, 0, 64, 24, E4 - 292, 1, 0, 15872, 29764992, non, 0, 48, 14, C3 - 293, 1, 0, 15872, 29764992, non, 0, 55, 18, G3 - 294, 1, 40, 15912, 29843112, nof, 0, 49, 0, - 295, 1, 10, 15922, 29862642, nof, 0, 65, 0, - 296, 1, 206, 16128, 30264960, non, 0, 63, 22, D#4 - 297, 1, 50, 16178, 30362610, nof, 0, 64, 0, - 298, 1, 197, 16375, 30747351, ctl, 0, 64, 0, - 30, 0, 512, 16384, 30764928,tempo,35,bpm,, - 299, 1, 9, 16384, 30764928, nof, 0, 58, 0, - 300, 1, 0, 16384, 30764928, nof, 0, 63, 0, - 301, 1, 0, 16384, 30764928, nof, 0, 42, 0, - 302, 1, 0, 16384, 30764928, non, 0, 51, 17, D#3 - 303, 1, 0, 16384, 30764928, non, 0, 42, 21, F#2 - 304, 1, 0, 16384, 30764928, non, 0, 60, 26, C4 - 305, 1, 40, 16424, 30831888, nof, 0, 48, 0, - 306, 1, 0, 16424, 30831888, nof, 0, 55, 0, - 307, 1, 94, 16518, 30989244, ctl, 0, 64,127, - 308, 1, 122, 16640, 31193472, non, 0, 67, 28, G4 - 31, 0, 512, 16896, 31622016,tempo,30,bpm,, - 309, 1, 256, 16896, 31622016, non, 0, 66, 26, F#4 - 310, 1, 0, 16896, 31622016, non, 0, 71, 50, B4 - 311, 1, 0, 16896, 31622016, non, 0, 50, 14, D3 - 312, 1, 0, 16896, 31622016, non, 0, 57, 18, A3 - 313, 1, 13, 16909, 31647405, ctl, 0, 64, 0, - 314, 1, 27, 16936, 31700136, nof, 0, 51, 0, - 315, 1, 10, 16946, 31719666, nof, 0, 67, 0, - 316, 1, 177, 17123, 32065347, ctl, 0, 64,127, - 317, 1, 25, 17148, 32114172, nof, 0, 42, 0, - 318, 1, 4, 17152, 32121984, non, 0, 65, 24, F4 - 319, 1, 50, 17202, 32219634, nof, 0, 66, 0, - 320, 1, 78, 17280, 32371968, non, 0, 42, 21, F#2 - 32, 0, 512, 17408, 32621952,tempo,25,bpm,, - 321, 1, 128, 17408, 32621952, ctl, 0, 64, 0, - 322, 1, 0, 17408, 32621952, ctl, 0, 64,127, - 323, 1, 0, 17408, 32621952, ctl, 0, 64, 0, - 324, 1, 0, 17408, 32621952, ctl, 0, 64, 0, - 325, 1, 0, 17408, 32621952, nof, 0, 71, 0, - 326, 1, 0, 17408, 32621952, nof, 0, 60, 0, - 327, 1, 0, 17408, 32621952, non, 0, 72, 51, C5 - 328, 1, 0, 17408, 32621952, non, 0, 66, 30, F#4 - 329, 1, 0, 17408, 32621952, non, 0, 58, 26, A#3 - 330, 1, 0, 17408, 32621952, non, 0, 49, 17, C#3 - 331, 1, 40, 17448, 32715672, nof, 0, 50, 0, - 332, 1, 0, 17448, 32715672, nof, 0, 57, 0, - 333, 1, 10, 17458, 32739102, nof, 0, 65, 0, - 334, 1, 57, 17515, 32872653, ctl, 0, 64, 0, - 33, 0, 256, 17664, 33221760,tempo,30,bpm,, - 335, 1, 149, 17664, 33221760, non, 0, 65, 29, F4 - 336, 1, 11, 17675, 33243243, ctl, 0, 64,127, - 337, 1, 39, 17714, 33319410, nof, 0, 66, 0, - 34, 0, 256, 17920, 33721728,tempo,35,bpm,, - 338, 1, 206, 17920, 33721728, non, 0, 64, 28, E4 - 339, 1, 0, 17920, 33721728, non, 0, 48, 14, C3 - 340, 1, 0, 17920, 33721728, non, 0, 55, 18, G3 - 341, 1, 40, 17960, 33788688, nof, 0, 49, 0, - 342, 1, 10, 17970, 33805428, nof, 0, 65, 0, - 343, 1, 202, 18172, 34143576, nof, 0, 42, 0, - 344, 1, 4, 18176, 34150272, non, 0, 63, 27, D#4 - 345, 1, 50, 18226, 34233972, nof, 0, 64, 0, - 346, 1, 78, 18304, 34364544, non, 0, 42, 13, F#2 - 347, 1, 119, 18423, 34563750, ctl, 0, 64, 0, - 35, 0, 512, 18432, 34578816,tempo,25,bpm,, - 348, 1, 9, 18432, 34578816, nof, 0, 72, 0, - 349, 1, 0, 18432, 34578816, non, 0, 66, 10, F#4 - 350, 1, 0, 18432, 34578816, non, 0, 72, 23, C5 - 351, 1, 0, 18432, 34578816, non, 0, 75, 51, D#5 - 352, 1, 0, 18432, 34578816, nof, 0, 58, 0, - 353, 1, 0, 18432, 34578816, non, 0, 49, 9, C#3 - 354, 1, 0, 18432, 34578816, non, 0, 58, 18, A#3 - 355, 1, 40, 18472, 34672536, nof, 0, 48, 0, - 356, 1, 0, 18472, 34672536, nof, 0, 55, 0, - 357, 1, 10, 18482, 34695966, nof, 0, 63, 0, - 358, 1, 84, 18566, 34892778, ctl, 0, 64,127, - 36, 0, 256, 18688, 35178624,tempo,30,bpm,, - 359, 1, 122, 18688, 35178624, non, 0, 65, 15, F4 - 360, 1, 50, 18738, 35276274, nof, 0, 66, 0, - 361, 1, 206, 18944, 35678592, non, 0, 64, 18, E4 - 362, 1, 0, 18944, 35678592, nof, 0, 72, 0, - 363, 1, 0, 18944, 35678592, non, 0, 69, 21, A4 - 364, 1, 0, 18944, 35678592, non, 0, 72, 44, C5 - 365, 1, 0, 18944, 35678592, non, 0, 48, 14, C3 - 366, 1, 0, 18944, 35678592, non, 0, 55, 18, G3 - 367, 1, 13, 18957, 35703981, ctl, 0, 64, 0, - 368, 1, 27, 18984, 35756712, nof, 0, 49, 0, - 369, 1, 10, 18994, 35776242, nof, 0, 65, 0, - 370, 1, 0, 18994, 35776242, nof, 0, 75, 0, - 371, 1, 177, 19171, 36121923, ctl, 0, 64,127, - 37, 0, 512, 19200, 36178560,tempo,35,bpm,, - 372, 1, 29, 19200, 36178560, non, 0, 63, 16, D#4 - 373, 1, 50, 19250, 36262260, nof, 0, 64, 0, - 38, 0, 256, 19456, 36607104,tempo,30,bpm,, - 374, 1, 206, 19456, 36607104, ctl, 0, 64, 0, - 375, 1, 0, 19456, 36607104, ctl, 0, 64,127, - 376, 1, 0, 19456, 36607104, ctl, 0, 64, 0, - 377, 1, 0, 19456, 36607104, ctl, 0, 64, 0, - 378, 1, 0, 19456, 36607104, nof, 0, 42, 0, - 379, 1, 0, 19456, 36607104, nof, 0, 58, 0, - 380, 1, 0, 19456, 36607104, non, 0, 67, 25, G4 - 381, 1, 0, 19456, 36607104, non, 0, 70, 41, A#4 - 382, 1, 0, 19456, 36607104, non, 0, 64, 19, E4 - 383, 1, 0, 19456, 36607104, non, 0, 42, 14, F#2 - 384, 1, 0, 19456, 36607104, non, 0, 58, 13, A#3 - 385, 1, 0, 19456, 36607104, non, 0, 49, 10, C#3 - 386, 1, 40, 19496, 36685224, nof, 0, 48, 0, - 387, 1, 0, 19496, 36685224, nof, 0, 55, 0, - 388, 1, 10, 19506, 36704754, nof, 0, 63, 0, - 389, 1, 0, 19506, 36704754, nof, 0, 69, 0, - 390, 1, 0, 19506, 36704754, nof, 0, 72, 0, - 391, 1, 57, 19563, 36816075, ctl, 0, 64, 0, - 39, 0, 256, 19712, 37107072,tempo,35,bpm,, - 392, 1, 149, 19712, 37107072, non, 0, 63, 23, D#4 - 393, 1, 11, 19723, 37125486, ctl, 0, 64,127, - 394, 1, 39, 19762, 37190772, nof, 0, 64, 0, - 395, 1, 206, 19968, 37535616, non, 0, 66, 21, F#4 - 396, 1, 0, 19968, 37535616, non, 0, 69, 35, A4 - 397, 1, 0, 19968, 37535616, non, 0, 48, 14, C3 - 398, 1, 0, 19968, 37535616, non, 0, 55, 18, G3 - 399, 1, 40, 20008, 37602576, nof, 0, 49, 0, - 400, 1, 10, 20018, 37619316, nof, 0, 67, 0, - 401, 1, 0, 20018, 37619316, nof, 0, 70, 0, - 402, 1, 206, 20224, 37964160, non, 0, 62, 18, D4 - 403, 1, 50, 20274, 38047860, nof, 0, 63, 0, - 404, 1, 197, 20471, 38377638, ctl, 0, 64, 0, - 40, 0, 768, 20480, 38392704,tempo,30,bpm,, - 405, 1, 9, 20480, 38392704, non, 0, 63, 17, D#4 - 406, 1, 0, 20480, 38392704, non, 0, 65, 20, F4 - 407, 1, 0, 20480, 38392704, non, 0, 68, 27, G#4 - 408, 1, 0, 20480, 38392704, nof, 0, 42, 0, - 409, 1, 0, 20480, 38392704, nof, 0, 58, 0, - 410, 1, 0, 20480, 38392704, non, 0, 49, 10, C#3 - 411, 1, 0, 20480, 38392704, non, 0, 42, 14, F#2 - 412, 1, 0, 20480, 38392704, non, 0, 58, 13, A#3 - 413, 1, 40, 20520, 38470824, nof, 0, 48, 0, - 414, 1, 0, 20520, 38470824, nof, 0, 55, 0, - 415, 1, 10, 20530, 38490354, nof, 0, 62, 0, - 416, 1, 0, 20530, 38490354, nof, 0, 66, 0, - 417, 1, 0, 20530, 38490354, nof, 0, 69, 0, - 418, 1, 84, 20614, 38654406, ctl, 0, 64,127, - 41, 0, 256, 20736, 38892672,tempo,35,bpm,, - 419, 1, 122, 20736, 38892672, non, 0, 62, 17, D4 - 420, 1, 50, 20786, 38976372, nof, 0, 63, 0, - 421, 1, 206, 20992, 39321216, non, 0, 64, 13, E4 - 422, 1, 0, 20992, 39321216, non, 0, 67, 22, G4 - 423, 1, 0, 20992, 39321216, non, 0, 48, 14, C3 - 424, 1, 0, 20992, 39321216, non, 0, 55, 18, G3 - 425, 1, 13, 21005, 39342978, ctl, 0, 64, 0, - 426, 1, 27, 21032, 39388176, nof, 0, 49, 0, - 427, 1, 10, 21042, 39404916, nof, 0, 65, 0, - 428, 1, 0, 21042, 39404916, nof, 0, 68, 0, - 429, 1, 177, 21219, 39701214, ctl, 0, 64,127, - 430, 1, 29, 21248, 39749760, non, 0, 61, 12, C#4 - 431, 1, 50, 21298, 39833460, nof, 0, 62, 0, - 432, 1, 206, 21504, 40178304, ctl, 0, 64, 0, - 433, 1, 0, 21504, 40178304, ctl, 0, 64,127, - 434, 1, 0, 21504, 40178304, ctl, 0, 64, 0, - 435, 1, 0, 21504, 40178304, ctl, 0, 64, 0, - 436, 1, 0, 21504, 40178304, nof, 0, 61, 0, - 437, 1, 0, 21504, 40178304, nof, 0, 42, 0, - 438, 1, 0, 21504, 40178304, nof, 0, 58, 0, - 439, 1, 0, 21504, 40178304, non, 0, 42, 16, F#2 - 440, 1, 0, 21504, 40178304, non, 0, 60, 16, C4 - 441, 1, 0, 21504, 40178304, non, 0, 51, 7, D#3 - 442, 1, 40, 21544, 40245264, nof, 0, 48, 0, - 443, 1, 0, 21544, 40245264, nof, 0, 55, 0, - 444, 1, 10, 21554, 40262004, nof, 0, 64, 0, - 445, 1, 0, 21554, 40262004, nof, 0, 67, 0, - 446, 1, 57, 21611, 40357422, ctl, 0, 64, 0, - 447, 1, 149, 21760, 40606848, non, 0, 67, 28, G4 - 448, 1, 11, 21771, 40625262, ctl, 0, 64,127, - 42, 0, 1280, 22016, 41035392,tempo,30,bpm,, - 449, 1, 245, 22016, 41035392, non, 0, 66, 28, F#4 - 450, 1, 0, 22016, 41035392, non, 0, 71, 47, B4 - 451, 1, 0, 22016, 41035392, non, 0, 50, 14, D3 - 452, 1, 0, 22016, 41035392, non, 0, 57, 18, A3 - 453, 1, 40, 22056, 41113512, nof, 0, 51, 0, - 454, 1, 10, 22066, 41133042, nof, 0, 67, 0, - 455, 1, 202, 22268, 41527548, nof, 0, 42, 0, - 456, 1, 4, 22272, 41535360, non, 0, 65, 27, F4 - 457, 1, 50, 22322, 41633010, nof, 0, 66, 0, - 458, 1, 78, 22400, 41785344, non, 0, 42, 16, F#2 - 459, 1, 119, 22519, 42017751, ctl, 0, 64, 0, - 43, 0, 512, 22528, 42035328,tempo,25,bpm,, - 460, 1, 9, 22528, 42035328, non, 0, 72, 51, C5 - 461, 1, 0, 22528, 42035328, non, 0, 66, 26, F#4 - 462, 1, 0, 22528, 42035328, nof, 0, 60, 0, - 463, 1, 0, 22528, 42035328, non, 0, 49, 7, C#3 - 464, 1, 0, 22528, 42035328, non, 0, 58, 16, A#3 - 465, 1, 40, 22568, 42129048, nof, 0, 50, 0, - 466, 1, 0, 22568, 42129048, nof, 0, 57, 0, - 467, 1, 10, 22578, 42152478, nof, 0, 71, 0, - 468, 1, 0, 22578, 42152478, nof, 0, 65, 0, - 469, 1, 84, 22662, 42349290, ctl, 0, 64,127, - 44, 0, 256, 22784, 42635136,tempo,30,bpm,, - 470, 1, 122, 22784, 42635136, non, 0, 65, 24, F4 - 471, 1, 50, 22834, 42732786, nof, 0, 66, 0, - 45, 0, 256, 23040, 43135104,tempo,35,bpm,, - 472, 1, 206, 23040, 43135104, non, 0, 69, 47, A4 - 473, 1, 0, 23040, 43135104, non, 0, 64, 23, E4 - 474, 1, 0, 23040, 43135104, non, 0, 48, 14, C3 - 475, 1, 0, 23040, 43135104, non, 0, 55, 18, G3 - 476, 1, 13, 23053, 43156866, ctl, 0, 64, 0, - 477, 1, 27, 23080, 43202064, nof, 0, 49, 0, - 478, 1, 10, 23090, 43218804, nof, 0, 72, 0, - 479, 1, 0, 23090, 43218804, nof, 0, 65, 0, - 480, 1, 177, 23267, 43515102, ctl, 0, 64,127, - 481, 1, 29, 23296, 43563648, non, 0, 63, 22, D#4 - 482, 1, 50, 23346, 43647348, nof, 0, 64, 0, - 46, 0, 512, 23552, 43992192,tempo,30,bpm,, - 483, 1, 206, 23552, 43992192, ctl, 0, 64, 0, - 484, 1, 0, 23552, 43992192, ctl, 0, 64,127, - 485, 1, 0, 23552, 43992192, ctl, 0, 64, 0, - 486, 1, 0, 23552, 43992192, ctl, 0, 64, 0, - 487, 1, 0, 23552, 43992192, nof, 0, 42, 0, - 488, 1, 0, 23552, 43992192, nof, 0, 58, 0, - 489, 1, 0, 23552, 43992192, non, 0, 70, 47, A#4 - 490, 1, 0, 23552, 43992192, non, 0, 68, 28, G#4 - 491, 1, 0, 23552, 43992192, non, 0, 42, 19, F#2 - 492, 1, 0, 23552, 43992192, non, 0, 60, 19, C4 - 493, 1, 0, 23552, 43992192, non, 0, 51, 10, D#3 - 494, 1, 40, 23592, 44070312, nof, 0, 48, 0, - 495, 1, 0, 23592, 44070312, nof, 0, 55, 0, - 496, 1, 10, 23602, 44089842, nof, 0, 69, 0, - 497, 1, 0, 23602, 44089842, nof, 0, 63, 0, - 498, 1, 57, 23659, 44201163, ctl, 0, 64, 0, - 47, 0, 256, 23808, 44492160,tempo,35,bpm,, - 499, 1, 149, 23808, 44492160, non, 0, 67, 26, G4 - 500, 1, 11, 23819, 44510574, ctl, 0, 64,127, - 501, 1, 39, 23858, 44575860, nof, 0, 68, 0, - 48, 0, 256, 24064, 44920704,tempo,30,bpm,, - 502, 1, 206, 24064, 44920704, non, 0, 66, 24, F#4 - 503, 1, 0, 24064, 44920704, non, 0, 71, 49, B4 - 504, 1, 0, 24064, 44920704, non, 0, 50, 14, D3 - 505, 1, 0, 24064, 44920704, non, 0, 57, 18, A3 - 506, 1, 40, 24104, 44998824, nof, 0, 51, 0, - 507, 1, 10, 24114, 45018354, nof, 0, 70, 0, - 508, 1, 0, 24114, 45018354, nof, 0, 67, 0, - 509, 1, 202, 24316, 45412860, nof, 0, 42, 0, - 510, 1, 4, 24320, 45420672, non, 0, 65, 22, F4 - 511, 1, 50, 24370, 45518322, nof, 0, 66, 0, - 512, 1, 78, 24448, 45670656, non, 0, 42, 19, F#2 - 513, 1, 119, 24567, 45903063, ctl, 0, 64, 0, - 49, 0, 512, 24576, 45920640,tempo,25,bpm,, - 514, 1, 9, 24576, 45920640, non, 0, 66, 26, F#4 - 515, 1, 0, 24576, 45920640, non, 0, 72, 51, C5 - 516, 1, 0, 24576, 45920640, nof, 0, 60, 0, - 517, 1, 0, 24576, 45920640, non, 0, 49, 10, C#3 - 518, 1, 0, 24576, 45920640, non, 0, 58, 19, A#3 - 519, 1, 40, 24616, 46014360, nof, 0, 50, 0, - 520, 1, 0, 24616, 46014360, nof, 0, 57, 0, - 521, 1, 10, 24626, 46037790, nof, 0, 65, 0, - 522, 1, 0, 24626, 46037790, nof, 0, 71, 0, - 523, 1, 84, 24710, 46234602, ctl, 0, 64,127, - 50, 0, 256, 24832, 46520448,tempo,30,bpm,, - 524, 1, 122, 24832, 46520448, non, 0, 65, 24, F4 - 525, 1, 50, 24882, 46618098, nof, 0, 66, 0, - 51, 0, 256, 25088, 47020416,tempo,35,bpm,, - 526, 1, 206, 25088, 47020416, non, 0, 64, 22, E4 - 527, 1, 0, 25088, 47020416, non, 0, 69, 37, A4 - 528, 1, 0, 25088, 47020416, non, 0, 48, 14, C3 - 529, 1, 0, 25088, 47020416, non, 0, 55, 18, G3 - 530, 1, 13, 25101, 47042178, ctl, 0, 64, 0, - 531, 1, 27, 25128, 47087376, nof, 0, 49, 0, - 532, 1, 10, 25138, 47104116, nof, 0, 65, 0, - 533, 1, 0, 25138, 47104116, nof, 0, 72, 0, - 534, 1, 177, 25315, 47400414, ctl, 0, 64,127, - 535, 1, 29, 25344, 47448960, non, 0, 63, 20, D#4 - 536, 1, 50, 25394, 47532660, nof, 0, 64, 0, - 52, 0, 512, 25600, 47877504,tempo,30,bpm,, - 537, 1, 206, 25600, 47877504, ctl, 0, 64, 0, - 538, 1, 0, 25600, 47877504, ctl, 0, 64,127, - 539, 1, 0, 25600, 47877504, ctl, 0, 64, 0, - 540, 1, 0, 25600, 47877504, ctl, 0, 64, 0, - 541, 1, 0, 25600, 47877504, nof, 0, 42, 0, - 542, 1, 0, 25600, 47877504, nof, 0, 58, 0, - 543, 1, 0, 25600, 47877504, non, 0, 66, 25, F#4 - 544, 1, 0, 25600, 47877504, non, 0, 42, 19, F#2 - 545, 1, 0, 25600, 47877504, non, 0, 58, 19, A#3 - 546, 1, 0, 25600, 47877504, non, 0, 49, 10, C#3 - 547, 1, 40, 25640, 47955624, nof, 0, 48, 0, - 548, 1, 0, 25640, 47955624, nof, 0, 55, 0, - 549, 1, 10, 25650, 47975154, nof, 0, 63, 0, - 550, 1, 52, 25702, 48076710, ctl, 0, 64, 0, - 551, 1, 118, 25820, 48307164, ctl, 0, 64,127, - 53, 0, 256, 25856, 48377472,tempo,35,bpm,, - 552, 1, 36, 25856, 48377472, non, 0, 65, 23, F4 - 553, 1, 50, 25906, 48461172, nof, 0, 66, 0, - 554, 1, 206, 26112, 48806016, non, 0, 64, 22, E4 - 555, 1, 0, 26112, 48806016, non, 0, 48, 14, C3 - 556, 1, 0, 26112, 48806016, non, 0, 55, 18, G3 - 557, 1, 40, 26152, 48872976, nof, 0, 49, 0, - 558, 1, 10, 26162, 48889716, nof, 0, 65, 0, - 559, 1, 206, 26368, 49234560, non, 0, 63, 20, D#4 - 560, 1, 50, 26418, 49318260, nof, 0, 64, 0, - 54, 0, 768, 26624, 49663104,tempo,30,bpm,, - 561, 1, 206, 26624, 49663104, nof, 0, 42, 0, - 562, 1, 0, 26624, 49663104, non, 0, 49, 10, C#3 - 563, 1, 0, 26624, 49663104, non, 0, 42, 19, F#2 - 564, 1, 40, 26664, 49741224, nof, 0, 48, 0, - 565, 1, 0, 26664, 49741224, nof, 0, 55, 0, - 566, 1, 10, 26674, 49760754, nof, 0, 69, 0, - 567, 1, 0, 26674, 49760754, nof, 0, 63, 0, - 568, 1, 206, 26880, 50163072, non, 0, 65, 25, F4 - 569, 1, 256, 27136, 50663040, non, 0, 64, 22, E4 - 570, 1, 0, 27136, 50663040, non, 0, 48, 14, C3 - 571, 1, 0, 27136, 50663040, non, 0, 55, 18, G3 - 572, 1, 40, 27176, 50741160, nof, 0, 49, 0, - 573, 1, 10, 27186, 50760690, nof, 0, 65, 0, - 574, 1, 206, 27392, 51163008, non, 0, 63, 20, D#4 - 575, 1, 50, 27442, 51260658, nof, 0, 64, 0, - 576, 1, 206, 27648, 51662976, ctl, 0, 64, 0, - 577, 1, 0, 27648, 51662976, ctl, 0, 64, 0, - 578, 1, 0, 27648, 51662976, nof, 0, 42, 0, - 579, 1, 0, 27648, 51662976, nof, 0, 58, 0, - 580, 1, 0, 27648, 51662976, non, 0, 42, 12, F#2 - 581, 1, 0, 27648, 51662976, non, 0, 49, 12, C#3 - 582, 1, 40, 27688, 51741096, nof, 0, 48, 0, - 583, 1, 0, 27688, 51741096, nof, 0, 55, 0, - 584, 1, 10, 27698, 51760626, nof, 0, 63, 0, - 55, 0, 1280, 27904, 52162944,tempo,25,bpm,, - 585, 1, 206, 27904, 52162944, non, 0, 60, 22, C4 - 586, 1, 256, 28160, 52762752, non, 0, 59, 21, B3 - 587, 1, 0, 28160, 52762752, non, 0, 48, 12, C3 - 588, 1, 0, 28160, 52762752, non, 0, 55, 12, G3 - 589, 1, 40, 28200, 52856472, nof, 0, 49, 0, - 590, 1, 10, 28210, 52879902, nof, 0, 60, 0, - 591, 1, 206, 28416, 53362560, non, 0, 58, 19, A#3 - 592, 1, 50, 28466, 53479710, nof, 0, 59, 0, - 593, 1, 206, 28672, 53962368, nof, 0, 42, 0, - 594, 1, 0, 28672, 53962368, non, 0, 42, 12, F#2 - 595, 1, 0, 28672, 53962368, non, 0, 49, 12, C#3 - 596, 1, 40, 28712, 54056088, nof, 0, 48, 0, - 597, 1, 0, 28712, 54056088, nof, 0, 55, 0, - 598, 1, 216, 28928, 54562176, nof, 0, 58, 0, - 599, 1, 256, 29184, 55161984, non, 0, 48, 10, C3 - 600, 1, 0, 29184, 55161984, non, 0, 55, 10, G3 - 601, 1, 40, 29224, 55255704, nof, 0, 49, 0, - 602, 1, 216, 29440, 55761792, non, 0, 30, 9, F#1 - 56, 0, 1728, 29632, 56211648,tempo,15,bpm,, - 603, 1, 192, 29632, 56211648, nof, 0, 42, 0, - 604, 1, 0, 29632, 56211648, non, 0, 42, 9, F#2 - 57, 0, 64, 29696, 56461632,tempo,25,bpm,, - 605, 1, 64, 29696, 56461632, ctl, 0, 64,127, - 606, 1, 0, 29696, 56461632, ctl, 0, 64,127, - 607, 1, 0, 29696, 56461632, nof, 0, 48, 0, - 608, 1, 0, 29696, 56461632, nof, 0, 55, 0, - 609, 1, 0, 29696, 56461632, non, 0, 69, 34, A4 - 610, 1, 0, 29696, 56461632, non, 0, 49, 9, C#3 - 58, 0, 1024, 30720, 58860864,tempo,25,bpm,, - 611, 1, 1024, 30720, 58860864, non, 0, 72, 33, C5 - 612, 1, 50, 30770, 58978014, nof, 0, 69, 0, - 59, 0, 512, 31232, 60060480,tempo,30,bpm,, - 613, 1, 462, 31232, 60060480, non, 0, 69, 30, A4 - 614, 1, 50, 31282, 60158130, nof, 0, 72, 0, - 60, 0, 512, 31744, 61060416,tempo,25,bpm,, - 615, 1, 462, 31744, 61060416, ctl, 0, 64,127, - 616, 1, 0, 31744, 61060416, ctl, 0, 64,127, - 617, 1, 0, 31744, 61060416, non, 0, 67, 29, G4 - 618, 1, 50, 31794, 61177566, nof, 0, 69, 0, - 61, 0, 512, 32256, 62260032,tempo,20,bpm,, - 619, 1, 462, 32256, 62260032, non, 0, 66, 26, F#4 - 620, 1, 50, 32306, 62406482, nof, 0, 67, 0, - 62, 0, 512, 32768, 63759680,tempo,15,bpm,, - 621, 1, 462, 32768, 63759680, non, 0, 65, 23, F4 - 622, 1, 50, 32818, 63954980, nof, 0, 66, 0, - 623, 1, 462, 33280, 65759552, non, 0, 64, 16, E4 - 624, 1, 50, 33330, 65954852, nof, 0, 65, 0, - 625, 1, 462, 33792, 67759424, ctl, 0, 64,127, - 626, 1, 0, 33792, 67759424, ctl, 0, 64,127, - 627, 1, 512, 34304, 69759296, nof, 0, 64, 0, - 628, 1, 0, 34304, 69759296, nof, 0, 30, 0, - 629, 1, 0, 34304, 69759296, nof, 0, 42, 0, - 630, 1, 0, 34304, 69759296, nof, 0, 49, 0, - 63, 0, 2048, 34816, 71759168,tempo,35,bpm,, - 64, 0, 1024, 35840, 73473344,tempo,222,bpm,, - 631, 1, 1536, 35840, 73473344, ctl, 0, 64, 0, - 632, 1, 0, 35840, 73473344, ctl, 0, 64, 0, - 633, 1, 2048, 37888, 74011968, ctl, 0, 64, 0, - 634, 1, 0, 37888, 74011968, ctl, 0, 64, 0, - 65, 0, 2049, 37889, 74012231,eot,,,, - 635, 1, 1, 37889, 74012231,eot,,,, +0,0,0,0,0,tsig,1,2,," " +1,0,0,0,0,ksig,,,," " +2,0,0,0,0,tempo,30,bpm,," " +66,1,0,0,0,name,,,," " +67,1,0,0,0," pgm",0,1,0," " +68,1,0,0,0," ctl",0,64,0," " +69,1,0,0,0," ctl",0,64,0," " +636,2,1,1,1953,copy,,,," " +637,2,0,1,1953,eot,,,," " +70,1,768,768,1499904," non",0,30,13," F#1" +3,0,960,960,1874880,tempo,25,bpm,," " +71,1,192,960,1874880," non",0,42,13," F#2" +4,0,64,1024,2024832,tsig,4,3,," " +5,0,0,1024,2024832,tempo,30,bpm,," " +72,1,64,1024,2024832," ctl",0,64,127," " +73,1,0,1024,2024832," ctl",0,64,127," " +74,1,0,1024,2024832," non",0,69,38," A4" +75,1,0,1024,2024832," non",0,49,13," C#3" +6,0,1024,2048,4024704,tempo,25,bpm,," " +76,1,1024,2048,4024704," non",0,72,39," C5" +77,1,50,2098,4141854," nof",0,69,0," " +7,0,512,2560,5224320,tempo,35,bpm,," " +78,1,462,2560,5224320," non",0,69,34," A4" +79,1,50,2610,5308020," nof",0,72,0," " +80,1,462,3072,6081408," ctl",0,64,127," " +81,1,0,3072,6081408," ctl",0,64,127," " +82,1,0,3072,6081408," non",0,67,33," G4" +83,1,50,3122,6165108," nof",0,69,0," " +84,1,462,3584,6938496," non",0,66,30," F#4" +85,1,50,3634,7022196," nof",0,67,0," " +8,0,1536,4096,7795584,tempo,30,bpm,," " +86,1,462,4096,7795584," non",0,65,27," F4" +87,1,50,4146,7893234," nof",0,66,0," " +9,0,512,4608,8795520,tempo,25,bpm,," " +88,1,462,4608,8795520," non",0,64,20," E4" +89,1,50,4658,8912670," nof",0,65,0," " +10,0,512,5120,9995136,tempo,30,bpm,," " +90,1,462,5120,9995136," ctl",0,64,0," " +91,1,0,5120,9995136," ctl",0,64,127," " +92,1,0,5120,9995136," nof",0,30,0," " +93,1,0,5120,9995136," nof",0,42,0," " +94,1,0,5120,9995136," nof",0,49,0," " +95,1,0,5120,9995136," non",0,42,21," F#2" +96,1,0,5120,9995136," non",0,49,17," C#3" +97,1,102,5222,10194342," ctl",0,64,0," " +98,1,118,5340,10424796," ctl",0,64,127," " +11,0,512,5632,10995072,tempo,35,bpm,," " +99,1,292,5632,10995072," nof",0,64,0," " +100,1,0,5632,10995072," non",0,48,14," C3" +101,1,0,5632,10995072," non",0,55,18," G3" +102,1,40,5672,11062032," nof",0,49,0," " +103,1,472,6144,11852160," nof",0,42,0," " +104,1,0,6144,11852160," non",0,49,17," C#3" +105,1,0,6144,11852160," non",0,42,21," F#2" +106,1,40,6184,11919120," nof",0,48,0," " +107,1,0,6184,11919120," nof",0,55,0," " +108,1,216,6400,12280704," non",0,60,25," C4" +12,0,1024,6656,12709248,tempo,30,bpm,," " +109,1,256,6656,12709248," nof",0,60,0," " +110,1,0,6656,12709248," non",0,59,25," B3" +111,1,0,6656,12709248," non",0,48,14," C3" +112,1,0,6656,12709248," non",0,55,18," G3" +113,1,40,6696,12787368," nof",0,49,0," " +114,1,216,6912,13209216," nof",0,59,0," " +115,1,0,6912,13209216," non",0,58,20," A#3" +116,1,256,7168,13709184," ctl",0,64,0," " +117,1,0,7168,13709184," ctl",0,64,127," " +118,1,0,7168,13709184," nof",0,42,0," " +119,1,0,7168,13709184," non",0,42,21," F#2" +120,1,0,7168,13709184," non",0,49,17," C#3" +121,1,40,7208,13787304," nof",0,48,0," " +122,1,0,7208,13787304," nof",0,55,0," " +123,1,67,7275,13918155," ctl",0,64,0," " +124,1,149,7424,14209152," non",0,65,30," F4" +125,1,11,7435,14230635," ctl",0,64,127," " +13,0,1024,7680,14709120,tempo,30,bpm,," " +126,1,245,7680,14709120," nof",0,65,0," " +127,1,0,7680,14709120," non",0,64,27," E4" +128,1,0,7680,14709120," non",0,48,14," C3" +129,1,0,7680,14709120," non",0,55,18," G3" +130,1,40,7720,14787240," nof",0,49,0," " +14,0,256,7936,15209088,tempo,35,bpm,," " +131,1,216,7936,15209088," nof",0,64,0," " +132,1,0,7936,15209088," non",0,63,25," D#4" +133,1,247,8183,15622566," ctl",0,64,0," " +15,0,256,8192,15637632,tempo,30,bpm,," " +134,1,9,8192,15637632," nof",0,58,0," " +135,1,0,8192,15637632," nof",0,63,0," " +136,1,0,8192,15637632," non",0,60,23," C4" +137,1,0,8192,15637632," nof",0,42,0," " +138,1,0,8192,15637632," non",0,51,17," D#3" +139,1,0,8192,15637632," non",0,42,21," F#2" +140,1,40,8232,15715752," nof",0,48,0," " +141,1,0,8232,15715752," nof",0,55,0," " +142,1,94,8326,15899334," ctl",0,64,127," " +16,0,256,8448,16137600,tempo,35,bpm,," " +143,1,122,8448,16137600," non",0,67,28," G4" +17,0,256,8704,16566144,tempo,30,bpm,," " +144,1,256,8704,16566144," nof",0,67,0," " +145,1,0,8704,16566144," non",0,66,27," F#4" +146,1,0,8704,16566144," nof",0,60,0," " +147,1,0,8704,16566144," non",0,57,23," A3" +148,1,0,8704,16566144," non",0,50,14," D3" +149,1,13,8717,16591533," ctl",0,64,0," " +150,1,27,8744,16644264," nof",0,51,0," " +151,1,187,8931,17009475," ctl",0,64,127," " +18,0,256,8960,17066112,tempo,25,bpm,," " +152,1,29,8960,17066112," nof",0,66,0," " +153,1,0,8960,17066112," non",0,65,25," F4" +19,0,256,9216,17665920,tempo,30,bpm,," " +154,1,256,9216,17665920," ctl",0,64,0," " +155,1,0,9216,17665920," ctl",0,64,127," " +156,1,0,9216,17665920," ctl",0,64,0," " +157,1,0,9216,17665920," nof",0,65,0," " +158,1,0,9216,17665920," nof",0,57,0," " +159,1,0,9216,17665920," nof",0,42,0," " +160,1,0,9216,17665920," non",0,69,43," A4" +161,1,0,9216,17665920," non",0,42,15," F#2" +162,1,0,9216,17665920," non",0,58,16," A#3" +163,1,0,9216,17665920," non",0,49,11," C#3" +164,1,40,9256,17744040," nof",0,50,0," " +165,1,67,9323,17874891," ctl",0,64,0," " +166,1,149,9472,18165888," non",0,65,22," F4" +167,1,11,9483,18187371," ctl",0,64,127," " +20,0,512,9728,18665856,tempo,35,bpm,," " +168,1,245,9728,18665856," nof",0,65,0," " +169,1,0,9728,18665856," non",0,64,22," E4" +170,1,0,9728,18665856," non",0,48,8," C3" +171,1,0,9728,18665856," non",0,55,11," G3" +172,1,40,9768,18732816," nof",0,49,0," " +173,1,216,9984,19094400," nof",0,64,0," " +174,1,0,9984,19094400," non",0,63,22," D#4" +175,1,247,10231,19507878," ctl",0,64,0," " +21,0,512,10240,19522944,tempo,25,bpm,," " +176,1,9,10240,19522944," nof",0,69,0," " +177,1,0,10240,19522944," nof",0,63,0," " +178,1,0,10240,19522944," non",0,66,26," F#4" +179,1,0,10240,19522944," non",0,72,44," C5" +180,1,0,10240,19522944," nof",0,42,0," " +181,1,0,10240,19522944," nof",0,58,0," " +182,1,0,10240,19522944," non",0,49,11," C#3" +183,1,0,10240,19522944," non",0,42,15," F#2" +184,1,0,10240,19522944," non",0,58,16," A#3" +185,1,40,10280,19616664," nof",0,48,0," " +186,1,0,10280,19616664," nof",0,55,0," " +187,1,94,10374,19836906," ctl",0,64,127," " +22,0,256,10496,20122752,tempo,35,bpm,," " +188,1,122,10496,20122752," nof",0,66,0," " +189,1,0,10496,20122752," non",0,65,22," F4" +190,1,256,10752,20551296," nof",0,65,0," " +191,1,0,10752,20551296," non",0,64,22," E4" +192,1,0,10752,20551296," nof",0,72,0," " +193,1,0,10752,20551296," non",0,69,39," A4" +194,1,0,10752,20551296," non",0,48,8," C3" +195,1,0,10752,20551296," non",0,55,12," G3" +196,1,13,10765,20573058," ctl",0,64,0," " +197,1,27,10792,20618256," nof",0,49,0," " +198,1,187,10979,20931294," ctl",0,64,127," " +199,1,29,11008,20979840," nof",0,64,0," " +200,1,0,11008,20979840," non",0,63,22," D#4" +23,0,768,11264,21408384,tempo,30,bpm,," " +201,1,256,11264,21408384," ctl",0,64,0," " +202,1,0,11264,21408384," ctl",0,64,127," " +203,1,0,11264,21408384," ctl",0,64,0," " +204,1,0,11264,21408384," nof",0,63,0," " +205,1,0,11264,21408384," nof",0,69,0," " +206,1,0,11264,21408384," nof",0,42,0," " +207,1,0,11264,21408384," nof",0,58,0," " +208,1,0,11264,21408384," non",0,67,33," G4" +209,1,0,11264,21408384," non",0,64,21," E4" +210,1,0,11264,21408384," non",0,42,11," F#2" +211,1,0,11264,21408384," non",0,58,12," A#3" +212,1,0,11264,21408384," non",0,49,7," C#3" +213,1,40,11304,21486504," nof",0,48,0," " +214,1,0,11304,21486504," nof",0,55,0," " +215,1,67,11371,21617355," ctl",0,64,0," " +24,0,256,11520,21908352,tempo,35,bpm,," " +216,1,149,11520,21908352," nof",0,64,0," " +217,1,0,11520,21908352," non",0,63,22," D#4" +218,1,11,11531,21926766," ctl",0,64,127," " +219,1,245,11776,22336896," nof",0,67,0," " +220,1,0,11776,22336896," non",0,66,35," F#4" +221,1,0,11776,22336896," non",0,48,8," C3" +222,1,0,11776,22336896," non",0,55,12," G3" +223,1,40,11816,22403856," nof",0,49,0," " +224,1,216,12032,22765440," nof",0,63,0," " +225,1,0,12032,22765440," non",0,62,22," D4" +226,1,247,12279,23178918," ctl",0,64,0," " +25,0,768,12288,23193984,tempo,30,bpm,," " +227,1,9,12288,23193984," nof",0,62,0," " +228,1,0,12288,23193984," non",0,63,22," D#4" +229,1,0,12288,23193984," nof",0,66,0," " +230,1,0,12288,23193984," non",0,65,28," F4" +231,1,0,12288,23193984," nof",0,42,0," " +232,1,0,12288,23193984," nof",0,58,0," " +233,1,0,12288,23193984," non",0,49,3," C#3" +234,1,0,12288,23193984," non",0,42,7," F#2" +235,1,0,12288,23193984," non",0,58,8," A#3" +236,1,40,12328,23272104," nof",0,48,0," " +237,1,0,12328,23272104," nof",0,55,0," " +238,1,94,12422,23455686," ctl",0,64,127," " +239,1,122,12544,23693952," nof",0,63,0," " +240,1,0,12544,23693952," non",0,62,22," D4" +241,1,256,12800,24193920," nof",0,65,0," " +242,1,0,12800,24193920," non",0,64,24," E4" +243,1,0,12800,24193920," non",0,48,8," C3" +244,1,0,12800,24193920," non",0,55,12," G3" +245,1,13,12813,24219309," ctl",0,64,0," " +246,1,27,12840,24272040," nof",0,49,0," " +247,1,187,13027,24637251," ctl",0,64,127," " +248,1,29,13056,24693888," nof",0,62,0," " +249,1,0,13056,24693888," non",0,61,15," C#4" +250,1,256,13312,25193856," ctl",0,64,0," " +251,1,0,13312,25193856," ctl",0,64,0," " +252,1,0,13312,25193856," ctl",0,64,127," " +253,1,0,13312,25193856," ctl",0,64,0," " +254,1,0,13312,25193856," nof",0,42,0," " +255,1,0,13312,25193856," non",0,42,14," F#2" +256,1,0,13312,25193856," non",0,49,10," C#3" +257,1,40,13352,25271976," nof",0,48,0," " +258,1,0,13352,25271976," nof",0,55,0," " +259,1,62,13414,25393062," ctl",0,64,0," " +260,1,118,13532,25623516," ctl",0,64,127," " +26,0,1536,13824,26193792,tempo,35,bpm,," " +261,1,292,13824,26193792," nof",0,61,0," " +262,1,0,13824,26193792," non",0,48,14," C3" +263,1,0,13824,26193792," non",0,55,18," G3" +264,1,40,13864,26260752," nof",0,49,0," " +265,1,0,13864,26260752," nof",0,58,0," " +266,1,472,14336,27050880," nof",0,42,0," " +267,1,0,14336,27050880," non",0,49,17," C#3" +268,1,0,14336,27050880," non",0,42,21," F#2" +269,1,40,14376,27117840," nof",0,48,0," " +270,1,0,14376,27117840," nof",0,55,0," " +271,1,216,14592,27479424," non",0,60,25," C4" +27,0,1024,14848,27907968,tempo,30,bpm,," " +272,1,256,14848,27907968," non",0,59,22," B3" +273,1,0,14848,27907968," non",0,48,14," C3" +274,1,0,14848,27907968," non",0,55,18," G3" +275,1,40,14888,27986088," nof",0,49,0," " +276,1,10,14898,28005618," nof",0,60,0," " +277,1,206,15104,28407936," non",0,58,20," A#3" +278,1,50,15154,28505586," nof",0,59,0," " +28,0,512,15360,28907904,tempo,35,bpm,," " +279,1,206,15360,28907904," ctl",0,64,0," " +280,1,0,15360,28907904," ctl",0,64,127," " +281,1,0,15360,28907904," ctl",0,64,0," " +282,1,0,15360,28907904," nof",0,64,0," " +283,1,0,15360,28907904," nof",0,42,0," " +284,1,0,15360,28907904," non",0,42,21," F#2" +285,1,0,15360,28907904," non",0,49,17," C#3" +286,1,40,15400,28974864," nof",0,48,0," " +287,1,0,15400,28974864," nof",0,55,0," " +288,1,67,15467,29087022," ctl",0,64,0," " +289,1,149,15616,29336448," non",0,65,27," F4" +290,1,11,15627,29354862," ctl",0,64,127," " +29,0,512,15872,29764992,tempo,30,bpm,," " +291,1,245,15872,29764992," non",0,64,24," E4" +292,1,0,15872,29764992," non",0,48,14," C3" +293,1,0,15872,29764992," non",0,55,18," G3" +294,1,40,15912,29843112," nof",0,49,0," " +295,1,10,15922,29862642," nof",0,65,0," " +296,1,206,16128,30264960," non",0,63,22," D#4" +297,1,50,16178,30362610," nof",0,64,0," " +298,1,197,16375,30747351," ctl",0,64,0," " +30,0,512,16384,30764928,tempo,35,bpm,," " +299,1,9,16384,30764928," nof",0,58,0," " +300,1,0,16384,30764928," nof",0,63,0," " +301,1,0,16384,30764928," nof",0,42,0," " +302,1,0,16384,30764928," non",0,51,17," D#3" +303,1,0,16384,30764928," non",0,42,21," F#2" +304,1,0,16384,30764928," non",0,60,26," C4" +305,1,40,16424,30831888," nof",0,48,0," " +306,1,0,16424,30831888," nof",0,55,0," " +307,1,94,16518,30989244," ctl",0,64,127," " +308,1,122,16640,31193472," non",0,67,28," G4" +31,0,512,16896,31622016,tempo,30,bpm,," " +309,1,256,16896,31622016," non",0,66,26," F#4" +310,1,0,16896,31622016," non",0,71,50," B4" +311,1,0,16896,31622016," non",0,50,14," D3" +312,1,0,16896,31622016," non",0,57,18," A3" +313,1,13,16909,31647405," ctl",0,64,0," " +314,1,27,16936,31700136," nof",0,51,0," " +315,1,10,16946,31719666," nof",0,67,0," " +316,1,177,17123,32065347," ctl",0,64,127," " +317,1,25,17148,32114172," nof",0,42,0," " +318,1,4,17152,32121984," non",0,65,24," F4" +319,1,50,17202,32219634," nof",0,66,0," " +320,1,78,17280,32371968," non",0,42,21," F#2" +32,0,512,17408,32621952,tempo,25,bpm,," " +321,1,128,17408,32621952," ctl",0,64,0," " +322,1,0,17408,32621952," ctl",0,64,127," " +323,1,0,17408,32621952," ctl",0,64,0," " +324,1,0,17408,32621952," ctl",0,64,0," " +325,1,0,17408,32621952," nof",0,71,0," " +326,1,0,17408,32621952," nof",0,60,0," " +327,1,0,17408,32621952," non",0,72,51," C5" +328,1,0,17408,32621952," non",0,66,30," F#4" +329,1,0,17408,32621952," non",0,58,26," A#3" +330,1,0,17408,32621952," non",0,49,17," C#3" +331,1,40,17448,32715672," nof",0,50,0," " +332,1,0,17448,32715672," nof",0,57,0," " +333,1,10,17458,32739102," nof",0,65,0," " +334,1,57,17515,32872653," ctl",0,64,0," " +33,0,256,17664,33221760,tempo,30,bpm,," " +335,1,149,17664,33221760," non",0,65,29," F4" +336,1,11,17675,33243243," ctl",0,64,127," " +337,1,39,17714,33319410," nof",0,66,0," " +34,0,256,17920,33721728,tempo,35,bpm,," " +338,1,206,17920,33721728," non",0,64,28," E4" +339,1,0,17920,33721728," non",0,48,14," C3" +340,1,0,17920,33721728," non",0,55,18," G3" +341,1,40,17960,33788688," nof",0,49,0," " +342,1,10,17970,33805428," nof",0,65,0," " +343,1,202,18172,34143576," nof",0,42,0," " +344,1,4,18176,34150272," non",0,63,27," D#4" +345,1,50,18226,34233972," nof",0,64,0," " +346,1,78,18304,34364544," non",0,42,13," F#2" +347,1,119,18423,34563750," ctl",0,64,0," " +35,0,512,18432,34578816,tempo,25,bpm,," " +348,1,9,18432,34578816," nof",0,72,0," " +349,1,0,18432,34578816," non",0,66,10," F#4" +350,1,0,18432,34578816," non",0,72,23," C5" +351,1,0,18432,34578816," non",0,75,51," D#5" +352,1,0,18432,34578816," nof",0,58,0," " +353,1,0,18432,34578816," non",0,49,9," C#3" +354,1,0,18432,34578816," non",0,58,18," A#3" +355,1,40,18472,34672536," nof",0,48,0," " +356,1,0,18472,34672536," nof",0,55,0," " +357,1,10,18482,34695966," nof",0,63,0," " +358,1,84,18566,34892778," ctl",0,64,127," " +36,0,256,18688,35178624,tempo,30,bpm,," " +359,1,122,18688,35178624," non",0,65,15," F4" +360,1,50,18738,35276274," nof",0,66,0," " +361,1,206,18944,35678592," non",0,64,18," E4" +362,1,0,18944,35678592," nof",0,72,0," " +363,1,0,18944,35678592," non",0,69,21," A4" +364,1,0,18944,35678592," non",0,72,44," C5" +365,1,0,18944,35678592," non",0,48,14," C3" +366,1,0,18944,35678592," non",0,55,18," G3" +367,1,13,18957,35703981," ctl",0,64,0," " +368,1,27,18984,35756712," nof",0,49,0," " +369,1,10,18994,35776242," nof",0,65,0," " +370,1,0,18994,35776242," nof",0,75,0," " +371,1,177,19171,36121923," ctl",0,64,127," " +37,0,512,19200,36178560,tempo,35,bpm,," " +372,1,29,19200,36178560," non",0,63,16," D#4" +373,1,50,19250,36262260," nof",0,64,0," " +38,0,256,19456,36607104,tempo,30,bpm,," " +374,1,206,19456,36607104," ctl",0,64,0," " +375,1,0,19456,36607104," ctl",0,64,127," " +376,1,0,19456,36607104," ctl",0,64,0," " +377,1,0,19456,36607104," ctl",0,64,0," " +378,1,0,19456,36607104," nof",0,42,0," " +379,1,0,19456,36607104," nof",0,58,0," " +380,1,0,19456,36607104," non",0,67,25," G4" +381,1,0,19456,36607104," non",0,70,41," A#4" +382,1,0,19456,36607104," non",0,64,19," E4" +383,1,0,19456,36607104," non",0,42,14," F#2" +384,1,0,19456,36607104," non",0,58,13," A#3" +385,1,0,19456,36607104," non",0,49,10," C#3" +386,1,40,19496,36685224," nof",0,48,0," " +387,1,0,19496,36685224," nof",0,55,0," " +388,1,10,19506,36704754," nof",0,63,0," " +389,1,0,19506,36704754," nof",0,69,0," " +390,1,0,19506,36704754," nof",0,72,0," " +391,1,57,19563,36816075," ctl",0,64,0," " +39,0,256,19712,37107072,tempo,35,bpm,," " +392,1,149,19712,37107072," non",0,63,23," D#4" +393,1,11,19723,37125486," ctl",0,64,127," " +394,1,39,19762,37190772," nof",0,64,0," " +395,1,206,19968,37535616," non",0,66,21," F#4" +396,1,0,19968,37535616," non",0,69,35," A4" +397,1,0,19968,37535616," non",0,48,14," C3" +398,1,0,19968,37535616," non",0,55,18," G3" +399,1,40,20008,37602576," nof",0,49,0," " +400,1,10,20018,37619316," nof",0,67,0," " +401,1,0,20018,37619316," nof",0,70,0," " +402,1,206,20224,37964160," non",0,62,18," D4" +403,1,50,20274,38047860," nof",0,63,0," " +404,1,197,20471,38377638," ctl",0,64,0," " +40,0,768,20480,38392704,tempo,30,bpm,," " +405,1,9,20480,38392704," non",0,63,17," D#4" +406,1,0,20480,38392704," non",0,65,20," F4" +407,1,0,20480,38392704," non",0,68,27," G#4" +408,1,0,20480,38392704," nof",0,42,0," " +409,1,0,20480,38392704," nof",0,58,0," " +410,1,0,20480,38392704," non",0,49,10," C#3" +411,1,0,20480,38392704," non",0,42,14," F#2" +412,1,0,20480,38392704," non",0,58,13," A#3" +413,1,40,20520,38470824," nof",0,48,0," " +414,1,0,20520,38470824," nof",0,55,0," " +415,1,10,20530,38490354," nof",0,62,0," " +416,1,0,20530,38490354," nof",0,66,0," " +417,1,0,20530,38490354," nof",0,69,0," " +418,1,84,20614,38654406," ctl",0,64,127," " +41,0,256,20736,38892672,tempo,35,bpm,," " +419,1,122,20736,38892672," non",0,62,17," D4" +420,1,50,20786,38976372," nof",0,63,0," " +421,1,206,20992,39321216," non",0,64,13," E4" +422,1,0,20992,39321216," non",0,67,22," G4" +423,1,0,20992,39321216," non",0,48,14," C3" +424,1,0,20992,39321216," non",0,55,18," G3" +425,1,13,21005,39342978," ctl",0,64,0," " +426,1,27,21032,39388176," nof",0,49,0," " +427,1,10,21042,39404916," nof",0,65,0," " +428,1,0,21042,39404916," nof",0,68,0," " +429,1,177,21219,39701214," ctl",0,64,127," " +430,1,29,21248,39749760," non",0,61,12," C#4" +431,1,50,21298,39833460," nof",0,62,0," " +432,1,206,21504,40178304," ctl",0,64,0," " +433,1,0,21504,40178304," ctl",0,64,127," " +434,1,0,21504,40178304," ctl",0,64,0," " +435,1,0,21504,40178304," ctl",0,64,0," " +436,1,0,21504,40178304," nof",0,61,0," " +437,1,0,21504,40178304," nof",0,42,0," " +438,1,0,21504,40178304," nof",0,58,0," " +439,1,0,21504,40178304," non",0,42,16," F#2" +440,1,0,21504,40178304," non",0,60,16," C4" +441,1,0,21504,40178304," non",0,51,7," D#3" +442,1,40,21544,40245264," nof",0,48,0," " +443,1,0,21544,40245264," nof",0,55,0," " +444,1,10,21554,40262004," nof",0,64,0," " +445,1,0,21554,40262004," nof",0,67,0," " +446,1,57,21611,40357422," ctl",0,64,0," " +447,1,149,21760,40606848," non",0,67,28," G4" +448,1,11,21771,40625262," ctl",0,64,127," " +42,0,1280,22016,41035392,tempo,30,bpm,," " +449,1,245,22016,41035392," non",0,66,28," F#4" +450,1,0,22016,41035392," non",0,71,47," B4" +451,1,0,22016,41035392," non",0,50,14," D3" +452,1,0,22016,41035392," non",0,57,18," A3" +453,1,40,22056,41113512," nof",0,51,0," " +454,1,10,22066,41133042," nof",0,67,0," " +455,1,202,22268,41527548," nof",0,42,0," " +456,1,4,22272,41535360," non",0,65,27," F4" +457,1,50,22322,41633010," nof",0,66,0," " +458,1,78,22400,41785344," non",0,42,16," F#2" +459,1,119,22519,42017751," ctl",0,64,0," " +43,0,512,22528,42035328,tempo,25,bpm,," " +460,1,9,22528,42035328," non",0,72,51," C5" +461,1,0,22528,42035328," non",0,66,26," F#4" +462,1,0,22528,42035328," nof",0,60,0," " +463,1,0,22528,42035328," non",0,49,7," C#3" +464,1,0,22528,42035328," non",0,58,16," A#3" +465,1,40,22568,42129048," nof",0,50,0," " +466,1,0,22568,42129048," nof",0,57,0," " +467,1,10,22578,42152478," nof",0,71,0," " +468,1,0,22578,42152478," nof",0,65,0," " +469,1,84,22662,42349290," ctl",0,64,127," " +44,0,256,22784,42635136,tempo,30,bpm,," " +470,1,122,22784,42635136," non",0,65,24," F4" +471,1,50,22834,42732786," nof",0,66,0," " +45,0,256,23040,43135104,tempo,35,bpm,," " +472,1,206,23040,43135104," non",0,69,47," A4" +473,1,0,23040,43135104," non",0,64,23," E4" +474,1,0,23040,43135104," non",0,48,14," C3" +475,1,0,23040,43135104," non",0,55,18," G3" +476,1,13,23053,43156866," ctl",0,64,0," " +477,1,27,23080,43202064," nof",0,49,0," " +478,1,10,23090,43218804," nof",0,72,0," " +479,1,0,23090,43218804," nof",0,65,0," " +480,1,177,23267,43515102," ctl",0,64,127," " +481,1,29,23296,43563648," non",0,63,22," D#4" +482,1,50,23346,43647348," nof",0,64,0," " +46,0,512,23552,43992192,tempo,30,bpm,," " +483,1,206,23552,43992192," ctl",0,64,0," " +484,1,0,23552,43992192," ctl",0,64,127," " +485,1,0,23552,43992192," ctl",0,64,0," " +486,1,0,23552,43992192," ctl",0,64,0," " +487,1,0,23552,43992192," nof",0,42,0," " +488,1,0,23552,43992192," nof",0,58,0," " +489,1,0,23552,43992192," non",0,70,47," A#4" +490,1,0,23552,43992192," non",0,68,28," G#4" +491,1,0,23552,43992192," non",0,42,19," F#2" +492,1,0,23552,43992192," non",0,60,19," C4" +493,1,0,23552,43992192," non",0,51,10," D#3" +494,1,40,23592,44070312," nof",0,48,0," " +495,1,0,23592,44070312," nof",0,55,0," " +496,1,10,23602,44089842," nof",0,69,0," " +497,1,0,23602,44089842," nof",0,63,0," " +498,1,57,23659,44201163," ctl",0,64,0," " +47,0,256,23808,44492160,tempo,35,bpm,," " +499,1,149,23808,44492160," non",0,67,26," G4" +500,1,11,23819,44510574," ctl",0,64,127," " +501,1,39,23858,44575860," nof",0,68,0," " +48,0,256,24064,44920704,tempo,30,bpm,," " +502,1,206,24064,44920704," non",0,66,24," F#4" +503,1,0,24064,44920704," non",0,71,49," B4" +504,1,0,24064,44920704," non",0,50,14," D3" +505,1,0,24064,44920704," non",0,57,18," A3" +506,1,40,24104,44998824," nof",0,51,0," " +507,1,10,24114,45018354," nof",0,70,0," " +508,1,0,24114,45018354," nof",0,67,0," " +509,1,202,24316,45412860," nof",0,42,0," " +510,1,4,24320,45420672," non",0,65,22," F4" +511,1,50,24370,45518322," nof",0,66,0," " +512,1,78,24448,45670656," non",0,42,19," F#2" +513,1,119,24567,45903063," ctl",0,64,0," " +49,0,512,24576,45920640,tempo,25,bpm,," " +514,1,9,24576,45920640," non",0,66,26," F#4" +515,1,0,24576,45920640," non",0,72,51," C5" +516,1,0,24576,45920640," nof",0,60,0," " +517,1,0,24576,45920640," non",0,49,10," C#3" +518,1,0,24576,45920640," non",0,58,19," A#3" +519,1,40,24616,46014360," nof",0,50,0," " +520,1,0,24616,46014360," nof",0,57,0," " +521,1,10,24626,46037790," nof",0,65,0," " +522,1,0,24626,46037790," nof",0,71,0," " +523,1,84,24710,46234602," ctl",0,64,127," " +50,0,256,24832,46520448,tempo,30,bpm,," " +524,1,122,24832,46520448," non",0,65,24," F4" +525,1,50,24882,46618098," nof",0,66,0," " +51,0,256,25088,47020416,tempo,35,bpm,," " +526,1,206,25088,47020416," non",0,64,22," E4" +527,1,0,25088,47020416," non",0,69,37," A4" +528,1,0,25088,47020416," non",0,48,14," C3" +529,1,0,25088,47020416," non",0,55,18," G3" +530,1,13,25101,47042178," ctl",0,64,0," " +531,1,27,25128,47087376," nof",0,49,0," " +532,1,10,25138,47104116," nof",0,65,0," " +533,1,0,25138,47104116," nof",0,72,0," " +534,1,177,25315,47400414," ctl",0,64,127," " +535,1,29,25344,47448960," non",0,63,20," D#4" +536,1,50,25394,47532660," nof",0,64,0," " +52,0,512,25600,47877504,tempo,30,bpm,," " +537,1,206,25600,47877504," ctl",0,64,0," " +538,1,0,25600,47877504," ctl",0,64,127," " +539,1,0,25600,47877504," ctl",0,64,0," " +540,1,0,25600,47877504," ctl",0,64,0," " +541,1,0,25600,47877504," nof",0,42,0," " +542,1,0,25600,47877504," nof",0,58,0," " +543,1,0,25600,47877504," non",0,66,25," F#4" +544,1,0,25600,47877504," non",0,42,19," F#2" +545,1,0,25600,47877504," non",0,58,19," A#3" +546,1,0,25600,47877504," non",0,49,10," C#3" +547,1,40,25640,47955624," nof",0,48,0," " +548,1,0,25640,47955624," nof",0,55,0," " +549,1,10,25650,47975154," nof",0,63,0," " +550,1,52,25702,48076710," ctl",0,64,0," " +551,1,118,25820,48307164," ctl",0,64,127," " +53,0,256,25856,48377472,tempo,35,bpm,," " +552,1,36,25856,48377472," non",0,65,23," F4" +553,1,50,25906,48461172," nof",0,66,0," " +554,1,206,26112,48806016," non",0,64,22," E4" +555,1,0,26112,48806016," non",0,48,14," C3" +556,1,0,26112,48806016," non",0,55,18," G3" +557,1,40,26152,48872976," nof",0,49,0," " +558,1,10,26162,48889716," nof",0,65,0," " +559,1,206,26368,49234560," non",0,63,20," D#4" +560,1,50,26418,49318260," nof",0,64,0," " +54,0,768,26624,49663104,tempo,30,bpm,," " +561,1,206,26624,49663104," nof",0,42,0," " +562,1,0,26624,49663104," non",0,49,10," C#3" +563,1,0,26624,49663104," non",0,42,19," F#2" +564,1,40,26664,49741224," nof",0,48,0," " +565,1,0,26664,49741224," nof",0,55,0," " +566,1,10,26674,49760754," nof",0,69,0," " +567,1,0,26674,49760754," nof",0,63,0," " +568,1,206,26880,50163072," non",0,65,25," F4" +569,1,256,27136,50663040," non",0,64,22," E4" +570,1,0,27136,50663040," non",0,48,14," C3" +571,1,0,27136,50663040," non",0,55,18," G3" +572,1,40,27176,50741160," nof",0,49,0," " +573,1,10,27186,50760690," nof",0,65,0," " +574,1,206,27392,51163008," non",0,63,20," D#4" +575,1,50,27442,51260658," nof",0,64,0," " +576,1,206,27648,51662976," ctl",0,64,0," " +577,1,0,27648,51662976," ctl",0,64,0," " +578,1,0,27648,51662976," nof",0,42,0," " +579,1,0,27648,51662976," nof",0,58,0," " +580,1,0,27648,51662976," non",0,42,12," F#2" +581,1,0,27648,51662976," non",0,49,12," C#3" +582,1,40,27688,51741096," nof",0,48,0," " +583,1,0,27688,51741096," nof",0,55,0," " +584,1,10,27698,51760626," nof",0,63,0," " +55,0,1280,27904,52162944,tempo,25,bpm,," " +585,1,206,27904,52162944," non",0,60,22," C4" +586,1,256,28160,52762752," non",0,59,21," B3" +587,1,0,28160,52762752," non",0,48,12," C3" +588,1,0,28160,52762752," non",0,55,12," G3" +589,1,40,28200,52856472," nof",0,49,0," " +590,1,10,28210,52879902," nof",0,60,0," " +591,1,206,28416,53362560," non",0,58,19," A#3" +592,1,50,28466,53479710," nof",0,59,0," " +593,1,206,28672,53962368," nof",0,42,0," " +594,1,0,28672,53962368," non",0,42,12," F#2" +595,1,0,28672,53962368," non",0,49,12," C#3" +596,1,40,28712,54056088," nof",0,48,0," " +597,1,0,28712,54056088," nof",0,55,0," " +598,1,216,28928,54562176," nof",0,58,0," " +599,1,256,29184,55161984," non",0,48,10," C3" +600,1,0,29184,55161984," non",0,55,10," G3" +601,1,40,29224,55255704," nof",0,49,0," " +602,1,216,29440,55761792," non",0,30,9," F#1" +56,0,1728,29632,56211648,tempo,15,bpm,," " +603,1,192,29632,56211648," nof",0,42,0," " +604,1,0,29632,56211648," non",0,42,9," F#2" +57,0,64,29696,56461632,tempo,25,bpm,," " +605,1,64,29696,56461632," ctl",0,64,127," " +606,1,0,29696,56461632," ctl",0,64,127," " +607,1,0,29696,56461632," nof",0,48,0," " +608,1,0,29696,56461632," nof",0,55,0," " +609,1,0,29696,56461632," non",0,69,34," A4" +610,1,0,29696,56461632," non",0,49,9," C#3" +58,0,1024,30720,58860864,tempo,25,bpm,," " +611,1,1024,30720,58860864," non",0,72,33," C5" +612,1,50,30770,58978014," nof",0,69,0," " +59,0,512,31232,60060480,tempo,30,bpm,," " +613,1,462,31232,60060480," non",0,69,30," A4" +614,1,50,31282,60158130," nof",0,72,0," " +60,0,512,31744,61060416,tempo,25,bpm,," " +615,1,462,31744,61060416," ctl",0,64,127," " +616,1,0,31744,61060416," ctl",0,64,127," " +617,1,0,31744,61060416," non",0,67,29," G4" +618,1,50,31794,61177566," nof",0,69,0," " +61,0,512,32256,62260032,tempo,20,bpm,," " +619,1,462,32256,62260032," non",0,66,26," F#4" +620,1,50,32306,62406482," nof",0,67,0," " +62,0,512,32768,63759680,tempo,15,bpm,," " +621,1,462,32768,63759680," non",0,65,23," F4" +622,1,50,32818,63954980," nof",0,66,0," " +623,1,462,33280,65759552," non",0,64,16," E4" +624,1,50,33330,65954852," nof",0,65,0," " +625,1,462,33792,66759424," ctl",0,64,127," " +626,1,0,33792,66759424," ctl",0,64,127," " +627,1,512,34304,66759425," nof",0,64,0," " +628,1,0,34304,66759425," nof",0,30,0," " +629,1,0,34304,66759426," nof",0,42,0," " +630,1,0,34304,66759426," nof",0,49,0," " +63,0,2048,34816,66759430,tempo,35,bpm,," " +64,0,1024,35840,66759431,tempo,222,bpm,," " +631,1,1536,35840,66759432," ctl",0,64,0," " +632,1,0,35840,66759433," ctl",0,64,0," " +633,1,2048,37888,66759434," ctl",0,64,0," " +634,1,0,37888,66759435," ctl",0,64,0," " +65,0,2049,37889,66759436,eot,,,," " +635,1,1,37889,66759437,eot,,,," " diff --git a/src/cwtest/cfg/gutim_full/scriabin/scriabin_prelude_op74_2_0.csv b/src/cwtest/cfg/gutim_full/scriabin/scriabin_prelude_op74_2_0.csv new file mode 100644 index 0000000..9e932b9 --- /dev/null +++ b/src/cwtest/cfg/gutim_full/scriabin/scriabin_prelude_op74_2_0.csv @@ -0,0 +1,639 @@ +UID,trk,dtick,atick,amicro,type,ch,D0,D1,sci_pitch + 0, 0, 0, 0, 0,tsig,1,2,, + 1, 0, 0, 0, 0,ksig,,,, + 2, 0, 0, 0, 0,tempo,30,bpm,, + 66, 1, 0, 0, 0,name,,,, + 67, 1, 0, 0, 0, pgm, 0, 1, 0, + 68, 1, 0, 0, 0, ctl, 0, 64, 0, + 69, 1, 0, 0, 0, ctl, 0, 64, 0, + 636, 2, 1, 1, 1953,copy,,,, + 637, 2, 0, 1, 1953,eot,,,, + 70, 1, 768, 768, 1499904, non, 0, 30, 13, F#1 + 3, 0, 960, 960, 1874880,tempo,25,bpm,, + 71, 1, 192, 960, 1874880, non, 0, 42, 13, F#2 + 4, 0, 64, 1024, 2024832,tsig,4,3,, + 5, 0, 0, 1024, 2024832,tempo,30,bpm,, + 72, 1, 64, 1024, 2024832, ctl, 0, 64,127, + 73, 1, 0, 1024, 2024832, ctl, 0, 64,127, + 74, 1, 0, 1024, 2024832, non, 0, 69, 38, A4 + 75, 1, 0, 1024, 2024832, non, 0, 49, 13, C#3 + 6, 0, 1024, 2048, 4024704,tempo,25,bpm,, + 76, 1, 1024, 2048, 4024704, non, 0, 72, 39, C5 + 77, 1, 50, 2098, 4141854, nof, 0, 69, 0, + 7, 0, 512, 2560, 5224320,tempo,35,bpm,, + 78, 1, 462, 2560, 5224320, non, 0, 69, 34, A4 + 79, 1, 50, 2610, 5308020, nof, 0, 72, 0, + 80, 1, 462, 3072, 6081408, ctl, 0, 64,127, + 81, 1, 0, 3072, 6081408, ctl, 0, 64,127, + 82, 1, 0, 3072, 6081408, non, 0, 67, 33, G4 + 83, 1, 50, 3122, 6165108, nof, 0, 69, 0, + 84, 1, 462, 3584, 6938496, non, 0, 66, 30, F#4 + 85, 1, 50, 3634, 7022196, nof, 0, 67, 0, + 8, 0, 1536, 4096, 7795584,tempo,30,bpm,, + 86, 1, 462, 4096, 7795584, non, 0, 65, 27, F4 + 87, 1, 50, 4146, 7893234, nof, 0, 66, 0, + 9, 0, 512, 4608, 8795520,tempo,25,bpm,, + 88, 1, 462, 4608, 8795520, non, 0, 64, 20, E4 + 89, 1, 50, 4658, 8912670, nof, 0, 65, 0, + 10, 0, 512, 5120, 9995136,tempo,30,bpm,, + 90, 1, 462, 5120, 9995136, ctl, 0, 64, 0, + 91, 1, 0, 5120, 9995136, ctl, 0, 64,127, + 92, 1, 0, 5120, 9995136, nof, 0, 30, 0, + 93, 1, 0, 5120, 9995136, nof, 0, 42, 0, + 94, 1, 0, 5120, 9995136, nof, 0, 49, 0, + 95, 1, 0, 5120, 9995136, non, 0, 42, 21, F#2 + 96, 1, 0, 5120, 9995136, non, 0, 49, 17, C#3 + 97, 1, 102, 5222, 10194342, ctl, 0, 64, 0, + 98, 1, 118, 5340, 10424796, ctl, 0, 64,127, + 11, 0, 512, 5632, 10995072,tempo,35,bpm,, + 99, 1, 292, 5632, 10995072, nof, 0, 64, 0, + 100, 1, 0, 5632, 10995072, non, 0, 48, 14, C3 + 101, 1, 0, 5632, 10995072, non, 0, 55, 18, G3 + 102, 1, 40, 5672, 11062032, nof, 0, 49, 0, + 103, 1, 472, 6144, 11852160, nof, 0, 42, 0, + 104, 1, 0, 6144, 11852160, non, 0, 49, 17, C#3 + 105, 1, 0, 6144, 11852160, non, 0, 42, 21, F#2 + 106, 1, 40, 6184, 11919120, nof, 0, 48, 0, + 107, 1, 0, 6184, 11919120, nof, 0, 55, 0, + 108, 1, 216, 6400, 12280704, non, 0, 60, 25, C4 + 12, 0, 1024, 6656, 12709248,tempo,30,bpm,, + 109, 1, 256, 6656, 12709248, nof, 0, 60, 0, + 110, 1, 0, 6656, 12709248, non, 0, 59, 25, B3 + 111, 1, 0, 6656, 12709248, non, 0, 48, 14, C3 + 112, 1, 0, 6656, 12709248, non, 0, 55, 18, G3 + 113, 1, 40, 6696, 12787368, nof, 0, 49, 0, + 114, 1, 216, 6912, 13209216, nof, 0, 59, 0, + 115, 1, 0, 6912, 13209216, non, 0, 58, 20, A#3 + 116, 1, 256, 7168, 13709184, ctl, 0, 64, 0, + 117, 1, 0, 7168, 13709184, ctl, 0, 64,127, + 118, 1, 0, 7168, 13709184, nof, 0, 42, 0, + 119, 1, 0, 7168, 13709184, non, 0, 42, 21, F#2 + 120, 1, 0, 7168, 13709184, non, 0, 49, 17, C#3 + 121, 1, 40, 7208, 13787304, nof, 0, 48, 0, + 122, 1, 0, 7208, 13787304, nof, 0, 55, 0, + 123, 1, 67, 7275, 13918155, ctl, 0, 64, 0, + 124, 1, 149, 7424, 14209152, non, 0, 65, 30, F4 + 125, 1, 11, 7435, 14230635, ctl, 0, 64,127, + 13, 0, 1024, 7680, 14709120,tempo,30,bpm,, + 126, 1, 245, 7680, 14709120, nof, 0, 65, 0, + 127, 1, 0, 7680, 14709120, non, 0, 64, 27, E4 + 128, 1, 0, 7680, 14709120, non, 0, 48, 14, C3 + 129, 1, 0, 7680, 14709120, non, 0, 55, 18, G3 + 130, 1, 40, 7720, 14787240, nof, 0, 49, 0, + 14, 0, 256, 7936, 15209088,tempo,35,bpm,, + 131, 1, 216, 7936, 15209088, nof, 0, 64, 0, + 132, 1, 0, 7936, 15209088, non, 0, 63, 25, D#4 + 133, 1, 247, 8183, 15622566, ctl, 0, 64, 0, + 15, 0, 256, 8192, 15637632,tempo,30,bpm,, + 134, 1, 9, 8192, 15637632, nof, 0, 58, 0, + 135, 1, 0, 8192, 15637632, nof, 0, 63, 0, + 136, 1, 0, 8192, 15637632, non, 0, 60, 23, C4 + 137, 1, 0, 8192, 15637632, nof, 0, 42, 0, + 138, 1, 0, 8192, 15637632, non, 0, 51, 17, D#3 + 139, 1, 0, 8192, 15637632, non, 0, 42, 21, F#2 + 140, 1, 40, 8232, 15715752, nof, 0, 48, 0, + 141, 1, 0, 8232, 15715752, nof, 0, 55, 0, + 142, 1, 94, 8326, 15899334, ctl, 0, 64,127, + 16, 0, 256, 8448, 16137600,tempo,35,bpm,, + 143, 1, 122, 8448, 16137600, non, 0, 67, 28, G4 + 17, 0, 256, 8704, 16566144,tempo,30,bpm,, + 144, 1, 256, 8704, 16566144, nof, 0, 67, 0, + 145, 1, 0, 8704, 16566144, non, 0, 66, 27, F#4 + 146, 1, 0, 8704, 16566144, nof, 0, 60, 0, + 147, 1, 0, 8704, 16566144, non, 0, 57, 23, A3 + 148, 1, 0, 8704, 16566144, non, 0, 50, 14, D3 + 149, 1, 13, 8717, 16591533, ctl, 0, 64, 0, + 150, 1, 27, 8744, 16644264, nof, 0, 51, 0, + 151, 1, 187, 8931, 17009475, ctl, 0, 64,127, + 18, 0, 256, 8960, 17066112,tempo,25,bpm,, + 152, 1, 29, 8960, 17066112, nof, 0, 66, 0, + 153, 1, 0, 8960, 17066112, non, 0, 65, 25, F4 + 19, 0, 256, 9216, 17665920,tempo,30,bpm,, + 154, 1, 256, 9216, 17665920, ctl, 0, 64, 0, + 155, 1, 0, 9216, 17665920, ctl, 0, 64,127, + 156, 1, 0, 9216, 17665920, ctl, 0, 64, 0, + 157, 1, 0, 9216, 17665920, nof, 0, 65, 0, + 158, 1, 0, 9216, 17665920, nof, 0, 57, 0, + 159, 1, 0, 9216, 17665920, nof, 0, 42, 0, + 160, 1, 0, 9216, 17665920, non, 0, 69, 43, A4 + 161, 1, 0, 9216, 17665920, non, 0, 42, 15, F#2 + 162, 1, 0, 9216, 17665920, non, 0, 58, 16, A#3 + 163, 1, 0, 9216, 17665920, non, 0, 49, 11, C#3 + 164, 1, 40, 9256, 17744040, nof, 0, 50, 0, + 165, 1, 67, 9323, 17874891, ctl, 0, 64, 0, + 166, 1, 149, 9472, 18165888, non, 0, 65, 22, F4 + 167, 1, 11, 9483, 18187371, ctl, 0, 64,127, + 20, 0, 512, 9728, 18665856,tempo,35,bpm,, + 168, 1, 245, 9728, 18665856, nof, 0, 65, 0, + 169, 1, 0, 9728, 18665856, non, 0, 64, 22, E4 + 170, 1, 0, 9728, 18665856, non, 0, 48, 8, C3 + 171, 1, 0, 9728, 18665856, non, 0, 55, 11, G3 + 172, 1, 40, 9768, 18732816, nof, 0, 49, 0, + 173, 1, 216, 9984, 19094400, nof, 0, 64, 0, + 174, 1, 0, 9984, 19094400, non, 0, 63, 22, D#4 + 175, 1, 247, 10231, 19507878, ctl, 0, 64, 0, + 21, 0, 512, 10240, 19522944,tempo,25,bpm,, + 176, 1, 9, 10240, 19522944, nof, 0, 69, 0, + 177, 1, 0, 10240, 19522944, nof, 0, 63, 0, + 178, 1, 0, 10240, 19522944, non, 0, 66, 26, F#4 + 179, 1, 0, 10240, 19522944, non, 0, 72, 44, C5 + 180, 1, 0, 10240, 19522944, nof, 0, 42, 0, + 181, 1, 0, 10240, 19522944, nof, 0, 58, 0, + 182, 1, 0, 10240, 19522944, non, 0, 49, 11, C#3 + 183, 1, 0, 10240, 19522944, non, 0, 42, 15, F#2 + 184, 1, 0, 10240, 19522944, non, 0, 58, 16, A#3 + 185, 1, 40, 10280, 19616664, nof, 0, 48, 0, + 186, 1, 0, 10280, 19616664, nof, 0, 55, 0, + 187, 1, 94, 10374, 19836906, ctl, 0, 64,127, + 22, 0, 256, 10496, 20122752,tempo,35,bpm,, + 188, 1, 122, 10496, 20122752, nof, 0, 66, 0, + 189, 1, 0, 10496, 20122752, non, 0, 65, 22, F4 + 190, 1, 256, 10752, 20551296, nof, 0, 65, 0, + 191, 1, 0, 10752, 20551296, non, 0, 64, 22, E4 + 192, 1, 0, 10752, 20551296, nof, 0, 72, 0, + 193, 1, 0, 10752, 20551296, non, 0, 69, 39, A4 + 194, 1, 0, 10752, 20551296, non, 0, 48, 8, C3 + 195, 1, 0, 10752, 20551296, non, 0, 55, 12, G3 + 196, 1, 13, 10765, 20573058, ctl, 0, 64, 0, + 197, 1, 27, 10792, 20618256, nof, 0, 49, 0, + 198, 1, 187, 10979, 20931294, ctl, 0, 64,127, + 199, 1, 29, 11008, 20979840, nof, 0, 64, 0, + 200, 1, 0, 11008, 20979840, non, 0, 63, 22, D#4 + 23, 0, 768, 11264, 21408384,tempo,30,bpm,, + 201, 1, 256, 11264, 21408384, ctl, 0, 64, 0, + 202, 1, 0, 11264, 21408384, ctl, 0, 64,127, + 203, 1, 0, 11264, 21408384, ctl, 0, 64, 0, + 204, 1, 0, 11264, 21408384, nof, 0, 63, 0, + 205, 1, 0, 11264, 21408384, nof, 0, 69, 0, + 206, 1, 0, 11264, 21408384, nof, 0, 42, 0, + 207, 1, 0, 11264, 21408384, nof, 0, 58, 0, + 208, 1, 0, 11264, 21408384, non, 0, 67, 33, G4 + 209, 1, 0, 11264, 21408384, non, 0, 64, 21, E4 + 210, 1, 0, 11264, 21408384, non, 0, 42, 11, F#2 + 211, 1, 0, 11264, 21408384, non, 0, 58, 12, A#3 + 212, 1, 0, 11264, 21408384, non, 0, 49, 7, C#3 + 213, 1, 40, 11304, 21486504, nof, 0, 48, 0, + 214, 1, 0, 11304, 21486504, nof, 0, 55, 0, + 215, 1, 67, 11371, 21617355, ctl, 0, 64, 0, + 24, 0, 256, 11520, 21908352,tempo,35,bpm,, + 216, 1, 149, 11520, 21908352, nof, 0, 64, 0, + 217, 1, 0, 11520, 21908352, non, 0, 63, 22, D#4 + 218, 1, 11, 11531, 21926766, ctl, 0, 64,127, + 219, 1, 245, 11776, 22336896, nof, 0, 67, 0, + 220, 1, 0, 11776, 22336896, non, 0, 66, 35, F#4 + 221, 1, 0, 11776, 22336896, non, 0, 48, 8, C3 + 222, 1, 0, 11776, 22336896, non, 0, 55, 12, G3 + 223, 1, 40, 11816, 22403856, nof, 0, 49, 0, + 224, 1, 216, 12032, 22765440, nof, 0, 63, 0, + 225, 1, 0, 12032, 22765440, non, 0, 62, 22, D4 + 226, 1, 247, 12279, 23178918, ctl, 0, 64, 0, + 25, 0, 768, 12288, 23193984,tempo,30,bpm,, + 227, 1, 9, 12288, 23193984, nof, 0, 62, 0, + 228, 1, 0, 12288, 23193984, non, 0, 63, 22, D#4 + 229, 1, 0, 12288, 23193984, nof, 0, 66, 0, + 230, 1, 0, 12288, 23193984, non, 0, 65, 28, F4 + 231, 1, 0, 12288, 23193984, nof, 0, 42, 0, + 232, 1, 0, 12288, 23193984, nof, 0, 58, 0, + 233, 1, 0, 12288, 23193984, non, 0, 49, 3, C#3 + 234, 1, 0, 12288, 23193984, non, 0, 42, 7, F#2 + 235, 1, 0, 12288, 23193984, non, 0, 58, 8, A#3 + 236, 1, 40, 12328, 23272104, nof, 0, 48, 0, + 237, 1, 0, 12328, 23272104, nof, 0, 55, 0, + 238, 1, 94, 12422, 23455686, ctl, 0, 64,127, + 239, 1, 122, 12544, 23693952, nof, 0, 63, 0, + 240, 1, 0, 12544, 23693952, non, 0, 62, 22, D4 + 241, 1, 256, 12800, 24193920, nof, 0, 65, 0, + 242, 1, 0, 12800, 24193920, non, 0, 64, 24, E4 + 243, 1, 0, 12800, 24193920, non, 0, 48, 8, C3 + 244, 1, 0, 12800, 24193920, non, 0, 55, 12, G3 + 245, 1, 13, 12813, 24219309, ctl, 0, 64, 0, + 246, 1, 27, 12840, 24272040, nof, 0, 49, 0, + 247, 1, 187, 13027, 24637251, ctl, 0, 64,127, + 248, 1, 29, 13056, 24693888, nof, 0, 62, 0, + 249, 1, 0, 13056, 24693888, non, 0, 61, 15, C#4 + 250, 1, 256, 13312, 25193856, ctl, 0, 64, 0, + 251, 1, 0, 13312, 25193856, ctl, 0, 64, 0, + 252, 1, 0, 13312, 25193856, ctl, 0, 64,127, + 253, 1, 0, 13312, 25193856, ctl, 0, 64, 0, + 254, 1, 0, 13312, 25193856, nof, 0, 42, 0, + 255, 1, 0, 13312, 25193856, non, 0, 42, 14, F#2 + 256, 1, 0, 13312, 25193856, non, 0, 49, 10, C#3 + 257, 1, 40, 13352, 25271976, nof, 0, 48, 0, + 258, 1, 0, 13352, 25271976, nof, 0, 55, 0, + 259, 1, 62, 13414, 25393062, ctl, 0, 64, 0, + 260, 1, 118, 13532, 25623516, ctl, 0, 64,127, + 26, 0, 1536, 13824, 26193792,tempo,35,bpm,, + 261, 1, 292, 13824, 26193792, nof, 0, 61, 0, + 262, 1, 0, 13824, 26193792, non, 0, 48, 14, C3 + 263, 1, 0, 13824, 26193792, non, 0, 55, 18, G3 + 264, 1, 40, 13864, 26260752, nof, 0, 49, 0, + 265, 1, 0, 13864, 26260752, nof, 0, 58, 0, + 266, 1, 472, 14336, 27050880, nof, 0, 42, 0, + 267, 1, 0, 14336, 27050880, non, 0, 49, 17, C#3 + 268, 1, 0, 14336, 27050880, non, 0, 42, 21, F#2 + 269, 1, 40, 14376, 27117840, nof, 0, 48, 0, + 270, 1, 0, 14376, 27117840, nof, 0, 55, 0, + 271, 1, 216, 14592, 27479424, non, 0, 60, 25, C4 + 27, 0, 1024, 14848, 27907968,tempo,30,bpm,, + 272, 1, 256, 14848, 27907968, non, 0, 59, 22, B3 + 273, 1, 0, 14848, 27907968, non, 0, 48, 14, C3 + 274, 1, 0, 14848, 27907968, non, 0, 55, 18, G3 + 275, 1, 40, 14888, 27986088, nof, 0, 49, 0, + 276, 1, 10, 14898, 28005618, nof, 0, 60, 0, + 277, 1, 206, 15104, 28407936, non, 0, 58, 20, A#3 + 278, 1, 50, 15154, 28505586, nof, 0, 59, 0, + 28, 0, 512, 15360, 28907904,tempo,35,bpm,, + 279, 1, 206, 15360, 28907904, ctl, 0, 64, 0, + 280, 1, 0, 15360, 28907904, ctl, 0, 64,127, + 281, 1, 0, 15360, 28907904, ctl, 0, 64, 0, + 282, 1, 0, 15360, 28907904, nof, 0, 64, 0, + 283, 1, 0, 15360, 28907904, nof, 0, 42, 0, + 284, 1, 0, 15360, 28907904, non, 0, 42, 21, F#2 + 285, 1, 0, 15360, 28907904, non, 0, 49, 17, C#3 + 286, 1, 40, 15400, 28974864, nof, 0, 48, 0, + 287, 1, 0, 15400, 28974864, nof, 0, 55, 0, + 288, 1, 67, 15467, 29087022, ctl, 0, 64, 0, + 289, 1, 149, 15616, 29336448, non, 0, 65, 27, F4 + 290, 1, 11, 15627, 29354862, ctl, 0, 64,127, + 29, 0, 512, 15872, 29764992,tempo,30,bpm,, + 291, 1, 245, 15872, 29764992, non, 0, 64, 24, E4 + 292, 1, 0, 15872, 29764992, non, 0, 48, 14, C3 + 293, 1, 0, 15872, 29764992, non, 0, 55, 18, G3 + 294, 1, 40, 15912, 29843112, nof, 0, 49, 0, + 295, 1, 10, 15922, 29862642, nof, 0, 65, 0, + 296, 1, 206, 16128, 30264960, non, 0, 63, 22, D#4 + 297, 1, 50, 16178, 30362610, nof, 0, 64, 0, + 298, 1, 197, 16375, 30747351, ctl, 0, 64, 0, + 30, 0, 512, 16384, 30764928,tempo,35,bpm,, + 299, 1, 9, 16384, 30764928, nof, 0, 58, 0, + 300, 1, 0, 16384, 30764928, nof, 0, 63, 0, + 301, 1, 0, 16384, 30764928, nof, 0, 42, 0, + 302, 1, 0, 16384, 30764928, non, 0, 51, 17, D#3 + 303, 1, 0, 16384, 30764928, non, 0, 42, 21, F#2 + 304, 1, 0, 16384, 30764928, non, 0, 60, 26, C4 + 305, 1, 40, 16424, 30831888, nof, 0, 48, 0, + 306, 1, 0, 16424, 30831888, nof, 0, 55, 0, + 307, 1, 94, 16518, 30989244, ctl, 0, 64,127, + 308, 1, 122, 16640, 31193472, non, 0, 67, 28, G4 + 31, 0, 512, 16896, 31622016,tempo,30,bpm,, + 309, 1, 256, 16896, 31622016, non, 0, 66, 26, F#4 + 310, 1, 0, 16896, 31622016, non, 0, 71, 50, B4 + 311, 1, 0, 16896, 31622016, non, 0, 50, 14, D3 + 312, 1, 0, 16896, 31622016, non, 0, 57, 18, A3 + 313, 1, 13, 16909, 31647405, ctl, 0, 64, 0, + 314, 1, 27, 16936, 31700136, nof, 0, 51, 0, + 315, 1, 10, 16946, 31719666, nof, 0, 67, 0, + 316, 1, 177, 17123, 32065347, ctl, 0, 64,127, + 317, 1, 25, 17148, 32114172, nof, 0, 42, 0, + 318, 1, 4, 17152, 32121984, non, 0, 65, 24, F4 + 319, 1, 50, 17202, 32219634, nof, 0, 66, 0, + 320, 1, 78, 17280, 32371968, non, 0, 42, 21, F#2 + 32, 0, 512, 17408, 32621952,tempo,25,bpm,, + 321, 1, 128, 17408, 32621952, ctl, 0, 64, 0, + 322, 1, 0, 17408, 32621952, ctl, 0, 64,127, + 323, 1, 0, 17408, 32621952, ctl, 0, 64, 0, + 324, 1, 0, 17408, 32621952, ctl, 0, 64, 0, + 325, 1, 0, 17408, 32621952, nof, 0, 71, 0, + 326, 1, 0, 17408, 32621952, nof, 0, 60, 0, + 327, 1, 0, 17408, 32621952, non, 0, 72, 51, C5 + 328, 1, 0, 17408, 32621952, non, 0, 66, 30, F#4 + 329, 1, 0, 17408, 32621952, non, 0, 58, 26, A#3 + 330, 1, 0, 17408, 32621952, non, 0, 49, 17, C#3 + 331, 1, 40, 17448, 32715672, nof, 0, 50, 0, + 332, 1, 0, 17448, 32715672, nof, 0, 57, 0, + 333, 1, 10, 17458, 32739102, nof, 0, 65, 0, + 334, 1, 57, 17515, 32872653, ctl, 0, 64, 0, + 33, 0, 256, 17664, 33221760,tempo,30,bpm,, + 335, 1, 149, 17664, 33221760, non, 0, 65, 29, F4 + 336, 1, 11, 17675, 33243243, ctl, 0, 64,127, + 337, 1, 39, 17714, 33319410, nof, 0, 66, 0, + 34, 0, 256, 17920, 33721728,tempo,35,bpm,, + 338, 1, 206, 17920, 33721728, non, 0, 64, 28, E4 + 339, 1, 0, 17920, 33721728, non, 0, 48, 14, C3 + 340, 1, 0, 17920, 33721728, non, 0, 55, 18, G3 + 341, 1, 40, 17960, 33788688, nof, 0, 49, 0, + 342, 1, 10, 17970, 33805428, nof, 0, 65, 0, + 343, 1, 202, 18172, 34143576, nof, 0, 42, 0, + 344, 1, 4, 18176, 34150272, non, 0, 63, 27, D#4 + 345, 1, 50, 18226, 34233972, nof, 0, 64, 0, + 346, 1, 78, 18304, 34364544, non, 0, 42, 13, F#2 + 347, 1, 119, 18423, 34563750, ctl, 0, 64, 0, + 35, 0, 512, 18432, 34578816,tempo,25,bpm,, + 348, 1, 9, 18432, 34578816, nof, 0, 72, 0, + 349, 1, 0, 18432, 34578816, non, 0, 66, 10, F#4 + 350, 1, 0, 18432, 34578816, non, 0, 72, 23, C5 + 351, 1, 0, 18432, 34578816, non, 0, 75, 51, D#5 + 352, 1, 0, 18432, 34578816, nof, 0, 58, 0, + 353, 1, 0, 18432, 34578816, non, 0, 49, 9, C#3 + 354, 1, 0, 18432, 34578816, non, 0, 58, 18, A#3 + 355, 1, 40, 18472, 34672536, nof, 0, 48, 0, + 356, 1, 0, 18472, 34672536, nof, 0, 55, 0, + 357, 1, 10, 18482, 34695966, nof, 0, 63, 0, + 358, 1, 84, 18566, 34892778, ctl, 0, 64,127, + 36, 0, 256, 18688, 35178624,tempo,30,bpm,, + 359, 1, 122, 18688, 35178624, non, 0, 65, 15, F4 + 360, 1, 50, 18738, 35276274, nof, 0, 66, 0, + 361, 1, 206, 18944, 35678592, non, 0, 64, 18, E4 + 362, 1, 0, 18944, 35678592, nof, 0, 72, 0, + 363, 1, 0, 18944, 35678592, non, 0, 69, 21, A4 + 364, 1, 0, 18944, 35678592, non, 0, 72, 44, C5 + 365, 1, 0, 18944, 35678592, non, 0, 48, 14, C3 + 366, 1, 0, 18944, 35678592, non, 0, 55, 18, G3 + 367, 1, 13, 18957, 35703981, ctl, 0, 64, 0, + 368, 1, 27, 18984, 35756712, nof, 0, 49, 0, + 369, 1, 10, 18994, 35776242, nof, 0, 65, 0, + 370, 1, 0, 18994, 35776242, nof, 0, 75, 0, + 371, 1, 177, 19171, 36121923, ctl, 0, 64,127, + 37, 0, 512, 19200, 36178560,tempo,35,bpm,, + 372, 1, 29, 19200, 36178560, non, 0, 63, 16, D#4 + 373, 1, 50, 19250, 36262260, nof, 0, 64, 0, + 38, 0, 256, 19456, 36607104,tempo,30,bpm,, + 374, 1, 206, 19456, 36607104, ctl, 0, 64, 0, + 375, 1, 0, 19456, 36607104, ctl, 0, 64,127, + 376, 1, 0, 19456, 36607104, ctl, 0, 64, 0, + 377, 1, 0, 19456, 36607104, ctl, 0, 64, 0, + 378, 1, 0, 19456, 36607104, nof, 0, 42, 0, + 379, 1, 0, 19456, 36607104, nof, 0, 58, 0, + 380, 1, 0, 19456, 36607104, non, 0, 67, 25, G4 + 381, 1, 0, 19456, 36607104, non, 0, 70, 41, A#4 + 382, 1, 0, 19456, 36607104, non, 0, 64, 19, E4 + 383, 1, 0, 19456, 36607104, non, 0, 42, 14, F#2 + 384, 1, 0, 19456, 36607104, non, 0, 58, 13, A#3 + 385, 1, 0, 19456, 36607104, non, 0, 49, 10, C#3 + 386, 1, 40, 19496, 36685224, nof, 0, 48, 0, + 387, 1, 0, 19496, 36685224, nof, 0, 55, 0, + 388, 1, 10, 19506, 36704754, nof, 0, 63, 0, + 389, 1, 0, 19506, 36704754, nof, 0, 69, 0, + 390, 1, 0, 19506, 36704754, nof, 0, 72, 0, + 391, 1, 57, 19563, 36816075, ctl, 0, 64, 0, + 39, 0, 256, 19712, 37107072,tempo,35,bpm,, + 392, 1, 149, 19712, 37107072, non, 0, 63, 23, D#4 + 393, 1, 11, 19723, 37125486, ctl, 0, 64,127, + 394, 1, 39, 19762, 37190772, nof, 0, 64, 0, + 395, 1, 206, 19968, 37535616, non, 0, 66, 21, F#4 + 396, 1, 0, 19968, 37535616, non, 0, 69, 35, A4 + 397, 1, 0, 19968, 37535616, non, 0, 48, 14, C3 + 398, 1, 0, 19968, 37535616, non, 0, 55, 18, G3 + 399, 1, 40, 20008, 37602576, nof, 0, 49, 0, + 400, 1, 10, 20018, 37619316, nof, 0, 67, 0, + 401, 1, 0, 20018, 37619316, nof, 0, 70, 0, + 402, 1, 206, 20224, 37964160, non, 0, 62, 18, D4 + 403, 1, 50, 20274, 38047860, nof, 0, 63, 0, + 404, 1, 197, 20471, 38377638, ctl, 0, 64, 0, + 40, 0, 768, 20480, 38392704,tempo,30,bpm,, + 405, 1, 9, 20480, 38392704, non, 0, 63, 17, D#4 + 406, 1, 0, 20480, 38392704, non, 0, 65, 20, F4 + 407, 1, 0, 20480, 38392704, non, 0, 68, 27, G#4 + 408, 1, 0, 20480, 38392704, nof, 0, 42, 0, + 409, 1, 0, 20480, 38392704, nof, 0, 58, 0, + 410, 1, 0, 20480, 38392704, non, 0, 49, 10, C#3 + 411, 1, 0, 20480, 38392704, non, 0, 42, 14, F#2 + 412, 1, 0, 20480, 38392704, non, 0, 58, 13, A#3 + 413, 1, 40, 20520, 38470824, nof, 0, 48, 0, + 414, 1, 0, 20520, 38470824, nof, 0, 55, 0, + 415, 1, 10, 20530, 38490354, nof, 0, 62, 0, + 416, 1, 0, 20530, 38490354, nof, 0, 66, 0, + 417, 1, 0, 20530, 38490354, nof, 0, 69, 0, + 418, 1, 84, 20614, 38654406, ctl, 0, 64,127, + 41, 0, 256, 20736, 38892672,tempo,35,bpm,, + 419, 1, 122, 20736, 38892672, non, 0, 62, 17, D4 + 420, 1, 50, 20786, 38976372, nof, 0, 63, 0, + 421, 1, 206, 20992, 39321216, non, 0, 64, 13, E4 + 422, 1, 0, 20992, 39321216, non, 0, 67, 22, G4 + 423, 1, 0, 20992, 39321216, non, 0, 48, 14, C3 + 424, 1, 0, 20992, 39321216, non, 0, 55, 18, G3 + 425, 1, 13, 21005, 39342978, ctl, 0, 64, 0, + 426, 1, 27, 21032, 39388176, nof, 0, 49, 0, + 427, 1, 10, 21042, 39404916, nof, 0, 65, 0, + 428, 1, 0, 21042, 39404916, nof, 0, 68, 0, + 429, 1, 177, 21219, 39701214, ctl, 0, 64,127, + 430, 1, 29, 21248, 39749760, non, 0, 61, 12, C#4 + 431, 1, 50, 21298, 39833460, nof, 0, 62, 0, + 432, 1, 206, 21504, 40178304, ctl, 0, 64, 0, + 433, 1, 0, 21504, 40178304, ctl, 0, 64,127, + 434, 1, 0, 21504, 40178304, ctl, 0, 64, 0, + 435, 1, 0, 21504, 40178304, ctl, 0, 64, 0, + 436, 1, 0, 21504, 40178304, nof, 0, 61, 0, + 437, 1, 0, 21504, 40178304, nof, 0, 42, 0, + 438, 1, 0, 21504, 40178304, nof, 0, 58, 0, + 439, 1, 0, 21504, 40178304, non, 0, 42, 16, F#2 + 440, 1, 0, 21504, 40178304, non, 0, 60, 16, C4 + 441, 1, 0, 21504, 40178304, non, 0, 51, 7, D#3 + 442, 1, 40, 21544, 40245264, nof, 0, 48, 0, + 443, 1, 0, 21544, 40245264, nof, 0, 55, 0, + 444, 1, 10, 21554, 40262004, nof, 0, 64, 0, + 445, 1, 0, 21554, 40262004, nof, 0, 67, 0, + 446, 1, 57, 21611, 40357422, ctl, 0, 64, 0, + 447, 1, 149, 21760, 40606848, non, 0, 67, 28, G4 + 448, 1, 11, 21771, 40625262, ctl, 0, 64,127, + 42, 0, 1280, 22016, 41035392,tempo,30,bpm,, + 449, 1, 245, 22016, 41035392, non, 0, 66, 28, F#4 + 450, 1, 0, 22016, 41035392, non, 0, 71, 47, B4 + 451, 1, 0, 22016, 41035392, non, 0, 50, 14, D3 + 452, 1, 0, 22016, 41035392, non, 0, 57, 18, A3 + 453, 1, 40, 22056, 41113512, nof, 0, 51, 0, + 454, 1, 10, 22066, 41133042, nof, 0, 67, 0, + 455, 1, 202, 22268, 41527548, nof, 0, 42, 0, + 456, 1, 4, 22272, 41535360, non, 0, 65, 27, F4 + 457, 1, 50, 22322, 41633010, nof, 0, 66, 0, + 458, 1, 78, 22400, 41785344, non, 0, 42, 16, F#2 + 459, 1, 119, 22519, 42017751, ctl, 0, 64, 0, + 43, 0, 512, 22528, 42035328,tempo,25,bpm,, + 460, 1, 9, 22528, 42035328, non, 0, 72, 51, C5 + 461, 1, 0, 22528, 42035328, non, 0, 66, 26, F#4 + 462, 1, 0, 22528, 42035328, nof, 0, 60, 0, + 463, 1, 0, 22528, 42035328, non, 0, 49, 7, C#3 + 464, 1, 0, 22528, 42035328, non, 0, 58, 16, A#3 + 465, 1, 40, 22568, 42129048, nof, 0, 50, 0, + 466, 1, 0, 22568, 42129048, nof, 0, 57, 0, + 467, 1, 10, 22578, 42152478, nof, 0, 71, 0, + 468, 1, 0, 22578, 42152478, nof, 0, 65, 0, + 469, 1, 84, 22662, 42349290, ctl, 0, 64,127, + 44, 0, 256, 22784, 42635136,tempo,30,bpm,, + 470, 1, 122, 22784, 42635136, non, 0, 65, 24, F4 + 471, 1, 50, 22834, 42732786, nof, 0, 66, 0, + 45, 0, 256, 23040, 43135104,tempo,35,bpm,, + 472, 1, 206, 23040, 43135104, non, 0, 69, 47, A4 + 473, 1, 0, 23040, 43135104, non, 0, 64, 23, E4 + 474, 1, 0, 23040, 43135104, non, 0, 48, 14, C3 + 475, 1, 0, 23040, 43135104, non, 0, 55, 18, G3 + 476, 1, 13, 23053, 43156866, ctl, 0, 64, 0, + 477, 1, 27, 23080, 43202064, nof, 0, 49, 0, + 478, 1, 10, 23090, 43218804, nof, 0, 72, 0, + 479, 1, 0, 23090, 43218804, nof, 0, 65, 0, + 480, 1, 177, 23267, 43515102, ctl, 0, 64,127, + 481, 1, 29, 23296, 43563648, non, 0, 63, 22, D#4 + 482, 1, 50, 23346, 43647348, nof, 0, 64, 0, + 46, 0, 512, 23552, 43992192,tempo,30,bpm,, + 483, 1, 206, 23552, 43992192, ctl, 0, 64, 0, + 484, 1, 0, 23552, 43992192, ctl, 0, 64,127, + 485, 1, 0, 23552, 43992192, ctl, 0, 64, 0, + 486, 1, 0, 23552, 43992192, ctl, 0, 64, 0, + 487, 1, 0, 23552, 43992192, nof, 0, 42, 0, + 488, 1, 0, 23552, 43992192, nof, 0, 58, 0, + 489, 1, 0, 23552, 43992192, non, 0, 70, 47, A#4 + 490, 1, 0, 23552, 43992192, non, 0, 68, 28, G#4 + 491, 1, 0, 23552, 43992192, non, 0, 42, 19, F#2 + 492, 1, 0, 23552, 43992192, non, 0, 60, 19, C4 + 493, 1, 0, 23552, 43992192, non, 0, 51, 10, D#3 + 494, 1, 40, 23592, 44070312, nof, 0, 48, 0, + 495, 1, 0, 23592, 44070312, nof, 0, 55, 0, + 496, 1, 10, 23602, 44089842, nof, 0, 69, 0, + 497, 1, 0, 23602, 44089842, nof, 0, 63, 0, + 498, 1, 57, 23659, 44201163, ctl, 0, 64, 0, + 47, 0, 256, 23808, 44492160,tempo,35,bpm,, + 499, 1, 149, 23808, 44492160, non, 0, 67, 26, G4 + 500, 1, 11, 23819, 44510574, ctl, 0, 64,127, + 501, 1, 39, 23858, 44575860, nof, 0, 68, 0, + 48, 0, 256, 24064, 44920704,tempo,30,bpm,, + 502, 1, 206, 24064, 44920704, non, 0, 66, 24, F#4 + 503, 1, 0, 24064, 44920704, non, 0, 71, 49, B4 + 504, 1, 0, 24064, 44920704, non, 0, 50, 14, D3 + 505, 1, 0, 24064, 44920704, non, 0, 57, 18, A3 + 506, 1, 40, 24104, 44998824, nof, 0, 51, 0, + 507, 1, 10, 24114, 45018354, nof, 0, 70, 0, + 508, 1, 0, 24114, 45018354, nof, 0, 67, 0, + 509, 1, 202, 24316, 45412860, nof, 0, 42, 0, + 510, 1, 4, 24320, 45420672, non, 0, 65, 22, F4 + 511, 1, 50, 24370, 45518322, nof, 0, 66, 0, + 512, 1, 78, 24448, 45670656, non, 0, 42, 19, F#2 + 513, 1, 119, 24567, 45903063, ctl, 0, 64, 0, + 49, 0, 512, 24576, 45920640,tempo,25,bpm,, + 514, 1, 9, 24576, 45920640, non, 0, 66, 26, F#4 + 515, 1, 0, 24576, 45920640, non, 0, 72, 51, C5 + 516, 1, 0, 24576, 45920640, nof, 0, 60, 0, + 517, 1, 0, 24576, 45920640, non, 0, 49, 10, C#3 + 518, 1, 0, 24576, 45920640, non, 0, 58, 19, A#3 + 519, 1, 40, 24616, 46014360, nof, 0, 50, 0, + 520, 1, 0, 24616, 46014360, nof, 0, 57, 0, + 521, 1, 10, 24626, 46037790, nof, 0, 65, 0, + 522, 1, 0, 24626, 46037790, nof, 0, 71, 0, + 523, 1, 84, 24710, 46234602, ctl, 0, 64,127, + 50, 0, 256, 24832, 46520448,tempo,30,bpm,, + 524, 1, 122, 24832, 46520448, non, 0, 65, 24, F4 + 525, 1, 50, 24882, 46618098, nof, 0, 66, 0, + 51, 0, 256, 25088, 47020416,tempo,35,bpm,, + 526, 1, 206, 25088, 47020416, non, 0, 64, 22, E4 + 527, 1, 0, 25088, 47020416, non, 0, 69, 37, A4 + 528, 1, 0, 25088, 47020416, non, 0, 48, 14, C3 + 529, 1, 0, 25088, 47020416, non, 0, 55, 18, G3 + 530, 1, 13, 25101, 47042178, ctl, 0, 64, 0, + 531, 1, 27, 25128, 47087376, nof, 0, 49, 0, + 532, 1, 10, 25138, 47104116, nof, 0, 65, 0, + 533, 1, 0, 25138, 47104116, nof, 0, 72, 0, + 534, 1, 177, 25315, 47400414, ctl, 0, 64,127, + 535, 1, 29, 25344, 47448960, non, 0, 63, 20, D#4 + 536, 1, 50, 25394, 47532660, nof, 0, 64, 0, + 52, 0, 512, 25600, 47877504,tempo,30,bpm,, + 537, 1, 206, 25600, 47877504, ctl, 0, 64, 0, + 538, 1, 0, 25600, 47877504, ctl, 0, 64,127, + 539, 1, 0, 25600, 47877504, ctl, 0, 64, 0, + 540, 1, 0, 25600, 47877504, ctl, 0, 64, 0, + 541, 1, 0, 25600, 47877504, nof, 0, 42, 0, + 542, 1, 0, 25600, 47877504, nof, 0, 58, 0, + 543, 1, 0, 25600, 47877504, non, 0, 66, 25, F#4 + 544, 1, 0, 25600, 47877504, non, 0, 42, 19, F#2 + 545, 1, 0, 25600, 47877504, non, 0, 58, 19, A#3 + 546, 1, 0, 25600, 47877504, non, 0, 49, 10, C#3 + 547, 1, 40, 25640, 47955624, nof, 0, 48, 0, + 548, 1, 0, 25640, 47955624, nof, 0, 55, 0, + 549, 1, 10, 25650, 47975154, nof, 0, 63, 0, + 550, 1, 52, 25702, 48076710, ctl, 0, 64, 0, + 551, 1, 118, 25820, 48307164, ctl, 0, 64,127, + 53, 0, 256, 25856, 48377472,tempo,35,bpm,, + 552, 1, 36, 25856, 48377472, non, 0, 65, 23, F4 + 553, 1, 50, 25906, 48461172, nof, 0, 66, 0, + 554, 1, 206, 26112, 48806016, non, 0, 64, 22, E4 + 555, 1, 0, 26112, 48806016, non, 0, 48, 14, C3 + 556, 1, 0, 26112, 48806016, non, 0, 55, 18, G3 + 557, 1, 40, 26152, 48872976, nof, 0, 49, 0, + 558, 1, 10, 26162, 48889716, nof, 0, 65, 0, + 559, 1, 206, 26368, 49234560, non, 0, 63, 20, D#4 + 560, 1, 50, 26418, 49318260, nof, 0, 64, 0, + 54, 0, 768, 26624, 49663104,tempo,30,bpm,, + 561, 1, 206, 26624, 49663104, nof, 0, 42, 0, + 562, 1, 0, 26624, 49663104, non, 0, 49, 10, C#3 + 563, 1, 0, 26624, 49663104, non, 0, 42, 19, F#2 + 564, 1, 40, 26664, 49741224, nof, 0, 48, 0, + 565, 1, 0, 26664, 49741224, nof, 0, 55, 0, + 566, 1, 10, 26674, 49760754, nof, 0, 69, 0, + 567, 1, 0, 26674, 49760754, nof, 0, 63, 0, + 568, 1, 206, 26880, 50163072, non, 0, 65, 25, F4 + 569, 1, 256, 27136, 50663040, non, 0, 64, 22, E4 + 570, 1, 0, 27136, 50663040, non, 0, 48, 14, C3 + 571, 1, 0, 27136, 50663040, non, 0, 55, 18, G3 + 572, 1, 40, 27176, 50741160, nof, 0, 49, 0, + 573, 1, 10, 27186, 50760690, nof, 0, 65, 0, + 574, 1, 206, 27392, 51163008, non, 0, 63, 20, D#4 + 575, 1, 50, 27442, 51260658, nof, 0, 64, 0, + 576, 1, 206, 27648, 51662976, ctl, 0, 64, 0, + 577, 1, 0, 27648, 51662976, ctl, 0, 64, 0, + 578, 1, 0, 27648, 51662976, nof, 0, 42, 0, + 579, 1, 0, 27648, 51662976, nof, 0, 58, 0, + 580, 1, 0, 27648, 51662976, non, 0, 42, 12, F#2 + 581, 1, 0, 27648, 51662976, non, 0, 49, 12, C#3 + 582, 1, 40, 27688, 51741096, nof, 0, 48, 0, + 583, 1, 0, 27688, 51741096, nof, 0, 55, 0, + 584, 1, 10, 27698, 51760626, nof, 0, 63, 0, + 55, 0, 1280, 27904, 52162944,tempo,25,bpm,, + 585, 1, 206, 27904, 52162944, non, 0, 60, 22, C4 + 586, 1, 256, 28160, 52762752, non, 0, 59, 21, B3 + 587, 1, 0, 28160, 52762752, non, 0, 48, 12, C3 + 588, 1, 0, 28160, 52762752, non, 0, 55, 12, G3 + 589, 1, 40, 28200, 52856472, nof, 0, 49, 0, + 590, 1, 10, 28210, 52879902, nof, 0, 60, 0, + 591, 1, 206, 28416, 53362560, non, 0, 58, 19, A#3 + 592, 1, 50, 28466, 53479710, nof, 0, 59, 0, + 593, 1, 206, 28672, 53962368, nof, 0, 42, 0, + 594, 1, 0, 28672, 53962368, non, 0, 42, 12, F#2 + 595, 1, 0, 28672, 53962368, non, 0, 49, 12, C#3 + 596, 1, 40, 28712, 54056088, nof, 0, 48, 0, + 597, 1, 0, 28712, 54056088, nof, 0, 55, 0, + 598, 1, 216, 28928, 54562176, nof, 0, 58, 0, + 599, 1, 256, 29184, 55161984, non, 0, 48, 10, C3 + 600, 1, 0, 29184, 55161984, non, 0, 55, 10, G3 + 601, 1, 40, 29224, 55255704, nof, 0, 49, 0, + 602, 1, 216, 29440, 55761792, non, 0, 30, 9, F#1 + 56, 0, 1728, 29632, 56211648,tempo,15,bpm,, + 603, 1, 192, 29632, 56211648, nof, 0, 42, 0, + 604, 1, 0, 29632, 56211648, non, 0, 42, 9, F#2 + 57, 0, 64, 29696, 56461632,tempo,25,bpm,, + 605, 1, 64, 29696, 56461632, ctl, 0, 64,127, + 606, 1, 0, 29696, 56461632, ctl, 0, 64,127, + 607, 1, 0, 29696, 56461632, nof, 0, 48, 0, + 608, 1, 0, 29696, 56461632, nof, 0, 55, 0, + 609, 1, 0, 29696, 56461632, non, 0, 69, 34, A4 + 610, 1, 0, 29696, 56461632, non, 0, 49, 9, C#3 + 58, 0, 1024, 30720, 58860864,tempo,25,bpm,, + 611, 1, 1024, 30720, 58860864, non, 0, 72, 33, C5 + 612, 1, 50, 30770, 58978014, nof, 0, 69, 0, + 59, 0, 512, 31232, 60060480,tempo,30,bpm,, + 613, 1, 462, 31232, 60060480, non, 0, 69, 30, A4 + 614, 1, 50, 31282, 60158130, nof, 0, 72, 0, + 60, 0, 512, 31744, 61060416,tempo,25,bpm,, + 615, 1, 462, 31744, 61060416, ctl, 0, 64,127, + 616, 1, 0, 31744, 61060416, ctl, 0, 64,127, + 617, 1, 0, 31744, 61060416, non, 0, 67, 29, G4 + 618, 1, 50, 31794, 61177566, nof, 0, 69, 0, + 61, 0, 512, 32256, 62260032,tempo,20,bpm,, + 619, 1, 462, 32256, 62260032, non, 0, 66, 26, F#4 + 620, 1, 50, 32306, 62406482, nof, 0, 67, 0, + 62, 0, 512, 32768, 63759680,tempo,15,bpm,, + 621, 1, 462, 32768, 63759680, non, 0, 65, 23, F4 + 622, 1, 50, 32818, 63954980, nof, 0, 66, 0, + 623, 1, 462, 33280, 65759552, non, 0, 64, 16, E4 + 624, 1, 50, 33330, 65954852, nof, 0, 65, 0, + 625, 1, 462, 33792, 67759424, ctl, 0, 64,127, + 626, 1, 0, 33792, 67759424, ctl, 0, 64,127, + 627, 1, 512, 34304, 69759296, nof, 0, 64, 0, + 628, 1, 0, 34304, 69759296, nof, 0, 30, 0, + 629, 1, 0, 34304, 69759296, nof, 0, 42, 0, + 630, 1, 0, 34304, 69759296, nof, 0, 49, 0, + 63, 0, 2048, 34816, 71759168,tempo,35,bpm,, + 64, 0, 1024, 35840, 73473344,tempo,222,bpm,, + 631, 1, 1536, 35840, 73473344, ctl, 0, 64, 0, + 632, 1, 0, 35840, 73473344, ctl, 0, 64, 0, + 633, 1, 2048, 37888, 74011968, ctl, 0, 64, 0, + 634, 1, 0, 37888, 74011968, ctl, 0, 64, 0, + 65, 0, 2049, 37889, 74012231,eot,,,, + 635, 1, 1, 37889, 74012231,eot,,,, diff --git a/src/cwtest/cfg/gutim_full/scriabin/scriabin_sonate_7_op64.csv b/src/cwtest/cfg/gutim_full/scriabin/scriabin_sonate_7_op64.csv new file mode 100644 index 0000000..f198bdd --- /dev/null +++ b/src/cwtest/cfg/gutim_full/scriabin/scriabin_sonate_7_op64.csv @@ -0,0 +1,16620 @@ +UID,trk,dtick,atick,amicro,type,ch,D0,D1,sci_pitch + 0, 0, 0, 0, 0,tsig,1,2,, + 1, 0, 0, 0, 0,ksig,,,, + 2, 0, 0, 0, 0,tempo,312,bpm,, + 1208, 1, 0, 0, 0,name,,,, + 1209, 1, 0, 0, 0, pgm, 0, 1, 0, + 1210, 1, 0, 0, 0, ctl, 0, 64, 0, +10697, 2, 0, 0, 0,name,,,, +10698, 2, 0, 0, 0, pgm, 1, 1, 0, +10699, 2, 0, 0, 0, ctl, 1, 64, 0, +16617, 3, 1, 1, 187,copy,,,, +16618, 3, 0, 1, 187,eot,,,, + 3, 0, 1024, 1024, 191488,tsig,4,3,, + 4, 0, 0, 1024, 191488,tempo,50,bpm,, + 1211, 1, 1024, 1024, 191488, ctl, 0, 64, 0, + 1212, 1, 0, 1024, 191488, non, 0, 58, 34, A#3 + 1213, 1, 0, 1024, 191488, non, 0, 61, 34, C#4 + 1214, 1, 0, 1024, 191488, non, 0, 69, 44, A4 +10700, 2, 1024, 1024, 191488, ctl, 1, 64,127, +10701, 2, 80, 1104, 285168, ctl, 1, 64, 0, +10702, 2, 99, 1203, 401097, ctl, 1, 64,127, + 1215, 1, 341, 1365, 590799, nof, 0, 58, 0, + 1216, 1, 0, 1365, 590799, nof, 0, 61, 0, + 1217, 1, 0, 1365, 590799, nof, 0, 69, 0, + 1218, 1, 0, 1365, 590799, non, 0, 58, 35, A#3 + 1219, 1, 0, 1365, 590799, non, 0, 61, 35, C#4 + 1220, 1, 0, 1365, 590799, non, 0, 69, 45, A4 +10703, 2, 333, 1536, 791040, non, 1, 52, 44, E3 + 5, 0, 683, 1707, 991281,tempo,66,bpm,, + 1221, 1, 342, 1707, 991281, nof, 0, 58, 0, + 1222, 1, 0, 1707, 991281, nof, 0, 61, 0, + 1223, 1, 0, 1707, 991281, nof, 0, 69, 0, + 1224, 1, 0, 1707, 991281, non, 0, 58, 30, A#3 + 1225, 1, 0, 1707, 991281, non, 0, 61, 30, C#4 + 1226, 1, 0, 1707, 991281, non, 0, 69, 40, A4 + 6, 0, 170, 1877, 1142071,tempo,40,bpm,, + 1227, 1, 170, 1877, 1142071, nof, 0, 58, 0, + 1228, 1, 0, 1877, 1142071, nof, 0, 61, 0, + 1229, 1, 0, 1877, 1142071, nof, 0, 69, 0, + 1230, 1, 0, 1877, 1142071, non, 0, 58, 30, A#3 + 1231, 1, 0, 1877, 1142071, non, 0, 61, 30, C#4 + 1232, 1, 0, 1877, 1142071, non, 0, 69, 40, A4 + 7, 0, 86, 1963, 1267975,tempo,50,bpm,, + 1233, 1, 86, 1963, 1267975, non, 0, 69, 64, A4 + 1234, 1, 85, 2048, 1367510, nof, 0, 69, 0, + 1235, 1, 0, 2048, 1367510, non, 0, 73, 64, C#5 + 1236, 1, 0, 2048, 1367510, nof, 0, 58, 0, + 1237, 1, 0, 2048, 1367510, nof, 0, 61, 0, + 1238, 1, 0, 2048, 1367510, nof, 0, 69, 0, + 8, 0, 256, 2219, 1567751,tempo,66,bpm,, + 1239, 1, 171, 2219, 1567751, non, 0, 58, 30, A#3 + 1240, 1, 0, 2219, 1567751, non, 0, 61, 30, C#4 + 1241, 1, 0, 2219, 1567751, non, 0, 69, 38, A4 + 1242, 1, 170, 2389, 1718541, nof, 0, 58, 0, + 1243, 1, 0, 2389, 1718541, nof, 0, 61, 0, + 1244, 1, 0, 2389, 1718541, nof, 0, 69, 0, + 1245, 1, 0, 2389, 1718541, non, 0, 58, 31, A#3 + 1246, 1, 0, 2389, 1718541, non, 0, 61, 31, C#4 + 1247, 1, 0, 2389, 1718541, non, 0, 69, 41, A4 +10704, 2, 853, 2389, 1718541, non, 1, 42, 44, F#2 +10705, 2, 171, 2560, 1870218, nof, 1, 52, 0, +10706, 2, 0, 2560, 1870218, non, 1, 52, 44, E3 + 1248, 1, 342, 2731, 2021895, nof, 0, 58, 0, + 1249, 1, 0, 2731, 2021895, nof, 0, 61, 0, + 1250, 1, 0, 2731, 2021895, nof, 0, 69, 0, + 1251, 1, 0, 2731, 2021895, non, 0, 58, 36, A#3 + 1252, 1, 0, 2731, 2021895, non, 0, 61, 36, C#4 + 1253, 1, 0, 2731, 2021895, non, 0, 69, 47, A4 + 1254, 1, 170, 2901, 2172685, nof, 0, 58, 0, + 1255, 1, 0, 2901, 2172685, nof, 0, 61, 0, + 1256, 1, 0, 2901, 2172685, nof, 0, 69, 0, + 1257, 1, 0, 2901, 2172685, non, 0, 58, 38, A#3 + 1258, 1, 0, 2901, 2172685, non, 0, 61, 38, C#4 + 1259, 1, 0, 2901, 2172685, non, 0, 69, 49, A4 +10707, 2, 341, 2901, 2172685, nof, 1, 42, 0, +10708, 2, 0, 2901, 2172685, non, 1, 42, 44, F#2 + 9, 0, 853, 3072, 2324362,tempo,50,bpm,, + 1260, 1, 171, 3072, 2324362, ctl, 0, 64, 0, + 1261, 1, 0, 3072, 2324362, nof, 0, 73, 0, + 1262, 1, 0, 3072, 2324362, nof, 0, 58, 0, + 1263, 1, 0, 3072, 2324362, nof, 0, 61, 0, + 1264, 1, 0, 3072, 2324362, nof, 0, 69, 0, + 1265, 1, 0, 3072, 2324362, non, 0, 58, 39, A#3 + 1266, 1, 0, 3072, 2324362, non, 0, 61, 39, C#4 + 1267, 1, 0, 3072, 2324362, non, 0, 69, 50, A4 +10709, 2, 171, 3072, 2324362, ctl, 1, 64,127, +10710, 2, 0, 3072, 2324362, ctl, 1, 64, 0, +10711, 2, 0, 3072, 2324362, nof, 1, 42, 0, +10712, 2, 0, 3072, 2324362, nof, 1, 52, 0, +10713, 2, 0, 3072, 2324362, non, 1, 36, 56, C2 +10714, 2, 80, 3152, 2418042, ctl, 1, 64, 0, + 10, 0, 171, 3243, 2524603,tempo,66,bpm,, + 1268, 1, 171, 3243, 2524603, nof, 0, 58, 0, + 1269, 1, 0, 3243, 2524603, nof, 0, 61, 0, + 1270, 1, 0, 3243, 2524603, nof, 0, 69, 0, + 1271, 1, 0, 3243, 2524603, non, 0, 58, 33, A#3 + 1272, 1, 0, 3243, 2524603, non, 0, 61, 33, C#4 + 1273, 1, 0, 3243, 2524603, non, 0, 69, 44, A4 +10715, 2, 99, 3251, 2531699, ctl, 1, 64,127, + 1274, 1, 170, 3413, 2675393, nof, 0, 58, 0, + 1275, 1, 0, 3413, 2675393, nof, 0, 61, 0, + 1276, 1, 0, 3413, 2675393, nof, 0, 69, 0, + 1277, 1, 0, 3413, 2675393, non, 0, 58, 34, A#3 + 1278, 1, 0, 3413, 2675393, non, 0, 61, 34, C#4 + 1279, 1, 0, 3413, 2675393, non, 0, 69, 45, A4 + 11, 0, 341, 3584, 2827070,tempo,50,bpm,, +10716, 2, 333, 3584, 2827070, nof, 1, 36, 0, +10717, 2, 0, 3584, 2827070, non, 1, 52, 44, E3 +10718, 2, 85, 3669, 2926605, nof, 1, 52, 0, +10719, 2, 0, 3669, 2926605, non, 1, 42, 44, F#2 + 12, 0, 171, 3755, 3027311,tempo,66,bpm,, + 1280, 1, 342, 3755, 3027311, nof, 0, 58, 0, + 1281, 1, 0, 3755, 3027311, nof, 0, 61, 0, + 1282, 1, 0, 3755, 3027311, nof, 0, 69, 0, + 1283, 1, 0, 3755, 3027311, non, 0, 58, 37, A#3 + 1284, 1, 0, 3755, 3027311, non, 0, 61, 37, C#4 + 1285, 1, 0, 3755, 3027311, non, 0, 69, 48, A4 +10720, 2, 86, 3755, 3027311, nof, 1, 42, 0, + 13, 0, 170, 3925, 3178101,tempo,30,bpm,, + 1286, 1, 170, 3925, 3178101, nof, 0, 58, 0, + 1287, 1, 0, 3925, 3178101, nof, 0, 61, 0, + 1288, 1, 0, 3925, 3178101, nof, 0, 69, 0, + 1289, 1, 0, 3925, 3178101, non, 0, 58, 40, A#3 + 1290, 1, 0, 3925, 3178101, non, 0, 61, 40, C#4 + 1291, 1, 0, 3925, 3178101, non, 0, 69, 52, A4 + 14, 0, 86, 4011, 3346059,tempo,50,bpm,, + 1292, 1, 86, 4011, 3346059, non, 0, 69, 73, A4 + 1293, 1, 85, 4096, 3445594, nof, 0, 69, 0, + 1294, 1, 0, 4096, 3445594, non, 0, 76, 73, E5 + 1295, 1, 0, 4096, 3445594, nof, 0, 58, 0, + 1296, 1, 0, 4096, 3445594, nof, 0, 61, 0, + 1297, 1, 0, 4096, 3445594, nof, 0, 69, 0, + 15, 0, 256, 4267, 3645835,tempo,66,bpm,, + 1298, 1, 171, 4267, 3645835, non, 0, 58, 41, A#3 + 1299, 1, 0, 4267, 3645835, non, 0, 61, 41, C#4 + 1300, 1, 0, 4267, 3645835, non, 0, 69, 53, A4 + 1301, 1, 170, 4437, 3796625, nof, 0, 58, 0, + 1302, 1, 0, 4437, 3796625, nof, 0, 61, 0, + 1303, 1, 0, 4437, 3796625, nof, 0, 69, 0, + 1304, 1, 0, 4437, 3796625, non, 0, 58, 42, A#3 + 1305, 1, 0, 4437, 3796625, non, 0, 61, 42, C#4 + 1306, 1, 0, 4437, 3796625, non, 0, 69, 53, A4 + 16, 0, 341, 4608, 3948302,tempo,50,bpm,, +10721, 2, 853, 4608, 3948302, non, 1, 52, 44, E3 +10722, 2, 85, 4693, 4047837, nof, 1, 52, 0, +10723, 2, 0, 4693, 4047837, non, 1, 42, 44, F#2 + 1307, 1, 342, 4779, 4148543, nof, 0, 58, 0, + 1308, 1, 0, 4779, 4148543, nof, 0, 61, 0, + 1309, 1, 0, 4779, 4148543, nof, 0, 69, 0, + 1310, 1, 0, 4779, 4148543, non, 0, 58, 43, A#3 + 1311, 1, 0, 4779, 4148543, non, 0, 61, 43, C#4 + 1312, 1, 0, 4779, 4148543, non, 0, 69, 54, A4 +10724, 2, 86, 4779, 4148543, nof, 1, 42, 0, + 17, 0, 341, 4949, 4347613,tempo,40,bpm,, + 18, 0, 0, 4949, 4347613,tempo,30,bpm,, + 1313, 1, 170, 4949, 4347613, nof, 0, 58, 0, + 1314, 1, 0, 4949, 4347613, nof, 0, 61, 0, + 1315, 1, 0, 4949, 4347613, nof, 0, 69, 0, + 1316, 1, 26, 4975, 4398391, non, 0, 57, 55, A3 + 1317, 1, 0, 4975, 4398391, non, 0, 62, 55, D4 + 1318, 1, 0, 4975, 4398391, non, 0, 69, 55, A4 + 19, 0, 86, 5035, 4515571,tempo,30,bpm,, + 1319, 1, 60, 5035, 4515571, nof, 0, 76, 0, + 1320, 1, 0, 5035, 4515571, non, 0, 73, 77, C#5 +10725, 2, 256, 5035, 4515571, non, 1, 32, 55, G#1 +10726, 2, 0, 5035, 4515571, non, 1, 38, 55, D2 +10727, 2, 0, 5035, 4515571, non, 1, 45, 67, A2 + 20, 0, 85, 5120, 4681576,tempo,50,bpm,, + 1321, 1, 85, 5120, 4681576, ctl, 0, 64, 0, + 1322, 1, 0, 5120, 4681576, nof, 0, 73, 0, + 1323, 1, 0, 5120, 4681576, nof, 0, 57, 0, + 1324, 1, 0, 5120, 4681576, nof, 0, 62, 0, + 1325, 1, 0, 5120, 4681576, nof, 0, 69, 0, + 1326, 1, 0, 5120, 4681576, non, 0, 54, 64, F#3 + 1327, 1, 0, 5120, 4681576, non, 0, 57, 64, A3 + 1328, 1, 0, 5120, 4681576, non, 0, 62, 64, D4 + 1329, 1, 0, 5120, 4681576, non, 0, 65, 64, F4 + 1330, 1, 0, 5120, 4681576, non, 0, 66, 64, F#4 + 1331, 1, 0, 5120, 4681576, non, 0, 69, 64, A4 + 1332, 1, 0, 5120, 4681576, non, 0, 74, 64, D5 + 1333, 1, 0, 5120, 4681576, non, 0, 77, 80, F5 +10728, 2, 85, 5120, 4681576, ctl, 1, 64,127, +10729, 2, 0, 5120, 4681576, ctl, 1, 64, 0, +10730, 2, 80, 5200, 4775256, ctl, 1, 64, 0, +10731, 2, 99, 5299, 4891185, ctl, 1, 64,127, +10732, 2, 333, 5632, 5281128, non, 1, 42, 44, F#2 +10733, 2, 64, 5696, 5356072, nof, 1, 42, 0, +10734, 2, 0, 5696, 5356072, non, 1, 45, 47, A2 +10735, 2, 64, 5760, 5431016, nof, 1, 45, 0, +10736, 2, 0, 5760, 5431016, non, 1, 50, 50, D3 +10737, 2, 0, 5760, 5431016, non, 1, 53, 50, F3 +10738, 2, 64, 5824, 5505960, nof, 1, 50, 0, +10739, 2, 0, 5824, 5505960, nof, 1, 53, 0, +10740, 2, 0, 5824, 5505960, non, 1, 54, 52, F#3 +10741, 2, 64, 5888, 5580904, nof, 1, 54, 0, +10742, 2, 0, 5888, 5580904, non, 1, 57, 55, A3 +10743, 2, 64, 5952, 5655848, nof, 1, 57, 0, +10744, 2, 0, 5952, 5655848, non, 1, 62, 58, D4 +10745, 2, 0, 5952, 5655848, non, 1, 65, 58, F4 + 21, 0, 896, 6016, 5730792,tempo,40,bpm,, +10746, 2, 64, 6016, 5730792, nof, 1, 62, 0, +10747, 2, 0, 6016, 5730792, nof, 1, 65, 0, +10748, 2, 0, 6016, 5730792, non, 1, 66, 61, F#4 +10749, 2, 43, 6059, 5793744, non, 1, 38, 71, D2 +10750, 2, 0, 6059, 5793744, non, 1, 50, 83, D3 +10751, 2, 21, 6080, 5824488, nof, 1, 66, 0, +10752, 2, 0, 6080, 5824488, non, 1, 69, 63, A4 +10753, 2, 64, 6144, 5918184, nof, 1, 38, 0, +10754, 2, 0, 6144, 5918184, nof, 1, 50, 0, +10755, 2, 0, 6144, 5918184, non, 1, 45, 71, A2 +10756, 2, 0, 6144, 5918184, non, 1, 57, 83, A3 +10757, 2, 0, 6144, 5918184, nof, 1, 69, 0, +10758, 2, 0, 6144, 5918184, non, 1, 74, 66, D5 +10759, 2, 0, 6144, 5918184, non, 1, 77, 66, F5 + 22, 0, 213, 6229, 6042624,tempo,50,bpm,, +10760, 2, 85, 6229, 6042624, nof, 1, 74, 0, +10761, 2, 0, 6229, 6042624, nof, 1, 77, 0, +10762, 2, 0, 6229, 6042624, non, 1, 69, 66, A4 +10763, 2, 86, 6315, 6143330, nof, 1, 69, 0, +10764, 2, 0, 6315, 6143330, non, 1, 66, 63, F#4 +10765, 2, 85, 6400, 6242865, nof, 1, 66, 0, +10766, 2, 0, 6400, 6242865, non, 1, 62, 60, D4 +10767, 2, 0, 6400, 6242865, non, 1, 65, 60, F4 +10768, 2, 85, 6485, 6342400, nof, 1, 62, 0, +10769, 2, 0, 6485, 6342400, nof, 1, 65, 0, +10770, 2, 0, 6485, 6342400, non, 1, 57, 58, A3 +10771, 2, 86, 6571, 6443106, nof, 1, 57, 0, +10772, 2, 0, 6571, 6443106, non, 1, 54, 55, F#3 +10773, 2, 85, 6656, 6542641, nof, 1, 54, 0, +10774, 2, 0, 6656, 6542641, non, 1, 62, 60, D4 +10775, 2, 0, 6656, 6542641, non, 1, 65, 60, F4 +10776, 2, 85, 6741, 6642176, nof, 1, 62, 0, +10777, 2, 0, 6741, 6642176, nof, 1, 65, 0, +10778, 2, 0, 6741, 6642176, non, 1, 57, 57, A3 +10779, 2, 86, 6827, 6742882, nof, 1, 57, 0, +10780, 2, 0, 6827, 6742882, non, 1, 54, 54, F#3 +10781, 2, 85, 6912, 6842417, nof, 1, 54, 0, +10782, 2, 0, 6912, 6842417, non, 1, 50, 50, D3 +10783, 2, 0, 6912, 6842417, non, 1, 53, 50, F3 +10784, 2, 85, 6997, 6941952, nof, 1, 50, 0, +10785, 2, 0, 6997, 6941952, nof, 1, 53, 0, +10786, 2, 0, 6997, 6941952, non, 1, 45, 47, A2 + 23, 0, 854, 7083, 7042658,tempo,25,bpm,, +10787, 2, 86, 7083, 7042658, nof, 1, 45, 0, +10788, 2, 0, 7083, 7042658, non, 1, 42, 44, F#2 + 24, 0, 85, 7168, 7241813,tempo,50,bpm,, + 1334, 1, 2048, 7168, 7241813, ctl, 0, 64, 0, + 1335, 1, 0, 7168, 7241813, ctl, 0, 64, 0, + 1336, 1, 0, 7168, 7241813, nof, 0, 54, 0, + 1337, 1, 0, 7168, 7241813, nof, 0, 57, 0, + 1338, 1, 0, 7168, 7241813, nof, 0, 62, 0, + 1339, 1, 0, 7168, 7241813, nof, 0, 65, 0, + 1340, 1, 0, 7168, 7241813, nof, 0, 66, 0, + 1341, 1, 0, 7168, 7241813, nof, 0, 69, 0, + 1342, 1, 0, 7168, 7241813, nof, 0, 74, 0, + 1343, 1, 0, 7168, 7241813, nof, 0, 77, 0, +10789, 2, 85, 7168, 7241813, ctl, 1, 64,127, +10790, 2, 0, 7168, 7241813, ctl, 1, 64, 0, +10791, 2, 0, 7168, 7241813, nof, 1, 32, 0, +10792, 2, 0, 7168, 7241813, nof, 1, 38, 0, +10793, 2, 0, 7168, 7241813, nof, 1, 45, 0, +10794, 2, 0, 7168, 7241813, nof, 1, 45, 0, +10795, 2, 0, 7168, 7241813, nof, 1, 57, 0, +10796, 2, 0, 7168, 7241813, nof, 1, 42, 0, +10797, 2, 113, 7281, 7374136, ctl, 1, 64, 0, +10798, 2, 189, 7470, 7595455, ctl, 1, 64,127, + 1344, 1, 512, 7680, 7841365, non, 0, 54, 39, F#3 + 1345, 1, 0, 7680, 7841365, non, 0, 57, 39, A3 + 1346, 1, 0, 7680, 7841365, non, 0, 62, 39, D4 + 1347, 1, 0, 7680, 7841365, non, 0, 65, 55, F4 +10799, 2, 210, 7680, 7841365, non, 1, 32, 31, G#1 +10800, 2, 0, 7680, 7841365, non, 1, 38, 31, D2 +10801, 2, 0, 7680, 7841365, non, 1, 45, 43, A2 + 25, 0, 896, 8064, 8291029,tempo,40,bpm,, + 1348, 1, 384, 8064, 8291029, non, 0, 61, 60, C#4 + 1349, 1, 128, 8192, 8478421, nof, 0, 54, 0, + 1350, 1, 0, 8192, 8478421, nof, 0, 57, 0, + 1351, 1, 0, 8192, 8478421, nof, 0, 62, 0, + 1352, 1, 0, 8192, 8478421, nof, 0, 65, 0, + 1353, 1, 0, 8192, 8478421, non, 0, 54, 35, F#3 + 1354, 1, 0, 8192, 8478421, non, 0, 57, 35, A3 + 1355, 1, 0, 8192, 8478421, non, 0, 62, 35, D4 + 1356, 1, 0, 8192, 8478421, non, 0, 65, 51, F4 +10802, 2, 512, 8192, 8478421, nof, 1, 32, 0, +10803, 2, 0, 8192, 8478421, nof, 1, 38, 0, +10804, 2, 0, 8192, 8478421, nof, 1, 45, 0, +10805, 2, 0, 8192, 8478421, non, 1, 32, 28, G#1 +10806, 2, 0, 8192, 8478421, non, 1, 38, 28, D2 +10807, 2, 0, 8192, 8478421, non, 1, 45, 39, A2 +10808, 2, 88, 8280, 8607253, ctl, 1, 64, 0, +10809, 2, 339, 8619, 9103549, ctl, 1, 64,127, + 1357, 1, 512, 8704, 9227989, nof, 0, 54, 0, + 1358, 1, 0, 8704, 9227989, nof, 0, 57, 0, + 1359, 1, 0, 8704, 9227989, nof, 0, 62, 0, + 1360, 1, 0, 8704, 9227989, nof, 0, 65, 0, + 1361, 1, 0, 8704, 9227989, non, 0, 54, 29, F#3 + 1362, 1, 0, 8704, 9227989, non, 0, 57, 29, A3 + 1363, 1, 0, 8704, 9227989, non, 0, 62, 29, D4 + 1364, 1, 0, 8704, 9227989, non, 0, 65, 45, F4 +10810, 2, 85, 8704, 9227989, nof, 1, 32, 0, +10811, 2, 0, 8704, 9227989, nof, 1, 38, 0, +10812, 2, 0, 8704, 9227989, nof, 1, 45, 0, +10813, 2, 0, 8704, 9227989, non, 1, 32, 25, G#1 +10814, 2, 0, 8704, 9227989, non, 1, 38, 25, D2 +10815, 2, 0, 8704, 9227989, non, 1, 45, 34, A2 + 26, 0, 1152, 9216, 9977557,tempo,50,bpm,, + 1365, 1, 512, 9216, 9977557, ctl, 0, 64, 0, + 1366, 1, 0, 9216, 9977557, nof, 0, 61, 0, + 1367, 1, 0, 9216, 9977557, nof, 0, 54, 0, + 1368, 1, 0, 9216, 9977557, nof, 0, 57, 0, + 1369, 1, 0, 9216, 9977557, nof, 0, 62, 0, + 1370, 1, 0, 9216, 9977557, nof, 0, 65, 0, + 1371, 1, 0, 9216, 9977557, non, 0, 60, 46, C4 +10816, 2, 512, 9216, 9977557, ctl, 1, 64,127, +10817, 2, 0, 9216, 9977557, nof, 1, 32, 0, +10818, 2, 0, 9216, 9977557, nof, 1, 38, 0, +10819, 2, 0, 9216, 9977557, nof, 1, 45, 0, +10820, 2, 80, 9296, 10071237, ctl, 1, 64, 0, +10821, 2, 99, 9395, 10187166, ctl, 1, 64,127, + 1372, 1, 341, 9557, 10376868, non, 0, 63, 35, D#4 + 1373, 1, 0, 9557, 10376868, non, 0, 71, 45, B4 +10822, 2, 333, 9728, 10577109, non, 1, 54, 44, F#3 + 27, 0, 683, 9899, 10777350,tempo,66,bpm,, + 1374, 1, 342, 9899, 10777350, nof, 0, 60, 0, + 1375, 1, 0, 9899, 10777350, nof, 0, 63, 0, + 1376, 1, 0, 9899, 10777350, nof, 0, 71, 0, + 1377, 1, 0, 9899, 10777350, non, 0, 60, 30, C4 + 1378, 1, 0, 9899, 10777350, non, 0, 63, 30, D#4 + 1379, 1, 0, 9899, 10777350, non, 0, 71, 40, B4 + 28, 0, 170, 10069, 10928140,tempo,30,bpm,, + 1380, 1, 170, 10069, 10928140, nof, 0, 60, 0, + 1381, 1, 0, 10069, 10928140, nof, 0, 63, 0, + 1382, 1, 0, 10069, 10928140, nof, 0, 71, 0, + 1383, 1, 0, 10069, 10928140, non, 0, 60, 30, C4 + 1384, 1, 0, 10069, 10928140, non, 0, 63, 30, D#4 + 1385, 1, 0, 10069, 10928140, non, 0, 71, 40, B4 + 29, 0, 86, 10155, 11096098,tempo,50,bpm,, + 1386, 1, 86, 10155, 11096098, non, 0, 71, 64, B4 + 1387, 1, 85, 10240, 11195633, nof, 0, 71, 0, + 1388, 1, 0, 10240, 11195633, non, 0, 75, 64, D#5 + 1389, 1, 0, 10240, 11195633, nof, 0, 60, 0, + 1390, 1, 0, 10240, 11195633, nof, 0, 63, 0, + 1391, 1, 0, 10240, 11195633, nof, 0, 71, 0, + 30, 0, 256, 10411, 11395874,tempo,66,bpm,, + 1392, 1, 171, 10411, 11395874, non, 0, 60, 30, C4 + 1393, 1, 0, 10411, 11395874, non, 0, 63, 30, D#4 + 1394, 1, 0, 10411, 11395874, non, 0, 71, 38, B4 + 1395, 1, 170, 10581, 11546664, nof, 0, 60, 0, + 1396, 1, 0, 10581, 11546664, nof, 0, 63, 0, + 1397, 1, 0, 10581, 11546664, nof, 0, 71, 0, + 1398, 1, 0, 10581, 11546664, non, 0, 60, 31, C4 + 1399, 1, 0, 10581, 11546664, non, 0, 63, 31, D#4 + 1400, 1, 0, 10581, 11546664, non, 0, 71, 41, B4 +10823, 2, 853, 10581, 11546664, non, 1, 44, 44, G#2 +10824, 2, 171, 10752, 11698341, nof, 1, 54, 0, +10825, 2, 0, 10752, 11698341, non, 1, 54, 44, F#3 + 1401, 1, 342, 10923, 11850018, nof, 0, 60, 0, + 1402, 1, 0, 10923, 11850018, nof, 0, 63, 0, + 1403, 1, 0, 10923, 11850018, nof, 0, 71, 0, + 1404, 1, 0, 10923, 11850018, non, 0, 60, 36, C4 + 1405, 1, 0, 10923, 11850018, non, 0, 63, 36, D#4 + 1406, 1, 0, 10923, 11850018, non, 0, 71, 47, B4 + 1407, 1, 170, 11093, 12000808, nof, 0, 60, 0, + 1408, 1, 0, 11093, 12000808, nof, 0, 63, 0, + 1409, 1, 0, 11093, 12000808, nof, 0, 71, 0, + 1410, 1, 0, 11093, 12000808, non, 0, 60, 38, C4 + 1411, 1, 0, 11093, 12000808, non, 0, 63, 38, D#4 + 1412, 1, 0, 11093, 12000808, non, 0, 71, 49, B4 +10826, 2, 341, 11093, 12000808, nof, 1, 44, 0, +10827, 2, 0, 11093, 12000808, non, 1, 44, 44, G#2 + 31, 0, 853, 11264, 12152485,tempo,50,bpm,, + 1413, 1, 171, 11264, 12152485, ctl, 0, 64, 0, + 1414, 1, 0, 11264, 12152485, nof, 0, 75, 0, + 1415, 1, 0, 11264, 12152485, nof, 0, 60, 0, + 1416, 1, 0, 11264, 12152485, nof, 0, 63, 0, + 1417, 1, 0, 11264, 12152485, nof, 0, 71, 0, + 1418, 1, 0, 11264, 12152485, non, 0, 60, 39, C4 + 1419, 1, 0, 11264, 12152485, non, 0, 63, 39, D#4 + 1420, 1, 0, 11264, 12152485, non, 0, 71, 50, B4 +10828, 2, 171, 11264, 12152485, ctl, 1, 64,127, +10829, 2, 0, 11264, 12152485, ctl, 1, 64, 0, +10830, 2, 0, 11264, 12152485, nof, 1, 44, 0, +10831, 2, 0, 11264, 12152485, nof, 1, 54, 0, +10832, 2, 0, 11264, 12152485, non, 1, 38, 56, D2 +10833, 2, 80, 11344, 12246165, ctl, 1, 64, 0, + 32, 0, 171, 11435, 12352726,tempo,66,bpm,, + 1421, 1, 171, 11435, 12352726, nof, 0, 60, 0, + 1422, 1, 0, 11435, 12352726, nof, 0, 63, 0, + 1423, 1, 0, 11435, 12352726, nof, 0, 71, 0, + 1424, 1, 0, 11435, 12352726, non, 0, 60, 33, C4 + 1425, 1, 0, 11435, 12352726, non, 0, 63, 33, D#4 + 1426, 1, 0, 11435, 12352726, non, 0, 71, 44, B4 +10834, 2, 99, 11443, 12359822, ctl, 1, 64,127, + 1427, 1, 170, 11605, 12503516, nof, 0, 60, 0, + 1428, 1, 0, 11605, 12503516, nof, 0, 63, 0, + 1429, 1, 0, 11605, 12503516, nof, 0, 71, 0, + 1430, 1, 0, 11605, 12503516, non, 0, 60, 34, C4 + 1431, 1, 0, 11605, 12503516, non, 0, 63, 34, D#4 + 1432, 1, 0, 11605, 12503516, non, 0, 71, 45, B4 + 33, 0, 341, 11776, 12655193,tempo,50,bpm,, +10835, 2, 333, 11776, 12655193, nof, 1, 38, 0, +10836, 2, 0, 11776, 12655193, non, 1, 54, 44, F#3 +10837, 2, 85, 11861, 12754728, nof, 1, 54, 0, +10838, 2, 0, 11861, 12754728, non, 1, 44, 44, G#2 + 34, 0, 171, 11947, 12855434,tempo,66,bpm,, + 1433, 1, 342, 11947, 12855434, nof, 0, 60, 0, + 1434, 1, 0, 11947, 12855434, nof, 0, 63, 0, + 1435, 1, 0, 11947, 12855434, nof, 0, 71, 0, + 1436, 1, 0, 11947, 12855434, non, 0, 60, 37, C4 + 1437, 1, 0, 11947, 12855434, non, 0, 63, 37, D#4 + 1438, 1, 0, 11947, 12855434, non, 0, 71, 48, B4 +10839, 2, 86, 11947, 12855434, nof, 1, 44, 0, + 35, 0, 170, 12117, 13006224,tempo,30,bpm,, + 1439, 1, 170, 12117, 13006224, nof, 0, 60, 0, + 1440, 1, 0, 12117, 13006224, nof, 0, 63, 0, + 1441, 1, 0, 12117, 13006224, nof, 0, 71, 0, + 1442, 1, 0, 12117, 13006224, non, 0, 60, 40, C4 + 1443, 1, 0, 12117, 13006224, non, 0, 63, 40, D#4 + 1444, 1, 0, 12117, 13006224, non, 0, 71, 52, B4 + 36, 0, 86, 12203, 13174182,tempo,50,bpm,, + 1445, 1, 86, 12203, 13174182, non, 0, 71, 73, B4 + 1446, 1, 85, 12288, 13273717, nof, 0, 71, 0, + 1447, 1, 0, 12288, 13273717, non, 0, 78, 73, F#5 + 1448, 1, 0, 12288, 13273717, nof, 0, 60, 0, + 1449, 1, 0, 12288, 13273717, nof, 0, 63, 0, + 1450, 1, 0, 12288, 13273717, nof, 0, 71, 0, + 37, 0, 256, 12459, 13473958,tempo,66,bpm,, + 1451, 1, 171, 12459, 13473958, non, 0, 60, 41, C4 + 1452, 1, 0, 12459, 13473958, non, 0, 63, 41, D#4 + 1453, 1, 0, 12459, 13473958, non, 0, 71, 53, B4 + 1454, 1, 170, 12629, 13624748, nof, 0, 60, 0, + 1455, 1, 0, 12629, 13624748, nof, 0, 63, 0, + 1456, 1, 0, 12629, 13624748, nof, 0, 71, 0, + 1457, 1, 0, 12629, 13624748, non, 0, 60, 42, C4 + 1458, 1, 0, 12629, 13624748, non, 0, 63, 42, D#4 + 1459, 1, 0, 12629, 13624748, non, 0, 71, 53, B4 + 38, 0, 341, 12800, 13776425,tempo,50,bpm,, +10840, 2, 853, 12800, 13776425, non, 1, 54, 44, F#3 +10841, 2, 85, 12885, 13875960, nof, 1, 54, 0, +10842, 2, 0, 12885, 13875960, non, 1, 44, 44, G#2 + 1460, 1, 342, 12971, 13976666, nof, 0, 60, 0, + 1461, 1, 0, 12971, 13976666, nof, 0, 63, 0, + 1462, 1, 0, 12971, 13976666, nof, 0, 71, 0, + 1463, 1, 0, 12971, 13976666, non, 0, 60, 43, C4 + 1464, 1, 0, 12971, 13976666, non, 0, 63, 43, D#4 + 1465, 1, 0, 12971, 13976666, non, 0, 71, 54, B4 +10843, 2, 86, 12971, 13976666, nof, 1, 44, 0, +10844, 2, 149, 13120, 14151145, ctl, 1, 64, 0, + 39, 0, 341, 13141, 14175736,tempo,40,bpm,, + 40, 0, 0, 13141, 14175736,tempo,30,bpm,, + 1466, 1, 170, 13141, 14175736, nof, 0, 60, 0, + 1467, 1, 0, 13141, 14175736, nof, 0, 63, 0, + 1468, 1, 0, 13141, 14175736, nof, 0, 71, 0, + 1469, 1, 26, 13167, 14226514, non, 0, 59, 55, B3 + 1470, 1, 0, 13167, 14226514, non, 0, 64, 55, E4 + 1471, 1, 0, 13167, 14226514, non, 0, 71, 55, B4 + 41, 0, 86, 13227, 14343694,tempo,30,bpm,, + 1472, 1, 60, 13227, 14343694, nof, 0, 78, 0, + 1473, 1, 0, 13227, 14343694, non, 0, 75, 77, D#5 +10845, 2, 107, 13227, 14343694, non, 1, 34, 55, A#1 +10846, 2, 0, 13227, 14343694, non, 1, 40, 55, E2 +10847, 2, 0, 13227, 14343694, non, 1, 47, 67, B2 + 42, 0, 85, 13312, 14509699,tempo,50,bpm,, + 1474, 1, 85, 13312, 14509699, ctl, 0, 64, 0, + 1475, 1, 0, 13312, 14509699, nof, 0, 75, 0, + 1476, 1, 0, 13312, 14509699, nof, 0, 59, 0, + 1477, 1, 0, 13312, 14509699, nof, 0, 64, 0, + 1478, 1, 0, 13312, 14509699, nof, 0, 71, 0, + 1479, 1, 0, 13312, 14509699, non, 0, 56, 64, G#3 + 1480, 1, 0, 13312, 14509699, non, 0, 59, 64, B3 + 1481, 1, 0, 13312, 14509699, non, 0, 64, 64, E4 + 1482, 1, 0, 13312, 14509699, non, 0, 67, 64, G4 + 1483, 1, 0, 13312, 14509699, non, 0, 68, 64, G#4 + 1484, 1, 0, 13312, 14509699, non, 0, 71, 64, B4 + 1485, 1, 0, 13312, 14509699, non, 0, 76, 64, E5 + 1486, 1, 0, 13312, 14509699, non, 0, 79, 80, G5 +10848, 2, 85, 13312, 14509699, ctl, 1, 64,127, +10849, 2, 0, 13312, 14509699, ctl, 1, 64, 0, +10850, 2, 80, 13392, 14603379, ctl, 1, 64, 0, +10851, 2, 99, 13491, 14719308, ctl, 1, 64,127, +10852, 2, 333, 13824, 15109251, non, 1, 44, 44, G#2 +10853, 2, 64, 13888, 15184195, nof, 1, 44, 0, +10854, 2, 0, 13888, 15184195, non, 1, 47, 47, B2 +10855, 2, 64, 13952, 15259139, nof, 1, 47, 0, +10856, 2, 0, 13952, 15259139, non, 1, 52, 50, E3 +10857, 2, 0, 13952, 15259139, non, 1, 55, 50, G3 +10858, 2, 64, 14016, 15334083, nof, 1, 52, 0, +10859, 2, 0, 14016, 15334083, nof, 1, 55, 0, +10860, 2, 0, 14016, 15334083, non, 1, 56, 52, G#3 +10861, 2, 64, 14080, 15409027, nof, 1, 56, 0, +10862, 2, 0, 14080, 15409027, non, 1, 59, 55, B3 +10863, 2, 64, 14144, 15483971, nof, 1, 59, 0, +10864, 2, 0, 14144, 15483971, non, 1, 64, 58, E4 +10865, 2, 0, 14144, 15483971, non, 1, 67, 58, G4 + 43, 0, 896, 14208, 15558915,tempo,40,bpm,, +10866, 2, 64, 14208, 15558915, nof, 1, 64, 0, +10867, 2, 0, 14208, 15558915, nof, 1, 67, 0, +10868, 2, 0, 14208, 15558915, non, 1, 68, 61, G#4 +10869, 2, 43, 14251, 15621867, non, 1, 40, 71, E2 +10870, 2, 0, 14251, 15621867, non, 1, 52, 83, E3 +10871, 2, 21, 14272, 15652611, nof, 1, 68, 0, +10872, 2, 0, 14272, 15652611, non, 1, 71, 63, B4 +10873, 2, 64, 14336, 15746307, nof, 1, 40, 0, +10874, 2, 0, 14336, 15746307, nof, 1, 52, 0, +10875, 2, 0, 14336, 15746307, non, 1, 47, 71, B2 +10876, 2, 0, 14336, 15746307, non, 1, 59, 83, B3 +10877, 2, 0, 14336, 15746307, nof, 1, 71, 0, +10878, 2, 0, 14336, 15746307, non, 1, 76, 66, E5 +10879, 2, 0, 14336, 15746307, non, 1, 79, 66, G5 + 44, 0, 213, 14421, 15870747,tempo,50,bpm,, +10880, 2, 85, 14421, 15870747, nof, 1, 76, 0, +10881, 2, 0, 14421, 15870747, nof, 1, 79, 0, +10882, 2, 0, 14421, 15870747, non, 1, 71, 66, B4 +10883, 2, 86, 14507, 15971453, nof, 1, 71, 0, +10884, 2, 0, 14507, 15971453, non, 1, 68, 63, G#4 +10885, 2, 85, 14592, 16070988, nof, 1, 68, 0, +10886, 2, 0, 14592, 16070988, non, 1, 64, 60, E4 +10887, 2, 0, 14592, 16070988, non, 1, 67, 60, G4 +10888, 2, 85, 14677, 16170523, nof, 1, 64, 0, +10889, 2, 0, 14677, 16170523, nof, 1, 67, 0, +10890, 2, 0, 14677, 16170523, non, 1, 59, 58, B3 +10891, 2, 86, 14763, 16271229, nof, 1, 59, 0, +10892, 2, 0, 14763, 16271229, non, 1, 56, 55, G#3 +10893, 2, 85, 14848, 16370764, nof, 1, 56, 0, +10894, 2, 0, 14848, 16370764, non, 1, 64, 60, E4 +10895, 2, 0, 14848, 16370764, non, 1, 67, 60, G4 +10896, 2, 85, 14933, 16470299, nof, 1, 64, 0, +10897, 2, 0, 14933, 16470299, nof, 1, 67, 0, +10898, 2, 0, 14933, 16470299, non, 1, 59, 57, B3 +10899, 2, 86, 15019, 16571005, nof, 1, 59, 0, +10900, 2, 0, 15019, 16571005, non, 1, 56, 54, G#3 +10901, 2, 85, 15104, 16670540, nof, 1, 56, 0, +10902, 2, 0, 15104, 16670540, non, 1, 52, 50, E3 +10903, 2, 0, 15104, 16670540, non, 1, 55, 50, G3 +10904, 2, 85, 15189, 16770075, nof, 1, 52, 0, +10905, 2, 0, 15189, 16770075, nof, 1, 55, 0, +10906, 2, 0, 15189, 16770075, non, 1, 47, 47, B2 + 45, 0, 854, 15275, 16870781,tempo,25,bpm,, +10907, 2, 86, 15275, 16870781, nof, 1, 47, 0, +10908, 2, 0, 15275, 16870781, non, 1, 44, 44, G#2 + 46, 0, 85, 15360, 17069936,tempo,66,bpm,, + 1487, 1, 2048, 15360, 17069936, ctl, 0, 64, 0, + 1488, 1, 0, 15360, 17069936, nof, 0, 56, 0, + 1489, 1, 0, 15360, 17069936, nof, 0, 59, 0, + 1490, 1, 0, 15360, 17069936, nof, 0, 64, 0, + 1491, 1, 0, 15360, 17069936, nof, 0, 67, 0, + 1492, 1, 0, 15360, 17069936, nof, 0, 68, 0, + 1493, 1, 0, 15360, 17069936, nof, 0, 71, 0, + 1494, 1, 0, 15360, 17069936, nof, 0, 76, 0, + 1495, 1, 0, 15360, 17069936, nof, 0, 79, 0, +10909, 2, 85, 15360, 17069936, ctl, 1, 64,127, +10910, 2, 0, 15360, 17069936, ctl, 1, 64, 0, +10911, 2, 0, 15360, 17069936, ctl, 1, 64, 0, +10912, 2, 0, 15360, 17069936, ctl, 1, 64, 0, +10913, 2, 0, 15360, 17069936, ctl, 1, 64, 0, +10914, 2, 0, 15360, 17069936, nof, 1, 34, 0, +10915, 2, 0, 15360, 17069936, nof, 1, 40, 0, +10916, 2, 0, 15360, 17069936, nof, 1, 47, 0, +10917, 2, 0, 15360, 17069936, nof, 1, 47, 0, +10918, 2, 0, 15360, 17069936, nof, 1, 59, 0, +10919, 2, 0, 15360, 17069936, nof, 1, 44, 0, +10920, 2, 113, 15473, 17170167, ctl, 1, 64, 0, +10921, 2, 189, 15662, 17337810, ctl, 1, 64,127, + 1496, 1, 512, 15872, 17524080, non, 0, 56, 40, G#3 + 1497, 1, 0, 15872, 17524080, non, 0, 59, 40, B3 + 1498, 1, 0, 15872, 17524080, non, 0, 64, 40, E4 + 1499, 1, 0, 15872, 17524080, non, 0, 67, 55, G4 +10922, 2, 210, 15872, 17524080, non, 1, 47, 55, B2 +10923, 2, 256, 16128, 17751152, ctl, 1, 64,127, + 47, 0, 853, 16213, 17826547,tempo,50,bpm,, + 1500, 1, 427, 16299, 17927253, non, 0, 73, 77, C#5 + 1501, 1, 85, 16384, 18026788, nof, 0, 56, 0, + 1502, 1, 0, 16384, 18026788, nof, 0, 59, 0, + 1503, 1, 0, 16384, 18026788, nof, 0, 64, 0, + 1504, 1, 0, 16384, 18026788, nof, 0, 67, 0, + 1505, 1, 0, 16384, 18026788, nof, 0, 73, 0, + 1506, 1, 0, 16384, 18026788, non, 0, 80, 77, G#5 +10924, 2, 256, 16384, 18026788, nof, 1, 47, 0, +10925, 2, 0, 16384, 18026788, non, 1, 40, 46, E2 +10926, 2, 0, 16384, 18026788, non, 1, 46, 46, A#2 +10927, 2, 0, 16384, 18026788, non, 1, 56, 58, G#3 + 48, 0, 342, 16555, 18227029,tempo,66,bpm,, + 1507, 1, 171, 16555, 18227029, non, 0, 62, 55, D4 + 1508, 1, 0, 16555, 18227029, non, 0, 65, 55, F4 + 1509, 1, 0, 16555, 18227029, non, 0, 73, 67, C#5 + 1510, 1, 170, 16725, 18377819, nof, 0, 62, 0, + 1511, 1, 0, 16725, 18377819, nof, 0, 65, 0, + 1512, 1, 0, 16725, 18377819, nof, 0, 73, 0, + 1513, 1, 0, 16725, 18377819, non, 0, 62, 55, D4 + 1514, 1, 0, 16725, 18377819, non, 0, 65, 55, F4 + 1515, 1, 0, 16725, 18377819, non, 0, 73, 67, C#5 +10928, 2, 512, 16896, 18529496, nof, 1, 40, 0, +10929, 2, 0, 16896, 18529496, nof, 1, 46, 0, +10930, 2, 0, 16896, 18529496, nof, 1, 56, 0, +10931, 2, 0, 16896, 18529496, non, 1, 56, 55, G#3 +10932, 2, 85, 16981, 18604891, nof, 1, 56, 0, +10933, 2, 0, 16981, 18604891, non, 1, 46, 55, A#2 + 49, 0, 512, 17067, 18681173,tempo,50,bpm,, + 1516, 1, 342, 17067, 18681173, nof, 0, 62, 0, + 1517, 1, 0, 17067, 18681173, nof, 0, 65, 0, + 1518, 1, 0, 17067, 18681173, nof, 0, 73, 0, + 1519, 1, 0, 17067, 18681173, non, 0, 62, 55, D4 + 1520, 1, 0, 17067, 18681173, non, 0, 65, 55, F4 + 1521, 1, 0, 17067, 18681173, non, 0, 73, 67, C#5 +10934, 2, 86, 17067, 18681173, nof, 1, 46, 0, + 50, 0, 170, 17237, 18880243,tempo,30,bpm,, + 1522, 1, 170, 17237, 18880243, nof, 0, 62, 0, + 1523, 1, 0, 17237, 18880243, nof, 0, 65, 0, + 1524, 1, 0, 17237, 18880243, nof, 0, 73, 0, + 1525, 1, 26, 17263, 18931021, non, 0, 61, 64, C#4 + 1526, 1, 0, 17263, 18931021, non, 0, 66, 64, F#4 + 1527, 1, 0, 17263, 18931021, non, 0, 73, 64, C#5 + 51, 0, 86, 17323, 19048201,tempo,50,bpm,, + 1528, 1, 60, 17323, 19048201, nof, 0, 80, 0, + 1529, 1, 0, 17323, 19048201, non, 0, 77, 82, F5 +10935, 2, 256, 17323, 19048201, non, 1, 36, 67, C2 +10936, 2, 0, 17323, 19048201, non, 1, 42, 67, F#2 +10937, 2, 0, 17323, 19048201, non, 1, 49, 79, C#3 +10938, 2, 79, 17402, 19140710, ctl, 1, 64, 0, + 52, 0, 85, 17408, 19147736,tempo,50,bpm,, + 1530, 1, 85, 17408, 19147736, ctl, 0, 64,127, + 1531, 1, 0, 17408, 19147736, ctl, 0, 64, 0, + 1532, 1, 0, 17408, 19147736, ctl, 0, 64, 0, + 1533, 1, 0, 17408, 19147736, nof, 0, 77, 0, + 1534, 1, 0, 17408, 19147736, nof, 0, 61, 0, + 1535, 1, 0, 17408, 19147736, nof, 0, 66, 0, + 1536, 1, 0, 17408, 19147736, nof, 0, 73, 0, + 1537, 1, 0, 17408, 19147736, non, 0, 58, 64, A#3 + 1538, 1, 0, 17408, 19147736, non, 0, 61, 64, C#4 + 1539, 1, 0, 17408, 19147736, non, 0, 66, 64, F#4 + 1540, 1, 0, 17408, 19147736, non, 0, 69, 64, A4 + 1541, 1, 0, 17408, 19147736, non, 0, 70, 64, A#4 + 1542, 1, 0, 17408, 19147736, non, 0, 73, 64, C#5 + 1543, 1, 0, 17408, 19147736, non, 0, 78, 64, F#5 + 1544, 1, 0, 17408, 19147736, non, 0, 81, 84, A5 +10939, 2, 6, 17408, 19147736, ctl, 1, 64,127, +10940, 2, 0, 17408, 19147736, ctl, 1, 64, 0, + 1545, 1, 80, 17488, 19241416, ctl, 0, 64, 0, +10941, 2, 80, 17488, 19241416, ctl, 1, 64, 0, + 1546, 1, 91, 17579, 19347977, ctl, 0, 64,127, +10942, 2, 94, 17582, 19351490, ctl, 1, 64,127, +10943, 2, 157, 17739, 19535337, ctl, 1, 64,127, +10944, 2, 181, 17920, 19747288, non, 1, 46, 44, A#2 +10945, 2, 64, 17984, 19822232, nof, 1, 46, 0, +10946, 2, 0, 17984, 19822232, non, 1, 49, 47, C#3 +10947, 2, 64, 18048, 19897176, nof, 1, 49, 0, +10948, 2, 0, 18048, 19897176, non, 1, 54, 50, F#3 +10949, 2, 0, 18048, 19897176, non, 1, 57, 50, A3 +10950, 2, 64, 18112, 19972120, nof, 1, 54, 0, +10951, 2, 0, 18112, 19972120, nof, 1, 57, 0, +10952, 2, 0, 18112, 19972120, non, 1, 58, 52, A#3 +10953, 2, 64, 18176, 20047064, nof, 1, 58, 0, +10954, 2, 0, 18176, 20047064, non, 1, 61, 55, C#4 +10955, 2, 64, 18240, 20122008, nof, 1, 61, 0, +10956, 2, 0, 18240, 20122008, non, 1, 66, 58, F#4 +10957, 2, 0, 18240, 20122008, non, 1, 69, 58, A4 + 53, 0, 896, 18304, 20196952,tempo,40,bpm,, +10958, 2, 64, 18304, 20196952, nof, 1, 66, 0, +10959, 2, 0, 18304, 20196952, nof, 1, 69, 0, +10960, 2, 0, 18304, 20196952, non, 1, 70, 61, A#4 +10961, 2, 43, 18347, 20259904, non, 1, 42, 71, F#2 +10962, 2, 0, 18347, 20259904, non, 1, 54, 83, F#3 +10963, 2, 21, 18368, 20290648, nof, 1, 70, 0, +10964, 2, 0, 18368, 20290648, non, 1, 73, 63, C#5 +10965, 2, 64, 18432, 20384344, nof, 1, 42, 0, +10966, 2, 0, 18432, 20384344, nof, 1, 54, 0, +10967, 2, 0, 18432, 20384344, non, 1, 49, 71, C#3 +10968, 2, 0, 18432, 20384344, non, 1, 61, 83, C#4 +10969, 2, 0, 18432, 20384344, nof, 1, 73, 0, +10970, 2, 0, 18432, 20384344, non, 1, 78, 66, F#5 +10971, 2, 0, 18432, 20384344, non, 1, 81, 66, A5 + 54, 0, 213, 18517, 20508784,tempo,50,bpm,, +10972, 2, 85, 18517, 20508784, nof, 1, 78, 0, +10973, 2, 0, 18517, 20508784, nof, 1, 81, 0, +10974, 2, 0, 18517, 20508784, non, 1, 73, 66, C#5 +10975, 2, 86, 18603, 20609490, nof, 1, 73, 0, +10976, 2, 0, 18603, 20609490, non, 1, 70, 63, A#4 +10977, 2, 85, 18688, 20709025, nof, 1, 70, 0, +10978, 2, 0, 18688, 20709025, non, 1, 66, 60, F#4 +10979, 2, 0, 18688, 20709025, non, 1, 69, 60, A4 +10980, 2, 85, 18773, 20808560, nof, 1, 66, 0, +10981, 2, 0, 18773, 20808560, nof, 1, 69, 0, +10982, 2, 0, 18773, 20808560, non, 1, 61, 58, C#4 +10983, 2, 86, 18859, 20909266, nof, 1, 61, 0, +10984, 2, 0, 18859, 20909266, non, 1, 58, 55, A#3 +10985, 2, 85, 18944, 21008801, nof, 1, 58, 0, +10986, 2, 0, 18944, 21008801, non, 1, 66, 60, F#4 +10987, 2, 0, 18944, 21008801, non, 1, 69, 60, A4 +10988, 2, 85, 19029, 21108336, nof, 1, 66, 0, +10989, 2, 0, 19029, 21108336, nof, 1, 69, 0, +10990, 2, 0, 19029, 21108336, non, 1, 61, 57, C#4 +10991, 2, 86, 19115, 21209042, nof, 1, 61, 0, +10992, 2, 0, 19115, 21209042, non, 1, 58, 54, A#3 +10993, 2, 85, 19200, 21308577, nof, 1, 58, 0, +10994, 2, 0, 19200, 21308577, non, 1, 54, 50, F#3 +10995, 2, 0, 19200, 21308577, non, 1, 57, 50, A3 + 55, 0, 768, 19285, 21408112,tempo,40,bpm,, +10996, 2, 85, 19285, 21408112, nof, 1, 54, 0, +10997, 2, 0, 19285, 21408112, nof, 1, 57, 0, +10998, 2, 0, 19285, 21408112, non, 1, 49, 47, C#3 + 1547, 1, 1732, 19311, 21446176, non, 0, 61, 61, C#4 + 1548, 1, 0, 19311, 21446176, non, 0, 66, 61, F#4 + 1549, 1, 0, 19311, 21446176, non, 0, 73, 61, C#5 + 56, 0, 86, 19371, 21534016,tempo,25,bpm,, + 1550, 1, 60, 19371, 21534016, nof, 0, 81, 0, + 1551, 1, 0, 19371, 21534016, non, 0, 77, 78, F5 +10999, 2, 86, 19371, 21534016, nof, 1, 49, 0, +11000, 2, 0, 19371, 21534016, non, 1, 36, 68, C2 +11001, 2, 0, 19371, 21534016, non, 1, 42, 68, F#2 +11002, 2, 0, 19371, 21534016, non, 1, 49, 68, C#3 + 57, 0, 85, 19456, 21733171,tempo,50,bpm,, + 1552, 1, 85, 19456, 21733171, ctl, 0, 64,127, + 1553, 1, 0, 19456, 21733171, nof, 0, 58, 0, + 1554, 1, 0, 19456, 21733171, nof, 0, 61, 0, + 1555, 1, 0, 19456, 21733171, nof, 0, 66, 0, + 1556, 1, 0, 19456, 21733171, nof, 0, 69, 0, + 1557, 1, 0, 19456, 21733171, nof, 0, 70, 0, + 1558, 1, 0, 19456, 21733171, nof, 0, 73, 0, + 1559, 1, 0, 19456, 21733171, nof, 0, 78, 0, + 1560, 1, 0, 19456, 21733171, nof, 0, 61, 0, + 1561, 1, 0, 19456, 21733171, nof, 0, 66, 0, + 1562, 1, 0, 19456, 21733171, nof, 0, 73, 0, + 1563, 1, 0, 19456, 21733171, nof, 0, 77, 0, + 1564, 1, 0, 19456, 21733171, non, 0, 58, 63, A#3 + 1565, 1, 0, 19456, 21733171, non, 0, 61, 63, C#4 + 1566, 1, 0, 19456, 21733171, non, 0, 66, 63, F#4 + 1567, 1, 0, 19456, 21733171, non, 0, 69, 63, A4 + 1568, 1, 0, 19456, 21733171, non, 0, 70, 63, A#4 + 1569, 1, 0, 19456, 21733171, non, 0, 73, 63, C#5 + 1570, 1, 0, 19456, 21733171, non, 0, 78, 63, F#5 + 1571, 1, 0, 19456, 21733171, non, 0, 81, 80, A5 +11003, 2, 85, 19456, 21733171, ctl, 1, 64,127, +11004, 2, 0, 19456, 21733171, nof, 1, 49, 0, +11005, 2, 0, 19456, 21733171, nof, 1, 61, 0, +11006, 2, 0, 19456, 21733171, nof, 1, 36, 0, +11007, 2, 0, 19456, 21733171, nof, 1, 42, 0, +11008, 2, 0, 19456, 21733171, nof, 1, 49, 0, +11009, 2, 6, 19462, 21740197, ctl, 1, 64, 0, +11010, 2, 76, 19538, 21829193, ctl, 1, 64, 0, + 1572, 1, 96, 19552, 21845587, ctl, 0, 64, 0, + 1573, 1, 0, 19552, 21845587, ctl, 0, 64,127, +11011, 2, 55, 19593, 21893598, ctl, 1, 64,127, + 1574, 1, 55, 19607, 21909992, ctl, 0, 64,127, +11012, 2, 131, 19724, 22046999, ctl, 1, 64,127, + 1575, 1, 361, 19968, 22332723, nof, 0, 58, 0, + 1576, 1, 0, 19968, 22332723, nof, 0, 61, 0, + 1577, 1, 0, 19968, 22332723, nof, 0, 66, 0, + 1578, 1, 0, 19968, 22332723, nof, 0, 69, 0, + 1579, 1, 0, 19968, 22332723, nof, 0, 70, 0, + 1580, 1, 0, 19968, 22332723, nof, 0, 73, 0, + 1581, 1, 0, 19968, 22332723, nof, 0, 78, 0, + 1582, 1, 0, 19968, 22332723, nof, 0, 81, 0, + 1583, 1, 0, 19968, 22332723, non, 0, 58, 55, A#3 + 1584, 1, 0, 19968, 22332723, non, 0, 61, 55, C#4 + 1585, 1, 0, 19968, 22332723, non, 0, 66, 55, F#4 + 1586, 1, 0, 19968, 22332723, non, 0, 69, 71, A4 +11013, 2, 415, 20139, 22532964, nof, 1, 36, 0, +11014, 2, 0, 20139, 22532964, nof, 1, 42, 0, +11015, 2, 0, 20139, 22532964, nof, 1, 49, 0, +11016, 2, 0, 20139, 22532964, non, 1, 30, 68, F#1 +11017, 2, 170, 20309, 22732034, non, 1, 24, 68, C1 + 1587, 1, 512, 20480, 22932275, nof, 0, 58, 0, + 1588, 1, 0, 20480, 22932275, nof, 0, 61, 0, + 1589, 1, 0, 20480, 22932275, nof, 0, 66, 0, + 1590, 1, 0, 20480, 22932275, nof, 0, 69, 0, + 1591, 1, 0, 20480, 22932275, non, 0, 58, 55, A#3 + 1592, 1, 0, 20480, 22932275, non, 0, 61, 55, C#4 + 1593, 1, 0, 20480, 22932275, non, 0, 66, 55, F#4 + 1594, 1, 0, 20480, 22932275, non, 0, 69, 71, A4 +11018, 2, 171, 20480, 22932275, non, 1, 49, 68, C#3 + 1595, 1, 88, 20568, 23035323, ctl, 0, 64, 0, +11019, 2, 88, 20568, 23035323, ctl, 1, 64, 0, + 1596, 1, 339, 20907, 23432292, ctl, 0, 64,127, +11020, 2, 339, 20907, 23432292, ctl, 1, 64,127, + 1597, 1, 85, 20992, 23531827, nof, 0, 58, 0, + 1598, 1, 0, 20992, 23531827, nof, 0, 61, 0, + 1599, 1, 0, 20992, 23531827, nof, 0, 66, 0, + 1600, 1, 0, 20992, 23531827, nof, 0, 69, 0, + 1601, 1, 0, 20992, 23531827, non, 0, 58, 55, A#3 + 1602, 1, 0, 20992, 23531827, non, 0, 61, 55, C#4 + 1603, 1, 0, 20992, 23531827, non, 0, 66, 55, F#4 + 1604, 1, 0, 20992, 23531827, non, 0, 69, 71, A4 +11021, 2, 85, 20992, 23531827, nof, 1, 24, 0, +11022, 2, 0, 20992, 23531827, nof, 1, 30, 0, +11023, 2, 171, 21163, 23732068, nof, 1, 49, 0, +11024, 2, 0, 21163, 23732068, non, 1, 24, 68, C1 +11025, 2, 135, 21298, 23890153, ctl, 1, 64, 0, +11026, 2, 35, 21333, 23931138, non, 1, 30, 68, F#1 + 1605, 1, 512, 21504, 24131379, ctl, 0, 64,127, + 1606, 1, 0, 21504, 24131379, ctl, 0, 64, 0, + 1607, 1, 0, 21504, 24131379, ctl, 0, 64, 0, + 1608, 1, 0, 21504, 24131379, ctl, 0, 64, 0, + 1609, 1, 0, 21504, 24131379, nof, 0, 58, 0, + 1610, 1, 0, 21504, 24131379, nof, 0, 61, 0, + 1611, 1, 0, 21504, 24131379, nof, 0, 66, 0, + 1612, 1, 0, 21504, 24131379, nof, 0, 69, 0, + 1613, 1, 0, 21504, 24131379, non, 0, 58, 55, A#3 + 1614, 1, 0, 21504, 24131379, non, 0, 61, 55, C#4 + 1615, 1, 0, 21504, 24131379, non, 0, 66, 55, F#4 + 1616, 1, 0, 21504, 24131379, non, 0, 69, 71, A4 +11027, 2, 171, 21504, 24131379, ctl, 1, 64,127, +11028, 2, 0, 21504, 24131379, ctl, 1, 64,127, +11029, 2, 0, 21504, 24131379, ctl, 1, 64, 0, +11030, 2, 0, 21504, 24131379, ctl, 1, 64, 0, +11031, 2, 0, 21504, 24131379, non, 1, 49, 55, C#3 +11032, 2, 82, 21586, 24227401, ctl, 1, 64, 0, + 1617, 1, 96, 21600, 24243795, ctl, 0, 64, 0, + 1618, 1, 0, 21600, 24243795, ctl, 0, 64,127, +11033, 2, 55, 21641, 24291806, ctl, 1, 64,127, + 1619, 1, 55, 21655, 24308200, ctl, 0, 64,127, +11034, 2, 46, 21687, 24345672, ctl, 1, 64, 0, +11035, 2, 122, 21809, 24488534, ctl, 1, 64,127, + 1620, 1, 873, 22528, 25330483, nof, 0, 58, 0, + 1621, 1, 0, 22528, 25330483, nof, 0, 61, 0, + 1622, 1, 0, 22528, 25330483, nof, 0, 66, 0, + 1623, 1, 0, 22528, 25330483, nof, 0, 69, 0, + 1624, 1, 0, 22528, 25330483, non, 0, 52, 55, E3 + 1625, 1, 0, 22528, 25330483, non, 0, 55, 55, G3 + 1626, 1, 0, 22528, 25330483, non, 0, 60, 55, C4 + 1627, 1, 0, 22528, 25330483, non, 0, 63, 71, D#4 +11036, 2, 719, 22528, 25330483, nof, 1, 24, 0, +11037, 2, 0, 22528, 25330483, nof, 1, 30, 0, +11038, 2, 0, 22528, 25330483, nof, 1, 49, 0, +11039, 2, 0, 22528, 25330483, non, 1, 43, 55, G2 + 1628, 1, 88, 22616, 25433531, ctl, 0, 64, 0, +11040, 2, 88, 22616, 25433531, ctl, 1, 64, 0, + 1629, 1, 339, 22955, 25830500, ctl, 0, 64,127, +11041, 2, 339, 22955, 25830500, ctl, 1, 64,127, + 58, 0, 3755, 23211, 26130276,tempo,60,bpm,, + 1630, 1, 256, 23211, 26130276, non, 0, 52, 55, E3 + 1631, 1, 0, 23211, 26130276, non, 0, 58, 55, A#3 + 1632, 1, 0, 23211, 26130276, non, 0, 64, 71, E4 +11042, 2, 256, 23211, 26130276, non, 1, 24, 67, C1 +11043, 2, 0, 23211, 26130276, non, 1, 37, 67, C#2 +11044, 2, 170, 23381, 26296196, non, 1, 30, 67, F#1 + 1633, 1, 341, 23552, 26463092, ctl, 0, 64, 0, + 1634, 1, 0, 23552, 26463092, ctl, 0, 64, 0, + 1635, 1, 0, 23552, 26463092, ctl, 0, 64, 0, + 1636, 1, 0, 23552, 26463092, nof, 0, 55, 0, + 1637, 1, 0, 23552, 26463092, nof, 0, 60, 0, + 1638, 1, 0, 23552, 26463092, nof, 0, 63, 0, + 1639, 1, 0, 23552, 26463092, nof, 0, 52, 0, +11045, 2, 171, 23552, 26463092, ctl, 1, 64,127, +11046, 2, 0, 23552, 26463092, ctl, 1, 64, 0, +11047, 2, 0, 23552, 26463092, ctl, 1, 64, 0, +11048, 2, 0, 23552, 26463092, nof, 1, 43, 0, +11049, 2, 0, 23552, 26463092, non, 1, 49, 62, C#3 +11050, 2, 0, 23552, 26463092, non, 1, 61, 74, C#4 +11051, 2, 27, 23579, 26489444, ctl, 1, 64, 0, +11052, 2, 86, 23665, 26573380, ctl, 1, 64, 0, +11053, 2, 118, 23783, 26688548, ctl, 1, 64,127, +11054, 2, 71, 23854, 26757844, ctl, 1, 64,127, + 59, 0, 853, 24064, 26962804,tempo,50,bpm,, + 1640, 1, 512, 24064, 26962804, nof, 0, 52, 0, + 1641, 1, 0, 24064, 26962804, nof, 0, 58, 0, + 1642, 1, 0, 24064, 26962804, nof, 0, 64, 0, + 1643, 1, 0, 24064, 26962804, non, 0, 70, 58, A#4 + 1644, 1, 0, 24064, 26962804, non, 0, 73, 58, C#5 + 1645, 1, 0, 24064, 26962804, non, 0, 78, 58, F#5 + 1646, 1, 0, 24064, 26962804, non, 0, 81, 74, A5 + 60, 0, 512, 24576, 27562356,tempo,60,bpm,, + 1647, 1, 512, 24576, 27562356, nof, 0, 70, 0, + 1648, 1, 0, 24576, 27562356, nof, 0, 73, 0, + 1649, 1, 0, 24576, 27562356, nof, 0, 78, 0, + 1650, 1, 0, 24576, 27562356, nof, 0, 81, 0, + 1651, 1, 0, 24576, 27562356, non, 0, 70, 59, A#4 + 1652, 1, 0, 24576, 27562356, non, 0, 73, 59, C#5 + 1653, 1, 0, 24576, 27562356, non, 0, 78, 59, F#5 + 1654, 1, 0, 24576, 27562356, non, 0, 81, 76, A5 +11055, 2, 722, 24576, 27562356, nof, 1, 24, 0, +11056, 2, 0, 24576, 27562356, nof, 1, 30, 0, +11057, 2, 0, 24576, 27562356, nof, 1, 37, 0, +11058, 2, 0, 24576, 27562356, nof, 1, 49, 0, +11059, 2, 0, 24576, 27562356, nof, 1, 61, 0, +11060, 2, 0, 24576, 27562356, non, 1, 43, 63, G2 +11061, 2, 0, 24576, 27562356, non, 1, 55, 75, G3 +11062, 2, 88, 24664, 27648244, ctl, 1, 64, 0, +11063, 2, 339, 25003, 27979108, ctl, 1, 64,127, + 1655, 1, 512, 25088, 28062068, nof, 0, 70, 0, + 1656, 1, 0, 25088, 28062068, nof, 0, 73, 0, + 1657, 1, 0, 25088, 28062068, nof, 0, 78, 0, + 1658, 1, 0, 25088, 28062068, nof, 0, 81, 0, + 1659, 1, 0, 25088, 28062068, non, 0, 70, 61, A#4 + 1660, 1, 0, 25088, 28062068, non, 0, 73, 61, C#5 + 1661, 1, 0, 25088, 28062068, non, 0, 78, 61, F#5 + 1662, 1, 0, 25088, 28062068, non, 0, 81, 77, A5 + 61, 0, 683, 25259, 28228964,tempo,50,bpm,, + 1663, 1, 171, 25259, 28228964, non, 0, 52, 46, E3 + 1664, 1, 0, 25259, 28228964, non, 0, 58, 55, A#3 +11064, 2, 256, 25259, 28228964, non, 1, 36, 55, C2 + 1665, 1, 149, 25408, 28403443, ctl, 0, 64, 0, +11065, 2, 149, 25408, 28403443, ctl, 1, 64, 0, + 62, 0, 170, 25429, 28428034,tempo,25,bpm,, +11066, 2, 21, 25429, 28428034, non, 1, 42, 55, F#2 +11067, 2, 164, 25593, 28812286, ctl, 1, 64, 0, + 63, 0, 171, 25600, 28828687,tempo,45,bpm,, + 1666, 1, 192, 25600, 28828687, ctl, 0, 64, 0, + 1667, 1, 0, 25600, 28828687, ctl, 0, 64, 0, + 1668, 1, 0, 25600, 28828687, nof, 0, 70, 0, + 1669, 1, 0, 25600, 28828687, nof, 0, 73, 0, + 1670, 1, 0, 25600, 28828687, nof, 0, 78, 0, + 1671, 1, 0, 25600, 28828687, nof, 0, 81, 0, + 1672, 1, 0, 25600, 28828687, non, 0, 70, 36, A#4 + 1673, 1, 0, 25600, 28828687, non, 0, 73, 36, C#5 + 1674, 1, 0, 25600, 28828687, non, 0, 78, 36, F#5 + 1675, 1, 0, 25600, 28828687, non, 0, 81, 64, A5 +11068, 2, 7, 25600, 28828687, ctl, 1, 64,127, +11069, 2, 0, 25600, 28828687, ctl, 1, 64, 0, +11070, 2, 0, 25600, 28828687, ctl, 1, 64, 0, +11071, 2, 0, 25600, 28828687, ctl, 1, 64, 0, +11072, 2, 0, 25600, 28828687, nof, 1, 43, 0, +11073, 2, 0, 25600, 28828687, nof, 1, 55, 0, +11074, 2, 0, 25600, 28828687, non, 1, 61, 47, C#4 +11075, 2, 113, 25713, 28975813, ctl, 1, 64, 0, +11076, 2, 63, 25776, 29057839, ctl, 1, 64,127, +11077, 2, 126, 25902, 29221891, ctl, 1, 64,127, + 64, 0, 512, 26112, 29495311,tempo,60,bpm,, + 1676, 1, 512, 26112, 29495311, nof, 0, 52, 0, + 1677, 1, 0, 26112, 29495311, nof, 0, 58, 0, + 1678, 1, 0, 26112, 29495311, nof, 0, 70, 0, + 1679, 1, 0, 26112, 29495311, nof, 0, 73, 0, + 1680, 1, 0, 26112, 29495311, nof, 0, 78, 0, + 1681, 1, 0, 26112, 29495311, nof, 0, 81, 0, + 1682, 1, 0, 26112, 29495311, non, 0, 67, 31, G4 + 1683, 1, 0, 26112, 29495311, non, 0, 70, 31, A#4 + 1684, 1, 0, 26112, 29495311, non, 0, 75, 31, D#5 + 1685, 1, 0, 26112, 29495311, non, 0, 78, 58, F#5 +11078, 2, 617, 26519, 29892543, ctl, 1, 64,127, + 1686, 1, 512, 26624, 29995023, nof, 0, 67, 0, + 1687, 1, 0, 26624, 29995023, nof, 0, 70, 0, + 1688, 1, 0, 26624, 29995023, nof, 0, 75, 0, + 1689, 1, 0, 26624, 29995023, nof, 0, 78, 0, + 1690, 1, 0, 26624, 29995023, non, 0, 64, 36, E4 + 1691, 1, 0, 26624, 29995023, non, 0, 67, 31, G4 + 1692, 1, 0, 26624, 29995023, non, 0, 72, 31, C5 + 1693, 1, 0, 26624, 29995023, non, 0, 75, 58, D#5 +11079, 2, 105, 26624, 29995023, nof, 1, 36, 0, +11080, 2, 0, 26624, 29995023, nof, 1, 42, 0, +11081, 2, 0, 26624, 29995023, nof, 1, 61, 0, +11082, 2, 0, 26624, 29995023, non, 1, 55, 47, G3 + 1694, 1, 512, 27136, 30494735, nof, 0, 64, 0, + 1695, 1, 0, 27136, 30494735, nof, 0, 67, 0, + 1696, 1, 0, 27136, 30494735, nof, 0, 72, 0, + 1697, 1, 0, 27136, 30494735, nof, 0, 75, 0, + 1698, 1, 0, 27136, 30494735, non, 0, 67, 31, G4 + 1699, 1, 0, 27136, 30494735, non, 0, 70, 31, A#4 + 1700, 1, 0, 27136, 30494735, non, 0, 75, 31, D#5 + 1701, 1, 0, 27136, 30494735, non, 0, 78, 57, F#5 + 65, 0, 1195, 27307, 30661631,tempo,50,bpm,, + 1702, 1, 171, 27307, 30661631, non, 0, 52, 22, E3 + 1703, 1, 0, 27307, 30661631, non, 0, 58, 36, A#3 +11083, 2, 683, 27307, 30661631, non, 1, 42, 37, F#2 + 1704, 1, 149, 27456, 30836110, ctl, 0, 64, 0, +11084, 2, 149, 27456, 30836110, ctl, 1, 64, 0, +11085, 2, 21, 27477, 30860701, non, 1, 36, 37, C2 + 66, 0, 341, 27648, 31060942,tempo,50,bpm,, + 1705, 1, 192, 27648, 31060942, ctl, 0, 64, 0, + 1706, 1, 0, 27648, 31060942, ctl, 0, 64, 0, + 1707, 1, 0, 27648, 31060942, nof, 0, 67, 0, + 1708, 1, 0, 27648, 31060942, nof, 0, 70, 0, + 1709, 1, 0, 27648, 31060942, nof, 0, 75, 0, + 1710, 1, 0, 27648, 31060942, nof, 0, 78, 0, + 1711, 1, 0, 27648, 31060942, non, 0, 70, 36, A#4 + 1712, 1, 0, 27648, 31060942, non, 0, 73, 36, C#5 + 1713, 1, 0, 27648, 31060942, non, 0, 78, 36, F#5 + 1714, 1, 0, 27648, 31060942, non, 0, 81, 61, A5 +11086, 2, 171, 27648, 31060942, ctl, 1, 64,127, +11087, 2, 0, 27648, 31060942, ctl, 1, 64, 0, +11088, 2, 0, 27648, 31060942, ctl, 1, 64, 0, +11089, 2, 0, 27648, 31060942, ctl, 1, 64, 0, +11090, 2, 0, 27648, 31060942, ctl, 1, 64, 0, +11091, 2, 0, 27648, 31060942, nof, 1, 55, 0, +11092, 2, 0, 27648, 31060942, non, 1, 61, 47, C#4 +11093, 2, 113, 27761, 31193265, ctl, 1, 64, 0, +11094, 2, 189, 27950, 31414584, ctl, 1, 64,127, + 67, 0, 512, 28160, 31660494,tempo,60,bpm,, + 1715, 1, 512, 28160, 31660494, nof, 0, 52, 0, + 1716, 1, 0, 28160, 31660494, nof, 0, 58, 0, + 1717, 1, 0, 28160, 31660494, nof, 0, 70, 0, + 1718, 1, 0, 28160, 31660494, nof, 0, 73, 0, + 1719, 1, 0, 28160, 31660494, nof, 0, 78, 0, + 1720, 1, 0, 28160, 31660494, nof, 0, 81, 0, + 1721, 1, 0, 28160, 31660494, non, 0, 67, 31, G4 + 1722, 1, 0, 28160, 31660494, non, 0, 70, 31, A#4 + 1723, 1, 0, 28160, 31660494, non, 0, 75, 31, D#5 + 1724, 1, 0, 28160, 31660494, non, 0, 78, 55, F#5 +11095, 2, 574, 28524, 32015758, ctl, 1, 64,127, + 1725, 1, 512, 28672, 32160206, nof, 0, 67, 0, + 1726, 1, 0, 28672, 32160206, nof, 0, 70, 0, + 1727, 1, 0, 28672, 32160206, nof, 0, 75, 0, + 1728, 1, 0, 28672, 32160206, nof, 0, 78, 0, + 1729, 1, 0, 28672, 32160206, non, 0, 64, 36, E4 + 1730, 1, 0, 28672, 32160206, non, 0, 67, 31, G4 + 1731, 1, 0, 28672, 32160206, non, 0, 72, 31, C5 + 1732, 1, 0, 28672, 32160206, non, 0, 75, 55, D#5 +11096, 2, 148, 28672, 32160206, nof, 1, 36, 0, +11097, 2, 0, 28672, 32160206, nof, 1, 42, 0, +11098, 2, 0, 28672, 32160206, nof, 1, 61, 0, +11099, 2, 0, 28672, 32160206, non, 1, 55, 47, G3 + 1733, 1, 512, 29184, 32659918, nof, 0, 64, 0, + 1734, 1, 0, 29184, 32659918, nof, 0, 67, 0, + 1735, 1, 0, 29184, 32659918, nof, 0, 72, 0, + 1736, 1, 0, 29184, 32659918, nof, 0, 75, 0, + 1737, 1, 0, 29184, 32659918, non, 0, 61, 26, C#4 + 1738, 1, 0, 29184, 32659918, non, 0, 64, 26, E4 + 1739, 1, 0, 29184, 32659918, non, 0, 69, 26, A4 + 1740, 1, 0, 29184, 32659918, non, 0, 72, 50, C5 +11100, 2, 683, 29355, 32826814, non, 1, 24, 38, C1 +11101, 2, 149, 29504, 32972238, ctl, 1, 64, 0, +11102, 2, 21, 29525, 32992734, non, 1, 30, 37, F#1 + 68, 0, 1536, 29696, 33159630,tempo,45,bpm,, + 1741, 1, 512, 29696, 33159630, ctl, 0, 64, 0, + 1742, 1, 0, 29696, 33159630, ctl, 0, 64, 0, + 1743, 1, 0, 29696, 33159630, nof, 0, 61, 0, + 1744, 1, 0, 29696, 33159630, nof, 0, 64, 0, + 1745, 1, 0, 29696, 33159630, nof, 0, 69, 0, + 1746, 1, 0, 29696, 33159630, nof, 0, 72, 0, + 1747, 1, 0, 29696, 33159630, non, 0, 58, 37, A#3 + 1748, 1, 0, 29696, 33159630, non, 0, 61, 37, C#4 + 1749, 1, 0, 29696, 33159630, non, 0, 66, 37, F#4 + 1750, 1, 0, 29696, 33159630, non, 0, 69, 51, A4 +11103, 2, 171, 29696, 33159630, ctl, 1, 64,127, +11104, 2, 0, 29696, 33159630, ctl, 1, 64, 0, +11105, 2, 0, 29696, 33159630, ctl, 1, 64, 0, +11106, 2, 0, 29696, 33159630, ctl, 1, 64, 0, +11107, 2, 0, 29696, 33159630, ctl, 1, 64, 0, +11108, 2, 0, 29696, 33159630, nof, 1, 55, 0, +11109, 2, 0, 29696, 33159630, non, 1, 49, 46, C#3 +11110, 2, 113, 29809, 33306756, ctl, 1, 64, 0, +11111, 2, 189, 29998, 33552834, ctl, 1, 64,127, + 69, 0, 512, 30208, 33826254,tempo,60,bpm,, + 1751, 1, 512, 30208, 33826254, nof, 0, 58, 0, + 1752, 1, 0, 30208, 33826254, nof, 0, 61, 0, + 1753, 1, 0, 30208, 33826254, nof, 0, 66, 0, + 1754, 1, 0, 30208, 33826254, nof, 0, 69, 0, + 1755, 1, 0, 30208, 33826254, non, 0, 55, 36, G3 + 1756, 1, 0, 30208, 33826254, non, 0, 58, 36, A#3 + 1757, 1, 0, 30208, 33826254, non, 0, 63, 36, D#4 + 1758, 1, 0, 30208, 33826254, non, 0, 66, 48, F#4 +11112, 2, 504, 30502, 34113198, ctl, 1, 64,127, + 1759, 1, 512, 30720, 34325966, nof, 0, 55, 0, + 1760, 1, 0, 30720, 34325966, nof, 0, 58, 0, + 1761, 1, 0, 30720, 34325966, nof, 0, 63, 0, + 1762, 1, 0, 30720, 34325966, nof, 0, 66, 0, + 1763, 1, 0, 30720, 34325966, non, 0, 52, 34, E3 + 1764, 1, 0, 30720, 34325966, non, 0, 55, 34, G3 + 1765, 1, 0, 30720, 34325966, non, 0, 60, 34, C4 + 1766, 1, 0, 30720, 34325966, non, 0, 63, 46, D#4 +11113, 2, 218, 30720, 34325966, nof, 1, 24, 0, +11114, 2, 0, 30720, 34325966, nof, 1, 30, 0, +11115, 2, 0, 30720, 34325966, nof, 1, 49, 0, +11116, 2, 0, 30720, 34325966, non, 1, 43, 42, G2 + 70, 0, 1024, 31232, 34825678,tempo,55,bpm,, + 1767, 1, 512, 31232, 34825678, nof, 0, 52, 0, + 1768, 1, 0, 31232, 34825678, nof, 0, 55, 0, + 1769, 1, 0, 31232, 34825678, nof, 0, 60, 0, + 1770, 1, 0, 31232, 34825678, nof, 0, 63, 0, + 1771, 1, 0, 31232, 34825678, non, 0, 55, 33, G3 + 1772, 1, 0, 31232, 34825678, non, 0, 58, 33, A#3 + 1773, 1, 0, 31232, 34825678, non, 0, 63, 33, D#4 + 1774, 1, 0, 31232, 34825678, non, 0, 66, 50, F#4 +11117, 2, 683, 31403, 35007793, non, 1, 30, 31, F#1 +11118, 2, 170, 31573, 35188843, non, 1, 24, 30, C1 + 71, 0, 512, 31744, 35370958,tempo,40,bpm,, + 1775, 1, 512, 31744, 35370958, ctl, 0, 64, 0, + 1776, 1, 0, 31744, 35370958, ctl, 0, 64, 0, + 1777, 1, 0, 31744, 35370958, nof, 0, 55, 0, + 1778, 1, 0, 31744, 35370958, nof, 0, 58, 0, + 1779, 1, 0, 31744, 35370958, nof, 0, 63, 0, + 1780, 1, 0, 31744, 35370958, nof, 0, 66, 0, + 1781, 1, 0, 31744, 35370958, non, 0, 58, 30, A#3 + 1782, 1, 0, 31744, 35370958, non, 0, 61, 30, C#4 + 1783, 1, 0, 31744, 35370958, non, 0, 66, 30, F#4 + 1784, 1, 0, 31744, 35370958, non, 0, 69, 45, A4 +11119, 2, 171, 31744, 35370958, ctl, 1, 64,127, +11120, 2, 0, 31744, 35370958, ctl, 1, 64, 0, +11121, 2, 0, 31744, 35370958, ctl, 1, 64, 0, +11122, 2, 0, 31744, 35370958, ctl, 1, 64, 0, +11123, 2, 0, 31744, 35370958, ctl, 1, 64, 0, +11124, 2, 0, 31744, 35370958, ctl, 1, 64, 0, +11125, 2, 0, 31744, 35370958, nof, 1, 43, 0, +11126, 2, 0, 31744, 35370958, non, 1, 49, 39, C#3 +11127, 2, 113, 31857, 35536390, ctl, 1, 64, 0, +11128, 2, 189, 32046, 35813086, ctl, 1, 64,127, + 72, 0, 512, 32256, 36120526,tempo,50,bpm,, + 1785, 1, 512, 32256, 36120526, nof, 0, 58, 0, + 1786, 1, 0, 32256, 36120526, nof, 0, 61, 0, + 1787, 1, 0, 32256, 36120526, nof, 0, 66, 0, + 1788, 1, 0, 32256, 36120526, nof, 0, 69, 0, + 1789, 1, 0, 32256, 36120526, non, 0, 55, 25, G3 + 1790, 1, 0, 32256, 36120526, non, 0, 58, 25, A#3 + 1791, 1, 0, 32256, 36120526, non, 0, 63, 25, D#4 + 1792, 1, 0, 32256, 36120526, non, 0, 66, 40, F#4 +11129, 2, 466, 32512, 36420302, ctl, 1, 64,127, + 73, 0, 512, 32768, 36720078,tempo,45,bpm,, + 1793, 1, 512, 32768, 36720078, nof, 0, 55, 0, + 1794, 1, 0, 32768, 36720078, nof, 0, 58, 0, + 1795, 1, 0, 32768, 36720078, nof, 0, 63, 0, + 1796, 1, 0, 32768, 36720078, nof, 0, 66, 0, + 1797, 1, 0, 32768, 36720078, non, 0, 52, 21, E3 + 1798, 1, 0, 32768, 36720078, non, 0, 55, 21, G3 + 1799, 1, 0, 32768, 36720078, non, 0, 60, 21, C4 + 1800, 1, 0, 32768, 36720078, non, 0, 63, 36, D#4 +11130, 2, 256, 32768, 36720078, nof, 1, 24, 0, +11131, 2, 0, 32768, 36720078, nof, 1, 30, 0, +11132, 2, 0, 32768, 36720078, nof, 1, 49, 0, +11133, 2, 0, 32768, 36720078, non, 1, 43, 35, G2 +11134, 2, 7, 32775, 36729192, ctl, 1, 64, 0, +11135, 2, 97, 32872, 36855486, ctl, 1, 64,127, + 74, 0, 512, 33280, 37386702,tempo,25,bpm,, + 1801, 1, 512, 33280, 37386702, nof, 0, 52, 0, + 1802, 1, 0, 33280, 37386702, nof, 0, 55, 0, + 1803, 1, 0, 33280, 37386702, nof, 0, 60, 0, + 1804, 1, 0, 33280, 37386702, nof, 0, 63, 0, + 1805, 1, 0, 33280, 37386702, non, 0, 49, 16, C#3 + 1806, 1, 0, 33280, 37386702, non, 0, 52, 16, E3 + 1807, 1, 0, 33280, 37386702, non, 0, 57, 16, A3 + 1808, 1, 0, 33280, 37386702, non, 0, 60, 31, C4 +11136, 2, 558, 33430, 37738152, ctl, 1, 64, 0, + 75, 0, 171, 33451, 37787355,tempo,66,bpm,, +11137, 2, 21, 33451, 37787355, non, 1, 24, 60, C1 +11138, 2, 170, 33621, 37938145, non, 1, 30, 63, F#1 + 76, 0, 341, 33792, 38089822,tsig,6,3,, + 77, 0, 0, 33792, 38089822,tempo,90,bpm,, + 1809, 1, 512, 33792, 38089822, ctl, 0, 64, 0, + 1810, 1, 0, 33792, 38089822, nof, 0, 49, 0, + 1811, 1, 0, 33792, 38089822, nof, 0, 52, 0, + 1812, 1, 0, 33792, 38089822, nof, 0, 57, 0, + 1813, 1, 0, 33792, 38089822, nof, 0, 60, 0, +11139, 2, 171, 33792, 38089822, ctl, 1, 64, 0, +11140, 2, 0, 33792, 38089822, nof, 1, 43, 0, +11141, 2, 0, 33792, 38089822, non, 1, 36, 66, C2 + 78, 0, 1024, 34816, 38756446,tempo,70,bpm,, + 1814, 1, 1024, 34816, 38756446, non, 0, 52, 60, E3 + 1815, 1, 141, 34957, 38874463, nof, 0, 52, 0, + 79, 0, 171, 34987, 38899573,tempo,90,bpm,, + 1816, 1, 30, 34987, 38899573, non, 0, 55, 64, G3 + 1817, 1, 140, 35127, 38990713, nof, 0, 55, 0, + 1818, 1, 30, 35157, 39010243, non, 0, 60, 67, C4 + 1819, 1, 141, 35298, 39102034, nof, 0, 60, 0, + 1820, 1, 30, 35328, 39121564, non, 0, 51, 71, D#3 +11142, 2, 2048, 35840, 39454876, nof, 1, 24, 0, +11143, 2, 0, 35840, 39454876, nof, 1, 30, 0, +11144, 2, 0, 35840, 39454876, nof, 1, 36, 0, +11145, 2, 6, 35846, 39458782, ctl, 1, 64, 0, +11146, 2, 262, 36108, 39629344, ctl, 1, 64,127, +11147, 2, 244, 36352, 39788188, non, 1, 30, 60, F#1 +11148, 2, 256, 36608, 39954844, non, 1, 36, 63, C2 + 1821, 1, 1536, 36864, 40121500, ctl, 0, 64, 0, + 1822, 1, 0, 36864, 40121500, ctl, 0, 64, 0, +11149, 2, 256, 36864, 40121500, ctl, 1, 64, 0, +11150, 2, 0, 36864, 40121500, non, 1, 43, 66, G2 + 1823, 1, 250, 37114, 40284250, ctl, 0, 64,127, +11151, 2, 818, 37682, 40654018, ctl, 1, 64, 0, + 1824, 1, 774, 37888, 40788124, nof, 0, 51, 0, + 1825, 1, 0, 37888, 40788124, non, 0, 52, 66, E3 + 1826, 1, 121, 38009, 40866895, nof, 0, 52, 0, + 1827, 1, 5, 38014, 40870150, ctl, 0, 64,127, + 1828, 1, 45, 38059, 40899445, non, 0, 55, 69, G3 + 1829, 1, 120, 38179, 40977565, nof, 0, 55, 0, + 1830, 1, 50, 38229, 41010115, non, 0, 60, 73, C4 + 1831, 1, 121, 38350, 41088886, nof, 0, 60, 0, + 1832, 1, 50, 38400, 41121436, non, 0, 63, 76, D#4 +11152, 2, 1230, 38912, 41454748, nof, 1, 30, 0, +11153, 2, 0, 38912, 41454748, nof, 1, 36, 0, +11154, 2, 0, 38912, 41454748, nof, 1, 43, 0, + 1833, 1, 1024, 39424, 41788060, nof, 0, 63, 0, + 1834, 1, 0, 39424, 41788060, non, 0, 64, 60, E4 + 1835, 1, 171, 39595, 41899381, nof, 0, 64, 0, + 1836, 1, 0, 39595, 41899381, non, 0, 67, 64, G4 +11155, 2, 768, 39680, 41954716, non, 1, 48, 70, C3 + 1837, 1, 170, 39765, 42010051, nof, 0, 67, 0, + 1838, 1, 0, 39765, 42010051, non, 0, 72, 69, C5 + 1839, 1, 171, 39936, 42121372, ctl, 0, 64,127, + 1840, 1, 0, 39936, 42121372, nof, 0, 72, 0, + 1841, 1, 0, 39936, 42121372, non, 0, 75, 73, D#5 +11156, 2, 256, 39936, 42121372, ctl, 1, 64, 0, +11157, 2, 0, 39936, 42121372, nof, 1, 48, 0, +11158, 2, 0, 39936, 42121372, non, 1, 55, 70, G3 +11159, 2, 74, 40010, 42169546, ctl, 1, 64,127, + 1842, 1, 102, 40038, 42187774, nof, 0, 75, 0, + 1843, 1, 0, 40038, 42187774, non, 0, 76, 48, E5 + 1844, 1, 103, 40141, 42254827, nof, 0, 76, 0, + 1845, 1, 0, 40141, 42254827, non, 0, 75, 52, D#5 + 1846, 1, 102, 40243, 42321229, nof, 0, 75, 0, + 1847, 1, 0, 40243, 42321229, non, 0, 76, 45, E5 + 1848, 1, 103, 40346, 42388282, nof, 0, 76, 0, + 1849, 1, 0, 40346, 42388282, non, 0, 75, 56, D#5 + 1850, 1, 102, 40448, 42454684, nof, 0, 75, 0, + 1851, 1, 0, 40448, 42454684, non, 0, 76, 53, E5 + 1852, 1, 102, 40550, 42521086, nof, 0, 76, 0, + 1853, 1, 0, 40550, 42521086, non, 0, 75, 53, D#5 + 1854, 1, 103, 40653, 42588139, nof, 0, 75, 0, + 1855, 1, 0, 40653, 42588139, non, 0, 76, 49, E5 + 1856, 1, 102, 40755, 42654541, nof, 0, 76, 0, + 1857, 1, 0, 40755, 42654541, non, 0, 75, 57, D#5 + 1858, 1, 103, 40858, 42721594, nof, 0, 75, 0, + 1859, 1, 0, 40858, 42721594, non, 0, 76, 54, E5 + 1860, 1, 102, 40960, 42787996, nof, 0, 76, 0, + 1861, 1, 0, 40960, 42787996, non, 0, 75, 49, D#5 +11160, 2, 950, 40960, 42787996, non, 1, 36, 55, C2 + 1862, 1, 102, 41062, 42854398, nof, 0, 75, 0, + 1863, 1, 0, 41062, 42854398, non, 0, 76, 52, E5 + 1864, 1, 103, 41165, 42921451, nof, 0, 76, 0, + 1865, 1, 0, 41165, 42921451, non, 0, 75, 51, D#5 +11161, 2, 256, 41216, 42954652, non, 1, 30, 55, F#1 + 1866, 1, 102, 41267, 42987853, nof, 0, 75, 0, + 1867, 1, 0, 41267, 42987853, non, 0, 76, 52, E5 + 1868, 1, 103, 41370, 43054906, nof, 0, 76, 0, + 1869, 1, 0, 41370, 43054906, non, 0, 75, 40, D#5 + 1870, 1, 102, 41472, 43121308, nof, 0, 75, 0, + 1871, 1, 0, 41472, 43121308, non, 0, 76, 40, E5 + 1872, 1, 103, 41575, 43188361, nof, 0, 76, 0, + 1873, 1, 0, 41575, 43188361, non, 0, 75, 47, D#5 + 1874, 1, 102, 41677, 43254763, nof, 0, 75, 0, + 1875, 1, 0, 41677, 43254763, non, 0, 76, 45, E5 + 1876, 1, 102, 41779, 43321165, nof, 0, 76, 0, + 1877, 1, 0, 41779, 43321165, non, 0, 75, 49, D#5 + 1878, 1, 103, 41882, 43388218, nof, 0, 75, 0, + 1879, 1, 0, 41882, 43388218, non, 0, 76, 40, E5 + 1880, 1, 102, 41984, 43454620, nof, 0, 76, 0, + 1881, 1, 0, 41984, 43454620, non, 0, 75, 39, D#5 +11162, 2, 768, 41984, 43454620, nof, 1, 30, 0, +11163, 2, 0, 41984, 43454620, nof, 1, 36, 0, + 1882, 1, 103, 42087, 43521673, nof, 0, 75, 0, + 1883, 1, 0, 42087, 43521673, non, 0, 76, 46, E5 + 1884, 1, 102, 42189, 43588075, nof, 0, 76, 0, + 1885, 1, 0, 42189, 43588075, non, 0, 75, 47, D#5 + 1886, 1, 102, 42291, 43654477, nof, 0, 75, 0, + 1887, 1, 0, 42291, 43654477, non, 0, 76, 43, E5 + 1888, 1, 103, 42394, 43721530, nof, 0, 76, 0, + 1889, 1, 0, 42394, 43721530, non, 0, 75, 41, D#5 + 1890, 1, 102, 42496, 43787932, nof, 0, 75, 0, + 1891, 1, 0, 42496, 43787932, non, 0, 76, 37, E5 + 1892, 1, 103, 42599, 43854985, nof, 0, 76, 0, + 1893, 1, 0, 42599, 43854985, non, 0, 75, 39, D#5 + 1894, 1, 102, 42701, 43921387, nof, 0, 75, 0, + 1895, 1, 0, 42701, 43921387, non, 0, 75, 41, D#5 + 1896, 1, 102, 42803, 43987789, nof, 0, 75, 0, + 1897, 1, 0, 42803, 43987789, non, 0, 76, 39, E5 + 1898, 1, 103, 42906, 44054842, nof, 0, 76, 0, + 1899, 1, 0, 42906, 44054842, non, 0, 75, 40, D#5 + 1900, 1, 102, 43008, 44121244, nof, 0, 75, 0, + 1901, 1, 0, 43008, 44121244, non, 0, 76, 35, E5 +11164, 2, 1024, 43008, 44121244, ctl, 1, 64,127, + 1902, 1, 20, 43028, 44134264, ctl, 0, 64,127, +11165, 2, 20, 43028, 44134264, ctl, 1, 64,127, + 1903, 1, 82, 43110, 44187646, nof, 0, 76, 0, + 1904, 1, 0, 43110, 44187646, non, 0, 75, 38, D#5 + 1905, 1, 103, 43213, 44254699, nof, 0, 75, 0, + 1906, 1, 0, 43213, 44254699, non, 0, 76, 37, E5 + 1907, 1, 102, 43315, 44321101, nof, 0, 76, 0, + 1908, 1, 0, 43315, 44321101, non, 0, 75, 40, D#5 + 1909, 1, 103, 43418, 44388154, nof, 0, 75, 0, + 1910, 1, 0, 43418, 44388154, non, 0, 76, 31, E5 + 1911, 1, 102, 43520, 44454556, nof, 0, 76, 0, + 1912, 1, 0, 43520, 44454556, non, 0, 75, 33, D#5 + 80, 0, 8635, 43622, 44520958,tempo,80,bpm,, + 1913, 1, 102, 43622, 44520958, nof, 0, 75, 0, + 1914, 1, 0, 43622, 44520958, non, 0, 76, 28, E5 + 1915, 1, 103, 43725, 44596354, nof, 0, 76, 0, + 1916, 1, 0, 43725, 44596354, non, 0, 75, 32, D#5 + 1917, 1, 102, 43827, 44671018, nof, 0, 75, 0, + 1918, 1, 0, 43827, 44671018, non, 0, 76, 32, E5 + 1919, 1, 103, 43930, 44746414, nof, 0, 76, 0, + 1920, 1, 0, 43930, 44746414, non, 0, 75, 30, D#5 + 1921, 1, 102, 44032, 44821078, nof, 0, 75, 0, + 1922, 1, 0, 44032, 44821078, non, 0, 76, 24, E5 +11166, 2, 1004, 44032, 44821078, non, 1, 30, 28, F#1 + 1923, 1, 102, 44134, 44895742, nof, 0, 76, 0, + 1924, 1, 0, 44134, 44895742, non, 0, 75, 25, D#5 +11167, 2, 126, 44158, 44913310, ctl, 1, 64,127, + 1925, 1, 103, 44237, 44971138, nof, 0, 75, 0, + 1926, 1, 0, 44237, 44971138, non, 0, 76, 25, E5 +11168, 2, 130, 44288, 45008470, non, 1, 36, 28, C2 + 1927, 1, 102, 44339, 45045802, nof, 0, 76, 0, + 1928, 1, 0, 44339, 45045802, non, 0, 75, 23, D#5 + 81, 0, 820, 44442, 45121198,tempo,70,bpm,, + 1929, 1, 103, 44442, 45121198, nof, 0, 75, 0, + 1930, 1, 0, 44442, 45121198, non, 0, 76, 21, E5 + 1931, 1, 102, 44544, 45206572, nof, 0, 76, 0, + 1932, 1, 0, 44544, 45206572, non, 0, 75, 23, D#5 +11169, 2, 256, 44544, 45206572, nof, 1, 55, 0, + 1933, 1, 103, 44647, 45292783, nof, 0, 75, 0, + 1934, 1, 0, 44647, 45292783, non, 0, 76, 19, E5 + 1935, 1, 102, 44749, 45378157, nof, 0, 76, 0, + 1936, 1, 0, 44749, 45378157, non, 0, 75, 17, D#5 + 1937, 1, 102, 44851, 45463531, nof, 0, 75, 0, + 1938, 1, 0, 44851, 45463531, non, 0, 76, 17, E5 + 1939, 1, 103, 44954, 45549742, nof, 0, 76, 0, + 1940, 1, 0, 44954, 45549742, non, 0, 75, 17, D#5 + 1941, 1, 102, 45056, 45635116, nof, 0, 75, 0, +11170, 2, 512, 45056, 45635116, nof, 1, 30, 0, +11171, 2, 0, 45056, 45635116, nof, 1, 36, 0, + 1942, 1, 53, 45109, 45679477, ctl, 0, 64, 0, +11172, 2, 172, 45228, 45779080, ctl, 1, 64, 0, + 82, 0, 1126, 45568, 46063660,tempo,70,bpm,, + 1943, 1, 459, 45568, 46063660, non, 0, 52, 60, E3 + 83, 0, 171, 45739, 46206787,tempo,90,bpm,, + 1944, 1, 171, 45739, 46206787, nof, 0, 52, 0, + 1945, 1, 0, 45739, 46206787, non, 0, 55, 63, G3 + 1946, 1, 170, 45909, 46317457, nof, 0, 55, 0, + 1947, 1, 0, 45909, 46317457, non, 0, 60, 67, C4 + 84, 0, 341, 46080, 46428778,tempo,100,bpm,, + 1948, 1, 171, 46080, 46428778, ctl, 0, 64, 0, + 1949, 1, 0, 46080, 46428778, ctl, 0, 64, 0, + 1950, 1, 0, 46080, 46428778, nof, 0, 60, 0, + 1951, 1, 0, 46080, 46428778, non, 0, 51, 70, D#3 +11173, 2, 852, 46080, 46428778, non, 1, 30, 43, F#1 +11174, 2, 0, 46080, 46428778, non, 1, 36, 55, C2 + 1952, 1, 250, 46330, 46575028, ctl, 0, 64,127, + 1953, 1, 774, 47104, 47027818, nof, 0, 51, 0, + 1954, 1, 0, 47104, 47027818, non, 0, 52, 60, E3 + 1955, 1, 131, 47235, 47104453, nof, 0, 52, 0, + 1956, 1, 40, 47275, 47127853, non, 0, 55, 63, G3 + 1957, 1, 130, 47405, 47203903, nof, 0, 55, 0, + 1958, 1, 40, 47445, 47227303, non, 0, 60, 67, C4 + 1959, 1, 131, 47576, 47303938, nof, 0, 60, 0, + 1960, 1, 40, 47616, 47327338, non, 0, 63, 70, D#4 + 1961, 1, 77, 47693, 47372383, ctl, 0, 64, 0, + 1962, 1, 249, 47942, 47518048, ctl, 0, 64,127, +11175, 2, 2048, 48128, 47626858, nof, 1, 30, 0, +11176, 2, 0, 48128, 47626858, nof, 1, 36, 0, + 1963, 1, 698, 48640, 47926378, nof, 0, 63, 0, + 1964, 1, 0, 48640, 47926378, non, 0, 64, 60, E4 +11177, 2, 598, 48726, 47976688, ctl, 1, 64,127, + 1965, 1, 131, 48771, 48003013, nof, 0, 64, 0, + 1966, 1, 40, 48811, 48026413, non, 0, 67, 63, G4 +11178, 2, 170, 48896, 48076138, non, 1, 48, 70, C3 + 1967, 1, 130, 48941, 48102463, nof, 0, 67, 0, + 1968, 1, 40, 48981, 48125863, non, 0, 72, 67, C5 + 1969, 1, 131, 49112, 48202498, nof, 0, 72, 0, + 1970, 1, 40, 49152, 48225898, ctl, 0, 64, 0, + 1971, 1, 0, 49152, 48225898, ctl, 0, 64, 0, + 1972, 1, 0, 49152, 48225898, non, 0, 63, 70, D#4 +11179, 2, 256, 49152, 48225898, nof, 1, 48, 0, +11180, 2, 0, 49152, 48225898, non, 1, 55, 70, G3 +11181, 2, 40, 49192, 48249298, ctl, 1, 64,127, +11182, 2, 59, 49251, 48283813, ctl, 1, 64, 0, + 1973, 1, 250, 49402, 48372148, ctl, 0, 64,127, +11183, 2, 258, 49509, 48434743, ctl, 1, 64,127, + 1974, 1, 774, 50176, 48824938, nof, 0, 63, 0, + 1975, 1, 0, 50176, 48824938, non, 0, 64, 60, E4 + 1976, 1, 131, 50307, 48901573, nof, 0, 64, 0, + 1977, 1, 40, 50347, 48924973, non, 0, 67, 63, G4 + 1978, 1, 130, 50477, 49001023, nof, 0, 67, 0, + 1979, 1, 40, 50517, 49024423, non, 0, 72, 67, C5 + 1980, 1, 131, 50648, 49101058, nof, 0, 72, 0, + 1981, 1, 40, 50688, 49124458, non, 0, 75, 70, D#5 + 1982, 1, 77, 50765, 49169503, ctl, 0, 64, 0, + 1983, 1, 249, 51014, 49315168, ctl, 0, 64,127, +11184, 2, 1808, 51317, 49492423, ctl, 1, 64, 0, + 1984, 1, 698, 51712, 49723498, nof, 0, 75, 0, + 1985, 1, 0, 51712, 49723498, non, 0, 60, 60, C4 +11185, 2, 395, 51712, 49723498, nof, 1, 55, 0, + 1986, 1, 131, 51843, 49800133, nof, 0, 60, 0, + 1987, 1, 40, 51883, 49823533, non, 0, 63, 63, D#4 +11186, 2, 223, 51935, 49853953, ctl, 1, 64,127, +11187, 2, 33, 51968, 49873258, non, 1, 52, 70, E3 + 1988, 1, 130, 52013, 49899583, nof, 0, 63, 0, + 1989, 1, 40, 52053, 49922983, non, 0, 68, 67, G#4 + 1990, 1, 131, 52184, 49999618, nof, 0, 68, 0, + 1991, 1, 40, 52224, 50023018, non, 0, 59, 70, B3 +11188, 2, 256, 52224, 50023018, ctl, 1, 64,127, +11189, 2, 0, 52224, 50023018, nof, 1, 52, 0, +11190, 2, 0, 52224, 50023018, non, 1, 56, 70, G#3 +11191, 2, 165, 52389, 50119543, ctl, 1, 64, 0, +11192, 2, 206, 52595, 50240053, ctl, 1, 64,127, + 1992, 1, 1024, 53248, 50622058, nof, 0, 59, 0, + 1993, 1, 0, 53248, 50622058, non, 0, 60, 60, C4 + 1994, 1, 131, 53379, 50698693, nof, 0, 60, 0, + 1995, 1, 40, 53419, 50722093, non, 0, 63, 63, D#4 + 1996, 1, 130, 53549, 50798143, nof, 0, 63, 0, + 1997, 1, 40, 53589, 50821543, non, 0, 68, 67, G#4 + 1998, 1, 131, 53720, 50898178, nof, 0, 68, 0, +11193, 2, 1134, 53729, 50903443, ctl, 1, 64, 0, + 85, 0, 7680, 53760, 50921578,tempo,110,bpm,, + 1999, 1, 40, 53760, 50921578, non, 0, 71, 70, B4 +11194, 2, 31, 53760, 50921578, non, 1, 38, 55, D2 +11195, 2, 0, 53760, 50921578, non, 1, 44, 55, G#2 +11196, 2, 0, 53760, 50921578, non, 1, 54, 67, F#3 +11197, 2, 237, 53997, 51047662, ctl, 1, 64,127, +11198, 2, 275, 54272, 51193962, nof, 1, 38, 0, +11199, 2, 0, 54272, 51193962, nof, 1, 44, 0, +11200, 2, 0, 54272, 51193962, nof, 1, 54, 0, + 2000, 1, 1024, 54784, 51466346, nof, 0, 71, 0, + 2001, 1, 0, 54784, 51466346, non, 0, 72, 60, C5 + 2002, 1, 131, 54915, 51536038, nof, 0, 72, 0, + 2003, 1, 40, 54955, 51557318, non, 0, 75, 63, D#5 + 2004, 1, 130, 55085, 51626478, nof, 0, 75, 0, + 2005, 1, 40, 55125, 51647758, non, 0, 80, 67, G#5 + 2006, 1, 131, 55256, 51717450, nof, 0, 80, 0, + 2007, 1, 40, 55296, 51738730, non, 0, 71, 70, B4 +11201, 2, 1024, 55296, 51738730, ctl, 1, 64,127, + 2008, 1, 1024, 56320, 52283498, nof, 0, 71, 0, + 2009, 1, 0, 56320, 52283498, non, 0, 72, 60, C5 + 2010, 1, 171, 56491, 52374470, nof, 0, 72, 0, + 2011, 1, 0, 56491, 52374470, non, 0, 75, 63, D#5 + 2012, 1, 170, 56661, 52464910, nof, 0, 75, 0, + 2013, 1, 0, 56661, 52464910, non, 0, 80, 67, G#5 + 2014, 1, 171, 56832, 52555882, nof, 0, 80, 0, + 2015, 1, 0, 56832, 52555882, non, 0, 83, 70, B5 +11202, 2, 1536, 56832, 52555882, nof, 1, 56, 0, +11203, 2, 471, 57303, 52806454, ctl, 1, 64,127, + 86, 0, 4096, 57856, 53100650,tempo,80,bpm,, + 2016, 1, 1024, 57856, 53100650, nof, 0, 83, 0, + 2017, 1, 0, 57856, 53100650, non, 0, 84, 69, C6 + 2018, 1, 171, 58027, 53225822, nof, 0, 84, 0, + 2019, 1, 0, 58027, 53225822, non, 0, 87, 72, D#6 + 87, 0, 256, 58112, 53288042,tempo,70,bpm,, +11204, 2, 809, 58112, 53288042, non, 1, 56, 64, G#3 +11205, 2, 0, 58112, 53288042, non, 1, 68, 81, G#4 + 2020, 1, 170, 58197, 53359187, nof, 0, 87, 0, + 2021, 1, 0, 58197, 53359187, non, 0, 92, 76, G#6 + 88, 0, 256, 58368, 53502314,tempo,90,bpm,, + 2022, 1, 171, 58368, 53502314, nof, 0, 92, 0, + 2023, 1, 0, 58368, 53502314, non, 0, 95, 86, B6 +11206, 2, 256, 58368, 53502314, ctl, 1, 64,127, +11207, 2, 0, 58368, 53502314, nof, 1, 56, 0, +11208, 2, 0, 58368, 53502314, nof, 1, 68, 0, +11209, 2, 0, 58368, 53502314, non, 1, 63, 64, D#4 +11210, 2, 0, 58368, 53502314, non, 1, 75, 81, D#5 + 89, 0, 1024, 59392, 54168938,tempo,80,bpm,, + 2024, 1, 1024, 59392, 54168938, nof, 0, 95, 0, + 2025, 1, 256, 59648, 54356330, non, 0, 44, 84, G#2 +11211, 2, 1280, 59648, 54356330, non, 1, 26, 55, D1 +11212, 2, 0, 59648, 54356330, non, 1, 32, 55, G#1 +11213, 2, 0, 59648, 54356330, non, 1, 39, 71, D#2 + 2026, 1, 256, 59904, 54543722, nof, 0, 44, 0, + 2027, 1, 0, 59904, 54543722, non, 0, 51, 84, D#3 +11214, 2, 256, 59904, 54543722, nof, 1, 63, 0, +11215, 2, 0, 59904, 54543722, nof, 1, 75, 0, + 90, 0, 2048, 61440, 55668074,tempo,70,bpm,, +11216, 2, 1536, 61440, 55668074, ctl, 1, 64,127, + 2028, 1, 2304, 62208, 56310890, nof, 0, 51, 0, + 2029, 1, 0, 62208, 56310890, non, 0, 48, 51, C3 + 2030, 1, 0, 62208, 56310890, non, 0, 51, 51, D#3 + 2031, 1, 0, 62208, 56310890, non, 0, 56, 51, G#3 + 2032, 1, 0, 62208, 56310890, non, 0, 59, 68, B3 +11217, 2, 768, 62208, 56310890, nof, 1, 26, 0, +11218, 2, 0, 62208, 56310890, nof, 1, 32, 0, +11219, 2, 0, 62208, 56310890, nof, 1, 39, 0, + 91, 0, 1536, 62976, 56953706,tempo,66,bpm,, + 2033, 1, 768, 62976, 56953706, nof, 0, 48, 0, + 2034, 1, 0, 62976, 56953706, nof, 0, 51, 0, + 2035, 1, 0, 62976, 56953706, nof, 0, 56, 0, + 2036, 1, 0, 62976, 56953706, nof, 0, 59, 0, + 2037, 1, 0, 62976, 56953706, non, 0, 48, 51, C3 + 2038, 1, 0, 62976, 56953706, non, 0, 51, 51, D#3 + 2039, 1, 0, 62976, 56953706, non, 0, 56, 51, G#3 + 2040, 1, 0, 62976, 56953706, non, 0, 59, 68, B3 +11220, 2, 768, 62976, 56953706, non, 1, 39, 60, D#2 + 92, 0, 768, 63744, 57634922,tempo,60,bpm,, + 2041, 1, 768, 63744, 57634922, nof, 0, 48, 0, + 2042, 1, 0, 63744, 57634922, nof, 0, 51, 0, + 2043, 1, 0, 63744, 57634922, nof, 0, 56, 0, + 2044, 1, 0, 63744, 57634922, nof, 0, 59, 0, + 2045, 1, 0, 63744, 57634922, non, 0, 48, 51, C3 + 2046, 1, 0, 63744, 57634922, non, 0, 51, 51, D#3 + 2047, 1, 0, 63744, 57634922, non, 0, 56, 51, G#3 + 2048, 1, 0, 63744, 57634922, non, 0, 59, 68, B3 +11221, 2, 768, 63744, 57634922, nof, 1, 39, 0, + 2049, 1, 768, 64512, 58384490, nof, 0, 48, 0, + 2050, 1, 0, 64512, 58384490, nof, 0, 51, 0, + 2051, 1, 0, 64512, 58384490, nof, 0, 56, 0, + 2052, 1, 0, 64512, 58384490, nof, 0, 59, 0, + 2053, 1, 0, 64512, 58384490, non, 0, 48, 57, C3 + 2054, 1, 0, 64512, 58384490, non, 0, 51, 57, D#3 + 2055, 1, 0, 64512, 58384490, non, 0, 56, 57, G#3 + 2056, 1, 0, 64512, 58384490, non, 0, 59, 74, B3 +11222, 2, 768, 64512, 58384490, ctl, 1, 64,127, +11223, 2, 0, 64512, 58384490, non, 1, 26, 55, D1 +11224, 2, 0, 64512, 58384490, non, 1, 32, 55, G#1 +11225, 2, 0, 64512, 58384490, non, 1, 39, 71, D#2 + 2057, 1, 1024, 65536, 59383914, nof, 0, 48, 0, + 2058, 1, 0, 65536, 59383914, nof, 0, 51, 0, + 2059, 1, 0, 65536, 59383914, nof, 0, 56, 0, + 2060, 1, 0, 65536, 59383914, nof, 0, 59, 0, +11226, 2, 1024, 65536, 59383914, nof, 1, 26, 0, +11227, 2, 0, 65536, 59383914, nof, 1, 32, 0, +11228, 2, 0, 65536, 59383914, nof, 1, 39, 0, +11229, 2, 164, 65700, 59543978, ctl, 1, 64,127, + 93, 0, 2304, 66048, 59883626,tempo,50,bpm,, + 2061, 1, 512, 66048, 59883626, non, 0, 68, 65, G#4 +11230, 2, 957, 66657, 60596765, ctl, 1, 64, 0, + 2062, 1, 1536, 67584, 61682282, non, 0, 48, 46, C3 + 2063, 1, 0, 67584, 61682282, non, 0, 51, 46, D#3 + 2064, 1, 0, 67584, 61682282, non, 0, 56, 46, G#3 + 2065, 1, 0, 67584, 61682282, non, 0, 59, 62, B3 +11231, 2, 927, 67584, 61682282, ctl, 1, 64,127, +11232, 2, 0, 67584, 61682282, non, 1, 26, 46, D1 +11233, 2, 0, 67584, 61682282, non, 1, 32, 46, G#1 +11234, 2, 0, 67584, 61682282, non, 1, 39, 62, D#2 + 2066, 1, 1024, 68608, 62881386, nof, 0, 48, 0, + 2067, 1, 0, 68608, 62881386, nof, 0, 51, 0, + 2068, 1, 0, 68608, 62881386, nof, 0, 56, 0, + 2069, 1, 0, 68608, 62881386, nof, 0, 59, 0, + 2070, 1, 0, 68608, 62881386, nof, 0, 68, 0, +11235, 2, 1024, 68608, 62881386, nof, 1, 26, 0, +11236, 2, 0, 68608, 62881386, nof, 1, 32, 0, +11237, 2, 0, 68608, 62881386, nof, 1, 39, 0, +11238, 2, 193, 68801, 63107389, ctl, 1, 64,127, + 94, 0, 3072, 69120, 63480938,tempo,40,bpm,, + 2071, 1, 512, 69120, 63480938, non, 0, 68, 46, G#4 +11239, 2, 928, 69729, 64372514, ctl, 1, 64, 0, + 95, 0, 1536, 70656, 65729642,tempo,30,bpm,, + 2072, 1, 1536, 70656, 65729642, nof, 0, 68, 0, + 2073, 1, 0, 70656, 65729642, non, 0, 60, 18, C4 + 2074, 1, 0, 70656, 65729642, non, 0, 66, 30, F#4 +11240, 2, 927, 70656, 65729642, non, 1, 32, 22, G#1 +11241, 2, 0, 70656, 65729642, non, 1, 38, 28, D2 +11242, 2, 235, 70891, 66188597, ctl, 1, 64,127, + 96, 0, 256, 70912, 66229610,tempo,60,bpm,, +11243, 2, 21, 70912, 66229610, non, 1, 54, 22, F#3 +11244, 2, 512, 71424, 66729322, nof, 1, 54, 0, +11245, 2, 0, 71424, 66729322, non, 1, 44, 22, G#2 + 97, 0, 1024, 71936, 67229034,tempo,66,bpm,, +11246, 2, 512, 71936, 67229034, nof, 1, 44, 0, +11247, 2, 0, 71936, 67229034, non, 1, 44, 22, G#2 + 2075, 1, 1536, 72192, 67456106, non, 0, 69, 53, A4 +11248, 2, 512, 72448, 67683178, nof, 1, 44, 0, +11249, 2, 0, 72448, 67683178, non, 1, 32, 22, G#1 +11250, 2, 512, 72960, 68137322, non, 1, 54, 22, F#3 +11251, 2, 213, 73173, 68326253, ctl, 1, 64,127, + 98, 0, 1536, 73472, 68591466,tempo,50,bpm,, +11252, 2, 299, 73472, 68591466, nof, 1, 54, 0, +11253, 2, 0, 73472, 68591466, non, 1, 44, 22, G#2 + 2076, 1, 1536, 73728, 68891242, nof, 0, 60, 0, + 2077, 1, 0, 73728, 68891242, nof, 0, 66, 0, + 2078, 1, 0, 73728, 68891242, non, 0, 60, 30, C4 + 2079, 1, 0, 73728, 68891242, non, 0, 66, 30, F#4 +11254, 2, 256, 73728, 68891242, ctl, 1, 64,127, +11255, 2, 0, 73728, 68891242, nof, 1, 32, 0, +11256, 2, 0, 73728, 68891242, nof, 1, 44, 0, +11257, 2, 0, 73728, 68891242, non, 1, 50, 22, D3 + 99, 0, 512, 73984, 69191018,tempo,66,bpm,, +11258, 2, 256, 73984, 69191018, non, 1, 54, 22, F#3 +11259, 2, 512, 74496, 69645162, nof, 1, 54, 0, +11260, 2, 0, 74496, 69645162, non, 1, 44, 22, G#2 + 100, 0, 768, 74752, 69872234,tempo,50,bpm,, + 2080, 1, 1024, 74752, 69872234, nof, 0, 69, 0, + 2081, 1, 0, 74752, 69872234, non, 0, 70, 53, A#4 +11261, 2, 512, 75008, 70172010, nof, 1, 44, 0, +11262, 2, 0, 75008, 70172010, non, 1, 44, 22, G#2 + 101, 0, 512, 75264, 70471786,tempo,60,bpm,, + 2082, 1, 512, 75264, 70471786, nof, 0, 60, 0, + 2083, 1, 0, 75264, 70471786, nof, 0, 66, 0, + 2084, 1, 0, 75264, 70471786, non, 0, 60, 39, C4 +11263, 2, 512, 75520, 70721642, nof, 1, 44, 0, +11264, 2, 0, 75520, 70721642, non, 1, 32, 22, G#1 + 102, 0, 512, 75776, 70971498,tempo,66,bpm,, + 2085, 1, 512, 75776, 70971498, nof, 0, 70, 0, + 2086, 1, 0, 75776, 70971498, non, 0, 68, 50, G#4 +11265, 2, 256, 75776, 70971498, nof, 1, 32, 0, +11266, 2, 0, 75776, 70971498, nof, 1, 38, 0, +11267, 2, 0, 75776, 70971498, nof, 1, 50, 0, +11268, 2, 0, 75776, 70971498, non, 1, 58, 22, A#3 +11269, 2, 256, 76032, 71198570, nof, 1, 32, 0, +11270, 2, 0, 76032, 71198570, non, 1, 54, 22, F#3 + 103, 0, 512, 76288, 71425642,tempo,70,bpm,, + 2087, 1, 512, 76288, 71425642, nof, 0, 68, 0, + 2088, 1, 0, 76288, 71425642, non, 0, 66, 49, F#4 +11271, 2, 512, 76544, 71639914, nof, 1, 54, 0, +11272, 2, 0, 76544, 71639914, non, 1, 44, 22, G#2 + 104, 0, 512, 76800, 71854186,tempo,50,bpm,, + 2089, 1, 512, 76800, 71854186, nof, 0, 66, 0, + 2090, 1, 0, 76800, 71854186, non, 0, 65, 50, F4 +11273, 2, 256, 76800, 71854186, nof, 1, 44, 0, +11274, 2, 0, 76800, 71854186, nof, 1, 58, 0, +11275, 2, 0, 76800, 71854186, non, 1, 57, 22, A3 +11276, 2, 36, 76836, 71896342, ctl, 1, 64,127, +11277, 2, 127, 76963, 72045059, ctl, 1, 64, 0, +11278, 2, 93, 77056, 72153962, non, 1, 54, 22, F#3 +11279, 2, 178, 77234, 72362400, ctl, 1, 64,127, + 105, 0, 512, 77312, 72453738,tempo,66,bpm,, + 2091, 1, 512, 77312, 72453738, nof, 0, 65, 0, + 2092, 1, 0, 77312, 72453738, non, 0, 62, 45, D4 +11280, 2, 334, 77568, 72680810, nof, 1, 54, 0, +11281, 2, 0, 77568, 72680810, non, 1, 44, 22, G#2 + 2093, 1, 512, 77824, 72907882, non, 0, 66, 42, F#4 + 106, 0, 768, 78080, 73134954,tempo,66,bpm,, +11282, 2, 512, 78080, 73134954, nof, 1, 44, 0, +11283, 2, 0, 78080, 73134954, non, 1, 44, 22, G#2 + 2094, 1, 512, 78336, 73362026, nof, 0, 60, 0, + 2095, 1, 0, 78336, 73362026, non, 0, 60, 35, C4 +11284, 2, 512, 78592, 73589098, nof, 1, 44, 0, +11285, 2, 0, 78592, 73589098, non, 1, 32, 22, G#1 +11286, 2, 512, 79104, 74043242, nof, 1, 32, 0, +11287, 2, 0, 79104, 74043242, non, 1, 54, 22, F#3 + 107, 0, 1280, 79360, 74270314,tempo,50,bpm,, + 2096, 1, 1024, 79360, 74270314, nof, 0, 62, 0, + 2097, 1, 0, 79360, 74270314, non, 0, 62, 35, D4 +11288, 2, 512, 79616, 74570090, nof, 1, 54, 0, +11289, 2, 0, 79616, 74570090, non, 1, 44, 22, G#2 + 2098, 1, 512, 79872, 74869866, nof, 0, 62, 0, + 2099, 1, 0, 79872, 74869866, non, 0, 62, 40, D4 +11290, 2, 256, 79872, 74869866, ctl, 1, 64,127, +11291, 2, 0, 79872, 74869866, nof, 1, 44, 0, + 108, 0, 768, 80128, 75169642,tempo,66,bpm,, +11292, 2, 256, 80128, 75169642, non, 1, 54, 22, F#3 + 109, 0, 512, 80640, 75623786,tempo,70,bpm,, +11293, 2, 512, 80640, 75623786, nof, 1, 54, 0, +11294, 2, 0, 80640, 75623786, non, 1, 44, 22, G#2 +11295, 2, 512, 81152, 76052330, nof, 1, 44, 0, +11296, 2, 0, 81152, 76052330, non, 1, 44, 22, G#2 + 110, 0, 768, 81408, 76266602,tempo,50,bpm,, + 2100, 1, 1536, 81408, 76266602, nof, 0, 60, 0, + 2101, 1, 0, 81408, 76266602, nof, 0, 62, 0, + 2102, 1, 0, 81408, 76266602, non, 0, 60, 30, C4 + 2103, 1, 0, 81408, 76266602, non, 0, 62, 30, D4 +11297, 2, 512, 81664, 76566378, nof, 1, 44, 0, +11298, 2, 0, 81664, 76566378, non, 1, 32, 22, G#1 + 111, 0, 512, 81920, 76866154,tempo,66,bpm,, + 2104, 1, 512, 81920, 76866154, nof, 0, 66, 0, + 2105, 1, 0, 81920, 76866154, non, 0, 69, 52, A4 +11299, 2, 512, 82176, 77093226, nof, 1, 32, 0, +11300, 2, 0, 82176, 77093226, non, 1, 54, 22, F#3 + 112, 0, 512, 82432, 77320298,tempo,45,bpm,, + 2106, 1, 512, 82432, 77320298, nof, 0, 60, 0, + 2107, 1, 0, 82432, 77320298, nof, 0, 62, 0, + 2108, 1, 0, 82432, 77320298, nof, 0, 69, 0, + 2109, 1, 0, 82432, 77320298, non, 0, 66, 25, F#4 + 2110, 1, 0, 82432, 77320298, non, 0, 69, 25, A4 + 2111, 1, 0, 82432, 77320298, non, 0, 74, 52, D5 +11301, 2, 512, 82688, 77653610, nof, 1, 54, 0, +11302, 2, 0, 82688, 77653610, non, 1, 44, 22, G#2 + 2112, 1, 512, 82944, 77986922, nof, 0, 66, 0, + 2113, 1, 0, 82944, 77986922, nof, 0, 69, 0, + 2114, 1, 0, 82944, 77986922, nof, 0, 74, 0, + 2115, 1, 0, 82944, 77986922, non, 0, 65, 32, F4 + 2116, 1, 0, 82944, 77986922, non, 0, 70, 32, A#4 + 2117, 1, 0, 82944, 77986922, non, 0, 77, 48, F5 +11303, 2, 256, 82944, 77986922, ctl, 1, 64,127, +11304, 2, 0, 82944, 77986922, nof, 1, 57, 0, +11305, 2, 0, 82944, 77986922, nof, 1, 44, 0, +11306, 2, 0, 82944, 77986922, non, 1, 60, 16, C4 +11307, 2, 93, 83037, 78108008, ctl, 1, 64, 0, +11308, 2, 108, 83145, 78248624, ctl, 1, 64,127, + 113, 0, 768, 83200, 78320234,tempo,70,bpm,, +11309, 2, 55, 83200, 78320234, nof, 1, 60, 0, +11310, 2, 0, 83200, 78320234, non, 1, 54, 16, F#3 +11311, 2, 512, 83712, 78748778, nof, 1, 54, 0, +11312, 2, 0, 83712, 78748778, non, 1, 44, 16, G#2 + 114, 0, 1024, 84224, 79177322,tempo,50,bpm,, +11313, 2, 512, 84224, 79177322, nof, 1, 44, 0, +11314, 2, 0, 84224, 79177322, non, 1, 39, 16, D#2 +11315, 2, 248, 84472, 79467730, ctl, 1, 64, 0, + 115, 0, 256, 84480, 79477098,tempo,70,bpm,, + 2118, 1, 1536, 84480, 79477098, nof, 0, 65, 0, + 2119, 1, 0, 84480, 79477098, nof, 0, 70, 0, + 2120, 1, 0, 84480, 79477098, non, 0, 66, 20, F#4 + 2121, 1, 0, 84480, 79477098, non, 0, 69, 20, A4 +11316, 2, 8, 84480, 79477098, nof, 1, 39, 0, +11317, 2, 0, 84480, 79477098, non, 1, 60, 25, C4 +11318, 2, 72, 84552, 79537362, ctl, 1, 64,127, +11319, 2, 56, 84608, 79584234, nof, 1, 60, 0, +11320, 2, 0, 84608, 79584234, non, 1, 54, 23, F#3 +11321, 2, 128, 84736, 79691370, nof, 1, 54, 0, +11322, 2, 0, 84736, 79691370, non, 1, 50, 20, D3 +11323, 2, 128, 84864, 79798506, nof, 1, 50, 0, +11324, 2, 0, 84864, 79798506, non, 1, 44, 18, G#2 + 116, 0, 512, 84992, 79905642,tempo,50,bpm,, +11325, 2, 128, 84992, 79905642, nof, 1, 44, 0, +11326, 2, 101, 85093, 80023913, ctl, 1, 64, 0, + 117, 0, 512, 85504, 80505194,tempo,66,bpm,, + 2122, 1, 1024, 85504, 80505194, nof, 0, 77, 0, + 2123, 1, 0, 85504, 80505194, non, 0, 74, 44, D5 +11327, 2, 630, 85723, 80699447, ctl, 1, 64,127, +11328, 2, 37, 85760, 80732266, non, 1, 39, 12, D#2 +11329, 2, 0, 85760, 80732266, non, 1, 44, 12, G#2 +11330, 2, 0, 85760, 80732266, non, 1, 54, 12, F#3 + 2124, 1, 512, 86016, 80959338, nof, 0, 66, 0, + 2125, 1, 0, 86016, 80959338, nof, 0, 69, 0, + 2126, 1, 0, 86016, 80959338, nof, 0, 74, 0, + 2127, 1, 0, 86016, 80959338, non, 0, 65, 32, F4 + 2128, 1, 0, 86016, 80959338, non, 0, 70, 32, A#4 + 2129, 1, 0, 86016, 80959338, non, 0, 77, 48, F5 +11331, 2, 256, 86016, 80959338, ctl, 1, 64,127, +11332, 2, 0, 86016, 80959338, non, 1, 60, 16, C4 +11333, 2, 93, 86109, 81041829, ctl, 1, 64, 0, +11334, 2, 108, 86217, 81137625, ctl, 1, 64,127, +11335, 2, 1327, 87544, 82314674, ctl, 1, 64, 0, + 118, 0, 2048, 87552, 82321770,tempo,70,bpm,, + 2130, 1, 1536, 87552, 82321770, nof, 0, 65, 0, + 2131, 1, 0, 87552, 82321770, nof, 0, 70, 0, + 2132, 1, 0, 87552, 82321770, non, 0, 66, 20, F#4 + 2133, 1, 0, 87552, 82321770, non, 0, 69, 20, A4 +11336, 2, 8, 87552, 82321770, nof, 1, 39, 0, +11337, 2, 0, 87552, 82321770, nof, 1, 44, 0, +11338, 2, 0, 87552, 82321770, nof, 1, 54, 0, +11339, 2, 0, 87552, 82321770, nof, 1, 60, 0, +11340, 2, 0, 87552, 82321770, non, 1, 60, 25, C4 +11341, 2, 72, 87624, 82382034, ctl, 1, 64,127, +11342, 2, 56, 87680, 82428906, nof, 1, 60, 0, +11343, 2, 0, 87680, 82428906, non, 1, 54, 23, F#3 +11344, 2, 128, 87808, 82536042, nof, 1, 54, 0, +11345, 2, 0, 87808, 82536042, non, 1, 50, 20, D3 +11346, 2, 128, 87936, 82643178, nof, 1, 50, 0, +11347, 2, 0, 87936, 82643178, non, 1, 44, 18, G#2 + 119, 0, 512, 88064, 82750314,tempo,50,bpm,, +11348, 2, 128, 88064, 82750314, nof, 1, 44, 0, +11349, 2, 101, 88165, 82868585, ctl, 1, 64, 0, + 120, 0, 512, 88576, 83349866,tempo,66,bpm,, + 2134, 1, 1024, 88576, 83349866, nof, 0, 77, 0, + 2135, 1, 0, 88576, 83349866, non, 0, 74, 44, D5 +11350, 2, 630, 88795, 83544119, ctl, 1, 64,127, + 121, 0, 256, 88832, 83576938,tempo,50,bpm,, +11351, 2, 37, 88832, 83576938, non, 1, 39, 12, D#2 +11352, 2, 0, 88832, 83576938, non, 1, 44, 12, G#2 +11353, 2, 0, 88832, 83576938, non, 1, 54, 12, F#3 + 122, 0, 256, 89088, 83876714,tempo,70,bpm,, + 2136, 1, 512, 89088, 83876714, nof, 0, 66, 0, + 2137, 1, 0, 89088, 83876714, nof, 0, 69, 0, + 2138, 1, 0, 89088, 83876714, nof, 0, 74, 0, + 2139, 1, 0, 89088, 83876714, non, 0, 65, 25, F4 + 2140, 1, 0, 89088, 83876714, non, 0, 70, 25, A#4 + 2141, 1, 0, 89088, 83876714, non, 0, 77, 41, F5 +11354, 2, 256, 89088, 83876714, ctl, 1, 64,127, +11355, 2, 0, 89088, 83876714, non, 1, 60, 16, C4 + 2142, 1, 1024, 90112, 84733802, nof, 0, 65, 0, + 2143, 1, 0, 90112, 84733802, nof, 0, 70, 0, + 2144, 1, 0, 90112, 84733802, nof, 0, 77, 0, +11356, 2, 1024, 90112, 84733802, nof, 1, 39, 0, +11357, 2, 0, 90112, 84733802, nof, 1, 44, 0, +11358, 2, 0, 90112, 84733802, nof, 1, 54, 0, +11359, 2, 0, 90112, 84733802, nof, 1, 60, 0, +11360, 2, 34, 90146, 84762260, ctl, 1, 64, 0, + 2145, 1, 256, 90368, 84948074, non, 0, 60, 64, C4 + 2146, 1, 0, 90368, 84948074, non, 0, 63, 64, D#4 + 2147, 1, 0, 90368, 84948074, non, 0, 68, 64, G#4 + 2148, 1, 0, 90368, 84948074, non, 0, 71, 81, B4 +11361, 2, 222, 90368, 84948074, non, 1, 38, 55, D2 +11362, 2, 0, 90368, 84948074, non, 1, 44, 55, G#2 +11363, 2, 0, 90368, 84948074, non, 1, 51, 72, D#3 +11364, 2, 68, 90436, 85004990, ctl, 1, 64,127, + 2149, 1, 256, 90624, 85162346, non, 0, 80, 81, G#5 +11365, 2, 1212, 91648, 86019434, nof, 1, 38, 0, +11366, 2, 0, 91648, 86019434, nof, 1, 44, 0, +11367, 2, 0, 91648, 86019434, nof, 1, 51, 0, +11368, 2, 256, 91904, 86233706, non, 1, 26, 55, D1 +11369, 2, 0, 91904, 86233706, non, 1, 32, 55, G#1 +11370, 2, 0, 91904, 86233706, non, 1, 39, 55, D#2 +11371, 2, 0, 91904, 86233706, non, 1, 44, 77, G#2 + 123, 0, 3072, 92160, 86447978,tsig,4,3,, + 124, 0, 0, 92160, 86447978,tempo,66,bpm,, +11372, 2, 256, 92160, 86447978, nof, 1, 44, 0, +11373, 2, 0, 92160, 86447978, non, 1, 51, 77, D#3 +11374, 2, 15, 92175, 86461283, ctl, 1, 64,127, + 125, 0, 512, 92672, 86902122,tempo,50,bpm,, + 2150, 1, 2048, 92672, 86902122, nof, 0, 60, 0, + 2151, 1, 0, 92672, 86902122, nof, 0, 63, 0, + 2152, 1, 0, 92672, 86902122, nof, 0, 68, 0, + 2153, 1, 0, 92672, 86902122, nof, 0, 71, 0, + 2154, 1, 0, 92672, 86902122, nof, 0, 80, 0, + 2155, 1, 0, 92672, 86902122, non, 0, 72, 63, C5 + 2156, 1, 0, 92672, 86902122, non, 0, 75, 63, D#5 + 2157, 1, 0, 92672, 86902122, non, 0, 80, 63, G#5 + 2158, 1, 0, 92672, 86902122, non, 0, 83, 79, B5 +11375, 2, 497, 92672, 86902122, nof, 1, 26, 0, +11376, 2, 0, 92672, 86902122, nof, 1, 32, 0, +11377, 2, 0, 92672, 86902122, nof, 1, 39, 0, + 2159, 1, 512, 93184, 87501674, nof, 0, 72, 0, + 2160, 1, 0, 93184, 87501674, nof, 0, 75, 0, + 2161, 1, 0, 93184, 87501674, nof, 0, 80, 0, + 2162, 1, 0, 93184, 87501674, nof, 0, 83, 0, + 2163, 1, 0, 93184, 87501674, non, 0, 72, 63, C5 + 2164, 1, 0, 93184, 87501674, non, 0, 75, 63, D#5 + 2165, 1, 0, 93184, 87501674, non, 0, 80, 63, G#5 + 2166, 1, 0, 93184, 87501674, non, 0, 83, 79, B5 +11378, 2, 512, 93184, 87501674, nof, 1, 51, 0, +11379, 2, 0, 93184, 87501674, non, 1, 54, 55, F#3 +11380, 2, 0, 93184, 87501674, non, 1, 66, 55, F#4 + 2167, 1, 512, 93696, 88101226, nof, 0, 72, 0, + 2168, 1, 0, 93696, 88101226, nof, 0, 75, 0, + 2169, 1, 0, 93696, 88101226, nof, 0, 80, 0, + 2170, 1, 0, 93696, 88101226, nof, 0, 83, 0, + 2171, 1, 0, 93696, 88101226, non, 0, 72, 63, C5 + 2172, 1, 0, 93696, 88101226, non, 0, 75, 63, D#5 + 2173, 1, 0, 93696, 88101226, non, 0, 80, 63, G#5 + 2174, 1, 0, 93696, 88101226, non, 0, 83, 79, B5 + 126, 0, 1195, 93867, 88301467,tempo,40,bpm,, + 2175, 1, 171, 93867, 88301467, non, 0, 54, 44, F#3 + 2176, 1, 0, 93867, 88301467, non, 0, 60, 44, C4 +11381, 2, 683, 93867, 88301467, non, 1, 38, 55, D2 +11382, 2, 170, 94037, 88550347, non, 1, 44, 55, G#2 + 127, 0, 341, 94208, 88800691,tempo,45,bpm,, + 2177, 1, 341, 94208, 88800691, ctl, 0, 64, 0, + 2178, 1, 0, 94208, 88800691, nof, 0, 72, 0, + 2179, 1, 0, 94208, 88800691, nof, 0, 75, 0, + 2180, 1, 0, 94208, 88800691, nof, 0, 80, 0, + 2181, 1, 0, 94208, 88800691, nof, 0, 83, 0, + 2182, 1, 0, 94208, 88800691, non, 0, 72, 36, C5 + 2183, 1, 0, 94208, 88800691, non, 0, 75, 36, D#5 + 2184, 1, 0, 94208, 88800691, non, 0, 80, 36, G#5 + 2185, 1, 0, 94208, 88800691, non, 0, 83, 64, B5 +11383, 2, 171, 94208, 88800691, ctl, 1, 64,127, +11384, 2, 0, 94208, 88800691, nof, 1, 54, 0, +11385, 2, 0, 94208, 88800691, nof, 1, 66, 0, +11386, 2, 0, 94208, 88800691, non, 1, 63, 47, D#4 +11387, 2, 78, 94286, 88902247, ctl, 1, 64, 0, +11388, 2, 172, 94458, 89126191, ctl, 1, 64,127, + 128, 0, 512, 94720, 89467315,tempo,60,bpm,, + 2186, 1, 512, 94720, 89467315, nof, 0, 54, 0, + 2187, 1, 0, 94720, 89467315, nof, 0, 60, 0, + 2188, 1, 0, 94720, 89467315, nof, 0, 72, 0, + 2189, 1, 0, 94720, 89467315, nof, 0, 75, 0, + 2190, 1, 0, 94720, 89467315, nof, 0, 80, 0, + 2191, 1, 0, 94720, 89467315, nof, 0, 83, 0, + 2192, 1, 0, 94720, 89467315, non, 0, 69, 31, A4 + 2193, 1, 0, 94720, 89467315, non, 0, 72, 31, C5 + 2194, 1, 0, 94720, 89467315, non, 0, 77, 31, F5 + 2195, 1, 0, 94720, 89467315, non, 0, 80, 58, G#5 + 2196, 1, 512, 95232, 89967027, nof, 0, 69, 0, + 2197, 1, 0, 95232, 89967027, nof, 0, 72, 0, + 2198, 1, 0, 95232, 89967027, nof, 0, 77, 0, + 2199, 1, 0, 95232, 89967027, nof, 0, 80, 0, + 2200, 1, 0, 95232, 89967027, non, 0, 66, 36, F#4 + 2201, 1, 0, 95232, 89967027, non, 0, 69, 31, A4 + 2202, 1, 0, 95232, 89967027, non, 0, 74, 31, D5 + 2203, 1, 0, 95232, 89967027, non, 0, 77, 58, F5 +11389, 2, 774, 95232, 89967027, nof, 1, 38, 0, +11390, 2, 0, 95232, 89967027, nof, 1, 44, 0, +11391, 2, 0, 95232, 89967027, nof, 1, 63, 0, +11392, 2, 0, 95232, 89967027, non, 1, 57, 47, A3 + 2204, 1, 512, 95744, 90466739, nof, 0, 66, 0, + 2205, 1, 0, 95744, 90466739, nof, 0, 69, 0, + 2206, 1, 0, 95744, 90466739, nof, 0, 74, 0, + 2207, 1, 0, 95744, 90466739, nof, 0, 77, 0, + 2208, 1, 0, 95744, 90466739, non, 0, 69, 37, A4 + 2209, 1, 0, 95744, 90466739, non, 0, 72, 31, C5 + 2210, 1, 0, 95744, 90466739, non, 0, 77, 31, F5 + 2211, 1, 0, 95744, 90466739, non, 0, 80, 55, G#5 + 129, 0, 1195, 95915, 90633635,tempo,50,bpm,, + 2212, 1, 171, 95915, 90633635, non, 0, 54, 22, F#3 + 2213, 1, 0, 95915, 90633635, non, 0, 60, 36, C4 +11393, 2, 683, 95915, 90633635, non, 1, 44, 37, G#2 +11394, 2, 170, 96085, 90832705, non, 1, 38, 37, D2 + 130, 0, 341, 96256, 91032946,tempo,50,bpm,, + 2214, 1, 341, 96256, 91032946, ctl, 0, 64, 0, + 2215, 1, 0, 96256, 91032946, nof, 0, 69, 0, + 2216, 1, 0, 96256, 91032946, nof, 0, 72, 0, + 2217, 1, 0, 96256, 91032946, nof, 0, 77, 0, + 2218, 1, 0, 96256, 91032946, nof, 0, 80, 0, + 2219, 1, 0, 96256, 91032946, non, 0, 72, 36, C5 + 2220, 1, 0, 96256, 91032946, non, 0, 75, 36, D#5 + 2221, 1, 0, 96256, 91032946, non, 0, 80, 36, G#5 + 2222, 1, 0, 96256, 91032946, non, 0, 83, 61, B5 +11395, 2, 171, 96256, 91032946, ctl, 1, 64,127, +11396, 2, 0, 96256, 91032946, ctl, 1, 64, 0, +11397, 2, 0, 96256, 91032946, nof, 1, 57, 0, +11398, 2, 0, 96256, 91032946, non, 1, 63, 47, D#4 +11399, 2, 78, 96334, 91124284, ctl, 1, 64, 0, +11400, 2, 172, 96506, 91325696, ctl, 1, 64,127, + 131, 0, 512, 96768, 91632498,tempo,60,bpm,, + 2223, 1, 512, 96768, 91632498, nof, 0, 54, 0, + 2224, 1, 0, 96768, 91632498, nof, 0, 60, 0, + 2225, 1, 0, 96768, 91632498, nof, 0, 72, 0, + 2226, 1, 0, 96768, 91632498, nof, 0, 75, 0, + 2227, 1, 0, 96768, 91632498, nof, 0, 80, 0, + 2228, 1, 0, 96768, 91632498, nof, 0, 83, 0, + 2229, 1, 0, 96768, 91632498, non, 0, 69, 31, A4 + 2230, 1, 0, 96768, 91632498, non, 0, 72, 31, C5 + 2231, 1, 0, 96768, 91632498, non, 0, 77, 31, F5 + 2232, 1, 0, 96768, 91632498, non, 0, 80, 56, G#5 + 2233, 1, 512, 97280, 92132210, nof, 0, 69, 0, + 2234, 1, 0, 97280, 92132210, nof, 0, 72, 0, + 2235, 1, 0, 97280, 92132210, nof, 0, 77, 0, + 2236, 1, 0, 97280, 92132210, nof, 0, 80, 0, + 2237, 1, 0, 97280, 92132210, non, 0, 66, 36, F#4 + 2238, 1, 0, 97280, 92132210, non, 0, 69, 31, A4 + 2239, 1, 0, 97280, 92132210, non, 0, 74, 31, D5 + 2240, 1, 0, 97280, 92132210, non, 0, 77, 52, F5 +11401, 2, 774, 97280, 92132210, nof, 1, 38, 0, +11402, 2, 0, 97280, 92132210, nof, 1, 44, 0, +11403, 2, 0, 97280, 92132210, nof, 1, 63, 0, +11404, 2, 0, 97280, 92132210, non, 1, 57, 47, A3 + 2241, 1, 512, 97792, 92631922, nof, 0, 66, 0, + 2242, 1, 0, 97792, 92631922, nof, 0, 69, 0, + 2243, 1, 0, 97792, 92631922, nof, 0, 74, 0, + 2244, 1, 0, 97792, 92631922, nof, 0, 77, 0, + 2245, 1, 0, 97792, 92631922, non, 0, 63, 26, D#4 + 2246, 1, 0, 97792, 92631922, non, 0, 66, 26, F#4 + 2247, 1, 0, 97792, 92631922, non, 0, 71, 26, B4 + 2248, 1, 0, 97792, 92631922, non, 0, 74, 50, D5 + 132, 0, 1536, 98304, 93131634,tsig,6,3,, + 133, 0, 0, 98304, 93131634,tempo,30,bpm,, + 2249, 1, 512, 98304, 93131634, ctl, 0, 64, 0, + 2250, 1, 0, 98304, 93131634, nof, 0, 63, 0, + 2251, 1, 0, 98304, 93131634, nof, 0, 66, 0, + 2252, 1, 0, 98304, 93131634, nof, 0, 71, 0, + 2253, 1, 0, 98304, 93131634, nof, 0, 74, 0, + 2254, 1, 0, 98304, 93131634, non, 0, 60, 44, C4 +11405, 2, 1024, 98304, 93131634, ctl, 1, 64,127, +11406, 2, 0, 98304, 93131634, ctl, 1, 64, 0, +11407, 2, 0, 98304, 93131634, nof, 1, 57, 0, +11408, 2, 78, 98382, 93283968, ctl, 1, 64, 0, +11409, 2, 172, 98554, 93619884, ctl, 1, 64,127, + 134, 0, 256, 98560, 93631602,tempo,70,bpm,, +11410, 2, 6, 98560, 93631602, non, 1, 54, 22, F#3 + 2255, 1, 512, 98816, 93845874, non, 0, 81, 40, A5 +11411, 2, 512, 99072, 94060146, nof, 1, 54, 0, +11412, 2, 0, 99072, 94060146, non, 1, 44, 22, G#2 + 2256, 1, 512, 99328, 94274418, nof, 0, 81, 0, + 2257, 1, 0, 99328, 94274418, non, 0, 89, 44, F6 +11413, 2, 512, 99584, 94488690, nof, 1, 44, 0, +11414, 2, 0, 99584, 94488690, non, 1, 44, 22, G#2 + 135, 0, 1280, 99840, 94702962,tempo,80,bpm,, + 2258, 1, 512, 99840, 94702962, non, 0, 69, 50, A4 +11415, 2, 512, 100096, 94890354, nof, 1, 44, 0, +11416, 2, 0, 100096, 94890354, non, 1, 32, 22, G#1 + 2259, 1, 307, 100147, 94927686, nof, 0, 89, 0, + 2260, 1, 0, 100147, 94927686, non, 0, 86, 43, D6 + 136, 0, 614, 100454, 95152410,tempo,85,bpm,, + 2261, 1, 307, 100454, 95152410, nof, 0, 86, 0, + 2262, 1, 0, 100454, 95152410, non, 0, 84, 41, C6 +11417, 2, 512, 100608, 95258516, nof, 1, 32, 0, +11418, 2, 0, 100608, 95258516, non, 1, 54, 22, F#3 + 2263, 1, 308, 100762, 95364622, nof, 0, 84, 0, + 2264, 1, 0, 100762, 95364622, non, 0, 81, 39, A5 + 2265, 1, 307, 101069, 95576145, nof, 0, 81, 0, + 2266, 1, 0, 101069, 95576145, non, 0, 78, 38, F#5 +11419, 2, 512, 101120, 95611284, nof, 1, 54, 0, +11420, 2, 0, 101120, 95611284, non, 1, 44, 22, G#2 + 137, 0, 922, 101376, 95787668,tempo,50,bpm,, + 2267, 1, 307, 101376, 95787668, nof, 0, 78, 0, + 2268, 1, 0, 101376, 95787668, nof, 0, 60, 0, + 2269, 1, 0, 101376, 95787668, non, 0, 60, 33, C4 + 2270, 1, 0, 101376, 95787668, non, 0, 77, 33, F5 +11421, 2, 256, 101376, 95787668, ctl, 1, 64,127, +11422, 2, 0, 101376, 95787668, nof, 1, 44, 0, +11423, 2, 0, 101376, 95787668, non, 1, 50, 22, D3 + 138, 0, 256, 101632, 96087444,tempo,66,bpm,, +11424, 2, 256, 101632, 96087444, non, 1, 54, 22, F#3 + 139, 0, 512, 102144, 96541588,tempo,80,bpm,, +11425, 2, 512, 102144, 96541588, nof, 1, 54, 0, +11426, 2, 0, 102144, 96541588, non, 1, 44, 22, G#2 + 140, 0, 256, 102400, 96728980,tempo,70,bpm,, + 2271, 1, 1024, 102400, 96728980, nof, 0, 69, 0, + 2272, 1, 0, 102400, 96728980, nof, 0, 77, 0, + 2273, 1, 0, 102400, 96728980, non, 0, 70, 54, A#4 +11427, 2, 512, 102656, 96943252, nof, 1, 44, 0, +11428, 2, 0, 102656, 96943252, non, 1, 44, 22, G#2 + 141, 0, 512, 102912, 97157524,tempo,60,bpm,, + 2274, 1, 512, 102912, 97157524, nof, 0, 60, 0, + 2275, 1, 0, 102912, 97157524, non, 0, 60, 33, C4 +11429, 2, 512, 103168, 97407380, nof, 1, 44, 0, +11430, 2, 0, 103168, 97407380, non, 1, 32, 22, G#1 + 142, 0, 512, 103424, 97657236,tempo,70,bpm,, + 2276, 1, 512, 103424, 97657236, nof, 0, 70, 0, + 2277, 1, 0, 103424, 97657236, non, 0, 68, 43, G#4 +11431, 2, 256, 103424, 97657236, nof, 1, 50, 0, +11432, 2, 0, 103424, 97657236, non, 1, 58, 22, A#3 +11433, 2, 256, 103680, 97871508, nof, 1, 32, 0, +11434, 2, 0, 103680, 97871508, non, 1, 54, 22, F#3 + 2278, 1, 512, 103936, 98085780, nof, 0, 68, 0, + 2279, 1, 0, 103936, 98085780, non, 0, 66, 43, F#4 +11435, 2, 512, 104192, 98300052, nof, 1, 54, 0, +11436, 2, 0, 104192, 98300052, non, 1, 44, 22, G#2 + 143, 0, 1024, 104448, 98514324,tempo,50,bpm,, + 2280, 1, 512, 104448, 98514324, nof, 0, 66, 0, + 2281, 1, 0, 104448, 98514324, non, 0, 65, 44, F4 +11437, 2, 256, 104448, 98514324, ctl, 1, 64,127, +11438, 2, 0, 104448, 98514324, nof, 1, 44, 0, +11439, 2, 0, 104448, 98514324, nof, 1, 58, 0, +11440, 2, 0, 104448, 98514324, non, 1, 57, 22, A3 +11441, 2, 147, 104595, 98686461, ctl, 1, 64, 0, +11442, 2, 109, 104704, 98814100, non, 1, 54, 22, F#3 +11443, 2, 38, 104742, 98858598, ctl, 1, 64,127, + 144, 0, 512, 104960, 99113876,tempo,70,bpm,, + 2282, 1, 512, 104960, 99113876, nof, 0, 65, 0, + 2283, 1, 0, 104960, 99113876, non, 0, 62, 44, D4 + 2284, 1, 0, 104960, 99113876, non, 0, 69, 40, A4 +11444, 2, 474, 105216, 99328148, nof, 1, 54, 0, +11445, 2, 0, 105216, 99328148, non, 1, 44, 22, G#2 + 2285, 1, 512, 105472, 99542420, nof, 0, 62, 0, + 2286, 1, 0, 105472, 99542420, nof, 0, 69, 0, + 2287, 1, 0, 105472, 99542420, non, 0, 66, 42, F#4 + 2288, 1, 0, 105472, 99542420, non, 0, 77, 45, F5 + 145, 0, 768, 105728, 99756692,tempo,66,bpm,, +11446, 2, 512, 105728, 99756692, nof, 1, 44, 0, +11447, 2, 0, 105728, 99756692, non, 1, 44, 22, G#2 + 146, 0, 256, 105984, 99983764,tempo,80,bpm,, + 2289, 1, 512, 105984, 99983764, nof, 0, 60, 0, + 2290, 1, 0, 105984, 99983764, non, 0, 60, 35, C4 +11448, 2, 512, 106240, 100171156, nof, 1, 44, 0, +11449, 2, 0, 106240, 100171156, non, 1, 32, 22, G#1 + 2291, 1, 307, 106291, 100208488, nof, 0, 77, 0, + 2292, 1, 0, 106291, 100208488, non, 0, 74, 42, D5 + 147, 0, 614, 106598, 100433212,tempo,90,bpm,, + 2293, 1, 307, 106598, 100433212, nof, 0, 74, 0, + 2294, 1, 0, 106598, 100433212, non, 0, 72, 40, C5 +11450, 2, 512, 106752, 100533466, nof, 1, 32, 0, +11451, 2, 0, 106752, 100533466, non, 1, 54, 22, F#3 + 2295, 1, 308, 106906, 100633720, nof, 0, 72, 0, + 2296, 1, 0, 106906, 100633720, non, 0, 69, 38, A4 + 2297, 1, 307, 107213, 100833577, nof, 0, 69, 0, + 2298, 1, 0, 107213, 100833577, non, 0, 66, 36, F#4 +11452, 2, 512, 107264, 100866778, nof, 1, 54, 0, +11453, 2, 0, 107264, 100866778, non, 1, 44, 22, G#2 + 2299, 1, 307, 107520, 101033434, nof, 0, 66, 0, + 2300, 1, 0, 107520, 101033434, nof, 0, 66, 0, + 2301, 1, 0, 107520, 101033434, non, 0, 65, 34, F4 + 2302, 1, 0, 107520, 101033434, non, 0, 66, 34, F#4 +11454, 2, 256, 107520, 101033434, ctl, 1, 64,127, +11455, 2, 0, 107520, 101033434, nof, 1, 44, 0, + 148, 0, 1178, 107776, 101200090,tempo,66,bpm,, +11456, 2, 256, 107776, 101200090, non, 1, 54, 22, F#3 + 149, 0, 512, 108288, 101654234,tempo,70,bpm,, +11457, 2, 512, 108288, 101654234, nof, 1, 54, 0, +11458, 2, 0, 108288, 101654234, non, 1, 44, 22, G#2 +11459, 2, 512, 108800, 102082778, nof, 1, 44, 0, +11460, 2, 0, 108800, 102082778, non, 1, 44, 22, G#2 + 150, 0, 768, 109056, 102297050,tempo,50,bpm,, + 2303, 1, 1536, 109056, 102297050, nof, 0, 60, 0, + 2304, 1, 0, 109056, 102297050, nof, 0, 65, 0, + 2305, 1, 0, 109056, 102297050, nof, 0, 66, 0, + 2306, 1, 0, 109056, 102297050, non, 0, 66, 44, F#4 + 2307, 1, 0, 109056, 102297050, non, 0, 65, 35, F4 +11461, 2, 512, 109312, 102596826, nof, 1, 44, 0, +11462, 2, 0, 109312, 102596826, non, 1, 32, 22, G#1 + 151, 0, 307, 109363, 102656547,tempo,80,bpm,, + 2308, 1, 307, 109363, 102656547, nof, 0, 65, 0, + 2309, 1, 0, 109363, 102656547, non, 0, 62, 34, D4 + 2310, 1, 205, 109568, 102806607, nof, 0, 66, 0, + 2311, 1, 0, 109568, 102806607, non, 0, 69, 50, A4 + 2312, 1, 102, 109670, 102881271, nof, 0, 62, 0, + 2313, 1, 0, 109670, 102881271, non, 0, 60, 33, C4 +11463, 2, 512, 109824, 102993999, nof, 1, 32, 0, + 2314, 1, 308, 109978, 103106727, nof, 0, 60, 0, + 2315, 1, 0, 109978, 103106727, non, 0, 57, 31, A3 + 2316, 1, 102, 110080, 103181391, nof, 0, 69, 0, + 2317, 1, 0, 110080, 103181391, non, 0, 74, 55, D5 + 2318, 1, 205, 110285, 103331451, nof, 0, 57, 0, + 2319, 1, 0, 110285, 103331451, non, 0, 54, 30, F#3 + 152, 0, 1229, 110592, 103556175,tsig,13,4,, + 153, 0, 0, 110592, 103556175,tempo,40,bpm,, + 2320, 1, 307, 110592, 103556175, nof, 0, 54, 0, + 2321, 1, 0, 110592, 103556175, nof, 0, 74, 0, + 2322, 1, 0, 110592, 103556175, non, 0, 66, 33, F#4 +11464, 2, 768, 110592, 103556175, ctl, 1, 64,127, +11465, 2, 0, 110592, 103556175, ctl, 1, 64,127, +11466, 2, 0, 110592, 103556175, ctl, 1, 64,127, +11467, 2, 0, 110592, 103556175, ctl, 1, 64, 0, +11468, 2, 0, 110592, 103556175, ctl, 1, 64,127, +11469, 2, 0, 110592, 103556175, ctl, 1, 64, 0, +11470, 2, 0, 110592, 103556175, ctl, 1, 64,127, +11471, 2, 0, 110592, 103556175, nof, 1, 57, 0, +11472, 2, 62, 110654, 103646943, ctl, 1, 64,127, + 2323, 1, 64, 110656, 103649871, nof, 0, 66, 0, + 2324, 1, 0, 110656, 103649871, non, 0, 69, 33, A4 +11473, 2, 56, 110710, 103728927, ctl, 1, 64, 0, +11474, 2, 5, 110715, 103736247, ctl, 1, 64, 0, + 2325, 1, 64, 110720, 103743567, nof, 0, 69, 0, + 2326, 1, 0, 110720, 103743567, non, 0, 72, 33, C5 +11475, 2, 5, 110720, 103743567, non, 1, 39, 21, D#2 +11476, 2, 0, 110720, 103743567, non, 1, 44, 21, G#2 +11477, 2, 49, 110769, 103815303, ctl, 1, 64,127, + 2327, 1, 64, 110784, 103837263, nof, 0, 72, 0, + 2328, 1, 0, 110784, 103837263, non, 0, 74, 33, D5 + 154, 0, 256, 110848, 103930959,tempo,50,bpm,, + 2329, 1, 64, 110848, 103930959, nof, 0, 74, 0, + 2330, 1, 0, 110848, 103930959, non, 0, 77, 54, F5 + 2331, 1, 0, 110848, 103930959, non, 0, 66, 33, F#4 + 2332, 1, 0, 110848, 103930959, non, 0, 69, 33, A4 +11478, 2, 79, 110848, 103930959, non, 1, 60, 30, C4 +11479, 2, 154, 111002, 104111293, nof, 1, 60, 0, +11480, 2, 0, 111002, 104111293, non, 1, 54, 30, F#3 + 155, 0, 307, 111155, 104290456,tempo,70,bpm,, + 2333, 1, 307, 111155, 104290456, nof, 0, 66, 0, + 2334, 1, 0, 111155, 104290456, nof, 0, 69, 0, + 2335, 1, 0, 111155, 104290456, non, 0, 74, 43, D5 +11481, 2, 153, 111155, 104290456, nof, 1, 54, 0, +11482, 2, 10, 111165, 104298826, ctl, 1, 64,127, + 156, 0, 307, 111462, 104547415,tempo,80,bpm,, + 2336, 1, 307, 111462, 104547415, nof, 0, 74, 0, + 2337, 1, 0, 111462, 104547415, non, 0, 72, 41, C5 +11483, 2, 297, 111462, 104547415, non, 1, 44, 30, G#2 +11484, 2, 154, 111616, 104660143, nof, 1, 44, 0, +11485, 2, 0, 111616, 104660143, non, 1, 39, 30, D#2 + 157, 0, 308, 111770, 104772871,tempo,90,bpm,, + 2338, 1, 308, 111770, 104772871, nof, 0, 72, 0, + 2339, 1, 0, 111770, 104772871, non, 0, 69, 39, A4 +11486, 2, 154, 111770, 104772871, nof, 1, 39, 0, +11487, 2, 102, 111872, 104839273, nof, 1, 39, 0, +11488, 2, 0, 111872, 104839273, nof, 1, 44, 0, +11489, 2, 179, 112051, 104955802, ctl, 1, 64, 0, + 2340, 1, 307, 112077, 104972728, nof, 0, 69, 0, + 2341, 1, 0, 112077, 104972728, non, 0, 66, 37, F#4 +11490, 2, 150, 112201, 105053452, ctl, 1, 64,127, + 158, 0, 460, 112230, 105072331,tempo,50,bpm,, +11491, 2, 29, 112230, 105072331, non, 1, 44, 21, G#2 +11492, 2, 0, 112230, 105072331, non, 1, 50, 21, D3 + 159, 0, 154, 112384, 105252665,tempo,70,bpm,, + 2342, 1, 307, 112384, 105252665, nof, 0, 66, 0, + 2343, 1, 0, 112384, 105252665, non, 0, 65, 28, F4 + 2344, 1, 0, 112384, 105252665, non, 0, 69, 35, A4 +11493, 2, 154, 112384, 105252665, non, 1, 65, 37, F4 + 160, 0, 307, 112691, 105509624,tempo,90,bpm,, +11494, 2, 307, 112691, 105509624, nof, 1, 65, 0, +11495, 2, 0, 112691, 105509624, non, 1, 62, 35, D4 +11496, 2, 307, 112998, 105709481, nof, 1, 62, 0, +11497, 2, 0, 112998, 105709481, non, 1, 60, 34, C4 +11498, 2, 308, 113306, 105909989, nof, 1, 60, 0, +11499, 2, 0, 113306, 105909989, non, 1, 57, 32, A3 + 2345, 1, 1024, 113408, 105976391, nof, 0, 77, 0, + 2346, 1, 0, 113408, 105976391, non, 0, 74, 50, D5 +11500, 2, 102, 113408, 105976391, nof, 1, 44, 0, +11501, 2, 0, 113408, 105976391, nof, 1, 50, 0, + 161, 0, 922, 113613, 106109846,tempo,120,bpm,, +11502, 2, 205, 113613, 106109846, nof, 1, 57, 0, +11503, 2, 0, 113613, 106109846, non, 1, 54, 30, F#3 + 162, 0, 307, 113920, 106259662,tempo,55,bpm,, + 2347, 1, 512, 113920, 106259662, nof, 0, 65, 0, + 2348, 1, 0, 113920, 106259662, nof, 0, 69, 0, + 2349, 1, 0, 113920, 106259662, nof, 0, 74, 0, + 2350, 1, 0, 113920, 106259662, non, 0, 66, 33, F#4 +11504, 2, 307, 113920, 106259662, ctl, 1, 64,127, +11505, 2, 0, 113920, 106259662, ctl, 1, 64,127, +11506, 2, 0, 113920, 106259662, ctl, 1, 64,127, +11507, 2, 0, 113920, 106259662, ctl, 1, 64, 0, +11508, 2, 0, 113920, 106259662, ctl, 1, 64,127, +11509, 2, 0, 113920, 106259662, ctl, 1, 64, 0, +11510, 2, 0, 113920, 106259662, ctl, 1, 64,127, +11511, 2, 0, 113920, 106259662, ctl, 1, 64, 0, +11512, 2, 0, 113920, 106259662, nof, 1, 54, 0, +11513, 2, 62, 113982, 106325692, ctl, 1, 64,127, + 2351, 1, 64, 113984, 106327822, nof, 0, 66, 0, + 2352, 1, 0, 113984, 106327822, non, 0, 69, 33, A4 +11514, 2, 56, 114038, 106385332, ctl, 1, 64, 0, +11515, 2, 5, 114043, 106390657, ctl, 1, 64, 0, + 2353, 1, 64, 114048, 106395982, nof, 0, 69, 0, + 2354, 1, 0, 114048, 106395982, non, 0, 72, 33, C5 +11516, 2, 5, 114048, 106395982, non, 1, 39, 21, D#2 +11517, 2, 0, 114048, 106395982, non, 1, 44, 21, G#2 +11518, 2, 49, 114097, 106448167, ctl, 1, 64,127, + 2355, 1, 64, 114112, 106464142, nof, 0, 72, 0, + 2356, 1, 0, 114112, 106464142, non, 0, 74, 33, D5 + 163, 0, 256, 114176, 106532302,tempo,70,bpm,, + 2357, 1, 64, 114176, 106532302, nof, 0, 74, 0, + 2358, 1, 0, 114176, 106532302, non, 0, 77, 54, F5 + 2359, 1, 0, 114176, 106532302, non, 0, 66, 33, F#4 + 2360, 1, 0, 114176, 106532302, non, 0, 69, 33, A4 +11519, 2, 79, 114176, 106532302, non, 1, 60, 30, C4 +11520, 2, 154, 114330, 106661200, nof, 1, 60, 0, +11521, 2, 0, 114330, 106661200, non, 1, 54, 30, F#3 + 164, 0, 307, 114483, 106789261,tempo,80,bpm,, + 2361, 1, 307, 114483, 106789261, nof, 0, 66, 0, + 2362, 1, 0, 114483, 106789261, nof, 0, 69, 0, + 2363, 1, 0, 114483, 106789261, non, 0, 74, 43, D5 +11522, 2, 153, 114483, 106789261, nof, 1, 54, 0, +11523, 2, 10, 114493, 106796581, ctl, 1, 64,127, + 165, 0, 307, 114790, 107013985,tempo,90,bpm,, + 2364, 1, 307, 114790, 107013985, nof, 0, 74, 0, + 2365, 1, 0, 114790, 107013985, non, 0, 72, 41, C5 +11524, 2, 297, 114790, 107013985, non, 1, 44, 30, G#2 +11525, 2, 154, 114944, 107114239, nof, 1, 44, 0, +11526, 2, 0, 114944, 107114239, non, 1, 39, 30, D#2 + 2366, 1, 308, 115098, 107214493, nof, 0, 72, 0, + 2367, 1, 0, 115098, 107214493, non, 0, 69, 39, A4 +11527, 2, 154, 115098, 107214493, nof, 1, 39, 0, +11528, 2, 102, 115200, 107280895, nof, 1, 39, 0, +11529, 2, 0, 115200, 107280895, nof, 1, 44, 0, +11530, 2, 179, 115379, 107397424, ctl, 1, 64, 0, + 2368, 1, 307, 115405, 107414350, nof, 0, 69, 0, + 2369, 1, 0, 115405, 107414350, non, 0, 66, 37, F#4 +11531, 2, 150, 115529, 107495074, ctl, 1, 64,127, + 166, 0, 768, 115558, 107513953,tempo,50,bpm,, +11532, 2, 29, 115558, 107513953, non, 1, 44, 21, G#2 +11533, 2, 0, 115558, 107513953, non, 1, 50, 21, D3 + 167, 0, 154, 115712, 107694287,tempo,70,bpm,, + 2370, 1, 307, 115712, 107694287, nof, 0, 66, 0, + 2371, 1, 0, 115712, 107694287, non, 0, 65, 28, F4 + 2372, 1, 0, 115712, 107694287, non, 0, 69, 35, A4 +11534, 2, 154, 115712, 107694287, non, 1, 65, 37, F4 + 168, 0, 307, 116019, 107951246,tempo,90,bpm,, +11535, 2, 307, 116019, 107951246, nof, 1, 65, 0, +11536, 2, 0, 116019, 107951246, non, 1, 62, 35, D4 +11537, 2, 307, 116326, 108151103, nof, 1, 62, 0, +11538, 2, 0, 116326, 108151103, non, 1, 60, 34, C4 +11539, 2, 308, 116634, 108351611, nof, 1, 60, 0, +11540, 2, 0, 116634, 108351611, non, 1, 57, 32, A3 + 2373, 1, 1024, 116736, 108418013, nof, 0, 77, 0, + 2374, 1, 0, 116736, 108418013, non, 0, 74, 50, D5 +11541, 2, 102, 116736, 108418013, nof, 1, 44, 0, +11542, 2, 0, 116736, 108418013, nof, 1, 50, 0, + 169, 0, 922, 116941, 108551468,tempo,120,bpm,, +11543, 2, 205, 116941, 108551468, nof, 1, 57, 0, +11544, 2, 0, 116941, 108551468, non, 1, 54, 30, F#3 + 170, 0, 307, 117248, 108701284,tempo,60,bpm,, + 2375, 1, 512, 117248, 108701284, nof, 0, 65, 0, + 2376, 1, 0, 117248, 108701284, nof, 0, 69, 0, + 2377, 1, 0, 117248, 108701284, nof, 0, 74, 0, + 2378, 1, 0, 117248, 108701284, non, 0, 66, 33, F#4 +11545, 2, 307, 117248, 108701284, ctl, 1, 64,127, +11546, 2, 0, 117248, 108701284, ctl, 1, 64,127, +11547, 2, 0, 117248, 108701284, ctl, 1, 64,127, +11548, 2, 0, 117248, 108701284, ctl, 1, 64, 0, +11549, 2, 0, 117248, 108701284, ctl, 1, 64,127, +11550, 2, 0, 117248, 108701284, ctl, 1, 64, 0, +11551, 2, 0, 117248, 108701284, ctl, 1, 64,127, +11552, 2, 0, 117248, 108701284, ctl, 1, 64, 0, +11553, 2, 0, 117248, 108701284, ctl, 1, 64, 0, +11554, 2, 0, 117248, 108701284, nof, 1, 54, 0, +11555, 2, 62, 117310, 108761796, ctl, 1, 64,127, + 2379, 1, 64, 117312, 108763748, nof, 0, 66, 0, + 2380, 1, 0, 117312, 108763748, non, 0, 69, 33, A4 +11556, 2, 56, 117366, 108816452, ctl, 1, 64, 0, +11557, 2, 5, 117371, 108821332, ctl, 1, 64, 0, + 2381, 1, 64, 117376, 108826212, nof, 0, 69, 0, + 2382, 1, 0, 117376, 108826212, non, 0, 72, 33, C5 +11558, 2, 5, 117376, 108826212, non, 1, 39, 21, D#2 +11559, 2, 0, 117376, 108826212, non, 1, 44, 21, G#2 +11560, 2, 49, 117425, 108874036, ctl, 1, 64,127, + 2383, 1, 64, 117440, 108888676, nof, 0, 72, 0, + 2384, 1, 0, 117440, 108888676, non, 0, 74, 33, D5 + 171, 0, 256, 117504, 108951140,tempo,80,bpm,, + 2385, 1, 64, 117504, 108951140, nof, 0, 74, 0, + 2386, 1, 0, 117504, 108951140, non, 0, 77, 54, F5 + 2387, 1, 0, 117504, 108951140, non, 0, 66, 33, F#4 + 2388, 1, 0, 117504, 108951140, non, 0, 69, 33, A4 +11561, 2, 79, 117504, 108951140, non, 1, 60, 30, C4 +11562, 2, 154, 117658, 109063868, nof, 1, 60, 0, +11563, 2, 0, 117658, 109063868, non, 1, 54, 30, F#3 + 172, 0, 307, 117811, 109175864,tempo,90,bpm,, + 2389, 1, 307, 117811, 109175864, nof, 0, 66, 0, + 2390, 1, 0, 117811, 109175864, nof, 0, 69, 0, + 2391, 1, 0, 117811, 109175864, non, 0, 74, 43, D5 +11564, 2, 153, 117811, 109175864, nof, 1, 54, 0, +11565, 2, 10, 117821, 109182374, ctl, 1, 64,127, + 173, 0, 307, 118118, 109375721,tempo,100,bpm,, + 2392, 1, 307, 118118, 109375721, nof, 0, 74, 0, + 2393, 1, 0, 118118, 109375721, non, 0, 72, 41, C5 +11566, 2, 297, 118118, 109375721, non, 1, 44, 30, G#2 +11567, 2, 154, 118272, 109465811, nof, 1, 44, 0, +11568, 2, 0, 118272, 109465811, non, 1, 39, 30, D#2 + 2394, 1, 308, 118426, 109555901, nof, 0, 72, 0, + 2395, 1, 0, 118426, 109555901, non, 0, 69, 39, A4 +11569, 2, 154, 118426, 109555901, nof, 1, 39, 0, +11570, 2, 102, 118528, 109615571, nof, 1, 39, 0, +11571, 2, 0, 118528, 109615571, nof, 1, 44, 0, +11572, 2, 179, 118707, 109720286, ctl, 1, 64, 0, + 174, 0, 615, 118733, 109735496,tempo,50,bpm,, + 2396, 1, 307, 118733, 109735496, nof, 0, 69, 0, + 2397, 1, 0, 118733, 109735496, non, 0, 66, 37, F#4 +11573, 2, 150, 118857, 109880700, ctl, 1, 64,127, +11574, 2, 29, 118886, 109914659, non, 1, 35, 21, B1 +11575, 2, 0, 118886, 109914659, non, 1, 41, 33, F2 + 175, 0, 307, 119040, 110094993,tempo,70,bpm,, + 176, 0, 0, 119040, 110094993,tempo,80,bpm,, + 2398, 1, 307, 119040, 110094993, nof, 0, 77, 0, + 2399, 1, 0, 119040, 110094993, nof, 0, 66, 0, + 2400, 1, 0, 119040, 110094993, non, 0, 69, 28, A4 + 2401, 1, 0, 119040, 110094993, non, 0, 72, 35, C5 + 2402, 1, 0, 119040, 110094993, non, 0, 80, 62, G#5 +11576, 2, 154, 119040, 110094993, non, 1, 48, 41, C3 +11577, 2, 0, 119040, 110094993, non, 1, 60, 53, C4 + 177, 0, 307, 119347, 110319717,tempo,100,bpm,, + 2403, 1, 307, 119347, 110319717, nof, 0, 69, 0, + 2404, 1, 0, 119347, 110319717, nof, 0, 72, 0, + 2405, 1, 0, 119347, 110319717, non, 0, 77, 55, F5 + 178, 0, 307, 119654, 110499312,tempo,110,bpm,, + 2406, 1, 307, 119654, 110499312, nof, 0, 77, 0, + 2407, 1, 0, 119654, 110499312, non, 0, 75, 51, D#5 + 2408, 1, 308, 119962, 110663168, nof, 0, 75, 0, + 2409, 1, 0, 119962, 110663168, non, 0, 72, 48, C5 +11578, 2, 1024, 120064, 110717432, nof, 1, 35, 0, +11579, 2, 0, 120064, 110717432, nof, 1, 41, 0, + 2410, 1, 307, 120269, 110826492, nof, 0, 72, 0, + 2411, 1, 0, 120269, 110826492, non, 0, 69, 44, A4 + 179, 0, 922, 120576, 110989816,tsig,6,3,, + 180, 0, 0, 120576, 110989816,tempo,90,bpm,, + 2412, 1, 307, 120576, 110989816, nof, 0, 69, 0, + 2413, 1, 0, 120576, 110989816, non, 0, 68, 48, G#4 +11580, 2, 512, 120576, 110989816, ctl, 1, 64,127, +11581, 2, 0, 120576, 110989816, ctl, 1, 64,127, +11582, 2, 0, 120576, 110989816, ctl, 1, 64,127, +11583, 2, 0, 120576, 110989816, ctl, 1, 64, 0, +11584, 2, 0, 120576, 110989816, ctl, 1, 64,127, +11585, 2, 0, 120576, 110989816, ctl, 1, 64, 0, +11586, 2, 0, 120576, 110989816, ctl, 1, 64,127, +11587, 2, 0, 120576, 110989816, ctl, 1, 64, 0, +11588, 2, 0, 120576, 110989816, ctl, 1, 64, 0, +11589, 2, 0, 120576, 110989816, ctl, 1, 64, 0, +11590, 2, 62, 120638, 111030178, ctl, 1, 64,127, +11591, 2, 56, 120694, 111066634, ctl, 1, 64, 0, +11592, 2, 5, 120699, 111069889, ctl, 1, 64, 0, +11593, 2, 54, 120753, 111105043, ctl, 1, 64,127, + 181, 0, 307, 120883, 111189673,tempo,100,bpm,, + 2414, 1, 307, 120883, 111189673, nof, 0, 68, 0, + 2415, 1, 0, 120883, 111189673, non, 0, 65, 46, F4 +11594, 2, 396, 121149, 111345283, ctl, 1, 64,127, + 2416, 1, 307, 121190, 111369268, nof, 0, 65, 0, + 2417, 1, 0, 121190, 111369268, non, 0, 63, 44, D#4 + 2418, 1, 308, 121498, 111549448, nof, 0, 63, 0, + 2419, 1, 0, 121498, 111549448, non, 0, 60, 42, C4 + 2420, 1, 307, 121805, 111729043, nof, 0, 60, 0, + 2421, 1, 0, 121805, 111729043, non, 0, 57, 40, A3 + 182, 0, 973, 121856, 111758878,tempo,70,bpm,, +11595, 2, 707, 121856, 111758878, non, 1, 32, 46, G#1 +11596, 2, 0, 121856, 111758878, non, 1, 38, 58, D2 +11597, 2, 179, 122035, 111908701, ctl, 1, 64, 0, + 183, 0, 256, 122112, 111973150,tempo,90,bpm,, + 2422, 1, 307, 122112, 111973150, nof, 0, 80, 0, + 2423, 1, 0, 122112, 111973150, nof, 0, 57, 0, + 2424, 1, 0, 122112, 111973150, non, 0, 72, 46, C5 + 2425, 1, 0, 122112, 111973150, non, 0, 75, 46, D#5 + 2426, 1, 0, 122112, 111973150, non, 0, 83, 67, B5 +11598, 2, 77, 122112, 111973150, nof, 1, 48, 0, +11599, 2, 0, 122112, 111973150, nof, 1, 60, 0, +11600, 2, 0, 122112, 111973150, non, 1, 51, 55, D#3 +11601, 2, 0, 122112, 111973150, non, 1, 63, 67, D#4 +11602, 2, 73, 122185, 112020673, ctl, 1, 64,127, + 184, 0, 307, 122419, 112173007,tempo,110,bpm,, + 2427, 1, 307, 122419, 112173007, nof, 0, 72, 0, + 2428, 1, 0, 122419, 112173007, nof, 0, 75, 0, + 2429, 1, 0, 122419, 112173007, nof, 0, 83, 0, + 2430, 1, 0, 122419, 112173007, non, 0, 80, 55, G#5 + 2431, 1, 307, 122726, 112336331, nof, 0, 80, 0, + 2432, 1, 0, 122726, 112336331, non, 0, 78, 53, F#5 + 2433, 1, 308, 123034, 112500187, nof, 0, 78, 0, + 2434, 1, 0, 123034, 112500187, non, 0, 75, 50, D#5 + 185, 0, 922, 123341, 112663511,tempo,50,bpm,, + 2435, 1, 307, 123341, 112663511, nof, 0, 75, 0, + 2436, 1, 0, 123341, 112663511, non, 0, 72, 47, C5 + 186, 0, 307, 123648, 113023008,tempo,70,bpm,, + 2437, 1, 307, 123648, 113023008, nof, 0, 72, 0, +11603, 2, 1463, 123648, 113023008, ctl, 1, 64,127, +11604, 2, 0, 123648, 113023008, nof, 1, 32, 0, +11605, 2, 0, 123648, 113023008, nof, 1, 38, 0, +11606, 2, 0, 123648, 113023008, nof, 1, 51, 0, +11607, 2, 0, 123648, 113023008, nof, 1, 63, 0, +11608, 2, 0, 123648, 113023008, non, 1, 29, 25, F1 +11609, 2, 0, 123648, 113023008, non, 1, 35, 25, B1 +11610, 2, 0, 123648, 113023008, non, 1, 42, 25, F#2 +11611, 2, 0, 123648, 113023008, non, 1, 54, 25, F#3 +11612, 2, 125, 123773, 113127633, ctl, 1, 64, 0, +11613, 2, 209, 123982, 113302566, ctl, 1, 64,127, +11614, 2, 690, 124672, 113880096, nof, 1, 42, 0, +11615, 2, 0, 124672, 113880096, nof, 1, 54, 0, +11616, 2, 256, 124928, 114094368, non, 1, 47, 38, B2 +11617, 2, 0, 124928, 114094368, non, 1, 59, 50, B3 + 2438, 1, 1536, 125184, 114308640, non, 0, 86, 44, D6 +11618, 2, 256, 125184, 114308640, nof, 1, 29, 0, +11619, 2, 0, 125184, 114308640, nof, 1, 35, 0, +11620, 2, 0, 125184, 114308640, nof, 1, 47, 0, +11621, 2, 0, 125184, 114308640, nof, 1, 59, 0, +11622, 2, 0, 125184, 114308640, non, 1, 54, 43, F#3 +11623, 2, 0, 125184, 114308640, non, 1, 66, 55, F#4 + 187, 0, 1843, 125491, 114565599,tempo,90,bpm,, + 2439, 1, 307, 125491, 114565599, nof, 0, 86, 0, + 2440, 1, 0, 125491, 114565599, non, 0, 83, 42, B5 + 2441, 1, 307, 125798, 114765456, nof, 0, 83, 0, + 2442, 1, 0, 125798, 114765456, non, 0, 81, 41, A5 + 2443, 1, 308, 126106, 114965964, nof, 0, 81, 0, + 2444, 1, 0, 126106, 114965964, non, 0, 78, 39, F#5 + 2445, 1, 307, 126413, 115165821, nof, 0, 78, 0, + 2446, 1, 0, 126413, 115165821, non, 0, 75, 37, D#5 + 188, 0, 1229, 126720, 115365678,tempo,70,bpm,, + 2447, 1, 307, 126720, 115365678, nof, 0, 75, 0, + 2448, 1, 0, 126720, 115365678, non, 0, 74, 43, D5 +11624, 2, 1536, 126720, 115365678, ctl, 1, 64,127, + 189, 0, 307, 127027, 115622637,tempo,90,bpm,, + 2449, 1, 307, 127027, 115622637, non, 0, 71, 35, B4 + 2450, 1, 307, 127334, 115822494, nof, 0, 71, 0, + 2451, 1, 0, 127334, 115822494, non, 0, 69, 32, A4 + 2452, 1, 308, 127642, 116023002, nof, 0, 69, 0, + 2453, 1, 0, 127642, 116023002, non, 0, 66, 30, F#4 + 2454, 1, 307, 127949, 116222859, nof, 0, 66, 0, + 2455, 1, 0, 127949, 116222859, non, 0, 63, 27, D#4 + 190, 0, 1229, 128256, 116422716,tempo,70,bpm,, + 2456, 1, 307, 128256, 116422716, nof, 0, 74, 0, + 2457, 1, 0, 128256, 116422716, nof, 0, 63, 0, + 2458, 1, 0, 128256, 116422716, non, 0, 66, 55, F#4 + 2459, 1, 0, 128256, 116422716, non, 0, 80, 40, G#5 +11625, 2, 1536, 128256, 116422716, ctl, 1, 64, 0, +11626, 2, 0, 128256, 116422716, nof, 1, 54, 0, +11627, 2, 0, 128256, 116422716, nof, 1, 66, 0, +11628, 2, 0, 128256, 116422716, non, 1, 48, 31, C3 +11629, 2, 0, 128256, 116422716, non, 1, 60, 43, C4 +11630, 2, 209, 128465, 116597649, ctl, 1, 64,127, + 191, 0, 307, 128563, 116679675,tempo,80,bpm,, + 2460, 1, 307, 128563, 116679675, nof, 0, 80, 0, + 2461, 1, 0, 128563, 116679675, non, 0, 77, 39, F5 + 2462, 1, 205, 128768, 116829735, nof, 0, 66, 0, + 2463, 1, 0, 128768, 116829735, non, 0, 65, 53, F4 +11631, 2, 303, 128768, 116829735, non, 1, 35, 25, B1 + 2464, 1, 102, 128870, 116904399, nof, 0, 77, 0, + 2465, 1, 0, 128870, 116904399, non, 0, 75, 37, D#5 +11632, 2, 256, 129024, 117017127, non, 1, 29, 25, F1 + 192, 0, 615, 129178, 117129855,tempo,90,bpm,, + 2466, 1, 308, 129178, 117129855, nof, 0, 75, 0, + 2467, 1, 0, 129178, 117129855, non, 0, 72, 35, C5 + 2468, 1, 102, 129280, 117196257, nof, 0, 65, 0, + 2469, 1, 0, 129280, 117196257, non, 0, 63, 51, D#4 + 2470, 1, 205, 129485, 117329712, nof, 0, 72, 0, + 2471, 1, 0, 129485, 117329712, non, 0, 69, 34, A4 +11633, 2, 512, 129536, 117362913, nof, 1, 29, 0, +11634, 2, 0, 129536, 117362913, nof, 1, 35, 0, + 193, 0, 614, 129792, 117529569,tempo,66,bpm,, + 2472, 1, 307, 129792, 117529569, nof, 0, 63, 0, + 2473, 1, 0, 129792, 117529569, nof, 0, 69, 0, + 2474, 1, 0, 129792, 117529569, non, 0, 62, 50, D4 +11635, 2, 256, 129792, 117529569, ctl, 1, 64,127, +11636, 2, 0, 129792, 117529569, nof, 1, 48, 0, +11637, 2, 0, 129792, 117529569, nof, 1, 60, 0, +11638, 2, 0, 129792, 117529569, non, 1, 42, 25, F#2 +11639, 2, 0, 129792, 117529569, non, 1, 54, 25, F#3 +11640, 2, 98, 129890, 117616495, ctl, 1, 64, 0, +11641, 2, 163, 130053, 117761076, ctl, 1, 64,127, + 194, 0, 512, 130304, 117983713,tempo,70,bpm,, + 2475, 1, 512, 130304, 117983713, nof, 0, 62, 0, + 2476, 1, 0, 130304, 117983713, non, 0, 59, 44, B3 +11642, 2, 251, 130304, 117983713, non, 1, 35, 25, B1 +11643, 2, 256, 130560, 118197985, non, 1, 29, 25, F1 + 2477, 1, 512, 130816, 118412257, nof, 0, 59, 0, + 2478, 1, 0, 130816, 118412257, non, 0, 63, 42, D#4 +11644, 2, 512, 131072, 118626529, nof, 1, 29, 0, +11645, 2, 0, 131072, 118626529, nof, 1, 35, 0, + 2479, 1, 512, 131328, 118840801, non, 0, 62, 40, D4 +11646, 2, 272, 131344, 118854193, ctl, 1, 64, 0, +11647, 2, 196, 131540, 119018245, ctl, 1, 64,127, + 195, 0, 1331, 131635, 119097760,tempo,90,bpm,, + 2480, 1, 307, 131635, 119097760, nof, 0, 62, 0, + 2481, 1, 0, 131635, 119097760, non, 0, 59, 38, B3 + 2482, 1, 205, 131840, 119231215, nof, 0, 63, 0, + 2483, 1, 0, 131840, 119231215, non, 0, 66, 38, F#4 + 2484, 1, 102, 131942, 119297617, nof, 0, 59, 0, + 2485, 1, 0, 131942, 119297617, non, 0, 57, 35, A3 + 196, 0, 615, 132250, 119498125,tempo,80,bpm,, + 2486, 1, 308, 132250, 119498125, nof, 0, 57, 0, + 2487, 1, 0, 132250, 119498125, non, 0, 54, 32, F#3 + 197, 0, 102, 132352, 119572789,tempo,70,bpm,, + 2488, 1, 102, 132352, 119572789, nof, 0, 66, 0, + 2489, 1, 0, 132352, 119572789, non, 0, 71, 37, B4 + 198, 0, 205, 132557, 119744374,tempo,50,bpm,, + 2490, 1, 205, 132557, 119744374, nof, 0, 54, 0, + 2491, 1, 0, 132557, 119744374, non, 0, 51, 30, D#3 + 199, 0, 307, 132864, 120103871,tempo,50,bpm,, + 2492, 1, 307, 132864, 120103871, nof, 0, 71, 0, + 2493, 1, 0, 132864, 120103871, nof, 0, 51, 0, + 2494, 1, 0, 132864, 120103871, non, 0, 50, 24, D3 + 2495, 1, 0, 132864, 120103871, non, 0, 74, 33, D5 +11648, 2, 1324, 132864, 120103871, ctl, 1, 64,127, +11649, 2, 376, 133240, 120544167, ctl, 1, 64, 0, + 200, 0, 512, 133376, 120703423,tempo,70,bpm,, +11650, 2, 136, 133376, 120703423, non, 1, 35, 22, B1 +11651, 2, 207, 133583, 120876682, ctl, 1, 64,127, +11652, 2, 49, 133632, 120917695, non, 1, 29, 22, F1 +11653, 2, 640, 134272, 121453375, nof, 1, 29, 0, +11654, 2, 0, 134272, 121453375, nof, 1, 35, 0, +11655, 2, 0, 134272, 121453375, non, 1, 29, 22, F1 +11656, 2, 0, 134272, 121453375, non, 1, 35, 22, B1 + 201, 0, 1024, 134400, 121560511,tempo,66,bpm,, + 2496, 1, 1536, 134400, 121560511, nof, 0, 50, 0, + 2497, 1, 0, 134400, 121560511, nof, 0, 74, 0, + 2498, 1, 0, 134400, 121560511, non, 0, 80, 40, G#5 + 2499, 1, 0, 134400, 121560511, non, 0, 66, 55, F#4 +11657, 2, 128, 134400, 121560511, nof, 1, 42, 0, +11658, 2, 0, 134400, 121560511, nof, 1, 54, 0, +11659, 2, 0, 134400, 121560511, non, 1, 48, 34, C3 +11660, 2, 0, 134400, 121560511, non, 1, 60, 46, C4 + 202, 0, 307, 134707, 121832820,tempo,80,bpm,, + 2500, 1, 307, 134707, 121832820, nof, 0, 80, 0, + 2501, 1, 0, 134707, 121832820, non, 0, 77, 39, F5 + 2502, 1, 205, 134912, 121982880, nof, 0, 66, 0, + 2503, 1, 0, 134912, 121982880, non, 0, 65, 53, F4 + 2504, 1, 102, 135014, 122057544, nof, 0, 77, 0, + 2505, 1, 0, 135014, 122057544, non, 0, 75, 37, D#5 + 203, 0, 615, 135322, 122283000,tempo,90,bpm,, + 2506, 1, 308, 135322, 122283000, nof, 0, 75, 0, + 2507, 1, 0, 135322, 122283000, non, 0, 72, 35, C5 + 2508, 1, 102, 135424, 122349402, nof, 0, 65, 0, + 2509, 1, 0, 135424, 122349402, non, 0, 63, 51, D#4 + 2510, 1, 205, 135629, 122482857, nof, 0, 72, 0, + 2511, 1, 0, 135629, 122482857, non, 0, 69, 34, A4 + 204, 0, 614, 135936, 122682714,tempo,70,bpm,, + 2512, 1, 307, 135936, 122682714, nof, 0, 63, 0, + 2513, 1, 0, 135936, 122682714, nof, 0, 69, 0, +11661, 2, 1536, 135936, 122682714, ctl, 1, 64,127, +11662, 2, 0, 135936, 122682714, ctl, 1, 64, 0, +11663, 2, 0, 135936, 122682714, nof, 1, 29, 0, +11664, 2, 0, 135936, 122682714, nof, 1, 35, 0, +11665, 2, 0, 135936, 122682714, nof, 1, 48, 0, +11666, 2, 0, 135936, 122682714, nof, 1, 60, 0, +11667, 2, 0, 135936, 122682714, non, 1, 29, 25, F1 +11668, 2, 0, 135936, 122682714, non, 1, 35, 25, B1 +11669, 2, 0, 135936, 122682714, non, 1, 42, 25, F#2 +11670, 2, 0, 135936, 122682714, non, 1, 54, 25, F#3 +11671, 2, 125, 136061, 122787339, ctl, 1, 64, 0, +11672, 2, 209, 136270, 122962272, ctl, 1, 64,127, +11673, 2, 690, 136960, 123539802, nof, 1, 42, 0, +11674, 2, 0, 136960, 123539802, nof, 1, 54, 0, +11675, 2, 256, 137216, 123754074, non, 1, 35, 38, B1 +11676, 2, 0, 137216, 123754074, non, 1, 47, 50, B2 + 2514, 1, 1536, 137472, 123968346, non, 0, 74, 44, D5 +11677, 2, 256, 137472, 123968346, nof, 1, 29, 0, +11678, 2, 0, 137472, 123968346, nof, 1, 35, 0, +11679, 2, 0, 137472, 123968346, nof, 1, 35, 0, +11680, 2, 0, 137472, 123968346, nof, 1, 47, 0, +11681, 2, 0, 137472, 123968346, non, 1, 42, 43, F#2 +11682, 2, 0, 137472, 123968346, non, 1, 54, 43, F#3 + 205, 0, 1843, 137779, 124225305,tempo,90,bpm,, + 2515, 1, 307, 137779, 124225305, nof, 0, 74, 0, + 2516, 1, 0, 137779, 124225305, non, 0, 71, 42, B4 + 2517, 1, 307, 138086, 124425162, nof, 0, 71, 0, + 2518, 1, 0, 138086, 124425162, non, 0, 69, 41, A4 + 2519, 1, 308, 138394, 124625670, nof, 0, 69, 0, + 2520, 1, 0, 138394, 124625670, non, 0, 66, 39, F#4 + 2521, 1, 307, 138701, 124825527, nof, 0, 66, 0, + 2522, 1, 0, 138701, 124825527, non, 0, 63, 37, D#4 + 206, 0, 1229, 139008, 125025384,tempo,70,bpm,, + 2523, 1, 307, 139008, 125025384, nof, 0, 63, 0, + 2524, 1, 0, 139008, 125025384, non, 0, 62, 43, D4 +11683, 2, 1536, 139008, 125025384, ctl, 1, 64,127, + 207, 0, 307, 139315, 125282343,tempo,90,bpm,, + 2525, 1, 307, 139315, 125282343, non, 0, 59, 35, B3 + 2526, 1, 307, 139622, 125482200, nof, 0, 59, 0, + 2527, 1, 0, 139622, 125482200, non, 0, 57, 32, A3 + 2528, 1, 308, 139930, 125682708, nof, 0, 57, 0, + 2529, 1, 0, 139930, 125682708, non, 0, 54, 30, F#3 + 2530, 1, 307, 140237, 125882565, nof, 0, 54, 0, + 2531, 1, 0, 140237, 125882565, non, 0, 51, 27, D#3 + 208, 0, 1229, 140544, 126082422,tempo,70,bpm,, + 2532, 1, 307, 140544, 126082422, nof, 0, 62, 0, + 2533, 1, 0, 140544, 126082422, nof, 0, 51, 0, + 2534, 1, 0, 140544, 126082422, non, 0, 54, 55, F#3 + 2535, 1, 0, 140544, 126082422, non, 0, 68, 40, G#4 +11684, 2, 1536, 140544, 126082422, ctl, 1, 64, 0, +11685, 2, 0, 140544, 126082422, nof, 1, 42, 0, +11686, 2, 0, 140544, 126082422, nof, 1, 54, 0, +11687, 2, 0, 140544, 126082422, non, 1, 48, 31, C3 +11688, 2, 209, 140753, 126257355, ctl, 1, 64,127, + 209, 0, 307, 140851, 126339381,tempo,80,bpm,, + 2536, 1, 307, 140851, 126339381, nof, 0, 68, 0, + 2537, 1, 0, 140851, 126339381, non, 0, 65, 39, F4 + 2538, 1, 205, 141056, 126489441, nof, 0, 54, 0, + 2539, 1, 0, 141056, 126489441, non, 0, 53, 53, F3 +11689, 2, 303, 141056, 126489441, non, 1, 35, 25, B1 + 2540, 1, 102, 141158, 126564105, nof, 0, 65, 0, + 2541, 1, 0, 141158, 126564105, non, 0, 63, 37, D#4 +11690, 2, 256, 141312, 126676833, non, 1, 29, 25, F1 + 210, 0, 615, 141466, 126789561,tempo,90,bpm,, + 2542, 1, 308, 141466, 126789561, nof, 0, 63, 0, + 2543, 1, 0, 141466, 126789561, non, 0, 60, 35, C4 + 2544, 1, 102, 141568, 126855963, nof, 0, 53, 0, + 2545, 1, 0, 141568, 126855963, non, 0, 51, 51, D#3 + 2546, 1, 205, 141773, 126989418, nof, 0, 60, 0, + 2547, 1, 0, 141773, 126989418, non, 0, 57, 34, A3 +11691, 2, 512, 141824, 127022619, nof, 1, 29, 0, +11692, 2, 0, 141824, 127022619, nof, 1, 35, 0, + 211, 0, 614, 142080, 127189275,tempo,66,bpm,, + 2548, 1, 307, 142080, 127189275, nof, 0, 51, 0, + 2549, 1, 0, 142080, 127189275, nof, 0, 57, 0, + 2550, 1, 0, 142080, 127189275, non, 0, 50, 50, D3 +11693, 2, 256, 142080, 127189275, ctl, 1, 64,127, +11694, 2, 0, 142080, 127189275, ctl, 1, 64,127, +11695, 2, 0, 142080, 127189275, nof, 1, 48, 0, +11696, 2, 0, 142080, 127189275, non, 1, 42, 25, F#2 +11697, 2, 62, 142142, 127244269, ctl, 1, 64,127, +11698, 2, 36, 142178, 127276201, ctl, 1, 64, 0, +11699, 2, 20, 142198, 127293941, ctl, 1, 64, 0, +11700, 2, 143, 142341, 127420782, ctl, 1, 64,127, +11701, 2, 54, 142395, 127468680, ctl, 1, 64,127, + 212, 0, 512, 142592, 127643419,tempo,70,bpm,, + 2551, 1, 512, 142592, 127643419, nof, 0, 50, 0, + 2552, 1, 0, 142592, 127643419, non, 0, 47, 44, B2 +11702, 2, 197, 142592, 127643419, non, 1, 35, 25, B1 +11703, 2, 248, 142840, 127850995, ctl, 1, 64, 0, +11704, 2, 8, 142848, 127857691, non, 1, 29, 25, F1 + 2553, 1, 512, 143104, 128071963, nof, 0, 47, 0, + 2554, 1, 0, 143104, 128071963, non, 0, 51, 42, D#3 + 2555, 1, 512, 143616, 128500507, non, 0, 50, 40, D3 +11705, 2, 784, 143632, 128513899, ctl, 1, 64, 0, +11706, 2, 4, 143636, 128517247, ctl, 1, 64, 0, +11707, 2, 57, 143693, 128564956, ctl, 1, 64, 0, +11708, 2, 4, 143697, 128568304, ctl, 1, 64,127, + 213, 0, 1331, 143923, 128757466,tempo,90,bpm,, + 2556, 1, 307, 143923, 128757466, nof, 0, 50, 0, + 2557, 1, 0, 143923, 128757466, non, 0, 47, 38, B2 + 2558, 1, 205, 144128, 128890921, nof, 0, 51, 0, + 2559, 1, 0, 144128, 128890921, non, 0, 54, 38, F#3 + 2560, 1, 102, 144230, 128957323, nof, 0, 47, 0, + 2561, 1, 0, 144230, 128957323, non, 0, 45, 35, A2 + 214, 0, 615, 144538, 129157831,tempo,80,bpm,, + 2562, 1, 308, 144538, 129157831, nof, 0, 45, 0, + 2563, 1, 0, 144538, 129157831, non, 0, 42, 32, F#2 + 215, 0, 102, 144640, 129232495,tempo,70,bpm,, + 2564, 1, 102, 144640, 129232495, nof, 0, 54, 0, + 2565, 1, 0, 144640, 129232495, non, 0, 59, 37, B3 + 216, 0, 205, 144845, 129404080,tempo,50,bpm,, + 2566, 1, 205, 144845, 129404080, nof, 0, 42, 0, + 2567, 1, 0, 144845, 129404080, non, 0, 39, 30, D#2 + 217, 0, 307, 145152, 129763577,tempo,50,bpm,, + 2568, 1, 307, 145152, 129763577, nof, 0, 59, 0, + 2569, 1, 0, 145152, 129763577, nof, 0, 39, 0, + 2570, 1, 0, 145152, 129763577, non, 0, 62, 33, D4 +11709, 2, 1455, 145152, 129763577, ctl, 1, 64,127, +11710, 2, 0, 145152, 129763577, nof, 1, 29, 0, +11711, 2, 0, 145152, 129763577, nof, 1, 35, 0, +11712, 2, 376, 145528, 130203873, ctl, 1, 64, 0, + 218, 0, 512, 145664, 130363129,tempo,70,bpm,, +11713, 2, 136, 145664, 130363129, non, 1, 35, 22, B1 +11714, 2, 207, 145871, 130536388, ctl, 1, 64,127, +11715, 2, 49, 145920, 130577401, non, 1, 29, 22, F1 +11716, 2, 512, 146432, 131005945, nof, 1, 29, 0, +11717, 2, 0, 146432, 131005945, nof, 1, 35, 0, +11718, 2, 128, 146560, 131113081, non, 1, 29, 22, F1 +11719, 2, 0, 146560, 131113081, non, 1, 35, 22, B1 + 219, 0, 1024, 146688, 131220217,tempo,66,bpm,, + 2571, 1, 1536, 146688, 131220217, nof, 0, 62, 0, + 2572, 1, 0, 146688, 131220217, non, 0, 68, 31, G#4 + 2573, 1, 0, 146688, 131220217, non, 0, 54, 46, F#3 +11720, 2, 128, 146688, 131220217, nof, 1, 42, 0, +11721, 2, 0, 146688, 131220217, non, 1, 48, 34, C3 + 220, 0, 307, 146995, 131492526,tempo,80,bpm,, + 2574, 1, 307, 146995, 131492526, nof, 0, 68, 0, + 2575, 1, 0, 146995, 131492526, non, 0, 65, 30, F4 + 2576, 1, 205, 147200, 131642586, nof, 0, 54, 0, + 2577, 1, 0, 147200, 131642586, non, 0, 53, 44, F3 + 2578, 1, 102, 147302, 131717250, nof, 0, 65, 0, + 2579, 1, 0, 147302, 131717250, non, 0, 63, 28, D#4 + 221, 0, 615, 147610, 131942706,tempo,90,bpm,, + 2580, 1, 308, 147610, 131942706, nof, 0, 63, 0, + 2581, 1, 0, 147610, 131942706, non, 0, 60, 26, C4 + 2582, 1, 102, 147712, 132009108, nof, 0, 53, 0, + 2583, 1, 0, 147712, 132009108, non, 0, 51, 42, D#3 + 2584, 1, 205, 147917, 132142563, nof, 0, 60, 0, + 2585, 1, 0, 147917, 132142563, non, 0, 57, 25, A3 + 222, 0, 614, 148224, 132342420,tempo,70,bpm,, + 2586, 1, 307, 148224, 132342420, nof, 0, 51, 0, + 2587, 1, 0, 148224, 132342420, nof, 0, 57, 0, +11722, 2, 1536, 148224, 132342420, ctl, 1, 64,127, +11723, 2, 0, 148224, 132342420, ctl, 1, 64, 0, +11724, 2, 0, 148224, 132342420, nof, 1, 29, 0, +11725, 2, 0, 148224, 132342420, nof, 1, 35, 0, +11726, 2, 0, 148224, 132342420, nof, 1, 48, 0, +11727, 2, 0, 148224, 132342420, non, 1, 29, 25, F1 +11728, 2, 0, 148224, 132342420, non, 1, 35, 25, B1 +11729, 2, 0, 148224, 132342420, non, 1, 42, 25, F#2 +11730, 2, 62, 148286, 132394314, ctl, 1, 64,127, +11731, 2, 63, 148349, 132447045, ctl, 1, 64, 0, +11732, 2, 111, 148460, 132539952, ctl, 1, 64, 0, +11733, 2, 344, 148804, 132827880, ctl, 1, 64,127, +11734, 2, 444, 149248, 133199508, nof, 1, 42, 0, +11735, 2, 256, 149504, 133413780, non, 1, 35, 38, B1 + 2588, 1, 1536, 149760, 133628052, non, 0, 62, 44, D4 +11736, 2, 256, 149760, 133628052, nof, 1, 29, 0, +11737, 2, 0, 149760, 133628052, nof, 1, 35, 0, +11738, 2, 0, 149760, 133628052, nof, 1, 35, 0, +11739, 2, 0, 149760, 133628052, non, 1, 42, 43, F#2 + 223, 0, 1843, 150067, 133885011,tempo,90,bpm,, + 2589, 1, 307, 150067, 133885011, nof, 0, 62, 0, + 2590, 1, 0, 150067, 133885011, non, 0, 59, 42, B3 + 2591, 1, 307, 150374, 134084868, nof, 0, 59, 0, + 2592, 1, 0, 150374, 134084868, non, 0, 57, 41, A3 + 2593, 1, 308, 150682, 134285376, nof, 0, 57, 0, + 2594, 1, 0, 150682, 134285376, non, 0, 54, 39, F#3 + 2595, 1, 307, 150989, 134485233, nof, 0, 54, 0, + 2596, 1, 0, 150989, 134485233, non, 0, 51, 37, D#3 + 224, 0, 1229, 151296, 134685090,tempo,70,bpm,, + 2597, 1, 307, 151296, 134685090, nof, 0, 51, 0, + 2598, 1, 0, 151296, 134685090, non, 0, 50, 43, D3 +11740, 2, 1536, 151296, 134685090, ctl, 1, 64,127, + 2599, 1, 384, 151680, 135006498, non, 0, 47, 33, B2 + 2600, 1, 384, 152064, 135327906, nof, 0, 47, 0, + 2601, 1, 0, 152064, 135327906, non, 0, 45, 27, A2 + 2602, 1, 384, 152448, 135649314, nof, 0, 45, 0, + 2603, 1, 0, 152448, 135649314, non, 0, 42, 22, F#2 +11741, 2, 1280, 152576, 135756450, non, 1, 29, 19, F1 +11742, 2, 0, 152576, 135756450, non, 1, 35, 19, B1 + 225, 0, 1536, 152832, 135970722,tempo,70,bpm,, + 2604, 1, 384, 152832, 135970722, nof, 0, 50, 0, + 2605, 1, 0, 152832, 135970722, nof, 0, 42, 0, + 2606, 1, 0, 152832, 135970722, non, 0, 68, 25, G#4 + 2607, 1, 0, 152832, 135970722, non, 0, 54, 40, F#3 +11743, 2, 256, 152832, 135970722, ctl, 1, 64, 0, +11744, 2, 0, 152832, 135970722, nof, 1, 42, 0, +11745, 2, 0, 152832, 135970722, non, 1, 48, 18, C3 +11746, 2, 209, 153041, 136145655, ctl, 1, 64,127, + 226, 0, 307, 153139, 136227681,tempo,80,bpm,, + 2608, 1, 307, 153139, 136227681, nof, 0, 68, 0, + 2609, 1, 0, 153139, 136227681, non, 0, 65, 24, F4 + 2610, 1, 205, 153344, 136377741, nof, 0, 54, 0, + 2611, 1, 0, 153344, 136377741, non, 0, 53, 38, F3 + 2612, 1, 102, 153446, 136452405, nof, 0, 65, 0, + 2613, 1, 0, 153446, 136452405, non, 0, 63, 22, D#4 + 227, 0, 615, 153754, 136677861,tempo,90,bpm,, + 2614, 1, 308, 153754, 136677861, nof, 0, 63, 0, + 2615, 1, 0, 153754, 136677861, non, 0, 60, 20, C4 + 2616, 1, 102, 153856, 136744263, nof, 0, 53, 0, + 2617, 1, 0, 153856, 136744263, non, 0, 51, 36, D#3 + 2618, 1, 205, 154061, 136877718, nof, 0, 60, 0, + 2619, 1, 0, 154061, 136877718, non, 0, 57, 19, A3 + 228, 0, 614, 154368, 137077575,tempo,70,bpm,, + 2620, 1, 307, 154368, 137077575, ctl, 0, 64, 0, + 2621, 1, 0, 154368, 137077575, nof, 0, 51, 0, + 2622, 1, 0, 154368, 137077575, nof, 0, 57, 0, +11747, 2, 1327, 154368, 137077575, ctl, 1, 64,127, +11748, 2, 0, 154368, 137077575, ctl, 1, 64, 0, +11749, 2, 0, 154368, 137077575, ctl, 1, 64, 0, +11750, 2, 0, 154368, 137077575, nof, 1, 29, 0, +11751, 2, 0, 154368, 137077575, nof, 1, 35, 0, +11752, 2, 0, 154368, 137077575, nof, 1, 48, 0, +11753, 2, 0, 154368, 137077575, non, 1, 29, 21, F1 +11754, 2, 0, 154368, 137077575, non, 1, 35, 21, B1 +11755, 2, 0, 154368, 137077575, non, 1, 42, 21, F#2 +11756, 2, 62, 154430, 137129469, ctl, 1, 64,127, +11757, 2, 63, 154493, 137182200, ctl, 1, 64, 0, +11758, 2, 111, 154604, 137275107, ctl, 1, 64, 0, +11759, 2, 344, 154948, 137563035, ctl, 1, 64,127, +11760, 2, 444, 155392, 137934663, nof, 1, 42, 0, +11761, 2, 256, 155648, 138148935, non, 1, 35, 17, B1 + 2623, 1, 1536, 155904, 138363207, non, 0, 50, 26, D3 +11762, 2, 256, 155904, 138363207, nof, 1, 29, 0, +11763, 2, 0, 155904, 138363207, nof, 1, 35, 0, +11764, 2, 0, 155904, 138363207, nof, 1, 35, 0, +11765, 2, 0, 155904, 138363207, non, 1, 42, 16, F#2 + 2624, 1, 384, 156288, 138684615, nof, 0, 50, 0, + 2625, 1, 0, 156288, 138684615, non, 0, 47, 23, B2 + 2626, 1, 384, 156672, 139006023, nof, 0, 47, 0, + 2627, 1, 0, 156672, 139006023, non, 0, 45, 20, A2 + 2628, 1, 384, 157056, 139327431, nof, 0, 45, 0, + 2629, 1, 384, 157440, 139648839, ctl, 0, 64, 0, +11766, 2, 1536, 157440, 139648839, ctl, 1, 64, 0, + 229, 0, 4608, 158976, 140934471,tempo,90,bpm,, +11767, 2, 1536, 158976, 140934471, nof, 1, 42, 0, + 2630, 1, 3072, 160512, 141934407, ctl, 0, 64, 0, +11768, 2, 1536, 160512, 141934407, ctl, 1, 64, 0, + 230, 0, 4608, 163584, 143934279,tsig,2,2,, + 231, 0, 0, 163584, 143934279,tempo,70,bpm,, + 2631, 1, 3072, 163584, 143934279, ctl, 0, 64, 0, + 2632, 1, 0, 163584, 143934279, non, 0, 86, 66, D6 +11769, 2, 3072, 163584, 143934279, ctl, 1, 64, 0, +11770, 2, 56, 163640, 143981151, ctl, 1, 64,127, + 232, 0, 205, 163789, 144105864,tempo,120,bpm,, + 2633, 1, 205, 163789, 144105864, nof, 0, 86, 0, + 2634, 1, 0, 163789, 144105864, non, 0, 83, 63, B5 + 2635, 1, 205, 163994, 144205904, nof, 0, 83, 0, + 2636, 1, 0, 163994, 144205904, non, 0, 81, 60, A5 + 2637, 1, 204, 164198, 144305456, nof, 0, 81, 0, + 2638, 1, 0, 164198, 144305456, non, 0, 78, 58, F#5 + 2639, 1, 205, 164403, 144405496, nof, 0, 78, 0, + 2640, 1, 0, 164403, 144405496, non, 0, 75, 55, D#5 +11771, 2, 798, 164438, 144422576, non, 1, 47, 43, B2 +11772, 2, 85, 164523, 144464056, non, 1, 57, 43, A3 + 2641, 1, 205, 164608, 144505536, nof, 0, 75, 0, + 2642, 1, 0, 164608, 144505536, non, 0, 74, 60, D5 +11773, 2, 85, 164608, 144505536, non, 1, 63, 55, D#4 +11774, 2, 42, 164650, 144526032, ctl, 1, 64, 0, +11775, 2, 112, 164762, 144580688, ctl, 1, 64,127, + 2643, 1, 205, 164813, 144605576, nof, 0, 74, 0, + 2644, 1, 0, 164813, 144605576, non, 0, 71, 57, B4 + 2645, 1, 205, 165018, 144705616, nof, 0, 71, 0, + 2646, 1, 0, 165018, 144705616, non, 0, 69, 55, A4 +11776, 2, 358, 165120, 144755392, nof, 1, 47, 0, +11777, 2, 0, 165120, 144755392, nof, 1, 57, 0, +11778, 2, 0, 165120, 144755392, nof, 1, 63, 0, + 2647, 1, 204, 165222, 144805168, nof, 0, 69, 0, + 2648, 1, 0, 165222, 144805168, non, 0, 66, 53, F#4 + 2649, 1, 205, 165427, 144905208, nof, 0, 66, 0, + 2650, 1, 0, 165427, 144905208, non, 0, 63, 50, D#4 + 233, 0, 1843, 165632, 145005248,tempo,90,bpm,, + 2651, 1, 205, 165632, 145005248, ctl, 0, 64, 0, + 2652, 1, 0, 165632, 145005248, nof, 0, 63, 0, + 2653, 1, 0, 165632, 145005248, non, 0, 54, 38, F#3 + 2654, 1, 0, 165632, 145005248, non, 0, 60, 50, C4 +11779, 2, 512, 165632, 145005248, ctl, 1, 64,127, +11780, 2, 0, 165632, 145005248, non, 1, 32, 25, G#1 +11781, 2, 0, 165632, 145005248, non, 1, 44, 33, G#2 +11782, 2, 59, 165691, 145043657, ctl, 1, 64, 0, +11783, 2, 223, 165914, 145188830, ctl, 1, 64,127, + 234, 0, 341, 165973, 145227239,tempo,100,bpm,, + 2655, 1, 341, 165973, 145227239, non, 0, 81, 63, A5 + 2656, 1, 171, 166144, 145327274, nof, 0, 54, 0, + 2657, 1, 0, 166144, 145327274, nof, 0, 60, 0, +11784, 2, 230, 166144, 145327274, nof, 1, 32, 0, +11785, 2, 0, 166144, 145327274, nof, 1, 44, 0, + 2658, 1, 171, 166315, 145427309, nof, 0, 81, 0, + 2659, 1, 0, 166315, 145427309, non, 0, 89, 63, F6 + 2660, 1, 213, 166528, 145551914, non, 0, 69, 51, A4 + 235, 0, 683, 166656, 145626794,tempo,90,bpm,, + 2661, 1, 128, 166656, 145626794, nof, 0, 69, 0, + 2662, 1, 0, 166656, 145626794, non, 0, 77, 51, F5 + 2663, 1, 82, 166738, 145680176, nof, 0, 77, 0, + 2664, 1, 0, 166738, 145680176, non, 0, 74, 50, D5 + 236, 0, 164, 166820, 145733558,tempo,110,bpm,, + 2665, 1, 82, 166820, 145733558, nof, 0, 74, 0, + 2666, 1, 0, 166820, 145733558, non, 0, 72, 50, C5 + 2667, 1, 41, 166861, 145755370, nof, 0, 89, 0, + 2668, 1, 0, 166861, 145755370, non, 0, 86, 61, D6 + 2669, 1, 41, 166902, 145777182, nof, 0, 72, 0, + 2670, 1, 0, 166902, 145777182, non, 0, 69, 49, A4 + 2671, 1, 82, 166984, 145820806, nof, 0, 69, 0, + 2672, 1, 0, 166984, 145820806, non, 0, 66, 48, F#4 + 2673, 1, 82, 167066, 145864430, nof, 0, 86, 0, + 2674, 1, 0, 167066, 145864430, non, 0, 84, 60, C6 + 2675, 1, 0, 167066, 145864430, nof, 0, 66, 0, + 2676, 1, 204, 167270, 145972958, nof, 0, 84, 0, + 2677, 1, 0, 167270, 145972958, non, 0, 81, 58, A5 + 2678, 1, 205, 167475, 146082018, nof, 0, 81, 0, + 2679, 1, 0, 167475, 146082018, non, 0, 78, 57, F#5 + 237, 0, 860, 167680, 146191078,tempo,70,bpm,, + 2680, 1, 205, 167680, 146191078, ctl, 0, 64, 0, + 2681, 1, 0, 167680, 146191078, nof, 0, 78, 0, + 2682, 1, 0, 167680, 146191078, non, 0, 77, 55, F5 +11786, 2, 1536, 167680, 146191078, ctl, 1, 64,127, +11787, 2, 0, 167680, 146191078, non, 1, 65, 44, F4 +11788, 2, 71, 167751, 146250505, ctl, 1, 64, 0, +11789, 2, 129, 167880, 146358478, ctl, 1, 64,127, + 238, 0, 256, 167936, 146405350,tempo,90,bpm,, +11790, 2, 56, 167936, 146405350, nof, 1, 65, 0, +11791, 2, 0, 167936, 146405350, non, 1, 62, 41, D4 +11792, 2, 256, 168192, 146572006, nof, 1, 62, 0, +11793, 2, 0, 168192, 146572006, non, 1, 60, 38, C4 +11794, 2, 256, 168448, 146738662, nof, 1, 60, 0, +11795, 2, 0, 168448, 146738662, non, 1, 57, 36, A3 + 239, 0, 768, 168704, 146905318,tempo,80,bpm,, + 2683, 1, 1024, 168704, 146905318, nof, 0, 77, 0, + 2684, 1, 0, 168704, 146905318, non, 0, 69, 52, A4 + 2685, 1, 0, 168704, 146905318, non, 0, 60, 40, C4 +11796, 2, 256, 168704, 146905318, nof, 1, 57, 0, +11797, 2, 0, 168704, 146905318, non, 1, 54, 38, F#3 +11798, 2, 0, 168704, 146905318, non, 1, 44, 33, G#2 +11799, 2, 12, 168716, 146914102, ctl, 1, 64, 0, +11800, 2, 153, 168869, 147026098, ctl, 1, 64,127, + 240, 0, 683, 169387, 147405274,tempo,70,bpm,, + 2686, 1, 683, 169387, 147405274, nof, 0, 60, 0, + 2687, 1, 0, 169387, 147405274, non, 0, 61, 43, C#4 +11801, 2, 518, 169387, 147405274, nof, 1, 54, 0, +11802, 2, 0, 169387, 147405274, non, 1, 53, 34, F3 + 241, 0, 341, 169728, 147690691,tempo,90,bpm,, + 2688, 1, 341, 169728, 147690691, ctl, 0, 64, 0, + 2689, 1, 0, 169728, 147690691, ctl, 0, 64, 0, + 2690, 1, 0, 169728, 147690691, nof, 0, 69, 0, + 2691, 1, 0, 169728, 147690691, nof, 0, 61, 0, + 2692, 1, 0, 169728, 147690691, non, 0, 62, 38, D4 + 2693, 1, 0, 169728, 147690691, non, 0, 68, 50, G#4 +11803, 2, 341, 169728, 147690691, ctl, 1, 64,127, +11804, 2, 0, 169728, 147690691, ctl, 1, 64, 0, +11805, 2, 0, 169728, 147690691, nof, 1, 44, 0, +11806, 2, 0, 169728, 147690691, nof, 1, 53, 0, +11807, 2, 0, 169728, 147690691, non, 1, 44, 25, G#2 +11808, 2, 0, 169728, 147690691, non, 1, 52, 33, E3 +11809, 2, 59, 169787, 147729100, ctl, 1, 64, 0, +11810, 2, 223, 170010, 147874273, ctl, 1, 64,127, + 242, 0, 341, 170069, 147912682,tempo,100,bpm,, + 2694, 1, 341, 170069, 147912682, non, 0, 77, 63, F5 + 2695, 1, 171, 170240, 148012717, nof, 0, 62, 0, + 2696, 1, 0, 170240, 148012717, nof, 0, 68, 0, +11811, 2, 230, 170240, 148012717, nof, 1, 44, 0, +11812, 2, 0, 170240, 148012717, nof, 1, 52, 0, + 2697, 1, 171, 170411, 148112752, nof, 0, 77, 0, + 2698, 1, 0, 170411, 148112752, non, 0, 85, 63, C#6 + 2699, 1, 213, 170624, 148237357, non, 0, 65, 51, F4 + 243, 0, 683, 170752, 148312237,tempo,90,bpm,, + 2700, 1, 128, 170752, 148312237, nof, 0, 65, 0, + 2701, 1, 0, 170752, 148312237, non, 0, 73, 51, C#5 + 2702, 1, 82, 170834, 148365619, nof, 0, 73, 0, + 2703, 1, 0, 170834, 148365619, non, 0, 70, 50, A#4 + 244, 0, 164, 170916, 148419001,tempo,110,bpm,, + 2704, 1, 82, 170916, 148419001, nof, 0, 70, 0, + 2705, 1, 0, 170916, 148419001, non, 0, 68, 50, G#4 + 2706, 1, 41, 170957, 148440813, nof, 0, 85, 0, + 2707, 1, 0, 170957, 148440813, non, 0, 82, 59, A#5 + 2708, 1, 41, 170998, 148462625, nof, 0, 68, 0, + 2709, 1, 0, 170998, 148462625, non, 0, 65, 49, F4 + 2710, 1, 82, 171080, 148506249, nof, 0, 65, 0, + 2711, 1, 0, 171080, 148506249, non, 0, 62, 48, D4 + 2712, 1, 82, 171162, 148549873, nof, 0, 82, 0, + 2713, 1, 0, 171162, 148549873, non, 0, 80, 57, G#5 + 2714, 1, 0, 171162, 148549873, nof, 0, 62, 0, + 2715, 1, 204, 171366, 148658401, nof, 0, 80, 0, + 2716, 1, 0, 171366, 148658401, non, 0, 77, 54, F5 + 2717, 1, 205, 171571, 148767461, nof, 0, 77, 0, + 2718, 1, 0, 171571, 148767461, non, 0, 74, 51, D5 + 245, 0, 860, 171776, 148876521,tempo,70,bpm,, + 2719, 1, 205, 171776, 148876521, ctl, 0, 64, 0, + 2720, 1, 0, 171776, 148876521, ctl, 0, 64, 0, + 2721, 1, 0, 171776, 148876521, nof, 0, 74, 0, + 2722, 1, 0, 171776, 148876521, non, 0, 73, 50, C#5 +11813, 2, 1536, 171776, 148876521, ctl, 1, 64,127, +11814, 2, 0, 171776, 148876521, ctl, 1, 64, 0, +11815, 2, 0, 171776, 148876521, non, 1, 61, 44, C#4 +11816, 2, 71, 171847, 148935948, ctl, 1, 64, 0, +11817, 2, 129, 171976, 149043921, ctl, 1, 64,127, + 246, 0, 256, 172032, 149090793,tempo,90,bpm,, +11818, 2, 56, 172032, 149090793, nof, 1, 61, 0, +11819, 2, 0, 172032, 149090793, non, 1, 58, 41, A#3 +11820, 2, 256, 172288, 149257449, nof, 1, 58, 0, +11821, 2, 0, 172288, 149257449, non, 1, 56, 38, G#3 +11822, 2, 256, 172544, 149424105, nof, 1, 56, 0, +11823, 2, 0, 172544, 149424105, non, 1, 53, 36, F3 + 247, 0, 768, 172800, 149590761,tempo,80,bpm,, + 2723, 1, 1024, 172800, 149590761, nof, 0, 73, 0, + 2724, 1, 0, 172800, 149590761, non, 0, 62, 35, D4 + 2725, 1, 0, 172800, 149590761, non, 0, 68, 47, G#4 +11824, 2, 256, 172800, 149590761, nof, 1, 53, 0, +11825, 2, 0, 172800, 149590761, non, 1, 44, 21, G#2 +11826, 2, 0, 172800, 149590761, non, 1, 52, 33, E3 +11827, 2, 12, 172812, 149599545, ctl, 1, 64, 0, +11828, 2, 153, 172965, 149711541, ctl, 1, 64,127, + 2726, 1, 683, 173483, 150090717, nof, 0, 62, 0, + 2727, 1, 0, 173483, 150090717, nof, 0, 68, 0, + 2728, 1, 0, 173483, 150090717, non, 0, 61, 40, C#4 + 2729, 1, 0, 173483, 150090717, non, 0, 69, 47, A4 + 248, 0, 1024, 173824, 150340329,tempo,70,bpm,, + 2730, 1, 341, 173824, 150340329, ctl, 0, 64, 0, + 2731, 1, 0, 173824, 150340329, nof, 0, 61, 0, + 2732, 1, 0, 173824, 150340329, nof, 0, 69, 0, + 2733, 1, 0, 173824, 150340329, non, 0, 60, 44, C4 + 2734, 1, 0, 173824, 150340329, non, 0, 70, 43, A#4 +11829, 2, 859, 173824, 150340329, ctl, 1, 64,127, +11830, 2, 0, 173824, 150340329, ctl, 1, 64, 0, +11831, 2, 0, 173824, 150340329, ctl, 1, 64, 0, +11832, 2, 0, 173824, 150340329, nof, 1, 44, 0, +11833, 2, 0, 173824, 150340329, nof, 1, 52, 0, +11834, 2, 0, 173824, 150340329, non, 1, 44, 18, G#2 +11835, 2, 0, 173824, 150340329, non, 1, 52, 30, E3 +11836, 2, 59, 173883, 150389712, ctl, 1, 64, 0, +11837, 2, 223, 174106, 150576363, ctl, 1, 64,127, + 249, 0, 341, 174165, 150625746,tempo,90,bpm,, + 2735, 1, 341, 174165, 150625746, non, 0, 61, 39, C#4 + 2736, 1, 0, 174165, 150625746, non, 0, 69, 39, A4 + 2737, 1, 0, 174165, 150625746, non, 0, 73, 51, C#5 + 2738, 1, 171, 174336, 150737067, nof, 0, 60, 0, + 2739, 1, 0, 174336, 150737067, nof, 0, 70, 0, +11838, 2, 230, 174336, 150737067, nof, 1, 44, 0, +11839, 2, 0, 174336, 150737067, nof, 1, 52, 0, + 2740, 1, 171, 174507, 150848388, nof, 0, 61, 0, + 2741, 1, 0, 174507, 150848388, nof, 0, 69, 0, + 2742, 1, 0, 174507, 150848388, nof, 0, 73, 0, + 2743, 1, 0, 174507, 150848388, non, 0, 81, 63, A5 + 2744, 1, 213, 174720, 150987051, non, 0, 61, 51, C#4 + 250, 0, 683, 174848, 151070379,tempo,90,bpm,, + 2745, 1, 128, 174848, 151070379, nof, 0, 61, 0, + 2746, 1, 0, 174848, 151070379, non, 0, 69, 51, A4 + 2747, 1, 82, 174930, 151123761, nof, 0, 69, 0, + 2748, 1, 0, 174930, 151123761, non, 0, 66, 50, F#4 + 2749, 1, 82, 175012, 151177143, nof, 0, 66, 0, + 2750, 1, 0, 175012, 151177143, non, 0, 64, 50, E4 + 2751, 1, 41, 175053, 151203834, nof, 0, 81, 0, + 2752, 1, 0, 175053, 151203834, non, 0, 78, 59, F#5 + 2753, 1, 41, 175094, 151230525, nof, 0, 64, 0, + 2754, 1, 0, 175094, 151230525, non, 0, 61, 49, C#4 + 2755, 1, 82, 175176, 151283907, nof, 0, 61, 0, + 2756, 1, 0, 175176, 151283907, non, 0, 58, 48, A#3 + 251, 0, 410, 175258, 151337289,tempo,80,bpm,, + 2757, 1, 82, 175258, 151337289, nof, 0, 78, 0, + 2758, 1, 0, 175258, 151337289, non, 0, 76, 57, E5 + 2759, 1, 0, 175258, 151337289, nof, 0, 58, 0, + 2760, 1, 204, 175462, 151486617, nof, 0, 76, 0, + 2761, 1, 0, 175462, 151486617, non, 0, 73, 54, C#5 + 2762, 1, 205, 175667, 151636677, nof, 0, 73, 0, + 2763, 1, 0, 175667, 151636677, non, 0, 70, 51, A#4 + 252, 0, 614, 175872, 151786737,tempo,70,bpm,, + 2764, 1, 205, 175872, 151786737, ctl, 0, 64, 0, + 2765, 1, 0, 175872, 151786737, nof, 0, 70, 0, + 2766, 1, 0, 175872, 151786737, non, 0, 69, 44, A4 +11840, 2, 1536, 175872, 151786737, ctl, 1, 64,127, +11841, 2, 0, 175872, 151786737, ctl, 1, 64, 0, +11842, 2, 0, 175872, 151786737, ctl, 1, 64, 0, +11843, 2, 0, 175872, 151786737, non, 1, 57, 40, A3 +11844, 2, 71, 175943, 151846164, ctl, 1, 64, 0, +11845, 2, 129, 176072, 151954137, ctl, 1, 64,127, + 253, 0, 341, 176213, 152072154,tempo,90,bpm,, +11846, 2, 141, 176213, 152072154, nof, 1, 57, 0, +11847, 2, 0, 176213, 152072154, non, 1, 54, 38, F#3 +11848, 2, 342, 176555, 152294796, nof, 1, 54, 0, +11849, 2, 0, 176555, 152294796, non, 1, 52, 36, E3 + 2767, 1, 1024, 176896, 152516787, nof, 0, 69, 0, + 2768, 1, 0, 176896, 152516787, non, 0, 69, 55, A4 + 2769, 1, 0, 176896, 152516787, non, 0, 60, 43, C4 + 2770, 1, 0, 176896, 152516787, non, 0, 64, 43, E4 +11850, 2, 341, 176896, 152516787, nof, 1, 52, 0, +11851, 2, 0, 176896, 152516787, non, 1, 44, 25, G#2 +11852, 2, 0, 176896, 152516787, non, 1, 52, 34, E3 +11853, 2, 12, 176908, 152524599, ctl, 1, 64, 0, +11854, 2, 153, 177061, 152624202, ctl, 1, 64,127, + 254, 0, 1366, 177579, 152961420,tempo,80,bpm,, + 2771, 1, 683, 177579, 152961420, nof, 0, 60, 0, + 2772, 1, 0, 177579, 152961420, nof, 0, 64, 0, + 2773, 1, 0, 177579, 152961420, non, 0, 65, 46, F4 +11855, 2, 518, 177579, 152961420, nof, 1, 52, 0, +11856, 2, 0, 177579, 152961420, non, 1, 51, 30, D#3 + 2774, 1, 341, 177920, 153211032, ctl, 0, 64, 0, + 2775, 1, 0, 177920, 153211032, nof, 0, 65, 0, + 2776, 1, 0, 177920, 153211032, non, 0, 60, 43, C4 + 2777, 1, 0, 177920, 153211032, non, 0, 66, 48, F#4 +11857, 2, 341, 177920, 153211032, ctl, 1, 64,127, +11858, 2, 0, 177920, 153211032, nof, 1, 51, 0, +11859, 2, 0, 177920, 153211032, non, 1, 50, 23, D3 +11860, 2, 200, 178120, 153357432, ctl, 1, 64, 0, +11861, 2, 275, 178395, 153558732, ctl, 1, 64,127, + 255, 0, 2048, 179627, 154460556,tempo,70,bpm,, + 2778, 1, 1707, 179627, 154460556, nof, 0, 60, 0, + 2779, 1, 0, 179627, 154460556, nof, 0, 66, 0, + 2780, 1, 0, 179627, 154460556, nof, 0, 69, 0, + 2781, 1, 0, 179627, 154460556, non, 0, 60, 35, C4 + 2782, 1, 0, 179627, 154460556, non, 0, 65, 35, F4 + 2783, 1, 0, 179627, 154460556, non, 0, 69, 47, A4 +11862, 2, 1232, 179627, 154460556, nof, 1, 44, 0, +11863, 2, 0, 179627, 154460556, nof, 1, 50, 0, +11864, 2, 0, 179627, 154460556, non, 1, 44, 23, G#2 +11865, 2, 0, 179627, 154460556, non, 1, 51, 23, D#3 +11866, 2, 41, 179668, 154494873, ctl, 1, 64, 0, +11867, 2, 250, 179918, 154704123, ctl, 1, 64,127, + 2784, 1, 341, 179968, 154745973, ctl, 0, 64, 0, + 2785, 1, 0, 179968, 154745973, nof, 0, 65, 0, + 2786, 1, 0, 179968, 154745973, non, 0, 66, 35, F#4 +11868, 2, 50, 179968, 154745973, ctl, 1, 64,127, +11869, 2, 0, 179968, 154745973, ctl, 1, 64, 0, +11870, 2, 0, 179968, 154745973, nof, 1, 51, 0, +11871, 2, 0, 179968, 154745973, non, 1, 50, 23, D3 +11872, 2, 200, 180168, 154913373, ctl, 1, 64, 0, +11873, 2, 275, 180443, 155143548, ctl, 1, 64,127, + 256, 0, 2048, 181675, 156174732,tempo,50,bpm,, + 2787, 1, 1707, 181675, 156174732, nof, 0, 60, 0, + 2788, 1, 0, 181675, 156174732, nof, 0, 66, 0, + 2789, 1, 0, 181675, 156174732, nof, 0, 69, 0, + 2790, 1, 0, 181675, 156174732, non, 0, 60, 31, C4 + 2791, 1, 0, 181675, 156174732, non, 0, 65, 31, F4 + 2792, 1, 0, 181675, 156174732, non, 0, 69, 43, A4 +11874, 2, 1232, 181675, 156174732, nof, 1, 44, 0, +11875, 2, 0, 181675, 156174732, nof, 1, 50, 0, +11876, 2, 0, 181675, 156174732, non, 1, 44, 23, G#2 +11877, 2, 0, 181675, 156174732, non, 1, 51, 23, D#3 +11878, 2, 41, 181716, 156222743, ctl, 1, 64, 0, +11879, 2, 250, 181966, 156515493, ctl, 1, 64,127, + 2793, 1, 341, 182016, 156574043, ctl, 0, 64, 0, + 2794, 1, 0, 182016, 156574043, nof, 0, 65, 0, + 2795, 1, 0, 182016, 156574043, non, 0, 66, 31, F#4 +11880, 2, 50, 182016, 156574043, ctl, 1, 64, 0, +11881, 2, 0, 182016, 156574043, nof, 1, 51, 0, +11882, 2, 0, 182016, 156574043, non, 1, 50, 23, D3 +11883, 2, 764, 182780, 157468687, nof, 1, 50, 0, +11884, 2, 90, 182870, 157574077, non, 1, 50, 28, D3 + 257, 0, 1237, 182912, 157623259,tempo,70,bpm,, + 2796, 1, 896, 182912, 157623259, non, 0, 72, 37, C5 +11885, 2, 85, 182955, 157659250, non, 1, 60, 28, C4 + 258, 0, 128, 183040, 157730395,tempo,80,bpm,, + 2797, 1, 128, 183040, 157730395, nof, 0, 60, 0, + 2798, 1, 0, 183040, 157730395, nof, 0, 66, 0, + 2799, 1, 0, 183040, 157730395, nof, 0, 69, 0, + 2800, 1, 0, 183040, 157730395, non, 0, 69, 49, A4 + 2801, 1, 0, 183040, 157730395, non, 0, 80, 44, G#5 +11886, 2, 85, 183040, 157730395, nof, 1, 44, 0, +11887, 2, 0, 183040, 157730395, non, 1, 66, 40, F#4 + 2802, 1, 82, 183122, 157790419, nof, 0, 80, 0, + 2803, 1, 0, 183122, 157790419, non, 0, 77, 41, F5 +11888, 2, 101, 183141, 157804327, ctl, 1, 64,127, + 2804, 1, 82, 183204, 157850443, nof, 0, 77, 0, + 2805, 1, 0, 183204, 157850443, non, 0, 75, 38, D#5 + 2806, 1, 82, 183286, 157910467, nof, 0, 75, 0, + 2807, 1, 0, 183286, 157910467, non, 0, 72, 36, C5 + 2808, 1, 82, 183368, 157970491, nof, 0, 72, 0, + 2809, 1, 0, 183368, 157970491, non, 0, 69, 33, A4 + 2810, 1, 82, 183450, 158030515, nof, 0, 69, 0, +11889, 2, 411, 183552, 158105179, nof, 1, 50, 0, +11890, 2, 0, 183552, 158105179, nof, 1, 60, 0, +11891, 2, 0, 183552, 158105179, nof, 1, 66, 0, +11892, 2, 342, 183894, 158355523, non, 1, 44, 28, G#2 +11893, 2, 18, 183912, 158368699, ctl, 1, 64, 0, + 2811, 1, 486, 183936, 158386267, nof, 0, 72, 0, + 2812, 1, 0, 183936, 158386267, nof, 0, 69, 0, + 2813, 1, 0, 183936, 158386267, non, 0, 69, 44, A4 +11894, 2, 67, 183979, 158417743, non, 1, 54, 28, F#3 + 2814, 1, 128, 184064, 158479963, ctl, 0, 64, 0, + 2815, 1, 0, 184064, 158479963, non, 0, 77, 41, F5 +11895, 2, 85, 184064, 158479963, ctl, 1, 64, 0, +11896, 2, 0, 184064, 158479963, non, 1, 60, 40, C4 + 2816, 1, 85, 184149, 158542183, nof, 0, 77, 0, + 2817, 1, 0, 184149, 158542183, non, 0, 74, 39, D5 +11897, 2, 101, 184165, 158553895, ctl, 1, 64,127, + 2818, 1, 86, 184235, 158605135, nof, 0, 74, 0, + 2819, 1, 0, 184235, 158605135, non, 0, 72, 38, C5 + 2820, 1, 85, 184320, 158667355, nof, 0, 72, 0, + 2821, 1, 0, 184320, 158667355, non, 0, 69, 36, A4 + 2822, 1, 85, 184405, 158729575, nof, 0, 69, 0, + 2823, 1, 0, 184405, 158729575, non, 0, 66, 34, F#4 + 2824, 1, 86, 184491, 158792527, nof, 0, 66, 0, +11898, 2, 411, 184576, 158854747, nof, 1, 44, 0, +11899, 2, 0, 184576, 158854747, nof, 1, 54, 0, +11900, 2, 0, 184576, 158854747, nof, 1, 60, 0, +11901, 2, 82, 184658, 158914771, ctl, 1, 64, 0, + 2825, 1, 256, 184747, 158979919, nof, 0, 69, 0, + 2826, 1, 0, 184747, 158979919, non, 0, 70, 55, A#4 +11902, 2, 260, 184918, 159105091, non, 1, 38, 28, D2 +11903, 2, 85, 185003, 159167311, non, 1, 48, 28, C3 + 259, 0, 2048, 185088, 159229531,tempo,90,bpm,, +11904, 2, 85, 185088, 159229531, non, 1, 54, 40, F#3 +11905, 2, 139, 185227, 159320020, ctl, 1, 64,127, + 2827, 1, 682, 185429, 159451522, non, 0, 68, 52, G#4 + 2828, 1, 30, 185459, 159471052, nof, 0, 70, 0, +11906, 2, 373, 185600, 159562843, nof, 1, 38, 0, +11907, 2, 0, 185600, 159562843, nof, 1, 48, 0, +11908, 2, 0, 185600, 159562843, nof, 1, 54, 0, + 2829, 1, 312, 185771, 159674164, non, 0, 66, 50, F#4 + 2830, 1, 30, 185801, 159693694, nof, 0, 68, 0, +11909, 2, 342, 185942, 159785485, non, 1, 44, 28, G#2 +11910, 2, 18, 185960, 159797203, ctl, 1, 64, 0, +11911, 2, 67, 186027, 159840820, non, 1, 54, 28, F#3 + 260, 0, 1024, 186112, 159896155,tempo,100,bpm,, + 2831, 1, 311, 186112, 159896155, ctl, 0, 64, 0, + 2832, 1, 0, 186112, 159896155, nof, 0, 66, 0, +11912, 2, 85, 186112, 159896155, ctl, 1, 64, 0, +11913, 2, 0, 186112, 159896155, non, 1, 60, 40, C4 + 2833, 1, 341, 186453, 160095640, non, 0, 65, 44, F4 + 2834, 1, 137, 186590, 160175785, nof, 0, 65, 0, +11914, 2, 512, 186624, 160195675, nof, 1, 44, 0, +11915, 2, 0, 186624, 160195675, nof, 1, 54, 0, +11916, 2, 0, 186624, 160195675, nof, 1, 60, 0, + 2835, 1, 205, 186795, 160295710, non, 0, 62, 47, D4 + 2836, 1, 136, 186931, 160375270, nof, 0, 62, 0, +11917, 2, 342, 186966, 160395745, non, 1, 41, 28, F2 +11918, 2, 85, 187051, 160445470, non, 1, 51, 28, D#3 + 2837, 1, 205, 187136, 160495195, non, 0, 62, 35, D4 + 2838, 1, 0, 187136, 160495195, non, 0, 65, 35, F4 + 2839, 1, 0, 187136, 160495195, non, 0, 66, 50, F#4 +11919, 2, 85, 187136, 160495195, non, 1, 57, 40, A3 +11920, 2, 854, 187990, 160994785, non, 1, 44, 28, G#2 +11921, 2, 85, 188075, 161044510, non, 1, 54, 28, F#3 + 261, 0, 2048, 188160, 161094235,tsig,5,3,, + 262, 0, 0, 188160, 161094235,tempo,90,bpm,, + 2840, 1, 1024, 188160, 161094235, ctl, 0, 64, 0, + 2841, 1, 0, 188160, 161094235, nof, 0, 62, 0, + 2842, 1, 0, 188160, 161094235, nof, 0, 65, 0, +11922, 2, 85, 188160, 161094235, ctl, 1, 64, 0, +11923, 2, 0, 188160, 161094235, nof, 1, 41, 0, +11924, 2, 0, 188160, 161094235, nof, 1, 51, 0, +11925, 2, 0, 188160, 161094235, nof, 1, 57, 0, +11926, 2, 0, 188160, 161094235, non, 1, 60, 40, C4 +11927, 2, 190, 188350, 161217925, ctl, 1, 64,127, + 263, 0, 341, 188501, 161316226,tempo,80,bpm,, + 2843, 1, 341, 188501, 161316226, non, 0, 69, 47, A4 + 2844, 1, 30, 188531, 161338186, nof, 0, 66, 0, +11928, 2, 322, 188672, 161441398, nof, 1, 44, 0, +11929, 2, 0, 188672, 161441398, nof, 1, 54, 0, +11930, 2, 0, 188672, 161441398, nof, 1, 60, 0, + 264, 0, 342, 188843, 161566570,tempo,70,bpm,, + 2845, 1, 312, 188843, 161566570, non, 0, 74, 51, D5 + 2846, 1, 30, 188873, 161591680, nof, 0, 69, 0, + 265, 0, 341, 189184, 161851987,tempo,80,bpm,, + 2847, 1, 311, 189184, 161851987, non, 0, 66, 43, F#4 +11931, 2, 512, 189184, 161851987, non, 1, 57, 31, A3 +11932, 2, 0, 189184, 161851987, non, 1, 62, 31, D4 +11933, 2, 0, 189184, 161851987, non, 1, 65, 43, F4 +11934, 2, 21, 189205, 161867359, ctl, 1, 64, 0, + 2848, 1, 30, 189214, 161873947, nof, 0, 74, 0, +11935, 2, 116, 189321, 161952271, ctl, 1, 64,127, + 266, 0, 171, 189355, 161977159,tempo,90,bpm,, + 2849, 1, 141, 189355, 161977159, nof, 0, 66, 0, + 2850, 1, 0, 189355, 161977159, non, 0, 69, 44, A4 + 2851, 1, 170, 189525, 162087829, nof, 0, 69, 0, + 2852, 1, 0, 189525, 162087829, non, 0, 74, 46, D5 +11936, 2, 204, 189525, 162087829, nof, 1, 57, 0, +11937, 2, 0, 189525, 162087829, nof, 1, 62, 0, +11938, 2, 0, 189525, 162087829, nof, 1, 65, 0, +11939, 2, 0, 189525, 162087829, non, 1, 47, 31, B2 + 267, 0, 341, 189696, 162199150,tempo,66,bpm,, + 2853, 1, 171, 189696, 162199150, nof, 0, 74, 0, + 2854, 1, 6, 189702, 162204472, non, 0, 77, 35, F5 + 2855, 1, 58, 189760, 162255918, nof, 0, 77, 0, + 2856, 1, 4, 189764, 162259466, non, 0, 78, 33, F#5 + 2857, 1, 60, 189824, 162312686, nof, 0, 78, 0, + 2858, 1, 7, 189831, 162318895, non, 0, 77, 32, F5 +11940, 2, 342, 189867, 162350827, nof, 1, 47, 0, + 2859, 1, 52, 189883, 162365019, non, 0, 78, 36, F#5 + 2860, 1, 5, 189888, 162369454, nof, 0, 77, 0, + 2861, 1, 57, 189945, 162420013, non, 0, 77, 34, F5 + 2862, 1, 7, 189952, 162426222, nof, 0, 78, 0, + 2863, 1, 56, 190008, 162475894, non, 0, 78, 41, F#5 + 2864, 1, 8, 190016, 162482990, nof, 0, 77, 0, + 2865, 1, 64, 190080, 162539758, nof, 0, 78, 0, + 2866, 1, 2, 190082, 162541532, non, 0, 77, 42, F5 + 2867, 1, 62, 190144, 162596526, nof, 0, 77, 0, + 2868, 1, 8, 190152, 162603622, non, 0, 78, 34, F#5 + 2869, 1, 55, 190207, 162652407, non, 0, 77, 39, F5 + 268, 0, 512, 190208, 162653294,tempo,70,bpm,, + 2870, 1, 1, 190208, 162653294, nof, 0, 78, 0, + 2871, 1, 64, 190272, 162706862, nof, 0, 77, 0, + 2872, 1, 9, 190281, 162714395, non, 0, 78, 39, F#5 + 2873, 1, 50, 190331, 162756245, non, 0, 77, 37, F5 + 2874, 1, 5, 190336, 162760430, nof, 0, 78, 0, + 2875, 1, 64, 190400, 162813998, nof, 0, 77, 0, + 2876, 1, 7, 190407, 162819857, non, 0, 78, 33, F#5 + 2877, 1, 57, 190464, 162867566, nof, 0, 78, 0, + 2878, 1, 8, 190472, 162874262, non, 0, 77, 34, F5 + 2879, 1, 47, 190519, 162913601, non, 0, 78, 27, F#5 + 2880, 1, 9, 190528, 162921134, nof, 0, 77, 0, + 2881, 1, 64, 190592, 162974702, nof, 0, 78, 0, + 2882, 1, 4, 190596, 162978050, non, 0, 77, 27, F5 + 2883, 1, 52, 190648, 163021574, non, 0, 78, 24, F#5 + 2884, 1, 8, 190656, 163028270, nof, 0, 77, 0, + 269, 0, 512, 190720, 163081838,tsig,2,2,, + 270, 0, 0, 190720, 163081838,tempo,70,bpm,, + 2885, 1, 64, 190720, 163081838, ctl, 0, 64, 0, + 2886, 1, 0, 190720, 163081838, nof, 0, 78, 0, +11941, 2, 853, 190720, 163081838, ctl, 1, 64,127, +11942, 2, 0, 190720, 163081838, non, 1, 44, 30, G#2 +11943, 2, 74, 190794, 163143776, ctl, 1, 64, 0, + 271, 0, 128, 190848, 163188974,tempo,66,bpm,, + 2887, 1, 128, 190848, 163188974, non, 0, 54, 32, F#3 + 2888, 1, 64, 190912, 163245742, nof, 0, 54, 0, + 2889, 1, 0, 190912, 163245742, non, 0, 60, 36, C4 +11944, 2, 137, 190931, 163262595, ctl, 1, 64,127, + 2890, 1, 64, 190976, 163302510, nof, 0, 60, 0, + 2891, 1, 0, 190976, 163302510, non, 0, 66, 39, F#4 + 2892, 1, 64, 191040, 163359278, nof, 0, 66, 0, + 2893, 1, 0, 191040, 163359278, non, 0, 70, 43, A#4 + 2894, 1, 64, 191104, 163416046, nof, 0, 70, 0, + 272, 0, 384, 191232, 163529582,tempo,70,bpm,, +11945, 2, 301, 191232, 163529582, nof, 1, 44, 0, +11946, 2, 0, 191232, 163529582, non, 1, 51, 33, D#3 + 2895, 1, 192, 191296, 163583150, non, 0, 60, 40, C4 + 2896, 1, 64, 191360, 163636718, nof, 0, 60, 0, + 2897, 1, 0, 191360, 163636718, non, 0, 66, 43, F#4 + 2898, 1, 64, 191424, 163690286, nof, 0, 66, 0, + 2899, 1, 0, 191424, 163690286, non, 0, 70, 47, A#4 + 2900, 1, 64, 191488, 163743854, nof, 0, 70, 0, + 2901, 1, 0, 191488, 163743854, non, 0, 72, 50, C5 + 2902, 1, 64, 191552, 163797422, nof, 0, 72, 0, +11947, 2, 341, 191573, 163814999, nof, 1, 51, 0, +11948, 2, 0, 191573, 163814999, non, 1, 78, 48, F#5 + 273, 0, 512, 191744, 163958126,tempo,70,bpm,, +11949, 2, 171, 191744, 163958126, non, 1, 54, 37, F#3 +11950, 2, 11, 191755, 163967333, ctl, 1, 64, 0, + 2903, 1, 256, 191808, 164011694, non, 0, 60, 40, C4 + 2904, 1, 51, 191859, 164054381, nof, 0, 60, 0, + 2905, 1, 0, 191859, 164054381, non, 0, 65, 42, F4 +11951, 2, 137, 191892, 164082002, ctl, 1, 64,127, + 2906, 1, 51, 191910, 164097068, nof, 0, 65, 0, + 2907, 1, 0, 191910, 164097068, non, 0, 69, 45, A4 + 2908, 1, 52, 191962, 164140592, nof, 0, 69, 0, + 2909, 1, 0, 191962, 164140592, non, 0, 72, 48, C5 + 274, 0, 269, 192013, 164183279,tempo,66,bpm,, + 2910, 1, 51, 192013, 164183279, nof, 0, 72, 0, + 2911, 1, 0, 192013, 164183279, non, 0, 77, 50, F5 + 2912, 1, 51, 192064, 164228516, nof, 0, 77, 0, +11952, 2, 193, 192085, 164247143, nof, 1, 54, 0, +11953, 2, 0, 192085, 164247143, nof, 1, 78, 0, +11954, 2, 0, 192085, 164247143, non, 1, 81, 55, A5 +11955, 2, 171, 192256, 164398820, non, 1, 60, 40, C4 + 2913, 1, 256, 192320, 164455588, non, 0, 65, 37, F4 + 2914, 1, 85, 192405, 164530983, nof, 0, 65, 0, + 2915, 1, 0, 192405, 164530983, non, 0, 69, 37, A4 + 2916, 1, 86, 192491, 164607265, nof, 0, 69, 0, + 2917, 1, 0, 192491, 164607265, non, 0, 72, 38, C5 + 2918, 1, 85, 192576, 164682660, nof, 0, 72, 0, + 275, 0, 584, 192597, 164701287,tempo,50,bpm,, +11956, 2, 341, 192597, 164701287, nof, 1, 60, 0, +11957, 2, 0, 192597, 164701287, nof, 1, 81, 0, +11958, 2, 0, 192597, 164701287, non, 1, 77, 49, F5 + 276, 0, 171, 192768, 164901528,tsig,9,4,, + 2919, 1, 192, 192768, 164901528, ctl, 0, 64, 0, +11959, 2, 171, 192768, 164901528, ctl, 1, 64,127, +11960, 2, 0, 192768, 164901528, nof, 1, 77, 0, +11961, 2, 0, 192768, 164901528, non, 1, 65, 51, F4 +11962, 2, 51, 192819, 164961249, ctl, 1, 64, 0, +11963, 2, 64, 192883, 165036193, ctl, 1, 64,127, + 277, 0, 128, 192896, 165051416,tempo,45,bpm,, + 2920, 1, 128, 192896, 165051416, non, 0, 66, 33, F#4 + 2921, 1, 64, 192960, 165134744, nof, 0, 66, 0, + 2922, 1, 0, 192960, 165134744, non, 0, 68, 35, G#4 + 2923, 1, 64, 193024, 165218072, nof, 0, 68, 0, + 2924, 1, 0, 193024, 165218072, non, 0, 72, 38, C5 + 278, 0, 192, 193088, 165301400,tempo,25,bpm,, + 2925, 1, 64, 193088, 165301400, nof, 0, 72, 0, + 2926, 1, 0, 193088, 165301400, non, 0, 78, 35, F#5 + 279, 0, 21, 193109, 165350603,tempo,30,bpm,, +11964, 2, 226, 193109, 165350603, non, 1, 80, 53, G#5 + 2927, 1, 64, 193152, 165434582, nof, 0, 78, 0, + 280, 0, 171, 193280, 165684566,tempo,50,bpm,, + 2928, 1, 192, 193344, 165759510, non, 0, 66, 21, F#4 + 2929, 1, 64, 193408, 165834454, nof, 0, 66, 0, + 2930, 1, 0, 193408, 165834454, non, 0, 68, 25, G#4 + 2931, 1, 64, 193472, 165909398, nof, 0, 68, 0, + 2932, 1, 0, 193472, 165909398, non, 0, 72, 29, C5 +11965, 2, 414, 193523, 165969119, ctl, 1, 64,127, + 2933, 1, 64, 193536, 165984342, nof, 0, 72, 0, + 2934, 1, 0, 193536, 165984342, non, 0, 78, 28, F#5 + 2935, 1, 64, 193600, 166059286, nof, 0, 78, 0, + 281, 0, 341, 193621, 166083877,tempo,30,bpm,, +11966, 2, 98, 193621, 166083877, nof, 1, 80, 0, +11967, 2, 0, 193621, 166083877, nof, 1, 65, 0, +11968, 2, 0, 193621, 166083877, non, 1, 64, 25, E4 +11969, 2, 0, 193621, 166083877, non, 1, 80, 37, G#5 + 282, 0, 171, 193792, 166417840,tempo,60,bpm,, +11970, 2, 171, 193792, 166417840, ctl, 1, 64, 0, +11971, 2, 0, 193792, 166417840, nof, 1, 64, 0, +11972, 2, 0, 193792, 166417840, nof, 1, 80, 0, +11973, 2, 0, 193792, 166417840, non, 1, 59, 43, B3 +11974, 2, 0, 193792, 166417840, non, 1, 44, 25, G#2 +11975, 2, 90, 193882, 166505680, ctl, 1, 64,127, +11976, 2, 38, 193920, 166542768, non, 1, 38, 25, D2 + 283, 0, 256, 194048, 166667696,tempo,60,bpm,, + 2936, 1, 448, 194048, 166667696, non, 0, 54, 18, F#3 + 2937, 1, 0, 194048, 166667696, non, 0, 60, 30, C4 +11977, 2, 128, 194048, 166667696, ctl, 1, 64, 0, +11978, 2, 0, 194048, 166667696, non, 1, 51, 25, D#3 +11979, 2, 122, 194170, 166786768, ctl, 1, 64,127, + 284, 0, 853, 194901, 167500224,tempo,30,bpm,, +11980, 2, 731, 194901, 167500224, nof, 1, 59, 0, +11981, 2, 0, 194901, 167500224, non, 1, 58, 33, A#3 + 285, 0, 171, 195072, 167834187,tsig,2,2,, + 286, 0, 0, 195072, 167834187,tempo,70,bpm,, + 2938, 1, 1024, 195072, 167834187, ctl, 0, 64, 0, + 2939, 1, 0, 195072, 167834187, nof, 0, 54, 0, + 2940, 1, 0, 195072, 167834187, nof, 0, 60, 0, + 2941, 1, 0, 195072, 167834187, non, 0, 70, 46, A#4 + 2942, 1, 0, 195072, 167834187, non, 0, 77, 60, F5 +11982, 2, 171, 195072, 167834187, ctl, 1, 64, 0, +11983, 2, 0, 195072, 167834187, nof, 1, 38, 0, +11984, 2, 0, 195072, 167834187, nof, 1, 44, 0, +11985, 2, 0, 195072, 167834187, nof, 1, 51, 0, +11986, 2, 0, 195072, 167834187, nof, 1, 58, 0, + 287, 0, 128, 195200, 167941323,tempo,80,bpm,, +11987, 2, 128, 195200, 167941323, non, 1, 50, 44, D3 +11988, 2, 44, 195244, 167973531, ctl, 1, 64,127, +11989, 2, 84, 195328, 168035019, nof, 1, 50, 0, +11990, 2, 0, 195328, 168035019, non, 1, 60, 43, C4 +11991, 2, 78, 195406, 168092115, ctl, 1, 64,127, +11992, 2, 50, 195456, 168128715, nof, 1, 60, 0, +11993, 2, 0, 195456, 168128715, non, 1, 66, 41, F#4 +11994, 2, 128, 195584, 168222411, nof, 1, 66, 0, +11995, 2, 0, 195584, 168222411, non, 1, 60, 40, C4 +11996, 2, 205, 195789, 168372471, nof, 1, 60, 0, + 288, 0, 725, 195925, 168472023,tempo,60,bpm,, + 2943, 1, 853, 195925, 168472023, nof, 0, 70, 0, + 2944, 1, 0, 195925, 168472023, non, 0, 76, 49, E5 + 2945, 1, 50, 195975, 168520823, nof, 0, 77, 0, + 289, 0, 171, 196096, 168638919,tempo,80,bpm,, + 2946, 1, 121, 196096, 168638919, nof, 0, 76, 0, + 2947, 1, 0, 196096, 168638919, non, 0, 64, 41, E4 + 2948, 1, 0, 196096, 168638919, non, 0, 71, 55, B4 +11997, 2, 328, 196117, 168654291, ctl, 1, 64, 0, +11998, 2, 70, 196187, 168705531, ctl, 1, 64,127, +11999, 2, 37, 196224, 168732615, non, 1, 44, 36, G#2 +12000, 2, 128, 196352, 168826311, nof, 1, 44, 0, +12001, 2, 0, 196352, 168826311, non, 1, 54, 35, F#3 +12002, 2, 128, 196480, 168920007, nof, 1, 54, 0, +12003, 2, 0, 196480, 168920007, non, 1, 60, 33, C4 +12004, 2, 44, 196524, 168952215, ctl, 1, 64,127, + 290, 0, 512, 196608, 169013703,tempo,90,bpm,, +12005, 2, 84, 196608, 169013703, nof, 1, 60, 0, +12006, 2, 0, 196608, 169013703, non, 1, 54, 32, F#3 +12007, 2, 205, 196813, 169147158, nof, 1, 54, 0, + 291, 0, 341, 196949, 169235694,tempo,60,bpm,, + 2949, 1, 853, 196949, 169235694, nof, 0, 64, 0, + 2950, 1, 0, 196949, 169235694, non, 0, 70, 43, A#4 + 2951, 1, 50, 196999, 169284494, nof, 0, 71, 0, + 292, 0, 171, 197120, 169402590,tempo,50,bpm,, + 2952, 1, 121, 197120, 169402590, ctl, 0, 64, 0, + 2953, 1, 0, 197120, 169402590, nof, 0, 70, 0, + 2954, 1, 0, 197120, 169402590, non, 0, 64, 36, E4 + 2955, 1, 0, 197120, 169402590, non, 0, 71, 50, B4 +12008, 2, 307, 197120, 169402590, ctl, 1, 64, 0, +12009, 2, 0, 197120, 169402590, ctl, 1, 64, 0, + 293, 0, 128, 197248, 169552478,tempo,66,bpm,, +12010, 2, 128, 197248, 169552478, non, 1, 44, 40, G#2 +12011, 2, 44, 197292, 169591506, ctl, 1, 64,127, +12012, 2, 84, 197376, 169666014, nof, 1, 44, 0, +12013, 2, 0, 197376, 169666014, non, 1, 54, 39, F#3 +12014, 2, 78, 197454, 169735200, ctl, 1, 64,127, +12015, 2, 50, 197504, 169779550, nof, 1, 54, 0, +12016, 2, 0, 197504, 169779550, non, 1, 60, 37, C4 + 294, 0, 384, 197632, 169893086,tempo,70,bpm,, +12017, 2, 128, 197632, 169893086, nof, 1, 60, 0, +12018, 2, 0, 197632, 169893086, non, 1, 54, 36, F#3 +12019, 2, 205, 197837, 170064671, nof, 1, 54, 0, + 295, 0, 341, 197973, 170178503,tempo,50,bpm,, + 2956, 1, 853, 197973, 170178503, nof, 0, 64, 0, + 2957, 1, 0, 197973, 170178503, non, 0, 70, 38, A#4 + 2958, 1, 50, 198023, 170237053, nof, 0, 71, 0, + 296, 0, 171, 198144, 170378744,tempo,80,bpm,, + 2959, 1, 121, 198144, 170378744, nof, 0, 70, 0, + 2960, 1, 0, 198144, 170378744, non, 0, 58, 30, A#3 + 2961, 1, 0, 198144, 170378744, non, 0, 65, 44, F4 +12020, 2, 328, 198165, 170394116, ctl, 1, 64, 0, +12021, 2, 70, 198235, 170445356, ctl, 1, 64,127, +12022, 2, 37, 198272, 170472440, non, 1, 38, 35, D2 +12023, 2, 128, 198400, 170566136, nof, 1, 38, 0, +12024, 2, 0, 198400, 170566136, non, 1, 48, 33, C3 +12025, 2, 128, 198528, 170659832, nof, 1, 48, 0, +12026, 2, 0, 198528, 170659832, non, 1, 54, 32, F#3 +12027, 2, 44, 198572, 170692040, ctl, 1, 64,127, + 297, 0, 512, 198656, 170753528,tempo,66,bpm,, +12028, 2, 84, 198656, 170753528, nof, 1, 54, 0, +12029, 2, 0, 198656, 170753528, non, 1, 48, 30, C3 +12030, 2, 205, 198861, 170935363, nof, 1, 48, 0, + 298, 0, 341, 198997, 171055995,tempo,50,bpm,, + 2962, 1, 853, 198997, 171055995, nof, 0, 58, 0, + 2963, 1, 0, 198997, 171055995, non, 0, 64, 33, E4 + 2964, 1, 50, 199047, 171114545, nof, 0, 65, 0, + 299, 0, 171, 199168, 171256236,tsig,4,3,, + 300, 0, 0, 199168, 171256236,tempo,50,bpm,, + 2965, 1, 121, 199168, 171256236, ctl, 0, 64, 0, + 2966, 1, 0, 199168, 171256236, nof, 0, 64, 0, + 2967, 1, 0, 199168, 171256236, non, 0, 54, 34, F#3 + 2968, 1, 0, 199168, 171256236, non, 0, 57, 34, A3 + 2969, 1, 0, 199168, 171256236, non, 0, 65, 44, F4 +12031, 2, 307, 199168, 171256236, ctl, 1, 64,127, +12032, 2, 80, 199248, 171349916, ctl, 1, 64, 0, +12033, 2, 99, 199347, 171465845, ctl, 1, 64,127, + 2970, 1, 341, 199509, 171655547, nof, 0, 54, 0, + 2971, 1, 0, 199509, 171655547, nof, 0, 57, 0, + 2972, 1, 0, 199509, 171655547, nof, 0, 65, 0, + 2973, 1, 0, 199509, 171655547, non, 0, 54, 35, F#3 + 2974, 1, 0, 199509, 171655547, non, 0, 57, 35, A3 + 2975, 1, 0, 199509, 171655547, non, 0, 65, 45, F4 +12034, 2, 333, 199680, 171855788, non, 1, 48, 44, C3 + 301, 0, 683, 199851, 172056029,tempo,66,bpm,, + 2976, 1, 342, 199851, 172056029, nof, 0, 54, 0, + 2977, 1, 0, 199851, 172056029, nof, 0, 57, 0, + 2978, 1, 0, 199851, 172056029, nof, 0, 65, 0, + 2979, 1, 0, 199851, 172056029, non, 0, 54, 30, F#3 + 2980, 1, 0, 199851, 172056029, non, 0, 57, 30, A3 + 2981, 1, 0, 199851, 172056029, non, 0, 65, 40, F4 + 302, 0, 170, 200021, 172206819,tempo,40,bpm,, + 2982, 1, 170, 200021, 172206819, nof, 0, 54, 0, + 2983, 1, 0, 200021, 172206819, nof, 0, 57, 0, + 2984, 1, 0, 200021, 172206819, nof, 0, 65, 0, + 2985, 1, 0, 200021, 172206819, non, 0, 54, 30, F#3 + 2986, 1, 0, 200021, 172206819, non, 0, 57, 30, A3 + 2987, 1, 0, 200021, 172206819, non, 0, 65, 40, F4 + 303, 0, 86, 200107, 172332723,tempo,50,bpm,, + 2988, 1, 86, 200107, 172332723, non, 0, 65, 64, F4 + 2989, 1, 85, 200192, 172432258, nof, 0, 65, 0, + 2990, 1, 0, 200192, 172432258, non, 0, 69, 64, A4 + 2991, 1, 0, 200192, 172432258, nof, 0, 54, 0, + 2992, 1, 0, 200192, 172432258, nof, 0, 57, 0, + 2993, 1, 0, 200192, 172432258, nof, 0, 65, 0, + 304, 0, 256, 200363, 172632499,tempo,66,bpm,, + 2994, 1, 171, 200363, 172632499, non, 0, 54, 30, F#3 + 2995, 1, 0, 200363, 172632499, non, 0, 57, 30, A3 + 2996, 1, 0, 200363, 172632499, non, 0, 65, 38, F4 + 2997, 1, 170, 200533, 172783289, nof, 0, 54, 0, + 2998, 1, 0, 200533, 172783289, nof, 0, 57, 0, + 2999, 1, 0, 200533, 172783289, nof, 0, 65, 0, + 3000, 1, 0, 200533, 172783289, non, 0, 54, 31, F#3 + 3001, 1, 0, 200533, 172783289, non, 0, 57, 31, A3 + 3002, 1, 0, 200533, 172783289, non, 0, 65, 41, F4 +12035, 2, 853, 200533, 172783289, non, 1, 38, 44, D2 +12036, 2, 171, 200704, 172934966, nof, 1, 48, 0, +12037, 2, 0, 200704, 172934966, non, 1, 48, 44, C3 + 3003, 1, 342, 200875, 173086643, nof, 0, 54, 0, + 3004, 1, 0, 200875, 173086643, nof, 0, 57, 0, + 3005, 1, 0, 200875, 173086643, nof, 0, 65, 0, + 3006, 1, 0, 200875, 173086643, non, 0, 54, 36, F#3 + 3007, 1, 0, 200875, 173086643, non, 0, 57, 36, A3 + 3008, 1, 0, 200875, 173086643, non, 0, 65, 47, F4 + 3009, 1, 170, 201045, 173237433, nof, 0, 54, 0, + 3010, 1, 0, 201045, 173237433, nof, 0, 57, 0, + 3011, 1, 0, 201045, 173237433, nof, 0, 65, 0, + 3012, 1, 0, 201045, 173237433, non, 0, 54, 38, F#3 + 3013, 1, 0, 201045, 173237433, non, 0, 57, 38, A3 + 3014, 1, 0, 201045, 173237433, non, 0, 65, 49, F4 +12038, 2, 341, 201045, 173237433, nof, 1, 38, 0, +12039, 2, 0, 201045, 173237433, non, 1, 38, 44, D2 + 305, 0, 853, 201216, 173389110,tempo,50,bpm,, + 3015, 1, 171, 201216, 173389110, ctl, 0, 64, 0, + 3016, 1, 0, 201216, 173389110, nof, 0, 69, 0, + 3017, 1, 0, 201216, 173389110, nof, 0, 54, 0, + 3018, 1, 0, 201216, 173389110, nof, 0, 57, 0, + 3019, 1, 0, 201216, 173389110, nof, 0, 65, 0, + 3020, 1, 0, 201216, 173389110, non, 0, 54, 39, F#3 + 3021, 1, 0, 201216, 173389110, non, 0, 57, 39, A3 + 3022, 1, 0, 201216, 173389110, non, 0, 65, 50, F4 +12040, 2, 171, 201216, 173389110, ctl, 1, 64,127, +12041, 2, 0, 201216, 173389110, ctl, 1, 64, 0, +12042, 2, 0, 201216, 173389110, nof, 1, 38, 0, +12043, 2, 0, 201216, 173389110, nof, 1, 48, 0, +12044, 2, 0, 201216, 173389110, non, 1, 32, 56, G#1 +12045, 2, 80, 201296, 173482790, ctl, 1, 64, 0, + 306, 0, 171, 201387, 173589351,tempo,66,bpm,, + 3023, 1, 171, 201387, 173589351, nof, 0, 54, 0, + 3024, 1, 0, 201387, 173589351, nof, 0, 57, 0, + 3025, 1, 0, 201387, 173589351, nof, 0, 65, 0, + 3026, 1, 0, 201387, 173589351, non, 0, 54, 33, F#3 + 3027, 1, 0, 201387, 173589351, non, 0, 57, 33, A3 + 3028, 1, 0, 201387, 173589351, non, 0, 65, 44, F4 +12046, 2, 99, 201395, 173596447, ctl, 1, 64,127, + 3029, 1, 170, 201557, 173740141, nof, 0, 54, 0, + 3030, 1, 0, 201557, 173740141, nof, 0, 57, 0, + 3031, 1, 0, 201557, 173740141, nof, 0, 65, 0, + 3032, 1, 0, 201557, 173740141, non, 0, 54, 34, F#3 + 3033, 1, 0, 201557, 173740141, non, 0, 57, 34, A3 + 3034, 1, 0, 201557, 173740141, non, 0, 65, 45, F4 + 307, 0, 341, 201728, 173891818,tempo,50,bpm,, +12047, 2, 333, 201728, 173891818, nof, 1, 32, 0, +12048, 2, 0, 201728, 173891818, non, 1, 48, 44, C3 +12049, 2, 85, 201813, 173991353, nof, 1, 48, 0, +12050, 2, 0, 201813, 173991353, non, 1, 38, 44, D2 + 308, 0, 171, 201899, 174092059,tempo,66,bpm,, + 3035, 1, 342, 201899, 174092059, nof, 0, 54, 0, + 3036, 1, 0, 201899, 174092059, nof, 0, 57, 0, + 3037, 1, 0, 201899, 174092059, nof, 0, 65, 0, + 3038, 1, 0, 201899, 174092059, non, 0, 54, 37, F#3 + 3039, 1, 0, 201899, 174092059, non, 0, 57, 37, A3 + 3040, 1, 0, 201899, 174092059, non, 0, 65, 48, F4 +12051, 2, 86, 201899, 174092059, nof, 1, 38, 0, + 309, 0, 170, 202069, 174242849,tempo,30,bpm,, + 3041, 1, 170, 202069, 174242849, nof, 0, 54, 0, + 3042, 1, 0, 202069, 174242849, nof, 0, 57, 0, + 3043, 1, 0, 202069, 174242849, nof, 0, 65, 0, + 3044, 1, 0, 202069, 174242849, non, 0, 54, 40, F#3 + 3045, 1, 0, 202069, 174242849, non, 0, 57, 40, A3 + 3046, 1, 0, 202069, 174242849, non, 0, 65, 52, F4 + 310, 0, 86, 202155, 174410807,tempo,50,bpm,, + 3047, 1, 86, 202155, 174410807, non, 0, 65, 73, F4 + 3048, 1, 85, 202240, 174510342, nof, 0, 65, 0, + 3049, 1, 0, 202240, 174510342, non, 0, 72, 73, C5 + 3050, 1, 0, 202240, 174510342, nof, 0, 54, 0, + 3051, 1, 0, 202240, 174510342, nof, 0, 57, 0, + 3052, 1, 0, 202240, 174510342, nof, 0, 65, 0, + 311, 0, 256, 202411, 174710583,tempo,66,bpm,, + 3053, 1, 171, 202411, 174710583, non, 0, 54, 41, F#3 + 3054, 1, 0, 202411, 174710583, non, 0, 57, 41, A3 + 3055, 1, 0, 202411, 174710583, non, 0, 65, 53, F4 + 3056, 1, 170, 202581, 174861373, nof, 0, 54, 0, + 3057, 1, 0, 202581, 174861373, nof, 0, 57, 0, + 3058, 1, 0, 202581, 174861373, nof, 0, 65, 0, + 3059, 1, 0, 202581, 174861373, non, 0, 54, 42, F#3 + 3060, 1, 0, 202581, 174861373, non, 0, 57, 42, A3 + 3061, 1, 0, 202581, 174861373, non, 0, 65, 53, F4 + 312, 0, 341, 202752, 175013050,tempo,50,bpm,, +12052, 2, 853, 202752, 175013050, non, 1, 48, 44, C3 +12053, 2, 85, 202837, 175112585, nof, 1, 48, 0, +12054, 2, 0, 202837, 175112585, non, 1, 38, 44, D2 + 3062, 1, 342, 202923, 175213291, nof, 0, 54, 0, + 3063, 1, 0, 202923, 175213291, nof, 0, 57, 0, + 3064, 1, 0, 202923, 175213291, nof, 0, 65, 0, + 3065, 1, 0, 202923, 175213291, non, 0, 54, 43, F#3 + 3066, 1, 0, 202923, 175213291, non, 0, 57, 43, A3 + 3067, 1, 0, 202923, 175213291, non, 0, 65, 54, F4 +12055, 2, 86, 202923, 175213291, nof, 1, 38, 0, + 313, 0, 341, 203093, 175412361,tempo,40,bpm,, + 314, 0, 0, 203093, 175412361,tempo,30,bpm,, + 3068, 1, 170, 203093, 175412361, nof, 0, 54, 0, + 3069, 1, 0, 203093, 175412361, nof, 0, 57, 0, + 3070, 1, 0, 203093, 175412361, nof, 0, 65, 0, + 3071, 1, 26, 203119, 175463139, non, 0, 53, 55, F3 + 3072, 1, 0, 203119, 175463139, non, 0, 58, 55, A#3 + 3073, 1, 0, 203119, 175463139, non, 0, 65, 55, F4 + 315, 0, 86, 203179, 175580319,tempo,30,bpm,, + 3074, 1, 60, 203179, 175580319, nof, 0, 72, 0, + 3075, 1, 0, 203179, 175580319, non, 0, 69, 77, A4 +12056, 2, 256, 203179, 175580319, non, 1, 28, 55, E1 +12057, 2, 0, 203179, 175580319, non, 1, 34, 55, A#1 +12058, 2, 0, 203179, 175580319, non, 1, 41, 67, F2 + 316, 0, 85, 203264, 175746324,tempo,50,bpm,, + 3076, 1, 85, 203264, 175746324, ctl, 0, 64, 0, + 3077, 1, 0, 203264, 175746324, nof, 0, 69, 0, + 3078, 1, 0, 203264, 175746324, nof, 0, 53, 0, + 3079, 1, 0, 203264, 175746324, nof, 0, 58, 0, + 3080, 1, 0, 203264, 175746324, nof, 0, 65, 0, + 3081, 1, 0, 203264, 175746324, non, 0, 50, 64, D3 + 3082, 1, 0, 203264, 175746324, non, 0, 53, 64, F3 + 3083, 1, 0, 203264, 175746324, non, 0, 58, 64, A#3 + 3084, 1, 0, 203264, 175746324, non, 0, 61, 64, C#4 + 3085, 1, 0, 203264, 175746324, non, 0, 62, 64, D4 + 3086, 1, 0, 203264, 175746324, non, 0, 65, 64, F4 + 3087, 1, 0, 203264, 175746324, non, 0, 70, 64, A#4 + 3088, 1, 0, 203264, 175746324, non, 0, 73, 80, C#5 +12059, 2, 85, 203264, 175746324, ctl, 1, 64,127, +12060, 2, 0, 203264, 175746324, ctl, 1, 64, 0, +12061, 2, 80, 203344, 175840004, ctl, 1, 64, 0, +12062, 2, 99, 203443, 175955933, ctl, 1, 64,127, +12063, 2, 333, 203776, 176345876, non, 1, 38, 44, D2 +12064, 2, 64, 203840, 176420820, nof, 1, 38, 0, +12065, 2, 0, 203840, 176420820, non, 1, 41, 47, F2 +12066, 2, 64, 203904, 176495764, nof, 1, 41, 0, +12067, 2, 0, 203904, 176495764, non, 1, 46, 50, A#2 +12068, 2, 0, 203904, 176495764, non, 1, 49, 50, C#3 +12069, 2, 64, 203968, 176570708, nof, 1, 46, 0, +12070, 2, 0, 203968, 176570708, nof, 1, 49, 0, +12071, 2, 0, 203968, 176570708, non, 1, 50, 52, D3 +12072, 2, 64, 204032, 176645652, nof, 1, 50, 0, +12073, 2, 0, 204032, 176645652, non, 1, 53, 55, F3 +12074, 2, 64, 204096, 176720596, nof, 1, 53, 0, +12075, 2, 0, 204096, 176720596, non, 1, 58, 58, A#3 +12076, 2, 0, 204096, 176720596, non, 1, 61, 58, C#4 + 317, 0, 896, 204160, 176795540,tempo,40,bpm,, +12077, 2, 64, 204160, 176795540, nof, 1, 58, 0, +12078, 2, 0, 204160, 176795540, nof, 1, 61, 0, +12079, 2, 0, 204160, 176795540, non, 1, 62, 61, D4 +12080, 2, 43, 204203, 176858492, non, 1, 34, 71, A#1 +12081, 2, 0, 204203, 176858492, non, 1, 46, 83, A#2 +12082, 2, 21, 204224, 176889236, nof, 1, 62, 0, +12083, 2, 0, 204224, 176889236, non, 1, 65, 63, F4 +12084, 2, 64, 204288, 176982932, nof, 1, 34, 0, +12085, 2, 0, 204288, 176982932, nof, 1, 46, 0, +12086, 2, 0, 204288, 176982932, non, 1, 41, 71, F2 +12087, 2, 0, 204288, 176982932, non, 1, 53, 83, F3 +12088, 2, 0, 204288, 176982932, nof, 1, 65, 0, +12089, 2, 0, 204288, 176982932, non, 1, 70, 66, A#4 +12090, 2, 0, 204288, 176982932, non, 1, 73, 66, C#5 + 318, 0, 213, 204373, 177107372,tempo,50,bpm,, +12091, 2, 85, 204373, 177107372, nof, 1, 70, 0, +12092, 2, 0, 204373, 177107372, nof, 1, 73, 0, +12093, 2, 0, 204373, 177107372, non, 1, 65, 66, F4 +12094, 2, 86, 204459, 177208078, nof, 1, 65, 0, +12095, 2, 0, 204459, 177208078, non, 1, 62, 63, D4 +12096, 2, 85, 204544, 177307613, nof, 1, 62, 0, +12097, 2, 0, 204544, 177307613, non, 1, 58, 60, A#3 +12098, 2, 0, 204544, 177307613, non, 1, 61, 60, C#4 +12099, 2, 85, 204629, 177407148, nof, 1, 58, 0, +12100, 2, 0, 204629, 177407148, nof, 1, 61, 0, +12101, 2, 0, 204629, 177407148, non, 1, 53, 58, F3 +12102, 2, 86, 204715, 177507854, nof, 1, 53, 0, +12103, 2, 0, 204715, 177507854, non, 1, 50, 55, D3 +12104, 2, 85, 204800, 177607389, nof, 1, 50, 0, +12105, 2, 0, 204800, 177607389, non, 1, 58, 60, A#3 +12106, 2, 0, 204800, 177607389, non, 1, 61, 60, C#4 +12107, 2, 85, 204885, 177706924, nof, 1, 58, 0, +12108, 2, 0, 204885, 177706924, nof, 1, 61, 0, +12109, 2, 0, 204885, 177706924, non, 1, 53, 57, F3 +12110, 2, 86, 204971, 177807630, nof, 1, 53, 0, +12111, 2, 0, 204971, 177807630, non, 1, 50, 54, D3 +12112, 2, 85, 205056, 177907165, nof, 1, 50, 0, +12113, 2, 0, 205056, 177907165, non, 1, 46, 50, A#2 +12114, 2, 0, 205056, 177907165, non, 1, 49, 50, C#3 +12115, 2, 85, 205141, 178006700, nof, 1, 46, 0, +12116, 2, 0, 205141, 178006700, nof, 1, 49, 0, +12117, 2, 0, 205141, 178006700, non, 1, 41, 47, F2 + 319, 0, 854, 205227, 178107406,tempo,25,bpm,, +12118, 2, 86, 205227, 178107406, nof, 1, 41, 0, +12119, 2, 0, 205227, 178107406, non, 1, 38, 44, D2 + 320, 0, 85, 205312, 178306561,tempo,50,bpm,, + 3089, 1, 2048, 205312, 178306561, ctl, 0, 64, 0, + 3090, 1, 0, 205312, 178306561, ctl, 0, 64, 0, + 3091, 1, 0, 205312, 178306561, ctl, 0, 64, 0, + 3092, 1, 0, 205312, 178306561, nof, 0, 50, 0, + 3093, 1, 0, 205312, 178306561, nof, 0, 53, 0, + 3094, 1, 0, 205312, 178306561, nof, 0, 58, 0, + 3095, 1, 0, 205312, 178306561, nof, 0, 61, 0, + 3096, 1, 0, 205312, 178306561, nof, 0, 62, 0, + 3097, 1, 0, 205312, 178306561, nof, 0, 65, 0, + 3098, 1, 0, 205312, 178306561, nof, 0, 70, 0, + 3099, 1, 0, 205312, 178306561, nof, 0, 73, 0, +12120, 2, 85, 205312, 178306561, ctl, 1, 64,127, +12121, 2, 0, 205312, 178306561, ctl, 1, 64, 0, +12122, 2, 0, 205312, 178306561, ctl, 1, 64, 0, +12123, 2, 0, 205312, 178306561, nof, 1, 28, 0, +12124, 2, 0, 205312, 178306561, nof, 1, 34, 0, +12125, 2, 0, 205312, 178306561, nof, 1, 41, 0, +12126, 2, 0, 205312, 178306561, nof, 1, 41, 0, +12127, 2, 0, 205312, 178306561, nof, 1, 53, 0, +12128, 2, 0, 205312, 178306561, nof, 1, 38, 0, +12129, 2, 113, 205425, 178438884, ctl, 1, 64, 0, +12130, 2, 189, 205614, 178660203, ctl, 1, 64,127, + 3100, 1, 512, 205824, 178906113, non, 0, 50, 39, D3 + 3101, 1, 0, 205824, 178906113, non, 0, 53, 39, F3 + 3102, 1, 0, 205824, 178906113, non, 0, 58, 39, A#3 + 3103, 1, 0, 205824, 178906113, non, 0, 61, 55, C#4 +12131, 2, 210, 205824, 178906113, non, 1, 28, 31, E1 +12132, 2, 0, 205824, 178906113, non, 1, 34, 31, A#1 +12133, 2, 0, 205824, 178906113, non, 1, 41, 43, F2 + 3104, 1, 384, 206208, 179355777, non, 0, 57, 55, A3 + 321, 0, 1024, 206336, 179505665,tempo,40,bpm,, + 3105, 1, 128, 206336, 179505665, nof, 0, 50, 0, + 3106, 1, 0, 206336, 179505665, nof, 0, 53, 0, + 3107, 1, 0, 206336, 179505665, nof, 0, 58, 0, + 3108, 1, 0, 206336, 179505665, nof, 0, 61, 0, + 3109, 1, 0, 206336, 179505665, non, 0, 50, 35, D3 + 3110, 1, 0, 206336, 179505665, non, 0, 53, 35, F3 + 3111, 1, 0, 206336, 179505665, non, 0, 58, 35, A#3 + 3112, 1, 0, 206336, 179505665, non, 0, 61, 44, C#4 +12134, 2, 512, 206336, 179505665, nof, 1, 28, 0, +12135, 2, 0, 206336, 179505665, nof, 1, 34, 0, +12136, 2, 0, 206336, 179505665, nof, 1, 41, 0, +12137, 2, 0, 206336, 179505665, non, 1, 28, 28, E1 +12138, 2, 0, 206336, 179505665, non, 1, 34, 28, A#1 +12139, 2, 0, 206336, 179505665, non, 1, 41, 39, F2 +12140, 2, 88, 206424, 179634497, ctl, 1, 64, 0, +12141, 2, 339, 206763, 180130793, ctl, 1, 64,127, + 322, 0, 512, 206848, 180255233,tempo,30,bpm,, + 3113, 1, 512, 206848, 180255233, nof, 0, 50, 0, + 3114, 1, 0, 206848, 180255233, nof, 0, 53, 0, + 3115, 1, 0, 206848, 180255233, nof, 0, 58, 0, + 3116, 1, 0, 206848, 180255233, nof, 0, 61, 0, + 3117, 1, 0, 206848, 180255233, non, 0, 50, 27, D3 + 3118, 1, 0, 206848, 180255233, non, 0, 53, 27, F3 + 3119, 1, 0, 206848, 180255233, non, 0, 58, 27, A#3 + 3120, 1, 0, 206848, 180255233, non, 0, 61, 43, C#4 +12142, 2, 85, 206848, 180255233, nof, 1, 28, 0, +12143, 2, 0, 206848, 180255233, nof, 1, 34, 0, +12144, 2, 0, 206848, 180255233, nof, 1, 41, 0, +12145, 2, 0, 206848, 180255233, non, 1, 28, 25, E1 +12146, 2, 0, 206848, 180255233, non, 1, 34, 25, A#1 +12147, 2, 0, 206848, 180255233, non, 1, 41, 34, F2 + 3121, 1, 384, 207232, 181005185, nof, 0, 57, 0, + 3122, 1, 0, 207232, 181005185, non, 0, 56, 40, G#3 + 323, 0, 512, 207360, 181255169,tsig,6,3,, + 324, 0, 0, 207360, 181255169,tempo,70,bpm,, + 3123, 1, 128, 207360, 181255169, ctl, 0, 64, 0, + 3124, 1, 0, 207360, 181255169, nof, 0, 50, 0, + 3125, 1, 0, 207360, 181255169, nof, 0, 53, 0, + 3126, 1, 0, 207360, 181255169, nof, 0, 58, 0, + 3127, 1, 0, 207360, 181255169, nof, 0, 61, 0, + 3128, 1, 0, 207360, 181255169, non, 0, 62, 20, D4 + 3129, 1, 0, 207360, 181255169, non, 0, 68, 35, G#4 +12148, 2, 512, 207360, 181255169, ctl, 1, 64,127, +12149, 2, 0, 207360, 181255169, nof, 1, 28, 0, +12150, 2, 0, 207360, 181255169, nof, 1, 34, 0, +12151, 2, 0, 207360, 181255169, nof, 1, 41, 0, +12152, 2, 0, 207360, 181255169, non, 1, 34, 24, A#1 +12153, 2, 199, 207559, 181421732, ctl, 1, 64, 0, +12154, 2, 360, 207919, 181723052, ctl, 1, 64,127, + 325, 0, 1024, 208384, 182112257,tempo,80,bpm,, +12155, 2, 465, 208384, 182112257, non, 1, 40, 24, E2 + 3130, 1, 1536, 208896, 182487041, non, 0, 71, 52, B4 +12156, 2, 1024, 209408, 182861825, non, 1, 50, 24, D3 + 3131, 1, 1536, 210432, 183611393, ctl, 0, 64, 0, + 3132, 1, 0, 210432, 183611393, nof, 0, 56, 0, +12157, 2, 1024, 210432, 183611393, ctl, 1, 64,127, +12158, 2, 0, 210432, 183611393, non, 1, 52, 22, E3 +12159, 2, 239, 210671, 183786341, ctl, 1, 64, 0, +12160, 2, 320, 210991, 184020581, ctl, 1, 64,127, +12161, 2, 273, 211264, 184220417, ctl, 1, 64, 0, + 326, 0, 3072, 211456, 184360961,tempo,66,bpm,, + 3133, 1, 1024, 211456, 184360961, nof, 0, 71, 0, + 3134, 1, 0, 211456, 184360961, non, 0, 72, 48, C5 + 327, 0, 512, 211968, 184815105,tempo,50,bpm,, + 3135, 1, 512, 211968, 184815105, nof, 0, 62, 0, + 3136, 1, 0, 211968, 184815105, nof, 0, 68, 0, + 3137, 1, 0, 211968, 184815105, non, 0, 62, 26, D4 + 328, 0, 512, 212480, 185414657,tempo,60,bpm,, + 3138, 1, 512, 212480, 185414657, non, 0, 70, 40, A#4 +12162, 2, 1216, 212480, 185414657, non, 1, 60, 34, C4 + 3139, 1, 50, 212530, 185463457, nof, 0, 72, 0, + 3140, 1, 462, 212992, 185914369, non, 0, 68, 39, G#4 + 3141, 1, 50, 213042, 185963169, nof, 0, 70, 0, + 329, 0, 1024, 213504, 186414081,tempo,50,bpm,, + 3142, 1, 462, 213504, 186414081, ctl, 0, 64, 0, + 3143, 1, 0, 213504, 186414081, nof, 0, 62, 0, + 3144, 1, 0, 213504, 186414081, non, 0, 62, 25, D4 + 3145, 1, 0, 213504, 186414081, non, 0, 67, 41, G4 +12163, 2, 1024, 213504, 186414081, ctl, 1, 64,127, +12164, 2, 0, 213504, 186414081, nof, 1, 40, 0, +12165, 2, 0, 213504, 186414081, nof, 1, 50, 0, +12166, 2, 0, 213504, 186414081, nof, 1, 52, 0, +12167, 2, 0, 213504, 186414081, nof, 1, 60, 0, +12168, 2, 0, 213504, 186414081, non, 1, 59, 36, B3 + 3146, 1, 50, 213554, 186472631, nof, 0, 68, 0, +12169, 2, 75, 213579, 186501906, ctl, 1, 64, 0, +12170, 2, 136, 213715, 186661162, ctl, 1, 64,127, + 3147, 1, 462, 214016, 187013633, nof, 0, 67, 0, + 3148, 1, 0, 214016, 187013633, non, 0, 64, 37, E4 + 3149, 1, 512, 214528, 187613185, non, 0, 68, 35, G#4 + 330, 0, 2048, 215552, 188812289,tempo,60,bpm,, + 3150, 1, 1024, 215552, 188812289, nof, 0, 64, 0, + 3151, 1, 0, 215552, 188812289, nof, 0, 68, 0, + 3152, 1, 0, 215552, 188812289, non, 0, 71, 46, B4 + 3153, 1, 0, 215552, 188812289, nof, 0, 62, 0, + 3154, 1, 0, 215552, 188812289, non, 0, 62, 34, D4 +12171, 2, 1837, 215552, 188812289, nof, 1, 34, 0, +12172, 2, 0, 215552, 188812289, nof, 1, 59, 0, + 3155, 1, 256, 215808, 189062145, non, 0, 64, 32, E4 + 331, 0, 512, 216064, 189312001,tempo,50,bpm,, + 3156, 1, 256, 216064, 189312001, nof, 0, 71, 0, + 3157, 1, 0, 216064, 189312001, non, 0, 76, 42, E5 + 3158, 1, 0, 216064, 189312001, non, 0, 67, 30, G4 + 332, 0, 256, 216320, 189611777,tempo,40,bpm,, + 3159, 1, 256, 216320, 189611777, nof, 0, 67, 0, + 3160, 1, 0, 216320, 189611777, non, 0, 68, 28, G#4 + 333, 0, 256, 216576, 189986561,tempo,66,bpm,, + 3161, 1, 256, 216576, 189986561, ctl, 0, 64, 0, + 3162, 1, 0, 216576, 189986561, nof, 0, 76, 0, + 3163, 1, 0, 216576, 189986561, non, 0, 71, 26, B4 + 3164, 1, 0, 216576, 189986561, non, 0, 79, 38, G5 +12173, 2, 1024, 216576, 189986561, ctl, 1, 64, 0, +12174, 2, 93, 216669, 190069052, ctl, 1, 64,127, + 334, 0, 1536, 218112, 191348993,tempo,50,bpm,, + 3165, 1, 1536, 218112, 191348993, nof, 0, 68, 0, + 3166, 1, 0, 218112, 191348993, nof, 0, 71, 0, + 3167, 1, 0, 218112, 191348993, nof, 0, 79, 0, + 3168, 1, 0, 218112, 191348993, non, 0, 68, 43, G#4 + 335, 0, 512, 218624, 191948545,tempo,66,bpm,, + 3169, 1, 512, 218624, 191948545, nof, 0, 68, 0, + 3170, 1, 0, 218624, 191948545, non, 0, 71, 52, B4 + 3171, 1, 512, 219136, 192402689, nof, 0, 71, 0, + 3172, 1, 0, 219136, 192402689, non, 0, 76, 49, E5 + 3173, 1, 512, 219648, 192856833, ctl, 0, 64, 0, + 3174, 1, 0, 219648, 192856833, nof, 0, 62, 0, + 3175, 1, 0, 219648, 192856833, nof, 0, 64, 0, + 3176, 1, 0, 219648, 192856833, nof, 0, 76, 0, + 3177, 1, 0, 219648, 192856833, non, 0, 56, 33, G#3 + 3178, 1, 0, 219648, 192856833, non, 0, 59, 33, B3 + 3179, 1, 0, 219648, 192856833, non, 0, 62, 33, D4 + 3180, 1, 0, 219648, 192856833, non, 0, 64, 33, E4 + 3181, 1, 0, 219648, 192856833, non, 0, 67, 49, G4 +12175, 2, 2979, 219648, 192856833, ctl, 1, 64,127, +12176, 2, 0, 219648, 192856833, non, 1, 34, 17, A#1 +12177, 2, 0, 219648, 192856833, non, 1, 40, 17, E2 +12178, 2, 194, 219842, 193028911, ctl, 1, 64, 0, +12179, 2, 526, 220368, 193495473, ctl, 1, 64,127, + 3182, 1, 1536, 221184, 194219265, nof, 0, 56, 0, + 3183, 1, 0, 221184, 194219265, nof, 0, 59, 0, + 3184, 1, 0, 221184, 194219265, nof, 0, 62, 0, + 3185, 1, 0, 221184, 194219265, nof, 0, 64, 0, + 3186, 1, 0, 221184, 194219265, nof, 0, 67, 0, + 3187, 1, 0, 221184, 194219265, non, 0, 68, 43, G#4 +12180, 2, 816, 221184, 194219265, nof, 1, 34, 0, +12181, 2, 0, 221184, 194219265, nof, 1, 40, 0, + 336, 0, 3072, 221696, 194673409,tempo,70,bpm,, + 3188, 1, 512, 221696, 194673409, non, 0, 71, 52, B4 + 3189, 1, 512, 222208, 195101953, non, 0, 76, 50, E5 +12182, 2, 1024, 222208, 195101953, non, 1, 62, 40, D4 + 337, 0, 1024, 222720, 195530497,tempo,50,bpm,, + 3190, 1, 512, 222720, 195530497, ctl, 0, 64,127, + 3191, 1, 0, 222720, 195530497, non, 0, 79, 52, G5 +12183, 2, 512, 222720, 195530497, ctl, 1, 64,127, + 338, 0, 512, 223232, 196130049,tempo,70,bpm,, + 3192, 1, 512, 223232, 196130049, nof, 0, 71, 0, + 3193, 1, 0, 223232, 196130049, non, 0, 71, 45, B4 +12184, 2, 768, 223488, 196344321, nof, 1, 62, 0, +12185, 2, 0, 223488, 196344321, non, 1, 56, 24, G#3 + 3194, 1, 512, 223744, 196558593, nof, 0, 71, 0, + 3195, 1, 0, 223744, 196558593, non, 0, 72, 48, C5 +12186, 2, 384, 223872, 196665729, nof, 1, 56, 0, +12187, 2, 0, 223872, 196665729, non, 1, 50, 20, D3 +12188, 2, 384, 224256, 196987137, nof, 1, 50, 0, +12189, 2, 0, 224256, 196987137, non, 1, 40, 15, E2 + 3196, 1, 1024, 224768, 197415681, nof, 0, 68, 0, + 3197, 1, 0, 224768, 197415681, nof, 0, 76, 0, + 3198, 1, 0, 224768, 197415681, nof, 0, 79, 0, + 3199, 1, 0, 224768, 197415681, nof, 0, 72, 0, + 3200, 1, 0, 224768, 197415681, non, 0, 70, 45, A#4 +12190, 2, 512, 224768, 197415681, nof, 1, 40, 0, + 3201, 1, 512, 225280, 197844225, nof, 0, 70, 0, + 3202, 1, 0, 225280, 197844225, non, 0, 68, 44, G#4 + 339, 0, 2560, 225792, 198272769,tempo,50,bpm,, + 3203, 1, 512, 225792, 198272769, ctl, 0, 64, 0, + 3204, 1, 0, 225792, 198272769, nof, 0, 68, 0, + 3205, 1, 0, 225792, 198272769, non, 0, 62, 29, D4 + 3206, 1, 0, 225792, 198272769, non, 0, 67, 41, G4 +12191, 2, 1024, 225792, 198272769, ctl, 1, 64,127, +12192, 2, 0, 225792, 198272769, non, 1, 34, 22, A#1 +12193, 2, 136, 225928, 198432025, ctl, 1, 64, 0, + 340, 0, 256, 226048, 198572545,tempo,60,bpm,, +12194, 2, 120, 226048, 198572545, non, 1, 40, 25, E2 +12195, 2, 97, 226145, 198667217, ctl, 1, 64,127, + 341, 0, 256, 226304, 198822401,tempo,66,bpm,, + 3207, 1, 512, 226304, 198822401, nof, 0, 67, 0, + 3208, 1, 0, 226304, 198822401, non, 0, 64, 36, E4 +12196, 2, 159, 226304, 198822401, non, 1, 50, 28, D3 +12197, 2, 256, 226560, 199049473, non, 1, 52, 31, E3 + 3209, 1, 512, 226816, 199276545, non, 0, 68, 31, G#4 + 342, 0, 768, 227072, 199503617,tempo,50,bpm,, +12198, 2, 512, 227072, 199503617, non, 1, 60, 37, C4 +12199, 2, 256, 227328, 199803393, nof, 1, 60, 0, +12200, 2, 0, 227328, 199803393, non, 1, 59, 34, B3 +12201, 2, 68, 227396, 199883021, ctl, 1, 64, 0, +12202, 2, 381, 227777, 200329172, ctl, 1, 64,127, + 343, 0, 768, 227840, 200402945,tempo,66,bpm,, + 3210, 1, 1024, 227840, 200402945, nof, 0, 64, 0, + 3211, 1, 0, 227840, 200402945, nof, 0, 68, 0, + 3212, 1, 0, 227840, 200402945, non, 0, 71, 46, B4 + 3213, 1, 0, 227840, 200402945, nof, 0, 62, 0, + 3214, 1, 0, 227840, 200402945, non, 0, 62, 28, D4 + 3215, 1, 256, 228096, 200630017, non, 0, 64, 26, E4 + 344, 0, 512, 228352, 200857089,tempo,50,bpm,, + 3216, 1, 256, 228352, 200857089, nof, 0, 71, 0, + 3217, 1, 0, 228352, 200857089, non, 0, 76, 43, E5 + 3218, 1, 0, 228352, 200857089, non, 0, 67, 25, G4 +12203, 2, 575, 228352, 200857089, nof, 1, 34, 0, +12204, 2, 0, 228352, 200857089, nof, 1, 40, 0, + 345, 0, 256, 228608, 201156865,tempo,45,bpm,, + 3219, 1, 256, 228608, 201156865, nof, 0, 67, 0, + 3220, 1, 0, 228608, 201156865, non, 0, 68, 23, G#4 + 3221, 1, 256, 228864, 201490177, ctl, 0, 64, 0, + 3222, 1, 0, 228864, 201490177, nof, 0, 76, 0, + 3223, 1, 0, 228864, 201490177, nof, 0, 68, 0, + 3224, 1, 0, 228864, 201490177, non, 0, 68, 21, G#4 + 3225, 1, 0, 228864, 201490177, non, 0, 71, 21, B4 + 3226, 1, 0, 228864, 201490177, non, 0, 79, 46, G5 + 3227, 1, 0, 228864, 201490177, non, 0, 71, 21, B4 +12205, 2, 512, 228864, 201490177, ctl, 1, 64,127, +12206, 2, 0, 228864, 201490177, nof, 1, 50, 0, +12207, 2, 0, 228864, 201490177, nof, 1, 52, 0, +12208, 2, 0, 228864, 201490177, nof, 1, 59, 0, +12209, 2, 384, 229248, 201990145, non, 1, 63, 30, D#4 +12210, 2, 78, 229326, 202091701, ctl, 1, 64, 0, + 346, 0, 768, 229376, 202156801,tempo,66,bpm,, + 3228, 1, 512, 229376, 202156801, nof, 0, 71, 0, + 3229, 1, 0, 229376, 202156801, non, 0, 69, 32, A4 + 3230, 1, 0, 229376, 202156801, non, 0, 72, 44, C5 +12211, 2, 299, 229625, 202377664, ctl, 1, 64,127, +12212, 2, 7, 229632, 202383873, nof, 1, 63, 0, +12213, 2, 0, 229632, 202383873, non, 1, 57, 30, A3 + 3231, 1, 512, 229888, 202610945, nof, 0, 72, 0, + 3232, 1, 0, 229888, 202610945, non, 0, 73, 47, C#5 +12214, 2, 384, 230016, 202724481, nof, 1, 57, 0, +12215, 2, 0, 230016, 202724481, non, 1, 51, 30, D#3 +12216, 2, 384, 230400, 203065089, nof, 1, 51, 0, +12217, 2, 0, 230400, 203065089, non, 1, 41, 30, F2 + 3233, 1, 1024, 230912, 203519233, nof, 0, 62, 0, + 3234, 1, 0, 230912, 203519233, nof, 0, 64, 0, + 3235, 1, 0, 230912, 203519233, nof, 0, 68, 0, + 3236, 1, 0, 230912, 203519233, nof, 0, 71, 0, + 3237, 1, 0, 230912, 203519233, nof, 0, 79, 0, + 3238, 1, 0, 230912, 203519233, nof, 0, 73, 0, + 3239, 1, 0, 230912, 203519233, non, 0, 71, 49, B4 +12218, 2, 512, 230912, 203519233, nof, 1, 41, 0, + 3240, 1, 512, 231424, 203973377, nof, 0, 69, 0, + 3241, 1, 0, 231424, 203973377, nof, 0, 71, 0, + 3242, 1, 0, 231424, 203973377, non, 0, 69, 48, A4 + 347, 0, 2560, 231936, 204427521,tsig,4,3,, + 348, 0, 0, 231936, 204427521,tempo,50,bpm,, + 3243, 1, 512, 231936, 204427521, ctl, 0, 64, 0, + 3244, 1, 0, 231936, 204427521, nof, 0, 69, 0, + 3245, 1, 0, 231936, 204427521, non, 0, 68, 34, G#4 +12219, 2, 1024, 231936, 204427521, ctl, 1, 64,127, +12220, 2, 80, 232016, 204521201, ctl, 1, 64, 0, +12221, 2, 99, 232115, 204637130, ctl, 1, 64,127, + 3246, 1, 341, 232277, 204826832, nof, 0, 68, 0, + 3247, 1, 0, 232277, 204826832, non, 0, 55, 35, G3 + 3248, 1, 0, 232277, 204826832, non, 0, 58, 35, A#3 + 3249, 1, 0, 232277, 204826832, non, 0, 66, 45, F#4 +12222, 2, 333, 232448, 205027073, non, 1, 49, 44, C#3 + 349, 0, 683, 232619, 205227314,tempo,66,bpm,, + 3250, 1, 342, 232619, 205227314, nof, 0, 55, 0, + 3251, 1, 0, 232619, 205227314, nof, 0, 58, 0, + 3252, 1, 0, 232619, 205227314, nof, 0, 66, 0, + 3253, 1, 0, 232619, 205227314, non, 0, 55, 30, G3 + 3254, 1, 0, 232619, 205227314, non, 0, 58, 30, A#3 + 3255, 1, 0, 232619, 205227314, non, 0, 66, 40, F#4 + 350, 0, 170, 232789, 205378104,tempo,40,bpm,, + 3256, 1, 170, 232789, 205378104, nof, 0, 55, 0, + 3257, 1, 0, 232789, 205378104, nof, 0, 58, 0, + 3258, 1, 0, 232789, 205378104, nof, 0, 66, 0, + 3259, 1, 0, 232789, 205378104, non, 0, 55, 30, G3 + 3260, 1, 0, 232789, 205378104, non, 0, 58, 30, A#3 + 3261, 1, 0, 232789, 205378104, non, 0, 66, 40, F#4 + 351, 0, 86, 232875, 205504008,tempo,50,bpm,, + 3262, 1, 86, 232875, 205504008, non, 0, 66, 64, F#4 + 3263, 1, 85, 232960, 205603543, nof, 0, 66, 0, + 3264, 1, 0, 232960, 205603543, non, 0, 70, 64, A#4 + 3265, 1, 0, 232960, 205603543, nof, 0, 55, 0, + 3266, 1, 0, 232960, 205603543, nof, 0, 58, 0, + 3267, 1, 0, 232960, 205603543, nof, 0, 66, 0, + 352, 0, 256, 233131, 205803784,tempo,66,bpm,, + 3268, 1, 171, 233131, 205803784, non, 0, 55, 30, G3 + 3269, 1, 0, 233131, 205803784, non, 0, 58, 30, A#3 + 3270, 1, 0, 233131, 205803784, non, 0, 66, 38, F#4 + 3271, 1, 170, 233301, 205954574, nof, 0, 55, 0, + 3272, 1, 0, 233301, 205954574, nof, 0, 58, 0, + 3273, 1, 0, 233301, 205954574, nof, 0, 66, 0, + 3274, 1, 0, 233301, 205954574, non, 0, 55, 31, G3 + 3275, 1, 0, 233301, 205954574, non, 0, 58, 31, A#3 + 3276, 1, 0, 233301, 205954574, non, 0, 66, 41, F#4 +12223, 2, 853, 233301, 205954574, non, 1, 39, 44, D#2 +12224, 2, 171, 233472, 206106251, nof, 1, 49, 0, +12225, 2, 0, 233472, 206106251, non, 1, 49, 44, C#3 + 3277, 1, 342, 233643, 206257928, nof, 0, 55, 0, + 3278, 1, 0, 233643, 206257928, nof, 0, 58, 0, + 3279, 1, 0, 233643, 206257928, nof, 0, 66, 0, + 3280, 1, 0, 233643, 206257928, non, 0, 55, 36, G3 + 3281, 1, 0, 233643, 206257928, non, 0, 58, 36, A#3 + 3282, 1, 0, 233643, 206257928, non, 0, 66, 47, F#4 + 3283, 1, 170, 233813, 206408718, nof, 0, 55, 0, + 3284, 1, 0, 233813, 206408718, nof, 0, 58, 0, + 3285, 1, 0, 233813, 206408718, nof, 0, 66, 0, + 3286, 1, 0, 233813, 206408718, non, 0, 55, 38, G3 + 3287, 1, 0, 233813, 206408718, non, 0, 58, 38, A#3 + 3288, 1, 0, 233813, 206408718, non, 0, 66, 49, F#4 +12226, 2, 341, 233813, 206408718, nof, 1, 39, 0, +12227, 2, 0, 233813, 206408718, non, 1, 39, 44, D#2 + 353, 0, 853, 233984, 206560395,tempo,50,bpm,, + 3289, 1, 171, 233984, 206560395, ctl, 0, 64, 0, + 3290, 1, 0, 233984, 206560395, nof, 0, 70, 0, + 3291, 1, 0, 233984, 206560395, nof, 0, 55, 0, + 3292, 1, 0, 233984, 206560395, nof, 0, 58, 0, + 3293, 1, 0, 233984, 206560395, nof, 0, 66, 0, + 3294, 1, 0, 233984, 206560395, non, 0, 55, 39, G3 + 3295, 1, 0, 233984, 206560395, non, 0, 58, 39, A#3 + 3296, 1, 0, 233984, 206560395, non, 0, 66, 50, F#4 +12228, 2, 171, 233984, 206560395, ctl, 1, 64,127, +12229, 2, 0, 233984, 206560395, ctl, 1, 64, 0, +12230, 2, 0, 233984, 206560395, nof, 1, 39, 0, +12231, 2, 0, 233984, 206560395, nof, 1, 49, 0, +12232, 2, 0, 233984, 206560395, non, 1, 33, 56, A1 +12233, 2, 80, 234064, 206654075, ctl, 1, 64, 0, + 354, 0, 171, 234155, 206760636,tempo,66,bpm,, + 3297, 1, 171, 234155, 206760636, nof, 0, 55, 0, + 3298, 1, 0, 234155, 206760636, nof, 0, 58, 0, + 3299, 1, 0, 234155, 206760636, nof, 0, 66, 0, + 3300, 1, 0, 234155, 206760636, non, 0, 55, 33, G3 + 3301, 1, 0, 234155, 206760636, non, 0, 58, 33, A#3 + 3302, 1, 0, 234155, 206760636, non, 0, 66, 44, F#4 +12234, 2, 99, 234163, 206767732, ctl, 1, 64,127, + 3303, 1, 170, 234325, 206911426, nof, 0, 55, 0, + 3304, 1, 0, 234325, 206911426, nof, 0, 58, 0, + 3305, 1, 0, 234325, 206911426, nof, 0, 66, 0, + 3306, 1, 0, 234325, 206911426, non, 0, 55, 34, G3 + 3307, 1, 0, 234325, 206911426, non, 0, 58, 34, A#3 + 3308, 1, 0, 234325, 206911426, non, 0, 66, 45, F#4 + 355, 0, 341, 234496, 207063103,tempo,50,bpm,, +12235, 2, 333, 234496, 207063103, nof, 1, 33, 0, +12236, 2, 0, 234496, 207063103, non, 1, 49, 44, C#3 +12237, 2, 85, 234581, 207162638, nof, 1, 49, 0, +12238, 2, 0, 234581, 207162638, non, 1, 39, 44, D#2 + 356, 0, 171, 234667, 207263344,tempo,66,bpm,, + 3309, 1, 342, 234667, 207263344, nof, 0, 55, 0, + 3310, 1, 0, 234667, 207263344, nof, 0, 58, 0, + 3311, 1, 0, 234667, 207263344, nof, 0, 66, 0, + 3312, 1, 0, 234667, 207263344, non, 0, 55, 37, G3 + 3313, 1, 0, 234667, 207263344, non, 0, 58, 37, A#3 + 3314, 1, 0, 234667, 207263344, non, 0, 66, 48, F#4 +12239, 2, 86, 234667, 207263344, nof, 1, 39, 0, + 357, 0, 170, 234837, 207414134,tempo,30,bpm,, + 3315, 1, 170, 234837, 207414134, nof, 0, 55, 0, + 3316, 1, 0, 234837, 207414134, nof, 0, 58, 0, + 3317, 1, 0, 234837, 207414134, nof, 0, 66, 0, + 3318, 1, 0, 234837, 207414134, non, 0, 55, 40, G3 + 3319, 1, 0, 234837, 207414134, non, 0, 58, 40, A#3 + 3320, 1, 0, 234837, 207414134, non, 0, 66, 52, F#4 + 358, 0, 86, 234923, 207582092,tempo,50,bpm,, + 3321, 1, 86, 234923, 207582092, non, 0, 66, 73, F#4 + 3322, 1, 85, 235008, 207681627, nof, 0, 66, 0, + 3323, 1, 0, 235008, 207681627, non, 0, 73, 73, C#5 + 3324, 1, 0, 235008, 207681627, nof, 0, 55, 0, + 3325, 1, 0, 235008, 207681627, nof, 0, 58, 0, + 3326, 1, 0, 235008, 207681627, nof, 0, 66, 0, + 359, 0, 256, 235179, 207881868,tempo,66,bpm,, + 3327, 1, 171, 235179, 207881868, non, 0, 55, 41, G3 + 3328, 1, 0, 235179, 207881868, non, 0, 58, 41, A#3 + 3329, 1, 0, 235179, 207881868, non, 0, 66, 53, F#4 + 3330, 1, 170, 235349, 208032658, nof, 0, 55, 0, + 3331, 1, 0, 235349, 208032658, nof, 0, 58, 0, + 3332, 1, 0, 235349, 208032658, nof, 0, 66, 0, + 3333, 1, 0, 235349, 208032658, non, 0, 55, 42, G3 + 3334, 1, 0, 235349, 208032658, non, 0, 58, 42, A#3 + 3335, 1, 0, 235349, 208032658, non, 0, 66, 53, F#4 + 360, 0, 341, 235520, 208184335,tempo,50,bpm,, +12240, 2, 853, 235520, 208184335, non, 1, 49, 44, C#3 +12241, 2, 85, 235605, 208283870, nof, 1, 49, 0, +12242, 2, 0, 235605, 208283870, non, 1, 39, 44, D#2 + 3336, 1, 342, 235691, 208384576, nof, 0, 55, 0, + 3337, 1, 0, 235691, 208384576, nof, 0, 58, 0, + 3338, 1, 0, 235691, 208384576, nof, 0, 66, 0, + 3339, 1, 0, 235691, 208384576, non, 0, 55, 43, G3 + 3340, 1, 0, 235691, 208384576, non, 0, 58, 43, A#3 + 3341, 1, 0, 235691, 208384576, non, 0, 66, 54, F#4 +12243, 2, 86, 235691, 208384576, nof, 1, 39, 0, + 361, 0, 341, 235861, 208583646,tempo,40,bpm,, + 362, 0, 0, 235861, 208583646,tempo,30,bpm,, + 3342, 1, 170, 235861, 208583646, nof, 0, 55, 0, + 3343, 1, 0, 235861, 208583646, nof, 0, 58, 0, + 3344, 1, 0, 235861, 208583646, nof, 0, 66, 0, + 3345, 1, 26, 235887, 208634424, non, 0, 54, 55, F#3 + 3346, 1, 0, 235887, 208634424, non, 0, 59, 55, B3 + 3347, 1, 0, 235887, 208634424, non, 0, 66, 55, F#4 + 363, 0, 86, 235947, 208751604,tempo,30,bpm,, + 3348, 1, 60, 235947, 208751604, nof, 0, 73, 0, + 3349, 1, 0, 235947, 208751604, non, 0, 70, 77, A#4 +12244, 2, 256, 235947, 208751604, non, 1, 29, 55, F1 +12245, 2, 0, 235947, 208751604, non, 1, 35, 55, B1 +12246, 2, 0, 235947, 208751604, non, 1, 42, 67, F#2 + 364, 0, 85, 236032, 208917609,tempo,50,bpm,, + 3350, 1, 85, 236032, 208917609, ctl, 0, 64, 0, + 3351, 1, 0, 236032, 208917609, nof, 0, 70, 0, + 3352, 1, 0, 236032, 208917609, nof, 0, 54, 0, + 3353, 1, 0, 236032, 208917609, nof, 0, 59, 0, + 3354, 1, 0, 236032, 208917609, nof, 0, 66, 0, + 3355, 1, 0, 236032, 208917609, non, 0, 51, 64, D#3 + 3356, 1, 0, 236032, 208917609, non, 0, 54, 64, F#3 + 3357, 1, 0, 236032, 208917609, non, 0, 59, 64, B3 + 3358, 1, 0, 236032, 208917609, non, 0, 62, 64, D4 + 3359, 1, 0, 236032, 208917609, non, 0, 63, 64, D#4 + 3360, 1, 0, 236032, 208917609, non, 0, 66, 64, F#4 + 3361, 1, 0, 236032, 208917609, non, 0, 71, 64, B4 + 3362, 1, 0, 236032, 208917609, non, 0, 74, 80, D5 +12247, 2, 85, 236032, 208917609, ctl, 1, 64,127, +12248, 2, 0, 236032, 208917609, ctl, 1, 64, 0, +12249, 2, 80, 236112, 209011289, ctl, 1, 64, 0, +12250, 2, 99, 236211, 209127218, ctl, 1, 64,127, +12251, 2, 333, 236544, 209517161, non, 1, 39, 44, D#2 +12252, 2, 64, 236608, 209592105, nof, 1, 39, 0, +12253, 2, 0, 236608, 209592105, non, 1, 42, 47, F#2 +12254, 2, 64, 236672, 209667049, nof, 1, 42, 0, +12255, 2, 0, 236672, 209667049, non, 1, 47, 50, B2 +12256, 2, 0, 236672, 209667049, non, 1, 50, 50, D3 +12257, 2, 64, 236736, 209741993, nof, 1, 47, 0, +12258, 2, 0, 236736, 209741993, nof, 1, 50, 0, +12259, 2, 0, 236736, 209741993, non, 1, 51, 52, D#3 +12260, 2, 64, 236800, 209816937, nof, 1, 51, 0, +12261, 2, 0, 236800, 209816937, non, 1, 54, 55, F#3 +12262, 2, 64, 236864, 209891881, nof, 1, 54, 0, +12263, 2, 0, 236864, 209891881, non, 1, 59, 58, B3 +12264, 2, 0, 236864, 209891881, non, 1, 62, 58, D4 + 365, 0, 896, 236928, 209966825,tempo,40,bpm,, +12265, 2, 64, 236928, 209966825, nof, 1, 59, 0, +12266, 2, 0, 236928, 209966825, nof, 1, 62, 0, +12267, 2, 0, 236928, 209966825, non, 1, 63, 61, D#4 +12268, 2, 43, 236971, 210029777, non, 1, 35, 71, B1 +12269, 2, 0, 236971, 210029777, non, 1, 47, 83, B2 +12270, 2, 21, 236992, 210060521, nof, 1, 63, 0, +12271, 2, 0, 236992, 210060521, non, 1, 66, 63, F#4 +12272, 2, 64, 237056, 210154217, nof, 1, 35, 0, +12273, 2, 0, 237056, 210154217, nof, 1, 47, 0, +12274, 2, 0, 237056, 210154217, non, 1, 42, 71, F#2 +12275, 2, 0, 237056, 210154217, non, 1, 54, 83, F#3 +12276, 2, 0, 237056, 210154217, nof, 1, 66, 0, +12277, 2, 0, 237056, 210154217, non, 1, 71, 66, B4 +12278, 2, 0, 237056, 210154217, non, 1, 74, 66, D5 + 366, 0, 213, 237141, 210278657,tempo,50,bpm,, +12279, 2, 85, 237141, 210278657, nof, 1, 71, 0, +12280, 2, 0, 237141, 210278657, nof, 1, 74, 0, +12281, 2, 0, 237141, 210278657, non, 1, 66, 66, F#4 +12282, 2, 86, 237227, 210379363, nof, 1, 66, 0, +12283, 2, 0, 237227, 210379363, non, 1, 63, 63, D#4 +12284, 2, 85, 237312, 210478898, nof, 1, 63, 0, +12285, 2, 0, 237312, 210478898, non, 1, 59, 60, B3 +12286, 2, 0, 237312, 210478898, non, 1, 62, 60, D4 +12287, 2, 85, 237397, 210578433, nof, 1, 59, 0, +12288, 2, 0, 237397, 210578433, nof, 1, 62, 0, +12289, 2, 0, 237397, 210578433, non, 1, 54, 58, F#3 +12290, 2, 86, 237483, 210679139, nof, 1, 54, 0, +12291, 2, 0, 237483, 210679139, non, 1, 51, 55, D#3 +12292, 2, 85, 237568, 210778674, nof, 1, 51, 0, +12293, 2, 0, 237568, 210778674, non, 1, 59, 60, B3 +12294, 2, 0, 237568, 210778674, non, 1, 62, 60, D4 +12295, 2, 85, 237653, 210878209, nof, 1, 59, 0, +12296, 2, 0, 237653, 210878209, nof, 1, 62, 0, +12297, 2, 0, 237653, 210878209, non, 1, 54, 57, F#3 +12298, 2, 86, 237739, 210978915, nof, 1, 54, 0, +12299, 2, 0, 237739, 210978915, non, 1, 51, 54, D#3 +12300, 2, 85, 237824, 211078450, nof, 1, 51, 0, +12301, 2, 0, 237824, 211078450, non, 1, 47, 50, B2 +12302, 2, 0, 237824, 211078450, non, 1, 50, 50, D3 +12303, 2, 85, 237909, 211177985, nof, 1, 47, 0, +12304, 2, 0, 237909, 211177985, nof, 1, 50, 0, +12305, 2, 0, 237909, 211177985, non, 1, 42, 47, F#2 + 367, 0, 854, 237995, 211278691,tempo,25,bpm,, +12306, 2, 86, 237995, 211278691, nof, 1, 42, 0, +12307, 2, 0, 237995, 211278691, non, 1, 39, 44, D#2 + 368, 0, 85, 238080, 211477846,tempo,50,bpm,, + 3363, 1, 2048, 238080, 211477846, ctl, 0, 64, 0, + 3364, 1, 0, 238080, 211477846, ctl, 0, 64, 0, + 3365, 1, 0, 238080, 211477846, ctl, 0, 64, 0, + 3366, 1, 0, 238080, 211477846, nof, 0, 51, 0, + 3367, 1, 0, 238080, 211477846, nof, 0, 54, 0, + 3368, 1, 0, 238080, 211477846, nof, 0, 59, 0, + 3369, 1, 0, 238080, 211477846, nof, 0, 62, 0, + 3370, 1, 0, 238080, 211477846, nof, 0, 63, 0, + 3371, 1, 0, 238080, 211477846, nof, 0, 66, 0, + 3372, 1, 0, 238080, 211477846, nof, 0, 71, 0, + 3373, 1, 0, 238080, 211477846, nof, 0, 74, 0, +12308, 2, 85, 238080, 211477846, ctl, 1, 64,127, +12309, 2, 0, 238080, 211477846, ctl, 1, 64, 0, +12310, 2, 0, 238080, 211477846, ctl, 1, 64, 0, +12311, 2, 0, 238080, 211477846, nof, 1, 29, 0, +12312, 2, 0, 238080, 211477846, nof, 1, 35, 0, +12313, 2, 0, 238080, 211477846, nof, 1, 42, 0, +12314, 2, 0, 238080, 211477846, nof, 1, 42, 0, +12315, 2, 0, 238080, 211477846, nof, 1, 54, 0, +12316, 2, 0, 238080, 211477846, nof, 1, 39, 0, +12317, 2, 113, 238193, 211610169, ctl, 1, 64, 0, +12318, 2, 189, 238382, 211831488, ctl, 1, 64,127, + 3374, 1, 512, 238592, 212077398, non, 0, 51, 39, D#3 + 3375, 1, 0, 238592, 212077398, non, 0, 54, 39, F#3 + 3376, 1, 0, 238592, 212077398, non, 0, 59, 39, B3 + 3377, 1, 0, 238592, 212077398, non, 0, 62, 55, D4 +12319, 2, 210, 238592, 212077398, non, 1, 29, 31, F1 +12320, 2, 0, 238592, 212077398, non, 1, 35, 31, B1 +12321, 2, 0, 238592, 212077398, non, 1, 42, 43, F#2 + 3378, 1, 384, 238976, 212527062, non, 0, 58, 55, A#3 + 369, 0, 1024, 239104, 212676950,tempo,40,bpm,, + 3379, 1, 128, 239104, 212676950, nof, 0, 51, 0, + 3380, 1, 0, 239104, 212676950, nof, 0, 54, 0, + 3381, 1, 0, 239104, 212676950, nof, 0, 59, 0, + 3382, 1, 0, 239104, 212676950, nof, 0, 62, 0, + 3383, 1, 0, 239104, 212676950, non, 0, 51, 35, D#3 + 3384, 1, 0, 239104, 212676950, non, 0, 54, 35, F#3 + 3385, 1, 0, 239104, 212676950, non, 0, 59, 35, B3 + 3386, 1, 0, 239104, 212676950, non, 0, 62, 44, D4 +12322, 2, 512, 239104, 212676950, nof, 1, 29, 0, +12323, 2, 0, 239104, 212676950, nof, 1, 35, 0, +12324, 2, 0, 239104, 212676950, nof, 1, 42, 0, +12325, 2, 0, 239104, 212676950, non, 1, 29, 28, F1 +12326, 2, 0, 239104, 212676950, non, 1, 35, 28, B1 +12327, 2, 0, 239104, 212676950, non, 1, 42, 39, F#2 +12328, 2, 88, 239192, 212805782, ctl, 1, 64, 0, +12329, 2, 339, 239531, 213302078, ctl, 1, 64,127, + 370, 0, 512, 239616, 213426518,tempo,30,bpm,, + 3387, 1, 512, 239616, 213426518, nof, 0, 51, 0, + 3388, 1, 0, 239616, 213426518, nof, 0, 54, 0, + 3389, 1, 0, 239616, 213426518, nof, 0, 59, 0, + 3390, 1, 0, 239616, 213426518, nof, 0, 62, 0, + 3391, 1, 0, 239616, 213426518, non, 0, 51, 27, D#3 + 3392, 1, 0, 239616, 213426518, non, 0, 54, 27, F#3 + 3393, 1, 0, 239616, 213426518, non, 0, 59, 27, B3 + 3394, 1, 0, 239616, 213426518, non, 0, 62, 43, D4 +12330, 2, 85, 239616, 213426518, nof, 1, 29, 0, +12331, 2, 0, 239616, 213426518, nof, 1, 35, 0, +12332, 2, 0, 239616, 213426518, nof, 1, 42, 0, +12333, 2, 0, 239616, 213426518, non, 1, 29, 25, F1 +12334, 2, 0, 239616, 213426518, non, 1, 35, 25, B1 +12335, 2, 0, 239616, 213426518, non, 1, 42, 34, F#2 + 3395, 1, 384, 240000, 214176470, nof, 0, 58, 0, + 3396, 1, 0, 240000, 214176470, non, 0, 57, 40, A3 + 371, 0, 512, 240128, 214426454,tsig,6,3,, + 372, 0, 0, 240128, 214426454,tempo,70,bpm,, + 3397, 1, 128, 240128, 214426454, ctl, 0, 64,127, + 3398, 1, 0, 240128, 214426454, nof, 0, 51, 0, + 3399, 1, 0, 240128, 214426454, nof, 0, 54, 0, + 3400, 1, 0, 240128, 214426454, nof, 0, 59, 0, + 3401, 1, 0, 240128, 214426454, nof, 0, 62, 0, + 3402, 1, 0, 240128, 214426454, nof, 0, 57, 0, + 3403, 1, 0, 240128, 214426454, non, 0, 57, 20, A3 + 3404, 1, 0, 240128, 214426454, non, 0, 63, 20, D#4 + 3405, 1, 0, 240128, 214426454, non, 0, 69, 35, A4 +12336, 2, 512, 240128, 214426454, ctl, 1, 64,127, +12337, 2, 0, 240128, 214426454, ctl, 1, 64, 0, +12338, 2, 0, 240128, 214426454, nof, 1, 29, 0, +12339, 2, 0, 240128, 214426454, nof, 1, 35, 0, +12340, 2, 0, 240128, 214426454, nof, 1, 42, 0, +12341, 2, 0, 240128, 214426454, non, 1, 35, 24, B1 + 3406, 1, 206, 240334, 214598876, ctl, 0, 64, 0, +12342, 2, 206, 240334, 214598876, ctl, 1, 64, 0, + 3407, 1, 124, 240458, 214702664, ctl, 0, 64,127, +12343, 2, 124, 240458, 214702664, ctl, 1, 64,127, + 3408, 1, 182, 240640, 214854998, non, 0, 84, 46, C6 + 373, 0, 1024, 241152, 215283542,tempo,80,bpm,, + 3409, 1, 512, 241152, 215283542, nof, 0, 84, 0, + 3410, 1, 0, 241152, 215283542, non, 0, 92, 46, G#6 +12344, 2, 694, 241152, 215283542, non, 1, 41, 24, F2 + 3411, 1, 512, 241664, 215658326, nof, 0, 57, 0, + 3412, 1, 0, 241664, 215658326, non, 0, 72, 50, C5 + 3413, 1, 307, 241971, 215883050, nof, 0, 92, 0, + 3414, 1, 0, 241971, 215883050, non, 0, 89, 45, F6 +12345, 2, 1024, 242176, 216033110, non, 1, 51, 24, D#3 + 3415, 1, 307, 242278, 216107774, nof, 0, 89, 0, + 3416, 1, 0, 242278, 216107774, non, 0, 87, 44, D#6 + 3417, 1, 308, 242586, 216333230, nof, 0, 87, 0, + 3418, 1, 0, 242586, 216333230, non, 0, 84, 42, C6 + 3419, 1, 307, 242893, 216557954, nof, 0, 84, 0, + 3420, 1, 0, 242893, 216557954, non, 0, 81, 41, A5 + 3421, 1, 307, 243200, 216782678, ctl, 0, 64,127, + 3422, 1, 0, 243200, 216782678, nof, 0, 81, 0, + 3423, 1, 0, 243200, 216782678, non, 0, 80, 40, G#5 +12346, 2, 1024, 243200, 216782678, ctl, 1, 64,127, +12347, 2, 0, 243200, 216782678, non, 1, 53, 22, F3 +12348, 2, 832, 244032, 217391702, ctl, 1, 64, 0, + 374, 0, 3072, 244224, 217532246,tempo,66,bpm,, + 3424, 1, 1024, 244224, 217532246, nof, 0, 80, 0, + 3425, 1, 0, 244224, 217532246, non, 0, 73, 48, C#5 + 375, 0, 512, 244736, 217986390,tempo,50,bpm,, + 3426, 1, 512, 244736, 217986390, nof, 0, 63, 0, + 3427, 1, 0, 244736, 217986390, nof, 0, 69, 0, + 3428, 1, 0, 244736, 217986390, nof, 0, 72, 0, + 3429, 1, 0, 244736, 217986390, non, 0, 63, 26, D#4 + 376, 0, 512, 245248, 218585942,tempo,60,bpm,, + 3430, 1, 512, 245248, 218585942, non, 0, 71, 40, B4 +12349, 2, 1216, 245248, 218585942, non, 1, 61, 34, C#4 + 3431, 1, 50, 245298, 218634742, nof, 0, 73, 0, + 3432, 1, 462, 245760, 219085654, non, 0, 69, 39, A4 + 3433, 1, 50, 245810, 219134454, nof, 0, 71, 0, + 377, 0, 1024, 246272, 219585366,tempo,50,bpm,, + 3434, 1, 462, 246272, 219585366, ctl, 0, 64,127, + 3435, 1, 0, 246272, 219585366, ctl, 0, 64, 0, + 3436, 1, 0, 246272, 219585366, ctl, 0, 64, 0, + 3437, 1, 0, 246272, 219585366, ctl, 0, 64, 0, + 3438, 1, 0, 246272, 219585366, non, 0, 68, 41, G#4 +12350, 2, 1024, 246272, 219585366, ctl, 1, 64,127, +12351, 2, 0, 246272, 219585366, ctl, 1, 64, 0, +12352, 2, 0, 246272, 219585366, nof, 1, 35, 0, +12353, 2, 0, 246272, 219585366, nof, 1, 41, 0, +12354, 2, 0, 246272, 219585366, nof, 1, 51, 0, +12355, 2, 0, 246272, 219585366, nof, 1, 53, 0, +12356, 2, 0, 246272, 219585366, nof, 1, 61, 0, +12357, 2, 0, 246272, 219585366, non, 1, 47, 24, B2 +12358, 2, 0, 246272, 219585366, non, 1, 57, 36, A3 + 3439, 1, 50, 246322, 219643916, nof, 0, 69, 0, + 3440, 1, 25, 246347, 219673191, ctl, 0, 64, 0, +12359, 2, 75, 246347, 219673191, ctl, 1, 64, 0, + 3441, 1, 136, 246483, 219832447, ctl, 0, 64,127, +12360, 2, 136, 246483, 219832447, ctl, 1, 64,127, + 3442, 1, 38, 246521, 219876945, ctl, 0, 64,127, + 378, 0, 512, 246784, 220184918,tempo,66,bpm,, + 3443, 1, 263, 246784, 220184918, nof, 0, 68, 0, + 3444, 1, 0, 246784, 220184918, non, 0, 65, 37, F4 +12361, 2, 301, 246784, 220184918, non, 1, 60, 36, C4 + 3445, 1, 512, 247296, 220639062, nof, 0, 65, 0, + 3446, 1, 0, 247296, 220639062, non, 0, 69, 35, A4 +12362, 2, 512, 247296, 220639062, nof, 1, 60, 0, +12363, 2, 0, 247296, 220639062, non, 1, 68, 32, G#4 + 3447, 1, 512, 247808, 221093206, nof, 0, 63, 0, +12364, 2, 512, 247808, 221093206, nof, 1, 47, 0, +12365, 2, 0, 247808, 221093206, nof, 1, 57, 0, +12366, 2, 0, 247808, 221093206, non, 1, 35, 22, B1 +12367, 2, 0, 247808, 221093206, non, 1, 41, 34, F2 +12368, 2, 307, 248115, 221365515, nof, 1, 68, 0, +12369, 2, 0, 248115, 221365515, non, 1, 65, 34, F4 + 379, 0, 1536, 248320, 221547350,tempo,70,bpm,, + 3448, 1, 512, 248320, 221547350, nof, 0, 69, 0, + 3449, 1, 0, 248320, 221547350, non, 0, 72, 46, C5 +12370, 2, 307, 248422, 221632724, nof, 1, 65, 0, +12371, 2, 0, 248422, 221632724, non, 1, 63, 32, D#4 +12372, 2, 308, 248730, 221890520, nof, 1, 63, 0, +12373, 2, 0, 248730, 221890520, non, 1, 60, 31, C4 + 3450, 1, 512, 248832, 221975894, nof, 0, 72, 0, + 3451, 1, 0, 248832, 221975894, non, 0, 77, 42, F5 +12374, 2, 307, 249037, 222147479, nof, 1, 60, 0, +12375, 2, 0, 249037, 222147479, non, 1, 57, 29, A3 + 380, 0, 1024, 249344, 222404438,tempo,66,bpm,, + 3452, 1, 512, 249344, 222404438, ctl, 0, 64, 0, + 3453, 1, 0, 249344, 222404438, ctl, 0, 64, 0, + 3454, 1, 0, 249344, 222404438, nof, 0, 77, 0, + 3455, 1, 0, 249344, 222404438, non, 0, 80, 45, G#5 +12376, 2, 307, 249344, 222404438, ctl, 1, 64, 0, +12377, 2, 0, 249344, 222404438, ctl, 1, 64, 0, +12378, 2, 0, 249344, 222404438, nof, 1, 57, 0, +12379, 2, 0, 249344, 222404438, nof, 1, 35, 0, +12380, 2, 0, 249344, 222404438, nof, 1, 41, 0, +12381, 2, 0, 249344, 222404438, non, 1, 56, 28, G#3 +12382, 2, 93, 249437, 222486929, ctl, 1, 64,127, +12383, 2, 1443, 250880, 223766870, nof, 1, 56, 0, + 381, 0, 2304, 251648, 224448086,tempo,70,bpm,, + 3456, 1, 2304, 251648, 224448086, nof, 0, 80, 0, + 3457, 1, 0, 251648, 224448086, non, 0, 69, 50, A4 + 3458, 1, 256, 251904, 224662358, nof, 0, 69, 0, + 3459, 1, 0, 251904, 224662358, non, 0, 72, 52, C5 + 3460, 1, 256, 252160, 224876630, nof, 0, 72, 0, + 3461, 1, 0, 252160, 224876630, non, 0, 77, 53, F5 + 3462, 1, 256, 252416, 225090902, ctl, 0, 64, 0, + 3463, 1, 0, 252416, 225090902, nof, 0, 77, 0, + 3464, 1, 0, 252416, 225090902, non, 0, 57, 40, A3 + 3465, 1, 0, 252416, 225090902, non, 0, 60, 40, C4 + 3466, 1, 0, 252416, 225090902, non, 0, 63, 40, D#4 + 3467, 1, 0, 252416, 225090902, non, 0, 65, 40, F4 + 3468, 1, 0, 252416, 225090902, non, 0, 68, 55, G#4 +12384, 2, 1536, 252416, 225090902, ctl, 1, 64,127, +12385, 2, 0, 252416, 225090902, non, 1, 35, 22, B1 +12386, 2, 0, 252416, 225090902, non, 1, 41, 34, F2 +12387, 2, 270, 252686, 225316892, ctl, 1, 64, 0, +12388, 2, 304, 252990, 225571340, ctl, 1, 64,127, +12389, 2, 450, 253440, 225947990, nof, 1, 35, 0, +12390, 2, 0, 253440, 225947990, nof, 1, 41, 0, + 382, 0, 2048, 253696, 226162262,tempo,50,bpm,, +12391, 2, 384, 253824, 226312150, non, 1, 41, 58, F2 + 383, 0, 256, 253952, 226462038,tempo,70,bpm,, +12392, 2, 128, 253952, 226462038, non, 1, 48, 65, C3 +12393, 2, 29, 253981, 226486311, ctl, 1, 64, 0, +12394, 2, 174, 254155, 226631949, ctl, 1, 64,127, + 384, 0, 768, 254720, 227104854,tempo,80,bpm,, + 3469, 1, 2304, 254720, 227104854, nof, 0, 57, 0, + 3470, 1, 0, 254720, 227104854, nof, 0, 60, 0, + 3471, 1, 0, 254720, 227104854, nof, 0, 63, 0, + 3472, 1, 0, 254720, 227104854, nof, 0, 65, 0, + 3473, 1, 0, 254720, 227104854, nof, 0, 68, 0, + 3474, 1, 0, 254720, 227104854, non, 0, 69, 50, A4 + 3475, 1, 256, 254976, 227292246, nof, 0, 69, 0, + 3476, 1, 0, 254976, 227292246, non, 0, 72, 53, C5 + 3477, 1, 256, 255232, 227479638, nof, 0, 72, 0, + 3478, 1, 0, 255232, 227479638, non, 0, 77, 55, F5 + 385, 0, 768, 255488, 227667030,tempo,50,bpm,, + 3479, 1, 256, 255488, 227667030, ctl, 0, 64,127, + 3480, 1, 0, 255488, 227667030, nof, 0, 77, 0, + 3481, 1, 0, 255488, 227667030, non, 0, 69, 41, A4 + 3482, 1, 0, 255488, 227667030, non, 0, 77, 41, F5 + 3483, 1, 0, 255488, 227667030, non, 0, 80, 60, G#5 + 3484, 1, 0, 255488, 227667030, non, 0, 72, 41, C5 +12395, 2, 1333, 255488, 227667030, ctl, 1, 64,127, +12396, 2, 0, 255488, 227667030, non, 1, 63, 46, D#4 + 386, 0, 512, 256000, 228266582,tempo,70,bpm,, + 3485, 1, 512, 256000, 228266582, nof, 0, 72, 0, + 3486, 1, 0, 256000, 228266582, non, 0, 72, 53, C5 +12397, 2, 768, 256256, 228480854, nof, 1, 41, 0, +12398, 2, 0, 256256, 228480854, nof, 1, 48, 0, +12399, 2, 0, 256256, 228480854, non, 1, 57, 36, A3 + 3487, 1, 512, 256512, 228695126, non, 0, 73, 56, C#5 + 3488, 1, 30, 256542, 228720236, nof, 0, 72, 0, +12400, 2, 384, 256640, 228802262, non, 1, 51, 32, D#3 +12401, 2, 384, 257024, 229123670, non, 1, 41, 27, F2 + 3489, 1, 994, 257536, 229552214, non, 0, 71, 53, B4 + 3490, 1, 0, 257536, 229552214, nof, 0, 69, 0, + 3491, 1, 0, 257536, 229552214, nof, 0, 77, 0, + 3492, 1, 0, 257536, 229552214, nof, 0, 80, 0, + 3493, 1, 30, 257566, 229577324, nof, 0, 73, 0, + 3494, 1, 482, 258048, 229980758, non, 0, 69, 52, A4 +12402, 2, 1024, 258048, 229980758, nof, 1, 41, 0, +12403, 2, 0, 258048, 229980758, nof, 1, 51, 0, +12404, 2, 0, 258048, 229980758, nof, 1, 57, 0, +12405, 2, 0, 258048, 229980758, nof, 1, 63, 0, + 3495, 1, 30, 258078, 230005868, nof, 0, 71, 0, + 387, 0, 2560, 258560, 230409302,tempo,50,bpm,, + 3496, 1, 482, 258560, 230409302, ctl, 0, 64, 0, + 3497, 1, 0, 258560, 230409302, non, 0, 57, 36, A3 + 3498, 1, 0, 258560, 230409302, non, 0, 61, 36, C#4 + 3499, 1, 0, 258560, 230409302, non, 0, 68, 52, G#4 +12406, 2, 512, 258560, 230409302, ctl, 1, 64,127, +12407, 2, 0, 258560, 230409302, non, 1, 39, 22, D#2 +12408, 2, 0, 258560, 230409302, non, 1, 45, 22, A2 +12409, 2, 0, 258560, 230409302, non, 1, 52, 34, E3 + 3500, 1, 30, 258590, 230444432, nof, 0, 69, 0, +12410, 2, 60, 258620, 230479562, ctl, 1, 64, 0, +12411, 2, 103, 258723, 230600175, ctl, 1, 64,127, + 388, 0, 512, 259072, 231008854,tempo,66,bpm,, + 3501, 1, 482, 259072, 231008854, nof, 0, 68, 0, + 3502, 1, 0, 259072, 231008854, non, 0, 65, 43, F4 +12412, 2, 691, 259414, 231312208, non, 1, 35, 18, B1 +12413, 2, 85, 259499, 231387603, non, 1, 41, 18, F2 + 3503, 1, 512, 259584, 231462998, nof, 0, 57, 0, + 3504, 1, 0, 259584, 231462998, nof, 0, 61, 0, + 3505, 1, 0, 259584, 231462998, nof, 0, 65, 0, + 3506, 1, 0, 259584, 231462998, non, 0, 57, 23, A3 + 3507, 1, 0, 259584, 231462998, non, 0, 60, 23, C4 + 3508, 1, 0, 259584, 231462998, non, 0, 69, 38, A4 +12414, 2, 85, 259584, 231462998, nof, 1, 39, 0, +12415, 2, 0, 259584, 231462998, nof, 1, 45, 0, +12416, 2, 0, 259584, 231462998, nof, 1, 52, 0, +12417, 2, 0, 259584, 231462998, non, 1, 51, 27, D#3 +12418, 2, 34, 259618, 231493156, ctl, 1, 64, 0, +12419, 2, 138, 259756, 231615562, ctl, 1, 64,127, + 3509, 1, 384, 259968, 231803606, non, 0, 84, 37, C6 + 389, 0, 1024, 260096, 231917142,tempo,66,bpm,, + 3510, 1, 128, 260096, 231917142, nof, 0, 57, 0, + 3511, 1, 0, 260096, 231917142, nof, 0, 60, 0, + 3512, 1, 0, 260096, 231917142, nof, 0, 84, 0, + 3513, 1, 0, 260096, 231917142, non, 0, 92, 42, G#6 +12420, 2, 340, 260096, 231917142, non, 1, 56, 21, G#3 + 390, 0, 307, 260403, 232189451,tempo,70,bpm,, + 3514, 1, 307, 260403, 232189451, nof, 0, 92, 0, + 3515, 1, 0, 260403, 232189451, non, 0, 89, 38, F6 + 391, 0, 205, 260608, 232361036,tempo,66,bpm,, + 3516, 1, 205, 260608, 232361036, nof, 0, 69, 0, + 3517, 1, 0, 260608, 232361036, non, 0, 72, 42, C5 + 3518, 1, 0, 260608, 232361036, non, 0, 63, 34, D#4 + 3519, 1, 102, 260710, 232451510, nof, 0, 89, 0, + 3520, 1, 0, 260710, 232451510, non, 0, 87, 34, D#6 + 3521, 1, 154, 260864, 232588108, nof, 0, 63, 0, + 3522, 1, 0, 260864, 232588108, non, 0, 65, 31, F4 + 3523, 1, 154, 261018, 232724706, nof, 0, 87, 0, + 3524, 1, 0, 261018, 232724706, non, 0, 84, 30, C6 + 392, 0, 512, 261120, 232815180,tempo,50,bpm,, + 3525, 1, 102, 261120, 232815180, nof, 0, 72, 0, + 3526, 1, 0, 261120, 232815180, nof, 0, 65, 0, + 3527, 1, 0, 261120, 232815180, non, 0, 68, 28, G#4 + 3528, 1, 0, 261120, 232815180, non, 0, 77, 36, F5 +12421, 2, 1024, 261120, 232815180, nof, 1, 35, 0, +12422, 2, 0, 261120, 232815180, nof, 1, 41, 0, +12423, 2, 0, 261120, 232815180, nof, 1, 51, 0, +12424, 2, 0, 261120, 232815180, nof, 1, 56, 0, + 3529, 1, 205, 261325, 233055235, nof, 0, 84, 0, + 3530, 1, 0, 261325, 233055235, non, 0, 81, 26, A5 + 3531, 1, 51, 261376, 233114956, nof, 0, 68, 0, + 3532, 1, 0, 261376, 233114956, non, 0, 69, 24, A4 + 393, 0, 512, 261632, 233414732,tempo,50,bpm,, + 3533, 1, 256, 261632, 233414732, ctl, 0, 64,127, + 3534, 1, 0, 261632, 233414732, nof, 0, 81, 0, + 3535, 1, 0, 261632, 233414732, nof, 0, 69, 0, + 3536, 1, 0, 261632, 233414732, nof, 0, 77, 0, + 3537, 1, 0, 261632, 233414732, non, 0, 80, 38, G#5 + 3538, 1, 0, 261632, 233414732, non, 0, 72, 30, C5 +12425, 2, 512, 261632, 233414732, ctl, 1, 64,127, +12426, 2, 384, 262016, 233864396, non, 1, 63, 33, D#4 + 394, 0, 512, 262144, 234014284,tempo,70,bpm,, + 3539, 1, 512, 262144, 234014284, nof, 0, 72, 0, + 3540, 1, 0, 262144, 234014284, non, 0, 69, 32, A4 + 3541, 1, 0, 262144, 234014284, non, 0, 72, 50, C5 +12427, 2, 384, 262400, 234228556, nof, 1, 63, 0, +12428, 2, 0, 262400, 234228556, non, 1, 57, 29, A3 + 3542, 1, 512, 262656, 234442828, nof, 0, 72, 0, + 3543, 1, 0, 262656, 234442828, non, 0, 73, 50, C#5 +12429, 2, 384, 262784, 234549964, nof, 1, 57, 0, +12430, 2, 0, 262784, 234549964, non, 1, 51, 26, D#3 +12431, 2, 384, 263168, 234871372, nof, 1, 51, 0, +12432, 2, 0, 263168, 234871372, non, 1, 41, 22, F2 + 3544, 1, 1024, 263680, 235299916, nof, 0, 69, 0, + 3545, 1, 0, 263680, 235299916, nof, 0, 73, 0, + 3546, 1, 0, 263680, 235299916, non, 0, 71, 42, B4 + 3547, 1, 0, 263680, 235299916, nof, 0, 80, 0, +12433, 2, 512, 263680, 235299916, nof, 1, 41, 0, + 3548, 1, 512, 264192, 235728460, nof, 0, 71, 0, + 3549, 1, 0, 264192, 235728460, non, 0, 69, 39, A4 + 395, 0, 2560, 264704, 236157004,tempo,50,bpm,, + 3550, 1, 512, 264704, 236157004, ctl, 0, 64, 0, + 3551, 1, 0, 264704, 236157004, nof, 0, 69, 0, + 3552, 1, 0, 264704, 236157004, non, 0, 57, 23, A3 + 3553, 1, 0, 264704, 236157004, non, 0, 61, 23, C#4 + 3554, 1, 0, 264704, 236157004, non, 0, 68, 44, G#4 +12434, 2, 1024, 264704, 236157004, ctl, 1, 64,127, +12435, 2, 0, 264704, 236157004, non, 1, 39, 22, D#2 +12436, 2, 0, 264704, 236157004, non, 1, 45, 13, A2 +12437, 2, 0, 264704, 236157004, non, 1, 52, 25, E3 +12438, 2, 177, 264881, 236364271, ctl, 1, 64, 0, +12439, 2, 155, 265036, 236545776, ctl, 1, 64,127, + 396, 0, 512, 265216, 236756556,tempo,70,bpm,, + 3555, 1, 512, 265216, 236756556, nof, 0, 68, 0, + 3556, 1, 0, 265216, 236756556, non, 0, 65, 36, F4 + 397, 0, 512, 265728, 237185100,tempo,60,bpm,, + 3557, 1, 512, 265728, 237185100, nof, 0, 61, 0, + 3558, 1, 0, 265728, 237185100, nof, 0, 65, 0, + 3559, 1, 0, 265728, 237185100, non, 0, 61, 41, C#4 + 3560, 1, 0, 265728, 237185100, non, 0, 69, 33, A4 +12440, 2, 1034, 266070, 237518892, non, 1, 35, 22, B1 +12441, 2, 85, 266155, 237601852, non, 1, 41, 13, F2 + 398, 0, 512, 266240, 237684812,tempo,70,bpm,, + 3561, 1, 512, 266240, 237684812, nof, 0, 57, 0, +12442, 2, 85, 266240, 237684812, nof, 1, 39, 0, +12443, 2, 0, 266240, 237684812, nof, 1, 45, 0, +12444, 2, 0, 266240, 237684812, nof, 1, 52, 0, +12445, 2, 0, 266240, 237684812, non, 1, 51, 25, D#3 +12446, 2, 55, 266295, 237730847, ctl, 1, 64, 0, +12447, 2, 199, 266494, 237897410, ctl, 1, 64,127, + 3562, 1, 512, 266752, 238113356, nof, 0, 61, 0, + 3563, 1, 0, 266752, 238113356, nof, 0, 69, 0, + 3564, 1, 0, 266752, 238113356, non, 0, 59, 36, B3 + 399, 0, 1024, 267264, 238541900,tempo,60,bpm,, + 3565, 1, 512, 267264, 238541900, nof, 0, 59, 0, + 3566, 1, 0, 267264, 238541900, non, 0, 57, 33, A3 + 400, 0, 512, 267776, 239041612,tempo,50,bpm,, + 3567, 1, 512, 267776, 239041612, ctl, 0, 64, 0, + 3568, 1, 0, 267776, 239041612, nof, 0, 57, 0, + 3569, 1, 0, 267776, 239041612, non, 0, 56, 40, G#3 + 3570, 1, 0, 267776, 239041612, non, 0, 57, 30, A3 + 3571, 1, 0, 267776, 239041612, non, 0, 61, 30, C#4 +12448, 2, 1282, 267776, 239041612, ctl, 1, 64,127, +12449, 2, 0, 267776, 239041612, ctl, 1, 64, 0, +12450, 2, 0, 267776, 239041612, nof, 1, 35, 0, +12451, 2, 0, 267776, 239041612, nof, 1, 41, 0, +12452, 2, 0, 267776, 239041612, nof, 1, 51, 0, +12453, 2, 0, 267776, 239041612, non, 1, 39, 18, D#2 +12454, 2, 0, 267776, 239041612, non, 1, 45, 18, A2 +12455, 2, 0, 267776, 239041612, non, 1, 52, 18, E3 +12456, 2, 177, 267953, 239248879, ctl, 1, 64, 0, +12457, 2, 155, 268108, 239430384, ctl, 1, 64,127, + 401, 0, 512, 268288, 239641164,tempo,66,bpm,, + 3572, 1, 512, 268288, 239641164, nof, 0, 56, 0, + 3573, 1, 0, 268288, 239641164, non, 0, 53, 37, F3 + 402, 0, 512, 268800, 240095308,tempo,50,bpm,, + 3574, 1, 512, 268800, 240095308, nof, 0, 57, 0, + 3575, 1, 0, 268800, 240095308, nof, 0, 61, 0, + 3576, 1, 0, 268800, 240095308, non, 0, 73, 50, C#5 + 3577, 1, 0, 268800, 240095308, nof, 0, 53, 0, + 3578, 1, 0, 268800, 240095308, non, 0, 57, 30, A3 + 3579, 1, 0, 268800, 240095308, non, 0, 65, 30, F4 +12458, 2, 1012, 269120, 240470028, non, 1, 35, 30, B1 +12459, 2, 64, 269184, 240544972, non, 1, 41, 21, F2 +12460, 2, 64, 269248, 240619916, non, 1, 51, 21, D#3 +12461, 2, 64, 269312, 240694860, nof, 1, 39, 0, +12462, 2, 0, 269312, 240694860, nof, 1, 45, 0, +12463, 2, 0, 269312, 240694860, nof, 1, 52, 0, +12464, 2, 0, 269312, 240694860, non, 1, 56, 33, G#3 +12465, 2, 55, 269367, 240759265, ctl, 1, 64, 0, +12466, 2, 199, 269566, 240992294, ctl, 1, 64,127, + 403, 0, 1024, 269824, 241294412,tempo,66,bpm,, + 3580, 1, 1024, 269824, 241294412, nof, 0, 73, 0, + 3581, 1, 0, 269824, 241294412, non, 0, 71, 55, B4 + 404, 0, 512, 270336, 241748556,tempo,50,bpm,, + 3582, 1, 512, 270336, 241748556, nof, 0, 71, 0, + 3583, 1, 0, 270336, 241748556, non, 0, 69, 58, A4 + 3584, 1, 512, 270848, 242348108, ctl, 0, 64, 0, + 3585, 1, 0, 270848, 242348108, nof, 0, 69, 0, + 3586, 1, 0, 270848, 242348108, nof, 0, 57, 0, + 3587, 1, 0, 270848, 242348108, nof, 0, 65, 0, + 3588, 1, 0, 270848, 242348108, non, 0, 59, 44, B3 + 3589, 1, 0, 270848, 242348108, non, 0, 63, 44, D#4 + 3590, 1, 0, 270848, 242348108, non, 0, 68, 60, G#4 +12467, 2, 1282, 270848, 242348108, ctl, 1, 64,127, +12468, 2, 0, 270848, 242348108, ctl, 1, 64, 0, +12469, 2, 0, 270848, 242348108, nof, 1, 35, 0, +12470, 2, 0, 270848, 242348108, nof, 1, 41, 0, +12471, 2, 0, 270848, 242348108, nof, 1, 51, 0, +12472, 2, 0, 270848, 242348108, nof, 1, 56, 0, +12473, 2, 0, 270848, 242348108, non, 1, 43, 32, G2 +12474, 2, 0, 270848, 242348108, non, 1, 53, 44, F3 +12475, 2, 177, 271025, 242555375, ctl, 1, 64, 0, +12476, 2, 155, 271180, 242736880, ctl, 1, 64,127, + 3591, 1, 1024, 271872, 243547212, nof, 0, 63, 0, + 3592, 1, 0, 271872, 243547212, non, 0, 62, 44, D4 + 3593, 1, 0, 271872, 243547212, non, 0, 65, 44, F4 + 3594, 1, 384, 272256, 243996876, nof, 0, 59, 0, + 3595, 1, 0, 272256, 243996876, nof, 0, 62, 0, + 3596, 1, 0, 272256, 243996876, nof, 0, 65, 0, + 3597, 1, 0, 272256, 243996876, nof, 0, 68, 0, + 3598, 1, 0, 272256, 243996876, non, 0, 68, 55, G#4 + 405, 0, 2048, 272384, 244146764,tempo,66,bpm,, + 3599, 1, 128, 272384, 244146764, non, 0, 80, 72, G#5 + 3600, 1, 0, 272384, 244146764, non, 0, 76, 60, E5 +12477, 2, 1204, 272384, 244146764, nof, 1, 43, 0, +12478, 2, 0, 272384, 244146764, nof, 1, 53, 0, +12479, 2, 0, 272384, 244146764, non, 1, 31, 66, G1 +12480, 2, 55, 272439, 244195549, ctl, 1, 64, 0, +12481, 2, 199, 272638, 244372062, ctl, 1, 64,127, + 406, 0, 307, 272691, 244419073,tempo,100,bpm,, + 3601, 1, 307, 272691, 244419073, nof, 0, 76, 0, + 3602, 1, 0, 272691, 244419073, non, 0, 73, 58, C#5 +12482, 2, 53, 272691, 244419073, nof, 1, 31, 0, +12483, 2, 0, 272691, 244419073, non, 1, 37, 55, C#2 + 3603, 1, 307, 272998, 244598668, nof, 0, 73, 0, + 3604, 1, 0, 272998, 244598668, non, 0, 71, 56, B4 +12484, 2, 307, 272998, 244598668, nof, 1, 37, 0, +12485, 2, 0, 272998, 244598668, non, 1, 44, 57, G#2 + 3605, 1, 308, 273306, 244778848, nof, 0, 71, 0, + 3606, 1, 0, 273306, 244778848, non, 0, 68, 54, G#4 +12486, 2, 308, 273306, 244778848, nof, 1, 44, 0, +12487, 2, 0, 273306, 244778848, non, 1, 43, 58, G2 + 3607, 1, 307, 273613, 244958443, nof, 0, 68, 0, + 3608, 1, 0, 273613, 244958443, non, 0, 65, 52, F4 +12488, 2, 307, 273613, 244958443, nof, 1, 43, 0, +12489, 2, 0, 273613, 244958443, non, 1, 49, 60, C#3 + 407, 0, 1229, 273920, 245138038,tempo,110,bpm,, + 3609, 1, 307, 273920, 245138038, ctl, 0, 64, 0, + 3610, 1, 0, 273920, 245138038, nof, 0, 68, 0, + 3611, 1, 0, 273920, 245138038, nof, 0, 65, 0, + 3612, 1, 0, 273920, 245138038, non, 0, 64, 50, E4 +12490, 2, 307, 273920, 245138038, ctl, 1, 64,127, +12491, 2, 0, 273920, 245138038, nof, 1, 49, 0, +12492, 2, 0, 273920, 245138038, non, 1, 43, 55, G2 +12493, 2, 0, 273920, 245138038, non, 1, 56, 62, G#3 +12494, 2, 124, 274044, 245204006, ctl, 1, 64, 0, +12495, 2, 123, 274167, 245269442, ctl, 1, 64,127, + 408, 0, 307, 274227, 245301362,tempo,120,bpm,, +12496, 2, 60, 274227, 245301362, nof, 1, 43, 0, +12497, 2, 0, 274227, 245301362, nof, 1, 56, 0, +12498, 2, 0, 274227, 245301362, non, 1, 49, 56, C#3 +12499, 2, 307, 274534, 245451178, nof, 1, 49, 0, +12500, 2, 0, 274534, 245451178, non, 1, 56, 58, G#3 +12501, 2, 308, 274842, 245601482, nof, 1, 56, 0, +12502, 2, 0, 274842, 245601482, non, 1, 55, 60, G3 +12503, 2, 307, 275149, 245751298, nof, 1, 55, 0, +12504, 2, 0, 275149, 245751298, non, 1, 61, 61, C#4 + 409, 0, 1229, 275456, 245901114,tempo,80,bpm,, + 3613, 1, 1536, 275456, 245901114, nof, 0, 64, 0, + 3614, 1, 0, 275456, 245901114, nof, 0, 80, 0, + 3615, 1, 0, 275456, 245901114, non, 0, 80, 78, G#5 +12505, 2, 307, 275456, 245901114, nof, 1, 61, 0, +12506, 2, 0, 275456, 245901114, non, 1, 68, 63, G#4 + 410, 0, 512, 275968, 246275898,tempo,110,bpm,, + 3616, 1, 512, 275968, 246275898, nof, 0, 80, 0, + 3617, 1, 0, 275968, 246275898, non, 0, 79, 73, G5 +12507, 2, 512, 275968, 246275898, nof, 1, 68, 0, + 3618, 1, 512, 276480, 246548282, nof, 0, 79, 0, + 3619, 1, 0, 276480, 246548282, non, 0, 77, 74, F5 + 411, 0, 1024, 276992, 246820666,tempo,90,bpm,, + 3620, 1, 512, 276992, 246820666, ctl, 0, 64, 0, + 3621, 1, 0, 276992, 246820666, nof, 0, 77, 0, + 3622, 1, 0, 276992, 246820666, non, 0, 76, 77, E5 + 3623, 1, 0, 276992, 246820666, non, 0, 65, 63, F4 + 3624, 1, 0, 276992, 246820666, non, 0, 68, 63, G#4 + 3625, 1, 0, 276992, 246820666, non, 0, 73, 63, C#5 +12508, 2, 1024, 276992, 246820666, ctl, 1, 64,127, +12509, 2, 0, 276992, 246820666, non, 1, 31, 62, G1 +12510, 2, 96, 277088, 246883162, ctl, 1, 64, 0, +12511, 2, 96, 277184, 246945658, ctl, 1, 64,127, +12512, 2, 115, 277299, 247020523, nof, 1, 31, 0, +12513, 2, 0, 277299, 247020523, non, 1, 37, 57, C#2 + 412, 0, 512, 277504, 247153978,tempo,120,bpm,, + 3626, 1, 512, 277504, 247153978, nof, 0, 76, 0, + 3627, 1, 0, 277504, 247153978, non, 0, 73, 73, C#5 +12514, 2, 307, 277606, 247203754, nof, 1, 37, 0, +12515, 2, 0, 277606, 247203754, non, 1, 44, 59, G#2 +12516, 2, 308, 277914, 247354058, nof, 1, 44, 0, +12517, 2, 0, 277914, 247354058, non, 1, 43, 62, G2 + 3628, 1, 512, 278016, 247403834, nof, 0, 73, 0, + 3629, 1, 0, 278016, 247403834, non, 0, 77, 70, F5 +12518, 2, 307, 278221, 247503874, nof, 1, 43, 0, +12519, 2, 0, 278221, 247503874, non, 1, 49, 64, C#3 + 3630, 1, 512, 278528, 247653690, nof, 0, 65, 0, + 3631, 1, 0, 278528, 247653690, nof, 0, 68, 0, + 3632, 1, 0, 278528, 247653690, nof, 0, 73, 0, +12520, 2, 307, 278528, 247653690, nof, 1, 49, 0, +12521, 2, 0, 278528, 247653690, non, 1, 56, 66, G#3 + 3633, 1, 512, 279040, 247903546, nof, 0, 77, 0, + 3634, 1, 0, 279040, 247903546, non, 0, 80, 66, G#5 + 3635, 1, 512, 279552, 248153402, nof, 0, 80, 0, + 3636, 1, 0, 279552, 248153402, non, 0, 85, 68, C#6 +12522, 2, 1024, 279552, 248153402, nof, 1, 56, 0, + 413, 0, 2304, 279808, 248278330,tempo,70,bpm,, + 3637, 1, 256, 279808, 248278330, nof, 0, 85, 0, + 3638, 1, 0, 279808, 248278330, non, 0, 77, 69, F5 +12523, 2, 256, 279808, 248278330, non, 1, 49, 55, C#3 +12524, 2, 0, 279808, 248278330, non, 1, 61, 71, C#4 + 3639, 1, 85, 279893, 248349475, nof, 0, 77, 0, + 3640, 1, 0, 279893, 248349475, non, 0, 80, 70, G#5 + 3641, 1, 86, 279979, 248421457, nof, 0, 80, 0, + 3642, 1, 0, 279979, 248421457, non, 0, 85, 70, C#6 + 3643, 1, 85, 280064, 248492602, ctl, 0, 64, 0, + 3644, 1, 0, 280064, 248492602, nof, 0, 85, 0, + 3645, 1, 0, 280064, 248492602, non, 0, 88, 77, E6 +12525, 2, 256, 280064, 248492602, ctl, 1, 64,127, +12526, 2, 0, 280064, 248492602, nof, 1, 49, 0, +12527, 2, 0, 280064, 248492602, nof, 1, 61, 0, +12528, 2, 0, 280064, 248492602, non, 1, 56, 55, G#3 +12529, 2, 0, 280064, 248492602, non, 1, 68, 71, G#4 +12530, 2, 99, 280163, 248575465, ctl, 1, 64, 0, + 414, 0, 384, 280192, 248599738,tempo,120,bpm,, + 3646, 1, 128, 280192, 248599738, nof, 0, 88, 0, + 3647, 1, 0, 280192, 248599738, non, 0, 89, 55, F6 +12531, 2, 83, 280246, 248626090, ctl, 1, 64,127, + 3648, 1, 128, 280320, 248662202, nof, 0, 89, 0, + 3649, 1, 0, 280320, 248662202, non, 0, 88, 61, E6 + 3650, 1, 128, 280448, 248724666, nof, 0, 88, 0, + 3651, 1, 0, 280448, 248724666, non, 0, 89, 54, F6 + 3652, 1, 128, 280576, 248787130, nof, 0, 89, 0, + 3653, 1, 0, 280576, 248787130, non, 0, 88, 60, E6 + 3654, 1, 128, 280704, 248849594, nof, 0, 88, 0, + 3655, 1, 0, 280704, 248849594, non, 0, 89, 54, F6 + 3656, 1, 128, 280832, 248912058, nof, 0, 89, 0, + 3657, 1, 0, 280832, 248912058, non, 0, 88, 52, E6 + 3658, 1, 128, 280960, 248974522, nof, 0, 88, 0, + 3659, 1, 0, 280960, 248974522, non, 0, 89, 60, F6 + 3660, 1, 128, 281088, 249036986, nof, 0, 89, 0, + 3661, 1, 0, 281088, 249036986, non, 0, 88, 56, E6 + 3662, 1, 128, 281216, 249099450, nof, 0, 88, 0, + 3663, 1, 0, 281216, 249099450, non, 0, 89, 57, F6 + 3664, 1, 128, 281344, 249161914, nof, 0, 89, 0, + 3665, 1, 0, 281344, 249161914, non, 0, 88, 59, E6 + 3666, 1, 128, 281472, 249224378, nof, 0, 88, 0, + 3667, 1, 0, 281472, 249224378, non, 0, 89, 57, F6 + 3668, 1, 128, 281600, 249286842, nof, 0, 89, 0, + 3669, 1, 0, 281600, 249286842, non, 0, 88, 58, E6 + 3670, 1, 128, 281728, 249349306, nof, 0, 88, 0, + 3671, 1, 0, 281728, 249349306, non, 0, 89, 60, F6 + 3672, 1, 128, 281856, 249411770, nof, 0, 89, 0, + 3673, 1, 0, 281856, 249411770, non, 0, 88, 53, E6 + 3674, 1, 128, 281984, 249474234, nof, 0, 88, 0, + 3675, 1, 0, 281984, 249474234, non, 0, 89, 56, F6 + 3676, 1, 128, 282112, 249536698, nof, 0, 89, 0, + 3677, 1, 0, 282112, 249536698, non, 0, 88, 59, E6 + 3678, 1, 128, 282240, 249599162, nof, 0, 88, 0, + 3679, 1, 0, 282240, 249599162, non, 0, 89, 49, F6 + 3680, 1, 128, 282368, 249661626, nof, 0, 89, 0, + 3681, 1, 0, 282368, 249661626, non, 0, 88, 61, E6 + 3682, 1, 128, 282496, 249724090, nof, 0, 88, 0, + 3683, 1, 0, 282496, 249724090, non, 0, 89, 51, F6 + 3684, 1, 128, 282624, 249786554, nof, 0, 89, 0, + 3685, 1, 0, 282624, 249786554, non, 0, 88, 51, E6 +12532, 2, 2378, 282624, 249786554, nof, 1, 56, 0, +12533, 2, 0, 282624, 249786554, nof, 1, 68, 0, + 3686, 1, 128, 282752, 249849018, nof, 0, 88, 0, + 3687, 1, 0, 282752, 249849018, non, 0, 89, 56, F6 + 415, 0, 2688, 282880, 249911482,tempo,80,bpm,, + 3688, 1, 128, 282880, 249911482, nof, 0, 89, 0, + 3689, 1, 0, 282880, 249911482, non, 0, 88, 55, E6 +12534, 2, 256, 282880, 249911482, non, 1, 53, 60, F3 +12535, 2, 0, 282880, 249911482, non, 1, 65, 75, F4 + 3690, 1, 128, 283008, 250005178, nof, 0, 88, 0, + 3691, 1, 0, 283008, 250005178, non, 0, 89, 58, F6 + 416, 0, 256, 283136, 250098874,tempo,90,bpm,, + 3692, 1, 128, 283136, 250098874, ctl, 0, 64, 0, + 3693, 1, 0, 283136, 250098874, nof, 0, 89, 0, +12536, 2, 256, 283136, 250098874, ctl, 1, 64,127, +12537, 2, 0, 283136, 250098874, nof, 1, 53, 0, +12538, 2, 0, 283136, 250098874, nof, 1, 65, 0, +12539, 2, 0, 283136, 250098874, non, 1, 57, 60, A3 +12540, 2, 0, 283136, 250098874, non, 1, 69, 75, A4 +12541, 2, 122, 283258, 250178296, ctl, 1, 64, 0, +12542, 2, 157, 283415, 250280503, ctl, 1, 64,127, + 417, 0, 512, 283648, 250432186,tempo,110,bpm,, + 3694, 1, 512, 283648, 250432186, non, 0, 64, 74, E4 + 418, 0, 512, 284160, 250704570,tempo,120,bpm,, + 3695, 1, 512, 284160, 250704570, nof, 0, 64, 0, + 3696, 1, 0, 284160, 250704570, non, 0, 61, 79, C#4 +12543, 2, 1087, 284502, 250871466, non, 1, 43, 55, G2 +12544, 2, 85, 284587, 250912946, non, 1, 53, 55, F3 + 3697, 1, 512, 284672, 250954426, nof, 0, 61, 0, + 3698, 1, 0, 284672, 250954426, non, 0, 65, 79, F4 +12545, 2, 85, 284672, 250954426, nof, 1, 57, 0, +12546, 2, 0, 284672, 250954426, nof, 1, 69, 0, +12547, 2, 0, 284672, 250954426, non, 1, 59, 67, B3 +12548, 2, 27, 284699, 250967602, ctl, 1, 64, 0, +12549, 2, 182, 284881, 251056418, ctl, 1, 64,127, + 3699, 1, 1024, 285696, 251454138, nof, 0, 65, 0, + 3700, 1, 0, 285696, 251454138, non, 0, 68, 70, G#4 +12550, 2, 815, 285696, 251454138, nof, 1, 43, 0, +12551, 2, 0, 285696, 251454138, nof, 1, 53, 0, +12552, 2, 0, 285696, 251454138, nof, 1, 59, 0, + 3701, 1, 256, 285952, 251579066, nof, 0, 68, 0, + 3702, 1, 0, 285952, 251579066, non, 0, 73, 74, C#5 +12553, 2, 256, 285952, 251579066, non, 1, 49, 61, C#3 +12554, 2, 0, 285952, 251579066, non, 1, 61, 76, C#4 + 419, 0, 1920, 286080, 251641530,tempo,30,bpm,, + 3703, 1, 128, 286080, 251641530, nof, 0, 73, 0, + 3704, 1, 0, 286080, 251641530, non, 0, 65, 76, F4 + 3705, 1, 43, 286123, 251725509, nof, 0, 65, 0, + 3706, 1, 0, 286123, 251725509, non, 0, 68, 76, G#4 + 3707, 1, 42, 286165, 251807535, nof, 0, 68, 0, + 3708, 1, 0, 286165, 251807535, non, 0, 73, 77, C#5 + 420, 0, 128, 286208, 251891514,tempo,120,bpm,, + 3709, 1, 43, 286208, 251891514, ctl, 0, 64, 0, + 3710, 1, 0, 286208, 251891514, nof, 0, 73, 0, + 3711, 1, 0, 286208, 251891514, non, 0, 76, 77, E5 +12555, 2, 256, 286208, 251891514, ctl, 1, 64, 0, +12556, 2, 0, 286208, 251891514, nof, 1, 49, 0, +12557, 2, 0, 286208, 251891514, nof, 1, 61, 0, +12558, 2, 0, 286208, 251891514, non, 1, 56, 61, G#3 +12559, 2, 0, 286208, 251891514, non, 1, 68, 76, G#4 +12560, 2, 12, 286220, 251897370, ctl, 1, 64,127, +12561, 2, 71, 286291, 251932018, ctl, 1, 64, 0, + 3712, 1, 128, 286336, 251953978, nof, 0, 76, 0, + 3713, 1, 0, 286336, 251953978, non, 0, 77, 52, F5 +12562, 2, 119, 286410, 251990090, ctl, 1, 64,127, + 3714, 1, 128, 286464, 252016442, nof, 0, 77, 0, + 3715, 1, 0, 286464, 252016442, non, 0, 76, 61, E5 + 3716, 1, 128, 286592, 252078906, nof, 0, 76, 0, + 3717, 1, 0, 286592, 252078906, non, 0, 77, 52, F5 + 3718, 1, 128, 286720, 252141370, nof, 0, 77, 0, + 3719, 1, 0, 286720, 252141370, non, 0, 76, 59, E5 + 3720, 1, 128, 286848, 252203834, nof, 0, 76, 0, + 3721, 1, 0, 286848, 252203834, non, 0, 77, 51, F5 + 3722, 1, 128, 286976, 252266298, nof, 0, 77, 0, + 3723, 1, 0, 286976, 252266298, non, 0, 76, 52, E5 + 3724, 1, 128, 287104, 252328762, nof, 0, 76, 0, + 3725, 1, 0, 287104, 252328762, non, 0, 77, 61, F5 + 3726, 1, 128, 287232, 252391226, nof, 0, 77, 0, + 3727, 1, 0, 287232, 252391226, non, 0, 76, 52, E5 + 3728, 1, 128, 287360, 252453690, nof, 0, 76, 0, + 3729, 1, 0, 287360, 252453690, non, 0, 77, 54, F5 + 3730, 1, 128, 287488, 252516154, nof, 0, 77, 0, + 3731, 1, 0, 287488, 252516154, non, 0, 76, 57, E5 + 3732, 1, 128, 287616, 252578618, nof, 0, 76, 0, + 3733, 1, 0, 287616, 252578618, non, 0, 77, 49, F5 + 3734, 1, 128, 287744, 252641082, nof, 0, 77, 0, + 3735, 1, 0, 287744, 252641082, non, 0, 76, 58, E5 + 3736, 1, 128, 287872, 252703546, nof, 0, 76, 0, + 3737, 1, 0, 287872, 252703546, non, 0, 77, 61, F5 + 3738, 1, 128, 288000, 252766010, nof, 0, 77, 0, + 3739, 1, 0, 288000, 252766010, non, 0, 76, 61, E5 + 3740, 1, 128, 288128, 252828474, nof, 0, 76, 0, + 3741, 1, 0, 288128, 252828474, non, 0, 77, 55, F5 + 3742, 1, 128, 288256, 252890938, nof, 0, 77, 0, + 3743, 1, 0, 288256, 252890938, non, 0, 76, 54, E5 + 3744, 1, 128, 288384, 252953402, nof, 0, 76, 0, + 3745, 1, 0, 288384, 252953402, non, 0, 77, 56, F5 + 3746, 1, 128, 288512, 253015866, nof, 0, 77, 0, + 3747, 1, 0, 288512, 253015866, non, 0, 76, 54, E5 + 3748, 1, 128, 288640, 253078330, nof, 0, 76, 0, + 3749, 1, 0, 288640, 253078330, non, 0, 77, 53, F5 + 3750, 1, 128, 288768, 253140794, nof, 0, 77, 0, + 3751, 1, 0, 288768, 253140794, non, 0, 76, 44, E5 + 3752, 1, 128, 288896, 253203258, nof, 0, 76, 0, + 3753, 1, 0, 288896, 253203258, non, 0, 77, 42, F5 + 3754, 1, 128, 289024, 253265722, nof, 0, 77, 0, + 3755, 1, 0, 289024, 253265722, non, 0, 76, 40, E5 + 3756, 1, 128, 289152, 253328186, nof, 0, 76, 0, + 3757, 1, 0, 289152, 253328186, non, 0, 77, 43, F5 + 3758, 1, 128, 289280, 253390650, ctl, 0, 64, 0, + 3759, 1, 0, 289280, 253390650, nof, 0, 77, 0, + 3760, 1, 0, 289280, 253390650, non, 0, 76, 40, E5 +12563, 2, 2870, 289280, 253390650, ctl, 1, 64,127, + 3761, 1, 128, 289408, 253453114, nof, 0, 76, 0, + 3762, 1, 0, 289408, 253453114, non, 0, 77, 38, F5 + 3763, 1, 128, 289536, 253515578, nof, 0, 77, 0, + 3764, 1, 0, 289536, 253515578, non, 0, 76, 30, E5 + 3765, 1, 128, 289664, 253578042, nof, 0, 76, 0, + 3766, 1, 0, 289664, 253578042, non, 0, 77, 32, F5 +12564, 2, 467, 289747, 253618546, ctl, 1, 64, 0, + 3767, 1, 128, 289792, 253640506, nof, 0, 77, 0, +12565, 2, 45, 289792, 253640506, nof, 1, 56, 0, +12566, 2, 0, 289792, 253640506, nof, 1, 68, 0, +12567, 2, 854, 290646, 254057258, non, 1, 61, 21, C#4 + 3768, 1, 896, 290688, 254077754, non, 0, 83, 46, B5 +12568, 2, 85, 290731, 254098738, non, 1, 71, 21, B4 + 421, 0, 4608, 290816, 254140218,tempo,100,bpm,, + 3769, 1, 128, 290816, 254140218, nof, 0, 83, 0, + 3770, 1, 0, 290816, 254140218, non, 0, 91, 55, G6 +12569, 2, 85, 290816, 254140218, non, 1, 77, 33, F5 +12570, 2, 21, 290837, 254152503, ctl, 1, 64,127, + 422, 0, 256, 291072, 254289978,tempo,120,bpm,, + 3771, 1, 256, 291072, 254289978, nof, 0, 91, 0, + 3772, 1, 0, 291072, 254289978, non, 0, 88, 52, E6 + 3773, 1, 256, 291328, 254414906, nof, 0, 88, 0, + 3774, 1, 0, 291328, 254414906, non, 0, 86, 49, D6 +12571, 2, 491, 291328, 254414906, nof, 1, 61, 0, +12572, 2, 0, 291328, 254414906, nof, 1, 71, 0, +12573, 2, 0, 291328, 254414906, nof, 1, 77, 0, + 3775, 1, 256, 291584, 254539834, nof, 0, 86, 0, + 3776, 1, 0, 291584, 254539834, non, 0, 83, 47, B5 + 3777, 1, 256, 291840, 254664762, nof, 0, 83, 0, + 3778, 1, 0, 291840, 254664762, non, 0, 80, 44, G#5 +12574, 2, 727, 292055, 254769682, ctl, 1, 64, 0, + 3779, 1, 256, 292096, 254789690, nof, 0, 80, 0, +12575, 2, 127, 292182, 254831658, non, 1, 55, 32, G3 + 3780, 1, 128, 292224, 254852154, non, 0, 80, 51, G#5 +12576, 2, 85, 292267, 254873138, non, 1, 65, 32, F4 + 423, 0, 1280, 292352, 254914618,tempo,130,bpm,, + 3781, 1, 128, 292352, 254914618, ctl, 0, 64, 0, + 3782, 1, 0, 292352, 254914618, nof, 0, 80, 0, + 3783, 1, 0, 292352, 254914618, non, 0, 88, 60, E6 +12577, 2, 85, 292352, 254914618, ctl, 1, 64, 0, +12578, 2, 0, 292352, 254914618, non, 1, 71, 44, B4 +12579, 2, 79, 292431, 254950168, ctl, 1, 64,127, + 3784, 1, 256, 292608, 255029818, nof, 0, 88, 0, + 3785, 1, 0, 292608, 255029818, non, 0, 85, 57, C#6 + 3786, 1, 256, 292864, 255145018, nof, 0, 85, 0, + 3787, 1, 0, 292864, 255145018, non, 0, 83, 55, B5 +12580, 2, 433, 292864, 255145018, nof, 1, 55, 0, +12581, 2, 0, 292864, 255145018, nof, 1, 65, 0, +12582, 2, 0, 292864, 255145018, nof, 1, 71, 0, + 3788, 1, 256, 293120, 255260218, nof, 0, 83, 0, + 3789, 1, 0, 293120, 255260218, non, 0, 80, 52, G#5 +12583, 2, 377, 293241, 255314668, ctl, 1, 64, 0, + 3790, 1, 256, 293376, 255375418, nof, 0, 80, 0, + 3791, 1, 0, 293376, 255375418, non, 0, 77, 50, F5 + 3792, 1, 256, 293632, 255490618, nof, 0, 77, 0, +12584, 2, 477, 293718, 255529318, non, 1, 49, 43, C#3 + 3793, 1, 128, 293760, 255548218, non, 0, 71, 57, B4 +12585, 2, 85, 293803, 255567568, non, 1, 59, 43, B3 + 424, 0, 1536, 293888, 255605818,tempo,90,bpm,, + 3794, 1, 128, 293888, 255605818, non, 0, 69, 66, A4 + 3795, 1, 0, 293888, 255605818, nof, 0, 71, 0, + 3796, 1, 0, 293888, 255605818, non, 0, 79, 64, G5 +12586, 2, 85, 293888, 255605818, non, 1, 65, 55, F4 +12587, 2, 129, 294017, 255689797, ctl, 1, 64,127, + 425, 0, 256, 294144, 255772474,tempo,100,bpm,, + 3797, 1, 256, 294144, 255772474, nof, 0, 79, 0, + 3798, 1, 0, 294144, 255772474, non, 0, 76, 61, E5 + 426, 0, 256, 294400, 255922234,tempo,120,bpm,, + 3799, 1, 256, 294400, 255922234, nof, 0, 69, 0, + 3800, 1, 0, 294400, 255922234, nof, 0, 76, 0, + 3801, 1, 0, 294400, 255922234, non, 0, 73, 59, C#5 + 3802, 1, 0, 294400, 255922234, non, 0, 67, 68, G4 +12588, 2, 383, 294400, 255922234, nof, 1, 49, 0, +12589, 2, 0, 294400, 255922234, nof, 1, 59, 0, +12590, 2, 0, 294400, 255922234, nof, 1, 65, 0, + 3803, 1, 256, 294656, 256047162, nof, 0, 73, 0, + 3804, 1, 0, 294656, 256047162, non, 0, 71, 56, B4 + 3805, 1, 256, 294912, 256172090, nof, 0, 71, 0, + 3806, 1, 0, 294912, 256172090, non, 0, 69, 54, A4 + 3807, 1, 0, 294912, 256172090, nof, 0, 67, 0, + 3808, 1, 0, 294912, 256172090, non, 0, 65, 70, F4 + 3809, 1, 256, 295168, 256297018, nof, 0, 69, 0, + 427, 0, 1024, 295424, 256421946,tempo,90,bpm,, + 3810, 1, 256, 295424, 256421946, ctl, 0, 64, 0, + 3811, 1, 0, 295424, 256421946, nof, 0, 65, 0, + 3812, 1, 0, 295424, 256421946, non, 0, 64, 77, E4 + 3813, 1, 0, 295424, 256421946, non, 0, 53, 63, F3 + 3814, 1, 0, 295424, 256421946, non, 0, 56, 63, G#3 + 3815, 1, 0, 295424, 256421946, non, 0, 61, 63, C#4 +12591, 2, 1024, 295424, 256421946, ctl, 1, 64,127, +12592, 2, 0, 295424, 256421946, non, 1, 31, 62, G1 +12593, 2, 96, 295520, 256484442, ctl, 1, 64, 0, +12594, 2, 96, 295616, 256546938, ctl, 1, 64,127, +12595, 2, 115, 295731, 256621803, nof, 1, 31, 0, +12596, 2, 0, 295731, 256621803, non, 1, 37, 57, C#2 + 428, 0, 512, 295936, 256755258,tempo,120,bpm,, + 3816, 1, 512, 295936, 256755258, nof, 0, 64, 0, + 3817, 1, 0, 295936, 256755258, non, 0, 61, 73, C#4 +12597, 2, 307, 296038, 256805034, nof, 1, 37, 0, +12598, 2, 0, 296038, 256805034, non, 1, 44, 59, G#2 +12599, 2, 308, 296346, 256955338, nof, 1, 44, 0, +12600, 2, 0, 296346, 256955338, non, 1, 43, 62, G2 + 3818, 1, 512, 296448, 257005114, nof, 0, 61, 0, + 3819, 1, 0, 296448, 257005114, non, 0, 65, 70, F4 +12601, 2, 307, 296653, 257105154, nof, 1, 43, 0, +12602, 2, 0, 296653, 257105154, non, 1, 49, 64, C#3 + 3820, 1, 512, 296960, 257254970, nof, 0, 53, 0, + 3821, 1, 0, 296960, 257254970, nof, 0, 56, 0, + 3822, 1, 0, 296960, 257254970, nof, 0, 61, 0, +12603, 2, 307, 296960, 257254970, nof, 1, 49, 0, +12604, 2, 0, 296960, 257254970, non, 1, 56, 66, G#3 + 3823, 1, 512, 297472, 257504826, nof, 0, 65, 0, + 3824, 1, 0, 297472, 257504826, non, 0, 68, 66, G#4 + 3825, 1, 512, 297984, 257754682, nof, 0, 68, 0, + 3826, 1, 0, 297984, 257754682, non, 0, 73, 68, C#5 +12605, 2, 1024, 297984, 257754682, nof, 1, 56, 0, + 429, 0, 2304, 298240, 257879610,tempo,70,bpm,, + 3827, 1, 256, 298240, 257879610, nof, 0, 73, 0, + 3828, 1, 0, 298240, 257879610, non, 0, 65, 69, F4 +12606, 2, 256, 298240, 257879610, non, 1, 49, 55, C#3 +12607, 2, 0, 298240, 257879610, non, 1, 61, 71, C#4 + 3829, 1, 85, 298325, 257950755, nof, 0, 65, 0, + 3830, 1, 0, 298325, 257950755, non, 0, 68, 70, G#4 + 3831, 1, 86, 298411, 258022737, nof, 0, 68, 0, + 3832, 1, 0, 298411, 258022737, non, 0, 73, 70, C#5 + 3833, 1, 85, 298496, 258093882, ctl, 0, 64, 0, + 3834, 1, 0, 298496, 258093882, nof, 0, 73, 0, + 3835, 1, 0, 298496, 258093882, non, 0, 76, 77, E5 +12608, 2, 256, 298496, 258093882, ctl, 1, 64,127, +12609, 2, 0, 298496, 258093882, nof, 1, 49, 0, +12610, 2, 0, 298496, 258093882, nof, 1, 61, 0, +12611, 2, 0, 298496, 258093882, non, 1, 56, 55, G#3 +12612, 2, 0, 298496, 258093882, non, 1, 68, 71, G#4 +12613, 2, 99, 298595, 258176745, ctl, 1, 64, 0, + 430, 0, 384, 298624, 258201018,tempo,120,bpm,, + 3836, 1, 128, 298624, 258201018, nof, 0, 76, 0, + 3837, 1, 0, 298624, 258201018, non, 0, 77, 55, F5 +12614, 2, 83, 298678, 258227370, ctl, 1, 64,127, + 3838, 1, 128, 298752, 258263482, nof, 0, 77, 0, + 3839, 1, 0, 298752, 258263482, non, 0, 76, 61, E5 + 3840, 1, 128, 298880, 258325946, nof, 0, 76, 0, + 3841, 1, 0, 298880, 258325946, non, 0, 77, 54, F5 + 3842, 1, 128, 299008, 258388410, nof, 0, 77, 0, + 3843, 1, 0, 299008, 258388410, non, 0, 76, 60, E5 + 3844, 1, 128, 299136, 258450874, nof, 0, 76, 0, + 3845, 1, 0, 299136, 258450874, non, 0, 77, 54, F5 + 3846, 1, 128, 299264, 258513338, nof, 0, 77, 0, + 3847, 1, 0, 299264, 258513338, non, 0, 76, 52, E5 + 3848, 1, 128, 299392, 258575802, nof, 0, 76, 0, + 3849, 1, 0, 299392, 258575802, non, 0, 77, 60, F5 + 3850, 1, 128, 299520, 258638266, nof, 0, 77, 0, + 3851, 1, 0, 299520, 258638266, non, 0, 76, 56, E5 + 3852, 1, 128, 299648, 258700730, nof, 0, 76, 0, + 3853, 1, 0, 299648, 258700730, non, 0, 77, 57, F5 + 3854, 1, 128, 299776, 258763194, nof, 0, 77, 0, + 3855, 1, 0, 299776, 258763194, non, 0, 76, 59, E5 + 3856, 1, 128, 299904, 258825658, nof, 0, 76, 0, + 3857, 1, 0, 299904, 258825658, non, 0, 77, 57, F5 + 3858, 1, 128, 300032, 258888122, nof, 0, 77, 0, + 3859, 1, 0, 300032, 258888122, non, 0, 76, 58, E5 + 3860, 1, 128, 300160, 258950586, nof, 0, 76, 0, + 3861, 1, 0, 300160, 258950586, non, 0, 77, 60, F5 + 3862, 1, 128, 300288, 259013050, nof, 0, 77, 0, + 3863, 1, 0, 300288, 259013050, non, 0, 76, 53, E5 + 3864, 1, 128, 300416, 259075514, nof, 0, 76, 0, + 3865, 1, 0, 300416, 259075514, non, 0, 77, 56, F5 + 3866, 1, 128, 300544, 259137978, nof, 0, 77, 0, + 3867, 1, 0, 300544, 259137978, non, 0, 76, 59, E5 + 3868, 1, 128, 300672, 259200442, nof, 0, 76, 0, + 3869, 1, 0, 300672, 259200442, non, 0, 77, 49, F5 + 3870, 1, 128, 300800, 259262906, nof, 0, 77, 0, + 3871, 1, 0, 300800, 259262906, non, 0, 76, 61, E5 + 3872, 1, 128, 300928, 259325370, nof, 0, 76, 0, + 3873, 1, 0, 300928, 259325370, non, 0, 77, 48, F5 + 3874, 1, 128, 301056, 259387834, nof, 0, 77, 0, + 3875, 1, 0, 301056, 259387834, non, 0, 76, 46, E5 + 3876, 1, 128, 301184, 259450298, nof, 0, 76, 0, + 3877, 1, 0, 301184, 259450298, non, 0, 77, 48, F5 + 3878, 1, 128, 301312, 259512762, nof, 0, 77, 0, + 3879, 1, 0, 301312, 259512762, non, 0, 76, 44, E5 + 3880, 1, 128, 301440, 259575226, nof, 0, 76, 0, + 3881, 1, 0, 301440, 259575226, non, 0, 77, 44, F5 + 3882, 1, 128, 301568, 259637690, ctl, 0, 64, 0, + 3883, 1, 0, 301568, 259637690, nof, 0, 77, 0, + 3884, 1, 0, 301568, 259637690, non, 0, 76, 40, E5 +12615, 2, 2890, 301568, 259637690, ctl, 1, 64,127, + 3885, 1, 128, 301696, 259700154, nof, 0, 76, 0, + 3886, 1, 0, 301696, 259700154, non, 0, 77, 38, F5 + 3887, 1, 128, 301824, 259762618, nof, 0, 77, 0, + 3888, 1, 0, 301824, 259762618, non, 0, 76, 30, E5 + 3889, 1, 128, 301952, 259825082, nof, 0, 76, 0, + 3890, 1, 0, 301952, 259825082, non, 0, 77, 32, F5 +12616, 2, 467, 302035, 259865586, ctl, 1, 64, 0, + 3891, 1, 128, 302080, 259887546, nof, 0, 77, 0, +12617, 2, 45, 302080, 259887546, nof, 1, 56, 0, +12618, 2, 0, 302080, 259887546, nof, 1, 68, 0, +12619, 2, 854, 302934, 260304298, non, 1, 61, 21, C#4 + 3892, 1, 896, 302976, 260324794, non, 0, 83, 55, B5 +12620, 2, 85, 303019, 260345778, non, 1, 71, 21, B4 + 431, 0, 4480, 303104, 260387258,tempo,110,bpm,, + 3893, 1, 128, 303104, 260387258, nof, 0, 83, 0, + 3894, 1, 0, 303104, 260387258, non, 0, 91, 55, G6 +12621, 2, 85, 303104, 260387258, non, 1, 77, 33, F5 +12622, 2, 64, 303168, 260421306, ctl, 1, 64,127, + 3895, 1, 102, 303206, 260441522, nof, 0, 91, 0, + 3896, 1, 0, 303206, 260441522, non, 0, 88, 52, E6 + 3897, 1, 103, 303309, 260496318, nof, 0, 88, 0, + 3898, 1, 0, 303309, 260496318, non, 0, 86, 49, D6 + 3899, 1, 102, 303411, 260550582, nof, 0, 86, 0, + 3900, 1, 0, 303411, 260550582, non, 0, 83, 47, B5 + 3901, 1, 103, 303514, 260605378, nof, 0, 83, 0, + 3902, 1, 0, 303514, 260605378, non, 0, 80, 44, G#5 + 3903, 1, 102, 303616, 260659642, nof, 0, 80, 0, +12623, 2, 448, 303616, 260659642, nof, 1, 61, 0, +12624, 2, 0, 303616, 260659642, nof, 1, 71, 0, +12625, 2, 0, 303616, 260659642, nof, 1, 77, 0, +12626, 2, 146, 303762, 260737314, ctl, 1, 64, 0, +12627, 2, 708, 304470, 261113970, non, 1, 55, 21, G3 + 3904, 1, 896, 304512, 261136314, non, 0, 80, 55, G#5 +12628, 2, 85, 304555, 261159190, non, 1, 65, 21, F4 + 432, 0, 1536, 304640, 261204410,tempo,120,bpm,, + 3905, 1, 128, 304640, 261204410, ctl, 0, 64, 0, + 3906, 1, 0, 304640, 261204410, nof, 0, 80, 0, + 3907, 1, 0, 304640, 261204410, non, 0, 88, 55, E6 +12629, 2, 85, 304640, 261204410, ctl, 1, 64, 0, +12630, 2, 0, 304640, 261204410, non, 1, 71, 33, B4 +12631, 2, 68, 304708, 261237594, ctl, 1, 64,127, + 3908, 1, 102, 304742, 261254186, nof, 0, 88, 0, + 3909, 1, 0, 304742, 261254186, non, 0, 85, 52, C#6 + 3910, 1, 103, 304845, 261304450, nof, 0, 85, 0, + 3911, 1, 0, 304845, 261304450, non, 0, 83, 49, B5 + 3912, 1, 102, 304947, 261354226, nof, 0, 83, 0, + 3913, 1, 0, 304947, 261354226, non, 0, 80, 47, G#5 + 3914, 1, 103, 305050, 261404490, nof, 0, 80, 0, + 3915, 1, 0, 305050, 261404490, non, 0, 77, 44, F5 + 3916, 1, 102, 305152, 261454266, nof, 0, 77, 0, +12632, 2, 444, 305152, 261454266, nof, 1, 55, 0, +12633, 2, 0, 305152, 261454266, nof, 1, 65, 0, +12634, 2, 0, 305152, 261454266, nof, 1, 71, 0, +12635, 2, 118, 305270, 261511850, ctl, 1, 64, 0, + 433, 0, 1024, 305664, 261704122,tempo,90,bpm,, + 3917, 1, 512, 305664, 261704122, non, 0, 69, 55, A4 +12636, 2, 736, 306006, 261926764, non, 1, 49, 21, C#3 + 3918, 1, 384, 306048, 261954106, non, 0, 71, 50, B4 +12637, 2, 85, 306091, 261982099, non, 1, 59, 21, B3 + 434, 0, 512, 306176, 262037434,tempo,110,bpm,, + 3919, 1, 128, 306176, 262037434, nof, 0, 71, 0, + 3920, 1, 0, 306176, 262037434, non, 0, 79, 50, G5 +12638, 2, 85, 306176, 262037434, non, 1, 65, 33, F4 +12639, 2, 84, 306260, 262082122, ctl, 1, 64,127, + 3921, 1, 102, 306278, 262091698, nof, 0, 79, 0, + 3922, 1, 0, 306278, 262091698, non, 0, 76, 48, E5 + 3923, 1, 103, 306381, 262146494, nof, 0, 76, 0, + 3924, 1, 0, 306381, 262146494, non, 0, 73, 45, C#5 + 3925, 1, 102, 306483, 262200758, nof, 0, 73, 0, + 3926, 1, 0, 306483, 262200758, non, 0, 71, 43, B4 + 3927, 1, 103, 306586, 262255554, nof, 0, 71, 0, + 3928, 1, 0, 306586, 262255554, non, 0, 69, 40, A4 + 435, 0, 512, 306688, 262309818,tempo,120,bpm,, + 3929, 1, 102, 306688, 262309818, nof, 0, 69, 0, + 3930, 1, 0, 306688, 262309818, non, 0, 67, 55, G4 +12640, 2, 428, 306688, 262309818, nof, 1, 49, 0, +12641, 2, 0, 306688, 262309818, nof, 1, 59, 0, +12642, 2, 0, 306688, 262309818, nof, 1, 65, 0, + 3931, 1, 50, 306738, 262334218, nof, 0, 69, 0, +12643, 2, 135, 306823, 262375698, ctl, 1, 64, 0, + 3932, 1, 462, 307200, 262559674, non, 0, 65, 50, F4 + 3933, 1, 50, 307250, 262584074, nof, 0, 67, 0, +12644, 2, 719, 307542, 262726570, non, 1, 43, 21, G2 +12645, 2, 85, 307627, 262768050, non, 1, 53, 21, F3 + 436, 0, 1024, 307712, 262809530,tempo,100,bpm,, + 3934, 1, 462, 307712, 262809530, ctl, 0, 64, 0, + 3935, 1, 0, 307712, 262809530, nof, 0, 65, 0, +12646, 2, 85, 307712, 262809530, ctl, 1, 64, 0, +12647, 2, 0, 307712, 262809530, non, 1, 59, 33, B3 + 437, 0, 512, 308224, 263109050,tempo,120,bpm,, + 3936, 1, 512, 308224, 263109050, non, 0, 64, 48, E4 +12648, 2, 512, 308224, 263109050, nof, 1, 43, 0, +12649, 2, 0, 308224, 263109050, nof, 1, 53, 0, +12650, 2, 0, 308224, 263109050, nof, 1, 59, 0, + 3937, 1, 392, 308616, 263300346, nof, 0, 64, 0, + 3938, 1, 120, 308736, 263358906, non, 0, 61, 48, C#4 + 3939, 1, 392, 309128, 263550202, nof, 0, 61, 0, + 438, 0, 1024, 309248, 263608762,tempo,100,bpm,, + 3940, 1, 120, 309248, 263608762, non, 0, 61, 32, C#4 + 3941, 1, 0, 309248, 263608762, non, 0, 64, 32, E4 + 3942, 1, 0, 309248, 263608762, non, 0, 65, 48, F4 +12651, 2, 1024, 309248, 263608762, non, 1, 40, 21, E2 +12652, 2, 0, 309248, 263608762, non, 1, 50, 21, D3 +12653, 2, 0, 309248, 263608762, non, 1, 56, 33, G#3 +12654, 2, 1366, 310614, 264407872, non, 1, 43, 26, G2 +12655, 2, 85, 310699, 264457597, non, 1, 53, 26, F3 + 439, 0, 1536, 310784, 264507322,tsig,14,4,, + 3943, 1, 1536, 310784, 264507322, ctl, 0, 64, 0, + 3944, 1, 0, 310784, 264507322, nof, 0, 61, 0, + 3945, 1, 0, 310784, 264507322, nof, 0, 64, 0, +12656, 2, 85, 310784, 264507322, ctl, 1, 64, 0, +12657, 2, 0, 310784, 264507322, nof, 1, 40, 0, +12658, 2, 0, 310784, 264507322, nof, 1, 50, 0, +12659, 2, 0, 310784, 264507322, nof, 1, 56, 0, +12660, 2, 0, 310784, 264507322, non, 1, 59, 38, B3 +12661, 2, 362, 311146, 264719092, ctl, 1, 64,127, + 3946, 1, 512, 311296, 264806842, nof, 0, 65, 0, + 3947, 1, 0, 311296, 264806842, non, 0, 68, 47, G#4 +12662, 2, 150, 311296, 264806842, nof, 1, 43, 0, +12663, 2, 0, 311296, 264806842, nof, 1, 53, 0, +12664, 2, 0, 311296, 264806842, nof, 1, 59, 0, + 440, 0, 1024, 311808, 265106362,tempo,100,bpm,, + 3948, 1, 512, 311808, 265106362, nof, 0, 68, 0, + 3949, 1, 0, 311808, 265106362, non, 0, 73, 50, C#5 + 441, 0, 512, 312320, 265405882,tempo,120,bpm,, + 3950, 1, 512, 312320, 265405882, nof, 0, 73, 0, + 3951, 1, 0, 312320, 265405882, non, 0, 65, 45, F4 +12665, 2, 1024, 312320, 265405882, non, 1, 56, 19, G#3 +12666, 2, 0, 312320, 265405882, non, 1, 61, 19, C#4 +12667, 2, 0, 312320, 265405882, non, 1, 64, 28, E4 + 3952, 1, 171, 312491, 265489330, nof, 0, 65, 0, + 3953, 1, 0, 312491, 265489330, non, 0, 68, 48, G#4 + 3954, 1, 170, 312661, 265572290, nof, 0, 68, 0, + 3955, 1, 0, 312661, 265572290, non, 0, 73, 52, C#5 + 3956, 1, 171, 312832, 265655738, nof, 0, 73, 0, + 3957, 1, 0, 312832, 265655738, non, 0, 76, 45, E5 +12668, 2, 512, 312832, 265655738, nof, 1, 56, 0, +12669, 2, 0, 312832, 265655738, nof, 1, 61, 0, +12670, 2, 0, 312832, 265655738, nof, 1, 64, 0, +12671, 2, 0, 312832, 265655738, non, 1, 46, 28, A#2 + 3958, 1, 128, 312960, 265718202, nof, 0, 76, 0, + 3959, 1, 0, 312960, 265718202, non, 0, 77, 46, F5 + 3960, 1, 128, 313088, 265780666, nof, 0, 77, 0, + 3961, 1, 0, 313088, 265780666, non, 0, 76, 43, E5 + 3962, 1, 128, 313216, 265843130, nof, 0, 76, 0, + 3963, 1, 0, 313216, 265843130, non, 0, 77, 41, F5 + 3964, 1, 128, 313344, 265905594, nof, 0, 77, 0, + 3965, 1, 0, 313344, 265905594, non, 0, 76, 44, E5 +12672, 2, 512, 313344, 265905594, nof, 1, 46, 0, + 3966, 1, 128, 313472, 265968058, nof, 0, 76, 0, + 3967, 1, 0, 313472, 265968058, non, 0, 77, 40, F5 + 3968, 1, 128, 313600, 266030522, nof, 0, 77, 0, + 3969, 1, 0, 313600, 266030522, non, 0, 76, 45, E5 + 3970, 1, 128, 313728, 266092986, nof, 0, 76, 0, + 3971, 1, 0, 313728, 266092986, non, 0, 77, 38, F5 + 3972, 1, 128, 313856, 266155450, nof, 0, 77, 0, + 3973, 1, 0, 313856, 266155450, non, 0, 76, 44, E5 + 3974, 1, 128, 313984, 266217914, nof, 0, 76, 0, + 3975, 1, 0, 313984, 266217914, non, 0, 77, 40, F5 + 3976, 1, 128, 314112, 266280378, nof, 0, 77, 0, + 3977, 1, 0, 314112, 266280378, non, 0, 76, 37, E5 + 3978, 1, 128, 314240, 266342842, nof, 0, 76, 0, + 3979, 1, 0, 314240, 266342842, non, 0, 77, 30, F5 +12673, 2, 903, 314247, 266346258, ctl, 1, 64, 0, + 442, 0, 2048, 314368, 266405306,tsig,6,3,, + 3980, 1, 128, 314368, 266405306, ctl, 0, 64, 0, + 3981, 1, 0, 314368, 266405306, nof, 0, 77, 0, +12674, 2, 121, 314368, 266405306, ctl, 1, 64, 0, +12675, 2, 228, 314596, 266516570, ctl, 1, 64,127, + 443, 0, 384, 314752, 266592698,tempo,100,bpm,, + 3982, 1, 384, 314752, 266592698, non, 0, 65, 36, F4 +12676, 2, 156, 314752, 266592698, non, 1, 56, 24, G#3 +12677, 2, 0, 314752, 266592698, non, 1, 61, 24, C#4 +12678, 2, 0, 314752, 266592698, non, 1, 64, 33, E4 + 444, 0, 384, 315136, 266817338,tempo,130,bpm,, + 3983, 1, 384, 315136, 266817338, nof, 0, 65, 0, + 3984, 1, 0, 315136, 266817338, non, 0, 68, 42, G#4 + 3985, 1, 384, 315520, 266990138, nof, 0, 68, 0, + 3986, 1, 0, 315520, 266990138, non, 0, 73, 47, C#5 + 445, 0, 768, 315904, 267162938,tempo,110,bpm,, + 3987, 1, 384, 315904, 267162938, nof, 0, 73, 0, + 3988, 1, 0, 315904, 267162938, non, 0, 76, 36, E5 +12679, 2, 1152, 315904, 267162938, nof, 1, 56, 0, +12680, 2, 0, 315904, 267162938, nof, 1, 61, 0, +12681, 2, 0, 315904, 267162938, nof, 1, 64, 0, +12682, 2, 0, 315904, 267162938, non, 1, 46, 40, A#2 + 3989, 1, 128, 316032, 267231034, nof, 0, 76, 0, + 3990, 1, 0, 316032, 267231034, non, 0, 77, 32, F5 + 3991, 1, 128, 316160, 267299130, nof, 0, 77, 0, + 3992, 1, 0, 316160, 267299130, non, 0, 76, 30, E5 + 3993, 1, 128, 316288, 267367226, nof, 0, 76, 0, + 3994, 1, 0, 316288, 267367226, non, 0, 77, 28, F5 + 3995, 1, 128, 316416, 267435322, nof, 0, 77, 0, + 3996, 1, 0, 316416, 267435322, non, 0, 76, 29, E5 +12683, 2, 512, 316416, 267435322, nof, 1, 46, 0, + 3997, 1, 128, 316544, 267503418, nof, 0, 76, 0, + 3998, 1, 0, 316544, 267503418, non, 0, 77, 29, F5 + 3999, 1, 128, 316672, 267571514, nof, 0, 77, 0, + 4000, 1, 0, 316672, 267571514, non, 0, 76, 27, E5 + 4001, 1, 128, 316800, 267639610, nof, 0, 76, 0, + 4002, 1, 0, 316800, 267639610, non, 0, 77, 29, F5 + 4003, 1, 128, 316928, 267707706, nof, 0, 77, 0, + 4004, 1, 0, 316928, 267707706, non, 0, 76, 27, E5 + 4005, 1, 128, 317056, 267775802, nof, 0, 76, 0, + 4006, 1, 0, 317056, 267775802, non, 0, 77, 28, F5 + 4007, 1, 128, 317184, 267843898, nof, 0, 77, 0, + 4008, 1, 0, 317184, 267843898, non, 0, 76, 25, E5 + 4009, 1, 128, 317312, 267911994, nof, 0, 76, 0, + 4010, 1, 0, 317312, 267911994, non, 0, 77, 26, F5 +12684, 2, 961, 317377, 267946574, ctl, 1, 64, 0, + 4011, 1, 128, 317440, 267980090, ctl, 0, 64, 0, + 4012, 1, 0, 317440, 267980090, nof, 0, 77, 0, +12685, 2, 63, 317440, 267980090, ctl, 1, 64, 0, +12686, 2, 0, 317440, 267980090, ctl, 1, 64, 0, +12687, 2, 228, 317668, 268101386, ctl, 1, 64,127, + 446, 0, 1920, 317824, 268184378,tempo,130,bpm,, + 4013, 1, 384, 317824, 268184378, non, 0, 68, 36, G#4 +12688, 2, 156, 317824, 268184378, non, 1, 56, 43, G#3 +12689, 2, 0, 317824, 268184378, non, 1, 59, 43, B3 +12690, 2, 0, 317824, 268184378, non, 1, 64, 43, E4 +12691, 2, 0, 317824, 268184378, non, 1, 67, 55, G4 + 4014, 1, 384, 318208, 268357178, nof, 0, 68, 0, + 4015, 1, 0, 318208, 268357178, non, 0, 71, 42, B4 + 4016, 1, 384, 318592, 268529978, nof, 0, 71, 0, + 4017, 1, 0, 318592, 268529978, non, 0, 76, 47, E5 + 447, 0, 1152, 318976, 268702778,tempo,100,bpm,, + 4018, 1, 384, 318976, 268702778, nof, 0, 76, 0, + 4019, 1, 0, 318976, 268702778, non, 0, 79, 50, G5 +12692, 2, 1152, 318976, 268702778, nof, 1, 56, 0, +12693, 2, 0, 318976, 268702778, nof, 1, 59, 0, +12694, 2, 0, 318976, 268702778, nof, 1, 64, 0, +12695, 2, 0, 318976, 268702778, nof, 1, 67, 0, +12696, 2, 0, 318976, 268702778, non, 1, 46, 55, A#2 + 4020, 1, 128, 319104, 268777658, nof, 0, 79, 0, + 4021, 1, 0, 319104, 268777658, non, 0, 80, 51, G#5 + 4022, 1, 128, 319232, 268852538, nof, 0, 80, 0, + 4023, 1, 0, 319232, 268852538, non, 0, 79, 52, G5 + 4024, 1, 128, 319360, 268927418, nof, 0, 79, 0, + 4025, 1, 0, 319360, 268927418, non, 0, 80, 53, G#5 + 4026, 1, 128, 319488, 269002298, nof, 0, 80, 0, + 4027, 1, 0, 319488, 269002298, non, 0, 79, 54, G5 +12697, 2, 512, 319488, 269002298, nof, 1, 46, 0, + 4028, 1, 128, 319616, 269077178, nof, 0, 79, 0, + 4029, 1, 0, 319616, 269077178, non, 0, 80, 55, G#5 + 4030, 1, 128, 319744, 269152058, nof, 0, 80, 0, + 4031, 1, 0, 319744, 269152058, non, 0, 79, 55, G5 + 4032, 1, 128, 319872, 269226938, nof, 0, 79, 0, + 4033, 1, 0, 319872, 269226938, non, 0, 80, 56, G#5 + 4034, 1, 128, 320000, 269301818, nof, 0, 80, 0, + 4035, 1, 0, 320000, 269301818, non, 0, 79, 57, G5 + 4036, 1, 128, 320128, 269376698, nof, 0, 79, 0, + 4037, 1, 0, 320128, 269376698, non, 0, 80, 58, G#5 + 4038, 1, 128, 320256, 269451578, nof, 0, 80, 0, + 4039, 1, 0, 320256, 269451578, non, 0, 79, 59, G5 + 4040, 1, 128, 320384, 269526458, nof, 0, 79, 0, + 4041, 1, 0, 320384, 269526458, non, 0, 80, 60, G#5 +12698, 2, 961, 320449, 269564483, ctl, 1, 64, 0, + 448, 0, 1536, 320512, 269601338,tsig,2,2,, + 449, 0, 0, 320512, 269601338,tempo,70,bpm,, + 4042, 1, 128, 320512, 269601338, ctl, 0, 64, 0, + 4043, 1, 0, 320512, 269601338, ctl, 0, 64, 0, + 4044, 1, 0, 320512, 269601338, nof, 0, 80, 0, +12699, 2, 63, 320512, 269601338, ctl, 1, 64,127, +12700, 2, 0, 320512, 269601338, ctl, 1, 64, 0, +12701, 2, 0, 320512, 269601338, non, 1, 46, 23, A#2 +12702, 2, 74, 320586, 269663276, ctl, 1, 64, 0, + 450, 0, 128, 320640, 269708474,tempo,66,bpm,, + 4045, 1, 128, 320640, 269708474, non, 0, 56, 25, G#3 + 4046, 1, 64, 320704, 269765242, nof, 0, 56, 0, + 4047, 1, 0, 320704, 269765242, non, 0, 62, 29, D4 +12703, 2, 137, 320723, 269782095, ctl, 1, 64,127, + 4048, 1, 64, 320768, 269822010, nof, 0, 62, 0, + 4049, 1, 0, 320768, 269822010, non, 0, 68, 32, G#4 + 4050, 1, 64, 320832, 269878778, nof, 0, 68, 0, + 4051, 1, 0, 320832, 269878778, non, 0, 72, 36, C5 + 4052, 1, 64, 320896, 269935546, nof, 0, 72, 0, + 451, 0, 384, 321024, 270049082,tempo,70,bpm,, +12704, 2, 301, 321024, 270049082, nof, 1, 46, 0, +12705, 2, 0, 321024, 270049082, non, 1, 53, 26, F3 + 4053, 1, 192, 321088, 270102650, non, 0, 62, 33, D4 + 4054, 1, 64, 321152, 270156218, nof, 0, 62, 0, + 4055, 1, 0, 321152, 270156218, non, 0, 68, 36, G#4 + 4056, 1, 64, 321216, 270209786, nof, 0, 68, 0, + 4057, 1, 0, 321216, 270209786, non, 0, 72, 40, C5 + 4058, 1, 64, 321280, 270263354, nof, 0, 72, 0, + 4059, 1, 0, 321280, 270263354, non, 0, 74, 43, D5 + 4060, 1, 64, 321344, 270316922, nof, 0, 74, 0, +12706, 2, 341, 321365, 270334499, nof, 1, 53, 0, +12707, 2, 0, 321365, 270334499, non, 1, 80, 41, G#5 + 452, 0, 512, 321536, 270477626,tempo,70,bpm,, +12708, 2, 171, 321536, 270477626, non, 1, 56, 30, G#3 +12709, 2, 11, 321547, 270486833, ctl, 1, 64, 0, + 4061, 1, 256, 321600, 270531194, non, 0, 62, 33, D4 + 4062, 1, 51, 321651, 270573881, nof, 0, 62, 0, + 4063, 1, 0, 321651, 270573881, non, 0, 67, 35, G4 +12710, 2, 137, 321684, 270601502, ctl, 1, 64,127, + 4064, 1, 51, 321702, 270616568, nof, 0, 67, 0, + 4065, 1, 0, 321702, 270616568, non, 0, 71, 38, B4 + 4066, 1, 52, 321754, 270660092, nof, 0, 71, 0, + 4067, 1, 0, 321754, 270660092, non, 0, 74, 41, D5 + 453, 0, 269, 321805, 270702779,tempo,66,bpm,, + 4068, 1, 51, 321805, 270702779, nof, 0, 74, 0, + 4069, 1, 0, 321805, 270702779, non, 0, 79, 43, G5 + 4070, 1, 51, 321856, 270748016, nof, 0, 79, 0, +12711, 2, 193, 321877, 270766643, nof, 1, 56, 0, +12712, 2, 0, 321877, 270766643, nof, 1, 80, 0, +12713, 2, 0, 321877, 270766643, non, 1, 83, 48, B5 +12714, 2, 171, 322048, 270918320, non, 1, 62, 33, D4 + 4071, 1, 256, 322112, 270975088, non, 0, 67, 30, G4 + 4072, 1, 85, 322197, 271050483, nof, 0, 67, 0, + 4073, 1, 0, 322197, 271050483, non, 0, 71, 30, B4 + 4074, 1, 86, 322283, 271126765, nof, 0, 71, 0, + 4075, 1, 0, 322283, 271126765, non, 0, 74, 31, D5 + 4076, 1, 85, 322368, 271202160, nof, 0, 74, 0, + 454, 0, 584, 322389, 271220787,tempo,50,bpm,, +12715, 2, 341, 322389, 271220787, nof, 1, 62, 0, +12716, 2, 0, 322389, 271220787, nof, 1, 83, 0, +12717, 2, 0, 322389, 271220787, non, 1, 79, 42, G5 + 455, 0, 171, 322560, 271421028,tempo,60,bpm,, + 4077, 1, 192, 322560, 271421028, ctl, 0, 64, 0, + 4078, 1, 0, 322560, 271421028, ctl, 0, 64, 0, +12718, 2, 171, 322560, 271421028, ctl, 1, 64,127, +12719, 2, 0, 322560, 271421028, ctl, 1, 64, 0, +12720, 2, 0, 322560, 271421028, non, 1, 67, 33, G4 +12721, 2, 51, 322611, 271470804, ctl, 1, 64, 0, +12722, 2, 64, 322675, 271533268, ctl, 1, 64,127, + 4079, 1, 128, 322688, 271545956, non, 0, 71, 20, B4 + 4080, 1, 128, 322816, 271670884, nof, 0, 71, 0, + 4081, 1, 0, 322816, 271670884, non, 0, 74, 20, D5 + 456, 0, 341, 322901, 271753844,tempo,30,bpm,, +12723, 2, 226, 322901, 271753844, nof, 1, 79, 0, +12724, 2, 0, 322901, 271753844, non, 1, 79, 28, G5 + 4082, 1, 128, 322944, 271837823, nof, 0, 74, 0, +12725, 2, 79, 322980, 271908131, ctl, 1, 64,127, + 457, 0, 171, 323072, 272087807,tempo,50,bpm,, +12726, 2, 92, 323072, 272087807, nof, 1, 67, 0, +12727, 2, 0, 323072, 272087807, non, 1, 66, 28, F#4 + 4083, 1, 640, 323584, 272687359, non, 0, 59, 31, B3 + 4084, 1, 0, 323584, 272687359, non, 0, 65, 31, F4 + 4085, 1, 0, 323584, 272687359, non, 0, 71, 40, B4 + 4086, 1, 0, 323584, 272687359, non, 0, 70, 44, A#4 +12728, 2, 512, 323584, 272687359, nof, 1, 79, 0, +12729, 2, 0, 323584, 272687359, nof, 1, 66, 0, +12730, 2, 0, 323584, 272687359, non, 1, 49, 9, C#3 +12731, 2, 0, 323584, 272687359, non, 1, 55, 9, G3 +12732, 2, 50, 323634, 272745909, ctl, 1, 64, 0, +12733, 2, 206, 323840, 272987135, ctl, 1, 64, 0, +12734, 2, 122, 323962, 273129997, ctl, 1, 64,127, + 458, 0, 1024, 324096, 273286911,tempo,66,bpm,, + 4087, 1, 512, 324096, 273286911, nof, 0, 70, 0, + 4088, 1, 0, 324096, 273286911, non, 0, 69, 31, A4 + 459, 0, 512, 324608, 273741055,tempo,70,bpm,, + 4089, 1, 512, 324608, 273741055, ctl, 0, 64, 0, + 4090, 1, 0, 324608, 273741055, ctl, 0, 64, 0, + 4091, 1, 0, 324608, 273741055, ctl, 0, 64, 0, + 4092, 1, 0, 324608, 273741055, nof, 0, 59, 0, + 4093, 1, 0, 324608, 273741055, nof, 0, 65, 0, + 4094, 1, 0, 324608, 273741055, nof, 0, 71, 0, + 4095, 1, 0, 324608, 273741055, nof, 0, 69, 0, + 4096, 1, 0, 324608, 273741055, non, 0, 60, 21, C4 + 4097, 1, 0, 324608, 273741055, non, 0, 62, 21, D4 + 4098, 1, 0, 324608, 273741055, non, 0, 68, 21, G#4 + 4099, 1, 0, 324608, 273741055, non, 0, 72, 30, C5 +12735, 2, 646, 324608, 273741055, ctl, 1, 64,127, +12736, 2, 0, 324608, 273741055, ctl, 1, 64, 0, +12737, 2, 0, 324608, 273741055, ctl, 1, 64, 0, +12738, 2, 0, 324608, 273741055, nof, 1, 49, 0, +12739, 2, 0, 324608, 273741055, nof, 1, 55, 0, +12740, 2, 0, 324608, 273741055, non, 1, 46, 14, A#2 +12741, 2, 0, 324608, 273741055, non, 1, 56, 21, G#3 +12742, 2, 74, 324682, 273802993, ctl, 1, 64, 0, +12743, 2, 137, 324819, 273917662, ctl, 1, 64,127, + 460, 0, 512, 325120, 274169599,tempo,70,bpm,, + 4100, 1, 512, 325120, 274169599, nof, 0, 60, 0, + 4101, 1, 0, 325120, 274169599, nof, 0, 62, 0, + 4102, 1, 0, 325120, 274169599, nof, 0, 68, 0, + 4103, 1, 0, 325120, 274169599, nof, 0, 72, 0, +12744, 2, 301, 325120, 274169599, nof, 1, 46, 0, +12745, 2, 0, 325120, 274169599, nof, 1, 56, 0, +12746, 2, 0, 325120, 274169599, non, 1, 53, 26, F3 + 4104, 1, 64, 325184, 274223167, non, 0, 62, 24, D4 + 4105, 1, 64, 325248, 274276735, nof, 0, 62, 0, + 4106, 1, 0, 325248, 274276735, non, 0, 68, 27, G#4 + 4107, 1, 64, 325312, 274330303, nof, 0, 68, 0, + 4108, 1, 0, 325312, 274330303, non, 0, 72, 31, C5 + 4109, 1, 64, 325376, 274383871, nof, 0, 72, 0, + 4110, 1, 0, 325376, 274383871, non, 0, 74, 34, D5 + 4111, 1, 64, 325440, 274437439, nof, 0, 74, 0, +12747, 2, 341, 325461, 274455016, nof, 1, 53, 0, +12748, 2, 0, 325461, 274455016, non, 1, 80, 41, G#5 + 461, 0, 512, 325632, 274598143,tempo,70,bpm,, +12749, 2, 171, 325632, 274598143, non, 1, 56, 30, G#3 +12750, 2, 11, 325643, 274607350, ctl, 1, 64, 0, + 4112, 1, 256, 325696, 274651711, non, 0, 62, 24, D4 + 4113, 1, 51, 325747, 274694398, nof, 0, 62, 0, + 4114, 1, 0, 325747, 274694398, non, 0, 67, 26, G4 +12751, 2, 137, 325780, 274722019, ctl, 1, 64,127, + 4115, 1, 51, 325798, 274737085, nof, 0, 67, 0, + 4116, 1, 0, 325798, 274737085, non, 0, 71, 29, B4 + 4117, 1, 52, 325850, 274780609, nof, 0, 71, 0, + 4118, 1, 0, 325850, 274780609, non, 0, 74, 32, D5 + 462, 0, 269, 325901, 274823296,tempo,66,bpm,, + 4119, 1, 51, 325901, 274823296, nof, 0, 74, 0, + 4120, 1, 0, 325901, 274823296, non, 0, 79, 34, G5 + 4121, 1, 51, 325952, 274868533, nof, 0, 79, 0, +12752, 2, 193, 325973, 274887160, nof, 1, 56, 0, +12753, 2, 0, 325973, 274887160, nof, 1, 80, 0, +12754, 2, 0, 325973, 274887160, non, 1, 83, 48, B5 +12755, 2, 171, 326144, 275038837, non, 1, 62, 33, D4 + 4122, 1, 256, 326208, 275095605, non, 0, 67, 21, G4 + 4123, 1, 85, 326293, 275171000, nof, 0, 67, 0, + 4124, 1, 0, 326293, 275171000, non, 0, 71, 21, B4 + 4125, 1, 86, 326379, 275247282, nof, 0, 71, 0, + 4126, 1, 0, 326379, 275247282, non, 0, 74, 22, D5 + 4127, 1, 85, 326464, 275322677, nof, 0, 74, 0, + 463, 0, 584, 326485, 275341304,tempo,50,bpm,, +12756, 2, 341, 326485, 275341304, nof, 1, 62, 0, +12757, 2, 0, 326485, 275341304, nof, 1, 83, 0, +12758, 2, 0, 326485, 275341304, non, 1, 79, 42, G5 + 464, 0, 171, 326656, 275541545,tempo,60,bpm,, + 4128, 1, 192, 326656, 275541545, ctl, 0, 64, 0, + 4129, 1, 0, 326656, 275541545, ctl, 0, 64, 0, + 4130, 1, 0, 326656, 275541545, ctl, 0, 64, 0, +12759, 2, 171, 326656, 275541545, ctl, 1, 64,127, +12760, 2, 0, 326656, 275541545, ctl, 1, 64, 0, +12761, 2, 0, 326656, 275541545, ctl, 1, 64, 0, +12762, 2, 0, 326656, 275541545, non, 1, 67, 33, G4 +12763, 2, 51, 326707, 275591321, ctl, 1, 64, 0, +12764, 2, 64, 326771, 275653785, ctl, 1, 64,127, + 4131, 1, 128, 326784, 275666473, non, 0, 71, 20, B4 + 4132, 1, 128, 326912, 275791401, nof, 0, 71, 0, + 4133, 1, 0, 326912, 275791401, non, 0, 74, 20, D5 + 465, 0, 341, 326997, 275874361,tempo,30,bpm,, +12765, 2, 226, 326997, 275874361, nof, 1, 79, 0, +12766, 2, 0, 326997, 275874361, non, 1, 79, 28, G5 + 4134, 1, 128, 327040, 275958340, nof, 0, 74, 0, +12767, 2, 79, 327076, 276028648, ctl, 1, 64,127, + 466, 0, 171, 327168, 276208324,tempo,50,bpm,, +12768, 2, 92, 327168, 276208324, nof, 1, 67, 0, +12769, 2, 0, 327168, 276208324, non, 1, 66, 28, F#4 + 4135, 1, 640, 327680, 276807876, non, 0, 56, 19, G#3 + 4136, 1, 0, 327680, 276807876, non, 0, 62, 19, D4 + 4137, 1, 0, 327680, 276807876, non, 0, 68, 28, G#4 + 4138, 1, 0, 327680, 276807876, non, 0, 67, 32, G4 +12770, 2, 512, 327680, 276807876, nof, 1, 66, 0, +12771, 2, 0, 327680, 276807876, nof, 1, 79, 0, +12772, 2, 0, 327680, 276807876, non, 1, 46, 9, A#2 +12773, 2, 0, 327680, 276807876, non, 1, 52, 9, E3 +12774, 2, 50, 327730, 276866426, ctl, 1, 64, 0, +12775, 2, 206, 327936, 277107652, ctl, 1, 64, 0, +12776, 2, 122, 328058, 277250514, ctl, 1, 64,127, + 467, 0, 1024, 328192, 277407428,tempo,60,bpm,, + 4139, 1, 512, 328192, 277407428, nof, 0, 67, 0, + 4140, 1, 0, 328192, 277407428, non, 0, 66, 25, F#4 + 468, 0, 512, 328704, 277907140,tempo,70,bpm,, + 4141, 1, 512, 328704, 277907140, ctl, 0, 64, 0, + 4142, 1, 0, 328704, 277907140, ctl, 0, 64, 0, + 4143, 1, 0, 328704, 277907140, ctl, 0, 64, 0, + 4144, 1, 0, 328704, 277907140, ctl, 0, 64, 0, + 4145, 1, 0, 328704, 277907140, nof, 0, 56, 0, + 4146, 1, 0, 328704, 277907140, nof, 0, 62, 0, + 4147, 1, 0, 328704, 277907140, nof, 0, 68, 0, + 4148, 1, 0, 328704, 277907140, nof, 0, 66, 0, + 4149, 1, 0, 328704, 277907140, non, 0, 57, 19, A3 + 4150, 1, 0, 328704, 277907140, non, 0, 59, 19, B3 + 4151, 1, 0, 328704, 277907140, non, 0, 65, 19, F4 + 4152, 1, 0, 328704, 277907140, non, 0, 69, 28, A4 +12777, 2, 646, 328704, 277907140, ctl, 1, 64,127, +12778, 2, 0, 328704, 277907140, ctl, 1, 64, 0, +12779, 2, 0, 328704, 277907140, ctl, 1, 64, 0, +12780, 2, 0, 328704, 277907140, ctl, 1, 64, 0, +12781, 2, 0, 328704, 277907140, nof, 1, 46, 0, +12782, 2, 0, 328704, 277907140, nof, 1, 52, 0, +12783, 2, 0, 328704, 277907140, non, 1, 43, 14, G2 +12784, 2, 0, 328704, 277907140, non, 1, 53, 22, F3 +12785, 2, 74, 328778, 277969078, ctl, 1, 64, 0, +12786, 2, 137, 328915, 278083747, ctl, 1, 64,127, + 469, 0, 512, 329216, 278335684,tempo,70,bpm,, + 4153, 1, 512, 329216, 278335684, nof, 0, 57, 0, + 4154, 1, 0, 329216, 278335684, nof, 0, 59, 0, + 4155, 1, 0, 329216, 278335684, nof, 0, 65, 0, + 4156, 1, 0, 329216, 278335684, nof, 0, 69, 0, +12787, 2, 301, 329216, 278335684, nof, 1, 43, 0, +12788, 2, 0, 329216, 278335684, nof, 1, 53, 0, +12789, 2, 0, 329216, 278335684, non, 1, 50, 26, D3 + 4157, 1, 64, 329280, 278389252, non, 0, 59, 22, B3 + 4158, 1, 64, 329344, 278442820, nof, 0, 59, 0, + 4159, 1, 0, 329344, 278442820, non, 0, 65, 22, F4 + 4160, 1, 64, 329408, 278496388, nof, 0, 65, 0, + 4161, 1, 0, 329408, 278496388, non, 0, 69, 22, A4 + 4162, 1, 64, 329472, 278549956, nof, 0, 69, 0, + 4163, 1, 0, 329472, 278549956, non, 0, 71, 22, B4 + 4164, 1, 64, 329536, 278603524, nof, 0, 71, 0, +12790, 2, 341, 329557, 278621101, nof, 1, 50, 0, +12791, 2, 0, 329557, 278621101, non, 1, 77, 41, F5 + 470, 0, 512, 329728, 278764228,tempo,70,bpm,, +12792, 2, 171, 329728, 278764228, non, 1, 53, 30, F3 +12793, 2, 11, 329739, 278773435, ctl, 1, 64, 0, + 4165, 1, 256, 329792, 278817796, non, 0, 59, 22, B3 + 4166, 1, 51, 329843, 278860483, nof, 0, 59, 0, + 4167, 1, 0, 329843, 278860483, non, 0, 64, 22, E4 +12794, 2, 137, 329876, 278888104, ctl, 1, 64,127, + 4168, 1, 51, 329894, 278903170, nof, 0, 64, 0, + 4169, 1, 0, 329894, 278903170, non, 0, 68, 22, G#4 + 4170, 1, 52, 329946, 278946694, nof, 0, 68, 0, + 4171, 1, 0, 329946, 278946694, non, 0, 71, 22, B4 + 471, 0, 269, 329997, 278989381,tempo,66,bpm,, + 4172, 1, 51, 329997, 278989381, nof, 0, 71, 0, + 4173, 1, 0, 329997, 278989381, non, 0, 76, 22, E5 + 4174, 1, 51, 330048, 279034618, nof, 0, 76, 0, +12795, 2, 193, 330069, 279053245, nof, 1, 53, 0, +12796, 2, 0, 330069, 279053245, nof, 1, 77, 0, +12797, 2, 0, 330069, 279053245, non, 1, 80, 42, G#5 +12798, 2, 171, 330240, 279204922, non, 1, 59, 33, B3 + 4175, 1, 256, 330304, 279261690, non, 0, 64, 21, E4 + 4176, 1, 85, 330389, 279337085, nof, 0, 64, 0, + 4177, 1, 0, 330389, 279337085, non, 0, 68, 21, G#4 + 4178, 1, 86, 330475, 279413367, nof, 0, 68, 0, + 4179, 1, 0, 330475, 279413367, non, 0, 71, 22, B4 + 4180, 1, 85, 330560, 279488762, nof, 0, 71, 0, + 472, 0, 584, 330581, 279507389,tempo,50,bpm,, +12799, 2, 341, 330581, 279507389, nof, 1, 59, 0, +12800, 2, 0, 330581, 279507389, nof, 1, 80, 0, +12801, 2, 0, 330581, 279507389, non, 1, 76, 36, E5 + 473, 0, 171, 330752, 279707630,tempo,60,bpm,, + 4181, 1, 192, 330752, 279707630, ctl, 0, 64, 0, + 4182, 1, 0, 330752, 279707630, ctl, 0, 64, 0, + 4183, 1, 0, 330752, 279707630, ctl, 0, 64, 0, + 4184, 1, 0, 330752, 279707630, ctl, 0, 64, 0, +12802, 2, 171, 330752, 279707630, ctl, 1, 64,127, +12803, 2, 0, 330752, 279707630, ctl, 1, 64, 0, +12804, 2, 0, 330752, 279707630, ctl, 1, 64, 0, +12805, 2, 0, 330752, 279707630, ctl, 1, 64, 0, +12806, 2, 0, 330752, 279707630, non, 1, 64, 33, E4 +12807, 2, 51, 330803, 279757406, ctl, 1, 64, 0, +12808, 2, 64, 330867, 279819870, ctl, 1, 64,127, + 4185, 1, 128, 330880, 279832558, non, 0, 68, 20, G#4 + 4186, 1, 128, 331008, 279957486, nof, 0, 68, 0, + 4187, 1, 0, 331008, 279957486, non, 0, 71, 20, B4 + 474, 0, 341, 331093, 280040446,tempo,30,bpm,, +12809, 2, 226, 331093, 280040446, nof, 1, 76, 0, +12810, 2, 0, 331093, 280040446, non, 1, 76, 28, E5 + 4188, 1, 128, 331136, 280124425, nof, 0, 71, 0, +12811, 2, 79, 331172, 280194733, ctl, 1, 64,127, + 475, 0, 171, 331264, 280374409,tempo,50,bpm,, +12812, 2, 92, 331264, 280374409, nof, 1, 64, 0, +12813, 2, 0, 331264, 280374409, non, 1, 63, 28, D#4 +12814, 2, 19, 331283, 280396658, ctl, 1, 64,127, + 476, 0, 512, 331776, 280973961,tempo,45,bpm,, +12815, 2, 493, 331776, 280973961, nof, 1, 63, 0, +12816, 2, 0, 331776, 280973961, non, 1, 64, 25, E4 + 477, 0, 128, 331904, 281140617,tempo,40,bpm,, + 4189, 1, 768, 331904, 281140617, non, 0, 68, 12, G#4 + 4190, 1, 128, 332032, 281328009, nof, 0, 68, 0, + 4191, 1, 0, 332032, 281328009, non, 0, 71, 12, B4 +12817, 2, 341, 332117, 281452449, nof, 1, 76, 0, +12818, 2, 0, 332117, 281452449, non, 1, 76, 20, E5 + 478, 0, 256, 332160, 281515401,tempo,30,bpm,, + 4192, 1, 128, 332160, 281515401, nof, 0, 71, 0, +12819, 2, 171, 332288, 281765385, nof, 1, 64, 0, +12820, 2, 0, 332288, 281765385, non, 1, 63, 18, D#4 + 479, 0, 640, 332800, 282765321,tempo,90,bpm,, + 4193, 1, 640, 332800, 282765321, ctl, 0, 64, 0, +12821, 2, 512, 332800, 282765321, ctl, 1, 64, 0, +12822, 2, 0, 332800, 282765321, nof, 1, 63, 0, +12823, 2, 0, 332800, 282765321, nof, 1, 76, 0, + 4194, 1, 853, 333653, 283320624, non, 0, 61, 62, C#4 +12824, 2, 978, 333778, 283401999, ctl, 1, 64,127, + 4195, 1, 171, 333824, 283431945, nof, 0, 61, 0, + 4196, 1, 0, 333824, 283431945, non, 0, 68, 70, G#4 +12825, 2, 46, 333824, 283431945, non, 1, 43, 52, G2 +12826, 2, 0, 333824, 283431945, non, 1, 53, 52, F3 +12827, 2, 0, 333824, 283431945, non, 1, 59, 64, B3 + 480, 0, 1536, 334336, 283765257,tempo,70,bpm,, + 481, 0, 341, 334677, 284050674,tempo,90,bpm,, + 4197, 1, 853, 334677, 284050674, nof, 0, 68, 0, + 4198, 1, 0, 334677, 284050674, non, 0, 65, 65, F4 + 482, 0, 171, 334848, 284161995,tempo,70,bpm,, + 4199, 1, 171, 334848, 284161995, ctl, 0, 64, 0, + 4200, 1, 0, 334848, 284161995, nof, 0, 65, 0, + 4201, 1, 0, 334848, 284161995, non, 0, 69, 73, A4 +12828, 2, 1024, 334848, 284161995, ctl, 1, 64, 0, +12829, 2, 18, 334866, 284177061, ctl, 1, 64,127, +12830, 2, 111, 334977, 284269968, ctl, 1, 64, 0, +12831, 2, 222, 335199, 284455782, ctl, 1, 64,127, +12832, 2, 161, 335360, 284590539, nof, 1, 43, 0, +12833, 2, 0, 335360, 284590539, nof, 1, 53, 0, +12834, 2, 0, 335360, 284590539, nof, 1, 59, 0, + 483, 0, 853, 335701, 284875956,tempo,90,bpm,, + 4202, 1, 853, 335701, 284875956, nof, 0, 69, 0, + 4203, 1, 0, 335701, 284875956, non, 0, 63, 69, D#4 +12835, 2, 503, 335863, 284981418, ctl, 1, 64, 0, + 484, 0, 171, 335872, 284987277,tempo,50,bpm,, + 4204, 1, 171, 335872, 284987277, nof, 0, 63, 0, + 4205, 1, 0, 335872, 284987277, non, 0, 70, 76, A#4 +12836, 2, 9, 335872, 284987277, non, 1, 43, 56, G2 +12837, 2, 0, 335872, 284987277, non, 1, 53, 56, F3 +12838, 2, 0, 335872, 284987277, non, 1, 59, 68, B3 +12839, 2, 212, 336084, 285235529, ctl, 1, 64,127, + 485, 0, 853, 336725, 285986140,tempo,70,bpm,, + 4206, 1, 853, 336725, 285986140, nof, 0, 70, 0, + 4207, 1, 0, 336725, 285986140, non, 0, 67, 72, G4 +12840, 2, 757, 336841, 286083232, ctl, 1, 64, 0, + 486, 0, 171, 336896, 286129267,tsig,6,3,, + 4208, 1, 171, 336896, 286129267, ctl, 0, 64, 0, + 4209, 1, 0, 336896, 286129267, nof, 0, 67, 0, +12841, 2, 55, 336896, 286129267, ctl, 1, 64, 0, +12842, 2, 0, 336896, 286129267, nof, 1, 43, 0, +12843, 2, 0, 336896, 286129267, nof, 1, 53, 0, +12844, 2, 0, 336896, 286129267, nof, 1, 59, 0, +12845, 2, 0, 336896, 286129267, non, 1, 37, 55, C#2 +12846, 2, 144, 337040, 286249795, ctl, 1, 64,127, + 487, 0, 256, 337152, 286343539,tempo,100,bpm,, +12847, 2, 112, 337152, 286343539, non, 1, 44, 33, G#2 +12848, 2, 256, 337408, 286493299, nof, 1, 37, 0, +12849, 2, 0, 337408, 286493299, nof, 1, 44, 0, +12850, 2, 0, 337408, 286493299, non, 1, 53, 33, F3 +12851, 2, 256, 337664, 286643059, nof, 1, 53, 0, +12852, 2, 0, 337664, 286643059, non, 1, 59, 33, B3 + 488, 0, 768, 337920, 286792819,tempo,110,bpm,, +12853, 2, 256, 337920, 286792819, nof, 1, 59, 0, + 489, 0, 256, 338176, 286929011,tempo,50,bpm,, + 4210, 1, 1280, 338176, 286929011, non, 0, 65, 33, F4 + 4211, 1, 51, 338227, 286988732, nof, 0, 65, 0, + 4212, 1, 0, 338227, 286988732, non, 0, 71, 33, B4 + 4213, 1, 51, 338278, 287048453, nof, 0, 71, 0, + 4214, 1, 0, 338278, 287048453, non, 0, 74, 58, D5 + 4215, 1, 52, 338330, 287109345, non, 0, 83, 33, B5 + 4216, 1, 51, 338381, 287169066, nof, 0, 83, 0, + 4217, 1, 0, 338381, 287169066, non, 0, 83, 33, B5 + 4218, 1, 0, 338381, 287169066, non, 0, 86, 33, D6 + 4219, 1, 51, 338432, 287228787, nof, 0, 83, 0, + 4220, 1, 0, 338432, 287228787, nof, 0, 86, 0, + 4221, 1, 0, 338432, 287228787, non, 0, 94, 55, A#6 +12854, 2, 512, 338432, 287228787, non, 1, 44, 33, G#2 + 490, 0, 512, 338688, 287528563,tempo,80,bpm,, + 4222, 1, 256, 338688, 287528563, nof, 0, 94, 0, + 4223, 1, 0, 338688, 287528563, non, 0, 91, 52, G6 +12855, 2, 256, 338688, 287528563, nof, 1, 44, 0, +12856, 2, 0, 338688, 287528563, non, 1, 53, 33, F3 + 491, 0, 256, 338944, 287715955,tempo,100,bpm,, + 4224, 1, 256, 338944, 287715955, nof, 0, 91, 0, + 4225, 1, 0, 338944, 287715955, non, 0, 89, 50, F6 +12857, 2, 256, 338944, 287715955, nof, 1, 53, 0, +12858, 2, 0, 338944, 287715955, non, 1, 59, 33, B3 + 492, 0, 256, 339200, 287865715,tempo,120,bpm,, + 4226, 1, 256, 339200, 287865715, nof, 0, 89, 0, + 4227, 1, 0, 339200, 287865715, non, 0, 86, 48, D6 +12859, 2, 256, 339200, 287865715, nof, 1, 59, 0, +12860, 2, 0, 339200, 287865715, non, 1, 65, 33, F4 + 4228, 1, 256, 339456, 287990643, nof, 0, 86, 0, + 4229, 1, 0, 339456, 287990643, non, 0, 83, 45, B5 +12861, 2, 256, 339456, 287990643, nof, 1, 65, 0, + 493, 0, 512, 339712, 288115571,tempo,130,bpm,, + 4230, 1, 256, 339712, 288115571, nof, 0, 83, 0, + 494, 0, 256, 339968, 288230771,tempo,80,bpm,, + 4231, 1, 256, 339968, 288230771, ctl, 0, 64,127, + 4232, 1, 0, 339968, 288230771, non, 0, 82, 33, A#5 +12862, 2, 512, 339968, 288230771, ctl, 1, 64,127, +12863, 2, 0, 339968, 288230771, non, 1, 53, 33, F3 + 495, 0, 256, 340224, 288418163,tempo,100,bpm,, +12864, 2, 256, 340224, 288418163, nof, 1, 53, 0, +12865, 2, 0, 340224, 288418163, non, 1, 59, 33, B3 +12866, 2, 256, 340480, 288567923, nof, 1, 59, 0, +12867, 2, 0, 340480, 288567923, non, 1, 65, 33, F4 +12868, 2, 256, 340736, 288717683, nof, 1, 65, 0, +12869, 2, 0, 340736, 288717683, non, 1, 71, 33, B4 + 496, 0, 768, 340992, 288867443,tempo,70,bpm,, + 4233, 1, 1024, 340992, 288867443, nof, 0, 74, 0, + 4234, 1, 0, 340992, 288867443, non, 0, 75, 58, D#5 +12870, 2, 256, 340992, 288867443, nof, 1, 71, 0, + 4235, 1, 512, 341504, 289295987, nof, 0, 82, 0, +12871, 2, 512, 341504, 289295987, non, 1, 63, 42, D#4 +12872, 2, 256, 341760, 289510259, non, 1, 65, 33, F4 + 497, 0, 1024, 342016, 289724531,tempo,90,bpm,, + 4236, 1, 512, 342016, 289724531, nof, 0, 75, 0, + 4237, 1, 0, 342016, 289724531, non, 0, 73, 53, C#5 +12873, 2, 256, 342016, 289724531, nof, 1, 65, 0, +12874, 2, 0, 342016, 289724531, non, 1, 71, 33, B4 +12875, 2, 256, 342272, 289891187, nof, 1, 71, 0, +12876, 2, 0, 342272, 289891187, non, 1, 77, 33, F5 + 4238, 1, 512, 342528, 290057843, nof, 0, 73, 0, + 4239, 1, 0, 342528, 290057843, non, 0, 71, 50, B4 +12877, 2, 256, 342528, 290057843, nof, 1, 77, 0, +12878, 2, 256, 342784, 290224499, non, 1, 62, 42, D4 + 498, 0, 1024, 343040, 290391155,tempo,70,bpm,, + 4240, 1, 512, 343040, 290391155, ctl, 0, 64,127, + 4241, 1, 0, 343040, 290391155, ctl, 0, 64, 0, + 4242, 1, 0, 343040, 290391155, nof, 0, 71, 0, + 4243, 1, 0, 343040, 290391155, non, 0, 59, 34, B3 + 4244, 1, 0, 343040, 290391155, non, 0, 65, 34, F4 + 4245, 1, 0, 343040, 290391155, non, 0, 70, 55, A#4 +12879, 2, 256, 343040, 290391155, ctl, 1, 64,127, +12880, 2, 0, 343040, 290391155, nof, 1, 63, 0, +12881, 2, 0, 343040, 290391155, non, 1, 37, 24, C#2 +12882, 2, 0, 343040, 290391155, non, 1, 43, 24, G2 + 4246, 1, 143, 343183, 290510846, ctl, 0, 64, 0, +12883, 2, 143, 343183, 290510846, ctl, 1, 64, 0, + 4247, 1, 144, 343327, 290631374, ctl, 0, 64,127, +12884, 2, 144, 343327, 290631374, ctl, 1, 64,127, + 499, 0, 512, 343552, 290819699,tempo,90,bpm,, + 4248, 1, 225, 343552, 290819699, nof, 0, 70, 0, + 4249, 1, 0, 343552, 290819699, non, 0, 67, 50, G4 + 4250, 1, 512, 344064, 291153011, nof, 0, 67, 0, + 4251, 1, 0, 344064, 291153011, non, 0, 71, 45, B4 + 4252, 1, 384, 344448, 291402995, non, 0, 62, 44, D4 + 4253, 1, 128, 344576, 291486323, nof, 0, 59, 0, + 4254, 1, 0, 344576, 291486323, nof, 0, 65, 0, + 4255, 1, 0, 344576, 291486323, nof, 0, 62, 0, + 4256, 1, 0, 344576, 291486323, non, 0, 70, 45, A#4 +12885, 2, 1249, 344576, 291486323, nof, 1, 62, 0, +12886, 2, 0, 344576, 291486323, nof, 1, 37, 0, +12887, 2, 0, 344576, 291486323, nof, 1, 43, 0, + 4257, 1, 171, 344747, 291597644, nof, 0, 70, 0, + 4258, 1, 0, 344747, 291597644, non, 0, 67, 42, G4 + 4259, 1, 170, 344917, 291708314, nof, 0, 67, 0, + 4260, 1, 0, 344917, 291708314, non, 0, 65, 41, F4 + 4261, 1, 171, 345088, 291819635, nof, 0, 71, 0, + 4262, 1, 0, 345088, 291819635, non, 0, 74, 48, D5 + 4263, 1, 0, 345088, 291819635, nof, 0, 65, 0, + 4264, 1, 0, 345088, 291819635, non, 0, 62, 40, D4 + 4265, 1, 171, 345259, 291930956, nof, 0, 62, 0, + 4266, 1, 0, 345259, 291930956, non, 0, 59, 38, B3 + 4267, 1, 170, 345429, 292041626, nof, 0, 59, 0, + 4268, 1, 171, 345600, 292152947, nof, 0, 74, 0, + 4269, 1, 0, 345600, 292152947, non, 0, 79, 50, G5 + 4270, 1, 512, 346112, 292486259, ctl, 0, 64,127, + 4271, 1, 0, 346112, 292486259, nof, 0, 79, 0, + 4272, 1, 0, 346112, 292486259, non, 0, 58, 28, A#3 + 4273, 1, 0, 346112, 292486259, non, 0, 82, 50, A#5 +12888, 2, 1536, 346112, 292486259, ctl, 1, 64,127, + 4274, 1, 1147, 347259, 293232956, ctl, 0, 64, 0, +12889, 2, 1147, 347259, 293232956, ctl, 1, 64, 0, + 4275, 1, 389, 347648, 293486195, nof, 0, 58, 0, + 4276, 1, 296, 347944, 293678891, ctl, 0, 64,127, +12890, 2, 685, 347944, 293678891, ctl, 1, 64,127, + 4277, 1, 472, 348416, 293986163, nof, 0, 82, 0, + 4278, 1, 0, 348416, 293986163, non, 0, 83, 55, B5 + 4279, 1, 256, 348672, 294152819, nof, 0, 83, 0, + 4280, 1, 0, 348672, 294152819, non, 0, 86, 55, D6 +12891, 2, 728, 348672, 294152819, non, 1, 37, 27, C#2 +12892, 2, 0, 348672, 294152819, non, 1, 43, 27, G2 + 4281, 1, 256, 348928, 294319475, nof, 0, 86, 0, + 4282, 1, 0, 348928, 294319475, non, 0, 91, 55, G6 + 4283, 1, 256, 349184, 294486131, ctl, 0, 64, 0, + 4284, 1, 0, 349184, 294486131, nof, 0, 91, 0, + 4285, 1, 0, 349184, 294486131, non, 0, 71, 43, B4 +12893, 2, 512, 349184, 294486131, ctl, 1, 64,127, +12894, 2, 56, 349240, 294522587, ctl, 1, 64, 0, + 4286, 1, 64, 349248, 294527795, nof, 0, 71, 0, + 4287, 1, 0, 349248, 294527795, non, 0, 74, 43, D5 + 4288, 1, 64, 349312, 294569459, nof, 0, 74, 0, + 4289, 1, 0, 349312, 294569459, non, 0, 77, 43, F5 +12895, 2, 90, 349330, 294581177, ctl, 1, 64,127, + 4290, 1, 64, 349376, 294611123, nof, 0, 77, 0, + 4291, 1, 0, 349376, 294611123, non, 0, 79, 43, G5 + 500, 0, 5888, 349440, 294652787,tempo,80,bpm,, + 4292, 1, 64, 349440, 294652787, nof, 0, 79, 0, + 4293, 1, 0, 349440, 294652787, non, 0, 82, 60, A#5 +12896, 2, 110, 349440, 294652787, non, 1, 65, 24, F4 +12897, 2, 85, 349525, 294715007, nof, 1, 65, 0, +12898, 2, 0, 349525, 294715007, non, 1, 67, 24, G4 +12899, 2, 86, 349611, 294777959, nof, 1, 67, 0, +12900, 2, 0, 349611, 294777959, non, 1, 65, 25, F4 +12901, 2, 85, 349696, 294840179, nof, 1, 65, 0, +12902, 2, 0, 349696, 294840179, non, 1, 67, 25, G4 +12903, 2, 85, 349781, 294902399, nof, 1, 67, 0, +12904, 2, 0, 349781, 294902399, non, 1, 65, 26, F4 +12905, 2, 86, 349867, 294965351, nof, 1, 65, 0, +12906, 2, 0, 349867, 294965351, non, 1, 67, 26, G4 +12907, 2, 85, 349952, 295027571, nof, 1, 67, 0, +12908, 2, 0, 349952, 295027571, non, 1, 65, 27, F4 +12909, 2, 85, 350037, 295089791, nof, 1, 65, 0, +12910, 2, 0, 350037, 295089791, non, 1, 67, 27, G4 +12911, 2, 86, 350123, 295152743, nof, 1, 67, 0, +12912, 2, 0, 350123, 295152743, non, 1, 65, 28, F4 +12913, 2, 85, 350208, 295214963, nof, 1, 65, 0, +12914, 2, 0, 350208, 295214963, non, 1, 67, 28, G4 +12915, 2, 85, 350293, 295277183, nof, 1, 67, 0, +12916, 2, 0, 350293, 295277183, non, 1, 65, 29, F4 +12917, 2, 86, 350379, 295340135, nof, 1, 65, 0, +12918, 2, 0, 350379, 295340135, non, 1, 67, 29, G4 +12919, 2, 85, 350464, 295402355, nof, 1, 67, 0, +12920, 2, 0, 350464, 295402355, non, 1, 65, 30, F4 +12921, 2, 85, 350549, 295464575, nof, 1, 65, 0, +12922, 2, 0, 350549, 295464575, non, 1, 67, 30, G4 +12923, 2, 86, 350635, 295527527, nof, 1, 67, 0, +12924, 2, 0, 350635, 295527527, non, 1, 65, 31, F4 + 501, 0, 1280, 350720, 295589747,tempo,70,bpm,, +12925, 2, 85, 350720, 295589747, nof, 1, 65, 0, +12926, 2, 0, 350720, 295589747, non, 1, 67, 31, G4 +12927, 2, 85, 350805, 295660892, nof, 1, 67, 0, +12928, 2, 0, 350805, 295660892, non, 1, 65, 32, F4 +12929, 2, 86, 350891, 295732874, nof, 1, 65, 0, +12930, 2, 0, 350891, 295732874, non, 1, 67, 32, G4 +12931, 2, 85, 350976, 295804019, nof, 1, 67, 0, +12932, 2, 0, 350976, 295804019, non, 1, 65, 33, F4 +12933, 2, 85, 351061, 295875164, nof, 1, 65, 0, +12934, 2, 0, 351061, 295875164, non, 1, 67, 33, G4 +12935, 2, 86, 351147, 295947146, nof, 1, 67, 0, +12936, 2, 0, 351147, 295947146, non, 1, 65, 34, F4 +12937, 2, 85, 351232, 296018291, nof, 1, 37, 0, +12938, 2, 0, 351232, 296018291, nof, 1, 43, 0, +12939, 2, 0, 351232, 296018291, nof, 1, 65, 0, +12940, 2, 0, 351232, 296018291, non, 1, 67, 34, G4 +12941, 2, 85, 351317, 296089436, nof, 1, 67, 0, +12942, 2, 0, 351317, 296089436, non, 1, 65, 35, F4 +12943, 2, 86, 351403, 296161418, nof, 1, 65, 0, +12944, 2, 0, 351403, 296161418, non, 1, 67, 35, G4 + 4294, 1, 2048, 351488, 296232563, nof, 0, 82, 0, + 4295, 1, 0, 351488, 296232563, non, 0, 83, 51, B5 +12945, 2, 85, 351488, 296232563, nof, 1, 67, 0, +12946, 2, 0, 351488, 296232563, non, 1, 59, 33, B3 +12947, 2, 85, 351573, 296303708, nof, 1, 59, 0, +12948, 2, 0, 351573, 296303708, non, 1, 62, 31, D4 +12949, 2, 86, 351659, 296375690, nof, 1, 62, 0, +12950, 2, 0, 351659, 296375690, non, 1, 65, 30, F4 + 4296, 1, 256, 351744, 296446835, nof, 0, 83, 0, + 4297, 1, 0, 351744, 296446835, non, 0, 86, 50, D6 +12951, 2, 85, 351744, 296446835, nof, 1, 65, 0, +12952, 2, 0, 351744, 296446835, non, 1, 67, 28, G4 +12953, 2, 85, 351829, 296517980, nof, 1, 67, 0, +12954, 2, 0, 351829, 296517980, non, 1, 70, 26, A#4 +12955, 2, 86, 351915, 296589962, nof, 1, 70, 0, +12956, 2, 0, 351915, 296589962, non, 1, 71, 25, B4 + 4298, 1, 256, 352000, 296661107, nof, 0, 86, 0, + 4299, 1, 0, 352000, 296661107, non, 0, 91, 50, G6 +12957, 2, 85, 352000, 296661107, nof, 1, 71, 0, +12958, 2, 0, 352000, 296661107, non, 1, 74, 23, D5 +12959, 2, 85, 352085, 296732252, nof, 1, 74, 0, +12960, 2, 0, 352085, 296732252, non, 1, 77, 21, F5 +12961, 2, 86, 352171, 296804234, nof, 1, 77, 0, +12962, 2, 0, 352171, 296804234, non, 1, 79, 20, G5 + 4300, 1, 256, 352256, 296875379, ctl, 0, 64, 0, + 4301, 1, 0, 352256, 296875379, nof, 0, 91, 0, + 4302, 1, 0, 352256, 296875379, non, 0, 83, 37, B5 + 4303, 1, 0, 352256, 296875379, non, 0, 86, 37, D6 + 4304, 1, 0, 352256, 296875379, non, 0, 89, 37, F6 + 4305, 1, 0, 352256, 296875379, non, 0, 91, 37, G6 + 4306, 1, 0, 352256, 296875379, non, 0, 94, 55, A#6 +12963, 2, 85, 352256, 296875379, ctl, 1, 64, 0, +12964, 2, 0, 352256, 296875379, nof, 1, 79, 0, +12965, 2, 0, 352256, 296875379, non, 1, 82, 18, A#5 +12966, 2, 42, 352298, 296910533, ctl, 1, 64,127, +12967, 2, 166, 352464, 297049475, ctl, 1, 64, 0, +12968, 2, 176, 352640, 297196787, non, 1, 68, 30, G#4 +12969, 2, 31, 352671, 297222734, ctl, 1, 64,127, + 4307, 1, 512, 352768, 297303923, nof, 0, 83, 0, + 4308, 1, 0, 352768, 297303923, nof, 0, 86, 0, + 4309, 1, 0, 352768, 297303923, nof, 0, 89, 0, + 4310, 1, 0, 352768, 297303923, nof, 0, 91, 0, + 4311, 1, 0, 352768, 297303923, nof, 0, 94, 0, + 4312, 1, 0, 352768, 297303923, non, 0, 74, 39, D5 + 4313, 1, 0, 352768, 297303923, non, 0, 82, 39, A#5 + 4314, 1, 0, 352768, 297303923, non, 0, 85, 64, C#6 + 4315, 1, 0, 352768, 297303923, non, 0, 77, 51, F5 +12970, 2, 353, 353024, 297518195, nof, 1, 68, 0, +12971, 2, 0, 353024, 297518195, nof, 1, 82, 0, +12972, 2, 0, 353024, 297518195, non, 1, 62, 27, D4 + 4316, 1, 512, 353280, 297732467, nof, 0, 77, 0, + 4317, 1, 0, 353280, 297732467, non, 0, 78, 55, F#5 +12973, 2, 384, 353408, 297839603, nof, 1, 62, 0, +12974, 2, 0, 353408, 297839603, non, 1, 56, 23, G#3 +12975, 2, 384, 353792, 298161011, nof, 1, 56, 0, +12976, 2, 0, 353792, 298161011, non, 1, 46, 20, A#2 + 4318, 1, 1024, 354304, 298589555, nof, 0, 74, 0, + 4319, 1, 0, 354304, 298589555, nof, 0, 82, 0, + 4320, 1, 0, 354304, 298589555, nof, 0, 85, 0, + 4321, 1, 0, 354304, 298589555, nof, 0, 78, 0, + 4322, 1, 0, 354304, 298589555, non, 0, 76, 49, E5 +12977, 2, 512, 354304, 298589555, nof, 1, 46, 0, + 4323, 1, 512, 354816, 299018099, nof, 0, 76, 0, + 4324, 1, 0, 354816, 299018099, non, 0, 74, 49, D5 + 502, 0, 4608, 355328, 299446643,tempo,66,bpm,, + 4325, 1, 512, 355328, 299446643, ctl, 0, 64,127, + 4326, 1, 0, 355328, 299446643, ctl, 0, 64, 0, + 4327, 1, 0, 355328, 299446643, ctl, 0, 64, 0, + 4328, 1, 0, 355328, 299446643, ctl, 0, 64, 0, + 4329, 1, 0, 355328, 299446643, nof, 0, 74, 0, + 4330, 1, 0, 355328, 299446643, non, 0, 62, 36, D4 + 4331, 1, 0, 355328, 299446643, non, 0, 66, 36, F#4 + 4332, 1, 0, 355328, 299446643, non, 0, 73, 52, C#5 +12978, 2, 1024, 355328, 299446643, ctl, 1, 64,127, +12979, 2, 0, 355328, 299446643, ctl, 1, 64, 0, +12980, 2, 0, 355328, 299446643, non, 1, 44, 22, G#2 +12981, 2, 0, 355328, 299446643, non, 1, 50, 22, D3 +12982, 2, 0, 355328, 299446643, non, 1, 57, 34, A3 + 4333, 1, 60, 355388, 299499863, ctl, 0, 64, 0, +12983, 2, 60, 355388, 299499863, ctl, 1, 64, 0, + 4334, 1, 103, 355491, 299591224, ctl, 0, 64,127, +12984, 2, 103, 355491, 299591224, ctl, 1, 64,127, + 503, 0, 512, 355840, 299900787,tempo,70,bpm,, + 4335, 1, 349, 355840, 299900787, nof, 0, 73, 0, + 4336, 1, 0, 355840, 299900787, non, 0, 70, 43, A#4 +12985, 2, 691, 356182, 300187041, non, 1, 40, 18, E2 +12986, 2, 85, 356267, 300258186, non, 1, 46, 18, A#2 + 4337, 1, 512, 356352, 300329331, nof, 0, 62, 0, + 4338, 1, 0, 356352, 300329331, nof, 0, 66, 0, + 4339, 1, 0, 356352, 300329331, nof, 0, 70, 0, + 4340, 1, 0, 356352, 300329331, non, 0, 62, 23, D4 + 4341, 1, 0, 356352, 300329331, non, 0, 65, 23, F4 + 4342, 1, 0, 356352, 300329331, non, 0, 74, 38, D5 +12987, 2, 85, 356352, 300329331, nof, 1, 44, 0, +12988, 2, 0, 356352, 300329331, nof, 1, 50, 0, +12989, 2, 0, 356352, 300329331, nof, 1, 57, 0, +12990, 2, 0, 356352, 300329331, non, 1, 56, 27, G#3 + 4343, 1, 34, 356386, 300357789, ctl, 0, 64, 0, +12991, 2, 34, 356386, 300357789, ctl, 1, 64, 0, + 4344, 1, 138, 356524, 300473295, ctl, 0, 64,127, +12992, 2, 138, 356524, 300473295, ctl, 1, 64,127, + 4345, 1, 212, 356736, 300650739, non, 0, 89, 37, F6 + 504, 0, 1024, 356864, 300757875,tempo,66,bpm,, + 4346, 1, 128, 356864, 300757875, nof, 0, 62, 0, + 4347, 1, 0, 356864, 300757875, nof, 0, 65, 0, + 4348, 1, 0, 356864, 300757875, nof, 0, 89, 0, + 4349, 1, 0, 356864, 300757875, non, 0, 97, 42, C#7 +12993, 2, 340, 356864, 300757875, non, 1, 61, 21, C#4 + 4350, 1, 171, 357035, 300909552, nof, 0, 97, 0, + 4351, 1, 0, 357035, 300909552, non, 0, 94, 55, A#6 + 4352, 1, 170, 357205, 301060342, nof, 0, 94, 0, + 4353, 1, 0, 357205, 301060342, non, 0, 92, 55, G#6 + 505, 0, 512, 357376, 301212019,tempo,66,bpm,, + 4354, 1, 171, 357376, 301212019, nof, 0, 74, 0, + 4355, 1, 0, 357376, 301212019, nof, 0, 92, 0, + 4356, 1, 0, 357376, 301212019, non, 0, 89, 34, F6 + 4357, 1, 0, 357376, 301212019, non, 0, 77, 42, F5 + 4358, 1, 0, 357376, 301212019, non, 0, 68, 30, G#4 + 4359, 1, 171, 357547, 301363696, nof, 0, 89, 0, + 4360, 1, 0, 357547, 301363696, non, 0, 86, 55, D6 + 4361, 1, 85, 357632, 301439091, nof, 0, 68, 0, + 4362, 1, 0, 357632, 301439091, non, 0, 70, 30, A#4 + 4363, 1, 85, 357717, 301514486, nof, 0, 86, 0, + 506, 0, 512, 357888, 301666163,tempo,50,bpm,, + 4364, 1, 171, 357888, 301666163, nof, 0, 77, 0, + 4365, 1, 0, 357888, 301666163, nof, 0, 70, 0, + 4366, 1, 0, 357888, 301666163, non, 0, 73, 28, C#5 + 4367, 1, 0, 357888, 301666163, non, 0, 82, 36, A#5 +12994, 2, 1024, 357888, 301666163, nof, 1, 40, 0, +12995, 2, 0, 357888, 301666163, nof, 1, 46, 0, +12996, 2, 0, 357888, 301666163, nof, 1, 56, 0, +12997, 2, 0, 357888, 301666163, nof, 1, 61, 0, + 4368, 1, 256, 358144, 301965939, nof, 0, 73, 0, + 4369, 1, 0, 358144, 301965939, non, 0, 74, 24, D5 + 4370, 1, 256, 358400, 302265715, ctl, 0, 64,127, + 4371, 1, 0, 358400, 302265715, nof, 0, 74, 0, + 4372, 1, 0, 358400, 302265715, nof, 0, 82, 0, + 4373, 1, 0, 358400, 302265715, non, 0, 77, 31, F5 + 4374, 1, 0, 358400, 302265715, non, 0, 85, 43, C#6 +12998, 2, 512, 358400, 302265715, ctl, 1, 64,127, + 507, 0, 1024, 358912, 302865267,tempo,70,bpm,, + 4375, 1, 512, 358912, 302865267, nof, 0, 77, 0, + 4376, 1, 0, 358912, 302865267, nof, 0, 85, 0, + 4377, 1, 0, 358912, 302865267, non, 0, 78, 46, F#5 + 4378, 1, 0, 358912, 302865267, non, 0, 80, 46, G#5 + 4379, 1, 0, 358912, 302865267, non, 0, 92, 58, G#6 + 4380, 1, 0, 358912, 302865267, non, 0, 85, 46, C#6 +12999, 2, 512, 358912, 302865267, non, 1, 74, 44, D5 +13000, 2, 205, 359117, 303036852, nof, 1, 74, 0, +13001, 2, 0, 359117, 303036852, non, 1, 68, 41, G#4 +13002, 2, 205, 359322, 303208437, nof, 1, 68, 0, +13003, 2, 0, 359322, 303208437, non, 1, 62, 37, D4 + 4381, 1, 512, 359424, 303293811, nof, 0, 85, 0, + 4382, 1, 0, 359424, 303293811, non, 0, 86, 55, D6 +13004, 2, 204, 359526, 303379185, nof, 1, 62, 0, +13005, 2, 0, 359526, 303379185, non, 1, 56, 34, G#3 +13006, 2, 205, 359731, 303550770, nof, 1, 56, 0, +13007, 2, 0, 359731, 303550770, non, 1, 46, 30, A#2 +13008, 2, 205, 359936, 303722355, nof, 1, 46, 0, +13009, 2, 0, 359936, 303722355, non, 1, 40, 27, E2 + 508, 0, 1536, 360448, 304150899,tempo,66,bpm,, + 4383, 1, 1024, 360448, 304150899, nof, 0, 78, 0, + 4384, 1, 0, 360448, 304150899, nof, 0, 80, 0, + 4385, 1, 0, 360448, 304150899, nof, 0, 92, 0, + 4386, 1, 0, 360448, 304150899, nof, 0, 86, 0, + 4387, 1, 0, 360448, 304150899, non, 0, 84, 51, C6 +13010, 2, 512, 360448, 304150899, nof, 1, 40, 0, + 509, 0, 512, 360960, 304605043,tempo,70,bpm,, + 4388, 1, 512, 360960, 304605043, nof, 0, 84, 0, + 4389, 1, 0, 360960, 304605043, non, 0, 82, 49, A#5 +13011, 2, 904, 361352, 304933147, non, 1, 40, 22, E2 +13012, 2, 0, 361352, 304933147, non, 1, 46, 13, A#2 +13013, 2, 0, 361352, 304933147, non, 1, 54, 25, F#3 + 510, 0, 512, 361472, 305033587,tempo,50,bpm,, + 4390, 1, 512, 361472, 305033587, ctl, 0, 64, 0, + 4391, 1, 0, 361472, 305033587, nof, 0, 82, 0, + 4392, 1, 0, 361472, 305033587, non, 0, 81, 47, A5 +13014, 2, 120, 361472, 305033587, ctl, 1, 64, 0, +13015, 2, 0, 361472, 305033587, non, 1, 62, 18, D4 +13016, 2, 0, 361472, 305033587, non, 1, 70, 30, A#4 +13017, 2, 16, 361488, 305052323, ctl, 1, 64,127, +13018, 2, 79, 361567, 305144832, ctl, 1, 64, 0, +13019, 2, 127, 361694, 305293549, ctl, 1, 64,127, + 511, 0, 512, 361984, 305633139,tempo,70,bpm,, + 4393, 1, 512, 361984, 305633139, nof, 0, 81, 0, + 4394, 1, 0, 361984, 305633139, non, 0, 78, 43, F#5 + 512, 0, 512, 362496, 306061683,tempo,50,bpm,, + 4395, 1, 512, 362496, 306061683, nof, 0, 78, 0, + 4396, 1, 0, 362496, 306061683, non, 0, 74, 47, D5 + 4397, 1, 0, 362496, 306061683, non, 0, 82, 40, A#5 +13020, 2, 1194, 362888, 306520715, non, 1, 36, 22, C2 +13021, 2, 0, 362888, 306520715, non, 1, 42, 13, F#2 +13022, 2, 0, 362888, 306520715, non, 1, 52, 25, E3 + 513, 0, 512, 363008, 306661235,tempo,66,bpm,, +13023, 2, 120, 363008, 306661235, nof, 1, 40, 0, +13024, 2, 0, 363008, 306661235, nof, 1, 46, 0, +13025, 2, 0, 363008, 306661235, nof, 1, 54, 0, +13026, 2, 0, 363008, 306661235, nof, 1, 62, 0, +13027, 2, 0, 363008, 306661235, nof, 1, 70, 0, +13028, 2, 0, 363008, 306661235, non, 1, 58, 18, A#3 +13029, 2, 0, 363008, 306661235, non, 1, 64, 30, E4 +13030, 2, 48, 363056, 306703811, ctl, 1, 64, 0, +13031, 2, 190, 363246, 306872341, ctl, 1, 64,127, + 514, 0, 512, 363520, 307115379,tempo,70,bpm,, + 4398, 1, 1024, 363520, 307115379, nof, 0, 74, 0, + 4399, 1, 0, 363520, 307115379, nof, 0, 82, 0, + 4400, 1, 0, 363520, 307115379, non, 0, 72, 42, C5 + 515, 0, 512, 364032, 307543923,tempo,66,bpm,, + 4401, 1, 512, 364032, 307543923, nof, 0, 72, 0, + 4402, 1, 0, 364032, 307543923, non, 0, 70, 40, A#4 +13032, 2, 1178, 364424, 307891627, non, 1, 40, 22, E2 +13033, 2, 0, 364424, 307891627, non, 1, 46, 13, A#2 + 516, 0, 512, 364544, 307998067,tempo,50,bpm,, + 4403, 1, 512, 364544, 307998067, ctl, 0, 64, 0, + 4404, 1, 0, 364544, 307998067, nof, 0, 70, 0, + 4405, 1, 0, 364544, 307998067, non, 0, 69, 46, A4 +13034, 2, 120, 364544, 307998067, ctl, 1, 64, 0, +13035, 2, 0, 364544, 307998067, ctl, 1, 64, 0, +13036, 2, 0, 364544, 307998067, nof, 1, 58, 0, +13037, 2, 0, 364544, 307998067, nof, 1, 64, 0, +13038, 2, 0, 364544, 307998067, nof, 1, 36, 0, +13039, 2, 0, 364544, 307998067, nof, 1, 42, 0, +13040, 2, 0, 364544, 307998067, nof, 1, 52, 0, +13041, 2, 0, 364544, 307998067, non, 1, 54, 25, F#3 +13042, 2, 0, 364544, 307998067, non, 1, 58, 18, A#3 +13043, 2, 0, 364544, 307998067, non, 1, 62, 30, D4 +13044, 2, 16, 364560, 308016803, ctl, 1, 64,127, +13045, 2, 79, 364639, 308109312, ctl, 1, 64, 0, +13046, 2, 127, 364766, 308258029, ctl, 1, 64,127, + 517, 0, 512, 365056, 308597619,tempo,66,bpm,, + 4406, 1, 512, 365056, 308597619, nof, 0, 69, 0, + 4407, 1, 0, 365056, 308597619, non, 0, 66, 43, F#4 + 518, 0, 384, 365440, 308938227,tempo,50,bpm,, + 4408, 1, 384, 365440, 308938227, nof, 0, 66, 0, + 4409, 1, 0, 365440, 308938227, non, 0, 70, 40, A#4 + 4410, 1, 128, 365568, 309088115, non, 0, 86, 50, D6 +13047, 2, 1186, 365952, 309537779, nof, 1, 40, 0, +13048, 2, 0, 365952, 309537779, non, 1, 36, 30, C2 +13049, 2, 0, 365952, 309537779, non, 1, 42, 21, F#2 +13050, 2, 0, 365952, 309537779, non, 1, 52, 30, E3 +13051, 2, 128, 366080, 309687667, nof, 1, 46, 0, +13052, 2, 0, 366080, 309687667, nof, 1, 54, 0, +13053, 2, 0, 366080, 309687667, nof, 1, 58, 0, +13054, 2, 0, 366080, 309687667, nof, 1, 62, 0, +13055, 2, 0, 366080, 309687667, non, 1, 58, 31, A#3 +13056, 2, 0, 366080, 309687667, non, 1, 64, 31, E4 +13057, 2, 0, 366080, 309687667, non, 1, 69, 40, A4 +13058, 2, 48, 366128, 309743875, ctl, 1, 64, 0, +13059, 2, 190, 366318, 309966365, ctl, 1, 64,127, + 519, 0, 1152, 366592, 310287219,tempo,50,bpm,, + 4411, 1, 1024, 366592, 310287219, nof, 0, 70, 0, + 4412, 1, 0, 366592, 310287219, nof, 0, 86, 0, + 4413, 1, 0, 366592, 310287219, non, 0, 84, 59, C6 +13060, 2, 530, 366848, 310586995, nof, 1, 64, 0, +13061, 2, 0, 366848, 310586995, nof, 1, 69, 0, +13062, 2, 0, 366848, 310586995, non, 1, 64, 40, E4 + 520, 0, 512, 367104, 310886771,tempo,40,bpm,, + 4414, 1, 512, 367104, 310886771, nof, 0, 84, 0, + 4415, 1, 0, 367104, 310886771, non, 0, 82, 59, A#5 + 4416, 1, 512, 367616, 311636339, ctl, 0, 64, 0, + 4417, 1, 0, 367616, 311636339, ctl, 0, 64, 0, + 4418, 1, 0, 367616, 311636339, nof, 0, 82, 0, + 4419, 1, 0, 367616, 311636339, non, 0, 69, 53, A4 + 4420, 1, 0, 367616, 311636339, non, 0, 72, 53, C5 + 4421, 1, 0, 367616, 311636339, non, 0, 81, 69, A5 + 4422, 1, 0, 367616, 311636339, non, 0, 76, 57, E5 +13063, 2, 768, 367616, 311636339, ctl, 1, 64,127, +13064, 2, 0, 367616, 311636339, ctl, 1, 64, 0, +13065, 2, 0, 367616, 311636339, ctl, 1, 64, 0, +13066, 2, 0, 367616, 311636339, ctl, 1, 64, 0, +13067, 2, 0, 367616, 311636339, nof, 1, 58, 0, +13068, 2, 0, 367616, 311636339, nof, 1, 64, 0, +13069, 2, 0, 367616, 311636339, nof, 1, 36, 0, +13070, 2, 0, 367616, 311636339, nof, 1, 42, 0, +13071, 2, 0, 367616, 311636339, nof, 1, 52, 0, +13072, 2, 0, 367616, 311636339, non, 1, 44, 32, G#2 +13073, 2, 0, 367616, 311636339, non, 1, 54, 44, F#3 +13074, 2, 0, 367616, 311636339, non, 1, 60, 32, C4 +13075, 2, 16, 367632, 311659763, ctl, 1, 64,127, +13076, 2, 79, 367711, 311775419, ctl, 1, 64, 0, +13077, 2, 82, 367793, 311895467, ctl, 1, 64, 0, +13078, 2, 45, 367838, 311961347, ctl, 1, 64,127, +13079, 2, 110, 367948, 312122387, ctl, 1, 64,127, + 4423, 1, 1024, 368640, 313135475, nof, 0, 76, 0, + 4424, 1, 0, 368640, 313135475, non, 0, 75, 36, D#5 + 4425, 1, 0, 368640, 313135475, non, 0, 78, 48, F#5 + 4426, 1, 384, 369024, 313697651, nof, 0, 75, 0, + 4427, 1, 0, 369024, 313697651, nof, 0, 78, 0, + 4428, 1, 0, 369024, 313697651, non, 0, 69, 55, A4 + 4429, 1, 64, 369088, 313791347, nof, 0, 69, 0, + 521, 0, 2048, 369152, 313885043,tempo,66,bpm,, + 4430, 1, 64, 369152, 313885043, nof, 0, 72, 0, + 4431, 1, 0, 369152, 313885043, nof, 0, 81, 0, + 4432, 1, 0, 369152, 313885043, non, 0, 81, 72, A5 + 4433, 1, 0, 369152, 313885043, non, 0, 77, 60, F5 +13080, 2, 1204, 369152, 313885043, nof, 1, 44, 0, +13081, 2, 0, 369152, 313885043, nof, 1, 54, 0, +13082, 2, 0, 369152, 313885043, nof, 1, 60, 0, +13083, 2, 0, 369152, 313885043, non, 1, 32, 66, G#1 +13084, 2, 48, 369200, 313927619, ctl, 1, 64, 0, +13085, 2, 7, 369207, 313933828, ctl, 1, 64, 0, +13086, 2, 183, 369390, 314096149, ctl, 1, 64,127, +13087, 2, 16, 369406, 314110341, ctl, 1, 64,127, + 522, 0, 307, 369459, 314157352,tempo,100,bpm,, + 4434, 1, 307, 369459, 314157352, nof, 0, 69, 0, + 4435, 1, 0, 369459, 314157352, nof, 0, 77, 0, + 4436, 1, 0, 369459, 314157352, non, 0, 74, 58, D5 +13088, 2, 53, 369459, 314157352, nof, 1, 32, 0, +13089, 2, 0, 369459, 314157352, non, 1, 38, 55, D2 + 4437, 1, 307, 369766, 314336947, nof, 0, 74, 0, + 4438, 1, 0, 369766, 314336947, non, 0, 72, 56, C5 +13090, 2, 307, 369766, 314336947, nof, 1, 38, 0, +13091, 2, 0, 369766, 314336947, non, 1, 45, 57, A2 + 4439, 1, 308, 370074, 314517127, nof, 0, 72, 0, + 4440, 1, 0, 370074, 314517127, non, 0, 69, 54, A4 +13092, 2, 308, 370074, 314517127, nof, 1, 45, 0, +13093, 2, 0, 370074, 314517127, non, 1, 44, 58, G#2 + 4441, 1, 307, 370381, 314696722, nof, 0, 69, 0, + 4442, 1, 0, 370381, 314696722, non, 0, 66, 52, F#4 +13094, 2, 307, 370381, 314696722, nof, 1, 44, 0, +13095, 2, 0, 370381, 314696722, non, 1, 50, 60, D3 + 523, 0, 1229, 370688, 314876317,tempo,110,bpm,, + 4443, 1, 307, 370688, 314876317, ctl, 0, 64, 0, + 4444, 1, 0, 370688, 314876317, ctl, 0, 64, 0, + 4445, 1, 0, 370688, 314876317, nof, 0, 66, 0, + 4446, 1, 0, 370688, 314876317, non, 0, 65, 50, F4 +13096, 2, 307, 370688, 314876317, ctl, 1, 64,127, +13097, 2, 0, 370688, 314876317, ctl, 1, 64, 0, +13098, 2, 0, 370688, 314876317, nof, 1, 50, 0, +13099, 2, 0, 370688, 314876317, non, 1, 44, 55, G#2 +13100, 2, 0, 370688, 314876317, non, 1, 57, 62, A3 +13101, 2, 124, 370812, 314942285, ctl, 1, 64, 0, +13102, 2, 123, 370935, 315007721, ctl, 1, 64,127, + 524, 0, 307, 370995, 315039641,tempo,120,bpm,, +13103, 2, 60, 370995, 315039641, nof, 1, 44, 0, +13104, 2, 0, 370995, 315039641, nof, 1, 57, 0, +13105, 2, 0, 370995, 315039641, non, 1, 50, 56, D3 +13106, 2, 307, 371302, 315189457, nof, 1, 50, 0, +13107, 2, 0, 371302, 315189457, non, 1, 57, 58, A3 +13108, 2, 308, 371610, 315339761, nof, 1, 57, 0, +13109, 2, 0, 371610, 315339761, non, 1, 56, 60, G#3 +13110, 2, 307, 371917, 315489577, nof, 1, 56, 0, +13111, 2, 0, 371917, 315489577, non, 1, 62, 61, D4 + 525, 0, 1229, 372224, 315639393,tempo,80,bpm,, + 4447, 1, 1536, 372224, 315639393, nof, 0, 65, 0, + 4448, 1, 0, 372224, 315639393, nof, 0, 81, 0, + 4449, 1, 0, 372224, 315639393, non, 0, 81, 78, A5 +13112, 2, 307, 372224, 315639393, nof, 1, 62, 0, +13113, 2, 0, 372224, 315639393, non, 1, 69, 63, A4 + 526, 0, 512, 372736, 316014177,tempo,110,bpm,, + 4450, 1, 512, 372736, 316014177, nof, 0, 81, 0, + 4451, 1, 0, 372736, 316014177, non, 0, 80, 73, G#5 +13114, 2, 512, 372736, 316014177, nof, 1, 69, 0, + 4452, 1, 512, 373248, 316286561, nof, 0, 80, 0, + 4453, 1, 0, 373248, 316286561, non, 0, 78, 74, F#5 + 527, 0, 1024, 373760, 316558945,tempo,90,bpm,, + 4454, 1, 512, 373760, 316558945, ctl, 0, 64, 0, + 4455, 1, 0, 373760, 316558945, ctl, 0, 64, 0, + 4456, 1, 0, 373760, 316558945, nof, 0, 78, 0, + 4457, 1, 0, 373760, 316558945, non, 0, 66, 62, F#4 + 4458, 1, 0, 373760, 316558945, non, 0, 69, 62, A4 + 4459, 1, 0, 373760, 316558945, non, 0, 74, 62, D5 + 4460, 1, 0, 373760, 316558945, non, 0, 77, 77, F5 +13115, 2, 1024, 373760, 316558945, ctl, 1, 64,127, +13116, 2, 0, 373760, 316558945, ctl, 1, 64, 0, +13117, 2, 0, 373760, 316558945, non, 1, 32, 62, G#1 +13118, 2, 96, 373856, 316621441, ctl, 1, 64, 0, +13119, 2, 96, 373952, 316683937, ctl, 1, 64,127, +13120, 2, 115, 374067, 316758802, nof, 1, 32, 0, +13121, 2, 0, 374067, 316758802, non, 1, 38, 57, D2 + 528, 0, 512, 374272, 316892257,tempo,120,bpm,, + 4461, 1, 512, 374272, 316892257, nof, 0, 66, 0, + 4462, 1, 0, 374272, 316892257, nof, 0, 69, 0, + 4463, 1, 0, 374272, 316892257, nof, 0, 74, 0, + 4464, 1, 0, 374272, 316892257, nof, 0, 77, 0, + 4465, 1, 0, 374272, 316892257, non, 0, 74, 73, D5 +13122, 2, 307, 374374, 316942033, nof, 1, 38, 0, +13123, 2, 0, 374374, 316942033, non, 1, 45, 59, A2 +13124, 2, 308, 374682, 317092337, nof, 1, 45, 0, +13125, 2, 0, 374682, 317092337, non, 1, 44, 62, G#2 + 4466, 1, 512, 374784, 317142113, nof, 0, 74, 0, + 4467, 1, 0, 374784, 317142113, non, 0, 78, 70, F#5 +13126, 2, 307, 374989, 317242153, nof, 1, 44, 0, +13127, 2, 0, 374989, 317242153, non, 1, 50, 64, D3 +13128, 2, 307, 375296, 317391969, nof, 1, 50, 0, +13129, 2, 0, 375296, 317391969, non, 1, 57, 66, A3 + 4468, 1, 1024, 375808, 317641825, nof, 0, 78, 0, + 4469, 1, 0, 375808, 317641825, non, 0, 81, 66, A5 +13130, 2, 512, 375808, 317641825, nof, 1, 57, 0, + 4470, 1, 512, 376320, 317891681, nof, 0, 81, 0, + 4471, 1, 0, 376320, 317891681, non, 0, 86, 68, D6 + 529, 0, 2304, 376576, 318016609,tempo,70,bpm,, +13131, 2, 768, 376576, 318016609, non, 1, 50, 62, D3 +13132, 2, 0, 376576, 318016609, non, 1, 62, 78, D4 + 530, 0, 256, 376832, 318230881,tempo,70,bpm,, + 4472, 1, 512, 376832, 318230881, ctl, 0, 64,127, + 4473, 1, 0, 376832, 318230881, ctl, 0, 64, 0, + 4474, 1, 0, 376832, 318230881, ctl, 0, 64, 0, + 4475, 1, 0, 376832, 318230881, ctl, 0, 64, 0, + 4476, 1, 0, 376832, 318230881, nof, 0, 86, 0, + 4477, 1, 0, 376832, 318230881, non, 0, 78, 77, F#5 +13133, 2, 256, 376832, 318230881, ctl, 1, 64,127, +13134, 2, 0, 376832, 318230881, ctl, 1, 64, 0, +13135, 2, 0, 376832, 318230881, nof, 1, 50, 0, +13136, 2, 0, 376832, 318230881, nof, 1, 62, 0, +13137, 2, 0, 376832, 318230881, non, 1, 57, 64, A3 +13138, 2, 0, 376832, 318230881, non, 1, 69, 80, A4 + 4478, 1, 85, 376917, 318302026, nof, 0, 78, 0, + 4479, 1, 0, 376917, 318302026, non, 0, 81, 43, A5 + 4480, 1, 14, 376931, 318313744, ctl, 0, 64, 0, +13139, 2, 99, 376931, 318313744, ctl, 1, 64, 0, + 4481, 1, 72, 377003, 318374008, nof, 0, 81, 0, + 4482, 1, 0, 377003, 318374008, non, 0, 86, 56, D6 + 4483, 1, 11, 377014, 318383215, ctl, 0, 64,127, +13140, 2, 83, 377014, 318383215, ctl, 1, 64,127, + 531, 0, 256, 377088, 318445153,tempo,100,bpm,, + 4484, 1, 74, 377088, 318445153, nof, 0, 86, 0, + 4485, 1, 0, 377088, 318445153, non, 0, 89, 60, F6 + 4486, 1, 85, 377173, 318494878, nof, 0, 89, 0, + 4487, 1, 0, 377173, 318494878, non, 0, 90, 48, F#6 + 4488, 1, 86, 377259, 318545188, nof, 0, 90, 0, + 4489, 1, 0, 377259, 318545188, non, 0, 89, 52, F6 + 4490, 1, 85, 377344, 318594913, nof, 0, 89, 0, + 4491, 1, 0, 377344, 318594913, non, 0, 90, 55, F#6 + 4492, 1, 85, 377429, 318644638, nof, 0, 90, 0, + 4493, 1, 0, 377429, 318644638, non, 0, 89, 47, F6 + 4494, 1, 86, 377515, 318694948, nof, 0, 89, 0, + 4495, 1, 0, 377515, 318694948, non, 0, 90, 48, F#6 + 4496, 1, 85, 377600, 318744673, nof, 0, 90, 0, + 4497, 1, 0, 377600, 318744673, non, 0, 89, 48, F6 + 4498, 1, 85, 377685, 318794398, nof, 0, 89, 0, + 4499, 1, 0, 377685, 318794398, non, 0, 90, 45, F#6 + 4500, 1, 86, 377771, 318844708, nof, 0, 90, 0, + 4501, 1, 0, 377771, 318844708, non, 0, 89, 52, F6 + 4502, 1, 85, 377856, 318894433, nof, 0, 89, 0, + 4503, 1, 0, 377856, 318894433, non, 0, 90, 49, F#6 + 4504, 1, 85, 377941, 318944158, nof, 0, 90, 0, + 4505, 1, 0, 377941, 318944158, non, 0, 89, 48, F6 + 4506, 1, 86, 378027, 318994468, nof, 0, 89, 0, + 4507, 1, 0, 378027, 318994468, non, 0, 90, 53, F#6 + 4508, 1, 85, 378112, 319044193, nof, 0, 90, 0, + 4509, 1, 0, 378112, 319044193, non, 0, 89, 46, F6 + 4510, 1, 85, 378197, 319093918, nof, 0, 89, 0, + 4511, 1, 0, 378197, 319093918, non, 0, 90, 53, F#6 + 4512, 1, 86, 378283, 319144228, nof, 0, 90, 0, + 4513, 1, 0, 378283, 319144228, non, 0, 89, 56, F6 + 4514, 1, 85, 378368, 319193953, nof, 0, 89, 0, + 4515, 1, 0, 378368, 319193953, non, 0, 90, 51, F#6 + 4516, 1, 85, 378453, 319243678, nof, 0, 90, 0, + 4517, 1, 0, 378453, 319243678, non, 0, 89, 49, F6 + 4518, 1, 86, 378539, 319293988, nof, 0, 89, 0, + 4519, 1, 0, 378539, 319293988, non, 0, 90, 49, F#6 + 4520, 1, 85, 378624, 319343713, nof, 0, 90, 0, + 4521, 1, 0, 378624, 319343713, non, 0, 89, 52, F6 + 4522, 1, 85, 378709, 319393438, nof, 0, 89, 0, + 4523, 1, 0, 378709, 319393438, non, 0, 90, 56, F#6 + 4524, 1, 86, 378795, 319443748, nof, 0, 90, 0, + 4525, 1, 0, 378795, 319443748, non, 0, 89, 51, F6 + 4526, 1, 85, 378880, 319493473, nof, 0, 89, 0, + 4527, 1, 0, 378880, 319493473, non, 0, 90, 57, F#6 + 4528, 1, 85, 378965, 319543198, nof, 0, 90, 0, + 4529, 1, 0, 378965, 319543198, non, 0, 89, 53, F6 + 4530, 1, 86, 379051, 319593508, nof, 0, 89, 0, + 4531, 1, 0, 379051, 319593508, non, 0, 90, 51, F#6 + 4532, 1, 85, 379136, 319643233, nof, 0, 90, 0, + 4533, 1, 0, 379136, 319643233, non, 0, 89, 49, F6 + 4534, 1, 85, 379221, 319692958, nof, 0, 89, 0, + 4535, 1, 0, 379221, 319692958, non, 0, 90, 54, F#6 + 4536, 1, 86, 379307, 319743268, nof, 0, 90, 0, + 4537, 1, 0, 379307, 319743268, non, 0, 89, 47, F6 + 4538, 1, 85, 379392, 319792993, nof, 0, 89, 0, + 4539, 1, 0, 379392, 319792993, non, 0, 90, 46, F#6 + 4540, 1, 85, 379477, 319842718, nof, 0, 90, 0, + 4541, 1, 0, 379477, 319842718, non, 0, 89, 49, F6 + 4542, 1, 86, 379563, 319893028, nof, 0, 89, 0, + 4543, 1, 0, 379563, 319893028, non, 0, 90, 47, F#6 + 4544, 1, 85, 379648, 319942753, nof, 0, 90, 0, + 4545, 1, 0, 379648, 319942753, non, 0, 89, 35, F6 + 4546, 1, 85, 379733, 319992478, nof, 0, 89, 0, + 4547, 1, 0, 379733, 319992478, non, 0, 90, 40, F#6 + 4548, 1, 86, 379819, 320042788, nof, 0, 90, 0, + 4549, 1, 0, 379819, 320042788, non, 0, 89, 33, F6 + 4550, 1, 85, 379904, 320092513, ctl, 0, 64,127, + 4551, 1, 0, 379904, 320092513, ctl, 0, 64, 0, + 4552, 1, 0, 379904, 320092513, ctl, 0, 64, 0, + 4553, 1, 0, 379904, 320092513, ctl, 0, 64, 0, + 4554, 1, 0, 379904, 320092513, nof, 0, 89, 0, + 4555, 1, 0, 379904, 320092513, non, 0, 90, 35, F#6 +13141, 2, 2890, 379904, 320092513, ctl, 1, 64,127, +13142, 2, 0, 379904, 320092513, ctl, 1, 64, 0, + 4556, 1, 85, 379989, 320142238, nof, 0, 90, 0, + 4557, 1, 0, 379989, 320142238, non, 0, 89, 34, F6 + 4558, 1, 86, 380075, 320192548, nof, 0, 89, 0, + 4559, 1, 0, 380075, 320192548, non, 0, 90, 34, F#6 + 4560, 1, 85, 380160, 320242273, nof, 0, 90, 0, + 4561, 1, 0, 380160, 320242273, non, 0, 89, 27, F6 + 4562, 1, 85, 380245, 320291998, nof, 0, 89, 0, + 4563, 1, 0, 380245, 320291998, non, 0, 90, 24, F#6 +13143, 2, 393, 380297, 320322418, ctl, 1, 64,127, + 4564, 1, 65, 380310, 320330023, ctl, 0, 64,127, + 4565, 1, 21, 380331, 320342308, nof, 0, 90, 0, + 4566, 1, 0, 380331, 320342308, non, 0, 89, 20, F6 + 4567, 1, 85, 380416, 320392033, nof, 0, 89, 0, +13144, 2, 615, 380912, 320682193, ctl, 1, 64, 0, + 4568, 1, 508, 380924, 320689213, ctl, 0, 64, 0, +13145, 2, 358, 381270, 320891623, non, 1, 62, 23, D4 + 4569, 1, 388, 381312, 320916193, non, 0, 84, 55, C6 +13146, 2, 85, 381355, 320941348, non, 1, 72, 23, C5 + 532, 0, 4352, 381440, 320991073,tempo,110,bpm,, + 4570, 1, 128, 381440, 320991073, nof, 0, 84, 0, + 4571, 1, 0, 381440, 320991073, non, 0, 92, 55, G#6 +13147, 2, 85, 381440, 320991073, nof, 1, 57, 0, +13148, 2, 0, 381440, 320991073, nof, 1, 69, 0, +13149, 2, 0, 381440, 320991073, non, 1, 78, 36, F#5 + 4572, 1, 64, 381504, 321025121, ctl, 0, 64,127, +13150, 2, 64, 381504, 321025121, ctl, 1, 64,127, + 4573, 1, 38, 381542, 321045337, nof, 0, 92, 0, + 4574, 1, 0, 381542, 321045337, non, 0, 89, 52, F6 + 4575, 1, 103, 381645, 321100133, nof, 0, 89, 0, + 4576, 1, 0, 381645, 321100133, non, 0, 86, 49, D6 + 4577, 1, 102, 381747, 321154397, nof, 0, 86, 0, + 4578, 1, 0, 381747, 321154397, non, 0, 84, 47, C6 + 4579, 1, 103, 381850, 321209193, nof, 0, 84, 0, + 4580, 1, 0, 381850, 321209193, non, 0, 81, 44, A5 + 4581, 1, 102, 381952, 321263457, nof, 0, 81, 0, +13151, 2, 448, 381952, 321263457, nof, 1, 62, 0, +13152, 2, 0, 381952, 321263457, nof, 1, 72, 0, +13153, 2, 0, 381952, 321263457, nof, 1, 78, 0, + 4582, 1, 146, 382098, 321341129, ctl, 0, 64, 0, +13154, 2, 146, 382098, 321341129, ctl, 1, 64, 0, +13155, 2, 708, 382806, 321717785, non, 1, 56, 27, G#3 + 4583, 1, 750, 382848, 321740129, non, 0, 81, 55, A5 +13156, 2, 85, 382891, 321763005, non, 1, 66, 27, F#4 + 533, 0, 1536, 382976, 321808225,tempo,120,bpm,, + 4584, 1, 128, 382976, 321808225, ctl, 0, 64, 0, + 4585, 1, 0, 382976, 321808225, ctl, 0, 64, 0, + 4586, 1, 0, 382976, 321808225, nof, 0, 81, 0, + 4587, 1, 0, 382976, 321808225, non, 0, 89, 55, F6 +13157, 2, 85, 382976, 321808225, ctl, 1, 64, 0, +13158, 2, 0, 382976, 321808225, ctl, 1, 64, 0, +13159, 2, 0, 382976, 321808225, non, 1, 72, 43, C5 +13160, 2, 68, 383044, 321841409, ctl, 1, 64,127, + 4588, 1, 102, 383078, 321858001, nof, 0, 89, 0, + 4589, 1, 0, 383078, 321858001, non, 0, 86, 52, D6 + 4590, 1, 103, 383181, 321908265, nof, 0, 86, 0, + 4591, 1, 0, 383181, 321908265, non, 0, 84, 49, C6 + 4592, 1, 102, 383283, 321958041, nof, 0, 84, 0, + 4593, 1, 0, 383283, 321958041, non, 0, 81, 47, A5 + 4594, 1, 103, 383386, 322008305, nof, 0, 81, 0, + 4595, 1, 0, 383386, 322008305, non, 0, 78, 44, F#5 + 4596, 1, 102, 383488, 322058081, nof, 0, 78, 0, +13161, 2, 444, 383488, 322058081, nof, 1, 56, 0, +13162, 2, 0, 383488, 322058081, nof, 1, 66, 0, +13163, 2, 0, 383488, 322058081, nof, 1, 72, 0, +13164, 2, 118, 383606, 322115665, ctl, 1, 64, 0, + 534, 0, 1024, 384000, 322307937,tempo,90,bpm,, + 4597, 1, 512, 384000, 322307937, non, 0, 70, 61, A#4 +13165, 2, 736, 384342, 322530579, non, 1, 50, 32, D3 + 4598, 1, 384, 384384, 322557921, non, 0, 72, 58, C5 +13166, 2, 85, 384427, 322585914, non, 1, 60, 32, C4 + 535, 0, 512, 384512, 322641249,tempo,110,bpm,, + 4599, 1, 128, 384512, 322641249, nof, 0, 72, 0, + 4600, 1, 0, 384512, 322641249, non, 0, 80, 58, G#5 +13167, 2, 85, 384512, 322641249, non, 1, 66, 50, F#4 +13168, 2, 84, 384596, 322685937, ctl, 1, 64,127, + 4601, 1, 102, 384614, 322695513, nof, 0, 80, 0, + 4602, 1, 0, 384614, 322695513, non, 0, 77, 56, F5 + 4603, 1, 103, 384717, 322750309, nof, 0, 77, 0, + 4604, 1, 0, 384717, 322750309, non, 0, 74, 53, D5 + 4605, 1, 102, 384819, 322804573, nof, 0, 74, 0, + 4606, 1, 0, 384819, 322804573, non, 0, 72, 51, C5 + 4607, 1, 103, 384922, 322859369, nof, 0, 72, 0, + 4608, 1, 0, 384922, 322859369, non, 0, 70, 48, A#4 + 536, 0, 512, 385024, 322913633,tempo,120,bpm,, + 4609, 1, 102, 385024, 322913633, nof, 0, 70, 0, + 4610, 1, 0, 385024, 322913633, nof, 0, 70, 0, + 4611, 1, 0, 385024, 322913633, non, 0, 68, 66, G#4 +13169, 2, 428, 385024, 322913633, nof, 1, 50, 0, +13170, 2, 0, 385024, 322913633, nof, 1, 60, 0, +13171, 2, 0, 385024, 322913633, nof, 1, 66, 0, +13172, 2, 50, 385074, 322938033, ctl, 1, 64,127, + 4612, 1, 512, 385536, 323163489, nof, 0, 68, 0, + 4613, 1, 0, 385536, 323163489, non, 0, 66, 72, F#4 + 537, 0, 1024, 386048, 323413345,tempo,90,bpm,, + 4614, 1, 512, 386048, 323413345, ctl, 0, 64, 0, + 4615, 1, 0, 386048, 323413345, ctl, 0, 64, 0, + 4616, 1, 0, 386048, 323413345, ctl, 0, 64, 0, + 4617, 1, 0, 386048, 323413345, nof, 0, 66, 0, + 4618, 1, 0, 386048, 323413345, non, 0, 54, 62, F#3 + 4619, 1, 0, 386048, 323413345, non, 0, 57, 62, A3 + 4620, 1, 0, 386048, 323413345, non, 0, 65, 78, F4 +13173, 2, 974, 386048, 323413345, ctl, 1, 64,127, +13174, 2, 0, 386048, 323413345, ctl, 1, 64, 0, +13175, 2, 0, 386048, 323413345, ctl, 1, 64, 0, +13176, 2, 0, 386048, 323413345, non, 1, 32, 62, G#1 +13177, 2, 96, 386144, 323475841, ctl, 1, 64, 0, +13178, 2, 96, 386240, 323538337, ctl, 1, 64,127, +13179, 2, 115, 386355, 323613202, nof, 1, 32, 0, +13180, 2, 0, 386355, 323613202, non, 1, 38, 57, D2 + 538, 0, 512, 386560, 323746657,tempo,120,bpm,, + 4621, 1, 512, 386560, 323746657, nof, 0, 54, 0, + 4622, 1, 0, 386560, 323746657, nof, 0, 57, 0, + 4623, 1, 0, 386560, 323746657, nof, 0, 65, 0, + 4624, 1, 0, 386560, 323746657, non, 0, 62, 73, D4 +13181, 2, 307, 386662, 323796433, nof, 1, 38, 0, +13182, 2, 0, 386662, 323796433, non, 1, 45, 59, A2 +13183, 2, 308, 386970, 323946737, nof, 1, 45, 0, +13184, 2, 0, 386970, 323946737, non, 1, 44, 62, G#2 + 4625, 1, 512, 387072, 323996513, nof, 0, 62, 0, + 4626, 1, 0, 387072, 323996513, non, 0, 66, 70, F#4 +13185, 2, 307, 387277, 324096553, nof, 1, 44, 0, +13186, 2, 0, 387277, 324096553, non, 1, 50, 64, D3 +13187, 2, 307, 387584, 324246369, nof, 1, 50, 0, +13188, 2, 0, 387584, 324246369, non, 1, 57, 66, A3 + 4627, 1, 1024, 388096, 324496225, nof, 0, 66, 0, + 4628, 1, 0, 388096, 324496225, non, 0, 69, 66, A4 +13189, 2, 512, 388096, 324496225, nof, 1, 57, 0, + 4629, 1, 512, 388608, 324746081, nof, 0, 69, 0, + 4630, 1, 0, 388608, 324746081, non, 0, 74, 68, D5 + 539, 0, 2304, 388864, 324871009,tempo,90,bpm,, +13190, 2, 768, 388864, 324871009, non, 1, 38, 62, D2 +13191, 2, 0, 388864, 324871009, non, 1, 50, 78, D3 + 540, 0, 256, 389120, 325037665,tempo,70,bpm,, + 4631, 1, 512, 389120, 325037665, ctl, 0, 64,127, + 4632, 1, 0, 389120, 325037665, ctl, 0, 64, 0, + 4633, 1, 0, 389120, 325037665, ctl, 0, 64, 0, + 4634, 1, 0, 389120, 325037665, ctl, 0, 64, 0, + 4635, 1, 0, 389120, 325037665, ctl, 0, 64, 0, + 4636, 1, 0, 389120, 325037665, ctl, 0, 64, 0, + 4637, 1, 0, 389120, 325037665, nof, 0, 74, 0, + 4638, 1, 0, 389120, 325037665, non, 0, 66, 60, F#4 +13192, 2, 256, 389120, 325037665, ctl, 1, 64,127, +13193, 2, 0, 389120, 325037665, ctl, 1, 64, 0, +13194, 2, 0, 389120, 325037665, ctl, 1, 64, 0, +13195, 2, 0, 389120, 325037665, nof, 1, 38, 0, +13196, 2, 0, 389120, 325037665, nof, 1, 50, 0, +13197, 2, 0, 389120, 325037665, non, 1, 45, 64, A2 +13198, 2, 0, 389120, 325037665, non, 1, 57, 80, A3 + 4639, 1, 85, 389205, 325108810, nof, 0, 66, 0, + 4640, 1, 0, 389205, 325108810, non, 0, 69, 58, A4 + 4641, 1, 14, 389219, 325120528, ctl, 0, 64, 0, +13199, 2, 99, 389219, 325120528, ctl, 1, 64, 0, + 4642, 1, 72, 389291, 325180792, nof, 0, 69, 0, + 4643, 1, 0, 389291, 325180792, non, 0, 74, 60, D5 + 4644, 1, 11, 389302, 325189999, ctl, 0, 64,127, +13200, 2, 83, 389302, 325189999, ctl, 1, 64,127, + 541, 0, 256, 389376, 325251937,tempo,100,bpm,, + 4645, 1, 74, 389376, 325251937, nof, 0, 74, 0, + 4646, 1, 0, 389376, 325251937, non, 0, 77, 61, F5 + 4647, 1, 85, 389461, 325301662, nof, 0, 77, 0, + 4648, 1, 0, 389461, 325301662, non, 0, 78, 71, F#5 + 4649, 1, 86, 389547, 325351972, nof, 0, 78, 0, + 4650, 1, 0, 389547, 325351972, non, 0, 77, 50, F5 + 4651, 1, 85, 389632, 325401697, nof, 0, 77, 0, + 4652, 1, 0, 389632, 325401697, non, 0, 78, 60, F#5 + 4653, 1, 85, 389717, 325451422, nof, 0, 78, 0, + 4654, 1, 0, 389717, 325451422, non, 0, 77, 61, F5 + 4655, 1, 86, 389803, 325501732, nof, 0, 77, 0, + 4656, 1, 0, 389803, 325501732, non, 0, 78, 56, F#5 + 4657, 1, 85, 389888, 325551457, nof, 0, 78, 0, + 4658, 1, 0, 389888, 325551457, non, 0, 77, 46, F5 + 4659, 1, 85, 389973, 325601182, nof, 0, 77, 0, + 4660, 1, 0, 389973, 325601182, non, 0, 78, 54, F#5 + 4661, 1, 86, 390059, 325651492, nof, 0, 78, 0, + 4662, 1, 0, 390059, 325651492, non, 0, 77, 51, F5 + 4663, 1, 85, 390144, 325701217, nof, 0, 77, 0, + 4664, 1, 0, 390144, 325701217, non, 0, 78, 59, F#5 + 4665, 1, 85, 390229, 325750942, nof, 0, 78, 0, + 4666, 1, 0, 390229, 325750942, non, 0, 77, 57, F5 + 4667, 1, 86, 390315, 325801252, nof, 0, 77, 0, + 4668, 1, 0, 390315, 325801252, non, 0, 78, 54, F#5 + 4669, 1, 85, 390400, 325850977, nof, 0, 78, 0, + 4670, 1, 0, 390400, 325850977, non, 0, 77, 67, F5 + 4671, 1, 85, 390485, 325900702, nof, 0, 77, 0, + 4672, 1, 0, 390485, 325900702, non, 0, 78, 52, F#5 + 4673, 1, 86, 390571, 325951012, nof, 0, 78, 0, + 4674, 1, 0, 390571, 325951012, non, 0, 77, 53, F5 + 4675, 1, 85, 390656, 326000737, nof, 0, 77, 0, + 4676, 1, 0, 390656, 326000737, non, 0, 78, 64, F#5 + 4677, 1, 85, 390741, 326050462, nof, 0, 78, 0, + 4678, 1, 0, 390741, 326050462, non, 0, 77, 52, F5 + 4679, 1, 86, 390827, 326100772, nof, 0, 77, 0, + 4680, 1, 0, 390827, 326100772, non, 0, 78, 56, F#5 + 4681, 1, 85, 390912, 326150497, nof, 0, 78, 0, + 4682, 1, 0, 390912, 326150497, non, 0, 77, 56, F5 + 4683, 1, 85, 390997, 326200222, nof, 0, 77, 0, + 4684, 1, 0, 390997, 326200222, non, 0, 78, 51, F#5 + 4685, 1, 86, 391083, 326250532, nof, 0, 78, 0, + 4686, 1, 0, 391083, 326250532, non, 0, 77, 58, F5 + 4687, 1, 85, 391168, 326300257, nof, 0, 77, 0, + 4688, 1, 0, 391168, 326300257, non, 0, 78, 59, F#5 + 4689, 1, 85, 391253, 326349982, nof, 0, 78, 0, + 4690, 1, 0, 391253, 326349982, non, 0, 77, 47, F5 + 4691, 1, 86, 391339, 326400292, nof, 0, 77, 0, + 4692, 1, 0, 391339, 326400292, non, 0, 78, 57, F#5 + 4693, 1, 85, 391424, 326450017, nof, 0, 78, 0, + 4694, 1, 0, 391424, 326450017, non, 0, 77, 54, F5 + 4695, 1, 85, 391509, 326499742, nof, 0, 77, 0, + 4696, 1, 0, 391509, 326499742, non, 0, 78, 49, F#5 + 4697, 1, 86, 391595, 326550052, nof, 0, 78, 0, + 4698, 1, 0, 391595, 326550052, non, 0, 77, 56, F5 + 4699, 1, 85, 391680, 326599777, nof, 0, 77, 0, + 4700, 1, 0, 391680, 326599777, non, 0, 78, 46, F#5 + 4701, 1, 85, 391765, 326649502, nof, 0, 78, 0, + 4702, 1, 0, 391765, 326649502, non, 0, 77, 58, F5 + 4703, 1, 86, 391851, 326699812, nof, 0, 77, 0, + 4704, 1, 0, 391851, 326699812, non, 0, 78, 50, F#5 + 4705, 1, 85, 391936, 326749537, nof, 0, 78, 0, + 4706, 1, 0, 391936, 326749537, non, 0, 77, 51, F5 + 4707, 1, 85, 392021, 326799262, nof, 0, 77, 0, + 4708, 1, 0, 392021, 326799262, non, 0, 78, 38, F#5 + 4709, 1, 86, 392107, 326849572, nof, 0, 78, 0, + 4710, 1, 0, 392107, 326849572, non, 0, 77, 37, F5 + 4711, 1, 85, 392192, 326899297, ctl, 0, 64,127, + 4712, 1, 0, 392192, 326899297, ctl, 0, 64, 0, + 4713, 1, 0, 392192, 326899297, nof, 0, 77, 0, + 4714, 1, 0, 392192, 326899297, non, 0, 78, 35, F#5 +13201, 2, 2890, 392192, 326899297, ctl, 1, 64,127, + 4715, 1, 85, 392277, 326949022, nof, 0, 78, 0, + 4716, 1, 0, 392277, 326949022, non, 0, 77, 39, F5 + 4717, 1, 86, 392363, 326999332, nof, 0, 77, 0, + 4718, 1, 0, 392363, 326999332, non, 0, 78, 40, F#5 + 4719, 1, 85, 392448, 327049057, nof, 0, 78, 0, + 4720, 1, 0, 392448, 327049057, non, 0, 77, 28, F5 + 4721, 1, 85, 392533, 327098782, nof, 0, 77, 0, + 4722, 1, 0, 392533, 327098782, non, 0, 78, 30, F#5 + 4723, 1, 86, 392619, 327149092, nof, 0, 78, 0, + 4724, 1, 0, 392619, 327149092, non, 0, 77, 29, F5 + 4725, 1, 85, 392704, 327198817, nof, 0, 77, 0, +13202, 2, 512, 392704, 327198817, nof, 1, 45, 0, +13203, 2, 0, 392704, 327198817, nof, 1, 57, 0, + 4726, 1, 182, 392886, 327305287, ctl, 0, 64, 0, +13204, 2, 182, 392886, 327305287, ctl, 1, 64, 0, + 542, 0, 3840, 393216, 327498337,tempo,66,bpm,, + 4727, 1, 330, 393216, 327498337, non, 0, 69, 49, A4 + 4728, 1, 94, 393310, 327581715, ctl, 0, 64,127, +13205, 2, 424, 393310, 327581715, ctl, 1, 64,127, + 4729, 1, 290, 393600, 327838945, non, 0, 84, 37, C6 + 543, 0, 512, 393728, 327952481,tempo,70,bpm,, + 4730, 1, 128, 393728, 327952481, nof, 0, 84, 0, + 4731, 1, 0, 393728, 327952481, non, 0, 92, 44, G#6 +13206, 2, 418, 393728, 327952481, non, 1, 62, 17, D4 +13207, 2, 0, 393728, 327952481, non, 1, 72, 17, C5 +13208, 2, 0, 393728, 327952481, non, 1, 78, 26, F#5 + 4732, 1, 102, 393830, 328037855, nof, 0, 92, 0, + 4733, 1, 0, 393830, 328037855, non, 0, 89, 41, F6 + 4734, 1, 103, 393933, 328124066, nof, 0, 89, 0, + 4735, 1, 0, 393933, 328124066, non, 0, 86, 38, D6 + 4736, 1, 102, 394035, 328209440, nof, 0, 86, 0, + 4737, 1, 0, 394035, 328209440, non, 0, 84, 36, C6 + 4738, 1, 103, 394138, 328295651, nof, 0, 84, 0, + 4739, 1, 0, 394138, 328295651, non, 0, 81, 33, A5 + 4740, 1, 102, 394240, 328381025, nof, 0, 81, 0, +13209, 2, 512, 394240, 328381025, nof, 1, 62, 0, +13210, 2, 0, 394240, 328381025, nof, 1, 72, 0, +13211, 2, 0, 394240, 328381025, nof, 1, 78, 0, + 544, 0, 1024, 394752, 328809569,tempo,100,bpm,, + 4741, 1, 896, 395136, 329034209, non, 0, 81, 44, A5 + 4742, 1, 128, 395264, 329109089, ctl, 0, 64, 0, + 4743, 1, 0, 395264, 329109089, non, 0, 89, 44, F6 +13212, 2, 1024, 395264, 329109089, ctl, 1, 64,127, +13213, 2, 0, 395264, 329109089, non, 1, 56, 17, G#3 +13214, 2, 0, 395264, 329109089, non, 1, 66, 17, F#4 +13215, 2, 0, 395264, 329109089, non, 1, 72, 26, C5 +13216, 2, 98, 395362, 329166419, ctl, 1, 64, 0, + 4744, 1, 102, 395366, 329168759, non, 0, 86, 42, D6 + 4745, 1, 103, 395469, 329229014, nof, 0, 81, 0, + 4746, 1, 0, 395469, 329229014, nof, 0, 86, 0, + 4747, 1, 0, 395469, 329229014, nof, 0, 89, 0, + 4748, 1, 0, 395469, 329229014, non, 0, 84, 39, C6 +13217, 2, 135, 395497, 329245394, ctl, 1, 64,127, + 4749, 1, 102, 395571, 329288684, nof, 0, 84, 0, + 4750, 1, 0, 395571, 329288684, non, 0, 81, 37, A5 + 4751, 1, 103, 395674, 329348939, nof, 0, 81, 0, + 4752, 1, 0, 395674, 329348939, non, 0, 78, 34, F#5 + 4753, 1, 102, 395776, 329408609, nof, 0, 78, 0, +13218, 2, 279, 395776, 329408609, nof, 1, 56, 0, +13219, 2, 0, 395776, 329408609, nof, 1, 66, 0, +13220, 2, 0, 395776, 329408609, nof, 1, 72, 0, + 545, 0, 1536, 396288, 329708129,tempo,80,bpm,, + 4754, 1, 512, 396288, 329708129, nof, 0, 69, 0, + 4755, 1, 0, 396288, 329708129, non, 0, 70, 53, A#4 + 4756, 1, 384, 396672, 329989217, non, 0, 72, 44, C5 + 546, 0, 512, 396800, 330082913,tempo,100,bpm,, + 4757, 1, 128, 396800, 330082913, nof, 0, 72, 0, + 4758, 1, 0, 396800, 330082913, non, 0, 80, 44, G#5 +13221, 2, 1024, 396800, 330082913, non, 1, 50, 17, D3 +13222, 2, 0, 396800, 330082913, non, 1, 60, 17, C4 +13223, 2, 0, 396800, 330082913, non, 1, 66, 26, F#4 +13224, 2, 25, 396825, 330097538, ctl, 1, 64, 0, + 4759, 1, 102, 396902, 330142583, nof, 0, 80, 0, + 4760, 1, 0, 396902, 330142583, non, 0, 77, 42, F5 +13225, 2, 135, 396960, 330176513, ctl, 1, 64,127, + 4761, 1, 103, 397005, 330202838, nof, 0, 77, 0, + 4762, 1, 0, 397005, 330202838, non, 0, 74, 39, D5 + 4763, 1, 102, 397107, 330262508, nof, 0, 74, 0, + 4764, 1, 0, 397107, 330262508, non, 0, 72, 37, C5 + 4765, 1, 103, 397210, 330322763, nof, 0, 72, 0, + 4766, 1, 0, 397210, 330322763, non, 0, 70, 35, A#4 + 547, 0, 512, 397312, 330382433,tempo,70,bpm,, + 4767, 1, 102, 397312, 330382433, nof, 0, 70, 0, + 4768, 1, 0, 397312, 330382433, nof, 0, 70, 0, + 4769, 1, 0, 397312, 330382433, non, 0, 68, 49, G#4 +13226, 2, 352, 397312, 330382433, nof, 1, 50, 0, +13227, 2, 0, 397312, 330382433, nof, 1, 60, 0, +13228, 2, 0, 397312, 330382433, nof, 1, 66, 0, + 548, 0, 512, 397824, 330810977,tempo,80,bpm,, + 4770, 1, 512, 397824, 330810977, nof, 0, 68, 0, + 4771, 1, 0, 397824, 330810977, non, 0, 66, 46, F#4 +13229, 2, 832, 398144, 331045217, non, 1, 44, 17, G#2 + 4772, 1, 384, 398208, 331092065, non, 0, 69, 44, A4 +13230, 2, 64, 398208, 331092065, non, 1, 54, 17, F#3 +13231, 2, 64, 398272, 331138913, non, 1, 60, 26, C4 + 4773, 1, 128, 398336, 331185761, ctl, 0, 64, 0, + 4774, 1, 0, 398336, 331185761, nof, 0, 66, 0, + 4775, 1, 0, 398336, 331185761, non, 0, 77, 3, F5 +13232, 2, 64, 398336, 331185761, ctl, 1, 64,127, +13233, 2, 0, 398336, 331185761, ctl, 1, 64, 0, +13234, 2, 0, 398336, 331185761, non, 1, 65, 47, F4 +13235, 2, 98, 398434, 331257497, ctl, 1, 64, 0, + 549, 0, 614, 398438, 331260425,tempo,70,bpm,, + 4776, 1, 102, 398438, 331260425, non, 0, 74, 41, D5 + 4777, 1, 103, 398541, 331346636, nof, 0, 74, 0, + 4778, 1, 0, 398541, 331346636, nof, 0, 77, 0, + 4779, 1, 0, 398541, 331346636, non, 0, 72, 38, C5 +13236, 2, 135, 398569, 331370072, ctl, 1, 64,127, + 550, 0, 205, 398643, 331432010,tempo,80,bpm,, + 4780, 1, 102, 398643, 331432010, nof, 0, 69, 0, + 4781, 1, 0, 398643, 331432010, nof, 0, 72, 0, + 4782, 1, 0, 398643, 331432010, non, 0, 69, 36, A4 + 4783, 1, 103, 398746, 331507406, nof, 0, 69, 0, + 4784, 1, 0, 398746, 331507406, non, 0, 66, 33, F#4 + 551, 0, 205, 398848, 331582070,tempo,70,bpm,, + 4785, 1, 102, 398848, 331582070, nof, 0, 66, 0, + 4786, 1, 0, 398848, 331582070, non, 0, 62, 45, D4 +13237, 2, 279, 398848, 331582070, nof, 1, 44, 0, +13238, 2, 0, 398848, 331582070, nof, 1, 54, 0, +13239, 2, 0, 398848, 331582070, nof, 1, 60, 0, +13240, 2, 0, 398848, 331582070, nof, 1, 65, 0, + 4787, 1, 512, 399360, 332010614, nof, 0, 62, 0, + 4788, 1, 0, 399360, 332010614, non, 0, 66, 41, F#4 + 4789, 1, 384, 399744, 332332022, non, 0, 84, 44, C6 + 552, 0, 1024, 399872, 332439158,tempo,80,bpm,, + 4790, 1, 128, 399872, 332439158, nof, 0, 84, 0, + 4791, 1, 0, 399872, 332439158, non, 0, 92, 44, G#6 +13241, 2, 1024, 399872, 332439158, non, 1, 62, 17, D4 +13242, 2, 0, 399872, 332439158, non, 1, 72, 17, C5 +13243, 2, 0, 399872, 332439158, non, 1, 78, 26, F#5 +13244, 2, 25, 399897, 332457458, ctl, 1, 64, 0, + 4792, 1, 102, 399974, 332513822, nof, 0, 92, 0, + 4793, 1, 0, 399974, 332513822, non, 0, 89, 41, F6 +13245, 2, 135, 400032, 332556278, ctl, 1, 64,127, + 4794, 1, 103, 400077, 332589218, nof, 0, 89, 0, + 4795, 1, 0, 400077, 332589218, non, 0, 86, 38, D6 + 4796, 1, 102, 400179, 332663882, nof, 0, 86, 0, + 4797, 1, 0, 400179, 332663882, non, 0, 84, 36, C6 + 4798, 1, 103, 400282, 332739278, nof, 0, 84, 0, + 4799, 1, 0, 400282, 332739278, non, 0, 81, 33, A5 + 553, 0, 512, 400384, 332813942,tempo,70,bpm,, + 4800, 1, 102, 400384, 332813942, nof, 0, 81, 0, + 4801, 1, 0, 400384, 332813942, nof, 0, 66, 0, + 4802, 1, 0, 400384, 332813942, non, 0, 69, 44, A4 +13246, 2, 352, 400384, 332813942, nof, 1, 62, 0, +13247, 2, 0, 400384, 332813942, nof, 1, 72, 0, +13248, 2, 0, 400384, 332813942, nof, 1, 78, 0, + 554, 0, 512, 400896, 333242486,tempo,66,bpm,, + 4803, 1, 512, 400896, 333242486, nof, 0, 69, 0, + 4804, 1, 0, 400896, 333242486, non, 0, 74, 44, D5 + 4805, 1, 384, 401280, 333583094, non, 0, 81, 44, A5 + 4806, 1, 128, 401408, 333696630, ctl, 0, 64, 0, + 4807, 1, 0, 401408, 333696630, nof, 0, 74, 0, + 4808, 1, 0, 401408, 333696630, non, 0, 77, 53, F5 + 4809, 1, 0, 401408, 333696630, non, 0, 89, 44, F6 +13249, 2, 1024, 401408, 333696630, ctl, 1, 64,127, +13250, 2, 0, 401408, 333696630, ctl, 1, 64, 0, +13251, 2, 0, 401408, 333696630, non, 1, 56, 17, G#3 +13252, 2, 0, 401408, 333696630, non, 1, 66, 17, F#4 +13253, 2, 0, 401408, 333696630, non, 1, 72, 26, C5 +13254, 2, 98, 401506, 333783556, ctl, 1, 64, 0, + 4810, 1, 102, 401510, 333787104, non, 0, 86, 41, D6 + 4811, 1, 103, 401613, 333878465, nof, 0, 81, 0, + 4812, 1, 0, 401613, 333878465, nof, 0, 86, 0, + 4813, 1, 0, 401613, 333878465, nof, 0, 89, 0, + 4814, 1, 0, 401613, 333878465, non, 0, 84, 38, C6 +13255, 2, 135, 401641, 333903301, ctl, 1, 64,127, + 4815, 1, 102, 401715, 333968939, nof, 0, 84, 0, + 4816, 1, 0, 401715, 333968939, non, 0, 81, 36, A5 + 4817, 1, 103, 401818, 334060300, nof, 0, 81, 0, + 4818, 1, 0, 401818, 334060300, non, 0, 78, 33, F#5 + 4819, 1, 102, 401920, 334150774, nof, 0, 78, 0, +13256, 2, 279, 401920, 334150774, nof, 1, 56, 0, +13257, 2, 0, 401920, 334150774, nof, 1, 66, 0, +13258, 2, 0, 401920, 334150774, nof, 1, 72, 0, +13259, 2, 1024, 402944, 335059062, non, 1, 50, 17, D3 +13260, 2, 0, 402944, 335059062, non, 1, 60, 17, C4 +13261, 2, 0, 402944, 335059062, non, 1, 66, 26, F#4 +13262, 2, 25, 402969, 335081237, ctl, 1, 64, 0, +13263, 2, 135, 403104, 335200982, ctl, 1, 64,127, +13264, 2, 352, 403456, 335513206, nof, 1, 50, 0, +13265, 2, 0, 403456, 335513206, nof, 1, 60, 0, +13266, 2, 0, 403456, 335513206, nof, 1, 66, 0, + 4820, 1, 1792, 403712, 335740278, nof, 0, 77, 0, + 4821, 1, 0, 403712, 335740278, non, 0, 78, 55, F#5 + 555, 0, 3072, 403968, 335967350,tempo,70,bpm,, + 4822, 1, 256, 403968, 335967350, nof, 0, 78, 0, + 4823, 1, 0, 403968, 335967350, non, 0, 81, 55, A5 + 556, 0, 256, 404224, 336181622,tempo,50,bpm,, + 4824, 1, 256, 404224, 336181622, nof, 0, 81, 0, + 4825, 1, 0, 404224, 336181622, non, 0, 86, 55, D6 + 557, 0, 256, 404480, 336481398,tempo,90,bpm,, + 4826, 1, 256, 404480, 336481398, ctl, 0, 64,127, + 4827, 1, 0, 404480, 336481398, ctl, 0, 64, 0, + 4828, 1, 0, 404480, 336481398, nof, 0, 86, 0, + 4829, 1, 0, 404480, 336481398, non, 0, 66, 39, F#4 + 4830, 1, 0, 404480, 336481398, non, 0, 69, 39, A4 + 4831, 1, 0, 404480, 336481398, non, 0, 72, 39, C5 + 4832, 1, 0, 404480, 336481398, non, 0, 74, 39, D5 + 4833, 1, 0, 404480, 336481398, non, 0, 77, 55, F5 +13267, 2, 1024, 404480, 336481398, ctl, 1, 64,127, +13268, 2, 0, 404480, 336481398, non, 1, 32, 33, G#1 +13269, 2, 0, 404480, 336481398, non, 1, 38, 33, D2 + 4834, 1, 100, 404580, 336546498, ctl, 0, 64, 0, +13270, 2, 100, 404580, 336546498, ctl, 1, 64, 0, + 4835, 1, 125, 404705, 336627873, ctl, 0, 64,127, +13271, 2, 125, 404705, 336627873, ctl, 1, 64,127, +13272, 2, 799, 405504, 337148022, nof, 1, 32, 0, +13273, 2, 0, 405504, 337148022, nof, 1, 38, 0, + 558, 0, 1280, 405760, 337314678,tempo,80,bpm,, +13274, 2, 256, 405760, 337314678, non, 1, 38, 55, D2 +13275, 2, 0, 405760, 337314678, non, 1, 50, 71, D3 +13276, 2, 256, 406016, 337502070, nof, 1, 38, 0, +13277, 2, 0, 406016, 337502070, nof, 1, 50, 0, +13278, 2, 0, 406016, 337502070, non, 1, 45, 55, A2 +13279, 2, 0, 406016, 337502070, non, 1, 57, 71, A3 + 559, 0, 1024, 406784, 338064246,tempo,70,bpm,, + 4836, 1, 2079, 406784, 338064246, nof, 0, 66, 0, + 4837, 1, 0, 406784, 338064246, nof, 0, 69, 0, + 4838, 1, 0, 406784, 338064246, nof, 0, 72, 0, + 4839, 1, 0, 406784, 338064246, nof, 0, 74, 0, + 4840, 1, 0, 406784, 338064246, nof, 0, 77, 0, + 4841, 1, 0, 406784, 338064246, non, 0, 78, 55, F#5 +13280, 2, 768, 406784, 338064246, non, 1, 54, 48, F#3 +13281, 2, 85, 406869, 338135391, nof, 1, 54, 0, +13282, 2, 0, 406869, 338135391, non, 1, 57, 49, A3 +13283, 2, 86, 406955, 338207373, nof, 1, 57, 0, +13284, 2, 0, 406955, 338207373, non, 1, 60, 51, C4 + 4842, 1, 256, 407040, 338278518, nof, 0, 78, 0, + 4843, 1, 0, 407040, 338278518, non, 0, 81, 55, A5 +13285, 2, 85, 407040, 338278518, nof, 1, 60, 0, +13286, 2, 0, 407040, 338278518, non, 1, 62, 52, D4 +13287, 2, 85, 407125, 338349663, nof, 1, 62, 0, +13288, 2, 0, 407125, 338349663, non, 1, 65, 54, F4 +13289, 2, 86, 407211, 338421645, nof, 1, 65, 0, +13290, 2, 0, 407211, 338421645, non, 1, 66, 55, F#4 + 4844, 1, 256, 407296, 338492790, nof, 0, 81, 0, + 4845, 1, 0, 407296, 338492790, non, 0, 86, 55, D6 +13291, 2, 85, 407296, 338492790, nof, 1, 66, 0, +13292, 2, 0, 407296, 338492790, non, 1, 69, 56, A4 +13293, 2, 85, 407381, 338563935, nof, 1, 69, 0, +13294, 2, 0, 407381, 338563935, non, 1, 72, 58, C5 +13295, 2, 86, 407467, 338635917, nof, 1, 72, 0, +13296, 2, 0, 407467, 338635917, non, 1, 74, 59, D5 + 560, 0, 768, 407552, 338707062,tempo,90,bpm,, + 4846, 1, 256, 407552, 338707062, ctl, 0, 64,127, + 4847, 1, 0, 407552, 338707062, nof, 0, 86, 0, + 4848, 1, 0, 407552, 338707062, non, 0, 77, 57, F5 + 4849, 1, 0, 407552, 338707062, non, 0, 78, 57, F#5 + 4850, 1, 0, 407552, 338707062, non, 0, 81, 57, A5 + 4851, 1, 0, 407552, 338707062, non, 0, 84, 57, C6 + 4852, 1, 0, 407552, 338707062, non, 0, 86, 57, D6 + 4853, 1, 0, 407552, 338707062, non, 0, 89, 72, F6 +13297, 2, 85, 407552, 338707062, ctl, 1, 64,127, +13298, 2, 0, 407552, 338707062, nof, 1, 45, 0, +13299, 2, 0, 407552, 338707062, nof, 1, 57, 0, +13300, 2, 0, 407552, 338707062, nof, 1, 74, 0, + 4854, 1, 2304, 409856, 340206966, nof, 0, 77, 0, + 4855, 1, 0, 409856, 340206966, nof, 0, 78, 0, + 4856, 1, 0, 409856, 340206966, nof, 0, 81, 0, + 4857, 1, 0, 409856, 340206966, nof, 0, 84, 0, + 4858, 1, 0, 409856, 340206966, nof, 0, 86, 0, + 4859, 1, 0, 409856, 340206966, nof, 0, 89, 0, + 4860, 1, 0, 409856, 340206966, non, 0, 78, 50, F#5 + 4861, 1, 256, 410112, 340373622, nof, 0, 78, 0, + 4862, 1, 0, 410112, 340373622, non, 0, 81, 47, A5 + 4863, 1, 256, 410368, 340540278, nof, 0, 81, 0, + 4864, 1, 0, 410368, 340540278, non, 0, 86, 45, D6 + 561, 0, 3072, 410624, 340706934,tsig,13,4,, + 4865, 1, 256, 410624, 340706934, ctl, 0, 64,127, + 4866, 1, 0, 410624, 340706934, nof, 0, 86, 0, + 4867, 1, 0, 410624, 340706934, non, 0, 66, 34, F#4 +13301, 2, 3072, 410624, 340706934, ctl, 1, 64,127, + 4868, 1, 32, 410656, 340727766, nof, 0, 66, 0, + 4869, 1, 0, 410656, 340727766, non, 0, 69, 34, A4 + 4870, 1, 32, 410688, 340748598, nof, 0, 69, 0, + 4871, 1, 0, 410688, 340748598, non, 0, 72, 35, C5 + 4872, 1, 32, 410720, 340769430, nof, 0, 72, 0, + 4873, 1, 0, 410720, 340769430, non, 0, 74, 35, D5 + 562, 0, 128, 410752, 340790262,tempo,70,bpm,, + 4874, 1, 32, 410752, 340790262, nof, 0, 74, 0, + 4875, 1, 0, 410752, 340790262, non, 0, 77, 45, F5 +13302, 2, 128, 410752, 340790262, non, 1, 60, 28, C4 +13303, 2, 0, 410752, 340790262, non, 1, 65, 40, F4 + 563, 0, 256, 411008, 341004534,tempo,80,bpm,, +13304, 2, 256, 411008, 341004534, nof, 1, 60, 0, +13305, 2, 0, 411008, 341004534, nof, 1, 65, 0, +13306, 2, 0, 411008, 341004534, non, 1, 62, 41, D4 +13307, 2, 256, 411264, 341191926, nof, 1, 62, 0, +13308, 2, 0, 411264, 341191926, non, 1, 60, 42, C4 + 564, 0, 512, 411520, 341379318,tempo,90,bpm,, + 4876, 1, 768, 411520, 341379318, nof, 0, 77, 0, + 4877, 1, 0, 411520, 341379318, non, 0, 78, 50, F#5 + 4878, 1, 256, 411776, 341545974, nof, 0, 78, 0, + 4879, 1, 0, 411776, 341545974, non, 0, 81, 51, A5 +13309, 2, 512, 411776, 341545974, nof, 1, 60, 0, + 4880, 1, 256, 412032, 341712630, nof, 0, 81, 0, + 4881, 1, 0, 412032, 341712630, non, 0, 86, 53, D6 + 4882, 1, 256, 412288, 341879286, nof, 0, 86, 0, + 4883, 1, 0, 412288, 341879286, non, 0, 78, 43, F#5 + 4884, 1, 32, 412320, 341900118, nof, 0, 78, 0, + 4885, 1, 0, 412320, 341900118, non, 0, 81, 43, A5 + 4886, 1, 32, 412352, 341920950, nof, 0, 81, 0, + 4887, 1, 0, 412352, 341920950, non, 0, 84, 43, C6 + 4888, 1, 32, 412384, 341941782, nof, 0, 84, 0, + 4889, 1, 0, 412384, 341941782, non, 0, 86, 43, D6 + 565, 0, 896, 412416, 341962614,tempo,80,bpm,, + 4890, 1, 32, 412416, 341962614, nof, 0, 86, 0, + 4891, 1, 0, 412416, 341962614, non, 0, 89, 55, F6 +13310, 2, 640, 412416, 341962614, non, 1, 57, 45, A3 + 566, 0, 256, 412672, 342150006,tempo,90,bpm,, +13311, 2, 256, 412672, 342150006, nof, 1, 57, 0, +13312, 2, 0, 412672, 342150006, non, 1, 50, 46, D3 + 567, 0, 256, 412928, 342316662,tempo,100,bpm,, +13313, 2, 256, 412928, 342316662, nof, 1, 50, 0, +13314, 2, 0, 412928, 342316662, non, 1, 44, 47, G#2 + 4892, 1, 768, 413184, 342466422, nof, 0, 89, 0, + 4893, 1, 0, 413184, 342466422, non, 0, 78, 50, F#5 + 4894, 1, 256, 413440, 342616182, nof, 0, 78, 0, + 4895, 1, 0, 413440, 342616182, non, 0, 81, 53, A5 +13315, 2, 512, 413440, 342616182, nof, 1, 44, 0, + 4896, 1, 256, 413696, 342765942, nof, 0, 81, 0, + 4897, 1, 0, 413696, 342765942, non, 0, 86, 56, D6 + 568, 0, 1024, 413952, 342915702,tempo,90,bpm,, + 4898, 1, 256, 413952, 342915702, ctl, 0, 64,127, + 4899, 1, 0, 413952, 342915702, nof, 0, 86, 0, + 4900, 1, 0, 413952, 342915702, non, 0, 66, 46, F#4 +13316, 2, 512, 413952, 342915702, ctl, 1, 64,127, + 4901, 1, 32, 413984, 342936534, nof, 0, 66, 0, + 4902, 1, 0, 413984, 342936534, non, 0, 69, 46, A4 + 4903, 1, 32, 414016, 342957366, nof, 0, 69, 0, + 4904, 1, 0, 414016, 342957366, non, 0, 72, 47, C5 + 4905, 1, 32, 414048, 342978198, nof, 0, 72, 0, + 4906, 1, 0, 414048, 342978198, non, 0, 74, 47, D5 + 4907, 1, 32, 414080, 342999030, nof, 0, 74, 0, + 4908, 1, 0, 414080, 342999030, non, 0, 77, 61, F5 +13317, 2, 128, 414080, 342999030, non, 1, 60, 38, C4 +13318, 2, 0, 414080, 342999030, non, 1, 65, 50, F4 + 569, 0, 384, 414336, 343165686,tempo,100,bpm,, +13319, 2, 256, 414336, 343165686, nof, 1, 60, 0, +13320, 2, 0, 414336, 343165686, nof, 1, 65, 0, +13321, 2, 0, 414336, 343165686, non, 1, 62, 51, D4 + 570, 0, 256, 414592, 343315446,tempo,110,bpm,, +13322, 2, 256, 414592, 343315446, nof, 1, 62, 0, +13323, 2, 0, 414592, 343315446, non, 1, 60, 52, C4 + 4909, 1, 768, 414848, 343451638, nof, 0, 77, 0, + 4910, 1, 0, 414848, 343451638, non, 0, 78, 50, F#5 + 4911, 1, 256, 415104, 343587830, nof, 0, 78, 0, + 4912, 1, 0, 415104, 343587830, non, 0, 81, 53, A5 +13324, 2, 512, 415104, 343587830, nof, 1, 60, 0, + 4913, 1, 256, 415360, 343724022, nof, 0, 81, 0, + 4914, 1, 0, 415360, 343724022, non, 0, 86, 56, D6 + 4915, 1, 256, 415616, 343860214, nof, 0, 86, 0, + 4916, 1, 0, 415616, 343860214, non, 0, 78, 46, F#5 + 4917, 1, 32, 415648, 343877238, nof, 0, 78, 0, + 4918, 1, 0, 415648, 343877238, non, 0, 81, 46, A5 + 4919, 1, 32, 415680, 343894262, nof, 0, 81, 0, + 4920, 1, 0, 415680, 343894262, non, 0, 84, 47, C6 + 4921, 1, 32, 415712, 343911286, nof, 0, 84, 0, + 4922, 1, 0, 415712, 343911286, non, 0, 86, 47, D6 + 4923, 1, 32, 415744, 343928310, nof, 0, 86, 0, + 4924, 1, 0, 415744, 343928310, non, 0, 89, 61, F6 +13325, 2, 640, 415744, 343928310, non, 1, 57, 55, A3 +13326, 2, 256, 416000, 344064502, nof, 1, 57, 0, +13327, 2, 0, 416000, 344064502, non, 1, 50, 56, D3 +13328, 2, 256, 416256, 344200694, nof, 1, 50, 0, +13329, 2, 0, 416256, 344200694, non, 1, 44, 57, G#2 + 571, 0, 1920, 416512, 344336886,tempo,90,bpm,, + 4925, 1, 768, 416512, 344336886, nof, 0, 89, 0, + 4926, 1, 0, 416512, 344336886, non, 0, 83, 59, B5 + 4927, 1, 256, 416768, 344503542, nof, 0, 83, 0, + 4928, 1, 0, 416768, 344503542, non, 0, 86, 63, D6 +13330, 2, 512, 416768, 344503542, nof, 1, 44, 0, + 572, 0, 512, 417024, 344670198,tempo,70,bpm,, + 4929, 1, 256, 417024, 344670198, nof, 0, 86, 0, + 4930, 1, 0, 417024, 344670198, non, 0, 91, 68, G6 + 573, 0, 256, 417280, 344884470,tsig,6,3,, + 574, 0, 0, 417280, 344884470,tempo,90,bpm,, + 4931, 1, 256, 417280, 344884470, ctl, 0, 64,127, + 4932, 1, 0, 417280, 344884470, ctl, 0, 64, 0, + 4933, 1, 0, 417280, 344884470, ctl, 0, 64, 0, + 4934, 1, 0, 417280, 344884470, nof, 0, 91, 0, + 4935, 1, 0, 417280, 344884470, non, 0, 71, 55, B4 + 4936, 1, 0, 417280, 344884470, non, 0, 74, 55, D5 + 4937, 1, 0, 417280, 344884470, non, 0, 77, 55, F5 + 4938, 1, 0, 417280, 344884470, non, 0, 79, 55, G5 + 4939, 1, 0, 417280, 344884470, non, 0, 82, 72, A#5 +13331, 2, 512, 417280, 344884470, ctl, 1, 64,127, +13332, 2, 0, 417280, 344884470, ctl, 1, 64, 0, +13333, 2, 0, 417280, 344884470, non, 1, 25, 50, C#1 +13334, 2, 0, 417280, 344884470, non, 1, 31, 50, G1 + 4940, 1, 100, 417380, 344949570, ctl, 0, 64, 0, +13335, 2, 100, 417380, 344949570, ctl, 1, 64, 0, + 4941, 1, 125, 417505, 345030945, ctl, 0, 64,127, +13336, 2, 125, 417505, 345030945, ctl, 1, 64,127, +13337, 2, 799, 418304, 345551094, nof, 1, 25, 0, +13338, 2, 0, 418304, 345551094, nof, 1, 31, 0, + 575, 0, 1280, 418560, 345717750,tempo,80,bpm,, +13339, 2, 256, 418560, 345717750, non, 1, 43, 55, G2 +13340, 2, 0, 418560, 345717750, non, 1, 55, 71, G3 +13341, 2, 256, 418816, 345905142, nof, 1, 43, 0, +13342, 2, 0, 418816, 345905142, nof, 1, 55, 0, +13343, 2, 0, 418816, 345905142, non, 1, 50, 55, D3 +13344, 2, 0, 418816, 345905142, non, 1, 62, 71, D4 + 576, 0, 1024, 419584, 346467318,tempo,70,bpm,, + 4942, 1, 2079, 419584, 346467318, nof, 0, 71, 0, + 4943, 1, 0, 419584, 346467318, nof, 0, 74, 0, + 4944, 1, 0, 419584, 346467318, nof, 0, 77, 0, + 4945, 1, 0, 419584, 346467318, nof, 0, 79, 0, + 4946, 1, 0, 419584, 346467318, nof, 0, 82, 0, + 4947, 1, 0, 419584, 346467318, non, 0, 83, 55, B5 +13345, 2, 768, 419584, 346467318, non, 1, 59, 48, B3 +13346, 2, 85, 419669, 346538463, nof, 1, 59, 0, +13347, 2, 0, 419669, 346538463, non, 1, 62, 49, D4 +13348, 2, 86, 419755, 346610445, nof, 1, 62, 0, +13349, 2, 0, 419755, 346610445, non, 1, 65, 51, F4 + 4948, 1, 256, 419840, 346681590, nof, 0, 83, 0, + 4949, 1, 0, 419840, 346681590, non, 0, 86, 58, D6 +13350, 2, 85, 419840, 346681590, nof, 1, 65, 0, +13351, 2, 0, 419840, 346681590, non, 1, 67, 52, G4 +13352, 2, 85, 419925, 346752735, nof, 1, 67, 0, +13353, 2, 0, 419925, 346752735, non, 1, 70, 54, A#4 +13354, 2, 86, 420011, 346824717, nof, 1, 70, 0, +13355, 2, 0, 420011, 346824717, non, 1, 71, 55, B4 + 4950, 1, 256, 420096, 346895862, nof, 0, 86, 0, + 4951, 1, 0, 420096, 346895862, non, 0, 91, 62, G6 +13356, 2, 85, 420096, 346895862, nof, 1, 71, 0, +13357, 2, 0, 420096, 346895862, non, 1, 74, 56, D5 +13358, 2, 85, 420181, 346967007, nof, 1, 74, 0, +13359, 2, 0, 420181, 346967007, non, 1, 77, 58, F5 +13360, 2, 86, 420267, 347038989, nof, 1, 77, 0, +13361, 2, 0, 420267, 347038989, non, 1, 79, 59, G5 + 577, 0, 768, 420352, 347110134,tempo,90,bpm,, + 4952, 1, 256, 420352, 347110134, ctl, 0, 64,127, + 4953, 1, 0, 420352, 347110134, nof, 0, 91, 0, + 4954, 1, 0, 420352, 347110134, non, 0, 82, 66, A#5 + 4955, 1, 0, 420352, 347110134, non, 0, 83, 66, B5 + 4956, 1, 0, 420352, 347110134, non, 0, 86, 66, D6 + 4957, 1, 0, 420352, 347110134, non, 0, 89, 66, F6 + 4958, 1, 0, 420352, 347110134, non, 0, 91, 66, G6 + 4959, 1, 0, 420352, 347110134, non, 0, 94, 81, A#6 +13362, 2, 85, 420352, 347110134, ctl, 1, 64,127, +13363, 2, 0, 420352, 347110134, nof, 1, 50, 0, +13364, 2, 0, 420352, 347110134, nof, 1, 62, 0, +13365, 2, 0, 420352, 347110134, nof, 1, 79, 0, + 4960, 1, 2304, 422656, 348610038, nof, 0, 82, 0, + 4961, 1, 0, 422656, 348610038, nof, 0, 83, 0, + 4962, 1, 0, 422656, 348610038, nof, 0, 86, 0, + 4963, 1, 0, 422656, 348610038, nof, 0, 89, 0, + 4964, 1, 0, 422656, 348610038, nof, 0, 91, 0, + 4965, 1, 0, 422656, 348610038, nof, 0, 94, 0, + 4966, 1, 0, 422656, 348610038, non, 0, 83, 50, B5 + 4967, 1, 256, 422912, 348776694, nof, 0, 83, 0, + 4968, 1, 0, 422912, 348776694, non, 0, 86, 47, D6 + 4969, 1, 256, 423168, 348943350, nof, 0, 86, 0, + 4970, 1, 0, 423168, 348943350, non, 0, 91, 45, G6 + 578, 0, 3072, 423424, 349110006,tsig,13,4,, + 4971, 1, 256, 423424, 349110006, ctl, 0, 64,127, + 4972, 1, 0, 423424, 349110006, nof, 0, 91, 0, + 4973, 1, 0, 423424, 349110006, non, 0, 71, 43, B4 +13366, 2, 3072, 423424, 349110006, ctl, 1, 64,127, + 4974, 1, 32, 423456, 349130838, nof, 0, 71, 0, + 4975, 1, 0, 423456, 349130838, non, 0, 74, 43, D5 + 4976, 1, 32, 423488, 349151670, nof, 0, 74, 0, + 4977, 1, 0, 423488, 349151670, non, 0, 77, 44, F5 + 4978, 1, 32, 423520, 349172502, nof, 0, 77, 0, + 4979, 1, 0, 423520, 349172502, non, 0, 79, 44, G5 + 579, 0, 128, 423552, 349193334,tempo,70,bpm,, + 4980, 1, 32, 423552, 349193334, nof, 0, 79, 0, + 4981, 1, 0, 423552, 349193334, non, 0, 82, 54, A#5 +13367, 2, 128, 423552, 349193334, non, 1, 65, 37, F4 +13368, 2, 0, 423552, 349193334, non, 1, 70, 49, A#4 + 580, 0, 256, 423808, 349407606,tempo,80,bpm,, +13369, 2, 256, 423808, 349407606, nof, 1, 65, 0, +13370, 2, 0, 423808, 349407606, nof, 1, 70, 0, +13371, 2, 0, 423808, 349407606, non, 1, 67, 51, G4 +13372, 2, 256, 424064, 349594998, nof, 1, 67, 0, +13373, 2, 0, 424064, 349594998, non, 1, 65, 52, F4 + 581, 0, 512, 424320, 349782390,tempo,90,bpm,, + 4982, 1, 768, 424320, 349782390, nof, 0, 82, 0, + 4983, 1, 0, 424320, 349782390, non, 0, 83, 60, B5 + 4984, 1, 256, 424576, 349949046, nof, 0, 83, 0, + 4985, 1, 0, 424576, 349949046, non, 0, 86, 62, D6 +13374, 2, 512, 424576, 349949046, nof, 1, 65, 0, + 4986, 1, 256, 424832, 350115702, nof, 0, 86, 0, + 4987, 1, 0, 424832, 350115702, non, 0, 91, 64, G6 + 4988, 1, 256, 425088, 350282358, nof, 0, 91, 0, + 4989, 1, 0, 425088, 350282358, non, 0, 83, 54, B5 + 4990, 1, 32, 425120, 350303190, nof, 0, 83, 0, + 4991, 1, 0, 425120, 350303190, non, 0, 86, 54, D6 + 4992, 1, 32, 425152, 350324022, nof, 0, 86, 0, + 4993, 1, 0, 425152, 350324022, non, 0, 89, 54, F6 + 4994, 1, 32, 425184, 350344854, nof, 0, 89, 0, + 4995, 1, 0, 425184, 350344854, non, 0, 91, 54, G6 + 582, 0, 896, 425216, 350365686,tempo,80,bpm,, + 4996, 1, 32, 425216, 350365686, nof, 0, 91, 0, + 4997, 1, 0, 425216, 350365686, non, 0, 94, 67, A#6 +13375, 2, 640, 425216, 350365686, non, 1, 62, 56, D4 + 583, 0, 256, 425472, 350553078,tempo,90,bpm,, +13376, 2, 256, 425472, 350553078, nof, 1, 62, 0, +13377, 2, 0, 425472, 350553078, non, 1, 55, 58, G3 + 584, 0, 256, 425728, 350719734,tempo,100,bpm,, +13378, 2, 256, 425728, 350719734, nof, 1, 55, 0, +13379, 2, 0, 425728, 350719734, non, 1, 49, 59, C#3 + 4998, 1, 768, 425984, 350869494, nof, 0, 94, 0, + 4999, 1, 0, 425984, 350869494, non, 0, 83, 63, B5 + 5000, 1, 256, 426240, 351019254, nof, 0, 83, 0, + 5001, 1, 0, 426240, 351019254, non, 0, 86, 66, D6 +13380, 2, 512, 426240, 351019254, nof, 1, 49, 0, + 5002, 1, 256, 426496, 351169014, nof, 0, 86, 0, + 5003, 1, 0, 426496, 351169014, non, 0, 91, 70, G6 + 585, 0, 1024, 426752, 351318774,tempo,90,bpm,, + 5004, 1, 256, 426752, 351318774, ctl, 0, 64,127, + 5005, 1, 0, 426752, 351318774, nof, 0, 91, 0, + 5006, 1, 0, 426752, 351318774, non, 0, 71, 59, B4 +13381, 2, 512, 426752, 351318774, ctl, 1, 64,127, + 5007, 1, 32, 426784, 351339606, nof, 0, 71, 0, + 5008, 1, 0, 426784, 351339606, non, 0, 74, 59, D5 + 5009, 1, 32, 426816, 351360438, nof, 0, 74, 0, + 5010, 1, 0, 426816, 351360438, non, 0, 77, 60, F5 + 5011, 1, 32, 426848, 351381270, nof, 0, 77, 0, + 5012, 1, 0, 426848, 351381270, non, 0, 79, 60, G5 + 5013, 1, 32, 426880, 351402102, nof, 0, 79, 0, + 5014, 1, 0, 426880, 351402102, non, 0, 82, 76, A#5 +13382, 2, 128, 426880, 351402102, non, 1, 65, 52, F4 +13383, 2, 0, 426880, 351402102, non, 1, 70, 64, A#4 + 586, 0, 384, 427136, 351568758,tempo,100,bpm,, +13384, 2, 256, 427136, 351568758, nof, 1, 65, 0, +13385, 2, 0, 427136, 351568758, nof, 1, 70, 0, +13386, 2, 0, 427136, 351568758, non, 1, 67, 65, G4 + 587, 0, 256, 427392, 351718518,tempo,110,bpm,, +13387, 2, 256, 427392, 351718518, nof, 1, 67, 0, +13388, 2, 0, 427392, 351718518, non, 1, 65, 66, F4 + 5015, 1, 768, 427648, 351854710, nof, 0, 82, 0, + 5016, 1, 0, 427648, 351854710, non, 0, 83, 65, B5 + 5017, 1, 256, 427904, 351990902, nof, 0, 83, 0, + 5018, 1, 0, 427904, 351990902, non, 0, 86, 68, D6 +13389, 2, 512, 427904, 351990902, nof, 1, 65, 0, + 5019, 1, 256, 428160, 352127094, nof, 0, 86, 0, + 5020, 1, 0, 428160, 352127094, non, 0, 91, 72, G6 + 5021, 1, 256, 428416, 352263286, nof, 0, 91, 0, + 5022, 1, 0, 428416, 352263286, non, 0, 83, 61, B5 + 5023, 1, 32, 428448, 352280310, nof, 0, 83, 0, + 5024, 1, 0, 428448, 352280310, non, 0, 86, 61, D6 + 5025, 1, 32, 428480, 352297334, nof, 0, 86, 0, + 5026, 1, 0, 428480, 352297334, non, 0, 89, 62, F6 + 5027, 1, 32, 428512, 352314358, nof, 0, 89, 0, + 5028, 1, 0, 428512, 352314358, non, 0, 91, 62, G6 + 5029, 1, 32, 428544, 352331382, nof, 0, 91, 0, + 5030, 1, 0, 428544, 352331382, non, 0, 94, 78, A#6 +13390, 2, 640, 428544, 352331382, non, 1, 50, 72, D3 +13391, 2, 256, 428800, 352467574, nof, 1, 50, 0, +13392, 2, 0, 428800, 352467574, non, 1, 43, 73, G2 +13393, 2, 256, 429056, 352603766, nof, 1, 43, 0, +13394, 2, 0, 429056, 352603766, non, 1, 37, 75, C#2 +13395, 2, 378, 429434, 352804862, ctl, 1, 64, 0, + 588, 0, 2176, 429568, 352876150,tempo,40,bpm,, + 5031, 1, 1024, 429568, 352876150, nof, 0, 94, 0, +13396, 2, 134, 429568, 352876150, nof, 1, 37, 0, +13397, 2, 0, 429568, 352876150, non, 1, 34, 32, A#1 +13398, 2, 0, 429568, 352876150, non, 1, 40, 32, E2 +13399, 2, 0, 429568, 352876150, non, 1, 46, 32, A#2 +13400, 2, 0, 429568, 352876150, non, 1, 56, 32, G#3 +13401, 2, 0, 429568, 352876150, non, 1, 62, 32, D4 +13402, 2, 0, 429568, 352876150, non, 1, 68, 44, G#4 +13403, 2, 94, 429662, 353013766, ctl, 1, 64,127, + 589, 0, 128, 429696, 353063542,tempo,90,bpm,, + 5032, 1, 128, 429696, 353063542, non, 0, 86, 47, D6 + 5033, 1, 128, 429824, 353146870, nof, 0, 86, 0, + 5034, 1, 0, 429824, 353146870, non, 0, 89, 47, F6 + 5035, 1, 128, 429952, 353230198, nof, 0, 89, 0, + 5036, 1, 0, 429952, 353230198, non, 0, 94, 47, A#6 + 590, 0, 384, 430080, 353313526,tsig,6,3,, + 591, 0, 0, 430080, 353313526,tempo,70,bpm,, + 5037, 1, 128, 430080, 353313526, ctl, 0, 64,127, + 5038, 1, 0, 430080, 353313526, nof, 0, 94, 0, + 5039, 1, 0, 430080, 353313526, non, 0, 86, 41, D6 + 5040, 1, 0, 430080, 353313526, non, 0, 89, 41, F6 + 5041, 1, 0, 430080, 353313526, non, 0, 94, 41, A#6 + 5042, 1, 0, 430080, 353313526, non, 0, 97, 55, C#7 +13404, 2, 418, 430080, 353313526, ctl, 1, 64,127, +13405, 2, 0, 430080, 353313526, nof, 1, 34, 0, +13406, 2, 0, 430080, 353313526, nof, 1, 40, 0, +13407, 2, 0, 430080, 353313526, nof, 1, 46, 0, +13408, 2, 0, 430080, 353313526, nof, 1, 56, 0, +13409, 2, 0, 430080, 353313526, nof, 1, 62, 0, +13410, 2, 0, 430080, 353313526, nof, 1, 68, 0, +13411, 2, 0, 430080, 353313526, non, 1, 65, 43, F4 +13412, 2, 0, 430080, 353313526, non, 1, 77, 55, F5 + 592, 0, 1024, 431104, 354170614,tempo,110,bpm,, + 5043, 1, 1024, 431104, 354170614, nof, 0, 86, 0, + 5044, 1, 0, 431104, 354170614, nof, 0, 89, 0, + 5045, 1, 0, 431104, 354170614, nof, 0, 94, 0, + 5046, 1, 0, 431104, 354170614, nof, 0, 97, 0, + 5047, 1, 0, 431104, 354170614, non, 0, 80, 35, G#5 + 5048, 1, 0, 431104, 354170614, non, 0, 83, 35, B5 + 5049, 1, 0, 431104, 354170614, non, 0, 88, 35, E6 + 5050, 1, 0, 431104, 354170614, non, 0, 91, 49, G6 +13413, 2, 1536, 431616, 354442998, nof, 1, 65, 0, +13414, 2, 0, 431616, 354442998, nof, 1, 77, 0, +13415, 2, 0, 431616, 354442998, non, 1, 59, 44, B3 +13416, 2, 0, 431616, 354442998, non, 1, 71, 57, B4 + 5051, 1, 1024, 432128, 354715382, nof, 0, 80, 0, + 5052, 1, 0, 432128, 354715382, nof, 0, 83, 0, + 5053, 1, 0, 432128, 354715382, nof, 0, 88, 0, + 5054, 1, 0, 432128, 354715382, nof, 0, 91, 0, + 593, 0, 1536, 432640, 354987766,tempo,40,bpm,, +13417, 2, 1024, 432640, 354987766, nof, 1, 59, 0, +13418, 2, 0, 432640, 354987766, nof, 1, 71, 0, +13419, 2, 0, 432640, 354987766, non, 1, 34, 44, A#1 +13420, 2, 0, 432640, 354987766, non, 1, 40, 44, E2 +13421, 2, 0, 432640, 354987766, non, 1, 46, 44, A#2 +13422, 2, 0, 432640, 354987766, non, 1, 56, 44, G#3 +13423, 2, 0, 432640, 354987766, non, 1, 62, 44, D4 +13424, 2, 0, 432640, 354987766, non, 1, 68, 58, G#4 + 594, 0, 128, 432768, 355175158,tempo,110,bpm,, + 5055, 1, 640, 432768, 355175158, non, 0, 86, 49, D6 + 5056, 1, 128, 432896, 355243254, nof, 0, 86, 0, + 5057, 1, 0, 432896, 355243254, non, 0, 89, 50, F6 + 5058, 1, 128, 433024, 355311350, nof, 0, 89, 0, + 5059, 1, 0, 433024, 355311350, non, 0, 94, 50, A#6 + 595, 0, 384, 433152, 355379446,tempo,80,bpm,, + 5060, 1, 128, 433152, 355379446, ctl, 0, 64,127, + 5061, 1, 0, 433152, 355379446, nof, 0, 94, 0, + 5062, 1, 0, 433152, 355379446, non, 0, 86, 43, D6 + 5063, 1, 0, 433152, 355379446, non, 0, 89, 43, F6 + 5064, 1, 0, 433152, 355379446, non, 0, 94, 43, A#6 + 5065, 1, 0, 433152, 355379446, non, 0, 97, 60, C#7 +13425, 2, 512, 433152, 355379446, ctl, 1, 64,127, +13426, 2, 0, 433152, 355379446, nof, 1, 34, 0, +13427, 2, 0, 433152, 355379446, nof, 1, 40, 0, +13428, 2, 0, 433152, 355379446, nof, 1, 46, 0, +13429, 2, 0, 433152, 355379446, nof, 1, 56, 0, +13430, 2, 0, 433152, 355379446, nof, 1, 62, 0, +13431, 2, 0, 433152, 355379446, nof, 1, 68, 0, +13432, 2, 0, 433152, 355379446, non, 1, 65, 46, F4 +13433, 2, 0, 433152, 355379446, non, 1, 77, 58, F5 + 596, 0, 1024, 434176, 356129014,tempo,110,bpm,, + 5066, 1, 1024, 434176, 356129014, nof, 0, 86, 0, + 5067, 1, 0, 434176, 356129014, nof, 0, 89, 0, + 5068, 1, 0, 434176, 356129014, nof, 0, 94, 0, + 5069, 1, 0, 434176, 356129014, nof, 0, 97, 0, + 5070, 1, 0, 434176, 356129014, non, 0, 80, 37, G#5 + 5071, 1, 0, 434176, 356129014, non, 0, 83, 37, B5 + 5072, 1, 0, 434176, 356129014, non, 0, 88, 37, E6 + 5073, 1, 0, 434176, 356129014, non, 0, 91, 52, G6 +13434, 2, 1536, 434688, 356401398, nof, 1, 65, 0, +13435, 2, 0, 434688, 356401398, nof, 1, 77, 0, +13436, 2, 0, 434688, 356401398, non, 1, 59, 47, B3 +13437, 2, 0, 434688, 356401398, non, 1, 71, 59, B4 + 5074, 1, 1024, 435200, 356673782, nof, 0, 80, 0, + 5075, 1, 0, 435200, 356673782, nof, 0, 83, 0, + 5076, 1, 0, 435200, 356673782, nof, 0, 88, 0, + 5077, 1, 0, 435200, 356673782, nof, 0, 91, 0, + 597, 0, 1536, 435712, 356946166,tempo,70,bpm,, +13438, 2, 1024, 435712, 356946166, nof, 1, 59, 0, +13439, 2, 0, 435712, 356946166, nof, 1, 71, 0, +13440, 2, 0, 435712, 356946166, non, 1, 31, 45, G1 +13441, 2, 0, 435712, 356946166, non, 1, 37, 45, C#2 +13442, 2, 0, 435712, 356946166, non, 1, 43, 45, G2 +13443, 2, 0, 435712, 356946166, non, 1, 53, 45, F3 +13444, 2, 0, 435712, 356946166, non, 1, 59, 45, B3 +13445, 2, 0, 435712, 356946166, non, 1, 65, 61, F4 + 598, 0, 128, 435840, 357053302,tempo,110,bpm,, + 5078, 1, 640, 435840, 357053302, non, 0, 89, 53, F6 + 5079, 1, 128, 435968, 357121398, nof, 0, 89, 0, + 5080, 1, 0, 435968, 357121398, non, 0, 92, 53, G#6 + 5081, 1, 128, 436096, 357189494, nof, 0, 92, 0, + 5082, 1, 0, 436096, 357189494, non, 0, 97, 53, C#7 + 599, 0, 384, 436224, 357257590,tempo,80,bpm,, + 5083, 1, 128, 436224, 357257590, ctl, 0, 64,127, + 5084, 1, 0, 436224, 357257590, nof, 0, 97, 0, + 5085, 1, 0, 436224, 357257590, non, 0, 88, 59, E6 + 5086, 1, 0, 436224, 357257590, non, 0, 89, 59, F6 + 5087, 1, 0, 436224, 357257590, non, 0, 92, 59, G#6 + 5088, 1, 0, 436224, 357257590, non, 0, 97, 59, C#7 + 5089, 1, 0, 436224, 357257590, non, 0,100, 77, E7 +13446, 2, 512, 436224, 357257590, ctl, 1, 64,127, +13447, 2, 0, 436224, 357257590, nof, 1, 31, 0, +13448, 2, 0, 436224, 357257590, nof, 1, 37, 0, +13449, 2, 0, 436224, 357257590, nof, 1, 43, 0, +13450, 2, 0, 436224, 357257590, nof, 1, 53, 0, +13451, 2, 0, 436224, 357257590, nof, 1, 59, 0, +13452, 2, 0, 436224, 357257590, nof, 1, 65, 0, +13453, 2, 0, 436224, 357257590, non, 1, 68, 61, G#4 +13454, 2, 0, 436224, 357257590, non, 1, 77, 61, F5 +13455, 2, 0, 436224, 357257590, non, 1, 80, 73, G#5 + 600, 0, 1024, 437248, 358007158,tempo,110,bpm,, + 5090, 1, 1024, 437248, 358007158, nof, 0, 88, 0, + 5091, 1, 0, 437248, 358007158, nof, 0, 89, 0, + 5092, 1, 0, 437248, 358007158, nof, 0, 92, 0, + 5093, 1, 0, 437248, 358007158, nof, 0, 97, 0, + 5094, 1, 0, 437248, 358007158, nof, 0,100, 0, + 5095, 1, 0, 437248, 358007158, non, 0, 83, 48, B5 + 5096, 1, 0, 437248, 358007158, non, 0, 86, 48, D6 + 5097, 1, 0, 437248, 358007158, non, 0, 91, 48, G6 + 5098, 1, 0, 437248, 358007158, non, 0, 94, 64, A#6 +13456, 2, 1536, 437760, 358279542, nof, 1, 68, 0, +13457, 2, 0, 437760, 358279542, nof, 1, 77, 0, +13458, 2, 0, 437760, 358279542, nof, 1, 80, 0, +13459, 2, 0, 437760, 358279542, non, 1, 62, 59, D4 +13460, 2, 0, 437760, 358279542, non, 1, 74, 71, D5 + 5099, 1, 1024, 438272, 358551926, nof, 0, 83, 0, + 5100, 1, 0, 438272, 358551926, nof, 0, 86, 0, + 5101, 1, 0, 438272, 358551926, nof, 0, 91, 0, + 5102, 1, 0, 438272, 358551926, nof, 0, 94, 0, + 601, 0, 1536, 438784, 358824310,tempo,70,bpm,, +13461, 2, 1024, 438784, 358824310, nof, 1, 62, 0, +13462, 2, 0, 438784, 358824310, nof, 1, 74, 0, +13463, 2, 0, 438784, 358824310, non, 1, 31, 56, G1 +13464, 2, 0, 438784, 358824310, non, 1, 37, 56, C#2 +13465, 2, 0, 438784, 358824310, non, 1, 43, 56, G2 +13466, 2, 0, 438784, 358824310, non, 1, 53, 56, F3 +13467, 2, 0, 438784, 358824310, non, 1, 59, 56, B3 +13468, 2, 0, 438784, 358824310, non, 1, 65, 73, F4 + 602, 0, 128, 438912, 358931446,tempo,110,bpm,, + 5103, 1, 640, 438912, 358931446, non, 0, 89, 64, F6 + 5104, 1, 128, 439040, 358999542, nof, 0, 89, 0, + 5105, 1, 0, 439040, 358999542, non, 0, 92, 64, G#6 + 5106, 1, 128, 439168, 359067638, nof, 0, 92, 0, + 5107, 1, 0, 439168, 359067638, non, 0, 97, 64, C#7 + 603, 0, 384, 439296, 359135734,tempo,90,bpm,, + 5108, 1, 128, 439296, 359135734, ctl, 0, 64,127, + 5109, 1, 0, 439296, 359135734, nof, 0, 97, 0, + 5110, 1, 0, 439296, 359135734, non, 0, 88, 64, E6 + 5111, 1, 0, 439296, 359135734, non, 0, 89, 64, F6 + 5112, 1, 0, 439296, 359135734, non, 0, 92, 64, G#6 + 5113, 1, 0, 439296, 359135734, non, 0, 97, 64, C#7 + 5114, 1, 0, 439296, 359135734, non, 0,100, 83, E7 +13469, 2, 512, 439296, 359135734, ctl, 1, 64,127, +13470, 2, 0, 439296, 359135734, nof, 1, 31, 0, +13471, 2, 0, 439296, 359135734, nof, 1, 37, 0, +13472, 2, 0, 439296, 359135734, nof, 1, 43, 0, +13473, 2, 0, 439296, 359135734, nof, 1, 53, 0, +13474, 2, 0, 439296, 359135734, nof, 1, 59, 0, +13475, 2, 0, 439296, 359135734, nof, 1, 65, 0, +13476, 2, 0, 439296, 359135734, non, 1, 68, 65, G#4 +13477, 2, 0, 439296, 359135734, non, 1, 77, 65, F5 +13478, 2, 0, 439296, 359135734, non, 1, 80, 77, G#5 + 604, 0, 1024, 440320, 359802358,tempo,110,bpm,, + 5115, 1, 1024, 440320, 359802358, nof, 0, 88, 0, + 5116, 1, 0, 440320, 359802358, nof, 0, 89, 0, + 5117, 1, 0, 440320, 359802358, nof, 0, 92, 0, + 5118, 1, 0, 440320, 359802358, nof, 0, 97, 0, + 5119, 1, 0, 440320, 359802358, nof, 0,100, 0, + 5120, 1, 0, 440320, 359802358, non, 0, 83, 56, B5 + 5121, 1, 0, 440320, 359802358, non, 0, 86, 56, D6 + 5122, 1, 0, 440320, 359802358, non, 0, 91, 56, G6 + 5123, 1, 0, 440320, 359802358, non, 0, 94, 75, A#6 + 605, 0, 512, 440832, 360074742,tempo,120,bpm,, +13479, 2, 1536, 440832, 360074742, nof, 1, 68, 0, +13480, 2, 0, 440832, 360074742, nof, 1, 77, 0, +13481, 2, 0, 440832, 360074742, nof, 1, 80, 0, +13482, 2, 0, 440832, 360074742, non, 1, 62, 58, D4 +13483, 2, 0, 440832, 360074742, non, 1, 74, 74, D5 + 5124, 1, 1024, 441344, 360324598, nof, 0, 83, 0, + 5125, 1, 0, 441344, 360324598, nof, 0, 86, 0, + 5126, 1, 0, 441344, 360324598, nof, 0, 91, 0, + 5127, 1, 0, 441344, 360324598, nof, 0, 94, 0, +13484, 2, 1024, 441856, 360574454, nof, 1, 62, 0, +13485, 2, 0, 441856, 360574454, nof, 1, 74, 0, + 606, 0, 1152, 441984, 360636918,tempo,110,bpm,, + 5128, 1, 640, 441984, 360636918, non, 0, 92, 66, G#6 + 5129, 1, 128, 442112, 360705014, nof, 0, 92, 0, + 5130, 1, 0, 442112, 360705014, non, 0, 95, 72, B6 + 5131, 1, 128, 442240, 360773110, nof, 0, 95, 0, + 5132, 1, 0, 442240, 360773110, non, 0,100, 77, E7 + 5133, 1, 128, 442368, 360841206, ctl, 0, 64,127, + 5134, 1, 0, 442368, 360841206, nof, 0,100, 0, + 5135, 1, 0, 442368, 360841206, non, 0, 92, 70, G#6 + 5136, 1, 0, 442368, 360841206, non, 0, 95, 70, B6 + 5137, 1, 0, 442368, 360841206, non, 0,100, 70, E7 + 5138, 1, 0, 442368, 360841206, non, 0,103, 86, G7 +13486, 2, 512, 442368, 360841206, ctl, 1, 64,127, +13487, 2, 0, 442368, 360841206, ctl, 1, 64,127, +13488, 2, 0, 442368, 360841206, ctl, 1, 64, 0, +13489, 2, 0, 442368, 360841206, non, 1, 70, 76, A#4 +13490, 2, 0, 442368, 360841206, non, 1, 76, 76, E5 +13491, 2, 0, 442368, 360841206, non, 1, 83, 88, B5 + 5139, 1, 103, 442471, 360896002, ctl, 0, 64, 0, +13492, 2, 103, 442471, 360896002, ctl, 1, 64, 0, +13493, 2, 0, 442471, 360896002, ctl, 1, 64, 0, + 5140, 1, 103, 442574, 360950798, ctl, 0, 64,127, +13494, 2, 103, 442574, 360950798, ctl, 1, 64,127, +13495, 2, 0, 442574, 360950798, ctl, 1, 64,127, +13496, 2, 306, 442880, 361113590, nof, 1, 70, 0, +13497, 2, 0, 442880, 361113590, nof, 1, 76, 0, +13498, 2, 0, 442880, 361113590, nof, 1, 83, 0, + 607, 0, 1408, 443392, 361385974,tempo,130,bpm,, + 5141, 1, 818, 443392, 361385974, nof, 0, 92, 0, + 5142, 1, 0, 443392, 361385974, nof, 0, 95, 0, + 5143, 1, 0, 443392, 361385974, nof, 0,100, 0, + 5144, 1, 0, 443392, 361385974, nof, 0,103, 0, +13499, 2, 512, 443392, 361385974, non, 1, 28, 43, E1 + 5145, 1, 57, 443449, 361411624, ctl, 0, 64, 0, +13500, 2, 57, 443449, 361411624, ctl, 1, 64, 0, +13501, 2, 0, 443449, 361411624, ctl, 1, 64, 0, +13502, 2, 199, 443648, 361501174, non, 1, 34, 56, A#1 + 608, 0, 512, 443904, 361616374,tempo,110,bpm,, + 5146, 1, 455, 443904, 361616374, non, 0, 50, 39, D3 + 5147, 1, 0, 443904, 361616374, non, 0, 53, 39, F3 + 5148, 1, 0, 443904, 361616374, non, 0, 58, 39, A#3 + 5149, 1, 0, 443904, 361616374, non, 0, 61, 55, C#4 + 5150, 1, 9, 443913, 361621162, ctl, 0, 64,127, +13503, 2, 265, 443913, 361621162, ctl, 1, 64,127, +13504, 2, 0, 443913, 361621162, ctl, 1, 64,127, + 5151, 1, 503, 444416, 361888758, nof, 0, 50, 0, + 5152, 1, 0, 444416, 361888758, nof, 0, 53, 0, + 5153, 1, 0, 444416, 361888758, nof, 0, 58, 0, + 5154, 1, 0, 444416, 361888758, nof, 0, 61, 0, + 5155, 1, 0, 444416, 361888758, non, 0, 47, 30, B2 + 5156, 1, 0, 444416, 361888758, non, 0, 52, 30, E3 + 5157, 1, 0, 444416, 361888758, non, 0, 55, 46, G3 +13505, 2, 503, 444416, 361888758, nof, 1, 28, 0, +13506, 2, 0, 444416, 361888758, nof, 1, 34, 0, + 5158, 1, 11, 444427, 361894610, ctl, 0, 64,127, +13507, 2, 11, 444427, 361894610, ctl, 1, 64,127, + 5159, 1, 86, 444513, 361940362, ctl, 0, 64, 0, +13508, 2, 121, 444548, 361958982, ctl, 1, 64, 0, + 5160, 1, 155, 444668, 362022822, ctl, 0, 64,127, + 609, 0, 1024, 444928, 362161142,tempo,130,bpm,, + 5161, 1, 260, 444928, 362161142, nof, 0, 47, 0, + 5162, 1, 0, 444928, 362161142, nof, 0, 52, 0, + 5163, 1, 0, 444928, 362161142, nof, 0, 55, 0, +13509, 2, 380, 444928, 362161142, non, 1, 34, 57, A#1 +13510, 2, 256, 445184, 362276342, non, 1, 28, 45, E1 + 5164, 1, 461, 445389, 362368592, ctl, 0, 64, 0, +13511, 2, 205, 445389, 362368592, ctl, 1, 64, 0, + 5165, 1, 51, 445440, 362391542, ctl, 0, 64,127, + 5166, 1, 0, 445440, 362391542, ctl, 0, 64, 0, + 5167, 1, 0, 445440, 362391542, ctl, 0, 64, 0, +13512, 2, 51, 445440, 362391542, ctl, 1, 64, 0, + 5168, 1, 103, 445543, 362437892, ctl, 0, 64, 0, + 5169, 1, 103, 445646, 362484242, ctl, 0, 64,127, +13513, 2, 512, 445952, 362621942, nof, 1, 28, 0, +13514, 2, 0, 445952, 362621942, nof, 1, 34, 0, +13515, 2, 512, 446464, 362852342, non, 1, 28, 46, E1 + 5170, 1, 875, 446521, 362877992, ctl, 0, 64, 0, +13516, 2, 256, 446720, 362967542, non, 1, 34, 59, A#1 + 5171, 1, 455, 446976, 363082742, non, 0, 53, 48, F3 + 5172, 1, 0, 446976, 363082742, non, 0, 56, 48, G#3 + 5173, 1, 0, 446976, 363082742, non, 0, 61, 48, C#4 + 5174, 1, 0, 446976, 363082742, non, 0, 64, 64, E4 + 5175, 1, 9, 446985, 363086792, ctl, 0, 64,127, + 5176, 1, 0, 446985, 363086792, ctl, 0, 64,127, + 5177, 1, 503, 447488, 363313142, nof, 0, 53, 0, + 5178, 1, 0, 447488, 363313142, nof, 0, 56, 0, + 5179, 1, 0, 447488, 363313142, nof, 0, 61, 0, + 5180, 1, 0, 447488, 363313142, nof, 0, 64, 0, + 5181, 1, 0, 447488, 363313142, non, 0, 50, 39, D3 + 5182, 1, 0, 447488, 363313142, non, 0, 55, 39, G3 + 5183, 1, 0, 447488, 363313142, non, 0, 58, 55, A#3 +13517, 2, 768, 447488, 363313142, nof, 1, 28, 0, +13518, 2, 0, 447488, 363313142, nof, 1, 34, 0, + 5184, 1, 11, 447499, 363318092, ctl, 0, 64,127, + 5185, 1, 86, 447585, 363356792, ctl, 0, 64, 0, + 5186, 1, 35, 447620, 363372542, ctl, 0, 64, 0, + 5187, 1, 120, 447740, 363426542, ctl, 0, 64,127, + 5188, 1, 260, 448000, 363543542, nof, 0, 50, 0, + 5189, 1, 0, 448000, 363543542, nof, 0, 55, 0, + 5190, 1, 0, 448000, 363543542, nof, 0, 58, 0, +13519, 2, 512, 448000, 363543542, non, 1, 34, 60, A#1 +13520, 2, 256, 448256, 363658742, non, 1, 28, 47, E1 + 5191, 1, 461, 448461, 363750992, ctl, 0, 64, 0, + 5192, 1, 51, 448512, 363773942, ctl, 0, 64,127, + 5193, 1, 0, 448512, 363773942, ctl, 0, 64, 0, + 5194, 1, 0, 448512, 363773942, ctl, 0, 64, 0, + 5195, 1, 0, 448512, 363773942, ctl, 0, 64, 0, + 5196, 1, 0, 448512, 363773942, ctl, 0, 64, 0, + 5197, 1, 0, 448512, 363773942, ctl, 0, 64, 0, +13521, 2, 256, 448512, 363773942, ctl, 1, 64, 0, + 5198, 1, 103, 448615, 363820292, ctl, 0, 64, 0, + 5199, 1, 103, 448718, 363866642, ctl, 0, 64,127, +13522, 2, 512, 449024, 364004342, nof, 1, 28, 0, +13523, 2, 0, 449024, 364004342, nof, 1, 34, 0, +13524, 2, 512, 449536, 364234742, non, 1, 28, 62, E1 + 5200, 1, 875, 449593, 364260392, ctl, 0, 64, 0, +13525, 2, 256, 449792, 364349942, nof, 1, 28, 0, +13526, 2, 0, 449792, 364349942, non, 1, 34, 62, A#1 + 610, 0, 5120, 450048, 364465142,tempo,140,bpm,, + 5201, 1, 455, 450048, 364465142, non, 0, 56, 55, G#3 + 5202, 1, 0, 450048, 364465142, non, 0, 59, 55, B3 + 5203, 1, 0, 450048, 364465142, non, 0, 64, 55, E4 + 5204, 1, 0, 450048, 364465142, non, 0, 67, 71, G4 +13527, 2, 256, 450048, 364465142, nof, 1, 34, 0, +13528, 2, 0, 450048, 364465142, non, 1, 47, 79, B2 + 5205, 1, 9, 450057, 364468904, ctl, 0, 64,127, + 5206, 1, 0, 450057, 364468904, ctl, 0, 64,127, + 5207, 1, 0, 450057, 364468904, ctl, 0, 64,127, + 5208, 1, 503, 450560, 364679158, nof, 0, 56, 0, + 5209, 1, 0, 450560, 364679158, nof, 0, 59, 0, + 5210, 1, 0, 450560, 364679158, nof, 0, 64, 0, + 5211, 1, 0, 450560, 364679158, nof, 0, 67, 0, + 5212, 1, 0, 450560, 364679158, non, 0, 53, 43, F3 + 5213, 1, 0, 450560, 364679158, non, 0, 58, 43, A#3 + 5214, 1, 0, 450560, 364679158, non, 0, 61, 55, C#4 + 5215, 1, 11, 450571, 364683756, ctl, 0, 64,127, + 5216, 1, 86, 450657, 364719704, ctl, 0, 64, 0, + 5217, 1, 35, 450692, 364734334, ctl, 0, 64, 0, + 5218, 1, 0, 450692, 364734334, ctl, 0, 64, 0, + 5219, 1, 120, 450812, 364784494, ctl, 0, 64,127, + 5220, 1, 260, 451072, 364893174, nof, 0, 53, 0, + 5221, 1, 0, 451072, 364893174, nof, 0, 58, 0, + 5222, 1, 0, 451072, 364893174, nof, 0, 61, 0, +13529, 2, 1024, 451072, 364893174, nof, 1, 47, 0, +13530, 2, 0, 451072, 364893174, non, 1, 34, 64, A#1 +13531, 2, 256, 451328, 365000182, nof, 1, 34, 0, +13532, 2, 0, 451328, 365000182, non, 1, 28, 64, E1 + 5223, 1, 461, 451533, 365085872, ctl, 0, 64, 0, + 5224, 1, 51, 451584, 365107190, ctl, 0, 64,127, + 5225, 1, 0, 451584, 365107190, ctl, 0, 64, 0, + 5226, 1, 0, 451584, 365107190, ctl, 0, 64, 0, + 5227, 1, 0, 451584, 365107190, ctl, 0, 64,127, + 5228, 1, 0, 451584, 365107190, non, 0, 59, 61, B3 + 5229, 1, 0, 451584, 365107190, non, 0, 62, 61, D4 + 5230, 1, 0, 451584, 365107190, non, 0, 67, 61, G4 + 5231, 1, 0, 451584, 365107190, non, 0, 70, 77, A#4 +13533, 2, 256, 451584, 365107190, ctl, 1, 64, 0, +13534, 2, 0, 451584, 365107190, nof, 1, 28, 0, + 5232, 1, 103, 451687, 365150244, ctl, 0, 64, 0, + 5233, 1, 103, 451790, 365193298, ctl, 0, 64,127, + 5234, 1, 306, 452096, 365321206, nof, 0, 59, 0, + 5235, 1, 0, 452096, 365321206, nof, 0, 62, 0, + 5236, 1, 0, 452096, 365321206, nof, 0, 67, 0, + 5237, 1, 0, 452096, 365321206, nof, 0, 70, 0, + 5238, 1, 0, 452096, 365321206, non, 0, 56, 55, G#3 + 5239, 1, 0, 452096, 365321206, non, 0, 61, 55, C#4 + 5240, 1, 0, 452096, 365321206, non, 0, 64, 71, E4 + 5241, 1, 512, 452608, 365535222, nof, 0, 56, 0, + 5242, 1, 0, 452608, 365535222, nof, 0, 61, 0, + 5243, 1, 0, 452608, 365535222, nof, 0, 64, 0, +13535, 2, 1024, 452608, 365535222, non, 1, 28, 65, E1 + 5244, 1, 54, 452662, 365557794, ctl, 0, 64, 0, + 5245, 1, 3, 452665, 365559048, ctl, 0, 64, 0, +13536, 2, 256, 452864, 365642230, nof, 1, 28, 0, +13537, 2, 0, 452864, 365642230, non, 1, 34, 65, A#1 + 5246, 1, 455, 453120, 365749238, non, 0, 62, 67, D4 + 5247, 1, 0, 453120, 365749238, non, 0, 65, 67, F4 + 5248, 1, 0, 453120, 365749238, non, 0, 70, 67, A#4 + 5249, 1, 0, 453120, 365749238, non, 0, 73, 83, C#5 +13538, 2, 256, 453120, 365749238, nof, 1, 34, 0, +13539, 2, 0, 453120, 365749238, non, 1, 53, 82, F3 + 5250, 1, 9, 453129, 365753000, ctl, 0, 64,127, + 5251, 1, 0, 453129, 365753000, ctl, 0, 64,127, + 5252, 1, 18, 453147, 365760524, ctl, 0, 64,127, + 5253, 1, 485, 453632, 365963254, nof, 0, 62, 0, + 5254, 1, 0, 453632, 365963254, nof, 0, 65, 0, + 5255, 1, 0, 453632, 365963254, nof, 0, 70, 0, + 5256, 1, 0, 453632, 365963254, nof, 0, 73, 0, + 5257, 1, 0, 453632, 365963254, non, 0, 59, 58, B3 + 5258, 1, 0, 453632, 365963254, non, 0, 64, 58, E4 + 5259, 1, 0, 453632, 365963254, non, 0, 67, 70, G4 + 5260, 1, 11, 453643, 365967852, ctl, 0, 64,127, + 5261, 1, 86, 453729, 366003800, ctl, 0, 64, 0, + 5262, 1, 29, 453758, 366015922, ctl, 0, 64, 0, + 5263, 1, 6, 453764, 366018430, ctl, 0, 64, 0, + 5264, 1, 120, 453884, 366068590, ctl, 0, 64,127, + 5265, 1, 260, 454144, 366177270, nof, 0, 59, 0, + 5266, 1, 0, 454144, 366177270, nof, 0, 64, 0, + 5267, 1, 0, 454144, 366177270, nof, 0, 67, 0, +13540, 2, 1024, 454144, 366177270, nof, 1, 53, 0, + 5268, 1, 128, 454272, 366230774, non, 0, 95, 77, B6 + 5269, 1, 128, 454400, 366284278, nof, 0, 95, 0, + 5270, 1, 0, 454400, 366284278, non, 0, 98, 77, D7 + 5271, 1, 128, 454528, 366337782, nof, 0, 98, 0, + 5272, 1, 0, 454528, 366337782, non, 0,103, 77, G7 + 5273, 1, 77, 454605, 366369968, ctl, 0, 64, 0, + 5274, 1, 51, 454656, 366391286, ctl, 0, 64,127, + 5275, 1, 0, 454656, 366391286, ctl, 0, 64, 0, + 5276, 1, 0, 454656, 366391286, nof, 0,103, 0, + 5277, 1, 0, 454656, 366391286, non, 0, 95, 79, B6 + 5278, 1, 0, 454656, 366391286, non, 0, 98, 79, D7 + 5279, 1, 0, 454656, 366391286, non, 0,103, 79, G7 + 5280, 1, 0, 454656, 366391286, non, 0,106, 95, A#7 +13541, 2, 512, 454656, 366391286, ctl, 1, 64,127, +13542, 2, 0, 454656, 366391286, ctl, 1, 64,127, +13543, 2, 0, 454656, 366391286, ctl, 1, 64, 0, +13544, 2, 0, 454656, 366391286, ctl, 1, 64, 0, +13545, 2, 0, 454656, 366391286, non, 1, 73, 76, C#5 +13546, 2, 0, 454656, 366391286, non, 1, 79, 76, G5 +13547, 2, 0, 454656, 366391286, non, 1, 86, 88, D6 + 5281, 1, 103, 454759, 366434340, ctl, 0, 64, 0, +13548, 2, 103, 454759, 366434340, ctl, 1, 64, 0, +13549, 2, 0, 454759, 366434340, ctl, 1, 64, 0, + 5282, 1, 103, 454862, 366477394, ctl, 0, 64,127, +13550, 2, 103, 454862, 366477394, ctl, 1, 64,127, +13551, 2, 0, 454862, 366477394, ctl, 1, 64,127, +13552, 2, 306, 455168, 366605302, nof, 1, 73, 0, +13553, 2, 0, 455168, 366605302, nof, 1, 79, 0, +13554, 2, 0, 455168, 366605302, nof, 1, 86, 0, + 611, 0, 5632, 455680, 366819318,tempo,130,bpm,, + 5283, 1, 818, 455680, 366819318, nof, 0, 95, 0, + 5284, 1, 0, 455680, 366819318, nof, 0, 98, 0, + 5285, 1, 0, 455680, 366819318, nof, 0,103, 0, + 5286, 1, 0, 455680, 366819318, nof, 0,106, 0, +13555, 2, 512, 455680, 366819318, non, 1, 25, 43, C#1 + 5287, 1, 57, 455737, 366844968, ctl, 0, 64, 0, +13556, 2, 57, 455737, 366844968, ctl, 1, 64, 0, +13557, 2, 0, 455737, 366844968, ctl, 1, 64, 0, +13558, 2, 199, 455936, 366934518, non, 1, 31, 56, G1 + 612, 0, 512, 456192, 367049718,tempo,110,bpm,, + 5288, 1, 455, 456192, 367049718, non, 0, 53, 43, F3 + 5289, 1, 0, 456192, 367049718, non, 0, 56, 43, G#3 + 5290, 1, 0, 456192, 367049718, non, 0, 61, 43, C#4 + 5291, 1, 0, 456192, 367049718, non, 0, 64, 61, E4 + 5292, 1, 9, 456201, 367054506, ctl, 0, 64,127, +13559, 2, 265, 456201, 367054506, ctl, 1, 64,127, +13560, 2, 0, 456201, 367054506, ctl, 1, 64,127, + 5293, 1, 503, 456704, 367322102, nof, 0, 53, 0, + 5294, 1, 0, 456704, 367322102, nof, 0, 56, 0, + 5295, 1, 0, 456704, 367322102, nof, 0, 61, 0, + 5296, 1, 0, 456704, 367322102, nof, 0, 64, 0, + 5297, 1, 0, 456704, 367322102, non, 0, 50, 33, D3 + 5298, 1, 0, 456704, 367322102, non, 0, 55, 33, G3 + 5299, 1, 0, 456704, 367322102, non, 0, 58, 51, A#3 +13561, 2, 503, 456704, 367322102, nof, 1, 25, 0, +13562, 2, 0, 456704, 367322102, nof, 1, 31, 0, + 5300, 1, 11, 456715, 367327954, ctl, 0, 64,127, +13563, 2, 11, 456715, 367327954, ctl, 1, 64,127, + 5301, 1, 86, 456801, 367373706, ctl, 0, 64, 0, +13564, 2, 121, 456836, 367392326, ctl, 1, 64, 0, + 5302, 1, 155, 456956, 367456166, ctl, 0, 64,127, + 613, 0, 1024, 457216, 367594486,tempo,130,bpm,, + 5303, 1, 260, 457216, 367594486, nof, 0, 50, 0, + 5304, 1, 0, 457216, 367594486, nof, 0, 55, 0, + 5305, 1, 0, 457216, 367594486, nof, 0, 58, 0, +13565, 2, 380, 457216, 367594486, non, 1, 31, 57, G1 +13566, 2, 256, 457472, 367709686, non, 1, 25, 45, C#1 + 5306, 1, 461, 457677, 367801936, ctl, 0, 64, 0, +13567, 2, 205, 457677, 367801936, ctl, 1, 64, 0, + 5307, 1, 51, 457728, 367824886, ctl, 0, 64,127, + 5308, 1, 0, 457728, 367824886, ctl, 0, 64, 0, + 5309, 1, 0, 457728, 367824886, ctl, 0, 64, 0, + 5310, 1, 0, 457728, 367824886, ctl, 0, 64, 0, +13568, 2, 51, 457728, 367824886, ctl, 1, 64, 0, +13569, 2, 0, 457728, 367824886, ctl, 1, 64, 0, + 5311, 1, 103, 457831, 367871236, ctl, 0, 64, 0, + 5312, 1, 103, 457934, 367917586, ctl, 0, 64,127, +13570, 2, 512, 458240, 368055286, nof, 1, 25, 0, +13571, 2, 0, 458240, 368055286, nof, 1, 31, 0, +13572, 2, 512, 458752, 368285686, non, 1, 25, 46, C#1 + 5313, 1, 875, 458809, 368311336, ctl, 0, 64, 0, +13573, 2, 256, 459008, 368400886, non, 1, 31, 59, G1 + 614, 0, 2048, 459264, 368516086,tempo,140,bpm,, + 5314, 1, 455, 459264, 368516086, non, 0, 56, 54, G#3 + 5315, 1, 0, 459264, 368516086, non, 0, 59, 54, B3 + 5316, 1, 0, 459264, 368516086, non, 0, 64, 54, E4 + 5317, 1, 0, 459264, 368516086, non, 0, 67, 72, G4 + 5318, 1, 9, 459273, 368519848, ctl, 0, 64,127, + 5319, 1, 0, 459273, 368519848, ctl, 0, 64,127, + 5320, 1, 503, 459776, 368730102, nof, 0, 56, 0, + 5321, 1, 0, 459776, 368730102, nof, 0, 59, 0, + 5322, 1, 0, 459776, 368730102, nof, 0, 64, 0, + 5323, 1, 0, 459776, 368730102, nof, 0, 67, 0, + 5324, 1, 0, 459776, 368730102, non, 0, 53, 44, F3 + 5325, 1, 0, 459776, 368730102, non, 0, 58, 44, A#3 + 5326, 1, 0, 459776, 368730102, non, 0, 61, 63, C#4 +13574, 2, 768, 459776, 368730102, nof, 1, 25, 0, +13575, 2, 0, 459776, 368730102, nof, 1, 31, 0, + 5327, 1, 11, 459787, 368734700, ctl, 0, 64,127, + 5328, 1, 86, 459873, 368770648, ctl, 0, 64, 0, + 5329, 1, 35, 459908, 368785278, ctl, 0, 64, 0, + 5330, 1, 120, 460028, 368835438, ctl, 0, 64,127, + 5331, 1, 260, 460288, 368944118, nof, 0, 53, 0, + 5332, 1, 0, 460288, 368944118, nof, 0, 58, 0, + 5333, 1, 0, 460288, 368944118, nof, 0, 61, 0, +13576, 2, 512, 460288, 368944118, non, 1, 31, 60, G1 +13577, 2, 256, 460544, 369051126, non, 1, 25, 47, C#1 + 5334, 1, 461, 460749, 369136816, ctl, 0, 64, 0, + 5335, 1, 51, 460800, 369158134, ctl, 0, 64,127, + 5336, 1, 0, 460800, 369158134, ctl, 0, 64, 0, + 5337, 1, 0, 460800, 369158134, ctl, 0, 64, 0, + 5338, 1, 0, 460800, 369158134, ctl, 0, 64, 0, + 5339, 1, 0, 460800, 369158134, ctl, 0, 64, 0, + 5340, 1, 0, 460800, 369158134, ctl, 0, 64, 0, + 5341, 1, 0, 460800, 369158134, ctl, 0, 64, 0, +13578, 2, 256, 460800, 369158134, ctl, 1, 64, 0, +13579, 2, 0, 460800, 369158134, ctl, 1, 64, 0, + 5342, 1, 103, 460903, 369201188, ctl, 0, 64, 0, + 5343, 1, 103, 461006, 369244242, ctl, 0, 64,127, +13580, 2, 1024, 461824, 369586166, nof, 1, 25, 0, +13581, 2, 0, 461824, 369586166, nof, 1, 31, 0, +13582, 2, 0, 461824, 369586166, non, 1, 25, 62, C#1 + 5344, 1, 875, 461881, 369609992, ctl, 0, 64, 0, +13583, 2, 256, 462080, 369693174, non, 1, 31, 62, G1 + 615, 0, 3072, 462336, 369800182,tempo,150,bpm,, + 5345, 1, 455, 462336, 369800182, non, 0, 59, 64, B3 + 5346, 1, 0, 462336, 369800182, non, 0, 62, 64, D4 + 5347, 1, 0, 462336, 369800182, non, 0, 67, 64, G4 + 5348, 1, 0, 462336, 369800182, non, 0, 70, 82, A#4 +13584, 2, 256, 462336, 369800182, non, 1, 50, 79, D3 + 5349, 1, 9, 462345, 369803692, ctl, 0, 64,127, + 5350, 1, 0, 462345, 369803692, ctl, 0, 64,127, + 5351, 1, 0, 462345, 369803692, ctl, 0, 64,127, + 5352, 1, 503, 462848, 369999862, nof, 0, 59, 0, + 5353, 1, 0, 462848, 369999862, nof, 0, 62, 0, + 5354, 1, 0, 462848, 369999862, nof, 0, 67, 0, + 5355, 1, 0, 462848, 369999862, nof, 0, 70, 0, + 5356, 1, 0, 462848, 369999862, non, 0, 56, 50, G#3 + 5357, 1, 0, 462848, 369999862, non, 0, 61, 50, C#4 + 5358, 1, 0, 462848, 369999862, non, 0, 64, 69, E4 + 5359, 1, 11, 462859, 370004152, ctl, 0, 64,127, + 5360, 1, 86, 462945, 370037692, ctl, 0, 64, 0, + 5361, 1, 35, 462980, 370051342, ctl, 0, 64, 0, + 5362, 1, 0, 462980, 370051342, ctl, 0, 64, 0, + 5363, 1, 120, 463100, 370098142, ctl, 0, 64,127, + 5364, 1, 260, 463360, 370199542, nof, 0, 56, 0, + 5365, 1, 0, 463360, 370199542, nof, 0, 61, 0, + 5366, 1, 0, 463360, 370199542, nof, 0, 64, 0, +13585, 2, 1024, 463360, 370199542, nof, 1, 25, 0, +13586, 2, 0, 463360, 370199542, nof, 1, 31, 0, +13587, 2, 0, 463360, 370199542, nof, 1, 50, 0, +13588, 2, 0, 463360, 370199542, non, 1, 31, 64, G1 +13589, 2, 256, 463616, 370299382, non, 1, 25, 64, C#1 + 5367, 1, 461, 463821, 370379332, ctl, 0, 64, 0, + 5368, 1, 51, 463872, 370399222, ctl, 0, 64,127, + 5369, 1, 0, 463872, 370399222, ctl, 0, 64, 0, + 5370, 1, 0, 463872, 370399222, ctl, 0, 64, 0, + 5371, 1, 0, 463872, 370399222, ctl, 0, 64,127, + 5372, 1, 0, 463872, 370399222, ctl, 0, 64, 0, + 5373, 1, 0, 463872, 370399222, non, 0, 62, 72, D4 + 5374, 1, 0, 463872, 370399222, non, 0, 65, 72, F4 + 5375, 1, 0, 463872, 370399222, non, 0, 70, 72, A#4 + 5376, 1, 0, 463872, 370399222, non, 0, 73, 91, C#5 +13590, 2, 256, 463872, 370399222, ctl, 1, 64, 0, +13591, 2, 0, 463872, 370399222, ctl, 1, 64, 0, +13592, 2, 0, 463872, 370399222, nof, 1, 25, 0, +13593, 2, 0, 463872, 370399222, non, 1, 24, 55, C1 + 5377, 1, 103, 463975, 370439392, ctl, 0, 64, 0, + 5378, 1, 103, 464078, 370479562, ctl, 0, 64,127, + 5379, 1, 306, 464384, 370598902, nof, 0, 62, 0, + 5380, 1, 0, 464384, 370598902, nof, 0, 65, 0, + 5381, 1, 0, 464384, 370598902, nof, 0, 70, 0, + 5382, 1, 0, 464384, 370598902, nof, 0, 73, 0, + 5383, 1, 0, 464384, 370598902, non, 0, 59, 65, B3 + 5384, 1, 0, 464384, 370598902, non, 0, 64, 65, E4 + 5385, 1, 0, 464384, 370598902, non, 0, 67, 84, G4 + 5386, 1, 512, 464896, 370798582, nof, 0, 59, 0, + 5387, 1, 0, 464896, 370798582, nof, 0, 64, 0, + 5388, 1, 0, 464896, 370798582, nof, 0, 67, 0, +13594, 2, 1024, 464896, 370798582, nof, 1, 24, 0, +13595, 2, 0, 464896, 370798582, nof, 1, 31, 0, +13596, 2, 0, 464896, 370798582, non, 1, 25, 65, C#1 + 5389, 1, 54, 464950, 370819642, ctl, 0, 64, 0, + 5390, 1, 3, 464953, 370820812, ctl, 0, 64, 0, +13597, 2, 256, 465152, 370898422, non, 1, 31, 65, G1 + 5391, 1, 455, 465408, 370998262, non, 0, 65, 80, F4 + 5392, 1, 0, 465408, 370998262, non, 0, 68, 80, G#4 + 5393, 1, 0, 465408, 370998262, non, 0, 73, 80, C#5 + 5394, 1, 0, 465408, 370998262, non, 0, 76, 99, E5 +13598, 2, 256, 465408, 370998262, nof, 1, 31, 0, +13599, 2, 0, 465408, 370998262, non, 1, 56, 82, G#3 + 5395, 1, 9, 465417, 371001772, ctl, 0, 64,127, + 5396, 1, 0, 465417, 371001772, ctl, 0, 64,127, + 5397, 1, 18, 465435, 371008792, ctl, 0, 64,127, + 5398, 1, 485, 465920, 371197942, nof, 0, 65, 0, + 5399, 1, 0, 465920, 371197942, nof, 0, 68, 0, + 5400, 1, 0, 465920, 371197942, nof, 0, 73, 0, + 5401, 1, 0, 465920, 371197942, nof, 0, 76, 0, + 5402, 1, 0, 465920, 371197942, non, 0, 62, 70, D4 + 5403, 1, 0, 465920, 371197942, non, 0, 67, 70, G4 + 5404, 1, 0, 465920, 371197942, non, 0, 70, 84, A#4 + 5405, 1, 11, 465931, 371202232, ctl, 0, 64,127, + 5406, 1, 86, 466017, 371235772, ctl, 0, 64, 0, + 5407, 1, 29, 466046, 371247082, ctl, 0, 64, 0, + 5408, 1, 6, 466052, 371249422, ctl, 0, 64, 0, + 5409, 1, 120, 466172, 371296222, ctl, 0, 64,127, + 5410, 1, 260, 466432, 371397622, nof, 0, 62, 0, + 5411, 1, 0, 466432, 371397622, nof, 0, 67, 0, + 5412, 1, 0, 466432, 371397622, nof, 0, 70, 0, + 5413, 1, 461, 466893, 371577412, ctl, 0, 64, 0, + 616, 0, 4608, 466944, 371597302,tsig,4,3,, + 617, 0, 0, 466944, 371597302,tempo,45,bpm,, + 5414, 1, 51, 466944, 371597302, ctl, 0, 64,127, + 5415, 1, 0, 466944, 371597302, non, 0, 68, 73, G#4 + 5416, 1, 0, 466944, 371597302, non, 0, 71, 73, B4 + 5417, 1, 0, 466944, 371597302, non, 0, 76, 73, E5 + 5418, 1, 0, 466944, 371597302, non, 0, 79, 89, G5 +13600, 2, 1536, 466944, 371597302, ctl, 1, 64, 0, +13601, 2, 0, 466944, 371597302, nof, 1, 25, 0, +13602, 2, 0, 466944, 371597302, nof, 1, 56, 0, +13603, 2, 0, 466944, 371597302, non, 1, 59, 77, B3 + 5419, 1, 58, 467002, 371672818, ctl, 0, 64, 0, +13604, 2, 128, 467072, 371763958, nof, 1, 59, 0, +13605, 2, 0, 467072, 371763958, non, 1, 52, 75, E3 + 5420, 1, 107, 467109, 371812132, ctl, 0, 64,127, +13606, 2, 128, 467200, 371930614, nof, 1, 52, 0, +13607, 2, 0, 467200, 371930614, non, 1, 46, 74, A#2 + 618, 0, 341, 467285, 372041284,tempo,66,bpm,, + 5421, 1, 176, 467285, 372041284, nof, 0, 68, 0, + 5422, 1, 0, 467285, 372041284, nof, 0, 71, 0, + 5423, 1, 0, 467285, 372041284, nof, 0, 76, 0, + 5424, 1, 0, 467285, 372041284, nof, 0, 79, 0, + 5425, 1, 0, 467285, 372041284, non, 0, 68, 61, G#4 + 5426, 1, 0, 467285, 372041284, non, 0, 71, 61, B4 + 5427, 1, 0, 467285, 372041284, non, 0, 76, 61, E5 + 5428, 1, 0, 467285, 372041284, non, 0, 79, 76, G5 +13608, 2, 128, 467328, 372079425, nof, 1, 46, 0, +13609, 2, 0, 467328, 372079425, non, 1, 47, 72, B2 +13610, 2, 128, 467456, 372192961, nof, 1, 47, 0, +13611, 2, 0, 467456, 372192961, non, 1, 40, 71, E2 +13612, 2, 128, 467584, 372306497, nof, 1, 40, 0, +13613, 2, 0, 467584, 372306497, non, 1, 34, 69, A#1 + 5429, 1, 342, 467627, 372344638, nof, 0, 68, 0, + 5430, 1, 0, 467627, 372344638, nof, 0, 71, 0, + 5431, 1, 0, 467627, 372344638, nof, 0, 76, 0, + 5432, 1, 0, 467627, 372344638, nof, 0, 79, 0, + 5433, 1, 0, 467627, 372344638, non, 0, 68, 56, G#4 + 5434, 1, 0, 467627, 372344638, non, 0, 71, 56, B4 + 5435, 1, 0, 467627, 372344638, non, 0, 76, 56, E5 + 5436, 1, 0, 467627, 372344638, non, 0, 79, 70, G5 +13614, 2, 128, 467712, 372420033, nof, 1, 34, 0, +13615, 2, 0, 467712, 372420033, non, 1, 35, 68, B1 + 619, 0, 512, 467797, 372495428,tempo,45,bpm,, + 5437, 1, 170, 467797, 372495428, nof, 0, 68, 0, + 5438, 1, 0, 467797, 372495428, nof, 0, 71, 0, + 5439, 1, 0, 467797, 372495428, nof, 0, 76, 0, + 5440, 1, 0, 467797, 372495428, nof, 0, 79, 0, + 5441, 1, 0, 467797, 372495428, non, 0, 68, 54, G#4 + 5442, 1, 0, 467797, 372495428, non, 0, 71, 54, B4 + 5443, 1, 0, 467797, 372495428, non, 0, 76, 54, E5 + 5444, 1, 0, 467797, 372495428, non, 0, 79, 68, G5 +13616, 2, 128, 467840, 372551414, nof, 1, 35, 0, +13617, 2, 0, 467840, 372551414, non, 1, 28, 66, E1 + 620, 0, 54, 467851, 372565736,tempo,30,bpm,, + 5445, 1, 54, 467851, 372565736, non, 0, 52,100, E3 + 5446, 1, 64, 467915, 372690728, nof, 0, 52, 0, + 5447, 1, 0, 467915, 372690728, non, 0, 56,100, G#3 + 621, 0, 117, 467968, 372794237,tempo,70,bpm,, + 5448, 1, 53, 467968, 372794237, nof, 0, 68, 0, + 5449, 1, 0, 467968, 372794237, nof, 0, 71, 0, + 5450, 1, 0, 467968, 372794237, nof, 0, 76, 0, + 5451, 1, 0, 467968, 372794237, nof, 0, 79, 0, +13618, 2, 128, 467968, 372794237, nof, 1, 28, 0, +13619, 2, 0, 467968, 372794237, non, 1, 22, 66, A#0 +13620, 2, 128, 468096, 372901373, nof, 1, 22, 0, +13621, 2, 0, 468096, 372901373, non, 1, 28, 68, E1 + 5452, 1, 171, 468139, 372937364, non, 0, 68, 58, G#4 + 5453, 1, 0, 468139, 372937364, non, 0, 71, 58, B4 + 5454, 1, 0, 468139, 372937364, non, 0, 76, 58, E5 + 5455, 1, 0, 468139, 372937364, non, 0, 79, 74, G5 +13622, 2, 128, 468224, 373008509, nof, 1, 28, 0, +13623, 2, 0, 468224, 373008509, non, 1, 35, 69, B1 + 5456, 1, 170, 468309, 373079654, nof, 0, 68, 0, + 5457, 1, 0, 468309, 373079654, nof, 0, 71, 0, + 5458, 1, 0, 468309, 373079654, nof, 0, 76, 0, + 5459, 1, 0, 468309, 373079654, nof, 0, 79, 0, + 5460, 1, 0, 468309, 373079654, non, 0, 68, 57, G#4 + 5461, 1, 0, 468309, 373079654, non, 0, 71, 57, B4 + 5462, 1, 0, 468309, 373079654, non, 0, 76, 57, E5 + 5463, 1, 0, 468309, 373079654, non, 0, 79, 73, G5 +13624, 2, 128, 468352, 373115645, nof, 1, 35, 0, +13625, 2, 0, 468352, 373115645, non, 1, 34, 71, A#1 +13626, 2, 128, 468480, 373222781, nof, 1, 34, 0, +13627, 2, 0, 468480, 373222781, non, 1, 40, 72, E2 +13628, 2, 128, 468608, 373329917, nof, 1, 40, 0, +13629, 2, 0, 468608, 373329917, non, 1, 47, 74, B2 + 5464, 1, 342, 468651, 373365908, nof, 0, 68, 0, + 5465, 1, 0, 468651, 373365908, nof, 0, 71, 0, + 5466, 1, 0, 468651, 373365908, nof, 0, 76, 0, + 5467, 1, 0, 468651, 373365908, nof, 0, 79, 0, + 5468, 1, 0, 468651, 373365908, non, 0, 68, 54, G#4 + 5469, 1, 0, 468651, 373365908, non, 0, 71, 54, B4 + 5470, 1, 0, 468651, 373365908, non, 0, 76, 54, E5 + 5471, 1, 0, 468651, 373365908, non, 0, 79, 68, G5 +13630, 2, 128, 468736, 373437053, nof, 1, 47, 0, +13631, 2, 0, 468736, 373437053, non, 1, 46, 75, A#2 + 5472, 1, 170, 468821, 373508198, nof, 0, 68, 0, + 5473, 1, 0, 468821, 373508198, nof, 0, 71, 0, + 5474, 1, 0, 468821, 373508198, nof, 0, 76, 0, + 5475, 1, 0, 468821, 373508198, nof, 0, 79, 0, + 5476, 1, 0, 468821, 373508198, non, 0, 68, 56, G#4 + 5477, 1, 0, 468821, 373508198, non, 0, 71, 56, B4 + 5478, 1, 0, 468821, 373508198, non, 0, 76, 56, E5 + 5479, 1, 0, 468821, 373508198, non, 0, 79, 71, G5 +13632, 2, 128, 468864, 373544189, nof, 1, 46, 0, +13633, 2, 0, 468864, 373544189, non, 1, 52, 77, E3 + 5480, 1, 118, 468939, 373606964, nof, 0, 56, 0, + 622, 0, 1024, 468992, 373651325,tempo,50,bpm,, + 5481, 1, 53, 468992, 373651325, ctl, 0, 64,127, + 5482, 1, 0, 468992, 373651325, nof, 0, 68, 0, + 5483, 1, 0, 468992, 373651325, nof, 0, 71, 0, + 5484, 1, 0, 468992, 373651325, nof, 0, 76, 0, + 5485, 1, 0, 468992, 373651325, nof, 0, 79, 0, + 5486, 1, 0, 468992, 373651325, non, 0, 68, 64, G#4 + 5487, 1, 0, 468992, 373651325, non, 0, 71, 64, B4 + 5488, 1, 0, 468992, 373651325, non, 0, 76, 64, E5 + 5489, 1, 0, 468992, 373651325, non, 0, 79, 80, G5 +13634, 2, 128, 468992, 373651325, ctl, 1, 64,127, +13635, 2, 0, 468992, 373651325, nof, 1, 52, 0, +13636, 2, 0, 468992, 373651325, non, 1, 59, 77, B3 +13637, 2, 128, 469120, 373801213, nof, 1, 59, 0, +13638, 2, 0, 469120, 373801213, non, 1, 52, 75, E3 + 623, 0, 171, 469163, 373851566,tempo,70,bpm,, + 5490, 1, 171, 469163, 373851566, nof, 0, 68, 0, + 5491, 1, 0, 469163, 373851566, nof, 0, 71, 0, + 5492, 1, 0, 469163, 373851566, nof, 0, 76, 0, + 5493, 1, 0, 469163, 373851566, nof, 0, 79, 0, + 5494, 1, 0, 469163, 373851566, non, 0, 68, 55, G#4 + 5495, 1, 0, 469163, 373851566, non, 0, 71, 55, B4 + 5496, 1, 0, 469163, 373851566, non, 0, 76, 55, E5 + 5497, 1, 0, 469163, 373851566, non, 0, 79, 71, G5 +13639, 2, 128, 469248, 373922711, nof, 1, 52, 0, +13640, 2, 0, 469248, 373922711, non, 1, 46, 74, A#2 + 5498, 1, 170, 469333, 373993856, nof, 0, 68, 0, + 5499, 1, 0, 469333, 373993856, nof, 0, 71, 0, + 5500, 1, 0, 469333, 373993856, nof, 0, 76, 0, + 5501, 1, 0, 469333, 373993856, nof, 0, 79, 0, + 5502, 1, 0, 469333, 373993856, non, 0, 68, 55, G#4 + 5503, 1, 0, 469333, 373993856, non, 0, 71, 55, B4 + 5504, 1, 0, 469333, 373993856, non, 0, 76, 55, E5 + 5505, 1, 0, 469333, 373993856, non, 0, 79, 70, G5 +13641, 2, 128, 469376, 374029847, nof, 1, 46, 0, +13642, 2, 0, 469376, 374029847, non, 1, 47, 72, B2 +13643, 2, 128, 469504, 374136983, nof, 1, 47, 0, +13644, 2, 0, 469504, 374136983, non, 1, 40, 71, E2 +13645, 2, 128, 469632, 374244119, nof, 1, 40, 0, +13646, 2, 0, 469632, 374244119, non, 1, 34, 69, A#1 + 5506, 1, 342, 469675, 374280110, nof, 0, 68, 0, + 5507, 1, 0, 469675, 374280110, nof, 0, 71, 0, + 5508, 1, 0, 469675, 374280110, nof, 0, 76, 0, + 5509, 1, 0, 469675, 374280110, nof, 0, 79, 0, + 5510, 1, 0, 469675, 374280110, non, 0, 68, 56, G#4 + 5511, 1, 0, 469675, 374280110, non, 0, 71, 56, B4 + 5512, 1, 0, 469675, 374280110, non, 0, 76, 56, E5 + 5513, 1, 0, 469675, 374280110, non, 0, 79, 70, G5 +13647, 2, 128, 469760, 374351255, nof, 1, 34, 0, +13648, 2, 0, 469760, 374351255, non, 1, 35, 68, B1 + 624, 0, 682, 469845, 374422400,tempo,30,bpm,, + 5514, 1, 170, 469845, 374422400, nof, 0, 68, 0, + 5515, 1, 0, 469845, 374422400, nof, 0, 71, 0, + 5516, 1, 0, 469845, 374422400, nof, 0, 76, 0, + 5517, 1, 0, 469845, 374422400, nof, 0, 79, 0, + 5518, 1, 0, 469845, 374422400, non, 0, 68, 54, G#4 + 5519, 1, 0, 469845, 374422400, non, 0, 71, 54, B4 + 5520, 1, 0, 469845, 374422400, non, 0, 76, 54, E5 + 5521, 1, 0, 469845, 374422400, non, 0, 79, 68, G5 +13649, 2, 128, 469888, 374506379, nof, 1, 35, 0, +13650, 2, 0, 469888, 374506379, non, 1, 28, 66, E1 + 5522, 1, 54, 469899, 374527862, non, 0, 52,100, E3 + 5523, 1, 64, 469963, 374652854, nof, 0, 52, 0, + 5524, 1, 0, 469963, 374652854, non, 0, 59,100, B3 + 625, 0, 171, 470016, 374756363,tempo,70,bpm,, + 5525, 1, 53, 470016, 374756363, nof, 0, 68, 0, + 5526, 1, 0, 470016, 374756363, nof, 0, 71, 0, + 5527, 1, 0, 470016, 374756363, nof, 0, 76, 0, + 5528, 1, 0, 470016, 374756363, nof, 0, 79, 0, +13651, 2, 128, 470016, 374756363, nof, 1, 28, 0, +13652, 2, 0, 470016, 374756363, non, 1, 22, 66, A#0 +13653, 2, 128, 470144, 374863499, nof, 1, 22, 0, +13654, 2, 0, 470144, 374863499, non, 1, 28, 68, E1 + 5529, 1, 171, 470187, 374899490, non, 0, 68, 58, G#4 + 5530, 1, 0, 470187, 374899490, non, 0, 71, 58, B4 + 5531, 1, 0, 470187, 374899490, non, 0, 76, 58, E5 + 5532, 1, 0, 470187, 374899490, non, 0, 79, 74, G5 +13655, 2, 128, 470272, 374970635, nof, 1, 28, 0, +13656, 2, 0, 470272, 374970635, non, 1, 35, 69, B1 + 5533, 1, 170, 470357, 375041780, nof, 0, 68, 0, + 5534, 1, 0, 470357, 375041780, nof, 0, 71, 0, + 5535, 1, 0, 470357, 375041780, nof, 0, 76, 0, + 5536, 1, 0, 470357, 375041780, nof, 0, 79, 0, + 5537, 1, 0, 470357, 375041780, non, 0, 68, 57, G#4 + 5538, 1, 0, 470357, 375041780, non, 0, 71, 57, B4 + 5539, 1, 0, 470357, 375041780, non, 0, 76, 57, E5 + 5540, 1, 0, 470357, 375041780, non, 0, 79, 73, G5 +13657, 2, 128, 470400, 375077771, nof, 1, 35, 0, +13658, 2, 0, 470400, 375077771, non, 1, 34, 71, A#1 +13659, 2, 128, 470528, 375184907, nof, 1, 34, 0, +13660, 2, 0, 470528, 375184907, non, 1, 40, 72, E2 +13661, 2, 128, 470656, 375292043, nof, 1, 40, 0, +13662, 2, 0, 470656, 375292043, non, 1, 47, 74, B2 + 5541, 1, 342, 470699, 375328034, nof, 0, 68, 0, + 5542, 1, 0, 470699, 375328034, nof, 0, 71, 0, + 5543, 1, 0, 470699, 375328034, nof, 0, 76, 0, + 5544, 1, 0, 470699, 375328034, nof, 0, 79, 0, + 5545, 1, 0, 470699, 375328034, non, 0, 68, 54, G#4 + 5546, 1, 0, 470699, 375328034, non, 0, 71, 54, B4 + 5547, 1, 0, 470699, 375328034, non, 0, 76, 54, E5 + 5548, 1, 0, 470699, 375328034, non, 0, 79, 68, G5 +13663, 2, 128, 470784, 375399179, nof, 1, 47, 0, +13664, 2, 0, 470784, 375399179, non, 1, 46, 75, A#2 + 626, 0, 853, 470869, 375470324,tempo,30,bpm,, + 5549, 1, 170, 470869, 375470324, nof, 0, 68, 0, + 5550, 1, 0, 470869, 375470324, nof, 0, 71, 0, + 5551, 1, 0, 470869, 375470324, nof, 0, 76, 0, + 5552, 1, 0, 470869, 375470324, nof, 0, 79, 0, + 5553, 1, 0, 470869, 375470324, non, 0, 68, 52, G#4 + 5554, 1, 0, 470869, 375470324, non, 0, 71, 52, B4 + 5555, 1, 0, 470869, 375470324, non, 0, 76, 52, E5 + 5556, 1, 0, 470869, 375470324, non, 0, 79, 67, G5 +13665, 2, 128, 470912, 375554303, nof, 1, 46, 0, +13666, 2, 0, 470912, 375554303, non, 1, 52, 77, E3 + 5557, 1, 75, 470944, 375616799, nof, 0, 59, 0, + 5558, 1, 0, 470944, 375616799, non, 0, 56,100, G#3 + 5559, 1, 43, 470987, 375700778, nof, 0, 56, 0, + 627, 0, 171, 471040, 375804287,tempo,70,bpm,, + 5560, 1, 53, 471040, 375804287, ctl, 0, 64,127, + 5561, 1, 0, 471040, 375804287, nof, 0, 68, 0, + 5562, 1, 0, 471040, 375804287, nof, 0, 71, 0, + 5563, 1, 0, 471040, 375804287, nof, 0, 76, 0, + 5564, 1, 0, 471040, 375804287, nof, 0, 79, 0, + 5565, 1, 0, 471040, 375804287, non, 0, 60,100, C4 +13667, 2, 128, 471040, 375804287, ctl, 1, 64, 0, +13668, 2, 0, 471040, 375804287, nof, 1, 52, 0, + 5566, 1, 42, 471082, 375839441, ctl, 0, 64, 0, + 5567, 1, 51, 471133, 375882128, ctl, 0, 64, 0, + 5568, 1, 601, 471734, 376385165, ctl, 0, 64,127, + 628, 0, 896, 471936, 376554239,tempo,50,bpm,, + 5569, 1, 202, 471936, 376554239, non, 0, 73, 77, C#5 + 5570, 1, 0, 471936, 376554239, non, 0, 78, 77, F#5 + 5571, 1, 0, 471936, 376554239, non, 0, 81, 93, A5 + 629, 0, 128, 472064, 376704127,tempo,70,bpm,, + 5572, 1, 128, 472064, 376704127, nof, 0, 73, 0, + 5573, 1, 0, 472064, 376704127, nof, 0, 78, 0, + 5574, 1, 0, 472064, 376704127, nof, 0, 81, 0, + 5575, 1, 0, 472064, 376704127, non, 0, 76, 77, E5 + 5576, 1, 0, 472064, 376704127, non, 0, 79, 77, G5 + 5577, 1, 0, 472064, 376704127, non, 0, 84, 77, C6 + 5578, 1, 0, 472064, 376704127, non, 0, 87, 93, D#6 +13669, 2, 1024, 472064, 376704127, non, 1, 30, 66, F#1 +13670, 2, 128, 472192, 376811263, nof, 1, 30, 0, +13671, 2, 0, 472192, 376811263, non, 1, 36, 67, C2 +13672, 2, 128, 472320, 376918399, nof, 1, 36, 0, +13673, 2, 0, 472320, 376918399, non, 1, 43, 69, G2 +13674, 2, 128, 472448, 377025535, nof, 1, 43, 0, +13675, 2, 0, 472448, 377025535, non, 1, 42, 70, F#2 +13676, 2, 128, 472576, 377132671, nof, 1, 42, 0, +13677, 2, 0, 472576, 377132671, non, 1, 48, 72, C3 +13678, 2, 128, 472704, 377239807, nof, 1, 48, 0, +13679, 2, 0, 472704, 377239807, non, 1, 55, 73, G3 +13680, 2, 128, 472832, 377346943, nof, 1, 55, 0, +13681, 2, 0, 472832, 377346943, non, 1, 54, 74, F#3 + 5579, 1, 896, 472960, 377454079, nof, 0, 76, 0, + 5580, 1, 0, 472960, 377454079, nof, 0, 79, 0, + 5581, 1, 0, 472960, 377454079, nof, 0, 84, 0, + 5582, 1, 0, 472960, 377454079, nof, 0, 87, 0, + 5583, 1, 0, 472960, 377454079, non, 0, 73, 67, C#5 + 5584, 1, 0, 472960, 377454079, non, 0, 78, 67, F#5 + 5585, 1, 0, 472960, 377454079, non, 0, 81, 83, A5 +13682, 2, 128, 472960, 377454079, nof, 1, 54, 0, +13683, 2, 0, 472960, 377454079, non, 1, 60, 76, C4 + 5586, 1, 128, 473088, 377561215, ctl, 0, 64,127, + 5587, 1, 0, 473088, 377561215, ctl, 0, 64, 0, + 5588, 1, 0, 473088, 377561215, nof, 0, 73, 0, + 5589, 1, 0, 473088, 377561215, nof, 0, 78, 0, + 5590, 1, 0, 473088, 377561215, nof, 0, 81, 0, + 5591, 1, 0, 473088, 377561215, non, 0, 76, 67, E5 + 5592, 1, 0, 473088, 377561215, non, 0, 79, 67, G5 + 5593, 1, 0, 473088, 377561215, non, 0, 84, 67, C6 + 5594, 1, 0, 473088, 377561215, non, 0, 87, 83, D#6 +13684, 2, 128, 473088, 377561215, ctl, 1, 64, 0, +13685, 2, 0, 473088, 377561215, nof, 1, 60, 0, +13686, 2, 0, 473088, 377561215, non, 1, 67, 77, G4 + 5595, 1, 42, 473130, 377596369, ctl, 0, 64, 0, + 5596, 1, 85, 473215, 377667514, ctl, 0, 64,127, +13687, 2, 128, 473216, 377668351, nof, 1, 67, 0, +13688, 2, 0, 473216, 377668351, non, 1, 60, 75, C4 +13689, 2, 128, 473344, 377775487, nof, 1, 60, 0, +13690, 2, 0, 473344, 377775487, non, 1, 54, 73, F#3 +13691, 2, 128, 473472, 377882623, nof, 1, 54, 0, +13692, 2, 0, 473472, 377882623, non, 1, 55, 70, G3 + 5597, 1, 385, 473600, 377989759, nof, 0, 76, 0, + 5598, 1, 0, 473600, 377989759, nof, 0, 79, 0, + 5599, 1, 0, 473600, 377989759, nof, 0, 84, 0, + 5600, 1, 0, 473600, 377989759, nof, 0, 87, 0, + 5601, 1, 0, 473600, 377989759, non, 0, 64, 64, E4 + 5602, 1, 0, 473600, 377989759, non, 0, 67, 64, G4 + 5603, 1, 0, 473600, 377989759, non, 0, 72, 64, C5 + 5604, 1, 0, 473600, 377989759, non, 0, 75, 80, D#5 +13693, 2, 128, 473600, 377989759, nof, 1, 55, 0, +13694, 2, 0, 473600, 377989759, non, 1, 48, 68, C3 +13695, 2, 128, 473728, 378096895, nof, 1, 48, 0, +13696, 2, 0, 473728, 378096895, non, 1, 42, 66, F#2 +13697, 2, 128, 473856, 378204031, nof, 1, 42, 0, + 5605, 1, 384, 473984, 378311167, nof, 0, 60, 0, + 5606, 1, 0, 473984, 378311167, non, 0, 71, 90, B4 + 630, 0, 2048, 474112, 378418303,tempo,50,bpm,, + 5607, 1, 128, 474112, 378418303, nof, 0, 64, 0, + 5608, 1, 0, 474112, 378418303, nof, 0, 67, 0, + 5609, 1, 0, 474112, 378418303, nof, 0, 72, 0, + 5610, 1, 0, 474112, 378418303, nof, 0, 75, 0, + 5611, 1, 0, 474112, 378418303, non, 0, 64, 64, E4 + 5612, 1, 0, 474112, 378418303, non, 0, 67, 64, G4 + 5613, 1, 0, 474112, 378418303, non, 0, 72, 64, C5 + 5614, 1, 0, 474112, 378418303, non, 0, 75, 80, D#5 +13698, 2, 256, 474112, 378418303, non, 1, 59, 77, B3 + 5615, 1, 6, 474118, 378425329, ctl, 0, 64, 0, + 5616, 1, 152, 474270, 378603321, ctl, 0, 64,127, + 631, 0, 512, 474624, 379017855,tempo,66,bpm,, + 5617, 1, 354, 474624, 379017855, nof, 0, 64, 0, + 5618, 1, 0, 474624, 379017855, nof, 0, 67, 0, + 5619, 1, 0, 474624, 379017855, nof, 0, 72, 0, + 5620, 1, 0, 474624, 379017855, nof, 0, 75, 0, + 5621, 1, 0, 474624, 379017855, non, 0, 64, 64, E4 + 5622, 1, 0, 474624, 379017855, non, 0, 67, 64, G4 + 5623, 1, 0, 474624, 379017855, non, 0, 72, 64, C5 + 5624, 1, 0, 474624, 379017855, non, 0, 75, 80, D#5 +13699, 2, 512, 474624, 379017855, nof, 1, 59, 0, +13700, 2, 0, 474624, 379017855, non, 1, 59, 77, B3 + 632, 0, 512, 475136, 379471999,tempo,45,bpm,, + 5625, 1, 512, 475136, 379471999, ctl, 0, 64,127, + 5626, 1, 0, 475136, 379471999, ctl, 0, 64, 0, + 5627, 1, 0, 475136, 379471999, nof, 0, 64, 0, + 5628, 1, 0, 475136, 379471999, nof, 0, 67, 0, + 5629, 1, 0, 475136, 379471999, nof, 0, 72, 0, + 5630, 1, 0, 475136, 379471999, nof, 0, 75, 0, + 5631, 1, 0, 475136, 379471999, nof, 0, 71, 0, + 5632, 1, 0, 475136, 379471999, non, 0, 70, 73, A#4 + 5633, 1, 0, 475136, 379471999, non, 0, 73, 73, C#5 + 5634, 1, 0, 475136, 379471999, non, 0, 78, 73, F#5 + 5635, 1, 0, 475136, 379471999, non, 0, 81, 89, A5 +13701, 2, 512, 475136, 379471999, ctl, 1, 64, 0, +13702, 2, 0, 475136, 379471999, ctl, 1, 64, 0, +13703, 2, 0, 475136, 379471999, nof, 1, 59, 0, +13704, 2, 0, 475136, 379471999, non, 1, 61, 77, C#4 + 5636, 1, 58, 475194, 379547515, ctl, 0, 64, 0, +13705, 2, 128, 475264, 379638655, nof, 1, 61, 0, +13706, 2, 0, 475264, 379638655, non, 1, 54, 75, F#3 + 5637, 1, 107, 475301, 379686829, ctl, 0, 64,127, +13707, 2, 128, 475392, 379805311, nof, 1, 54, 0, +13708, 2, 0, 475392, 379805311, non, 1, 48, 74, C3 + 633, 0, 341, 475477, 379915981,tempo,66,bpm,, + 5638, 1, 176, 475477, 379915981, nof, 0, 70, 0, + 5639, 1, 0, 475477, 379915981, nof, 0, 73, 0, + 5640, 1, 0, 475477, 379915981, nof, 0, 78, 0, + 5641, 1, 0, 475477, 379915981, nof, 0, 81, 0, + 5642, 1, 0, 475477, 379915981, non, 0, 70, 61, A#4 + 5643, 1, 0, 475477, 379915981, non, 0, 73, 61, C#5 + 5644, 1, 0, 475477, 379915981, non, 0, 78, 61, F#5 + 5645, 1, 0, 475477, 379915981, non, 0, 81, 76, A5 +13709, 2, 128, 475520, 379954122, nof, 1, 48, 0, +13710, 2, 0, 475520, 379954122, non, 1, 49, 72, C#3 +13711, 2, 128, 475648, 380067658, nof, 1, 49, 0, +13712, 2, 0, 475648, 380067658, non, 1, 42, 71, F#2 +13713, 2, 128, 475776, 380181194, nof, 1, 42, 0, +13714, 2, 0, 475776, 380181194, non, 1, 36, 69, C2 + 5646, 1, 342, 475819, 380219335, nof, 0, 70, 0, + 5647, 1, 0, 475819, 380219335, nof, 0, 73, 0, + 5648, 1, 0, 475819, 380219335, nof, 0, 78, 0, + 5649, 1, 0, 475819, 380219335, nof, 0, 81, 0, + 5650, 1, 0, 475819, 380219335, non, 0, 70, 56, A#4 + 5651, 1, 0, 475819, 380219335, non, 0, 73, 56, C#5 + 5652, 1, 0, 475819, 380219335, non, 0, 78, 56, F#5 + 5653, 1, 0, 475819, 380219335, non, 0, 81, 70, A5 +13715, 2, 128, 475904, 380294730, nof, 1, 36, 0, +13716, 2, 0, 475904, 380294730, non, 1, 37, 68, C#2 + 634, 0, 512, 475989, 380370125,tempo,45,bpm,, + 5654, 1, 170, 475989, 380370125, nof, 0, 70, 0, + 5655, 1, 0, 475989, 380370125, nof, 0, 73, 0, + 5656, 1, 0, 475989, 380370125, nof, 0, 78, 0, + 5657, 1, 0, 475989, 380370125, nof, 0, 81, 0, + 5658, 1, 0, 475989, 380370125, non, 0, 70, 54, A#4 + 5659, 1, 0, 475989, 380370125, non, 0, 73, 54, C#5 + 5660, 1, 0, 475989, 380370125, non, 0, 78, 54, F#5 + 5661, 1, 0, 475989, 380370125, non, 0, 81, 68, A5 +13717, 2, 128, 476032, 380426111, nof, 1, 37, 0, +13718, 2, 0, 476032, 380426111, non, 1, 30, 66, F#1 + 635, 0, 54, 476043, 380440433,tempo,30,bpm,, + 5662, 1, 54, 476043, 380440433, non, 0, 54,100, F#3 + 5663, 1, 64, 476107, 380565425, nof, 0, 54, 0, + 5664, 1, 0, 476107, 380565425, non, 0, 58,100, A#3 + 636, 0, 117, 476160, 380668934,tempo,70,bpm,, + 5665, 1, 53, 476160, 380668934, nof, 0, 70, 0, + 5666, 1, 0, 476160, 380668934, nof, 0, 73, 0, + 5667, 1, 0, 476160, 380668934, nof, 0, 78, 0, + 5668, 1, 0, 476160, 380668934, nof, 0, 81, 0, +13719, 2, 128, 476160, 380668934, nof, 1, 30, 0, +13720, 2, 0, 476160, 380668934, non, 1, 24, 66, C1 +13721, 2, 128, 476288, 380776070, nof, 1, 24, 0, +13722, 2, 0, 476288, 380776070, non, 1, 30, 68, F#1 + 5669, 1, 171, 476331, 380812061, non, 0, 70, 58, A#4 + 5670, 1, 0, 476331, 380812061, non, 0, 73, 58, C#5 + 5671, 1, 0, 476331, 380812061, non, 0, 78, 58, F#5 + 5672, 1, 0, 476331, 380812061, non, 0, 81, 74, A5 +13723, 2, 128, 476416, 380883206, nof, 1, 30, 0, +13724, 2, 0, 476416, 380883206, non, 1, 37, 69, C#2 + 5673, 1, 170, 476501, 380954351, nof, 0, 70, 0, + 5674, 1, 0, 476501, 380954351, nof, 0, 73, 0, + 5675, 1, 0, 476501, 380954351, nof, 0, 78, 0, + 5676, 1, 0, 476501, 380954351, nof, 0, 81, 0, + 5677, 1, 0, 476501, 380954351, non, 0, 70, 57, A#4 + 5678, 1, 0, 476501, 380954351, non, 0, 73, 57, C#5 + 5679, 1, 0, 476501, 380954351, non, 0, 78, 57, F#5 + 5680, 1, 0, 476501, 380954351, non, 0, 81, 73, A5 +13725, 2, 128, 476544, 380990342, nof, 1, 37, 0, +13726, 2, 0, 476544, 380990342, non, 1, 36, 71, C2 +13727, 2, 128, 476672, 381097478, nof, 1, 36, 0, +13728, 2, 0, 476672, 381097478, non, 1, 42, 72, F#2 +13729, 2, 128, 476800, 381204614, nof, 1, 42, 0, +13730, 2, 0, 476800, 381204614, non, 1, 49, 74, C#3 + 5681, 1, 342, 476843, 381240605, nof, 0, 70, 0, + 5682, 1, 0, 476843, 381240605, nof, 0, 73, 0, + 5683, 1, 0, 476843, 381240605, nof, 0, 78, 0, + 5684, 1, 0, 476843, 381240605, nof, 0, 81, 0, + 5685, 1, 0, 476843, 381240605, non, 0, 70, 54, A#4 + 5686, 1, 0, 476843, 381240605, non, 0, 73, 54, C#5 + 5687, 1, 0, 476843, 381240605, non, 0, 78, 54, F#5 + 5688, 1, 0, 476843, 381240605, non, 0, 81, 68, A5 +13731, 2, 128, 476928, 381311750, nof, 1, 49, 0, +13732, 2, 0, 476928, 381311750, non, 1, 48, 75, C3 + 5689, 1, 170, 477013, 381382895, nof, 0, 70, 0, + 5690, 1, 0, 477013, 381382895, nof, 0, 73, 0, + 5691, 1, 0, 477013, 381382895, nof, 0, 78, 0, + 5692, 1, 0, 477013, 381382895, nof, 0, 81, 0, + 5693, 1, 0, 477013, 381382895, non, 0, 70, 56, A#4 + 5694, 1, 0, 477013, 381382895, non, 0, 73, 56, C#5 + 5695, 1, 0, 477013, 381382895, non, 0, 78, 56, F#5 + 5696, 1, 0, 477013, 381382895, non, 0, 81, 71, A5 +13733, 2, 128, 477056, 381418886, nof, 1, 48, 0, +13734, 2, 0, 477056, 381418886, non, 1, 54, 77, F#3 + 5697, 1, 118, 477131, 381481661, nof, 0, 58, 0, + 637, 0, 1024, 477184, 381526022,tempo,50,bpm,, + 5698, 1, 53, 477184, 381526022, ctl, 0, 64,127, + 5699, 1, 0, 477184, 381526022, nof, 0, 70, 0, + 5700, 1, 0, 477184, 381526022, nof, 0, 73, 0, + 5701, 1, 0, 477184, 381526022, nof, 0, 78, 0, + 5702, 1, 0, 477184, 381526022, nof, 0, 81, 0, + 5703, 1, 0, 477184, 381526022, non, 0, 70, 64, A#4 + 5704, 1, 0, 477184, 381526022, non, 0, 73, 64, C#5 + 5705, 1, 0, 477184, 381526022, non, 0, 78, 64, F#5 + 5706, 1, 0, 477184, 381526022, non, 0, 81, 80, A5 +13735, 2, 128, 477184, 381526022, ctl, 1, 64,127, +13736, 2, 0, 477184, 381526022, nof, 1, 54, 0, +13737, 2, 0, 477184, 381526022, non, 1, 61, 77, C#4 +13738, 2, 128, 477312, 381675910, nof, 1, 61, 0, +13739, 2, 0, 477312, 381675910, non, 1, 54, 75, F#3 + 638, 0, 171, 477355, 381726263,tempo,70,bpm,, + 5707, 1, 171, 477355, 381726263, nof, 0, 70, 0, + 5708, 1, 0, 477355, 381726263, nof, 0, 73, 0, + 5709, 1, 0, 477355, 381726263, nof, 0, 78, 0, + 5710, 1, 0, 477355, 381726263, nof, 0, 81, 0, + 5711, 1, 0, 477355, 381726263, non, 0, 70, 55, A#4 + 5712, 1, 0, 477355, 381726263, non, 0, 73, 55, C#5 + 5713, 1, 0, 477355, 381726263, non, 0, 78, 55, F#5 + 5714, 1, 0, 477355, 381726263, non, 0, 81, 71, A5 +13740, 2, 128, 477440, 381797408, nof, 1, 54, 0, +13741, 2, 0, 477440, 381797408, non, 1, 48, 74, C3 + 5715, 1, 170, 477525, 381868553, nof, 0, 70, 0, + 5716, 1, 0, 477525, 381868553, nof, 0, 73, 0, + 5717, 1, 0, 477525, 381868553, nof, 0, 78, 0, + 5718, 1, 0, 477525, 381868553, nof, 0, 81, 0, + 5719, 1, 0, 477525, 381868553, non, 0, 70, 55, A#4 + 5720, 1, 0, 477525, 381868553, non, 0, 73, 55, C#5 + 5721, 1, 0, 477525, 381868553, non, 0, 78, 55, F#5 + 5722, 1, 0, 477525, 381868553, non, 0, 81, 70, A5 +13742, 2, 128, 477568, 381904544, nof, 1, 48, 0, +13743, 2, 0, 477568, 381904544, non, 1, 49, 72, C#3 +13744, 2, 128, 477696, 382011680, nof, 1, 49, 0, +13745, 2, 0, 477696, 382011680, non, 1, 42, 71, F#2 +13746, 2, 128, 477824, 382118816, nof, 1, 42, 0, +13747, 2, 0, 477824, 382118816, non, 1, 36, 69, C2 + 5723, 1, 342, 477867, 382154807, nof, 0, 70, 0, + 5724, 1, 0, 477867, 382154807, nof, 0, 73, 0, + 5725, 1, 0, 477867, 382154807, nof, 0, 78, 0, + 5726, 1, 0, 477867, 382154807, nof, 0, 81, 0, + 5727, 1, 0, 477867, 382154807, non, 0, 70, 56, A#4 + 5728, 1, 0, 477867, 382154807, non, 0, 73, 56, C#5 + 5729, 1, 0, 477867, 382154807, non, 0, 78, 56, F#5 + 5730, 1, 0, 477867, 382154807, non, 0, 81, 70, A5 +13748, 2, 128, 477952, 382225952, nof, 1, 36, 0, +13749, 2, 0, 477952, 382225952, non, 1, 37, 68, C#2 + 639, 0, 682, 478037, 382297097,tempo,30,bpm,, + 5731, 1, 170, 478037, 382297097, nof, 0, 70, 0, + 5732, 1, 0, 478037, 382297097, nof, 0, 73, 0, + 5733, 1, 0, 478037, 382297097, nof, 0, 78, 0, + 5734, 1, 0, 478037, 382297097, nof, 0, 81, 0, + 5735, 1, 0, 478037, 382297097, non, 0, 70, 54, A#4 + 5736, 1, 0, 478037, 382297097, non, 0, 73, 54, C#5 + 5737, 1, 0, 478037, 382297097, non, 0, 78, 54, F#5 + 5738, 1, 0, 478037, 382297097, non, 0, 81, 68, A5 +13750, 2, 128, 478080, 382381076, nof, 1, 37, 0, +13751, 2, 0, 478080, 382381076, non, 1, 30, 66, F#1 + 5739, 1, 54, 478091, 382402559, non, 0, 54,100, F#3 + 5740, 1, 64, 478155, 382527551, nof, 0, 54, 0, + 5741, 1, 0, 478155, 382527551, non, 0, 61,100, C#4 + 640, 0, 171, 478208, 382631060,tempo,70,bpm,, + 5742, 1, 53, 478208, 382631060, nof, 0, 70, 0, + 5743, 1, 0, 478208, 382631060, nof, 0, 73, 0, + 5744, 1, 0, 478208, 382631060, nof, 0, 78, 0, + 5745, 1, 0, 478208, 382631060, nof, 0, 81, 0, +13752, 2, 128, 478208, 382631060, nof, 1, 30, 0, +13753, 2, 0, 478208, 382631060, non, 1, 24, 66, C1 +13754, 2, 128, 478336, 382738196, nof, 1, 24, 0, +13755, 2, 0, 478336, 382738196, non, 1, 30, 68, F#1 + 5746, 1, 171, 478379, 382774187, non, 0, 70, 58, A#4 + 5747, 1, 0, 478379, 382774187, non, 0, 73, 58, C#5 + 5748, 1, 0, 478379, 382774187, non, 0, 78, 58, F#5 + 5749, 1, 0, 478379, 382774187, non, 0, 81, 74, A5 +13756, 2, 128, 478464, 382845332, nof, 1, 30, 0, +13757, 2, 0, 478464, 382845332, non, 1, 37, 69, C#2 + 5750, 1, 170, 478549, 382916477, nof, 0, 70, 0, + 5751, 1, 0, 478549, 382916477, nof, 0, 73, 0, + 5752, 1, 0, 478549, 382916477, nof, 0, 78, 0, + 5753, 1, 0, 478549, 382916477, nof, 0, 81, 0, + 5754, 1, 0, 478549, 382916477, non, 0, 70, 57, A#4 + 5755, 1, 0, 478549, 382916477, non, 0, 73, 57, C#5 + 5756, 1, 0, 478549, 382916477, non, 0, 78, 57, F#5 + 5757, 1, 0, 478549, 382916477, non, 0, 81, 73, A5 +13758, 2, 128, 478592, 382952468, nof, 1, 37, 0, +13759, 2, 0, 478592, 382952468, non, 1, 36, 71, C2 +13760, 2, 128, 478720, 383059604, nof, 1, 36, 0, +13761, 2, 0, 478720, 383059604, non, 1, 42, 72, F#2 +13762, 2, 128, 478848, 383166740, nof, 1, 42, 0, +13763, 2, 0, 478848, 383166740, non, 1, 49, 74, C#3 + 5758, 1, 342, 478891, 383202731, nof, 0, 70, 0, + 5759, 1, 0, 478891, 383202731, nof, 0, 73, 0, + 5760, 1, 0, 478891, 383202731, nof, 0, 78, 0, + 5761, 1, 0, 478891, 383202731, nof, 0, 81, 0, + 5762, 1, 0, 478891, 383202731, non, 0, 70, 54, A#4 + 5763, 1, 0, 478891, 383202731, non, 0, 73, 54, C#5 + 5764, 1, 0, 478891, 383202731, non, 0, 78, 54, F#5 + 5765, 1, 0, 478891, 383202731, non, 0, 81, 68, A5 +13764, 2, 128, 478976, 383273876, nof, 1, 49, 0, +13765, 2, 0, 478976, 383273876, non, 1, 48, 75, C3 + 641, 0, 853, 479061, 383345021,tempo,30,bpm,, + 5766, 1, 170, 479061, 383345021, nof, 0, 70, 0, + 5767, 1, 0, 479061, 383345021, nof, 0, 73, 0, + 5768, 1, 0, 479061, 383345021, nof, 0, 78, 0, + 5769, 1, 0, 479061, 383345021, nof, 0, 81, 0, + 5770, 1, 0, 479061, 383345021, non, 0, 70, 52, A#4 + 5771, 1, 0, 479061, 383345021, non, 0, 73, 52, C#5 + 5772, 1, 0, 479061, 383345021, non, 0, 78, 52, F#5 + 5773, 1, 0, 479061, 383345021, non, 0, 81, 67, A5 +13766, 2, 128, 479104, 383429000, nof, 1, 48, 0, +13767, 2, 0, 479104, 383429000, non, 1, 54, 77, F#3 + 5774, 1, 75, 479136, 383491496, nof, 0, 61, 0, + 5775, 1, 0, 479136, 383491496, non, 0, 58,100, A#3 + 5776, 1, 43, 479179, 383575475, nof, 0, 58, 0, + 642, 0, 171, 479232, 383678984,tempo,70,bpm,, + 5777, 1, 53, 479232, 383678984, ctl, 0, 64,127, + 5778, 1, 0, 479232, 383678984, ctl, 0, 64, 0, + 5779, 1, 0, 479232, 383678984, nof, 0, 70, 0, + 5780, 1, 0, 479232, 383678984, nof, 0, 73, 0, + 5781, 1, 0, 479232, 383678984, nof, 0, 78, 0, + 5782, 1, 0, 479232, 383678984, nof, 0, 81, 0, + 5783, 1, 0, 479232, 383678984, non, 0, 62,100, D4 +13768, 2, 128, 479232, 383678984, ctl, 1, 64,127, +13769, 2, 0, 479232, 383678984, ctl, 1, 64, 0, +13770, 2, 0, 479232, 383678984, ctl, 1, 64, 0, +13771, 2, 0, 479232, 383678984, ctl, 1, 64, 0, +13772, 2, 0, 479232, 383678984, nof, 1, 54, 0, + 5784, 1, 42, 479274, 383714138, ctl, 0, 64, 0, +13773, 2, 42, 479274, 383714138, ctl, 1, 64, 0, + 5785, 1, 51, 479325, 383756825, ctl, 0, 64, 0, +13774, 2, 51, 479325, 383756825, ctl, 1, 64, 0, + 5786, 1, 600, 479925, 384259025, ctl, 0, 64,127, +13775, 2, 600, 479925, 384259025, ctl, 1, 64,127, + 643, 0, 896, 480128, 384428936,tempo,50,bpm,, + 5787, 1, 203, 480128, 384428936, non, 0, 75, 77, D#5 + 5788, 1, 0, 480128, 384428936, non, 0, 80, 77, G#5 + 5789, 1, 0, 480128, 384428936, non, 0, 83, 93, B5 + 644, 0, 128, 480256, 384578824,tempo,70,bpm,, + 5790, 1, 128, 480256, 384578824, nof, 0, 75, 0, + 5791, 1, 0, 480256, 384578824, nof, 0, 80, 0, + 5792, 1, 0, 480256, 384578824, nof, 0, 83, 0, + 5793, 1, 0, 480256, 384578824, non, 0, 78, 77, F#5 + 5794, 1, 0, 480256, 384578824, non, 0, 81, 77, A5 + 5795, 1, 0, 480256, 384578824, non, 0, 86, 77, D6 + 5796, 1, 0, 480256, 384578824, non, 0, 89, 93, F6 +13776, 2, 331, 480256, 384578824, non, 1, 32, 66, G#1 +13777, 2, 128, 480384, 384685960, nof, 1, 32, 0, +13778, 2, 0, 480384, 384685960, non, 1, 38, 67, D2 +13779, 2, 128, 480512, 384793096, nof, 1, 38, 0, +13780, 2, 0, 480512, 384793096, non, 1, 45, 69, A2 +13781, 2, 128, 480640, 384900232, nof, 1, 45, 0, +13782, 2, 0, 480640, 384900232, non, 1, 44, 70, G#2 +13783, 2, 128, 480768, 385007368, nof, 1, 44, 0, +13784, 2, 0, 480768, 385007368, non, 1, 50, 72, D3 +13785, 2, 128, 480896, 385114504, nof, 1, 50, 0, +13786, 2, 0, 480896, 385114504, non, 1, 57, 73, A3 +13787, 2, 128, 481024, 385221640, nof, 1, 57, 0, +13788, 2, 0, 481024, 385221640, non, 1, 56, 74, G#3 + 5797, 1, 896, 481152, 385328776, nof, 0, 78, 0, + 5798, 1, 0, 481152, 385328776, nof, 0, 81, 0, + 5799, 1, 0, 481152, 385328776, nof, 0, 86, 0, + 5800, 1, 0, 481152, 385328776, nof, 0, 89, 0, + 5801, 1, 0, 481152, 385328776, non, 0, 75, 67, D#5 + 5802, 1, 0, 481152, 385328776, non, 0, 80, 67, G#5 + 5803, 1, 0, 481152, 385328776, non, 0, 83, 83, B5 +13789, 2, 128, 481152, 385328776, nof, 1, 56, 0, +13790, 2, 0, 481152, 385328776, non, 1, 62, 76, D4 + 5804, 1, 128, 481280, 385435912, ctl, 0, 64,127, + 5805, 1, 0, 481280, 385435912, nof, 0, 75, 0, + 5806, 1, 0, 481280, 385435912, nof, 0, 80, 0, + 5807, 1, 0, 481280, 385435912, nof, 0, 83, 0, + 5808, 1, 0, 481280, 385435912, non, 0, 78, 77, F#5 + 5809, 1, 0, 481280, 385435912, non, 0, 81, 77, A5 + 5810, 1, 0, 481280, 385435912, non, 0, 86, 77, D6 + 5811, 1, 0, 481280, 385435912, non, 0, 89, 93, F6 +13791, 2, 128, 481280, 385435912, ctl, 1, 64,127, +13792, 2, 0, 481280, 385435912, nof, 1, 62, 0, +13793, 2, 0, 481280, 385435912, non, 1, 69, 77, A4 +13794, 2, 128, 481408, 385543048, nof, 1, 69, 0, +13795, 2, 0, 481408, 385543048, non, 1, 62, 75, D4 +13796, 2, 128, 481536, 385650184, nof, 1, 62, 0, +13797, 2, 0, 481536, 385650184, non, 1, 56, 73, G#3 +13798, 2, 128, 481664, 385757320, nof, 1, 56, 0, +13799, 2, 0, 481664, 385757320, non, 1, 57, 70, A3 +13800, 2, 128, 481792, 385864456, nof, 1, 57, 0, +13801, 2, 0, 481792, 385864456, non, 1, 50, 68, D3 +13802, 2, 128, 481920, 385971592, nof, 1, 50, 0, +13803, 2, 0, 481920, 385971592, non, 1, 44, 66, G#2 +13804, 2, 128, 482048, 386078728, nof, 1, 44, 0, + 5812, 1, 786, 482066, 386093794, ctl, 0, 64, 0, +13805, 2, 18, 482066, 386093794, ctl, 1, 64, 0, + 5813, 1, 67, 482133, 386149873, nof, 0, 62, 0, + 5814, 1, 78, 482211, 386215159, ctl, 0, 64,127, +13806, 2, 145, 482211, 386215159, ctl, 1, 64,127, + 645, 0, 1963, 482219, 386221855,tempo,50,bpm,, + 5815, 1, 8, 482219, 386221855, non, 0, 56, 95, G#3 + 646, 0, 85, 482304, 386321390,tempo,70,bpm,, + 5816, 1, 85, 482304, 386321390, nof, 0, 78, 0, + 5817, 1, 0, 482304, 386321390, nof, 0, 81, 0, + 5818, 1, 0, 482304, 386321390, nof, 0, 86, 0, + 5819, 1, 0, 482304, 386321390, nof, 0, 89, 0, + 5820, 1, 0, 482304, 386321390, nof, 0, 56, 0, + 5821, 1, 0, 482304, 386321390, non, 0, 63, 95, D#4 +13807, 2, 93, 482304, 386321390, non, 1, 38, 55, D2 +13808, 2, 0, 482304, 386321390, non, 1, 44, 55, G#2 +13809, 2, 0, 482304, 386321390, non, 1, 54, 67, F#3 + 5822, 1, 853, 483157, 387035351, nof, 0, 63, 0, + 5823, 1, 0, 483157, 387035351, non, 0, 60, 95, C4 + 647, 0, 1024, 483328, 387178478,tempo,70,bpm,, + 5824, 1, 171, 483328, 387178478, ctl, 0, 64,127, + 5825, 1, 0, 483328, 387178478, ctl, 0, 64, 0, + 5826, 1, 0, 483328, 387178478, ctl, 0, 64, 0, + 5827, 1, 0, 483328, 387178478, nof, 0, 60, 0, + 5828, 1, 0, 483328, 387178478, non, 0, 64,100, E4 +13810, 2, 1024, 483328, 387178478, ctl, 1, 64,127, +13811, 2, 0, 483328, 387178478, ctl, 1, 64, 0, +13812, 2, 0, 483328, 387178478, ctl, 1, 64, 0, +13813, 2, 0, 483328, 387178478, ctl, 1, 64, 0, +13814, 2, 0, 483328, 387178478, ctl, 1, 64, 0, +13815, 2, 0, 483328, 387178478, nof, 1, 38, 0, +13816, 2, 0, 483328, 387178478, nof, 1, 44, 0, +13817, 2, 0, 483328, 387178478, nof, 1, 54, 0, + 5829, 1, 42, 483370, 387213632, ctl, 0, 64, 0, +13818, 2, 42, 483370, 387213632, ctl, 1, 64, 0, + 5830, 1, 51, 483421, 387256319, ctl, 0, 64, 0, +13819, 2, 51, 483421, 387256319, ctl, 1, 64, 0, + 5831, 1, 600, 484021, 387758519, ctl, 0, 64,127, +13820, 2, 600, 484021, 387758519, ctl, 1, 64,127, + 648, 0, 896, 484224, 387928430,tempo,50,bpm,, + 5832, 1, 203, 484224, 387928430, non, 0, 77, 77, F5 + 5833, 1, 0, 484224, 387928430, non, 0, 82, 77, A#5 + 5834, 1, 0, 484224, 387928430, non, 0, 85, 93, C#6 + 649, 0, 128, 484352, 388078318,tempo,70,bpm,, + 5835, 1, 128, 484352, 388078318, nof, 0, 77, 0, + 5836, 1, 0, 484352, 388078318, nof, 0, 82, 0, + 5837, 1, 0, 484352, 388078318, nof, 0, 85, 0, + 5838, 1, 0, 484352, 388078318, non, 0, 80, 77, G#5 + 5839, 1, 0, 484352, 388078318, non, 0, 83, 77, B5 + 5840, 1, 0, 484352, 388078318, non, 0, 88, 77, E6 + 5841, 1, 0, 484352, 388078318, non, 0, 91, 93, G6 +13821, 2, 331, 484352, 388078318, non, 1, 34, 66, A#1 +13822, 2, 128, 484480, 388185454, nof, 1, 34, 0, +13823, 2, 0, 484480, 388185454, non, 1, 40, 67, E2 +13824, 2, 128, 484608, 388292590, nof, 1, 40, 0, +13825, 2, 0, 484608, 388292590, non, 1, 47, 69, B2 +13826, 2, 128, 484736, 388399726, nof, 1, 47, 0, +13827, 2, 0, 484736, 388399726, non, 1, 46, 70, A#2 +13828, 2, 128, 484864, 388506862, nof, 1, 46, 0, +13829, 2, 0, 484864, 388506862, non, 1, 52, 72, E3 +13830, 2, 128, 484992, 388613998, nof, 1, 52, 0, +13831, 2, 0, 484992, 388613998, non, 1, 59, 73, B3 +13832, 2, 128, 485120, 388721134, nof, 1, 59, 0, +13833, 2, 0, 485120, 388721134, non, 1, 58, 74, A#3 + 5842, 1, 896, 485248, 388828270, nof, 0, 80, 0, + 5843, 1, 0, 485248, 388828270, nof, 0, 83, 0, + 5844, 1, 0, 485248, 388828270, nof, 0, 88, 0, + 5845, 1, 0, 485248, 388828270, nof, 0, 91, 0, + 5846, 1, 0, 485248, 388828270, non, 0, 77, 67, F5 + 5847, 1, 0, 485248, 388828270, non, 0, 82, 67, A#5 + 5848, 1, 0, 485248, 388828270, non, 0, 85, 83, C#6 +13834, 2, 128, 485248, 388828270, nof, 1, 58, 0, +13835, 2, 0, 485248, 388828270, non, 1, 64, 76, E4 + 650, 0, 1024, 485376, 388935406,tempo,80,bpm,, + 5849, 1, 128, 485376, 388935406, ctl, 0, 64,127, + 5850, 1, 0, 485376, 388935406, nof, 0, 77, 0, + 5851, 1, 0, 485376, 388935406, nof, 0, 82, 0, + 5852, 1, 0, 485376, 388935406, nof, 0, 85, 0, + 5853, 1, 0, 485376, 388935406, non, 0, 80, 77, G#5 + 5854, 1, 0, 485376, 388935406, non, 0, 83, 77, B5 + 5855, 1, 0, 485376, 388935406, non, 0, 88, 77, E6 + 5856, 1, 0, 485376, 388935406, non, 0, 91, 93, G6 +13836, 2, 128, 485376, 388935406, ctl, 1, 64,127, +13837, 2, 0, 485376, 388935406, nof, 1, 64, 0, +13838, 2, 0, 485376, 388935406, non, 1, 71, 77, B4 +13839, 2, 128, 485504, 389029102, nof, 1, 71, 0, +13840, 2, 0, 485504, 389029102, non, 1, 64, 75, E4 +13841, 2, 128, 485632, 389122798, nof, 1, 64, 0, +13842, 2, 0, 485632, 389122798, non, 1, 58, 74, A#3 +13843, 2, 128, 485760, 389216494, nof, 1, 58, 0, +13844, 2, 0, 485760, 389216494, non, 1, 59, 72, B3 +13845, 2, 128, 485888, 389310190, nof, 1, 59, 0, +13846, 2, 0, 485888, 389310190, non, 1, 52, 71, E3 +13847, 2, 128, 486016, 389403886, nof, 1, 52, 0, +13848, 2, 0, 486016, 389403886, non, 1, 46, 69, A#2 +13849, 2, 128, 486144, 389497582, nof, 1, 46, 0, +13850, 2, 0, 486144, 389497582, non, 1, 47, 68, B2 + 651, 0, 896, 486272, 389591278,tempo,70,bpm,, + 5857, 1, 896, 486272, 389591278, nof, 0, 80, 0, + 5858, 1, 0, 486272, 389591278, nof, 0, 83, 0, + 5859, 1, 0, 486272, 389591278, nof, 0, 88, 0, + 5860, 1, 0, 486272, 389591278, nof, 0, 91, 0, + 5861, 1, 0, 486272, 389591278, non, 0, 77, 70, F5 + 5862, 1, 0, 486272, 389591278, non, 0, 82, 70, A#5 + 5863, 1, 0, 486272, 389591278, non, 0, 85, 86, C#6 +13851, 2, 128, 486272, 389591278, nof, 1, 47, 0, +13852, 2, 0, 486272, 389591278, non, 1, 40, 66, E2 + 652, 0, 128, 486400, 389698414,tempo,80,bpm,, + 5864, 1, 128, 486400, 389698414, nof, 0, 64, 0, + 5865, 1, 0, 486400, 389698414, nof, 0, 77, 0, + 5866, 1, 0, 486400, 389698414, nof, 0, 82, 0, + 5867, 1, 0, 486400, 389698414, nof, 0, 85, 0, + 5868, 1, 0, 486400, 389698414, non, 0, 80, 77, G#5 + 5869, 1, 0, 486400, 389698414, non, 0, 83, 77, B5 + 5870, 1, 0, 486400, 389698414, non, 0, 88, 77, E6 + 5871, 1, 0, 486400, 389698414, non, 0, 91, 93, G6 +13853, 2, 128, 486400, 389698414, nof, 1, 40, 0, +13854, 2, 0, 486400, 389698414, non, 1, 34, 66, A#1 +13855, 2, 128, 486528, 389792110, nof, 1, 34, 0, +13856, 2, 0, 486528, 389792110, non, 1, 40, 68, E2 +13857, 2, 128, 486656, 389885806, nof, 1, 40, 0, +13858, 2, 0, 486656, 389885806, non, 1, 47, 69, B2 +13859, 2, 128, 486784, 389979502, nof, 1, 47, 0, +13860, 2, 0, 486784, 389979502, non, 1, 46, 71, A#2 +13861, 2, 128, 486912, 390073198, nof, 1, 46, 0, +13862, 2, 0, 486912, 390073198, non, 1, 52, 72, E3 +13863, 2, 128, 487040, 390166894, nof, 1, 52, 0, +13864, 2, 0, 487040, 390166894, non, 1, 59, 74, B3 +13865, 2, 128, 487168, 390260590, nof, 1, 59, 0, +13866, 2, 0, 487168, 390260590, non, 1, 58, 75, A#3 + 653, 0, 896, 487296, 390354286,tempo,80,bpm,, + 5872, 1, 896, 487296, 390354286, nof, 0, 80, 0, + 5873, 1, 0, 487296, 390354286, nof, 0, 83, 0, + 5874, 1, 0, 487296, 390354286, nof, 0, 88, 0, + 5875, 1, 0, 487296, 390354286, nof, 0, 91, 0, + 5876, 1, 0, 487296, 390354286, non, 0, 77, 70, F5 + 5877, 1, 0, 487296, 390354286, non, 0, 82, 70, A#5 + 5878, 1, 0, 487296, 390354286, non, 0, 85, 86, C#6 +13867, 2, 128, 487296, 390354286, nof, 1, 58, 0, +13868, 2, 0, 487296, 390354286, non, 1, 64, 77, E4 + 5879, 1, 128, 487424, 390447982, ctl, 0, 64,127, + 5880, 1, 0, 487424, 390447982, nof, 0, 77, 0, + 5881, 1, 0, 487424, 390447982, nof, 0, 82, 0, + 5882, 1, 0, 487424, 390447982, nof, 0, 85, 0, + 5883, 1, 0, 487424, 390447982, non, 0, 80, 77, G#5 + 5884, 1, 0, 487424, 390447982, non, 0, 83, 77, B5 + 5885, 1, 0, 487424, 390447982, non, 0, 88, 77, E6 + 5886, 1, 0, 487424, 390447982, non, 0, 91, 93, G6 +13869, 2, 128, 487424, 390447982, ctl, 1, 64, 0, +13870, 2, 0, 487424, 390447982, nof, 1, 64, 0, +13871, 2, 0, 487424, 390447982, non, 1, 59, 74, B3 +13872, 2, 0, 487424, 390447982, non, 1, 71, 90, B4 + 5887, 1, 75, 487499, 390502882, ctl, 0, 64, 0, + 5888, 1, 84, 487583, 390564370, ctl, 0, 64,127, + 654, 0, 1024, 488320, 391103854,tempo,70,bpm,, + 5889, 1, 737, 488320, 391103854, nof, 0, 80, 0, + 5890, 1, 0, 488320, 391103854, nof, 0, 83, 0, + 5891, 1, 0, 488320, 391103854, nof, 0, 88, 0, + 5892, 1, 0, 488320, 391103854, nof, 0, 91, 0, + 5893, 1, 0, 488320, 391103854, non, 0, 74, 70, D5 + 5894, 1, 0, 488320, 391103854, non, 0, 79, 70, G5 + 5895, 1, 0, 488320, 391103854, non, 0, 82, 86, A#5 + 655, 0, 128, 488448, 391210990,tempo,50,bpm,, + 5896, 1, 128, 488448, 391210990, nof, 0, 74, 0, + 5897, 1, 0, 488448, 391210990, nof, 0, 79, 0, + 5898, 1, 0, 488448, 391210990, nof, 0, 82, 0, + 5899, 1, 0, 488448, 391210990, non, 0, 77, 77, F5 + 5900, 1, 0, 488448, 391210990, non, 0, 80, 77, G#5 + 5901, 1, 0, 488448, 391210990, non, 0, 85, 86, C#6 + 5902, 1, 0, 488448, 391210990, non, 0, 88, 93, E6 + 656, 0, 102, 488550, 391330432,tempo,70,bpm,, +13873, 2, 1126, 488550, 391330432, non, 1, 52, 75, E3 +13874, 2, 103, 488653, 391416643, nof, 1, 52, 0, +13875, 2, 0, 488653, 391416643, non, 1, 46, 75, A#2 +13876, 2, 102, 488755, 391502017, nof, 1, 46, 0, +13877, 2, 0, 488755, 391502017, non, 1, 47, 75, B2 +13878, 2, 103, 488858, 391588228, nof, 1, 47, 0, +13879, 2, 0, 488858, 391588228, non, 1, 40, 75, E2 +13880, 2, 102, 488960, 391673602, non, 1, 34, 71, A#1 +13881, 2, 0, 488960, 391673602, non, 1, 56, 71, G#3 +13882, 2, 0, 488960, 391673602, non, 1, 62, 71, D4 +13883, 2, 0, 488960, 391673602, non, 1, 68, 87, G#4 + 5903, 1, 896, 489344, 391995010, nof, 0, 77, 0, + 5904, 1, 0, 489344, 391995010, nof, 0, 80, 0, + 5905, 1, 0, 489344, 391995010, nof, 0, 85, 0, + 5906, 1, 0, 489344, 391995010, nof, 0, 88, 0, + 5907, 1, 0, 489344, 391995010, non, 0, 71, 70, B4 + 5908, 1, 0, 489344, 391995010, non, 0, 76, 70, E5 + 5909, 1, 0, 489344, 391995010, non, 0, 79, 86, G5 + 5910, 1, 128, 489472, 392102146, ctl, 0, 64,127, + 5911, 1, 0, 489472, 392102146, ctl, 0, 64, 0, + 5912, 1, 0, 489472, 392102146, nof, 0, 71, 0, + 5913, 1, 0, 489472, 392102146, nof, 0, 76, 0, + 5914, 1, 0, 489472, 392102146, nof, 0, 79, 0, + 5915, 1, 0, 489472, 392102146, non, 0, 74, 77, D5 + 5916, 1, 0, 489472, 392102146, non, 0, 77, 77, F5 + 5917, 1, 0, 489472, 392102146, non, 0, 82, 77, A#5 + 5918, 1, 0, 489472, 392102146, non, 0, 85, 93, C#6 +13884, 2, 512, 489472, 392102146, ctl, 1, 64, 0, +13885, 2, 0, 489472, 392102146, ctl, 1, 64, 0, +13886, 2, 0, 489472, 392102146, nof, 1, 59, 0, +13887, 2, 0, 489472, 392102146, nof, 1, 71, 0, +13888, 2, 0, 489472, 392102146, nof, 1, 34, 0, +13889, 2, 0, 489472, 392102146, nof, 1, 40, 0, +13890, 2, 0, 489472, 392102146, nof, 1, 56, 0, +13891, 2, 0, 489472, 392102146, nof, 1, 62, 0, +13892, 2, 0, 489472, 392102146, nof, 1, 68, 0, +13893, 2, 0, 489472, 392102146, non, 1, 53, 74, F3 +13894, 2, 0, 489472, 392102146, non, 1, 65, 90, F4 + 5919, 1, 75, 489547, 392164921, ctl, 0, 64, 0, + 5920, 1, 84, 489631, 392235229, ctl, 0, 64,127, + 657, 0, 1818, 490368, 392852098,tempo,70,bpm,, + 5921, 1, 737, 490368, 392852098, nof, 0, 74, 0, + 5922, 1, 0, 490368, 392852098, nof, 0, 77, 0, + 5923, 1, 0, 490368, 392852098, nof, 0, 82, 0, + 5924, 1, 0, 490368, 392852098, nof, 0, 85, 0, + 5925, 1, 0, 490368, 392852098, non, 0, 68, 70, G#4 + 5926, 1, 0, 490368, 392852098, non, 0, 73, 70, C#5 + 5927, 1, 0, 490368, 392852098, non, 0, 76, 86, E5 + 658, 0, 128, 490496, 392959234,tempo,50,bpm,, + 5928, 1, 128, 490496, 392959234, nof, 0, 68, 0, + 5929, 1, 0, 490496, 392959234, nof, 0, 73, 0, + 5930, 1, 0, 490496, 392959234, nof, 0, 76, 0, + 5931, 1, 0, 490496, 392959234, non, 0, 71, 77, B4 + 5932, 1, 0, 490496, 392959234, non, 0, 74, 77, D5 + 5933, 1, 0, 490496, 392959234, non, 0, 79, 86, G5 + 5934, 1, 0, 490496, 392959234, non, 0, 82, 93, A#5 + 659, 0, 102, 490598, 393078676,tempo,70,bpm,, +13895, 2, 1126, 490598, 393078676, non, 1, 52, 75, E3 +13896, 2, 103, 490701, 393164887, nof, 1, 52, 0, +13897, 2, 0, 490701, 393164887, non, 1, 46, 75, A#2 +13898, 2, 102, 490803, 393250261, nof, 1, 46, 0, +13899, 2, 0, 490803, 393250261, non, 1, 47, 75, B2 +13900, 2, 103, 490906, 393336472, nof, 1, 47, 0, +13901, 2, 0, 490906, 393336472, non, 1, 40, 75, E2 +13902, 2, 102, 491008, 393421846, non, 1, 34, 71, A#1 +13903, 2, 0, 491008, 393421846, non, 1, 50, 71, D3 +13904, 2, 0, 491008, 393421846, non, 1, 56, 71, G#3 +13905, 2, 0, 491008, 393421846, non, 1, 62, 87, D4 + 660, 0, 794, 491392, 393743254,tempo,80,bpm,, + 5935, 1, 896, 491392, 393743254, nof, 0, 71, 0, + 5936, 1, 0, 491392, 393743254, nof, 0, 74, 0, + 5937, 1, 0, 491392, 393743254, nof, 0, 79, 0, + 5938, 1, 0, 491392, 393743254, nof, 0, 82, 0, + 5939, 1, 0, 491392, 393743254, non, 0, 65, 70, F4 + 5940, 1, 0, 491392, 393743254, non, 0, 70, 70, A#4 + 5941, 1, 0, 491392, 393743254, non, 0, 73, 86, C#5 + 5942, 1, 128, 491520, 393836950, ctl, 0, 64,127, + 5943, 1, 0, 491520, 393836950, ctl, 0, 64, 0, + 5944, 1, 0, 491520, 393836950, ctl, 0, 64, 0, + 5945, 1, 0, 491520, 393836950, nof, 0, 65, 0, + 5946, 1, 0, 491520, 393836950, nof, 0, 70, 0, + 5947, 1, 0, 491520, 393836950, nof, 0, 73, 0, + 5948, 1, 0, 491520, 393836950, non, 0, 68, 77, G#4 + 5949, 1, 0, 491520, 393836950, non, 0, 71, 77, B4 + 5950, 1, 0, 491520, 393836950, non, 0, 76, 77, E5 + 5951, 1, 0, 491520, 393836950, non, 0, 79, 93, G5 +13906, 2, 512, 491520, 393836950, ctl, 1, 64, 0, +13907, 2, 0, 491520, 393836950, ctl, 1, 64, 0, +13908, 2, 0, 491520, 393836950, ctl, 1, 64, 0, +13909, 2, 0, 491520, 393836950, nof, 1, 53, 0, +13910, 2, 0, 491520, 393836950, nof, 1, 65, 0, +13911, 2, 0, 491520, 393836950, nof, 1, 34, 0, +13912, 2, 0, 491520, 393836950, nof, 1, 40, 0, +13913, 2, 0, 491520, 393836950, nof, 1, 50, 0, +13914, 2, 0, 491520, 393836950, nof, 1, 56, 0, +13915, 2, 0, 491520, 393836950, nof, 1, 62, 0, +13916, 2, 0, 491520, 393836950, non, 1, 47, 74, B2 +13917, 2, 0, 491520, 393836950, non, 1, 59, 90, B3 + 5952, 1, 75, 491595, 393891850, ctl, 0, 64, 0, + 5953, 1, 84, 491679, 393953338, ctl, 0, 64,127, + 5954, 1, 737, 492416, 394492822, nof, 0, 68, 0, + 5955, 1, 0, 492416, 394492822, nof, 0, 71, 0, + 5956, 1, 0, 492416, 394492822, nof, 0, 76, 0, + 5957, 1, 0, 492416, 394492822, nof, 0, 79, 0, + 5958, 1, 0, 492416, 394492822, non, 0, 62, 70, D4 + 5959, 1, 0, 492416, 394492822, non, 0, 67, 70, G4 + 5960, 1, 0, 492416, 394492822, non, 0, 70, 86, A#4 + 5961, 1, 128, 492544, 394586518, nof, 0, 62, 0, + 5962, 1, 0, 492544, 394586518, nof, 0, 67, 0, + 5963, 1, 0, 492544, 394586518, nof, 0, 70, 0, + 5964, 1, 0, 492544, 394586518, non, 0, 65, 77, F4 + 5965, 1, 0, 492544, 394586518, non, 0, 68, 77, G#4 + 5966, 1, 0, 492544, 394586518, non, 0, 73, 86, C#5 + 5967, 1, 0, 492544, 394586518, non, 0, 76, 93, E5 +13918, 2, 1536, 493056, 394961302, non, 1, 22, 71, A#0 +13919, 2, 0, 493056, 394961302, non, 1, 28, 71, E1 +13920, 2, 0, 493056, 394961302, non, 1, 34, 71, A#1 +13921, 2, 0, 493056, 394961302, non, 1, 44, 71, G#2 +13922, 2, 0, 493056, 394961302, non, 1, 50, 87, D3 +13923, 2, 0, 493056, 394961302, non, 1, 56, 71, G#3 + 5968, 1, 896, 493440, 395242390, nof, 0, 65, 0, + 5969, 1, 0, 493440, 395242390, nof, 0, 68, 0, + 5970, 1, 0, 493440, 395242390, nof, 0, 73, 0, + 5971, 1, 0, 493440, 395242390, nof, 0, 76, 0, + 5972, 1, 0, 493440, 395242390, non, 0, 59, 70, B3 + 5973, 1, 0, 493440, 395242390, non, 0, 64, 70, E4 + 5974, 1, 0, 493440, 395242390, non, 0, 67, 86, G4 + 5975, 1, 128, 493568, 395336086, ctl, 0, 64,127, + 5976, 1, 0, 493568, 395336086, ctl, 0, 64, 0, + 5977, 1, 0, 493568, 395336086, ctl, 0, 64, 0, + 5978, 1, 0, 493568, 395336086, ctl, 0, 64, 0, + 5979, 1, 0, 493568, 395336086, nof, 0, 59, 0, + 5980, 1, 0, 493568, 395336086, nof, 0, 64, 0, + 5981, 1, 0, 493568, 395336086, nof, 0, 67, 0, + 5982, 1, 0, 493568, 395336086, non, 0, 62, 77, D4 + 5983, 1, 0, 493568, 395336086, non, 0, 65, 77, F4 + 5984, 1, 0, 493568, 395336086, non, 0, 70, 77, A#4 + 5985, 1, 0, 493568, 395336086, non, 0, 73, 93, C#5 +13924, 2, 512, 493568, 395336086, ctl, 1, 64, 0, +13925, 2, 0, 493568, 395336086, nof, 1, 47, 0, +13926, 2, 0, 493568, 395336086, nof, 1, 59, 0, +13927, 2, 0, 493568, 395336086, nof, 1, 22, 0, +13928, 2, 0, 493568, 395336086, nof, 1, 28, 0, +13929, 2, 0, 493568, 395336086, nof, 1, 34, 0, +13930, 2, 0, 493568, 395336086, nof, 1, 44, 0, +13931, 2, 0, 493568, 395336086, nof, 1, 50, 0, +13932, 2, 0, 493568, 395336086, nof, 1, 56, 0, +13933, 2, 0, 493568, 395336086, non, 1, 41, 71, F2 +13934, 2, 0, 493568, 395336086, non, 1, 53, 87, F3 + 5986, 1, 75, 493643, 395390986, ctl, 0, 64, 0, + 5987, 1, 84, 493727, 395452474, ctl, 0, 64,127, + 5988, 1, 737, 494464, 395991958, nof, 0, 62, 0, + 5989, 1, 0, 494464, 395991958, nof, 0, 65, 0, + 5990, 1, 0, 494464, 395991958, nof, 0, 70, 0, + 5991, 1, 0, 494464, 395991958, nof, 0, 73, 0, + 5992, 1, 0, 494464, 395991958, non, 0, 56, 69, G#3 + 5993, 1, 0, 494464, 395991958, non, 0, 61, 85, C#4 + 5994, 1, 0, 494464, 395991958, non, 0, 64, 77, E4 + 5995, 1, 128, 494592, 396085654, nof, 0, 56, 0, + 5996, 1, 0, 494592, 396085654, nof, 0, 61, 0, + 5997, 1, 0, 494592, 396085654, nof, 0, 64, 0, + 5998, 1, 0, 494592, 396085654, non, 0, 59, 77, B3 + 5999, 1, 0, 494592, 396085654, non, 0, 62, 77, D4 + 6000, 1, 0, 494592, 396085654, non, 0, 67, 77, G4 + 6001, 1, 0, 494592, 396085654, non, 0, 70, 93, A#4 +13935, 2, 1536, 495104, 396460438, non, 1, 22, 76, A#0 +13936, 2, 0, 495104, 396460438, non, 1, 28, 76, E1 +13937, 2, 0, 495104, 396460438, non, 1, 34, 76, A#1 +13938, 2, 0, 495104, 396460438, non, 1, 44, 76, G#2 +13939, 2, 0, 495104, 396460438, non, 1, 50, 76, D3 +13940, 2, 0, 495104, 396460438, non, 1, 56, 88, G#3 + 661, 0, 4096, 495488, 396741526,tempo,50,bpm,, + 6002, 1, 896, 495488, 396741526, nof, 0, 59, 0, + 6003, 1, 0, 495488, 396741526, nof, 0, 62, 0, + 6004, 1, 0, 495488, 396741526, nof, 0, 67, 0, + 6005, 1, 0, 495488, 396741526, nof, 0, 70, 0, + 6006, 1, 0, 495488, 396741526, non, 0, 53, 67, F3 + 6007, 1, 0, 495488, 396741526, non, 0, 58, 67, A#3 + 6008, 1, 0, 495488, 396741526, non, 0, 61, 83, C#4 + 662, 0, 128, 495616, 396891414,tsig,6,3,, + 663, 0, 0, 495616, 396891414,tempo,90,bpm,, + 6009, 1, 128, 495616, 396891414, ctl, 0, 64, 0, + 6010, 1, 0, 495616, 396891414, ctl, 0, 64, 0, + 6011, 1, 0, 495616, 396891414, nof, 0, 53, 0, + 6012, 1, 0, 495616, 396891414, nof, 0, 58, 0, + 6013, 1, 0, 495616, 396891414, nof, 0, 61, 0, +13941, 2, 512, 495616, 396891414, ctl, 1, 64, 0, +13942, 2, 0, 495616, 396891414, ctl, 1, 64, 0, +13943, 2, 0, 495616, 396891414, nof, 1, 41, 0, +13944, 2, 0, 495616, 396891414, nof, 1, 53, 0, +13945, 2, 0, 495616, 396891414, nof, 1, 22, 0, +13946, 2, 0, 495616, 396891414, nof, 1, 28, 0, +13947, 2, 0, 495616, 396891414, nof, 1, 34, 0, +13948, 2, 0, 495616, 396891414, nof, 1, 44, 0, +13949, 2, 0, 495616, 396891414, nof, 1, 50, 0, +13950, 2, 0, 495616, 396891414, nof, 1, 56, 0, +13951, 2, 0, 495616, 396891414, non, 1, 28, 66, E1 +13952, 2, 0, 495616, 396891414, non, 1, 34, 66, A#1 + 664, 0, 1024, 496640, 397558038,tempo,70,bpm,, + 6014, 1, 1024, 496640, 397558038, non, 0, 50, 60, D3 + 665, 0, 171, 496811, 397701165,tempo,90,bpm,, + 6015, 1, 171, 496811, 397701165, nof, 0, 50, 0, + 6016, 1, 0, 496811, 397701165, non, 0, 53, 64, F3 + 6017, 1, 170, 496981, 397811835, nof, 0, 53, 0, + 6018, 1, 0, 496981, 397811835, non, 0, 58, 67, A#3 + 6019, 1, 171, 497152, 397923156, nof, 0, 58, 0, + 6020, 1, 0, 497152, 397923156, non, 0, 49, 71, C#3 + 6021, 1, 193, 497345, 398048799, ctl, 0, 64,127, +13953, 2, 2048, 497664, 398256468, nof, 1, 28, 0, +13954, 2, 0, 497664, 398256468, nof, 1, 34, 0, +13955, 2, 512, 498176, 398589780, non, 1, 28, 60, E1 +13956, 2, 256, 498432, 398756436, non, 1, 34, 63, A#1 + 6022, 1, 1343, 498688, 398923092, ctl, 0, 64,127, +13957, 2, 256, 498688, 398923092, ctl, 1, 64, 0, +13958, 2, 0, 498688, 398923092, ctl, 1, 64, 0, +13959, 2, 0, 498688, 398923092, non, 1, 41, 66, F2 + 6023, 1, 198, 498886, 399051990, ctl, 0, 64, 0, + 6024, 1, 218, 499104, 399193908, ctl, 0, 64,127, + 6025, 1, 608, 499712, 399589716, nof, 0, 49, 0, + 6026, 1, 0, 499712, 399589716, non, 0, 50, 66, D3 +13960, 2, 1024, 499712, 399589716, nof, 1, 28, 0, +13961, 2, 0, 499712, 399589716, nof, 1, 34, 0, +13962, 2, 0, 499712, 399589716, nof, 1, 41, 0, + 6027, 1, 121, 499833, 399668487, nof, 0, 50, 0, + 6028, 1, 50, 499883, 399701037, non, 0, 53, 69, F3 + 6029, 1, 120, 500003, 399779157, nof, 0, 53, 0, + 6030, 1, 50, 500053, 399811707, non, 0, 58, 73, A#3 + 6031, 1, 121, 500174, 399890478, nof, 0, 58, 0, + 6032, 1, 50, 500224, 399923028, non, 0, 61, 76, C#4 + 6033, 1, 1024, 501248, 400589652, nof, 0, 61, 0, + 6034, 1, 0, 501248, 400589652, non, 0, 62, 60, D4 + 6035, 1, 171, 501419, 400700973, nof, 0, 62, 0, + 6036, 1, 0, 501419, 400700973, non, 0, 65, 64, F4 +13963, 2, 1792, 501504, 400756308, non, 1, 46, 70, A#2 + 6037, 1, 170, 501589, 400811643, nof, 0, 65, 0, + 6038, 1, 0, 501589, 400811643, non, 0, 70, 69, A#4 + 6039, 1, 171, 501760, 400922964, ctl, 0, 64, 0, + 6040, 1, 0, 501760, 400922964, nof, 0, 70, 0, + 6041, 1, 0, 501760, 400922964, non, 0, 73, 73, C#5 +13964, 2, 256, 501760, 400922964, ctl, 1, 64, 0, +13965, 2, 0, 501760, 400922964, ctl, 1, 64, 0, +13966, 2, 0, 501760, 400922964, nof, 1, 46, 0, +13967, 2, 0, 501760, 400922964, non, 1, 53, 70, F3 +13968, 2, 74, 501834, 400971138, ctl, 1, 64,127, + 6042, 1, 102, 501862, 400989366, nof, 0, 73, 0, + 6043, 1, 0, 501862, 400989366, non, 0, 74, 48, D5 + 6044, 1, 103, 501965, 401056419, nof, 0, 74, 0, + 6045, 1, 0, 501965, 401056419, non, 0, 73, 52, C#5 + 6046, 1, 102, 502067, 401122821, nof, 0, 73, 0, + 6047, 1, 0, 502067, 401122821, non, 0, 74, 45, D5 + 6048, 1, 103, 502170, 401189874, nof, 0, 74, 0, + 6049, 1, 0, 502170, 401189874, non, 0, 73, 56, C#5 + 6050, 1, 102, 502272, 401256276, nof, 0, 73, 0, + 6051, 1, 0, 502272, 401256276, non, 0, 74, 53, D5 + 6052, 1, 102, 502374, 401322678, nof, 0, 74, 0, + 6053, 1, 0, 502374, 401322678, non, 0, 73, 53, C#5 + 6054, 1, 103, 502477, 401389731, nof, 0, 73, 0, + 6055, 1, 0, 502477, 401389731, non, 0, 74, 49, D5 + 6056, 1, 102, 502579, 401456133, nof, 0, 74, 0, + 6057, 1, 0, 502579, 401456133, non, 0, 73, 57, C#5 + 6058, 1, 103, 502682, 401523186, nof, 0, 73, 0, + 6059, 1, 0, 502682, 401523186, non, 0, 74, 54, D5 + 6060, 1, 102, 502784, 401589588, nof, 0, 74, 0, + 6061, 1, 0, 502784, 401589588, non, 0, 73, 49, C#5 +13969, 2, 950, 502784, 401589588, non, 1, 34, 55, A#1 + 6062, 1, 102, 502886, 401655990, nof, 0, 73, 0, + 6063, 1, 0, 502886, 401655990, non, 0, 74, 52, D5 + 6064, 1, 103, 502989, 401723043, nof, 0, 74, 0, + 6065, 1, 0, 502989, 401723043, non, 0, 73, 51, C#5 +13970, 2, 256, 503040, 401756244, non, 1, 28, 55, E1 + 6066, 1, 102, 503091, 401789445, nof, 0, 73, 0, + 6067, 1, 0, 503091, 401789445, non, 0, 74, 52, D5 + 6068, 1, 103, 503194, 401856498, nof, 0, 74, 0, + 6069, 1, 0, 503194, 401856498, non, 0, 73, 40, C#5 + 6070, 1, 102, 503296, 401922900, nof, 0, 73, 0, + 6071, 1, 0, 503296, 401922900, non, 0, 74, 40, D5 + 6072, 1, 103, 503399, 401989953, nof, 0, 74, 0, + 6073, 1, 0, 503399, 401989953, non, 0, 73, 47, C#5 + 6074, 1, 102, 503501, 402056355, nof, 0, 73, 0, + 6075, 1, 0, 503501, 402056355, non, 0, 74, 45, D5 + 6076, 1, 102, 503603, 402122757, nof, 0, 74, 0, + 6077, 1, 0, 503603, 402122757, non, 0, 73, 49, C#5 + 6078, 1, 103, 503706, 402189810, nof, 0, 73, 0, + 6079, 1, 0, 503706, 402189810, non, 0, 74, 40, D5 + 6080, 1, 102, 503808, 402256212, nof, 0, 74, 0, + 6081, 1, 0, 503808, 402256212, non, 0, 73, 39, C#5 +13971, 2, 768, 503808, 402256212, nof, 1, 28, 0, +13972, 2, 0, 503808, 402256212, nof, 1, 34, 0, + 6082, 1, 103, 503911, 402323265, nof, 0, 73, 0, + 6083, 1, 0, 503911, 402323265, non, 0, 74, 46, D5 + 6084, 1, 102, 504013, 402389667, nof, 0, 74, 0, + 6085, 1, 0, 504013, 402389667, non, 0, 73, 47, C#5 + 6086, 1, 102, 504115, 402456069, nof, 0, 73, 0, + 6087, 1, 0, 504115, 402456069, non, 0, 74, 43, D5 + 6088, 1, 103, 504218, 402523122, nof, 0, 74, 0, + 6089, 1, 0, 504218, 402523122, non, 0, 73, 41, C#5 + 6090, 1, 102, 504320, 402589524, nof, 0, 73, 0, + 6091, 1, 0, 504320, 402589524, non, 0, 74, 37, D5 + 6092, 1, 103, 504423, 402656577, nof, 0, 74, 0, + 6093, 1, 0, 504423, 402656577, non, 0, 73, 39, C#5 + 6094, 1, 102, 504525, 402722979, nof, 0, 73, 0, + 6095, 1, 0, 504525, 402722979, non, 0, 73, 41, C#5 + 6096, 1, 102, 504627, 402789381, nof, 0, 73, 0, + 6097, 1, 0, 504627, 402789381, non, 0, 74, 39, D5 + 6098, 1, 103, 504730, 402856434, nof, 0, 74, 0, + 6099, 1, 0, 504730, 402856434, non, 0, 73, 40, C#5 + 6100, 1, 102, 504832, 402922836, ctl, 0, 64,127, + 6101, 1, 0, 504832, 402922836, nof, 0, 73, 0, + 6102, 1, 0, 504832, 402922836, non, 0, 74, 35, D5 +13973, 2, 1024, 504832, 402922836, ctl, 1, 64,127, + 6103, 1, 102, 504934, 402989238, nof, 0, 74, 0, + 6104, 1, 0, 504934, 402989238, non, 0, 73, 38, C#5 + 6105, 1, 103, 505037, 403056291, nof, 0, 73, 0, + 6106, 1, 0, 505037, 403056291, non, 0, 74, 37, D5 + 6107, 1, 102, 505139, 403122693, nof, 0, 74, 0, + 6108, 1, 0, 505139, 403122693, non, 0, 73, 40, C#5 + 6109, 1, 103, 505242, 403189746, nof, 0, 73, 0, + 6110, 1, 0, 505242, 403189746, non, 0, 74, 31, D5 + 6111, 1, 102, 505344, 403256148, nof, 0, 74, 0, + 6112, 1, 0, 505344, 403256148, non, 0, 73, 33, C#5 + 666, 0, 8635, 505446, 403322550,tempo,80,bpm,, + 6113, 1, 102, 505446, 403322550, nof, 0, 73, 0, + 6114, 1, 0, 505446, 403322550, non, 0, 74, 28, D5 + 6115, 1, 103, 505549, 403397946, nof, 0, 74, 0, + 6116, 1, 0, 505549, 403397946, non, 0, 73, 32, C#5 + 6117, 1, 102, 505651, 403472610, nof, 0, 73, 0, + 6118, 1, 0, 505651, 403472610, non, 0, 74, 32, D5 + 6119, 1, 103, 505754, 403548006, nof, 0, 74, 0, + 6120, 1, 0, 505754, 403548006, non, 0, 73, 30, C#5 + 6121, 1, 102, 505856, 403622670, nof, 0, 73, 0, + 6122, 1, 0, 505856, 403622670, non, 0, 74, 24, D5 +13974, 2, 1024, 505856, 403622670, non, 1, 28, 28, E1 + 6123, 1, 102, 505958, 403697334, nof, 0, 74, 0, + 6124, 1, 0, 505958, 403697334, non, 0, 73, 25, C#5 + 6125, 1, 103, 506061, 403772730, nof, 0, 73, 0, + 6126, 1, 0, 506061, 403772730, non, 0, 74, 25, D5 +13975, 2, 256, 506112, 403810062, non, 1, 34, 28, A#1 + 6127, 1, 102, 506163, 403847394, nof, 0, 74, 0, + 6128, 1, 0, 506163, 403847394, non, 0, 73, 23, C#5 + 667, 0, 820, 506266, 403922790,tempo,70,bpm,, + 6129, 1, 103, 506266, 403922790, nof, 0, 73, 0, + 6130, 1, 0, 506266, 403922790, non, 0, 74, 21, D5 + 6131, 1, 102, 506368, 404008164, nof, 0, 74, 0, + 6132, 1, 0, 506368, 404008164, non, 0, 73, 23, C#5 +13976, 2, 256, 506368, 404008164, nof, 1, 53, 0, +13977, 2, 48, 506416, 404048340, ctl, 1, 64, 0, + 6133, 1, 60, 506428, 404058384, ctl, 0, 64, 0, + 6134, 1, 43, 506471, 404094375, nof, 0, 73, 0, + 6135, 1, 0, 506471, 404094375, non, 0, 74, 19, D5 + 6136, 1, 102, 506573, 404179749, nof, 0, 74, 0, + 6137, 1, 0, 506573, 404179749, non, 0, 73, 17, C#5 + 6138, 1, 102, 506675, 404265123, nof, 0, 73, 0, + 6139, 1, 0, 506675, 404265123, non, 0, 74, 17, D5 + 6140, 1, 103, 506778, 404351334, nof, 0, 74, 0, + 6141, 1, 0, 506778, 404351334, non, 0, 73, 17, C#5 + 6142, 1, 102, 506880, 404436708, nof, 0, 73, 0, +13978, 2, 464, 506880, 404436708, nof, 1, 28, 0, +13979, 2, 0, 506880, 404436708, nof, 1, 34, 0, + 668, 0, 1126, 507392, 404865252,tempo,70,bpm,, + 6143, 1, 512, 507392, 404865252, non, 0, 50, 60, D3 + 669, 0, 171, 507563, 405008379,tempo,90,bpm,, + 6144, 1, 171, 507563, 405008379, nof, 0, 50, 0, + 6145, 1, 0, 507563, 405008379, non, 0, 53, 63, F3 + 6146, 1, 170, 507733, 405119049, nof, 0, 53, 0, + 6147, 1, 0, 507733, 405119049, non, 0, 58, 67, A#3 + 670, 0, 341, 507904, 405230370,tempo,100,bpm,, + 6148, 1, 171, 507904, 405230370, ctl, 0, 64, 0, + 6149, 1, 0, 507904, 405230370, nof, 0, 58, 0, + 6150, 1, 0, 507904, 405230370, non, 0, 49, 70, C#3 +13980, 2, 1024, 507904, 405230370, ctl, 1, 64, 0, +13981, 2, 0, 507904, 405230370, non, 1, 28, 43, E1 +13982, 2, 0, 507904, 405230370, non, 1, 34, 43, A#1 + 6151, 1, 250, 508154, 405376620, ctl, 0, 64,127, +13983, 2, 512, 508416, 405529890, nof, 1, 28, 0, +13984, 2, 0, 508416, 405529890, nof, 1, 34, 0, + 6152, 1, 774, 508928, 405829410, nof, 0, 49, 0, + 6153, 1, 0, 508928, 405829410, non, 0, 50, 60, D3 + 6154, 1, 171, 509099, 405929445, nof, 0, 50, 0, + 6155, 1, 0, 509099, 405929445, non, 0, 53, 63, F3 + 6156, 1, 170, 509269, 406028895, nof, 0, 53, 0, + 6157, 1, 0, 509269, 406028895, non, 0, 58, 67, A#3 + 6158, 1, 171, 509440, 406128930, nof, 0, 58, 0, + 6159, 1, 0, 509440, 406128930, non, 0, 61, 70, C#4 + 6160, 1, 77, 509517, 406173975, ctl, 0, 64, 0, + 6161, 1, 249, 509766, 406319640, ctl, 0, 64,127, + 6162, 1, 698, 510464, 406727970, nof, 0, 61, 0, + 6163, 1, 0, 510464, 406727970, non, 0, 62, 60, D4 +13985, 2, 2134, 510550, 406778280, ctl, 1, 64,127, + 6164, 1, 171, 510635, 406828005, nof, 0, 62, 0, + 6165, 1, 0, 510635, 406828005, non, 0, 65, 63, F4 +13986, 2, 170, 510720, 406877730, non, 1, 46, 70, A#2 + 6166, 1, 170, 510805, 406927455, nof, 0, 65, 0, + 6167, 1, 0, 510805, 406927455, non, 0, 70, 67, A#4 + 6168, 1, 171, 510976, 407027490, ctl, 0, 64, 0, + 6169, 1, 0, 510976, 407027490, ctl, 0, 64, 0, + 6170, 1, 0, 510976, 407027490, nof, 0, 70, 0, + 6171, 1, 0, 510976, 407027490, non, 0, 61, 70, C#4 +13987, 2, 256, 510976, 407027490, ctl, 1, 64, 0, +13988, 2, 0, 510976, 407027490, nof, 1, 46, 0, +13989, 2, 0, 510976, 407027490, non, 1, 53, 70, F3 +13990, 2, 40, 511016, 407050890, ctl, 1, 64,127, +13991, 2, 59, 511075, 407085405, ctl, 1, 64, 0, + 6172, 1, 250, 511226, 407173740, ctl, 0, 64,127, +13992, 2, 258, 511333, 407236335, ctl, 1, 64,127, + 6173, 1, 774, 512000, 407626530, nof, 0, 61, 0, + 6174, 1, 0, 512000, 407626530, non, 0, 62, 60, D4 + 6175, 1, 171, 512171, 407726565, nof, 0, 62, 0, + 6176, 1, 0, 512171, 407726565, non, 0, 65, 63, F4 + 6177, 1, 170, 512341, 407826015, nof, 0, 65, 0, + 6178, 1, 0, 512341, 407826015, non, 0, 70, 67, A#4 + 6179, 1, 171, 512512, 407926050, nof, 0, 70, 0, + 6180, 1, 0, 512512, 407926050, non, 0, 73, 70, C#5 + 6181, 1, 77, 512589, 407971095, ctl, 0, 64, 0, + 6182, 1, 249, 512838, 408116760, ctl, 0, 64,127, +13993, 2, 1808, 513141, 408294015, ctl, 1, 64, 0, + 6183, 1, 698, 513536, 408525090, nof, 0, 73, 0, + 6184, 1, 0, 513536, 408525090, non, 0, 58, 60, A#3 +13994, 2, 395, 513536, 408525090, nof, 1, 53, 0, + 6185, 1, 171, 513707, 408625125, nof, 0, 58, 0, + 6186, 1, 0, 513707, 408625125, non, 0, 61, 63, C#4 +13995, 2, 223, 513759, 408655545, ctl, 1, 64,127, +13996, 2, 33, 513792, 408674850, non, 1, 50, 70, D3 + 6187, 1, 170, 513877, 408724575, nof, 0, 61, 0, + 6188, 1, 0, 513877, 408724575, non, 0, 66, 67, F#4 + 6189, 1, 171, 514048, 408824610, ctl, 0, 64,127, + 6190, 1, 0, 514048, 408824610, ctl, 0, 64, 0, + 6191, 1, 0, 514048, 408824610, ctl, 0, 64, 0, + 6192, 1, 0, 514048, 408824610, nof, 0, 66, 0, + 6193, 1, 0, 514048, 408824610, non, 0, 57, 70, A3 +13997, 2, 256, 514048, 408824610, ctl, 1, 64,127, +13998, 2, 0, 514048, 408824610, ctl, 1, 64, 0, +13999, 2, 0, 514048, 408824610, nof, 1, 50, 0, +14000, 2, 0, 514048, 408824610, non, 1, 54, 70, F#3 + 6194, 1, 165, 514213, 408921135, ctl, 0, 64, 0, +14001, 2, 165, 514213, 408921135, ctl, 1, 64, 0, + 6195, 1, 206, 514419, 409041645, ctl, 0, 64,127, +14002, 2, 206, 514419, 409041645, ctl, 1, 64,127, + 6196, 1, 653, 515072, 409423650, nof, 0, 57, 0, + 6197, 1, 0, 515072, 409423650, non, 0, 58, 60, A#3 + 6198, 1, 171, 515243, 409523685, nof, 0, 58, 0, + 6199, 1, 0, 515243, 409523685, non, 0, 61, 63, C#4 + 6200, 1, 170, 515413, 409623135, nof, 0, 61, 0, + 6201, 1, 0, 515413, 409623135, non, 0, 66, 67, F#4 + 6202, 1, 140, 515553, 409705035, ctl, 0, 64, 0, +14003, 2, 1134, 515553, 409705035, ctl, 1, 64, 0, + 671, 0, 7680, 515584, 409723170,tempo,110,bpm,, + 6203, 1, 31, 515584, 409723170, nof, 0, 66, 0, + 6204, 1, 0, 515584, 409723170, non, 0, 69, 70, A4 +14004, 2, 31, 515584, 409723170, non, 1, 36, 55, C2 +14005, 2, 0, 515584, 409723170, non, 1, 42, 55, F#2 +14006, 2, 0, 515584, 409723170, non, 1, 52, 67, E3 + 6205, 1, 237, 515821, 409849254, ctl, 0, 64,127, +14007, 2, 237, 515821, 409849254, ctl, 1, 64,127, +14008, 2, 275, 516096, 409995554, nof, 1, 36, 0, +14009, 2, 0, 516096, 409995554, nof, 1, 42, 0, +14010, 2, 0, 516096, 409995554, nof, 1, 52, 0, + 6206, 1, 787, 516608, 410267938, nof, 0, 69, 0, + 6207, 1, 0, 516608, 410267938, non, 0, 70, 60, A#4 + 6208, 1, 171, 516779, 410358910, nof, 0, 70, 0, + 6209, 1, 0, 516779, 410358910, non, 0, 73, 63, C#5 + 6210, 1, 170, 516949, 410449350, nof, 0, 73, 0, + 6211, 1, 0, 516949, 410449350, non, 0, 78, 67, F#5 + 6212, 1, 171, 517120, 410540322, ctl, 0, 64,127, + 6213, 1, 0, 517120, 410540322, ctl, 0, 64, 0, + 6214, 1, 0, 517120, 410540322, nof, 0, 78, 0, + 6215, 1, 0, 517120, 410540322, non, 0, 69, 70, A4 +14011, 2, 1024, 517120, 410540322, ctl, 1, 64,127, + 6216, 1, 1024, 518144, 411085090, nof, 0, 69, 0, + 6217, 1, 0, 518144, 411085090, non, 0, 70, 60, A#4 + 6218, 1, 171, 518315, 411176062, nof, 0, 70, 0, + 6219, 1, 0, 518315, 411176062, non, 0, 73, 63, C#5 + 6220, 1, 170, 518485, 411266502, nof, 0, 73, 0, + 6221, 1, 0, 518485, 411266502, non, 0, 78, 67, F#5 + 6222, 1, 171, 518656, 411357474, nof, 0, 78, 0, + 6223, 1, 0, 518656, 411357474, non, 0, 81, 70, A5 +14012, 2, 1536, 518656, 411357474, nof, 1, 54, 0, + 6224, 1, 1004, 519660, 411891602, ctl, 0, 64, 0, +14013, 2, 1004, 519660, 411891602, ctl, 1, 64, 0, + 672, 0, 4096, 519680, 411902242,tempo,80,bpm,, + 6225, 1, 20, 519680, 411902242, nof, 0, 81, 0, + 6226, 1, 0, 519680, 411902242, non, 0, 82, 69, A#5 + 6227, 1, 143, 519823, 412006918, ctl, 0, 64,127, +14014, 2, 163, 519823, 412006918, ctl, 1, 64,127, + 6228, 1, 28, 519851, 412027414, nof, 0, 82, 0, + 6229, 1, 0, 519851, 412027414, non, 0, 85, 72, C#6 + 673, 0, 256, 519936, 412089634,tempo,70,bpm,, +14015, 2, 113, 519936, 412089634, non, 1, 54, 64, F#3 +14016, 2, 0, 519936, 412089634, non, 1, 66, 81, F#4 + 6230, 1, 170, 520021, 412160779, nof, 0, 85, 0, + 6231, 1, 0, 520021, 412160779, non, 0, 90, 76, F#6 + 674, 0, 256, 520192, 412303906,tempo,100,bpm,, + 6232, 1, 171, 520192, 412303906, ctl, 0, 64,127, + 6233, 1, 0, 520192, 412303906, nof, 0, 90, 0, + 6234, 1, 0, 520192, 412303906, non, 0, 93, 77, A6 +14017, 2, 256, 520192, 412303906, ctl, 1, 64,127, +14018, 2, 0, 520192, 412303906, nof, 1, 54, 0, +14019, 2, 0, 520192, 412303906, nof, 1, 66, 0, +14020, 2, 0, 520192, 412303906, non, 1, 61, 70, C#4 +14021, 2, 0, 520192, 412303906, non, 1, 73, 86, C#5 + 6235, 1, 1024, 521216, 412902946, nof, 0, 93, 0, + 675, 0, 1280, 521472, 413052706,tempo,70,bpm,, + 6236, 1, 256, 521472, 413052706, non, 0, 42, 77, F#2 +14022, 2, 1280, 521472, 413052706, non, 1, 24, 58, C1 +14023, 2, 0, 521472, 413052706, non, 1, 30, 58, F#1 +14024, 2, 0, 521472, 413052706, non, 1, 37, 70, C#2 + 676, 0, 256, 521728, 413266978,tempo,80,bpm,, + 6237, 1, 256, 521728, 413266978, nof, 0, 42, 0, + 6238, 1, 0, 521728, 413266978, non, 0, 49, 77, C#3 +14025, 2, 256, 521728, 413266978, nof, 1, 61, 0, +14026, 2, 0, 521728, 413266978, nof, 1, 73, 0, + 6239, 1, 1536, 523264, 414391330, ctl, 0, 64,127, +14027, 2, 1536, 523264, 414391330, ctl, 1, 64,127, +14028, 2, 0, 523264, 414391330, nof, 1, 24, 0, +14029, 2, 0, 523264, 414391330, nof, 1, 30, 0, +14030, 2, 0, 523264, 414391330, nof, 1, 37, 0, + 6240, 1, 768, 524032, 414953506, nof, 0, 49, 0, + 6241, 1, 0, 524032, 414953506, non, 0, 58, 60, A#3 + 6242, 1, 0, 524032, 414953506, non, 0, 61, 60, C#4 + 6243, 1, 0, 524032, 414953506, non, 0, 66, 60, F#4 + 6244, 1, 0, 524032, 414953506, non, 0, 69, 76, A4 +14031, 2, 1024, 524288, 415140898, non, 1, 24, 55, C1 +14032, 2, 256, 524544, 415328290, nof, 1, 24, 0, +14033, 2, 0, 524544, 415328290, non, 1, 30, 55, F#1 + 6245, 1, 768, 524800, 415515682, nof, 0, 58, 0, + 6246, 1, 0, 524800, 415515682, nof, 0, 61, 0, + 6247, 1, 0, 524800, 415515682, nof, 0, 66, 0, + 6248, 1, 0, 524800, 415515682, nof, 0, 69, 0, + 6249, 1, 0, 524800, 415515682, non, 0, 58, 60, A#3 + 6250, 1, 0, 524800, 415515682, non, 0, 61, 60, C#4 + 6251, 1, 0, 524800, 415515682, non, 0, 66, 60, F#4 + 6252, 1, 0, 524800, 415515682, non, 0, 69, 76, A4 +14034, 2, 256, 524800, 415515682, nof, 1, 30, 0, +14035, 2, 0, 524800, 415515682, non, 1, 49, 77, C#3 + 6253, 1, 768, 525568, 416077858, nof, 0, 58, 0, + 6254, 1, 0, 525568, 416077858, nof, 0, 61, 0, + 6255, 1, 0, 525568, 416077858, nof, 0, 66, 0, + 6256, 1, 0, 525568, 416077858, nof, 0, 69, 0, + 6257, 1, 0, 525568, 416077858, non, 0, 58, 60, A#3 + 6258, 1, 0, 525568, 416077858, non, 0, 61, 60, C#4 + 6259, 1, 0, 525568, 416077858, non, 0, 66, 60, F#4 + 6260, 1, 0, 525568, 416077858, non, 0, 69, 76, A4 +14036, 2, 1024, 525824, 416265250, nof, 1, 49, 0, +14037, 2, 0, 525824, 416265250, non, 1, 30, 55, F#1 +14038, 2, 256, 526080, 416452642, non, 1, 24, 55, C1 + 677, 0, 4608, 526336, 416640034,tempo,100,bpm,, + 6261, 1, 768, 526336, 416640034, ctl, 0, 64,127, + 6262, 1, 0, 526336, 416640034, nof, 0, 58, 0, + 6263, 1, 0, 526336, 416640034, nof, 0, 61, 0, + 6264, 1, 0, 526336, 416640034, nof, 0, 66, 0, + 6265, 1, 0, 526336, 416640034, nof, 0, 69, 0, + 6266, 1, 0, 526336, 416640034, non, 0, 58, 64, A#3 + 6267, 1, 0, 526336, 416640034, non, 0, 61, 64, C#4 + 6268, 1, 0, 526336, 416640034, non, 0, 66, 64, F#4 + 6269, 1, 0, 526336, 416640034, non, 0, 69, 80, A4 +14039, 2, 256, 526336, 416640034, ctl, 1, 64, 0, +14040, 2, 0, 526336, 416640034, non, 1, 49, 77, C#3 + 6270, 1, 242, 526578, 416781604, ctl, 0, 64, 0, + 6271, 1, 168, 526746, 416879884, ctl, 0, 64,127, + 678, 0, 512, 526848, 416939554,tempo,110,bpm,, + 6272, 1, 102, 526848, 416939554, nof, 0, 58, 0, + 6273, 1, 0, 526848, 416939554, nof, 0, 61, 0, + 6274, 1, 0, 526848, 416939554, nof, 0, 66, 0, + 6275, 1, 0, 526848, 416939554, nof, 0, 69, 0, + 6276, 1, 0, 526848, 416939554, non, 0, 72, 48, C5 + 6277, 1, 0, 526848, 416939554, non, 0, 76, 62, E5 + 6278, 1, 512, 527360, 417211938, nof, 0, 72, 0, + 6279, 1, 0, 527360, 417211938, nof, 0, 76, 0, + 6280, 1, 0, 527360, 417211938, non, 0, 79, 55, G5 + 6281, 1, 0, 527360, 417211938, non, 0, 84, 69, C6 + 679, 0, 1024, 527872, 417484322,tempo,120,bpm,, +14041, 2, 1536, 527872, 417484322, non, 1, 66, 72, F#4 + 6282, 1, 819, 528179, 417634138, nof, 0, 79, 0, + 6283, 1, 0, 528179, 417634138, nof, 0, 84, 0, + 6284, 1, 0, 528179, 417634138, non, 0, 76, 50, E5 + 6285, 1, 0, 528179, 417634138, non, 0, 81, 65, A5 + 6286, 1, 307, 528486, 417783954, nof, 0, 76, 0, + 6287, 1, 0, 528486, 417783954, nof, 0, 81, 0, + 6288, 1, 0, 528486, 417783954, non, 0, 73, 48, C#5 + 6289, 1, 0, 528486, 417783954, non, 0, 79, 62, G5 + 6290, 1, 308, 528794, 417934258, nof, 0, 73, 0, + 6291, 1, 0, 528794, 417934258, nof, 0, 79, 0, + 6292, 1, 0, 528794, 417934258, non, 0, 72, 46, C5 + 6293, 1, 0, 528794, 417934258, non, 0, 76, 59, E5 + 6294, 1, 307, 529101, 418084074, nof, 0, 72, 0, + 6295, 1, 0, 529101, 418084074, nof, 0, 76, 0, + 6296, 1, 0, 529101, 418084074, non, 0, 69, 44, A4 + 6297, 1, 0, 529101, 418084074, non, 0, 73, 57, C#5 + 6298, 1, 307, 529408, 418233890, ctl, 0, 64,127, + 6299, 1, 0, 529408, 418233890, ctl, 0, 64, 0, + 6300, 1, 0, 529408, 418233890, nof, 0, 69, 0, + 6301, 1, 0, 529408, 418233890, nof, 0, 73, 0, + 6302, 1, 0, 529408, 418233890, non, 0, 72, 48, C5 + 6303, 1, 0, 529408, 418233890, non, 0, 76, 62, E5 +14042, 2, 1536, 529408, 418233890, ctl, 1, 64, 0, +14043, 2, 0, 529408, 418233890, non, 1, 61, 51, C#4 + 6304, 1, 242, 529650, 418351986, ctl, 0, 64, 0, + 6305, 1, 65, 529715, 418383706, nof, 0, 72, 0, + 6306, 1, 0, 529715, 418383706, nof, 0, 76, 0, + 6307, 1, 0, 529715, 418383706, non, 0, 69, 43, A4 + 6308, 1, 0, 529715, 418383706, non, 0, 73, 57, C#5 +14044, 2, 307, 529715, 418383706, nof, 1, 49, 0, +14045, 2, 0, 529715, 418383706, nof, 1, 61, 0, +14046, 2, 0, 529715, 418383706, non, 1, 54, 49, F#3 + 6309, 1, 103, 529818, 418433970, ctl, 0, 64,127, + 6310, 1, 204, 530022, 418533522, nof, 0, 69, 0, + 6311, 1, 0, 530022, 418533522, nof, 0, 73, 0, + 6312, 1, 0, 530022, 418533522, non, 0, 72, 48, C5 + 6313, 1, 0, 530022, 418533522, non, 0, 76, 62, E5 +14047, 2, 307, 530022, 418533522, nof, 1, 24, 0, +14048, 2, 0, 530022, 418533522, nof, 1, 30, 0, +14049, 2, 0, 530022, 418533522, nof, 1, 54, 0, +14050, 2, 0, 530022, 418533522, nof, 1, 66, 0, +14051, 2, 0, 530022, 418533522, non, 1, 48, 47, C3 +14052, 2, 308, 530330, 418683826, nof, 1, 48, 0, +14053, 2, 0, 530330, 418683826, non, 1, 49, 44, C#3 + 6314, 1, 615, 530637, 418833642, nof, 0, 72, 0, + 6315, 1, 0, 530637, 418833642, nof, 0, 76, 0, + 6316, 1, 0, 530637, 418833642, non, 0, 69, 43, A4 + 6317, 1, 0, 530637, 418833642, non, 0, 73, 57, C#5 +14054, 2, 307, 530637, 418833642, nof, 1, 49, 0, +14055, 2, 0, 530637, 418833642, non, 1, 42, 42, F#2 + 6318, 1, 307, 530944, 418983458, nof, 0, 69, 0, + 6319, 1, 0, 530944, 418983458, nof, 0, 73, 0, + 6320, 1, 0, 530944, 418983458, non, 0, 72, 48, C5 + 6321, 1, 0, 530944, 418983458, non, 0, 76, 62, E5 +14056, 2, 307, 530944, 418983458, nof, 1, 42, 0, +14057, 2, 0, 530944, 418983458, non, 1, 36, 37, C2 +14058, 2, 256, 531200, 419108386, nof, 1, 36, 0, +14059, 2, 0, 531200, 419108386, non, 1, 42, 40, F#2 +14060, 2, 256, 531456, 419233314, nof, 1, 42, 0, +14061, 2, 0, 531456, 419233314, non, 1, 49, 43, C#3 + 6322, 1, 614, 531558, 419283090, nof, 0, 72, 0, + 6323, 1, 0, 531558, 419283090, nof, 0, 76, 0, + 6324, 1, 0, 531558, 419283090, non, 0, 69, 48, A4 + 6325, 1, 0, 531558, 419283090, non, 0, 73, 62, C#5 +14062, 2, 256, 531712, 419358242, nof, 1, 49, 0, +14063, 2, 0, 531712, 419358242, non, 1, 48, 45, C3 + 6326, 1, 308, 531866, 419433394, nof, 0, 69, 0, + 6327, 1, 0, 531866, 419433394, nof, 0, 73, 0, + 6328, 1, 0, 531866, 419433394, non, 0, 72, 44, C5 + 6329, 1, 0, 531866, 419433394, non, 0, 76, 58, E5 +14064, 2, 256, 531968, 419483170, nof, 1, 48, 0, +14065, 2, 0, 531968, 419483170, non, 1, 54, 48, F#3 + 680, 0, 4301, 532173, 419583210,tempo,50,bpm,, + 6330, 1, 307, 532173, 419583210, nof, 0, 72, 0, + 6331, 1, 0, 532173, 419583210, nof, 0, 76, 0, + 6332, 1, 0, 532173, 419583210, non, 0, 69, 36, A4 + 6333, 1, 0, 532173, 419583210, non, 0, 73, 50, C#5 +14066, 2, 256, 532224, 419642931, nof, 1, 54, 0, +14067, 2, 0, 532224, 419642931, non, 1, 61, 51, C#4 +14068, 2, 85, 532309, 419742466, nof, 1, 61, 0, +14069, 2, 0, 532309, 419742466, non, 1, 24, 59, C1 +14070, 2, 86, 532395, 419843172, non, 1, 30, 51, F#1 + 681, 0, 307, 532480, 419942707,tempo,110,bpm,, + 6334, 1, 307, 532480, 419942707, ctl, 0, 64,127, + 6335, 1, 0, 532480, 419942707, ctl, 0, 64, 0, + 6336, 1, 0, 532480, 419942707, nof, 0, 69, 0, + 6337, 1, 0, 532480, 419942707, nof, 0, 73, 0, + 6338, 1, 0, 532480, 419942707, non, 0, 58, 32, A#3 + 6339, 1, 0, 532480, 419942707, non, 0, 61, 32, C#4 + 6340, 1, 0, 532480, 419942707, non, 0, 66, 32, F#4 + 6341, 1, 0, 532480, 419942707, non, 0, 69, 48, A4 +14071, 2, 85, 532480, 419942707, ctl, 1, 64, 0, +14072, 2, 0, 532480, 419942707, ctl, 1, 64, 0, +14073, 2, 0, 532480, 419942707, non, 1, 49, 77, C#3 + 6342, 1, 242, 532722, 420071451, ctl, 0, 64, 0, + 6343, 1, 168, 532890, 420160827, ctl, 0, 64,127, + 682, 0, 512, 532992, 420215091,tempo,120,bpm,, + 6344, 1, 102, 532992, 420215091, nof, 0, 58, 0, + 6345, 1, 0, 532992, 420215091, nof, 0, 61, 0, + 6346, 1, 0, 532992, 420215091, nof, 0, 66, 0, + 6347, 1, 0, 532992, 420215091, nof, 0, 69, 0, + 6348, 1, 0, 532992, 420215091, non, 0, 72, 35, C5 + 6349, 1, 0, 532992, 420215091, non, 0, 76, 49, E5 + 6350, 1, 512, 533504, 420464947, nof, 0, 72, 0, + 6351, 1, 0, 533504, 420464947, nof, 0, 76, 0, + 6352, 1, 0, 533504, 420464947, non, 0, 79, 48, G5 + 6353, 1, 0, 533504, 420464947, non, 0, 84, 62, C6 + 683, 0, 1024, 534016, 420714803,tempo,90,bpm,, +14074, 2, 1536, 534016, 420714803, nof, 1, 24, 0, +14075, 2, 0, 534016, 420714803, nof, 1, 30, 0, +14076, 2, 0, 534016, 420714803, nof, 1, 49, 0, +14077, 2, 0, 534016, 420714803, non, 1, 66, 63, F#4 + 684, 0, 307, 534323, 420914660,tempo,120,bpm,, + 6354, 1, 819, 534323, 420914660, nof, 0, 79, 0, + 6355, 1, 0, 534323, 420914660, nof, 0, 84, 0, + 6356, 1, 0, 534323, 420914660, non, 0, 76, 37, E5 + 6357, 1, 0, 534323, 420914660, non, 0, 81, 52, A5 + 6358, 1, 307, 534630, 421064476, nof, 0, 76, 0, + 6359, 1, 0, 534630, 421064476, nof, 0, 81, 0, + 6360, 1, 0, 534630, 421064476, non, 0, 73, 35, C#5 + 6361, 1, 0, 534630, 421064476, non, 0, 79, 49, G5 + 6362, 1, 308, 534938, 421214780, nof, 0, 73, 0, + 6363, 1, 0, 534938, 421214780, nof, 0, 79, 0, + 6364, 1, 0, 534938, 421214780, non, 0, 72, 33, C5 + 6365, 1, 0, 534938, 421214780, non, 0, 76, 46, E5 + 6366, 1, 307, 535245, 421364596, nof, 0, 72, 0, + 6367, 1, 0, 535245, 421364596, nof, 0, 76, 0, + 6368, 1, 0, 535245, 421364596, non, 0, 69, 31, A4 + 6369, 1, 0, 535245, 421364596, non, 0, 73, 44, C#5 + 6370, 1, 307, 535552, 421514412, ctl, 0, 64,127, + 6371, 1, 0, 535552, 421514412, ctl, 0, 64, 0, + 6372, 1, 0, 535552, 421514412, ctl, 0, 64, 0, + 6373, 1, 0, 535552, 421514412, nof, 0, 69, 0, + 6374, 1, 0, 535552, 421514412, nof, 0, 73, 0, + 6375, 1, 0, 535552, 421514412, non, 0, 72, 35, C5 + 6376, 1, 0, 535552, 421514412, non, 0, 76, 49, E5 +14078, 2, 1536, 535552, 421514412, ctl, 1, 64, 0, +14079, 2, 0, 535552, 421514412, ctl, 1, 64, 0, +14080, 2, 0, 535552, 421514412, nof, 1, 66, 0, +14081, 2, 0, 535552, 421514412, non, 1, 61, 44, C#4 + 6377, 1, 242, 535794, 421632508, ctl, 0, 64, 0, + 6378, 1, 65, 535859, 421664228, nof, 0, 72, 0, + 6379, 1, 0, 535859, 421664228, nof, 0, 76, 0, + 6380, 1, 0, 535859, 421664228, non, 0, 69, 30, A4 + 6381, 1, 0, 535859, 421664228, non, 0, 73, 44, C#5 +14082, 2, 307, 535859, 421664228, nof, 1, 61, 0, +14083, 2, 0, 535859, 421664228, non, 1, 54, 42, F#3 + 6382, 1, 103, 535962, 421714492, ctl, 0, 64,127, + 6383, 1, 204, 536166, 421814044, nof, 0, 69, 0, + 6384, 1, 0, 536166, 421814044, nof, 0, 73, 0, + 6385, 1, 0, 536166, 421814044, non, 0, 72, 35, C5 + 6386, 1, 0, 536166, 421814044, non, 0, 76, 49, E5 +14084, 2, 307, 536166, 421814044, nof, 1, 54, 0, +14085, 2, 0, 536166, 421814044, non, 1, 48, 40, C3 +14086, 2, 308, 536474, 421964348, nof, 1, 48, 0, +14087, 2, 0, 536474, 421964348, non, 1, 49, 37, C#3 + 6387, 1, 615, 536781, 422114164, nof, 0, 72, 0, + 6388, 1, 0, 536781, 422114164, nof, 0, 76, 0, + 6389, 1, 0, 536781, 422114164, non, 0, 69, 30, A4 + 6390, 1, 0, 536781, 422114164, non, 0, 73, 44, C#5 +14088, 2, 307, 536781, 422114164, nof, 1, 49, 0, +14089, 2, 0, 536781, 422114164, non, 1, 42, 35, F#2 + 6391, 1, 307, 537088, 422263980, nof, 0, 69, 0, + 6392, 1, 0, 537088, 422263980, nof, 0, 73, 0, + 6393, 1, 0, 537088, 422263980, non, 0, 72, 35, C5 + 6394, 1, 0, 537088, 422263980, non, 0, 76, 49, E5 +14090, 2, 307, 537088, 422263980, nof, 1, 42, 0, +14091, 2, 0, 537088, 422263980, non, 1, 36, 30, C2 +14092, 2, 256, 537344, 422388908, nof, 1, 36, 0, +14093, 2, 0, 537344, 422388908, non, 1, 42, 33, F#2 +14094, 2, 256, 537600, 422513836, nof, 1, 42, 0, +14095, 2, 0, 537600, 422513836, non, 1, 49, 36, C#3 + 6395, 1, 614, 537702, 422563612, nof, 0, 72, 0, + 6396, 1, 0, 537702, 422563612, nof, 0, 76, 0, + 6397, 1, 0, 537702, 422563612, non, 0, 69, 35, A4 + 6398, 1, 0, 537702, 422563612, non, 0, 73, 49, C#5 +14096, 2, 256, 537856, 422638764, nof, 1, 49, 0, +14097, 2, 0, 537856, 422638764, non, 1, 48, 38, C3 + 6399, 1, 308, 538010, 422713916, nof, 0, 69, 0, + 6400, 1, 0, 538010, 422713916, nof, 0, 73, 0, + 6401, 1, 0, 538010, 422713916, non, 0, 72, 31, C5 + 6402, 1, 0, 538010, 422713916, non, 0, 76, 45, E5 +14098, 2, 256, 538112, 422763692, nof, 1, 48, 0, +14099, 2, 0, 538112, 422763692, non, 1, 54, 41, F#3 + 685, 0, 3994, 538317, 422863732,tempo,50,bpm,, + 6403, 1, 307, 538317, 422863732, nof, 0, 72, 0, + 6404, 1, 0, 538317, 422863732, nof, 0, 76, 0, + 6405, 1, 0, 538317, 422863732, non, 0, 69, 23, A4 + 6406, 1, 0, 538317, 422863732, non, 0, 73, 37, C#5 +14100, 2, 256, 538368, 422923453, nof, 1, 54, 0, +14101, 2, 0, 538368, 422923453, non, 1, 61, 44, C#4 + 686, 0, 307, 538624, 423223229,tempo,50,bpm,, + 6407, 1, 307, 538624, 423223229, ctl, 0, 64, 0, + 6408, 1, 0, 538624, 423223229, nof, 0, 69, 0, + 6409, 1, 0, 538624, 423223229, nof, 0, 73, 0, + 6410, 1, 0, 538624, 423223229, non, 0, 52, 32, E3 + 6411, 1, 0, 538624, 423223229, non, 0, 58, 44, A#3 +14102, 2, 256, 538624, 423223229, ctl, 1, 64, 0, +14103, 2, 0, 538624, 423223229, nof, 1, 61, 0, +14104, 2, 0, 538624, 423223229, non, 1, 30, 22, F#1 +14105, 2, 0, 538624, 423223229, non, 1, 36, 28, C2 +14106, 2, 235, 538859, 423498414, ctl, 1, 64,127, +14107, 2, 21, 538880, 423523005, non, 1, 52, 22, E3 + 687, 0, 512, 539136, 423822781,tempo,100,bpm,, + 6412, 1, 512, 539136, 423822781, non, 0, 75, 31, D#5 + 6413, 1, 0, 539136, 423822781, non, 0, 79, 43, G5 +14108, 2, 512, 539392, 423972541, nof, 1, 52, 0, +14109, 2, 0, 539392, 423972541, non, 1, 42, 22, F#2 + 6414, 1, 512, 539648, 424122301, nof, 0, 75, 0, + 6415, 1, 0, 539648, 424122301, nof, 0, 79, 0, + 6416, 1, 0, 539648, 424122301, non, 0, 82, 36, A#5 + 6417, 1, 0, 539648, 424122301, non, 0, 87, 48, D#6 +14110, 2, 512, 539904, 424272061, nof, 1, 42, 0, +14111, 2, 0, 539904, 424272061, non, 1, 42, 22, F#2 + 6418, 1, 512, 540160, 424421821, non, 0, 67, 50, G4 +14112, 2, 512, 540416, 424571581, nof, 1, 42, 0, +14113, 2, 0, 540416, 424571581, non, 1, 30, 22, F#1 + 688, 0, 1331, 540467, 424601416,tempo,110,bpm,, + 6419, 1, 307, 540467, 424601416, nof, 0, 82, 0, + 6420, 1, 0, 540467, 424601416, nof, 0, 87, 0, + 6421, 1, 0, 540467, 424601416, non, 0, 79, 31, G5 + 6422, 1, 0, 540467, 424601416, non, 0, 84, 43, C6 +14114, 2, 256, 540672, 424710476, nof, 1, 30, 0, +14115, 2, 0, 540672, 424710476, nof, 1, 36, 0, + 6423, 1, 307, 540774, 424764740, nof, 0, 79, 0, + 6424, 1, 0, 540774, 424764740, nof, 0, 84, 0, + 6425, 1, 0, 540774, 424764740, non, 0, 76, 31, E5 + 6426, 1, 0, 540774, 424764740, non, 0, 82, 43, A#5 +14116, 2, 256, 540928, 424846668, nof, 1, 30, 0, +14117, 2, 0, 540928, 424846668, non, 1, 52, 22, E3 + 6427, 1, 308, 541082, 424928596, nof, 0, 76, 0, + 6428, 1, 0, 541082, 424928596, nof, 0, 82, 0, + 6429, 1, 0, 541082, 424928596, non, 0, 75, 31, D#5 + 6430, 1, 0, 541082, 424928596, non, 0, 79, 43, G5 +14118, 2, 213, 541141, 424959984, ctl, 1, 64,127, + 6431, 1, 307, 541389, 425091920, nof, 0, 75, 0, + 6432, 1, 0, 541389, 425091920, nof, 0, 79, 0, + 6433, 1, 0, 541389, 425091920, non, 0, 72, 31, C5 + 6434, 1, 0, 541389, 425091920, non, 0, 76, 43, E5 +14119, 2, 299, 541440, 425119052, nof, 1, 52, 0, +14120, 2, 0, 541440, 425119052, non, 1, 42, 22, F#2 + 689, 0, 1229, 541696, 425255244,tempo,80,bpm,, + 6435, 1, 307, 541696, 425255244, ctl, 0, 64,127, + 6436, 1, 0, 541696, 425255244, nof, 0, 52, 0, + 6437, 1, 0, 541696, 425255244, nof, 0, 58, 0, + 6438, 1, 0, 541696, 425255244, nof, 0, 72, 0, + 6439, 1, 0, 541696, 425255244, nof, 0, 76, 0, + 6440, 1, 0, 541696, 425255244, non, 0, 58, 30, A#3 + 6441, 1, 0, 541696, 425255244, non, 0, 64, 30, E4 + 6442, 1, 0, 541696, 425255244, non, 0, 70, 30, A#4 + 6443, 1, 0, 541696, 425255244, non, 0, 75, 30, D#5 +14121, 2, 256, 541696, 425255244, ctl, 1, 64,127, +14122, 2, 0, 541696, 425255244, nof, 1, 42, 0, +14123, 2, 0, 541696, 425255244, non, 1, 48, 22, C3 + 690, 0, 256, 541952, 425442636,tempo,100,bpm,, +14124, 2, 256, 541952, 425442636, non, 1, 52, 22, E3 +14125, 2, 512, 542464, 425742156, nof, 1, 52, 0, +14126, 2, 0, 542464, 425742156, non, 1, 42, 22, F#2 + 691, 0, 768, 542720, 425891916,tempo,70,bpm,, + 6444, 1, 1024, 542720, 425891916, nof, 0, 67, 0, + 6445, 1, 0, 542720, 425891916, non, 0, 68, 53, G#4 +14127, 2, 512, 542976, 426106188, nof, 1, 42, 0, +14128, 2, 0, 542976, 426106188, non, 1, 42, 22, F#2 + 692, 0, 512, 543232, 426320460,tempo,80,bpm,, + 6446, 1, 512, 543232, 426320460, nof, 0, 58, 0, + 6447, 1, 0, 543232, 426320460, nof, 0, 64, 0, + 6448, 1, 0, 543232, 426320460, nof, 0, 70, 0, + 6449, 1, 0, 543232, 426320460, nof, 0, 75, 0, + 6450, 1, 0, 543232, 426320460, non, 0, 58, 39, A#3 +14129, 2, 512, 543488, 426507852, nof, 1, 42, 0, +14130, 2, 0, 543488, 426507852, non, 1, 30, 22, F#1 + 693, 0, 512, 543744, 426695244,tempo,90,bpm,, + 6451, 1, 512, 543744, 426695244, nof, 0, 68, 0, + 6452, 1, 0, 543744, 426695244, non, 0, 66, 50, F#4 +14131, 2, 256, 543744, 426695244, nof, 1, 48, 0, +14132, 2, 0, 543744, 426695244, non, 1, 56, 22, G#3 +14133, 2, 256, 544000, 426861900, nof, 1, 30, 0, +14134, 2, 0, 544000, 426861900, non, 1, 52, 22, E3 + 6453, 1, 512, 544256, 427028556, nof, 0, 66, 0, + 6454, 1, 0, 544256, 427028556, non, 0, 64, 49, E4 +14135, 2, 512, 544512, 427195212, nof, 1, 52, 0, +14136, 2, 0, 544512, 427195212, non, 1, 42, 22, F#2 + 694, 0, 1024, 544768, 427361868,tempo,66,bpm,, + 6455, 1, 512, 544768, 427361868, ctl, 0, 64, 0, + 6456, 1, 0, 544768, 427361868, nof, 0, 64, 0, + 6457, 1, 0, 544768, 427361868, non, 0, 63, 54, D#4 +14137, 2, 256, 544768, 427361868, ctl, 1, 64, 0, +14138, 2, 0, 544768, 427361868, nof, 1, 42, 0, +14139, 2, 0, 544768, 427361868, nof, 1, 56, 0, +14140, 2, 0, 544768, 427361868, non, 1, 55, 22, G3 +14141, 2, 36, 544804, 427393800, ctl, 1, 64,127, +14142, 2, 127, 544931, 427506449, ctl, 1, 64, 0, +14143, 2, 93, 545024, 427588940, non, 1, 52, 22, E3 +14144, 2, 178, 545202, 427746826, ctl, 1, 64,127, + 695, 0, 512, 545280, 427816012,tempo,80,bpm,, + 6458, 1, 512, 545280, 427816012, non, 0, 60, 53, C4 + 6459, 1, 0, 545280, 427816012, non, 0, 63, 22, D#4 + 6460, 1, 0, 545280, 427816012, non, 0, 67, 34, G4 + 6461, 1, 40, 545320, 427845292, nof, 0, 63, 0, +14145, 2, 334, 545536, 428003404, nof, 1, 52, 0, +14146, 2, 0, 545536, 428003404, non, 1, 42, 22, F#2 + 696, 0, 512, 545792, 428190796,tempo,100,bpm,, + 6462, 1, 472, 545792, 428190796, nof, 0, 63, 0, + 6463, 1, 0, 545792, 428190796, nof, 0, 67, 0, + 6464, 1, 0, 545792, 428190796, non, 0, 70, 22, A#4 + 6465, 1, 0, 545792, 428190796, non, 0, 75, 46, D#5 + 6466, 1, 0, 545792, 428190796, non, 0, 64, 50, E4 +14147, 2, 512, 546048, 428340556, nof, 1, 42, 0, +14148, 2, 0, 546048, 428340556, non, 1, 42, 22, F#2 + 6467, 1, 512, 546304, 428490316, nof, 0, 58, 0, + 6468, 1, 0, 546304, 428490316, non, 0, 58, 35, A#3 +14149, 2, 512, 546560, 428640076, nof, 1, 42, 0, +14150, 2, 0, 546560, 428640076, non, 1, 30, 22, F#1 + 6469, 1, 307, 546611, 428669911, nof, 0, 70, 0, + 6470, 1, 0, 546611, 428669911, nof, 0, 75, 0, + 6471, 1, 0, 546611, 428669911, non, 0, 67, 22, G4 + 6472, 1, 0, 546611, 428669911, non, 0, 72, 34, C5 + 6473, 1, 307, 546918, 428849506, nof, 0, 67, 0, + 6474, 1, 0, 546918, 428849506, nof, 0, 72, 0, + 6475, 1, 0, 546918, 428849506, non, 0, 64, 22, E4 + 6476, 1, 0, 546918, 428849506, non, 0, 70, 34, A#4 +14151, 2, 512, 547072, 428939596, nof, 1, 30, 0, +14152, 2, 0, 547072, 428939596, non, 1, 52, 22, E3 + 6477, 1, 308, 547226, 429029686, nof, 0, 64, 0, + 6478, 1, 0, 547226, 429029686, nof, 0, 70, 0, + 6479, 1, 0, 547226, 429029686, non, 0, 63, 22, D#4 + 6480, 1, 0, 547226, 429029686, non, 0, 67, 34, G4 + 6481, 1, 102, 547328, 429089356, nof, 0, 60, 0, + 6482, 1, 0, 547328, 429089356, non, 0, 60, 35, C4 + 6483, 1, 205, 547533, 429209281, nof, 0, 63, 0, + 6484, 1, 0, 547533, 429209281, nof, 0, 67, 0, + 6485, 1, 0, 547533, 429209281, non, 0, 60, 22, C4 + 6486, 1, 0, 547533, 429209281, non, 0, 64, 34, E4 +14153, 2, 512, 547584, 429239116, nof, 1, 52, 0, +14154, 2, 0, 547584, 429239116, non, 1, 42, 22, F#2 + 697, 0, 2048, 547840, 429388876,tempo,70,bpm,, + 6487, 1, 307, 547840, 429388876, ctl, 0, 64,127, + 6488, 1, 0, 547840, 429388876, nof, 0, 60, 0, + 6489, 1, 0, 547840, 429388876, nof, 0, 60, 0, + 6490, 1, 0, 547840, 429388876, nof, 0, 64, 0, + 6491, 1, 0, 547840, 429388876, non, 0, 63, 40, D#4 +14155, 2, 256, 547840, 429388876, ctl, 1, 64,127, +14156, 2, 0, 547840, 429388876, nof, 1, 42, 0, +14157, 2, 256, 548096, 429603148, non, 1, 52, 22, E3 + 698, 0, 768, 548608, 430031692,tempo,80,bpm,, +14158, 2, 512, 548608, 430031692, nof, 1, 52, 0, +14159, 2, 0, 548608, 430031692, non, 1, 42, 22, F#2 +14160, 2, 512, 549120, 430406476, nof, 1, 42, 0, +14161, 2, 0, 549120, 430406476, non, 1, 42, 22, F#2 + 699, 0, 768, 549376, 430593868,tempo,66,bpm,, + 6492, 1, 1536, 549376, 430593868, nof, 0, 58, 0, + 6493, 1, 0, 549376, 430593868, nof, 0, 63, 0, + 6494, 1, 0, 549376, 430593868, nof, 0, 64, 0, + 6495, 1, 0, 549376, 430593868, non, 0, 58, 30, A#3 + 6496, 1, 0, 549376, 430593868, non, 0, 60, 30, C4 + 6497, 1, 0, 549376, 430593868, non, 0, 64, 48, E4 +14162, 2, 512, 549632, 430820940, nof, 1, 42, 0, +14163, 2, 0, 549632, 430820940, non, 1, 30, 22, F#1 + 700, 0, 512, 549888, 431048012,tempo,70,bpm,, + 6498, 1, 512, 549888, 431048012, nof, 0, 64, 0, + 6499, 1, 0, 549888, 431048012, non, 0, 67, 52, G4 +14164, 2, 512, 550144, 431262284, nof, 1, 30, 0, +14165, 2, 0, 550144, 431262284, non, 1, 52, 22, E3 + 6500, 1, 512, 550400, 431476556, nof, 0, 58, 0, + 6501, 1, 0, 550400, 431476556, nof, 0, 60, 0, + 6502, 1, 0, 550400, 431476556, nof, 0, 67, 0, + 6503, 1, 0, 550400, 431476556, non, 0, 64, 25, E4 + 6504, 1, 0, 550400, 431476556, non, 0, 67, 25, G4 + 6505, 1, 0, 550400, 431476556, non, 0, 72, 52, C5 +14166, 2, 512, 550656, 431690828, nof, 1, 52, 0, +14167, 2, 0, 550656, 431690828, non, 1, 42, 22, F#2 + 6506, 1, 512, 550912, 431905100, ctl, 0, 64, 0, + 6507, 1, 0, 550912, 431905100, nof, 0, 64, 0, + 6508, 1, 0, 550912, 431905100, nof, 0, 67, 0, + 6509, 1, 0, 550912, 431905100, nof, 0, 72, 0, + 6510, 1, 0, 550912, 431905100, non, 0, 63, 32, D#4 + 6511, 1, 0, 550912, 431905100, non, 0, 68, 32, G#4 + 6512, 1, 0, 550912, 431905100, non, 0, 75, 48, D#5 +14168, 2, 256, 550912, 431905100, ctl, 1, 64,127, +14169, 2, 0, 550912, 431905100, ctl, 1, 64, 0, +14170, 2, 0, 550912, 431905100, nof, 1, 55, 0, +14171, 2, 0, 550912, 431905100, nof, 1, 42, 0, +14172, 2, 0, 550912, 431905100, non, 1, 58, 16, A#3 +14173, 2, 93, 551005, 431982941, ctl, 1, 64, 0, +14174, 2, 108, 551113, 432073337, ctl, 1, 64,127, + 701, 0, 1280, 551168, 432119372,tempo,70,bpm,, +14175, 2, 55, 551168, 432119372, nof, 1, 58, 0, +14176, 2, 0, 551168, 432119372, non, 1, 52, 16, E3 +14177, 2, 512, 551680, 432547916, nof, 1, 52, 0, +14178, 2, 0, 551680, 432547916, non, 1, 42, 16, F#2 + 702, 0, 1024, 552192, 432976460,tempo,50,bpm,, +14179, 2, 512, 552192, 432976460, nof, 1, 42, 0, +14180, 2, 0, 552192, 432976460, non, 1, 37, 16, C#2 +14181, 2, 248, 552440, 433266868, ctl, 1, 64, 0, + 703, 0, 256, 552448, 433276236,tempo,70,bpm,, + 6513, 1, 1536, 552448, 433276236, nof, 0, 63, 0, + 6514, 1, 0, 552448, 433276236, nof, 0, 68, 0, + 6515, 1, 0, 552448, 433276236, non, 0, 64, 20, E4 + 6516, 1, 0, 552448, 433276236, non, 0, 67, 20, G4 +14182, 2, 8, 552448, 433276236, nof, 1, 37, 0, +14183, 2, 0, 552448, 433276236, non, 1, 58, 25, A#3 +14184, 2, 72, 552520, 433336500, ctl, 1, 64,127, +14185, 2, 56, 552576, 433383372, nof, 1, 58, 0, +14186, 2, 0, 552576, 433383372, non, 1, 52, 23, E3 +14187, 2, 128, 552704, 433490508, nof, 1, 52, 0, +14188, 2, 0, 552704, 433490508, non, 1, 48, 20, C3 +14189, 2, 128, 552832, 433597644, nof, 1, 48, 0, +14190, 2, 0, 552832, 433597644, non, 1, 42, 18, F#2 + 704, 0, 512, 552960, 433704780,tempo,50,bpm,, +14191, 2, 128, 552960, 433704780, nof, 1, 42, 0, +14192, 2, 101, 553061, 433823051, ctl, 1, 64, 0, + 705, 0, 512, 553472, 434304332,tempo,66,bpm,, + 6517, 1, 1024, 553472, 434304332, nof, 0, 75, 0, + 6518, 1, 0, 553472, 434304332, non, 0, 72, 44, C5 +14193, 2, 630, 553691, 434498585, ctl, 1, 64,127, +14194, 2, 37, 553728, 434531404, non, 1, 37, 12, C#2 +14195, 2, 0, 553728, 434531404, non, 1, 42, 12, F#2 +14196, 2, 0, 553728, 434531404, non, 1, 52, 12, E3 + 6519, 1, 512, 553984, 434758476, ctl, 0, 64, 0, + 6520, 1, 0, 553984, 434758476, nof, 0, 64, 0, + 6521, 1, 0, 553984, 434758476, nof, 0, 67, 0, + 6522, 1, 0, 553984, 434758476, nof, 0, 72, 0, + 6523, 1, 0, 553984, 434758476, non, 0, 63, 32, D#4 + 6524, 1, 0, 553984, 434758476, non, 0, 68, 32, G#4 + 6525, 1, 0, 553984, 434758476, non, 0, 75, 48, D#5 +14197, 2, 256, 553984, 434758476, ctl, 1, 64,127, +14198, 2, 0, 553984, 434758476, ctl, 1, 64, 0, +14199, 2, 0, 553984, 434758476, non, 1, 58, 16, A#3 +14200, 2, 93, 554077, 434840967, ctl, 1, 64, 0, +14201, 2, 108, 554185, 434936763, ctl, 1, 64,127, +14202, 2, 1327, 555512, 436113812, ctl, 1, 64, 0, + 706, 0, 2048, 555520, 436120908,tempo,70,bpm,, + 6526, 1, 1536, 555520, 436120908, nof, 0, 63, 0, + 6527, 1, 0, 555520, 436120908, nof, 0, 68, 0, + 6528, 1, 0, 555520, 436120908, non, 0, 64, 20, E4 + 6529, 1, 0, 555520, 436120908, non, 0, 67, 20, G4 +14203, 2, 8, 555520, 436120908, nof, 1, 37, 0, +14204, 2, 0, 555520, 436120908, nof, 1, 42, 0, +14205, 2, 0, 555520, 436120908, nof, 1, 52, 0, +14206, 2, 0, 555520, 436120908, nof, 1, 58, 0, +14207, 2, 0, 555520, 436120908, non, 1, 58, 25, A#3 +14208, 2, 72, 555592, 436181172, ctl, 1, 64,127, +14209, 2, 56, 555648, 436228044, nof, 1, 58, 0, +14210, 2, 0, 555648, 436228044, non, 1, 52, 23, E3 +14211, 2, 128, 555776, 436335180, nof, 1, 52, 0, +14212, 2, 0, 555776, 436335180, non, 1, 48, 20, C3 +14213, 2, 128, 555904, 436442316, nof, 1, 48, 0, +14214, 2, 0, 555904, 436442316, non, 1, 42, 18, F#2 + 707, 0, 512, 556032, 436549452,tempo,50,bpm,, +14215, 2, 128, 556032, 436549452, nof, 1, 42, 0, +14216, 2, 101, 556133, 436667723, ctl, 1, 64, 0, + 708, 0, 512, 556544, 437149004,tempo,66,bpm,, + 6530, 1, 1024, 556544, 437149004, nof, 0, 75, 0, + 6531, 1, 0, 556544, 437149004, non, 0, 72, 44, C5 +14217, 2, 630, 556763, 437343257, ctl, 1, 64,127, + 709, 0, 256, 556800, 437376076,tempo,50,bpm,, +14218, 2, 37, 556800, 437376076, non, 1, 37, 12, C#2 +14219, 2, 0, 556800, 437376076, non, 1, 42, 12, F#2 +14220, 2, 0, 556800, 437376076, non, 1, 52, 12, E3 + 710, 0, 256, 557056, 437675852,tempo,70,bpm,, + 6532, 1, 512, 557056, 437675852, ctl, 0, 64, 0, + 6533, 1, 0, 557056, 437675852, nof, 0, 64, 0, + 6534, 1, 0, 557056, 437675852, nof, 0, 67, 0, + 6535, 1, 0, 557056, 437675852, nof, 0, 72, 0, + 6536, 1, 0, 557056, 437675852, non, 0, 63, 25, D#4 + 6537, 1, 0, 557056, 437675852, non, 0, 68, 25, G#4 + 6538, 1, 0, 557056, 437675852, non, 0, 75, 41, D#5 +14221, 2, 256, 557056, 437675852, ctl, 1, 64,127, +14222, 2, 0, 557056, 437675852, ctl, 1, 64, 0, +14223, 2, 0, 557056, 437675852, non, 1, 58, 16, A#3 + 6539, 1, 1024, 558080, 438532940, nof, 0, 63, 0, + 6540, 1, 0, 558080, 438532940, nof, 0, 68, 0, + 6541, 1, 0, 558080, 438532940, nof, 0, 75, 0, +14224, 2, 1024, 558080, 438532940, nof, 1, 37, 0, +14225, 2, 0, 558080, 438532940, nof, 1, 42, 0, +14226, 2, 0, 558080, 438532940, nof, 1, 52, 0, +14227, 2, 0, 558080, 438532940, nof, 1, 58, 0, +14228, 2, 34, 558114, 438561398, ctl, 1, 64, 0, + 6542, 1, 256, 558336, 438747212, non, 0, 58, 64, A#3 + 6543, 1, 0, 558336, 438747212, non, 0, 61, 64, C#4 + 6544, 1, 0, 558336, 438747212, non, 0, 66, 64, F#4 + 6545, 1, 0, 558336, 438747212, non, 0, 69, 81, A4 +14229, 2, 222, 558336, 438747212, non, 1, 36, 55, C2 +14230, 2, 0, 558336, 438747212, non, 1, 42, 55, F#2 +14231, 2, 0, 558336, 438747212, non, 1, 49, 72, C#3 +14232, 2, 68, 558404, 438804128, ctl, 1, 64,127, + 6546, 1, 256, 558592, 438961484, non, 0, 78, 81, F#5 +14233, 2, 1212, 559616, 439818572, nof, 1, 36, 0, +14234, 2, 0, 559616, 439818572, nof, 1, 42, 0, +14235, 2, 0, 559616, 439818572, nof, 1, 49, 0, +14236, 2, 256, 559872, 440032844, non, 1, 24, 55, C1 +14237, 2, 0, 559872, 440032844, non, 1, 30, 55, F#1 +14238, 2, 0, 559872, 440032844, non, 1, 37, 55, C#2 +14239, 2, 0, 559872, 440032844, non, 1, 42, 77, F#2 + 711, 0, 3072, 560128, 440247116,tsig,4,3,, + 712, 0, 0, 560128, 440247116,tempo,66,bpm,, + 6547, 1, 1536, 560128, 440247116, ctl, 0, 64, 0, +14240, 2, 256, 560128, 440247116, ctl, 1, 64, 0, +14241, 2, 0, 560128, 440247116, nof, 1, 42, 0, +14242, 2, 0, 560128, 440247116, non, 1, 49, 77, C#3 +14243, 2, 15, 560143, 440260421, ctl, 1, 64,127, + 713, 0, 512, 560640, 440701260,tempo,50,bpm,, + 6548, 1, 512, 560640, 440701260, nof, 0, 58, 0, + 6549, 1, 0, 560640, 440701260, nof, 0, 61, 0, + 6550, 1, 0, 560640, 440701260, nof, 0, 66, 0, + 6551, 1, 0, 560640, 440701260, nof, 0, 69, 0, + 6552, 1, 0, 560640, 440701260, nof, 0, 78, 0, + 6553, 1, 0, 560640, 440701260, non, 0, 70, 63, A#4 + 6554, 1, 0, 560640, 440701260, non, 0, 73, 63, C#5 + 6555, 1, 0, 560640, 440701260, non, 0, 78, 63, F#5 + 6556, 1, 0, 560640, 440701260, non, 0, 81, 79, A5 +14244, 2, 497, 560640, 440701260, nof, 1, 24, 0, +14245, 2, 0, 560640, 440701260, nof, 1, 30, 0, +14246, 2, 0, 560640, 440701260, nof, 1, 37, 0, + 6557, 1, 512, 561152, 441300812, nof, 0, 70, 0, + 6558, 1, 0, 561152, 441300812, nof, 0, 73, 0, + 6559, 1, 0, 561152, 441300812, nof, 0, 78, 0, + 6560, 1, 0, 561152, 441300812, nof, 0, 81, 0, + 6561, 1, 0, 561152, 441300812, non, 0, 70, 63, A#4 + 6562, 1, 0, 561152, 441300812, non, 0, 73, 63, C#5 + 6563, 1, 0, 561152, 441300812, non, 0, 78, 63, F#5 + 6564, 1, 0, 561152, 441300812, non, 0, 81, 79, A5 +14247, 2, 512, 561152, 441300812, nof, 1, 49, 0, +14248, 2, 0, 561152, 441300812, non, 1, 52, 55, E3 +14249, 2, 0, 561152, 441300812, non, 1, 64, 67, E4 + 6565, 1, 512, 561664, 441900364, nof, 0, 70, 0, + 6566, 1, 0, 561664, 441900364, nof, 0, 73, 0, + 6567, 1, 0, 561664, 441900364, nof, 0, 78, 0, + 6568, 1, 0, 561664, 441900364, nof, 0, 81, 0, + 6569, 1, 0, 561664, 441900364, non, 0, 70, 63, A#4 + 6570, 1, 0, 561664, 441900364, non, 0, 73, 63, C#5 + 6571, 1, 0, 561664, 441900364, non, 0, 78, 63, F#5 + 6572, 1, 0, 561664, 441900364, non, 0, 81, 79, A5 + 714, 0, 1195, 561835, 442100605,tempo,40,bpm,, + 6573, 1, 171, 561835, 442100605, non, 0, 52, 44, E3 + 6574, 1, 0, 561835, 442100605, non, 0, 58, 44, A#3 +14250, 2, 683, 561835, 442100605, non, 1, 36, 55, C2 +14251, 2, 170, 562005, 442349485, non, 1, 42, 55, F#2 + 715, 0, 341, 562176, 442599829,tempo,45,bpm,, + 6575, 1, 341, 562176, 442599829, ctl, 0, 64, 0, + 6576, 1, 0, 562176, 442599829, ctl, 0, 64, 0, + 6577, 1, 0, 562176, 442599829, nof, 0, 70, 0, + 6578, 1, 0, 562176, 442599829, nof, 0, 73, 0, + 6579, 1, 0, 562176, 442599829, nof, 0, 78, 0, + 6580, 1, 0, 562176, 442599829, nof, 0, 81, 0, + 6581, 1, 0, 562176, 442599829, nof, 0, 52, 0, + 6582, 1, 0, 562176, 442599829, nof, 0, 58, 0, + 6583, 1, 0, 562176, 442599829, non, 0, 70, 36, A#4 + 6584, 1, 0, 562176, 442599829, non, 0, 73, 36, C#5 + 6585, 1, 0, 562176, 442599829, non, 0, 78, 36, F#5 + 6586, 1, 0, 562176, 442599829, non, 0, 81, 64, A5 +14252, 2, 171, 562176, 442599829, ctl, 1, 64,127, +14253, 2, 0, 562176, 442599829, ctl, 1, 64, 0, +14254, 2, 0, 562176, 442599829, nof, 1, 52, 0, +14255, 2, 0, 562176, 442599829, nof, 1, 64, 0, +14256, 2, 0, 562176, 442599829, nof, 1, 36, 0, +14257, 2, 0, 562176, 442599829, nof, 1, 42, 0, +14258, 2, 0, 562176, 442599829, non, 1, 36, 33, C2 +14259, 2, 0, 562176, 442599829, non, 1, 42, 33, F#2 +14260, 2, 0, 562176, 442599829, non, 1, 61, 47, C#4 +14261, 2, 78, 562254, 442701385, ctl, 1, 64, 0, +14262, 2, 172, 562426, 442925329, ctl, 1, 64,127, + 716, 0, 512, 562688, 443266453,tempo,60,bpm,, + 6587, 1, 512, 562688, 443266453, nof, 0, 70, 0, + 6588, 1, 0, 562688, 443266453, nof, 0, 73, 0, + 6589, 1, 0, 562688, 443266453, nof, 0, 78, 0, + 6590, 1, 0, 562688, 443266453, nof, 0, 81, 0, + 6591, 1, 0, 562688, 443266453, non, 0, 67, 31, G4 + 6592, 1, 0, 562688, 443266453, non, 0, 70, 31, A#4 + 6593, 1, 0, 562688, 443266453, non, 0, 75, 31, D#5 + 6594, 1, 0, 562688, 443266453, non, 0, 78, 58, F#5 + 6595, 1, 512, 563200, 443766165, nof, 0, 67, 0, + 6596, 1, 0, 563200, 443766165, nof, 0, 70, 0, + 6597, 1, 0, 563200, 443766165, nof, 0, 75, 0, + 6598, 1, 0, 563200, 443766165, nof, 0, 78, 0, + 6599, 1, 0, 563200, 443766165, non, 0, 64, 36, E4 + 6600, 1, 0, 563200, 443766165, non, 0, 67, 31, G4 + 6601, 1, 0, 563200, 443766165, non, 0, 72, 31, C5 + 6602, 1, 0, 563200, 443766165, non, 0, 75, 58, D#5 +14263, 2, 774, 563200, 443766165, nof, 1, 36, 0, +14264, 2, 0, 563200, 443766165, nof, 1, 42, 0, +14265, 2, 0, 563200, 443766165, nof, 1, 61, 0, +14266, 2, 0, 563200, 443766165, non, 1, 55, 47, G3 + 6603, 1, 512, 563712, 444265877, nof, 0, 64, 0, + 6604, 1, 0, 563712, 444265877, nof, 0, 67, 0, + 6605, 1, 0, 563712, 444265877, nof, 0, 72, 0, + 6606, 1, 0, 563712, 444265877, nof, 0, 75, 0, + 6607, 1, 0, 563712, 444265877, non, 0, 70, 31, A#4 + 6608, 1, 0, 563712, 444265877, non, 0, 75, 31, D#5 + 6609, 1, 0, 563712, 444265877, non, 0, 78, 53, F#5 + 717, 0, 1195, 563883, 444432773,tempo,50,bpm,, + 6610, 1, 171, 563883, 444432773, non, 0, 52, 22, E3 + 6611, 1, 0, 563883, 444432773, non, 0, 58, 36, A#3 +14267, 2, 683, 563883, 444432773, non, 1, 42, 37, F#2 +14268, 2, 170, 564053, 444631843, non, 1, 36, 37, C2 + 718, 0, 341, 564224, 444832084,tempo,50,bpm,, + 6612, 1, 341, 564224, 444832084, ctl, 0, 64, 0, + 6613, 1, 0, 564224, 444832084, ctl, 0, 64, 0, + 6614, 1, 0, 564224, 444832084, nof, 0, 70, 0, + 6615, 1, 0, 564224, 444832084, nof, 0, 75, 0, + 6616, 1, 0, 564224, 444832084, nof, 0, 78, 0, + 6617, 1, 0, 564224, 444832084, nof, 0, 52, 0, + 6618, 1, 0, 564224, 444832084, nof, 0, 58, 0, + 6619, 1, 0, 564224, 444832084, non, 0, 70, 36, A#4 + 6620, 1, 0, 564224, 444832084, non, 0, 73, 36, C#5 + 6621, 1, 0, 564224, 444832084, non, 0, 78, 36, F#5 + 6622, 1, 0, 564224, 444832084, non, 0, 81, 61, A5 +14269, 2, 171, 564224, 444832084, ctl, 1, 64,127, +14270, 2, 0, 564224, 444832084, ctl, 1, 64, 0, +14271, 2, 0, 564224, 444832084, ctl, 1, 64, 0, +14272, 2, 0, 564224, 444832084, nof, 1, 55, 0, +14273, 2, 0, 564224, 444832084, non, 1, 61, 47, C#4 +14274, 2, 78, 564302, 444923422, ctl, 1, 64, 0, +14275, 2, 172, 564474, 445124834, ctl, 1, 64,127, + 719, 0, 512, 564736, 445431636,tempo,60,bpm,, + 6623, 1, 512, 564736, 445431636, nof, 0, 70, 0, + 6624, 1, 0, 564736, 445431636, nof, 0, 73, 0, + 6625, 1, 0, 564736, 445431636, nof, 0, 78, 0, + 6626, 1, 0, 564736, 445431636, nof, 0, 81, 0, + 6627, 1, 0, 564736, 445431636, non, 0, 67, 31, G4 + 6628, 1, 0, 564736, 445431636, non, 0, 70, 31, A#4 + 6629, 1, 0, 564736, 445431636, non, 0, 75, 31, D#5 + 6630, 1, 0, 564736, 445431636, non, 0, 78, 56, F#5 + 720, 0, 512, 565248, 445931348,tempo,50,bpm,, + 6631, 1, 512, 565248, 445931348, nof, 0, 67, 0, + 6632, 1, 0, 565248, 445931348, nof, 0, 70, 0, + 6633, 1, 0, 565248, 445931348, nof, 0, 75, 0, + 6634, 1, 0, 565248, 445931348, nof, 0, 78, 0, + 6635, 1, 0, 565248, 445931348, non, 0, 64, 36, E4 + 6636, 1, 0, 565248, 445931348, non, 0, 67, 31, G4 + 6637, 1, 0, 565248, 445931348, non, 0, 72, 31, C5 + 6638, 1, 0, 565248, 445931348, non, 0, 75, 52, D#5 +14276, 2, 774, 565248, 445931348, nof, 1, 36, 0, +14277, 2, 0, 565248, 445931348, nof, 1, 42, 0, +14278, 2, 0, 565248, 445931348, nof, 1, 61, 0, +14279, 2, 0, 565248, 445931348, non, 1, 55, 47, G3 + 6639, 1, 384, 565632, 446381012, non, 0, 64, 44, E4 + 6640, 1, 128, 565760, 446530900, nof, 0, 64, 0, + 6641, 1, 0, 565760, 446530900, nof, 0, 67, 0, + 6642, 1, 0, 565760, 446530900, nof, 0, 72, 0, + 6643, 1, 0, 565760, 446530900, nof, 0, 75, 0, + 6644, 1, 0, 565760, 446530900, nof, 0, 64, 0, + 6645, 1, 0, 565760, 446530900, non, 0, 72, 44, C5 + 6646, 1, 85, 565845, 446630435, nof, 0, 72, 0, + 6647, 1, 0, 565845, 446630435, non, 0, 69, 41, A4 + 6648, 1, 86, 565931, 446731141, nof, 0, 69, 0, + 6649, 1, 0, 565931, 446731141, non, 0, 67, 38, G4 + 6650, 1, 85, 566016, 446830676, nof, 0, 67, 0, + 6651, 1, 0, 566016, 446830676, non, 0, 64, 36, E4 + 6652, 1, 85, 566101, 446930211, nof, 0, 64, 0, + 6653, 1, 0, 566101, 446930211, non, 0, 61, 33, C#4 +14280, 2, 913, 566161, 447000471, ctl, 1, 64, 0, + 721, 0, 939, 566187, 447030917,tempo,25,bpm,, + 6654, 1, 86, 566187, 447030917, nof, 0, 61, 0, + 722, 0, 85, 566272, 447230072,tsig,13,4,, + 6655, 1, 85, 566272, 447230072, ctl, 0, 64, 0, + 6656, 1, 0, 566272, 447230072, ctl, 0, 64, 0, +14281, 2, 111, 566272, 447230072, ctl, 1, 64, 0, +14282, 2, 0, 566272, 447230072, nof, 1, 55, 0, +14283, 2, 0, 566272, 447230072, non, 1, 30, 14, F#1 +14284, 2, 0, 566272, 447230072, non, 1, 36, 14, C2 +14285, 2, 0, 566272, 447230072, non, 1, 52, 14, E3 +14286, 2, 0, 566272, 447230072, non, 1, 58, 26, A#3 + 6657, 1, 105, 566377, 447476087, ctl, 0, 64,127, +14287, 2, 105, 566377, 447476087, ctl, 1, 64,127, + 6658, 1, 23, 566400, 447529976, non, 0, 67, 25, G4 + 723, 0, 256, 566528, 447829880,tempo,66,bpm,, + 6659, 1, 128, 566528, 447829880, nof, 0, 67, 0, + 6660, 1, 0, 566528, 447829880, non, 0, 75, 25, D#5 + 6661, 1, 0, 566528, 447829880, non, 0, 82, 33, A#5 + 6662, 1, 0, 566528, 447829880, non, 0, 87, 44, D#6 + 6663, 1, 110, 566638, 447927450, nof, 0, 75, 0, + 6664, 1, 0, 566638, 447927450, non, 0, 72, 25, C5 + 6665, 1, 109, 566747, 448024133, nof, 0, 72, 0, + 6666, 1, 0, 566747, 448024133, non, 0, 70, 25, A#4 + 724, 0, 307, 566835, 448102189,tempo,90,bpm,, + 6667, 1, 88, 566835, 448102189, nof, 0, 82, 0, + 6668, 1, 0, 566835, 448102189, nof, 0, 87, 0, + 6669, 1, 0, 566835, 448102189, non, 0, 79, 32, G5 + 6670, 1, 0, 566835, 448102189, non, 0, 84, 42, C6 + 6671, 1, 22, 566857, 448116511, nof, 0, 70, 0, + 6672, 1, 0, 566857, 448116511, non, 0, 67, 25, G4 + 6673, 1, 110, 566967, 448188121, nof, 0, 67, 0, + 6674, 1, 0, 566967, 448188121, non, 0, 64, 25, E4 + 6675, 1, 91, 567058, 448247362, non, 0, 55, 25, G3 + 6676, 1, 19, 567077, 448259731, nof, 0, 64, 0, + 6677, 1, 65, 567142, 448302046, nof, 0, 79, 0, + 6678, 1, 0, 567142, 448302046, nof, 0, 84, 0, + 6679, 1, 0, 567142, 448302046, non, 0, 76, 30, E5 + 6680, 1, 0, 567142, 448302046, non, 0, 82, 40, A#5 + 6681, 1, 44, 567186, 448330690, nof, 0, 55, 0, + 6682, 1, 0, 567186, 448330690, non, 0, 63, 25, D#4 + 6683, 1, 110, 567296, 448402300, nof, 0, 63, 0, + 6684, 1, 0, 567296, 448402300, non, 0, 60, 25, C4 + 6685, 1, 110, 567406, 448473910, nof, 0, 60, 0, + 6686, 1, 0, 567406, 448473910, non, 0, 58, 25, A#3 + 6687, 1, 44, 567450, 448502554, nof, 0, 76, 0, + 6688, 1, 0, 567450, 448502554, nof, 0, 82, 0, + 6689, 1, 0, 567450, 448502554, non, 0, 75, 28, D#5 + 6690, 1, 0, 567450, 448502554, non, 0, 79, 38, G5 + 6691, 1, 65, 567515, 448544869, nof, 0, 58, 0, + 6692, 1, 0, 567515, 448544869, non, 0, 55, 25, G3 + 6693, 1, 110, 567625, 448616479, nof, 0, 55, 0, + 6694, 1, 0, 567625, 448616479, non, 0, 52, 25, E3 + 725, 0, 900, 567735, 448688089,tempo,80,bpm,, + 6695, 1, 110, 567735, 448688089, nof, 0, 52, 0, + 6696, 1, 22, 567757, 448704193, nof, 0, 75, 0, + 6697, 1, 0, 567757, 448704193, nof, 0, 79, 0, + 6698, 1, 0, 567757, 448704193, non, 0, 72, 27, C5 + 6699, 1, 0, 567757, 448704193, non, 0, 76, 36, E5 + 726, 0, 329, 568064, 448928917,tempo,70,bpm,, + 6700, 1, 307, 568064, 448928917, nof, 0, 72, 0, + 6701, 1, 0, 568064, 448928917, nof, 0, 76, 0, + 6702, 1, 0, 568064, 448928917, non, 0, 70, 26, A#4 + 6703, 1, 0, 568064, 448928917, non, 0, 75, 37, D#5 +14288, 2, 1687, 568064, 448928917, non, 1, 42, 12, F#2 +14289, 2, 0, 568064, 448928917, non, 1, 52, 12, E3 +14290, 2, 0, 568064, 448928917, non, 1, 58, 24, A#3 +14291, 2, 0, 568064, 448928917, non, 1, 67, 48, G4 + 727, 0, 307, 568371, 449185876,tempo,90,bpm,, + 6704, 1, 307, 568371, 449185876, nof, 0, 70, 0, + 6705, 1, 0, 568371, 449185876, nof, 0, 75, 0, + 6706, 1, 0, 568371, 449185876, non, 0, 67, 25, G4 + 6707, 1, 0, 568371, 449185876, non, 0, 72, 35, C5 +14292, 2, 512, 568576, 449319331, nof, 1, 30, 0, +14293, 2, 0, 568576, 449319331, nof, 1, 36, 0, +14294, 2, 0, 568576, 449319331, nof, 1, 52, 0, +14295, 2, 0, 568576, 449319331, nof, 1, 58, 0, + 6708, 1, 307, 568678, 449385733, nof, 0, 67, 0, + 6709, 1, 0, 568678, 449385733, nof, 0, 72, 0, + 6710, 1, 0, 568678, 449385733, non, 0, 64, 23, E4 + 6711, 1, 0, 568678, 449385733, non, 0, 70, 33, A#4 + 6712, 1, 308, 568986, 449586241, nof, 0, 64, 0, + 6713, 1, 0, 568986, 449586241, nof, 0, 70, 0, + 6714, 1, 0, 568986, 449586241, non, 0, 63, 21, D#4 + 6715, 1, 0, 568986, 449586241, non, 0, 67, 31, G4 + 6716, 1, 307, 569293, 449786098, nof, 0, 63, 0, + 6717, 1, 0, 569293, 449786098, nof, 0, 67, 0, + 6718, 1, 0, 569293, 449786098, non, 0, 60, 20, C4 + 6719, 1, 0, 569293, 449786098, non, 0, 64, 29, E4 + 6720, 1, 179, 569472, 449902627, non, 0, 55, 22, G3 + 728, 0, 1229, 569600, 449985955,tsig,6,3,, + 729, 0, 0, 569600, 449985955,tempo,66,bpm,, + 6721, 1, 128, 569600, 449985955, ctl, 0, 64,127, + 6722, 1, 0, 569600, 449985955, nof, 0, 60, 0, + 6723, 1, 0, 569600, 449985955, nof, 0, 64, 0, + 6724, 1, 0, 569600, 449985955, non, 0, 70, 33, A#4 + 6725, 1, 0, 569600, 449985955, non, 0, 75, 44, D#5 + 6726, 1, 0, 569600, 449985955, nof, 0, 55, 0, + 6727, 1, 0, 569600, 449985955, non, 0, 63, 22, D#4 +14296, 2, 1024, 569600, 449985955, ctl, 1, 64,127, +14297, 2, 0, 569600, 449985955, nof, 1, 42, 0, +14298, 2, 0, 569600, 449985955, nof, 1, 52, 0, +14299, 2, 0, 569600, 449985955, nof, 1, 58, 0, + 6728, 1, 140, 569740, 450110135, nof, 0, 63, 0, + 6729, 1, 0, 569740, 450110135, non, 0, 60, 22, C4 + 6730, 1, 139, 569879, 450233428, nof, 0, 60, 0, + 6731, 1, 0, 569879, 450233428, non, 0, 58, 22, A#3 + 730, 0, 307, 569907, 450258264,tempo,90,bpm,, + 6732, 1, 28, 569907, 450258264, nof, 0, 70, 0, + 6733, 1, 0, 569907, 450258264, nof, 0, 75, 0, + 6734, 1, 0, 569907, 450258264, non, 0, 67, 32, G4 + 6735, 1, 0, 569907, 450258264, non, 0, 72, 42, C5 + 6736, 1, 112, 570019, 450331176, nof, 0, 58, 0, + 6737, 1, 0, 570019, 450331176, non, 0, 55, 22, G3 + 6738, 1, 140, 570159, 450422316, nof, 0, 55, 0, + 6739, 1, 0, 570159, 450422316, non, 0, 52, 22, E3 + 731, 0, 307, 570214, 450458121,tempo,70,bpm,, + 6740, 1, 55, 570214, 450458121, nof, 0, 67, 0, + 6741, 1, 0, 570214, 450458121, nof, 0, 72, 0, + 6742, 1, 0, 570214, 450458121, non, 0, 64, 30, E4 + 6743, 1, 0, 570214, 450458121, non, 0, 70, 41, A#4 + 6744, 1, 84, 570298, 450528429, nof, 0, 52, 0, +14300, 2, 752, 570352, 450573627, non, 1, 42, 22, F#2 +14301, 2, 16, 570368, 450587019, nof, 1, 67, 0, +14302, 2, 0, 570368, 450587019, non, 1, 68, 50, G#4 +14303, 2, 69, 570437, 450644772, non, 1, 52, 22, E3 + 732, 0, 308, 570522, 450715917,tempo,90,bpm,, + 6745, 1, 224, 570522, 450715917, nof, 0, 64, 0, + 6746, 1, 0, 570522, 450715917, nof, 0, 70, 0, + 6747, 1, 0, 570522, 450715917, non, 0, 63, 30, D#4 +14304, 2, 85, 570522, 450715917, non, 1, 58, 34, A#3 + 6748, 1, 307, 570829, 450915774, nof, 0, 63, 0, + 6749, 1, 0, 570829, 450915774, non, 0, 60, 20, C4 + 6750, 1, 0, 570829, 450915774, non, 0, 64, 30, E4 + 733, 0, 614, 571136, 451115631,tempo,66,bpm,, + 6751, 1, 307, 571136, 451115631, nof, 0, 60, 0, + 6752, 1, 0, 571136, 451115631, nof, 0, 64, 0, + 6753, 1, 0, 571136, 451115631, non, 0, 58, 19, A#3 + 6754, 1, 0, 571136, 451115631, non, 0, 63, 28, D#4 +14305, 2, 614, 571136, 451115631, nof, 1, 42, 0, +14306, 2, 0, 571136, 451115631, nof, 1, 52, 0, +14307, 2, 0, 571136, 451115631, nof, 1, 58, 0, + 734, 0, 307, 571443, 451387940,tempo,80,bpm,, + 6755, 1, 307, 571443, 451387940, nof, 0, 58, 0, + 6756, 1, 0, 571443, 451387940, nof, 0, 63, 0, + 6757, 1, 0, 571443, 451387940, non, 0, 55, 18, G3 + 6758, 1, 0, 571443, 451387940, non, 0, 60, 27, C4 +14308, 2, 512, 571648, 451538000, non, 1, 66, 47, F#4 +14309, 2, 40, 571688, 451567280, nof, 1, 68, 0, + 6759, 1, 307, 571750, 451612664, nof, 0, 55, 0, + 6760, 1, 0, 571750, 451612664, nof, 0, 60, 0, + 6761, 1, 0, 571750, 451612664, non, 0, 52, 17, E3 + 6762, 1, 0, 571750, 451612664, non, 0, 58, 26, A#3 + 6763, 1, 308, 572058, 451838120, nof, 0, 52, 0, + 6764, 1, 0, 572058, 451838120, nof, 0, 58, 0, + 6765, 1, 0, 572058, 451838120, non, 0, 51, 16, D#3 + 6766, 1, 0, 572058, 451838120, non, 0, 55, 24, G3 +14310, 2, 472, 572160, 451912784, non, 1, 64, 44, E4 +14311, 2, 40, 572200, 451942064, nof, 1, 66, 0, + 6767, 1, 307, 572365, 452062844, nof, 0, 51, 0, + 6768, 1, 0, 572365, 452062844, nof, 0, 55, 0, + 6769, 1, 0, 572365, 452062844, non, 0, 48, 15, C3 + 6770, 1, 0, 572365, 452062844, non, 0, 52, 22, E3 +14312, 2, 302, 572502, 452163128, non, 1, 42, 29, F#2 +14313, 2, 85, 572587, 452225348, non, 1, 52, 29, E3 + 735, 0, 1229, 572672, 452287568,tempo,66,bpm,, + 6771, 1, 307, 572672, 452287568, ctl, 0, 64,127, + 6772, 1, 0, 572672, 452287568, nof, 0, 48, 0, + 6773, 1, 0, 572672, 452287568, nof, 0, 52, 0, + 6774, 1, 0, 572672, 452287568, non, 0, 82, 33, A#5 + 6775, 1, 0, 572672, 452287568, non, 0, 87, 44, D#6 +14314, 2, 85, 572672, 452287568, ctl, 1, 64,127, +14315, 2, 0, 572672, 452287568, ctl, 1, 64, 0, +14316, 2, 0, 572672, 452287568, non, 1, 63, 50, D#4 +14317, 2, 0, 572672, 452287568, non, 1, 58, 29, A#3 +14318, 2, 40, 572712, 452323048, nof, 1, 64, 0, + 6776, 1, 61, 572733, 452341675, ctl, 0, 64, 0, +14319, 2, 21, 572733, 452341675, ctl, 1, 64, 0, + 6777, 1, 97, 572830, 452427714, ctl, 0, 64,127, +14320, 2, 97, 572830, 452427714, ctl, 1, 64,127, + 6778, 1, 149, 572979, 452559877, nof, 0, 82, 0, + 6779, 1, 0, 572979, 452559877, nof, 0, 87, 0, + 6780, 1, 0, 572979, 452559877, non, 0, 79, 32, G5 + 6781, 1, 0, 572979, 452559877, non, 0, 84, 42, C6 +14321, 2, 354, 573184, 452741712, nof, 1, 63, 0, +14322, 2, 0, 573184, 452741712, non, 1, 60, 47, C4 + 736, 0, 614, 573286, 452832186,tempo,90,bpm,, + 6782, 1, 307, 573286, 452832186, nof, 0, 79, 0, + 6783, 1, 0, 573286, 452832186, nof, 0, 84, 0, + 6784, 1, 0, 573286, 452832186, non, 0, 76, 30, E5 + 6785, 1, 0, 573286, 452832186, non, 0, 82, 41, A#5 + 6786, 1, 308, 573594, 453032694, nof, 0, 76, 0, + 6787, 1, 0, 573594, 453032694, nof, 0, 82, 0, + 6788, 1, 0, 573594, 453032694, non, 0, 75, 27, D#5 + 6789, 1, 0, 573594, 453032694, non, 0, 79, 35, G5 +14323, 2, 512, 573696, 453099096, nof, 1, 60, 0, +14324, 2, 0, 573696, 453099096, non, 1, 64, 44, E4 + 6790, 1, 307, 573901, 453232551, nof, 0, 75, 0, + 6791, 1, 0, 573901, 453232551, nof, 0, 79, 0, + 6792, 1, 0, 573901, 453232551, non, 0, 72, 20, C5 + 6793, 1, 0, 573901, 453232551, non, 0, 76, 30, E5 +14325, 2, 384, 574080, 453349080, non, 1, 55, 22, G3 + 737, 0, 922, 574208, 453432408,tempo,80,bpm,, + 6794, 1, 307, 574208, 453432408, nof, 0, 72, 0, + 6795, 1, 0, 574208, 453432408, nof, 0, 76, 0, + 6796, 1, 0, 574208, 453432408, non, 0, 70, 19, A#4 + 6797, 1, 0, 574208, 453432408, non, 0, 75, 28, D#5 +14326, 2, 128, 574208, 453432408, nof, 1, 42, 0, +14327, 2, 0, 574208, 453432408, nof, 1, 52, 0, +14328, 2, 0, 574208, 453432408, nof, 1, 58, 0, +14329, 2, 0, 574208, 453432408, nof, 1, 55, 0, +14330, 2, 0, 574208, 453432408, non, 1, 63, 22, D#4 +14331, 2, 146, 574354, 453539280, nof, 1, 63, 0, +14332, 2, 0, 574354, 453539280, non, 1, 60, 22, C4 +14333, 2, 147, 574501, 453646884, nof, 1, 60, 0, +14334, 2, 0, 574501, 453646884, non, 1, 58, 22, A#3 + 738, 0, 307, 574515, 453657132,tempo,90,bpm,, + 6798, 1, 307, 574515, 453657132, nof, 0, 70, 0, + 6799, 1, 0, 574515, 453657132, nof, 0, 75, 0, + 6800, 1, 0, 574515, 453657132, non, 0, 67, 18, G4 + 6801, 1, 0, 574515, 453657132, non, 0, 72, 27, C5 +14335, 2, 146, 574647, 453743064, nof, 1, 58, 0, +14336, 2, 0, 574647, 453743064, non, 1, 55, 22, G3 +14337, 2, 146, 574793, 453838110, nof, 1, 55, 0, +14338, 2, 0, 574793, 453838110, non, 1, 52, 22, E3 + 6802, 1, 307, 574822, 453856989, nof, 0, 67, 0, + 6803, 1, 0, 574822, 453856989, nof, 0, 72, 0, + 6804, 1, 0, 574822, 453856989, non, 0, 64, 17, E4 + 6805, 1, 0, 574822, 453856989, non, 0, 70, 26, A#4 +14339, 2, 146, 574939, 453933156, nof, 1, 52, 0, + 6806, 1, 308, 575130, 454057497, nof, 0, 64, 0, + 6807, 1, 0, 575130, 454057497, nof, 0, 70, 0, + 6808, 1, 0, 575130, 454057497, non, 0, 63, 16, D#4 + 6809, 1, 0, 575130, 454057497, non, 0, 67, 24, G4 + 6810, 1, 307, 575437, 454257354, nof, 0, 63, 0, + 6811, 1, 0, 575437, 454257354, nof, 0, 67, 0, + 6812, 1, 0, 575437, 454257354, non, 0, 60, 15, C4 + 6813, 1, 0, 575437, 454257354, non, 0, 64, 22, E4 +14340, 2, 635, 575574, 454346541, non, 1, 42, 29, F#2 +14341, 2, 85, 575659, 454401876, non, 1, 52, 29, E3 + 739, 0, 1229, 575744, 454457211,tempo,90,bpm,, + 6814, 1, 307, 575744, 454457211, ctl, 0, 64,127, + 6815, 1, 0, 575744, 454457211, nof, 0, 60, 0, + 6816, 1, 0, 575744, 454457211, nof, 0, 64, 0, + 6817, 1, 0, 575744, 454457211, non, 0, 70, 25, A#4 + 6818, 1, 0, 575744, 454457211, non, 0, 75, 36, D#5 +14342, 2, 85, 575744, 454457211, ctl, 1, 64,127, +14343, 2, 0, 575744, 454457211, non, 1, 58, 38, A#3 + 6819, 1, 307, 576051, 454657068, nof, 0, 70, 0, + 6820, 1, 0, 576051, 454657068, nof, 0, 75, 0, + 6821, 1, 0, 576051, 454657068, non, 0, 67, 24, G4 + 6822, 1, 0, 576051, 454657068, non, 0, 72, 34, C5 + 6823, 1, 307, 576358, 454856925, nof, 0, 67, 0, + 6824, 1, 0, 576358, 454856925, nof, 0, 72, 0, + 6825, 1, 0, 576358, 454856925, non, 0, 64, 22, E4 + 6826, 1, 0, 576358, 454856925, non, 0, 70, 33, A#4 + 6827, 1, 308, 576666, 455057433, nof, 0, 64, 0, + 6828, 1, 0, 576666, 455057433, nof, 0, 70, 0, + 6829, 1, 0, 576666, 455057433, non, 0, 63, 22, D#4 + 6830, 1, 0, 576666, 455057433, non, 0, 67, 30, G4 + 6831, 1, 307, 576973, 455257290, nof, 0, 63, 0, + 6832, 1, 0, 576973, 455257290, nof, 0, 67, 0, + 6833, 1, 0, 576973, 455257290, non, 0, 60, 20, C4 + 6834, 1, 0, 576973, 455257290, non, 0, 64, 30, E4 + 740, 0, 1536, 577280, 455457147,tempo,70,bpm,, + 6835, 1, 307, 577280, 455457147, nof, 0, 60, 0, + 6836, 1, 0, 577280, 455457147, nof, 0, 64, 0, + 6837, 1, 0, 577280, 455457147, non, 0, 58, 19, A#3 + 6838, 1, 0, 577280, 455457147, non, 0, 63, 28, D#4 + 6839, 1, 307, 577587, 455714106, nof, 0, 58, 0, + 6840, 1, 0, 577587, 455714106, nof, 0, 63, 0, + 6841, 1, 0, 577587, 455714106, non, 0, 55, 18, G3 + 6842, 1, 0, 577587, 455714106, non, 0, 60, 27, C4 + 741, 0, 512, 577792, 455885691,tempo,66,bpm,, +14344, 2, 2048, 577792, 455885691, nof, 1, 64, 0, +14345, 2, 0, 577792, 455885691, non, 1, 67, 47, G4 + 6843, 1, 307, 577894, 455976165, nof, 0, 55, 0, + 6844, 1, 0, 577894, 455976165, nof, 0, 60, 0, + 6845, 1, 0, 577894, 455976165, non, 0, 52, 17, E3 + 6846, 1, 0, 577894, 455976165, non, 0, 58, 26, A#3 + 6847, 1, 308, 578202, 456249361, nof, 0, 52, 0, + 6848, 1, 0, 578202, 456249361, nof, 0, 58, 0, + 6849, 1, 0, 578202, 456249361, non, 0, 51, 16, D#3 + 6850, 1, 0, 578202, 456249361, non, 0, 55, 24, G3 +14346, 2, 512, 578304, 456339835, nof, 1, 67, 0, +14347, 2, 0, 578304, 456339835, non, 1, 72, 50, C5 + 6851, 1, 307, 578509, 456521670, nof, 0, 51, 0, + 6852, 1, 0, 578509, 456521670, nof, 0, 55, 0, + 6853, 1, 0, 578509, 456521670, non, 0, 48, 15, C3 + 6854, 1, 0, 578509, 456521670, non, 0, 52, 22, E3 + 742, 0, 1024, 578816, 456793979,tsig,13,4,, + 743, 0, 0, 578816, 456793979,tempo,66,bpm,, + 6855, 1, 307, 578816, 456793979, ctl, 0, 64, 0, + 6856, 1, 0, 578816, 456793979, nof, 0, 48, 0, + 6857, 1, 0, 578816, 456793979, nof, 0, 52, 0, +14348, 2, 512, 578816, 456793979, ctl, 1, 64,127, +14349, 2, 0, 578816, 456793979, nof, 1, 42, 0, +14350, 2, 0, 578816, 456793979, nof, 1, 52, 0, +14351, 2, 0, 578816, 456793979, nof, 1, 58, 0, +14352, 2, 0, 578816, 456793979, nof, 1, 72, 0, +14353, 2, 0, 578816, 456793979, non, 1, 37, 30, C#2 +14354, 2, 0, 578816, 456793979, non, 1, 42, 39, F#2 +14355, 2, 96, 578912, 456879131, ctl, 1, 64, 0, + 744, 0, 128, 578944, 456907515,tempo,70,bpm,, + 6858, 1, 128, 578944, 456907515, non, 0, 75, 55, D#5 + 6859, 1, 0, 578944, 456907515, non, 0, 70, 40, A#4 +14356, 2, 32, 578944, 456907515, non, 1, 58, 35, A#3 +14357, 2, 64, 579008, 456961083, ctl, 1, 64,127, +14358, 2, 90, 579098, 457036413, nof, 1, 58, 0, +14359, 2, 0, 579098, 457036413, non, 1, 52, 35, E3 + 745, 0, 307, 579251, 457164474,tempo,80,bpm,, + 6860, 1, 307, 579251, 457164474, nof, 0, 70, 0, + 6861, 1, 0, 579251, 457164474, non, 0, 67, 26, G4 + 6862, 1, 0, 579251, 457164474, non, 0, 72, 38, C5 +14360, 2, 153, 579251, 457164474, nof, 1, 52, 0, +14361, 2, 205, 579456, 457314534, nof, 1, 37, 0, +14362, 2, 0, 579456, 457314534, nof, 1, 42, 0, + 746, 0, 307, 579558, 457389198,tempo,90,bpm,, + 6863, 1, 307, 579558, 457389198, nof, 0, 67, 0, + 6864, 1, 0, 579558, 457389198, nof, 0, 72, 0, + 6865, 1, 0, 579558, 457389198, non, 0, 64, 24, E4 + 6866, 1, 0, 579558, 457389198, non, 0, 70, 36, A#4 +14363, 2, 102, 579558, 457389198, non, 1, 42, 35, F#2 +14364, 2, 154, 579712, 457489452, nof, 1, 42, 0, +14365, 2, 0, 579712, 457489452, non, 1, 37, 35, C#2 + 6867, 1, 308, 579866, 457589706, nof, 0, 64, 0, + 6868, 1, 0, 579866, 457589706, nof, 0, 70, 0, + 6869, 1, 0, 579866, 457589706, non, 0, 63, 22, D#4 + 6870, 1, 0, 579866, 457589706, non, 0, 67, 34, G4 +14366, 2, 154, 579866, 457589706, nof, 1, 37, 0, + 6871, 1, 307, 580173, 457789563, nof, 0, 63, 0, + 6872, 1, 0, 580173, 457789563, nof, 0, 67, 0, + 6873, 1, 0, 580173, 457789563, non, 0, 60, 21, C4 + 6874, 1, 0, 580173, 457789563, non, 0, 64, 33, E4 + 6875, 1, 307, 580480, 457989420, nof, 0, 60, 0, + 6876, 1, 0, 580480, 457989420, nof, 0, 64, 0, +14367, 2, 614, 580480, 457989420, non, 1, 42, 31, F#2 +14368, 2, 0, 580480, 457989420, non, 1, 48, 39, C3 +14369, 2, 116, 580596, 458064936, ctl, 1, 64, 0, + 747, 0, 1050, 580608, 458072748,tempo,70,bpm,, + 6877, 1, 128, 580608, 458072748, non, 0, 64, 18, E4 + 6878, 1, 0, 580608, 458072748, non, 0, 67, 30, G4 +14370, 2, 12, 580608, 458072748, non, 1, 58, 28, A#3 +14371, 2, 0, 580608, 458072748, non, 1, 63, 40, D#4 +14372, 2, 125, 580733, 458177373, ctl, 1, 64,127, + 748, 0, 307, 580915, 458329707,tempo,80,bpm,, +14373, 2, 182, 580915, 458329707, nof, 1, 58, 0, +14374, 2, 0, 580915, 458329707, nof, 1, 63, 0, +14375, 2, 0, 580915, 458329707, non, 1, 55, 27, G3 +14376, 2, 0, 580915, 458329707, non, 1, 60, 39, C4 +14377, 2, 205, 581120, 458479767, nof, 1, 42, 0, +14378, 2, 0, 581120, 458479767, nof, 1, 48, 0, + 749, 0, 307, 581222, 458554431,tempo,90,bpm,, +14379, 2, 102, 581222, 458554431, nof, 1, 55, 0, +14380, 2, 0, 581222, 458554431, nof, 1, 60, 0, +14381, 2, 0, 581222, 458554431, non, 1, 52, 26, E3 +14382, 2, 0, 581222, 458554431, non, 1, 58, 38, A#3 +14383, 2, 308, 581530, 458754939, nof, 1, 52, 0, +14384, 2, 0, 581530, 458754939, nof, 1, 58, 0, +14385, 2, 0, 581530, 458754939, non, 1, 51, 25, D#3 +14386, 2, 0, 581530, 458754939, non, 1, 55, 37, G3 + 6879, 1, 1024, 581632, 458821341, nof, 0, 75, 0, + 6880, 1, 0, 581632, 458821341, non, 0, 72, 55, C5 +14387, 2, 307, 581837, 458954796, nof, 1, 51, 0, +14388, 2, 0, 581837, 458954796, nof, 1, 55, 0, +14389, 2, 0, 581837, 458954796, non, 1, 48, 24, C3 +14390, 2, 0, 581837, 458954796, non, 1, 52, 36, E3 + 750, 0, 922, 582144, 459154653,tempo,66,bpm,, + 6881, 1, 512, 582144, 459154653, ctl, 0, 64, 0, + 6882, 1, 0, 582144, 459154653, nof, 0, 64, 0, + 6883, 1, 0, 582144, 459154653, nof, 0, 67, 0, +14391, 2, 307, 582144, 459154653, ctl, 1, 64,127, +14392, 2, 0, 582144, 459154653, ctl, 1, 64, 0, +14393, 2, 0, 582144, 459154653, non, 1, 37, 30, C#2 +14394, 2, 0, 582144, 459154653, non, 1, 42, 39, F#2 +14395, 2, 96, 582240, 459239805, ctl, 1, 64, 0, + 751, 0, 128, 582272, 459268189,tempo,70,bpm,, + 6884, 1, 128, 582272, 459268189, nof, 0, 72, 0, + 6885, 1, 0, 582272, 459268189, non, 0, 75, 55, D#5 + 6886, 1, 0, 582272, 459268189, non, 0, 70, 40, A#4 +14396, 2, 32, 582272, 459268189, nof, 1, 48, 0, +14397, 2, 0, 582272, 459268189, nof, 1, 52, 0, +14398, 2, 0, 582272, 459268189, non, 1, 58, 35, A#3 +14399, 2, 64, 582336, 459321757, ctl, 1, 64,127, +14400, 2, 90, 582426, 459397087, nof, 1, 58, 0, +14401, 2, 0, 582426, 459397087, non, 1, 52, 35, E3 + 752, 0, 307, 582579, 459525148,tempo,80,bpm,, + 6887, 1, 307, 582579, 459525148, nof, 0, 70, 0, + 6888, 1, 0, 582579, 459525148, non, 0, 67, 26, G4 + 6889, 1, 0, 582579, 459525148, non, 0, 72, 38, C5 +14402, 2, 153, 582579, 459525148, nof, 1, 52, 0, +14403, 2, 205, 582784, 459675208, nof, 1, 37, 0, +14404, 2, 0, 582784, 459675208, nof, 1, 42, 0, + 753, 0, 307, 582886, 459749872,tempo,90,bpm,, + 6890, 1, 307, 582886, 459749872, nof, 0, 67, 0, + 6891, 1, 0, 582886, 459749872, nof, 0, 72, 0, + 6892, 1, 0, 582886, 459749872, non, 0, 64, 24, E4 + 6893, 1, 0, 582886, 459749872, non, 0, 70, 36, A#4 +14405, 2, 102, 582886, 459749872, non, 1, 42, 35, F#2 +14406, 2, 154, 583040, 459850126, nof, 1, 42, 0, +14407, 2, 0, 583040, 459850126, non, 1, 37, 35, C#2 + 6894, 1, 308, 583194, 459950380, nof, 0, 64, 0, + 6895, 1, 0, 583194, 459950380, nof, 0, 70, 0, + 6896, 1, 0, 583194, 459950380, non, 0, 63, 22, D#4 + 6897, 1, 0, 583194, 459950380, non, 0, 67, 34, G4 +14408, 2, 154, 583194, 459950380, nof, 1, 37, 0, + 6898, 1, 307, 583501, 460150237, nof, 0, 63, 0, + 6899, 1, 0, 583501, 460150237, nof, 0, 67, 0, + 6900, 1, 0, 583501, 460150237, non, 0, 60, 21, C4 + 6901, 1, 0, 583501, 460150237, non, 0, 64, 33, E4 + 6902, 1, 307, 583808, 460350094, nof, 0, 60, 0, + 6903, 1, 0, 583808, 460350094, nof, 0, 64, 0, +14409, 2, 614, 583808, 460350094, non, 1, 42, 40, F#2 +14410, 2, 0, 583808, 460350094, non, 1, 48, 48, C3 +14411, 2, 116, 583924, 460425610, ctl, 1, 64, 0, + 754, 0, 1050, 583936, 460433422,tempo,70,bpm,, + 6904, 1, 128, 583936, 460433422, non, 0, 64, 18, E4 + 6905, 1, 0, 583936, 460433422, non, 0, 67, 30, G4 +14412, 2, 12, 583936, 460433422, non, 1, 58, 28, A#3 +14413, 2, 0, 583936, 460433422, non, 1, 63, 40, D#4 +14414, 2, 125, 584061, 460538047, ctl, 1, 64,127, + 755, 0, 307, 584243, 460690381,tempo,80,bpm,, +14415, 2, 182, 584243, 460690381, nof, 1, 58, 0, +14416, 2, 0, 584243, 460690381, nof, 1, 63, 0, +14417, 2, 0, 584243, 460690381, non, 1, 55, 27, G3 +14418, 2, 0, 584243, 460690381, non, 1, 60, 39, C4 +14419, 2, 205, 584448, 460840441, nof, 1, 42, 0, +14420, 2, 0, 584448, 460840441, nof, 1, 48, 0, + 756, 0, 307, 584550, 460915105,tempo,90,bpm,, +14421, 2, 102, 584550, 460915105, nof, 1, 55, 0, +14422, 2, 0, 584550, 460915105, nof, 1, 60, 0, +14423, 2, 0, 584550, 460915105, non, 1, 52, 26, E3 +14424, 2, 0, 584550, 460915105, non, 1, 58, 38, A#3 +14425, 2, 308, 584858, 461115613, nof, 1, 52, 0, +14426, 2, 0, 584858, 461115613, nof, 1, 58, 0, +14427, 2, 0, 584858, 461115613, non, 1, 51, 25, D#3 +14428, 2, 0, 584858, 461115613, non, 1, 55, 37, G3 + 6906, 1, 1024, 584960, 461182015, nof, 0, 75, 0, + 6907, 1, 0, 584960, 461182015, non, 0, 72, 55, C5 +14429, 2, 307, 585165, 461315470, nof, 1, 51, 0, +14430, 2, 0, 585165, 461315470, nof, 1, 55, 0, +14431, 2, 0, 585165, 461315470, non, 1, 48, 24, C3 +14432, 2, 0, 585165, 461315470, non, 1, 52, 36, E3 + 757, 0, 922, 585472, 461515327,tempo,70,bpm,, + 6908, 1, 512, 585472, 461515327, ctl, 0, 64, 0, + 6909, 1, 0, 585472, 461515327, nof, 0, 64, 0, + 6910, 1, 0, 585472, 461515327, nof, 0, 67, 0, +14433, 2, 307, 585472, 461515327, ctl, 1, 64,127, +14434, 2, 0, 585472, 461515327, ctl, 1, 64, 0, +14435, 2, 0, 585472, 461515327, non, 1, 37, 42, C#2 +14436, 2, 0, 585472, 461515327, non, 1, 42, 39, F#2 +14437, 2, 96, 585568, 461595679, ctl, 1, 64, 0, + 6911, 1, 128, 585600, 461622463, nof, 0, 72, 0, + 6912, 1, 0, 585600, 461622463, non, 0, 75, 55, D#5 + 6913, 1, 0, 585600, 461622463, non, 0, 70, 40, A#4 +14438, 2, 32, 585600, 461622463, nof, 1, 48, 0, +14439, 2, 0, 585600, 461622463, nof, 1, 52, 0, +14440, 2, 0, 585600, 461622463, non, 1, 58, 35, A#3 +14441, 2, 64, 585664, 461676031, ctl, 1, 64,127, +14442, 2, 90, 585754, 461751361, nof, 1, 58, 0, +14443, 2, 0, 585754, 461751361, non, 1, 52, 35, E3 + 758, 0, 435, 585907, 461879422,tempo,90,bpm,, + 6914, 1, 307, 585907, 461879422, nof, 0, 70, 0, + 6915, 1, 0, 585907, 461879422, non, 0, 67, 26, G4 + 6916, 1, 0, 585907, 461879422, non, 0, 72, 38, C5 +14444, 2, 153, 585907, 461879422, nof, 1, 52, 0, +14445, 2, 205, 586112, 462012877, nof, 1, 37, 0, +14446, 2, 0, 586112, 462012877, nof, 1, 42, 0, + 6917, 1, 307, 586214, 462079279, nof, 0, 67, 0, + 6918, 1, 0, 586214, 462079279, nof, 0, 72, 0, + 6919, 1, 0, 586214, 462079279, non, 0, 64, 24, E4 + 6920, 1, 0, 586214, 462079279, non, 0, 70, 37, A#4 +14447, 2, 102, 586214, 462079279, non, 1, 42, 36, F#2 +14448, 2, 154, 586368, 462179533, nof, 1, 42, 0, +14449, 2, 0, 586368, 462179533, non, 1, 37, 36, C#2 + 6921, 1, 308, 586522, 462279787, nof, 0, 64, 0, + 6922, 1, 0, 586522, 462279787, nof, 0, 70, 0, + 6923, 1, 0, 586522, 462279787, non, 0, 63, 22, D#4 + 6924, 1, 0, 586522, 462279787, non, 0, 67, 35, G4 +14450, 2, 154, 586522, 462279787, nof, 1, 37, 0, + 759, 0, 922, 586829, 462479644,tempo,66,bpm,, + 6925, 1, 307, 586829, 462479644, nof, 0, 63, 0, + 6926, 1, 0, 586829, 462479644, nof, 0, 67, 0, + 6927, 1, 0, 586829, 462479644, non, 0, 60, 22, C4 + 6928, 1, 0, 586829, 462479644, non, 0, 64, 34, E4 + 6929, 1, 307, 587136, 462751953, nof, 0, 60, 0, + 6930, 1, 0, 587136, 462751953, nof, 0, 64, 0, +14451, 2, 614, 587136, 462751953, non, 1, 33, 57, A1 +14452, 2, 0, 587136, 462751953, non, 1, 39, 57, D#2 +14453, 2, 116, 587252, 462854845, ctl, 1, 64, 0, + 760, 0, 435, 587264, 462865489,tempo,70,bpm,, + 6931, 1, 128, 587264, 462865489, nof, 0, 75, 0, + 6932, 1, 0, 587264, 462865489, non, 0, 78, 64, F#5 + 6933, 1, 0, 587264, 462865489, non, 0, 73, 34, C#5 +14454, 2, 12, 587264, 462865489, non, 1, 46, 38, A#2 +14455, 2, 0, 587264, 462865489, non, 1, 58, 51, A#3 +14456, 2, 125, 587389, 462970114, ctl, 1, 64,127, + 761, 0, 307, 587571, 463122448,tempo,100,bpm,, + 6934, 1, 307, 587571, 463122448, nof, 0, 73, 0, + 6935, 1, 0, 587571, 463122448, non, 0, 70, 36, A#4 + 6936, 1, 0, 587571, 463122448, non, 0, 75, 48, D#5 + 6937, 1, 307, 587878, 463302043, nof, 0, 70, 0, + 6938, 1, 0, 587878, 463302043, nof, 0, 75, 0, + 6939, 1, 0, 587878, 463302043, non, 0, 67, 37, G4 + 6940, 1, 0, 587878, 463302043, non, 0, 73, 50, C#5 + 6941, 1, 308, 588186, 463482223, nof, 0, 67, 0, + 6942, 1, 0, 588186, 463482223, nof, 0, 73, 0, + 6943, 1, 0, 588186, 463482223, non, 0, 66, 39, F#4 + 6944, 1, 0, 588186, 463482223, non, 0, 70, 52, A#4 + 6945, 1, 307, 588493, 463661818, nof, 0, 66, 0, + 6946, 1, 0, 588493, 463661818, nof, 0, 70, 0, + 6947, 1, 0, 588493, 463661818, non, 0, 63, 41, D#4 + 6948, 1, 0, 588493, 463661818, non, 0, 67, 54, G4 + 762, 0, 1229, 588800, 463841413,tsig,6,3,, + 6949, 1, 307, 588800, 463841413, ctl, 0, 64, 0, + 6950, 1, 0, 588800, 463841413, nof, 0, 63, 0, + 6951, 1, 0, 588800, 463841413, nof, 0, 67, 0, + 6952, 1, 0, 588800, 463841413, non, 0, 66, 40, F#4 + 6953, 1, 0, 588800, 463841413, non, 0, 70, 53, A#4 +14457, 2, 1411, 588800, 463841413, ctl, 1, 64,127, +14458, 2, 0, 588800, 463841413, ctl, 1, 64, 0, +14459, 2, 96, 588896, 463897573, ctl, 1, 64, 0, +14460, 2, 96, 588992, 463953733, ctl, 1, 64,127, + 763, 0, 307, 589107, 464021008,tempo,110,bpm,, + 6954, 1, 307, 589107, 464021008, nof, 0, 66, 0, + 6955, 1, 0, 589107, 464021008, nof, 0, 70, 0, + 6956, 1, 0, 589107, 464021008, non, 0, 63, 40, D#4 + 6957, 1, 0, 589107, 464021008, non, 0, 67, 53, G4 + 6958, 1, 307, 589414, 464184332, nof, 0, 63, 0, + 6959, 1, 0, 589414, 464184332, nof, 0, 67, 0, + 6960, 1, 0, 589414, 464184332, non, 0, 66, 45, F#4 + 6961, 1, 0, 589414, 464184332, non, 0, 70, 58, A#4 + 6962, 1, 615, 590029, 464511512, nof, 0, 66, 0, + 6963, 1, 0, 590029, 464511512, nof, 0, 70, 0, + 6964, 1, 0, 590029, 464511512, non, 0, 63, 41, D#4 + 6965, 1, 0, 590029, 464511512, non, 0, 67, 54, G4 +14461, 2, 1088, 590080, 464538644, non, 1, 30, 48, F#1 +14462, 2, 0, 590080, 464538644, non, 1, 36, 61, C2 + 764, 0, 1229, 590336, 464674836,tempo,70,bpm,, + 6966, 1, 307, 590336, 464674836, nof, 0, 78, 0, + 6967, 1, 0, 590336, 464674836, nof, 0, 63, 0, + 6968, 1, 0, 590336, 464674836, nof, 0, 67, 0, + 6969, 1, 0, 590336, 464674836, non, 0, 76, 49, E5 + 6970, 1, 0, 590336, 464674836, non, 0, 81, 67, A5 +14463, 2, 256, 590336, 464674836, nof, 1, 33, 0, +14464, 2, 0, 590336, 464674836, nof, 1, 39, 0, +14465, 2, 0, 590336, 464674836, nof, 1, 46, 0, +14466, 2, 0, 590336, 464674836, nof, 1, 58, 0, +14467, 2, 0, 590336, 464674836, non, 1, 49, 48, C#3 +14468, 2, 0, 590336, 464674836, non, 1, 61, 61, C#4 +14469, 2, 244, 590580, 464879064, ctl, 1, 64, 0, + 765, 0, 307, 590643, 464931795,tempo,110,bpm,, + 6971, 1, 307, 590643, 464931795, nof, 0, 76, 0, + 6972, 1, 0, 590643, 464931795, nof, 0, 81, 0, + 6973, 1, 0, 590643, 464931795, non, 0, 73, 47, C#5 + 6974, 1, 0, 590643, 464931795, non, 0, 78, 65, F#5 +14470, 2, 137, 590717, 464971163, ctl, 1, 64,127, + 6975, 1, 307, 590950, 465095119, nof, 0, 73, 0, + 6976, 1, 0, 590950, 465095119, nof, 0, 78, 0, + 6977, 1, 0, 590950, 465095119, non, 0, 70, 44, A#4 + 6978, 1, 0, 590950, 465095119, non, 0, 76, 62, E5 + 6979, 1, 308, 591258, 465258975, nof, 0, 70, 0, + 6980, 1, 0, 591258, 465258975, nof, 0, 76, 0, + 6981, 1, 0, 591258, 465258975, non, 0, 69, 41, A4 + 6982, 1, 0, 591258, 465258975, non, 0, 73, 59, C#5 + 6983, 1, 307, 591565, 465422299, nof, 0, 69, 0, + 6984, 1, 0, 591565, 465422299, nof, 0, 73, 0, + 6985, 1, 0, 591565, 465422299, non, 0, 66, 39, F#4 + 6986, 1, 0, 591565, 465422299, non, 0, 70, 57, A#4 + 766, 0, 1229, 591872, 465585623,tempo,80,bpm,, + 6987, 1, 307, 591872, 465585623, ctl, 0, 64,127, + 6988, 1, 0, 591872, 465585623, ctl, 0, 64, 0, + 6989, 1, 0, 591872, 465585623, nof, 0, 66, 0, + 6990, 1, 0, 591872, 465585623, nof, 0, 70, 0, +14471, 2, 1155, 591872, 465585623, ctl, 1, 64,127, +14472, 2, 0, 591872, 465585623, nof, 1, 30, 0, +14473, 2, 0, 591872, 465585623, nof, 1, 36, 0, +14474, 2, 0, 591872, 465585623, nof, 1, 49, 0, +14475, 2, 0, 591872, 465585623, nof, 1, 61, 0, +14476, 2, 0, 591872, 465585623, non, 1, 27, 25, D#1 +14477, 2, 0, 591872, 465585623, non, 1, 33, 25, A1 +14478, 2, 0, 591872, 465585623, non, 1, 40, 25, E2 +14479, 2, 0, 591872, 465585623, non, 1, 52, 25, E3 + 6991, 1, 125, 591997, 465677123, ctl, 0, 64, 0, +14480, 2, 125, 591997, 465677123, ctl, 1, 64, 0, + 6992, 1, 188, 592185, 465814739, ctl, 0, 64,127, +14481, 2, 188, 592185, 465814739, ctl, 1, 64,127, +14482, 2, 711, 592896, 466335191, nof, 1, 40, 0, +14483, 2, 0, 592896, 466335191, nof, 1, 52, 0, +14484, 2, 256, 593152, 466522583, non, 1, 45, 27, A2 +14485, 2, 0, 593152, 466522583, non, 1, 57, 39, A3 + 767, 0, 1536, 593408, 466709975,tempo,66,bpm,, + 6993, 1, 1223, 593408, 466709975, non, 0, 79, 28, G5 + 6994, 1, 0, 593408, 466709975, non, 0, 84, 40, C6 +14486, 2, 256, 593408, 466709975, nof, 1, 27, 0, +14487, 2, 0, 593408, 466709975, nof, 1, 33, 0, +14488, 2, 0, 593408, 466709975, nof, 1, 45, 0, +14489, 2, 0, 593408, 466709975, nof, 1, 57, 0, +14490, 2, 0, 593408, 466709975, non, 1, 52, 27, E3 +14491, 2, 0, 593408, 466709975, non, 1, 64, 39, E4 + 768, 0, 307, 593715, 466982284,tempo,100,bpm,, + 6995, 1, 307, 593715, 466982284, nof, 0, 79, 0, + 6996, 1, 0, 593715, 466982284, nof, 0, 84, 0, + 6997, 1, 0, 593715, 466982284, non, 0, 76, 27, E5 + 6998, 1, 0, 593715, 466982284, non, 0, 81, 39, A5 + 6999, 1, 307, 594022, 467161879, nof, 0, 76, 0, + 7000, 1, 0, 594022, 467161879, nof, 0, 81, 0, + 7001, 1, 0, 594022, 467161879, non, 0, 73, 25, C#5 + 7002, 1, 0, 594022, 467161879, non, 0, 79, 37, G5 + 7003, 1, 308, 594330, 467342059, nof, 0, 73, 0, + 7004, 1, 0, 594330, 467342059, nof, 0, 79, 0, + 7005, 1, 0, 594330, 467342059, non, 0, 72, 24, C5 + 7006, 1, 0, 594330, 467342059, non, 0, 76, 36, E5 + 7007, 1, 307, 594637, 467521654, nof, 0, 72, 0, + 7008, 1, 0, 594637, 467521654, nof, 0, 76, 0, + 7009, 1, 0, 594637, 467521654, non, 0, 69, 22, A4 + 7010, 1, 0, 594637, 467521654, non, 0, 73, 34, C#5 + 7011, 1, 307, 594944, 467701249, ctl, 0, 64,127, + 7012, 1, 0, 594944, 467701249, nof, 0, 69, 0, + 7013, 1, 0, 594944, 467701249, nof, 0, 73, 0, + 7014, 1, 0, 594944, 467701249, non, 0, 67, 44, G4 + 7015, 1, 0, 594944, 467701249, non, 0, 72, 21, C5 + 7016, 1, 0, 594944, 467701249, non, 0, 76, 33, E5 +14492, 2, 1536, 594944, 467701249, ctl, 1, 64,127, + 7017, 1, 307, 595251, 467880844, nof, 0, 72, 0, + 7018, 1, 0, 595251, 467880844, nof, 0, 76, 0, + 7019, 1, 0, 595251, 467880844, non, 0, 69, 19, A4 + 7020, 1, 0, 595251, 467880844, non, 0, 73, 31, C#5 + 7021, 1, 307, 595558, 468060439, nof, 0, 69, 0, + 7022, 1, 0, 595558, 468060439, nof, 0, 73, 0, + 7023, 1, 0, 595558, 468060439, non, 0, 72, 18, C5 + 7024, 1, 0, 595558, 468060439, non, 0, 76, 30, E5 + 769, 0, 2458, 596173, 468420214,tempo,50,bpm,, + 7025, 1, 615, 596173, 468420214, nof, 0, 72, 0, + 7026, 1, 0, 596173, 468420214, nof, 0, 76, 0, + 7027, 1, 0, 596173, 468420214, non, 0, 69, 19, A4 + 7028, 1, 0, 596173, 468420214, non, 0, 73, 31, C#5 +14493, 2, 1280, 596224, 468479935, non, 1, 27, 22, D#1 +14494, 2, 0, 596224, 468479935, non, 1, 33, 22, A1 + 770, 0, 307, 596480, 468779711,tempo,70,bpm,, + 7029, 1, 307, 596480, 468779711, nof, 0, 67, 0, + 7030, 1, 0, 596480, 468779711, nof, 0, 69, 0, + 7031, 1, 0, 596480, 468779711, nof, 0, 73, 0, + 7032, 1, 0, 596480, 468779711, non, 0, 64, 50, E4 + 7033, 1, 0, 596480, 468779711, non, 0, 73, 32, C#5 + 7034, 1, 0, 596480, 468779711, non, 0, 78, 44, F#5 +14495, 2, 256, 596480, 468779711, nof, 1, 52, 0, +14496, 2, 0, 596480, 468779711, nof, 1, 64, 0, +14497, 2, 0, 596480, 468779711, non, 1, 46, 31, A#2 +14498, 2, 0, 596480, 468779711, non, 1, 58, 47, A#3 + 771, 0, 307, 596787, 469036670,tempo,90,bpm,, + 7035, 1, 307, 596787, 469036670, nof, 0, 73, 0, + 7036, 1, 0, 596787, 469036670, nof, 0, 78, 0, + 7037, 1, 0, 596787, 469036670, non, 0, 70, 30, A#4 + 7038, 1, 0, 596787, 469036670, non, 0, 75, 42, D#5 + 7039, 1, 205, 596992, 469170125, nof, 0, 64, 0, + 7040, 1, 0, 596992, 469170125, non, 0, 63, 48, D#4 + 7041, 1, 102, 597094, 469236527, nof, 0, 70, 0, + 7042, 1, 0, 597094, 469236527, nof, 0, 75, 0, + 7043, 1, 0, 597094, 469236527, non, 0, 67, 28, G4 + 7044, 1, 0, 597094, 469236527, non, 0, 73, 40, C#5 + 7045, 1, 308, 597402, 469437035, nof, 0, 67, 0, + 7046, 1, 0, 597402, 469437035, nof, 0, 73, 0, + 7047, 1, 0, 597402, 469437035, non, 0, 66, 26, F#4 + 7048, 1, 0, 597402, 469437035, non, 0, 70, 38, A#4 + 7049, 1, 102, 597504, 469503437, nof, 0, 63, 0, + 7050, 1, 0, 597504, 469503437, non, 0, 61, 47, C#4 + 7051, 1, 205, 597709, 469636892, nof, 0, 66, 0, + 7052, 1, 0, 597709, 469636892, nof, 0, 70, 0, + 7053, 1, 0, 597709, 469636892, non, 0, 63, 24, D#4 + 7054, 1, 0, 597709, 469636892, non, 0, 67, 36, G4 + 772, 0, 1229, 598016, 469836749,tempo,70,bpm,, + 7055, 1, 307, 598016, 469836749, ctl, 0, 64,127, + 7056, 1, 0, 598016, 469836749, ctl, 0, 64, 0, + 7057, 1, 0, 598016, 469836749, nof, 0, 61, 0, + 7058, 1, 0, 598016, 469836749, nof, 0, 63, 0, + 7059, 1, 0, 598016, 469836749, nof, 0, 67, 0, + 7060, 1, 0, 598016, 469836749, non, 0, 60, 49, C4 +14499, 2, 1536, 598016, 469836749, ctl, 1, 64,127, +14500, 2, 0, 598016, 469836749, nof, 1, 27, 0, +14501, 2, 0, 598016, 469836749, nof, 1, 33, 0, +14502, 2, 0, 598016, 469836749, nof, 1, 46, 0, +14503, 2, 0, 598016, 469836749, nof, 1, 58, 0, +14504, 2, 0, 598016, 469836749, non, 1, 40, 28, E2 +14505, 2, 0, 598016, 469836749, non, 1, 52, 40, E3 + 7061, 1, 82, 598098, 469905383, ctl, 0, 64, 0, +14506, 2, 82, 598098, 469905383, ctl, 1, 64, 0, + 7062, 1, 114, 598212, 470000801, ctl, 0, 64,127, +14507, 2, 114, 598212, 470000801, ctl, 1, 64,127, + 773, 0, 512, 598528, 470265293,tempo,90,bpm,, + 7063, 1, 316, 598528, 470265293, nof, 0, 60, 0, + 7064, 1, 0, 598528, 470265293, non, 0, 57, 46, A3 +14508, 2, 316, 598528, 470265293, non, 1, 33, 22, A1 +14509, 2, 256, 598784, 470431949, non, 1, 27, 22, D#1 + 7065, 1, 512, 599040, 470598605, nof, 0, 57, 0, + 7066, 1, 0, 599040, 470598605, non, 0, 61, 44, C#4 +14510, 2, 512, 599296, 470765261, nof, 1, 27, 0, +14511, 2, 0, 599296, 470765261, nof, 1, 33, 0, + 774, 0, 1024, 599552, 470931917,tempo,66,bpm,, + 7067, 1, 512, 599552, 470931917, non, 0, 55, 31, G3 + 7068, 1, 0, 599552, 470931917, non, 0, 60, 40, C4 + 7069, 1, 307, 599859, 471204226, nof, 0, 55, 0, + 7070, 1, 0, 599859, 471204226, nof, 0, 60, 0, + 7071, 1, 0, 599859, 471204226, non, 0, 52, 29, E3 + 7072, 1, 0, 599859, 471204226, non, 0, 57, 38, A3 + 775, 0, 512, 600064, 471386061,tempo,80,bpm,, + 7073, 1, 205, 600064, 471386061, nof, 0, 61, 0, + 7074, 1, 0, 600064, 471386061, non, 0, 64, 44, E4 + 7075, 1, 102, 600166, 471460725, nof, 0, 52, 0, + 7076, 1, 0, 600166, 471460725, nof, 0, 57, 0, + 7077, 1, 0, 600166, 471460725, non, 0, 49, 26, C#3 + 7078, 1, 0, 600166, 471460725, non, 0, 55, 35, G3 + 776, 0, 410, 600474, 471686181,tempo,70,bpm,, + 7079, 1, 308, 600474, 471686181, nof, 0, 49, 0, + 7080, 1, 0, 600474, 471686181, nof, 0, 55, 0, + 7081, 1, 0, 600474, 471686181, non, 0, 48, 23, C3 + 7082, 1, 0, 600474, 471686181, non, 0, 52, 32, E3 + 7083, 1, 102, 600576, 471771555, nof, 0, 64, 0, + 7084, 1, 0, 600576, 471771555, non, 0, 69, 40, A4 + 7085, 1, 205, 600781, 471943140, nof, 0, 48, 0, + 7086, 1, 0, 600781, 471943140, nof, 0, 52, 0, + 7087, 1, 0, 600781, 471943140, non, 0, 45, 21, A2 + 7088, 1, 0, 600781, 471943140, non, 0, 49, 30, C#3 + 7089, 1, 307, 601088, 472200099, ctl, 0, 64,127, + 7090, 1, 0, 601088, 472200099, ctl, 0, 64, 0, + 7091, 1, 0, 601088, 472200099, nof, 0, 69, 0, + 7092, 1, 0, 601088, 472200099, nof, 0, 45, 0, + 7093, 1, 0, 601088, 472200099, nof, 0, 49, 0, + 7094, 1, 0, 601088, 472200099, non, 0, 43, 22, G2 + 7095, 1, 0, 601088, 472200099, non, 0, 48, 22, C3 + 7096, 1, 0, 601088, 472200099, non, 0, 72, 40, C5 +14512, 2, 1792, 601088, 472200099, ctl, 1, 64,127, + 7097, 1, 484, 601572, 472605207, ctl, 0, 64, 0, +14513, 2, 484, 601572, 472605207, ctl, 1, 64, 0, +14514, 2, 28, 601600, 472628643, non, 1, 33, 22, A1 + 7098, 1, 152, 601724, 472732431, ctl, 0, 64,127, +14515, 2, 124, 601724, 472732431, ctl, 1, 64,127, +14516, 2, 132, 601856, 472842915, non, 1, 27, 22, D#1 +14517, 2, 640, 602496, 473378595, nof, 1, 27, 0, +14518, 2, 0, 602496, 473378595, nof, 1, 33, 0, +14519, 2, 0, 602496, 473378595, non, 1, 27, 22, D#1 +14520, 2, 0, 602496, 473378595, non, 1, 33, 22, A1 + 777, 0, 2150, 602624, 473485731,tempo,70,bpm,, + 7099, 1, 900, 602624, 473485731, nof, 0, 43, 0, + 7100, 1, 0, 602624, 473485731, nof, 0, 48, 0, + 7101, 1, 0, 602624, 473485731, nof, 0, 72, 0, + 7102, 1, 0, 602624, 473485731, non, 0, 73, 32, C#5 + 7103, 1, 0, 602624, 473485731, non, 0, 78, 44, F#5 + 7104, 1, 0, 602624, 473485731, non, 0, 64, 50, E4 +14521, 2, 128, 602624, 473485731, nof, 1, 40, 0, +14522, 2, 0, 602624, 473485731, nof, 1, 52, 0, +14523, 2, 0, 602624, 473485731, non, 1, 46, 35, A#2 +14524, 2, 0, 602624, 473485731, non, 1, 58, 44, A#3 + 778, 0, 307, 602931, 473742690,tempo,90,bpm,, + 7105, 1, 307, 602931, 473742690, nof, 0, 73, 0, + 7106, 1, 0, 602931, 473742690, nof, 0, 78, 0, + 7107, 1, 0, 602931, 473742690, non, 0, 70, 30, A#4 + 7108, 1, 0, 602931, 473742690, non, 0, 75, 42, D#5 + 7109, 1, 205, 603136, 473876145, nof, 0, 64, 0, + 7110, 1, 0, 603136, 473876145, non, 0, 63, 48, D#4 + 7111, 1, 102, 603238, 473942547, nof, 0, 70, 0, + 7112, 1, 0, 603238, 473942547, nof, 0, 75, 0, + 7113, 1, 0, 603238, 473942547, non, 0, 67, 28, G4 + 7114, 1, 0, 603238, 473942547, non, 0, 73, 40, C#5 + 7115, 1, 308, 603546, 474143055, nof, 0, 67, 0, + 7116, 1, 0, 603546, 474143055, nof, 0, 73, 0, + 7117, 1, 0, 603546, 474143055, non, 0, 66, 26, F#4 + 7118, 1, 0, 603546, 474143055, non, 0, 70, 38, A#4 + 7119, 1, 102, 603648, 474209457, nof, 0, 63, 0, + 7120, 1, 0, 603648, 474209457, non, 0, 61, 47, C#4 + 7121, 1, 205, 603853, 474342912, nof, 0, 66, 0, + 7122, 1, 0, 603853, 474342912, nof, 0, 70, 0, + 7123, 1, 0, 603853, 474342912, non, 0, 63, 24, D#4 + 7124, 1, 0, 603853, 474342912, non, 0, 67, 36, G4 + 779, 0, 1229, 604160, 474542769,tempo,80,bpm,, + 7125, 1, 307, 604160, 474542769, ctl, 0, 64,127, + 7126, 1, 0, 604160, 474542769, ctl, 0, 64, 0, + 7127, 1, 0, 604160, 474542769, ctl, 0, 64, 0, + 7128, 1, 0, 604160, 474542769, nof, 0, 61, 0, + 7129, 1, 0, 604160, 474542769, nof, 0, 63, 0, + 7130, 1, 0, 604160, 474542769, nof, 0, 67, 0, +14525, 2, 1536, 604160, 474542769, ctl, 1, 64,127, +14526, 2, 0, 604160, 474542769, ctl, 1, 64, 0, +14527, 2, 0, 604160, 474542769, nof, 1, 27, 0, +14528, 2, 0, 604160, 474542769, nof, 1, 33, 0, +14529, 2, 0, 604160, 474542769, nof, 1, 46, 0, +14530, 2, 0, 604160, 474542769, nof, 1, 58, 0, +14531, 2, 0, 604160, 474542769, non, 1, 27, 25, D#1 +14532, 2, 0, 604160, 474542769, non, 1, 33, 25, A1 +14533, 2, 0, 604160, 474542769, non, 1, 40, 25, E2 +14534, 2, 0, 604160, 474542769, non, 1, 52, 25, E3 + 7131, 1, 125, 604285, 474634269, ctl, 0, 64, 0, +14535, 2, 125, 604285, 474634269, ctl, 1, 64, 0, + 7132, 1, 188, 604473, 474771885, ctl, 0, 64,127, +14536, 2, 188, 604473, 474771885, ctl, 1, 64,127, +14537, 2, 711, 605184, 475292337, nof, 1, 40, 0, +14538, 2, 0, 605184, 475292337, nof, 1, 52, 0, +14539, 2, 256, 605440, 475479729, non, 1, 33, 27, A1 +14540, 2, 0, 605440, 475479729, non, 1, 45, 39, A2 + 780, 0, 1536, 605696, 475667121,tempo,66,bpm,, + 7133, 1, 1223, 605696, 475667121, non, 0, 67, 28, G4 + 7134, 1, 0, 605696, 475667121, non, 0, 72, 40, C5 +14541, 2, 256, 605696, 475667121, nof, 1, 27, 0, +14542, 2, 0, 605696, 475667121, nof, 1, 33, 0, +14543, 2, 0, 605696, 475667121, nof, 1, 33, 0, +14544, 2, 0, 605696, 475667121, nof, 1, 45, 0, +14545, 2, 0, 605696, 475667121, non, 1, 40, 27, E2 +14546, 2, 0, 605696, 475667121, non, 1, 52, 39, E3 + 781, 0, 307, 606003, 475939430,tempo,100,bpm,, + 7135, 1, 307, 606003, 475939430, nof, 0, 67, 0, + 7136, 1, 0, 606003, 475939430, nof, 0, 72, 0, + 7137, 1, 0, 606003, 475939430, non, 0, 64, 27, E4 + 7138, 1, 0, 606003, 475939430, non, 0, 69, 39, A4 + 7139, 1, 307, 606310, 476119025, nof, 0, 64, 0, + 7140, 1, 0, 606310, 476119025, nof, 0, 69, 0, + 7141, 1, 0, 606310, 476119025, non, 0, 61, 25, C#4 + 7142, 1, 0, 606310, 476119025, non, 0, 67, 37, G4 + 7143, 1, 308, 606618, 476299205, nof, 0, 61, 0, + 7144, 1, 0, 606618, 476299205, nof, 0, 67, 0, + 7145, 1, 0, 606618, 476299205, non, 0, 60, 24, C4 + 7146, 1, 0, 606618, 476299205, non, 0, 64, 36, E4 + 7147, 1, 307, 606925, 476478800, nof, 0, 60, 0, + 7148, 1, 0, 606925, 476478800, nof, 0, 64, 0, + 7149, 1, 0, 606925, 476478800, non, 0, 57, 22, A3 + 7150, 1, 0, 606925, 476478800, non, 0, 61, 34, C#4 + 7151, 1, 307, 607232, 476658395, ctl, 0, 64,127, + 7152, 1, 0, 607232, 476658395, ctl, 0, 64, 0, + 7153, 1, 0, 607232, 476658395, nof, 0, 57, 0, + 7154, 1, 0, 607232, 476658395, nof, 0, 61, 0, + 7155, 1, 0, 607232, 476658395, non, 0, 55, 44, G3 + 7156, 1, 0, 607232, 476658395, non, 0, 60, 21, C4 + 7157, 1, 0, 607232, 476658395, non, 0, 64, 33, E4 +14547, 2, 1536, 607232, 476658395, ctl, 1, 64,127, +14548, 2, 0, 607232, 476658395, ctl, 1, 64, 0, + 7158, 1, 307, 607539, 476837990, nof, 0, 60, 0, + 7159, 1, 0, 607539, 476837990, nof, 0, 64, 0, + 7160, 1, 0, 607539, 476837990, non, 0, 57, 19, A3 + 7161, 1, 0, 607539, 476837990, non, 0, 61, 31, C#4 + 7162, 1, 307, 607846, 477017585, nof, 0, 57, 0, + 7163, 1, 0, 607846, 477017585, nof, 0, 61, 0, + 7164, 1, 0, 607846, 477017585, non, 0, 60, 18, C4 + 7165, 1, 0, 607846, 477017585, non, 0, 64, 30, E4 + 782, 0, 2458, 608461, 477377360,tempo,50,bpm,, + 7166, 1, 615, 608461, 477377360, nof, 0, 60, 0, + 7167, 1, 0, 608461, 477377360, nof, 0, 64, 0, + 7168, 1, 0, 608461, 477377360, non, 0, 57, 19, A3 + 7169, 1, 0, 608461, 477377360, non, 0, 61, 31, C#4 +14549, 2, 1408, 608640, 477586969, non, 1, 27, 22, D#1 +14550, 2, 0, 608640, 477586969, non, 1, 33, 22, A1 + 7170, 1, 285, 608746, 477711095, ctl, 0, 64, 0, + 783, 0, 307, 608768, 477736857,tempo,70,bpm,, + 7171, 1, 22, 608768, 477736857, nof, 0, 55, 0, + 7172, 1, 0, 608768, 477736857, nof, 0, 57, 0, + 7173, 1, 0, 608768, 477736857, nof, 0, 61, 0, + 7174, 1, 0, 608768, 477736857, non, 0, 52, 50, E3 + 7175, 1, 0, 608768, 477736857, non, 0, 61, 32, C#4 + 7176, 1, 0, 608768, 477736857, non, 0, 66, 44, F#4 +14551, 2, 128, 608768, 477736857, nof, 1, 40, 0, +14552, 2, 0, 608768, 477736857, nof, 1, 52, 0, +14553, 2, 0, 608768, 477736857, non, 1, 46, 31, A#2 + 7177, 1, 109, 608877, 477828090, ctl, 0, 64,127, + 784, 0, 307, 609075, 477993816,tempo,90,bpm,, + 7178, 1, 198, 609075, 477993816, nof, 0, 61, 0, + 7179, 1, 0, 609075, 477993816, nof, 0, 66, 0, + 7180, 1, 0, 609075, 477993816, non, 0, 58, 30, A#3 + 7181, 1, 0, 609075, 477993816, non, 0, 63, 42, D#4 + 7182, 1, 205, 609280, 478127271, nof, 0, 52, 0, + 7183, 1, 0, 609280, 478127271, non, 0, 51, 48, D#3 + 7184, 1, 102, 609382, 478193673, nof, 0, 58, 0, + 7185, 1, 0, 609382, 478193673, nof, 0, 63, 0, + 7186, 1, 0, 609382, 478193673, non, 0, 55, 28, G3 + 7187, 1, 0, 609382, 478193673, non, 0, 61, 40, C#4 + 7188, 1, 308, 609690, 478394181, nof, 0, 55, 0, + 7189, 1, 0, 609690, 478394181, nof, 0, 61, 0, + 7190, 1, 0, 609690, 478394181, non, 0, 54, 26, F#3 + 7191, 1, 0, 609690, 478394181, non, 0, 58, 38, A#3 + 7192, 1, 102, 609792, 478460583, nof, 0, 51, 0, + 7193, 1, 0, 609792, 478460583, non, 0, 49, 47, C#3 + 7194, 1, 205, 609997, 478594038, nof, 0, 54, 0, + 7195, 1, 0, 609997, 478594038, nof, 0, 58, 0, + 7196, 1, 0, 609997, 478594038, non, 0, 51, 24, D#3 + 7197, 1, 0, 609997, 478594038, non, 0, 55, 36, G3 + 785, 0, 1229, 610304, 478793895,tempo,70,bpm,, + 7198, 1, 307, 610304, 478793895, ctl, 0, 64,127, + 7199, 1, 0, 610304, 478793895, ctl, 0, 64, 0, + 7200, 1, 0, 610304, 478793895, ctl, 0, 64, 0, + 7201, 1, 0, 610304, 478793895, nof, 0, 49, 0, + 7202, 1, 0, 610304, 478793895, nof, 0, 51, 0, + 7203, 1, 0, 610304, 478793895, nof, 0, 55, 0, + 7204, 1, 0, 610304, 478793895, non, 0, 48, 49, C3 +14554, 2, 1536, 610304, 478793895, ctl, 1, 64,127, +14555, 2, 0, 610304, 478793895, ctl, 1, 64, 0, +14556, 2, 0, 610304, 478793895, nof, 1, 27, 0, +14557, 2, 0, 610304, 478793895, nof, 1, 33, 0, +14558, 2, 0, 610304, 478793895, nof, 1, 46, 0, +14559, 2, 0, 610304, 478793895, non, 1, 40, 28, E2 + 7205, 1, 82, 610386, 478862529, ctl, 0, 64, 0, +14560, 2, 82, 610386, 478862529, ctl, 1, 64, 0, + 7206, 1, 114, 610500, 478957947, ctl, 0, 64,127, +14561, 2, 114, 610500, 478957947, ctl, 1, 64,127, + 7207, 1, 28, 610528, 478981383, ctl, 0, 64,127, +14562, 2, 28, 610528, 478981383, ctl, 1, 64,127, + 786, 0, 512, 610816, 479222439,tempo,90,bpm,, + 7208, 1, 288, 610816, 479222439, nof, 0, 48, 0, + 7209, 1, 0, 610816, 479222439, non, 0, 45, 46, A2 +14563, 2, 288, 610816, 479222439, non, 1, 33, 22, A1 +14564, 2, 256, 611072, 479389095, non, 1, 27, 22, D#1 + 7210, 1, 512, 611328, 479555751, nof, 0, 45, 0, + 7211, 1, 0, 611328, 479555751, non, 0, 49, 44, C#3 +14565, 2, 512, 611584, 479722407, nof, 1, 27, 0, +14566, 2, 0, 611584, 479722407, nof, 1, 33, 0, + 787, 0, 1024, 611840, 479889063,tempo,66,bpm,, + 7212, 1, 512, 611840, 479889063, non, 0, 43, 21, G2 + 7213, 1, 0, 611840, 479889063, non, 0, 48, 30, C3 + 7214, 1, 384, 612224, 480229671, nof, 0, 43, 0, + 7215, 1, 0, 612224, 480229671, nof, 0, 48, 0, + 7216, 1, 0, 612224, 480229671, non, 0, 40, 18, E2 + 7217, 1, 0, 612224, 480229671, non, 0, 45, 27, A2 + 788, 0, 512, 612352, 480343207,tempo,80,bpm,, + 7218, 1, 128, 612352, 480343207, nof, 0, 49, 0, + 7219, 1, 0, 612352, 480343207, non, 0, 52, 44, E3 + 7220, 1, 256, 612608, 480530599, nof, 0, 40, 0, + 7221, 1, 0, 612608, 480530599, nof, 0, 45, 0, + 7222, 1, 0, 612608, 480530599, non, 0, 39, 16, D#2 + 7223, 1, 0, 612608, 480530599, non, 0, 43, 25, G2 + 7224, 1, 256, 612864, 480717991, nof, 0, 52, 0, + 7225, 1, 0, 612864, 480717991, non, 0, 57, 40, A3 + 7226, 1, 128, 612992, 480811687, nof, 0, 39, 0, + 7227, 1, 0, 612992, 480811687, nof, 0, 43, 0, + 7228, 1, 0, 612992, 480811687, non, 0, 36, 13, C2 + 7229, 1, 0, 612992, 480811687, non, 0, 40, 22, E2 + 7230, 1, 384, 613376, 481092775, ctl, 0, 64,127, + 7231, 1, 0, 613376, 481092775, nof, 0, 57, 0, + 7232, 1, 0, 613376, 481092775, nof, 0, 36, 0, + 7233, 1, 0, 613376, 481092775, nof, 0, 40, 0, + 7234, 1, 0, 613376, 481092775, non, 0, 60, 44, C4 +14567, 2, 1792, 613376, 481092775, ctl, 1, 64,127, +14568, 2, 512, 613888, 481467559, non, 1, 33, 20, A1 + 7235, 1, 557, 613933, 481500499, ctl, 0, 64, 0, +14569, 2, 45, 613933, 481500499, ctl, 1, 64, 0, + 7236, 1, 177, 614110, 481630063, ctl, 0, 64,127, +14570, 2, 177, 614110, 481630063, ctl, 1, 64,127, +14571, 2, 34, 614144, 481654951, non, 1, 27, 20, D#1 +14572, 2, 512, 614656, 482029735, nof, 1, 27, 0, +14573, 2, 0, 614656, 482029735, nof, 1, 33, 0, +14574, 2, 128, 614784, 482123431, non, 1, 27, 20, D#1 +14575, 2, 0, 614784, 482123431, non, 1, 33, 20, A1 + 789, 0, 2560, 614912, 482217127,tempo,70,bpm,, + 7237, 1, 802, 614912, 482217127, nof, 0, 60, 0, + 7238, 1, 0, 614912, 482217127, non, 0, 61, 32, C#4 + 7239, 1, 0, 614912, 482217127, non, 0, 66, 44, F#4 + 7240, 1, 0, 614912, 482217127, non, 0, 52, 50, E3 +14576, 2, 128, 614912, 482217127, nof, 1, 40, 0, +14577, 2, 0, 614912, 482217127, non, 1, 46, 33, A#2 + 790, 0, 307, 615219, 482474086,tempo,90,bpm,, + 7241, 1, 307, 615219, 482474086, nof, 0, 61, 0, + 7242, 1, 0, 615219, 482474086, nof, 0, 66, 0, + 7243, 1, 0, 615219, 482474086, non, 0, 58, 30, A#3 + 7244, 1, 0, 615219, 482474086, non, 0, 63, 42, D#4 + 7245, 1, 205, 615424, 482607541, nof, 0, 52, 0, + 7246, 1, 0, 615424, 482607541, non, 0, 51, 48, D#3 + 7247, 1, 32, 615456, 482628373, ctl, 0, 64, 0, +14578, 2, 544, 615456, 482628373, ctl, 1, 64, 0, + 7248, 1, 70, 615526, 482673943, nof, 0, 58, 0, + 7249, 1, 0, 615526, 482673943, nof, 0, 63, 0, + 7250, 1, 0, 615526, 482673943, non, 0, 55, 28, G3 + 7251, 1, 0, 615526, 482673943, non, 0, 61, 40, C#4 + 7252, 1, 38, 615564, 482698681, ctl, 0, 64,127, +14579, 2, 108, 615564, 482698681, ctl, 1, 64,127, +14580, 2, 0, 615564, 482698681, ctl, 1, 64, 0, + 7253, 1, 270, 615834, 482874451, nof, 0, 55, 0, + 7254, 1, 0, 615834, 482874451, nof, 0, 61, 0, + 7255, 1, 0, 615834, 482874451, non, 0, 58, 26, A#3 + 7256, 1, 102, 615936, 482940853, nof, 0, 51, 0, + 7257, 1, 0, 615936, 482940853, non, 0, 49, 47, C#3 + 7258, 1, 50, 615986, 482973403, ctl, 0, 64, 0, +14581, 2, 422, 615986, 482973403, ctl, 1, 64, 0, + 7259, 1, 136, 616122, 483061939, ctl, 0, 64,127, +14582, 2, 136, 616122, 483061939, ctl, 1, 64,127, + 7260, 1, 19, 616141, 483074308, nof, 0, 58, 0, + 7261, 1, 0, 616141, 483074308, non, 0, 51, 24, D#3 + 7262, 1, 0, 616141, 483074308, non, 0, 55, 36, G3 + 7263, 1, 307, 616448, 483274165, ctl, 0, 64, 0, + 7264, 1, 0, 616448, 483274165, nof, 0, 49, 0, + 7265, 1, 0, 616448, 483274165, nof, 0, 51, 0, + 7266, 1, 0, 616448, 483274165, nof, 0, 55, 0, +14583, 2, 326, 616448, 483274165, ctl, 1, 64,127, +14584, 2, 0, 616448, 483274165, ctl, 1, 64, 0, +14585, 2, 0, 616448, 483274165, ctl, 1, 64, 0, +14586, 2, 0, 616448, 483274165, nof, 1, 27, 0, +14587, 2, 0, 616448, 483274165, nof, 1, 33, 0, +14588, 2, 0, 616448, 483274165, nof, 1, 46, 0, +14589, 2, 0, 616448, 483274165, non, 1, 27, 25, D#1 +14590, 2, 0, 616448, 483274165, non, 1, 33, 25, A1 +14591, 2, 0, 616448, 483274165, non, 1, 40, 25, E2 +14592, 2, 125, 616573, 483355540, ctl, 1, 64, 0, +14593, 2, 188, 616761, 483477928, ctl, 1, 64,127, + 791, 0, 2253, 617472, 483940789,tempo,80,bpm,, +14594, 2, 711, 617472, 483940789, nof, 1, 40, 0, +14595, 2, 256, 617728, 484128181, non, 1, 33, 34, A1 + 792, 0, 512, 617984, 484315573,tempo,66,bpm,, + 7267, 1, 1536, 617984, 484315573, non, 0, 55, 24, G3 + 7268, 1, 0, 617984, 484315573, non, 0, 60, 33, C4 +14596, 2, 256, 617984, 484315573, nof, 1, 27, 0, +14597, 2, 0, 617984, 484315573, nof, 1, 33, 0, +14598, 2, 0, 617984, 484315573, nof, 1, 33, 0, +14599, 2, 0, 617984, 484315573, non, 1, 40, 34, E2 + 793, 0, 307, 618291, 484587882,tempo,90,bpm,, + 7269, 1, 307, 618291, 484587882, nof, 0, 55, 0, + 7270, 1, 0, 618291, 484587882, nof, 0, 60, 0, + 7271, 1, 0, 618291, 484587882, non, 0, 52, 23, E3 + 7272, 1, 0, 618291, 484587882, non, 0, 57, 32, A3 + 7273, 1, 307, 618598, 484787739, nof, 0, 52, 0, + 7274, 1, 0, 618598, 484787739, nof, 0, 57, 0, + 7275, 1, 0, 618598, 484787739, non, 0, 49, 22, C#3 + 7276, 1, 0, 618598, 484787739, non, 0, 55, 31, G3 + 7277, 1, 308, 618906, 484988247, nof, 0, 49, 0, + 7278, 1, 0, 618906, 484988247, nof, 0, 55, 0, + 7279, 1, 0, 618906, 484988247, non, 0, 48, 21, C3 + 7280, 1, 0, 618906, 484988247, non, 0, 52, 30, E3 + 7281, 1, 307, 619213, 485188104, nof, 0, 48, 0, + 7282, 1, 0, 619213, 485188104, nof, 0, 52, 0, + 7283, 1, 0, 619213, 485188104, non, 0, 45, 20, A2 + 7284, 1, 0, 619213, 485188104, non, 0, 49, 29, C#3 + 794, 0, 1229, 619520, 485387961,tempo,80,bpm,, + 7285, 1, 307, 619520, 485387961, ctl, 0, 64,127, + 7286, 1, 0, 619520, 485387961, ctl, 0, 64, 0, + 7287, 1, 0, 619520, 485387961, nof, 0, 45, 0, + 7288, 1, 0, 619520, 485387961, nof, 0, 49, 0, + 7289, 1, 0, 619520, 485387961, non, 0, 48, 18, C3 + 7290, 1, 0, 619520, 485387961, non, 0, 52, 30, E3 +14600, 2, 1536, 619520, 485387961, ctl, 1, 64,127, +14601, 2, 0, 619520, 485387961, ctl, 1, 64, 0, + 795, 0, 307, 619827, 485612685,tempo,90,bpm,, + 7291, 1, 307, 619827, 485612685, nof, 0, 48, 0, + 7292, 1, 0, 619827, 485612685, nof, 0, 52, 0, + 7293, 1, 0, 619827, 485612685, non, 0, 45, 19, A2 + 7294, 1, 0, 619827, 485612685, non, 0, 49, 28, C#3 + 7295, 1, 250, 620077, 485775435, ctl, 0, 64, 0, +14602, 2, 557, 620077, 485775435, ctl, 1, 64, 0, + 7296, 1, 57, 620134, 485812542, nof, 0, 45, 0, + 7297, 1, 0, 620134, 485812542, nof, 0, 49, 0, + 7298, 1, 0, 620134, 485812542, non, 0, 48, 18, C3 + 7299, 1, 0, 620134, 485812542, non, 0, 52, 27, E3 + 7300, 1, 120, 620254, 485890662, ctl, 0, 64,127, +14603, 2, 177, 620254, 485890662, ctl, 1, 64,127, + 7301, 1, 495, 620749, 486212907, nof, 0, 48, 0, + 7302, 1, 0, 620749, 486212907, nof, 0, 52, 0, + 7303, 1, 0, 620749, 486212907, non, 0, 45, 16, A2 + 7304, 1, 0, 620749, 486212907, non, 0, 49, 25, C#3 +14604, 2, 546, 620800, 486246108, non, 1, 27, 15, D#1 +14605, 2, 0, 620800, 486246108, non, 1, 33, 15, A1 + 796, 0, 1229, 621056, 486412764,tempo,66,bpm,, + 7305, 1, 307, 621056, 486412764, nof, 0, 45, 0, + 7306, 1, 0, 621056, 486412764, nof, 0, 49, 0, + 7307, 1, 0, 621056, 486412764, non, 0, 61, 32, C#4 + 7308, 1, 0, 621056, 486412764, non, 0, 66, 44, F#4 + 7309, 1, 0, 621056, 486412764, non, 0, 52, 50, E3 +14606, 2, 256, 621056, 486412764, nof, 1, 40, 0, +14607, 2, 0, 621056, 486412764, non, 1, 46, 33, A#2 + 797, 0, 307, 621363, 486685073,tempo,80,bpm,, + 7310, 1, 307, 621363, 486685073, nof, 0, 61, 0, + 7311, 1, 0, 621363, 486685073, nof, 0, 66, 0, + 7312, 1, 0, 621363, 486685073, non, 0, 58, 30, A#3 + 7313, 1, 0, 621363, 486685073, non, 0, 63, 42, D#4 + 7314, 1, 205, 621568, 486835133, nof, 0, 52, 0, + 7315, 1, 0, 621568, 486835133, non, 0, 51, 48, D#3 + 7316, 1, 32, 621600, 486858557, ctl, 0, 64, 0, +14608, 2, 544, 621600, 486858557, ctl, 1, 64, 0, + 7317, 1, 70, 621670, 486909797, nof, 0, 58, 0, + 7318, 1, 0, 621670, 486909797, nof, 0, 63, 0, + 7319, 1, 0, 621670, 486909797, non, 0, 55, 28, G3 + 7320, 1, 0, 621670, 486909797, non, 0, 61, 40, C#4 + 7321, 1, 38, 621708, 486937613, ctl, 0, 64,127, +14609, 2, 108, 621708, 486937613, ctl, 1, 64,127, +14610, 2, 0, 621708, 486937613, ctl, 1, 64, 0, + 7322, 1, 270, 621978, 487135253, nof, 0, 55, 0, + 7323, 1, 0, 621978, 487135253, nof, 0, 61, 0, + 7324, 1, 0, 621978, 487135253, non, 0, 54, 26, F#3 + 7325, 1, 0, 621978, 487135253, non, 0, 58, 26, A#3 + 7326, 1, 102, 622080, 487209917, nof, 0, 51, 0, + 7327, 1, 0, 622080, 487209917, non, 0, 49, 47, C#3 + 7328, 1, 50, 622130, 487246517, ctl, 0, 64, 0, +14611, 2, 422, 622130, 487246517, ctl, 1, 64, 0, + 7329, 1, 136, 622266, 487346069, ctl, 0, 64,127, +14612, 2, 136, 622266, 487346069, ctl, 1, 64,127, + 7330, 1, 19, 622285, 487359977, nof, 0, 54, 0, + 7331, 1, 0, 622285, 487359977, nof, 0, 58, 0, + 7332, 1, 0, 622285, 487359977, non, 0, 51, 24, D#3 + 7333, 1, 0, 622285, 487359977, non, 0, 55, 36, G3 + 798, 0, 1229, 622592, 487584701,tempo,70,bpm,, + 7334, 1, 307, 622592, 487584701, ctl, 0, 64, 0, + 7335, 1, 0, 622592, 487584701, nof, 0, 49, 0, + 7336, 1, 0, 622592, 487584701, nof, 0, 51, 0, + 7337, 1, 0, 622592, 487584701, nof, 0, 55, 0, +14613, 2, 326, 622592, 487584701, ctl, 1, 64,127, +14614, 2, 0, 622592, 487584701, ctl, 1, 64, 0, +14615, 2, 0, 622592, 487584701, ctl, 1, 64, 0, +14616, 2, 0, 622592, 487584701, ctl, 1, 64, 0, +14617, 2, 0, 622592, 487584701, nof, 1, 27, 0, +14618, 2, 0, 622592, 487584701, nof, 1, 33, 0, +14619, 2, 0, 622592, 487584701, nof, 1, 46, 0, +14620, 2, 0, 622592, 487584701, non, 1, 27, 12, D#1 +14621, 2, 0, 622592, 487584701, non, 1, 33, 12, A1 +14622, 2, 0, 622592, 487584701, non, 1, 40, 12, E2 +14623, 2, 125, 622717, 487689326, ctl, 1, 64, 0, +14624, 2, 188, 622905, 487846682, ctl, 1, 64,127, +14625, 2, 711, 623616, 488441789, nof, 1, 40, 0, +14626, 2, 256, 623872, 488656061, non, 1, 33, 27, A1 + 799, 0, 1536, 624128, 488870333,tempo,66,bpm,, + 7338, 1, 1536, 624128, 488870333, non, 0, 43, 18, G2 + 7339, 1, 0, 624128, 488870333, non, 0, 48, 30, C3 +14627, 2, 256, 624128, 488870333, nof, 1, 27, 0, +14628, 2, 0, 624128, 488870333, nof, 1, 33, 0, +14629, 2, 0, 624128, 488870333, nof, 1, 33, 0, +14630, 2, 0, 624128, 488870333, non, 1, 40, 27, E2 +14631, 2, 35, 624163, 488901378, ctl, 1, 64, 0, +14632, 2, 231, 624394, 489106275, ctl, 1, 64,127, + 7340, 1, 384, 624512, 489210941, nof, 0, 43, 0, + 7341, 1, 0, 624512, 489210941, nof, 0, 48, 0, + 7342, 1, 0, 624512, 489210941, non, 0, 40, 15, E2 + 7343, 1, 0, 624512, 489210941, non, 0, 45, 27, A2 + 800, 0, 768, 624896, 489551549,tempo,50,bpm,, + 7344, 1, 384, 624896, 489551549, nof, 0, 40, 0, + 7345, 1, 0, 624896, 489551549, nof, 0, 45, 0, + 7346, 1, 0, 624896, 489551549, non, 0, 39, 11, D#2 + 7347, 1, 0, 624896, 489551549, non, 0, 43, 23, G2 +14633, 2, 554, 624948, 489612441, ctl, 1, 64, 0, +14634, 2, 254, 625202, 489909875, ctl, 1, 64,127, + 7348, 1, 384, 625280, 490001213, nof, 0, 39, 0, + 7349, 1, 0, 625280, 490001213, nof, 0, 43, 0, + 7350, 1, 0, 625280, 490001213, non, 0, 36, 8, C2 + 7351, 1, 0, 625280, 490001213, non, 0, 40, 20, E2 + 801, 0, 768, 625664, 490450877,tsig,13,4,, + 802, 0, 0, 625664, 490450877,tempo,90,bpm,, + 7352, 1, 384, 625664, 490450877, ctl, 0, 64, 0, + 7353, 1, 0, 625664, 490450877, nof, 0, 36, 0, + 7354, 1, 0, 625664, 490450877, nof, 0, 40, 0, + 7355, 1, 0, 625664, 490450877, non, 0, 55, 55, G3 + 7356, 1, 0, 625664, 490450877, non, 0, 67, 71, G4 +14635, 2, 462, 625664, 490450877, ctl, 1, 64,127, +14636, 2, 0, 625664, 490450877, nof, 1, 40, 0, +14637, 2, 112, 625776, 490523789, ctl, 1, 64, 0, + 7357, 1, 256, 625920, 490617533, non, 0, 72, 54, C5 + 7358, 1, 0, 625920, 490617533, non, 0, 76, 66, E5 +14638, 2, 154, 625930, 490624043, ctl, 1, 64,127, + 803, 0, 563, 626227, 490817390,tempo,100,bpm,, + 7359, 1, 307, 626227, 490817390, nof, 0, 72, 0, + 7360, 1, 0, 626227, 490817390, nof, 0, 76, 0, + 7361, 1, 0, 626227, 490817390, non, 0, 69, 50, A4 + 7362, 1, 0, 626227, 490817390, non, 0, 73, 62, C#5 +14639, 2, 297, 626227, 490817390, non, 1, 27, 66, D#1 + 804, 0, 307, 626534, 490996985,tempo,110,bpm,, + 7363, 1, 307, 626534, 490996985, nof, 0, 69, 0, + 7364, 1, 0, 626534, 490996985, nof, 0, 73, 0, + 7365, 1, 0, 626534, 490996985, non, 0, 72, 46, C5 + 7366, 1, 0, 626534, 490996985, non, 0, 76, 58, E5 +14640, 2, 307, 626534, 490996985, nof, 1, 27, 0, +14641, 2, 0, 626534, 490996985, non, 1, 33, 61, A1 +14642, 2, 308, 626842, 491160841, nof, 1, 33, 0, +14643, 2, 0, 626842, 491160841, non, 1, 40, 56, E2 + 7367, 1, 615, 627149, 491324165, nof, 0, 72, 0, + 7368, 1, 0, 627149, 491324165, nof, 0, 76, 0, + 7369, 1, 0, 627149, 491324165, non, 0, 69, 38, A4 + 7370, 1, 0, 627149, 491324165, non, 0, 73, 50, C#5 +14644, 2, 307, 627149, 491324165, nof, 1, 40, 0, +14645, 2, 0, 627149, 491324165, non, 1, 39, 51, D#2 + 805, 0, 922, 627456, 491487489,tempo,120,bpm,, + 7371, 1, 307, 627456, 491487489, non, 0, 72, 34, C5 + 7372, 1, 0, 627456, 491487489, non, 0, 76, 46, E5 +14646, 2, 307, 627456, 491487489, non, 1, 45, 45, A2 + 7373, 1, 50, 627506, 491511889, nof, 0, 69, 0, + 7374, 1, 0, 627506, 491511889, nof, 0, 73, 0, +14647, 2, 50, 627506, 491511889, nof, 1, 39, 0, +14648, 2, 214, 627720, 491616321, ctl, 1, 64, 0, +14649, 2, 43, 627763, 491637305, non, 1, 52, 40, E3 +14650, 2, 50, 627813, 491661705, nof, 1, 45, 0, + 7375, 1, 462, 627968, 491737345, nof, 0, 55, 0, + 7376, 1, 0, 627968, 491737345, nof, 0, 67, 0, + 7377, 1, 102, 628070, 491787121, non, 0, 69, 26, A4 + 7378, 1, 0, 628070, 491787121, non, 0, 73, 38, C#5 +14651, 2, 257, 628070, 491787121, non, 1, 51, 35, D#3 + 7379, 1, 50, 628120, 491811521, nof, 0, 72, 0, + 7380, 1, 0, 628120, 491811521, nof, 0, 76, 0, +14652, 2, 50, 628120, 491811521, nof, 1, 52, 0, + 7381, 1, 258, 628378, 491937425, non, 0, 72, 22, C5 + 7382, 1, 0, 628378, 491937425, non, 0, 76, 34, E5 +14653, 2, 258, 628378, 491937425, non, 1, 57, 30, A3 + 7383, 1, 50, 628428, 491961825, nof, 0, 69, 0, + 7384, 1, 0, 628428, 491961825, nof, 0, 73, 0, +14654, 2, 50, 628428, 491961825, nof, 1, 51, 0, + 7385, 1, 257, 628685, 492087241, non, 0, 69, 18, A4 + 7386, 1, 0, 628685, 492087241, non, 0, 73, 30, C#5 +14655, 2, 257, 628685, 492087241, non, 1, 64, 25, E4 + 7387, 1, 50, 628735, 492111641, nof, 0, 72, 0, + 7388, 1, 0, 628735, 492111641, nof, 0, 76, 0, +14656, 2, 50, 628735, 492111641, nof, 1, 57, 0, + 806, 0, 1536, 628992, 492237057,tsig,6,3,, + 7389, 1, 257, 628992, 492237057, ctl, 0, 64, 0, + 7390, 1, 0, 628992, 492237057, nof, 0, 69, 0, + 7391, 1, 0, 628992, 492237057, nof, 0, 73, 0, +14657, 2, 257, 628992, 492237057, ctl, 1, 64, 0, +14658, 2, 0, 628992, 492237057, nof, 1, 64, 0, + 807, 0, 3072, 632064, 493736193,tsig,2,2,, + 808, 0, 0, 632064, 493736193,tempo,70,bpm,, + 7392, 1, 3072, 632064, 493736193, ctl, 0, 64, 0, + 7393, 1, 0, 632064, 493736193, ctl, 0, 64, 0, +14659, 2, 3072, 632064, 493736193, ctl, 1, 64, 0, +14660, 2, 0, 632064, 493736193, ctl, 1, 64, 0, + 7394, 1, 1, 632065, 493737030, non, 0, 79, 50, G5 + 7395, 1, 6, 632071, 493742052, non, 0, 84, 66, C6 +14661, 2, 56, 632120, 493783065, ctl, 1, 64,127, + 7396, 1, 191, 632262, 493901919, non, 0, 81, 63, A5 + 809, 0, 205, 632269, 493907778,tempo,120,bpm,, + 7397, 1, 7, 632269, 493907778, nof, 0, 79, 0, + 7398, 1, 0, 632269, 493907778, nof, 0, 84, 0, + 7399, 1, 0, 632269, 493907778, non, 0, 76, 47, E5 + 7400, 1, 205, 632474, 494007818, nof, 0, 76, 0, + 7401, 1, 0, 632474, 494007818, nof, 0, 81, 0, + 7402, 1, 1, 632475, 494008306, non, 0, 73, 44, C#5 + 7403, 1, 0, 632475, 494008306, non, 0, 79, 60, G5 + 7404, 1, 197, 632672, 494104442, non, 0, 72, 42, C5 + 7405, 1, 6, 632678, 494107370, nof, 0, 73, 0, + 7406, 1, 0, 632678, 494107370, nof, 0, 79, 0, + 7407, 1, 5, 632683, 494109810, non, 0, 76, 58, E5 + 7408, 1, 199, 632882, 494206922, non, 0, 73, 55, C#5 + 7409, 1, 1, 632883, 494207410, nof, 0, 72, 0, + 7410, 1, 0, 632883, 494207410, nof, 0, 76, 0, + 7411, 1, 2, 632885, 494208386, non, 0, 69, 39, A4 + 7412, 1, 201, 633086, 494306474, non, 0, 72, 60, C5 + 7413, 1, 2, 633088, 494307450, nof, 0, 69, 0, + 7414, 1, 0, 633088, 494307450, nof, 0, 73, 0, + 7415, 1, 0, 633088, 494307450, non, 0, 67, 44, G4 +14662, 2, 968, 633088, 494307450, non, 1, 45, 43, A2 +14663, 2, 0, 633088, 494307450, non, 1, 55, 43, G3 +14664, 2, 0, 633088, 494307450, non, 1, 61, 43, C#4 +14665, 2, 42, 633130, 494327946, ctl, 1, 64, 0, +14666, 2, 112, 633242, 494382602, ctl, 1, 64,127, + 7416, 1, 205, 633293, 494407490, nof, 0, 67, 0, + 7417, 1, 0, 633293, 494407490, nof, 0, 72, 0, + 7418, 1, 5, 633298, 494409930, non, 0, 69, 57, A4 + 7419, 1, 2, 633300, 494410906, non, 0, 64, 41, E4 + 7420, 1, 189, 633489, 494503138, non, 0, 61, 39, C#4 + 7421, 1, 4, 633493, 494505090, non, 0, 67, 55, G4 + 7422, 1, 5, 633498, 494507530, nof, 0, 64, 0, + 7423, 1, 0, 633498, 494507530, nof, 0, 69, 0, +14667, 2, 358, 633600, 494557306, nof, 1, 45, 0, +14668, 2, 0, 633600, 494557306, nof, 1, 55, 0, +14669, 2, 0, 633600, 494557306, nof, 1, 61, 0, + 7424, 1, 203, 633701, 494606594, non, 0, 64, 53, E4 + 7425, 1, 1, 633702, 494607082, nof, 0, 61, 0, + 7426, 1, 0, 633702, 494607082, nof, 0, 67, 0, + 7427, 1, 2, 633704, 494608058, non, 0, 60, 37, C4 + 7428, 1, 196, 633900, 494703706, non, 0, 57, 34, A3 + 810, 0, 1638, 633907, 494707122,tempo,90,bpm,, + 7429, 1, 7, 633907, 494707122, nof, 0, 60, 0, + 7430, 1, 0, 633907, 494707122, nof, 0, 64, 0, + 7431, 1, 0, 633907, 494707122, non, 0, 61, 50, C#4 + 811, 0, 205, 634112, 494840577,tempo,90,bpm,, + 7432, 1, 205, 634112, 494840577, ctl, 0, 64, 0, + 7433, 1, 0, 634112, 494840577, ctl, 0, 64, 0, + 7434, 1, 0, 634112, 494840577, nof, 0, 57, 0, + 7435, 1, 0, 634112, 494840577, nof, 0, 61, 0, + 7436, 1, 0, 634112, 494840577, non, 0, 52, 38, E3 + 7437, 1, 0, 634112, 494840577, non, 0, 58, 50, A#3 +14670, 2, 512, 634112, 494840577, ctl, 1, 64,127, +14671, 2, 0, 634112, 494840577, ctl, 1, 64, 0, +14672, 2, 0, 634112, 494840577, non, 1, 30, 25, F#1 +14673, 2, 0, 634112, 494840577, non, 1, 42, 33, F#2 +14674, 2, 59, 634171, 494878986, ctl, 1, 64, 0, +14675, 2, 223, 634394, 495024159, ctl, 1, 64,127, + 812, 0, 341, 634453, 495062568,tempo,100,bpm,, + 7438, 1, 341, 634453, 495062568, non, 0, 75, 47, D#5 + 7439, 1, 0, 634453, 495062568, non, 0, 79, 63, G5 + 7440, 1, 171, 634624, 495162603, nof, 0, 52, 0, + 7441, 1, 0, 634624, 495162603, nof, 0, 58, 0, +14676, 2, 230, 634624, 495162603, nof, 1, 30, 0, +14677, 2, 0, 634624, 495162603, nof, 1, 42, 0, + 7442, 1, 171, 634795, 495262638, nof, 0, 75, 0, + 7443, 1, 0, 634795, 495262638, nof, 0, 79, 0, + 7444, 1, 0, 634795, 495262638, non, 0, 82, 47, A#5 + 7445, 1, 0, 634795, 495262638, non, 0, 87, 63, D#6 + 7446, 1, 213, 635008, 495387243, non, 0, 67, 51, G4 + 813, 0, 683, 635136, 495462123,tempo,90,bpm,, + 7447, 1, 128, 635136, 495462123, nof, 0, 67, 0, + 7448, 1, 0, 635136, 495462123, non, 0, 75, 51, D#5 + 7449, 1, 82, 635218, 495515505, nof, 0, 75, 0, + 7450, 1, 0, 635218, 495515505, non, 0, 72, 50, C5 + 814, 0, 164, 635300, 495568887,tempo,110,bpm,, + 7451, 1, 82, 635300, 495568887, nof, 0, 72, 0, + 7452, 1, 0, 635300, 495568887, non, 0, 70, 50, A#4 + 7453, 1, 41, 635341, 495590699, nof, 0, 82, 0, + 7454, 1, 0, 635341, 495590699, nof, 0, 87, 0, + 7455, 1, 0, 635341, 495590699, non, 0, 79, 45, G5 + 7456, 1, 4, 635345, 495592827, non, 0, 84, 61, C6 + 7457, 1, 37, 635382, 495612511, nof, 0, 70, 0, + 7458, 1, 0, 635382, 495612511, non, 0, 67, 49, G4 + 7459, 1, 82, 635464, 495656135, nof, 0, 67, 0, + 7460, 1, 0, 635464, 495656135, non, 0, 64, 48, E4 + 7461, 1, 74, 635538, 495695503, non, 0, 82, 60, A#5 + 7462, 1, 8, 635546, 495699759, nof, 0, 79, 0, + 7463, 1, 0, 635546, 495699759, nof, 0, 84, 0, + 7464, 1, 0, 635546, 495699759, nof, 0, 64, 0, + 7465, 1, 9, 635555, 495704547, non, 0, 76, 44, E5 + 7466, 1, 189, 635744, 495805095, non, 0, 75, 42, D#5 + 7467, 1, 4, 635748, 495807223, non, 0, 79, 58, G5 + 7468, 1, 2, 635750, 495808287, nof, 0, 76, 0, + 7469, 1, 0, 635750, 495808287, nof, 0, 82, 0, + 7470, 1, 197, 635947, 495913091, non, 0, 72, 41, C5 + 7471, 1, 8, 635955, 495917347, nof, 0, 75, 0, + 7472, 1, 0, 635955, 495917347, nof, 0, 79, 0, + 7473, 1, 3, 635958, 495918943, non, 0, 76, 57, E5 + 815, 0, 860, 636160, 496026407,tempo,70,bpm,, + 7474, 1, 202, 636160, 496026407, ctl, 0, 64, 0, + 7475, 1, 0, 636160, 496026407, ctl, 0, 64, 0, + 7476, 1, 0, 636160, 496026407, nof, 0, 72, 0, + 7477, 1, 0, 636160, 496026407, nof, 0, 76, 0, + 7478, 1, 0, 636160, 496026407, non, 0, 70, 39, A#4 + 7479, 1, 0, 636160, 496026407, non, 0, 75, 55, D#5 +14678, 2, 1536, 636160, 496026407, ctl, 1, 64,127, +14679, 2, 0, 636160, 496026407, ctl, 1, 64, 0, +14680, 2, 0, 636160, 496026407, non, 1, 63, 44, D#4 +14681, 2, 71, 636231, 496085834, ctl, 1, 64, 0, +14682, 2, 129, 636360, 496193807, ctl, 1, 64,127, + 816, 0, 256, 636416, 496240679,tempo,90,bpm,, +14683, 2, 56, 636416, 496240679, nof, 1, 63, 0, +14684, 2, 0, 636416, 496240679, non, 1, 60, 41, C4 +14685, 2, 256, 636672, 496407335, nof, 1, 60, 0, +14686, 2, 0, 636672, 496407335, non, 1, 58, 38, A#3 +14687, 2, 256, 636928, 496573991, nof, 1, 58, 0, +14688, 2, 0, 636928, 496573991, non, 1, 55, 36, G3 + 817, 0, 768, 637184, 496740647,tempo,80,bpm,, + 7480, 1, 1024, 637184, 496740647, nof, 0, 70, 0, + 7481, 1, 0, 637184, 496740647, nof, 0, 75, 0, + 7482, 1, 0, 637184, 496740647, non, 0, 67, 52, G4 + 7483, 1, 0, 637184, 496740647, non, 0, 58, 40, A#3 +14689, 2, 256, 637184, 496740647, nof, 1, 55, 0, +14690, 2, 0, 637184, 496740647, non, 1, 52, 38, E3 +14691, 2, 0, 637184, 496740647, non, 1, 42, 33, F#2 +14692, 2, 12, 637196, 496749431, ctl, 1, 64, 0, +14693, 2, 153, 637349, 496861427, ctl, 1, 64,127, + 818, 0, 683, 637867, 497240603,tempo,70,bpm,, + 7484, 1, 683, 637867, 497240603, nof, 0, 58, 0, + 7485, 1, 0, 637867, 497240603, non, 0, 59, 43, B3 +14694, 2, 518, 637867, 497240603, nof, 1, 52, 0, +14695, 2, 0, 637867, 497240603, non, 1, 51, 34, D#3 + 819, 0, 341, 638208, 497526020,tempo,90,bpm,, + 7486, 1, 341, 638208, 497526020, ctl, 0, 64, 0, + 7487, 1, 0, 638208, 497526020, ctl, 0, 64, 0, + 7488, 1, 0, 638208, 497526020, ctl, 0, 64, 0, + 7489, 1, 0, 638208, 497526020, nof, 0, 67, 0, + 7490, 1, 0, 638208, 497526020, nof, 0, 59, 0, + 7491, 1, 0, 638208, 497526020, non, 0, 60, 38, C4 + 7492, 1, 0, 638208, 497526020, non, 0, 66, 50, F#4 +14696, 2, 341, 638208, 497526020, ctl, 1, 64,127, +14697, 2, 0, 638208, 497526020, ctl, 1, 64, 0, +14698, 2, 0, 638208, 497526020, ctl, 1, 64, 0, +14699, 2, 0, 638208, 497526020, nof, 1, 42, 0, +14700, 2, 0, 638208, 497526020, nof, 1, 51, 0, +14701, 2, 0, 638208, 497526020, non, 1, 42, 25, F#2 +14702, 2, 0, 638208, 497526020, non, 1, 50, 33, D3 +14703, 2, 59, 638267, 497564429, ctl, 1, 64, 0, +14704, 2, 223, 638490, 497709602, ctl, 1, 64,127, + 820, 0, 341, 638549, 497748011,tempo,100,bpm,, + 7493, 1, 341, 638549, 497748011, non, 0, 71, 47, B4 + 7494, 1, 0, 638549, 497748011, non, 0, 75, 63, D#5 + 7495, 1, 171, 638720, 497848046, nof, 0, 60, 0, + 7496, 1, 0, 638720, 497848046, nof, 0, 66, 0, +14705, 2, 230, 638720, 497848046, nof, 1, 42, 0, +14706, 2, 0, 638720, 497848046, nof, 1, 50, 0, + 7497, 1, 171, 638891, 497948081, nof, 0, 71, 0, + 7498, 1, 0, 638891, 497948081, nof, 0, 75, 0, + 7499, 1, 0, 638891, 497948081, non, 0, 78, 47, F#5 + 7500, 1, 0, 638891, 497948081, non, 0, 83, 63, B5 + 7501, 1, 213, 639104, 498072686, non, 0, 63, 51, D#4 + 821, 0, 683, 639232, 498147566,tempo,90,bpm,, + 7502, 1, 128, 639232, 498147566, nof, 0, 63, 0, + 7503, 1, 0, 639232, 498147566, non, 0, 71, 51, B4 + 7504, 1, 82, 639314, 498200948, nof, 0, 71, 0, + 7505, 1, 0, 639314, 498200948, non, 0, 68, 50, G#4 + 822, 0, 164, 639396, 498254330,tempo,110,bpm,, + 7506, 1, 82, 639396, 498254330, nof, 0, 68, 0, + 7507, 1, 0, 639396, 498254330, non, 0, 66, 50, F#4 + 7508, 1, 41, 639437, 498276142, nof, 0, 78, 0, + 7509, 1, 0, 639437, 498276142, nof, 0, 83, 0, + 7510, 1, 0, 639437, 498276142, non, 0, 75, 43, D#5 + 7511, 1, 0, 639437, 498276142, non, 0, 80, 59, G#5 + 7512, 1, 41, 639478, 498297954, nof, 0, 66, 0, + 7513, 1, 0, 639478, 498297954, non, 0, 63, 49, D#4 + 7514, 1, 82, 639560, 498341578, nof, 0, 63, 0, + 7515, 1, 0, 639560, 498341578, non, 0, 60, 48, C4 + 7516, 1, 82, 639642, 498385202, nof, 0, 75, 0, + 7517, 1, 0, 639642, 498385202, nof, 0, 80, 0, + 7518, 1, 0, 639642, 498385202, non, 0, 72, 41, C5 + 7519, 1, 0, 639642, 498385202, non, 0, 78, 57, F#5 + 7520, 1, 0, 639642, 498385202, nof, 0, 60, 0, + 7521, 1, 204, 639846, 498493730, nof, 0, 72, 0, + 7522, 1, 0, 639846, 498493730, nof, 0, 78, 0, + 7523, 1, 0, 639846, 498493730, non, 0, 71, 38, B4 + 7524, 1, 0, 639846, 498493730, non, 0, 75, 54, D#5 + 7525, 1, 205, 640051, 498602790, nof, 0, 71, 0, + 7526, 1, 0, 640051, 498602790, nof, 0, 75, 0, + 7527, 1, 0, 640051, 498602790, non, 0, 68, 35, G#4 + 7528, 1, 0, 640051, 498602790, non, 0, 72, 51, C5 + 823, 0, 860, 640256, 498711850,tempo,70,bpm,, + 7529, 1, 205, 640256, 498711850, ctl, 0, 64, 0, + 7530, 1, 0, 640256, 498711850, ctl, 0, 64, 0, + 7531, 1, 0, 640256, 498711850, ctl, 0, 64, 0, + 7532, 1, 0, 640256, 498711850, nof, 0, 68, 0, + 7533, 1, 0, 640256, 498711850, nof, 0, 72, 0, + 7534, 1, 0, 640256, 498711850, non, 0, 66, 34, F#4 + 7535, 1, 0, 640256, 498711850, non, 0, 71, 50, B4 +14707, 2, 1536, 640256, 498711850, ctl, 1, 64,127, +14708, 2, 0, 640256, 498711850, ctl, 1, 64, 0, +14709, 2, 0, 640256, 498711850, ctl, 1, 64, 0, +14710, 2, 0, 640256, 498711850, non, 1, 59, 44, B3 +14711, 2, 71, 640327, 498771277, ctl, 1, 64, 0, +14712, 2, 129, 640456, 498879250, ctl, 1, 64,127, + 824, 0, 256, 640512, 498926122,tempo,90,bpm,, +14713, 2, 56, 640512, 498926122, nof, 1, 59, 0, +14714, 2, 0, 640512, 498926122, non, 1, 56, 41, G#3 +14715, 2, 256, 640768, 499092778, nof, 1, 56, 0, +14716, 2, 0, 640768, 499092778, non, 1, 54, 38, F#3 +14717, 2, 256, 641024, 499259434, nof, 1, 54, 0, +14718, 2, 0, 641024, 499259434, non, 1, 51, 36, D#3 + 825, 0, 768, 641280, 499426090,tempo,80,bpm,, + 7536, 1, 1024, 641280, 499426090, nof, 0, 66, 0, + 7537, 1, 0, 641280, 499426090, nof, 0, 71, 0, + 7538, 1, 0, 641280, 499426090, non, 0, 60, 35, C4 + 7539, 1, 0, 641280, 499426090, non, 0, 66, 47, F#4 +14719, 2, 256, 641280, 499426090, nof, 1, 51, 0, +14720, 2, 0, 641280, 499426090, non, 1, 42, 21, F#2 +14721, 2, 0, 641280, 499426090, non, 1, 50, 33, D3 +14722, 2, 12, 641292, 499434874, ctl, 1, 64, 0, +14723, 2, 153, 641445, 499546870, ctl, 1, 64,127, + 7540, 1, 683, 641963, 499926046, nof, 0, 60, 0, + 7541, 1, 0, 641963, 499926046, nof, 0, 66, 0, + 7542, 1, 0, 641963, 499926046, non, 0, 59, 40, B3 + 7543, 1, 0, 641963, 499926046, non, 0, 67, 47, G4 + 826, 0, 1024, 642304, 500175658,tempo,70,bpm,, + 7544, 1, 341, 642304, 500175658, ctl, 0, 64, 0, + 7545, 1, 0, 642304, 500175658, ctl, 0, 64, 0, + 7546, 1, 0, 642304, 500175658, nof, 0, 59, 0, + 7547, 1, 0, 642304, 500175658, nof, 0, 67, 0, + 7548, 1, 0, 642304, 500175658, non, 0, 58, 44, A#3 + 7549, 1, 0, 642304, 500175658, non, 0, 68, 43, G#4 +14724, 2, 859, 642304, 500175658, ctl, 1, 64,127, +14725, 2, 0, 642304, 500175658, ctl, 1, 64, 0, +14726, 2, 0, 642304, 500175658, ctl, 1, 64, 0, +14727, 2, 0, 642304, 500175658, ctl, 1, 64, 0, +14728, 2, 0, 642304, 500175658, nof, 1, 42, 0, +14729, 2, 0, 642304, 500175658, nof, 1, 50, 0, +14730, 2, 0, 642304, 500175658, non, 1, 42, 18, F#2 +14731, 2, 0, 642304, 500175658, non, 1, 50, 30, D3 +14732, 2, 59, 642363, 500225041, ctl, 1, 64, 0, +14733, 2, 223, 642586, 500411692, ctl, 1, 64,127, + 827, 0, 341, 642645, 500461075,tempo,90,bpm,, + 7550, 1, 341, 642645, 500461075, non, 0, 59, 39, B3 + 7551, 1, 0, 642645, 500461075, non, 0, 67, 39, G4 + 7552, 1, 0, 642645, 500461075, non, 0, 71, 51, B4 + 7553, 1, 171, 642816, 500572396, nof, 0, 58, 0, + 7554, 1, 0, 642816, 500572396, nof, 0, 68, 0, +14734, 2, 230, 642816, 500572396, nof, 1, 42, 0, +14735, 2, 0, 642816, 500572396, nof, 1, 50, 0, + 7555, 1, 171, 642987, 500683717, nof, 0, 59, 0, + 7556, 1, 0, 642987, 500683717, nof, 0, 67, 0, + 7557, 1, 0, 642987, 500683717, nof, 0, 71, 0, + 7558, 1, 0, 642987, 500683717, non, 0, 74, 47, D5 + 7559, 1, 0, 642987, 500683717, non, 0, 79, 63, G5 + 7560, 1, 213, 643200, 500822380, non, 0, 59, 51, B3 + 828, 0, 683, 643328, 500905708,tempo,90,bpm,, + 7561, 1, 128, 643328, 500905708, nof, 0, 59, 0, + 7562, 1, 0, 643328, 500905708, non, 0, 67, 51, G4 + 7563, 1, 82, 643410, 500959090, nof, 0, 67, 0, + 7564, 1, 0, 643410, 500959090, non, 0, 64, 50, E4 + 7565, 1, 82, 643492, 501012472, nof, 0, 64, 0, + 7566, 1, 0, 643492, 501012472, non, 0, 62, 50, D4 + 7567, 1, 41, 643533, 501039163, nof, 0, 74, 0, + 7568, 1, 0, 643533, 501039163, nof, 0, 79, 0, + 7569, 1, 0, 643533, 501039163, non, 0, 71, 43, B4 + 7570, 1, 0, 643533, 501039163, non, 0, 76, 59, E5 + 7571, 1, 41, 643574, 501065854, nof, 0, 62, 0, + 7572, 1, 0, 643574, 501065854, non, 0, 59, 49, B3 + 7573, 1, 82, 643656, 501119236, nof, 0, 59, 0, + 7574, 1, 0, 643656, 501119236, non, 0, 56, 48, G#3 + 829, 0, 410, 643738, 501172618,tempo,80,bpm,, + 7575, 1, 82, 643738, 501172618, nof, 0, 71, 0, + 7576, 1, 0, 643738, 501172618, nof, 0, 76, 0, + 7577, 1, 0, 643738, 501172618, non, 0, 68, 41, G#4 + 7578, 1, 0, 643738, 501172618, non, 0, 74, 57, D5 + 7579, 1, 0, 643738, 501172618, nof, 0, 56, 0, + 7580, 1, 204, 643942, 501321946, nof, 0, 68, 0, + 7581, 1, 0, 643942, 501321946, nof, 0, 74, 0, + 7582, 1, 0, 643942, 501321946, non, 0, 67, 38, G4 + 7583, 1, 0, 643942, 501321946, non, 0, 71, 54, B4 + 7584, 1, 205, 644147, 501472006, nof, 0, 67, 0, + 7585, 1, 0, 644147, 501472006, nof, 0, 71, 0, + 7586, 1, 0, 644147, 501472006, non, 0, 64, 35, E4 + 7587, 1, 0, 644147, 501472006, non, 0, 68, 51, G#4 + 830, 0, 614, 644352, 501622066,tempo,70,bpm,, + 7588, 1, 205, 644352, 501622066, ctl, 0, 64, 0, + 7589, 1, 0, 644352, 501622066, ctl, 0, 64, 0, + 7590, 1, 0, 644352, 501622066, nof, 0, 64, 0, + 7591, 1, 0, 644352, 501622066, nof, 0, 68, 0, + 7592, 1, 0, 644352, 501622066, non, 0, 62, 28, D4 + 7593, 1, 0, 644352, 501622066, non, 0, 67, 44, G4 +14736, 2, 1536, 644352, 501622066, ctl, 1, 64,127, +14737, 2, 0, 644352, 501622066, ctl, 1, 64, 0, +14738, 2, 0, 644352, 501622066, ctl, 1, 64, 0, +14739, 2, 0, 644352, 501622066, ctl, 1, 64, 0, +14740, 2, 0, 644352, 501622066, non, 1, 55, 40, G3 +14741, 2, 71, 644423, 501681493, ctl, 1, 64, 0, +14742, 2, 129, 644552, 501789466, ctl, 1, 64,127, + 831, 0, 341, 644693, 501907483,tempo,90,bpm,, +14743, 2, 141, 644693, 501907483, nof, 1, 55, 0, +14744, 2, 0, 644693, 501907483, non, 1, 52, 38, E3 +14745, 2, 342, 645035, 502130125, nof, 1, 52, 0, +14746, 2, 0, 645035, 502130125, non, 1, 50, 36, D3 + 7594, 1, 1024, 645376, 502352116, nof, 0, 62, 0, + 7595, 1, 0, 645376, 502352116, nof, 0, 67, 0, + 7596, 1, 0, 645376, 502352116, non, 0, 67, 41, G4 + 7597, 1, 0, 645376, 502352116, non, 0, 58, 34, A#3 + 7598, 1, 0, 645376, 502352116, non, 0, 62, 34, D4 +14747, 2, 341, 645376, 502352116, nof, 1, 50, 0, +14748, 2, 0, 645376, 502352116, non, 1, 42, 25, F#2 +14749, 2, 0, 645376, 502352116, non, 1, 50, 34, D3 +14750, 2, 12, 645388, 502359928, ctl, 1, 64, 0, +14751, 2, 153, 645541, 502459531, ctl, 1, 64,127, + 832, 0, 1366, 646059, 502796749,tempo,70,bpm,, + 7599, 1, 683, 646059, 502796749, nof, 0, 58, 0, + 7600, 1, 0, 646059, 502796749, nof, 0, 62, 0, + 7601, 1, 0, 646059, 502796749, non, 0, 63, 46, D#4 +14752, 2, 518, 646059, 502796749, nof, 1, 50, 0, +14753, 2, 0, 646059, 502796749, non, 1, 49, 30, C#3 + 833, 0, 341, 646400, 503082166,tempo,80,bpm,, + 7602, 1, 341, 646400, 503082166, ctl, 0, 64, 0, + 7603, 1, 0, 646400, 503082166, ctl, 0, 64, 0, + 7604, 1, 0, 646400, 503082166, nof, 0, 63, 0, + 7605, 1, 0, 646400, 503082166, non, 0, 58, 43, A#3 + 7606, 1, 0, 646400, 503082166, non, 0, 64, 48, E4 +14754, 2, 341, 646400, 503082166, ctl, 1, 64,127, +14755, 2, 0, 646400, 503082166, ctl, 1, 64, 0, +14756, 2, 0, 646400, 503082166, nof, 1, 49, 0, +14757, 2, 0, 646400, 503082166, non, 1, 48, 23, C3 +14758, 2, 200, 646600, 503228566, ctl, 1, 64, 0, +14759, 2, 275, 646875, 503429866, ctl, 1, 64,127, + 834, 0, 1707, 648107, 504331690,tempo,66,bpm,, + 7607, 1, 1707, 648107, 504331690, nof, 0, 58, 0, + 7608, 1, 0, 648107, 504331690, nof, 0, 64, 0, + 7609, 1, 0, 648107, 504331690, nof, 0, 67, 0, + 7610, 1, 0, 648107, 504331690, non, 0, 58, 35, A#3 + 7611, 1, 0, 648107, 504331690, non, 0, 63, 35, D#4 + 7612, 1, 0, 648107, 504331690, non, 0, 67, 40, G4 +14760, 2, 1232, 648107, 504331690, nof, 1, 42, 0, +14761, 2, 0, 648107, 504331690, nof, 1, 48, 0, +14762, 2, 0, 648107, 504331690, non, 1, 42, 23, F#2 +14763, 2, 0, 648107, 504331690, non, 1, 49, 23, C#3 +14764, 2, 41, 648148, 504368057, ctl, 1, 64, 0, +14765, 2, 250, 648398, 504589807, ctl, 1, 64,127, + 7613, 1, 341, 648448, 504634157, ctl, 0, 64, 0, + 7614, 1, 0, 648448, 504634157, ctl, 0, 64, 0, + 7615, 1, 0, 648448, 504634157, nof, 0, 63, 0, + 7616, 1, 0, 648448, 504634157, non, 0, 64, 28, E4 +14766, 2, 50, 648448, 504634157, ctl, 1, 64,127, +14767, 2, 0, 648448, 504634157, ctl, 1, 64, 0, +14768, 2, 0, 648448, 504634157, ctl, 1, 64, 0, +14769, 2, 0, 648448, 504634157, nof, 1, 49, 0, +14770, 2, 0, 648448, 504634157, non, 1, 48, 16, C3 +14771, 2, 200, 648648, 504811557, ctl, 1, 64, 0, +14772, 2, 275, 648923, 505055482, ctl, 1, 64,127, + 835, 0, 1365, 649472, 505542445,tempo,66,bpm,, +14773, 2, 789, 649712, 505755325, ctl, 1, 64,127, + 836, 0, 683, 650155, 506148266,tempo,25,bpm,, + 7617, 1, 1707, 650155, 506148266, nof, 0, 58, 0, + 7618, 1, 0, 650155, 506148266, nof, 0, 64, 0, + 7619, 1, 0, 650155, 506148266, nof, 0, 67, 0, + 7620, 1, 0, 650155, 506148266, non, 0, 58, 24, A#3 + 7621, 1, 0, 650155, 506148266, non, 0, 64, 24, E4 + 7622, 1, 0, 650155, 506148266, non, 0, 67, 29, G4 +14774, 2, 443, 650155, 506148266, nof, 1, 42, 0, +14775, 2, 0, 650155, 506148266, nof, 1, 48, 0, +14776, 2, 0, 650155, 506148266, non, 1, 42, 16, F#2 +14777, 2, 0, 650155, 506148266, non, 1, 48, 16, C3 + 837, 0, 341, 650496, 506947229,tempo,30,bpm,, + 7623, 1, 341, 650496, 506947229, ctl, 0, 64, 0, + 7624, 1, 0, 650496, 506947229, nof, 0, 58, 0, + 7625, 1, 0, 650496, 506947229, nof, 0, 64, 0, + 7626, 1, 0, 650496, 506947229, nof, 0, 67, 0, +14778, 2, 341, 650496, 506947229, ctl, 1, 64,127, +14779, 2, 0, 650496, 506947229, nof, 1, 42, 0, +14780, 2, 0, 650496, 506947229, nof, 1, 48, 0, +14781, 2, 0, 650496, 506947229, non, 1, 40, 73, E2 +14782, 2, 60, 650556, 507064409, ctl, 1, 64, 0, + 838, 0, 93, 650589, 507128858,tempo,40,bpm,, +14783, 2, 33, 650589, 507128858, non, 1, 48, 59, C3 +14784, 2, 56, 650645, 507210842, ctl, 1, 64,127, + 839, 0, 93, 650682, 507265010,tempo,50,bpm,, +14785, 2, 37, 650682, 507265010, nof, 1, 48, 0, +14786, 2, 0, 650682, 507265010, non, 1, 54, 64, F#3 +14787, 2, 93, 650775, 507373913, nof, 1, 40, 0, +14788, 2, 0, 650775, 507373913, nof, 1, 54, 0, +14789, 2, 0, 650775, 507373913, non, 1, 58, 68, A#3 +14790, 2, 93, 650868, 507482816, nof, 1, 58, 0, +14791, 2, 0, 650868, 507482816, non, 1, 63, 73, D#4 + 840, 0, 279, 650961, 507591719,tempo,45,bpm,, +14792, 2, 93, 650961, 507591719, nof, 1, 63, 0, +14793, 2, 0, 650961, 507591719, non, 1, 68, 77, G#4 + 841, 0, 94, 651055, 507714107,tempo,60,bpm,, +14794, 2, 94, 651055, 507714107, nof, 1, 68, 0, +14795, 2, 0, 651055, 507714107, non, 1, 63, 77, D#4 +14796, 2, 93, 651148, 507804875, nof, 1, 63, 0, +14797, 2, 0, 651148, 507804875, non, 1, 58, 71, A#3 + 842, 0, 186, 651241, 507895643,tempo,50,bpm,, +14798, 2, 93, 651241, 507895643, nof, 1, 58, 0, +14799, 2, 0, 651241, 507895643, non, 1, 54, 66, F#3 +14800, 2, 93, 651334, 508004546, nof, 1, 54, 0, +14801, 2, 0, 651334, 508004546, non, 1, 48, 60, C3 +14802, 2, 93, 651427, 508113449, nof, 1, 48, 0, +14803, 2, 0, 651427, 508113449, non, 1, 40, 55, E2 + 843, 0, 194, 651435, 508122817,tempo,50,bpm,, + 7627, 1, 939, 651435, 508122817, non, 0, 56, 91, G#3 + 7628, 1, 85, 651520, 508222352, nof, 0, 56, 0, + 7629, 1, 0, 651520, 508222352, non, 0, 60, 91, C4 +14804, 2, 93, 651520, 508222352, ctl, 1, 64, 0, +14805, 2, 0, 651520, 508222352, nof, 1, 40, 0, +14806, 2, 159, 651679, 508408541, ctl, 1, 64,127, + 844, 0, 256, 651691, 508422593,tempo,66,bpm,, +14807, 2, 12, 651691, 508422593, non, 1, 40, 63, E2 +14808, 2, 0, 651691, 508422593, non, 1, 48, 44, C3 +14809, 2, 0, 651691, 508422593, non, 1, 54, 44, F#3 +14810, 2, 0, 651691, 508422593, non, 1, 58, 44, A#3 +14811, 2, 0, 651691, 508422593, non, 1, 63, 44, D#4 +14812, 2, 0, 651691, 508422593, non, 1, 68, 60, G#4 +14813, 2, 170, 651861, 508573383, nof, 1, 40, 0, +14814, 2, 0, 651861, 508573383, nof, 1, 48, 0, +14815, 2, 0, 651861, 508573383, nof, 1, 54, 0, +14816, 2, 0, 651861, 508573383, nof, 1, 58, 0, +14817, 2, 0, 651861, 508573383, nof, 1, 63, 0, +14818, 2, 0, 651861, 508573383, nof, 1, 68, 0, +14819, 2, 0, 651861, 508573383, non, 1, 40, 71, E2 +14820, 2, 0, 651861, 508573383, non, 1, 48, 52, C3 +14821, 2, 0, 651861, 508573383, non, 1, 54, 52, F#3 +14822, 2, 0, 651861, 508573383, non, 1, 58, 52, A#3 +14823, 2, 0, 651861, 508573383, non, 1, 63, 52, D#4 +14824, 2, 0, 651861, 508573383, non, 1, 68, 68, G#4 + 845, 0, 341, 652032, 508725060,tempo,70,bpm,, +14825, 2, 342, 652203, 508868187, nof, 1, 40, 0, +14826, 2, 0, 652203, 508868187, nof, 1, 48, 0, +14827, 2, 0, 652203, 508868187, nof, 1, 54, 0, +14828, 2, 0, 652203, 508868187, nof, 1, 58, 0, +14829, 2, 0, 652203, 508868187, nof, 1, 63, 0, +14830, 2, 0, 652203, 508868187, nof, 1, 68, 0, +14831, 2, 0, 652203, 508868187, non, 1, 40, 67, E2 +14832, 2, 0, 652203, 508868187, non, 1, 48, 48, C3 +14833, 2, 0, 652203, 508868187, non, 1, 54, 48, F#3 +14834, 2, 0, 652203, 508868187, non, 1, 58, 48, A#3 +14835, 2, 0, 652203, 508868187, non, 1, 63, 48, D#4 +14836, 2, 0, 652203, 508868187, non, 1, 68, 69, G#4 + 846, 0, 341, 652373, 509010477,tempo,50,bpm,, +14837, 2, 170, 652373, 509010477, nof, 1, 40, 0, +14838, 2, 0, 652373, 509010477, nof, 1, 48, 0, +14839, 2, 0, 652373, 509010477, nof, 1, 54, 0, +14840, 2, 0, 652373, 509010477, nof, 1, 58, 0, +14841, 2, 0, 652373, 509010477, nof, 1, 63, 0, +14842, 2, 0, 652373, 509010477, nof, 1, 68, 0, +14843, 2, 0, 652373, 509010477, non, 1, 40, 63, E2 +14844, 2, 0, 652373, 509010477, non, 1, 48, 42, C3 +14845, 2, 0, 652373, 509010477, non, 1, 54, 42, F#3 +14846, 2, 0, 652373, 509010477, non, 1, 58, 42, A#3 +14847, 2, 0, 652373, 509010477, non, 1, 63, 42, D#4 +14848, 2, 0, 652373, 509010477, non, 1, 68, 70, G#4 + 847, 0, 171, 652544, 509210718,tempo,66,bpm,, + 7630, 1, 1024, 652544, 509210718, ctl, 0, 64, 0, +14849, 2, 171, 652544, 509210718, ctl, 1, 64,127, +14850, 2, 0, 652544, 509210718, nof, 1, 40, 0, +14851, 2, 0, 652544, 509210718, nof, 1, 48, 0, +14852, 2, 0, 652544, 509210718, nof, 1, 54, 0, +14853, 2, 0, 652544, 509210718, nof, 1, 58, 0, +14854, 2, 0, 652544, 509210718, nof, 1, 63, 0, +14855, 2, 0, 652544, 509210718, nof, 1, 68, 0, +14856, 2, 0, 652544, 509210718, non, 1, 40, 73, E2 +14857, 2, 60, 652604, 509263938, ctl, 1, 64, 0, +14858, 2, 33, 652637, 509293209, non, 1, 48, 59, C3 +14859, 2, 56, 652693, 509342881, ctl, 1, 64,127, +14860, 2, 37, 652730, 509375700, nof, 1, 48, 0, +14861, 2, 0, 652730, 509375700, non, 1, 54, 64, F#3 +14862, 2, 93, 652823, 509458191, nof, 1, 40, 0, +14863, 2, 0, 652823, 509458191, nof, 1, 54, 0, +14864, 2, 0, 652823, 509458191, non, 1, 58, 68, A#3 +14865, 2, 93, 652916, 509540682, nof, 1, 58, 0, +14866, 2, 0, 652916, 509540682, non, 1, 63, 73, D#4 + 848, 0, 465, 653009, 509623173,tempo,45,bpm,, +14867, 2, 93, 653009, 509623173, nof, 1, 63, 0, +14868, 2, 0, 653009, 509623173, non, 1, 68, 77, G#4 + 7631, 1, 512, 653056, 509684367, nof, 0, 60, 0, + 849, 0, 94, 653103, 509745561,tempo,60,bpm,, +14869, 2, 94, 653103, 509745561, nof, 1, 68, 0, +14870, 2, 0, 653103, 509745561, non, 1, 63, 77, D#4 +14871, 2, 93, 653196, 509836329, nof, 1, 63, 0, +14872, 2, 0, 653196, 509836329, non, 1, 58, 71, A#3 + 850, 0, 186, 653289, 509927097,tempo,50,bpm,, +14873, 2, 93, 653289, 509927097, nof, 1, 58, 0, +14874, 2, 0, 653289, 509927097, non, 1, 54, 66, F#3 +14875, 2, 93, 653382, 510036000, nof, 1, 54, 0, +14876, 2, 0, 653382, 510036000, non, 1, 48, 60, C3 +14877, 2, 93, 653475, 510144903, nof, 1, 48, 0, +14878, 2, 0, 653475, 510144903, non, 1, 40, 55, E2 + 7632, 1, 427, 653483, 510154271, non, 0, 56, 95, G#3 + 7633, 1, 85, 653568, 510253806, nof, 0, 56, 0, + 7634, 1, 0, 653568, 510253806, non, 0, 63, 95, D#4 +14879, 2, 93, 653568, 510253806, ctl, 1, 64, 0, +14880, 2, 0, 653568, 510253806, nof, 1, 40, 0, +14881, 2, 159, 653727, 510439995, ctl, 1, 64,127, + 851, 0, 450, 653739, 510454047,tempo,66,bpm,, +14882, 2, 12, 653739, 510454047, non, 1, 40, 63, E2 +14883, 2, 0, 653739, 510454047, non, 1, 48, 44, C3 +14884, 2, 0, 653739, 510454047, non, 1, 54, 44, F#3 +14885, 2, 0, 653739, 510454047, non, 1, 58, 44, A#3 +14886, 2, 0, 653739, 510454047, non, 1, 63, 44, D#4 +14887, 2, 0, 653739, 510454047, non, 1, 68, 60, G#4 +14888, 2, 170, 653909, 510604837, nof, 1, 40, 0, +14889, 2, 0, 653909, 510604837, nof, 1, 48, 0, +14890, 2, 0, 653909, 510604837, nof, 1, 54, 0, +14891, 2, 0, 653909, 510604837, nof, 1, 58, 0, +14892, 2, 0, 653909, 510604837, nof, 1, 63, 0, +14893, 2, 0, 653909, 510604837, nof, 1, 68, 0, +14894, 2, 0, 653909, 510604837, non, 1, 40, 71, E2 +14895, 2, 0, 653909, 510604837, non, 1, 48, 52, C3 +14896, 2, 0, 653909, 510604837, non, 1, 54, 52, F#3 +14897, 2, 0, 653909, 510604837, non, 1, 58, 52, A#3 +14898, 2, 0, 653909, 510604837, non, 1, 63, 52, D#4 +14899, 2, 0, 653909, 510604837, non, 1, 68, 68, G#4 + 852, 0, 341, 654080, 510756514,tempo,70,bpm,, +14900, 2, 342, 654251, 510899641, nof, 1, 40, 0, +14901, 2, 0, 654251, 510899641, nof, 1, 48, 0, +14902, 2, 0, 654251, 510899641, nof, 1, 54, 0, +14903, 2, 0, 654251, 510899641, nof, 1, 58, 0, +14904, 2, 0, 654251, 510899641, nof, 1, 63, 0, +14905, 2, 0, 654251, 510899641, nof, 1, 68, 0, +14906, 2, 0, 654251, 510899641, non, 1, 40, 67, E2 +14907, 2, 0, 654251, 510899641, non, 1, 48, 48, C3 +14908, 2, 0, 654251, 510899641, non, 1, 54, 48, F#3 +14909, 2, 0, 654251, 510899641, non, 1, 58, 48, A#3 +14910, 2, 0, 654251, 510899641, non, 1, 63, 48, D#4 +14911, 2, 0, 654251, 510899641, non, 1, 68, 69, G#4 + 853, 0, 341, 654421, 511041931,tempo,45,bpm,, +14912, 2, 170, 654421, 511041931, nof, 1, 40, 0, +14913, 2, 0, 654421, 511041931, nof, 1, 48, 0, +14914, 2, 0, 654421, 511041931, nof, 1, 54, 0, +14915, 2, 0, 654421, 511041931, nof, 1, 58, 0, +14916, 2, 0, 654421, 511041931, nof, 1, 63, 0, +14917, 2, 0, 654421, 511041931, nof, 1, 68, 0, +14918, 2, 0, 654421, 511041931, non, 1, 40, 69, E2 +14919, 2, 0, 654421, 511041931, non, 1, 48, 48, C3 +14920, 2, 0, 654421, 511041931, non, 1, 54, 48, F#3 +14921, 2, 0, 654421, 511041931, non, 1, 58, 48, A#3 +14922, 2, 0, 654421, 511041931, non, 1, 63, 48, D#4 +14923, 2, 0, 654421, 511041931, non, 1, 68, 76, G#4 + 7635, 1, 939, 654507, 511153903, nof, 0, 63, 0, + 7636, 1, 0, 654507, 511153903, non, 0, 60, 95, C4 + 854, 0, 171, 654592, 511264573,tempo,50,bpm,, + 7637, 1, 85, 654592, 511264573, ctl, 0, 64,127, + 7638, 1, 0, 654592, 511264573, ctl, 0, 64, 0, + 7639, 1, 0, 654592, 511264573, nof, 0, 60, 0, + 7640, 1, 0, 654592, 511264573, non, 0, 64, 88, E4 +14924, 2, 171, 654592, 511264573, ctl, 1, 64,127, +14925, 2, 0, 654592, 511264573, nof, 1, 40, 0, +14926, 2, 0, 654592, 511264573, nof, 1, 48, 0, +14927, 2, 0, 654592, 511264573, nof, 1, 54, 0, +14928, 2, 0, 654592, 511264573, nof, 1, 58, 0, +14929, 2, 0, 654592, 511264573, nof, 1, 63, 0, +14930, 2, 0, 654592, 511264573, nof, 1, 68, 0, +14931, 2, 0, 654592, 511264573, non, 1, 39, 67, D#2 +14932, 2, 0, 654592, 511264573, non, 1, 45, 67, A2 +14933, 2, 0, 654592, 511264573, non, 1, 52, 79, E3 + 7641, 1, 139, 654731, 511427342, ctl, 0, 64, 0, +14934, 2, 139, 654731, 511427342, ctl, 1, 64, 0, + 7642, 1, 179, 654910, 511636951, ctl, 0, 64,127, +14935, 2, 179, 654910, 511636951, ctl, 1, 64,127, + 855, 0, 512, 655104, 511864125,tempo,66,bpm,, + 7643, 1, 194, 655104, 511864125, non, 0, 76, 66, E5 + 7644, 1, 0, 655104, 511864125, non, 0, 79, 66, G5 + 7645, 1, 0, 655104, 511864125, non, 0, 84, 66, C6 + 7646, 1, 0, 655104, 511864125, non, 0, 87, 82, D#6 + 856, 0, 512, 655616, 512318269,tempo,50,bpm,, + 7647, 1, 512, 655616, 512318269, nof, 0, 76, 0, + 7648, 1, 0, 655616, 512318269, nof, 0, 79, 0, + 7649, 1, 0, 655616, 512318269, nof, 0, 84, 0, + 7650, 1, 0, 655616, 512318269, nof, 0, 87, 0, + 7651, 1, 0, 655616, 512318269, non, 0, 76, 66, E5 + 7652, 1, 0, 655616, 512318269, non, 0, 79, 66, G5 + 7653, 1, 0, 655616, 512318269, non, 0, 84, 66, C6 + 7654, 1, 0, 655616, 512318269, non, 0, 87, 84, D#6 +14936, 2, 706, 655616, 512318269, nof, 1, 39, 0, +14937, 2, 0, 655616, 512318269, nof, 1, 45, 0, +14938, 2, 0, 655616, 512318269, nof, 1, 52, 0, +14939, 2, 0, 655616, 512318269, non, 1, 27, 88, D#1 +14940, 2, 0, 655616, 512318269, non, 1, 39,100, D#2 + 857, 0, 512, 656128, 512917821,tempo,66,bpm,, + 7655, 1, 512, 656128, 512917821, nof, 0, 76, 0, + 7656, 1, 0, 656128, 512917821, nof, 0, 79, 0, + 7657, 1, 0, 656128, 512917821, nof, 0, 84, 0, + 7658, 1, 0, 656128, 512917821, nof, 0, 87, 0, + 7659, 1, 0, 656128, 512917821, non, 0, 76, 66, E5 + 7660, 1, 0, 656128, 512917821, non, 0, 79, 66, G5 + 7661, 1, 0, 656128, 512917821, non, 0, 84, 66, C6 + 7662, 1, 0, 656128, 512917821, non, 0, 87, 87, D#6 +14941, 2, 512, 656128, 512917821, nof, 1, 27, 0, +14942, 2, 0, 656128, 512917821, nof, 1, 39, 0, +14943, 2, 384, 656512, 513258429, non, 1, 45, 88, A2 +14944, 2, 0, 656512, 513258429, non, 1, 57,100, A3 + 858, 0, 512, 656640, 513371965,tempo,50,bpm,, + 7663, 1, 512, 656640, 513371965, ctl, 0, 64,127, + 7664, 1, 0, 656640, 513371965, nof, 0, 64, 0, + 7665, 1, 0, 656640, 513371965, nof, 0, 76, 0, + 7666, 1, 0, 656640, 513371965, nof, 0, 79, 0, + 7667, 1, 0, 656640, 513371965, nof, 0, 84, 0, + 7668, 1, 0, 656640, 513371965, nof, 0, 87, 0, + 7669, 1, 0, 656640, 513371965, non, 0, 76, 61, E5 + 7670, 1, 0, 656640, 513371965, non, 0, 79, 61, G5 + 7671, 1, 0, 656640, 513371965, non, 0, 84, 61, C6 + 7672, 1, 0, 656640, 513371965, non, 0, 87, 85, D#6 +14945, 2, 128, 656640, 513371965, ctl, 1, 64,127, +14946, 2, 0, 656640, 513371965, nof, 1, 45, 0, +14947, 2, 0, 656640, 513371965, nof, 1, 57, 0, +14948, 2, 0, 656640, 513371965, non, 1, 52, 88, E3 +14949, 2, 0, 656640, 513371965, non, 1, 64,100, E4 + 7673, 1, 384, 657024, 513821629, non, 0, 64, 66, E4 + 859, 0, 512, 657152, 513971517,tempo,66,bpm,, + 7674, 1, 128, 657152, 513971517, nof, 0, 76, 0, + 7675, 1, 0, 657152, 513971517, nof, 0, 79, 0, + 7676, 1, 0, 657152, 513971517, nof, 0, 84, 0, + 7677, 1, 0, 657152, 513971517, nof, 0, 87, 0, + 7678, 1, 0, 657152, 513971517, nof, 0, 64, 0, + 7679, 1, 0, 657152, 513971517, non, 0, 72, 66, C5 + 7680, 1, 0, 657152, 513971517, non, 0, 73, 67, C#5 + 7681, 1, 0, 657152, 513971517, non, 0, 76, 67, E5 + 7682, 1, 0, 657152, 513971517, non, 0, 81, 67, A5 + 7683, 1, 0, 657152, 513971517, non, 0, 84, 83, C6 + 7684, 1, 85, 657237, 514046912, nof, 0, 72, 0, + 7685, 1, 0, 657237, 514046912, non, 0, 69, 63, A4 + 7686, 1, 86, 657323, 514123194, nof, 0, 69, 0, + 7687, 1, 0, 657323, 514123194, non, 0, 67, 60, G4 + 7688, 1, 85, 657408, 514198589, nof, 0, 67, 0, + 7689, 1, 0, 657408, 514198589, non, 0, 64, 58, E4 + 7690, 1, 85, 657493, 514273984, nof, 0, 64, 0, + 7691, 1, 0, 657493, 514273984, non, 0, 61, 55, C#4 + 7692, 1, 43, 657536, 514312125, non, 0, 61, 66, C#4 + 7693, 1, 43, 657579, 514350266, nof, 0, 61, 0, + 7694, 1, 85, 657664, 514425661, nof, 0, 61, 0, + 7695, 1, 0, 657664, 514425661, non, 0, 69, 66, A4 + 7696, 1, 0, 657664, 514425661, nof, 0, 73, 0, + 7697, 1, 0, 657664, 514425661, nof, 0, 76, 0, + 7698, 1, 0, 657664, 514425661, nof, 0, 81, 0, + 7699, 1, 0, 657664, 514425661, nof, 0, 84, 0, + 7700, 1, 0, 657664, 514425661, non, 0, 70, 67, A#4 + 7701, 1, 0, 657664, 514425661, non, 0, 73, 67, C#5 + 7702, 1, 0, 657664, 514425661, non, 0, 78, 67, F#5 + 7703, 1, 0, 657664, 514425661, non, 0, 81, 83, A5 + 7704, 1, 85, 657749, 514501056, nof, 0, 69, 0, + 7705, 1, 0, 657749, 514501056, non, 0, 66, 63, F#4 + 7706, 1, 86, 657835, 514577338, nof, 0, 66, 0, + 7707, 1, 0, 657835, 514577338, non, 0, 64, 60, E4 + 7708, 1, 85, 657920, 514652733, nof, 0, 64, 0, + 7709, 1, 0, 657920, 514652733, non, 0, 61, 58, C#4 + 7710, 1, 85, 658005, 514728128, nof, 0, 61, 0, + 7711, 1, 0, 658005, 514728128, non, 0, 58, 55, A#3 + 7712, 1, 43, 658048, 514766269, non, 0, 64, 66, E4 + 7713, 1, 43, 658091, 514804410, nof, 0, 58, 0, + 7714, 1, 85, 658176, 514879805, nof, 0, 64, 0, + 7715, 1, 0, 658176, 514879805, non, 0, 72, 66, C5 + 7716, 1, 0, 658176, 514879805, nof, 0, 70, 0, + 7717, 1, 0, 658176, 514879805, nof, 0, 73, 0, + 7718, 1, 0, 658176, 514879805, nof, 0, 78, 0, + 7719, 1, 0, 658176, 514879805, nof, 0, 81, 0, + 7720, 1, 0, 658176, 514879805, non, 0, 73, 67, C#5 + 7721, 1, 0, 658176, 514879805, non, 0, 76, 67, E5 + 7722, 1, 0, 658176, 514879805, non, 0, 81, 67, A5 + 7723, 1, 0, 658176, 514879805, non, 0, 84, 83, C6 + 7724, 1, 85, 658261, 514955200, nof, 0, 72, 0, + 7725, 1, 0, 658261, 514955200, non, 0, 69, 63, A4 + 7726, 1, 86, 658347, 515031482, nof, 0, 69, 0, + 7727, 1, 0, 658347, 515031482, non, 0, 67, 60, G4 + 7728, 1, 85, 658432, 515106877, nof, 0, 67, 0, + 7729, 1, 0, 658432, 515106877, non, 0, 64, 58, E4 + 7730, 1, 85, 658517, 515182272, nof, 0, 64, 0, + 7731, 1, 0, 658517, 515182272, non, 0, 61, 55, C#4 + 7732, 1, 86, 658603, 515258554, nof, 0, 61, 0, + 860, 0, 1536, 658688, 515333949,tempo,30,bpm,, + 7733, 1, 85, 658688, 515333949, ctl, 0, 64, 0, + 7734, 1, 0, 658688, 515333949, nof, 0, 73, 0, + 7735, 1, 0, 658688, 515333949, nof, 0, 76, 0, + 7736, 1, 0, 658688, 515333949, nof, 0, 81, 0, + 7737, 1, 0, 658688, 515333949, nof, 0, 84, 0, +14950, 2, 2048, 658688, 515333949, ctl, 1, 64,127, +14951, 2, 0, 658688, 515333949, nof, 1, 52, 0, +14952, 2, 0, 658688, 515333949, nof, 1, 64, 0, +14953, 2, 0, 658688, 515333949, non, 1, 37, 73, C#2 +14954, 2, 60, 658748, 515451129, ctl, 1, 64, 0, + 861, 0, 93, 658781, 515515578,tempo,40,bpm,, +14955, 2, 33, 658781, 515515578, non, 1, 45, 59, A2 +14956, 2, 56, 658837, 515597562, ctl, 1, 64,127, + 862, 0, 93, 658874, 515651730,tempo,50,bpm,, +14957, 2, 37, 658874, 515651730, nof, 1, 45, 0, +14958, 2, 0, 658874, 515651730, non, 1, 51, 64, D#3 +14959, 2, 93, 658967, 515760633, nof, 1, 37, 0, +14960, 2, 0, 658967, 515760633, nof, 1, 51, 0, +14961, 2, 0, 658967, 515760633, non, 1, 55, 68, G3 +14962, 2, 93, 659060, 515869536, nof, 1, 55, 0, +14963, 2, 0, 659060, 515869536, non, 1, 60, 73, C4 + 863, 0, 279, 659153, 515978439,tempo,45,bpm,, +14964, 2, 93, 659153, 515978439, nof, 1, 60, 0, +14965, 2, 0, 659153, 515978439, non, 1, 65, 77, F4 + 864, 0, 94, 659247, 516100827,tempo,60,bpm,, +14966, 2, 94, 659247, 516100827, nof, 1, 65, 0, +14967, 2, 0, 659247, 516100827, non, 1, 60, 77, C4 +14968, 2, 93, 659340, 516191595, nof, 1, 60, 0, +14969, 2, 0, 659340, 516191595, non, 1, 55, 71, G3 + 865, 0, 186, 659433, 516282363,tempo,50,bpm,, +14970, 2, 93, 659433, 516282363, nof, 1, 55, 0, +14971, 2, 0, 659433, 516282363, non, 1, 51, 66, D#3 +14972, 2, 93, 659526, 516391266, nof, 1, 51, 0, +14973, 2, 0, 659526, 516391266, non, 1, 45, 60, A2 +14974, 2, 93, 659619, 516500169, nof, 1, 45, 0, +14975, 2, 0, 659619, 516500169, non, 1, 37, 55, C#2 + 866, 0, 194, 659627, 516509537,tempo,50,bpm,, + 7738, 1, 939, 659627, 516509537, non, 0, 53, 91, F3 + 7739, 1, 85, 659712, 516609072, nof, 0, 53, 0, + 7740, 1, 0, 659712, 516609072, non, 0, 57, 91, A3 +14976, 2, 93, 659712, 516609072, ctl, 1, 64, 0, +14977, 2, 0, 659712, 516609072, nof, 1, 37, 0, +14978, 2, 159, 659871, 516795261, ctl, 1, 64,127, + 867, 0, 256, 659883, 516809313,tempo,66,bpm,, +14979, 2, 12, 659883, 516809313, non, 1, 37, 63, C#2 +14980, 2, 0, 659883, 516809313, non, 1, 45, 44, A2 +14981, 2, 0, 659883, 516809313, non, 1, 51, 44, D#3 +14982, 2, 0, 659883, 516809313, non, 1, 55, 44, G3 +14983, 2, 0, 659883, 516809313, non, 1, 60, 44, C4 +14984, 2, 0, 659883, 516809313, non, 1, 65, 60, F4 +14985, 2, 170, 660053, 516960103, nof, 1, 37, 0, +14986, 2, 0, 660053, 516960103, nof, 1, 45, 0, +14987, 2, 0, 660053, 516960103, nof, 1, 51, 0, +14988, 2, 0, 660053, 516960103, nof, 1, 55, 0, +14989, 2, 0, 660053, 516960103, nof, 1, 60, 0, +14990, 2, 0, 660053, 516960103, nof, 1, 65, 0, +14991, 2, 0, 660053, 516960103, non, 1, 37, 71, C#2 +14992, 2, 0, 660053, 516960103, non, 1, 45, 52, A2 +14993, 2, 0, 660053, 516960103, non, 1, 51, 52, D#3 +14994, 2, 0, 660053, 516960103, non, 1, 55, 52, G3 +14995, 2, 0, 660053, 516960103, non, 1, 60, 52, C4 +14996, 2, 0, 660053, 516960103, non, 1, 65, 68, F4 + 868, 0, 341, 660224, 517111780,tempo,70,bpm,, +14997, 2, 342, 660395, 517254907, nof, 1, 37, 0, +14998, 2, 0, 660395, 517254907, nof, 1, 45, 0, +14999, 2, 0, 660395, 517254907, nof, 1, 51, 0, +15000, 2, 0, 660395, 517254907, nof, 1, 55, 0, +15001, 2, 0, 660395, 517254907, nof, 1, 60, 0, +15002, 2, 0, 660395, 517254907, nof, 1, 65, 0, +15003, 2, 0, 660395, 517254907, non, 1, 37, 67, C#2 +15004, 2, 0, 660395, 517254907, non, 1, 45, 48, A2 +15005, 2, 0, 660395, 517254907, non, 1, 51, 48, D#3 +15006, 2, 0, 660395, 517254907, non, 1, 55, 48, G3 +15007, 2, 0, 660395, 517254907, non, 1, 60, 48, C4 +15008, 2, 0, 660395, 517254907, non, 1, 65, 69, F4 + 869, 0, 341, 660565, 517397197,tempo,50,bpm,, +15009, 2, 170, 660565, 517397197, nof, 1, 37, 0, +15010, 2, 0, 660565, 517397197, nof, 1, 45, 0, +15011, 2, 0, 660565, 517397197, nof, 1, 51, 0, +15012, 2, 0, 660565, 517397197, nof, 1, 55, 0, +15013, 2, 0, 660565, 517397197, nof, 1, 60, 0, +15014, 2, 0, 660565, 517397197, nof, 1, 65, 0, +15015, 2, 0, 660565, 517397197, non, 1, 37, 63, C#2 +15016, 2, 0, 660565, 517397197, non, 1, 45, 42, A2 +15017, 2, 0, 660565, 517397197, non, 1, 51, 42, D#3 +15018, 2, 0, 660565, 517397197, non, 1, 55, 42, G3 +15019, 2, 0, 660565, 517397197, non, 1, 60, 42, C4 +15020, 2, 0, 660565, 517397197, non, 1, 65, 70, F4 + 870, 0, 171, 660736, 517597438,tempo,66,bpm,, + 7741, 1, 1024, 660736, 517597438, ctl, 0, 64, 0, +15021, 2, 171, 660736, 517597438, ctl, 1, 64,127, +15022, 2, 0, 660736, 517597438, nof, 1, 37, 0, +15023, 2, 0, 660736, 517597438, nof, 1, 45, 0, +15024, 2, 0, 660736, 517597438, nof, 1, 51, 0, +15025, 2, 0, 660736, 517597438, nof, 1, 55, 0, +15026, 2, 0, 660736, 517597438, nof, 1, 60, 0, +15027, 2, 0, 660736, 517597438, nof, 1, 65, 0, +15028, 2, 0, 660736, 517597438, non, 1, 37, 73, C#2 +15029, 2, 60, 660796, 517650658, ctl, 1, 64, 0, +15030, 2, 33, 660829, 517679929, non, 1, 45, 59, A2 +15031, 2, 56, 660885, 517729601, ctl, 1, 64,127, +15032, 2, 37, 660922, 517762420, nof, 1, 45, 0, +15033, 2, 0, 660922, 517762420, non, 1, 51, 64, D#3 +15034, 2, 93, 661015, 517844911, nof, 1, 37, 0, +15035, 2, 0, 661015, 517844911, nof, 1, 51, 0, +15036, 2, 0, 661015, 517844911, non, 1, 55, 68, G3 +15037, 2, 93, 661108, 517927402, nof, 1, 55, 0, +15038, 2, 0, 661108, 517927402, non, 1, 60, 73, C4 + 871, 0, 465, 661201, 518009893,tempo,45,bpm,, +15039, 2, 93, 661201, 518009893, nof, 1, 60, 0, +15040, 2, 0, 661201, 518009893, non, 1, 65, 77, F4 + 7742, 1, 512, 661248, 518071087, nof, 0, 57, 0, + 872, 0, 94, 661295, 518132281,tempo,60,bpm,, +15041, 2, 94, 661295, 518132281, nof, 1, 65, 0, +15042, 2, 0, 661295, 518132281, non, 1, 60, 77, C4 +15043, 2, 93, 661388, 518223049, nof, 1, 60, 0, +15044, 2, 0, 661388, 518223049, non, 1, 55, 71, G3 + 873, 0, 186, 661481, 518313817,tempo,50,bpm,, +15045, 2, 93, 661481, 518313817, nof, 1, 55, 0, +15046, 2, 0, 661481, 518313817, non, 1, 51, 66, D#3 +15047, 2, 93, 661574, 518422720, nof, 1, 51, 0, +15048, 2, 0, 661574, 518422720, non, 1, 45, 60, A2 +15049, 2, 93, 661667, 518531623, nof, 1, 45, 0, +15050, 2, 0, 661667, 518531623, non, 1, 37, 55, C#2 + 7743, 1, 427, 661675, 518540991, non, 0, 53, 95, F3 + 7744, 1, 85, 661760, 518640526, nof, 0, 53, 0, + 7745, 1, 0, 661760, 518640526, non, 0, 60, 95, C4 +15051, 2, 93, 661760, 518640526, ctl, 1, 64, 0, +15052, 2, 0, 661760, 518640526, nof, 1, 37, 0, +15053, 2, 159, 661919, 518826715, ctl, 1, 64,127, + 874, 0, 450, 661931, 518840767,tempo,66,bpm,, +15054, 2, 12, 661931, 518840767, non, 1, 37, 63, C#2 +15055, 2, 0, 661931, 518840767, non, 1, 45, 44, A2 +15056, 2, 0, 661931, 518840767, non, 1, 51, 44, D#3 +15057, 2, 0, 661931, 518840767, non, 1, 55, 44, G3 +15058, 2, 0, 661931, 518840767, non, 1, 60, 44, C4 +15059, 2, 0, 661931, 518840767, non, 1, 65, 60, F4 +15060, 2, 170, 662101, 518991557, nof, 1, 37, 0, +15061, 2, 0, 662101, 518991557, nof, 1, 45, 0, +15062, 2, 0, 662101, 518991557, nof, 1, 51, 0, +15063, 2, 0, 662101, 518991557, nof, 1, 55, 0, +15064, 2, 0, 662101, 518991557, nof, 1, 60, 0, +15065, 2, 0, 662101, 518991557, nof, 1, 65, 0, +15066, 2, 0, 662101, 518991557, non, 1, 37, 71, C#2 +15067, 2, 0, 662101, 518991557, non, 1, 45, 52, A2 +15068, 2, 0, 662101, 518991557, non, 1, 51, 52, D#3 +15069, 2, 0, 662101, 518991557, non, 1, 55, 52, G3 +15070, 2, 0, 662101, 518991557, non, 1, 60, 52, C4 +15071, 2, 0, 662101, 518991557, non, 1, 65, 68, F4 + 875, 0, 341, 662272, 519143234,tempo,70,bpm,, +15072, 2, 342, 662443, 519286361, nof, 1, 37, 0, +15073, 2, 0, 662443, 519286361, nof, 1, 45, 0, +15074, 2, 0, 662443, 519286361, nof, 1, 51, 0, +15075, 2, 0, 662443, 519286361, nof, 1, 55, 0, +15076, 2, 0, 662443, 519286361, nof, 1, 60, 0, +15077, 2, 0, 662443, 519286361, nof, 1, 65, 0, +15078, 2, 0, 662443, 519286361, non, 1, 37, 67, C#2 +15079, 2, 0, 662443, 519286361, non, 1, 45, 48, A2 +15080, 2, 0, 662443, 519286361, non, 1, 51, 48, D#3 +15081, 2, 0, 662443, 519286361, non, 1, 55, 48, G3 +15082, 2, 0, 662443, 519286361, non, 1, 60, 48, C4 +15083, 2, 0, 662443, 519286361, non, 1, 65, 69, F4 + 876, 0, 341, 662613, 519428651,tempo,45,bpm,, +15084, 2, 170, 662613, 519428651, nof, 1, 37, 0, +15085, 2, 0, 662613, 519428651, nof, 1, 45, 0, +15086, 2, 0, 662613, 519428651, nof, 1, 51, 0, +15087, 2, 0, 662613, 519428651, nof, 1, 55, 0, +15088, 2, 0, 662613, 519428651, nof, 1, 60, 0, +15089, 2, 0, 662613, 519428651, nof, 1, 65, 0, +15090, 2, 0, 662613, 519428651, non, 1, 37, 69, C#2 +15091, 2, 0, 662613, 519428651, non, 1, 45, 48, A2 +15092, 2, 0, 662613, 519428651, non, 1, 51, 48, D#3 +15093, 2, 0, 662613, 519428651, non, 1, 55, 48, G3 +15094, 2, 0, 662613, 519428651, non, 1, 60, 48, C4 +15095, 2, 0, 662613, 519428651, non, 1, 65, 76, F4 + 7746, 1, 939, 662699, 519540623, nof, 0, 60, 0, + 7747, 1, 0, 662699, 519540623, non, 0, 57, 95, A3 + 877, 0, 171, 662784, 519651293,tempo,50,bpm,, + 7748, 1, 85, 662784, 519651293, ctl, 0, 64,127, + 7749, 1, 0, 662784, 519651293, ctl, 0, 64, 0, + 7750, 1, 0, 662784, 519651293, nof, 0, 57, 0, + 7751, 1, 0, 662784, 519651293, non, 0, 61, 88, C#4 +15096, 2, 171, 662784, 519651293, ctl, 1, 64,127, +15097, 2, 0, 662784, 519651293, nof, 1, 37, 0, +15098, 2, 0, 662784, 519651293, nof, 1, 45, 0, +15099, 2, 0, 662784, 519651293, nof, 1, 51, 0, +15100, 2, 0, 662784, 519651293, nof, 1, 55, 0, +15101, 2, 0, 662784, 519651293, nof, 1, 60, 0, +15102, 2, 0, 662784, 519651293, nof, 1, 65, 0, +15103, 2, 0, 662784, 519651293, non, 1, 36, 67, C2 +15104, 2, 0, 662784, 519651293, non, 1, 42, 67, F#2 +15105, 2, 0, 662784, 519651293, non, 1, 49, 79, C#3 + 7752, 1, 139, 662923, 519814062, ctl, 0, 64, 0, +15106, 2, 139, 662923, 519814062, ctl, 1, 64, 0, + 7753, 1, 179, 663102, 520023671, ctl, 0, 64,127, +15107, 2, 179, 663102, 520023671, ctl, 1, 64,127, + 878, 0, 512, 663296, 520250845,tempo,66,bpm,, + 7754, 1, 194, 663296, 520250845, non, 0, 73, 66, C#5 + 7755, 1, 0, 663296, 520250845, non, 0, 76, 66, E5 + 7756, 1, 0, 663296, 520250845, non, 0, 81, 66, A5 + 7757, 1, 0, 663296, 520250845, non, 0, 84, 82, C6 + 879, 0, 512, 663808, 520704989,tempo,50,bpm,, + 7758, 1, 512, 663808, 520704989, nof, 0, 73, 0, + 7759, 1, 0, 663808, 520704989, nof, 0, 76, 0, + 7760, 1, 0, 663808, 520704989, nof, 0, 81, 0, + 7761, 1, 0, 663808, 520704989, nof, 0, 84, 0, + 7762, 1, 0, 663808, 520704989, non, 0, 73, 66, C#5 + 7763, 1, 0, 663808, 520704989, non, 0, 76, 66, E5 + 7764, 1, 0, 663808, 520704989, non, 0, 81, 66, A5 + 7765, 1, 0, 663808, 520704989, non, 0, 84, 84, C6 +15108, 2, 706, 663808, 520704989, nof, 1, 36, 0, +15109, 2, 0, 663808, 520704989, nof, 1, 42, 0, +15110, 2, 0, 663808, 520704989, nof, 1, 49, 0, +15111, 2, 0, 663808, 520704989, non, 1, 24, 88, C1 +15112, 2, 0, 663808, 520704989, non, 1, 36,100, C2 + 880, 0, 512, 664320, 521304541,tempo,66,bpm,, + 7766, 1, 512, 664320, 521304541, nof, 0, 73, 0, + 7767, 1, 0, 664320, 521304541, nof, 0, 76, 0, + 7768, 1, 0, 664320, 521304541, nof, 0, 81, 0, + 7769, 1, 0, 664320, 521304541, nof, 0, 84, 0, + 7770, 1, 0, 664320, 521304541, non, 0, 73, 66, C#5 + 7771, 1, 0, 664320, 521304541, non, 0, 76, 66, E5 + 7772, 1, 0, 664320, 521304541, non, 0, 81, 66, A5 + 7773, 1, 0, 664320, 521304541, non, 0, 84, 87, C6 +15113, 2, 512, 664320, 521304541, nof, 1, 24, 0, +15114, 2, 0, 664320, 521304541, nof, 1, 36, 0, +15115, 2, 384, 664704, 521645149, non, 1, 42, 88, F#2 +15116, 2, 0, 664704, 521645149, non, 1, 54,100, F#3 + 881, 0, 512, 664832, 521758685,tempo,50,bpm,, + 7774, 1, 512, 664832, 521758685, ctl, 0, 64,127, + 7775, 1, 0, 664832, 521758685, nof, 0, 61, 0, + 7776, 1, 0, 664832, 521758685, nof, 0, 73, 0, + 7777, 1, 0, 664832, 521758685, nof, 0, 76, 0, + 7778, 1, 0, 664832, 521758685, nof, 0, 81, 0, + 7779, 1, 0, 664832, 521758685, nof, 0, 84, 0, + 7780, 1, 0, 664832, 521758685, non, 0, 73, 61, C#5 + 7781, 1, 0, 664832, 521758685, non, 0, 76, 61, E5 + 7782, 1, 0, 664832, 521758685, non, 0, 81, 61, A5 + 7783, 1, 0, 664832, 521758685, non, 0, 84, 85, C6 +15117, 2, 128, 664832, 521758685, ctl, 1, 64,127, +15118, 2, 0, 664832, 521758685, nof, 1, 42, 0, +15119, 2, 0, 664832, 521758685, nof, 1, 54, 0, +15120, 2, 0, 664832, 521758685, non, 1, 49, 88, C#3 +15121, 2, 0, 664832, 521758685, non, 1, 61,100, C#4 + 7784, 1, 384, 665216, 522208349, non, 0, 61, 66, C#4 + 882, 0, 512, 665344, 522358237,tempo,66,bpm,, + 7785, 1, 128, 665344, 522358237, nof, 0, 73, 0, + 7786, 1, 0, 665344, 522358237, nof, 0, 76, 0, + 7787, 1, 0, 665344, 522358237, nof, 0, 81, 0, + 7788, 1, 0, 665344, 522358237, nof, 0, 84, 0, + 7789, 1, 0, 665344, 522358237, nof, 0, 61, 0, + 7790, 1, 0, 665344, 522358237, non, 0, 69, 66, A4 + 7791, 1, 0, 665344, 522358237, non, 0, 70, 67, A#4 + 7792, 1, 0, 665344, 522358237, non, 0, 73, 67, C#5 + 7793, 1, 0, 665344, 522358237, non, 0, 78, 67, F#5 + 7794, 1, 0, 665344, 522358237, non, 0, 81, 83, A5 + 7795, 1, 85, 665429, 522433632, nof, 0, 69, 0, + 7796, 1, 0, 665429, 522433632, non, 0, 66, 63, F#4 + 7797, 1, 86, 665515, 522509914, nof, 0, 66, 0, + 7798, 1, 0, 665515, 522509914, non, 0, 64, 60, E4 + 7799, 1, 85, 665600, 522585309, nof, 0, 64, 0, + 7800, 1, 0, 665600, 522585309, non, 0, 61, 58, C#4 + 7801, 1, 85, 665685, 522660704, nof, 0, 61, 0, + 7802, 1, 0, 665685, 522660704, non, 0, 58, 55, A#3 + 7803, 1, 43, 665728, 522698845, non, 0, 58, 66, A#3 + 7804, 1, 43, 665771, 522736986, nof, 0, 58, 0, + 7805, 1, 85, 665856, 522812381, nof, 0, 58, 0, + 7806, 1, 0, 665856, 522812381, non, 0, 66, 66, F#4 + 7807, 1, 0, 665856, 522812381, nof, 0, 70, 0, + 7808, 1, 0, 665856, 522812381, nof, 0, 73, 0, + 7809, 1, 0, 665856, 522812381, nof, 0, 78, 0, + 7810, 1, 0, 665856, 522812381, nof, 0, 81, 0, + 7811, 1, 0, 665856, 522812381, non, 0, 67, 67, G4 + 7812, 1, 0, 665856, 522812381, non, 0, 70, 67, A#4 + 7813, 1, 0, 665856, 522812381, non, 0, 75, 67, D#5 + 7814, 1, 0, 665856, 522812381, non, 0, 78, 83, F#5 + 7815, 1, 85, 665941, 522887776, nof, 0, 66, 0, + 7816, 1, 0, 665941, 522887776, non, 0, 63, 63, D#4 + 7817, 1, 86, 666027, 522964058, nof, 0, 63, 0, + 7818, 1, 0, 666027, 522964058, non, 0, 61, 60, C#4 + 7819, 1, 85, 666112, 523039453, nof, 0, 61, 0, + 7820, 1, 0, 666112, 523039453, non, 0, 58, 58, A#3 + 7821, 1, 85, 666197, 523114848, nof, 0, 58, 0, + 7822, 1, 0, 666197, 523114848, non, 0, 55, 55, G3 + 7823, 1, 43, 666240, 523152989, non, 0, 61, 66, C#4 + 7824, 1, 43, 666283, 523191130, nof, 0, 55, 0, + 7825, 1, 85, 666368, 523266525, nof, 0, 61, 0, + 7826, 1, 0, 666368, 523266525, non, 0, 69, 66, A4 + 7827, 1, 0, 666368, 523266525, nof, 0, 67, 0, + 7828, 1, 0, 666368, 523266525, nof, 0, 70, 0, + 7829, 1, 0, 666368, 523266525, nof, 0, 75, 0, + 7830, 1, 0, 666368, 523266525, nof, 0, 78, 0, + 7831, 1, 0, 666368, 523266525, non, 0, 70, 67, A#4 + 7832, 1, 0, 666368, 523266525, non, 0, 73, 67, C#5 + 7833, 1, 0, 666368, 523266525, non, 0, 78, 67, F#5 + 7834, 1, 0, 666368, 523266525, non, 0, 81, 83, A5 + 7835, 1, 85, 666453, 523341920, nof, 0, 69, 0, + 7836, 1, 0, 666453, 523341920, non, 0, 66, 63, F#4 + 7837, 1, 86, 666539, 523418202, nof, 0, 66, 0, + 7838, 1, 0, 666539, 523418202, non, 0, 64, 60, E4 +15122, 2, 1707, 666539, 523418202, nof, 1, 49, 0, +15123, 2, 0, 666539, 523418202, nof, 1, 61, 0, + 7839, 1, 85, 666624, 523493597, nof, 0, 64, 0, + 7840, 1, 0, 666624, 523493597, non, 0, 61, 58, C#4 + 7841, 1, 85, 666709, 523568992, nof, 0, 61, 0, + 7842, 1, 0, 666709, 523568992, non, 0, 58, 55, A#3 + 883, 0, 1451, 666795, 523645274,tempo,50,bpm,, + 7843, 1, 86, 666795, 523645274, nof, 0, 58, 0, +15124, 2, 256, 666795, 523645274, non, 1, 46, 81, A#2 +15125, 2, 0, 666795, 523645274, non, 1, 58, 97, A#3 + 884, 0, 85, 666880, 523744809,tempo,70,bpm,, + 7844, 1, 85, 666880, 523744809, ctl, 0, 64, 0, + 7845, 1, 0, 666880, 523744809, nof, 0, 70, 0, + 7846, 1, 0, 666880, 523744809, nof, 0, 73, 0, + 7847, 1, 0, 666880, 523744809, nof, 0, 78, 0, + 7848, 1, 0, 666880, 523744809, nof, 0, 81, 0, +15126, 2, 85, 666880, 523744809, ctl, 1, 64,127, +15127, 2, 0, 666880, 523744809, nof, 1, 46, 0, +15128, 2, 0, 666880, 523744809, nof, 1, 58, 0, +15129, 2, 0, 666880, 523744809, non, 1, 50, 74, D3 +15130, 2, 0, 666880, 523744809, non, 1, 62, 91, D4 +15131, 2, 49, 666929, 523785822, ctl, 1, 64, 0, +15132, 2, 98, 667027, 523867848, ctl, 1, 64,127, + 7849, 1, 341, 667221, 524030226, non, 0, 69, 77, A4 +15133, 2, 245, 667272, 524072913, ctl, 1, 64, 0, +15134, 2, 111, 667383, 524165820, ctl, 1, 64,127, + 7850, 1, 342, 667563, 524316480, nof, 0, 69, 0, + 7851, 1, 0, 667563, 524316480, non, 0, 66, 79, F#4 +15135, 2, 208, 667591, 524339916, ctl, 1, 64, 0, +15136, 2, 86, 667677, 524411898, ctl, 1, 64,127, +15137, 2, 221, 667898, 524596875, ctl, 1, 64, 0, + 7852, 1, 341, 667904, 524601897, nof, 0, 66, 0, + 7853, 1, 0, 667904, 524601897, non, 0, 70, 80, A#4 +15138, 2, 6, 667904, 524601897, non, 1, 36, 77, C2 +15139, 2, 0, 667904, 524601897, non, 1, 46, 77, A#2 +15140, 2, 0, 667904, 524601897, non, 1, 52, 77, E3 +15141, 2, 190, 668094, 524760927, ctl, 1, 64,127, +15142, 2, 322, 668416, 525030441, nof, 1, 36, 0, +15143, 2, 0, 668416, 525030441, nof, 1, 46, 0, +15144, 2, 0, 668416, 525030441, nof, 1, 52, 0, + 7854, 1, 683, 668587, 525173568, nof, 0, 70, 0, + 7855, 1, 0, 668587, 525173568, non, 0, 73, 70, C#5 +15145, 2, 171, 668587, 525173568, nof, 1, 50, 0, +15146, 2, 0, 668587, 525173568, nof, 1, 62, 0, + 885, 0, 1877, 668757, 525315858,tempo,45,bpm,, + 7856, 1, 170, 668757, 525315858, nof, 0, 73, 0, + 7857, 1, 0, 668757, 525315858, non, 0, 78, 74, F#5 +15147, 2, 170, 668757, 525315858, non, 1, 42, 74, F#2 +15148, 2, 0, 668757, 525315858, non, 1, 54, 91, F#3 + 7858, 1, 86, 668843, 525427830, nof, 0, 78, 0, + 7859, 1, 0, 668843, 525427830, non, 0, 70, 76, A#4 + 7860, 1, 28, 668871, 525464286, non, 0, 73, 76, C#5 + 7861, 1, 4, 668875, 525469494, nof, 0, 70, 0, + 7862, 1, 25, 668900, 525502044, non, 0, 78, 77, F#5 + 7863, 1, 3, 668903, 525505950, nof, 0, 73, 0, + 886, 0, 171, 668928, 525538500,tempo,66,bpm,, + 7864, 1, 25, 668928, 525538500, ctl, 0, 64, 0, + 7865, 1, 0, 668928, 525538500, non, 0, 81, 64, A5 +15149, 2, 171, 668928, 525538500, ctl, 1, 64,127, +15150, 2, 0, 668928, 525538500, nof, 1, 42, 0, +15151, 2, 0, 668928, 525538500, nof, 1, 54, 0, +15152, 2, 0, 668928, 525538500, non, 1, 49, 77, C#3 +15153, 2, 0, 668928, 525538500, non, 1, 61, 93, C#4 + 7866, 1, 4, 668932, 525542048, nof, 0, 78, 0, + 7867, 1, 81, 669013, 525613895, nof, 0, 81, 0, + 7868, 1, 0, 669013, 525613895, non, 0, 82, 71, A#5 +15154, 2, 137, 669065, 525660019, ctl, 1, 64, 0, + 7869, 1, 86, 669099, 525690177, nof, 0, 82, 0, + 7870, 1, 0, 669099, 525690177, non, 0, 81, 70, A5 + 7871, 1, 85, 669184, 525765572, nof, 0, 81, 0, + 7872, 1, 0, 669184, 525765572, non, 0, 82, 68, A#5 +15155, 2, 182, 669247, 525821453, ctl, 1, 64,127, + 7873, 1, 85, 669269, 525840967, nof, 0, 82, 0, + 7874, 1, 0, 669269, 525840967, non, 0, 81, 72, A5 + 7875, 1, 86, 669355, 525917249, nof, 0, 81, 0, + 7876, 1, 0, 669355, 525917249, non, 0, 82, 62, A#5 + 7877, 1, 85, 669440, 525992644, nof, 0, 82, 0, + 7878, 1, 0, 669440, 525992644, non, 0, 81, 59, A5 + 7879, 1, 85, 669525, 526068039, nof, 0, 81, 0, + 7880, 1, 0, 669525, 526068039, non, 0, 82, 73, A#5 + 7881, 1, 86, 669611, 526144321, nof, 0, 82, 0, + 7882, 1, 0, 669611, 526144321, non, 0, 81, 67, A5 + 7883, 1, 85, 669696, 526219716, nof, 0, 81, 0, + 7884, 1, 0, 669696, 526219716, non, 0, 82, 65, A#5 + 7885, 1, 85, 669781, 526295111, nof, 0, 82, 0, + 7886, 1, 0, 669781, 526295111, non, 0, 81, 67, A5 + 7887, 1, 86, 669867, 526371393, nof, 0, 81, 0, + 7888, 1, 0, 669867, 526371393, non, 0, 82, 60, A#5 + 7889, 1, 85, 669952, 526446788, nof, 0, 82, 0, + 7890, 1, 0, 669952, 526446788, non, 0, 81, 69, A5 + 7891, 1, 85, 670037, 526522183, nof, 0, 81, 0, + 7892, 1, 0, 670037, 526522183, non, 0, 82, 60, A#5 + 7893, 1, 86, 670123, 526598465, nof, 0, 82, 0, + 7894, 1, 0, 670123, 526598465, non, 0, 81, 68, A5 + 7895, 1, 85, 670208, 526673860, nof, 0, 81, 0, + 7896, 1, 0, 670208, 526673860, non, 0, 82, 71, A#5 + 7897, 1, 85, 670293, 526749255, nof, 0, 82, 0, + 7898, 1, 0, 670293, 526749255, non, 0, 81, 65, A5 + 7899, 1, 86, 670379, 526825537, nof, 0, 81, 0, + 7900, 1, 0, 670379, 526825537, non, 0, 82, 59, A#5 + 7901, 1, 85, 670464, 526900932, nof, 0, 82, 0, + 7902, 1, 0, 670464, 526900932, non, 0, 81, 61, A5 + 7903, 1, 85, 670549, 526976327, nof, 0, 81, 0, + 7904, 1, 0, 670549, 526976327, non, 0, 82, 61, A#5 + 7905, 1, 86, 670635, 527052609, nof, 0, 82, 0, + 7906, 1, 0, 670635, 527052609, non, 0, 81, 59, A5 +15156, 2, 1388, 670635, 527052609, nof, 1, 49, 0, +15157, 2, 0, 670635, 527052609, nof, 1, 61, 0, + 7907, 1, 85, 670720, 527128004, nof, 0, 81, 0, + 7908, 1, 0, 670720, 527128004, non, 0, 82, 65, A#5 + 7909, 1, 85, 670805, 527203399, nof, 0, 82, 0, + 7910, 1, 0, 670805, 527203399, non, 0, 81, 69, A5 +15158, 2, 170, 670805, 527203399, non, 1, 46, 77, A#2 +15159, 2, 0, 670805, 527203399, non, 1, 58, 93, A#3 + 7911, 1, 86, 670891, 527279681, nof, 0, 81, 0, + 7912, 1, 0, 670891, 527279681, non, 0, 82, 73, A#5 + 7913, 1, 85, 670976, 527355076, ctl, 0, 64, 0, +15160, 2, 171, 670976, 527355076, ctl, 1, 64, 0, +15161, 2, 0, 670976, 527355076, nof, 1, 46, 0, +15162, 2, 0, 670976, 527355076, nof, 1, 58, 0, +15163, 2, 0, 670976, 527355076, non, 1, 50, 77, D3 +15164, 2, 0, 670976, 527355076, non, 1, 62, 93, D4 +15165, 2, 18, 670994, 527371042, ctl, 1, 64,127, +15166, 2, 88, 671082, 527449098, ctl, 1, 64, 0, +15167, 2, 141, 671223, 527574165, ctl, 1, 64,127, + 7914, 1, 341, 671317, 527657543, nof, 0, 82, 0, + 7915, 1, 0, 671317, 527657543, non, 0, 69, 88, A4 + 7916, 1, 342, 671659, 527960897, nof, 0, 69, 0, + 7917, 1, 0, 671659, 527960897, non, 0, 66, 88, F#4 + 7918, 1, 341, 672000, 528263364, nof, 0, 66, 0, + 7919, 1, 0, 672000, 528263364, non, 0, 70, 88, A#4 +15168, 2, 777, 672000, 528263364, non, 1, 36, 77, C2 +15169, 2, 0, 672000, 528263364, non, 1, 46, 77, A#2 +15170, 2, 0, 672000, 528263364, non, 1, 52, 77, E3 + 7920, 1, 512, 672512, 528717508, nof, 0, 70, 0, +15171, 2, 512, 672512, 528717508, nof, 1, 36, 0, +15172, 2, 0, 672512, 528717508, nof, 1, 46, 0, +15173, 2, 0, 672512, 528717508, nof, 1, 52, 0, +15174, 2, 171, 672683, 528869185, nof, 1, 50, 0, +15175, 2, 0, 672683, 528869185, nof, 1, 62, 0, + 887, 0, 3925, 672853, 529019975,tempo,30,bpm,, +15176, 2, 170, 672853, 529019975, non, 1, 44, 77, G#2 +15177, 2, 0, 672853, 529019975, non, 1, 56, 93, G#3 +15178, 2, 51, 672904, 529119578, non, 1, 24, 77, C1 +15179, 2, 0, 672904, 529119578, non, 1, 36, 77, C2 +15180, 2, 0, 672904, 529119578, non, 1, 46, 77, A#2 + 888, 0, 171, 673024, 529353938,tempo,66,bpm,, + 7921, 1, 512, 673024, 529353938, ctl, 0, 64, 0, +15181, 2, 120, 673024, 529353938, ctl, 1, 64, 0, +15182, 2, 0, 673024, 529353938, ctl, 1, 64, 0, +15183, 2, 0, 673024, 529353938, nof, 1, 44, 0, +15184, 2, 0, 673024, 529353938, nof, 1, 56, 0, +15185, 2, 0, 673024, 529353938, non, 1, 52, 77, E3 +15186, 2, 0, 673024, 529353938, non, 1, 51, 77, D#3 +15187, 2, 0, 673024, 529353938, non, 1, 56, 77, G#3 +15188, 2, 0, 673024, 529353938, non, 1, 63, 93, D#4 +15189, 2, 18, 673042, 529369904, ctl, 1, 64,127, +15190, 2, 88, 673130, 529447960, ctl, 1, 64, 0, +15191, 2, 141, 673271, 529573027, ctl, 1, 64,127, +15192, 2, 777, 674048, 530262226, nof, 1, 24, 0, +15193, 2, 0, 674048, 530262226, nof, 1, 36, 0, +15194, 2, 0, 674048, 530262226, nof, 1, 46, 0, +15195, 2, 0, 674048, 530262226, nof, 1, 52, 0, +15196, 2, 683, 674731, 530868047, nof, 1, 51, 0, +15197, 2, 0, 674731, 530868047, nof, 1, 56, 0, +15198, 2, 0, 674731, 530868047, nof, 1, 63, 0, + 889, 0, 1877, 674901, 531018837,tempo,30,bpm,, +15199, 2, 170, 674901, 531018837, non, 1, 48, 75, C3 +15200, 2, 0, 674901, 531018837, non, 1, 60, 91, C4 +15201, 2, 51, 674952, 531118440, non, 1, 36, 45, C2 +15202, 2, 0, 674952, 531118440, non, 1, 42, 45, F#2 + 890, 0, 171, 675072, 531352800,tempo,50,bpm,, + 7922, 1, 2048, 675072, 531352800, ctl, 0, 64, 0, + 7923, 1, 0, 675072, 531352800, ctl, 0, 64, 0, + 7924, 1, 0, 675072, 531352800, ctl, 0, 64, 0, + 7925, 1, 0, 675072, 531352800, ctl, 0, 64, 0, +15203, 2, 120, 675072, 531352800, ctl, 1, 64,127, +15204, 2, 0, 675072, 531352800, ctl, 1, 64, 0, +15205, 2, 0, 675072, 531352800, ctl, 1, 64, 0, +15206, 2, 0, 675072, 531352800, ctl, 1, 64, 0, +15207, 2, 0, 675072, 531352800, nof, 1, 48, 0, +15208, 2, 0, 675072, 531352800, nof, 1, 60, 0, +15209, 2, 0, 675072, 531352800, non, 1, 52, 33, E3 +15210, 2, 0, 675072, 531352800, non, 1, 58, 25, A#3 +15211, 2, 0, 675072, 531352800, non, 1, 64, 60, E4 +15212, 2, 113, 675185, 531485123, ctl, 1, 64, 0, +15213, 2, 189, 675374, 531706442, ctl, 1, 64,127, + 891, 0, 512, 675584, 531952352,tempo,50,bpm,, + 7926, 1, 512, 675584, 531952352, non, 0, 70, 33, A#4 + 7927, 1, 0, 675584, 531952352, non, 0, 73, 33, C#5 + 7928, 1, 0, 675584, 531952352, non, 0, 78, 33, F#5 + 7929, 1, 0, 675584, 531952352, non, 0, 81, 49, A5 +15214, 2, 602, 675976, 532411384, ctl, 1, 64,127, + 892, 0, 512, 676096, 532551904,tempo,60,bpm,, + 7930, 1, 512, 676096, 532551904, nof, 0, 70, 0, + 7931, 1, 0, 676096, 532551904, nof, 0, 73, 0, + 7932, 1, 0, 676096, 532551904, nof, 0, 78, 0, + 7933, 1, 0, 676096, 532551904, nof, 0, 81, 0, + 7934, 1, 0, 676096, 532551904, non, 0, 70, 34, A#4 + 7935, 1, 0, 676096, 532551904, non, 0, 73, 34, C#5 + 7936, 1, 0, 676096, 532551904, non, 0, 78, 34, F#5 + 7937, 1, 0, 676096, 532551904, non, 0, 81, 51, A5 +15215, 2, 120, 676096, 532551904, nof, 1, 36, 0, +15216, 2, 0, 676096, 532551904, nof, 1, 42, 0, +15217, 2, 0, 676096, 532551904, nof, 1, 52, 0, +15218, 2, 0, 676096, 532551904, nof, 1, 58, 0, +15219, 2, 0, 676096, 532551904, nof, 1, 64, 0, +15220, 2, 0, 676096, 532551904, non, 1, 61, 31, C#4 + 7938, 1, 512, 676608, 533051616, nof, 0, 70, 0, + 7939, 1, 0, 676608, 533051616, nof, 0, 73, 0, + 7940, 1, 0, 676608, 533051616, nof, 0, 78, 0, + 7941, 1, 0, 676608, 533051616, nof, 0, 81, 0, + 7942, 1, 0, 676608, 533051616, non, 0, 70, 36, A#4 + 7943, 1, 0, 676608, 533051616, non, 0, 73, 36, C#5 + 7944, 1, 0, 676608, 533051616, non, 0, 78, 36, F#5 + 7945, 1, 0, 676608, 533051616, non, 0, 81, 52, A5 +15221, 2, 683, 676779, 533218512, nof, 1, 61, 0, +15222, 2, 0, 676779, 533218512, non, 1, 36, 24, C2 + 893, 0, 853, 676949, 533384432,tempo,45,bpm,, +15223, 2, 170, 676949, 533384432, non, 1, 42, 24, F#2 + 894, 0, 171, 677120, 533607074,tempo,45,bpm,, + 7946, 1, 512, 677120, 533607074, ctl, 0, 64, 0, + 7947, 1, 0, 677120, 533607074, ctl, 0, 64, 0, + 7948, 1, 0, 677120, 533607074, ctl, 0, 64, 0, + 7949, 1, 0, 677120, 533607074, nof, 0, 70, 0, + 7950, 1, 0, 677120, 533607074, nof, 0, 73, 0, + 7951, 1, 0, 677120, 533607074, nof, 0, 78, 0, + 7952, 1, 0, 677120, 533607074, nof, 0, 81, 0, + 7953, 1, 0, 677120, 533607074, non, 0, 70, 27, A#4 + 7954, 1, 0, 677120, 533607074, non, 0, 73, 27, C#5 + 7955, 1, 0, 677120, 533607074, non, 0, 78, 27, F#5 + 7956, 1, 0, 677120, 533607074, non, 0, 81, 55, A5 +15224, 2, 171, 677120, 533607074, ctl, 1, 64,127, +15225, 2, 0, 677120, 533607074, ctl, 1, 64, 0, +15226, 2, 0, 677120, 533607074, ctl, 1, 64, 0, +15227, 2, 0, 677120, 533607074, ctl, 1, 64, 0, +15228, 2, 0, 677120, 533607074, ctl, 1, 64, 0, +15229, 2, 0, 677120, 533607074, non, 1, 61, 44, C#4 +15230, 2, 113, 677233, 533754200, ctl, 1, 64, 0, +15231, 2, 189, 677422, 534000278, ctl, 1, 64,127, + 895, 0, 512, 677632, 534273698,tempo,60,bpm,, + 7957, 1, 512, 677632, 534273698, nof, 0, 70, 0, + 7958, 1, 0, 677632, 534273698, nof, 0, 73, 0, + 7959, 1, 0, 677632, 534273698, nof, 0, 78, 0, + 7960, 1, 0, 677632, 534273698, nof, 0, 81, 0, + 7961, 1, 0, 677632, 534273698, non, 0, 67, 22, G4 + 7962, 1, 0, 677632, 534273698, non, 0, 70, 22, A#4 + 7963, 1, 0, 677632, 534273698, non, 0, 75, 22, D#5 + 7964, 1, 0, 677632, 534273698, non, 0, 78, 49, F#5 +15232, 2, 617, 678039, 534670930, ctl, 1, 64,127, + 7965, 1, 512, 678144, 534773410, nof, 0, 67, 0, + 7966, 1, 0, 678144, 534773410, nof, 0, 70, 0, + 7967, 1, 0, 678144, 534773410, nof, 0, 75, 0, + 7968, 1, 0, 678144, 534773410, nof, 0, 78, 0, + 7969, 1, 0, 678144, 534773410, non, 0, 64, 27, E4 + 7970, 1, 0, 678144, 534773410, non, 0, 67, 22, G4 + 7971, 1, 0, 678144, 534773410, non, 0, 72, 22, C5 + 7972, 1, 0, 678144, 534773410, non, 0, 75, 49, D#5 +15233, 2, 105, 678144, 534773410, nof, 1, 36, 0, +15234, 2, 0, 678144, 534773410, nof, 1, 42, 0, +15235, 2, 0, 678144, 534773410, nof, 1, 61, 0, +15236, 2, 0, 678144, 534773410, non, 1, 55, 39, G3 + 7973, 1, 512, 678656, 535273122, nof, 0, 64, 0, + 7974, 1, 0, 678656, 535273122, nof, 0, 67, 0, + 7975, 1, 0, 678656, 535273122, nof, 0, 72, 0, + 7976, 1, 0, 678656, 535273122, nof, 0, 75, 0, + 7977, 1, 0, 678656, 535273122, non, 0, 67, 22, G4 + 7978, 1, 0, 678656, 535273122, non, 0, 70, 22, A#4 + 7979, 1, 0, 678656, 535273122, non, 0, 75, 22, D#5 + 7980, 1, 0, 678656, 535273122, non, 0, 78, 48, F#5 +15237, 2, 683, 678827, 535440018, nof, 1, 55, 0, +15238, 2, 0, 678827, 535440018, non, 1, 36, 28, C2 +15239, 2, 170, 678997, 535605938, non, 1, 42, 28, F#2 + 896, 0, 1536, 679168, 535772834,tempo,50,bpm,, + 7981, 1, 512, 679168, 535772834, ctl, 0, 64, 0, + 7982, 1, 0, 679168, 535772834, ctl, 0, 64, 0, + 7983, 1, 0, 679168, 535772834, ctl, 0, 64, 0, + 7984, 1, 0, 679168, 535772834, nof, 0, 67, 0, + 7985, 1, 0, 679168, 535772834, nof, 0, 70, 0, + 7986, 1, 0, 679168, 535772834, nof, 0, 75, 0, + 7987, 1, 0, 679168, 535772834, nof, 0, 78, 0, + 7988, 1, 0, 679168, 535772834, non, 0, 70, 27, A#4 + 7989, 1, 0, 679168, 535772834, non, 0, 73, 27, C#5 + 7990, 1, 0, 679168, 535772834, non, 0, 78, 27, F#5 + 7991, 1, 0, 679168, 535772834, non, 0, 81, 52, A5 +15240, 2, 171, 679168, 535772834, ctl, 1, 64,127, +15241, 2, 0, 679168, 535772834, ctl, 1, 64, 0, +15242, 2, 0, 679168, 535772834, ctl, 1, 64, 0, +15243, 2, 0, 679168, 535772834, ctl, 1, 64, 0, +15244, 2, 0, 679168, 535772834, ctl, 1, 64, 0, +15245, 2, 0, 679168, 535772834, ctl, 1, 64, 0, +15246, 2, 0, 679168, 535772834, non, 1, 61, 44, C#4 +15247, 2, 113, 679281, 535905157, ctl, 1, 64, 0, +15248, 2, 189, 679470, 536126476, ctl, 1, 64,127, + 897, 0, 512, 679680, 536372386,tempo,60,bpm,, + 7992, 1, 512, 679680, 536372386, nof, 0, 70, 0, + 7993, 1, 0, 679680, 536372386, nof, 0, 73, 0, + 7994, 1, 0, 679680, 536372386, nof, 0, 78, 0, + 7995, 1, 0, 679680, 536372386, nof, 0, 81, 0, + 7996, 1, 0, 679680, 536372386, non, 0, 67, 22, G4 + 7997, 1, 0, 679680, 536372386, non, 0, 70, 22, A#4 + 7998, 1, 0, 679680, 536372386, non, 0, 75, 22, D#5 + 7999, 1, 0, 679680, 536372386, non, 0, 78, 44, F#5 +15249, 2, 574, 680044, 536727650, ctl, 1, 64,127, + 8000, 1, 512, 680192, 536872098, nof, 0, 67, 0, + 8001, 1, 0, 680192, 536872098, nof, 0, 70, 0, + 8002, 1, 0, 680192, 536872098, nof, 0, 75, 0, + 8003, 1, 0, 680192, 536872098, nof, 0, 78, 0, + 8004, 1, 0, 680192, 536872098, non, 0, 64, 27, E4 + 8005, 1, 0, 680192, 536872098, non, 0, 67, 22, G4 + 8006, 1, 0, 680192, 536872098, non, 0, 72, 22, C5 + 8007, 1, 0, 680192, 536872098, non, 0, 75, 43, D#5 +15250, 2, 148, 680192, 536872098, nof, 1, 36, 0, +15251, 2, 0, 680192, 536872098, nof, 1, 42, 0, +15252, 2, 0, 680192, 536872098, nof, 1, 61, 0, +15253, 2, 0, 680192, 536872098, non, 1, 55, 39, G3 + 8008, 1, 512, 680704, 537371810, nof, 0, 64, 0, + 8009, 1, 0, 680704, 537371810, nof, 0, 67, 0, + 8010, 1, 0, 680704, 537371810, nof, 0, 72, 0, + 8011, 1, 0, 680704, 537371810, nof, 0, 75, 0, + 8012, 1, 0, 680704, 537371810, non, 0, 61, 17, C#4 + 8013, 1, 0, 680704, 537371810, non, 0, 64, 17, E4 + 8014, 1, 0, 680704, 537371810, non, 0, 69, 17, A4 + 8015, 1, 0, 680704, 537371810, non, 0, 72, 41, C5 +15254, 2, 683, 680875, 537538706, nof, 1, 55, 0, +15255, 2, 0, 680875, 537538706, non, 1, 24, 24, C1 +15256, 2, 149, 681024, 537684130, ctl, 1, 64, 0, +15257, 2, 21, 681045, 537704626, non, 1, 30, 24, F#1 + 898, 0, 1536, 681216, 537871522,tempo,45,bpm,, + 8016, 1, 512, 681216, 537871522, ctl, 0, 64, 0, + 8017, 1, 0, 681216, 537871522, ctl, 0, 64, 0, + 8018, 1, 0, 681216, 537871522, ctl, 0, 64, 0, + 8019, 1, 0, 681216, 537871522, nof, 0, 61, 0, + 8020, 1, 0, 681216, 537871522, nof, 0, 64, 0, + 8021, 1, 0, 681216, 537871522, nof, 0, 69, 0, + 8022, 1, 0, 681216, 537871522, nof, 0, 72, 0, + 8023, 1, 0, 681216, 537871522, non, 0, 58, 28, A#3 + 8024, 1, 0, 681216, 537871522, non, 0, 61, 28, C#4 + 8025, 1, 0, 681216, 537871522, non, 0, 66, 28, F#4 + 8026, 1, 0, 681216, 537871522, non, 0, 69, 42, A4 +15258, 2, 171, 681216, 537871522, ctl, 1, 64,127, +15259, 2, 0, 681216, 537871522, ctl, 1, 64, 0, +15260, 2, 0, 681216, 537871522, ctl, 1, 64, 0, +15261, 2, 0, 681216, 537871522, ctl, 1, 64, 0, +15262, 2, 0, 681216, 537871522, ctl, 1, 64, 0, +15263, 2, 0, 681216, 537871522, ctl, 1, 64, 0, +15264, 2, 0, 681216, 537871522, non, 1, 49, 40, C#3 +15265, 2, 113, 681329, 538018648, ctl, 1, 64, 0, +15266, 2, 189, 681518, 538264726, ctl, 1, 64,127, + 899, 0, 512, 681728, 538538146,tempo,50,bpm,, + 8027, 1, 512, 681728, 538538146, nof, 0, 58, 0, + 8028, 1, 0, 681728, 538538146, nof, 0, 61, 0, + 8029, 1, 0, 681728, 538538146, nof, 0, 66, 0, + 8030, 1, 0, 681728, 538538146, nof, 0, 69, 0, + 8031, 1, 0, 681728, 538538146, non, 0, 55, 27, G3 + 8032, 1, 0, 681728, 538538146, non, 0, 58, 27, A#3 + 8033, 1, 0, 681728, 538538146, non, 0, 63, 27, D#4 + 8034, 1, 0, 681728, 538538146, non, 0, 66, 39, F#4 +15267, 2, 504, 682022, 538882420, ctl, 1, 64,127, + 900, 0, 512, 682240, 539137698,tempo,45,bpm,, + 8035, 1, 512, 682240, 539137698, nof, 0, 55, 0, + 8036, 1, 0, 682240, 539137698, nof, 0, 58, 0, + 8037, 1, 0, 682240, 539137698, nof, 0, 63, 0, + 8038, 1, 0, 682240, 539137698, nof, 0, 66, 0, + 8039, 1, 0, 682240, 539137698, non, 0, 52, 25, E3 + 8040, 1, 0, 682240, 539137698, non, 0, 55, 25, G3 + 8041, 1, 0, 682240, 539137698, non, 0, 60, 25, C4 + 8042, 1, 0, 682240, 539137698, non, 0, 63, 37, D#4 +15268, 2, 218, 682240, 539137698, nof, 1, 24, 0, +15269, 2, 0, 682240, 539137698, nof, 1, 30, 0, +15270, 2, 0, 682240, 539137698, nof, 1, 49, 0, +15271, 2, 0, 682240, 539137698, non, 1, 43, 21, G2 +15272, 2, 171, 682411, 539360340, nof, 1, 43, 0, +15273, 2, 0, 682411, 539360340, non, 1, 36, 19, C2 +15274, 2, 170, 682581, 539581680, non, 1, 42, 18, F#2 + 901, 0, 512, 682752, 539804322,tempo,40,bpm,, + 8043, 1, 512, 682752, 539804322, nof, 0, 52, 0, + 8044, 1, 0, 682752, 539804322, nof, 0, 55, 0, + 8045, 1, 0, 682752, 539804322, nof, 0, 60, 0, + 8046, 1, 0, 682752, 539804322, nof, 0, 63, 0, + 8047, 1, 0, 682752, 539804322, non, 0, 49, 15, C#3 + 8048, 1, 0, 682752, 539804322, non, 0, 52, 15, E3 + 8049, 1, 0, 682752, 539804322, non, 0, 57, 15, A3 + 8050, 1, 0, 682752, 539804322, non, 0, 60, 32, C4 + 902, 0, 512, 683264, 540553890,tsig,6,3,, + 8051, 1, 512, 683264, 540553890, ctl, 0, 64,127, + 8052, 1, 0, 683264, 540553890, ctl, 0, 64, 0, + 8053, 1, 0, 683264, 540553890, nof, 0, 49, 0, + 8054, 1, 0, 683264, 540553890, nof, 0, 52, 0, + 8055, 1, 0, 683264, 540553890, nof, 0, 57, 0, + 8056, 1, 0, 683264, 540553890, nof, 0, 60, 0, +15275, 2, 683, 683264, 540553890, ctl, 1, 64,127, +15276, 2, 0, 683264, 540553890, nof, 1, 36, 0, +15277, 2, 0, 683264, 540553890, nof, 1, 42, 0, +15278, 2, 0, 683264, 540553890, non, 1, 30, 22, F#1 +15279, 2, 0, 683264, 540553890, non, 1, 42, 22, F#2 + 8057, 1, 96, 683360, 540694434, ctl, 0, 64, 0, +15280, 2, 96, 683360, 540694434, ctl, 1, 64, 0, + 8058, 1, 96, 683456, 540834978, ctl, 0, 64,127, +15281, 2, 96, 683456, 540834978, ctl, 1, 64,127, + 903, 0, 341, 683605, 541053114,tempo,66,bpm,, +15282, 2, 149, 683605, 541053114, nof, 1, 30, 0, +15283, 2, 0, 683605, 541053114, nof, 1, 42, 0, +15284, 2, 0, 683605, 541053114, non, 1, 52, 20, E3 +15285, 2, 342, 683947, 541356468, nof, 1, 52, 0, +15286, 2, 0, 683947, 541356468, non, 1, 58, 20, A#3 +15287, 2, 341, 684288, 541658935, nof, 1, 58, 0, +15288, 2, 0, 684288, 541658935, non, 1, 64, 20, E4 + 904, 0, 939, 684544, 541886007,tempo,50,bpm,, + 8059, 1, 1088, 684544, 541886007, non, 0, 67, 22, G4 + 8060, 1, 85, 684629, 541985542, non, 0, 70, 22, A#4 + 8061, 1, 86, 684715, 542086248, nof, 0, 67, 0, + 8062, 1, 0, 684715, 542086248, non, 0, 67, 22, G4 + 8063, 1, 0, 684715, 542086248, non, 0, 76, 22, E5 + 905, 0, 256, 684800, 542185783,tempo,66,bpm,, + 8064, 1, 85, 684800, 542185783, non, 0, 79, 48, G5 +15289, 2, 512, 684800, 542185783, nof, 1, 64, 0, +15290, 2, 0, 684800, 542185783, non, 1, 49, 20, C#3 +15291, 2, 341, 685141, 542488250, nof, 1, 49, 0, +15292, 2, 0, 685141, 542488250, non, 1, 58, 20, A#3 +15293, 2, 342, 685483, 542791604, nof, 1, 58, 0, +15294, 2, 0, 685483, 542791604, non, 1, 64, 20, E4 +15295, 2, 341, 685824, 543094071, nof, 1, 64, 0, + 8065, 1, 1536, 686336, 543548215, ctl, 0, 64,127, + 8066, 1, 0, 686336, 543548215, nof, 0, 67, 0, + 8067, 1, 0, 686336, 543548215, nof, 0, 70, 0, + 8068, 1, 0, 686336, 543548215, nof, 0, 76, 0, +15296, 2, 512, 686336, 543548215, ctl, 1, 64,127, +15297, 2, 0, 686336, 543548215, non, 1, 52, 20, E3 +15298, 2, 341, 686677, 543850682, nof, 1, 52, 0, +15299, 2, 0, 686677, 543850682, non, 1, 58, 20, A#3 + 906, 0, 2048, 686848, 544002359,tempo,50,bpm,, +15300, 2, 342, 687019, 544202600, nof, 1, 58, 0, +15301, 2, 0, 687019, 544202600, non, 1, 64, 20, E4 + 8069, 1, 768, 687104, 544302135, non, 0, 68, 22, G#4 + 8070, 1, 85, 687189, 544401670, non, 0, 70, 22, A#4 + 8071, 1, 86, 687275, 544502376, non, 0, 76, 22, E5 + 8072, 1, 85, 687360, 544601911, nof, 0, 79, 0, + 8073, 1, 0, 687360, 544601911, non, 0, 80, 48, G#5 +15302, 2, 341, 687360, 544601911, nof, 1, 64, 0, + 907, 0, 1024, 687872, 545201463,tempo,50,bpm,, +15303, 2, 512, 687872, 545201463, non, 1, 56, 24, G#3 +15304, 2, 341, 688213, 545600774, non, 1, 58, 20, A#3 + 908, 0, 512, 688384, 545801015,tempo,66,bpm,, + 8074, 1, 1024, 688384, 545801015, nof, 0, 68, 0, + 8075, 1, 0, 688384, 545801015, nof, 0, 70, 0, + 8076, 1, 0, 688384, 545801015, nof, 0, 76, 0, + 8077, 1, 0, 688384, 545801015, nof, 0, 80, 0, + 8078, 1, 0, 688384, 545801015, non, 0, 78, 45, F#5 +15305, 2, 342, 688555, 545952692, non, 1, 64, 20, E4 + 8079, 1, 512, 688896, 546255159, nof, 0, 78, 0, + 8080, 1, 0, 688896, 546255159, non, 0, 76, 45, E5 +15306, 2, 341, 688896, 546255159, nof, 1, 56, 0, +15307, 2, 0, 688896, 546255159, nof, 1, 58, 0, +15308, 2, 0, 688896, 546255159, nof, 1, 64, 0, + 909, 0, 1024, 689408, 546709303,tempo,50,bpm,, + 8081, 1, 512, 689408, 546709303, ctl, 0, 64,127, + 8082, 1, 0, 689408, 546709303, nof, 0, 76, 0, + 8083, 1, 0, 689408, 546709303, non, 0, 75, 48, D#5 +15309, 2, 512, 689408, 546709303, ctl, 1, 64,127, +15310, 2, 0, 689408, 546709303, non, 1, 55, 24, G3 +15311, 2, 341, 689749, 547108614, non, 1, 58, 20, A#3 + 910, 0, 512, 689920, 547308855,tempo,66,bpm,, + 8084, 1, 512, 689920, 547308855, nof, 0, 75, 0, + 8085, 1, 0, 689920, 547308855, non, 0, 72, 45, C5 +15312, 2, 342, 690091, 547460532, nof, 1, 58, 0, +15313, 2, 0, 690091, 547460532, non, 1, 64, 20, E4 + 8086, 1, 512, 690432, 547762999, nof, 0, 72, 0, + 8087, 1, 0, 690432, 547762999, non, 0, 76, 45, E5 +15314, 2, 682, 690773, 548065466, nof, 1, 64, 0, +15315, 2, 0, 690773, 548065466, non, 1, 70, 20, A#4 + 911, 0, 1024, 690944, 548217143,tempo,66,bpm,, +15316, 2, 171, 690944, 548217143, nof, 1, 55, 0, +15317, 2, 171, 691115, 548368820, nof, 1, 70, 0, + 8088, 1, 1024, 691456, 548671287, nof, 0, 76, 0, + 8089, 1, 0, 691456, 548671287, non, 0, 79, 42, G5 + 8090, 1, 512, 691968, 549125431, nof, 0, 79, 0, + 8091, 1, 0, 691968, 549125431, non, 0, 84, 40, C6 + 912, 0, 1536, 692480, 549579575,tempo,50,bpm,, + 8092, 1, 512, 692480, 549579575, ctl, 0, 64,127, + 8093, 1, 0, 692480, 549579575, nof, 0, 84, 0, + 8094, 1, 0, 692480, 549579575, non, 0, 76, 19, E5 +15318, 2, 1365, 692480, 549579575, ctl, 1, 64,127, + 8095, 1, 128, 692608, 549729463, nof, 0, 76, 0, + 8096, 1, 0, 692608, 549729463, non, 0, 79, 22, G5 + 8097, 1, 128, 692736, 549879351, nof, 0, 79, 0, + 8098, 1, 0, 692736, 549879351, non, 0, 82, 22, A#5 + 8099, 1, 128, 692864, 550029239, nof, 0, 82, 0, + 8100, 1, 0, 692864, 550029239, non, 0, 84, 23, C6 +15319, 2, 384, 692864, 550029239, non, 1, 75, 20, D#5 + 8101, 1, 128, 692992, 550179127, nof, 0, 84, 0, + 8102, 1, 0, 692992, 550179127, non, 0, 87, 21, D#6 + 8103, 1, 85, 693077, 550278662, nof, 0, 87, 0, + 8104, 1, 0, 693077, 550278662, non, 0, 88, 22, E6 + 8105, 1, 86, 693163, 550379368, nof, 0, 88, 0, + 8106, 1, 0, 693163, 550379368, non, 0, 87, 19, D#6 + 913, 0, 768, 693248, 550478903,tempo,66,bpm,, + 8107, 1, 85, 693248, 550478903, nof, 0, 87, 0, + 8108, 1, 0, 693248, 550478903, non, 0, 88, 23, E6 +15320, 2, 384, 693248, 550478903, nof, 1, 75, 0, +15321, 2, 0, 693248, 550478903, non, 1, 76, 20, E5 + 8109, 1, 85, 693333, 550554298, nof, 0, 88, 0, + 8110, 1, 0, 693333, 550554298, non, 0, 87, 20, D#6 + 8111, 1, 86, 693419, 550630580, nof, 0, 87, 0, + 8112, 1, 0, 693419, 550630580, non, 0, 88, 21, E6 + 8113, 1, 85, 693504, 550705975, nof, 0, 88, 0, + 8114, 1, 0, 693504, 550705975, non, 0, 87, 17, D#6 + 8115, 1, 85, 693589, 550781370, nof, 0, 87, 0, + 8116, 1, 0, 693589, 550781370, non, 0, 88, 24, E6 +15322, 2, 384, 693632, 550819511, nof, 1, 76, 0, +15323, 2, 0, 693632, 550819511, non, 1, 79, 20, G5 + 8117, 1, 86, 693675, 550857652, nof, 0, 88, 0, + 8118, 1, 0, 693675, 550857652, non, 0, 87, 16, D#6 + 8119, 1, 85, 693760, 550933047, nof, 0, 87, 0, + 8120, 1, 0, 693760, 550933047, non, 0, 88, 16, E6 + 8121, 1, 85, 693845, 551008442, nof, 0, 88, 0, + 8122, 1, 0, 693845, 551008442, non, 0, 87, 23, D#6 + 8123, 1, 86, 693931, 551084724, nof, 0, 87, 0, + 8124, 1, 0, 693931, 551084724, non, 0, 88, 26, E6 + 8125, 1, 85, 694016, 551160119, nof, 0, 88, 0, + 8126, 1, 0, 694016, 551160119, non, 0, 87, 26, D#6 +15324, 2, 384, 694016, 551160119, nof, 1, 79, 0, +15325, 2, 0, 694016, 551160119, non, 1, 82, 20, A#5 + 8127, 1, 85, 694101, 551235514, nof, 0, 87, 0, + 8128, 1, 0, 694101, 551235514, non, 0, 88, 24, E6 + 8129, 1, 86, 694187, 551311796, nof, 0, 88, 0, + 8130, 1, 0, 694187, 551311796, non, 0, 87, 16, D#6 + 8131, 1, 85, 694272, 551387191, nof, 0, 87, 0, + 8132, 1, 0, 694272, 551387191, non, 0, 88, 21, E6 + 8133, 1, 85, 694357, 551462586, nof, 0, 88, 0, + 8134, 1, 0, 694357, 551462586, non, 0, 87, 17, D#6 + 8135, 1, 86, 694443, 551538868, nof, 0, 87, 0, + 8136, 1, 0, 694443, 551538868, non, 0, 88, 18, E6 + 8137, 1, 85, 694528, 551614263, nof, 0, 88, 0, + 8138, 1, 0, 694528, 551614263, non, 0, 87, 22, D#6 +15326, 2, 512, 694528, 551614263, nof, 1, 82, 0, + 8139, 1, 85, 694613, 551689658, nof, 0, 87, 0, + 8140, 1, 0, 694613, 551689658, non, 0, 88, 23, E6 + 8141, 1, 86, 694699, 551765940, nof, 0, 88, 0, + 8142, 1, 0, 694699, 551765940, non, 0, 87, 22, D#6 + 8143, 1, 85, 694784, 551841335, nof, 0, 87, 0, + 8144, 1, 0, 694784, 551841335, non, 0, 88, 19, E6 + 8145, 1, 85, 694869, 551916730, nof, 0, 88, 0, + 8146, 1, 0, 694869, 551916730, non, 0, 87, 19, D#6 + 8147, 1, 86, 694955, 551993012, nof, 0, 87, 0, + 8148, 1, 0, 694955, 551993012, non, 0, 88, 13, E6 + 8149, 1, 85, 695040, 552068407, nof, 0, 88, 0, + 8150, 1, 0, 695040, 552068407, non, 0, 87, 17, D#6 + 8151, 1, 85, 695125, 552143802, nof, 0, 87, 0, + 8152, 1, 0, 695125, 552143802, non, 0, 88, 17, E6 + 8153, 1, 86, 695211, 552220084, nof, 0, 88, 0, + 8154, 1, 0, 695211, 552220084, non, 0, 87, 16, D#6 + 8155, 1, 85, 695296, 552295479, nof, 0, 87, 0, + 8156, 1, 0, 695296, 552295479, non, 0, 88, 13, E6 + 8157, 1, 85, 695381, 552370874, nof, 0, 88, 0, + 8158, 1, 0, 695381, 552370874, non, 0, 87, 15, D#6 + 8159, 1, 86, 695467, 552447156, nof, 0, 87, 0, + 8160, 1, 0, 695467, 552447156, non, 0, 88, 10, E6 + 8161, 1, 85, 695552, 552522551, ctl, 0, 64,127, + 8162, 1, 0, 695552, 552522551, ctl, 0, 64, 0, + 8163, 1, 0, 695552, 552522551, ctl, 0, 64, 0, + 8164, 1, 0, 695552, 552522551, nof, 0, 88, 0, +15327, 2, 1024, 695552, 552522551, ctl, 1, 64,127, +15328, 2, 0, 695552, 552522551, ctl, 1, 64, 0, +15329, 2, 0, 695552, 552522551, non, 1, 42, 22, F#2 + 8165, 1, 96, 695648, 552607703, ctl, 0, 64, 0, +15330, 2, 96, 695648, 552607703, ctl, 1, 64, 0, + 8166, 1, 96, 695744, 552692855, ctl, 0, 64,127, +15331, 2, 96, 695744, 552692855, ctl, 1, 64,127, + 914, 0, 2645, 695893, 552825018,tempo,66,bpm,, +15332, 2, 149, 695893, 552825018, nof, 1, 42, 0, +15333, 2, 0, 695893, 552825018, non, 1, 52, 20, E3 +15334, 2, 342, 696235, 553128372, nof, 1, 52, 0, +15335, 2, 0, 696235, 553128372, non, 1, 58, 20, A#3 +15336, 2, 341, 696576, 553430839, nof, 1, 58, 0, +15337, 2, 0, 696576, 553430839, non, 1, 64, 20, E4 + 915, 0, 939, 696832, 553657911,tempo,50,bpm,, + 8167, 1, 1088, 696832, 553657911, non, 0, 67, 22, G4 + 8168, 1, 85, 696917, 553757446, non, 0, 70, 22, A#4 + 8169, 1, 86, 697003, 553858152, nof, 0, 67, 0, + 8170, 1, 0, 697003, 553858152, non, 0, 67, 22, G4 + 8171, 1, 0, 697003, 553858152, non, 0, 76, 22, E5 + 916, 0, 256, 697088, 553957687,tempo,66,bpm,, + 8172, 1, 85, 697088, 553957687, non, 0, 79, 48, G5 +15338, 2, 512, 697088, 553957687, nof, 1, 64, 0, +15339, 2, 0, 697088, 553957687, non, 1, 49, 20, C#3 +15340, 2, 341, 697429, 554260154, nof, 1, 49, 0, +15341, 2, 0, 697429, 554260154, non, 1, 58, 20, A#3 +15342, 2, 342, 697771, 554563508, nof, 1, 58, 0, +15343, 2, 0, 697771, 554563508, non, 1, 64, 20, E4 +15344, 2, 341, 698112, 554865975, nof, 1, 64, 0, + 8173, 1, 1536, 698624, 555320119, ctl, 0, 64,127, + 8174, 1, 0, 698624, 555320119, nof, 0, 67, 0, + 8175, 1, 0, 698624, 555320119, nof, 0, 70, 0, + 8176, 1, 0, 698624, 555320119, nof, 0, 76, 0, +15345, 2, 512, 698624, 555320119, ctl, 1, 64,127, +15346, 2, 0, 698624, 555320119, non, 1, 52, 20, E3 +15347, 2, 341, 698965, 555622586, nof, 1, 52, 0, +15348, 2, 0, 698965, 555622586, non, 1, 58, 20, A#3 + 917, 0, 2048, 699136, 555774263,tempo,50,bpm,, +15349, 2, 342, 699307, 555974504, nof, 1, 58, 0, +15350, 2, 0, 699307, 555974504, non, 1, 64, 20, E4 + 8177, 1, 768, 699392, 556074039, non, 0, 68, 22, G#4 + 8178, 1, 85, 699477, 556173574, non, 0, 70, 22, A#4 + 8179, 1, 86, 699563, 556274280, non, 0, 76, 22, E5 + 8180, 1, 85, 699648, 556373815, nof, 0, 79, 0, + 8181, 1, 0, 699648, 556373815, non, 0, 80, 48, G#5 +15351, 2, 341, 699648, 556373815, nof, 1, 64, 0, + 918, 0, 1024, 700160, 556973367,tempo,50,bpm,, +15352, 2, 512, 700160, 556973367, non, 1, 56, 24, G#3 +15353, 2, 341, 700501, 557372678, non, 1, 58, 20, A#3 + 919, 0, 512, 700672, 557572919,tempo,66,bpm,, + 8182, 1, 1024, 700672, 557572919, nof, 0, 68, 0, + 8183, 1, 0, 700672, 557572919, nof, 0, 70, 0, + 8184, 1, 0, 700672, 557572919, nof, 0, 76, 0, + 8185, 1, 0, 700672, 557572919, nof, 0, 80, 0, + 8186, 1, 0, 700672, 557572919, non, 0, 78, 45, F#5 +15354, 2, 342, 700843, 557724596, non, 1, 64, 20, E4 + 8187, 1, 512, 701184, 558027063, nof, 0, 78, 0, + 8188, 1, 0, 701184, 558027063, non, 0, 76, 45, E5 +15355, 2, 341, 701184, 558027063, nof, 1, 56, 0, +15356, 2, 0, 701184, 558027063, nof, 1, 58, 0, +15357, 2, 0, 701184, 558027063, nof, 1, 64, 0, + 920, 0, 1024, 701696, 558481207,tempo,50,bpm,, + 8189, 1, 512, 701696, 558481207, ctl, 0, 64,127, + 8190, 1, 0, 701696, 558481207, nof, 0, 76, 0, + 8191, 1, 0, 701696, 558481207, non, 0, 75, 48, D#5 +15358, 2, 512, 701696, 558481207, ctl, 1, 64,127, +15359, 2, 0, 701696, 558481207, non, 1, 55, 24, G3 +15360, 2, 341, 702037, 558880518, non, 1, 58, 20, A#3 + 921, 0, 512, 702208, 559080759,tempo,66,bpm,, + 8192, 1, 512, 702208, 559080759, nof, 0, 75, 0, + 8193, 1, 0, 702208, 559080759, non, 0, 72, 45, C5 +15361, 2, 342, 702379, 559232436, nof, 1, 58, 0, +15362, 2, 0, 702379, 559232436, non, 1, 64, 20, E4 + 8194, 1, 512, 702720, 559534903, nof, 0, 72, 0, + 8195, 1, 0, 702720, 559534903, non, 0, 76, 45, E5 +15363, 2, 682, 703061, 559837370, nof, 1, 64, 0, +15364, 2, 0, 703061, 559837370, non, 1, 70, 20, A#4 + 922, 0, 1024, 703232, 559989047,tempo,66,bpm,, +15365, 2, 171, 703232, 559989047, nof, 1, 55, 0, +15366, 2, 171, 703403, 560140724, nof, 1, 70, 0, + 8196, 1, 1024, 703744, 560443191, nof, 0, 76, 0, + 8197, 1, 0, 703744, 560443191, non, 0, 79, 42, G5 + 8198, 1, 512, 704256, 560897335, nof, 0, 79, 0, + 8199, 1, 0, 704256, 560897335, non, 0, 84, 40, C6 + 923, 0, 1536, 704768, 561351479,tempo,50,bpm,, + 8200, 1, 512, 704768, 561351479, ctl, 0, 64,127, + 8201, 1, 0, 704768, 561351479, nof, 0, 84, 0, + 8202, 1, 0, 704768, 561351479, non, 0, 76, 19, E5 +15367, 2, 1365, 704768, 561351479, ctl, 1, 64,127, + 8203, 1, 128, 704896, 561501367, nof, 0, 76, 0, + 8204, 1, 0, 704896, 561501367, non, 0, 79, 22, G5 + 8205, 1, 128, 705024, 561651255, nof, 0, 79, 0, + 8206, 1, 0, 705024, 561651255, non, 0, 82, 22, A#5 + 8207, 1, 128, 705152, 561801143, nof, 0, 82, 0, + 8208, 1, 0, 705152, 561801143, non, 0, 84, 23, C6 +15368, 2, 384, 705152, 561801143, non, 1, 75, 20, D#5 + 8209, 1, 128, 705280, 561951031, nof, 0, 84, 0, + 8210, 1, 0, 705280, 561951031, non, 0, 87, 21, D#6 + 8211, 1, 85, 705365, 562050566, nof, 0, 87, 0, + 8212, 1, 0, 705365, 562050566, non, 0, 88, 22, E6 + 8213, 1, 86, 705451, 562151272, nof, 0, 88, 0, + 8214, 1, 0, 705451, 562151272, non, 0, 87, 19, D#6 + 924, 0, 768, 705536, 562250807,tempo,66,bpm,, + 8215, 1, 85, 705536, 562250807, nof, 0, 87, 0, + 8216, 1, 0, 705536, 562250807, non, 0, 88, 23, E6 +15369, 2, 384, 705536, 562250807, nof, 1, 75, 0, +15370, 2, 0, 705536, 562250807, non, 1, 76, 20, E5 + 8217, 1, 85, 705621, 562326202, nof, 0, 88, 0, + 8218, 1, 0, 705621, 562326202, non, 0, 87, 20, D#6 + 8219, 1, 86, 705707, 562402484, nof, 0, 87, 0, + 8220, 1, 0, 705707, 562402484, non, 0, 88, 21, E6 + 8221, 1, 85, 705792, 562477879, nof, 0, 88, 0, + 8222, 1, 0, 705792, 562477879, non, 0, 87, 17, D#6 + 8223, 1, 85, 705877, 562553274, nof, 0, 87, 0, + 8224, 1, 0, 705877, 562553274, non, 0, 88, 24, E6 +15371, 2, 384, 705920, 562591415, nof, 1, 76, 0, +15372, 2, 0, 705920, 562591415, non, 1, 79, 20, G5 + 8225, 1, 86, 705963, 562629556, nof, 0, 88, 0, + 8226, 1, 0, 705963, 562629556, non, 0, 87, 16, D#6 + 8227, 1, 85, 706048, 562704951, nof, 0, 87, 0, + 8228, 1, 0, 706048, 562704951, non, 0, 88, 16, E6 + 8229, 1, 85, 706133, 562780346, nof, 0, 88, 0, + 8230, 1, 0, 706133, 562780346, non, 0, 87, 23, D#6 + 8231, 1, 86, 706219, 562856628, nof, 0, 87, 0, + 8232, 1, 0, 706219, 562856628, non, 0, 88, 26, E6 + 925, 0, 768, 706304, 562932023,tempo,45,bpm,, + 8233, 1, 85, 706304, 562932023, nof, 0, 88, 0, + 8234, 1, 0, 706304, 562932023, non, 0, 87, 26, D#6 +15373, 2, 384, 706304, 562932023, nof, 1, 79, 0, +15374, 2, 0, 706304, 562932023, non, 1, 82, 20, A#5 + 8235, 1, 85, 706389, 563042693, nof, 0, 87, 0, + 8236, 1, 0, 706389, 563042693, non, 0, 88, 24, E6 + 8237, 1, 86, 706475, 563154665, nof, 0, 88, 0, + 8238, 1, 0, 706475, 563154665, non, 0, 87, 16, D#6 + 8239, 1, 85, 706560, 563265335, nof, 0, 87, 0, + 8240, 1, 0, 706560, 563265335, non, 0, 88, 21, E6 + 8241, 1, 85, 706645, 563376005, nof, 0, 88, 0, + 8242, 1, 0, 706645, 563376005, non, 0, 87, 17, D#6 + 8243, 1, 86, 706731, 563487977, nof, 0, 87, 0, + 8244, 1, 0, 706731, 563487977, non, 0, 88, 18, E6 + 8245, 1, 85, 706816, 563598647, nof, 0, 88, 0, + 8246, 1, 0, 706816, 563598647, non, 0, 87, 22, D#6 +15375, 2, 512, 706816, 563598647, nof, 1, 82, 0, + 8247, 1, 85, 706901, 563709317, nof, 0, 87, 0, + 8248, 1, 0, 706901, 563709317, non, 0, 88, 23, E6 + 8249, 1, 86, 706987, 563821289, nof, 0, 88, 0, + 8250, 1, 0, 706987, 563821289, non, 0, 87, 22, D#6 + 8251, 1, 85, 707072, 563931959, nof, 0, 87, 0, +15376, 2, 460, 707276, 564197567, ctl, 1, 64, 0, + 8252, 1, 211, 707283, 564206681, ctl, 0, 64, 0, + 926, 0, 1024, 707328, 564265271,tempo,66,bpm,, + 8253, 1, 45, 707328, 564265271, non, 0, 64, 30, E4 + 8254, 1, 46, 707374, 564306073, ctl, 0, 64,127, +15377, 2, 98, 707374, 564306073, ctl, 1, 64,127, + 8255, 1, 82, 707456, 564378807, nof, 0, 64, 0, + 8256, 1, 0, 707456, 564378807, non, 0, 67, 32, G4 + 8257, 1, 128, 707584, 564492343, nof, 0, 67, 0, + 8258, 1, 0, 707584, 564492343, non, 0, 70, 33, A#4 +15378, 2, 296, 707670, 564568625, non, 1, 42, 19, F#2 + 8259, 1, 128, 707712, 564605879, nof, 0, 70, 0, + 8260, 1, 0, 707712, 564605879, non, 0, 72, 35, C5 +15379, 2, 85, 707755, 564644020, non, 1, 52, 19, E3 + 927, 0, 512, 707840, 564719415,tempo,70,bpm,, + 8261, 1, 128, 707840, 564719415, ctl, 0, 64,127, + 8262, 1, 0, 707840, 564719415, nof, 0, 72, 0, + 8263, 1, 0, 707840, 564719415, non, 0, 63, 40, D#4 +15380, 2, 85, 707840, 564719415, ctl, 1, 64,127, +15381, 2, 0, 707840, 564719415, non, 1, 58, 28, A#3 + 8264, 1, 85, 707925, 564790560, nof, 0, 63, 0, + 8265, 1, 0, 707925, 564790560, non, 0, 64, 38, E4 + 928, 0, 171, 708011, 564862542,tempo,80,bpm,, + 8266, 1, 86, 708011, 564862542, nof, 0, 64, 0, + 8267, 1, 0, 708011, 564862542, non, 0, 63, 34, D#4 + 8268, 1, 85, 708096, 564924762, nof, 0, 63, 0, + 8269, 1, 0, 708096, 564924762, non, 0, 64, 38, E4 + 8270, 1, 85, 708181, 564986982, nof, 0, 64, 0, + 8271, 1, 0, 708181, 564986982, non, 0, 63, 30, D#4 + 8272, 1, 86, 708267, 565049934, nof, 0, 63, 0, + 8273, 1, 0, 708267, 565049934, non, 0, 64, 35, E4 + 8274, 1, 85, 708352, 565112154, nof, 0, 64, 0, + 8275, 1, 0, 708352, 565112154, non, 0, 63, 28, D#4 +15382, 2, 512, 708352, 565112154, nof, 1, 42, 0, +15383, 2, 0, 708352, 565112154, nof, 1, 52, 0, +15384, 2, 0, 708352, 565112154, nof, 1, 58, 0, + 8276, 1, 85, 708437, 565174374, nof, 0, 63, 0, + 8277, 1, 0, 708437, 565174374, non, 0, 64, 33, E4 + 8278, 1, 86, 708523, 565237326, nof, 0, 64, 0, + 8279, 1, 0, 708523, 565237326, non, 0, 63, 31, D#4 + 8280, 1, 85, 708608, 565299546, nof, 0, 63, 0, + 8281, 1, 0, 708608, 565299546, non, 0, 64, 33, E4 + 8282, 1, 85, 708693, 565361766, nof, 0, 64, 0, + 8283, 1, 0, 708693, 565361766, non, 0, 63, 35, D#4 + 8284, 1, 86, 708779, 565424718, nof, 0, 63, 0, + 8285, 1, 0, 708779, 565424718, non, 0, 64, 31, E4 + 8286, 1, 213, 708992, 565580634, nof, 0, 64, 0, + 8287, 1, 0, 708992, 565580634, non, 0, 67, 36, G4 + 8288, 1, 128, 709120, 565674330, nof, 0, 67, 0, + 8289, 1, 0, 709120, 565674330, non, 0, 70, 37, A#4 + 8290, 1, 128, 709248, 565768026, nof, 0, 70, 0, + 8291, 1, 0, 709248, 565768026, non, 0, 72, 38, C5 + 8292, 1, 128, 709376, 565861722, nof, 0, 72, 0, + 8293, 1, 0, 709376, 565861722, non, 0, 75, 40, D#5 + 8294, 1, 85, 709461, 565923942, nof, 0, 75, 0, + 8295, 1, 0, 709461, 565923942, non, 0, 76, 37, E5 + 8296, 1, 86, 709547, 565986894, nof, 0, 76, 0, + 8297, 1, 0, 709547, 565986894, non, 0, 75, 40, D#5 + 8298, 1, 85, 709632, 566049114, nof, 0, 75, 0, + 8299, 1, 0, 709632, 566049114, non, 0, 76, 37, E5 + 8300, 1, 85, 709717, 566111334, nof, 0, 76, 0, + 8301, 1, 0, 709717, 566111334, non, 0, 75, 35, D#5 + 8302, 1, 86, 709803, 566174286, nof, 0, 75, 0, + 8303, 1, 0, 709803, 566174286, non, 0, 76, 37, E5 + 8304, 1, 85, 709888, 566236506, nof, 0, 76, 0, + 8305, 1, 0, 709888, 566236506, non, 0, 75, 31, D#5 + 8306, 1, 85, 709973, 566298726, nof, 0, 75, 0, + 8307, 1, 0, 709973, 566298726, non, 0, 76, 35, E5 + 8308, 1, 86, 710059, 566361678, nof, 0, 76, 0, + 8309, 1, 0, 710059, 566361678, non, 0, 75, 31, D#5 + 8310, 1, 85, 710144, 566423898, nof, 0, 75, 0, + 8311, 1, 0, 710144, 566423898, non, 0, 76, 27, E5 + 8312, 1, 85, 710229, 566486118, nof, 0, 76, 0, + 8313, 1, 0, 710229, 566486118, non, 0, 75, 32, D#5 + 8314, 1, 86, 710315, 566549070, nof, 0, 75, 0, + 8315, 1, 0, 710315, 566549070, non, 0, 76, 32, E5 + 8316, 1, 85, 710400, 566611290, nof, 0, 76, 0, + 8317, 1, 0, 710400, 566611290, non, 0, 64, 28, E4 + 8318, 1, 11, 710411, 566619342, ctl, 0, 64, 0, +15385, 2, 2059, 710411, 566619342, ctl, 1, 64, 0, + 8319, 1, 35, 710446, 566644962, ctl, 0, 64,127, +15386, 2, 35, 710446, 566644962, ctl, 1, 64,127, + 8320, 1, 82, 710528, 566704986, nof, 0, 64, 0, + 8321, 1, 0, 710528, 566704986, non, 0, 67, 33, G4 + 8322, 1, 128, 710656, 566798682, nof, 0, 67, 0, + 8323, 1, 0, 710656, 566798682, non, 0, 70, 36, A#4 +15387, 2, 210, 710656, 566798682, non, 1, 48, 59, C3 + 8324, 1, 128, 710784, 566892378, nof, 0, 70, 0, + 8325, 1, 0, 710784, 566892378, non, 0, 72, 40, C5 + 8326, 1, 128, 710912, 566986074, ctl, 0, 64,127, + 8327, 1, 0, 710912, 566986074, nof, 0, 72, 0, + 8328, 1, 0, 710912, 566986074, non, 0, 63, 41, D#4 +15388, 2, 256, 710912, 566986074, ctl, 1, 64,127, +15389, 2, 0, 710912, 566986074, nof, 1, 48, 0, +15390, 2, 0, 710912, 566986074, non, 1, 55, 59, G3 + 8329, 1, 85, 710997, 567048294, nof, 0, 63, 0, + 8330, 1, 0, 710997, 567048294, non, 0, 64, 40, E4 + 8331, 1, 86, 711083, 567111246, nof, 0, 64, 0, + 8332, 1, 0, 711083, 567111246, non, 0, 63, 38, D#4 + 8333, 1, 85, 711168, 567173466, nof, 0, 63, 0, + 8334, 1, 0, 711168, 567173466, non, 0, 64, 37, E4 + 929, 0, 3242, 711253, 567235686,tempo,90,bpm,, + 8335, 1, 85, 711253, 567235686, nof, 0, 64, 0, + 8336, 1, 0, 711253, 567235686, non, 0, 63, 35, D#4 + 8337, 1, 86, 711339, 567291672, nof, 0, 63, 0, + 8338, 1, 0, 711339, 567291672, non, 0, 64, 34, E4 + 8339, 1, 85, 711424, 567347007, nof, 0, 64, 0, + 8340, 1, 0, 711424, 567347007, non, 0, 63, 33, D#4 + 8341, 1, 85, 711509, 567402342, nof, 0, 63, 0, + 8342, 1, 0, 711509, 567402342, non, 0, 64, 32, E4 + 8343, 1, 86, 711595, 567458328, nof, 0, 64, 0, + 8344, 1, 0, 711595, 567458328, non, 0, 63, 33, D#4 + 8345, 1, 85, 711680, 567513663, nof, 0, 63, 0, + 8346, 1, 0, 711680, 567513663, non, 0, 64, 33, E4 + 8347, 1, 85, 711765, 567568998, nof, 0, 64, 0, + 8348, 1, 0, 711765, 567568998, non, 0, 63, 35, D#4 + 8349, 1, 86, 711851, 567624984, nof, 0, 63, 0, + 8350, 1, 0, 711851, 567624984, non, 0, 64, 36, E4 + 8351, 1, 213, 712064, 567763647, nof, 0, 64, 0, + 8352, 1, 0, 712064, 567763647, non, 0, 67, 38, G4 + 8353, 1, 128, 712192, 567846975, nof, 0, 67, 0, + 8354, 1, 0, 712192, 567846975, non, 0, 70, 39, A#4 + 8355, 1, 128, 712320, 567930303, nof, 0, 70, 0, + 8356, 1, 0, 712320, 567930303, non, 0, 72, 41, C5 + 8357, 1, 128, 712448, 568013631, nof, 0, 72, 0, + 8358, 1, 0, 712448, 568013631, non, 0, 75, 42, D#5 + 8359, 1, 85, 712533, 568068966, nof, 0, 75, 0, + 8360, 1, 0, 712533, 568068966, non, 0, 76, 41, E5 + 8361, 1, 86, 712619, 568124952, nof, 0, 76, 0, + 8362, 1, 0, 712619, 568124952, non, 0, 75, 40, D#5 + 8363, 1, 85, 712704, 568180287, nof, 0, 75, 0, + 8364, 1, 0, 712704, 568180287, non, 0, 76, 39, E5 + 8365, 1, 85, 712789, 568235622, nof, 0, 76, 0, + 8366, 1, 0, 712789, 568235622, non, 0, 75, 37, D#5 + 8367, 1, 86, 712875, 568291608, nof, 0, 75, 0, + 8368, 1, 0, 712875, 568291608, non, 0, 76, 36, E5 + 8369, 1, 85, 712960, 568346943, nof, 0, 76, 0, + 8370, 1, 0, 712960, 568346943, non, 0, 75, 36, D#5 + 8371, 1, 85, 713045, 568402278, nof, 0, 75, 0, + 8372, 1, 0, 713045, 568402278, non, 0, 76, 34, E5 + 8373, 1, 86, 713131, 568458264, nof, 0, 76, 0, + 8374, 1, 0, 713131, 568458264, non, 0, 75, 33, D#5 + 8375, 1, 85, 713216, 568513599, nof, 0, 75, 0, + 8376, 1, 0, 713216, 568513599, non, 0, 76, 32, E5 + 8377, 1, 85, 713301, 568568934, nof, 0, 76, 0, + 8378, 1, 0, 713301, 568568934, non, 0, 75, 31, D#5 + 8379, 1, 86, 713387, 568624920, nof, 0, 75, 0, + 8380, 1, 0, 713387, 568624920, non, 0, 76, 30, E5 + 8381, 1, 85, 713472, 568680255, nof, 0, 76, 0, + 8382, 1, 0, 713472, 568680255, non, 0, 60, 30, C4 + 8383, 1, 11, 713483, 568687416, ctl, 0, 64, 0, +15391, 2, 2571, 713483, 568687416, ctl, 1, 64, 0, + 8384, 1, 56, 713539, 568723872, ctl, 0, 64,127, +15392, 2, 56, 713539, 568723872, ctl, 1, 64,127, + 8385, 1, 61, 713600, 568763583, nof, 0, 60, 0, + 8386, 1, 0, 713600, 568763583, non, 0, 63, 35, D#4 + 930, 0, 2475, 713728, 568846911,tempo,70,bpm,, + 8387, 1, 128, 713728, 568846911, nof, 0, 63, 0, + 8388, 1, 0, 713728, 568846911, non, 0, 66, 38, F#4 +15393, 2, 189, 713728, 568846911, nof, 1, 55, 0, +15394, 2, 0, 713728, 568846911, non, 1, 52, 63, E3 + 8389, 1, 128, 713856, 568954047, nof, 0, 66, 0, + 8390, 1, 0, 713856, 568954047, non, 0, 68, 43, G#4 + 8391, 1, 128, 713984, 569061183, ctl, 0, 64,127, + 8392, 1, 0, 713984, 569061183, nof, 0, 68, 0, + 8393, 1, 0, 713984, 569061183, non, 0, 59, 45, B3 +15395, 2, 256, 713984, 569061183, ctl, 1, 64,127, +15396, 2, 0, 713984, 569061183, nof, 1, 52, 0, +15397, 2, 0, 713984, 569061183, non, 1, 56, 63, G#3 + 931, 0, 341, 714069, 569132328,tempo,90,bpm,, + 8394, 1, 85, 714069, 569132328, nof, 0, 59, 0, + 8395, 1, 0, 714069, 569132328, non, 0, 60, 43, C4 + 8396, 1, 86, 714155, 569188314, nof, 0, 60, 0, + 8397, 1, 0, 714155, 569188314, non, 0, 59, 38, B3 + 8398, 1, 85, 714240, 569243649, nof, 0, 59, 0, + 8399, 1, 0, 714240, 569243649, non, 0, 60, 43, C4 + 8400, 1, 85, 714325, 569298984, nof, 0, 60, 0, + 8401, 1, 0, 714325, 569298984, non, 0, 59, 34, B3 + 8402, 1, 86, 714411, 569354970, nof, 0, 59, 0, + 8403, 1, 0, 714411, 569354970, non, 0, 60, 39, C4 + 8404, 1, 85, 714496, 569410305, nof, 0, 60, 0, + 8405, 1, 0, 714496, 569410305, non, 0, 59, 31, B3 + 8406, 1, 85, 714581, 569465640, nof, 0, 59, 0, + 8407, 1, 0, 714581, 569465640, non, 0, 60, 37, C4 + 8408, 1, 86, 714667, 569521626, nof, 0, 60, 0, + 8409, 1, 0, 714667, 569521626, non, 0, 59, 33, B3 + 8410, 1, 85, 714752, 569576961, nof, 0, 59, 0, + 8411, 1, 0, 714752, 569576961, non, 0, 60, 36, C4 + 8412, 1, 85, 714837, 569632296, nof, 0, 60, 0, + 8413, 1, 0, 714837, 569632296, non, 0, 59, 38, B3 + 8414, 1, 86, 714923, 569688282, nof, 0, 59, 0, + 8415, 1, 0, 714923, 569688282, non, 0, 60, 33, C4 + 8416, 1, 213, 715136, 569826945, nof, 0, 60, 0, + 8417, 1, 0, 715136, 569826945, non, 0, 63, 39, D#4 + 8418, 1, 128, 715264, 569910273, nof, 0, 63, 0, + 8419, 1, 0, 715264, 569910273, non, 0, 66, 40, F#4 +15398, 2, 1366, 715350, 569966259, non, 1, 38, 37, D2 + 8420, 1, 128, 715392, 569993601, nof, 0, 66, 0, + 8421, 1, 0, 715392, 569993601, non, 0, 68, 41, G#4 +15399, 2, 85, 715435, 570021594, non, 1, 44, 37, G#2 + 8422, 1, 128, 715520, 570076929, nof, 0, 68, 0, + 8423, 1, 0, 715520, 570076929, non, 0, 71, 43, B4 +15400, 2, 85, 715520, 570076929, non, 1, 54, 50, F#3 + 8424, 1, 85, 715605, 570132264, nof, 0, 71, 0, + 8425, 1, 0, 715605, 570132264, non, 0, 72, 39, C5 + 8426, 1, 86, 715691, 570188250, nof, 0, 72, 0, + 8427, 1, 0, 715691, 570188250, non, 0, 71, 43, B4 + 8428, 1, 85, 715776, 570243585, nof, 0, 71, 0, + 8429, 1, 0, 715776, 570243585, non, 0, 72, 39, C5 + 8430, 1, 85, 715861, 570298920, nof, 0, 72, 0, + 8431, 1, 0, 715861, 570298920, non, 0, 71, 37, B4 + 8432, 1, 86, 715947, 570354906, nof, 0, 71, 0, + 8433, 1, 0, 715947, 570354906, non, 0, 72, 38, C5 + 8434, 1, 85, 716032, 570410241, nof, 0, 72, 0, + 8435, 1, 0, 716032, 570410241, non, 0, 71, 33, B4 +15401, 2, 512, 716032, 570410241, nof, 1, 38, 0, +15402, 2, 0, 716032, 570410241, nof, 1, 44, 0, +15403, 2, 0, 716032, 570410241, nof, 1, 54, 0, + 8436, 1, 85, 716117, 570465576, nof, 0, 71, 0, + 8437, 1, 0, 716117, 570465576, non, 0, 72, 37, C5 + 8438, 1, 86, 716203, 570521562, nof, 0, 72, 0, + 8439, 1, 0, 716203, 570521562, non, 0, 71, 33, B4 + 8440, 1, 85, 716288, 570576897, nof, 0, 71, 0, + 8441, 1, 0, 716288, 570576897, non, 0, 72, 28, C5 + 8442, 1, 85, 716373, 570632232, nof, 0, 72, 0, + 8443, 1, 0, 716373, 570632232, non, 0, 71, 32, B4 + 8444, 1, 86, 716459, 570688218, nof, 0, 71, 0, + 8445, 1, 0, 716459, 570688218, non, 0, 72, 32, C5 + 8446, 1, 213, 716672, 570826881, nof, 0, 72, 0, + 8447, 1, 0, 716672, 570826881, non, 0, 75, 33, D#5 + 8448, 1, 128, 716800, 570910209, nof, 0, 75, 0, + 8449, 1, 0, 716800, 570910209, non, 0, 78, 36, F#5 + 8450, 1, 128, 716928, 570993537, nof, 0, 78, 0, + 8451, 1, 0, 716928, 570993537, non, 0, 80, 41, G#5 + 8452, 1, 128, 717056, 571076865, ctl, 0, 64,127, + 8453, 1, 0, 717056, 571076865, nof, 0, 80, 0, + 8454, 1, 0, 717056, 571076865, non, 0, 71, 40, B4 +15404, 2, 1024, 717056, 571076865, ctl, 1, 64,127, + 8455, 1, 85, 717141, 571132200, nof, 0, 71, 0, + 8456, 1, 0, 717141, 571132200, non, 0, 72, 39, C5 + 8457, 1, 86, 717227, 571188186, nof, 0, 72, 0, + 8458, 1, 0, 717227, 571188186, non, 0, 71, 38, B4 + 8459, 1, 85, 717312, 571243521, nof, 0, 71, 0, + 8460, 1, 0, 717312, 571243521, non, 0, 72, 37, C5 + 8461, 1, 85, 717397, 571298856, nof, 0, 72, 0, + 8462, 1, 0, 717397, 571298856, non, 0, 71, 35, B4 + 8463, 1, 86, 717483, 571354842, nof, 0, 71, 0, + 8464, 1, 0, 717483, 571354842, non, 0, 72, 34, C5 + 8465, 1, 85, 717568, 571410177, nof, 0, 72, 0, + 8466, 1, 0, 717568, 571410177, non, 0, 71, 33, B4 + 8467, 1, 85, 717653, 571465512, nof, 0, 71, 0, + 8468, 1, 0, 717653, 571465512, non, 0, 72, 32, C5 + 8469, 1, 86, 717739, 571521498, nof, 0, 72, 0, + 8470, 1, 0, 717739, 571521498, non, 0, 71, 33, B4 + 8471, 1, 85, 717824, 571576833, nof, 0, 71, 0, + 8472, 1, 0, 717824, 571576833, non, 0, 72, 33, C5 + 8473, 1, 85, 717909, 571632168, nof, 0, 72, 0, + 8474, 1, 0, 717909, 571632168, non, 0, 71, 33, B4 + 8475, 1, 86, 717995, 571688154, nof, 0, 71, 0, + 8476, 1, 0, 717995, 571688154, non, 0, 72, 34, C5 + 8477, 1, 213, 718208, 571826817, nof, 0, 72, 0, + 8478, 1, 0, 718208, 571826817, non, 0, 75, 37, D#5 + 8479, 1, 128, 718336, 571910145, nof, 0, 75, 0, + 8480, 1, 0, 718336, 571910145, non, 0, 78, 37, F#5 + 8481, 1, 128, 718464, 571993473, nof, 0, 78, 0, + 8482, 1, 0, 718464, 571993473, non, 0, 80, 38, G#5 + 8483, 1, 128, 718592, 572076801, nof, 0, 80, 0, + 8484, 1, 0, 718592, 572076801, non, 0, 83, 39, B5 +15405, 2, 1536, 718592, 572076801, nof, 1, 56, 0, + 8485, 1, 85, 718677, 572132136, nof, 0, 83, 0, + 8486, 1, 0, 718677, 572132136, non, 0, 84, 38, C6 + 8487, 1, 86, 718763, 572188122, nof, 0, 84, 0, + 8488, 1, 0, 718763, 572188122, non, 0, 83, 37, B5 + 8489, 1, 85, 718848, 572243457, nof, 0, 83, 0, + 8490, 1, 0, 718848, 572243457, non, 0, 84, 36, C6 + 8491, 1, 85, 718933, 572298792, nof, 0, 84, 0, + 8492, 1, 0, 718933, 572298792, non, 0, 83, 35, B5 + 8493, 1, 86, 719019, 572354778, nof, 0, 83, 0, + 8494, 1, 0, 719019, 572354778, non, 0, 84, 34, C6 + 8495, 1, 85, 719104, 572410113, nof, 0, 84, 0, + 8496, 1, 0, 719104, 572410113, non, 0, 83, 33, B5 + 8497, 1, 85, 719189, 572465448, nof, 0, 83, 0, + 8498, 1, 0, 719189, 572465448, non, 0, 84, 32, C6 + 8499, 1, 86, 719275, 572521434, nof, 0, 84, 0, + 8500, 1, 0, 719275, 572521434, non, 0, 83, 31, B5 + 8501, 1, 85, 719360, 572576769, nof, 0, 83, 0, + 8502, 1, 0, 719360, 572576769, non, 0, 84, 29, C6 + 8503, 1, 85, 719445, 572632104, nof, 0, 84, 0, + 8504, 1, 0, 719445, 572632104, non, 0, 83, 28, B5 + 8505, 1, 86, 719531, 572688090, nof, 0, 83, 0, + 8506, 1, 0, 719531, 572688090, non, 0, 84, 27, C6 + 8507, 1, 85, 719616, 572743425, ctl, 0, 64, 0, + 8508, 1, 0, 719616, 572743425, nof, 0, 84, 0, + 8509, 1, 0, 719616, 572743425, non, 0, 65, 27, F4 +15406, 2, 1024, 719616, 572743425, ctl, 1, 64, 0, + 8510, 1, 128, 719744, 572826753, nof, 0, 65, 0, + 8511, 1, 0, 719744, 572826753, non, 0, 68, 31, G#4 + 8512, 1, 15, 719759, 572836518, ctl, 0, 64,127, +15407, 2, 143, 719759, 572836518, ctl, 1, 64,127, + 8513, 1, 113, 719872, 572910081, nof, 0, 68, 0, + 8514, 1, 0, 719872, 572910081, non, 0, 71, 34, B4 +15408, 2, 199, 719958, 572966067, non, 1, 43, 31, G2 + 8515, 1, 128, 720000, 572993409, nof, 0, 71, 0, + 8516, 1, 0, 720000, 572993409, non, 0, 73, 38, C#5 +15409, 2, 85, 720043, 573021402, non, 1, 53, 31, F3 + 932, 0, 6059, 720128, 573076737,tempo,90,bpm,, + 8517, 1, 128, 720128, 573076737, ctl, 0, 64,127, + 8518, 1, 0, 720128, 573076737, nof, 0, 73, 0, + 8519, 1, 0, 720128, 573076737, non, 0, 64, 40, E4 +15410, 2, 85, 720128, 573076737, ctl, 1, 64,127, +15411, 2, 0, 720128, 573076737, non, 1, 59, 40, B3 + 8520, 1, 85, 720213, 573132072, nof, 0, 64, 0, + 8521, 1, 0, 720213, 573132072, non, 0, 65, 38, F4 + 8522, 1, 86, 720299, 573188058, nof, 0, 65, 0, + 8523, 1, 0, 720299, 573188058, non, 0, 64, 34, E4 + 8524, 1, 85, 720384, 573243393, nof, 0, 64, 0, + 8525, 1, 0, 720384, 573243393, non, 0, 65, 38, F4 + 8526, 1, 85, 720469, 573298728, nof, 0, 65, 0, + 8527, 1, 0, 720469, 573298728, non, 0, 64, 30, E4 + 8528, 1, 86, 720555, 573354714, nof, 0, 64, 0, + 8529, 1, 0, 720555, 573354714, non, 0, 65, 35, F4 + 8530, 1, 85, 720640, 573410049, nof, 0, 65, 0, + 8531, 1, 0, 720640, 573410049, non, 0, 64, 28, E4 +15412, 2, 512, 720640, 573410049, nof, 1, 43, 0, +15413, 2, 0, 720640, 573410049, nof, 1, 53, 0, +15414, 2, 0, 720640, 573410049, nof, 1, 59, 0, + 8532, 1, 85, 720725, 573465384, nof, 0, 64, 0, + 8533, 1, 0, 720725, 573465384, non, 0, 65, 33, F4 + 8534, 1, 86, 720811, 573521370, nof, 0, 65, 0, + 8535, 1, 0, 720811, 573521370, non, 0, 64, 31, E4 + 8536, 1, 85, 720896, 573576705, nof, 0, 64, 0, + 8537, 1, 0, 720896, 573576705, non, 0, 65, 33, F4 + 8538, 1, 85, 720981, 573632040, nof, 0, 65, 0, + 8539, 1, 0, 720981, 573632040, non, 0, 64, 35, E4 + 8540, 1, 86, 721067, 573688026, nof, 0, 64, 0, + 8541, 1, 0, 721067, 573688026, non, 0, 65, 31, F4 + 8542, 1, 213, 721280, 573826689, nof, 0, 65, 0, + 8543, 1, 0, 721280, 573826689, non, 0, 68, 36, G#4 + 8544, 1, 128, 721408, 573910017, nof, 0, 68, 0, + 8545, 1, 0, 721408, 573910017, non, 0, 71, 37, B4 + 8546, 1, 128, 721536, 573993345, nof, 0, 71, 0, + 8547, 1, 0, 721536, 573993345, non, 0, 73, 38, C#5 + 8548, 1, 128, 721664, 574076673, nof, 0, 73, 0, + 8549, 1, 0, 721664, 574076673, non, 0, 76, 40, E5 + 8550, 1, 85, 721749, 574132008, nof, 0, 76, 0, + 8551, 1, 0, 721749, 574132008, non, 0, 77, 37, F5 + 8552, 1, 86, 721835, 574187994, nof, 0, 77, 0, + 8553, 1, 0, 721835, 574187994, non, 0, 76, 40, E5 + 8554, 1, 85, 721920, 574243329, nof, 0, 76, 0, + 8555, 1, 0, 721920, 574243329, non, 0, 77, 37, F5 + 8556, 1, 85, 722005, 574298664, nof, 0, 77, 0, + 8557, 1, 0, 722005, 574298664, non, 0, 76, 35, E5 + 8558, 1, 86, 722091, 574354650, nof, 0, 76, 0, + 8559, 1, 0, 722091, 574354650, non, 0, 77, 37, F5 + 8560, 1, 85, 722176, 574409985, nof, 0, 77, 0, + 8561, 1, 0, 722176, 574409985, non, 0, 76, 31, E5 + 8562, 1, 85, 722261, 574465320, nof, 0, 76, 0, + 8563, 1, 0, 722261, 574465320, non, 0, 77, 35, F5 + 8564, 1, 86, 722347, 574521306, nof, 0, 77, 0, + 8565, 1, 0, 722347, 574521306, non, 0, 76, 31, E5 + 8566, 1, 85, 722432, 574576641, nof, 0, 76, 0, + 8567, 1, 0, 722432, 574576641, non, 0, 77, 27, F5 + 8568, 1, 85, 722517, 574631976, nof, 0, 77, 0, + 8569, 1, 0, 722517, 574631976, non, 0, 76, 32, E5 + 8570, 1, 86, 722603, 574687962, nof, 0, 76, 0, + 8571, 1, 0, 722603, 574687962, non, 0, 77, 32, F5 + 8572, 1, 85, 722688, 574743297, nof, 0, 77, 0, + 8573, 1, 0, 722688, 574743297, non, 0, 65, 28, F4 + 8574, 1, 11, 722699, 574750458, ctl, 0, 64, 0, +15415, 2, 2059, 722699, 574750458, ctl, 1, 64, 0, + 8575, 1, 38, 722737, 574775196, ctl, 0, 64,127, +15416, 2, 38, 722737, 574775196, ctl, 1, 64,127, + 8576, 1, 79, 722816, 574826625, nof, 0, 65, 0, + 8577, 1, 0, 722816, 574826625, non, 0, 68, 33, G#4 + 8578, 1, 128, 722944, 574909953, nof, 0, 68, 0, + 8579, 1, 0, 722944, 574909953, non, 0, 71, 36, B4 +15417, 2, 207, 722944, 574909953, non, 1, 49, 59, C#3 + 8580, 1, 128, 723072, 574993281, nof, 0, 71, 0, + 8581, 1, 0, 723072, 574993281, non, 0, 73, 40, C#5 + 933, 0, 3072, 723200, 575076609,tempo,100,bpm,, + 8582, 1, 128, 723200, 575076609, ctl, 0, 64,127, + 8583, 1, 0, 723200, 575076609, nof, 0, 73, 0, + 8584, 1, 0, 723200, 575076609, non, 0, 64, 41, E4 +15418, 2, 256, 723200, 575076609, ctl, 1, 64,127, +15419, 2, 0, 723200, 575076609, nof, 1, 49, 0, +15420, 2, 0, 723200, 575076609, non, 1, 56, 59, G#3 + 8585, 1, 85, 723285, 575126334, nof, 0, 64, 0, + 8586, 1, 0, 723285, 575126334, non, 0, 65, 40, F4 + 8587, 1, 86, 723371, 575176644, nof, 0, 65, 0, + 8588, 1, 0, 723371, 575176644, non, 0, 64, 38, E4 + 8589, 1, 85, 723456, 575226369, nof, 0, 64, 0, + 8590, 1, 0, 723456, 575226369, non, 0, 65, 37, F4 + 8591, 1, 85, 723541, 575276094, nof, 0, 65, 0, + 8592, 1, 0, 723541, 575276094, non, 0, 64, 35, E4 + 8593, 1, 86, 723627, 575326404, nof, 0, 64, 0, + 8594, 1, 0, 723627, 575326404, non, 0, 65, 34, F4 + 8595, 1, 85, 723712, 575376129, nof, 0, 65, 0, + 8596, 1, 0, 723712, 575376129, non, 0, 64, 33, E4 + 8597, 1, 85, 723797, 575425854, nof, 0, 64, 0, + 8598, 1, 0, 723797, 575425854, non, 0, 65, 33, F4 + 8599, 1, 86, 723883, 575476164, nof, 0, 65, 0, + 8600, 1, 0, 723883, 575476164, non, 0, 64, 34, E4 + 8601, 1, 85, 723968, 575525889, nof, 0, 64, 0, + 8602, 1, 0, 723968, 575525889, non, 0, 65, 34, F4 + 8603, 1, 85, 724053, 575575614, nof, 0, 65, 0, + 8604, 1, 0, 724053, 575575614, non, 0, 64, 36, E4 + 8605, 1, 86, 724139, 575625924, nof, 0, 64, 0, + 8606, 1, 0, 724139, 575625924, non, 0, 65, 37, F4 + 8607, 1, 213, 724352, 575750529, nof, 0, 65, 0, + 8608, 1, 0, 724352, 575750529, non, 0, 68, 39, G#4 + 8609, 1, 128, 724480, 575825409, nof, 0, 68, 0, + 8610, 1, 0, 724480, 575825409, non, 0, 71, 40, B4 + 8611, 1, 128, 724608, 575900289, nof, 0, 71, 0, + 8612, 1, 0, 724608, 575900289, non, 0, 73, 42, C#5 + 8613, 1, 128, 724736, 575975169, nof, 0, 73, 0, + 8614, 1, 0, 724736, 575975169, non, 0, 76, 43, E5 + 8615, 1, 85, 724821, 576024894, nof, 0, 76, 0, + 8616, 1, 0, 724821, 576024894, non, 0, 77, 42, F5 + 8617, 1, 86, 724907, 576075204, nof, 0, 77, 0, + 8618, 1, 0, 724907, 576075204, non, 0, 76, 42, E5 + 8619, 1, 85, 724992, 576124929, nof, 0, 76, 0, + 8620, 1, 0, 724992, 576124929, non, 0, 77, 41, F5 + 8621, 1, 85, 725077, 576174654, nof, 0, 77, 0, + 8622, 1, 0, 725077, 576174654, non, 0, 76, 39, E5 + 8623, 1, 86, 725163, 576224964, nof, 0, 76, 0, + 8624, 1, 0, 725163, 576224964, non, 0, 77, 38, F5 + 8625, 1, 85, 725248, 576274689, nof, 0, 77, 0, + 8626, 1, 0, 725248, 576274689, non, 0, 76, 38, E5 + 8627, 1, 85, 725333, 576324414, nof, 0, 76, 0, + 8628, 1, 0, 725333, 576324414, non, 0, 77, 36, F5 + 8629, 1, 86, 725419, 576374724, nof, 0, 77, 0, + 8630, 1, 0, 725419, 576374724, non, 0, 76, 35, E5 + 8631, 1, 85, 725504, 576424449, nof, 0, 76, 0, + 8632, 1, 0, 725504, 576424449, non, 0, 77, 34, F5 + 8633, 1, 85, 725589, 576474174, nof, 0, 77, 0, + 8634, 1, 0, 725589, 576474174, non, 0, 76, 33, E5 + 8635, 1, 86, 725675, 576524484, nof, 0, 76, 0, + 8636, 1, 0, 725675, 576524484, non, 0, 77, 32, F5 + 8637, 1, 85, 725760, 576574209, nof, 0, 77, 0, + 8638, 1, 0, 725760, 576574209, non, 0, 61, 32, C#4 + 8639, 1, 11, 725771, 576580644, ctl, 0, 64, 0, +15421, 2, 2571, 725771, 576580644, ctl, 1, 64, 0, + 8640, 1, 38, 725809, 576602874, ctl, 0, 64,127, +15422, 2, 38, 725809, 576602874, ctl, 1, 64,127, + 8641, 1, 79, 725888, 576649089, nof, 0, 61, 0, + 8642, 1, 0, 725888, 576649089, non, 0, 64, 37, E4 + 934, 0, 2816, 726016, 576723969,tempo,70,bpm,, + 8643, 1, 128, 726016, 576723969, nof, 0, 64, 0, + 8644, 1, 0, 726016, 576723969, non, 0, 67, 41, G4 +15423, 2, 207, 726016, 576723969, nof, 1, 56, 0, +15424, 2, 0, 726016, 576723969, non, 1, 53, 63, F3 + 8645, 1, 128, 726144, 576831105, nof, 0, 67, 0, + 8646, 1, 0, 726144, 576831105, non, 0, 69, 46, A4 + 935, 0, 256, 726272, 576938241,tempo,110,bpm,, + 8647, 1, 128, 726272, 576938241, ctl, 0, 64,127, + 8648, 1, 0, 726272, 576938241, ctl, 0, 64, 0, + 8649, 1, 0, 726272, 576938241, ctl, 0, 64, 0, + 8650, 1, 0, 726272, 576938241, nof, 0, 69, 0, + 8651, 1, 0, 726272, 576938241, non, 0, 60, 55, C4 +15425, 2, 256, 726272, 576938241, ctl, 1, 64,127, +15426, 2, 0, 726272, 576938241, ctl, 1, 64, 0, +15427, 2, 0, 726272, 576938241, nof, 1, 53, 0, +15428, 2, 0, 726272, 576938241, non, 1, 57, 63, A3 + 8652, 1, 85, 726357, 576983461, nof, 0, 60, 0, + 8653, 1, 0, 726357, 576983461, non, 0, 61, 53, C#4 + 8654, 1, 19, 726376, 576993569, ctl, 0, 64, 0, +15429, 2, 104, 726376, 576993569, ctl, 1, 64, 0, + 8655, 1, 67, 726443, 577029213, nof, 0, 61, 0, + 8656, 1, 0, 726443, 577029213, non, 0, 60, 49, C4 + 8657, 1, 85, 726528, 577074433, nof, 0, 60, 0, + 8658, 1, 0, 726528, 577074433, non, 0, 61, 55, C#4 + 8659, 1, 16, 726544, 577082945, ctl, 0, 64,127, +15430, 2, 168, 726544, 577082945, ctl, 1, 64,127, + 8660, 1, 69, 726613, 577119653, nof, 0, 61, 0, + 8661, 1, 0, 726613, 577119653, non, 0, 60, 45, C4 + 8662, 1, 86, 726699, 577165405, nof, 0, 60, 0, + 8663, 1, 0, 726699, 577165405, non, 0, 61, 50, C#4 + 8664, 1, 85, 726784, 577210625, nof, 0, 61, 0, + 8665, 1, 0, 726784, 577210625, non, 0, 60, 42, C4 + 8666, 1, 85, 726869, 577255845, nof, 0, 60, 0, + 8667, 1, 0, 726869, 577255845, non, 0, 61, 49, C#4 + 8668, 1, 86, 726955, 577301597, nof, 0, 61, 0, + 8669, 1, 0, 726955, 577301597, non, 0, 60, 45, C4 + 8670, 1, 85, 727040, 577346817, nof, 0, 60, 0, + 8671, 1, 0, 727040, 577346817, non, 0, 61, 48, C#4 + 8672, 1, 85, 727125, 577392037, nof, 0, 61, 0, + 8673, 1, 0, 727125, 577392037, non, 0, 60, 52, C4 + 8674, 1, 86, 727211, 577437789, nof, 0, 60, 0, + 8675, 1, 0, 727211, 577437789, non, 0, 61, 45, C#4 + 8676, 1, 213, 727424, 577551105, nof, 0, 61, 0, + 8677, 1, 0, 727424, 577551105, non, 0, 64, 53, E4 + 8678, 1, 128, 727552, 577619201, nof, 0, 64, 0, + 8679, 1, 0, 727552, 577619201, non, 0, 67, 56, G4 +15431, 2, 1094, 727638, 577664953, non, 1, 39, 46, D#2 + 8680, 1, 128, 727680, 577687297, nof, 0, 67, 0, + 8681, 1, 0, 727680, 577687297, non, 0, 69, 58, A4 +15432, 2, 85, 727723, 577710173, non, 1, 45, 46, A2 + 8682, 1, 128, 727808, 577755393, nof, 0, 69, 0, + 8683, 1, 0, 727808, 577755393, non, 0, 72, 61, C5 +15433, 2, 85, 727808, 577755393, non, 1, 55, 59, G3 + 8684, 1, 85, 727893, 577800613, nof, 0, 72, 0, + 8685, 1, 0, 727893, 577800613, non, 0, 73, 56, C#5 + 8686, 1, 86, 727979, 577846365, nof, 0, 73, 0, + 8687, 1, 0, 727979, 577846365, non, 0, 72, 62, C5 + 8688, 1, 85, 728064, 577891585, nof, 0, 72, 0, + 8689, 1, 0, 728064, 577891585, non, 0, 73, 56, C#5 + 8690, 1, 85, 728149, 577936805, nof, 0, 73, 0, + 8691, 1, 0, 728149, 577936805, non, 0, 72, 54, C5 + 8692, 1, 86, 728235, 577982557, nof, 0, 72, 0, + 8693, 1, 0, 728235, 577982557, non, 0, 73, 56, C#5 + 8694, 1, 85, 728320, 578027777, nof, 0, 73, 0, + 8695, 1, 0, 728320, 578027777, non, 0, 72, 50, C5 +15434, 2, 512, 728320, 578027777, nof, 1, 39, 0, +15435, 2, 0, 728320, 578027777, nof, 1, 45, 0, +15436, 2, 0, 728320, 578027777, nof, 1, 55, 0, + 8696, 1, 85, 728405, 578072997, nof, 0, 72, 0, + 8697, 1, 0, 728405, 578072997, non, 0, 73, 55, C#5 + 8698, 1, 86, 728491, 578118749, nof, 0, 73, 0, + 8699, 1, 0, 728491, 578118749, non, 0, 72, 51, C5 + 8700, 1, 85, 728576, 578163969, nof, 0, 72, 0, + 8701, 1, 0, 728576, 578163969, non, 0, 73, 44, C#5 + 8702, 1, 85, 728661, 578209189, nof, 0, 73, 0, + 8703, 1, 0, 728661, 578209189, non, 0, 72, 50, C5 + 8704, 1, 86, 728747, 578254941, nof, 0, 72, 0, + 8705, 1, 0, 728747, 578254941, non, 0, 73, 50, C#5 + 8706, 1, 213, 728960, 578368257, nof, 0, 73, 0, + 8707, 1, 0, 728960, 578368257, non, 0, 76, 53, E5 + 8708, 1, 128, 729088, 578436353, nof, 0, 76, 0, + 8709, 1, 0, 729088, 578436353, non, 0, 79, 57, G5 + 8710, 1, 128, 729216, 578504449, nof, 0, 79, 0, + 8711, 1, 0, 729216, 578504449, non, 0, 81, 65, A5 + 936, 0, 3072, 729344, 578572545,tempo,100,bpm,, + 8712, 1, 128, 729344, 578572545, ctl, 0, 64,127, + 8713, 1, 0, 729344, 578572545, nof, 0, 81, 0, + 8714, 1, 0, 729344, 578572545, non, 0, 72, 58, C5 +15437, 2, 1024, 729344, 578572545, ctl, 1, 64,127, + 8715, 1, 85, 729429, 578622270, nof, 0, 72, 0, + 8716, 1, 0, 729429, 578622270, non, 0, 73, 56, C#5 + 8717, 1, 86, 729515, 578672580, nof, 0, 73, 0, + 8718, 1, 0, 729515, 578672580, non, 0, 72, 55, C5 + 8719, 1, 85, 729600, 578722305, nof, 0, 72, 0, + 8720, 1, 0, 729600, 578722305, non, 0, 73, 55, C#5 + 8721, 1, 85, 729685, 578772030, nof, 0, 73, 0, + 8722, 1, 0, 729685, 578772030, non, 0, 72, 52, C5 + 8723, 1, 86, 729771, 578822340, nof, 0, 72, 0, + 8724, 1, 0, 729771, 578822340, non, 0, 73, 51, C#5 + 8725, 1, 85, 729856, 578872065, nof, 0, 73, 0, + 8726, 1, 0, 729856, 578872065, non, 0, 72, 50, C5 + 8727, 1, 85, 729941, 578921790, nof, 0, 72, 0, + 8728, 1, 0, 729941, 578921790, non, 0, 73, 50, C#5 + 8729, 1, 86, 730027, 578972100, nof, 0, 73, 0, + 8730, 1, 0, 730027, 578972100, non, 0, 72, 53, C5 + 8731, 1, 85, 730112, 579021825, nof, 0, 72, 0, + 8732, 1, 0, 730112, 579021825, non, 0, 73, 53, C#5 + 8733, 1, 85, 730197, 579071550, nof, 0, 73, 0, + 8734, 1, 0, 730197, 579071550, non, 0, 72, 54, C5 + 937, 0, 939, 730283, 579121860,tempo,90,bpm,, + 8735, 1, 86, 730283, 579121860, nof, 0, 72, 0, + 8736, 1, 0, 730283, 579121860, non, 0, 73, 55, C#5 + 8737, 1, 213, 730496, 579260523, nof, 0, 73, 0, + 8738, 1, 0, 730496, 579260523, non, 0, 76, 63, E5 + 8739, 1, 128, 730624, 579343851, nof, 0, 76, 0, + 8740, 1, 0, 730624, 579343851, non, 0, 79, 63, G5 + 8741, 1, 128, 730752, 579427179, nof, 0, 79, 0, + 8742, 1, 0, 730752, 579427179, non, 0, 81, 66, A5 + 8743, 1, 128, 730880, 579510507, nof, 0, 81, 0, + 8744, 1, 0, 730880, 579510507, non, 0, 84, 70, C6 +15438, 2, 1536, 730880, 579510507, nof, 1, 57, 0, + 8745, 1, 85, 730965, 579565842, nof, 0, 84, 0, + 8746, 1, 0, 730965, 579565842, non, 0, 85, 69, C#6 + 8747, 1, 86, 731051, 579621828, nof, 0, 85, 0, + 8748, 1, 0, 731051, 579621828, non, 0, 84, 68, C6 + 8749, 1, 85, 731136, 579677163, nof, 0, 84, 0, + 8750, 1, 0, 731136, 579677163, non, 0, 85, 67, C#6 + 8751, 1, 85, 731221, 579732498, nof, 0, 85, 0, + 8752, 1, 0, 731221, 579732498, non, 0, 84, 67, C6 + 8753, 1, 86, 731307, 579788484, nof, 0, 84, 0, + 8754, 1, 0, 731307, 579788484, non, 0, 85, 65, C#6 + 8755, 1, 85, 731392, 579843819, nof, 0, 85, 0, + 8756, 1, 0, 731392, 579843819, non, 0, 84, 64, C6 + 8757, 1, 85, 731477, 579899154, nof, 0, 84, 0, + 8758, 1, 0, 731477, 579899154, non, 0, 85, 62, C#6 + 8759, 1, 86, 731563, 579955140, nof, 0, 85, 0, + 8760, 1, 0, 731563, 579955140, non, 0, 84, 60, C6 + 8761, 1, 85, 731648, 580010475, nof, 0, 84, 0, + 8762, 1, 0, 731648, 580010475, non, 0, 84, 58, C6 + 8763, 1, 85, 731733, 580065810, nof, 0, 84, 0, + 8764, 1, 0, 731733, 580065810, non, 0, 85, 54, C#6 + 8765, 1, 86, 731819, 580121796, nof, 0, 85, 0, + 8766, 1, 0, 731819, 580121796, non, 0, 84, 54, C6 + 8767, 1, 85, 731904, 580177131, ctl, 0, 64, 0, + 8768, 1, 0, 731904, 580177131, nof, 0, 84, 0, +15439, 2, 1024, 731904, 580177131, ctl, 1, 64, 0, +15440, 2, 0, 731904, 580177131, non, 1, 52, 30, E3 +15441, 2, 0, 731904, 580177131, non, 1, 58, 42, A#3 +15442, 2, 0, 731904, 580177131, non, 1, 36, 30, C2 +15443, 2, 85, 731989, 580232466, non, 1, 42, 30, F#2 + 8769, 1, 143, 732047, 580270224, ctl, 0, 64,127, +15444, 2, 58, 732047, 580270224, ctl, 1, 64,127, + 8770, 1, 28, 732075, 580288452, non, 0, 76, 33, E5 + 8771, 1, 85, 732160, 580343787, nof, 0, 76, 0, + 8772, 1, 0, 732160, 580343787, non, 0, 79, 33, G5 + 8773, 1, 85, 732245, 580399122, nof, 0, 79, 0, + 8774, 1, 0, 732245, 580399122, non, 0, 82, 33, A#5 + 8775, 1, 86, 732331, 580455108, nof, 0, 82, 0, + 8776, 1, 0, 732331, 580455108, non, 0, 84, 33, C6 + 938, 0, 2133, 732416, 580510443,tempo,90,bpm,, + 8777, 1, 85, 732416, 580510443, ctl, 0, 64,127, + 8778, 1, 0, 732416, 580510443, nof, 0, 84, 0, + 8779, 1, 0, 732416, 580510443, non, 0, 87, 42, D#6 +15445, 2, 369, 732416, 580510443, ctl, 1, 64,127, +15446, 2, 0, 732416, 580510443, non, 1, 55, 35, G3 +15447, 2, 0, 732416, 580510443, non, 1, 67, 44, G4 + 8780, 1, 85, 732501, 580565778, nof, 0, 87, 0, + 8781, 1, 0, 732501, 580565778, non, 0, 88, 33, E6 + 8782, 1, 86, 732587, 580621764, nof, 0, 88, 0, + 8783, 1, 0, 732587, 580621764, non, 0, 87, 33, D#6 + 8784, 1, 85, 732672, 580677099, nof, 0, 87, 0, + 8785, 1, 0, 732672, 580677099, non, 0, 88, 33, E6 + 8786, 1, 85, 732757, 580732434, nof, 0, 88, 0, + 8787, 1, 0, 732757, 580732434, non, 0, 87, 33, D#6 + 8788, 1, 86, 732843, 580788420, nof, 0, 87, 0, + 8789, 1, 0, 732843, 580788420, non, 0, 88, 33, E6 + 8790, 1, 85, 732928, 580843755, nof, 0, 88, 0, + 8791, 1, 0, 732928, 580843755, non, 0, 87, 33, D#6 + 8792, 1, 85, 733013, 580899090, nof, 0, 87, 0, + 8793, 1, 0, 733013, 580899090, non, 0, 88, 33, E6 + 8794, 1, 86, 733099, 580955076, nof, 0, 88, 0, + 8795, 1, 0, 733099, 580955076, non, 0, 70, 33, A#4 + 8796, 1, 85, 733184, 581010411, nof, 0, 70, 0, + 8797, 1, 0, 733184, 581010411, non, 0, 73, 33, C#5 + 8798, 1, 85, 733269, 581065746, nof, 0, 73, 0, + 8799, 1, 0, 733269, 581065746, non, 0, 76, 33, E5 + 8800, 1, 86, 733355, 581121732, nof, 0, 76, 0, + 8801, 1, 0, 733355, 581121732, non, 0, 78, 33, F#5 + 939, 0, 1024, 733440, 581177067,tempo,100,bpm,, + 8802, 1, 85, 733440, 581177067, nof, 0, 78, 0, + 8803, 1, 0, 733440, 581177067, non, 0, 81, 42, A5 + 8804, 1, 512, 733952, 581476587, nof, 0, 81, 0, +15448, 2, 1536, 733952, 581476587, nof, 1, 36, 0, +15449, 2, 0, 733952, 581476587, nof, 1, 42, 0, +15450, 2, 0, 733952, 581476587, nof, 1, 52, 0, +15451, 2, 0, 733952, 581476587, nof, 1, 58, 0, +15452, 2, 0, 733952, 581476587, nof, 1, 55, 0, +15453, 2, 0, 733952, 581476587, nof, 1, 67, 0, +15454, 2, 0, 733952, 581476587, non, 1, 49, 35, C#3 +15455, 2, 0, 733952, 581476587, non, 1, 61, 44, C#4 + 8805, 1, 1002, 734954, 582062757, ctl, 0, 64, 0, +15456, 2, 1002, 734954, 582062757, ctl, 1, 64, 0, + 940, 0, 1536, 734976, 582075627,tempo,90,bpm,, +15457, 2, 22, 734976, 582075627, nof, 1, 49, 0, +15458, 2, 0, 734976, 582075627, nof, 1, 61, 0, +15459, 2, 0, 734976, 582075627, non, 1, 52, 33, E3 +15460, 2, 0, 734976, 582075627, non, 1, 58, 33, A#3 +15461, 2, 0, 734976, 582075627, non, 1, 64, 42, E4 +15462, 2, 0, 734976, 582075627, non, 1, 36, 33, C2 + 8806, 1, 59, 735013, 582099714, ctl, 0, 64,127, +15463, 2, 37, 735013, 582099714, ctl, 1, 64,127, +15464, 2, 48, 735061, 582130962, non, 1, 42, 33, F#2 + 8807, 1, 134, 735147, 582186948, non, 0, 76, 33, E5 + 8808, 1, 85, 735232, 582242283, nof, 0, 76, 0, + 8809, 1, 0, 735232, 582242283, non, 0, 79, 33, G5 + 8810, 1, 85, 735317, 582297618, nof, 0, 79, 0, + 8811, 1, 0, 735317, 582297618, non, 0, 82, 33, A#5 + 8812, 1, 86, 735403, 582353604, nof, 0, 82, 0, + 8813, 1, 0, 735403, 582353604, non, 0, 84, 33, C6 + 941, 0, 512, 735488, 582408939,tempo,66,bpm,, + 8814, 1, 85, 735488, 582408939, ctl, 0, 64,127, + 8815, 1, 0, 735488, 582408939, nof, 0, 84, 0, + 8816, 1, 0, 735488, 582408939, non, 0, 87, 42, D#6 +15465, 2, 427, 735488, 582408939, ctl, 1, 64,127, +15466, 2, 0, 735488, 582408939, non, 1, 55, 35, G3 +15467, 2, 0, 735488, 582408939, non, 1, 67, 44, G4 + 942, 0, 85, 735573, 582484334,tempo,90,bpm,, + 8817, 1, 85, 735573, 582484334, nof, 0, 87, 0, + 8818, 1, 0, 735573, 582484334, non, 0, 88, 33, E6 + 8819, 1, 86, 735659, 582540320, nof, 0, 88, 0, + 8820, 1, 0, 735659, 582540320, non, 0, 87, 33, D#6 + 8821, 1, 85, 735744, 582595655, nof, 0, 87, 0, + 8822, 1, 0, 735744, 582595655, non, 0, 88, 33, E6 + 8823, 1, 85, 735829, 582650990, nof, 0, 88, 0, + 8824, 1, 0, 735829, 582650990, non, 0, 87, 33, D#6 + 8825, 1, 86, 735915, 582706976, nof, 0, 87, 0, + 8826, 1, 0, 735915, 582706976, non, 0, 88, 33, E6 + 8827, 1, 85, 736000, 582762311, nof, 0, 88, 0, + 8828, 1, 0, 736000, 582762311, non, 0, 87, 33, D#6 + 8829, 1, 85, 736085, 582817646, nof, 0, 87, 0, + 8830, 1, 0, 736085, 582817646, non, 0, 88, 33, E6 + 8831, 1, 86, 736171, 582873632, nof, 0, 88, 0, + 8832, 1, 0, 736171, 582873632, non, 0, 70, 33, A#4 + 8833, 1, 85, 736256, 582928967, nof, 0, 70, 0, + 8834, 1, 0, 736256, 582928967, non, 0, 73, 33, C#5 + 8835, 1, 85, 736341, 582984302, nof, 0, 73, 0, + 8836, 1, 0, 736341, 582984302, non, 0, 76, 33, E5 + 8837, 1, 86, 736427, 583040288, nof, 0, 76, 0, + 8838, 1, 0, 736427, 583040288, non, 0, 78, 33, F#5 + 943, 0, 939, 736512, 583095623,tempo,100,bpm,, + 8839, 1, 85, 736512, 583095623, nof, 0, 78, 0, + 8840, 1, 0, 736512, 583095623, non, 0, 81, 42, A5 + 8841, 1, 512, 737024, 583395143, nof, 0, 81, 0, +15468, 2, 1536, 737024, 583395143, nof, 1, 36, 0, +15469, 2, 0, 737024, 583395143, nof, 1, 42, 0, +15470, 2, 0, 737024, 583395143, nof, 1, 52, 0, +15471, 2, 0, 737024, 583395143, nof, 1, 58, 0, +15472, 2, 0, 737024, 583395143, nof, 1, 64, 0, +15473, 2, 0, 737024, 583395143, nof, 1, 55, 0, +15474, 2, 0, 737024, 583395143, nof, 1, 67, 0, +15475, 2, 0, 737024, 583395143, non, 1, 49, 35, C#3 +15476, 2, 0, 737024, 583395143, non, 1, 61, 44, C#4 +15477, 2, 755, 737779, 583836818, ctl, 1, 64, 0, +15478, 2, 263, 738042, 583990673, ctl, 1, 64,127, +15479, 2, 6, 738048, 583994183, nof, 1, 49, 0, +15480, 2, 0, 738048, 583994183, nof, 1, 61, 0, +15481, 2, 0, 738048, 583994183, non, 1, 55, 33, G3 +15482, 2, 0, 738048, 583994183, non, 1, 61, 33, C#4 +15483, 2, 0, 738048, 583994183, non, 1, 67, 42, G4 +15484, 2, 0, 738048, 583994183, non, 1, 33, 33, A1 +15485, 2, 85, 738133, 584043908, non, 1, 39, 33, D#2 + 8842, 1, 1195, 738219, 584094218, non, 0, 79, 33, G5 + 8843, 1, 85, 738304, 584143943, nof, 0, 79, 0, + 8844, 1, 0, 738304, 584143943, non, 0, 82, 33, A#5 + 8845, 1, 85, 738389, 584193668, nof, 0, 82, 0, + 8846, 1, 0, 738389, 584193668, non, 0, 85, 33, C#6 + 8847, 1, 86, 738475, 584243978, nof, 0, 85, 0, + 8848, 1, 0, 738475, 584243978, non, 0, 87, 33, D#6 + 8849, 1, 85, 738560, 584293703, ctl, 0, 64,127, + 8850, 1, 0, 738560, 584293703, nof, 0, 87, 0, + 8851, 1, 0, 738560, 584293703, non, 0, 90, 49, F#6 +15486, 2, 427, 738560, 584293703, ctl, 1, 64, 0, +15487, 2, 0, 738560, 584293703, non, 1, 58, 42, A#3 +15488, 2, 0, 738560, 584293703, non, 1, 70, 51, A#4 +15489, 2, 8, 738568, 584298383, ctl, 1, 64,127, + 8852, 1, 85, 738645, 584343428, nof, 0, 90, 0, + 8853, 1, 0, 738645, 584343428, non, 0, 91, 40, G6 + 8854, 1, 86, 738731, 584393738, nof, 0, 91, 0, + 8855, 1, 0, 738731, 584393738, non, 0, 90, 41, F#6 + 8856, 1, 85, 738816, 584443463, nof, 0, 90, 0, + 8857, 1, 0, 738816, 584443463, non, 0, 91, 42, G6 + 8858, 1, 85, 738901, 584493188, nof, 0, 91, 0, + 8859, 1, 0, 738901, 584493188, non, 0, 90, 42, F#6 + 8860, 1, 86, 738987, 584543498, nof, 0, 90, 0, + 8861, 1, 0, 738987, 584543498, non, 0, 91, 42, G6 + 8862, 1, 85, 739072, 584593223, nof, 0, 91, 0, + 8863, 1, 0, 739072, 584593223, non, 0, 90, 43, F#6 + 8864, 1, 85, 739157, 584642948, nof, 0, 90, 0, + 8865, 1, 0, 739157, 584642948, non, 0, 91, 44, G6 + 8866, 1, 86, 739243, 584693258, nof, 0, 91, 0, + 8867, 1, 0, 739243, 584693258, non, 0, 73, 44, C#5 + 8868, 1, 85, 739328, 584742983, nof, 0, 73, 0, + 8869, 1, 0, 739328, 584742983, non, 0, 76, 44, E5 + 8870, 1, 85, 739413, 584792708, nof, 0, 76, 0, + 8871, 1, 0, 739413, 584792708, non, 0, 79, 45, G5 + 8872, 1, 86, 739499, 584843018, nof, 0, 79, 0, + 8873, 1, 0, 739499, 584843018, non, 0, 81, 46, A5 + 944, 0, 3072, 739584, 584892743,tempo,110,bpm,, + 8874, 1, 85, 739584, 584892743, nof, 0, 81, 0, + 8875, 1, 0, 739584, 584892743, non, 0, 84, 56, C6 + 8876, 1, 512, 740096, 585165127, nof, 0, 84, 0, +15490, 2, 1528, 740096, 585165127, nof, 1, 33, 0, +15491, 2, 0, 740096, 585165127, nof, 1, 39, 0, +15492, 2, 0, 740096, 585165127, nof, 1, 55, 0, +15493, 2, 0, 740096, 585165127, nof, 1, 61, 0, +15494, 2, 0, 740096, 585165127, nof, 1, 67, 0, +15495, 2, 0, 740096, 585165127, nof, 1, 58, 0, +15496, 2, 0, 740096, 585165127, nof, 1, 70, 0, +15497, 2, 0, 740096, 585165127, non, 1, 52, 42, E3 +15498, 2, 0, 740096, 585165127, non, 1, 64, 51, E4 +15499, 2, 469, 740565, 585414635, ctl, 1, 64, 0, +15500, 2, 555, 741120, 585709895, nof, 1, 52, 0, +15501, 2, 0, 741120, 585709895, nof, 1, 64, 0, +15502, 2, 0, 741120, 585709895, non, 1, 55, 40, G3 +15503, 2, 0, 741120, 585709895, non, 1, 61, 40, C#4 +15504, 2, 0, 741120, 585709895, non, 1, 67, 49, G4 +15505, 2, 0, 741120, 585709895, non, 1, 33, 40, A1 +15506, 2, 1, 741121, 585710427, ctl, 1, 64,127, +15507, 2, 84, 741205, 585755115, non, 1, 39, 40, D#2 + 8877, 1, 1195, 741291, 585800867, non, 0, 79, 48, G5 + 8878, 1, 85, 741376, 585846087, nof, 0, 79, 0, + 8879, 1, 0, 741376, 585846087, non, 0, 82, 48, A#5 + 8880, 1, 85, 741461, 585891307, nof, 0, 82, 0, + 8881, 1, 0, 741461, 585891307, non, 0, 85, 48, C#6 + 8882, 1, 86, 741547, 585937059, nof, 0, 85, 0, + 8883, 1, 0, 741547, 585937059, non, 0, 87, 48, D#6 + 945, 0, 2048, 741632, 585982279,tempo,120,bpm,, + 8884, 1, 85, 741632, 585982279, ctl, 0, 64,127, + 8885, 1, 0, 741632, 585982279, nof, 0, 87, 0, + 8886, 1, 0, 741632, 585982279, non, 0, 90, 54, F#6 +15508, 2, 427, 741632, 585982279, ctl, 1, 64,127, +15509, 2, 0, 741632, 585982279, non, 1, 58, 47, A#3 +15510, 2, 0, 741632, 585982279, non, 1, 70, 56, A#4 + 8887, 1, 85, 741717, 586023759, nof, 0, 90, 0, + 8888, 1, 0, 741717, 586023759, non, 0, 91, 45, G6 + 8889, 1, 86, 741803, 586065727, nof, 0, 91, 0, + 8890, 1, 0, 741803, 586065727, non, 0, 90, 46, F#6 + 8891, 1, 85, 741888, 586107207, nof, 0, 90, 0, + 8892, 1, 0, 741888, 586107207, non, 0, 91, 47, G6 + 8893, 1, 85, 741973, 586148687, nof, 0, 91, 0, + 8894, 1, 0, 741973, 586148687, non, 0, 90, 47, F#6 + 8895, 1, 86, 742059, 586190655, nof, 0, 90, 0, + 8896, 1, 0, 742059, 586190655, non, 0, 91, 48, G6 + 8897, 1, 85, 742144, 586232135, nof, 0, 91, 0, + 8898, 1, 0, 742144, 586232135, non, 0, 90, 49, F#6 + 8899, 1, 85, 742229, 586273615, nof, 0, 90, 0, + 8900, 1, 0, 742229, 586273615, non, 0, 91, 50, G6 + 8901, 1, 86, 742315, 586315583, nof, 0, 91, 0, + 8902, 1, 0, 742315, 586315583, non, 0, 73, 51, C#5 + 8903, 1, 85, 742400, 586357063, nof, 0, 73, 0, + 8904, 1, 0, 742400, 586357063, non, 0, 76, 52, E5 + 8905, 1, 85, 742485, 586398543, nof, 0, 76, 0, + 8906, 1, 0, 742485, 586398543, non, 0, 79, 52, G5 + 8907, 1, 86, 742571, 586440511, nof, 0, 79, 0, + 8908, 1, 0, 742571, 586440511, non, 0, 81, 53, A5 + 8909, 1, 85, 742656, 586481991, nof, 0, 81, 0, + 8910, 1, 0, 742656, 586481991, non, 0, 84, 65, C6 + 8911, 1, 512, 743168, 586731847, nof, 0, 84, 0, +15511, 2, 1536, 743168, 586731847, nof, 1, 33, 0, +15512, 2, 0, 743168, 586731847, nof, 1, 39, 0, +15513, 2, 0, 743168, 586731847, nof, 1, 55, 0, +15514, 2, 0, 743168, 586731847, nof, 1, 61, 0, +15515, 2, 0, 743168, 586731847, nof, 1, 67, 0, +15516, 2, 0, 743168, 586731847, nof, 1, 58, 0, +15517, 2, 0, 743168, 586731847, nof, 1, 70, 0, +15518, 2, 0, 743168, 586731847, non, 1, 52, 47, E3 +15519, 2, 0, 743168, 586731847, non, 1, 64, 56, E4 +15520, 2, 687, 743855, 587067103, ctl, 1, 64, 0, +15521, 2, 316, 744171, 587221311, ctl, 1, 64,127, +15522, 2, 21, 744192, 587231559, nof, 1, 52, 0, +15523, 2, 0, 744192, 587231559, nof, 1, 64, 0, +15524, 2, 0, 744192, 587231559, non, 1, 52, 54, E3 +15525, 2, 0, 744192, 587231559, non, 1, 58, 54, A#3 +15526, 2, 0, 744192, 587231559, non, 1, 64, 63, E4 +15527, 2, 0, 744192, 587231559, non, 1, 30, 54, F#1 +15528, 2, 85, 744277, 587273039, non, 1, 36, 54, C2 + 8912, 1, 1195, 744363, 587315007, non, 0, 82, 60, A#5 + 8913, 1, 85, 744448, 587356487, nof, 0, 82, 0, + 8914, 1, 0, 744448, 587356487, non, 0, 85, 60, C#6 + 8915, 1, 85, 744533, 587397967, nof, 0, 85, 0, + 8916, 1, 0, 744533, 587397967, non, 0, 87, 60, D#6 + 8917, 1, 86, 744619, 587439935, nof, 0, 87, 0, + 8918, 1, 0, 744619, 587439935, non, 0, 90, 60, F#6 + 946, 0, 3072, 744704, 587481415,tsig,2,2,, + 947, 0, 0, 744704, 587481415,tempo,70,bpm,, + 8919, 1, 85, 744704, 587481415, ctl, 0, 64, 0, + 8920, 1, 0, 744704, 587481415, nof, 0, 90, 0, + 8921, 1, 0, 744704, 587481415, non, 0, 93, 77, A6 +15529, 2, 427, 744704, 587481415, ctl, 1, 64,127, +15530, 2, 0, 744704, 587481415, non, 1, 61, 67, C#4 +15531, 2, 0, 744704, 587481415, non, 1, 73, 83, C#5 +15532, 2, 116, 744820, 587578507, ctl, 1, 64, 0, + 8922, 1, 205, 744909, 587653000, nof, 0, 93, 0, +15533, 2, 198, 745018, 587744233, ctl, 1, 64,127, + 948, 0, 512, 745216, 587909959,tempo,90,bpm,, + 8923, 1, 307, 745216, 587909959, non, 0, 79, 59, G5 + 8924, 1, 0, 745216, 587909959, non, 0, 84, 59, C6 + 8925, 1, 0, 745216, 587909959, non, 0, 87, 75, D#6 + 8926, 1, 205, 745421, 588043414, nof, 0, 79, 0, + 8927, 1, 0, 745421, 588043414, nof, 0, 84, 0, + 8928, 1, 0, 745421, 588043414, nof, 0, 87, 0, + 949, 0, 512, 745728, 588243271,tempo,100,bpm,, + 8929, 1, 307, 745728, 588243271, non, 0, 79, 56, G5 + 8930, 1, 0, 745728, 588243271, non, 0, 82, 56, A#5 + 8931, 1, 0, 745728, 588243271, non, 0, 87, 56, D#6 + 8932, 1, 0, 745728, 588243271, non, 0, 90, 72, F#6 +15534, 2, 710, 745728, 588243271, nof, 1, 30, 0, +15535, 2, 0, 745728, 588243271, nof, 1, 36, 0, +15536, 2, 0, 745728, 588243271, nof, 1, 52, 0, +15537, 2, 0, 745728, 588243271, nof, 1, 58, 0, +15538, 2, 0, 745728, 588243271, nof, 1, 64, 0, +15539, 2, 0, 745728, 588243271, nof, 1, 61, 0, +15540, 2, 0, 745728, 588243271, nof, 1, 73, 0, +15541, 2, 0, 745728, 588243271, non, 1, 55, 64, G3 +15542, 2, 0, 745728, 588243271, non, 1, 67, 76, G4 + 8933, 1, 205, 745933, 588363196, nof, 0, 79, 0, + 8934, 1, 0, 745933, 588363196, nof, 0, 82, 0, + 8935, 1, 0, 745933, 588363196, nof, 0, 87, 0, + 8936, 1, 0, 745933, 588363196, nof, 0, 90, 0, + 950, 0, 512, 746240, 588542791,tempo,120,bpm,, + 8937, 1, 307, 746240, 588542791, non, 0, 76, 54, E5 + 8938, 1, 0, 746240, 588542791, non, 0, 81, 54, A5 + 8939, 1, 0, 746240, 588542791, non, 0, 84, 70, C6 + 8940, 1, 205, 746445, 588642831, nof, 0, 76, 0, + 8941, 1, 0, 746445, 588642831, nof, 0, 81, 0, + 8942, 1, 0, 746445, 588642831, nof, 0, 84, 0, + 951, 0, 512, 746752, 588792647,tempo,130,bpm,, + 8943, 1, 307, 746752, 588792647, ctl, 0, 64, 0, + 8944, 1, 0, 746752, 588792647, non, 0, 76, 51, E5 + 8945, 1, 0, 746752, 588792647, non, 0, 79, 51, G5 + 8946, 1, 0, 746752, 588792647, non, 0, 84, 51, C6 + 8947, 1, 0, 746752, 588792647, non, 0, 87, 67, D#6 +15543, 2, 1024, 746752, 588792647, ctl, 1, 64,127, +15544, 2, 99, 746851, 588837197, ctl, 1, 64, 0, + 8948, 1, 205, 746957, 588884897, nof, 0, 76, 0, + 8949, 1, 0, 746957, 588884897, nof, 0, 79, 0, + 8950, 1, 0, 746957, 588884897, nof, 0, 84, 0, + 8951, 1, 0, 746957, 588884897, nof, 0, 87, 0, +15545, 2, 149, 747000, 588904247, ctl, 1, 64,127, + 952, 0, 512, 747264, 589023047,tempo,140,bpm,, + 8952, 1, 307, 747264, 589023047, non, 0, 73, 49, C#5 + 8953, 1, 0, 747264, 589023047, non, 0, 78, 49, F#5 + 8954, 1, 0, 747264, 589023047, non, 0, 81, 65, A5 + 8955, 1, 205, 747469, 589108737, nof, 0, 73, 0, + 8956, 1, 0, 747469, 589108737, nof, 0, 78, 0, + 8957, 1, 0, 747469, 589108737, nof, 0, 81, 0, +15546, 2, 561, 747561, 589147193, ctl, 1, 64,127, + 953, 0, 512, 747776, 589237063,tempo,150,bpm,, + 8958, 1, 307, 747776, 589237063, non, 0, 73, 46, C#5 + 8959, 1, 0, 747776, 589237063, non, 0, 76, 46, E5 + 8960, 1, 0, 747776, 589237063, non, 0, 81, 46, A5 + 8961, 1, 0, 747776, 589237063, non, 0, 84, 62, C6 +15547, 2, 215, 747776, 589237063, nof, 1, 55, 0, +15548, 2, 0, 747776, 589237063, nof, 1, 67, 0, +15549, 2, 0, 747776, 589237063, non, 1, 61, 70, C#4 + 8962, 1, 205, 747981, 589317013, nof, 0, 73, 0, + 8963, 1, 0, 747981, 589317013, nof, 0, 76, 0, + 8964, 1, 0, 747981, 589317013, nof, 0, 81, 0, + 8965, 1, 0, 747981, 589317013, nof, 0, 84, 0, + 8966, 1, 307, 748288, 589436743, non, 0, 70, 44, A#4 + 8967, 1, 0, 748288, 589436743, non, 0, 75, 44, D#5 + 8968, 1, 0, 748288, 589436743, non, 0, 78, 60, F#5 + 8969, 1, 205, 748493, 589516693, nof, 0, 70, 0, + 8970, 1, 0, 748493, 589516693, nof, 0, 75, 0, + 8971, 1, 0, 748493, 589516693, nof, 0, 78, 0, + 8972, 1, 307, 748800, 589636423, ctl, 0, 64, 0, + 8973, 1, 0, 748800, 589636423, non, 0, 70, 41, A#4 + 8974, 1, 0, 748800, 589636423, non, 0, 73, 41, C#5 + 8975, 1, 0, 748800, 589636423, non, 0, 78, 41, F#5 + 8976, 1, 0, 748800, 589636423, non, 0, 81, 57, A5 +15550, 2, 1024, 748800, 589636423, ctl, 1, 64,127, +15551, 2, 0, 748800, 589636423, ctl, 1, 64, 0, +15552, 2, 99, 748899, 589675033, ctl, 1, 64, 0, + 8977, 1, 205, 749005, 589716373, nof, 0, 70, 0, + 8978, 1, 0, 749005, 589716373, nof, 0, 73, 0, + 8979, 1, 0, 749005, 589716373, nof, 0, 78, 0, + 8980, 1, 0, 749005, 589716373, nof, 0, 81, 0, +15553, 2, 149, 749048, 589733143, ctl, 1, 64,127, + 8981, 1, 307, 749312, 589836103, non, 0, 67, 39, G4 + 8982, 1, 0, 749312, 589836103, non, 0, 72, 39, C5 + 8983, 1, 0, 749312, 589836103, non, 0, 75, 55, D#5 + 8984, 1, 205, 749517, 589916053, nof, 0, 67, 0, + 8985, 1, 0, 749517, 589916053, nof, 0, 72, 0, + 8986, 1, 0, 749517, 589916053, nof, 0, 75, 0, +15554, 2, 561, 749609, 589951933, ctl, 1, 64,127, + 8987, 1, 307, 749824, 590035783, non, 0, 67, 42, G4 + 8988, 1, 0, 749824, 590035783, non, 0, 70, 42, A#4 + 8989, 1, 0, 749824, 590035783, non, 0, 75, 42, D#5 + 8990, 1, 0, 749824, 590035783, non, 0, 78, 58, F#5 +15555, 2, 215, 749824, 590035783, nof, 1, 61, 0, +15556, 2, 0, 749824, 590035783, non, 1, 55, 60, G3 + 8991, 1, 205, 750029, 590115733, nof, 0, 67, 0, + 8992, 1, 0, 750029, 590115733, nof, 0, 70, 0, + 8993, 1, 0, 750029, 590115733, nof, 0, 75, 0, + 8994, 1, 0, 750029, 590115733, nof, 0, 78, 0, + 8995, 1, 307, 750336, 590235463, non, 0, 64, 34, E4 + 8996, 1, 0, 750336, 590235463, non, 0, 69, 34, A4 + 8997, 1, 0, 750336, 590235463, non, 0, 72, 50, C5 + 8998, 1, 205, 750541, 590315413, nof, 0, 64, 0, + 8999, 1, 0, 750541, 590315413, nof, 0, 69, 0, + 9000, 1, 0, 750541, 590315413, nof, 0, 72, 0, + 954, 0, 3072, 750848, 590435143,tempo,120,bpm,, + 9001, 1, 307, 750848, 590435143, ctl, 0, 64, 0, + 9002, 1, 0, 750848, 590435143, non, 0, 64, 32, E4 + 9003, 1, 0, 750848, 590435143, non, 0, 67, 32, G4 + 9004, 1, 0, 750848, 590435143, non, 0, 72, 32, C5 + 9005, 1, 0, 750848, 590435143, non, 0, 75, 47, D#5 +15557, 2, 1024, 750848, 590435143, ctl, 1, 64,127, + 9006, 1, 205, 751053, 590535183, nof, 0, 64, 0, + 9007, 1, 0, 751053, 590535183, nof, 0, 67, 0, + 9008, 1, 0, 751053, 590535183, nof, 0, 72, 0, + 9009, 1, 0, 751053, 590535183, nof, 0, 75, 0, + 955, 0, 512, 751360, 590684999,tempo,140,bpm,, + 9010, 1, 307, 751360, 590684999, non, 0, 61, 25, C#4 + 9011, 1, 0, 751360, 590684999, non, 0, 66, 25, F#4 + 9012, 1, 0, 751360, 590684999, non, 0, 69, 40, A4 + 9013, 1, 205, 751565, 590770689, nof, 0, 61, 0, + 9014, 1, 0, 751565, 590770689, nof, 0, 66, 0, + 9015, 1, 0, 751565, 590770689, nof, 0, 69, 0, +15558, 2, 974, 751822, 590878115, ctl, 1, 64, 0, + 956, 0, 512, 751872, 590899015,tempo,120,bpm,, + 9016, 1, 307, 751872, 590899015, non, 0, 67, 32, G4 + 9017, 1, 0, 751872, 590899015, non, 0, 70, 32, A#4 + 9018, 1, 0, 751872, 590899015, non, 0, 75, 32, D#5 + 9019, 1, 0, 751872, 590899015, non, 0, 78, 47, F#5 +15559, 2, 50, 751872, 590899015, nof, 1, 55, 0, +15560, 2, 0, 751872, 590899015, non, 1, 48, 33, C3 +15561, 2, 171, 752043, 590982463, nof, 1, 48, 0, +15562, 2, 0, 752043, 590982463, non, 1, 58, 30, A#3 + 9020, 1, 205, 752077, 590999055, nof, 0, 67, 0, + 9021, 1, 0, 752077, 590999055, nof, 0, 70, 0, + 9022, 1, 0, 752077, 590999055, nof, 0, 75, 0, + 9023, 1, 0, 752077, 590999055, nof, 0, 78, 0, +15563, 2, 170, 752213, 591065423, nof, 1, 58, 0, +15564, 2, 0, 752213, 591065423, non, 1, 64, 30, E4 + 957, 0, 512, 752384, 591148871,tempo,140,bpm,, + 9024, 1, 307, 752384, 591148871, non, 0, 64, 25, E4 + 9025, 1, 0, 752384, 591148871, non, 0, 69, 25, A4 + 9026, 1, 0, 752384, 591148871, non, 0, 72, 40, C5 +15565, 2, 171, 752384, 591148871, nof, 1, 64, 0, + 9027, 1, 205, 752589, 591234561, nof, 0, 64, 0, + 9028, 1, 0, 752589, 591234561, nof, 0, 69, 0, + 9029, 1, 0, 752589, 591234561, nof, 0, 72, 0, + 958, 0, 512, 752896, 591362887,tempo,140,bpm,, + 9030, 1, 307, 752896, 591362887, ctl, 0, 64, 0, + 9031, 1, 0, 752896, 591362887, non, 0, 64, 32, E4 + 9032, 1, 0, 752896, 591362887, non, 0, 67, 32, G4 + 9033, 1, 0, 752896, 591362887, non, 0, 72, 32, C5 + 9034, 1, 0, 752896, 591362887, non, 0, 75, 47, D#5 +15566, 2, 512, 752896, 591362887, ctl, 1, 64, 0, +15567, 2, 0, 752896, 591362887, non, 1, 42, 33, F#2 +15568, 2, 171, 753067, 591434365, nof, 1, 42, 0, +15569, 2, 0, 753067, 591434365, non, 1, 52, 30, E3 + 9035, 1, 205, 753101, 591448577, nof, 0, 64, 0, + 9036, 1, 0, 753101, 591448577, nof, 0, 67, 0, + 9037, 1, 0, 753101, 591448577, nof, 0, 72, 0, + 9038, 1, 0, 753101, 591448577, nof, 0, 75, 0, +15570, 2, 170, 753237, 591505425, nof, 1, 52, 0, +15571, 2, 0, 753237, 591505425, non, 1, 58, 30, A#3 + 9039, 1, 307, 753408, 591576903, non, 0, 61, 25, C#4 + 9040, 1, 0, 753408, 591576903, non, 0, 66, 25, F#4 + 9041, 1, 0, 753408, 591576903, non, 0, 69, 40, A4 +15572, 2, 171, 753408, 591576903, nof, 1, 58, 0, + 9042, 1, 205, 753613, 591662593, nof, 0, 61, 0, + 9043, 1, 0, 753613, 591662593, nof, 0, 66, 0, + 9044, 1, 0, 753613, 591662593, nof, 0, 69, 0, + 959, 0, 1024, 753920, 591790919,tempo,150,bpm,, + 9045, 1, 307, 753920, 591790919, non, 0, 67, 48, G4 + 9046, 1, 0, 753920, 591790919, non, 0, 70, 32, A#4 + 9047, 1, 0, 753920, 591790919, non, 0, 75, 32, D#5 + 9048, 1, 0, 753920, 591790919, non, 0, 78, 47, F#5 +15573, 2, 512, 753920, 591790919, non, 1, 48, 33, C3 +15574, 2, 171, 754091, 591857609, nof, 1, 48, 0, +15575, 2, 0, 754091, 591857609, non, 1, 58, 30, A#3 +15576, 2, 170, 754261, 591923909, nof, 1, 58, 0, +15577, 2, 0, 754261, 591923909, non, 1, 64, 30, E4 + 9049, 1, 512, 754432, 591990599, nof, 0, 70, 0, + 9050, 1, 0, 754432, 591990599, nof, 0, 75, 0, + 9051, 1, 0, 754432, 591990599, nof, 0, 78, 0, + 9052, 1, 0, 754432, 591990599, non, 0, 64, 25, E4 + 9053, 1, 0, 754432, 591990599, non, 0, 69, 25, A4 + 9054, 1, 0, 754432, 591990599, non, 0, 72, 40, C5 +15578, 2, 171, 754432, 591990599, nof, 1, 64, 0, + 9055, 1, 205, 754637, 592070549, nof, 0, 64, 0, + 9056, 1, 0, 754637, 592070549, nof, 0, 69, 0, + 9057, 1, 0, 754637, 592070549, nof, 0, 72, 0, + 9058, 1, 307, 754944, 592190279, ctl, 0, 64, 0, + 9059, 1, 0, 754944, 592190279, non, 0, 64, 32, E4 + 9060, 1, 0, 754944, 592190279, non, 0, 72, 32, C5 + 9061, 1, 0, 754944, 592190279, non, 0, 75, 47, D#5 +15579, 2, 512, 754944, 592190279, ctl, 1, 64, 0, +15580, 2, 0, 754944, 592190279, non, 1, 42, 33, F#2 +15581, 2, 171, 755115, 592256969, nof, 1, 42, 0, +15582, 2, 0, 755115, 592256969, non, 1, 52, 30, E3 +15583, 2, 170, 755285, 592323269, nof, 1, 52, 0, +15584, 2, 0, 755285, 592323269, non, 1, 58, 30, A#3 + 9062, 1, 512, 755456, 592389959, nof, 0, 64, 0, + 9063, 1, 0, 755456, 592389959, nof, 0, 72, 0, + 9064, 1, 0, 755456, 592389959, nof, 0, 75, 0, +15585, 2, 171, 755456, 592389959, nof, 1, 58, 0, + 9065, 1, 171, 755627, 592456649, nof, 0, 67, 0, + 9066, 1, 0, 755627, 592456649, non, 0, 68, 48, G#4 +15586, 2, 512, 755968, 592589639, non, 1, 48, 33, C3 +15587, 2, 171, 756139, 592656329, nof, 1, 48, 0, +15588, 2, 0, 756139, 592656329, non, 1, 58, 30, A#3 + 9067, 1, 682, 756309, 592722629, nof, 0, 68, 0, + 9068, 1, 0, 756309, 592722629, non, 0, 66, 45, F#4 +15589, 2, 170, 756309, 592722629, nof, 1, 58, 0, +15590, 2, 0, 756309, 592722629, non, 1, 64, 30, E4 +15591, 2, 171, 756480, 592789319, nof, 1, 64, 0, + 9069, 1, 342, 756651, 592856009, nof, 0, 66, 0, + 9070, 1, 0, 756651, 592856009, non, 0, 64, 44, E4 + 960, 0, 3072, 756992, 592988999,tempo,110,bpm,, + 9071, 1, 341, 756992, 592988999, ctl, 0, 64, 0, + 9072, 1, 0, 756992, 592988999, nof, 0, 64, 0, +15592, 2, 512, 756992, 592988999, ctl, 1, 64, 0, +15593, 2, 0, 756992, 592988999, non, 1, 42, 33, F#2 +15594, 2, 171, 757163, 593079971, nof, 1, 42, 0, +15595, 2, 0, 757163, 593079971, non, 1, 52, 30, E3 + 961, 0, 341, 757333, 593170411,tempo,140,bpm,, + 9073, 1, 341, 757333, 593170411, non, 0, 63, 47, D#4 +15596, 2, 170, 757333, 593170411, nof, 1, 52, 0, +15597, 2, 0, 757333, 593170411, non, 1, 58, 30, A#3 + 9074, 1, 137, 757470, 593227677, nof, 0, 63, 0, +15598, 2, 171, 757504, 593241889, nof, 1, 58, 0, + 962, 0, 342, 757675, 593313367,tempo,100,bpm,, + 9075, 1, 205, 757675, 593313367, non, 0, 60, 47, C4 + 9076, 1, 136, 757811, 593392927, nof, 0, 60, 0, +15599, 2, 342, 757846, 593413402, non, 1, 39, 21, D#2 +15600, 2, 85, 757931, 593463127, non, 1, 49, 21, C#3 + 963, 0, 341, 758016, 593512852,tempo,130,bpm,, + 9077, 1, 205, 758016, 593512852, non, 0, 60, 31, C4 + 9078, 1, 0, 758016, 593512852, non, 0, 63, 31, D#4 + 9079, 1, 0, 758016, 593512852, non, 0, 64, 47, E4 +15601, 2, 85, 758016, 593512852, non, 1, 55, 33, G3 + 964, 0, 1024, 759040, 593973652,tsig,6,3,, + 965, 0, 0, 759040, 593973652,tempo,100,bpm,, + 9080, 1, 1024, 759040, 593973652, ctl, 0, 64, 0, + 9081, 1, 0, 759040, 593973652, nof, 0, 60, 0, + 9082, 1, 0, 759040, 593973652, nof, 0, 63, 0, +15602, 2, 1024, 759040, 593973652, ctl, 1, 64, 0, +15603, 2, 0, 759040, 593973652, nof, 1, 39, 0, +15604, 2, 0, 759040, 593973652, nof, 1, 49, 0, +15605, 2, 0, 759040, 593973652, nof, 1, 55, 0, +15606, 2, 0, 759040, 593973652, non, 1, 42, 33, F#2 +15607, 2, 128, 759168, 594048532, ctl, 1, 64,127, +15608, 2, 128, 759296, 594123412, nof, 1, 42, 0, +15609, 2, 0, 759296, 594123412, non, 1, 52, 33, E3 + 966, 0, 512, 759552, 594273172,tempo,120,bpm,, + 9083, 1, 512, 759552, 594273172, nof, 0, 64, 0, + 9084, 1, 0, 759552, 594273172, non, 0, 67, 47, G4 +15610, 2, 256, 759552, 594273172, nof, 1, 52, 0, +15611, 2, 0, 759552, 594273172, non, 1, 58, 33, A#3 +15612, 2, 256, 759808, 594398100, nof, 1, 58, 0, + 9085, 1, 512, 760064, 594523028, nof, 0, 67, 0, + 9086, 1, 0, 760064, 594523028, non, 0, 72, 51, C5 + 967, 0, 1024, 760576, 594772884,tempo,90,bpm,, + 9087, 1, 512, 760576, 594772884, nof, 0, 72, 0, + 9088, 1, 0, 760576, 594772884, non, 0, 64, 44, E4 +15613, 2, 768, 760576, 594772884, non, 1, 55, 55, G3 +15614, 2, 0, 760576, 594772884, non, 1, 60, 55, C4 +15615, 2, 0, 760576, 594772884, non, 1, 63, 55, D#4 +15616, 2, 5, 760581, 594776139, ctl, 1, 64, 0, +15617, 2, 118, 760699, 594852957, ctl, 1, 64,127, + 9089, 1, 171, 760747, 594884205, nof, 0, 64, 0, + 9090, 1, 0, 760747, 594884205, non, 0, 67, 45, G4 + 9091, 1, 170, 760917, 594994875, nof, 0, 67, 0, + 9092, 1, 0, 760917, 594994875, non, 0, 72, 46, C5 + 968, 0, 512, 761088, 595106196,tempo,70,bpm,, + 9093, 1, 171, 761088, 595106196, nof, 0, 72, 0, + 9094, 1, 0, 761088, 595106196, non, 0, 75, 46, D#5 +15618, 2, 389, 761088, 595106196, nof, 1, 55, 0, +15619, 2, 0, 761088, 595106196, nof, 1, 60, 0, +15620, 2, 0, 761088, 595106196, nof, 1, 63, 0, +15621, 2, 0, 761088, 595106196, non, 1, 45, 55, A2 + 9095, 1, 85, 761173, 595177341, nof, 0, 75, 0, + 9096, 1, 0, 761173, 595177341, non, 0, 76, 53, E5 + 9097, 1, 86, 761259, 595249323, nof, 0, 76, 0, + 9098, 1, 0, 761259, 595249323, non, 0, 75, 50, D#5 + 9099, 1, 85, 761344, 595320468, nof, 0, 75, 0, + 9100, 1, 0, 761344, 595320468, non, 0, 76, 46, E5 + 9101, 1, 85, 761429, 595391613, nof, 0, 76, 0, + 9102, 1, 0, 761429, 595391613, non, 0, 75, 46, D#5 + 9103, 1, 86, 761515, 595463595, nof, 0, 75, 0, + 9104, 1, 0, 761515, 595463595, non, 0, 76, 48, E5 + 969, 0, 512, 761600, 595534740,tempo,50,bpm,, + 9105, 1, 85, 761600, 595534740, nof, 0, 76, 0, +15622, 2, 512, 761600, 595534740, nof, 1, 45, 0, +15623, 2, 0, 761600, 595534740, non, 1, 52, 55, E3 +15624, 2, 0, 761600, 595534740, non, 1, 58, 55, A#3 +15625, 2, 0, 761600, 595534740, non, 1, 64, 55, E4 +15626, 2, 0, 761600, 595534740, non, 1, 30, 55, F#1 +15627, 2, 29, 761629, 595568699, ctl, 1, 64, 0, +15628, 2, 56, 761685, 595634275, non, 1, 36, 55, C2 +15629, 2, 71, 761756, 595717416, ctl, 1, 64,127, + 970, 0, 171, 761771, 595734981,tempo,110,bpm,, + 9106, 1, 171, 761771, 595734981, non, 0, 82, 60, A#5 + 9107, 1, 85, 761856, 595780201, nof, 0, 82, 0, + 9108, 1, 0, 761856, 595780201, non, 0, 85, 64, C#6 + 9109, 1, 85, 761941, 595825421, nof, 0, 85, 0, + 9110, 1, 0, 761941, 595825421, non, 0, 87, 68, D#6 + 9111, 1, 86, 762027, 595871173, nof, 0, 87, 0, + 9112, 1, 0, 762027, 595871173, non, 0, 90, 73, F#6 + 971, 0, 341, 762112, 595916393,tsig,2,2,, + 972, 0, 0, 762112, 595916393,tempo,70,bpm,, + 9113, 1, 85, 762112, 595916393, ctl, 0, 64, 0, + 9114, 1, 0, 762112, 595916393, nof, 0, 90, 0, + 9115, 1, 0, 762112, 595916393, non, 0, 93, 77, A6 +15630, 2, 356, 762112, 595916393, ctl, 1, 64,127, +15631, 2, 0, 762112, 595916393, non, 1, 61, 67, C#4 +15632, 2, 0, 762112, 595916393, non, 1, 73, 83, C#5 +15633, 2, 116, 762228, 596013485, ctl, 1, 64, 0, + 9116, 1, 205, 762317, 596087978, nof, 0, 93, 0, +15634, 2, 198, 762426, 596179211, ctl, 1, 64,127, + 973, 0, 512, 762624, 596344937,tempo,90,bpm,, + 9117, 1, 307, 762624, 596344937, non, 0, 79, 59, G5 + 9118, 1, 0, 762624, 596344937, non, 0, 84, 59, C6 + 9119, 1, 0, 762624, 596344937, non, 0, 87, 75, D#6 + 9120, 1, 205, 762829, 596478392, nof, 0, 79, 0, + 9121, 1, 0, 762829, 596478392, nof, 0, 84, 0, + 9122, 1, 0, 762829, 596478392, nof, 0, 87, 0, + 974, 0, 512, 763136, 596678249,tempo,100,bpm,, + 9123, 1, 307, 763136, 596678249, non, 0, 79, 56, G5 + 9124, 1, 0, 763136, 596678249, non, 0, 82, 56, A#5 + 9125, 1, 0, 763136, 596678249, non, 0, 87, 56, D#6 + 9126, 1, 0, 763136, 596678249, non, 0, 90, 72, F#6 +15635, 2, 710, 763136, 596678249, nof, 1, 30, 0, +15636, 2, 0, 763136, 596678249, nof, 1, 36, 0, +15637, 2, 0, 763136, 596678249, nof, 1, 52, 0, +15638, 2, 0, 763136, 596678249, nof, 1, 58, 0, +15639, 2, 0, 763136, 596678249, nof, 1, 64, 0, +15640, 2, 0, 763136, 596678249, nof, 1, 61, 0, +15641, 2, 0, 763136, 596678249, nof, 1, 73, 0, +15642, 2, 0, 763136, 596678249, non, 1, 55, 64, G3 +15643, 2, 0, 763136, 596678249, non, 1, 67, 76, G4 + 9127, 1, 205, 763341, 596798174, nof, 0, 79, 0, + 9128, 1, 0, 763341, 596798174, nof, 0, 82, 0, + 9129, 1, 0, 763341, 596798174, nof, 0, 87, 0, + 9130, 1, 0, 763341, 596798174, nof, 0, 90, 0, + 975, 0, 512, 763648, 596977769,tempo,120,bpm,, + 9131, 1, 307, 763648, 596977769, non, 0, 76, 54, E5 + 9132, 1, 0, 763648, 596977769, non, 0, 81, 54, A5 + 9133, 1, 0, 763648, 596977769, non, 0, 84, 70, C6 + 9134, 1, 205, 763853, 597077809, nof, 0, 76, 0, + 9135, 1, 0, 763853, 597077809, nof, 0, 81, 0, + 9136, 1, 0, 763853, 597077809, nof, 0, 84, 0, + 976, 0, 512, 764160, 597227625,tempo,130,bpm,, + 9137, 1, 307, 764160, 597227625, ctl, 0, 64, 0, + 9138, 1, 0, 764160, 597227625, non, 0, 76, 51, E5 + 9139, 1, 0, 764160, 597227625, non, 0, 79, 51, G5 + 9140, 1, 0, 764160, 597227625, non, 0, 84, 51, C6 + 9141, 1, 0, 764160, 597227625, non, 0, 87, 67, D#6 +15644, 2, 1024, 764160, 597227625, ctl, 1, 64,127, +15645, 2, 99, 764259, 597272175, ctl, 1, 64, 0, + 9142, 1, 205, 764365, 597319875, nof, 0, 76, 0, + 9143, 1, 0, 764365, 597319875, nof, 0, 79, 0, + 9144, 1, 0, 764365, 597319875, nof, 0, 84, 0, + 9145, 1, 0, 764365, 597319875, nof, 0, 87, 0, +15646, 2, 149, 764408, 597339225, ctl, 1, 64,127, + 977, 0, 512, 764672, 597458025,tempo,140,bpm,, + 9146, 1, 307, 764672, 597458025, non, 0, 73, 49, C#5 + 9147, 1, 0, 764672, 597458025, non, 0, 78, 49, F#5 + 9148, 1, 0, 764672, 597458025, non, 0, 81, 65, A5 + 9149, 1, 205, 764877, 597543715, nof, 0, 73, 0, + 9150, 1, 0, 764877, 597543715, nof, 0, 78, 0, + 9151, 1, 0, 764877, 597543715, nof, 0, 81, 0, +15647, 2, 561, 764969, 597582171, ctl, 1, 64,127, + 978, 0, 512, 765184, 597672041,tempo,150,bpm,, + 9152, 1, 307, 765184, 597672041, non, 0, 73, 46, C#5 + 9153, 1, 0, 765184, 597672041, non, 0, 76, 46, E5 + 9154, 1, 0, 765184, 597672041, non, 0, 81, 46, A5 + 9155, 1, 0, 765184, 597672041, non, 0, 84, 62, C6 +15648, 2, 215, 765184, 597672041, nof, 1, 55, 0, +15649, 2, 0, 765184, 597672041, nof, 1, 67, 0, +15650, 2, 0, 765184, 597672041, non, 1, 61, 70, C#4 + 9156, 1, 205, 765389, 597751991, nof, 0, 73, 0, + 9157, 1, 0, 765389, 597751991, nof, 0, 76, 0, + 9158, 1, 0, 765389, 597751991, nof, 0, 81, 0, + 9159, 1, 0, 765389, 597751991, nof, 0, 84, 0, + 9160, 1, 307, 765696, 597871721, non, 0, 70, 44, A#4 + 9161, 1, 0, 765696, 597871721, non, 0, 75, 44, D#5 + 9162, 1, 0, 765696, 597871721, non, 0, 78, 60, F#5 + 9163, 1, 205, 765901, 597951671, nof, 0, 70, 0, + 9164, 1, 0, 765901, 597951671, nof, 0, 75, 0, + 9165, 1, 0, 765901, 597951671, nof, 0, 78, 0, + 9166, 1, 307, 766208, 598071401, ctl, 0, 64, 0, + 9167, 1, 0, 766208, 598071401, non, 0, 70, 41, A#4 + 9168, 1, 0, 766208, 598071401, non, 0, 73, 41, C#5 + 9169, 1, 0, 766208, 598071401, non, 0, 78, 41, F#5 + 9170, 1, 0, 766208, 598071401, non, 0, 81, 57, A5 +15651, 2, 1024, 766208, 598071401, ctl, 1, 64,127, +15652, 2, 0, 766208, 598071401, ctl, 1, 64, 0, +15653, 2, 99, 766307, 598110011, ctl, 1, 64, 0, + 9171, 1, 205, 766413, 598151351, nof, 0, 70, 0, + 9172, 1, 0, 766413, 598151351, nof, 0, 73, 0, + 9173, 1, 0, 766413, 598151351, nof, 0, 78, 0, + 9174, 1, 0, 766413, 598151351, nof, 0, 81, 0, +15654, 2, 149, 766456, 598168121, ctl, 1, 64,127, + 9175, 1, 307, 766720, 598271081, non, 0, 67, 39, G4 + 9176, 1, 0, 766720, 598271081, non, 0, 72, 39, C5 + 9177, 1, 0, 766720, 598271081, non, 0, 75, 55, D#5 + 9178, 1, 205, 766925, 598351031, nof, 0, 67, 0, + 9179, 1, 0, 766925, 598351031, nof, 0, 72, 0, + 9180, 1, 0, 766925, 598351031, nof, 0, 75, 0, +15655, 2, 561, 767017, 598386911, ctl, 1, 64,127, + 9181, 1, 307, 767232, 598470761, non, 0, 67, 42, G4 + 9182, 1, 0, 767232, 598470761, non, 0, 70, 42, A#4 + 9183, 1, 0, 767232, 598470761, non, 0, 75, 42, D#5 + 9184, 1, 0, 767232, 598470761, non, 0, 78, 58, F#5 +15656, 2, 215, 767232, 598470761, nof, 1, 61, 0, +15657, 2, 0, 767232, 598470761, non, 1, 55, 60, G3 + 9185, 1, 205, 767437, 598550711, nof, 0, 67, 0, + 9186, 1, 0, 767437, 598550711, nof, 0, 70, 0, + 9187, 1, 0, 767437, 598550711, nof, 0, 75, 0, + 9188, 1, 0, 767437, 598550711, nof, 0, 78, 0, + 9189, 1, 307, 767744, 598670441, non, 0, 64, 34, E4 + 9190, 1, 0, 767744, 598670441, non, 0, 69, 34, A4 + 9191, 1, 0, 767744, 598670441, non, 0, 72, 50, C5 + 9192, 1, 205, 767949, 598750391, nof, 0, 64, 0, + 9193, 1, 0, 767949, 598750391, nof, 0, 69, 0, + 9194, 1, 0, 767949, 598750391, nof, 0, 72, 0, + 979, 0, 3072, 768256, 598870121,tempo,120,bpm,, + 9195, 1, 307, 768256, 598870121, ctl, 0, 64, 0, + 9196, 1, 0, 768256, 598870121, non, 0, 64, 32, E4 + 9197, 1, 0, 768256, 598870121, non, 0, 67, 32, G4 + 9198, 1, 0, 768256, 598870121, non, 0, 72, 32, C5 + 9199, 1, 0, 768256, 598870121, non, 0, 75, 47, D#5 +15658, 2, 1024, 768256, 598870121, ctl, 1, 64,127, + 9200, 1, 205, 768461, 598970161, nof, 0, 64, 0, + 9201, 1, 0, 768461, 598970161, nof, 0, 67, 0, + 9202, 1, 0, 768461, 598970161, nof, 0, 72, 0, + 9203, 1, 0, 768461, 598970161, nof, 0, 75, 0, + 980, 0, 512, 768768, 599119977,tempo,140,bpm,, + 9204, 1, 307, 768768, 599119977, non, 0, 61, 25, C#4 + 9205, 1, 0, 768768, 599119977, non, 0, 66, 25, F#4 + 9206, 1, 0, 768768, 599119977, non, 0, 69, 40, A4 + 9207, 1, 205, 768973, 599205667, nof, 0, 61, 0, + 9208, 1, 0, 768973, 599205667, nof, 0, 66, 0, + 9209, 1, 0, 768973, 599205667, nof, 0, 69, 0, +15659, 2, 974, 769230, 599313093, ctl, 1, 64, 0, + 981, 0, 512, 769280, 599333993,tempo,120,bpm,, + 9210, 1, 307, 769280, 599333993, non, 0, 67, 32, G4 + 9211, 1, 0, 769280, 599333993, non, 0, 70, 32, A#4 + 9212, 1, 0, 769280, 599333993, non, 0, 75, 32, D#5 + 9213, 1, 0, 769280, 599333993, non, 0, 78, 47, F#5 +15660, 2, 50, 769280, 599333993, nof, 1, 55, 0, +15661, 2, 0, 769280, 599333993, non, 1, 48, 33, C3 +15662, 2, 171, 769451, 599417441, nof, 1, 48, 0, +15663, 2, 0, 769451, 599417441, non, 1, 58, 30, A#3 + 9214, 1, 205, 769485, 599434033, nof, 0, 67, 0, + 9215, 1, 0, 769485, 599434033, nof, 0, 70, 0, + 9216, 1, 0, 769485, 599434033, nof, 0, 75, 0, + 9217, 1, 0, 769485, 599434033, nof, 0, 78, 0, +15664, 2, 170, 769621, 599500401, nof, 1, 58, 0, +15665, 2, 0, 769621, 599500401, non, 1, 64, 30, E4 + 982, 0, 512, 769792, 599583849,tempo,140,bpm,, + 9218, 1, 307, 769792, 599583849, non, 0, 64, 25, E4 + 9219, 1, 0, 769792, 599583849, non, 0, 69, 25, A4 + 9220, 1, 0, 769792, 599583849, non, 0, 72, 40, C5 +15666, 2, 171, 769792, 599583849, nof, 1, 64, 0, + 9221, 1, 205, 769997, 599669539, nof, 0, 64, 0, + 9222, 1, 0, 769997, 599669539, nof, 0, 69, 0, + 9223, 1, 0, 769997, 599669539, nof, 0, 72, 0, + 983, 0, 512, 770304, 599797865,tempo,140,bpm,, + 9224, 1, 307, 770304, 599797865, ctl, 0, 64, 0, + 9225, 1, 0, 770304, 599797865, non, 0, 64, 32, E4 + 9226, 1, 0, 770304, 599797865, non, 0, 67, 32, G4 + 9227, 1, 0, 770304, 599797865, non, 0, 72, 32, C5 + 9228, 1, 0, 770304, 599797865, non, 0, 75, 47, D#5 +15667, 2, 512, 770304, 599797865, ctl, 1, 64, 0, +15668, 2, 0, 770304, 599797865, non, 1, 42, 33, F#2 +15669, 2, 171, 770475, 599869343, nof, 1, 42, 0, +15670, 2, 0, 770475, 599869343, non, 1, 52, 30, E3 + 9229, 1, 205, 770509, 599883555, nof, 0, 64, 0, + 9230, 1, 0, 770509, 599883555, nof, 0, 67, 0, + 9231, 1, 0, 770509, 599883555, nof, 0, 72, 0, + 9232, 1, 0, 770509, 599883555, nof, 0, 75, 0, +15671, 2, 170, 770645, 599940403, nof, 1, 52, 0, +15672, 2, 0, 770645, 599940403, non, 1, 58, 30, A#3 + 9233, 1, 307, 770816, 600011881, non, 0, 61, 25, C#4 + 9234, 1, 0, 770816, 600011881, non, 0, 66, 25, F#4 + 9235, 1, 0, 770816, 600011881, non, 0, 69, 40, A4 +15673, 2, 171, 770816, 600011881, nof, 1, 58, 0, + 9236, 1, 205, 771021, 600097571, nof, 0, 61, 0, + 9237, 1, 0, 771021, 600097571, nof, 0, 66, 0, + 9238, 1, 0, 771021, 600097571, nof, 0, 69, 0, + 984, 0, 1024, 771328, 600225897,tempo,150,bpm,, + 9239, 1, 307, 771328, 600225897, non, 0, 67, 48, G4 + 9240, 1, 0, 771328, 600225897, non, 0, 70, 32, A#4 + 9241, 1, 0, 771328, 600225897, non, 0, 75, 32, D#5 + 9242, 1, 0, 771328, 600225897, non, 0, 78, 47, F#5 +15674, 2, 512, 771328, 600225897, non, 1, 48, 33, C3 +15675, 2, 171, 771499, 600292587, nof, 1, 48, 0, +15676, 2, 0, 771499, 600292587, non, 1, 58, 30, A#3 +15677, 2, 170, 771669, 600358887, nof, 1, 58, 0, +15678, 2, 0, 771669, 600358887, non, 1, 64, 30, E4 + 9243, 1, 512, 771840, 600425577, nof, 0, 70, 0, + 9244, 1, 0, 771840, 600425577, nof, 0, 75, 0, + 9245, 1, 0, 771840, 600425577, nof, 0, 78, 0, + 9246, 1, 0, 771840, 600425577, non, 0, 64, 25, E4 + 9247, 1, 0, 771840, 600425577, non, 0, 69, 25, A4 + 9248, 1, 0, 771840, 600425577, non, 0, 72, 40, C5 +15679, 2, 171, 771840, 600425577, nof, 1, 64, 0, + 9249, 1, 205, 772045, 600505527, nof, 0, 64, 0, + 9250, 1, 0, 772045, 600505527, nof, 0, 69, 0, + 9251, 1, 0, 772045, 600505527, nof, 0, 72, 0, + 9252, 1, 307, 772352, 600625257, ctl, 0, 64, 0, + 9253, 1, 0, 772352, 600625257, non, 0, 64, 32, E4 + 9254, 1, 0, 772352, 600625257, non, 0, 72, 32, C5 + 9255, 1, 0, 772352, 600625257, non, 0, 75, 47, D#5 +15680, 2, 512, 772352, 600625257, ctl, 1, 64, 0, +15681, 2, 0, 772352, 600625257, non, 1, 42, 33, F#2 +15682, 2, 171, 772523, 600691947, nof, 1, 42, 0, +15683, 2, 0, 772523, 600691947, non, 1, 52, 30, E3 +15684, 2, 170, 772693, 600758247, nof, 1, 52, 0, +15685, 2, 0, 772693, 600758247, non, 1, 58, 30, A#3 + 9256, 1, 512, 772864, 600824937, nof, 0, 64, 0, + 9257, 1, 0, 772864, 600824937, nof, 0, 72, 0, + 9258, 1, 0, 772864, 600824937, nof, 0, 75, 0, +15686, 2, 171, 772864, 600824937, nof, 1, 58, 0, + 9259, 1, 171, 773035, 600891627, nof, 0, 67, 0, + 9260, 1, 0, 773035, 600891627, non, 0, 68, 48, G#4 +15687, 2, 512, 773376, 601024617, non, 1, 48, 33, C3 +15688, 2, 171, 773547, 601091307, nof, 1, 48, 0, +15689, 2, 0, 773547, 601091307, non, 1, 58, 30, A#3 + 9261, 1, 682, 773717, 601157607, nof, 0, 68, 0, + 9262, 1, 0, 773717, 601157607, non, 0, 66, 45, F#4 +15690, 2, 170, 773717, 601157607, nof, 1, 58, 0, +15691, 2, 0, 773717, 601157607, non, 1, 64, 30, E4 +15692, 2, 171, 773888, 601224297, nof, 1, 64, 0, + 9263, 1, 342, 774059, 601290987, nof, 0, 66, 0, + 9264, 1, 0, 774059, 601290987, non, 0, 64, 44, E4 + 985, 0, 3072, 774400, 601423977,tempo,110,bpm,, + 9265, 1, 341, 774400, 601423977, ctl, 0, 64, 0, + 9266, 1, 0, 774400, 601423977, nof, 0, 64, 0, +15693, 2, 512, 774400, 601423977, ctl, 1, 64, 0, +15694, 2, 0, 774400, 601423977, non, 1, 42, 33, F#2 +15695, 2, 171, 774571, 601514949, nof, 1, 42, 0, +15696, 2, 0, 774571, 601514949, non, 1, 52, 30, E3 + 986, 0, 341, 774741, 601605389,tempo,140,bpm,, + 9267, 1, 341, 774741, 601605389, non, 0, 63, 47, D#4 +15697, 2, 170, 774741, 601605389, nof, 1, 52, 0, +15698, 2, 0, 774741, 601605389, non, 1, 58, 30, A#3 + 9268, 1, 137, 774878, 601662655, nof, 0, 63, 0, +15699, 2, 171, 774912, 601676867, nof, 1, 58, 0, + 987, 0, 342, 775083, 601748345,tempo,100,bpm,, + 9269, 1, 205, 775083, 601748345, non, 0, 60, 47, C4 + 9270, 1, 136, 775219, 601827905, nof, 0, 60, 0, +15700, 2, 342, 775254, 601848380, non, 1, 39, 21, D#2 +15701, 2, 85, 775339, 601898105, non, 1, 49, 21, C#3 + 988, 0, 341, 775424, 601947830,tempo,130,bpm,, + 9271, 1, 205, 775424, 601947830, non, 0, 60, 31, C4 + 9272, 1, 0, 775424, 601947830, non, 0, 63, 31, D#4 + 9273, 1, 0, 775424, 601947830, non, 0, 64, 47, E4 +15702, 2, 85, 775424, 601947830, non, 1, 55, 33, G3 + 989, 0, 1024, 776448, 602408630,tempo,100,bpm,, + 9274, 1, 1024, 776448, 602408630, ctl, 0, 64, 0, + 9275, 1, 0, 776448, 602408630, ctl, 0, 64, 0, + 9276, 1, 0, 776448, 602408630, nof, 0, 60, 0, + 9277, 1, 0, 776448, 602408630, nof, 0, 63, 0, +15703, 2, 1024, 776448, 602408630, ctl, 1, 64, 0, +15704, 2, 0, 776448, 602408630, ctl, 1, 64, 0, +15705, 2, 0, 776448, 602408630, nof, 1, 39, 0, +15706, 2, 0, 776448, 602408630, nof, 1, 49, 0, +15707, 2, 0, 776448, 602408630, nof, 1, 55, 0, +15708, 2, 0, 776448, 602408630, non, 1, 42, 33, F#2 +15709, 2, 128, 776576, 602483510, ctl, 1, 64,127, +15710, 2, 43, 776619, 602508665, nof, 1, 42, 0, +15711, 2, 0, 776619, 602508665, non, 1, 52, 33, E3 + 990, 0, 341, 776789, 602608115,tempo,70,bpm,, + 9278, 1, 341, 776789, 602608115, nof, 0, 64, 0, + 9279, 1, 0, 776789, 602608115, non, 0, 67, 46, G4 +15712, 2, 170, 776789, 602608115, nof, 1, 52, 0, +15713, 2, 0, 776789, 602608115, non, 1, 58, 33, A#3 +15714, 2, 171, 776960, 602751242, nof, 1, 58, 0, + 9280, 1, 342, 777131, 602894369, nof, 0, 67, 0, + 9281, 1, 0, 777131, 602894369, non, 0, 72, 46, C5 + 991, 0, 683, 777472, 603179786,tempo,90,bpm,, + 9282, 1, 341, 777472, 603179786, nof, 0, 72, 0, + 9283, 1, 0, 777472, 603179786, non, 0, 64, 39, E4 +15715, 2, 512, 777472, 603179786, non, 1, 55, 32, G3 +15716, 2, 0, 777472, 603179786, non, 1, 60, 32, C4 +15717, 2, 0, 777472, 603179786, non, 1, 63, 40, D#4 + 9284, 1, 114, 777586, 603254000, nof, 0, 64, 0, + 9285, 1, 0, 777586, 603254000, non, 0, 67, 43, G4 + 9286, 1, 114, 777700, 603328214, nof, 0, 67, 0, + 9287, 1, 0, 777700, 603328214, non, 0, 72, 43, C5 + 992, 0, 341, 777813, 603401777,tempo,80,bpm,, + 9288, 1, 113, 777813, 603401777, nof, 0, 72, 0, + 9289, 1, 0, 777813, 603401777, non, 0, 75, 43, D#5 +15718, 2, 341, 777813, 603401777, nof, 1, 55, 0, +15719, 2, 0, 777813, 603401777, nof, 1, 60, 0, +15720, 2, 0, 777813, 603401777, nof, 1, 63, 0, +15721, 2, 0, 777813, 603401777, non, 1, 45, 32, A2 + 9290, 1, 57, 777870, 603443501, nof, 0, 75, 0, + 9291, 1, 0, 777870, 603443501, non, 0, 76, 43, E5 + 9292, 1, 57, 777927, 603485225, nof, 0, 76, 0, + 9293, 1, 0, 777927, 603485225, non, 0, 75, 43, D#5 + 9294, 1, 57, 777984, 603526949, nof, 0, 75, 0, + 9295, 1, 0, 777984, 603526949, non, 0, 76, 32, E5 +15722, 2, 176, 777989, 603530609, ctl, 1, 64, 0, + 9296, 1, 57, 778041, 603568673, nof, 0, 76, 0, + 9297, 1, 0, 778041, 603568673, non, 0, 75, 43, D#5 + 9298, 1, 57, 778098, 603610397, nof, 0, 75, 0, + 9299, 1, 0, 778098, 603610397, non, 0, 76, 43, E5 +15723, 2, 118, 778107, 603616985, ctl, 1, 64,127, + 9300, 1, 56, 778154, 603651389, nof, 0, 76, 0, + 9301, 1, 0, 778154, 603651389, non, 0, 75, 33, D#5 +15724, 2, 48, 778155, 603652121, nof, 1, 45, 0, + 9302, 1, 57, 778211, 603693113, nof, 0, 75, 0, + 9303, 1, 0, 778211, 603693113, non, 0, 76, 43, E5 + 9304, 1, 57, 778268, 603734837, nof, 0, 76, 0, + 9305, 1, 0, 778268, 603734837, non, 0, 75, 43, D#5 + 9306, 1, 57, 778325, 603776561, nof, 0, 75, 0, + 9307, 1, 0, 778325, 603776561, non, 0, 76, 34, E5 + 9308, 1, 57, 778382, 603818285, nof, 0, 76, 0, + 9309, 1, 0, 778382, 603818285, non, 0, 75, 43, D#5 + 9310, 1, 57, 778439, 603860009, nof, 0, 75, 0, + 9311, 1, 0, 778439, 603860009, non, 0, 76, 43, E5 + 993, 0, 683, 778496, 603901733,tempo,70,bpm,, + 9312, 1, 57, 778496, 603901733, ctl, 0, 64, 0, + 9313, 1, 0, 778496, 603901733, ctl, 0, 64, 0, + 9314, 1, 0, 778496, 603901733, nof, 0, 76, 0, +15725, 2, 341, 778496, 603901733, ctl, 1, 64,127, +15726, 2, 0, 778496, 603901733, ctl, 1, 64, 0, +15727, 2, 0, 778496, 603901733, non, 1, 42, 30, F#2 +15728, 2, 74, 778570, 603963671, ctl, 1, 64, 0, + 994, 0, 128, 778624, 604008869,tempo,66,bpm,, + 9315, 1, 128, 778624, 604008869, non, 0, 52, 25, E3 + 9316, 1, 64, 778688, 604065637, nof, 0, 52, 0, + 9317, 1, 0, 778688, 604065637, non, 0, 58, 29, A#3 +15729, 2, 137, 778707, 604082490, ctl, 1, 64,127, + 9318, 1, 64, 778752, 604122405, nof, 0, 58, 0, + 9319, 1, 0, 778752, 604122405, non, 0, 64, 32, E4 + 9320, 1, 64, 778816, 604179173, nof, 0, 64, 0, + 9321, 1, 0, 778816, 604179173, non, 0, 68, 36, G#4 + 9322, 1, 64, 778880, 604235941, nof, 0, 68, 0, + 995, 0, 384, 779008, 604349477,tempo,70,bpm,, +15730, 2, 301, 779008, 604349477, nof, 1, 42, 0, +15731, 2, 0, 779008, 604349477, non, 1, 49, 33, C#3 +15732, 2, 29, 779037, 604373750, ctl, 1, 64, 0, + 9323, 1, 192, 779072, 604403045, non, 0, 58, 33, A#3 + 9324, 1, 64, 779136, 604456613, nof, 0, 58, 0, + 9325, 1, 0, 779136, 604456613, non, 0, 64, 36, E4 +15733, 2, 127, 779164, 604480049, ctl, 1, 64,127, + 9326, 1, 64, 779200, 604510181, nof, 0, 64, 0, + 9327, 1, 0, 779200, 604510181, non, 0, 68, 40, G#4 + 9328, 1, 64, 779264, 604563749, nof, 0, 68, 0, + 9329, 1, 0, 779264, 604563749, non, 0, 70, 43, A#4 + 9330, 1, 64, 779328, 604617317, nof, 0, 70, 0, +15734, 2, 185, 779349, 604634894, nof, 1, 49, 0, +15735, 2, 0, 779349, 604634894, non, 1, 76, 48, E5 + 996, 0, 512, 779520, 604778021,tempo,70,bpm,, +15736, 2, 171, 779520, 604778021, non, 1, 52, 37, E3 +15737, 2, 11, 779531, 604787228, ctl, 1, 64, 0, + 9331, 1, 256, 779584, 604831589, non, 0, 58, 33, A#3 + 9332, 1, 51, 779635, 604874276, nof, 0, 58, 0, + 9333, 1, 0, 779635, 604874276, non, 0, 63, 35, D#4 +15738, 2, 137, 779668, 604901897, ctl, 1, 64,127, + 9334, 1, 51, 779686, 604916963, nof, 0, 63, 0, + 9335, 1, 0, 779686, 604916963, non, 0, 67, 38, G4 + 9336, 1, 52, 779738, 604960487, nof, 0, 67, 0, + 9337, 1, 0, 779738, 604960487, non, 0, 70, 41, A#4 + 997, 0, 269, 779789, 605003174,tempo,66,bpm,, + 9338, 1, 51, 779789, 605003174, nof, 0, 70, 0, + 9339, 1, 0, 779789, 605003174, non, 0, 75, 43, D#5 + 9340, 1, 51, 779840, 605048411, nof, 0, 75, 0, +15739, 2, 193, 779861, 605067038, nof, 1, 52, 0, +15740, 2, 0, 779861, 605067038, nof, 1, 76, 0, +15741, 2, 0, 779861, 605067038, non, 1, 79, 55, G5 +15742, 2, 171, 780032, 605218715, non, 1, 58, 40, A#3 + 9341, 1, 256, 780096, 605275483, non, 0, 63, 30, D#4 + 9342, 1, 85, 780181, 605350878, nof, 0, 63, 0, + 9343, 1, 0, 780181, 605350878, non, 0, 67, 30, G4 + 9344, 1, 86, 780267, 605427160, nof, 0, 67, 0, + 9345, 1, 0, 780267, 605427160, non, 0, 70, 31, A#4 + 9346, 1, 85, 780352, 605502555, nof, 0, 70, 0, + 998, 0, 584, 780373, 605521182,tempo,50,bpm,, +15743, 2, 341, 780373, 605521182, nof, 1, 58, 0, +15744, 2, 0, 780373, 605521182, nof, 1, 79, 0, +15745, 2, 0, 780373, 605521182, non, 1, 75, 49, D#5 + 999, 0, 171, 780544, 605721423,tsig,9,4,, + 9347, 1, 192, 780544, 605721423, ctl, 0, 64, 0, + 9348, 1, 0, 780544, 605721423, ctl, 0, 64, 0, +15746, 2, 171, 780544, 605721423, ctl, 1, 64,127, +15747, 2, 0, 780544, 605721423, ctl, 1, 64, 0, +15748, 2, 0, 780544, 605721423, nof, 1, 75, 0, +15749, 2, 0, 780544, 605721423, non, 1, 63, 51, D#4 +15750, 2, 51, 780595, 605781144, ctl, 1, 64, 0, +15751, 2, 64, 780659, 605856088, ctl, 1, 64,127, + 1000, 0, 128, 780672, 605871311,tempo,45,bpm,, + 9349, 1, 128, 780672, 605871311, non, 0, 64, 28, E4 + 9350, 1, 64, 780736, 605954639, nof, 0, 64, 0, + 9351, 1, 0, 780736, 605954639, non, 0, 66, 30, F#4 + 9352, 1, 64, 780800, 606037967, nof, 0, 66, 0, + 9353, 1, 0, 780800, 606037967, non, 0, 70, 33, A#4 + 1001, 0, 192, 780864, 606121295,tempo,25,bpm,, + 9354, 1, 64, 780864, 606121295, nof, 0, 70, 0, + 9355, 1, 0, 780864, 606121295, non, 0, 76, 30, E5 + 1002, 0, 21, 780885, 606170498,tempo,30,bpm,, +15752, 2, 226, 780885, 606170498, non, 1, 78, 44, F#5 + 9356, 1, 64, 780928, 606254477, nof, 0, 76, 0, + 1003, 0, 171, 781056, 606504461,tempo,50,bpm,, + 9357, 1, 192, 781120, 606579405, non, 0, 64, 16, E4 + 9358, 1, 64, 781184, 606654349, nof, 0, 64, 0, + 9359, 1, 0, 781184, 606654349, non, 0, 66, 20, F#4 + 9360, 1, 64, 781248, 606729293, nof, 0, 66, 0, + 9361, 1, 0, 781248, 606729293, non, 0, 70, 24, A#4 +15753, 2, 414, 781299, 606789014, ctl, 1, 64,127, + 9362, 1, 64, 781312, 606804237, nof, 0, 70, 0, + 9363, 1, 0, 781312, 606804237, non, 0, 76, 23, E5 + 9364, 1, 64, 781376, 606879181, nof, 0, 76, 0, + 1004, 0, 341, 781397, 606903772,tempo,30,bpm,, +15754, 2, 98, 781397, 606903772, nof, 1, 78, 0, +15755, 2, 0, 781397, 606903772, nof, 1, 63, 0, +15756, 2, 0, 781397, 606903772, non, 1, 62, 31, D4 +15757, 2, 0, 781397, 606903772, non, 1, 78, 34, F#5 + 1005, 0, 171, 781568, 607237735,tempo,60,bpm,, +15758, 2, 171, 781568, 607237735, ctl, 1, 64, 0, +15759, 2, 0, 781568, 607237735, nof, 1, 62, 0, +15760, 2, 0, 781568, 607237735, nof, 1, 78, 0, +15761, 2, 0, 781568, 607237735, non, 1, 57, 43, A3 +15762, 2, 0, 781568, 607237735, non, 1, 42, 25, F#2 +15763, 2, 90, 781658, 607325575, ctl, 1, 64,127, +15764, 2, 38, 781696, 607362663, non, 1, 36, 25, C2 + 1006, 0, 256, 781824, 607487591,tempo,60,bpm,, + 9365, 1, 448, 781824, 607487591, non, 0, 52, 18, E3 + 9366, 1, 0, 781824, 607487591, non, 0, 58, 30, A#3 +15765, 2, 128, 781824, 607487591, ctl, 1, 64, 0, +15766, 2, 0, 781824, 607487591, non, 1, 49, 25, C#3 +15767, 2, 122, 781946, 607606663, ctl, 1, 64,127, + 1007, 0, 853, 782677, 608320119,tempo,30,bpm,, +15768, 2, 731, 782677, 608320119, nof, 1, 57, 0, +15769, 2, 0, 782677, 608320119, non, 1, 56, 33, G#3 + 1008, 0, 171, 782848, 608654082,tsig,2,2,, + 1009, 0, 0, 782848, 608654082,tempo,70,bpm,, + 9367, 1, 1024, 782848, 608654082, ctl, 0, 64, 0, + 9368, 1, 0, 782848, 608654082, ctl, 0, 64, 0, + 9369, 1, 0, 782848, 608654082, nof, 0, 52, 0, + 9370, 1, 0, 782848, 608654082, nof, 0, 58, 0, + 9371, 1, 0, 782848, 608654082, non, 0, 68, 39, G#4 + 9372, 1, 0, 782848, 608654082, non, 0, 75, 53, D#5 +15770, 2, 171, 782848, 608654082, ctl, 1, 64, 0, +15771, 2, 0, 782848, 608654082, ctl, 1, 64, 0, +15772, 2, 0, 782848, 608654082, nof, 1, 36, 0, +15773, 2, 0, 782848, 608654082, nof, 1, 42, 0, +15774, 2, 0, 782848, 608654082, nof, 1, 49, 0, +15775, 2, 0, 782848, 608654082, nof, 1, 56, 0, + 1010, 0, 128, 782976, 608761218,tempo,80,bpm,, +15776, 2, 128, 782976, 608761218, non, 1, 48, 30, C3 +15777, 2, 44, 783020, 608793426, ctl, 1, 64,127, +15778, 2, 84, 783104, 608854914, nof, 1, 48, 0, +15779, 2, 0, 783104, 608854914, non, 1, 58, 29, A#3 +15780, 2, 78, 783182, 608912010, ctl, 1, 64,127, +15781, 2, 50, 783232, 608948610, nof, 1, 58, 0, +15782, 2, 0, 783232, 608948610, non, 1, 64, 27, E4 +15783, 2, 128, 783360, 609042306, nof, 1, 64, 0, +15784, 2, 0, 783360, 609042306, non, 1, 58, 26, A#3 +15785, 2, 238, 783598, 609216522, ctl, 1, 64, 0, + 1011, 0, 725, 783701, 609291918,tempo,60,bpm,, + 9373, 1, 853, 783701, 609291918, nof, 0, 68, 0, + 9374, 1, 0, 783701, 609291918, nof, 0, 75, 0, + 9375, 1, 0, 783701, 609291918, non, 0, 74, 42, D5 + 1012, 0, 171, 783872, 609458814,tempo,80,bpm,, + 9376, 1, 171, 783872, 609458814, nof, 0, 74, 0, + 9377, 1, 0, 783872, 609458814, non, 0, 62, 34, D4 + 9378, 1, 0, 783872, 609458814, non, 0, 69, 46, A4 +15786, 2, 274, 783872, 609458814, nof, 1, 58, 0, +15787, 2, 21, 783893, 609474186, ctl, 1, 64, 0, +15788, 2, 70, 783963, 609525426, ctl, 1, 64,127, +15789, 2, 37, 784000, 609552510, non, 1, 42, 22, F#2 +15790, 2, 128, 784128, 609646206, nof, 1, 42, 0, +15791, 2, 0, 784128, 609646206, non, 1, 52, 21, E3 +15792, 2, 128, 784256, 609739902, nof, 1, 52, 0, +15793, 2, 0, 784256, 609739902, non, 1, 58, 19, A#3 +15794, 2, 44, 784300, 609772110, ctl, 1, 64,127, + 1013, 0, 512, 784384, 609833598,tempo,90,bpm,, +15795, 2, 84, 784384, 609833598, nof, 1, 58, 0, +15796, 2, 0, 784384, 609833598, non, 1, 52, 18, E3 +15797, 2, 238, 784622, 609988536, ctl, 1, 64, 0, + 1014, 0, 341, 784725, 610055589,tempo,60,bpm,, + 9379, 1, 853, 784725, 610055589, nof, 0, 62, 0, + 9380, 1, 0, 784725, 610055589, nof, 0, 69, 0, + 9381, 1, 0, 784725, 610055589, non, 0, 68, 36, G#4 + 1015, 0, 171, 784896, 610222485,tempo,50,bpm,, + 9382, 1, 171, 784896, 610222485, ctl, 0, 64, 0, + 9383, 1, 0, 784896, 610222485, ctl, 0, 64, 0, + 9384, 1, 0, 784896, 610222485, nof, 0, 68, 0, + 9385, 1, 0, 784896, 610222485, non, 0, 62, 29, D4 + 9386, 1, 0, 784896, 610222485, non, 0, 69, 43, A4 +15798, 2, 274, 784896, 610222485, ctl, 1, 64, 0, +15799, 2, 0, 784896, 610222485, ctl, 1, 64, 0, +15800, 2, 0, 784896, 610222485, ctl, 1, 64, 0, +15801, 2, 0, 784896, 610222485, nof, 1, 52, 0, + 1016, 0, 128, 785024, 610372373,tempo,66,bpm,, +15802, 2, 128, 785024, 610372373, non, 1, 42, 26, F#2 +15803, 2, 44, 785068, 610411401, ctl, 1, 64,127, +15804, 2, 84, 785152, 610485909, nof, 1, 42, 0, +15805, 2, 0, 785152, 610485909, non, 1, 52, 25, E3 +15806, 2, 78, 785230, 610555095, ctl, 1, 64,127, +15807, 2, 50, 785280, 610599445, nof, 1, 52, 0, +15808, 2, 0, 785280, 610599445, non, 1, 58, 23, A#3 + 1017, 0, 384, 785408, 610712981,tempo,70,bpm,, +15809, 2, 128, 785408, 610712981, nof, 1, 58, 0, +15810, 2, 0, 785408, 610712981, non, 1, 52, 22, E3 +15811, 2, 276, 785684, 610943993, ctl, 1, 64, 0, + 9387, 1, 853, 785749, 610998398, nof, 0, 62, 0, + 9388, 1, 0, 785749, 610998398, nof, 0, 69, 0, + 9389, 1, 0, 785749, 610998398, non, 0, 68, 31, G#4 + 1018, 0, 512, 785920, 611141525,tempo,80,bpm,, + 9390, 1, 171, 785920, 611141525, nof, 0, 68, 0, + 9391, 1, 0, 785920, 611141525, non, 0, 56, 23, G#3 + 9392, 1, 0, 785920, 611141525, non, 0, 63, 37, D#4 +15812, 2, 236, 785920, 611141525, nof, 1, 52, 0, +15813, 2, 21, 785941, 611156897, ctl, 1, 64, 0, +15814, 2, 70, 786011, 611208137, ctl, 1, 64,127, +15815, 2, 37, 786048, 611235221, non, 1, 36, 21, C2 +15816, 2, 128, 786176, 611328917, nof, 1, 36, 0, +15817, 2, 0, 786176, 611328917, non, 1, 46, 19, A#2 +15818, 2, 128, 786304, 611422613, nof, 1, 46, 0, +15819, 2, 0, 786304, 611422613, non, 1, 52, 18, E3 +15820, 2, 44, 786348, 611454821, ctl, 1, 64,127, + 1019, 0, 512, 786432, 611516309,tempo,66,bpm,, +15821, 2, 84, 786432, 611516309, nof, 1, 52, 0, +15822, 2, 0, 786432, 611516309, non, 1, 46, 16, A#2 +15823, 2, 253, 786685, 611740720, ctl, 1, 64, 0, + 1020, 0, 341, 786773, 611818776,tempo,50,bpm,, + 9393, 1, 853, 786773, 611818776, nof, 0, 56, 0, + 9394, 1, 0, 786773, 611818776, nof, 0, 63, 0, + 9395, 1, 0, 786773, 611818776, non, 0, 62, 26, D4 + 1021, 0, 171, 786944, 612019017,tempo,70,bpm,, + 9396, 1, 171, 786944, 612019017, ctl, 0, 64, 0, + 9397, 1, 0, 786944, 612019017, ctl, 0, 64, 0, + 9398, 1, 0, 786944, 612019017, nof, 0, 62, 0, +15824, 2, 259, 786944, 612019017, ctl, 1, 64,127, +15825, 2, 0, 786944, 612019017, ctl, 1, 64, 0, +15826, 2, 0, 786944, 612019017, nof, 1, 46, 0, +15827, 2, 0, 786944, 612019017, non, 1, 42, 24, F#2 +15828, 2, 74, 787018, 612080955, ctl, 1, 64, 0, + 1022, 0, 128, 787072, 612126153,tempo,66,bpm,, + 9399, 1, 128, 787072, 612126153, non, 0, 52, 19, E3 + 9400, 1, 64, 787136, 612182921, nof, 0, 52, 0, + 9401, 1, 0, 787136, 612182921, non, 0, 58, 23, A#3 +15829, 2, 137, 787155, 612199774, ctl, 1, 64,127, + 9402, 1, 64, 787200, 612239689, nof, 0, 58, 0, + 9403, 1, 0, 787200, 612239689, non, 0, 64, 26, E4 + 9404, 1, 64, 787264, 612296457, nof, 0, 64, 0, + 9405, 1, 0, 787264, 612296457, non, 0, 68, 30, G#4 + 9406, 1, 64, 787328, 612353225, nof, 0, 68, 0, + 1023, 0, 384, 787456, 612466761,tempo,70,bpm,, +15830, 2, 301, 787456, 612466761, nof, 1, 42, 0, +15831, 2, 0, 787456, 612466761, non, 1, 49, 27, C#3 + 9407, 1, 192, 787520, 612520329, non, 0, 58, 27, A#3 + 9408, 1, 64, 787584, 612573897, nof, 0, 58, 0, + 9409, 1, 0, 787584, 612573897, non, 0, 64, 30, E4 + 9410, 1, 64, 787648, 612627465, nof, 0, 64, 0, + 9411, 1, 0, 787648, 612627465, non, 0, 68, 34, G#4 + 9412, 1, 64, 787712, 612681033, nof, 0, 68, 0, + 9413, 1, 0, 787712, 612681033, non, 0, 70, 37, A#4 + 9414, 1, 64, 787776, 612734601, nof, 0, 70, 0, +15832, 2, 341, 787797, 612752178, nof, 1, 49, 0, +15833, 2, 0, 787797, 612752178, non, 1, 76, 42, E5 + 1024, 0, 512, 787968, 612895305,tempo,70,bpm,, +15834, 2, 171, 787968, 612895305, non, 1, 52, 31, E3 +15835, 2, 11, 787979, 612904512, ctl, 1, 64, 0, + 9415, 1, 256, 788032, 612948873, non, 0, 58, 27, A#3 + 9416, 1, 51, 788083, 612991560, nof, 0, 58, 0, + 9417, 1, 0, 788083, 612991560, non, 0, 63, 29, D#4 +15836, 2, 137, 788116, 613019181, ctl, 1, 64,127, + 9418, 1, 51, 788134, 613034247, nof, 0, 63, 0, + 9419, 1, 0, 788134, 613034247, non, 0, 67, 32, G4 + 9420, 1, 52, 788186, 613077771, nof, 0, 67, 0, + 9421, 1, 0, 788186, 613077771, non, 0, 70, 35, A#4 + 1025, 0, 269, 788237, 613120458,tempo,66,bpm,, + 9422, 1, 51, 788237, 613120458, nof, 0, 70, 0, + 9423, 1, 0, 788237, 613120458, non, 0, 75, 37, D#5 + 9424, 1, 51, 788288, 613165695, nof, 0, 75, 0, +15837, 2, 193, 788309, 613184322, nof, 1, 52, 0, +15838, 2, 0, 788309, 613184322, nof, 1, 76, 0, +15839, 2, 0, 788309, 613184322, non, 1, 79, 49, G5 +15840, 2, 171, 788480, 613335999, non, 1, 58, 34, A#3 + 9425, 1, 256, 788544, 613392767, non, 0, 63, 24, D#4 + 9426, 1, 85, 788629, 613468162, nof, 0, 63, 0, + 9427, 1, 0, 788629, 613468162, non, 0, 67, 24, G4 + 9428, 1, 86, 788715, 613544444, nof, 0, 67, 0, + 9429, 1, 0, 788715, 613544444, non, 0, 70, 25, A#4 + 9430, 1, 85, 788800, 613619839, nof, 0, 70, 0, + 1026, 0, 584, 788821, 613638466,tempo,50,bpm,, +15841, 2, 341, 788821, 613638466, nof, 1, 58, 0, +15842, 2, 0, 788821, 613638466, nof, 1, 79, 0, +15843, 2, 0, 788821, 613638466, non, 1, 75, 43, D#5 + 1027, 0, 171, 788992, 613838707,tsig,9,4,, + 9431, 1, 192, 788992, 613838707, ctl, 0, 64, 0, + 9432, 1, 0, 788992, 613838707, ctl, 0, 64, 0, +15844, 2, 171, 788992, 613838707, ctl, 1, 64,127, +15845, 2, 0, 788992, 613838707, ctl, 1, 64, 0, +15846, 2, 0, 788992, 613838707, nof, 1, 75, 0, +15847, 2, 0, 788992, 613838707, non, 1, 63, 45, D#4 +15848, 2, 51, 789043, 613898428, ctl, 1, 64, 0, +15849, 2, 64, 789107, 613973372, ctl, 1, 64,127, + 1028, 0, 128, 789120, 613988595,tempo,45,bpm,, + 9433, 1, 128, 789120, 613988595, non, 0, 64, 22, E4 + 9434, 1, 64, 789184, 614071923, nof, 0, 64, 0, + 9435, 1, 0, 789184, 614071923, non, 0, 66, 24, F#4 + 9436, 1, 64, 789248, 614155251, nof, 0, 66, 0, + 9437, 1, 0, 789248, 614155251, non, 0, 70, 27, A#4 + 1029, 0, 192, 789312, 614238579,tempo,25,bpm,, + 9438, 1, 64, 789312, 614238579, nof, 0, 70, 0, + 9439, 1, 0, 789312, 614238579, non, 0, 76, 24, E5 + 1030, 0, 21, 789333, 614287782,tempo,30,bpm,, +15850, 2, 226, 789333, 614287782, non, 1, 78, 38, F#5 + 9440, 1, 64, 789376, 614371761, nof, 0, 76, 0, + 1031, 0, 171, 789504, 614621745,tempo,50,bpm,, + 9441, 1, 192, 789568, 614696689, non, 0, 64, 10, E4 + 9442, 1, 64, 789632, 614771633, nof, 0, 64, 0, + 9443, 1, 0, 789632, 614771633, non, 0, 66, 14, F#4 + 9444, 1, 64, 789696, 614846577, nof, 0, 66, 0, + 9445, 1, 0, 789696, 614846577, non, 0, 70, 18, A#4 +15851, 2, 414, 789747, 614906298, ctl, 1, 64,127, + 9446, 1, 64, 789760, 614921521, nof, 0, 70, 0, + 9447, 1, 0, 789760, 614921521, non, 0, 76, 17, E5 + 9448, 1, 64, 789824, 614996465, nof, 0, 76, 0, + 1032, 0, 341, 789845, 615021056,tempo,30,bpm,, +15852, 2, 98, 789845, 615021056, nof, 1, 78, 0, +15853, 2, 0, 789845, 615021056, nof, 1, 63, 0, +15854, 2, 0, 789845, 615021056, non, 1, 62, 25, D4 +15855, 2, 0, 789845, 615021056, non, 1, 78, 28, F#5 + 1033, 0, 171, 790016, 615355019,tempo,60,bpm,, +15856, 2, 171, 790016, 615355019, ctl, 1, 64, 0, +15857, 2, 0, 790016, 615355019, nof, 1, 62, 0, +15858, 2, 0, 790016, 615355019, nof, 1, 78, 0, +15859, 2, 0, 790016, 615355019, non, 1, 57, 37, A3 +15860, 2, 0, 790016, 615355019, non, 1, 42, 19, F#2 +15861, 2, 90, 790106, 615442859, ctl, 1, 64,127, +15862, 2, 38, 790144, 615479947, non, 1, 36, 19, C2 + 1034, 0, 256, 790272, 615604875,tempo,60,bpm,, + 9449, 1, 448, 790272, 615604875, non, 0, 52, 12, E3 + 9450, 1, 0, 790272, 615604875, non, 0, 58, 24, A#3 +15863, 2, 128, 790272, 615604875, ctl, 1, 64, 0, +15864, 2, 0, 790272, 615604875, non, 1, 49, 19, C#3 +15865, 2, 122, 790394, 615723947, ctl, 1, 64,127, + 1035, 0, 853, 791125, 616437403,tempo,30,bpm,, +15866, 2, 731, 791125, 616437403, nof, 1, 57, 0, +15867, 2, 0, 791125, 616437403, non, 1, 56, 27, G#3 + 1036, 0, 171, 791296, 616771366,tsig,2,2,, + 1037, 0, 0, 791296, 616771366,tempo,50,bpm,, + 9451, 1, 1024, 791296, 616771366, ctl, 0, 64, 0, + 9452, 1, 0, 791296, 616771366, ctl, 0, 64, 0, + 9453, 1, 0, 791296, 616771366, ctl, 0, 64, 0, + 9454, 1, 0, 791296, 616771366, ctl, 0, 64, 0, + 9455, 1, 0, 791296, 616771366, ctl, 0, 64, 0, + 9456, 1, 0, 791296, 616771366, nof, 0, 52, 0, + 9457, 1, 0, 791296, 616771366, nof, 0, 58, 0, +15868, 2, 171, 791296, 616771366, ctl, 1, 64,127, +15869, 2, 0, 791296, 616771366, ctl, 1, 64, 0, +15870, 2, 0, 791296, 616771366, ctl, 1, 64, 0, +15871, 2, 0, 791296, 616771366, ctl, 1, 64, 0, +15872, 2, 0, 791296, 616771366, ctl, 1, 64, 0, +15873, 2, 0, 791296, 616771366, nof, 1, 36, 0, +15874, 2, 0, 791296, 616771366, nof, 1, 42, 0, +15875, 2, 0, 791296, 616771366, nof, 1, 49, 0, +15876, 2, 0, 791296, 616771366, nof, 1, 56, 0, +15877, 2, 0, 791296, 616771366, non, 1, 42, 14, F#2 +15878, 2, 74, 791370, 616858020, ctl, 1, 64, 0, + 1038, 0, 128, 791424, 616921254,tempo,45,bpm,, + 9458, 1, 128, 791424, 616921254, non, 0, 52, 30, E3 + 9459, 1, 43, 791467, 616977240, nof, 0, 52, 0, + 9460, 1, 0, 791467, 616977240, non, 0, 58, 32, A#3 +15879, 2, 137, 791507, 617029320, ctl, 1, 64,127, + 9461, 1, 42, 791509, 617031924, nof, 0, 58, 0, + 9462, 1, 0, 791509, 617031924, non, 0, 64, 33, E4 + 9463, 1, 43, 791552, 617087910, nof, 0, 64, 0, + 9464, 1, 0, 791552, 617087910, non, 0, 68, 35, G#4 + 9465, 1, 43, 791595, 617143896, nof, 0, 68, 0, + 9466, 1, 0, 791595, 617143896, non, 0, 70, 36, A#4 + 9467, 1, 42, 791637, 617198580, nof, 0, 70, 0, + 9468, 1, 0, 791637, 617198580, non, 0, 76, 38, E5 + 9469, 1, 43, 791680, 617254566, nof, 0, 76, 0, +15880, 2, 301, 791808, 617421222, nof, 1, 42, 0, +15881, 2, 0, 791808, 617421222, non, 1, 49, 26, C#3 + 9470, 1, 192, 791872, 617504550, non, 0, 58, 30, A#3 + 1039, 0, 499, 791923, 617570952,tempo,50,bpm,, + 9471, 1, 51, 791923, 617570952, nof, 0, 58, 0, + 9472, 1, 0, 791923, 617570952, non, 0, 64, 32, E4 + 9473, 1, 51, 791974, 617630673, nof, 0, 64, 0, + 9474, 1, 0, 791974, 617630673, non, 0, 76, 34, E5 + 9475, 1, 52, 792026, 617691565, nof, 0, 76, 0, + 9476, 1, 0, 792026, 617691565, non, 0, 80, 36, G#5 + 9477, 1, 51, 792077, 617751286, nof, 0, 80, 0, + 9478, 1, 0, 792077, 617751286, non, 0, 82, 38, A#5 + 9479, 1, 51, 792128, 617811007, nof, 0, 82, 0, +15882, 2, 341, 792149, 617835598, nof, 1, 49, 0, +15883, 2, 0, 792149, 617835598, non, 1, 88, 41, E6 +15884, 2, 171, 792320, 618035839, non, 1, 52, 30, E3 +15885, 2, 11, 792331, 618048720, ctl, 1, 64, 0, + 9480, 1, 256, 792384, 618110783, non, 0, 58, 33, A#3 + 9481, 1, 43, 792427, 618161136, nof, 0, 58, 0, + 9482, 1, 0, 792427, 618161136, non, 0, 63, 35, D#4 +15886, 2, 137, 792468, 618209147, ctl, 1, 64,127, + 9483, 1, 42, 792469, 618210318, nof, 0, 63, 0, + 9484, 1, 0, 792469, 618210318, non, 0, 67, 37, G4 + 9485, 1, 43, 792512, 618260671, nof, 0, 67, 0, + 9486, 1, 0, 792512, 618260671, non, 0, 79, 38, G5 + 9487, 1, 43, 792555, 618311024, nof, 0, 79, 0, + 9488, 1, 0, 792555, 618311024, non, 0, 82, 40, A#5 + 9489, 1, 42, 792597, 618360206, nof, 0, 82, 0, + 9490, 1, 0, 792597, 618360206, non, 0, 87, 42, D#6 + 1040, 0, 717, 792640, 618410559,tempo,45,bpm,, + 9491, 1, 43, 792640, 618410559, nof, 0, 87, 0, +15887, 2, 193, 792661, 618437901, nof, 1, 52, 0, +15888, 2, 0, 792661, 618437901, nof, 1, 88, 0, +15889, 2, 0, 792661, 618437901, non, 1, 91, 42, G6 + 1041, 0, 192, 792832, 618660543,tempo,50,bpm,, +15890, 2, 171, 792832, 618660543, non, 1, 58, 33, A#3 + 9492, 1, 256, 792896, 618735487, non, 0, 58, 30, A#3 + 9493, 1, 43, 792939, 618785840, nof, 0, 58, 0, + 9494, 1, 0, 792939, 618785840, non, 0, 67, 32, G4 + 9495, 1, 42, 792981, 618835022, nof, 0, 67, 0, + 9496, 1, 0, 792981, 618835022, non, 0, 70, 34, A#4 + 9497, 1, 43, 793024, 618885375, nof, 0, 70, 0, + 9498, 1, 0, 793024, 618885375, non, 0, 75, 36, D#5 + 9499, 1, 43, 793067, 618935728, nof, 0, 75, 0, + 9500, 1, 0, 793067, 618935728, non, 0, 79, 38, G5 + 9501, 1, 42, 793109, 618984910, nof, 0, 79, 0, + 9502, 1, 0, 793109, 618984910, non, 0, 82, 40, A#5 + 9503, 1, 43, 793152, 619035263, nof, 0, 82, 0, + 1042, 0, 341, 793173, 619059854,tempo,45,bpm,, +15891, 2, 341, 793173, 619059854, nof, 1, 58, 0, +15892, 2, 0, 793173, 619059854, nof, 1, 91, 0, +15893, 2, 0, 793173, 619059854, non, 1, 87, 36, D#6 + 9504, 1, 192, 793344, 619282496, ctl, 0, 64, 0, + 9505, 1, 0, 793344, 619282496, ctl, 0, 64, 0, + 9506, 1, 0, 793344, 619282496, ctl, 0, 64, 0, + 9507, 1, 0, 793344, 619282496, ctl, 0, 64, 0, + 9508, 1, 0, 793344, 619282496, ctl, 0, 64, 0, +15894, 2, 171, 793344, 619282496, ctl, 1, 64,127, +15895, 2, 0, 793344, 619282496, ctl, 1, 64, 0, +15896, 2, 0, 793344, 619282496, ctl, 1, 64, 0, +15897, 2, 0, 793344, 619282496, ctl, 1, 64, 0, +15898, 2, 0, 793344, 619282496, ctl, 1, 64, 0, +15899, 2, 0, 793344, 619282496, non, 1, 63, 48, D#4 +15900, 2, 51, 793395, 619348898, ctl, 1, 64, 0, + 9509, 1, 64, 793408, 619365824, non, 0, 67, 27, G4 + 9510, 1, 51, 793459, 619432226, nof, 0, 67, 0, + 9511, 1, 0, 793459, 619432226, non, 0, 70, 29, A#4 +15901, 2, 64, 793459, 619432226, ctl, 1, 64,127, + 9512, 1, 51, 793510, 619498628, nof, 0, 70, 0, + 9513, 1, 0, 793510, 619498628, non, 0, 75, 30, D#5 + 9514, 1, 52, 793562, 619566332, nof, 0, 75, 0, + 9515, 1, 0, 793562, 619566332, non, 0, 79, 32, G5 + 9516, 1, 51, 793613, 619632734, nof, 0, 79, 0, + 9517, 1, 0, 793613, 619632734, non, 0, 82, 34, A#5 + 1043, 0, 491, 793664, 619699136,tempo,40,bpm,, + 9518, 1, 51, 793664, 619699136, nof, 0, 82, 0, +15902, 2, 226, 793685, 619729880, nof, 1, 87, 0, +15903, 2, 0, 793685, 619729880, non, 1, 87, 33, D#6 +15904, 2, 79, 793764, 619845536, ctl, 1, 64,127, +15905, 2, 92, 793856, 619980224, nof, 1, 63, 0, +15906, 2, 0, 793856, 619980224, non, 1, 62, 28, D4 +15907, 2, 19, 793875, 620008040, ctl, 1, 64,127, + 1044, 0, 512, 794176, 620448704,tempo,35,bpm,, +15908, 2, 493, 794368, 620770112, nof, 1, 62, 0, +15909, 2, 0, 794368, 620770112, non, 1, 63, 32, D#4 + 9519, 1, 768, 794432, 620877248, non, 0, 67, 17, G4 + 9520, 1, 51, 794483, 620962622, nof, 0, 67, 0, + 9521, 1, 0, 794483, 620962622, non, 0, 70, 19, A#4 + 9522, 1, 51, 794534, 621047996, nof, 0, 70, 0, + 9523, 1, 0, 794534, 621047996, non, 0, 75, 21, D#5 + 9524, 1, 52, 794586, 621135044, nof, 0, 75, 0, + 9525, 1, 0, 794586, 621135044, non, 0, 79, 23, G5 + 9526, 1, 51, 794637, 621220418, nof, 0, 79, 0, + 9527, 1, 0, 794637, 621220418, non, 0, 82, 25, A#5 + 9528, 1, 51, 794688, 621305792, nof, 0, 82, 0, +15910, 2, 341, 794709, 621340946, nof, 1, 87, 0, +15911, 2, 0, 794709, 621340946, non, 1, 87, 33, D#6 + 1045, 0, 704, 794880, 621627200,tempo,30,bpm,, +15912, 2, 171, 794880, 621627200, nof, 1, 63, 0, +15913, 2, 0, 794880, 621627200, non, 1, 62, 18, D4 + 1046, 0, 512, 795392, 622627136,tempo,50,bpm,, + 9529, 1, 704, 795392, 622627136, ctl, 0, 64, 0, +15914, 2, 512, 795392, 622627136, ctl, 1, 64, 0, +15915, 2, 0, 795392, 622627136, nof, 1, 62, 0, +15916, 2, 0, 795392, 622627136, nof, 1, 87, 0, + 9530, 1, 1024, 796416, 623826240, non, 0, 60, 43, C4 +15917, 2, 1037, 796429, 623841463, ctl, 1, 64,127, + 1047, 0, 1536, 796928, 624425792,tempo,35,bpm,, + 9531, 1, 512, 796928, 624425792, nof, 0, 60, 0, + 9532, 1, 0, 796928, 624425792, non, 0, 58, 27, A#3 + 9533, 1, 0, 796928, 624425792, non, 0, 64, 27, E4 + 9534, 1, 0, 796928, 624425792, non, 0, 68, 46, G#4 +15918, 2, 499, 796928, 624425792, non, 1, 48, 40, C3 + 1048, 0, 384, 797312, 625068608,tempo,25,bpm,, +15919, 2, 384, 797312, 625068608, nof, 1, 48, 0, +15920, 2, 0, 797312, 625068608, non, 1, 49, 47, C#3 + 1049, 0, 128, 797440, 625368512,tempo,50,bpm,, + 9535, 1, 512, 797440, 625368512, ctl, 0, 64, 0, + 9536, 1, 0, 797440, 625368512, nof, 0, 58, 0, + 9537, 1, 0, 797440, 625368512, nof, 0, 64, 0, + 9538, 1, 0, 797440, 625368512, nof, 0, 68, 0, +15921, 2, 128, 797440, 625368512, ctl, 1, 64, 0, +15922, 2, 0, 797440, 625368512, nof, 1, 49, 0, +15923, 2, 0, 797440, 625368512, non, 1, 52, 32, E3 +15924, 2, 0, 797440, 625368512, non, 1, 58, 27, A#3 +15925, 2, 0, 797440, 625368512, non, 1, 63, 27, D#4 +15926, 2, 0, 797440, 625368512, non, 1, 67, 52, G4 +15927, 2, 59, 797499, 625437601, ctl, 1, 64,127, +15928, 2, 79, 797578, 625530110, ctl, 1, 64, 0, +15929, 2, 98, 797676, 625644868, ctl, 1, 64,127, + 1050, 0, 725, 798165, 626217487,tempo,90,bpm,, + 9539, 1, 725, 798165, 626217487, non, 0, 67, 30, G4 + 9540, 1, 128, 798293, 626300815, nof, 0, 67, 0, + 9541, 1, 0, 798293, 626300815, non, 0, 75, 30, D#5 + 9542, 1, 128, 798421, 626384143, nof, 0, 75, 0, + 9543, 1, 0, 798421, 626384143, non, 0, 79, 30, G5 + 9544, 1, 43, 798464, 626412136, non, 0, 58, 22, A#3 + 9545, 1, 85, 798549, 626467471, nof, 0, 79, 0, + 9546, 1, 0, 798549, 626467471, non, 0, 82, 30, A#5 + 9547, 1, 128, 798677, 626550799, nof, 0, 82, 0, + 9548, 1, 0, 798677, 626550799, non, 0, 87, 30, D#6 + 1051, 0, 640, 798805, 626634127,tempo,35,bpm,, + 9549, 1, 128, 798805, 626634127, nof, 0, 58, 0, + 9550, 1, 0, 798805, 626634127, nof, 0, 87, 0, + 9551, 1, 0, 798805, 626634127, non, 0, 91, 41, G6 + 1052, 0, 128, 798933, 626848399,tempo,90,bpm,, + 9552, 1, 128, 798933, 626848399, non, 0, 70, 30, A#4 + 9553, 1, 43, 798976, 626876392, nof, 0, 91, 0, + 9554, 1, 0, 798976, 626876392, non, 0, 67, 22, G4 + 9555, 1, 85, 799061, 626931727, nof, 0, 70, 0, + 9556, 1, 0, 799061, 626931727, non, 0, 79, 30, G5 + 9557, 1, 128, 799189, 627015055, nof, 0, 79, 0, + 9558, 1, 0, 799189, 627015055, non, 0, 82, 30, A#5 + 1053, 0, 384, 799317, 627098383,tempo,5,bpm,, + 9559, 1, 128, 799317, 627098383, nof, 0, 67, 0, + 9560, 1, 0, 799317, 627098383, nof, 0, 82, 0, + 9561, 1, 0, 799317, 627098383, non, 0, 87, 41, D#6 + 1054, 0, 43, 799360, 627602257,tempo,50,bpm,, +15930, 2, 1684, 799360, 627602257, nof, 1, 67, 0, +15931, 2, 0, 799360, 627602257, non, 1, 66, 55, F#4 + 1055, 0, 128, 799488, 627752145,tsig,9,4,, + 1056, 0, 0, 799488, 627752145,tempo,50,bpm,, + 9562, 1, 171, 799488, 627752145, ctl, 0, 64, 0, + 9563, 1, 0, 799488, 627752145, nof, 0, 87, 0, +15932, 2, 128, 799488, 627752145, ctl, 1, 64,127, +15933, 2, 0, 799488, 627752145, nof, 1, 52, 0, +15934, 2, 0, 799488, 627752145, nof, 1, 58, 0, +15935, 2, 0, 799488, 627752145, nof, 1, 63, 0, +15936, 2, 0, 799488, 627752145, non, 1, 58, 51, A#3 +15937, 2, 85, 799573, 627851680, non, 1, 62, 54, D4 +15938, 2, 86, 799659, 627952386, nof, 1, 66, 0, +15939, 2, 0, 799659, 627952386, non, 1, 66, 57, F#4 +15940, 2, 85, 799744, 628051921, ctl, 1, 64, 0, +15941, 2, 0, 799744, 628051921, nof, 1, 58, 0, +15942, 2, 0, 799744, 628051921, nof, 1, 62, 0, +15943, 2, 0, 799744, 628051921, nof, 1, 66, 0, +15944, 2, 0, 799744, 628051921, non, 1, 55, 41, G3 +15945, 2, 0, 799744, 628051921, non, 1, 58, 41, A#3 +15946, 2, 0, 799744, 628051921, non, 1, 62, 41, D4 +15947, 2, 0, 799744, 628051921, non, 1, 66, 41, F#4 +15948, 2, 0, 799744, 628051921, non, 1, 74, 63, D5 +15949, 2, 162, 799906, 628241623, ctl, 1, 64,127, + 1057, 0, 1280, 800768, 629251025,tempo,35,bpm,, + 9564, 1, 1280, 800768, 629251025, non, 0, 62, 30, D4 + 1058, 0, 96, 800864, 629411729,tempo,40,bpm,, + 9565, 1, 96, 800864, 629411729, non, 0, 70, 33, A#4 + 9566, 1, 43, 800907, 629474681, nof, 0, 70, 0, + 9567, 1, 0, 800907, 629474681, non, 0, 74, 34, D5 + 9568, 1, 42, 800949, 629536169, nof, 0, 74, 0, + 9569, 1, 0, 800949, 629536169, non, 0, 78, 35, F#5 + 9570, 1, 43, 800992, 629599121, nof, 0, 78, 0, + 9571, 1, 0, 800992, 629599121, non, 0, 82, 37, A#5 + 1059, 0, 171, 801035, 629662073,tempo,50,bpm,, + 9572, 1, 43, 801035, 629662073, nof, 0, 82, 0, + 9573, 1, 0, 801035, 629662073, non, 0, 86, 38, D6 + 9574, 1, 42, 801077, 629711255, nof, 0, 86, 0, + 1060, 0, 74, 801109, 629748727,tempo,35,bpm,, + 9575, 1, 32, 801109, 629748727, nof, 0, 62, 0, + 9576, 1, 0, 801109, 629748727, non, 0, 90, 55, F#6 + 1061, 0, 171, 801280, 630034981,tempo,50,bpm,, + 9577, 1, 171, 801280, 630034981, nof, 0, 90, 0, + 9578, 1, 0, 801280, 630034981, non, 0, 70, 30, A#4 + 1062, 0, 96, 801376, 630147397,tempo,40,bpm,, + 9579, 1, 96, 801376, 630147397, non, 0, 74, 34, D5 + 9580, 1, 48, 801424, 630217669, nof, 0, 74, 0, + 9581, 1, 0, 801424, 630217669, non, 0, 78, 36, F#5 + 9582, 1, 48, 801472, 630287941, nof, 0, 78, 0, + 9583, 1, 0, 801472, 630287941, non, 0, 82, 38, A#5 + 1063, 0, 132, 801508, 630340645,tempo,25,bpm,, + 9584, 1, 36, 801508, 630340645, nof, 0, 70, 0, + 9585, 1, 0, 801508, 630340645, non, 0, 86, 55, D6 + 9586, 1, 12, 801520, 630368761, nof, 0, 82, 0, + 9587, 1, 101, 801621, 630605404, nof, 0, 86, 0, + 1064, 0, 156, 801664, 630706153,tempo,30,bpm,, +15950, 2, 1758, 801664, 630706153, nof, 1, 74, 0, +15951, 2, 0, 801664, 630706153, non, 1, 65, 33, F4 + 1065, 0, 128, 801792, 630956137,tsig,2,2,, + 1066, 0, 0, 801792, 630956137,tempo,50,bpm,, + 9588, 1, 171, 801792, 630956137, ctl, 0, 64, 0, +15952, 2, 128, 801792, 630956137, ctl, 1, 64,127, +15953, 2, 0, 801792, 630956137, nof, 1, 55, 0, +15954, 2, 0, 801792, 630956137, nof, 1, 58, 0, +15955, 2, 0, 801792, 630956137, nof, 1, 62, 0, +15956, 2, 0, 801792, 630956137, nof, 1, 66, 0, +15957, 2, 0, 801792, 630956137, nof, 1, 65, 0, +15958, 2, 0, 801792, 630956137, non, 1, 55, 24, G3 +15959, 2, 0, 801792, 630956137, non, 1, 61, 24, C#4 +15960, 2, 0, 801792, 630956137, non, 1, 65, 40, F4 +15961, 2, 0, 801792, 630956137, non, 1, 39, 24, D#2 +15962, 2, 0, 801792, 630956137, non, 1, 49, 24, C#3 +15963, 2, 67, 801859, 631034594, ctl, 1, 64, 0, +15964, 2, 118, 801977, 631172772, ctl, 1, 64,127, + 1067, 0, 1024, 802816, 632155241,tempo,30,bpm,, + 9589, 1, 1024, 802816, 632155241, non, 0, 60, 30, C4 + 9590, 1, 0, 802816, 632155241, non, 0, 72, 39, C5 + 1068, 0, 128, 802944, 632405225,tempo,40,bpm,, + 9591, 1, 128, 802944, 632405225, non, 0, 61, 20, C#4 + 9592, 1, 51, 802995, 632479889, nof, 0, 61, 0, + 9593, 1, 0, 802995, 632479889, non, 0, 67, 20, G4 + 9594, 1, 51, 803046, 632554553, nof, 0, 67, 0, + 9595, 1, 0, 803046, 632554553, non, 0, 77, 20, F5 + 9596, 1, 52, 803098, 632630681, nof, 0, 77, 0, + 9597, 1, 0, 803098, 632630681, non, 0, 79, 20, G5 + 9598, 1, 51, 803149, 632705345, nof, 0, 79, 0, + 9599, 1, 0, 803149, 632705345, non, 0, 85, 20, C#6 + 9600, 1, 51, 803200, 632780009, nof, 0, 85, 0, + 9601, 1, 0, 803200, 632780009, non, 0, 89, 32, F6 + 1069, 0, 384, 803328, 632967401,tempo,25,bpm,, + 9602, 1, 128, 803328, 632967401, nof, 0, 60, 0, + 9603, 1, 0, 803328, 632967401, nof, 0, 72, 0, + 9604, 1, 0, 803328, 632967401, non, 0, 59, 25, B3 + 9605, 1, 0, 803328, 632967401, non, 0, 71, 34, B4 + 1070, 0, 128, 803456, 633267305,tempo,40,bpm,, + 9606, 1, 128, 803456, 633267305, nof, 0, 89, 0, + 9607, 1, 64, 803520, 633361001, non, 0, 61, 20, C#4 + 9608, 1, 51, 803571, 633435665, nof, 0, 61, 0, + 9609, 1, 0, 803571, 633435665, non, 0, 67, 20, G4 + 9610, 1, 51, 803622, 633510329, nof, 0, 67, 0, + 9611, 1, 0, 803622, 633510329, non, 0, 73, 20, C#5 + 9612, 1, 52, 803674, 633586457, nof, 0, 73, 0, + 9613, 1, 0, 803674, 633586457, non, 0, 77, 20, F5 + 9614, 1, 51, 803725, 633661121, nof, 0, 77, 0, + 9615, 1, 0, 803725, 633661121, non, 0, 79, 20, G5 + 1071, 0, 320, 803776, 633735785,tempo,25,bpm,, + 9616, 1, 51, 803776, 633735785, nof, 0, 79, 0, + 9617, 1, 0, 803776, 633735785, non, 0, 85, 32, C#6 + 1072, 0, 64, 803840, 633885737,tempo,20,bpm,, + 9618, 1, 64, 803840, 633885737, ctl, 0, 64, 0, + 9619, 1, 0, 803840, 633885737, ctl, 0, 64, 0, + 9620, 1, 0, 803840, 633885737, nof, 0, 59, 0, + 9621, 1, 0, 803840, 633885737, nof, 0, 71, 0, + 9622, 1, 0, 803840, 633885737, non, 0, 55, 18, G3 + 9623, 1, 0, 803840, 633885737, non, 0, 61, 27, C#4 +15965, 2, 1863, 803840, 633885737, ctl, 1, 64,127, +15966, 2, 0, 803840, 633885737, nof, 1, 55, 0, +15967, 2, 0, 803840, 633885737, nof, 1, 61, 0, +15968, 2, 0, 803840, 633885737, nof, 1, 65, 0, +15969, 2, 0, 803840, 633885737, nof, 1, 39, 0, +15970, 2, 0, 803840, 633885737, nof, 1, 49, 0, +15971, 2, 0, 803840, 633885737, non, 1, 33, 15, A1 +15972, 2, 0, 803840, 633885737, non, 1, 45, 15, A2 +15973, 2, 82, 803922, 634125915, ctl, 1, 64, 0, + 9624, 1, 192, 804032, 634448105, nof, 0, 85, 0, + 1073, 0, 256, 804096, 634635561,tempo,40,bpm,, +15974, 2, 218, 804140, 634699977, ctl, 1, 64,127, + 9625, 1, 128, 804160, 634729257, non, 0, 79, 16, G5 + 9626, 1, 64, 804224, 634822953, non, 0, 83, 16, B5 + 9627, 1, 64, 804288, 634916649, non, 0, 85, 16, C#6 + 9628, 1, 64, 804352, 635010345, nof, 0, 55, 0, + 9629, 1, 0, 804352, 635010345, nof, 0, 61, 0, + 9630, 1, 0, 804352, 635010345, non, 0, 61, 16, C#4 + 9631, 1, 0, 804352, 635010345, non, 0, 67, 16, G4 + 9632, 1, 0, 804352, 635010345, non, 0, 91, 28, G6 + 9633, 1, 512, 804864, 635759913, nof, 0, 61, 0, + 9634, 1, 0, 804864, 635759913, nof, 0, 67, 0, + 9635, 1, 0, 804864, 635759913, nof, 0, 79, 0, + 9636, 1, 0, 804864, 635759913, nof, 0, 83, 0, + 9637, 1, 0, 804864, 635759913, nof, 0, 85, 0, + 9638, 1, 0, 804864, 635759913, nof, 0, 91, 0, + 9639, 1, 0, 804864, 635759913, non, 0, 63, 43, D#4 +15975, 2, 724, 804864, 635759913, nof, 1, 33, 0, +15976, 2, 0, 804864, 635759913, nof, 1, 45, 0, + 1074, 0, 1280, 805376, 636509481,tempo,35,bpm,, + 9640, 1, 512, 805376, 636509481, nof, 0, 63, 0, + 9641, 1, 0, 805376, 636509481, non, 0, 61, 27, C#4 + 9642, 1, 0, 805376, 636509481, non, 0, 67, 27, G4 + 9643, 1, 0, 805376, 636509481, non, 0, 71, 49, B4 +15977, 2, 512, 805376, 636509481, non, 1, 51, 29, D#3 + 1075, 0, 384, 805760, 637152297,tempo,25,bpm,, +15978, 2, 384, 805760, 637152297, nof, 1, 51, 0, +15979, 2, 0, 805760, 637152297, non, 1, 52, 36, E3 + 1076, 0, 128, 805888, 637452201,tempo,50,bpm,, + 9644, 1, 512, 805888, 637452201, ctl, 0, 64, 0, + 9645, 1, 0, 805888, 637452201, nof, 0, 61, 0, + 9646, 1, 0, 805888, 637452201, nof, 0, 67, 0, + 9647, 1, 0, 805888, 637452201, nof, 0, 71, 0, +15980, 2, 128, 805888, 637452201, ctl, 1, 64,127, +15981, 2, 0, 805888, 637452201, nof, 1, 52, 0, +15982, 2, 0, 805888, 637452201, non, 1, 55, 32, G3 +15983, 2, 0, 805888, 637452201, non, 1, 61, 27, C#4 +15984, 2, 0, 805888, 637452201, non, 1, 66, 27, F#4 +15985, 2, 0, 805888, 637452201, non, 1, 70, 52, A#4 +15986, 2, 43, 805931, 637502554, ctl, 1, 64, 0, +15987, 2, 193, 806124, 637728557, ctl, 1, 64,127, + 1077, 0, 725, 806613, 638301176,tempo,90,bpm,, + 9648, 1, 725, 806613, 638301176, non, 0, 70, 30, A#4 + 9649, 1, 128, 806741, 638384504, nof, 0, 70, 0, + 9650, 1, 0, 806741, 638384504, non, 0, 78, 30, F#5 + 9651, 1, 128, 806869, 638467832, nof, 0, 78, 0, + 9652, 1, 0, 806869, 638467832, non, 0, 82, 30, A#5 + 9653, 1, 43, 806912, 638495825, non, 0, 61, 22, C#4 + 9654, 1, 85, 806997, 638551160, nof, 0, 82, 0, + 9655, 1, 0, 806997, 638551160, non, 0, 85, 30, C#6 + 9656, 1, 128, 807125, 638634488, nof, 0, 85, 0, + 9657, 1, 0, 807125, 638634488, non, 0, 90, 30, F#6 + 1078, 0, 640, 807253, 638717816,tempo,35,bpm,, + 9658, 1, 128, 807253, 638717816, nof, 0, 61, 0, + 9659, 1, 0, 807253, 638717816, nof, 0, 90, 0, + 9660, 1, 0, 807253, 638717816, non, 0, 94, 41, A#6 + 1079, 0, 128, 807381, 638932088,tempo,90,bpm,, + 9661, 1, 128, 807381, 638932088, non, 0, 73, 30, C#5 + 9662, 1, 43, 807424, 638960081, nof, 0, 94, 0, + 9663, 1, 0, 807424, 638960081, non, 0, 70, 22, A#4 + 9664, 1, 85, 807509, 639015416, nof, 0, 73, 0, + 9665, 1, 0, 807509, 639015416, non, 0, 82, 30, A#5 + 9666, 1, 128, 807637, 639098744, nof, 0, 82, 0, + 9667, 1, 0, 807637, 639098744, non, 0, 85, 30, C#6 + 1080, 0, 384, 807765, 639182072,tempo,5,bpm,, + 9668, 1, 128, 807765, 639182072, nof, 0, 70, 0, + 9669, 1, 0, 807765, 639182072, nof, 0, 85, 0, + 9670, 1, 0, 807765, 639182072, non, 0, 90, 41, F#6 + 1081, 0, 43, 807808, 639685946,tempo,50,bpm,, +15988, 2, 1684, 807808, 639685946, nof, 1, 70, 0, +15989, 2, 0, 807808, 639685946, non, 1, 69, 55, A4 + 1082, 0, 128, 807936, 639835834,tsig,9,4,, + 1083, 0, 0, 807936, 639835834,tempo,50,bpm,, + 9671, 1, 171, 807936, 639835834, ctl, 0, 64, 0, + 9672, 1, 0, 807936, 639835834, nof, 0, 90, 0, +15990, 2, 128, 807936, 639835834, ctl, 1, 64,127, +15991, 2, 0, 807936, 639835834, nof, 1, 55, 0, +15992, 2, 0, 807936, 639835834, nof, 1, 61, 0, +15993, 2, 0, 807936, 639835834, nof, 1, 66, 0, +15994, 2, 0, 807936, 639835834, non, 1, 61, 58, C#4 +15995, 2, 85, 808021, 639935369, non, 1, 65, 61, F4 +15996, 2, 86, 808107, 640036075, nof, 1, 69, 0, +15997, 2, 0, 808107, 640036075, non, 1, 69, 64, A4 +15998, 2, 85, 808192, 640135610, ctl, 1, 64, 0, +15999, 2, 0, 808192, 640135610, nof, 1, 61, 0, +16000, 2, 0, 808192, 640135610, nof, 1, 65, 0, +16001, 2, 0, 808192, 640135610, nof, 1, 69, 0, +16002, 2, 0, 808192, 640135610, non, 1, 58, 48, A#3 +16003, 2, 0, 808192, 640135610, non, 1, 61, 48, C#4 +16004, 2, 0, 808192, 640135610, non, 1, 65, 48, F4 +16005, 2, 0, 808192, 640135610, non, 1, 69, 48, A4 +16006, 2, 0, 808192, 640135610, non, 1, 77, 70, F5 +16007, 2, 162, 808354, 640325312, ctl, 1, 64,127, + 1084, 0, 1280, 809216, 641334714,tempo,35,bpm,, + 9673, 1, 1280, 809216, 641334714, non, 0, 65, 37, F4 + 1085, 0, 96, 809312, 641495418,tempo,40,bpm,, + 9674, 1, 96, 809312, 641495418, non, 0, 73, 40, C#5 + 9675, 1, 43, 809355, 641558370, nof, 0, 73, 0, + 9676, 1, 0, 809355, 641558370, non, 0, 77, 41, F5 + 9677, 1, 42, 809397, 641619858, nof, 0, 77, 0, + 9678, 1, 0, 809397, 641619858, non, 0, 81, 42, A5 + 9679, 1, 43, 809440, 641682810, nof, 0, 81, 0, + 9680, 1, 0, 809440, 641682810, non, 0, 85, 44, C#6 + 1086, 0, 171, 809483, 641745762,tempo,50,bpm,, + 9681, 1, 43, 809483, 641745762, nof, 0, 85, 0, + 9682, 1, 0, 809483, 641745762, non, 0, 89, 45, F6 + 9683, 1, 42, 809525, 641794944, nof, 0, 89, 0, + 1087, 0, 74, 809557, 641832416,tempo,35,bpm,, + 9684, 1, 32, 809557, 641832416, nof, 0, 65, 0, + 9685, 1, 0, 809557, 641832416, non, 0, 93, 62, A6 + 1088, 0, 171, 809728, 642118670,tempo,50,bpm,, + 9686, 1, 171, 809728, 642118670, nof, 0, 93, 0, + 9687, 1, 0, 809728, 642118670, non, 0, 73, 37, C#5 + 1089, 0, 96, 809824, 642231086,tempo,40,bpm,, + 9688, 1, 96, 809824, 642231086, non, 0, 77, 41, F5 + 9689, 1, 48, 809872, 642301358, nof, 0, 77, 0, + 9690, 1, 0, 809872, 642301358, non, 0, 81, 43, A5 + 9691, 1, 48, 809920, 642371630, nof, 0, 81, 0, + 9692, 1, 0, 809920, 642371630, non, 0, 85, 45, C#6 + 1090, 0, 132, 809956, 642424334,tempo,25,bpm,, + 9693, 1, 36, 809956, 642424334, nof, 0, 73, 0, + 9694, 1, 0, 809956, 642424334, non, 0, 89, 62, F6 + 9695, 1, 12, 809968, 642452450, nof, 0, 85, 0, + 9696, 1, 101, 810069, 642689093, nof, 0, 89, 0, + 1091, 0, 156, 810112, 642789842,tempo,30,bpm,, +16008, 2, 1758, 810112, 642789842, nof, 1, 77, 0, +16009, 2, 0, 810112, 642789842, non, 1, 68, 40, G#4 + 1092, 0, 128, 810240, 643039826,tsig,4,3,, + 1093, 0, 0, 810240, 643039826,tempo,66,bpm,, + 9697, 1, 171, 810240, 643039826, ctl, 0, 64, 0, + 9698, 1, 0, 810240, 643039826, non, 0, 69, 60, A4 +16010, 2, 128, 810240, 643039826, ctl, 1, 64,127, +16011, 2, 0, 810240, 643039826, nof, 1, 58, 0, +16012, 2, 0, 810240, 643039826, nof, 1, 61, 0, +16013, 2, 0, 810240, 643039826, nof, 1, 65, 0, +16014, 2, 0, 810240, 643039826, nof, 1, 69, 0, +16015, 2, 0, 810240, 643039826, nof, 1, 68, 0, +16016, 2, 0, 810240, 643039826, non, 1, 58, 44, A#3 +16017, 2, 42, 810282, 643077080, ctl, 1, 64, 0, +16018, 2, 76, 810358, 643144492, ctl, 1, 64,127, + 9699, 1, 171, 810411, 643191503, non, 0, 65, 49, F4 + 9700, 1, 170, 810581, 643342293, nof, 0, 65, 0, + 9701, 1, 0, 810581, 643342293, non, 0, 61, 46, C#4 + 9702, 1, 171, 810752, 643493970, nof, 0, 61, 0, + 9703, 1, 0, 810752, 643493970, non, 0, 65, 44, F4 +16019, 2, 394, 810752, 643493970, nof, 1, 58, 0, +16020, 2, 0, 810752, 643493970, non, 1, 53, 38, F3 + 1094, 0, 896, 811136, 643834578,tempo,50,bpm,, + 9704, 1, 384, 811136, 643834578, nof, 0, 69, 0, + 9705, 1, 0, 811136, 643834578, non, 0, 68, 47, G#4 + 1095, 0, 128, 811264, 643984466,tempo,70,bpm,, + 9706, 1, 128, 811264, 643984466, nof, 0, 65, 0, + 9707, 1, 0, 811264, 643984466, nof, 0, 68, 0, + 9708, 1, 0, 811264, 643984466, non, 0, 69, 50, A4 +16021, 2, 512, 811264, 643984466, nof, 1, 53, 0, +16022, 2, 0, 811264, 643984466, non, 1, 49, 34, C#3 +16023, 2, 6, 811270, 643989488, ctl, 1, 64, 0, +16024, 2, 91, 811361, 644065655, ctl, 1, 64,127, + 9709, 1, 171, 811435, 644127593, non, 0, 65, 35, F4 + 9710, 1, 170, 811605, 644269883, nof, 0, 65, 0, + 9711, 1, 0, 811605, 644269883, non, 0, 61, 33, C#4 + 9712, 1, 171, 811776, 644413010, nof, 0, 61, 0, + 9713, 1, 0, 811776, 644413010, non, 0, 65, 30, F4 +16025, 2, 415, 811776, 644413010, nof, 1, 49, 0, +16026, 2, 0, 811776, 644413010, non, 1, 46, 29, A#2 + 1096, 0, 896, 812160, 644734418,tempo,50,bpm,, + 9714, 1, 384, 812160, 644734418, nof, 0, 69, 0, + 9715, 1, 0, 812160, 644734418, non, 0, 68, 33, G#4 + 1097, 0, 128, 812288, 644884306,tsig,9,4,, + 1098, 0, 0, 812288, 644884306,tempo,50,bpm,, + 9716, 1, 128, 812288, 644884306, ctl, 0, 64, 0, + 9717, 1, 0, 812288, 644884306, nof, 0, 65, 0, +16027, 2, 512, 812288, 644884306, ctl, 1, 64,127, +16028, 2, 0, 812288, 644884306, nof, 1, 46, 0, +16029, 2, 0, 812288, 644884306, non, 1, 61, 63, C#4 +16030, 2, 85, 812373, 644983841, non, 1, 65, 66, F4 +16031, 2, 86, 812459, 645084547, non, 1, 69, 69, A4 +16032, 2, 36, 812495, 645126703, ctl, 1, 64, 0, + 9718, 1, 256, 812544, 645184082, nof, 0, 68, 0, +16033, 2, 49, 812544, 645184082, ctl, 1, 64, 0, +16034, 2, 0, 812544, 645184082, nof, 1, 61, 0, +16035, 2, 0, 812544, 645184082, nof, 1, 65, 0, +16036, 2, 0, 812544, 645184082, nof, 1, 69, 0, +16037, 2, 0, 812544, 645184082, non, 1, 58, 53, A#3 +16038, 2, 0, 812544, 645184082, non, 1, 61, 53, C#4 +16039, 2, 0, 812544, 645184082, non, 1, 65, 53, F4 +16040, 2, 0, 812544, 645184082, non, 1, 69, 53, A4 +16041, 2, 0, 812544, 645184082, non, 1, 77, 75, F5 +16042, 2, 162, 812706, 645373784, ctl, 1, 64,127, + 1099, 0, 1280, 813568, 646383186,tempo,35,bpm,, + 9719, 1, 1024, 813568, 646383186, non, 0, 65, 35, F4 + 1100, 0, 96, 813664, 646543890,tempo,40,bpm,, + 9720, 1, 96, 813664, 646543890, non, 0, 73, 38, C#5 + 9721, 1, 43, 813707, 646606842, nof, 0, 73, 0, + 9722, 1, 0, 813707, 646606842, non, 0, 77, 39, F5 + 9723, 1, 42, 813749, 646668330, nof, 0, 77, 0, + 9724, 1, 0, 813749, 646668330, non, 0, 81, 40, A5 + 9725, 1, 43, 813792, 646731282, nof, 0, 81, 0, + 9726, 1, 0, 813792, 646731282, non, 0, 85, 42, C#6 + 1101, 0, 171, 813835, 646794234,tempo,50,bpm,, + 9727, 1, 43, 813835, 646794234, nof, 0, 85, 0, + 9728, 1, 0, 813835, 646794234, non, 0, 89, 43, F6 + 9729, 1, 42, 813877, 646843416, nof, 0, 89, 0, + 1102, 0, 74, 813909, 646880888,tempo,35,bpm,, + 9730, 1, 32, 813909, 646880888, nof, 0, 65, 0, + 9731, 1, 0, 813909, 646880888, non, 0, 93, 60, A6 + 1103, 0, 171, 814080, 647167142,tempo,50,bpm,, + 9732, 1, 171, 814080, 647167142, nof, 0, 93, 0, + 9733, 1, 0, 814080, 647167142, non, 0, 73, 35, C#5 + 1104, 0, 96, 814176, 647279558,tempo,40,bpm,, + 9734, 1, 96, 814176, 647279558, non, 0, 77, 39, F5 + 9735, 1, 48, 814224, 647349830, nof, 0, 77, 0, + 9736, 1, 0, 814224, 647349830, non, 0, 81, 41, A5 + 9737, 1, 48, 814272, 647420102, nof, 0, 81, 0, + 9738, 1, 0, 814272, 647420102, non, 0, 85, 43, C#6 + 1105, 0, 132, 814308, 647472806,tempo,25,bpm,, + 9739, 1, 36, 814308, 647472806, nof, 0, 73, 0, + 9740, 1, 0, 814308, 647472806, non, 0, 89, 60, F6 + 9741, 1, 12, 814320, 647500922, nof, 0, 85, 0, + 9742, 1, 101, 814421, 647737565, nof, 0, 89, 0, + 1106, 0, 156, 814464, 647838314,tempo,30,bpm,, +16043, 2, 1758, 814464, 647838314, nof, 1, 77, 0, +16044, 2, 0, 814464, 647838314, non, 1, 68, 45, G#4 + 1107, 0, 128, 814592, 648088298,tempo,66,bpm,, + 9743, 1, 171, 814592, 648088298, ctl, 0, 64, 0, + 9744, 1, 0, 814592, 648088298, non, 0, 69, 60, A4 +16045, 2, 128, 814592, 648088298, ctl, 1, 64,127, +16046, 2, 0, 814592, 648088298, nof, 1, 58, 0, +16047, 2, 0, 814592, 648088298, nof, 1, 61, 0, +16048, 2, 0, 814592, 648088298, nof, 1, 65, 0, +16049, 2, 0, 814592, 648088298, nof, 1, 69, 0, +16050, 2, 0, 814592, 648088298, nof, 1, 68, 0, +16051, 2, 0, 814592, 648088298, non, 1, 58, 44, A#3 +16052, 2, 42, 814634, 648125552, ctl, 1, 64, 0, +16053, 2, 76, 814710, 648192964, ctl, 1, 64,127, + 9745, 1, 171, 814763, 648239975, non, 0, 65, 49, F4 + 9746, 1, 170, 814933, 648390765, nof, 0, 65, 0, + 9747, 1, 0, 814933, 648390765, non, 0, 61, 46, C#4 + 1108, 0, 512, 815104, 648542442,tempo,70,bpm,, + 9748, 1, 171, 815104, 648542442, nof, 0, 61, 0, + 9749, 1, 0, 815104, 648542442, non, 0, 65, 44, F4 +16054, 2, 394, 815104, 648542442, nof, 1, 58, 0, +16055, 2, 0, 815104, 648542442, non, 1, 53, 38, F3 + 1109, 0, 384, 815488, 648863850,tempo,66,bpm,, + 9750, 1, 384, 815488, 648863850, nof, 0, 69, 0, + 9751, 1, 0, 815488, 648863850, non, 0, 68, 47, G#4 + 1110, 0, 128, 815616, 648977386,tempo,80,bpm,, + 9752, 1, 128, 815616, 648977386, nof, 0, 65, 0, + 9753, 1, 0, 815616, 648977386, nof, 0, 68, 0, + 9754, 1, 0, 815616, 648977386, non, 0, 69, 50, A4 +16056, 2, 512, 815616, 648977386, nof, 1, 53, 0, +16057, 2, 0, 815616, 648977386, non, 1, 49, 34, C#3 +16058, 2, 6, 815622, 648981778, ctl, 1, 64, 0, +16059, 2, 91, 815713, 649048390, ctl, 1, 64,127, + 9755, 1, 171, 815787, 649102558, non, 0, 65, 35, F4 + 9756, 1, 170, 815957, 649226998, nof, 0, 65, 0, + 9757, 1, 0, 815957, 649226998, non, 0, 61, 33, C#4 + 9758, 1, 171, 816128, 649352170, nof, 0, 61, 0, + 9759, 1, 0, 816128, 649352170, non, 0, 65, 30, F4 +16060, 2, 415, 816128, 649352170, nof, 1, 49, 0, +16061, 2, 0, 816128, 649352170, non, 1, 46, 29, A#2 + 1111, 0, 896, 816512, 649633258,tempo,50,bpm,, + 9760, 1, 384, 816512, 649633258, nof, 0, 69, 0, + 9761, 1, 0, 816512, 649633258, non, 0, 68, 33, G#4 + 9762, 1, 128, 816640, 649783146, nof, 0, 65, 0, + 9763, 1, 0, 816640, 649783146, nof, 0, 68, 0, +16062, 2, 512, 816640, 649783146, nof, 1, 46, 0, +16063, 2, 207, 816847, 650025543, ctl, 1, 64, 0, + 1112, 0, 384, 816896, 650082922,tsig,2,2,, + 1113, 0, 0, 816896, 650082922,tempo,70,bpm,, + 9764, 1, 256, 816896, 650082922, ctl, 0, 64, 0, + 9765, 1, 0, 816896, 650082922, ctl, 0, 64, 0, + 9766, 1, 0, 816896, 650082922, ctl, 0, 64, 0, + 9767, 1, 0, 816896, 650082922, non, 0, 78, 39, F#5 + 9768, 1, 0, 816896, 650082922, non, 0, 85, 53, C#6 +16064, 2, 49, 816896, 650082922, ctl, 1, 64, 0, +16065, 2, 0, 816896, 650082922, ctl, 1, 64, 0, +16066, 2, 0, 816896, 650082922, ctl, 1, 64, 0, + 1114, 0, 128, 817024, 650190058,tempo,80,bpm,, +16067, 2, 128, 817024, 650190058, non, 1, 58, 31, A#3 +16068, 2, 44, 817068, 650222266, ctl, 1, 64,127, +16069, 2, 84, 817152, 650283754, nof, 1, 58, 0, +16070, 2, 0, 817152, 650283754, non, 1, 68, 30, G#4 +16071, 2, 78, 817230, 650340850, ctl, 1, 64,127, +16072, 2, 50, 817280, 650377450, nof, 1, 68, 0, +16073, 2, 0, 817280, 650377450, non, 1, 74, 28, D5 + 1115, 0, 384, 817408, 650471146,tempo,90,bpm,, +16074, 2, 128, 817408, 650471146, nof, 1, 74, 0, +16075, 2, 0, 817408, 650471146, non, 1, 68, 28, G#4 +16076, 2, 238, 817646, 650626084, ctl, 1, 64, 0, + 9769, 1, 853, 817749, 650693137, nof, 0, 78, 0, + 9770, 1, 0, 817749, 650693137, nof, 0, 85, 0, + 9771, 1, 0, 817749, 650693137, non, 0, 84, 46, C6 + 9772, 1, 171, 817920, 650804458, nof, 0, 84, 0, + 9773, 1, 0, 817920, 650804458, non, 0, 72, 38, C5 + 9774, 1, 0, 817920, 650804458, non, 0, 79, 52, G5 +16077, 2, 274, 817920, 650804458, nof, 1, 68, 0, +16078, 2, 21, 817941, 650818129, ctl, 1, 64, 0, +16079, 2, 70, 818011, 650863699, ctl, 1, 64,127, +16080, 2, 37, 818048, 650887786, non, 1, 52, 25, E3 +16081, 2, 128, 818176, 650971114, nof, 1, 52, 0, +16082, 2, 0, 818176, 650971114, non, 1, 62, 24, D4 +16083, 2, 128, 818304, 651054442, nof, 1, 62, 0, +16084, 2, 0, 818304, 651054442, non, 1, 68, 22, G#4 +16085, 2, 44, 818348, 651083086, ctl, 1, 64,127, +16086, 2, 84, 818432, 651137770, nof, 1, 68, 0, +16087, 2, 0, 818432, 651137770, non, 1, 62, 21, D4 +16088, 2, 238, 818670, 651292708, ctl, 1, 64, 0, + 9775, 1, 853, 818773, 651359761, nof, 0, 72, 0, + 9776, 1, 0, 818773, 651359761, nof, 0, 79, 0, + 9777, 1, 0, 818773, 651359761, non, 0, 78, 50, F#5 + 9778, 1, 171, 818944, 651471082, ctl, 0, 64, 0, + 9779, 1, 0, 818944, 651471082, ctl, 0, 64, 0, + 9780, 1, 0, 818944, 651471082, ctl, 0, 64, 0, + 9781, 1, 0, 818944, 651471082, nof, 0, 78, 0, + 9782, 1, 0, 818944, 651471082, non, 0, 72, 36, C5 + 9783, 1, 0, 818944, 651471082, non, 0, 79, 54, G5 +16089, 2, 274, 818944, 651471082, ctl, 1, 64, 0, +16090, 2, 0, 818944, 651471082, ctl, 1, 64, 0, +16091, 2, 0, 818944, 651471082, ctl, 1, 64, 0, +16092, 2, 0, 818944, 651471082, ctl, 1, 64, 0, +16093, 2, 0, 818944, 651471082, nof, 1, 62, 0, + 1116, 0, 1664, 819072, 651554410,tempo,66,bpm,, +16094, 2, 128, 819072, 651554410, non, 1, 52, 38, E3 +16095, 2, 44, 819116, 651593438, ctl, 1, 64,127, +16096, 2, 84, 819200, 651667946, nof, 1, 52, 0, +16097, 2, 0, 819200, 651667946, non, 1, 62, 37, D4 +16098, 2, 78, 819278, 651737132, ctl, 1, 64,127, +16099, 2, 50, 819328, 651781482, nof, 1, 62, 0, +16100, 2, 0, 819328, 651781482, non, 1, 68, 35, G#4 +16101, 2, 128, 819456, 651895018, nof, 1, 68, 0, +16102, 2, 0, 819456, 651895018, non, 1, 62, 34, D4 +16103, 2, 276, 819732, 652139830, ctl, 1, 64, 0, + 1117, 0, 725, 819797, 652197485,tempo,70,bpm,, + 9784, 1, 853, 819797, 652197485, nof, 0, 72, 0, + 9785, 1, 0, 819797, 652197485, nof, 0, 79, 0, + 9786, 1, 0, 819797, 652197485, non, 0, 78, 51, F#5 + 9787, 1, 171, 819968, 652340612, nof, 0, 78, 0, + 9788, 1, 0, 819968, 652340612, non, 0, 66, 41, F#4 + 9789, 1, 0, 819968, 652340612, non, 0, 73, 60, C#5 +16104, 2, 236, 819968, 652340612, nof, 1, 62, 0, +16105, 2, 21, 819989, 652358189, ctl, 1, 64, 0, +16106, 2, 70, 820059, 652416779, ctl, 1, 64,127, +16107, 2, 37, 820096, 652447748, non, 1, 46, 44, A#2 +16108, 2, 128, 820224, 652554884, nof, 1, 46, 0, +16109, 2, 0, 820224, 652554884, non, 1, 56, 41, G#3 + 1118, 0, 512, 820309, 652626029,tempo,80,bpm,, + 9790, 1, 341, 820309, 652626029, nof, 0, 66, 0, + 9791, 1, 0, 820309, 652626029, nof, 0, 73, 0, + 9792, 1, 0, 820309, 652626029, non, 0, 70, 50, A#4 + 9793, 1, 0, 820309, 652626029, non, 0, 74, 67, D5 +16110, 2, 128, 820352, 652657505, nof, 1, 56, 0, +16111, 2, 0, 820352, 652657505, non, 1, 62, 39, D4 +16112, 2, 44, 820396, 652689713, ctl, 1, 64,127, +16113, 2, 84, 820480, 652751201, nof, 1, 62, 0, +16114, 2, 0, 820480, 652751201, non, 1, 56, 35, G#3 + 1119, 0, 342, 820651, 652876373,tempo,90,bpm,, + 9794, 1, 342, 820651, 652876373, nof, 0, 70, 0, + 9795, 1, 0, 820651, 652876373, nof, 0, 74, 0, + 9796, 1, 0, 820651, 652876373, non, 0, 66, 57, F#4 + 9797, 1, 0, 820651, 652876373, non, 0, 75, 75, D#5 +16115, 2, 253, 820733, 652929755, ctl, 1, 64, 0, +16116, 2, 89, 820822, 652987694, non, 1, 42, 58, F#2 +16117, 2, 85, 820907, 653043029, non, 1, 52, 58, E3 + 1120, 0, 341, 820992, 653098364,tempo,50,bpm,, + 9798, 1, 341, 820992, 653098364, ctl, 0, 64, 0, + 9799, 1, 0, 820992, 653098364, nof, 0, 66, 0, + 9800, 1, 0, 820992, 653098364, nof, 0, 75, 0, + 9801, 1, 0, 820992, 653098364, non, 0, 64, 60, E4 + 9802, 1, 0, 820992, 653098364, non, 0, 68, 60, G#4 + 9803, 1, 0, 820992, 653098364, non, 0, 70, 60, A#4 + 9804, 1, 0, 820992, 653098364, non, 0, 76, 76, E5 +16118, 2, 85, 820992, 653098364, ctl, 1, 64,127, +16119, 2, 0, 820992, 653098364, nof, 1, 56, 0, +16120, 2, 0, 820992, 653098364, non, 1, 58, 70, A#3 +16121, 2, 76, 821068, 653187360, ctl, 1, 64, 0, +16122, 2, 101, 821169, 653305631, ctl, 1, 64,127, + 1121, 0, 512, 821504, 653697916,tempo,45,bpm,, + 9805, 1, 512, 821504, 653697916, nof, 0, 64, 0, + 9806, 1, 0, 821504, 653697916, nof, 0, 68, 0, + 9807, 1, 0, 821504, 653697916, nof, 0, 70, 0, + 9808, 1, 0, 821504, 653697916, nof, 0, 76, 0, +16123, 2, 335, 821504, 653697916, nof, 1, 52, 0, +16124, 2, 0, 821504, 653697916, nof, 1, 58, 0, +16125, 2, 0, 821504, 653697916, non, 1, 49, 75, C#3 + 1122, 0, 256, 821760, 654031228,tempo,50,bpm,, + 9809, 1, 256, 821760, 654031228, non, 0, 76, 63, E5 + 9810, 1, 0, 821760, 654031228, non, 0, 80, 63, G#5 + 9811, 1, 0, 821760, 654031228, non, 0, 82, 63, A#5 + 9812, 1, 0, 821760, 654031228, non, 0, 88, 79, E6 +16126, 2, 256, 821760, 654031228, nof, 1, 42, 0, +16127, 2, 0, 821760, 654031228, non, 1, 58, 52, A#3 +16128, 2, 0, 821760, 654031228, non, 1, 64, 76, E4 +16129, 2, 256, 822016, 654331004, ctl, 1, 64, 0, +16130, 2, 0, 822016, 654331004, nof, 1, 49, 0, +16131, 2, 0, 822016, 654331004, nof, 1, 58, 0, +16132, 2, 0, 822016, 654331004, nof, 1, 64, 0, +16133, 2, 0, 822016, 654331004, non, 1, 52, 66, E3 +16134, 2, 152, 822168, 654508996, ctl, 1, 64,127, + 1123, 0, 512, 822272, 654630780,tempo,50,bpm,, + 9813, 1, 512, 822272, 654630780, nof, 0, 76, 0, + 9814, 1, 0, 822272, 654630780, nof, 0, 80, 0, + 9815, 1, 0, 822272, 654630780, nof, 0, 82, 0, + 9816, 1, 0, 822272, 654630780, nof, 0, 88, 0, + 9817, 1, 0, 822272, 654630780, non, 0, 79, 63, G5 + 9818, 1, 0, 822272, 654630780, non, 0, 82, 63, A#5 + 9819, 1, 0, 822272, 654630780, non, 0, 87, 63, D#6 + 9820, 1, 0, 822272, 654630780, non, 0, 91, 79, G6 +16135, 2, 104, 822272, 654630780, non, 1, 58, 53, A#3 +16136, 2, 0, 822272, 654630780, non, 1, 63, 53, D#4 +16137, 2, 0, 822272, 654630780, non, 1, 67, 79, G4 + 9821, 1, 256, 822528, 654930556, nof, 0, 79, 0, + 9822, 1, 0, 822528, 654930556, nof, 0, 82, 0, + 9823, 1, 0, 822528, 654930556, nof, 0, 87, 0, + 9824, 1, 0, 822528, 654930556, nof, 0, 91, 0, +16138, 2, 256, 822528, 654930556, nof, 1, 52, 0, +16139, 2, 0, 822528, 654930556, nof, 1, 58, 0, +16140, 2, 0, 822528, 654930556, nof, 1, 63, 0, +16141, 2, 0, 822528, 654930556, nof, 1, 67, 0, +16142, 2, 0, 822528, 654930556, non, 1, 58, 68, A#3 + 1124, 0, 512, 822784, 655230332,tempo,45,bpm,, + 9825, 1, 256, 822784, 655230332, non, 0, 75, 57, D#5 + 9826, 1, 0, 822784, 655230332, non, 0, 79, 57, G5 + 9827, 1, 0, 822784, 655230332, non, 0, 82, 57, A#5 + 9828, 1, 0, 822784, 655230332, non, 0, 87, 73, D#6 +16143, 2, 256, 822784, 655230332, non, 1, 63, 55, D#4 +16144, 2, 0, 822784, 655230332, non, 1, 67, 55, G4 +16145, 2, 0, 822784, 655230332, non, 1, 70, 82, A#4 + 1125, 0, 256, 823040, 655563644,tempo,35,bpm,, + 9829, 1, 256, 823040, 655563644, ctl, 0, 64, 0, + 9830, 1, 0, 823040, 655563644, nof, 0, 75, 0, + 9831, 1, 0, 823040, 655563644, nof, 0, 79, 0, + 9832, 1, 0, 823040, 655563644, nof, 0, 82, 0, + 9833, 1, 0, 823040, 655563644, nof, 0, 87, 0, +16146, 2, 256, 823040, 655563644, ctl, 1, 64,127, +16147, 2, 0, 823040, 655563644, nof, 1, 58, 0, +16148, 2, 0, 823040, 655563644, nof, 1, 63, 0, +16149, 2, 0, 823040, 655563644, nof, 1, 67, 0, +16150, 2, 0, 823040, 655563644, nof, 1, 70, 0, +16151, 2, 0, 823040, 655563644, non, 1, 63, 75, D#4 +16152, 2, 63, 823103, 655669106, ctl, 1, 64, 0, +16153, 2, 114, 823217, 655859942, ctl, 1, 64,127, + 1126, 0, 256, 823296, 655992188,tempo,45,bpm,, + 9834, 1, 256, 823296, 655992188, non, 0, 78, 63, F#5 + 9835, 1, 0, 823296, 655992188, non, 0, 82, 63, A#5 + 9836, 1, 0, 823296, 655992188, non, 0, 88, 63, E6 + 9837, 1, 0, 823296, 655992188, non, 0, 90, 79, F#6 +16154, 2, 79, 823296, 655992188, non, 1, 64, 58, E4 +16155, 2, 0, 823296, 655992188, non, 1, 70, 58, A#4 +16156, 2, 0, 823296, 655992188, non, 1, 75, 72, D#5 + 1127, 0, 512, 823808, 656658812,tempo,40,bpm,, + 9838, 1, 512, 823808, 656658812, nof, 0, 78, 0, + 9839, 1, 0, 823808, 656658812, nof, 0, 82, 0, + 9840, 1, 0, 823808, 656658812, nof, 0, 88, 0, + 9841, 1, 0, 823808, 656658812, nof, 0, 90, 0, + 9842, 1, 0, 823808, 656658812, non, 0, 78, 63, F#5 + 9843, 1, 0, 823808, 656658812, non, 0, 82, 63, A#5 + 9844, 1, 0, 823808, 656658812, non, 0, 88, 63, E6 + 9845, 1, 0, 823808, 656658812, non, 0, 90, 79, F#6 +16157, 2, 512, 823808, 656658812, nof, 1, 63, 0, +16158, 2, 0, 823808, 656658812, nof, 1, 64, 0, +16159, 2, 0, 823808, 656658812, nof, 1, 70, 0, +16160, 2, 0, 823808, 656658812, nof, 1, 75, 0, +16161, 2, 0, 823808, 656658812, non, 1, 64, 49, E4 +16162, 2, 0, 823808, 656658812, non, 1, 70, 49, A#4 +16163, 2, 0, 823808, 656658812, non, 1, 74, 63, D5 +16164, 2, 0, 823808, 656658812, non, 1, 62, 49, D4 + 9846, 1, 256, 824064, 657033596, nof, 0, 78, 0, + 9847, 1, 0, 824064, 657033596, nof, 0, 82, 0, + 9848, 1, 0, 824064, 657033596, nof, 0, 88, 0, + 9849, 1, 0, 824064, 657033596, nof, 0, 90, 0, + 9850, 1, 0, 824064, 657033596, non, 0, 57, 68, A3 + 9851, 1, 0, 824064, 657033596, non, 0, 69, 68, A4 + 9852, 1, 0, 824064, 657033596, non, 0, 64, 68, E4 + 9853, 1, 0, 824064, 657033596, non, 0, 70, 77, A#4 +16165, 2, 256, 824064, 657033596, ctl, 1, 64, 0, +16166, 2, 0, 824064, 657033596, nof, 1, 64, 0, +16167, 2, 0, 824064, 657033596, nof, 1, 70, 0, +16168, 2, 0, 824064, 657033596, nof, 1, 74, 0, +16169, 2, 0, 824064, 657033596, nof, 1, 62, 0, +16170, 2, 0, 824064, 657033596, non, 1, 36, 58, C2 +16171, 2, 0, 824064, 657033596, non, 1, 42, 58, F#2 +16172, 2, 0, 824064, 657033596, non, 1, 49, 70, C#3 +16173, 2, 152, 824216, 657256124, ctl, 1, 64,127, + 9854, 1, 512, 824576, 657783164, nof, 0, 57, 0, + 9855, 1, 0, 824576, 657783164, nof, 0, 69, 0, + 9856, 1, 0, 824576, 657783164, non, 0, 56, 68, G#3 + 9857, 1, 0, 824576, 657783164, non, 0, 68, 68, G#4 + 1128, 0, 1280, 825088, 658532732,tempo,50,bpm,, + 9858, 1, 512, 825088, 658532732, ctl, 0, 64, 0, + 9859, 1, 0, 825088, 658532732, nof, 0, 64, 0, + 9860, 1, 0, 825088, 658532732, nof, 0, 70, 0, + 9861, 1, 0, 825088, 658532732, nof, 0, 56, 0, + 9862, 1, 0, 825088, 658532732, nof, 0, 68, 0, + 9863, 1, 0, 825088, 658532732, non, 0, 75, 62, D#5 + 9864, 1, 0, 825088, 658532732, non, 0, 80, 62, G#5 + 9865, 1, 0, 825088, 658532732, non, 0, 87, 78, D#6 +16174, 2, 872, 825088, 658532732, ctl, 1, 64,127, +16175, 2, 0, 825088, 658532732, nof, 1, 36, 0, +16176, 2, 0, 825088, 658532732, nof, 1, 42, 0, +16177, 2, 0, 825088, 658532732, nof, 1, 49, 0, +16178, 2, 96, 825184, 658645148, ctl, 1, 64, 0, +16179, 2, 122, 825306, 658788010, ctl, 1, 64,127, + 1129, 0, 256, 825344, 658832508,tempo,66,bpm,, +16180, 2, 38, 825344, 658832508, non, 1, 48, 68, C3 + 1130, 0, 256, 825600, 659059580,tempo,70,bpm,, +16181, 2, 256, 825600, 659059580, non, 1, 58, 59, A#3 +16182, 2, 0, 825600, 659059580, non, 1, 64, 71, E4 + 9866, 1, 768, 825856, 659273852, nof, 0, 75, 0, + 9867, 1, 0, 825856, 659273852, nof, 0, 87, 0, + 9868, 1, 0, 825856, 659273852, non, 0, 74, 55, D5 + 9869, 1, 0, 825856, 659273852, non, 0, 86, 71, D6 +16183, 2, 256, 825856, 659273852, nof, 1, 48, 0, +16184, 2, 0, 825856, 659273852, nof, 1, 58, 0, +16185, 2, 0, 825856, 659273852, nof, 1, 64, 0, + 1131, 0, 512, 826112, 659488124,tempo,80,bpm,, + 9870, 1, 256, 826112, 659488124, nof, 0, 74, 0, + 9871, 1, 0, 826112, 659488124, nof, 0, 80, 0, + 9872, 1, 0, 826112, 659488124, nof, 0, 86, 0, + 9873, 1, 0, 826112, 659488124, non, 0, 69, 57, A4 + 9874, 1, 0, 826112, 659488124, non, 0, 74, 57, D5 + 9875, 1, 0, 826112, 659488124, non, 0, 81, 73, A5 +16186, 2, 283, 826139, 659507888, ctl, 1, 64, 0, +16187, 2, 164, 826303, 659627936, ctl, 1, 64,127, + 1132, 0, 256, 826368, 659675516,tempo,80,bpm,, +16188, 2, 65, 826368, 659675516, non, 1, 42, 68, F#2 +16189, 2, 256, 826624, 659862908, non, 1, 52, 59, E3 +16190, 2, 0, 826624, 659862908, non, 1, 58, 71, A#3 + 9876, 1, 768, 826880, 660050300, nof, 0, 69, 0, + 9877, 1, 0, 826880, 660050300, nof, 0, 81, 0, + 9878, 1, 0, 826880, 660050300, non, 0, 68, 55, G#4 + 9879, 1, 0, 826880, 660050300, non, 0, 80, 71, G#5 +16191, 2, 256, 826880, 660050300, nof, 1, 42, 0, +16192, 2, 0, 826880, 660050300, nof, 1, 52, 0, +16193, 2, 0, 826880, 660050300, nof, 1, 58, 0, + 1133, 0, 768, 827136, 660237692,tempo,50,bpm,, + 9880, 1, 256, 827136, 660237692, ctl, 0, 64, 0, + 9881, 1, 0, 827136, 660237692, nof, 0, 68, 0, + 9882, 1, 0, 827136, 660237692, nof, 0, 74, 0, + 9883, 1, 0, 827136, 660237692, nof, 0, 80, 0, + 9884, 1, 0, 827136, 660237692, non, 0, 69, 62, A4 + 9885, 1, 0, 827136, 660237692, non, 0, 74, 62, D5 + 9886, 1, 0, 827136, 660237692, non, 0, 81, 78, A5 +16194, 2, 256, 827136, 660237692, ctl, 1, 64,127, +16195, 2, 0, 827136, 660237692, ctl, 1, 64, 0, +16196, 2, 96, 827232, 660350108, ctl, 1, 64, 0, +16197, 2, 122, 827354, 660492970, ctl, 1, 64,127, + 1134, 0, 256, 827392, 660537468,tempo,90,bpm,, +16198, 2, 38, 827392, 660537468, non, 1, 42, 68, F#2 +16199, 2, 256, 827648, 660704124, non, 1, 52, 59, E3 +16200, 2, 0, 827648, 660704124, non, 1, 58, 71, A#3 + 1135, 0, 512, 827904, 660870780,tempo,70,bpm,, + 9887, 1, 768, 827904, 660870780, nof, 0, 69, 0, + 9888, 1, 0, 827904, 660870780, nof, 0, 81, 0, + 9889, 1, 0, 827904, 660870780, non, 0, 68, 62, G#4 + 9890, 1, 0, 827904, 660870780, non, 0, 80, 78, G#5 +16201, 2, 256, 827904, 660870780, nof, 1, 42, 0, +16202, 2, 0, 827904, 660870780, nof, 1, 52, 0, +16203, 2, 0, 827904, 660870780, nof, 1, 58, 0, + 9891, 1, 256, 828160, 661085052, nof, 0, 68, 0, + 9892, 1, 0, 828160, 661085052, nof, 0, 74, 0, + 9893, 1, 0, 828160, 661085052, nof, 0, 80, 0, + 9894, 1, 0, 828160, 661085052, non, 0, 63, 64, D#4 + 9895, 1, 0, 828160, 661085052, non, 0, 68, 64, G#4 + 9896, 1, 0, 828160, 661085052, non, 0, 75, 80, D#5 +16204, 2, 283, 828187, 661107651, ctl, 1, 64, 0, +16205, 2, 164, 828351, 661244919, ctl, 1, 64,127, + 1136, 0, 512, 828416, 661299324,tempo,66,bpm,, +16206, 2, 65, 828416, 661299324, non, 1, 36, 80, C2 +16207, 2, 256, 828672, 661526396, non, 1, 46, 71, A#2 +16208, 2, 0, 828672, 661526396, non, 1, 52, 80, E3 + 1137, 0, 512, 828928, 661753468,tempo,50,bpm,, + 9897, 1, 768, 828928, 661753468, nof, 0, 63, 0, + 9898, 1, 0, 828928, 661753468, nof, 0, 75, 0, + 9899, 1, 0, 828928, 661753468, non, 0, 62, 62, D4 + 9900, 1, 0, 828928, 661753468, non, 0, 74, 78, D5 +16209, 2, 256, 828928, 661753468, nof, 1, 36, 0, +16210, 2, 0, 828928, 661753468, nof, 1, 46, 0, +16211, 2, 0, 828928, 661753468, nof, 1, 52, 0, +16212, 2, 128, 829056, 661903356, non, 1, 30, 68, F#1 +16213, 2, 0, 829056, 661903356, non, 1, 42, 80, F#2 + 9901, 1, 256, 829184, 662053244, ctl, 0, 64, 0, + 9902, 1, 0, 829184, 662053244, ctl, 0, 64, 0, + 9903, 1, 0, 829184, 662053244, nof, 0, 62, 0, + 9904, 1, 0, 829184, 662053244, nof, 0, 68, 0, + 9905, 1, 0, 829184, 662053244, nof, 0, 74, 0, +16214, 2, 128, 829184, 662053244, ctl, 1, 64, 0, +16215, 2, 0, 829184, 662053244, non, 1, 49, 70, C#3 +16216, 2, 0, 829184, 662053244, non, 1, 52, 70, E3 +16217, 2, 0, 829184, 662053244, non, 1, 58, 70, A#3 +16218, 2, 0, 829184, 662053244, non, 1, 64, 70, E4 +16219, 2, 0, 829184, 662053244, non, 1, 68, 70, G#4 +16220, 2, 0, 829184, 662053244, non, 1, 70, 82, A#4 + 9906, 1, 13, 829197, 662068467, ctl, 0, 64,127, +16221, 2, 13, 829197, 662068467, ctl, 1, 64,127, + 9907, 1, 81, 829278, 662163318, ctl, 0, 64, 0, + 9908, 1, 0, 829278, 662163318, ctl, 0, 64,127, +16222, 2, 81, 829278, 662163318, ctl, 1, 64, 0, +16223, 2, 0, 829278, 662163318, ctl, 1, 64,127, + 9909, 1, 144, 829422, 662331942, ctl, 0, 64,127, +16224, 2, 149, 829427, 662337797, ctl, 1, 64,127, + 1138, 0, 768, 829696, 662652796,tempo,50,bpm,, + 9910, 1, 274, 829696, 662652796, non, 0, 64, 67, E4 + 9911, 1, 0, 829696, 662652796, non, 0, 76, 83, E5 + 9912, 1, 384, 830080, 663102460, non, 0, 85, 66, C#6 + 9913, 1, 0, 830080, 663102460, non, 0, 90, 66, F#6 + 9914, 1, 0, 830080, 663102460, non, 0, 93, 82, A6 + 1139, 0, 512, 830208, 663252348,tempo,66,bpm,, + 9915, 1, 128, 830208, 663252348, nof, 0, 64, 0, + 9916, 1, 0, 830208, 663252348, nof, 0, 76, 0, + 9917, 1, 0, 830208, 663252348, nof, 0, 85, 0, + 9918, 1, 0, 830208, 663252348, nof, 0, 90, 0, + 9919, 1, 0, 830208, 663252348, nof, 0, 93, 0, + 9920, 1, 0, 830208, 663252348, non, 0, 88, 66, E6 + 9921, 1, 0, 830208, 663252348, non, 0, 91, 66, G6 + 9922, 1, 0, 830208, 663252348, non, 0, 96, 66, C7 + 9923, 1, 0, 830208, 663252348, non, 0, 99, 82, D#7 + 9924, 1, 0, 830208, 663252348, non, 0, 67, 67, G4 + 9925, 1, 0, 830208, 663252348, non, 0, 79, 83, G5 + 1140, 0, 512, 830720, 663706492,tempo,70,bpm,, + 9926, 1, 512, 830720, 663706492, nof, 0, 67, 0, + 9927, 1, 0, 830720, 663706492, nof, 0, 79, 0, + 9928, 1, 0, 830720, 663706492, non, 0, 63, 67, D#4 + 9929, 1, 0, 830720, 663706492, non, 0, 75, 83, D#5 + 9930, 1, 384, 831104, 664027900, nof, 0, 88, 0, + 9931, 1, 0, 831104, 664027900, nof, 0, 91, 0, + 9932, 1, 0, 831104, 664027900, nof, 0, 96, 0, + 9933, 1, 0, 831104, 664027900, nof, 0, 99, 0, + 9934, 1, 0, 831104, 664027900, non, 0, 85, 66, C#6 + 9935, 1, 0, 831104, 664027900, non, 0, 90, 66, F#6 + 9936, 1, 0, 831104, 664027900, non, 0, 93, 82, A6 + 1141, 0, 512, 831232, 664135036,tempo,80,bpm,, + 9937, 1, 128, 831232, 664135036, ctl, 0, 64,127, + 9938, 1, 0, 831232, 664135036, nof, 0, 85, 0, + 9939, 1, 0, 831232, 664135036, nof, 0, 90, 0, + 9940, 1, 0, 831232, 664135036, nof, 0, 93, 0, + 9941, 1, 0, 831232, 664135036, nof, 0, 63, 0, + 9942, 1, 0, 831232, 664135036, nof, 0, 75, 0, + 9943, 1, 0, 831232, 664135036, non, 0, 66, 67, F#4 + 9944, 1, 0, 831232, 664135036, non, 0, 78, 83, F#5 + 9945, 1, 0, 831232, 664135036, non, 0, 88, 66, E6 + 9946, 1, 0, 831232, 664135036, non, 0, 91, 66, G6 + 9947, 1, 0, 831232, 664135036, non, 0, 96, 66, C7 + 9948, 1, 0, 831232, 664135036, non, 0, 99, 82, D#7 +16225, 2, 1805, 831232, 664135036, ctl, 1, 64,127, +16226, 2, 0, 831232, 664135036, nof, 1, 30, 0, +16227, 2, 0, 831232, 664135036, nof, 1, 42, 0, +16228, 2, 0, 831232, 664135036, nof, 1, 49, 0, +16229, 2, 0, 831232, 664135036, nof, 1, 52, 0, +16230, 2, 0, 831232, 664135036, nof, 1, 58, 0, +16231, 2, 0, 831232, 664135036, nof, 1, 64, 0, +16232, 2, 0, 831232, 664135036, nof, 1, 68, 0, +16233, 2, 0, 831232, 664135036, nof, 1, 70, 0, + 1142, 0, 512, 831744, 664509820,tempo,50,bpm,, + 9949, 1, 512, 831744, 664509820, nof, 0, 66, 0, + 9950, 1, 0, 831744, 664509820, nof, 0, 78, 0, + 9951, 1, 0, 831744, 664509820, non, 0, 62, 67, D4 + 9952, 1, 0, 831744, 664509820, non, 0, 74, 83, D5 +16234, 2, 768, 832000, 664809596, non, 1, 36, 68, C2 +16235, 2, 0, 832000, 664809596, non, 1, 42, 68, F#2 +16236, 2, 0, 832000, 664809596, non, 1, 52, 68, E3 +16237, 2, 0, 832000, 664809596, non, 1, 58, 68, A#3 +16238, 2, 0, 832000, 664809596, non, 1, 61, 68, C#4 +16239, 2, 0, 832000, 664809596, non, 1, 66, 68, F#4 +16240, 2, 0, 832000, 664809596, non, 1, 69, 84, A4 + 1143, 0, 384, 832128, 664959484,tempo,70,bpm,, + 9953, 1, 384, 832128, 664959484, nof, 0, 88, 0, + 9954, 1, 0, 832128, 664959484, nof, 0, 91, 0, + 9955, 1, 0, 832128, 664959484, nof, 0, 96, 0, + 9956, 1, 0, 832128, 664959484, nof, 0, 99, 0, + 9957, 1, 0, 832128, 664959484, non, 0, 85, 66, C#6 + 9958, 1, 0, 832128, 664959484, non, 0, 90, 66, F#6 + 9959, 1, 0, 832128, 664959484, non, 0, 93, 82, A6 + 1144, 0, 128, 832256, 665066620,tempo,50,bpm,, + 9960, 1, 128, 832256, 665066620, nof, 0, 85, 0, + 9961, 1, 0, 832256, 665066620, nof, 0, 90, 0, + 9962, 1, 0, 832256, 665066620, nof, 0, 93, 0, + 9963, 1, 0, 832256, 665066620, non, 0, 88, 66, E6 + 9964, 1, 0, 832256, 665066620, non, 0, 91, 66, G6 + 9965, 1, 0, 832256, 665066620, non, 0, 96, 66, C7 + 9966, 1, 0, 832256, 665066620, non, 0, 99, 82, D#7 + 9967, 1, 0, 832256, 665066620, nof, 0, 62, 0, + 9968, 1, 0, 832256, 665066620, nof, 0, 74, 0, + 9969, 1, 0, 832256, 665066620, non, 0, 65, 67, F4 + 9970, 1, 0, 832256, 665066620, non, 0, 77, 83, F5 + 9971, 1, 8, 832264, 665075988, ctl, 0, 64, 0, +16241, 2, 264, 832264, 665075988, ctl, 1, 64, 0, + 9972, 1, 110, 832374, 665204798, ctl, 0, 64,127, +16242, 2, 110, 832374, 665204798, ctl, 1, 64,127, + 1145, 0, 341, 832597, 665465931,tempo,70,bpm,, + 9973, 1, 223, 832597, 665465931, nof, 0, 65, 0, + 9974, 1, 0, 832597, 665465931, nof, 0, 77, 0, + 9975, 1, 0, 832597, 665465931, non, 0, 61, 64, C#4 + 9976, 1, 0, 832597, 665465931, non, 0, 73, 80, C#5 + 1146, 0, 342, 832939, 665752185,tempo,40,bpm,, + 9977, 1, 342, 832939, 665752185, nof, 0, 61, 0, + 9978, 1, 0, 832939, 665752185, nof, 0, 73, 0, + 9979, 1, 0, 832939, 665752185, non, 0, 64, 62, E4 + 9980, 1, 0, 832939, 665752185, non, 0, 76, 78, E5 +16243, 2, 650, 833024, 665876625, nof, 1, 36, 0, +16244, 2, 0, 833024, 665876625, nof, 1, 42, 0, +16245, 2, 0, 833024, 665876625, nof, 1, 52, 0, +16246, 2, 0, 833024, 665876625, nof, 1, 58, 0, +16247, 2, 0, 833024, 665876625, nof, 1, 61, 0, +16248, 2, 0, 833024, 665876625, nof, 1, 66, 0, +16249, 2, 0, 833024, 665876625, nof, 1, 69, 0, +16250, 2, 0, 833024, 665876625, non, 1, 30, 68, F#1 +16251, 2, 0, 833024, 665876625, non, 1, 42, 68, F#2 +16252, 2, 85, 833109, 666001065, non, 1, 49, 68, C#3 +16253, 2, 0, 833109, 666001065, non, 1, 52, 68, E3 +16254, 2, 0, 833109, 666001065, non, 1, 58, 68, A#3 +16255, 2, 0, 833109, 666001065, non, 1, 64, 68, E4 +16256, 2, 0, 833109, 666001065, non, 1, 68, 68, G#4 +16257, 2, 0, 833109, 666001065, non, 1, 70, 84, A#4 + 1147, 0, 213, 833152, 666064017,tempo,70,bpm,, + 9981, 1, 213, 833152, 666064017, nof, 0, 88, 0, + 9982, 1, 0, 833152, 666064017, nof, 0, 91, 0, + 9983, 1, 0, 833152, 666064017, nof, 0, 96, 0, + 9984, 1, 0, 833152, 666064017, nof, 0, 99, 0, + 9985, 1, 0, 833152, 666064017, non, 0, 85, 66, C#6 + 9986, 1, 0, 833152, 666064017, non, 0, 90, 66, F#6 + 9987, 1, 0, 833152, 666064017, non, 0, 93, 82, A6 + 9988, 1, 128, 833280, 666171153, ctl, 0, 64, 0, + 9989, 1, 0, 833280, 666171153, nof, 0, 85, 0, + 9990, 1, 0, 833280, 666171153, nof, 0, 90, 0, + 9991, 1, 0, 833280, 666171153, nof, 0, 93, 0, + 9992, 1, 0, 833280, 666171153, nof, 0, 64, 0, + 9993, 1, 0, 833280, 666171153, nof, 0, 76, 0, + 9994, 1, 0, 833280, 666171153, non, 0, 68, 67, G#4 + 9995, 1, 0, 833280, 666171153, non, 0, 80, 83, G#5 + 9996, 1, 0, 833280, 666171153, non, 0, 88, 66, E6 + 9997, 1, 0, 833280, 666171153, non, 0, 91, 66, G6 + 9998, 1, 0, 833280, 666171153, non, 0, 96, 66, C7 + 9999, 1, 0, 833280, 666171153, non, 0, 99, 82, D#7 +16258, 2, 171, 833280, 666171153, ctl, 1, 64, 0, +16259, 2, 0, 833280, 666171153, nof, 1, 30, 0, +16260, 2, 53, 833333, 666215514, ctl, 1, 64,127, +16261, 2, 140, 833473, 666332694, ctl, 1, 64, 0, +16262, 2, 245, 833718, 666537759, ctl, 1, 64,127, + 1148, 0, 640, 833792, 666599697,tempo,80,bpm,, +10000, 1, 512, 833792, 666599697, nof, 0, 68, 0, +10001, 1, 0, 833792, 666599697, nof, 0, 80, 0, +10002, 1, 0, 833792, 666599697, non, 0, 64, 67, E4 +10003, 1, 0, 833792, 666599697, non, 0, 76, 83, E5 +10004, 1, 384, 834176, 666880785, nof, 0, 88, 0, +10005, 1, 0, 834176, 666880785, nof, 0, 91, 0, +10006, 1, 0, 834176, 666880785, nof, 0, 96, 0, +10007, 1, 0, 834176, 666880785, nof, 0, 99, 0, +10008, 1, 0, 834176, 666880785, non, 0, 85, 66, C#6 +10009, 1, 0, 834176, 666880785, non, 0, 90, 82, F#6 +10010, 1, 0, 834176, 666880785, non, 0, 93, 66, A6 + 1149, 0, 512, 834304, 666974481,tempo,90,bpm,, +10011, 1, 128, 834304, 666974481, nof, 0, 85, 0, +10012, 1, 0, 834304, 666974481, nof, 0, 90, 0, +10013, 1, 0, 834304, 666974481, nof, 0, 93, 0, +10014, 1, 0, 834304, 666974481, non, 0, 85, 66, C#6 +10015, 1, 0, 834304, 666974481, non, 0, 88, 66, E6 +10016, 1, 0, 834304, 666974481, non, 0, 93, 66, A6 +10017, 1, 0, 834304, 666974481, non, 0, 96, 82, C7 +10018, 1, 0, 834304, 666974481, nof, 0, 64, 0, +10019, 1, 0, 834304, 666974481, nof, 0, 76, 0, +10020, 1, 0, 834304, 666974481, non, 0, 67, 67, G4 +10021, 1, 0, 834304, 666974481, non, 0, 79, 83, G5 +10022, 1, 512, 834816, 667307793, nof, 0, 67, 0, +10023, 1, 0, 834816, 667307793, nof, 0, 79, 0, +10024, 1, 0, 834816, 667307793, non, 0, 63, 67, D#4 +10025, 1, 0, 834816, 667307793, non, 0, 75, 83, D#5 +10026, 1, 384, 835200, 667557777, nof, 0, 85, 0, +10027, 1, 0, 835200, 667557777, nof, 0, 88, 0, +10028, 1, 0, 835200, 667557777, nof, 0, 93, 0, +10029, 1, 0, 835200, 667557777, nof, 0, 96, 0, +10030, 1, 0, 835200, 667557777, non, 0, 82, 66, A#5 +10031, 1, 0, 835200, 667557777, non, 0, 87, 66, D#6 +10032, 1, 0, 835200, 667557777, non, 0, 90, 82, F#6 + 1150, 0, 1024, 835328, 667641105,tempo,100,bpm,, +10033, 1, 128, 835328, 667641105, ctl, 0, 64, 0, +10034, 1, 0, 835328, 667641105, nof, 0, 82, 0, +10035, 1, 0, 835328, 667641105, nof, 0, 87, 0, +10036, 1, 0, 835328, 667641105, nof, 0, 90, 0, +10037, 1, 0, 835328, 667641105, nof, 0, 63, 0, +10038, 1, 0, 835328, 667641105, nof, 0, 75, 0, +10039, 1, 0, 835328, 667641105, non, 0, 66, 67, F#4 +10040, 1, 0, 835328, 667641105, non, 0, 78, 83, F#5 +10041, 1, 0, 835328, 667641105, non, 0, 82, 66, A#5 +10042, 1, 0, 835328, 667641105, non, 0, 85, 66, C#6 +10043, 1, 0, 835328, 667641105, non, 0, 90, 66, F#6 +10044, 1, 0, 835328, 667641105, non, 0, 93, 82, A6 +16263, 2, 1610, 835328, 667641105, ctl, 1, 64,127, +16264, 2, 0, 835328, 667641105, nof, 1, 42, 0, +16265, 2, 0, 835328, 667641105, nof, 1, 49, 0, +16266, 2, 0, 835328, 667641105, nof, 1, 52, 0, +16267, 2, 0, 835328, 667641105, nof, 1, 58, 0, +16268, 2, 0, 835328, 667641105, nof, 1, 64, 0, +16269, 2, 0, 835328, 667641105, nof, 1, 68, 0, +16270, 2, 0, 835328, 667641105, nof, 1, 70, 0, +16271, 2, 85, 835413, 667690830, ctl, 1, 64, 0, +16272, 2, 118, 835531, 667759860, ctl, 1, 64,127, +10045, 1, 512, 835840, 667940625, nof, 0, 66, 0, +10046, 1, 0, 835840, 667940625, nof, 0, 78, 0, +10047, 1, 0, 835840, 667940625, non, 0, 62, 67, D4 +10048, 1, 0, 835840, 667940625, non, 0, 74, 83, D5 +10049, 1, 384, 836224, 668165265, nof, 0, 82, 0, +10050, 1, 0, 836224, 668165265, nof, 0, 85, 0, +10051, 1, 0, 836224, 668165265, nof, 0, 90, 0, +10052, 1, 0, 836224, 668165265, nof, 0, 93, 0, +10053, 1, 0, 836224, 668165265, non, 0, 79, 66, G5 +10054, 1, 0, 836224, 668165265, non, 0, 84, 66, C6 +10055, 1, 0, 836224, 668165265, non, 0, 87, 82, D#6 +10056, 1, 128, 836352, 668240145, nof, 0, 79, 0, +10057, 1, 0, 836352, 668240145, nof, 0, 84, 0, +10058, 1, 0, 836352, 668240145, nof, 0, 87, 0, +10059, 1, 0, 836352, 668240145, non, 0, 79, 55, G5 +10060, 1, 0, 836352, 668240145, non, 0, 82, 66, A#5 +10061, 1, 0, 836352, 668240145, non, 0, 87, 66, D#6 +10062, 1, 0, 836352, 668240145, non, 0, 90, 82, F#6 +10063, 1, 0, 836352, 668240145, nof, 0, 62, 0, +10064, 1, 0, 836352, 668240145, nof, 0, 74, 0, +10065, 1, 0, 836352, 668240145, non, 0, 65, 67, F4 +10066, 1, 0, 836352, 668240145, non, 0, 77, 83, F5 + 1151, 0, 1536, 836864, 668539665,tempo,50,bpm,, +10067, 1, 512, 836864, 668539665, nof, 0, 79, 0, +10068, 1, 0, 836864, 668539665, nof, 0, 82, 0, +10069, 1, 0, 836864, 668539665, nof, 0, 87, 0, +10070, 1, 0, 836864, 668539665, nof, 0, 90, 0, +10071, 1, 0, 836864, 668539665, non, 0, 76, 66, E5 +10072, 1, 0, 836864, 668539665, non, 0, 81, 66, A5 +10073, 1, 0, 836864, 668539665, non, 0, 84, 82, C6 +10074, 1, 0, 836864, 668539665, nof, 0, 65, 0, +10075, 1, 0, 836864, 668539665, nof, 0, 77, 0, +10076, 1, 0, 836864, 668539665, non, 0, 61, 67, C#4 +10077, 1, 0, 836864, 668539665, non, 0, 73, 83, C#5 + 1152, 0, 171, 837035, 668739906,tempo,70,bpm,, +16273, 2, 1504, 837035, 668739906, non, 1, 36, 55, C2 +16274, 2, 0, 837035, 668739906, non, 1, 52, 55, E3 +16275, 2, 0, 837035, 668739906, non, 1, 58, 55, A#3 +16276, 2, 0, 837035, 668739906, non, 1, 64, 71, E4 +16277, 2, 170, 837205, 668882196, non, 1, 42, 55, F#2 + 1153, 0, 341, 837376, 669025323,tempo,90,bpm,, +10078, 1, 512, 837376, 669025323, ctl, 0, 64, 0, +10079, 1, 0, 837376, 669025323, nof, 0, 76, 0, +10080, 1, 0, 837376, 669025323, nof, 0, 81, 0, +10081, 1, 0, 837376, 669025323, nof, 0, 84, 0, +10082, 1, 0, 837376, 669025323, nof, 0, 61, 0, +10083, 1, 0, 837376, 669025323, nof, 0, 73, 0, +10084, 1, 0, 837376, 669025323, non, 0, 76, 66, E5 +10085, 1, 0, 837376, 669025323, non, 0, 79, 66, G5 +10086, 1, 0, 837376, 669025323, non, 0, 84, 66, C6 +10087, 1, 0, 837376, 669025323, non, 0, 87, 85, D#6 +16278, 2, 171, 837376, 669025323, ctl, 1, 64,127, +16279, 2, 0, 837376, 669025323, non, 1, 67, 79, G4 +16280, 2, 111, 837487, 669097584, ctl, 1, 64, 0, +16281, 2, 258, 837745, 669265542, ctl, 1, 64,127, + 1154, 0, 512, 837888, 669358635,tempo,120,bpm,, +10088, 1, 512, 837888, 669358635, nof, 0, 76, 0, +10089, 1, 0, 837888, 669358635, nof, 0, 79, 0, +10090, 1, 0, 837888, 669358635, nof, 0, 84, 0, +10091, 1, 0, 837888, 669358635, nof, 0, 87, 0, +10092, 1, 0, 837888, 669358635, non, 0, 73, 63, C#5 +10093, 1, 0, 837888, 669358635, non, 0, 78, 63, F#5 +10094, 1, 0, 837888, 669358635, non, 0, 81, 81, A5 + 1155, 0, 512, 838400, 669608491,tempo,130,bpm,, +10095, 1, 512, 838400, 669608491, nof, 0, 73, 0, +10096, 1, 0, 838400, 669608491, nof, 0, 78, 0, +10097, 1, 0, 838400, 669608491, nof, 0, 81, 0, +10098, 1, 0, 838400, 669608491, non, 0, 73, 60, C#5 +10099, 1, 0, 838400, 669608491, non, 0, 76, 60, E5 +10100, 1, 0, 838400, 669608491, non, 0, 81, 60, A5 +10101, 1, 0, 838400, 669608491, non, 0, 84, 77, C6 +16282, 2, 655, 838400, 669608491, nof, 1, 36, 0, +16283, 2, 0, 838400, 669608491, nof, 1, 42, 0, +16284, 2, 0, 838400, 669608491, nof, 1, 52, 0, +16285, 2, 0, 838400, 669608491, nof, 1, 58, 0, +16286, 2, 0, 838400, 669608491, nof, 1, 64, 0, + 1156, 0, 512, 838912, 669838891,tempo,140,bpm,, +10102, 1, 512, 838912, 669838891, nof, 0, 73, 0, +10103, 1, 0, 838912, 669838891, nof, 0, 76, 0, +10104, 1, 0, 838912, 669838891, nof, 0, 81, 0, +10105, 1, 0, 838912, 669838891, nof, 0, 84, 0, +10106, 1, 0, 838912, 669838891, non, 0, 70, 57, A#4 +10107, 1, 0, 838912, 669838891, non, 0, 75, 57, D#5 +10108, 1, 0, 838912, 669838891, non, 0, 78, 73, F#5 + 1157, 0, 512, 839424, 670052907,tempo,150,bpm,, +10109, 1, 512, 839424, 670052907, ctl, 0, 64, 0, +10110, 1, 0, 839424, 670052907, nof, 0, 70, 0, +10111, 1, 0, 839424, 670052907, nof, 0, 75, 0, +10112, 1, 0, 839424, 670052907, nof, 0, 78, 0, +10113, 1, 0, 839424, 670052907, non, 0, 70, 53, A#4 +10114, 1, 0, 839424, 670052907, non, 0, 73, 53, C#5 +10115, 1, 0, 839424, 670052907, non, 0, 78, 53, F#5 +10116, 1, 0, 839424, 670052907, non, 0, 81, 69, A5 +16287, 2, 1024, 839424, 670052907, ctl, 1, 64,127, +16288, 2, 0, 839424, 670052907, nof, 1, 67, 0, +16289, 2, 0, 839424, 670052907, non, 1, 61, 76, C#4 +10117, 1, 512, 839936, 670252587, nof, 0, 70, 0, +10118, 1, 0, 839936, 670252587, nof, 0, 73, 0, +10119, 1, 0, 839936, 670252587, nof, 0, 78, 0, +10120, 1, 0, 839936, 670252587, nof, 0, 81, 0, +10121, 1, 0, 839936, 670252587, non, 0, 67, 50, G4 +10122, 1, 0, 839936, 670252587, non, 0, 72, 50, C5 +10123, 1, 0, 839936, 670252587, non, 0, 75, 65, D#5 +10124, 1, 512, 840448, 670452267, nof, 0, 67, 0, +10125, 1, 0, 840448, 670452267, nof, 0, 72, 0, +10126, 1, 0, 840448, 670452267, nof, 0, 75, 0, +10127, 1, 0, 840448, 670452267, non, 0, 67, 47, G4 +10128, 1, 0, 840448, 670452267, non, 0, 70, 47, A#4 +10129, 1, 0, 840448, 670452267, non, 0, 75, 47, D#5 +10130, 1, 0, 840448, 670452267, non, 0, 78, 61, F#5 + 1158, 0, 1536, 840960, 670651947,tempo,90,bpm,, +10131, 1, 512, 840960, 670651947, nof, 0, 67, 0, +10132, 1, 0, 840960, 670651947, nof, 0, 70, 0, +10133, 1, 0, 840960, 670651947, nof, 0, 75, 0, +10134, 1, 0, 840960, 670651947, nof, 0, 78, 0, +10135, 1, 0, 840960, 670651947, non, 0, 64, 44, E4 +10136, 1, 0, 840960, 670651947, non, 0, 69, 44, A4 +10137, 1, 0, 840960, 670651947, non, 0, 72, 57, C5 + 1159, 0, 512, 841472, 670985259,tempo,66,bpm,, +10138, 1, 512, 841472, 670985259, ctl, 0, 64, 0, +10139, 1, 0, 841472, 670985259, nof, 0, 64, 0, +10140, 1, 0, 841472, 670985259, nof, 0, 69, 0, +10141, 1, 0, 841472, 670985259, nof, 0, 72, 0, +10142, 1, 0, 841472, 670985259, non, 0, 64, 41, E4 +10143, 1, 0, 841472, 670985259, non, 0, 67, 41, G4 +10144, 1, 0, 841472, 670985259, non, 0, 72, 41, C5 +10145, 1, 0, 841472, 670985259, non, 0, 75, 57, D#5 +16290, 2, 2048, 841472, 670985259, ctl, 1, 64, 0, +16291, 2, 13, 841485, 670996790, ctl, 1, 64,127, +16292, 2, 116, 841601, 671099682, ctl, 1, 64, 0, +16293, 2, 167, 841768, 671247811, ctl, 1, 64,127, + 1160, 0, 512, 841984, 671439403,tempo,70,bpm,, +10146, 1, 512, 841984, 671439403, nof, 0, 64, 0, +10147, 1, 0, 841984, 671439403, nof, 0, 67, 0, +10148, 1, 0, 841984, 671439403, nof, 0, 72, 0, +10149, 1, 0, 841984, 671439403, nof, 0, 75, 0, +10150, 1, 0, 841984, 671439403, non, 0, 61, 41, C#4 +10151, 1, 0, 841984, 671439403, non, 0, 66, 41, F#4 +10152, 1, 0, 841984, 671439403, non, 0, 69, 57, A4 +16294, 2, 387, 842155, 671582530, nof, 1, 61, 0, +16295, 2, 0, 842155, 671582530, non, 1, 33, 41, A1 +16296, 2, 170, 842325, 671724820, non, 1, 39, 32, D#2 +10153, 1, 512, 842496, 671867947, nof, 0, 61, 0, +10154, 1, 0, 842496, 671867947, nof, 0, 66, 0, +10155, 1, 0, 842496, 671867947, nof, 0, 69, 0, +10156, 1, 0, 842496, 671867947, non, 0, 61, 36, C#4 +10157, 1, 0, 842496, 671867947, non, 0, 64, 36, E4 +10158, 1, 0, 842496, 671867947, non, 0, 69, 36, A4 +10159, 1, 0, 842496, 671867947, non, 0, 72, 56, C5 +16297, 2, 171, 842496, 671867947, non, 1, 52, 48, E3 +16298, 2, 6, 842502, 671872969, ctl, 1, 64, 0, +16299, 2, 181, 842683, 672024466, ctl, 1, 64,127, +10160, 1, 512, 843008, 672296491, nof, 0, 61, 0, +10161, 1, 0, 843008, 672296491, nof, 0, 64, 0, +10162, 1, 0, 843008, 672296491, nof, 0, 69, 0, +10163, 1, 0, 843008, 672296491, nof, 0, 72, 0, +10164, 1, 0, 843008, 672296491, non, 0, 58, 36, A#3 +10165, 1, 0, 843008, 672296491, non, 0, 63, 36, D#4 +10166, 1, 0, 843008, 672296491, non, 0, 66, 52, F#4 + 1161, 0, 1536, 843520, 672725035,tempo,70,bpm,, +10167, 1, 512, 843520, 672725035, ctl, 0, 64, 0, +10168, 1, 0, 843520, 672725035, nof, 0, 58, 0, +10169, 1, 0, 843520, 672725035, nof, 0, 63, 0, +10170, 1, 0, 843520, 672725035, nof, 0, 66, 0, +10171, 1, 0, 843520, 672725035, non, 0, 58, 36, A#3 +10172, 1, 0, 843520, 672725035, non, 0, 61, 36, C#4 +10173, 1, 0, 843520, 672725035, non, 0, 66, 36, F#4 +10174, 1, 0, 843520, 672725035, non, 0, 69, 56, A4 +16300, 2, 837, 843520, 672725035, ctl, 1, 64,127, +16301, 2, 0, 843520, 672725035, nof, 1, 33, 0, +16302, 2, 0, 843520, 672725035, nof, 1, 39, 0, +16303, 2, 0, 843520, 672725035, nof, 1, 52, 0, +16304, 2, 0, 843520, 672725035, non, 1, 46, 48, A#2 +16305, 2, 64, 843584, 672778603, ctl, 1, 64, 0, +16306, 2, 129, 843713, 672886576, ctl, 1, 64,127, +10175, 1, 512, 844032, 673153579, nof, 0, 58, 0, +10176, 1, 0, 844032, 673153579, nof, 0, 61, 0, +10177, 1, 0, 844032, 673153579, nof, 0, 66, 0, +10178, 1, 0, 844032, 673153579, nof, 0, 69, 0, +10179, 1, 0, 844032, 673153579, non, 0, 55, 36, G3 +10180, 1, 0, 844032, 673153579, non, 0, 60, 36, C4 +10181, 1, 0, 844032, 673153579, non, 0, 63, 52, D#4 +16307, 2, 490, 844203, 673296706, nof, 1, 46, 0, +16308, 2, 0, 844203, 673296706, non, 1, 33, 32, A1 +16309, 2, 170, 844373, 673438996, non, 1, 39, 32, D#2 + 1162, 0, 1024, 844544, 673582123,tempo,66,bpm,, +10182, 1, 512, 844544, 673582123, nof, 0, 55, 0, +10183, 1, 0, 844544, 673582123, nof, 0, 60, 0, +10184, 1, 0, 844544, 673582123, nof, 0, 63, 0, +10185, 1, 0, 844544, 673582123, non, 0, 61, 36, C#4 +10186, 1, 0, 844544, 673582123, non, 0, 64, 36, E4 +10187, 1, 0, 844544, 673582123, non, 0, 69, 36, A4 +10188, 1, 0, 844544, 673582123, non, 0, 72, 56, C5 +16310, 2, 171, 844544, 673582123, non, 1, 52, 48, E3 +16311, 2, 6, 844550, 673587445, ctl, 1, 64, 0, +16312, 2, 181, 844731, 673747992, ctl, 1, 64,127, +10189, 1, 512, 845056, 674036267, nof, 0, 61, 0, +10190, 1, 0, 845056, 674036267, nof, 0, 64, 0, +10191, 1, 0, 845056, 674036267, nof, 0, 69, 0, +10192, 1, 0, 845056, 674036267, nof, 0, 72, 0, +10193, 1, 0, 845056, 674036267, non, 0, 58, 36, A#3 +10194, 1, 0, 845056, 674036267, non, 0, 63, 36, D#4 +10195, 1, 0, 845056, 674036267, non, 0, 66, 52, F#4 +10196, 1, 512, 845568, 674490411, ctl, 0, 64, 0, +10197, 1, 0, 845568, 674490411, nof, 0, 58, 0, +10198, 1, 0, 845568, 674490411, nof, 0, 63, 0, +10199, 1, 0, 845568, 674490411, nof, 0, 66, 0, +10200, 1, 0, 845568, 674490411, non, 0, 58, 34, A#3 +10201, 1, 0, 845568, 674490411, non, 0, 61, 34, C#4 +10202, 1, 0, 845568, 674490411, non, 0, 66, 34, F#4 +10203, 1, 0, 845568, 674490411, non, 0, 69, 54, A4 +16313, 2, 837, 845568, 674490411, ctl, 1, 64,127, +16314, 2, 0, 845568, 674490411, nof, 1, 33, 0, +16315, 2, 0, 845568, 674490411, nof, 1, 39, 0, +16316, 2, 0, 845568, 674490411, nof, 1, 52, 0, +16317, 2, 0, 845568, 674490411, non, 1, 46, 48, A#2 +16318, 2, 67, 845635, 674549840, ctl, 1, 64, 0, +16319, 2, 101, 845736, 674639427, ctl, 1, 64,127, + 1163, 0, 1536, 846080, 674944555,tempo,50,bpm,, +10204, 1, 512, 846080, 674944555, nof, 0, 58, 0, +10205, 1, 0, 846080, 674944555, nof, 0, 61, 0, +10206, 1, 0, 846080, 674944555, nof, 0, 66, 0, +10207, 1, 0, 846080, 674944555, nof, 0, 69, 0, +10208, 1, 0, 846080, 674944555, non, 0, 55, 29, G3 +10209, 1, 0, 846080, 674944555, non, 0, 60, 29, C4 +10210, 1, 0, 846080, 674944555, non, 0, 63, 45, D#4 +16320, 2, 728, 846464, 675394219, non, 1, 33, 31, A1 +16321, 2, 0, 846464, 675394219, non, 1, 39, 31, D#2 + 1164, 0, 512, 846592, 675544107,tempo,45,bpm,, +10211, 1, 512, 846592, 675544107, nof, 0, 55, 0, +10212, 1, 0, 846592, 675544107, nof, 0, 60, 0, +10213, 1, 0, 846592, 675544107, nof, 0, 63, 0, +10214, 1, 0, 846592, 675544107, non, 0, 61, 22, C#4 +10215, 1, 0, 846592, 675544107, non, 0, 64, 40, E4 +10216, 1, 0, 846592, 675544107, non, 0, 69, 22, A4 +10217, 1, 0, 846592, 675544107, non, 0, 72, 38, C5 +16322, 2, 128, 846592, 675544107, non, 1, 52, 31, E3 +16323, 2, 6, 846598, 675551919, ctl, 1, 64, 0, +16324, 2, 145, 846743, 675740709, ctl, 1, 64,127, +16325, 2, 745, 847488, 676710699, nof, 1, 33, 0, +16326, 2, 0, 847488, 676710699, nof, 1, 39, 0, +16327, 2, 0, 847488, 676710699, nof, 1, 46, 0, +16328, 2, 0, 847488, 676710699, nof, 1, 52, 0, +16329, 2, 0, 847488, 676710699, non, 1, 33, 31, A1 +16330, 2, 0, 847488, 676710699, non, 1, 39, 31, D#2 + 1165, 0, 1024, 847616, 676877355,tempo,40,bpm,, +10218, 1, 1024, 847616, 676877355, ctl, 0, 64, 0, +10219, 1, 0, 847616, 676877355, nof, 0, 61, 0, +10220, 1, 0, 847616, 676877355, nof, 0, 69, 0, +10221, 1, 0, 847616, 676877355, nof, 0, 72, 0, +10222, 1, 0, 847616, 676877355, non, 0, 61, 27, C#4 +10223, 1, 0, 847616, 676877355, non, 0, 69, 27, A4 +10224, 1, 0, 847616, 676877355, non, 0, 72, 43, C5 +16331, 2, 128, 847616, 676877355, ctl, 1, 64,127, +16332, 2, 0, 847616, 676877355, non, 1, 46, 31, A#2 +16333, 2, 0, 847616, 676877355, non, 1, 52, 31, E3 +16334, 2, 124, 847740, 677058891, ctl, 1, 64, 0, +16335, 2, 194, 847934, 677342907, ctl, 1, 64,127, + 1166, 0, 683, 848299, 677877267,tempo,35,bpm,, +10225, 1, 683, 848299, 677877267, nof, 0, 64, 0, +10226, 1, 0, 848299, 677877267, non, 0, 65, 50, F4 +16336, 2, 578, 848512, 678233829, nof, 1, 33, 0, +16337, 2, 0, 848512, 678233829, nof, 1, 39, 0, +16338, 2, 0, 848512, 678233829, nof, 1, 46, 0, +16339, 2, 0, 848512, 678233829, nof, 1, 52, 0, +16340, 2, 0, 848512, 678233829, non, 1, 33, 31, A1 +16341, 2, 0, 848512, 678233829, non, 1, 39, 31, D#2 +10227, 1, 341, 848640, 678448101, nof, 0, 61, 0, +10228, 1, 0, 848640, 678448101, nof, 0, 69, 0, +10229, 1, 0, 848640, 678448101, nof, 0, 72, 0, +10230, 1, 0, 848640, 678448101, non, 0, 61, 27, C#4 +10231, 1, 0, 848640, 678448101, non, 0, 69, 27, A4 +10232, 1, 0, 848640, 678448101, non, 0, 72, 39, C5 +16342, 2, 128, 848640, 678448101, ctl, 1, 64, 0, +16343, 2, 0, 848640, 678448101, non, 1, 46, 31, A#2 +16344, 2, 0, 848640, 678448101, non, 1, 53, 31, F3 +16345, 2, 212, 848852, 678802989, ctl, 1, 64,127, + 1167, 0, 682, 848981, 679018935,tempo,30,bpm,, +10233, 1, 341, 848981, 679018935, nof, 0, 65, 0, +10234, 1, 0, 848981, 679018935, non, 0, 63, 46, D#4 +10235, 1, 342, 849323, 679686861, nof, 0, 63, 0, +10236, 1, 0, 849323, 679686861, non, 0, 61, 43, C#4 + 1168, 0, 683, 849664, 680352834,tempo,50,bpm,, +10237, 1, 341, 849664, 680352834, ctl, 0, 64, 0, +10238, 1, 0, 849664, 680352834, nof, 0, 61, 0, +10239, 1, 0, 849664, 680352834, nof, 0, 69, 0, +10240, 1, 0, 849664, 680352834, nof, 0, 72, 0, +10241, 1, 0, 849664, 680352834, nof, 0, 61, 0, +10242, 1, 0, 849664, 680352834, non, 0, 60, 41, C4 +16346, 2, 812, 849664, 680352834, ctl, 1, 64,127, +16347, 2, 0, 849664, 680352834, nof, 1, 33, 0, +16348, 2, 0, 849664, 680352834, nof, 1, 39, 0, +16349, 2, 0, 849664, 680352834, nof, 1, 46, 0, +16350, 2, 0, 849664, 680352834, nof, 1, 53, 0, +16351, 2, 0, 849664, 680352834, non, 1, 33, 28, A1 +16352, 2, 0, 849664, 680352834, non, 1, 39, 28, D#2 +16353, 2, 118, 849782, 680491012, ctl, 1, 64, 0, +16354, 2, 212, 849994, 680739264, ctl, 1, 64,127, +10243, 1, 1024, 850688, 681551938, nof, 0, 60, 0, +10244, 1, 0, 850688, 681551938, non, 0, 73, 42, C#5 +10245, 1, 0, 850688, 681551938, non, 0, 76, 42, E5 +10246, 1, 0, 850688, 681551938, non, 0, 81, 42, A5 +10247, 1, 0, 850688, 681551938, non, 0, 84, 58, C6 +16355, 2, 694, 850688, 681551938, nof, 1, 33, 0, +16356, 2, 0, 850688, 681551938, nof, 1, 39, 0, +16357, 2, 0, 850688, 681551938, non, 1, 52, 42, E3 +16358, 2, 0, 850688, 681551938, non, 1, 64, 54, E4 + 1169, 0, 1536, 851200, 682151490,tempo,70,bpm,, +10248, 1, 512, 851200, 682151490, nof, 0, 73, 0, +10249, 1, 0, 851200, 682151490, nof, 0, 76, 0, +10250, 1, 0, 851200, 682151490, nof, 0, 81, 0, +10251, 1, 0, 851200, 682151490, nof, 0, 84, 0, +10252, 1, 0, 851200, 682151490, non, 0, 70, 36, A#4 +10253, 1, 0, 851200, 682151490, non, 0, 75, 36, D#5 +10254, 1, 0, 851200, 682151490, non, 0, 78, 52, F#5 +10255, 1, 512, 851712, 682580034, ctl, 0, 64,127, +10256, 1, 0, 851712, 682580034, nof, 0, 70, 0, +10257, 1, 0, 851712, 682580034, nof, 0, 75, 0, +10258, 1, 0, 851712, 682580034, nof, 0, 78, 0, +10259, 1, 0, 851712, 682580034, non, 0, 70, 42, A#4 +10260, 1, 0, 851712, 682580034, non, 0, 73, 42, C#5 +10261, 1, 0, 851712, 682580034, non, 0, 78, 42, F#5 +10262, 1, 0, 851712, 682580034, non, 0, 81, 58, A5 +16359, 2, 1024, 851712, 682580034, ctl, 1, 64,127, +16360, 2, 0, 851712, 682580034, nof, 1, 52, 0, +16361, 2, 0, 851712, 682580034, nof, 1, 64, 0, +16362, 2, 0, 851712, 682580034, non, 1, 46, 42, A#2 +16363, 2, 0, 851712, 682580034, non, 1, 58, 54, A#3 +10263, 1, 512, 852224, 683008578, nof, 0, 70, 0, +10264, 1, 0, 852224, 683008578, nof, 0, 73, 0, +10265, 1, 0, 852224, 683008578, nof, 0, 78, 0, +10266, 1, 0, 852224, 683008578, nof, 0, 81, 0, +10267, 1, 0, 852224, 683008578, non, 0, 67, 36, G4 +10268, 1, 0, 852224, 683008578, non, 0, 72, 36, C5 +10269, 1, 0, 852224, 683008578, non, 0, 75, 52, D#5 + 1170, 0, 1536, 852736, 683437122,tempo,66,bpm,, +10270, 1, 512, 852736, 683437122, nof, 0, 67, 0, +10271, 1, 0, 852736, 683437122, nof, 0, 72, 0, +10272, 1, 0, 852736, 683437122, nof, 0, 75, 0, +10273, 1, 0, 852736, 683437122, non, 0, 73, 42, C#5 +10274, 1, 0, 852736, 683437122, non, 0, 76, 42, E5 +10275, 1, 0, 852736, 683437122, non, 0, 81, 42, A5 +10276, 1, 0, 852736, 683437122, non, 0, 84, 58, C6 +16364, 2, 1024, 852736, 683437122, nof, 1, 46, 0, +16365, 2, 0, 852736, 683437122, nof, 1, 58, 0, +16366, 2, 0, 852736, 683437122, non, 1, 52, 42, E3 +16367, 2, 0, 852736, 683437122, non, 1, 64, 54, E4 +10277, 1, 512, 853248, 683891266, nof, 0, 73, 0, +10278, 1, 0, 853248, 683891266, nof, 0, 76, 0, +10279, 1, 0, 853248, 683891266, nof, 0, 81, 0, +10280, 1, 0, 853248, 683891266, nof, 0, 84, 0, +10281, 1, 0, 853248, 683891266, non, 0, 70, 36, A#4 +10282, 1, 0, 853248, 683891266, non, 0, 75, 36, D#5 +10283, 1, 0, 853248, 683891266, non, 0, 78, 52, F#5 +10284, 1, 512, 853760, 684345410, ctl, 0, 64, 0, +10285, 1, 0, 853760, 684345410, nof, 0, 70, 0, +10286, 1, 0, 853760, 684345410, nof, 0, 75, 0, +10287, 1, 0, 853760, 684345410, nof, 0, 78, 0, +10288, 1, 0, 853760, 684345410, non, 0, 60, 64, C4 +16368, 2, 1024, 853760, 684345410, ctl, 1, 64,127, +16369, 2, 0, 853760, 684345410, nof, 1, 52, 0, +16370, 2, 0, 853760, 684345410, nof, 1, 64, 0, +16371, 2, 0, 853760, 684345410, non, 1, 33, 51, A1 +16372, 2, 0, 853760, 684345410, non, 1, 39, 51, D#2 +16373, 2, 212, 853972, 684533454, ctl, 1, 64, 0, +16374, 2, 259, 854231, 684763187, ctl, 1, 64,127, + 1171, 0, 2048, 854784, 685253698,tempo,50,bpm,, +10289, 1, 1024, 854784, 685253698, nof, 0, 60, 0, +10290, 1, 0, 854784, 685253698, non, 0, 85, 54, C#6 +10291, 1, 0, 854784, 685253698, non, 0, 88, 54, E6 +10292, 1, 0, 854784, 685253698, non, 0, 93, 54, A6 +10293, 1, 0, 854784, 685253698, non, 0, 96, 70, C7 +16375, 2, 553, 854784, 685253698, nof, 1, 33, 0, +16376, 2, 0, 854784, 685253698, nof, 1, 39, 0, +16377, 2, 0, 854784, 685253698, non, 1, 64, 54, E4 +16378, 2, 0, 854784, 685253698, non, 1, 76, 66, E5 + 1172, 0, 512, 855296, 685853250,tempo,70,bpm,, +10294, 1, 512, 855296, 685853250, nof, 0, 85, 0, +10295, 1, 0, 855296, 685853250, nof, 0, 88, 0, +10296, 1, 0, 855296, 685853250, nof, 0, 93, 0, +10297, 1, 0, 855296, 685853250, nof, 0, 96, 0, +10298, 1, 0, 855296, 685853250, non, 0, 82, 48, A#5 +10299, 1, 0, 855296, 685853250, non, 0, 87, 48, D#6 +10300, 1, 0, 855296, 685853250, non, 0, 90, 64, F#6 +10301, 1, 512, 855808, 686281794, ctl, 0, 64,127, +10302, 1, 0, 855808, 686281794, nof, 0, 82, 0, +10303, 1, 0, 855808, 686281794, nof, 0, 87, 0, +10304, 1, 0, 855808, 686281794, nof, 0, 90, 0, +10305, 1, 0, 855808, 686281794, non, 0, 82, 54, A#5 +10306, 1, 0, 855808, 686281794, non, 0, 85, 54, C#6 +10307, 1, 0, 855808, 686281794, non, 0, 90, 54, F#6 +10308, 1, 0, 855808, 686281794, non, 0, 93, 70, A6 +16379, 2, 1024, 855808, 686281794, ctl, 1, 64,127, +16380, 2, 0, 855808, 686281794, nof, 1, 64, 0, +16381, 2, 0, 855808, 686281794, nof, 1, 76, 0, +16382, 2, 0, 855808, 686281794, non, 1, 58, 54, A#3 +16383, 2, 0, 855808, 686281794, non, 1, 70, 66, A#4 + 1173, 0, 1024, 856320, 686710338,tempo,70,bpm,, +10309, 1, 512, 856320, 686710338, nof, 0, 82, 0, +10310, 1, 0, 856320, 686710338, nof, 0, 85, 0, +10311, 1, 0, 856320, 686710338, nof, 0, 90, 0, +10312, 1, 0, 856320, 686710338, nof, 0, 93, 0, +10313, 1, 0, 856320, 686710338, non, 0, 79, 48, G5 +10314, 1, 0, 856320, 686710338, non, 0, 84, 48, C6 +10315, 1, 0, 856320, 686710338, non, 0, 87, 64, D#6 + 1174, 0, 512, 856832, 687138882,tempo,70,bpm,, +10316, 1, 512, 856832, 687138882, nof, 0, 79, 0, +10317, 1, 0, 856832, 687138882, nof, 0, 84, 0, +10318, 1, 0, 856832, 687138882, nof, 0, 87, 0, +10319, 1, 0, 856832, 687138882, non, 0, 85, 54, C#6 +10320, 1, 0, 856832, 687138882, non, 0, 88, 54, E6 +10321, 1, 0, 856832, 687138882, non, 0, 93, 54, A6 +10322, 1, 0, 856832, 687138882, non, 0, 96, 70, C7 +16384, 2, 1024, 856832, 687138882, nof, 1, 58, 0, +16385, 2, 0, 856832, 687138882, nof, 1, 70, 0, +16386, 2, 0, 856832, 687138882, non, 1, 64, 54, E4 +16387, 2, 0, 856832, 687138882, non, 1, 76, 66, E5 + 1175, 0, 512, 857344, 687567426,tempo,80,bpm,, +10323, 1, 512, 857344, 687567426, nof, 0, 85, 0, +10324, 1, 0, 857344, 687567426, nof, 0, 88, 0, +10325, 1, 0, 857344, 687567426, nof, 0, 93, 0, +10326, 1, 0, 857344, 687567426, nof, 0, 96, 0, +10327, 1, 0, 857344, 687567426, non, 0, 82, 48, A#5 +10328, 1, 0, 857344, 687567426, non, 0, 87, 48, D#6 +10329, 1, 0, 857344, 687567426, non, 0, 90, 64, F#6 + 1176, 0, 512, 857856, 687942210,tsig,9,4,, +10330, 1, 512, 857856, 687942210, ctl, 0, 64,127, +10331, 1, 0, 857856, 687942210, ctl, 0, 64, 0, +10332, 1, 0, 857856, 687942210, nof, 0, 82, 0, +10333, 1, 0, 857856, 687942210, nof, 0, 87, 0, +10334, 1, 0, 857856, 687942210, nof, 0, 90, 0, +10335, 1, 0, 857856, 687942210, non, 0, 48, 55, C3 +10336, 1, 0, 857856, 687942210, non, 0, 60, 71, C4 +16388, 2, 1024, 857856, 687942210, ctl, 1, 64,127, +16389, 2, 0, 857856, 687942210, nof, 1, 64, 0, +16390, 2, 0, 857856, 687942210, nof, 1, 76, 0, +16391, 2, 64, 857920, 687989058, non, 1, 21, 61, A0 +16392, 2, 64, 857984, 688035906, non, 1, 27, 61, D#1 +10337, 1, 129, 857985, 688036638, ctl, 0, 64, 0, +16393, 2, 1, 857985, 688036638, ctl, 1, 64, 0, +16394, 2, 63, 858048, 688082754, non, 1, 33, 61, A1 +10338, 1, 111, 858096, 688117890, ctl, 0, 64,127, +16395, 2, 48, 858096, 688117890, ctl, 1, 64,127, +10339, 1, 16, 858112, 688129602, non, 0, 55, 55, G3 +10340, 1, 0, 858112, 688129602, non, 0, 61, 55, C#4 +10341, 1, 0, 858112, 688129602, non, 0, 67, 71, G4 +16396, 2, 16, 858112, 688129602, non, 1, 39, 77, D#2 +10342, 1, 2, 858114, 688131066, ctl, 0, 64,127, + 1177, 0, 1280, 859136, 688879170,tempo,70,bpm,, +10343, 1, 1022, 859136, 688879170, nof, 0, 48, 0, +10344, 1, 0, 859136, 688879170, nof, 0, 60, 0, +10345, 1, 0, 859136, 688879170, nof, 0, 55, 0, +10346, 1, 0, 859136, 688879170, nof, 0, 61, 0, +10347, 1, 0, 859136, 688879170, nof, 0, 67, 0, +10348, 1, 0, 859136, 688879170, non, 0, 94, 61, A#6 +10349, 1, 0, 859136, 688879170, non, 0, 97, 61, C#7 +10350, 1, 0, 859136, 688879170, non, 0,102, 61, F#7 +10351, 1, 0, 859136, 688879170, non, 0,105, 79, A7 +16397, 2, 1024, 859136, 688879170, nof, 1, 21, 0, +16398, 2, 0, 859136, 688879170, nof, 1, 27, 0, +16399, 2, 0, 859136, 688879170, nof, 1, 33, 0, +16400, 2, 0, 859136, 688879170, nof, 1, 39, 0, +16401, 2, 0, 859136, 688879170, non, 1, 73, 67, C#5 +16402, 2, 0, 859136, 688879170, non, 1, 76, 67, E5 +16403, 2, 0, 859136, 688879170, non, 1, 79, 67, G5 +16404, 2, 0, 859136, 688879170, non, 1, 81, 67, A5 +16405, 2, 0, 859136, 688879170, non, 1, 84, 85, C6 + 1178, 0, 512, 859648, 689307714,tempo,90,bpm,, +10352, 1, 512, 859648, 689307714, nof, 0, 94, 0, +10353, 1, 0, 859648, 689307714, nof, 0, 97, 0, +10354, 1, 0, 859648, 689307714, nof, 0,102, 0, +10355, 1, 0, 859648, 689307714, nof, 0,105, 0, +10356, 1, 0, 859648, 689307714, non, 0, 91, 61, G6 +10357, 1, 0, 859648, 689307714, non, 0, 96, 61, C7 +10358, 1, 0, 859648, 689307714, non, 0, 99, 80, D#7 + 1179, 0, 512, 860160, 689641026,tsig,2,2,, +10359, 1, 512, 860160, 689641026, ctl, 0, 64,127, +10360, 1, 0, 860160, 689641026, nof, 0, 91, 0, +10361, 1, 0, 860160, 689641026, nof, 0, 96, 0, +10362, 1, 0, 860160, 689641026, nof, 0, 99, 0, +10363, 1, 0, 860160, 689641026, non, 0, 94, 62, A#6 +10364, 1, 0, 860160, 689641026, non, 0, 97, 62, C#7 +10365, 1, 0, 860160, 689641026, non, 0,102, 62, F#7 +10366, 1, 0, 860160, 689641026, non, 0,105, 81, A7 +16406, 2, 1024, 860160, 689641026, ctl, 1, 64,127, +16407, 2, 0, 860160, 689641026, nof, 1, 73, 0, +16408, 2, 0, 860160, 689641026, nof, 1, 76, 0, +16409, 2, 0, 860160, 689641026, nof, 1, 79, 0, +16410, 2, 0, 860160, 689641026, nof, 1, 81, 0, +16411, 2, 0, 860160, 689641026, nof, 1, 84, 0, +16412, 2, 0, 860160, 689641026, non, 1, 64, 68, E4 +16413, 2, 0, 860160, 689641026, non, 1, 76, 87, E5 + 1180, 0, 512, 860672, 689974338,tempo,100,bpm,, +10367, 1, 512, 860672, 689974338, nof, 0, 94, 0, +10368, 1, 0, 860672, 689974338, nof, 0, 97, 0, +10369, 1, 0, 860672, 689974338, nof, 0,102, 0, +10370, 1, 0, 860672, 689974338, nof, 0,105, 0, +10371, 1, 0, 860672, 689974338, non, 0, 91, 62, G6 +10372, 1, 0, 860672, 689974338, non, 0, 96, 62, C7 +10373, 1, 0, 860672, 689974338, non, 0, 99, 81, D#7 + 1181, 0, 512, 861184, 690273858,tempo,110,bpm,, +10374, 1, 512, 861184, 690273858, nof, 0, 91, 0, +10375, 1, 0, 861184, 690273858, nof, 0, 96, 0, +10376, 1, 0, 861184, 690273858, nof, 0, 99, 0, +10377, 1, 0, 861184, 690273858, non, 0, 94, 62, A#6 +10378, 1, 0, 861184, 690273858, non, 0, 97, 62, C#7 +10379, 1, 0, 861184, 690273858, non, 0,102, 62, F#7 +10380, 1, 0, 861184, 690273858, non, 0,105, 81, A7 +16414, 2, 1024, 861184, 690273858, nof, 1, 64, 0, +16415, 2, 0, 861184, 690273858, nof, 1, 76, 0, +16416, 2, 0, 861184, 690273858, non, 1, 73, 68, C#5 +16417, 2, 0, 861184, 690273858, non, 1, 76, 68, E5 +16418, 2, 0, 861184, 690273858, non, 1, 79, 68, G5 +16419, 2, 0, 861184, 690273858, non, 1, 81, 68, A5 +16420, 2, 0, 861184, 690273858, non, 1, 84, 87, C6 +10381, 1, 512, 861696, 690546242, nof, 0, 94, 0, +10382, 1, 0, 861696, 690546242, nof, 0, 97, 0, +10383, 1, 0, 861696, 690546242, nof, 0,102, 0, +10384, 1, 0, 861696, 690546242, nof, 0,105, 0, +10385, 1, 0, 861696, 690546242, non, 0, 91, 63, G6 +10386, 1, 0, 861696, 690546242, non, 0, 96, 63, C7 +10387, 1, 0, 861696, 690546242, non, 0, 99, 82, D#7 + 1182, 0, 1024, 862208, 690818626,tempo,120,bpm,, +10388, 1, 512, 862208, 690818626, ctl, 0, 64,127, +10389, 1, 0, 862208, 690818626, nof, 0, 91, 0, +10390, 1, 0, 862208, 690818626, nof, 0, 96, 0, +10391, 1, 0, 862208, 690818626, nof, 0, 99, 0, +10392, 1, 0, 862208, 690818626, non, 0, 94, 63, A#6 +10393, 1, 0, 862208, 690818626, non, 0, 97, 63, C#7 +10394, 1, 0, 862208, 690818626, non, 0,102, 63, F#7 +10395, 1, 0, 862208, 690818626, non, 0,105, 83, A7 +16421, 2, 1024, 862208, 690818626, ctl, 1, 64,127, +16422, 2, 0, 862208, 690818626, nof, 1, 73, 0, +16423, 2, 0, 862208, 690818626, nof, 1, 76, 0, +16424, 2, 0, 862208, 690818626, nof, 1, 79, 0, +16425, 2, 0, 862208, 690818626, nof, 1, 81, 0, +16426, 2, 0, 862208, 690818626, nof, 1, 84, 0, +16427, 2, 0, 862208, 690818626, non, 1, 58, 69, A#3 +16428, 2, 0, 862208, 690818626, non, 1, 70, 89, A#4 + 1183, 0, 512, 862720, 691068482,tempo,130,bpm,, +10396, 1, 512, 862720, 691068482, nof, 0, 94, 0, +10397, 1, 0, 862720, 691068482, nof, 0, 97, 0, +10398, 1, 0, 862720, 691068482, nof, 0,102, 0, +10399, 1, 0, 862720, 691068482, nof, 0,105, 0, +10400, 1, 0, 862720, 691068482, non, 0, 91, 63, G6 +10401, 1, 0, 862720, 691068482, non, 0, 96, 63, C7 +10402, 1, 0, 862720, 691068482, non, 0, 99, 83, D#7 + 1184, 0, 512, 863232, 691298882,tempo,140,bpm,, +10403, 1, 512, 863232, 691298882, nof, 0, 91, 0, +10404, 1, 0, 863232, 691298882, nof, 0, 96, 0, +10405, 1, 0, 863232, 691298882, nof, 0, 99, 0, +10406, 1, 0, 863232, 691298882, non, 0, 94, 64, A#6 +10407, 1, 0, 863232, 691298882, non, 0, 97, 64, C#7 +10408, 1, 0, 863232, 691298882, non, 0,102, 64, F#7 +10409, 1, 0, 863232, 691298882, non, 0,105, 84, A7 +16429, 2, 1024, 863232, 691298882, nof, 1, 58, 0, +16430, 2, 0, 863232, 691298882, nof, 1, 70, 0, +16431, 2, 0, 863232, 691298882, non, 1, 73, 70, C#5 +16432, 2, 0, 863232, 691298882, non, 1, 76, 70, E5 +16433, 2, 0, 863232, 691298882, non, 1, 79, 70, G5 +16434, 2, 0, 863232, 691298882, non, 1, 81, 70, A5 +16435, 2, 0, 863232, 691298882, non, 1, 84, 90, C6 +10410, 1, 512, 863744, 691512898, nof, 0, 94, 0, +10411, 1, 0, 863744, 691512898, nof, 0, 97, 0, +10412, 1, 0, 863744, 691512898, nof, 0,102, 0, +10413, 1, 0, 863744, 691512898, nof, 0,105, 0, +10414, 1, 0, 863744, 691512898, non, 0, 91, 64, G6 +10415, 1, 0, 863744, 691512898, non, 0, 96, 64, C7 +10416, 1, 0, 863744, 691512898, non, 0, 99, 84, D#7 +10417, 1, 512, 864256, 691726914, ctl, 0, 64,127, +10418, 1, 0, 864256, 691726914, nof, 0, 91, 0, +10419, 1, 0, 864256, 691726914, nof, 0, 96, 0, +10420, 1, 0, 864256, 691726914, nof, 0, 99, 0, +10421, 1, 0, 864256, 691726914, non, 0, 94, 65, A#6 +10422, 1, 0, 864256, 691726914, non, 0, 97, 65, C#7 +10423, 1, 0, 864256, 691726914, non, 0,102, 65, F#7 +10424, 1, 0, 864256, 691726914, non, 0,105, 85, A7 +16436, 2, 1024, 864256, 691726914, ctl, 1, 64,127, +16437, 2, 0, 864256, 691726914, nof, 1, 73, 0, +16438, 2, 0, 864256, 691726914, nof, 1, 76, 0, +16439, 2, 0, 864256, 691726914, nof, 1, 79, 0, +16440, 2, 0, 864256, 691726914, nof, 1, 81, 0, +16441, 2, 0, 864256, 691726914, nof, 1, 84, 0, +16442, 2, 0, 864256, 691726914, non, 1, 64, 71, E4 +16443, 2, 0, 864256, 691726914, non, 1, 76, 91, E5 +10425, 1, 512, 864768, 691940930, nof, 0, 94, 0, +10426, 1, 0, 864768, 691940930, nof, 0, 97, 0, +10427, 1, 0, 864768, 691940930, nof, 0,102, 0, +10428, 1, 0, 864768, 691940930, nof, 0,105, 0, +10429, 1, 0, 864768, 691940930, non, 0, 91, 65, G6 +10430, 1, 0, 864768, 691940930, non, 0, 96, 65, C7 +10431, 1, 0, 864768, 691940930, non, 0, 99, 85, D#7 +10432, 1, 512, 865280, 692154946, nof, 0, 91, 0, +10433, 1, 0, 865280, 692154946, nof, 0, 96, 0, +10434, 1, 0, 865280, 692154946, nof, 0, 99, 0, +10435, 1, 0, 865280, 692154946, non, 0, 94, 65, A#6 +10436, 1, 0, 865280, 692154946, non, 0, 97, 65, C#7 +10437, 1, 0, 865280, 692154946, non, 0,102, 65, F#7 +10438, 1, 0, 865280, 692154946, non, 0,105, 86, A7 +16444, 2, 1024, 865280, 692154946, nof, 1, 64, 0, +16445, 2, 0, 865280, 692154946, nof, 1, 76, 0, +16446, 2, 0, 865280, 692154946, non, 1, 73, 72, C#5 +16447, 2, 0, 865280, 692154946, non, 1, 76, 72, E5 +16448, 2, 0, 865280, 692154946, non, 1, 79, 72, G5 +16449, 2, 0, 865280, 692154946, non, 1, 81, 72, A5 +16450, 2, 0, 865280, 692154946, non, 1, 84, 92, C6 + 1185, 0, 2560, 865792, 692368962,tempo,90,bpm,, +10439, 1, 512, 865792, 692368962, nof, 0, 94, 0, +10440, 1, 0, 865792, 692368962, nof, 0, 97, 0, +10441, 1, 0, 865792, 692368962, nof, 0,102, 0, +10442, 1, 0, 865792, 692368962, nof, 0,105, 0, +10443, 1, 0, 865792, 692368962, non, 0, 91, 66, G6 +10444, 1, 0, 865792, 692368962, non, 0, 96, 66, C7 +10445, 1, 0, 865792, 692368962, non, 0, 99, 86, D#7 +16451, 2, 991, 866271, 692680791, non, 1, 37, 55, C#2 + 1186, 0, 512, 866304, 692702274,tempo,120,bpm,, +10446, 1, 512, 866304, 692702274, ctl, 0, 64,127, +10447, 1, 0, 866304, 692702274, nof, 0, 91, 0, +10448, 1, 0, 866304, 692702274, nof, 0, 96, 0, +10449, 1, 0, 866304, 692702274, nof, 0, 99, 0, +16452, 2, 33, 866304, 692702274, ctl, 1, 64,127, +16453, 2, 0, 866304, 692702274, nof, 1, 73, 0, +16454, 2, 0, 866304, 692702274, nof, 1, 76, 0, +16455, 2, 0, 866304, 692702274, nof, 1, 79, 0, +16456, 2, 0, 866304, 692702274, nof, 1, 81, 0, +16457, 2, 0, 866304, 692702274, nof, 1, 84, 0, +16458, 2, 39, 866343, 692721306, non, 1, 40, 56, E2 +16459, 2, 25, 866368, 692733506, nof, 1, 37, 0, +16460, 2, 64, 866432, 692764738, nof, 1, 40, 0, +16461, 2, 2, 866434, 692765714, non, 1, 45, 59, A2 +16462, 2, 36, 866470, 692783282, non, 1, 43, 57, G2 +16463, 2, 32, 866502, 692798898, nof, 1, 43, 0, +16464, 2, 55, 866557, 692825738, non, 1, 48, 60, C3 +16465, 2, 3, 866560, 692827202, nof, 1, 45, 0, +16466, 2, 64, 866624, 692858434, nof, 1, 48, 0, +16467, 2, 10, 866634, 692863314, non, 1, 49, 61, C#3 +16468, 2, 54, 866688, 692889666, nof, 1, 49, 0, +16469, 2, 14, 866702, 692896498, non, 1, 52, 62, E3 +16470, 2, 50, 866752, 692920898, nof, 1, 52, 0, +16471, 2, 7, 866759, 692924314, non, 1, 55, 64, G3 +16472, 2, 50, 866809, 692948714, non, 1, 57, 65, A3 +16473, 2, 7, 866816, 692952130, nof, 1, 55, 0, +16474, 2, 56, 866872, 692979458, non, 1, 60, 66, C4 +16475, 2, 8, 866880, 692983362, nof, 1, 57, 0, +16476, 2, 64, 866944, 693014594, nof, 1, 60, 0, +16477, 2, 6, 866950, 693017522, non, 1, 61, 67, C#4 +16478, 2, 58, 867008, 693045826, nof, 1, 61, 0, +16479, 2, 31, 867039, 693060954, non, 1, 64, 68, E4 +16480, 2, 21, 867060, 693071202, non, 1, 67, 70, G4 +16481, 2, 12, 867072, 693077058, nof, 1, 64, 0, +16482, 2, 45, 867117, 693099018, non, 1, 69, 71, A4 +16483, 2, 19, 867136, 693108290, nof, 1, 67, 0, +16484, 2, 64, 867200, 693139522, nof, 1, 69, 0, +16485, 2, 2, 867202, 693140498, non, 1, 72, 72, C5 +16486, 2, 45, 867247, 693162458, non, 1, 73, 73, C#5 +16487, 2, 17, 867264, 693170754, nof, 1, 72, 0, +16488, 2, 64, 867328, 693201986, nof, 1, 73, 0, +16489, 2, 9, 867337, 693206378, non, 1, 79, 76, G5 +16490, 2, 17, 867354, 693214674, non, 1, 76, 75, E5 +16491, 2, 38, 867392, 693233218, nof, 1, 76, 0, +16492, 2, 64, 867456, 693264450, nof, 1, 79, 0, +16493, 2, 13, 867469, 693270794, non, 1, 81, 77, A5 +16494, 2, 51, 867520, 693295682, nof, 1, 81, 0, +16495, 2, 43, 867563, 693316666, non, 1, 84, 78, C6 +16496, 2, 32, 867595, 693332282, nof, 1, 84, 0, +16497, 2, 11, 867606, 693337650, non, 1, 88, 79, E6 +16498, 2, 28, 867634, 693351314, non, 1, 91, 81, G6 +16499, 2, 14, 867648, 693358146, nof, 1, 88, 0, +16500, 2, 55, 867703, 693384986, non, 1, 93, 82, A6 +16501, 2, 9, 867712, 693389378, nof, 1, 91, 0, +16502, 2, 19, 867731, 693398650, non, 1, 96, 83, C7 +16503, 2, 45, 867776, 693420610, nof, 1, 93, 0, +16504, 2, 8, 867784, 693424514, non, 1,100, 84, E7 +16505, 2, 56, 867840, 693451842, nof, 1, 96, 0, +16506, 2, 64, 867904, 693483074, nof, 1,100, 0, +16507, 2, 1, 867905, 693483562, non, 1,103, 86, G7 +16508, 2, 52, 867957, 693508938, non, 1,105, 87, A7 +16509, 2, 11, 867968, 693514306, nof, 1,103, 0, +16510, 2, 47, 868015, 693537242, non, 1,108, 88, C8 +16511, 2, 17, 868032, 693545538, nof, 1,105, 0, +16512, 2, 48, 868080, 693568962, ctl, 1, 64,127, + 1187, 0, 1792, 868096, 693576770,tempo,4,bpm,, + 1188, 0, 0, 868096, 693576770,tempo,4,bpm,, +16513, 2, 16, 868096, 693576770, nof, 1,108, 0, + 1189, 0, 128, 868224, 695229506,tempo,50,bpm,, +16514, 2, 128, 868224, 695229506, non, 1, 33, 22, A1 +16515, 2, 0, 868224, 695229506, non, 1, 39, 22, D#2 +16516, 2, 23, 868247, 695256439, ctl, 1, 64, 0, +16517, 2, 43, 868290, 695306792, ctl, 1, 64,127, + 1190, 0, 128, 868352, 695379394,tempo,66,bpm,, +10450, 1, 2048, 868352, 695379394, ctl, 0, 64,127, +10451, 1, 0, 868352, 695379394, non, 0, 61, 37, C#4 +10452, 1, 0, 868352, 695379394, non, 0, 64, 55, E4 +10453, 1, 0, 868352, 695379394, non, 0, 69, 37, A4 +10454, 1, 0, 868352, 695379394, non, 0, 72, 53, C5 +16518, 2, 62, 868352, 695379394, ctl, 1, 64,127, +16519, 2, 0, 868352, 695379394, non, 1, 46, 22, A#2 +16520, 2, 0, 868352, 695379394, non, 1, 52, 34, E3 +16521, 2, 1920, 870272, 697082434, nof, 1, 33, 0, +16522, 2, 0, 870272, 697082434, nof, 1, 39, 0, +16523, 2, 0, 870272, 697082434, nof, 1, 46, 0, +16524, 2, 0, 870272, 697082434, nof, 1, 52, 0, +16525, 2, 0, 870272, 697082434, non, 1, 33, 22, A1 +16526, 2, 0, 870272, 697082434, non, 1, 39, 22, D#2 +10455, 1, 2048, 870400, 697195970, ctl, 0, 64, 0, +10456, 1, 0, 870400, 697195970, nof, 0, 61, 0, +10457, 1, 0, 870400, 697195970, nof, 0, 69, 0, +10458, 1, 0, 870400, 697195970, nof, 0, 72, 0, +10459, 1, 0, 870400, 697195970, non, 0, 61, 37, C#4 +10460, 1, 0, 870400, 697195970, non, 0, 69, 37, A4 +10461, 1, 0, 870400, 697195970, non, 0, 72, 53, C5 +16527, 2, 128, 870400, 697195970, ctl, 1, 64,127, +16528, 2, 0, 870400, 697195970, non, 1, 46, 22, A#2 +16529, 2, 0, 870400, 697195970, non, 1, 52, 34, E3 +16530, 2, 141, 870541, 697321037, ctl, 1, 64, 0, +16531, 2, 177, 870718, 697478036, ctl, 1, 64,127, +10462, 1, 1365, 871765, 698406725, nof, 0, 64, 0, +10463, 1, 0, 871765, 698406725, non, 0, 65, 55, F4 +16532, 2, 1602, 872320, 698899010, nof, 1, 33, 0, +16533, 2, 0, 872320, 698899010, nof, 1, 39, 0, +16534, 2, 0, 872320, 698899010, nof, 1, 46, 0, +16535, 2, 0, 872320, 698899010, nof, 1, 52, 0, +16536, 2, 0, 872320, 698899010, non, 1, 33, 22, A1 +16537, 2, 0, 872320, 698899010, non, 1, 39, 22, D#2 +10464, 1, 683, 872448, 699012546, ctl, 0, 64, 0, +10465, 1, 0, 872448, 699012546, nof, 0, 61, 0, +10466, 1, 0, 872448, 699012546, nof, 0, 69, 0, +10467, 1, 0, 872448, 699012546, nof, 0, 72, 0, +10468, 1, 0, 872448, 699012546, non, 0, 61, 37, C#4 +10469, 1, 0, 872448, 699012546, non, 0, 69, 37, A4 +10470, 1, 0, 872448, 699012546, non, 0, 72, 53, C5 +16538, 2, 128, 872448, 699012546, ctl, 1, 64,127, +16539, 2, 0, 872448, 699012546, non, 1, 46, 22, A#2 +16540, 2, 0, 872448, 699012546, non, 1, 53, 34, F3 +16541, 2, 88, 872536, 699090602, ctl, 1, 64, 0, +16542, 2, 175, 872711, 699245827, ctl, 1, 64,127, + 1191, 0, 4779, 873131, 699618367,tempo,50,bpm,, +10471, 1, 683, 873131, 699618367, nof, 0, 65, 0, +10472, 1, 0, 873131, 699618367, non, 0, 63, 51, D#4 +16543, 2, 761, 873472, 700017678, nof, 1, 33, 0, +16544, 2, 0, 873472, 700017678, nof, 1, 39, 0, +16545, 2, 0, 873472, 700017678, nof, 1, 46, 0, +16546, 2, 0, 873472, 700017678, nof, 1, 53, 0, + 1192, 0, 682, 873813, 700416989,tempo,40,bpm,, +10473, 1, 682, 873813, 700416989, nof, 0, 63, 0, +10474, 1, 0, 873813, 700416989, non, 0, 61, 48, C#4 + 1193, 0, 683, 874496, 701416901,tempo,66,bpm,, +10475, 1, 683, 874496, 701416901, ctl, 0, 64, 0, +10476, 1, 0, 874496, 701416901, nof, 0, 61, 0, +10477, 1, 0, 874496, 701416901, nof, 0, 69, 0, +10478, 1, 0, 874496, 701416901, nof, 0, 72, 0, +10479, 1, 0, 874496, 701416901, nof, 0, 61, 0, +10480, 1, 0, 874496, 701416901, non, 0, 52, 23, E3 +10481, 1, 0, 874496, 701416901, non, 0, 58, 23, A#3 +10482, 1, 0, 874496, 701416901, non, 0, 60, 40, C4 +16547, 2, 1024, 874496, 701416901, ctl, 1, 64,127, +16548, 2, 0, 874496, 701416901, non, 1, 30, 18, F#1 +16549, 2, 0, 874496, 701416901, non, 1, 42, 18, F#2 +16550, 2, 112, 874608, 701516245, ctl, 1, 64, 0, +16551, 2, 167, 874775, 701664374, ctl, 1, 64,127, + 1194, 0, 683, 875179, 702022722,tempo,90,bpm,, +10483, 1, 683, 875179, 702022722, nof, 0, 52, 0, +10484, 1, 0, 875179, 702022722, nof, 0, 58, 0, +10485, 1, 0, 875179, 702022722, nof, 0, 60, 0, +10486, 1, 0, 875179, 702022722, non, 0, 64, 40, E4 + 1195, 0, 341, 875520, 702244713,tempo,100,bpm,, +10487, 1, 341, 875520, 702244713, nof, 0, 64, 0, +10488, 1, 0, 875520, 702244713, non, 0, 68, 38, G#4 +16552, 2, 745, 875520, 702244713, nof, 1, 30, 0, +16553, 2, 0, 875520, 702244713, nof, 1, 42, 0, +10489, 1, 341, 875861, 702444198, nof, 0, 68, 0, +10490, 1, 0, 875861, 702444198, non, 0, 70, 35, A#4 +10491, 1, 342, 876203, 702644268, nof, 0, 70, 0, +10492, 1, 0, 876203, 702644268, non, 0, 72, 33, C5 + 1196, 0, 1024, 876544, 702843753,tempo,110,bpm,, +10493, 1, 341, 876544, 702843753, ctl, 0, 64,127, +10494, 1, 0, 876544, 702843753, nof, 0, 72, 0, +10495, 1, 0, 876544, 702843753, non, 0, 75, 34, D#5 +16554, 2, 1024, 876544, 702843753, ctl, 1, 64,127, +10496, 1, 128, 876672, 702911849, nof, 0, 75, 0, +10497, 1, 0, 876672, 702911849, non, 0, 76, 31, E5 +10498, 1, 128, 876800, 702979945, nof, 0, 76, 0, +10499, 1, 0, 876800, 702979945, non, 0, 75, 29, D#5 +10500, 1, 128, 876928, 703048041, nof, 0, 75, 0, +10501, 1, 0, 876928, 703048041, non, 0, 76, 31, E5 +10502, 1, 128, 877056, 703116137, nof, 0, 76, 0, +10503, 1, 0, 877056, 703116137, non, 0, 75, 27, D#5 +10504, 1, 128, 877184, 703184233, nof, 0, 75, 0, +10505, 1, 0, 877184, 703184233, non, 0, 76, 26, E5 + 1197, 0, 683, 877227, 703207109,tempo,120,bpm,, +16555, 2, 683, 877227, 703207109, non, 1, 58, 22, A#3 +10506, 1, 128, 877312, 703248589, nof, 0, 76, 0, +10507, 1, 0, 877312, 703248589, non, 0, 75, 26, D#5 +10508, 1, 128, 877440, 703311053, nof, 0, 75, 0, +10509, 1, 0, 877440, 703311053, non, 0, 76, 33, E5 +10510, 1, 128, 877568, 703373517, nof, 0, 76, 0, +10511, 1, 0, 877568, 703373517, non, 0, 75, 33, D#5 +16556, 2, 341, 877568, 703373517, nof, 1, 58, 0, +16557, 2, 0, 877568, 703373517, non, 1, 60, 23, C4 +10512, 1, 128, 877696, 703435981, nof, 0, 75, 0, +10513, 1, 0, 877696, 703435981, non, 0, 76, 30, E5 +10514, 1, 128, 877824, 703498445, nof, 0, 76, 0, +10515, 1, 0, 877824, 703498445, non, 0, 75, 28, D#5 +16558, 2, 341, 877909, 703539925, nof, 1, 60, 0, +16559, 2, 0, 877909, 703539925, non, 1, 63, 24, D#4 +10516, 1, 128, 877952, 703560909, nof, 0, 75, 0, +10517, 1, 0, 877952, 703560909, non, 0, 76, 31, E5 +10518, 1, 128, 878080, 703623373, nof, 0, 76, 0, +10519, 1, 0, 878080, 703623373, non, 0, 75, 30, D#5 +10520, 1, 128, 878208, 703685837, nof, 0, 75, 0, +10521, 1, 0, 878208, 703685837, non, 0, 76, 29, E5 +16560, 2, 342, 878251, 703706821, nof, 1, 63, 0, +16561, 2, 0, 878251, 703706821, non, 1, 64, 25, E4 +10522, 1, 128, 878336, 703748301, nof, 0, 76, 0, +10523, 1, 0, 878336, 703748301, non, 0, 75, 31, D#5 +10524, 1, 128, 878464, 703810765, nof, 0, 75, 0, +10525, 1, 0, 878464, 703810765, non, 0, 76, 26, E5 + 1198, 0, 1365, 878592, 703873229,tempo,120,bpm,, +10526, 1, 128, 878592, 703873229, ctl, 0, 64,127, +10527, 1, 0, 878592, 703873229, nof, 0, 76, 0, +16562, 2, 341, 878592, 703873229, ctl, 1, 64,127, +16563, 2, 0, 878592, 703873229, nof, 1, 64, 0, +16564, 2, 0, 878592, 703873229, non, 1, 68, 26, G#4 + 1199, 0, 683, 879275, 704206533,tempo,130,bpm,, +10528, 1, 683, 879275, 704206533, non, 0, 76, 33, E5 +10529, 1, 341, 879616, 704359983, nof, 0, 76, 0, +10530, 1, 0, 879616, 704359983, non, 0, 80, 31, G#5 +16565, 2, 1024, 879616, 704359983, nof, 1, 68, 0, +10531, 1, 341, 879957, 704513433, nof, 0, 80, 0, +10532, 1, 0, 879957, 704513433, non, 0, 82, 29, A#5 +10533, 1, 342, 880299, 704667333, nof, 0, 82, 0, +10534, 1, 0, 880299, 704667333, non, 0, 84, 27, C6 + 1200, 0, 1365, 880640, 704820783,tempo,140,bpm,, +10535, 1, 341, 880640, 704820783, ctl, 0, 64,127, +10536, 1, 0, 880640, 704820783, nof, 0, 84, 0, +10537, 1, 0, 880640, 704820783, non, 0, 87, 25, D#6 +16566, 2, 1024, 880640, 704820783, ctl, 1, 64,127, +10538, 1, 171, 880811, 704892261, nof, 0, 87, 0, +10539, 1, 0, 880811, 704892261, non, 0, 88, 25, E6 +10540, 1, 170, 880981, 704963321, nof, 0, 88, 0, +10541, 1, 0, 880981, 704963321, non, 0, 87, 27, D#6 +10542, 1, 171, 881152, 705034799, nof, 0, 87, 0, +10543, 1, 0, 881152, 705034799, non, 0, 88, 25, E6 +10544, 1, 171, 881323, 705106277, nof, 0, 88, 0, +10545, 1, 0, 881323, 705106277, non, 0, 87, 22, D#6 +16567, 2, 683, 881323, 705106277, non, 1, 70, 20, A#4 +10546, 1, 170, 881493, 705177337, nof, 0, 87, 0, +10547, 1, 0, 881493, 705177337, non, 0, 88, 25, E6 +10548, 1, 171, 881664, 705248815, nof, 0, 88, 0, +10549, 1, 0, 881664, 705248815, non, 0, 87, 27, D#6 +16568, 2, 341, 881664, 705248815, nof, 1, 70, 0, +16569, 2, 0, 881664, 705248815, non, 1, 72, 21, C5 +10550, 1, 171, 881835, 705320293, nof, 0, 87, 0, +10551, 1, 0, 881835, 705320293, non, 0, 88, 23, E6 +10552, 1, 170, 882005, 705391353, nof, 0, 88, 0, +10553, 1, 0, 882005, 705391353, non, 0, 87, 23, D#6 +16570, 2, 341, 882005, 705391353, nof, 1, 72, 0, +16571, 2, 0, 882005, 705391353, non, 1, 75, 22, D#5 +10554, 1, 171, 882176, 705462831, nof, 0, 87, 0, +10555, 1, 0, 882176, 705462831, non, 0, 88, 18, E6 +10556, 1, 171, 882347, 705534309, nof, 0, 88, 0, +10557, 1, 0, 882347, 705534309, non, 0, 87, 17, D#6 +16572, 2, 342, 882347, 705534309, nof, 1, 75, 0, +16573, 2, 0, 882347, 705534309, non, 1, 76, 23, E5 +10558, 1, 170, 882517, 705605369, nof, 0, 87, 0, +10559, 1, 0, 882517, 705605369, non, 0, 88, 14, E6 + 1201, 0, 2048, 882688, 705676847,tempo,150,bpm,, +10560, 1, 171, 882688, 705676847, ctl, 0, 64,127, +10561, 1, 0, 882688, 705676847, nof, 0, 88, 0, +16574, 2, 341, 882688, 705676847, ctl, 1, 64,127, +16575, 2, 0, 882688, 705676847, nof, 1, 76, 0, +16576, 2, 0, 882688, 705676847, non, 1, 80, 36, G#5 +10562, 1, 683, 883371, 705943217, non, 0, 88, 34, E6 +10563, 1, 341, 883712, 706076207, nof, 0, 88, 0, +10564, 1, 0, 883712, 706076207, non, 0, 92, 33, G#6 +16577, 2, 1024, 883712, 706076207, nof, 1, 80, 0, +10565, 1, 341, 884053, 706209197, nof, 0, 92, 0, +10566, 1, 0, 884053, 706209197, non, 0, 94, 31, A#6 +10567, 1, 342, 884395, 706342577, nof, 0, 94, 0, +10568, 1, 0, 884395, 706342577, non, 0, 96, 30, C7 +10569, 1, 341, 884736, 706475567, ctl, 0, 64,127, +10570, 1, 0, 884736, 706475567, nof, 0, 96, 0, +10571, 1, 0, 884736, 706475567, non, 0, 99, 28, D#7 +16578, 2, 1024, 884736, 706475567, ctl, 1, 64,127, +10572, 1, 171, 884907, 706542257, nof, 0, 99, 0, +10573, 1, 0, 884907, 706542257, non, 0,100, 30, E7 +10574, 1, 170, 885077, 706608557, nof, 0,100, 0, +10575, 1, 0, 885077, 706608557, non, 0, 99, 28, D#7 +10576, 1, 171, 885248, 706675247, nof, 0, 99, 0, +10577, 1, 0, 885248, 706675247, non, 0,100, 26, E7 +10578, 1, 171, 885419, 706741937, nof, 0,100, 0, +10579, 1, 0, 885419, 706741937, non, 0, 99, 26, D#7 +16579, 2, 683, 885419, 706741937, non, 1, 82, 37, A#5 +10580, 1, 170, 885589, 706808237, nof, 0, 99, 0, +10581, 1, 0, 885589, 706808237, non, 0,100, 26, E7 +10582, 1, 171, 885760, 706874927, nof, 0,100, 0, +10583, 1, 0, 885760, 706874927, non, 0, 99, 26, D#7 +16580, 2, 341, 885760, 706874927, nof, 1, 82, 0, +16581, 2, 0, 885760, 706874927, non, 1, 84, 35, C6 +10584, 1, 171, 885931, 706941617, nof, 0, 99, 0, +10585, 1, 0, 885931, 706941617, non, 0,100, 28, E7 +10586, 1, 170, 886101, 707007917, nof, 0,100, 0, +10587, 1, 0, 886101, 707007917, non, 0, 99, 26, D#7 +16582, 2, 341, 886101, 707007917, nof, 1, 84, 0, +16583, 2, 0, 886101, 707007917, non, 1, 87, 34, D#6 +10588, 1, 171, 886272, 707074607, nof, 0, 99, 0, +10589, 1, 0, 886272, 707074607, non, 0,100, 25, E7 +10590, 1, 171, 886443, 707141297, nof, 0,100, 0, +10591, 1, 0, 886443, 707141297, non, 0, 99, 24, D#7 +16584, 2, 342, 886443, 707141297, nof, 1, 87, 0, +16585, 2, 0, 886443, 707141297, non, 1, 88, 32, E6 +10592, 1, 170, 886613, 707207597, nof, 0, 99, 0, +10593, 1, 0, 886613, 707207597, non, 0,100, 29, E7 + 1202, 0, 4096, 886784, 707274287,tempo,160,bpm,, +10594, 1, 171, 886784, 707274287, ctl, 0, 64,127, +10595, 1, 0, 886784, 707274287, nof, 0,100, 0, +10596, 1, 0, 886784, 707274287, non, 0, 99, 29, D#7 +16586, 2, 341, 886784, 707274287, ctl, 1, 64,127, +16587, 2, 0, 886784, 707274287, nof, 1, 88, 0, +16588, 2, 0, 886784, 707274287, non, 1, 92, 31, G#6 +10597, 1, 171, 886955, 707336873, nof, 0, 99, 0, +10598, 1, 0, 886955, 707336873, non, 0,100, 29, E7 +10599, 1, 170, 887125, 707399093, nof, 0,100, 0, +10600, 1, 0, 887125, 707399093, non, 0, 99, 23, D#7 +10601, 1, 171, 887296, 707461679, nof, 0, 99, 0, +10602, 1, 0, 887296, 707461679, non, 0,100, 21, E7 +10603, 1, 171, 887467, 707524265, nof, 0,100, 0, +10604, 1, 0, 887467, 707524265, non, 0, 99, 24, D#7 +16589, 2, 683, 887467, 707524265, nof, 1, 92, 0, +16590, 2, 0, 887467, 707524265, non, 1, 82, 23, A#5 +10605, 1, 170, 887637, 707586485, nof, 0, 99, 0, +10606, 1, 0, 887637, 707586485, non, 0,100, 24, E7 +10607, 1, 171, 887808, 707649071, nof, 0,100, 0, +10608, 1, 0, 887808, 707649071, non, 0, 99, 22, D#7 +16591, 2, 341, 887808, 707649071, nof, 1, 82, 0, +16592, 2, 0, 887808, 707649071, non, 1, 84, 21, C6 +10609, 1, 171, 887979, 707711657, nof, 0, 99, 0, +10610, 1, 0, 887979, 707711657, non, 0,100, 20, E7 +10611, 1, 170, 888149, 707773877, nof, 0,100, 0, +10612, 1, 0, 888149, 707773877, non, 0, 99, 20, D#7 +16593, 2, 341, 888149, 707773877, nof, 1, 84, 0, +16594, 2, 0, 888149, 707773877, non, 1, 87, 21, D#6 +10613, 1, 171, 888320, 707836463, nof, 0, 99, 0, +10614, 1, 0, 888320, 707836463, non, 0,100, 20, E7 +10615, 1, 171, 888491, 707899049, nof, 0,100, 0, +10616, 1, 0, 888491, 707899049, non, 0, 99, 21, D#7 +16595, 2, 342, 888491, 707899049, nof, 1, 87, 0, +16596, 2, 0, 888491, 707899049, non, 1, 88, 19, E6 +10617, 1, 170, 888661, 707961269, nof, 0, 99, 0, +10618, 1, 0, 888661, 707961269, non, 0,100, 17, E7 +10619, 1, 171, 888832, 708023855, ctl, 0, 64,127, +10620, 1, 0, 888832, 708023855, nof, 0,100, 0, +10621, 1, 0, 888832, 708023855, non, 0, 99, 18, D#7 +16597, 2, 341, 888832, 708023855, ctl, 1, 64,127, +16598, 2, 0, 888832, 708023855, nof, 1, 88, 0, +16599, 2, 0, 888832, 708023855, non, 1, 92, 17, G#6 +10622, 1, 171, 889003, 708086441, nof, 0, 99, 0, +10623, 1, 0, 889003, 708086441, non, 0,100, 18, E7 +10624, 1, 170, 889173, 708148661, nof, 0,100, 0, +10625, 1, 0, 889173, 708148661, non, 0, 99, 16, D#7 +10626, 1, 171, 889344, 708211247, nof, 0, 99, 0, +10627, 1, 0, 889344, 708211247, non, 0,100, 15, E7 + 1203, 0, 2731, 889515, 708273833,tempo,120,bpm,, +10628, 1, 171, 889515, 708273833, nof, 0,100, 0, +10629, 1, 0, 889515, 708273833, non, 0, 99, 14, D#7 +16600, 2, 683, 889515, 708273833, nof, 1, 92, 0, +16601, 2, 0, 889515, 708273833, non, 1, 82, 15, A#5 +10630, 1, 170, 889685, 708356793, nof, 0, 99, 0, +10631, 1, 0, 889685, 708356793, non, 0,100, 13, E7 + 1204, 0, 341, 889856, 708440241,tempo,140,bpm,, +10632, 1, 171, 889856, 708440241, nof, 0,100, 0, +10633, 1, 0, 889856, 708440241, non, 0, 99, 13, D#7 +16602, 2, 341, 889856, 708440241, nof, 1, 82, 0, +16603, 2, 0, 889856, 708440241, non, 1, 84, 14, C6 +10634, 1, 171, 890027, 708511719, nof, 0, 99, 0, +10635, 1, 0, 890027, 708511719, non, 0,100, 13, E7 +10636, 1, 170, 890197, 708582779, nof, 0,100, 0, +10637, 1, 0, 890197, 708582779, non, 0, 99, 12, D#7 +16604, 2, 341, 890197, 708582779, nof, 1, 84, 0, +16605, 2, 0, 890197, 708582779, non, 1, 87, 13, D#6 +10638, 1, 171, 890368, 708654257, nof, 0, 99, 0, +10639, 1, 0, 890368, 708654257, non, 0,100, 11, E7 +10640, 1, 171, 890539, 708725735, nof, 0,100, 0, +10641, 1, 0, 890539, 708725735, non, 0, 99, 10, D#7 +16606, 2, 342, 890539, 708725735, nof, 1, 87, 0, +16607, 2, 0, 890539, 708725735, non, 1, 88, 12, E6 +10642, 1, 170, 890709, 708796795, nof, 0, 99, 0, +10643, 1, 0, 890709, 708796795, non, 0,100, 9, E7 +10644, 1, 171, 890880, 708868273, ctl, 0, 64,127, +10645, 1, 0, 890880, 708868273, nof, 0,100, 0, +10646, 1, 0, 890880, 708868273, non, 0, 99, 11, D#7 +16608, 2, 341, 890880, 708868273, ctl, 1, 64,127, +16609, 2, 0, 890880, 708868273, nof, 1, 88, 0, +16610, 2, 0, 890880, 708868273, non, 1, 92, 10, G#6 +10647, 1, 171, 891051, 708939751, nof, 0, 99, 0, +10648, 1, 0, 891051, 708939751, non, 0,100, 9, E7 +10649, 1, 170, 891221, 709010811, nof, 0,100, 0, +10650, 1, 0, 891221, 709010811, non, 0, 99, 8, D#7 +10651, 1, 171, 891392, 709082289, nof, 0, 99, 0, +10652, 1, 0, 891392, 709082289, non, 0,100, 10, E7 +10653, 1, 171, 891563, 709153767, nof, 0,100, 0, +10654, 1, 0, 891563, 709153767, non, 0, 99, 7, D#7 +10655, 1, 170, 891733, 709224827, nof, 0, 99, 0, +10656, 1, 0, 891733, 709224827, non, 0,100, 7, E7 +10657, 1, 171, 891904, 709296305, nof, 0,100, 0, +10658, 1, 0, 891904, 709296305, non, 0, 99, 6, D#7 +10659, 1, 171, 892075, 709367783, nof, 0, 99, 0, +10660, 1, 0, 892075, 709367783, non, 0,100, 6, E7 +10661, 1, 170, 892245, 709438843, nof, 0,100, 0, +10662, 1, 0, 892245, 709438843, non, 0, 99, 6, D#7 +10663, 1, 171, 892416, 709510321, nof, 0, 99, 0, +10664, 1, 0, 892416, 709510321, non, 0,100, 6, E7 +10665, 1, 171, 892587, 709581799, nof, 0,100, 0, +10666, 1, 0, 892587, 709581799, non, 0, 99, 5, D#7 +10667, 1, 170, 892757, 709652859, nof, 0, 99, 0, +10668, 1, 0, 892757, 709652859, non, 0,100, 5, E7 +10669, 1, 171, 892928, 709724337, ctl, 0, 64,127, +10670, 1, 0, 892928, 709724337, nof, 0,100, 0, +10671, 1, 0, 892928, 709724337, non, 0, 99, 5, D#7 +16611, 2, 2048, 892928, 709724337, ctl, 1, 64,127, +16612, 2, 0, 892928, 709724337, nof, 1, 92, 0, +10672, 1, 171, 893099, 709795815, nof, 0, 99, 0, +10673, 1, 5, 893104, 709797905, non, 0,100, 5, E7 +10674, 1, 157, 893261, 709863531, non, 0, 99, 4, D#7 +10675, 1, 8, 893269, 709866875, nof, 0,100, 0, +10676, 1, 171, 893440, 709938353, nof, 0, 99, 0, +10677, 1, 9, 893449, 709942115, non, 0,100, 4, E7 +10678, 1, 156, 893605, 710007323, non, 0, 99, 2, D#7 +10679, 1, 6, 893611, 710009831, nof, 0,100, 0, +10680, 1, 170, 893781, 710080891, nof, 0, 99, 0, +10681, 1, 5, 893786, 710082981, non, 0,100, 2, E7 +10682, 1, 166, 893952, 710152369, nof, 0,100, 0, +10683, 1, 1, 893953, 710152787, non, 0, 99, 2, D#7 +10684, 1, 255, 894208, 710259377, nof, 0, 99, 0, +10685, 1, 0, 894208, 710259377, non, 0,100, 2, E7 +10686, 1, 256, 894464, 710366385, nof, 0,100, 0, +10687, 1, 5, 894469, 710368475, non, 0, 99, 2, D#7 +10688, 1, 251, 894720, 710473393, nof, 0, 99, 0, +10689, 1, 7, 894727, 710476319, non, 0,100, 1, E7 +10690, 1, 249, 894976, 710580401, ctl, 0, 64,127, +10691, 1, 0, 894976, 710580401, nof, 0,100, 0, +16613, 2, 2048, 894976, 710580401, ctl, 1, 64,127, +10692, 1, 3, 894979, 710581655, non, 0, 99, 1, D#7 + 1205, 0, 5376, 895232, 710687409,tempo,25,bpm,, +10693, 1, 253, 895232, 710687409, nof, 0, 99, 0, + 1206, 0, 1792, 897024, 714886065,tempo,333,bpm,, +10694, 1, 1792, 897024, 714886065, ctl, 0, 64, 0, +16614, 2, 2048, 897024, 714886065, ctl, 1, 64, 0, +10695, 1, 2048, 899072, 715244465, ctl, 0, 64, 0, +16615, 2, 2048, 899072, 715244465, ctl, 1, 64, 0, + 1207, 0, 2050, 899074, 715244815,eot,,,, +10696, 1, 2, 899074, 715244815,eot,,,, +16616, 2, 2, 899074, 715244815,eot,,,, diff --git a/src/cwtest/cfg/gutim_full/scriabin/scriabin_sonate_7_op64.mid b/src/cwtest/cfg/gutim_full/scriabin/scriabin_sonate_7_op64.mid new file mode 100644 index 0000000000000000000000000000000000000000..9d1bb93e2a2b0e6baa2f06c8067a6b81d9daa4dd GIT binary patch literal 69822 zcmeFa*>l|4mFIVAuac^yD(>Kdo!Am2u_u;H;D<~gu>%B1fMl^&RW-|Mjnv)h?is0< z0TW=cB(++TIpZ0(A3Wo+dmZR zEp?AZis*lu6_0#=Ou12t< zQ)NeMfAaVgS_1PcR7EX9afvh#&{xbHPnt~Xx09|kioxM%92`6ld}5@zd3D;<&HUbe?PVVSa`H252X5^ic1q5aj^T+ z+yCl)Z^uJ^1<$VuF40FP=-q$$)t7obZoW1=Vg8U6pUuE_akx+1r?6Ag|} zdywldyS+Z?lkig+IM*}z3O+6RCwQ(uiTs>@6TFuby;P6g0v!5Byrkc0`bodj^$ri+ zgomCd{WbBS-TjRIZr9{5^!f$kI~|_*PIheIiym;vf4>kPJ(C`e51wC%<0qd5{$55ti7PXSJk5S3%n|3r z>`mxjYyl^=gqP|AeCWPW?Vm+)G0%w^fNv?w%o2xscVm;8e-iP%9k|phMJ`#NYw}*| zJudz;WY10gnu`;X#YwQVTIJl-pGRwRz5nuyJ~X;jt1<^clhjMe%9AZtt@hH6cb>k- zwaIH9M3^ZIqVQFUmp64K3cf0SF#8F9!aG)Q%MH6hvy$0>Q8Uyv`@ zIkq>|pCn)4f}ejKCrj?(G>l^@_f#6L@rbu$86P&2N72YFg@wGGvPTSMucz$!DWzlZ zP7kYr-m}BNe=18ReCUNV9EWl0(=gG(r!jo~WjFZ$KeN1BB3U?jjIvL7D5pLiEExw{ zJemfwfPZc(Sw7Ko&q5~+RG#Z7C(E~7;nRvA`*ezkBv&fq$;2noN&HgT|3_+9uFw_uKi5?waxD9V=e4i> zl}EC2#HsdwAOHVa@bGhd=(oT($>H_zO>(6&c=uoa2Dva*Bmhs&>awmWm_g&O{grzd z%B~rb`+|ser_?-(Nir<$czDVQbA3)W_H5abZSkZFlp>=E|8GPmMaVBf$N6fokX|VV z;n~ks#&hlg>8I>Z*|R@oA1zW@xkl~O`zRy>CzmI~dO3x13azG)2_E{|UpZV;dq`q2 z`N1$4FdClnzm}lDd&nWcpGOBJgSHy{q)R3`LBUuLzT+i1pDCY$OO9;7$H1VRR@6=p z!~UwesM`m*l70Ux>HAf?3ifh&QkSQEn%+Nup8Y~cI2pbvC;R#p`={xXr#{Ld1)dCw zE%4Ya4QkFGd-)Z4(po9`$Nf*euhF!23G<6+05O)p0QgP^c6Arx+D2j1y?)pqzLd^ZG<;gJjepGYoJ zq1RJ(ILiNx>R+#37q-#XWS6nBJT7Iae~%xU4g9+!E2a#boPSEhQD zh)a^6#r3!AcvAf|u3UVZCz#+QaFSz1O~O(Bm24l;qf)B%o`lpm*hl}?K>3%Q|FU@j zOaOU%(`cS%C;vivAitNnI-K}uT@7BEy`&zUh6IO$zh4{rMwh30=!DdJYBrYw5c?#3 z+&hvZhLY1w@&KRcoUV8HCOl77Y5OjD^2OOEdVldU?dW^7 z#ua_sj?`nflXyUmRPR^8#ciInpW*e;aeGT{->!<=J)+;dPXhfkH*h(D$9^Z)FzcJpqspBYLqT}Uc58|L<4`-YLD*>c3il#Y%!-4oungcY!2Lrpo z-2jwBw?7F$-&z2^mbMm}4freM^!)k&c<n|vKkpI6-=09m2W`8CVB-Js=KUcXiH~7nLZ%^f9igd*zzGzAK zT-{{UyJ?!>yqwxoeJbN`@Iu@NpZsOFXKVmdrcRTRG{PhwJ-3V^Nq{iYu~Xx|{?*fU z`Y6(pxQKU;CF1=**W`b~kr+D<=e-=kf*Ox?^>fH{&)g(Vx=L5X! zM>*LcHaj@Yjt&_&8xw}p>BP|zI`CcwE?nb`l^Lj)nSnaJ)Sl{3m#KI05dhRfwhUh<0rW=qw^;W+?;`4%hsy5C-^2he}{U6JnrFjZYrf=*Aw@Lt=PDt zAS}ParpK@47PQ;5c|4T9$uA1`n2G;`=qEYEpKf^kyFsqcHC$4zW})oRpEx8PVw|3;4R+_}{`#BGpNT7V!U&DmBgP zPp|Hp%D+-O`f%?)CRW`L^hNg}F`bxFe`4^Q7T;_Tqm%jl5p2vQ|gRjRUIX4Zp9?rlyev&JV5os4BjU9{;r-!hlhu1^L>7!4g z@9o&j>ygWID|Sr#8(v2KgdeVP(Mf%xALvHAw%Q{EU0TgLLQo_GhF7FfhSA6=Jx4=d zO*C2HXY$&5^1|ERtA^IP$Cte?%<&tH0L?R&rbd*A>4 z@BYU3ey_80)c)-Y_7|D`$TG9qY_}D=ZF%@;|M9F@(QH|jJyz_od}`)u#Gwrr+lKZ83jr#X_|ewl>vcGd(unV~gWY zPB&e%nQJzG%@%JwaYl~`gl0yy!p)=og&tdx4GU%qW-Dk=Xt#xSTTw_nTY0cTNC;|! zkVwshL_|_Zq*^F-*g}V`C?uLHdu^fDRumFVm3_9*XDcZrHq4sZ`fZ`#RumFVm0h;b zWh)Aarpj(x=zd0>>$Y&+RumFVkOQ_bU@H>`D};p9*(M}Xv(y>1g+W_UNTgcS8M1{T zDqGdb*+R}%6cP#Ya&0beS>9F%iEWuGh6Gy8xx2-1It1Q^sf^9F@?(L7fzZ~YX z!=rCMpNiPb=B=2w5`A)oJ`r+DVAkApA6iFuvcr@jpM_AbNqS55FQarK)zem~Y7=?O z=dF;pg_Xqa$W)7n*~*b;ifGq-3i%1VJmD#kmRe=j)@E&c)^^v?rC}_oS(&r7IoqDI z-OXp3WOLgt+AhH`aT9jc^Qc?RBC}RHy|&hC+r74%K_{?o0VsD^rNcHl5CZ@rl2&3_ zp`G;_t*f-E3F@@2dTZ?jYX%uE*lcgB3@vmj4H=66J{j^~E`yp{WGG&??6NIiw$-ta z0%=tiR9j1psp@@I>O^S#KdTvZyO3IEVaiY$RO(QWx|E0At((uBzx-mB%i zjNyvhRBB?`f*eNA5~D78`4r1Gn{Bg&HY*K0!}7f4&s*U<0-a_#`nFBHZ8L9Mp(7^x zQBw#pq7;}A)Fukmw-BYGZI1SSq z{jq#AmJ@s~;txjr>#^J)${VR3e5aH6_MAiay-?Q|Xv7OHUOMD z9Vm%*jG-@quWdBbmhlRb!?}v~0<@Pzdx@L53NgvZ`io#z1fy|xRdkT3wjnwj+}swO z+uSt6X< zRpWR6v3cJb8MpCqn;y5hrKk3I#EcFX2K(CIuxZA|XKZ@L=GNibM3A|{(&A5ThJ1QJW{Xm00r%r&j2J3UiLyd=E8#GZ5J59yass5r26ipinQar8Zk`vvpNM zof>AvwZ%@WblTPk6yPK|O6P3(94s_*SRei+fZMFnW?O@h3Y53x#6o5ZVUD(YWVd%~ zt`p%K=4F~8tuENcg56%QJ3BBB;~(`3ldslP%}otkf#sU|$teQ8w$W?1d+kmJZKm%S zw1va6kH1?Tc3VSm7}hX^ag_=+fq}*f-=+cb&cA>%ESDE6?!A{76Pjc<{FlN zA@k`kXWrsIF<-cBrOUQ*+1BG2sqBGx^iMgsfD3mApr={R0}9JyN8^tlP&mkObHL5r z!J`T9eY^eC2yVNN8>S>4Z(X+4g%i<5>?-U}hdAuw#sfFUjiSD!8xLIAguoqUHOzgA zz#-exFdf1e79zOLi~Ely>FNMtC{ZknJM1tyHxP81-Bw~-M7V^LYD&Yl*aLv~knZZ1 zvtAy1+}7v>OM)Ex_Y)sVTbiiU}p_IrS5bwF@No zc~SM+K5(2>-y?6G>4B<;E^`~nvvM5>Lbx_A36Ys`uQqnc*1PB+VkZlP1~)_4 zQ0(Sp!y#_^WkY1{=YC!Wln<6VY)TR861FD^hogj7lZ2O}ghNTfwj?3eo0s+6p|YM^ zMb>kx$a?NTSi+UL`*OnE z8sCdKbkAw8jtz!^t2h|?)aYK|FtQiMv4V!5>ZT@=yAshmI|4aZ$-9-0X?c0V3Im_} z9$2lIYwR6}94p$|e4i~L-Ik=ogG)%K?!Aw6i;_+zUqd==+f>H(;{0v!@jm6fxxo-N zNGG^?q}$_qdq$yE-SiGQg><60PHam$nMLMX8$&?fU+S@?TL|dft)?y4TX9l>fU-_u z*eXb_4c>lR8%I+5NCinlyNF=j{i5WRPRq#a{y<*2Bg2|*AmoL8t%$sWn?+vPY7=>9 zkyi_|HOcGBMtNQ1a+c+SK}C%89;RQi0Bxm_KXv(F?6R}P%I|pARifw4?OVbgeYjj(?Bx9#lZ=*A|DX zZy;fHt2TeD`nsIVooiUaoeqZ^7X`X}t6fy5aeO;s9p#xcwZp&qmR#bS@{)4>ChlCf zS8H26vq<@JZM#dmpRd)nIw!V!U!iKIw$=R_RnxWY!PhBg+xB8@YiOR^*K6C|`K|sJ zXwA0ljoNnq*w*z|Lg_Uq&2alV=(o17yb&;8u5DeJ*uLa+T-u3! z7GJKLXB&jQXAfyKc&sH8RX3;=ddM-h{ z<(SJlk{%Q^A$8acy+;oUnksv3rq>qrprEO;&u02;F+C{2@=b02sAN$O3YsdrY^Do! zTB!sbPpNa=X0F?!9uzd857^9rElwOP@}NMLSY2yXXV7K_ZBY*jnvjNUW{ApGb#gY7 zvqe29NRXFnlfD(a$b$l(am5D(XvHi7=ZN80W|NtPo%Z?67Bj1`(|+>o2%l-Z4G3gI z@3)4R*NpZ3Siep7+bmDjcziUIClxir*2a2lvd8pfP;-*jrYkmi#b&SY#EY?3Q-JA# zkce90=Fizu&rf-l5_S@K9`Pg7Xu7Ih(>NB)Uw&ehfiaXk-mWe6j}gMh+a9C<)aKi) zJUB)_Io{SjVs`xr6v@+Qrpe68%`m~4?>@4u^C)cNYz|quoqHiHT|El@M7@Dkl~#JkL1dOG`O<8DBJNIWzi|SoRrO3xh*Ms@kCh> zTRLwm=WXXE|3@*FJ8czq9#LzzARUwdI2c5O;)*tG2s2q@8ArKnN@GjBZYdpVc@K+{ zx=7f)R=Ui$8>yqD9{+6RL5UtOs0uwkHPhoGl6riqg;Iyjc34S0zNyl8+)L{5O_hB% z+h?WJEuJ-(^Zci>Cv@lBQ8#zXPb>RdPW|4ZueO^^dN%R*%0phShY--b%tzqh{{%VayH96LOnh~Ue-c_r-LPWyiZPIk4Gz#0uydA9M5dZ zpAOR97cwhlwvyR;YmaAY91w6WD-Y0c<+{=1$NP-#Cc}EirmooB6`NO&*Vr)QJ)SN7W;msSnRB+lrdv-{z4(u^!|GJ+t{#PG9{Zkd z1hlFp?t9!kxWUZ>ZtiL2e2<&ET3`62cTjVEIA~sXdw^)wWOGfq1GR`qb)yB+#|r6V zP3dEq^s(aUqv_dPZHWZ3Y;8zWeLXwu;{oAo9>$9#6VKbr+In2DC!)z3oq{NDu>w=< z^T%+C1UJ~Hl>}@#g^A+o1UC*k89Scf7!wNq2zhb9mh#}BFLOLZCS|MpoZy2N@bkh) zQ{gWUvdw6>3%066Ao8nhu&zzFbN|J+YAch@9LU?&j@I9*Ei;!x>u*We8p9%QRcLz0 zH1S(vx2PP44CH@}88a8HaM70gj_s~ypFueHjqL6&(Q4C8!9(rtN5MPY)yuMaZLxzJ zcN0${5KbhQuG*FsXzsMjVVSvnDXN6?pydYavsG>8N~L8Ik=DGr_f-Ngo_vO6V_Yhj z{-)%E*u{&cT>03QA~$M&FZOytL%Vk~;87*X=hW8a=AOiGH9ffQbwl>dWa zkimR)u1SmbwOtlHGju^_PXqy8Jm-dOVc3=mfXXWKY~BsiF z29|{P8d!KRJir>Y3@ggUwW4!^i@yH8QE! zuy718L#c**9%^#YN)Fek?Mra&39i#?zFaZ9(AlnO(S69mP3%>D}{&j4&m`AM#pC{I3C5=_$-FTBm7K2@!+W` zGV+fcdY{Mp9v3|B_prG2S%?buG5vM8WhOPe3KpY+Cnp{hBjG{!8V~zD79Ih}{| z8Y#+oO%9klERKya>yAs0MLb>0Mvh-6LHwXr)J;)0otAa742;Ve!Xrx|aVv#{Mm5hE zH<)>POlS`2(K11eN5qX}U76WENuLY$9!xb2d&|TQ)4=LWHP6CmNO!-{OTBMx*)iFx zm$AuZ;dS>Q%PnqPmfnOBx-;?G=-^iqpKA$5H!jPSFRy7}wI!I#&9W>>7MWv3vd9&i zl0`!A$a!*_GK2eeN4>yn6vjRXs)KlqqRMM@<2C9aUZd{dHR=vtqnP&^`i1PGDS;=U zX*OBt+AO>>Erx1KotaCw$~Muec4OwdVgnTtdv!n!ddQ-OYV7vRcZGfNa?iLg+gAF* z;J!W>o;K{{#$gR$xqUwXv>&+M>mB>rE6ajB%4+A3QWja)&ANTgJi|8*R|c%2nU9u> z%N=3xk4iA(z_B1Hn0WY@@!h}0-g|den*G&Ot zDB}Pq<3WisD-EBZ41egeB!_r=aM4q$-b_`xS;1NO@#%i8I8QIvz_Cei}7t{ z7j=zV$-1DIL^OA-Y*Hi7mRBQO*?s~RVI_nWt{xM!6L+{(=DX8n2jNyD>jxSqKj7w} z#z~F74>V3{E_5)$jgP)JxVeMET4mJs^Z;D@^ZsVuo;@)=^jOnt9G)WMHikSR&U0+} zbz3E0{U#b#-)2SkagbN3&O_zKF-u0Q5Q0(NsG{uWN)3_y1hhCvjVm$|a?$(%6@s19 z@_&vEK#8;ynR{=Yy=r@7Kl(%19>2n(^N4qa4v+8q^M}Ul;6Un2M@>G|mD~g?^iF5y zy_Bf~S0%0;uF3;@g_;FA<8B#jC8IeVZW?s%T(^Vk_Taibylx+8J%IfI!nhb(Mqlr@ zy?)!zY)dZ*ip92`%Am@g8N-!7d(e)G65P6PE;X%9-3#-*R_e92i2__dV|Dtzd!eFb z8|Ep6_gLmH+Tul9@9PGr`ZauTxAs8E9tfgD&i7E?B;-QcHCembzkSWJZYMc|jc#shDydOu zJFeRVEv}_`Tb{S|dE43o0(?lq$9W1zJhv;ssI^^9Iz{eaNy;?`k#yhYb#Kw!&3yyS zR|Dkq*8yC|!Q_O(zB~Tik%PzYsyq?P1cH}u9mMun9*ONYPQj0+_6R>2%QqwZWQ3oN z3o1Wr@G@m!n(&V*Y0Z4;kzdJ43NICal#DMI~Oxlk4I*xz9+&A zb=RtAK>hrCwcR+mRTRjd518LN7TAsjwqt><_HD4YjrnM$cxS^JvQ6lC8P|G3 z#pPZm6udka+h-#DR4kWc`$U8%G#x&R?bLfY(dX*r@d!VAiauS!+X+eM4<9cRYFnQ{S8G_Hj`XkyvEMJXmm?nDrHI=JVM9Crl}f+rHIhzlQ2 zt4J)CB_viL=|#~HhlA`^N`|kluX!X6r?6#nE~)PVZ%vx4fEehTtbiom@esqUfEe3+ zV&^{BEJNPd)s0#;?}!=2&0X?07gqa?8NpWmQw;sb*bpNb#^{#m1 zX`HMy=x83~bhIh0_}R{N1`b@+aF?shbHG*Y5Ax7Z^qj~dRHrfBEX&O(3s;xrR+NRS z%TjzsmS#FZ7I0l#t}Y9>E(=$eMKmPKojF9%9Qj}&s_}5C;U^_3&5u{|ww}jHwv)HL z)e~1SVGK@UhPWqUa+MRCO~mG-Vj{CwvO6U^DA|LOJuKM=ySNIp(=)_7GO<&Ut0e8i z@Om&79u5J#lvc^NMYX6`N z4b2Ge$SO{wlxS3%G+LR9vT$|R6rwC#U6#!x%VMH~b%QLc+_)^oC<|AYWj@Nn)n(ac zO!+{Is)JkfXa~`aA87wU#NN}5((T9G zI8_OBf6gAv*?V*L@tl3S1vb(E4IHhX0&r)<4o2+Zh<%XJinwsb8XrjF2U()68>h|9 z3GK`tWcFTWA7}RIo#)Y>wu5PVIBg$nJVX1vQY87|DmNb@$*1gAJ8g;eUd2AF*ryfy z?BFvp7ORh^W0C+snm@A{Dvwv1-xPQQ+~a@H`k4P#yG^uP{-%cd1C}RO7@%I(dx{f! zAbYG=!p76w>$AY+J5G0U#HL5AIAU2Qy5^)O<6f(2sNx-kJP&g7k#rB+aZY?JKI&~H zE)@T3;WF)yRkOU6S0b0dh~0)chu89S(jUkcn;1bU@Is(jZT_C-#Y%dvX!AuY7p<}t z?RPY$Rq(vO7@)})%=zFjTVWuApYIrIB!9{EpD){D*(zmQyAvflg9&~kF6uznI&5y% zvRNxvq6w~L_G*$WiBD(xP!A#G-*4&WTikrM)nxd`pHcJSj(uy#KHIV1{P4uv-~dhY zZzgYJifR9tIV(nQx4NXu@;pW#Z}s+amgxEp`vW77p~b)gEv4?IqOBBdvuHb;yok`+G;J%>wmEG(m9SIYgf+$I%eFaX zJ4;g&pJsgQMMQr(*^JL?4@0wT_vKDd5{z>KYhnY-e=2@RP~Xg`D1kcc>+jd9+J zoY`7t+k82%IB#v@EB?G~=WSPU{v}O{^VX&Y%dcdF;@^Q0CfNJ5?Fri@&b4tqOPohz zC>C49pKpZveL{VM^Aqg$mfcaP6K7#2$X*y9x7)#%Jy58Jzz8$F+D6%Km+ejr_2=U} z)kaO3L6{eq4qvZLf9UISmK}ixLql!hL-yQHqBt!1}WQK+4hr&Uk#^XdllP12>tG_iQ?Jyxi}jb;x3=?e%vbI zdWE6F_QZ`<0+|4%YN&})`v-Pk8bJ=F_I+B;$FsHx3h>cXTJXeiX?=^`&tRYvZebM` zO|?|9H3*0sd7gv@W^HB5z}z{oJ#mBFi6D!NnxLF;QxKhu%u8Dava;d(Ck$H#kT~*+ zVH#=K+1)ZQ*A8q`3|mI(xr${B)-4RhGY$NV<-DV_#T?Prns~O%7p9l3xX%mj@Jv$= zW`0`+W*JQJY?-=DmTk6dMGq360_hb6pQZ9q|Cqkx9>YqL`u?7V+N{1&rnxq{QeDIe zKUtvnR7k|{W`|EcdOS+YSm}r0jMXOjs(+H}EMN7{axLnses#-vQAOz5qNrklTE)NW z4_%a3A;Saqbso6mjM~~nEb~>rm#1TSGHe;G@m0TOO6zQQdOKhBdzr8Ly-dBA*%tNk z_^C1v@V$K?w)2&~mwC`1@FP9oyxbqleAVye1kVcrUgqn4$7d@mz=!f$st4ce2OfEc zaoCk7@kLorl>Mei6@40Ai0^|E| zwdG3nyEyOZS>K4Nh=+3*4{_Z-;o;j&%N1gOnTF?shApYe7k>{1=X_skZ&?pX53fGn z18HAh|C0i1@ACD($IQDF-q-fP`^K~9p{*nHZ}vvF^g_uYdnaN?Y4NI zHnf!(U$x1ZwPI#g^w))#Z&$xBn+;@#k6MYZj@afr>lLPK%CPK>-CcgFXa1Td);7m% zcaf)FG%*tL7Ow5g^E3>r0iX|CH|J=LxXZ)LhQiCc3Nu8Pb)A88Uu*#80AvYu7{0D+ zKt1v8WQnmXi14)Sq}AU%_0|zvlNgD^FsqOzF?g!Vd&aUxlNhs|R_wG=r*Rb6mzko+ z^c_Hwa%aTu&NrFjy6y7ZuVIQF+Zk;#MVD>rTgzmM4qM~P$tXjU7^~uO${Ov!p0b8Z za$*fZG+D!2Ppr{nYmy{cqr*1!c6E~EqOI|LCeCkoWTKPBHc$UMY$u1h%%J4Vy5P@p?Ltr4HY12zHnAY{Qv97YNFJ|JtiO1o|7 z6~%H;^Z`;4g*c%i!&stLE9SD^_AuXe7RrmM zQ?~OG#qi@iFblxo_gaA~!C0GZ8*cQ~t9%2s=zSzltDq;iPS^$1@Kk=qHg!-%?6Z~2 zwxO@OgC*e3ISEaD>7rG1GzI!ewuSQ?`9&+drB>mbW!I|X`3rH!8Bt`2N|$X6`*$;R zK2Du-NiS5t9z?xxwZW^?R)>B&h$=Xj^+I0S%REXYgLjd<`cY!9Z{M97jCCIw&Yrb} zs}w`Wt>yWAQlIZbPsW*e$7V01Lky4cw=I8()^Xoqu8n-tCN9K0Fyb-9>r=R@NEiK> zaqD~|Mao6sHF-nd$EOr|#dc)3WaM+UDFKs_&)S9rOh!Iqs}e9N`i@m3VAAq!D@(v+ z&u0S+@)voU$f6hrO|H5XTNIGG2poA*rwjd^RZtLtybpjHJy!;)VySs z-X=Ab;+xbw&*yg(T}23GXAnDOOkT`7$(U7-j$ao>I{qO!4viE8$#G$XNg5FuwQY8L zq_bu^B*+aNFOr;iU2~ZU8B47^ZLVkzQi>gK(8|1%HO(kvE0&A^*_f?$+O{TENk8T&It4@NYGK6RX^?-)S8Ywl`Xnb@whHeI zV6j^97SPFw@eg$kEG|*V!K|6qF7}F4_cZNr}lhy<4H1aXiR*8>JH`2~hKfnbsD$3pT=R zXyEu$xr1HUFJ69}GoyDZqq-58L;bDTq1hBo!GK9QDd{8$T;co&ia;ZEt;iHg!GIO8 zd985CG9|W{=VmT&l<|q0*hkjNb6i$)vhX*Fi;9N`P&mWrKs+QWXE~hs=o$vOAmc}% z37!qHN*LC9v09M;cvlm?1;qv4sErdBX+*ioDZ+>ex+Ivo%x9^OG=kJd6&LI#16Uis zWcic0kUelo8fH>xTqQa><;U6$MF)PXjS?NX^ET4X_IhwuZQzXE&@1@z>4ZM08E_ZZ z`ro#kz6O?j`att>zZodC-nVSvf=)!?{SXxFH3LD1Y28p9jI#FZ_K0+qZ9)<7T#Y*c zue5002hF2zB+X|zLMEs^Cc=Dfc~;OTsy8Xk;Vt<~#>rMEF@MoGX=l6<>lf%0O|gES zr_8j*QTWC=8@+bo{21UPXIg>I+UQjsD`+z^rOYLWD?dQ$K zPnP#29Vg@rHs*XcUcOtru2Ha7=DZm}XCv!-h1a9b8RwO34p)mCLoe^lz9{AQth!uV z<%|<&_7ca^RM%xb2^YOm>9-BN@sbAq3BEb!C>nL6xs$VfgaAK17cB4zJld?>;-o>e zA+2$2P>wxuNxgl`IPqwILE31bT0t9{IG=GZF0%(U>ffPiBWJfcJx6(N0c`|b;Pf1* z+~#(5P%oxIy}F5@pww3SY(ppML{3XRwt8~@kK|)zD}$9dcUy01Ls*;(Jyz0LKrSab zF)@iJ=LiRdWJcZrSVCDoRWEbCw~hlse;r&D+C_(##_`_%oHUae%4p^uKr<+DF4>?q zTjkP~9NSZazIi=|W`dqZGpK0xvNUMxXf};zNUZ(YGUts;GsuZk#_2^Tnu$1YwRt{e z(UC#n89}YgxBuNX&yoKURr}-%@zfxxC1dizf2M@m(*FAtn7Rt1+`Z3SY` zV@7c;9zm3_zsS|5ANmpBwZcO`42I#NV8>MRz$!eX`XYQ`QuvTnXPAs&^jdbm`gLNi z$~!sLQf;$jJ0-hYvU__Fz#d^*b`QXlCcVe-B~ACj(^^@j6@pg{igveX_x6u1(`!i0 z%|O>yOB_RPn>=~u0rQ=>cwUH$XWj{RXYx+2V2k-&v83;6_BFuj(@$n<5Zn#BlX`_F zKE#ga9YLoAWCk6_hmJ63^SKN)YYG$p5?aw~+t0N|D{p%QWHW-tjtd(#|i!saoY7LwIAN%-by!1G28C8-SKCddei1!-24m_PvKv&wJWyG>W}4nYZE)R z+RwdU+v3_14A~XaelD$Qf-bELG8*bmu-K4A;iyL|ex<<`(Y}l;6Yf^56Rz4PZ{b>e z$Fg^9`5iy5qlqg44jeJ3A&?K*idU_~NvcEO6Z5o|!V)L%2PrLFu~I)x%)V%)lhDe> zoaNiBz^U)oX=0W_E2%?WXq0WKZ`#Z^t!#^rMhBu%6PMcUcvuncCdF#--`1P>>WiD)_$q>i+J-j1W%*S# zOV7<442Wvlk)EP;cOW9%RrA>}4Agem67=Rh-6$;YUgSnF_xK`HgU@}0zOVAxSiZO) z%I6M3J8<6qPHevv;opvBuHJqz!e5SMu1^0ne1l$uKNI0Gio-+4>7_Dq1^FWUTd|zv zdFPZosr{P~{%dJamh0~SM~~I+|E+qgdWSA?gI(jB#BZ1(mOF_#b&N_EHyR99d*W8L zf_Z@ta(q74cc3m`Tj);ZFsE2(55rm36U$d)I~)BD-;v6(y(hwVR6|8s-`+caeaY$k z`?wMB4S1_(ZE}R5ceO@&Ka`;r+G81BUZ&pRQ~644?~L%Bp`2aS6tJgZ2^qj8kw`8H zy9eIU-4dKG>6YMQI@gRx8(!w1LoX-Iu#lI#Vmn-0%G9^O_a;k7Z|C2i`0F49x5QA? zjK?Z1mgtX~VIkL?$1L8?)yv%x9-dx~ns0POc)olUe4$;In9dH1J}p}y0$jI}L@EKW zEVlwLFH_%ACQiMKcf7q5-fn6| zfo!#{C{Vh;4R4PE4FW5~U<-fv1p1L4QQ&2wpoJfNTFS^3$_YO4S2u9}x^ez;f_UG- zo?4^c#a{M!SOK7>0 z$rX~ltRAUswaob~iU}(D^94qM@2S;~i<4);E&DpBz&Focmwy}Ra+-K)Dxv0UB{<#I>}`-`!h z#rF9K&st2$;4V7ox({!?!*zEmC5rHdS8cN^1kVmvNw7!o>>(viY|6Hwm>lc5`0+b&~4Gx!Q?s!rF5m z`DM&|(MHn!T{_3RTpyA^9;!^|^)j~eGM&4nOsDtqaDZQnLAuG+Lz0f=5y4m49uRt! zx{`Z}t30*OQ3x*02(D#(cWI^~b*MP^c)Y+vjur4S--J7NXm~kEPw1+=7DIZI z;|*LILfxeylwF#|B+VXy=2CEVDOmKo1ceZ2;`06$n~=OKI9}VCv%7P4Z-X-A2+Vt4 zJ8gT@c5m9=T@4KogvPsSms;Y40c6~E#_jI7-7AO2CW>pLthss9 zj|Kvc7~2)CHJ%&XwB4J$1{WGmDC$u#Z*y$x#C$@P(R(}bsqj>oP2)knW)6)_6wCd_ zr_vibaG%sgXXgc_@mhJvDnmSZ<=5mw!wE%(SX=Jq&`26k!q?SNpRCi$ownL(8+yV( zV-rOlAeQ){AUzu;X_ka2KAlzpywkRY0eCYX|6QR~Vf^xZMjCu@dt$;!@{4%5B7no) z?NZGtxi5`;9!?SSb81n9r^0bZSX(=_gD+P)8E-huvOXg4~`e+=zkHnbbjeYEc(e3LEC5W+`cCXw}jKLmH~ z`=KHCJ0Y}lGa;0@dMKxI=c#gTI<)h110MRP;k!@6uE_#G^^1`>1v)3~1{?)S1 z%;j0?&6wMA%G_*MY@k9aEDflEorzpV-q5?79QY;7g`V(=TbWblq+*3r=143&ywl5N z04}hu)%vl_62t+R?(6prf;@V2>S|z7YR`OqTY# zY7=KT>N_MAX*dyHZ&)IqPd@cyrDURY9Y>{yY4arRo7D42Op{YqHo0UQX~>D^%ekiJ z4$xFTeUWWX>Ziko=ltapG=7o-lb($xMJhMxDHG>x|H;g=a_JN?JF`DKQXt(SU&wJN>-31DrrFBdq@wg=_1PJfxEw%P6P zBGzvAh96Pd>(k5K9$5ZFlE4}YadSQAO71|(XG;S^K2NzflzYsigGfXa*|m%)ZjJ8n zAZ4RB=Y3Kum!b70N8Dm9e`cVt2Q5d-#>99Yl4G-4cym>GC@f@N5J;9|12$ zz%~JXuF&SIr-HWTwPfOV3D~b+;`JHDnPla%WS{TTCs-wj^@eT~r917pSvGW?t?Kru zyQdqlG#h)!Qm=x-n%l9H?(*)ay@3HaN8)%pXLnDB_szF|RKY{iZoPZRyTNu(&gblV z*jES#nCZYe^`Q7&ozwO%Hb46Srm z?F|gbIa2b~yMEB(^^evD!nagggF|k-U1D9c_5I|Kfce@Ay79Yu7*8 z8XO7Wxsd>Vqt}@}n12(r-*^yw#Wn#S8u7Cv;Tx%x#h#DW=&A0q{wO`#xb$e@uFsuFuTP#_`ks%r`lIw{ z;o!L_ec^9Y`k<)JoJl#3U-Yqk4IKDb;@*{kwDex>vz-a*30Xz*Hl{hj@`zaNwVkOZ z2)!qwNGY-MC@}Psi)EO~n5~zY65xIfNTnIu*obpyAe08O0%y5frC^(z1g5781KN)W z-SnUD+*`2w`sRUI0{f9fl-Bb*3r79D1$(%2uNdsk$UI?z-gH#I@FrD(sAQk)8E+Qs+(G}4R%#1n+W=WxEF_nY%sv7Bgp@Dt z8-$`@CB2qlO++C_FerLBm1X@GkW-&}j!e=`(Zzu-TX$YZ;qRf`hYELXEfzD*`yd4A z_=?DE-Zr7MoON=qKJ07j~tO54yeQk_2NXaVb{C>$k+Dj&` zeTg+e!l0NQgX*lSd-w*&cv$SkeFkf>CP2yR&sr0d6EV^oN61E(@a+tGQ{ECAkCcWr zA(lFhC;IeijAu=^F0cO(4=x%(Ll8qUn)>7=rhVwpdctsR!RTtcyVTGrdiNHb3Q69^@qhL;#1FI3dRmV36^aRgcm{v64cu zmv^OYxz|>wLp>;w)NHT+bbWj`LsK2x2wIH>&`O{Qhx!w8`Cfhp*cSBC1S7m}CHxI} zbo0_SKYnY=e9Cu<$2BWlvxOV2JT6$q&js?%M_=5>K&Yq)vxns?wyIz1Lpx4iCFeiW z+E1lMZeGWWuOFqK;cI|$Q!D6WIZYqehKyg3+8wgH{OpGUqbUG-^@GdXZa6j!PrSyi z6=>U_38ysx@BnBs+=<7&A`h~_36DY+1>B#q`&0J*lzmizXlpke;nPifH&gT=V56JX z_NEN9cR>?QYhUE+R?xs{>Wg2Q2X=2_Gm^K$O7#W0$8TkaZ}Vc84!Kh zIP><=ynUkjuLi$hA1yGPJj-LjK3=d#3-)adGOauUj_R9u_}Ofa_^R*jGw^y1$3CIn z9nyreXdf@yqec6+(o!prMf+&cK2iPi;18aGCz~@YQs2U(=EYj^x@CD=<~O}3RfD@4 zVXroC_(^;wm;XGhVV;Gchj||wXRC%}!A~Nb22~%LxM;H%!%vZhO#$_%jMrPedoJ~H z!-&NxpiN?6}#%4V|vGaqXEJJ)(7(%Lzs|UZdxfj-?x~(cIr_ z^pgawl-1-lV&O1i>NOB_nKte79M4mbS?#wwxY1aR}+?+97dWtol6PpS`^G{ zDFnD{2~#RL=J{tZFQu9b3FchFI(JeN`JGSv-f8A1J2~|;3G?k#^G$ACrf($7w^EI6 z9P6!w^=7L1dV={{!g`~bpPC)>jfDAns`*;Nd@W(VmTF#2Fs~-8rkW__D+%kBW_}dl z_e$;4SE|=OdHHn|s^&i7yMj+&u3r7*#aC4x^7a?2eH31(eez=UFi7~~kx}!CYW|R# z*J_`>Q2n8Y(5LoN?UNU(e@yMqloa&Z=ZinTWm|W@{~czxzimH%>CLt8{qFC5|M$Q9 z8{hlA&N2I6Ua)_oZHMgeHtCEh`&NB|UkM%JsX>*lPT^?3I>e1?{tZz|qET6Gz0C^c9P4RiDi6mHzgsyDcfjoIW_Rvq)7 zxU5f2WK}-0sn6uIDl4P<{H!g`X4QE=m#x-?^S@or$eeq17ebPmQ+34Mz>F+G&P7D8(Pb583Zvvucqw#9qC#!}>bx274waVD-+c)_2uz^xp^W=uURH z-`v(_eQkE5`w31vJV9!>p+1H0hUGiiYf8Qw=0-Kica+uE*W^3o12*V0jPHi!yVi>8 zd8GMHy*qCMdAs$D|Az6O7~R5ux42G>SswopBuonG)A(m2@@y6`ukP#HIw}M3jR~=68;koi~KVFi}dF3pSVop zKXEK%*j@BwjgjenE%o0t^T`Y0wHku9s$Q8I#fj6z-K`ZfM1(FlmL-8YZQ4$?Kyl94%#4=Dzi9 zeTJ}K4U41t8YWe31(OO#r_^B5NUw-V#bp+gitDLXOzN$eRIM(lN0THS#iWwIcgcp9 zY;?&xhH60R^`DF%wO290W@dR5e~It+I+RV2SZM7_)uBsE)!gXPNq@Lx)=siiGfl67 z+#|RU;_0QG`e=TS7HHng><>6dXs7CUPBoWL)NsV5vRyA%huS$KD0UJ&Ud>7Nc`L48 zfyzNd%=AzB+VE_kX4`+Zz&CMSl2(~ zoG#9c_;yrT1oM1EHFP}^>Al`8RU~pkL5bwaJa#*Giom75NTB`82#nrLndtZj5O}xQ zJVT%7+B+~jzbbNKlEA!SoBjs+o=1L@b$jF!4pDf5>Ce|M6)-Lzuu&Jx+FPpejk26b z1jzSC#DDeo>g^na-MgTkB(s*Dj&bwj?W%+Ewd+%>k5ocyl@&)lUs*@EFQ)3f^uBfu zEf0`CQcpZb!{4j7U;T&NS6{66UZrd1?MYx+9ft7JyY=>*_2v=989X@<=#aCBS&eo@Tqiw=jlX`MH%f4&)FQ4pPisCQmq;HiFxiu3iU3nVXP zjA7j%{K-uxHB%R=>c>Z6oEg3lH9#g{A7-3Xxn z?dlJJcpZlT-L?wf=>WY)SH3j39p~r ziUeVRGsO6prHtb$oRRp?_S6;W{px#h@adw}MaV<6GYZ>iBmWf%wG6 zk!wo7Z~S?#kDn+S=Bbxk9g!J8>I=8F#b%iBeKpc1qU$rHx#8>8p}vy@<@2sD1^3=# z8A*h_x=8WWW{*8DQol4HzFL@md4Rfx*f9iY^(+E?7h(EjoOl1$A~f`MLRx>?W{>}4 zl6g3jPF~@!-hbYP&yP~EQ!lhvFNZj6ueKrA*Qh-jtPiW&<5oBQ_Q<26Ixf3j$PTa7 zhtJ#C`Re6G&IqcqLr|aRgcD7X>jlo(a)L9Rk3?aNHuv|XkoRzpM>|60qZ zsQQ(Q*mK?nyQ-H*207V`e%E6*$Po0UHj=T7u{=0&ia2_c2}ik3&hDFa&unR6QWhA` z+d_E_N`J!qCMDBx-|nqnYqOp<8)~zuwm+6PcOfzsCV+J4TYWY+MpwROhCE>^Tc6?= z%kw_K{M7qb?6@PGT#~Eq!sh5!y@%r`uC>v{95W`zD2_AxmYDJ3N%ap;!@jMSB@QPg z1swf=``7C|7plyA4@c|QE_|MZ;ohkC<)wz6k!~y8bg5jZAaUgQiNk%xh2G4 zDUAxP8Yd%GtyyLCeU7pXcZ&alwqNat6OxaaQz<|9^fi2mn&{{xegfgM)^k=~GPh@a zKw7q^Sw?C8HU&s$p z``h^Xk(NW`2ECn#_^kiiY`ANV*6N2C@KLo>Ls8JWzBs(1h8Hw$dcqlmttTAmsHmUm z<;GJ@A7tJXbQ_b*SLwM{pJd-mJftvLX_BhpHk)YXM)gGG22{P+#IQ(tRt%NSr^S%j zSbb6qof1csG#Ea8cw$2*sS%yiNt*O(@XV*wI-=>DwXof_2fxFAmBUEON%80lq3UwhEx1{}D5jck5$U_X}6U zocdyhz^GiGx{6Q;R7f!Biw_E>71z*z+K8)qj7SxMPYGV<7EcRZ`E&49=9Xex2m@Tr5O6Yo1y#b}cp-+VIYkh=Wc~6m3oq>k%M%n=%aSkW@iX-ez^=WTP33Wt!Q^Hpb z8hO7BaZ>MW+MDWh*nP+8V{fWYds8E9R*6WcAPrv48(UL@&+JR}v56ukgKVM@MD?3v zHp(Un`zqQz7-JJf6TC?_QPj(4XRXL43MoM8V7{2^Ua^~Oq9_S1vWe2|n>qEt6`N!e zMbTB^q>Ga8m}v84kxdlOTx_BU$4~Y3JrU8HWD`YP#@IyhX{C+>K51nW#ar1#QL9V3 zpClb*6Gig(HSbGRubLqe_56X`*SsTjwZpnQY*1T^4Y2yvtJZzh2Aj4Po7&o}yUhmE z*5XM+_ob>**U^7MHrTBX@G|2V|Kzgz#D(f_sfiwN^bTwFjLBhW(#98RkirUxJ=ePd zm`;uQ*$r87&R4?res=huF=4QJ_d7Q5PPGKglW#DPj0k1`nEE^)nZt=?uIxE|={V%& zG0sSGD-C=T{RHXabYG~x4vinw2iiWSqS`?|JFxEzA2Vz$1TJwa zH3&Or$E;V{wYoUUWrwe6>0O`UB`r_cO`ye-05Z>4F){|$q(34nZ4VL|cx0nnO-b`oew>amW z@Mh3Oo%%T8Eor9+Z*@w3Z)l$IX75tQTqx#xR_qqxEgegQcbX?@=P=}zm6EL!-YfnB zOua;SmxM`p3umri^8|3DH$`}h%Q)dJuBTcFZ*L{M)#{S&CrO70Z^_@^65e5cLVcL2 z^*4w2wGQj)upxza1FU}Ss`Xs8p{DR|Y74XC7~b;6Nn6jQsyzNj7y4hZ=OcqLjI0GmQv8x=}CmB9@|Usgs*91!Bfa=VA%9ME#;}lqnWE zSxd>51&*cg|_^sljyY=bwX=NjWOoxe{I#CyW#e2`S)O#+c-lHw0*n99f4BxVe zwkpe2tMUtDKl&QB+8=zYg=Je_t!%*lgv~fNPQwZHe$LEe{&l87;fvp^_q1n&=dFJ&&*0|E&+t;5`kQInE{z8^-*) zuzI`q=Um>V=l=+~|1dk`^~~@XV00Q#Wr68gki|9+4jYTiM~mDjo|YCckX`~6sd~r! zN6`2vJN(_iodY-n_qoKKgWv-9j2ow2!YR{QAB^&%23v?pCQ;{y%a&F?fh5nC{_(m* zSQ6wU55YDfBw8yvXLty(!SsZ_f?F2qx%~bly_;~+Lx#DscE+o$gr44trkZn>MJsN` zl?TE&%c3o9zKIYknf-(8@SkaIdxt|C0`sQ__2T*cmGk>sUCiJPkG~@$kaM=|b9PDX zu%7SSU+g6J!E|L<%f{nT84MBmP52*DfBb%ZG`ByO+h5FAU!eWyP-Y-8E&g2?@t>`K znL6Z-!()Fyod|%xxS;{gl3iJ@*dreGtEhv zXD#EMZg~Xj%hWejylG#&hD1Na(Vv2Kl`+_gmpHNa$1R`?(*k8P*%mx`CFqCJLh z&Ibg1LVH={IUMK&$NO~s=EbJzIg_;d;1EqisZ+d7=%273x`&B{u~TEh!xquAT+>_`9C$vo^>$1aEm%z4?qL zSP02juxVegKs>xz&rR6mgw18jaKDR02{euCniP_}lg2E+%;7WM$(?-79EN%20|GqBlRUjj>oji)n-6G;X7v)FZ$Z zQCk=~vWV8G#=L6ZQU;u-9jU_jcm0y(E>*v&@Oqnd`^Sn@1kHtk{6~LCcfWyd_v_cM zSni6?M%e)5=X<_aU%a&MvxM@c0}tB8wpiw>AYQy2)*I!^v3w=AUy1N6<(0?FTpj*e zgufQc?XkT*!gs_nSBLM6@SU;T72CTaeD}U=jys$SCCBQCSUsUU2Nsc4pYJ&ES^Q$+ z8l|eBMTPbiv?5K`*Dv~u8uhL72bhy?doJWKb%eb$Lm0N&hcQR$OYI#Ljy~3uYLCYG zD@-taoxq8zN)Yv%=RC)RfmG2re8I*p*i6&xX5h^JO=dU523>@atv=m6yD4gR(|Cqo z3{gS^taEIs-X^Ip4RWI?-TZa79h`YLHO^dXU?s5uyb6&oUat>au$ynOFRLvGheiGQm`v zfiT}pyjvvez3uGsu~o&A9myaMri7mDu&jfxsS}4MXQ~ifrX?GQj~txE^Oy~H+7u@< zcScS27}p72r1ZHFJTw#TEQ$1M$j^o~{a~`%No}8IQd*zi&`jzEH^Z7qsiTg?nUpvx zdGS1T=43JjgnTuo$&^}WG?{YmX)-12&ucOz)s{7xT8{GosMR}9=2I?%=2I?%=2I?% z=2I?%=2K3-1dSOzavhtuc|Lnk?~am*$4q9+x8sybvjN(U8K$0m#_ar2eg5M9Dlv_C zGU#@11~#(-5LdOwlx79fSN2O+Jk%xSYA#L;P=--p)#AiptaHE6xnCNK69c5fyd`7! zI{bp?&yq^$zm$@F^Y;I=ckRz@9oPBTX z5(!weWjeAg$zrNVjzzag+bIX2XghJ7=Faqo{$*{ZsEGdCY$;_9^OnrGtfIj6X(~B$?@{#1+?ORMK3>X=msYP+cFJIRaRdw+%jg;B zdjkqaAf2a#0{Y&>xXkziG9S1PTH#9g(%19T{Q}dEo&OBx+XI0?Yd61?T*?GjEvHTJ z*lJe&iO!m397W}vF_{~fT|*vDt|XAhJkPrB@Nx?t(ycg#m%b z-wg;HNbo>tV@zknml+CUTEs_TU;&h;Ffc%H5|zoz8icU|Vd!`OVGvUp!qD*p!r=H( zhcIaJHX#fh4yj(Ig1q!V7-b9Y(-9D54+Q(ag2-&)6UDgDKmv?8;hnxNk$%LX&X)Qn3VvDh zOEvx>TIw{&#tUlv7|bq|9z<}^C@BC8J#+5*+b=r_sb)&GPO`TsCyF|1PTY*{%`t7XX!AtGs)(#S!lO(s1;B;tl3kk|Gx`_m5CBYgJK_qTe zk+^}xEDpD+EGLNBrJ}d7+ZlvhDbK) z4-*4z;efR%qJq{iNYgMIW?_~Iu{vwT2#|2nL_x?YA|D5&xXYW%1MxE4B<|kjiD1vGR?lW%ywEvqCoE1f!4HPF>G+Ws<9zz z{7RYdOMw+w4o_veqcdeoSaBkb3w=$!@zTlRAR2M73>p#*vUKirp7bCgXwM?)+OtTy z_AH{)o<-8NSCJBq=Qc^ldcrArqyvw$Nzyr*l}I|j49cw#1Z!GU0<{rDqc(!fsEr^g zY9j_TG3z`{tbU#*lA<&bsnVo6gk~ZIE8DX9{?`w!olgzcoreY~ek;zMhrvxLY+|+| zRb03}(j~wMDI5&xhqE6jFQ_`ZAwh=Z zDo75I7$|~n94_T`lkQ}L?s`oB|2kn!$6{jlM4VfoC`>(;pCiO4QC1ofC84T+VQECcjvN$B_;`R@v+** zx}k}!s*Dq-(nXvElfqL-h8zY3vQCUafolEdfJ(^;Afe=hkWg~wkx+8DJW+Du?!1Z6 z=O!iOMIBq*8KNPGF+nJU#2ll9A=Ho{)*Bhvdghu45y+-IA;Ma+P6|c;6eQA9a6tmr z0If?Hz@R%i`C;%e@Ntce;Nw@(2N;I1bHJ1)tc6B!yv*9Gs>7=KKAW-;to zDPe*I!e0C_hgI8+Kh~m*KW5Ps^g?G(udMOaILLbHwwE(^Swfe^ zx{T+dj-WK(zU`=ZaTAnOQl_ziPQ_^kW%8px&pw07U(rciHB+-DyLRyT!$B@=^TuKn zE3?xBrxcH(oA#4V?47Rlj`|1KaO)Yd--%+Fn*c#Lg3e3v~bzU{)CVSVkoXsz6Z4|z$yrTzPg%qFv^9V-Ap2xUByu5f&$==Fv#4%mbD9jeJ z!*D!C?tvt~W8Wwt|9u5+-9St-9{OylHavtqK`^pvGZSHXj!!;GMUGMPl7q(<)}x4N zJ?Z6Gn|$Gsh1CfBtf-Tchv+Nh(ZV}j^DtEgJwmJ`PlJ^;Ziv*BAmmQBX-W8yGWHEr z`OXAJC6)T0BrxWQ?$07H}%=&;TVZMH)G z1J&*Heo1DLf$jE_-roT*qKXY(g9Hk%WC6(yykKmQ0H<5X#q;0u6PUrN%mF`!B{=uR zGW>vrZ(No}u=y@P$wGdb5G>Gk(7grfxbjcmR)5Z~{g2ZZv=s zuZ*|PYG5c|w1PJGU|lTf9e-os4-()j5W z)F==wXE8aV<-99PvynCdCk!v#t;1W30Da=Xm;y9rw5kFhjyk6-$>Hrk3zzQTdM^m< zqGA;cD%dv=J0i-{e>`=wH?oB7U#5dWs-P&+TK=Bwopso?$rvD%DH zM{j@~++YkPdO7uW=0GC%jjfFc!q^fAvV7n5A$lX&ft2q5k%P`);0n94O}ILSl1>&n zhFJ}}TOK;b-mwZDqa7$i$IAQ-9pmpjbd32~=orf4Kg-_we zrA!?I4wOYTKmahp4R1=qlB^|pOI9r@Q^zhU21%qOo05D=R#Q@@j$Kp?NMn+XNj@g4 zF)4dGc2Uv4X*tx+i_6oo3*_J(?H|=Kv%aA9nmUjWbqvdv5OpkeAURLRV6)vJY7n7SAJ~C2NOp zGM*fu^c&a&{pkQFczYRLyd{Oh>{LsXvO(wq99SHqtd?X^pe5_)VHzPB($5y4Uzo(>tJuv7G%EvSB;$h{bRn&x>_msE){u^T+hP`cqThS^WzLAdqy_ zqv7<|0CMiAKJMPp-Gb0H5OMWPiE!DZZzVQ)4+22+Xm5gZcQEf*Z@GiC{T2pkDpQHm zOGU&l)KO%;>t^8#_m#*TtD3V)FXtmNu;1n963d{ORKjk(yqo8OJc}u|I)lV;q<*0; zzoT-aFYGX~e+L9KnP?)>W}=P69*NvDemiZuQP%$N^L5%pJE1f8qfYEv*Se;?9ZOy? z?P=^Ee}*FPQ}*^So1r5FBM|*L`IUcX4koa@qAH}N&Ra7+IfeD#y*nT7#>3qlmgd}v zP?x{w|179P^-v?WR2O{RC7(gP!k|uXb68Q&13}wKd#I@=1%q01bh5eRqJ}on!R;)s zKLTkz#D;ubcOuDdBH7Jz)7=cY`GFgD*^mJho8x3AG}n#I+2FAME9zYykLhC3cCP!P z=T(3peM5@zuYLg}lg3<`t{;#RpajAIk#b^zQ|%WQ!U3hDpw6BFR38B-Kk~rk;VBA8 zB_@GDH=>Y$7BtqgIBjzB&9B`>Gk{=C43ePub(FATQp%n}mhxPkl0W+4@@3t#747|$2q>H>cA&x9!#R2r_s81s6Lcxv2GkwJlryxt^To9%|p16 zWK`X71k4=jvT+re>EgIJq-U%KfW?@vJ(T&JW})B$3SyP}zfu?H3?ma=#8~G8WCf}U znM0kyJc(t`G9EIFB3Lph#Z1@?0mI#gt2ln0{~;>=1B})WDFci+TPz2 z$KT`r6WT0A*MM3%C1UhYDAhC_V4EQ%v$w2+VG}{-*67(#D1;78a4*}$fgaBhYR5er zN?JLFt&bcJ-Hp4)LwAj);K1r`(4A4OnWLu53plm^KD1=s33A|tvK0#3n+SzQGS3cL=+&}N#dzk-PW_N8aS+* zywanCsBgTICOXEU{~Ddw^(E1r65_?8W1{+8(&&(S<*h(MZEU zR+nGofx-A3I1dnvZ;b}ygNFlrzYE@M2IE7Lck%nqi^2G$Vm&orq<4pf0_J1`P0*Sb zj}I<*zO3t(K-bW0FCHJ+cjW6gK>z78?CfEZ#i>LZSJsnJrP1;Wo?O5S#uW=^+Zm>e z`N_9$shfWz@2-kLH%KLDJKJ4D?A`{F8_OK`R2_haU-CD_zA0;Zq4743UIN~?A8K4* z*%(}Phyju*&t+_0kD8RD5}A_pR0ROhb^ox*Sr0ljMj{k4cH0TODTz1fQ|)1vf7anB zn&9Y?<>9j|U|FFdxj0XR2M%OoM(P&(Q?IOCam=oHTp0u;yl8jJMRQ+Ztz@_|sB6fC zcczGyb4qF{Y1KWhTF9wJU4&q1P`=74ak>_p5c`<+mZf;R@?FG+Dp%1csPlGe^S8WMjA8i1d7btqb3hP=RpZ)hi~ zJT8k9>11vj7qXhT_*u{1REIVIhy0A0S(`$F`dOVca9DS3;zfHyKKUdJ+=@d}u@*My zv^o!=Yu%t{a@L0El5yl>wF*xt5?p1jMGPF)E!JpEjwG#2~-AjWpDtgW(ch~@Ip zfVi;C5Jc!!Uy``W5r2r@_#5CZ$IXAYsEObsT^Fk^c3nz!cq<_f8lcnin*JNVAY5=iJ>f?j`tfDlISlmC~nv+KkDd~=Wc)b8|dbGXIqRN7BbqW?Mw zdGj1047F74qAC=d^c)Ji$(kx5>hk*y(RclYNP~)3?>d7ImuLs zIdJcv{zA1n;Q!NAXf&b9I9(L*NyOK~VR(fmr9hJiDGG{i1nAOVjtW2W}@S^-Ewj;nX&-VH!}X0rJ*XqR|+~IfYUKC-&OS@#fAvJU6Ab zyy4t#WqY@=8`s(O_d4=3=b$}%_x9!90jN0K`)Tj4TyyU2CwhnS6X$-X(7OlEy1eFm z`mS|!=V!f7Wzl(jFy1?2*x1RH-eV30fk}x>zKyoS^$c*RL3ems{oh7ZkDWzJnZeH# z=)unDUh3~()MmmPmRt%Rupn+pI{VE~?U&px?95%2*j3$;MAt_^g*sq!HdSJ5zj?x3sKvv*U^&h@orSB(_cnS-I_pR3yGacRHM~z0+3dtUf&9# z+N}Y$y)a7e;d|!>5*;M&1W}FC!2`_tv>GRrAJD`30TO$pN-GeLR+#WATpO)0?p1ix zt8m$?@P=36(rAS-cQ@n%(FE_DK7a4@>mR=MpRYgf{`|ZDH#WA@-QDk0YkT$XW-VE1 zxBSiW-e%2TX_oi*84FcbK>Fp1<6z?eCX&t9xz#exudi zt#vx>xc}B(`_^8g)@kpJeRraMJ~kHcmyeHegZ9zWC$|6i(a|&i!=uL!{P_FDllu=o z_kZ&Av)_Dv^y#Bxe_(7Z`pM0wPd<74(X(eqpM3NR4LkdrhKR^2Ti{q!CN1pi~A3Zy^ z{f~~1KeHDX|NaZyLJmni{NmFG$xojCa&fHl;PYQT^MCZ@KC9h7qG+GJy7-f)#}A$* MA07WvaJ%_`0U-?U6aWAK literal 0 HcmV?d00001 diff --git a/src/cwtest/cfg/gutim_full/vel_table/vel_table_perf.json b/src/cwtest/cfg/gutim_full/vel_table/vel_table_perf.json index 4ed9249..860963b 100644 --- a/src/cwtest/cfg/gutim_full/vel_table/vel_table_perf.json +++ b/src/cwtest/cfg/gutim_full/vel_table/vel_table_perf.json @@ -81,29 +81,29 @@ 3, 5, 7, + 8, 9, 12, 15, - 18, - 22, - 26, - 30, - 34, - 36, - 40, - 44, - 48, - 52, - 56, - 60, - 64, - 66, - 72, - 76, - 80, - 83 + 19, + 21, + 25, + 29, + 31, + 35, + 39, + 43, + 47, + 51, + 55, + 59, + 61, + 67, + 73, + 77, + 80 ], - "enableFl": false, + "enableFl": true, "defaultFl": false, "device": "piano", "name": "spirio_1" diff --git a/src/cwtest/cfg/gutim_full/vel_table/vel_table_perf_scriabin.json b/src/cwtest/cfg/gutim_full/vel_table/vel_table_perf_scriabin.json new file mode 100644 index 0000000..7a02f77 --- /dev/null +++ b/src/cwtest/cfg/gutim_full/vel_table/vel_table_perf_scriabin.json @@ -0,0 +1,120 @@ +{ + "tables": [ + { + "table": [ + 1, + 5, + 10, + 16, + 21, + 26, + 32, + 37, + 42, + 48, + 53, + 58, + 64, + 69, + 74, + 80, + 85, + 90, + 96, + 101, + 106, + 112, + 117, + 122, + 127 + ], + "enableFl": true, + "defaultFl": true, + "device": "sampler", + "name": "ivory" + }, + { + // 1 2 3 4 5 6 7 8 9 0 1 2 + // 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 + "table": [1, 1, 1, 4, 4, 4, 4, 6, 6, 6, 6, 9, 9, 9, 9, 10, 10, 11, 12, 13, 14, 14, 15, 15, 17, 19, 21, 22, 23, 24, 25, 26, 28, 29, 30, 31, 32, 33, 33, 34, 35, 36, 37, 38, 39, 40, 42, 43, 43, 43, 46, 48, 49, 52, 54, 56, 59, 59, 62, 63, 65, 68, 69, 68, 70, 75, 77, 81, 82, 82, 83, 83, 83, 87, 85, 87, 87, 89, 92, 92, 99, 105, 101, 102, 104, 102, 103, 103, 105, 100, 102, 103, 101, 106, 106, 106, 106, 106, 107, 107, 107, 107, 110, 110, 110, 110, 110, 110, 111, 112, 113, 115, 116, 117, 118, 120, 120, 121, 121, 122, 122, 122, 124, 124, 124, 125, 125, 125], + "enableFl": false, + "defaultFl": false, + "device": "sampler", + "name": "calced" + }, + { + "table": [ + 1, + 1, + 2, + 2, + 3, + 5, + 8, + 10, + 13, + 16, + 20, + 24, + 28, + 33, + 38, + 43, + 49, + 55, + 62, + 68, + 72, + 85, + 94, + 103, + 112 + ], + "enableFl": true, + "defaultFl": true, + "device": "piano", + "name": "spirio" + }, + { + "table": [ + 1, + 2, + 2, + 4, + 4, + 5, + 7, + 9, + 11, + 13, + 16, + 20, + 24, + 28, + 33, + 38, + 43, + 49, + 55, + 62, + 68, + 72, + 76, + 80, + 85 + ], + "enableFl": false, + "defaultFl": false, + "device": "piano", + "name": "spirio_1" + } + + ], + "incr_pitch": 3, + "max_pitch": 108, + "min_pitch": 22, + "pseq_velocity": 64, + "vseq_pitch": 60, + "note_off_ms": 250, + "note_on_ms": 500 +}