-->

1010/ap

SC3 15:06 (tech_notes#35)

finally up and running with SCEl and Emacs - latest CVS compiled with:

1) scons install

2) ditch all config files mentioned elsewhere just .bash_profile:

export SC_LIB_DIR=/usr/local/share/SuperCollider/SCClassLibrary export SC_JACK_DEFAULT_INPUTS="alsa_pcm:capture_1,alsa_pcm:capture_2" export SC_JACK_DEFAULT_OUTPUTS="alsa_pcm:playback_1,alsa_pcm:playback_2" export SC_SYNTHDEF_PATH="./synthdefs"

3) and then emacs -sclang (have (require 'sclang) in .emacs)

start jackd -alsa obviously

4) sample code from:

http://www.agnula.org/documentation/dp_tutorials/sc3

runs fine

next up is how to connect to Pd (is it just by way of OSC) and then base command-line OSc experiments