Warmuptill
Active Member
Unfortunately I didn't manage to get this to work yet. :(Any update on this?
Running the latest version the plug-in and issue persists.
I am not able to reproduce this issue.I think I found a regression bug. My three Websocket conditions seem to match on every event, not filtered, so that all three macros run regardless. (they're identical, except to replace the name as appropriate, and change the audio mix) The highlighting confirms that they are indeed all running. The sending end does work correctly, using the Current Scene Match condition.
View attachment 90837
Only websocket messages matching the given string result in the condition being true.
Can you enable verbose logging and share a corresponding log file?
That should now be possible using variables and a setup similar to the following:Hello, I was checking out the newer version 1.20.1 but I think there is still no way to compare audio volume from different sources right?
The first two macros are used to set the value of variables to the volume level value of the two audio sources.
The Compare macro compares the values of the two variables, and if the first audio source (Desktop Audio) is louder than the second (Mic/Aux) it will switch to the scene "test".
The last macro will switch to scene "Scene 1" if the opposite is true.
I also added a duration modifier to the "Compare" macro so the scene switches will not happen too frequently.
Let me know if you have any questions!