Open danpetry opened 6 years ago
TTD:
[ ] read this about testing private methods: https://stackoverflow.com/questions/8997029/i-want-to-test-a-private-method-is-there-something-wrong-with-my-design/8997128#8997128
[ ] Write unit tests and get them running
[ ] Compare Erratic vs my code and make changes going along
[ ] Make tests pass
[ ] understand API changes above and general structure, then refactor
[ ] make compatible with v0.6 (and other versions) for fun
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>(...