Skip to content

Commit 0085b3e

Browse files
Patigaheinrich5991
authored andcommitted
Update map_v4.ksy
1 parent 80d82fb commit 0085b3e

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

doc/map_v4.ksy

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,9 @@ seq:
3434
repeat: expr
3535
repeat-expr: header.num_data
3636
types:
37-
# data_items needs to be zero sized for ._io
38-
# otherwise the data gets consumed
37+
# the dummy type is zero-sized. it leaves data streams complete and doesn't consume them, when instanciated
38+
# later parsing is only possible with data streams that have unparsed data in them
39+
# data_items and envelope points are not directly parsed, but only afterwards in instances, because they require more context
3940
dummy: {}
4041
header:
4142
seq:
@@ -504,4 +505,4 @@ enums:
504505
sound_source_shape:
505506
0: rectangle
506507
1: circle
507-
508+

0 commit comments

Comments
 (0)