ravelox / pimidi

Raspberry Pi RTP MIDI
164 stars 38 forks source link

Change alsa.writeback functionality to device level instead of card level #76

Closed ravelox closed 4 years ago

ravelox commented 4 years ago

As seen in issue #52 , the change added in issue #75 to prevent writing back to the same card interferes with some installations.

It makes more sense to lower the level of comparison to the device level instead of card to allow more flexibility.