Skip to content

Commit

Permalink
Why are you like this AE, why?
Browse files Browse the repository at this point in the history
  • Loading branch information
mbasaglia committed Mar 27, 2023
1 parent 2095d33 commit 04a2837
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion docs/aep.md
Original file line number Diff line number Diff line change
Expand Up @@ -1331,7 +1331,7 @@ Types:
|Slider |`10`| `0` |{ref-link:effect-values/slider} |
|Group |`13`| `5` |{ref-link:effects/custom-effect} |
|Unknown |`15`| `6` |{ref-link:effect-values/no-value} |
|3D |`16`| `3` |{ref-link:effect-values/point} |
|3D |`18`| `3` |{ref-link:effect-values/point} |

After the data above, there is more data that depends on the type

Expand Down Expand Up @@ -1401,6 +1401,19 @@ Last value x/y are multiplied by 0x80, so divide them to get the right value.
| | 4 | | |
|Max Value | 4 |`float32` | |


#### 3D Point

|Field Name |Size|Type | Description |
|-------------------|----|----------|---------------|
|Last value X | 8 | | |
|Last value Y | 8 | | |
|Last value Z | 8 | | |

For the last values, you need to read them as `uint64`, then add `0x0090000000000000`
before using the resulting bytes to decode as IEE-754 `float64`


#### `pdnm`

Effect parameter definition name / strings.
Expand Down

0 comments on commit 04a2837

Please sign in to comment.