diff --git a/src/cwtest/cfg/main.cfg b/src/cwtest/cfg/main.cfg index 98ca1be..a24cab8 100644 --- a/src/cwtest/cfg/main.cfg +++ b/src/cwtest/cfg/main.cfg @@ -1841,9 +1841,16 @@ } svg_midi_file: { - "midi_fname": "~/src/currawong/audio/workshop/beck1/record_4/midi.mid", + //"src_file_type": "midi", + //"src_fname": "~/src/currawong/audio/workshop/beck1/record_4/midi.mid", + + "src_file_type": "piano_score", + "src_fname": "~/src/cwtest/src/cwtest/cfg/gutim_full/score/temp.csv", + //"src_fname": "/home/kevin/src/cwtest/src/cwtest/cfg/preset_sel/score/20220423/temp.csv" + "out_fname": "~/temp/temp_midi.html" "midi_state_args": { + "cache_enable_fl": true, "cache_block_msg_count": 128, "pedal_up_midi_value": 64, "pedal_half_min_midi_value": 40, @@ -1857,10 +1864,11 @@ "css_fname":"~/src/cwtest/src/cwtest/cfg/gutim_full/score/svg/score.css", "out_fname":"~/src/cwtest/src/cwtest/cfg/gutim_full/score/svg/score.html" "midi_state_args": { + "cache_enable_fl": true, "cache_block_msg_count": 128, "pedal_up_midi_value": 64, - "pedal_half_min_midi_value": 40, - "pedal_half_max_midi_value": 50 + "pedal_half_min_midi_value": 43, + "pedal_half_max_midi_value": 45 } }, @@ -1868,10 +1876,11 @@ "midi_fname": "~/src/currawong/audio/workshop/beck1/record_4/midi.mid", "cache_enable_fl": true, "args": { + "cache_enable_fl": true, "cache_block_msg_count": 128, "pedal_up_midi_value": 64, - "pedal_half_min_midi_value": 40, - "pedal_half_max_midi_value": 50 + "pedal_half_min_midi_value": 43, + "pedal_half_max_midi_value": 45 } }