GitHub Sale: sign up for any paid plan this week and pay nothing until January 1, 2009!  [ hide ]

public
Description: experiments with PureData and QuartzComposer
Clone URL: git://github.com/cv/compositions.git
Carlos Villela (author)
Sat Apr 19 19:05:50 -0700 2008
commit  7462bc95a6dad932570a9bdea97c892d99e77cbc
tree    eabae3c70f3c975cb3dbe8efc6455e71817cbffb
parent  bbf6a060a1d22f6e135247a41ba70b8f1a675ef1
compositions / counter.pd
100644 11 lines (10 sloc) 0.24 kb
1
2
3
4
5
6
7
8
9
10
11
#N canvas 0 22 454 304 10;
#X obj 181 60 bng 15 250 50 0 empty empty empty 0 -6 0 10 -262144 -1
-1;
#X obj 176 147 print;
#X obj 149 105 f;
#X obj 203 105 + 1;
#X connect 0 0 2 0;
#X connect 2 0 1 0;
#X connect 2 0 3 0;
#X connect 3 0 2 1;