Skip to content

please explain MIDI routing #51

@jwaldmann

Description

@jwaldmann

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'

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions