Inspired by the work of doggydentures I'd been starting to plan out a system that would allow songs to not have hard-set characters, though one of the biggest barriers to this would be the actual vocals themselves
looking through the code, as well as using a hex editor on several FSC files, I'd partially figured out how things work, and have even discovered where the data for whether a note is a slide note or not is stored (shown below)

(each box corresponds to each line of code and such)

however the one barrier is that this code is a bit too unfamiliar for me and I'm not quite sure how to change this program from a chart JSON exporter to a vocal note JSON exporter, and I was wondering if it'd be worth the time to assist with this, as I've been trying to figure it out for a while.
Inspired by the work of doggydentures I'd been starting to plan out a system that would allow songs to not have hard-set characters, though one of the biggest barriers to this would be the actual vocals themselves
looking through the code, as well as using a hex editor on several FSC files, I'd partially figured out how things work, and have even discovered where the data for whether a note is a slide note or not is stored (shown below)


(each box corresponds to each line of code and such)
however the one barrier is that this code is a bit too unfamiliar for me and I'm not quite sure how to change this program from a chart JSON exporter to a vocal note JSON exporter, and I was wondering if it'd be worth the time to assist with this, as I've been trying to figure it out for a while.