--- liblscp/trunk/lscp/client.h 2004/07/29 09:22:02 213 +++ liblscp/trunk/lscp/client.h 2004/09/27 14:40:08 253 @@ -30,6 +30,11 @@ extern "C" { #endif +//------------------------------------------------------------------------- +// MIDI channel omni mode. + +#define LSCP_MIDI_CHANNEL_ALL (-1) + //------------------------------------------------------------------------- // Client data structures. @@ -162,7 +167,6 @@ lscp_status_t lscp_reset_sampler (lscp_client_t *pClient); - #if defined(__cplusplus) } #endif