-
Notifications
You must be signed in to change notification settings - Fork 30
Open
Description
The documentation (Patches.md) says ".. way we can play the patches with real MIDI-device:"
dac $ mul 0.75 $ atMidi toneWheelOrgan
but on my machine this fails with
ALSA midi: Using all devices.
ALSA lib rawmidi_hw.c:233:(snd_rawmidi_hw_open) open /dev/snd/midiC2D0 failed: Device or resource busy
ALSA: error opening MIDI input device: 'hw:2,0'
ALSA midi: Error opening device: hw:2,0
ALSA midi: No devices found.
How is this supposed to work? I was expecting that some midi port shows up (e.g., in aplaymidi -l) so that I can route signals there from qjackctl.
(EDIT) some more data: I have a (USB) MIDI keyboard (Akai LPK 25) attached to the computer:
aplaymidi -l
Port Client name Port name
14:0 Midi Through Midi Through Port-0
24:0 LPK25 LPK25 MIDI
amidi -l
Dir Device Name
IO hw:2,0,0 LPK25 MIDI 1
But I am still getting:
dacBy (setMidiDevice "hw:2,0,0") $ osc 200
...
ALSA lib rawmidi_hw.c:233:(snd_rawmidi_hw_open) open /dev/snd/midiC2D0 failed: Device or resource busy
ALSA: error opening MIDI input device: 'hw:2,0,0'
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels