Update of /cvsroot/pure-data/externals/hcs/hid In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv8066
Modified Files: hid_darwin.c hid_menu.pd Log Message: changed the 'menu' msg to 'options' to make things more transparent
Index: hid_menu.pd =================================================================== RCS file: /cvsroot/pure-data/externals/hcs/hid/hid_menu.pd,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** hid_menu.pd 6 Jun 2005 22:39:50 -0000 1.1 --- hid_menu.pd 10 Jun 2005 03:45:32 -0000 1.2 *************** *** 1,10 **** ! #N canvas 469 172 252 29 10; #X obj 131 138 inlet; #X obj 15 350 outlet; ! #X obj 1 2 popup 250 25 grey90 HID_device none; #X msg 15 318 open $1; #X obj 251 141 prepend append; #X msg 131 203 options; ! #X obj 131 176 route menu; #X connect 0 0 6 0; #X connect 2 0 3 0; --- 1,10 ---- ! #N canvas 469 172 202 29 10; #X obj 131 138 inlet; #X obj 15 350 outlet; ! #X obj 1 2 popup 200 25 grey90 HID_device none; #X msg 15 318 open $1; #X obj 251 141 prepend append; #X msg 131 203 options; ! #X obj 131 176 route options; #X connect 0 0 6 0; #X connect 2 0 3 0; *************** *** 14,16 **** #X connect 6 0 5 0; #X connect 6 1 4 0; ! #X coords 0 0 1 1 252 29 1; --- 14,16 ---- #X connect 6 0 5 0; #X connect 6 1 4 0; ! #X coords 0 0 1 1 202 29 1;
Index: hid_darwin.c =================================================================== RCS file: /cvsroot/pure-data/externals/hcs/hid/hid_darwin.c,v retrieving revision 1.16 retrieving revision 1.17 diff -C2 -d -r1.16 -r1.17 *** hid_darwin.c 6 Jun 2005 22:39:50 -0000 1.16 --- hid_darwin.c 10 Jun 2005 03:45:31 -0000 1.17 *************** *** 543,548 **** error("[hid]: no HID devices found\n");
! /* send the [menu( msg to set the [hid_menu] to blank */ ! outlet_anything( x->x_device_name_outlet, gensym( "menu" ),0,NULL );
pCurrentHIDDevice = HIDGetFirstDevice(); --- 543,548 ---- error("[hid]: no HID devices found\n");
! /* send the [options( msg to set the [hid_menu] to blank */ ! outlet_anything( x->x_device_name_outlet, gensym( "options" ),0,NULL );
pCurrentHIDDevice = HIDGetFirstDevice();