Code:
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;});
Swing in Console
|
Messages In This Thread |
Swing in Console - by SnakeyWaters - 05-14-2022, 10:22 AM
RE: Swing in Console - by emekat - 05-15-2022, 09:47 AM
RE: Swing in Console - by Cool172 - 05-15-2022, 09:50 AM
RE: Swing in Console - by PuzzlePuddles - 05-15-2022, 09:51 AM
RE: Swing in Console - by emekat - 05-31-2022, 05:32 PM
RE: Swing in Console - by Liam - 05-15-2022, 10:33 AM
RE: Swing in Console - by Веn - 05-15-2022, 10:34 AM
RE: Swing in Console - by SnakeyWaters - 05-31-2022, 01:16 PM
RE: Swing in Console - by Liam - 05-31-2022, 04:04 PM
|
Users browsing this thread: 1 Guest(s) |