You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the feature
It's possible to set an input to audio "SeperateMono" mode. I would like to see the following features for this mode:
Implementation of actions "SetVolumeChannel1" and "SetVolumeChannel2" to control the channels volume independently (action).
Implementation of single channel volume meter, assignable to channel 1 or channel 2 of an input (feedback). Like the existing one, but only with one meter.
Implementation of variables "volume linear" and "volume db", assignable to channel 1 or channel 2 of an input (feedback). Like the existing ones, but only with the value of the selected channel.
Is this version dependent (vMix v24.)?
No
If documentation is required to implement, do you know where to find it? https://www.vmix.com/help27/ShortcutFunctionReference.html
Feedback about volume level is provided in the xml api: volumeF1="1" volumeF2="1"
Feedback about meters is provided in the xml api: meterF1="0.1160889" meterF2="0.1160889"
Usecases
My use case: I have commentators coming in, commentator 1 on left channel and commentator 2 on right channel of a stereo interface/input. Putting the audio input into "SeperateMono" mode I can control the volume individually.
Thank you for considering.
The text was updated successfully, but these errors were encountered:
Describe the feature
It's possible to set an input to audio "SeperateMono" mode. I would like to see the following features for this mode:
Is this version dependent (vMix v24.)?
No
If documentation is required to implement, do you know where to find it?
https://www.vmix.com/help27/ShortcutFunctionReference.html
Feedback about volume level is provided in the xml api: volumeF1="1" volumeF2="1"
Feedback about meters is provided in the xml api: meterF1="0.1160889" meterF2="0.1160889"
Usecases
My use case: I have commentators coming in, commentator 1 on left channel and commentator 2 on right channel of a stereo interface/input. Putting the audio input into "SeperateMono" mode I can control the volume individually.
Thank you for considering.
The text was updated successfully, but these errors were encountered: