Ticket #669 (closed defect: fixed)

Opened 2 years ago

Last modified 2 years ago

module-jack-* tries to connect to MIDI ports

Reported by: adi Owned by: lennart
Milestone: 0.9.20 Component: module-jack-*
Keywords: Cc:

Description

The jack sink/source module acquires a port list from the jack server, no matter of the port type.

If it is a device with MIDI ports (i.e. pro-audio soundcards), then the module tries to also connect to those MIDI ports, which is obviously wrong:

E: module-jack-source.c: Failed to connect PulseAudio JACK Source:side-left to firewire_pcm:C6_dev0c_midi_in_0, leaving unconnected.

The attached patch corrects the problem by limiting jack_get_ports to audio ports.

Attachments

pa-modules-jack.patch (1.0 kB) - added by adi 2 years ago.

Change History

Changed 2 years ago by adi

Changed 2 years ago by lennart

  • status changed from new to closed
  • resolution set to fixed
  • milestone set to 0.9.20

Fixed now in git master.

Note: See TracTickets for help on using tickets.