Skip to content

Commit

Permalink
document new play count
Browse files Browse the repository at this point in the history
  • Loading branch information
Kimplul committed Jun 16, 2024
1 parent bdb55ec commit ef4bf82
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion docs/FFBEFFECTS.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit ef4bf82

Please sign in to comment.