2.444 works fine for me, and I rarely use the program. I did have to update the base files. One of the best troubleshooting procedures I've learned is to test on a basic / default setup, get that working, then add complication. As for not changing anything on the PC "for ages" implies no security updates to the OS have been applied. The security engineer's side of me SMH when I hear this, lol.
I use a simple batch file to automate things, but here it is for reference:
@Echo off
start FMP24 -rc -o20001 -g25.4 -P-0.1 -f858.4625
timeout 3
start DSDPlus -rc -i20001 -v1 -E -O NUL >>CC.log
timeout 3
start FMP24 -rv -o20002 -g25.4 -P-0.1
timeout 3
start DSDPlus -rv -Pwav -i20002 -v3 >>VC.log
timeout 3
The OP's "P" parameter value seems inordinately high.
I use a simple batch file to automate things, but here it is for reference:
@Echo off
start FMP24 -rc -o20001 -g25.4 -P-0.1 -f858.4625
timeout 3
start DSDPlus -rc -i20001 -v1 -E -O NUL >>CC.log
timeout 3
start FMP24 -rv -o20002 -g25.4 -P-0.1
timeout 3
start DSDPlus -rv -Pwav -i20002 -v3 >>VC.log
timeout 3
The OP's "P" parameter value seems inordinately high.
Last edited: