Skip to content

kalwalt/ofxSuperColliderBoot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

ofxSuperColliderBoot

Start Supercollider https://github.com/supercollider/supercollider in a Openframeworks app without run any editor (scel, sced or emacs) to boot the server. Just run the script and sclang will start and after your app. The script is a starting point, customize it to your owns. The Server scsynth is quitted by the ofxSCexit object in exit(). Tested in linux64 with OF 008

Instructions

in testApp.h

add the ofxSCexit header

#include "ofxSCexit.h"

and the object

ofxSCexit sc;

in testApp.cpp

Add in testApp::exit()

sc.SCexit();

Addons needed

ofxSuperCollider, ofxOsc

ofxSuperCollider addon in google code (but no updates from 2010):

svn checkout http://ofxsupercollider.googlecode.com/svn/trunk/ofxSuperCollider

About

Start supercollider in a Openframeworks app without run any editor (scel, sced or emacs) to boot the server. All happens inside OF.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages