Tag: network

  • Re-interpreting history

    A script for sniffing bits of supercollider code being broadcast as livecoding history over a network and re-interpreting them as objects in fluxus, written during an excellent workshop by Alberto de Campo and Julian Rohrhuber at /*VIVO*/ Mexico City. (osc-source “57120”) (define (stringle str) (map char->integer (string->list str))) ;;(osc-destination “osc.udp:255.255.255.255:57120”) ;;(osc-send “/vivo” “s” ‘(“fluxus:hola”)) (define…