04-06-2024, 09:00 AM
As Isaac said, placing notes already has them aligned and you can snap misaligned notes to the current grid by clicking on them, and you can reset the note volumes with alt+0.
If you do manage to get a lot of misaligned notes that can't be fixed with ctrl+z, here's a little console script to re-align them:
tweakNotes(n=>n.time = Math.round(n.time * grid) / grid)
You can learn more about using the console at: https://onlinesequencer.net/wiki/Console_Commands
If you do manage to get a lot of misaligned notes that can't be fixed with ctrl+z, here's a little console script to re-align them:
tweakNotes(n=>n.time = Math.round(n.time * grid) / grid)
You can learn more about using the console at: https://onlinesequencer.net/wiki/Console_Commands