Skip to content
danstowell edited this page Sep 13, 2010 · 7 revisions

When we do all these things, we’ll be finished!

  1. DONE: Run the SuperCollider server on an Android device; the server the part of SuperCollider which does the actual synthesis.
  2. 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)
  3. DONE: Have a simple way to automatically take the latest upstream SuperCollider source code and wrap it in an Android Service
  4. DONE: Be able to add plugins at runtime (can’t run them off the SD card)
  5. Be efficient with memory and processor time
  6. 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!