Page 630 of 804

Re: MQN

Posted: Thu Dec 11, 2014 2:59 pm
by sbgk
uploaded 3.73 and 8.92, compiled with vs 2015 preview, seems to be a punchier sound

Re: MQN

Posted: Thu Dec 11, 2014 8:40 pm
by Aleg
sbgk wrote:uploaded 3.73 and 8.92, compiled with vs 2015 preview, seems to be a punchier sound
Prefer the 3.72+8.91 combo
This new one sound too bright and somewhat harsh.

Re: MQN

Posted: Thu Dec 11, 2014 9:21 pm
by sbgk
Aleg wrote:
sbgk wrote:uploaded 3.73 and 8.92, compiled with vs 2015 preview, seems to be a punchier sound
Prefer the 3.72+8.91 combo
This new one sound too bright and somewhat harsh.
what about 3.72+8.92 ?

Re: MQN

Posted: Thu Dec 11, 2014 9:29 pm
by sbgk
uploaded control 3.74, a bit mellower

had a setting in 3.73 that was giving a harsh effect, it's also used in mqnplay, but seems ok there.

is this proof that the bits are storing an effect that's affecting the sound from control into the ram of mqnplay ?

edit - quite like 3.73, don't find it too harsh

Re: MQN

Posted: Thu Dec 11, 2014 10:22 pm
by sbgk
uploaded mqndevinfo which outputs the device name and pin id, I'll try and make a hard coded mqnplay version if you post these details. The hard coded device version sounds better than the auto device versions.

just double click on it

Re: MQN

Posted: Thu Dec 11, 2014 11:11 pm
by grisaia
Hi
Today I tried using mqn player. Unfortunately, it was closing right after opening bat file.
I wrote email to MQn-JustGoodMusic@hotmail.co.uk, deleted line chcp 65001 as advised. Better than before, but program still closes without playing music. File i try to play works for dev, so problem lays within program.
Any suggestions?

Re: MQN

Posted: Thu Dec 11, 2014 11:14 pm
by jrling
Aleg wrote:
sbgk wrote:uploaded 3.73 and 8.92, compiled with vs 2015 preview, seems to be a punchier sound
Prefer the 3.72+8.91 combo
This new one sound too bright and somewhat harsh.
+1 it brings out more high frequency detail but overall I agree with Aleg

Re: MQN

Posted: Thu Dec 11, 2014 11:34 pm
by sbgk
jrling wrote:
Aleg wrote:
sbgk wrote:uploaded 3.73 and 8.92, compiled with vs 2015 preview, seems to be a punchier sound
Prefer the 3.72+8.91 combo
This new one sound too bright and somewhat harsh.
+1 it brings out more high frequency detail but overall I agree with Aleg
try changing the exe's to win 8 compatability ? I'm using win 10 preview for build/playback

I'm listening to a different version of mqnplay, but even so I'm usually sensitive to harsh sounding versions.

3.74 fixes it, I think.

Re: MQN

Posted: Thu Dec 11, 2014 11:37 pm
by sbgk
grisaia wrote:Hi
Today I tried using mqn player. Unfortunately, it was closing right after opening bat file.
I wrote email to MQn-JustGoodMusic@hotmail.co.uk, deleted line chcp 65001 as advised. Better than before, but program still closes without playing music. File i try to play works for dev, so problem lays within program.
Any suggestions?
the suggestion was to remove the rem, not the whole line

ie

rem chcp 65001

to

chcp 65001

have you renamed the files eg mqnplay.exe and mqncontrol.exe and edited the batch file with the directory ?

Re: MQN

Posted: Thu Dec 11, 2014 11:46 pm
by grisaia
the suggestion was to remove the rem, not the whole line

ie

rem chcp 65001

to

chcp 65001

have you renamed the files eg mqnplay.exe and mqncontrol.exe and edited the batch file with the directory ?
But the rem part wasnt there already.

Code: Select all

FOR /F "tokens=*" %%A IN ('CHCP') DO FOR %%B IN (%%~A) DO SET CodePage=%%B

chcp 65001 

paste > param.txt
This is what it looked like before I edited it.
If I leave .bat file as is, in window appearing after opening it I can only see "active code page 65001" and window disappears.
Yes, I edited path