Cazzar / VTubeStudio-StreamDeck

16 stars 3 forks source link

Add button to pull current model position in VTS to plugin params #3

Closed Cazzar closed 2 years ago

Cazzar commented 3 years ago

Documentation: https://github.com/DenchiSoft/VTubeStudio#getting-the-currently-loaded-model

Idea:

Currently, you have to enter in the values manually by hand a verify, this works fine for just fun stuff, but obviously this doesn't work well if you need to know where you are

VTS allows you to pull the current model position in the API Request CurrentModelRequest.

This may require refactoring the events and such to support having RequestID passed in so data can be fed specifically instead of spamming the WebSocket for each request.

Cazzar commented 2 years ago

This has been done