openAVproductions / openAV-Ctlra

A plain C library to program with hardware controllers.
BSD 3-Clause "New" or "Revised" License
79 stars 16 forks source link

Build options for MIDI and Firmata backends #72

Closed harryhaaren closed 6 years ago

harryhaaren commented 6 years ago

This reduces the required dependencies to of Ctlra. Particularly Firmata is not ideal, as it currently has Linux specific includes - while the MIDI backend cannot work on any other platform than Linux as it is using ALSA natively.