Standalone example, demo, and test pages, moved out of the project root into this folder. The
main application lives at ../index.html. Serve the project over
HTTP (npm run serve) rather than opening these via file://.
Renders a groove as a standalone music-notation image, with no editor UI.
Demonstrates rendering several read-only GrooveDisplay instances on a single
page.
A single-groove display variant (companion to the production
../GrooveEmbed.html embed page).
A curated catalog of grooves (rock, shuffle, jazz, latin, …); each entry links into the main editor with that groove loaded.
Authoring tool for building groove entries for the groove database.
Writes out a hi-hat groove in every time signature for a chosen subdivision — a visual check of time-signature handling.
Renders a battery of unusual / edge-case time signatures for inspection.
Embeds the production ../GrooveEmbed.html in an iframe to verify embedded
rendering.
Exercises the GrooveDB "put groove on page" formatting path
(GrooveDBFormatPutGrooveOnPage).
Single-groove variant of the GrooveDB formatting test.