RNBO C++ export running natively on Android
StuartM
Jan 17 2023 | 2:16 pm
I've had an itch to really explore what is possible with the C++ export functionality provided by RNBO and what its limitations are...
While it seemed to work pretty flawlessly in desktop applications I thought about the many years of using UDP to send signals from my phone to Max MSP over networks and wondered whether it would be finally possible to have everything packaged up as an Android app.
After a few brain-scratching days, I've come up with a slightly hacky solution - fixing problems as they arise in the exported RNBO library code. It's early days but I've put up a Git repository which I'll keep updating as I make the process a little more stable.