diff options
Diffstat (limited to 'usr.bin/sndiod/sysex.h')
-rw-r--r-- | usr.bin/sndiod/sysex.h | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/usr.bin/sndiod/sysex.h b/usr.bin/sndiod/sysex.h index 543faf4e870..06e2c5fd573 100644 --- a/usr.bin/sndiod/sysex.h +++ b/usr.bin/sndiod/sysex.h @@ -1,4 +1,4 @@ -/* $OpenBSD: sysex.h,v 1.1 2012/11/23 07:03:28 ratchov Exp $ */ +/* $OpenBSD: sysex.h,v 1.2 2013/12/20 08:47:37 ratchov Exp $ */ /* * Copyright (c) 2011 Alexandre Ratchov <alex@caoua.org> * @@ -46,6 +46,11 @@ #define SYSEX_MMC_LOC_CMD 0x01 /* + * sepcial "any" midi device number + */ +#define SYSEX_DEV_ANY 0x7f + +/* * aucat-specific messages, in the "edu" namespace */ #define SYSEX_AUCAT 0x23 /* aucat-specific */ |