Hi!
I have built Csound many times on linux systems and a few times on windows systems as well. So as a little experiment I installed Termux from the Play store on a Android phone and pulled Csound 7 from git… and almost everything seems to work, rendering to a file works and realtime audio output as well (through pulseaudio or portaudio).
One little nagging thing though is that (using the same utf-8 encoded .csd file that I’ve used on Linux before, with no modifications), I get a 0(200) note deleted message when running the file. It compiles and runs apart from this message which it seems is related to calling named instruments in the score section. If I replace the reference to the instrument name with the number of that instrument (just in the score section), the whole thing works perfectly, even that particular instrument.
So I am just a little bit of short on ideas at the moment about how to go about fixing this last little inconvenience distracting this particular custom mobile setup. Any ideas?