This shows you the differences between two versions of the page.
Both sides previous revision Previous revision | |||
trigger:MIDI [2025/02/25 21:17] peternlewis [Raw Packet] |
trigger:MIDI [2025/02/28 21:53] (current) peternlewis [Packet] |
||
---|---|---|---|
Line 64: | Line 64: | ||
| %TriggerValue[2]% | Device | | | %TriggerValue[2]% | Device | | ||
- | If you extract just the bytes (ie, everything up until the first comma), then you can then easily access the individual parts using the token array notation, eg `%TriggerValue[3] %` will be the third value (8.0.4+) — note the `{space}` in `]{space}%`, the space is the separator for the array, instead of the default comma. | + | If you extract just the bytes (ie, everything up until the first comma), then you can then easily access the individual parts using the token array notation, eg `%DataVar[3] %` will be the third value (8.0.4+) — note the `{space}` in `]{space}%`, the space is the separator for the array, instead of the default comma. |