-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #47 from SutekhVRC/0.3.0-dev
0.3.0 dev
- Loading branch information
Showing
74 changed files
with
4,166 additions
and
2,684 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,54 @@ | ||
# VibeCheck OSC API | ||
|
||
VibeCheck features an OSC API that listens while the app is enabled. At the moment the API is early in dev and has only two endpoints. | ||
To use the API, the parameter on your avatar must be a synced parameter. | ||
|
||
Synced parameters include: | ||
- Parameters listed in the VRCExpressionParameters script. | ||
- Contacts and Physbones script parameters. | ||
|
||
## Endpoints | ||
|
||
### State | ||
|
||
Value Type: `Boolean` | ||
|
||
Parameter Address: | ||
`vibecheck/api/state` | ||
|
||
This endpoint changes the app's OSC state. There are two states: enabled (true) and disabled (false). | ||
|
||
### Anatomy | ||
|
||
Value Type: `Boolean` | ||
|
||
Parameter Address: | ||
`vibecheck/api/anatomy/<ANATOMY_TYPE>/enabled` | ||
|
||
Anatomy address parameter types (Not case-sensitive): | ||
``` | ||
Anus | ||
Breasts | ||
Buttocks | ||
Chest | ||
Clitoris | ||
Face | ||
Feet | ||
FootL | ||
FootR | ||
HandLeft | ||
HandRight | ||
Hands | ||
Labia | ||
Mouth | ||
NA | ||
Nipples | ||
Penis | ||
Perineum | ||
Testicles | ||
Vagina | ||
Vulva | ||
Wrist | ||
``` | ||
|
||
This endpoint changes the toy's enabled state. The app user can specify the anatomy tag for each toy. When the API endpoint for a specified anatomy tag is hit it will change the all the toy's features to disabled or enabled. There are two states: enabled (true) and disabled (false). |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.