Hi, I have caught a bug.
Steps to replicate:
1.Setup MIDIControl and connect toobs
2. Create new scene collection
3. Add 2 audio sources
4.Group these 2 audio sources and name the group whatever
5. Add compressor filter to one of the audio sources
6. Try to add or edit a midi bind in MIDIControl
get
************** Exception Text **************
OBSWebsocketDotNet.ErrorResponseException: specified source doesn't exist
at OBSWebsocketDotNet.OBSWebsocket.SendRequest(String requestType, JObject additionalFields)
at OBSWebsocketDotNet.OBSWebsocket.GetSourceFilters(String sourceName)
at MidiControl.OBSControl.GetFilters()
at MidiControl.EntryGUI.InitControls()
at MidiControl.EntryGUI..ctor(String name, KeyBindEntry keybind)
at MidiControl.MIDIControlGUI.EditEntry_Click(Object sender, EventArgs e)
at System.Windows.Forms.Control.OnClick(EventArgs e)
at System.Windows.Forms.Button.OnClick(EventArgs e)
at System.Windows.Forms.Button.OnMouseUp(MouseEventArgs mevent)
at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
at System.Windows.Forms.Control.WndProc(Message& m)
at System.Windows.Forms.ButtonBase.WndProc(Message& m)
at System.Windows.Forms.Button.WndProc(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)