How do I find and remove objects in an array?
-
@VirtualVirgin What does the loop do?
-
for (i = 0; i < noteCells; i++) selectedNotes.push(noteCells[i]);
It's not resolving because I meant to use "i < noteCells.length",
so I am stuck with a spinning wheel and a sluggish HISE.I'll just force quit it.
Just didn't know if there is a button similar to "all notes off" to stop the processing. -
@VirtualVirgin Can you just hit compile again?