Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/enviromodder/src/utils/LRnotes.ts>LRnotes

MapLock is a module for remapper which is definitely not a nootils clone :)
Go to Latest
function LRnotes
import { LRnotes } from "https://deno.land/x/enviromodder@1.0.51/src/utils/LRnotes.ts";

Parameters

timeStart: number

the time to start applying the custom data to the notes

timeEnd: number

the time to stop applying custom data to the notes

forNoteL: (n: Note) => void
forNoteR: (n: Note) => void