[PD-cvs] SF.net SVN: pure-data: [10011] branches/pd-extended/v0-40/externals/hcs/ embed.pd

eighthave at users.sourceforge.net eighthave at users.sourceforge.net
Tue Jun 17 15:26:14 CEST 2008


Revision: 10011
          http://pure-data.svn.sourceforge.net/pure-data/?rev=10011&view=rev
Author:   eighthave
Date:     2008-06-17 06:26:13 -0700 (Tue, 17 Jun 2008)

Log Message:
-----------
little patch to hide the Pd window, useful when embedding a patch in a app on Mac OS X, and perhaps in other situations

Added Paths:
-----------
    branches/pd-extended/v0-40/externals/hcs/embed.pd

Added: branches/pd-extended/v0-40/externals/hcs/embed.pd
===================================================================
--- branches/pd-extended/v0-40/externals/hcs/embed.pd	                        (rev 0)
+++ branches/pd-extended/v0-40/externals/hcs/embed.pd	2008-06-17 13:26:13 UTC (rev 10011)
@@ -0,0 +1,23 @@
+#N canvas 208 271 450 300 10;
+#X msg 283 104 wm title . "Nit CASM";
+#X msg 282 79 menu_toggle_console;
+#X obj 70 12 loadbang;
+#X obj 69 37 trigger bang bang bang bang bang bang bang bang bang;
+#X msg 182 84 wm iconify .;
+#X msg 140 13 bang;
+#X obj 170 245 hcs/sys_gui;
+#X obj 35 75 hcs/window_name;
+#X msg 35 98 wm iconify \$1;
+#X msg 23 29 bang;
+#X connect 0 0 6 0;
+#X connect 1 0 6 0;
+#X connect 2 0 3 0;
+#X connect 3 0 7 0;
+#X connect 3 4 4 0;
+#X connect 3 8 0 0;
+#X connect 3 8 1 0;
+#X connect 4 0 6 0;
+#X connect 5 0 3 0;
+#X connect 7 0 8 0;
+#X connect 8 0 6 0;
+#X connect 9 0 7 0;


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.




More information about the Pd-cvs mailing list