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

Add daemonx example from Albert's repo #109

Closed harryhaaren closed 1 year ago

harryhaaren commented 1 year ago

Albert built a cool demo for Maschine MK3, specifically to integrate better with MIDI etc; https://github.com/agraef/openAV-Ctlra/tree/mapping_v1-daemonx/examples/daemonx

This PR is to integrate it into (after a copy/paste) into master branch. Thanks Albert for building this!

harryhaaren commented 1 year ago

Just FYI, I'm hoping to merge this ASAP, and then look to merge PR https://github.com/openAVproductions/openAV-Ctlra/pull/107 (Mikro Mk3 support) which also contains similar fixes for the MIDI I/O as this branch. Given the changes are present here, lets accept this version, and have the Mikro-Mk3 PR only contain the device driver, and no other changes..