Remixed to help @BinaryScreen00110001. Issue: Desync. Fixed by: Syncing note creation with timer. ====== Original Instructions ====== this project is currently very early in development, and is only temporarily shared to allow people to see code and help improve stuff. controls: A S K L are default, can be changed in the "controls" list SPACE - plays a chart and short song, currently just for testing. see inside for more stuff.
Changes made: 1. Notes - Changed the note creation to sync with the timer instead of using [wait () seconds] block. 2. Notes - Removed x1.25 for the tempo 3. back - Added offset to the timer such that it syncs with the music. As it is right now, your project is kind of unstable. You'll need to make everything dependent on the timer, such as: 1. Rating hits (perfect, miss, etc.). Don't use the distance to rate hits, but use the timer instead, i.e. calculate the difference between the time at which the note is hit and the time at which it's supposed to be hit. 2. Setting the position of the notes. Don't use scroll speed, but determine the position of the note based on the timer.