Skip to content

zhoujie-jay/GlastoCollider-Android

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SuperCollider is copyright James McCartney and many different authors
Published under the terms of the GNU GPL, version 2 or later. Some code is GPL3+ so the overall bundle will typically be GPL3+.



 An early exploration of porting SuperCollider's scsynth to Android using the android NDK (JNI).




DAN NOTE:

Note that this is NOT how I think the SC android port should be structured. The code is really just me "thinking out loud" and getting the bare bones working of hooking up scsynth with the Java native callbacks and outputting sound.

This version does some things badly: most notably scsynth should probably be a Service rather than an Activity, and it should offer (a subset of) its OSC commands as an interface defined using AIDL so that activities can send intents to it.

About

This fork is not used at the moment - instead see http://github.com/glastonbridge/SuperCollider-Android

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • C++ 82.4%
  • C 16.5%
  • Other 1.1%