anaisbetts / midi-mixer-wavexlr

A Wave Link plugin for MIDI Mixer
23 stars 1 forks source link

Set output device for monitor mix via button #12

Open 5Hu opened 2 years ago

5Hu commented 2 years ago

Hi!

Is it possible to add a function that we can set the output device for the monitor mix?

Best, SHu

TheKJAMP commented 2 years ago

Moin, I am also looking for a way to change the monitor devices with one button. Does this already exist? Can it be that I am stupid? Thanks for your work. toggle monitor device

fu-raz commented 2 years ago

Since the streamdeck can do this, I think this could be accomplished via the plugin. Though it would require a lot of work, because you'd have to be able to select the two output devices to switch between in the plugin settings.

fu-raz commented 2 years ago

I've looked into this and for this to be possible there needs to be a change in MIDI Mixer first. Right now you can create setup pages for your plugin, but you can't feed those pages with dynamic data. On this page https://docs.midi-mixer.com/plugins/create-a-plugin/settings they say: Future releases of MIDI Mixer's Plugin API are expected to contain bidirectional settings (where you can retrieve and set all settings) and more input types.

So we'll need to wait on that before this is even possible.