[PD-cvs] pd/src g_all_guis.h,1.5.4.1,1.5.4.2

Hans-Christoph Steiner eighthave at users.sourceforge.net
Tue Jun 12 05:58:15 CEST 2007


Update of /cvsroot/pure-data/pd/src
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv27037

Modified Files:
      Tag: branch-v0-39-2-extended
	g_all_guis.h 
Log Message:
increased number of presets that can be accessed using the [color( message to match the new iemgui properties panel

Index: g_all_guis.h
===================================================================
RCS file: /cvsroot/pure-data/pd/src/g_all_guis.h,v
retrieving revision 1.5.4.1
retrieving revision 1.5.4.2
diff -C2 -d -r1.5.4.1 -r1.5.4.2
*** g_all_guis.h	8 Jan 2007 02:07:16 -0000	1.5.4.1
--- g_all_guis.h	12 Jun 2007 03:58:12 -0000	1.5.4.2
***************
*** 11,45 ****
  #define IEM_GUI_COLNR_L_ORANGE       4
  #define IEM_GUI_COLNR_L_YELLOW       5
! #define IEM_GUI_COLNR_L_GREEN        6
! #define IEM_GUI_COLNR_L_CYAN         7
! #define IEM_GUI_COLNR_L_BLUE         8
! #define IEM_GUI_COLNR_L_MAGENTA      9
  
! #define IEM_GUI_COLNR_LL_GREY        10
! #define IEM_GUI_COLNR_M_GREY         11
! #define IEM_GUI_COLNR_DD_GREY        12
! #define IEM_GUI_COLNR_RED            13
! #define IEM_GUI_COLNR_ORANGE         14
! #define IEM_GUI_COLNR_YELLOW         15
! #define IEM_GUI_COLNR_GREEN          16
! #define IEM_GUI_COLNR_CYAN           17
! #define IEM_GUI_COLNR_BLUE           18
! #define IEM_GUI_COLNR_MAGENTA        19
  
! #define IEM_GUI_COLNR_L_GREY         20
! #define IEM_GUI_COLNR_MD_GREY        21
! #define IEM_GUI_COLNR_BLACK          22
! #define IEM_GUI_COLNR_D_RED          23
! #define IEM_GUI_COLNR_D_ORANGE       24
! #define IEM_GUI_COLNR_D_YELLOW       25
! #define IEM_GUI_COLNR_D_GREEN        26
! #define IEM_GUI_COLNR_D_CYAN         27
! #define IEM_GUI_COLNR_D_BLUE         28
! #define IEM_GUI_COLNR_D_MAGENTA      29
  
  #define IEM_GUI_COLOR_SELECTED       255
  #define IEM_GUI_COLOR_NORMAL         0
  
! #define IEM_GUI_MAX_COLOR            30
  
  #define IEM_GUI_DEFAULTSIZE 15
--- 11,45 ----
  #define IEM_GUI_COLNR_L_ORANGE       4
  #define IEM_GUI_COLNR_L_YELLOW       5
! #define IEM_GUI_COLNR_L_GREEN        7
! #define IEM_GUI_COLNR_L_CYAN         9
! #define IEM_GUI_COLNR_L_BLUE         11
! #define IEM_GUI_COLNR_L_MAGENTA      13
  
! #define IEM_GUI_COLNR_LL_GREY        15
! #define IEM_GUI_COLNR_M_GREY         16
! #define IEM_GUI_COLNR_DD_GREY        17
! #define IEM_GUI_COLNR_RED            18
! #define IEM_GUI_COLNR_ORANGE         19
! #define IEM_GUI_COLNR_YELLOW         21
! #define IEM_GUI_COLNR_GREEN          23
! #define IEM_GUI_COLNR_CYAN           25
! #define IEM_GUI_COLNR_BLUE           27
! #define IEM_GUI_COLNR_MAGENTA        29
  
! #define IEM_GUI_COLNR_L_GREY         30
! #define IEM_GUI_COLNR_MD_GREY        31
! #define IEM_GUI_COLNR_BLACK          32
! #define IEM_GUI_COLNR_D_RED          33
! #define IEM_GUI_COLNR_D_ORANGE       34
! #define IEM_GUI_COLNR_D_YELLOW       35
! #define IEM_GUI_COLNR_D_GREEN        37
! #define IEM_GUI_COLNR_D_CYAN         39
! #define IEM_GUI_COLNR_D_BLUE         41
! #define IEM_GUI_COLNR_D_MAGENTA      43
  
  #define IEM_GUI_COLOR_SELECTED       255
  #define IEM_GUI_COLOR_NORMAL         0
  
! #define IEM_GUI_MAX_COLOR            45
  
  #define IEM_GUI_DEFAULTSIZE 15





More information about the Pd-cvs mailing list