Ericisonit 2023-12-07 17:39 (Edited)
So I took my virtual guitar instrument program from long ago and added in the ability to transcribe the notes to tablature-esque persistence. Not quite finished. Still buggy with the UI, and also I'm working on an arrangement mode which will capture the tabs into blocks which can easily be cut/copied/pasted/duplicated and arranged visually to lay out the structure of a song without having to input repetitive chords/notes. (e.g., Make a verse block, a chorus block, a bridge block, then clone them and order them as needed.) Of course, a tempo could be set and transport controls could allow playback of your work.
Perhaps I can make this a tool so as to edit ROM files which contain the guitar tabs, but for now it just uses the $e000 block to auto save your progress and reloads it at next run. Maybe I'll make a PC program which can convert the guitar tabs from ROM files to PDF or MIDI or anything really....
SP4CEBAR 2023-12-08 09:26
Really cool!
SP4CEBAR 2023-12-08 09:28 (Edited)
Unfortunately, the lower scroller bar seems a bit buggy: it may clear the first stored notes, and if it scrolls, it always starts scrolling from the end
Edit: It looks like the cleared notes could come back, and it seems like this is a tile-refreshing issue