05-15-2022, 10:34 AM
(05-15-2022, 10:33 AM)Liam Wrote: tweakNotes(n=>{const t=n.time/4;const it=Math.floor(t);const ft=t-it;const dt=ft<=0.5?ft*4/3: (ft-0.5)*3/4+2/3;const nt=it+dt;n.time=nt*4;});
do i have to be sad halfway through or can i do that part in advance?