Ah – I didn’t see all of the long line.
If you don’t have a “logitech-extreme-3d-pro2” joystick, then it doesn’t make sense to ask the instrument to open a connection to it.
It looks like the line is asking for some specific resources that you don’t have. So, simplify.
EDIT: To be more specific, the list of controllers can go away (replace the array with nil). And as Eric pointed out, the pathname at the end needs to be either removed or updated to match an actual patch file on your HDD.
LiveModularInstrument.boot(8,
startChan+[1,2,3,4,5,6,7,8],
(128!7).add(2)/*sets the blockSize*/,
'normal',
nil, // was array of controllers
nil // was a path to a patch file
);
hjh