if you mean to send to JF + the crow outs at the same time, then itād just take a little modification of the script!
I think youād basically want to:
elseif value == 5 then
crow.ii.jf.mode(1)
crow.output[2].action = "{to(5,0),to(0,0.25)}"
crow.output[4].action = "{to(5,0),to(0,0.25)}"
elseif params:get("output") == 5 then
if i == 1 then
crow.ii.jf.play_note(((notes[coll][scaled])+(36+(voice[i].octave*12)+semi+random_note[i].add)-48)/12,5)
crow.output[i].volts = (((notes[coll][scaled])+(36+(voice[i].octave*12)+semi+random_note[i].add)-48)/12)
crow.output[i+1].execute()
elseif i == 2 then
jf_note_spacer:start()
crow.output[i+1].volts = (((notes[coll][scaled])+(36+(voice[i].octave*12)+semi+random_note[i].add)-48)/12)
crow.output[i+2].execute()
end
not at my norns + crow at the moment, but that should do it!