|
Lines 62-71
Link Here
|
| 62 |
bool files_loaded = TRUE; |
62 |
bool files_loaded = TRUE; |
| 63 |
f = EST_Pathname(get_c_string(car(l))); |
63 |
f = EST_Pathname(get_c_string(car(l))); |
| 64 |
basename = f.basename(1); |
64 |
basename = f.basename(1); |
| 65 |
pmfile = pm_path + basename + pm_ext; |
65 |
pmfile = pm_path + ((EST_String)basename) + pm_ext; |
| 66 |
spfile = sp_path + basename + sp_ext; |
66 |
spfile = sp_path + ((EST_String)basename) + sp_ext; |
| 67 |
lpc_outfile = out_path + basename + lpc_ext; |
67 |
lpc_outfile = out_path + ((EST_String)basename) + lpc_ext; |
| 68 |
res_outfile = out_path + basename + res_ext; |
68 |
res_outfile = out_path + ((EST_String)basename) + res_ext; |
| 69 |
if (lpc_debug_print) cout << " loading " << pmfile << " --> output to " << res_outfile << " " << lpc_outfile << endl; |
69 |
if (lpc_debug_print) cout << " loading " << pmfile << " --> output to " << res_outfile << " " << lpc_outfile << endl; |
| 70 |
|
70 |
|
| 71 |
EST_Wave sp; |
71 |
EST_Wave sp; |