SuperCollider-Android
SuperCollider-Android copied to clipboard
An Android port of SuperCollider
Hi, Following your itinerary to build SC-Android, the instruction ndk-build fails with the linker complaining:: `jni/Source/plugins/onsetsds.c:400: error: undefined reference to 'onsetsds_phase_rewrap' jni/Source/plugins/onsetsds.c:415: error: undefined reference to 'onsetsds_phase_rewrap' jni/Source/plugins/onsetsds.c:442: error: undefined...
I have tried to compile and build this on Android Studio APK 22 with ndk integration but I can't seem to run it. Every time I run it from the...
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...
I've successfully built and run SuperCollider-Android. I can control the SuperCollider-Android app on my phone from SuperCollider 3.5 on my desktop, as detailed on the wiki - [How to control...
We use hard-coded /sdcard/ because Environment.getExternalStorageDir() seemed wrong on some systems. However, on Samsung Galaxy the location is /external_sd/ so it fails. For crossplatform, we might need to check both...
Hi, supercollider-android is a wonderful project, I was able to run the demo application basically without a problem. However, I am having trouble defining a new Synth. If I'm not...
Everybody knows and loves it, and now it has STL!
ScService contains the logic for setting up the correct paths on the sdcard. This is great when you want to use supercollider as a service, but if you want to...
I tried running the Eclipse egit tool to get SuperCollider, and it contains several issues. 1) eclipse couldn't find default.properties 2) it added the entire repository as a source dir...