SplitmediaLabsLimited / xjs

XSplit JS Framework. Make plugins for XSplit Broadcaster, quickly and easily.
Other
39 stars 11 forks source link

Bug: Name of audio device not updated on AudioSource.setValue() #300

Closed matthijskooijman closed 4 years ago

matthijskooijman commented 4 years ago

The name of an AudioSource seems to reflect the name of the audio device selected. However, when running setValue(), the name is not updated, which is inconsistent with e.g. MediaSource.setValue which does update the name.

I assume that the GUI does update the name when selecting a default device, but haven't been able to confirm that (having some issues with XBC crashing on this older PC, plus some weirdness wrt linked sources).

SML-MeSo commented 4 years ago

For fixing, will also recheck all the other source types and their intricacies with respect to changing sources

SML-MeSo commented 4 years ago

Upon checking, here are the source types where we need to specifically change the names:

Source types we don't have to change