diff options
author | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2010-11-11 06:13:38 +0000 |
---|---|---|
committer | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2010-11-11 06:13:38 +0000 |
commit | 1d3a1bc392ec809458a0ea534888e406dd2348cd (patch) | |
tree | 3acb3d32f7ceeca751af2d75063dee34f616d2d3 /gui | |
parent | 2515dff289e48ae6dc2874dab53dc7c14483ade7 (diff) |
copied over template Makefile and got things building from it
svn path=/trunk/externals/ggee/; revision=14394
Diffstat (limited to 'gui')
-rw-r--r-- | gui/fatom-help.pd | 2 | ||||
-rw-r--r-- | gui/state-help.pd | 3 |
2 files changed, 5 insertions, 0 deletions
diff --git a/gui/fatom-help.pd b/gui/fatom-help.pd new file mode 100644 index 0000000..5459bd9 --- /dev/null +++ b/gui/fatom-help.pd @@ -0,0 +1,2 @@ +#N canvas 1 52 450 300 10; +#X text 80 96 comment; diff --git a/gui/state-help.pd b/gui/state-help.pd new file mode 100644 index 0000000..954407a --- /dev/null +++ b/gui/state-help.pd @@ -0,0 +1,3 @@ +#N canvas 523 175 450 300 10; +#X obj 180 119 state; +#X text 67 43 any idea for state saving; |