sample source for WT

This commit is contained in:
Jade (Rose) Rowland 2025-09-26 21:47:45 -05:00
parent e1629e8383
commit 2b3b638943
5 changed files with 44 additions and 28 deletions

View file

@ -76,3 +76,4 @@ export function cycleToSeconds(cycle, cps) {
export function secondsToCycle(t, cps) {
return t * cps;
}