Page 784 of 804

Re: MQN

Posted: Fri Feb 05, 2016 10:08 pm
by Aleg
rewrite v27 is really akward to use.
It sometimes hangs, and sometime does not but can than create files that cannot be loaded and creating errors that cause crashes.
But you can't see which files are wrong, so you have to try to load them one-by-one to see which are the faulty ones.

Not using rewrite at the moment

Re: MQN

Posted: Sat Feb 06, 2016 12:31 am
by sbgk
uploaded rewrite v29, hope it fixes things. I like the sound of v27, so have stuck with the same settings in v29.

Rewrites the whole file, so can be used for other file types, anyone tried photos ?

of course, the first file to rewrite is mqnrewrite.exe and then rewrite it again using the new mqnrewrite.

change the following line in the mqnrewrite.bat file

rem file

for /F "usebackq delims==" %%i IN (`sort param.txt ^| FIND /I ".wav"`) do echo %%i >> File1.txt

to

rem file

for /F "usebackq delims==" %%i IN (`sort param.txt ^| FIND /I "."`) do echo %%i >> File1.txt


the same can be done for the folder line

rem folder

for /F "usebackq delims==" %%i IN (`sort param.txt`) DO for /f "delims=" %%f in ('dir /b "%%i\*.wav"') do echo %%i\%%f >> File1.txt

to

rem folder

for /F "usebackq delims==" %%i IN (`sort param.txt`) DO for /f "delims=" %%f in ('dir /b "%%i\*.*"') do echo %%i\%%f >> File1.txt

v30 a bit better, can probably improve control and loader using same tweak.

v31 very good.

Re: MQN

Posted: Sat Feb 06, 2016 4:55 am
by sima66
I just wanted to post that v29 works no problem.......a bit slower but without any troubles.

Tomorrow will try the v31 and I asume new mqncontrol and mqnloader! :)

Re: MQN

Posted: Sat Feb 06, 2016 10:00 am
by sbgk
uploaded control v109 and loader v90

nice controlled, revealing presentation.

am hearing the music as if for the first time, so much nuance and emotion with this version.

Re: MQN

Posted: Sat Feb 06, 2016 4:50 pm
by Aleg
sbgk wrote:uploaded control v109 and loader v90

nice controlled, revealing presentation.

am hearing the music as if for the first time, so much nuance and emotion with this version.
I like loader v90 better than v91

Re: MQN

Posted: Mon Feb 08, 2016 1:39 pm
by iori
Noticed a slight downgrade in sq while running MQnPlay in a dedicated i7 cpu core and at the same time rewriting another track.

Could loader which also runs at realtime mode affect the early portion of playback ?

Any need to assign another dedicated core for MQnControl ? Seems there is not much difference using dedicated core and all cores here.

Re: MQN

Posted: Mon Feb 08, 2016 2:28 pm
by sbgk
iori wrote:Noticed a slight downgrade in sq while running MQnPlay in a dedicated i7 cpu core and at the same time rewriting another track.

Could loader which also runs at realtime mode affect the early portion of playback ?

Any need to assign another dedicated core for MQnControl ? Seems there is not much difference using dedicated core and all cores here.
expectation bias ?

both play and rewrite work at critical priority so not surprising they would compete for resources, ideally rewrite before playback.

I'm a bit stuck to understand why rewrite affects the sound and what makes the best sound, needs more experimentation.

Re: MQN

Posted: Mon Feb 08, 2016 2:52 pm
by iori
Rewrite's improvement on sq worth the extra keyboard/mouse strokes.
Thanks Gordon.

Re: MQN

Posted: Thu Feb 11, 2016 12:36 am
by sbgk
uploaded a new set - play 229, control 112, loader 94 and rewrite 35.

Re: MQN

Posted: Thu Feb 11, 2016 8:34 pm
by sima66
Rewrite is a VERY nice improvement.
Another improvement is renaming the files from the "out" folder and cut/paste into the root folder even better.

Even running from RAM OS the difference is very noticeable.

Since due the "smokin' event", I'm temporary without my Haswell PC, what are the last and the best non-Haswell MQn files?
And, is there a rewrite that works with Ivy?