Rizline:Chart file: Difference between revisions

No edit summary
No edit summary
Line 34: Line 34:
           {{DataStructureField|floorPosition|float|Pre-calculated time of the point (in seconds). This value is not always accurate.}}
           {{DataStructureField|floorPosition|float|Pre-calculated time of the point (in seconds). This value is not always accurate.}}
         }}
         }}
      }}
      {{DataStructureField|notes|array|Notes that are on that line.|
        {{DataStructureField||object|A note.|
          {{DataStructureField|type|int|Type of the note. See [[#Note type enum]] for details.}}
          {{DataStructureField|time|float|Time of the note (in beats).}}
          {{DataStructureField|floorPosition|float|Pre-calculated time of the note (in seconds). This value should not be trusted, as it is not always accurate or present.}}
          {{DataStructureField|otherInformations|array|This array is empty for most notes, but it contains 3 entries for hold notes:|
            {{DataStructureField|0|float|End time of the note (in beats).}}
            {{DataStructureField|1|float|Duration of the note (in beats).}}
            {{DataStructureField|2|float|Pre-calculated end time of the note (in seconds).}}
          }}
        }}
      }}
      {{DataStructureField|judgeRingColor|array|Changes of the color of the judge ring.|
        {{DataStructureField||color key point object|A color change. See [[#Color key point object structure]] for details.}}
      }}
      {{DataStructureField|lineColor|array|Global line color changes, based on time.|
        {{DataStructureField||color key point object|A color change. See [[#Color key point object structure]] for details.}}
       }}
       }}
     }}
     }}