No description
Find a file
2025-12-26 16:18:32 -08:00
common cleanup build toolchain for workers, cleanup comments, prettify feedback 2025-12-26 16:18:32 -08:00
local cleanup build toolchain for workers, cleanup comments, prettify feedback 2025-12-26 16:18:32 -08:00
worker cleanup build toolchain for workers, cleanup comments, prettify feedback 2025-12-26 16:18:32 -08:00
.gitignore add worker and frontend 2025-12-05 12:16:21 -05:00
API_REFERENCE.md add worker and frontend 2025-12-05 12:16:21 -05:00
package.json update version 2025-12-26 15:57:47 -08:00
pnpm-lock.yaml cleanup build toolchain for workers, cleanup comments, prettify feedback 2025-12-26 16:18:32 -08:00
pnpm-workspace.yaml Merge branch 'main' into worker 2025-12-26 15:47:32 -08:00
README.md add devlog and custom route 2025-12-05 12:23:35 -05:00
tsconfig.json feat: Reimplement tab fetching and Guitar Pro conversion, and reorganize project structure into src. 2025-11-24 18:41:47 -05:00

Ripsterr

Can convert cached JSON files from everyone's favorite* tablature site to Guitar Pro format since they made that a paid feature now. Supports multi-track export into a single GP file, with drums exported separately as MusicXML!

*not really

To run: pnpm install && pnpm local:start

Big ups to Gemini/Antigravity for basically one-shotting this. I'm not a huge AI guy but I threw the sample file at it and it reverse engineered their format in a few minutes. Color me impressed.