203-Systems / MatrixOS

Matrix OS is a cross-platform operating system that mainly targets grid keyboard controllers.
MIT License
78 stars 13 forks source link

Fix build for example app and add support for lighting on Bitwig #32

Closed Herschenglime closed 1 year ago

Herschenglime commented 1 year ago

This pull request contains a fix to the include path in Example.h and adds a controller script to get the Matrix working with Bitwig. I'm not sure if the daw-support directory is the best way to add that support, so open to suggestions there (I can also try removing those commits if need be).

203Null commented 1 year ago

I don't think including the bitwig script in the OS repo is the best move and I don't like the relative indexing for the Example.h fix

include "UI/UI.h" // Include the UI Framework

should be changed with

include "ui/UI.h" // Include the UI Framework