File: track_min.pd

package info (click to toggle)
pd-mapping 0.2.1-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye, buster
  • size: 1,168 kB
  • sloc: makefile: 246
file content (34 lines) | stat: -rw-r--r-- 813 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
#N canvas 1 53 475 375 10;
#X obj 37 303 outlet;
#X text 75 268 min;
#X obj 37 268 float;
#X obj 294 7 inlet;
#X obj 37 7 inlet;
#X obj 294 27 route float bang;
#X obj 58 92 select 0;
#X msg 58 111 0;
#X msg 109 111 1;
#X obj 177 7 inlet;
#X obj 224 137 loadbang;
#X obj 37 207 moses;
#X obj 37 143 spigot 1;
#X text 229 347 released under the GNU GPL;
#X text 12 333 (C) Copyright 2006 Hans-Christoph Steiner <hans@at.or.at>
;
#X obj 177 164 purepd/float_argument \$1 9.99e+37;
#X connect 2 0 0 0;
#X connect 2 0 11 1;
#X connect 3 0 5 0;
#X connect 4 0 12 0;
#X connect 5 0 6 0;
#X connect 5 1 15 0;
#X connect 6 0 7 0;
#X connect 6 1 8 0;
#X connect 7 0 12 1;
#X connect 8 0 12 1;
#X connect 9 0 15 0;
#X connect 10 0 15 0;
#X connect 11 0 2 0;
#X connect 12 0 11 0;
#X connect 15 0 11 1;
#X connect 15 0 2 1;