Use erratic or squinkyvcv. Erratic's is compatible with v0.6 whereas I want to be compatible with v0.5.1
Pick apart relative structure of the two, for fun and learning?
API changes
- creating the model - later versions separate the functionality class and the widget class in higher layers
- Erratic:
Model *modelQuadMPEToCV = Model::create<QuadMPEToCV, QuadMPEToCVWidget>(...
- Me:
p->addModel(createModel<QuadMidiToCVWidget>(...
Use erratic or squinkyvcv. Erratic's is compatible with v0.6 whereas I want to be compatible with v0.5.1
Pick apart relative structure of the two, for fun and learning?
API changes
Model *modelQuadMPEToCV = Model::create<QuadMPEToCV, QuadMPEToCVWidget>(...p->addModel(createModel<QuadMidiToCVWidget>(...