Add simple ALSA MIDI support on "X11" platforms like Linux (#121)
* fix incorrect use of invalid attributes * add ALSA midi support * add alsa midi enumeration * add better alsa midi error handling * add libasound2-dev dependency to travis-CI Building Bonzomatic without ALSA is not very useful. Virtually every desktop setup has ALSA, and it is required for sound/FFT input anyway. Miniaudio sidesteps this build dependency issue because it links with libasound dynamically.
Please register or sign in to comment