[PD-cvs] externals/zexy/src makesymbol.c,1.8,1.9

IOhannes m zmölnig zmoelnig at users.sourceforge.net
Wed Oct 4 11:57:36 CEST 2006


Update of /cvsroot/pure-data/externals/zexy/src
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv27040

Modified Files:
	makesymbol.c 
Log Message:
added LATER...


Index: makesymbol.c
===================================================================
RCS file: /cvsroot/pure-data/externals/zexy/src/makesymbol.c,v
retrieving revision 1.8
retrieving revision 1.9
diff -C2 -d -r1.8 -r1.9
*** makesymbol.c	5 Apr 2006 11:27:26 -0000	1.8
--- makesymbol.c	4 Oct 2006 09:57:34 -0000	1.9
***************
*** 19,24 ****
  (l) 1210:forum::für::umläute:1999
  
!   "makesymbol" is something between "symbol" and "makefilename", thus storing and creating (formatted)
!   symbols...
  
  */
--- 19,34 ----
  (l) 1210:forum::für::umläute:1999
  
! "makesymbol" is something between "symbol" and "makefilename", 
!    thus storing and creating (formatted) symbols...
! 
! 
!    TODO:
!     the use of only "%s" is really not very satisfying   
!    LATER: 
!    split the entire format string into subformats with only 
!    one format-placeholder ("%[^%]*[diufFgGxXoscpn]") .
!    split the entire format string into subformats with only one format-placeholder,
!    store the types
!    when a list comes in, evaluate each subformat (with prior type-conversion)
  
  */





More information about the Pd-cvs mailing list