From 7d6affca746f49f5ffb2818b8a9ccf9d91388e8f Mon Sep 17 00:00:00 2001 From: Jonathan Wilkes Date: Wed, 25 Aug 2010 00:31:27 +0000 Subject: revised help docs that conform to the PDDP template svn path=/trunk/; revision=13942 --- doc/pddp/ctlout-help.pd | 221 ++++++++++++++++++++++++++++-------------------- 1 file changed, 131 insertions(+), 90 deletions(-) (limited to 'doc/pddp/ctlout-help.pd') diff --git a/doc/pddp/ctlout-help.pd b/doc/pddp/ctlout-help.pd index 506fecce..f0ed7408 100644 --- a/doc/pddp/ctlout-help.pd +++ b/doc/pddp/ctlout-help.pd @@ -1,90 +1,131 @@ -#N canvas 251 9 495 634 10; -#N canvas 240 135 476 472 other_midi_objects 0; -#X obj 55 31 ctlin; -#X obj 97 31 pgmin; -#X obj 140 30 bendin; -#X obj 191 29 touchin; -#X obj 252 29 polytouchin; -#X obj 337 29 midiin; -#X obj 388 28 sysexin; -#X obj 6 85 noteout; -#X obj 63 84 ctlout; -#X obj 161 85 touchout; -#X obj 225 84 polytouchout; -#X obj 314 84 midiout; -#X obj 113 84 pgmout; -#X obj 11 153 makenote; -#X text 10 194 MIDI notes deconstruction:; -#X text 8 128 MIDI note construction:; -#X text 8 58 MIDI output:; -#X text 8 2 MIDI input:; -#X obj 15 226 stripnote; -#X text 11 266 Additional useful objects for MIDI processing (Maxlib -by Olaf Matthes); -#X obj 148 297 chord; -#X obj 109 296 borax; -#X obj 54 296 score o; -#X obj 13 296 pitch; -#X text 15 336 Also \, from cyclone (alpha) by Krzysztof Czaja:; -#X obj 16 359 midiformat; -#X obj 172 359 midiflush; -#X obj 98 359 midiparse; -#X text 15 386 and xeq \, from the same developer; -#X obj 16 411 xeq; -#X text 41 402 an experimental MIDI sequencer; -#X obj 8 31 midiin; -#X restore 89 430 pd other_midi_objects; -#X obj 285 469 pddp/pddplink all_about_midi_flags.pd -text all_about_midi_flags; -#X text 21 469 for an explanation of MIDI usage in Pd see:; -#X obj 18 16 ctlout; -#X text 14 43 The [ctlout] objects sends control messages to the MIDI -port. See a MIDI specification chart for various controller numbers/values -descriptions.; -#X text 15 89 Arguments (optional):; -#X text 24 105 1st (or only one) argument represents the controller -number to transmit to.; -#X text 24 137 2nd argument designates the channel number to transmit -on. If no channel is specified it transmits on channel 1; -#X floatatom 21 181 5 0 0; -#X obj 21 231 ctlout; -#X floatatom 39 197 5 0 0; -#X floatatom 57 213 5 0 0; -#X text 108 175 Inlets:; -#X text 107 240 Outlets: none. Transmits directly to the MIDI port. -; -#X text 120 192 Left: (int) control value (0-127).; -#X text 120 207 Middle: (int) controller number.; -#X text 120 223 Right: (int) channel number.; -#X text 21 264 NOTE: the left inlet accepts also a list of (2 or 3) -integers where the first item is controller value \, second controller -number and third the channel number.; -#X obj 24 356 ctlout; -#X obj 116 356 ctlout 64; -#X obj 218 356 ctlout 64 2; -#X obj 320 355 ctlout; -#X msg 43 337 64; -#X msg 73 337 2; -#X msg 317 320 67 64 2; -#X floatatom 218 318 5 0 0; -#X floatatom 116 316 5 0 0; -#X floatatom 24 316 5 0 0; -#X msg 173 333 2; -#X text 23 379 All these examples will transmit control no 64 on channel -2 (remember to click the message boxes to initialize).; -#X text 22 411 See also:; -#X obj 25 430 ctlin; -#X text 66 17 - send MIDI control messages to the MIDI port; -#X text 19 515 This document was updated for Pd version 0.35 by Michal -Seta as part of a project called pddp proposed by Krzysztof Czaja \, -managed and edited by Dave Sabine \, to build comprehensive documentation -for Pd.; -#X connect 8 0 9 0; -#X connect 10 0 9 1; -#X connect 11 0 9 2; -#X connect 22 0 18 1; -#X connect 23 0 18 2; -#X connect 24 0 21 0; -#X connect 25 0 20 0; -#X connect 26 0 19 0; -#X connect 27 0 18 0; -#X connect 28 0 19 2; +#N canvas 0 0 555 619 10; +#X obj 0 595 cnv 15 552 21 empty \$0-pddp.cnv.footer empty 20 12 0 +14 -228856 -66577 0; +#X obj 0 0 cnv 15 552 40 empty \$0-pddp.cnv.header ctlout 3 12 0 18 +-204280 -1 0; +#X obj 0 353 cnv 3 550 3 empty \$0-pddp.cnv.inlets inlets 8 12 0 13 +-228856 -1 0; +#N canvas 29 246 494 362 META 0; +#X text 12 105 PLATFORM windows macosx gnulinux; +#X text 12 185 LIBRARY internal; +#X text 12 225 WEBSITE http://crca.ucsd.edu/~msp/; +#X text 12 65 LICENSE SIBSD; +#X text 12 205 AUTHOR Miller Puckette; +#X text 12 285 HELP_PATCH_AUTHORS This help patch was updated for Pd +version 0.35 by Michal Seta as part of a project called pddp proposed +by Krzysztof Czaja \, managed and edited by Dave Sabine \, to build +comprehensive documentation for Pd. Jonathan Wilkes revised the patch +to conform to the PDDP template for Pd version 0.42.; +#X text 12 5 GENRE help; +#X text 12 45 KEYWORDS control MIDI; +#X text 12 85 DESCRIPTION send MIDI control messages to the MIDI port +; +#X text 12 25 NAME ctlout; +#X text 12 125 INLET_0 float list; +#X text 12 145 OUTLET_0 float; +#X text 12 165 OUTLET_1 float; +#X text 12 245 RELEASE_DATE 1997; +#X text 12 265 RELEASE_VERSION; +#X restore 500 597 pd META; +#X obj 0 471 cnv 3 550 3 empty \$0-pddp.cnv.outlets outlets 8 12 0 +13 -228856 -1 0; +#X obj 0 499 cnv 3 550 3 empty \$0-pddp.cnv.argument arguments 8 12 +0 13 -228856 -1 0; +#X obj 0 567 cnv 3 550 3 empty \$0-pddp.cnv.more_info more_info 8 12 +0 13 -228856 -1 0; +#X text 98 361 float; +#N canvas 43 183 441 412 Related_objects 0; +#X obj 1 1 cnv 15 425 20 empty \$0-pddp.cnv.subheading empty 3 12 0 +14 -204280 -1 0; +#X text 7 1 [ctlout] Related Objects; +#X obj 23 32 ctlin; +#X obj 216 79 pgmin; +#X obj 23 79 bendin; +#X obj 78 106 touchin; +#X obj 260 79 polytouchin; +#X obj 117 79 midiin; +#X obj 22 106 sysexin; +#X obj 178 166 noteout; +#X obj 75 166 ctlout; +#X obj 23 166 bendout; +#X obj 365 166 touchout; +#X obj 279 166 polytouchout; +#X obj 122 166 midiout; +#X obj 230 166 pgmout; +#X obj 23 220 makenote; +#X text 20 197 MIDI note construction:; +#X text 20 139 MIDI output:; +#X text 20 56 MIDI input:; +#X obj 183 220 stripnote; +#X obj 167 79 notein; +#X text 180 197 MIDI note deconstruction:; +#X text 19 263 Additional useful objects for MIDI processing (Maxlib +by Olaf Matthes); +#X text 18 342 Also \, from cyclone (alpha) by Krzysztof Czaja:; +#X text 19 244 Externals; +#X obj 19 293 pddp/helplink maxlib/pitch; +#X obj 19 308 pddp/helplink maxlib/score; +#X obj 19 323 pddp/helplink maxlib/chord; +#X obj 19 358 pddp/helplink cyclone/midiformat; +#X obj 19 373 pddp/helplink cyclone/midiparse; +#X obj 19 388 pddp/helplink cyclone/midiflush; +#X restore 101 597 pd Related_objects; +#X text 98 475 (none); +#X obj 78 362 cnv 17 3 45 empty \$0-pddp.cnv.let.1 0 5 9 0 16 -228856 +-162280 0; +#X text 98 417 float; +#X obj 78 418 cnv 17 3 17 empty \$0-pddp.cnv.let.1 1 5 9 0 16 -228856 +-162280 0; +#X text 98 442 float; +#X obj 78 443 cnv 17 3 17 empty \$0-pddp.cnv.let.2 2 5 9 0 16 -228856 +-162280 0; +#X obj 362 571 pddp/pddplink all_about_midi_flags.pd -text all_about_midi_flags +; +#X text 100 571 for an explanation of MIDI usage in Pd see:; +#X obj 483 3 ctlout; +#X obj 455 20 pddp/pddplink http://wiki.puredata.info/en/ctlout -text +pdpedia: ctlout; +#X floatatom 42 114 5 0 0 0 - - -; +#X obj 42 180 ctlout; +#X floatatom 58 135 5 0 0 0 - - -; +#X floatatom 75 156 5 0 0 0 - - -; +#X text 131 110 The [ctlout] objects sends control messages to the +MIDI port. See a MIDI specification chart for various controller numbers/values +descriptions.; +#X text 98 381 list; +#X obj 129 236 ctlout; +#X obj 221 236 ctlout 64; +#X obj 323 236 ctlout 64 2; +#X obj 422 225 ctlout; +#X msg 145 212 64; +#X msg 176 213 2; +#X msg 422 203 67 64 2; +#X floatatom 323 192 5 0 0 0 - - -; +#X floatatom 221 191 5 0 0 0 - - -; +#X floatatom 129 191 5 0 0 0 - - -; +#X msg 272 213 2; +#X text 128 259 All these examples will transmit control no 64 on channel +2 (remember to click the message boxes to initialize).; +#X text 11 23 send MIDI control messages to the MIDI port; +#X text 168 533 - (optional) channel number to transmit on. If the +second argument is left off \, [ctlout] transmits on channel 1 .; +#X text 168 361 - (int) control value (0-127).; +#X text 168 417 - (int) controller number.; +#X text 168 442 - (int) channel number.; +#X text 168 475 - [ctlin] transmits directly to the MIDI port.; +#X text 168 518 - (optional) controller number to transmit to.; +#X text 80 518 1) float; +#X text 80 533 2) float; +#X text 168 381 - a list to the left inlet is distributed among the +inlets of [ctlout].; +#X obj 4 597 pddp/pddplink pddp/help.pd -text help; +#X connect 19 0 20 0; +#X connect 21 0 20 1; +#X connect 22 0 20 2; +#X connect 29 0 25 1; +#X connect 30 0 25 2; +#X connect 31 0 28 0; +#X connect 32 0 27 0; +#X connect 33 0 26 0; +#X connect 34 0 25 0; +#X connect 35 0 26 2; -- cgit v1.2.1