1. They actually play, don't delete them immediately.
2. Select all, then drag the length slider on a note. Then the invisible notes will pop out of nowhere if you drag forwards. Release and drag back. BOOM! However, this will align everything to the grid.
3. Code:
To move the selected 0 length notes, shift-click a note of positive length and move all the notes using that note. Put that note back after. Either that or make a note specifically beforehand to do this with. The above code ignores the grid, which is nice.
*That would be a nice feature though, but this is a workaround.
2. Select all, then drag the length slider on a note. Then the invisible notes will pop out of nowhere if you drag forwards. Release and drag back. BOOM! However, this will align everything to the grid.
3. Code:
Code:
song.notes.filter(x=>x.length<=0).map(x=>select(x)) //don't remove, and select
song.notes = song.notes.filter(x=>x.length>0) //remove
*That would be a nice feature though, but this is a workaround.
Kim Wrote:##878337 + https://js-game.glitch.me + Doesnt take peopel serious if their has badly speling gramer puntuatin