From 897b75f7b63b024cb61b58498ff7e22a4e8b88f4 Mon Sep 17 00:00:00 2001 From: Luke Iannini Date: Tue, 19 Aug 2008 07:42:50 +0000 Subject: more helpfiles svn path=/trunk/abstractions/senderfruit/; revision=10255 --- core/bb-help.pd | 9 +++++++++ core/cpugraph-help.pd | 6 ++++++ core/round-help.pd | 10 ++++++++++ core/rprint-help.pd | 15 +++++++++++++++ core/setabng-help.pd | 24 ++++++++++++++++++++++++ core/setabng.pd | 6 +----- 6 files changed, 65 insertions(+), 5 deletions(-) create mode 100644 core/bb-help.pd create mode 100644 core/cpugraph-help.pd create mode 100644 core/round-help.pd create mode 100644 core/rprint-help.pd create mode 100644 core/setabng-help.pd diff --git a/core/bb-help.pd b/core/bb-help.pd new file mode 100644 index 0000000..a63a07b --- /dev/null +++ b/core/bb-help.pd @@ -0,0 +1,9 @@ +#N canvas 0 22 450 300 10; +#X obj 70 115 bb \$0.googly-moogly; +#X obj 243 181 r \$0.googly-moogly; +#X obj 243 205 bng 15 250 50 0 empty empty empty 17 7 0 10 -262144 +-1 -1; +#X text 16 20 [bb] - Simply \, a bang with a set send destination. +Handy for rapid prototyping. Use like [bb receiver-name].; +#X text 284 274 2008 Luke Iannini; +#X connect 1 0 2 0; diff --git a/core/cpugraph-help.pd b/core/cpugraph-help.pd new file mode 100644 index 0000000..fbef5e8 --- /dev/null +++ b/core/cpugraph-help.pd @@ -0,0 +1,6 @@ +#N canvas 0 22 370 270 10; +#X obj 115 94 cpugraph; +#X text 16 11 [cpugraph] - A nice GOP widget for monitoring CPU usage. +Use the "Mark" button to note down the current value to compare to +later.; +#X text 231 237 2008 Luke Iannini; diff --git a/core/round-help.pd b/core/round-help.pd new file mode 100644 index 0000000..bacd6a3 --- /dev/null +++ b/core/round-help.pd @@ -0,0 +1,10 @@ +#N canvas 0 22 387 243 10; +#X text 27 15 [round] - round a number to the closest integer; +#X obj 76 87 hsl 128 15 0 10 0 0 empty empty empty -2 -8 0 10 -262144 +-1 -1 600 1; +#X obj 73 145 round; +#X floatatom 73 173 5 0 0 0 - - -; +#X floatatom 73 118 5 0 0 0 - - -; +#X connect 1 0 4 0; +#X connect 2 0 3 0; +#X connect 4 0 2 0; diff --git a/core/rprint-help.pd b/core/rprint-help.pd new file mode 100644 index 0000000..5ddfc43 --- /dev/null +++ b/core/rprint-help.pd @@ -0,0 +1,15 @@ +#N canvas 664 410 415 267 10; +#X obj 44 191 rprint \$0.some-data; +#X obj 44 137 s \$0.some-data; +#X text 20 14 [rprint] - intercept a send and print it to the console. +Usually for debugging.; +#X msg 44 93 nom nom nom; +#X obj 263 100 r \$0.some-data; +#X obj 263 128 list prepend set; +#X obj 263 153 list trim; +#X msg 263 186; +#X text 267 229 2008 Luke Iannini; +#X connect 3 0 1 0; +#X connect 4 0 5 0; +#X connect 5 0 6 0; +#X connect 6 0 7 0; diff --git a/core/setabng-help.pd b/core/setabng-help.pd new file mode 100644 index 0000000..6660af7 --- /dev/null +++ b/core/setabng-help.pd @@ -0,0 +1,24 @@ +#N canvas 0 22 666 356 10; +#X text 314 156 [setabng]'s right xlets should be cross-connected to +a [bng] object. Sending a [set( message to the left inlet of setabng +will blink the [bng] without transmitting to setabng's left outlet. +; +#X text 13 11 [setabng] - add a [set( method to [bng] objects so they +can be flashed without passing a [bang( message to their outlet.; +#X obj 240 160 bng 50 250 50 0 empty empty empty 17 7 0 10 -262130 +-1 -1; +#X msg 59 89 set; +#X obj 59 178 setabng; +#X obj 59 311 bng 20 250 50 0 empty empty bang 22 10 0 10 -262144 -1 +-1; +#X obj 89 90 bng 15 250 50 0 empty empty empty 17 7 0 10 -262144 -1 +-1; +#X text 69 236 use [setabng]'s left outlet in place of your [bng]'s +outlet \, and [setabng]'s left inlet in place of your [bng]'s inlet +; +#X text 445 330 2008 Luke Iannini; +#X connect 2 0 4 1; +#X connect 3 0 4 0; +#X connect 4 0 5 0; +#X connect 4 1 2 0; +#X connect 6 0 4 0; diff --git a/core/setabng.pd b/core/setabng.pd index c17585e..80c3c23 100644 --- a/core/setabng.pd +++ b/core/setabng.pd @@ -1,4 +1,4 @@ -#N canvas 1370 779 524 276 10; +#N canvas 766 282 203 271 10; #X obj 44 35 inlet; #X obj 44 199 spigot; #X msg 44 154 1; @@ -9,10 +9,6 @@ #X obj 44 233 outlet; #X obj 132 166 inlet; #X obj 131 142 outlet; -#X text 142 33 [setabng]'s right xlets should be cross-connected to -a [bng] object. Sending a [set( message to the left inlet of setabng -will blink the [bng] without transmitting to setabng's left outlet. -; #X connect 0 0 6 0; #X connect 1 0 7 0; #X connect 2 0 1 1; -- cgit v1.2.1