Skip to content
  • Ivan Avdeev's avatar
    Add simple ALSA MIDI support on "X11" platforms like Linux (#121) · cc60cf23
    Ivan Avdeev authored
    * 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.
    cc60cf23