hey there! i have a question: im trying to get pd (vanilla) to listen to my faderfox DX3 when started from the command line, i ran sudo pd -nogui -listdev
and got:
audio input devices:
- bcm2835 ALSA (hardware)
- bcm2835 ALSA (plug-in)
- Faderfox DX3 (hardware)
- Faderfox DX3 (plug-in)
audio output devices: - bcm2835 ALSA (hardware)
- bcm2835 ALSA (plug-in)
- Faderfox DX3 (hardware)
- Faderfox DX3 (plug-in)
API number 1
no midi input devices found
no midi output devices found
then i ran:
sudo pd -nogui -alsamidi -mididev 3 test.pd where the test patch is just ctlin connected to print to see the midi activity
and got: Opened Alsa Client 128 in:1 out:1 but it does not seem to work. can anyone shed some light?
thank you!