just seen the post about RebelTech/Cycling74 improving the owl/gen~ integration.
seems like a nice approach, and one that could be achieved also with Bela.
https://cycling74.com/articles/review-getting-to-know-the-owl-pedal-part-2
I'm assuming the core of this is creating a 'wrapper C++' template to surround the gen generated code, that is suitable for bela. Then some kind of max external(?) that handles the upload/compile of the code to bela.
I guess... really all this external needs to do is to interface to the existing bela makefile, which already contains code to upload/sync/compile?
one thing, that would be cool, (not sure owl does this), would be to have some kind of max interaction with the running patch e.g. for parameters,displaying patch... and perhaps setting up midi in some 'easy form'... these are things which make patching on Axoloti easier.. since you can easily debug things...
thoughts, is any work going on already with gen~/cycling ... or something that I could look into...