[PD-cvs] pd/doc/5.reference textfile-help.pd,1.1.1.1,1.1.1.1.16.1

Hans-Christoph Steiner eighthave at users.sourceforge.net
Sun Jan 28 04:13:51 CET 2007


Update of /cvsroot/pure-data/pd/doc/5.reference
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv7735

Modified Files:
      Tag: branch-v0-39-2-extended
	textfile-help.pd 
Log Message:
got rid of whitespace

Index: textfile-help.pd
===================================================================
RCS file: /cvsroot/pure-data/pd/doc/5.reference/textfile-help.pd,v
retrieving revision 1.1.1.1
retrieving revision 1.1.1.1.16.1
diff -C2 -d -r1.1.1.1 -r1.1.1.1.16.1
*** textfile-help.pd	9 May 2003 16:03:49 -0000	1.1.1.1
--- textfile-help.pd	28 Jan 2007 03:13:49 -0000	1.1.1.1.16.1
***************
*** 1,48 ****
! #N canvas 12 43 1181 529 12;
! #X msg 582 27 rewind;
! #X obj 577 416 print done;
! #X text 745 185 read a file;
! #X text 801 214 write one;
! #X text 97 472 see also:;
! #X obj 521 365 textfile;
! #X msg 584 188 read textfile.txt;
! #X obj 176 473 qlist;
! #X obj 145 20 textfile;
! #X text 236 20 read and write text files;
! #X text 34 92 The textfile object reads and writes text files to and
  from memory. You can read a file and output sequential lines as lists
  \, or collect lines and write them out. You can use this object to
  generate "models" for Gem \, for instance.;
! #X text 665 28 go to beginning;
! #X msg 582 54 bang;
! #X text 665 53 output one line as a list;
! #X msg 584 216 write /tmp/textfile.txt;
! #X msg 584 243 write /tmp/textfile2.txt cr;
! #X text 593 264 write a file \, terminating lines only with carriage
  return (omitting semicolons.) You can read files this way too \, in
  which case carriage returns are mapped to semicolons.;
! #X obj 521 438 print list;
! #X msg 583 312 read textfile.txt cr;
! #X msg 582 82 clear;
! #X text 737 83 empty the object;
! #X text 737 111 add a message;
! #X text 521 464 this outlet gets the lines in sequence.;
! #X text 35 246 You can also use this object simply for storing heterogeneous
  sequences of lists.;
! #X text 608 385 This outlet gets a bang when you hit the end of the
  sequence.;
! #X msg 582 162 set 2 4 6 8;
! #X text 740 163 clear and then add one message;
! #X msg 582 109 add cis boom bah;
! #X msg 582 136 add2 bang;
! #X text 734 136 add an unterminated message;
! #X text 31 160 To record textual messages and save them to a file \,
  first send "clear" to empty the qlist and "add" to add messages (terminated
  with semicolons.) The message \, "add2" adds a list of atoms without
  finishing with a semicolon in case you want to make variable-length
  messages.;
! #X msg 582 339 print;
! #X text 636 342 debugging printout;
! #X text 901 500 updated for Pd version 0.33;
  #X connect 0 0 5 0;
  #X connect 5 0 17 0;
--- 1,48 ----
! #N canvas 12 43 922 512 12;
! #X msg 482 17 rewind;
! #X obj 477 406 print done;
! #X text 645 175 read a file;
! #X text 701 204 write one;
! #X text 77 462 see also:;
! #X obj 421 355 textfile;
! #X msg 484 178 read textfile.txt;
! #X obj 156 463 qlist;
! #X obj 125 10 textfile;
! #X text 216 10 read and write text files;
! #X text 14 82 The textfile object reads and writes text files to and
  from memory. You can read a file and output sequential lines as lists
  \, or collect lines and write them out. You can use this object to
  generate "models" for Gem \, for instance.;
! #X text 565 18 go to beginning;
! #X msg 482 44 bang;
! #X text 565 43 output one line as a list;
! #X msg 484 206 write /tmp/textfile.txt;
! #X msg 484 233 write /tmp/textfile2.txt cr;
! #X text 493 254 write a file \, terminating lines only with carriage
  return (omitting semicolons.) You can read files this way too \, in
  which case carriage returns are mapped to semicolons.;
! #X obj 421 428 print list;
! #X msg 483 302 read textfile.txt cr;
! #X msg 482 72 clear;
! #X text 637 73 empty the object;
! #X text 637 101 add a message;
! #X text 421 454 this outlet gets the lines in sequence.;
! #X text 15 236 You can also use this object simply for storing heterogeneous
  sequences of lists.;
! #X text 508 375 This outlet gets a bang when you hit the end of the
  sequence.;
! #X msg 482 152 set 2 4 6 8;
! #X text 640 153 clear and then add one message;
! #X msg 482 99 add cis boom bah;
! #X msg 482 126 add2 bang;
! #X text 634 126 add an unterminated message;
! #X text 11 150 To record textual messages and save them to a file \,
  first send "clear" to empty the qlist and "add" to add messages (terminated
  with semicolons.) The message \, "add2" adds a list of atoms without
  finishing with a semicolon in case you want to make variable-length
  messages.;
! #X msg 482 329 print;
! #X text 536 332 debugging printout;
! #X text 705 478 updated for Pd version 0.33;
  #X connect 0 0 5 0;
  #X connect 5 0 17 0;





More information about the Pd-cvs mailing list