I’ve got the Elk Pi with Blackboard and a Pi 3B driving it. I loaded the FX demo. I can hear some muffled noises coming out (the output jacks are on the left, right? I don’t see this clearly documented anywhere). The noises track the FX settings and disappear if the output gain is less than about 0.5. So, I think I have it hooked up correctly. I swapped end to end and got even less, so I went back.
I’m putting this before the input of my Mesa Boogie head. There’s a buffered boost pedal before the Elk Pi. I’ve checked all cables. It’s acting as though either the input jack is dead or it’s not selected or something.
I get an error, which I searched for here but didn’t get a hit.
Sorry if I missed the answer somewhere.
elk-pi:/udata/elk-examples/blackboard/controller-examples$ ./run_multi_fx
SUSHI - Copyright 2017-2020 Elk, Stockholm
SUSHI is licensed under the Affero GPL 3.0. Source code is available at Elk Audio · GitHub
fader: 0
fader: 1
fader: 2
fader: 3
Version: luma.oled 3.3.0 (luma.core 1.12.0)
Display: ssd1306
Interface: i2c
Dimensions: 128 x 64Connection failed (Invalid argument)
elk-pi:/udata/elk-examples/blackboard/controller-examples$
This is the script.
#!/bin/bash
# Start Elk JUCE example
./stop
sleep 1
sudo systemctl start sensei
sleep 1
sushi -r --multicore-processing=2 -c ../../multi-fx/elk_multi_fx_pi.json &
sleep 1
(cd ./apps; ./main_app_general &)
sleep 3
aconnect -x
aconnect 16 128
The error is coming from the last statement:
elk-pi:/udata/elk-examples/blackboard/controller-examples$ aconnect 16 128
Connection failed (Invalid argument)
elk-pi:/udata/elk-examples/blackboard/controller-examples$
elk-pi:/udata/elk-examples/blackboard/controller-examples$ aconnect -i
client 0: ‘System’ [type=kernel]
0 'Timer ’
1 'Announce ’
client 14: ‘Midi Through’ [type=kernel]
0 ‘Midi Through Port-0’
client 128: ‘Sushi’ [type=user,pid=24079]
1 'read:out ’
elk-pi:/udata/elk-examples/blackboard/controller-examples$ aconnect -o
client 14: ‘Midi Through’ [type=kernel]
0 ‘Midi Through Port-0’
client 128: ‘Sushi’ [type=user,pid=24079]
0 'listen:in ’
elk-pi:/udata/elk-examples/blackboard/controller-examples$
I hooked up a USB MIDI keyboard, which at least suppresses that error, but nothing else changed.