File: equal_power_pan~.pd

package info (click to toggle)
pd-pan 0.1.2-5
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 160 kB
  • sloc: makefile: 373
file content (26 lines) | stat: -rw-r--r-- 685 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
#N canvas 0 31 449 438 10;
#X obj 23 38 inlet~;
#X obj 234 48 inlet;
#X obj 23 322 outlet~;
#X obj 81 322 outlet~;
#X text 30 342 left;
#X text 84 342 right;
#X text 130 368 (C) Copyright 2004 Hans-Christoph Steiner;
#X text 234 384 released under the GNU GPL;
#X obj 23 263 pan_core~;
#X obj 309 44 loadbang;
#X msg 309 64 0.5;
#X obj 39 184 expr cos($f1 * 3.14159 / 2);
#X obj 234 184 expr sin($f1 * 3.14159 / 2);
#X text 10 17 [equal_power_pan~];
#X obj 234 124 clip 0 1;
#X connect 0 0 8 0;
#X connect 1 0 14 0;
#X connect 8 0 2 0;
#X connect 8 1 3 0;
#X connect 9 0 10 0;
#X connect 10 0 14 0;
#X connect 11 0 8 1;
#X connect 12 0 8 2;
#X connect 14 0 11 0;
#X connect 14 0 12 0;