SuperCollider-Android icon indicating copy to clipboard operation
SuperCollider-Android copied to clipboard

An Android port of SuperCollider

Results 17 SuperCollider-Android issues
Sort by recently updated
recently updated
newest added

Despite commit a4906a400a016d7e6265 where I offer a hook for closing the UDP socket, and invoke it on quit, the UDP socket is unavailable on future invocations.

Bug

Low priority, but an idea for the future: the default activity could list available synthdefs when you press the menu button, then when one is chosen from the list it...

Planning

When using the Java-land OSC messages, long integer data can get lost. I hit the problem when using the object array constructor. Casting to an int fixed the problem, suggesting...

Bug

Because of the overheads in passing audio through the layers, it would be very helpful if the SCService had a runtime option (set at launch) for whether or not to...

Planning

It will make SuperCollider a lot easier to pick up on android if there's already some stuff there ready for users. Nothing fancy, just a few things to make you...

Stage 2 Roadmap

Most of them are there! At simplest, someone could just cut-and-paste the existing lib definitions in Android.mk. At most complex, we could improve the build tool to generate them in...

Stage 2 Roadmap