Skip to content

Releases: KaixoCode/SoundMixr

Soundboard Update

08 Jul 10:04

Choose a tag to compare

SoundMixr

SoundMixr is a simple audio mixer for ASIO devices, but specifically made for SAR (http://sar.audio/), it sees all the channels in the ASIO device and shows them with the option to route any input to any output. You can also split any channel into mono channels, or combine them to make channels with as many lines as you like. Each channel also has a mute, mono, stereo pan and volume parameter. Each channel has its own effects chain in which you can add effects. You have the ability to bypass effects and rearrange them by dragging them to a new position in the chain. You can save/load presets for effects, and even for an entire effect chain. Connect with midi devices and link a Midi CC to any parameter in SoundMixr. Open the Soundboard to load up to 16 files. You can play the files using a midi link, or a hotkey. The Soundboard currently only supports WAV files.

Image

Code your own SoundMixr Effects

You can code your own effects as well! A Git repo called EffectBase contains the necessary headers to code a SoundMixr effect. And here is a small example of an effect: SoundMixrEffect. See Documentation for more info.

Changelog

  • Parameter values can now be set to an exact value when you click on the value. (You need to hold the mouse button for a short time)
  • Soundboard!! Woooo! You can now play WAV files using hotkeys or a certain midi key.
  • Added a detailed logging system, so when you run into crashes, you can send me the log, and I might be able to fix it! Yay!!
  • You can now use a custom font in your own themes! Just have the font file in the themes folder, and reference it in your theme!
  • There is now also the option to have the Effect Panel in a separate window. You can also have it in the main window and a separate window at the same time! But the scrolling is a bit bugged when you do that...
  • Once again lots of bug fixes, but obviously probably new bugs as well, so please let me know when you encounter one!

If you have any ideas, feedback, or bugs you can find me on Discord: @Kaixo#0001

Midi Update

27 Mar 21:57
e6d5f8f

Choose a tag to compare

SoundMixr

SoundMixr is a simple audio mixer for ASIO devices, but specifically made for SAR (http://sar.audio/), it sees all the channels in the ASIO device and shows them with the option to route any input to any output. You can also split any channel into mono channels, or combine them to make channels with as many lines as you like. Each channel also has a mute, mono, stereo pan and volume parameter. Each channel has its own effects chain in which you can add effects. You have the ability to bypass effects and rearrange them by dragging them to a new position in the chain. You can save/load presets for effects, and even for an entire effect chain. Connect with midi devices and link a Midi CC to any parameter in SoundMixr.

Image

Code your own SoundMixr Effects

You can code your own effects as well! There is a Git repo called EffectBase that contains the necessary headers to code a SoundMixr effect. And here is a small example of an effect: SoundMixrEffect. See Documentation for more info.

Changelog

  • You can now connect with Midi devices to control any parameter in SoundMixr!
  • Completely customizable themes! All themes are now simple JSON files, so you can create your own themes very easily!
  • Better looking Knobs (Fixed some antialiasing issues).
  • Added Delay and Flanger effect.
  • Save effect/effect chain presets.
  • Lots of bug fixes (but if you do find any please let me know!!)

If you have any ideas, feedback, or bugs you can find me on Discord: @Kaixo#0001

v1.3-pre-release

23 Mar 21:51
29b415b

Choose a tag to compare

v1.3-pre-release Pre-release
Pre-release

!!THIS IS A PRE-RELEASE!!

In theory, this version is bug-free and works perfectly, but I haven't finished all the goals I set for v1.3 yet. I just thought I'd put out the Midi Update a little early, most unimplemented goals are aesthetic-only anyway. If you do encounter a crash please do let me know asap over on Discord @Kaixo#0001

SoundMixr

SoundMixr is a simple audio mixer for ASIO devices, but specifically made for SAR (http://sar.audio/), it sees all the channels in the ASIO device and shows them with the option to route any input to any output. You can also split any channel into mono channels, or combine them to make channels with as many lines as you like. Each channel also has a mute, mono, stereo pan and volume parameter. Each channel has its own effects chain in which you can add effects. You have the ability to bypass effects and rearrange them by dragging them to a new position in the chain. You can connect with midi devices and link a Midi CC to any parameter in SoundMixr.

Image

Code your own SoundMixr Effects

You can code your own effects as well! There is a Git repo called EffectBase that contains the necessary headers to code a SoundMixr effect. And here is a small example of an effect: SoundMixrEffect

Changelog

  • You can now connect with Midi devices to control any parameter in SoundMixr!
  • Completely customizable themes! All themes are now simple JSON files, so you can create your own themes very easily!
  • Better looking Knobs (Fixed some antialiasing issues)

If you find any bugs let me know asap over on Discord so I can fix them @Kaixo#0001

v1.2.1

14 Mar 13:59
b040dc4

Choose a tag to compare

SoundMixr

SoundMixr is a simple audio mixer for ASIO devices, but specifically made for SAR (http://sar.audio/), it sees all the channels in the ASIO device and shows them with the option to route any input to any output. You can also split any channel into mono channels, or combine them to make channels with as many lines as you like. Each channel also has a mute, mono, stereo pan and volume parameter. Each channel has its own effects chain in which you can add effects. You have the ability to bypass effects and rearrange them by dragging them to a new position in the chain.

Image

Code your own SoundMixr Effects

You can code your own effects as well! There is a Git repo called EffectBase that contains the necessary headers to code a SoundMixr effect. And here is a small example of an effect: SoundMixrEffect

Changelog

  • Effects are now separate DLLs.
  • You can now code your own SoundMixr effects!!
  • Added Chorus effect.

If you find any bugs let me know asap over on Discord so I can fix them @\Kaixo#0001

v1.2.0

07 Mar 20:45
b971eba

Choose a tag to compare

SoundMixr

SoundMixr is a simple audio mixer for ASIO devices, but specifically made for SAR (http://sar.audio/), it sees all the channels in the ASIO device and shows them with the option to route any input to any output. You can also split any channel into mono channels, or combine them to make channels with as many lines as you like. Each channel also has a mute, mono, stereo pan and volume parameter. Each channel has its own effects chain in which you can add the built-in effects (Dynamics, Equalizer, Utility, more soon!). You have the ability to bypass effects and rearrange them by dragging them to a new position in the chain.

Image

Changelog

  • New effect chain with built-in effects (no VST support yet)
  • Current built-in effects are Compressor/Expander, Equalizer, and a Utility effect with a limiter and some other basic functionality.
  • Removed Light theme, because maintaining 3 different themes while a lot of things are changing is too much work. The plan is to have fully customizable themes at some point anyway! So you'll have to do with Blue or Dark theme.
  • The way the saving of the routing works has been completely changed so no backwards compatibility with old saves, unfortunately.

This is a big update, so if you find any bugs let me know asap over on Discord so I can fix them @\Kaixo#0001

v1.1.3

28 Feb 21:33
1bb07da

Choose a tag to compare

SoundMixr

SoundMixr is a simple audio mixer for ASIO devices, but specifically made for SAR (http://sar.audio/), it sees all the channels in the ASIO device and shows them with the option to route any input to any output. You can also split any channel into mono channels, or combine them to make channels with as many lines as you like. Each channel also has a mute, mono, stereo pan and volume parameter.

Image

If you have any ideas or feedback you can find me on Discord: @\Kaixo#0001

Changelog

  • Now Mono actually mono's, the previous update each consecutive channel would lag 1 sample behind.
  • More completely useless CPU and GPU optimizations, speeding it up by approximately 0.2% (I'm trying alright...)

v1.1.2

26 Feb 23:08

Choose a tag to compare

SoundMixr

SoundMixr is a simple audio mixer for ASIO devices, but specifically made for SAR (http://sar.audio/), it sees all the channels in the ASIO device and shows them with the option to route any input to any output. You can also split any channel into mono channels, or combine them to make channels with as many lines as you like. Each channel also has a mute, mono, stereo pan and volume parameter.

Image

If you have any ideas or feedback you can find me on Discord: @\Kaixo#0001

Changelog

  • Fixed Mute and Mono buttons not linking up with the Mono and Mute buttons in the right-click menu.
  • Very minor GPU and CPU optimizations.

v1.1.1

26 Feb 15:43

Choose a tag to compare

SoundMixr

SoundMixr is a simple audio mixer for ASIO devices, but specifically made for SAR (http://sar.audio/), it sees all the channels in the ASIO device and shows them with the option to route any input to any output. You can also split any channel into mono channels, or combine them to make channels with as many lines as you like. Each channel also has a mute, mono, stereo pan and volume parameter.

Image

If you have any ideas or feedback you can find me on Discord: @\Kaixo#0001

Changelog

  • Fixed mono button not doing anything.
  • Now when you make an input mono, any output that you route it to will spread that mono signal over all channels of that output.

v1.1.0

25 Feb 21:15
889eccd

Choose a tag to compare

SoundMixr

SoundMixr is a simple audio mixer for ASIO devices, but specifically made for SAR (http://sar.audio/), it sees all the channels in the ASIO device and shows them with the option to route any input to any output. You can also split any channel into mono channels, or combine them to make channels with as many lines as you like. Each channel also has a mute, mono, stereo pan and volume parameter.

Image

If you have any ideas or feedback you can find me on Discord: @\Kaixo#0001

Changelog

  • You can now split channels into mono channels, or combine them to make channels with as many lanes as you want! Simply select a channel, then right-click on another channel and press "Combine" to merge it with the selected channel! To split, you simply right click on a channel and press "Split" and it will split it in the middle!
  • Themes!! There are currently 3 themes available: Dark, Light and Blue.

v1.0.2

23 Feb 13:09

Choose a tag to compare

SoundMixr

SoundMixr is a simple audio mixer for ASIO devices, but specifically made for SAR (http://sar.audio/), it sees all the channels in the ASIO device and shows them with the option to route any input to any output. Each channel also has a mute, mono, stereo pan and volume parameter.

Image

If you have any ideas or feedback you can find me on Discord: @\Kaixo#0001

Changelog

  • SoundMixr is now a system tray icon, the GUI can be closed and it will keep routing the audio. The GUI can be opened again by clicking on the system tray icon. By right-clicking on the system tray icon a menu pops up and you can close SoundMixr.