aboutsummaryrefslogtreecommitdiff
path: root/doc/diag~-help.pd
diff options
context:
space:
mode:
authorJonathan Wilkes <jancsika1@users.sourceforge.net>2010-11-25 01:45:15 +0000
committerJonathan Wilkes <jancsika1@users.sourceforge.net>2010-11-25 01:45:15 +0000
commitc39d22e4bd9c3b06c4199ea59d0a7faa51401f7f (patch)
treeda8bd8375a0cfa796e86f076295e3d2ace6b8047 /doc/diag~-help.pd
parentcee3ba78ec36b5af8839176ca91d63d68f6cb117 (diff)
added META subpatch plus some help patches for abstractions
svn path=/trunk/externals/creb/; revision=14526
Diffstat (limited to 'doc/diag~-help.pd')
-rw-r--r--doc/diag~-help.pd26
1 files changed, 26 insertions, 0 deletions
diff --git a/doc/diag~-help.pd b/doc/diag~-help.pd
new file mode 100644
index 0000000..6941efd
--- /dev/null
+++ b/doc/diag~-help.pd
@@ -0,0 +1,26 @@
+#N canvas 3 26 450 300 10;
+#X obj 36 29 diag~;
+#X text 83 31 diagonal state space system;
+#X text 38 67 treats input dsp block as n parallel signals;
+#X text 40 92 s1 = (a * s1) + (b * s2) + u1;
+#X text 41 109 s2 = (a * s2) - (b * s1) + u2;
+#N canvas 145 112 494 314 META 0;
+#X text 12 5 KEYWORDS signal needs_work (example patch);
+#X text 12 45 DESCRIPTION diagonal state space system;
+#X text 12 65 INLET_0 signal bang reset random time eigen;
+#X text 12 85 OUTLET_0 signal;
+#X text 12 125 HELP_PATCH_AUTHORS Added by Jonathan Wilkes.;
+#X text 12 25 LICENSE GPL v2;
+#X text 12 105 AUTHOR Tom Schouten <tom@zwizwa.be>;
+#X restore 395 275 pd META;
+#X msg 108 140 reset;
+#X obj 108 262 diag~;
+#X msg 118 163 random;
+#X msg 127 184 bang;
+#X msg 144 232 eigen;
+#X msg 137 206 time;
+#X connect 6 0 7 0;
+#X connect 8 0 7 0;
+#X connect 9 0 7 0;
+#X connect 10 0 7 0;
+#X connect 11 0 7 0;