Skip to content

Commit 8d5f607

Browse files
committed
latest updates
1 parent 4297d6a commit 8d5f607

File tree

8 files changed

+1036
-613
lines changed

8 files changed

+1036
-613
lines changed

.gitignore

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
bin_*
2+
sketch*
3+
.DS_Store
4+
*.wav
5+
*.aup
6+
*.auf
7+
*.au

_pitch-prob.pd

Lines changed: 0 additions & 38 deletions
This file was deleted.

bin/lib/_set-e-v.pd

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
#N canvas 0 23 450 300 10;
2+
#X obj 28 18 tgl 15 0 empty empty empty 17 7 0 10 -262144 -1 -1 0 1
3+
;
4+
#X obj 138 96 t p p;
5+
#X obj 138 144 fd_iterate;
6+
#X obj 96 203 t b p;
7+
#X obj 64 235 f;
8+
#X obj 65 76 t b f;
9+
#X obj 121 61 pointer;
10+
#X obj 58 13 inlet;
11+
#X obj 138 120 getsize template \$3\$1;
12+
#X obj 64 267 set \$3\$1-e \$3\$1-e-v;
13+
#X obj 96 179 element \$2 \$3\$1;
14+
#X obj 176 25 r \$2-p;
15+
#X connect 0 0 5 0;
16+
#X connect 1 0 8 0;
17+
#X connect 1 1 10 1;
18+
#X connect 2 0 10 0;
19+
#X connect 3 0 4 0;
20+
#X connect 3 1 9 1;
21+
#X connect 4 0 9 0;
22+
#X connect 5 0 6 0;
23+
#X connect 5 1 4 1;
24+
#X connect 6 0 1 0;
25+
#X connect 7 0 5 0;
26+
#X connect 8 0 2 0;
27+
#X connect 10 0 3 0;
28+
#X connect 11 0 6 1;

0 commit comments

Comments
 (0)