We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I know that this already supports OSC, but have you thought about implementing VMC?
https://protocol.vmc.info/english.html
Is basically sending each blendshape through OSC, but to the following endpoint /VMC/Ext/Blend/Val (string){name} (float){value}
/VMC/Ext/Blend/Val (string){name} (float){value}
And when finished send /VMC/Ext/Blend/Apply
/VMC/Ext/Blend/Apply
This would let this to be used on other compatible apps :)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I know that this already supports OSC, but have you thought about implementing VMC?
https://protocol.vmc.info/english.html
Is basically sending each blendshape through OSC, but to the following endpoint
/VMC/Ext/Blend/Val (string){name} (float){value}
And when finished send
/VMC/Ext/Blend/Apply
This would let this to be used on other compatible apps :)
The text was updated successfully, but these errors were encountered: