Skip to content

dpalkowski/iSuperColliderKit

 
 

Repository files navigation

iSuperColliderKit (iSCKit)

OverView

"iSCKit" is SuperCollider on iOS7 later, it forked "supercollider iOS" project.

Install

  1. Download or Clone the project.

iSCKit (static libraries)

  1. Launch iSCKit.xcodeproj using XCode Location : [project root] > [projects] > [iSCKit] > iSCKit.xcodeproj

  2. Select 'iSCKit' scheme XCode launching, please select target 'iSCKit' scheme and select 'iOS Device' (not Simulators). (iSCKit can use on iOS devices only, cannot use on iOS Simulators).

  3. Run It generate 'libsndfile', 'libscsynth' and 'libiSCKit' on [lib] direcotry.
    Please make sure that generate 3 static library files above.
    Location : [project root] > [lib]

iSCApp (iOS app)

This project is sample app using iSCKit. It is done getting ready to use iSCKit.

  1. Launch iSCApp.xcodeproj using XCode It need to already generate 'libsndfile', 'libscsynth' and 'libiSCKit'.
    Location : [project root] > [projects] > [iSCApp] > iSCApp.xcodeproj

  2. Run iSCKit must use iOS devices.
    If this process succeed, iSCKit is available.

  3. Check Supercollider Log Please make sure suppercollider log message on this app, then select 'live' tab, iSCApp sound sine wave ( {SinOsc.ar()}.play ).

Setting Details

  1. Project Location Project directory must be located same position of iSCKit directory like to iSCApp directory.

  2. 'Header Search Path' (Build Settings) Add [project root] > [iSupercolliderKit] path. ex. $(PROJECT_DIR)/../../

  3. 'Library Search Path' (Build Settings) Add [project root] > [lib] path.
    ex. $(PROJECT_DIR)/../../iSupercolliderKit/lib

  4. 'Objective-C Automatic Reference Counting' (Build Setting) Set 'YES'.

  5. 'PreProcessor Macros' (Build Setting) Set 'SC_IPHONE' on 'Debug', and 'SC_IPHONE NDEBUG' on 'Release'.

  6. 'Other Linker Flags' (Build Setting) Add '-lsndfile -lscsynth -liSCKit'.

  7. Copy and add 'SCClassLibrary' directory in iSCApp directory. When you add this directory on xcode, please select 'Create folder reference'.

  8. Add Frameworks below. AVFoundation.framework
    CoreMIDI.framework
    Accelerate.framework
    CFNetwork.framework
    CoreFoundation.framework
    CoreGraphics.framework
    AudioToolbox.framework
    MediaPlayer.framework
    UIKit.framework
    Foundation.framework

If you use Swift language, please add libstdc++.dylib.

About

iSuperColliderKit(iSCKit) is SuperCollider Engine on iOS App using Obj-C or Swift.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 75.0%
  • SuperCollider 12.4%
  • C 8.4%
  • Objective-C 2.3%
  • Objective-C++ 0.5%
  • Emacs Lisp 0.4%
  • Other 1.0%