sorah / totaldim

simple Windows app that send Dim OSC message when mute key was pressed for TotalMix

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Totaldim

Simple Windows application that sends OSC message to address /1/mainDim on 127.0.0.1:7001 with value 1.0f when Mute key or Ctrl-F10 key is pressed. It means, when local TotalMix instance listens OSC on :7001, pressing such keys toggle [Dim] of Main control room output.

Unfortunately there's no OSC control for Mute, so if we want main output to be muted, we need to set Dim volume to -Inf in TotalMix Settings.

To-do

  • Customizable keybinds
  • Accept local/destination udp address in command line arguments

About

simple Windows app that send Dim OSC message when mute key was pressed for TotalMix

License:MIT License


Languages

Language:Rust 100.0%