(This is my second attempt sending this message, not sure what happened to the first. Apologies if you received this twice.)
Hi,
I recently received and installed my EurekaPROM. As indicated in a previous message, it boots up just fine, reports itself as the EurekaPROM 3.2 in I/O mode, and I receive the expected MIDI events when I press some of the switches. For example, aseqdump reports
28:0 Control change 0, controller 104, value 1
28:0 Control change 0, controller 105, value 1
when I press and then release the first foot switch; in raw hex, using amidi, I get
B0 68 01
B0 69 01
All of this is as expected and matches the spec in
https://www.eurekasound.com/eurekaprom/io . However, when I try to send MIDI signals to the device to turn on any of the LEDs, nothing happens.
aseqdump confirms that my application is sending the right signal:
128:0 Control change 0, controller 106, value 1
but the LED for pedal 1 does not turn on. Indeed, I can try doing by sending raw MIDI, just to make sure there isn't anything else being sent:
amidi -S "B0 6A 01" -p hw:3,0,0
but again nothing happens on the FCB1010. Every time I send some signals to the FCB, the RED light on my MIDI-to-USB cable lights up, so something is happening, but I guess the wrong thing.
I realize that it's difficult to debug this at a distance, but
* If anyone has any pointers on what I could try, that would be much appreciated
* If there any known-to-work software utility that I could try to run to check if there is something else wrong?
* If this is not a software issue, what else could be wrong? I guess it could conceivably be the USB-to-MIDI cable, even though it's brand new and it does work just fine in the device-to-computer direction. Is this at a likely candidate?
Many thanks in advance,
-Edsko