From 50a389bea35a91ddae1394c5d35a6f1c703f5bdd Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Tue, 9 Mar 2004 03:51:28 +0000 Subject: Checked in Olaf's 1.5.2 sources. Here are the changes: v 1.5.2 (17. december 2003): - modified netclient for not to drop received data: use of syspollfn instead of clock to poll for incoming data, circular recv buffer v 1.5 (18. october 2003): - added some usefull features to arraycopy (i.e. copying just parts of an array and copying to specified position in destination array) - new object: nchange - IRIX 6.5 port (for GCC 3.3) - OS X binary (Jaguar 10.2.6) v 1.4 (22. may 2003): - updated sources to compile with Pd0.37-test4 - new object: arraycopy v 1.3 (12. april 2003): - new objects: sync listfifo - all setup routines renamed to maxlib__setup() to avoid name clashes, old names still work via class_addcreator() - some improvements for the help files svn path=/trunk/externals/maxlib/; revision=1394 --- help/help-maxlib.pd | 242 ++++++++++++++++++++++++++-------------------------- 1 file changed, 123 insertions(+), 119 deletions(-) (limited to 'help/help-maxlib.pd') diff --git a/help/help-maxlib.pd b/help/help-maxlib.pd index dfe8564..4beb23d 100644 --- a/help/help-maxlib.pd +++ b/help/help-maxlib.pd @@ -1,119 +1,123 @@ -#N canvas 11 6 1106 717 12; -#X obj 274 260 average; -#X obj 18 150 beat; -#X obj 18 175 borax; -#X obj 18 125 chord; -#X obj 15 551 dist; -#X obj 274 155 divide; -#X obj 274 129 divmod; -#X obj 599 149 fifo; -#X obj 274 286 history; -#X obj 601 503 ignore; -#X obj 601 477 iso; -#X obj 598 123 lifo; -#X obj 274 312 match; -#X obj 274 180 minus; -#X obj 600 257 mlife; -#X obj 274 207 multi; -#X obj 15 576 netdist; -#X obj 18 251 pitch; -#X obj 274 234 plus; -#X obj 601 425 pulse; -#X obj 15 600 remote; -#X obj 18 200 rhythm; -#X obj 18 225 score array01; -#X obj 601 451 speedlim; -#X obj 601 529 step; -#X obj 600 232 subst; -#X text 140 44 written by Olaf Matthes ; -#X text 71 125 chord detection; -#X text 68 150 beat tracking; -#X text 77 201 beat detection; -#X text 72 176 music analysis; -#X text 135 225 score following; -#X text 72 251 pitch information; -#X text 19 94 MUSIC / MIDI ANALYSIS; -#X text 274 93 MATH; -#X text 341 130 calculate / and %; -#X text 339 155 / for several inputs; -#X text 333 235 + for several inputs; -#X text 333 207 * for several inputs; -#X text 337 181 - for several inputs; -#X text 345 259 average of last N values; -#X text 346 285 average over last N seconds; -#X text 329 312 match input to list of numbers; -#X text 601 399 TIME; -#X text 678 452 lets input through every N milliseconds; -#X text 640 479 play sequence of MIDI notes; -#X text 662 504 ignore too fast changing input; -#X text 63 550 send to list of receive objects; -#X text 84 574 same for netreceive; -#X text 74 599 send to one receive object; -#X text 597 96 BUFFER; -#X text 648 531 a line object that steps; -#X text 599 208 OTHER / EXPERIMENTAL; -#X text 657 231 self-similar substitution; -#X text 656 257 cellular automaton; -#X obj 274 338 scale; -#X text 656 425 a 'better' metro; -#X obj 601 555 history; -#X obj 601 581 velocity; -#X text 670 555 average over last N milliseconds; -#X text 677 581 velocity of input in digits per second; -#X obj 15 624 netrec; -#X text 74 625 netreceive with extra info about sender; -#X obj 274 364 delta; -#X text 139 61 download at http://www.akustische-kunst.org/puredata/maxlib -; -#X obj 599 174 listfifo; -#X text 677 173 first in first out for lists; -#X text 646 148 first in first out for floats; -#X text 643 123 last in first out for floats; -#X obj 600 607 sync; -#X text 645 609 extended trigger object; -#X text 328 338 scale input to output range; -#X text 13 528 (REMOTE)CONTROL; -#X obj 16 649 netserver; -#X obj 16 676 netclient; -#X text 103 654 bidirectional communication; -#X text 112 669 (client / server based); -#X obj 274 392 wrap; -#X obj 274 419 rewrap; -#X text 320 392 warp a number in a range; -#X text 337 420 warp it back and forth; -#X text 30 26 maxlib 1.3 :: Music Analysis eXtensions LIBrary; -#X text 328 364 calculate 1st or 2nd order diff.; -#X text 600 288 RANDOM; -#X obj 600 312 gauss; -#X obj 600 337 poisson; -#X obj 666 312 linear; -#X obj 666 337 bilex; -#X obj 736 311 expo; -#X obj 785 311 beta; -#X obj 834 312 cauchy; -#X obj 737 338 arbran array01 array02; -#X obj 18 278 gestalt; -#X obj 18 303 edge; -#X text 56 306 detect rising/falling edge; -#X text 84 278 'gestalt' of music; -#X obj 599 365 urn; -#X text 632 366 urn selection model; -#X obj 601 635 timebang; -#X text 680 635 send a bang at given time of day; -#X obj 15 390 split; -#X obj 15 439 unroute; -#X text 81 440 opposit to route; -#X text 67 392 split according to range; -#X obj 15 463 limit; -#X text 63 464 limiter for floats; -#X obj 15 415 nroute; -#X text 69 416 r. according to Nth elem.; -#X text 24 363 ROUTING / CHECKING; -#X obj 600 661 pong; -#X obj 18 330 tilt; -#X obj 600 686 temperature; -#X text 698 687 amount of input changes per time; -#X text 646 662 a bouncing ball model; -#X text 66 333 meassure tilt of input; -#X obj 16 489 listfunnel; -#X text 107 490 Max's funnel for lists; +#N canvas 75 -12 1161 819 10; +#X obj 307 260 average; +#X obj 18 150 beat; +#X obj 18 175 borax; +#X obj 18 125 chord; +#X obj 14 588 dist; +#X obj 307 155 divide; +#X obj 307 129 divmod; +#X obj 656 148 fifo; +#X obj 307 286 history; +#X obj 403 577 ignore; +#X obj 403 552 iso; +#X obj 655 122 lifo; +#X obj 307 312 match; +#X obj 307 180 minus; +#X obj 660 343 mlife; +#X obj 307 207 multi; +#X obj 14 613 netdist; +#X obj 18 251 pitch; +#X obj 307 234 plus; +#X obj 403 499 pulse; +#X obj 14 637 remote; +#X obj 18 200 rhythm; +#X obj 18 225 score array01; +#X obj 403 525 speedlim; +#X obj 403 603 step; +#X obj 660 318 subst; +#X text 140 44 written by Olaf Matthes ; +#X text 71 125 chord detection; +#X text 68 150 beat tracking; +#X text 77 201 beat detection; +#X text 72 176 music analysis; +#X text 135 225 score following; +#X text 72 251 pitch information; +#X text 19 94 MUSIC / MIDI ANALYSIS; +#X text 310 91 MATH; +#X text 374 130 calculate / and %; +#X text 372 155 / for several inputs; +#X text 366 235 + for several inputs; +#X text 366 207 * for several inputs; +#X text 370 181 - for several inputs; +#X text 378 259 average of last N values; +#X text 379 285 average over last N seconds; +#X text 362 312 match input to list of numbers; +#X text 403 473 TIME; +#X text 480 526 lets input through every N milliseconds; +#X text 442 553 play sequence of MIDI notes; +#X text 464 578 ignore too fast changing input; +#X text 62 587 send to list of receive objects; +#X text 83 611 same for netreceive; +#X text 73 636 send to one receive object; +#X text 654 95 BUFFER; +#X text 450 605 a line object that steps; +#X text 659 294 OTHER / EXPERIMENTAL; +#X text 717 317 self-similar substitution; +#X text 716 343 cellular automaton; +#X obj 307 338 scale; +#X text 458 499 a 'better' metro; +#X obj 403 629 history; +#X obj 403 655 velocity; +#X text 472 629 average over last N milliseconds; +#X text 479 655 velocity of input in digits per second; +#X obj 14 661 netrec; +#X text 73 662 netreceive with extra info about sender; +#X obj 307 364 delta; +#X text 139 61 download at http://www.akustische-kunst.org/puredata/maxlib +; +#X obj 656 173 listfifo; +#X text 734 172 first in first out for lists; +#X text 703 147 first in first out for floats; +#X text 700 122 last in first out for floats; +#X obj 402 681 sync; +#X text 447 683 extended trigger object; +#X text 361 338 scale input to output range; +#X text 12 565 (REMOTE)CONTROL; +#X obj 15 686 netserver; +#X obj 15 713 netclient; +#X text 102 691 bidirectional communication; +#X text 111 706 (client / server based); +#X obj 307 392 wrap; +#X obj 307 419 rewrap; +#X text 353 392 warp a number in a range; +#X text 370 420 warp it back and forth; +#X text 361 364 calculate 1st or 2nd order diff.; +#X text 660 374 RANDOM; +#X obj 660 398 gauss; +#X obj 660 423 poisson; +#X obj 726 398 linear; +#X obj 726 423 bilex; +#X obj 796 397 expo; +#X obj 845 397 beta; +#X obj 894 398 cauchy; +#X obj 797 424 arbran array01 array02; +#X obj 18 278 gestalt; +#X obj 18 303 edge; +#X text 66 307 detect rising/falling edge; +#X text 84 278 'gestalt' of music; +#X obj 659 452 urn; +#X text 692 452 urn selection model; +#X obj 403 709 timebang; +#X text 482 709 send a bang at given time of day; +#X obj 15 390 split; +#X obj 15 439 unroute; +#X text 81 440 opposit to route; +#X text 74 392 split according to range; +#X obj 15 463 limit; +#X text 63 464 limiter for floats; +#X obj 15 415 nroute; +#X text 80 414 r. according to Nth elem.; +#X text 24 363 ROUTING / CHECKING; +#X obj 402 735 pong; +#X obj 18 330 tilt; +#X obj 402 760 temperature; +#X text 500 761 amount of input changes per time; +#X text 448 736 a bouncing ball model; +#X text 66 333 meassure tilt of input; +#X obj 16 489 listfunnel; +#X text 107 490 Max's funnel for lists; +#X text 30 26 maxlib 1.5 :: Music Analysis eXtensions LIBrary; +#X obj 656 201 arraycopy; +#X text 741 202 copy from one array to another; +#X obj 17 525 nchange s; +#X text 89 526 change that exepts any kind of input; -- cgit v1.2.1