« Overtone is an open source audio environment being created to explore musical ideas from synthesis and sampling to instrument building, live-coding and collaborative jamming. We use the SuperCollider synth server as the audio engine, with Clojure (and Java) being used to develop the APIs and the application.
Synthesizers, effects, analyzers and musical generators can be programmed in Clojure or designed in a visual data flow editor similar to PureData or Max/MSP. The environment will be integrated with a peer-to-peer network that allows for collaborative composition and jam sessions over the internet and sharing of instruments and effects. »
http://project-overtone.org
une vidéo d'intro : http://vimeo.com/22798433
discussion : http://groups.google.com/group/overtone
Les exemples du (tout récent) supercollider book traduits pour overtone : https://github.com/overtone/overtone/bl … sc-one.clj
;;;;;;;; ;;page 5 ;;play({RLPF.ar(Dust.ar([12, 15]), LFNoise1.ar(1/[3,4], 1500, 1600), 0.02)}) (demo 10 (rlpf (dust [12 15]) (+ 1600 (* 1500 (lf-noise1 [1/3, 1/4]))) 0.02 ))
Hors ligne
Pages: 1