Skip to content

Commit 0862e6a

Browse files
committed
Update README.md
1 parent 9904c47 commit 0862e6a

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -120,13 +120,13 @@ The data is stored in JSON with file extension `.ufdata`.
120120

121121
Only points with changed values are included.
122122

123-
e.g. `[(1, 1.0), (4, 3.0)]` implies tick 2 and 3 all have the same value of `1.0`.
123+
e.g. `[(1, 1.0), (4, 3.0)]` implies ticks between (in this case, `2` and `3`) have the same value of `1.0`.
124124

125-
| Variable name | Description | Type |
126-
|---------------|--------------------------------------------------------------------------------------------------------------------|----------------|
127-
| ticks | Tick positions of the data points | array\<int64> |
128-
| values | Semitone values of the data points. When `isAbsolute` is true, `null` can be included to represent default values. | array\<double> |
129-
| isAbsolute | Whether the pitch values are absolute or relative to the note's key | bool |
125+
| Variable name | Description | Type |
126+
|---------------|--------------------------------------------------------------------------------------------------------------------|-----------------|
127+
| ticks | Tick positions of the data points | array\<int64> |
128+
| values | Semitone values of the data points. When `isAbsolute` is true, `null` can be included to represent default values. | array\<double?> |
129+
| isAbsolute | Whether the pitch values are absolute or relative to the note's key | bool |
130130

131131
### Time signature object
132132

0 commit comments

Comments
 (0)