-
Notifications
You must be signed in to change notification settings - Fork 22
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
InputVolumeMeters report no values #61
Comments
Oh this is a bug in the generation code :( The right type for This should translate to
This is a result of some wonky logic here: goobs/internal/generate/protocol/generate.go Lines 440 to 499 in b67ee58
It's a remnant of the v4 protocol where it documented common typedefs that it then referred to in requests, but in v5 a lot of the request types are documented as just At the risk of just using |
Already tested and incorporated your changes, seems to work nicely including meters and setting zero values. Thank you very much! |
Oh snap are you talking about #81? That's crazy thank you for testing it out already! I was hesitant to ping you here until I was ready to cut a release but this gives me more confidence in it! |
Yep, didn't use the new builder pattern but it works great in my bridge app: https://github.com/normen/obs-mcu I basically just had to add a few |
Thanks once again for testing this out 🙏 I released these changes in v1.0.0 |
Hi,
for the
InputVolumeMeters
messages I do manage to enable them but the resulting event doesn't seem to contain any info about the actual meters, only the name and type of the channel?Am I missing something?
Thanks for any hints and especially for the library!
The text was updated successfully, but these errors were encountered: