My LCA Audio mini-conf talk =========================== SuperCollider3: * get from cvs * compiles under linux scsynth: * a server, listens on a udp/tcp port: root$ jackd & root$ alsa-patch-bay -u gtkmm -d jack & root$ scsynth -u 57110 sclang: * input lang in stdin, sends bytecode over OSC to scsynth scvim: * woohoo!! * tab completion, syntax colour, context help, code execution (via sclangpipe) * www.neisis.net/~alex/scvim ( email: alexnorman@gmail.com ) Synthdefs vs. routines: * synthdefs declare a graph of unit generators (UGens) * routines are procedural (while loops etc.) UGens: In, Resonz, LFSaw ... Under the hood: *.cpp plugins, _kk _kr _rk _rr suffixes Python: * i love it * how to use it with OSC ? * http://arrowtheory.com/software/python/OSC.py USB custom hardware: * Atmel avr: 8535 (can get from dicksmith) * avr-gcc backend, uisp (for burning) * http://www.dontronics.com/ (melbourne outfit) * flex sensors * hypersense: http://arrowtheory.com/hypersense/index.html 23/4/2005 Simon Burton