Ken Moreland wrote:New version of AVX R2.20 still not working for me on Haswell/Ciúnas even though I tried a couple of MQNcontrol's including 10ms R1.1. Giving the same error ""MQNplay has stopped working""
All suggestions welcome.
KM
does sse4 work ? can't help as no avx works for me.
works more than fine for me,
it should work ok on kens gear as it similar to mine
ive mostly happier with the 1.1 control now so ive changed my mind but still a little flat for my liking
sbgk why avx not working for you?
sd card player, modded soekris dac, class a lifepo4 amp or gb class a/b amp, diy open baffle speakers based on project audio mundorf trio 10's
sbgk wrote:
I prefer 1.1 and technically it is a better solution, heard detail I've never heard before in classical music, just made it more musical.
yes detail is great
but a little flat too
yes, unexpected that. I'm sure noise is being reduced, R2.24 sounds a bit better, but again all I've done is to remove something that was producing noise.
careful you don't throw out the baby with the bath water,
i worry about removal of detail in the pursuit of noise reduction
sd card player, modded soekris dac, class a lifepo4 amp or gb class a/b amp, diy open baffle speakers based on project audio mundorf trio 10's
Morning all,
Neither R2.25AVX and R2.26AVX work for me on any MQNcontrol including R1.1 all on Haswell/Ciúnas which has run other AVX and AVX2 versions.
KM
Ken Moreland wrote:Morning all,
Neither R2.25AVX and R2.26AVX work for me on any MQNcontrol including R1.1 all on Haswell/Ciúnas which has run other AVX and AVX2 versions.
KM
try making a new mqn folder in c:/
sometimes that works
sd card player, modded soekris dac, class a lifepo4 amp or gb class a/b amp, diy open baffle speakers based on project audio mundorf trio 10's
Nigel you are truly gifted. That worked , everything is playing just fine. I have no idea why but I made a new folder called MQNplayer and stuck everything into it and it worked first time . For all previous versions I used a unique folder for each in C:\ called something like MQNR2.20AVX10ms or similar . I don't use MQNload at all as all my stuff is WAV.
Anyway well done , pints all round.
KM
Ken Moreland wrote:Nigel you are truly gifted. That worked , everything is playing just fine. I have no idea why but I made a new folder called MQNplayer and stuck everything into it and it worked first time . For all previous versions I used a unique folder for each in C:\ called something like MQNR2.20AVX10ms or similar . I don't use MQNload at all as all my stuff is WAV.
Anyway well done , pints all round.
KM
Ken
In the original mqn.bat try to put the command "endlocal" behind the section that removes cr/lf.
In my case that resolved quite a lot of issues when switching from directory to directory to try out different versions.
Ignore all other difference as these are my personal additions, it is just about the position of the endlocal command:
...
setlocal DisableDelayedExpansion
set "firstLineReady="
(
for /F "eol=$ delims=" %%a in (File1.txt) DO (
if defined firstLineReady (echo()
set "firstLineReady=1"
<nul set /p "=%%a"
)
) > %rundir%\Files.txt"
endlocal
...