From 2b6a306763ddb79c669fa9ad937cafacb583513d Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Mon, 13 Dec 2010 15:03:21 +0000 Subject: added placeholders for missing help patches svn path=/trunk/abstractions/jmmmp/; revision=14627 --- appent-help.pd | 3 +++ ardourjack-gui-help.pd | 3 +++ array+-help.pd | 6 ++++++ array-edit-help.pd | 3 +++ pd-colors-help.pd | 4 ++++ prepent-help.pd | 3 +++ 6 files changed, 22 insertions(+) create mode 100644 appent-help.pd create mode 100644 ardourjack-gui-help.pd create mode 100644 array+-help.pd create mode 100644 array-edit-help.pd create mode 100644 pd-colors-help.pd create mode 100644 prepent-help.pd diff --git a/appent-help.pd b/appent-help.pd new file mode 100644 index 0000000..8660eb9 --- /dev/null +++ b/appent-help.pd @@ -0,0 +1,3 @@ +#N canvas 329 129 450 300 10; +#X obj 189 121 appent; +#X text 73 61 [list append]--[list trim] shortcut; diff --git a/ardourjack-gui-help.pd b/ardourjack-gui-help.pd new file mode 100644 index 0000000..5227cb6 --- /dev/null +++ b/ardourjack-gui-help.pd @@ -0,0 +1,3 @@ +#N canvas 436 287 450 300 10; +#X obj 165 118 ardourjack-gui; +#X text 92 42 controls your ardour settings from Pd; diff --git a/array+-help.pd b/array+-help.pd new file mode 100644 index 0000000..334aae0 --- /dev/null +++ b/array+-help.pd @@ -0,0 +1,6 @@ +#N struct 1021-graph float x float y float dist float resol float width +float stres array 1021-boxes 1021-box; +#N struct 1021-box float y float width; +#N canvas 0 22 450 300 10; +#X obj 143 113 array+; +#X text 68 69 array+ help placeholder; diff --git a/array-edit-help.pd b/array-edit-help.pd new file mode 100644 index 0000000..b0eefc4 --- /dev/null +++ b/array-edit-help.pd @@ -0,0 +1,3 @@ +#N canvas 345 87 450 300 10; +#X obj 175 132 array-edit; +#X text 150 90 GUI patch for editing arrays; diff --git a/pd-colors-help.pd b/pd-colors-help.pd new file mode 100644 index 0000000..cfe4942 --- /dev/null +++ b/pd-colors-help.pd @@ -0,0 +1,4 @@ +#N struct 1431-color float x float y float farbe float ynpos; +#N canvas 441 77 450 300 10; +#X obj 177 131 pd-colors; +#X text 163 65 pd-color palettes; diff --git a/prepent-help.pd b/prepent-help.pd new file mode 100644 index 0000000..0cc3686 --- /dev/null +++ b/prepent-help.pd @@ -0,0 +1,3 @@ +#N canvas 329 129 450 300 10; +#X obj 189 121 prepent; +#X text 73 61 [list prepend]--[list trim] shortcut; -- cgit v1.2.1