bohoffi / boss-gt-1000-patch-editor

Angular SPA to load, view, edit and export *.tsl files produced by BOSS TONE STUDIO for GT-1000.
https://bohoffi.github.io/boss-gt-1000-patch-editor/
4 stars 1 forks source link

TSL file import/processing #20

Open bohoffi opened 7 months ago

bohoffi commented 7 months ago

Loading a TSL file isn't the problem as the TSL file format is just another name for a JSON file.

What's problematic is the kind of hex encoding which from what I understand includes bitwise shifting and mapping metadata against an address map. Right now I do not have the time to deep dive into that logic to write a custom parser.

If anyone is willing to do so --> the linked branch has all my work pushed