RME, Audio Interface and Master Output

Software Audio Console

Moderator: Bob L

User avatar
mr_es335
Posts: 3742
Joined: Tue Oct 13, 2009 7:43 pm
Been thanked: 4 times

RME, Audio Interface and Master Output

Post by mr_es335 »

Good day one and all!

I am not really too sure how to go about asking this question, but I recently purchased an audio interface that, as with the ADA800/ADA8200, does not have a "master output control".

The audio interface is an ART TubeOpto 8: [Click_Me]

What I am always concerned about - "paranoid" would be more appropriate here, is booting the system with the subsequent end result being excessive output coming from the speakers.

I do not have the space nor the luxury of an external device, so the only "solution" is to "rely-and-trust" the RML Total Mix application for controlling such output levels.

If I do have a question, it would be this, "How many of you are in a similar situation and are not at all concerned about the sole use of RML's Total Mix application for controlling output levels?"

And I guess my second question would be, "Is there a way to have the Total Mix application be displayed 'on screen' on initial boot of the system?"
  • At present, I have discovered the use "WIN+B" to access the Notification Area, followed by the use of the "right arrow" key to sequentially access a Notification Area applet. Selecting [Enter] visually displays the selected Notification Area applet.
  • The other option is to use the Quick Launch area.
Anyhow, any a ideas/suggestions that you may have would be greatly underdemicated!
cgrafx
Posts: 1622
Joined: Mon Jul 17, 2006 4:45 pm
Been thanked: 7 times

Re: RME, Audio Interface and Master Output

Post by cgrafx »

Power amps on last and off first.

Total control, nor any other software based control, has zero effect on spikes occurring when a system is powered on. That can only be handled through physical hardware. On better audio gear that is managed through output relays that don’t engage until after the power supply has stabilized.
---------------------------------------
Philip G.
User avatar
mr_es335
Posts: 3742
Joined: Tue Oct 13, 2009 7:43 pm
Been thanked: 4 times

Re: RME, Audio Interface and Master Output

Post by mr_es335 »

Philip,

I figur'd so...

I am running numerous tests to ensure that I do NOT screw things up...as much as this is humanly possible, that is!

Thanks for the response, Philip...I always appreciate you and your ever-helpful knowledge!

PS: Any thoughts about my second query?
User avatar
mr_es335
Posts: 3742
Joined: Tue Oct 13, 2009 7:43 pm
Been thanked: 4 times

Re: RME, Audio Interface and Master Output

Post by mr_es335 »

Good day,

I devised the following, which is created using Nirmcd: [Click_Me].

Following is the script I devised:

@echo off
:: -----------------------------------------------
:: Objective: To launch TotalMixFX on log-in
:: -----------------------------------------------
:: First...wait a moment...
nircmd wait 500
:: -----------------------------------------------
:: ...next...launch TotalMixFX...
nircmd exec max C:\Windows\System32\TotalMixFX.exe
:: -----------------------------------------------
:: ...finally...exit...
exit

Notes
1. The "nircmd wait 500" command is required so as to allow time for the auto-start TotalMixFX to complete launching.
2. TotalMixFX must be auto-started for this script to function properly
3. The "exec" command takes note that the original executable has already been subsequently launched and then the command simply makes the UI visible.
  • This usage is more preferable than the use of the "start" command.

Works perfectly!
Post Reply