diff options
author | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2010-12-13 15:03:21 +0000 |
---|---|---|
committer | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2010-12-13 15:03:21 +0000 |
commit | 2b6a306763ddb79c669fa9ad937cafacb583513d (patch) | |
tree | 3ce38eea2ab7cae1444f67db78cdc448f221cea2 | |
parent | 14effad0dabb363f193a692e0b363b4d1e856daf (diff) |
added placeholders for missing help patches
svn path=/trunk/abstractions/jmmmp/; revision=14627
-rw-r--r-- | appent-help.pd | 3 | ||||
-rw-r--r-- | ardourjack-gui-help.pd | 3 | ||||
-rw-r--r-- | array+-help.pd | 6 | ||||
-rw-r--r-- | array-edit-help.pd | 3 | ||||
-rw-r--r-- | pd-colors-help.pd | 4 | ||||
-rw-r--r-- | prepent-help.pd | 3 |
6 files changed, 22 insertions, 0 deletions
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; |