- Edited
this could be interesting for Bela...
a similar concept to HEAVY but for Max rather than Pure Data.
essentially, write a max patch (has to be 'a rnbo subpatch' ) then converts it to C++.
can target at native (c++) or vst/au (later is built in the cloud, former is local)
basically the generated code, is put into various template projects.
e.g.
https://github.com/Cycling74/rnbo.example.juce
idea is you can create your own in a similar way, so we could create a Bela template.
(the above example is JUCE/VST , but there are other examples for building vcvrack module and also supercollider extensions)
its a bit like what was possible with gen~ before, however, rnbo is higher level so more 'accessible'.
why might his be interesting?
ok, Max is not free (unlike SC/PD) but its a very professional product (imho) , very easy to use, debugging etc, which does make it much easier (even as fan of PD) for the build/testing as a cross-platform environment.
of course, there will be a question over performance... but that cannot be seen without testing.
Im actually going to do some testing for a different platform,
but after Ive tried there...got some experience with it, and if someone has not picked up on this for Bela, I may take a quick look
of course, with so many options already for Bela (PD, SC, Rust, C++ etc) arguable we need any more,
but could be interesting to have a quick dabble.
thoughts?