MiTo: Difference between revisions
Appearance
m < |
m →In C |
||
| (26 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
===Concert:=== | |||
</ | |||
====In C==== | |||
OSC Clock port: 61001 | |||
cd /sirikata | |||
./mito inc 5 131.175.139.144 | |||
./mito inc 6 131.175.139.144 | |||
./mito inc 7 131.175.139.144 | |||
./mito inc 8 131.175.139.144 | |||
Rob (server) | |||
JP (2) | |||
Henrik (3) | |||
Jeffrey (4) | |||
Luke (5) | |||
Michael (6) | |||
Visda (7) | |||
Andy (8) | |||
====Links:==== | |||
http://www.mitosettembremusica.it/it/programma/12092009-2200-mixed-reality-performance-una-serata-sirikata-politecnico-sede-di-milano-bov<br/> | |||
http://www.mitosettembremusica.it/<br/> | |||
http://www.sirikata.com<br/> | |||
====Before Building:==== | |||
<table> | <table> | ||
<tr><td | <tr><td>Get MacPorts:</td><td>http://www.macports.org/install.php</td><td> download locally: http://ccrma.stanford.edu/~rob/mito/installs/</td></tr> | ||
<tr><td | <tr><td>Get cmake:</td><td>port install cmake</td></tr> | ||
<tr><td | <tr><td>Get git:</td><td>http://git-scm.com/download</td><td> download locally: http://ccrma.stanford.edu/~rob/mito/installs/</td></tr> | ||
<tr><td | <tr><td>Get Mono:</td><td>http://www.go-mono.com/mono-downloads/download.html</td><td> download locally: http://ccrma.stanford.edu/~rob/mito/installs/</td></tr> | ||
Install ChucK: command-line version ( http://chuck.cs.princeton.edu/release/files/exe/chuck-1.2.1.2-exe.tgz ) | |||
</table> | </table> | ||
---- | |||
====Install:==== | |||
git clone git://github.com/speedlimits/museum.git sirikata | |||
cd sirikata | |||
git checkout -b ccrma_master origin/ccrma_master | |||
git submodule update --init | |||
make depends | |||
make -j3 | |||
====Update:==== | |||
git pull origin ccrma_master | |||
====Run:==== | |||
./run scenes/in_c_1.csv scenes/in_c_1_env.csv | |||
old: | |||
./run scenes/in_c_1.csv 192.168.176.158 [server] | |||
./run scenes/in_c_2.csv 192.168.176.158 | |||
./run scenes/scene_canned_bits_start_04_m.csv | |||
====Push:==== | |||
git push git@github.com:speedlimits/museum.git ccrma_master | |||
====Misc:==== | |||
git reset --hard | |||
make -k | |||
171.64.197.215 = cmn66 | |||
Latest revision as of 18:38, 10 September 2009
Concert:
In C
OSC Clock port: 61001
cd /sirikata ./mito inc 5 131.175.139.144 ./mito inc 6 131.175.139.144 ./mito inc 7 131.175.139.144 ./mito inc 8 131.175.139.144
Rob (server) JP (2) Henrik (3) Jeffrey (4)
Luke (5) Michael (6) Visda (7) Andy (8)
Links:
http://www.mitosettembremusica.it/it/programma/12092009-2200-mixed-reality-performance-una-serata-sirikata-politecnico-sede-di-milano-bov
http://www.mitosettembremusica.it/
http://www.sirikata.com
Before Building:
Install ChucK: command-line version ( http://chuck.cs.princeton.edu/release/files/exe/chuck-1.2.1.2-exe.tgz )
| Get MacPorts: | http://www.macports.org/install.php | download locally: http://ccrma.stanford.edu/~rob/mito/installs/ |
| Get cmake: | port install cmake | |
| Get git: | http://git-scm.com/download | download locally: http://ccrma.stanford.edu/~rob/mito/installs/ |
| Get Mono: | http://www.go-mono.com/mono-downloads/download.html | download locally: http://ccrma.stanford.edu/~rob/mito/installs/ |
Install:
git clone git://github.com/speedlimits/museum.git sirikata cd sirikata git checkout -b ccrma_master origin/ccrma_master git submodule update --init make depends make -j3
Update:
git pull origin ccrma_master
Run:
./run scenes/in_c_1.csv scenes/in_c_1_env.csv
old:
./run scenes/in_c_1.csv 192.168.176.158 [server] ./run scenes/in_c_2.csv 192.168.176.158 ./run scenes/scene_canned_bits_start_04_m.csv
Push:
git push git@github.com:speedlimits/museum.git ccrma_master
Misc:
git reset --hard make -k
171.64.197.215 = cmn66