Add createEmptyChart() counterpart to parseChartAndIni - #68
Open
elicwhite wants to merge 1 commit into
Open
Conversation
Owner
Author
This was referenced Apr 20, 2026
elicwhite
force-pushed
the
derived-flags-to-scanned
branch
from
April 20, 2026 04:16
e103858 to
5f09fa9
Compare
elicwhite
marked this pull request as ready for review
April 20, 2026 04:16
elicwhite
force-pushed
the
derived-flags-to-scanned
branch
from
April 20, 2026 04:16
5f09fa9 to
c204361
Compare
elicwhite
force-pushed
the
create-empty-chart
branch
from
April 20, 2026 04:16
1d776fe to
dbef712
Compare
elicwhite
commented
Apr 20, 2026
elicwhite
force-pushed
the
create-empty-chart
branch
from
April 20, 2026 04:40
dbef712 to
60fcd5e
Compare
elicwhite
force-pushed
the
derived-flags-to-scanned
branch
from
April 20, 2026 04:40
c204361 to
72171f8
Compare
elicwhite
changed the base branch from
derived-flags-to-scanned
to
graphite-base/68
April 20, 2026 04:45
elicwhite
force-pushed
the
graphite-base/68
branch
from
April 20, 2026 04:45
72171f8 to
ec0d0be
Compare
elicwhite
force-pushed
the
create-empty-chart
branch
from
April 20, 2026 04:45
60fcd5e to
42d80e2
Compare
elicwhite
changed the base branch from
graphite-base/68
to
shared-natural-hopo-helpers
April 20, 2026 04:45
This was referenced Apr 20, 2026
elicwhite
commented
Apr 20, 2026
elicwhite
force-pushed
the
create-empty-chart
branch
from
April 20, 2026 05:09
42d80e2 to
c28bbd2
Compare
elicwhite
force-pushed
the
shared-natural-hopo-helpers
branch
2 times, most recently
from
April 20, 2026 05:10
2626335 to
f850ad9
Compare
elicwhite
force-pushed
the
create-empty-chart
branch
2 times, most recently
from
April 20, 2026 05:19
c6f1e16 to
0b28f17
Compare
This was referenced Apr 20, 2026
Geomitron
reviewed
Apr 21, 2026
elicwhite
force-pushed
the
shared-natural-hopo-helpers
branch
from
April 21, 2026 04:29
f850ad9 to
ec22459
Compare
elicwhite
force-pushed
the
create-empty-chart
branch
from
April 21, 2026 04:29
0b28f17 to
531bbdf
Compare
elicwhite
force-pushed
the
create-empty-chart
branch
from
April 21, 2026 05:06
531bbdf to
a3c4753
Compare
elicwhite
force-pushed
the
create-empty-chart
branch
from
April 21, 2026 16:51
a3c4753 to
d6f9c4f
Compare
Builds a minimal valid ParsedChart from scratch: default 480 resolution, 120 BPM at tick 0, 4/4 time signature at tick 0, empty tracks/sections/ metadata/vocal parts/unrecognized events. chartBytes defaults to an empty Uint8Array (no source bytes), format defaults to 'chart', iniChartModifiers to the library defaults. Options let callers override resolution, bpm, timeSignature, and format. Useful for programmatic chart generation (e.g. downstream code that builds charts up from scratch rather than parsing source bytes).
elicwhite
force-pushed
the
create-empty-chart
branch
from
April 21, 2026 23:18
d6f9c4f to
84b0e83
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

Builds a minimal valid ParsedChart from scratch: default 480 resolution,
120 BPM at tick 0, 4/4 time signature at tick 0, empty tracks/sections/
metadata/vocal parts/unrecognized events. chartBytes defaults to an empty
Uint8Array (no source bytes), format defaults to 'chart', iniChartModifiers
to the library defaults.
Options let callers override resolution, bpm, timeSignature, and format.
Useful for programmatic chart generation (e.g. downstream code that builds
charts up from scratch rather than parsing source bytes).