isabelgk / gen-rack

Create VCV Rack modules from gen~ exports
GNU General Public License v3.0
89 stars 8 forks source link

Update builder.js to also add line to plugin.cpp #7

Closed isabelgk closed 2 years ago

isabelgk commented 3 years ago

'p->addModel(model' + name.charAt(0).toUpperCase() + name.slice(1) + ');'

isabelgk commented 3 years ago

I should also clean up the one that adds to plugin.hpp because it's duplicating lines... Maybe I shouldn't even bother with this?