MQN
Re: MQN
Prefer the 3.72+8.91 combosbgk wrote:uploaded 3.73 and 8.92, compiled with vs 2015 preview, seems to be a punchier sound
This new one sound too bright and somewhat harsh.
HDPLEX;picoPSU;ASUS Q87M;i7-4770T;PH SR7EHD;Server2012R2;Thesycon 2.24;
JCAT USB;Sonicweld DiverterHR2;Naim DC1;Chord Hugo;Morrow Audio MA6;Naim NAC-282,SuperCapDR;NAP-300;
AQ Cinnamon;GISO GB;Netgear Pro+XM21X;Cisco SG300;NAS-ZFS.
JCAT USB;Sonicweld DiverterHR2;Naim DC1;Chord Hugo;Morrow Audio MA6;Naim NAC-282,SuperCapDR;NAP-300;
AQ Cinnamon;GISO GB;Netgear Pro+XM21X;Cisco SG300;NAS-ZFS.
Re: MQN
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
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
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?
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
+1 it brings out more high frequency detail but overall I agree with AlegAleg wrote:Prefer the 3.72+8.91 combosbgk wrote:uploaded 3.73 and 8.92, compiled with vs 2015 preview, seems to be a punchier sound
This new one sound too bright and somewhat harsh.
Maplin XM21X 12V float charging A123 26650 LiFePO4 battery/Maxwell Supercap PSU for Mitac PD10-BI J1900 Bay Trail, WTFPlay, Hiface Evo, Bow Technologies 1704 NOS DAC, StereoKnight TVC, Quad II monoblocks, ZU Audio Druid Mk4/Method Sub
Re: MQN
try changing the exe's to win 8 compatability ? I'm using win 10 preview for build/playbackjrling wrote:+1 it brings out more high frequency detail but overall I agree with AlegAleg wrote:Prefer the 3.72+8.91 combosbgk wrote:uploaded 3.73 and 8.92, compiled with vs 2015 preview, seems to be a punchier sound
This new one sound too bright and somewhat harsh.
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.
Last edited by sbgk on Thu Dec 11, 2014 11:53 pm, edited 2 times in total.
Re: MQN
the suggestion was to remove the rem, not the whole linegrisaia 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?
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
But the rem part wasnt there already.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 ?
Code: Select all
FOR /F "tokens=*" %%A IN ('CHCP') DO FOR %%B IN (%%~A) DO SET CodePage=%%B
chcp 65001
paste > param.txt
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