Open aalex opened 2 weeks ago
Make sure the Patternist process can generate some C++ code for Arduino
CodeWriter
Patternist
Simply override the ProcessModel::codeWriter method.
Make sure the Patternist process can generate some C++ code for Arduino
Tech details
CodeWriter
class in thePatternist
class, we can write the code to serialize the MIDI notes into C++ code. Like this: https://github.com/ossia/score/blob/wip/pico-next/src/plugins/score-plugin-automation/Automation/AutomationModel.cpp#L352