aboutsummaryrefslogtreecommitdiff
path: root/pd/extra/help-complex-mod~.pd
diff options
context:
space:
mode:
authorMiller Puckette <millerpuckette@users.sourceforge.net>2005-05-30 03:01:38 +0000
committerMiller Puckette <millerpuckette@users.sourceforge.net>2005-05-30 03:01:38 +0000
commit47729b52cb85e8a52bf2e6bbf8ee9a810ed331e1 (patch)
treeb001d3f3bdf3539d928535e47a965c72f7044a26 /pd/extra/help-complex-mod~.pd
parentfcba84c01167d5be4e4ed70619fda85cb63804fe (diff)
Add new portmidi and update portaudio. CHanges to makefile.nt and various
sources. Checking that I'm in sync with "help" file changes. I ended up deleting help files in extra and recreating them under the new names. svn path=/trunk/; revision=3091
Diffstat (limited to 'pd/extra/help-complex-mod~.pd')
-rw-r--r--pd/extra/help-complex-mod~.pd26
1 files changed, 0 insertions, 26 deletions
diff --git a/pd/extra/help-complex-mod~.pd b/pd/extra/help-complex-mod~.pd
deleted file mode 100644
index 9e14904d..00000000
--- a/pd/extra/help-complex-mod~.pd
+++ /dev/null
@@ -1,26 +0,0 @@
-#N canvas 136 85 600 480 12;
-#X graph graph1 0 -1 882 1 279 209 579 39;
-#X array mod-output 882 float;
-#X pop;
-#X msg 84 256 bang \; pd dsp 1;
-#X floatatom 67 56;
-#X obj 67 186 complex-mod~;
-#X obj 67 84 phasor~ 440;
-#X obj 67 115 cos~;
-#X obj 106 138 cos~;
-#X obj 106 114 -~ 0.25;
-#X floatatom 145 152;
-#X text 93 351 The complex modulator takes two signals in which it considers to be the real and imaginary part of a complex-valued signal. It then does a complex multiplication by a sinusoud to shift all frequencies up or down by any frequency shift in Hz. See also hilbert~.;
-#X obj 69 298 tabwrite~ mod-output;
-#X text 149 204 right outlet;
-#X text 151 220 gives the other;
-#X text 149 236 sideband;
-#X connect 1 0 10 0;
-#X connect 2 0 4 0;
-#X connect 3 0 10 0;
-#X connect 4 0 5 0;
-#X connect 4 0 7 0;
-#X connect 5 0 3 0;
-#X connect 6 0 3 1;
-#X connect 7 0 6 0;
-#X connect 8 0 3 2;