My alternative device to the CC121 after the production has ceased

@Featherlightstudio

I have a ioStation 24c working with Nuendo 14 on Windows and Mac.

I’ve done some small tweaks.

Edit the script and change this:

deviceDriver.makeDetectionUnit().detectPortPair(midiInput, midiOutput)
.expectInputNameEquals(‘PreSonus FP2’)
.expectOutputNameEquals(‘PreSonus FP2’)

By this:

deviceDriver.makeDetectionUnit().detectPortPair(midiInput, midiOutput)
.expectInputNameEquals(‘ioStation 24c MIDI In’)
.expectOutputNameEquals(‘ioStation 24c MIDI Out’)

And change the folder name and the script name:

Folder name: ioStation 24c

File name: PreSonus_ioStation 24c.js

Regards,

Lluís

Edit:

I change FaderPort by ioStation 24c in this line:

var deviceDriver = midiremote_api.makeDeviceDriver(‘PreSonus’, ‘FaderPort’,
‘2025/12/02 oe@totalcall.de, wem-music.de’)