sorry if i didn't explain clearly in the title since this is my first time on the forum
I've been trying for the past week to make a Friday night funkin' game but i am having trouble with creating the notes
i am using in-game .json files to create the notes but i cant figure out how to make it work
i think it should work like this
i get first array number which should be "sectionNotes[0]" or "sectionNotes.0"
(i think its "sectionNotes.0" since i looked at the documentation)
then i check if the "sectionNotes.0" is the current audio time then i do some math to get the current audio time in milliseconds
then check if the second number is 0, 1, 2, or 3 then create a note
then my second problem
it is an array in array and im not sure how to get the values unless i need to edit them