taggart wrote:Aleg wrote:In my setup also using the 100000 control recommended by Pearse needs MQNload to start the avx 2.5/3.6 versions. No sound when using direct mqn.bat startup.Aleg
Aleg, good to hear that works with MQnLoad for you, but if it does it really should do WITHOUT MQnLoad.exe too. MQnLoad doesn't change nothing concerning MQnPlay/MQnControl. It only prepares things for convenience and the latest step it does, is creating a batch file similar to original mqn.bat and starting it. Thereafter MQnLoad.exe is terminated and as so, it should not effect sound output at all.
The batch file created by MQnLoad can be found here:
"C:\Users\<Username>\AppData\Local\MQnLoad\mqnload.cmd"
Maybe try to start it directly and/or compare it to the original Mqn.bat.
Hi Taggart
I tried again via the standard mqn.bat. Wouldn't give sound.
Then used the full command from mqnload.cmd and that would give sound.
The only difference is that 'your' command has the full pathname to both the mqncontrol.exe and the files.txt, but that shouldn't make a difference because both are run from the same local directory and the command window from the mqn.bat does show the right tracks.
I'm going to try to add a full path to the mqn.bat and see if that makes adifference.
------------------
Edit:
That worked!
I now changed the mqn.bat like this:
Replaced the cd <path> command with
Which stores the current working directory.
Then to each file and command I appended this: %rundir%\
Like:
Code: Select all
%rundir%\mqncontrol.exe --file %rundir%\Files.txt
This way I can make a copy of this file without having to change the cd <path> (so I can't forget either) and it will always use the local files and commands.
Cheers
aleg