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

Filesystem setup doesn't happen if you are using SuperCollider as a library project #21

Open glastonbridge opened 13 years ago

glastonbridge commented 13 years ago

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 use it as a library project you need something else.

Either wrap SCAudio or move the directory-creating logic into it.