- I would be happy if it were available

I started writing a program for it in VbNET in a pinch,
because I would like it to work, but many functions still don't work.
I can only use the keyboard and the control buttons together with the potentiometers. Decoding the buttons went relatively smoothly, but the potentiometers gave up the lesson, but I managed.
The states of the individual potentiometers are multiplexed, and all control messages are in the form "F0........... crc CC".
(CRC = 1 byte checksum value) The messages had to be converted to VSTs.
The sound is now on the motherboard sound card using ASIO4ALL.
It would be possible to add a USB or other sound card, but it would be too early at the moment, because
I haven't given up hope of being able to restore the original OS.
Unfortunately the LED lighting of the buttons doesn't work because I didn't figure out how many commands the panel expects.
Regards, Sandor76