@VirtualVirgin This worked best for me! Thank You! I got it working with my chord script perfectly. 🙏
Bingo:
Screenshot 2025-06-20 at 11.38.07 PM.png
The script:
for (i = 0; i < chord1.length; i++)
{
Engine.setKeyColour(i, NoKeyColour);
Synth.addNoteOff(1, chord1[i] + 60 + Octave1 + Chord1Choice - 1, 0);
}
//THANK YOU!