aboutsummaryrefslogtreecommitdiff
path: root/hidio.h
diff options
context:
space:
mode:
authorHans-Christoph Steiner <eighthave@users.sourceforge.net>2008-06-23 18:39:32 +0000
committerHans-Christoph Steiner <eighthave@users.sourceforge.net>2008-06-23 18:39:32 +0000
commit8f8ec655004da47df920fb8a206fc5352b04aee3 (patch)
treebd8f05feb93578c97bd449459258095c12d1be9b /hidio.h
parenta7f0c62995978772b4612649878f915fc08ece25 (diff)
implemented [devices( and [elements( messages on Mac OS X, to eventally
replace [print( svn path=/trunk/externals/io/hidio/; revision=10078
Diffstat (limited to 'hidio.h')
-rw-r--r--hidio.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/hidio.h b/hidio.h
index 5ec7305..56c4d5f 100644
--- a/hidio.h
+++ b/hidio.h
@@ -192,6 +192,8 @@ extern void hidio_write_event_symbols(t_hidio *x, t_symbol *type, t_symbol *code
t_int instance, t_int value);
extern void hidio_write_event_ints(t_hidio *x, t_int type, t_int code,
t_int instance, t_int value);
+extern void hidio_devices(t_hidio* x); /* print device list to the console */
+extern void hidio_elements(t_hidio* x); /* print element list to the console */
extern void hidio_print(t_hidio* x); /* print info to the console */
extern void hidio_platform_specific_info(t_hidio *x); /* device info on the status outlet */
extern void hidio_platform_specific_free(t_hidio *x);