水曜日, 11月 01, 2006

chaser

max/mspのパッチでちまちま作ってたものが結構増えてきたので公開します。lcd内でマウスをドラッグすると、動きを記録して繰り返し再生します。こういうモジュールを沢山集めてつないで全体を作るようなプラットフォームを設計したいと考えています。使い方は君次第。
適当にtextファイルにコピーペーストして保存した後、max/mspで開いて下さい。コピーしてクリップボードに入ってる状態でmaxパッチャーにそのままペーストしてもいけます。

max v2;
#N vpatcher 10 59 509 569;
#P button 216 308 15 0;
#P window setfont "Sans Serif" 9.;
#P window linecount 1;
#P newex 146 412 46 196617 t l clear;
#P message 250 236 29 196617 stop;
#P newex 176 360 27 196617 - 4;
#P newex 146 360 27 196617 - 4;
#P newex 146 438 94 196617 prepend frameoval;
#P newex 146 387 54 196617 pack i i i i;
#P newex 204 236 30 196617 t b b;
#P newex 182 262 35 196617 timer;
#P newex 262 214 31 196617 == 0;
#P newex 182 285 58 196617 metro 500;
#P message 182 308 29 196617 play;
#P newex 216 214 44 196617 togedge;
#P newex 146 189 40 196617 unpack;
#P message 224 262 40 196617 record;
#P newex 224 189 31 196617 == 1;
#P user lcd 146 50 128 128 1 1 0 0 0;
#P newex 131 334 40 196617 mtr 2;
#P newex 235 360 27 196617 + 4;
#P newex 205 360 27 196617 + 4;
#P window linecount 3;
#P comment 277 50 100 196617 chaser yosuke hayashi 2006.11.1;
#P connect 6 0 3 0;
#P connect 9 0 3 0;
#P connect 18 0 3 0;
#P connect 19 1 4 0;
#P connect 15 0 4 0;
#P connect 4 0 7 0;
#P connect 7 0 3 1;
#P connect 3 1 16 0;
#P connect 16 0 14 0;
#P connect 14 0 19 0;
#P connect 19 0 15 0;
#P connect 17 0 14 1;
#P connect 7 1 3 2;
#P connect 1 0 14 2;
#P connect 3 2 17 0;
#P connect 13 0 12 0;
#P connect 11 0 10 0;
#P connect 10 0 9 0;
#P connect 2 0 14 3;
#P connect 8 0 13 0;
#P connect 3 1 1 0;
#P connect 8 1 12 1;
#P connect 5 0 8 0;
#P connect 10 0 20 0;
#P connect 4 2 5 0;
#P connect 13 1 6 0;
#P connect 12 0 10 1;
#P connect 3 2 2 0;
#P connect 8 1 18 0;
#P connect 4 2 11 0;
#P pop;

0 件のコメント: