[PD-cvs] externals/hcs/hid TODO,1.19,1.20 hid.h,1.17,1.18

Hans-Christoph Steiner eighthave at users.sourceforge.net
Mon Jun 27 02:27:56 CEST 2005


Update of /cvsroot/pure-data/externals/hcs/hid
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv14860

Modified Files:
	TODO hid.h 
Log Message:
made 0.6 release

Index: TODO
===================================================================
RCS file: /cvsroot/pure-data/externals/hcs/hid/TODO,v
retrieving revision 1.19
retrieving revision 1.20
diff -C2 -d -r1.19 -r1.20
*** TODO	10 Jun 2005 20:17:42 -0000	1.19
--- TODO	27 Jun 2005 00:27:53 -0000	1.20
***************
*** 1,3 ****
--- 1,27 ----
  ==============================================================================
+ = test verbose names
+ 
+ - matju says symbols are compared by pointer, so they are fast
+ 
+ - try verbose names like:
+   		syn = sync
+ 		snd = sound
+ 		msc = misc
+ 		rep = repeat
+ 		pwr = power
+ 
+ - maybe these too
+ 		abs = absolute
+ 		rel = relative
+ 		btn = button
+ 
+ - maybe make the type the full name, with the code using the abbreviation
+ 
+ - change generic ev_9 to type_9
+ 
+ - change word "code" to "element"
+ 
+ 
+ ==============================================================================
  = make fake names in input_arrays.c
  

Index: hid.h
===================================================================
RCS file: /cvsroot/pure-data/externals/hcs/hid/hid.h,v
retrieving revision 1.17
retrieving revision 1.18
diff -C2 -d -r1.17 -r1.18
*** hid.h	11 Jun 2005 03:04:40 -0000	1.17
--- hid.h	27 Jun 2005 00:27:53 -0000	1.18
***************
*** 13,17 ****
  
  #define HID_MAJOR_VERSION 0
! #define HID_MINOR_VERSION 5
  
  static char *version = "$Revision$";
--- 13,17 ----
  
  #define HID_MAJOR_VERSION 0
! #define HID_MINOR_VERSION 6
  
  static char *version = "$Revision$";





More information about the Pd-cvs mailing list