aboutsummaryrefslogtreecommitdiff
path: root/src/fallTest/testSongPlayer.java (unfollow)
Commit message (Collapse)Author
2023-05-25Renamed everything to be better and fixed arches on SongPlayerAidan Ross
2023-05-24add testSongPlayer (copy of newSongPlayer) to test the song player inside ↵sowgro
levelSurround
2023-05-24Instead of timestamps, notes are now sent in by beats, which are based off ↵Aidan Ross
of the song's bpm.
2023-05-24Score now completely works, and changed flashing color on buttonsAidan Ross
2023-05-24Scoring now almost works, and finished the visuals for hitting a noteAidan Ross
2023-05-24Trying to combine every file oh my godAidan Ross
2023-05-24Second AttemptAidan Ross
2023-05-24Improvements to newSongPlayerAidan Ross
2023-05-23Can now send the notes according to the chartAidan Ross
2023-05-23Finally i can code again, rewriting some lost animation codeAidan Ross
2023-05-17resized buttons and testing note displaysAidan Ross
2023-05-17resized buttons and set up infrastructure for the note animationAidan Ross
2023-05-17Making the buttons smaller, and began setting up the note visualizationAidan Ross
2023-05-16Overhaul of the look of the gui, I need to rename the boxesAidan Ross
2023-05-16Improved Button LookAidan Ross
2023-05-16Preliminary testing with converting the songPlayer class to JavaFX CodeAidan Ross