Magical Mixing Console #806
matiasbarrios
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Hi everyone!
I wanted to share something I’ve been building with Radix Themes: Magical Mixing Console, a cross-platform app for controlling digital audio mixers.
Even though the domain is audio, the reason I’m sharing it here is the UI. The app has a lot of dense, real-time controls: mixer channels, settings panels, dialogs, routing-like interactions, device state, feedback, navigation, and custom controls. Radix Themes became a very important part of making all of that feel coherent and usable.
It gave me a design system I could trust while I focused on the product itself. Buttons, forms, dialogs, menus, layout, typography, color scales, dark mode, accessibility: all those pieces added up quickly. At the same time, I was still able to build custom components where the app needed them, like mixer-style meter sliders and audio-specific control surfaces.
So thank you! Radix Themes helped me ship something much more polished than I could have achieved on my own in the same amount of time.
Project:
https://magicalmixingconsole.com
Open-source core communication layer:
https://github.com/matiasbarrios/magical-mixers
All reactions