<?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 — Data Edit values typed are not what is entered?]]></title>
		<link>https://forum.rme-audio.de/viewtopic.php?id=43330</link>
		<atom:link href="https://forum.rme-audio.de/extern.php?action=feed&amp;tid=43330&amp;type=rss" rel="self" type="application/rss+xml" />
		<description><![CDATA[The most recent posts in Data Edit values typed are not what is entered?.]]></description>
		<lastBuildDate>Thu, 21 May 2026 06:20:22 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: Data Edit values typed are not what is entered?]]></title>
			<link>https://forum.rme-audio.de/viewtopic.php?pid=252102#p252102</link>
			<description><![CDATA[<p>Fixed in version 2.02. Please download from our website.</p>]]></description>
			<author><![CDATA[null@example.com (MC)]]></author>
			<pubDate>Thu, 21 May 2026 06:20:22 +0000</pubDate>
			<guid>https://forum.rme-audio.de/viewtopic.php?pid=252102#p252102</guid>
		</item>
		<item>
			<title><![CDATA[Re: Data Edit values typed are not what is entered?]]></title>
			<link>https://forum.rme-audio.de/viewtopic.php?pid=252036#p252036</link>
			<description><![CDATA[<p>This problem does not occur in TotalMix v2.0, and the release notes for v2.01 refer to changes in &quot;Gain adjustment via dialog box&quot;. We have live sessions this weekend and always make gain adjustments manually for accuracy; should we go back to v2.0?</p>]]></description>
			<author><![CDATA[null@example.com (carich)]]></author>
			<pubDate>Mon, 18 May 2026 14:40:17 +0000</pubDate>
			<guid>https://forum.rme-audio.de/viewtopic.php?pid=252036#p252036</guid>
		</item>
		<item>
			<title><![CDATA[Re: Data Edit values typed are not what is entered?]]></title>
			<link>https://forum.rme-audio.de/viewtopic.php?pid=251997#p251997</link>
			<description><![CDATA[<div class="quotebox"><cite>babul wrote:</cite><blockquote><p>Repeating the entered value again always worked.</p></blockquote></div><p>Yes, because it updates the lowest level remembered on the 1st try, and gives the correct result on the 2nd try. If you try a 3rd time with a lower value, it will go wrong again.</p>]]></description>
			<author><![CDATA[null@example.com (carich)]]></author>
			<pubDate>Fri, 15 May 2026 22:49:08 +0000</pubDate>
			<guid>https://forum.rme-audio.de/viewtopic.php?pid=251997#p251997</guid>
		</item>
		<item>
			<title><![CDATA[Re: Data Edit values typed are not what is entered?]]></title>
			<link>https://forum.rme-audio.de/viewtopic.php?pid=251996#p251996</link>
			<description><![CDATA[<div class="quotebox"><cite>carich wrote:</cite><blockquote><p>haven&#039;t been able to predict what value will be assigned when one is typed.</p></blockquote></div><p>For each slider, it seems to remember the lowest level you&#039;ve manually entered (initially zero), even when the resulting level is different. When you manually enter a level below its lowest, the resulting level includes double the amount below its lowest. The following python code reproduces the input/output behavior:</p><div class="codebox"><pre><code>lowest = 0
while (True):
    level = int(input(&quot;\nlevel in:  &quot;))
    print(&quot;level out: &quot;, end=&quot;&quot;)

    if (level &lt; lowest):
        print(lowest - 2*(lowest - level))
        lowest = level
    else:
        print(level)</code></pre></div><p>Changing a level with a slider doesn&#039;t affect the next level that results when you manually enter a value. This feels like some kind of trim calculation gone wrong, triggered by manual entry.</p>]]></description>
			<author><![CDATA[null@example.com (carich)]]></author>
			<pubDate>Fri, 15 May 2026 22:32:03 +0000</pubDate>
			<guid>https://forum.rme-audio.de/viewtopic.php?pid=251996#p251996</guid>
		</item>
		<item>
			<title><![CDATA[Re: Data Edit values typed are not what is entered?]]></title>
			<link>https://forum.rme-audio.de/viewtopic.php?pid=251995#p251995</link>
			<description><![CDATA[<p>Ha! I was coming to mention the same thing.</p><p>I was manually entering values for compressor and EQ settings for a live session last night. Often after I typed a value, what was actually saved was not the value I entered. I assumed I mistyped carelessly, but it kept happening. When I paid attention and typed slowly, I saw it was not saving what I typed. Repeating the entered value again always worked.</p>]]></description>
			<author><![CDATA[null@example.com (babul)]]></author>
			<pubDate>Fri, 15 May 2026 22:03:18 +0000</pubDate>
			<guid>https://forum.rme-audio.de/viewtopic.php?pid=251995#p251995</guid>
		</item>
		<item>
			<title><![CDATA[Data Edit values typed are not what is entered?]]></title>
			<link>https://forum.rme-audio.de/viewtopic.php?pid=251988#p251988</link>
			<description><![CDATA[<p>We used TotalMix FX v2.01 on a live session last night and discovered that when entering mixer levels manually in a Data Edit window, the values assigned are often wrong; i.e., not what you typed?? We can easily reproduce the problem, but haven&#039;t been able to predict what value will be assigned when one is typed.</p><p>A video showing the (disconcerting) phenomenon is posted at <a href="https://littlemountainmusic.org/download/DataEditErrors.mp4">https://littlemountainmusic.org/downloa … Errors.mp4</a>. We can provide a workspace file if needed, but it occurs after a total mixer reset.</p>]]></description>
			<author><![CDATA[null@example.com (carich)]]></author>
			<pubDate>Fri, 15 May 2026 19:06:14 +0000</pubDate>
			<guid>https://forum.rme-audio.de/viewtopic.php?pid=251988#p251988</guid>
		</item>
	</channel>
</rss>
