<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/">
  <channel>
    <title>Mixing Station Blog</title>
    <link>https://mixingstation.app/blog</link>
    <description>News and updates about Mixing Station</description>
    <language>en</language>
    <lastBuildDate>Sat, 26 Sep 2026 00:00:00 GMT</lastBuildDate>
    <atom:link href="https://mixingstation.app/blog/rss.xml" rel="self" type="application/rss+xml"/>
    <item>
      <title>Layout Editor Overhaul</title>
      <link>https://mixingstation.app/blog/2026-09-26-layout-editor</link>
      <guid isPermaLink="true">https://mixingstation.app/blog/2026-09-26-layout-editor</guid>
      <pubDate>Sat, 26 Sep 2026 00:00:00 GMT</pubDate>
      <description>The old editor needed some rework</description>
      <category>Beta</category>
      <content:encoded><![CDATA[<p>The layout editor was one of the older parts of Mixing Station that received many feature updates over the years
but the UX started to get bad. Especially for new users the experience was not great.</p>
<h2>Zoom and Pan</h2>
<p>Editing smaller UI elements was always a pain on touch
devices. The current solution was to switch between the
&quot;move only&quot; and &quot;resize only&quot; modes.
Those modes (while effective) were cumbersome to use
and not really intuitive.</p>
<p>The solution to that was to add zoom and pan.
Now you can simply zoom in to editing finer details.</p>
<p>Various keyboard and mouse shortcuts are available
(space / 3rd mouse button to move, wheel to zoom) as well
as pinch-to-zoom.</p>
<p>Pinch-to-zoom was implemented in a way that prevents
accidental movements of UI elements.</p>
<p>To select UI elements, you now have a dedicated &quot;select&quot; mode,
accessible in the bottom left menu.</p>
<p><img src="https://mixingstation.app/blog/img/layout-overhaul/topnav.png" alt="Top Nav"></p>
<h2>Resize behavior</h2>
<p>Being able to zoom meant that now we can simply increase the resize handles
making it easier to resize items while still being able to
move them without issues.
<img src="https://mixingstation.app/blog/img/layout-overhaul/resize-handle.png" alt="resize-handle.png"></p>
<p>Also, the selected UI item now has priority over others.
See this example:
<img src="https://mixingstation.app/blog/img/layout-overhaul/overlap.png" alt="Overlap"></p>
<p>In the past clicking on the left resize handle would
have selected the button in the background.
But now it correctly allows you to resize the selected item.</p>
<h2>New Menus</h2>
<p>The old top menu bar was cluttered with items, some self-explaining - others not.</p>
<p>A lot of those have been simplified / merged and moved into a context sensitive menu-bar at the
bottom of the screen:</p>
<p><img src="https://mixingstation.app/blog/img/layout-overhaul/menus.png" alt="Context Menu"></p>
<p>The left side controls how you interact with the editor (Move, Pan, Select)
and the right side is context sensitive for the currently selected
UI element.</p>
<h2>UI Settings</h2>
<p>In the past when editing an UI element, the settings dialog
was opened on a new view. This meant that you couldn't see
what you're actually changing.</p>
<p>To improve that, the UI settings are now available directly
inside the layout editor:</p>
<p><img src="https://mixingstation.app/blog/img/layout-overhaul/settings.png" alt="Settings"></p>
<p>This side-menu can ba resized or closed depending
on the available screenspace.</p>
<p>Changes are applied immediately so you can see what you're
actually doing</p>
<h2>Beta feedback</h2>
<p>So far the feedback during the beta test was rather positive.
While it takes some getting used to if you're used to the old way,
you are usually much faster than before.</p>
<h2>Release</h2>
<p>Those changes will be included in 3.2.0</p>
]]></content:encoded>
    </item>
    <item>
      <title>Personal Monitoring</title>
      <link>https://mixingstation.app/blog/2026-09-26-personal-monitoring</link>
      <guid isPermaLink="true">https://mixingstation.app/blog/2026-09-26-personal-monitoring</guid>
      <pubDate>Sat, 26 Sep 2026 00:00:00 GMT</pubDate>
      <description>For venues or sound engineers...</description>
      <category>Beta</category>
      <content:encoded><![CDATA[<p>For venues or sound engineers it can be a double-edged sword
to provide musicians access to their network to allow them
to edit their own monitor mix.</p>
<p>In the end you have to trust them not to download another
app to access the FoH mix, or not to accidentally break something.
And telling them to download the correct app for your desk,
then configuring it costs time which isn't always available.</p>
<p>(Of course if you're a musician traveling with your own
gear all those point aren't an issue. This post focuses on venues and sound engineers)</p>
<p>While Mixing Station already has a personal monitoring
mode, it requires the app and configuration and
can be confusing for the average &quot;I just want to make channel X louder&quot; person.</p>
<p>So what's the solution?</p>
<h2>Mixing Station Web-Access</h2>
<p>To solve all those issues I've added a new web-based interface available in the Desktop version
of Mixing Station:</p>
<p><img src="https://mixingstation.app/blog/img/pm/pmweb.png" alt="Web"></p>
<p>It can only control the monitor mixes you configure,
and only provides access to level, pan and send mutes.</p>
<p>Layers are configured automatically based on screen size
but can be adjusted if required. Settings are stored inside the browser.</p>
<p>The configuration is done directly inside Mixing Station
(Mixer menu -&gt; Web Access):</p>
<p><img src="https://mixingstation.app/blog/img/pm/config.png" alt="Config"></p>
<p>You can even print the QR code and hang is somewhere.</p>
<h2>Network Segmentation</h2>
<p>If you <strong>really</strong> want to secure things you can now segment your network and provide
a dedicated Wifi which just has access to the Mixing Station Web-UI.
This of course requires some network knowledge, and is totally
optional in using this feature. But it allows you to ensure
no-one can access things they're not supposed to.</p>
<pre><code class="language-txt">Mixer &lt;------&gt;     Mixing Station      &lt;---&gt; Web Access
               Desktop (Win/Mac/Linux)       Any browser
192.168.0.1  192.168.0.2  |  10.1.1.1        10.1.1.2
</code></pre>
<p>(yes, I still do my ascii art by hand, no AI here)</p>
<p>This requires a 2nd network interface on your desktop system
or a switch with ACLs. I won't go into details
as this is an advanced setup</p>
<h2>For developers</h2>
<p>If you're a developer: The Mixing Station API can now
be password protected and put into a read-only mode.</p>
<h2>Release</h2>
<p>Mixing Station Web-Access will be included in 3.2.0
and will require a subscription.</p>
]]></content:encoded>
    </item>
    <item>
      <title>Preview V3.0.0</title>
      <link>https://mixingstation.app/blog/2026-05-19-v3.0.0</link>
      <guid isPermaLink="true">https://mixingstation.app/blog/2026-05-19-v3.0.0</guid>
      <pubDate>Tue, 19 May 2026 00:00:00 GMT</pubDate>
      <description>Mixing Station V3.0.0 will include lots of new things</description>
      <category>Release</category>
      <content:encoded><![CDATA[<p>Development for Mixing Station V3.0.0 has already been in the works for quite some time now (in parallel to the
current regular updates).</p>
<p>Now it's time to give you some preview of what you can expect from the new update.</p>
<h1>Improved Graphics</h1>
<p>The &quot;old-school&quot; looking UI was always a bit of a discussion point between users. Rendering was optimized to save cpu/gpu cycles to save on battery.
But as newer chips and devices are now more common, it is now easier to render more complex graphics without any penalty on the battery.</p>
<h2>New Knobs</h2>
<p>Knobs are now in a proper 3D design with dynamic shadows and coloring:</p>
<p><img src="https://mixingstation.app/blog/img/v3/knobs.png" alt="New knobs"></p>
<h2>New metering</h2>
<p>The meter indicators are now using smooth gradients in &quot;smooth&quot; mode with
a small peak-hold indicator, and proper LED segments with glow in &quot;LED&quot; mode:</p>
<table>
<thead>
<tr>
<th>Smooth</th>
<th>LED</th>
<th>LED</th>
</tr>
</thead>
<tbody>
<tr>
<td><img src="https://mixingstation.app/blog/img/v3/meter.png" alt="Meters"></td>
<td><img src="https://mixingstation.app/blog/img/v3/meter-led.png" alt="LED"></td>
<td><img src="https://mixingstation.app/blog/img/v3/meter-led2.png" alt="LED"></td>
</tr>
</tbody>
</table>
<h2>Sliders</h2>
<p>Sliders are now also with shadows and an improved position indicator:</p>
<table>
<thead>
<tr>
<th>General</th>
<th>Sends</th>
<th>Pan</th>
</tr>
</thead>
<tbody>
<tr>
<td><img src="https://mixingstation.app/blog/img/v3/sliders-1.png" alt="Slider"></td>
<td><img src="https://mixingstation.app/blog/img/v3/sliders-2.png" alt="Colored Sliders"></td>
<td><img src="https://mixingstation.app/blog/img/v3/pan.png" alt="Pan"></td>
</tr>
</tbody>
</table>
<p>Note that the pan sliders have also been replaced, it is not possible anymore to choose between 2 styles.</p>
<p>Counterintuitively these UI changes even save on battery on nearly all tested devices (even on a 9-year-old Amazon Kindle).</p>
<p>Also: You can still use the theme system to change the colors to your liking.</p>
<h2>Improved theme editor</h2>
<p>The theme editor now groups items by category, and provides more previews. Also editing the color of custom UI elements
is now easier.</p>
<h2>Custom Images</h2>
<p>This feature is already available in the current version, but has been improved.
You can now also use custom images for buttons.</p>
<h1>MS Scene Improvements</h1>
<p>MS Scenes now have a configurable scope, which is stored inside the scene itself (similar to how some mixers use Snapshots).</p>
<p>The scope is now also configurable on a per-channel basis!</p>
<p><img src="https://mixingstation.app/blog/img/v3/scope.png" alt="Scope"></p>
<h1>MS Scene and MS Preset actions</h1>
<p>It is now possible to recall MS Scenes, Channel Presets, FX Presets and Input Routing presets using actions!</p>
<p>This allows you to recall for example routing changes, or single channel preset with a single button.</p>
<p><img src="https://mixingstation.app/blog/img/v3/recall.png" alt="Recall"></p>
<h1>Metering</h1>
<p>The metering tap points a now properly labeled instead of just Pre/Post so you know the actual point
in the signal chain that you're looking at
<img src="https://mixingstation.app/blog/img/v3/meter-tap.png" alt="Meter Tap"></p>
<h1>Send-Assignments</h1>
<p>Improved send assignment view with direct access to the signal tap points</p>
<p><img src="https://mixingstation.app/blog/img/v3/assign.png" alt="Assignments"></p>
<p>Depending on the feedback I receive there might be some additional changes, so this is not the final list.</p>
]]></content:encoded>
    </item>
    <item>
      <title>Layout Editor improvements</title>
      <link>https://mixingstation.app/blog/2026-04-25-layout</link>
      <guid isPermaLink="true">https://mixingstation.app/blog/2026-04-25-layout</guid>
      <pubDate>Sat, 25 Apr 2026 00:00:00 GMT</pubDate>
      <description>Smart snap, updated grid and more</description>
      <category>Beta</category>
      <content:encoded><![CDATA[<p>The layout editor of Mixing Station always was a bit clunky to use, especially on mobile devices.
To improve the usability, I started implementing smart snap. Similar to other visual editors, like for example
photoshop or PowerPoint, when dragging UI items around they will automatically snap into place based
on the other UI items around them:</p>
<p><img src="https://mixingstation.app/blog/img/smart-snap1.png" alt="Smart Snap"></p>
<p>It also snaps into place using similar distances to other item as a reference, allowing you to quickly
place items with equal margin between them.</p>
<p>This makes it very easy to quicky create layouts that look nice, and it's much easier than with the previous
grid system.</p>
<p>Speaking of grid system: With the addition of smart snap, the previous grid system felt
a bit out of place as it now lost its importance. Therefore, it has been removed from the main menu
and placed into the layout settings popup:</p>
<p><img src="https://mixingstation.app/blog/img/layout-settings-1.png" alt="Layout settings"></p>
<p>There you can also disable smart snap if you want.</p>
<p>The snap grid itself is now also much finer, but to avoid visual clutter the grid that you see on the screen
is bigger.</p>
<p>Those changes will be tested in the beta and might be adjusted based on feedback.</p>
]]></content:encoded>
    </item>
    <item>
      <title>Release V2.9.0</title>
      <link>https://mixingstation.app/blog/2026-04-18-v2.9.0</link>
      <guid isPermaLink="true">https://mixingstation.app/blog/2026-04-18-v2.9.0</guid>
      <pubDate>Sat, 18 Apr 2026 00:00:00 GMT</pubDate>
      <description>Mixing Station V2.9.0 has been released</description>
      <category>Release</category>
      <content:encoded><![CDATA[<p>Mixing Station V2.9.0 has been released and is currently in review by the various appstores.
It may take 3-5 days until you see the update.</p>
<p>Take a look at the <a href="https://mixingstation.app/changelogs">full changelog</a> for more details about the update.</p>
<p>The most important changes in this release is the compatibility with Avantis 2.0. This required a bit of a refactoring
of the dLive code to make it reusable for Avantis (since both are now having Ultra FX processing).</p>
<p>To give some insights to non-developers why new mixer firmware updates may take some time before they are supported
by Mixing Station. Just for the Avantis 2.0 change I had to:</p>
<ul>
<li>Check all parameters available for changes (more than a couple of thousand)</li>
<li>Reverse engineer the IDs that have been changed by the update (a couple of hundred)</li>
<li>Change how FX/Comp/Gate models are recalled</li>
<li>Change about 5200 lines of code</li>
<li>Write new tests to ensure the new logic works as expected</li>
<li>Do testing with the actual hardware to make sure everything works</li>
<li>Fix metering</li>
</ul>
<p>All that in about 3-4 days. So please be patient before installing new firmware updates,
always check the <a href="https://mixingstation.app/ms-docs/feature-list/">compatibility matrix</a> first 🙂</p>
]]></content:encoded>
    </item>
    <item>
      <title>Avantis 2.0</title>
      <link>https://mixingstation.app/blog/2026-04-17-avantis-v2</link>
      <guid isPermaLink="true">https://mixingstation.app/blog/2026-04-17-avantis-v2</guid>
      <pubDate>Fri, 17 Apr 2026 00:00:00 GMT</pubDate>
      <description>New Avantis firmware released, please be patient!</description>
      <category>A&amp;H</category>
      <content:encoded><![CDATA[<p>Avantis 2.0 just released - Mixing Station is <strong>not</strong> yet compatible.</p>
<p>The majority of feature updates require Mixing Station to be updated as well to be compatible.</p>
<p>In case of the Avantis 2.0 update a lot has changed. Therefore, it might take a week to get everything working and implemented.</p>
<p>Mixing Station <a href="https://mixingstation.app/changelogs">2.9.0</a> will include these changes and it's currently already in beta test.
<br/><br/></p>
<p>If you already updated your Mixer but need Mixing Station to work, please consider downgrading the Desk until support for 2.0 has been added.
You can find the current version compatibility listed in <a href="https://mixingstation.app/ms-docs/feature-list/">the manual</a></p>
]]></content:encoded>
    </item>
    <item>
      <title>New blog</title>
      <link>https://mixingstation.app/blog/2026-04-15-hello</link>
      <guid isPermaLink="true">https://mixingstation.app/blog/2026-04-15-hello</guid>
      <pubDate>Wed, 15 Apr 2026 00:00:00 GMT</pubDate>
      <description>All announcements at one place</description>
      <category>General</category>
      <content:encoded><![CDATA[<h1>New blog!</h1>
<p>To streamline communication I've added a blog system to the website.
Here you'll find infos about upcoming updates, changes and more detailed
explanation about certain bugs that are being worked on.</p>
]]></content:encoded>
    </item>
  </channel>
</rss>
