access sound server

The sound server has the adress 172.31.40.30 and is reachable within the VMK Network or trough vpn from remote. Copy sound files to the server This is done on the command line using the secure copy command scp. This will copy any file from your local harddisk into the home directory of the user vmk …

Setup SuperCollider in Ubuntu

1. Add these lines to sources.list, replace <your dist> with your value, eg. karmic, lucid, maverick deb http://ppa.launchpad.net/puredyne-team/ppa/ubuntu <your dist> main deb-src http://ppa.launchpad.net/puredyne-team/ppa/ubuntu <your dist> main Then execute these commands: sudo apt-key adv –keyserver keyserver.ubuntu.com –recv-keys 79696851 sudo apt-get update sudo apt-get install supercollider-vim supercollider-doc  supercollider