We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 80d82fb commit 0085b3eCopy full SHA for 0085b3e
doc/map_v4.ksy
@@ -34,8 +34,9 @@ seq:
34
repeat: expr
35
repeat-expr: header.num_data
36
types:
37
- # data_items needs to be zero sized for ._io
38
- # otherwise the data gets consumed
+ # the dummy type is zero-sized. it leaves data streams complete and doesn't consume them, when instanciated
+ # 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
40
dummy: {}
41
header:
42
seq:
@@ -504,4 +505,4 @@ enums:
504
505
sound_source_shape:
506
0: rectangle
507
1: circle
-
508
+
0 commit comments