cpyarger / obs-midi

Use MIDI devices to trigger events in OBS and vice versa
https://obs-midi.org
GNU General Public License v2.0
168 stars 20 forks source link

Sources inside of Groups are now available for actions #127

Closed BattyBovine closed 3 years ago

BattyBovine commented 3 years ago

Previous code had no way of checking if there were sources inside of a Group while populating the Source combo box when creating an action. The get_source_names function now checks if each source it found is a Group source, and if so will search for sources within it.