Would it be possible to make LSDJ samples editable like Protracker, or make an lsdj syncable rom that only edits samples?
I could easily make a graphical editor that would run on a desktop or mobile platform but getting it to work as an actual Game Boy ROM would be a bit more difficult.
Does anyone have a map of exactly where the sample data is stored on LSDJ? If not, this weekend I'll use a sample patcher and just figure it out myself. As a proof-of-concept I might just put together a quick desktop version and then see where it goes from there.
There is https://github.com/jkotlinski/lsdpatch with sources, which should help you to find where the data is.
Samples seem to start at offset 0x4000
I could easily make a graphical editor that would run on a desktop or mobile platform but getting it to work as an actual Game Boy ROM would be a bit more difficult.
Does anyone have a map of exactly where the sample data is stored on LSDJ? If not, this weekend I'll use a sample patcher and just figure it out myself. As a proof-of-concept I might just put together a quick desktop version and then see where it goes from there.