diff --git a/docs/FFBEFFECTS.md b/docs/FFBEFFECTS.md index e2b3edc..558e720 100644 --- a/docs/FFBEFFECTS.md +++ b/docs/FFBEFFECTS.md @@ -16,7 +16,7 @@ have model specific peculiarities, though. > USB interface, not the only available ones. ## GENERAL -### Playing +### Playing a single effect once ``` 60 00 - standard header 01 - ID @@ -28,6 +28,19 @@ have model specific peculiarities, though. 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ``` +### Playing a single effect multiple or infinite times +``` + 60 00 - standard header + 01 - ID + 89 - playing options + 41 - play with count + 00 00 00 00 - play count, 0 for infinite, seems to be u16 + 00 00 00 00 00 00 00 + 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 + 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 + 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 +``` + ### Stopping/removing (why are they rolled into one?) ``` 60 00 - standard header