03-18-2018, 05:58 PM
You really should write cleaner code and use more descriptive variable names 
Here it is cleaned up

Here it is cleaned up
Code:
multiplier = parseFloat(prompt("How much do you want to scale the note lengths?"))
for(i = 0; i < selectedNotes.length; i++){
note = selectedNotes[i]
song.moveNote(note, note.instrument, note.instrument, note.time, note.time*multiplier, note.type, note.type)
song.update(note)
}
Trophy: https://imgur.com/a/4B0juxZ