@d-healey I'll aim to get a snippet, but maybe this is enough.
Here's the code:
// ------------- Mic Target Combos
const var mictarget_Options = [ "Kick Drum",
"Snare Drum",
"Tom",
"Hi-Hat",
"Ride",
"Bell Cymbal",
"Splash Cymbal",
"China Cymbal",
"Crash Crash Cymbal",
"Cymbal Stack",
"___",
"~~Custom~~" ];
const var list_mictarget_Options = mictarget_Options.join("\n");
combo_GLOBAL_CreateSession_Viewport_MicTarget_1.set("items", list_mictarget_Options);
And here's what happens:
Untitled.gif