main.cfg : Updated 'svg_midi_file', and 'midi_state'.

This commit is contained in:
kevin 2023-05-09 09:00:49 -04:00
parent 8447183137
commit 4fef6e4dc7

View File

@ -1841,9 +1841,16 @@
} }
svg_midi_file: { 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" "out_fname": "~/temp/temp_midi.html"
"midi_state_args": { "midi_state_args": {
"cache_enable_fl": true,
"cache_block_msg_count": 128, "cache_block_msg_count": 128,
"pedal_up_midi_value": 64, "pedal_up_midi_value": 64,
"pedal_half_min_midi_value": 40, "pedal_half_min_midi_value": 40,
@ -1857,10 +1864,11 @@
"css_fname":"~/src/cwtest/src/cwtest/cfg/gutim_full/score/svg/score.css", "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" "out_fname":"~/src/cwtest/src/cwtest/cfg/gutim_full/score/svg/score.html"
"midi_state_args": { "midi_state_args": {
"cache_enable_fl": true,
"cache_block_msg_count": 128, "cache_block_msg_count": 128,
"pedal_up_midi_value": 64, "pedal_up_midi_value": 64,
"pedal_half_min_midi_value": 40, "pedal_half_min_midi_value": 43,
"pedal_half_max_midi_value": 50 "pedal_half_max_midi_value": 45
} }
}, },
@ -1868,10 +1876,11 @@
"midi_fname": "~/src/currawong/audio/workshop/beck1/record_4/midi.mid", "midi_fname": "~/src/currawong/audio/workshop/beck1/record_4/midi.mid",
"cache_enable_fl": true, "cache_enable_fl": true,
"args": { "args": {
"cache_enable_fl": true,
"cache_block_msg_count": 128, "cache_block_msg_count": 128,
"pedal_up_midi_value": 64, "pedal_up_midi_value": 64,
"pedal_half_min_midi_value": 40, "pedal_half_min_midi_value": 43,
"pedal_half_max_midi_value": 50 "pedal_half_max_midi_value": 45
} }
} }