glastonbridge / SuperCollider-Android

An Android port of SuperCollider
http://wiki.github.com/glastonbridge/SuperCollider-Android
GNU General Public License v3.0
122 stars 22 forks source link

Up to date version ? #29

Open combatistor opened 8 years ago

combatistor commented 8 years ago

Hello everybody, Is it possible to build a new version of supercollider for android ? I mean version 3.7 ? In order to make the synths created with recent version of supercollider work with android (up to 3.6).

Is it also possible to compile the current supercollider project with the latest version of android NDK ?

Thanks

glastonbridge commented 7 years ago

Probably! I don't have time to look into it myself any more, but I think it should be easier now. Back when we made this project, i was developing on Android 1.6 and a handful of C++ features had to be pulled or the build tools tweaked (exceptions for instance). The Android build tools have now advanced to the point where it should be possible to compile the whole Supercollider codebase without major tweaking.

combatistor commented 7 years ago

It sounds nice ! Thanks for your reply. But I have no knowledge of that, I tried to look to supercollider source code but I don't know exactly how to compile it for android, and for different CPU architectures. I'll probably take a look deeper but the only thing I found was how to compile for raspberry pie. If you have some hints it could be very great.