-
Notifications
You must be signed in to change notification settings - Fork 22
Roadmap
danstowell edited this page Sep 13, 2010
·
7 revisions
When we do all these things, we’ll be finished!
- DONE: Run the SuperCollider server on an Android device; the server the part of SuperCollider which does the actual synthesis.
-
DONE: Expose SuperCollider operations through Intents
- (note – we also made it able to listen on a UDP network socket too, so you can control it via wi-fi)
- DONE: Have a simple way to automatically take the latest upstream SuperCollider source code and wrap it in an Android Service
- DONE: Be able to add plugins at runtime (can’t run them off the SD card)
- Be efficient with memory and processor time
- Have a suite of Android integration tests to ensure that it’s not broken, at bare minimum one test per exposed API feature.
- (note – we have some JUnit tests, plus Dan has successfully run SC’s own unit tests over the network connection)
See the stage 2 roadmap tag in Issues for what we’re doing at the moment!