<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title><![CDATA[RME User Forum — TotalMix FX]]></title>
		<link>https://forum.rme-audio.de/index.php</link>
		<atom:link href="https://forum.rme-audio.de/extern.php?action=feed&amp;fid=19&amp;type=rss" rel="self" type="application/rss+xml" />
		<description><![CDATA[The most recent topics at RME User Forum.]]></description>
		<lastBuildDate>Wed, 06 May 2026 21:51:22 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[One Issue I've Found with the new TotalMix Design]]></title>
			<link>https://forum.rme-audio.de/viewtopic.php?id=43298&amp;action=new</link>
			<description><![CDATA[<p>The only issue I&#039;ve encountered so far with the new TotalMix design, is when I use (on Windows 11 Pro) SHIFT-Mouse Wheel to change the fader level, instead of moving in 1/10 of a decibel as it does with the old design it has no effect and moves the same distance as without pressing SHIFT.&nbsp; </p><p>Not a big deal, but it&#039;s nice to be able to hone in on a fader level without having to type it in...Otherwise it looks great!!</p><p>Jerry<br /><a href="https://www.jerrygerber.com">https://www.jerrygerber.com</a><br /><a href="https://www.youtube.com/@astromusicvideo/videos">https://www.youtube.com/@astromusicvideo/videos</a></p>]]></description>
			<author><![CDATA[null@example.com (jsg)]]></author>
			<pubDate>Wed, 06 May 2026 21:51:22 +0000</pubDate>
			<guid>https://forum.rme-audio.de/viewtopic.php?id=43298&amp;action=new</guid>
		</item>
		<item>
			<title><![CDATA[ARC function -> "Toggle Totalmix Windows"]]></title>
			<link>https://forum.rme-audio.de/viewtopic.php?id=43296&amp;action=new</link>
			<description><![CDATA[<p>Hi,</p><p>as I use my UFX+ home in production studio, I&#039;ve chosen to change the behaviour of the ARC USB &quot;Talkback&quot; switch to &quot;Toggle Totalmix Windows&quot;. And it works great, except one tiny detail - can we ask to bring the window to the front when it is showing? At the moment the Totalmix window shows somewhere below all the currently opened windows.</p><p>I hope all of us agree that it should behave like that <img src="https://forum.rme-audio.de/img/smilies/wink.png" width="15" height="15" alt="wink" /></p><p>Greetings,<br />kb</p>]]></description>
			<author><![CDATA[null@example.com (kamilbaranski)]]></author>
			<pubDate>Wed, 06 May 2026 15:51:41 +0000</pubDate>
			<guid>https://forum.rme-audio.de/viewtopic.php?id=43296&amp;action=new</guid>
		</item>
		<item>
			<title><![CDATA[Feed playback audio down line]]></title>
			<link>https://forum.rme-audio.de/viewtopic.php?id=43292&amp;action=new</link>
			<description><![CDATA[<p>How do I feed playback audio down the line (zoom, nexus.source-elements.com, Google Meet, etc.) in TotalMix 2?</p><p>Using Reaper.</p><p>Screenshot is showing playback in Reaper on Analog 1/2 (software playback section).<br />Thanks.</p><p><span class="postimg"><img src="https://i.imgur.com/LUr2Xb9.png" alt="https://i.imgur.com/LUr2Xb9.png" /></span></p>]]></description>
			<author><![CDATA[null@example.com (moose)]]></author>
			<pubDate>Tue, 05 May 2026 17:22:55 +0000</pubDate>
			<guid>https://forum.rme-audio.de/viewtopic.php?id=43292&amp;action=new</guid>
		</item>
		<item>
			<title><![CDATA[TotalReaper - Direct Hardware Monitoring on Reaper with RME TotalMix]]></title>
			<link>https://forum.rme-audio.de/viewtopic.php?id=43291&amp;action=new</link>
			<description><![CDATA[<p>Ever miss ASIO Direct Monitoring? With Global OSC in TotalMix FX 2.1 Alpha 4, the same idea is finally back — and goes a lot further. I willed a free REAPER extension called TotalReaper into existence that does exactly this:</p><p>Once you flip it on, every REAPER track that has input monitoring active drives the matching TotalMix input fader live. Move your REAPER fader, the TotalMix routing follows. Pan, width, even stereo-pan — all mirrored. Headphone mixes work the same way: any track send that ends up routed to a hardware output (your Phones 1, Phones 2, etc.) opens its own routing in the TotalMix matrix, with the right level applied. So your cue mix in REAPER is the cue mix on the headphones, no manual TotalMix fiddling.</p><p>Five extra REAPER actions handle the per-channel hardware controls: gain ±1 dB, 48V phantom, pad, phase invert. They work on however many tracks you have selected at once. The pad action briefly mutes the channel around the switch so the relay click is hidden. Output volumes in TotalMix are deliberately *not* touched.</p><p>While the mirror is on, REAPER&#039;s own software monitor for those tracks is silenced automatically. One toggle and you&#039;re back to whatever you had before.</p><p>Tested: UFX+ on macOS arm64 with TotalMix FX 2.1 Alpha 4. Should work on Windows and other RME devices that support Global OSC. Free, MIT-licensed.</p><p>Download: <a href="https://github.com/acklin83/totalreaper/releases">https://github.com/acklin83/totalreaper/releases</a></p><p>Install:</p><p>- macOS (Apple Silicon): drop `reaper_totalreaper-arm64.dylib` into `~/Library/Application Support/REAPER/UserPlugins/`. Restart REAPER.<br />- Windows: drop `reaper_totalreaper.dll` into `%APPDATA%\REAPER\UserPlugins\`. Restart REAPER.</p><p>TotalMix setup: Settings → OSC → Compatibility Mode → **Global OSC**. In the OSC details, set **Receive Port to 7001** and the **Send target to 127.0.0.1:7002**. TotalReaper uses these ports (hardcoded for now).</p><p>In REAPER: Action List, search &quot;TotalReaper&quot;, run &quot;Toggle Routing Mirror&quot;. That&#039;s it. Bind the gain/48V/pad/phase actions to keyboard shortcuts if you want quick access.</p><p>Source: <a href="https://github.com/acklin83/totalreaper">https://github.com/acklin83/totalreaper</a></p><p>Big thanks to RME for shipping Global OSC!</p><p>Best,<br />Frank</p>]]></description>
			<author><![CDATA[null@example.com (frank.acklin)]]></author>
			<pubDate>Tue, 05 May 2026 16:36:23 +0000</pubDate>
			<guid>https://forum.rme-audio.de/viewtopic.php?id=43291&amp;action=new</guid>
		</item>
		<item>
			<title><![CDATA[FX send not moving with channel fader (despite copy from other channel]]></title>
			<link>https://forum.rme-audio.de/viewtopic.php?id=43290&amp;action=new</link>
			<description><![CDATA[<p>Preparing my setup for a live gig I set up 8 vocal channels. To get a head start I prepare one vocal channel with various starting points:<br />- low cut<br />- EQ switched on<br />- input volumen auto set on<br />- send FX<br />After this I copy input and past input and fx to the other vocals.<br />Now all vocals are in one fader group and as I copied everything to the other 7 and move the faders for the group: not all fx sends move along. Some just remain at were they were. For the programmers puzzle: I did some repeated pasting and it appears:<br />- it is the same channels that are prone to this defect<br />- if I past to a such an unwilling channel (say nr 10) then test the group fader: it moves along<br />- If I then paste the settings (so first input then fx) to the next channel the channel 10 stops cooperating in moving along, it just stays at the same level. So at first the copy seems to work but then after a next copy (say to channel 11) then channel 10 fx send stops to move along.<br />&gt; Update 15:58 The same behaviour happens when I change one of the fx sends, it starts moving along, once I change another fx send the previous one stops moving along. So it appears nog to tie to the settings copying but to the way grouping triggers the fx send moving along. &lt;<br />&gt; Update may 6th, When performing the action of copying channels from the TotalMix remote app, after that on the local 2.0 app all fx sends seem to function and keep working. For debugging purposing purposes: it seems the remote app does something right that the 2.0 app doesn&#039;t but when corrected it keeps working. &lt;<br />Maybe I am missing a channel setting that I inadvertently set somewhere but I don&#039;t think so.<br />Kind Regards, Erik</p>]]></description>
			<author><![CDATA[null@example.com (asperine)]]></author>
			<pubDate>Tue, 05 May 2026 13:52:39 +0000</pubDate>
			<guid>https://forum.rme-audio.de/viewtopic.php?id=43290&amp;action=new</guid>
		</item>
		<item>
			<title><![CDATA[Workspace load incomplete from offline device or workspace file]]></title>
			<link>https://forum.rme-audio.de/viewtopic.php?id=43288&amp;action=new</link>
			<description><![CDATA[<p>Hello,</p><p>First things first: love the new TotalMix look &amp; feel, though there is probably nothing more personal than that. Can&#039;t wait to have the TotalMix remote apps on iPad en OSx look the same.</p><p>My issue at hand is that I prepared a workspace on an offline device (chose UFX3) that I can&#039;t seem to load properly into my actual UFX3. <br />1. The first situation is that the TotalMix window just jumps back to the offline device in stead of loading it onto the physical one. <br />2. To work around this I edited the device name in the workspace file. After that it will load, but lots of stuf is not loaded like channel names or layout and color settings. </p><p>Is there something I missed or misunderstood, is there a workaround or is it something to be fixed?<br />Thanks,<br />Erik</p>]]></description>
			<author><![CDATA[null@example.com (asperine)]]></author>
			<pubDate>Tue, 05 May 2026 10:07:12 +0000</pubDate>
			<guid>https://forum.rme-audio.de/viewtopic.php?id=43288&amp;action=new</guid>
		</item>
		<item>
			<title><![CDATA[faders mouse wheel direction TotalMix FX v2.0]]></title>
			<link>https://forum.rme-audio.de/viewtopic.php?id=43286&amp;action=new</link>
			<description><![CDATA[<p>Has anyone noticed the mouse wheel direction for faders changed in TotalMix FX 2?<br />It feels inverted compared to the previous version. Is there a way to revert it?</p>]]></description>
			<author><![CDATA[null@example.com (yy886866)]]></author>
			<pubDate>Tue, 05 May 2026 04:48:16 +0000</pubDate>
			<guid>https://forum.rme-audio.de/viewtopic.php?id=43286&amp;action=new</guid>
		</item>
		<item>
			<title><![CDATA[Tiny Control Strip section]]></title>
			<link>https://forum.rme-audio.de/viewtopic.php?id=43285&amp;action=new</link>
			<description><![CDATA[<p>Hi guys,</p><p>I just installed TMFX 2.01 on my Mac Studio and whatever I try to do, the Control Strip section of the TMFX window is really tiny, impossible to see or operate. All the rest of the sections scale properly when I enlarge the window, but the control strip just stays tiny.<br />I have 3 monitors on this Mac, two are 2k and one is 5 k, but the same behaviour applies to all of them.<br />Can anyone advise?</p><p>I&#039;ll post a link to a screenshot below.</p><p>Thank you</p><p><a href="https://www.dropbox.com/scl/fi/joie1rmx1p5p7hkdoefu7/CS-small.jpeg?rlkey=3pio5f4wgcv1tsg1t6qxzrofh&amp;dl=0">https://www.dropbox.com/scl/fi/joie1rmx … h&amp;dl=0</a></p>]]></description>
			<author><![CDATA[null@example.com (soundastic)]]></author>
			<pubDate>Mon, 04 May 2026 20:35:39 +0000</pubDate>
			<guid>https://forum.rme-audio.de/viewtopic.php?id=43285&amp;action=new</guid>
		</item>
		<item>
			<title><![CDATA[TM2 keep group on/off states across snapshots? (ARC as 5.1 controller)]]></title>
			<link>https://forum.rme-audio.de/viewtopic.php?id=43279&amp;action=new</link>
			<description><![CDATA[<p>I had been contemplating the purchase of an ARC USB to use as kind of a 5.1 monitor controller and was thinking about ways to set up TM to do that.</p><p>I have a BBF Pro FS and use a third party ADAT expander. Right now my workflow consists of having 2 snapshots that I load via the A and B buttons to switch between 5.1 and stereo. Both snapshots are setup with the main out being PH3/4 (Headphones) and speaker B being the AN 1/2 output (currently nothing attached, but in future will be used for a dedicated stereo speaker pair), toggled via BBF output button. A fader group is active in both snapshots, linking the main out (PH3/4 and AN 1/2) and the ADAT 1-6 faders.</p><p>The difference between the snapshots is that in the 5.1 snapshot all software playback channels going into the main out are at -inf and each ADAT submix receives audio at an equally set dBFS level from the relevant software playback channel. In the stereo snapshot it is the other way around and all software playback channels send -inf to the ADAT outputs while the main out basically receives a normal stereo via playback channels 1/2 and a 5.1 folddown with ADAT 1-6 panned as required.</p><p>The only thing I am missing for this to be an entirely workable surround setup is a way to solo surround channels. Most of the time I don&#039;t need to solo individual speakers and can live with soloing L+R, LS+RS, C, LFE and combinations thereof. I have tested this idea by setting the four solo groups to solo the respective software playback channels as described and came to the conclusion that within a single snapshot that could work nicely if I had an ARC with physical buttons to control the solos.</p><p>The only problem is, that I regularly switch between the 5.1 setup and stereo and that the soloed channels unsolo themselves when I switch snapshot (or more precisely switch to the state they were in when saving the snapshot).</p><p>I just found out about the release of TM2 and got excited about the feature for loading groups/snapshots independently. However after trying out TM2 I realized that it is not about decoupling the on/off state of existing groups from snapshots but about loading entirely different configurations of groups. So this doesn&#039;t solve my issue.</p><p>So I am wondering if an option to maintain the on/off state of existing groups across snapshots is maybe a feature that you (RME) could add to TM2, or if there is a wiser way to achieve what I want with my existing gear (and potentially an ARC USB) without shelling out big bucks and needing physical space for an actual surround monitor controller?</p>]]></description>
			<author><![CDATA[null@example.com (Phazma)]]></author>
			<pubDate>Sun, 03 May 2026 08:22:25 +0000</pubDate>
			<guid>https://forum.rme-audio.de/viewtopic.php?id=43279&amp;action=new</guid>
		</item>
		<item>
			<title><![CDATA[Installing TM2 over TM1 settings copied?]]></title>
			<link>https://forum.rme-audio.de/viewtopic.php?id=43277&amp;action=new</link>
			<description><![CDATA[<p>Hi,<br />Im thinking of installing TM2 in the near future, i was just wondering if it it is a complete erase and install , or if it copies my layouts / track names etc that i have already set up , eg; do i have to start all over again ? <br />Sorry if this is a a bit of a newbie question. I just wanted to check before going ahead. </p><p>Thanks<br />John</p>]]></description>
			<author><![CDATA[null@example.com (photosinferno)]]></author>
			<pubDate>Sat, 02 May 2026 21:41:31 +0000</pubDate>
			<guid>https://forum.rme-audio.de/viewtopic.php?id=43277&amp;action=new</guid>
		</item>
		<item>
			<title><![CDATA[Question about Channel Layout Options]]></title>
			<link>https://forum.rme-audio.de/viewtopic.php?id=43275&amp;action=new</link>
			<description><![CDATA[<p>I&#039;ve long wondered why, when I examine the Channel Layout Playback tab, my softsynths are &quot;linked&quot; to ADAT.&nbsp; I use 16 ADAT inputs (no outputs) to bring audio in from another computer that is running the VSL Orchestral Cube.&nbsp; </p><p>The softsynths are in the DAW and are not connected to ADAT inputs or outputs in any way that I know of.</p><p>Everything works great, it&#039;s just a question about how the Channel Layout Playback softsynths are labeled.&nbsp; </p><p>Thanks,<br />Jerry<br /><a href="https://www.jerrygerber.com">https://www.jerrygerber.com</a><br /><a href="https://www.youtube.com/@astromusicvideo/videos">https://www.youtube.com/@astromusicvideo/videos</a></p>]]></description>
			<author><![CDATA[null@example.com (jsg)]]></author>
			<pubDate>Fri, 01 May 2026 21:07:42 +0000</pubDate>
			<guid>https://forum.rme-audio.de/viewtopic.php?id=43275&amp;action=new</guid>
		</item>
		<item>
			<title><![CDATA[TotalMix routing — Mic for macOS Dictation without speaker feedback (U]]></title>
			<link>https://forum.rme-audio.de/viewtopic.php?id=43274&amp;action=new</link>
			<description><![CDATA[<p>Hi everyone,</p><p>I have an RME Fireface UFX III connected to a Mac M4. My speakers are connected to the Main Out (XLR), and I have a microphone connected to the Mic 9 input with phantom power (+48V).</p><p>I use macOS Dictation for speech-to-text. I want to be able to use dictation while the speakers are active, without feedback, via a TotalMix snapshot.</p><p>Can&#039;t find I solution.<br />Can anybody help me?</p><p>Thanks.<br />Sotiris</p>]]></description>
			<author><![CDATA[null@example.com (sotiris)]]></author>
			<pubDate>Fri, 01 May 2026 12:12:28 +0000</pubDate>
			<guid>https://forum.rme-audio.de/viewtopic.php?id=43274&amp;action=new</guid>
		</item>
		<item>
			<title><![CDATA[[Solved] Mono mode malfunction in v.2.01]]></title>
			<link>https://forum.rme-audio.de/viewtopic.php?id=43273&amp;action=new</link>
			<description><![CDATA[<p>I noticed what I believe to be a bug in TotalMix v 2.01. When I activated mono listening on the main output, I noticed that the equalization was completely different than in stereo mode. After several checks, I discovered that this depended on the room EQ setting even though it was not turned on (a particular equalization was set, but the equalization was turned off). Being off, it had no effect on stereo listening but modified the mono mode. The problem went away when I reset the room EQ equalizer.</p>]]></description>
			<author><![CDATA[null@example.com (giacspan)]]></author>
			<pubDate>Fri, 01 May 2026 11:12:24 +0000</pubDate>
			<guid>https://forum.rme-audio.de/viewtopic.php?id=43273&amp;action=new</guid>
		</item>
		<item>
			<title><![CDATA[Totalmix 2.0, why so ugly?]]></title>
			<link>https://forum.rme-audio.de/viewtopic.php?id=43272&amp;action=new</link>
			<description><![CDATA[<p>Like the thread title says.&nbsp; Just installed it.&nbsp; Looks totally washed out.&nbsp; Serious lack of informative color.&nbsp; Installed 1.99, that&#039;s more like it!</p>]]></description>
			<author><![CDATA[null@example.com (mark107rmeufx)]]></author>
			<pubDate>Thu, 30 Apr 2026 23:06:29 +0000</pubDate>
			<guid>https://forum.rme-audio.de/viewtopic.php?id=43272&amp;action=new</guid>
		</item>
		<item>
			<title><![CDATA[[ DISPLAY ] Scaling Resets in Mixer View After Matrix View Switch]]></title>
			<link>https://forum.rme-audio.de/viewtopic.php?id=43271&amp;action=new</link>
			<description><![CDATA[<p>When you&#039;re in Mixer View with the correct display setting (scaling at 100%) and you switch to the Matrix, then return to Mixer View, the scaling becomes incorrect even though the original parameter is still properly selected.</p><p>I’ve attached a video showing the issue (available for 24 hours).</p><p><a href="https://jumpshare.com/s/9YRJcogDZqA3LknxwUM6">https://jumpshare.com/s/9YRJcogDZqA3LknxwUM6</a></p><p>- Windows 11<br />- 4K resolution<br />- HDR mode enabled (text readability becomes noticeably worse due to a lack of contrast.)</p><p>Kind regards.</p>]]></description>
			<author><![CDATA[null@example.com (21novoff)]]></author>
			<pubDate>Thu, 30 Apr 2026 19:27:50 +0000</pubDate>
			<guid>https://forum.rme-audio.de/viewtopic.php?id=43271&amp;action=new</guid>
		</item>
	</channel>
</rss>
