Signals from the Controller to Mixx works fine, but not the other direction.
I've got in the Javascript:
- Code: Select all
midi.sendShortMsg(0x94, 0x02, 1); // Turn on the Play LED1 on
script.debug(1, 'playing', value, '', 'channel 1 playing sent');
mixxx --debugMidi shows only the debug message, ttymidi -v does not seem to receive it and the RX-Led on the arduino also stays dark.
On startup mixxx says:
- Code: Select all
Debug: [Main]: Found output device # 1 MIDI in
Debug: [Main]: Found input device # 0 MIDI out
But in the preferences I see only the "0. MIDI out". The Output Select-Box keeps empty.
Any ideas?
Running mixxx-1.10.0 on Gentoo Linux 32Bit
