05-19-2018, 07:30 AM
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)
}
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)
}
Kim Wrote:+ https://js-game.glitch.me + Doesnt take peopel serious if their has badly speling gramer puntuatin