Open JoshThibado opened 1 year ago
I certainly don't own the original hardware to test, so... any help would be appreciated!
Can do - after looking around I found some good spots to start editing!
Got back to this and I have something working in the dsmidikeyboard demo inside the dsmi repo with equality comparisons of the pianoKeysHeld()
function (not very clean but functional to test it I suppose). I think with some clever bit operations it would be much more compact, robust, and efficient than how I have it now. Also I didn't realize you have so many ds repos, that is awesome.
Got back to this and I have something working in the dsmidikeyboard demo inside the dsmi repo with equality comparisons of the
pianoKeysHeld()
function (not very clean but functional to test it I suppose). I think with some clever bit operations it would be much more compact, robust, and efficient than how I have it now. Also I didn't realize you have so many ds repos, that is awesome.
Hi Josh, would you be able to include your docker file for getting the devkit pro environment up and running?
Hi, I just followed the devkitpro instructions for installation. https://devkitpro.org/wiki/Getting_Started
I went to check out support for the external piano controller and it seems to not work with the current version of Nitroustracker. I tested the original game and it is working with the piano just to make sure. Not sure if this is high on your priorities but I could take a look if not and put in a PR.