Have you ever wanted to speed up or slow down a section you composed relative to other sections, but can't because tempo is the only way to control speed? Well, fear not, I have written a console script that does that!
Just paste this into the console after selecting the notes you want to change, and then just enter the tempo multiplier! Just remember that numbers greater than 1 REDUCE the tempo, and vice-versa. Note that parseFloat() returns NaN when you give it invalid stuff, so if you give it something like "Frank Sucks", then it will ruin all the notes by changing their time to NaN. Also, it changes tempo relative to the start of the song, but it is easy to move the notes back to their proper place.
NaN Note Documentation:
Never makes sound, can be moved around but to no avail.
Code:
n=parseFloat(prompt());
for(i=0;i<selectedNotes.length;i++){
j=selectedNotes[i];
song.moveNote(j,j.instrument,j.instrument,j.time,j.time*n,j.type,j.type)}
x=selectedNotes;deleteSelection();undoChange();selectedNotes=x;
NaN Note Documentation:
Never makes sound, can be moved around but to no avail.
Kim Wrote:##878337 + https://js-game.glitch.me + Doesnt take peopel serious if their has badly speling gramer puntuatin