|
Revision 49, 1.0 kB
(checked in by conrad, 4 years ago)
|
add notes from Simon Burton's talk
|
| Line | |
|---|
| 1 |
|
|---|
| 2 |
My LCA Audio mini-conf talk |
|---|
| 3 |
=========================== |
|---|
| 4 |
|
|---|
| 5 |
SuperCollider3: |
|---|
| 6 |
* get from cvs |
|---|
| 7 |
* compiles under linux |
|---|
| 8 |
|
|---|
| 9 |
scsynth: |
|---|
| 10 |
* a server, listens on a udp/tcp port: |
|---|
| 11 |
|
|---|
| 12 |
root$ jackd & |
|---|
| 13 |
root$ alsa-patch-bay -u gtkmm -d jack & |
|---|
| 14 |
root$ scsynth -u 57110 |
|---|
| 15 |
|
|---|
| 16 |
sclang: |
|---|
| 17 |
* input lang in stdin, sends bytecode over OSC to scsynth |
|---|
| 18 |
|
|---|
| 19 |
scvim: |
|---|
| 20 |
* woohoo!! |
|---|
| 21 |
* tab completion, syntax colour, context help, code execution (via sclangpipe) |
|---|
| 22 |
* www.neisis.net/~alex/scvim ( email: alexnorman@gmail.com ) |
|---|
| 23 |
|
|---|
| 24 |
Synthdefs vs. routines: |
|---|
| 25 |
* synthdefs declare a graph of unit generators (UGens) |
|---|
| 26 |
* routines are procedural (while loops etc.) |
|---|
| 27 |
|
|---|
| 28 |
UGens: In, Resonz, LFSaw ... |
|---|
| 29 |
|
|---|
| 30 |
Under the hood: *.cpp plugins, _kk _kr _rk _rr suffixes |
|---|
| 31 |
|
|---|
| 32 |
Python: |
|---|
| 33 |
* i love it |
|---|
| 34 |
* how to use it with OSC ? |
|---|
| 35 |
* http://arrowtheory.com/software/python/OSC.py |
|---|
| 36 |
|
|---|
| 37 |
USB custom hardware: |
|---|
| 38 |
* Atmel avr: 8535 (can get from dicksmith) |
|---|
| 39 |
* avr-gcc backend, uisp (for burning) |
|---|
| 40 |
* http://www.dontronics.com/ (melbourne outfit) |
|---|
| 41 |
* flex sensors |
|---|
| 42 |
* hypersense: http://arrowtheory.com/hypersense/index.html |
|---|
| 43 |
|
|---|
| 44 |
|
|---|
| 45 |
23/4/2005 |
|---|
| 46 |
Simon Burton |
|---|
| 47 |
|
|---|
| 48 |
|
|---|
| 49 |
|
|---|
| 50 |
|
|---|